{
"info": {
"author": "Julian Hough, Tom Gurion, David Schlangen",
"author_email": "julianchough@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
"Intended Audience :: Telecommunications Industry",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Topic :: Multimedia :: Sound/Audio :: Speech",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Human Machine Interfaces"
],
"description": "# Deep Learning Driven Incremental Disfluency Detection\n\nCode for Deep Learning driven incremental disfluency detection and related dialogue processing tasks.\n\n## Functionality ##\n\nThe deep disfluency tagger consumes words (and optionally, POS tags and word timings) word-by-word and outputs xml-style tags for each disfluent word, symbolising each part of any repair or edit term detected. The tags are:\n\n`` - an edit term word, not necessarily inside a repair structure\n\n`` - reparandum start word for repair with ID number N\n\n`` - mid-reparandum word for repair N\n\n`` - interregnum word for repair N\n\n`` - repair onset word for repair N (where N is normally the 0-indexed position in the sequence)\n\n`