Solving the language problem - ngttgiang/company_matching GitHub Wiki

Available options:

  • googletrans library in python

    • pros: free and simple to use
    • cons: Google apply a limitation due to high traffic. Therefore, if the number of iteration are large, this approach will throw an error and IP can be blocked by Google for some time.
  • Google Translate API

    • pros: performance will be stable
    • cons: set up is a bit complicate and it's not for free