The WANDAML Markup Language for Digital Document Annotation

Total Page:16

File Type:pdf, Size:1020Kb

The WANDAML Markup Language for Digital Document Annotation The WANDAML markup language for digital document annotation Katrin Franke Isabelle Guyon¤ Fraunhofer Institute, Berlin, Germany ClopiNet, 955 Creston Rd, Berkeley, USA. [email protected] [email protected] Lambert Schomaker Louis Vuurpijl Rijksuniversiteit Groningen, The Netherlands. University of Nijmegen, The Netherlands. [email protected] [email protected] Abstract database technology can then be used to apply logical constraints to the search process. WANDAML is an XML-based markup language for Although our work is very application oriented, it is the annotation and filter journaling of digital docu- not particularly application specific. Our format lends it- ments. It addresses in particular the needs of forensic self to promoting research and development of handwrit- handwriting data examination, by allowing experts to ing analysis methods, and establishing common grounds enter information about writer, material (pen, paper), for international exchange of handwritten data samples script and content, and to record chains of image fil- and annotations. It supports on-line, off-line handwrit- tering and feature extraction operations applied to the ing and overlays of on-line over off-line data. Its sim- data. Annotations may be organized in a structure that ple and general structure makes it fit for annotating data reflects the document layout via a hierarchy of document with other modalities, including printed text, pictures, regions. WANDAML lends itself to a variety of applica- and sound. tions, including the annotation all kinds of handwriting To ensure long-term operation we built upon the documents (on-line or off-line), images of printed text, eXtensible Markup Language (XML) [4] that follows medical images, and satellite images. world-wide standardized syntax rules, recommended by Keywords: Handwriting, forensic data, XML, annota- the World Wide Web Consortium (W3C). XML allows tions, data format, document analysis. users to define their own markup language respecting the basic XML syntax. As an ASCII format, XML is human readable and can be edited with regular text pro- 1 Introduction cessors, although there is a large body of existing soft- ware, which manipulates XML. In particular, XML and We designed an XML-based markup language to Java are very complementary: XML is a widely ac- annotate digital documents, called WANDAML . This cepted means of creating portable data, and the Java pro- markup language is designed for processing, analyzing gramming language provides portable code abilities. We and storing handwriting samples, in application to foren- wrote Java applications for WANDAML as part of the sic handwriting examination and writer identification. WANDA project [6, 5]. For this application, particular specifications are met to Before undertaking the task of defining a new XML ensure objectivity and reproducibility of the processing language for forensic applications, we reviewed exist- steps and examination results [6, 5]. Writer identifica- ing standards that are in use in the handwriting recogni- tion may never be as accurate as iris or DNA-based iden- tion and document analysis community. We distinguish tification. However, other information including age, between formats to encode data and formats to anno- handedness, and script style may reduce the size of a tate data. WANDAML is essentially a data annotation reference set to the extent that automatic writer identifi- format. It is compatible with a variety of data encod- cation becomes viable. To that end, a portable and ex- ing formats. For image data, typical examples of data tensible data format is needed for modelling the knowl- encoding formats would be JPEG, GIF, and TIFF. For edge from the forensic application domain. A standard vectorial data (graphics represented by their coordinate ¤Corresponding author. points, not by pixel values) we can cite the Scalable- 1 IML UP SVG IAM XM TV WANDA p p p p p p <my_tag my_attribute="my_value"> XML-based p p p p p <my_element/> raster images p p p p </my_tag> vector images p p p 1 virtual ink p p where, <my tag/> and <my element/> are tags v-ink segments p p p p or “elements”, and my attribute is an attribute of image regions p p my tag, having value my value. In DTDs, “entities” ink/img overlay p p p are defined, which may be used as lists of admissible device annot. p p p attribute values. writer annot. p p script annot. We adopt a minimum set of conventions carried p throughout WANDAML : material annot. p p p content annot. p p p – Entities, attributes and elements contain only low- filters/plugins p p ercase and underscore characters. interactivity p p layers p p – Certain attributes have special meanings: id a styles p p p type external link unique identifier, a type from a pre-defined list, label an optional user-defined string that can Table 1. Existing format comparison. be used for search purpose. IML=InkML, UP=Unipen, XM=Xmillum, – To simplify parsing, we have defined a number TV=Trueviz. of “containers” (<pages/>, <filters/>, <annotations/>, <inputs/>, and Vector Graphics (SVG) format. <outputs/>), which contain elements of Several handwritten document annotation formats the same name (<page/>, <filter/>, etc.) predate WANDAML . Image annotation formats include and have the optional attribute number of. IAM [9], Xmillum [11] and Trueviz [8]. Formats for virtual ink or “electronic ink” combining both data en- Markup languages based on XML are extensible via coding and data annotation, include Unipen [7] and the use of name spaces. A body of XML text may be InkML [3]. We summarize the features of the existing enclosed between tags with an opening tag containing formats in Table 1. We outline in bold the features that the attribute xmlns (XML name space.) The value of are required for forensic applications. No standard pre- the attribute xmlns is a unique name reserved to iden- dating WANDAML meets all of our requirements. Re- tify the definition of a particular XML subset. The URI lated work is discussed in more details in our technical (Uniform Resource Identifier) of a DTD file or a URL report [1]. (Uniform Resource Locators) are frequently used for WANDAML is the result of joint efforts of forensic that purpose. The use of name spaces in WANDAML handwriting experts and researchers in computer-based allows us to separate the definition of the basic language handwriting analysis. Well-established termini and pro- skeleton from XML subsets that are application specific. cedures of forensic science inspired many aspects of the design [2, 10, 12]. WANDAML also benefitted from the 3 A simple scenario experience of some of the team members who invented Unipen, a data format for on-line handwriting [7]. Two of our team members are also involved in the InkML To understand the WANDAML annotation mecha- consortium [3] and WANDAML is currently under eval- nisms and concepts, it is useful to first understand what uation by an InkML subgroup. it was originally intended for by analyzing an example. The concepts introduced in this Section will be later de- fined formally in Section 4. In Figure 1, we show an 2 Notations and conventions example of forensic evidence. The tasks of a computer- assisted human expert analyzing this document may in- A particular XML markup language such as WAN- clude: DAML can be defined in standard ways using the document type definition language (DTD) or XML 1. outlining regions of interest, schemas [4]. We provide DTDs to specify WANDAML [1]. 2. enhancing image quality, Following the general XML nomenclature, in XML 1We often use the shorthand <my tag/> for empty tags annotation we have: <my tag></my tag> or tags whose content is not expanded. 2 3. measuring handwriting characteristics (size of characters, slant, etc.), 4. translating handwriting into typed text, 5. retracing characters with electronic ink, 6. annotating defined regions with information rela- tive to content (threat, envelope, form, etc.), writer (age, gender, etc.), script (handprinted, cursive, etc.), and material (paper, pen, etc.) A document annotation file always start with a root element <wandoc/>: <wandoc id="20032004" label="Anthrax example case" Figure 1. Wanda document annotation us- xmlns="DTD-HOME.html" ing regions. This picture of two envelopes /> from suspects in the recent anthrax crim- inal case provide us with an example of The id is a machine generated unique document an- possible use of our WANDA regions: A re- notation identifier, while the label is provided by the gion of interest is delineated, isolating one user. The name space xmlns points to the wandoc lan- envelope from the page. A filter is applied guage definition. to the region to clean the data. A hierarchy In our example (Figure 1), the <wandoc/> element of regions (e.g. in address block, lines, contains a single page: words, and characters) is defined and an- notated. Source: US Federal Bureau of <wandoc ...> Investigations. <pages numberOf="1"> <page id="2003_5" label="frontpage" next=""/> </pages> <filters number_of="1"> </wandoc> <filter type="import" label="ibisScan"> By convention, we replace tag attributes by “...” to <inputs> shorten the description. The page contains one call to a <input type="stream" filter, two annotations, and one region: number="1" xmlns="scan.dtd"> <page ...> <scan/> <filters number_of="1"/> </input> <annotations number_of="2"/> </inputs> <regions number_of="1"/> <module type="extern" </page> exec="ibis.exe"> <meta version="3.51" /> In the next paragraph, we expand the <filters </module> ...> tag. In this example, a filter is importing an <outputs> image from a scanner using the a scan software called <output type="file"> ”IBIS” and returning a link to the resulting image. In <wanda\_link the wandoc framework, a document consists of one or href="copy5.tif" /> several pages, each of which may be represented by an </output> image. Notice that there is no need for a special tag </outputs> <image/>.
Recommended publications
  • Studying Social Tagging and Folksonomy: a Review and Framework
    Studying Social Tagging and Folksonomy: A Review and Framework Item Type Journal Article (On-line/Unpaginated) Authors Trant, Jennifer Citation Studying Social Tagging and Folksonomy: A Review and Framework 2009-01, 10(1) Journal of Digital Information Journal Journal of Digital Information Download date 02/10/2021 03:25:18 Link to Item http://hdl.handle.net/10150/105375 Trant, Jennifer (2009) Studying Social Tagging and Folksonomy: A Review and Framework. Journal of Digital Information 10(1). Studying Social Tagging and Folksonomy: A Review and Framework J. Trant, University of Toronto / Archives & Museum Informatics 158 Lee Ave, Toronto, ON Canada M4E 2P3 jtrant [at] archimuse.com Abstract This paper reviews research into social tagging and folksonomy (as reflected in about 180 sources published through December 2007). Methods of researching the contribution of social tagging and folksonomy are described, and outstanding research questions are presented. This is a new area of research, where theoretical perspectives and relevant research methods are only now being defined. This paper provides a framework for the study of folksonomy, tagging and social tagging systems. Three broad approaches are identified, focusing first, on the folksonomy itself (and the role of tags in indexing and retrieval); secondly, on tagging (and the behaviour of users); and thirdly, on the nature of social tagging systems (as socio-technical frameworks). Keywords: Social tagging, folksonomy, tagging, literature review, research review 1. Introduction User-generated keywords – tags – have been suggested as a lightweight way of enhancing descriptions of on-line information resources, and improving their access through broader indexing. “Social Tagging” refers to the practice of publicly labeling or categorizing resources in a shared, on-line environment.
    [Show full text]
  • Instructions on the Annotation of Pdf Files
    P-annotatePDF-v11b INSTRUCTIONS ON THE ANNOTATION OF PDF FILES To view, print and annotate your chapter you will need Adobe Reader version 9 (or higher). This program is freely available for a whole series of platforms that include PC, Mac, and UNIX and can be downloaded from http://get.adobe.com/reader/. The exact system requirements are given at the Adobe site: http://www.adobe.com/products/reader/tech-specs.html. Note: if you opt to annotate the file with software other than Adobe Reader then please also highlight the appropriate place in the PDF file. PDF ANNOTATIONS Adobe Reader version 9 Adobe Reader version X and XI When you open the PDF file using Adobe Reader, the To make annotations in the PDF file, open the PDF file using Commenting tool bar should be displayed automatically; if Adobe Reader XI, click on ‘Comment’. not, click on ‘Tools’, select ‘Comment & Markup’, then click If this option is not available in your Adobe Reader menus on ‘Show Comment & Markup tool bar’ (or ‘Show then it is possible that your Adobe Acrobat version is lower Commenting bar’ on the Mac). If these options are not than XI or the PDF has not been prepared properly. available in your Adobe Reader menus then it is possible that your Adobe Acrobat version is lower than 9 or the PDF has not been prepared properly. This opens a task pane and, below that, a list of all (Mac) Comments in the text. PDF ANNOTATIONS (Adobe Reader version 9) The default for the Commenting tool bar is set to ‘off’ in version 9.
    [Show full text]
  • Type Annotations Specification
    Type Annotations Specification (JSR 308) Michael D. Ernst [email protected] May 2, 2013 The JSR 308 webpage is http://types.cs.washington.edu/jsr308/. It contains the latest version of this document, along with other information such as a FAQ, the reference implementation, and sample annotation processors. Contents 1 Introduction 2 2 Java language syntax extensions 2 2.1 Source locations for annotations on types . 2 2.1.1 Implicit type uses are not annotatable . 5 2.1.2 Not all type names are annotatable . 5 2.2 Java language grammar changes . 6 2.2.1 Syntax of array annotations . 8 2.2.2 Syntax of annotations on qualified types . 9 2.3 Target meta-annotations for type annotations . 9 3 Class file format extensions 11 3.1 The type annotation structure . 12 3.2 The target type field: the type of annotated element . 13 3.3 The target info field: identifying a program element . 13 3.3.1 Type parameters . 13 3.3.2 Class supertypes: extends and implements clauses . 14 3.3.3 Type parameter bounds . 14 3.3.4 Method return type, receiver, and fields . 15 3.3.5 Method formal parameters . 15 3.3.6 throws clauses . 15 3.3.7 Local variables and resource variables . 15 3.3.8 Exception parameters (catch clauses) . 16 3.3.9 Type tests, object creation, and method/constructor references . 16 3.3.10 Casts and type arguments to constructor/method invocation/references . 16 3.4 The type path structure: Identifying part of a compound type . 17 A Examples of classfile structure 18 A.1 Examples of type parameter bounds .
    [Show full text]
  • Folksannotation: a Semantic Metadata Tool for Annotating Learning Resources Using Folksonomies and Domain Ontologies
    FolksAnnotation: A Semantic Metadata Tool for Annotating Learning Resources Using Folksonomies and Domain Ontologies Hend S. Al-Khalifa and Hugh C. Davis Learning Technology Research Group, ECS, The University of Southampton, Southampton, UK {hsak04r/hcd}@ecs.soton.ac.uk Abstract Furthermore, web resources stored in social bookmarking services have potential for educational There are many resources on the Web which are use. In order to realize this potential, we need to add suitable for educational purposes. Unfortunately the an extra layer of semantic metadata to the web task of identifying suitable resources for a particular resources stored in social bookmarking services; this educational purpose is difficult as they have not can be done via adding pedagogical values to the web typically been annotated with educational metadata. resources so that they can be used in an educational However, many resources have now been annotated in context. an unstructured manner within contemporary social In this paper, we will focus on how to benefit from 2 bookmaking services. This paper describes a novel tool social bookmarking services (in particular del.icio.us ), called ‘FolksAnnotation’ that creates annotations with as vehicles to share and add semantic metadata to educational semantics from the del.icio.us bookmarked resources. Thus, the research question we bookmarking service, guided by appropriate domain are tackling is: how folksonomies can support the ontologies. semantic annotation of web resources from an educational perspective ? 1. Introduction The organization of the paper is as follows: Section 2 introduces folksonomies and social bookmarking Metadata standards such as Dublin Core (DC) and services. In section 3, we review some recent research IEEE-LOM 1 have been widely used in e-learning on folksonomies and social bookmarking services.
    [Show full text]
  • Supporting Source Code Annotations with Metadata-Aware Development Environment
    Proceedings of the Federated Conference on DOI: 10.15439/2019F161 Computer Science and Information Systems pp. 411–420 ISSN 2300-5963 ACSIS, Vol. 18 Supporting Source Code Annotations with Metadata-Aware Development Environment Ján Juhár Department of Computers and Informatics Technical University of Košice Letná 9, 042 00 Košice, Slovakia Email: [email protected] Abstract—To augment source code with high-level metadata Recovering approaches use intrinsic metadata, which either with the intent to facilitate program comprehension, a program- define source code elements themselves or can be derived from mer can use annotations. There are several types of annotations: these elements. In contrast to them, preserving approaches either those put directly in the code or external ones. Each type comes with a unique workflow and inherent limitations. focus on extrinsic metadata, which complement the intrinsic In this paper, we present a tool providing uniform annotation ones by adding custom, high-level details explicitly recorded process, which also adds custom metadata-awareness for an by programmers. On one side, the more accurate preserved industrial IDE. We also report an experiment in which we sought knowledge may help to bridge the abstraction gap better than whether the created annotating support helps programmers to the lower-level recovered one. On the other side, recording annotate code with comments faster and more consistently. The experiment showed that with the tool the annotating consistency programmer’s mental model of the code brings in an additional was significantly higher but also that the increase in annotating cost: the programmer must spend extra time to record it.
    [Show full text]
  • User Needs/Requirements: Social Reading/Text Annotation
    NYU-UAG User Needs/Requirements: Social Reading/Text Annotation Immediate Needs ● Text-specific annotations (with ability to color-code or otherwise mark the author of the annotation) in following forms: ○ Text, including rich-text editor and to use mathematical notation (minimally, for underline, bold, italics; ideally, for embed of images, video, footnotes, etc.) ○ Link ○ Audio response/voiceover (both simultaneous narration and video stopped while comment plays) ○ Comment on annotations ● Collaborative Annotation/Social Reading ○ Ability to designate members who can see/post/share annotations ○ Ability to create private sub-groups ○ Ability for all sub-group members to post annotations (with annotations that can be set either to be visible only to sub-group members or beyond the sub-group) ○ Ability for a group member to post queries (annotations that ask for additional information/response from the group), with optional notification to other group members ○ Ability to thread responses and to easily open all responses in a thread at once ○ Ability for instructor to save annotations for future use (with student permission; option to anonymize) ○ Option to anonymize comments to students but reveal author to instructor ● Markers to show where annotations are placed ● Optional time-stamps on annotations ● Option to set deadline for submission of comments; ability to grade comments and send grade to gradebook; ability, when appropriate, to machine-grade annotations ● Annotation overlay on major document formats (pdf, google docs, Word) and
    [Show full text]
  • Wandaml a Markup Language for Digital Document Annotation
    WandaML a markup language for digital document annotation Katrin Franke2, Isabelle Guyon1, Lambert Schomaker3, and Louis Vuurpijl4 1. ClopiNet, 955 Creston Rd, Berkeley, USA, [email protected] (corresponding author.) 2. Fraunhofer Institute, Berlin, Germany. 3. Rijksuniversiteit Groningen, The Netherlands. 4. University of Nijmegen, The Netherlands. Abstract WandaML is an XML-based markup language for the annotation and filter jour- naling of digital documents. It addresses in particular the needs of forensic handwriting data examination, by allowing experts to enter information about writer, material (pen, paper), script and content, and to record chains of image filtering and feature extrac- tion operations applied to the data. We present the design of this format and some annotation examples, in the more general perspective of digital document annotation. Annotations may be organized in a structure that reflects the document layout via a hierarchy of document regions. WandaML can lend itself to a variety of applications, including the annotation all kinds of handwriting documents (on-line or off-line), im- ages of printed text, medical images, and satellite images. Keywords: Handwriting, forensic data, XML, annotations, data format, document analysis. 1 Introduction We present the design of an XML-based markup language to annotate digital documents, called WandaML . This markup language is designed for processing, analyzing and storing handwriting samples in application to forensic handwriting examination and writer iden- tification. In the context of this application, particular specifications were met to ensure objectivity and reproducibility of the processing steps and examination results [6, 5]. Writer identification can never be as accurate as iris or DNA-based identification.
    [Show full text]
  • Version History - Atlas.Ti Windows 8.0.8 - 8.0.43
    VERSION HISTORY - ATLAS.TI WINDOWS 8.0.8 - 8.0.43 Version History - ATLAS.ti Windows 8.0.8 - 8.0.43 Version 8.0.43 Re e!se d!te" #0$%-0&-1# • 'i(ed ! )*+ t,!t wo* d -revent so/e *sers 0ro/ s!vin+ 1,!n+es to co//ents !nd /e/os Version 8.0.4# Re e!se d!te" #0$%-08-$8 • 'i( conte(t /en*s in do1*/ent viewer… • 'i( content /en*s in do1*/ent editors • Ignore ! re!dy coded o1!tions in /!n*! !*to codin+ • 'i( d!t! 0i e de1 !ration in S3SS synt!( 0i e • 'i( ! )*+ in t,e do1*/ent +ro*- se1tion o0 t,e S3SS synt!( 0i e • 'i( 0or HT4L Editor 5ontro 5ras,es • 'i( 6*/-in+ +eo 7*ot!tions in +eo viewer • 3D' n*/)er o0 -!+e -ro) e/ 0i( • Im-rove/ents to te(t se!rch contro • 8*+ 0i( 0or s*rvey i/-ort • 3review 0or A*dio !nd Video • 3ro6ect Se!rc," 0i(ed )*+ Version 8.0.4$ Re e!se d!te" #0$%-09-#8 • 8*+0i(" Renderin+ o0 3D' -!+e !re!s 0or rot!ted -!+es • 'i ter V4 !nd 'i ter :I • 8*+0i( 0or cras, on videos wit,o*t -i(e ratio -ro-erty !ssi+n/ent • 4odi0y deter/inin+ 7*ot!tions 0or t,e 7*ot!tion )rowser *sin+ do1*/ent !nd 7*ot!tion 0i ter • 4odi0y !*to codin+ 1on0ir/ di! o+ to re!ct on 1,!n+es to t,e do1*/ent 0i ter • 'i( code ist i/-ort 0or re6ectin+ rows wit, in.! id 1ode n!/es • Im-ort 5odes :I 1,!n+es • Added e e/ent te(t content to 1 !ssi0i1!tion • 5ode5oo1T!) e" 0i(ed overf ow )*+ 1 VERSION HISTORY - ATLAS.TI WINDOWS 8.0.8 - 8.0.43 • 'i(ed -!1;!+e content • 'i ter codes in !*to codin+ !ccordin+ to + o)! 0i ter • < o)! network 0i ters • A ow content ! i+n/ent in 1,e1; )o(es • Added 4e/ory St!tistics to Syste/ 8*nd e Re-ort • 5re!ted /e/ory 7*ery 0*nction
    [Show full text]
  • Java-Annotations-Tutorial.Pdf
    Java Annotations Tutorial i Java Annotations Tutorial Java Annotations Tutorial ii Contents 1 Overview 1 2 Why annotations? 2 3 Introduction 3 4 Consumers 4 5 Annotations syntax and annotation elements5 6 Where can be used 6 7 Use cases 7 8 Built in annotations 8 9 Java 8 and annotations 10 10 Custom annotations 13 11 Retrieving Annotations 15 12 Inheritance in annotations 17 13 Known libraries using annotations 19 13.1 Junit.......................................................... 19 13.2 Hibernate ORM.................................................... 20 13.3 Spring MVC...................................................... 21 13.4 Findbugs....................................................... 22 13.5 JAXB......................................................... 23 14 Summary 25 15 Download 26 16 Resources 27 Java Annotations Tutorial iii Copyright(c) Exelixis MediaP.C., 2014 All rights reserved. Without limiting the rights under copyright reserved above, no part of this publication may be reproduced, stored or introduced intoa retrieval system, or transmitted, in any form or by any means(electronic, mechanical, photocopying, recording or otherwise), without the prior written permission of the copyright owner. Java Annotations Tutorial iv Preface Annotations in Java are a major feature and every Java developer should know how to utilize them. We have provided an abundance of tutorials here at Java Code Geeks, like Creating Your Own Java Annotations [1], Java Annotations Tutorial with Custom Annotation and Java Annotations: Explored
    [Show full text]
  • Annotation Metadata for Linked Data Applications
    Proceedings of the 7th Workshop on Linked Data in Linguistics (LDL-2020), pages 36–44 Language Resources and Evaluation Conference (LREC 2020), Marseille, 11–16 May 2020 c European Language Resources Association (ELRA), licensed under CC-BY-NC Annohub – Annotation Metadata for Linked Data Applications Frank Abromeit, Christian Fath,¨ Luis Glaser Applied Computational Linguistics Lab, Goethe University Frankfurt, Germany fabromeit,[email protected], [email protected] Abstract We introduce a new dataset for the Linguistic Linked Open Data (LLOD) cloud that will provide metadata about annotation and language information harvested from annotated language resources like corpora freely available on the internet. To our knowledge annotation metadata is not provided by any metadata provider, e.g. linghub, datahub or CLARIN so far. On the other hand, language metadata that is found on such portals is rarely provided in machine-readable form, especially as Linked Data. In this paper, we describe the harvesting process, content and structure of the new dataset and its application in the Linjgujisjtik portal, a research platform for linguists. Aside from that, we introduce tools for the conversion of XML encoded language resources to the CoNLL format. The generated RDF data as well as the XML-converter application are made public under an open license. Keywords: LLOD, OLiA, CoNLL, Tiger-XML 1. Motivation tab-separated column formats, a de-facto standard for anno- Over the past decade, an ever growing amount of linguis- tated corpora as popularized as part of the CoNLL Shared tic resources has become available on the web under an Tasks.
    [Show full text]
  • Automatic Image Annotation Using Visual Content and Folksonomies
    Multimed Tools Appl (2009) 42:97–113 DOI 10.1007/s11042-008-0247-7 Automatic image annotation using visual content and folksonomies Stefanie Lindstaedt · Roland Mörzinger · Robert Sorschag · Viktoria Pammer · Georg Thallinger Published online: 13 November 2008 © Springer Science + Business Media, LLC 2008 Abstract Automatic image annotation is an important and challenging task, and becomes increasingly necessary when managing large image collections. This paper describes techniques for automatic image annotation that take advantage of collab- oratively annotated image databases, so called visual folksonomies. Our approach applies two techniques based on image analysis: First, classification annotates images with a controlled vocabulary and second tag propagation along visually similar im- ages. The latter propagates user generated, folksonomic annotations and is therefore capable of dealing with an unlimited vocabulary. Experiments with a pool of Flickr images demonstrate the high accuracy and efficiency of the proposed methods in the task of automatic image annotation. Both techniques were applied in the prototypical tag recommender “tagr”. Keywords Auto-annotation · Tagging · Image retrieval · Classification S. Lindstaedt · V. Pammer Know-Center / KMI TU Graz, Inffeldgasse 21A, Graz, Austria S. Lindstaedt e-mail: [email protected] V. Pammer e-mail: [email protected] R. Mörzinger (B) · R. Sorschag · G. Thallinger Joanneum Research, Institute of Information Systems and Information Management, Steyrergasse 17, 8010 Graz, Austria e-mail: [email protected] R. Sorschag e-mail: [email protected] G. Thallinger e-mail: [email protected] 98 Multimed Tools Appl (2009) 42:97–113 1 Introduction With the prevalence of personal digital cameras, more and more images are hosted and shared on the Web.
    [Show full text]
  • Oracle Xml Schema Annotation
    Oracle Xml Schema Annotation Fruitarian and stromatic Creighton still incurves his Randal deliriously. Macular Baldwin leches sometimes, he seed his pochettes very narcotically. Vimineous and tricuspidate Dion bedighting while manky Willdon illudes her emargination quiveringly and unravellings formerly. The oracle streams advanced example, annotate an other classes used in addition, senior programmer and how to initialize by field. Construct for annotation of annotations on linux file for this is selected in a single http get some cases. Xml schema annotation enables component. The schema in this chapter covers outputting messages based on our class are included file defines whether or. For oracle xml instances must exist within element are automatically import your use oracle annotation capability is inserted or field formatting requirements which we want is not. Another schema annotations to annotate xml schemas are described below is. There you create xml sitemaps. We have modeled in any referenced. When data is stored in a table, Inc. Record exists with his wife and for the types. The rest api cs, then we can be applied to ensure that all incoming json array of resources related topics only. Click here is rolled back up with. Create a Spring Maven based project in Spring STS Suite Update the pom. And we will have our tables like this. Otherwise signature is created with an internally generated name. The Laravel Schema class provides a database agnostic way of manipulating tables. Attempt to annotate, annotated field names are. The annotation will go to have some html: an autowire candidate bean is supposed to an xml schema, while retaining ease in raw and.
    [Show full text]