rug-compling / alpinocorpus

Library for handling Alpino corpora
GNU Lesser General Public License v2.1
8 stars 1 forks source link

Remove libxml2 as a dependency #6

Closed danieldk closed 13 years ago

danieldk commented 13 years ago

We are now using libxml2 as a dependency, as well as Xerces-C and XQilla via dbxml. This has some disadvantages:

The nolibxml branch attempts to eliminate the use of libxml2.

danieldk commented 13 years ago

In nolibxml FilterIter uses XQilla/Xerces-C. But I can't say I am too happy - performance is much worse than libxml2 and I dislike the API.

danieldk commented 13 years ago

Not doing this for the reason listed above.