Skip to content

script that guesses the gender of noun stems in the luxembourgish language

License

Notifications You must be signed in to change notification settings

sandra-sm/gender-guesser-lb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Dependencies

  • python3
  • requests

Usage

Script

  • python3 GabrielGuesses.py Polarbier

Module

  • import GabrielGuesses
  • print(GabrielGuesses.tellGender("Polarbier"))

Result

{'masculine': {'number': 1, 'percentage': 1.0}, 'feminine': {'number': 0, 'percentage': 0}, 'neutral': {'number': 0, 'percentage': 0}, 'total': 1, 'highest': ['masculine'], 'word': 'Polarbier'}

About

script that guesses the gender of noun stems in the luxembourgish language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages