TokenizationOutput class

Structure helper for tokenization process

Constructors

TokenizationOutput()

Properties

bagOfWords Map<String, double>
Count for each words in all documents
getter/setter pair
documentBOW List<Map<String, double>>
List of 'Bag of Words' for each document
getter/setter pair
documentTotalWord List<int>
Total number of word in each document
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
numberOfDistintWords int
Total distinct word in all documents
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalNumberOfWords int
Total number of word in all documents
getter/setter pair
wordInDocumentOccurrence Map<String, double>
How often a certain word occur across all documents (unique word occurence - max 1 per document)
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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