You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we currently have a list of irregular past part in conjugator.js (const IRREG_PAST_PART). some of the words in it are in the lexicon and some of them are not.
we need to
sort out which of them are not in the lexicon
decide if we want (some of ) them to be in the lexicon
we currently have a list of irregular past part in
conjugator.js(const IRREG_PAST_PART). some of the words in it are in the lexicon and some of them are not.we need to
#185