Skip to content

AlexisDir/keyword_search_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Keyword search engine (with Python on OS)

This code allows you to search for keywords in a local text database.
Following the Russian doll principle, it is possible to determine the order of appearance of keywords and thus make a set of selections and sub-selections.
For example, files with keyword A (or/and keyword A´) can be selected provided that keyword B (or/and keyword B´) is also present.
Selection 1: all files
Sub-selection 2: file with keyword A (or/and keyword A´)
Sub-selection 3: file with keyword A and B (or/and keyword B´)

For each keyword, the code displays the name of the file concerned and the extracts of text containing the keyword(s).

Finally, the code ends with a report on the number and percentage of occurrences.

Result (extract)

alt text

Report

alt text

About

Keyword search engine (with Python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published