Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
ltg
/
ssa-perin
like
0
Follow
Language Technology Group (University of Oslo)
37
Token Classification
ltg/norec
Norwegian
Eval Results
License:
apache-2.0
Model card
Files
Files and versions
Community
4c29217
ssa-perin
/
mtool
/
validate
/
sdp.py
larkkin
Add code and readme
c45d283
10 months ago
raw
Copy download link
history
blame
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;