Skip to content

A python package for conjugating verbs and adjectives in the Japanese language

License

Notifications You must be signed in to change notification settings

Shibodd/japyconjugator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

japyconjugator

A python package for conjugating verbs and adjectives in the Japanese language

Installation:

pip install japyconjugator

Usage:

from japyconjugator import verbs
verbs.plainpast_negative('飲む', verbs.VerbClass.Godan) # returns '飲まなかった'

from japyconjugator import adjectives
adjectives.connective_affirmative('暑い', adjectives.AdjectiveClass.I) # returns '暑くて'

About

A python package for conjugating verbs and adjectives in the Japanese language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages