File: 02_api.t

package info (click to toggle)
libtext-mecab-perl 0.20013-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 520 kB
  • sloc: perl: 2,637; ansic: 572; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
use strict;
use Test::More (tests => 2);

BEGIN
{
    use_ok("Text::MeCab");
}

can_ok("Text::MeCab::Node", 
    qw(id surface feature length prev next stat cost),
    qw(rlength rcattr lcattr posid char_type isbest alpha beta prob wcost)
);