Find String

>>> from techminer2.thesaurus.descriptors import find_string
>>> find_string(
...     #
...     # SEARCH PARAMS:
...     # contains='ARTIFICIAL_INTELLIGENCE',
...     contains=["SOLAR_CELLS", "PHOTO_VOLTAIC_CELLS"],
...     startswith=None,
...     endswith=None,
...     #
...     # DATABASE PARAMS:
...     root_dir="example/",
... )
--INFO-- The file example/thesauri/descriptors.the.txt has been reordered.