Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Simple BLEU MT Excel Evaluator powered with python πŸπŸ‘Œ

Notifications You must be signed in to change notification settings

redperiabras-college/BLEU-ExcelEvaluation

Repository files navigation

BLEU Excel Evaluation

Simple BLEU MT Excel Evaluator powered with python πŸ‘ŒπŸ

Prerequisites

Setup Instructions

  1. Open your terminal / command line.

  2. Clone this repository.

git clone https://github.com/redperiabras/BLEU-ExcelEvaluation.git
  1. Install the python packages.
pip install -r requirements.txt

How to Run

  1. Replace the initial data included in this repository
    a. data/sources.data with input sentences from your evaluation corpus;
    b. data/references.data with the reference translations from your evaluation corpus; and
    c. data/hypotheses.data with the output sentences of your systems

  2. Run the Jupyter Notebook

jupyter notebook
  1. Run all cells.

  2. Open the project directory and look for 'Evaluation Output.xlsm'.

Please take note, dont make any changes to 'BLEU Template.xlsm'.

Questions?

Please feel free leave a Github Issue or send me an Email. Good Luck NLP Geeks! πŸ˜€

About

Simple BLEU MT Excel Evaluator powered with python πŸπŸ‘Œ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published