Skip to main content

Simple library to evaluate the Translation Edit Rate

Project description

===== pyter

pyter is a simple Translation Error Rate evaluation package.

============ Installation

Checkout the repository

.. code-block:: bash

git clone https://github.com/BramVanroy/pyter.git
cd pyter
pip install -e .

===== Usage

.. code-block:: python

import pyter

# To get a TER score, both hypothesis sentence and reference sentence have to be tokenised (a list of words).

ref = 'SAUDI ARABIA denied THIS WEEK information published in the AMERICAN new york times'.split()
hyp = 'THIS WEEK THE SAUDIS denied information published in the new york times'.split()
print(pyter.ter(hyp, ref))
# 0.308

=========== ReleaseNote

v0.3

  • only kept essentials for use as module (removed CLI)
  • turned it into Python 3 scripts

v0.2.2.1

  • bugfix release

v0.2.2

  • fixed #1, invalid scoreing.

v0.2.1

  • New CLI interface
  • Refactoring the whole code
  • This version is incompatible with the previous version. v0.2
  • Replace normal DP based edit distance with cached version. A little performance improvement. v0.1.1
  • Minor fix, and register to PyPi v0.1
  • Initial release

=============== Acknowledgments

Based on the original version by user afcl at afcl/pyter_.

.. _pyter: https://github.com/aflc/pyter

======= License

It is released under the MIT license.

Copyright (c) 2011 Hiroyuki Tanaka

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Release history Release notifications | RSS feed

This version

0.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyter3-0.3.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

pyter3-0.3-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file pyter3-0.3.tar.gz.

File metadata

  • Download URL: pyter3-0.3.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyter3-0.3.tar.gz
Algorithm Hash digest
SHA256 a52054a547d89ce91c081231dd86da36af83e216496b5e8676f041450ad64d2e
MD5 81cf1d94ad5d8b34de0e437d1f13f66d
BLAKE2b-256 62e45a691044fb040189ffa5bd5ffbbdae26a2c1869bd550d610b24e4343883d

See more details on using hashes here.

File details

Details for the file pyter3-0.3-py3-none-any.whl.

File metadata

  • Download URL: pyter3-0.3-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyter3-0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7e2d835c12d99eb68c127f80df76e4ba295ff50e6509b13f7ffd9f877a28b9b3
MD5 8a9e0e6f6463e0eaa4109f9cce8ca887
BLAKE2b-256 2c98a9da2bdf07ef1e27d947fd13e9c9714fcc554ae30aaae92a35e0534b6722

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page