-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Issue
The tagging results can be improved using the generate file or by trying wider regex patterns .
Examples
Current results = [[('La', 'UNK'), ('princesa', 'NOUN'), ('juega', 'UNK'), ('hoy', 'UNK')], [('El', 'UNK'), ('valiente', 'UNK'), ('caballero', 'UNK'), ('lucha', 'UNK'), ('contra', 'UNK'), ('el', 'UNK'), ('dragón', 'NOUN')]]
ExpectedResults=[ [('La', 'DET'), ('princesa', 'NOUN'), ('juega', 'VERB'), ('hoy', 'ADV')], [('El', 'DET'), ('valiente', 'ADJ'), ('caballero', 'NOUN'), ('lucha', 'VERB'), ('contra', 'ADP'), ('el', 'DET'), ('dragón', 'NOUN')] ]
Reference line
Line 41 in 7cca46c
| def tag_sentences_with_pos(self, tokenized_sentences: list) -> list: |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels