Skip to content

Releases: hyperquest-hq/hyperbase-parser-ab

v0.3.0

11 Apr 15:03

Choose a tag to compare

[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.

v0.2.0

05 Apr 10:43

Choose a tag to compare

Changelog

[0.2.0] - 05-04-2026

Changed

  • Adopted new hyperbase API (0.9.0).

v0.1.0

02 Apr 07:19

Choose a tag to compare

[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.