Skip to content
#

machine-translation

Here are 417 public repositories matching this topic...

adabghi
adabghi commented Jun 19, 2019

Description

I trained a transformer model for English to French translation. It is working well when I give it a sentence to translate. However, when I give a whole document (or simply a paragraph with many sentences), it gives me back a very bad translation and sometimes it skips some sentences.

Did anyone encounter this kind of problem ?

This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.

  • Updated Mar 4, 2020
  • Jupyter Notebook
r9y9
r9y9 commented Jun 18, 2019

Current documentation in README explains how to install the toolkit and how to run examples. However, I don't think this is enough for users who want to make some changes to the existing recipes or make their own new recipe. In that case, one needs to understand what run.sh does step by step, but I think docs for that are missing at the moment. It would be great if we provide documentation for:

minicheshire
minicheshire commented Dec 28, 2018
  • We update papers about machine translation from top conferences, including ICLR, NeurIPS, ICML, ACL, EMNLP, NAACL, COLING, EACL and so on, as well as top journals including CL and TACL.
  • Currently, we only add officially published papers as well as the archived papers which have triggered heated discussion (BERT, for example!).
  • For those recently archived papers, or insightful but accidenta
varisd
varisd commented Aug 7, 2018

Based on this line of code:
https://github.com/ufal/neuralmonkey/blob/master/neuralmonkey/decoders/output_projection.py#L125

Current implementation isn't flexible enough; if we train a "submodel" (e.g. decoder without attention - not containing any ctx_tensors) we cannot use the trained variables to initialize model with attention defined because the size of the dense layer matrix input become

ZhitingHu
ZhitingHu commented Dec 3, 2018

The list is awesome. It'd be great if you can add Texar to the list :)

Texar is an open source toolkit aiming to support a broad set of machine learning especially text generation tasks, such as machine translation, dialog, summarization, content manipulation, language modeling, and more. Texar is based on TensorFlow, and is designed to be highly modularized, versatile, and extensible, to suppo

mtresearcher
mtresearcher commented Apr 3, 2019

Documentation of MMT CLI is lacking a lot of small information. Things like:

  1. For this command to work:
    ./mmt import -e ENGINE -p SOURCE_FILE TARGET_FILE
    SOURCE_FILE and TARGET_FILE needs to end to language IDs.
    I tried importing files with .txt extension but the number of units in
    curl -X GET http://localhost:8045/memories/imports/00000000-0000-0000-0000-000000000001
    were 1/10th

Improve this page

Add a description, image, and links to the machine-translation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the machine-translation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.