Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Translate a word from English to Marathi or Hindi using the Shabdkosh service
ResourceFunction["ShabdkoshTranslateWord"][word,"lang"] translates word from English to Marathi or Hindi, based on the language "lang". |
Translate a word to Marathi:
In[1]:= |
|
Out[1]= |
|
Translate a word to Hindi:
In[2]:= |
|
Out[2]= |
|
If "lang" is not provided, the language defaults to "Marathi":
In[3]:= |
|
Out[3]= |
|
The function can also be used to translate sentences: English to Marathi:
In[4]:= |
|
Out[4]= |
|
English to Hindi:
In[5]:= |
|
Out[5]= |
|
Compare the results with the built-in function WordTranslation:
In[6]:= |
|
Out[6]= |
|
In[7]:= |
|
Out[7]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License