How to use lemmatisation (LemmaGen) in C++

别说谁变了你拦得住时间么 提交于 2019-12-23 02:19:21

问题


I'm using LemmaGen (http://lemmatise.ijs.si) for text lemmatisation. I've successfully used it by running the following statement in the command line.

 $lemmatize -l $./data/lemmatizer/lem-m-en.bin  input.txt output.txt

However, I actually want to use it as a library in my C++ project programatically. Any one knows how to use LemmaGen C++ API? Thanks!

Or anyone can suggest other C++ lemmatisation library that can be used in C++ programmatically?

Please correct me if I'm asking the question wrongly as I'm still quite new to C++.

来源:https://stackoverflow.com/questions/37151476/how-to-use-lemmatisation-lemmagen-in-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!