Siim Orasmaa

Results 10 comments of Siim Orasmaa

Many thanks for the reply! I tried out your solution and it works splendidly on Linux. But on Windows, I still get a segfault: ``` Fatal Python error: Aborted Current...

Ah, yes, the error is different this time, thanks for noticing, @Traubert! Still, it's difficult to detect the reason, it seems to come from the Swig-wrapped component: ```python def __init__(self,...

I agree with Paul that it would be great, if you could use the version that is most actively developed. Although, this means that you have to download version [devel_1.6](https://github.com/estnltk/estnltk/tree/devel_1.6)...

The most direct way of accessing morph is by using attributes: ```python text = Text("esimene lause. teine lause. kolmas pikem lause.") text.tag_layer() for sentence in text.sentences: for word in sentence:...

Thank you for the report! We have encountered a very similar problem, but, unfortunately, we do not have a very good fix for this (yet). It seems that the vabamorf...

I would also vote for removing `dist`, and also from history (if it is not too much trouble). Though, I am not sure that I understand the disadvantages fully. All...

I think I've found the reason why multiprocessing failed. By default, `tag_layer()` always uses the standard pipeline, which means that only one Vabamorf instance is used. This breaks the multiprocessing....

Thank you for the quick and through reply! Unfortunately, adding this feature is out of my scope for the time being, so I am closing this issue now.

Thank you for the initiative on updating the building instructions! :) There is a Dockerfile showing how to build estnltk from the source and how to run tests. Unfortunately, it...

The /dist directory still remains in the history, but this issue is no longer topical. Closing.