diff options
author | clsung <clsung@FreeBSD.org> | 2004-11-03 14:48:20 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-11-03 14:48:20 +0800 |
commit | 14bd3aaae77253ced136bf593dd9da175548e594 (patch) | |
tree | de185a214b554a213b2bab70e5300885906acb1b /textproc/Makefile | |
parent | 1feb08618c688e3281ce9cc910655bca26574d06 (diff) | |
download | freebsd-ports-gnome-14bd3aaae77253ced136bf593dd9da175548e594.tar.gz freebsd-ports-gnome-14bd3aaae77253ced136bf593dd9da175548e594.tar.zst freebsd-ports-gnome-14bd3aaae77253ced136bf593dd9da175548e594.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)
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 |