Failed

tests.test_model.TestDocument.test_ngrams (from pytest)

Failing for the past 1 build (Since #103 )
Took 1 ms.

This test is unclaimed

Error Message

AttributeError: module 'cophi' has no attribute 'model'

Stacktrace

self = <test_model.TestDocument object at 0x7f787b381b70>

    def test_ngrams(self):
>       document = cophi.model.Document(DOCUMENT, token_pattern=r"\w", n=2)
E       AttributeError: module 'cophi' has no attribute 'model'

tests/test_model.py:101: AttributeError