CAMeL-Lab / camel_tools

A suite of Arabic natural language processing tools developed by the CAMeL Lab at New York University Abu Dhabi.
MIT License
413 stars 73 forks source link

Add test coverage for "normalize" function #107

Closed taomoh closed 3 months ago

taomoh commented 1 year ago

I noticed test coverage is quite low on the project as a whole (around 5%).

Here is my first humble contribution to increase it initially to 6%, starting with normalize function. The tests are based on the CAMeL Tools Guided Tour

Once this PR gets merged, I plan to contribute towards more significant test coverage improvements.