SegGraph
class SegGraph
Graph representing possible tokens at each start offset in the sentence.
Functions
Link copied to clipboard
Get the highest start offset in the map
Link copied to clipboard
Get the list of tokens at the specified start offset
Link copied to clipboard
Returns true if a mapping for the specified start offset exists
Link copied to clipboard
Return a List of all tokens in the map, ordered by startOffset.