A C E G H I L M N O P R S T U

A

ACCEPTED - Static variable in class extractTerms.LocalRule
Type of status
AND - Static variable in class extractTerms.LocalRule
Binary operator.
addLine(int) - Method in class extractTerms.Occurrence
Add a line number if it doesn't already exist.
addNameOfText(String) - Method in class extractTerms.Occurrence
Add a name of text if it doesn't already exist.
apply(Occurrence) - Method in class extractTerms.LocalRule
Returns true if the rule apply to the Occurrence.

C

CONTAIN - Static variable in class extractTerms.LocalRule
Type of part.
CONTAIN_REGEX - Static variable in class extractTerms.LocalRule
Type of part.
compareTo(Object) - Method in class extractTerms.Occurrence
Compares an Occurrence with another Occurrence on their units content in ascending alphabetical order.

E

ExtractTerms - class extractTerms.ExtractTerms.
A first method, extract, extract pairs of adjacent units and estimate their "affinity" with several functions like the mutual information function.
ExtractTerms(String, String, String, String, String, String, int, String, String, String, int, int, boolean, int, int, int, int, String, int, int, boolean) - Constructor for class extractTerms.ExtractTerms
Two regular expressions for matching pair and triple of units must be provided.
ExtractTermsExample - class extractTerms.ExtractTermsExample.
Example for the method extract of ExtractTerms class.
ExtractTermsExample() - Constructor for class extractTerms.ExtractTermsExample
 
ExtractTermsGUI - class extractTerms.ExtractTermsGUI.
Graphical user interface for ExtractTerms class.
ExtractTermsGUI() - Constructor for class extractTerms.ExtractTermsGUI
Creates new form Terms with menus, tabbed panes and state line.
equals(Object) - Method in class extractTerms.Occurrence
Test the equality of 2 Occurrence objects on their units content.
extract(TreeSet, int, JProgressBar) - Method in class extractTerms.ExtractTerms
Extract terms from the input file and sort them by relevancy with a relevancy measure formula.
extractTerms - package extractTerms
 

G

GROUP_MODE - Static variable in class extractTerms.ExtractTerms
Determine the mode of replacement in the replace method.
getInputFileName() - Method in class extractTerms.ExtractTerms
Returns input file name.
getIteration() - Method in class extractTerms.Occurrence
Returns the number of the iteration when this term was extracted.
getKey() - Method in class extractTerms.Occurrence
Returns the concatenation of the term's units.
getLines() - Method in class extractTerms.Occurrence
Returns the list of lines of this occurrence in the text where it was extract.
getLinesIterator() - Method in class extractTerms.Occurrence
Returns an iterator to read successively the value of lines of this occurrence.
getMeasure() - Method in class extractTerms.Occurrence
Returns the value of the measure for this occurrence.
getMeasureDbl() - Method in class extractTerms.Occurrence
Same as getMeasure() but of Double type.
getMeasureString() - Method in class extractTerms.Occurrence
Returns the String of the formatted value of the measure for this occurrence.
getNamesOfText() - Method in class extractTerms.Occurrence
Returns the table of names of text where occurrence appears.
getNestedRule1() - Method in class extractTerms.LocalRule
Returns the first nested local rule of this rule.
getNestedRule2() - Method in class extractTerms.LocalRule
Returns the secaond nested local rule of this rule.
getOcc() - Method in class extractTerms.Occurrence
Returns the number of occurrence.
getOccInt() - Method in class extractTerms.Occurrence
Same as getOcc() but of Integer type.
getOperator() - Method in class extractTerms.LocalRule
Returns the operator of the rule.
getPart() - Method in class extractTerms.LocalRule
Returns the type of part that define how the rule is applied.
getPattern2Units() - Method in class extractTerms.ExtractTerms
Returns pattern of regular expression used for analysed units pair.
getPattern3Units() - Method in class extractTerms.ExtractTerms
Returns pattern of regular expression used for analysed units triple.
getPatternNameOfText() - Method in class extractTerms.ExtractTerms
Returns pattern of regular expression used for extract name of text in the corpus.
getPatternSentPhraSeparator() - Method in class extractTerms.ExtractTerms
Returns pattern of regular expression for the separator of sentence or phrases.
getPatternUnit() - Method in class extractTerms.ExtractTerms
Returns pattern of regular expression used for splitting input text into units.
getPruning2Units() - Method in class extractTerms.ExtractTerms
Returns pruning threshold for units pair.
getPruning3Units() - Method in class extractTerms.ExtractTerms
Returns pruning threshold for units triple.
getRelation() - Method in class extractTerms.Occurrence
Returns the position of the element in the list of units selector that was selected for this term.
getResults2Units() - Method in class extractTerms.ExtractTerms
Returns sorted results by relevancy of units pair.
getResults3Units() - Method in class extractTerms.ExtractTerms
Returns sorted results by relevancy of units triple.
getSeparator() - Method in class extractTerms.ExtractTerms
Returns separator between word and tag.
getSeparator() - Method in class extractTerms.LocalRule
Returns the separator of the unit.
getStatus() - Method in class extractTerms.LocalRule
Returns the status of the rule.
getString() - Method in class extractTerms.LocalRule
Returns the string to use with part of the rule.
getTag(String, String) - Static method in class extractTerms.Occurrence
Returns the string after the separator contains in the unit.
getTotalDocuments() - Method in class extractTerms.ExtractTerms
Returns total number of documents in the input file.
getTotalResults2Units() - Method in class extractTerms.ExtractTerms
Returns total results for units pair with pruning.
getTotalResults3Units() - Method in class extractTerms.ExtractTerms
Returns total results for units triple with pruning.
getTotalUnitsPair() - Method in class extractTerms.ExtractTerms
Returns total number of units pair with double contained in the input file.
getTotalUnitsPairWithoutDouble() - Method in class extractTerms.ExtractTerms
Returns total number of units pair without double contained in the input file.
getTotalUnitsTriple() - Method in class extractTerms.ExtractTerms
Returns total number of units triple with double contained in the input file.
getTotalUnitsTripleWithoutDouble() - Method in class extractTerms.ExtractTerms
Returns total number of units triple without double contained in the input file.
getTotalUnitsWithoutDouble() - Method in class extractTerms.ExtractTerms
Returns total number of units without double contained in the input file.
getType() - Method in class extractTerms.LocalRule
Returns the type of the rule.
getTypeName() - Method in class extractTerms.Occurrence
Returns the type name of this term.
getUnit() - Method in class extractTerms.LocalRule
Returns the number of the unit where the rule is applied.
getUnit1() - Method in class extractTerms.Occurrence
Returns the first unit of the term.
getUnit2() - Method in class extractTerms.Occurrence
Returns the second unit of the term.
getUnit3() - Method in class extractTerms.Occurrence
Returns the third unit of the term.
getWord(String, String) - Static method in class extractTerms.Occurrence
Returns the string before the separator contains in the unit.

H

hasLines() - Method in class extractTerms.Occurrence
Returns true if this occurrence has at less one line in the list of its lines where it appears.

I

incrementOcc() - Method in class extractTerms.Occurrence
Increment by 1 the number of occurrence for this occurrence.
is2Units() - Method in class extractTerms.Occurrence
Returns true if it is a 2 units occurrence.
is3Units() - Method in class extractTerms.Occurrence
Returns true if it is a 3 units occurrence.

L

LocalRule - class extractTerms.LocalRule.
Local rule used for improving relevancy of extraction.
LocalRule(int, LocalRule, LocalRule) - Constructor for class extractTerms.LocalRule
Local rule constructor for the operators NOT, AND and OR which don't need to have filled all the fields of the object.
LocalRule(int, LocalRule, LocalRule, int, int, String, char, int, String) - Constructor for class extractTerms.LocalRule
Creates a new instance of LocalRule.

M

main(String[]) - Static method in class extractTerms.ExtractTermsExample
Just extract possible terms of the input file and write results in the output file.
main(String[]) - Static method in class extractTerms.ExtractTermsGUI
Launch the user interface.

N

NOT - Static variable in class extractTerms.LocalRule
Unary operator.
NO_OPERATOR - Static variable in class extractTerms.LocalRule
Denote a rule with no operator.

O

OR - Static variable in class extractTerms.LocalRule
Binary operator.
Occurrence - class extractTerms.Occurrence.
Contain an occurrence of units (String) pair or triple.
Occurrence(String, String) - Constructor for class extractTerms.Occurrence
Partial Occurrence with just strings of units filled.
Occurrence(String, String, String) - Constructor for class extractTerms.Occurrence
Partial Occurrence with just strings of units filled.
Occurrence(String, String, int, TreeSet, Hashtable, double, int, int, String) - Constructor for class extractTerms.Occurrence
Partial Occurrence with all fields filled.
Occurrence(String, String, String, int, TreeSet, Hashtable, double, int, int, String) - Constructor for class extractTerms.Occurrence
Full Occurrence with all fields filled.

P

PREFIX - Static variable in class extractTerms.LocalRule
Type of part.

R

REJECTED - Static variable in class extractTerms.LocalRule
Type of status
replace(LinkedHashSet, String, String, String, int) - Static method in class extractTerms.ExtractTerms
Replace in the file inputFileName adjacent units contained into units with un/grouped units and write a new file named newFile.

S

SUFFIX - Static variable in class extractTerms.LocalRule
Type of part.
setInputFileName(String) - Method in class extractTerms.ExtractTerms
Set input file name.
setIteration(int) - Method in class extractTerms.Occurrence
Set the number of the iteration.
setMeasure(double) - Method in class extractTerms.Occurrence
Set the value of the measure.
setRelation(int) - Method in class extractTerms.Occurrence
Set the number of the relation.
setTypeName(String) - Method in class extractTerms.Occurrence
Set the name of the type.

T

TAG - Static variable in class extractTerms.LocalRule
Type of part.
TAG_REGEX - Static variable in class extractTerms.LocalRule
Type of part.
toString() - Method in class extractTerms.LocalRule
Returns the string representation of a LocalRule.
toString() - Method in class extractTerms.Occurrence
Returns the string representation of an occurrence.

U

UNGROUP_MODE - Static variable in class extractTerms.ExtractTerms
Determine the mode of replacement in the replace method.

A C E G H I L M N O P R S T U