Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mohdelgaar
/
LingConv
like
0
Sleeping
App
Files
Files
Community
d9dca49
LingConv
/
lng
/
L2SCA
/
tregex.sh
mohdelgaar
upload lng
b028d48
3 months ago
raw
Copy download link
history
blame
Safe
134 Bytes
#!/bin/sh
scriptdir=`
dirname
$0
`
java -mx100m -
cp
"
$scriptdir
/stanford-tregex.jar:"
edu.stanford.nlp.trees.tregex.TregexPattern
"
$@
"