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