debian/0000775000000000000000000000000012316407537007200 5ustar debian/marisa-common-prefix-search.10000664000000000000000000000252512271126402014553 0ustar .\" Hey, EMACS: -*- nroff -*- .\" (C) Copyright 2013 Mitsuya Shibata , .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH MARISA\-COMMON\-PREFIX\-SEARCH 1 "AUG 2013" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME marisa\-common\-prefix\-search \- A tool to test common prefix search. .SH SYNOPSIS .B marisa\-common\-prefix\-search .RI [ options ] " file" .SH DESCRIPTION \fBmarisa\-common\-prefix\-search\fP is a tool to test common prefix search. This tool searches keys from the possible prefixes of a query string and then prints the first \fIm\fR keys, where \fIm\fR is one of the parameters. .PP See \fBmarisa\-common\-prefix\-search \-h\fP for the list of options. .SH SEE ALSO The programs are generated from /usr/share/doc/libmarisa\-dev/readme.en.html in \fBlibmarisa\-dev\fP package. debian/source/0000775000000000000000000000000012271126402010465 5ustar debian/source/format0000664000000000000000000000001412271126402011673 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000646712271126402011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: marisa-trie Source: https://code.google.com/p/marisa-trie/ Files: * Copyright: 2010 - 2013 Susumu Yata License: BSD-3-clause or LGPL-2 libmarisa and its command line tools are dual-licensed under the BSD 2-clause license and the LGPL. . * The BSD 2-clause license . Copyright (c) 2010-2013, Susumu Yata All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. . * The LGPL 2.1 or any later version . marisa-trie - A static and space-efficient trie data structure. Copyright (C) 2010-2013 Susumu Yata . This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Files: debian/* Copyright: 2013 Mitsuya Shibata License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/marisa-build.10000664000000000000000000000302012271126402011613 0ustar .\" Hey, EMACS: -*- nroff -*- .\" (C) Copyright 2013 Mitsuya Shibata , .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH MARISA\-BUILD 1 "AUG 2013" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME marisa\-build \- A tool to build a dictionary from a set of key .SH SYNOPSIS .B marisa\-build .RI [ options ] .SH DESCRIPTION \fBmarisa\-build\fP is a tool to build a dictionary from a set of keys. This tool takes as input newline\-delimited keys and writes the dictionary to the standard output. .PP Users can specify parameters through command line options. See \fBmarisa\-build \-h\fP for the list of options. .PP If an input line contains horizontal tabs, the last one serves as the delimiter between a key and its weight which is used to optimize the order of nodes. Estimated frequency of each key, given as the weight, may improve the search performance. .SH SEE ALSO The programs are generated from /usr/share/doc/libmarisa\-dev/readme.en.html in \fBlibmarisa\-dev\fP package. debian/libmarisa-dev.install0000664000000000000000000000012412271126402013271 0ustar usr/lib/*/libmarisa.a usr/lib/*/lib*.so usr/lib/*/pkgconfig/marisa.pc usr/include/* debian/libmarisa-dev.docs0000664000000000000000000000006612271126402012560 0ustar AUTHORS NEWS README docs/readme.*.html docs/style.css debian/changelog0000664000000000000000000000315012316407537011051 0ustar marisa (0.2.4-5build1) trusty; urgency=medium * No change rebuild to drop python3.3 compiled extension. -- Dimitri John Ledkov Tue, 01 Apr 2014 01:59:11 +0100 marisa (0.2.4-5) unstable; urgency=medium * Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el. Thanks to Logan Rosen for the report. (Closes: #736696) -- Mitsuya Shibata Sun, 26 Jan 2014 15:13:59 +0900 marisa (0.2.4-4) unstable; urgency=low * Initial upload to Debian archive (Closes: #714453) * Added Vcs-Browser and Vcs-Git fields * Bump standards version to 3.9.5 -- Mitsuya Shibata Thu, 21 Nov 2013 22:03:51 +0900 marisa (0.2.4-3) unstable; urgency=low * Updated patch for DEP3. * Auto generate version for python/setup.py. * Fixed install path for ruby bindings. * Exec extconf.rb after building libmarisa. -- Mitsuya Shibata Sun, 17 Nov 2013 18:56:22 +0900 marisa (0.2.4-2) unstable; urgency=low * Fixed problems pointed out by sponsor. - Removed full stops from short descriptions. - Renamed perl package name as per Perl Policy §4.2. - Changed path of perl modules. - Refined compile options. - Fixed dpkg-gencontrol warnings. - Added manpages. * module-version-for-egg-inof.patch - For lintian4py warning, python module version in setup.py is specified. -- Mitsuya Shibata Wed, 14 Aug 2013 19:29:20 +0900 marisa (0.2.4-1) unstable; urgency=low * Initial release (Closes: #714453) -- Mitsuya Shibata Sat, 29 Jun 2013 10:53:00 +0900 debian/libmarisa0.install0000664000000000000000000000003112271126402012572 0ustar usr/lib/*/libmarisa.so.* debian/marisa-dump.10000664000000000000000000000230412271126402011465 0ustar .\" Hey, EMACS: -*- nroff -*- .\" (C) Copyright 2013 Mitsuya Shibata , .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH MARISA\-DUMP 1 "AUG 2013" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME marisa\-dump \- A tool to dump a dictionary .SH SYNOPSIS .B marisa\-dump .RI [ options ] " file" .SH DESCRIPTION \fBmarisa\-dump\fP is a tool to dump a dictionary. This tool prints all the keys in a given dictionary. Users can specify the delimiter through command line options. See \fBmarisa\-dump \-h\fP for the list of options. .SH SEE ALSO The programs are generated from /usr/share/doc/libmarisa\-dev/readme.en.html in \fBlibmarisa\-dev\fP package. debian/control0000664000000000000000000000613712316407537010612 0ustar Source: marisa Section: libs Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Mitsuya Shibata Build-Depends: debhelper (>= 9), dh-autoreconf, python-all-dev (>= 2.6.6-3), python3-all-dev (>= 3.1.3-12), perl, ruby, ruby-dev, swig Standards-Version: 3.9.5 Homepage: https://code.google.com/p/marisa-trie/ Vcs-Browser: https://github.com/m-shibata/marisa-dpkg Vcs-Git: git://github.com/m-shibata/marisa-dpkg.git Package: marisa Section: utils Architecture: any Depends: libmarisa0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: commmand line tools for libmarisa Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static and space-efficient trie data structure. . This package conteins commmand line tools for libmarisa. Package: libmarisa0 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: C++ library to provide an implementation of MARISA Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static and space-efficient trie data structure. . This package contains C++ library to provide an implementation of MARISA. Package: libmarisa-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libmarisa0 (= ${binary:Version}), ${misc:Depends} Description: developement files for libmarisa Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static and space-efficient trie data structure. . This package contains the files necessary for compiling programs that depend on MARISA. Package: python-marisa Section: python Architecture: any Provides: ${python:Provides} Depends: libmarisa0 (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Python bindings for MARISA Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static and space-efficient trie data structure. . This package contains Python bindings for MARISA. Package: python3-marisa Section: python Architecture: any Depends: libmarisa0 (= ${binary:Version}), ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Python3 bindings for MARISA Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static and space-efficient trie data structure. . This package contains Python 3 bindings for MARISA. Package: libmarisa-perl Section: perl Architecture: any Multi-Arch: foreign Depends: libmarisa0 (= ${binary:Version}), ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Perl bindings for MARISA Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static and space-efficient trie data structure. . This package contains Perl bindings for MARISA. Package: ruby-marisa Section: ruby Architecture: any Multi-Arch: foreign Depends: libmarisa0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Ruby bindings for MARISA Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static and space-efficient trie data structure. . This package contains Ruby bindings for MARISA. debian/marisa-lookup.10000664000000000000000000000234112271126402012032 0ustar .\" Hey, EMACS: -*- nroff -*- .\" (C) Copyright 2013 Mitsuya Shibata , .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH MARISA\-LOOKUP 1 "AUG 2013" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME marisa\-lookup \- A tool to test exact match lookup .SH SYNOPSIS .B marisa\-lookup .RI [ options ] " file" .SH DESCRIPTION \fBmarisa\-lookup\fP is a tool to test exact match lookup. If a query string is registered, this tool prints the key and its ID. Otherwise, this tool prints the query with \-1. .PP See \fBmarisa\-lookup \-h\fP for the list of options. .SH SEE ALSO The programs are generated from /usr/share/doc/libmarisa\-dev/readme.en.html in \fBlibmarisa\-dev\fP package. debian/rules0000775000000000000000000000601412271126442010252 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS # These commands build the list of supported Python 3 versions # The last version should be just “python3” so that the scripts # get a correct shebang. # Use just “PYTHON3 := $(shell py3versions -r)” if your package # doesn’t contain scripts PY3REQUESTED := $(shell py3versions -r) PY3DEFAULT := $(shell py3versions -d) PYTHON3 := $(filter-out $(PY3DEFAULT),$(PY3REQUESTED)) python3 # For set install path of perl modules. PERL_VENDOR_ARCH=$(shell perl -V:vendorarch|cut -d\' -f2) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) PKG_VERSION = $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2 | cut -f 1 -d -) %: dh $@ --with autoreconf --with python2,python3 override_dh_auto_configure: dh_auto_configure make -C bindings cd bindings/python; sed -i "s/__version__/$(PKG_VERSION)/" setup.py cd bindings/perl; perl Makefile.PL \ INSTALL_BASE=$(CURDIR)/debian/libmarisa-perl/usr \ INSTALLARCHLIB=$(CURDIR)/debian/libmarisa-perl$(PERL_VENDOR_ARCH) \ INSTALLSITEARCH=$(CURDIR)/debian/libmarisa-perl$(PERL_VENDOR_ARCH) \ INSTALLVENDORARCH=$(CURDIR)/debian/libmarisa-perl$(PERL_VENDOR_ARCH) \ INC="-I../../lib" \ LIBS="-L../../lib/.libs" \ CCFLAGS="$(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)" \ LDDLFLAGS="-shared -L/usr/local/lib -fstack-protector $(shell dpkg-buildflags --get LDFLAGS)" override_dh_auto_build: dh_auto_build # Build for each Python 3 version cd bindings/python; \ set -ex; for python in $(PYTHON3); do \ $$python setup.py build_ext --include-dirs=../../lib \ --library-dirs=../../lib/.libs; \ done cd bindings/python; \ python2 setup.py build_ext --include-dirs=../../lib \ --library-dirs=../../lib/.libs cd bindings/perl; make # extconf.rb needs to exist library when configure cd bindings/ruby; ruby extconf.rb --with-opt-include=../../lib \ --with-opt-lib=../../lib/.libs # set verbose option for compiling sed -i 's/^V = 0/V = 1/' bindings/ruby/Makefile cd bindings/ruby; make override_dh_auto_install: dh_auto_install # The same for install; note the --install-layout=deb option cd bindings/python; \ set -ex; for python in $(PYTHON3); do \ $$python setup.py install \ --root=$(CURDIR)/debian/python3-marisa --install-layout=deb; \ done cd bindings/python; \ python2 setup.py install \ --root=$(CURDIR)/debian/python-marisa --install-layout=deb # install perl modules cd bindings/perl; make install rm $(CURDIR)/debian/libmarisa-perl$(PERL_VENDOR_ARCH)/auto/marisa/.packlist rm $(CURDIR)/debian/libmarisa-perl$(PERL_VENDOR_ARCH)/perllocal.pod rm $(CURDIR)/debian/libmarisa-perl$(PERL_VENDOR_ARCH)/sample.pl # install ruby modules cd bindings/ruby; make install DESTDIR=$(CURDIR)/debian/ruby-marisa \ sitedir=$(CURDIR)/debian/ruby-marisa/usr/lib/ruby debian/watch0000664000000000000000000000021012271126402010207 0ustar version=3 http://code.google.com/p/marisa-trie/downloads/list?can=1 .*/marisa-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz) debian/marisa-reverse-lookup.10000664000000000000000000000250212271126402013502 0ustar .\" Hey, EMACS: -*- nroff -*- .\" (C) Copyright 2013 Mitsuya Shibata , .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH MARISA\-REVERSE\-LOOKUP 1 "AUG 2013" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME marisa\-reverse\-lookup \- A :wq .SH SYNOPSIS .B marisa\-reverse\-lookup .RI [ options ] " file" .SH DESCRIPTION \fBmarisa\-reverse\-lookup\fP is a tool to test reverse lookup. If a given ID is not out-of-range, this tool restores the associated key and prints it. The available ID is 0 to (n \- 1), where n is the number of keys. Note that an out\-of\-range ID causes an error. .PP See \fBmarisa\-reverse\-lookup \-h\fP for the list of options. .SH SEE ALSO The programs are generated from /usr/share/doc/libmarisa\-dev/readme.en.html in \fBlibmarisa\-dev\fP package. debian/marisa.manpages0000664000000000000000000000030212271126402012151 0ustar debian/marisa-benchmark.1 debian/marisa-build.1 debian/marisa-common-prefix-search.1 debian/marisa-dump.1 debian/marisa-lookup.1 debian/marisa-predictive-search.1 debian/marisa-reverse-lookup.1 debian/patches/0000775000000000000000000000000012271126402010614 5ustar debian/patches/module-version-for-egg-inof.patch0000664000000000000000000000135412271126402017065 0ustar Description: Use FHS compliant paths by default For lintian4py warning, python module version in setup.py is specified. . This is pointed out by following comment. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714734#68 Author: Mitsuya Shibata Last-Update: 2013-11-17 Index: marisa/bindings/python/setup.py =================================================================== --- marisa.orig/bindings/python/setup.py 2013-11-17 18:46:47.402515675 +0900 +++ marisa/bindings/python/setup.py 2013-11-17 18:48:08.270517730 +0900 @@ -5,5 +5,6 @@ libraries=["marisa"]) setup(name = "marisa", + version = "__version__", ext_modules = [marisa_module], py_modules = ["marisa"]) debian/patches/series0000664000000000000000000000004212271126402012025 0ustar module-version-for-egg-inof.patch debian/docs0000664000000000000000000000002412271126402010034 0ustar AUTHORS NEWS README debian/marisa.install0000664000000000000000000000036312271126402012033 0ustar usr/bin/marisa-benchmark usr/bin usr/bin/marisa-build usr/bin usr/bin/marisa-common-prefix-search usr/bin usr/bin/marisa-dump usr/bin usr/bin/marisa-lookup usr/bin usr/bin/marisa-predictive-search usr/bin usr/bin/marisa-reverse-lookup usr/bin debian/compat0000664000000000000000000000000212271126402010363 0ustar 9 debian/marisa-benchmark.10000664000000000000000000000310712271126402012454 0ustar .\" Hey, EMACS: -*- nroff -*- .\" (C) Copyright 2013 Mitsuya Shibata , .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH MARISA\-BENCHMARK 1 "AUG 2013" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME marisa\-benchmark \- A tool to benchmark libmarisa .SH SYNOPSIS .B marisa\-benchmark .RI [ options ] " file" .SH DESCRIPTION \fBmarisa\-benchmark\fP is a tool to benchmark libmarisa. This tool takes the same input as marisa\-build and measures the performance of libmarisa for the given set of keys. This tool is useful to fix dictionary settings. .PP For the search performance, marisa\-benchmark measures the time to lookup or search keys in input order. When the keys are given in lexicographic order, few cache misses will occur in the benchmark. In contrast, when the keys are given in random order, many cache misses will occur in the benchmark. .PP See \fBmarisa\-benchmark \-h\fP for the list of options. .SH SEE ALSO The programs are generated from /usr/share/doc/libmarisa\-dev/readme.en.html in \fBlibmarisa\-dev\fP package. debian/marisa-predictive-search.10000664000000000000000000000245212271126402014125 0ustar .\" Hey, EMACS: -*- nroff -*- .\" (C) Copyright 2013 Mitsuya Shibata , .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH MARISA\-PREDICTIVE\-SEARCH 1 "AUG 2013" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME marisa\-predictive\-search \- A tool to test predictive search .SH SYNOPSIS .B marisa\-predictive\-search .RI [ options ] " file" .SH DESCRIPTION \fBmarisa\-predictive\-search\fP is a tool to test predictive search. This tool searches keys starting with a query string and then prints the first \fIm\fR keys, where \fIm\fR is one of the parameters. .PP See \fBmarisa\-predictive\-search \-h\fP for the list of options. .SH SEE ALSO The programs are generated from /usr/share/doc/libmarisa\-dev/readme.en.html in \fBlibmarisa\-dev\fP package.