Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.4.0SDK
-
None
Description
In the uimaj-tools package, the DocumentAnalyzer class [1] does not offer the way to graphically set up the input file format (xcas, xmi, textDocument) while it uses the FileSystemCollectionReader class [2] which offers its possibility.
We propose to add two graphical components: one to set up the input file format (xcas, xmi, textDocument) and the other to indicate if the execution must fails if an encountered type is unknown (when parsing xmi files).
[1] org/apache/uima/tools/docanalyzer/DocumentAnalyzer.java
[2] org/apache/uima/tools/components/FileSystemCollectionReader.java