[mary-dev] adding new NLPs to the system

Marc Schroeder marc.schroeder at dfki.de
Mon Jun 20 12:36:32 CEST 2011


that's what I am saying: check which configs you have in MARY_BASE/conf, 
which modules they load, and look into the debug log file to see how the 
system tries to find a processing path through the modules.
M.

On 20.06.11 12:30, fxavier at ircam.fr wrote:
> Marc,
>
> Thank you for your answer. My only NLP component has as input RAWMARYXML,
> and as Output PHONEMES.
>
> But for the moment I'm just playing with the locale "de", that should work
> when input is TEXT and output is PHONEMES right? The fact that it doesn't
> work for any of the locales (de, en, tr, ru) except for the en_US bother
> me, I can't see the reason why...
>
>
> Best,
> Florent
>
>
>
>> 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
>> _______________________________________________
>> Mary-dev mailing list
>> Mary-dev at dfki.de
>> http://www.dfki.de/mailman/cgi-bin/listinfo/mary-dev
>>
>
> _______________________________________________
> Mary-dev mailing list
> Mary-dev at dfki.de
> http://www.dfki.de/mailman/cgi-bin/listinfo/mary-dev

-- 
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