
Security News
Open Source Maintainers Demand Ability to Block Copilot-Generated Issues and PRs
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
= 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
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Research
Security News
Malicious Koishi plugin silently exfiltrates messages with hex strings to a hardcoded QQ account, exposing secrets in chatbots across platforms.
Research
Security News
Malicious PyPI checkers validate stolen emails against TikTok and Instagram APIs, enabling targeted account attacks and dark web credential sales.