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

Introduire la recherche par forme #8

Open
antoineboquet opened this issue Feb 13, 2024 · 0 comments
Open

Introduire la recherche par forme #8

antoineboquet opened this issue Feb 13, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@antoineboquet
Copy link
Owner

antoineboquet commented Feb 13, 2024

L'implémentation de la recherche des lemmes à partir des formes suppose de questionner l'outil xmlmorph du projet Perseus. Des recherches supplémentaires seront nécessaires afin d'envisager l'interaction des résultats ainsi obtenus avec la base de données utilisée par bailly.app.

Exemple

Par exemple, https://www.perseus.tufts.edu/hopper/xmlmorph?lang=gr&lookup=eleca, produit le résultat suivant :

<?xml version="1.0" encoding="utf-8"?>
<analyses>
  <analysis>
    <form lang="greek">ἔλεξα</form>
    <lemma>λέγω</lemma>
    <expandedForm>ἔλεξα</expandedForm>
    <pos>verb</pos>
    <person>1st</person>
    <number>sg</number>
    <tense>aor</tense>
    <mood>ind</mood>
    <voice>act</voice>
    <dialect></dialect>
    <feature></feature>
  </analysis>
  <analysis>
    <form lang="greek">ἔλεξα</form>
    <lemma>λέγω3</lemma>
    <expandedForm>ἔλεξα</expandedForm>
    <pos>verb</pos>
    <person>1st</person>
    <number>sg</number>
    <tense>aor</tense>
    <mood>ind</mood>
    <voice>act</voice>
    <dialect></dialect>
    <feature></feature>
  </analysis>
</analyses>
@antoineboquet antoineboquet added the enhancement New feature or request label Feb 13, 2024
@antoineboquet antoineboquet added this to the v2.0 milestone Feb 13, 2024
@antoineboquet antoineboquet self-assigned this Feb 13, 2024
@antoineboquet antoineboquet changed the title Recherche par lemme Introduire la recherche par lemme Feb 13, 2024
@antoineboquet antoineboquet changed the title Introduire la recherche par lemme Introduire la recherche par forme Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant