diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-11-04 03:23:33 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-11-04 03:23:33 +0000 |
commit | 555c7d0e147de32a53867fab107e1790b3f9f03e (patch) | |
tree | a79a7d3ad77430fe8779029aff3a796b5bc5a334 /textproc/Makefile | |
parent | 6cc464ff579fbba294347a31a99a753ea6a73e86 (diff) |
- perl extension, basis for n-gram analysis, which is
XS-based implementation of n-gram spectrum analysis.
- currently provide two function: ngram_counts add_to_counts.
Approved by: co-mentor (vanilla)
Notes
Notes:
svn path=/head/; revision=120746
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 1a4fa8176e63..49919fd3f471 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -357,6 +357,7 @@ SUBDIR += p5-Text-MagicTemplate SUBDIR += p5-Text-Metaphone SUBDIR += p5-Text-Netstring + SUBDIR += p5-Text-Ngram SUBDIR += p5-Text-Ngrams SUBDIR += p5-Text-Original SUBDIR += p5-Text-ParagraphDiff |