Skip to content

Instantly share code, notes, and snippets.

@dchaplinsky
Created December 22, 2014 11:01
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/8869304b93d83b6a482f to your computer and use it in GitHub Desktop.
Save dchaplinsky/8869304b93d83b6a482f to your computer and use it in GitHub Desktop.
INFO 2014-12-22 12:55:53 simplifying tags: looking for tag spellings
INFO 2014-12-22 12:56:06 simplifying tags: looking for spelling duplicates (skip_space_ambiguity: True)
DEBUG 2014-12-22 12:56:06 290 duplicate tags will be removed
INFO 2014-12-22 12:56:06 simplifying tags: fixing
INFO 2014-12-22 12:56:11 inlining lexeme derivational rules...
INFO 2014-12-22 12:56:12 building paradigms...
DEBUG 2014-12-22 12:56:12 word len(gramtab) len(words) len(paradigms)
DEBUG 2014-12-22 12:56:12 пообклеювати 15 15 1
DEBUG 2014-12-22 12:56:15 кричавши 1042 133287 667
DEBUG 2014-12-22 12:56:16 димувати 1249 269033 985
DEBUG 2014-12-22 12:56:17 дерибанитися 1418 402548 1206
DEBUG 2014-12-22 12:56:19 ротаційний 1520 537606 1418
DEBUG 2014-12-22 12:56:20 нарівні 1767 670916 1615
DEBUG 2014-12-22 12:56:21 мастика 1781 804387 1787
DEBUG 2014-12-22 12:56:22 відколупати 1827 939200 1952
DEBUG 2014-12-22 12:56:24 оргпитання 1832 1076199 2083
DEBUG 2014-12-22 12:56:25 вкорінявшись 1846 1212971 2217
DEBUG 2014-12-22 12:56:27 обоюдогострий 1849 1348272 2336
DEBUG 2014-12-22 12:56:28 пухівка 1865 1483166 2455
DEBUG 2014-12-22 12:56:30 інфіз 1931 1618075 2567
DEBUG 2014-12-22 12:56:31 замерлий 1960 1751815 2686
DEBUG 2014-12-22 12:56:32 сен-готард 1984 1886079 2795
DEBUG 2014-12-22 12:56:34 забетонувати 2010 2019453 2898
DEBUG 2014-12-22 12:56:36 денечко 2049 2152394 2987
DEBUG 2014-12-22 12:56:37 синхронізованість 2087 2286695 3096
DEBUG 2014-12-22 12:56:38 total: 2105 2350571 3145
DEBUG 2014-12-22 12:56:38 linearizing paradigms..
DEBUG 2014-12-22 12:56:38 calculating prediction data..
DEBUG 2014-12-22 12:56:38 calculating prediction data: removing non-productive paradigms..
DEBUG 2014-12-22 12:56:38 calculating prediction data: checking word endings..
DEBUG 2014-12-22 12:57:10 calculating prediction data: preparing DAWGs data #0..
DEBUG 2014-12-22 12:57:13 calculating prediction data: preparing DAWGs data #1..
DEBUG 2014-12-22 12:57:13 calculating prediction data: preparing DAWGs data #2..
DEBUG 2014-12-22 12:57:13 building word DAWG..
DEBUG 2014-12-22 12:57:23 building prediction_suffixes DAWGs #0..
DEBUG 2014-12-22 12:57:23 building prediction_suffixes DAWGs #1..
DEBUG 2014-12-22 12:57:23 building prediction_suffixes DAWGs #2..
INFO 2014-12-22 12:57:24 Saving...
DEBUG 2014-12-22 12:57:24 computing metadata..
DEBUG 2014-12-22 12:57:24 words_dawg_len
DEBUG 2014-12-22 12:57:25 prediction_suffixes_dawgs_len
--------------------
Done in 0:03:13.579589
INFO 2014-12-22 12:57:27 Loading dictionaries from pymorphy2_dicts/data
INFO 2014-12-22 12:57:27 format: 2.4, revision: 1, updated: 2014-12-22T10:57:25.693278
Traceback (most recent call last):
File "update.py", line 109, in <module>
cli.show_dict_meta(OUT_PATH)
File "/Users/dchaplinsky/Projects/pymorphy2/pymorphy2-dicts/venv/lib/python2.7/site-packages/pymorphy2/cli.py", line 59, in show_dict_meta
morph = pymorphy2.MorphAnalyzer(dict_path)
File "/Users/dchaplinsky/Projects/pymorphy2/pymorphy2-dicts/venv/lib/python2.7/site-packages/pymorphy2/analyzer.py", line 177, in __init__
self.prob_estimator = probability_estimator_cls(path)
File "/Users/dchaplinsky/Projects/pymorphy2/pymorphy2-dicts/venv/lib/python2.7/site-packages/pymorphy2/analyzer.py", line 65, in __init__
self.p_t_given_w = ConditionalProbDistDAWG().load(cpd_path)
File "dawg.pyx", line 394, in dawg.CompletionDAWG.load (src/dawg.cpp:8086)
IOError: It's not possible to read file stream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment