Re: bots in closure

2017-07-12 Thread ureal frank
Hi Daniel,

It looks promising! Thanks for sharing. I will look forward to play with it 
if/when I clearly figure what I want :)

Many thanks!!

F

On Tuesday, July 11, 2017 at 8:59:30 AM UTC+1, Daniel Compton wrote:
>
> Hi Frank
>
> https://github.com/wit-ai/duckling_old is a text parsing library that 
> returns structured data. You might find that useful?
>
> On Tue, Jul 11, 2017 at 1:10 PM Alex Walker  > wrote:
>
>> Hi Frank,
>>
>> Chatbot is a bit of a loaded term, so could you please give a bit of 
>> clarification?
>>
>>1. Are you expecting natural language (spoken or text), or 
>>rigid/regex-based commands for user input?
>>   - If NL, 
>>  - do you want to leverage an existing service for intent 
>>  classification and entity extraction, like Alexa, Wit.ai, Luis, 
>> Api.ai, etc
>>  - or are you looking to build your own models using the 
>>  Clojure/JVM ecosystem?
>>   - Else,
>>  - are you after a hubot equivalent in clojure?
>>   2. Do you want your bot to talk to various chat platforms (slack, 
>>facebook, etc) or do you have a specific one in mind?
>>
>>
>> On Monday, July 10, 2017 at 11:06:45 AM UTC-5, ureal frank wrote:
>>>
>>> Hi,
>>>
>>> Is anyone building chatbots in Clojure?
>>> OR can someone point me something to start with?
>>>
>>> Clojure newbie here :) 
>>>
>>> thanks  
>>> Frank
>>>
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clo...@googlegroups.com 
>> 
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+u...@googlegroups.com 
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to clojure+u...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: bots in closure

2017-07-12 Thread ureal frank
Hi Alex,

thanks for your reply!!

So, I'm totally new to both technologies (Clojure, bots*) so... excuse me 
my lack of knowledge... I'm n00b.

Your too points are confusing me so I am going to try to expose what I want 
to accomplish in Clojure.
- I want to build a "system" (bot) which I can write to in a slack channel. 
That system will query some services and print me the results or options. 

I think its the 2. point you mention above but then.. "or are you looking 
to build your own models using Clojure/JVM ecosystem?"; yes I think is this 
what I am looking for.

I agree with you "chatbot is a bit of a loaded term" :)

Cheers,
F
  

On Tuesday, July 11, 2017 at 2:10:40 AM UTC+1, Alex Walker wrote:
>
> Hi Frank,
>
> Chatbot is a bit of a loaded term, so could you please give a bit of 
> clarification?
>
>1. Are you expecting natural language (spoken or text), or 
>rigid/regex-based commands for user input?
>   - If NL, 
>  - do you want to leverage an existing service for intent 
>  classification and entity extraction, like Alexa, Wit.ai, Luis, 
> Api.ai, etc
>  - or are you looking to build your own models using the 
>  Clojure/JVM ecosystem?
>   - Else,
>  - are you after a hubot equivalent in clojure?
>   2. Do you want your bot to talk to various chat platforms (slack, 
>facebook, etc) or do you have a specific one in mind?
>
>
> On Monday, July 10, 2017 at 11:06:45 AM UTC-5, ureal frank wrote:
>>
>> Hi,
>>
>> Is anyone building chatbots in Clojure?
>> OR can someone point me something to start with?
>>
>> Clojure newbie here :) 
>>
>> thanks  
>> Frank
>>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: bots in closure

2017-07-11 Thread Daniel Compton
Hi Frank

https://github.com/wit-ai/duckling_old is a text parsing library that
returns structured data. You might find that useful?

On Tue, Jul 11, 2017 at 1:10 PM Alex Walker  wrote:

> Hi Frank,
>
> Chatbot is a bit of a loaded term, so could you please give a bit of
> clarification?
>
>1. Are you expecting natural language (spoken or text), or
>rigid/regex-based commands for user input?
>   - If NL,
>  - do you want to leverage an existing service for intent
>  classification and entity extraction, like Alexa, Wit.ai, Luis, 
> Api.ai, etc
>  - or are you looking to build your own models using the
>  Clojure/JVM ecosystem?
>   - Else,
>  - are you after a hubot equivalent in clojure?
>   2. Do you want your bot to talk to various chat platforms (slack,
>facebook, etc) or do you have a specific one in mind?
>
>
> On Monday, July 10, 2017 at 11:06:45 AM UTC-5, ureal frank wrote:
>>
>> Hi,
>>
>> Is anyone building chatbots in Clojure?
>> OR can someone point me something to start with?
>>
>> Clojure newbie here :)
>>
>> thanks 
>> Frank
>>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: bots in closure

2017-07-10 Thread Alex Walker
Hi Frank,

Chatbot is a bit of a loaded term, so could you please give a bit of 
clarification?

   1. Are you expecting natural language (spoken or text), or 
   rigid/regex-based commands for user input?
  - If NL, 
 - do you want to leverage an existing service for intent 
 classification and entity extraction, like Alexa, Wit.ai, Luis, 
Api.ai, etc
 - or are you looking to build your own models using the 
 Clojure/JVM ecosystem?
  - Else,
 - are you after a hubot equivalent in clojure?
  2. Do you want your bot to talk to various chat platforms (slack, 
   facebook, etc) or do you have a specific one in mind?


On Monday, July 10, 2017 at 11:06:45 AM UTC-5, ureal frank wrote:
>
> Hi,
>
> Is anyone building chatbots in Clojure?
> OR can someone point me something to start with?
>
> Clojure newbie here :) 
>
> thanks  
> Frank
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


bots in closure

2017-07-10 Thread ureal frank
Hi,

Is anyone building chatbots in Clojure?
OR can someone point me something to start with?

Clojure newbie here :)

thanks 
Frank

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.