TextBySectionBuilder - apache/ctakes GitHub Wiki
Builds a new cas or populates an existing jcas with sections, their names and text.
- Author: SPF , chip-nlp
- Version: %I%
-
Since: 9/22/2019
-
Parameters:
-
namename of the section. This will be placed in the text and used to create an id: name_# -
texttext content of the section.
-
-
Returns: this builder.
- Returns: a jcas created from scratch and populated with the sections added in this builder.
-
Exceptions:
-
UIMAExceptionis the fresh jcas cannot be created.
-
-
Parameters:
-
jCasye olde ...
-
- Returns: the given jcas populated with the sections added in this builder.