Semantic random
We all know the possibilities of sentence construction in different languages.
Here is the set of basic rules:
spo
spo
osp
ops
pso
pos
example:
‘I do this’ -> SPO
but
‘This do I’ -> OPS
is in correct grammar
‘This is done by me’
which is SPO again, though
- the verb is in passive state,
- the object the subject of the sentence,
- the subjective object, the handler is the real subject in the sense of the sentence.
- the verb needs a helper ‘is’ and the subjective needs an transformation ‘I’ to ‘me’ plus an helper ‘by’
helper: an optional/non-optional signal for state or transformation
verbs can be passive and/or active objects and subjects might be subjective or objective
we have an dimensional array aka flat-flat array array
where a single flat array is a line-line array
line = []; // a,b,c, ...
flat = [[], [], []]; //line_a, line_b, ...
dimensional = [[[], []], [[], [], []], [[]]]; // flat_a, ...
Navigation Shapes with rules Birdland Images