NLPIR 搜索分词、输入习惯分词

图片说明

NLPIR分词技术,上面的这个 搜索分词,用的是哪个方法呢? 也就是我们平常的输入法习惯的分词。

我试了用下面这个方法,但是效果有点差距
[DllImport("NLPIR.dll", CharSet = CharSet.Ansi, CallingConvention = CallingConvention.Cdecl, EntryPoint = "NLPIR_ParagraphProcess")]
private static extern IntPtr NLPIR_ParagraphProcess(string sParagraph, int bPOStagged = 1);

他上面写的这个,是用哪个方法呢? 有哪位大神做过的帮帮忙,多谢了啊。

http://blog.sina.com.cn/s/blog_8759ce860101s93d.html