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

Refining Definition Generation #34

Closed ChaseKolozsy closed 1 week ago

ChaseKolozsy commented 2 weeks ago

definition generator needs to generate definitions strictly for words in the phrase, and not generate definitions in advance like it currently does. This is because it is not generating enough variety in the definitions and failing to reliably identify indefinite and definite articles or other parrts of speech that a word could take. Therefore, it needs to do it on a phrase by phrase basis, possibly even in two parts, first to identify the part of speech and then to define the word with the given part of speech and the phrase as context.