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

Change code structure to work with different languages, dictionaries, stop words, ... #1

Open
quillcraftsman opened this issue Aug 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@quillcraftsman
Copy link
Member

Hard code is used in many parts of the project.
We need to change some interfaces to work with any dictionaries, languages, ...

For example: https://github.com/findsimilar/find-similar/blob/main/find_similar/tokenize.py#L14 - this usefulness words work only with concrete data.

@quillcraftsman quillcraftsman added the bug Something isn't working label Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant