Skip to content

Commit fd3e312

Browse files
committed
initial check-in
0 parents  commit fd3e312

File tree

137 files changed

+55913
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+55913
-0
lines changed

Status_class.rtf

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
2+
{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fmodern\fcharset0 CourierNewPSMT;}
3+
{\colortbl;\red255\green255\blue255;}
4+
\margl1440\margr1440\vieww28380\viewh12760\viewkind0
5+
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural
6+
7+
\f0\fs24 \cf0 \
8+
9+
\f1\fs28 Status class\
10+
\
11+
\{\
12+
"created_at": "Fri Jan 28 16:31:15 +0000 2011", \
13+
"favorited": false, \
14+
"id": 31026529525825536, \
15+
"in_reply_to_screen_name": "iamambermccann", \
16+
"in_reply_to_status_id": 30989684788174848, \
17+
"in_reply_to_user_id": 182910273, \
18+
"source": "web",\
19+
"text": "@iamambermccann FYI - SHA maintains numbered roads (US 29, MD 216 etc...) Old Scaggsville is maintained by How Co 410 313-7450", \
20+
"truncated": false, \
21+
"user":\
22+
\{\
23+
"description": "Check here for major road incidents and conditions before beginning your travels. Please don't text and drive. It's the law.", \
24+
"favourites_count": 1, \
25+
"followers_count": 2283, \
26+
"friends_count": 151,\
27+
"id": 18917699, \
28+
"location": "Maryland, USA", \
29+
"name": "MD State Highway Adm", \
30+
"profile_background_color": "EDECE9",\
31+
"profile_background_tile": false,\
32+
"profile_image_url": "http://a1.twimg.com/profile_images/71163005/SHA-Logo-2007_copy_normal.jpg",\
33+
"profile_link_color": "f67528",\
34+
"profile_sidebar_fill_color": "http://a2.twimg.com/profile_background_images/107739084/Twitter.jpg",\
35+
"profile_text_color": "220882",\
36+
"protected": false,\
37+
"screen_name": "MDSHA",\
38+
"statuses_count": 780,\
39+
"time_zone": "Eastern Time (US & Canada)",\
40+
"url": "http://www.roads.maryland.gov",\
41+
"utc_offset": -18000\
42+
\}\
43+
\}\
44+
}

blei-lda/Makefile

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# (C) Copyright 2004, David M. Blei (blei [at] cs [dot] cmu [dot] edu)
2+
3+
# This file is part of LDA-C.
4+
5+
# LDA-C is free software; you can redistribute it and/or modify it under
6+
# the terms of the GNU General Public License as published by the Free
7+
# Software Foundation; either version 2 of the License, or (at your
8+
# option) any later version.
9+
10+
# LDA-C is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13+
# for more details.
14+
15+
# You should have received a copy of the GNU General Public License
16+
# along with this program; if not, write to the Free Software
17+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
18+
# USA
19+
20+
.SUFFIXES: .c .u
21+
CC= gcc
22+
CFLAGS= -O3 -Wall -g
23+
LDFLAGS= -lm
24+
25+
LOBJECTS= lda-data.o lda-estimate.o lda-model.o lda-inference.o utils.o cokus.o lda-alpha.o
26+
27+
LSOURCE= lda-data.c lda-estimate.c lda-model.c lda-inference.c utils.c cokus.c lda-alpha.c
28+
29+
lda: $(LOBJECTS)
30+
$(CC) $(CFLAGS) $(LOBJECTS) -o lda $(LDFLAGS)
31+
32+
clean:
33+
-rm -f *.o

blei-lda/ap-topics.pdf

31.1 KB
Binary file not shown.

blei-lda/ap/ap.dat

Lines changed: 2246 additions & 0 deletions
Large diffs are not rendered by default.

blei-lda/ap/ap.txt

Lines changed: 13500 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)