1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-28 21:14:57 +03:00

Added forgotten file

This commit is contained in:
Graham Nelson 2023-08-04 20:02:05 +01:00
parent 46cf0968aa
commit 777208c2f7

View file

@ -0,0 +1,15 @@
1. Jane is a woman
Classification:
SENTENCE_NT'jane is a woman' {classified}
VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
UNPARSED_NOUN_NT'jane'
UNPARSED_NOUN_NT'woman' {indefinite 'a' n/m/f nom/acc s}
Refined:
CREATED_NT'jane' {refined}
COMMON_NOUN_NT'woman' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'woman'} {creation: << woman(x) >>} {eval: TEST_VALUE_NT}
After creation:
SENTENCE_NT'jane is a woman' {classified}
VERB_NT'is' {verb 'be' 3p s act IS_TENSE +ve}
PROPER_NOUN_NT'jane' {refined} {refers: infs'jane'} {eval: CONSTANT_NT'jane' {kind: object} {instance: 'jane'} {enumeration: 0}} {created here}
COMMON_NOUN_NT'woman' {indefinite 'a' n/m/f nom/acc s} {refined} {refers: infs'woman'} {creation: << woman(x) >>} {eval: TEST_VALUE_NT}