Created
April 5, 2021 19:24
-
-
Save avriiil/78e9510de535805f7d1a52e6e66d31c8 to your computer and use it in GitHub Desktop.
Perform a simple word tokenizer on Arabic text
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from camel_tools.tokenizers.word import simple_word_tokenize | |
df.tweet_text = df.tweet_text.apply(simple_word_tokenize) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment