-
The treetaggerwrapper.py script uses the following:
`p = subprocess.Popen(tagcmd, shell=True, stdin=pipe, stdout=pipe, close_fds=True)`
This needs to be updated for windows, which appears to require…
-
Have you guys looked at spaCy? (https://spacy.io)
Is there any chance this is going to be integrated into DKPRO?
Although I'm unsure whether it supports Apache UIMA...
Cheers and thanks,
Henning
-
The TreeTagger license unfortunately does not allow redistribution unless you have a written permission from the author. You might want to consider removing it from the repo.
See the license file for…
-
Provide a table of candidate part-of-speech (POS) taggers, with pros and cons details.
Focus on English, but multilingual support has a high priority.
-
I am extracting sentence-level pos lm features for english. I've tried with different data, and the treetagger breaks on the last 7-10 sentences of some of the files and outputs empty lines.
-
Original [issue 12](https://code.google.com/p/tt4j/issues/detail?id=12) created by reckart on 2012-01-20T11:00:38.000Z:
What steps will reproduce the problem?
1.Initialise as follow :
private final …
-
R version 3.2.3
koRpus version 0.06-4 (latest dev branch)
When processing certain texts, `koRpus::treetag` returns
> "Error: Invalid tag(s) found: ¶¥¥, , @card@, *ÿÀ3xÿÀ3z, M…
-
Original [issue 2](https://code.google.com/p/tt4j/issues/detail?id=2) created by reckart on 2010-09-03T11:05:21.000Z:
For tt4j to be ready to use as-is, there is one feature that is missing : the int…
-
Original [issue 14](https://code.google.com/p/tt4j/issues/detail?id=14) created by reckart on 2012-07-13T18:32:20.000Z:
Some basic support for reading and decoding TreeTagger model files would be nic…
-
- [x] update hashes in build.xml file - make sure to use the correct date (`curl -I` - Last modified) and also to update the comments before each section
- [x] update managed dependencies on these mod…