lafzi indexer
v4

This is a code repository for indexing the text of the Koran with the phonetic coding of Lafzi (right on the diagram above). Indexing only needs to be done once and offline. The results of this index are used for search. This version is a new version, using the Quran text with Ottoman Rasm, while the previous one used the Quran text "Simple".
Source code for transformation to the phonetic code is in the lib/fonetik.php file.
Description of the contents of the folder containing data:
Steps to form an index:
process_tanzil.php to read the Quran text from tanzil as well as transformation of Muqattha'at letters.generate_corpus.php with V or NV parameters (with vocals or without vocals) to encode the Quran text into Lafzi Phonetic Code.indexer.php with V or NV parameters to compile an index of the phonetic code.The entire PHP script is a PHP that is run on the command line, not a browser.
GPL (GNU General Public License) V3. You are free to use, modify, and distribute this software with the condition that it still makes it open-source .