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

8 lines
242 B
Plaintext
Raw Normal View History

2020-07-20 13:30:03 +03:00
(1) beth is not a sailor
SENTENCE_NT'beth is not a sailor'
VERB_NT'is not' {verb 'be' 3p s act IS_TENSE -ve}
2020-07-20 13:30:03 +03:00
PROPER_NOUN_NT'beth' {proper nom/acc f s}
2020-08-07 00:01:38 +03:00
COMMON_NOUN_NT'sailor' {indefinite 'a' n/m/f nom/acc s} {common nom/acc m s}
2020-07-20 13:30:03 +03:00