Метод | Описание | |
---|---|---|
ConstructSwum ( |
Constructs the SWUM for the given node, using this rule.
|
|
DefaultBaseVerbRule ( ) : System |
Creates a new DefaultBaseVerbRule using default values for data sets.
|
|
DefaultBaseVerbRule ( HashSet |
Creates a new DefaultBaseVerbRule.
|
|
DefaultBaseVerbRule ( |
Creates a new DefaultBaseVerbRule.
|
|
DefaultBaseVerbRule ( |
Creates a new DefaultBaseVerbRule.
|
|
InClass ( |
Determines whether the given node meets the conditions of this rule. Since this is a default rule, it returns True for any MethodDeclarationNode.
|
public ConstructSwum ( |
||
node | The node to construct SWUM for. | |
Результат | void |
public DefaultBaseVerbRule ( 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 DefaultBaseVerbRule ( |
||
posData | The part-of-speech data to use. | |
tagger | The part-of-speech tagger to use. | |
splitter | The identifier splitter to use. | |
Результат | System |
public DefaultBaseVerbRule ( |
||
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 |
public InClass ( |
||
node | The node to test. | |
Результат | bool |