Skip to content

Commit

Permalink
format code_example: one string per line
Browse files Browse the repository at this point in the history
  • Loading branch information
thjbdvlt committed May 31, 2024
1 parent 3fa464b commit 04678ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/meta/universe.json
Original file line number Diff line number Diff line change
Expand Up @@ -4524,7 +4524,12 @@
"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, ...",
"github": "thjbdvlt/quelquhui",
"code_example": ["import spacy", "import quelquhui", "nlp = spacy.load('fr_core_news_lg')", "nlp.tokenizer = quelquhui.Toquenizer(nlp.vocab)"],
"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": {
Expand Down

0 comments on commit 04678ff

Please sign in to comment.