-
The tokenizer is not following standard contraction tokenization [0], expected by the Stanford POS tagger. Contractions are not splitted and should be.
Also, the apostrophe character ´ is not handled…
-
/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…
-
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…
-
java -version
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
## Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
jetty-runner corenlp.war
2015-02-24 16:37…
-
_From @ksuderman on May 23, 2016 13:45_
Taggers, NE recognizers etc. should add metadata about the model used to generate the annotations. Currently just the tool used (e.g. Stanford POS Tagger, Ope…
-
@mdtux89 I am using pretrained LDC2015E86 model and my sentence file name is: sentence.txt
I ran the following commands:
```
./preprocessing.sh -s sentence.txt
python preprocessing.py -f sentence…
-
I'm using KBP for relation extraction in Chinese. There is currently a model for Chinese according to the official introduction.
I added kbp annotator into `StanfordCoreNLP-chinese.properties` . When…
-
From nltk:
```
POSTagger renamed StanfordPOSTagger, NERTagger renamed StanfordNERTagger
```
https://github.com/nltk/nltk/blob/develop/ChangeLog#L54
I think this causes what i'm currently seeing for…
-
$descriptorspec = array(
0 => array("pipe", "r"), // stdin
1 => array("pipe", "w"), // stdout
2 => array("pipe","w") // stderr
);
$process = proc_open($cmd, $descr…
ghost updated
8 years ago
-
Hi,
I want to use the stanford-core-nlp gem in a rails application. So, I followed the README file instructions :
- I installed the stanford-core-nlp gem and put it in the Gemfile
- I downloaded…