Alexander C. Nwala

Results 6 comments of Alexander C. Nwala

I think another option is to run it in server mode, then make parallel requests against the server, e.g., 5 threads depending on the capabilities of your machine. But you...

Hello @taitjord, Happy to help you. But we'll need more information from you. For example, what's your OS and your Python version? Also were you able to successfully install sumgram...

@ibnesayeed, For a single text collection, this shouldn't be a problem. However, for multiple text collections, we'd need an unambiguous boundary marker to determine the end of "text collection 1"...

Oh, I see, I misunderstood. Thanks a lot for the clarification. I'll ensure you can read text from STDIN & consider using fileinput.

Hello @willmhowes, Thanks for reporting this. Can you please add the code which you ran to generate this error? I suspect you might have supplied the wrong type for stopword....

@willmhowes, I've been able to successfully run sumgram. I got a different [error](https://stackoverflow.com/questions/76187256/importerror-urllib3-v2-0-only-supports-openssl-1-1-1-currently-the-ssl-modu), which I fixed in the main branch of sumgram. I wasn't able to reproduce [your error](https://github.com/oduwsdl/sumgram/issues/34#issue-1975106332). So...