SlideShare uma empresa Scribd logo
1 de 6
Zemanta: A Content Recommendation Engine

                                                Claudiu Mih˘il˘
                                                           a a

                                          Faculty of Computer Science,
                                         ”Al.I. Cuza” University of Ia¸i,
                                                                       s
                                           16, G-ral Berthelot Street,
                                              700483 Ia¸i, Romania
                                                       s
                                        claudiu.mihaila@info.uaic.ro



       Abstract. This paper reports on Zemanta, a content recommendation engine, regarding its utility,
       usability, and relation to DBpedia. It focusses on the multilingual applicability of the service, the
       semantic disambiguation using DBpedia and exemplifies its use through both application extensions
       and public api.


       Key words: Zemanta, social Web, DBpedia, content recommendation


1     Introduction

In the context of an evermore increasing and expanding Web, one has become ineffective in acknowledging
and accumulating the immense amount of information with which one is provided. Therefore, the need
for an automatic content analysis and recommendation system is self-explanatory. By using such a tool,
one has the possibility to sieve through all the data and find and access directly the information one is
interested in. Furthermore, the ability of such a system to analyse content at a semantical level improves
the accuracy and appropriateness of its result.
    In what follows, the content recommendation engine Zemanta is analysed with regard to its usability
and relation to DBpedia.


2     Zemanta

Zemanta1 is a content recommendation engine created for the use of bloggers and other types of content
creators. By using Zemanta, authors are able to enrich their texts with appropriate images and links and
add a list of related articles, tags and categories to their own creation.
   The content Zemanta suggests is obtained from multiple sources, such as Wikipedia, Youtube,
IMDB, Amazon.com, Crunchbase, Flickr, ITIS, Musicbrainz, Mybloglog, Myspace, NCBI, Rottentoma-
toes, Twitter, Facebook, Snooth and Wikinvest, as well as the blogs of other Zemanta users.
   One important aspect of the recommended content is that the suggested images are free to use by
anyone, due to the fact that they were published under various copyleft or free licenses, such as Creative
Commons or GNU General Public Licence. The content of related articles and links, although it may be
protected by copyright laws, is presented as hyperlinks. Therefore, copyright issues are avoided.
   Originally released for the use of bloggers, Zemanta is available as a Firefox and Internet Explorer
extension and plugins for Wordpress, Blogger, TypePad, Ning, MySpace, LiveJournal, MovableType,
Tumblr, Drupal, and Joomla. Furthermore, Zemanta is available for the use inside web-based email
environments, such as Gmail and Yahoo mail, and an Outlook add-in is being developed currently.


2.1   Mechanism

Zemanta is an authoring application, and its fundamental process of recommending is depicted in Fig.
1. As it can be noticed, the content management system presents suggestions to the author as they
create the text. The author is able to select which recommended pieces of information are appropriate
to be incorporated into their own content. Nevertheless, it is to be observed that after publishing the
Fig. 1. Authoring process with Zemanta


suggestions from Zemanta that were included in the text become static and do not change unless the
author does so.
   Zemanta uses the http protocol for communication between the client and the server, and all queries
are to be sent using only the post method. The provided explanation for avoiding the get method is
that some web servers and proxies impose limits on the length of urls. The service conforms to the rest
constraints and allows responses encoded in json and xml formats.


2.2    Multilingual aspects

At the moment, Zemanta supports content writ-
ten only in English. Nevertheless, the use of uni-
versal words, trademarks or buzzwords gives Ze-
manta sufficient input to create appropriate and
accurate content recommendations. Furthermore,
a combination with automatic translation Web ap-
plications, in such a manner similar to the Faviki2
social bookmarking tool, creates the possibility of
adding new content in languages different from
English. The process depicted in Fig. 2 shows
the orchestration of three web services, Zemanta,
Google Language API and DBpedia in order to
produce multilingual tags for Faviki [1].


2.3    Relation to DBpedia

DBpedia is a freely available, enormous source of
knowledge, developed by extracting structured in-
formation from Wikipedia and storing it as rdf
triples. The knowledge base currently consists of
more than 2.9 million things, including persons,
places, species, etc. and over 479 million facts.
Furthermore, it contains labels and abstracts de-
scribing the concepts in 91 different languages. For
each comprised entity, DBpedia defines a glob- Fig. 2. Faviki process of suggesting semantic tags
ally unique identifier (uri) that can be derefer- using Zemanta, Google Language API and DBpedia
enced according to the Linked Data principles [2,
3]. Moreover, the fact that the knowledge is connected with multiple various other data sources (e.g.,
MusicBrainz, Geonames, EuroStat) supplements the coverage of the real world.
1
    http://www.zemanta.com/
2
    http://www.faviki.com/


                                                      2
The knowledge base of DBpedia represents one source of information in Zemanta’s recommending
process. Therefore, Zemanta has the possibility to disambiguate between the entities mentioned in the
text, and is able to provide better, more accurate responses to the users. Furthermore, by connecting the
entities to DBpedia uris, the chances of knowledge reuse and correct future automatically performed
semantic tasks, such as search, reasoning, or advertising based on the stated facts increase significantly.
    Moreover, due to the multilingual features included in the DBpedia design and development, Zemanta
has potential access to suggest recommendations in different languages. In fact, Faviki combines the ser-
vices offered by Zemanta with two other public services, Google Translate3 and DBpedia, for multilingual
support [1]. Although the main language for Zemanta remains English, Faviki translates the input using
Google Language and selects from DBpedia the recommended tags in the corresponding language.


2.4    Using Zemanta

The services provided by Zemanta can be easily accessed either by using the available plug-ins or exten-
sions, or by creating an application that connects to the Zemanta Application Programming Interface4
(api). Both methods are simple and straightforward, and are concisely described in what follows.


Zemanta plug-ins and extensions By adding a Zemanta plug-in or extension to a third party appli-
cation, users are able to receive almost instantaneously the content recommendations as they create the
text. The images, tags, links or related articles are included automatically inside the text if selected from
the list of recommended pieces of information. Furthermore, users are allowed to define own searching
criteria and save their preferences.

Application Programming Interface Another possibility to exploit Zemanta’s services is to create
a new application or to extend an existing one, in order to connect it to the public api. Nevertheless, an
api key is required by the server in order for it to respond to queries. Zemanta offers two types of keys,
depending on the intended use. On the one hand, developers are able to obtain free api keys, which allow
up to 1000 queries per day. On the other hand, Zemanta offers support for content management systems
(cms) and platforms, which automatically assign keys to each of their end users. However, details in the
case of cms are not provided and users are instructed to contact Zemanta personally.
    An example of Zemanta api usage in php with the curl library is included in Program 1. As it
can be observed, the request is not complex and only a few lines of code are required in order to call
Zemanta’s suggest method. The selected response format is xml, and a brief illustration of it is provided
in Program 2. As shown, the return message contains multiple articles, links, images and categories, all
accompanied by confidence values.
    Zemanta offers two more other public methods, suggest markup and preferences. The former is
similar to the suggest method presented above, differing in only that it retrieves just the markup and
links. The latter is used to get the preferences of a specific user from the server, information which is
usually transmitted further to the suggest method.


3     Conclusions

This paper focusses on Zemanta, a content recommendation tool. The system’s alignment to current Web
application development principles, efficiency and usability prove that Zemanta is a powerful Web service.
Furthermore, the high number of information sources and freely available suggested content strengthen
this conclusion. Although it is available only for English content, combinations with automatic translation
Web services have already been developed and are used successfully.




3
    http://translate.google.com/
4
    http://api.zemanta.com/services/rest/0.0/


                                                     3
<?php
  $zemantaURL = ’http://api.zemanta.com/services/rest/0.0/’;
  $format = ’xml’;
  $text = "The text to be parsed by Zemanta";
  $key = "zemanta_api_key";
  $method = "zemanta.suggest";

     $args = array(
          ’method’ => $method,
          ’api_key’ => $key,
          ’text’ => $text,
          ’format’ => $format
       );

     $data = "";
     foreach($args as $key => $value)
     {
       $data .= ($data != "") ? "&" : "";
       $data .= urlencode($key)."=".urlencode($value);
     }

     $ch = curl_init();
     curl_setopt($ch, CURLOPT_URL, $zemantaURL);
     curl_setopt($ch, CURLOPT_POST, 1);
     curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
     curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
     $response = curl_exec($ch);
     curl_close($ch);
?>

                            Program 1: Zemanta api usage in php with curl.




                                                  4
<rsp>
  <status>ok</status>
  <articles>
    <article>
      <url>http://abcnews.go.com/Technology/story?id=5255072&amp;page=1</url>
      <confidence>0.048289</confidence>
      <published_datetime>2008-06-26T19:12:59Z</published_datetime>
      <title>Seeds of Life Found in Martian Soil</title>
      <zemified>0</zemified>
    </article>
  </articles>
  <markup>
    <text>The &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Phoenix_%28spacecraft%29"&gt;
Phoenix Mars Lander&lt;/a&gt; has successfully deployed its &lt;a class="zem_slink" href="http:
//en.wikipedia.org/wiki/Robotic_arm"&gt;robotic arm&lt;/a&gt; and tested other instruments including
a laser designed to detect dust, clouds, and fog. The arm will be used to dig up samples of the &lt;a
class="zem_slink" href="http://en.wikipedia.org/wiki/Mars"&gt;Martian&lt;/a&gt; surface which will be
analyzed as a possible habitat for life.</text>
    <links>
      <link>
        <confidence>0.006165</confidence>
        <anchor>robotic arm</anchor>
        <target>
          <url>http://en.wikipedia.org/wiki/Robotic_arm</url>
          <type>wikipedia</type> <title>Robotic arm</title>
        </target>
      </link>
    </links>
  </markup>
  <images>
    <image>
      <description>An artist’s rendition of the Phoenix Mars probe during landing. The sophisticated
landing system on Phoenix allows the spacecraft to touch down within 10 km (6.2 miles) of the targeted
landing area. Thrusters are started when the lander is 570 m (1900 feet) above the surface. The
navigation system is capable of detecting and avoiding hazards on the surface of Mars.</description>
      <attribution>Image via &lt;a href="http://commons.wikipedia.org/wiki/Image:Phoenix_landing
.jpg"&gt;Wikipedia&lt;/a&gt;</attribution>
      <license>Public domain</license> <confidence>0.99</confidence>
      <source_url>http://commons.wikipedia.org/wiki/Image:Phoenix_landing.jpg</source_url>
      <url_l>http://upload.wikimedia.org/wikipedia/commons/6/6a/Phoenix_landing.jpg</url_l>
      <url_l_w>5200</url_l_w> <url_l_h>4800</url_l_h>
    </image>
  </images>
  <keywords>
    <keyword>
      <confidence>0.506297</confidence> <name>Mars</name> <scheme>general</scheme>
    </keyword>
  </keywords>
  <categories>
    <category>
      <confidence>0.195886</confidence> <categorization>dmoz</categorization>
      <name>Top/Science/Astronomy/Solar_System/Planets/Mars</name>
    </category>
  </categories>
  <signature>&lt;div class="zemanta-pixie"&gt;&lt;a class="zemanta-pixie-a" href="http://reblog.
zemanta.com/zemified/40b3d04b-5248-4256-a22b-c07ba38b2d9f/" title="Zemified by Zemanta"&gt;&lt;
img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=40b3d04b-5248-4256-
a22b-c07ba38b2d9f" alt="Zemanta Pixie" /&gt;&lt;/a&gt;&lt;/div&gt;</signature>
  <rid>40b3d04b-5248-4256-a22b-c07ba38b2d9f</rid>
</rsp>


                        Program 2: Brief Zemanta response in xml format.
                                               5
References
1. Miliˇi´, V.: Case study: Semantic tags. http://www.w3.org/2001/sw/sweo/public/UseCases/Faviki/ (2008)
       cc
2. Berners-Lee, T.: Linked data-design issues. http://www.w3.org/DesignIssues/LinkedData.html (2006)
3. Bizer, C., Cyganiak, R., Heath, T.: How to publish linked data on the web. http://sites.wiwiss.fu-
   berlin.de/suhl/bizer/pub/LinkedDataTutorial/ (2007)




                                                   6

Mais conteúdo relacionado

Mais procurados

C03406021027
C03406021027C03406021027
C03406021027theijes
 
Classification of web services using data mining algorithms and improved lear...
Classification of web services using data mining algorithms and improved lear...Classification of web services using data mining algorithms and improved lear...
Classification of web services using data mining algorithms and improved lear...TELKOMNIKA JOURNAL
 
WEB CRAWLER FOR SOCIAL NETWORK USER DATA PREDICTION USING SOFT COMPUTING METHODS
WEB CRAWLER FOR SOCIAL NETWORK USER DATA PREDICTION USING SOFT COMPUTING METHODSWEB CRAWLER FOR SOCIAL NETWORK USER DATA PREDICTION USING SOFT COMPUTING METHODS
WEB CRAWLER FOR SOCIAL NETWORK USER DATA PREDICTION USING SOFT COMPUTING METHODSAIRCC Publishing Corporation
 
AN INTELLIGENT OPTIMAL GENETIC MODEL TO INVESTIGATE THE USER USAGE BEHAVIOUR ...
AN INTELLIGENT OPTIMAL GENETIC MODEL TO INVESTIGATE THE USER USAGE BEHAVIOUR ...AN INTELLIGENT OPTIMAL GENETIC MODEL TO INVESTIGATE THE USER USAGE BEHAVIOUR ...
AN INTELLIGENT OPTIMAL GENETIC MODEL TO INVESTIGATE THE USER USAGE BEHAVIOUR ...ijdkp
 
05 20275 computational solution...
05 20275 computational solution...05 20275 computational solution...
05 20275 computational solution...IAESIJEECS
 
Sup (Semantic User Profiling)
Sup (Semantic User Profiling)Sup (Semantic User Profiling)
Sup (Semantic User Profiling)Emanuela Boroș
 
Semantic Massage Addressing based on Social Cloud Actor's Interests
Semantic Massage Addressing based on Social Cloud Actor's InterestsSemantic Massage Addressing based on Social Cloud Actor's Interests
Semantic Massage Addressing based on Social Cloud Actor's InterestsCSCJournals
 
Iaetsd scalable mobile presence cloud with
Iaetsd scalable mobile presence cloud withIaetsd scalable mobile presence cloud with
Iaetsd scalable mobile presence cloud withIaetsd Iaetsd
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Web Chat using React Framework
Web Chat using React FrameworkWeb Chat using React Framework
Web Chat using React Frameworkijtsrd
 
Semantically enriching content using OpenCalais
Semantically enriching content using OpenCalaisSemantically enriching content using OpenCalais
Semantically enriching content using OpenCalaisMarius Butuc
 
A Survey on: Utilizing of Different Features in Web Behavior Prediction
A Survey on: Utilizing of Different Features in Web Behavior PredictionA Survey on: Utilizing of Different Features in Web Behavior Prediction
A Survey on: Utilizing of Different Features in Web Behavior PredictionEditor IJMTER
 
A detail survey of page re ranking various web features and techniques
A detail survey of page re ranking various web features and techniquesA detail survey of page re ranking various web features and techniques
A detail survey of page re ranking various web features and techniquesijctet
 
Advance Frameworks for Hidden Web Retrieval Using Innovative Vision-Based Pag...
Advance Frameworks for Hidden Web Retrieval Using Innovative Vision-Based Pag...Advance Frameworks for Hidden Web Retrieval Using Innovative Vision-Based Pag...
Advance Frameworks for Hidden Web Retrieval Using Innovative Vision-Based Pag...IOSR Journals
 
A language independent web data extraction using vision based page segmentati...
A language independent web data extraction using vision based page segmentati...A language independent web data extraction using vision based page segmentati...
A language independent web data extraction using vision based page segmentati...eSAT Publishing House
 
An Effective Approach for Document Crawling With Usage Pattern and Image Base...
An Effective Approach for Document Crawling With Usage Pattern and Image Base...An Effective Approach for Document Crawling With Usage Pattern and Image Base...
An Effective Approach for Document Crawling With Usage Pattern and Image Base...Editor IJCATR
 
Record matching over query results
Record matching over query resultsRecord matching over query results
Record matching over query resultsambitlick
 

Mais procurados (19)

C03406021027
C03406021027C03406021027
C03406021027
 
Classification of web services using data mining algorithms and improved lear...
Classification of web services using data mining algorithms and improved lear...Classification of web services using data mining algorithms and improved lear...
Classification of web services using data mining algorithms and improved lear...
 
WEB CRAWLER FOR SOCIAL NETWORK USER DATA PREDICTION USING SOFT COMPUTING METHODS
WEB CRAWLER FOR SOCIAL NETWORK USER DATA PREDICTION USING SOFT COMPUTING METHODSWEB CRAWLER FOR SOCIAL NETWORK USER DATA PREDICTION USING SOFT COMPUTING METHODS
WEB CRAWLER FOR SOCIAL NETWORK USER DATA PREDICTION USING SOFT COMPUTING METHODS
 
AN INTELLIGENT OPTIMAL GENETIC MODEL TO INVESTIGATE THE USER USAGE BEHAVIOUR ...
AN INTELLIGENT OPTIMAL GENETIC MODEL TO INVESTIGATE THE USER USAGE BEHAVIOUR ...AN INTELLIGENT OPTIMAL GENETIC MODEL TO INVESTIGATE THE USER USAGE BEHAVIOUR ...
AN INTELLIGENT OPTIMAL GENETIC MODEL TO INVESTIGATE THE USER USAGE BEHAVIOUR ...
 
H0314450
H0314450H0314450
H0314450
 
05 20275 computational solution...
05 20275 computational solution...05 20275 computational solution...
05 20275 computational solution...
 
Sup (Semantic User Profiling)
Sup (Semantic User Profiling)Sup (Semantic User Profiling)
Sup (Semantic User Profiling)
 
Semantic Massage Addressing based on Social Cloud Actor's Interests
Semantic Massage Addressing based on Social Cloud Actor's InterestsSemantic Massage Addressing based on Social Cloud Actor's Interests
Semantic Massage Addressing based on Social Cloud Actor's Interests
 
Iaetsd scalable mobile presence cloud with
Iaetsd scalable mobile presence cloud withIaetsd scalable mobile presence cloud with
Iaetsd scalable mobile presence cloud with
 
320 324
320 324320 324
320 324
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Web Chat using React Framework
Web Chat using React FrameworkWeb Chat using React Framework
Web Chat using React Framework
 
Semantically enriching content using OpenCalais
Semantically enriching content using OpenCalaisSemantically enriching content using OpenCalais
Semantically enriching content using OpenCalais
 
A Survey on: Utilizing of Different Features in Web Behavior Prediction
A Survey on: Utilizing of Different Features in Web Behavior PredictionA Survey on: Utilizing of Different Features in Web Behavior Prediction
A Survey on: Utilizing of Different Features in Web Behavior Prediction
 
A detail survey of page re ranking various web features and techniques
A detail survey of page re ranking various web features and techniquesA detail survey of page re ranking various web features and techniques
A detail survey of page re ranking various web features and techniques
 
Advance Frameworks for Hidden Web Retrieval Using Innovative Vision-Based Pag...
Advance Frameworks for Hidden Web Retrieval Using Innovative Vision-Based Pag...Advance Frameworks for Hidden Web Retrieval Using Innovative Vision-Based Pag...
Advance Frameworks for Hidden Web Retrieval Using Innovative Vision-Based Pag...
 
A language independent web data extraction using vision based page segmentati...
A language independent web data extraction using vision based page segmentati...A language independent web data extraction using vision based page segmentati...
A language independent web data extraction using vision based page segmentati...
 
An Effective Approach for Document Crawling With Usage Pattern and Image Base...
An Effective Approach for Document Crawling With Usage Pattern and Image Base...An Effective Approach for Document Crawling With Usage Pattern and Image Base...
An Effective Approach for Document Crawling With Usage Pattern and Image Base...
 
Record matching over query results
Record matching over query resultsRecord matching over query results
Record matching over query results
 

Destaque

Internet New Web2.0 Trends-Recommendation Systems Lecture For Vtlv
Internet New Web2.0 Trends-Recommendation Systems Lecture For VtlvInternet New Web2.0 Trends-Recommendation Systems Lecture For Vtlv
Internet New Web2.0 Trends-Recommendation Systems Lecture For VtlvJosh (Tzvika) Avnery
 
Recommendation Engines with Neo4j, Symfony and Reco4PHP
Recommendation Engines with Neo4j, Symfony and Reco4PHPRecommendation Engines with Neo4j, Symfony and Reco4PHP
Recommendation Engines with Neo4j, Symfony and Reco4PHPChristophe Willemsen
 
Personalized news recommendation engine
Personalized news recommendation enginePersonalized news recommendation engine
Personalized news recommendation enginePrateek Sachdev
 
The key to Huffington Post's success
The key to Huffington Post's successThe key to Huffington Post's success
The key to Huffington Post's successdominika
 
Serverless Geospatial Mobile Apps with AWS
Serverless Geospatial Mobile Apps with AWSServerless Geospatial Mobile Apps with AWS
Serverless Geospatial Mobile Apps with AWSAmazon Web Services
 
To Be or Not to be a Zero Pronoun: A Machine Learning Approach for Romanian
To Be or Not to be a Zero Pronoun: A Machine Learning Approach for RomanianTo Be or Not to be a Zero Pronoun: A Machine Learning Approach for Romanian
To Be or Not to be a Zero Pronoun: A Machine Learning Approach for RomanianClaudiu Mihăilă
 
Building a Real-Time Geospatial-Aware Recommendation Engine
 Building a Real-Time Geospatial-Aware Recommendation Engine Building a Real-Time Geospatial-Aware Recommendation Engine
Building a Real-Time Geospatial-Aware Recommendation EngineAmazon Web Services
 

Destaque (7)

Internet New Web2.0 Trends-Recommendation Systems Lecture For Vtlv
Internet New Web2.0 Trends-Recommendation Systems Lecture For VtlvInternet New Web2.0 Trends-Recommendation Systems Lecture For Vtlv
Internet New Web2.0 Trends-Recommendation Systems Lecture For Vtlv
 
Recommendation Engines with Neo4j, Symfony and Reco4PHP
Recommendation Engines with Neo4j, Symfony and Reco4PHPRecommendation Engines with Neo4j, Symfony and Reco4PHP
Recommendation Engines with Neo4j, Symfony and Reco4PHP
 
Personalized news recommendation engine
Personalized news recommendation enginePersonalized news recommendation engine
Personalized news recommendation engine
 
The key to Huffington Post's success
The key to Huffington Post's successThe key to Huffington Post's success
The key to Huffington Post's success
 
Serverless Geospatial Mobile Apps with AWS
Serverless Geospatial Mobile Apps with AWSServerless Geospatial Mobile Apps with AWS
Serverless Geospatial Mobile Apps with AWS
 
To Be or Not to be a Zero Pronoun: A Machine Learning Approach for Romanian
To Be or Not to be a Zero Pronoun: A Machine Learning Approach for RomanianTo Be or Not to be a Zero Pronoun: A Machine Learning Approach for Romanian
To Be or Not to be a Zero Pronoun: A Machine Learning Approach for Romanian
 
Building a Real-Time Geospatial-Aware Recommendation Engine
 Building a Real-Time Geospatial-Aware Recommendation Engine Building a Real-Time Geospatial-Aware Recommendation Engine
Building a Real-Time Geospatial-Aware Recommendation Engine
 

Semelhante a Zemanta: A Content Recommendation Engine

Improve information retrieval and e learning using
Improve information retrieval and e learning usingImprove information retrieval and e learning using
Improve information retrieval and e learning usingIJwest
 
DLTSR_A_Deep_Learning_Framework_for_Recommendations_of_Long-Tail_Web_Services...
DLTSR_A_Deep_Learning_Framework_for_Recommendations_of_Long-Tail_Web_Services...DLTSR_A_Deep_Learning_Framework_for_Recommendations_of_Long-Tail_Web_Services...
DLTSR_A_Deep_Learning_Framework_for_Recommendations_of_Long-Tail_Web_Services...NAbderrahim
 
L1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxL1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxclaireolitres
 
Impact of web life cycle activities &amp; web services in modern era a review
Impact of web life cycle activities &amp; web services in modern era  a reviewImpact of web life cycle activities &amp; web services in modern era  a review
Impact of web life cycle activities &amp; web services in modern era a reviewJyoti Parashar
 
Itz Lecture Bi & Web Tech Standards Feb 2009
Itz Lecture Bi & Web Tech Standards Feb 2009Itz Lecture Bi & Web Tech Standards Feb 2009
Itz Lecture Bi & Web Tech Standards Feb 2009subramanian K
 
L1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxL1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxarchied4
 
L1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxL1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxJustinGallardo3
 
L1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxL1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxMaeAmir
 
L1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxL1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxChrismelynTGudoyLund
 
1_Introduction_to_Information_and_Communication_Technology.pptx
1_Introduction_to_Information_and_Communication_Technology.pptx1_Introduction_to_Information_and_Communication_Technology.pptx
1_Introduction_to_Information_and_Communication_Technology.pptxReminPasion1
 
L1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxL1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxMichaelleBunao1
 
L1 Introduction to Information and Communication Technology (1).pptx
L1 Introduction to Information and Communication Technology (1).pptxL1 Introduction to Information and Communication Technology (1).pptx
L1 Introduction to Information and Communication Technology (1).pptxninosulit
 
L1 introduction to information and communication technology
L1 introduction to information and communication technologyL1 introduction to information and communication technology
L1 introduction to information and communication technologyrowenick
 
L1 introduction to information and communication technology
L1 introduction to information and communication technologyL1 introduction to information and communication technology
L1 introduction to information and communication technologyrowenick
 
E-Tech L1 Introduction to Information and Communication Technology.pptx
E-Tech L1 Introduction to Information and Communication Technology.pptxE-Tech L1 Introduction to Information and Communication Technology.pptx
E-Tech L1 Introduction to Information and Communication Technology.pptxLeah Condina
 
L1 introduction-to-information-and-communication-technology
L1 introduction-to-information-and-communication-technologyL1 introduction-to-information-and-communication-technology
L1 introduction-to-information-and-communication-technologyMarko-_
 
Evaluations of User Creation Personal Portal Page Using DACS Web Service
Evaluations of User Creation Personal Portal Page Using DACS Web Service  Evaluations of User Creation Personal Portal Page Using DACS Web Service
Evaluations of User Creation Personal Portal Page Using DACS Web Service dannyijwest
 
L1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxL1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxVinceBraveCatinan1
 

Semelhante a Zemanta: A Content Recommendation Engine (20)

Zemanta
ZemantaZemanta
Zemanta
 
Improve information retrieval and e learning using
Improve information retrieval and e learning usingImprove information retrieval and e learning using
Improve information retrieval and e learning using
 
DLTSR_A_Deep_Learning_Framework_for_Recommendations_of_Long-Tail_Web_Services...
DLTSR_A_Deep_Learning_Framework_for_Recommendations_of_Long-Tail_Web_Services...DLTSR_A_Deep_Learning_Framework_for_Recommendations_of_Long-Tail_Web_Services...
DLTSR_A_Deep_Learning_Framework_for_Recommendations_of_Long-Tail_Web_Services...
 
L1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxL1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptx
 
Impact of web life cycle activities &amp; web services in modern era a review
Impact of web life cycle activities &amp; web services in modern era  a reviewImpact of web life cycle activities &amp; web services in modern era  a review
Impact of web life cycle activities &amp; web services in modern era a review
 
Itz Lecture Bi & Web Tech Standards Feb 2009
Itz Lecture Bi & Web Tech Standards Feb 2009Itz Lecture Bi & Web Tech Standards Feb 2009
Itz Lecture Bi & Web Tech Standards Feb 2009
 
L1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxL1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptx
 
L1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxL1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptx
 
L1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxL1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptx
 
L1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxL1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptx
 
1_Introduction_to_Information_and_Communication_Technology.pptx
1_Introduction_to_Information_and_Communication_Technology.pptx1_Introduction_to_Information_and_Communication_Technology.pptx
1_Introduction_to_Information_and_Communication_Technology.pptx
 
L1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxL1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptx
 
L1 Introduction to Information and Communication Technology (1).pptx
L1 Introduction to Information and Communication Technology (1).pptxL1 Introduction to Information and Communication Technology (1).pptx
L1 Introduction to Information and Communication Technology (1).pptx
 
L1 introduction to information and communication technology
L1 introduction to information and communication technologyL1 introduction to information and communication technology
L1 introduction to information and communication technology
 
L1 introduction to information and communication technology
L1 introduction to information and communication technologyL1 introduction to information and communication technology
L1 introduction to information and communication technology
 
E-Tech L1 Introduction to Information and Communication Technology.pptx
E-Tech L1 Introduction to Information and Communication Technology.pptxE-Tech L1 Introduction to Information and Communication Technology.pptx
E-Tech L1 Introduction to Information and Communication Technology.pptx
 
L1 introduction-to-information-and-communication-technology
L1 introduction-to-information-and-communication-technologyL1 introduction-to-information-and-communication-technology
L1 introduction-to-information-and-communication-technology
 
Evaluations of User Creation Personal Portal Page Using DACS Web Service
Evaluations of User Creation Personal Portal Page Using DACS Web Service  Evaluations of User Creation Personal Portal Page Using DACS Web Service
Evaluations of User Creation Personal Portal Page Using DACS Web Service
 
L1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptxL1 Introduction to Information and Communication Technology.pptx
L1 Introduction to Information and Communication Technology.pptx
 
Client Side Technologies
Client Side TechnologiesClient Side Technologies
Client Side Technologies
 

Mais de Claudiu Mihăilă

News Search Using Discourse Analytics
News Search Using Discourse AnalyticsNews Search Using Discourse Analytics
News Search Using Discourse AnalyticsClaudiu Mihăilă
 
Analysing Entity Type Variation across Biomedical Subdomains
Analysing Entity Type Variation across Biomedical SubdomainsAnalysing Entity Type Variation across Biomedical Subdomains
Analysing Entity Type Variation across Biomedical SubdomainsClaudiu Mihăilă
 
Translation studies: Simplification and Explicitation Universals
Translation studies: Simplification and Explicitation UniversalsTranslation studies: Simplification and Explicitation Universals
Translation studies: Simplification and Explicitation UniversalsClaudiu Mihăilă
 
Simplification and Explicitation Universals
Simplification and Explicitation UniversalsSimplification and Explicitation Universals
Simplification and Explicitation UniversalsClaudiu Mihăilă
 
Functional Dependency Grammar
Functional Dependency GrammarFunctional Dependency Grammar
Functional Dependency GrammarClaudiu Mihăilă
 
TEDDY - Thesaurus Editor: Design and Definition Yarn
TEDDY - Thesaurus Editor: Design and Definition YarnTEDDY - Thesaurus Editor: Design and Definition Yarn
TEDDY - Thesaurus Editor: Design and Definition YarnClaudiu Mihăilă
 

Mais de Claudiu Mihăilă (6)

News Search Using Discourse Analytics
News Search Using Discourse AnalyticsNews Search Using Discourse Analytics
News Search Using Discourse Analytics
 
Analysing Entity Type Variation across Biomedical Subdomains
Analysing Entity Type Variation across Biomedical SubdomainsAnalysing Entity Type Variation across Biomedical Subdomains
Analysing Entity Type Variation across Biomedical Subdomains
 
Translation studies: Simplification and Explicitation Universals
Translation studies: Simplification and Explicitation UniversalsTranslation studies: Simplification and Explicitation Universals
Translation studies: Simplification and Explicitation Universals
 
Simplification and Explicitation Universals
Simplification and Explicitation UniversalsSimplification and Explicitation Universals
Simplification and Explicitation Universals
 
Functional Dependency Grammar
Functional Dependency GrammarFunctional Dependency Grammar
Functional Dependency Grammar
 
TEDDY - Thesaurus Editor: Design and Definition Yarn
TEDDY - Thesaurus Editor: Design and Definition YarnTEDDY - Thesaurus Editor: Design and Definition Yarn
TEDDY - Thesaurus Editor: Design and Definition Yarn
 

Último

Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 

Último (20)

Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 

Zemanta: A Content Recommendation Engine

  • 1. Zemanta: A Content Recommendation Engine Claudiu Mih˘il˘ a a Faculty of Computer Science, ”Al.I. Cuza” University of Ia¸i, s 16, G-ral Berthelot Street, 700483 Ia¸i, Romania s claudiu.mihaila@info.uaic.ro Abstract. This paper reports on Zemanta, a content recommendation engine, regarding its utility, usability, and relation to DBpedia. It focusses on the multilingual applicability of the service, the semantic disambiguation using DBpedia and exemplifies its use through both application extensions and public api. Key words: Zemanta, social Web, DBpedia, content recommendation 1 Introduction In the context of an evermore increasing and expanding Web, one has become ineffective in acknowledging and accumulating the immense amount of information with which one is provided. Therefore, the need for an automatic content analysis and recommendation system is self-explanatory. By using such a tool, one has the possibility to sieve through all the data and find and access directly the information one is interested in. Furthermore, the ability of such a system to analyse content at a semantical level improves the accuracy and appropriateness of its result. In what follows, the content recommendation engine Zemanta is analysed with regard to its usability and relation to DBpedia. 2 Zemanta Zemanta1 is a content recommendation engine created for the use of bloggers and other types of content creators. By using Zemanta, authors are able to enrich their texts with appropriate images and links and add a list of related articles, tags and categories to their own creation. The content Zemanta suggests is obtained from multiple sources, such as Wikipedia, Youtube, IMDB, Amazon.com, Crunchbase, Flickr, ITIS, Musicbrainz, Mybloglog, Myspace, NCBI, Rottentoma- toes, Twitter, Facebook, Snooth and Wikinvest, as well as the blogs of other Zemanta users. One important aspect of the recommended content is that the suggested images are free to use by anyone, due to the fact that they were published under various copyleft or free licenses, such as Creative Commons or GNU General Public Licence. The content of related articles and links, although it may be protected by copyright laws, is presented as hyperlinks. Therefore, copyright issues are avoided. Originally released for the use of bloggers, Zemanta is available as a Firefox and Internet Explorer extension and plugins for Wordpress, Blogger, TypePad, Ning, MySpace, LiveJournal, MovableType, Tumblr, Drupal, and Joomla. Furthermore, Zemanta is available for the use inside web-based email environments, such as Gmail and Yahoo mail, and an Outlook add-in is being developed currently. 2.1 Mechanism Zemanta is an authoring application, and its fundamental process of recommending is depicted in Fig. 1. As it can be noticed, the content management system presents suggestions to the author as they create the text. The author is able to select which recommended pieces of information are appropriate to be incorporated into their own content. Nevertheless, it is to be observed that after publishing the
  • 2. Fig. 1. Authoring process with Zemanta suggestions from Zemanta that were included in the text become static and do not change unless the author does so. Zemanta uses the http protocol for communication between the client and the server, and all queries are to be sent using only the post method. The provided explanation for avoiding the get method is that some web servers and proxies impose limits on the length of urls. The service conforms to the rest constraints and allows responses encoded in json and xml formats. 2.2 Multilingual aspects At the moment, Zemanta supports content writ- ten only in English. Nevertheless, the use of uni- versal words, trademarks or buzzwords gives Ze- manta sufficient input to create appropriate and accurate content recommendations. Furthermore, a combination with automatic translation Web ap- plications, in such a manner similar to the Faviki2 social bookmarking tool, creates the possibility of adding new content in languages different from English. The process depicted in Fig. 2 shows the orchestration of three web services, Zemanta, Google Language API and DBpedia in order to produce multilingual tags for Faviki [1]. 2.3 Relation to DBpedia DBpedia is a freely available, enormous source of knowledge, developed by extracting structured in- formation from Wikipedia and storing it as rdf triples. The knowledge base currently consists of more than 2.9 million things, including persons, places, species, etc. and over 479 million facts. Furthermore, it contains labels and abstracts de- scribing the concepts in 91 different languages. For each comprised entity, DBpedia defines a glob- Fig. 2. Faviki process of suggesting semantic tags ally unique identifier (uri) that can be derefer- using Zemanta, Google Language API and DBpedia enced according to the Linked Data principles [2, 3]. Moreover, the fact that the knowledge is connected with multiple various other data sources (e.g., MusicBrainz, Geonames, EuroStat) supplements the coverage of the real world. 1 http://www.zemanta.com/ 2 http://www.faviki.com/ 2
  • 3. The knowledge base of DBpedia represents one source of information in Zemanta’s recommending process. Therefore, Zemanta has the possibility to disambiguate between the entities mentioned in the text, and is able to provide better, more accurate responses to the users. Furthermore, by connecting the entities to DBpedia uris, the chances of knowledge reuse and correct future automatically performed semantic tasks, such as search, reasoning, or advertising based on the stated facts increase significantly. Moreover, due to the multilingual features included in the DBpedia design and development, Zemanta has potential access to suggest recommendations in different languages. In fact, Faviki combines the ser- vices offered by Zemanta with two other public services, Google Translate3 and DBpedia, for multilingual support [1]. Although the main language for Zemanta remains English, Faviki translates the input using Google Language and selects from DBpedia the recommended tags in the corresponding language. 2.4 Using Zemanta The services provided by Zemanta can be easily accessed either by using the available plug-ins or exten- sions, or by creating an application that connects to the Zemanta Application Programming Interface4 (api). Both methods are simple and straightforward, and are concisely described in what follows. Zemanta plug-ins and extensions By adding a Zemanta plug-in or extension to a third party appli- cation, users are able to receive almost instantaneously the content recommendations as they create the text. The images, tags, links or related articles are included automatically inside the text if selected from the list of recommended pieces of information. Furthermore, users are allowed to define own searching criteria and save their preferences. Application Programming Interface Another possibility to exploit Zemanta’s services is to create a new application or to extend an existing one, in order to connect it to the public api. Nevertheless, an api key is required by the server in order for it to respond to queries. Zemanta offers two types of keys, depending on the intended use. On the one hand, developers are able to obtain free api keys, which allow up to 1000 queries per day. On the other hand, Zemanta offers support for content management systems (cms) and platforms, which automatically assign keys to each of their end users. However, details in the case of cms are not provided and users are instructed to contact Zemanta personally. An example of Zemanta api usage in php with the curl library is included in Program 1. As it can be observed, the request is not complex and only a few lines of code are required in order to call Zemanta’s suggest method. The selected response format is xml, and a brief illustration of it is provided in Program 2. As shown, the return message contains multiple articles, links, images and categories, all accompanied by confidence values. Zemanta offers two more other public methods, suggest markup and preferences. The former is similar to the suggest method presented above, differing in only that it retrieves just the markup and links. The latter is used to get the preferences of a specific user from the server, information which is usually transmitted further to the suggest method. 3 Conclusions This paper focusses on Zemanta, a content recommendation tool. The system’s alignment to current Web application development principles, efficiency and usability prove that Zemanta is a powerful Web service. Furthermore, the high number of information sources and freely available suggested content strengthen this conclusion. Although it is available only for English content, combinations with automatic translation Web services have already been developed and are used successfully. 3 http://translate.google.com/ 4 http://api.zemanta.com/services/rest/0.0/ 3
  • 4. <?php $zemantaURL = ’http://api.zemanta.com/services/rest/0.0/’; $format = ’xml’; $text = "The text to be parsed by Zemanta"; $key = "zemanta_api_key"; $method = "zemanta.suggest"; $args = array( ’method’ => $method, ’api_key’ => $key, ’text’ => $text, ’format’ => $format ); $data = ""; foreach($args as $key => $value) { $data .= ($data != "") ? "&" : ""; $data .= urlencode($key)."=".urlencode($value); } $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $zemantaURL); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch); curl_close($ch); ?> Program 1: Zemanta api usage in php with curl. 4
  • 5. <rsp> <status>ok</status> <articles> <article> <url>http://abcnews.go.com/Technology/story?id=5255072&amp;page=1</url> <confidence>0.048289</confidence> <published_datetime>2008-06-26T19:12:59Z</published_datetime> <title>Seeds of Life Found in Martian Soil</title> <zemified>0</zemified> </article> </articles> <markup> <text>The &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Phoenix_%28spacecraft%29"&gt; Phoenix Mars Lander&lt;/a&gt; has successfully deployed its &lt;a class="zem_slink" href="http: //en.wikipedia.org/wiki/Robotic_arm"&gt;robotic arm&lt;/a&gt; and tested other instruments including a laser designed to detect dust, clouds, and fog. The arm will be used to dig up samples of the &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Mars"&gt;Martian&lt;/a&gt; surface which will be analyzed as a possible habitat for life.</text> <links> <link> <confidence>0.006165</confidence> <anchor>robotic arm</anchor> <target> <url>http://en.wikipedia.org/wiki/Robotic_arm</url> <type>wikipedia</type> <title>Robotic arm</title> </target> </link> </links> </markup> <images> <image> <description>An artist’s rendition of the Phoenix Mars probe during landing. The sophisticated landing system on Phoenix allows the spacecraft to touch down within 10 km (6.2 miles) of the targeted landing area. Thrusters are started when the lander is 570 m (1900 feet) above the surface. The navigation system is capable of detecting and avoiding hazards on the surface of Mars.</description> <attribution>Image via &lt;a href="http://commons.wikipedia.org/wiki/Image:Phoenix_landing .jpg"&gt;Wikipedia&lt;/a&gt;</attribution> <license>Public domain</license> <confidence>0.99</confidence> <source_url>http://commons.wikipedia.org/wiki/Image:Phoenix_landing.jpg</source_url> <url_l>http://upload.wikimedia.org/wikipedia/commons/6/6a/Phoenix_landing.jpg</url_l> <url_l_w>5200</url_l_w> <url_l_h>4800</url_l_h> </image> </images> <keywords> <keyword> <confidence>0.506297</confidence> <name>Mars</name> <scheme>general</scheme> </keyword> </keywords> <categories> <category> <confidence>0.195886</confidence> <categorization>dmoz</categorization> <name>Top/Science/Astronomy/Solar_System/Planets/Mars</name> </category> </categories> <signature>&lt;div class="zemanta-pixie"&gt;&lt;a class="zemanta-pixie-a" href="http://reblog. zemanta.com/zemified/40b3d04b-5248-4256-a22b-c07ba38b2d9f/" title="Zemified by Zemanta"&gt;&lt; img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=40b3d04b-5248-4256- a22b-c07ba38b2d9f" alt="Zemanta Pixie" /&gt;&lt;/a&gt;&lt;/div&gt;</signature> <rid>40b3d04b-5248-4256-a22b-c07ba38b2d9f</rid> </rsp> Program 2: Brief Zemanta response in xml format. 5
  • 6. References 1. Miliˇi´, V.: Case study: Semantic tags. http://www.w3.org/2001/sw/sweo/public/UseCases/Faviki/ (2008) cc 2. Berners-Lee, T.: Linked data-design issues. http://www.w3.org/DesignIssues/LinkedData.html (2006) 3. Bizer, C., Cyganiak, R., Heath, T.: How to publish linked data on the web. http://sites.wiwiss.fu- berlin.de/suhl/bizer/pub/LinkedDataTutorial/ (2007) 6