in src/morphological_filtering.py [0:0]
def _get_gender_per_word(self, sentence: str) -> List[str]:
"""
Get the morphological gender for each word in the sentence.
:param sentence: Untokenized string corresponding to the sentence.
:return: List containing gender (FEM_LABEL, MSC_LABEL, OTHER_LABEL) for each word.
"""
raise NotImplementedError