I create this page as the master page for using F# on Stanford NLP.
- Get the F# project running with Stanford NLP
- POS tag explanation
- Penn Treebank P.O.S tag
- Stack Overflow Q&A about POS tag
- A list with an explanation.
- UN dependency tag is here
- the difference between tags are listed at this google site
- Dependency Tree
- Tree relation manual is here
- Move the IKVM version to be more .NET friendly with some helper functions and my internal data structure
- Stemming is performed in Stanford NLPCore by Lemma tag. It will get the stem of the word no matter the word is a noun or a verb.
No comments:
Post a Comment