-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.php
More file actions
34 lines (34 loc) · 1.26 KB
/
index.php
File metadata and controls
34 lines (34 loc) · 1.26 KB
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Projects</title>
</head>
<body>
<h1>Projects</h1>
<ul>
<li><a href="slider/">Slider</a>: Simple slider in JQuery.</li>
</ul>
<ul>
<li><a href="mongo/sentiment/">Sentiment Analysis in Spanish</a></li>
<ul>
<li>Simple scripts, no objects</li>
<li>Implemented using Mongo</li>
<li>Dictionary based</li>
<li>Dictionary created from dictionary of emotions in english</li>
<li>Translated to spanish using WordReference API</li>
<li>getMentions: collects mentions of user</li>
<li>runSentAnalysis: runs the sentiment analysis</li>
<li>If you need the spanish dictionary, drop me a line</li>
</ul>
</ul>
<ul>
<li><a href="hadoop/">Hadoop Examples</a></li>
<ul>
<li>Templates for Map and Reduce</li>
<li>Examples taken (and modified) from Haddop in Action</li>
<li>If you need the raw files to process, drop me a line</li>
</ul>
</ul>
</body>
</html>