Stemming Field with AND#

>>> from techminer2.fields.further_processing import stemming_field_with_and
>>> stemming_field_with_and(  
...     items="ARTIFICIAL_INTELLIGENCE",
...     source="author_keywords",
...     dest="stemming",
...     #
...     # DATABASE PARAMS:
...     root_dir="example",
... )