Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Morphological Adorner
MorphAdorner adorns words in text with morphological tags.
See:
Description
Packages
com.megginson.sax
SAX-based XML output filters.
de.spieleck.app.cngram
Implementation of
character
based ngrams.
de.spieleck.util
Utilities used by ngram profiler.
edu.northwestern.at.morphadorner
MorphAdorner adorns texts with word-based morphological information such as parts of speech and lemmata.
edu.northwestern.at.morphadorner.examples
Example programs using MorphAdorner facilities.
edu.northwestern.at.morphadorner.servers.standardizerserver
The Spelling Standardizer server.
edu.northwestern.at.morphadorner.servlets
Servlets providing access to MorphAdorner processing over the web.
edu.northwestern.at.morphadorner.tools
Contains a variety of utility tools for creating and manipulating data files for use with MorphAdorner.
edu.northwestern.at.morphadorner.tools.addcharacteroffsets
Create derived MorphAdorner files with character offsets to word tokens.
edu.northwestern.at.morphadorner.tools.addpseudopages
Adds pseudopage milestones to an adorned file.
edu.northwestern.at.morphadorner.tools.comparestringcounts
Compare string counts in two files using Dunning's log-likelihood.
edu.northwestern.at.morphadorner.tools.countadornedwords
Counts adorned words by processing XMLToTab output.
edu.northwestern.at.morphadorner.tools.countaffixes
Counts affixes (suffixes and prefixes) of adorned words by processing MorphAdorner XML output.
edu.northwestern.at.morphadorner.tools.createlexicon
Generates a MorphAdorner lexicon from training data.
edu.northwestern.at.morphadorner.tools.createsuffixlexicon
Generates a MorphAdorner suffix lexicon from a word lexicon.
edu.northwestern.at.morphadorner.tools.findteitextlanguage
Determines the language(s) in which a TEI text is written.
edu.northwestern.at.morphadorner.tools.fixquotes
Fix quote marks in text and XML files.
edu.northwestern.at.morphadorner.tools.lgparser
Link grammar parser driver.
edu.northwestern.at.morphadorner.tools.mergebrilllexicon
Merges Brill style lexicon with MorphAdorned lexicon.
edu.northwestern.at.morphadorner.tools.mergeenhancedbrilllexicon
Merges enhanced Brill style lexicon with MorphAdorned lexicon.
edu.northwestern.at.morphadorner.tools.mergespellingdata
Merges multiple spelling map word lists into a single file.
edu.northwestern.at.morphadorner.tools.mergetextfiles
Merges multiple text files into a single file.
edu.northwestern.at.morphadorner.tools.mergewordlists
Merges multiple word list files into a single file.
edu.northwestern.at.morphadorner.tools.namedentities
AdornWithNamedEntities adorns texts with named entities such as person, location, time, date, and organization.
edu.northwestern.at.morphadorner.tools.relemmatize
Update lemmata and standard spellings in MorphAdorned XML files.
edu.northwestern.at.morphadorner.tools.sampletextfile
Utilities to extract random or exact size samples from a text file.
edu.northwestern.at.morphadorner.tools.stripwordattributes
Create derived MorphAdorner file with word elements stripped of attributes.
edu.northwestern.at.morphadorner.tools.tagdiff
Compares training data to adorner output.
edu.northwestern.at.morphadorner.tools.taggertrainer
Training programs for part of speech taggers.
edu.northwestern.at.morphadorner.tools.taggertrainer.ngram
Generates transition matrices from training data for hidden Markov model part of speech taggers.
edu.northwestern.at.morphadorner.tools.validatexmlfiles
Validate XML files.
edu.northwestern.at.morphadorner.tools.xmltotab
Converts MorphAdorner XML output to tab-separated tabular form.
edu.northwestern.at.morphadorner.xgtagger
Supervises adornment of XML texts.
edu.northwestern.at.utils
Reusable utilities, primarily non-visual.
edu.northwestern.at.utils.cache
Cache utilities.
edu.northwestern.at.utils.corpuslinguistics.adornedword
Adorned Word.
edu.northwestern.at.utils.corpuslinguistics.contractionexpander
Contraction Expander.
edu.northwestern.at.utils.corpuslinguistics.inflector
Inflector.
edu.northwestern.at.utils.corpuslinguistics.inflector.conjugator
Conjugator.
edu.northwestern.at.utils.corpuslinguistics.inflector.pluralizer
Pluralizer.
edu.northwestern.at.utils.corpuslinguistics.inflector.wordrule
WordRule.
edu.northwestern.at.utils.corpuslinguistics.inputter
Text inputter for morphadorner.
edu.northwestern.at.utils.corpuslinguistics.languagerecognizer
Language recognizer.
edu.northwestern.at.utils.corpuslinguistics.lemmatizer
Lemmatization.
edu.northwestern.at.utils.corpuslinguistics.lexicon
Lexicon of spelling, lemmata, and parts of speech.
edu.northwestern.at.utils.corpuslinguistics.namerecognizer
Finds named entities in text.
edu.northwestern.at.utils.corpuslinguistics.namestandardizer
Name standardizer.
edu.northwestern.at.utils.corpuslinguistics.ngram
Classes for creating and manipulating word ngrams.
edu.northwestern.at.utils.corpuslinguistics.outputter
Output generation for adorned text.
edu.northwestern.at.utils.corpuslinguistics.partsofspeech
Classes and methods for manipulating part of speech tags.
edu.northwestern.at.utils.corpuslinguistics.partsofspeech.mapper
Classes and methods for mapping one part of speech tag set to another.
edu.northwestern.at.utils.corpuslinguistics.phonetics
Classes for generating phonetic values for strings.
edu.northwestern.at.utils.corpuslinguistics.postagger
Methods and interfaces for part of speech tagging and lemmatization.
edu.northwestern.at.utils.corpuslinguistics.postagger.affix
Affix part of speech tagger.
edu.northwestern.at.utils.corpuslinguistics.postagger.bigram
Bigram part of speech tagger.
edu.northwestern.at.utils.corpuslinguistics.postagger.bigramhybrid
Hybrid bigram part of speech tagger.
edu.northwestern.at.utils.corpuslinguistics.postagger.guesser
Guesses parts of speech for unknown words.
edu.northwestern.at.utils.corpuslinguistics.postagger.hepple
Implements Mark Hepple's part of speech tagger.
edu.northwestern.at.utils.corpuslinguistics.postagger.hepple.rules
Implements tagging rules for Mark Hepple's part of speech tagger.
edu.northwestern.at.utils.corpuslinguistics.postagger.iretagger
Retagger to correct "I" tagging issues.
edu.northwestern.at.utils.corpuslinguistics.postagger.noopretagger
Retagger which leaves initial tagging undisturbed.
edu.northwestern.at.utils.corpuslinguistics.postagger.propernounretagger
Retagger to correct proper noun tagging issues.
edu.northwestern.at.utils.corpuslinguistics.postagger.regexp
Regular expression-based part of speech tagger.
edu.northwestern.at.utils.corpuslinguistics.postagger.simple
Simple part of speech tagger.
edu.northwestern.at.utils.corpuslinguistics.postagger.simplerulebased
Simple rule-based part of speech tagger.
edu.northwestern.at.utils.corpuslinguistics.postagger.smoothing.contextual
Methods and interfaces for lexical and contextual smoothing for part of speech taggers.
edu.northwestern.at.utils.corpuslinguistics.postagger.smoothing.lexical
Methods and interfaces for lexical and contextual smoothing for part of speech taggers.
edu.northwestern.at.utils.corpuslinguistics.postagger.suffix
Suffix part of speech tagger.
edu.northwestern.at.utils.corpuslinguistics.postagger.transitionmatrix
Transition matrix.
edu.northwestern.at.utils.corpuslinguistics.postagger.trigram
Trigram part of speech tagger.
edu.northwestern.at.utils.corpuslinguistics.postagger.trigramhybrid
Hybrid trigram part of speech tagger.
edu.northwestern.at.utils.corpuslinguistics.postagger.unigram
Unigram part of speech tagger.
edu.northwestern.at.utils.corpuslinguistics.sentencemelder
Melds a list of words and punctuation into formatted sentences.
edu.northwestern.at.utils.corpuslinguistics.sentencesplitter
Splits text into sentences.
edu.northwestern.at.utils.corpuslinguistics.spellingmapper
BritishToUS is a simple filter which maps British spellings to American (US) spellings.
edu.northwestern.at.utils.corpuslinguistics.spellingstandardizer
Spelling standardization.
edu.northwestern.at.utils.corpuslinguistics.statistics
Methods and interfaces for statistical methods useful in corpus linguistics.
edu.northwestern.at.utils.corpuslinguistics.stemmer
Stemming.
edu.northwestern.at.utils.corpuslinguistics.stopwords
Stop words.
edu.northwestern.at.utils.corpuslinguistics.stringsimilarity
Methods for computing the similarity of strings.
edu.northwestern.at.utils.corpuslinguistics.syllablecounter
Syllable counter.
edu.northwestern.at.utils.corpuslinguistics.textsegmenter
Text Segmentation.
edu.northwestern.at.utils.corpuslinguistics.textsegmenter.c99
C99 text segmentation.
edu.northwestern.at.utils.corpuslinguistics.textsegmenter.struct
Utilities for linear text segmentation.
edu.northwestern.at.utils.corpuslinguistics.textsegmenter.texttiling
Text Tiling text segmentation.
edu.northwestern.at.utils.corpuslinguistics.textsummarizer
Text Summarization.
edu.northwestern.at.utils.corpuslinguistics.thesaurus
Thesaurus.
edu.northwestern.at.utils.corpuslinguistics.tokenizer
Text tokenization.
edu.northwestern.at.utils.corpuslinguistics.wordcounts
Word Counts.
edu.northwestern.at.utils.csv
Reading and writing delimiter separated files.
edu.northwestern.at.utils.gate
Classes to supprt Gate processing, particularly the ANNIE annotator.
edu.northwestern.at.utils.html
Utilities for processing HTML text.
edu.northwestern.at.utils.logger
Logging utilities.
edu.northwestern.at.utils.math
Reusable utilities for mathematics and arithmetic.
edu.northwestern.at.utils.math.distributions
Methods for computing point probabilities and percentage points of common statistical distributions.
edu.northwestern.at.utils.math.randomnumbers
Implements the Mersenne Twister random number generator as well as methods for generating random numbers from a variety of statistical distributions.
edu.northwestern.at.utils.math.rootfinders
Methods and interfaces for finding roots (zeroes) of functions.
edu.northwestern.at.utils.math.statistics
Reusable utilities for statistics.
edu.northwestern.at.utils.net.mime
MIME utilities.
edu.northwestern.at.utils.preprocessor
A java comment-based source preprocessor.
edu.northwestern.at.utils.servlets
Reusable utilities for servlets.
edu.northwestern.at.utils.spellcheck
Provides classes and methods for accessing spelling dictionaries and performing spell checking.
edu.northwestern.at.utils.spellcheck.tools
Programs to create spelling dictionaries for use with the spellcheck classes.
edu.northwestern.at.utils.xml
Reusable XML utilities.
jargs.gnu
Jargs GNU Command Line Parser.
net.sf.jlinkgrammar
JLinkGrammar is a Java port of the Carnergie Mellon University link grammar parser, a syntactic parser for English.
org.jdom.contrib.schema
Schema.
MorphAdorner adorns words in text with morphological tags.
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes