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/regular.txt

33 lines
1.4 KiB
Plaintext
Raw Normal View History

2020-07-20 13:30:03 +03:00
(1) beth carries the ming vase
SENTENCE_NT'beth carries the ming vase'
VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve}
2020-07-20 13:30:03 +03:00
PROPER_NOUN_NT'beth' {proper nom/acc f s}
RELATIONSHIP_NT'carries' {meaning: carries-reversed}
2020-08-07 00:01:38 +03:00
COMMON_NOUN_NT'ming vase' {definite 'the' n/m/f s/p nom/acc} {common nom/acc n s}
2020-07-20 13:30:03 +03:00
(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}
2020-08-07 00:01:38 +03:00
COMMON_NOUN_NT'sailors' {definite 'the' n/m/f s/p nom/acc} {common nom/acc m p}
2020-07-20 13:30:03 +03:00
RELATIONSHIP_NT'carry' {meaning: carries-reversed}
2020-08-07 00:01:38 +03:00
COMMON_NOUN_NT'table' {definite 'the' n/m/f s/p nom/acc} {common nom/acc n s}
2020-07-20 13:30:03 +03:00
(3) the ming vase is carried by beth
SENTENCE_NT'the ming vase is carried by beth'
2020-08-07 00:01:38 +03:00
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}
2020-07-20 13:30:03 +03:00
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'
2020-08-07 00:01:38 +03:00
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}
2020-08-07 00:01:38 +03:00
COMMON_NOUN_NT'table' {definite 'the' n/m/f s/p nom/acc} {common nom/acc n s}
2020-07-20 13:30:03 +03:00