Skip to content

Commit

Permalink
Bump PurePOSPy with its default model (remove szeged.model form this …
Browse files Browse the repository at this point in the history
…repo)
  • Loading branch information
dlazesz committed Nov 7, 2018
1 parent bb4b1b6 commit abfbc4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 0 additions & 3 deletions models/emTag/szeged.model

This file was deleted.

6 changes: 2 additions & 4 deletions personalities.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@
sys.path.append(os.path.join(os.path.dirname(__file__), 'purepospy')) # Needed to be able to use git submodule...
from purepospy import PurePOS

model_name = 'models/emTag/szeged.model'

em_tag = ('/emTag', PurePOS, (model_name,), {'source_fields': {'string', 'anas'},
'target_fields': ['lemma', 'hfstana']})
em_tag = ('/emTag', PurePOS, (), {'source_fields': {'string', 'anas'},
'target_fields': ['lemma', 'hfstana']})

# emDepTool ############################################################################################################

Expand Down
2 changes: 1 addition & 1 deletion purepospy

0 comments on commit abfbc4b

Please sign in to comment.