Skip to content

Code samples

quyin edited this page Feb 8, 2013 · 3 revisions

This page lists some small examples that we include in the BigSemanticsSDK project. For projects that use BigSemantics, see projects.

Weather Data Collector

Collects weather data from Weather Underground for several Texas cities.

Search Multiple Engines

Searches multiple search engines for the same query (meta-search), interleaves results, and renders in HTML. It shows how a base class, Search, is used to process search results from different sources in a consistent way, maximizing code reuse.

Linking Semantics

Automatically links metadata for the same entity from multiple resources. This feature is still under development.