NattapongSiri / covid_cb

MIT License
2 stars 1 forks source link

Support WLT's custom model #9

Closed NattapongSiri closed 4 years ago

NattapongSiri commented 4 years ago

Add way to let user specify custom model id for any particular language pair.

It'd be done with environmental variable so that each time model change, user doesn't need to recompile entire code.

NattapongSiri commented 4 years ago

Use dotenv lib and change some internal WLT mod to support this.