Custom Query (3 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Ticket Resolution Summary Owner Reporter
#2 fixed Regular Expressions not working didzis@…
Description

Compiled manatee from sources (manatee-bundle-open-2.59.1.tar.gz) as instructed in http://nlp.fi.muni.cz/trac/noske/wiki/Downloads (configured with --with-pcre --prefix=/usr/local) on Ubuntu 10.04 LTS yields in partially working regular expressions in Corpus Query Language.

PCRE is also compiled from sources of latest version (8.32).
$ ldd /usr/local/lib/libmanatee.so states:
libpcre.so.1 => /usr/local/lib/libpcre.so.1 - which is the latest version of PCRE compiled from sources.

/usr/local/include/finlib/config.hh contains:
/* Define to 1 if using pcre regexps */
#define USE_PCRE 1

Partially working regular expressions means that regular expressions are working on structure attributes, but not working on corpus attributes, for example, the query
[someattr="non regexp"] within <somestruct somestructattr="some regexp" />
works, but
[someattr="some regexp"] within <somestruct somestructattr="some regexp" />
does not work.

Previous version (manatee-bundle-open-2.33.1.tar.gz) worked correctly.

#3 fixed bonito2-open-www_2.91.13-1_all.deb package missing novakat@…
Description

The bonito2-open-www_2.91.13-1_all.deb package is missing from http://corpora.fi.muni.cz/noske/deb/1204/bonito2-open. Could you please post it? Thanks.

#1 answered Cannot display concordance ikouril@…
Description

I've installed bonito2, I'm sucessfully runing manateesrv with susanne corpus, everything works, but when I try to make concordace, it tells me, that

/home/ikouril/bonito2cache/susanne/00CONCS.map is missing

(/home/ikouril/bonito2 is path, where I installed bonito2)

It looks like creating concordance file failed, so it can't be displayed.

Note: See TracQuery for help on using queries.