What can be read in the result of this process

  1. how much information is added during each iteration ?

Example:

Dieses Auto ist rot.
Dieses Auto ist rot.
Dieses Auto ist rot.
Dieses Auto ist rot.
Dieses Auto ist rot.

Proposition:
ist ( auto , rot )

turns into : auto_ist.wrl
#VRML V1.0 ascii Separator { Cube { width 1 height 21 depth 20 } } Separator { Translation { translation 19 15 20 } Scale { scaleFactor .9 1.9 2.0 } Cube { width 1 height 21 depth 20 } }

ist ( auto , rot )

ist ( auto , rot )

ist ( auto , rot )

ist ( auto , rot )

turns into :auto_ist2.wrl auto_ist3.wrl auto_ist4.wrl

the repeated statements show a very regular geometrical succession.

2. Order of Sequence

the text :

Die Welt ist alles, was der Fall ist.
Die Welt ist die Gesamtheit der Tatsachen, nicht der Dinge.
TXT1.wrl

shows a different result as

Die Welt ist die Gesamtheit der Tatsachen, nicht der Dinge.
Die Welt ist alles, was der Fall ist.
TXT2.wrl