AUB MIND LAB commited on
Commit
78bd04b
1 Parent(s): e368b7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -83,7 +83,7 @@ It is recommended to apply our preprocessing function before training/testing on
83
  from arabert.preprocess import ArabertPreprocessor
84
 
85
  model_name="bert-large-arabertv2"
86
- arabert_prep = ArabertPreprocessor(model_name=model_name, keep_emojis=True)
87
 
88
  text = "ولن نبالغ إذا قلنا إن هاتف أو كمبيوتر المكتب في زمننا هذا ضروري"
89
  arabert_prep.preprocess(text)
 
83
  from arabert.preprocess import ArabertPreprocessor
84
 
85
  model_name="bert-large-arabertv2"
86
+ arabert_prep = ArabertPreprocessor(model_name=model_name)
87
 
88
  text = "ولن نبالغ إذا قلنا إن هاتف أو كمبيوتر المكتب في زمننا هذا ضروري"
89
  arabert_prep.preprocess(text)