dpathak commited on
Commit
5f00202
·
1 Parent(s): 1ae9c9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -56,3 +56,18 @@ model.predict(sentence)
56
  print(sentence.to_tagged_string()
57
  মাতৃভাষাৰ <N_NN> সমান্তৰালকৈ <N_NN> সংস্কৃত <N_NNP> , <RD_PUNC> ইংৰাজী <N_NNP> ভাষাৰ <N_ANN> চৰ্চা <N_NN> অত্যন্ত <RP_INTF>
58
  জৰুৰী <N_NN> ৷ <RD_PUNC>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  print(sentence.to_tagged_string()
57
  মাতৃভাষাৰ <N_NN> সমান্তৰালকৈ <N_NN> সংস্কৃত <N_NNP> , <RD_PUNC> ইংৰাজী <N_NNP> ভাষাৰ <N_ANN> চৰ্চা <N_NN> অত্যন্ত <RP_INTF>
58
  জৰুৰী <N_NN> ৷ <RD_PUNC>
59
+
60
+
61
+ # If you use our model, please cite this paper:
62
+
63
+ @INPROCEEDINGS{10017934,
64
+ author={Pathak, Dhrubajyoti and Nandi, Sukumar and Sarmah, Priyankoo},
65
+ booktitle={2022 IEEE/ACS 19th International Conference on Computer Systems and Applications (AICCSA)},
66
+ title={AsPOS: Assamese Part of Speech Tagger using Deep Learning Approach},
67
+ year={2022},
68
+ volume={},
69
+ number={},
70
+ pages={1-8},
71
+ doi={10.1109/AICCSA56895.2022.10017934}}
72
+
73
+