stormpython/tagcloud

Exclude common words

rogeriobiondi opened this issue · 1 comments

Hello,

Is there any way to exclude common terms in a language, such as "a", "in", "the" and so on?

Thank you very much for your support.

Best regards,
Rogerio

@rogeriobiondi the easiest way to do this if you are using kibana and elasticsearch is to configure analyzers in elasticsearch. You can read more about it here or here.