Author | Message |
---|---|
Mike
Posts: 11
|
Posted 19:44 Jan 16, 2014 |
I've parsed the data to account for multiple entries for a single word, but I've noticed that some entries are delimited by commas and even semicolons. Are we responsible for splitting those strings as well?
example: abandon abandonar abandon darse por vencido[Verb] abandon dejar abandon desamparar, desertar, renunciar, evacuar, repudiar abandon renunciar a[Verb] abandon abandono[Noun] |
Eric Liao
Posts: 158
|
Posted 20:12 Jan 16, 2014 |
Yes, you do need to parse all these exception. Summary of what should be parsing: 1. Multiple Spanish word entries for a single English Word 2. Commas 3. Semicolons |
cysun
Posts: 2935
|
Posted 20:33 Jan 16, 2014 |
Let's keep it simple and treat multiple words in the same line as one entry. So if a user looks up "abandon", the display should be: English: abandon Spanish:
|