Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
ltg
/
ssa-perin
like
1
Follow
Language Technology Group (University of Oslo)
50
Token Classification
ltg/norec
Norwegian
Eval Results
License:
apache-2.0
Model card
Files
Files and versions
Community
main
ssa-perin
/
mtool
/
validate
/
amr.py
larkkin
Add code and readme
c45d283
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
147 Bytes
import
sys;
from
graph
import
Graph;
from
validate.utilities
import
report;
def
test
(
graph, actions, stream = sys.stderr
):
n =
0
;
return
n;