File: 07-method_manipulation.t

package info (click to toggle)
liblingua-identify-perl 0.51-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 716 kB
  • sloc: perl: 7,791; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/usr/bin/perl
use Test::More tests => 2;
BEGIN { use_ok('Lingua::Identify', qw/:language_identification/) };

is_deeply( [ get_all_methods ],   [ qw/smallwords prefixes1 prefixes2 prefixes3
				prefixes4 suffixes1 suffixes2 suffixes3
				suffixes4 ngrams1 ngrams2 ngrams3 ngrams4/ ] );