-
Notifications
You must be signed in to change notification settings - Fork 1
Language Processing in Sophie 6.1
Currently (as of 12/27/2018) the word type list and definition is as follows:
n noun (person,place or thing)
v verb
p pronoun of the other type (they them he him she her it we) direction is reversable
y pronoun outward (me mine my I i ) this pronoun refers to the user
m pronoun inward (you your yours) this pronoun refers to the program
a adjective
d determiner
r subject replacement (to be discussed later)
u unknown type (yet - to be learned)
q question word
P(cap) proper noun
A(cap) adverb
s plural possessive
x directive(imperative)
D(cap) direct object
I(cap) indirect object
j joining word (i.e. and)
C contraction
g associative word (points to the noun/pronoun to the left)(is also a noun)
There is always a working executable in the source code for you to try. You can see how she's progressing.