Where can i learn what does each tag means? #115
Replies: 10 comments
-
Following page may help you. |
Beta Was this translation helpful? Give feedback.
-
Thank you @mdileep |
Beta Was this translation helpful? Give feedback.
-
Ty very much for answers. Is this list up to date?
https://www.ling.upenn.edu/courses/Fall_2003/ling001/penn_treebank_pos.html
Also i dont get some of them. For example What does Coordinating
conjunction mean?
Also lets say it is JJR
Adjective, comparative . how can i find its base adjective?
also @sergey-tihon and @mdileep i can not find tag DTNN in non of the links you have provided.
…On Fri, Mar 10, 2017 at 11:02 AM, Sergey Tihon ***@***.***> wrote:
Thank you @mdileep <https://github.com/mdileep>
Also you can look into this https://github.com/sergey-
tihon/Stanford.NLP.Fsharp/blob/master/src/Stanford.NLP.Parser.Fsharp/
PennTreebankIITags.fs
Some time ago I did intellisence over tags for F# users
http://sergey-tihon.github.io/Stanford.NLP.Fsharp/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#60 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD9Q4kQKjKAF06S00FxQpuCI7xqFI0ovks5rkQOlgaJpZM4MYzka>
.
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@sergey-tihon ty for answer but i still can not make any sense of what does each part means for example DET+ADJ_COMP+NSUFF_MASC_DU_GEN DT+JJR what does DET , ADJ_COMP, NSUFF_MASC_DU_GEN, DT, JJR means? Also is that possible to find related root words? I mean for example easy is adjective , easier is comparative lets say the tagger says it is comparative form. How can i find its root adjective? Also can we determine plural and non-plural forms? Lets say it says it is plural form. Can i get its non-plural form from tagger? |
Beta Was this translation helpful? Give feedback.
-
@MonsterMMORPG definitely better to ask question about the meaning to authors ;) I could recommend to play online with corenlp annotations (sound like you need to add dependency parse to your pipeline): |
Beta Was this translation helpful? Give feedback.
-
@sergey-tihon the problem is i dont know arabic :D also for example for the word easier in arabic it parses as VBD. But VBD is verb past tense according to here : https://www.ling.upenn.edu/courses/Fall_2003/ling001/penn_treebank_pos.html Where can i reach the authors? email? |
Beta Was this translation helpful? Give feedback.
-
@MonsterMMORPG I also do not know arabic ;) From the official github repo - https://github.com/stanfordnlp/CoreNLP
but twitter account is also an option https://twitter.com/stanfordnlp |
Beta Was this translation helpful? Give feedback.
-
@sergey-tihon do you know where can i learn tags like these meanings? DET |
Beta Was this translation helpful? Give feedback.
-
@MonsterMMORPG no ideas rather than official docs & source code |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am testing Arabic POS tagger and it shows tags as
I have found here but almost all links are broken and no useful info : http://nlp.stanford.edu/software/parser-arabic-faq.shtml
اللاعب/DTNN
عامل/NN
اكتب/VBP
سجل/VBD
تسجل/VBP
قيد/NN
أرسل/VBD بالبريد/NNP المسجل/DTJJ
سجل/VBD السيارة/DTNN
دون/NN في/IN سجل/NN
Where can i learn what does each tag means? And i need the full list? Ty
This is the code i use
Beta Was this translation helpful? Give feedback.
All reactions