Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U
V
G
generateSentences()
- Method in class generation.sentence.
CDRC
Returns the sentences satisfying context-dependent rule coverage.
generateSentences(int)
- Method in class generation.sentence.
CDRCEven
Returns the sentences satisfying context-dependent rule coverage and length control
generateSentences()
- Method in class generation.sentence.
CDRCNew
Returns the sentences satisfying context-dependent rule coverage and length control
generateSentences()
- Method in class generation.sentence.
Purdom
Returns the sentences satisfying rule coverage.
generateSentences(int)
- Method in class generation.sentence.
PurdomEven
Returns the sentences satisfying rule coverage and length control
generation.sentence
- package generation.sentence
getClusterData(int, int)
- Method in class enumeration.biginteger.
BIEnumerator
Returns the volume data cluster[n][pi].
getCubeData(int, int, int)
- Method in class enumeration.biginteger.
BIEnumerator
Returns the volume data cube[n][pi][k].
getCurrentSequence()
- Method in class enumeration.biginteger.
BIEnumerator
Returns the current sequence.
getCurrentTree()
- Method in class enumeration.
MyEnumerator
Returns the current concise tree
getFathers()
- Method in class analysis.parsing.
Tuple
Returns the fathers
getGrammar()
- Method in class enumeration.
MyEnumerator
Returns the grammar
getHeapData(int, int)
- Method in class enumeration.biginteger.
BIEnumerator
Returns the volume data heap[n][i].
getHierarchyData(int, int)
- Method in class enumeration.biginteger.
BIEnumerator
Returns the volume data hierarchy[n][i].
getIndexesOfRHS()
- Method in class grammar.cfg.
MyProduction
Returns the indices of the right hand side
getIndexOfLHS()
- Method in class grammar.cfg.
MyProduction
Returns the index of the left hand side
getIndexOfStart()
- Method in class grammar.cfg.
MyGrammar
Returns the index of start variable.
getInfoOfPros()
- Method in class grammar.cfg.
MyGrammar
Returns the information (indices and numbers) of sorted productions w.r.t.
getLength()
- Method in class grammar.cfg.
MySentence
Returns the parse length
getLHS()
- Method in class grammar.
Production
Returns the left hand side of the production rule.
getNextParses()
- Static method in class analysis.parsing.
EarleyParser
Returns the next rightmost-derivation parses if exists.
getParseTree()
- Method in class enumeration.
MyEnumerator
Returns the current parse tree.
getProductions()
- Method in class grammar.cfg.
MyGrammar
getProductions()
- Method in class grammar.
Grammar
Returns all productions in the grammar.
getProductionsNumber()
- Method in class grammar.
Grammar
Returns the productions' number in the grammar.
getRHS()
- Method in class grammar.
Production
Returns the right hand side of the production rule.
getRHSTerminals()
- Method in class grammar.
Production
Returns all terminals at the right hand side of the production.
getRHSTokenNumber()
- Method in class grammar.
Production
Returns the number of tokens at the right hand side
getRHSTokens()
- Method in class grammar.
Production
Returns all tokens at the right hand side of the production.
getRHSVariableIndexes()
- Method in class grammar.cfg.
MyProduction
Returns the indices of variables at the right hand side
getRHSVariableNumber()
- Method in class grammar.cfg.
MyProduction
Returns the number of variables at the right hand side
getRHSVariables()
- Method in class grammar.
Production
Returns all variables at the right hand side of the production.
getSentence()
- Method in class enumeration.
MyEnumerator
Returns the current sentence
getSentence()
- Method in class grammar.cfg.
MySentence
Returns the string form of sentence
getStartIndex()
- Method in class enumeration.
MyEnumerator
Returns the start index of the grammar
getStartVariable()
- Method in class grammar.
Grammar
Returns the start variable.
getSymbolNumber()
- Method in class grammar.cfg.
MySentence
Returns the number of symbols at the sentence
getTerminals()
- Method in class grammar.cfg.
MyGrammar
getTerminals()
- Method in class grammar.
Grammar
Returns all terminals in the grammar.
getTerminals()
- Method in class grammar.
Production
Returns all terminals at the production.
getTerminalsNumber()
- Method in class grammar.
Grammar
Returns the terminals' number in the grammar.
getVariables()
- Method in class grammar.cfg.
MyGrammar
getVariables()
- Method in class grammar.
Grammar
Returns all variables in the grammar.
getVariables()
- Method in class grammar.
Production
Returns all variables at the production.
getVariablesNumber()
- Method in class grammar.
Grammar
Returns the variables' number in the grammar.
grammar
- package grammar
Grammar
- Class in
grammar
The abstract class for general grammars.
Grammar()
- Constructor for class grammar.
Grammar
Creates an instance of grammar.
grammar.cfg
- package grammar.cfg
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U
V