Please allow me to explain the reason for my second question. For example, if you have the following sentence:
*MOT: you can't put it on the table and table it.
If you run FREQ on speaker words, then you will get result:
1 and
1 can't
2 it
1 on
1 put
2 table
1 the
1 you
------------------------------
8 Total number of different item types used
10 Total number of items (tokens)
0.800 Type/Token ratio
If you run FREQ on morphological analysis words, then you will get result:
1 coord|and
1 det:art|the
1 mod|can
1 neg|not
1 n|table
1 prep|on
2 pro:per|it
1 pro:per|you
1 v|put&ZERO
1 v|table
------------------------------
10 Total number of different item types used
11 Total number of items (tokens)
0.909 Type/Token ratio
If you run FREQ on lemmas, then you will get result:
1 and
1 can
2 it
1 not
1 on
1 put
2 table
1 the
1 you
------------------------------
9 Total number of different item types used
11 Total number of items (tokens)
0.818 Type/Token ratio
Leonid.