The document describes a neural machine translation system that translates from German to English. It uses a Transformer model integrated with Fuzzy Semantic Representation and Latent Topic Representation to handle rare words and capture sentence context. FSR groups rare words together and LTR uses CNN to represent sentence context as topic vectors. The model achieves improved translation performance on the WMT En-De corpus compared to baselines by handling out-of-vocabulary words and incorporating sentence level context.