Dear All,
After many years of using the older version of NoSkE, we have finally decided to install the new (Crystal) one. We have, however, encountered a strange problem. In one of our beta corpora, we have a dynamic attribute defined as follows:
ATTRIBUTE "lemma_2"
{
DYNAMIC utf8getlastn
DYNLIB internal
ARG1 "2"
FUNTYPE i
FROMATTR lemma
DYNTYPE index
TRANSQUERY yes
}
I.e., take the last two characters of lemma. The 'compilecorp'
log indicates that the process is running, et it has slowed down
dramatically, adding approximately one line every two hours:
Compiling arf for
attribute lemma_2
frq already compiled, skipping.
0 %
1 %
...
51 %
52 %
Slovak Academy of Sciences
Ľ. Štúr Institute of Linguistics
Panská 26, SK-81101 Bratislava
Tel +421-2-54431762 Fax -54431756
http://aranea.juls.savba.sk/guest/
https://www.facebook.com/araneawebcorpora/
--
You received this message because you are subscribed to the Google Groups "NoSketch Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to noske+un...@sketchengine.co.uk.
To view this discussion on the web visit https://groups.google.com/a/sketchengine.co.uk/d/msgid/noske/995c9535-0285-49ef-b2dd-10f1ebec6e22%40juls.savba.sk.
you can use DYNTYPE freq, that should do it.
Thanks a lot -- yes, it has helped (a bit ;-)