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

separate translator agents from def_gen #40

Closed ChaseKolozsy closed 1 week ago

ChaseKolozsy commented 1 week ago

it should create two different classes for each of the translation methods of definition generator because each deserves its own class and validator