karthid commited on
Commit
04b234c
1 Parent(s): 175fc7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -26,6 +26,21 @@ model-index:
26
  type: f_score
27
  value: 0.8492423404
28
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  | Feature | Description |
30
  | --- | --- |
31
  | **Name** | `ta_Tamil_NER` |
 
26
  type: f_score
27
  value: 0.8492423404
28
  ---
29
+ ## Intended uses & limitations
30
+
31
+ #### How to use
32
+ You can use this model with spacy.
33
+
34
+ !pip install https://huggingface.co/karthid/ta_Tamil_NER/resolve/main/ta_Tamil_NER-any-py3-none-any.whl
35
+
36
+ import ta_Tamil_NER
37
+ from spacy import displacy
38
+ nlp = ta_Tamil_NER.load()
39
+
40
+ doc = nlp("கூகுள் நிறுவனம் தனது முக்கிய வசதியான ஸ்ட்ரீட் வியூ வசதியை 10 நகரங்களில் இந்தியாவில் அறிமுகப்படுத்தி உள்ளது.")
41
+
42
+ displacy.render(doc,jupyter=True, style = "ent")
43
+
44
  | Feature | Description |
45
  | --- | --- |
46
  | **Name** | `ta_Tamil_NER` |