ClearTK/cleartk

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

Opened this issue · 1 comments

Original issue 410 created by ClearTK on 2014-10-15T10:31:36.000Z:

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

Comment #1 originally posted by ClearTK on 2014-10-15T12:37:17.000Z:

<empty>