SynthesisΒΆ

Example

>>> from techminer2.manuscript import Synthesis
>>> (
...     Synthesis()
...     #
...     # TEXT:
...     .with_core_area("fintech")
...     .with_word_length(200)
...     #
...     # DATABASE:
...     .where_root_directory("examples/fintech/")
...     #
...     .run()
... )