Sort By MatchΒΆ

Example

>>> from techminer2.thesaurus.countries import InitializeThesaurus
>>> (
...     InitializeThesaurus()
...     .where_root_directory("examples/fintech/")
... ).run()
>>> from techminer2.thesaurus.countries import SortByMatch
>>> (
...     SortByMatch()
...     #
...     # THESAURUS:
...     .having_pattern("china")
...     .having_case_sensitive(False)
...     .having_regex_flags(0)
...     .having_regex_search(False)
...     #
...     # DATABASE:
...     .where_root_directory("examples/fintech/")
...     #
...     .run()
... )
>>> from techminer2.thesaurus.countries import PrintHeader
>>> (
...     PrintHeader()
...     .using_colored_output(False)
...     .where_root_directory("examples/fintech/")
... ).run()
China
  Cheung Kong Graduate School of Business, and Institute of Internet Financ...
Australia
  Centre for Law, Markets & Regulation, UNSW Australia, Australia; Charles ...
Belgium
  Brussels, Belgium
Brunei Darussalam
  Universiti Brunei Darussalam, School of Business and Economics, Jln Tungk...
Denmark
  Copenhagen Business School, Department of IT Management, Howitzvej 60, Fr...
France
  SKEMA Business School, Lille, France; University of Lille Nord de France,...
Germany
  CESifo, Poschingerstr. 5, Munich, 81679, Germany; Chair of e-Finance, Goe...
Ghana
  University of the Free State and University of Ghana Business School, Uni...