{"id":13791207,"url":"https://github.com/rosette-api/rosette-elasticsearch-plugin","last_synced_at":"2025-03-17T16:30:46.735Z","repository":{"id":20293004,"uuid":"88274548","full_name":"rosette-api/rosette-elasticsearch-plugin","owner":"rosette-api","description":"Document Enrichment plugin for Elasticsearch","archived":false,"fork":false,"pushed_at":"2025-03-11T19:17:21.000Z","size":435,"stargazers_count":28,"open_issues_count":2,"forks_count":13,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-11T20:26:14.909Z","etag":null,"topics":["categorization","elasticsearch","elasticsearch-plugin","entity-extraction","fuzzy-name-matching","fuzzy-search","identity-resolution","machine-learning","named-entity-recognition","natural-language-processing","nlp","rosette-plugin","sentiment-analysis","text-analytics","text-mining"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rosette-api.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-14T14:30:26.000Z","updated_at":"2025-03-11T19:17:26.000Z","dependencies_parsed_at":"2025-03-11T20:23:10.134Z","dependency_job_id":"e38474e6-2137-4d6a-9d87-8f20b4a26a90","html_url":"https://github.com/rosette-api/rosette-elasticsearch-plugin","commit_stats":{"total_commits":444,"total_committers":13,"mean_commits":34.15384615384615,"dds":"0.34009009009009006","last_synced_commit":"72164c6980fc7fbb0971cd8d51713bed94779c6e"},"previous_names":[],"tags_count":91,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosette-api%2Frosette-elasticsearch-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosette-api%2Frosette-elasticsearch-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosette-api%2Frosette-elasticsearch-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosette-api%2Frosette-elasticsearch-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rosette-api","download_url":"https://codeload.github.com/rosette-api/rosette-elasticsearch-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243871357,"owners_count":20361338,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["categorization","elasticsearch","elasticsearch-plugin","entity-extraction","fuzzy-name-matching","fuzzy-search","identity-resolution","machine-learning","named-entity-recognition","natural-language-processing","nlp","rosette-plugin","sentiment-analysis","text-analytics","text-mining"],"created_at":"2024-08-03T22:00:57.292Z","updated_at":"2025-03-17T16:30:46.369Z","avatar_url":"https://github.com/rosette-api.png","language":"Java","readme":"\u003ca href=\"https://www.rosette.com\"\u003e\u003cimg src=\"https://s3.amazonaws.com/styleguide.basistech.com/logos/rosette-logo.png\" width=\"181\" height=\"47\" /\u003e\u003c/a\u003e\n\n---\n\n[![Build Status](https://travis-ci.org/rosette-api/rosette-elasticsearch-plugin.svg?branch=master)](https://travis-ci.org/rosette-api/rosette-elasticsearch-plugin)\n[![Maven Central](https://img.shields.io/maven-central/v/com.rosette.elasticsearch/rosette-elasticsearch-plugin?color=blue)](https://mvnrepository.com/artifact/com.rosette.elasticsearch/rosette-elasticsearch-plugin)\n\n# Rosette Plugin for Elasticsearch\n\nA Document Enrichment plugin that brings the Rosette API to Elasticsearch.\n\nThis ingest plugin allows Elasticsearch users to perform Language Identification, Sentiment Analysis, Entity Extraction,\nCategorization, and Name Translation on documents as they're indexed.\n\n## Rosette API\nThe Rosette Text Analytics Platform uses natural language processing, statistical modeling, and machine learning to\nanalyze unstructured and semi-structured text across 364 language-encoding-script combinations, revealing valuable\ninformation and actionable data. Rosette provides endpoints for extracting entities and relationships, translating and\ncomparing the similarity of names, categorizing and adding linguistic tags to text and more.\n\n## Rosette API Access\n- Rosette Cloud [Sign Up](https://developer.rosette.com/signup)\n- Rosette Enterprise [Evaluation](https://www.rosette.com/product-eval/)\n\n## Quick Start\n\n## How to Install\nThere are two common ways to install the plugin into Elasticsearch. (Make sure the version of the plugin matches the version of Elasticsearch you are using!)\n\n- Download the desired version of the plugin from the Releases tab on github\n  - Install using: `bin/elasticsearch-plugin install file:///\u003cpath_to_plugin\u003e`\n- Install from a deployed maven artifact:\n`bin/elasticsearch-plugin install com.rosette.elasticsearch:rosette-elasticsearch-plugin:\u003cplugin_version\u003e`\n\n\n#### Note on Versioning:\nThe plugin uses semantic versioning. The first three numbers describe which version of Elasticsearch this version of the plugin is compatible with, and the last number indicates the version of the plugin within that Elasticsearch version.\n\nFor instance, `5.3.0.1` is the second patch version of the plugin for Elasticsearch 5.3.0.\n\n## How to Build\nBuilding the plugin requires a Rosette API key. If you don’t already have a Rosette API developer account, head over to [developer.rosette.com](https://developer.rosette.com/signup) to get your free Rosette API key.\n\nPlace the key in the ROSETTE_API_KEY environment variable (ie. `export ROSETTE_API_KEY=\u003cYOUR_API_KEY\u003e`)\n\nThen run `mvn clean install`\n\nThe plugin zip can then be found in `plugin/target/releases/` ready to be installed into the appropriate version of Elasticsearch.\n\nYou can also [Test with Docker](docker/README.md)\n\n#### Documentation \u0026 Support\n- [Full Plugin Documentation](docs/Rosette-API-Plugin-for-Elasticsearch-Doc-Enrichment.md)\n- [Rosette Platform API](https://developer.rosette.com/features-and-functions)\n- [Rosette Platform Release Notes](https://support.rosette.com/hc/en-us/articles/360018354971-Release-Notes)\n- [Support](https://support.rosette.com)\n- [Plugin License: Apache 2.0](https://github.com/rosette-api/python/blob/develop/LICENSE.txt)\n","funding_links":[],"categories":["Plug-ins"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosette-api%2Frosette-elasticsearch-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frosette-api%2Frosette-elasticsearch-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosette-api%2Frosette-elasticsearch-plugin/lists"}