TermCoOccurrenceGraphBase class Null safety

Base class that implements TermCoOccurrenceGraph and mixes in TermCoOccurrenceGraphMixin.

Includes a default const generative constructor for sub-classes.

Mixed in types

Constructors

TermCoOccurrenceGraphBase()
A default const generative constructor for sub-classes.
const

Properties

coOccurrenceGraph Map<String, List<int>>
The map that holds the matrix of terms.
read-only, inherited
hashCode int
The hash code for this object.
read-only, inherited
keywords Iterable<List<String>>
The collection of keywords, each as a list of terms.
read-only, inherited
keywordScores Map<String, double>
Returns a mapping of the keywords to their RAKE scores.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
terms List<String>
The unique terms in the coOccurrenceGraph.
read-only, inherited
uniqueTerms Set<String>
The set of unique terms in the co-occurrence graph.
read-only, inherited

Methods

keyWordScore(List<String> keyWord) double
The RAKE keyword score for the keyWord
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
termDegree(String term) int
The word degree of the term
inherited
termFrequency(String term) int
The word frequency for the term.
inherited
toString() String
A string representation of this object.
inherited

Operators

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