proycon / foliapy

An extensive Python library for dealing with FoLiA (Format for Linguistic Annotation) documents, a rich XML-based format for linguistic annotation finding application in Natural Language Processing (NLP). This library was formerly part of PyNLPl.
https://proycon.github.io/folia
GNU General Public License v3.0
18 stars 5 forks source link

Add an undeclare() method #3

Closed proycon closed 5 years ago

proycon commented 5 years ago

In addition to undeclare(), we need something that actively checks whether certain declarations are redundant and cleans it up.

proycon commented 5 years ago

@ErkanBasar: This is now implemented as the Document.erase() method (docs) as well as a separate new command line tool foliaerase as part of FoLiA tools.