Giter Site home page Giter Site logo

thmavri / jsonanalysis Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 468 KB

Methods in Java for JSON analysis of response by the search engine APIs of Google custom search API, Yahoo! Boss API, Bing Search through Azure, Yahoo Content Analysis for extraction of semantic entities and categories, Diffbot Article API for extraction of semantic tags recognized

Java 100.00%

jsonanalysis's Introduction

JSONAnalysis

Methods for JSON analysis of response by the search engine APIs of Google custom search API, Yahoo! Boss API, Bing Search through Azure, Yahoo Content Analysis for extraction of semantic entities and categories, Diffbot Article API for extraction of semantic tags recognized, Youtube API v3.

Class that includes several functions that perform JSON parsing using JSON simple parser

  • The functions perform the following operations:
  • 1)GoogleJSONParsing:
  • Input: receives the JSON response by Google Custom search API in a string
  • Output: extracts the links corresponding to the results on the JSON
  • 2)YahooJSONParsing
  • Input: receives the JSON response by Yahoo! Boss API in a string
  • Output: extracts the links corresponding to the results on the JSON
  • 3)BingAzureJSONParsing
  • Input: receives the JSON response by Bing search API in Azure in a string
  • Output: extracts the links corresponding to the results on the JSON
  • 4)SindiceTripleParse
  • Input: receives the JSON response by Sindice Live API v2
  • Output: the number of semantic triples recognized in a url
  •        the namespaces that were used in the url
    
  • 5)DiffbotParsing
  • Input: receives the JSON response by Diffbot Article API
  • Output: the (semantic) tags included in the JSON response
  • 6)YahooEntityJSONParsing
  • Input: receives the JSON response by Yahoo Content Analysis API
  •      It also receives the query for which the corresponding urls to the search engine results
    
  •      were provided as input to Yahoo Content Analysis API
    
  • Output: the semantic entities and categories recognized
  •       the number of semantic entities and categories which include the query as one of their terms
    
  • 7)GetYoutubeDetails
  • Input: receives the JSON response by YouTube Data API v3 in a string
  • Output: the textual details (title, description) regarding the video searched
  • 8)removeChars
  • Input: receives text
  • Output: removes useless characters from the text

jsonanalysis's People

Contributors

thmavri avatar

Watchers

Chatchai Daecha avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.