| Package | Description | 
|---|---|
| com.articulate.sigma.semRewrite.datesandnumber | |
| com.articulate.sigma.semRewrite.substitutor | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Utilities. filterSumoTerms(ClauseSubstitutor substitutor) | 
| java.util.List<java.lang.String> | DateAndNumbersGeneration. generateSumoTerms(java.util.List<Tokens> tokensList,
                 StanfordDateTimeExtractor stanfordParser,
                 ClauseSubstitutor substitutor)* Categorizes the input into Date, Number, Duration and Time. | 
| static java.util.List<java.lang.String> | InterpretNumerics. 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IdiomSubstitutor | 
| class  | NounSubstitutor | 
| class  | SimpleSubstitutorStorageCreated by aholub on 4/2/15. | 
| class  | SubstitutorsUnion | 
| Modifier and Type | Method and Description | 
|---|---|
| static ClauseSubstitutor | SubstitutorsUnion. of(ClauseSubstitutor... substitutors) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | SubstitutionUtil. groupClauses(ClauseSubstitutor substitutor,
            java.util.List<java.lang.String> clauses) | 
| static ClauseSubstitutor | SubstitutorsUnion. of(ClauseSubstitutor... substitutors) | 
| Constructor and Description | 
|---|
| SubstitutorsUnion(java.util.List<ClauseSubstitutor> substitutors) |