1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-29 05:24:57 +03:00
inform7/services/linguistics-module/Figures/location-surgery.txt
2020-08-01 17:16:48 +01:00

13 lines
571 B
Plaintext

Location surgery on:
RELATIONSHIP_NT'is on' {meaning: carries}
AND_NT'and'
UNPARSED_NOUN_NT'table' {definite 'the' n/m/f s/p nom/acc}
RELATIONSHIP_NT'under the ming vase' {meaning: carries-reversed}
UNPARSED_NOUN_NT'ming vase' {definite 'the' n/m/f s/p nom/acc}
Results in:
AND_NT'and'
RELATIONSHIP_NT'is on' {meaning: carries}
UNPARSED_NOUN_NT'table' {definite 'the' n/m/f s/p nom/acc}
RELATIONSHIP_NT'under the ming vase' {meaning: carries-reversed}
UNPARSED_NOUN_NT'ming vase' {definite 'the' n/m/f s/p nom/acc}