Package edu.tufts.hrilab.interfaces
Interface NLUInterface
- All Known Implementing Classes:
CachedParserComponent
,HybridParserComponent
,LLMNLComponent
,LLMParserComponent
,PatternMatchingParser
,TLDLParserComponent
public interface NLUInterface
Base set of methods for natural language understanding in DIARC.
-
Method Summary
Modifier and TypeMethodDescriptionparseUtterance
(Utterance incoming) Accumulates text, sentence-at-a-time and attempts to parse the incoming Utterance.
-
Method Details
-
parseUtterance
Accumulates text, sentence-at-a-time and attempts to parse the incoming Utterance.- Returns:
- Utterance populated with semantics.
-