chwangaa / Charlie

3 stars 2 forks source link

Module for best effort determining the language of a SMS #20

Open chwangaa opened 9 years ago

chwangaa commented 9 years ago

In our last meeting Robert mentioned it is desirable to be able to have some rough idea of the language of the SMS. This will be a milestone achievement I suppose.

Again it can be a bruteforce module. We will need to store a lot of words in our database

The model used will be the following:

    class Word(models.Model):
        language = models.CharField(max_length=20)
        translation = models.CharField(max_length=30)

We will have another view which let the user to upload and define new dictionaries

chwangaa commented 9 years ago

Any idea what other field this Word might potentially have?

swarajdash commented 9 years ago

Irrelevant and impossible

swarajdash commented 9 years ago

Apparently possible