shashank-gv / hugging

0 stars 0 forks source link

SENTIMENT: Handle different text pathways #24

Open gjwgit opened 2 years ago

gjwgit commented 2 years ago

All of the following should be supported:

See the aztext package for some example code.

For the name file version, check if there is a single argument, and if so, does the named file exist, and if not, does it look like a filename, and if so generate a file not found error, but if it doesn't look like a file name generate the sentiment of the word.

shashank-gv commented 2 years ago

sentiment should be able to handle these pathways now