GrammarScope  4.0.0
Static Public Member Functions | Private Member Functions | List of all members
grammarscope.server.factory.SegmentationFactory Class Reference

Static Public Member Functions

static List< SentenceSegmentmakeSentenceSegments (final List< List< CoreLabel >> words)
 
static Segmentation makeSegmentation (final List< List< CoreLabel >> words)
 
static List< WordSegmentmakeSegments (final List< CoreLabel > words)
 
static WordSegment makeSegment (final CoreLabel word)
 

Private Member Functions

 SegmentationFactory ()
 

Detailed Description

Segmentation factory from list of lists of words

Author
Bernard Bou

Constructor & Destructor Documentation

◆ SegmentationFactory()

grammarscope.server.factory.SegmentationFactory.SegmentationFactory ( )
private

Member Function Documentation

◆ makeSegment()

static WordSegment grammarscope.server.factory.SegmentationFactory.makeSegment ( final CoreLabel  word)
static

Make word segment

Parameters
wordword
Returns
word segment

◆ makeSegmentation()

static Segmentation grammarscope.server.factory.SegmentationFactory.makeSegmentation ( final List< List< CoreLabel >>  words)
static

Make segmentation

Parameters
wordslist of sentences
Returns
segmentation

◆ makeSegments()

static List<WordSegment> grammarscope.server.factory.SegmentationFactory.makeSegments ( final List< CoreLabel >  words)
static

Make word segments

Parameters
wordslist of words
Returns
list of word segments

◆ makeSentenceSegments()

static List<SentenceSegment> grammarscope.server.factory.SegmentationFactory.makeSentenceSegments ( final List< List< CoreLabel >>  words)
static

Make sentence segments

Parameters
wordslist of sentences
Returns
sentence segments

The documentation for this class was generated from the following file: