RichardLitt / fortune-cookie-corpus

A growing corpus of fortune cookies (for NLP and fun). Add your fortunes!
0 stars 0 forks source link

Theoretical fortune cookie of another language? #3

Closed kirkins closed 7 years ago

kirkins commented 7 years ago

I haven't gotten a fortune cookie that was only in Chinese or French so this may be a pointless question.

What if you I get a fortune cookie that has no English 🤔 is it allowed here.

kirkins commented 7 years ago

I guess you could just add language attribute to the root of the item.

RichardLitt commented 7 years ago

Sure. We should probably change the format:

[
{
"text": "Follow your dreams.",
"language": "English."
},
{
"text": "suis tes rêves",
"language": "Francais"
}
]
RichardLitt commented 7 years ago

Reformated.