TextSummarizer icon indicating copy to clipboard operation
TextSummarizer copied to clipboard

TextRank implementation for C#

Results 6 TextSummarizer issues
Sort by recently updated
recently updated
newest added

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....

bug

We will need to choose any suitable logger library for logging.

enhancement
help wanted
good first issue

I think it would be good to refactor our code and then make a clean commit. @rohitshubham @rudraabhilash

code-refactor