-
Notifications
You must be signed in to change notification settings - Fork 7
/
movies.html
48 lines (36 loc) · 1.36 KB
/
movies.html
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
<HTML><HEAD>
<TITLE> Movies</TITLE>
<BODY BGCOLOR="#FFFFFF">
<H1> Movies</H1>
<H2> Abstract</H2>
<p>
This data set contains a list of over 10000 films including many older, odd, and cult films. There is information on actors, casts, directors, producers, studios, etc. The material also includes some social information, as `lived-with' and `married to'.
<p><B> Information files:</B>
<UL>
<LI> <a href="movies.data.html"> description of the data </a>
<LI> <a href="doc.html"> original documentation</a>
</UL>
<p><B> Data files:</B>
<UL>
<li> <a href="data/actors.html"> actors</a> (812K)
<li> <a href="data/awtypes.html"> awards</a> (3K)
<li> <a href="data/casts.html"> casts</a>. (4.4M)
<li> <a href="data/locales.html"> locales</a> (1K)
<li> <a href="data/main.html"> main</a> (2.1M)
<li> <a href="data/people.html"> people</a> (365K)
<li> <a href="data/quotes.html"> quotes</a> (5K)
<li> <a href="data/remakes.html"> remakes</a> (135K)
<li> <a href="data/studios.html"> studios</a> (25K)
<li> <a href="data/synonyms.html"> synonyms</a> (37K)
</UL>
<p>
<HR>
<ADDRESS>
<A href="http://kdd.ics.uci.edu/">The UCI KDD Archive</A><br>
<a href="http://www.ics.uci.edu/">
Information and Computer Science</a><BR>
<a href="http://www.uci.edu/">University of California, Irvine</a><br>
Irvine, CA 92697-3425
</ADDRESS>
Last modified: July 12, 1999
</BODY></HTML>