diff --git a/NEW_SYNSETS.md b/NEW_SYNSETS.md index 2d8562b1..e013e831 100644 --- a/NEW_SYNSETS.md +++ b/NEW_SYNSETS.md @@ -123,3 +123,23 @@ The synset should be possible to link into the graph * **Adverbs**: No clear guidelines but at least one links should be proposed. The more links that can be provided the better a synset is. + +## Irregular forms + +If a word has an irregular inflection that is not covered by the [rules in morphy](https://wordnet.princeton.edu/documentation/morphy7wn) then it shoule be added as a variant form: + +For example: +``` +child: + n: + form: + - children +``` + +``` +outwear: + v: + form: + - outwore + - outworn +```