UKPLab/EasyNMT

By GitHub - 2021-01-27

Description

Easy to use, state-of-the-art Neural Machine Translation for 100+ languages - UKPLab/EasyNMT

Summary

  • Installation Usage The usage is simple: print(model.translate(sentences, target_lang='de')) Document Translation The available models are based on the Transformer architecture, which provide state-of-the-art translation quality.
  • The two cities are at the center of the Berlin-Brandenburg capital region, which is, with about six million inhabitants and an area of more than 30,000 km2,[9] Germany's third-largest metropolitan region after the Rhine-Ruhr and Rhine-Main regions.
  • """#Translate the document to Germanprint(model.translate(document, target_lang='de')) The function breaks down the document into sentences and then translates the sentences individually using the specified model.

 

Topics

  1. NLP (0.23)
  2. Stock (0.1)
  3. Machine_Learning (0.03)

Similar Articles