Skip to content

A Python binding of SQLite Full Text Search Tokenizer

License

Notifications You must be signed in to change notification settings

saaj/sqlite-fts-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlite-fts-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... 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 tokenizers in Python without any extra modules and C compiler.

Requirements

  • FTS3/4 enabled SQLite

Licence

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

Thanks

About

A Python binding of SQLite Full Text Search Tokenizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%