Numsense
Numsense copied to clipboard
A .NET library for parsing natural-language numerals ("forty-two") to integers, and converting the other way as well
* Updated version to 1.0.0 as we are breaking backward compatibility to .NET Framework 4.5 * Updated sln file to Visual Studio v16.0 * The NuGet package gets created at...
I added the italian language support.
- Parses both feminine and masculine basic numerals in the nominative singular case. - Converts numbers to masculine basic numerals in the nominative singular case.
Adds Brazilian Portuguese
Here is a support for a new language for Numsense :)
Norwegian translation, based on English and Danish translation.
Numbers are spaced out, which is not 100% grammatically correct. It should be easy to adapt should you decide that you want to support the "compact" form as well. Slovak...
`tryParseEnglish "twentytwenty"` returns `Some 40`, which is surprising to say the least. It was never an explicit test case, though, but is a fairly standard idiom in the language, particularly...
I've added traditional and simplified Chinese with normal and financial variants. Please keep in mind I'm not a Chinese native speaker and it would be great if somebody could check...
`tryParseDanish "tyvetyve"` returns `Some 40`, which is surprising to say the least. It was never an explicit test case, though, but is a fairly standard idiom in the language, particularly...