D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
ssl
/
local
/
lib
/
python3.6
/
site-packages
/
nltk
/
test
/
Filename :
gluesemantics_malt_fixt.py
back
Copy
# -*- coding: utf-8 -*- def setup_module(module): from nose import SkipTest from nltk.parse.malt import MaltParser try: depparser = MaltParser("maltparser-1.7.2") except LookupError: raise SkipTest("MaltParser is not available")