The Wayback Machine - https://web.archive.org/web/20200709224320/https://github.com/topics/gender
Skip to content
#

gender

Here are 166 public repositories matching this topic...

plurr
julen
julen commented Nov 26, 2015

The Plurr.format() method, which is basically the API this library is offering, lacks docs.

There are just a couple examples in the README which makes one guess the first argument is the text to be formatted, the second one being the parameters for the text. However it also accepts an object of several options.

None of this is documented, and one has to dive into the source code/demo to guess

NelsonPython
NelsonPython commented Jul 3, 2019

The original detector attempted to find a word in a list of words. But the list of words often had the root, for example "compet" is in the list. The word from the document is "competition". "Competition" is longer than "compet" so you cannot find "competition" in "compet". But you can find "compet" in "competition".

This is a code snippet that worked for me:

    found = False

How are words loaded with meaning? Repository to accompany research paper in preparation by Arseniev-Koehler and Foster, titled "Machine learning as a model for cultural learning: teaching an algorithm what it means to be fat."

  • Updated May 12, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the gender topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gender topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.