From 3061c6f9dc7a6c96404d47d4dc8985aa35110c6f Mon Sep 17 00:00:00 2001 From: Francis Bond Date: Sat, 18 Jan 2025 13:37:07 +0100 Subject: [PATCH] Update NEW_SYNSETS.md Added documentation on when to add irregular forms. --- NEW_SYNSETS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 +```