harunzafer / nuve

Natural Language Processing Library for Turkish in C#
MIT License
98 stars 15 forks source link

Sentence Segmentation - 'Not a valid Roman numeral' #76

Closed ghost closed 8 years ago

ghost commented 8 years ago

While trying your default examples from ReadMe file, the Sentence Segmentation method throwed an exception: An unhandled exception of type 'System.ArgumentException' occurred in Nuve.dll Additional information: Not a valid Roman numeral: kez

The input sentence is unchanged default:

"Prof. Dr. Ahmet Bey 1.6 oranında artış var dedi 2. kez. E-posta adresi ahmet.bilir@prof.dr imiş! Doğru mu?"

Platform: Windows 7, VS Community 2015

hrzafer commented 8 years ago

Fixed and will be available with the next release. Thanks for the feedback.