-
/root/miniconda3/envs/entity/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: spacy.morphology.Morphology size changed, may indicate binary incompatibility. Expected 104 from C header, got 1…
-
when I run java -cp "data/corenlp/*" edu.stanford.nlp.pipeline.StanfordCoreNLP -annotators tokenize,ssplit,pos,lemma,ner
at last ,something is wrong I donnot how to solve it ,Can you help me ,thank…
-
Loading default properties from tagger edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger
Reading POS tagger model from edu/stanford/nlp/models/pos-tagger/english…
-
When I execute SentimetnSemEval.java with following argumetns:
-on test.txt -tf4 Trainingsdata-SemEval2013 -tm 3 train Trainingsdata-SemEval2013
I ran into the following exception:
Reading POS tagge…
-
Hi @bowbowbow, thanks a lot for putting this together. Was wondering if it will be easy to extend the content in main.py to support Arabic.
In my initial trials, I tried the following:
1) Create…
-
OK, here's my problem.
I want to POS tagg a text file with product reviews, in order to proceed with sentiment analysis on that opinions.
I downloaded the stanford parser 31/10/2016 and copied the f…
-
Hi! I wonder if anyone has used the Wrapper to parse Chinese texts before?
I have the following code:
from stanford_corenlp_pywrapper import sockwrap
parser_path = "/Users/hbyan2/Downloads/stanford-…
-
why the library is running so much slow?,
https://github.com/emerging-welfare/nextflow_test/blob/0884930d98df1f78b56d1a4c60a5e96289ead9f8/bin/temporalTagger.py#L1-L34
```
CPU times: user 2.55 s…
-
Hello!
As some of you might be aware, several Stanford related classes have been deprecated back in 2017. They are the following:
* [`nltk.tag.StanfordTagger`](https://github.com/nltk/nltk/blob/de…
-
I was trying to use the coreference models as baselines. It went well with the 'dcoref' and 'statistical' coref model. But when I tried to use the 'neural' model, I received this bug:
```
[pool-1-th…