Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chwangaa opened this issue Feb 13, 2015 · 3 comments
Open

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

chwangaa opened this issue Feb 13, 2015 · 3 comments

Comments

@chwangaa
Copy link
Owner

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
Copy link
Owner Author

Any idea what other field this Word might potentially have?

@swarajdash swarajdash self-assigned this Feb 16, 2015
@swarajdash
Copy link
Collaborator

Irrelevant and impossible

@swarajdash
Copy link
Collaborator

Apparently possible

@swarajdash swarajdash reopened this Feb 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants