fangfangli / cleartk

Automatically exported from code.google.com/p/cleartk
0 stars 0 forks source link

Upgrade to UimaFit 1.4.0 #307

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Per Richard's announcement of the newest version of uimafit:

"This version contains only a single but quite significant change: it is now 
possible to use parameter values other than the basic ones supported by UIMA 
(String, int, float, boolean) when setting parameter values with the uimaFIT
factory methodes. For example, before you needed to write

       createPrimitive(MyComponent.class, PARAM_INPUT_FILE, new File("myfile").getPath());

now you can write

       createPrimitive(MyComponent.class, PARAM_INPUT_FILE, new File("myfile"));
"

We should probably make the upgrade and update all of our examples accordingly.

Original issue reported on code.google.com by lee.becker on 6 Jun 2012 at 3:46

GoogleCodeExporter commented 9 years ago
Fixed in r3919.

Original comment by steven.b...@gmail.com on 20 Jul 2012 at 7:58

GoogleCodeExporter commented 9 years ago

Original comment by steven.b...@gmail.com on 5 Aug 2012 at 8:46