Hello everyone, I'm experiencing some difficulties, while trying to integrate the RegExAnnotator into my UIMA project as source code.
The Class ConceptFileParser_impl.java has the imports import org.apache.incubator.uima.regex.AnnotationDocument; import org.apache.incubator.uima.regex.ConceptDocument; import org.apache.incubator.uima.regex.ConceptSetDocument; import org.apache.incubator.uima.regex.CreateAnnotationsDocument; import org.apache.incubator.uima.regex.ExceptionDocument; import org.apache.incubator.uima.regex.FeatureDocument; import org.apache.incubator.uima.regex.RuleDocument; import org.apache.incubator.uima.regex.RulesDocument; import org.apache.incubator.uima.regex.SetFeatureDocument; import org.apache.incubator.uima.regex.VariableDocument; import org.apache.incubator.uima.regex.VariablesDocument; which cannot be found anywhere. I searched in the repository and also in older releases without success. As I need to import the RegEx Annotator as source code into my project, I'd really appreciate if anyone could help me out with this issue. Thanks! Mit freundlichen Grüßen / Best Regards Christian Friedrich ======================================================================= FZI Forschungszentrum Informatik an der Universitaet Karlsruhe Haid-und-Neu-Str. 10-14, D-76131 Karlsruhe Tel.: +49-721-9654-0, Fax: +49-721-9654-959 Stiftung des buergerlichen Rechts Stiftung Az: 14-0563.1 Regierungspraesidium Karlsruhe Vorstand: Dipl. Wi.-Ing. Michael Flor, Prof. Dr. rer. nat. Ralf Reussner, Prof. Dr. rer. nat. Dr. h.c. Wolffried Stucky, Prof. Dr. rer. nat. Rudi Studer Vorsitzender des Kuratoriums: Ministerialdirigent Guenther Leßnerkraus =======================================================================
