Skip to content

Commit

Permalink
Add a text-cleaner package with the methods.
Browse files Browse the repository at this point in the history
Signed-off-by: Aalekh Patel <[email protected]>
  • Loading branch information
aalekhpatel07 committed Jun 12, 2022
1 parent e87479a commit 3e9f1c6
Show file tree
Hide file tree
Showing 4 changed files with 514 additions and 0 deletions.
295 changes: 295 additions & 0 deletions text-cleaner/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions text-cleaner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[package]
name = "text-cleaner"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
regex = "1.5"
lazy_static = "1.4.0"
diacritics = { version = "0.1.3" }
validator = { version="0.15" }
unicode-normalization = { version = "0.1.19"}
linkify = { version = "0.8.1"}
hashbrown = { version = "0.11.2" }
Loading

0 comments on commit 3e9f1c6

Please sign in to comment.