Skip to content

Reproducing the experiment that resulted in the first NLP hype.

License

Notifications You must be signed in to change notification settings

ashhass/The-Georgetown-Experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Georgetown Experiment

Image 1 Image 2

This repository contains the code and resources related to the Georgetown Experiment, a seminal event in the history of machine translation. The Georgetown Experiment, conducted on January 7, 1954, was one of the first successful demonstrations of machine translation, where 60 Russian sentences were automatically translated into English using IBM's 701 computer.

Table of Contents

Background

Overview

Usage

License

References

Background

The Georgetown Experiment is often cited as the first public demonstration of machine translation. It aimed to showcase the potential of computers to perform translation tasks, albeit in a highly controlled environment. The experiment used a small vocabulary and a limited set of grammar rules to translate Russian texts into English.

Overview

This repository includes:

Translation Rules: The set of rules used to map Russian sentences to their English equivalents.

Glossary: The vocabulary list used in the experiment, including both Russian and English words.

Simulation Code: Python code that simulates the translation process used in the Georgetown Experiment.

Demo

demo

Usage

git clone https://github.com/ashhass/The-Georgetown-Experiment.git

python program.py

License

This project is licensed under the MIT License

References

The first public demonstration of machine translation: the Georgetown-IBM system, 7th January 1954

The translation memorandum

Releases

No releases published

Packages

No packages published

Languages