Skip to content

Instantly share code, notes, and snippets.

@dchaplinsky
Created December 21, 2014 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dchaplinsky/0a9476a382600dfc22f8 to your computer and use it in GitHub Desktop.
Save dchaplinsky/0a9476a382600dfc22f8 to your computer and use it in GitHub Desktop.
INFO 2014-12-21 17:20:27 simplifying tags: looking for tag spellings
INFO 2014-12-21 17:20:41 simplifying tags: looking for spelling duplicates (skip_space_ambiguity: True)
DEBUG 2014-12-21 17:20:41 313 duplicate tags will be removed
INFO 2014-12-21 17:20:41 simplifying tags: fixing
INFO 2014-12-21 17:20:46 inlining lexeme derivational rules...
INFO 2014-12-21 17:20:47 building paradigms...
DEBUG 2014-12-21 17:20:47 word len(gramtab) len(words) len(paradigms)
DEBUG 2014-12-21 17:20:47 пообклеювати 15 15 1
DEBUG 2014-12-21 17:20:50 кричавши 1186 133287 667
DEBUG 2014-12-21 17:20:51 димувати 1417 269033 985
DEBUG 2014-12-21 17:20:52 дерибанитися 1586 402548 1206
DEBUG 2014-12-21 17:20:54 ротаційний 1688 537606 1418
DEBUG 2014-12-21 17:20:55 нарівні 1935 670916 1615
DEBUG 2014-12-21 17:20:56 мастика 1949 804387 1787
DEBUG 2014-12-21 17:20:57 відколупати 1995 939200 1952
DEBUG 2014-12-21 17:20:59 оргпитання 2025 1076199 2083
DEBUG 2014-12-21 17:21:00 вкорінявшись 2039 1212971 2217
DEBUG 2014-12-21 17:21:01 обоюдогострий 2042 1348272 2336
DEBUG 2014-12-21 17:21:02 пухівка 2058 1483166 2455
DEBUG 2014-12-21 17:21:04 інфіз 2124 1618075 2567
DEBUG 2014-12-21 17:21:05 замерлий 2153 1751815 2686
DEBUG 2014-12-21 17:21:07 сен-готард 2177 1886079 2795
DEBUG 2014-12-21 17:21:08 забетонувати 2203 2019453 2898
DEBUG 2014-12-21 17:21:09 денечко 2242 2152394 2987
DEBUG 2014-12-21 17:21:11 синхронізованість 2280 2286695 3096
DEBUG 2014-12-21 17:21:11 total: 2298 2350571 3145
DEBUG 2014-12-21 17:21:11 linearizing paradigms..
DEBUG 2014-12-21 17:21:11 calculating prediction data..
DEBUG 2014-12-21 17:21:11 calculating prediction data: removing non-productive paradigms..
DEBUG 2014-12-21 17:21:11 calculating prediction data: checking word endings..
DEBUG 2014-12-21 17:21:42 calculating prediction data: preparing DAWGs data #0..
DEBUG 2014-12-21 17:21:45 calculating prediction data: preparing DAWGs data #1..
DEBUG 2014-12-21 17:21:45 calculating prediction data: preparing DAWGs data #2..
DEBUG 2014-12-21 17:21:45 building word DAWG..
DEBUG 2014-12-21 17:21:54 building prediction_suffixes DAWGs #0..
DEBUG 2014-12-21 17:21:55 building prediction_suffixes DAWGs #1..
DEBUG 2014-12-21 17:21:55 building prediction_suffixes DAWGs #2..
INFO 2014-12-21 17:21:55 Saving...
DEBUG 2014-12-21 17:21:55 computing metadata..
DEBUG 2014-12-21 17:21:55 words_dawg_len
DEBUG 2014-12-21 17:21:56 prediction_suffixes_dawgs_len
--------------------
Done in 0:03:21.161137
Traceback (most recent call last):
File "update.py", line 106, in <module>
opencorpora_dict.load(OUT_PATH).meta['source_revision'],
File "/Users/dchaplinsky/Projects/pymorphy2/pymorphy2-dicts/venv/lib/python2.7/site-packages/pymorphy2/opencorpora_dict/storage.py", line 51, in load_dict
gramtab = [Tag(tag_str) for tag_str in str_gramtab]
File "/Users/dchaplinsky/Projects/pymorphy2/pymorphy2-dicts/venv/lib/python2.7/site-packages/pymorphy2/tagset.py", line 279, in __init__
self._assert_grammemes_are_known(set(grammemes_tuple))
File "/Users/dchaplinsky/Projects/pymorphy2/pymorphy2-dicts/venv/lib/python2.7/site-packages/pymorphy2/tagset.py", line 395, in _assert_grammemes_are_known
cls._assert_grammemes_initialized()
File "/Users/dchaplinsky/Projects/pymorphy2/pymorphy2-dicts/venv/lib/python2.7/site-packages/pymorphy2/tagset.py", line 404, in _assert_grammemes_initialized
raise RuntimeError(msg)
RuntimeError: The class was not properly initialized.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment