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

Add project specific stopwords to StopWord list #945

Open
jmichelberger opened this issue Nov 6, 2019 · 2 comments
Open

Add project specific stopwords to StopWord list #945

jmichelberger opened this issue Nov 6, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@jmichelberger
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The stopword list is currently a static list in the tweetwall core. If there are additional stopwords necessary to be added to the stopword list it is currently only possible by a resource file modification to the core. These stopword list shoult be extendable by a configuration in the jsonn of the dedicated event project.

Describe the solution you'd like
Add a section to the json config to extend the list.

@jmichelberger jmichelberger self-assigned this Nov 6, 2019
@jmichelberger
Copy link
Contributor Author

I think we need something like 
- exact outlist
- regex outlist containing line matchers per config line. See https://discourse.pi-hole.net/t/load-regexps-from-host-file/25829
- exact inlist
- regex inlist containing line matchers per config line.
matches in blacklist should filtered out, but if in whitelist remain in.

Lists could be loaded via same mechanism as the static stoplist is loaded.

It should be possible to have comments lines starting with #.

@jmichelberger jmichelberger added the enhancement New feature or request label Oct 12, 2022
@jmichelberger
Copy link
Contributor Author

It could be extended by storing the lists at GitHub and the Stoplist checks every minute if there is a new version of the list files are available. In that case the new files could be downloaded and the runtime lists can be refreshed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant