Update README.md
Browse files
README.md
CHANGED
@@ -82,8 +82,8 @@ ner_pipeline = pipeline("ner", model=model, tokenizer=tokenizer, aggregation_str
|
|
82 |
|
83 |
# Example text in Tamil and Hindi
|
84 |
example_texts = [
|
85 |
-
"சென்னை
|
86 |
-
"
|
87 |
]
|
88 |
|
89 |
# Perform Named Entity Recognition
|
|
|
82 |
|
83 |
# Example text in Tamil and Hindi
|
84 |
example_texts = [
|
85 |
+
"அப்துல் கலாம் சென்னை நகரத்தில் ஐஎஸ்ஆர்ஓ நிறுவனத்துக்கு சென்றார்.", # Abdul Kalam went to the ISRO organization in Chennai city.
|
86 |
+
"सचिन तेंदुलकर ने मुंबई में बीसीसीआई के कार्यालय का दौरा किया।", # Hindi: Sachin Tendulkar visited the BCCI office in Mumbai.
|
87 |
]
|
88 |
|
89 |
# Perform Named Entity Recognition
|