-
Notifications
You must be signed in to change notification settings - Fork 1
/
textmining.tex
53 lines (46 loc) · 1.29 KB
/
textmining.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
\documentclass[MASTER.tex]{subfiles}
\begin{document}
%==============================================%
\begin{frame}
\begin{figure}
\centering
\includegraphics[width=0.75\linewidth]{testmining}
\end{figure}
\end{frame}
%==============================================%
\begin{frame}
\frametitle{gensim}
\begin{figure}
\centering
\includegraphics[width=1.05\linewidth]{gensim}
\end{figure}
\end{frame}
%===========================================%
\begin{frame}
\frametitle{gensim}
\begin{figure}
\centering
\includegraphics[width=1.05\linewidth]{gensimtutorials}
\end{figure}
\end{frame}
%===================================================%
\begin{frame}
\frametitle{Beautiful Soup}
\begin{figure}
\centering
\includegraphics[width=1.05\linewidth]{beautifulsoup}
\end{figure}
\end{frame}
%====================================================%
\begin{frame}
\frametitle{Beautiful Soup}
\textbf{Beautiful Soup}\Large
\large
\begin{itemize}
\item Beautiful Soup is a Python library for pulling data out of HTML and XML files.
\item It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree.
\item It commonly saves programmers hours or days of work.
\end{itemize}
\end{frame}
%====================================================%
\end{document}