laito / cleartk

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

cleartk-summarization: types.txt resource in the wrong folder, causes JCas type errors. #410

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Run SumBasic from cleartk-summarization

What is the expected output?

types.txt should be in: resources/META-INF/org.apache.uima.fit/types.txt
(for uimaFit 2.0.0 and above)

What do you see instead?

"JCas type used in Java code, but was not declared in the XML type descriptor" 
Error.

types.txt is currently in resources/META-INF/org.uimafit/types.txt not detected 
by uimaFit.

What version of the product are you using? On what operating system?

2.0.1-SNAPSHOT, Ubuntu 12.04

Original issue reported on code.google.com by igor.bri...@ucdconnect.ie on 15 Oct 2014 at 10:31

GoogleCodeExporter commented 9 years ago

Original comment by steven.b...@gmail.com on 15 Oct 2014 at 12:37