-
-
10 Jun 2007 08:51:30 UTC
- Distribution: Lingua-JA-Summarize-Extract
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (560 / 0 / 2)
- Kwalitee
Bus factor: 0- 22.83% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (23.87KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Kazuhiro Osawa
- Dependencies
- Class::Accessor::Fast
- UNIVERSAL::require
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Lingua::JA::Summarize::Extract::Plugin::Parser::Ngram - a word parser by N-gram
SYNOPSIS
use strict; use warnings; use utf8; use Lingua::JA::Summarize::Extract; my $text = ''; my $text = '日本語の文章を適当に書く。'; my $summary = Lingua::JA::Summarize::Extract->extract($text); # default plugin print "$summary";
DESCRIPTION
parse dose the word by using N-gram. the number of N can be changed by KATAKANA, KANJI, and the Latin character.
OPTIONS
- latin_gram
-
latin character
- kana_gram
-
katakana character
- han_gram
-
kanji character
AUTHOR
Kazuhiro Osawa <ko@yappo.ne.jp>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 51:
Non-ASCII character seen before =encoding in ''日本語の文章を適当に書く。';'. Assuming UTF-8
Module Install Instructions
To install Lingua::JA::Summarize::Extract, copy and paste the appropriate command in to your terminal.
cpanm Lingua::JA::Summarize::Extract
perl -MCPAN -e shell install Lingua::JA::Summarize::Extract
For more information on module installation, please visit the detailed CPAN module installation guide.