KeyphraseOptions class
Options controlling keyphrase extraction; grouped to keep the public API under the 3-parameter limit and allow future knobs without breaking callers.
Constructors
- KeyphraseOptions({int topK = 5, bool includeBigrams = false})
-
Creates extraction options.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- includeBigrams → bool
-
When true, adjacent term pairs are scored alongside single terms.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topK → int
-
Maximum number of keyphrases returned.
final
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