
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
= semantic_extraction
Extract meaningful information from unstructured text with Ruby.
Using a variety of APIs (Yahoo Term Extractor and Alchemy are currently supported), semantic_extraction can automatically return a collection of keywords for an arbitrary block of text. If you use Alchemy, it can also return named entities.
A brief walkthrough:
$ require 'rubygems' $ require 'semantic_extraction' $ SemanticExtraction.alchemy_api_key = 'YOUR_API_KEY_HERE' $ SemanticExtraction.find_keywords("http://chrisvannoy.com/2010/03/10/introducing_semantic_extraction/") $ ["Knight News Challenge", "Yahoo Term Extractor", "obscure gem", "soon-to-be twitter employee", "handle serving gems", "API providers", "Alchemy API", "unstructured text", "earliest steps", "Rails 3-compatible version", "structured data", "early stage", "death threats", "github", "final aside", "awesome piece", "default choice", "HTTP communication", "Indianapolis Star", "Feel free"]
== The APIs in use
{Yahoo Term Extractor}[http://developer.yahoo.com/search/content/V1/termExtraction.html]
{Alchemy API}[http://www.alchemyapi.com/api/]
== Upcoming To-Dos
Add support for {OpenCalais}[http://www.opencalais.com/documentation/opencalais-documentation]
Flesh out the rest of the Alchemy API
Tests, tests and more tests.
== Note on Patches/Pull Requests
== Copyright
Copyright (c) 2010 Chris Vannoy. See LICENSE for details.
FAQs
Unknown package
We found that semantic_extraction demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.