How to Solve NameError: name 'add_unknown_words' is not defined -- process_data_common

Solution: Import the 'add_unknown_words' module

# Add the following line to the top of your code
from process_data_common import add_unknown_words

 

For more information:
process_data_common add_unknown_words