Thanks Serguei for the quick response
I appreciated it. I didn't run "SpeakerIdentApp" yet. The problem was when I 
have double-clicked on the file "testing.bat" I have received the following 
message which means something is missed in the environment or Java 
initialization. But as a Java programmer I should be able to find and fix it. 
It seems that you have stayed in the university after the student project.
Are you still working in the voice recognition or you have switched to other 
problem area?
 
Regards
/Masoud
Software engineer-Telecom


The error message is as below:

Testing...

Config: -norm -fft -eucl
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Config: -norm -fft -eucl
=============================================
Exception in thread "main" java.lang.NoClassDefFoundError: SpeakerIdentApp
Caused by: java.lang.ClassNotFoundException: SpeakerIdentApp
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
---------------------------------------------
Config: -norm -fft -cheb
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Config: -norm -fft -cheb
=============================================
 

-----Ursprungligt meddelande-----
Från: Serguei A. Mokhov [mailto:[email protected]] 
Skickat: den 4 maj 2009 19:02
Till: Mohammadi Masoud
Kopia: [email protected]; Meinhard Nils
Ämne: Re: A question about MARF

Masoud,

On Mon, 4 May 2009 [email protected] wrote:

> Date: Mon, 4 May 2009 17:51:35 +0200
>
> Hi
>
> I have found MARF project the last week for first time and have tried 
> to understand it but still no idea what you can do with it. I thought 
> maybe I can ask you as experts in the area.

There are a number of documented apps (most porminent is SpeakerIdentApp) MARF 
can be used for and the related publications.

Some publications:

http://portal.acm.org/citation.cfm?doid=1370256.1370262
http://www.springerlink.com/content/8382275582470730/
http://www.springerlink.com/content/u49m430123j04l8n/
http://www2.computer.org/portal/web/csdl/doi/10.1109/COMPSAC.2008.206

And of course, the manual (I admid it is not as current as the code), as a list 
of typical applications that current work with MARF:

http://marf.sourceforge.net/docs/marf/0.3.0.6/report.pdf


> Do you think if you can use the MARF in order to build a simple 
> application that has 20 *.wav-files each of them is a pronunciation of 
> the name for a person (like John, Eva, Mike, Elizabeth and son).  
> Later as a user of application you will be able to tell the system one 
> of those names randomly (for example user use PC's micrphone and tells
> Elisabeth) and the application should retrieve this specific wave-file 
> to user. This means the application should associate what the user 
> tells into one of those alternatives stored in the application 
> database. I hope I have explained the requirement in an easy way. What 
> you think? Is it possible to build such an application by using MARF's 
> jarfile?

I think it should be relatively easy to do given I understand correctly some of 
the requirements above. In fact it would be similar to what SpeakerIdentApp 
does, a version of it adapted to your needs and your specific environment (but 
of course more details are needed and your application that you are going to be 
developed will have to be trained
("calibrated") on the stored utterances of the names of people), but 
essentially it seems nothing more than matching a dictionary of utterances from 
a database, this can certainly what the main apps of MARF do.


> Best Regards
> Masoud M
> Sweden-Stockholm
> System-Engineer

-- 
Serguei A. Mokhov, PhD Candidate                         |  /~\     The ASCII
Computer Science and Software Engineering &              |  \ /  Ribbon Campaign
Concordia Institute for Information Systems Engineering  |   X     Against HTML
Concordia University, Montreal, Quebec, Canada           |  / \       Email!

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
marf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/marf-devel

Reply via email to