Pergunta

I know it is possible to build a list of stopwords with frequencies from indexes generated from a source using rotate.

Can this be done with realtime indexes as well? If yes, how?

Foi útil?

Solução

indextool now has --dumpdict. Which with a dict=keywords index (which probably is because using RT), will dump the word frequences.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top