Hi Christoph.
Well, I have made a small hack for the SCI interpreter which will cause
it
to dump the said and parse trees in LISP form to a file.
A few examples:
(setq said-tree '( 321 ( 319 ( ( 321 ( 329 ( ( 321 ( 335 ( ( 321 ( 339
1002 ) ) nil ) ) ) nil ) ) ) ( ( 338 ( 322 ( ( 322 ( 330 ( ( 321 ( 335 (
( 321 ( 339 2001 ) ) nil ) ) ) nil ) ) ) nil ) ) ) nil ) ) ) ) )
(setq parse-tree '( 321 ( 319 ( ( 321 ( 315 ( ( 321 ( 303 1013 ) ) nil )
) ) ( ( 323 ( 318 ( ( 321 ( 315 ( ( 321 ( 303 1013 ) ) nil ) ) ) nil ) )
) nil ) ) ) ) )
In this case, I typed "test test" - values over about 360 are group
numbers.
Lars