1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00
inform7/services/linguistics-module/Figures/regular.txt
2020-08-06 22:01:38 +01:00

33 lines
1.4 KiB
Plaintext

(1) beth carries the ming vase
SENTENCE_NT'beth carries the ming vase'
VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
PROPER_NOUN_NT'beth' {proper nom/acc f s}
RELATIONSHIP_NT'carries' {meaning: carries-reversed}
COMMON_NOUN_NT'ming vase' {definite 'the' n/m/f s/p nom/acc} {common nom/acc n s}
(2) the sailors carry the table
SENTENCE_NT'the sailors carry the table'
VERB_NT'carry' {verb 'carry' 1p/2p s/p act IS_TENSE +ve + 3p p act IS_TENSE +ve}
COMMON_NOUN_NT'sailors' {definite 'the' n/m/f s/p nom/acc} {common nom/acc m p}
RELATIONSHIP_NT'carry' {meaning: carries-reversed}
COMMON_NOUN_NT'table' {definite 'the' n/m/f s/p nom/acc} {common nom/acc n s}
(3) the ming vase is carried by beth
SENTENCE_NT'the ming vase is carried by beth'
VERB_NT'is carried by' {verb 'be' 3p s act IS_TENSE +ve} {prep1: carried by}
COMMON_NOUN_NT'ming vase' {definite 'the' n/m/f s/p nom/acc} {common nom/acc n s}
RELATIONSHIP_NT'is carried by' {meaning: carries}
PROPER_NOUN_NT'beth' {proper nom/acc f s}
(4) a woman is on the table
SENTENCE_NT'a woman is on the table'
VERB_NT'is on' {verb 'be' 3p s act IS_TENSE +ve} {prep1: on}
COMMON_NOUN_NT'woman' {indefinite 'a' n/m/f nom/acc s} {common nom/acc f s}
RELATIONSHIP_NT'is on' {meaning: carries}
COMMON_NOUN_NT'table' {definite 'the' n/m/f s/p nom/acc} {common nom/acc n s}