Skip to content

Multi-language support #12

@DadiBit

Description

@DadiBit

While checking out PR #11 I realized that supporting multi languages should be fairly easy to implement, however I would allow an optional langs parameter to pass a list of languages (eg eng,deu,ita) and split each language in its own training data.

If no langs param is passed, then all are checked.

Why? Well:

  1. we don't want to update/rebuild the whole vector/dataset if we add a new language or update an exisiting one
  2. we don't want to overload the server if we know that a certain site is going to use mostly one or two languages (eg, german and english)
  3. it makes the code more sustainable (not just a single huge .csv file with a bunch of commits)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions