Lokeshwaran commited on
Commit
bb3dac0
·
verified ·
1 Parent(s): 8602486

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- "சென்னை என்பது ஒரு பெரிய நகரமாகும்.", # Tamil: Chennai is a big city.
86
- "दिल्ली भारत की राजधानी है।", # Hindi: Delhi is the capital of India.
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