tambercore / hottnat

🗣️ Mixing Proof-Theory with Natural Language Processing. Inspired by David Corfields comments on univalent philosophy.
GNU General Public License v3.0
0 stars 0 forks source link

Implement Contextual Rules for POS Tagging #2

Closed tobybenjaminclark closed 1 month ago

tobybenjaminclark commented 1 month ago

Implement the Contextual Rules for the Brill Tagger in the POS tagging system. These rules will refine the initial part-of-speech tags assigned by the lexical rules based on word context and surrounding tags. This enhancement aims to improve tagging accuracy and handle ambiguities in language.

tobybenjaminclark commented 1 month ago

Completed