-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.tex
64 lines (51 loc) · 1.9 KB
/
paper.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
% Submissions may consist of 6 pages (including references) and should follow
% the official style guidelines of the main conference.
\documentclass[11pt]{article}
\usepackage{acl2016}
\usepackage{times}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage{todonotes}
\usepackage{array}
\usepackage{multirow}
\usepackage{pifont}
\newcommand{\xmark}{\ding{55}}
\usepackage[font={small}]{caption}
\usepackage{natbib}
% see: http://tex.stackexchange.com/questions/124410/hyperref-modifies-bibliography-style-of-acl-style-files
\makeatletter
\newcommand{\@BIBLABEL}{\@emptybiblabel}
\newcommand{\@emptybiblabel}[1]{}
\makeatother
\usepackage[hidelinks]{hyperref}
\aclfinalcopy % Uncomment this line for the final submission
\def\aclpaperid{49} % Enter the acl Paper ID here
\let\oldfootnotesize\footnotesize
\renewcommand*{\footnotesize}{\oldfootnotesize\scriptsize}
\def\meta/{\textsc{MeTA}}
\title{\meta/: A Unified Toolkit for Text Retrieval and Analysis}
\author{Sean Massung, Chase Geigle \and ChengXiang Zhai \\
Computer Science Department, College of Engineering \\
University of Illinois at Urbana-Champaign \\
{\tt \{massung1,geigle1,czhai\}@illinois.edu}
}
\date{}
\begin{document}
\maketitle
\begin{abstract}
\meta/ is developed to unite machine learning, information retrieval, and
natural language processing in one easy-to-use toolkit. Its focus on
indexing allows it to perform well on large datasets, supporting online
classification and other out-of-core algorithms. \meta/'s liberal open
source license encourages contributions, and its extensive online
documentation, forum, and tutorials make this process straightforward. We
run experiments and show \meta/'s performance is competitive with or better
than existing software.
\end{abstract}
\input{framework}
\input{usability}
\input{experiments}
\input{conclusion}
\bibliography{bib}
\bibliographystyle{acl_natbib}
\end{document}