Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
In "UIMA Tutorial and Developer's guide", section 1.3.1 "Combining annotators", there are references to "sentences and words" ouptuts for the TutorialDateTime annotator:
- for a TutorialDateTime annotator. This annotator detects dates and times (and also sentences and words)
- In this case, for example, we have decided to suppress the Word and Sentence annotations that are produced by the TutorialDateTime annotator.
- You should see that RoomNumbers, Dates, and Times are all shown but that Words and Sentences are not
But the source code provided (annotator and descriptor) does not deal with words/sentences.
It seems that either the text or the code should be modified in order to make them consistent.