text2num 2.6.5

Parse and convert numbers written in English, Dutch, Spanish, Portuguese, German, Italian or French into their digit representation.
Documentation
1
2
3
4
5
use phf::{Set, phf_set};

pub static INSIGNIFICANT: Set<&'static str> = phf_set! {
    "ja", "dus", "plus", "uh", "dan", "min", "dat", "is"
};