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

17 lines
744 B
Plaintext
Raw Normal View History

2020-07-20 13:30:03 +03:00
(1) beth always carries the ming vase
SENTENCE_NT'beth always carries the ming vase'
2020-08-07 00:01:38 +03:00
VERB_NT'carries' {certainty:certain} {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) anna carries the ming vase for the third time
SENTENCE_NT'anna carries the ming vase for the third time'
VERB_NT'carries' {verb 'carry' 3p s act IS_TENSE +ve} {occurrence: <3 times>}
2020-07-20 13:30:03 +03:00
PROPER_NOUN_NT'anna' {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