Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 3.29 KB

README.md

File metadata and controls

57 lines (41 loc) · 3.29 KB


Awesome

Curated list of awesome Rosette software and resources

  1. Bindings
  2. Plug-ins
  3. Kubernetes
  4. Fun Projects

Rosette API

The Rosette Text Analytics Platform uses natural language processing, statistical modeling, and machine learning to analyze unstructured and semi-structured text across 364 language-encoding-script combinations, revealing valuable information and actionable data. Rosette provides endpoints for extracting entities and relationships, translating and comparing the similarity of names, categorizing and adding linguistic tags to text and more.

Rosette API Access

Bindings

Classes for accessing Rosette API in different software languages

  1. C# - C# interface to Rosette API
  2. Java - Java interface to Rosette API
  3. NodeJS - NodeJS interface to Rosette API
  4. PHP - PHP interface to Rosette API
  5. Python - Python interface to Rosette API
  6. R - R interface to Rosette API
  7. Ruby - Ruby interface to Rosette API

Plug-ins

Plug-ins and extensions for various systems

  1. Document Enrichment Plug-in - Ingest plug-in for Elasticsearch that performs Language Identification, Sentiment Analysis, Entity Extraction, Categorization, and Name Translation on documents
  2. Google Chrome Extension - Chrome extension to extract entities from web pages
  3. MS Excel add-in - MS Excel add-in to add NLP to Excel
  4. RapidMiner - RapidMiner extension

Sample code

  1. SQLite Knowledge Base Connector - Sample knowledge base connector for Rosette Entity Extractor
  2. Custom Processor Sample - Sample custom processor for Rosette Entity Extractor

Kubernetes

  1. Helm Recipe - Using Helm, setup and run Rosette Enterprise with the roots hosted on an NFS server.

Fun Projects

Fun and interesting projects using Rosette for NLP and Text Analytics

  1. Document Summarization - Simple method to summarize a document based on scoring contentful words and named entity mentions
  2. Sarcastic Tweet Detector - Tool for detecting and analyzing sarcastic tweets
  3. Text Embeddings Sample - Code to calculate cosine similarity between words