Lingua :: En :: Fathom

英語テキストの読みやすさを測定する
今すぐダウンロード

Lingua :: En :: Fathom ランキングとまとめ

広告

  • Rating:
  • ライセンス:
  • Perl Artistic License
  • 出版社名:
  • Kim Ryan
  • 出版社のWebサイト:
  • http://search.cpan.org/kimryan/

Lingua :: En :: Fathom タグ


Lingua :: En :: Fathom 説明

英語のテキストの読みやすさを測定します Lingua :: En :: Fathomは、文字列またはファイルで英語のテキストを分析するPerlモジュールです。その後、文字数、単語、文、空白、空白(テキスト)ライン(テキスト)ラインと段落の数について計算されます。これらのプロパティの霧、フレーズ、およびkincaidインデックスも導出されます。これらのプロパティのすべてのプロパティには個人を介してアクセスできます。メソッド、またはテキストレポートを生成することによって、すべてのユニークな単語のハッシュと発生回数が生成されます。私の$ text = new lingua :: en :: fathom; $ text-> analyse_file( "sample.txt"); $ uctumulate = 1; $ text-> analyse_block($ text_string、$累積); $ num_chars = $ text-> num_chars; $ num_words = $ text-> num_words; $ complex_words = $ text-> percent_complex_words; $ num_sentences = $ text-> num_sentences; $ num_text_lines = $ text-> num_text_lines; $ num_blank_lines = $ text-> num_blank_lines; $ num_paragraphs = $ text-> num_paragraphs; $ SYLLABLES_PER_WORD = $ text-> syllable_per_word; $ words_per_sentence = $ text-> words_per_sentence; %words = $ text-> unique_words。 $ word(並び替え鍵%単語){印刷( "$ wword {$ wwd}:$ with n"); $ FOG = $ text->霧; $ flesch = $ text-> flesch; $ kincaid = $ text-> kincaid;印刷($ TEXT->レポート);要件: ・Perl


Lingua :: En :: Fathom 関連ソフトウェア