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

feature: text cleaning / normalization #31

Open
MadBomber opened this issue Nov 18, 2024 · 0 comments
Open

feature: text cleaning / normalization #31

MadBomber opened this issue Nov 18, 2024 · 0 comments

Comments

@MadBomber
Copy link
Contributor

After spiting the text the typical next step is sometimes to clean (aka normalize) if before before indexing or vectorization processes. Here is the class that I wrote. It might be an interesting new feature to add to baran.

https://github.com/MadBomber/lib_ruby/blob/master/text_cleaner.rb

I think the TextCleaner class is too small to be a stand-alone gem. It might fit in well with your project.

Dewayne
o-*

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