Revision: 46f21d43941b
Branch: default
Author:
ywon...@gmail.com
Date: Tue Sep 16 19:22:24 2014 UTC
Log: Initial
https://code.google.com/p/hltdi-l3/source/detail?r=46f21d43941b
Added:
/wondisho/Report.tex
=======================================
--- /dev/null
+++ /wondisho/Report.tex Tue Sep 16 19:22:24 2014 UTC
@@ -0,0 +1,183 @@
+% FROM
+%
http://www.iitg.ernet.in/trivedi/LatexHelp/latexsample.htm
+%%
+
+%% This LaTeX-file was created by <guest> Sun Jan 3 14:45:46 1999
+%% LyX 0.12 (C) 1995-1998 by Matthias Ettrich and the LyX Team
+
+%% Do not edit this file unless you know what you are doing.
+\documentclass[12pt,reqno]{report}
+\usepackage[T1]{fontenc}
+\usepackage{geometry}
+
+\usepackage{ethiop}
+\usepackage[english]{babel}
+\newcommand{\eth}{\selectlanguage{ethiop}}
+
+%\geometry{verbose,a4paper,tmargin=15mm,bmargin=30mm,lmargin=30mm,rmargin=20mm}
+\geometry{verbose,a4paper,tmargin=30mm,bmargin=30mm,lmargin=30mm,rmargin=25mm}
+\usepackage{graphics}
+\usepackage{graphicx}
+\usepackage{setspace}
+\usepackage{latexsym}
+\usepackage{fancybox}
+\usepackage{tipa}
+%\usepackage{array}
+\usepackage{algorithmic}
+%\renewcommand{\labelenumi}{(\Roman{enumi})}
+
+\usepackage{amsmath}
+%WONDE for colored text
+\usepackage{color}
+ %%{\color{blue}followed by a blue fragment}
+
+%WONDE To include url
+\usepackage{hyperref}
+
+%WONDE for Definition, Therom, Example
+\usepackage{amsthm}
+\theoremstyle{plain}
+\newtheorem{thm}{Theorem}[chapter] % reset theorem numbering for each
chapter
+\theoremstyle{definition}
+\newtheorem{defn}[thm]{Definition} % definition numbers are dependent on
theorem numbers
+\newtheorem{exmp}[thm]{Example} % same for example numbers
+
+\usepackage{amsfonts}
+
+%WONDE for algorithm
+\usepackage[]{algorithm2e}
+
+%WONDE Caption Space
+\usepackage[font=small,skip=0pt]{caption}
+%WONDE for author,year reference
+\usepackage[round]{natbib}
+
+%To remove hyphenation ate the end of a line
+%\usepackage[none]{hyphenat}
+
+%Added by Wonde to float figures and tables in different places
+\usepackage{float}
+
+%Added by Wonde to modify raw width in a table
+\usepackage{array}
+
+%\newcolumntype{M}[1]{>{\centering\arraybackslash}m{#1}}
+%\usepackage{array}
+%\newcolumntype{N}{@{}m{0pt}@{}}
+
+\usepackage[utf8x]{inputenc} % for Amharic Unicode input
+\setcounter{secnumdepth}{5}
+\setcounter{tocdepth}{5}
+\onehalfspacing
+
+%From Mike on Amharic START
+% Ethiopic
+\usepackage[english]{babel}
+%\usepackage{ethiop}
+%From Mike on Amharic END
+
+%% New Itemize from Mike
+% More compact itemize
+\newenvironment{itemz}{\begin{list}{$\bullet$}%
+{\setlength\parskip{.04in}\setlength\parsep{0in}%
+\setlength\topsep{.04in}\setlength\itemsep{.04in}}}{\end{list}}
+
+
+
+\makeatletter
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
+\newcommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\spacefactor1000}
+
+%Added by Wondwossen
+%Making the line spacing of the documnt to be 1, or 1.5 or 2
+\renewcommand{\baselinestretch}{2}
+
+%From Mike on Amharic START
+%\newcommand{\eth}{\selectlanguage{ethiop}}
+\selectlanguage{english}
+%From Mike on Amharic END
+
+\makeatother
+%To change the name of the bibiliography to Reference
+\addto\captionsenglish{\renewcommand{\bibname}{References}}
+%\renewcommand\bibname{References}
+%\usepackage[authoryear]{natbib}
+\begin{document}
+
+\begin{titlepage}
+\thispagestyle{empty}
+\vspace*{0.7cm}
+{\centering
+\large
+{\Large\bf Machine Learning of Morphology for Morphology Rich Languages:
Using Amharic Language}\\
+\vspace{3cm}
+\bf{PhD Dissertation}\\
+\vspace{0.25cm}
+\vspace{0.1cm}
+\vspace{1cm}
+\it
+by \\
+\vspace{.5cm}
+\rm
+{\large \bf {Wondwossen Mulugeta}}\\
+%{\large \bf {99407602}}
+
+\vspace{1cm}
+
+{\it{under the guidance of}} \\
+\vspace{.5cm}
+
+\hspace{.05cm} {\large \bf {Prof. Micheal Gasser}}\\
+\hspace{.05cm} and\\
+\hspace{.05cm} {\large \bf {Prof. Baye Yimam}}\\
+\vspace {0.5cm}
+\vspace {0.5cm}
+%\iitbseal\ \\
+
+%\begin{figure}[h]
+%\hspace{6cm}
+%\vspace{5cm}
+%{\centering {\includegraphics{
iitlogo1.ps}}\par}
+%\end{figure}
+
+IT PhD Program Office \\
+Addis Ababa University, Addis Ababa, Ethiopia\\
+{\centering
+\hspace{6.5cm} March 2014}
+}
+\pagebreak
+\end{titlepage}
+\input{abstract.tex}
+\pagenumbering{roman}
+\tableofcontents
+\listoffigures
+\listoftables
+\newpage
+\newenvironment{mydef}[1]{\begin{definition} #1 \mbox{\\}
+\rm}{\end{definition}}
+\pagenumbering{arabic}
+
+\include{1_introduction}
+\include{2_literature}
+\include{3_amharicmorphology}
+\include{4_supervisedmachinelearning}
+\include{5_systemimplementation}
+\include{6_resultdiscussion}
+%\input{FutureWork.tex}
+%\input{acknow.tex}
+\bibliographystyle{plainnat} %abbrv, acm, alpha, apalike, ieeetr, plain,
siam and unsrt.
+\bibliography{references}
+
+
+%\usepackage[round]{natbib}
+%\bibliographystyle{plainnat}
+
+ %The Literature Review chapter should also include the sections on
Morphology Analysis and Machine Learning of Morphology. This should include
work on ILP and morphology. After that begins the part that describes your
approach. You could either do everything in one chapter or divide it into
chapters that describe different aspects of the approach, for example,
separate chapters on "phase 1", "phase 2", and "phase 3".
+
+%Then you discuss the actual implementation of your model in another
chapter, including the details about corpus data. Then you have a Results
chapter. And then Conclusion and Future Work.
+
+\end{document}
+
+