Skip navigation links
monq-2.0.0
How to proceed?

See: Description

Packages 
Package Description
monq.clifj
implements a command line parser for java programs far superiour to getopt style command line processing, because consistent usage information is maintainted.
monq.ie
functionality specifically targeting natural language processing.
monq.jfa
Implements Finite Automata, deterministic and nondeterministic, with an engine for high throughput filtering of text.
monq.jfa.actions
contains general purpose classes to be used as callbacks in finite automata created with package monq.jfa.
monq.jfa.ctx
adds support for recursive parsing to jfa that in particular allows easy XML parsing as an alternative to SAX.
monq.jfa.xml
classes in addition to the main Xml which help to work with XML.
monq.net
Simple tcp server and clients.
monq.programs
a collection of command line programs.
monq.stuff
contains assorted stuff which does not fit anywhere else.

How to proceed?

  1. monq.jfa is the main package. Its package description has an example to get you started.
  2. Then you soon need the regular expression syntax.
  3. Don't miss Grep, a mix of grep/sed/awk functionality, where the line is replaced by a region-of-interest.
Skip navigation links
monq-2.0.0