|
|
||||||
|
#1
|
|
|
|
|
Is there any existing method in VB.NET or any 3-third party function
can find out the language in a string? Let say, isChinese? isFrench? |
|
|
|
#2
|
|
|
|
|
Hi,
The language of ? http://msdn2.microsoft.com/en-us/lib...(VS .80).aspx could be what you are looking for... "Cylix" <cylix2000> a écrit dans le message de news: 4884639c-063b-4d12-bb47-bcc132029d22... |
|
#3
|
|
|
|
|
On Jan 29, 12:24 pm, Cylix <cylix2> wrote:
> Is there any existing method in VB.NET or any 3-third party function > can find out the language in a string? > Let say, isChinese? isFrench? Don't know a direct library, but there may be an indirect method: Create some of simple text files for some specific languages of the equilavent of your string via Babelfish.altavista.com or Google Translation, then put each language's strings into each text file. Then under your project you can compare the any string with language within these language-specific text files which you want to know. Hope this helps. |
|
#4
|
|
|
|
|
Oups, looks like Kimiraikkonen understood much better (you don't want to
place the computer current language setting in a string but to check in which language could be written a particular string of text ?)... Don't know about 3rd party but : - you could first quickly check based on letters i.e. if you see a particular unicode charset it could give a first indication (for example if you have chinese characters, cyrillic characters, latin characters it could give a first clue). - if you have then characters that are used in a fair number of languages you could : - either check based on basic words frequency (for example "this", "that" ,"the", "it", etc... is more likely frequent in English) - also letter frequency could be perhaps an indication You may want to give some more details. For example on a web site, you could also have lang attributes that are supposed to tell in which language is a particular page/section (for use by screen readers for example). If you get some text from there, you could then also check this info... |
|
#5
|
|
|
|
|
Also :
http://tnlessone.wordpress.com/2007/...e-meets-human/ and more generally : http://www.google.fr/search?hl=fr&q=...+natural&meta= |
|
#6
|
|
|
|
|
Thanks Patrice anyway.
Actually, the method mention above is a large project that I cannot effort. My problem is quite simple, I a string from the email subject. It may include three types of charater, english letter, chinese letter, others. I would like to trim the string have english letters and chinese letters only. |
|
|
| Similar Threads | |
| Thread | Thread Starter |
| how to determine what language a c# string is written in? is there any C# method to take a string and return what language it is in? e.g. english, hindi, spanish, etc. how to determine what language a c# string is written in? is there any C# method to take a string and return what language it is in? e.g. english, hindi, spanish, etc. |
DR |
| how to determine what language a c# string is written in? is there any C# method to take a string and return what language it is in? e.g. english, hindi, spanish, etc. how to determine what language a c# string is written in? is there any C# method to take a string and return what language it is in? e.g. english, hindi, spanish, etc. |
DR |
| how to determine what language a c# string is written in? is there any C# method to take a string and return what language it is in? e.g. english, hindi, spanish, etc. how to determine what language a c# string is written in? is there any C# method to take a string and return what language it is in? e.g. english, hindi, spanish, etc. |
DR |
| how to determine what language a string is written in? is there any method to take a string and return what language it is in? e.g. english, hindi, spanish, etc. how to determine what language a string is written in? is there any method to take a string and return what language it is in? e.g. english, hindi, spanish, etc. |
DR |
| 'Tools->Language->Set Language->Do not check spelling or grammar' does not work on the entire document Hi, I need to Spell/Grammar check documents that may have sections in which: Tools->Language->Set Language->Do not check spelling or grammar had been enabled. I want to... |
john gibb |
|
Privacy Policy | All times are GMT. The time now is 06:25 PM.
|
|
|