The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Lingua::JA::TFWebIDF

0.40    Fri, 05 Oct 2012 11:06:46 +0900
        - changed Lingua::JA::WebIDF dependency from 0.32 to 0.40
        - changed default options
        - changed (en|de)code utf8 -> Text::MeCab::ENCODING
        - added guess_df option
        - fixed concat_max option
        - improved tests

0.37    Tue, 31 Jul 2012 09:43:07 +0900
        - removed unnecessary decode_utf8

0.36    Tue, 31 Jul 2012 00:55:36 +0900
        - added db_auto option
        - added dependency on Test::Requires
        - renamed concatenation_max concat_max

0.35    Sun, 29 Jul 2012 19:05:36 +0900
        - fixed documentation

0.34    Sun, 29 Jul 2012 14:53:15 +0900
        - fixed unk tagging

0.33    Sat, 28 Jul 2012 18:05:16 +0900
        - changed Lingua::JA::WebIDF dependency from 0.31 to 0.32

0.32    Sat, 28 Jul 2012 16:24:37 +0900
        - changed Lingua::JA::WebIDF dependency from 0.30 to 0.31
        - fixed documentation

0.31    Wed, 25 Jul 2012 18:51:12 +0900
        - changed Lingua::JA::WebIDF dependency from 0.21 to 0.30

0.30    Wed, 25 Jul 2012 00:49:49 +0900
        - added the following options
            - pos1_filter
            - pos2_filter
            - pos3_filter
            - ng_word
            - term_length_min
            - term_length_max
            - concatenation_max
            - tf_min
            - df_min
            - df_max
            - fetch_unk_word_df

        - added the following dependencies
            - Text::MeCab
            - Lingua::JA::Halfwidth::Katakana
            - Test::Fatal
            - Test::Warn

        - removed the following dependencies
            - Lingua::JA::TFIDF
            - List::MoreUtils

0.04    Fri, 08 Jun 2012 19:36:22 +0900
        - improved documentation

0.03    Fri, 08 Jun 2012 19:19:21 +0900
        - improved documentation

0.02    Thu, 07 Jun 2012 02:21:07 +0900
        - fixed documentation

0.01    Wed, 06 Jun 2012 23:20:53 +0900
        - original version