Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT chang es to master grimoire by AndraÅ ¾ Levstik (0a7561b4004865e0bf94f0d7d325e66528b2ebfc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Andraž 'ruskie' Levstik" <ruskie AT mages.ath.cx>
  • To: <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT chang es to master grimoire by AndraÅ ¾ Levstik (0a7561b4004865e0bf94f0d7d325e66528b2ebfc)
  • Date: Wed, 07 Mar 2007 09:46:51 +0100

On 01:47:41 2007-03-07 Jeremy Blosser <jblosser-smgl AT firinn.org> wrote:
> On Mar 06, Andra?? Levstik [scm AT mail.sourcemage.org] wrote:
> > GIT changes to master grimoire by Andraž Levstik
> > <ruskie AT mages.ath.cx>:
> >
> > ChangeLog | 7 +++++++
> > doc/unrtf/DETAILS | 24 ++++++++++++++++++++++++
> > doc/unrtf/HISTORY | 2 ++
> > libs/libtextcat/DETAILS | 19 +++++++++++++++++++
> > libs/libtextcat/HISTORY | 2 ++
> > libs/libtextcat/INSTALL | 2 ++
> > libs/xapian-core/DEPENDS | 1 +
> > libs/xapian-core/DETAILS | 21 +++++++++++++++++++++
> > libs/xapian-core/HISTORY | 3 +++
> > utils/pinot/DEPENDS | 17 +++++++++++++++++
> > utils/pinot/DETAILS | 20 ++++++++++++++++++++
> > utils/pinot/HISTORY | 2 ++
> > 12 files changed, 120 insertions(+)
>
> These all sound cool, but...
>
> > +cat << EOF
> > +Libtextcat is a library with functions that implement the
> > classification +technique described in Cavnar &amp; Trenkle,
> > &quot;N-Gram-Based Text +Categorization&quot;. It was primarily
> > developed for language guessing, a task +on which it is known to
> > perform with near- perfect accuracy. Considerable +effort went into
> > making this implementation fast and efficient. The language +guesser
> > processes over 100 documents/second on a simple PC, which makes it
> > +practical for many uses. +EOF
>
> Your HTML entities are showing there.

quill doesn't yet have a striphtml function to clean those out.
Might as well start working on it ;)

>
> > +++ b/utils/pinot/DEPENDS
> > @@ -0,0 +1,17 @@
> > +depends gtkmm2 &&
> > +depends g++ &&
> > +depends xapian-core &&
> > +depends sqlite &&
> > +depends libxml++ &&
> > +depends dbus-glib &&
> > +depends shared-mime-info &&
> > +depends desktop-file-utils &&
> > +depends libtextcat &&
> > +depends unzip &&
> > +depends xpdf &&
> > +depends antiword &&
> > +depends taglib &&
> > +depends curl &&
> > +depends gmime &&
> > +depends unrtf &&
> > +depends boost
>
> None of these are optional?? What if I don't have any word docs but do
> have pdfs, or vice versa? Is the app really all or none?

It really needs all. It has no configure switches and configure fails
if it's missing various parts. I'm guessing it _*MIGHT*_ be possible to
optionalise the external apps like unzip,antiwori,unrtf,xpdf but I'm
guessing if the app is missing it might NOT gracefully fail. I tried
building without various libs and it errored out.


--
Andraž "ruskie" Levstik
Source Mage GNU/Linux Games grimoire guru
Geek/Hacker/Tinker

Hacker FAQ: http://www.plethora.net/%7eseebs/faqs/hacker.html
Be sure brain is in gear before engaging mouth.

Key id = F4C1F89C
Key fingerprint = 6FF2 8F20 4C9D DB36 B5B6 F134 884D 72CC F4C1 F89C





Archive powered by MHonArc 2.6.24.

Top of Page