TextSummarizer
TextSummarizer copied to clipboard
TextRank implementation for C#
Hello, i'm interested in text summarization for languages other than English. My question is how can I create the models? Or at least find them? Thanks
Copy the artifacts in the bin folder. This fixes #13.
I'm unable to run the code since could not locate on the internet the required models. Please update documentation or provide link in project description
Couldn't run due to an error on line 34 of WordPOSTagger.cs related to the ModelPath being set with AppDomain.CurrentDomain.BaseDirectory. AppDomain.CurrentDomain.BaseDirectory was returning the bin folder instead of the application root....
We will need to choose any suitable logger library for logging.
I think it would be good to refactor our code and then make a clean commit. @rohitshubham @rudraabhilash