biblissima / collatinus

Sources of Collatinus software - Latin lemmatizer, morphological analyzer and scansion
http://outils.biblissima.fr/en/collatinus
GNU General Public License v3.0
62 stars 15 forks source link

Is flexion of a lemma available over Collatinus CLI-client? #57

Open bblumenfelder opened 4 years ago

bblumenfelder commented 4 years ago

Using Collatinus 11 over the command line interface I have the following options:

La syntaxe est '[commande] [texte]' ou '[commande] -f nom_de_fichier'.
Éventuellement complétée par '-o nom_de_fichier_de_sortie'.
Par défaut (sans commande), on obtient la scansion du texte.
Les commandes possibles sont :
        -s : Scansion du texte (-s1 : avec recherche des mètres).
        -a : Accentuation du texte (avec options -a1..-a15).
        -l : Lemmatisation du texte (avec options -l0..-l15, -l16 pour les fréquences).
        -h : Lemmatisation du texte en HTML (mêmes options que -l).
        -e : Lemmatisation du texte en CSV, sans option sauf la langue cible.
        -S, -A, -L, -H, -E : Les mêmes avec Majuscules pertinentes.
        -t : Langue cible pour les traductions (par exemple -tfr, -ten).
        -C : Majuscules pertinentes.
        -c : Majuscules non-pertinentes.
        -? : Affichage de l'aide.

Is there also a flag for lemma flexion?

E.g. ./Client_C11.exe -F dominus

PhVerkerk commented 4 years ago

The ./Client_C11.exe -F dominus would work if you have compiled the sources in the Daemon branch and that this Daemon is running. It has not been copied in the desktop version with GUI. It could be : just copying a few lines. However, you are right, the list of the possible options has not been up-dated properly. With the last version 11.2 you have access to the probabilistic tagger with the -p (or -P) option. Yours, Philippe.