Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Current versions of NoSkE components: ​bonito-open 3.116.13 and ​manatee-open 2.167.8

64 views
Skip to first unread message

Jan Bušta

unread,
Nov 1, 2019, 12:05:15 PM11/1/19
to NoSketch Engine
New version od NoSkE is now available for download from https://nlp.fi.muni.cz/trac/noske/wiki/Downloads

Best, 
Jan

Vladimír Benko

unread,
Nov 1, 2019, 2:48:16 PM11/1/19
to no...@sketchengine.co.uk
Honzo,

New version od NoSkE is now available for download from https://nlp.fi.muni.cz/trac/noske/wiki/Downloads

Do I have upgrade Ubuntu to 18.04 to be able to install the new version?

Best,

Vlado B, 19:00

--
Vladimír Benko

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/


Bez virů. www.avast.com

Jan Bušta

unread,
Nov 1, 2019, 3:31:23 PM11/1/19
to no...@sketchengine.co.uk, vladimi...@juls.savba.sk
Ahoj Vlado,

the DEB packages were built for Ubuntu 18.04, but they can be installed on Ubuntu 16.04 as well. I tried to install them on Ubuntu 16.04.6 LTS and it seems to work fine.

Best,

Jan

Dne pátek 1. listopadu 2019 19:48:16 UTC+1 Vladimír Benko napsal(a):

Quirin

unread,
Nov 2, 2019, 10:24:04 AM11/2/19
to NoSketch Engine
Is there information about changes / new features anywhere?


Best,
Quirin

Miloš Jakubíček

unread,
Nov 2, 2019, 11:00:24 AM11/2/19
to Quirin, NoSketch Engine
Hi Quirin and others,

a bit more information:

1) this is a bugfix release in the first place
2) new features include:
* bindings for Python 3 as well as Python 2
* dynamic functions can be implemented as a shell pipe (apart from a dynamic .so plugin), e.g.:

ATTRIBUTE "case" {
    DYNAMIC "/somewhere/somescript.py"
    DYNLIB "pipe"
    DYNTYPE "freq"
    FROMATTR "tag"
    LABEL "grammatical case"
}


Where somescript.py shall read a line from stdin, perform the transformation and write on stdout, e.g.:

#!/usr/bin/python3
import sys

for tag in sys.stdin:
    new_tag = do_something(tag.strip())
    print(new_tag)

3) it is the last release of the "old" Sketch Engine interface
4) there should be very soon another release including the new Sketch Engine interface, which means

* same version of the Manatee backend
* a new version of Bonito (versioned 4.X.X) which is incompatible with the old interface
* release of a NoSketch Engine-friendly version of the JS frontend

All the best,
Milos Jakubicek

CEO, Lexical Computing
Brno, CZ | Brighton, UK
http://www.sketchengine.co.uk


--
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/3677d500-a1da-44ec-affe-f077cbf44d39%40sketchengine.co.uk.

Vladimír Benko

unread,
Nov 5, 2019, 7:26:39 AM11/5/19
to no...@sketchengine.co.uk

Honzo,

I wanted to try the NoSkE live demo (https://no.sketchengine.co.uk/) but it seems to require a password:

You may want to modify the .htaccess file :-)

Best,

V, 21:30

Reply all
Reply to author
Forward
0 new messages