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

Allow user to specify stop words #50

Open
00-matt opened this issue Aug 3, 2019 · 3 comments
Open

Allow user to specify stop words #50

00-matt opened this issue Aug 3, 2019 · 3 comments

Comments

@00-matt
Copy link
Contributor

00-matt commented Aug 3, 2019

Allow the user to specify stop words to be not indexed, like the and is.

@f-prime
Copy link
Owner

f-prime commented Aug 6, 2019

Should this be done in the config file or when indexing text blocks?

@00-matt
Copy link
Contributor Author

00-matt commented Aug 7, 2019 via email

@f-prime
Copy link
Owner

f-prime commented Aug 7, 2019

Best way to to this I am thinking is in the config file users can specify a word list to be used to specify stop words.

StopWordList /path/to/wordlist.txt

Then We load the wordlist into memory when Fist starts into its own hashmap

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

2 participants