Method | Description | |
---|---|---|
ConstructSwum ( |
Constructs the Software Word Use Model on the given node, using this Rule.
|
|
FieldRule ( ) : System |
Creates a new FieldRule using the defaults.
|
|
FieldRule ( |
Creates a new FieldRule.
|
|
InClass ( |
Determines whether the supplied ProgramElementNode matches the conditions of this rule.
|
public ConstructSwum ( |
||
node | The node to construct the SWUM on. | |
return | void |
public FieldRule ( |
||
posData | The part-of-speech data to use. | |
tagger | The part-of-speech tagger to use. | |
splitter | The identifier splitter to use. | |
return | System |
public InClass ( |
||
node | The ProgramElementNode to test. | |
return | bool |