On 7/28/11 9:29 AM, vinay ds wrote:
Hi,
I tried POS tag with both c# and java.
But for some words i am getting different results. For example : "melting
point" .
In C# (using sharpNLP model) i am getting result : [NN,NN]
but,
In java, (using openNLP 1.5 model) i am getting result : [VBG,NN] .
Are these kind of difference expected. which one i should follow ?
The OpenNLP POS Model was trained on news texts, you should give it
an entire sentence to get good results.
I do not know anything about sharpNLP, looks like it is a reimplementation
of OpenNLP in C#. If they are using our model then it might be a
difference in the maxent
or feature generation code.
Do you need to use OpenNLP from C#?
Jörn