working on a Lang Generator, using C#(I know not the best for the job), but im at the point where I need a way to make the system "understand" word meaning, on a simple level,
the grammar system is done and has a functional architecture, but I want the system to be able to write down sentences with the generated grammar sys, but, I dont know of any way to make the "bot" have a concept of the objects its describing or how they relate,
should I give every object a set of properties and make it so they can only "interact" / semanticly combine in a certain way?
I dont want to use Markov chains bcs that doesnt translate to any spatial meaning for the objects, it may output somewhat reasonable strings of data, but the system doesnt "know" what its saying.
the grammar system is done and has a functional architecture, but I want the system to be able to write down sentences with the generated grammar sys, but, I dont know of any way to make the "bot" have a concept of the objects its describing or how they relate,
should I give every object a set of properties and make it so they can only "interact" / semanticly combine in a certain way?
I dont want to use Markov chains bcs that doesnt translate to any spatial meaning for the objects, it may output somewhat reasonable strings of data, but the system doesnt "know" what its saying.
