[jira] [Commented] (OFBIZ-7954) Add NLP function to parse text content

2019-05-25 Thread Pierre Smits (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-7954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16848205#comment-16848205
 ] 

Pierre Smits commented on OFBIZ-7954:
-

I wonder if we should not bring the lucene and the solr component together. The 
both deliver same functionalities.

> Add NLP function to parse text content
> --
>
> Key: OFBIZ-7954
> URL: https://issues.apache.org/jira/browse/OFBIZ-7954
> Project: OFBiz
>  Issue Type: Improvement
>  Components: solr
>Affects Versions: Trunk
>Reporter: Shi Jinghai
>Assignee: Shi Jinghai
>Priority: Minor
>  Labels: NER, NLP
>
> NLP(Natural Language Processing) is an amazing tech can help us to improve 
> our beloved OFBiz.
> NLP can be used to train your own model to parse product attributes and 
> understand what it is, before importing the product, or used as an online CRM 
> text robot to answer simple questions.
> We will try to add a new nlp component, and we hope we can get some help from 
> the community.
> AFAIK, two apache projects are working on NLP:
> http://tika.apache.org/
> http://opennlp.apache.org/
> The Stanford NLP is used in tika:
> http://nlp.stanford.edu/
> While implementing this component, we found an ebay paper on this topic is 
> very useful:
> http://aclweb.org/anthology/D/D11/D11-1144.pdf
> Kind Regards,



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-7954) Add NLP function to parse text content

2019-05-25 Thread Pierre Smits (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-7954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16848198#comment-16848198
 ] 

Pierre Smits commented on OFBIZ-7954:
-

It seems to me that we're talking about a new feature. At least using new 
components (tika?) or enhancing the solr component. The ticket should reflect 
this better.

> Add NLP function to parse text content
> --
>
> Key: OFBIZ-7954
> URL: https://issues.apache.org/jira/browse/OFBIZ-7954
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Trunk
>Reporter: Shi Jinghai
>Assignee: Shi Jinghai
>Priority: Minor
>  Labels: NER, NLP
>
> NLP(Natural Language Processing) is an amazing tech can help us to improve 
> our beloved OFBiz.
> NLP can be used to train your own model to parse product attributes and 
> understand what it is, before importing the product, or used as an online CRM 
> text robot to answer simple questions.
> We will try to add a new nlp component, and we hope we can get some help from 
> the community.
> AFAIK, two apache projects are working on NLP:
> http://tika.apache.org/
> http://opennlp.apache.org/
> The Stanford NLP is used in tika:
> http://nlp.stanford.edu/
> While implementing this component, we found an ebay paper on this topic is 
> very useful:
> http://aclweb.org/anthology/D/D11/D11-1144.pdf
> Kind Regards,



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-7954) Add NLP function to parse text content

2019-05-25 Thread Shi Jinghai (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-7954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16848188#comment-16848188
 ] 

Shi Jinghai commented on OFBIZ-7954:


As solr supported OpenNLP/NER since version 7.3.0 which was released in April 
2018, I'll try to open an example of auto filling a form from parsing a 
copy/pasted text paragraph.

> Add NLP function to parse text content
> --
>
> Key: OFBIZ-7954
> URL: https://issues.apache.org/jira/browse/OFBIZ-7954
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Trunk
>Reporter: Shi Jinghai
>Assignee: Shi Jinghai
>Priority: Minor
>  Labels: NER, NLP
>
> NLP(Natural Language Processing) is an amazing tech can help us to improve 
> our beloved OFBiz.
> NLP can be used to train your own model to parse product attributes and 
> understand what it is, before importing the product, or used as an online CRM 
> text robot to answer simple questions.
> We will try to add a new nlp component, and we hope we can get some help from 
> the community.
> AFAIK, two apache projects are working on NLP:
> http://tika.apache.org/
> http://opennlp.apache.org/
> The Stanford NLP is used in tika:
> http://nlp.stanford.edu/
> While implementing this component, we found an ebay paper on this topic is 
> very useful:
> http://aclweb.org/anthology/D/D11/D11-1144.pdf
> Kind Regards,



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)