dishmint / LexicalCases

Extract substrings matching a lexical pattern
https://www.paclets.com/FaizonZaman/LexicalCases
MIT License
2 stars 0 forks source link

Add access to LLM generated text #278

Closed dishmint closed 10 months ago

dishmint commented 1 year ago

Just like you can access wikipedia data from the "Content" rule, maybe have an "LLM" rule with a prompt as the right hand side.

dishmint commented 1 year ago

Compare to Wikipedia articles. 🤔

dishmint commented 10 months ago

Maybe over engineering.

It isn't a bad convenience to add, though it may bloat the function.

Why not have a separate function?

LLMLexicalCases[...]
dishmint commented 10 months ago

Or not even, just generate the text separately — It's not a feature that the function LexicalCases needs.