It looks like there are a few different functions in gender_adjective.py (such as this one) that appear to just be helper code for other functions in the file. Do we want these to be user-facing, or should we keep them as internal functions?
In the event that we want them user facing, we should go through and clarify the documentation and/or signatures of a lot of these, as some have ambiguous or confusing naming schemes (consider merge vs merge_raw_results)
It looks like there are a few different functions in
gender_adjective.py
(such as this one) that appear to just be helper code for other functions in the file. Do we want these to be user-facing, or should we keep them as internal functions?In the event that we want them user facing, we should go through and clarify the documentation and/or signatures of a lot of these, as some have ambiguous or confusing naming schemes (consider
merge
vsmerge_raw_results
)