mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-27 08:29:51 +03:00
update image url and example
This commit is contained in:
parent
c59aec949c
commit
4224b469c3
|
@ -4476,7 +4476,7 @@
|
|||
"slogan": "A Spacy Package for Romanian Legal Document Processing",
|
||||
"description": "This is a spacy language model for Romanian legal domain trained with floret 4-gram to 5-gram embeddings and `LEGAL` entity recognition. Useful for processing OCR-resulted noisy legal documents.",
|
||||
"github": "senisioi/rolegal",
|
||||
"image": "https://raw.githubusercontent.com/senisioi/rolegal/main/img/paper.jpeg",
|
||||
"image": "https://github.com/senisioi/rolegal/blob/24a7e51284391c8a41e7309c133d085e0a1e0097/img/paper200x200.jpeg",
|
||||
"pip": "pip install ro-legal-fl",
|
||||
"tags": ["legal", "floret", "ner", "romanian"],
|
||||
"code_example": [
|
||||
|
@ -4489,7 +4489,10 @@
|
|||
" print('entity: ', entity, '; entity type: ', entity.label_)",
|
||||
"",
|
||||
"# floret n-gram embeddings robust to typos",
|
||||
"print(nlp('achizit1e public@').similarity(nlp('achiziții publice')))"
|
||||
"print(nlp('achizit1e public@').similarity(nlp('achiziții publice')))",
|
||||
"# 0.7393895566928835",
|
||||
"print(nlp('achizitii publice').similarity(nlp('achiziții publice')))",
|
||||
"# 0.8996480808279399"
|
||||
],
|
||||
"author": "Sergiu Nisioi",
|
||||
"author_links": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user