[mary-dev] adding new NLPs to the system

Marc Schroeder marc.schroeder at dfki.de
Mon Jun 20 12:14:13 CEST 2011


Florent, the error message says:

On 20.06.11 11:16, fxavier at ircam.fr wrote:
> java.lang.UnsupportedOperationException: No known way of generating output
> from input -- no processing path through modules.

in the *.config files, you register processing modules as a list of 
class descriptions in the property

modules.classes.list

Each of these has an input format (e.g., TEXT), an output format (e.g., 
RAWMARYXML) and a locale (e.g., French).

Converting from format A to format B requires finding a sequence of 
steps to convert from A to ... to B.

In the simplest case, which I would always test first, you find a 
component that does the conversion from A to B directly; e.g., from TEXT 
to RAWMARYXML. Or it requires more than one module, e.g. from TEXT to 
TOKENS you need a first module that processes TEXT into (in this case) 
RAWMARYXML and then another module that converts RAWMARYXML into TOKENS.


The message you get indicates that no complete chain is found for the 
conversion you want to achieve.

In your case, given that you want to test the lia_phon integration, you 
could feed the input format of lia_phon and request its output format. 
If then it doesn't find it, try to understand why by reading carefully 
the debug log file, playing with your .config, etc.

Best,
Marc



-- 
Dr. Marc Schröder, Senior Researcher at DFKI GmbH
Project leader for DFKI in SSPNet http://sspnet.eu
Team Leader DFKI TTS Group http://mary.dfki.de
Editor W3C EmotionML Working Draft http://www.w3.org/TR/emotionml/
Portal Editor http://emotion-research.net

Homepage: http://www.dfki.de/~schroed
Email: marc.schroeder at dfki.de
Phone: +49-681-85775-5303
Postal address: DFKI GmbH, Campus D3_2, Stuhlsatzenhausweg 3, D-66123 
Saarbrücken, Germany
--
Official DFKI coordinates:
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Trippstadter Strasse 122, D-67663 Kaiserslautern, Germany
Geschaeftsfuehrung:
Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender)
Dr. Walter Olthoff
Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
Amtsgericht Kaiserslautern, HRB 2313


More information about the Mary-dev mailing list