nlp - How to use Mallet for NER -


i'm new subject of nlp , requested perform -named entity recognition- (ner) using mallet. have text, , give feature vector each word in it. train model later on can test on fresh text file. question how create such model, input model. use code examples :) !

fei xia @ uw wrote pretty mallet guide.

you can find example of programmatic (java) interaction mallet @ bottom of this page.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -