* DocumentChunk class refactored into a full class, with equality method and
asdict()
* Refactored dump code; dump to JSON
* when dumping documents to JSON & YAML dump non-structural context fields
(and skip structural context)
* modified tree & sequence iteration: changed automatic id assignment
* new class method from_dict() in PiiInstance
* when reading a PiiCollection from file, recreate PiiInstance objects
* wrapper load() method for PiiCollectionLoader
* add_chunk() method for LocalSrcDocument objects (sequence, table & tree)
* new LocalSrcDocumentFile dispatcher class
* openfile: allow file-like objects as argument
* fixed newlines in text output
* added json dump to object
* added config file management
* new PiiEnum values
* refactored PiiEntity; new PiiEntityInfo subclass
* special SrcDocument metadata field "default_lang"
* added "lang" context field to DocumentChunk, automatically copied from
document "default_lang" if not present
* some bugfixes