MikeHopcroft / ShortOrder

A natural language conversational agent for ordering and organizing items from a catalog.
MIT License
13 stars 7 forks source link

Translate patterns and demos to Spanish #24

Closed MikeHopcroft closed 6 years ago

MikeHopcroft commented 6 years ago

Translate patterns and demos to Spanish.

The files in question are the yaml files in src/data:

It would also be great to get advice on handling special characters, stemming, etc.

MikeHopcroft commented 6 years ago

We probably need to have a design discussion around whether we're building a bilingual system or just translating to Spanish. If we're building a bilingual system, we will need to merge the two languages in the yaml files. If we merge the languages, we might want to keep them in separate alias fields to assist the person producing the translations.

jhuala commented 6 years ago

@MikeHopcroft Will undertake these translations. Will be placed on a new folder in it called Spanish.

MikeHopcroft commented 6 years ago

Thanks! I will start thinking about how to integrate another language. Am thinking of adding separate alias fields (e.g. aliases_en, alises_es, etc.) so that one can run bilingual if desired (and if that even works).