1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
inform7/services/linguistics-module/Figures/possessive.txt

19 lines
691 B
Plaintext
Raw Normal View History

(1) beth has a ming vase
SENTENCE_NT'beth has a ming vase'
VERB_NT'has' {verb 'have' 3p s act IS_TENSE +ve}
PROPER_NOUN_NT'beth' {proper nom/acc f s}
RELATIONSHIP_NT'has' {meaning: has-reversed}
2020-08-07 00:01:38 +03:00
COMMON_NOUN_NT'ming vase' {indefinite 'a' n/m/f nom/acc s} {common nom/acc n s}
(2) sailors have a drink called rum
SENTENCE_NT'sailors have a drink called rum'
VERB_NT'have' {verb 'have' 1p/2p s/p act IS_TENSE +ve + 3p p act IS_TENSE +ve}
COMMON_NOUN_NT'sailors' {common nom/acc m p}
RELATIONSHIP_NT'have' {meaning: has-reversed}
CALLED_NT'called'
UNPARSED_NOUN_NT'drink' {indefinite 'a' n/m/f nom/acc s}
UNPARSED_NOUN_NT'rum'