Results 15 comments of selimelawwa

> Impressive work, thank you! Is there a situation where we want to correct the spacing but not the mistakes? `correct_spacing ` might be redundant, isn't? Yes correct_spacing might be...

@mk2510 Can you please check what is failing in the build? I have resolved the merge conflicts and did the comments you requested. Unit tests are all succeeding. Do you...

@mk2510 @jbesomi Ok we can have a call at like 6-7 pm today what do you think?

Fine tomorrow at 18h On Wednesday, August 12, 2020, Jonathan Besomi wrote: > I can't today at 18. What about tomorrow at 18:00? > > — > You are receiving...

Completely agree with your final comment ! Even though this is not one of the core goals of texthero, but I think it can be a cool feature to have....

@jbesomi After initial research, there is 2 types of text summarization: 1. Extractive Summarization: identify the important sentences or phrases from the original text and extract only those from the...

@jbesomi I have check the library. We can create a function `count_mistakes` which can return number of mistakes per sentence. For correcting mistakes, the library has a method `suggest(word)` which...

Ok but what about correct mistakes?

Hi, I checked and these are the alternative options: - [symspellpy](https://github.com/mammothb/symspellpy) which is a python port to [SymSpell](https://github.com/wolfgarbe/SymSpell) - [spacy_hunspell](https://spacy.io/universe/project/spacy_hunspell) - [pyspellchecker](https://github.com/barrust/pyspellchecker) These sources claim [SymSpell](https://github.com/wolfgarbe/SymSpell) should be the best...

Sorry for late reply, We had holidays here in Egypt after Ramadan. Yeah I think we should test both too to be able to determine ourselves which is better and...