Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hämäläinen, Mika K committed Aug 11, 2020
1 parent 9fb2468 commit 31ba9c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions travis_test.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
#encoding: utf-8
import unittest
from uralicNLP import uralicApi
if not uralicApi.is_language_installed("fin"):
uralicApi.download("fin",show_progress=False)
from syntaxmaker.syntax_maker import *
import codecs
import copy


class TestFSTS(unittest.TestCase):

def setUp(self):

vp = create_verb_pharse("uneksia")
subject = create_phrase("NP", "rantaleijona", {u"PERS": "3", u"NUM": "PL"})
dobject = create_phrase("NP", "aalto", {u"PERS": "3", u"NUM": "PL"})
Expand Down

0 comments on commit 31ba9c9

Please sign in to comment.