Backend class
Methods
-
findAll(String aStr, String sub)
→ List<int>
-
-
getChunkWithIndex(List<SentenceIndex> span, String text)
→ ChunkWithIndex
-
-
lindexSplit(String text, List<int> indices)
→ List<String>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
postProcessing(List<String> results, List<String> postProcessingList)
→ List<String>
-
-
realignByQuote(String text, int lastQuotePos, String quoteType, bool useHeuristic, bool useQuotesBracketsProcessing, int maxRecoverStep, int maxRecoverLength, int recoverStep)
→ List<String>
-
-
splitChunks(String text, int maxLength, bool overlap, bool useHeuristic, bool useQuotesBracketsProcessing, int maxRecoverStep, int maxRecoverLength)
→ List<ChunkWithIndex>
-
-
splitSentences(String text, bool useHeuristic, bool useQuotesBracketsProcessing, int maxRecoverStep, int maxRecoverLength, int recoverStep, bool useStrip)
→ List<String>
-
-
splitSentencesIndex(String text, bool useHeuristic, bool useQuotesBracketsProcessing, int maxRecoverStep, int maxRecoverLength)
→ List<SentenceIndex>
-
-
toString()
→ String
-
A string representation of this object.
inherited