Creating a simple class to extract matching strings from a list regardless of the characters order.
One must have Python installed in his local system for executing this code easily.
Please run the script using
py finder.py
It will allow you to use four options:
[A]dd data to Corpus
[F]ind strings from Corpus
[Q]uit the application
[S]how Corpus
theory : contains high level description.
diagram : contains block and system architecture diagram.
scripts : contains script of the desired functionality.