• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1URL: http://marisa-trie.googlecode.com/files/marisa-0.1.4.tar.gz
2Version: 0.1.4
3License: New BSD
4License File: LICENSE
5
6Description:
7C++ library providing implementation of Matching
8Algorithm with Recursively Implemented StorAge (MARISA) -- static and
9space-efficient trie data structure.
10
11
12Homepage: http://code.google.com/p/marisa-trie/
13
14Local Modifications:
15- Remove files under vs2008/ as we don't need to build under
16  visual studio.
17- Changes to string.h to avoid a header collision with the C
18  standard header with the same name.
19- Apply patch 30551945 from alexgru to fix a critical bug.
20- Remove all the exceptions: see <android_diff.txt> for details.
21