Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@
[![Coverage Status](https://coveralls.io/repos/github/OpenGreekAndLatin/ILA_python/badge.svg?branch=master)](https://coveralls.io/github/OpenGreekAndLatin/ILA_python?branch=master)
[![Documentation Status](https://readthedocs.org/projects/ila-python/badge/?version=latest)](http://ila-python.readthedocs.io/en/latest/?badge=latest)

# Intra Language Alignment tool
# Intra Language Alignment Tool

The tool allows automatic alignment between multiple texts in the same language, for the detection of textual variants and minor instances of re-use.
## Overview

This tool allows automatic alignment between multiple texts in the same language for the detection of textual variants and minor instances of reuse.

## Installation

Install the package locally:
`pip install .`

Or for development:
`pip install -e .`

## Usage

Import the `iAlignment` package in Python:
`import iAlignment`

The package provides tools for aligning and comparing texts within the same language.

## Examples

The `examples/` directory contains sample scripts, input data, and HTML output files demonstrating how to use the tool.

These examples provide a starting point for running alignments and viewing the resulting output.

## Requirements

- Python 3.4+