Package: gendertext 0.1.0
gendertext: Detect Gendered Words in Text and Suggest Neutral Alternatives
Identifies gendered words and phrases in text using a built in dictionary of more than two hundred gendered terms paired with gender neutral alternatives. Reports the share of gendered language in a text, lists every gendered term found together with its suggested neutral replacement, and can rewrite a text in gender neutral form. Plain text files are read with base R, while other document formats such as PDF and Word are supported through the optional 'readtext' package. The dictionary is informed by published guidance on gender inclusive language, including the United Nations guidelines <https://www.un.org/en/gender-inclusive-language/> and the European Parliament guidance on gender neutral language.
Authors:
gendertext_0.1.0.tar.gz
gendertext_0.1.0.zip(r-4.7)gendertext_0.1.0.zip(r-4.6)gendertext_0.1.0.zip(r-4.5)
gendertext_0.1.0.tgz(r-4.6-any)gendertext_0.1.0.tgz(r-4.5-any)
gendertext_0.1.0.tar.gz(r-4.7-any)gendertext_0.1.0.tar.gz(r-4.6-any)
gendertext_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
gendertext/json (API)
NEWS
| # Install 'gendertext' in R: |
| install.packages('gendertext', repos = c('https://mashrur-ayon.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mashrur-ayon/gendertext/issues
- gender_dictionary - Dictionary of Gendered Terms and Gender Neutral Alternatives
Last updated from:d9dfac3303. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 122 | ||
| source / vignettes | OK | 212 | ||
| linux-release-x86_64 | OK | 129 | ||
| macos-release-arm64 | OK | 156 | ||
| macos-oldrel-arm64 | OK | 172 | ||
| windows-devel | OK | 93 | ||
| windows-release | OK | 107 | ||
| windows-oldrel | OK | 82 | ||
| wasm-release | OK | 100 |
Exports:gender_replacegender_scoregender_suggestionsread_text
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Dictionary of Gendered Terms and Gender Neutral Alternatives | gender_dictionary |
| Rewrite Text with Gender Neutral Alternatives | gender_replace |
| Gendered Language Score | gender_score |
| Gender Neutral Suggestions for Detected Gendered Terms | gender_suggestions |
| Read Text from a File | read_text |
