ChaseKolozsy / TreeLex

(In Development) Automates the process of finding definitions and phrases where only one unknown word exists in the phrase and all words are known in the definition by having AI generate the definitions or modify the phrases to 1 unknown word. Keeps track of all phrases encountered and sorts them based on how many unknown words are in them.
1 stars 0 forks source link

Implement Part of Speech Matching #55

Closed ChaseKolozsy closed 17 hours ago

ChaseKolozsy commented 1 week ago

Develop a system to match words based on their part of speech.

ChaseKolozsy commented 5 days ago

It seems that a rubric may be unnecessary, just a priority match where first the algorithm looks for an exact match, then it looks for a partial match, and if it fails to find either, then it asks AI to find the match based on synonyms