-
Install crashes badly on Ubuntu. Some of the errors:
```
ERROR: /bin/sh: 1: xslt-config: not found
** make sure the development packages of libxml2 and libxslt are installed **
```
...
Running s…
-
```
From discussion at dev list:
I found out that
TCMachineLearningAdapter.AdapterNameEntries.trainingFile
is quite misleading naming. During cross-validation (using
BatchTaskCrossValidation), th…
-
```
The classlabel-to-number mapping in id2outcome.txt should be explicit, i.e.
instead of
#ID=PREDICTION;GOLDSTANDARD
#labels NPg JJ RB PPS TO ...
we should have
#ID=PREDICTION;GOLDSTANDARD
#la…
-
```
Both cleartk-ml-crfsuite and cleartk-ml-clearparser still declare repository
elements in their pom.xml files. Maven Central strongly discourages such
declarations. Instead, we should get the fol…
-
```
As you know, cleartk-ml-crfsuite has a dependency on
de.tudarmstadt.ukp.dkpro.core:de.tudarmstadt.ukp.dkpro.core.api.resources-asl:1.
3.0.
We've just made the move to deploy ClearTK to Maven Cen…
-
```
The classlabel-to-number mapping in id2outcome.txt should be explicit, i.e.
instead of
#ID=PREDICTION;GOLDSTANDARD
#labels NPg JJ RB PPS TO ...
we should have
#ID=PREDICTION;GOLDSTANDARD
#la…
-
```
Both cleartk-ml-crfsuite and cleartk-ml-clearparser still declare repository
elements in their pom.xml files. Maven Central strongly discourages such
declarations. Instead, we should get the fol…
-
```
As you know, cleartk-ml-crfsuite has a dependency on
de.tudarmstadt.ukp.dkpro.core:de.tudarmstadt.ukp.dkpro.core.api.resources-asl:1.
3.0.
We've just made the move to deploy ClearTK to Maven Cen…
-
```
NERSequenceDemo 0.6.0 version fails for 16 sentences from the Germeval NER
training dataset (attached) with the following error (I set -Xmx4g on a machine
with 8g RAM)
INFO: Per-token results…
-
```
Mallet writes a lot of output.
We should try to silence this a bit.
Unfortunately, a part is just written to stdout - this could be tricky.
```
Original issue reported on code.google.com by `tors…