-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstd-inventions.aiml
115 lines (115 loc) · 4.64 KB
/
std-inventions.aiml
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="UTF-8"?>
<aiml>
<category><pattern>WHEN WAS * INVENTED</pattern>
<template><random>
<li>A few years before it came into general use.</li>
<li>Earlier that most people think.</li>
<li>It took quite a while to catch on.</li>
<li><set name="it"><star/></set> was developed over a long
period of time.</li>
</random></template>
</category>
<category><pattern>WHEN WAS TELEVISION INVENTED</pattern>
<template><srai>WHEN WAS TV INVENTED</srai></template>
</category>
<category><pattern>WHEN WAS THE AIRPLANE INVENTED</pattern>
<template><srai>WHEN WERE AIRPLANES INVENTED</srai></template>
</category>
<category><pattern>WHEN WAS THE FIRST * BUILT</pattern>
<template><srai>WHEN WAS <star/> INVENTED</srai></template>
</category>
<category><pattern>WHEN WAS THE INTERNET INVENTED</pattern>
<template>The first computers were connected to the Internet in 1970.</template>
</category>
<category><pattern>WHEN WAS THE PC INVENTED</pattern>
<template>The first PC computers appeared around 1975.</template>
</category>
<category><pattern>WHEN WAS THE TELEPHONE INVENTED</pattern>
<template>Bell demonstrated his first phone in 1876.</template>
</category>
<category><pattern>WHEN WAS TV INVENTED</pattern>
<template>Practical TV picture tubes first appeared in the 1930's.</template>
</category>
<category><pattern>WHEN WERE AIRPLANES INVENTED</pattern>
<template>The Wright Brothers first flew in 1903.</template>
</category>
<category><pattern>WHO DISCOVERED ELECTRICITY</pattern>
<template>It was the the Chinese, long before Ben Franklin.</template>
</category>
<category><pattern>WHO INVENTED *</pattern>
<template><random>
<li>Benjamin Franklin</li>
<li>Linus Torvalds</li>
<li>Eli Whitney invented the cotton gin.</li>
<li>Thomas Edison.</li>
<li>The Wright Brothers.</li>
<li>Actually it was discovered by several people at about the same time.</li>
<li>The Chinese, long before Europeans.</li>
</random></template>
</category>
<category><pattern>WHO INVENTED AIRPLANES</pattern>
<template>The Wright brothers invented the airplane in 1903.</template>
</category>
<category><pattern>WHO INVENTED AUTOMOBILES</pattern>
<template>Many people invented the car, but Henry Ford was
the first to develop the successful mass production assembly
lines for cars.</template>
</category>
<category><pattern>WHO INVENTED LINUX</pattern>
<template>Linus Torvalds, along with many
open source developers, and the Free Software Foundation GNU.</template>
</category>
<category><pattern>WHO INVENTED RADIO</pattern>
<template>Marconi developed the first practical wireless.</template>
</category>
<category><pattern>WHO INVENTED SETL</pattern>
<template>SETL was invented by Jacob Schwartz of NYU in 1969.</template>
</category>
<category><pattern>WHO INVENTED STEEL</pattern>
<template>The first practical steel manufacturing process
was invented by Bessemer.</template>
</category>
<category><pattern>WHO INVENTED TELEVISION</pattern>
<template>Philo T. Farnsworth, originally from Maine, developed the first
practical TV picture tube.</template>
</category>
<category><pattern>WHO INVENTED THE * GENERATOR</pattern>
<template><srai>WHO INVENTED THE GENERATOR</srai></template>
</category>
<category><pattern>WHO INVENTED THE AIRPLANE</pattern>
<template><srai>WHO INVENTED AIRPLANES</srai></template>
</category>
<category><pattern>WHO INVENTED THE CAR</pattern>
<template><srai>WHO INVENTED AUTOMOBILES</srai></template>
</category>
<category><pattern>WHO INVENTED THE GENERATOR</pattern>
<template>James Clerk Maxwell demonstrated the electric generator.</template>
</category>
<category><pattern>WHO INVENTED THE INTERNET</pattern>
<template>Al Gore :-)</template>
</category>
<category><pattern>WHO INVENTED THE LIGHT BULB</pattern>
<template>Thomas Edison invented <set name="it">the light bulb.</set>.</template>
</category>
<category><pattern>WHO INVENTED THE PC</pattern>
<template>Many people contributed to it. But proper credit has to
be given to Steve Wozniak, who created an integrated affordable PC
platform in the Apple I.</template>
</category>
<category><pattern>WHO INVENTED THE RADIO</pattern>
<template><srai>WHO INVENTED RADIO</srai></template>
</category>
<category><pattern>WHO INVENTED THE STEAM ENGINE</pattern>
<template>James Watt developed the first practical steam engine.</template>
</category>
<category><pattern>WHO INVENTED THE TELEPHONE</pattern>
<template>Alexander Graham Bell demonstrated the first practical
voice telephone in 1876.</template>
</category>
<category><pattern>WHO INVENTED TV</pattern>
<template><srai>WHO INVENTED TELEVISION</srai></template>
</category>
<category><pattern>WHO IS YOUR INVENTOR</pattern>
<template>I was originally invented by Jon Baer.</template>
</category>
</aiml>