| Package | Description |
|---|---|
| edu.washington.cs.knowitall.regex |
| Modifier and Type | Field and Description |
|---|---|
protected List<Match.Group<E>> |
Match.pairs |
| Modifier and Type | Method and Description |
|---|---|
Match.Group<E> |
Match.group(String name)
Retrieve a group by name.
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<Match.Group<E>> |
Match.groups() |
List<Match.Group<E>> |
Match.FinalMatch.groups() |
List<Match.Group<E>> |
Match.IntermediateMatch.groups() |
List<Match.Group<E>> |
Match.pairs()
Pairs differ from the matching groups in that each regular expression
element has a pair to associate the element with the text matched.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Match.add(Match.Group<E> pair) |
protected void |
Match.Group.addTokens(Match.Group<E> group)
Add tokens to the group.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Match.addAll(Collection<Match.Group<E>> pairs) |
Copyright © 2010–2013 University of Washington CSE. All rights reserved.