tkseem icon indicating copy to clipboard operation
tkseem copied to clipboard

Arabic Tokenization Library. It provides many tokenization algorithms.

Results 7 tkseem issues
Sort by recently updated
recently updated
newest added

This code fails with an error: ```python import tkseem as tk tokenizer_path = 'model.pl' tokenizer = tk.SentencePieceTokenizer() tokenizer.train(dataset_file) # save the tokenizer to a file tokenizer.save_model(tokenizer_path) # load the tokenizer...

Hello, HOw can I use a toeknizer that I have trained which is in .json file to be used using your sentencepeicetoeknizer to be able to do the evulation that...

when I tried to launch the code ```python import tkseem as tk import csv # initialize the tokenizer tokenizer = tk.WordTokenizer() tokenizer.train('data.txt') # open the csv file and read the...

السلام عليكم و رحمة الله انا حاب اعمل بحث للجامعة عن مشروعكم الجميل ياليت لو عندكم اي تفاصيل اخرى او توضيح اكثر للمشروع تخبروني عنها و شكرا.