mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-06 14:13:11 +03:00
Merge deef3f1ab9
into d0c705cbc9
This commit is contained in:
commit
e7f895d7c3
|
@ -5669,6 +5669,45 @@
|
||||||
"nlp",
|
"nlp",
|
||||||
"spacy"
|
"spacy"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "calamanCy",
|
||||||
|
"slogan": "NLP Pipelines for Tagalog",
|
||||||
|
"description": "calamanCy is a Tagalog natural language preprocessing framework made with spaCy. Its goal is to provide pipelines and datasets for downstream NLP tasks.",
|
||||||
|
"github": "ljvmiranda921/calamanCy",
|
||||||
|
"pip": "calamanCy",
|
||||||
|
"code_example": [
|
||||||
|
"import calamancy",
|
||||||
|
"nlp = calamancy.load('tl_calamancy_md-0.1.0')",
|
||||||
|
"doc = nlp('Ako si Juan de la Cruz')",
|
||||||
|
"",
|
||||||
|
"for ent in doc.ents:",
|
||||||
|
" print(f'Text: {ent.text} -> Entity: {ent.label_}')",
|
||||||
|
],
|
||||||
|
"code_language": "python",
|
||||||
|
"url": "https://github.com/ljvmiranda921/calamanCy",
|
||||||
|
"thumb": "https://github.com/ljvmiranda921/calamanCy/raw/master/logo.png?raw=True",
|
||||||
|
"image": "https://github.com/ljvmiranda921/calamanCy/raw/master/logo.png?raw=True",
|
||||||
|
"author": "Lester James V. Miranda",
|
||||||
|
"author_links": {
|
||||||
|
"twitter": "ljvmiranda",
|
||||||
|
"github": "ljvmiranda921",
|
||||||
|
"website": "https://ljvmiranda921.github.io",
|
||||||
|
},
|
||||||
|
"category": [
|
||||||
|
"pipeline",
|
||||||
|
"training",
|
||||||
|
"research",
|
||||||
|
"standalone",
|
||||||
|
"models"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"nlp",
|
||||||
|
"spacy",
|
||||||
|
"multilingual",
|
||||||
|
"filipino",
|
||||||
|
"tagalog"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user