Search
About
Datasets
Models
Log In
Sign Up
Log In
Sign Up
Models
:
philipB
/
edsnlp
Like
0
Downloads: 1
Card
Git
Discussions
Diff of
/scripts/context.py
[000000] ..
[cad161]
Switch to unified view
a
b/scripts/context.py
1
import sys
2
from pathlib import Path
3
4
sys.path.insert(0, str(Path(__file__).parent.parent))