Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用“.arpa”文件提取 n-gram 概率的 Java 项目。理想情况下,我想使用“.klm”文件(使用“.arpa”文件创建),类似于:
model = kenlm.LanguageModel('languageModel.klm') model.score('The dog chased the ball.')
但是 Windows 不支持 Java 的 kenlm。有谁知道评分句子的任何替代方法?
谢谢。
只需使用虚拟机使用kenlm运行项目即可解决