public interface ClauseSubstitutor
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(edu.stanford.nlp.ling.CoreLabel key)
Returns true if substitutor contains key with given label
|
boolean |
containsKey(String keyLabel)
Returns true if substitutor contains key with given label
E.g.
|
CoreLabelSequence |
getGrouped(edu.stanford.nlp.ling.CoreLabel key)
Searches for referenced group by any label included into the key
|
CoreLabelSequence |
getGrouped(String keyLabel)
Searches for referenced group by any label included into the key
E.g.
|
Optional<CoreLabelSequence> |
getGroupedByFirstLabel(edu.stanford.nlp.ling.CoreLabel label)
Searches for referenced group by only first label in the key
|
boolean containsKey(edu.stanford.nlp.ling.CoreLabel key)
boolean containsKey(String keyLabel)
Optional<CoreLabelSequence> getGroupedByFirstLabel(edu.stanford.nlp.ling.CoreLabel label)
CoreLabelSequence getGrouped(edu.stanford.nlp.ling.CoreLabel key)
CoreLabelSequence getGrouped(String keyLabel)
Copyright © 2015. All rights reserved.