Code Monkey home page Code Monkey logo

translator-attribution's Introduction

Translator Attribution

NOTE: I had to do several last minute changes and haven't updated the comments and docstrings

Introduction

To accurately attribute a piece of text to a certain author (i.e., Authorship Attribution) is a well-established task in computational linguistics. However, to accurately attribute a translated document to its translator (we might call it Translatorship Attribution) is a seemingly understudied task. There are only a handful of articles tackling this problem, and only a subset of them reports successful results.

For my thesis project, I want to attribute the translator of a text to its translator using linguitics-inspired features. The corpora comprises works by Norwegian playwright, Henrik Ibsen, and Spanish writer, Miguel de Cervantes. For the Ibsen corpus, there are parallel works translated by two people, whereas the Cervantes corpus is composed of three translations.

This repository holds all the code and raw files necessary to replicate the results for my master's project. All the texts are in the Corpora folder in raw format.

Important!

  • Clone or download this repository in a Google Drive folder named Translator-Attribution.
  • You can execute now the Notebooks on Colab without installing anything—starting with 01Processing.

To run locally

  • Use conda to create a new environment called translator-attribution.

    >> conda env create --file translator-attribution.yml
    
  • Now, you can, in that new environment (use conda activate translator-attribution), open the Notebooks in Jupyter—starting with 01Processing.

translator-attribution's People

Contributors

ccaballeroh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.