Dockerfile
LICENSE
MANIFEST.in
Makefile
NEWS.rst
README.rst
requirements.txt
setup.cfg
setup.py
./Dockerfile
./LICENSE
./Makefile
./NEWS.rst
./README.rst
docs/Makefile
docs/conf.py
docs/discoursegraphs.rst
docs/history.rst
docs/index.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
src/discoursegraphs/__init__.py
src/discoursegraphs/corpora.py
src/discoursegraphs/discoursegraph.py
src/discoursegraphs/merging.py
src/discoursegraphs/relabel.py
src/discoursegraphs/statistics.py
src/discoursegraphs/util.py
src/discoursegraphs.egg-info/PKG-INFO
src/discoursegraphs.egg-info/SOURCES.txt
src/discoursegraphs.egg-info/dependency_links.txt
src/discoursegraphs.egg-info/entry_points.txt
src/discoursegraphs.egg-info/not-zip-safe
src/discoursegraphs.egg-info/requires.txt
src/discoursegraphs.egg-info/top_level.txt
src/discoursegraphs/data/urml-base.dtd
src/discoursegraphs/data/potsdam-commentary-corpus-2.0.0/coreference/basedata/words.dtd
src/discoursegraphs/data/potsdam-commentary-corpus-2.0.0/coreference/markables/markables.dtd
src/discoursegraphs/readwrite/__init__.py
src/discoursegraphs/readwrite/anaphoricity.py
src/discoursegraphs/readwrite/brackets.py
src/discoursegraphs/readwrite/brat.py
src/discoursegraphs/readwrite/conano.py
src/discoursegraphs/readwrite/conll.py
src/discoursegraphs/readwrite/decour.py
src/discoursegraphs/readwrite/dot.py
src/discoursegraphs/readwrite/exmaralda.py
src/discoursegraphs/readwrite/exportxml.py
src/discoursegraphs/readwrite/freqt.py
src/discoursegraphs/readwrite/generic.py
src/discoursegraphs/readwrite/geoff.py
src/discoursegraphs/readwrite/gexf.py
src/discoursegraphs/readwrite/graphml.py
src/discoursegraphs/readwrite/mmax2.py
src/discoursegraphs/readwrite/neo4j.py
src/discoursegraphs/readwrite/ptb.py
src/discoursegraphs/readwrite/tiger.py
src/discoursegraphs/readwrite/tree.py
src/discoursegraphs/readwrite/paulaxml/__init__.py
src/discoursegraphs/readwrite/paulaxml/paula.py
src/discoursegraphs/readwrite/paulaxml/paula_feat.dtd
src/discoursegraphs/readwrite/paulaxml/paula_header.dtd
src/discoursegraphs/readwrite/paulaxml/paula_mark.dtd
src/discoursegraphs/readwrite/paulaxml/paula_multiFeat.dtd
src/discoursegraphs/readwrite/paulaxml/paula_rel.dtd
src/discoursegraphs/readwrite/paulaxml/paula_struct.dtd
src/discoursegraphs/readwrite/paulaxml/paula_text.dtd
src/discoursegraphs/readwrite/rst/__init__.py
src/discoursegraphs/readwrite/rst/common.py
src/discoursegraphs/readwrite/rst/dplp.py
src/discoursegraphs/readwrite/rst/heilman_sagae_2015.py
src/discoursegraphs/readwrite/rst/hilda.py
src/discoursegraphs/readwrite/rst/rstlatex.py
src/discoursegraphs/readwrite/rst/urml.py
src/discoursegraphs/readwrite/rst/dis/__init__.py
src/discoursegraphs/readwrite/rst/dis/codra.py
src/discoursegraphs/readwrite/rst/dis/common.py
src/discoursegraphs/readwrite/rst/dis/disfilewriter.py
src/discoursegraphs/readwrite/rst/dis/disgraph.py
src/discoursegraphs/readwrite/rst/dis/distree.py
src/discoursegraphs/readwrite/rst/rs3/__init__.py
src/discoursegraphs/readwrite/rst/rs3/common.py
src/discoursegraphs/readwrite/rst/rs3/rs3filewriter.py
src/discoursegraphs/readwrite/rst/rs3/rs3graph.py
src/discoursegraphs/readwrite/rst/rs3/rs3tree.py
src/discoursegraphs/readwrite/salt/__init__.py
src/discoursegraphs/readwrite/salt/edges.py
src/discoursegraphs/readwrite/salt/elements.py
src/discoursegraphs/readwrite/salt/labels.py
src/discoursegraphs/readwrite/salt/layers.py
src/discoursegraphs/readwrite/salt/nodes.py
src/discoursegraphs/readwrite/salt/saltxmi.py
src/discoursegraphs/readwrite/salt/util.py
tests/conftest.py
tests/test_corpora.py
tests/test_data.py
tests/test_discoursegraph.py
tests/test_relabel.py
tests/__pycache__/conftest.cpython-27-PYTEST.pyc
tests/__pycache__/test_corpora.cpython-27-PYTEST.pyc
tests/__pycache__/test_data.cpython-27-PYTEST.pyc
tests/__pycache__/test_discoursegraph.cpython-27-PYTEST.pyc
tests/__pycache__/test_relabel.cpython-27-PYTEST.pyc
tests/readwrite/test_anaphoricity.py
tests/readwrite/test_brackets.py
tests/readwrite/test_brat.py
tests/readwrite/test_codra.py
tests/readwrite/test_conano.py
tests/readwrite/test_conll.py
tests/readwrite/test_decour.py
tests/readwrite/test_dis.py
tests/readwrite/test_dot.py
tests/readwrite/test_dplp.py
tests/readwrite/test_exmaralda.py
tests/readwrite/test_exportxml.py
tests/readwrite/test_freqt.py
tests/readwrite/test_gefx.py
tests/readwrite/test_generic.py
tests/readwrite/test_geoff.py
tests/readwrite/test_graphml.py
tests/readwrite/test_hilda.py
tests/readwrite/test_hs2015.py
tests/readwrite/test_mmax2.py
tests/readwrite/test_neo4j.py
tests/readwrite/test_paula.py
tests/readwrite/test_ptb.py
tests/readwrite/test_rs3.py
tests/readwrite/test_rs3tree.py
tests/readwrite/test_rst_conversion.py
tests/readwrite/test_rstlatex.py
tests/readwrite/test_saltxmi.py
tests/readwrite/test_tiger.py
tests/readwrite/test_tree.py
tests/readwrite/__pycache__/test_anaphoricity.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_brackets.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_brat.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_codra.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_conano.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_conll.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_decour.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_dis.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_dot.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_dplp.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_exmaralda.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_exportxml.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_freqt.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_gefx.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_generic.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_geoff.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_graphml.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_hilda.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_hs2015.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_mmax2.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_neo4j.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_paula.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_ptb.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_rs3.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_rs3tree.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_rst_conversion.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_rstlatex.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_saltxmi.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_tiger.cpython-27-PYTEST.pyc
tests/readwrite/__pycache__/test_tree.cpython-27-PYTEST.pyc