Georg Fette created UIMA-2823: --------------------------------- Summary: TextMarker: Easy way to create a TextMarker-based AnalysisEngineDescription Key: UIMA-2823 URL: https://issues.apache.org/jira/browse/UIMA-2823 Project: UIMA Issue Type: New Feature Components: TextMarker Reporter: Georg Fette Priority: Minor
Hello, I would think it useful to have the possibility to create an AnalysisEngineDescription (like in a UIMAFit way) from a TextMarker-Skript-String. Example in Java: AnalysisEngineDescription tmAED = TextMarkerEngineCreator.parse("TOKEN TOKEN* PERIOD { -> MARK(Sentence,1,2) }"); The user has to ensure that the types used in the script do exist and that no types are created. It would be a quick and easy way to use TextMarker in pipelines. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira