-
First thank you for your great work on the italian language for `CoreNLP`.
I'm trying the `NER` and `POS` tagger. My simplest configuration for CoreNLP is the following:
```javascript
{
'an…
-
Hi! I tried to run the code and followed all steps for simple English tagging. I also downloaded the models in program-data/SVM and program-data/CRF++ folders. Yet I am getting this error :
```
java…
-
When I run the default docker command, and then ./auto_phrase.sh I get many errors, starting from the Tagging step:
ERROR: not a parameter file: ./lib/english-utf8.par!
(multiple lines of this)
…
-
Hi,
I am trying to realize an algorithm for T/V Distinction for the Spanish language in Java.
For POS Tagging, I am using TreeTagger trained on the Ancora corpus. It works very well, but I guess…
-
Hi,
I'm trying to apply POS-tagging on a sample of Danish text with TreeTagger and the "official" Danish parameter file. However, it seems that tags produced are not recognized by koRpus.
I'm wo…
-
When attempting to run HeidelTime with Chinese, we get a FileNotFoundException. We are testing on the following Chinese text:
> “西门商场(2013年9月31日武装分子在肯尼亚首都内罗毕袭击的购物中心)的时候我身在艺术咖啡厅,这次我又住在半岛酒店……凌晨4点前一切被炸…
-
Hi, I'm trying to use this package, but I get an error " unsupported pickle protocol :4 ". Do you know what's exactly the problem ? Are there any dependencies for the code to use ? Thank you
-
Bonjour cette question est sans doute sans lien avec votre projet mais je me permets de la poser ici.
Auriez-vous le fichier de parametres pour le francais oral ? a savoir "Spoken French": "spoken-…
-
Our corpus contains some documents that contain URLs and more rarely sequences of punctuation that cause some of the readability measures to fail.
For a minimum example, I present a length 3 text v…
-
Hi, I see:
`
('DuxSoup version:', '0.6')
Traceback (most recent call last):
File "lambda_function.py", line 9, in
profile_data = dux.call("profile", {})
File "/home/mrjcleaver/dux-lambd…