Bug #958
TBX: X.X, nullpointer exception in JFC CA title generation if partition is null
Statut: | Feedback | Début: | 01/08/2014 | ||
---|---|---|---|---|---|
Priorité: | Normal | Echéance: | |||
Assigné à: | - | % réalisé: | 50% |
||
Catégorie: | Charts | Temps passé: | - | ||
Version cible: | TXM 0.X.X |
Description
The title of CA is built from its partition name, if its partition is null, then we'll use the corpus name
Demandes liées
Historique
#1 Mis à jour par Matthieu Decorde il y a environ 11 ans
- Description mis à jour (diff)
#2 Mis à jour par Sebastien Jacquot il y a presque 11 ans
- Catégorie changé de Commands à Charts
- Version cible changé de TXM 0.X.X à TXM 0.7.6
#3 Mis à jour par Sebastien Jacquot il y a presque 11 ans
- Version cible changé de TXM 0.7.6 à TXM 0.7.7
#4 Mis à jour par Sebastien Jacquot il y a presque 11 ans
- Statut changé de New à Feedback
- % réalisé changé de 60 à 80
Fixed.
Need to check if the system works well with the Cooccurrence extension in JFC mode but alos in R mode (more precisely, need to test CA without linked corpus and/or linked partition).
Result: the title should display "<no partition>" and "<no corpus>".
#5 Mis à jour par Sebastien Jacquot il y a presque 11 ans
Actually, it will be more useful to modify the entire title when CA is not linked to a partition or a corpus ?
Something as "Correspondence analysis factorial map of the XXXXX lexical table" ?
#6 Mis à jour par Serge Heiden il y a presque 11 ans
How can a CA be not linked to a corpus?
#7 Mis à jour par Sebastien Jacquot il y a presque 11 ans
I do not have access to the Cooc extension so I don't know if a corpus can be null when computing a CA from a cooc matrix. If the corpus can not be null, there's only the partition name to manage. What could we put in the title for this case of CA without partition ?
The actual pattern is:
"Correspondence analysis factorial map of the XXXXX partition in the XXXXX corpus"
#8 Mis à jour par Serge Heiden il y a presque 11 ans
CA title name¶
A CA is always computed on a partition of a corpus.
Partition name¶
The partition is based on:- partition object
- lexical table object
- partition Index object
- etc.
For each partition type, we need to define the "name of the partition".
By default it can be the name of the object used by CA as a partition.
Maybe we need to set a partition name for the deferent objects that CA can process to be able to build a title.
We may have to define a new command parameter field to give a name to partition objects.
Corpus name¶
A CA is based on a partition related to a corpus or a sub-corpus.
The object at the origin of the partition must provide the corpus name to use to build a title.
We may have to define a new command parameter field to give a name to sub-corpus objects.
#9 Mis à jour par Sebastien Jacquot il y a presque 11 ans
Doesn't the Cooc extension manage the computation of CA from unlinked lexical tables ?
#10 Mis à jour par Sebastien Jacquot il y a presque 11 ans
- Version cible changé de TXM 0.7.7 à TXM 0.7.8
#11 Mis à jour par Matthieu Decorde il y a environ 10 ans
- Version cible changé de TXM 0.7.8 à TXM 0.8.0a (split/restructuration)
#12 Mis à jour par Sebastien Jacquot il y a plus de 7 ans
- Version cible changé de TXM 0.8.0a (split/restructuration) à TXM 0.8.0
#13 Mis à jour par Sebastien Jacquot il y a presque 7 ans
- Version cible changé de TXM 0.8.0 à TXM 0.X.X
#14 Mis à jour par Sebastien Jacquot il y a plus d'un an
- % réalisé changé de 80 à 50