1IDNGRAM_MERGE(1)      User Contributed Perl Documentation     IDNGRAM_MERGE(1)
2
3
4

NAME

6       idngram_merge - merge idngram file into one
7

SYNOPSIS

9       idngram_merge [option]... idngram_file...
10

DESCRIPTION

12       idngram_merge merge multiple idngram file, each of them are sorted
13       [id1,...,idN,freq] array, into one idngram file. For those id1..idN
14       which appear in more than one files, only one item will appear in the
15       final file, and its freq are summed. The idngram files are original
16       generated by ids2ngram.
17

OPTIONS All the following options are mandatory.

19       -n, --NMax N
20           Specify the N-gram of source data file.
21
22       -o, --out output-file
23           Specifiy the final merged idngram file.
24

EXAMPLE

26       Following example merge 2 id3gram files into a large one:
27
28           B<idngram_merge -n3 -o all.id3gram first.id3gram second.id3gram>
29

AUTHOR

31       Originally written by Phill.Zhang <phill.zhang@sun.com>.  Currently
32       maintained by Kov.Chai <tchaikov@gmail.com>.
33

SEE ALSO

35       ids2ngram(1).
36
37
38
39perl v5.28.1                      2016-03-01                  IDNGRAM_MERGE(1)
Impressum