I am using Maxent in net Beans.Need to understand how to use the code for pos tagged files. to make it more clear, I am having difficulty integrating the different modules in the maxent code in the net beans. My concern is how can i see the results of a tagged file if i use the tagged file as input to the maxent code. Is there any specific module in the maxent code that can classify the tagged file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
|how can i see the results of a tagged file if i use the tagged file as input to the maxent code. Is |there any specific module in the maxent code that can classify the tagged file.
I'm not exactly what you are asking. By tagged do you mean pos-tagged. If so you probably want to look at the opennlp tools pos tagger. (http://opennlp.sourceforge.net/api/opennlp/tools/postag/package-summary.html).
If you just mean how to get the maxent code to classify something then I'd look at the tutorial.
I am using Maxent in net Beans.Need to understand how to use the code for pos tagged files. to make it more clear, I am having difficulty integrating the different modules in the maxent code in the net beans. My concern is how can i see the results of a tagged file if i use the tagged file as input to the maxent code. Is there any specific module in the maxent code that can classify the tagged file.
|how can i see the results of a tagged file if i use the tagged file as input to the maxent code. Is |there any specific module in the maxent code that can classify the tagged file.
I'm not exactly what you are asking. By tagged do you mean pos-tagged. If so you probably want to look at the opennlp tools pos tagger. (http://opennlp.sourceforge.net/api/opennlp/tools/postag/package-summary.html).
If you just mean how to get the maxent code to classify something then I'd look at the tutorial.
http://maxent.sourceforge.net/howto.html
Hope this helps...Tom