| Trees | Indices | Help |
|
|---|
|
|
Main command-line interface to the Jazz Parser.
Takes input from the command line or a file and parses it. Allows specification of formalism, parser and tagger modules. See usage info for more details.
Author: Mark Granroth-Wilding <mark.granroth-wilding@ed.ac.uk>
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
logger = logging.getLogger("main_logger")
|
|||
__package__ =
|
|||
|
|||
Function called for each input to do tagging and parsing and return the results. It's a separate function so that we can hand it over to worker processes to do multiprocessing.
|
Prints out a list of the results in the given results list. This is used after parsing and during interactive results viewing. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |