stanford-nlp
purpose of Penn TreeBank and PCFG Model in Stanford Parser
I was confused by the purpose of english开发者_StackOverflowPCFG Model and Penn treebank annotation, the package of Standford Parser only included all kind of Models, it always questions me how does t[详细]
2023-02-21 07:58 分类:问答how to get specific elements from Collection tdl with stanford nlp parser
I am using the nlp parser stanord. I want to extract some elements like nsubj and more from Collection tdl.[详细]
2023-02-20 20:20 分类:问答Stanford Parser: how to extract dependencies?
My work consists in finding a query (can be noun+verb) in a sentence, then extract the object. exemple: \"coding is sometimes a tough work.\" My query would be: \"coding is\".[详细]
2023-02-19 21:09 分类:问答Tagged input to Stanford parser
Can anyone please tell me how I can feed the Stanford Parser my own tagged input sentence? The tagged sentence is, say,[详细]
2023-02-18 23:58 分类:问答stanford parse bash script error - linux bash
Can someone help me check my bash script? i\'m trying to feed a directory of .txt files to the stanford parser (http://nlp.stanford.edu/software/pos-tagger-faq.shtml) but i can\'t get it to work. i\'m[详细]
2023-02-16 00:23 分类:问答Cannot import edu.stanford.nlp - Stanford parser with jython problem
Can someone help me out with the stanford parser from http://nlp.stanford.edu/software/lex-parser.shtml?[详细]
2023-02-15 12:23 分类:问答how to use stanford parser with threads
hello I want to use stanford parser wuth threads but I dont know how to 开发者_运维知识库do that with thread pool. I want that all threads will do this:[详细]
2023-02-09 19:49 分类:问答how to get relationship between words with nlp stanford parser
I am trying to get the connections between string and other words like: The screen is very good so I want to get[详细]
2023-02-06 12:12 分类:问答Stanford Parser questions
I am writing a project that works with NLP (natural language parser). I am using the stanford parser.[详细]
2023-02-05 23:09 分类:问答out of heap space memory error
I am trying to run the coreNLP package with the following program package corenlp; import edu.stanford.nlp.pipeline.*;[详细]
2023-02-05 10:01 分类:问答
加载中,请稍侯......