Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 861 Bytes

File metadata and controls

47 lines (27 loc) · 861 Bytes

Changelog

[0.3.1] - work in progress

Added

  • Atom classifier fixed cases.

Changed

  • Simplified parses, "r" argrole no longer produced.

Removed

  • Strict rules.
  • Parameters: beta, normalise and post_process.

[0.3.0] - 11-04-2026

Added

  • Maximum depth protection.
  • Conjunction flattening.
  • Show dependency parse tree on REPL.
  • lang_namespace parameter, defaults to False (no language namespaces in atoms).

Changed

  • Adopted new hyperbase API (0.10.0).
  • Adopted REPL API.

[0.2.0] - 05-04-2026

Changed

  • Adopted new hyperbase API (0.9.0).

[0.1.0] - 02-04-2026 - extracted from graphbrain

Added

  • Atomizier, a multilingual classifier for atom types.
  • Can now parse all languages supported by spaCy.

Changed

  • Original alpha-beta parser from Graphbrain was extracted to create this plugin.