메소드 | 설명 | |
---|---|---|
ConstructSwum ( |
Constructs the SWUM for the given node, using this rule.
|
|
LeadingPrepositionRule ( ) : System |
Creates a new LeadingPrepositionRule using default values for data sets.
|
|
LeadingPrepositionRule ( HashSet |
Creates a new LeadingPrepositionRule.
|
|
LeadingPrepositionRule ( |
Creates a new LeadingPrepositionRule.
|
|
LeadingPrepositionRule ( |
Creates a new LeadingPrepositionRule.
|
메소드 | 설명 | |
---|---|---|
MakeClassification ( |
Determines whether the given MethodDeclarationNode meets the conditions for this rule. This method assumes that the name is parsed, preamble is stripped, and digits and prepositions are tagged.
|
public ConstructSwum ( |
||
node | The node to construct SWUM for. | |
리턴 | void |
public LeadingPrepositionRule ( HashSet |
||
specialWords | HashSet |
A list of words that indicate the method name needs special handling. |
booleanArgumentVerbs | HashSet |
A list of verbs that indicate that the boolean arguments to a method should be included in the UnknownArguments list. |
nounPhraseIndicators | HashSet |
A list of word that indicate that beginning of a noun phrase. |
positionalFrequencies | Positional frequency data. | |
리턴 | System |
public LeadingPrepositionRule ( |
||
posData | The part-of-speech data to use. | |
tagger | The part-of-speech tagger to use. | |
splitter | The identifier splitter to use. | |
리턴 | System |
public LeadingPrepositionRule ( |
||
posData | The part-of-speech data to use. | |
tagger | The part-of-speech tagger to use. | |
splitter | The identifier splitter to use. | |
specialWords | HashSet |
A list of words that indicate the method name needs special handling. |
booleanArgumentVerbs | HashSet |
A list of verbs that indicate that the boolean arguments to a method should be included in the UnknownArguments list. |
nounPhraseIndicators | HashSet |
A list of word that indicate that beginning of a noun phrase. |
positionalFrequencies | Positional frequency data. | |
리턴 | System |
protected MakeClassification ( |
||
node | The MethodDeclarationNode to test. | |
리턴 | bool |