Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 3.42 KB

README.md

File metadata and controls

39 lines (33 loc) · 3.42 KB

About

Instagram allows you to put 1-4 pronouns on your profile. This program outputs the combinations of pronouns that form valid words in the supported languages that use Latin scripts. The files generated by this program can be viewed in /words_found/. Each line contains the following information:

word: ('pronouns', 'in', 'word') ('language', 'of', 'pronoun')

How to Use

  1. Put one or more of the below .txt dictionaries in /word_lists/
  2. python pronouns_to_words.py

Word Lists

Changes from forked project

TODO

  • Look into Arabic and Farsi, see if you can add pronouns to pronouns.txt and run it like the rest of the languages.
  • Look into programmatic profanity/sensitive content filtering (e.g. 'nazie', 'viol', 'violer' in French).
  • Include languages in pronouns.txt, use dictionary for everything (i.e. use keys as pronouns list)