shivam commited on
Commit
8c088da
1 Parent(s): d9935d8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## IWN Wordlists
2
+
3
+ We provide the unique word list form the [IndoWordnet (IWN)](https://www.cfilt.iitb.ac.in/indowordnet/) knowledge base.
4
+
5
+ ## Usage
6
+ ```python
7
+ from datasets import load_dataset
8
+ language = "hindi" // supported languages: assamese, bengali, bodo, gujarati, hindi, kannada, kashmiri, konkani, malayalam, manipuri, marathi, meitei, nepali, oriya, punjabi, sanskrit, tamil, telugu, urdu.
9
+ words = load_dataset("cfilt/iwn_wordlists", language)
10
+ ```
11
+
12
+ ## Citation
13
+ ```latex
14
+ @inproceedings{bhattacharyya2010indowordnet,
15
+ title={IndoWordNet},
16
+ author={Bhattacharyya, Pushpak},
17
+ booktitle={Proceedings of the Seventh International Conference on Language Resources and Evaluation (LREC'10)},
18
+ year={2010}
19
+ }
20
+ ```