Home | History | Annotate | Download | only in marisa-trie
      1 URL: http://marisa-trie.googlecode.com/files/marisa-0.1.4.tar.gz
      2 Version: 0.1.4
      3 License: New BSD
      4 License File: LICENSE
      5 
      6 Description:
      7 C++ library providing implementation of Matching
      8 Algorithm with Recursively Implemented StorAge (MARISA) -- static and
      9 space-efficient trie data structure.
     10 
     11 
     12 Homepage: http://code.google.com/p/marisa-trie/
     13 
     14 Local 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