I'm trying to upload an offline dictionary to Arduino .. can I get help with steps on how could that be possible ?. And, which Arduino is the best option to make it happen ?.
Thanks in advance.
I'm trying to upload an offline dictionary to Arduino .. can I get help with steps on how could that be possible ?. And, which Arduino is the best option to make it happen ?.
Thanks in advance.
Your description is very vague. What Arduino? What dictionary? What is it's size? What do you want the Arduino to do with the data?
olf2012:
Your description is very vague. What Arduino? What dictionary? What is it's size? What do you want the Arduino to do with the data?
Thanks for your reply
As for which Arduino, I still don't know yet which one is the proper one to use, so, I'm waiting on your recommendations to the one that best fits such a thing.
As for the dictionary, I've got lots of API dictionaries, haven't decided which one that best fits yet, do they differ in the way we're going to deal with them on the Arduino ?. And, the sizes are around 2 GB.
I want the Arduino to translate the data using that dictionary.
Anyone to help ?.
MAGMAM:
Thanks for your reply
And, the sizes are around 2 GB.
SD card.
But translation isn't simply "switch word for word".
There are a set of complex rules that form language. Each language has its own contextual, tense and grammatical structures and rules.
This isn't really a project for an arduino unless you just want "dumb" substitution.
2GB is beyond the practical limits of an Arduino. While the SD card can store this and the Arduino csn read it, it will take minutes to hours to scan the file for each word.
Get a Raspberry or other small computer to do it.