public class InterpretNumerics
extends java.lang.Object
Constructor and Description |
---|
InterpretNumerics() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
getSumoTerms(java.lang.String input,
ClauseSubstitutor substitutor)
Returns a list of SU-KIF statements, each corresponding to a date/time/measure found in the input
natural language string.
|
static void |
main(java.lang.String[] args) |
public static java.util.List<java.lang.String> getSumoTerms(java.lang.String input, ClauseSubstitutor substitutor)
input:
- The natural language string.substitutor
- public static void main(java.lang.String[] args)