我需要在语料库中为我的文件进行POS标记.我已成功按照SharpNlp的安装说明
使用二进制版本
I created a new c# project in: E:\sharp\sharpapp
location of Models Folder is: E:\sharp\sharpapp\bin\Models
location of my SharpNlp Binary is: E:\sharp\SharpNLP-1.0.2529-Bin
Run Code Online (Sandbox Code Playgroud)
我也按照说明修改.config文件"ParseTree.Exe"和"ToolsExamples.Exe"
现在在我的c#项目中,我有一个名为tagging.cs的类,我必须访问我的语料库文本文件并对这些文件进行POS标记.任何人都可以帮助我如何使用SharpNlp这样做
请提供相应的步骤.