Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Implement an OpenNLP based Sentence Detection Engine that supports language specific configurations.
e.g.
!zh
!jp
de;model=mySentDecModel.bin
*
The 'model' parameter allows to configure the name of the language detection model used for a given language. If nothing is specified "
{lang}-sent.bin" is assumed as default.
Texts in languages where no model is present are not processed.