Show
Ignore:
Timestamp:
09/04/08 08:21:55 (5 years ago)
Author:
tomi-ru
Message:

Checking in changes prior to tagging of version 0.02. Changelog diff is:

Index: Changes
===================================================================
--- Changes (リビジョン 18217)
+++ Changes (作業コピー)
@@ -1,4 +1,7 @@

Revision history for Perl extension Acme::Samurai


+0.02 Thu Sep 4 07:57:31 JST 2008
+ - first CPAN release
+

0.01 Sun Mar 23 23:58:44 JST 2008

  • original version
Location:
lang/perl/Acme-Samurai/trunk
Files:
8 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Acme-Samurai/trunk

    • Property svn:ignore set to
      MANIFEST
  • lang/perl/Acme-Samurai/trunk/Changes

    r18107 r18791  
    11Revision history for Perl extension Acme::Samurai 
     2 
     30.02  Thu Sep  4 07:57:31 JST 2008 
     4        - first CPAN release 
    25 
    360.01  Sun Mar 23 23:58:44 JST 2008 
  • lang/perl/Acme-Samurai/trunk/MANIFEST.SKIP

    r18107 r18791  
    99^MakeMaker-\d 
    1010\.gz$ 
    11 \.cvsignore 
    1211\.svn/ 
    13 \.shipit 
     12^\. 
    1413^t/9\d_.*\.t 
    1514^dat/ 
  • lang/perl/Acme-Samurai/trunk/Makefile.PL

    r18107 r18791  
    11use inc::Module::Install; 
     2 
    23name 'Acme-Samurai'; 
    34all_from 'lib/Acme/Samurai.pm'; 
    45 
    5 build_requires 'Test::More'; 
    6  
     6requires 'Class::Accessor::Fast'; 
     7requires 'Class::Trigger'; 
    78requires 'Encode'; 
    89requires 'File::ShareDir'; 
     
    1213requires 'Unicode::Japanese'; 
    1314 
     15test_requires 'Test::More'; 
     16test_requires 'Test::Base'; 
     17 
    1418use_test_base; 
    15 install_share; 
     19install_share qw( module Acme::Samurai ), 'share'; 
    1620auto_include; 
    1721 
  • lang/perl/Acme-Samurai/trunk/lib/Acme/Samurai.pm

    r18107 r18791  
    22use strict; 
    33use warnings; 
    4 our $VERSION = '0.013'; 
     4our $VERSION = '0.02'; 
    55 
    66use utf8; 
     
    164164=back 
    165165 
    166 =head1 AUTHOR 
    167  
    168 Naoki Tomita E<lt>tomita@cpan.orgE<gt> 
    169  
    170 Special thanks to kazina, this module started from てきすたー dictionary. 
    171  
    172 and Hiroko Nagashima, Shin Yamauchi for addition vocabulary. 
    173  
    174 =head1 LICENSE 
    175  
    176 This library is free software; you can redistribute it and/or modify 
    177 it under the same terms as Perl itself. 
    178  
    179166=head1 SEE ALSO 
    180167 
     
    185172L<http://coderepos.org/share/browser/lang/perl/Acme-Samurai> (repository) 
    186173 
     174=head1 AUTHOR 
     175 
     176Naoki Tomita E<lt>tomita@cpan.orgE<gt> 
     177 
     178Special thanks to kazina, this module started from てきすたー dictionary. 
     179L<http://kazina.com/texter/index.html> 
     180 
     181and Hiroko Nagashima, Shin Yamauchi for addition samurai vocabulary. 
     182 
     183=head1 LICENSE 
     184 
     185This library is free software; you can redistribute it and/or modify 
     186it under the same terms as Perl itself. 
     187 
    187188=cut 
  • lang/perl/Acme-Samurai/trunk/lib/Acme/Samurai/Base.pm

    r18107 r18791  
    2323    my $self = shift; 
    2424    my $mecab = Text::MeCab->new({ 
    25         node_format => '%m,%H',  
     25        node_format => '%m,%H', 
    2626        unk_format  => '%m,%H', 
    2727        bos_format  => '%m,%H', 
     
    6969    } 
    7070     
    71     $self->text(join "", @{ $self->parts });  
     71    $self->text(join "", @{ $self->parts }); 
    7272    $self->call('finalize'); 
    7373    $self->text; 
     
    109109    my ($surface, @feature) = split /,/, $format; 
    110110     
    111     return Acme::Samurai::Base::Node->new({  
     111    return Acme::Samurai::Base::Node->new({ 
    112112        mecab     => $mecab, 
    113113        node      => $node, 
  • lang/perl/Acme-Samurai/trunk/share

    • Property svn:ignore set to
      user.dic
  • lang/perl/Acme-Samurai/trunk/t/97_podspell.t

    r18107 r18791  
    88Naoki Tomita 
    99Acme::Samurai 
     10Hiroko Nagashima 
     11Shin Yamauchi 
     12de gozaru 
     13kazina