Graphbrain Versions Save

Language, Knowledge, Cognition

v0.2.2

4 years ago

Added

  • txt_parser agent.
  • MANIFEST.in to include VERSION file in distribution.

Changed

  • Fixing 'pip install graphbrain' on Linux/Windows.

v0.2.1

4 years ago

Added

  • claim_actors and corefs_dets agents.
  • meaning.concepts module.

Changed

  • Fixed example.
  • hypergraph.sum_degree() and .sum_deep_degree().
  • Parser improvements.
  • Agent corefs_atoms is now corefs_unidecode.
  • Improved docs.

Removed

  • Obsolete 'work-in-progress' code.
  • hg2json command.

v0.2.0

4 years ago

Added

  • Primary entities and deep degrees.
  • Hyperedges have their own class, deriving from tuple.
  • Atoms have a special class, deriving from Hyperedge.
  • Restructuring of code files tree.
  • Created agent system + first agents.

Changed

  • Parsers now have own package.

Removed

  • Old experimental code.

v0.1.0

4 years ago
  • New parser model
  • Lots of refactoring and small fixes, trying to stabilize API