Semi-Supervised Structuring of Complex Data

Total Page:16

File Type:pdf, Size:1020Kb

Semi-Supervised Structuring of Complex Data UNIVERSITY LUMIÈRE LYON 2 DOCTORAL SCHOOL INFOMATHS INFORMATIQUE ET MATHÉMATIQUES (ED 512) PHDTHESIS to obtain the title of PhD of Science Specialty : Computer Science Defended by Marian-Andrei RIZOIU Semi-supervised structuring of complex data Thesis Advisers : Stéphane LALLICH and Julien VELCIN prepared at the ERIC laboratory defended on June 24th, 2013 Jury : Reviewers : Adrião Dória Neto - Universidade Federal do Rio Grande do Norte Christel Vrain - LIFO Laboratory, Univ. Orleans Advisers : Stéphane Lallich - ERIC Laboratory, Univ. Lyon 2 Julien Velcin - ERIC Laboratory, Univ. Lyon 2 Examiners : Maria Rifqi - LIP6 Laboratory, Univ. Panthéon-Assas Frédéric Precioso - I3S Laboratory, Univ. Nice Sophia Antipolis Gilbert Ritschard - Institute IDEMO, Univ. de Genève Semi-Supervised Structuring of Complex Data Abstract : The objective of this thesis is to explore how complex data can be treated using unsu- pervised machine learning techniques, in which additional information is injected to guide the exploratory process. The two main research challenges addressed in this work are (a) leveraging semantic information into data numerical representation and into the learning algorithms and (b) making use of the temporal dimension when analyzing complex data. The main research challenges are derived, through a dialectical relation between theory and practice, into more specific learning tasks, which vary from (i) detecting typical evolution patterns to (ii) improving data representation by using semantics to (iii) embedding expert information into image numerical description or to (iv) using semantic resources (e.g., Word- Net) when evaluation topics extracted from text. The methods we privilege when tackling with our learning tasks are unsupervised and, mainly, semi-supervised clustering. Therefore, the general context of this thesis lies at the intersection of the two large domains of complex data analysis and semi-supervised clustering. We divide our work into four parts. The first is dedicated to the temporal component of data, in which we propose a temporal clustering algorithms, with contiguity constraints, and use it to detect typical evolutions. The second part is dedicated to semantic reconstruction of the description space of the data, and we propose an unsupervised feature construction algorithm, which replaces highly correlated pairs of features with conjunctions of literals. In the third part, we tackle the problem of constructing a semantically-enriched image representation starting from a baseline representation, and we propose two approaches toward leveraging external expert knowledge, under the form of non-positional labels. We dedicate the fourth part of our work to textual data, and more precisely towards the task of topic extraction, using an overlapping text clustering algorithm, topic labeling, using frequent complete phrases, and semantic topic evaluation, by using an external concept hierarchy. We add a fifth part, which describes the applied part of our work, CommentWatcher, an open-source platform for analyzing online discussion forums. Keywords : complex data analysis, semi-supervised clustering, semantic data repre- sentation, temporal clustering, topic extraction, semantic-enriched image representation, feature construction Structuration semi-supervisée des données complexes Résumé : L’objectif du travail présenté dans cette thèse est d’explorer comment les données com- plexes peuvent être analysées en utilisant des techniques d’apprentissage automatique non- supervisé, dans lequel des connaissances supplémentaires sont introduits pour guider le pro- cessus exploratoire. Ce travail de recherche traite deux grandes problématiques : d’une part, l’utilisation d’informations sémantiques dans la construction de la représentation numérique ainsi que dans les algorithmes d’apprentissage automatique, et d’autre part, l’utilisation de la dimension temporelle dans l’analyse de données complexes. De ces problématiques de recherche ont émergé, au travers d’une relation dialectique entre la théorie et la pratique, des tâches plus précises, à savoir : (i) la détection d’évolutions typiques, (ii) l’amélioration de la représentation des données en utilisant leur sémantique, (iii) l’introduction d’informa- tions expertes dans la représentation numérique des images et (iv) l’utilisation de ressources sémantiques additionnelles (comme WordNet) pour l’évaluation des thématiques extraites à partir du texte. Les méthodes qu’on privilégie dans notre travail sont des méthodes non- supervisées et, notamment, des méthodes semi-supervisées. Par conséquent, le contexte générale de cette thèse cette thèse se situe à au croisement des domaines de l’analyse de données complexes et du clustering semi-supervisé. Nous divisons notre travail en quatre parties. La première partie est dédiée à la dimension temporelle des données, et dans cette optique nous proposons un algorithme de clustering temporel avec des contraintes de contiguïté, que nous appliquons à la détection d’évolutions typiques. La deuxième partie quant à elle s’intéresse à la reconstruction sémantique de l’espace de représentation, tâche pour laquelle nous proposons un algorithme non-supervisé de construction d’attributs, dont le principe de base est de remplacer les paires d’attributs hautement corrélés par des conjonctions de ceux-ci. Dans la troisième partie, nous traitons le problème de la construction de représentations numériques séman- tiquement enrichies des images et pour cela nous proposons deux approches qui utilisent des connaissances expertes sous la forme d’annotations. Enfin, la dernière partie de nos travaux théoriques est dédiée aux données textuelles, plus précisément aux tâches d’extraction de thématiques à l’aide d’un algorithme de clustering avec recouvrement, de nommage de thématiques par des expressions intelligibles, ainsi qu’à l’évaluation sémantique des thématiques, en utilisant une hiérarchie de concepts. A ce travail vient s’ajouter une cinquième partie pratique, dont l’aboutissement est la plateforme CommentWatcher qui permet d’analyser les forums de discussion en ligne. Mots clés : analyse de données complexes, clustering semi-supervisé, représentation sémantique de données, clustering temporel, extraction de thématiques, représentation des images enrichi avec de la sémantique, construction non-supervisée des attributs Acknowledgments First of all, I would like to thank my two PhD advisers, Stéphane Lallich and Julien Velcin, for accompanying me on this four-year journey. They have shown me what research means and they have taught me how to appreciate it. They have shown me how one can be rigorous, while creative, and they have become, in the meanwhile, my role-models. I would also like to thank Christel Vrain and Adrião Dória Neto for accepting to dedicate their time and energy towards reviewing my thesis. I equally thank the examiners in my jury, Maria Rifqi, Frédéric Precioso and Gilbert Ritschard, for doing me the honor of participating to the jury of my thesis. A special thanks goes towards Julien Ah-Pine, who, in addition to being a good and supportive friend, has kindly accepted to read this manuscript and to provide educated opinions, which often made me see things in a new light. I also acknowledge my work colleagues and friends, Adrien and Mathilde, who transformed the office into an exhilarating place. And last, but not least, I thank my friends and family for putting up with me. Contents 1 Introduction1 1.1 The big picture..................................1 1.2 Research project.................................3 1.3 The constituent parts of the thesis.......................5 1.4 Content of the different chapters........................6 2 Overview of the Domain9 2.1 Complex Data Mining..............................9 2.1.1 Specificities of complex data...................... 11 2.1.2 Dealing with complex data of different natures............ 13 2.1.3 Temporal/dynamic dimension...................... 16 2.1.4 High data dimensionality........................ 18 2.2 Semi-Supervised Clustering........................... 20 2.2.1 Similarity-based approaches....................... 24 2.2.2 Search-based approaches......................... 26 3 Detecting Typical Evolutions 29 3.1 Learning task and motivations.......................... 29 3.2 Formalisation................................... 31 3.3 Related work................................... 34 3.4 Temporal-Driven Constrained Clustering.................... 34 3.4.1 The temporal-aware dissimilarity measure............... 35 3.4.2 The contiguity penalty function..................... 37 3.4.3 The TDCK-Means algorithm...................... 38 3.4.4 Fine-tuning the ratio between components............... 40 3.5 Experiments.................................... 43 3.5.1 Dataset.................................. 43 3.5.2 Qualitative evaluation.......................... 43 3.5.3 Evaluation measures........................... 45 3.5.4 Quantitative evaluation......................... 46 3.5.5 Impact of parameters β and δ ...................... 49 3.5.6 The tuning parameter α ......................... 50 3.6 Current work: Role identification in social networks.............. 52 3.6.1 Context.................................. 52 3.6.2 The framework for identifying social roles............... 53 3.6.3 Preliminary experiments......................... 54 3.7 Conclusion and future work........................... 57 viii Contents 4 Using Data Semantics to Improve Data Representation 59 4.1 Learning task and motivations.........................
Recommended publications
  • Multimedia Data Mining a Systematic Introduction to Concepts and Theory
    Multimedia Data Mining A Systematic Introduction to Concepts and Theory © 2009 by Taylor & Francis Group, LLC C9667_FM.indd 1 10/8/08 10:06:11 AM Chapman & Hall/CRC Data Mining and Knowledge Discovery Series SERIES EDITOR Vipin Kumar University of Minnesota Department of Computer Science and Engineering Minneapolis, Minnesota, U.S.A AIMS AND SCOPE This series aims to capture new developments and applications in data mining and knowledge discovery, while summarizing the computational tools and techniques useful in data analysis. This series encourages the integration of mathematical, statistical, and computational methods and techniques through the publication of a broad range of textbooks, reference works, and hand- books. The inclusion of concrete examples and applications is highly encouraged. The scope of the series includes, but is not limited to, titles in the areas of data mining and knowledge discovery methods and applications, modeling, algorithms, theory and foundations, data and knowledge visualization, data mining systems and tools, and privacy and security issues. PUBLISHED TITLES UNDERSTANDING COMPLEX DATASETS: Data Mining with Matrix Decompositions David Skillicorn COMPUTATIONAL METHODS OF FEATURE SELECTION Huan Liu and Hiroshi Motoda CONSTRAINED CLUSTERING: Advances in Algorithms, Theory, and Applications Sugato Basu, Ian Davidson, and Kiri L. Wagsta KNOWLEDGE DISCOVERY FOR COUNTERTERRORISM AND LAW ENFORCEMENT David Skillicorn MULTIMEDIA DATA MINING: A Systematic Introduction to Concepts and Theory Zhongfei Zhang and Ruofei Zhang © 2009 by Taylor & Francis Group, LLC C9667_FM.indd 2 10/8/08 10:06:11 AM Chapman & Hall/CRC Data Mining and Knowledge Discovery Series Multimedia Data Mining A Systematic Introduction to Concepts and Theory Zhongfei Zhang Ruofei Zhang © 2009 by Taylor & Francis Group, LLC C9667_FM.indd 3 10/8/08 10:06:11 AM The cover images were provided by Yu He, who also participated in the design of the cover page.
    [Show full text]
  • How You Can Help Your Child in French Immersion
    Created by the Staff of St. Angela School French Language Arts HOW YOU CAN HELP YOUR CHILD IN FRENCH IMMERSION Here are some suggestions that will support your child in a second language program. Be positive. Just a little work and encouragement on your part can make a significant difference to your child’s attitude towards and achievement in French. • Help your child make connections in language (for example: banane - banana). • Point out French in your community, for example, signs, labels, brochures, neighbours, street names. • Provide some out-of school language and cultural experiences - . • Support your child's learning by providing the necessary tools: English/French dictionary, a dictionary of synonyms (like a thesaurus). For more information on how to support your child in French Immersion view: parentGuideFrench.pdf Yes - You Can Help Your Child in French Alberta Education Website. Homework Tool box from Ontario Created by the Staff of St. Angela School Bring French into Your Home • Use labels from can and food packages to make a collage or collect them in a scrapbook. They won’t realize they are learning vocabulary, spelling, and sorting. • Play I Spy in French. Prepare for the game by printing on cards the French names for objects in a particular room of the house. Don’t know the name of an object? Let your child know it’s OK not to know something. Make a point of finding out the word you didn't know from an older sibling, a teacher, a visual dictionary or an English/French dictionary. • Have your child label as many objects in your house as possible.
    [Show full text]
  • Beyond Flickr: Not All Image Tagging Is Created Equal
    Language-Action Tools for Cognitive Artificial Agents: Papers from the 2011 AAAI Workshop (WS-11-14) Beyond Flickr: Not All Image Tagging Is Created Equal Judith L. Klavans1, Raul Guerra1, Rebecca LaPlante1, Robert Stein2, and Edward Bachta2 1University of Maryland College Park, 2Indianapolis Museum of Art {jklavans, laplante}@umd.edu, [email protected], {rstein, ebachta}@imamuseum.org Abstract or the Art and Architecture Thesaurus (Getty 2010), and This paper reports on the linguistic analysis of a tag set of (c) clustering (Becker, Naaman, and Gravano 2010) to nearly 50,000 tags collected as part of the steve.museum characterize an image? project. The tags describe images of objects in museum col- (2) What are the optimal linguistic processes to normalize lections. We present our results on morphological, part of tags since these steps have impact on later processing? speech and semantic analysis. We demonstrate that deeper tag processing provides valuable information for organizing (3) In what ways can social tags be associated with other and categorizing social tags. This promises to improve ac- information to improve users’ access to museum objects? cess to museum objects by leveraging the characteristics of tags and the relationships between them rather than treating them as individual items. The paper shows the value of us- Description of the Tag Data ing deep computational linguistic techniques in interdisci- plinary projects on tagging over images of objects in muse- The steve project (http://www.steve.museum) is a multi- ums and libraries. We compare our data and analysis to institutional collaboration exploring applications of tagging Flickr and other image tagging projects.
    [Show full text]
  • A Visual Inter Lingua Neil Edwin Michael Leemans Worcester Polytechnic Institute
    Worcester Polytechnic Institute Digital WPI Doctoral Dissertations (All Dissertations, All Years) Electronic Theses and Dissertations 2001-04-24 VIL: A Visual Inter Lingua Neil Edwin Michael Leemans Worcester Polytechnic Institute Follow this and additional works at: https://digitalcommons.wpi.edu/etd-dissertations Repository Citation Leemans, N. E. (2001). VIL: A Visual Inter Lingua. Retrieved from https://digitalcommons.wpi.edu/etd-dissertations/154 This dissertation is brought to you for free and open access by Digital WPI. It has been accepted for inclusion in Doctoral Dissertations (All Dissertations, All Years) by an authorized administrator of Digital WPI. For more information, please contact [email protected]. VIL: A Visual Inter Lingua by Neil Edwin Michael (Paul) Leemans A Dissertation Submitted to the Faculty of the WORCESTER POLYTECHNIC INSTITUTE in partial fulfillment of the requirements for the Degree of Doctor of Philosophy in Computer Science by ____________________ April 2001 APPROVED: _____________________________________________ Dr. Lee A. Becker, Major Advisor _____________________________________________ Dr. David C. Brown, Committee Member _____________________________________________ Dr. Norman Wittels, Committee Member, Department of Civil and Environmental Engineering _____________________________________________ Dr. Stanley S. Selkow, Committee Member __________________________________________________ Dr. Micha Hofri, Head of Department VIL: A Visual Inter Lingua _____________________________________________________________________
    [Show full text]
  • Igor Burkhanov. Lexicography: a Dictionary of Basic Terminology. 1998, 285 Pp
    Resensies / Reviews 320 Igor Burkhanov. Lexicography: A Dictionary of Basic Terminology. 1998, 285 pp. ISBN 83-87288-56-X. Rzeszów: Wyższa Szkoła Pedagogiczna. Price 16 PLN. A long-awaited dictionary has at last been published, going beyond a glossary of lexicographic terms (cf. Robinson 1984) or a dictionary of a particular aspect of lexicography (cf. Cluver 1989). It is the first dictionary of basic lexicography terms. In 265 pages Burkhanov gives us a balanced view of the state of the art in dictionary form. It comprises terms typical of lexicographic work, including terms originally related to different linguistic disciplines. The selection of the data is founded, as can be inferred from the bibliogra- phy (p. 267-285), on a solid basis. It covers publications over the last twenty years, deals with various aspects of the field and includes the most recent trends from the late eighties and the nineties, e.g. Bergenholtz and Tarp (1995), Bright (1992), Bussmann (1996), Cowie (1987), Cluver (1989), Diab (1990), Fill- more and Atkins (1992), Ilson (1991), Benson, Benson and Ilson (1986), Landau (1989), Hüllen (1990), Snell-Hornby (1990). It is not difficult to find one's way in the dictionary: few symbols are used, most important of which are the ones indicating cross-references within the word-list. In this dictionary, though the arrangement of terms is alphabetical, conceptual relatedness between terms is not lost. Related terms are listed at the end of the explanatory text with the guide words "see also" and "compare". "See also" refers to superordinate and subordinate terms, e.g.
    [Show full text]
  • Promoting Fluency by Building the Sight Word Lexicon: Direct Phoneme-Grapheme Mapping and Other Techniques That Facilitate the Process of Orthographic Mapping
    Promoting Fluency by Building the Sight Word Lexicon: Direct Phoneme-Grapheme mapping and other Techniques that Facilitate the Process of Orthographic Mapping Research interest: building and developing students’ orthographic lexicons (sight word vocabularies) so students have a growing number of words they are able to read instantly and effortlessly, to support reading fluency Focus of project: Improving and remediating fluency in struggling readers by focusing on applying research about how students remember the words they read Beginning readers must develop the ability to learn to read words from memory accurately and automatically in order to read fluently Many students who struggle with reading fluency receive interventions designed to improve fluency such as repeated readings, partner reading, choral reading, and timed reading However, these interventions appear to be based on assumptions about how readers learn words that do not line up with the scientific findings about how skilled reading develops. For weak readers, repeated visual exposure to words does not substantially close the gap Two Primary Abilities of Fluent, Skilled Reading (according to David Kilpatrick) 1. Being able to identify unfamiliar words by sounding them out (word reading); achieved through phonic decoding, using visual shapes/characteristics, context, guessing 2. Being able to remember previously read words (word learning); achieved simply through recognizing words Phonics does a great job teaching students how to read words, but it does not do an adequate job of helping students make the leap to learning words so they do not have to do the work of “reading” them anymore – they just know them. Most reading fluency interventions focus on improving the first skill – identifying words through phonic decoding, visual characteristics, context, or guessing.
    [Show full text]
  • Literature Review Chinmayi Dixit & Filippa Karrfelt
    Literature Review Chinmayi Dixit & Filippa Karrfelt Our project focuses on visualizing etymological relationships between words. To this effect, the most relevant work is Etymological Wordnet: Tracing the History of Words, by De Melo, G. This work ​ ​ provides an extensive dataset to see the connections between words, across languages. Although they have a very rudimentary tool to view the results, they have not yet worked toward visualizing the dataset. ​ ​ As for the world of visual communication of language data, there has been extensive work in showing wordnet structures within the english language, for relations such as synonyms, antonyms, usage, meanings etc. However, we have not found a satisfactory visualization for the etymology of words. Some examples for these works are mentioned under visual dictionary interfaces in the reference section. One common theme that we noticed in these works, is that trees were used most extensively. The visualizations are clear to understand and well represented, when the number of nodes was small. In the case of Visualizing wordnet structure, Jaap Kamps, as the number of nodes grew large, the graph turned cluttered. Abrate et al., in WordNet Atlas: a web application for visualizing WordNet as a zoomable map, address the layout of nodes for better perception. They draw the wordnet out as a spatially arranged radial graph, with nodes arranged in concentric circles. This made large data sets more manageable and easier to navigate. One drawback, however, was that all the spatial location data had to be pre­calculated without real­time updates. We intend to work on visualizing the etymology in a cleaner and well­formatted manner.
    [Show full text]
  • Comparative Study on Currently Available Wordnets
    International Journal of Applied Engineering Research ISSN 0973-4562 Volume 13, Number 10 (2018) pp. 8140-8145 © Research India Publications. http://www.ripublication.com Comparative Study on Currently Available WordNets Sreedhi Deleep Kumar Reshma E U PG Scholar PG Scholar Department of Computer Science and Engineering Department of Computer Science and Engineering Vidya Academy of Science and Technology Vidya Academy of Science and Technology Thrissur, India. Thrissur, India. Sunitha C Amal Ganesh Associate Professor Assistant Professor Department of Computer Science and Engineering Department of Computer Science and Engineering Vidya Academy of Science and Technology Vidya Academy of Science and Technology Thrissur, India. Thrissur, India. Abstract SinoTibetan, Tibeto-Burman and Austro-Asiatic. The major ones are the Indo-Aryan, spoken by the northern to western WordNet is an information base which is arranged part of India and Dravidian, spoken by southern part of India. hierarchically in any language. Usually, WordNet is The Eighth Schedule of the Indian Constitution lists 22 implemented using indexed file system. Good WordNets languages, which have been referred to as scheduled available in many languages. However, Malayalam is not languages and given recognition, status and official having an efficient WordNet. WordNet differs from the encouragement. dictionaries in their organization. WordNet does not give pronunciation, derivation morphology, etymology, usage notes, A Dictionary can be called as are source dealing with the or pictorial illustrations. WordNet depicts the semantic relation individual words of a language along with its orthography, between word senses more transparently and elegantly. In this pronunciation, usage, synonyms, derivation, history, work, a general comparison of currently browsable WordNets etymology, etc.
    [Show full text]
  • Japanese-English Bilingual Visual Dictionary Ebook, Epub
    JAPANESE-ENGLISH BILINGUAL VISUAL DICTIONARY PDF, EPUB, EBOOK DK | 360 pages | 01 Feb 2018 | Dorling Kindersley Ltd | 9780241317556 | English | London, United Kingdom Japanese-English Bilingual Visual Dictionary PDF Book To find out more, including how to control cookies, see here: Cookie Policy. Picture dictionaries. Whether you're travelling for business or leisure, buying food or train tickets, discussing work or famous sights on the tourist trail, you'll gain confidence in your new language skills with this bilingual visual dictionary by your side. Charles Darwin. Using full color photographs and artworks to display and label all the elements of everyday life from the home and office to sports, music, and nature the Japanese English Bilingual Visual Dictionary has over 1, photographs and illustrations, more than 6, annotated terms. Admin Admin Admin, collapsed. Become a Member Start earning points for buying books! This handy travel-sized guide also includes a detailed index for instant reference. You are commenting using your Google account. Email required Address never made public. Wanda C. We have a reputation for innovation in design for both print and digital products. Japanese-English Bilingual Visual Dictionary. Christianbook Prefilled Communion Cups, Box of Margot Adler. The Japanese and English Bilingual Visual Dictionary comes in a travel-sized and with a pronunciation guide so you will never be stuck for the right word again. The audio app, available for Apple from the App Store and Android from Google Play , enables you to hear words and phrases spoken by native Japanese speakers. Periplus Pocket Japanese Dictionary. Please enter your name, your email and your question regarding the product in the fields below, and we'll answer you in the next hours.
    [Show full text]
  • Semantic Multimedia Modelling & Interpretation for Annotation
    Semantic Multimedia Modelling & Interpretation for Annotation Irfan Ullah Submitted in partial fulfilment of the Requirements for the degree of Doctor of Philosophy School of Engineering and Information Sciences MIDDLESEX UNIVERSITY May, 2011 © 2011 Irfan Ullah All rights reserved II Declaration I certify that the thesis entitled Semantic Multimedia Modelling and Interpretation for Annotation submitted for the degree of doctor of philosophy is the result of my own work and I have fully cited and referenced all material and results that are not original to this work. Name …………………………IRFANULLAH …. [print name] Signature …………………… …… MAY 24TH, 2011 Date………………………………. III Abstract “If we knew what it was we were doing, it would not be called research, would it?” Albert Einstein The emergence of multimedia enabled devices, particularly the incorporation of cameras in mobile phones, and the accelerated revolutions in the low cost storage devices, boosts the multimedia data production rate drastically. Witnessing such an iniquitousness of digital images and videos, the research community has been projecting the issue of its significant utilization and management. Stored in monumental multimedia corpora, digital data need to be retrieved and organized in an intelligent way, leaning on the rich semantics involved. The utilization of these image and video collections demands proficient image and video annotation and retrieval techniques. Recently, the multimedia research community is progressively veering its emphasis to the personalization of these media. The main impediment in the image and video analysis is the semantic gap, which is the discrepancy among a user’s high-level interpretation of an image and the video and the low level computational interpretation of it.
    [Show full text]
  • Italian English Bilingual Visual Dictionary (DK Visual Dictionaries) by DK
    Italian English Bilingual Visual Dictionary (DK Visual Dictionaries) by DK Ebook Italian English Bilingual Visual Dictionary (DK Visual Dictionaries) currently available for review only, if you need complete ebook Italian English Bilingual Visual Dictionary (DK Visual Dictionaries) please fill out registration form to access in our databases Download here >> Series:::: DK Visual Dictionaries+++Paperback:::: 360 pages+++Publisher:::: DK; Bilingual, Revised, Updated edition (April 18, 2017)+++Language:::: English+++ISBN-10:::: 1465459308+++ISBN-13:::: 978-1465459305+++Product Dimensions::::5.5 x 1 x 6.5 inches++++++ ISBN10 1465459308 ISBN13 978-1465459305 Download here >> Description: Now comes with a free companion audio app that allows readers to scan the pages to hear words spoken in both Italian and English.Newly revised and updated, the Italian–English Bilingual Visual Dictionary is a quick and intuitive way to learn and recall everyday words in Italian.Introducing a range of useful current vocabulary in thematic order, this dictionary uses full-color photographs and artworks to display and label all the elements of everyday life—from the home and office to sport, music, nature, and the countries of the world—with panel features on key nouns, verbs, and useful phrases.The Italian–English Bilingual Visual Dictionary features:• A quick and intuitive way to learn and remember thousands of words.• A complete range of illustrated objects and scenes from everyday life.• Fast and effective learning for any situation, from home and office to shopping and dining out.• Detailed index for instant reference.• Handy size ideal for travel.The illustrations provide a quick and intuitive route to learning a language, defining the words visually so it is easier to remember them and creating a colorful and stimulating learning resource for the foreign-language and EFL/ESL student.
    [Show full text]
  • Logic Based Methods for Terminological Assessment
    Logic Based Methods for Terminological Assessment Benoît Robichaud Observatoire de linguistique Sens-Texte (OLST) Université de Montréal [email protected] Abstract We present a new version of a Graphical User Interface (GUI) called DiCoInfo Visuel, mainly based on a graph visualization device and used for exploring and assessing lexical data found in DiCoInfo, a specialized e-dictionary of computing and the Internet. This new GUI version takes advantage of the fundamental nature of the lexical network encoded in the dictionary: it uses logic based methods from logic programming to explore relations between entries and find pieces of relevant information that may be not accessible by direct searches. The result is a more realistic and useful data coverage shown to end users. Keywords: electronic dictionary, Graphical User Interface, data visualization, logic programming, assessment tool 1. Introduction relationships that remained hidden in the preceding This paper describes the goals, architecture and usability version; second, search recursion is used to compute of a new version of a Graphical User Interface (GUI) transitive closures on selected (or all) subsets of lexical used to browse and assess encoded data through a subset relations allowing the implementation of other search of selected lexical relations found in DiCoInfo strategies and layout improvements. (Dictionnaire fondamental de l’informatique et de l’Internet), an online multilingual specialized dictionary 2. Motivation and related work of computing and the Internet. The GUI allows searches This GUI project started with the idea that it was in the dictionary entry fields and presents results as possible to improve the visual and communicative value (directed) graphs.
    [Show full text]