GitCC AI驱动开源 项目查询 开源项目分类 机器人 人工智能 大模型排行 企业应用 科学研究 孵化优质开源项目 GCC API 海外版AI Coding
Version 0.100: Revise setup.py, better model downloads, bug fixes

* Redo setup.py, and remove ugly headers_workaround hack. Should result in fewer install problems.
* Update data downloading and installation functionality, by migrating to the Sputnik data-package manager. This will allow us to offer finer grained control of data installation in future.
* Fix bug when using custom entity types in Matcher. This should work by default when using the
  English.__call__ method of running the pipeline. If invoking Parser.__call__ directly to do NER,
  you should call the Parser.add_label() method to register your entity type.
* Fix head-finding rules in Span.
* Fix problem that caused doc.merge() to sometimes hang
* Fix problems in handling of whitespace