Feature #1811
Feature #1809: Checking the context of the KP matched with "word1.word2" header variant
For matching "word1" in with the KP, make use of token_processing function
Start date:
10/26/2021
Due date:
% Done:
0%
Estimated time:
0.50 h
Description
To check whether "word1" of header variant "word2.word1" is matching to the KP which is getting tagged or not, we should use the token_processing function. This function removes all the extra symbols from the end & beginning of the strings passed to it and returns a lemmatized form of the string that can be used.
This will help us make sure that cases like KP = sockets and header variant = imap4.socket can be mapped without any extra processing.