2 "name": "sqlite3_arabic_tokenizer",
4 "summary": "sqlite3_arabic_tokenizer is a FTS5 extension to tokenizer arabic thus removing diacritics",
5 "description": "sqlite3_arabic_tokenizer is a FTS5 extension to tokenizer arabic thus removing diacritics. It will remove diacritics from arabic word so that arabic can be searched with or without diacritics. It is just a native c library wrapped in a framework.",
6 "homepage": "https://github.com/GreentechApps/sqlite3_arabic_tokenizer_pod",
12 "Shahriar Nasim Nafi": "shahriarnasim.nafi@gmail.com"
15 "git": "https://github.com/GreentechApps/sqlite3_arabic_tokenizer_pod.git",
18 "prepare_command": "cd sqlite3_arabic_tokenizer/Common/\nmake sqlite3-arabic-tokenizer.c",
23 "source_files": "sqlite3_arabic_tokenizer/Common/*.{h,c}",
24 "requires_arc": false,
25 "public_header_files": "sqlite3_arabic_tokenizer/Common/sqlite3-arabic-tokenizer.h"