Skip to content

Commit

Permalink
changed arch picture and the entity find function
Browse files Browse the repository at this point in the history
  • Loading branch information
SakuraSound authored and SakuraSound committed Mar 28, 2012
1 parent 59e7fe5 commit 374ed3e
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 9 deletions.
Binary file added dbscripts/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion dbscripts/sql_functions/entity_find.sql
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ $BODY$
LANGUAGE plpythonu VOLATILE
COST 500
ROWS 1000;
ALTER FUNCTION ds_entityfind(text)
ALTER FUNCTION mad_entityfind(text)
OWNER TO "john";
Binary file removed paper/sigmod12/content/graphics/arch.png
Binary file not shown.
Binary file removed paper/sigmod12/content/graphics/timeseries.png
Binary file not shown.
Binary file removed paper/sigmod12/content/graphics/ui1.png
Binary file not shown.
Binary file added paper/vldb12/content/graphics/.DS_Store
Binary file not shown.
Binary file modified paper/vldb12/content/graphics/arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 10 additions & 8 deletions paper/vldb12/content/new_systemdemonstration.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ \subsection{Dataset for Example}
quality, with some potential out-of domain documents (mainly tweets).

The other tables are more structured,
including {\tt PlayerStats2011\_*}, with * indicating passing ({\tt Pass}), Receiving ({\tt
Rec}), Rushing ({\tt Rush}), Special Teams ({\tt ST}), or Defense ({\tt Def}).
including the {\tt PlayerStats2011} tables\footnote{The * indicates passing ({\tt Pass}),
Receiving ({\tt Rec}), Rushing ({\tt Rush}), Special Teams ({\tt ST}), or
Defense ({\tt Def})\label{fn:playerstats}}.
This data was extracted from the NFL.com player database. Each table contains
the player's \textit{name}, \textit{position}, \textit{number}, and a series of
stats corresponding to the stat type (Some players show up in multiple tables, others in only one). The
Expand All @@ -40,17 +41,18 @@ \subsection{Dataset for Example}
\hline
\multicolumn{2}{|c|}{Example Schema}\\
\hline
$NFLCorpus$ & \textit{doc\_id, type, text, tstmp, tags, \ldots}\\
$NFLCorpus$ & \textit{doc\_id, type, text, tstmp, tags, }\\
\hline
$PlayerStats2011\_*$ & \textit{pid, specific stats\ldots }\\
$PlayerStats2011\footref{fn:playerstats}$ &
\textit{pid, type\_specific\_stats\ldots }\\
\hline
$Player$ & \textit{pid, f\_name, l\_name, college, \ldots}\\
$Player$ & \textit{pid, f\_name, l\_name, college, etc}\\
\hline
$Team\_Stats2011$ & \textit{team, points, pass\_yds, stats\ldots}\\
$Team\_Stats2011$ & \textit{team, points, pass\_yds, various\_stats}\\
\hline
$Team$ & \textit{team, city, state, stadium, \ldots}\\
$Team$ & \textit{team, city, state, stadium}\\
\hline
$Extracted\_Entities$ & \textit{doc\_id, entity, \ldots} \\
$Extracted\_Entities$ & \textit{doc\_id, entity} \\
\hline

\end{tabular}
Expand Down
13 changes: 13 additions & 0 deletions paper/vldb12/madden.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
\BOOKMARK [1][-]{section.1}{Introduction}{}% 1
\BOOKMARK [1][-]{section.2}{System Description}{}% 2
\BOOKMARK [2][-]{subsection.2.1}{System Architecture}{section.2}% 3
\BOOKMARK [2][-]{subsection.2.2}{In-datbase Implementation}{section.2}% 4
\BOOKMARK [2][-]{subsection.2.3}{Query-driven Statistical Text Analysis}{section.2}% 5
\BOOKMARK [2][-]{subsection.2.4}{Parallelization}{section.2}% 6
\BOOKMARK [2][-]{subsection.2.5}{Implementation Details}{section.2}% 7
\BOOKMARK [1][-]{section.3}{Text Analysis Queries and Demonstration}{}% 8
\BOOKMARK [2][-]{subsection.3.1}{Dataset for Example}{section.3}% 9
\BOOKMARK [2][-]{subsection.3.2}{Text Analytics Queries}{section.3}% 10
\BOOKMARK [2][-]{subsection.3.3}{User Interface}{section.3}% 11
\BOOKMARK [1][-]{section.4}{Related Work}{}% 12
\BOOKMARK [1][-]{section.5}{Acknowledgments}{}% 13
1 change: 1 addition & 0 deletions paper/vldb12/madden.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
\usepackage{alltt}
\usepackage{hyperref}
\usepackage{enumitem}
\usepackage{footmisc}

\newcommand{\ceg}[1]{{\textcolor{blue}{#1 -- CEG}}}
\newcommand{\jag}[1]{{\textcolor{red}{#1 -- JAG}}}
Expand Down

0 comments on commit 374ed3e

Please sign in to comment.