<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cyberborean Chronicles &#187; tagging</title>
	<atom:link href="http://blog.cyberborean.org/tag/tagging/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.cyberborean.org</link>
	<description>by Alex Alishevskikh</description>
	<lastBuildDate>Wed, 18 Jan 2012 07:52:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Nepomuk-KDE with the Sesame backend</title>
		<link>http://blog.cyberborean.org/2009/10/07/nepomuk-kde-with-the-sesame-backend</link>
		<comments>http://blog.cyberborean.org/2009/10/07/nepomuk-kde-with-the-sesame-backend#comments</comments>
		<pubDate>Wed, 07 Oct 2009 22:10:31 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://blog.cyberborean.org/?p=487</guid>
		<description><![CDATA[There is a helpful article on how to make Nepomuk a lot faster by switching its default storage backend to Sesame2: Pimp my Nepomuk Being both a really old KDE user and a semantic desktop partisan at the same time, I am, of course, keeping my eye on the progress in Nepomuk project.  It was [...]]]></description>
			<content:encoded><![CDATA[<p>There is a helpful article on how to make <a href="http://nepomuk.kde.org/">Nepomuk</a> a lot faster by switching its default storage backend to <a href="http://openrdf.org">Sesame2</a>:</p>
<p class="hand"><a href="http://tokoe-kde.blogspot.com/2009/09/pimp-my-nepomuk.html">Pimp my Nepomuk </a></p>
<p><span id="more-487"></span>Being both a really old KDE user and a semantic desktop partisan at the same time, I am, of course, keeping my eye on the progress in Nepomuk project.  It was apparently close to my old dream of a tagging framework supported natively and consistently across the whole desktop environment, so I highly appreciated this effort and it was nice to hear that Nepomuk would be officially included into KDE &#8211; my desktop of choice for many years.</p>
<p>Unfortunately, the experience was rather disappointing. It&#8217;s turned out to be painfully slow, not only slow by itself, but being a brake for overall desktop navigation. Even hovering the cursor over files and folders in Dolphin made Nepomuk process to eat above 50% of CPU time and caused annoying delays. The simple operations like assigning a tag to a file took seconds, the responsiveness which is obviously inappropriate for a real-world desktop system. It thus was turned off in a hope that the things would be improved in future versions (I was confused a bit by how it might appear in the production release, but, frankly, early KDE 4 was full of much more disastrous things). Since then, I checked it after every KDE version upgrade, but there was no visible progress in performance, alas.</p>
<p>It was really good news &#8211; the author of the post above argues that the performance issues are in fact, caused by a storage backend which <a href="http://soprano.sourceforge.net/">Soprano</a>, an RDF framework underlying to Nepomuk, uses to keep RDF data. By default, it&#8217;s shipped with <a href="http://librdf.org">Redland</a> (aka librdf), an RDF database library written in C. Luckily, the backend is easily replaceable and it&#8217;s worth to try to install a faster alternative seeking for a better performance. The author recommends <a href="http://openrdf.org">Sesame2</a> &#8211; a 100% pure Java RDF framework which works (surprisingly for many, I think &#8211; but not for me!) much faster than it&#8217;s native code counterpart.</p>
<p>I tested Nepomuk with Sesame and convinced that now it works really faster &#8211; as it should, in fact. There is of course, a room for improvements in Nepomuk to be a real end-user tool &#8211; e.g. a tag navigation interface without which the tags are rather useless, but its another story. At least, the performance is not a blocker anymore, so Nepomuk now is enabled in my KDE all the time.</p>
<h3>For Kubuntu users: How-to</h3>
<p>I tested the Sesame2 backend for Nepomuk on Kubuntu 9.04 Jaunty Jackalope, KDE 4.3.0 and Sun JRE 6 (I have no idea if it works with GNU Java, but you can give it a try).</p>
<ol>
<li>Install <strong>soprano-backend-sesame</strong> package (<code>sudo apt-get install soprano-backend-sesame</code>)</li>
<li>Make a symlink from <code>$JAVA_HOME/jre/lib/i386/client/libjvm.so</code> in the <code>/usr/lib</code> directory</li>
<li>Restart Nepomuk server</li>
</ol>
<p>Check if Sesame2 backend is used now:</p>

<div class="wp_syntax"><div class="code"><pre class="" style="font-family:monospace;">qdbus org.kde.NepomukStorage /nepomukstorage usedSopranoBackend</pre></div></div>

<p>It should answer &#8220;<code>sesame2</code>&#8220;. If it still answers &#8220;<code>redland</code>&#8220;, something was wrong. You may need also to replace the value &#8220;<code>redland</code>&#8221; to &#8220;<code>sesame2</code>&#8221; in <code>~/.kde/share/config/nepomukserverrc</code> file manually and restart Nepomuk again.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2009/10/07/nepomuk-kde-with-the-sesame-backend/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PCN Beta is out</title>
		<link>http://blog.cyberborean.org/2009/07/01/pcn-beta-announce</link>
		<comments>http://blog.cyberborean.org/2009/07/01/pcn-beta-announce#comments</comments>
		<pubDate>Wed, 01 Jul 2009 10:00:27 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Laboranova]]></category>
		<category><![CDATA[PCN]]></category>
		<category><![CDATA[SCAN]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[socialnetworks]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.cyberborean.org/?p=435</guid>
		<description><![CDATA[Laboranova People-Concepts Networking Server is opened for beta-testing since today, Jul 1, 2009. What&#8217;s this It&#8217;s a prototype of a social network service where people are connected automatically via shared topics of interests extracted from their texts. You can find more on the PCN theory in this post. If you&#8217;re interested to play with it, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://laboranova.com">Laboranova</a> <a href="http://128.243.93.142/pcn-server/">People-Concepts Networking Server</a> is opened for beta-testing since today, Jul 1, 2009.</p>
<h2><span id="more-435"></span>What&#8217;s this</h2>
<p>It&#8217;s a prototype of a social network service where people are connected automatically via shared topics of interests extracted from their texts. You can find more on the PCN theory in <a href="http://blog.cyberborean.org/2009/04/07/people-concept-networking">this post</a>.</p>
<p>If you&#8217;re interested to play with it, we are glad to invite you to join the testing.</p>
<h2>How to join</h2>
<p>1. Request a personal invitation code by filling <a href="http://blog.cyberborean.org/feedback/pcnserver-reg">this form</a>. The code will be sent to the provided email address.</p>
<p>2. <a href="http://128.243.93.142/pcn-server/register">Register</a> on PCN with your invitation code. Your username must be the same you used in the request above.</p>
<p>3. Download, install and configure the PCN client (Conex) as proposed by the system.</p>
<p>To run the client, an installed <a href="http://java.sun.com/javase/downloads/">Java Runtime Environment</a> is required. You also may need the <a href="http://java.com/">Java plugin</a> installed into your browser for visualisation of the network in your server profile.</p>
<h2>The PCN Client</h2>
<p>The PCN client software (Conex, from &#8220;CONcept EXtraction&#8221;) is a desktop content aggregator collecting pieces of content from different locations (local folders, webs, email, RSS feeds, <a href="http://del.icio.us">Del.icio.us</a>, SharePoint servers &#8230;). The content is analyzed to extract valuable terms from the texts and assign them as the document tags (manual tagging is possible also). A user can browse her content collections with the tag cloud or  metadata facets, edit document metadata, annotate documents, search in the content collections and do a lot of other things. Those who are interested into details of client functionality and in a underlying technology, can check <a href="http://scan.sf.net">this site</a>.</p>
<p>To configure PCN connection, select  &#8220;PCN Client → Configure PCN Client&#8221; menu. At the first time, it will ask your username/password on the server and offer to create one or more <em>contexts</em> for your data. The contexts serves as navigation facets to browse the content collection and are useful to organize the content resources depending on your activities. After the contexts are defined, you can assign existing Conex content locations to them.</p>
<p><img class="aligncenter" title="pcnconfig" src="http://blog.cyberborean.org/wp-content/uploads/2009/07/pcnconfig.png" alt="pcnconfig" width="363" height="328" /></p>
<p>Autotagging is applied to individual documents by selecting them and choosing &#8220;Autotagging&#8230;&#8221; in the context menu. This operation can also be automated for all documents in a specific location, if &#8220;Apply autotagging for new documents&#8221; option is set in the location properties (&#8220;Settings&#8221; tab of the location dialog box). You can edit the results of autotagging or add new tags for selected documents using &#8220;Edit tags&#8221; option of the context menu.</p>
<p>As the content is tagged, Conex sends the tagging data and resource descriptions to the server, where a profile of user&#8217;s interests is created. All updates in the monitored locations are also sent to the server (in the specified time interval) to keep the user profile up-to-date.</p>
<p>By default, Conex works with the files in your local folders. To enable other types of content locations, you need to install the plugins. A plugin is installed with a single click in the Plugin Management console (&#8220;Tools → Manage plugins&#8230;&#8221; menu) and will be activated after restart.</p>
<p>PDF, MS Office, OpenOffice, HTML, XML and plain text documents are supported out of the box.</p>
<h3>For SCAN users</h3>
<p>To clarify the things, Conex is neither a proprietary fork, nor a new version of SCAN. It&#8217;s basically a rebranded distribution bundled with the common document <a href="http://scan.sourceforge.net/?page_id=6">plugins</a> and integrated into the PCN solution. There is a plugin providing connectivity with the PCN Server and it&#8217;s possible to install this plugin into &#8220;native&#8221; SCAN to use it as a full-featured PCN client. This likely won&#8217;t work with the released version, but should be ok with a SVN snapshot. Anyway, new SCAN version enabling the PCN plugin will be released soon, so stay tuned.</p>
<h2>The PCN Server</h2>
<p>The server receives data from the clients and builds the socio-semantic network of users connected via the tags they have in common. After you&#8217;ve submitted some data from Conex, you can check your profile on the server to see your tags and  people appeared in your personal network:</p>
<p><img class="size-full wp-image-448 aligncenter" title="pcnprofile" src="http://blog.cyberborean.org/wp-content/uploads/2009/07/pcnprofile.png" alt="pcnprofile" width="600" height="293" /></p>
<p>The people listed in your network are the users who have the similar interests. On their profile pages, you can see a detailed information on compatibility between you and a profile owner:</p>
<p><img class="size-full wp-image-446 aligncenter" title="pcncompat" src="http://blog.cyberborean.org/wp-content/uploads/2009/07/pcncompat.png" alt="pcncompat" width="236" height="400" /></p>
<p>The Network view displays a visualization of your complete network as a map of the overlapping clusters of tags you share with the members of your network:</p>
<p><img class="size-full wp-image-447 aligncenter" title="pcnnetwork" src="http://blog.cyberborean.org/wp-content/uploads/2009/07/pcnnetwork.png" alt="pcnnetwork" width="600" height="532" /></p>
<p>The map is interactive — double-clicking an element will navigate to a user profile or to a tag page.</p>
<p>The people search is also implemented. You can find users by their names, other profile data or by the tags:</p>
<p><img class="size-full wp-image-449 aligncenter" title="pcnsearch1" src="http://blog.cyberborean.org/wp-content/uploads/2009/07/pcnsearch1.png" alt="pcnsearch1" width="600" height="138" /></p>
<p><img class="aligncenter size-full wp-image-450" title="pcnsearch2" src="http://blog.cyberborean.org/wp-content/uploads/2009/07/pcnsearch2.png" alt="pcnsearch2" width="600" height="191" /></p>
<p>And finally, you can explore the content collections of the network members using faceted navigation with tags and contexts (supplemental metadata facets, such as document authors and  creation dates are also available).</p>
<p><img class="aligncenter size-full wp-image-445" title="pcncollection" src="http://blog.cyberborean.org/wp-content/uploads/2009/07/pcncollection.png" alt="pcncollection" width="600" height="497" /></p>
<h2>Your privacy</h2>
<p>⚠ The full text of the documents is not submitted to the server, however, Conex can use excerpts from the documents to fill the title and description metadata (if it is not defined explicitly). So, if your documents contain some sensitive information, parts of it may appear on the public. Please check and make sure that there are no private documents in the Conex locations you are about to assign to the PCN contexts. Well, you&#8217;ve been warned.</p>
<h2>Report issues</h2>
<p>It&#8217;s a beta, so  the bugs are likely to be there. Feel free to report the bugs, either in the Server or the Client,  to the <a href="http://pcn.cyberborean.org/issues">bug tracker</a> (registration is needed). Any other <a href="http://blog.cyberborean.org/feedback">feedback</a>, of course, is also more than welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2009/07/01/pcn-beta-announce/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>People-Concepts Networking</title>
		<link>http://blog.cyberborean.org/2009/04/07/people-concept-networking</link>
		<comments>http://blog.cyberborean.org/2009/04/07/people-concept-networking#comments</comments>
		<pubDate>Tue, 07 Apr 2009 15:55:59 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Essays]]></category>
		<category><![CDATA[Laboranova]]></category>
		<category><![CDATA[PCN]]></category>
		<category><![CDATA[SCAN]]></category>
		<category><![CDATA[SCOT]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[SIOC]]></category>
		<category><![CDATA[socialnetworks]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.cyberborean.org/?p=372</guid>
		<description><![CDATA[Today at University of Nottingham, we deployed an alpha of the People-Concept Networking platform prototype. It&#8217;s the alpha, so it doesn&#8217;t do a lot as yet and is released only for internal overview and testing of the basic infrastructure. It is however, an occasion to disclose what I am working at now, along with an [...]]]></description>
			<content:encoded><![CDATA[<p>Today at <a href="http://www.nottingham.ac.uk/business/index.html">University of Nottingham</a>, we deployed an alpha of the People-Concept Networking platform prototype. It&#8217;s the alpha, so it doesn&#8217;t do a lot as yet and is released only for internal overview and testing of the basic infrastructure. It is however, an occasion to disclose what I am working at now, along with an introduction to some PCN theory.</p>
<p><span id="more-372"></span><strong>Disclaimer:</strong> Like it says on the <a href="http://blog.cyberborean.org/author">author page</a>, I work for UoN and Laboranova project, but I cannot speak for it officially in this blog. These are my own views as a project insider and the other&#8217;s may differ.</p>
<h2>Back story</h2>
<div class="zemanta-img zemanta-action-dragged alignright">
<div>
<dl class="wp-caption alignright" style="width: 212px;">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:Nottingham_University_Business_School.JPG"><img title="Nottingham University Business School, Jubilee..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Nottingham_University_Business_School.JPG/202px-Nottingham_University_Business_School.JPG" alt="Nottingham University Business School, Jubilee..." height="152" width="202"></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Nottingham University Business School, Jubilee campus<br />
(via <a href="http://commons.wikipedia.org/wiki/Image:Nottingham_University_Business_School.JPG">Wikipedia</a>)</dd>
</dl>
</div>
</div>
<p>As far back as in early 2008, I&#8217;ve been introduced into PCN proposal and invited for collaboration on a R&amp;D for its prototype implementation. It was very interesting for me and we developed a vision and basic design principles of the PCN solution to start the prototype development at the beginning of 2009.</p>
<p>This work is <a href="http://laboranova.com/tools/profile-system">a part</a> of <a href="http://laboranova.com">Laboranova</a> — a large EU project aimed at new ways of collaboration between knowledge workers and sharing ideas and competencies. Apart from PCN, there are lots of other interesting thngs the project partners do there.</p>
<h2>PCN basics</h2>
<p>The idea is a social networking where the members were connected via shared areas of expertise. These areas are identified by the topics of interests, discovered at user&#8217;s content.</p>
<p>Like other social network services connect people via shared professional activities, schools, hobbies or music tastes, PCN approach employs the shared semantics of texts the people read or write. There is an optimistic assumption that such semantics, expressed as sets of the weighted keywords (or, tag clouds), may reflect an area of user&#8217;s expertise and constitute a  profile of his professional interests.</p>
<p>Multiple user profiles are aggregated to create expertise information and form a socio-semantic network of people and concepts. Comparing profiles of different users, we can evaluate a similarity of their expertises and thus, estimate their social distance in the network. We also can take a specific area of expertise to find who are the best experts relevant to it, and explore the related overlapping areas. With this network analysis, it is possible to generate a variety of individual recommendations to help people to discover new collaboration opportunities and areas of knowledge.</p>
<h2>The Platform</h2>
<p>There is a client-server architecture including a central PCN server and a number of clients connected to it. The PCN client software is installed locally and analyses content from different locations specified by its owner: file folders, webs, email, RSS, delicious accounts, SharePoint servers and so on.</p>
<p>A user can let the software extract the keywords from the content automatically, edit the results or choose to tag the content manually. Then he chooses what locations should be submitted to the server and assigns them to one or more named <em>contexts </em>which help to organize the concepts within the user profile. Document metadata and tagging information is uploaded to the server where an individual profile of tags is created and published. As a location is submitted to the server, it is monitored for changes to synchronize the profile with the actual state of the content (by sending incremental updates at a specified time interval).</p>
<h2>The Client</h2>
<p>The&nbsp; client part is based on <a href="http://scan.sf.net">SCAN</a>, so there is a zero barrier to start working with it for SCAN users. Actually, from a SCAN user perspective, there is no difference from usual everyday work — you can enjoy a full set of features one can find in native &#8220;offline&#8221; SCAN, but also use it for populating your public profile of interests at the PCN server.</p>
<p>Also, variety of location types and document formats are supported by the client thanks to the plugins from the <a href="http://scan.sourceforge.net/?page_id=6">SCAN repository</a>.</p>
<h2>The Ontology</h2>
<p>The server receives metadata about content resources as <a href="http://sioc-project.org/">SIOC</a> RDF, so in theory, it may work with any SIOC provider, apart from the default PCN client. The server augments resource metadata with relationships to the user profile, concepts and contexts, thus forming the quadripartite PCN ontology model:</p>
<div id="attachment_380" class="wp-caption aligncenter" style="width: 385px"><img class="size-full wp-image-380" title="pcnmodel" src="http://blog.cyberborean.org/wp-content/uploads/2009/04/pcnmodel.png" alt="PCN quadripartite model" height="296" width="375"><p class="wp-caption-text">PCN quadripartite model</p></div>
<p>To describe the PCN model, we adopted <a href="http://scot-project.org/scot/">SCOT</a> (Semantic Clouds Of Tags) ontology aimed at conceptualization of the structure and&nbsp; semantics of tagging data with strong focus on social interoperability. It is an extension and further development of the <a href="http://www.holygoat.co.uk/projects/tags/">Tag Ontology</a> project that describes the relationship between an agent, an arbitrary resource, and one or more tags.</p>
<p>The SCOT (Tag) ontology is based on a tripartite (User—Tag—Resource) model. These three core concepts are connected together via a central concept  of <em>Tagging</em> representing the tagging activity. Every <em>Tagging</em> instance can be considered as a result of a single tagging action defining a user who performed it, the tagged resource and what tags have been used. It also can carry auxiliary information about the action, such as the time of tagging.</p>
<p>For users and resources, SCOT relies upon concepts from SIOC — specifically, <em>sioc:User</em> and <em>sioc:Item</em> classes. For our PCN ontology, we extended the SCOT model with the notion of&nbsp; context by adding another class of entities and a property to relate them with the <em>Tagging</em> instances.</p>
<div id="attachment_383" class="wp-caption aligncenter" style="width: 382px"><img class="size-full wp-image-383" title="pcnmodel2" src="http://blog.cyberborean.org/wp-content/uploads/2009/04/pcnmodel2.png" alt="SCOT Tagging as a skeleton of PCN model" height="298" width="372"><p class="wp-caption-text">Extended SCOT Tagging as a skeleton of the PCN model</p></div>
<p>Using SCOT Tagging model, it is possible to avoid excessive verbosity in the PCN ontology, as the relationships between core PCN classes (the edges of the tetrahedron) are inferable from their relationships with the central <em>Tagging</em> class (the skeleton). In the diagram below, the implicit relations are shown as dashed.</p>
<div id="attachment_385" class="wp-caption aligncenter" style="width: 448px"><img class="size-full wp-image-385" title="pcnontology" src="http://blog.cyberborean.org/wp-content/uploads/2009/04/pcnontology.png" alt="PCN Ontology" height="337" width="438"><p class="wp-caption-text">PCN Ontology</p></div>
<p>An interesting possibilities comes from the fact that the <em>scot:Tag</em> is actually a subclass of the <a href="http://www.w3.org/TR/swbp-skos-core-guide">SKOS</a> <em>Concept</em>, so all kinds of SKOS reasonings about the concepts are possible in the future. Moreover, <a href="http://moat-project.org/ontology">MOAT</a> features incorporated in SCOT open a way to integrate the tag descriptions with the <a href="http://linkeddata.org/">Linked Data web</a>.</p>
<h2>The API</h2>
<p>The client talks to the server via a simple RESTful API for adding and modifying the users metadata. As said above, the metadata is described with SIOC, so it is theoretically possible to use that API and integrate the PCN server with any system which can provide SIOC metadata about the content.</p>
<p>An endpoint for SPARQL queries is planned also.</p>
<h2>For more information:</h2>
<ul>
<li><a href="http://laboranova.com/tools/profile-system">An early description of the work package</a> (Laboranova Profile System) on Laboranova web-site.</li>
<li><span class="extiw">Marc Pallot et al, &#8220;</span><a class="extiw" title="bscw:d169898/050622_PA_A11_Future_Workplaces_towards_the_Collaborative_Web.pdf" href="http://www.ami-communities.net/bscw/bscw.cgi/d169898/050622%20PA%20A11%20Future%20Workplaces%20towards%20the%20Collaborative%20Web.pdf">Future Workplaces, towards the &#8216;Collaborative&#8217; Web</a>&#8220;</li>
<li>Peter Mika, &#8220;<a href="http://portal.acm.org/citation.cfm?id=1229195">Ontologies are us : A unified model of social networks and semantics</a>&#8220;</li>
<li><span class="taggedlink">Hak-Lae Kim et al, &#8220;</span><a class="taggedlink" rel="nofollow" href="http://scot-project.org/pubs/kim_ReviewAlignmentTag.pdf">Review and Alignment of Tag Ontologies for Semantically-Linked Data in Collaborative Tagging Spaces</a><span class="taggedlink">&#8220;</span><span class="taggedlink"> , &#8220;</span><a class="taggedlink" rel="nofollow" href="http://scot-project.org/pubs/Kim_TagOnt.pdf">The State of the Art in Tag Ontologies: A Semantic Model for Tagging and Folksonomies</a><span class="taggedlink">&#8220;</span></li>
<li><a href="http://scot-project.org/scot/">SCOT</a></li>
<li><a href="http://sioc-project.org/">SIOC</a></li>
</ul>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/c4cb9714-6625-40ef-8cdc-174171e7b3a5/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=c4cb9714-6625-40ef-8cdc-174171e7b3a5" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2009/04/07/people-concept-networking/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCAN Version 1.3 released</title>
		<link>http://blog.cyberborean.org/2008/05/12/scan-version-13-released</link>
		<comments>http://blog.cyberborean.org/2008/05/12/scan-version-13-released#comments</comments>
		<pubDate>Mon, 12 May 2008 19:41:24 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SCAN]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/?p=258</guid>
		<description><![CDATA[What&#8217;s new in 1.3 version »]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-259" src="http://cyberborean.org/blog/wp-content/uploads/2008/05/scan.png" alt="" width="64" height="64" /><a href="http://scan.sourceforge.net/?page_id=30">What&#8217;s new in 1.3 version »</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2008/05/12/scan-version-13-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCAN FAQ updated</title>
		<link>http://blog.cyberborean.org/2008/02/11/scan-faq-updated</link>
		<comments>http://blog.cyberborean.org/2008/02/11/scan-faq-updated#comments</comments>
		<pubDate>Mon, 11 Feb 2008 13:31:05 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SCAN]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/?p=249</guid>
		<description><![CDATA[New version of SCAN Frequently Asked Questions page is available. &#8220;How does SCAN help me?&#8221;, &#8220;Why should I use it?&#8221;, &#8220;Who are the users?&#8221;, &#8220;Why it is smart?&#8221;, &#8220;Can it replace a &#8230;?&#8221;, &#8220;What is autotagging?&#8221;, technical tips-n-tricks, development questions and a lot of other things you would want to know about Smart Content Aggregation [...]]]></description>
			<content:encoded><![CDATA[<p>New version of <a href="http://scan.sourceforge.net/?page_id=20">SCAN Frequently Asked Questions</a> page is available.</p>
<p>&#8220;How does SCAN help me?&#8221;, &#8220;Why should I use it?&#8221;, &#8220;Who are the users?&#8221;, &#8220;Why it is smart?&#8221;, &#8220;Can it replace a &#8230;?&#8221;, &#8220;What is autotagging?&#8221;, technical tips-n-tricks, development questions and a lot of other things you would want to know about Smart Content Aggregation &amp; Navigation technology.</p>
<p><a href="http://scan.sourceforge.net/?page_id=20">Read SCAN FAQ »</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2008/02/11/scan-faq-updated/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More automation</title>
		<link>http://blog.cyberborean.org/2008/01/23/more-automation</link>
		<comments>http://blog.cyberborean.org/2008/01/23/more-automation#comments</comments>
		<pubDate>Wed, 23 Jan 2008 00:07:32 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Essays]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[SCAN]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2008/01/23/more-automation/</guid>
		<description><![CDATA[I&#8217;m thinking about new feature for SCAN — some conditional actions to be executed individually or in a batch on selected documents. It would be useful for automation of metadata setting, or for defining custom autotagging rules. An idea is borrowed from e-mail clients, where the similar feature exists for decades as the user-defined filters [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m thinking about new feature for <a href="http://scan.sf.net">SCAN</a> — some conditional actions to be executed individually or in a batch on selected documents. It would be useful for automation of metadata setting, or for defining custom autotagging rules.</p>
<p><span id="more-200"></span></p>
<p>An idea is borrowed from e-mail clients, where the similar feature exists for decades as the user-defined <a href="http://en.wikipedia.org/wiki/E-mail_filtering">filters</a> for processing the messages. This is how it looks in KMail:</p>
<p><img src="http://cyberborean.org/blog/wp-content/uploads/2008/01/kmail-filters.png" alt="kmail-filters.png" /></p>
<p>In general, a filter checks if a document matches to specific criteria (a rule) and does some action if yes. For instance, if a condition &#8220;text contains &#8216;viagra&#8217; or &#8216;cialis&#8217;&#8221; is true, then some action (&#8220;move to spam&#8221; or &#8220;send assassins to the author&#8221;) would be executed. What is especially good is that it&#8217;s old, popular and intuitive user experience.</p>
<p>In a content aggregator like SCAN, this concept may allow a user to define custom automation rules to set document metadata properties. For instance,</p>
<p><code>IF (url starts with "http://cyberborean.wordpress.com") SET author = "me"</code></p>
<p>Another using I have in my mind is to empower an &#8220;artificial intelligence&#8221; of autotagging with a human intelligence, by user-defined tagging rules:</p>
<p><code>IF (text contains "latte") ADD TAG "coffee"</code></p>
<p>I only doubt about terminology — &#8220;filter&#8221; might be confusing, as it is already used in SCAN vocabulary (URI filters to include/exclude some documents by their URI pattern). Any ideas?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2008/01/23/more-automation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCAN 1.2 released</title>
		<link>http://blog.cyberborean.org/2008/01/08/scan-12-released</link>
		<comments>http://blog.cyberborean.org/2008/01/08/scan-12-released#comments</comments>
		<pubDate>Tue, 08 Jan 2008 08:58:33 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SCAN]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2008/01/08/scan-12-released/</guid>
		<description><![CDATA[Along with lots of minor bugfixes and performance tweaks, SCAN 1.2 introduces few essential improvements, mainly in search experience and plugins management&#8230; (Read more on SCAN website)]]></description>
			<content:encoded><![CDATA[<p>Along with lots of minor bugfixes and performance tweaks, SCAN 1.2 introduces few essential improvements, mainly in search experience and plugins management&#8230;</p>
<p><a href="http://scan.sourceforge.net/?page_id=28">(Read more on SCAN website)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2008/01/08/scan-12-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCAN 1.1 released</title>
		<link>http://blog.cyberborean.org/2007/10/22/scan-11-released</link>
		<comments>http://blog.cyberborean.org/2007/10/22/scan-11-released#comments</comments>
		<pubDate>Mon, 22 Oct 2007 02:03:09 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SCAN]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2007/10/22/scan-11-released/</guid>
		<description><![CDATA[See what&#8217;s new in 1.1 version.]]></description>
			<content:encoded><![CDATA[<p>See <a href="http://scan.sourceforge.net/?page_id=26">what&#8217;s new in 1.1 version</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2007/10/22/scan-11-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tags beauty</title>
		<link>http://blog.cyberborean.org/2007/10/05/tags-beauty</link>
		<comments>http://blog.cyberborean.org/2007/10/05/tags-beauty#comments</comments>
		<pubDate>Fri, 05 Oct 2007 17:04:25 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[SCAN]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[taxonomy]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2007/10/05/tags-beauty/</guid>
		<description><![CDATA[The forthcoming SCAN 1.1 will be released together with a new plugin: TagClusters Panel. TagClusters is a a user interface extension (like Dates Panel) for taxonomy visualization. TagClusters visualize the selected tags as overlapping clusters of documents. With that cluster map, it is easy to see how the tags relate each other via the documents [...]]]></description>
			<content:encoded><![CDATA[<p>The forthcoming <a href="http://scan.sf.net">SCAN</a> 1.1 will be released together with a new plugin: TagClusters Panel. TagClusters is a a user interface extension (like <a href="http://scan.sourceforge.net/?page_id=18">Dates Panel</a>) for taxonomy visualization.</p>
<p><span id="more-184"></span></p>
<p><img src="http://cyberborean.org/blog/wp-content/uploads/2007/10/tagclusters_tmb.jpg" alt="TagClusters" /></p>
<p>TagClusters visualize the selected tags as overlapping clusters of documents. With that cluster map, it is easy to see how the tags relate each other via the documents they have in common. The plugin uses Tags Grouping &#8211; new core SCAN feature for finding the groups of interrelated tags. In TagClusters, this feature is used for automatic expanding a selected tag to a group of its semantic neighbors. By clicking a single tag, a user would see a map visualizing this tag plus all related tags, so that the whole taxonomy can be explored just with few mouse clicks.</p>
<p>These colorful amoebae are drawn by <a href="http://www.aduna-software.com/technologies/clustermap/overview.view">Aduna Cluster Map</a> library. It&#8217;s just an eye-candy &#8211; it&#8217;s going to be a sexiest SCAN panel, I think.</p>
<p>What&#8217;s also new in 1.1? Well, hm, a plugin for scanning Del.icio.us accounts, for instance. It&#8217;s coming soon &#8211; be on the watch for announcements <a href="http://sourceforge.net/export/rss2_projnews.php?group_id=189359"><img src="http://scan.sourceforge.net/wp-includes/images/rss.png" alt="RSS" /></a> !</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2007/10/05/tags-beauty/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tagging &#8220;The Lord of the Rings&#8221;</title>
		<link>http://blog.cyberborean.org/2007/09/18/tagging-the-lord-of-the-rings</link>
		<comments>http://blog.cyberborean.org/2007/09/18/tagging-the-lord-of-the-rings#comments</comments>
		<pubDate>Tue, 18 Sep 2007 07:42:40 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Essays]]></category>
		<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[SCAN]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[tolkien]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2007/09/18/tagging-the-lord-of-the-rings/</guid>
		<description><![CDATA[There are results of experiment with using SCAN for text analysis and autotagging J.R.R. Tolkien&#8217;s &#8220;The Lord of the Rings&#8221; book. Process: Canonical LotR corpus consists of 62 chapters (arranged into six books), author&#8217;s foreword, Prologue and 6 appendices (A-F) &#8211; thus, 70 items. This documents collection (as OpenDocument files) has been indexed and autotagged [...]]]></description>
			<content:encoded><![CDATA[<p>There are results of experiment with using <a href="http://scan.sourceforge.net">SCAN</a> for text analysis and autotagging J.R.R. Tolkien&#8217;s &#8220;The Lord of the Rings&#8221; book.<br />
<span id="more-181"></span><br />
Process:<br />
Canonical LotR corpus consists of 62 chapters (arranged into six books), author&#8217;s foreword, Prologue and 6 appendices (A-F) &#8211; thus, 70 items. This documents collection (as OpenDocument files) has been indexed and autotagged with <a href="http://scan.sourceforge.net">SCAN 1.0</a>. SCAN autotagging has been set to use 10 tags per each document and maximal tags specifity (because of relatively small collection size). Additionally, each of six books has been tagged separately.</p>
<p>&#8220;Foreword&#8221;<br />
<em>chapters corrected edition experience glimpses information process readers reference story</em></p>
<p>&#8220;Prologue&#8221;<br />
<em>bilbo book copy families history hobbits shire smials thain westmarch</em></p>
<h3>Book I</h3>
<p><em>baggins bilbo bree butterbur frodo goldberry ponies sam strider tom</em></p>
<ol>
<li>&#8220;A Long-expected Party&#8221;<br />
<em>bag baggins bagginses bilbo birthday fireworks joke lobelia presents sackville</em></li>
<li>&#8220;The Shadow of the Past&#8221;<br />
<em>bilbo birthday déagol frodo gandalf gollum grandmother hated ring ted</em></li>
<li>&#8220;Three is Company&#8221;<br />
<em>bag frodo gildor lane lobelia pippin sackville sam sir sold</em></li>
<li>&#8220;A Short Cut to Mushrooms&#8221;<br />
<em>dogs farm farmer ferry frodo lane maggot mushrooms pippin waggon</em></li>
<li>&#8220;A Conspiracy Unmasked&#8221;<br />
<em>bath brandy brandybucks bucklanders fatty ferry fredegar frodo maggot merry</em></li>
<li>&#8220;The Old Forest&#8221;<br />
<em>bonfire forest hedge lilies merry path ponies tom willow withywindle</em></li>
<li>&#8220;In the House of Tom Bombadil&#8221;<br />
<em>barrows bombadil candle chimney creak derry goldberry tom wights willow</em></li>
<li>&#8220;Fog on the Barrow-Downs&#8221;<br />
<em>barrow bombadil fog goldberry hoy jogging lumpkin ponies tom wight</em></li>
<li>&#8220;At the Sign of The Prancing Pony&#8221;<br />
<em>barliman bree butterbur comer cow frodo inn landlord nob underhill</em></li>
<li>&#8220;Strider&#8221;<br />
<em>baggins bree butterbur ferny frodo landlord letter nob strider underhill</em></li>
<li>&#8220;A Knife in the Dark&#8221;<br />
<em>beren bob bree dell ferny galad gil strider tinúviel weathertop</em></li>
<li>&#8220;Flight to the Ford&#8221;<br />
<em>bone boot ford frodo glorfindel horse strider troll trolls weathertop</em></li>
</ol>
<h3>Book II</h3>
<p><em>aragorn boats boromir elrond frodo gandalf gimli haldir legolas sam</em></p>
<ol>
<li>&#8220;Many Meetings&#8221;<br />
<em>bilbo dúnadan elrond flood frodo glorfindel glóin mortals rivendell strider</em></li>
<li>&#8220;The Council of Elrond&#8221;<br />
<em>boromir elrond erestor galad gil glóin isildur radagast ring saruman</em></li>
<li>&#8220;The Ring Goes South&#8221;<br />
<em>aragorn bill boromir caradhras drift elrond frodo gandalf redhorn snow</em></li>
<li>&#8220;A Journey in the Dark&#8221;<br />
<em>bill boromir doors durin gandalf gimli howls mines moria wolves</em></li>
<li>&#8220;The Bridge of Khazad-dum&#8221;<br />
<em>balin balrog beats boromir chamber doom door drum hall mazarbul</em></li>
<li>&#8220;Lothlórien&#8221;<br />
<em>flet frodo galadhrim gimli haldir ladder legolas lothlórien nimrodel silverlode</em></li>
<li>&#8220;The Mirror of Galadriel&#8221;<br />
<em>basin celeborn frodo galadhrim galadriel haldir lady magic mirror pedestal</em></li>
<li>&#8220;Farewell to Lórien&#8221;<br />
<em>boat boats boromir cakes celeborn galadhrim galadriel gimli lady lórien</em></li>
<li>&#8220;The Great River&#8221;<br />
<em>aragorn boat boats frodo gebir log paddle paddles rapids sarn</em></li>
<li>&#8220;The Breaking of the Fellowship&#8221;<br />
<em>amon aragorn boromir brandir frodo hen lawn lhaw sam tol</em></li>
</ol>
<h3>Book III</h3>
<p><em>aragorn ents gimli isengard legolas saruman théoden treebeard uglúk éomer</em></p>
<ol>
<li>&#8220;The Departure of Boromir&#8221;<br />
<em>aragorn boat boromir galen gimli gulls legolas orcs rauros tire</em></li>
<li>&#8220;The Riders of Rohan&#8221;<br />
<em>aragorn downs entwash fangorn gimli horses legolas orcs trail éomer</em></li>
<li>&#8220;The Uruk-Hai&#8221;<br />
<em>ankles grishnákh isengarders knoll lugbúrz merry orcs pippin uglúk wrists</em></li>
<li>&#8220;Treebeard&#8221;<br />
<em>ent entish ents entwives hasty hoom isengard rowan treebeard trees</em></li>
<li>&#8220;The White Rider&#8221;<br />
<em>aragorn fangorn gandalf gimli haft legolas man old saruman treebeard</em></li>
<li>&#8220;The King of the Golden Hall&#8221;<br />
<em>aragorn gandalf gríma hall háma neighed théoden wormtongue éomer éowyn</em></li>
<li>&#8220;Helm&#8217;s Deep&#8221;<br />
<em>aragorn coomb deeping dike erkenbrand gamling helm hornburg westfold éomer</em></li>
<li>&#8220;The Road to Isengard&#8221;<br />
<em>caverns caves fords gandalf gimli isen isengard legolas saruman théoden</em></li>
<li>&#8220;Flotsam and Jetsam&#8221;<br />
<em>barrels ent ents gimli huorns isengard pipe quickbeam saruman treebeard</em></li>
<li>&#8220;The Voice of Saruman&#8221;<br />
<em>dismissed ents gandalf injuries orthanc rail saruman spell théoden treebeard</em></li>
<li>&#8220;The Palantír&#8221;<br />
<em>ball bracken gandalf globe orthanc palantíri pippin saruman shadowfax wizard</em></li>
</ol>
<h3>Book IV</h3>
<p><em>faramir frodo gollum nice precious rope sam shagrat shelob sméagol</em></p>
<ol>
<li>&#8220;The Taming of Sméagol&#8221;<br />
<em>cliff fix frodo gollum knot precious rope sam sméagol yess</em></li>
<li>&#8220;The Passage of the Marshes&#8221;<br />
<em>fish frodo gollum gully marshes mires nice precious sam sméagol</em></li>
<li>&#8220;The Black Gate is Closed&#8221;<br />
<em>frodo gollum helps lithui master nice oliphaunt oliphaunts sam sméagol</em></li>
<li>&#8220;Of Herbs and Stewed Rabbit&#8221;<br />
<em>coney fern gollum herbs mablung pans rabbits sam sméagol taters</em></li>
<li>&#8220;The Window on the West&#8221;<br />
<em>arts blindfold boromir damrod faramir frodo isildur mablung men mithrandir</em></li>
<li>&#8220;The Forbidden Pool&#8221;<br />
<em>anborn faramir fish fissh frodo gollum precious protection sly sméagol</em></li>
<li>&#8220;Journey to the Cross-roads&#8221;<br />
<em>brewing decent faramir frodo glare gollum mould sam staves thorns</em></li>
<li>&#8220;The Stairs of Cirith Ungol&#8221;<br />
<em>dad frodo gollum morgul sam sméagol sneaking stairway wink wraith</em></li>
<li>&#8220;Shelob&#8221;<br />
<em>frodo glass gollum lair phial sam shelob sméagol stench tunnel</em></li>
<li>&#8220;The Choices of Master Samwise&#8221;<br />
<em>cords frodo gorbag lads ladyship lugbúrz sam shagrat shelob tunnel</em></li>
</ol>
<h3>Book V</h3>
<p><em>aragorn beregond city denethor faramir ghân men pippin éomer éowyn</em></p>
<ol>
<li>&#8220;Minas Tirith&#8221;<br />
<em>beregond bergil citadel city denethor forlong ingold mithrandir pippin street</em></li>
<li>&#8220;The Passing of the Grey Company&#8221;<br />
<em>aragorn burg elladan erech gimli halbarad king legolas ride théoden</em></li>
<li>&#8220;The Muster of Rohan&#8221;<br />
<em>dwimorberg edoras harrowdale hirgon king merry ride théoden éomer éowyn</em></li>
<li>&#8220;The Siege of Gondor&#8221;<br />
<em>beregond citadel city denethor faramir gandalf garrison pelennor pippin retreat</em></li>
<li>&#8220;The Ride of the Rohirrim&#8221;<br />
<em>buri dernhelm elfhelm ghân men stonewain théoden wild éomer éored</em></li>
<li>&#8220;The Battle of the Pelennor Fields&#8221;<br />
<em>dernhelm harlond king knights mûmakil snowmane southrons théoden éomer éowyn</em></li>
<li>&#8220;The Pyre of Denethor&#8221;<br />
<em>beregond bier burn city denethor faramir gandalf healing oil thou</em></li>
<li>&#8220;The Houses of Healing&#8221;<br />
<em>aragorn athelas bergil faramir healing imrahil ioreth sick éomer éowyn</em></li>
<li>&#8220;The Last Debate&#8221;<br />
<em>aragorn gimli gulls imrahil lamedon lebennin legolas pelargir ships thousands</em></li>
<li>&#8220;The Black Gate Opens&#8221;<br />
<em>army captains heralds imrahil lieutenant messenger morannon sauron terms thou</em></li>
</ol>
<h3>Book VI</h3>
<p><em>cotton faramir frodo lotho rosie ruffians sam shagrat sharkey éowyn</em></p>
<ol>
<li>&#8220;The Tower of Cirith Ungol&#8221;<br />
<em>court frodo gorbag ladder orc sam shagrat shelob snaga turret</em></li>
<li>&#8220;The Land of Shadow&#8221;<br />
<em>frodo isenmouthe morgai orc range sam shagrat spur tracker whip</em></li>
<li>&#8220;Mount Doom&#8221;<br />
<em>cone frodo gaping gollum load masster mountain sam sammath tearing</em></li>
<li>&#8220;The Field of Cormallen&#8221;<br />
<em>captains eagles frodo gwaihir isle knights merriment praise pure sam</em></li>
<li>&#8220;The Steward and the King&#8221;<br />
<em>aragorn city faramir healer healing ioreth king lady warden éowyn</em></li>
<li>&#8220;Many Partings&#8221;<br />
<em>arwen beggar celeborn hoom orthanc théoden treebeard wain éomer éowyn</em></li>
<li>&#8220;Homeward Bound&#8221;<br />
<em>barliman bill bree butterbur deadmen ferny gandalf nob pony troubles</em></li>
<li>&#8220;The Scouring of the Shire&#8221;<br />
<em>cotton farmer hob lotho ruffians sharkey sheds shirriff shirriffs village</em></li>
<li>&#8220;The Grey Havens&#8221;<br />
<em>bywater cotton deputy elanor frodo married mayor rosie ruffians sam</em></li>
</ol>
<h3>Appendices</h3>
<ul>
<li>A. &#8220;Annals of the kings and rulers&#8221;<br />
<em>arthedain arvedui eldacar eärnil gondor king náin tar thráin witch</em></li>
<li>B. &#8220;The Tale of Years&#8221;<br />
<em>begins birth guldur king meets reaches samwise sauron sets thranduil</em></li>
<li>C. &#8220;Family Trees&#8221;<br />
<em>addition appendix birth blanco family guests names party recorded recounted</em></li>
<li>D. &#8220;Shire Calendar&#8221;<br />
<em>calendar corresponded eldar lithe months names quenya reckoning week yule</em></li>
<li>E. &#8220;Writing and spelling&#8221;<br />
<em>english languages letters pronounced quenya represented represents series sindarin vowel</em></li>
<li>F. &#8220;The languages and peoples of the Third Age&#8221;<br />
<em>english languages letters pronounced quenya represented represents series sindarin vowel</em></li>
</ul>
<h3>Resulting Tags Cloud</h3>
<p><a href='http://cyberborean.org/blog/wp-content/uploads/2007/09/lotrtags.png' title='lotrtags.png'><img src='http://cyberborean.org/blog/wp-content/uploads/2007/09/lotrtags.png' alt='lotrtags.png' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2007/09/18/tagging-the-lord-of-the-rings/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

