Apache OpenNLP and the Maxent package use Maven as build and dependency management system. You can find some info here: http://opennlp.apache.org/building.html
You can search the web to learn how to import a Maven project into NetBeans. It is simple, but I can't guide you because I don't use NetBeans. William On Thu, Aug 23, 2012 at 2:25 PM, David Young <[email protected]> wrote: > Hi all I have just started using OpenNLP its great, used the tutorial to > get POS up and running in C# in a day and its very powerful, but there is > no detailed information in the manual on Maxent. > > First I tried to load everything as Java src into NetBeans and I ran into > too many errors that I am not familiar with while building and the examples > folder was missed out completely. How do others build from src and which > IDE is the easiest to set-up? > > I found a simple tutorial on Maxent using ShartEntropy at CodeProject which > gives this example of training data: > " Day 6 Cold Dry Early Umbrella > > Day 7 Cold Rainy Early Umbrella > Day 8 Cold Dry Late No_Umbrella > Day 9 Warm Rainy Late No_Umbrella > > Day 10 Warm Dry Late No_Umbrella" > > What I want to do is something more like POS but different enough that I > can not train the POSTagger. > Where can I find an example of the data POS feeds to MaxEnt? > > Are there interactions such as secondPreviousWord_previousWord_currentWord? > > Thanks for the support. >
