marisa-bindings

API Reference

  • marisa_bindings package
    • Submodules
      • marisa_bindings.marisa module
marisa-bindings
  • marisa_bindings package
  • View page source

marisa_bindings package

marisa_bindings is an unofficial project that provides Python bindings for the MARISA Trie, which is implemented in C++ using SWIG.

Submodules

  • marisa_bindings.marisa module
    • Agent
      • Agent.key()
      • Agent.key_id()
      • Agent.key_str()
      • Agent.query()
      • Agent.query_id()
      • Agent.query_str()
      • Agent.set_query()
      • Agent.thisown
    • Key
      • Key.id()
      • Key.str()
      • Key.thisown
      • Key.weight()
    • Keyset
      • Keyset.clear()
      • Keyset.empty()
      • Keyset.key()
      • Keyset.key_id()
      • Keyset.key_str()
      • Keyset.num_keys()
      • Keyset.push_back()
      • Keyset.reset()
      • Keyset.size()
      • Keyset.thisown
      • Keyset.total_length()
    • Query
      • Query.id()
      • Query.str()
      • Query.thisown
    • Trie
      • Trie.build()
      • Trie.clear()
      • Trie.common_prefix_search()
      • Trie.empty()
      • Trie.io_size()
      • Trie.load()
      • Trie.lookup()
      • Trie.mmap()
      • Trie.node_order()
      • Trie.num_keys()
      • Trie.num_nodes()
      • Trie.num_tries()
      • Trie.predictive_search()
      • Trie.reverse_lookup()
      • Trie.save()
      • Trie.size()
      • Trie.tail_mode()
      • Trie.thisown
      • Trie.total_size()
Previous Next

© Copyright 2024, Nobuyuki Sekimori.

Built with Sphinx using a theme provided by Read the Docs.