ES linguistics support

Hi All,

I'm currently doing a POC on ES and am new to ES.
Would like to find out more of linguistics support for ES, like will it be
able to do language detection? Entity detection?
What are the linguistics support out of the box and what pluggins are out
there?

Any advice or comments are most appreciated!

Thank you in advance

Neal

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hi,

As far as I know, there is nothing ES-specific here. For example, we have
a generic, trainable Language Identifier as well as a Key Phrase Extractor
and we've used them with both Solr and ES - they are generic. Similarly,
you could grab OpenNLP and use it do NER. This is typically done in a
pipeline of components that process/prepare documents for indexing, and
indexing to ES would just end up being the last component in the pipeline.

Otis

Search Analytics - Cloud Monitoring Tools & Services | Sematext
ELASTICSEARCH Performance Monitoring - Sematext Monitoring | Infrastructure Monitoring Service

On Tuesday, May 14, 2013 11:05:09 PM UTC-4, Neal Ang wrote:

Hi All,

I'm currently doing a POC on ES and am new to ES.
Would like to find out more of linguistics support for ES, like will it be
able to do language detection? Entity detection?
What are the linguistics support out of the box and what pluggins are out
there?

Any advice or comments are most appreciated!

Thank you in advance

Neal

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Thanks Otis!

On Monday, 20 May 2013 09:36:24 UTC+8, Otis Gospodnetic wrote:

Hi,

As far as I know, there is nothing ES-specific here. For example, we have
a generic, trainable Language Identifier as well as a Key Phrase Extractor
and we've used them with both Solr and ES - they are generic. Similarly,
you could grab OpenNLP and use it do NER. This is typically done in a
pipeline of components that process/prepare documents for indexing, and
indexing to ES would just end up being the last component in the pipeline.

Otis

Search Analytics - Cloud Monitoring Tools & Services | Sematext
ELASTICSEARCH Performance Monitoring - Sematext Monitoring | Infrastructure Monitoring Service

On Tuesday, May 14, 2013 11:05:09 PM UTC-4, Neal Ang wrote:

Hi All,

I'm currently doing a POC on ES and am new to ES.
Would like to find out more of linguistics support for ES, like will it
be able to do language detection? Entity detection?
What are the linguistics support out of the box and what pluggins are out
there?

Any advice or comments are most appreciated!

Thank you in advance

Neal

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hi Neal,

Sorry, didn't see your email from May 23. Nothing in ES can do this
automatically for you, AFAIK. You have to use OpenNLP to do the
extraction and then explicitly store the extracted entity in some ES
index field.

Otis

Solr & Elasticsearch Support -- http://sematext.com/
Performance Monitoring -- Sematext Monitoring | Infrastructure Monitoring Service

On Sun, Jun 30, 2013 at 9:39 PM, Neal Ang cyph3rd@gmail.com wrote:

Thanks Otis!

On Monday, 20 May 2013 09:36:24 UTC+8, Otis Gospodnetic wrote:

Hi,

As far as I know, there is nothing ES-specific here. For example, we have
a generic, trainable Language Identifier as well as a Key Phrase Extractor
and we've used them with both Solr and ES - they are generic. Similarly,
you could grab OpenNLP and use it do NER. This is typically done in a
pipeline of components that process/prepare documents for indexing, and
indexing to ES would just end up being the last component in the pipeline.

Otis

Search Analytics - Cloud Monitoring Tools & Services | Sematext
ELASTICSEARCH Performance Monitoring - Sematext Monitoring | Infrastructure Monitoring Service

On Tuesday, May 14, 2013 11:05:09 PM UTC-4, Neal Ang wrote:

Hi All,

I'm currently doing a POC on ES and am new to ES.
Would like to find out more of linguistics support for ES, like will it
be able to do language detection? Entity detection?
What are the linguistics support out of the box and what pluggins are out
there?

Any advice or comments are most appreciated!

Thank you in advance

Neal

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/LJafvqiXKfc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.