search for: myhtmlparse

Displaying 5 results from an estimated 5 matches for "myhtmlparse".

2013 Feb 05
1
make error in xapian-application/omega
...ectory `/home/white127/xapian-svn/build/xapian-applications/omega' /usr/bin/perl -I'/home/white127/xapian-svn/xapian-applications/omega/common' '/home/white127/xapian-svn/xapian-applications/omega/gen-myhtmltags' '/home/white127/xapian-svn/xapian-applications/omega' < myhtmlparse.tokens /bin/bash: myhtmlparse.tokens: No such file or directory if compile like this (compile in current dir, not build dir): *./bootstrap* *../configure --disable-documentation* *make* then the error: cd xapian-applications/omega && make all make[1]: Entering directory `/home/white127/x...
2013 Feb 05
0
make error in xapian-application/omega (jiangwen jiang)
...27/xapian-svn/build/xapian-applications/omega' > /usr/bin/perl > -I'/home/white127/xapian-svn/xapian-applications/omega/common' > '/home/white127/xapian-svn/xapian-applications/omega/gen-myhtmltags' > '/home/white127/xapian-svn/xapian-applications/omega' < myhtmlparse.tokens > /bin/bash: myhtmlparse.tokens: No such file or directory > > > if compile like this (compile in current dir, not build dir): > *./bootstrap* > *../configure --disable-documentation* > *make* > > then the error: > cd xapian-applications/omega && make al...
2009 Feb 02
2
Ticket #282: omindex-assorted-enhancements.patch woes
...**** } else if (mimetype == "text/rtf") { // The --text option unhelpfully converts all non-ASCII characters to // "?" so we use --html instead, which produces HTML entities. - string cmd = "unrtf --nopict --html 2>/dev/null " + shell_protect(file); MyHtmlParser p; try { - p.parse_html(stdout_to_string(cmd)); } catch (ReadError) { cout << "\"" << cmd << "\" failed - skipping\n"; return; --- 426,435 ---- } else if (mimetype == "text/rtf") { // The --text option unhe...
2011 Feb 09
1
Not separating words when parsing HTML in Omega
...paragraphs got melded together in the Xapian database. For example: To find the document containing these two paragraphs... ...you would search for "containingthese". I fixed it locally by adding a "dump.append(" ");" just before the return in process_text() in myhtmlparse.cc. Thought I'd mention it to see if anyone could put in a better/more permanent fix. I could send a sample document that produces the error, if that helps. --Brian Crowell Developer, Barbnet Investments
2016 Sep 22
2
issues compiling omega
...long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 -Wlogic al-op -Wmissing-declarations -Wdouble-promotion -Winit-self -fvisibility=hidden -I/home/John/xapian-core-1.4.0/include -g -O2 -std=gnu++11 -o .libs/omindex.exe omindex.o myhtmlparse.o htmlparse.o index_file.o mime.o common/getopt.o commonhe lp.o utils.o hashterm.o loadfile.o md5.o md5wrap.o xmlparse.o metaxmlparse.o utf 8convert.o sample.o diritor.o runfilter.o freemem.o common/msvc_dirent.o xpsxmlp arse.o common/str.o pkglibbindir.o svgparse.o tmpdir.o urlencode.o atomparse.o...