appledora commited on
Commit
f500cf5
·
1 Parent(s): afdd7af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: afl-3.0
3
  language:
 
1
+ `pip install sentencepiece==0.1.97`
2
+
3
+ ```python
4
+ import sentencepiece as spm
5
+ sample_text = "আইপিএম পদ্ধতি অনুসরণ করে এসব পোকামাকড় দমনের ব্যবস্থা নিতে হবে অথবা চিকিৎসকের পরামর্শ নিয়ে সহনীয় মাত্রায় কীটনাশক প্রয়োগ করতে হবে।"
6
+ tokenizer = spm.SentencePieceProcessor(model_file="spc_bpe_bn.model")
7
+ tokenizer.tokenize(sample_text, out_type=str)
8
+ ```
9
+
10
  ---
11
  license: afl-3.0
12
  language: