diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-11-03 06:48:20 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-11-03 06:48:20 +0000 |
commit | ce7a4a22d982548e3e099e03bb2d2938f6123a59 (patch) | |
tree | 4974dc15faeec64c6ae7b8d9f7a0ecf31b600a7f /textproc/Makefile | |
parent | a6899c530fbcb354dc746fcb398b0c48e68f264c (diff) | |
download | ports-ce7a4a22d982548e3e099e03bb2d2938f6123a59.tar.gz ports-ce7a4a22d982548e3e099e03bb2d2938f6123a59.zip |
- This perl module provide two functions to get prefix/suffix from
text.
- Prefix/Suffix examination is useful in Natural Language Processing.
Approved by: co-mentor (vanilla)
Notes
Notes:
svn path=/head/; revision=120689
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 867b20c1d68f..1a4fa8176e63 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -331,6 +331,7 @@ SUBDIR += p5-String-Strip SUBDIR += p5-TeX-Hyphen SUBDIR += p5-Template-Magic + SUBDIR += p5-Text-Affixes SUBDIR += p5-Text-Aligner SUBDIR += p5-Text-Autoformat SUBDIR += p5-Text-Balanced |