TermCoOccurrenceGraphBase class abstract

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.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
keywords Iterable<List<String>>
The collection of keywords, each as a list of terms.
no setterinherited
keywordScores Map<String, double>
Returns a mapping of the keywords to their RAKE scores.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terms List<String>
The unique terms in the coOccurrenceGraph.
no setterinherited
uniqueTerms Set<String>
The set of unique terms in the co-occurrence graph.
no setterinherited

Methods

keyWordScore(List<String> keyWord) double
The RAKE keyword score for the keyWord
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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