Currently Browsing: Semantic web

Angel (αlhpa)

version 0.8.7

Download

Angel for Windows
or
Angel for Mac and Linux with AIR 2

How to use

  1. Start you browser (Google Chrome or Firefox)
  2. Start Angel
  3. Go browsing and sometimes look at the Angel

Feature list

  • Shows new threads of followed sources (sites and gmail)
  • Source editor
  • Drag & Drop handler
  • Automatically offers to follow several visited homepages
  • Automatically offers to follow gmail letters
  • Works with Google Chrome and Firefox
Bookmark and Share

Calais AS3 api Class

Image representing OpenCalais as depicted in C...
Image via CrunchBase

Calais AS3 API is an ActionScript 3 class, that contains an easy to use lite actionscript for the core function of Open Calais.

Usage of the class

import com.andzol.api.Opencalais;
import com.andzol.api.OpencalaisEvent;
 
//Inside function
var opencalais:Opencalais = new Opencalais("yourapikey");
opencalais.addEventListener(OpencalaisEvent.ONRESULT,opencalaisHandler)
opencalais.getData("any string")
 
//Handler
private function opencalaisHandler (event:OpencalaisEvent):void
{
	var data:Array = event.data
	for (var i:Number = 0; i < data.length;i++ ) {
		trace(data[i].name,data[i].type,data[i].typeGroup)
	}
}

Feel free to download and reuse, if you have any question contact with the author.
Download Calais AS3 API
Current version 0.8.1

Bookmark and Share

Semantic search engines

Live Search Mobile
Image via Wikipedia

The following search engines are based on semantic technologies, and most of them uses some natural language technique to improve the search result.

Feel free to comment and suggest other upcoming search engines.

General search engines

Specific search engines
  • Twine - Share you interest (http://www.twine.com)
  • Swotti - Opinion analizer (http://www.swotti.com/)
    With Swotti you can compare specific products, componies etc. through other peoples opinion.
  • Uptake - Holiday finding engine (http://www.uptake.com/)
Bookmark and Share