Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codeship build status appveyor build status

sqlitefts-python

sqlitefts-python provides binding for tokenizer of SQLite Full-Text search(FTS3/4). It allows you to write tokenizers in Python.

SQLite has Full-Text search feature FTS3/FTS4 along with some predefined tokenizers. It is easy to use and has enough functionality. Python has a built-in SQLite module, so that it is easy to use and deploy. You don't need anything else to full-text search.

But... the predefined tokenizers are not enough for some languages including Japanese. Also it is not easy to write own tokenizers. With this modules, you can write your own tokenizers in Python without any extra modules and C compiler.

It also has ranking functions based on peewee.

Requirements

  • FTS3/4 enabled SQLite (for Windows, you may need to download and replace sqlite3.dll)

Licence

This software is released under the MIT License, see LICENSE.

Thanks

About

A Python binding of SQLite Full Text Search Tokenizer

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages