Re: [Haskell-cafe] Haskell in Artificial Intelligence

2008-10-11 Thread Chryssochoidis Christos


On 11 Οκτ 2008, at 10:57 ΠΜ, Krasimir Angelov wrote:


Hi Christos

We use Haskell for natural language processing. See here:

http://www.cs.chalmers.se/~aarne/GF/

Best regards,
 Krasimir



Thank you very much for your response Krasimir.

Best regards,
Christos




On Fri, Oct 10, 2008 at 8:45 PM, Christos Chryssochoidis
<[EMAIL PROTECTED]> wrote:

Greetings,

I'm interested in doing a survey about the use of Haskell in the  
field of
Artificial Intelligence. I searched in Google, and found in the  
HaskellWiki,
at www.haskell.org/haskellwiki/Haskell_in_industry, two  
organizations that
use Haskell and do work related to AI. Besides that, I haven't  
found much
else. Could somebody from the Haskell community give me some  
pointer to a

project or system related to AI that uses Haskell?

Thank you very much in advance.

- CC




___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe



___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Haskell in Artificial Intelligence

2008-10-11 Thread Bartosz Wójcik
Hi CC,

you can find a word about possible usage of functional programming in AI in 
following paper:
http://www.cs.chalmers.se/~rjmh/Papers/whyfp.html .
Besides in HackageDB you can find separate category AI.
I had pleasure also to write an AI of simple game 
(http://en.wikipedia.org/wiki/Paper_Soccer):
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/foo .
Currently I'm working on AI of another game:
http://www.educationallearninggames.com/how-to-play-pylos-game-rules.asp .
It's not much though.

rgds,
Bartek


On Friday 10 October 2008 20:45:43 Christos Chryssochoidis wrote:
> Greetings,
>
> I'm interested in doing a survey about the use of Haskell in the field
> of Artificial Intelligence. I searched in Google, and found in the
> HaskellWiki, at www.haskell.org/haskellwiki/Haskell_in_industry, two
> organizations that use Haskell and do work related to AI. Besides that,
> I haven't found much else. Could somebody from the Haskell community
> give me some pointer to a project or system related to AI that uses
> Haskell?
>
> Thank you very much in advance.
>
> - CC
>
>
>
>
> ___
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe




___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Haskell in Artificial Intelligence

2008-10-11 Thread Chryssochoidis Christos


On 11 Οκτ 2008, at 11:41 ΠΜ, Bartosz Wójcik wrote:


Hi CC,

you can find a word about possible usage of functional programming  
in AI in

following paper:
http://www.cs.chalmers.se/~rjmh/Papers/whyfp.html .
Besides in HackageDB you can find separate category AI.
I had pleasure also to write an AI of simple game
(http://en.wikipedia.org/wiki/Paper_Soccer):
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/foo .
Currently I'm working on AI of another game:
http://www.educationallearninggames.com/how-to-play-pylos-game-rules.asp 
 .

It's not much though.

rgds,
Bartek



Thanks very much for the very interesting pointers!

Best regards,
Christos




On Friday 10 October 2008 20:45:43 Christos Chryssochoidis wrote:

Greetings,

I'm interested in doing a survey about the use of Haskell in the  
field

of Artificial Intelligence. I searched in Google, and found in the
HaskellWiki, at www.haskell.org/haskellwiki/Haskell_in_industry, two
organizations that use Haskell and do work related to AI. Besides  
that,

I haven't found much else. Could somebody from the Haskell community
give me some pointer to a project or system related to AI that uses
Haskell?

Thank you very much in advance.

- CC




___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe





___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Haskell in Artificial Intelligence

2008-10-12 Thread Martin Hofmann
Hi Christos, 

We and a colleague from Japan use Haskell for Inductive Functional
Programming, i.e. learn programs from examples. 

However, we just have started to port our program to Haskell:
http://www.cogsys.wiai.uni-bamberg.de/effalip/

Susumu Katayama has already a Haskell library:
http://nautilus.cs.miyazaki-u.ac.jp/~skata/MagicHaskeller.html

More information about IP can be found here:
http://www.inductive-programming.org/


What kind of survey are you doing? Do you have a pointer, too?

Greetings,

Martin


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Haskell in Artificial Intelligence

2008-10-13 Thread Chryssochoidis Christos


On 13 Οκτ 2008, at 9:41 ΠΜ, Martin Hofmann wrote:


Hi Christos,

We and a colleague from Japan use Haskell for Inductive Functional
Programming, i.e. learn programs from examples.

However, we just have started to port our program to Haskell:
http://www.cogsys.wiai.uni-bamberg.de/effalip/

Susumu Katayama has already a Haskell library:
http://nautilus.cs.miyazaki-u.ac.jp/~skata/MagicHaskeller.html

More information about IP can be found here:
http://www.inductive-programming.org/


What kind of survey are you doing? Do you have a pointer, too?

Greetings,

Martin




Thank you very much Martin for the most interesting pointers!
Unfortunately I haven't any such pointers of mine (searching in Google  
didn't really reveal much); only the ones given by the people who  
kindly responded to my request in this thread.
I'm an undergraduate student who just starts his thesis concerning  
functional programming, and I've been asked by the supervising  
professor to investigate Haskell's use in AI, a field in which - as  
the professor  said - the commonly used functional language  thus far  
was Lisp.


Thanks very much again,

Christos___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe