File: ChangeLog

package info (click to toggle)
mitlm 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,524 kB
  • sloc: sh: 11,535; cpp: 5,513; fortran: 2,437; ansic: 715; makefile: 129
file content (31 lines) | stat: -rw-r--r-- 1,040 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Changes in mitlm 0.4.1
----------------------

 [giuliopaci@gmail.com]

 - Fix segmentation fault in interpolate-ngram when no argument is provided.
 - Fix opening of very short vocabularies.
 - Fix filename escaping in popen call.
 - Fix issue 12 about binary mode in popen.
 - Add mitlm namespace.
 - Improve command line help.
 - Improve BitOps.h.
   - __fls has been renamed to find_last_bit_set
   - the x86 assembly implementation of find_last_bit_set is not selected
     by default.
   - the generic implementation of find_last_bit_set supports 64bit.
   - __builtin_clzl can be used to implement find_last_bit_set.
 - Replace hash_map with unordered_map.
 - Switch from basic Makefile to autotools.
   - Enable out-of-tree compilation.
   - Fix compilation with fort77 compiler.
   - Enable shared library compilation.
   - Add test suite.
 - Fix compilation with gcc 4.7.1.
 - Fix compilation with MinGW.

 [bojunehsu]

 - Fix LoadEvalCorpus() to allow order = 1.
 - Split <s> and </s> into two entries when writing order 1 LMs.