source: SMC4LRT/Outline.tex @ 2671

Last change on this file since 2671 was 2671, checked in by vronk, 11 years ago

mostly outsourcing individual chapters to separate tex-files

File size: 5.5 KB
Line 
1% !TEX TS-program = pdflatex
2% !TEX encoding = UTF-8 Unicode
3
4% This is a simple template for a LaTeX document using the "article" class.
5% See "book", "report", "letter" for other types of document.
6
7\documentclass[11pt]{article} % use larger type; default would be 10pt
8
9\usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)
10
11\usepackage{url}
12%\usepackage{svn-multi}
13
14% Subversion Information
15%\svnidlong
16%{$HeadURL: $}
17%{$LastChangedDate: $}
18%{$LastChangedRevision: $}
19%{$LastChangedBy: $}
20%\svnid{$Id$}
21
22
23%%% Examples of Article customizations
24% These packages are optional, depending whether you want the features they provide.
25% See the LaTeX Companion or other references for full information.
26
27%%% PAGE DIMENSIONS
28\usepackage{geometry} % to change the page dimensions
29\geometry{a4paper} % or letterpaper (US) or a5paper or....
30%\geometry{margin=1cm} % for example, change the margins to 2 inches all round
31\topmargin=-0.5in
32\textheight=700pt
33% \geometry{landscape} % set up the page for landscape
34%   read geometry.pdf for detailed page layout information
35
36\usepackage{graphicx} % support the \includegraphics command and options
37
38% \usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
39
40%%% PACKAGES
41\usepackage{booktabs} % for much better looking tables
42\usepackage{array} % for better arrays (eg matrices) in maths
43\usepackage{paralist} % very flexible & customisable lists (eg. enumerate/itemize, etc.)
44\usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim
45%\usepackage{subfig} % make it possible to include more than one captioned figure/table in a single float
46% These packages are all incorporated in the memoir class to one degree or another...
47
48%%% HEADERS & FOOTERS
49\usepackage{fancyhdr} % This should be set AFTER setting up the page geometry
50\pagestyle{plain} % options: empty , plain , fancy
51\renewcommand{\headrulewidth}{0pt} % customise the layout...
52\lhead{}\chead{}\rhead{}
53\lfoot{}\cfoot{\thepage}\rfoot{}
54
55%%% SECTION TITLE APPEARANCE
56\usepackage{sectsty}
57\allsectionsfont{\sffamily\mdseries\upshape} % (See the fntguide.pdf for font help)
58% (This matches ConTeXt defaults)
59
60%%% ToC (table of contents) APPEARANCE
61\usepackage[nottoc,notlof,notlot]{tocbibind} % Put the bibliography in the ToC
62%\usepackage[titles,subfigure]{tocloft} % Alter the style of the Table of Contents
63%\renewcommand{\cftsecfont}{\rmfamily\mdseries\upshape}
64%\renewcommand{\cftsecpagefont}{\rmfamily\mdseries\upshape} % No bold!
65
66%%% END Article customizations
67
68%%% The "real" document content comes below...
69
70\title{SMC4LRT - Master Outline}
71\author{Matej Durco}
72%\date{} % Activate to display a given date or no date (if empty),
73         % otherwise the current date is printed
74
75\begin{document}
76\maketitle
77
78\tableofcontents
79
80\include{Introduction}
81
82
83\include{Literature}
84
85
86\section{Definitions}
87We want to clarify or lay down a few terms and definition, ie explanation of our understanding
88
89\begin{description}
90\item[Concept]  sense, idea, philosophical problem, which we don't need to discuss here. For our purposes we say: Basic "entity" in an ontology? that of what an ontology is build
91\item[Ontology]  "an explicit specification of a conceptualization" [cite!], but for us mainly a collection of concepts as opposed to lexicon, which is a collection of words.
92\item[Word]  a lexical unit, a word in a language, something that has a surface Realization (writtenForm) and is a carrier of sense. so a Relation holds: hasSense(Word, Concept)
93\item[Lexicon]  a collection of words, a (lexical) vocabulary
94\item[Vocabulary] an index providing mapping from Word (string) to Concept (uri)
95\item[(Data)Category] (almost) the same as Concept; Things like "Topic", "Genre", "Organization", "ResourceType" are instantiations of Category
96\item[ConceptualDomain] the Class of entities a Concept/Category denotes. For Organization it would be all (existing) organizations,  CD(ResourceType)={Corpus, Lexicon, Document, Image, Video, ...}. Entities of the domain can itself be Categories (ResourceType:Image), but it can be also individuals (Organization University of Vienna)
97\item[Entity] 
98\item[Resource] informational resource, in the context of CLARIN-Project  mainly Language Resources (Corpus, Lexicon, Multimedia)
99\item[Metadata Description] description of some properties of a resource.  MD-Record
100\item[Schema] - CMD-Profile
101\item[Annotation] 
102
103
104\end{description}
105
106\include{Data}
107
108\include{Infrastructure}
109
110\include{SMC}
111
112\include{System}
113
114\include{Evaluation}
115
116
117\section{Conclusions and Future Work}
118
119The Semantic Mapping module is based on the DCR and CMD framework and is being developed as a separate service on the side of CLARIN  Metadata Service, its primary consuming service, but shall be equally usable by other applications.
120
121Further work is needed on more complex types of response (similarity ratio, relation types) and also on the interaction with Metadata Service to find the optimal way of providing the features of semantic mapping and query expansion as semantic search within the search user-interface.
122
123
124\section{Questions, Remarks}
125
126\begin{itemize}
127\item How does this relate to federated search?
128\item ontologicky vs. semaziologicky (Semanticke priznaky: kategoriálne/archysémy, difernciacne, specifikacne)
129\item "controlled vocabularies"
130\end{itemize}
131
132
133\bibliographystyle{ieeetr}
134\bibliography{../../2bib/lingua,../../2bib/ontolingua,../../2bib/smc4lrt,../../2bib/semweb}
135
136
137\end{document}
Note: See TracBrowser for help on using the repository browser.