Kss class

Constructors

Kss()

Properties

hashCode int
The hash code for this object.
no setterinherited
kss Backend
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
splitChunks(String text, int maxLength, {bool overlap = false, bool useHeuristic = true, bool useQuotesBracketsProcessing = true, int maxRecoverStep = 5, int maxRecoverLength = 20000}) List<ChunkWithIndex>
splitSentences(String text, {bool useHeuristic = true, bool useQuotesBracketProcessing = true, int maxRecoverStep = 5, int maxRecoverLength = 20000}) List<String>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited