modify moses.ini for incremental training -


i need update following moses.ini support incremental training, followed tutorial , found must add line in moses.ini file

phrasedictionarydynsuffixarray source=<path-to-source-corpus> target=<path-to-target-corpus> alignment=<path-to-alignments> 

but no matter how put in moses.ini doesn't work , give errors when try start mt model

here how put moses.ini

[ttable-file] phrasedictionarydynsuffixarray source=<path-to-source-corpus> target=<path-to-target-corpus> alignment=<path-to-alignments> 

then set appropriate paths, can me ? in advance


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -