Task #2217
Mis à jour par Sebastien Jacquot il y a plus de 8 ans
TXMResult and TXMEditor hierarchy, modify Lexicon Index related classes to use the new hierarchy.
h3. getName() generated string (Editor/Tab title and Status bar when clicking on a result node)
RESULT_TYPE + ": " + PARENT_SIMPLE_NAME + ": " + QUERY + ": " + PROPERTIES;
eg. from Corpus: Index: VOEUX: "faire|voir": word
eg. from Partition: Index: VOEUX_text_annee: "faire|voir": word
h3. getSimpleName() generated string (Tree node label)
QUERY + ": " + PROPERTIES
eg.: "faire|voir":word
h3. getDetails() generated string (Editor/Tab tool tip)
In progress. Need to redefine the hierarchy of Index and Lexicon and of DictionnaryEditor and IndexEditor.
Rename DictionnaryEditor to LexiconEditor?
Do not store a Lexicon in the Index object?
Make Lexicon inherit from Index?
Index:
Partition {0}
query {1}
properties {2}
Fmin {3}
Fmax {4}
h3. getName() generated string (Editor/Tab title and Status bar when clicking on a result node)
RESULT_TYPE + ": " + PARENT_SIMPLE_NAME + ": " + QUERY + ": " + PROPERTIES;
eg. from Corpus: Index: VOEUX: "faire|voir": word
eg. from Partition: Index: VOEUX_text_annee: "faire|voir": word
h3. getSimpleName() generated string (Tree node label)
QUERY + ": " + PROPERTIES
eg.: "faire|voir":word
h3. getDetails() generated string (Editor/Tab tool tip)
In progress. Need to redefine the hierarchy of Index and Lexicon and of DictionnaryEditor and IndexEditor.
Rename DictionnaryEditor to LexiconEditor?
Do not store a Lexicon in the Index object?
Make Lexicon inherit from Index?
Index:
Partition {0}
query {1}
properties {2}
Fmin {3}
Fmax {4}