python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Find translations of a given word in the corpus e.g. by machine learning, word2vec, text mining
I am using this thread to get some ideas and find some possibilities.
I have about 1000 sermons and their translations into another language. The lengths of the sermons are different. These are religi...
para
Votes: 0
Answers: 2
Problems with translating special characters (ç) C# -> SQL
Don't often post. but here is a problem that I can't seem to find an answer online.
With this snippet of a C# code:
if (Attributes.TryGetValue("Language", out value)) {
if (v...
Caimbul
Votes: 0
Answers: 1