I have to make a c# console application which identify whether the input text is a Norwegian Language or not.from Here I am able to find most of language which I need. I googled so much but not getting any idea for identifying Norwegian language. there is a question on staskoverflow but it is for webbase applications not for console application.
Asked
Active
Viewed 51 times
0
-
1Do you have a list of _all_ Norwegian words? – Soner Gönül Dec 28 '15 at 12:21
-
Not sure, hence the comment, but you could create a regular expression which contains all the possible Norwegian characters. This obviously leaves out the issue of the input text being actual Norwegian words, but it saves you from having to match each word as well as any NLP processing you would need to do. – npinti Dec 28 '15 at 12:24
-
1http://stackoverflow.com/questions/1192768/how-to-detect-the-language-of-a-string – Narek Arzumanyan Dec 28 '15 at 12:24
-
no till now search for the same. thanks – madan Dec 28 '15 at 12:32
-
@NarekArzumanyan Ihad already go through that question i think one of those answers is webbase(google api) and another one is giving 7 different language for a sample text – madan Dec 28 '15 at 12:38
-
@patrickHolfman plz check my above comment – madan Dec 28 '15 at 12:39