dy13
July 19th, 2005, 12:50 PM
Hi, I'm trying to split a database of English and Chinese sentences into arrays of individual words using Regex.Split. The problem is, English words get separated by spaces while Chinese words don't. This gets even more confusing when Chinese and English words exist in the same sentence.
Is there a way for Regex to automatically detect the language and perform the proper splits accordingly? Thanks so much!
Is there a way for Regex to automatically detect the language and perform the proper splits accordingly? Thanks so much!