| Package | Description |
|---|---|
| com.articulate.sigma.semRewrite.substitutor |
| Modifier and Type | Field and Description |
|---|---|
static CoreLabelSequence |
CoreLabelSequence.EMPTY_SEQUENCE |
| Modifier and Type | Method and Description |
|---|---|
static CoreLabelSequence |
CoreLabelSequence.from(edu.stanford.nlp.ling.CoreLabel... labels) |
CoreLabelSequence |
SubstitutorsUnion.getGrouped(edu.stanford.nlp.ling.CoreLabel key) |
CoreLabelSequence |
SimpleSubstitutorStorage.getGrouped(edu.stanford.nlp.ling.CoreLabel key) |
CoreLabelSequence |
ClauseSubstitutor.getGrouped(edu.stanford.nlp.ling.CoreLabel key)
Searches for referenced group by any label included into the key
|
CoreLabelSequence |
SubstitutorsUnion.getGrouped(String keyLabel) |
CoreLabelSequence |
SimpleSubstitutorStorage.getGrouped(String keyLabel) |
CoreLabelSequence |
ClauseSubstitutor.getGrouped(String keyLabel)
Searches for referenced group by any label included into the key
E.g.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<CoreLabelSequence> |
SubstitutorsUnion.getGroupedByFirstLabel(edu.stanford.nlp.ling.CoreLabel label) |
Optional<CoreLabelSequence> |
SimpleSubstitutorStorage.getGroupedByFirstLabel(edu.stanford.nlp.ling.CoreLabel label) |
Optional<CoreLabelSequence> |
ClauseSubstitutor.getGroupedByFirstLabel(edu.stanford.nlp.ling.CoreLabel label)
Searches for referenced group by only first label in the key
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleSubstitutorStorage.addGroups(Map<CoreLabelSequence,CoreLabelSequence> groups) |
void |
SimpleSubstitutorStorage.addGroups(Map<CoreLabelSequence,CoreLabelSequence> groups) |
Copyright © 2015. All rights reserved.