Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.rst

license pyversion

The EDXML Test Corpus Python Package

This is a Python package that provides the EDXML test corpus. It can be used to include the test corpus in Python projects by adding this package as a dependency.

Installing

The package can be installed using Pip:

pip install edxml-test-corpus

Usage

Besides the corpus data files the package also provides a constant which contains the path to the root directory containing the data files. It can be imported like this:

from edxml_test_corpus import CORPUS_PATH