mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-10 10:59:21 +03:00
d00c788760
mmap works; utility to build binary format included. Configuration struct (including unknown handling options). config option to build a binary format while loading an ARPA. Doesn't require Boost or ICU. Works on 32 and 64 bit. query appends </s>. Reduced memory consumption: 12 bytes per 5-gram instead of 16 bytes on 64-bit machines. Reduced memory consumption: vocabulary takes 8 bytes/word instead of 12 bytes/word if sorted is used. Removed some cruft that wasn't needed by this code. Compiles on Mac OS X. Add script to run tests; these depend on Boost. SRI wrapper works again, is slightly faster, no longer depends on Boost, and has a test. Debugging code only appears with -DDEBUG, so the default is fast. git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3447 1f5c12ca-751b-0410-a591-d2e778427230
20 lines
995 B
Plaintext
20 lines
995 B
Plaintext
Most of the code here is licensed under the LGPL. There are exceptions which have their own licenses, listed below. See comments in those files for more details.
|
|
|
|
util/murmur_hash.cc is under the MIT license.
|
|
util/string_piece.hh and util/string_piece.cc are Google code and contains its own license.
|
|
|
|
For the rest:
|
|
|
|
Avenue code 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 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
Avenue code 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 Avenue code. If not, see <http://www.gnu.org/licenses/>.
|