Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add French Number Support #1

Open
moasko opened this issue Oct 6, 2024 · 0 comments
Open

Add French Number Support #1

moasko opened this issue Oct 6, 2024 · 0 comments

Comments

@moasko
Copy link

moasko commented Oct 6, 2024

We need to enhance our number processing capabilities by adding support for French number representations. This involves creating a new file fr.ts that includes:

A dictionary for simple numbers (0 to 100) in French.
A dictionary for multipliers (hundred, thousand, million) in French.
Logic to handle hyphenated numbers (e.g., "vingt-deux").
Functionality to process and convert sentences with numbers into numeric format.
Handling for decimal numbers, ensuring that the decimal separator is a comma (e.g., "deux virgule cinq").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant