analyze abstract method

List<JapaneseFrontendWord> analyze(
  1. String text
)

Analyzes text into words in exact source order.

Implementation

List<JapaneseFrontendWord> analyze(String text);