Click here to Skip to main content
15,920,602 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am trying POS using openNLP in java.

I tried "melting point" ,

in java it shows VBG,NN but in c#(sharpNLP) it shows NN,NN . why this difference ?

I am using openNLP model 1.5
Posted
Updated 27-Jul-11 21:00pm
v2

1 solution

I am no expert on natural language processing, but I would guess that it is simply assigning different parts of speech to the phrase "melting point". I would agree with OpenNLP that it is a verb-noun phrase rather than a noun-noun phrase.

The difference should be down to the base dictionary in use.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900