Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bblumenfelder opened this issue Feb 9, 2020 · 1 comment
Open

Comments

@bblumenfelder
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants