Feature #3424

Mis à jour par Serge Heiden il y a environ 2 ans

Line number is the only available measure of text longitude in TXT format.

And any way to locate an occurrence inside a text is useful for interpreting its role.

But currently TXT imported corpora only provide the name of the text containing the occurrence, no information about the longitude inside the text.

h2. Solution

set default concordance reference to "%s, %-Xs": text@id, w@lbn

X = log10(max(w@lbn))+1 log10(max(w@n))+1

Retour