-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi Reetesh!
I saw your mail on the nginx mailing list and thought that your project might be from interest to some of my applications. I'm absolutely not familiar with OTS, although I read the explanations on the GitHub page and from the original project page (the links you included in your mail).
My first question is, how good would it work to generate meta descriptions for web pages? Considering that the input text might differ from a few sentences up to a lot of text. Is it possible to limit the output to roughly 150 ... 160 characters (it's not a problem if a sentence isn't totally complete as you might know)?
If you think that this is possible or you don't know and I should test myself, I'd have a suggestion that would make your CLI more useable within a web application (at least for me).
Most text is read in one's application from the database, there isn't really a text file and creating one would produce unnecessary IO. Would it be possible to extend the CLI executable to read from stdin and return the summarized text?
Thanks!