Download List

Projeto Descrição

The Quipu OpenNLP API is a preliminary collection of Java interfaces for standardizing how natural language processing components interact.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-12-05 20:45
0.6.6

Muitas melhorias foram feitas na forma de XML é tratado. A estrutura do NLPDocuments foi alterado, embora não DTD ou Schema foi definido para ele ainda. O NLPDocument agora se estende org.jdom.Document vez segurando um objeto de documento dentro dele, e muitos métodos foram adicionados para tornar mais fácil para recuperar e manipular diversos tipos de elementos do documento.
Tags: Minor feature enhancements
Lots of improvements were made in the way XML is handled. The structure of
NLPDocuments has been changed, though no DTD or Schema has been defined for it
yet. The NLPDocument now extends org.jdom.Document rather than holding a
Document object inside it, and many methods have been added to make it easy to
retrieve and manipulate various kinds of elements of the document.

2001-11-27 15:13
0.6.5

Um bug no xmlutils em que o replace () métodos não têm o elemento pai deserdar seus filhos antes de definir uma nova lista para ser o seu Crianças foi corrigido. Unificação foi mais alterado. Duas implementações da interface de substituição, SimpleSubstitution e SelfCondensingSub, foram adicionados.
Tags: Minor bugfixes
A bug in XmlUtils in which the replace() methods did not have the parent Element disown its children before setting a new List to be its Children was fixed. Unification was further changed. Two implementations of the Substitution interface, SimpleSubstitution and SelfCondensingSub, were added.

2001-11-21 17:20
0.6.4

Xmlutils foi ressuscitada e trabalha com JDOM. As classes de unificação e metodologia foram reestruturados. OpenNLP comum agora herda a PerlHelp e classes BasicEnglishAffixes de OpenNLP Maxent. OpenNLP foi libertado da dependência com.sun.xml. Pequenas mudanças de várias interfaces foram adicionadas.
Tags: Minor feature enhancements
XmlUtils has been resurrected and works with JDOM. The unification classes and methodology were restructured. OpenNLP common now inherits the PerlHelp and BasicEnglishAffixes classes from OpenNLP Maxent. OpenNLP was freed of the com.sun.xml dependency. Minor changes to several interfaces were added.

2001-10-16 22:06
0.6.0

As várias interfaces foram divididos e colocados em pacotes separados que reflectem o seu agrupamento. Um certo número de aulas foram reformadas a ser menos específica à gramática categorial. Um novo pacote, opennlp.common.hylo, foi adicionado para representar termos de lógicas de híbridos. O SchemaBasedValidator foi adicionado para simplificar a validação dos arquivos XML contra esquemas. OpenNLP agora usa o Ant para construir. A estrutura de diretório foi alterado consideravelmente para facilitar a criação dos arquivos de distribuição, e para garantir que o código fonte e bibliotecas de suporte são sempre fornecidos com a distribuição.
Tags: Major feature enhancements
The various interfaces were broken up and placed into separate packages which
reflect their grouping. A number of the classes were redesigned to be less
specific to categorial grammar. A new package, opennlp.common.hylo, was added
for representing terms of hybrid logics. The SchemaBasedValidator was added to
simplify validation of files against XML Schemas. OpenNLP now uses Ant to
build. The directory structure has been changed considerably to facilitate the
creation of the distribution files, and to ensure that source code and
supporting libraries are always provided with the distribution.

2001-01-30 15:14
0.4.0

Initial release.
Initial release.

Project Resources