Releases: adaamko/POTATO
Releases · adaamko/POTATO
Release v0.0.4
v0.0.3: UI and backend enhancements
v0.0.2: Second release
Features:
- Better UI,
- More examples in README,
- Semeval experiments with notebooks
- Evaluate script includes Prec, Rec, Fscore
v0.0.1: First release, simple graph feature learning, streamlit UI
Release POTATO
Features:
- Provides methods for parsing sentences into UD, 4lang, AMR graph formats
- Provides a unified networkx interface for each graph format
- Provides a tool to generate and sample subgraphs for each graphs
- Trains an interpretable model (LogReg, Decision Tree), and selects best features as rules
- Provides a method to describe regex patterns on nodes and edges
- Provides a streamlit UI to implement Rule-systems