ai-content-maker/.venv/Lib/site-packages/nltk/test/gluesemantics_malt_fixt.py

10 lines
223 B
Python
Raw Normal View History

2024-05-03 04:18:51 +03:00
def setup_module():
import pytest
from nltk.parse.malt import MaltParser
try:
depparser = MaltParser()
except (AssertionError, LookupError) as e:
pytest.skip("MaltParser is not available")