stateMachine property

StateMachine<WordState, String> stateMachine
final

state machine used to find words in an input text

Implementation

final StateMachine<WordState, String> stateMachine;