Re: Universal Recommender - search by subtext/Unicode

2017-09-13 Thread Pat Ferrel
1) There is no specification, all input is expected to be encoded in UTF-8, 
what encoding are you using, UTF-8 is by far the standard way that most all 
tools expect.

2) who is making the spelling mistake? The event sent to the Universal 
recommender does not get spell checked and in many cases you will send SKU 
numbers instead of real product names. You don’t “look for items” you query 
with a user-id to get user-based recs and an item-id for item-based recs, the 
spelling must match what was sent with input events but that can be any string.


On Sep 13, 2017, at 1:53 PM, Saarthak Chandra  
wrote:

Hi,

1) Yes, of course. Use UTF-8 encoding. - where do I specify this??

2) I don’t understand this question. The UR is not a search engine, what kind 
of recommendation are looking for? The best recommendation from a list of 
items? The best recommendation that contains some text in the “subtext”? Not 
sure what you mean by “subtext” - I mean if the I look for an item like "ifone" 
instead of "iphone", ie. make an error in the spelling, would it still work ??

On Wed, Sep 13, 2017 at 1:37 PM, Pat Ferrel mailto:p...@occamsmachete.com>> wrote:
1) Yes, of course. Use UTF-8 encoding.

2) I don’t understand this question. The UR is not a search engine, what kind 
of recommendation are looking for? The best recommendation from a list of 
items? The best recommendation that contains some text in the “subtext”? Not 
sure what you mean by “subtext”

Your query below would not work but if you wish to supply a list of items and 
get similar items then use an Item-set query. To get complimentary items like 
for shopping carts, you need to input and train differently but this is also a 
fully supported feature. 


On Sep 13, 2017, at 1:09 PM, Saarthak Chandra mailto:chandra.saart...@gmail.com>> wrote:

Hi,

1> Can we use the universal with Unicode characters ?? (eg: User product names 
are in Korean language)

2> Can we search theu UR for products based on subtext, eg: 
curl -H "Content-Type: application/json" -d '
{
"item": ["**itemI",”***item2”]
}'

Thanks!
-- 
Saarthak Chandra,
Masters in Computer Science,
Cornell University.

-- 
You received this message because you are subscribed to the Google Groups 
"actionml-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to actionml-user+unsubscr...@googlegroups.com 
.
To post to this group, send email to actionml-u...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/actionml-user/CAJHqc1qm_AzxJwYJfegNsCref2Gkv2OfBuovfZxyTfWACBijwA%40mail.gmail.com
 
.
For more options, visit https://groups.google.com/d/optout 
.




-- 
Saarthak Chandra ,
Masters in Computer Science,
Cornell University.



Re: Universal Recommender - search by subtext/Unicode

2017-09-13 Thread Saarthak Chandra
Hi,

1) Yes, of course. Use UTF-8 encoding. - *where do I specify this??*

2) I don’t understand this question. The UR is not a search engine, what
kind of recommendation are looking for? The best recommendation from a list
of items? The best recommendation that contains some text in the “subtext”?
Not sure what you mean by “subtext” - I mean if the I look for an item
like *"ifone"
*instead of* "iphone", ie. make an error in the spelling, would it still
work ??*

On Wed, Sep 13, 2017 at 1:37 PM, Pat Ferrel  wrote:

> 1) Yes, of course. Use UTF-8 encoding.
>
> 2) I don’t understand this question. The UR is not a search engine, what
> kind of recommendation are looking for? The best recommendation from a list
> of items? The best recommendation that contains some text in the “subtext”?
> Not sure what you mean by “subtext”
>
> Your query below would not work but if you wish to supply a list of items
> and get similar items then use an Item-set query. To get complimentary
> items like for shopping carts, you need to input and train differently but
> this is also a fully supported feature.
>
>
> On Sep 13, 2017, at 1:09 PM, Saarthak Chandra 
> wrote:
>
> Hi,
>
> 1> Can we use the universal with Unicode characters ?? (eg: User product
> names are in Korean language)
>
> 2> Can we search theu UR for *products based on subtext*, eg:
> curl -H "Content-Type: application/json" -d ' { "item":
> ["**itemI",”***item2”] }'
>
> Thanks!
> --
> Saarthak Chandra,
> Masters in Computer Science,
> Cornell University.
>
> --
> You received this message because you are subscribed to the Google Groups
> "actionml-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to actionml-user+unsubscr...@googlegroups.com.
> To post to this group, send email to actionml-u...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/actionml-user/CAJHqc1qm_AzxJwYJfegNsCref2Gkv2OfBuovfZx
> yTfWACBijwA%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>


-- 
Saarthak Chandra ,
Masters in Computer Science,
Cornell University.


Re: Universal Recommender - search by subtext/Unicode

2017-09-13 Thread Pat Ferrel
1) Yes, of course. Use UTF-8 encoding.

2) I don’t understand this question. The UR is not a search engine, what kind 
of recommendation are looking for? The best recommendation from a list of 
items? The best recommendation that contains some text in the “subtext”? Not 
sure what you mean by “subtext”

Your query below would not work but if you wish to supply a list of items and 
get similar items then use an Item-set query. To get complimentary items like 
for shopping carts, you need to input and train differently but this is also a 
fully supported feature. 


On Sep 13, 2017, at 1:09 PM, Saarthak Chandra  
wrote:

Hi,

1> Can we use the universal with Unicode characters ?? (eg: User product names 
are in Korean language)

2> Can we search theu UR for products based on subtext, eg: 
curl -H "Content-Type: application/json" -d '
{
"item": ["**itemI",”***item2”]
}'

Thanks!
-- 
Saarthak Chandra,
Masters in Computer Science,
Cornell University.

-- 
You received this message because you are subscribed to the Google Groups 
"actionml-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to actionml-user+unsubscr...@googlegroups.com 
.
To post to this group, send email to actionml-u...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/actionml-user/CAJHqc1qm_AzxJwYJfegNsCref2Gkv2OfBuovfZxyTfWACBijwA%40mail.gmail.com
 
.
For more options, visit https://groups.google.com/d/optout 
.



Universal Recommender - search by subtext/Unicode

2017-09-13 Thread Saarthak Chandra
Hi,

1> Can we use the universal with Unicode characters ?? (eg: User product
names are in Korean language)

2> Can we search theu UR for *products based on subtext*, eg:
curl -H "Content-Type: application/json" -d ' { "item":
["**itemI",”***item2”] }'

Thanks!
-- 
Saarthak Chandra,
Masters in Computer Science,
Cornell University.