|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.ling.tokensregex.SequenceMatcher.GroupMatchReplacement<T>
T - public static class SequenceMatcher.GroupMatchReplacement<T>
Replacement item is a matched group specified with a group id
| Constructor Summary | |
|---|---|
SequenceMatcher.GroupMatchReplacement(int group)
|
|
| Method Summary | |
|---|---|
void |
append(SequenceMatchResult<T> match,
java.util.List list)
Append to replacement list the matched group with the specified group id |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SequenceMatcher.GroupMatchReplacement(int group)
| Method Detail |
|---|
public void append(SequenceMatchResult<T> match,
java.util.List list)
append in interface SequenceMatcher.MatchReplacement<T>match - Current matched sequencelist - replacement list
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||