bdusell / rougescore

Python implementation of ROUGE
MIT License
32 stars 8 forks source link

rougescore & persian #3

Closed MahdiDoost closed 7 years ago

MahdiDoost commented 7 years ago

In the name of Allah Hello, Does rougescore support persian language? Thank you

bdusell commented 7 years ago

It supports any language as long as the text is tokenized beforehand. This tokenizer looks like a good option for Persian: https://github.com/sobhe/hazm

Someone put together a list of some other options: https://github.com/mhbashari/awesome-persian-nlp-ir#tokenization--segmentation

MahdiDoost commented 7 years ago

In the name of Allah Hello, Thank you for answer.