class documentation

class MTETagConverter: (source)

View In Hierarchy

Class for converting msd tags to universal tags, more conversion options are currently not implemented.

Static Method msd_to_universal This function converts the annotation from the Multex-East to the universal tagset as described in Chapter 5 of the NLTK-Book
Class Variable mapping_msd_universal Undocumented
@staticmethod
def msd_to_universal(tag): (source)

This function converts the annotation from the Multex-East to the universal tagset as described in Chapter 5 of the NLTK-Book

Unknown Tags will be mapped to X. Punctuation marks are not supported in MSD tags, so

mapping_msd_universal: dict[str, str] = (source)

Undocumented