Eraly-ml commited on
Commit
1fa45ca
·
verified ·
1 Parent(s): 7f25454

Update README.md (#1)

Browse files

- Update README.md (38a04b2445a322a12b943df6cd20373ee5e1b1f5)

Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -82,3 +82,6 @@ nlp = pipeline("ner", model=model, tokenizer=tokenizer, aggregation_strategy="si
82
  example = "Қазақстан Республикасы — Орталық Азияда орналасқан мемлекет."
83
 
84
  print(nlp(example))
 
 
 
 
82
  example = "Қазақстан Республикасы — Орталық Азияда орналасқан мемлекет."
83
 
84
  print(nlp(example))
85
+
86
+ # [{'entity_group': 'GPE', 'score': 0.9998361, 'word': 'қазақстан республикасы', 'start': 0, 'end': 22},
87
+ # {'entity_group': 'LOCATION', 'score': 0.9993429, 'word': 'орталық азияда', 'start': 25, 'end': 39}]