Fields Intersection#

>>> from techminer2.fields.further_processing import fields_intersection
>>> fields_intersection(  
...     first_field="author_keywords",
...     second_field="index_keywords",
...     dest="intersection",
...     #
...     # DATABASE PARAMS:
...     root_dir="example",
... )