![]() |
GrammarScope
4.0.0
|
Static Public Member Functions | |
static List< SentenceSegment > | makeSentenceSegments (final List< List< CoreLabel >> words) |
static Segmentation | makeSegmentation (final List< List< CoreLabel >> words) |
static List< WordSegment > | makeSegments (final List< CoreLabel > words) |
static WordSegment | makeSegment (final CoreLabel word) |
Private Member Functions | |
SegmentationFactory () | |
Segmentation factory from list of lists of words
|
private |
|
static |
Make word segment
word | word |
|
static |
Make segmentation
words | list of sentences |
|
static |
Make word segments
words | list of words |
|
static |
Make sentence segments
words | list of sentences |