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

Filters not working properly #40

Open
rcriosbr opened this issue Nov 19, 2016 · 0 comments
Open

Filters not working properly #40

rcriosbr opened this issue Nov 19, 2016 · 0 comments

Comments

@rcriosbr
Copy link

I have set FrequencyAnalyzer with my set of stop words using frequencyAnalyzer.setStopWords(stopWords);. stopWords is a simple Set<String>.

After that the word cloud is rendered, some words that are present into stopWords are included into the cloud image. I debugged the code I can see that the StopWordFilter was properly initialized with my list.

The second problem is that WordSizeFilter is also not working properly. I'm using the default minWordLength (3), but my rendered image cloud contains words with 1 and 2 characters...

I didn't managed to get inside Lambda, but as far as I understood, Kumo delegates to it applying the filters (Lambda.filter(compositeFilter, words);).

Probably it has a problem, or I'm missing something. Please, could you help me? I attached the text file from which I'm trying to generate a cloud (it's in portuguese).
profiler.txt

Is there

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