| Package | Description |
|---|---|
| com.articulate.sigma.nlp.pipeline | |
| com.articulate.sigma.semRewrite | |
| com.articulate.sigma.semRewrite.substitutor |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
SentenceBuilder.asStrings(ClauseSubstitutor substitutor)
Builds String representation of current sentence mutating labels with provided substitutor.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
Interpreter.lemmatizeResults(List<String> results,
List<edu.stanford.nlp.ling.CoreLabel> tokens,
ClauseSubstitutor substitutor)
Lemmatize the results of the dependency parser, WSD, etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CorefSubstitutor |
class |
IdiomSubstitutor |
class |
NounSubstitutor |
class |
SimpleSubstitutorStorage
Basic implementation of ClauseSubstitutor storage.
|
class |
SubstitutorsUnion
This substitutor helps to group set of other substitutors together.
|
| Modifier and Type | Method and Description |
|---|---|
static ClauseSubstitutor |
SubstitutorsUnion.of(ClauseSubstitutor... substitutors) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SubstitutionUtil.groupClauses(ClauseSubstitutor substitutor,
List<String> clauses)
Takes the list of clauses and substitutes them using provided substitutor.
|
static ClauseSubstitutor |
SubstitutorsUnion.of(ClauseSubstitutor... substitutors) |
| Constructor and Description |
|---|
SubstitutorsUnion(List<ClauseSubstitutor> substitutors) |
Copyright © 2015. All rights reserved.