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 DE number parser #18

Closed
wants to merge 3 commits into from
Closed

Add DE number parser #18

wants to merge 3 commits into from

Commits on Jul 14, 2022

  1. DE-Numeral-complex-German-numerals (facebook#699)

    Summary:
    The commit adds a rule and an underlying parser for German numeral expressions representing (integer) numbers smaller than 1 million. Other than in English, those numbers are represented by single words, e.g. "neunhundertsiebenundachtzigtausendsechshundertvierundfünfzig" (987654). Other rukes are simplified or removed to eliminate redundancies.
    
    Pull Request resolved: facebook#699
    
    Reviewed By: patapizza
    
    Differential Revision: D37716120
    
    Pulled By: stroxler
    
    fbshipit-source-id: 90b26e253259c5bc1aaa76f3972537c2361f6bb3
    andhai authored and facebook-github-bot committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    9509e04 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Add missing copyright header + auto-format NumParser.hs

    Summary: as title
    
    Reviewed By: yuzh174
    
    Differential Revision: D39996261
    
    fbshipit-source-id: 33902b34db68daefc48c03878b8686236ac9ded3
    patapizza authored and facebook-github-bot committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    7520daa View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. rebase to original fork

    souvikg10 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    a0cd873 View commit details
    Browse the repository at this point in the history