[
https://issues.apache.org/jira/browse/UIMA-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431171#comment-13431171
]
Peter Klügl commented on UIMA-2452:
-----------------------------------
I added a new analysis engine in the utils folder of TextMarker projects. Here
is how to apply it in TextMarker:
PACKAGE org.apache.uima;
TYPESYSTEM utils.PlainTextTypeSystem;
ENGINE utils.PlainTextAnnotator;
Document{ -> EXEC(PlainTextAnnotator, {Line, Paragraph})};
Line;
Paragraph;
> Complex Types
> -------------
>
> Key: UIMA-2452
> URL: https://issues.apache.org/jira/browse/UIMA-2452
> Project: UIMA
> Issue Type: New Feature
> Components: TextMarker
> Reporter: Philipp Daumke
>
> Hi Peter,
> I think, some more complex types would really be a useful add-on. Currently I
> have in mind:
> SENTENCE
> LINE
> DATE
> TIME
> Best regards
> Philipp
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira