ERROR: No abbreviations files found in ...nonbreaking_prefixes
在執行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 中下載所需檔案到該新建資料夾即可。
相關文章
- Error 15: File not found for RedhatErrorRedhat
- Error: Permission denied @ apply2filesErrorAPP
- Error ./bin/my_print_defaults: not foundError
- ERROR in Entry module not found Error Can't resolve 'babel' in ' UseErrorBabel
- 關於java.lang.Error: Probable fatal error:No fonts found問題JavaError
- [PM2][ERROR] Process XXX not foundError
- an error has occurred. - no valid devices were found...Errordev
- GPG key retrieval failed: [Errno 14] HTTP Error 404: Not FoundAIHTTPError
- Error occurred while downloading files from admin server for deploymentErrorWhileServer
- Error: --recode does not support multipass recoding of very large files.Error
- Error:(4, 0) Plugin with id 'com.jakewharton.butterknife' not found.ErrorPlugin
- docker mysql mysqld: Error on realpath() on ‘/var/lib/mysql-files‘ No such file or directoryDockerMySqlError
- 10g GC 啟動oms報錯Unexpected error occurred. Check error and log files.GCError
- MysqL錯誤之_ERROR! MySQL server PID file could not be found!MySqlErrorServer
- Common Causes and Solutions on ORA-376 Error Found in Backup & RecoveryError
- MySQL 5.6複製報錯Error_code: 1032; handler error HA_ERR_KEY_NOT_FOUND;MySqlError
- ubuntu進行make時報錯error: Neither flex nor lex was found.UbuntuErrorFlex
- 釋出android apk,Error running app: No target device found.AndroidAPKErrorAPPdev
- 【MySQL】5.6.x InnoDB Error Table mysql.innodb_table_stats not foundMySqlError
- 急!!Error Parsing EJB file: Finder found in DD with no matching method.Error
- ERROR: freetype2 not found using pkg-configError
- Error 945 Database cannot be opened due to inaccessible files or insufficient memory or disk spaceErrorDatabase
- Initialization Parameter Files and Server Parameter Files (287)Server
- git pull遇到錯誤:error: Your local changes to the following files would be overwritten by merge:GitError
- 9.(轉)Spring Configuration Check Unmapped Spring configuration files foundSpringAPP
- VMware虛擬機器重啟網路報錯" Error: No suitable device found"虛擬機ErrorUIdev
- configure: error: no acceptable C compiler found in $PATH 問題解決ErrorCompile
- 記處理線上記錄垃圾日誌 The view 'Error' or its master was not foundViewErrorAST
- 安裝 ESXi 出現錯誤 ERROR 1962: No operating system foundError
- PHP 5.4 編譯 configure: error: libXpm.(a|so) not found.PHP編譯Error
- ttAdmin -Ramload Error TT0848: Recovery failed on 2 set(s) of data store filesErrorAI
- Oracle FilesOracle
- Error:A problem was found with the configuration of task ':app:packageDebug' 問題解決ErrorAPPPackage
- mysql-python安裝時Environment Error: mysql_config not foundMySqlPythonError
- Causes and Solutions on ORA-1113 Error Found in Backup & Recovery_183367.1Error
- 詭異的OGG-01004 Database error 1403 no data foundDatabaseError
- Error parsing XML: An invalid XML character (Unicode:0x1f) was foundErrorXMLUnicode
- Java NIO filesJava