Skip to content

Commit

Permalink
designate dev version (v0.04_1)
Browse files Browse the repository at this point in the history
  • Loading branch information
patch committed Feb 3, 2014
1 parent c1efbd8 commit ed16cb1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Lingua::Stem::UniNE - University of Neuchâtel stemmers

# VERSION

This document describes Lingua::Stem::UniNE v0.04.
This document describes Lingua::Stem::UniNE v0.04_1.

# SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/Lingua/Stem/UniNE.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Carp;
use Moo;
use namespace::clean;

our $VERSION = '0.04';
our $VERSION = '0.04_1';

my @languages = qw( bg cs fa );
my @aggressive = qw( cs );
Expand Down Expand Up @@ -71,7 +71,7 @@ Lingua::Stem::UniNE - University of Neuchâtel stemmers
=head1 VERSION
This document describes Lingua::Stem::UniNE v0.04.
This document describes Lingua::Stem::UniNE v0.04_1.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Lingua/Stem/UniNE/BG.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use parent 'Exporter';
use Unicode::CaseFold qw( fc );
use Unicode::Normalize qw( NFC );

our $VERSION = '0.04';
our $VERSION = '0.04_1';
our @EXPORT_OK = qw( stem stem_bg );

*stem_bg = \&stem;
Expand Down Expand Up @@ -124,7 +124,7 @@ Lingua::Stem::UniNE::BG - Bulgarian stemmer
=head1 VERSION
This document describes Lingua::Stem::UniNE::BG v0.04.
This document describes Lingua::Stem::UniNE::BG v0.04_1.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Lingua/Stem/UniNE/CS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use parent 'Exporter';
use Unicode::CaseFold qw( fc );
use Unicode::Normalize qw( NFC );

our $VERSION = '0.04';
our $VERSION = '0.04_1';
our @EXPORT_OK = qw( stem stem_cs stem_aggressive stem_cs_aggressive );

*stem_cs = \&stem;
Expand Down Expand Up @@ -313,7 +313,7 @@ Lingua::Stem::UniNE::CS - Czech stemmer
=head1 VERSION
This document describes Lingua::Stem::UniNE::CS v0.04.
This document describes Lingua::Stem::UniNE::CS v0.04_1.
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Lingua/Stem/UniNE/FA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use parent 'Exporter';
use Unicode::CaseFold qw( fc );
use Unicode::Normalize qw( NFC );

our $VERSION = '0.04';
our $VERSION = '0.04_1';
our @EXPORT_OK = qw( stem stem_fa );

*stem_fa = \&stem;
Expand Down Expand Up @@ -101,7 +101,7 @@ Lingua::Stem::UniNE::FA - Persian stemmer
=head1 VERSION
This document describes Lingua::Stem::UniNE::FA v0.04.
This document describes Lingua::Stem::UniNE::FA v0.04_1.
=head1 SYNOPSIS
Expand Down

0 comments on commit ed16cb1

Please sign in to comment.