LF_GenFeatures_Misc Processing Resources

This processing resource helps with the creation of additional features from the original string of a word / instance annotation.

The processing resources has no init parameters and the following runtime parameters:

For the wordshape feature, every character in the original word string is mapped to one of the following:

So the wordshape for the word “C6-hydroxylation” is “A9-aaaaaaaaaaaaa”

For the short word shape feature, the same mapping is performed, but multiple subsequent characters of the same type are all mapped to the same single output characters.

So the short wordshape for the word “C6-hydroxylation” is “A9-a”