GitHub branch `add-docs-for-developers` and `add-github-templates` Update docs for Developers and Add Github templates for issues and pull request
To improve communication with developers and also to create a streamlined process for the same, docs and templates have been added and updated to the repo. These do not change the functionality of the library in any form or shape.
[6d40570](https://github.com/neomatrix369/nlp_profiler/commit/6d4057057c00dd9b359429e40941d0fee15313ee) - [6d40570](https://github.com/neomatrix369/nlp_profiler/commit/6d4057057c00dd9b359429e40941d0fee15313ee) [neomatrix369](https://github.com/neomatrix369) _Sat Oct 17 19:24:30 2020 +0100_
---
GitHub branch `addNounPhraseCount` Add noun phrase count in text data
Count the number of noun phrases in the text data and return it as part of granular features.
Thanks, ritikjain51 for your contribution originally via PR 13, which was fixed and refactored via PR 47.
[f8a22ba](https://github.com/neomatrix369/nlp_profiler/commit/f8a22baf24c39e58f2c8f7cb3faecdb6b87f8462) - [fcd706b](https://github.com/neomatrix369/nlp_profiler/commit/fcd706b39bc426532ad0ccc72d434bda6668bd72) [neomatrix369](https://github.com/neomatrix369) _Wed Oct 21 13:40:20 2020 +0100_
---
GitHub branch `ci-cd-github-action` Fix GitHub to run on Windows instances
Now the build and test action runs on Windows instances as well. Fixes issue reported via 21.
[5e7f999](https://github.com/neomatrix369/nlp_profiler/commit/5e7f99910da27a65237abcae9c409e1b3d462db9) [neomatrix369](https://github.com/neomatrix369) _Sat Oct 24 16:43:49 2020 +0100_
---
GitHub branch `add-spacy-version-dependency-for-conda` Add spacy related docs info for Conda users
Conda user(s) could not install the library using the `pip install` this is now possible following the docs on the [README](./README.md) page.
Fixes issue 57 via PR https://github.com/neomatrix369/nlp_profiler/pull/58
[ae91f5c](https://github.com/neomatrix369/nlp_profiler/commit/ae91f5c) [neomatrix369](https://github.com/neomatrix369) _Sun Dec 13 10:17:17 2020 +0000_
---
GitHub branch `indicate-ease-of-reading-of-text` High-level feature: Indicate ease of reading of text
Just like spelling check and grammar checks, adding a high-level feature to indicate if a block of text is easy to read or not, based on the library textstat's flesch_reading_ease().
It returns values between 0 and 100 (I have seen values go past 0 and 100 depending on how bad or good the text is).
[4919a51](https://github.com/neomatrix369/nlp_profiler/commit/4919a51) [neomatrix369](https://github.com/neomatrix369) _Sun Dec 13 18:36:42 2020 +0000_
---
Return to [README.md](README.md)