NoelHVincent

Results 1 comments of NoelHVincent

The following code was used to generate the lists above. It's possible that I made a mistake. `default_conjugator = mlconjug.Conjugator(language='en') mlOutput = [] for item in verbList: pp = default_conjugator.conjugate(item).conjug_info['indicative']['indicative...