-
Hi Milos,
When running BEER to evaluate French-to-English or German-to-English, I got an error in some situations. This only happens for some files, not all of them an not for other translation direc…
-
**$ ./preprocessing.sh -s contrib/sample-sentences.txt**
Running CoreNLP..
[main] INFO edu.stanford.nlp.pipeline.StanfordCoreNLP - Adding annotator tokenize
[main] INFO edu.stanford.nlp.pipeline.S…
-
Currently, if we apply two annotators which annotate the same element, both are added to the result. Stanford CoreNLP instead overrides the old annotation. Following this, I implemented a method that …
-
/home/gaurav/falconor/fenv/local/lib/python2.7/site-packages/flask_sqlalchemy/__init__.py:839: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by d…
-
An error raised when I ran `python align_data_json.py > data.jsonl`.
```bash
Adding annotator tokenize
Adding annotator ssplit
Adding annotator pos
Reading POS tagger model from edu/stanford/nlp/…
-
What is the minimum working example of a code that I feed in a string and gives me the named entities?
```
from ccg_nlpy import local_pipeline
pipeline = local_pipeline.LocalPipeline()
d = "…
-
2018-03-22 12:36:34.723838 CREATE TABLE
2018-03-22 12:36:34.775074 unloading to feed_processes-1: ' SELECT R0.id AS "articles.R0.id", R0.content AS "articles.R0.content"
2018-03-22 12:36:34.775127 F…
-
Here is the code and coming empty array.
##### O/P
array(0) {
}
-
I got this error after running the pipeline as described in the docs:
```
FrenchServerDependencyParseTask processing article 'Affaire des march�s publics d'�le-de-France'...
FrenchServerDependenc…
-
I have installed RJB and the followed all instructions as suggested in your gem documentation.
Have installed JAVA 1.6 and set the $JAVA_HOME TO /home/avinash/jdk1.6.0_38 similarly i have set $LD_LI…