Skip to content

Commit

Permalink
version 0.08
Browse files Browse the repository at this point in the history
  • Loading branch information
risto committed Mar 29, 2016
1 parent 687f1ff commit 8802d97
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions LogClusterUtils.pm → contrib/LogClusterUtils.pm
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package LogClusterUtils;

# sample LogCluster functions for preprocessing input data and creating
# word classes (the functions have been designed for use with LogCluster
# --lcfunc and --wcfunc options)
# Sample LogCluster functions for preprocessing input data and creating
# word classes. The functions have been designed for use with LogCluster
# --lcfunc and --wcfunc options, for example:
# --wcfunc='require "LogClusterUtils.pm"; sub { LogClusterUtils::wordclass(@_) }'

use strict;
use warnings;
Expand Down

0 comments on commit 8802d97

Please sign in to comment.