search for: ominex

Displaying 2 results from an estimated 2 matches for "ominex".

Did you mean: omindex
2019 Mar 21
2
[GSoC] Questions about project Text-Extraction Libraries
...ink that trying to isolate library bugs in subprocesses could get to work, but I am not sure about how to handle deadlocks or infinite loops. I feel that using a timer is the only way to deal with it but I would like to know what you think about it. Secondly, I have been reading the source code of ominex, but I cannot figure out if it is possible to group all file formats under the same interface. When indexing files, are all file formats treated in a similar way, or are there special formats that require a different work (beyond the use of external filters)? To sum up, I want to know if ominex us...
2019 Mar 23
2
[GSoC] Questions about project Text-Extraction Libraries
...g and handling errors. * File_extrator: It presents an interface for the different formats. * File_X: Encapsulates a particular library for the X file format. * File_Hadle: It is responsible for directing the extraction. More specifically, it determines the file format and which extractor to use. * Ominex: It represents the rest of the project. The idea of organizing the code in this way focuses on two fundamental items: * The possibility of changing a particular library for another that fulfills the same purpose without affecting the project. * The possibility of extending Xapian's support in...