Eva,
If there many spaces between words, then you can use "chstring -q +d *.cha" command remove extra spaces.
After that if there are still unwanted space characters between signs, then those spaces need to be removed too. CLAN completely relies on spaces to determine how to separate text into words. I am not familiar with Chinese language, so I can't give you specific suggestion. However, CHSTRING command can find space character and remove them if necessary. For example to remove a space character before a particular sign you can use command:
chstring -w +s" s" "s" *.cha
In above example I am using letter 's' to represent plural Chinese sign that you might want to join with previous adjacent sign to create plural word without space character between signs.
Hopefully some with knowledge of Chinese language might give you better advice.
Leonid.
> --
> You received this message because you are subscribed to the Google Groups "chibolts" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
chibolts+u...@googlegroups.com.
> To view this discussion visit
https://groups.google.com/d/msgid/chibolts/ABB3C942-A4CF-4345-88FE-67BC555C23CF%40gmail.com.