Skip to contents

Treats entire input as single token

Super class

VectrixDB::TextAnalyzer -> KeywordAnalyzer

Methods

Inherited methods


Method analyze()

Analyze text as single keyword

Usage

KeywordAnalyzer$analyze(text)

Arguments

text

Input text

Returns

Single-element character vector


Method clone()

The objects of this class are cloneable with this method.

Usage

KeywordAnalyzer$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.