aminorex / dkpro-core-asl

Automatically exported from code.google.com/p/dkpro-core-asl
0 stars 0 forks source link

[TreeTagger] Intern POS values and lemmas to save memory #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Per default the TreeTagger wrapper should intern POS values and lemmas to save 
memory. It should be an option however, as somebody may not want to incur the 
additional overhead.

Original issue reported on code.google.com by richard.eckart on 29 May 2011 at 8:53

GoogleCodeExporter commented 9 years ago
Added the parameter PARAM_INTERN_STRINGS to TreeTaggerTT4JBase - default is 
"true"
Enabled the hugeDocumentTest for TreeTaggerPosLemma.
Added another test for English.
Upgrade to modern uimaFIT API in TreeTaggerPosLemmaTest.

Original comment by richard.eckart on 29 May 2011 at 8:56

GoogleCodeExporter commented 9 years ago
Fixed.
---
rev 107

Original comment by richard.eckart on 2 Oct 2011 at 3:11