arabert

Solutions on MaxInterview for arabert by the best coders in the world

showing results for - "arabert"
Orion
21 Jan 2020
1from arabert.preprocess import ArabertPreprocessor
2
3model_name = "aubmindlab/bert-base-arabertv2"
4arabert_prep = ArabertPreprocessor(model_name=model_name)
5
6text = "ولن نبالغ إذا قلنا: إن 'هاتف' أو 'كمبيوتر المكتب' في زمننا هذا ضروري"
7arabert_prep.preprocess(text)
8>>>"و+ لن نبالغ إذا قل +نا : إن ' هاتف ' أو ' كمبيوتر ال+ مكتب ' في زمن +نا هذا ضروري"
similar questions
queries leading to this page
arabert