Jeanselme / Search_Engine

A search engine through different types of document.
GNU General Public License v3.0
0 stars 0 forks source link

Search_Engine

A search engine through different documents.

Project Structure

The structure is the most adaptatable as possible in order to easily add new kind of documents for indexation or research.
The following structure is used :
Structure

Libraries

Standard libraries:

-   json
-   os
-   pickle

External libraries:

-   nltk : stem extraction
-   cv2

Executed with python3.5