473,657 Members | 2,595 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Preview release of LTXML2

I'm pleased to announce the first release of LTXML2, the new version
of LTG's XML toolkit. This release is binary-only, for Mac and Linux.
We intend to do a source release later in the year.

The software can be downloaded from:

http://www.ltg.ed.ac.uk/software/ltxml2

From the README file:

LTXML2 Preview Binary Release, June 2007

About LTXML2:

LTXML2 is the new version of LTG's XML toolkit. These tools were
designed for use in NLP (Natural Language Processing) applications,
but many of them are useful for general-purpose XML processing.

LTXML2 consists of a C API for reading, writing, and modifying XML
documents, an XPath library, and several applications built with
these. The present release contains only the applications.

The applications include among others lxgrep, a grep-like program for
XML; lxt, an XSLT 1.0 implementation; lxprintf, a program for
generating plain-text tables from an XML document; and lxsort, a
sorting program.

Also included is lxtransduce, which is a key part of LT-TTT 2, our set
of shallow text NLP tools. LT-TTT 2 will be released this summer.

Installation:

This release contains only binaries, manual pages, and the lxtransduce
DTD. Copy the files into suitables directories on your system (e.g.
/usr/local/bin, /usr/local/man/man1, and /usr/local/share). You may
wish to add a reference to the lxtransduce DTD to your XML catalog if
you use one.

Versions compiled for Linux and MacOS X are available.

Documentation:

There is an ltxml2 manual page with a very brief introduction to the
programs, and an individual manual page for each program. Most of the
programs are straightforward and controlled by command-line options,
but for lxtransduce there is also an introduction to the rule files
available at:

http://www.cogsci.ed.ac.uk/~richard/...ce-manual.html

The forthcoming LT-TTT 2 release will include scripts and tutorial
for lxtransduce.

Copying:

The files in this release are Copyright 2007 Richard Tobin, LTG, HCRC,
University of Edinburgh. They may not be redistributed. We plan to
make a source release later in the year.

Bugs:

Most of these programs have not yet been widely used, so expect to
find bugs. Please report them to ri*****@inf.ed. ac.uk.

-- Richard

--
"Considerat ion shall be given to the need for as many as 32 characters
in some alphabets" - X3.4, 1963.
Jun 15 '07 #1
0 1502

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1719
by: Brian Lloyd | last post by:
For those interested, I've made a preview-2 release of Python for .NET. Python for .NET is a near-seamless integration of the CPython runtime with the .NET Common Language Runtime (CLR). It lets you script and build applications in Python, using CLR services and components written in any language that targets the CLR (C#, Managed C++, VB.NET, etc.).
2
2892
by: Marcin | last post by:
hello, Anyone has an idea how can I delay the preview from my camera about 4 minutes? I want to delay capturing stream and then show it on screen. I used Stream Buffer Engine but I can't lock the profile (LockProfile function gives me an application error. Help me please.
53
4570
by: Alf P. Steinbach | last post by:
So, I got the itch to write something more... I apologize for not doing more on the attempted "Correct C++ Tutorial" earlier, but there were reasons. This is an UNFINISHED and RAW document, and at the end there is even pure mindstorming text left in, but already I think it can be very useful. <url: http://home.no.net/dubjai/win32cpptut/special/pointers/preview/pointers_01__alpha.doc.pdf>.
1
1416
by: Ian Shimmings | last post by:
I have implemented some label printing code that prints to a (you guessed it) label printer. I have derived my class from the System.Drawing.Printing.PrintDocument class ond overriden some of the protected methods. I pass into the constructor a custom Label object that contains the layout and data and has rendering code. public LabelPrint(Label label) : base() { this.label = label; }
5
2628
by: Dave A | last post by:
I am writing an ASP.NET tool that will allow the client to create their own online froms. ie the client can add tect boxes, text, drop downs,etc with absolutely no technical skill what so ever. The form can then be deployed to their intranet. The form designer is somewhat WYSIWYG but it contains a heap of 'edit', 'delete' and reordering buttons that are not seen when the form is acutally being used. I would love to have a preview...
3
2339
by: VK | last post by:
Internet Explorer 7 beta 2 preview CNET Editor review: <http://reviews.cnet.com/Internet_Explorer_7_for_XP_SP2_Beta_2/4505-3514_7-31454661-2.html?tag=nl.e415> Summary (my personal review interpretation): "Half stolen from Firefox, half is buggy - including the stolen part". Download: <http://www.download.com/Internet-Explorer-7/3000-2356_4-10497433.html?tag=nl.e415>
2
1237
by: Andy Dingley | last post by:
Don't listen to me, go here http://www.webstandards.org/2006/05/15/microsoft-expression-preview-release/ and here http://www.microsoft.com/products/expression/en/web_designer/default.mspx Microsoft have some videos up on its lovely new features, and a freebie trial download.
6
1454
by: seaside | last post by:
seaside schrieb: Uploaded the new release preview-1.2 - Optimized GUI - First release of 'Data Inspector' - Added 'Print...' feature - Source code now get highlighted using color
1
5270
by: Andy B | last post by:
I am using an accordion control on a page that seems to work just fine on my local computer (IIS not installed and it can't be either). When I upload to the live server, I get a few errors, but the main one is "parse error: 'Can't load Microsoft.Web.Preview. The system can't load the file specified'. From a few google searches, it appears that the accordion control uses Microsoft.Web.Preview which also comes in the asp.net futures July...
0
8397
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8310
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8827
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7333
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2731
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1957
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1620
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.