tokyo.dystopia — Python Tokyo Dystopia interface.

New in version 0.7.0.

Platforms: POSIX

Tokyo Dystopia is a full-text search system. You can search lots of records for some records including specified patterns. The characteristic of Tokyo Dystopia is the following.

  • High performance of search
  • High scalability of target documents
  • Perfect recall ratio by character N-gram method
  • Phrase matching, prefix matching, suffix matching, and token matching
  • Multilingualism with Unicode
  • Layered Architecture of APIs

Todo

Rewrite the previous section (copy/pasted from http://fallabs.com/tokyodystopia/).

See also

Fundamental Specifications of Tokyo Dystopia Version 1 for more information about Tokyo Dystopia.

exception tokyo.dystopia.Error
Raised when an error specific to Tokyo Dystopia happens.
tokyo.dystopia.version()
Returns the version string of the underlying Tokyo Dystopia library.

Previous topic

Remote Table Database — RTDB

Next topic

Indexed Database — IDB

This Page