Lecteur Markdown
Get Words Documentation En
Feature: Get Words #
Keyword frequency analyser. Takes a title and content as input, returns the most frequent words after stopword filtering. Title words are weighted 3× to favour meaningful terms.
Keyword frequency analyser. Takes a title and content as input, returns the most frequent words after stopword filtering. Title words are weighted 3× to favour meaningful terms.
Via FTP: Upload the get_words/ directory into /plugins/.
Via package manager: Select get_words from the available plugins list.
Paths:
/plugins/get_words/get_words.php/plugins/get_words/conf/get_words.conf.inc.php/plugins/get_words/lib/get_words.lib.inc.phpConfiguration parameters:
| Variable | Default | Description |
|---|---|---|
| $basedisplevel | BASE_LEVEL_USER | Minimum required level |
| $ftype | 5 | Plugin type (tools) |
Form with:
Table sorted by descending word frequency, after:
WordCounter (namespace Beamreactor\GetWords):
WordCounter::analyze(string $title, string $content, string $lang = 'fr'): array
?obj=get_words.php — Analysis interface
Submitted via POST (title + content).
No external dependencies. Pure PHP processing.