search for: extensive_list

Displaying 1 result from an estimated 1 matches for "extensive_list".

2024 Apr 22
2
How to use Xapian Omega directly (i.e., without using `recoll` and `xapiandb`) ... Full Set Of Questions Below:
...mmand to index all text files in a directory: $omindex -d /path/to/index_directory /path/to/text/files/directory 2. Once the text files are indexed, use the omindex command with the -i option to generate an extensive list of all words. example command: $omindex -d /path/to/index_directory -i > extensive_list.txt to generate a plain text file named extensive_list.txt containing all the words extracted from the indexed text files. 3. Post-Processing for Strings Greater Than 3 Characters: After generating the extensive list, to post-process it to filter out strings greater than 3 characters. I can use va...