python - How can I use sumy.py on the command line? -
after successful installation of sumy.py, i'm trying use command line suggested in sumy 0.3.0:
$ sumy lex-rank --length=10 --url=http://en.wikipedia.org/wiki/automatic_summarization # what's summarisation
but i'm getting error:
'sumy' not recognized internal or external command, operable program or batch file.
what should exact syntax of command exactly?
Comments
Post a Comment