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


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

CONFIG

Top

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

Top

Kenichi Ishigaki

SEE ALSO

Top

Plagger, Text::Language::Guess


Plagger documentation  | view source Contained in the Plagger distribution.