An open API service indexing awesome lists of open source software.

https://github.com/muhamadazharrudin/bleu-metrix-evaluation

This repository contains Python scripts to calculate BLEU (Bilingual Evaluation Understudy) scores to assess the quality of automatic translation systems. BLEU scores are a popular metric for measuring how close a model's output is to a reference translation.
https://github.com/muhamadazharrudin/bleu-metrix-evaluation

bleu-metric bleu-score ipynb-jupyter-notebook lstm-neural-networks

Last synced: 3 months ago
JSON representation

This repository contains Python scripts to calculate BLEU (Bilingual Evaluation Understudy) scores to assess the quality of automatic translation systems. BLEU scores are a popular metric for measuring how close a model's output is to a reference translation.

Awesome Lists containing this project

README

          

# BLEU Metric Evaluation

This repository contains Python scripts to calculate BLEU (Bilingual Evaluation Understudy) scores to assess the quality of automatic translation systems. BLEU scores are a popular metric for measuring how close a model's output is to a reference translation.

## 🎯 Fitur
- Calculate BLEU score
- Supports **smoothing** for short output
- Evaluate on multiple reference & hypothesis pairs
- Input format: CSV/Excel
- Output: BLEU score and summary statistics

## 📦 Installation
```bash
git clone https://github.com/MuhamadAzharrudin/BLEU-metrix-evaluation.git