chartbastan/backend/venv/Lib/site-packages/nltk/test/gluesemantics_malt_fixt.py
2026-02-01 09:31:38 +01:00

10 lines
223 B
Python

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")