Re: TextMarker
Hi Thilo,
Am 01.01.2011 13:41, schrieb Thilo Goetz:
> Hi Peter,
>
> I downloaded the source trunk and got things mostly to compile
> and run: I'm running Eclipse 3.5.2, RCP edition, and installed
> the latest UIMA plugins and DLTK 1.0.2. I also had to find the
> Mozilla xpcom plugin. The only thing not compiling for me are
> references to com.sun.org.apache.apache.xpath.XPathAPI. The
> internet tells me that those could be fixed by using Xalan
> directly, but I haven't tried.
>
The XPCom plugin is only necessary for the HTML visualization of the CEV
plugin. The XULRunner plugin provides the implementations of the
interfaces for the manipulation of the DOM within Eclipse. Both plugins
often cause problems, but I haven't found a better solution yet.
About the XML problem: Which plugin has that reference? I've had a
similar problem about three year ago, but that should be solved.
However, I'm not an expert of the different XML integrations in Java.
The only place in my code, if I'm not mistaken, where XML is actively
used, is the engine project that is able to load dictionaries in
trie-like structures. But that should work just fine without additional
libraries. Can you give me more information about that problem?
> My main issue right now is that the TextMarker wiki is down,
> and that seems to be the only source of documentation (unless
> I missed something).
(Continue reading)