qutrub
qutrub copied to clipboard
Check valid verb by Javascript
The input verb must be valid, we cna check some pattern without database,
it use verb_valid.py file, with is_valid_infinitive_verb(word, vocalized = True) function.
this function check some common error, we want to convert it to javascript function