Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khannatanmai authored May 10, 2021
1 parent 584d4fb commit 130d763
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Rule-based pre-processing of non-compositional constructions to simplify them and improve black-box machine translation

## Purpose
This rule-based pre-processor is used to detect non-compositional constructions in text using rules and pre-process them into more compositional but still equivalent constructions such that the machine translation of the input text improves significantly.

## How to Use
- Install dependencies using `pip install -r requirements.txt`
- Download spacy model using `python -m spacy download en_core_web_sm`
Expand Down

0 comments on commit 130d763

Please sign in to comment.