Skip to content

Releases: rindPHI/NeoGrammarGraph

NeoGrammarGraph 0.1.0

03 May 09:18
v0.1.0
0e9c757
Compare
Choose a tag to compare

[0.1.0] - 2023-05-03

Added

  • Converting derivation trees to graph-tool graphs
  • k-path computation for derivation trees

Changed

  • Added a proper type hierarchy for graph nodes (not only structured strings).

[0.0.5] - 2023-04-21

Added

  • k-path computation.
  • Subgraph extraction.
  • Filtering nodes of a graph.

[0.0.4] - 2023-04-19

Added

  • Computation of all paths between two grammar symbols.

[0.0.2] - 2023-04-19

Added

  • Shortest path computation.

[0.0.1] - 2023-04-18

Added

[0.0.3] - 2023-04-19

Added

  • Access to the children of a grammar symbol in the graph.

[0.0.2] - 2023-04-19

Added

  • Shortest path computation.

[0.0.1] - 2023-04-18

Added

  • Initial commit; functionality for checking reachability and exporting to DOT.