Count Terms per Record#

>>> from techminer2.fields.further_processing import count_terms_per_record
>>> count_terms_per_record(  
...     source="raw_author_keywords",
...     dest="num_raw_author_keywords",
...     #
...     # DATABASE PARAMS:
...     root_dir="example",
... )