The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Plagger::Plugin::Filter::GuessLanguage - guess language of feeds/entries

SYNOPSIS

  - module: Filter::GuessLanguage
    config:
      languages:
        - en
        - de
        - Japanese
      target: both

DESCRIPTION

CONFIG

languages (optional)

Which languages you think the feeds/entries are written in. English language names and ISO two letter codes are acceptable. Unless you DO want to limit, specify nothing.

target

'entry' or 'feed' (default) or 'both'.

AUTHOR

Kenichi Ishigaki

SEE ALSO

Plagger, Text::Language::Guess