ERROR: No abbreviations files found in ...nonbreaking_prefixes

weixin_33766168發表於2018-03-05

在執行LSTM sentiment analysis 程式碼中遇到如下報錯資訊:

WARNING: No known abbreviations for language 'en', attempting fall-back to English version...
ERROR: No abbreviations files found in .../nonbreaking_prefixes
Tokenizing.. Done

原因是tokenizer.perl中的nonbreaking_prefixes.en沒有找到。在程式碼所在路徑中建立資料夾 nonbreaking_prefixes ,然後從
https://github.com/moses-smt/mosesdecoder/tree/master/scripts/share/nonbreaking_prefixes 中下載所需檔案到該新建資料夾即可。

相關文章