Analyzing Communal Tag Relationships for Enhanced Navigation and User Modeling


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Analyzing Communal Tag Relationships for Enhanced Navigation and User Modeling
# 1  
Old 03-23-2008
Analyzing Communal Tag Relationships for Enhanced Navigation and User Modeling

HPL-2008-24 Analyzing Communal Tag Relationships for Enhanced Navigation and User Modeling - Simpson, Edwin; Butler, Mark H.
Keyword(s): Tagging, folksonomy, clustering, latent structure, navigation, visualization, recommendation, personalization, contextualization.
Abstract: The increasing amount of available information has created a demand for better, more automated methods of finding and organizing different types of information resource. This chapter investigates methods of improving navigation, personalization and recommendation of information resources using colla ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

To search for a particular tag in xml and collate all similar tag values and display them count

I want to basically do the below thing. Suppose there is a tag called object1. I want to display an output for all similar tag values under heading of Object 1 and the count of the xmls. Please help File: <xml><object1>house</object1><object2>child</object2>... (9 Replies)
Discussion started by: srkmish
9 Replies

2. Shell Programming and Scripting

XML Parse between to tag with upper tag

Hi Guys Here is my Input : <?xml version="1.0" encoding="UTF-8"?> <xn:MeContext id="01736"> <xn:VsDataContainer id="01736"> <xn:attributes> <xn:vsDataType>vsDataMeContext</xn:vsDataType> ... (12 Replies)
Discussion started by: pareshkp
12 Replies

3. Shell Programming and Scripting

Search for a html tag and print the entire tag

I want to print from <fruits> to </fruits> tag which have <fruit> as mango. Also i want both <fruits> and </fruits> in output. Please help eg. <fruits> <fruit id="111">mango<fruit> . another 20 lines . </fruits> (3 Replies)
Discussion started by: Ashik409
3 Replies

4. Shell Programming and Scripting

How to retrieve the value from XML tag whose end tag is in next line

Hi All, Find the following code: <Universal>D38x82j1JJ </Universal> I want to retrieve the value of <Universal> tag as below: Please help me. (3 Replies)
Discussion started by: mjavalkar
3 Replies

5. Programming

how to add user defined tag in a mp3 file?

Hai all, Can anyone explain me about how to add an user defined tag in an mp3 file using MP3::Tag module in perl? (0 Replies)
Discussion started by: thillai_selvan
0 Replies

6. UNIX for Dummies Questions & Answers

Relationships between adjacent digits

I have a long list of numbers; let's call them integers. Here is an excerpt: 01072523 0371 037408 0382028 038224 01 I want to find integers that contain a certain pattern that I'll describe as a "relationship between adjacent digits". The pattern is a triplet: digit digit... (7 Replies)
Discussion started by: uiop44
7 Replies

7. SuSE

Navigation of Fedora Core 6

Hi. Not sure if this should go in the beginners section, so forgivness please if it's not correctly placed. I just installed Linux Fedora Core 6 on my home computer (and am very very new to this) so I can learn more about it. However, I am looking for the FC6 equivalent to the System Device... (2 Replies)
Discussion started by: Carl1976
2 Replies

8. Shell Programming and Scripting

Navigation Toolkit for BASH

UNIX Forum, Please see the latest version of my navigation toolkit for BASH. The project web-page on SourceForge can found here: Bash Navigator Home Page (SourceForge) I would appreciate any input you might have. Regards (2 Replies)
Discussion started by: rlandon@usa.net
2 Replies
Login or Register to Ask a Question
__gnu_pbds::basic_branch< Key, Mapped, Tag, Node_Update, PoliLibrar__gnu_pbds::basic_branch< Key, Mapped, Tag, Node_Update, Policy_Tl, _Alloc >(3)

NAME
__gnu_pbds::basic_branch< Key, Mapped, Tag, Node_Update, Policy_Tl, _Alloc > - SYNOPSIS
Inherits type< Key, Mapped, _Alloc, Tag, Policy_Tl >. Public Types typedef Node_Update node_update Protected Member Functions basic_branch (const basic_branch &other) template<typename T0 > basic_branch (T0 t0) template<typename T0 , typename T1 > basic_branch (T0 t0, T1 t1) template<typename T0 , typename T1 , typename T2 > basic_branch (T0 t0, T1 t1, T2 t2) template<typename T0 , typename T1 , typename T2 , typename T3 > basic_branch (T0 t0, T1 t1, T2 t2, T3 t3) template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 > basic_branch (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 > basic_branch (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 > basic_branch (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) Detailed Description template<typename Key, typename Mapped, typename Tag, typename Node_Update, typename Policy_Tl, typename _Alloc>class __gnu_pbds::basic_branch< Key, Mapped, Tag, Node_Update, Policy_Tl, _Alloc > A branched, tree-like (tree, trie) container abstraction. Template Parameters: Key Key type. Mapped Map type. Tag Instantiating data structure type, see container_tag. Node_Update Updates nodes, restores invariants. Policy_TL Policy typelist. _Alloc Allocator type. Base is dispatched at compile time via Tag, from the following choices: tree_tag, trie_tag, and their descendants. Base choices are: detail::ov_tree_map, detail::rb_tree_map, detail::splay_tree_map, and detail::pat_trie_map. Definition at line 555 of file assoc_container.hpp. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ T__gnu_pbds::basic_branch< Key, Mapped, Tag, Node_Update, Policy_Tl, _Alloc >(3)