Changeset 4747 for lang/perl/Mezasi
- Timestamp:
- 01/17/08 04:15:03 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Mezasi/trunk/lib/Mezasi/Util.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Mezasi/trunk/lib/Mezasi/Util.pm
r4746 r4747 37 37 my $key = JSON::Syck::Dump([ grep {$_} map { $ary[$_] } ($idx..($idx+$MarkovKeySize - 1)) ]); 38 38 $table{$key} = [] unless $table{$key}; 39 push @{$table{$key}},$ary[$idx + $MarkovKeySize + 1] ;39 push @{$table{$key}},$ary[$idx + $MarkovKeySize ] ; 40 40 } 41 41 my %uniq;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)