-
[This script](../blob/master/crowdflower_results_into_training_data.py) takes as input:
1. a _CSV_ file containing CrowdFlower annotation results
2. a directory with TreeTagger output files, 1 sentenc…
-
```
We currently have no really free POS tagger in DKPro Core ASL, since we cannot
redistribute TreeTagger binaries and models as Maven artifacts. Thus, an
alternative like the OpenNLP POS tagger wo…
-
```
Before the code is checked into the Google Code SVN it should be reviewed to
make sure things are relatively clean, complete, and at least minimally
documented.
```
Original issue reported on c…
-
```
Hello,
When I apply tree-tagger with the Chinese parameter file provided by S; Sharoff
on a file tokenized by the Chinese Segmenter provided by E. Peterson
(mandarintools.com)
tree-tagger -…
-
```
The TreeTaggerPosLemma annotation always creates POS Tags and Lemmas. In the
case that a corpus is read that already provides POS tags, it would be nice to
only add the lemmas. Thus there should…
-
```
We should switch all unit tests to OpenNLP, since we then can use the models as
well and the tests run anywhere.
```
Original issue reported on code.google.com by `richard.eckart` on 7 Jun 2012 …
-
```
What steps will reproduce the problem?
1. Run the TreeTagger wrapper in a linux system with /tmp mounted with
"noexec".
2. Tree tagger binary copied into the /tmp cannot be executed, and fails. …
-
I am facing a problem trying to install the new version of EOP on a linux machine,
using the command sh ./install.sh 1.2.1 treetagger:
When it gets to the point of checking the awk, it seems to crash…
-
```
The TreeTaggerPosLemma annotation always creates POS Tags and Lemmas. In the
case that a corpus is read that already provides POS tags, it would be nice to
only add the lemmas. Thus there should…
-
```
DKPro Core 1.4.0 the property "tagger.tagset" to indicate the tagset for a
POS-tagger model. It is more sensible to use "pos.tagset", because it is a
"part-of-speech" tagset and not a "tagger" …