@FunctionalInterface public interface LanguageFactory
LanguageParser.| Modifier and Type | Method and Description |
|---|---|
LanguageParser |
create(LanguageEncounter encounter)
Create a parser that will send its results to the given encounter.
|
LanguageParser create(LanguageEncounter encounter)
encounter - encounter that should be used to emit sentence and token informationLanguageParserCopyright © 2018. All rights reserved.