Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top