Spejd
|
Spejd is a tool for partial parsing and rule-based morphosyntactic disambiguation. It is a shallow parser, which allows for simultaneous syntactic parsing and morphological disambiguation, developed at the Institute of Computer Science, Polish Academy od Sciences, Warsaw.
usage:
spejd.exe [-c <config file name>] <path to input file or dir> [<path to another input file>] [<and another...>]
SYNOPSIS:
java -jar spejd.jar path [options]
where:
- path - a single file or a folder with XML CES (see doc/xcesIPIAna.dtd) or plain text files (.txt, encoding defined by inputEncoding parameter) to parse; the parser looks for files matching a pattern defined in config.ini (inputFiles parameter) and recursively checks subdirectories.
- options - optional list of assignments var=value; var has to be one of variables from config.ini; values passed as an invocations argument override the default values from the file.
The license of this software is Free, you can free download and free use this application software.