New port: irstlm.
The IRST Language Modeling Toolkit features algorithms and data structures suitable to estimate, store, and access very large LMs.
This commit is contained in:
parent
899ff88ace
commit
1c8ca5bff0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255386
@ -270,6 +270,7 @@
|
||||
SUBDIR += info_to_html
|
||||
SUBDIR += intltool
|
||||
SUBDIR += ipdf
|
||||
SUBDIR += irstlm
|
||||
SUBDIR += is-aspell
|
||||
SUBDIR += iso12083
|
||||
SUBDIR += iso8879
|
||||
|
27
textproc/irstlm/Makefile
Normal file
27
textproc/irstlm/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: irstlm
|
||||
# Date created: 31 May 2010
|
||||
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= irstlm
|
||||
PORTVERSION= 5.40.01
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://hlt.fbk.eu/sites/hlt.fbk.eu/files/irstlm/
|
||||
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= The IRST Language Modeling Toolkit
|
||||
|
||||
USE_ZIP= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
do-install:
|
||||
.for f in dict ngt compile_lm interpolate_lm prune_lm quantize_lm tlm
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/$f ${PREFIX}/bin/
|
||||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/src/libirstlm.a ${PREFIX}/lib/
|
||||
${RANLIB} ${PREFIX}/lib/libirstlm.a
|
||||
${INSTALL_DATA} ${WRKSRC}/src/*.h ${PREFIX}/include/
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/irstlm/distinfo
Normal file
3
textproc/irstlm/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (irstlm-5.40.01.zip) = 9255d952ece194df81787e68d786da32
|
||||
SHA256 (irstlm-5.40.01.zip) = 6d36897ebea12aac7ce670f5f5523acf6435a80c4c38601dc4facbdf15564a86
|
||||
SIZE (irstlm-5.40.01.zip) = 1250516
|
4
textproc/irstlm/pkg-descr
Normal file
4
textproc/irstlm/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The IRST Language Modeling Toolkit features algorithms and data structures
|
||||
suitable to estimate, store, and access very large LMs.
|
||||
|
||||
WWW: http://hlt.fbk.eu/en/irstlm
|
28
textproc/irstlm/pkg-plist
Normal file
28
textproc/irstlm/pkg-plist
Normal file
@ -0,0 +1,28 @@
|
||||
bin/dict
|
||||
bin/ngt
|
||||
bin/compile_lm
|
||||
bin/interpolate_lm
|
||||
bin/prune_lm
|
||||
bin/quantize_lm
|
||||
bin/tlm
|
||||
lib/libirstlm.a
|
||||
include/cmd.h
|
||||
include/dictionary.h
|
||||
include/gzfilebuf.h
|
||||
include/htable.h
|
||||
include/index.h
|
||||
include/interplm.h
|
||||
include/linearlm.h
|
||||
include/lmmacro.h
|
||||
include/lmtable.h
|
||||
include/mdiadapt.h
|
||||
include/mempool.h
|
||||
include/mfstream.h
|
||||
include/mixture.h
|
||||
include/n_gram.h
|
||||
include/ngramcache.h
|
||||
include/ngrampool.h
|
||||
include/ngramtable.h
|
||||
include/normcache.h
|
||||
include/shiftlm.h
|
||||
include/util.h
|
Loading…
Reference in New Issue
Block a user