Git Personal Project 开源项目分类 人工智能 大模型 企业应用 科学研究 AI写开源项目 孵化优质开源项目 数字人定制 AI工具集合-AI导航
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