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
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "text2num"
version = "2.6.5"
authors = ["Allo-Media <contact@allo-media.fr>"]
edition = "2024"
license = "MIT"
description = "Parse and convert numbers written in English, Dutch, Spanish, Portuguese, German, Italian or French into their digit representation."
keywords = ["NLP", "words-to-numbers"]
categories = ["text-processing"]
repository = "https://github.com/allo-media/text2num-rs"
readme = "README.md"
exclude = [".circleci", ".gitignore"]


[dependencies]
phf = { version = "0.8", features = ["macros"] }
bitflags = "1.3"
daachorse = "1"