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

universe-package-quelquhui (#13514) [ci skip] #13514

Merged
merged 5 commits into from
Sep 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion website/meta/universe.json
Original file line number Diff line number Diff line change
Expand Up @@ -4552,6 +4552,26 @@
},
"category": ["standalone"]
},
{
"id": "quelquhui",
"title": "quelquhui",
"slogan": "Tokenizer for contemporary French",
"description": "A tokenizer for French that handles inword parentheses like in _(b)rouille_, inclusive language (won't split _relecteur.rice.s_,but will split _mais.maintenant_), hyphens (split _peut-on_, or _pouvons-vous_ but not _tubulu-pimpant_), apostrophes (split _j'arrive_ or _j'arrivons_, but not _aujourd'hui_ or _r'garder_), emoticons, text-emoji (_:happy:_), urls, mails and more.",
"github": "thjbdvlt/quelquhui",
"code_example": [
"import spacy",
"import quelquhui",
"nlp = spacy.load('fr_core_news_lg')",
"nlp.tokenizer = quelquhui.Toquenizer(nlp.vocab)"
],
"code_language": "python",
"author": "thjbdvlt",
"author_links": {
"github": "thjbdvlt"
},
"category": ["pipeline"],
"tags": ["tokenizer", "french"]
},
{
"id": "gliner-spacy",
"title": "GLiNER spaCy Wrapper",
Expand Down Expand Up @@ -4579,7 +4599,6 @@
"category": ["pipeline"],
"tags": ["NER"]
}

],

"categories": [
Expand Down
Loading