An open API service indexing awesome lists of open source software.

https://github.com/chriseborowski/polish-gender-checker

This Python repository contains a Terminal/CLI-based automated grammatical gender detector for Polish-language nouns. The tool covers singular and plural genders, including less frequent categories.
https://github.com/chriseborowski/polish-gender-checker

gender gender-classification gender-detection grammar linguistics nlp nouns python slavic-languages

Last synced: 2 months ago
JSON representation

This Python repository contains a Terminal/CLI-based automated grammatical gender detector for Polish-language nouns. The tool covers singular and plural genders, including less frequent categories.

Awesome Lists containing this project

README

        

# polish-gender-checker
Gender checker for Polish-language words.

This is a program that checks the grammatical gender of the input noun in Polish. The source code was last reviewed and updated on 4.9.2023.

This version of the program works for nouns in the following categories:

(a) masculine singular,

(b) feminine singular,

(c) neuter singular,

(d) masculine (virile) plural,

(e) nonmasculine (virile) plural.

Version history

v. 1.0 - basic version of the program developed

v. 1.1 - masculine and neuter gender exceptions added

v. 1.2 - feminine exceptions added

v. 1.3 - masculine plural nouns added (virile and non-virile)

v. 1.4.1 - source code simplified and reduced by ~30% to optimize performance

v. 1.4.2 - neuter category updated

v. 1.5.0 - 2-step algorithm adopted (singular vs. plural), updated plural categories to increase gender recognition