Namespace NOpenNLP.Tools.Formats.Ad

Classes

ADChunkSampleStream

Parser for Floresta Sita(c)tica Arvores Deitadas corpus, output to for the Portuguese Chunker training.

The heuristic to extract chunks where based o paper 'A Machine Learning Approach to Portuguese Clause Identification', (Eraldo Fernandes, Cicero Santos and Ruy Milidiú).

Data can be found on this web site:
http://www.linguateca.pt/floresta/corpus.html

Information about the format:
Susana Afonso. "Árvores deitadas: Descrição do formato e das opções de análise na Floresta Sintáctica" .
12 de Fevereiro de 2006. http://www.linguateca.pt/documentos/Afonso2006ArvoresDeitadas.pdf

Detailed info about the NER tagset: http://beta.visl.sdu.dk/visl/pt/info/portsymbol.html#semtags_names

Note: Do not use this class, internal use only!
ADChunkSampleStreamFactory

A Factory to create a Arvores Deitadas ChunkStream from the command line utility.

Note: Do not use this class, internal use only!
ADNameSampleStream

Parser for Floresta Sita(c)tica Arvores Deitadas corpus, output to for the Portuguese NER training.

The data contains four named entity types: Person, Organization, Group, Place, Event, ArtProd, Abstract, Thing, Time and Numeric.

Data can be found on this web site:
http://www.linguateca.pt/floresta/corpus.html

Information about the format:
Susana Afonso. "Árvores deitadas: Descrição do formato e das opções de análise na Floresta Sintáctica" .
12 de Fevereiro de 2006. http://www.linguateca.pt/documentos/Afonso2006ArvoresDeitadas.pdf

Detailed info about the NER tagset: http://beta.visl.sdu.dk/visl/pt/info/portsymbol.html#semtags_names

Note: Do not use this class, internal use only!
ADNameSampleStreamFactory

A Factory to create a Arvores Deitadas NameSampleDataStream from the command line utility.

Note: Do not use this class, internal use only!
ADPOSSampleStream

Note: Do not use this class, internal use only!

ADPOSSampleStreamFactory

Note: Do not use this class, internal use only!

ADSentenceSampleStream

Note: Do not use this class, internal use only!

ADSentenceSampleStreamFactory

Note: Do not use this class, internal use only!

ADSentenceStream

Stream filter which merges text lines into sentences, following the Arvores Deitadas syntax.

Information about the format:
Susana Afonso. "Árvores deitadas: Descrição do formato e das opções de análise na Floresta Sintáctica" .
12 de Fevereiro de 2006. http://www.linguateca.pt/documentos/Afonso2006ArvoresDeitadas.pdf

Note: Do not use this class, internal use only!
ADSentenceStream.Sentence
ADSentenceStream.SentenceParser

Parses a sample of AD corpus. A sentence in AD corpus is represented by a Tree. In this class we declare some types to represent that tree. Today we get only the first alternative (A1).

ADSentenceStream.SentenceParser.Leaf

Represents the AD leaf.

ADSentenceStream.SentenceParser.Node

Represents the AD node.

ADSentenceStream.SentenceParser.TreeElement

Represents a tree element, Node or Leaf.

ADTokenSampleStreamFactory

Note: Do not use this class, internal use only!

PortugueseContractionUtility

Utility class to handle Portuguese contractions.

Some Corpora splits contractions in its parts, for example, "da" > "de" + "a", but according to the fase of language processing, NER for instance, we can't decide if to split a contraction or not, specially because contractions inside names are not separated, but outside are.

Note: Do not use this class, internal use only!