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

Add extended synonyms computation #90

Open
alexgarel opened this issue Sep 23, 2022 · 0 comments
Open

Add extended synonyms computation #90

alexgarel opened this issue Sep 23, 2022 · 0 comments

Comments

@alexgarel
Copy link
Member

alexgarel commented Sep 23, 2022

What

  • We want to be able to add extended synonyms.
  • It's not specified in doc/references/taxonomy-parser.md, but the specification is the perl code ! 🙈 (if possible add also a specification)
  • You might either implement them using Neo4J capabilities, or simply with iterator over existing nodes like in perl code.
  • Extended synonyms should be added in a specific field on the neo4j entry (no need to repeat existing entries), tags_extended_LC (LC is to be replaced by language code) and their normalized form: tags_ids_extended_LC.
  • Augment the parsing example to include extended synonyms.
  • See also Add a test on taxonomy builder openfoodfacts-server#7394
  • When you finish this ticket, add a new issue, to display them in the taxonomy-editor application :-)

Part of

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

No branches or pull requests

2 participants