NiuTrans / NiuTrans.SMT

NiuTrans.SMT is an open-source statistical machine translation system developed by a joint team from NLP Lab. at Northeastern University and the NiuTrans Team. The NiuTrans system is fully developed in C++ language. So it runs fast and uses less memory. Currently it supports phrase-based, hierarchical phrase-based and syntax-based (string-to-tree, tree-to-string and tree-to-tree) models for research-oriented studies.
GNU General Public License v2.0
148 stars 36 forks source link

Error: Execution of: ../bin/NiuSegmenter_CN_x64 ../config/NiuTrans.NiuSeg.ch.config tmp.config.chi 11101 #7

Closed KYRIEZX closed 3 years ago

KYRIEZX commented 3 years ago

My script:perl NiuTrans-running-segmenter.pl -lang ch -input ../work/preprocessing/chinese.clean.txt -output ../work/preprocessing/chinese.clean.txt.prepro -method 01 But it turns to: image

xuchenneu commented 3 years ago

@KYRIEZX We are so regretted that our word segmentation module can not run on the Ubuntu system due to some unsupported system-level functions. You can run it on the Centos system. If you don't have a Centos system available, you can segment the Chinese text with other tools, like Jieba.

KYRIEZX commented 3 years ago

@KYRIEZX We are so regretted that our word segmentation module can not run on the Ubuntu system due to some unsupported system-level functions. You can run it on the Centos system. If you don't have a Centos system available, you can segment the Chinese text with other tools, like Jieba.

OK thanks.