stanford-nlp
Typed dependencies for the Stanford parser
The typed dependencies given by Stanford parser online and the dependencies generated by the sourcecode given aren\'t same.[详细]
2023-01-17 10:02 分类:问答How to get POS tagging using Stanford Parser
I\'m using Stanford Parser to parse the dependence relations between pair of words, but I also need the tagging of words. However, in the ParseDemo.java, the program only output the Tagging Tree. I ne[详细]
2023-01-16 07:34 分类:问答How do I manipulate parse trees?
I\'ve been playing around with natural language parse trees and manipulating them in various ways. I\'ve been using Stanford\'s Tregex and Tsurgeon tools but the code is a mess and doesn\'t fit in wel[详细]
2023-01-16 00:26 分类:问答Serializing Stanford Parser objects
I\'ve run into an issue that is requiring me to serialize Stanford Parser objects (all different sorts) to a file for later use.As far as I know, none of the Stanford Parser objects implement a serial[详细]
2023-01-14 15:45 分类:问答stanford tagger - tagging speed
regarding the stanford tagger, I\'ve provided my own labelled corpus for training the model for the stanford tagger. However, I\'ve realised that the tagging speed of my model for the tagger is much l[详细]
2023-01-06 21:27 分类:问答how do I create my own training corpus for stanford tagger?
I have to analyze informal 开发者_高级运维english text with lots of short hands and local lingo. Hence I was thinking of creating the model for the stanford tagger.[详细]
2023-01-05 13:40 分类:问答R interface for Stanford Parser [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-02 01:49 分类:问答Stanford Parser - Traversing the typed dependencies graph
Basically I want to find a pa开发者_如何学Pythonth between two NP tokens in the dependencies graph. However, I can\'t seem to find a good way to do this in the Stanford Parser. Any help?[详细]
2022-12-27 23:34 分类:问答calling Stanford POS Tagger maxentTagger from java program
I am new to Stanford POS tagger. I need to call the Tagger from my java program and direct the output to a text file.[详细]
2022-12-26 02:45 分类:问答Using the Stanford postagger in java, getting java.lang.IncompatibleClassChangeError
I am trying to initialize the Stanford NLP Part of Speech tagger and I keep getting a java.lang.IncompatibleClassChangeError.When I print the cause of the error, I get null, when I print the message I[详细]
2022-12-16 04:01 分类:问答
加载中,请稍侯......