Is any place I can download Treebank of English phrases for free or less than $100? I need training data containing bunch of syntactic parsed sentences (>1000) in English in any format. Basically all I need is just words in this sentences being recognized by part of speech.
相关问题
- How to get a list of antonyms lemmas using Python,
- How to match dependency patterns with spaCy?
- LUIS - Can we use phrases list for new values in t
- How to initialize a `Doc` in textacy 0.6.2?
- How to initialize second glove model with solution
相关文章
- What's the difference between WordNet 3.1 and
- How should I vectorize the following list of lists
- What created `maxent_treebank_pos_tagger/english.p
- How can I find the arn of an api gateway stage?
- How to determine if a sentence is talking about a
- Triple extraction from a sentance
- How to use Mallet for NER [closed]
- How to translate words in NTLK swadesh corpus rega
Here are a couple (English) treebanks available for free:
American National Corpus: MASC
Questions: QuestionBank and Stanford's corrections
British news: BNC
TED talks: NAIST-NTT TED Treebank
Georgetown University Multilayer Corpus: GUM
Biomedical:
NaCTeM GENIA treebank
Brown GENIA treebank
CRAFT corpus
See also Wikipedia for a huge list.
what about Penn Treebank? I hope it will be free or atleast afordable. http://www.cis.upenn.edu/~treebank/cdrom2.html
NLTK (for Python) offers several treebanks for free.