Package | Description |
---|---|
edu.illinois.cs.cogcomp.nlp.utilities |
Modifier and Type | Field and Description |
---|---|
protected Pair<HeadFinderBase.HeadSearchDirection,String[]> |
HeadFinderBase.defaultRule |
protected HashMap<String,List<Pair<HeadFinderBase.HeadSearchDirection,String[]>>> |
CollinsHeadFinder.headFinderInformation |
Modifier and Type | Method and Description |
---|---|
static HeadFinderBase.HeadSearchDirection |
HeadFinderBase.HeadSearchDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeadFinderBase.HeadSearchDirection[] |
HeadFinderBase.HeadSearchDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<HeadFinderBase.HeadSearchDirection,String[]>> |
CollinsHeadFinder.getNonterminalHeadInformation(String nonTerminal) |
abstract List<Pair<HeadFinderBase.HeadSearchDirection,String[]>> |
HeadFinderBase.getNonterminalHeadInformation(String nonTerminal)
Return information about how the head is to be computed, given the non-terminal.
|
Copyright © 2017. All rights reserved.