brendano / ark-tweet-nlp

CMU ARK Twitter Part-of-Speech Tagger
http://www.ark.cs.cmu.edu/TweetNLP/
Other
575 stars 199 forks source link

could you explain the mean of the "model.20120919.txt"? #33

Open wangyizhen opened 9 years ago

wangyizhen commented 9 years ago

Can you explain the meaning of each column? _BIAS_ O 0.219882 _BIAS_ V 0.337862 _BIAS_ D -0.505394 _BIAS_ A 0.00000 _BIAS_ N 0.785694 _BIAS_ P 0.00000 _BIAS_ , 1.71877 _BIAS_ ^ 1.35129 _BIAS_ L 0.00000 _BIAS_ ~ -0.0207695 _BIAS_ @ -0.424859 _BIAS_ U -0.358914 _BIAS_ $ 0.00000

kgimpel commented 9 years ago

Hello, The first token is the name of the feature, the second token is the part-of-speech tag, and the final token is the weight. Kevin

2015-05-02 4:25 GMT-05:00 wangyizhen notifications@github.com:

what;mean of each col? BIAS O 0.219882 BIAS V 0.337862 BIAS D -0.505394 BIAS A 0.00000 BIAS N 0.785694 BIAS P 0.00000 BIAS , 1.71877 BIAS ^ 1.35129 BIAS L 0.00000 BIAS ~ -0.0207695 BIAS @ -0.424859 BIAS U -0.358914 BIAS $ 0.00000

— Reply to this email directly or view it on GitHub https://github.com/brendano/ark-tweet-nlp/issues/33.

wangyizhen commented 7 years ago

Thank you @kgimpel