-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.0uimaFIT
-
Fix Version/s: 2.1.0uimaFIT
-
Component/s: uimaFIT
-
Labels:None
The second example in 7.1.1 Regular UIMA components of http://uima.apache.org/d/uimafit-current/tools.uimafit.book.html#ugr.tools.uimafit.introduction reads
UimaUtil.TOKEN_TYPE_PARAMETER, Token.class.getName(),
UimaUtil.SENTENCE_TYPE_PARAMETER, Sentence.class.getName
Shouldn't it be
Tokenizer.TOKEN_TYPE_PARAMETER, Token.class.getName(),
Tokenizer.SENTENCE_TYPE_PARAMETER, Sentence.class.getName());());
?