Concordant Raw ContextsΒΆ
Example
>>> from techminer2.database.search import ConcordantRawContexts
>>> # Create, configure, and run the finder
>>> # order_records_by:
>>> # date_newest, date_oldest, global_cited_by_highest, global_cited_by_lowest
>>> # local_cited_by_highest, local_cited_by_lowest, first_author_a_to_z
>>> # first_author_z_to_a, source_title_a_to_z, source_title_z_to_a
>>> #
>>> finder = (
... ConcordantRawContexts()
... #
... # PATTERN:
... .with_abstract_having_pattern("FINTECH")
... #
... .where_root_directory_is("examples/fintech/")
... .where_database_is("main")
... .where_record_years_range_is(None, None)
... .where_record_citations_range_is(None, None)
... .where_records_match(None)
... .where_records_ordered_by("date_newest")
... )
>>> contexts = finder.run()
>>> for t in contexts[:10]: print(t)
<<< s with the purpose of reinventing financial technology ( FINTECH )
we find that countries witness more FINTECH startup formations when the economy is well developed an >>>
<<< companies to access loans , the higher is the number of FINTECH startups in a country
overall , the evidence suggests that FINTECH startup formation need not be left to chance , but activ >>>
<<< vide large scale evidence on the occurrence and value of FINTECH innovation
we find that most FINTECH innovations yield substantial value to innovators , with >>>
<<< artificial intelligence ( ai ) on financial technology ( FINTECH ) , the purpose of this paper is to propose a research f >>>
<<< sumers ' perceptions regarding the introduction of ai in FINTECH
FINTECH is about the introduction of new technologies into the f >>>
<<< academic finance community was not actively researching FINTECH , the editorial team of the review of financial studies >>>