├── Name2Nationality ├── Name2Nationality - PyTorch.ipynb ├── README.md └── name2lang.txt ├── Part-of-Speech-Tagging ├── README.md ├── test.txt └── train.txt ├── README.md ├── Transliteration-Eng2Indian └── transliterate_online.py └── Transliteration-Indian-Languages ├── Eng2Hindi_DL_Transliteration.ipynb ├── Original-NEWS2012-data ├── README.md ├── Ref │ ├── NEWS2012-Ref-EnBa-1000.xml │ ├── NEWS2012-Ref-EnHe-1100.xml │ ├── NEWS2012-Ref-EnHi-1000.xml │ ├── NEWS2012-Ref-EnKa-1000.xml │ ├── NEWS2012-Ref-EnMa-1000.xml │ └── NEWS2012-Ref-EnTa-1000.xml ├── Testing │ ├── NEWS2012-Testing-EnBa-1000.xml │ ├── NEWS2012-Testing-EnHe-1100.xml │ ├── NEWS2012-Testing-EnHi-1000.xml │ ├── NEWS2012-Testing-EnKa-1000.xml │ ├── NEWS2012-Testing-EnMa-1000.xml │ └── NEWS2012-Testing-EnTa-1000.xml └── Training │ ├── NEWS2012-Training-EnBa-14623.xml │ ├── NEWS2012-Training-EnHe-11501.xml │ ├── NEWS2012-Training-EnHi-13937.xml │ ├── NEWS2012-Training-EnKa-11955.xml │ ├── NEWS2012-Training-EnMa-9000.xml │ └── NEWS2012-Training-EnTa-11957.xml └── README.md /Name2Nationality/Name2Nationality - PyTorch.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Name2Nationality/Name2Nationality - PyTorch.ipynb -------------------------------------------------------------------------------- /Name2Nationality/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Name2Nationality/README.md -------------------------------------------------------------------------------- /Name2Nationality/name2lang.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Name2Nationality/name2lang.txt -------------------------------------------------------------------------------- /Part-of-Speech-Tagging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Part-of-Speech-Tagging/README.md -------------------------------------------------------------------------------- /Part-of-Speech-Tagging/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Part-of-Speech-Tagging/test.txt -------------------------------------------------------------------------------- /Part-of-Speech-Tagging/train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Part-of-Speech-Tagging/train.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/README.md -------------------------------------------------------------------------------- /Transliteration-Eng2Indian/transliterate_online.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Eng2Indian/transliterate_online.py -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Eng2Hindi_DL_Transliteration.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Eng2Hindi_DL_Transliteration.ipynb -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/README.md -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Ref/NEWS2012-Ref-EnBa-1000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Ref/NEWS2012-Ref-EnBa-1000.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Ref/NEWS2012-Ref-EnHe-1100.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Ref/NEWS2012-Ref-EnHe-1100.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Ref/NEWS2012-Ref-EnHi-1000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Ref/NEWS2012-Ref-EnHi-1000.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Ref/NEWS2012-Ref-EnKa-1000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Ref/NEWS2012-Ref-EnKa-1000.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Ref/NEWS2012-Ref-EnMa-1000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Ref/NEWS2012-Ref-EnMa-1000.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Ref/NEWS2012-Ref-EnTa-1000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Ref/NEWS2012-Ref-EnTa-1000.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Testing/NEWS2012-Testing-EnBa-1000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Testing/NEWS2012-Testing-EnBa-1000.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Testing/NEWS2012-Testing-EnHe-1100.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Testing/NEWS2012-Testing-EnHe-1100.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Testing/NEWS2012-Testing-EnHi-1000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Testing/NEWS2012-Testing-EnHi-1000.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Testing/NEWS2012-Testing-EnKa-1000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Testing/NEWS2012-Testing-EnKa-1000.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Testing/NEWS2012-Testing-EnMa-1000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Testing/NEWS2012-Testing-EnMa-1000.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Testing/NEWS2012-Testing-EnTa-1000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Testing/NEWS2012-Testing-EnTa-1000.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Training/NEWS2012-Training-EnBa-14623.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Training/NEWS2012-Training-EnBa-14623.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Training/NEWS2012-Training-EnHe-11501.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Training/NEWS2012-Training-EnHe-11501.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Training/NEWS2012-Training-EnHi-13937.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Training/NEWS2012-Training-EnHi-13937.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Training/NEWS2012-Training-EnKa-11955.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Training/NEWS2012-Training-EnKa-11955.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Training/NEWS2012-Training-EnMa-9000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Training/NEWS2012-Training-EnMa-9000.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/Original-NEWS2012-data/Training/NEWS2012-Training-EnTa-11957.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GokulNC/NLP-Exercises/HEAD/Transliteration-Indian-Languages/Original-NEWS2012-data/Training/NEWS2012-Training-EnTa-11957.xml -------------------------------------------------------------------------------- /Transliteration-Indian-Languages/README.md: -------------------------------------------------------------------------------- 1 | # Transliteration for Indian Languages 2 | 3 | --------------------------------------------------------------------------------