Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The chunker currently takes a string array as input and outputs a tag for each input string.
The interface should be extended in a way that it can output an array of Spans instead, where
each Span contains the type, and the begin/end offset in the input array. Like the name finder
does. Like its done by ChunkSample.getPhrasesAsSpanList().