Initialize ThesaurusΒΆ

Example

>>> # Create thesaurus
>>> from techminer2.thesaurus.acronyms import InitializeThesaurus
>>> (
...     InitializeThesaurus()
...     .where_root_directory("examples/fintech/")
...     .run()
... )
>>> from techminer2.thesaurus.acronyms import PrintHeader
>>> (
...     PrintHeader()
...     .where_root_directory("examples/fintech/")
...     .using_colored_output(False)
...     .run()
... )
DEMATEL
  ... CRITERIA is constructed and both the DECISION_MAKING_TRIAL_AND_EVALUA...
E_FINANCE
  ELECTRONIC_FINANCE
E_PAYMENT
  ELECTRONIC_PAYMENT
EPAM
  we propose A_RESEARCH_MODEL using AN_EXTENDED_POST_ACCEPTANCE_MODEL ( EPAM )
FINTECH
  FINANCIAL_TECHNOLOGY
IOT
  INTERNET_OF_THING; INTERNET_OF_THINGS
ISED
  THE_DIGITAL_REVOLUTION adds NEW_LAYERS to THE_MATERIAL_CULTURES of financ...
MCDM
  MULTI_CRITERIA_DECISION_MAKING; ... _INNOVATION_THEORY , we propose A_NOV...