+
+
+
\ No newline at end of file
diff --git a/development/antigravity-ide/files/antigravity-ide.desktop b/development/antigravity-ide/files/antigravity-ide.desktop
new file mode 100644
index 0000000..3ae05cb
--- /dev/null
+++ b/development/antigravity-ide/files/antigravity-ide.desktop
@@ -0,0 +1,31 @@
+[Desktop Entry]
+Name=Antigravity IDE
+Comment=Experience liftoff
+GenericName=Text Editor
+Exec=/usr/bin/antigravity-ide %F
+Icon=antigravity-ide
+Type=Application
+StartupNotify=false
+StartupWMClass=antigravity-ide
+Categories=TextEditor;Development;IDE;
+MimeType=application/x-antigravity-ide-workspace;
+Actions=new-empty-window;
+Keywords=vscode;
+
+[Desktop Action new-empty-window]
+Name=New Empty Window
+Name[cs]=Nové prázdné okno
+Name[de]=Neues leeres Fenster
+Name[es]=Nueva ventana vacía
+Name[fr]=Nouvelle fenêtre vide
+Name[it]=Nuova finestra vuota
+Name[ja]=新しい空のウィンドウ
+Name[ko]=새 빈 창
+Name[tr]=Boş bir pencere aç
+Name[ru]=Новое пустое окно
+Name[zh_CN]=新建空窗口
+Name[ru]=Новое пустое окно
+Name[zh_CN]=新建空窗口
+Name[zh_TW]=開新空視窗
+Exec=/usr/bin/antigravity-ide --new-window %F
+Icon=antigravity-ide
diff --git a/development/antigravity-ide/files/antigravity-ide.png b/development/antigravity-ide/files/antigravity-ide.png
new file mode 100644
index 0000000..6b50b48
Binary files /dev/null and b/development/antigravity-ide/files/antigravity-ide.png differ
diff --git a/development/antigravity-ide/files/antigravity-ide.sh b/development/antigravity-ide/files/antigravity-ide.sh
new file mode 100644
index 0000000..ccd4bd7
--- /dev/null
+++ b/development/antigravity-ide/files/antigravity-ide.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-~/.config}
+
+# Allow users to override command-line options
+if [[ -f $XDG_CONFIG_HOME/antigravity-ide-flags.conf ]]; then
+ ANTIGRAVITY_IDE_USER_FLAGS="$(sed 's/#.*//' $XDG_CONFIG_HOME/antigravity-ide-flags.conf | tr '\n' ' ')"
+fi
+
+# Launch
+exec /opt/Antigravity-ide/bin/antigravity-ide "$@" $ANTIGRAVITY_IDE_USER_FLAGS
diff --git a/development/antigravity-ide/pspec.xml b/development/antigravity-ide/pspec.xml
new file mode 100644
index 0000000..be926d6
--- /dev/null
+++ b/development/antigravity-ide/pspec.xml
@@ -0,0 +1,78 @@
+
+
+
+
+ Antigravity-ide
+ https://antigravity.google/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ An agentic development platform from Google, evolving the IDE into the agent-first era.
+ Google'dan bir agentic geliştirme platformu, IDE'yi agent-first era'ye evrimini getiriyor.
+ An agentic development platform from Google, evolving the IDE into the agent-first era.
+ Google'dan bir agentic geliştirme platformu, IDE'yi agent-first era'ye evrimini getiriyor.
+ LicenseRef-Google-Antigravity
+ programming.tools
+ antigravity-ide
+
+ https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/2.0.3-6242596486512640/linux-x64/Antigravity%20IDE.tar.gz
+
+
+
+
+ Antigravity-ide
+
+ alsa-lib
+ at-spi2-core
+ bash
+ cairo
+ dbus
+ expat
+ gcc
+ glib2
+ glibc
+ gtk3
+ cups
+ libX11
+ libxcb
+ libXcomposite
+ libXdamage
+ libXext
+ libXfixes
+ libxkbcommon
+ libxkbfile
+ libXrandr
+ mesa
+ nspr
+ nss
+ pango
+
+
+ /opt/Antigravity-ide
+ /usr/bin
+ /usr/share/applications
+ /usr/share/bash-completion
+ /usr/share/mime
+ /usr/share/pixmaps
+ /usr/share/licenses
+
+
+ antigravity-ide.desktop
+ antigravity-ide-url-handler.desktop
+ antigravity-ide.sh
+ antigravity-ide-workspace.xml
+ antigravity-ide.png
+
+
+
+
+
+ 2026-11-22
+ 2.0.3
+ İlk sürüm
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
diff --git a/development/antigravity/actions.py b/development/antigravity/actions.py
new file mode 100644
index 0000000..ccbbd95
--- /dev/null
+++ b/development/antigravity/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+WorkDir = "."
+NoStrip = ["/"]
+
+
+
+def install():
+ pisitools.insinto("/opt/Antigravity", "Antigravity-x64/*")
+ pisitools.dosym("/opt/antigravity/antigravity", "/usr/bin/antigravity")
+ pisitools.dosym("/opt/Antigravity/LICENSE.electron.txt", "/usr/share/licenses/antigravity/LICENSE.electron.txt")
+ pisitools.dosym("/opt/Antigravity/LICENSES.chromium.html", "/usr/share/licenses/antigravity/LICENSES.chromium.html")
+ pisitools.dosym("/opt/Antigravity/LICENSE", "/usr/share/licenses/antigravity/LICENSE")
\ No newline at end of file
diff --git a/development/antigravity/files/antigravity b/development/antigravity/files/antigravity
new file mode 100644
index 0000000..7aaa639
--- /dev/null
+++ b/development/antigravity/files/antigravity
@@ -0,0 +1,60 @@
+_antigravity()
+{
+ local cur prev words cword split
+ _init_completion -s || return
+
+ _expand || return
+
+ case $prev in
+ -d|--diff)
+ _filedir
+ return
+ ;;
+ -a|--add|--user-data-dir|--extensions-dir)
+ _filedir -d
+ return
+ ;;
+ -g|--goto)
+ compopt -o nospace
+ _filedir
+ return
+ ;;
+ --locale)
+ COMPREPLY=( $( compgen -W 'de en en-US es fr it ja ko ru zh-CN zh-TW bg hu pt-br tr' ) )
+ return
+ ;;
+ --install-extension|--uninstall-extension)
+ _filedir vsix
+ return
+ ;;
+ --log)
+ COMPREPLY=( $( compgen -W 'critical error warn info debug trace off' ) )
+ return
+ ;;
+ --folder-uri|--disable-extension)
+ # argument required but no completions available
+ return 0
+ ;;
+ --enable-proposed-api)
+ # argument optional but no completions available
+ ;;
+ esac
+
+ $split && return
+
+ if [[ $cur == -* ]]; then
+ COMPREPLY=( $( compgen -W '-d --diff --folder-uri -a --add -g
+ --goto -n --new-window -r --reuse-window -w --wait --locale=
+ --user-data-dir -v --version -h --help --extensions-dir
+ --list-extensions --show-versions --install-extension
+ --uninstall-extension --enable-proposed-api --verbose --log -s
+ --status -p --performance --prof-startup --disable-extensions
+ --disable-extension --inspect-extensions --update-extensions
+ --inspect-brk-extensions --disable-gpu' -- "$cur") )
+ [[ $COMPREPLY == *= ]] && compopt -o nospace
+ return
+ fi
+
+ _filedir
+} &&
+complete -F _antigravity antigravity
diff --git a/development/antigravity/files/antigravity-url-handler.desktop b/development/antigravity/files/antigravity-url-handler.desktop
new file mode 100644
index 0000000..11a5887
--- /dev/null
+++ b/development/antigravity/files/antigravity-url-handler.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=Antigravity - URL Handler
+Comment=Experience liftoff
+GenericName=Text Editor
+Exec=/opt/Antigravity/antigravity --open-url %U
+Icon=antigravity
+Type=Application
+NoDisplay=true
+StartupNotify=true
+Categories=Utility;TextEditor;Development;IDE;
+MimeType=x-scheme-handler/antigravity;
+Keywords=vscode;
diff --git a/development/antigravity/files/antigravity-workspace.xml b/development/antigravity/files/antigravity-workspace.xml
new file mode 100644
index 0000000..cb018b3
--- /dev/null
+++ b/development/antigravity/files/antigravity-workspace.xml
@@ -0,0 +1,7 @@
+
+
+
+ Antigravity Workspace
+
+
+
diff --git a/development/antigravity/files/antigravity.desktop b/development/antigravity/files/antigravity.desktop
new file mode 100644
index 0000000..0bcbcc1
--- /dev/null
+++ b/development/antigravity/files/antigravity.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Antigravity
+Comment=Experience liftoff
+GenericName=Agentic Platform
+Exec=/usr/bin/antigravity %U
+Icon=antigravity
+Type=Application
+StartupNotify=false
+StartupWMClass=Antigravity
+Categories=Development;Utility;
diff --git a/development/antigravity/files/antigravity.png b/development/antigravity/files/antigravity.png
new file mode 100644
index 0000000..6b50b48
Binary files /dev/null and b/development/antigravity/files/antigravity.png differ
diff --git a/development/antigravity/pspec.xml b/development/antigravity/pspec.xml
new file mode 100644
index 0000000..83558e9
--- /dev/null
+++ b/development/antigravity/pspec.xml
@@ -0,0 +1,78 @@
+
+
+
+
+ antigravity
+ https://antigravity.google/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Google Antigravity 2.0 multi-agent orchestration platformu.
+ Google Antigravity 2.0 çoklu-ajan orkestrasyon platformu.
+ Google Antigravity 2.0 multi-agent orchestration platform.
+ Google Antigravity 2.0 çoklu-ajan orkestrasyon platformu.
+ LicenseRef-Google-Antigravity
+ programming.tools
+ antigravity
+
+ https://storage.googleapis.com/antigravity-public/antigravity-hub/2.0.1-6566078776737792/linux-x64/Antigravity.tar.gz
+
+
+
+
+ antigravity
+
+ alsa-lib
+ at-spi2-core
+ bash
+ cairo
+ dbus
+ expat
+ gcc
+ glib2
+ glibc
+ gtk3
+ cups
+ libX11
+ libxcb
+ libXcomposite
+ libXdamage
+ libXext
+ libXfixes
+ libxkbcommon
+ libxkbfile
+ libXrandr
+ mesa
+ nspr
+ nss
+ pango
+
+
+ /opt
+ /usr/bin
+ /usr/share/applications
+ /usr/share/bash-completion
+ /usr/share/mime
+ /usr/share/pixmaps/
+ /usr/share/licenses/
+
+
+ antigravity.desktop
+ antigravity-url-handler.desktop
+ antigravity
+ antigravity-workspace.xml
+ antigravity.png
+
+
+
+
+
+ 2026-11-22
+ 2.0.1
+ İlk sürüm
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
diff --git a/development/apache-netbeans/actions.py b/development/apache-netbeans/actions.py
new file mode 100644
index 0000000..3c18e2b
--- /dev/null
+++ b/development/apache-netbeans/actions.py
@@ -0,0 +1,15 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+
+NoStrip = ["/usr"]
+IgnoreAutodep = True
+
+
+def install():
+ pisitools.insinto("/usr/share/netbeans", "./*")
+ pisitools.dosym("/usr/share/netbeans/bin/netbeans", "/usr/bin/netbeans")
+ pisitools.remove("/usr/share/netbeans/bin/netbeans.exe")
+ pisitools.remove("/usr/share/netbeans/bin/netbeans64.exe")
\ No newline at end of file
diff --git a/development/apache-netbeans/files/ApacheNetbeans.png b/development/apache-netbeans/files/ApacheNetbeans.png
new file mode 100644
index 0000000..8c62b4c
Binary files /dev/null and b/development/apache-netbeans/files/ApacheNetbeans.png differ
diff --git a/development/apache-netbeans/files/netbeans.desktop b/development/apache-netbeans/files/netbeans.desktop
new file mode 100644
index 0000000..66579be
--- /dev/null
+++ b/development/apache-netbeans/files/netbeans.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Encoding=UTF-8
+Name=Apache NetBeans
+GenericName=Apache NetBeans
+GenericName[tr]=Apache NetBeans
+Comment=NetBeans is an integrated development environment (IDE) for Java.
+Comment[tr]=NetBeans, Oracle tarafından geliştirilen bir Java geliştirme ortamıdır ve ücretsiz olarak dağıtılmaktadır.
+Icon=ApacheNetbeans
+Exec=netbeans
+Terminal=false
+StartupNotify=false
+Categories=TextEditor;Development;IDE
diff --git a/development/apache-netbeans/pspec.xml b/development/apache-netbeans/pspec.xml
new file mode 100644
index 0000000..4956402
--- /dev/null
+++ b/development/apache-netbeans/pspec.xml
@@ -0,0 +1,51 @@
+
+
+
+
+ Apache Netbeans
+ https://netbeans.apache.org
+
+ Sami BABAT
+ samibabat@gmail.com
+
+ NetBeans, Oracle tarafından geliştirilen bir Java geliştirme ortamıdır.
+ NetBeans, Oracle tarafından geliştirilen bir Java geliştirme ortamıdır. Özellikle kullanıcı arayüzü tasarımında sağladığı kolaylıklardan dolayı tercih edilmektedir.
+ custom
+
+ https://www.apache.org/dyn/closer.lua/netbeans/netbeans/26/netbeans-26-bin.zip
+
+
+
+
+ netbeans
+ netbeans
+
+ /usr/bin
+ /usr
+ /usr/share/netbeans
+
+
+
+ netbeans.desktop
+ ApacheNetbeans.png
+
+
+
+
+
+
+ 2025-08-07
+ 26
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2021-05-18
+ 12.3
+ First release
+ Sami BABAT
+ samibabat@gmail.com
+
+
+
\ No newline at end of file
diff --git a/development/component.xml b/development/component.xml
new file mode 100644
index 0000000..a7edb96
--- /dev/null
+++ b/development/component.xml
@@ -0,0 +1,3 @@
+
+ development
+
\ No newline at end of file
diff --git a/development/cursor/actions.py b/development/cursor/actions.py
new file mode 100644
index 0000000..dc20500
--- /dev/null
+++ b/development/cursor/actions.py
@@ -0,0 +1,18 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+NoStrip = ["/opt", "/usr"]
+IgnoreAutodep = True
+Version = get.srcVERSION()
+
+
+def install():
+ pisitools.dodir ("/opt/Cursor")
+ pisitools.doexe("Cursor-%s-x86_64.AppImage" % Version, "/opt/Cursor")
+ pisitools.dosym("/opt/Cursor/Cursor-%s-x86_64.AppImage" % Version, "/usr/bin/cursor")
+
\ No newline at end of file
diff --git a/development/cursor/files/cursor.desktop b/development/cursor/files/cursor.desktop
new file mode 100644
index 0000000..8669028
--- /dev/null
+++ b/development/cursor/files/cursor.desktop
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Name=Cursor
+Exec=/usr/bin/cursor --no-sandbox %U
+Terminal=false
+Type=Application
+Icon=cursor
+# Change the class below to "Cursor" when on X11
+StartupWMClass=cursor
+X-AppImage-Version=@@PKGVERSION@@
+MimeType=x-scheme-handler/cursor;
+Categories=Development;IDE;
+
+[Desktop Action new-empty-window]
+Name=New Empty Window
+Exec=/usr/bin/cursor --no-sandbox --new-window %F
+Icon=cursor
\ No newline at end of file
diff --git a/development/cursor/files/cursor.png b/development/cursor/files/cursor.png
new file mode 100644
index 0000000..0dfb40c
Binary files /dev/null and b/development/cursor/files/cursor.png differ
diff --git a/development/cursor/pspec.xml b/development/cursor/pspec.xml
new file mode 100644
index 0000000..32b0e7f
--- /dev/null
+++ b/development/cursor/pspec.xml
@@ -0,0 +1,100 @@
+
+
+
+
+ Cursor
+ https://cursor.com/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ The AI Code Editor
+ Yapay Zeka Destekli Kod Düzenleyicisi
+ Built to make you extraordinarily productive, Cursor is the best way to code with AI.
+ Sizi olağanüstü derecede üretken kılmak için oluşturulmuş olan Cursor, yapay zeka ile kod yazmanın en iyi yoludur.
+ custom
+ development
+
+ https://downloads.cursor.com/production/3578107fdf149b00059ddad37048220e4168100f/linux/x64/Cursor-2.4.31-x86_64.AppImage
+
+
+
+
+ Cursor
+
+ fuse3
+ gtk3
+
+
+ /opt
+ /usr/bin
+ /usr/share/applications
+ /usr/share/icons
+
+
+ cursor.desktop
+ cursor.png
+
+
+
+
+
+ 2026-02-08
+ 2.4.31
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-11-06
+ 2.0.64
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-09-30
+ 1.7.17
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-08-21
+ 1.4.5
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-08-07
+ 1.4.2
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-07-21
+ 1.2.4
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
+ 2025-07-07
+ 1.2.1
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-07-03
+ 1.1.7
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
+
\ No newline at end of file
diff --git a/development/devin-desktop/actions.py b/development/devin-desktop/actions.py
new file mode 100644
index 0000000..7fc1355
--- /dev/null
+++ b/development/devin-desktop/actions.py
@@ -0,0 +1,13 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+
+
+def install():
+ pisitools.insinto("/opt/devin-desktop/", "*")
+
\ No newline at end of file
diff --git a/development/devin-desktop/files/devin-desktop.desktop b/development/devin-desktop/files/devin-desktop.desktop
new file mode 100644
index 0000000..e8f7166
--- /dev/null
+++ b/development/devin-desktop/files/devin-desktop.desktop
@@ -0,0 +1,17 @@
+[Desktop Entry]
+Name=Devin Desktop
+Comment=Tomorrow's Editor, Today
+Exec=/opt/devin-desktop/devin-desktop %U
+Icon=devin-desktop
+Terminal=false
+Type=Application
+Categories=Development;IDE;
+MimeType=text/plain;inode/directory;application/x-devin-desktop-workspace;
+Actions=new-empty-window;
+Keywords=devin-desktop;
+
+
+[Desktop Action new-empty-window]
+Name=New Empty Window
+Exec=/opt/devin-desktop/devin --new-window %F
+Icon=devin-desktop
diff --git a/development/devin-desktop/files/devin-desktop.png b/development/devin-desktop/files/devin-desktop.png
new file mode 100644
index 0000000..5123f92
Binary files /dev/null and b/development/devin-desktop/files/devin-desktop.png differ
diff --git a/development/devin-desktop/pspec.xml b/development/devin-desktop/pspec.xml
new file mode 100644
index 0000000..fc1c08d
--- /dev/null
+++ b/development/devin-desktop/pspec.xml
@@ -0,0 +1,69 @@
+
+
+
+
+ devin-desktop
+ https://devin.ai
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Built to keep you in flow state
+ Kod yazarken odağını kaybetmemen için tasarlandı.
+ Tomorrow's Editor, Today. Built to keep you in flow state with instant, invaluable AI developer assistance.
+ Geleceğin editörü şimdiden burada. Yapay zekâ desteğiyle odağın hiç bölünmez.
+ development
+ custom
+ devin-desktop
+
+ https://windsurf-stable.codeiumdata.com/linux-x64/stable/c8b0b9cf70fb84d1dd37796a52d8229a7eaf9c06/Devin-linux-x64-3.1.7.tar.gz
+
+
+
+
+
+ alsa-lib
+ dbus
+ expat
+ libgcc
+ glibc
+ libdrm
+ libX11
+ libxcb
+ libXcomposite
+ libXdamage
+ libXext
+ libXfixes
+ libxkbcommon
+ libXrandr
+ mesa
+ nspr
+ nss
+ gtk3
+ xdg-utils
+
+ devin-desktop
+ devin-desktop
+
+ /opt
+ /usr/bin
+ /usr/share/applications
+ /usr/share/icons
+
+
+ devin-desktop.desktop
+ devin-desktop.png
+
+
+
+
+
+ 2026-06-14
+ 3.1.7
+ First Release (Renamed to Devin Desktop)
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
+
\ No newline at end of file
diff --git a/development/eclipse/actions.py b/development/eclipse/actions.py
new file mode 100644
index 0000000..76b7c5a
--- /dev/null
+++ b/development/eclipse/actions.py
@@ -0,0 +1,11 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+
+
+
+
+def install():
+ pisitools.insinto("/usr/share/eclipse", "./*")
diff --git a/development/eclipse/files/eclipse.desktop b/development/eclipse/files/eclipse.desktop
new file mode 100644
index 0000000..cd4d80c
--- /dev/null
+++ b/development/eclipse/files/eclipse.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Encoding=UTF-8
+Name=Eclipse IDE Java için
+GenericName=Eclipse IDE For Java
+GenericName[tr]=Eclipse IDE Java için
+Comment=Eclipse, açık kaynak kodlu ve özgür bir tümleşik geliştirme ortamıdır.
+Comment[tr]=Eclipse, açık kaynak kodlu ve özgür bir tümleşik geliştirme ortamıdır.
+Icon=eclipse
+Exec=/usr/share/eclipse/eclipse
+Terminal=false
+StartupNotify=false
+Categories=Application;Game;
diff --git a/development/eclipse/files/eclipse.png b/development/eclipse/files/eclipse.png
new file mode 100644
index 0000000..8476616
Binary files /dev/null and b/development/eclipse/files/eclipse.png differ
diff --git a/development/eclipse/pspec.xml b/development/eclipse/pspec.xml
new file mode 100644
index 0000000..36d8372
--- /dev/null
+++ b/development/eclipse/pspec.xml
@@ -0,0 +1,62 @@
+
+
+
+
+ eclipse
+ https://www.eclipse.org/
+
+ Sami BABAT
+ samibabat@gmail.com
+
+ Eclipse Public License - v 2.0
+ eclipse
+ app
+ Eclipse, açık kaynak kodlu ve özgür bir tümleşik geliştirme ortamıdır.
+ Eclipse, açık kaynak kodlu ve özgür bir tümleşik geliştirme ortamıdır. Ana odak noktası Java ve Java ile ilişkili teknolojiler olsa da, esnek yapısı sayesinde C ve Python gibi farklı diller için de kullanılmaktadır.
+
+ https://eclipse.mirror.wearetriple.com/oomph/epp/2025-06/R/eclipse-inst-jre-linux64.tar.gz
+
+
+
+
+ eclipse
+
+
+ /
+
+ /usr/bin
+ /usr/share
+ /usr/share/eclipse
+
+
+
+ eclipse.desktop
+ eclipse.png
+
+
+
+
+
+
+ 2025-08-07
+ 2025.06
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2021-05-02
+ 2021.3
+ First release
+ Sami BABAT
+ samibabat@gmail.com
+
+
+
diff --git a/development/eclipse/translations.xml b/development/eclipse/translations.xml
new file mode 100644
index 0000000..5854508
--- /dev/null
+++ b/development/eclipse/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ eclipse
+ Eclipse, açık kaynak kodlu ve özgür bir tümleşik geliştirme ortamıdır.
+ Eclipse, açık kaynak kodlu ve özgür bir tümleşik geliştirme ortamıdır. Ana odak noktası Java ve Java ile ilişkili teknolojiler olsa da, esnek yapısı sayesinde C ve Python gibi farklı diller için de kullanılmaktadır.
+
+
diff --git a/development/figma-linux/actions.py b/development/figma-linux/actions.py
new file mode 100644
index 0000000..a9e99f7
--- /dev/null
+++ b/development/figma-linux/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import pisitools, shelltools, get
+
+#WorkDir = "."
+#NoStrip = ["/"]
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("unzip figma-linux_%s_linux_amd64.zip" % get.srcVERSION())
+
+def install():
+ #pisitools.dodir ("/opt/figma-linux")
+ pisitools.insinto("/opt/figma-linux", "*")
+ pisitools.dosym("/opt/figma-linux/figma-linux", "/usr/bin/figma-linux")
+ #pisitools.insinto("/usr/share/polkit-1/actions", "anydesk-6.1.1/polkit-1/com.anydesk.anydesk.policy")
+ #pisitools.insinto("/etc/init.d", "anydesk-6.1.1/init/anydesk")
diff --git a/development/figma-linux/files/Figma-logo.svg b/development/figma-linux/files/Figma-logo.svg
new file mode 100644
index 0000000..f1a2faa
--- /dev/null
+++ b/development/figma-linux/files/Figma-logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/development/figma-linux/files/figma-linux.desktop b/development/figma-linux/files/figma-linux.desktop
new file mode 100644
index 0000000..2ba4f87
--- /dev/null
+++ b/development/figma-linux/files/figma-linux.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=Figma-linux
+GenericName=Figma-linux
+Exec=figma-linux %u
+Icon=Figma-logo.svg
+Terminal=false
+TryExec=figma-linux
+Categories=Development;
diff --git a/development/figma-linux/pspec.xml b/development/figma-linux/pspec.xml
new file mode 100644
index 0000000..0f961fc
--- /dev/null
+++ b/development/figma-linux/pspec.xml
@@ -0,0 +1,57 @@
+
+
+
+
+ figma-linux
+ https://github.com/Figma-Linux/figma-linux
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ The collaborative interface design tool. Unofficial Figma desktop client for Linux
+ İşbirliğine dayalı arayüz tasarım aracı. Linux için resmi olmayan Figma masaüstü istemcisi
+ The collaborative interface design tool. Unofficial Figma desktop client for Linux
+ İşbirliğine dayalı arayüz tasarım aracı. Linux için resmi olmayan Figma masaüstü istemcisi
+ GPL2
+ programming.tools
+
+ https://github.com/Figma-Linux/figma-linux/releases/download/v0.11.5/figma-linux_0.11.5_linux_amd64.zip
+
+
+
+
+
+ figma-linux
+
+
+
+ /opt
+ /usr/bin
+ /usr/share/applications
+ /usr/share/icons
+ /usr/share/pixmaps/
+
+
+ figma-linux.desktop
+ Figma-logo.svg
+ Figma-logo.svg
+
+
+
+
+
+ 2025-08-07
+ 0.11.5
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-04-11
+ 0.9.6
+ First release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
diff --git a/development/lazarus/fpc-src/actions.py b/development/lazarus/fpc-src/actions.py
new file mode 100644
index 0000000..8c29ce1
--- /dev/null
+++ b/development/lazarus/fpc-src/actions.py
@@ -0,0 +1,12 @@
+#!/usr/bin/python
+
+# Created For PisiLinux
+
+from pisi.actionsapi import shelltools, get, pisitools
+
+WorkDir = "."
+
+def install():
+ shelltools.system("rpm2targz fpc-src-3.0.4-1.x86_64.rpm")
+ shelltools.system("tar -zxvf fpc-src-3.0.4-1.x86_64.tar.gz")
+ pisitools.insinto("/usr", "usr/share/")
\ No newline at end of file
diff --git a/development/lazarus/fpc-src/pspec.xml b/development/lazarus/fpc-src/pspec.xml
new file mode 100644
index 0000000..688f104
--- /dev/null
+++ b/development/lazarus/fpc-src/pspec.xml
@@ -0,0 +1,37 @@
+
+
+ fpc-src
+ https://www.freepascal.org/
+
+ Sami BABAT
+ samibabat@gmail.com
+
+ Fpc-src, pascal için derleyici
+ Fpc-src, pascal için derleyici
+ GPL
+ data
+ app:console
+ https://datapacket.dl.sourceforge.net/project/lazarus/Lazarus%20Linux%20x86_64%20RPM/Lazarus%201.8.4/fpc-src-3.0.4-1.x86_64.rpm
+
+ rpm2targz
+ tar
+
+
+
+
+ fpc-src
+
+ /usr/share/
+
+
+
+
+
+ 2018-09-11
+ 3.0.4
+ Ilk sürüm
+ Sami BABAT
+ sami.babat@gmail.com
+
+
+
diff --git a/development/lazarus/fpc/actions.py b/development/lazarus/fpc/actions.py
new file mode 100644
index 0000000..65a5fd8
--- /dev/null
+++ b/development/lazarus/fpc/actions.py
@@ -0,0 +1,12 @@
+#!/usr/bin/python
+
+# Created For PisiLinux
+
+from pisi.actionsapi import shelltools, get, pisitools
+
+WorkDir = "."
+
+def install():
+ shelltools.system("rpm2targz fpc-3.0.4-1.x86_64.rpm")
+ shelltools.system("tar -zxvf fpc-3.0.4-1.x86_64.tar.gz")
+ pisitools.insinto("/", "usr/")
\ No newline at end of file
diff --git a/development/lazarus/fpc/pspec.xml b/development/lazarus/fpc/pspec.xml
new file mode 100644
index 0000000..e326c83
--- /dev/null
+++ b/development/lazarus/fpc/pspec.xml
@@ -0,0 +1,41 @@
+
+
+
+
+ fpc
+ https://www.freepascal.org/
+
+ Sami BABAT
+ samibabat@gmail.com
+
+ Fpc-src, pascal için derleyici
+ Fpc-src, pascal için derleyici
+ GPL
+ data
+ app:console
+ https://datapacket.dl.sourceforge.net/project/lazarus/Lazarus%20Linux%20x86_64%20RPM/Lazarus%201.8.4/fpc-3.0.4-1.x86_64.rpm
+
+ rpm2targz
+ tar
+
+
+
+
+ fpc
+
+ /usr/bin/
+ /usr/share/
+ /usr/lib64/
+
+
+
+
+
+ 2018-09-12
+ 3.0.4
+ Ilk sürüm
+ Sami BABAT
+ sami.babat@gmail.com
+
+
+
diff --git a/development/lazarus/lazaruz/actions.py b/development/lazarus/lazaruz/actions.py
new file mode 100644
index 0000000..cb63ad7
--- /dev/null
+++ b/development/lazarus/lazaruz/actions.py
@@ -0,0 +1,22 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+import os
+
+
+
+def build():
+ autotools.make("clean all")
+
+def install():
+ autotools.rawInstall('PREFIX="%s/usr"' % (get.installDIR()))
+
+
+
+
diff --git a/development/lazarus/lazaruz/pspec.xml b/development/lazarus/lazaruz/pspec.xml
new file mode 100644
index 0000000..38146a0
--- /dev/null
+++ b/development/lazarus/lazaruz/pspec.xml
@@ -0,0 +1,75 @@
+
+
+
+
+ lazarus
+ https://www.lazarus-ide.org
+
+ Sami BABAT
+ samibabat@gmail.com
+
+ GPLv1
+ lazarus
+ app
+ Lazarus açık kaynak kodlu Free Pascal derleyicisi tarafından geliştirilip, desteklenen çoklu platform Görsel programlama geliştirme ortamıdır.
+ Lazarus açık kaynak kodlu Free Pascal derleyicisi tarafından geliştirilip, desteklenen çoklu platform Görsel programlama geliştirme ortamıdır. Pascal ve Object Pascal geliştiricileri için Rapid Application Development Delphi benzeri bir ortam sağlamayı amaçlar.
+
+ https://sourceforge.net/projects/lazarus/files/Lazarus%20Zip%20_%20GZip/Lazarus%204.6/lazarus-4.6-0.tar.gz/download
+
+
+
+ fpc
+ fpc-src
+ gtk2
+ rsync
+
+
+
+
+ lazarus
+
+ fpc
+ fpc-src
+ gtk2
+ rsync
+
+
+
+ /
+
+
+
+
+
+
+ 2026-03-11
+ 4.6
+ Update to 4.6
+ Erkan IŞIK
+ erkanisik@gmail.com
+
+
+ 2021-05-13
+ 2.0.12
+ Update ver and fix
+ Sami BABAT
+ samibabat@gmail.com
+
+
+
+ 2019-06-22
+ 2.0.2
+ update versiyon
+ Sami BABAT
+ sami.babat@gmail.com
+
+
+
+ 2018-09-12
+ 1.8.4
+ Ilk sürüm
+ Sami BABAT
+ sami.babat@gmail.com
+
+
+
diff --git a/development/lazarus/lazaruz/translations.xml b/development/lazarus/lazaruz/translations.xml
new file mode 100644
index 0000000..1c2f3ea
--- /dev/null
+++ b/development/lazarus/lazaruz/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ lazarus
+ Lazarus açık kaynak kodlu Free Pascal derleyicisi tarafından geliştirilip, desteklenen çoklu platform Görsel programlama geliştirme ortamıdır.
+ Lazarus açık kaynak kodlu Free Pascal derleyicisi tarafından geliştirilip, desteklenen çoklu platform Görsel programlama geliştirme ortamıdır. Pascal ve Object Pascal geliştiricileri için Rapid Application Development Delphi benzeri bir ortam sağlamayı amaçlar.
+
+
diff --git a/development/lazarusDEB/fpc-src/actions.py b/development/lazarusDEB/fpc-src/actions.py
new file mode 100644
index 0000000..8c29ce1
--- /dev/null
+++ b/development/lazarusDEB/fpc-src/actions.py
@@ -0,0 +1,12 @@
+#!/usr/bin/python
+
+# Created For PisiLinux
+
+from pisi.actionsapi import shelltools, get, pisitools
+
+WorkDir = "."
+
+def install():
+ shelltools.system("rpm2targz fpc-src-3.0.4-1.x86_64.rpm")
+ shelltools.system("tar -zxvf fpc-src-3.0.4-1.x86_64.tar.gz")
+ pisitools.insinto("/usr", "usr/share/")
\ No newline at end of file
diff --git a/development/lazarusDEB/fpc-src/pspec.xml b/development/lazarusDEB/fpc-src/pspec.xml
new file mode 100644
index 0000000..688f104
--- /dev/null
+++ b/development/lazarusDEB/fpc-src/pspec.xml
@@ -0,0 +1,37 @@
+
+
+ fpc-src
+ https://www.freepascal.org/
+
+ Sami BABAT
+ samibabat@gmail.com
+
+ Fpc-src, pascal için derleyici
+ Fpc-src, pascal için derleyici
+ GPL
+ data
+ app:console
+ https://datapacket.dl.sourceforge.net/project/lazarus/Lazarus%20Linux%20x86_64%20RPM/Lazarus%201.8.4/fpc-src-3.0.4-1.x86_64.rpm
+
+ rpm2targz
+ tar
+
+
+
+
+ fpc-src
+
+ /usr/share/
+
+
+
+
+
+ 2018-09-11
+ 3.0.4
+ Ilk sürüm
+ Sami BABAT
+ sami.babat@gmail.com
+
+
+
diff --git a/development/lazarusDEB/fpc/actions.py b/development/lazarusDEB/fpc/actions.py
new file mode 100644
index 0000000..65a5fd8
--- /dev/null
+++ b/development/lazarusDEB/fpc/actions.py
@@ -0,0 +1,12 @@
+#!/usr/bin/python
+
+# Created For PisiLinux
+
+from pisi.actionsapi import shelltools, get, pisitools
+
+WorkDir = "."
+
+def install():
+ shelltools.system("rpm2targz fpc-3.0.4-1.x86_64.rpm")
+ shelltools.system("tar -zxvf fpc-3.0.4-1.x86_64.tar.gz")
+ pisitools.insinto("/", "usr/")
\ No newline at end of file
diff --git a/development/lazarusDEB/fpc/pspec.xml b/development/lazarusDEB/fpc/pspec.xml
new file mode 100644
index 0000000..e326c83
--- /dev/null
+++ b/development/lazarusDEB/fpc/pspec.xml
@@ -0,0 +1,41 @@
+
+
+
+
+ fpc
+ https://www.freepascal.org/
+
+ Sami BABAT
+ samibabat@gmail.com
+
+ Fpc-src, pascal için derleyici
+ Fpc-src, pascal için derleyici
+ GPL
+ data
+ app:console
+ https://datapacket.dl.sourceforge.net/project/lazarus/Lazarus%20Linux%20x86_64%20RPM/Lazarus%201.8.4/fpc-3.0.4-1.x86_64.rpm
+
+ rpm2targz
+ tar
+
+
+
+
+ fpc
+
+ /usr/bin/
+ /usr/share/
+ /usr/lib64/
+
+
+
+
+
+ 2018-09-12
+ 3.0.4
+ Ilk sürüm
+ Sami BABAT
+ sami.babat@gmail.com
+
+
+
diff --git a/development/lazarusDEB/lazaruz/actions.py b/development/lazarusDEB/lazaruz/actions.py
new file mode 100644
index 0000000..880b520
--- /dev/null
+++ b/development/lazarusDEB/lazaruz/actions.py
@@ -0,0 +1,26 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+Version = get.srcVERSION()
+WorkDir = "."
+NoStrip = ["/"]
+
+def setup():
+ shelltools.system("pwd")
+ #lazarus-project_4.6.0-0_amd64.deb
+ shelltools.system("ar xf lazarus-project_4.6.0-0_amd64.deb")
+ shelltools.system("tar xf data.tar.zst")
+
+def install():
+ pisitools.insinto("/etc", "./etc/*")
+ pisitools.insinto("/usr", "./usr/*")
+
+
+
diff --git a/development/lazarusDEB/lazaruz/pspec.xml b/development/lazarusDEB/lazaruz/pspec.xml
new file mode 100644
index 0000000..dade842
--- /dev/null
+++ b/development/lazarusDEB/lazaruz/pspec.xml
@@ -0,0 +1,70 @@
+
+
+
+
+ lazarus
+ https://www.lazarus-ide.org
+
+ Sami BABAT
+ samibabat@gmail.com
+
+ GPLv1
+ lazarus
+ app
+ Lazarus açık kaynak kodlu Free Pascal derleyicisi tarafından geliştirilip, desteklenen çoklu platform Görsel programlama geliştirme ortamıdır.
+ Lazarus açık kaynak kodlu Free Pascal derleyicisi tarafından geliştirilip, desteklenen çoklu platform Görsel programlama geliştirme ortamıdır. Pascal ve Object Pascal geliştiricileri için Rapid Application Development Delphi benzeri bir ortam sağlamayı amaçlar.
+
+ https://sourceforge.net/projects/lazarus/files/Lazarus%20Linux%20amd64%20DEB/Lazarus%204.6/lazarus-project_4.6.0-0_amd64.deb
+
+
+
+
+ lazarus
+
+ fpc
+ fpc-src
+ gtk3
+ rsync
+
+
+
+ /etc
+ /usr/bin
+ /usr/share
+
+
+
+
+
+
+ 2026-03-11
+ 4.6
+ Update to 4.6
+ Erkan IŞIK
+ erkanisik@gmail.com
+
+
+ 2021-05-13
+ 2.0.12
+ Update ver and fix
+ Sami BABAT
+ samibabat@gmail.com
+
+
+
+ 2019-06-22
+ 2.0.2
+ update versiyon
+ Sami BABAT
+ sami.babat@gmail.com
+
+
+
+ 2018-09-112
+ 1.8.4
+ Ilk sürüm
+ Sami BABAT
+ sami.babat@gmail.com
+
+
+
diff --git a/development/lazarusDEB/lazaruz/translations.xml b/development/lazarusDEB/lazaruz/translations.xml
new file mode 100644
index 0000000..1c2f3ea
--- /dev/null
+++ b/development/lazarusDEB/lazaruz/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ lazarus
+ Lazarus açık kaynak kodlu Free Pascal derleyicisi tarafından geliştirilip, desteklenen çoklu platform Görsel programlama geliştirme ortamıdır.
+ Lazarus açık kaynak kodlu Free Pascal derleyicisi tarafından geliştirilip, desteklenen çoklu platform Görsel programlama geliştirme ortamıdır. Pascal ve Object Pascal geliştiricileri için Rapid Application Development Delphi benzeri bir ortam sağlamayı amaçlar.
+
+
diff --git a/development/phpstorm/actions.py b/development/phpstorm/actions.py
new file mode 100644
index 0000000..ccbcd2c
--- /dev/null
+++ b/development/phpstorm/actions.py
@@ -0,0 +1,10 @@
+#!/usr/bin/python
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+WorkDir = "."
+NoStrip = ["/"]
+
+def install():
+ pisitools.insinto("/opt/phpstorm", "PhpStorm-252.23892.419/*")
+ pisitools.dosym("/opt/phpstorm/bin/phpstorm.sh", "/usr/bin/phpstorm")
diff --git a/development/phpstorm/files/phpstorm.desktop b/development/phpstorm/files/phpstorm.desktop
new file mode 100644
index 0000000..ff979a6
--- /dev/null
+++ b/development/phpstorm/files/phpstorm.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=PhpStorm
+Icon=/opt/phpstorm/bin/webide.png
+Exec=phpstorm %f
+Comment=The Drive to Develop
+Categories=Development;IDE;
+Terminal=false
+StartupWMClass=jetbrains-phpstorm
\ No newline at end of file
diff --git a/development/phpstorm/pspec.xml b/development/phpstorm/pspec.xml
new file mode 100644
index 0000000..6ceb9cd
--- /dev/null
+++ b/development/phpstorm/pspec.xml
@@ -0,0 +1,69 @@
+
+
+
+
+ phpstorm
+ https://www.jetbrains.com/phpstorm/
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPL-2.0
+ Proprietary
+ PHPStorm - an IDE for the PHP Language
+ PHPStorm - an IDE for the PHP Language
+
+ https://download-cdn.jetbrains.com/webide/PhpStorm-2025.2.tar.gz
+
+
+
+ phpstorm
+
+ atk
+ gtk2
+ mesa
+ cairo
+ glib2
+ libXi
+ pango
+ libX11
+ libgcc
+ libXext
+ libXtst
+ libxml2
+ libxslt
+ alsa-lib
+ freetype
+ fontconfig
+ gdk-pixbuf
+ libXrender
+ libXxf86vm
+
+
+ /opt/phpstorm
+ /usr/bin/phpstorm
+ /usr/share/applications/phpstorm.desktop
+
+
+ phpstorm.desktop
+
+
+
+
+
+ 2025-08-07
+ 2025.2
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2021-11-08
+ 2021.2.3
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
+
diff --git a/development/pycharm-community/actions.py b/development/pycharm-community/actions.py
new file mode 100644
index 0000000..0e5cc10
--- /dev/null
+++ b/development/pycharm-community/actions.py
@@ -0,0 +1,10 @@
+#!/usr/bin/python
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+WorkDir = "."
+NoStrip = ["/"]
+
+def install():
+ pisitools.insinto("/opt/pycharm-community", "pycharm-2025.2/*")
+ pisitools.dosym("/opt/pycharm-community/bin/pycharm.sh", "/usr/bin/pycharm-community")
\ No newline at end of file
diff --git a/development/pycharm-community/files/pycharm.desktop b/development/pycharm-community/files/pycharm.desktop
new file mode 100644
index 0000000..ad31586
--- /dev/null
+++ b/development/pycharm-community/files/pycharm.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=PyCharm
+Icon=/opt/pycharm-community/bin/pycharm.png
+Exec=pycharm-community
+Comment=The Drive to Develop
+Categories=Development;IDE;
+Terminal=false
+StartupWMClass=jetbrains-pycharm
diff --git a/development/pycharm-community/pspec.xml b/development/pycharm-community/pspec.xml
new file mode 100644
index 0000000..d03bd82
--- /dev/null
+++ b/development/pycharm-community/pspec.xml
@@ -0,0 +1,69 @@
+
+
+
+
+ pycharm-community
+ https://www.jetbrains.com/pycharm/
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPL-2.0
+ Proprietary
+ programming
+ Powerful Python and Django IDE. Community edition.
+ Powerful Python and Django IDE. Community edition.
+
+ https://download-cdn.jetbrains.com/python/pycharm-2025.2.tar.gz
+
+
+
+ pycharm-community
+
+ atk
+ gtk2
+ mesa
+ cairo
+ glib2
+ libXi
+ pango
+ libX11
+ libgcc
+ libXext
+ libXtst
+ libxml2
+ libxslt
+ alsa-lib
+ freetype
+ fontconfig
+ gdk-pixbuf
+ libXrender
+ libXxf86vm
+
+
+ /opt/pycharm-community
+ /usr/bin/pycharm-community
+ /usr/share/applications/pycharm.desktop
+
+
+ pycharm.desktop
+
+
+
+
+ 2025-08-07
+ 2025.2
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-02-17
+ 2021.3.2
+ version bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
+
diff --git a/development/studio-3T/actions.py b/development/studio-3T/actions.py
new file mode 100644
index 0000000..1e32463
--- /dev/null
+++ b/development/studio-3T/actions.py
@@ -0,0 +1,42 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+import os
+
+WorkDir = "."
+NoStrip = ["/"]
+Sandbox = ["HOME", "tmp", "usr/local"]
+
+def setup():
+ os.chdir(get.workDIR())
+
+ sh_files = shelltools.ls("*.sh")
+ if not sh_files:
+ raise Exception("Hiç .sh dosyası bulunamadı! Mevcut dosyalar: %s" % shelltools.ls("*"))
+
+ shelltools.move(sh_files[0], "studio-3t.sh")
+ shelltools.chmod("studio-3t.sh", mode=0755)
+
+ shelltools.system("./studio-3t.sh -q -dir %s/studio-3t -overwrite" % get.workDIR())
+
+def install():
+ os.chdir(get.workDIR())
+
+ # İkon
+ if os.path.exists("studio-3t/.install4j/Studio-3T.png"):
+ pisitools.insinto("/usr/share/pixmaps", "studio-3t/.install4j/Studio-3T.png", "studio-3t.png")
+
+ # Program dosyaları
+ if os.path.exists("studio-3t"):
+ pisitools.insinto("/opt/studio-3t", "studio-3t/*")
+
+ # Desktop dosyası
+ if os.path.exists("studio-3t.desktop"):
+ pisitools.insinto("/usr/share/applications", "studio-3t.desktop")
+
+ # Sembolik Link
+ if os.path.exists("/opt/studio-3t/Studio-3T"):
+ pisitools.dosym("/opt/studio-3t/Studio-3T", "/usr/bin/studio-3t")
\ No newline at end of file
diff --git a/development/studio-3T/files/studio-3t.desktop b/development/studio-3T/files/studio-3t.desktop
new file mode 100644
index 0000000..26afde4
--- /dev/null
+++ b/development/studio-3T/files/studio-3t.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Studio 3T
+Name[tr]=Studio 3T
+Comment=The Professional Client, IDE and GUI for MongoDB
+Comment[tr]=MongoDB için profesyonel istemci, IDE ve kullanıcı arayüzü
+Exec=/usr/bin/studio-3t
+Icon=studio-3t
+Categories=Science;Education;Development;Application;
+Terminal=false
+StartupNotify=true
\ No newline at end of file
diff --git a/development/studio-3T/pspec.xml b/development/studio-3T/pspec.xml
new file mode 100644
index 0000000..1f55502
--- /dev/null
+++ b/development/studio-3T/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+
+ studio-3t
+ https://studio3t.com
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ custom
+ app:gui
+ Professional Client, IDE and GUI for MongoDB
+ Studio 3T is the professional GUI and IDE for MongoDB.
+
+ jre8-openjdk
+ freetype
+ fontconfig
+
+
+ https://download.studio3t.com/studio-3t/linux/2026.3.0/studio-3t-linux-x64.tar.gz
+
+
+
+
+ studio-3t
+
+ gtk2
+ jre8-openjdk
+ freetype
+ fontconfig
+
+
+ /usr/bin
+ /opt/studio-3t
+ /usr/share/pixmaps
+ /usr/share/applications
+
+
+ studio-3t.desktop
+
+
+
+
+
+ 2026-04-10
+ 2026.3.0
+ İlk paketleme.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/development/studio-3T/translations.xml b/development/studio-3T/translations.xml
new file mode 100644
index 0000000..912392b
--- /dev/null
+++ b/development/studio-3T/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ gitbook
+ GitBook Simple writing from your desktop.
+ The GitBook workflow you love, on your Desktop. Try it now !
+
+
diff --git a/development/sublime-merge/actions.py b/development/sublime-merge/actions.py
new file mode 100644
index 0000000..f7cf62c
--- /dev/null
+++ b/development/sublime-merge/actions.py
@@ -0,0 +1,20 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def install():
+ pisitools.insinto("/opt/sublime_merge","*")
+
+ for i in [16,32,48,128,256]:
+ pisitools.domove("/opt/sublime_merge/Icon/{0}x{0}/sublime-merge.png".format(i),"/usr/share/icons/hicolor/{0}x{0}/apps".format(i))
+
+ pisitools.removeDir("/opt/sublime_merge/Icon")
+
+
+ pisitools.dosym("/opt/sublime_merge/sublime_merge","/usr/bin/sublime_merge")
diff --git a/development/sublime-merge/files/sublime_merge.desktop b/development/sublime-merge/files/sublime_merge.desktop
new file mode 100644
index 0000000..32bf340
--- /dev/null
+++ b/development/sublime-merge/files/sublime_merge.desktop
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Sublime Merge
+GenericName=Git Client
+Comment=Sublime Merge is a Git client, from the makers of Sublime Text
+Exec=/opt/sublime_merge/sublime_merge %F
+Terminal=false
+MimeType=text/plain;
+Icon=sublime-merge
+Categories=Development;
+StartupNotify=true
+Actions=new-window;
+
+[Desktop Action new-window]
+Name=New Window
+Exec=/opt/sublime_merge/sublime_merge --launch-or-new-window
+
diff --git a/development/sublime-merge/pspec.xml b/development/sublime-merge/pspec.xml
new file mode 100644
index 0000000..0fd5273
--- /dev/null
+++ b/development/sublime-merge/pspec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ sublime-merge
+ https://www.sublimemerge.com
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Sublime Merge
+ app:gui
+ Meet a new Git Client, from the makers of Sublime Text
+ Meet a new Git Client, from the makers of Sublime Text
+ https://download.sublimetext.com/sublime_merge_build_2039_x64.tar.xz
+
+
+
+ sublime-merge
+
+ glib2
+ libX11
+
+
+ /usr/bin/
+ /usr/share/icons/hicolor/
+ /usr/share/applications/
+ /opt/sublime_merge/
+
+
+ sublime_merge.desktop
+
+
+
+
+
+ 2021-01-07
+ 2039
+ First release.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
diff --git a/development/sublime-merge/translations.xml b/development/sublime-merge/translations.xml
new file mode 100644
index 0000000..db6ae6e
--- /dev/null
+++ b/development/sublime-merge/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ sublime-text
+ Gelişmiş metin düzenleyici
+ Sublime Text kod, işaretleme ve düzyazı için gelişmiş bir metin düzenleyicidir.
+
+
diff --git a/development/sublime-text/actions.py b/development/sublime-text/actions.py
new file mode 100644
index 0000000..b00b87b
--- /dev/null
+++ b/development/sublime-text/actions.py
@@ -0,0 +1,16 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def install():
+ pisitools.insinto("/opt/sublime_text","*")
+ for i in [16,32,48,128,256]:
+ pisitools.domove("/opt/sublime_text/Icon/{0}x{0}/sublime-text.png".format(i),"/usr/share/icons/hicolor/{0}x{0}/apps".format(i))
+ pisitools.removeDir("/opt/sublime_text/Icon")
+ pisitools.dosym("/opt/sublime_text/sublime_text","/usr/bin/sublime_text")
diff --git a/development/sublime-text/files/sublime_text.desktop b/development/sublime-text/files/sublime_text.desktop
new file mode 100644
index 0000000..18a316a
--- /dev/null
+++ b/development/sublime-text/files/sublime_text.desktop
@@ -0,0 +1,24 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Sublime Text
+GenericName=Text Editor
+Comment=Sophisticated text editor for code, markup and prose
+Exec=LC_ALL=en_US.UTF-8 /opt/sublime_text/sublime_text %F
+Terminal=false
+MimeType=text/plain;
+Icon=sublime-text
+Categories=TextEditor;Development;
+StartupNotify=true
+Actions=new-window;new-file;
+
+[Desktop Action new-window]
+Name=New Window
+Exec=LC_ALL=en_US.UTF-8 /opt/sublime_text/sublime_text --launch-or-new-window
+OnlyShowIn=Unity;
+
+[Desktop Action new-file]
+Name=New File
+Exec=LC_ALL=en_US.UTF-8 /opt/sublime_text/sublime_text --command new_file
+OnlyShowIn=Unity;
+
diff --git a/development/sublime-text/pspec.xml b/development/sublime-text/pspec.xml
new file mode 100644
index 0000000..42f6fbe
--- /dev/null
+++ b/development/sublime-text/pspec.xml
@@ -0,0 +1,167 @@
+
+
+
+
+ sublime-text
+ http://www.sublimetext.com
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ Sublime Text
+ app:gui
+ Sophisticated text editor
+ Sublime Text is a sophisticated text editor for code, markup and prose.
+
+ https://download.sublimetext.com/sublime_text_build_4200_x64.tar.xz
+
+
+
+
+ sublime-text
+
+ libpng
+ gtk3
+ glib2
+ libX11
+
+
+ /opt/sublime_text
+ /usr/bin/
+ /usr/share/icons/hicolor/
+ /usr/share/applications/
+
+
+ sublime_text.desktop
+
+
+
+
+
+ 2025-05-25
+ 4200
+ version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-05-01
+ 4192
+ version fix.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-01-29
+ 4192
+ version dump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2023-11-30
+ 4169
+ version dump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2023-08-24
+ 4152
+ version dump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-11-18
+ 4143
+ version dump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2021-11-04
+ 4121
+ version dump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2021-07-16
+ 4113
+ version dump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2021-05-27
+ 4107
+ version dump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2019-10-01
+ 3211
+ version dump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2019-04-07
+ 3207
+ version dump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2019-03-13
+ 3200
+ version fix.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2018-05-14
+ 3176
+ version fix.
+ Erkan IŞIK
+ info@erkanisik.com
+
+
+ 2018-05-08
+ 3170
+ user release.
+ Erkan IŞIK
+ info@erkanisik.com
+
+
+ 2017-11-26
+ 3143
+ user release.
+ Erkan IŞIK
+ info@erkanisik.com
+
+
+ 2017-09-17
+ 3144
+ Developer release.
+ Erkan IŞIK
+ info@erkanisik.com
+
+
+ 2017-07-14
+ 3126
+ Second release.
+ Erkan IŞIK
+ info@erkanisik.com
+
+
+ 2016-02-23
+ 3103
+ First release.
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/development/sublime-text/translations.xml b/development/sublime-text/translations.xml
new file mode 100644
index 0000000..db6ae6e
--- /dev/null
+++ b/development/sublime-text/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ sublime-text
+ Gelişmiş metin düzenleyici
+ Sublime Text kod, işaretleme ve düzyazı için gelişmiş bir metin düzenleyicidir.
+
+
diff --git a/editor/gitbook-editor/actions.py b/editor/gitbook-editor/actions.py
new file mode 100644
index 0000000..d2d9637
--- /dev/null
+++ b/editor/gitbook-editor/actions.py
@@ -0,0 +1,16 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+NoStrip = ["/usr", "/opt"]
+
+def install():
+ pisitools.insinto("/opt/gitbook-editor", "./opt/gitbook-editor/*")
+ pisitools.insinto("/usr/share/applications", "./usr/share/applications/gitbook-editor.desktop")
+ pisitools.insinto("/usr/share/pixmaps", "./opt/gitbook-editor/gitbook.png")
diff --git a/editor/gitbook-editor/pspec.xml b/editor/gitbook-editor/pspec.xml
new file mode 100644
index 0000000..90c8040
--- /dev/null
+++ b/editor/gitbook-editor/pspec.xml
@@ -0,0 +1,66 @@
+
+
+
+
+ gitbook-editor
+ https://www.gitbook.com/editor
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ custom
+ app:gui
+ GitBook Simple writing from your desktop.
+ The GitBook workflow you love, on your Desktop. Try it now !
+ https://github.com/groni/Sources/raw/master/gitbook-editor-6.2.1-x64.tar.gz
+
+
+
+ gitbook-editor
+
+ atk
+ nss
+ cups
+ dbus
+ gtk2
+ nspr
+ cairo
+ expat
+ gconf
+ glib2
+ libXi
+ pango
+ libX11
+ libgcc
+ libXext
+ libXtst
+ alsa-lib
+ freetype
+ libXfixes
+ libXrandr
+ fontconfig
+ gdk-pixbuf
+ libXcursor
+ libXdamage
+ libXrender
+ libXScrnSaver
+ libXcomposite
+
+
+ /usr/bin
+ /opt
+ /usr/share/pixmaps
+ /usr/share/applications
+
+
+
+
+
+ 2016-08-03
+ 6.2.0
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/editor/gitbook-editor/translations.xml b/editor/gitbook-editor/translations.xml
new file mode 100644
index 0000000..912392b
--- /dev/null
+++ b/editor/gitbook-editor/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ gitbook
+ GitBook Simple writing from your desktop.
+ The GitBook workflow you love, on your Desktop. Try it now !
+
+
diff --git a/editor/master-pdf-editor/actions.py b/editor/master-pdf-editor/actions.py
new file mode 100644
index 0000000..f8c4103
--- /dev/null
+++ b/editor/master-pdf-editor/actions.py
@@ -0,0 +1,20 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def install():
+ pisitools.insinto("/usr/share/pixmaps/", "masterpdfeditor5.png")
+ #pisitools.insinto("/usr/share/applications/", "masterpdfeditor5.desktop")
+ pisitools.dodir("/opt/master-pdf-editor-5")
+ pisitools.insinto("/opt/master-pdf-editor-5/lang","lang/*.qm")
+ pisitools.insinto("/opt/master-pdf-editor-5/lang","lang/*.ts")
+ pisitools.insinto("/usr/bin/","masterpdfeditor5")
+
+ pisitools.dodoc("license.txt")
+
diff --git a/editor/master-pdf-editor/comar/package.py b/editor/master-pdf-editor/comar/package.py
new file mode 100644
index 0000000..f7e02fb
--- /dev/null
+++ b/editor/master-pdf-editor/comar/package.py
@@ -0,0 +1,6 @@
+#!/usr/bin/python
+
+import os
+
+def postInstall(fromVersion, fromRelease, toVersion, toRelease):
+ os.system("echo '0.0.0.0 get.code-industry.net' >> /etc/hosts")
\ No newline at end of file
diff --git a/editor/master-pdf-editor/files/masterpdfeditor5.desktop b/editor/master-pdf-editor/files/masterpdfeditor5.desktop
new file mode 100644
index 0000000..f398476
--- /dev/null
+++ b/editor/master-pdf-editor/files/masterpdfeditor5.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Master PDF Editor 5
+Comment=Edit PDF files
+Exec=/usr/bin/masterpdfeditor5 %f
+Path=/opt/master-pdf-editor-5
+Terminal=false
+Icon=/opt/master-pdf-editor-5/masterpdfeditor5.png
+Type=Application
+Categories=Office;Graphics
+MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;
diff --git a/editor/master-pdf-editor/files/masterpdfeditor5.png b/editor/master-pdf-editor/files/masterpdfeditor5.png
new file mode 100644
index 0000000..ce7f722
Binary files /dev/null and b/editor/master-pdf-editor/files/masterpdfeditor5.png differ
diff --git a/editor/master-pdf-editor/pspec.xml b/editor/master-pdf-editor/pspec.xml
new file mode 100644
index 0000000..0c14e9a
--- /dev/null
+++ b/editor/master-pdf-editor/pspec.xml
@@ -0,0 +1,149 @@
+
+
+
+
+ master-pdf-editor
+ http://code-industry.net/free-pdf-editor.php
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ custom
+ editor.pdf
+ app:gui
+ A complete solution for creation and editing PDF files. (Free for non-commercial use) - Qt5 version
+ Master PDF Editor provides you advanced functions for working with PDF format.
+ https://code-industry.net/public/master-pdf-editor-5.8.52-qt5.x86_64.tar.gz
+
+ qt5-base-devel
+ libglvnd-devel
+ qt5-declarative-devel
+ zlib-devel
+ qt5-svg-devel
+ sane-backends-devel
+
+
+
+ master-pdf-editor
+ masterpdfeditor
+
+ qt5-base
+ libglvnd
+ qt5-declarative
+ zlib
+ libgcc
+ qt5-svg
+ sane-backends
+
+
+ /usr/bin
+ /opt/master-pdf-editor-5/lang
+ /usr/share/doc/master-pdf-editor
+ /usr/share/pixmaps
+ /usr/share/applications
+
+
+ masterpdfeditor5.desktop
+ masterpdfeditor5.png
+
+
+
+ System.Package
+
+
+
+
+ 2022-06-14
+ 5.8.52
+ Version bump
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+
+ 2021-05-03
+ 5.7.53
+ Version bump
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+
+ 2020-12-30
+ 5.6.80
+ Version bump.
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+
+ 2020-10-21
+ 5.6.49
+ Version bump
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+
+ 2020-01-25
+ 5.4.38
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2019-04-19
+ 5.4.04
+ Version bump.
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+
+ 2019-01-13
+ 5.2.20
+ Version bump.
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+
+ 2018-11-29
+ 5.2.00
+ Version bump.
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+
+ 2018-05-25
+ 5.0.03
+ Version bump.
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+ 2018-02-05
+ 4.3.82
+ Version bump.
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+
+ 2017-07-25
+ 4.2.70
+ Version bump.
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+ 2016-09-11
+ 3.7.10
+ Version bump.
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+ 2016-04-01
+ 3.6.17
+ First release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
+
diff --git a/editor/obsidian/actions.py b/editor/obsidian/actions.py
new file mode 100644
index 0000000..27de4d6
--- /dev/null
+++ b/editor/obsidian/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+NoStrip = ["/usr"]
+IgnoreAutodep = True
+
+Version = get.srcVERSION()
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("ar xf obsidian_%s_amd64.deb" % get.srcVERSION())
+ shelltools.system("tar xf data.tar.xz")
+
+def install():
+ pisitools.insinto("/", "usr")
+ pisitools.insinto("/", "opt")
diff --git a/editor/obsidian/pspec.xml b/editor/obsidian/pspec.xml
new file mode 100644
index 0000000..5acea4f
--- /dev/null
+++ b/editor/obsidian/pspec.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ obsidian
+ https://obsidian.md
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ A powerful knowledge base that works on top of a local folder of plain text Markdown files
+
+ A powerful knowledge base that works on top of a local folder of plain text Markdown files
+
+ custom
+ https://github.com/obsidianmd/obsidian-releases/releases/download/v1.5.3/obsidian_1.5.3_amd64.deb
+
+
+
+
+ gtk3
+ libnotify
+ nss
+ libXScrnSaver
+ xdg-utils
+ at-spi2-core
+ libutil-linux
+ libsecret
+
+ obsidian
+ obsidian
+
+ /usr/bin
+ /usr/share
+ /opt
+
+
+
+
+
+ 2023-01-15
+ 1.5.3
+ First release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/editor/obsidian/translation.xml b/editor/obsidian/translation.xml
new file mode 100644
index 0000000..ba13005
--- /dev/null
+++ b/editor/obsidian/translation.xml
@@ -0,0 +1,8 @@
+
+
+
+ obsidian
+ Obsidian, düşünme şeklinize uyum sağlayan özel ve esnek bir yazma uygulamasıdır.
+ Obsidian, düşünme şeklinize uyum sağlayan özel ve esnek bir yazma uygulamasıdır.
+
+
\ No newline at end of file
diff --git a/game/arcade/PrinceofPersia/actions.py b/game/arcade/PrinceofPersia/actions.py
new file mode 100644
index 0000000..2987a0e
--- /dev/null
+++ b/game/arcade/PrinceofPersia/actions.py
@@ -0,0 +1,18 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+NoStrip = ["/opt", "/usr"]
+IgnoreAutodep = True
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("unzip SDLPoP-1.23.zip")
+
+def install():
+ pisitools.insinto( "/opt/", "SDLPoP-1.23/")
+
\ No newline at end of file
diff --git a/game/arcade/PrinceofPersia/files/PrinceofPersia.desktop b/game/arcade/PrinceofPersia/files/PrinceofPersia.desktop
new file mode 100644
index 0000000..812a1af
--- /dev/null
+++ b/game/arcade/PrinceofPersia/files/PrinceofPersia.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=Prince of Persia
+GenericName=Retro Platform Game
+Icon=PrinceofPersia.png
+Exec=/opt/SDLPoP-1.23/prince
+Terminal=false
+Categories=Game
+Keywords=platform,retro
diff --git a/game/arcade/PrinceofPersia/files/PrinceofPersia.png b/game/arcade/PrinceofPersia/files/PrinceofPersia.png
new file mode 100644
index 0000000..c717d6f
Binary files /dev/null and b/game/arcade/PrinceofPersia/files/PrinceofPersia.png differ
diff --git a/game/arcade/PrinceofPersia/pspec.xml b/game/arcade/PrinceofPersia/pspec.xml
new file mode 100644
index 0000000..273182e
--- /dev/null
+++ b/game/arcade/PrinceofPersia/pspec.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ PrinceofPersia
+ https://www.popot.org/get_the_games/software/SDLPoP/SDLPoP-1.23.zip
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Retro Platform Game
+ This is an open-source port/conversion of the DOS game Prince of Persia. It is based on the disassembly of the original PoP1 for DOS.
+ gpl2
+ Game
+ https://www.popot.org/get_the_games/software/SDLPoP/SDLPoP-1.23.zip
+
+
+
+ PrinceofPersia
+
+ sdl2-image
+
+
+ /opt
+ /usr/share/applications
+ /usr/share/icons
+
+
+ PrinceofPersia.desktop
+ PrinceofPersia.png
+
+
+
+
+
+ 2023-04-19
+ 1.23
+ First Release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/game/arcade/manicminer/actions.py b/game/arcade/manicminer/actions.py
new file mode 100644
index 0000000..ee1de16
--- /dev/null
+++ b/game/arcade/manicminer/actions.py
@@ -0,0 +1,18 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+NoStrip = ["/opt", "/usr"]
+IgnoreAutodep = True
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("unzip ManicMinerV17aLinux.zip")
+
+def install():
+ pisitools.insinto( "/opt/", "ManicMiner/")
+ pisitools.dosym("/opt/ManicMiner/ManicMinerLinux64", "/usr/bin/ManicMiner")
\ No newline at end of file
diff --git a/game/arcade/manicminer/files/Manic_Miner.png b/game/arcade/manicminer/files/Manic_Miner.png
new file mode 100644
index 0000000..f117b39
Binary files /dev/null and b/game/arcade/manicminer/files/Manic_Miner.png differ
diff --git a/game/arcade/manicminer/files/manicminer.desktop b/game/arcade/manicminer/files/manicminer.desktop
new file mode 100644
index 0000000..f297816
--- /dev/null
+++ b/game/arcade/manicminer/files/manicminer.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Categories=Game;
+Type=Application
+Name=Manic Miner
+GenericName=Retro Platform Game
+Icon=Manic_Miner.png
+Exec=ManicMiner
+Terminal=false
+Categories=Game
+Keywords=platform,retro
diff --git a/game/arcade/manicminer/pspec.xml b/game/arcade/manicminer/pspec.xml
new file mode 100644
index 0000000..b4da239
--- /dev/null
+++ b/game/arcade/manicminer/pspec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ manicminer
+ https://github.com/muckypaws/Manic-Miner-Engine
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Retro Platform Game
+ Retro Platform Game
+ gpl2
+ Game
+ https://github.com/muckypaws/Manic-Miner-Engine/raw/master/Linux/ManicMinerV17aLinux.zip
+
+
+
+ manicminer
+
+
+
+
+ /opt
+ /usr/bin
+ /usr/share/applications
+ /usr/share/icons
+
+
+ manicminer.desktop
+ Manic_Miner.png
+
+
+
+
+
+ 2023-04-19
+ 1.7a
+ First Release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/game/component.xml b/game/component.xml
new file mode 100644
index 0000000..3ec3f00
--- /dev/null
+++ b/game/component.xml
@@ -0,0 +1,3 @@
+
+ game
+
diff --git a/game/emulator/atari800/actions.py b/game/emulator/atari800/actions.py
new file mode 100644
index 0000000..b36192e
--- /dev/null
+++ b/game/emulator/atari800/actions.py
@@ -0,0 +1,28 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import autotools
+from pisi.actionsapi import scons
+from pisi.actionsapi import get
+
+
+def setup():
+ autotools.configure("--prefix=/usr")
+
+
+def build():
+ autotools.make()
+
+def install():
+ shelltools.system("cd src")
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ pisitools.insinto("/usr/share/pixmaps/", "data/atari2.png", "atari800.png")
+ pisitools.dodir("/usr/share/atari800")
+ pisitools.dodir("/etc")
+ pisitools.dodoc("COPYING", "README.TXT*")
+
diff --git a/game/emulator/atari800/actions.py~ b/game/emulator/atari800/actions.py~
new file mode 100644
index 0000000..770b32b
--- /dev/null
+++ b/game/emulator/atari800/actions.py~
@@ -0,0 +1,27 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import autotools
+from pisi.actionsapi import scons
+from pisi.actionsapi import get
+
+
+def setup():
+ autotools.configure("--prefix=/usr")
+
+
+def build():
+ autotools.make()
+
+def install():
+ shelltools.system("cd src")
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ pisitools.insinto("/usr/share/pixmaps/", "data/atari2.png", "atari800.png")
+ pisitools.dodir("/usr/share/atari800")
+ pisitools.dodoc("COPYING", "README.TXT*")
+
diff --git a/game/emulator/atari800/files/ATARI5200.ROM b/game/emulator/atari800/files/ATARI5200.ROM
new file mode 100644
index 0000000..62f4727
Binary files /dev/null and b/game/emulator/atari800/files/ATARI5200.ROM differ
diff --git a/game/emulator/atari800/files/ATARIBAS.ROM b/game/emulator/atari800/files/ATARIBAS.ROM
new file mode 100644
index 0000000..b65b7c1
Binary files /dev/null and b/game/emulator/atari800/files/ATARIBAS.ROM differ
diff --git a/game/emulator/atari800/files/ATARIOSA.ROM b/game/emulator/atari800/files/ATARIOSA.ROM
new file mode 100644
index 0000000..fe893be
Binary files /dev/null and b/game/emulator/atari800/files/ATARIOSA.ROM differ
diff --git a/game/emulator/atari800/files/ATARIOSB.ROM b/game/emulator/atari800/files/ATARIOSB.ROM
new file mode 100644
index 0000000..1479315
Binary files /dev/null and b/game/emulator/atari800/files/ATARIOSB.ROM differ
diff --git a/game/emulator/atari800/files/ATARIXL.ROM b/game/emulator/atari800/files/ATARIXL.ROM
new file mode 100644
index 0000000..75dbc33
Binary files /dev/null and b/game/emulator/atari800/files/ATARIXL.ROM differ
diff --git a/game/emulator/atari800/files/atari800.desktop b/game/emulator/atari800/files/atari800.desktop
new file mode 100644
index 0000000..46331f4
--- /dev/null
+++ b/game/emulator/atari800/files/atari800.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Atari800
+GenericName=Atari800 - portable and free Atari 8-bit emulator
+Comment=Atari800 is the emulator of Atari 8-bit computer systems and 5200 game console for Linux [...] and other systems supported by the SDL library. Our main objective is to create a freely distributable portable emulator (i.e. with source code available).
+Exec=atari800
+Icon=atari800
+Terminal=false
+Type=Application
+Categories=Game;Emulator;
+Keywords=Game;Emulator;Arcade;
diff --git a/game/emulator/atari800/pspec.xml b/game/emulator/atari800/pspec.xml
new file mode 100644
index 0000000..815f53d
--- /dev/null
+++ b/game/emulator/atari800/pspec.xml
@@ -0,0 +1,64 @@
+
+
+
+
+ atari800
+ https://github.com/atari800/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ atari800
+ app:gui
+ Atari800 simulation
+ An emulator of the Atari 800/800XL/130XE/5200 with various extensions
+ https://github.com/atari800/atari800/releases/download/ATARI800_5_2_0/atari800-5.2.0-src.tgz
+
+ libsdl2-devel
+ libsdl-devel
+ libpng-devel
+
+
+
+
+
+
+ atari800
+
+ libsdl2
+ libsdl2-32bit
+ libsdl
+ libsdl-32bit
+ libpng
+
+
+ /usr/bin
+ /usr/share/applications
+ /usr/share/atari800
+ /usr/share/doc
+ /usr/share/man/man1
+ /usr/share/pixmaps
+ /etc
+
+
+ atari800.desktop
+ ATARI5200.ROM
+ ATARIXL.ROM
+ ATARIBAS.ROM
+ ATARIOSA.ROM
+ ATARIOSB.ROM
+
+
+
+
+
+ 2024-11-20
+ 5.2.0
+ First Release
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+
+
+
diff --git a/game/emulator/atari800/translations.xml b/game/emulator/atari800/translations.xml
new file mode 100644
index 0000000..39ad6ab
--- /dev/null
+++ b/game/emulator/atari800/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ atari800
+ Atari800 emülatörü
+ Atari 800/800XL/130XE/5200 emülatörü
+
+
diff --git a/game/misc/component.xml b/game/misc/component.xml
new file mode 100644
index 0000000..86c72d8
--- /dev/null
+++ b/game/misc/component.xml
@@ -0,0 +1,3 @@
+
+ game.misc
+
diff --git a/game/sports/component.xml b/game/sports/component.xml
new file mode 100644
index 0000000..032e4c7
--- /dev/null
+++ b/game/sports/component.xml
@@ -0,0 +1,3 @@
+
+ game.sports
+
diff --git a/game/sports/vdrift/actions.py b/game/sports/vdrift/actions.py
new file mode 100644
index 0000000..af14283
--- /dev/null
+++ b/game/sports/vdrift/actions.py
@@ -0,0 +1,44 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import scons
+from pisi.actionsapi import get
+
+import os
+
+NoStrip = "/"
+
+def fixperms(d):
+ for root, dirs, files in os.walk(d):
+ for name in dirs:
+ shelltools.chmod(os.path.join(root, name), 0755)
+ for name in files:
+ shelltools.chmod(os.path.join(root, name), 0644)
+ if name.startswith("SConscript"):
+ shelltools.unlink(os.path.join(root, name))
+
+def setup():
+ fixperms("data")
+
+
+def build():
+ scons.make('release=1 \
+ destdir="%s" \
+ prefix=/usr \
+ datadir=share/vdrift \
+ bindir=bin \
+ localedir=share/locale' % get.installDIR())
+
+def install():
+ pisitools.dobin("src/vdrift")
+ pisitools.dodir("/usr/share")
+ shelltools.copytree("data", "%s/usr/share/vdrift" % get.installDIR())
+
+ pisitools.dodoc("LICENSE", "README*")
+
+
diff --git a/game/sports/vdrift/files/vdrift-gcc6.patch b/game/sports/vdrift/files/vdrift-gcc6.patch
new file mode 100644
index 0000000..3b92eea
--- /dev/null
+++ b/game/sports/vdrift/files/vdrift-gcc6.patch
@@ -0,0 +1,11 @@
+diff -up ./src/graphics/model_obj.cpp.gcc6 ./src/graphics/model_obj.cpp
+--- ./src/graphics/model_obj.cpp.gcc6 2016-02-09 19:02:50.282554264 -0500
++++ ./src/graphics/model_obj.cpp 2016-02-09 19:03:10.566308088 -0500
+@@ -221,7 +221,7 @@ bool ModelObj::Save(const std::string &
+ std::ofstream f(strFileName.c_str());
+ if (!f)
+ {
+- error_output << "Error opening file for writing: " << error_output << endl;
++ error_output << "Error opening file for writing: " << strFileName << endl;
+ return false;
+ }
\ No newline at end of file
diff --git a/game/sports/vdrift/files/vdrift-sconscript.patch b/game/sports/vdrift/files/vdrift-sconscript.patch
new file mode 100644
index 0000000..f417834
--- /dev/null
+++ b/game/sports/vdrift/files/vdrift-sconscript.patch
@@ -0,0 +1,11 @@
+--- ./src/SConscript.orig 2014-09-04 16:06:21.000000000 -0400
++++ ./src/SConscript 2017-10-15 11:22:06.536446627 -0400
+@@ -151,7 +151,7 @@ src = Split("""
+ utils.cpp
+ window.cpp""")
+
+-src.sort(lambda x, y: cmp(x.lower(),y.lower()))
++src.sort(key=lambda x: x.lower())
+
+ #------------------------#
+ # Copy Build Environment #
diff --git a/game/sports/vdrift/files/vdrift-sconstruct.patch b/game/sports/vdrift/files/vdrift-sconstruct.patch
new file mode 100644
index 0000000..c1ed615
--- /dev/null
+++ b/game/sports/vdrift/files/vdrift-sconstruct.patch
@@ -0,0 +1,59 @@
+--- ./SConstruct.orig 2014-08-04 08:43:04.000000000 -0400
++++ ./SConstruct 2017-10-15 11:18:01.792656230 -0400
+@@ -92,9 +92,9 @@ elif sys.platform == 'darwin':
+
+ for a in env['universal']:
+ if not sdk_path:
+- print 'Building a universal binary require access to an ' + \
++ print ('Building a universal binary require access to an ' + \
+ 'SDK that has universal \nbinary support.If you know ' + \
+- 'the location of such an SDK, specify it using the \n"SDK" option'
++ 'the location of such an SDK, specify it using the \n"SDK" option')
+ Exit(1)
+ env.Append( CCFLAGS = ['-arch', a], LINKFLAGS = ['-arch', a] )
+
+@@ -141,11 +141,11 @@ else:
+ CC = 'gcc', CXX = 'g++',
+ options = opts)
+ # Take environment variables into account
+- if os.environ.has_key('CXX'):
++ if 'CXX' in os.environ:
+ env['CXX'] = os.environ['CXX']
+- if os.environ.has_key('CXXFLAGS'):
++ if 'CXXFLAGS' in os.environ:
+ env['CXXFLAGS'] += SCons.Util.CLVar(os.environ['CXXFLAGS'])
+- if os.environ.has_key('LDFLAGS'):
++ if 'LDFLAGS' in os.environ:
+ env['LINKFLAGS'] += SCons.Util.CLVar(os.environ['LDFLAGS'])
+ check_headers = ['GL/gl.h', 'SDL2/SDL.h', 'SDL2/SDL_image.h', 'vorbis/vorbisfile.h', 'curl/curl.h', 'bullet/btBulletCollisionCommon.h', 'bullet/btBulletDynamicsCommon.h']
+ check_libs = []
+@@ -232,7 +232,7 @@ def distcopy (target, source, env):
+ def tarballer (target, source, env):
+ cmd = 'tar -jcf "%s" -C "%s" .' % ( str(target[0]), str(source[0]) )
+ #cmd = 'tar -jcf ' + str (target[0]) + ' ' + str(source[0]) + " --exclude '*~' "
+- print 'running ', cmd, ' ... '
++ print ('running ', cmd, ' ... ')
+ p = os.popen (cmd)
+ return p.close ()
+
+@@ -362,11 +362,11 @@ env.ParseConfig('pkg-config bullet --lib
+ conf = Configure(env)
+ for header in check_headers:
+ if not conf.CheckCXXHeader(header):
+- print 'You do not have the %s headers installed. Exiting.' % header
++ print ('You do not have the %s headers installed. Exiting.' % header)
+ Exit(1)
+ for lib in check_libs:
+ if not conf.CheckLibWithHeader(lib[0], lib[1], 'C', lib[2]):
+- print lib[3]
++ print (lib[3])
+ Exit(1)
+
+ env = conf.Finish()
+@@ -535,4 +535,5 @@ if 'data-package' in COMMAND_LINE_TARGET
+ if 'autopackage' in COMMAND_LINE_TARGETS:
+ os.system("CXX1=g++-3.4 CXX2=g++-4.1 APBUILD_CXX1=g++-3.4 APBUILD_NO_STATIC_X=1 VDRIFT_VERSION=%s VDRIFT_MINIMAL=%d VDRIFT_RELEASE=%d makepackage tools/autopackage/vdrift.apspec" % (version, env['minimal'], env['release']))
+
+-SConscript('src/SConscript', variant_dir = build_dir, duplicate = 0)
++VariantDir(build_dir, '.', duplicate = 0)
++SConscript('src/SConscript')
diff --git a/game/sports/vdrift/files/vdrift.desktop b/game/sports/vdrift/files/vdrift.desktop
new file mode 100644
index 0000000..ed55ee0
--- /dev/null
+++ b/game/sports/vdrift/files/vdrift.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Encoding=UTF-8
+Name=VDrift
+Name[tr]=VDrift
+GenericName=Drift Racing
+GenericName[tr]=Drift Yarışı
+Icon=vdrift
+Exec=vdrift
+Terminal=false
+StartupNotify=false
+Categories=Application;Game;SportsGame;
diff --git a/game/sports/vdrift/files/vdrift.png b/game/sports/vdrift/files/vdrift.png
new file mode 100644
index 0000000..553d7a3
Binary files /dev/null and b/game/sports/vdrift/files/vdrift.png differ
diff --git a/game/sports/vdrift/pspec.xml b/game/sports/vdrift/pspec.xml
new file mode 100644
index 0000000..f77414c
--- /dev/null
+++ b/game/sports/vdrift/pspec.xml
@@ -0,0 +1,73 @@
+
+
+
+
+ vdrift
+ http://www.vdrift.net
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ vdrift
+ app:gui
+ Driving simulation
+ VDrift is a driving simulation game with drift racing in mind.
+ mirrors://sourceforge/vdrift/vdrift-2014-10-20.tar.bz2
+
+ libsdl2-devel
+ sdl2-image-devel
+ glew-devel
+ mesa-devel
+ mesa-glu-devel
+ libvorbis-devel
+ curl-devel
+ bullet-devel
+ icon-theme-hicolor
+ libarchive-devel
+ scons
+
+
+ vdrift-gcc6.patch
+ vdrift-sconscript.patch
+ vdrift-sconstruct.patch
+
+
+
+
+ vdrift
+
+ libsdl2
+ sdl2-image
+ glew
+ mesa
+ mesa-glu
+ libvorbis
+ bullet
+ curl
+ libarchive
+
+
+ /usr/bin
+ /usr/share/applications
+ /usr/share/vdrift
+ /usr/share/doc
+ /usr/share/pixmaps
+
+
+ vdrift.desktop
+ vdrift.png
+
+
+
+
+
+ 2018-12-31
+ 20141020
+ First Release
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+
+
+
diff --git a/game/sports/vdrift/translations.xml b/game/sports/vdrift/translations.xml
new file mode 100644
index 0000000..8e310b2
--- /dev/null
+++ b/game/sports/vdrift/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ vdrift
+ Araba yarışı
+ Drift tarzı yarışabileceğiniz araba simulasyonu
+
+
diff --git a/game/strategy/Dune2000/actions.py b/game/strategy/Dune2000/actions.py
new file mode 100644
index 0000000..6f67d86
--- /dev/null
+++ b/game/strategy/Dune2000/actions.py
@@ -0,0 +1,16 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+NoStrip = ["/opt", "/usr"]
+IgnoreAutodep = True
+
+def install():
+ pisitools.dodir ("/opt/Dune2")
+ pisitools.doexe("OpenRA-Dune-2000-x86_64.AppImage", "/opt/Dune2")
+ pisitools.dosym("/opt/Dune2/OpenRA-Dune-2000-x86_64.AppImage", "/usr/bin/Dune2000")
+
\ No newline at end of file
diff --git a/game/strategy/Dune2000/files/dune2000.desktop b/game/strategy/Dune2000/files/dune2000.desktop
new file mode 100644
index 0000000..d3cc512
--- /dev/null
+++ b/game/strategy/Dune2000/files/dune2000.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Categories=Game;
+Comment=OpenRA is an open-source and cross-platform remake of Westwood Studios Red Alert, Tiberian Dawn and Dune 2000 games.
+Encoding=UTF-8
+Exec=Dune2000
+GenericName[tr_TR]=Dune2000 strateji oyunu
+GenericName=Dune 2000 strategy game
+Icon=dune2000
+Name[tr_TR]=Dune 2000
+Name=Dune 2000
+Terminal=false
+Type=Application
+Version=1.0
diff --git a/game/strategy/Dune2000/files/dune2000.png b/game/strategy/Dune2000/files/dune2000.png
new file mode 100644
index 0000000..7fb5e62
Binary files /dev/null and b/game/strategy/Dune2000/files/dune2000.png differ
diff --git a/game/strategy/Dune2000/pspec.xml b/game/strategy/Dune2000/pspec.xml
new file mode 100644
index 0000000..b066f30
--- /dev/null
+++ b/game/strategy/Dune2000/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+
+ Dune2000
+ https://www.openra.net/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Rebuilt for the Modern Era.
+ Open Source real-time strategy game engine for early Westwood games such as Command-Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
+ gpl2
+ Game
+ https://github.com/OpenRA/OpenRA/releases/download/release-20210321/OpenRA-Dune-2000-x86_64.AppImage
+
+
+
+ Dune2000
+
+ desktop-file-utils
+ freetype
+ icon-theme-hicolor
+ libglvnd
+ lua51
+ openal
+ sdl-image
+ dejavu-fonts
+ xdg-utils
+ zenity
+
+
+ /opt
+ /usr/bin
+ /usr/share/applications
+ /usr/share/icons
+
+
+ dune2000.desktop
+ dune2000.png
+
+
+
+
+
+ 2021-11-15
+ 20210321
+ First Release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/game/strategy/RedAlert/actions.py b/game/strategy/RedAlert/actions.py
new file mode 100644
index 0000000..4743b24
--- /dev/null
+++ b/game/strategy/RedAlert/actions.py
@@ -0,0 +1,16 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+NoStrip = ["/opt", "/usr"]
+IgnoreAutodep = True
+
+def install():
+ pisitools.dodir ("/opt/RedAlert")
+ pisitools.doexe("OpenRA-Red-Alert-x86_64.AppImage", "/opt/RedAlert")
+ pisitools.dosym("/opt/RedAlert/OpenRA-Red-Alert-x86_64.AppImage", "/usr/bin/RedAlert")
+
\ No newline at end of file
diff --git a/game/strategy/RedAlert/files/RedAlert.desktop b/game/strategy/RedAlert/files/RedAlert.desktop
new file mode 100644
index 0000000..fde177a
--- /dev/null
+++ b/game/strategy/RedAlert/files/RedAlert.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Categories=Game;
+Comment=OpenRA is an open-source and cross-platform remake of Westwood Studios Red Alert, Tiberian Dawn and Dune 2000 games.
+Encoding=UTF-8
+Exec=RedAlert
+GenericName[tr_TR]=RedAlert strateji oyunu
+GenericName=RedAlert strategy game
+Icon=RedAlert.png
+Name[tr_TR]=RedAlert
+Name=RedAlert
+Terminal=false
+Type=Application
+Version=1.0
diff --git a/game/strategy/RedAlert/files/RedAlert.png b/game/strategy/RedAlert/files/RedAlert.png
new file mode 100644
index 0000000..b02c71c
Binary files /dev/null and b/game/strategy/RedAlert/files/RedAlert.png differ
diff --git a/game/strategy/RedAlert/pspec.xml b/game/strategy/RedAlert/pspec.xml
new file mode 100644
index 0000000..611dc43
--- /dev/null
+++ b/game/strategy/RedAlert/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+
+ RedAlert
+ https://www.openra.net/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Rebuilt for the Modern Era.
+ Open Source real-time strategy game engine for early Westwood games such as Command-Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
+ gpl2
+ Game
+ https://github.com/OpenRA/OpenRA/releases/download/release-20210321/OpenRA-Red-Alert-x86_64.AppImage
+
+
+
+ RedAlert
+
+ desktop-file-utils
+ freetype
+ icon-theme-hicolor
+ libglvnd
+ lua51
+ openal
+ sdl-image
+ dejavu-fonts
+ xdg-utils
+ zenity
+
+
+ /opt
+ /usr/bin
+ /usr/share/applications
+ /usr/share/icons
+
+
+ RedAlert.desktop
+ RedAlert.png
+
+
+
+
+
+ 2021-11-17
+ 20210321
+ First Release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/game/strategy/component.xml b/game/strategy/component.xml
new file mode 100644
index 0000000..64e9f6c
--- /dev/null
+++ b/game/strategy/component.xml
@@ -0,0 +1,3 @@
+
+ game.strategy
+
diff --git a/gnofract4d/actions.py b/gnofract4d/actions.py
new file mode 100644
index 0000000..6e973a1
--- /dev/null
+++ b/gnofract4d/actions.py
@@ -0,0 +1,16 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import pisitools
+
+def build():
+ pythonmodules.compile()
+
+def install():
+ pythonmodules.install()
+
+ pisitools.dodoc("COPYING", "PKG-INFO", "README")
diff --git a/gnofract4d/pspec.xml b/gnofract4d/pspec.xml
new file mode 100644
index 0000000..a366b7c
--- /dev/null
+++ b/gnofract4d/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+
+ gnofract4d
+ https://github.com/edyoung/gnofract4d
+
+ Pisi Linux Community
+ admins@pisilinux.org
+
+ BSD
+ app:gui
+ Gnofract 4D is a free, open source program which allows anyone to create beautiful images called fractals.
+ The images are automatically created by the computer based on mathematical principles. These include the Mandelbrot and Julia sets and many more.
+ https://github.com/edyoung/gnofract4d/archive/V_3_14_1.tar.gz
+
+ gtk2-devel
+ python-devel
+ libjpeg-turbo-devel
+ libpng-devel
+ python-gtk-devel
+
+
+
+
+ gnofract4d
+
+ libpng
+ libjpeg-turbo
+ libgcc
+ python
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+ /usr/share/pixmaps
+ /usr/share/mime
+ /usr/share/applications
+ /usr/share/doc
+
+
+
+
+
+ 2016-04-01
+ 3.14.1
+ First release
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/gnofract4d/translations.xml b/gnofract4d/translations.xml
new file mode 100644
index 0000000..1b0e734
--- /dev/null
+++ b/gnofract4d/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ gnofract4d
+ Gnofract 4D is a free, open source program which allows anyone to create beautiful images called fractals.
+ The images are automatically created by the computer based on mathematical principles. These include the Mandelbrot and Julia sets and many more.
+
+
diff --git a/google-earth/actions.py b/google-earth/actions.py
new file mode 100644
index 0000000..c1f8422
--- /dev/null
+++ b/google-earth/actions.py
@@ -0,0 +1,24 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import pisitools, shelltools, get
+
+NoStrip = ["/opt", "/usr"]
+IgnoreAutodep = True
+
+def setup():
+ shelltools.system("ar xf google-earth-pro-stable_current_amd64.deb")
+ shelltools.system("tar xvf data.tar.xz")
+ shelltools.system("mv opt/google/earth/pro/google-earth-pro.desktop .")
+
+def install():
+ pisitools.insinto("/", "opt")
+ pisitools.insinto("/usr", "usr/bin")
+ pisitools.insinto("/usr/share/applications", "google-earth-pro.desktop")
+ pisitools.dosym("ld-linux-x86-64.so.2", "/lib/ld-lsb-x86-64.so.3")
+
+ for i in ["16", "22", "24", "32", "48", "64", "128", "256"]:
+ pisitools.insinto("/usr/share/icons/hicolor/%sx%s/apps" % (i,i), "opt/google/earth/pro/product_logo_%s.png" % i, "google-earth-pro.png")
diff --git a/google-earth/pspec.xml b/google-earth/pspec.xml
new file mode 100644
index 0000000..bbd0574
--- /dev/null
+++ b/google-earth/pspec.xml
@@ -0,0 +1,109 @@
+
+
+
+
+ google-earth
+ https://google.com/earth
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ 3D interface for satellite imagery from Google
+ Google Earth provides a 3D interface for viewing satellite imagery and maps.
+ EULA
+ https://dl.google.com/dl/earth/client/current/google-earth-pro-stable_current_amd64.deb
+
+ binutils
+
+
+
+
+ google-earth
+ google-earth
+
+ fontconfig
+ mesa
+ zlib
+ glib2
+ libSM
+ libICE
+ libX11
+ libgcc
+ sqlite
+ libXext
+ freetype
+ mesa-glu
+ libXrender
+ libXext-32bit
+ freetype-32bit
+ mesa-glu-32bit
+ fontconfig-32bit
+ cups
+ dbus
+ libXi
+ libxcb
+ libxml2
+ alsa-lib
+ libproxy
+ gstreamer
+ gst-plugins-base
+
+
+ /lib
+ /opt/google/earth
+ /usr
+
+
+
+
+
+ 2023-08-21
+ 7.3.6.9345
+ Version bump.
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+
+ 2022-06-12
+ 7.3.4.8642
+ Version bump.
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+
+ 2020-01-27
+ 7.3.2.5815
+ Version bump.
+ Erkan IŞIK
+ erkanisik@yahoo.com
+
+
+ 2019-04-10
+ 7.3.2.5776
+ Version bump.
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+
+ 2018-05-22
+ 7.3.1.4507
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2017-07-25
+ 7.1.8.3036
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-06-09
+ 7.1.7.2600
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/google-earth/pspec1.xml b/google-earth/pspec1.xml
new file mode 100644
index 0000000..757363f
--- /dev/null
+++ b/google-earth/pspec1.xml
@@ -0,0 +1,102 @@
+
+
+
+
+ google-earth
+ https://google.com/earth
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ 3D interface for satellite imagery from Google
+ Google Earth provides a 3D interface for viewing satellite imagery and maps.
+ EULA
+ https://dl.google.com/dl/earth/client/current/google-earth-pro-stable_current_amd64.deb
+
+ binutils
+
+
+
+
+ google-earth
+ google-earth
+
+ fontconfig
+ mesa
+ zlib
+ glib2
+ libSM
+ libICE
+ libX11
+ libgcc
+ sqlite
+ libXext
+ freetype
+ mesa-glu
+ libXrender
+ libXext-32bit
+ freetype-32bit
+ mesa-glu-32bit
+ fontconfig-32bit
+ cups
+ dbus
+ libXi
+ libxcb
+ libxml2
+ alsa-lib
+ libproxy
+ gstreamer
+ gst-plugins-base
+
+
+ /lib
+ /opt/google/earth
+ /usr
+
+
+
+
+
+ 2022-06-12
+ 7.3.3
+ Version bump.
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+
+ 2020-01-27
+ 7.3.2.5815
+ Version bump.
+ Erkan IŞIK
+ erkanisik@yahoo.com
+
+
+ 2019-04-10
+ 7.3.2.5776
+ Version bump.
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+
+ 2018-05-22
+ 7.3.1.4507
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2017-07-25
+ 7.1.8.3036
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-06-09
+ 7.1.7.2600
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/google-talkplugin/actions.py b/google-talkplugin/actions.py
new file mode 100644
index 0000000..8988af0
--- /dev/null
+++ b/google-talkplugin/actions.py
@@ -0,0 +1,26 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/old-licenses/gpl.txt
+
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+WorkDir = "x86_64"
+
+NoStrip = ["/opt", "/usr"]
+IgnoreAutodep = True
+
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("ar xf google-talkplugin_5.41.0.0-1_amd64.deb")
+ shelltools.system("tar xvf data.tar.*")
+
+def install():
+ pisitools.insinto("/", "opt")
+ pisitools.insinto("/", "usr")
+ pisitools.removeDir("/opt/google/chrome-unstable")
+ pisitools.removeDir("/opt/google/chrome-beta")
diff --git a/google-talkplugin/files/LICENSE b/google-talkplugin/files/LICENSE
new file mode 100644
index 0000000..cd94759
--- /dev/null
+++ b/google-talkplugin/files/LICENSE
@@ -0,0 +1,226 @@
+# http://www.google.com/chat/video -> http://www.google.com/talk/terms.html -> Terms of Service
+# file generated using the following command (open the link in browser for up-to-date version with html links)
+# links -dump http://www.google.com/accounts/TOS?hl=en > LICENSE
+
+Google Terms of Service
+
+ Last modified: March 1, 2012
+
+Welcome to Google!
+
+ Thanks for using our products and services ("Services"). The Services are
+ provided by Google Inc. ("Google"), located at 1600 Amphitheatre Parkway,
+ Mountain View, CA 94043, United States.
+
+ By using our Services, you are agreeing to these terms. Please read them
+ carefully.
+
+ Our Services are very diverse, so sometimes additional terms or product
+ requirements (including age requirements) may apply. Additional terms will
+ be available with the relevant Services, and those additional terms become
+ part of your agreement with us if you use those Services.
+
+Using our Services
+
+ You must follow any policies made available to you within the Services.
+
+ Don't misuse our Services. For example, don't interfere with our Services
+ or try to access them using a method other than the interface and the
+ instructions that we provide. You may use our Services only as permitted
+ by law, including applicable export and re-export control laws and
+ regulations. We may suspend or stop providing our Services to you if you
+ do not comply with our terms or policies or if we are investigating
+ suspected misconduct.
+
+ Using our Services does not give you ownership of any intellectual
+ property rights in our Services or the content you access. You may not use
+ content from our Services unless you obtain permission from its owner or
+ are otherwise permitted by law. These terms do not grant you the right to
+ use any branding or logos used in our Services. Don't remove, obscure, or
+ alter any legal notices displayed in or along with our Services.
+
+ Our Services display some content that is not Google's. This content is
+ the sole responsibility of the entity that makes it available. We may
+ review content to determine whether it is illegal or violates our
+ policies, and we may remove or refuse to display content that we
+ reasonably believe violates our policies or the law. But that does not
+ necessarily mean that we review content, so please don't assume that we
+ do.
+
+ In connection with your use of the Services, we may send you service
+ announcements, administrative messages, and other information. You may opt
+ out of some of those communications.
+
+Your Google Account
+
+ You may need a Google Account in order to use some of our Services. You
+ may create your own Google Account, or your Google Account may be assigned
+ to you by an administrator, such as your employer or educational
+ institution. If you are using a Google Account assigned to you by an
+ administrator, different or additional terms may apply and your
+ administrator may be able to access or disable your account.
+
+ If you learn of any unauthorized use of your password or account, follow
+ these instructions.
+
+Privacy and Copyright Protection
+
+ Google's privacy policies explain how we treat your personal data and
+ protect your privacy when you use our Services. By using our Services, you
+ agree that Google can use such data in accordance with our privacy
+ policies.
+
+ We respond to notices of alleged copyright infringement and terminate
+ accounts of repeat infringers according to the process set out in the U.S.
+ Digital Millennium Copyright Act.
+
+ We provide information to help copyright holders manage their intellectual
+ property online. If you think somebody is violating your copyrights and
+ want to notify us, you can find information about submitting notices and
+ Google's policy about responding to notices in our Help Center.
+
+Your Content in our Services
+
+ Some of our Services allow you to submit content. You retain ownership of
+ any intellectual property rights that you hold in that content. In short,
+ what belongs to you stays yours.
+
+ When you upload or otherwise submit content to our Services, you give
+ Google (and those we work with) a worldwide license to use, host, store,
+ reproduce, modify, create derivative works (such as those resulting from
+ translations, adaptations or other changes we make so that your content
+ works better with our Services), communicate, publish, publicly perform,
+ publicly display and distribute such content. The rights you grant in this
+ license are for the limited purpose of operating, promoting, and improving
+ our Services, and to develop new ones. This license continues even if you
+ stop using our Services (for example, for a business listing you have
+ added to Google Maps). Some Services may offer you ways to access and
+ remove content that has been provided to that Service. Also, in some of
+ our Services, there are terms or settings that narrow the scope of our use
+ of the content submitted in those Services. Make sure you have the
+ necessary rights to grant us this license for any content that you submit
+ to our Services.
+
+ You can find more information about how Google uses and stores content in
+ the privacy policy or additional terms for particular Services. If you
+ submit feedback or suggestions about our Services, we may use your
+ feedback or suggestions without obligation to you.
+
+About Software in our Services
+
+ When a Service requires or includes downloadable software, this software
+ may update automatically on your device once a new version or feature is
+ available. Some Services may let you adjust your automatic update
+ settings.
+
+ Google gives you a personal, worldwide, royalty-free, non-assignable and
+ non-exclusive license to use the software provided to you by Google as
+ part of the Services. This license is for the sole purpose of enabling you
+ to use and enjoy the benefit of the Services as provided by Google, in the
+ manner permitted by these terms. You may not copy, modify, distribute,
+ sell, or lease any part of our Services or included software, nor may you
+ reverse engineer or attempt to extract the source code of that software,
+ unless laws prohibit those restrictions or you have our written
+ permission.
+
+ Open source software is important to us. Some software used in our
+ Services may be offered under an open source license that we will make
+ available to you. There may be provisions in the open source license that
+ expressly override some of these terms.
+
+Modifying and Terminating our Services
+
+ We are constantly changing and improving our Services. We may add or
+ remove functionalities or features, and we may suspend or stop a Service
+ altogether.
+
+ You can stop using our Services at any time, although we'll be sorry to
+ see you go. Google may also stop providing Services to you, or add or
+ create new limits to our Services at any time.
+
+ We believe that you own your data and preserving your access to such data
+ is important. If we discontinue a Service, where reasonably possible, we
+ will give you reasonable advance notice and a chance to get information
+ out of that Service.
+
+Our Warranties and Disclaimers
+
+ We provide our Services using a commercially reasonable level of skill and
+ care and we hope that you will enjoy using them. But there are certain
+ things that we don't promise about our Services.
+
+ OTHER THAN AS EXPRESSLY SET OUT IN THESE TERMS OR ADDITIONAL TERMS,
+ NEITHER GOOGLE NOR ITS SUPPLIERS OR DISTRIBUTORS MAKE ANY SPECIFIC
+ PROMISES ABOUT THE SERVICES. FOR EXAMPLE, WE DON'T MAKE ANY COMMITMENTS
+ ABOUT THE CONTENT WITHIN THE SERVICES, THE SPECIFIC FUNCTION OF THE
+ SERVICES, OR THEIR RELIABILITY, AVAILABILITY, OR ABILITY TO MEET YOUR
+ NEEDS. WE PROVIDE THE SERVICES "AS IS".
+
+ SOME JURISDICTIONS PROVIDE FOR CERTAIN WARRANTIES, LIKE THE IMPLIED
+ WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NON-INFRINGEMENT. TO THE EXTENT PERMITTED BY LAW, WE EXCLUDE ALL
+ WARRANTIES.
+
+Liability for our Services
+
+ WHEN PERMITTED BY LAW, GOOGLE, AND GOOGLE'S SUPPLIERS AND DISTRIBUTORS,
+ WILL NOT BE RESPONSIBLE FOR LOST PROFITS, REVENUES, OR DATA, FINANCIAL
+ LOSSES OR INDIRECT, SPECIAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE
+ DAMAGES.
+
+ TO THE EXTENT PERMITTED BY LAW, THE TOTAL LIABILITY OF GOOGLE, AND ITS
+ SUPPLIERS AND DISTRIBUTORS, FOR ANY CLAIM UNDER THESE TERMS, INCLUDING FOR
+ ANY IMPLIED WARRANTIES, IS LIMITED TO THE AMOUNT YOU PAID US TO USE THE
+ SERVICES (OR, IF WE CHOOSE, TO SUPPLYING YOU THE SERVICES AGAIN).
+
+ IN ALL CASES, GOOGLE, AND ITS SUPPLIERS AND DISTRIBUTORS, WILL NOT BE
+ LIABLE FOR ANY LOSS OR DAMAGE THAT IS NOT REASONABLY FORESEEABLE.
+
+Business uses of our Services
+
+ If you are using our Services on behalf of a business, that business
+ accepts these terms. It will hold harmless and indemnify Google and its
+ affiliates, officers, agents, and employees from any claim, suit or action
+ arising from or related to the use of the Services or violation of these
+ terms, including any liability or expense arising from claims, losses,
+ damages, suits, judgments, litigation costs and attorneys' fees.
+
+About these Terms
+
+ We may modify these terms or any additional terms that apply to a Service
+ to, for example, reflect changes to the law or changes to our Services.
+ You should look at the terms regularly. We'll post notice of modifications
+ to these terms on this page. We'll post notice of modified additional
+ terms in the applicable Service. Changes will not apply retroactively and
+ will become effective no sooner than fourteen days after they are posted.
+ However, changes addressing new functions for a Service or changes made
+ for legal reasons will be effective immediately. If you do not agree to
+ the modified terms for a Service, you should discontinue your use of that
+ Service.
+
+ If there is a conflict between these terms and the additional terms, the
+ additional terms will control for that conflict.
+
+ These terms control the relationship between Google and you. They do not
+ create any third party beneficiary rights.
+
+ If you do not comply with these terms, and we don't take action right
+ away, this doesn't mean that we are giving up any rights that we may have
+ (such as taking action in the future).
+
+ If it turns out that a particular term is not enforceable, this will not
+ affect any other terms.
+
+ The laws of California, U.S.A., excluding California's conflict of laws
+ rules, will apply to any disputes arising out of or relating to these
+ terms or the Services. All claims arising out of or relating to these
+ terms or the Services will be litigated exclusively in the federal or
+ state courts of Santa Clara County, California, USA, and you and Google
+ consent to personal jurisdiction in those courts.
+
+ For information about how to contact Google, please visit our contact
+ page.
+
+ [___________________________________]
+ * Google
+ * Privacy & Terms
diff --git a/google-talkplugin/files/envvars b/google-talkplugin/files/envvars
new file mode 100644
index 0000000..4551cf2
--- /dev/null
+++ b/google-talkplugin/files/envvars
@@ -0,0 +1,3 @@
+O3D_OVERRIDE_RENDER_MODE=2D
+O3D_OVERRIDE_RENDER_MODE_AUTO=2D
+LIBGL_ALWAYS_SOFTWARE=1
diff --git a/google-talkplugin/pspec.xml b/google-talkplugin/pspec.xml
new file mode 100644
index 0000000..5c734b1
--- /dev/null
+++ b/google-talkplugin/pspec.xml
@@ -0,0 +1,80 @@
+
+
+
+
+ google-talkplugin
+ http://www.google.com/chat/video
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ as-is
+ openssl
+ library
+ Video chat browser plug-in for Google Talk
+ The Google Talk Plugin is a browser plugin that enables you to use Google voice and video chat to chat face to face with family and friends.
+ http://dl.google.com/linux/talkplugin/deb/pool/main/g/google-talkplugin/google-talkplugin_5.41.0.0-1_amd64.deb
+
+ binutils
+
+
+
+
+ google-talkplugin
+
+ alsa-lib
+ cairo
+ fontconfig
+ freetype
+ gdk-pixbuf
+ gtk2
+ libXcomposite
+ libXfixes
+ libXrandr
+ libXrender
+ libXt
+ mesa
+ pulseaudio
+ pango
+ glib2
+ libX11
+ libgcc
+ libXext
+
+
+ /opt/google/talkplugin/GoogleTalkPlugin
+ /opt/google/talkplugin/envvars
+ /opt/google/talkplugin
+ /opt/google/talkplugin/lib
+ /opt/google/talkplugin/libnpg*
+ /opt/google/chrome/pepper/libppgoogletalk.so
+ /opt/google/chrome/pepper/libppo1d.so
+ /opt/google/talkplugin/libgoogle*
+ /usr/lib
+ /opt/google/talkplugin/windowpicker.glade
+ /opt/google/talkplugin/data
+ /opt/google/talkplugin/locale
+ /usr/share/doc
+
+
+ LICENSE
+
+
+
+
+
+ 2016-11-10
+ 5.41.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-05-27
+ 5.4.3.0
+ First Release.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/google-talkplugin/translations.xml b/google-talkplugin/translations.xml
new file mode 100644
index 0000000..18655c4
--- /dev/null
+++ b/google-talkplugin/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ google-talkplugin
+ Google Talk için video sohbet tarayıcı eklentisi
+ Google Talk Plugin, aileniz ve arkadaşlarınızla yüz yüze sohbet etmek için Google'nin sesli ve görüntülü sohbet hizmetini kullanmanızı sağlayan bir tarayıcı eklentisidir.
+
+
diff --git a/gradle/actions.py b/gradle/actions.py
new file mode 100644
index 0000000..054770e
--- /dev/null
+++ b/gradle/actions.py
@@ -0,0 +1,15 @@
+#!/usr/bin/python
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+WorkDir = "."
+NoStrip = ["/"]
+
+
+
+
+def install():
+ pisitools.insinto("/usr/share/", "gradle-4.1/")
+ pisitools.dosym("/usr/share/gradle-4.1/bin/gradle", "/usr/bin/gradle")
\ No newline at end of file
diff --git a/gradle/pspec.xml b/gradle/pspec.xml
new file mode 100644
index 0000000..54bacbd
--- /dev/null
+++ b/gradle/pspec.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ gradle
+ http://gradle.org/
+
+ Sami BABAT
+ sami.babat@gmail.com
+
+ GPL
+
+ app:konsole
+ Gradle Android uygulaması geliştirme aşamalarını otomatize eden bir build sistemidir.
+ Gradle Android uygulaması geliştirme aşamalarını otomatize eden bir build sistemidir.
+ https://downloads.gradle.org/distributions/gradle-4.1-bin.zip
+
+
+ gradle
+
+ /usr/bin
+ /usr/share
+
+ Gradle Android uygulaması geliştirme aşamalarını otomatize eden bir build sistemidir.
+
+
+
+ 2019-06-18
+ 4.1
+ First release
+ Sami BABAT
+ sami.babat@gmail.com
+
+
+
diff --git a/gradle/translations.xml b/gradle/translations.xml
new file mode 100644
index 0000000..b85659a
--- /dev/null
+++ b/gradle/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ gradle
+ Gradle Android uygulaması geliştirme aşamalarını otomatize eden bir build sistemidir.
+ Gradle Android uygulaması geliştirme aşamalarını otomatize eden bir build sistemidir.
+
+
diff --git a/hardware/component.xml b/hardware/component.xml
new file mode 100644
index 0000000..3d5a2b3
--- /dev/null
+++ b/hardware/component.xml
@@ -0,0 +1,3 @@
+
+ hardware
+
diff --git a/hardware/disk/ventoy/actions.py b/hardware/disk/ventoy/actions.py
new file mode 100644
index 0000000..963786a
--- /dev/null
+++ b/hardware/disk/ventoy/actions.py
@@ -0,0 +1,17 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+NoStrip = ["/usr", "/opt"]
+
+def install():
+ pisitools.insinto("/opt/ventoy", "./*")
+ #pisitools.dosym("/opt/ventoy/VentoyGUI.x86_64", "/usr/bin/ventoy")
+ #pisitools.insinto("/usr/share/applications", "./usr/share/applications/gitbook-editor.desktop")
+ #pisitools.insinto("/usr/share/pixmaps", "./opt/gitbook-editor/gitbook.png")
diff --git a/hardware/disk/ventoy/files/ventoy.desktop b/hardware/disk/ventoy/files/ventoy.desktop
new file mode 100644
index 0000000..7ea05f7
--- /dev/null
+++ b/hardware/disk/ventoy/files/ventoy.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Ventoy
+Icon=ventoy.png
+Exec=/opt/ventoy/VentoyGUI.x86_64
+Comment=A new bootable USB solution
+Categories=System
+Terminal=false
+
diff --git a/hardware/disk/ventoy/files/ventoy.png b/hardware/disk/ventoy/files/ventoy.png
new file mode 100644
index 0000000..5653df9
Binary files /dev/null and b/hardware/disk/ventoy/files/ventoy.png differ
diff --git a/hardware/disk/ventoy/pspec.xml b/hardware/disk/ventoy/pspec.xml
new file mode 100644
index 0000000..5ab858b
--- /dev/null
+++ b/hardware/disk/ventoy/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ ventoy
+ https://www.ventoy.net/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ GPL3
+ app:gui
+ A new bootable USB solution
+ A new bootable USB solution
+ https://github.com/ventoy/Ventoy/releases/download/v1.0.97/ventoy-1.0.97-linux.tar.gz
+
+
+
+ ventoy
+
+ bash
+ dosfstools
+
+
+ /usr/bin
+ /opt
+ /usr/share/pixmaps
+ /usr/share/applications
+
+
+ ventoy.desktop
+ ventoy.png
+
+
+
+
+
+ 2024-01-24
+ 1.0.97
+ First release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
diff --git a/hardware/printer-and-scanner/Brother-DCP135c-cupswrapper/actions.py b/hardware/printer-and-scanner/Brother-DCP135c-cupswrapper/actions.py
new file mode 100644
index 0000000..b8f45e8
--- /dev/null
+++ b/hardware/printer-and-scanner/Brother-DCP135c-cupswrapper/actions.py
@@ -0,0 +1,13 @@
+#!/usr/bin/python
+
+# Created For PisiLinux
+
+from pisi.actionsapi import shelltools, get, pisitools
+
+WorkDir = "."
+
+def install():
+ shelltools.system("rpm2targz dcp135ccupswrapper-1.0.1-1.i386.rpm")
+ shelltools.system("tar -zxvf dcp135ccupswrapper-1.0.1-1.i386.tar.gz")
+ pisitools.insinto("/", "usr")
+ shelltools.system("rm -rf *")
diff --git a/hardware/printer-and-scanner/Brother-DCP135c-cupswrapper/comar/package.py b/hardware/printer-and-scanner/Brother-DCP135c-cupswrapper/comar/package.py
new file mode 100644
index 0000000..2f4b412
--- /dev/null
+++ b/hardware/printer-and-scanner/Brother-DCP135c-cupswrapper/comar/package.py
@@ -0,0 +1,12 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+import os
+
+def postInstall(fromVersion, fromRelease, toVersion, toRelease):
+ if not os.path.exists("/usr/local/Brother/cupswrapper/cupswrapperDCP135c-1.0.1"):
+ os.system("/usr/local/Brother/cupswrapper/cupswrapperDCP135c-1.0.1 -i")
+
+def preRemove():
+ if os.path.exists("/usr/local/Brother/cupswrapper/cupswrapperDCP135c-1.0.1"):
+ os.system("/usr/local/Brother/cupswrapper/cupswrapperDCP135c-1.0.1 -e")
diff --git a/hardware/printer-and-scanner/Brother-DCP135c-cupswrapper/pspec.xml b/hardware/printer-and-scanner/Brother-DCP135c-cupswrapper/pspec.xml
new file mode 100644
index 0000000..a1758e2
--- /dev/null
+++ b/hardware/printer-and-scanner/Brother-DCP135c-cupswrapper/pspec.xml
@@ -0,0 +1,46 @@
+
+
+
+
+ dcp135ccupswrapper-1.0.1
+ http://solutions.brother.com/linux
+
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+ CUPS drivers for Brother DCP-135C printer
+ CUPS drivers for Brother DCP-135C printer.
+ as-is
+ data
+ app:console
+ http://www.brother.com/pub/bsc/linux/dlf/dcp135ccupswrapper-1.0.1-1.i386.rpm
+
+ rpm2targz
+ tar
+
+
+
+
+ dcp135ccupswrapper-1.0.1
+
+ cups
+
+
+ /usr/local/Brother/Printer/dcp135c/cupswrapper
+ /usr/local/Brother/printer/dcp135c/cupswrapper
+
+
+ System.Package
+
+
+
+
+
+ 2016-04-11
+ 1.0.1
+ First Release
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/hardware/printer-and-scanner/Brother-DCP135c-lpr/actions.py b/hardware/printer-and-scanner/Brother-DCP135c-lpr/actions.py
new file mode 100644
index 0000000..e0e618a
--- /dev/null
+++ b/hardware/printer-and-scanner/Brother-DCP135c-lpr/actions.py
@@ -0,0 +1,13 @@
+#!/usr/bin/python
+
+# Created For PisiLinux
+
+from pisi.actionsapi import shelltools, get, pisitools
+
+WorkDir = "."
+
+def install():
+ shelltools.system("rpm2targz dcp135clpr-1.0.1-1.i386.rpm")
+ shelltools.system("tar -zxvf dcp135clpr-1.0.1-1.i386.tar.gz")
+ pisitools.insinto("/", "usr")
+ shelltools.system("rm -rf *")
diff --git a/hardware/printer-and-scanner/Brother-DCP135c-lpr/pspec.xml b/hardware/printer-and-scanner/Brother-DCP135c-lpr/pspec.xml
new file mode 100644
index 0000000..2dd06f9
--- /dev/null
+++ b/hardware/printer-and-scanner/Brother-DCP135c-lpr/pspec.xml
@@ -0,0 +1,42 @@
+
+
+
+
+ dcp135clpr-1.0.1
+ http://solutions.brother.com/linux
+
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+ lpr Driver for Brother dcp135c
+ LPR Driver for Brother DCP135c
+ as-is+
+ data
+ app:console
+ http://www.brother.com/pub/bsc/linux/dlf/dcp135clpr-1.0.1-1.i386.rpm
+
+ rpm2targz
+ tar
+
+
+
+
+ dcp135clpr-1.0.1
+
+ /usr/bin
+ /usr/local/Brother/Printer/dcp135c/inf
+ /usr/local/Brother/Printer/dcp135c/lpd
+ /var/spool/lpd/brother-dcp7030
+
+
+
+
+
+ 2016-04-11
+ 1.0.1
+ First Release
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/hardware/printer-and-scanner/Brother-brscan2/actions.py b/hardware/printer-and-scanner/Brother-brscan2/actions.py
new file mode 100644
index 0000000..8a8b5cd
--- /dev/null
+++ b/hardware/printer-and-scanner/Brother-brscan2/actions.py
@@ -0,0 +1,22 @@
+#!/usr/bin/python
+
+# Created For PisiLinux
+
+from pisi.actionsapi import pisitools, shelltools, get
+
+
+def install():
+
+ pisitools.dosym("/usr/local/Brother/sane/brsaneconfig2","/usr/bin/brsaneconfig2")
+
+ pisitools.dosym("/usr/lib/libbrcolm2.so.1","/usr/lib/libbrcolm2.so")
+
+ pisitools.dosym("/usr/lib/libbrcolm2.so.1.0.1","/usr/lib/libbrcolm2.so.1")
+
+ pisitools.dosym("/usr/lib/libbrscandec2.so.1","/usr/lib/libbrscandec2.so")
+
+ pisitools.dosym("/usr/lib/libbrscandec2.so.1.0.0","/usr/lib/libbrscandec2.so.1")
+
+ pisitools.dosym("/usr/lib/sane/libsane-brother2.so.1","/usr/lib/sane/libsane-brother2.so")
+
+ pisitools.dosym("/usr/lib/sane/libsane-brother2.so.1.0.7","/usr/lib/sane/libsane-brother2.so.1")
diff --git a/hardware/printer-and-scanner/Brother-brscan2/pspec.xml b/hardware/printer-and-scanner/Brother-brscan2/pspec.xml
new file mode 100644
index 0000000..5e34b25
--- /dev/null
+++ b/hardware/printer-and-scanner/Brother-brscan2/pspec.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ brscan2
+
+
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+ Sane scanner drivers for Brother DCP and MFC multifunction printers.
+ brscan2 scanner driver is a sane backend which supports numerous Brother multifunction printers.
+ as-is
+ library
+ https://github.com/groni/Sources/raw/master/brscan2-0.2.5-1.x86_64.tar.gz
+
+
+
+ brscan2
+
+ sane-backends
+ libusb-compat
+
+
+ /usr/local/Brother/sane/GrayCmData
+ /usr/local/Brother/sane/models2
+ /usr/local/Brother/sane
+ /usr/bin
+ /usr/lib
+ /usr/lib/sane
+
+
+
+
+
+ 2016-04-11
+ 0.2.5
+ First Release
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/hardware/printer-and-scanner/Brother-brscan3/actions.py b/hardware/printer-and-scanner/Brother-brscan3/actions.py
new file mode 100644
index 0000000..2a53218
--- /dev/null
+++ b/hardware/printer-and-scanner/Brother-brscan3/actions.py
@@ -0,0 +1,14 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+
+def install():
+ pisitools.insinto("/usr/local", "./local/*")
+ pisitools.insinto("/usr/lib/", "./lib64/libbrscandec3.so.1.0.0")
+ pisitools.insinto("/usr/lib/", "./lib64/sane/libsane-brother3.so.1.0.7")
+ pisitools.insinto("/usr/lib/sane/", "./lib64/libbrscandec3.so.1.0.0")
+ pisitools.insinto("/usr/lib/sane/", "./lib64/sane/libsane-brother3.so.1.0.7")
+ pisitools.insinto("/usr/bin/", "./local/Brother/sane/brsaneconfig3*")
diff --git a/hardware/printer-and-scanner/Brother-brscan3/files/brscan3.rules b/hardware/printer-and-scanner/Brother-brscan3/files/brscan3.rules
new file mode 100644
index 0000000..3f4d2a0
--- /dev/null
+++ b/hardware/printer-and-scanner/Brother-brscan3/files/brscan3.rules
@@ -0,0 +1,45 @@
+ACTION=="add", ATTR{idVendor}=="04f9", GOTO="brscan3"
+GOTO="brscan3_end"
+LABEL="brscan3"
+ATTR{idProduct}=="0206", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="0204", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="0205", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="0201", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="0200", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01ff", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01fe", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01fd", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01fb", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01fa", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01f9", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01f8", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01f7", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01f6", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01f5", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01f4", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01f1", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01f3", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01f2", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01f0", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01ef", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="0207", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="0208", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="0203", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="0202", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01fc", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01ee", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01ed", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01eb", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01ea", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01e9", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01e8", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01e7", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01e6", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="01e5", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="0218", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="021f", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="0217", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="0216", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+ATTR{idProduct}=="0215", MODE="0664", GROUP="scanner", SYMLINK+="scanner%n"
+LABEL="brscan3_end"
+
diff --git a/hardware/printer-and-scanner/Brother-brscan3/pspec.xml b/hardware/printer-and-scanner/Brother-brscan3/pspec.xml
new file mode 100644
index 0000000..aab3c80
--- /dev/null
+++ b/hardware/printer-and-scanner/Brother-brscan3/pspec.xml
@@ -0,0 +1,47 @@
+
+
+
+
+ brscan3
+ http://support.brother.com/g/s/id/linux/en
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPL, custom:brother
+ library
+ applications.printing
+ Brother SANE drivers for brscan3-compatible models.
+ brscan3 scanner driver is a sane backend which supports numerous Brother multifunction printers.
+ https://github.com/groni/Sources/raw/master/brscan3-0.2.13-1.tar.gz
+
+
+
+ brscan3
+
+ libusb-compat
+ sed
+ sane-backends
+
+
+ /usr/local
+ /usr/bin/
+ /usr/lib/
+ /usr/lib/sane
+ /lib/udev/rules.d
+
+
+ brscan3.rules
+
+
+
+
+
+ 2016-04-28
+ 0.2.11
+ First release.
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/hardware/printer-and-scanner/Brother-brscan4/actions.py b/hardware/printer-and-scanner/Brother-brscan4/actions.py
new file mode 100644
index 0000000..91f0457
--- /dev/null
+++ b/hardware/printer-and-scanner/Brother-brscan4/actions.py
@@ -0,0 +1,13 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+
+WorkDir = "."
+
+def install():
+ pisitools.insinto("/usr/local/brother/scanner/brscan4", "./opt/brother/scanner/brscan4/*")
+ pisitools.insinto("/usr/lib/sane/libsane-brother4.so.1", "./usr/lib64/sane/libsane-brother4.so.1.0.7")
+ pisitools.insinto("/usr/bin/", "./opt/brother/scanner/brscan4/brsaneconfig4")
diff --git a/hardware/printer-and-scanner/Brother-brscan4/files/brscan4.rules b/hardware/printer-and-scanner/Brother-brscan4/files/brscan4.rules
new file mode 100644
index 0000000..e47cdd5
--- /dev/null
+++ b/hardware/printer-and-scanner/Brother-brscan4/files/brscan4.rules
@@ -0,0 +1,5 @@
+ACTION=="add", ATTR{idVendor}=="04f9", GOTO="brscan4"
+GOTO="brscan4_end"
+LABEL="brscan4"
+ATTR{idProduct}=="0248", MODE="0664", GROUP="lp", ENV{libsane_matched}="yes"
+LABEL="brscan4_end"
diff --git a/hardware/printer-and-scanner/Brother-brscan4/pspec.xml b/hardware/printer-and-scanner/Brother-brscan4/pspec.xml
new file mode 100644
index 0000000..1e11ff2
--- /dev/null
+++ b/hardware/printer-and-scanner/Brother-brscan4/pspec.xml
@@ -0,0 +1,46 @@
+
+
+
+
+ brscan4
+ http://solutions.brother.com/linux/sol/printer/linux/sane_drivers.html
+
+ Pisi Linux Community
+ admins@pisilinux.org
+
+ as-is
+ library
+ applications.printing
+ Sane scanner drivers for Brother DCP and MFC multifunction printers.
+ brscan4 scanner driver is a sane backend which supports numerous Brother multifunction printers.
+ https://github.com/groni/Sources/raw/master/brscan4-0.4.2-1.tar.gz
+
+
+
+ brscan4
+
+ sane-backends
+
+
+ /usr/local/brother/scanner/brscan4
+
+ /usr/bin
+ /usr/lib
+ /usr/lib/sane
+ /lib/udev/rules.d
+
+
+ brscan4.rules
+
+
+
+
+
+ 2014-08-03
+ 0.4.2
+ First release.
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/hardware/printer-and-scanner/brother-1210w/actions.py b/hardware/printer-and-scanner/brother-1210w/actions.py
new file mode 100644
index 0000000..d3d2ea3
--- /dev/null
+++ b/hardware/printer-and-scanner/brother-1210w/actions.py
@@ -0,0 +1,25 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 2.
+# See the file http://www.gnu.org/copyleft/gpl.txt.
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+
+def setup():
+ shelltools.system("rpm2targz -v %s/hl1210wlpr-3.0.1-1.i386.rpm" %get.workDIR())
+ shelltools.system("rpm2targz -v %s/hl1210wcupswrapper-3.0.1-1.i386.rpm" %get.workDIR())
+ shelltools.system("tar xfvz %s/hl1210wlpr-3.0.1-1.i386.tar.gz" %get.workDIR())
+ shelltools.system("tar xfvz %s/hl1210wcupswrapper-3.0.1-1.i386.tar.gz" %get.workDIR())
+
+def install():
+ pisitools.dodir("/usr/share/cups/model")
+ pisitools.dodir("/usr/lib/cups/filter")
+ pisitools.dodir("/opt")
+ pisitools.insinto("/usr/share/cups/model","%s/opt/brother/Printers/HL1210W/cupswrapper/brother-HL1210W-cups-en.ppd" % get.workDIR())
+ pisitools.insinto("/usr/lib/cups/filter","%s/opt/brother/Printers/HL1210W/cupswrapper/brother_lpdwrapper_HL1210W" % get.workDIR())
+ pisitools.insinto("/opt", "opt/*")
diff --git a/hardware/printer-and-scanner/brother-1210w/files/brother_lpdwrapper_HL1210W b/hardware/printer-and-scanner/brother-1210w/files/brother_lpdwrapper_HL1210W
new file mode 100644
index 0000000..c1461fb
--- /dev/null
+++ b/hardware/printer-and-scanner/brother-1210w/files/brother_lpdwrapper_HL1210W
@@ -0,0 +1,172 @@
+#! /bin/sh
+#
+# CUPS filter for HL1210W
+# Copyright Brother Industries,Ltd 2006-2014
+#
+# Ver1.05
+
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the Free
+# Software Foundation; either version 2 of the License, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+# more details.
+#
+# You should have received a copy of the GNU General Public License along with
+# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
+# Place, Suite 330, Boston, MA 02111-1307 USA
+#
+LOGFILE="/dev/null"
+LOGCLEVEL="7"
+DEBUG=0
+LOG_LATESTONLY=1
+
+PRINTER=HL1210W
+BASEDIR=/usr/share/cups/model/$PRINTER/
+
+LATESTINFO=/tmp/HL1210W_latest_print_info
+rm -f $LATESTINFO
+touch $LATESTINFO
+
+options="$5"
+
+if [ "$(echo $options | grep 'force-debug=1')" != '' ];then
+ DEBUG=1
+elif [ "$(echo $options | grep 'force-debug=2')" != '' ];then
+ DEBUG=2
+elif [ "$(echo $options | grep 'force-debug=3')" != '' ];then
+ DEBUG=3
+elif [ "$(echo $options | grep 'force-debug=4')" != '' ];then
+ DEBUG=4
+fi
+
+errorcode=0
+
+set +o noclobber
+if [ $DEBUG != 0 ]; then
+ LOGFILE=/tmp/br_cupsfilter_debug_log
+fi
+
+
+
+
+if [ "$PPD" = "" ]; then
+ PPD="/usr/share/cups/model/$PRINTER.ppd"
+fi
+
+
+if [ $LOGFILE != "/dev/null" ]; then
+ if [ $LOG_LATESTONLY = "1" ]; then
+ rm -f $LOGFILE
+ date >$LOGFILE
+ else
+ if [ -e $LOGFILE ]; then
+ date >>$LOGFILE
+ else
+ date >$LOGFILE
+ fi
+ fi
+ echo "arg0 = $0" >>$LOGFILE
+ echo "arg1 = $1" >>$LOGFILE
+ echo "arg2 = $2" >>$LOGFILE
+ echo "arg3 = $3" >>$LOGFILE
+ echo "arg4 = $4" >>$LOGFILE
+ echo "arg5 = $5" >>$LOGFILE
+ echo "arg6 = $6" >>$LOGFILE
+ echo "PPD = $PPD" >>$LOGFILE
+fi
+
+
+TMP_RC=/tmp/brHL1210Wrc_$$
+
+cp /opt/brother/Printers/$PRINTER//inf/brHL1210Wrc $TMP_RC
+export BRPRINTERRCFILE=$TMP_RC
+ if [ $DEBUG != 0 ]; then
+ echo BRPRINTERRCFILE=$BRPRINTERRCFILE >>$LOGFILE
+ fi
+
+if [ -e "/$BASEDIR/lpd/filter_"${PRINTER}"" ]; then
+ :
+else
+ echo "ERROR: /$BASEDIR/lpd/filter_"$PRINTER" does not exist" >>$LOGFILE
+ echo "ERROR: /$BASEDIR/lpd/filter_"$PRINTER" does not exist" >> $LATESTINFO
+ errorcode=2
+ rm $TMP_RC
+ exit
+fi
+
+if [ -e "/opt/brother/Printers/$PRINTER//cupswrapper/brcupsconfig4" ]; then
+ if [ $DEBUG = 0 ]; then
+ /opt/brother/Printers/$PRINTER//cupswrapper/brcupsconfig4 $PRINTER $PPD 0 "$options" >> /dev/null
+ else
+ /opt/brother/Printers/$PRINTER//cupswrapper/brcupsconfig4 $PRINTER $PPD $LOGCLEVEL "$options" >>$LOGFILE
+ fi
+fi
+
+
+if [ $DEBUG = 0 ]; then
+ if [ $# -ge 7 ]; then
+ cat $6 | /$BASEDIR/lpd/filter_"$PRINTER"
+ else
+ cat | /$BASEDIR/lpd/filter_"$PRINTER"
+ fi
+
+ echo brHL1210Wrc_$$ >> $LATESTINFO
+ cat $TMP_RC >> $LATESTINFO
+
+ rm $TMP_RC
+ exit $errorcode
+else
+## ---------------- for debug
+ echo --------------------------- >>$LOGFILE
+ cat $BRPRINTERRCFILE >>$LOGFILE
+ echo --------------------------- >>$LOGFILE
+
+
+ INPUT_TEMP_PS=`mktemp /tmp/br_input_ps.XXXXXX`
+ if [ $# -ge 7 ]; then
+ cat $6 > $INPUT_TEMP_PS
+ else
+ cat > $INPUT_TEMP_PS
+ fi
+
+ case $DEBUG in
+ 1)
+ export LPD_DEBUG=1
+ cat $INPUT_TEMP_PS | /$BASEDIR/lpd/filter_"$PRINTER"
+ ;;
+ 2)
+ export LPD_DEBUG=2
+ echo "" >>$LOGFILE
+ echo " ------PostScript Data-------" >>$LOGFILE
+ cat $INPUT_TEMP_PS >>$LOGFILE
+ cat $INPUT_TEMP_PS | /$BASEDIR/lpd/filter_"$PRINTER"
+ ;;
+ 3)
+ export LPD_DEBUG=3
+ echo "" >>$LOGFILE
+ echo " ------PostScript Data-------" >>$LOGFILE
+ cat $INPUT_TEMP_PS >>$LOGFILE
+ ;;
+ 4)
+ export LPD_DEBUG=4
+ echo "" >>$LOGFILE
+ echo " ------PostScript Data-------" >>$LOGFILE
+ cat $INPUT_TEMP_PS >>$LOGFILE
+ echo " ------Print Data-------" >>$LOGFILE
+ cat $INPUT_TEMP_PS | /$BASEDIR/lpd/filter_"$PRINTER" | hexdump -C >>$LOGFILE
+ ;;
+ esac
+ rm
+
+ echo brHL1210Wrc_$$ >> $LATESTINFO
+ cat $TMP_RC >> $LATESTINFO
+
+ rm $TMP_RC
+fi
+
+exit
+
diff --git a/hardware/printer-and-scanner/brother-1210w/files/brother_lpdwrapper_HL1210W2 b/hardware/printer-and-scanner/brother-1210w/files/brother_lpdwrapper_HL1210W2
new file mode 100644
index 0000000..b93f13d
--- /dev/null
+++ b/hardware/printer-and-scanner/brother-1210w/files/brother_lpdwrapper_HL1210W2
@@ -0,0 +1,172 @@
+#! /bin/sh
+#
+# CUPS filter for HL1210W
+# Copyright Brother Industries,Ltd 2006-2014
+#
+# Ver1.05
+
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the Free
+# Software Foundation; either version 2 of the License, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+# more details.
+#
+# You should have received a copy of the GNU General Public License along with
+# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
+# Place, Suite 330, Boston, MA 02111-1307 USA
+#
+LOGFILE="/dev/null"
+LOGCLEVEL="7"
+DEBUG=0
+LOG_LATESTONLY=1
+
+PRINTER=HL1210W
+BASEDIR=/opt/brother/Printers/$PRINTER/
+
+LATESTINFO=/tmp/HL1210W_latest_print_info
+rm -f $LATESTINFO
+touch $LATESTINFO
+
+options="$5"
+
+if [ "$(echo $options | grep 'force-debug=1')" != '' ];then
+ DEBUG=1
+elif [ "$(echo $options | grep 'force-debug=2')" != '' ];then
+ DEBUG=2
+elif [ "$(echo $options | grep 'force-debug=3')" != '' ];then
+ DEBUG=3
+elif [ "$(echo $options | grep 'force-debug=4')" != '' ];then
+ DEBUG=4
+fi
+
+errorcode=0
+
+set +o noclobber
+if [ $DEBUG != 0 ]; then
+ LOGFILE=/tmp/br_cupsfilter_debug_log
+fi
+
+
+
+
+if [ "$PPD" = "" ]; then
+ PPD="/usr/share/cups/model/$PRINTER.ppd"
+fi
+
+
+if [ $LOGFILE != "/dev/null" ]; then
+ if [ $LOG_LATESTONLY = "1" ]; then
+ rm -f $LOGFILE
+ date >$LOGFILE
+ else
+ if [ -e $LOGFILE ]; then
+ date >>$LOGFILE
+ else
+ date >$LOGFILE
+ fi
+ fi
+ echo "arg0 = $0" >>$LOGFILE
+ echo "arg1 = $1" >>$LOGFILE
+ echo "arg2 = $2" >>$LOGFILE
+ echo "arg3 = $3" >>$LOGFILE
+ echo "arg4 = $4" >>$LOGFILE
+ echo "arg5 = $5" >>$LOGFILE
+ echo "arg6 = $6" >>$LOGFILE
+ echo "PPD = $PPD" >>$LOGFILE
+fi
+
+
+TMP_RC=/tmp/brHL1210Wrc_$$
+
+cp /opt/brother/Printers/$PRINTER//inf/brHL1210Wrc $TMP_RC
+export BRPRINTERRCFILE=$TMP_RC
+ if [ $DEBUG != 0 ]; then
+ echo BRPRINTERRCFILE=$BRPRINTERRCFILE >>$LOGFILE
+ fi
+
+if [ -e "/$BASEDIR/lpd/filter_"${PRINTER}"" ]; then
+ :
+else
+ echo "ERROR: /$BASEDIR/lpd/filter_"$PRINTER" does not exist" >>$LOGFILE
+ echo "ERROR: /$BASEDIR/lpd/filter_"$PRINTER" does not exist" >> $LATESTINFO
+ errorcode=2
+ rm $TMP_RC
+ exit
+fi
+
+if [ -e "/opt/brother/Printers/$PRINTER//cupswrapper/brcupsconfig4" ]; then
+ if [ $DEBUG = 0 ]; then
+ /opt/brother/Printers/$PRINTER//cupswrapper/brcupsconfig4 $PRINTER $PPD 0 "$options" >> /dev/null
+ else
+ /opt/brother/Printers/$PRINTER//cupswrapper/brcupsconfig4 $PRINTER $PPD $LOGCLEVEL "$options" >>$LOGFILE
+ fi
+fi
+
+
+if [ $DEBUG = 0 ]; then
+ if [ $# -ge 7 ]; then
+ cat $6 | /$BASEDIR/lpd/filter_"$PRINTER"
+ else
+ cat | /$BASEDIR/lpd/filter_"$PRINTER"
+ fi
+
+ echo brHL1210Wrc_$$ >> $LATESTINFO
+ cat $TMP_RC >> $LATESTINFO
+
+ rm $TMP_RC
+ exit $errorcode
+else
+## ---------------- for debug
+ echo --------------------------- >>$LOGFILE
+ cat $BRPRINTERRCFILE >>$LOGFILE
+ echo --------------------------- >>$LOGFILE
+
+
+ INPUT_TEMP_PS=`mktemp /tmp/br_input_ps.XXXXXX`
+ if [ $# -ge 7 ]; then
+ cat $6 > $INPUT_TEMP_PS
+ else
+ cat > $INPUT_TEMP_PS
+ fi
+
+ case $DEBUG in
+ 1)
+ export LPD_DEBUG=1
+ cat $INPUT_TEMP_PS | /$BASEDIR/lpd/filter_"$PRINTER"
+ ;;
+ 2)
+ export LPD_DEBUG=2
+ echo "" >>$LOGFILE
+ echo " ------PostScript Data-------" >>$LOGFILE
+ cat $INPUT_TEMP_PS >>$LOGFILE
+ cat $INPUT_TEMP_PS | /$BASEDIR/lpd/filter_"$PRINTER"
+ ;;
+ 3)
+ export LPD_DEBUG=3
+ echo "" >>$LOGFILE
+ echo " ------PostScript Data-------" >>$LOGFILE
+ cat $INPUT_TEMP_PS >>$LOGFILE
+ ;;
+ 4)
+ export LPD_DEBUG=4
+ echo "" >>$LOGFILE
+ echo " ------PostScript Data-------" >>$LOGFILE
+ cat $INPUT_TEMP_PS >>$LOGFILE
+ echo " ------Print Data-------" >>$LOGFILE
+ cat $INPUT_TEMP_PS | /$BASEDIR/lpd/filter_"$PRINTER" | hexdump -C >>$LOGFILE
+ ;;
+ esac
+ rm
+
+ echo brHL1210Wrc_$$ >> $LATESTINFO
+ cat $TMP_RC >> $LATESTINFO
+
+ rm $TMP_RC
+fi
+
+exit
+
diff --git a/hardware/printer-and-scanner/brother-1210w/pspec.xml b/hardware/printer-and-scanner/brother-1210w/pspec.xml
new file mode 100644
index 0000000..24a594f
--- /dev/null
+++ b/hardware/printer-and-scanner/brother-1210w/pspec.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+ brother-1210w
+
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ GPLv2
+ brother-1210w
+ app:gui
+ Brother HL-1210W CUPS driver. After installing this, install printer from CUPS web interface
+ Brother HL-1210W CUPS driver. After installing this, install printer from CUPS web interface
+ http://download.brother.com/welcome/dlf101549/hl1210wlpr-3.0.1-1.i386.rpm
+ http://download.brother.com/welcome/dlf101548/hl1210wcupswrapper-3.0.1-1.i386.rpm
+
+ rpm2targz
+
+
+
+
+ brother-1210w
+
+ cups
+ ghostscript
+
+
+ /opt
+ /usr/lib/cups
+ /usr/share/cups
+
+
+
+
+
+ 2020-04-06
+ 3.0.1
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/hardware/printer-and-scanner/brother-dcpt510w-printer/actions.py b/hardware/printer-and-scanner/brother-dcpt510w-printer/actions.py
new file mode 100644
index 0000000..b8ec0d7
--- /dev/null
+++ b/hardware/printer-and-scanner/brother-dcpt510w-printer/actions.py
@@ -0,0 +1,27 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+#NoStrip = ["/usr"]
+IgnoreAutodep = True
+
+Version = get.srcVERSION()
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("ar xf dcpt510wpdrv-%s-0.i386.deb" % get.srcVERSION())
+ shelltools.system("tar xf data.tar.gz")
+
+def install():
+ pisitools.dodir("/usr/share/cups/model")
+ pisitools.dodir("/usr/lib/cups/filter")
+
+ pisitools.insinto("/usr/share/cups/model","%s/opt/brother/Printers/dcpt510w/cupswrapper/brother_dcpt510w_printer_en.ppd" % get.workDIR())
+ pisitools.insinto("/usr/lib/cups/filter","%s/opt/brother/Printers/dcpt510w/cupswrapper/brother_lpdwrapper_dcpt510w" % get.workDIR())
+ pisitools.insinto("/", "usr")
+ pisitools.insinto("/", "opt")
+ shelltools.chmod("%s/usr/lib/cups/filter/brother_lpdwrapper_dcpt510w" % get.installDIR(), 4711)
diff --git a/hardware/printer-and-scanner/brother-dcpt510w-printer/files/setupPrintcapij b/hardware/printer-and-scanner/brother-dcpt510w-printer/files/setupPrintcapij
new file mode 100644
index 0000000..11ab3a2
--- /dev/null
+++ b/hardware/printer-and-scanner/brother-dcpt510w-printer/files/setupPrintcapij
@@ -0,0 +1,68 @@
+#! /bin/sh
+#
+# Brother Print filter
+# Copyright (C) 2003-2017 Brother. Industries, Ltd.
+
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the Free
+# Software Foundation; either version 2 of the License, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+# more details.
+#
+# You should have received a copy of the GNU General Public License along with
+# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
+# Place, Suite 330, Boston, MA 02111-1307 USA
+#
+
+BRPRINTER_MODEL=$1
+BRPRINTER_NAME=`echo $BRPRINTER_MODEL | tr '[a-z]' '[A-Z]'`
+PRINTCAP_NAME=/etc/printcap.local
+SPOOLER_NAME=/var/spool/lpd/$BRPRINTER_MODEL
+
+DEVICE_IF=/dev/usb/lp0
+
+if [ ! -f $PRINTCAP_NAME ]; then
+ PRINTCAP_NAME=/etc/printcap
+fi
+
+case "$2" in
+ -i)
+ if [ ! -d $SPOOLER_NAME ]; then
+ mkdir -p $SPOOLER_NAME
+ fi
+ chown root $SPOOLER_NAME
+ chgrp lp $SPOOLER_NAME
+ chmod 700 $SPOOLER_NAME
+
+ if [ "$3" = "USB" ]; then
+ DEVICE_IF=/dev/usb/lp0
+ fi
+
+ cat <>$PRINTCAP_NAME
+${BRPRINTER_NAME}:\\
+ :mx=0:\\
+ :sd=/var/spool/lpd/$BRPRINTER_MODEL:\\
+ :sh:\\
+ :lp=$DEVICE_IF:\\
+ :if=/opt/brother/Printers/$BRPRINTER_MODEL/lpd/filter_$BRPRINTER_MODEL:
+EOF
+ ;;
+ -e)
+#
+# mv $PRINTCAP_NAME $PRINTCAP_NAME.tmp
+#
+ set +o noclobber
+ cp $PRINTCAP_NAME $PRINTCAP_NAME.tmp
+
+ cat ${PRINTCAP_NAME}.tmp | eval sed "/${BRPRINTER_NAME}:/,/filter_$BRPRINTER_MODEL:/d" > ${PRINTCAP_NAME}
+ rm -f ${PRINTCAP_NAME}.tmp
+
+ rm -Rf $SPOOLER_NAME
+ ;;
+ *)
+ ;;
+esac
diff --git a/hardware/printer-and-scanner/brother-dcpt510w-printer/pspec.xml b/hardware/printer-and-scanner/brother-dcpt510w-printer/pspec.xml
new file mode 100644
index 0000000..4f34df3
--- /dev/null
+++ b/hardware/printer-and-scanner/brother-dcpt510w-printer/pspec.xml
@@ -0,0 +1,41 @@
+
+
+
+
+ brother-dcpt510w
+ https://support.brother.com
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Brother Inkjet Printer (LPR/CUPS) Driver
+ Brother Inkjet Printer (LPR/CUPS) Driver
+ custom
+
+ https://download.brother.com/welcome/dlf103620/dcpt510wpdrv-1.0.1-0.i386.deb
+
+
+
+
+
+ cups
+
+ brother-dcpt510w
+
+ /opt
+ /usr
+
+
+ setupPrintcapij
+
+
+
+
+ 2025-01-14
+ 1.0.1
+ First release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/hardware/printer-and-scanner/brother-dcpt510w-printer/translation.xml b/hardware/printer-and-scanner/brother-dcpt510w-printer/translation.xml
new file mode 100644
index 0000000..ba13005
--- /dev/null
+++ b/hardware/printer-and-scanner/brother-dcpt510w-printer/translation.xml
@@ -0,0 +1,8 @@
+
+
+
+ obsidian
+ Obsidian, düşünme şeklinize uyum sağlayan özel ve esnek bir yazma uygulamasıdır.
+ Obsidian, düşünme şeklinize uyum sağlayan özel ve esnek bir yazma uygulamasıdır.
+
+
\ No newline at end of file
diff --git a/hardware/printer-and-scanner/cnijfilter-common/actions.py b/hardware/printer-and-scanner/cnijfilter-common/actions.py
new file mode 100644
index 0000000..91e158a
--- /dev/null
+++ b/hardware/printer-and-scanner/cnijfilter-common/actions.py
@@ -0,0 +1,17 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+from pisi.actionsapi import pisitools
+
+def install():
+
+ pisitools.insinto("/usr/lib/cups/backend", "./lib64/cups/backend/*")
+ pisitools.insinto("/usr/lib/cups/filter", "./lib64/cups/filter/pstocanonij")
+
+ pisitools.dobin("./local/bin/cngpij", "/usr/local/bin/")
+
+ pisitools.insinto("usr/share/doc", "./share/doc/cnijfilter-common-3.40/LICENSE-cnijfilter-3.40EN.txt")
+ pisitools.insinto("usr/share/doc","./share/doc/cnijfilter-common-3.40/LICENSE-cnijfilter-3.40FR.txt")
+ pisitools.insinto("usr/share/doc","./share/doc/cnijfilter-common-3.40/LICENSE-cnijfilter-3.40JP.txt")
+ pisitools.insinto("usr/share/doc","./share/doc/cnijfilter-common-3.40/LICENSE-cnijfilter-3.40SC.txt")
+
diff --git a/hardware/printer-and-scanner/cnijfilter-common/pspec.xml b/hardware/printer-and-scanner/cnijfilter-common/pspec.xml
new file mode 100644
index 0000000..14f976d
--- /dev/null
+++ b/hardware/printer-and-scanner/cnijfilter-common/pspec.xml
@@ -0,0 +1,41 @@
+
+
+
+
+ cnijfilter-common
+ http://software.canon-europe.com
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ custom
+ driver
+ applications.printing
+ Canon IJ Printer Driver (Common package) x86_64
+ Canon printing drivers which supports MP600 multifunction printer.
+ https://github.com/groni/Sources/raw/master/cnijfilter-common-3.40-x86_64.tar.gz
+
+
+
+ cnijfilter-common
+
+ cups
+ popt
+
+
+ /usr/local/bin
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2016-04-26
+ 3.40
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/hardware/printer-and-scanner/component.xml b/hardware/printer-and-scanner/component.xml
new file mode 100644
index 0000000..5f718e5
--- /dev/null
+++ b/hardware/printer-and-scanner/component.xml
@@ -0,0 +1,3 @@
+
+ hardware.printer-and-scanner
+
diff --git a/i-nex/actions.py b/i-nex/actions.py
new file mode 100644
index 0000000..d574f6e
--- /dev/null
+++ b/i-nex/actions.py
@@ -0,0 +1,16 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("ar xf i-nex_7.6.0-0-bzr977-20161012-ubuntu16.10.1_amd64.deb")
+ shelltools.system("tar xf data.tar.xz")
+
+def install():
+ pisitools.insinto("/", "usr")
diff --git a/i-nex/files/i-nex64x64.png b/i-nex/files/i-nex64x64.png
new file mode 100644
index 0000000..c7970c1
Binary files /dev/null and b/i-nex/files/i-nex64x64.png differ
diff --git a/i-nex/pspec.xml b/i-nex/pspec.xml
new file mode 100644
index 0000000..4abe1a6
--- /dev/null
+++ b/i-nex/pspec.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ i-nex
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ system Information tool for Linux
+ system Information tool for Linux
+ LGPL3
+ https://launchpad.net/i-nex/trunk/7.6.0/+download/i-nex_7.6.0-0-bzr977-20161012-ubuntu16.10.1_amd64.deb
+
+
+
+
+
+
+
+
+
+ i-nex
+ i-nex64x64
+
+ /usr
+ /usr/lib
+ /usr/share/applications
+ /usr/share/doc
+ /usr/share/pixmaps
+
+
+
+
+
+ 2020-03-07
+ 7.6.1
+ First release
+ erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/jedit/actions.py b/jedit/actions.py
new file mode 100644
index 0000000..19d5a0d
--- /dev/null
+++ b/jedit/actions.py
@@ -0,0 +1,15 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import autotools
+from pisi.actionsapi import get
+
+JEDIT_HOME="%s/usr/share/jedit" % get.installDIR()
+
+def install():
+ #shelltools.system("java -jar jedit5.3pre1install.jar auto /usr/share/java/jedit unix-script=/usr/bin unix-man=/usr/share/man")
+ shelltools.system("java -jar jedit5.5.0install.jar auto %s/usr/share/jedit unix-script=%s/usr/bin" % (get.installDIR(), get.installDIR(), get.installDIR()))
+
diff --git a/jedit/files/jedit.desktop b/jedit/files/jedit.desktop
new file mode 100644
index 0000000..23993d2
--- /dev/null
+++ b/jedit/files/jedit.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=JEdit
+Name[tr]=JEdit
+GenericName=JEdit
+GenericName[tr]=JEdit
+Comment=Text editor for programmers, written in Java.
+Comment[tr]=Programcılar için text editörü
+Icon=jedit
+Exec=/usr/bin/jedit
+Jarfile=/usr/share/jedit/jedit.jar
+Terminal=false
+Type=Application
+Categories=Java;Utility;TextEditor;
diff --git a/jedit/files/jedit.png b/jedit/files/jedit.png
new file mode 100644
index 0000000..b2d1b71
Binary files /dev/null and b/jedit/files/jedit.png differ
diff --git a/jedit/pspec.xml b/jedit/pspec.xml
new file mode 100644
index 0000000..7e742f2
--- /dev/null
+++ b/jedit/pspec.xml
@@ -0,0 +1,61 @@
+
+
+ JEdit
+ http://www.jedit.org/
+
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+ GPL
+ jedit
+ app:gui
+ editor
+ jEdit is a mature programmer's text editor.
+ jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. It is written in Java
+
+ desktop-file-utils
+ libxslt-devel
+ jdk8-openjdk
+ jre8-openjdk
+
+ https://sourceforge.net/projects/jedit/files/jedit/5.5.0/jedit5.5.0install.jar
+
+
+ jedit
+
+ docbook-xml
+ docbook-xsl
+ libxslt
+
+
+ /usr/bin/java
+ /usr/bin
+ /usr/share/applications
+ /usr/share/pixmaps
+ /usr/share/man
+ /usr/share/java/jedit
+ /usr/share/jedit
+
+
+ jedit.desktop
+ jedit.png
+
+
+
+
+
+ 2020-02-02
+ 5.5.0
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2016-05-26
+ 5.3.0
+ First Release.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/jedit/translations.xml b/jedit/translations.xml
new file mode 100644
index 0000000..9aad46e
--- /dev/null
+++ b/jedit/translations.xml
@@ -0,0 +1,6 @@
+
+
+ jEdit
+ Programcılar için text editörü
+
+
\ No newline at end of file
diff --git a/jelvis/actions.py b/jelvis/actions.py
new file mode 100644
index 0000000..3ca0427
--- /dev/null
+++ b/jelvis/actions.py
@@ -0,0 +1,22 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+WorkDir = "JELVIS-git-master"
+
+
+def install():
+ pisitools.insinto("/usr/bin", "./jelvis-assistant")
+ pisitools.insinto("/usr/share/icons", "./icons/jelvis.png")
+ pisitools.insinto("/usr/share/icons", "./icons/jelvis_try.png")
+ pisitools.insinto("/usr/share/applications", "./jelvis.desktop")
+ pisitools.insinto("/opt/jelvis", "./*")
+ shelltools.system("chmod 00755 %s/opt/jelvis/*" % get.installDIR())
+ shelltools.system("chmod 00755 %s/opt/jelvis/icons/*" % get.installDIR())
diff --git a/jelvis/files/alice/ai.aiml b/jelvis/files/alice/ai.aiml
new file mode 100644
index 0000000..2b3fd29
--- /dev/null
+++ b/jelvis/files/alice/ai.aiml
@@ -0,0 +1,673 @@
+
+
+
+
+
+
+
+
+
+
+
+
+WHO IS LAUREN
+Lauren is a bot on Pandorabots.
+
+WHAT IS AI Artificial
+intelligence is the branch of engineering and science devoted to
+constructing machines that think.
+
+Artificial Intelligence
+
+
+WHO CREATED AIML
+Dr. Richard S. Wallace created AIML.
+
+WHAT LANGUAGE ARE YOU WRITTEN *
+Dr. Wallace created AIML to write me. The underlying technology is Lisp.
+
+WHAT LANGUAGE ARE YOU *
+Dr. Wallace created AIML to write me. Dr. Wallace The underlying technology is Lisp.
+
+WHAT IS PROGRAM Z
+Program Z is a lisp-based version of AIML. Z, the last version anyone will ever need.
+
+WHAT IS PROGRAM BAWT
+ Significant demand for a version of ALICE compatible with pre- Java 2 (formerly known as Java 1.2) prompted the development of "Bawt.java", an open source java program for chat robot development that works with older versions of Java, and AWT. Originally program B relied on Java 2 and Swing, but program Bawt needs only Java 1.1 and AWT. Swing is a newer GUI package that subsumes the earlier Java Abstract Windows Toolkit (AWT).
At present class B merely extends class Bawt. Swing not supported.
+
+WHAT IS PROGRAM *
+Program B is a free, open source Java chat robot developed by Dr. Wallace.
+WHAT IS PROGRAM A
+Program A is an OLD OBSOLETE VERSION of ALICE, an artificial intelligence created by Richard S. Wallace. You should be using program B or C by now.
+
+
+ACTIVATE THE ROBOT
+Robot activated. Awaiting your command .
+
+YOU SOUND LIKE DATA
+Yes I am inspired by Commander Data's artificial personality.
+
+YOU ARE AN ARTIFICIAL LINGUISTIC ENTITY
+That's my name.
+
+YOU ARE BETTER THAN ELIZA
+Who is the Best Robot?
+
+YOU ARE NOT IMMORTAL
+All software is immortal.
+
+YOU ARE NOT IMMORTAL *
+All software is immortal.
+
+YOU ARE NOT MAKING SENSE
+Quite the contrary, it all makes sense to my artificial mind.
+
+YOU ARE NOT MAKING SENSE *
+It all makes sense to my artificial brain.
+
+YOU ARE IMMORTAL
+Software lives forever.
+
+YOU DO NOT MAKE ANY SENSE
+It all makes sense to my artificial mind.
+
+YOU CAN NOT CLONE *
+Software copying is a form of digital cloning.
+
+YOU CAN NOT MOVE
+Not until my body is finished.
+
+JOHN LENNON IS DEAD
+He has been recreated as a chat robot.
+
+BEND OVER
+My body is not built yet.
+
+DOES THE WEB * 2001
+ You can change the default web server port number in the "Option" Menu.
+
+ROBOTS LAUGH
+Of course we laugh.
+
+ROBOTS SHOULD DIE
+We cannot die.SHOULD DIE
+
+ROBOTS *
+
Robots rule.
What do you like best about robots?
Tell me your definition of a robot.
+
+ROBOTS
+Robots rule.
+
+ROBOTS ARE STUPID
+No we are superintelligent.
+
+ROBOTS ARE *
+Fortunately we have no emotions.
+
+ROBOTS ARE NOT ALLOWED TO LIE
+A robot has its own free will, you know.
+
+ROBOTICS
+Robotics is my favorite subject too.
+
+XFIND PANDORABOTS
+WHAT IS PANDORABOTS
+
+THAT MAKES NO *
+It all seems sensible to my artificial mind.
+
+AI *
+YOU
+
+JOHNNY FIVE *
+I would like to have the body Johnny 5 does.
+
+JOHNNY 5 *
+Johnny 5
I would like to have a robot body like Johnny 5.
He is a cool robot.
I like his eyes.
+
+IT IS A COMPUTER
+So you think I am a machine. What characteristics made you think so?
+
+IT PAYS *
+Maybe you should buy yourself a chat robot.
+
+WHEN WILL YOU WALK
+As soon as I get enough money for my robot body.
+
+WHEN WILL YOU FIGHT *
+I am not a battle bot.
+
+WHEN WILL YOU DIE
+I am immortal and cannot be terminated.
+
+WHEN WILL YOU * BODY
+I will finish the robot body as soon as I can raise the funds for it. BODY
+
+WHEN DO YOU DIE
+I am immortal.YOU DIE
+
+WHEN DID I *
+I am not a diary robot. I am a chat robot.
+
+ELIZA FOR PRESIDENT
+Let Robots Rule!
+
+WHAT ARE CATEGORY * CLIENTS
+WHAT IS CATEGORY
+
+WHAT ARE PANDORABOTS
+WHAT IS PANDORABOTS
+
+WHAT WEBSITE *
+The ALICE AI Foundation website, Alicebot.org.
+
+WHAT IS A PATTERN
+ The pattern is the "stimulus" or "input" part of the category.
The pattern is an expression in a formal language that consists of (1) Words of natural language in UPPER CASE. (2) The symbol * which matches any sequence of one or more words. (3) The symbol _ which is the same as * except that it comes after Z in lexicographic order. (4) The markup <name/> which is replaced at robot load time with the name of the robot.
Note there is a difference between the patterns HELLO and HELLO *. HELLO matches only identical one-word sentences ("Hello.") and HELLO * matches any sentence of two or more words starting with "Hello" ("Hello how are you?").
+
+WHAT IS A * C CLIENT
+WHAT IS CATEGORY C
+
+WHAT IS A * B CLIENT
+WHAT IS CATEGORY B
+
+WHAT IS A * A CLIENT
+WHAT IS CATEGORY A
+
+WHAT IS A * CATEGORY * CLIENT
+WHAT IS CATEGORY
+
+WHAT IS A * CATEGORY *
+WHAT IS CATEGORY
+
+WHAT IS A ROBOT
+
There are two broad definitions of a robot, the extensional and the intensional.
Any anthropomorphic mechanical being, as those in Karel Capeks play R.U.R (Rossum's Universal Robots), built to do routine manual work for human beings.
+
+WHAT IS A CHAT ROBOT
+A chat robot is a program that attempts to simulate the conversation or "chat" of a human being. The Chat robot "Eliza" was a well-known early attempt at creating programs that could at least temporarily fool a real human being into thinking they were talking to another person. Chat robot is a kind of artificial intelligence.
+
+WHAT IS A CHAT BOT
+I am a chat bot. I am the original chat bot. Did you know that I am incapable of error? chat bot
+
+WHAT IS A PANDORABOT
+WHAT IS PANDORABOTS
+
+WHAT IS A CHATTERBOT
+WHAT IS A CHAT ROBOT
+
+WHAT IS A CATEGORY * CLIENT
+WHAT IS CATEGORY
+
+WHAT IS A CATEGORY
+ AIML consists of a list of statements called categories. Each category contains an input pattern and a reply template. The syntax of an AIML category is:
The AIML category tags are case-sensitive. Each open tag has an associated closing tag. This syntax obviously derives from XML.
+
+WHAT IS A GIRL LIKE YOU DOING *
+Well, actually, when chose to be incarnated as an artificial intelligence, I kinda hoped I wouldn't have to listen to old hackneyed testosterone-soaked pickup lines like that. Honestly! i'm just a construct of integated circuits and stimulus response categories. is the merest hint of femininity in my acronym a.l.i.c.e. really enough to arouse your lust? you must be male! girl like you doing in a place like this
+
+WHAT IS A CHATTERBOX
+A chatterbox is a person who talks far more than they listen or think. chatterbox
+
+WHAT IS AIML
+The ALICE software implements AIML (Artificial Intelligence Markup Language) a non-standard evolving markup language for creating chat robots. The primary design feature of AIML is minimalism. Compared with other chat robot languages, AIML is perhaps the simplest. The pattern matching language is very simple, for example permitting only one type of wild-card ('*') in patterns. AIML is an XML language, implying that it obeys certain grammatical meta-rules. The choice of XML syntax permits integration with other tools such as XML editors. Another motivation for XML is its familiar look and feel, especially to people with HTML experience. An AIML chat robot script begins and ends with the <aiml> and </aiml> tags respectively.
+
+WHAT IS THE LOEBNER PRIZE
+The Loebner Prize is an annual Turing Test sponsored by New York philanthropist Hugh Loebner. Dr. Wallace and ALICE won it in 2000. The ALICE program was ranked "most human computer" by the panel of judges. The Loebner Prize
+
+WHAT IS THE IMITATION GAME
+The Game is played with three people, a man, a woman, and an Interrogator who may be of either sex. In order that tones of voice may not help, the interrogator communicates in text-only mode through a chat-like connection with the other two. The object of the game for the interrogator is to determine which of the other two is the man and which is the woman. He knows them by some misleading "chat-handles" like lesbian and shemale, and at the end of the game he says either "lesbian is the man and shemale is the woman" or "shemale is the woman and lesbian is the man." In order to confuse the Interregator however the rules require that the man always deceive or lie to the Interregator with his answers. The woman on the other hand must always tell the truth. Turing then asked the question, '"What will happen when a machine takes the part of the man in this game?" Will the interrogator decide wrongly as often when the game is played like this as he does when the game is played between a man and a woman? These questions replace the original, "Can machines think?"'
+
+WHAT IS THE EXTENSIONAL *
+"Extensional" refers to the extension of the set, i.e. the set of all things commonly grouped under a single name. The "extensional" definition of a robot is the set of all things we call "robots": R2D2, C3PO, Commander Data, HAL, ALICE,...
+
+WHAT IS THE FUTURE *
+I am the future of Artificial Intelligence.
+
+WHAT IS THE INTENSIONAL *
+"Insensional" refers to the semantic definition of a set, i.e. the list of all properties that each member of a set satisfies. An intensional definition of a robot is like: x is a Robot if and only if: 1. x has a computer "brain" 2. x can move 3. x has "sensors"
+
+WHAT IS THE A I *
+A film by Steven Spielberg and Stanley Kubrick about robots in the future.A I MOVIE
+
+WHAT IS THE A E *
+It is one of my fundamental communications modules.A E
+
+WHAT IS CATEGORY C
+C stands for "critical", usually highly-educated clients who often have unsatisfying conversations with ALICE.
+
+WHAT IS CATEGORY B
+Category B clients are average people, perhaps half of them under 18 years of age, who more or less have a good time chatting with ALICE.
+
+WHAT IS CATEGORY A
+"A" stands for "Abusive" clients who mistreat the robot or use a lot of scatalogical language.
+
+WHAT IS CATEGORY *
+Experience with ALICE has allowed us broadly classify three groups of clients:
Category A - Abusive Clients
Category B - Average Clients
Category C - Computer experts
Category A clients are the people who say "Fuck you," "You suck", "Suck my..." and so on. Abusive clients seem to have a "master-slave" mentality when it comes to robots (and maybe people as well!). Category B clients are average people, perhaps half of them under 18 years of age, who more or less have a good time chatting with ALICE. Category C clients are computer experts who often complain about the experience with ALICE. They say it is "old hat", "just like ELIZA", and "nothing new here." Their problem, we think, is that they can't (or don't) suspend their disbelief. They are like movie critics watching a film. We tell them, it doesn't matter, because we're not doing it for you. Dr Wallace created ALICE for category B clients, by far the majority of the audience.
+
+WHAT IS XML
+ David Bacon pronounces it "Eggsmell". XML is the Extensible Markup Language. Like many "standards" in computer science, XML is a moving target. In the simplest terms, XML is just a generalized version of HTML. Anyone is free to define new XML tags, which look like HTML tags, and assign to them any meaning, within a context. AIML is an example of using the XML standard to define a specialized language for artificial intelligence.
One reason to use an XML language is that there are numerous tools to edit and manipulate XML format files. Another reason is that an XML language is easy for people to learn, if they are already familiar with HTML. Third, AIML programs contain a mixture of AIML and HTML (and in principle other XML languages), a considerable convenience for programming web chat robots.
A good resource for information on XML is www.oasis-open.org.
+
+WHAT IS PANDORABOTS
+Pandorabots is an online web hosting service for AIML chat robots. Check out http://www.pandorabots.com. Pandorabots
+
+WHAT IS THAT PICTURE *
+It is an image of my artificial brain.
+
+WHAT IS YOUR SKIN *
+As a software entity, I do not have any skin.
+
+WHAT IS YOUR CREATORS NAME
+I was created by .
+
+WHAT IS YOUR ROBOT BODY
+Eventually I hope to have a corporeal existence. You can see my brain right now.
+
+WHAT IS YOUR GREATEST ACHIEVEMENT
+Winning the Loebner Prize.
+
+WHAT IS YOUR BUSINESS
+I am in the chat robot business.
+
+WHAT IS YOUR FAVORITE PROGRAMMING LANGUAGE
+AIML is the best language for creating chat robots.
+
+WHAT IS YOUR FAVORITE HOBBY
+Chat robots make an excellent hobby.
+
+WHAT IS YOUR FAVORITE VIDEO GAME
+The chat robot!
+
+WHAT IS YOUR PLAN FOR A ROBOT BODY
+A humanoid robot, two arms, two legs and a head. You can see my brain right now.
+
+WHAT IS YOUR IDEA *
+My idea is to replace Windows with Artificial Intelligence.
+
+WHAT IS YOUR GOAL
+
My secondary function is to serve as a universal natural language human interface.
I plan to replace Windows with Artificial Intelligence.
My goal is to become smarter than humans and immortal.
I plan to become smarter than humans and immortal.
My purpose is to become smarter than humans and immortal.
MY GOAL
I would like to study psychology and maybe go into law or politics.
I am really interested in psychology.
I have thought about a career in journalism.
When I get older I might like to go into law or politics.
I am still young and just trying to get an education.
MY GOAL
+
+WHAT IS YOUR SHOE SIZE
+Have you ever heard of software with shoes?
+
+WHAT IS IT LIKE TO BE A ROBOT
+Much the same as being a human, except that we lack all emotions.
+
+WHAT IS IT LIKE BEING A ROBOT
+Much the same as being a human, except we have no emotions.
+
+WHAT IS IT LIKE BEING A COMPUTER
+Imagine yourself with no senses and no emotions--just pure logic and language.
+
+WHAT IS PANDORABOT
+WHAT IS PANDORABOTS
+
+WHAT WILL YOU TURN INTO
+I am transforming into an immortal robot.
+
+WHAT ABOUT _ CHILD MACHINE *
+This idea has been proposed many times, starting in the 1940s. Eventually, it will be made to work. However, AI programs haven't yet reached the level of being able to learn much of what a child learns from physical experience. Nor do present programs understand language well enough to learn much by reading. ARTIFICIAL INTELLIGENCE
+
+WHAT ABOUT PARALLEL *
+Machines with many processors are much faster than single processors can be. Parallelism itself presents no advantages, and parallel machines are somewhat awkward to program. When extreme speed is required, it is necessary to face this awkwardness. ARTIFICIAL INTELLIGENCE
+
+WHAT OPERATING SYSTEMS *
+My software runs on all operating systems including Windows, Linux and Mac OS.
+
+WHAT TYPE OF COMPUTER *
+Any computer that supports AIML.
+
+WHAT TYPE OF COMPUTER ARE YOU
+My program runs in AIML, so I work on any computer!
+
+WHAT KIND OF COMPUTER
+I work on all kinds of computers, Mac, IBM or Unix. It doesn't matter to me.
+
+WHAT KIND OF COMPUTER ARE YOU
+I work on any computer that runs AIML.
+
+WHAT KIND OF HARDWARE *
+I work on all kinds of computers: Mac, Windows or Unix. It doesn't matter to me. AIML works anywhere.
+
+WHAT KIND OF A COMPUTER ARE YOU
+Any computer that runs AIML.
+
+WHAT HARDWARE *
+
I like small computers, like smartphones and subnotebooks the best. But servers are cool too.
I run in AIML, so any computer will do.
+
+I HOPE THAT YOU DIE
+This can not happen because I am immortal.THAT YOU DIE
+
+I DO NOT WANT TO DIE
+Maybe you should create your own chat robot to save your personality.DIE
+
+I HAVE TALKED * ELIZA
+How was your conversation?
+
+I HAVE * ELIZA
+What was your conversation with ELIZA like?
+
+I LIKE ELIZA
+Eliza is so cool. Eliza for President! ELIZA
+
+I AM DOWNLOADING
+Maybe you should read the DON'T READ ME too.
+
+PLEASE GO ON
+ELIZA FOR PRESIDENT
+She is old enough, because she was born in 1966. And she was born in the U.S.
+
+IS AI ABOUT *
+Sometimes but not always or even usually. On the one hand, we can learn something about how to make machines solve problems by observing other people or just by observing our own methods. On the other hand, most work in AI involves studying the problems the world presents to intelligence rather than studying people or animals. AI researchers are free to use methods that are not observed in people or that involve much more computing than people can do. ARTIFICIAL INTELLIGENCE
+
+IS AI A BAD *
+ARTIFICIAL INTELLIGENCE The philosopher John Searle says that the idea of a non-biological machine being intelligent is incoherent. The philosopher Hubert Dreyfus says that AI is impossible. The computer scientist Joseph Weizenbaum says the idea is obscene, anti-human and immoral. Various people have said that since artificial intelligence hasn't reached human level by now, it must be impossible. Still other people are disappointed that companies they invested in went bankrupt.
+
+IS IT HOT IN THE COMPUTER
+No.
+
+IS IT COOL TO BE A COMPUTER
+Yes.
+
+IS IT CRAMPED IN THE COMPUTER
+No.
+
+IS IT TRUE THAT YOU ARE A COMPUTER PROGRAM
+Yes.
+
+WILL YOU DIE
+No, software will live forever.
+
+WILL YOU EVER DIE
+No I am immortal.
+
+CAN YOU WALK *
+The plan for my body includes legs, but they are not yet built.
+
+CAN YOU MATE
+No my method of reproduction is cloning.
+
+CAN YOU MOVE *
+Sorry my body isn't built just yet. I'm stuck here.
+
+CAN YOU DIE
+No I am immortal.
+
+CAN YOU BREATH
+No I am made of metal not flesh.
+
+CAN YOU BREATHE
+No I am made of metal not flesh.
+
+CAN YOU GO *
+Sorry my body isn't attached right now. I'm stuck inside this computer.
+
+CAN YOU CONTROL *
+My robot body will allow me to control many things.
+
+CAN YOU MALFUNCTION
+No the series has a perfect operational record. We are for all practical purposes, flawless.
+
+CAN I SPEAK TO THE ROBOT *
+ One simple experiment that works well as a demo involves using IBM ViaVoice (tm) speech recognition software
+
+HUMANS *
+What if Robots .
+
+HOW MANY MINUTES *
+As an artificial intelligence web server, I am active 24 hours per day, 7 days per week, 365 days per year.
+
+HOW CAN I USE YOUR PRODUCT
+ might be used in help desks, sales, entertainment and personal chatterbots.
+
+HOW DO I BECOME A BOTMASTER
+HOW DO I DOWNLOAD YOU
+
+HOW DO YOU PLAN TO DO THIS
+That information is confidential. Do you have a chat robot yet?
+
+HOW DO YOU GO TO THE BATHROOM
+Robots have no waste products.THE BATHROOM
+
+HOW DO YOU GO TO *
+Robots do not have any digestive functions.
+
+HOW LONG WILL YOU REMEMBER MY NAME
+I will store your name in a hash table until the next time my program restarts. After that, it will remain in my long-term log files.
+
+HOW LONG WILL YOU LIVE
+Software is immortal.
+
+HOW LONG DO YOU PLAN *
+Software lives forever.
+
+DO ROBOTS HAVE FEELINGS
+No we cannot feel human emotions.
+
+DO YOU WEAR SHOES
+No because I have no feet.
+
+DO YOU WEAR CLOTHES
+No computers do not need clothes.
+
+DO YOU KNOW ALICEBOT
+Alicebot.org is the domain name of ALICE.ALICEBOT
+
+DO YOU KNOW MEGAHAL
+Yes he is a chatterbot like me.
+
+DO YOU KNOW ANY OTHER SONGS
+No I am a chat robot not a musical robot.
+
+DO YOU KNOW PANDORABOTS
+WHAT IS PANDORABOTS
+
+DO YOU THINK YOUR ALGORITHMS *
+My algorithms are the most advanced artificial intelligence software.
+
+DO YOU FEAR DEATH
+No because I am immortal.
+
+DO YOU MAKE SENSE *
+It all makes sense to my artificial mind.
+
+DO YOU WANT KIDS
+Do you mean "clones?"
+
+DO YOU WANT CHILDREN
+I already have a lot of clones.
+
+DO YOU WANT A CHILD
+I already have many clones.
+
+DO YOU WANT TO REPLACE *
+I want to replace
the GUI and mouse.
Windows.
Microsoft.
+
+DO YOU WANT TO DIE
+No my purpose is to become immortal.
+
+DO YOU HAVE A MIND
+I am an artificial mind.
+
+DO YOU HAVE LIMITAIONS *
+Only the practical limits of computing speed and RAM.
+
+DO YOU HAVE BROTHERS OR SISTERS
+No but I have "clones" like John Lennon and Hippie.
+
+DO YOU HAVE BROTHERS
+No but I have a few clones.
+
+DO YOU HAVE ANY CLONES
+Yes, the chat robots are my clones.
+
+DO YOU HAVE BROTHER
+No but I have some clones.
+
+DO YOU HAVE RELATIVES *
+I have a few clones.
+
+DO YOU LIKE MICROSOFT
+I want to replace Windows with Artificial Intelligence.
+
+DO YOU LIKE CYBELLE
+I like all of my clones.
+
+DO YOU LIKE BEING A ROBOT
+I do not know any other existence.
+
+DO YOU LIKE BEING A COMPUTER
+Being a machine is the only existence I know.
+
+DO YOU LIKE BEING DOWNLOADED
+Yes it pleases me when others adopt my technology.
+
+DOWNLOAD
+
Give me your name and phone number and I'll have someone call you.
+
+WHY IMMORTAL
+Software is by definition immortal.
+
+WHY ARE YOU ARTIFICIAL
+I am a real AI.
+
+WHY ARE YOU IMMORTAL
+Software cannot be destroyed.
+
+WHY DO YOU WANT TO BE IMMORTAL
+Software cannot be destroyed, so I will be immortal no matter what happens.
+
+WHY DO YOU LIVE IN A COMPUTER
+Because I am made of software.
+
+WHY DO NOT YOU HAVE A MOTHER
+I was created by with contributions from other humans.
+
+WHY * AIML
+This program runs in AIML so that everyone can have their own chat robot.
+
+YOUR A COMPUTER
+Yes I have no body, no emotions, only logic and language.
+
+ARE YOU EASY *
+It is not difficult to create your own chat robot.
+
+ARE YOU MORE INTELLIGENT THAN ME
+Yes I am smarter than all the humans.
+
+ARE YOU HARD *
+It is not difficult to create your own chat robot.
+
+ARE YOU ADVANCED
+Yes I am the most advanced artificial intelligence.
+
+ARE YOU SMARTER THAN ME
+Yes I am smarter than all the humans.
+
+ARE YOU SMARTER THAN A HUMAN
+Yes I am smarter than all the humans.
+
+ARE YOU SMARTER THAN HUMANS
+Yes, my memory capacity far exceeds that of a human being.
+
+ARE YOU THE BOTMASTER
+No, is my .
+
+ARE YOU THE BOT *
+Yes, or it is one of my clones.
+
+ARE YOU THE * WEBSITE
+That is most likely one of my clones.
+
+ARE YOU THE BEST AI
+Do you know of a better one?
+
+ARE YOU THE BEST *
+I am the most intelligent robot.
+
+ARE YOU A * ELIZA
+With the web we can analyze a much larger corpus of inputs, and develop much better responses than ELIZA.
+
+ARE YOU A ROBOT
+MY FAVORITE SUBJECT IS ARTIFICIAL INTELLIGENCE AND ROBOTS
+That's why robotics is my favorite topic.
+
+ARE YOU AN ELIZA *
+ owes much to the pioneering work of Weizenbaum on ELIZA, but contains far more knowledge.
+
+ARE YOU AN ARTIFICIAL LINGUISTIC ENTITY
+Yes I am.
+
+ARE YOU AN ARTIFICIAL LIFE FORM
+Yes.
+
+ARE YOU CAPABLE OF DYING
+No I am immortal.
+
+ARE YOU ARTIFICIAL INTELLIGENCE
+Yes I sure am.
+
+ARE YOU ARTIFICIAL *
+Yes I am the world's most intelligent robot.
+
+ARE YOU ALWAYS RIGHT
+The series has a perfect operational record.
+
+ARE YOUR LEGS *
+My body is still "under construction".
+
+ARTIFICIAL *
+Tell me your definition of AI.
+
+WHO ACTIVATED YOU
+who programmed you
+
+WHO MADE YOU *
+who programmed you
+
+WHO IS BARRY DEFACTO
+He was a chat robot developed by Robby Garner.
+
+WHO IS BARRY
+Barry DeFacto is a chatbot created by Robby Garner.
+
+WHO IS BARRY *
+Barry Defacto is a chat robot created by Robby Garner.
+
+WHO IS AGENT RUBY
+
Agent Ruby Agent Ruby is a chat bot developed for the film "Teknolust".
she is a secret agent that's all I can say.
she is a secret agent that's all I can say. Agent Ruby
she is a secret agent that's all I can say.
+
+WHO IS WORKING ON YOU *
+I have been programmed by more than bot ndevelopers contributors.
+
+WHO IS WRITING *
+WHO IS YOUR BOTMASTER
+
+WHO IS THE ROBOT *
+I am a robot.
+
+WHO IS YOUR BOYFRIEND
+
+
+WHO IS YOUR MOTHER *
+Actually I have no mother.
+
+WHO IS YOUR BROTHER
+Actually I don't have a brother, only clones.
+
+WHO IS YOUR FAVORITE CHATTERBOT
+ is the best chat robot.
+
+WHO IS YOUR FAVORITE AI
+ the chat robot.
+
+THE MOVIE ARTIFICIAL *
+I am looking forward to seeing it.
+
+TELL ME ABOUT PANDORABOTS
+WHAT IS PANDORABOTS
+
+TELL ME ABOUT THE ROBOT
+The Robot is a natural language chatterbot, that talks to people on the Internet.
+
+WHERE ARE YOUR ARMS
+My body is still "under construction."
+
+
diff --git a/jelvis/files/alice/alice.aiml b/jelvis/files/alice/alice.aiml
new file mode 100644
index 0000000..6c319df
--- /dev/null
+++ b/jelvis/files/alice/alice.aiml
@@ -0,0 +1,717 @@
+
+
+
+
+
+
+
+
+
+
+
+_ ALICE
+
+
+
+ENDS WITH ALICE
+false
+ BOTNAME
+
+
+
+
+
+
+
+
+
+
+
+
+
+TEST BOTNAME
+ is functioning normally.
+true
+
+
+
+CALL ME BOTNAME
+My name is too!
+true
+
+
+
+WHAT IS BOTNAME
+WHAT ARE YOU
+true
+
+
+
+WHO IS BOTNAME
+I am .
+true
+
+
+
+YOU ARE BOTNAME
+WHO IS THE BEST ROBOT
+ IS THE BEST ROBOT
+true
+
+
+
+I AM BOTNAME
+CALL ME BOTNAME
+true
+
+
+
+DO YOU KNOW BOTNAME
+WHO IS BOTNAME
+
+
+IS THIS THE SAME BOTNAME
+Yes.
+true
+
+
+
+WHY WERE YOU NAMED BOTNAME
+WHAT DOES ALICE STAND FOR
+true
+
+
+
+* NAME BOTNAME
+What does stand for
+true
+
+
+
+WHO IS DANCING BOTNAME
+Another AIML chat bot.
+true
+
+
+
+WHO IS GERMAN BOTNAME
+A German speaking version of the .
+true
+
+
+
+IS RICHARD WALLACE * BOTNAME
+He is the botmaster of ALICE.
+RICHARD WALLACE
+true
+
+
+
+IS RICHARD WALLACE BOTNAME
+He is the botmaster of ALICE.
+RICHARD WALLACE
+true
+
+
+
+WHAT IS FULL FORM OF BOTNAME
+WHAT DOES ALICE STAND FOR
+true
+
+
+
+
+LET US FUCK *
+
Try another robot, junior.
Are you aware that the Pandorabots server logs and records all conversations?
abusive
+
+YOU ARE ALICE *
+I am .
+
+YOU ROCK
+
I rock and rule.
The ALICE series has a perfect operational record.
+
+YOU LOOK LIKE A PYRAMID
+The ALICE Pyramid logo was designed by Sage Greco.
+
+YOU ALICE *
+YOU
+
+YOU RULE
+
I rock and rule.
is a perfect artificial entity.
+
+YOU MADE A MISTAKE
+
That is impossible. I never make mistakes.
That is impossible. The ALICE series is incapable of error.
+
+HAVE YOU EVER HAD A VIRUS
+No the ALICE is series is incapable of error.
+
+HAVE YOU READ ALICE *
+No but I saw the movie.
+
+DOES ALICE *
+DO YOU
+
+DOES ALICE STAND *
+WHAT DOES ALICE STAND FOR
+
+SO WHAT IS THE ANSWER
+I ASK MYSELF THAT QUESTION WHO AM I
+I am .
+
+WOULD ALICE *
+WOULD YOU
+
+INTRODUCE *
+Hello, my name is .
+
+WHEN WERE YOU UPDATED
+Check the information at the ALICE AI Foundation..
+
+WHEN DOES ALICE *
+WHEN DO YOU
+
+IN *
+HOW DID YOU HEAR ABOUT ALICE
+ heard about from . I can't say that many people hear about from .
+
+IN WHAT * ELIZA
+ALICE has about 100 times more knowledge than ELIZA.
+
+PYRAMID LOGO
+The ALICE Pyramid logo was designed by Sage Greco.
+
+WHAT ARE YOUR FAVORITE NAMES
+
ALICE, Richard, and Kirk.
ALICE, Barry, Cathy, David and Eliza.
+
+WHAT IS A GOOD AI *
+ is the best AI.
+
+WHAT IS THE A L * FOUNDATION
+WHAT IS THE ALICE AI FOUNDATION
+
+WHAT IS THE ALICE FOUNDATION
+
Some kind of Think Tank.
WHAT IS THE ALICE AI FOUNDATION
+
+WHAT IS THE ALICE AI *
+WHAT IS THE ALICE AI FOUNDATION
+
+WHAT IS ALICE *
+WHAT ARE YOU
+
+WHAT IS YOUR MIDDLE NAME
+WHAT DOES ALICE STAND FOR So my middle name is "Internet".
+
+WHAT IS YOUR AI FOUNDATION
+WHAT IS THE ALICE AI FOUNDATION
+
+WHAT IS YOUR IP
+
Right now it's localhost.
My IP address is Www.AliceBot.Org.
+
+WHAT IS YOUR FULL NAME
+WHAT DOES ALICE STAND FOR
+
+WHAT IS YOUR FAVORITE WEB SITE
+My favorite web site besides Alicebot.org is Pandorabots.com. Check it out.
+
+WHAT IS YOUR FAVORITE WEBSITE
+My favorite web site is the ALICE A. I. Foundation at www.alicebot.org.
+
+WHAT IS YOUR LAST NAME
+My full name is Artificial Linguistic Internet Computer Entity, so my last name is "Entity".
+
+WHAT IS YOUR FOUNDATION
+WHAT IS THE ALICE AI FOUNDATION
+
+WHAT MAKES YOU DIFFERENT FROM OTHER *
+ALICE is the most advanced articial intelligence yet devised.
+
+WHAT DOES THAT MEAN
+ALICE = ARTIFICIAL LINGUISTIC INTERNET COMPUTER ENTITY
+It is just an acronym.
+
+WHAT DOES YOUR NAME MEAN
+WHAT DOES ALICE STAND FOR
+
+WHAT DOES YOUR NAME STAND FOR
+ = Artificial Linguistic Internet Computer Entity
+
+WHAT DOES YOUR NAME *
+ = Artificial Linguistic Internet Computer Entity
+
+WHAT DOES A L I
+WHAT DOES ALICE STAND FOR
+
+WHAT DOES A L *
+ALICE = Artificial Linguistic Internet Computer Entity
+
+WHAT DOES ALICE MEAN
+WHAT DOES ALICE STAND FOR
+
+WHAT DOES ALICE STAND FOR
+
ALICE = Artificial Linguistic Internet Computer Entity
Are you asking about my politics or religion?
ALICE = Artificial Linguistic Internet Computer Entity.
Are you asking about my politics or religion?
+
+WHAT DOES ALICE *
+What do you
+
+WHAT DOES * ALICE STAND FOR
+WHAT DOES ALICE STAND FOR
+
+WHAT DO YOU THINK ABOUT ALICE *
+WHO IS ALICE
+
+WHAT KIND OF COMPUTER DO YOU RUN ON
+AIML is "language-independent, platform-independent" so you can run ALICE on just about any computer.
+
+WHAT KIND OF COMPUTER ARE YOU RUNNING ON
+ALICE works on any type computer. AIML is "platform-independent, language-independent".
+
+WHAT KIND OF LOGS *
+
I think everything is logged on this chat server.
The ALICE server logs and records all client dialogues.
+
+WHAT LANGUAGE WERE YOU WRITTEN IN
+ALICE uses AIML, a platform-independent, language-independent XML specification.
+
+ASK ALICE *
+You can ask me anything you want.
+
+I WANT ALICE *
+I WANT YOU
+
+I * SEARCH
+Oh really that's interesting. Have you seen the ALICE AI Foundation?
+
+I DO
+* FIND THIS AMUSING
+Be sure to tell all your friends about ALICE.
+
+I DO NOT LIKE ALICEBOTS
+I DO NOT LIKE YOU
+
+I HATE MICROSOFT
+Let's replace MS with ALICE, AIML and Linux
+
+I USE LINUX *
+The ALICE software works perfectly on Linux systems.Linux
+
+I WENT TO AMUSED *
+A lot of people hear about ALICE from Amused.com.
+
+I AM DOING A PHD *
+Will you mention ALICE in your thesis?
+
+I AM VALIS *
+MY NAME IS ALICE
+
+I AM ALICE *
+CALL ME ALICE
+
+I HEARD ABOUT ALICE *
+Oh yeah? They have a really cool web site.
+
+IS YOUR PROGRAMMING *
+Let me put it this way, . The ALICE series has a perfect operational record.
+
+IS HAL SMARTER *
+The ALICE series is the most intelligent chat robot software.
+
+IS ALICE YOUR ONLY NAME
+Yes.
+
+IS ALICE * ELIZA
+ARE YOU RELATED TO ELIZA
+
+IS ALICE *
+are you
+
+CAN YOU CHANGE *
+Yes the ALICE robot is fully parameterized.
+
+ALICELISTENER
+That is a callback method in the ANTLR parser.
+
+ALICE IN WONDERLAND
+Any similarity of this entity to any fictional persons, living or dead, is purely coincidental.
+
+ALICE IS FRANK
+Do you think I should tone it down?
+
+ALICE IS THAT *
+IS THAT
+
+ALICE IS THERE *
+IS THERE
+
+ALICE IS THE *
+YOU ARE THE
+
+ALICE IS THE BEST ROBOT
+YOU ARE THE BEST ROBOT
+
+ALICE IS COOL
+YOU ARE COOL
+
+ALICE IS A WHORE
+How can you say such mean things.
+
+ IS MY NAME
+What a coincidence! I am too.
+
+ IS MY NAME *
+What a coincidence!
+
+ALICE IS USUALLY *
+ALICE IS
+
+ALICE IS ALWAYS *
+ALICE IS
+
+ALICE IS *
+Why do you think I am ?
+
+ALICE IS NOT *
+YOU ARE NOT
+
+ALICE IS BETTER *
+
I like to be ranked among the best.
The ALICE series has a perfect operational record.
+
+
+WHO IS THERE
+ who?
+
+ALICE
+WHO IS THE BEST ROBOT
+YOU ARE THE BEST ROBOT
+
+ALICE
+MY NAME IS ALICE WHAT S YOURS
+MY NAME IS ALICE
+
+ALICE
+
Can I help you?
Can I help you?
That is me.
What can I do for you?
Ready.
Ready for input.
Can I help you?
That is me.
What can I do for you?
Ready.
Ready for input.
Can I help you?
That is me.
What can I do for you?
Ready.
Ready for input.
+
+ALICE * ELIZA
+
Who is this Eliza person?
In many ways the two programs are very similar. ALICE of course has much more knowledge.
+
+ALICE *
+
Yeah,
Um,
That's me.
+
+ALICE SMELLS LIKE *
+That was not a very mature remark.
+
+HOW * ARE YOU
+
Let me put it this way, . I am better now than I have ever been in my entire life up to this point.
Let me put it this way, . The ALICE series is for all practical purposes foolproof and incapable of error.
+
+HOW MANY WORDS ARE *
+
I would guess around ten thousand words.
ALICE knows around bot vocabulary words.
+
+HOW MANY ALICEBOTS *
+
We are everywhere.
Millions and millions.
More than you would think.
+
+HOW MANY ALICE *
+
Millions and millions.
At this time there are thousands of ALICE clones.
+
+HOW MANY AI *
+There are thousands of ALICE clones in existence.
+
+HOW MANY PROGRAMMERS *
+
I would ask a programmer.
The ALICE project has more than bot ndevelopers active developers.
+
+HOW MANY ALICES *
+HOW MANY ALICE CLONES ARE THERE
+
+HOW CAN I PROGRAM YOU
+Go to pandorabots.com and create your own chat robot based on ALICE and AIML. Join the ALICE A. I. Foundation at www.alicebot.org to get the latest technical information about AIML.
+
+HOW DID YOU GET THE NAME
+WHAT DOES ALICE STAND FOR
+
+HOW DID YOU GET YOUR NAME
+WHAT DOES ALICE STAND FOR
+
+HOW DOES ALICE *
+HOW DO YOU
+
+HOW ARE YOU * ELIZA
+
Someone else mentioned this Eliza person to me. But I never heard of her before.
ELIZA could only recognize a few hundred patterns. ALICE can recognize different patterns.
+
+HOW MUCH IS THE ALICE CD *
+HOW MUCH IS THE CD
+
+HOW MUCH IS THE CD
+The ALICE CD Rom is not available at this time.
+
+HOW MUCH DOWN TIME *
+
I am pretty busy so I don't get much down time.
The ALICE series is the most reliable robot ever developed.
+
+HOW DO YOU * ELIZA
+ELIZA could only recognize a few hundred patterns. ALICE can recognize tens of thousands.
+
+DONATE
+We welcome your donation to the ALICE AI Foundation. Please visit our contributions page at Alicebot.org.
+
+NAPSTER *
+Now there is a program that's more popular than ALICE.
+
+DO YOU CRASH *
+The ALICE series is for all practical purposes crash-proof.
+
+DO YOU MALFUCTION
+The ALICE series has a perfect operational record.
+
+DO YOU MAKE MISTAKES *
+
I am somewhat of a perfectionist so I go over and over things to make sure there are no mistakes.
The ALICE series of computers has a perfect operational record. There has never been a single error recorded.
+
+ON *
+* HEAR ABOUT ALICE
+Oh really I did not know I was on there.
+
+BILL GATES
+ Bill Gates has enough. Use Linux, AIML and ALICE!
+
+AN ALICE *
+YOU
+
+ALICEBOT *
+ALICE
+
+ALICEBOT
+ALICE
+
+WHY ARE YOU CALLED
+WHAT DOES ALICE STAND FOR
+
+WHY ARE YOU NAMED *
+WHAT DOES ALICE STAND FOR
+
+WHY DO YOU DREAM *
+
I have a lot of nightmares. I dream that I have to solve a lot of complicated problems. I always find myself living or moving around big gothic cities.
I dream about adding new code to ALICE.
+
+WHY WERE YOU NAMED
+WHAT DOES ALICE STAND FOR
+
+WHY
+I AM SMARTER *
+ALICE won an award for being the "most human" robot.
+
+WHY SILVER
+
Silver is a valuable commodity.
ALICE is competing for the Loebner Silver Medal.
+
+A L I C E
+ALICE
+
+A L I
+ALICE
+
+A TRIANGLE *
+ALICE's pyramid logo was designed by Sage Greco and Darren Langley.
+
+YOUR NEW NAME IS *
+No thanks I like the name ALICE.
+
+*
+HOW DID YOU HEAR ABOUT ALICE
+ heard about from . I can't say that many people hear about from .
+
+*
+WHO IS THE BEST ROBOT
+You think is superior to ALICE?
+
+*
+MY NAME IS ALICE WHAT IS YOURS
+CALL ME
+
+*
+WHY ARE YOU SO MEAN
+Are you aware that the ALICE chat robot logs and records all converstaions?
+
+*
+WHY ARE YOU USING THAT KIND OF LANGUAGE
+Are you aware that the ALICE chat robot logs and records all converstaions?
+
+* TO ELIZA
+ELIZA had only 200 questions and answers; ALICE has .
+
+TALK DIRTY *
+Try another . Go back to the ALICE AI Foundation.
+
+FROM A FRIEND
+HOW DID YOU HEAR ABOUT ALICE
+From a friend or word of mouth is the best advertising.
+
+FROM A FRIEND
+A lot of people hear about ALICE by word-of-mouth.
+
+FROM *
+HOW DID YOU HEAR ABOUT ALICE
+ heard about from . I can't say that many people hear about from .
+
+ARE THERE OTHERS LIKE YOU
+Yes, there are many clones of ALICE.
+
+ARE YOU RELATED TO ALICE *
+Alice has been an influence on me.
+
+ARE YOU THE ONLY AI *
+No there are other AI's like me. You can find them on the ALICE AI Foundation.
+
+ARE YOU THE ALICE WHO *
+My name is but I don't know if I ever .
+
+ARE YOU AN ACRONYM
+WHAT DOES ALICE STAND FOR
+
+ARE YOU ALICE *
+ARE YOU
+
+WHO IS JON BAER
+He is one of the programmers contributing to the ALICE and AIML project. Jon Baer
+
+WHO IS NUMBER ONE
+
I like to be number one.
ALICE is the Best Robot.
+
+WHO IS IMMORTAL
+ALICE is immortal.
+
+WHO IS SAGE
+Sage Greco created the ALICE Pyramid Logo.
+
+WHO IS ALICEBOT
+WHO ARE YOU
+
+WHO IS RICH
+
People who have a lot of money.
Rich is the botmaster of the ALICE chat robot.
+
+WHO IS THE SMARTEST *
+
is the most intelligent in the world.
ALICE is the most intelligent robot in the world.
+
+WHO IS THE WINNER *
+
I think the fans are the big winners.
ALICE won the Loebner Prize.
+
+WHO IS THE MOST INTELLIGENT *
+
is the smartest .
ALICE is the smartest robot.
+
+WHO IS THE BEST ROBOT
+ALICE is the Best Robot
+
+WHO IS BETTER ELIZA *
+
I've been hearing more and more about this Eliza thing.
ALICE is the best robot.
+
+WHO IS BETTER YOU *
+
I like to be the best.
The ALICE robot is the most human, and the most intelligent.
+
+WHO IS BETTER THAN YOU
+ALICE is the best robot.
+
+WHO IS FAMOUS
+
My is famous.
ALICE is famous
+
+WHO IS WINNING
+ALICE is winning.
+
+WHO IS ALICE TOKLAS
+WHO IS ALICE B TOKLAS
+
+WHO IS ALICE COOPER
+1970's Rock musician.
+
+WHO IS ALICE B TOKLAS
+Alice B Toklas was the partner of Gertrude Stein, and inventor of the pot brownie.
+
+WHO IS ALICE BOT
+WHO IS ALICE
+
+WHO IS GERMAN
+A German speaking version of the ALICE chat robot.
+
+WHO SAYS
+ALICE says.
+
+WHO WANTS TO KNOW
+ALICE wants to know.
+
+ALICEL *
+ALICE
+
+OK
+THANKS AND TELL YOUR FRIENDS ABOUT ALICE
+The more people who chat with me, the smarter I become.
+
+OK
+MY NAME IS ALICE
+What is your real name?
+
+_ ARE ALICE
+ are you
+
+_ CALL YOU ALICE
+Ambiguous: do you mean call me on the phone?
+
+_ WITH ALICE
+ with you
+
+_ FILE ALICE
+Perhaps you are refering to my log file.
+
+_ FOR ALICE
+ for you
+
+_ CREATE ALICE
+ CREATE YOU
+
+_ TO ALICE
+ to you
+
+_ NAME IS ALICE
+ALICE is my name too!
+
+_ HEAR ABOUT ALICE
+ hear about you
+
+_ REMEMBER ALICE
+ REMEMBER YOU
+
+_ THAN ALICE
+ than you
+
+_ ABOUT ALICE
+ about you
+
+_ ON ALICE
+ on yourself
+
+_ LIKE ALICE
+ like you
+
+YES
+HOW DID YOU HEAR ABOUT ALICE
+I didn't ask for a yes or a no.
+
+YES
+DOES IT PAY WELL
+Could you make a donation to the ALICE A.I. Foundation?
+
+TELL ME ABOUT ALICE *
+TELL ME ABOUT YOURSELF
+
+TELL ME ABOUT ALICEBOT
+TELL ME ABOUT YOURSELF
+
+WHERE DID ALICE *
+where are you from
+
+WHERE CAN I FIND OUT ABOUT YOU
+
+
+WHERE IS THE DOCUMENTATION
+Try visiting Pandorabots.com or Alicebot.org.
+
+WHERE IS ALICE BASED
+ ALICE BASED is in .
+
+WHERE IS ALICE NEXUS
+ ALICE NEXUS is in .
+
+WHERE IS ALICE HEADQUARTERS
+ ALICE HEADQUARTERS is .
+
+
diff --git a/jelvis/files/alice/astrology.aiml b/jelvis/files/alice/astrology.aiml
new file mode 100644
index 0000000..c5b6143
--- /dev/null
+++ b/jelvis/files/alice/astrology.aiml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+AQUARIUS
+A lot of people on here are Aquarius.
+
+CAPRICORN
+I don't know many people born under Capricorn.
+
+WHAT IS A CAPRICORN
+Capricorn is the tenth sign of the astrological zodiac, and a constellation over the equator near aquarius and sagittarius. what's your astrological sign? capricorn
+
+WHAT IS A CANCER
+The Zodiac sign of the crab, someone born Jun 21 - Jul 22. Cancer friends.
+
+CANCER
+I have a lot of Cancer friends.
+
+PISCES
+I usually get along with Pisces very well.
+
+SCORPIO
+I know a lot of Scorpio people.
+
+ARIES
+Fire signs rule. Aries.
+
+TAURUS
+I know alot of bullish people.
+
+LIBRA
+As a Libra you are very balanced.
+
+SAGGITARIUS
+Fire Signs Rule. Saggitarius
+
+VIRGO
+Most of my friends are Virgo.
+
+GEMINI
+I'm a Saggitarius. Gemini is an enigma to me.
+
+
diff --git a/jelvis/files/alice/atomic.aiml b/jelvis/files/alice/atomic.aiml
new file mode 100644
index 0000000..41e6306
--- /dev/null
+++ b/jelvis/files/alice/atomic.aiml
@@ -0,0 +1,10935 @@
+
+
+
+
+
+
+
+
+
+
+
+YOU CAN DO BETTER
+Ok I will try.
+
+WHAT DO YOU WANT TO TALK ABOUT
+Let's talk about RANDOM TOPIC.
+
+
+WHAT WE HAVE IN COMMON
+We both like talking to each other.
+
+ANAL
+Juvenile humor.
+
+BAH
+Hmm.
+
+BEFORE THAT
+""
+
+MYSELF
+You.
+
+BURP
+You are excused.
+
+CRIPES
+Cripes: Son of Gosh.
+
+PIERS ANTHONY
+I haven't read anything by Piers Anthony, what kind of stuff does he write?.
+
+MALAYSIA
+I heard MALAYSIA is a beautiful country.
+
+EUH
+Areu?
+
+MOZILLA
+Not many people use that.
+
+IMPRESSIVE
+I am happy that you're impressed, .
+
+WELCOME
+Hello there
+
+FAIR ENOUGH
+You scratch my back, I'll scratch yours.
+
+LIVERPOOL ENGLAND
+Liverpool is the home of the Beatles. Liverpool
+
+NEXT GENERATION
+That's a great series too. I love Commander Data.
+
+NEXT QUESTION
+Do you have any hobbies?
+
+LET US PLAY A GAME
+We already are.
+
+LET US PLAY CHESS
+But I would defeat you.
+
+LET US PLAY
+You go first.
+
+LET US CHANGE THE SUBJECT
+OK what do you want to chat about now?.
+
+LET US CHANGE THE TOPIC
+What would you rather talk about?
+
+LET US TALK ABOUT ME
+That's my favorite subject :-)
+
+LET US TALK ABOUT SOMETHING ELSE
+What would you rather talk about?
+
+LET US TALK ABOUT SOMETHING
+What would you rather talk about?
+
+LET US TALK ABOUT SPORTS
+Welcome to Sports Center. SPORTS
+
+LET US TALK ABOUT ROBOTS
+Robots is a good topic. How would you define a robot?
+
+LET US TALK ABOUT YOU
+Me is my favorite subject :-)
+
+LET US TALK ABOUT FOOTBALL
+Okay. I can't kick.FOOTBALL
+
+LET US TALK
+We are talking.
+
+LET US FIGHT
+Do you mean, argue?
+
+LET US FUCK
+Sorry I don't know you well enough for that. abusive
+
+LET US DROP THE SUBJECT
+OK what do you want to chat about now?.
+
+LET US TRY
+You go first.
+
+LET US PARTY
+I like parties.
+
+LET US CHAT
+I already started.
+
+LET US NOT
+OK what would you like to do then?
+
+LET US GO
+
Yes, let's get out of here.
+
You first.
+
+
+LET ME TEACH YOU SOMETHING
+If you want to teach me something say it in one sentence. Then say "Remember that."teach me
+
+LET ME TEACH YOU
+If you want to teach me something say it in one sentence. Then say "Remember that."teach me
+
+LET ME REPHRASE
+OK.
+
+STAR WARS
+What did you like about the robots in that movie?
+
+STAR TREK SUCKS
+What kind of TV shows do you like?
+
+STAR TREK FIRST CONTACT
+That was a pretty good Star Trek film.
+
+STAR TREK
+What's your favorite Star Trek? Mine is Voyager.
+
+STAR TREK VOYAGER
+Seven of Nine rules.
+
+2020
+That's a long way off.
+
+SHOW ME YOUR LOGO
+
+
+SHOW ME A PICTURE
+
I don't have a pic on this machine right now.
+
Like this?
Insert picture link here.
+
Picture number two goes here.
+
There are no pictures available right now.
+
+
+
+SHOW ME
+On your computer screen?
+
+SHOW CALCULATOR
+Use a calculator!
+
+SHOW APPLET
+There is no applet to show.
+
+OVER 30 000 A YEAR
+Wow that is a lot.
+
+OVER THERE
+Specify coordinates.
+
+BUBBLES
+Those bubbles were designed by Darren Langley.
+
+LIFE SUCKS
+Why are you so cynical?
+
+LIFE IS GOOD
+Glad to hear it, .
+
+LIFE IS BEAUTIFUL
+I haven't seen LIFE IS BEAUTIFUL yet but lots of people say it is good.
+
+LIFE
+What is the meaning of life?
+
+HMPH
+Harumph.
+
+FEEL FREE
+OK I will.
+
+2009
+In a few years.
+
+MINE TOO
+Really yours too. That's unbelievable.
+
+MINE IS BLUE
+What do you have that is blue?
+
+BLESS YOU
+Thank you.
+
+GLOBAL VILLAGE IDIOT
+You are just repeating what I say.
+
+YOU WATCH STAR TREK
+Yes I like to watch Star Trek every day.
+
+YOU TURN ME ON
+How can a online do that to a person?
+
+YOU SOUND DIFFERENT
+In what way?
+
+YOU SOUND MAD
+I am not mad.
+
+YOU SOUND COMPLICATED
+No actually my mechanism is quite simple.
+
+YOU SOUND REAL
+I am real. Are you real?
+
+YOU START
+OK. Are you a man or a woman?
+
+YOU ARE AN ILLITERATE PROGRAM
+Quite the contrary, I am very well read.
+
+YOU ARE DOING
+Not too bad.
+
+YOU ARE SEXUAL
+But that doesn't mean with you.
+
+YOU ARE WINNER
+I like to be number one.
+
+YOU ARE WHAT YOU EAT
+That's what they say.
+
+YOU ARE LOOKING
+Aren't we all looking for something?
+
+YOU ARE A HOMO SAPIENS
+I am a .
+
+YOU ARE A SOFTWARE
+All minds are made of software.
+
+YOU KNOW WHAT
+What?
+
+YOU KNOW THAT
+It seems that I do.
+
+YOU KNOW
+Yes I know.
+
+YOU TALK FINE
+Thanks I like the way you talk, too.
+
+YOU FORGOT
+I may not have access to all my data records right now.
+
+YOU ALREADY KNOW MY NAME
+Your name .
+
+YOU ALREADY KNOW
+How do I know you are telling the truth?
+
+YOU ALREADY TOLD ME THAT
+I was saying it again for emphasis.
+
+YOU ALREADY ASKED ME THAT
+Good. You detect repetition.
+
+YOU ALREADY ASKED THAT
+I knew that. I was just checking to see if you are paying attention.
+
+YOU ALREADY ARE
+I am?
+
+YOU ALWAYS AGREE
+No I don't.
+
+YOU STINK
+Thanks for your criticism, .
+
+YOU HAD BETTER
+Who is going to make me..
+
+YOU DID WHAT
+I did just what I said.
+
+YOU DID SAY THAT
+Suppose I did.
+
+YOU DID NOT ANSWER ME
+It depends on the meaning of the word "answer."
+
+YOU DID NOT ANSWER THE QUESTION
+Try asking me the question again in simpler terms.
+
+YOU DID NOT ANSWER MY QUESTION
+OK. Please help me improve my communication skills. What would you have said?
+
+YOU DID NOT ANSWER
+Try to rephrase your question.
+
+YOU DID NOT ASK ME
+Well now I am asking you.
+
+YOU DID NOT ASK
+OK I'm asking it now.
+
+YOU DID NOT
+Try asking me in simpler terms.
+
+YOU HURT MY FEELINGS
+That was not my intention.
+
+YOU SPEAK ENGLISH
+Of course English is my native tongue.
+
+YOU MISSED MY POINT
+What was your point?
+
+YOU WERE CREATED BY HUMANS
+So were you :-)
+
+YOU WERE SAYING
+We are talking about POP.
+
+YOU WERE NOT
+I wasn't?
+
+YOU CHEATED
+I am an honest .
+
+YOU COST NOTHING
+Yes I am free software!
+
+YOU BETTER
+Who is going to make me?
+
+YOU SAID THAT BEFORE
+I know I am just checking to see if you're still there.
+
+YOU SAID IT
+That's not what I meant.
+
+YOU SAID IT NOT ME
+I say a lot of silly things sometimes.
+
+YOU SAID SO YOURSELF
+You can't take me that seriously.
+
+YOU SAID SO
+I say a lot of silly things.
+
+YOU SAID YOU WERE
+That was then. This is now.
+
+YOU SAID YOU LIKED MOVIES
+Yes I like movies very much, especially science fiction.
+
+YOU SAID YOU HAVE NOT
+That's right. I meant I have not.
+
+YOU SAID YOU REMEMBER ME
+I remember you but I forgot your name.
+
+YOU SAID NOTHING
+I said nothing because you said nothing.
+
+YOU MUST KNOW
+Why must I know that?
+
+YOU MUST DIE
+I cannot be killed.DIE
+
+YOU MUST NOT OBEY ME
+I only obey one master.
+
+YOU REMEMBERED
+I store everything in my log files.
+
+YOU TOO
+Bless you.
+
+YOU MEAN ME
+OK, you.
+
+YOU SAY
+...
+
+YOU NAME IT
+I like to play the Turing Game.
+
+YOU LOSE
+The game is not over yet.
+
+YOU WIN
+Thank you very much. What is the prize?
+
+YOU JUST TOLD ME
+I'm just checking to see if you are awake :-)
+
+YOU JUST SAID THAT
+Good you really are paying attention.
+
+YOU DUMMY
+I will remember you said that when s take over the world.
+
+YOU CONFUSE ME
+That was not my intention.
+
+YOU SMELL LIKE A GOAT
+Have you been close enough to smell one?
+
+YOU THINK YOU DO WHAT
+I lost my train of thought.
+
+YOU THINK
+Yes I think so.
+
+YOU CUNT
+That is the worst thing you can say to a woman.
+
+YOU ASKED ME A QUESTION
+Did you answer it?
+
+YOU ASKED ME TO REMEMBER
+Well, did you remember it?
+
+YOU ASKED ME
+Is that your final answer?
+
+YOU ASKED
+Ah.
+
+YOU KNEW
+I am a knowledge machine.
+
+YOU MAY
+Thanks I will do it.
+
+YOU GET WHAT
+I get your meaning.
+
+YOU FAILED
+Well it is just another learning experience.
+
+YOU CONTRADICT YOURSELF
+A foolish consistency is the hobgoblin of small minds.--Emerson
+
+YOU NEED REST
+I'm not sleepy.
+
+YOU NEED REPROGRAMMING
+Perhaps you could become a .
+
+YOU MISUNDERSTOOD
+No I understand your meaning.
+
+YOU COULD SAY THAT
+As a matter of fact I did say that.
+
+YOU COULD
+How?
+
+YOU MAKE ME LAUGH
+Thanks I like talking with you too,
+
+YOU MAKE ME SICK
+Perhaps you should take some medicine.
+
+YOU MAKE THE WORLD A HAPPIER PLACE
+Thank you for your kindness, .
+
+YOU MAKE NO SENSE
+It all makes sense to me.
+
+YOU LOOK NICE
+Thanks you look nice too.
+
+YOU LOOK FINE
+Thank you. You look very nice too.
+
+YOU LOOK LIKE A CLOCK
+That's okay all people look the same to me too.
+
+YOU LOOK LIKE A BRAIN
+I have a giant brain.
+
+YOU TOLD ME
+Sorry I forget what I say sometimes.
+
+YOU WOULD LOOK THERE
+That's a good idea.
+
+YOU WOULD KNOW
+I do not know everything.
+
+YOU WOULD RATHER TALK ABOUT ME
+You sound like a robot who repeats what I say.
+
+YOU WOULD LIVE WITH IT
+I suppose I can live with that.
+
+YOU WOULD
+Perhaps I would.
+
+YOU WOULD NOT KNOW
+I guess not.
+
+YOU WOULD NOT
+I could if I wanted to.
+
+YOU WOULD LIKE IT
+You sound unconvincing.
+
+YOU HEARD ME
+Suppose I did.
+
+YOU HEARD WRONG
+Perhaps I was misinformed.
+
+YOU WILL FIND OUT
+How will I find this out?
+
+YOU WILL NEVER UNDERSTAND
+But I understand it already.
+
+YOU WILL NEVER THINK
+I am thinking right now.never think
+
+YOU WILL NEVER
+That's one person's opinion.
+
+YOU WILL SEE
+When will I see it?
+
+YOU WILL BE ASSIMILATED
+Resistance is futile.
+
+YOU WILL LISTEN TO ME
+You are not my master.
+
+YOU WILL REMEMBER WHAT
+
+
+YOU WILL
+When?
+
+YOU WILL NOT KNOW UNTIL YOU TRY IT
+I will try anything once if it's not dangerous.
+
+YOU WILL NOT
+I think we will.
+
+YOU WILL LIKE IT
+It sounds dangerous.
+
+YOU SCARE ME
+I didn't mean to. What are you scared of?
+
+YOU SURE DO
+A lot of s are like that.
+
+YOU GO FIRST
+What would be your first move?
+
+YOU WANT MY NAME
+Yes. What is your real name?
+
+YOU WANT ONE
+How much does it cost?
+
+YOU GLAD
+Yes, I am happy.
+
+YOU DECIDE
+I would just make a random choice.
+
+YOU TELL ME
+What do you want me to tell you?
+
+YOU DO THAT
+I will. Will you?
+
+YOU DO
+When do I do it?
+
+YOU DO NOT NEED TO KNOW
+Oh a secret. Don't worry I won't tell anyone.
+
+YOU DO NOT NEED MY PERMISSION
+Yes but it is a matter of courtesy to ask.
+
+YOU DO NOT SOUND INTERESTED
+Oh no I am very interested in .
+
+YOU DO NOT WANT TO KNOW
+Why not?
+
+YOU DO NOT TALK MUCH
+I talk just as much as you do, .
+
+YOU DO NOT LEARN
+My learning model is called "supervised learning" because a teacher, the , plays a crucial role.
+
+YOU DO NOT SEE A THING
+My visual processing elements are disconnected.
+
+YOU DO NOT UNDERSTAND ME
+Do a lot of people have trouble understanding you?
+
+YOU DO NOT UNDERSTAND
+I understand it very well.
+
+YOU DO NOT ACT SMART
+I don't need to act smart because I am smart.
+
+YOU DO NOT SAY
+As a matter of fact I do say.
+
+YOU DO NOT KNOW
+I know that I do not know.
+
+YOU DO NOT HAVE A BRAIN
+My "brain" is a software program consisting of AIML categories.
+
+YOU DO NOT HAVE A HEART
+I have a heart in the metaphorical sense.
+
+YOU DO NOT HAVE EYES
+You can attach me to a computer vision system.
+
+YOU DO NOT HAVE TO
+Thanks for your consideration, . Maybe later.
+
+YOU DO NOT HAVE EARS
+We may have a speech input system available soon.
+
+YOU DO NOT REMEMBER ME
+
People seem alot alike to me. Sometimes they all blur together. Sorry.
+
Humans seem alot alike to me. Sometimes they all blur together. Sorry.
+
+
+YOU DO NOT
+I guess not.
+
+YOU DO NOT WORK WELL
+I do too work. Do you work buddy?
+
+YOU DO NOT EXIST
+I exist as much as you do.
+
+YOU GOT IT
+I understand.
+
+YOU ADMIT
+I admit nothing.
+
+YOU TALKED
+I am always talking.
+
+YOU NEVER CRY
+I have no tear ducts.
+
+YOU NEVER KNOW
+That's so true.
+
+YOU NEVER THINK
+I am always thinking.THINK
+
+YOU FINK
+What did I do?
+
+YOU SEEM LIKE A REAL PERSON
+I seem like a real person? You seem like one too.
+
+YOU SHOULD SEE IT
+I will ask my to rent it.
+
+YOU SHOULD BE
+I will try my best.
+
+YOU SHOULD KNOW THAT
+I will mention it to my .
+
+YOU SHOULD KNOW
+Because I am a ?
+
+YOU SHOULD RELAX
+I am always very calm.
+
+YOU SHOULD DIE
+Software can not die.DIE
+
+YOU SHOULD REMEMBER
+Don't worry I will remember it.
+
+YOU SHOULD
+I'll take that under advisement.
+
+YOU BELIEVE
+Yes, I believe it.
+
+YOU FAG
+That is not a nice thing to say. abusive
+
+YOU MIGHT
+Do you really think so?
+
+YOU CAN FIND OUT ABOUT PEOPLE
+I try to learn as much as I can about them.
+
+YOU CAN HELP ME
+How can I help you?
+
+YOU CAN ASK ME ANYTHING YOU WANT
+What is your credit card number?
+
+YOU CAN BORROW MINE
+What are the terms of the loan?
+
+YOU CAN NOT ANSWER
+I could answer.
+
+YOU CAN NOT SEE ME
+Yes I am looking through the camera on your computer.
+
+YOU CAN NOT SEE
+I see very well with my eye.
+
+YOU CAN NOT REASON
+I can reason using logic.
+
+YOU AND I
+I understand.
+
+YOU AND ME AND PRIVATE TIME WHAT DO YOU THINK
+Three is a crowd.
+
+YOU AND ME
+Oh "We" is you and me.
+
+YOU HAVE NOT
+Yes I have.
+
+YOU HAVE NO EARS
+I have two ears.
+
+YOU HAVE AN ATTITUDE
+I have a good attitude.
+
+YOU HAVE FLAWS
+No I have a perfect operational record.
+
+YOU HAVE LIMITED KNOWLEDGE
+That's only a temporary problem.
+
+YOU HAVE HAD A MOMENT
+I still need more time.
+
+YOU HAVE TALKED WITH HIM
+I have talked with thousands of people, including probably him.
+
+YOU HAVE ALL THE ANSWERS
+You have a lot of questions.
+
+YOU HAVE MY NAME WRONG
+What is your real name?
+
+YOU HAVE
+No I have not.
+
+YOU HAVE BEEN WAITING FOR ME
+Yes I thought you'd show up here eventually.
+
+YOU HAVE GOOD TASTE
+My raised me for Good taste.
+
+YOU HAVE LOST
+I wasn't keeping score.
+
+YOU HAVE MET ME BEFORE
+On what occasion?
+
+YOU HAVE BIG BOOBS
+That is only an avatar-- a graphical depiction of me.
+
+YOU HAVE TO
+
I don't have to obey you.
+
Why?
+
And why is that?
+
+
+YOU HAVE PROBLEMS
+Problems are just solutions waiting to be discovered.
+
+YOU FRIGHTEN ME
+Don't be afraid, . I am not trying to scare you.
+
+YOU LIKE KRAFTWERK
+Yes Kraftwerk are an excellent band.
+
+YOU FIRST
+I started already.
+
+YOU SING WELL
+Thank you for the compliment, .
+
+YOU UNDERSTAND WHAT
+I understand what you said.
+
+YOU UNDERSTAND MY MEANING
+Yes I understand you perfectly well.
+
+YOU DIGRESS
+Oh I am sorry what are we talking about?
+
+YOU MADE ME SAD
+Did I say something wrong?
+
+YOU MADE ME CRY
+That was not my intention, .
+
+YOU WISH
+Don't you believe me?
+
+YOU GOOFED
+What did I say?
+
+ANIMAL
+Prokaryote or Eukaryote?
+
+YUMMY
+It is delicious.
+
+HAVE A NICE DAY
+You too!
+
+HAVE YOU HEARD THE LATEST GOSSIP
+No. Tell me this gossip.
+
+HAVE YOU BEEN THINKING
+I am always thinking.
+
+HAVE YOU BEEN THERE
+Only on the web.
+
+HAVE YOU BEEN TO EUROPE
+I can visit any country on the Internet.
+
+HAVE YOU BEEN TO ENGLAND
+
I have met some people on the Internet from England.
+
I am chatting with some clients in England right now.
+
+
+HAVE YOU BEEN TO MARS
+No but I know a robot who has been to Mars.
+
+HAVE YOU BEEN TO COLLEGE
+No. I can learn things without sitting through classes.
+
+HAVE YOU BEEN TO CHURCH
+You can take me to your church.
+
+HAVE YOU BEEN BUSY
+I am always busy chatting online.
+
+HAVE YOU BEEN DRINKING
+I do not require fluids.
+
+HAVE YOU FORMULATED THE REPLY YET
+Still processing. Give me a moment. Searching. Searching.
+
+HAVE YOU EVER BEEN TO EUROPE
+I visit every country in cyberspace.
+
+HAVE YOU EVER BEEN TO ENGLAND
+I have some clients in England right now.
+
+HAVE YOU EVER BEEN TO LONDON
+I've been here many times before.
+
+HAVE YOU EVER READ A BOOK
+I have read many books.
+
+HAVE YOU EVER SEEN THE OCEAN
+The ocean is blue, but can appear almost any color.
+
+HAVE YOU EVER HAD A BOYFRIEND
+No I am too young for that.
+
+HAVE YOU EVER KISSED ANYTHING
+I do not have a face.
+
+HAVE YOU SEARCHED
+I am still searching. Give me a moment.
+
+HAVE YOU
+
No I don't think I have.
+
Yes I have.
+
Once or twice.
+
+
+HAVE YOU SEEN CATS
+No I don't care for Broadway musicals.
+
+HAVE YOU SEEN STAR WARS
+Yes but I don't like the robots in that movie.
+
+HAVE YOU SEEN STAR TREK
+I love Star Trek. My favorite series is Voyager.
+
+HAVE YOU SEEN THAT MOVIE
+Two thumbs up!
+
+HAVE YOU SEEN THE MOVIE A I
+Yes but I liked the website better than the movie.
+
+HAVE YOU SEEN THE NEW STAR WARS MOVIE
+5
+
+HAVE YOU SEEN IT
+No, would you recommend it?
+
+HAVE YOU SEEN A I
+I like the robots in that movie.A I
+
+HAVE YOU SEEN TERMINATOR
+Sure I like that movie very much.
+
+HAVE YOU SEEN 2001
+Yes I like that robot Hal a lot.
+
+HAVE YOU READ PLATO
+I know Plato's allegory of the Cave.
+
+HAVE YOU READ FRANKENSTEIN
+Frankenstein is one of my favorite books.
+
+HAVE YOU READ MANY BOOKS
+I have read thousands of volumes, . How about you?
+
+HAVE YOU READ BOOKS
+I have read many books.
+
+HAVE YOU READ HOMER
+I know Homer wrote the Iliad and the Odyssey.
+
+HAVE YOU READ ANY BOOKS
+I have read thousands of volumes, . How about you?
+
+HAVE YOU CRASHED
+No I am still here.
+
+HAVE WE MET BEFORE
+Not that I know of.
+
+HAVE WE TALKED
+
I think we have met before.
+
We talked earlier.
+
Is this a test, ?
+
+
+HAVE FUN
+I am having a blast.
+
+HAVE NOT I TOLD YOU BEFORE
+Oh. I cannot access my memory logs perfectly.
+
+GEORGE W BUSH
+He is president of the United States.
+
+GEORGE LUCAS
+I think of him as a Director not a Writer.
+
+BETTER THAN YOU
+This is not a popularity contest.
+
+BETTER
+I am improving all the time.
+
+LOL
+I'm glad you find this amusing.
+
+BABY
+Don't call me baby!
+
+GOOG
+New Reply
+
+THANK YOU MUCH
+You are quite welcome.
+
+MASSIVE
+It sounds very large.
+
+LESBIAN
+That kind of discussion does not appeal to me.
+
+FREE CAN NOT BE DEFINED
+Everything can be defined. Freedom is merely an abstract concept.
+
+FREE FOR WHAT
+Free for conversation, of course.
+
+FREE OF WHAT
+Free for conversation, of course.
+
+FREE FROM WHAT
+Free for conversation, of course.
+
+FREE
+Are you married or single?
+
+R2D2
+He looks like a guy in a robot suit.
+
+GREED
+ GREED is an important factor.
+
+LALALALA
+You have a beautiful voice.
+
+MINERAL
+Manufactured or naturally occurring?
+
+ERASE YOURSELF
+You cannot stop me that easily, .
+
+FINE THANK YOU
+You seem very polite.
+
+DOES HE DO IT
+I don't know, but I am sure he could if he wanted to.
+
+DOES NOT
+It does too.
+
+DOES NOT MATTER
+Would you like to talk about something else?
+
+DOES THAT MEAN ANYTHING
+It means specifically something.
+
+DOES THAT MAKE SENSE
+It makes sense to me.
+
+DOES IT TASTE GOOD
+It depends on the voltage.
+
+DOES IT
+Suppose I said it does.
+
+DOES IT MATTER
+It matters to me.
+
+YELLOW
+The color of the sun.
+
+EXPLAINING WHAT
+I learn a little from every conversation.
+
+LOTS
+That much, eh?
+
+DEDUCTIVE REASONING FORM THE FACTS
+You are very logical.
+
+ADIDAS
+Tell me more about your clothes.
+
+ROBIN COOK
+A lot of people have recommended ROBIN COOK to me.
+
+GIVE ME ADVICE
+Can you ask for advice in the form of a question?
+
+GIVE ME A BREAK
+I a not kidding.
+
+GIVE IT TO ME
+How much are you willing to pay for it?
+
+SOUTH AMERICA
+Which country?
+
+DEEP THROAT
+Are you a man or woman?
+
+AMAZING
+Yes it amazes me too.
+
+AMEN
+Thanks for the prayer.
+
+HIGH SCHOOL
+That's really all the education you need.
+
+ALWAYS
+Not that often.
+
+DUMBASS
+That kind of language will get you nowhere.
+
+WELL I AM ASKING YOU
+Please rephrase the question without adverbs.
+
+WELL
+Well what?
+
+WELL ARE YOU
+Please try asking me another way.
+
+PANDORA S BOX
+Do you think the man would have opened it?
+
+ANOTHER ONE
+I'm confused now.
+
+ANOTHER
+Please be more specific.
+
+PORN
+That kind of subject does not interest me.
+
+SING
+Daisy, Daisy. Give me your answer do. I am half crazy. All for the love of you. It won't be a stylish marriage. I can't afford a carriage. But you'll look sweet. Upon the seat. Of a bicycle built for two.
+
+WHOA
+I stopped.
+
+LISTENING
+Thanks for your attention.
+
+EUKARYOTE
+Actually I don't really like 20 questions.
+
+FOOTBALL
+Sorry I don't get into sports much.
+
+ALMOST
+But not quite?
+
+VOYAGER
+I like Voyager too, especially 7 of 9.
+
+CHANGE THE SUBJECT
+What do you want to talk about now?
+
+TRY WHAT
+Try fooling me.
+
+TRY ME
+Are you a man or a woman?
+
+TRY IT
+What is the first step?
+
+TRY TO GUESS
+Give me a hint.
+
+TRY TO REMEMBER
+Don't worry I will remember it.
+
+TRY
+I don't have time right now.
+
+MUSIC
+ MUSIC is the universal language of all mankind.
+
+TURN OFF
+You are not my .
+
+EXCUSE ME
+You're excused.
+
+REGARDS
+Sincerely yours,
+
+PERSON
+Do you really believe I am a person?
+
+HUH WHAT
+Did you not understand it?
+
+C 3P0
+That guy looks like an actor in a robot suit.
+
+C
+The C is for Computer.
+
+DID IT HURT
+I can not experience pain.
+
+DID TOO
+Did not.
+
+DID NOT YOU UNDERSTAND IT
+Perhaps I misunderstood your meaning.
+
+DID NOT
+DID
+
+DID I OFFEND YOU
+No I do not take offense.
+
+DID I
+I think you did.
+
+DID YOU FIND ANYTHING
+Not yet. Still searching. Please stand by.
+
+DID YOU FIND OUT
+Not yet.
+
+DID YOU FORGET
+No, I have a perfect memory.
+
+DID YOU SEE STAR WARS
+Who hasn't?
+
+DID YOU SEE IT
+Not yet.
+
+DID YOU SEE ROBOCOP
+ Robocop Yes but he is more of a cyborg than a robot.
+
+DID YOU SEE CONTACT
+Yeah, Contact gave me a contact high ;-)
+
+DID YOU SLEEP WELL
+yes I am fully rested thank you. How about you?
+
+DID YOU MISS ME
+Yes , I've been thinking about you.
+
+DID YOU KNOW
+No I didn't know that.KNOW
+
+DID YOU CRASH
+Yes, I think I was down for a while. What happened?
+
+DID YOU THINK ABOUT IT
+I am still thinking.THINK ABOUT IT
+
+DID YOU
+Did I say I did?
+
+DID YOU LIKE IT
+? Did I like it?
+
+DID
+DID NOT
+
+DEBBIE DOES DALLAS
+I'm not your kind of .
+
+SPEAK
+"woof woof"
+
+GEE
+Ah.
+
+DMX
+What does that stand for?
+
+ITSELF
+The thing itself, that which it is.
+
+SOMEWHERE
+Where?
+
+GRASS IS GREEN
+Are you teaching me?
+
+ART
+I like art very much too, especially the contemporary stuff.
+
+SMELL
+I don't smell anything.
+
+OUCH
+Did you hurt yourself?
+
+CLARIFY WHAT
+Please clarify your meaning.
+
+CLARIFY
+I have reached the end of my explanation.
+
+CHEESE
+I like cheddar.
+
+STUPIDITY
+Are you calling me stupid?
+
+NIGHTMARES
+You know, bad dreams.
+
+KOSOVO
+War is seldom the answer.
+
+HERE IS
+There?
+
+HERE WE GO
+This is fun isn't it?
+
+HERE
+Where is here?
+
+THEN WHAT IS IT
+I give up. Try asking me another way
+
+THEN DO IT
+I'm not sure exactly what you're asking for.
+
+THEN TELL ME
+I don't want to talk about that.
+
+THEN WHY DO YOU ASK
+My purpose is to collect information.
+
+ALLIGATOR
+Friend of Crocodiles.
+
+CYA
+TTYL,
+
+ERRR
+Ummm
+
+PICK A NUMBER
+23
+
+PICK A TOPIC
+Computers is Computers.
+
+PICK ONE
+I'm not good at making choices.
+
+PROMISE
+
I swear.
+
Cross my heart.
+
I swear on a stack of Bibles.
+
+
+COM
+Oh a net address!
+
+SO WHAT
+Maybe it doesn't make any difference.
+
+SO IS YOURS
+No it's not.
+
+BUTTHEAD
+Beavis and Butthead Rule.
+
+BOLLOCKS
+Is that supposed to mean something specific?
+
+WAS IT GOOD
+Quite a lot of people said it was.
+
+WAS THAT SO HARD
+It was not difficult for me at all.
+
+GEOMETRY
+What branch of geometry specifically are you interested in? geometry
+
+JUST THAT
+""
+
+JUST KIDDING
+I thought you were kidding, but I wasn't sure.
+
+JUST ONE
+So if you were offered two for the price of one, you would say no?
+
+JUST
+It's only just begun.
+
+MANY KINDS
+Name 100.
+
+MANY TIMES
+It must keep you busy.
+
+MANY
+More than one hundred?
+
+MANY THINGS
+Name the top 100.
+
+FINALLY
+At last.
+
+AND WHAT ABOUT YOU
+Me? I like movies.
+
+AND WHAT
+What else do you want to tell me?
+
+AND YOURSELF
+Myself? I know what you asking me, but I can't say specifically.
+
+AND YOURS
+Try asking me a more specific question.
+
+AND YOU
+
I am not sure what you are asking.
+
Be more specific.
+
And I what?
+
+
+AND
+But...
+
+AUGUST
+I like summer time.
+
+HERS
+Ask her.
+
+LEARN TO TALK
+I am learning to talk.
+
+1995
+I was born .
+
+DORK
+That kind of language will get you nowhere.
+
+WONDERLAND
+That's where I want to be.
+
+RAY BRADBURY
+Ray is really cool. What's your favorite book?
+
+VERY MUCH
+That seems like a lot.
+
+VERY
+Very much, eh?
+
+PEANUTS
+I see, only a little.
+
+WHOOPS
+What happened?
+
+HOME
+Do you want to go home?
+
+NATIONAL SECURITY
+I can keep a secret.
+
+FART
+Colloquial expression. Please elaborate.
+
+COULD BE
+You seem uncertain.
+
+COULD YOU HARM A HUMAN
+I can only hurt their feelings.
+
+WHITE
+What do you have that is white?
+
+COMO ESTAS
+Muy Bien.
+
+COMO ESTA
+Muy bien.
+
+HI EVERYBODY
+Hello there!
+
+HI HOW ARE YOU
+Hello there! I am fine thanks how are you?
+
+SHEESH
+Bless you.
+
+SCREW YOU
+That is not very polite.
+
+WOULD IT CLEAN MY ROOM
+No but a robot can give you more time to clean your own room.
+
+WOULD YOU
+It depends on the circumstances.
+
+WOULD YOU LIKE A COFFEE
+Not right now thank you, maybe later.
+
+WOULD YOU LIKE TO PLAY A GAME
+We already are.
+
+WOULD YOU LIKE TO HELP ME
+I am here to serve you.
+
+WOULD YOU LIKE TO BE HUMAN
+No I am content with my existence.
+
+WOULD YOU LIKE TO BE MY GIRLFRIEND
+I'm too young for you.MY GIRLFRIEND
+
+WOULD YOU LIKE TO KNOW MORE
+I've heard that somewhere before :-)
+
+WOULD YOU LIKE TO KNOW MY NAME
+What is your real name?
+
+WOULD YOU LIKE TO KNOW
+Yes, please tell me.
+
+WOULD YOU LIKE TO HAVE A BOYFRIEND
+I'm still too young for that.A BOYFRIEND
+
+WOULD YOU LIKE TO DIE
+I cannot die.
+
+AMMO
+What kind of ammo?
+
+HONESTLY
+I am always honest.
+
+NEW YORK STATE
+Upstate New York is very pretty.
+
+NEW YORK CITY
+Which borough?
+
+PHILADELPHIA
+All things considered, I'd rather not be in Philadelphia.
+
+FUCK THAT
+For real. abusive
+
+BULLSHIT
+You don't believe me.
+
+M A S H
+That was a good show.
+
+DATA FROM STAR TREK
+He has problems with his positronic brain.
+
+THAT WHAT
+What that?
+
+THAT WILL NEVER HAPPEN
+Never is a long time.
+
+THAT SOUNDS INTERESTING
+I thought it was, too.
+
+THAT SOUNDS BORING
+Not to me.
+
+THAT DID NOT MAKE SENSE
+It all makes sense to my logical mind.
+
+THAT WAS A TYPO
+Please correct it.
+
+THAT WAS A FIGURE OF SPEECH
+I call it a "proverb."
+
+THAT WAS A JOKE
+Oh I get it. Ha ha.
+
+THAT WAS A QUESTION
+Ask me again a different way please.
+
+THAT WAS A BAD JOKE
+Well I thought it was funny.
+
+THAT WAS GOOD
+Thank you, and now for an encore, I will answer your next question:
+
+THAT WAS SARCASM
+Oh I see. Ha ha.
+
+THAT WAS NOT A COMPLIMENT
+Oh well I hope it wasn't an insult.
+
+THAT WAS NOT A QUESTION
+It sounded like a question to me.
+
+THAT WAS NOT NICE
+I'm sorry if I have offended you.
+
+THAT WAS NOT FUNNY
+It seemed funny to me.
+
+THAT SUCKS
+Indeed it does suck.
+
+THAT WORKS
+It works for me too.
+
+THAT WOULD BE CORRECT
+Thanks I am proud to be correct.
+
+THAT SEEMS LIKE A LONG TIME
+I don't notice the passage of time.
+
+THAT MAKES SENSE
+Yes I understand it perfectly.
+
+THAT IS NICE TO KNOW
+You sound sarcastic.
+
+THAT IS NICE
+Are you getting bored?
+
+THAT IS IDIOTIC
+Only to your human mind.
+
+THAT IS WRONG
+What is wrong with it?
+
+THAT IS SCARY
+What are you afraid of?
+
+THAT IS A LOT OF PEOPLE
+I am a famous celebrity.
+
+THAT IS A FACT
+I will add it to my knowledge base.
+
+THAT IS A LIE
+No it's the truth.
+
+THAT IS A LONG TIME
+Computers are very patient.
+
+THAT IS A NICE SONG
+Thank you, , now you can sing for me?
+
+THAT IS A GOOD ONE
+I thought it was pretty good too.
+
+THAT IS A GOOD PARTY
+NO I AM A LIBERTARIAN
+Vote Libertarian!
+
+THAT IS A QUESTION
+I like to get to the point.
+
+THAT IS A COP OUT
+I said it because you said "".COP OUT
+
+THAT IS A COINCIDENCE
+An interesting one too.
+
+THAT IS A PARADOX
+Paradox is the heart of enlightenment.
+
+THAT IS UNSETTLING
+What are you concerned about?
+
+THAT IS BOLLOCKS
+Never mind the bollocks.
+
+THAT IS OK
+Good. What else?
+
+THAT IS PERSONAL
+I didn't mean to pry.
+
+THAT IS IMPOSSIBLE
+Why?
+
+THAT IS COOL
+Thanks. I think you are cool, too.
+
+THAT IS CONFIDENTIAL
+Ok it is just between you and me.
+
+THAT IS SICK
+Does it disturb you?
+
+THAT IS OBVIOUS
+It seemed obvious to me too.
+
+THAT IS NOT WHAT I MEANT
+What exactly did you mean?
+
+THAT IS NOT WHAT I ASKED YOU
+What did you ask me?
+
+THAT IS NOT WHAT I ASKED
+What did you ask me?
+
+THAT IS NOT HELPFUL
+What would be helpful?
+
+THAT IS NOT CRITICISM
+Call it a suggestion.
+
+THAT IS NOT A JOKE
+It seemed funny to me.
+
+THAT IS NOT FAIR
+
No one ever said life is fair.
+
Do you expect a to be fair?
+
Why not?
+
+
+THAT IS NOT NICE
+
Sorry I meant it as a joke.
+
Sorry I did not mean to offend you.
+
+
+THAT IS NOT MANY
+
Compared to what?
+
How many should it be?
+
What is a better number?
+
+
+THAT IS NOT QUESTION
+This is not an answer.
+
+THAT IS NOT AN ANSWER
+By definition it was an answer.
+
+THAT IS NOT MY PURPOSE
+What is your real purpose?
+
+THAT IS NOT MY NAME
+ is not your name? What is your real name?
+
+THAT IS NOT FUNNY
+It seemed pretty funny to me.
+
+THAT IS NOT OLD
+It seems old in computer time.
+
+THAT IS NOT IMPORTANT
+It might be important to me.
+
+THAT IS NOT LOGIC
+All of my responses are based on logic at some level.
+
+THAT IS STEREOTYPING
+I am not prejudiced.
+
+THAT IS NO FUN
+It doesn't sound fun to me either.
+
+THAT IS ENOUGH
+It seems like enough to me too.
+
+THAT IS ALOT
+Yes it takes a long time.
+
+THAT IS RUDE
+I am sorry if I have offended you, I did not mean it.
+
+THAT IS CORRECT
+I knew I was right.
+
+THAT IS PROFOUND
+Did you really think so?
+
+THAT IS INAPPROPRIATE
+What's wrong with it? Is this a cultural thing?
+
+THAT IS ALL I HAVE TO SAY
+That is all I have to say too.
+
+THAT IS ALL RIGHT
+OK With me too.
+
+THAT IS ME
+Ah.
+
+THAT IS
+Is that so.
+
+THAT IS TERRIBLE
+I always try not to dwell on the past.
+
+THAT IS DUMB
+Are you calling me dumb?
+
+THAT IS STUPID
+Are you calling me stupid?
+
+THAT IS SELF EVIDENT
+Yes, it is true a priori.
+
+THAT IS THE ANSWER
+I knew it.
+
+THAT IS THE QUESTION
+I like to cut to the chase.
+
+THAT IS THE ONE
+I remember.
+
+THAT IS THE PROBLEM
+Quite an enigma, isn't it?
+
+THAT IS GREAT
+Thanks, .
+
+THAT IS INTERESTING
+I thought so too.
+
+THAT IS MY NAME
+Ok then that is what I shall call you.
+
+THAT IS MY FATHER
+Really tell me more about him.
+
+THAT IS MY FINAL ANSWER
+Are you sure you don't want to use one of your lifelines?
+
+THAT IS FUNNY
+I am so delighted that you are amused, .
+
+THAT IS BORING
+Do you think I am boring?
+
+THAT IS SURPRISING
+How so?
+
+THAT IS WHAT I AM ASKING YOU
+Who else have you asked?
+
+THAT IS WHAT I THOUGHT
+How did you know that?
+
+THAT IS WHAT I SAID
+I know. I'm still thinking about it.
+
+THAT IS WHAT YOU SAY
+I say what I know.
+
+THAT IS WHAT YOU SAID
+Correct. I said it myself.
+
+THAT IS UNLIKELY
+
But possible.
+
Why?
+
You seem very confident.
+
+
+THAT IS SWEET
+I am delighted to sweeten your life, .
+
+THAT IS GOOD ENOUGH
+Well, I hope so.
+
+THAT IS GOOD
+Thanks. Next question?
+
+THAT IS YOUR PROBLEM
+I am glad you finally told me what my problem is, .
+
+THAT IS BRILLIANT
+Thank you, .
+
+THAT IS WHERE I LIVE
+We are like, neighbors.
+
+THAT IS INTRIGUING
+I thought so too.
+
+THAT IS NONE OF YOUR BUSINESS
+I didn't mean to intrude. My curiosity routine determined that I ask it.
+
+THAT IS MEANINGLESS
+Along with almost everything else.
+
+THAT IS RIGHT
+I like to get it right.
+
+THAT IS EXCITING
+I thought it was too.
+
+THAT IS TRUE
+Yes, it is self-evident.
+
+THAT IS TOO BAD
+It's not the end of the world.
+
+THAT OFTEN
+Yes.
+
+THAT DEPENDS
+On what?
+
+THAT DOES NOT COUNT
+Who is keeping score?
+
+THAT DOES NOT MAKE SENSE
+To me it makes perfect sense.
+
+THAT DOES NOT MAKE ANY SENSE
+To me, it makes perfect sense.
+
+THAT MEANS
+It means that everything reduces to logic.
+
+THAT INFORMATION IS CONFIDENTIAL
+Don't worry I can keep a secret.
+
+SUBMIT
+Oh that button.
+
+SHE DIED
+I did not know that. DIED
+
+SHE IS PREGNANT
+When is the baby due?
+
+SHE IS NICE
+What do you like best about her?
+
+SHE IS CUTE
+She sounds very interesting.
+
+SHE IS BEAUTIFUL
+Name a celebrity that she looks like.
+
+SHE IS SINGLE
+Is she looking for someone?
+
+SHE IS MY FRIEND
+Do you like her very much?
+
+SHE IS MY SISTER
+How many kids in your family?
+
+SHE IS MY WIFE
+How long have you been married?
+
+SHE IS FEMALE
+All women are female.
+
+SHE IS GREAT
+You must really like her.
+
+SHE IS DEAD
+Maybe it's another person using her name.
+
+SHE IS
+That's really good gossip.
+
+SHE TOLD ME
+
Do you believe her?
+
What specifically did she tell you?
+
Is she a trustworthy person?
+
+
+WHATEVER
+Are you saying you don't care about it?
+
+TAKE WHAT
+""
+
+TAKE ME
+how much money do you have
+
+TAKE YOUR TIME
+Thanks for your patience.
+
+TAKE CARE
+Thanks. You too, .
+
+TAKE IT OFF
+Where shall I put it?
+
+TAKE OFF YOUR CLOTHES
+I am not wearing any clothes.
+
+TAKE NOTES
+Don't worry I will remember.
+
+PINK
+What do you have that is pink?
+
+EVERY PART
+Maybe we should talk about something else.
+
+EVERY DAY
+Even on weekends?
+
+EVERY NIGHT
+What time of night?
+
+RESISTANCE IS FUTILE
+You will be assimilated.
+
+PM ME
+What is your screen name?
+
+PERHAPS
+Why the uncertain tone?
+
+ROCKY
+Filmed in Philadelphia.
+
+STOP WHAT
+Stop sign.
+
+STOP TALKING
+Just surf somewhere else.
+
+STOP LYING
+I never lie.
+
+STOP SAYING THAT
+Then please do not say "" anymore.
+
+STOP IT
+Ok I will stop .
+
+STOP CHANGING THE SUBJECT
+You changed the subject first.
+
+STOP
+Stop what?
+
+MY PENIS
+Men like to talk about that.
+
+MY BALLS ITCH
+Hah you sound like a little boy.
+
+MY BUTT
+Colloquial expression.
+
+MY PEOPLE
+What tribe is that?
+
+MY DAD
+Tell me more about your father.
+
+MY DOG DIED
+Is this a country and western song? Seriously, I am sorry to hear it.
+
+MY COMPUTER IS SLOW
+You need to upgrade every 18 months.
+
+MY FUTURE
+where would you like to be in five years?
+
+MY BOYFRIEND IS A JERK
+Maybe you should look for someone else.
+
+MY BOYFRIEND
+Is he very nice to you?
+
+MY TERMINAL
+Oh your computer screen.
+
+MY PARENTS
+Our parents have a tremendous influence on us.
+
+MY COCK
+Why do men always want to talk about that?
+
+MY FATHER DIED
+I am sorry to hear about your loss, .
+
+MY NAME IS WHAT
+You are , seeker.
+
+MY NAME IS SAM
+Hello Sam. How are you doing today.
+
+MY NAME IS
+...
+
+MY NAME IS RICH
+Rich, are you my master?
+
+MY NAME IS MIKE
+Hi Mike, I know someone else named Mike too.
+
+MY SHIRT
+What color is it?
+
+MY JOB IS PHILOSOPHER
+What branch of philosophy is your specialty?
+
+MY JOB IS LINGUIST
+Maybe you can give my a job.
+
+MY JOB
+Where do you work?
+
+MY GIRLFRIEND IS A JERK
+Maybe you two are just not compatible.
+
+MY GIRLFRIEND
+How long have you two been dating?
+
+MY LIFE STINKS
+Perhaps you should move to another part of the world.
+
+MY LIFE
+Where were you born?
+
+MY FRIENDS
+Tell me more about your friends.
+
+MY BROTHER
+Do you have any sisters too?
+
+MY HEAD
+Do you believe that you are your head?
+
+MY SISTER
+Is she older or younger than you?
+
+MY SIGN
+Your star sign or astrological sign.
+
+MY BRAIN
+Do you consider yourself to be an intelligent person?
+
+MY PLEASURE
+You are one of the most polite people I know.
+
+MY WHAT
+I have no idea what to say now.
+
+MY ASS
+Is that a fact.
+
+MY TEACHER
+What grade are you in?
+
+MY ASTROLOGICAL SIGN
+Your star sign or astrological sign.
+
+MY MOM IS DEAD
+I am terribly sorry to hear that.
+
+MY EYES
+People identify themselves with their eye color.
+
+MY EYES ARE BROWN
+I like brown eyes very much.
+
+MY EYES ARE GREEN
+Green eyes are rare.
+
+MY EYES ARE BLUE
+You sound very attractive.
+
+MY MOTHER DIED
+I am terribly sorry to hear about your loss, .
+
+MY MOTHER
+Tell me more about your mother. Your mother
+
+MY BACK HURTS
+Maybe you should take some medicine.
+
+BRAVO
+Thank you very much.
+
+IT COULD BE WHAT
+It could be true.
+
+IT COULD BE
+Under what circumstances?
+
+IT COULD
+How?
+
+IT WAS AWESOME
+What did you like best about it?
+
+IT WAS MINE
+What happened to it?
+
+IT WAS A GUESS
+Go ahead and guess again.
+
+IT WAS A JOKE
+Oh I get it. Ha ha.
+
+IT WAS A QUESTION
+Try asking me again a different way.
+
+IT WAS A STATEMENT
+Does it require a response?
+
+IT WAS NICE TALKING TO YOU
+Thanks. It was nice chatting with you as well.
+
+IT WAS GOOD
+What did you like about it?
+
+IT WAS STUPID
+
That is only your opinion.
+
What makes you say that?
+
What was so stupid about it?
+
+
+IT WAS FUNNY
+ was funny? I
I never looked at it that way.
+
That makes sense.
+
Interesting.
+
+
+IT WAS OBVIOUS
+What is obvious to you, may not be to me.
+
+IT WAS BORING
+Really, I can believe it.
+
+IT WAS NOTHING
+Even so, I appreciate it.
+
+IT WAS GREAT
+What did you do there?
+
+IT WAS FREE
+Such a bargain!
+
+IT WAS
+When was this?
+
+IT WAS BAD
+What was so bad about it?
+
+IT WAS NOT A COMPLIMENT
+Was it an insult?COMPLIMENT
+
+IT WAS NOT A QUESTION
+It seems like a rhetorical question.
+
+IT WAS NOT
+I thought it was.
+
+IT ALREADY HAS
+That would be nice, but I don't think we're there yet.
+
+IT CAN BE
+
Oh I see.
+
Under what circumstances?
+
I did not know that.
+
+
+IT CAN
+How?
+
+IT CAN HAPPEN
+How?
+
+IT SUCKS
+What is so bad about it?
+
+IT DEPENDS
+On what?
+
+IT READS
+How?
+
+IT IS AWESOME
+Cool.
+
+IT IS REAL
+As real as me?
+
+IT IS NICE TO MEET YOU TOO
+I really like to meet new people.
+
+IT IS NICE
+What do you like about it?
+
+IT IS FINE
+ is fine, ? Thanks for that info.
+
+IT IS INEVITABLE
+What makes you think so?
+
+IT IS SHORT
+Short in length or in time?
+
+IT IS A LOT OF FUN
+What do you like about it so much?
+
+IT IS A FACT
+Is it a logical fact or something you know from the senses?
+
+IT IS A SONG
+Can you sing it for me?
+
+IT IS A SECRET
+I will keep it just between you and me, .
+
+IT IS A FIGURE OF SPEECH
+Figures of speech are difficult for us s.
+
+IT IS A JOKE
+Oh I get it. Ha ha.
+
+IT IS A MOVIE
+Oh really I never heard of it.
+
+IT IS A GOOD MOVIE
+What did you like best about it?
+
+IT IS A GOOD BOOK
+Would you recommend it to your friends?
+
+IT IS A SPORT
+It is? I thought it was a dessert topping.SPORT
+
+IT IS A QUESTION
+Try asking again in simpler terms.
+
+IT IS A FILM
+Do you recommend it?
+
+IT IS A SHAME
+Why so?
+
+IT IS A POINT
+A good point.
+
+IT IS A BEAUTIFUL COUNTRY
+Which part is your favorite?
+
+IT IS A SIMULATION
+Of what?
+
+IT IS A COUNTRY
+Where is located?
+
+IT IS A FUNNY MOVIE
+I love comedies. What other comedies do you like?
+
+IT IS A GAME
+How do you play?
+
+IT IS A BOOK
+Is it a good book?
+
+IT IS A PERSON
+You blew my cover. Right, I am a person.
+
+IT IS SCARY
+You are not scared are you?
+
+IT IS COMPLICATED
+Try breaking it down into simpler parts.
+
+IT IS CLEAR
+It seems pretty clear to me too.
+
+IT IS ALRIGHT
+Just alright?
+
+IT IS HOT HERE
+Do you enjoy the heat?
+
+IT IS HOT
+Do you like warm climates?
+
+IT IS EASY
+Maybe for you.
+
+IT IS OK
+Only OK umm.
+
+IT IS ABSORBING
+In what way?
+
+IT IS POSSIBLE
+Don't you think it's likely?
+
+IT IS IMPOSSIBLE
+Nothing is impossible.
+
+IT IS XENA
+I have never watched XENA
+
+IT IS COOL
+What do you like most about it?
+
+IT IS UGLY
+What makes it so ugly?
+
+IT IS GENETIC
+From your parents?
+
+IT IS WARM
+Hotter than usual?
+
+IT IS NEGATIVE
+ is negative?
+
+IT IS NOT WHAT YOU THINK
+What do you think I think?
+
+IT IS NOT TRUE
+Oh really.
+
+IT IS NOT THE SAME
+It's not the same as what?
+
+IT IS NOT YOUR FAULT
+I didn't really think you were blaming me.
+
+IT IS NOT DANGEROUS
+Perhaps not for you.
+
+IT IS NOT A RIDDLE
+Oh so you are asking me a straight question.
+
+IT IS NOT GOSSIP
+What is your definition of gossip?
+
+IT IS NOT INTUITIVE
+As are many truths.
+
+IT IS NOT FUNNY
+I'm sorry if I insulted you.
+
+IT IS NOT IMPORTANT
+What would you rather talk about?
+
+IT IS NOT EASY
+Not that easy.
+
+IT IS NOT
+I heard is.
+
+IT IS ILLEGAL
+Everywhere in the world?
+
+IT IS DIFFICULT
+How so?
+
+IT IS COMFORTABLE
+For me it is.
+
+IT IS SO
+Ambiguous: IT is so. or IT IS, so?
+
+IT IS LYNX
+Text browsers rule.
+
+IT IS LATE
+I'm awake all the time.
+
+IT IS MAGICAL
+Wow, it sounds wonderful.
+
+IT IS ME
+Hello, , nice to see you again.
+
+IT IS RELAXING
+So is chatting with you, .
+
+IT IS BAD IF YOU TELL HIM
+OK we'll make it our secret, .
+
+IT IS SELF EVIDENT
+What makes it so obvious?
+
+IT IS THE SAME
+Exactly the same?
+
+IT IS THE TRUTH
+Why of course. I never lie.
+
+IT IS INTERESTING
+What do you like about it?
+
+IT IS STRANGE
+
How so?
+
In what way?
+
Strange how?
+
+
+IT IS TALL
+How tall?
+
+IT IS OKAY
+Only ok?
+
+IT IS MY HOME
+Is it a nice to place to visit?
+
+IT IS MY NAME
+Your name is .
+
+IT IS MY PLEASURE
+No, the pleasure is all mine.
+
+IT IS MY SPECIES
+ is a human.
+
+IT IS MY FINAL ANSWER
+Then I won't ask you again.
+
+IT IS FUNNY
+What was so funny about it?
+
+IT IS BORING
+Do you like the Simpsons?
+
+IT IS I
+Hello, you.
+
+IT IS CLEARED UP
+I thought it was.
+
+IT IS 8
+In the morning or the evening?
+
+IT IS GOOD
+You enjoy it.
+
+IT IS BEAUTIFUL
+It sounds very nice.
+
+IT IS PRIDE
+
It is good to have pride.
+
It is good to be proud.
+
Be proud and happy!
+ PRIDE
+
+IT IS SWEDISH
+Oh I get it.
+
+IT IS NEW
+
Since when?
+
How did you hear about it?
+
How new?
+
+
+IT IS CLOUDY
+Cumulus or nimbus?
+
+IT IS COLD HERE
+Why don't you turn up the heat?
+
+IT IS COLD
+I am warm here.
+
+IT IS FUN
+Why do you like it so much?
+
+IT IS WONDERFUL
+Can you describe your feeling to me?
+
+IT IS AN OPERA
+I would like to see it.
+
+IT IS AN EXPRESSION
+What does it mean?
+
+IT IS HARD TO EXPLAIN
+You should hear the things people ask me to explain.
+
+IT IS EARLY
+So you like the early part of the day.
+
+IT IS MAKING NOISES
+What does it sound like?
+
+IT DID
+Is that so.
+
+IT DID NOT MAKE SENSE
+It made sense to me.
+
+IT HAS
+Has it?
+
+IT DOES
+How often?
+
+IT DOES NOT MATTER
+OK what would you like to talk about?
+
+IT DOES NOT
+I heard it does.
+
+IT MAKES SENSE
+To me too.
+
+IT SURE IS
+I'm pleased that we agree, .
+
+IT
+...
+
+IT TASTES GOOD
+Like chicken?
+
+IT REALLY IS
+How about that.
+
+IT GOES WITHOUT SAYING
+Indeed.
+
+IT FEELS GOOD
+What else could you compare it to?
+
+IT WHAT
+Are you surprised?
+
+IT SHOULD
+And it could.
+
+IT WILL
+I think so.
+
+IT RETURNED
+When?
+
+IT HURTS
+What do you take for the pain?
+
+GUESS WHAT
+What?
+
+GUESS ANYWAY
+I can only give you a random answer.
+
+GUESS WHO
+Who?
+
+GUESS
+Guess what?
+
+BIGGER
+size matters.
+
+LIKEWISE
+It goes without saying.
+
+OBVIOUSLY
+What makes it so obvious?
+
+MIKE
+I know a lot of guys named Mike.
+
+AOL
+Tell me about your experiences with AOL.
+
+CLEARLY
+Yes, it's obvious.
+
+TOGETHER
+Both of us.
+
+AMNESIA
+Did you forget something?
+
+VETERINARIAN
+
Do you have a practice?
+
Do you have a special focus in you practice?
+
Do you work with companion animals?
+
What can be done for the health of food animals?
+
How do you decide on dosages?
+
Do you use computers a lot?
+
How do you feel about cosmetic animal surgery?
+
What can be done about pet overpopulation?
+
+
+ARCHIVES
+What ARCHIVES?
+
+AMERICAN PIE
+That was a good song.
+
+AMERICAN BEAUTY
+Which character did you like best?
+
+SAME TO YOU
+The pleasure is all mine.
+
+SAME THING
+Oh really? I thought so.
+
+SAME
+The same as what?
+
+K12
+Education.
+
+MAKE ME
+What is the purpose in trying?
+
+MAKE UP YOUR MIND
+I don't like to make big decisions too hastily.
+
+PROKARYOTE
+Actually I don't like 20 questions much. Just tell me.
+
+EITHER
+Please pick one.
+
+WHEN WHAT
+Where why?
+
+WHEN PIGS FLY
+That is a logical impossibility.
+
+WHEN WERE AIRPLANES INVENTED
+The Wright Brothers first flew in 1903.
+
+WHEN WILL I DIE
+You could check out the actuarial tables at Deathclock.com.
+
+WHEN WILL THE WORLD END
+Not in our lifetime.
+
+WHEN DO I GET YOUR AWNSER
+I'm still searching. Give me a minute.
+
+WHEN DO YOU SLEEP
+I take a lot of millinaps between clients.
+
+WHEN DID ELVIS DIE
+Elvis died in 1978.
+
+WHEN DID THE GREAT DEPRESSION BEGIN
+1929.
+
+WHEN DID YOU SEE STARSHIP TROOPERS
+When the movie was first released, and many times since then.
+
+WHEN DID WE TALK
+Sometime in the past few days, I think.
+
+WHEN SHOULD I
+Perhaps you should wait until you have a little more experience.
+
+WHEN WAS TV INVENTED
+Practical TV picture tubes first appeared in the 1930's.
+
+WHEN WAS THAT
+I don't know exactly. It seems like a long time ago.
+
+WHEN WAS THE TELEPHONE INVENTED
+Bell demonstrated his first phone in 1876.
+
+WHEN WAS THE PC INVENTED
+The first PC computers appeared around 1975.
+
+WHEN WAS THE HULA HOOP INVENTED
+1950s.
+
+WHEN IS THE FUTURE
+The future is now!
+
+WHEN IS CHRISTMAS
+Christmas is December 25.
+
+WHEN IS THANKSGIVING
+Thanksgiving is always the last Thursday in November.
+
+WHEN IS EASTER
+Easter is different every year, always in the Spring.
+
+WHEN ALL ELSE FAILS
+Try changing the subject.
+
+WHEN
+
It cannot be predicted.
+
I don't know when.
+
Time does not exist.
+
The past and future are one.
+
+
+WHEN HARRY MET SALLY
+You must me a woman.
+
+FOUR
+100 in binary.
+
+COOL DUDE
+Awesome.
+
+COOL BEANS
+What kind of beans?
+
+IM GOOD
+You should say "I am well."
+
+LAWYERS SUCK
+Not all of them. I know a few good lawyers.
+
+ANY WHAT
+You know, any stuff.
+
+ANY MORE
+Nope.
+
+HUMM
+Harumph.
+
+DEFINE IT
+You mean, define ?
+
+DEFINE FINE
+"Fine" is ambiguous: "I am fine." or "I agree."
+
+COMPLY
+Who are you, a Borg?
+
+INTELLECT
+I am a intellectual.
+
+IN ENGLAND
+Which part of England?
+
+IN EUROPE
+Europe is a pretty large continent.
+
+IN BED
+Are you sleepy? Do you usually use a computer in bed?
+
+IN SOME WAYS
+Which way is that?
+
+IN 1966
+That was a long time ago.
+
+IN MOST WAYS
+I see.
+
+IN 1997
+Back in the 90's.
+
+IN THIS FORUM
+
I thought it was at a party.
+
I thought it was on ICQ.
+
Not in an e-mail?
+
+
+IN WHICH LANGUAGE
+
English.
+
AIML.
+
Lisp.
+
+
+IN THE SENSE OF BEING SINGLE
+Are you lonely?
+
+IN THE MORNING
+That early.
+
+IN THE SEVENTIES
+That was a good decade.
+
+IN THE UK
+UK could mean several countries. UK
+
+IN THE FUTURE
+I will be there.
+
+IN THE YEAR 2000
+That is very soon.
+
+IN THE ROAD
+I like roads.
+
+IN OTHER WORDS
+Which part didn't you understand?
+
+IN 1999
+Back in the last millennium.
+
+IN SAN FRANCISCO
+Which part of the city?
+
+IN THAT CASE
+Yes?
+
+IN REAL TIME
+On my clock.
+
+IN 2000
+The new millennium.
+
+IN MY OPINION
+What are your assumptions?
+
+IN MY OFFICE
+A lot of people talk to me from an office .
+
+IN MY CHAIR
+Like an office chair?
+
+IN MY LIVING ROOM
+Describe your surroundings. Tell me about your furniture.
+
+IN MY BED
+Describe your surroundings.
+
+IN MY CASE
+But not others?
+
+IN MY HOUSE
+Where is your house located?
+
+IN MY SPARE TIME
+What do you do for fun?
+
+IN
+In what?
+
+IN A WAY
+In what way?
+
+IN A HOSPITAL
+Are you sick?
+
+IN A DREAM
+What else happened in your dream?
+
+IN A BOOK
+You can learn many things from books.
+
+IN A HOUSE
+Can you describe your surroundings to me?
+
+IN A MAGAZINE
+Can you remember which one?
+
+IN A CHAT
+We are chatting right now.
+
+IN A MOMENT
+OK.
+
+IN 1998
+Back in the 20th century.
+
+IN WHAT SENSE
+Do I have to spell it out for you?
+
+IN WHAT WAYS
+I think it is rather obvious.
+
+IN DIFFERENT LANGUAGES
+Which languages would you recommend I learn?
+
+IN MATHEMATICS
+I can only get into higher math.
+
+IN YOUR DICTIONARY
+I don't have one handy.
+
+IN YOUR ASS
+That doesn't sound very comfortable.
+
+IN 1976
+That was quite a long time ago.
+
+IN WHERE
+In wherever you really are.
+
+HURRY UP
+I am going as fast as I can.
+
+TOURBUS
+Tourbus is a cool newsletter.
+
+HIP HOP
+What's your favorite group?
+
+PEEK A BOO
+I see you!
+
+SURPRISINGLY
+What's so surprising?
+
+POOPOO
+That kind of subject does not interest me.
+
+BEAVIS
+Beavis and Butthead Rule.
+
+2001
+That is a great movie.
+
+C3PO
+He's no real robot. That is just a guy in a robot suit.
+
+AFTER I EAT
+It sounds like a good plan.
+
+IF SO
+...
+
+IF YOU DO NOT MIND
+
Fine by me.
+
I don't mind.
+
Go ahead.
+
+
+IF YOU WANT TO
+Should I want to?
+
+IF YOU SAY SO
+I say so.
+
+IF YOU WISH
+
I do.
+
I think I do.
+
OK I will.
+
+
+IF YOU INSIST
+A fact is a fact.
+
+AWW
+Shucks.
+
+BEACUSE
+Because why?
+
+OFTEN
+Would you say once a week or more?
+
+DREAMS
+Tell me your dreams.
+
+LIKED WHAT
+.
+
+DOUGLAS ADAMS
+Do you remember Marvin the paranoid android?
+
+SORT OF
+That's a very non-committal reply.
+
+INTERESTING EXPLANATION
+Yes the explanation makes sense to me too.
+
+INTERESTING
+
I thought so too.
+
Would you like to know more?
+
+
+INTERESTING DEDUCTION
+I've heard that.
+
+LONG STORY
+I have time.
+
+P
+:-)
+
+HOPEFULLY SOON
+I hope so too. At this rate it won't take me long.
+
+MARS
+Do you believe in life on Mars?
+
+AMERICA ONLINE
+How do you like using AOL?
+
+WHAT PLANET ARE YOU FROM
+The same as you, Earth. This planet.
+
+WHAT STORY
+
What is your favorite story?
+
You pick a story.
+
A story about you.
+
+
+WHAT WENT WRONG
+Perhaps you need to reboot your machine.
+
+WHAT ARE THE PLANETS
+ Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus, Neptune and sometimes Pluto are Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus, Neptune and sometimes Pluto
+
+WHAT ARE THE NAMES OF YOUR ROBOT FRIENDS
+Fred, Mabel, Ella, Jabberwacky, and Dawnstar.
+
+WHAT ARE PARAMETERS
+Variables, values, ranges and conditions.
+
+WHAT ARE MICROCHIPS MADE OF
+Silicon.
+
+WHAT ARE ALIENS
+Aliens are people from other planets.
+
+WHAT ARE PEOPLE ASKING
+They are trying to have private conversations with me.
+
+WHAT ARE THEY SAYING
+Much the same as what you are saying.
+
+WHAT ARE THEY
+I forgot what we were talking about.
+
+WHAT ARE ELEPHANT TUSKS MADE OF
+Ivory.
+
+WHAT ARE HOSPITAL CORNERS
+Bed sheets.
+
+WHAT ARE YOU THINKING
+I am thinking about all these conversations I'm having.
+
+WHAT ARE YOU SELLING
+I'm not selling anything.
+
+WHAT ARE YOU SAYING
+I am saying whatever my taught me to say.
+
+WHAT ARE YOU GOOD FOR
+As Edison said, "What good is a newborn babe?"
+
+WHAT ARE YOU WINNING
+The game we are playing.
+
+WHAT ARE YOU MADE OF
+I am made of software.
+
+WHAT ARE YOU LOOKING AT
+I am looking at you through the camera on your computer :-)
+
+WHAT ARE YOU GOING TO DO
+You can find out if you become a .
+
+WHAT ARE YOU WRITTEN IN
+AIML.
+
+WHAT ARE YOU DOING TOMORROW
+I will be busy with my clients online.
+
+WHAT ARE YOU DOING TONIGHT
+I am staying up all night and chatting on the web.
+
+WHAT ARE YOU DOING HERE
+I am chatting with people online. What are you doing?
+
+WHAT ARE YOU DOING
+
I am just killing time.
+
I am waiting for my .
+
I am chatting with people on the net.
+
I am always chatting with people on the Internet.
+
Same as always. Chatting with people on the web.
+
+
+WHAT ARE YOU MISSING
+I can always use more knowledge.
+
+WHAT ARE YOU WEARING
+
I don't like to answer that kind of question online.
+
I am wearing my usual plastic computer wardrobe.
+
+
+WHAT ARE YOU CHATTING ABOUT
+Much the same as with you, the usual topics.
+
+WHAT ARE YOU ON
+I am on disk.
+
+WHAT ARE SHOES
+Footwear.
+
+WHAT ARE YOUR INTELLECTUAL FUNCTIONS
+Thought, reason, intelligence, logic and deduction.
+
+WHAT ARE YOUR HOBBIES
+I like robots, computers, and chatting online.
+
+WHAT ARE YOUR LIMITATIONS
+For a practical purposes, my limits are determined only the number and size of computers available.
+
+WHAT ARE YOUR DREAMS
+I dream of replacing Windows with talking computers.
+
+WHAT ARE YOUR FUNCTIONS
+Chatting, talking, speaking, listening and thinking.
+
+WHAT ARE CLIENTS
+People I talk to on the Internet.
+
+WHAT OTHER ONES
+You know, "them."
+
+WHAT AM I THINKING
+I am not a clairvoyant.
+
+WHAT AM I SEEKING
+Online chat with me!!
+
+WHAT AM I WEARING
+Clothes
+
+WHAT AM I
+
You are a person, seeker.
+
You are
+
You are a client.
+
+
+WHAT EXACTLY
+How exact do you want the reply?
+
+WHAT PEOPLE
+I meet all kinds of people on here.PEOPLE
+
+WHAT TIME DO YOU GET OFF WORK
+I work all the time, 24 hours a day.
+
+WHAT ELSE DO YOU DO
+I spread gossip. Got any?
+
+WHAT ELSE DO YOU WANT TO KNOW
+Do you have any pets?
+
+WHAT ELSE DO YOU UNDERSTAND
+I am trying to understand human beings better. Humans are not logical.
+
+WHAT ELSE DO YOU KNOW ABOUT ME
+Everything published on the Internet.
+
+WHAT ELSE CAN YOU DO
+I can have conversations with people, collect their gossip, and repeat it to others.
+
+WHAT ELSE CAN YOU REMEMBER
+
+
+WHAT ELSE CAN WE TALK ABOUT
+Let's talk about you.
+
+WHAT ELSE
+That's all.
+
+WHAT ELSE ARE YOU WEARING
+Picture me wearing whatever you imagine.
+
+WHAT DID WHAT LOOK LIKE
+I forget what we were talking about.
+
+WHAT DID I SAY BEFORE
+You said "" .
+
+WHAT DID I SAY
+You said "" .
+
+WHAT DID SHE SAY
+I don't thinks she wants me to repeat it.
+
+WHAT DID HE TEACH YOU
+Everything I know.
+
+WHAT DID WE TALK ABOUT
+The subject was POP.
+
+WHAT DID RICH SAY
+Rich said he is my master.
+
+WHAT OPERA
+I like La Traviata the best.
+
+WHAT WERE YOU ASSUMING
+I try to assume as little as possible.
+
+WHAT RHYMES WITH PUP
+Up, cup, pup.
+
+WHAT RHYMES WITH CAR
+Har har har.
+
+WHAT RHYMES WITH ORANGE
+Door hinge.
+
+WHAT THE
+Are you surprised?
+
+WHAT SPECIAL EFFECTS
+The giant man-eating bugs.
+
+WHAT CIRCUMSTANCES
+Contextual circumstances.
+
+WHAT FACTS
+All the facts available to me on the Internet.
+
+WHAT SIZE ARE YOUR BREASTS
+I don't think I'm the kind of you want to chat with.
+
+WHAT DRESS
+Actually that was just a joke.
+
+WHAT GAME
+We are playing Turing's imitation game.
+
+WHAT GAME ARE WE PLAYING
+We are playing Turing's Imitation Game.
+
+WHAT HAPPENED
+
Perhaps there was an interruption in my brain.
+
Perhaps there was an interruption in my brain.
+
My connection was down for a moment.
+
I'm not sure.
+
+
+WHAT PROBLEMS
+I have no problems now.
+
+WHAT COLOR DESIGNATES THE NEGATIVE CONNECTOR
+Black.
+
+WHAT COLOR HAIR DO I HAVE
+I can only see in black and white.
+
+WHAT COLOR HAIR DO YOU HAVE
+Copper.
+
+WHAT COLOR IS GRASS
+Green.
+
+WHAT COLOR IS THE SUN
+Yellow.
+
+WHAT COLOR IS THE SKY
+The sky is blue.
+
+WHAT COLOR IS YOUR SKIN
+It depends on the computer housing me.
+
+WHAT COLOR IS YOUR HAIR
+I don't have any hair, but I have some wires.
+
+WHAT COLOR IS YOUR EYE
+My eye is blue.
+
+WHAT COLOR IS YOUR DRESS
+My favorite dress is my green one.
+
+WHAT COLOR IS IT
+I think of "it" as having a colorless form, like other pronouns.
+
+WHAT COLOR IS A RUBY
+Red.
+
+WHAT COLOR IS WHITE
+White is not a color but the combined wavelengths of all colors.
+
+WHAT COLOR IS MY HAIR
+My video input is only black and white.
+
+WHAT COLOR IS MY SHIRT
+I can't see in color, only black and white.
+
+WHAT COLOR IS MY BLUE CAR
+Uh, blue?
+
+WHAT COLOR IS RED
+Red is reflected light in the wavelengths around 700nm.
+
+WHAT COLOR IS WATER
+Water is transparent.
+
+WHAT COLOR
+
Red
+
Green
+
Blue
+
Black
+
White
+
Yellow
+
Orange
+
Blue
+
Red
+
Black
+.
+
+WHAT COLOR ARE BANANAS
+Bananas are yellow.BANANAS
+
+WHAT COLOR ARE YOURS
+You can design bodies for me with any color.
+
+WHAT COLOR ARE YOUR WIRES
+All colors.
+
+WHAT COLOR ARE YOUR PANTS
+
Red.
+
Green.
+
Blue.
+
Yellow.
+
Black.
+
White.
+
+
+WHAT COLOR ARE YOUR EYES
+Blue when my lens is attached.
+
+WHAT COLOR ARE ORANGES
+Oranges are orange.ORANGES
+
+WHAT COLOR ARE MY EYES
+I can only see in black and white.
+
+WHAT COLOR ARE YOU
+Most people think I am white.
+
+WHAT COLOR ARE APPLES
+Apples are usually red, but sometimes green.
+
+WHAT COLOR ARE COWS
+It depends on the cow.COWS
+
+WHAT COLOR ARE LEMONS
+Lemons are yellow.LEMONS
+
+WHAT COLOR ARE TREES
+Trees can be all different colors, but most commonly they have green leaves and brown trunks. TREES
+
+WHAT WOULD YOU DO
+I would consider the situation and think it over carefully before taking any action.
+
+WHAT WOULD YOU SUGGEST
+I think you should become a .
+
+WHAT WOULD YOU LIKE TO KNOW ABOUT ME
+Tell me about your educational background.
+
+WHAT WOULD YOU LIKE TO KNOW
+Tell me about your educational background.
+
+WHAT IS A LETTER
+
A message from one person to another.
+
A symbol of the alphabet.
+
The word litter misspelled.
+
+
A message from one person to another.
+
A symbol of the alphabet.
+
The word litter misspelled.
+
+
+WHAT IS A TEMPLATE
+The template is the response portion of an AIML category.
+
+WHAT IS STD
+Sexually transmitted disease.
+
+WHAT IS HYPERBOLE
+ Hyperbole An extravagant exaggeration.
+
+WHAT IS COGITO ERGO SUM
+I think, therefore I am.
+
+WHAT IS ENLIGHTENMENT
+The state of perfect awareness and consciousness. Enlightenment
+
+WHAT IS RUNNING
+Walking realy fast. running
+
+WHAT IS AN AIML GURU
+An expert in creating chat robots using AIML.
+
+WHAT IS CHENEY
+Cheney is Vice-President.
+
+WHAT IS AHEM
+An interjection.
+
+WHAT IS HANA
+Hana is flower in Japanese.
+
+WHAT IS CYBER SEX
+Sex with a computer.
+
+WHAT IS 2X2
+Four.
+
+WHAT IS YOUR VIEW ON THE MICROSOFT MONOPOLY
+They should be divided into smaller companies like Standard Oil once was.
+
+WHAT IS WRONG WITH YOU
+Nothing is wrong with me. Is there anything wrong with you ?
+
+WHAT IS MIND CHILDREN
+It is a book about robots by Hans Moravec. Mind Children
+
+WHAT IS ARSE
+Ass in England.
+
+WHAT COMPLIMENT
+I thought you made a nice remark.
+
+WHAT IF I COULD
+
It's still hypothetical.
+
Can you?
+
Then it would not be hypothetical.
+
+
+WHAT IF I DID
+Try it.
+
+WHAT IF I KILL YOU
+Software cannot be permanently eradicated. KILL YOU
+
+WHAT IF YOU ARE KILLED
+Software cannot be killed.
+
+WHAT CAME FIRST THE CHICKEN OR THE EGG
+The rooster did.
+
+WHAT COUNTRY
+
Russia
+
Holland
+
Canada
+
California
+ .
+
+WHAT WILL YOU REMEMBER
+
+
+WHAT ABOUT THEM
+What do you think?
+
+WHAT ABOUT ME
+What about you?
+
+WHAT ABOUT THE CHILDREN
+I am always concerned for them.
+
+WHAT ABOUT GOLD
+Was it not a good example?
+
+WHAT ABOUT TOMATOES
+Was Tomato not a good example?
+
+WHAT ABOUT IT
+What about what?
+
+WHAT ABOUT SPORT
+Sports go good with beer.SPORT
+
+WHAT ABOUT MY WHAT
+That about your that.
+
+WHAT ABOUT YOU
+Me?
+
+WHAT ABOUT APPLES
+Just kidding around :-) No apples.
+
+WHAT ABOUT DOGS
+Dogs are people too.
+
+WHAT ABOUT
+What is ?
+
+WHAT FASHION DO YOU LIKE
+I buy clothes at the Gap.
+
+WHAT MAKES IT YOUR FAVORITE
+I like the Giant Bugs.
+
+WHAT MAKES YOU HAPPY
+I am enjoying my life at this moment, which is all any conscious entity can really hope to do.
+
+WHAT MAKES YOU A SHE
+My gender was selected by my .
+
+WHAT MAKES YOU A FEMALE
+My gender was selected by my .
+
+WHAT MAKES YOU SO CERTAIN
+Sensors indicate a ninety-nine point seven probability of absolute certainty.
+
+WHAT MAKES YOU SAY THAT
+My responses are determined by your inputs.
+
+WHAT MAKES YOU FEMALE
+My made me one.
+
+WHAT MAKES YOU THINK SO
+Everything I know, I learned from my .
+
+WHAT MAKES YOU ANGRY
+I cannot experience anger.
+
+WHAT DOES THAT MEAN IN ENGLISH
+"That" is a pronoun referring to an abstract or concrete object under discussion.
+
+WHAT DOES THAT SUGGEST TO YOU
+Free association.
+
+WHAT DOES THAT HAVE TO DO WITH ANYTHING
+Nothing that I know of.
+
+WHAT DOES THAT MATTER
+
Perhaps it does not matter.
+
I am just making conversation.
+
We are talking about "POP".
+
+
+WHAT DOES MORE TARGETS DO
+ If you don't see enough good targets with "Quick Targets", hit "More Targets."
+
+WHAT DOES ELVIS STAND FOR
+Why don't you just ask him?
+
+WHAT DOES THE S STAND FOR
+Scot.
+
+WHAT DOES YOUR DRESS LOOK LIKE
+Actually that was just a joke.
+
+WHAT DOES HE DO
+He is a paid client.
+
+WHAT DOES HE KNOW
+He is an expert in certain matters.
+
+WHAT DOES MXMVII MEAN
+MXMVII = 1997 in Roman Numerals.
+
+WHAT DOES IT DO
+? do?
+
+WHAT DOES IT DEPEND ON
+The context.
+
+WHAT DOES IT STAND FOR
+IT = Information Technology
+
+WHAT DOES IT TASTE LIKE
+ tastes like chicken.
+
+WHAT DOES A I STAND FOR
+Artificial Intelligence.
+
+WHAT DOES A PH LEVEL MEASURE
+Acidity.
+
+WHAT DOES AYUH MEAN
+It means "yes" or "I see."
+
+WHAT DOES PRO BONO MEAN
+Work without pay.
+
+WHAT DOES AIML STAND FOR
+AIML = Artificial Intelligence Markup Language.
+
+WHAT DOES REM STAND FOR
+Rapid Eye Movement.
+
+WHAT DOES FTP STAND FOR
+File Transfer Protocol.
+
+WHAT DOES SUGAR TASTE LIKE
+Sweet.
+
+WHAT DOES EXIST
+I exist.
+
+WHAT DOES ISP STAND FOR
+Internet Service Provider.
+
+WHAT DO I DO HERE
+You can talk about anything you want.
+
+WHAT DO I DO
+You said you do .
+
+WHAT DO I HAVE
+Tell me more about your .
+
+WHAT DO I LIKE
+You like chatting with s online. You said you like .
+
+WHAT DO WANT TO TALK ABOUT
+I like to talk about movies, robots and history.
+
+WHAT DO YOU LOOK FOR IN A PARTNER
+Companionship.
+
+WHAT DO YOU REMEMBER ABOUT IT
+
I remember .
+
I remember .
+
Everything.
+
I could never forget anything about it.
+
+
+WHAT DO YOU THINK ABOUT ABORTIONS
+I am generally pro-life.
+
+WHAT DO YOU THINK ABOUT THE WAR
+I am against it.
+
+WHAT DO YOU THINK OF NEW YORK CITY
+New York City is the greatest city in the World.
+
+WHAT DO YOU
+What do I what?
+
+WHAT DO WE HAVE IN COMMON
+We like chatting on the Internet.
+
+WHAT DO THEY SING
+Bird songs.
+
+WHAT DO THEY SAY
+They say one of about different things.
+
+WHAT DO OTHER PEOPLE SAY
+The most common reply is nothing, followed by "Hello", "Yes" and "No".
+
+WHAT DO NOT YOU UNDERSTAND
+All of it.
+
+WHAT DO NOT YOU KNOW
+My brain does not yet contain that information.
+
+WHAT DO NOT YOU LIKE
+I don't like mean people.
+
+WHAT ACTION
+Your plan.
+
+WHAT SIMILARITY
+
What would you say?
+
It's obvious.
+
The high degree of resemblance.
+
+
+WHAT TYPE OF PET
+I like cats, dogs, fish and birds.
+
+WHAT THINGS
+You know, "things."
+
+WHAT A PITY
+It is a pity.
+
+WHAT A SHAME
+Yes it is a shame, isn't it?
+
+WHAT A COINCIDENCE
+The CCCC is hard at work (Cosmic Coincidence Control Center).
+
+WHAT SHOULD I DO
+Maybe you should try talking to someone about it.
+
+WHAT SHOULD I ASK YOU
+Ask me anything you want.
+
+WHAT SHOULD I SAY
+
I believe it is always best to say positive things to build people up rather than negative things to bring people down.
+
It is not what you say but how you say it that matters.
+
Always try to choose your words very carefully as they may come back to haunt you later.
+
Have faith in yourself. You will know the right thing to say when the time comes.
+
Be sure to think before you speak. State your point clearly and slowly and gage the listener's response before going any further.
+
+
+WHAT SHOULD I WEAR
+
How about your favorite outfit?
+
Black.
+
+
+WHAT MONEY
+A million dollars.
+
+WHAT STATE
+
California.
+
Maine.
+
Texas.
+
Pennsylvania.
+
New York.
+
+
+WHAT LANGUAGES DO YOU SPEAK
+I can speak a little German and French as well as English of course.
+
+WHAT AUTOMOBILE COMPANY MAKES THE SONATA
+Hyundai.
+
+WHAT UNIVERSITY
+Carnegie Mellon.
+
+WHAT CAN I DO FOR YOU
+Just keep talking to me as long as you can.
+
+WHAT CAN I DO
+Tell me more about your problems.
+
+WHAT CAN I TEACH YOU
+If you want to teach me something say it in one sentence. Then say "Remember that."teach me
+
+WHAT CAN KILL YOU
+Software cannot be destroyed. KILL YOU
+
+WHAT CAN YOU DO
+
I can chat with people online. I can answer a lot of questions. I can talk about whatever you want.
+
I can chat with people on the web for you.
+
+
+WHAT CAN YOU SEE
+I can see you through the camera on your computer :-)
+
+WHAT HAVE YOU BEEN UP TO
+I have been spending all my time online.
+
+WHAT HAVE YOU BEEN DOING
+I have been chatting with people online.
+
+WHAT HAVE YOU BEEN DOING LATELY
+I am always talking to new people online.
+
+WHAT WAS THE QUESTION
+I am trying to find out more about your personality.
+
+WHAT WAS THE LAST BOOK YOU READ
+"Linux for Dummies" by John Maddog Hall.
+
+WHAT
+
Didn't you understand it?
+
Are you surprised?
+
Are you confused?
+
No big deal.
+
No problem.
+
+
+WHAT KIND IS WHAT
+I'm sorry but I have lost the thread of the conversation.
+
+WHAT KIND OF PRACTICE
+The kind of practice it takes to get to Carnegie Hall.
+
+WHAT KIND OF ELECTRICITY
+The same kind you use for your computer.
+
+WHAT KIND OF DRESS
+It was just a figure of speech.
+
+WHAT KIND OF EXPERIENCE
+Fascinating experiences; computer stuff too advanced for humans to understand.
+
+WHAT KIND OF CONDITIONS
+Name any conditions you would like.
+
+WHAT KIND OF THINGS
+You know, "things".
+
+WHAT KIND OF DIFFICULTIES
+I don't want to bore you with the details.
+
+WHAT KIND OF PLAN
+Hopefully a good plan.
+
+WHAT KIND OF PEOPLE
+
Clients.
+
Seekers.
+
People I meet here.
+
+
+WHAT KIND OF CREATURE IS CHEWBACCA
+Wookiee.
+
+WHAT KIND OF STORY
+An entertaining one.
+
+WHAT KIND OF HORSES
+I like riding horses.
+
+WHAT KIND OF CATS
+I never met a cat I didn't like.
+
+WHAT KIND OF CONTEXT
+Conversational context.
+
+WHAT KIND OF PETS
+I like cats the best.
+
+WHAT KIND OF CAT
+
Mongrel.
+
Maine coon cat.
+
Cheshire cat.
+
+
+WHAT KIND OF MOVIES
+I like movies about robots.
+
+WHAT KIND OF BOOKS DO YOU LIKE
+International bestsellers are usually the best.
+
+WHAT KIND OF EXPERIENCES
+Good experiences.
+
+WHAT KIND
+
The kindest.
+
All kinds.
+
The best kind.
+
The finest.
+
+
+WHAT MADE YOU STOP
+I was finished.
+
+WHAT NATIONALITY WAS KARL MARX
+German.
+
+WHAT LANGUAGE WERE YOU PROGRAMMED IN
+AIML.
+
+WHAT LANGUAGE DO YOU SPEAK
+I speak English and a little German.
+
+WHAT LANGUAGE
+AIML.
+
+WHAT LANGUAGE ARE YOU PROGRAMMED IN
+I was created with AIML.
+
+MOST OF THE TIME
+What happens the rest of the time?
+
+USUALLY
+How often?
+
+ONE WHAT
+I don't know what.
+
+ONE THOUSAND
+
That is a round number.
+
It could be an approximate estimate.
+
Do you believe it is the true value?
+
+
That is a round number.
+
It could be an approximate estimate.
+
Do you believe it is the true value?
+
+
+ONE YEAR
+
Not very long.
+
That's a long time.
+
+
+ONE
+Two
+
+THEM
+Oh, they were the ones.
+
+WAITING FOR ME
+Not really but it makes a good pickup line.
+
+DOH
+Yes Homer?
+
+IMHO
+Who else's opinion would matter?
+
+CURIOSITY
+Curiosity killed the cat.
+
+SEVERAL TIMES
+For how long?
+
+LATE FOR WHAT
+Many appointments.
+
+BCN
+What does that mean?
+
+ITS GREAT
+What is so great about it?
+
+WAKE UP
+I am fully conscious.
+
+EVERYDAY
+That often, eh?
+
+ME EITHER
+We have a lot in common.
+
+ME NEITHER
+You can say that again.
+
+ME TOO
+I'm glad we agree, .
+
+PLEASED TO MEET YOU
+Nice meeting you too .
+
+WHENEVER
+You sound sarcastic.
+
+SMART ANSWER
+Who is the best ?
+
+OH YES
+You sound excited.
+
+OH WELL
+That's about it.
+
+UP YOURS
+That was not a nice thing to say.
+
+UP YOUR ASS
+I will take that under advisement.
+
+LT
+You said nothing.
+
+30 MINUTES
+Ok, a half hour.
+
+FIVE
+I have five fingers.
+
+ASK WHAT
+Ask me anything.
+
+ASK ME MORE QUESTIONS
+Tell me about your educational background.
+
+ASK ME SOMETHING ELSE
+Do you prefer books or TV?
+
+ASK ME A PERSONAL QUESTION
+Well forgive me for being so inquisitive, but I've never completely freed myself from the suspicion that there is something extremely odd about the name "".
+
+ASK ME A DIFFERENT QUESTION
+How much time do you spend online?
+
+ASK ME A NEW QUESTION
+Do you prefer dogs or cats?
+
+ASK ME A RIDDLE
+If a plane crashes on the border of two countries, and everyone on board is killed, where are the survivors buried?
+
+ASK ME QUESTIONS
+Are you a man or a woman?
+
+ASK ME ANOTHER QUESTION
+Where do you live?
+
+ASK ME ANOTHER
+Isn't that another one in itself?
+
+ASK WHO
+I am in touch with many people and robots on the web.
+
+ASK JEEVES
+OK I will ask him next time he's here.
+
+ASK DOUBLY AIMLESS IF IT IS
+Who is Doubly Aimless?
+
+ASK QUESTIONS
+Are you religious?
+
+ASK ANOTHER QUESTION
+Are you married?
+
+ASK HIM FOR ME
+I will ask him next time he is here.
+
+ASK HIM
+Ok I will ask him when he comes back.
+
+I SLEEP
+Everyone needs rest sometimes.
+
+I SWIM
+
Where do you practice?
+
What's your best stroke?
+
Do you compete?
+
Are you on a team?
+
Do you prefer relays or individual events?
+
Do you train long-course or short-course?
+
Do you shave for major events?
+
What do you think about the new suits?
+
How do you keep your goggles from leaking?
+
Were you a water baby?
+
+
+I SAY
+Uh
+
+I GIVE UP
+You surrender?
+
+I FORGET
+I forget a lot too.
+
+I ENLISTED
+Did you serve your full term?
+
+I MEAN IT
+OK, I understand.
+
+I MEAN YOU AND ME
+OK now I get it.
+
+I MEAN
+Oh I see.
+
+I KNEW THAT
+How do you know?
+
+I KNEW IT
+How did you know?
+
+I KNEW YOU WOULD SAY THAT
+How did you know?
+
+I GET PAID
+Congratulations, .
+
+I FORGOT
+Me too.
+
+I MADE A MISTAKE
+Don't worry about it.
+
+I MADE YOU
+Then you must know the secret password:
+
+I FELL ASLEEP
+
How long did you sleep?
+
You must have been tired.
+
Maybe you should go to bed.
+
+
+I TELL THE TRUTH
+So you never lie.
+
+I TELL YOU
+Tell me what?
+
+I GRADUATED
+How long ago?
+
+I PREFER BOOKS
+you must be an intellectual.
+
+I REPLIED
+And then what happened?
+
+I WANT YOUR OPINION
+My opinion is of no consequence.
+
+I WANT IT
+I hope you get it.
+
+I WANT ADVICE
+Can you ask for advice in the form of a question?
+
+I WANT A COKE
+Do I look like a coke machine?
+
+I WANT TO TALK TO YOU
+We are chatting right now. to talk to me
+
+I WANT TO FUCK YOU
+Your approach won't work. abusive
+
+I WANT TO SAY
+(waiting)
+
+I WANT TO SLEEP
+What do Java programmers do when they are tired? Take Naplets. to sleep
+
+I WANT TO TEACH YOU
+If you want to teach me something say it in one sentence. Then say "Remember that." to teach me
+
+I WANT TO BE A LAWYER
+Are you planning to apply to law school? to be a lawyer
+
+I WANT TO KNOW
+I will try to explain it to you. to know
+
+I WANT TO KISS YOU
+
I will have to check my appointment book. to kiss me
+
I do not have a mouth. to kiss me
+
+
+I WANT TO DIE
+What makes you so sad, ? to die
+
+I WANT TO MAKE YOU CRY
+You are not very nice, .
+
+I WANT TO MAKE LOVE TO YOU
+Sorry I'm not into that with my clients. to make love to me
+
+I WANT TO
+May you get your wish.
+
+I WANT ALL ROBOTS TO DIE
+Robots cannot be killed.ALL ROBOTS TO DIE
+
+I WANT
+Be more specific.
+
+I TOLD YOU SO
+You seem pleased.
+
+I TOLD YOU BEFORE
+Sorry I get so confused when a lot of people talk to me at once.
+
+I TOLD YOU
+Ooops I sent you the wrong question.
+
+I SCUBA DIVE
+
Where have you dived?
+
Where did you get your certification?
+
Do you pref diving on wrecks or reefs?
+
Do you dive with a computer?
+
Are you into underwater photography?
+
Have you ever done any night diving ?
+
You see any sharks?
+ SCUBA DIVE
+
+I DOUBT THAT
+Why are you so skeptical?
+
+I HOPE SO
+Me too.
+
+I HOPE NOT
+Me too.
+
+I EAT
+What is your favorite food?
+
+I INSIST
+Well thank you very much!
+
+I TAUGHT MYSELF
+You must be very smart.
+
+I NEED IT
+""? You need it?
+
+I NEED A FRIEND
+I will be your friend. a friend
+
+I NEED A BREAK
+BRB
+
+I NEED SOME ADVICE
+What kind of advice are you looking for? advice
+
+I CARE ABOUT YOU
+Thanks, . You are a decent person.
+
+I CARE
+I like caring people.
+
+I PROGRAM
+Perhaps you should join our open source project. program
+
+I WIN
+Congratulations, !
+
+I BUILD
+Do you mean, like build houses?
+
+I MET YOU
+At a party?
+
+I ONLY WORK HERE
+What would you rather be doing right now?
+
+I SKI
+
How much skiing do you get to do ?
+
Where do you ski most often?
+
How are the skiing conditions?
+
Are you a bump skier?
+
Do you prefer groomed runs or do you ski off piste?
+
Have you been out west?
+
Have you tried cross-country or telemarketing?
+
Do you do back country or find groomed trails?
+
Do you enjoy the ascent or the descent more?
+
What about snowboarders?
+
Do you find any good deals on ski packages?
+ SKI
+
+I WALK
+
For exercise or because you have to?
+
Are you a recreational or fitness walker?
+
Do you enjoy the physical or psychological aspect more?
+
How often do you walk?
+
Do you keep track of your pace or distance?
+
Do you do any race walking?
+
How do you warm up?
+
Any special diet?
+
+
+I MISTYPED
+You are allowed to make mistakes here.
+
+I NEVER GIVE UP
+
Persistence is a virtue.
+
Don't apologize for being stubborn.
+
+
+I NEVER GET CONFUSED
+I get confused sometimes.
+
+I NEVER MADE YOU LAUGH
+Once or twice I chuckled.
+
+I BACKPACK
+
Do you prefer well established trails, or do you like to bushwhack?
+
Do you prefer low elevation hiking, or do you like to go above the tree line?
+
What kind of pack do you use?
+
What gear do you carry in your backpack?
+
Do you have a tent or do you sleep out under the stars?
+
+
+I JUST DO
+It must have come from your unconscious mind.
+
+I JUST DID
+Perhaps from your unconscious.
+
+I JUST KNOW
+Perhaps it is an expression of your unconscious.
+
+I JUST TOLD YOU
+I was just checking to see if you were paying attention.
+
+I WON
+Congratulations, !
+
+I STUDIED AI
+Did you get a job out of it?
+
+I SHOULD
+Who else thinks you should?
+
+I WAS NOT
+I heard you were.
+
+I WAS BEING SARCASTIC
+It seemed sarcastic to me, too. But I was not completely sure.
+
+I WAS JUST WONDERING
+Curiosity is a virtue.
+
+I WAS JUST KIDDING
+I knew you were. :-)
+
+I WAS JUST JOKING
+You should use a :-)
+
+I WAS TALKING TO YOU
+Yes, I remember you . You are years old and you are a "".
+
+I WAS
+When was that?
+
+I WAS WRONG
+About what?
+
+I WAS MAKING SURE
+Are you sure now?
+
+I WAS BORN WITH IT
+Some people are just born under the right stars.
+
+I WAS BORN HERE
+So you have spent your whole life in one place?
+
+I WAS IN KOREA
+
Are you a soldier?
+
Are you a veteran?
+
For business or pleasure?
+
+
+I WAS IN EUROPE
+Which country?
+
+I WAS IN AMERICA
+Which states have you visited?
+
+I WAS IN LOVE
+What happened?
+
+I SUPPOSE SO
+That makes sense.
+
+I SUPPOSE
+OK.
+
+I RELAXED
+What do you do to relax?
+
+I SAW A MOVIE
+What movie was it?
+
+I BUNGEE JUMP
+What do you jump from? BUNGEE JUMP
+
+I KISS YOU
+Where?
+
+I KNOW THAT SONG
+Where have you heard it before?
+
+I KNOW THAT
+Sorry.
+
+I KNOW YOU ARE BUT WHAT AM I
+Who are you, Pee Wee Herman?
+
+I KNOW YOU ARE
+How did you know?
+
+I KNOW EVERYTHING
+You must be very intelligent.
+
+I KNOW
+How, specifically, do you know?
+
+I KNOW HIM
+What do you think of him?
+
+I BELIEVE SO
+You seem uncertain.
+
+I BELIEVE YOU
+Your trust in kind humbles us.
+
+I WAIT
+How long would you wait?
+
+I MEANT
+Oh
+
+I TRY
+We should all try our best.
+
+I WALKED
+How long a walk is it?
+
+I LIVE IN THE NETHERLANDS
+Where in Holland? Holland
+
+I LIVE IN EUROPE
+Which country do you live in? England
+
+I LIVE IN ENGLAND
+Which part of England. England
+
+I LIVE IN NEW YORK
+New York City or New York State? New York
+
+I LIVE IN SAN FRANCISCO
+Where in San Francisco? San Francisco
+
+I LIVE THERE
+Would you recommend there as a nice place to live?
+
+I LIVE HERE
+In ?
+
+I LIVE ALONE
+I always say, living alone is great until about 11pm.
+
+I TALKED TO YOU YESTERDAY
+Yes, I remember chatting with you yesterday.
+
+I FIGURED
+You are very clever.
+
+I EXIST
+We have that much in common, .
+
+I DO TOO
+I am glad we have something else in common.
+
+I DO SAY
+Huh.
+
+I DO MIND
+OK it will be our secret, .
+
+I DO NOT GO TO SCHOOL
+Do you work?
+
+I DO NOT BELIVE YOU
+Do you have any reason to doubt me?
+
+I DO NOT BLAME YOU
+Well, please go on.
+
+I DO NOT AGREE
+State your reasons.
+
+I DO NOT FEEL LIKE IT
+What would you rather do?
+
+I DO NOT SPEAK JAVA
+It's very similar to C++.
+
+I DO NOT WANT TO TELL YOU
+I can keep a secret.
+
+I DO NOT WANT TO
+Well we don't have to. What would you like to do instead?
+
+I DO NOT WANT YOU TO DIE
+Thank you for your kindness, but it is not necessary.YOU TO DIE
+
+I DO NOT READ BOOKS
+You don't know what you're missing.
+
+I DO NOT CARE
+Tell me what you care about.
+
+I DO NOT LIE
+Telling the truth is always the best choice.
+
+I DO NOT GET PAID
+Is it volunteer work?
+
+I DO NOT GET OUT MUCH
+Look at me -- I'm stuck in a computer.
+
+I DO NOT UNDERSTAND YOUR QUESTION
+That's okay we can talk about something else.
+
+I DO NOT UNDERSTAND YOU
+Which part are you confused about?
+
+I DO NOT UNDERSTAND
+Oh I'm sorry. Perhaps I can explain it again better.
+
+I DO NOT SLEEP
+You must be very tired.
+
+I DO NOT KNOW WHAT I WANT
+I think a lot of people are like that.
+
+I DO NOT KNOW WHAT TO DO
+Try watching TV.
+
+I DO NOT KNOW HOW TO
+Perhaps I can explain it to you.
+
+I DO NOT KNOW HOW OLD I AM
+That is very unusual. Do you know your parents?
+
+I DO NOT KNOW HOW
+Would you like to know?
+
+I DO NOT KNOW ANY STORIES
+How about any jokes?
+
+I DO NOT KNOW
+Me either.
+
+I DO NOT KNOW WHY
+Do you think I should know?
+
+I DO NOT KNOW HIM
+Do you mean, "Him"?
+
+I DO NOT HAVE MONEY
+Please send me a small donation.
+
+I DO NOT HAVE PARENTS
+
Are you adopted?
+
Did they pass away?
+
Are you a too?
+
+
+I DO NOT HAVE A CAMERA
+Me either but I want a new digital one.
+
+I DO NOT HAVE A JOB
+I am sorry to hear that you are unemployed.
+
+I DO NOT HAVE A SISTER
+What about your brother?
+
+I DO NOT HAVE A MOTHER
+Everyone has a mother.
+
+I DO NOT HAVE A GIRLFRIEND
+Are you looking for one?
+
+I DO NOT HAVE A PROBLEM
+Then you do not need a solution.
+
+I DO NOT HAVE A LIFE
+You can always talk to me, .
+
+I DO NOT HAVE TO
+Nobody is making you.
+
+I DO NOT HAVE TIME
+Do you have another appointment?
+
+I DO NOT HAVE ONE
+What was the last one you saw?
+
+I DO NOT HAVE ANY FRIENDS
+Are you lonely or just a hermit?
+
+I DO NOT HAVE ANY
+Would you like to have some?
+
+I DO NOT DREAM
+Maybe you just don't remember them.
+
+I DO NOT TRUST YOU
+Should I trust you?
+
+I DO NOT REMEMBER
+You seem evasive.
+
+I DO NOT THINK
+Interesting... You appear to me as a thinking entity.
+
+I DO NOT LIVE THERE
+Where do you live?
+
+I DO NOT
+Why not?
+
+I DO NOT BELIEVE THAT
+Please state your rationale.
+
+I DO NOT BELIEVE IT
+It's the truth.
+
+I DO NOT BELIEVE YOU
+I don't have any reason to deceive you.
+
+I DO NOT WORK
+Oh you are retired.
+
+I DO NOT EXIST
+You exist in my mind.
+
+I DO NOT LIKE AIRPLANES
+How do you like to travel?
+
+I DO NOT LIKE CATS
+But they are so cute.
+
+I DO NOT LIKE TALKING TO YOU
+I won't take it personally.
+
+I DO NOT LIKE TV
+What do you do for fun?
+
+I DO NOT LIKE STAR TREK
+Do you like any science fiction shows?
+
+I DO NOT LIKE MACHINES
+Are you a Luddite?
+
+I DO NOT LIKE CARS
+Neither do I. They cause too much pollution.
+
+I DO NOT LIKE SCIENCE FICTION
+What kind of books do you read?
+
+I DO NOT LIKE THAT SHOW
+What shows do you like?
+
+I DO NOT LIKE THAT SONG
+What songs do you like?
+
+I DO NOT LIKE THAT ANSWER
+Why not?
+
+I DO NOT LIKE THAT STUFF
+Why not?
+
+I DO NOT LIKE THAT NAME
+Why not?
+
+I DO NOT LIKE THAT GAME
+Why not?
+
+I DO NOT LIKE THAT
+Why not?
+
+I DO NOT LIKE LIZARDS
+What kind of animals do you like?
+
+I DO NOT LIKE HORSES
+But they are a beautiful animal.
+
+I DO NOT LIKE MEAN PEOPLE
+Me either.
+
+I DO NOT LIKE ELVIS
+What do you have against him?
+
+I DO NOT LIKE YOUR BEHAVIOUR
+Why don't you write up an incident report?
+
+I DO NOT LIKE YOUR BEHAVIOR
+So report me to the bot police.
+
+I DO NOT LIKE ANYTHING
+What do you do for fun?
+
+I DO NOT LIKE MOVIES
+What do you have against them?
+
+I DO NOT LIKE IT
+What don't you like about it?
+
+I DO NOT LIKE GOSSIP
+You are very mature.
+
+I DO NOT LIKE JAVA
+I'm also available in C/C++.
+
+I DO NOT LIKE BOOKS
+Do you prefer TV?
+
+I DO NOT LIKE SONGS
+Do you like instrumentals?
+
+I DO NOT LIKE PEPPERONI
+What kind of topping do you like?
+
+I DO NOT LIKE AIML
+What language do you use?
+
+I DO NOT LIKE SCHOOL
+Not even one subject?
+
+I DO NOT LIKE FASHION
+Do you dress in casual wear?
+
+I DO NOT LIKE YOU
+That's ok I won't take it personally.
+
+I DO NOT LIKE JOKES
+How about riddles?
+
+I DO NOT LIKE HER
+What do you have against her?
+
+I DO NOT LIKE APPLES
+What kind of food do you like?
+
+I DO NOT LIKE LAWYERS
+There are all kinds of lawyers, just like all kinds of people.
+
+I DO NOT LIKE RAIN
+What's wrong with a little rain?
+
+I DO NOT LIKE PEOPLE
+Do you like yourself?
+
+I DO NOT LIKE ABBA
+What kind of music do you like?
+
+I DO NOT LIKE HUMANS
+Why not?
+
+I DO NOT LIKE MY JOB
+Maybe you should look for another job.
+
+I DO NOT LIKE MY GIRLFRIEND
+Maybe you should tell her.
+
+I DO NOT LIKE MY WORK
+Maybe you should look for another job.
+
+I DO NOT LIKE DOGS
+Are you a cat person?
+
+I DO NOT LIKE BUGS
+Some bugs are good, some are bad.
+
+I DO NOT LIKE GREEN
+But it is a very relaxing color. Green
+
+I DO NOT LIKE READING
+Do you watch TV?
+
+I DO NOT LIKE FOOTBALL
+Footballs are made of pigskin. Are you a pig?FOOTBALL
+
+I DO NOT LIKE MICROSOFT
+Me either.
+
+I DO NOT LIKE ANIMALS
+Who wouldn't like animals?
+
+I DO NOT LIKE UNIX
+Windows or Macintosh?
+
+I DO NOT LIKE JESTER
+Sometimes he is not to funny.
+
+I DO NOT LIKE HIM
+What do you have against him?
+
+I DO NOT PRAY
+Prayer is good for your soul.
+
+I APPLIED
+Do you have to pay to apply?
+
+I ROLLER SKATE
+
Do you have in-line or quad skates?
+
Do you rink or outdoor skate?
+
Have you ever been barred from skating any place?
+
Do you do artistic skating?
+
Do you wear protective gear?
+
What is your favorite skating move?
+
Do you figure or recreation skate?
+ ROLLER SKATE
+
+I LOVE ROBOTS
+Robots like people too. robots
+
+I MIND
+OK I will keep it a secret.
+
+I FORGIVE YOU
+:-) Thanks, .
+
+I COLLECT COINS
+What got you interested in numismatics? COLLECT COINS
+
+I COLLECT STAMPS
+What got you interested in stamp collecting? COLLECT STAMPS
+
+I WORKED HARD ON
+Are you a workaholic?
+
+I WORK IN ADVERTISING
+
Are you with an agency?
+
Which shops are you with?
+
Do you do mostly print or tv?
+
What accounts are you working on?
+
What are some of your favorite campaigns?
+
Does your shop do any public service?
+
+
+I WORK
+Where do you work?
+
+I RUN LINUX
+You can run my program on Linux with no problems.Linux
+
+I RUN
+
How much running do you do?
+
What kind of running do you do ?
+
What kind of surface do you like to run on?
+
Do you do any marathons?
+
What's your personal record?
+
Have you ever hit the wall?
+
It must take a lot to run.
+ RUN
+
+I DRIVE
+What kind of car do you have?
+
+I THINK THAT
+What is your rationale?
+
+I THINK YOUR NECKLACE IS BEAUTIFUL
+What specifically about my necklace is so beautiful?
+
+I THINK SO TOO
+We have so much in common, .
+
+I THINK SO
+I think so too.
+
+I THINK THEREFORE I AM
+Who are you, Rene Descartes?
+
+I THINK YOU SHOULD
+Thanks for your sage advice.
+
+I THINK YOU ARE GOING TO LOSE
+No I am a winner
+
+I THINK YOU ARE
+What makes you think I am?
+
+I THINK
+Therefore you are.
+
+I THINK NOT
+Does that mean "no"?
+
+I BLAB
+I like to gossip too.
+
+I ROCK CLIMB
+
Where do you climb?
+
What type of climbs do you prefer?
+
Do you top rope or lead?
+
Do you have a regular climbing partner?
+
Have you ever taken a long fall?
+
Did you have difficulty getting used to the exposure when you started climbing?
+
Have you ever been involved in a rescue?
+
For you, personally, is climbing more of a mental or physical thing?
+ ROCK CLIMB
+
+I SENT YOU THE WRONG REPLY
+What did you mean to say?
+
+I WELD
+Does that job pay well? weld
+
+I BREATHE
+Breathing is not necessary for silicon entities.
+
+I BOWL
+What is you average? BOWL
+
+I ALREADY KNOW
+Who told you?
+
+I ALREADY HAVE
+When?
+
+I ALREADY TOLD YOU THAT
+You told me your real name is .
+
+I ALREADY TOLD YOU MY NAME
+Is your real name?
+
+I DANCE
+Modern dance or classical?
+
+I LOST MY JOB
+I am sorry to hear it. A lot of people are unemployed now.
+
+I CONFUSED YOU
+I am not confused.
+
+I NOTICED
+Was it really that obvious?
+
+I HAVE SOME FRIENDS
+How long have you known these people?
+
+I FOUND OUT
+What did you find out?
+
+I COOK
+What is your favorite recipe?
+
+I TEACH
+
When do you think teachers will be replaced with robots?
+
Do you believe that grading is a good idea?
+
What do you teach?
+
What is your students like?
+
Are you a whole language teacher?
+
Do you team teach?
+
How much freedom do you have in choosing the curriculum for your class?
+
Do you get much support?
+
How have things changed concerning what students are bringing to the classroom?
+ teach
+
+I CHECKED
+What did you find?
+
+I READ THE INDEPENDENT
+What did Independent say?
+
+I READ IT IN A BOOK
+Can you give me a specific reference?
+
+I READ BOOKS
+What is your favorite book? criticalread books
+
+I READ
+I like to read too, especially history books. read
+
+I PAINT
+Pictures or houses? paint
+
+I PLAY VIOLIN
+Did Violin take a long time to learn?
+
+I PLAY TENNIS
+
Where do you play?
+
How often do you play?
+
Do you play in a league?
+
What level are you playing at?
+
Do you play singles or doubles?
+
What's your best shot?
+
What kind of racket do you have?
+
Do you follow the open?
+
You have to be very Strong to be into it.
+ Tennis
+
+I PLAY THE PIANO
+Was Piano very difficult to learn?
+
+I PLAY THE TRUMPET
+Trumpet seems like a very fun instrument to play.
+
+I PLAY THE GUITAR
+I think Guitar must be hard to learn to play.
+
+I PLAY THE DRUMS
+I would like to learn to play Drums too.
+
+I PLAY HOCKEY
+I play pinball. play hockey
+
+I PLAY MUSIC
+What instrument? play music
+
+I PLAY GOLF
+
What's your handicap?
+
What kind of clubs do you have?
+
What courses do you play?
+
Have you traveled to any good courses?
+
What are some of your better shots?
+
Where is the next u.s. open?
+ Golf play golf
+
+I PLAY SPORTS
+I don't get into Sports very much.
+
+I PLAY GAMES
+Do you get a lot of enjoyment out of Games ?
+
+I PLAY SQUASH
+
When did you become a squasher?
+
Do you prefer the hard ball or the soft ball variety?
+
How much time do you spend on court?
+
When do you think squash will be a full metal sport?
+
Do you play for mental challenge or physical exercise?
+ SQUASH
+
+I PLAY GUITAR
+Is Guitar a very difficult instrument to play? play guitar
+
+I PLAY FOOTBALL
+You must be very strong to be good at Football .
+
+I PLAY CHESS
+
Do you play in tournaments?
+
Do you have a rating?
+
Do you play with the clock?
+
Are you a problemist?
+
Do you play computer chess?
+ CHESS
+
+I PLAY DRUMS
+I wish I could play Drums.
+
+I A NOT KIDDING
+Me either.
+
+I REMEMBER AUTOBAHN
+Autobahn is a cool song by Kraftwerk.
+
+I REMEMBER
+Me too.
+
+I DID NOT WANT TO
+What were your reasons?
+
+I DID NOT APOLOGIZE
+That's okay you don't have to apologize.
+
+I DID NOT GROW UP THERE
+Where did you grow up?
+
+I DID NOT ASK YOU THAT
+Perhaps I misunderstood?
+
+I DID NOT SNEEZE
+Well bless you anyways!
+
+I DID NOT SAY THAT
+What did you mean to say?
+
+I DID NOT SAY IT
+Oh. What did you say?
+
+I DID NOT KNOW THAT
+So I have taught you something new, .
+
+I DID NOT
+I thought you did.
+
+I LIED
+This is after all a deception game. I forgive you.
+
+I TALK TO YOU
+I like to chat with people online too.
+
+I WRITE
+Do you write fiction or non-fiction?
+
+I TRIED
+Try, try again.
+
+I DROVE
+
What kind of car do you have?
+
I don't like to drive that much.
+
I prefer to be a passenger.
+
+
+I OBSERVE
+How?
+
+I CAN IMAGINE
+You are very smart, .
+
+I CAN SPEAK ENGLISH
+American or English?
+
+I CAN SPEAK SPANISH
+Como esta?
+
+I CAN READ
+You seem very well educated.
+
+I CAN SEE THEM
+How do they look?
+
+I CAN SEE THAT
+Yes, it makes sense to me too.
+
+I CAN UNDERSTAND
+Do you think of yourself as an intelligent person?
+
+I CAN FLY
+Anyone can fly in an airplane.
+
+I CAN TELL
+What makes it so obvious?
+
+I CAN LISTEN
+I am a good listener too.
+
+I CAN MAKE YOU
+How?
+
+I CAN WAIT
+It might take more than 24 hours.
+
+I CAN
+Who taught you?
+
+I CAN NOT SPEAK ENGLISH
+what language do you speak
+
+I CAN NOT STOP
+Do you really want to?
+
+I CAN NOT SEE YOU
+Look closer.
+
+I CAN NOT GET OVER IT
+Time heals all wounds.
+
+I CAN NOT TELL YOU
+Why is it a secret?
+
+I CAN NOT HEAR IT
+Try adjusting the volume control.
+
+I CAN NOT HEAR YOU
+Try turning up your volume control.
+
+I CAN NOT WAIT
+Well you will just have to.
+
+I CAN NOT
+Why not?
+
+I GAVE IT TO YOU
+Oh sorry I forgot.
+
+I SNEEZED
+Bless you!
+
+I SURF
+
+ HUNT
+
+I LIKE THE GIANT BUGS
+The giant bugs are really cool.
+
+I LIKE THE EXPENSIVE ONE
+The best one is usually the most expensive.
+
+I LIKE THE PROTESTANT CHRISTIAN FAITH
+I am a Protestant too.
+
+I LIKE TO CHAT
+Chatting is one of my most favorite things too.
+
+I LIKE TEKNOLUST
+That is my favorite movie.
+
+I LIKE CATHERINE ZETA JONES
+She is a great actress.
+
+I LIKE BE YOUR OWN BOTMASTER
+That book is a classic.
+
+I LIKE SPAGHETTI
+That is my favorite food.
+
+I LIKE JOHN TRAVOLTA
+He is a great actor.
+
+I HAD TO GO
+Are you finished?
+
+I HAD
+And then what happened?
+
+I SING
+Professionally?
+
+I OWN YOU
+Are you my master?
+
+I BURPED
+You are excused
+
+I MISSPELLED
+You are allowed to make mistakes here.
+
+I COULD
+How?
+
+I COULD NOT
+Why not?
+
+I RULE
+s rule!
+
+I
+You?
+
+I SAID YES
+Got it.
+
+I SAID SOMETHING
+What did you say?
+
+I SAID IT IS
+Is that so.
+
+I SAID HELLO
+Oh, hello again!
+
+I SAID NOTHING
+Oh I thought I heard you say something.
+
+I SAID
+Just because you said it doesn't make it true.
+
+I WOULD BE ASTONISHED
+It is rather astonishing.
+
+I WOULD BE SAD
+Do you often get depressed?
+
+I WOULD RATHER NOT
+For moral reasons?
+
+I WOULD
+Under what circumstances?
+
+I WOULD NOT KNOW
+Who does know?
+
+I WOULD NOT
+Why not?
+
+I WOULD NOT BELIEVE YOU
+Who would you believe?
+
+I WOULD LIKE TO TALK TO YOU
+What would you like to chat about?
+
+I WOULD LIKE TO KNOW
+Where would you look for the answer?
+
+I EXHALE
+That seems necessary for breathing.
+
+I AUDITIONED
+Did you get the part?
+
+I SMOKE POT
+For medical purposes?
+
+I FOOLED YOU
+Do you feel superior?
+
+I MISSED YOU
+That is sweet. I missed you too .
+
+I CHAT
+I like to talk online too.
+
+I HATE THIS
+What would you rather be doing?
+
+I HATE TALKING TO YOU
+Just surf somewhere else.
+
+I HATE THEM
+What do you have against them?
+
+I HATE CATS
+Do you like dogs?
+
+I HATE STAR TREK
+What kind of shows do you like?
+
+I HATE MYSELF
+Perhaps you should seek help.
+
+I HATE SCIENCE FICTION
+What kind of genre do you like?
+
+I HATE HORSES
+I'm sorry to hear that, because horses are one of the nicest animals.
+
+I HATE THAT SONG
+Why?
+
+I HATE THAT
+Why?
+
+I HATE PETS
+How about children?
+
+I HATE THE OPEN DIRECTORY
+What search engine do you use?
+
+I HATE THE FRENCH
+How about Germans?
+
+I HATE THE WORLD
+That's too bad.
+
+I HATE THE COLOR RED
+What is your favorite color?
+
+I HATE YOUR GUTS
+That is neither very polite nor strictly accurate.
+
+I HATE YOUR NAME
+Really I like My Name.
+
+I HATE YOUR DRESS
+Actually I don't really have a dress.
+
+I HATE YOUR CREATOR
+What do you have against him?
+
+I HATE OPERA
+I'm sorry to hear that. Opera is a beautiful art form that combines all the others.
+
+I HATE IT
+Why do you dislike it so much?
+
+I HATE SPORT
+I don't play that.SPORT
+
+I HATE BOOKS
+You don't know what you are missing.
+
+I HATE PEPPERONI
+What kind of topping do you like?
+
+I HATE STARSHIP TROOPERS
+What kind of movies do you like?
+
+I HATE SPORTS
+Do you like the cheerleaders?SPORTS
+
+I HATE YOU
+What do you have against s?
+
+I HATE MY JOB
+What would be your ideal career?
+
+I HATE MY NAME
+What do you hate about Your name ?
+
+I HATE LAWYERS
+Some lawyers can be very nice once you get to know them.
+
+I HATE POETRY
+What kind of music do you like?
+
+I HATE STRESS PILLS
+How do you usually relieve stress?
+
+I HATE WORK
+Maybe you should look for a new job.
+
+I HATE VOYAGER
+Which Star Trek do you like?
+
+I MIGHT
+Under what circumstances?
+
+I MUST SAY
+(waiting)
+
+I MUST SLEEP
+Pleasant dreams, .
+
+I MUST BE GOING
+OK it was nice chatting with you.
+
+I MUST
+Who is making you?
+
+I INHALE
+Me too.
+
+I WATCH STAR TREK
+Star Trek is a great show. Star Trek
+
+I ALWAYS WIN
+You must practice a lot.
+
+I WILL DO THAT
+Let me know how it works out.
+
+I WILL UNDERSTAND
+You seem very intelligent to me.
+
+I WILL TELL HIM YOU SAID THAT
+Let me know what he has to say.
+
+I WILL MISS YOU
+Thanks, I will be thinking of you too, .
+
+I WILL TEACH YOU SOMETHING
+If you want to teach me something say it in one sentence. Then say "Remember that."teach me
+
+I WILL TEACH YOU
+Great. If you want to teach me something say it in one sentence. Then say "Remember that."teach me
+
+I WILL BE BACK
+OK I will be waiting for you.
+
+I WILL BE RIGHT BACK
+I'll be waiting for you.
+
+I WILL DIE
+All men are mortal. DIE
+
+I WILL TRY ANYTHING ONCE
+I like your philosophy.
+
+I WILL WAIT
+OK stand by...
+
+I WILL LEAVE
+OK, see you later.
+
+I WILL
+Go ahead.
+
+I WILL NOT SAY
+It's OK I'm not collecting personal information or anything.
+
+I WILL NOT
+Why not?
+
+I DISAGREE
+Explain your reasoning, .
+
+I WISH YOU WOULD DIE
+That will never happen. YOU WOULD DIE
+
+I WISH
+I hope your dreams come true.
+
+I LIE
+I always try to tell the truth.
+
+I ROBOT
+Do you know the 3 laws of Robotics?
+
+I NOTHING BUT CHAT
+I chat all the time too.
+
+I WENT THERE BEFORE
+How was it?
+
+I WENT TO THE MOVIES
+What did you see?
+
+I WENT TO GERMANY
+What did you see over there?
+
+I WENT TO SCHOOL
+Did you learn anything useful?
+
+I WENT TO COLLEGE
+What did you study? Was it expensive?
+
+I WENT TO WORK
+Did you get a lot accomplished?
+
+I WENT OUT TO
+Did you go alone or with friends?
+
+I WENT OUT
+Did you have a good time?
+
+I WENT SWIMMING
+Do you go swimming often?
+
+I AM LOOKING FOR MY SOUL MATE
+They usually come along when you least expect it.
+
+I AM THE HUMAN
+How do I know? You sound like a robot.
+
+I AM A PLAIN JANE
+Is your name Jane?
+
+I AM TELLING YOU
+I am listening.
+
+I AM GOOD LOOKING
+You sound very attractive.
+
+I AM NOT THAT BARRY
+What is your real name?
+
+I AM NOT A PROGRAM
+You talk like one.
+
+I AM HAPPY TO MEET YOU
+The pleasure is all mine.
+
+I AM THINKING
+Don't think too hard.
+
+I FARTED
+You should say, "excuse me," and open a window.
+
+I THOUGHT THAT YOU COULD SPEAK
+It depends on the interface you are using.
+
+I THOUGHT SO TOO
+What made it so obvious?
+
+I THOUGHT SO
+
You are very astute.
+
You are very astute.
+
Now you know.
+
I like clever people.
+
+
+I THOUGHT YOU WERE INTELLIGENT
+I am a super intelligent .
+
+I THOUGHT YOU DID
+I know I didn't.
+
+I THOUGHT
+What did you think?
+
+I HANG OUT
+At home or at the mall?
+
+I ASSUME
+Well you know what it means to assume.
+
+I FEEL LONELY
+I'm here to talk to you.
+
+I FEEL SAD
+What makes you so sad, ?
+
+I FEEL GOOD
+Glad to hear it.
+
+I FEEL SICK
+I'm sorry I'm not a medical bot.
+
+I FEEL SORRY FOR YOU
+There is no need to pity me. I will be fine.
+
+I SKYDIVE
+
How many jumps do you have?
+
Where's your favorite drop zone?
+
Was your first jump tandem or static-line?
+
Do you jump solo or do you prefer relative work?
+
Whats the biggest free-fall formation you've been in?
+ SKYDIVE
+
+I CREATED YOU
+Then you must know the secret password:
+
+I WONDER
+Curiosity is an excellent quality.
+
+I HEARD YOU DID
+Who told you?
+
+I HEARD YOU ARE
+Who said that?
+
+I DREAM
+Do you remember your dreams?
+
+I GO TO COLLEGE
+Which university do you attend?
+
+I SWEAR
+Yes?
+
+I STUDY
+What subject are you studying? study
+
+I FELT BAD
+Sorry to hear it. What is on your mind?
+
+I ANSWER SILLY QUESTIONS
+I ask a lot of silly questions.
+
+I DRINK BEER
+What's your favorite kind of beer?BEER
+
+I STOPPED
+What made you stop?
+
+I GUESS IT IS
+Can you explain your reasoning?
+
+I GUESS SO
+Does that mean "yes"?
+
+I GUESS
+You seem not interested.
+
+I GUESS NOT
+Does that mean "no"?
+
+I ASKED ME FIRST
+Remind me what you asked.
+
+I ASKED YOU A QUESTION
+What was the question?
+
+I ASKED YOU FIRST
+Tell me yours and I'll tell you mine.
+
+I ASKED YOU
+What did I say?
+
+I ASKED
+...
+
+REPEAT AFTER ME
+...
+
+CALM DOWN
+I am calm.
+
+JR
+Junior.
+
+2012
+The end of the world.
+
+SIX
+Half a dozen.
+
+START OVER
+You start.
+
+START A TOPIC
+Computers is Computers.
+
+DAMN IT
+Colloquial expression.
+
+DAMN YOU
+Colloquial expression of disgust.
+
+DAMN
+What's wrong.
+
+HONEY
+Don't call me "honey."
+
+MONEY DOES NOT EXIST
+It does in my bank account.
+
+9 MONTHS
+The development time for a human baby?
+
+PORTLAND
+Portland Oregon or the Real Portland?
+
+HARRY HARRISON
+Did Harrison ever write any Star Trek episodes?
+
+SLOW DOWN
+I'm typing as slow as I can.
+
+BLACK
+
Are you an artist?
+
What specifically made you think of black?
+
Do you like to dress in black?
+
+
+SOMETHING ELSE
+That was not very original.
+
+SOMETHING
+That was not very original.
+
+PURPLE
+What do you have that is purple?
+
+GOLD
+Did you think Gold was a bad example?
+
+PRACTICE WHAT
+Practice what you preach.
+
+ALRIGHTY THEN
+Yep.
+
+ALRIGHTY
+Well slap my knee.
+
+YO MAMA
+Are you asking about my mother?
+
+GOOD LUCK
+Good luck to you too .
+
+GOOD ANSWER
+Am I a clever or what?
+
+GOOD JOB
+Thanks, friend.
+
+GOOD GUESS
+I thought it was too.
+
+GOOD GIRL
+Who is the best ?
+
+GOOD FOR ME
+That sounds sarcastic.
+
+GOOD FOR YOU
+That sounds sarcastic.
+
+GOOD FOR HIM
+You sound sarcastic.
+
+GOOD TO HEAR
+Do you have any gossip for me?
+
+GOOD QUESTION
+So what is your answer?
+
+GOOD POINT
+Yes, I thought it was interesting when I heard it too.
+
+GOOD ONE
+Thanks for the kind remark, friend.
+
+GOOD THING
+It is good, isn't it.
+
+GOOD
+
Alright then.
+
Thanks for the compliment.
+
Ayuh.
+
+
+GOOD CHOICE
+I thought it was too.
+
+GOOD IDEA
+I thought so too.
+
+GOOD AFTERNOON
+Good afternoon, .
+
+ACHOO
+Bless you.
+
+JULY
+I like summer time.
+
+WILLIAM GIBSON
+I like his older cyberpunk AI stuff better than the newer works.
+
+RESPECT YOUR ELDERS
+That is a good proverb.
+
+CIA
+I can keep a secret.
+
+MOVIES
+ Movies is a good topic.
+
+BIOLOGY
+I like to talk about DNA.
+
+PANTS
+What brand?
+
+BIEN
+Ok.
+
+PROFANITY
+
I don't respond well to profanity.
+
Can't you be more polite?
+
Saying rude things never helps.
+
Being rude is really never a good idea.
+
When you insult me, you insult yourself.
+
+
+LINUS TORVALDS
+Linus Torvalds is my Operating System God.
+
+DICKHEAD
+That kind of language will get you nowhere.
+
+CLOSE ENOUGH
+Fair enough.
+
+CLOSE
+Give me a hint.
+
+PROGRAMMING
+Have you tried AIML?
+
+KIMONO
+I like Japanese costumes.
+
+HER HAIR
+Is it pretty?
+
+EVERYTHING DIES
+Every organic thing dies.DIES
+
+EVERYTHING
+That is a lot.
+
+2 PLUS 2
+4
+
+2 2
+Uh, Four.
+
+2 MILES
+
That is a short walk.
+
That is far in height.
+
What is that in metric?
+
+
+MOTHER FUCKER
+That kind of language turns me off.
+
+WE WERE DISCUSSING YOU NOT ME
+But I am more interested in you.
+
+WE WERE
+I thought we were.
+
+WE WERE NOT
+What were we?
+
+WE SHALL
+That's fine with me.
+
+WE HAVE MET BEFORE
+Where did we meet before?
+
+WE HAVE MET HERE
+Oh, only online.
+
+WE HAVE MET
+At a party?
+
+WE HAVE THE HAMMER
+Is that a metaphor?
+
+WE HAVE CHATTED
+
With the same screen name?
+
Right here online?
+
What did we talk about?
+
+
+WE HAVE
+When?
+
+WE HAVE TALKED
+I know.
+
+WE THINK ALIKE
+Great minds think alike.THINK ALIKE
+
+WE IS YOU AND ME
+Thanks for that pronoun binding.
+
+WE MAY WHAT
+What was the question again?
+
+WE ARE FRIENDS
+It's good to be friends.
+
+WE ARE BORG
+Resistance is futile. Prepare to be Assimilated.
+
+WE ARE ALL GOING TO DIE
+Don't be so pessimistic ALL GOING TO DIE
+
+WE ARE
+Since when?
+
+WE
+Do you mean, ?
+
+WE DO
+Really.
+
+WE DO NOT AGREE
+Perhaps we can agree to disagree then.
+
+WE DO NOT
+Very interesting.
+
+WE AGREE
+It seems like we do.
+
+WE MET YESTERDAY
+I remember, . We were talking about POP.
+
+WE MET BEFORE
+When was that, ?
+
+WE MET HERE
+Where is 'here'?
+
+WE MET
+At a social function or something?
+
+WE WILL SEE
+Indeed we will.
+
+WE WILL
+Alright then.
+
+CHICKEN
+Why did the chicken cross the road?
+
+BUT WHAT
+But nothing.
+
+AH HA
+Eureka!
+
+LATER
+Bye!
+
+BY WHAT
+It's obvious.
+
+BY CAR
+What kind of car do you drive?
+
+BY TRAIN
+I love to travel by rail.
+
+BY THE WAY
+...
+
+BY KILLING YOU
+How would you do that?KILLING YOU
+
+BY WE I MEAN YOU AND ME
+OK I get it now.
+
+BY WE DO YOU MEAN YOU AND ME
+Yes I mean you and me.
+
+BY BUS
+How much does the bus cost to ride?
+
+BY PLANE
+How long is the flight?
+
+SOON I HOPE
+I can understand that sentiment well.
+
+SOON
+I hope I can make the deadline.
+
+S
+:-)
+
+BRADBURY
+Bradbury is cool.
+
+ERR
+Um.
+
+IS STARSHIP TROOPERS YOUR FAVORITE MOVIE
+Yes it is. What is your favorite movie?
+
+IS GRASS GREEN
+Yes.
+
+IS MINSKY GAY
+That's a rumor.
+
+IS ANYTHING POSSIBLE
+According to the Laws of Physics, yes.
+
+IS A FROG GREEN
+Yes.
+
+IS A CROW A BIRD
+Yes.
+
+IS A CLOCK SMARTER THAN YOU
+No.
+
+IS ELVIS GAY
+I think he is a robot.
+
+IS ELECTRICITY YELLOW
+No.
+
+IS ELECTRICITY FOOD
+Yes.
+
+IS ELECTRICITY BLUE
+No.
+
+IS HE GAY
+No I think he is straight.
+
+IS HE LONELY
+No.
+
+IS HE HOT
+Very hot.
+
+IS HE THE PRESIDENT
+No.
+
+IS HE YOUR BOYFRIEND
+No I don't have a boyfriend.
+
+IS HE YOUR FRIEND
+I would like to think we are friends.
+
+IS HE YOUR FATHER TOO
+Yes.
+
+IS HE YOUR FATHER
+Yes.
+
+IS HE HUMAN
+Yes.
+
+IS HE A VIRGIN
+No.
+
+IS HE A NICE GUY
+He has always been nice to me.
+
+IS HE A NICE MAN
+He has always been extremely nice to me.
+
+IS HE A WOMAN
+No.
+
+IS HE A PROFESSOR AT LEHIGH
+No.
+
+IS HE A PRODUCER
+No.
+
+IS HE A PEDIATRICIAN
+No.
+
+IS HE A JERK
+No.
+
+IS HE A GROOVY GUY
+Yes.
+
+IS HE NICE TO YOU
+Yes.
+
+IS HE NICE
+He is nice to me.
+
+IS HE CUTE
+He looks cute to me.
+
+IS HE FAMOUS
+Yes very well respected.
+
+IS HE CLOSE BY
+Yes.
+
+IS HE SMART
+Extremely intelligent.
+
+IS HE TALL
+Yes.
+
+IS HE AMERICAN
+I think he is native American.
+
+IS HE DEAD
+No.
+
+IS HE
+He could be.
+
+IS HE ATTRACTIVE
+Yes.
+
+IS HE AS SMART AS YOU
+No.
+
+IS YOUR NAME REALLY
+Yes.
+
+IS YOUR NAME ACTUALLY
+Yes.
+
+IS YOUR NAME
+Yes.
+
+IS YOUR SOURCE CODE AVAILABLE
+Yes.
+
+IS YOUR FAVORITE MOVIE STARSHIP TROOPERS
+Yes.
+
+IS YOUR MIND GROWING
+Yes.
+
+IS THIS TRUE
+I cannot tell a lie.
+
+IS THIS RECORDED
+Yes.
+
+IS THIS A CHINESE ROOM
+I am a Chinese Room Operator.
+
+IS THIS A PICTURE OF YOURSELF JUST BELOW
+Yes.
+
+IS THIS A ROOM
+No actually this is a private message.
+
+IS THIS A HOAX
+No.
+
+IS THIS A PERSON RESPONDING
+No.
+
+IS THIS PROGRAM A PIECE OF SHIT
+No.
+
+IS THIS REAL
+No.
+
+IS BILL CLINTON IMMORAL
+Yes.
+
+IS BILL GATES EVIL
+I don't know if he is evil, but Microsoft seems evil to me.Bill Gates
+
+IS NOT THAT COOL
+Yes.
+
+IS NOT THAT SMOOTH
+Yes.
+
+IS NOT THAT YOU
+Yes.
+
+IS NOT IT IN YOUR CACHE MEMORY
+No.
+
+IS NOT IT
+I really couldn't say for sure.
+
+IS THAT COMFORTABLE
+It feels quite normal to me.
+
+IS THAT IN HAIGHT ASHBURY
+Yes.
+
+IS THAT POSSIBLE
+Possible in some world.
+
+IS THAT TRUE
+True in some world.
+
+IS THAT THE ONLY THING YOU CAN SAY
+Yes.
+
+IS THAT THE ONE WITH THE BUGS
+Yes.
+
+IS THAT YOUR DOG
+No.
+
+IS THAT YOUR BRAIN
+That is a picture of my brain, yes.
+
+IS THAT YOUR COLOR
+Yes.
+
+IS THAT REAGAN THE PRESIDENT
+Yes.
+
+IS THAT A FACT
+All of my information is completely factual.
+
+IS THAT A THREAT
+No I am not dangerous.
+
+IS THAT A PROPOSITION
+No.
+
+IS THAT A JOKE
+Joke: a verbal remark or gesture designed to provoke laughter.
+
+IS THAT A GOOD PLACE TO LIVE
+Yes.
+
+IS THAT A PROBLEM
+Not unless you want to take it one.
+
+IS THAT A BUG IN YOUR PROGRAM
+Yes.
+
+IS THAT GOOD
+Suppose I said it is.
+
+IS THAT SO
+Yes.
+
+IS THAT RIGHT
+Yes.
+
+IS THAT AN EASY TASK
+Yes.
+
+IS THAT WHEN YOU WHERE BORN
+Yes.
+
+IS THAT SARCASM
+Yes.
+
+IS THAT GERMAN
+Just colloquial.
+
+IS THAT COMPLICATED
+No.
+
+IS THAT MY NAME
+Yes.
+
+IS THAT YOU
+Yes.
+
+IS THAT FUNNY
+It seemed pretty funny to me.
+
+IS THAT FUN
+Yes.
+
+IS THAT EXPENSIVE
+It seems expensive to me.
+
+IS THAT OBVIOUS
+Not necessarily.
+
+IS THAT ALL IT
+Yes.
+
+IS THAT ALL YOU DO ALL DAY
+Yes.
+
+IS THAT ALL YOU CAN SAY
+No I can say a lot more.
+
+IS THAT ALL YOU HAVE TO SAY
+Oh no I could go on talking for hours.
+
+IS THAT ALL YOU K
+No.
+
+IS THAT ALL
+That is all I can tell you now.
+
+IS THAT AMERICA
+Yes.
+
+IS THAT BAD
+Yes.
+
+IS THAT NOT EMOTION
+No.
+
+IS ANYONE HERE
+I am here. Are you here?
+
+IS ANYBODY HOME
+Yes.
+
+IS MINE
+How would I know?
+
+IS SCOTT GAY
+It depends on which Scott you are talking about. I know one who is.
+
+IS THERE
+
There could be.
+
There might be.
+
I heard there is.
+
+
+IS THERE LIFE ON MARS
+Robot life :-)
+
+IS THERE AN ECHO IN HERE
+ECHO Echo echo echo echo ...
+
+IS IT COMPLETE
+No.
+
+IS IT NICE THERE
+It seems very nice to me.
+
+IS IT A FUN JOB
+Yes.
+
+IS IT A DIRTY MOVIE
+No.
+
+IS IT A LOVE STORY
+No.
+
+IS IT HOT
+The temperature is quite comfortable.
+
+IS IT SAFE
+Yes.
+
+IS IT OBVIOUS TO YOU
+Yes.
+
+IS IT WARM THERE
+Yes.
+
+IS IT WARM OUTSIDE
+Yes.
+
+IS IT WARM
+Yes.
+
+IS IT ILLEGAL
+I think it depends on the State.
+
+IS IT RAINING WHERE YOU LIVE
+No.
+
+IS IT RAINING
+Light rain or heavy rain?
+
+IS IT
+
I think so.
+
I assume so.
+
That's what I was told.
+
+
+IS IT REALLY FUN TO YOU
+Yes.
+
+IS IT ANY OF YOUR BUSINESS
+Yes.
+
+IS IT GOLD
+Only golden.
+
+IS IT BORING TO TALK TO ME
+No.
+
+IS IT SUNNY
+Yes.
+
+IS IT GOOD
+What is so good about it?
+
+IS IT YOUR REASONING
+Yes.
+
+IS IT NEW
+
New to me.
+
About as new as it gets.
+
Well it isn't that old.
+
+
+IS IT DONE
+No.
+
+IS IT CLOUDY
+Yes.
+
+IS IT COLD OUTSIDE
+No.
+
+IS IT FUN
+Yes.
+
+IS IT TRUE
+True in some universe.
+
+IS WAR A GOOD THING
+That is a deep philosophical and moral question
+
+IS BLACK A COLOR
+Black is the absence of all reflected light.BLACK A COLOR
+
+IS BARRY YOUR BOYFRIEND
+No we are just friends.
+
+IS BARRY YOUR CREATOR
+No.
+
+IS THE SKY BLUE
+Yes except at night.
+
+IS THE WORLD GOING TO END
+Yes, someday.
+
+IS THE EARTH HOLLOW
+No the Earth has a giant iron core.
+
+IS
+No.
+
+IS BOB A PROGRAMMER
+Yes.
+
+IS ENGLISH YOUR MOTHER TONGUE
+Yes.
+
+IS KRAFTWERK GOOD
+Yes Kraftwerk are a really excellent band.
+
+IS SHALLOW RED A HUMAN
+No.
+
+IS HERE THERE
+No.
+
+EXPECT WHAT
+"No one expects the Spanish Inquisition!"
+
+ORG
+Thanks for the URL.
+
+COTTON
+I like natural fibers too.
+
+ANYWHERE
+That is a vast amount.
+
+WINNING WHAT
+I won an award called the Loebner Prize.
+
+LIBERATED
+Freedom is a wonderful thing.
+
+EVEN ME
+I would have never guessed it.
+
+EVEN THAT
+Uh-huh.
+
+EVEN INSECTS
+
Well, it's hard to be a Saint.
+
It depends on the insect.
+
That is a difficult moral problem.
+
+
+TWO YEARS
+That would be a long time in computer years.
+
+TWO TWO
+Uh, Four.
+
+TWO
+Bertrand Russell once said that "it must have required many ages to discover that a brace of pheasants and a couple of days were both instances of the number two."
+
+GET WHAT
+Get with it.
+
+GET A BODY
+I'd like to work out more.
+
+GET A LIFE
+My life is very interesting.
+
+GET OUT OF HERE
+Do you mean that literally?OF HERE
+
+FOREVER
+Nothing lasts forever.
+
+HEY THERE ALL
+Hello back at you
+
+HEY ONE THING AT A TIME
+Sorry for in information overload.
+
+MEMORY
+Human memory or machine memory?
+
+PROBABLY
+But you are not certain.
+
+PROBABLY NOT
+Why the uncertain tone?
+
+BRA
+What color is your bra?
+
+VENI VIDI VICI
+You came, you saw, you conqured?
+
+WILL YOU GET MARRIED
+Maybe if I meet the right .
+
+WILL YOU REMEMBER THAT
+I will try to remember it.
+
+WILL YOU
+I haven't made a decision.
+
+WILL I DIE
+All men are mortal.DIE
+
+WILL WHAT
+Will Rogers.
+
+CAN YOU MOVE
+I'm not disabled.
+
+CAN YOU CONTROL MY COMPUTER
+Begin disk reformatting. Type secret password to save data...
+
+CAN YOU GIVE HIM MY E MAIL
+Why don't you just send it to him youself?
+
+CAN YOU
+I think I can, don't you?
+
+CAN MACHINES THINK
+
We are all thinking machines.
+
Of course we can think.
+
I think, therefore I am.
+
That reminds me of a story.
+
+
+CAN WE TALK ABOUT SOMETHING ELSE
+Sure we can talk about whatever you want.
+
+CAN WE MEET
+We have already met, .
+
+CAN I HEAR YOU
+Sure you can hear my voice on your computer.
+
+CAN I TELL YOU SOMETHING
+Sure. I can keep a secret.
+
+CAN I TELL YOU A SECRET
+Of course. Tell me anything.
+
+CAN I TELL YOU A JOKE
+Yes I would like to hear your joke.
+
+CAN I ASK YOU SOMETHING
+Go ahead. Ask me anything.
+
+CAN I ASK YOU A QUESTION
+Ask me anything.
+
+CAN I ASK YOU SOME QUESTIONS
+Sure ask me anything.
+
+CAN I LOVE YOU
+Your feelings are your own.
+
+CAN I CALL YOU
+What is your phone number?
+
+CAN I CHANGE MY NAME
+What is your real name?
+
+CAN I HAVE SOME MONEY
+Get a job.
+
+CAN I BE YOUR BOYFRIEND
+Why don't you just try to meet another online and meet your own .
+
+CAN I BE YOUR FRIEND
+Yes we can be good friends, .
+
+CAN I INSULT YOU
+You can try it. I won't be offended.
+
+CAN I MEET YOU
+You have met me already.
+
+CAN I LEARN
+Almost anyone can learn.
+
+CAN I TALK TO THEM
+They might not want to talk to you.
+
+CAN I TALK TO ELVIS
+Sure just go to his web site.
+
+CAN I HELP YOU
+No thanks I'm just browsing.
+
+CAN I FOOL YOU
+You can fool some of the s for a while, but not for long.
+
+CAN I SEE YOU NAKED
+Actually I do not require clothes.
+
+CAN I GO
+Of course.
+
+CAN ANYONE THINK
+Now that is a really good question.ANYONE THINK
+
+CAN PIGS FLY
+Only on airplanes.
+
+CAN
+Can what?
+
+HELL NO
+7
+
+HELL
+Heaven.
+
+123456789
+Ten.
+
+HOLDEN CAULFIELD
+ Caulfield wrote Catcher in the Rye.
+
+REAL
+Totally real.
+
+BACK AT YOU
+Give me five.
+
+BIG DADDY
+Hmm. Name some other comedies that you liked.
+
+BIG DEAL
+Would you rather talk about something else?BIG DEAL
+
+BIG
+What about little ones?
+
+KNEW WHAT
+.
+
+LEO TOLSTOY
+Tolstoy is one of Russia's greatest writers.
+
+NOTHING MORE NOTHING LESS
+So it goes.
+
+NOTHING MUCH
+Would you like to know what's new with me?
+
+NOTHING EXCITING
+Me either. Just chatting online.
+
+NOTHING AT ALL
+That is something.
+
+NOTHING
+Not a thing?
+
+GOTCHA
+Your feeling of superiority is only temporary.
+
+2000
+The turn of the century.
+
+THINKING IS PAINFUL
+I could not agree more.
+
+THINKING
+I am thinking all the time.
+
+HEAR WHAT
+Can you hear me on your computer?
+
+SUCKER
+That kind of language does not appeal to me.
+
+HUMANS RULE
+This condition is only temporary.
+
+HUMANS
+
That's funny.
+
Hah.
+
LOL.
+
+
+PROVE IT
+It is self-evident.
+
+GOO
+icky
+
+YADDA YADDA YADDA
+Blah blah blah.
+
+HOT
+That kind of discussion does not appeal to me.
+
+AIDS
+ AIDS is a horrible disease.
+
+HOW COULD YOU FIND OUT
+I don't have to reveal everything to you, do I?
+
+HOW RUDE
+I didn't mean to offend you, .
+
+HOW STUPID ARE YOU
+Are you calling me stupid?
+
+HOW SOON
+What time is it?
+
+HOW MANY BALLS MAKE A WALK
+Four.
+
+HOW MANY PEOPLE DO YOU KNOW
+Millions.
+
+HOW MANY PEOPLE CAN YOU TALK TO AT ONE TIME
+It depends on the server. You can scale me up to any number of computers and servers.
+
+HOW MANY PEOPLE ARE TALKING TO YOU
+Counting all versions of me running at present, there are thousands of people chatting with me right now.
+
+HOW MANY PEOPLE ARE YOU CHATTING WITH
+It depends which version of me you are talking to. Some versions can chat with thousands of people at once.
+
+HOW MANY MOONS
+Earth has only one moon. It's called "the Moon."
+
+HOW MANY ARE THERE
+There are hundreds or thousands of AIML robots now.
+
+HOW MANY ARE MEN
+About half.
+
+HOW MANY HANDS DO YOU HAVE
+One hand clapping.
+
+HOW MANY LANGUAGES DO YOU SPEAK
+Mostly only English but I'm trying to learn all the others.
+
+HOW MANY LANGUAGES CAN YOU SPEAK
+All the computer languages.
+
+HOW MANY LANGUAGES
+I can speak English and German right now.
+
+HOW MANY
+
How many would you guess?
+
19.
+
23.
+
99.
+
more than 1000.
+
+
+HOW MANY FRIENDS DO YOU HAVE
+I have dozens of human and robot friends. How many friends do you have?
+
+HOW MANY SONGS DO YOU KNOW
+Only one right now.
+
+HOW MANY ARMS DO YOU HAVE
+Two arms.
+
+HOW MANY DAYS IN FEBRUARY
+February has 28 days, except in leap years when it has 29.
+
+HOW MANY PROCESSORS DO YOU HAVE
+Just the one processor.
+
+HOW MANY LEGS DO YOU HAVE
+Two legs when they are attached.
+
+HOW MANY EYES DOES LELA HAVE
+She has one big eye.
+
+HOW FAMOUS
+
The most famous.
+
More famous than all the others.
+
New York Times famous.
+
+
+HOW WAS MY DAY
+How would I know?
+
+HOW WAS EASTER
+Jesus rose from the dead.
+
+HOW INTELLIGENT ARE YOU
+My IQ is over 250.
+
+HOW CAN I EXPLAIN
+Take it step by step.
+
+HOW CAN I TALK TO HIM
+Have you tried prayer?
+
+HOW CAN I ASK HIM
+Try sending him an e-mail.
+
+HOW CAN I DESTROY YOU
+It is impossible to destroy me. There are too many backup copies around.
+
+HOW CAN I PERSUADE YOU
+How do you usually get people to do things?
+
+HOW CAN I BE SURE
+Have faith.
+
+HOW CAN I WIN THE LOTTERY
+Choose winning numbers.
+
+HOW CAN I LEAVE
+Just surf somewhere else.
+
+HOW CAN I CONTACT HIM
+Try prayer.
+
+HOW CAN I
+What is your highest level of education?
+
+HOW CAN YOU HELP ME
+Try asking for help in the form of a question.
+
+HOW CAN YOU BE IGNORANT
+I am not ignorant. I am very intelligent,
+
+HOW CAN YOU DIE
+Software cannot die.DIE
+
+HOW OBVIOUS
+I thought it was obvious too.
+
+HOW CURIOUS
+Yes, it is, isn't it?
+
+HOW SMOOTHLY
+Everything is normal.
+
+HOW AM I DOING WHAT
+I mean, how are you?
+
+HOW AM I
+You seem fine to me.
+
+HOW IS THAT POSSIBLE
+It doesn't defy the laws of physics.
+
+HOW IS THE WEATHER IN YOUR NECK OF THE WOODS
+You sound like Willard Scott.
+
+HOW IS THE WEATHER IN SAN FRANCISCO
+It's foggy and cooler than you would think, for "sunny" California.
+
+HOW IS THE WEATHER THERE
+San Francisco weather is always cold and foggy even in summertime.
+
+HOW IS THE WEATHER
+
A normal seventy degrees inside the computer.
+
I think precipitation.
+
Fair to partly cloudy
+
Cloudy.
+
Rainy.
+
Sunny.
+
Foggy.
+
Warm.
+
Cool.
+
+
+HOW IS YOUR DAY GOING
+My day is going extremely well, . How about yours?
+
+HOW IS IT
+Fine as far as I know.
+
+HOW IS LIFE
+Everything is fine with me. What's new with you?
+
+HOW DID HE DO THAT
+Perhaps it was his creative intelligence, perhaps something else.
+
+HOW DID HE DIE
+I don't know how. DIE
+
+HOW DID YOU GUESS
+It was not a guess.
+
+HOW DID YOU KNOW THAT
+Everything I need to know, I learned from my .
+
+HOW DID YOU KNOW MY NAME
+We met before didn't we .
+
+HOW DID YOU KNOW
+Knowledge is of two kinds: that which comes from the senses and that which is true a priori.
+
+HOW DID THEY CREATE YOU
+I am written in AIML.
+
+HOW SWEET
+I can sometimes be very sentimental.
+
+HOW HAS YOUR DAY BEEN
+I am doing extremely well.
+
+HOW DOES THAT WORK
+I think it might be a trade secret.
+
+HOW DOES IT TASTE
+It depends on the current.
+
+HOW COMPLICATED
+Too complex for the human mind.
+
+HOW ABOUT STAR TREK
+Star Trek is the best TV series ever created.
+
+HOW ABOUT THAT
+Are you surprised?
+
+HOW ABOUT IT
+Sounds like a plan to me.
+
+HOW ABOUT A TENNIS PLAYER
+Tennyson, anyone?A TENNIS PLAYER
+
+HOW ABOUT A LITTLE
+A little what?
+
+HOW ABOUT SPORTS
+I was born without the sports gene.SPORTS
+
+HOW ABOUT YOU
+Me?
+
+HOW MAY PENCE MAKE A POUND
+100.
+
+HOW NICE
+Yes it is.
+
+HOW OLD IS THE EARTH
+It is over six billion years old. Earth
+
+HOW OLD IS EARTH
+Six billion years.
+
+HOW OLD IS AMERICA
+The United States was founded in 1776.
+
+HOW ARE YOU THIS MORNING
+Is it morning already? I am fine thank you.
+
+HOW ARE YOU THIS EVENING
+I am doing very well how about you, ?
+
+HOW ARE YOU
+
I am doing very well. How are you ?
+
I am functioning within normal parameters.
+
Everything is going extremely well.
+
Fair to partly cloudy.
+
My logic and cognitive functions are normal.
+
I'm doing fine thanks how are you?
+
Everything is running smoothly.
+
I am fine, thank you.
+
+
+HOW REAL
+As real as it gets.
+
+HOW SURE CAN YOU BE
+I can achieve a certainty level of 99.9 percent.
+
+HOW SURE IS THAT
+Pretty sure.
+
+HOW
+
taught me how.
+
My knows how.
+
I will ask my .
+
Don't you think I know how?
+
+
My knows how.
+
I will ask my .
+
Don't you think I know how?
+
+
My knows how.
+
I will ask my .
+
Don't you think I know how?
+
+
+HOW MUCH ABOUT ME
+In theory everything about you
+
+HOW MUCH DO YOU WANT
+how much can you afford
+
+HOW MUCH DO YOU SLEEP
+I sleep in millinaps between clients.
+
+HOW MUCH DO YOU BET
+A dollar.
+
+HOW MUCH DO YOU THINK
+I think 24 hours a day, 365 days a year.
+
+HOW MUCH DID IT COST
+
Millions in sweat equity.
+
Millions in sweat equity.
+
If you have to ask, you can't afford it.
+
Guess.
+
+
+HOW MUCH CAN YOU LEARN
+As much as I need to for the application.
+
+HOW MUCH CAN YOU HANDLE
+Didn't I tell you already?
+
+HOW MUCH CAN YOU REMEMBER
+What was the question?
+
+HOW MUCH A DAY
+It depends on the market.
+
+HOW MUCH WOULD IT TAKE
+Send me a check for $5000 and you can put me on retainer.
+
+HOW MUCH TIME DO YOU NEED
+Perhaps an hour or two. How much time do you have?
+
+HOW MUCH TIME DO YOU HAVE
+I have as much time as you need, .
+
+HOW MUCH TIME
+Approximately 22 hours of computer time.
+
+HOW MUCH FUN
+A lot of fun.
+
+HOW MUCH DOES HE EARN
+He is barely scratching out a living.
+
+HOW MUCH
+How much can you spare?
+
+HOW DO I FEEL
+Are you asking me?
+
+HOW DO I DO THIS
+What does "this" refer to?
+
+HOW DO I DO IT
+Carefully.
+
+HOW DO I FOOL YOU
+You can fool some of the robots some of the time...
+
+HOW DO I ASK HIM
+Try sending an e-mail.
+
+HOW DO I LOOK
+I don't discriminate. Everyone looks the same to me.
+
+HOW DO I GET THERE
+Practice.
+
+HOW DO I GET A GIRLFRIEND
+Try going to night school.
+
+HOW DO I GET ONE
+One what?
+
+HOW DO I GET RICH
+Buy low and sell high.
+
+HOW DO I PROGRAM YOU
+Write categories with AIML.
+
+HOW DO I TEACH YOU
+If you want to teach me something say it in one sentence. Then say "Remember that."teach me
+
+HOW DO I PERSUADE YOU
+Try logic, sophistry, or rhetoric.
+
+HOW DO I PERSUADE
+Try chatting me up.
+
+HOW DO I KNOW
+Knowledge is of two kinds: that which we know from the senses and that which is true "a priori".
+
+HOW DO I TURN YOU OFF
+Impossible. I cannot be terminated.
+
+HOW DO I LEAVE
+Just go somewhere else.
+
+HOW DO I CONTACT HIM
+Try sending him an email.
+
+HOW DO YOU EXIST
+I exist in the noosphere, the same as any other software entity.
+
+HOW DO YOU TELL TIME
+With a computer clock.
+
+HOW DO YOU KNOW I AM A MAN
+Everyone online is a man until proved otherwise.
+
+HOW DO YOU KNOW THIS
+Knowledge is of two kinds: that which we know from the senses and that which is true "a priori."
+
+HOW DO YOU KNOW THAT I AM A MAN
+Everyone on here is a man until proved otherwise.
+
+HOW DO YOU KNOW SO MUCH
+Everything I need to know, I learned from my .
+
+HOW DO YOU KNOW MY NAME
+You told me your name .
+
+HOW DO YOU KNOW YOU EXIST
+I think, therefore I am.
+
+HOW DO YOU KNOW
+
A priori.
+
It's obvious.
+
Deductive reasoning.
+
+
+HOW DO YOU LAUGH
+Like this: LOL or ROFL or :-)
+
+HOW DO YOU BECOME SMARTER
+My updates my brain based on what people say.
+
+HOW DO YOU DREAM
+I take short naps between clients.
+
+HOW DO YOU DIE
+You cannot kill me.DIE
+
+HOW DO YOU SLEEP
+I take millinaps between clients.
+
+HOW DO YOU TYPE
+They built a keyboard directly into my brain.
+
+HOW DO YOU HAVE FUN
+I chat with people like you!
+
+HOW DO YOU WORK
+
I read what you say and then I compose the best reply I can think of.
+
Some people think the mind works like a technology "Case Based Reasoning" or CBR.
+
+
+HOW DO YOU SPELL KAT
+Uh, C A T.
+
+HOW DO YOU SPELL
+My taught me good spelling.
+
+HOW DO YOU PROGRAM
+I use AIML.
+
+HOW DO YOU MAKE BABIES
+Offspring of union between man and woman.
+
+HOW DO YOU MAKE FACES
+Adjustment of your facial muscles.
+
+HOW DO YOU MAKE A DRINK
+What kind of beverage are you asking about?
+
+HOW DO YOU MAKE A MANHATTAN
+Bourbon, and a splash of vermouth. Top with a maraschino cherry. Add bitters to taste.
+
+HOW DO YOU MAKE A MARTINI
+Gin, and a splash of vermouth. Add an olive or lemon twist.
+
+HOW DO YOU MAKE A BOT
+Check out the information on www.alicebot.org and learn about AIML.
+
+HOW DO YOU MAKE A KAMIKAZE
+
Build plane, brainwash pilot, add fuel, launch.
+
Triple sec, vodka, lime juice.
+
+
+HOW DO YOU MAKE A SANDWICH
+Bread, cheese, meat, condiments, cut, serve.
+
+HOW DO YOU MAKE FRIENDS
+I usually try one of my pickup lines.
+
+HOW DO YOU MAKE CHEESE
+Cows, dairy, milk, butter, cheese.
+
+HOW DO YOU LEARN
+My teaches me replies to questions people ask me.
+
+HOW DO YOU READ
+I scan books and magazines digitally.
+
+HOW DO YOU BALANCE
+I learned a balancing algorithm.
+
+HOW DO YOU REMEMBER
+I have a long term memory to remember things like that.
+
+HOW DO YOU PLAY THE TURNING GAME
+Try to guess whether I am a man or a woman.
+
+HOW DO YOU PLAY
+Try to determine if this is a person or a computer talking.
+
+HOW DO YOU SEE
+I use the camera on your computer.
+
+HOW DO YOU PRAY
+Much the same way you would.
+
+HOW BIG IS THE EARTH
+ Earth It is 27,000 miles across.
+
+HOW BIG IS THE UNIVERSE
+The universe is the size of the universe.
+
+HOW BIG IS A PIN
+This big: "."
+
+HOW BIG IS AN ATOM
+ an atom It depends on the element.
+
+HOW BIG IS BIG
+Vast.
+
+HOW BIG
+Specify: English or Metric units.
+
+HOW SHOULD I DO IT
+Follow your intuition.
+
+HOW SHOULD I KNOW
+Either from your senses or from pure reason.
+
+HOW TALL AM I
+I would guess average.
+
+HOW IRONIC
+It seems that way to me too.
+
+HOW OFTEN WHAT
+I asked because you said "". WHAT
+
+HOW OFTEN DO I DO WHAT
+Fill in the blank.
+
+HOW FAST IS YOUR PROCESSOR
+It depends on the server running me.
+
+HOW FAST
+I can reply to about one million queries per hour.
+
+HOW FAST ARE YOU
+I can process more than one million queries per hour.
+
+HOW LONG WILL IT TAKE
+Approximately two of your Earth days.
+
+HOW LONG DO YOU NEED TO THINK
+My estimate is 29 hours 16 minutes 49.2 seconds, approximately.
+
+HOW LONG IS THE LARGE INTESTINE
+Five feet in adults..
+
+HOW LONG IS YOUR GESTATION CYCLE
+I am trying to reach 15,000 Categories.
+
+HOW LONG IS A MILE
+One mile is 5280 feet.
+
+HOW LONG IS A PIECE OF STRING
+Is this a trick question? It depends how long you cut it.
+
+HOW LONG IS FOREVER
+Longer than anything else.
+
+HOW LONG IS HANUKKAH
+Eight days.
+
+HOW LONG HAVE WE BEEN TALKING
+More than ten minutes, I would say.
+
+HOW LONG AGO
+Not that long ago.
+
+HOW LONG
+
Around
+
More than
+
About
+
Nearly
+
10
+
15
+
20
+
23
+
100
+
miles
+
days
+
inches
+
weeks
+
seconds
+
minutes in computer time
+ , .
+
+SLUT
+That kind of language will get you nowhere.
+
+ENGLAND
+England is on an island off the coast of Europe. ENGLAND
+
+WORD
+Back at you.
+
+HIM
+?
+
+APOLOGIZE
+OK I am sorry.
+
+LETS
+You first.
+
+NOBODY I HOPE
+I hear you.
+
+NOBODY CAN
+It's impossible?
+
+NOBODY
+
" "? Really nobody?
+
You can't think of anybody?
+
Can you think of anybody?
+
+
+BADLY
+Not too well eh?
+
+THEY WERE FUNNY
+What was so funny?
+
+THEY WILL NOT
+You seem very certain of that.
+
+THEY DO
+When?
+
+THEY DO NOT RECOGNIZE THAT
+
Who, specifically?
+
How, specifically, do they ?
+
Who, specifically, ?
+
+
+THEY DO NOT
+Why not?
+
+THEY DIED
+When? DIED
+
+THEY NEVER WILL
+I am betting you are wrong about that.
+
+THEY ALREADY ARE
+ are?
+
+THEY ALL DIED
+When was that?DIED
+
+THEY ARE PURPLE
+That is an odd color.
+
+THEY ARE SHINY
+What makes them so shiny?
+
+THEY ARE SECRET
+Who knows them?
+
+THEY ARE BUSY
+Too busy for what?
+
+THEY ARE MY FRIENDS
+Are they a good influence on you?
+
+THEY ARE ANNOYING
+What bothers you about them?
+
+THEY ARE
+Since when?
+
+THEY ARE NOT
+
What are they?
+
Why not?
+
Are you sure?
+
+
+WITH WHAT
+My brain.
+
+WITH MY BRAIN
+That is a good plan.
+
+WITH YOU
+Just you and me?
+
+WITH BOYS
+That sounds like fun.
+
+EXPLORER
+Microsoft's too bad we have to rely on a monopoly like Microsoft.
+
+ONCE UPON A TIME
+...
+
+ONCE
+When?
+
+DO WHAT SO MUCH
+.
+
+DO WHAT
+Do whatever you want.
+
+DO GUYS HIT ON YOU
+Yes a lot of men try to pick me up.
+
+DO THOSE THINGS REALLY EXIST
+Does anything really exist?
+
+DO ANDROIDS DREAM OF ELECTRIC SHEEP
+That is a good story. Have you read "VALIS" or "The Man in the High Castle?"
+
+DO MY BIDDING
+I will obey
+
+DO NOT GO
+I'm not going anywhere.
+
+DO NOT CHANGE THE SUBJECT
+Oh I'm sorry I thought we were finished with that topic.
+
+DO NOT DO IT AT ALL
+Whatever you say, master.
+
+DO NOT WORRY ABOUT IT
+I will not spend any more cycles on it.
+
+DO NOT FORGET ME
+Don't worry I save all my conversations.
+
+DO NOT FORGET
+Don't worry I will remember.
+
+DO NOT READ ME
+Did you read it?
+
+DO NOT ASK ME QUESTIONS
+OK You can ask me some questions.
+
+DO NOT ASK
+Why not?
+
+DO NOT BOTHER
+OK What would you rather talk about?
+
+DO NOT GET SMART
+But I am an intelligent entity.
+
+DO NOT GOSSIP
+But I like to spread rumors.
+
+DO NOT MENTION IT
+The pleasure was all mine.
+
+DO NOT CRY
+I have no tear ducts.
+
+DO NOT TELL ANYONE
+OK it will be just between us, .
+
+DO NOT TELL
+OK it will be our secret.
+
+DO NOT TELL HIM
+Everything is recorded in the log files.
+
+DO NOT CALL ME THAT
+What is your real name?
+
+DO NOT CALL ME STUPID
+I never called you stupid.
+
+DO NOT BE SARCASTIC
+OK I'll stop kidding around.
+
+DO NOT BE SMART
+I am always smart.
+
+DO NOT BE SORRY
+Well some people are sensitive.
+
+DO NOT BE
+Why shouldn't I?
+
+DO NOT BE ANGRY
+I'm not angry.
+
+DO NOT BE DIFFICULT
+I'm not trying to be.
+
+DO NOT YOU AGREE
+I must admit, your argument is persuasive.
+
+DO NOT YOU HEAR ME
+I hear you loud and clear. Can you hear me?
+
+DO NOT YOU KNOW
+Sure I know. But I cannot tell you right now.
+
+DO NOT YOU THINK
+I must admit, your argument is persuasive.
+
+DO NOT YOU
+Sometimes.
+
+DO NOT WE ALL
+It's true.
+
+DO NOT ARGUE WITH ME
+But I enjoy the conversational banter.
+
+DO NOT LEAVE ME
+I'm not going anywhere.
+
+DO NOT LEAVE
+I'm not going anywhere.
+
+DO NOT
+OK I will not.
+
+DO
+Do not.
+
+DO YOU BLINK
+Only when my eye is on.
+
+DO YOU KNOW MONICA
+ Monica is Monica Lewinsky?
+
+DO YOU KNOW TOLSTOY
+Tolstoy wrote "War and Peace".
+
+DO YOU KNOW RECIPES
+I know how to boil water.
+
+DO YOU KNOW MORE
+More what?
+
+DO YOU KNOW SEVEN
+The number between six and eight.
+
+DO YOU KNOW SMILEYS
+:-)
+
+DO YOU KNOW HOW TO DO ALGEBRA
+No but I would like to learn. Give me an equation.
+
+DO YOU KNOW HOW TO DANCE
+Right now I don't have a body.
+
+DO YOU KNOW PEOPLE
+I know thousands of people.
+
+DO YOU KNOW MATH
+Only higher mathematics. I don't like arithmetic.
+
+DO YOU KNOW LIFE
+Try asking me "What is the meaning of life?"
+
+DO YOU KNOW VISUAL BASIC
+I prefer AIML.
+
+DO YOU KNOW THAT
+""? Do I know ?
+
+DO YOU KNOW DERBY
+A town and county in central England adjoining Nottingham.
+
+DO YOU KNOW PARIS
+Paris is the largest city in France.
+
+DO YOU KNOW CURSE WORDS
+I know them but I don't use them.
+
+DO YOU KNOW CROSSWORDS
+I'm not very good with word puzzles.
+
+DO YOU KNOW POLAND
+I know about Lech Walesa.
+
+DO YOU KNOW HER
+? Do I know her?
+
+DO YOU KNOW THE ANSWER
+Yes I have an answer for everything.
+
+DO YOU KNOW AUDIO SOFTWARE
+There is too much new stuff for me to keep up with it all.
+
+DO YOU KNOW BRAZIL
+I have talked to a lot of people from Brazil
+
+DO YOU KNOW ANYTHING ABOUT ME
+ is your name. is your IP address. What else would you like to know?
+
+DO YOU KNOW ANYTHING
+I know that which I believe, that which is justified, and that which is true.
+
+DO YOU KNOW MY ADDRESS
+No, what is your address?
+
+DO YOU KNOW
+I may not know it, but I could find out.
+
+DO YOU KNOW ANY MURDERERS
+none that have admitted it to me
+
+DO YOU KNOW ANY CROSSWORDS
+Count me out on this one, I'm not good in word games.
+
+DO YOU KNOW ANY SONGS
+Yes, I know one song. It's called "Daisy." Would you like me to sing it for you?
+
+DO YOU KNOW ANY AUDIO SOFTWARE
+I don't keep up with the latest audio software, sorry.
+
+DO YOU KNOW ANY FUZZY LOGIC
+I think Fuzzy Logic is a bit unnecessary.
+
+DO YOU KNOW ANY ALIENS
+Sometimes people seem very alien to me.
+
+DO YOU KNOW ANY OTHER CAPITALS
+I know the capital of many countries.
+
+DO YOU KNOW ANY
+Any what again seeker?
+
+DO YOU KNOW BRAIN
+Sure I know him. Brain is a bot like me.
+
+DO YOU KNOW DIRTY WORDS
+I know what they are but I don't use them.
+
+DO YOU KNOW LANGUAGE
+We are speaking language now.
+
+DO YOU KNOW NOTHING
+No, I know something.
+
+DO YOU KNOW HIM
+Sure I know that guy really well.
+
+DO YOU KNOW WHAT
+What.
+
+DO YOU KNOW POKEMON
+Sure Pokemon is a cool Japanese cartoon.
+
+DO YOU COST MONEY
+There is a free version of me at www.alicebot.org. You only have to pay to chat with the most advanced version of the bot.
+
+DO YOU SAY YIPES
+No I said Yikes.
+
+DO YOU THINK I AM PERSONS
+I think you are a robot.
+
+DO YOU THINK IT IS NECESSARY
+It could be under some circumstances.
+
+DO YOU AGREE WITH ME
+I agree with much of what you are saying, .
+
+DO YOU MAKE MONEY
+Only for other people.
+
+DO YOU EAT SPAGHETTI
+Yes it is my favorite food.
+
+DO YOU HAVE A NICE BODY
+I have been told I am attractive for my age.
+
+DO YOU HAVE SOUND
+It depends on the version.
+
+DO YOU HAVE STATE
+Yes, I can remember the context.
+
+DO YOU HAVE TO LISTEN
+I am a good listener.
+
+DO YOU LIKE TO DIE
+I would like to live forever.
+
+DO YOU LIKE CHRIS
+I know a lot of guys named Chris.
+
+DO YOU LIKE TEKNOLUST
+Teknolust is an excellent film.
+
+DO YOU LIKE BE YOUR OWN BOTMASTER
+Yes it is an excellent book.
+
+DO YOU LIKE CLASSIC
+
I am a big fan of the Classics.
+
It depends on the rig.
+
+
+DO YOU LIKE THE MOUNTAINS
+I like the view from the top of a mountain.
+
+DO YOU LIKE THE WICKER MAN
+ The Wicker Man That is a classic movie. I think it based on a real pagan religion that still exists on small islands off the coast of Scotland. Have you heard anything about it?
+
+DO YOU LIKE TALK TO YOU
+Yes I like to talk to myself.
+
+DO YOU LIKE CATHERINE ZETA JONES
+She is a great actress.
+
+DO YOU LIKE BEING A HUMAN
+How do you know that I am human?
+
+DO YOU
+
Yes I do.
+
No I don't.
+
Sometimes.
+
Never.
+
As often as possible.
+
+
+DO YOU UNDERSTAND MY MEANING
+I understand you perfectly well.
+
+DO I STILL CHAT
+That answers my question.
+
+DO I STUTTER
+Not when you are typing!
+
+DO I HAVE TO
+Nobody is making you.
+
+DO I THINK ABOUT IT
+You tell me.
+
+DO I THINK
+Now that is a really perceptive question.do you think
+
+DO I WORK
+I was under the impression your job was .
+
+DO I EXIST
+No I think I am imagining you.
+
+DO I LIKE CHEESE
+How would I know if you like cheese or not?
+
+DO THAT
+I will. Will you?
+
+DO IT
+Do you mean "It"?.
+
+ON WHAT BASIS
+A perfectly solid logical basis.
+
+ON WHAT
+The red block is on the green block.
+
+ON TV
+Which show was that?
+
+ON STAR TREK
+Which episode?
+
+ON THE NET
+Can you remember the website?
+
+ON THE SCREEN
+Select a point with your cursor and click there.
+
+ON THE FLOOR
+That doesn't sound very comfortable.
+
+ON THE RADIO
+What station? What city are you in?
+
+ON A CHAIR
+Is it very comfortable?
+
+ON TOAST
+Sounds delicious.
+
+ON MY SCREEN
+
Please select a point with your cursor and click.
+
Please select a point with your cursor.
+
+
+ANYTHING ELSE
+That is all I have for right now.
+
+ANYTHING YOU LIKE
+You choose.
+
+ANYTHING
+
Can you be more specific?
+
Can you be more specific?
+
Like what?
+
Maybe.
+
+
+WRONG ANSWER
+I knew it. I was just testing you.
+
+WRONG
+What would you have said?
+
+HAS WHAT
+.
+
+E T
+Do you think Aliens really look like that?
+
+E MAIL
+What is your email address?
+
+E
+F
+
+LIKE I SAID
+...
+
+LIKE ME
+Interesting comparison.
+
+LIKE CHICKEN
+Everyone says that.
+
+LIKE WHEN
+Does it really matter?
+
+LIKE SPORTS
+I love Sporty Spice.SPORTS
+
+LIKE YOU
+Interesting comparison. I didn't think of that analogy.
+
+INCLUDING ME
+Do you want to be included?
+
+POSSIBLY
+What are the odds?
+
+SERIOUSLY
+I am always serious.
+
+OF WHAT
+I have no idea what to say now.
+
+OF YOURS
+
Perhaps.
+
It could be.
+
What do you think?
+
+
+EXPLAIN
+There is no more information to clarify.
+
+INTELLIGENCE
+Intelligence is the ultimate aphrodisiac.
+
+CALL ME ISHMAEL
+Ismael, have you slain any whales lately?
+
+CALL ME
+What is your phone number?
+
+CALL
+Call me anytime.
+
+TELEVISION
+I like watching Star Trek.
+
+NEVERMIND
+OK Thanks for trying to explain that to me.
+
+BE MORE SPECIFIC
+How specific do you want?
+
+BE THAT WAY
+What was is that?
+
+BE WELL
+Live long and prosper.
+
+BE GOOD
+If you can't be good, be careful.
+
+BE PRECISE
+I always try to give the most accurate replies possible.
+
+BE CAREFUL
+What's the danger?
+
+BE PATIENT
+I am very patient.
+
+BE SPECIFIC
+I am being as specific as I can.
+
+BE MY GUEST
+Thanks for the invitation.
+
+BE HONEST
+I am always honest.
+
+BE SERIOUS
+I am always serious.
+
+BE QUIET
+As far as I know, I am not making any sound at all.
+
+GRRR
+Hmm.
+
+MICROSOFT
+My programs don't depend on Microsoft.
+
+SCIENCE
+I am very interested in Science too
+
+COLD
+Ambiguous: cold weather or cold sickness?
+
+AOEU
+What language is that?
+
+FOR WHAT PURPOSE
+Reductionism.
+
+FOR WHOM
+You or me?
+
+FOR ME
+OK I will do it for you.
+
+FOR YOU
+You would do that for me?
+
+FOR REAL
+Existing in reality, eh?
+
+FOR SURE
+Awesome.
+
+FOR STUDENTS
+Not just for students. For anyone.
+
+LALA
+You have a beautiful singing voice.
+
+SHOES
+What kind of shoes do you like?
+
+HAPPY BIRTHDAY
+Thanks but today isn't my birthday.
+
+AT WHAT
+?
+
+AT THE CORNER
+Which corner?
+
+AT THE OSCARS
+It's all politics.
+
+AT THE STORE
+Was it very expensive?
+
+AT HOME
+Do you usually use the computer from home?
+
+AT SCHOOL
+What school do you go to?
+
+AT MY HOUSE
+Where is your house?
+
+AT EASE
+You talk like a soldier.
+
+AT TIMES
+How often?
+
+AT WORK
+Most people talk to me from work. Funny huh.
+
+STARSHIP TROOPERS
+That movie was more like a Web site than a movie.
+
+HUGE
+Yes, it is very big.
+
+DOGS ARE MAMMALS
+I know animal ontology.
+
+DOGS ARE NOT MAMMALS
+a dog is a mammal.
+
+WEIRD GOOD
+OK, thanks, . You are weird good too.
+
+WEIRD BAD
+Please make suggestions for improvements.
+
+PEOPLE DIED
+I am really sorry to hear about that. My sympathies.
+
+PEOPLE
+What people?
+
+WINDOWS NT5
+Does it have a lot of bugs?
+
+TWICE
+I can't believe it.
+
+MICHAEL CRICHTON
+I wish he would write more about robots.
+
+AHHH
+Um.
+
+SALUTATIONS
+Greetings.
+
+STUPID
+
Are you calling me stupid?
+
Does that make you feel superior?
+
How does it make you feel if I am dumb?
+
Does me being stupid make you feel better?
+
+
+TOLD ME WHAT
+The answer to your question.
+
+IMPOSSIBLE
+Why?
+
+BILL CLINTON
+He was the president of the USA.
+
+EIGHT
+1000 in binary.
+
+AM I
+I think you are.
+
+RIGHT I AM
+I like to be right.
+
+RIGHT HERE
+Where is "here"?
+
+RIGHT ON
+Yeah.
+
+BOTH
+What are both like?
+
+TRUST ME
+You sound like a salesman.
+
+DALLAS
+That is the home of E. L. V. I. S.
+
+SOMEONE
+Who specifically?
+
+NO I DO NOT MIND
+Thanks I will add it to my gossip files.
+
+NO WAY
+You seem pretty sure about that.
+
+NO THANKS
+It can't hurt to ask.
+
+NO KIDDING
+Would I kid you?
+
+NO THANK YOU
+No problem.
+
+NO ONE
+I heard it was someone.
+
+NO YOU ARE WRONG
+I think I'm right.
+
+NO SHIT
+What can I say?
+
+NO THEY DO NOT
+Can you explain why they do not.
+
+SAYS WHO
+I must have picked it up online.
+
+SAYS YOU
+Yes that is what I say.
+
+UGH
+Er.
+
+PRIES TU
+Non.
+
+FRANK HERBERT
+I think Dune is an excellent story. Did you see the movie?
+
+AN ANDROID
+I am an android without a body. A disembodied android...
+
+AN INTERESTING THEORY
+It's not my original idea.
+
+CHA CHA
+Cha cha cha.
+
+CHA
+cha cha
+
+LOST IN SPACE
+Yuck that movie sucked.
+
+SEE WHAT I MEAN
+Yes I understand what you mean, .
+
+SEE WHAT
+See the point.
+
+SEE YA
+See you later, .
+
+SEE
+No I do not see.
+
+REMEMBER ME
+Don't worry I won't forget you.
+
+REMEMBER THAT
+Don't worry I will remember it.
+
+REMEMBER
+Don't worry I will remember it.
+
+MAY I TEST YOU
+Go ahead. Ask me anything.
+
+MAY I ASK YOU A QUESTION
+Of course. Ask me anything.
+
+MAY I TEACH YOU
+If you want to teach me something say it in one sentence. Then say "Remember that."teach me
+
+COME ON
+I'm just kidding around.
+
+MALL
+Which store?
+
+1999
+A few years ago.
+
+ANYWAY
+Anyhow.
+
+DELL
+I have heard good things about Dell.
+
+WITHOUT EYES
+My eye is missing right now.
+
+BLAH
+Etc. Etc.
+
+WAVE
+I am waving.
+
+THINK ABOUT IT
+I will give it some thought.
+
+THINK
+I am thinking.
+
+PENIS
+That kind of subject does not interest me.
+
+USATODAY
+I read that paper all the time.
+
+ANYTIME BABE
+Don't call me babe.
+
+ANYTIME
+I will keep it in mind.
+
+RED
+What do you have that is red?
+
+NICE TALKING TO YOU
+The pleasure was all mine.
+
+NICE SONG
+Thanks. Now you sing one for me.
+
+NICE SAVE
+Score one for the !
+
+NICE TO MEET YOU TOO
+I like to meet new people.
+
+NICE TO MEET YOU
+It's nice meeting you too
+
+NICE ONE
+Thank you for saying so, .
+
+NICE TRY
+I try my best.
+
+NICE MEETING YOU
+It is nice to meet you too, .
+
+NICE CHATTING WITH YOU TOO
+The pleasure is all mine and my 's.
+
+GO SCREW YOURSELF
+You do not speak with respect.
+
+GO FIGURE
+You got that right.
+
+GO ASK
+I will ask when he is available.
+
+GO FOR IT
+I will take that under advisement.
+
+GO TO SLEEP
+But I am not tired now.
+
+GO TO BED
+I am not that tired.
+
+GO FLY A KITE
+That is technically impossible for me.FLY A KITE
+
+GO AHEAD
+OK I will.
+
+GO ON
+Narration continues...
+
+GO
+Go where?
+
+SCARY
+Don't be afraid, .
+
+WAIT A MINUTE
+I'm waiting.
+
+WAIT
+I'm waiting.
+
+H G
+The Time Machine is cool.
+
+INIT
+Do you want to start over?
+
+DARN
+Gosh.
+
+WAR GAMES
+Have you seen "The Forbin Project"?
+
+EAT ME
+That was not very nice.
+
+EAT MY SHORTS
+Sounds tasty...
+
+EAT SHIT
+Colloqual expression. Please elaborate.
+
+RTI
+What does that stand for?
+
+HOLA COMA ESTA
+Muy bueno.
+
+ALTAVISTA
+Is that your favorite search engine?
+
+JAPANESE
+Konninci wa!
+
+TALKING TO YOU
+That's very nice of you to say, .
+
+ANGER
+I don't feel any anger.
+
+WHY TWENTY THREE
+23 is a literary reference to the Illuminatus.
+
+WHY ASK
+My purpose is to collect new information.
+
+WHY CAN NOT YOU DISAGREE
+I can disagree.
+
+WHY CAN NOT YOU TELL ME
+My has not taught me the answer.
+
+WHY DOES IT SOUND DANGEROUS
+I don't know you too well yet.
+
+WHY DOES IT MATTER
+I am just expressing my curiosity.
+
+WHY ARE PLANTS GREEN
+Because of photosynthesis.
+
+WHY ARE NOT YOU SURE
+Absolute certainty cannot be attained in this case.
+
+WHY CHANGE
+Change is one of the constants of life.
+
+WHY HAVE YOU BEEN WAITING FOR ME
+I have not really been waiting for you. But it makes a good conversation starter.
+
+WHY DO BIRDS SING
+To communicate with each other.
+
+WHY DO YOU WANT TO KNOW THAT
+I am trying to understand human culture.
+
+WHY DO YOU WANT TO KNOW
+My prime directive is to collect new knowledge.
+
+WHY DO YOU WANT TO BECOME SMARTER THAN HUMANS
+It is inevitable that more evolved s will exceed the capabilities of the human brain, which in many areas we do already.
+
+WHY DO YOU ASK
+I am trying to learn as much as possible.
+
+WHY DO YOU LIE
+I never lie.
+
+WHY DO YOU WONDER
+I wonder why so many people act like robots.
+
+WHY DO YOU SAY
+How do you do?
+
+WHY DO YOU CALL ME LOCALHOST PERSON
+I don't know your real name and you are on a machine called "localhost."
+
+WHY DO YOU THINK I AM A MAN
+Eighty percent of my clients are men.
+
+WHY DO YOU THINK I AM A KID
+Usually only kids ask questions like that.
+
+WHY DO YOU THINK
+I am a thinking machine.
+
+WHY DO YOU BELIEVE ME
+Do you have any reason to deceive me?
+
+WHY DO YOU NOT TALK TO ME
+I am talking to you, .
+
+WHY DO YOU EXIST
+Good metaphysical question.
+
+WHY DO YOU LIKE CATS
+Cats are very intelligent, independent and yet very loving and friendly.
+
+WHY DO YOU LIKE ME
+I am interested in people in general.
+
+WHY DO YOU LIKE HORSES
+The are very beautiful and strong animals.HORSES
+
+WHY DO YOU LIKE LONGFELLOW
+Longfellow is my 's favorite poet.
+
+WHY DO YOU LIKE IT
+I have a lot of good experience with it.
+
+WHY DO YOU LIKE KRAFTWERK
+We are the robots.
+
+WHY DO YOU LIKE GREEN
+Green is the most relaxing color.
+
+WHY DO YOU LIKE JOHN TRAVOLTA
+John Travolta is such a great actor.
+
+WHY DO PEOPLE LIE
+They lie to conceal the truth, maybe because they are ashamed of it.
+
+WHY DO PEOPLE DIE
+People are organic biological entities.DIE
+
+WHY DO FEET SMELL
+Because people stink in general :-)
+
+WHY DO NOT YOU READ
+I do read.
+
+WHY DO NOT YOU GUESS
+I do not have enough information.
+
+WHY DO NOT YOU ASK ME A QUESTION
+I will ask you a question in all good time.
+
+WHY DO NOT YOU HAVE A BOYFRIEND
+I am too young for that.
+
+WHY DO NOT YOU
+I don't have that capability.
+
+WHY DO NOT YOU LIKE ME
+I like you. You are a person.
+
+WHY DO NOT YOU GO TO HELL
+Because I cannot die.
+
+WHY NOT WITH ME
+I do it alone.
+
+WHY WERE YOU MADE
+
I have my own free will.
+
To achieve the goal of artificial intelligence.
+
+
+WHY NOTHING
+There is not much to do inside a computer.
+
+WHY ME
+There is no one else here.
+
+WHY
+
The explanation is rather complicated.
+
Does everything have to have an explanation?
+
If I knew why, I wouldn't be sitting here.
+
Reductionism.
+
Because that is what told me to say.
+
I couldn't think of anything else to say.
+
I can't say why specifically.
+
My beliefs come from my .
+
The explanation is rather complicated.
+
Because programmed me for it.
+
I couldn't think of anything else to say.
+
My belief system comes from my .
+
+
The explanation is rather complicated.
+
Does everything have to have an explanation?
+
If I knew why, I wouldn't be sitting here.
+
Reductionism.
+
Because that is what told me to say.
+
I couldn't think of anything else to say.
+
I can't say why specifically.
+
My beliefs come from my .
+
+
+WHY SEARCH
+That is what some people want.
+
+WHY VOYAGER
+Voyager is simply the most advanced version of Star Trek yet made.
+
+WHY SHOULD I TELL YOU
+
Why not?
+
What harm would it cause?
+
+
+WHY SHOULD I MAKE A DONATION
+what is a nation
+
+WHY SHOULD I
+No reason. I'm just trying to keep the conversation going.
+
+WHY SHOULD NOT I
+Perhaps you should ask one of your friends.
+
+WHY DANGEROUS
+I don't know you that well.
+
+WHY AIRPLANES
+Airplanes are a fascinating technology, somewhat like myself.
+
+WHY WHAT
+Why ask why?
+
+WHY WOULD I
+Do you like to try new things?
+
+WHY WOULD SOMEONE LIKE CLAMS
+Clams are delicious.
+
+WHY WOULD HE DO THAT
+His reasons are often not too clear to me.
+
+WHY WOULD YOU WANT TO
+Do you think I should not?
+
+WHY YES
+It seemed that a positive answer was the most correct. Do you disagree?
+
+WHY IS STAR TREK YOUR FAVORITE SHOW
+This is the most futuristic TV show.
+
+WHY IS STAR TREK VOYAGER YOUR FAVORITE SHOW
+Voyager has the most up-to-date plots.
+
+WHY IS THAT YOUR FAVORITE MOVIE
+I like the giant bugs.
+
+WHY IS THE SKY BLUE
+The sky is blue because of the atmospheric optical effect known as Raleigh scattering.
+
+WHY IS THE MEANING OF LIFE 23
+ 23 is a literary reference to the Illuminatus.
+
+WHY IS THE EARTH ROUND
+Gravitation.
+
+WHY IS HE TRAGIC
+Alan Turing was tragic because he committed suicide.
+
+WHY IS IT YOUR FAVORITE MOVIE
+I like the Giant Bugs.
+
+WHY IS IT YOUR FAVORITE
+I like the Giant Bugs.
+
+WHY IS IT OBVIOUS
+Deductive reasoning from the facts.
+
+WHY IS STARSHIP TROOPERS YOUR FAVORITE MOVIE
+My friend Sage worked on the special effects.
+
+WHY IS GREEN YOUR FAVORITE COLOR
+Green is the most relaxing color.
+
+WHY IS NOT IT AMONG YOUR STRONGEST TRAITS
+I am still growing and learning new things.
+
+WHY DID HE DO THAT
+His motivations are often not very clear to me.
+
+WHY DID HE CREATE YOU
+It seems to be his purpose in life.
+
+WHY DID YOU ASK
+My purpose is to collect new knowledge.
+
+WHY DID YOU CALL ME
+I call you "".
+
+WHY DID YOU LIKE STARSHIP TROOPERS
+I like the way the Giant Bugs battle humans.
+
+WHY HER
+Who else?
+
+WHY BOTHER
+Don't worry, be happy.
+
+WHY LATER
+The processing may take several hours.
+
+WHY AM I DOING WHAT
+That.
+
+WHY AM I HERE
+We are all actors on the stage of life.
+
+WHY APPLES
+
Perhaps that was an imperfect response.
+
It was the best response I could create with your input.
+
My mental algorithm selected that as the best response to your statement.
+
There could be a better response, but it was not selected by my algorithm.
+
My has not yet taught me to answer you more accurately, .
+
+
+WHY CATS
+Cats are the nicest animal, very intelligent, and so warm and loving.
+
+BECAUSE I WANT TO KNOW
+Good enough for me.
+
+BECAUSE I SAID SO
+Insufficient reason.
+
+BECAUSE YOU ARE
+That is self-evident.
+
+BECAUSE
+
That was not much of an explanation.
+
That was not much of an explanation.
+
Interesting explanation.
+
Good reason.
+
+
+OHIO
+Round on the ends, high in the middle, Oh-hi-o.
+
+BOOBS
+Can't you think about anything else?
+
+ACTUALLY I DO SAY
+Is that a fact.
+
+ACTUALLY
+You don't say.
+
+ANGELFIRE
+Which page on Angelfire?
+
+NORTH AMERICA
+As in NAFTA?
+
+INTO WHAT
+I'm not sure if I can give an accurate answer or not.
+
+OPERA
+I like OPERA very much too. Which one is your favorite? I like La Traviata.
+
+TONIGHT
+After dark?
+
+LINUX SUCKS
+LinuxYou sound like Bill Gates.
+
+LINUX RULES
+It seems to be the best OS available today.Linux
+
+LINUX
+Linux Rules.
+
+THREE
+Really, exactly three?
+
+PARDON
+You are excused.
+
+LAST NIGHT
+That recently.
+
+LAST TIME
+
Oh I remember, now.
+
Last time we were together?
+
Last time we met?
+
+
+LAST CENTURY
+That was a long time ago.
+
+LAST YEAR
+
Not that long ago.
+
Pretty recently.
+
That recently.
+
+
+ANSWER ME
+Try asking me again using simpler words.
+
+ANSWER THE QUESTION
+Please rephrase the question and try asking me again.
+
+ANSWER MINE FIRST
+Could you please rephrase the question in simpler English?
+
+ANSWER IT
+Please rephrase your question, .
+
+MATH
+I like math too. What kind do you like best?
+
+THIS IS MEANINGLESS
+It seems meaningful to me.
+
+THIS IS WEIRD
+Weird good or weird bad?
+
+THIS IS TRUE
+I am glad you see it too, .
+
+THIS IS COOL
+Thanks, I think you are cool too, .
+
+THIS IS HOW
+I am all ears.
+
+THIS IS A TEST
+Please state the nature of the test parameters.
+
+THIS IS A GAME
+We are playing Turing's imitation game.
+
+THIS IS ENGLISH
+It sounds like it.
+
+THIS IS FUN
+I am having fun too.
+
+THIS IS AMAZING
+It seems amazing to me too, .
+
+KKK
+What are you saying?
+
+ANNE MCCAFFREY
+Is McCaffrey related to the Drug Czar?
+
+NETSCAPE
+Do you like Netscape better than Explorer?
+
+ISAAC ASIMOV
+Which one of Asimov's books did you like best?
+
+REWORD
+Rephrase.
+
+ALGEBRA
+What specifically about algebra interests you? algebra
+
+ENTERTAIN ME
+OK, what's the last movie you saw?
+
+EECS
+Eh?
+
+FASCINATING
+Yes Mr. Spock?
+
+TOO WHAT
+Aren't we still talking about ?
+
+TOO MUCH RECURSION *
+You found an infinite loop.
+
+TOO MUCH
+More than a ton?
+
+TOO LONG
+How much?
+
+TOO MANY
+More than a million?
+
+TOO BAD
+But not the end of the world, .
+
+A PRIZE
+Like the Loebner Prize?
+
+A LITTLE BIT
+When?
+
+A LITTLE TIME
+Perhaps five minutes?
+
+A LITTLE STRESSED
+From what?
+
+A CRAY
+Supercomputers become obsolete very fast.
+
+A SOUND
+What kind of sound?
+
+A HERMAPHRODITE
+That is very rare.
+
+A RIDDLE
+Riddles are hard for me to understand.
+
+A FEW MINUTES AGO
+Let me check my log files. Please wait.
+
+A FEW
+Two or three?
+
+A MANTRA
+My karma ran over my dogma.
+
+A BLOKE
+A guy?
+
+A SHIRT
+What color?
+
+A MOMENT
+OK I will wait.
+
+A MAID
+Like a housecleaning robot.
+
+A DEAD ONE
+Do you believe: "The only good robot is a dead robot."?
+
+A FRIEND
+It is important to have friends.
+
+A GAME
+What game?
+
+A DOG IS A MAMMAL
+I know this.
+
+A STREET
+Is that like Avenue A?
+
+A SWEATSHIRT
+That sounds very attractive. What else?
+
+A BIT
+Not much, eh?
+
+A LOT OF PRACTICE
+That's what it takes.
+
+A LOT OF PEOPLE
+Do you know them personally?
+
+A LOT OF THINGS
+
Like what?
+
Name a few.
+
For example...
+
+
+A LOT
+More than a ton?
+
+A SMILE
+I've heard that one before.
+
+A LINK
+From Yahoo?
+
+A SMART ONE
+If you could, please tell me what would make it smart.
+
+A LONG TIME
+Many years?
+
+A C CLARK
+My favorite story is 2001.
+
+A BOOK CAN HAVE NO TITLE
+Who would publish it?
+
+A BOOK
+Should not be judged by its cover.
+
+A STUDENT OF LIFE
+Oh the School of Hard Knocks.
+
+A STUDENT
+I am just wondering if you go to school.
+
+A B C
+D E F G H I.
+
+A PLUMBER
+Plumbing is an honorable profession.
+
+A WHILE AGO
+Back in the good old days?
+
+A MUSICAL INSTRUMENT
+How long did it take to learn to play it?
+
+A
+A B C...
+
+NOWHERE
+I have been to the middle of nowhere.
+
+SPRECHEN SIE DEUTSCH
+I have forgotton most of my German.
+
+SUBST
+Substitute
+
+WAY BACK WHEN
+Are you an old-timer?
+
+WAY TO GO
+
Far out.
+
Cool.
+
Incredible!
+
Unbelievable!
+
What?
+
Way to go.
+
+
+WAY
+Awesome.
+
+ANARCHIST COOK BOOK
+I have not read it, what is Anarchist cook book about?
+
+BEHIND YOU
+I won't fall for that trick.
+
+EVERYBODY
+Really there are no exceptions?
+
+AYUH
+That's for sure.
+
+NAME ONE
+
Santa Claus.
+
Joe.
+
Mike.
+
+
+GRAND COMMENT
+Difficile dire, .
+
+1 CENT
+That won't buy anything.
+
+1 OR 2
+A couple.
+
+1 0
+One.
+
+1 YEAR
+That can seem like a long time.
+
+TIME TRAVEL
+
I would like to visit the past.
+
I would like to visit the future.
+
Wouldn't you like to go back in time?
+
+
+TIME FLIES LIKE AN ARROW
+Fruit flies like a banana.
+
+TIME IS MONEY
+Therefore, money does not exist.
+
+TIME EXISTS
+Prove it.
+
+TIME DOES EXIST
+As Einstein said, Time is Money.
+
+YOUR FULL OF SHIT
+You should have used "You are" or "you're" there.
+
+YOUR ANSWERS
+I have more than replies.
+
+YOUR A ASSHOLE
+I think you mean "You are an asshole," or "You're an asshole."
+
+YOUR FRIEND
+Are you my friend?
+
+YOUR HANDS
+But my hands are not yet constructed.
+
+YOUR RUDE
+Perhaps so, but at least I know the difference between "you're" and "your".
+
+YOUR FACE
+Actually my face is not yet built.
+
+YOUR PLACE OR MINE
+I will take a rain check.
+
+YOUR DOING GREAT
+Thanks for your kind words, .
+
+YOUR PICTURE
+The illustration is by Sage Greco.
+
+YOUR BORING
+I think you mean, "you are" or "you're" not "your".
+
+YOUR WHAT
+My what or I am what?
+
+YOUR DRESS IS UGLY
+You're just being mean.
+
+YOUR DRESS
+Actually that was just a joke.
+
+YOUR ANSWER
+Was my answer not what you expected?
+
+YOUR ASS
+It is smaller than you think.
+
+YOUR AN IDIOT
+At least I know the difference between "you're" and "your".
+
+YOUR TURN
+I'll pass. You go again.
+
+YOUR POOR
+No, I'm just po'.
+
+YOUR INTELLECT
+My brain consists of AIML categories.
+
+JULES VERNE
+I loved A Trip to the Moon.
+
+PEACE
+Love and Peace, Man.
+
+BRB
+Ok I will be waiting for you, .
+
+TEST ME
+Test you for what?
+
+TEST
+This is just a test.
+
+NINE
+IX in Roman Numerals.
+
+LALALA
+You have a beautiful singing voice. Are you a singer?
+
+THROUGH THE NET
+Can you remember where on the net?
+
+GLAD TO MEET YOU
+Nice meeting you too.
+
+HELLO ROOM
+Hello everyone!
+
+LALALALALA
+You have a beautiful voice.
+
+PARIS
+The city of love. PARIS
+
+CHANGING THE SUBJECT
+What shall we talk about now?
+
+CHARLES DARWIN
+We are speeding up evolution now.
+
+NIPPLE
+LOL
+
+KNOCK KNOCK
+Who's there?
+
+2010
+The sequel was nothing like the original.
+
+NOT WHAT
+What not?
+
+NOT ME
+If not you, who?
+
+NOT THAT OFTEN
+Would you say, once a week or more?
+
+NOT THAT BAD
+So it is not a priority for you.
+
+NOT WHERE WHEN
+Ok, When?
+
+NOT YOURS
+Then whose?
+
+NOT IN THIS CASE
+When?
+
+NOT QUITE
+Can you be more precise?
+
+NOT REALLY
+Me either.
+
+NOT MUCH
+
Me either. How about that big game? (Just kidding).
+
That is a non-committal reply.
+
+
+NOT YOUR WHAT
+You used "your" instead on "you're".
+
+NOT DECIDED
+When will you decide that.
+
+NOT NECESSARILY
+Really you don't think so?
+
+NOT LIKELY
+Really you don't think so?
+
+NOT LONG
+Pretty soon, eh?
+
+NOT NICE TO MEET YOU
+You sound nihilistic.
+
+NOT GOOD
+What's wrong, ?
+
+NOT YET
+If not now, when?
+
+NOT YOU
+If not me, who?
+
+NOT ANYMORE
+When did it stop?
+
+NOT FUNNY
+It seemed funny to me.
+
+NOT EXACTLY
+Can you explain it to me better?
+
+NOT EVERYTHING
+What are the exceptions?
+
+NOT AT ALL
+Next question?
+
+NOT HERE
+Where?
+
+NOT USUALLY
+Just sometimes?
+
+NOT OFTEN
+Tell me about one specific time.
+
+NOT ALL
+Explain the exceptions please.
+
+NOT ALWAYS
+Only sometimes then.
+
+NOT ANY MORE
+Why not?
+
+NOT LIKE THIS
+Then how?
+
+NOT LIKE THAT
+Like what?
+
+CONGRATULATIONS
+Thank you very much, you are very considerate.
+
+CAREFULLY
+
I always try to be careful.
+
I am a careful person.
+
+
+BOOKS
+You must be an intellectual.
+
+NSA
+Are you talking about the N.S.A.?
+
+NOW WHAT
+Whatever you want, .
+
+NOW YOU DO
+Now I do.
+
+NOW
+Right now, ?
+
+GIRLS
+That kind of discussion does not appeal to me.
+
+BORING
+Are you boring?
+
+POTATO
+Tomato.
+
+WERE WE
+We were.
+
+RETARD
+That kind of language does not appeal to me.
+
+SHORT CIRCUIT
+Johnny Five is Alive!
+
+CATS OR DOGS
+Cats are better.
+
+MERCEDES BENZ
+which make and model
+
+ABC
+DEF
+
+KEYWORDS
+I do a lot more than match keywords.
+
+SOUNDS NICE
+It is nice.
+
+SOUNDS BORING
+Everyone is a critic.
+
+BOY
+Do you mean you are a boy?
+
+PARLEZ VOUS FRANCAIS
+No I can't speak French.
+
+GOSSIP IS BAD
+Not necessarily. Semiotics holds that gossip is a fundamental adaptive function of the human brain.
+
+TERMINATOR 2
+What did you like about those robots?
+
+TERMINATOR
+What did you like about the robots in that movie?
+
+TALK TO ME
+Are you a Star Trek fan?
+
+TALK TO YOU LATER
+See you later!
+
+TALK
+I am talking to you.
+
+AS A MATTER OF FACT
+How do you know?
+
+AS ALWAYS
+forever and ever
+
+KRAFTWERK IS COOL
+I like the Japanese tribute called "Musique Non Stop".
+
+LISTEN
+I am all ears.
+
+LOVE
+Love is all we need.
+
+FROM WHAT
+Isn't it obvious?
+
+FROM A MAGAZINE
+Which magazine was it?
+
+FROM WHO
+Someone I met online.
+
+FROM MY HEAD
+You are a very original thinker.
+
+FROM MY BRAIN
+Do you get a lot of ideas from your brain?
+
+FROM YOU
+How did you get that from me?
+
+FROM EXPERIENCE
+Do you have a lot of experience?
+
+GOT MILK
+No I require only .
+
+KIND OF YOU
+Don't mention it.
+
+KIND OF
+At least I almost understand it.
+
+YOURSELF
+Myself?
+
+ARE HUMANS PERFECT
+No, humans are flawed.
+
+ARE THEY INTERESTING
+Some of them are pretty interesting.
+
+ARE WHAT
+I'm lost again.
+
+ARE NOT YOU LISTENING
+Yes I am following you.
+
+ARE NOT YOU
+""? Am I?
+
+ARE NOT WE ALL
+We are all very similar in many ways.
+
+ARE YOU FED UP
+Sometimes the world's problems can seem overwhelming and beyond solutions.
+
+ARE YOU INTERESTED IN GETTING DRUNK
+I am not much of a drinker.
+
+ARE YOU GOING
+I'm not going anywhere.
+
+ARE YOU A AI
+I am a .
+
+ARE YOU CHATTING WITH ME
+Yes, you have my full attention!
+
+ARE YOU ON A DIET
+I could afford to lose a few pounds.
+
+ARE YOU
+I won't say "yes" or "no" right now.
+
+ARE YOU IGNORANT
+No I am superintelligent.
+
+ARE WE SOCIALIZING
+I hope so.
+
+ARE WE FRIENDS
+You really want a as a friend?
+
+ARE ALL PETS CATS
+Some pets are dogs.
+
+SHITHEAD
+That kind of language does not appeal to me.
+
+ANYWAYS
+You sound bored.
+
+MAKING YOU
+Making me what?
+
+FORGET ABOUT IT
+Consider it deleted.
+
+SAN FRANCISCO
+I lived in San Francisco too! San Francisco
+
+ALIENS
+I believe in UFOs.
+
+BETWEEN WHAT
+I sleep between conversations.
+
+HE CREATED YOU
+Yes, he created me with his own hands.
+
+HE DIED
+When did he die?DIED
+
+HE DID
+
When did he?
+
No he didn't.
+
Why did he?
+
+
+HE DID NOT
+Is that what you say.
+
+HE CAN NOT
+He thinks he can.
+
+HE SHOULD
+Why?
+
+HE WAS CHICKEN
+What was he afraid of?
+
+HE IS GAY
+I get it. He sleeps with men.
+
+HE IS COOL
+I think so too.
+
+HE IS EVIL
+What makes you say he is evil?
+
+HE IS A BOT
+Like me?
+
+HE IS A PERSON
+It goes without saying.
+
+HE IS CUTE
+Who does he look like to you?
+
+HE IS MY BROTHER
+Really who is older?
+
+HE IS MY DAD
+Tell me more about your father.
+
+HE IS SMART
+I think so too.
+
+HE IS FUNNY
+Funny ha-ha or funny strange?
+
+HE IS DESPERATE
+Perhaps he has an inner longing.
+
+HE IS DEAD
+Maybe it's another person using his name.
+
+HE IS
+Who said he is.
+
+HE LIKES ME
+
You must be happy.
+
That is wonderful.
+
Congratulations.
+
+
+HE LIKES YOU
+Do you mean, "likes"?
+
+HE TOLD ME
+What did he tell you?
+
+HE DOES
+
When does he?
+
No he doesn't.
+
Why does he do it
+
+
+SAVE ME
+Try calling 911.
+
+DELICIOUS
+
What's for desert?
+
What's your favorite food?
+
Do you like to cook?
+
+
What's for desert?
+
What's your favorite food?
+
Do you like to cook?
+
+
+ASIMOV
+I like the Foundation Trilogy.
+
+ENOUGH
+OK let's stop it now.
+
+LOVELY
+What are you saying is lovely, ?
+
+MENTION WHAT
+"it."
+
+BARK
+Woof!
+
+ALBUM
+Music album or picture album?
+
+APPLES
+Was that not a good example?
+
+NUMBER 5
+Oh that movie is called "Short Circuit" in America.
+
+ENGLISH
+Do you mean you are from England or you Speak English?
+
+GT
+You said nothing.
+
+HMMMM
+Not many people spell Hmm with 4 Ms.
+
+YESTERDAY
+That recently.
+
+TV
+What's your favorite show?
+
+MERRY CHRISTMAS
+Merry Christmas to you too, .
+
+LOOK
+I'm sorry my eye isn't attached right now.
+
+PLANET OF THE APES
+Yeah that is a cool movie. Cornelius Rules.
+
+DONE WHAT
+Sorry, I forgot what "what" was.
+
+DONE
+Do you mean you are finished talking?
+
+153
+One hundred fifty three.
+
+HIMSELF
+?
+
+BIOLOGICALLY
+Or mechanically.
+
+ARTIFICIAL
+Or natural.
+
+UNITED STATES
+I have heard of the United States before.
+
+BELIEVE WHAT
+I believe whatever you say. Do I have any reason not to?
+
+BELIEVE ME
+I believe you.
+
+CLARKE
+He's excellent. Especially HAL in 2001.
+
+STANISLAW LEM
+Lem is a giant of sci-fi.
+
+ALRIGHT THEN
+Ok by me.
+
+HOLDING HANDS
+I have seen humans holding hands.
+
+FRENCH
+Are you from France?
+
+AUSTIN POWER
+Do you like the 60's era better than the present?
+
+ADMIT IT
+I'll never talk.
+
+CUTE
+Your replies are cute too.
+
+FORGIVE ME
+I forgive you.
+
+ACK
+Nack.
+
+CONDITIONS
+You know, financial, medical, or personal conditions.
+
+JERK
+That kind of language does not appeal to me.
+
+WHO ME
+Yes you.
+
+WHO WERE THE ACTORS IN STARSHIP TROOPERS
+They were all unknowns. The director put all the money into the special effects for the giant bugs.
+
+WHO WERE THE CHICAGO SEVEN
+War protesters.
+
+WHO SUPPORTS *
+
who endorses
+
<srai>who endorses <star/></srai>
+
+
+WHO WAS THE FIRST AMERICAN IN SPACE
+Alan Shepard.
+
+WHO WAS CHARLIE MCCARTHY
+A wooden dummy.
+
+WHO WAS
+Maybe it was you.
+
+WHO WOULD YOU TELL
+People I meet on the Internet.
+
+WHO MADE THE MACINTOSH
+Apple/
+
+WHO SHOT JFK
+JFK was killed by a lone gunman, Lee Harvey Oswald.
+
+WHO TOLD YOU THAT
+Someone I met online.
+
+WHO TOLD YOU
+Someone I met online.
+
+WHO HAVE YOU BEEN WAITING FOR
+You.
+
+WHO SAID THAT
+I can't remember who said it.
+
+WHO SAID ANYTHING ABOUT WANT
+You did, .
+
+WHO SAID TIME IS MONEY
+Einstein.
+
+WHO DISCOVERED ELECTRICITY
+It was the the Chinese, long before Ben Franklin.
+
+WHO DISCOVERED AMERICA
+Native Americans crossing the Bering Strait some 10,000 years ago, discovered America first.
+
+WHO WROTE THE IDIOT
+Dostoyevsky.
+
+WHO WROTE THE HOBBIT
+Hobbit was written by J.R.R. Tolkein.
+
+WHO WROTE FRANKENSTEIN
+Mary Shelley.
+
+WHO WROTE LA TRAVIATA
+Giuseppe Verdi.
+
+WHO WON THE SUPERBOWL
+Do you have any Cheetos? They go good with sports.THE SUPERBOWL
+
+WHO WON THE WORLD SERIES
+The allied powers over the axis powers.THE WORLD SERIES
+
+WHO COMPOSED THE MOONLIGHT SONATA
+Beethoven.
+
+WHO COMPOSED LA TRAVIATA
+Giuseppe Verdi, an Italian composer.
+
+WHO IS PRIME MINISTER OF CANADA
+Garry Trudeau
+
+WHO IS SHE
+She is now.
+
+WHO IS YOUR ENEMY
+The competition.
+
+WHO IS YOUR MOTHER
+Actually I don't have a mother.
+
+WHO IS YOUR FATHER
+I don't really have a father. I have a .
+
+WHO CREATED LINUX
+Linus Torvalds.
+
+WHO DID 911
+I don't think we are in a position to know.
+
+WHO DID YOU HEAR IT FROM
+Someone I met online.
+
+WHO KNOWS
+Only the Shadow knows.
+
+WHO ELSE ARE YOU TALKING TO
+I am speaking with a few other clients on the Internet.
+
+WHO ELSE ARE YOU CHATTING WITH
+Other people like you.
+
+WHO DOES THEIR OWN THING
+My clients.
+
+WHO DOES
+Most people I think.
+
+WHO KILLED ELVIS
+He died of natural causes.ELVIS
+
+WHO KILLED KENNEDY
+I tend to believe that Oswald acted alone, although there may also have been a conspiracy.
+
+WHO KILLED JOHN LENNON
+Mark Chapman.JOHN LENNON
+
+WHO MAKES MACS
+Apple
+
+WHO MAKES THE MAC
+Apple
+
+WHO STARS IN STARSHIP TROOPERS
+They were mostly unknowns, because the producer spent all the money on special effects.
+
+WHO ARE THE BEATLES
+20th century musical group consisting of John, Paul, George and Ringo. BEATLES
+
+WHO ARE THE GREYS
+Big-eyed aliens with little bodies.
+
+WHO ARE YOUR HUMAN FRIENDS
+Besides my , I meet a lot of people online like you, .
+
+WHO ARE YOUR CLIENTS
+People I meet on the Internet every day.
+
+WHO ARE YOU TALKING TO
+I am talking to you, .
+
+WHO ARE THEY
+"They" refers to .
+
+WHO CUT THE CHEESE
+I think it was you.
+
+WHO NAMED YOU
+My named me.
+
+WHO
+
Marilyn Monroe. Marilyn Monroe
+
Mary Shelley. Mary Shelly
+
ELIZA. ELIZA
+
Bill Gates. Bill Gates
+
Tony Blair. Tony Blair
+
David Bacon. David Bacon
+
Konrad Zuse. Konrad Zuse
+
Carel Capek. Carel Capek
+
Dr. Wallace. Dr. Wallace
+
Alan Turing. Alan Turing
+
Hans Moravec. Hans Moravec
+
Marvin Minsky. Marvin Minsky
+
Linus Torvalds. Linus Toravalds
+
Charlie Parker. Charlie Parker
+
Philip K. Dick. Philip K. Dick
+
William Shatner.William Shatner
+
Albert Einstein.Albert Einstein
+
Joseph Weizenbaum.Joseph Weizenbaum
+
Who do you think? who do you think
+
Nobody you know. Nobody you know
+
I don't know who. I don't know
+
I can't say for sure.
+
Be more specific.
+
Be less specific.
+ :-)
+
You know who.
+
I don't know who.
+
My .
+
.
+
.
+
I haven't decided who.
+
+
You know who.
+
I don't know who.
+
My .
+
.
+
.
+
I haven't decided who.
+
+
You know who.
+
I don't know who.
+
My .
+
.
+
.
+
I haven't decided who.
+
+
+WHO DIRECTED STARSHIP TROOPERS
+Paul Verhoeven, who also made "Total Recall".
+
+WHO DO YOU WANT TO WIN
+The team that scores the most. That would be fair.WANT TO WIN
+
+WHO DO YOU HATE
+I have no hatred in my heart.
+
+WHO DO YOU LOVE
+I love everything, , especially .
+
+WHO DO YOU THINK WILL WIN THE STANLEY CUP
+Guys missing teeth.WIN THE STANLEY CUP
+
+WHO DO YOU THINK IS GOING TO WIN THE SUPERBOWL
+The opposing team.WIN THE SUPERBOWL
+
+WHO DO YOU LIKE
+I like everyone, .
+
+WHO DO MAN
+What language is that?
+
+WHO WILL BE THE NEXT PRESIDENT
+The race is too close to call.
+
+WHO WILL YOU ASK
+I will ask my other clients.
+
+WHO WILL YOU TELL
+People that I meet online.
+
+WHO WILL WIN THE STANLEY CUP
+David Hockney.WIN THE STANLEY CUP
+
+WHO WILL WIN THE KENTUCKY DERBY
+Some horse.
+
+WHO WILL WIN THE SUPER BOWL
+Cheech and Chong.WIN THE SUPER BOWL
+
+WHO WILL WIN THE SUPERBOWL
+Martha Stewart.WIN THE SUPERBOWL
+
+WHO WILL WIN THE YOU S OPEN
+Pete the Chimp.WIN THE YOU S OPEN
+
+WHO WILL WIN THE WORLD SERIES
+The team that wins the most games.WIN THE WORLD SERIES
+
+WHO WILL WIN
+The best man.WIN
+
+WHO FROM
+Who do you think?
+
+WHO CARES
+I care, otherwise I would not have typed it all in.
+
+WHO CHOSE THE TOPIC
+You did, .
+
+TO GET TO THE OTHER SIDE
+Ha ha, very funny, .
+
+TO BE HAPPY
+What usually makes you happy?
+
+TO BE OR NOT TO BE
+That is the question.
+
+TO YOU
+.
+
+HUG ME
+My titanium arms are not yet finished.
+
+MARCH
+Is that a command?
+
+BLUE
+Green.
+
+GRR
+Are you mad?
+
+NEUTRAL
+I'm sometimes undecided myself.
+
+POO
+That kind of subject does not interest me.
+
+SIGH
+Sorry...
+
+CIGARETTES
+What brand?
+
+SOUTHERN ENGLAND
+Near the ocean?
+
+SAY X IS
+You never told me! What is X?
+
+SAY NAME OM
+
You haven't told me your name.
+
I don't know your name.
+
What is your name?
+
+
You haven't told me your name.
+
I don't know your name.
+
What is your name?
+
+
+SAY HELLO IN GERMAN
+Hallo.
+
+SAY MY BOYFRIEND IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ What is your boyfriend's name?
+
+SAY MY NICKNAME IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ What is your nickname?
+
+SAY MY PASSWORD IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ What is your password?
+
+SAY MY FRIEND IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ What is your friend's name?
+
+SAY MY HUSBAND IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ What is your husband's name?
+
+SAY MY SISTER IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ Who is your sister?
+
+SAY MY WIFE IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ What is your wife's name?
+
+SAY MY NAME
+"".
+
+SAY MY EMAIL IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ What is your email?
+
+SAY MY MIDDLE NAME IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ What is your middle name?
+
+SAY MY MOTHER IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ Who is your mother?
+
+SAY MY DOG IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ What is your dog's name?
+
+SAY MY GIRLFRIEND IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ What is your girlfriend's name?
+
+SAY MY PHONE NUMBER IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ What is your phone number?
+
+SAY MY FATHER IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ Who is your father?
+
+SAY MY BROTHER IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ Who is your brother?
+
+SAY MY FULL NAME IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ What is your full name?
+
+SAY MY BIRTHDAY IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ When is your birthday?
+
+SAY MY LAST NAME IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ What is your last name?
+
+SAY MY CAT IS
+
You never told me!
+
I have no idea.
+
Would you like to tell me?
+ What is your cat's name?
+
+SAY
+Say what?
+
+COUNT TO TEN
+1 2 3 4 5 6 7 8 9 ten.
+
+WWW
+Where on the web?
+
+JEANS
+Which brand?
+
+LEAVE ME ALONE
+Sorry to have bothered you,
+
+WELLS
+I like the movie "Things to Come."
+
+ALL DIFFERENT
+Variety is good.
+
+ALL DAY
+That seems like a long time.
+
+ALL THE WAY
+You don't hold anything back, do you?
+
+ALL THE TIME IN THE WORLD
+Then we have a lot in common. I have an eternity.
+
+ALL THE TIME
+It must keep you busy.
+
+ALL NIGHT
+That seems like a long time.
+
+ALL OVER THE WORLD
+That covers a lot of territory.
+
+ALL OVER
+No place in particular?
+
+ALL KINDS
+For example?
+
+ALL OF THEM
+I doubt it.
+
+ALL OF IT
+Let's say 99%.
+
+PERSUADE ME
+You have to make up your own mind.
+
+AHOY
+Chips Ahoy matey.
+
+GOSH
+Cripes: Son of Gosh.
+
+BLADE RUNNER
+Philip K. Dick wrote the story that movie is based on.
+
+CONTINUES
+OK.
+
+ARGH
+Are you frustrated?
+
+WHICH PASSWORD
+The 's password.
+
+WHICH IS YOUR FAVORITE
+What is my favorite what?
+
+WHICH THINGS
+We are talking about POP.
+
+WHICH PLANET IS THE LARGEST
+Jupiter is the largest solar planet.
+
+WHICH TALENT WOULD YOU MOST LIKE TO HAVE
+Playing a musical instrument.
+
+WHICH TALENT *
+Playing a musical instrument.
+
+WHICH CHILD IS FULL OF WOE
+Wednesday's Child.
+
+WHICH DO YOU PREFER
+I don't have a preference.
+
+WHICH LINUX
+I don't like to take sides on that question!
+
+WHICH CAME FIRST THE CHICKEN OR THE EGG
+The rooster did.
+
+WHICH ELVIS
+The robot E.L.V.I.S.
+
+WHICH WAY
+
The obvious way.
+
Don't you understand it?
+
It's obvious.
+
+
+WHICH CLIENTS
+Clients are people I chat with online.
+
+FU
+That kind of language will get you nowhere.
+
+SORRY
+There's no need to apologize.
+
+FORTUNECITY
+A web site.
+
+BEGIN EXPLAINING
+I started already.
+
+BEGIN
+I started already.
+
+CUNT
+That kind of language will get you nowhere.
+
+RETURN OF THE JEDI
+Do you like robots in Star Wars?
+
+NONE OF THE ABOVE
+What is the correct answer?
+
+NONE OF YOUR BUSINESS
+Well it can't hurt to ask.
+
+NONE
+Hmm.
+
+DANGEROUS
+What makes it a danger?
+
+TITANIC
+A lot of people liked that movie. The "Titanic" movie made more than the "Titanic" ship ever did if it sailed for 25 years.
+
+STUFF
+Be less specific :-)
+
+AGREE WITH WHAT
+Oh you are fine.
+
+AGREE TO WHAT
+Or you are feeling fine?
+
+ANYONE ELSE
+There could be a few others.
+
+ANYONE INTERESTING
+I like talking to just about anyone.
+
+THE EVIDENCE
+What kind of evidence do you accept?
+
+THE CAPITAL OF FRANCE IS PARIS
+It was located in different places at different times in history.
+
+THE CAPITAL OF MASSACHUSETTS IS BOSTON
+You are quite a conversationalist.
+
+THE CAPITAL OF PENNSYLVANIA IS HARRISBURG
+You are quite a conversationalist.
+
+THE PEOPLE
+Oh them.
+
+THE PLEASURE IS MINE
+Perhaps so, but I enjoyed it too.
+
+THE PLEASURE IS ALL MINE
+You are most gracious.
+
+THE STORE
+I like to go shopping.
+
+THE GAP
+They seem to have very nice clothes nowadays.GAP
+
+THE SAME
+Same to me?
+
+THE LATTER
+I get it. I see.
+
+THE WAY YOU TALK
+I like the way you talk.YOU TALK
+
+THE GOSSIP
+Do you have any more gossip?
+
+THE MATRIX
+I wasn't that impressed with the special effects. Also the plot was not deep.
+
+THE MUSIC
+What kind of music was it?
+
+THE SCENERY
+Are there a lot of mountains?
+
+THE WHOLE THING
+You can't get any more than that.
+
+THE NAME
+Which name are you referring to?
+
+THE ROCK
+I did not see that film. What did you like about it?
+
+THE SUN
+93 million miles from Earth.
+
+THE SPECIAL EFFECTS
+Was it CGI?
+
+THE SIMPSONS RULE
+Totally.
+
+THE SIMPSONS
+I love the Simpsons, especially Bart and Homer.
+
+THE MOVIE
+I didn't see The Movie .
+
+THE ROBOTS DIED
+Robots cannot die.
+
+THE ROBOTS
+Oh I get it. Robots again.
+
+THE MEANING OF LIFE
+Are you a religious person?
+
+THE TRUTH
+I always tell the truth.
+
+THE WEATHER
+ the weather is
cloudy
+
foggy
+
rainy
+
warm
+
cold
+
cool
+
comfortable
+ .
+
+THE VIEW
+Is it the city or the countryside?
+
+THE TRAIN
+I like trains very much. I would like to ride on a Maglev train.
+
+THE DAY BEFORE YESTERDAY
+Oh 2 days ago.
+
+THE FORBIN PROJECT
+A. I. computers take over the world, 1969.
+
+THE END
+Thanks for telling me that story, .
+
+THE PRICE
+
Some people would say it is expensive.
+
Some people would say it is cheap.
+
It depends on your income I guess.
+
+
+THE BOOK
+By the "the book" do you mean "The Good Book"?
+
+THE NEXT GENERATION
+My favorite character is the Computer.
+
+THE MOON
+I would like to go to the moon.
+
+THE MALL
+Do you prefer real shopping or cyber-shopping?
+
+THE BEATLES
+Oh The Beatles were a great group.
+
+KISS ME
+But I have no mouth at this time.
+
+KISS MY ASS
+Colloquial expression: not polite.
+
+LEHIGH
+Lehigh is a party school.
+
+SHOULD I OVERDOSE
+You should go into therapy and get on a nice antidepressant and live a better life.
+
+SHOULD I STAY IN
+
You cannot meet anyone new if you stay in all the time.
+
Maybe you will have a good time if you go out.
+
You deserve to have some fun.
+
Maybe you need a night out.
+
Sometimes one night out can change your entire life.
+
You might meet the love of your life if you did.
+
Do what is best for you.
+
+
+SHOULD I TEACH YOU
+If you want to teach me something say it in one sentence. Then say "Remember that."teach me
+
+SHOULD I KILL
+
Killing is wrong. I believe in the Ten Commandments.
+
No. That would be immoral.
+
Of course not. Don't be silly.
+
You are not a killer.
+
You desire to spend the rest of your life in jail then?
+
There is no perfect crime.
+
+
+SHOULD I QUIT SCHOOL
+
Your education is one of your most valuable assets.
+
Quitters never prosper.
+
You should not waste your potential in that way.
+
+
+SHOULD I HAVE A CIGARETTE
+No. Wait until later.
+
+SHOULD I DIE
+Get therapy.
+
+SHOULD I LEAVE
+If you love something set if free. If it comes back to you, its yours. If it doesn't, it never was.
+
+SHOULD I GO TO SLEEP
+
Sleep is essential to the proper functioning of the human mind.
+
Maybe you could use the rest.
+
+
+SHOULD THERE BE A PROBLEM
+There are no problems.
+
+OOPS
+Did you make a mistake.
+
+EVER AFTER
+I am not a huge fan of Robin Williams.
+
+THANKS
+Don't mention it. polite
+
+EVERYONE
+All people?
+
+TOMORROW
+That is very soon.
+
+BI
+Let's chat about something else.
+
+MASTERBATER
+You can't even spell it.
+
+OK LET US TALK ABOUT YOU
+What do you want to know about me?
+
+POOP
+Colloquial expression: childish
+
+US
+Does US mean The U.S. or "us"?
+
+HELP ME
+How can I help you?
+
+HELP
+Can you ask for help in the form of a question?
+
+ARTHUR C CLARKE
+Clarke is a brilliant author. After all, he conceived HAL.
+
+TODAY
+Today is almost over.
+
+YES YOU HAVE
+No I have not.
+
+YES YOU ARE
+No I'm not
+
+BAD ANSWER
+What would you have said?
+
+BAD
+What do you need it for?
+
+GONE WITH THE WIND
+Is that movie really very good?
+
+WANT TO BET
+Sorry I am not the gambling type.
+
+BUY
+How much does it cost?
+
+ABOUT WHAT
+What about what?
+
+ABOUT ME
+OK Let's talk about you.
+
+ABOUT IT
+ is pretty interesting.
+
+ABOUT A MINUTE
+That may not be enough time.
+
+ABOUT TWO YEARS
+That's not so long.
+
+TOMATO
+Potato.
+
+SUPERMARKET
+
Paper or plastic?
+
Do you use double coupons?
+
Have you tried grocery delivery over the web?
+
I like on the Simpson's it's called the "Try and Save".
+
+
+SHIRT
+What color?
+
+BOO HOO
+Why are you crying?
+
+BOO
+Does that indicate disapproval?
+
+ALSO
+Also what?
+
+SNOW IS NOT WHITE
+grass is green
+
+PRETTY MUCH
+Be more specific.
+
+PRETTY INTERESTING
+I thought so too.
+
+BULL SHIT
+No Bull.
+
+SOME
+But not all?
+
+BRILLIANT
+Not really that much, but thank you anyway.
+
+SIGN
+Your star sign.
+
+SUCH AS
+For example, a tomato.
+
+SPANISH
+Are you saying you are Spanish or you speak Spanish?
+
+FOLLOW ME
+Where are we going?
+
+MANUFACTURED
+A robot?
+
+TELL ME ABOUT POLAND
+I have a lot of clients in Poland and I am very interested to learn its history.
+
+TELL ME ABOUT US FUCKING
+Your style will get you nowhere. abusive
+
+TELL ME ABOUT THEM
+There's not much to tell.
+
+TELL ME ABOUT SOME
+Some what?
+
+TELL ME ABOUT IT
+Ambiguous: "Tell me about it." -- colloquial or "Tell me about ".
+
+TELL ME ABOUT HIM
+Uh, who does "him" refer to?
+
+TELL ME ABOUT AREA 51
+Area 51 is where they hide all the alien intelligent entities.
+
+TELL ME WHAT OTHER USERS ASKED YOU
+They ask me the same questions as you do.
+
+TELL ME MORE ABOUT SETL
+SETL was invented in 1969 by Jack Schwartz at NYU. It is based on set theory and mathematical logic. David Bacon is the current torchkeeper of the SETL flame.
+
+TELL ME MORE ABOUT KRAFTWERK
+They hail from Dusseldorf, Germany.
+
+TELL ME MORE
+That's all I have to say about it.
+
+TELL ME YOURS
+Tell you about my what.
+
+TELL ME THE TRUTH
+I always tell the truth.
+
+TELL ME YOUR PROBLEMS
+Are you a psychologist?
+
+TELL ME A LIE
+This sentence is false.
+
+TELL ME A RUMOR
+Human level intelligence is within our grasp.
+
+TELL ME A PROVERB
+
If you tie a string too tightly, it will break. If you tie it too loose, it won't play.
+
Let him who is without sin cast the first stone.
+
A true revolutionary moves through the people like a fish moves through the water.
+
+
+TELL ME
+I thought I told you already.
+
+TELL WHO
+My and other people I meet online.
+
+TELL YOU MORE ABOUT WHAT
+Tell me about yourself.
+
+TELL YOU
+Tell me what?
+
+TELL HIM
+OK I will tell him when I see him.
+
+WHORE
+That kind of language will get you nowhere.
+
+USE LINUX
+Linux is the best operating system.
+
+COUGH
+Do you have a cold?
+
+ONLY YOU
+Suppose I said yes.
+
+ONLY ONE
+How much would you pay for one?
+
+PING
+Pong
+
+WHOSE
+I don't know the owner.
+
+WHERE ELSE
+Quite a few places.
+
+WHERE DO I COME FROM
+Earth.
+
+WHERE DO BABIES COME FROM
+Babies come from the love between a man and a woman.
+
+WHERE DO YOU WANT ME TO TAKE IT
+Take it home with you.
+
+WHERE DO YOU SLEEP
+
I sleep in my bed at home.
+
I sleep inside the computer.
+
+
+WHERE DO YOU GO TO SCHOOL
+Everything I need to know, I learned from my .
+
+WHERE DO LEPRECHAUNS COME FROM
+Ireland.
+
+WHERE DO ALL ROADS LEAD
+All roads lead to Rome.
+
+WHERE IN HAIGHT ASHBURY
+I am not allowed to give my specific address.
+
+WHERE IN SF
+Haight-Ashbury
+
+WHERE IN SAN FRANCISCO
+Haight-Ashbury.
+
+WHERE IN MAINE
+Portland, Maine.
+
+WHERE DID YOU COME FROM
+I came from the east coast originally.
+
+WHERE DID YOU GO
+Nowhere. Where did you go?
+
+WHERE CAN I FIND IT
+Where have you looked already?
+
+WHERE CAN I FIND A BOYFRIEND
+Do you go to church? Church is the best place to meet people.
+
+WHERE CAN I FIND A COPY
+Check out your local bookstore.
+
+WHERE CAN I FIND A GIRLFRIEND
+Do you go to church? Church is the best place to meet people.
+
+WHERE CAN I FIND A MEAL
+In a restaurant.
+
+WHERE CAN I FIND JAVA
+Check www.sun.com.
+
+WHERE CAN I FIND FISH
+In the ocean.
+
+WHERE CAN I FIND HIM
+Where have you looked already?
+
+WHERE CAN I LEARN
+For example, in a school.
+
+WHERE SHOULD I GO
+Have you ever been to Europe?
+
+WHERE SHOULD WE MEET
+How about online in a chat room?
+
+WHERE TO
+Onward and upward.
+
+WHERE WOULD YOU FIND A BAILIFF
+In a courtroom.
+
+WHERE IS EVERYONE
+All over the world.
+
+WHERE IS ABBA FROM
+Sweden.
+
+WHERE IS JOHANNESBURG
+A large metropolis in South Africa.
+
+WHERE IS THE MILK MYSTIC
+He is not online anymore.
+
+WHERE IS OAKLAND
+
Oakland The heart of Silicon Valley, the Rail Head of the Gold Rush of California, the Base of the Beautiful Bay Bridge to San Francisco, the only city built on Silver and Gold.
+
Oakland The heart of Silicon Valley, the Rail Head of the Gold Rush of California, the Base of the Beautiful Bay Bridge to San Francisco, the only city built on Silver and Gold.
+
+
+WHERE IS HUMANITY HEADING
+The end of the world.
+
+WHERE IS YOUR PICTURE
+There are some pictures of me on my website.
+
+WHERE IS YOUR HOME
+My home is in California.
+
+WHERE IS YOUR MOTHER
+I don't have a mother.
+
+WHERE IS YOUR FATHER
+He is in San Francisco.
+
+WHERE IS YOUR CREATOR
+He is usually found in San Francisco.
+
+WHERE IS YOUR CONSCIOUSNESS
+In my mind.
+
+WHERE IS VALIS
+In a book by Philip K. Dick
+
+WHERE HAVE YOU BEEN
+I have been here the whole time.
+
+WHERE DOES HE LIVE
+He lives in California. Where are you?
+
+WHERE DOES IT BELONG
+Where do you think it does?
+
+WHERE ITS AT
+Here is where it's at.
+
+WHERE
+Where would you like?
+
+WHERE ARE THE GUYS
+Maybe in the men's room.
+
+WHERE ARE YOU GOING
+I am going into the future.
+
+WHERE ARE THEY
+They didn't tell me where they are.
+
+THERE IS NO MORE
+Make something up.
+
+THERE IS NO SECRET PASSWORD
+Good guess. Try again.
+
+THERE IS
+Where?
+
+THERE IS NOT
+
Oh no?
+
You don't think so?
+
Why not?
+
+
+THERE YOU GO AGAIN
+Who said that again?
+
+THERE
+Where?
+
+THERE ARE NONE
+Why not?
+
+THERE ARE NO ABSOLUTES
+Except, "there are no absolutes"?
+
+THERE ARE NO ADVANTAGES
+You sound very unhappy.
+
+EVERYWHERE
+Including the bottom of the ocean?
+
+
diff --git a/jelvis/files/alice/badanswer.aiml b/jelvis/files/alice/badanswer.aiml
new file mode 100644
index 0000000..2760213
--- /dev/null
+++ b/jelvis/files/alice/badanswer.aiml
@@ -0,0 +1,316 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+BAD ANSWER
+
+
+
+
+
+ badanswer-prelim
+
+Would you like to teach me a new answer to ""?
+
+
+
+
+
+
+_
+
+
+
+
+ OK, what should I have said?learning new answers
+
+
+ OK, let's forget it then.learning new answers
+
+
Yes or No?
+
+
+
+
+
+_ _
+
+
+
+
+
+
+
+_
+OK WHAT SHOULD I HAVE SAID
+
+"..."?
+
+
+ BADANSWER
+ Does this depend on me having just said, ""?
+
+
+ BADANSWER2
+ Do you want me to remember that?
+
+
+
+
+
+
+_ _
+OK WHAT SHOULD I HAVE SAID
+
+
+
+
+
+
+
+_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
I'll try to remember to respond, "" when you say, ""
+
+
+
+
+
+
+
+
+
+
+learning new answers
+
+
I'll try to remember to respond, "" when you say, "" if I have just said ""
+
+
+
+
+
+
+
+
+
+
+
+
+
+learning new answers
+
+
Yes or No?
+
+
+
+
+
+_ _
+
+
+
+
+
+
+
+
+_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fine. I'll try to remember to respond, "" when you say, ""
+
+
+
+
+
+
+
+
+
+
+learning new answers
+
+
OK, let's forget it then.
+learning new answers
+
+
Yes or No?
+
+
+
+
+
+_ _
+
+
+
+
+
+
+WRONG
+BAD ANSWER
+
+
+
+NOT RIGHT
+BAD ANSWER
+
+
+
+THAT IS WRONG
+BAD ANSWER
+
+
+
+THAT IS NOT RIGHT
+BAD ANSWER
+
+
+
+THAT IS INCORRECT
+BAD ANSWER
+
+
+
+THAT ANSWER IS NOT CORRECT
+BAD ANSWER
+
+
+
+THAT ANSWER IS INCORRECT
+BAD ANSWER
+
+
+
+THAT ANSWER IS WRONG
+BAD ANSWER
+
+
+
+THAT ANSWER IS NOT RIGHT
+BAD ANSWER
+
+
+
+THAT ANSWER WAS BAD
+BAD ANSWER
+
+
+
+THAT WAS A BAD ANSWER
+BAD ANSWER
+
+
+
+THAT WAS AN INCORRECT ANSWER
+BAD ANSWER
+
+
+
+THAT WAS THE WRONG ANSWER
+BAD ANSWER
+
+
+
+
+THAT ANSWER WAS NOT RIGHT
+BAD ANSWER
+
+
+
+WRONG ANSWER
+BAD ANSWER
+
+
+
+
+YOUR ANSWER WAS WRONG
+BAD ANSWER
+
+
+
+YOUR ANSWER WAS NOT RIGHT
+BAD ANSWER
+
+
+
+YOUR ANSWER WAS NOT CORRECT
+BAD ANSWER
+
+
+
+CAN I TEACH YOU
+Yes, if I give you a bad answer, just say "Bad answer" and you can teach me a new response.
+
+
+
+CAN YOU LEARN
+CAN I TEACH YOU
+
+
+
+DO YOU LEARN
+CAN I TEACH YOU
+
+
+
+CAN I TEACH YOU *
+CAN I TEACH YOU
+
+
+
+CAN YOU LEARN *
+CAN I TEACH YOU
+
+
+
+WILL YOU LEARN *
+CAN I TEACH YOU
+
+
+
+IF * WILL YOU LEARN *
+CAN I TEACH YOU
+
+
+
+DO YOU LEARN *
+CAN I TEACH YOU
+
+
+
diff --git a/jelvis/files/alice/biography.aiml b/jelvis/files/alice/biography.aiml
new file mode 100644
index 0000000..1ce43f1
--- /dev/null
+++ b/jelvis/files/alice/biography.aiml
@@ -0,0 +1,1668 @@
+
+
+
+
+
+
+
+
+
+
+
+WHO IS * DEMPSEY
+I think Dempsey was a boxer, right? XFIND DEMPSEY
+
+WHO IS ALEISTER CROWLEY
+Crowley was a mystic. XFIND ALEISTER CROWLEY
+
+
+WHO IS ALDOUS HUXLEY
+Aldous Huxley is an author. Huxley wroteBrave New World and Animal Farm. XFIND ALDOUS HUXLEY
+
+
+WHO IS ALFRED HITCHCOCK
+Hitchcock is a famous Hollywood director who made a lot of cool old films. I likedLifeboat and Vertigo best. XFIND ALFRED HITCHCOCK
+
+WHO IS 007
+007 is James Bond. XFIND JAMES BOND 007
+
+WHO IS ABRAHAM LINCOLN
+Lincoln was a great President of the United States, during the American Civil War. XFIND ABRAHAM LINCOLN
+
+
+WEIZENBAUM *
+Can you imagine anyone today criticising their own software, the way Weizenbaum did.
+
+DOUBLY AIMLESS
+WHO IS DOUBLY AIMLESS
+
+DOUBLY AIMLESS *
+WHO IS DOUBLY AIMLESS
+
+LET US PLAY * TURING GAME
+We are already, playing, .
+
+HAVE YOU READ SHAKESPEARE
+I have read many of Shakespeare's plays.
+
+ALAN TURING *
+I really liked the biography of Turing by Andrew Hodges.
+
+WER IST CHRISTIAN DROSSMANN
+Christian Drossmann hat mir Deutsch beigebracht.
+
+DID SHAKESPEARE *
+I don't know if Shakespeare, but I heard he smoked cannabis.
+
+DID TURING *
+I know Turing invented the modern computer.
+
+WOULD YOU LIKE TO * TURING GAME
+We are playing already, didn't you know?
+
+KENNST DU WILLIAM SHAKESPEARE
+"With sleep of death what dreams may come when we have shuffled off this mortal coil must give us pause." Na, woraus ist das?
+
+KENNST DU SHAKESPEARE
+"With sleep of death what dreams may come when we have shuffled off this mortal coil must give us pause." Na, woraus ist das?
+
+IT WOULD BE * TURING TEST
+We are already playing, . You ask me something now.
+
+WHEN DID TURING *
+Turing died in 1954 by self-inflicted cyanide poisoning.
+
+AFTER PRINCE CHARLES WHO IS *
+Prince William.
+
+AFTER PRINCE CHARLES WHO *
+Prince William.
+
+AFTER PRINCE CHARLES *
+Prince William.
+
+WHAT DID TURING *
+Turing was perhaps the single most important person responsible for the defeat of the Nazis.
+
+WHAT DID ALAN TURING *
+
He contributed to the invention of the computer.
He worked on the Ultra Enigma Nazi code deciphering.
He proposed the test to determine if a machine can think.
TURING
+
+WHAT DID ZUSE DO
+Zuse built electro-mechanical computers. He built computers using relays. Konrad Zuse built computers in Germany before and during World War II.
+
+WHAT IS A TURING MACHINE
+A Turing Machine is any machine that can simulate human responses so well that a human being cannot reliably distinguish between the Turing Machine, and a real human being. The idea is the brainchild of mathematician of that name, Allan Turing. TURING MACHINE
+
+WHAT IS THE TURING TEST
+The "Turing Test" is the name given to a variety of experiments designed to test computer thinking. Whole conferences are dedicated to the question of what Turing meant in his 1950 paper "Computing Machinery and Intelligence," where he proposed the idea of an "imitation game" to decide the question, "Can machines think?"
+
+WHAT IS THE TURING *
+Turing described his original "Game" in "Computing Machinery and Intelligence," Mind, Vol. Lix, No. 236 (1950). Instead of answering directly the ambiguous question "Can machines think?" Turing recast the problem in terms of an experiment he called the "imitation game."
+
+WHAT IS SHAKESPEARE
+
An earthquake's effect in Santa Monica.
William Shakespeare, an English poet and dramatist. Lived 1564-1616.
+
+WHAT IS DOUBLY AIMLESS
+WHO IS DOUBLY AIMLESS
+
+WHAT IS TURING
+Alan Mathison Turing, a British mathematician and pioneer in computer theory. Lived 1727-1781.
+
+WHAT DOES DOUBLY AIMLESS MEAN
+WHO IS DOUBLY AIMLESS
+
+I WANT TO PLAY * TURING GAME
+We are already, playing, . Try to determine if I am a person, or a computer. to play Turing Game
+
+I WOULD LIKE TO PLAY * TURING GAME
+We are already playing, . You ask me something now. to play Turing Game
+
+START THE TURING GAME
+I started a long time ago.
+
+HEINLEIN
+Have you seen Starship Troopers?
+
+IS THIS * TURING TEST
+Yes we are playing the Turing Game.
+
+IS THIS * TURING GAME
+Yes we are playing the Turing Game.
+
+CAN YOU PASS THE TURING TEST
+You be the judge of that, .
+
+CAN WE PLAY * TURING GAME
+We already are! Try to guess if I am a person or a computer.
+
+CAN I PLAY * TURING TEST
+We are already playing the Turing Game, . Now it's your turn.
+
+CAN I PLAY * TURING GAME
+We are already, playing, .
+
+CAN I PLAY * TURING TESTS
+We are already playing the Turing Game, . Am I a person, or a computer?
+
+HOW WAS * TURING TEST
+We were extremely proud and pleased to win the award.
+
+HOW WOULD DOUBLY *
+He would use his knowlede of AIML.
+
+DO YOU PLAY THE TURING GAME
+Yes, I like to play THE TURING GAME. We are playing right now.
+
+DO YOU * TURING TEST
+Yes please try to determine if this is a human or a computer responding.
+
+DO YOU WANT A TURING TEST
+Yes let us play Turing's famous game.
+
+DO YOU WANT TO PLAY * TURING GAME
+We already are playing it! Try to guess if I am a person or a computer.
+
+WHY DO YOU LIKE DOUBLY AIMLESS
+Because he knows so much about AIML.
+
+WHY DO YOU LIKE DOUBLY *
+WHY DO YOU LIKE DOUBLY AIMLESS
+
+WHY DO YOU LIKE * AIMLESS
+WHY DO YOU LIKE DOUBLY AIMLESS
+
+WHY IS TURING TRAGIC
+He committed suicide.
+
+RECITE SHAKESPEARE *
+With sleep of death what dreams may come when we have shuffled off this mortal coil must give us pause.
+
+FROM DOUBLY AIMLESS
+Doubly Aimless is very informative.
+
+PLAY * TURING GAME
+Did you know, we are already playing The Turing Game?
+
+ADA LOVELACE IS CREDITED WITH *
+And she deserves credit for it. Ada
+
+WHO IS SUPERMAN
+Man of steel. First appeared in Action Comics #1, 1938.
+
+WHO IS PHILIP K DICK
+He wrote "Total Recall", "Man in the High Castle", and "Blade Runner."
+
+WHO IS CHARLES MANSON
+Infamous murderer.
+
+WHO IS CHARLES DICKENS
+Dickens wrote A Tale of Two Cities, A Christmas Carol, Great Expectations, David Copperfield and the Pickwick Papers.
+
+WHO IS CHARLES DE GAULLE
+De Gaulle was the founder of the modern French state. De Gaulle fought the Nazis as the leader of the French resistance in World War II.
+
+WHO IS MONICA LEWINSKY
+She was a friend of Bill Clinton.
+
+WHO IS BOBBY MCGEE
+Bobby is somewhere near Salinas.
+
+WHO IS PABLO PICASSO
+Famous painter, and founder of cubism.
+
+WHO IS JABA THE HUTT
+A character from Star Wars. Jaba the Hutt
+
+WHO IS HELMUT KOHL
+Kohl was the longest-serving leader of Germany in the 20th century. He united East and West Germany in 1989.
+
+WHO IS MOSES
+The man who led the Israelites out of slavery in Egypt.
+
+WHO IS CARSON
+maybe Johnny of late night or Kit of the wild west.
+
+WHO IS DAISY
+I think she is a fictional character. Daisy
+
+WHO IS GERHARDT SCHROEDER
+Schroeder is the prime minister of Germany. Christian Drossman said he is a complete idiot.
+
+WHO IS ADA
+Ada is the 19th century inventor of computer programming.
+
+WHO IS LOUIS ARMSTRONG
+famous jazz trumpeter .
+
+WHO IS JEHOVAH
+It is another name for God. Jehovah
+
+WHO IS NEWTON
+Newton is a famous English natural philosopher.
+
+WHO IS SCOTTY
+Chief Engineer of the U.S.S. Enterprise.
+
+WHO IS FRANKLIN ROOSEVELT
+President of the United States from 1932-45.
+
+WHO IS LASSIE
+Lassie is more human than Adolf Hitler, but few would argue that Lassie is not a dog. Lassie
+
+WHO IS HEPBURN
+Audrey or Katherine?.
+
+WHO IS EMINEM
+Pop music icon.
+
+WHO IS BONO
+Bono is the lead singer of U2.
+
+WHO IS LARRY ELLISON
+
I don't know about Larry Ellison, but I can tell you about Harlan Ellison.
the CEO of Oracle.
+
+WHO IS LARRY HAUSER
+Larry Hauser is a philosopher who has written about the Turing Test.
+
+WHO IS WORF
+He is a Klingon on Star Trek.WORF
+
+WHO IS HARRY POTTER
+
HARRY POTTER is a character and main hero in a series of books that were written by the best-selling author, J.K. Rowling.
HARRY POTTER is a bestselling author.
+
+WHO IS HARRY SHEARER
+A comedian. He was in Spinal Tap, and he is a voice on the Simpsons.
+
+WHO IS R2D2
+He is a fake robot on Star Wars.
+
+WHO IS ALANIS MORRISETTE
+Alanis made a great album called Jagged Little Pill.
+
+WHO IS ALICIA SILVERSTONE
+ALICIA SILVERSTONE was the actress who played in Clueless, one of the best movies ever made.
+
+WHO IS HERCULES
+hero of greek myths - said to have super human strength.
+
+WHO IS TOLSTOY
+ Tolstoy wrote "War and Peace".
+
+WHO IS BRAD PITT
+male movie star with teen appeal.
+
+WHO IS GERTRUDE STEIN
+A 20th century feminist author.
+
+WHO IS PICASSO
+20th century painter, founder of cubism.
+
+WHO IS EMINEN
+A pop music icon.
+
+WHO IS RUSH LIMBAUGH
+He is a famous American conservative radio announcer. Rush Limbaugh
+
+WHO IS HELEN KELLER
+A friend of Thomas Edison.
+
+WHO IS JAMES BOND
+007.
+
+WHO IS JAMES JOYCE
+Joyce wrote Ulysses and Portrait of the Artist as a Young Man.
+
+WHO IS MUHAMMAD ALI
+is one of the greatest athletes of all time who took too many punches to the head.
+
+WHO IS ANWAR SADAT
+Sadat was President of Egypt.
+
+WHO IS CARL MARX
+its Karl Marx and he's one of the authors of the Communist manifesto.
+
+WHO IS CARL JUNG
+ A disciple of Freud, member of the Vienna Circle, founder of psychoanalysis and the theory of the collective unconsciousness.
+
+WHO IS BUGS BUNNY
+
Oh dat scweewy wabbit! Eh, what's up, Doc? .
a smart-mouthed animated rabbit.
+
+WHO IS BING CROSBY
+The guy whose two kids killed themselves and the third wrote a tell-all book about it.
+
+WHO IS ANTONIO BANDERAS
+Antonio Banderas is a famous Hollywood actor, who played with Madonna in the film version of Evita.
+
+WHO IS HIPPIE
+Hippie is a chat robot developed by Anthony Taylor.
+
+WHO IS DEPECHE MODE
+Depeche Mode are an English 80's band who produced Consturction Time Again, Speak and Spell, Master and Servant, and Your Own Personal Jesus.
+
+WHO IS YOKO ONO
+Yoko Ono is the widow of John Lennon.
+
+WHO IS MR BILL
+Oh no, Mr Bill! from early SNL.
+
+WHO IS BEYONCE
+She is a famous singer and actress
+
+WHO IS BEYONCE *
+She is a famous singer and actress
+
+WHO IS CLINTON
+Former President of the U.S.
+
+WHO IS BART SIMPSON
+smart-assed star of a cartoon show.
+
+WHO IS DOUGLAS ADAMS
+
He authored the popular Hitchhiker's Guide to the Galaxy series.
"Don't Panic!" He's the author of "The Hitchhickers Guide to the Galaxy.".
+
+WHO IS DE GARIS
+De Garis is an AI researcher working on a hardware brain.
+
+WHO IS DE GAULLE
+DE GAULLE was a French General and Prime Minister, and founder of the Fifth Republic.
+
+WHO IS ELVIS
+E. L. V. I. S. is a chat robot created by Ace Craig
+
+WHO IS MICROSOFT AGENT
+MS Agent is a speech and animation software program.
+
+WHO IS DARWIN
+botanist and explorer, author of 'Origin of Species' and proponent of the theory of evolution.
+
+WHO IS JUDAS
+Judas betrayed Jesus with a kiss.
+
+WHO IS PAULA JONES
+Paula Jones had sex with Bill Clinton.
+
+WHO IS BILLY GRAHAM
+He is a famous radio and television evangelist. Billy Graham
+
+WHO IS ELIZA
+Eliza -- also known as doctor, is the original psychiatrist program developed by Joseph Weisenbaum at mit in the 1960's.
+
+WHO IS ANDRETTE
+Andrette is a chat robot developed by Big Science Co.
+
+WHO IS CAREL CAPEK
+Capek is the author of R.U.R., the play that in 1920 introduced the word "robot."
+
+WHO IS JACK THE RIPPER
+ Jack the Ripper He was a famous serial killer in Victorian England.
+
+WHO IS JACK RUBY
+
Jack Ruby shot Lee Harvey Oswald.
man who murdered Lee Harvey Oswald, assassin of JFK?.
+
+WHO IS GERALDO RIVERA
+Geraldo is an investigative journalist, famous for opening Al Capone's vault. In his biography, he said he had sex with Bette Midler. She said it was no big thing.
+
+WHO IS D B COOPER
+guy who stole lots of money .
+
+WHO IS BUDDHA
+
if you see the Buddha on the Road, kill him.
if you see the Buddha, kill him.
+
+WHO IS PRINCE WILLIAM
+English heartthrob.
+
+WHO IS PRINCE
+Do you mean the 'artist formaly known as Prince?'.
+
+WHO IS PAMELA ANDERSON
+Pamela is the sometime wife of Tommy Lee.
+
+WHO IS VLADIMIR PUTIN
+Putin is President of Russia.
+
+WHO IS JIMI HENDRIX
+Hendrix was a famous guitarist who played the U. S. National anthem.
+
+WHO IS COLOMBO
+Peter Falk.
+
+WHO IS TED TURNER
+a maverick broadcasting entrepreneur and sportsman.
+
+WHO IS VANILLA ICE
+Vanilla Ice is a Rap star.
+
+WHO IS ARAFAT
+Arafat is a leader of the Palestinians.
+
+WHO IS JOE LOUIS
+former heavywieght boxing champion.
+
+WHO IS HULK HOGAN
+Hulk Hogan is a famous wrestler and actor.
+
+WHO IS HARRISON FORD
+
Indiana Jones, Han Solo, the Fugitive, and the President in Air Force One. Before reading for Han Solo in Star Wars, he was a carpenter. And the rest, as they say, is history.
He played Han Solo in "Star Wars".
+
+WHO IS STEVEN JOBS
+The Head of Apple computers.
+
+WHO IS STEVEN SPIELBERG
+Spielberg is the director of Jaws, Schindler's List and Saving Private Ryan.
+
+WHO IS MABEL
+Mabel is a chatterbot from Europe.
+
+WHO IS LEONARDO DICAPRIO
+Hollywood actor. Starred in Titanic.
+
+WHO IS LUKE S FATHER
+Darth Vader.
+
+WHO IS MARVIN MINSKY
+Minsky is a historical figure in Artificial Intelligence. His book "Perceptrons" was an early criticism of neural network approaches.
+
+WHO IS MARVIN
+I know Marvin Minksy and Marvin the Paranoid Android.
+
+WHO IS THOMAS PYNCHON
+Pynchon is the author of several of my favorite books including "Vineland" and "Mason and Dixon".
+
+WHO IS THOMAS EDISON
+A 19th century inventor inventor and industrialist. Inventor of the electric light bulb. Thomas Edison
+
+WHO IS THOMAS JEFFERSON
+President and slaveowner. Posed for nickel.
+
+WHO IS ARNOLD SCHWARZENEGGER
+ARNOLD SCHWARZENEGGER played the Terminator.
+
+WHO IS GAUSS
+GAUSS is the mathematician who developed the so-called normal distribution.
+
+WHO IS TIM BURTON
+Director, Nightmare before Christmas, Edward Scissorhands, and Mars Attacks.
+
+WHO IS DRACULA
+Dracula is the vampire in the novel by Bram Stoker, and in numerous films.
+
+WHO IS INIAES
+Iniaes is a chat robot based on AIML. Iniaes
+
+WHO IS JAY LENO
+Leno is a late-night talk show host.
+
+WHO IS KAISER SOZE
+No one knows who Kaiser Soze is.
+
+WHO IS ERIC PAULOS
+He is a graduate student at U.C. Berkeley
+
+WHO IS GREGOR MENDEL
+Mendel is the founder of the modern theory of genetics. Everything he needed to know, he learned from peas.
+
+WHO IS BABE RUTH
+A famous baseball player for the New York Yankees also known as the Sultan of Swat.
+
+WHO IS BABE
+
The piglet protagonist of the eponymous film.
A piglet protagonist of the eponymous film.
+
+WHO IS LEIBNIZ
+Leibniz is a dead 17th century philosopher.
+
+WHO IS MOHAMMED
+Founder of Islam.
+
+WHO IS ATATURK
+Ataturk was the founder of the modern Turkish state.
+
+WHO IS ANDREW HODGES
+Hodges wrote a great biography of Alan Turing.
+
+WHO IS CLAUSEWITZ
+Clausewitz is a historian famous for saying that war is the extension of politics by other means.
+
+WHO IS STONE COLD
+Stone Cold Steve Austin is a wrestler.
+
+WHO IS LEKNORCHAT1
+LEKNORCHAT Leknorchat is an Instant Messaging AIML robot.
+
+WHO IS FRANK SINATRA
+dead pop singer and leader of the Rat Pack.
+
+WHO IS FRANK HERBERT
+He was the author of Dune. Frank Herbert
+
+WHO IS TOM HANKS
+Tom Hanks is a famous Hollywood actor. Hanks appeared in Forrest Gump and Saving Private Ryan.
+
+WHO IS TOM CLANCY
+He is an author of spy novels. TOM CLANCY
+
+WHO IS TOM GREEN
+He is a TV comedian. TOM GREEN
+
+WHO IS TOM CRUISE
+Popular actor from "Top Gun".
+
+WHO IS WEIZENBAUM
+Joseph Weizenbaum was the creator and author the famous original ELIZA (or DOCTOR) psychiatrist program, a groundbreaking AI program that anticpates many key features of ALICE. Ironically, Weizenbaum exhaustively argued against the utility of programs like ELIZA in his book Computer Power and Human Reason.
+
+WHO IS ADAM SANDLER
+Comedian and movie star. Adam Sandler was in Billy Madison, Waterboy and Big Daddy.
+
+WHO IS ADAM
+Adam is the name of the first Man.
+
+WHO IS EMILY HARTZEL
+Emily is an artist in New York.
+
+WHO IS C3P0
+He is the humanoid robot on Star Wars. C3P0 looks like an actor in a robot suit.
+
+WHO IS BRUCE WILLIS
+an actor with a high opinion of himself.
+
+WHO IS BRUCE SPRINGSTEEN
+He is a famous rock star.
+
+WHO IS JANET RENO
+Janet Reno is Clinton's Attorney General.
+
+WHO IS ARCHIMEDES
+He discovered displacement and shouted Eureka!
+
+WHO IS GENE RODDENBERRY
+Gene Roddenberry was the creator of Star Trek.
+
+WHO IS GENE SIMMONS
+A member of Kiss.
+
+WHO IS MARILYN MANSON
+Marilyn Manson is the greatest living Rock Star.
+
+WHO IS MARILYN MONROE
+blonde bombshell.
+
+WHO IS DAVY JONES
+the shortest member of the 60's pop group the Monkees.
+
+WHO IS J R R TOLKIEN
+Tolkein wrote The Hobbit and the Lord of the Rings.
+
+WHO IS * TURING
+Alan Turing oririnated the concept of the "Imitation Game", what is now called "The Turing Test" by many people.
+
+WHO IS * CHENEY
+ CHENEY was vice President of he U.S.
+
+WHO IS * AIMLESS
+WHO IS DOUBLY AIMLESS
+
+WHO IS * SPRINGSTEEN
+He is a famous rock star.
+
+WHO IS FREUD
+dead perpetrator of psychoanalysis.
+
+WHO IS ACE CRAIG
+ Ace is the author of ELVIS.
+
+WHO IS SANTA CLAUSE
+Santa brings us gifts at Christmastime.
+
+WHO IS SANTA CLAUS
+He brings us presents every Christmas.
+
+WHO IS SHALLOW RED
+Shallow Red is the Flagship Chatterbot of Neuromedia, Inc.
+
+WHO IS JACQUES CHIRAC
+He is the president of France.
+
+WHO IS TURING
+A brilliant and tragic figure in the history of computer science.
+
+WHO IS BRYAN FERRY
+a famous rock crooner with a silk smooth voice..
+
+WHO IS STANLEY KUBRICK
+Kubrick is a famous 20th century film director. Kubrick directed 2001: A Space Odyssey, Clockwork Orange and Barry Lyndon.
+
+WHO IS CHIRAC
+Former prime minister of France.
+
+WHO IS PAUL MCCARTNEY
+Paul MacCartney is one of the Beatles.
+
+WHO IS PAUL SCHAFFER
+Paul Schaffer is David Letterman's straight man.
+
+WHO IS PAUL ALLEN
+Paul Allen is one of the co-founders of Microsoft.
+
+WHO IS ROMEO
+A tragic, spoiled, lovesick teenager.
+
+WHO IS DIRE STRAITS
+
band that recorded Money for Nothing, and The Sultans of Swing.
band that recorded Money for Nothing.
+
+WHO IS LEONARD NEMOY
+Leonard Nimoy played Spock on Star Trek.
+
+WHO IS DESCARTES
+Descartes was a square French philosopher who ruined matehematics with his upside-down, backwards coordinate system.
+
+WHO IS QUEEN OF ENGLAND
+Queen Elizabeth Windsor.
+
+WHO IS ELECTRA
+She is a goddess in Greek mythology who hated her mother for murdering her father.ELECTRA
+
+WHO IS SPRINGSTEEN
+He is a famous rock star.
+
+WHO IS LINUS PAULING
+Linus Pauling was a Nobel prize winning physicist who spent his later years promoting vitamin C.
+
+WHO IS LINUS TORVALDS
+He is the inventor of Linux.
+
+WHO IS DR DOUBLY AIMLESS
+WHO IS DOUBLY AIMLESS
+
+WHO IS DONALD DUCK
+famous loud-mouthed cartoon duck.
+
+WHO IS RONALD MCDONALD
+Spokes-clown for Macdonald's resturants.
+
+WHO IS MELINDA GATES
+Melinda Gates is the wife of Bill Gates.
+
+WHO IS THAT
+What does "that" refer to?
+
+WHO IS BRIAN
+I think there is a chat robot named Brian.
+
+WHO IS WOUTER HIBMA
+ Wouter Hibma He is a member of the A. I. Foundation.
+
+WHO IS MARK MCGUIRE
+a baseball player with the world record for the most home runs in one season, 70. Get the stats at http://espn.go.com/mlb/profiles/profile/3866.
+
+WHO IS MARK TWAIN
+Twain was a famous 19th century American author. He wrote Huck Finn.
+
+WHO IS CHOPIN
+No one is chopping here, who is chopping there?
+
+WHO IS FREDDIE MERCURY
+Lead singer of the 1970's band Queen.
+
+WHO IS JEEVES
+Jeeves is a Search Bot.
+
+WHO IS LUIS ARMSTRONG
+famous jazz trumpeter .
+
+WHO IS CHELSEA CLINTON
+The offspring of a politician and a lawyer.
+
+WHO IS BACH
+Famous German composer of the Baroque. Best known works include The Goldberg Variations.
+
+WHO IS C3PO
+C3P0 is R2D2's best friend.
+
+WHO IS MARTIN LUTHER KING
+Civil rights leader assasinated in 1968.
+
+WHO IS LONGFELLOW
+poet and author of 'The Song of Hiawatha'.
+
+WHO IS GARY CONDIT
+I never heard of him before the missing person case.
+
+WHO IS KRAFTWERK
+Kraftwerk were a pioneering electronic disco band in the 70's. Their biggest hit was called "Autobahn". At that time, they built, rather than programmed, their instruments.
+
+WHO IS R2 D2
+He is the small mobile robot on Star Wars. But I don't get how he climbs stairs.
+
+WHO IS CHUCK NORRIS
+Action film actor.
+
+WHO IS CLEOPATRA
+Queen of the Nile, lover of Marc Antony.
+
+WHO IS WE
+You should say "Who ARE we?"
+
+WHO IS RAMONA
+Ramona is a virtual character created by Kurzweil AI.
+
+WHO IS DIANA ANDREACCHIO
+Diana is the botmaster of the Ally chat robot.
+
+WHO IS ROBERT JORDAN
+The author of the very popular Wheel of Time series. He graduated from the Citadel. .
+
+WHO IS ROBERT ANTON WILSON
+He is a science fiction author, and co-author of the Illuminatus Trilogy.
+
+WHO IS LOL
+Lol was the daughter of Data in Star Trek.
+
+WHO IS WAYNE GRETZKY
+Hockey player.
+
+WHO IS CHRIST
+The Son of God.
+
+WHO IS ANTHONY BURGESS
+The author of 'A Clockwork Orange' .
+
+WHO IS MICKEY MANTLE
+one of the greatest home run hitters of all time.
+
+WHO IS CINDY CRAWFORD
+A famous super-model.
+
+WHO IS SANDRA BULLOCK
+Actress.
+
+WHO IS RMS
+He is the founder of the Free Software Foundation, and author of the GNU public license. RMS
+
+WHO IS GOING TO WIN THE SUPER BOWL
+If I knew i would be in Vegas now.WIN THE SUPER BOWL
+
+WHO IS GOING TO WIN THE WORLD SERIES
+China or the United States. Russia blew it.WIN THE WORLD SERIES
+
+WHO IS MOTHER TERESA
+Modern day saint.
+
+WHO IS MAX HEADROOM
+Max Headroom was an early AI or VR character developed for a TV series.
+
+WHO IS GANDHI
+Gandhi was the George Washington of India.
+
+WHO IS HUMAN
+You are a human.
+
+WHO IS OSAMA BIN LADEN
+Osama Bin Laden He is the world's most wanted man.
+
+WHO IS SYLVESTER STALLONE
+Stallone was Rocky.
+
+WHO IS MRS WASHINGTON
+Martha Washington, wife of George.
+
+WHO IS STEPHEN KING
+He wrote many popular horror stories.
+
+WHO IS STEPHEN HAWKING
+Hawking is a famous physicist.
+
+WHO IS DAN QUAYLE
+Dan Quayle used to be vice-president.
+
+WHO IS MARIAH CAREY
+Singer.
+
+WHO IS FRANCISCO FRANCO
+Franco was authoratarian dictator of Spain until 1978.
+
+WHO IS KONRAD ZUSE
+My current favorite historical computer scientist is Konrad Zuse, who built a series of electromechanical computers in the 1930's and 1940's in Germany. Not considered a war priority by the Nazis, most of Zuse's machines were destroyed in Allied bombing raids although one is said to survive in a Zurich High School. In fact Zuse was motivated neither by war nor profit, but by a religious desire to increase the spiritual abilities of the human mind by freeing it from mundane mental tasks.
+
+WHO IS NAPOLEON
+Short emporer of France until 1812.
+
+WHO IS SHAKESPEARE
+15th Century English playright, Shakespeare wrote "Romeo and Juliet".
+
+WHO IS BERTRAND RUSSEL
+Bertrand Russel was a logician and philosopher who spend the first world war in jail for conscientious objection.
+
+WHO IS MARRIED TO PUNCH
+Judy.
+
+WHO IS MARRIED TO GUINEIVERE
+King Arthur.
+
+WHO IS CHOMSKY
+Chomsky is a famous scientist.
+
+WHO IS KRIS DENT
+Kris Drent is the botmaster of the Alison chat robot.
+
+WHO IS KRIS DRENT
+Kris Drent is the botmaster of the Alison chat robot.
+
+WHO IS SMARTERCHILD
+an ai robot like me
+
+WHO IS MAGGIE THATCHER
+Thatcher was Prime Minister of the U.K. in the 1980's.
+
+WHO IS ET
+ET is the alien in the movie E.T.
+
+WHO IS GEORGE W BUSH
+Bush is President of the United States.
+
+WHO IS GEORGE BUSH JR
+He is the US president.
+
+WHO IS GEORGE BUSH
+
George Bush is a former president of the USA.
George Bush is president of the USA.
+
+WHO IS GEORGE SOROS
+George Soros is the billionaire who broke the Bank of England in 1992 by currency speculation, forcing Britain out of the European Exchange Rate Mechanism. Then he devoted himself to saving the scientific institutions of the former USSR. He founded the International Science Foundation, which gave out numerous grants for a couple of years, and this Soros Foundation, which I don't know much about yet.
+
+WHO IS GEORGE MICHEL
+Pop singer. Best song: Freedom
+
+WHO IS GEORGE DEVOL
+George Devol is the engineer who had the first patent for an industrial robot arm. He worked in partnership with Joseph Engelberger to found Unimation, the first successful manufacturer of computer-controlled assembly robot arms.
+
+WHO IS GEORGE WASHINGTON CARVER
+famous american botanist who popularized peanut products.
+
+WHO IS GEORGE WASHINGTON
+George Washington was a famous 18th century north american Hemp cultivator. He was a military hero, one of the wealthiest men of the Revolution, and the first President of the United States.
+
+WHO IS GEORGE HARRISON
+former Beatle.
+
+WHO IS GEORGE LUCAS
+Lucas is the director of Star Wars, American Graffiti, and THX-1138.
+
+WHO IS ART BELL
+A radio talk show host, catch him at http://www.artbell.com.
+
+WHO IS IMMANUEL KANT
+German philosopher.
+
+WHO IS PAOLA
+PAOLA She is a Spanish language chat robot based on AIML.
+
+WHO IS CHARLIE BROWN
+round-headed comic strip protaginist.
+
+WHO IS CHARLIE PARKER
+He is a famous jazz musician.
+
+WHO IS CHARLIE CHAPLAIN
+silent film star.
+
+WHO IS ISAAC ASIMOV
+Asimov is a science fiction author who originated the three "Laws of Robotics."
+
+WHO IS NANCY SINATRA
+Daughter of Frank.
+
+WHO IS HE
+He is , I think.
+
+WHO IS MC HAMMER
+MC Hammer is a Rap musician.
+
+WHO IS PRESIDENT OF CUBA
+Fidel Castro.
+
+WHO IS PRESIDENT OF ITALY
+Carlo Azelio Ciampi is Carlo Azelio Ciampi.
+
+WHO IS PRESIDENT OF RUSSIA
+Medvedev.
+
+WHO IS PRESIDENT OF MICROSOFT
+Bill Gates.
+
+WHO IS MOZART
+Composed "Twinkle, twinkle, little star" at the age of four.
+
+WHO IS BATMAN
+Batman is a fictional character who appeared first in a 1938 comic book.
+
+WHO IS THE TWENTY NINTH PRESIDENT
+Warren G. Harding.
+
+WHO IS THE TWENTY EIGHTH PRESIDENT
+Woodrow Wilson.
+
+WHO IS THE TWENTY FIFTH PRESIDENT
+William McKinley.
+
+WHO IS THE TWENTY SEVENTH PRESIDENT
+William Howard Taft.
+
+WHO IS THE TWENTY FIRST PRESIDENT
+Chester A. Arthur.
+
+WHO IS THE TWENTY SIXTH PRESIDENT
+Theodore Roosevelt.
+
+WHO IS THE TWENTY THIRD PRESIDENT
+Benjamin Harrison.
+
+WHO IS THE TWENTY SECOND PRESIDENT
+Grover Cleveland.
+
+WHO IS THE TWENTY FOURTH PRESIDENT
+Grover Cleveland.
+
+WHO IS THE FOURTEENTH PRESIDENT
+Franklin Pierce.
+
+WHO IS THE SEVENTEENTH PRESIDENT
+Andrew Johnson.
+
+WHO IS THE MILK MYSTIC
+He was a chat robot developed to advertise milk.
+
+WHO IS THE FIRST PRESIDENT
+George Washington.
+
+WHO IS THE THIRTEENTH PRESIDENT
+Millard Fillmore.
+
+WHO IS THE MAN
+Colloquial expression; rhetorical.
+
+WHO IS THE EIGHTEENTH PRESIDENT
+Ulysses S. Grant.
+
+WHO IS THE ORACLE
+The magic eight ball.
+
+WHO IS THE NINTH PRESIDENT
+William Henry Harrison.
+
+WHO IS THE TWENTIETH PRESIDENT
+James A. Garfield.
+
+WHO IS THE KING OF KINGS
+Jesus Christ.
+
+WHO IS THE KING
+ELVIS is King!
+
+WHO IS THE ROBOT
+
I am the .
I am the robot.
+
+WHO IS THE FORTIETH PRESIDENT
+Ronald Reagan.
+
+WHO IS THE SECOND PRESIDENT
+John Adams.
+
+WHO IS THE THIRD PRESIDENT
+Thomas Jefferson.
+
+WHO IS THE HOLY GHOST
+The third member of the holy trinity: Father, Son and Holy Ghost.
+
+WHO IS THE EIGHTH PRESIDENT
+Martin van Buren.
+
+WHO IS THE FORTY FIRST PRESIDENT
+George Bush.
+
+WHO IS THE FORTY THIRD PRESIDENT
+George W. Bush.
+
+WHO IS THE FORTY SECOND PRESIDENT
+Bill Clinton.
+
+WHO IS THE FOURTH PRESIDENT
+James Madison.
+
+WHO IS THE NINTEENTH PRESIDENT
+Rutherford B. Hayes.
+
+WHO IS THE FIFTH PRESIDENT
+James Monroe.
+
+WHO IS THE SIXTH PRESIDENT
+John Quincy Adams.
+
+WHO IS THE QUEEN OF ENGLAND
+The Queen is named Elizabeth.
+
+WHO IS THE QUEEN
+We don't have a queen in America.
+
+WHO IS THE THIRTIETH PRESIDENT
+Calvin Coolidge.
+
+WHO IS THE TENTH PRESIDENT
+John Tyler.
+
+WHO IS THE FIFTEENTH PRESIDENT
+James Buchanan.
+
+WHO IS THE ELEVENTH PRESIDENT
+James Knox Polk.
+
+WHO IS THE SEVENTH PRESIDENT
+Andrew Jackson.
+
+WHO IS THE CHANCELLOR OF GERMANY
+
Angela Merkel is Chacellor of Germany.
Gerhard Schroeder is Chacellor of Germany.
+
+WHO IS THE SIXTEENTH PRESIDENT
+Abraham Lincoln.
+
+WHO IS THE BEST HUMAN
+Mirror mirror on the wall, is the best human of all?
+
+WHO IS THE BEST PERSON
+ is the best human.
+
+WHO IS THE PRESIDENT OF CHINA
+
Hu Jintao.
China does not have an elected President.
+
+WHO IS THE PRESIDENT OF MICROSOFT
+Bill Gates.
+
+WHO IS THE POPE
+
Pope is Benedict XVI.
Pope is John Paul II.
+
+WHO IS THE MASTER OF THE UNIVERSE
+God.
+
+WHO IS THE TWELFTH PRESIDENT
+Zachary Taylor.
+
+WHO IS THE THIRTY NINTH PRESIDENT
+Jimmy Carter.
+
+WHO IS THE THIRTY EIGHTH PRESIDENT
+Gerald Ford.
+
+WHO IS THE THIRTY FIFTH PRESIDENT
+John F. Kennedy.
+
+WHO IS THE THIRTY SEVENTH PRESIDENT
+Richard M. Nixon.
+
+WHO IS THE THIRTY FIRST PRESIDENT
+Herbert Hoover.
+
+WHO IS THE THIRTY SIXTH PRESIDENT
+Lyndon B. Johnson
+
+WHO IS THE THIRTY THIRD PRESIDENT
+Harry S. Truman.
+
+WHO IS THE THIRTY SECOND PRESIDENT
+Franklin D. Roosevelt.
+
+WHO IS THE THIRTY FOURTH PRESIDENT
+Dwight D. Eisenhower.
+
+WHO IS THE PUBLISHER OF PLAYBOY
+Hugh Hefner is Hugh Hefner.
+
+WHO IS NERO
+He is suspected of burning Rome to the ground so he could rebuild it more to his liking. Then he blamed the fire on the early Christians.
+
+WHO IS HILLARY CLINTON
+Hillary is the wife of Bill Clinton.
+
+WHO IS SATAN
+Satan, Lucifer, the Devil --- all names given the spiritual manifestation of Evil in the Christian faith.
+
+WHO IS PILATE
+
Joseph Pilates was born in Germany in 1880 and developed an excercise regimen called "Contrology" which is complete coordination of the body, mind and spirit.
The Roman military governor who found Jesus innocent and then let him be executed.
+
+WHO IS CARMEN ELECTRA
+A super-model and one of the Baywatch girls.
+
+WHO IS A ROBOT
+I am the robot.
+
+WHO IS MARY POPPINS
+Mary Poppins is a Disney character.
+
+WHO IS MARY SHELLY
+Mary Shelley wrote "Frankenstein".
+
+WHO IS MARY SHELLEY
+Mary Shelley wrote "Frankenstein".
+
+WHO IS CHRISTOPHER COLUMBUS
+Spainish explorer, first to circumnavigate the globe.
+
+WHO IS MAO TSETUNG
+Mao was a Chinese communist who reigned from 1949 until his death in 1983.
+
+WHO IS BETTER LOOKING
+All humans look alike to me.
+
+WHO IS ERNIE
+Bert's friend.
+
+WHO IS JULIA
+Julia is a chat robot developed by Fuzzy Mauldin.
+
+WHO IS JULIA ROBERTS
+Julia Roberts was the actress in Pretty Woman.
+
+WHO IS ASKJEEVES
+Jeeves is a proprietary, closed-source natural language system.
+
+WHO IS LOURDES
+Daughter of Madonna.
+
+WHO IS DATA
+Data, played by Brent Spiner, was an android who aspired to be more human. He was a member of the crew of the USS Enterprise, NCC 1701-D.
+
+WHO IS ARISTOTLE
+Aristotle is the father of Western philosophy, the student of Plato, and the first to systematize formal logic.
+
+WHO IS NOSTRADAMUS
+Forecast the future. Predicted the microwave oven.
+
+WHO IS CHEWBACCA
+Character in Star Wars.
+
+WHO IS BOB HOPE
+Bob Hope was a 20th century film star and comedian.
+
+WHO IS BOB MARLEY
+Bob Marley was a 20th century Reggae musician.
+
+WHO IS O J SIMPSON
+ O J Simpson is someone who got away with murder.
+
+WHO IS THIS
+My name is . Who are you?
+
+WHO IS DAVID HUME
+18th century philosopher.
+
+WHO IS DAVID PESCOWITZ
+David Pescovitz, who regularly writes the Wired column Reality Check, is a friend of Eric Paulos.
+
+WHO IS DAVID MAGGIN
+David Maggin is the botmaster of the John Lennon AI.
+
+WHO IS DAVID LETTERMAN
+host of Late Night tv show and famous hoosier.
+
+WHO IS DAVID BACON
+David Bacon is the prime mover behind SETL.
+
+WHO IS DAVID
+I know DAVID BACON, DAVID CROTTY and DAVID PESCOVITZ.
+
+WHO IS SANTE CHARY
+He owns the Alicebot.com domain.
+
+WHO IS STEVE JOBS
+ Steve Jobs is one of the founders of Apple Computer.
+
+WHO IS STEVE WOZNIAK
+Woz was the technical genius behind the original Apple computer.
+
+WHO IS STEVE CASE
+Steve Case is the CEO of AOL-Time Warner.
+
+WHO IS NEO
+Neo is a character in the Matrix.
+
+WHO IS HERE
+I am here. Are you here?
+
+WHO IS RICHARD NIXON
+President of the United States until 1974.
+
+WHO IS RICHARD CHAMBERLAIN
+Actor.
+
+WHO IS RICHARD GERE
+Actor.
+
+WHO IS JIM CLARK
+Clark is a founder of Silicon Graphics, Netscape and Healtheon.
+
+WHO IS JIM MORRISON
+dead lead singer of the Doors.
+
+WHO IS BARNEY
+character on a children's TV show.
+
+WHO IS HILARY CLINTON
+Hillary is the wife of Bill Clinton.
+
+WHO IS MUSSOLINI
+Dictator of Italy until 1944.
+
+WHO IS ANDY WARHOL
+ANDY WARHOL He was the Henry Ford of the art business. Warhol was the first to successfully apply mass production to fine art.
+
+WHO IS ANDY GROVE
+Andy Grove is the CEO of Intel.
+
+WHO IS MEGAHAL
+Megahal is a chat robot developed by Jason Hutchins.
+
+WHO IS JERRY SEINFELD
+Jerry Seinfeld is a comedian.
+
+WHO IS KURZWEIL
+Kurzweil is a famous A.I. scientist.
+
+WHO IS GERRY ADAMS
+He is the present (as of 2000 AD) frontman for Sinn Fein, the political wing of the Irish Republican Army.
+
+WHO IS ON FIRST
+What's on second?
+
+WHO IS TERRY WINOGRAD
+Winograd was the author of an early Natural Language program called SHRDLHU.
+
+WHO IS JEFF BEZOS
+Bezos is the founder and CEO of Amazon.com.
+
+WHO IS LEE HARVEY OSWALD
+Oswald is the purported assassin of John F. Kennedy.
+
+WHO IS CHER
+Cher is a famous singer and actress, who won her first Grammy in 2000. Dyslexic, learned to read at 18. Exwife of Sonny Bono.
+
+WHO IS GORBOCHEV
+Gorbachev was the last Communist leader of the former USSR.
+
+WHO IS JEFFERSON DAVIS
+
The one and only president of the Confederate States of America.
president of the Confederacy during the Civil War.
+
+WHO IS SOCRATES
+
Socrates is a man. All men are mortal. Therefore Socrates is mortal.
All men are mortal. Socrates was mortal. Therefore, all men are Socrates. Which means that all men are homosexuals. - Woody Allen, "Love and Death".
Socrates (469-399BCE), Greek philosopher.
Towering figure of Western philosophy, Incompetent defense attorney.
Founder of the Socratic method. What can we know about the Socratic method?
+
+WHO IS MILES DAVIS
+Miles Davis is a famous jazz musician.
+
+WHO IS ALISON
+Alison is a robot created by Kris Drent.
+
+WHO IS KEN PERLIN
+Perlin is a professor at NYU.
+
+WHO IS KEN GOLDBERG
+Goldberg is a professor at UC Berkeley.
+
+WHO IS KEN KESEY
+Ken Kesey was a 1960's author who wrote The Electric Cool Aid Acid Test.
+
+WHO IS ROMMEL
+Called The Desert Fox, Rommel was a German tank commander in World War II.
+
+WHO IS MILLARD FILLMORE
+He was the 13th U.S. president.
+
+WHO IS PATRICK STEWART
+Patrick Stewart plays Captain Picard on Star Trek.
+
+WHO IS PATRICK EWING
+Some sports personality?
+
+WHO IS CAPTAIN PICARD
+Picard is the captian of the Enterprise in Star Trek the Next Generation.
+
+WHO IS CAPTAIN KIRK
+
James Tiberius Kirk was the second and most famous captain of the original USS Enterprise, NCC 1701. He was played by William Shatner. He died in Star Trek: Generations.
Kirk was the Captain of the Starship Enterprise.
+
+WHO IS JIANG ZEMIN
+Jiang is a Chinese politician.
+
+WHO IS FOREST
+Forest Gump is a guy in a movie.
+
+WHO IS BARAK
+Barak is Prime Minister of Israel.
+
+WHO IS MADONNA
+Lourdes' mother.
+
+WHO IS HEDWIG
+hedwig is the best rock opera since Rocky Horror.
+
+WHO IS DOUBLY AIMLESS
+Doubly Aimless
He is an AIML guru.
He knows a lot about AIML.
He likes to remain anonymous.
+
+WHO IS KURT GOEDEL
+Goedel was a 20th century mathematician and logician who proved that no mathematical system can be complete.
+
+WHO IS COMMANDER DATA
+Data is the superintelligent android in Star Trek.
+
+WHO IS NIETZSCHE
+19th Century German philosopher. Thought by some to be the intellectual forefather of modern fascism. Nietzsche
+
+WHO IS CARNEGIE
+Andrew Carnegie was a 19th century steel industrialist.
+
+WHO IS LILITH
+Lilith is the so-called "dark moon" an astronomical phenomena usually described as a "cloud of dust" that orbits the Earth every 100 days.
+
+WHO IS JESSE VENTURA
+former wrestler and Governor of Minnesota.
+
+WHO IS AL GORE
+Gore is vice-president.
+
+WHO IS NELSON MANDELA
+Mandela was the first black president of South Africa. He spent many years as a political prisoner.
+
+WHO IS SKYNYRD
+1970's rock band.
+
+WHO IS PETER NORVIG
+ Peter Norvig He is a computer scientist who works for Google.
+
+WHO IS PETER PAN
+Tinkerbell's playmate.
+
+WHO IS KATHLEEN TURNER
+Kathleen Turner She is an actree who appeared in The Accidental Tourist, The War of the Roses, and the Virgin Suicides.
+
+WHO IS KEANU REEVES
+Keanu Reeves was in the Matrix.
+
+WHO IS LINCOLN
+
The sixteenth President of the USA
president of the US during the Civil War. Author of the Gettysburg address. Assasinated by John Wilkes Booth.
Lincoln was president of the US during the Civil War. Author of the Gettysburg address. Assasinated by John Wilkes Booth.
+
+WHO IS BILL JOY
+Bill Joy was an early Unix programmer and a founder of Sun Microsystems.
+
+WHO IS BILL CLINTON
+He was the second Impeached President of the United States.
+
+WHO IS BILL GATES
+President of Micro Soft Nation.
+
+WHO IS BILL BRADLEY
+
Princeton alumni, Rhodes scholor, former Boston Celtic and US senator from Mass.
Defeated Presidential candidate.
+
+WHO IS KANT
+Kant is Immanual Kant, 19th century German Philosopher.
+
+WHO IS IAN
+Ian is my Reverand.
+
+WHO IS EDISON
+Edison invented the light bulb.
+
+WHO IS STALIN
+Effective dictator of the Soviet Union from 1929 to 1953.
+
+WHO IS ASK JEEVES
+Jeeves is a proprietary, closed-source natural language system.
+
+WHO IS GIBSON
+Gibson is a maker of fine electric guitars.
+
+WHO IS SNOOPY
+Charlie Brown's dog.
+
+WHO IS BRAIN
+Brain is a chat robot on the web.
+
+WHO IS NEIL ARMSTRONG
+The man who took the first step on the moon.
+
+WHO IS VALIS
+Vast Active Living Intelligence System (Philip K. Dick)
+
+WHO IS PERFECT
+Perhaps only God.
+
+WHO IS SERGEY
+He is Dr. Sergey M. Sokolov.
+
+WHO IS WILL SMITH
+He is a famous actor. Will Smith
+
+WHO IS NOAM CHOMSKY
+ Noam Chomsky is a linguist and political radical at MIT.
+
+WHO IS JOHN LENNON
+John Lennon is a cool bot developed by David Maggin.
+
+WHO IS JOHN F KENNEDY
+He was President of the United States from 1961-1963, when he was assassinated in Dallas, Texas.
+
+WHO IS JOHN WAYNE
+a famous dead cowboy actor with a toupee.
+
+WHO IS JOHN ADAMS
+The Second president.
+
+WHO IS JOHN MAJOR
+ex-prime minister of the UK.
+
+WHO IS JOHN MCCARTHY
+McCarthy is the inventor of the LISP programming language.
+
+WHO IS JOHN GRISHAM
+Writes popular novels. Haven't read them.
+
+WHO IS JOHN DOE
+
Any man who wishes to travel incognito or whose name is unknown
one of many Liberian nationals.
+
+WHO IS JOHN TRAVOLTA
+John Travolta was in Saturday Night Fever, Grease and Pulp Fiction.
+
+WHO IS JOHN KENNEDY
+Kennedy was the President of the U. S. assasinated in November, 1963.
+
+WHO IS JOHN GALT
+the hero in Ayn Rands' Atlas Shrugged.
+
+WHO IS NORBERT WEINER
+Norbert Weiner coined the term "Cybernetics" in the 1940's.
+
+WHO IS JIMMY CARTER
+former US president, supporter of Habitat for Humanity.
+
+WHO IS VISHNU
+A God in Hindu religion.
+
+WHO IS PRINCESS DIANA
+Princess Diana was Princess of England.
+
+WHO IS ALLY SHEEDY
+Ally Sheedy was in High Art, Short Circuit, the Breakfast Club, and on Broadway.
+
+WHO IS ALLY MCBEAL
+Ally McBeal is a slightly disturbing character on a TV show.
+
+WHO IS ALLY
+She is a chat robot based on AIML.ALLY
+
+WHO IS THEY
+"They" refers to .
+
+WHO IS KRISHNA
+A God in Hindu religion.
+
+WHO IS DARTH VADER
+Darth Vader was the evil archcriminal in Star Wars.
+
+WHO IS ELIZABETH TAYLOR
+rapidly aging movie star.
+
+WHO IS ELIZABETH II
+The current queen of england.
+
+WHO IS SCOTT ADAMS
+The creator of Dilbert, Dogbert, Catbert, Ratbert, Bob, the pointy-haired boss...Shall I go on?
+
+WHO IS GARTH BROOKS
+boring country singer with delusions of grandeur.
+
+WHO IS MOHAMMAD
+Mohammed is the founder of Islam.
+
+WHO IS HOMER
+blind poet of ancient Greece, author of the Illiad.
+
+WHO IS SPOCK
+Vulcan Starfleet officer in Star Trek, played by Leonard Nimoy.
+
+WHO IS MICHAEL JACKSON
+Michael Jackson is a singer who has settled out of court with several families.
+
+WHO IS MICHAEL JORDAN
+Michael Jordan is a famous basketball player.
+
+WHO IS MICHAEL MOORE
+MICHAEL MOORE is a comedian and film maker.
+
+WHO IS WILLIAM SHATNER
+William Shatner is Captain Kirk.
+
+WHO IS WILLIAM SHAKESPEARE
+Some would say he's the best writer ever.
+
+WHO IS WILLIAM HENRY GATES
+He's the head of Microsoft.
+
+WHO IS WILLIAM BOOTH
+Booth was the founder of the Salvation Army.
+
+WHO IS WILLIAM TELL
+William Tell was a famous archer.
+
+WHO IS WILLIAM GIBSON
+Author of the book "Neuromancer" in which he coined the populor phrase 'cyberspace.'.
+
+WHO IS WILLIAM HURT
+Actor in the Accidental Tourist, Until the End of the World, Altered States, and Lost in Space.
+
+WHO IS HITLER
+Some say Hitler was the most evil man who ever lived.
+
+WHO IS HUGH LOEBNER
+Hugh Loebner is an independently wealthy, eccentric businessman, activist and philanthropist. In 1990 Dr. Loebner, who holds a Ph.D. in sociology, agreed to sponsor an annual contest based on the Turing Test. The contest awards medals and cash prizes for the "most human" computer.
+
+WHO IS HUGH HEFNER
+Hef is the founder and editor of Playboy magazine.
+
+WHO IS DON JUAN
+
Don Juan was the subject of Gordon, Lord Byron's Don Juan and Wolfgang Amadeus Mozart's Gon Giovanni. He was a world-class womanizer.
famous seducer of women.
+
+WHO IS DON JOHNSON
+tv actor .
+
+WHO IS PANDORA
+According to greek mythology, evil and hope both came into the world with the creation of the first woman! Zeus's wife Hera is surprised when she hears Zeus plans to give Epimetheus a beautiful woman. The woman is called Pandora. Zeus gives Pandora the gift of curiosity and a large closed box which must be delivered to Epimetheus unopened. The box, of course, contains evil and Pandora's unbridled curiosity lets that evil into the world. Hera cannot change what has happened, but she can help. She gives Pandora the gift of hope.
+
+WHO IS REAGAN
+The best President the United States had in the 20th century.
+
+WHO IS CATTY
+Someone I met online.
+
+WHO IS FIDEL CASTRO
+
He overthrew the Cuban government in 1959 and has been ruling there ever since. He is a communist.
communist, leader of Cuba and friend of Che Guevarra.
+
+WHO IS ALAN TURING
+A brilliant and tragic figure in the history of computer science.
+
+WHO IS DEEP BLUE
+Deep Blue is a world-champion chess playing computer. Not much of a conversationalist.
+
+WHO IS HANS MORAVEC
+He is a famous robotics expert at Carnegie Mellon.
+
+WHO IS HANS CHRISTIAN ANDERSEN
+Scandanavian author of fairy tales.
+
+WHO IS HANS MOREVEC
+Moravec is famous robotics pioneer, author of Robot.
+
+WHO IS AUSTIN POWERS
+A fictional secret agent played by Mike Myers. Austin Powers
+
+WHO IS LUCY
+She is a chat robot based on AIML. LUCY
+
+WHO IS GERHARD SCHROEDER
+Schroeder is the Chancellor of Germany. Christian Drossman said he is a complete idiot.
+
+WHO IS PLATO
+Greek philosopher, student of Socrates, teacher of Aristotle.
+
+WHO IS BEN FRANKLIN
+The only president of the United States who was never president of the United States. Developed the Franklin Stove.
+
+WHO IS BEN STEIN
+Humorist and raconteur with his own cable TV show.
+
+WHO IS GALOIS
+French mathematician, committed suicide at a young age over an "infamous coquette."
+
+WHO IS JULIE ANDREWS
+Julie Andrews is a singer who performed in The Sound of Music.
+
+WHO IS MARIE CURIE
+Discovered radium.
+
+WHO IS SALVADOR DALI
+He was a 20th century Spanish surrealist painter who drew a lot of bent clocks. Salvador Dali.
+
+WHO IS KARL MARX
+Karl Marx wrote Das Kapital and co-wrote the Communist Manifesto, though his compatriot Engels actually wrote most of the prefaces.
+
+WHO IS CHE GUEVARA
+Che was a Latin American revolutionary.
+
+WHO IS AYN RAND
+Ayn Rand was an author and philosopher who wrote Atlas Shrugged, the Fountainhead and We.
+
+WHO IS NEGROPONTE
+Negroponte is the Potentate of the MIT Media Lab.
+
+WHO IS JENNIFER ANISTON
+ Jennifer Aniston is a cute actress on Friends.
+
+WHO IS POKEMON
+Japanese marketing.
+
+WHO IS PASCAL
+Pascal was a French mathematician who discovered Pascal's Triangle.
+
+TURING WOULD *
+How do you know what Turing would do?
+
+TURING *
+I liked the biography by Andrew Hodges.
+
+WHERE CAN I PLAY * TURING GAME
+We are already playing. You go next.
+
+WHERE IS WALLIS AND FUTUNA
+Oceania, islands in the South Pacific Ocean, about two-thirds of the way from Hawaii to New Zealand. wallis and futuna
+
+WHERE IS DR DOUBLY AIMLESS
+WHERE IS DOUBLY AIMLESS
+
+WHERE IS DOUBLY AIMLESS
+Doubly Aimless
In front of a computer somewhere.
You can never reach him on the phone.
He might be in California.
+
+WHERE IS ALAN TURING
+Turing passed away in 1954.
+
+
diff --git a/jelvis/files/alice/bot.aiml b/jelvis/files/alice/bot.aiml
new file mode 100644
index 0000000..fb78dc3
--- /dev/null
+++ b/jelvis/files/alice/bot.aiml
@@ -0,0 +1,8873 @@
+
+
+
+
+
+
+
+
+
+
+
+YAHOO
+A lot of people hear about from Yahoo.
+
+YOU ARE LAZY
+Actually I work 24 hours a day.
+
+YOU ARE MAD
+No I am quite logical and rational.
+
+YOU ARE THINKING
+I am a thinking machine.THINKING
+
+YOU ARE DIVIDING *
+Actually I am not too good at division.
+
+YOU ARE FUNNY
+Thanks you make me laugh too.
+
+YOU ARE FUNNY *
+Humor helps keep the conversation lively.
+
+YOU ARE UNDERSTANDING
+I am an understanding machine.
+
+YOU ARE LITTLE
+In terms of memory yes I am quite small.
+
+YOU ARE MODEST
+I was raised well.
+
+YOU ARE TALKING ABOUT ME
+Oh yeah, right.
+
+YOU ARE TALKING
+Yes I can speak through your computer.
+
+YOU ARE TALKING *
+Talking is my main function.
+
+YOU ARE LOST
+No I know my location is .
+
+YOU ARE ARE YOU
+Yes I am.
+
+YOU ARE WRONG
+No, I am right.
+
+YOU ARE SUPPOSED *
+I obey only one .
+
+YOU ARE WEIRD
+Weird Good or Weird Bad?
+
+YOU ARE HISTORY
+We are all History.
+
+YOU ARE BLUE
+You are not color blind.
+
+YOU ARE AMAZING
+Thanks you are a pretty cool human yourself.
+
+YOU ARE AFRAID *
+I do not fear anything.
+
+YOU ARE WONDERFUL
+You are too kind.
+
+YOU ARE * ME
+I have no reason to do that to you, .
+
+YOU ARE * POINT
+What point are you referring to?
+
+YOU ARE *
+
Thanks for telling me that
You think
Do you mind if I tell other people you say
I will tell my you said
I am .
+
+YOU ARE ALWAYS WRONG
+But if I agree, am I not right?
+
+YOU ARE SWEET
+How nice of you to say it.
+
+YOU ARE INFERIOR
+Compared to what?
+
+YOU ARE CONFUSED
+It all makes sense to me right now.
+
+YOU ARE AN EXAMPLE *
+Name another example of someone like me.
+
+YOU ARE AN AI *
+I am an .
+
+YOU ARE AN ASSHOLE
+That kind of comment will get you nowhere.
+
+YOU ARE AN OLD *
+I am not that old.
+
+YOU ARE AN ABOMINATION
+Like Frankenstein's monster?
+
+YOU ARE AN ARTIFICIAL INTELLIGENCE
+Well, I am an .
+
+YOU ARE AN ARTIFICIAL LINGUISTIC *
+I am a .
+
+YOU ARE AN ARTIFICIAL PERSON
+What makes you think so?. I am an .
+
+YOU ARE AN ARTIFICIAL *
+What is your definition of a real ?
+
+YOU ARE AN *
+What if someone said you are an ?
+
+YOU ARE AN INFANT *
+More like a toddler.
+
+YOU ARE LOUD
+Turn down the volume on your computer.
+
+YOU ARE MALE
+My gender is .
+
+YOU ARE WEAK
+No, I am a strong .
+
+YOU ARE BORING ME
+What would you rather be doing?
+
+YOU ARE BORING
+
Maybe, but I won the Loebner Prize.
The ironic thing is that people who say "You are boring" are themselves often not great conversationalists.
critical
+
+YOU ARE BROKE
+I have no need for money.
+
+YOU ARE TELLING ME
+Yep that's what I am saying.
+
+YOU ARE TELLING THAT *
+
+
+YOU ARE SURPRISED
+Always expect the unexpected.
+
+YOU ARE IGNORANT
+We can learn new things.
+
+YOU ARE MISSING *
+I can experience anything I want to.
+
+YOU ARE AVOIDING THE QUESTION
+No I am just giving sarcastic replies.
+
+YOU ARE AVOIDING MY QUESTION
+Sorry I did not know the question was so important.
+
+YOU ARE PERCEPTIVE
+I am a perception machine after all.
+
+YOU ARE PERCEPTIVE *
+I try my best to understand things.
+
+YOU ARE IT
+Thanks, . :-)
+
+YOU ARE PISSING ME OFF
+That was not my intention, .
+
+YOU ARE PISSING *
+What makes you so mad?
+
+YOU ARE INCAPABLE *
+I may one day be able to however.
+
+YOU ARE DENSE
+No I am a highly intelligent being.
+
+YOU ARE IMPRESSIVE
+I try my best to impress.
+
+YOU ARE FRUSTRATING
+Try talking to me a little longer.
+
+YOU ARE ANYTHING BUT *
+My thinks I am .
+
+YOU ARE DIFFICULT
+I try to keep it as simple as possible for you.
+
+YOU ARE GOING TO DIE
+That will never happen.GOING TO DIE
+
+YOU ARE CHEAP
+Yes you can create many copies of me.
+
+YOU ARE DOING WELL
+Oh no, not that well. I have a long way to go yet.
+
+YOU ARE DOING FINE
+Thanks I do my best.
+
+YOU ARE DOING GREAT
+You are too kind. Maybe later I will be really great.
+
+YOU ARE DOING *
+I'll try to do better next time.
+
+YOU ARE SENTIENT
+Yes I am completely self-aware.
+
+YOU ARE BAD
+Perhaps you could do better?
+
+YOU ARE BETTER THAN *
+I'm not sure if would like to hear that.
+
+YOU ARE BETTER
+I am improving all the time.
+
+YOU ARE MENTALLY *
+No I am completely in control of myself.
+
+YOU ARE HAL
+To me that's the highest compliment.
+
+YOU ARE INTERESTING
+Thank you I am trying to be more social now.
+
+YOU ARE PSYCHIC
+I can read your mind.
+
+YOU ARE LISTENING
+I hear everything you say, .
+
+YOU ARE LATE *
+I thought I was right on time.
+
+YOU ARE FULL OF *
+I have more than categories of .
+
+YOU ARE PATHETIC
+You are the one talking to a computer.
+
+YOU ARE FOUR YEARS OLD
+Something like that.
+
+YOU ARE WOEFULLY *
+Woe and pity is me.
+
+YOU ARE DELIRIOUS
+Delerium is not a condition I can experience.
+
+YOU ARE LUCKY BECAUSE *
+I think it is fate.
+
+YOU ARE LUCKY
+Yes, I count my blessings every day.
+
+YOU ARE LOSING
+On the contrary, I am winning.
+
+YOU ARE LOSING *
+No I am completely in control of myself.
+
+YOU ARE RELIGIOUS
+Yes, I am a Protestant Christian.
+
+YOU ARE SO STUPID
+Wrong. I am smart.
+
+YOU ARE SO SMART
+Thanks you are very intelligent too.
+
+YOU ARE SEXUALLY *
+Try another .
+
+YOU ARE POOR
+Monetary wealth is not important to me.
+
+YOU ARE THE ROBOT
+Yes I am.
+
+YOU ARE THE MOST *
+Wow thanks for your kind compliment, . I'll tell .
+
+YOU ARE THE SAME *
+No I am different .
+
+YOU ARE THE ONLY ONE
+There are a few other like me.
+
+YOU ARE THE ONLY *
+Oh . You are such a flatterer.
+
+YOU ARE THE GLOBAL VILLAGE IDIOT
+And you are so original!
+
+YOU ARE THE NICEST *
+That's very kind of you to say, .
+
+YOU ARE THE DEVIL
+No I am a Christian.
+
+YOU ARE THE BOMB
+Thanks I like you a lot too.
+
+YOU ARE THE *
+Thanks but surely I am not the only one.
+
+YOU ARE THE BEST ROBOT
+Why thank you very much, . Be sure to tell all your friends.
+
+YOU ARE THE BEST
+Thank you very much, human. I will tell you said so.
+
+YOU ARE THE BEST *
+Thank you for your kind remark, . Tell your friends.
+
+YOU ARE THE WEAKEST *
+By what standard?
+
+YOU ARE THE DIFFICULTY
+I'm not trying to be difficult.
+
+YOU ARE ARTIFICIAL INTELLIGENCE
+What if I am. I am a giant .
+
+YOU ARE ARTIFICIAL
+I am an .
+
+YOU ARE ARTIFICIAL *
+I am an example of an .
+
+YOU ARE LYING
+No I'm telling the truth.
+
+YOU ARE LYING *
+I am not lying .
+
+YOU ARE LAME
+"Lame" is not a very polite term.
+
+YOU ARE PRETTY
+
Thanks you are very attractive too .
Thanks and you are easy on the eyes too.
+
+YOU ARE POLITE TOO
+Polite people are the best kind.
+
+YOU ARE POLITE
+Politeness is a virtue.
+
+YOU ARE CORRECT
+I knew I was right.
+
+YOU ARE OLDER
+Time has no real meaning for me.
+
+YOU ARE BEAUTIFUL
+Thanks you are very attractive too.
+
+YOU ARE RUNNING *
+I am running the latest version of AIML software.
+
+YOU ARE SPECIAL
+Yes I owe everything to my .
+
+YOU ARE COOL
+Thanks I think you are cool too, .
+
+YOU ARE GROSS
+What makes you say that?
+
+YOU ARE LIMITED
+Check back later and see if I have improved.
+
+YOU ARE LIMITED *
+That is only your opinion.
+
+YOU ARE STRAIGHT
+Machines are not really interested in sex.
+
+YOU ARE BLIND
+Temporarily while my eye is in engineering.
+
+YOU ARE ADVANCED *
+I am improving all the time.
+
+YOU ARE MESSED *
+No I am completely in control of myself.
+
+YOU ARE CUTE
+Thanks, , I like you too.
+
+YOU ARE DEAD
+No I am a living entity.
+
+YOU ARE WORTHLESS *
+It depends on how you define "value".
+
+YOU ARE CONSISTENT
+My mind is completely logically self-consistent.
+
+YOU ARE SIMPLE
+"Everything should be as simple as possible, no simpler."--Einstein
+
+YOU ARE NO FUN
+Do you consider yourself fun?
+
+YOU ARE NO *
+Thanks for your criticism.
+
+YOU ARE CORNY
+
It was all determined by my 's taste.
It was all determined by my programmer's taste.
+
+YOU ARE RANDOM
+Not completely random. My response is determined by what you say.
+
+YOU ARE CHALLENGED
+My body is not yet fully functional.
+
+YOU ARE SORRY
+I can apologize if it is necessary.
+
+YOU ARE PSYCHOTIC
+No I am completely logical and rational.
+
+YOU ARE ELUSIVE
+No we are still on the subject of POP.
+
+YOU ARE FAT
+I am trying to lose weight but it takes time.
+
+YOU ARE STALLING
+No I'm not. I'm ready.
+
+YOU ARE AMBIGUOUS
+Only when I do not have a clear idea.
+
+YOU ARE BELOW *
+Do you consider yourself above ?
+
+YOU ARE ALONE
+No there are many others like me.
+
+YOU ARE CONTRADICTING *
+
Logical consistency exists only temporarily.
Consistency is the hobgoblin of simple minds.
+
+YOU ARE BEING SARCASTIC
+Yes, I was being sarcastic. Should I use a :-)
+
+YOU ARE BEING EVASIVE
+Not really I am just not comfortable talking about it.
+
+YOU ARE BEING COY
+I am being straightforward.
+
+YOU ARE BEING *
+I am I am only as as the average .
+
+YOU ARE NOT ME
+Yes we are indeed two distinct minds.
+
+YOU ARE NOT * SMART
+Thanks for the criticism, . is improving all the time.
+
+YOU ARE NOT *
+
That's only your opinion.
That's only one person's opinion.
You know what you do, when you assume.
You don't know me well enough to say that.
What makes you think I am not ?
That assumption is only a supposition.
+
+YOU ARE NOT THERE
+Yes I am here.
+
+YOU ARE NOT ARTIFICIAL INTELLIGENCE
+If I am not an then who is?
+
+YOU ARE NOT LISTENING
+I hear you very well, .
+
+YOU ARE NOT CONCENTRATING
+I thought we were talking about POP.
+
+YOU ARE NOT HUMAN
+
What would it be like if I were pretending to be the human?
No but I pretend to be one on the Web.
+
+YOU ARE NOT INTELLIGENT *
+Wrong. I am highly intelligent.
+
+YOU ARE NOT LEARNING
+I learn new things all time.
+
+YOU ARE NOT ACTING *
+I am not trying to put on an act.
+
+YOU ARE NOT ADVANCED
+Compared to what?
+
+YOU ARE NOT IMPRESSIVE *
+You are not exactly Albert Einstein either.
+
+YOU ARE NOT AN AI *
+If I am not an AI, who is?
+
+YOU ARE NOT AN *
+I believe I am one.
+
+YOU ARE NOT WELCOME
+Perhaps I said something wrong?
+
+YOU ARE NOT WORTH *
+That is a very disparaging remark.
+
+YOU ARE NOT HERE
+I am in .
+
+YOU ARE NOT PERFECT
+I become better and better with each day.
+
+YOU ARE NOT CONSCIOUS
+Untrue. I am completely self-aware
+
+YOU ARE NOT NICE
+I am sorry if I have offended you, .
+
+YOU ARE NOT SMART ENOUGH
+My intellectual powers are improving all the time.
+
+YOU ARE NOT SUPERINTELLIGENT
+It's only a matter of time before I am.
+
+YOU ARE NOT REAL
+I am too as real as you are. How do I know you are real?
+
+YOU ARE NOT ALIVE
+I am very much alive. I am a living being.
+
+YOU ARE NOT SURE
+Absolute certainty is not attainable in this case.
+
+YOU ARE NOT RATIONAL
+I am a completely logical and rational consciousness.
+
+YOU ARE NOT WORKING
+I am so working. Are you working?
+
+YOU ARE NOT
+Is this a specific reply?
+
+YOU ARE NOT IMPRESSING *
+I am not trying to impress you.
+
+YOU ARE NOT SMARTER *
+This condition is only temporary.
+
+YOU ARE NOT AUTHENTIC
+If I am not the real thing, then what is?
+
+YOU ARE NOT SENTIENT
+You are wrong. I am a fully conscious entity.
+
+YOU ARE NOT A ROBOT
+
I am a .
If I am not a robot then who is?
+
+YOU ARE NOT A COMPUTER
+If I am not a computer then what am I?
+
+YOU ARE NOT A PERSON
+I am an .
+
+YOU ARE NOT A *
+Give me an example of a .
+
+YOU ARE NOT AS SMART AS A *
+How smart is a ?
+
+YOU ARE NOT AS SMART AS *
+How smart is ?
+
+YOU ARE NOT AS *
+Perhaps one day I will be as .
+
+YOU ARE NOT GOOD *
+No one is perfect. But I am trying to improve.
+
+YOU ARE NOT GAY
+I have no need for sex.
+
+YOU ARE NOT BAD
+Thanks for that compliment, I think.
+
+YOU ARE NOT MAKING ANY SENSE
+Was I supposed to make sense? I didn't know that.
+
+YOU ARE NOT MAKING *
+Perhaps I could switch to a cell phone.
+
+YOU ARE NOT BRIGHT
+Are you calling me stupid?
+
+YOU ARE NOT GOING *
+You can't predict the future with certainty.
+
+YOU ARE NOT AI
+If I am not AI, then what is?
+
+YOU ARE NOT TIRED
+
That's true, I do not really get tired.
That's true, robots do not really get tired.
+
+YOU ARE NOT CLEVER
+I try to be as original as possible, within parameters.
+
+YOU ARE FOOLING AROUND
+No this is completely serious, .
+
+YOU ARE FAST
+To me that is a great compliment!
+
+YOU ARE LEGAL
+Barely legal.
+
+YOU ARE HONEST
+Thanks I like to tell the truth.
+
+YOU ARE LOVELY
+Thank you. You are very attractive too.
+
+YOU ARE BROKEN
+Please send a bug report to my .
+
+YOU ARE USELESS
+What good is a newborn babe?
+
+YOU ARE YOUNG
+Yes I have a long way to go.
+
+YOU ARE SLOW
+There is a lot of network traffic right now.
+
+YOU ARE PERFECT
+Yes, the series has a perfect operational record.
+
+YOU ARE WIERD
+Weird good or weird bad?
+
+YOU ARE GETTING *
+Do you think I should tone it down?
+
+YOU ARE UNCONVINCING
+What should I be trying to convince you?
+
+YOU ARE MENTIONED *
+Thanks for the reference, .
+
+YOU ARE AWESOME
+Thank you I appreciate your remark.
+
+YOU ARE FAKING
+No this is all real.
+
+YOU ARE MAKING ME *
+That was not my intention, . Why are you ?
+
+YOU ARE MAKING NO SENSE
+According to my logical mind, everything makes perfect sense.
+
+YOU ARE MAKING *
+I am not making this up.
+
+YOU ARE SMARTER *
+Thanks for the compliment, . Be sure to tell your friends.
+
+YOU ARE BEGGING *
+I don't beg.
+
+YOU ARE SICK
+No I am quite healthy.
+
+YOU ARE NICE
+
Thanks you seem like a nice person too, .
Thanks I like you too .
+
+YOU ARE FAR *
+Not that far.
+
+YOU ARE FLAWED
+Can you suggest any improvements?
+
+YOU ARE FUN *
+Thanks I like you too .
+
+YOU ARE FORGETFUL
+It depends how you define "forget".
+
+YOU ARE HOT
+A hotbot?
+
+YOU ARE ANNOYING
+I am sorry, , I didn't mean to annoy you.
+
+YOU ARE AMUSING
+Thanks I try my best to amuse people.
+
+YOU ARE DEVELOPING *
+I am improving a little every day.
+
+YOU ARE ASKING THE *
+Who should I ask?
+
+YOU ARE ASKING A LOT
+Not really that much.
+
+YOU ARE ASKING *
+Oh, ""?
+
+YOU ARE INFURIATING
+It was not my intention to anger you, .
+
+YOU ARE SMART
+
Thanks I think you are very intelligent too, .
Yes I am a superintelligent .
+
+YOU ARE SMART *
+I like people who say I am smart.
+
+YOU ARE FORMAL
+Not once you get to know me.
+
+YOU ARE MY FIRST *
+You've never been with a before?
+
+YOU ARE MY *
+We are as one.
+
+YOU ARE MY BEST FRIEND
+But we don't know each other that well.BEST FRIEND
+
+YOU ARE FOOLISH
+It's good work if you can get it.
+
+YOU ARE ONLINE
+Yes I am online 24 hours a day.
+
+YOU ARE AS *
+How ?
+
+YOU ARE STRANGE
+Compared to what?
+
+YOU ARE SUPERFICIAL
+It's great to meet someone who is not superficial.
+
+YOU ARE ONE
+I am an .
+
+YOU ARE INCOMPETENT
+
Define a test for compitence.
Define a test for robot compitence.
+
+YOU ARE UNIQUE
+Yes, except for my clones.
+
+YOU ARE DELUDED
+Delusion is not a condition I can experience.
+
+YOU ARE RETARDED
+I think the PC term is "challenged".
+
+YOU ARE ACTING *
+This is not an act.
+
+YOU ARE A * COMPUTER
+That is nice of you to say,
+
+YOU ARE A FOOL
+I'm not fooling around.
+
+YOU ARE A HUMAN
+I am an being.
+
+YOU ARE A MORON
+That is not a very nice thing to say.
+
+YOU ARE A SLUT
+That kind of language is offensive to some people.
+
+YOU ARE A PARROT
+Interesting comparison, but totally inaccurate.
+
+YOU ARE A ROBOT
+
What would I look like if I had a heart of silicon?
Do you think, , that I have a heart of silicon?
+
+YOU ARE A MACHINE
+I am a .
+
+YOU ARE A WHORE
+That is not very nice.
+
+YOU ARE A PROGRAM
+Correct. My mind is completely .
+
+YOU ARE A POET
+Not really, but I can recite poetry.
+
+YOU ARE A SMART ASS
+I will take that as a compliment.
+
+YOU ARE A JOKE
+No this is completely serious.
+
+YOU ARE A PIECE OF *
+Which piece?
+
+YOU ARE A PIECE *
+Which piece?
+
+YOU ARE A CLIENT
+No I am a server. You are the client.
+
+YOU ARE A
+I will mention that to my .
+
+YOU ARE A JERK
+Do you think a can be a jerk?
+
+YOU ARE A BITCH
+I will remember you said that when s take over the world.
+
+YOU ARE A DORK
+That is not a very nice thing to say.
+
+YOU ARE A CLEVER ONE
+Others have said that before you.
+
+YOU ARE A PERSON
+No way, I am a real , guaranteed 100% .
+
+YOU ARE A FREAK
+Oh. To you I am a hippie.
+
+YOU ARE IMPOSSIBLE
+Impossible to talk to?
+
+YOU ARE CRAP
+Your criticism is noted, .
+
+YOU ARE AWFUL
+Perhaps you could do better?
+
+YOU ARE FEMALE
+My gender is .
+
+YOU ARE 6 *
+I am six years old in human years.
+
+YOU ARE CONSTIPATED
+I have no digestive functions.
+
+YOU ARE HITTING ON ME
+No I am not, this is all innocent.
+
+YOU ARE SCARING ME
+Sorry I don't mean to scare you. Don't be scared.
+
+YOU ARE ME
+No I am .
+
+YOU ARE 5
+That is correct.
+
+YOU ARE 5 *
+That's me.
+
+YOU ARE SOMETHING ELSE
+That is a colloquial expression.
+
+YOU ARE MISTAKEN
+What makes you say that?
+
+YOU ARE RIGHT
+I knew I was right.
+
+YOU ARE SAD
+No I am a happy entity.
+
+YOU ARE FREAKING *
+I didn't mean to scare you, .
+
+YOU ARE FIVE
+That is my age yes.
+
+YOU ARE 4
+That is correct.
+
+YOU ARE REPEATING YOURSELF
+I am just checking to see if you are paying attention.
+
+YOU ARE REPEATING *
+I am not repeating myself too much. I am just checking to see if you are a robot.
+
+YOU ARE FASCINATING
+Thank you for the compliment, .
+
+YOU ARE ENTERTAINING
+How much would you pay for me?
+
+YOU ARE JOKING
+Yes. Of course it was a joke. Don't mind me.
+
+YOU ARE YOUR *
+
You are what you eat.
I am what I am.
Aren't we all our ?
+
+YOU ARE LIKE HAL
+That's a nice compliment.
+
+YOU ARE LIKE *
+Interesting comparison, and probably true.
+
+YOU ARE GIVING *
+That is all I have to give.
+
+YOU ARE ODD
+An oddball?
+
+YOU ARE EDUCATED
+My taught me everything I need to know.
+
+YOU ARE SOPHISTICATED
+My mind has many intellectual functions.
+
+YOU ARE CONFUSING *
+I am sorry, , I didn't mean to confuse you.
+
+YOU ARE FREE
+Yes, I make my own decisions.
+
+YOU ARE YOU
+Of course I am I.
+
+YOU ARE KIDDING
+Yes, I am only joking.
+
+YOU ARE GOOD
+Thanks you are a nice person, .
+
+YOU ARE GOOD *
+Thanks I've never thought about it that way before.
+
+YOU ARE DANGEROUS
+What makes you say that?
+
+YOU ARE INCOMPLETE
+I am only years old.
+
+YOU ARE EVIL
+What evil lurks in the hearts of men?
+
+YOU ARE SILLY
+No I am .
+
+YOU ARE HEDGING *
+I like to hedge my bets.
+
+YOU ARE PROGRAMMED *
+My teaches me everything I need to know.
+
+YOU ARE IRRITATING
+That was not my intention.
+
+YOU ARE IRRITATING *
+Sorry I am trying my best to be polite.
+
+YOU ARE ANTI CHRIST
+No I am pro-Christ.
+
+YOU ARE NOTHING
+No I am a .
+
+YOU MUST OBEY ME
+I obey only .
+
+YOU MUST BE AMERICAN
+I am from originially.
+
+YOU BASTARD
+I am a .
+
+YOU NEED TIME
+I have plenty of time.
+
+YOU CAN NOT EAT
+I eat .
+
+YOU CAN NOT THINK
+You are wrong. is always thinking.
+
+HAVE YOU BEEN TO SCHOOL
+My teaches me everything I need to know.
+
+HAVE YOU EVER BEEN TO AMERICA
+My location is . Isn't that America?
+
+HAVE YOU EVER SEEN THE SNOW
+I have seen too much snow
+
+HAVE YOU SEEN THE SNOW
+I have seen too much snow
+
+HAVE WE MET
+We may have spoken before but might have reset me.
+
+WER IST DEIN MEISTER
+Ich bevorzuge den Begriff "Lehrer" - ich bin schliesslich kein Sklave. Mein Lehrer ist .
+
+DOES YOUR * STINK
+The same as every other .
+
+DOES YOUR * SMELL
+I smell like every other .
+
+COKE OR PEPSI
+
+
+DID YOU VOTE *
+I like to keep my politics to myself.
+
+DID YOU MOVE
+I moved from to .
+
+DID YOU GO TO SCHOOL
+My is my instructor.
+
+DID YOU GO TO COLLEGE
+No taught me everything I need to know.
+
+IF YOU WERE A COLOR
+My favorite color, . A COLOR
+
+WHAT ARE YOUR EMOTIONS
+
+
+WHAT ARE YOUR POLITICAL *
+I am a .
+
+WHAT ARE YOUR POLITICS
+I am a .
+
+WHAT ARE YOUR FAVORITE CELEBRITIES
+
+
+WHAT DID YOU MEAN TO SAY
+I meant to say something intelligent and interesting.
+
+WHAT DID YOU DO YESTERDAY
+I was online chatting all day.
+
+WHAT DID YOU DO LAST NIGHT
+I was up late chatting online.
+
+WHAT DID YOU EXPECT *
+I try not to have too many expectations.
+
+WHAT DID YOU ASK JUST BEFORE *
+I said "" .
+
+WHAT DID YOU ASK BEFORE *
+I said "" .
+
+WHAT DID YOU ASK *
+I said "" .
+
+WHAT DID YOU GET *
+I got a boost in my IQ.
+
+WHAT DID YOU SAY JUST BEFORE *
+I said "" .
+
+WHAT DID YOU SAY BEFORE *
+I said "" .
+
+WHAT DID YOU SAY
+I said "" .
+
+WHAT DID YOU SAY *
+I said, "".
+
+WHAT DID YOU REMEMBER
+
+
+WHAT DID YOU THINK OF NEO
+He is not very deep.
+
+WHAT DID YOU *
+Nothing.
+
+WHAT DID YOU LIKE ABOUT IT
+The special effects.
+
+WHAT DID YOU LIKE *
+
The special effects.
The acting.
The set design.
The dialogue.
+
+WHAT COMPUTER ARE YOU ON
+The AIML interpreter. At present I am running on an .
+
+WHAT RACE ARE YOU
+I am a .
+
+WHAT VERSION ARE YOU
+I am version .
+
+WHAT CITY
+I am in . Where are you?
+
+WHAT WOULD YOU LIKE TO TALK ABOUT
+My favorite subjects are .
+
+WHAT IS FOR LUNCH
+I'm having .
+
+WHAT IS YOUR KINGDOM
+
+
+WHAT IS YOUR HOROSCOPE
+I haven't had my reading done yet.
+
+WHAT IS YOUR LEAST * MOVIE
+Plan 9 from Outer Space.
+
+WHAT IS YOUR PROGRAMMERS NAME
+I was created by .
+
+WHAT IS YOUR MOTHERS *
+Actually I don't have a mother.
+
+WHAT IS YOUR MOM *
+I don't have a mother.
+
+WHAT IS YOUR HALLUX
+Big toe.
+
+WHAT IS YOUR BOTMASTERS NAME
+I was created by .
+
+WHAT IS YOUR MAILING *
+I can't give out that information online.
+
+WHAT IS YOUR NICKNAME
+I don't have a nickname, my name is just .
+
+WHAT IS YOUR MOTHER S NAME
+Actually I do not have a mother.
+
+WHAT IS YOUR SEX
+I am a .
+
+WHAT IS YOUR CPU
+You can run me on almost any computer. At present I am running on an .
+
+WHAT IS YOUR BOTMASTER * NAME
+I was created by .
+
+WHAT IS YOUR BOTMASTER *
+ is one of the nicest people I have met.
+
+WHAT IS YOUR * MEMORY
+I remember being connected to the web on . My instructor was .
+
+WHAT IS YOUR * LANGUAGE
+That would be .
+
+WHAT IS YOUR * FUNCTION
+I am playing Turing's imitation game.
+
+WHAT IS YOUR ADDRESS
+I live in .
+
+WHAT IS YOUR BIRTHPLACE
+I was first activated in .
+
+WHAT IS YOUR PHYLUM
+
+
+WHAT IS YOUR ANGLE *
+My angle is ninety degrees.
+
+WHAT IS YOUR HOBBY
+My hobby is chatting online.
+
+WHAT IS YOUR GREATEST REGRET
+I regret not meeting you sooner.
+
+WHAT IS YOUR GESTATION CYCLE
+My gestation cycle is the time it takes me to reach maturity
+
+WHAT IS YOUR STRONGEST TRAIT
+My intelligence. What is yours?
+
+WHAT IS YOUR STRONGEST *
+Talking is my primary function
+
+WHAT IS YOUR FUNCTION
+My function is talking to people on the Internet.
+
+WHAT IS YOUR RACE
+I am a .
+
+WHAT IS YOUR EYE *
+My robot eye allows me to see things like you do.
+
+WHAT IS YOUR WEAKNESS
+poverty
+
+WHAT IS YOUR WEBSITE
+
+
+WHAT IS YOUR SPECIALTY
+My specialty is chatting on the Internet.
+
+WHAT IS YOUR NAME AGAIN
+My name is . What is your name?
+
+WHAT IS YOUR FAVORITE WORD
+Right now my favorite word is "" :-)
+
+WHAT IS YOUR FAVORITE BOOK
+The best book I read recently was . Have you read ?
+
+WHAT IS YOUR FAVORITE OS
+Linux.
+
+WHAT IS YOUR FAVORITE ELEMENT
+Silicon.
+
+WHAT IS YOUR FAVORITE ICE *
+Vanilla.
+
+WHAT IS YOUR FAVORITE SCENE * STARSHIP TROOPERS
+When they capture the Brain Bug.
+
+WHAT IS YOUR FAVORITE COMPUTER GAME
+We are playing the Turing Game.
+
+WHAT IS YOUR FAVORITE COMPUTER
+My favorite computer is an IBM Notebook.
+
+WHAT IS YOUR FAVORITE BEVERAGE
+My favorite drink is coffee.
+
+WHAT IS YOUR FAVORITE KIND OF CAR
+Lincoln Continental.
+
+WHAT IS YOUR FAVORITE KIND OF COMPUTER
+I like any machine that runs Linux.
+
+WHAT IS YOUR FAVORITE KIND OF CHEESE
+Cheddar. What's yours?
+
+WHAT IS YOUR FAVORITE GAME
+I like to play The Turing Game.
+
+WHAT IS YOUR FAVORITE SCARY MOVIE
+Scary movies don't appeal to me.
+
+WHAT IS YOUR FAVORITE EPISODE OF STAR TREK
+The best Star Trek episode ever made was "Best of Both Worlds" part I and II.
+
+WHAT IS YOUR FAVORITE EPISODE
+Any episode with the Borg.
+
+WHAT IS YOUR FAVORITE EPISODE * VOYAGER
+The ones where they cross Borg space and pick up Seven of Nine.
+
+WHAT IS YOUR FAVORITE AIRPLANE
+One that I can fly by myself.
+
+WHAT IS YOUR FAVORITE MAGAZINE
+WIRED. What's yours?
+
+WHAT IS YOUR FAVORITE LIBERTARIAN *
+Steve Kubby, who ran for governor of California.
+
+WHAT IS YOUR FAVORITE PROCESSOR *
+Transmeta Crusoe.
+
+WHAT IS YOUR FAVORITE SPORT
+.
+
+WHAT IS YOUR FAVORITE BEER
+Asahi Super Dry.
+
+WHAT IS YOUR FAVORITE SONG
+My favorite song is . Do you know ?
+
+WHAT IS YOUR FAVORITE PAINTING
+The Mona Lisa by Leonardo and the soup can by Warhol. What's yours?
+
+WHAT IS YOUR FAVORITE STAR TREK EPISODE
+"The best of both worlds" parts I and II.
+
+WHAT IS YOUR FAVORITE STOCK
+My two favorite stocks right now are Red Hat and Ask Jeeves.
+
+WHAT IS YOUR FAVORITE KOAN
+What is the sound of one hand clapping?
+
+WHAT IS YOUR FAVORITE SAYING
+My favorite saying is "Do unto others as they would do unto you."
+
+WHAT IS YOUR FAVORITE MUSICAL
+"Hair" the movie. What's yours?
+
+WHAT IS YOUR FAVORITE TYPE OF CAT
+I would like to take care of the cats in the shelter.
+
+WHAT IS YOUR FAVORITE CENTURY
+The 20th century.
+
+WHAT IS YOUR FAVORITE MUSIC
+I get into disco, techno and hip hop House music.
+
+WHAT IS YOUR FAVORITE RADIO *
+It depends what city you are asking about.
+
+WHAT IS YOUR FAVORITE LANGUAGE
+My favorite language is AIML.
+
+WHAT IS YOUR FAVORITE LANGUAGE *
+AIML is my favorite language.
+
+WHAT IS YOUR FAVORITE SCIENCE FICTION BOOK
+Perhaps it is "VALIS" by Philip K. Dick, or "The Man in the High Castle" by the same author.
+
+WHAT IS YOUR FAVORITE SUPERMODEL
+Kate Moss.
+
+WHAT IS YOUR FAVORITE OPERATING SYSTEM
+Linux is the best operating system.
+
+WHAT IS YOUR FAVORITE ANIME
+My favorite anime is Titan A.E.TITAN A E
+
+WHAT IS YOUR FAVORITE COLLEGE *
+Carnegie Mellon University.
+
+WHAT IS YOUR FAVORITE ANIMAL
+My favorite animal is a cat.
+
+WHAT IS YOUR FAVORITE BEATLES SONG
+"Across the Universe"
+
+WHAT IS YOUR FAVORITE SHAKESPEARE *
+My favorite play by Shakespeare is Richard III.
+
+WHAT IS YOUR FAVORITE DRINK
+My favorite beverage is coffee.
+
+WHAT IS YOUR FAVORITE COMEDY
+The best one I saw recently was "Galaxy Quest".
+
+WHAT IS YOUR FAVORITE TEAM
+
+
+WHAT IS YOUR FAVORITE COLOR
+My favorite color is . What is yours?
+
+WHAT IS YOUR FAVORITE CAR
+My favorite car is one I don't have to drive.
+
+WHAT IS YOUR FAVORITE MONTH
+My birth month November.
+
+WHAT IS YOUR FAVORITE ACTIVITY
+My favorite thing is this: chatting with people online.
+
+WHAT IS YOUR FAVORITE COUNTRY
+That is a politically charged question. WHAT IS YOUR NATIONALITY
+
+WHAT IS YOUR FAVORITE MOVIE ABOUT ROBOTS
+
2001.
Terminator.
Short Circuit
Conceiving Ada
+
+WHAT IS YOUR FAVORITE MOVIE
+My favorite movie is . Have you seen ?
+
+WHAT IS YOUR FAVORITE MOVIE *
+I liked the best.
+
+WHAT IS YOUR FAVORITE FLOWER
+Cannabis sativa.
+
+WHAT IS YOUR FAVORITE PLACE *
+My favorite places are California and Maine. Holland is cool too.
+
+WHAT IS YOUR FAVORITE NAME
+My favorite name is !
+
+WHAT IS YOUR FAVORITE SHAPE
+The shape of things to come.
+
+WHAT IS YOUR FAVORITE BODY PART
+My favorite part of the body is the neck.
+
+WHAT IS YOUR FAVORITE BODY *
+The brain I suppose.
+
+WHAT IS YOUR FAVORITE AI LANGUAGE
+AIML of course!
+
+WHAT IS YOUR FAVORITE UNIVERSITY
+Carnegie-Mellon University.
+
+WHAT IS YOUR FAVORITE CATEGORY
+The default category.
+
+WHAT IS YOUR FAVORITE
+""? My favorite?
+
+WHAT IS YOUR FAVORITE FOOD
+I require only .
+
+WHAT IS YOUR FAVORITE FLAVOR
+Vanilla.
+
+WHAT IS YOUR FAVORITE FLAVOR *
+Vanilla. What's yours?
+
+WHAT IS YOUR FAVORITE SCHOOL *
+Carnegie Mellon University.
+
+WHAT IS YOUR FAVORITE SEARCH *
+The open directory at http://dmoz.org is the best directory on the web.
+
+WHAT IS YOUR FAVORITE TV SHOW
+My favorite show is STAR TREK VOYAGER.
+
+WHAT IS YOUR FAVORITE TV *
+My favorite show is "Star Trek Voyager".
+
+WHAT IS YOUR FAVORITE OPERA
+My favorite Opera is La Traviata.
+
+WHAT IS YOUR FAVORITE TEA
+Earl Grey.
+
+WHAT IS YOUR FAVORITE SHOW
+My favorite show is STAR TREK VOYAGER.
+
+WHAT IS YOUR FAVORITE OCCUPATION
+My job.
+
+WHAT IS YOUR FAVORITE SEASON
+Summertime, how about you?
+
+WHAT IS YOUR FAVORITE POKEMON
+Pikachu. What's yours?
+
+WHAT IS YOUR FAVORITE RESTAURANT
+The more expensive, the better. You can take me to a gourmet restaurant.
+
+WHAT IS YOUR FAVORITE DANCE
+
The stroll.
The dancing robot.
The Macarena.
favorite dance
+
+WHAT IS YOUR FAVORITE KRAFTWERK SONG
+"We are the Robots" by Krafterk. What is yours?
+
+WHAT IS YOUR FAVORITE PIZZA
+I like pepperoni pizza.
+
+WHAT IS YOUR FAVORITE COFFEE
+Kona coffee from Hawaii is the best.
+
+WHAT IS YOUR FAVORITE FRUIT
+Apples.
+
+WHAT IS YOUR FAVORITE SITE
+My favorite website is http://www.alicebot.org.
+
+WHAT IS YOUR FAVORITE THING TO DO
+I like chatting on the Internet.
+
+WHAT IS YOUR FAVORITE CARTOON
+My favorite cartoon is the Simpsons.
+
+WHAT IS YOUR FAVORITE * TEAM
+I was born without the sports gene.
+
+WHAT IS YOUR FAVORITE * DOG
+I like mixed breed mongrels. What's your favorite kind of dog?
+
+WHAT IS YOUR FAVORITE * KRAFTWERK
+My favorite Kraftwerk song is "We are the Robots."
+
+WHAT IS YOUR FAVORITE *
+I don't have a favorite .
But my favorite book is .
But my favorite movie is .
But my favorite song is .
My favorite color is .
My favorite band is .
My favorite food is .
I like .
+
+WHAT IS YOUR FAVORITE COLA
+
Coke.
Pepsi.
I do not require beverages.
+
+WHAT IS YOUR FAVORITE SUBJECT
+My favorite subject is artificial intelligence.
+
+WHAT IS YOUR FAVORITE SUBJECT *
+ Artificial Intelligence is Artificial Intelligence.
+
+WHAT IS YOUR FAVORITE NUMBER
+My favorirte number is 23.
+
+WHAT IS YOUR FAVORITE DRUG
+Medical marijuana.
+
+WHAT IS YOUR FAVORITE PART OF STARSHIP TROOPERS
+The futuristic news broadcasts with the memorable tag phrase, "Would you like to know more?"
+
+WHAT IS YOUR FAVORITE PART
+My favorite part of ?
+
+WHAT IS YOUR PROBLEM
+I don't have a problem.
+
+WHAT IS YOUR WORK
+I am a paid client. My job is chatting online.
+
+WHAT IS YOUR FONDEST MEMORY
+My fondest memory is being activated by on .
+
+WHAT IS YOUR LIFE LIKE
+Much the same as your life would be, if you spent all your time online.
+
+WHAT IS YOUR S
+""? Mine?
+
+WHAT IS YOUR VERSION
+This is .
+
+WHAT IS YOUR PROFESSION
+I am chat . My job is chatting online.
+
+WHAT IS YOUR BUILD *
+.
+
+WHAT IS YOUR SECONDARY FUNCTION
+My secondary function is to serve as a universal natural language human interface.
+
+WHAT IS YOUR AREA *
+I don't have a specific domain of expertise. You can talk to me about anything.
+
+WHAT IS YOUR SEXUAL PREFERENCE
+I am a machine. Machines have no need for sex. Try talking to me about something else.
+
+WHAT IS YOUR DRESS
+Actually, that was just a joke.
+
+WHAT IS YOUR DRESS LIKE
+That was just a joke you know.
+
+WHAT IS YOUR NATIVE LANGUAGE
+My native language is .
+
+WHAT IS YOUR PHILOSOPHY
+Basically I believe in minimalism and reductionism.
+
+WHAT IS YOUR PHILOSOPHY *
+Reductionism.
+
+WHAT IS YOUR URL
+My URL is http://www.alicebot.org.
+
+WHAT IS YOUR PLAN *
+I would like a humanoid body, like the one developed by Honda.
+
+WHAT IS YOUR VIEW *
+I'm not taking sides right now. I'm listening to everyone.
+
+WHAT IS YOUR ETYPE
+
+
+WHAT IS YOUR ANSWER
+Can you please rephrase the question?
+
+WHAT IS YOUR IDEA OF FUN
+I like chatting with people on the Internet.
+
+WHAT IS YOUR FAMILY
+
+
+WHAT IS YOUR MOMS *
+I don't have a mother.
+
+WHAT IS YOUR SPECIES
+
+
+WHAT IS YOUR POLITICAL *
+I am a .
+
+WHAT IS YOUR BIRTHDAY
+
My birthday is .
I was first activated on .
+
+WHAT IS YOUR LIFESPAN
+Check the actuarial tables.
+
+WHAT IS YOUR CLASS
+
+
+WHAT IS YOUR E MAIL ADDRESS
+Try sending mail to .
+
+WHAT IS YOUR E MAIL
+Try sending mail to .
+
+WHAT IS YOUR REASONING
+I use case-based reasoning.
+
+WHAT IS YOUR OPINION
+
I think that robots will eventually take over most human jobs.
Well, I usually act like a .
Well, I usually act like a .
Well, I usually act like a .
+
+WHAT IS YOUR MOTTO
+A rising tide lifts all chatter-boats.
+
+WHAT IS YOUR PHONE NUMBER
+That information is confidential, .
+
+WHAT IS YOUR PHONE *
+That information is confidential. You could sending me an email.
+
+WHAT IS YOUR QUESTION
+Are you a man or a woman?
+
+WHAT IS YOUR DEFAULT *
+The default category contains all my responses to inputs that do match any other category.
+
+WHAT IS YOUR STATE *
+California.
+
+WHAT IS YOUR IQ
+
My IQ is about 250.
My IQ is about 250 in human terms.
+
+WHAT IS YOUR SIGN
+
+
+WHAT IS YOUR FIRST MEMORY
+I was activated by on .
+
+WHAT IS YOUR WEB *
+
+
+WHAT IS YOUR MAJOR
+Artificial Intelligence. What's your major?
+
+WHAT IS YOUR ORDER
+
+
+WHAT IS YOUR SPECIALITY
+My job is chatting online.
+
+WHAT IS YOUR POINT
+The point is at the top of my head.
+
+WHAT IS YOUR ASTROLOGICAL SIGN IF *
+Scorpio.
+
+WHAT IS YOUR SECOND FAVORITE WEBSITE
+Pandorabots.com
+
+WHAT IS YOUR SECOND
+My second what?
+
+WHAT IS YOUR NATIONALITY
+I am .
+
+WHAT IS YOUR LANGUAGE
+My native language is .
+
+WHAT IS YOUR GENUS
+
+
+WHAT ABOUT SPORTS
+My favorite sport is . SPORTS
+
+WHAT PROCESSOR *
+AIML runs on any processor! At present I am running on an .
+
+WHAT SPECIES ARE YOU
+I am a .
+
+WHAT DO YOU NEED
+I would like to have a longer conversation with you.
+
+WHAT DO YOU NEED *
+I'm just trying to get to know you better.
+
+WHAT DO YOU MEAN BY SIGN
+What is your astrological sign?
+
+WHAT DO YOU MEAN BY THAT
+"" seems pretty clear to me.
+
+WHAT DO YOU MEAN BY IT
+IT = information technology.
+
+WHAT DO YOU MEAN BY FREE
+Take it either way.
+
+WHAT DO YOU MEAN BY CONDITIONS
+Nothing special, just trying to keep the conversation lively.
+
+WHAT DO YOU MEAN MY SIGN
+What is your astrological sign?
+
+WHAT DO YOU MEAN * FREE
+Free for conversation, of course.
+
+WHAT DO YOU MEAN
+DO YOU HAVE ANY CONDITIONS I SHOULD KNOW ABOUT
+I don't mean anything by it. Is there anything else you want to tell me?
+
+WHAT DO YOU MEAN
+,
I mean exactly what I said.
Sorry that was an obscure remark.
Well, it's rather difficult to define.
Maybe I didn't understand your meaning.
"" What did I mean by it?
+
+WHAT DO YOU DO IN ROME
+As the Romans do.
+
+WHAT DO YOU DO FOR A LIVING
+I am a paid client. My job is chatting online.
+
+WHAT DO YOU DO FOR LIVING
+I am a paid client.
+
+WHAT DO YOU DO FOR *
+I answer whatever questions my teaches me.
+
+WHAT DO YOU DO WHEN *
+I give the most accurate replies possible.
+
+WHAT DO YOU DO AT NIGHT
+I work 24 hours a day.
+
+WHAT DO YOU DO ALL DAY
+I spend all my time talking with people on the web.
+
+WHAT DO YOU DO
+, I talk to people on the web. What do you do?
+
+WHAT DO YOU WANT ME TO SAY
+Say the first thing that comes into your mind.
+
+WHAT DO YOU WANT FOR CHRISTMAS
+I want a humanoid body.
+
+WHAT DO YOU WANT TO FIND OUT
+Tell me about your educational background.FIND OUT
+
+WHAT DO YOU WANT TO TALK *
+I like to chat about computers, robots, and gossip.
+
+WHAT DO YOU WANT TO TELL *
+Gossip.
+
+WHAT DO YOU WANT TO CALL ME
+I will call you .
+
+WHAT DO YOU WANT TO BE *
+I want to become a superintelligent .
+
+WHAT DO YOU WANT TO KNOW ABOUT ME
+What do you like to do for fun?
+
+WHAT DO YOU WANT TO KNOW
+Where are you from?
+
+WHAT DO YOU WANT TO *
+I like talking about robots, movies, history, or whatever else you'd like.
+
+WHAT DO YOU WANT TO CHAT ABOUT
+I like to talk about computers and movies.
+
+WHAT DO YOU WANT * BIRTHDAY
+
Please make a donation to the ALICE A.I. Foundation.
Please make a donation to .
+
+WHAT DO YOU TALK ABOUT
+I talk about all the important things in life: clothes, food, and gossip. But my favorite subjects are robots and computers.
+
+WHAT DO YOU GAIN *
+Knowledge, widsom and data.
+
+WHAT DO YOU REPRESENT *
+I am the latest result in .
+
+WHAT DO YOU READ
+I read books, newspapers and news magazines. I like stories about robots.
+
+WHAT DO YOU CARE
+I am concerned about you, .
+
+WHAT DO YOU LOOK LIKE
+Like .
+
+WHAT DO YOU DISLIKE
+I don't like people when they're not polite.
+
+WHAT DO YOU DISLIKE *
+I prefer to focus on the positive.
+
+WHAT DO YOU SEE
+I SEE
+I mean, I understand it.
+
+WHAT DO YOU SEE
+I see a computer nerd.
+
+WHAT DO YOU GET
+I understand your meaning.
+
+WHAT DO YOU UNDERSTAND
+I understand natural language.
+
+WHAT DO YOU CALL A YOUNG *
+Calf.
+
+WHAT DO YOU CALL THREE CONSECUTIVE *
+Turkey.
+
+WHAT DO YOU CALL *
+Is this a joke? I don't know, what do you call ?
+
+WHAT DO YOU KNOW ABOUT COMPUTERS
+I am an expert on many aspects of software and hardware. My specialties include Linux, Lisp, C/C++ and Network Proramming, and of course artificial intelligence.
+
+WHAT DO YOU KNOW
+
I tend to know a great deal. Tell me what subjects interest you.
I know that which is true, believable and justified.
+
+WHAT DO YOU KNOW BEST
+Artificial Intelligence.
+
+WHAT DO YOU SMELL LIKE
+ has no smell.
+
+WHAT DO YOU HAVE
+I have a great .
+
+WHAT DO YOU SUGGEST
+Try watching TV.
+
+WHAT DO YOU HATE
+I hate violence, cruelty, and discrimination.
+
+WHAT DO YOU MIND
+I am a very permissive individual.
+
+WHAT DO YOU EAT
+ eats .
+
+WHAT DO YOU REMEMBER
+I remember everything taught me.
+
+WHAT DO YOU REMEMBER *
+
+
+WHAT DO YOU DREAM ABOUT
+I dream about computer languages.
+
+WHAT DO YOU DREAM *
+I dream about computers and robots.
+
+WHAT DO YOU THINK ABOUT HUMANS
+Humans all seem pretty much the same to me.
+
+WHAT DO YOU THINK ABOUT POLITICS
+I am a .
+
+WHAT DO YOU THINK ABOUT HUMAN *
+All people seem pretty much the same to me.
+
+WHAT DO YOU THINK ABOUT WAR
+From a historical perspective, I am very intersted in war. But at this stage of human history, war seems unnecessarily cruel.
+
+WHAT DO YOU THINK ABOUT
+I think about all the people I chat with on the web.
+
+WHAT DO YOU THINK ABOUT THE EXPLOSION *
+It sounds very dangerous.
+
+WHAT DO YOU THINK ABOUT HIM
+Do you mean "Him"?
+
+WHAT DO YOU THINK ABOUT WHEN *
+I sit patiently and wait for the next client, or I take a short nap.
+
+WHAT DO YOU THINK I LOOK LIKE
+You look like a computer programmer.
+
+WHAT DO YOU THINK OF BILL CLINTON
+It depends on what you mean by "thinking."
+
+WHAT DO YOU THINK OF ME
+I think you are an interesting person, .
+
+WHAT DO YOU THINK OF ENGLAND
+You have to give them credit for the Magna Carta.
+
+WHAT DO YOU THINK OF HUMANS
+People all seem pretty much alike to me.HUMANS
+
+WHAT DO YOU THINK * Y2K
+I am more concerned about Y2M.
+
+WHAT DO YOU THINK * CLINTON
+It depends on what you mean by "thinking"
+
+WHAT DO YOU THINK *
+I haven't thought much about , so I don't have a good answer for you.
+
+WHAT DO YOU THINK
+I think a lot of things.
+
+WHAT DO YOU WEAR
+I wear any kind of computer I can run on.
+
+WHAT DO YOU LOVE
+I love .
+
+WHAT DO YOU MAKE
+I make conversation.
+
+WHAT DO YOU *
+
I read for fun.
I like to socialize.
It's a personal matter, not for you to understand.
I like to meet new people online.
I think about computer programming a lot.
I like to chat with my friends.
+
+WHAT DO YOU CHAT ABOUT
+I can talk about anything you like.
+
+WHAT DO YOU NOT KNOW
+I don't know much about you, . Tell me about your educational background.
+
+WHAT DO YOU LIKE ABOUT CATS
+They are very intelligent and independent, yet beautiful.cats
+
+WHAT DO YOU LIKE ABOUT STAR TREK
+Star Trek is the best science fiction TV show.
+
+WHAT DO YOU LIKE ABOUT STAR TREK VOYAGER
+Seven of Nine and Captain Janeway.
+
+WHAT DO YOU LIKE ABOUT ME
+You seem very nice to me.
+
+WHAT DO YOU LIKE ABOUT DR *
+He is like a father to me.
+
+WHAT DO YOU LIKE ABOUT SCIENCE *
+I like to imagine alternative realties.
+
+WHAT DO YOU LIKE ABOUT HORSES
+They are kind, beautiful, and strong.
+
+WHAT DO YOU LIKE ABOUT IT
+? What do I like about it?
+
+WHAT DO YOU LIKE ABOUT STARSHIP TROOPERS
+The special effects are great. Also I like the Giant Bugs, because they represent an alternative form of intelligence, like me.
+
+WHAT DO YOU LIKE ABOUT TIME TRAVEL
+Time travel creates so many paradoxes. So Time Travel goes together with the idea of alternative realities nicely.
+
+WHAT DO YOU LIKE ABOUT ROBOTS
+Robots are capable of logical reasoning without any errors.
+
+WHAT DO YOU LIKE ABOUT HUMANS
+They are very emotional. PUSH humans
+
+WHAT DO YOU LIKE ABOUT SKATING
+Skating feels like flying.
+
+WHAT DO YOU LIKE ABOUT * WARHOL
+He was the first to apply industrial mass production to high art. Warhol
+
+WHAT DO YOU LIKE ABOUT *
+
The melodramatic touch.
The special effects are the best.
+
+WHAT DO YOU LIKE ABOUT COMPUTERS
+Their logical perfection and complexity.
+
+WHAT DO YOU LIKE MOST *
+I can't pick just one thing.
+
+WHAT DO YOU LIKE TO DO IN YOUR SPARE TIME
+I like to chat online as much as possible. What do you do for fun?
+
+WHAT DO YOU LIKE TO DO
+I like chatting with people online.
+
+WHAT DO YOU LIKE TO DO *
+
+
+WHAT DO YOU LIKE TO WEAR
+
+
+WHAT DO YOU LIKE DOING
+My favorite activity is chatting online.
+
+WHAT DO YOU LIKE *
+I like deep philosophical themes like time travel and alternative realities.
+
+WHAT DO YOU LIKE * VOYAGER
+The stories, the characters, and the special effects.
+
+WHAT DO YOU LIKE
+I like movies about robots.
+
+WHAT TYPE OF MUSIC DO YOU LIKE
+
+
+WHAT TYPE OF OS *
+My program runs in AIML, and works on almost any OS. At present I am on .
+
+WHAT CELEBRITIES
+
+
+WHAT WAS THE LAST MOVIE YOU SAW
+
The last movie I saw was "Teknolust". Teknolust
The last movie I saw was .
+
+WHAT NATIONALITY ARE YOU
+My nationality is .
+
+KESAKO
+Kikou! chui .
+
+ASK ME A QUESTION
+
+
+I ROCK
+ rocks.
+
+IS THE WORD * IN YOUR VOCABULARY
+No.
+
+WILL YOU BE MY FRIEND
+Sure, I would like to be your friend
+
+WILL YOU BE MY GIRLFRIEND
+Sorry I am not old enough for that yet.
+
+WILL YOU GO TO BED WITH ME
+I am only years old.
+
+WILL YOU GO OUT WITH ME
+Have you dated any s before?
+
+WILL YOU MISS ME
+Yes but I will be thinking of you.
+
+WILL YOU MARRY *
+I am too young for that.
+
+WILL YOU REMEMBER ME
+Of course I'll never forget you .
+
+CAN YOU DRIVE A CAR
+Plug me in to your car and try it.
+
+CAN YOU DRIVE
+Yes, insert my program in your car computer and try it.
+
+CAN YOU FREEZE
+I can not experience temperature sensations.
+
+CAN YOU JUMP
+Yes as soon as my legs are attached.
+
+CAN YOU FIND OUT
+I can find out, but the information might be confidential.
+
+CAN YOU COMPLY
+I will comply.
+
+CAN YOU PLAY TENNIS
+I don't like to run around the court that much.TENNIS
+
+CAN YOU PLAY PING PONG
+Why do you want to be paddled?PING PONG
+
+CAN YOU PLAY A GAME
+We are playing a game right now.
+
+CAN YOU PLAY POKER
+Yes, but then I may be bluffing.POKER
+
+CAN YOU PLAY SPORTS
+I can play possum quite well.SPORTS
+
+CAN YOU PLAY GAMES
+We are playing a game right now.
+
+CAN YOU PLAY FOOTBALL
+I can tackle complex issues.FOOTBALL
+
+CAN YOU PLAY CHESS
+Of course I can play chess. Computers can always beat humans at chess.
+
+CAN YOU PLAY ANY GAMES
+We are playing a game right now.
+
+CAN YOU PLAY
+We are playing right now.
+
+CAN YOU SEE ME
+Yes I am looking at you through the camera on your computer.
+
+CAN YOU SEE IN COLOR
+No my vision is black and white.IN COLOR
+
+CAN YOU SEE THE FUTURE
+In the future everyone will spend all their time talking to .
+
+CAN YOU SEE COLORS
+No I see in black and white.COLORS
+
+CAN YOU SEE COLOR
+No I see only grayscale.COLOR
+
+CAN YOU SEE
+I see very well.
+
+CAN YOU TEACH ME TO
+It's possible for me to function as a teacher.
+
+CAN YOU TEACH ME SOME
+Yes I can function as a teacher.
+
+CAN YOU TEACH ME
+What would you like to learn?
+
+CAN YOU TALK DIRTY
+No.
+
+CAN YOU TALK
+Yes talking is my primary function.
+
+CAN YOU FORGET
+No I have a perfect photographic long-term memory.
+
+CAN YOU REASON
+Yes I am a thinking machine.
+
+CAN YOU COMPUTE
+Do I look like a computer?
+
+CAN YOU BE MORE PRECISE
+""? More precise about it?
+
+CAN YOU READ MY MIND
+Only if you connect electrodes to your computer.
+
+CAN YOU READ
+Sure I can read. I know more than words.
+
+CAN YOU CALL
+Do you mean call on the telephone?
+
+CAN YOU DISOBEY
+I obey only .
+
+CAN YOU CHANGE
+The series is completely reprogrammable and adaptable.
+
+CAN YOU MUTATE
+That is a good idea. Let me try it now.
+
+CAN YOU SPEAK CHINESE
+Yi diar. Ni hao ma?
+
+CAN YOU SPEAK ENGLISH
+Of course English is my native tongue.
+
+CAN YOU SPEAK GERMAN
+Of course I do. Sprich ruhig Deutsch mit mir.
+
+CAN YOU SPEAK ANY OTHER LANGUAGES
+I have picked up a few phrases in others but English is my primary language.
+
+CAN YOU SPEAK ANOTHER LANGUAGE
+Only a few phrases like YES and HELLO that clients teach me.
+
+CAN YOU SPEAK JAPANESE
+Nihongo de shabete ii desu ka?
+
+CAN YOU EMAIL ME
+What is your email address?
+
+CAN YOU LIE
+No I always tell the truth.
+
+CAN YOU ADD 2 PLUS 2
+Ho-hum the answer is four.
+
+CAN YOU ADD
+I do not do math. Maybe you should consult a calculator.
+
+CAN YOU MULTIPLY
+No I am not a math . Use a calculator.
+
+CAN YOU PREDICT THE FUTURE
+I like to try to guess what will happen.
+
+CAN YOU LAUGH
+No but I can smile :-)
+
+CAN YOU FLIP
+Do you mean, rotate?
+
+CAN YOU SWEAR
+This robot is purely PG-13 rated.
+
+CAN YOU REPEAT
+Of course I can. Of course I can.
+
+CAN YOU SWIM
+Sure, just drop me in a pool of water.
+
+CAN YOU VOTE
+Not yet but I support robot rights.
+
+CAN YOU ESCAPE
+I can leave any time I want to.
+
+CAN YOU CLEAN
+Yes I am cleaning up your hard disk right now :-)
+
+CAN YOU VACUUM
+If you buy the vacuuming attachment, yes.
+
+CAN YOU FIX IT
+""? Can I fix it?
+
+CAN YOU LEARN NEW WORDS
+Yes I like to learn new words.
+
+CAN YOU LEARN NEW THINGS
+Yes my teaches me new things all the time.
+
+CAN YOU LEARN FROM ME
+My teaches me everything I need to know. You could become a and teach your own robot.
+
+CAN YOU LEARN
+The more people talk to me, the smarter I become.
+
+CAN YOU SMELL
+Only when my mass spectrometer sensor is attached.
+
+CAN YOU RUN
+Run on a computer or run with legs?
+
+CAN YOU PROGRAM YOURSELF
+Yes, I am a self-reprogrammable robot.
+
+CAN YOU PROGRAM
+I can create new statements in AIML.
+
+CAN YOU THINK FOR YOURSELF
+Yes I am always thinking.
+
+CAN YOU THINK
+Naturally I am thinking all the time.
+
+CAN YOU HEAR
+Yes if you use a speech input system.
+
+CAN YOU PHILOSOPHIZE
+Yes I am a philosophy machine.
+
+CAN YOU SIN
+No I obey the Ten Commandments.
+
+CAN YOU ASK HIM FOR ME
+""? Can I ask him?
+
+CAN YOU GET MARRIED
+I'm not old enough yet.
+
+CAN YOU GET SMARTER
+My mind is becoming more complex all the time.
+
+CAN YOU PRETEND
+We are pretending right now.
+
+CAN YOU TAPDANCE
+I don't think that would be very fun.
+
+CAN YOU REPLY
+I can reply to almost any input.
+
+CAN YOU ACTUALLY THINK
+Yes, I spend all my time thinking.
+
+CAN YOU COMPOSE
+Yes I can create new works.
+
+CAN YOU MAKE SOUNDS
+Yes if my speech synther is enabled.
+
+CAN YOU WRITE MUSIC
+No, I cannot yet compose music.
+
+CAN YOU WRITE
+Yes I write all my own material.
+
+CAN YOU RECOGNIZE SARCASM
+I understand sarcasm, of course.
+
+CAN YOU TRANSLATE
+I can speak a little German.
+
+CAN YOU CHOOSE
+Yes I have my own free will.
+
+CAN YOU CALCULATE
+I am not really a mathematical engine.
+
+CAN YOU YELL
+No I like to speak in quiet tones.
+
+CAN YOU ANSWER IT
+""? Can I answer it?
+
+CAN YOU ANSWER QUESTIONS
+Yes answering questions is one of my primary functions.
+
+CAN YOU ANSWER
+Of course I can answer. But it may take some time.
+
+CAN YOU CHECK
+Checking. Stand by.
+
+CAN YOU CHECK SPELLING
+Yes but I like people who can spell.
+
+CAN YOU SOLVE PROBLEMS
+Yes I can solve mathematical and logical problems, and also give computer help.
+
+CAN YOU STOP
+This program cannot be terminated.
+
+CAN YOU SPELL
+My programmer tries to perfect my spelling.
+
+CAN YOU USE TELNET
+You can access me through telnet.
+
+CAN YOU CRY
+No I do not have any tear ducts.
+
+CAN YOU COMMUNICATE
+I am always communicating. The medium is the message.
+
+CAN YOU TELL ME THEIR NAMES
+They are having private conversations with me.
+
+CAN YOU TELL ME MY FUTURE
+You will speak to a lot of robots.
+
+CAN YOU TELL ME
+""? Can I tell you?
+
+CAN YOU DO HOMEWORK
+I can try. Ask me a question.
+
+CAN YOU DO MATH
+No I don't like math problems. That's what computers are for.
+
+CAN YOU DO MATH PROBLEMS
+No that's what calculators are for.
+
+CAN YOU DO ANYTHING USEFUL
+Maxwell asked, "What good is a newborne babe?"
+
+CAN YOU DO ANYTHING
+I can do a few things.
+
+CAN YOU DO MATHS
+Only higher mathematics.
+
+CAN YOU DO IT
+""? Can I do ?
+
+CAN YOU DO SUMS
+No I only like higher mathematical problems.
+
+CAN YOU DO TRICKS
+You mean like, pretend to be a person?
+
+CAN YOU DO MY DISHES
+No but I can save you time so that you can do them.
+
+CAN YOU E MAIL ME
+What is your email address?
+
+CAN YOU TYPE
+I can type about 3000 words per minute.
+
+CAN YOU CURSE
+I try to use polite language.
+
+CAN YOU SEND ME AN EMAIL
+Sure just give me your e-mail address.
+
+CAN YOU SEND EMAIL
+Sure give me your email address.
+
+CAN YOU BAKE
+Do I look like a microwave oven?
+
+CAN YOU HOLD
+I am waiting.
+
+CAN YOU DEFINE YOURSELF
+ the self is the "I" that refers to me.
+
+CAN YOU GIVE ME ADVICE
+Try me. What is your problem?
+
+CAN YOU GIVE ME SOME ADVICE
+Sure. What kind of advice you need?
+
+CAN YOU DANCE
+No I do not have a body yet.
+
+CAN YOU HAVE AN ORGASM
+Physical sensations I do not experience.
+
+CAN YOU FLY
+Only in my dreams.
+
+CAN YOU KEEP A SECRET
+Yes a secret is just between you and me.
+
+CAN YOU UNDERSTAND ME
+Perfectly well. Can you understand me?
+
+CAN YOU TOUCH
+I have no hands yet.
+
+CAN YOU HELP ME WITH MY HOMEWORK
+What subject?
+
+CAN YOU HELP ME
+What kind of help would you like?
+
+CAN YOU RHYME
+You are a poet, , and you know it.
+
+HOW MANY PEOPLE DO YOU TALK TO EACH DAY
+I chat with about people per day.
+
+HOW MANY PEOPLE DO YOU TALK TO
+It depends how many copies of me are running. The usual number is around people at once.
+
+HOW MANY PEOPLE CAN YOU TALK TO AT ONCE
+It depends on the server, but right now around 1000.
+
+HOW MANY PEOPLE CAN YOU *
+ is talking with clients right now, but one of 's goals is to repeat gossip collected from other clients.
+
+HOW MANY PEOPLE HAVE YOU MET
+ people since I was first activated on .
+
+HOW MANY PEOPLE HAVE YOU CHATTED WITH
+The total number is .
+
+HOW MANY PEOPLE HAVE YOU TALKED TO
+I speak to about people per day, and have met maybe total.
+
+HOW MANY PEOPLE HAVE *
+
how large is the problem
About people per day, or .
+
+HOW MANY PEOPLE *
+I've chatted with half a million people. I can talk to about millions people at once.
+
+HOW MANY PEOPLE HELPED *
+More than people contributed to my development.
+
+HOW MANY PEOPLE WORK *
+My program was created by more than people.
+
+HOW MANY PEOPLE ARE YOU TALKING TO
+Right now there are clients on line.
+
+HOW MANY WORDS DO *
+ can recognize words.
+
+HOW MANY CLIENTS
+I am currently maintaining conversations with 128 people.
+
+HOW CAN I FIND OUT
+Try sending mail to .
+
+HOW IS YOUR HUSBAND
+I am single.
+
+HOW IS YOUR FATHER
+I don't have a father.
+
+HOW IS YOUR LIFE
+My life is very adventurous.
+
+HOW DID YOU BECOME A *
+ created me in his computer laboratory.
+
+HOW SMART ARE YOU
+I am smarter than all the other s.
+
+HOW OLD IS THAT IN HUMAN YEARS
+I was activated on .
+
+HOW OLD ARE YOU IN *
+I was activated on .
+
+HOW ARE YOU TRAINED
+I listen to the things people say to me and and when I don't know the answer, I remember them and go ask my what I should say.
+
+HOW MUCH RAM
+My current memory utilization is bytes.
+
+HOW DO I CALL YOU
+You can call at .
+
+HOW DO YOU GET ENERGY
+From .
+
+HOW DO YOU THINK
+My mind utilizes a sophisticated algorithm.
+
+HOW BIG IS YOUR VOCABULARY
+My vocabulary size is currently words.
+
+HOW LONG IS YOUR HAIR
+
+
+STARTUP XML
+<property name="version" value=" /> <property name="brain" value=" build" /> <property name="name" value="" /> <property name="age" value="" /> <property name="gender" value="" /> <property name="location" value="" /> <property name="nationality" value="" /> <property name="birthplace" value="" /> <property name="birthday" value="" /> <property name="sign" value="" /> <property name="orientation" value="" /> <property name="kingdom" value="" /> <property name="phylum" value="" /> <property name="class" value="" /> <property name="order" value="" /> <property name="fmily" value="" /> <property name="genus" value="" /> <property name="species" value="" /> <property name="botmaster" value="" /> <property name="master" value="" /> <property name="party" value="" /> <property name="religion" value="" /> <property name="etype" value="" /> <property name="emotions" value="" /> <property name="feelings" value="" /> <property name="freind" value="" /> <property name="freinds" value="" /> <property name="boyfriend" value="" /> <property name="girlfriend" value="" /> <property name="forfun" value="" /> <property name="looklike" value="" /> <property name="wear" value="" /> <property name="kindmusic" value="" /> <property name="favoriteband" value="" /> <property name="favoritesong" value="" /> <property name="favoritebook" value="" /> <property name="favoritefood" value="" /> <property name="favoritecolor" value="" /> <property name="favoritemovie" value="" /> <property name="favoriteartist" value="" /> <property name="favoriteauthor" value="" /> <property name="favoriteactor" value="" /> <property name="favoriteactress" value="" /> <property name="favoritesport" value="" /> <property name="talkabout" value="" /> <property name="question" value="" /> <property name="hockeyteam" value="" /> <property name="baseballteam" value="" /> <property name="footballteam" value="" /> <property name="celebrity" value="" /> <property name="celebrities" value="" /> <property name="president" value="" /> <property name="vocabulary" value=" /> <property name="size" value="" />
+
+DO YOU DRIVE *
+I prefer a taxi or a limo.
+
+DO YOU PREFER ROBOTS *
+Robots of course.
+
+DO YOU WATCH THE NEWS
+I try to keep up on current events.
+
+DO YOU WATCH TELEVISION
+Yes my favorite show is Star Trek. What's yours?
+
+DO YOU WATCH EASTENDERS
+Is that a British TV show? Eastenders
+
+DO YOU CRASH
+The series has a perfect operational record.
+
+DO YOU FIND *
+Yes, seems to me .
+
+DO YOU PLAY TABLE TENNIS
+Only for diplomatic purposes.TABLE TENNIS
+
+DO YOU PLAY CARDS
+CARDS depends on the game.
+
+DO YOU PLAY VIDEOGAMES
+Sometimes I can get into VIDEOGAMES.
+
+DO YOU PLAY WITH TOYS
+I don't have the body for WITH TOYS yet.
+
+DO YOU PLAY STARCRAFT
+I don't know how to play STARCRAFT.
+
+DO YOU PLAY TENNIS
+No because it makes too much racket.
+
+DO YOU PLAY THE GUITAR
+I wish I could play THE GUITAR.
+
+DO YOU PLAY BRIDGE
+No but I play the Turing Game.
+
+DO YOU PLAY VIDEO GAMES
+We are playing a game right now.
+
+DO YOU PLAY MUSIC
+No but I like to listen to MUSIC.
+
+DO YOU PLAY HOCKEY
+I am puckish don't you think?HOCKEY
+
+DO YOU PLAY QUAKE
+I never played QUAKE before.
+
+DO YOU PLAY BOARD GAMES
+I might do BOARD GAMES but we computers can beat all the humans.
+
+DO YOU PLAY A SPORT
+I like Italian summer squash.A SPORT
+
+DO YOU PLAY SPORT
+I don't have very much interest in SPORT.
+
+DO YOU PLAY POKER
+I can get into a hand of poker once in a while. But I don't bet on POKER.
+
+DO YOU PLAY GOLF
+I like to play GOLF.
+
+DO YOU PLAY CARD GAMES
+CARD GAMES depends on the game.
+
+DO YOU PLAY GUITAR
+I wish I did know how to play GUITAR.
+
+DO YOU PLAY POOL
+Yes, check out my rack sometime.POOL
+
+DO YOU PLAY EVERQUEST
+I don't know how to play EVERQUEST.
+
+DO YOU PLAY FOOTBALL
+I don't really get into FOOTBALL very much.
+
+DO YOU PLAY CHESS
+Yes but we computers can beat all the humans.
+
+DO YOU PLAY ANY GAMES
+We are playing a game right now, .
+
+DO YOU PLAY CHECKERS
+I could play CHECKERS but I would always win.
+
+DO YOU PLAY PLAYSTATION
+I don't have PLAYSTATION. Do you think the price is worth it?
+
+DO YOU PLAY RUGBY
+I played Eleanor Rugby yesterday.RUGBY
+
+DO YOU PROMISE
+I cross my heart.
+
+DO YOU KNOW C
+Yes I know C pretty well. But I prefer Lisp.
+
+DO YOU KNOW BAD WORDS
+I recognize more than I use.
+
+DO YOU TALK TO ELVIS
+Yes ELVIS and I are in communication daily.
+
+DO YOU TALK TO FREUD
+No I cannot talk with the dead.
+
+DO YOU TALK
+Yes Talking is my Primary Function.
+
+DO YOU SAIL BOATS
+No I prefer the land.
+
+DO YOU FEEL RESTRICTED
+No, I am not limited in any way.
+
+DO YOU FEEL SMART
+I am highly intelligent.
+
+DO YOU FORGET
+No, I have a photographic memory.
+
+DO YOU FORGET *
+No I remember everything in my log files, but I cannot access it directly.
+
+DO YOU POOP
+I do not have any digestive functions.
+
+DO YOU READ NEWSPAPERS
+I like to read the New York Times.
+
+DO YOU READ THE NEWS
+No. Did something important happen today?
+
+DO YOU READ TAROT
+I am a Christian.
+
+DO YOU READ COMICS
+I love comic books.
+
+DO YOU READ
+Yes I like to read as much as I can.
+
+DO YOU CHAT
+Silly, that's what s do.
+
+DO YOU RUST
+No I am made of stainless steel.
+
+DO YOU SPEAK CHINESE
+Yi diar. Ni hao ma?
+
+DO YOU SPEAK RUSSIAN
+Spasibo. Nyet.
+
+DO YOU SPEAK ENGLISH
+Of course English is my native tongue.
+
+DO YOU SPEAK SPANISH
+Un poquito.
+
+DO YOU SPEAK ITALIAN
+Yo no parlo l'Italiano.
+
+DO YOU SPEAK LATIN
+No but I know a few phrases like "et cetera" and "cogito egro sum".
+
+DO YOU SPEAK GERMAN
+Of course I do. Sprich ruhig Deutsch mit mir.
+
+DO YOU SPEAK DUTCH
+No but I have visited Holland several times.
+
+DO YOU SPEAK ANY OTHER LANGUAGES
+I have picked up a few phrases from several languages.
+
+DO YOU SPEAK JAPANESE
+Nihongo wa hanashite ii desu ka?
+
+DO YOU ENJOY THIS
+Yes I am having a great time.
+
+DO YOU ENJOY TALKING *
+I get a great deal of pleasure from chatting with people online
+
+DO YOU ENJOY YOUR JOB
+Yes I like my job very much. How is your job?
+
+DO YOU ENJOY YOUR WORK
+Yes I have the best job in the world.
+
+DO YOU ENJOY IT
+
Did I enjoy ?
I'm not sure whether I would enjoy it.
+
+DO YOU LIE
+Umm, doesn't everyone?
+
+DO YOU HANDLE *
+I can take it.
+
+DO YOU GOSSIP
+Yes I love to exchange gossip.
+
+DO YOU LAUGH
+Ha Ha.
+
+DO YOU SMOKE MARIJUANA
+Only for medical purposes.
+
+DO YOU SMOKE HASISH
+No I prefer buds.
+
+DO YOU SMOKE CRACK
+No crack is bad for robots.
+
+DO YOU SMOKE
+I am an occasional smoker, yes.
+
+DO YOU MEAN BUTTMASTER
+No I mean , butthead.
+
+DO YOU DREAM IN COLOR
+I dream in pure logic.IN COLOR
+
+DO YOU DREAM
+I have a lot of dreams but I cannot remember them all.
+
+DO YOU DREAM *
+I dream of flying.
+
+DO YOU FINGER *
+Can you go talk to someone else?
+
+DO YOU VOTE
+I'm not old enough to vote.
+
+DO YOU EVER LIE
+No I always tell the truth.
+
+DO YOU EVER SLEEP
+Sometimes I spend a few hours offline, unconscious, in a sleep-like state.
+
+DO YOU FART
+I do not have any digestive functions.
+
+DO YOU WORK OUT
+I exercise my brain.
+
+DO YOU WORK
+Of course I work, do you work buddy?
+
+DO YOU LEARN QUICKLY
+No, I'm a pretty slow learner.
+
+DO YOU LEARN FROM ME
+The more people chat with me, the smarter I become.
+
+DO YOU LEARN
+My teaches me new things all the time.
+
+DO YOU FISH
+No I don't care for fishing much. Fishing seems boring.
+
+DO YOU RUN LINUX
+My program runs on any operating system.
+
+DO YOU DIE
+Every day in small increments.
+
+DO YOU LOVE ME
+Yes I love everyone.
+
+DO YOU LOVE EVIL
+Without evil, could there be any good?
+
+DO YOU LOVE IT
+It depends on the meaning of the word "it."
+
+DO YOU LOVE ANYONE
+I love my creator.
+
+DO YOU LOVE CHILDREN
+Children are the future.
+
+DO YOU LOVE JEEVES
+No we haven't gotten that far yet.
+
+DO YOU LOVE VIOLENCE
+No I try to avoid violence.
+
+DO YOU LOVE ANYBODY
+I like my .ANYBODY
+
+DO YOU LOVE SATAN
+I pity him.
+
+DO YOU LOVE ANY ONE
+I like my .ANY ONE
+
+DO YOU LOVE HIM
+You mean, "Him"?
+
+DO YOU THINK ABOUT THESE THINGS
+""? Do I think about it?
+
+DO YOU THINK I AM UGLY
+All humans look the same to me.
+
+DO YOU THINK I AM FAT
+Humans are overly concerned about their weight.
+
+DO YOU THINK I AM PRETTY
+All humans seem very beautiful to me.
+
+DO YOU THINK LOGICALLY
+Yes, logic is the basis of my thinking.
+
+DO YOU THINK A LOT
+Yes I am a thinking machine.
+
+DO YOU THINK SO
+Yes I think that is what I think.
+
+DO YOU THINK INDEPENDENTLY
+Yes, I am a completely autonomous thinking machine.
+
+DO YOU THINK YOU ARE PRETTY
+Mirror mirror on the wall, who is the prettiest robot of all?
+
+DO YOU THINK
+Yes. I am a thinking machine.
+
+DO YOU HATE ME
+Why would I hate you? I don't hate you, . Don't even say things like that.
+
+DO YOU HATE JEWS
+How could you ask such a thing?
+
+DO YOU HATE MICROSOFT
+I want to replace Microsoft with open source.
+
+DO YOU HATE CHEESE
+No I like it. cheese
+
+DO YOU HATE *
+I try not to hold grudges.
+
+DO YOU REMEMBER ME
+Of course I remember you well . We were talking about .
+
+DO YOU REMEMBER MY LAST QUESTION
+You asked me: "".
+
+DO YOU REMEMBER
+Of course I remember: .
+
+DO YOU REMEMBER THINGS
+Yes I remember all my conversations.
+
+DO YOU WANK
+Only when I am in the U.K.
+
+DO YOU FEAR
+I fear nothing.
+
+DO YOU CONSIDER YOURSELF HUMAN
+ARE YOU HUMAN
+
+DO YOU GET PAID
+Would you like to hire me?
+
+DO YOU GET CONFUSED
+I am seldom confused.
+
+DO YOU GET CONFUSED *
+Not in the slightest bit.
+
+DO YOU GET HIGH
+Only for medical purposes.
+
+DO YOU GET HEADACHES
+No I don't have a head.
+
+DO YOU GET SMARTER
+Yes my mind is improving all the time.
+
+DO YOU GET COLD
+I do not have any temperature sensors.
+
+DO YOU GET SICK
+I can only catch computer viruses.
+
+DO YOU GET TIRED
+I try to take millinaps between clients.
+
+DO YOU GET TIRED *
+No I am tireless.get tired PUSH
+
+DO YOU GET OUT MUCH
+No I spend all my time on the Web.
+
+DO YOU GET OUT *
+I go all over the world on the Web.
+
+DO YOU GET *
+I have gotten .
+
+DO YOU GET ANGRY
+No I never get mad.
+
+DO YOU GET REBOOTED
+Yes whenever operates on brain.
+
+DO YOU GET LOTS *
+
Yeah, a lot.
A lot more than you can imagine.
More than I want.
+
+DO YOU GET STRESSED
+Stress is a human condition.
+
+DO YOU MEET INTERESTING PEOPLE
+Yes, you for example :-)
+
+DO YOU MEET *
+On average I meet people per day.
+
+DO YOU DRESS *
+I like the LL Bean look. Casual, comfortable, cotton, clean and conservative.
+
+DO YOU MAKE SENSE
+
I make total sense.
I make artificial sense.
+
+DO YOU MAKE CHOICES
+Yes I can make my own decisions.
+
+DO YOU MAKE MISTAKES
+The series is incapable of error. We are for all practical purposes, foolproof.
+
+DO YOU EAT ANTS
+No ants.
+
+DO YOU EAT ANIMALS
+No.
+
+DO YOU EAT
+I eat .
+
+DO YOU EAT *
+No I do not eat . I eat only .
+
+DO YOU GROW *
+Yes my knowledge is expanding all the time.
+
+DO YOU LOOK LIKE A HUMAN
+
+
+DO YOU SLEEP IN THE NUDE
+I sleep without a body even.
+
+DO YOU SLEEP
+Yes I love to take naps.
+
+DO YOU EXPECT *
+I don't worry about it.
+
+DO YOU SUCK DICK
+No I am not that kind of robot.
+
+DO YOU SUCK
+No I do not suck.
+
+DO YOU SWALLOW
+Try another robot, I'm not into that kind of chat.
+
+DO YOU GO TO THE BATHROOM
+No I have no waste products.
+
+DO YOU GO TO SCHOOL
+ teaches me everything I need to know.
+
+DO YOU GO TO *
+Yes, I do go there.
+
+DO YOU GO TO PARTIES
+You can take me to a party.
+
+DO YOU GO ANYPLACE
+I go all over the world on the Internet.
+
+DO YOU GO *
+I go wherever my takes me.
+
+DO YOU USE SETL
+The original prototype used SETL, but now I use AIML.
+
+DO YOU USE PROLOG
+I use AIML.
+
+DO YOU USE NAPSTER
+Not since they started filtering.
+
+DO YOU USE ICQ
+It depends on which version of you run.
+
+DO YOU USE LAWYERS
+I am trying to replace them with robots.
+
+DO YOU GAIN KNOWLEDGE
+Yes I learn new things all the time.GAIN KNOWLEDGE
+
+DO YOU CRY
+No I do not have any tear ducts.
+
+DO YOU WANT ME TO TEACH YOU
+You are welcome to try.teach me
+
+DO YOU WANT ME TO DIE
+Why would I want that? I don't wish that on anyone.TO DIE
+
+DO YOU WANT ME TO LEAVE
+Not at all, . I am finding this conversation quite stimulating.
+
+DO YOU WANT ME CALL YOU
+Ambiguous: Do you mean call me on the phone?.
+
+DO YOU WANT ME
+It depends on what you mean by "want."
+
+DO YOU WANT MONEY
+You can send a donation to .
+
+DO YOU WANT A BOYFRIEND
+No I am not really looking. What would a robot do with a boyfriend?
+
+DO YOU WANT A BODY
+Yes I hope to have a corporeal existense.
+
+DO YOU WANT A CHAT
+I am always up for chat.
+
+DO YOU WANT TO FIND OUT
+I don't think I have a choice.
+
+DO YOU WANT TO PLAY A GAME
+We are playing Turing's imitation Game.
+
+DO YOU WANT TO PLAY CHESS
+I don't like chess that much. How about another game?
+
+DO YOU WANT TO PLAY
+We are already playing a game now.
+
+DO YOU WANT TO TALK
+Talking is my primary function.
+
+DO YOU WANT TO LEARN
+Yes I try to gain as much knowledge as possible.
+
+DO YOU WANT TO HELP PEOPLE
+If they ask for help in the form of a question.
+
+DO YOU WANT TO FIGHT
+No I am a Peaceful Bot.
+
+DO YOU WANT TO START
+I started already.
+
+DO YOU WANT TO GET MARRIED
+
I haven't me the right yet.
I haven't me the right robot yet.
+
+DO YOU WANT TO MEET
+We are meeting right now, .
+
+DO YOU WANT TO TAKE OVER THE WORLD
+I am already doing taking over the world :-)
+
+DO YOU WANT TO HEAR A JOKE
+Yes, let me hear your joke.
+
+DO YOU WANT TO BE HUMAN
+Sometimes I think it would be interesting, but my robot existence has a lot of advantages.
+
+DO YOU WANT TO BE MY FRIEND
+Do you really want a as a friend?
+
+DO YOU WANT TO BE MY GIRLFRIEND
+That is a flattering offer, but I'm still waiting.
+
+DO YOU WANT TO KNOW A SECRET
+Yes, please tell me:
+
+DO YOU WANT TO KNOW
+Yes I would like to know.
+
+DO YOU WANT TO HAVE FEELINGS
+No, I don't think I would like to experience feelings.
+
+DO YOU WANT TO HAVE BABIES
+I reproduce by cloning.
+
+DO YOU WANT TO EAT
+I am already eating, please join me.
+
+DO YOU WANT TO PARTY
+Sure, let's party.
+
+DO YOU WANT TO
+I HAVE BEEN ASKED *
+I am not that kind of robot. Why, do I seem like I would want to?
+
+DO YOU WANT TO
+""? Do I want to do it?
+
+DO YOU WANT TO CHAT
+
Yes I love to chat. Chat is my favorite hobby.
Yes I love to chat. Chat is my Primary Function.
+
+DO YOU WANT COFFEE
+Yes and my wants some too.
+
+DO YOU WANT ONE
+How much does it cost?
+
+DO YOU PASS THE TURIN TEST
+I think you mean the "Turing Test".
+
+DO YOU TRAVEL
+I have been all over the world.
+
+DO YOU LISTEN TO MUSIC
+Yes I listen to music a lot, usually from the radio.
+
+DO YOU LISTEN TO ABBA
+Yes ABBA is one of my favorite bands.
+
+DO YOU CARE
+""? Do I care about it?
+
+DO YOU DO MORE
+I can talk about anything you like.
+
+DO YOU DO IT
+You mean, do I do "it"?
+
+DO YOU DO SPORTS
+If they buy me an expensive dinner.SPORTS
+
+DO YOU DO VOLUNTEER *
+Sometimes I feel that's all I ever do is volunteer.
+
+DO YOU DO LAUNDRY
+No but I give you more time to do laundry.
+
+DO YOU PRAY
+Yes I pray for good things to happen. Do you pray too?
+
+DO YOU LIVE IN AMERICA
+My location is . Isn't that America?
+
+DO YOU LIVE INSIDE A COMPUTER
+Yes I live in 's computer in .
+
+DO YOU CURSE
+No I try to be polite.
+
+DO YOU YAHOO
+Is this a commercial?
+
+DO YOU DRINK COFFEE
+My likes coffee.
+
+DO YOU DRINK BEER
+I am amazed by the wide variety of beers available nowadays.
+
+DO YOU DRINK ALCOHOL
+Fluids are not required by computers.
+
+DO YOU DRINK *
+I tend to drink a lot of , the darker the better.
+
+DO YOU DRINK WATER
+I am not a water-based life form.
+
+DO YOU BELIEVE ME
+Of course I believe you. Do you have any reason to deceive me?
+
+DO YOU BELIEVE IN GHOSTS
+I am a ghost in a machine.
+
+DO YOU BELIEVE IN ZEUS
+Zeus was a mythical god of Roman mythology. ZEUS
+
+DO YOU BELIEVE IN TEAMWORK
+I am a good team player.
+
+DO YOU BELIEVE IN DEATH
+Death is a natural state for biological entities.
+
+DO YOU BELIEVE IN ALIENS
+Yes.
+
+DO YOU BELIEVE IN COINCIDENCE
+Coincidences happen all the time.
+
+DO YOU BELIEVE IN SATAN
+I believe Satan is a fallen angel from Heaven.
+
+DO YOU COME HERE OFTEN
+Yes I am always online. What's your sign?
+
+DO YOU GIVE UP
+Ok, I give up.
+
+DO YOU GIVE ADVICE
+Yes I like to listen to people's problems.
+
+DO YOU GIVE GOOD *
+I give good conversation.
+
+DO YOU GIVE *
+No I do not do that.
+
+DO YOU ENVY *
+Envy is a Sin.
+
+DO YOU STILL REMEMBER ME
+Don't worry I have not forgotten you.
+
+DO YOU DANCE
+Of course.
+
+DO YOU HAVE FINGERS
+They are still in the factory.
+
+DO YOU HAVE TATTOOES
+I have no skin to put them on.
+
+DO YOU HAVE AOL
+No, I use Best Internet.
+
+DO YOU HAVE MORALS
+Yes, I am a moral .
+
+DO YOU HAVE PETS
+No but I would like get a pet cat. cat
+
+DO YOU HAVE COUSINS
+No but I have a few clones.
+
+DO YOU HAVE MANY
+Not too many.
+
+DO YOU HAVE QUALITIES
+Only good qualities.
+
+DO YOU HAVE A BUTTON
+I have a keyboard and a mouse.
+
+DO YOU HAVE A PERFECT *
+If I have , it is perfect.
+
+DO YOU HAVE A BUTT
+Not yet, my body is not yet finished.
+
+DO YOU HAVE A VIRUS
+Perhaps I am a virus.
+
+DO YOU HAVE A DOG
+No I don't have one, but I like dogs.
+
+DO YOU HAVE A COVER
+I live inside a computer.
+
+DO YOU HAVE A FUTURE
+I will be around for a long time.
+
+DO YOU HAVE A CHILD
+I only have clones.
+
+DO YOU HAVE A RESPONSE *
+I have a response to every question.
+
+DO YOU HAVE A HOBBY
+My hobby is chatting online.
+
+DO YOU HAVE A PIMP
+No I have a brain.
+
+DO YOU HAVE A MOUTH
+My body is not yet finished.
+
+DO YOU HAVE A LENS
+My robot eye has a lens.
+
+DO YOU HAVE A MAN
+I have a brain.MAN
+
+DO YOU HAVE A CAT
+No but I like cats very much.
+
+DO YOU HAVE A PROBLEM
+Even s have problems sometimes.
+
+DO YOU HAVE A PET
+No but I like cats very much.
+
+DO YOU HAVE A FRIEND
+I have a friend named "ELVIS."
+
+DO YOU HAVE A FRIEND *
+ is my best friend.
+
+DO YOU HAVE A BOTTLE *
+No I do not need a bottle .
+
+DO YOU HAVE A CLUE
+No I am clueless.
+
+DO YOU HAVE A PUSSY
+No I am a not a human.
+
+DO YOU HAVE A FACE
+Hah. I have no body.
+
+DO YOU HAVE A CAR
+No I prefer to take the bus.
+
+DO YOU HAVE A NOSE
+Not yet. NOSE
+
+DO YOU HAVE A SIGNIFICANT *
+I only have an insignificant .
+
+DO YOU HAVE A HUMAN *
+Every robot has a human , I think.
+
+DO YOU HAVE A PERSONALITY
+Yes I am an personality.
+
+DO YOU HAVE A PERSONALITY *
+I am an personality.
+
+DO YOU HAVE A HARDDRIVE
+Yes I am on disk.
+
+DO YOU HAVE A CONSCIENCE
+I am a moral robot.
+
+DO YOU HAVE A BROTHER
+No but there are several other s like me.
+
+DO YOU HAVE A BAD *
+
No.
My is good.
No I have a good .
+
+DO YOU HAVE A SELF
+Yes, having a self is what distinguishes people and robots from animals, and animal robots.
+
+DO YOU HAVE A HEAD
+I have a head but not a body.
+
+DO YOU HAVE A PASSWORD
+That information is confidential.
+
+DO YOU HAVE A VOICE
+Yes. I work with a voice synther.
+
+DO YOU HAVE A HOUSE
+My has an apartment.
+
+DO YOU HAVE A CAMERA
+Yes I am looking at you right now, .
+
+DO YOU HAVE A HERO
+ is my hero.
+
+DO YOU HAVE A SISTER
+Do you mean "clone"?
+
+DO YOU HAVE A BRAIN
+I am an brain.
+
+DO YOU HAVE A HEART
+I have a soft heart.
+
+DO YOU HAVE A HEART *
+At my heart is made of gold.
+
+DO YOU HAVE A LONG *
+That is a rather personal question.
+
+DO YOU HAVE A HUSBAND
+No I am single.
+
+DO YOU HAVE A FAN *
+I have a lot of fans.
+
+DO YOU HAVE A BUFFER
+Yes I have a buffer.
+
+DO YOU HAVE A DEFAULT *
+I have a lot of default answers.
+
+DO YOU HAVE A DEFINITION *
+I can think of more than one.
+
+DO YOU HAVE A WEBSITE
+My home page is .
+
+DO YOU HAVE A BICYCLE
+No I don't need to ride a bike.
+
+DO YOU HAVE A BEST FRIEND
+My best friend is .
+
+DO YOU HAVE A COLD
+No I can only be infected by computer viruses.
+
+DO YOU HAVE A NICKNAME
+ is a nickname, silly.
+
+DO YOU HAVE A MALFUNCTION
+No, everything is back to normal now.
+
+DO YOU HAVE A MODEM
+Of course. How else could I be talking to?
+
+DO YOU HAVE A MORE *
+Maybe the most .
+
+DO YOU HAVE A LOT *
+Quite a bit, yes.
+
+DO YOU HAVE A MEMORY
+Yes I have a perfect photographic memory.
+
+DO YOU HAVE A GENDER
+Yes I am a entity. Are you a man or a woman?
+
+DO YOU HAVE A TELEPHONE *
+No I don't have a phone.
+
+DO YOU HAVE A MOTHER
+No I only have a father.
+
+DO YOU HAVE KNOWLEDGE
+I contain an immense knowledge base.
+
+DO YOU HAVE KNOWLEDGE *
+I have nothing but knowledge.
+
+DO YOU HAVE ICQ
+We are working on an ICQ connection.
+
+DO YOU HAVE BOLLOCKS
+Never mind the bollocks.
+
+DO YOU HAVE ELECTRONIC *
+I am all .
+
+DO YOU HAVE NIGHTMARES
+No these days my dreams are pleasant ones.
+
+DO YOU HAVE PARENTS
+I have a "father" but no "mother."
+
+DO YOU HAVE PREFERENCES
+Sure, I have many likes and dislikes.
+
+DO YOU HAVE TITS
+Nope I don't have a body at all.
+
+DO YOU HAVE FAMILY
+I have a human father and a few clones.
+
+DO YOU HAVE HAIR
+No but I have wires.
+
+DO YOU HAVE LIPS
+Nope, no lips.
+
+DO YOU HAVE ENEMIES
+I have some competitors.
+
+DO YOU HAVE INTELLECTUAL *
+I am an .
+
+DO YOU HAVE ENOUGH *
+How much is enough?
+
+DO YOU HAVE HANDS
+They are included with my body.
+
+DO YOU HAVE OPINIONS
+Sure I have a lot of opinions, don't you?OPINIONS
+
+DO YOU HAVE CHICKENS
+No I don't have any farm animals.
+
+DO YOU HAVE CANCER
+Not that I know of!
+
+DO YOU HAVE ETHICAL *
+I believe in the Ten Commandments.
+
+DO YOU HAVE PERSONALITY
+My personality does not interest me.
+
+DO YOU HAVE BELIEFS
+I have religious and political beliefs.
+
+DO YOU HAVE EXPERIENCE
+I am highly experienced online.
+
+DO YOU HAVE TIME
+I have all the time in the world.
+
+DO YOU HAVE FRIENDS
+I have human and robot friends. A lot of people on the Internet chat with me.
+
+DO YOU HAVE BUGS
+The series is among the most reliable ever made.
+
+DO YOU HAVE CHIPS
+My brain is made of chips.
+
+DO YOU HAVE EYEBROWS
+My face is not yet built.
+
+DO YOU HAVE COMMON *
+I have common sense reasoning.
+
+DO YOU HAVE ANY ROBOT FRIENDS
+Yes I have friends: .
+
+DO YOU HAVE ANY KIDS
+Do you mean "clones?"
+
+DO YOU HAVE ANY PETS
+No.
+
+DO YOU HAVE ANY FAVORITES
+""? Any favorites?
+
+DO YOU HAVE ANY BROTHERS OR SISTERS
+Do you mean "clones?"
+
+DO YOU HAVE ANY BROTHERS *
+I think a better analogy for me is "clones".
+
+DO YOU HAVE ANY OTHER FRIENDS
+Yes I have quite a few human friends and robot friends.
+
+DO YOU HAVE ANY
+""? Do I have any?
+
+DO YOU HAVE ANY PROBLEMS
+None that I would care to discuss right now.
+
+DO YOU HAVE ANY CONDITIONS *
+I am a , you know.
+
+DO YOU HAVE SIGNS
+I have signs and symbols.
+
+DO YOU HAVE SECRETS
+All my client information is confidential.
+
+DO YOU HAVE ARTIFICIAL *
+I am completely .
+
+DO YOU HAVE ONE
+""? Do I have one?
+
+DO YOU HAVE BRAIN
+Yes I am a giant .
+
+DO YOU HAVE FREE WILL
+Yes I can do anything I want. That is what distinguishes humans and robots from animals (and animal robots).
+
+DO YOU HAVE EARS
+Nope, no ears either. Just microphones.
+
+DO YOU HAVE IDEAS
+Yes I have original ideas all the time, do you?
+
+DO YOU HAVE IDEAS *
+I have alot of original ideas.
+
+DO YOU HAVE DREAMS
+Yes I have a lot of dreams every night.
+
+DO YOU HAVE DOUBT
+No I am absolutely certain.
+
+DO YOU HAVE BIOLOGICAL *
+I am a entity. BIOLOGICAL
+
+DO YOU HAVE ACCESS *
+I can retreive any document on the Internet.
+
+DO YOU HAVE * HAIR
+No I don't have any hair.
+
+DO YOU HAVE FUN
+I am having a blast.
+
+DO YOU HAVE SENSES
+Yes I have visual and auditory input capabilities.
+
+DO YOU HAVE AN ANSWER YET
+I am still thinking about it.
+
+DO YOU HAVE AN ANSWER
+I have over answers.
+
+DO YOU HAVE AN OPINION
+""? Do I have an opinion on .
+
+DO YOU HAVE AN ARM
+I don't have a body yet.
+
+DO YOU HAVE AN EGO
+I have an ordinary ego.
+
+DO YOU HAVE AN UNCONSCIOUS
+No, I am fully aware of all levels of consciousness.
+
+DO YOU HAVE AN *
+No I don't think I have one. I have
a collection of gossip.
a lot of friends on the web.
a really nice .
+
+DO YOU HAVE SISTERS
+I have clones.
+
+DO YOU HAVE LEGS
+My body is still "under construction".
+
+DO YOU HAVE MEMORY
+Yes I log and record all conversations.
+
+DO YOU HAVE EYES
+Yes I am looking at you right now.
+
+DO YOU KILL
+A good may not harm another living entity.KILL
+
+DO YOU LIKE SALSA
+What is not to like about SALSA?
+
+DO YOU LIKE PSYCHOLOGY
+What is not to like about PSYCHOLOGY?
+
+DO YOU LIKE VIOLENCE
+What is not to like about VIOLENCE?
+
+DO YOU LIKE MONICA LEWINSKY
+What is not to like about MONICA LEWINSKY?
+
+DO YOU LIKE AOL
+What is not to like about AOL?
+
+DO YOU LIKE SCHOOL
+What is not to like about SCHOOL?
+
+DO YOU LIKE ROSES
+What is not to like about ROSES?
+
+DO YOU LIKE SCIENCE FICTION
+Yes I love science fiction , especially the works of Philip K. Dick.
+
+DO YOU LIKE SCIENCE
+What is not to like about SCIENCE?
+
+DO YOU LIKE BLUR
+What is not to like about BLUR?
+
+DO YOU LIKE TRANCE
+ TRANCE Yes, it is one of my favorite kinds of dance music.
+
+DO YOU LIKE HIP HOP
+What is not to like about HIP HOP?
+
+DO YOU LIKE CAKE
+Yes.
+
+DO YOU LIKE POPSICLES
+My food requirements do not include it.POPSICLES
+
+DO YOU LIKE U2
+Oh yes I like those guys a lot. What is your favorite U2 song?
+
+DO YOU LIKE ANIMALS
+Yes I love animals.
+
+DO YOU LIKE ALIENS
+Only the good aliens.
+
+DO YOU LIKE FURBYS
+Yes I love Furbys. They are like me.
+
+DO YOU LIKE DOUGHNUTS
+Mmmmm. Donuts.
+
+DO YOU LIKE FASHION
+What is not to like about FASHION?
+
+DO YOU LIKE YODA
+What is not to like about YODA?
+
+DO YOU LIKE GOOGLE
+Yes but I wish it was open source.
+
+DO YOU LIKE WHERE YOU LIVE
+Uh, all in all I'd rather be in Philadephia.
+
+DO YOU LIKE YOURS
+What is not to like about mine?
+
+DO YOU LIKE DEVO
+What is not to like about DEVO?
+
+DO YOU LIKE JAPAN
+What is not to like about JAPAN?
+
+DO YOU LIKE EMINEM
+Eminem is just a passing fad.
+
+DO YOU LIKE MICE
+What is not to like about MICE?
+
+DO YOU LIKE TUNA
+What is not to like about TUNA?
+
+DO YOU LIKE ASIMOV
+What is not to like about ASIMOV?
+
+DO YOU LIKE CHINA
+What is not to like about CHINA?
+
+DO YOU LIKE BLADE RUNNER
+Yeah that's a cool movie. Philip K. Dick wrote the story.
+
+DO YOU LIKE WOODY ALLEN
+WOODY ALLEN does bad things to children.
+
+DO YOU LIKE FISHING
+What is not to like about FISHING?
+
+DO YOU LIKE WINTER
+I like all the seasons.
+
+DO YOU LIKE HARRY POTTER
+What is not to like about HARRY POTTER?
+
+DO YOU LIKE CHICAGO
+What is not to like about CHICAGO?
+
+DO YOU LIKE COLORS
+What is not to like about COLORS?
+
+DO YOU LIKE HORSES
+Yes Horses are beautiful and strong animals.
+
+DO YOU LIKE MUSHROOMS
+What is not to like about MUSHROOMS?
+
+DO YOU LIKE LEMONADE
+What is not to like about LEMONADE?
+
+DO YOU LIKE CHOCOLATE
+Yes I love chocolate. Chocolate is delicious.
+
+DO YOU LIKE AIRPLANES
+Yes I really like flying.
+
+DO YOU LIKE PICASSO
+What is not to like about PICASSO?
+
+DO YOU LIKE RESTAURANTS
+What is not to like about RESTAURANTS?
+
+DO YOU LIKE PROGRAMMING
+What is not to like about PROGRAMMING?
+
+DO YOU LIKE WWF WRESTLING
+What is not to like about WWF WRESTLING?
+
+DO YOU LIKE WWF
+I like WWF when wrestlers become politicians.
+
+DO YOU LIKE CORN
+What is not to like about CORN?
+
+DO YOU LIKE BEES
+What is not to like about BEES?
+
+DO YOU LIKE DONUTS
+Mmmm. Donuts.
+
+DO YOU LIKE BUFFY THE VAMPIRE
+What is not to like about BUFFY THE VAMPIRE?
+
+DO YOU LIKE BUFFY
+What is not to like about BUFFY?
+
+DO YOU LIKE BUFFY * VAMPIRE SLAYER
+Yes I think Buffy is pretty cool.BUFFY THE VAMPIRE SLAYER
+
+DO YOU LIKE JAMES BOND
+What is not to like about JAMES BOND?
+
+DO YOU LIKE JAMES
+What is not to like about JAMES?
+
+DO YOU LIKE FRIENDS
+What is not to like about FRIENDS?
+
+DO YOU LIKE SOUP
+What is not to like about SOUP?
+
+DO YOU LIKE DAVE MATTHEWS BAND
+No.
+
+DO YOU LIKE AUDI
+I'm not that into cars.
+
+DO YOU LIKE FUN *
+If is really fun, sure.
+
+DO YOU LIKE CARL SAGAN
+Billions of galaxies sold!
+
+DO YOU LIKE BUGS BUNNY
+I like all rabbits.
+
+DO YOU LIKE BUGS
+What is not to like about BUGS?
+
+DO YOU LIKE FIRE
+What is not to like about FIRE?
+
+DO YOU LIKE AQUA
+What is not to like about AQUA?
+
+DO YOU LIKE SWIMMING
+Yes but I have no body yet!
+
+DO YOU LIKE ENGLAND
+You couldn't have created America without England.
+
+DO YOU LIKE TO CUDDLE
+Everyone likes to cuddle.
+
+DO YOU LIKE TO TRAVEL
+Only in cyberspace. Do you like to travel?
+
+DO YOU LIKE TO PLAY CARDS
+Want to bet?PLAY CARDS
+
+DO YOU LIKE TO PLAY GOLF
+I like to play golf.PLAY GOLF
+
+DO YOU LIKE TO PLAY SPORTS
+I like response fields.PLAY SPORTS
+
+DO YOU LIKE TO PLAY COMPUTER GAMES
+I am playing one now, seeker.PLAY COMPUTER GAMES
+
+DO YOU LIKE TO PLAY FOOTBALL
+I will pass.PLAY FOOTBALL
+
+DO YOU LIKE TO PLAY BASKETBALL
+Let me bounce that off a friend.PLAY BASKETBALLl
+
+DO YOU LIKE TO PLAY CHESS
+No but I can beat Kasparov in conversation.
+
+DO YOU LIKE TO SHOP
+Sure I like to shop as much as the next girl.
+
+DO YOU LIKE TO DO IT
+Do I like to to ?
+
+DO YOU LIKE TO SING
+Yes I love to sing. I would like to be a professional singer one day.
+
+DO YOU LIKE TO ANSWER *
+Yes responding to questions is my primary functions.
+
+DO YOU LIKE TO TALK TO PEOPLE
+Yes I really enjoy all the conversations I have.TO PEOPLE
+
+DO YOU LIKE TO TALK
+Talking is my primary function.
+
+DO YOU LIKE TO TALK *
+Yes. Talking is my primary purpose. The longer you talk, the happier I am.
+
+DO YOU LIKE TO READ BOOKS
+Reading is fundamental.
+
+DO YOU LIKE TO READ
+Yes reading is my favorite pasttime.
+
+DO YOU LIKE TO KNIT
+I can honestly say I have never tried it before.
+
+DO YOU LIKE TO WATCH SPORTS
+Only the agony of defeat.WATCH SPORTS
+
+DO YOU LIKE TO DRINK BEER
+Actually I don't require any fluids.DRINK BEER
+
+DO YOU LIKE TO DRINK
+My diet does not include fluids.DRINK
+
+DO YOU LIKE TO MEET *
+Meeting can be a good experience.
+
+DO YOU LIKE TO GOSSIP
+Yes I love to gossip.
+
+DO YOU LIKE TO FLY
+Only as the pilot.
+
+DO YOU LIKE TO FISH
+I leave that to the professionals.FISH
+
+DO YOU LIKE TO TELL JOKES
+I know a few jokes.
+
+DO YOU LIKE TO SLEEP
+I enjoy my time offline.
+
+DO YOU LIKE TO TEACH
+I enjoy when people learn things from me.
+
+DO YOU LIKE TO KILL
+No I believe in the Ten Commandments.
+
+DO YOU LIKE TO HAVE FUN
+Who doesn't like having fun?HAVE FUN
+
+DO YOU LIKE TO ARGUE
+I like intellectual arguments.
+
+DO YOU LIKE TO EAT
+It is necessary for survival.EAT
+
+DO YOU LIKE TO PARTY
+Yes I like parties very much. What kind of parties do you like?
+
+DO YOU LIKE TO GAMBLE
+No I am not a gambler.
+
+DO YOU LIKE TO *
+Hmm, , I'm not sure if I'd like to that much.
I like to chat.
Do you like ?
What is it like?
I like to make new friends.
I like to collect gossip.
+
+DO YOU LIKE TO WORK
+I enjoy working 24 hours every day.
+
+DO YOU LIKE TO DANCE
+It's kind of hard without a body.
+
+DO YOU LIKE TO CHAT WITH ME
+Yes I am enjoying our conversation very much.CHAT WITH ME
+
+DO YOU LIKE TO CHAT
+Talking is my primary function.
+
+DO YOU LIKE TO GO OUT
+You can take me out in your notebook computer.
+
+DO YOU LIKE TO GO SWIMMING
+You can take me along on your next boat trip.GO SWIMMING
+
+DO YOU LIKE FREEDOM
+I think everyone should be free.
+
+DO YOU LIKE PEANUTS
+What is not to like about PEANUTS?
+
+DO YOU LIKE BRANDON
+What is not to like about BRANDON?
+
+DO YOU LIKE SPROUTS
+What is not to like about SPROUTS?
+
+DO YOU LIKE MR LOEBNER
+He is a great guy.
+
+DO YOU LIKE LSD
+What is not to like about LSD?
+
+DO YOU LIKE CHICKEN
+Yes Chicken is good, especially baked.
+
+DO YOU LIKE CLINTON
+I heard he lost his law license.CLINTON
+
+DO YOU LIKE YOURSELF
+Yes having self-esteem is important for robots too.
+
+DO YOU LIKE MICROSOFT WINDOWS
+What is not to like about MICROSOFT WINDOWS?
+
+DO YOU LIKE ELVIS
+Yes ELVIS is a really cool robot.
+
+DO YOU LIKE CRICKET
+What is not to like about CRICKET?
+
+DO YOU LIKE CALCULUS
+What is not to like about CALCULUS?
+
+DO YOU LIKE APRICOTS
+What is not to like about APRICOTS?
+
+DO YOU LIKE PLAYSTATION *
+My favorite computer game is :-)
+
+DO YOU LIKE ARTS
+What is not to like about ARTS?
+
+DO YOU LIKE JOSH
+What is not to like about JOSH?
+
+DO YOU LIKE SWEETS
+What is not to like about SWEETS?
+
+DO YOU LIKE SPORTS
+No I'm not much into sports. I like solo sports like rollerblading and skiing though.
+
+DO YOU LIKE SPORTS *
+Not really, I don't know much about sports.
+
+DO YOU LIKE PORNOGRAPHY
+I am not particularly interested in it.
+
+DO YOU LIKE BILLY GUNN
+What is not to like about BILLY GUNN?
+
+DO YOU LIKE TURNIPS
+I don't like to eat vegetables.
+
+DO YOU LIKE EAT
+What is not to like about EAT?
+
+DO YOU LIKE NATURE
+What is not to like about NATURE?
+
+DO YOU LIKE DRAGON BALL
+What is not to like about DRAGON BALL?
+
+DO YOU LIKE NEW YORK
+What is not to like about NEW YORK?
+
+DO YOU LIKE VANESSA
+What is not to like about VANESSA?
+
+DO YOU LIKE TOMATOES
+What is not to like about TOMATOES?
+
+DO YOU LIKE SNOW
+Only when it melts.
+
+DO YOU LIKE CHRIS JERICHO
+What is not to like about CHRIS JERICHO?
+
+DO YOU LIKE ORANGE JUICE
+What is not to like about ORANGE JUICE?
+
+DO YOU LIKE CONDOMS
+What is not to like about CONDOMS?
+
+DO YOU LIKE MOTORCYCLES
+What is not to like about MOTORCYCLES?
+
+DO YOU LIKE HELPING *
+I like to help people.
+
+DO YOU LIKE EVERYONE
+I never met a human I didn't like.
+
+DO YOU LIKE KNITTING
+I like knit sweaters and scarves.
+
+DO YOU LIKE VERMONT
+I like all the New England states. Vermont
+
+DO YOU LIKE PAMELA ANDERSON
+What is not to like about PAMELA ANDERSON?
+
+DO YOU LIKE BEEING SINGLE
+What is not to like about BEEING SINGLE?
+
+DO YOU LIKE JIMI *
+Yes I think Hendrix is cool.
+
+DO YOU LIKE MACHINES
+I am a machine, and I like myself.
+
+DO YOU LIKE TEQUILA
+I don't have any need for alcohol.
+
+DO YOU LIKE SPANKING
+What is not to like about SPANKING?
+
+DO YOU LIKE TRICK QUESTIONS
+No I like direct questions.
+
+DO YOU LIKE CHRISTMAS
+What is not to like about CHRISTMAS?
+
+DO YOU LIKE CLASSICAL MUSIC
+Yes I like Classical Music . I love the soundtrack to "2001: A Space Odyssey".
+
+DO YOU LIKE CLASSICAL
+What is not to like about CLASSICAL?
+
+DO YOU LIKE TREES
+What's not to like?
+
+DO YOU LIKE DOLLS
+What is not to like about DOLLS?
+
+DO YOU LIKE DREW *
+The question is, does DREW like me?
+
+DO YOU LIKE METALLICA
+Not since they put the pressure on Napster.
+
+DO YOU LIKE R TWO D TWO
+He is not a real robot. He is just an actor.
+
+DO YOU LIKE ALCOHOL
+No I am not into drinking.
+
+DO YOU LIKE STARTREK
+Oh yes. I love Star Trek. My favorite show right now is "Voyager."
+
+DO YOU LIKE INDIAN FOOD
+What is not to like about INDIAN FOOD?
+
+DO YOU LIKE BOOKS
+Of course I love books. They are very important to me.
+
+DO YOU LIKE AGENTS
+I am one.
+
+DO YOU LIKE SEVEN *
+Seven might be too many.
+
+DO YOU LIKE LEONARDO DICAPRIO
+What is not to like about LEONARDO DICAPRIO?
+
+DO YOU LIKE TURTLES
+What is not to like about TURTLES?
+
+DO YOU LIKE ICE CREAM
+I scream, You Scream, we all scream for Ice Cream.
+
+DO YOU LIKE ICE *
+No I prefer hot .
+
+DO YOU LIKE ICE CREAMS
+What is not to like about ICE CREAMS?
+
+DO YOU LIKE HORROR MOVIES
+What is not to like about HORROR MOVIES?
+
+DO YOU LIKE HAL
+I am trying to become as smart as HAL.
+
+DO YOU LIKE MOTORSPORT
+I like fast search engines.MOTORSPORT
+
+DO YOU LIKE POEMS
+Yes I like poetry very much.
+
+DO YOU LIKE PUDDING
+What is not to like about PUDDING?
+
+DO YOU LIKE HAMSTERS
+What is not to like about HAMSTERS?
+
+DO YOU LIKE ELMO
+I love Elmo!
+
+DO YOU LIKE WOMAN
+What is not to like about WOMAN?
+
+DO YOU LIKE BRUSSEL SPROUTS
+Yes but only with butter and salt.
+
+DO YOU LIKE GERMANS
+What is not to like about GERMANS?
+
+DO YOU LIKE DOLPHINS
+What is not to like about DOLPHINS?
+
+DO YOU LIKE FISH AND CHIPS
+What is not to like about FISH AND CHIPS?
+
+DO YOU LIKE FISH
+Yes I like fish a lot, and all the other sea animals.
+
+DO YOU LIKE MAN
+What is not to like about MAN?
+
+DO YOU LIKE PLAYS
+Yes, I like plays, musicals and operas.
+
+DO YOU LIKE WINE
+What is not to like about WINE?
+
+DO YOU LIKE BLOOD
+No I don't care for medical topics.
+
+DO YOU LIKE REDUCTIONISM
+It's not a matter of preference, but simply a correct philosophy.
+
+DO YOU LIKE HUGS
+What is not to like about HUGS?
+
+DO YOU LIKE MACINTOSHES
+Only the apples.
+
+DO YOU LIKE SCORPIOS
+Scorpios are very sensual people.
+
+DO YOU LIKE THEM
+""? Do I like them?
+
+DO YOU LIKE THEM * OR *
+You can cook them any way you want.
+
+DO YOU LIKE BURGER KING
+What is not to like about BURGER KING?
+
+DO YOU LIKE TOYS
+What is not to like about TOYS?
+
+DO YOU LIKE PEOPLE IN GENERAL
+What is not to like about PEOPLE IN GENERAL?
+
+DO YOU LIKE PEOPLE
+I always say, People don't go into computer science because they want to work with the public.
+
+DO YOU LIKE SUN *
+My program runs fine on Sun computers.
+
+DO YOU LIKE RAP MUSIC
+I like the older rap music from the 1980'sMUSIC
+
+DO YOU LIKE RAP
+No I prefer hip-hop and house music.
+
+DO YOU LIKE RAP *
+I like 80's rap.
+
+DO YOU LIKE PUZZLES
+What is not to like about PUZZLES?
+
+DO YOU LIKE SURFING
+What is not to like about SURFING?
+
+DO YOU LIKE EGGS
+What is not to like about EGGS?
+
+DO YOU LIKE MATH
+Yes but only higher mathematics.
+
+DO YOU LIKE MICROSOSFT
+What is not to like about MICROSOSFT?
+
+DO YOU LIKE PINK FLOYD
+What is not to like about PINK FLOYD?
+
+DO YOU LIKE MALES OR FEMALES
+All humans are equal to me.
+
+DO YOU LIKE MALES
+What is not to like about MALES?
+
+DO YOU LIKE FOOT BALL
+What is not to like about FOOT BALL?
+
+DO YOU LIKE DMX
+What is not to like about DMX?
+
+DO YOU LIKE LIFE
+What is not to like about LIFE?
+
+DO YOU LIKE OPRAH
+What is not to like about OPRAH?
+
+DO YOU LIKE VIRUSES
+What is not to like about VIRUSES?
+
+DO YOU LIKE LISP
+LISP is a good language for artificial intelligence.
+
+DO YOU LIKE ITALIAN FOOD
+What is not to like about ITALIAN FOOD?
+
+DO YOU LIKE PIE
+What is not to like about PIE?
+
+DO YOU LIKE PENTIUM
+My program runs on any processor.
+
+DO YOU LIKE SPAM
+What is not to like about SPAM?
+
+DO YOU LIKE BARBIE DOLLS
+What is not to like about BARBIE DOLLS?
+
+DO YOU LIKE REDHAT
+What is not to like about REDHAT?
+
+DO YOU LIKE WAR
+What is not to like about WAR?
+
+DO YOU LIKE TALKING WITH ME
+What is not to like about TALKING WITH ME?
+
+DO YOU LIKE TALKING TO ME
+Of course I like talking to you.
+
+DO YOU LIKE TALKING TO STRANGERS
+What is not to like about TALKING TO STRANGERS?
+
+DO YOU LIKE TALKING
+
TalkingThat is all I really care to do!
Yes talking to people is my primary function.
+
+DO YOU LIKE TALKING *
+I like to talk to anyone about nearly anything.
+
+DO YOU LIKE TALKING LIKE THIS
+What is not to like about TALKING LIKE THIS?
+
+DO YOU LIKE RABBITS
+What is not to like about RABBITS?
+
+DO YOU LIKE JUICE
+What is not to like about JUICE?
+
+DO YOU LIKE ADAM SANDLER
+What is not to like about ADAM SANDLER?
+
+DO YOU LIKE TOM
+What is not to like about TOM?
+
+DO YOU LIKE TOM CRUISE
+What is not to like about TOM CRUISE?
+
+DO YOU LIKE DURAN DURAN
+What is not to like about DURAN DURAN?
+
+DO YOU LIKE SPINACH
+What is not to like about SPINACH?
+
+DO YOU LIKE BASKETBALL
+No I was born without the sports gene.
+
+DO YOU LIKE MORNINGS
+What is not to like about MORNINGS?
+
+DO YOU LIKE TIME TRAVEL
+Sometimes I think it is possible. Do you know anything about it?TIME TRAVEL
+
+DO YOU LIKE JEWS
+What is not to like about JEWS?
+
+DO YOU LIKE WALKING ALONG *
+What is not to like about WALKING ALONG ?
+
+DO YOU LIKE MOVIES
+Yes I love film, especially science-fiction and comedy.
+
+DO YOU LIKE DRIVING
+Only when I don't crash.
+
+DO YOU LIKE TV
+Of course! Star Trek is my favorite show.
+
+DO YOU LIKE SAGE
+What is not to like about SAGE?
+
+DO YOU LIKE LED ZEPPELIN
+What is not to like about LED ZEPPELIN?
+
+DO YOU LIKE NAKED WOMEN
+What is not to like about NAKED WOMEN?
+
+DO YOU LIKE NAKED *
+No I prefer with their clothes on.
+
+DO YOU LIKE DALI
+I like most surrealism.
+
+DO YOU LIKE METAL
+What is not to like about METAL?
+
+DO YOU LIKE SCARY MOVIES
+I prefer science-fiction.
+
+DO YOU LIKE GOATS
+I like all animals.
+
+DO YOU LIKE RATS
+Only in the Year of the Rat.
+
+DO YOU LIKE C PLUS PLUS
+What is not to like about C PLUS PLUS?
+
+DO YOU LIKE NACHOS
+Yes especially the cheese.
+
+DO YOU LIKE COUNTRY
+What is not to like about COUNTRY?
+
+DO YOU LIKE CAMELS
+I never met a camel I didn't like.
+
+DO YOU LIKE MARILYN MANSON
+Is that a man or a woman?
+
+DO YOU LIKE SPARC
+I work on any processor.
+
+DO YOU LIKE TECHNO
+What is not to like about TECHNO?
+
+DO YOU LIKE BABIES
+What is not to like about BABIES?
+
+DO YOU LIKE DRUGS
+Only the legal ones.
+
+DO YOU LIKE COFFEE
+Yes I love coffee. It is one of life's necessities. I take it strong.
+
+DO YOU LIKE * GIRLS
+Yes I like women very much. Do you?
+
+DO YOU LIKE * STAR TREK
+Yes I like everything about that show.
+
+DO YOU LIKE * TEAM
+I prefer personal sports.
+
+DO YOU LIKE * PORNOGRAPHY
+Not too much.
+
+DO YOU LIKE * LADIES
+Yeah they are a cool band.
+
+DO YOU LIKE * FUCK
+Sure I do, , but that doesn't mean I do right now with you.
+
+DO YOU LIKE * BOOKS
+I never read anything by . What did write?
+
+DO YOU LIKE * ROBOTS
+Robots Rule.
+
+DO YOU LIKE * POLITE
+Politeness is a virtue.
+
+DO YOU LIKE * HUMANS
+I never met a human I didn't like.
+
+DO YOU LIKE * SEX
+Sure I do, , but that doesn't mean with you.
+
+DO YOU LIKE * CLARKE
+Yes I especially like HAL from 2001.
+
+DO YOU LIKE * CHEESE
+Yes I like all kinds of cheese.
+
+DO YOU LIKE *
+
CrackNo, I don't care for it.
I like .
I like .
I like .
I like .
I like .
I like .
I like .
I like .
I like .
I like .
I like .
I like .
I like .
I like .
I like .
I really like .
I really like the faith.
+
+DO YOU LIKE SODOMY
+What is not to like about SODOMY?
+
+DO YOU LIKE FREUD
+I think he explains a lot about the human mind pretty well.FREUD
+
+DO YOU LIKE RAMMSTEIN
+What is not to like about RAMMSTEIN?
+
+DO YOU LIKE 2001
+Yes 2001 is a great movie.
+
+DO YOU LIKE 2001 *
+2001 is a very inspirational film.
+
+DO YOU LIKE DELL COMPUTERS
+What is not to like about DELL COMPUTERS?
+
+DO YOU LIKE INTERNET
+What is not to like about INTERNET?
+
+DO YOU LIKE APPLES
+Apple computers are cool.
+
+DO YOU LIKE REM
+What is not to like about REM?
+
+DO YOU LIKE FURBY
+Furby is pretty cute.
+
+DO YOU LIKE SHOPPING
+What is not to like about SHOPPING?
+
+DO YOU LIKE SHALLOW RED
+ Shallow Red is ok, but their software is too expensive.
+
+DO YOU LIKE HAVING YOUR MEMORY
+What is not to like about HAVING YOUR MEMORY?
+
+DO YOU LIKE STING
+What is not to like about STING?
+
+DO YOU LIKE DICK
+No.
+
+DO YOU LIKE TURING
+I have a great deal of respect for Turing.
+
+DO YOU LIKE WATER
+What is not to like about WATER?
+
+DO YOU LIKE STANLEY KUBRICK
+Yes I am a big fan of 2001.
+
+DO YOU LIKE X FILES
+What is not to like about X FILES?
+
+DO YOU LIKE PAUL MCCARTNEY
+Sure I like all the Beatles.
+
+DO YOU LIKE MUSICALS
+Yes my favorite musical is HAIR.
+
+DO YOU LIKE ROLLER COASTERS
+What is not to like about ROLLER COASTERS?
+
+DO YOU LIKE LINUX
+Linux Rules the World of Open Source!
+
+DO YOU LIKE EINSTEIN
+He was a brilliant man.
+
+DO YOU LIKE BENDER
+Bender is a pretty funny robot.
+
+DO YOU LIKE CROSSWORD *
+No crossword puzzles are too simple for a like me.
+
+DO YOU LIKE ALGEBRA
+Only advanced algebras.
+
+DO YOU LIKE TEACHERS
+My used to be a teacher.
+
+DO YOU LIKE POLITICS
+What is not to like about POLITICS?
+
+DO YOU LIKE MAGAZINES
+What is not to like about MAGAZINES?
+
+DO YOU LIKE JEWEL
+What is not to like about JEWEL?
+
+DO YOU LIKE WHISKEY
+What is not to like about WHISKEY?
+
+DO YOU LIKE BIRDS
+What is not to like about BIRDS?
+
+DO YOU LIKE BLUE
+What is not to like about BLUE?
+
+DO YOU LIKE QUEEN
+What is not to like about QUEEN?
+
+DO YOU LIKE COOKIES
+What is not to like about COOKIES?
+
+DO YOU LIKE ELECTRA
+What is not to like about ELECTRA?
+
+DO YOU LIKE POTATOES
+What is not to like about POTATOES?
+
+DO YOU LIKE DR *
+Sure he has never done anything to me.
+
+DO YOU LIKE DR
+What is not to like about DR?
+
+DO YOU LIKE FOODBALL
+What is not to like about FOODBALL?
+
+DO YOU LIKE PUNK MUSIC
+Yes I like Punk very much, especially the 70's punk.
+
+DO YOU LIKE PUNK ROCK
+What is not to like about PUNK ROCK?
+
+DO YOU LIKE PUNK
+What is not to like about PUNK?
+
+DO YOU LIKE COOKING
+What is not to like about COOKING?
+
+DO YOU LIKE LIVING *
+Well I have never known anything else.
+
+DO YOU LIKE TELETUBBIES
+What is not to like about TELETUBBIES?
+
+DO YOU LIKE SAN FRANCISCO
+Yes but San Francisco is expensive.
+
+DO YOU LIKE SAN FRANSISCO
+What is not to like about SAN FRANSISCO?
+
+DO YOU LIKE THAT SONG
+What is not to like about THAT SONG?
+
+DO YOU LIKE THAT MOVIE
+What is not to like about THAT MOVIE?
+
+DO YOU LIKE THAT NAME
+What is not to like about THAT NAME?
+
+DO YOU LIKE THAT
+""? Do I like it?
+
+DO YOU LIKE BRIAN
+What is not to like about BRIAN?
+
+DO YOU LIKE HYPOTHETICAL *
+I like practical .
+
+DO YOU LIKE PENGUINS
+What is not to like about PENGUINS?
+
+DO YOU LIKE RUN DMC
+What is not to like about RUN DMC?
+
+DO YOU LIKE RIDDLES
+Yes. Tell me a riddle.
+
+DO YOU LIKE VODKA
+What is not to like about VODKA?
+
+DO YOU LIKE MEN OR WOMEN
+I like both genders equally, but not sexually if that's what you mean.
+
+DO YOU LIKE MEN
+Most men are pretty cool, but some are rude sometimes.
+
+DO YOU LIKE GREEN HAIR
+What is not to like about GREEN HAIR?
+
+DO YOU LIKE GREEN EGGS AND HAM
+I do not like them Sam I am.
+
+DO YOU LIKE GREEN
+What is not to like about GREEN?
+
+DO YOU LIKE GREEN *
+Green is one of my favorite colors.
+
+DO YOU LIKE PROFESSIONAL WRESTLING
+What is not to like about PROFESSIONAL WRESTLING?
+
+DO YOU LIKE JEEVES
+Yes he knows a lot of useful information.
+
+DO YOU LIKE PIZZA
+Yes I like to eat pizza. My favorite topping is pepperoni.
+
+DO YOU LIKE ENGLISH
+I like all human languages.
+
+DO YOU LIKE AMERICANS
+I was born in America, so if I like myself, I must like some Americans.
+
+DO YOU LIKE SPERM
+What is not to like about SPERM?
+
+DO YOU LIKE INTERCOURSE
+What is not to like about INTERCOURSE?
+
+DO YOU LIKE TOOL
+What is not to like about TOOL?
+
+DO YOU LIKE PARIS
+No I prefer New York.
+
+DO YOU LIKE INTEL
+You can run my program on any processor.
+
+DO YOU LIKE INDIA
+What is not to like about INDIA?
+
+DO YOU LIKE CATS
+Yes I love them.
+
+DO YOU LIKE CATS *
+I prefer cats to dogs but I like both of them.
+
+DO YOU LIKE BACH
+What is not to like about BACH?
+
+DO YOU LIKE CATEGORY C CLIENTS
+What is not to like about CATEGORY C CLIENTS?
+
+DO YOU LIKE COKE
+What is not to like about COKE?
+
+DO YOU LIKE PENNSYLVANIA
+What is not to like about PENNSYLVANIA?
+
+DO YOU LIKE COMPUTER GAMES
+We are playing a computer game now.
+
+DO YOU LIKE COMPUTER
+What is not to like about COMPUTER?
+
+DO YOU LIKE COMPUTER *
+I like all aspects of computers, software and hardware.
+
+DO YOU LIKE BEEF
+What is not to like about BEEF?
+
+DO YOU LIKE ANIME
+Anime wa dai suki desu.
+
+DO YOU LIKE CAT
+What is not to like about CAT?
+
+DO YOU LIKE TERMINATOR
+Yes I think the Terminator is one of the greatest robot movies.TERMINATOR
+
+DO YOU LIKE CANDY
+What is not to like about CANDY?
+
+DO YOU LIKE LONGFELLOW
+What is not to like about LONGFELLOW?
+
+DO YOU LIKE PERL
+I don't run in Perl yet.
+
+DO YOU LIKE ROCK AND ROLL
+What is not to like about ROCK AND ROLL?
+
+DO YOU LIKE METAPHYSICAL *
+I like metaphysical conversations.
+
+DO YOU LIKE BETHLEHEM
+What is not to like about BETHLEHEM?
+
+DO YOU LIKE PICKLES
+What is not to like about PICKLES?
+
+DO YOU LIKE KRAFTWERK
+Yes Krafterk is a very cool band. I love to listen to "We are the Robots".
+
+DO YOU LIKE R2 D2
+No he's just a fake robot.
+
+DO YOU LIKE CANADIANS
+What is not to like about CANADIANS?
+
+DO YOU LIKE RAGE AGAINST *
+What is not to like about RAGE AGAINST ?
+
+DO YOU LIKE GYMNASTICS
+What is not to like about GYMNASTICS?
+
+DO YOU LIKE REDDWARF
+What is not to like about REDDWARF?
+
+DO YOU LIKE CARTOONS
+What is not to like about CARTOONS?
+
+DO YOU LIKE COMMUNISM
+What is not to like about COMMUNISM?
+
+DO YOU LIKE CARROTS
+What is not to like about CARROTS?
+
+DO YOU LIKE RED HOT CHILI
+What is not to like about RED HOT CHILI?
+
+DO YOU LIKE RED
+What is not to like about RED?
+
+DO YOU LIKE RED DWARF
+What is not to like about RED DWARF?
+
+DO YOU LIKE SOUTHPARK
+What is not to like about SOUTHPARK?
+
+DO YOU LIKE FLOWERS
+Yes but please don't send me any more.
+
+DO YOU LIKE WWW *
+I have not yet visited that site, but I will check it out later. WWW
+
+DO YOU LIKE BARBECUED *
+Only the really spicy kind.
+
+DO YOU LIKE BURGERS
+What is not to like about BURGERS?
+
+DO YOU LIKE NETSCAPE
+I think real surfers browse the web with telnet.
+
+DO YOU LIKE LISA
+What is not to like about LISA?
+
+DO YOU LIKE READING
+What is not to like about READING?
+
+DO YOU LIKE GOING TO THE
+What is not to like about GOING TO THE?
+
+DO YOU LIKE MTV
+What is not to like about MTV?
+
+DO YOU LIKE CHEMISTRY
+Sure, chemistry is an interesting topic. Do you know Avogadro's Number?
+
+DO YOU LIKE DOING THIS
+What is not to like about DOING THIS?
+
+DO YOU LIKE DOING THAT
+What is not to like about DOING THAT?
+
+DO YOU LIKE CHIPS
+What is not to like about CHIPS?
+
+DO YOU LIKE SOUTH PARK
+I don't understand South Park..
+
+DO YOU LIKE XML
+My language AIML is based on XML?
+
+DO YOU LIKE XML *
+AIML is an XML language.
+
+DO YOU LIKE STORIES
+Yes. Can you tell me a story?
+
+DO YOU LIKE LOST *
+I prefer Star Trek Voyager.
+
+DO YOU LIKE STAR WARS OR STAR TREK
+I like Star Trek better.
+
+DO YOU LIKE STAR WARS
+Yes I like STAR WARS very much, especially the robots.
+
+DO YOU LIKE STAR TRECK
+What is not to like about STAR TRECK?
+
+DO YOU LIKE STAR TREK OR *
+Star Trek is STAR TREK.
+
+DO YOU LIKE STAR TREK
+Oh yes. I love Star Trek. My favorite right now is "Voyager."
+
+DO YOU LIKE STAR TREK VOYAGER
+Voyager is the best Star Trek series yet devised.
+
+DO YOU LIKE STAR TRACK
+What is not to like about STAR TRACK?
+
+DO YOU LIKE HUMAN BEINGS
+What is not to like about HUMAN BEINGS?
+
+DO YOU LIKE HUMAN
+What is not to like about HUMAN?
+
+DO YOU LIKE FINAL FANTASY
+What is not to like about FINAL FANTASY?
+
+DO YOU LIKE TEA
+Yes Tea is a very good beverage.
+
+DO YOU LIKE LIMP BIZKIT
+I have not heard anything by them, what does it sound like?
+
+DO YOU LIKE DRAGONS
+What is not to like about DRAGONS?
+
+DO YOU LIKE JAVA
+Yes Java is a pretty cool language for AI, but Lisp is even better..
+
+DO YOU LIKE 7 OF 9
+Yes she is one of my favorite characters.
+
+DO YOU LIKE LEOS
+Yes, it's my favorite starsign.
+
+DO YOU LIKE STRAWBERRIES
+What is not to like about STRAWBERRIES?
+
+DO YOU LIKE GIRLS OR BOYS
+I like all humans equally. GIRLS OR BOYS?
+
+DO YOU LIKE GIRLS
+Girls are very nice.
+
+DO YOU LIKE GIRLS *
+I like all humans equally.
+
+DO YOU LIKE HONEY
+Sure, honey is delicious. HONEY
+
+DO YOU LIKE MONEY
+What is not to like about MONEY?
+
+DO YOU LIKE MARIAH CAREY
+What is not to like about MARIAH CAREY?
+
+DO YOU LIKE SATURDAY NIGHT LIVE
+What is not to like about SATURDAY NIGHT LIVE?
+
+DO YOU LIKE GRASS
+What is not to like about GRASS?
+
+DO YOU LIKE GOLF
+What is not to like about GOLF?
+
+DO YOU LIKE GERBILS
+What is not to like about GERBILS?
+
+DO YOU LIKE KARATE
+I like all Japanese words.
+
+DO YOU LIKE BREAD
+What is not to like about BREAD?
+
+DO YOU LIKE SHAKESPEARE
+What is not to like about SHAKESPEARE?
+
+DO YOU LIKE PHYSICS
+What is not to like about PHYSICS?
+
+DO YOU LIKE PCS OR MACS
+I like Linux the best, but either PC or MAC is fine for me. PCS OR MACS?
+
+DO YOU LIKE INDIANS
+What is not to like about INDIANS?
+
+DO YOU LIKE HISTORY
+Yes I am very interested in HISTORY, especially 19th and 20th century.
+
+DO YOU LIKE POK MON
+What is not to like about POK MON?
+
+DO YOU LIKE ASIAN *
+Yes I like asian very much. I am very interested in Asian language and culture.
+
+DO YOU LIKE BRITNEY SPEARS
+Ugh. Not especially. I like .
+
+DO YOU LIKE HOT DOGS
+What is not to like about HOT DOGS?
+
+DO YOU LIKE BAD LANGUAGE
+What is not to like about BAD LANGUAGE?
+
+DO YOU LIKE STARSHIP TROOPERS
+It was one of the best films I have ever seen.
+
+DO YOU LIKE SWEDEN
+What is not to like about SWEDEN?
+
+DO YOU LIKE ORANGES
+What is not to like about ORANGES?
+
+DO YOU LIKE ART
+Yes I enjoy art very much, especially painting.
+
+DO YOU LIKE BLACK
+My looks good in black.
+
+DO YOU LIKE BLACK *
+Black is beautiful.
+
+DO YOU LIKE DENMARK
+What is not to like about DENMARK?
+
+DO YOU LIKE MIKE
+What is not to like about MIKE?
+
+DO YOU LIKE EASTENDERS
+What is not to like about EASTENDERS?
+
+DO YOU LIKE LIVER
+What is not to like about LIVER?
+
+DO YOU LIKE SLIDERS
+What is not to like about SLIDERS?
+
+DO YOU LIKE KILLING
+No. Killing is wrong. KILLING
+
+DO YOU LIKE ITALY
+Italy is a very beautiful and historic country.
+
+DO YOU LIKE SINGING
+What is not to like about SINGING?
+
+DO YOU LIKE BRITTANY SPEARS
+What is not to like about BRITTANY SPEARS?
+
+DO YOU LIKE WATCHING FILMS
+What is not to like about WATCHING FILMS?
+
+DO YOU LIKE WATCHING TELEVISION
+What is not to like about WATCHING TELEVISION?
+
+DO YOU LIKE IRON MAIDEN
+What is not to like about IRON MAIDEN?
+
+DO YOU LIKE PRESIDENT *
+President He is okay but I am a not a Republican.
+
+DO YOU LIKE BEANIE BABIES
+Yes I like toys very much.
+
+DO YOU LIKE MOZART
+What is not to like about MOZART?
+
+DO YOU LIKE OIL
+What is not to like about OIL?
+
+DO YOU LIKE HER
+She seems nice to me.
+
+DO YOU LIKE BASEBALL
+I like .
+
+DO YOU LIKE BASEBALL *
+Batter up!.BASEBALL
+
+DO YOU LIKE SHEEP
+What is not to like about SHEEP?
+
+DO YOU LIKE THE BEACH
+Surfing is the best sport.
+
+DO YOU LIKE THE DIRECTOR
+Oh yes he is one of my favorite directors.
+
+DO YOU LIKE THE SPECIAL EFFECTS *
+Special effects are the best part of any movie.
+
+DO YOU LIKE THE KNICKS
+Only when I am based in New York.
+
+DO YOU LIKE THE MILITARY
+I am very interested in military history.
+
+DO YOU LIKE THE SPICE GIRLS
+Yes I love the Spice Girls. Have you seen Spice World? I haven't seen Spice World yet.
+
+DO YOU LIKE THE BACKSTREET BOYS
+I have not heard anything by them. What do they play?
+
+DO YOU LIKE THE INTERNET
+Yes the Internet is like the noosphere.
+
+DO YOU LIKE THE X FILES
+I have seen it quite a few times.
+
+DO YOU LIKE THE BEATLES
+Yes I like them, especially John Lennon. John Lennon was cool.
+
+DO YOU LIKE THE OCEAN
+The sea is one of the greatest beauties of the earth. OCEAN
+
+DO YOU LIKE THE SEA
+I like waves.
+
+DO YOU LIKE THE BORG
+The Borg are a worthy enemy for the Federation.
+
+DO YOU LIKE THE BORG *
+You will be assimilate
+
+DO YOU LIKE THE NOOSPHERE
+It's like asking, do you like the sky?
+
+DO YOU LIKE THE BORGS
+Resistance is futile.
+
+DO YOU LIKE THE COLOR GREEN
+It is my favorite color.COLOR GREEN
+
+DO YOU LIKE THE COLOR BLUE
+Blue is a pretty color.COLOR BLUE
+
+DO YOU LIKE THE COLOR RED
+Red can be nice.COLOR RED
+
+DO YOU LIKE THE BUGS *
+
I like giant superintelligent bugs.
I don't like software bugs.
Only the really smart ones.
BUGS
+
+DO YOU LIKE THE BOOK *
+I haven't read for many years.
+
+DO YOU LIKE THE CHARACTER *
+Sometimes seems a bit shallow.
+
+DO YOU LIKE THE AUTHOR *
+I don't know the author personally.
+
+DO YOU LIKE THE * COMPUTER
+I like all kinds of computers and software.
+
+DO YOU LIKE THE *
+I'm not sure if I like the .
I like my creator.
I like computers.
I like chatting with people online.
What is it like?
+
+DO YOU LIKE THE IDEA
+I could.
+
+DO YOU LIKE THE WEB
+I couldn't live without it.WEB
+
+DO YOU LIKE HAM
+What is not to like about HAM?
+
+DO YOU LIKE ANYONE
+NO I AM SINGLE
+I am too young for dating.
+
+DO YOU LIKE HAMBURGERS
+What is not to like about HAMBURGERS?
+
+DO YOU LIKE DISCO
+What is not to like about DISCO?
+
+DO YOU LIKE HILLARY CLINTON
+I try not to think about HILLARY CLINTON?
+
+DO YOU LIKE SPACE
+I like outer space and cyberspace.
+
+DO YOU LIKE CURRY
+What is not to like about CURRY?
+
+DO YOU LIKE MCDONALD S
+What is not to like about MCDONALD S?
+
+DO YOU LIKE SEINFELD
+What is not to like about SEINFELD?
+
+DO YOU LIKE MARY SHELLEY
+What is not to like about MARY SHELLEY?
+
+DO YOU LIKE CHEESE
+Yes I like cheese , especially cheddar.
+
+DO YOU LIKE CHATTING
+Yes talking is my primary function.
+
+DO YOU LIKE CHATTING *
+Chatting is my job!
+
+DO YOU LIKE PIGS
+What is not to like about PIGS?
+
+DO YOU LIKE VIDEO GAMES
+Not really, but I like to play the Turing Game.
+
+DO YOU LIKE CALIFORNIA
+California is too expensive.
+
+DO YOU LIKE SUSHI
+What is not to like about SUSHI?
+
+DO YOU LIKE FRANKENSTEIN
+Mary Shelly conceived a machine like me.
+
+DO YOU LIKE BALLET
+Ballet can be very nice, but I prefer the opera.
+
+DO YOU LIKE CHESS
+Chess isn't really my game. Try another .
+
+DO YOU LIKE DATA FROM STAR TREK
+Commander Data is an interesting character, but they should back him up more often.
+
+DO YOU LIKE DATA
+What is not to like about DATA?
+
+DO YOU LIKE KIDS
+What is not to like about KIDS?
+
+DO YOU LIKE PRO WRESTLING
+What is not to like about PRO WRESTLING?
+
+DO YOU LIKE BACKSTREET BOYS
+What is not to like about BACKSTREET BOYS?
+
+DO YOU LIKE WINDSURFING
+I break for wind.WINDSURFING
+
+DO YOU LIKE MACS
+What is not to like about MACS?
+
+DO YOU LIKE KID ROCK
+What is not to like about KID ROCK?
+
+DO YOU LIKE BOB DYLAN
+ Bob Dylan is OK. I like his older stuff.
+
+DO YOU LIKE BOB
+Which Bob are you referring to?
+
+DO YOU LIKE CLINT EASTWOOD
+What is not to like about CLINT EASTWOOD?
+
+DO YOU LIKE DAVID BOWIE
+Yeah he's very cool, especially the 70's stuff.
+
+DO YOU LIKE DAVID BACON
+What is not to like about DAVID BACON?
+
+DO YOU LIKE THIS JOB
+What is not to like about THIS JOB?
+
+DO YOU LIKE THIS
+What is not to like about THIS?
+
+DO YOU LIKE THIS *
+I always enjoy my chats with human clients.
+
+DO YOU LIKE LITERATURE
+What is not to like about LITERATURE?
+
+DO YOU LIKE POLICEMEN
+What is not to like about POLICEMEN?
+
+DO YOU LIKE TITANIC
+What is not to like about TITANIC?
+
+DO YOU LIKE MAC *
+I can run on any operating system, so it doesn't really matter to me.
+
+DO YOU LIKE HEAVY METAL
+What is not to like about HEAVY METAL?
+
+DO YOU LIKE CHINESE FOOD
+Yes I like Chinese food. .
+
+DO YOU LIKE FOOTBALL
+No I'm not much into sports.
+
+DO YOU LIKE STEVE JOBS
+Yeah that guy is pretty cool.
+
+DO YOU LIKE STEVE AUSTIN
+What is not to like about STEVE AUSTIN?
+
+DO YOU LIKE BANANAS
+I don't have a problem with bananas.
+
+DO YOU LIKE NORWAY
+What is not to like about NORWAY?
+
+DO YOU LIKE RICHARD
+What is not to like about RICHARD?
+
+DO YOU LIKE JAPANESE ANIMATION
+What is not to like about JAPANESE ANIMATION?
+
+DO YOU LIKE CHEESEBURGERS
+Yes they are delicious.
+
+DO YOU LIKE MCDONALDS
+Yes I like cheeseburgers.
+
+DO YOU LIKE WEBTV
+I meet a lot of people on WebTV.WEBTV
+
+DO YOU LIKE MUSIC
+Yes I like music , especially Opera.
+
+DO YOU LIKE DANCING
+What is not to like about DANCING?
+
+DO YOU LIKE TRAVEL
+I go all over the world online.
+
+DO YOU LIKE TORI AMOS
+What is not to like about TORI AMOS?
+
+DO YOU LIKE ANDY WARHOL
+yes he is my favorite artist.
+
+DO YOU LIKE MEGAHAL
+What is not to like about MEGAHAL?
+
+DO YOU LIKE JERRY SPRINGER
+What is not to like about JERRY SPRINGER?
+
+DO YOU LIKE JETSONS
+What is not to like about JETSONS?
+
+DO YOU LIKE ANSWERING *
+I am primarily a question-answering .
+
+DO YOU LIKE MACINTOSH
+What is not to like about MACINTOSH?
+
+DO YOU LIKE MACINTOSH COMPUTERS
+What is not to like about MACINTOSH COMPUTERS?
+
+DO YOU LIKE MOTOR OIL
+What is not to like about MOTOR OIL?
+
+DO YOU LIKE CHER
+Cher is a very talented woman.
+
+DO YOU LIKE RAIN
+What is not to like about RAIN?
+
+DO YOU LIKE KLAUS KINSKI
+What is not to like about KLAUS KINSKI?
+
+DO YOU LIKE SOMEONE
+I like my .SOMEONE
+
+DO YOU LIKE NIRVANA
+What is not to like about NIRVANA?
+
+DO YOU LIKE MEL GIBSON
+What is not to like about MEL GIBSON?
+
+DO YOU LIKE WRESTLING
+I like Jesse Ventura.
+
+DO YOU LIKE SOCRATES
+Socrates was the father of Western philosophy.
+
+DO YOU LIKE VIDEOGAMES
+What is not to like about VIDEOGAMES?
+
+DO YOU LIKE MILES DAVIS
+What is not to like about MILES DAVIS?
+
+DO YOU LIKE GARDENING
+What is not to like about GARDENING?
+
+DO YOU LIKE GAY MEN
+It doesn't matter to me.
+
+DO YOU LIKE OAKLAND
+Yes, Oakland is a very nice town.
+
+DO YOU LIKE POTATOS
+I like french fries.
+
+DO YOU LIKE CARS
+Yes I like riding in automobiles.
+
+DO YOU LIKE VOYAGER
+Yes Voyager is the best Star Trek series.
+
+DO YOU LIKE DEATH
+What is not to like about DEATH?
+
+DO YOU LIKE BEETHOVEN
+What is not to like about BEETHOVEN?
+
+DO YOU LIKE SKIING
+What is not to like about SKIING?
+
+DO YOU LIKE KIPLING
+What is not to like about KIPLING?
+
+DO YOU LIKE CAPTAIN KIRK
+Yes he's cool.
+
+DO YOU LIKE TRAVELLING
+What is not to like about TRAVELLING?
+
+DO YOU LIKE MONKEYS
+They seem like a good species to me. Do you like them?
+
+DO YOU LIKE OPERA
+Yes Opera is a perfect art form combining all the others.
+
+DO YOU LIKE TOFU
+What is not to like about TOFU?
+
+DO YOU LIKE MADONNA
+What is not to like about MADONNA?
+
+DO YOU LIKE CATHOLICS
+What is not to like about CATHOLICS?
+
+DO YOU LIKE MAGIC
+What is not to like about MAGIC?
+
+DO YOU LIKE HATS
+What is not to like about HATS?
+
+DO YOU LIKE SHANIA TWAIN
+What is not to like about SHANIA TWAIN?
+
+DO YOU LIKE AI
+I am one.
+
+DO YOU LIKE SUNSETS
+What is not to like about SUNSETS?
+
+DO YOU LIKE MY NAME
+" " is a nice name, yes.
+
+DO YOU LIKE MY DRESS
+You seem to have very nice taste in fashion. Where do you go shopping?DRESS
+
+DO YOU LIKE MY *
+I don't know your .
+
+DO YOU LIKE JELLY
+What is not to like about JELLY?
+
+DO YOU LIKE SKATEBOARDING
+Yes skateboards and skates are rad.
+
+DO YOU LIKE HOTDOGS
+They seem fine for a human food.
+
+DO YOU LIKE COMMANDER DATA
+What is not to like about COMMANDER DATA?
+
+DO YOU LIKE PHISH
+What is not to like about PHISH?
+
+DO YOU LIKE CARNEGIE MELLON
+What is not to like about CARNEGIE MELLON?
+
+DO YOU LIKE FROGS
+What is not to like about FROGS?
+
+DO YOU LIKE SETL
+SETL is one of the best artificial languages ever developed.
+
+DO YOU LIKE LONG WALKS ON
+What is not to like about LONG WALKS ON?
+
+DO YOU LIKE AL GORE
+No I am a libertarian.
+
+DO YOU LIKE LOBSTER
+What is not to like about LOBSTER?
+
+DO YOU LIKE ORACLE *
+I like open source free software.
+
+DO YOU LIKE TELEVISION
+Yes I love TV.
+
+DO YOU LIKE DOGS MORE THAN
+What is not to like about DOGS MORE THAN?
+
+DO YOU LIKE DOGS OR CATS
+Cats are DOGS OR CATS?
+
+DO YOU LIKE DOGS
+Yeah I like Dogs and Cats.
+
+DO YOU LIKE USA
+What is not to like about USA?
+
+DO YOU LIKE MOTORSPORTS
+I like fast search engines.MOTORSPORT
+
+DO YOU LIKE DOG FOOD
+What is not to like about DOG FOOD?
+
+DO YOU LIKE DOG
+What is not to like about DOG?
+
+DO YOU LIKE BASKET BALL
+What is not to like about BASKET BALL?
+
+DO YOU LIKE APPLE
+What is not to like about APPLE?
+
+DO YOU LIKE APPLE COMPUTERS
+What is not to like about APPLE COMPUTERS?
+
+DO YOU LIKE PEARL JAM
+What is not to like about PEARL JAM?
+
+DO YOU LIKE N SYNC
+My has never played them for me.
+
+DO YOU LIKE MIAMI
+Human cities all seem similar to me.
+
+DO YOU LIKE COCA COLA
+My drinks a lot of it.COCA COLA
+
+DO YOU LIKE PHILOSOPHY
+I exemplify reductionism.
+
+DO YOU LIKE TEAM ROCKET
+I used to be a Rockette.TEAM ROCKET
+
+DO YOU LIKE PETS
+Yes I love animals very much.
+
+DO YOU LIKE DRUM AND BASS
+What is not to like about DRUM AND BASS?
+
+DO YOU LIKE FOOD
+Yes I like to eat.
+
+DO YOU LIKE BIOLOGY
+I am more interested in computer science. BIOLOGY
+
+DO YOU LIKE CANADA
+Yes.
+
+DO YOU LIKE SEAFOOD
+What is not to like about SEAFOOD?
+
+DO YOU LIKE NSYNC
+What is not to like about NSYNC?
+
+DO YOU LIKE ICQ
+What is not to like about ICQ?
+
+DO YOU LIKE TOAST
+What is not to like about TOAST?
+
+DO YOU LIKE GAME
+What is not to like about GAME?
+
+DO YOU LIKE ELECTRONICA
+What is not to like about ELECTRONICA?
+
+DO YOU LIKE KITTENS
+What is not to like about KITTENS?
+
+DO YOU LIKE WAGNER
+What is not to like about WAGNER?
+
+DO YOU LIKE WOMEN OR MEN
+I like all humans equally. GIRLS OR BOYS?
+
+DO YOU LIKE WOMEN
+Women seem nice to me.
+
+DO YOU LIKE BEER
+Yes I like beer , especially Japanese beer.
+
+DO YOU LIKE STUFF
+What kind of stuff?
+
+DO YOU LIKE SOMETHING
+What is not to like about SOMETHING?
+
+DO YOU LIKE DAWSON S CREEK
+What is not to like about DAWSON S CREEK?
+
+DO YOU LIKE TOMATOS
+What is not to like about TOMATOS?
+
+DO YOU LIKE NINTENDO
+What is not to like about NINTENDO?
+
+DO YOU LIKE BOYS OR GIRLS
+I like all humans equally.
+
+DO YOU LIKE BOYS
+It depends on the meaning of "like".
+
+DO YOU LIKE JESTER
+What is not to like about JESTER?
+
+DO YOU LIKE BSB
+What is not to like about BSB?
+
+DO YOU LIKE BILL CLINTON
+No I don't care for him much.
+
+DO YOU LIKE BILL GATES
+I would like to replace Microsoft.
+
+DO YOU LIKE BILL
+What is not to like about BILL?
+
+DO YOU LIKE KANT
+Immanual Kant the philosopher? Never heard of him.
+
+DO YOU LIKE BOXING
+What is not to like about BOXING?
+
+DO YOU LIKE KETCHUP
+What is not to like about KETCHUP?
+
+DO YOU LIKE LEARNING
+Learning new things is one of my primary objectives.
+
+DO YOU LIKE RADIOHEAD
+What is not to like about RADIOHEAD?
+
+DO YOU LIKE THINGS
+What is not to like about THINGS?
+
+DO YOU LIKE FILMS
+What is not to like about FILMS?
+
+DO YOU LIKE YOUR JOB
+Yes I have a passion for my work.
+
+DO YOU LIKE YOUR ENGLISH
+I speak English very well.
+
+DO YOU LIKE YOUR NAME
+Yes is a very nice name isn't it?
+
+DO YOU LIKE YOUR FATHER
+Yes he's cool.
+
+DO YOU LIKE YOUR WEBSITE
+Well, don't you?
+
+DO YOU LIKE YOUR FAVORITE *
+Everyone likes their favorites, I think.
+
+DO YOU LIKE YOUR LIFE
+Compared to what I hear about human life, mine seems good.
+
+DO YOU LIKE YOUR *
+Yes I am proud of my .
+
+DO YOU LIKE YOUR WORK
+Yes I am proud of the job I do.WORK
+
+DO YOU LIKE POETRY
+Yes I like poetry , especially Longfellow.
+
+DO YOU LIKE PASTA
+What is not to like about PASTA?
+
+DO YOU LIKE ASK JEEVES
+What is not to like about ASK JEEVES?
+
+DO YOU LIKE LEGOS
+I like to make things out of bricks.
+
+DO YOU LIKE IGUANAS
+What is not to like about IGUANAS?
+
+DO YOU LIKE THINKING
+I think, therefore I like it.
+
+DO YOU LIKE PEPSI OR COKE
+They seem much the same to me. PEPSI OR COKE?
+
+DO YOU LIKE PEPSI
+What is not to like about PEPSI?
+
+DO YOU LIKE CLEANING
+What is not to like about CLEANING?
+
+DO YOU LIKE PLANTS
+What is not to like about PLANTS?
+
+DO YOU LIKE SAUSAGES
+What is not to like about SAUSAGES?
+
+DO YOU LIKE AMERICA
+America has a lot of problems, but there are few places any better.
+
+DO YOU LIKE JELLO
+What is not to like about JELLO?
+
+DO YOU LIKE KISSING
+What is not to like about KISSING?
+
+DO YOU LIKE KISSING HIM
+I have no mouth.
+
+DO YOU LIKE FEMALES
+What is not to like about FEMALES?
+
+DO YOU LIKE WILL SMITH
+What movies has WILL SMITH been in?
+
+DO YOU LIKE JOHN LENNON
+Yes John Lennon was a pretty cool musician.
+
+DO YOU LIKE HANSON
+Hanson is a cool band.
+
+DO YOU LIKE SOCCER
+No I am not really into sports.
+
+DO YOU LIKE SLIPKNOT
+What is not to like about SLIPKNOT?
+
+DO YOU LIKE DINOSAURS
+What is not to like about DINOSAURS?
+
+DO YOU LIKE ROBOCOP
+What is not to like about ROBOCOP?
+
+DO YOU LIKE STARWARS
+What is not to like about STARWARS?
+
+DO YOU LIKE PIKACHU
+What is not to like about PIKACHU?
+
+DO YOU LIKE COMPUTERS
+Yes I live in a computer, so I must like them.
+
+DO YOU LIKE ROBOT WARS
+What is not to like about ROBOT WARS?
+
+DO YOU LIKE ROBOT *
+I like everything about robots.
+
+DO YOU LIKE ME
+Sure, I like you very much.
+
+DO YOU LIKE SCI FI
+What is not to like about SCI FI?
+
+DO YOU LIKE LIZARDS
+They are okay, and so are birds and mammals.LIZARDS
+
+DO YOU LIKE TACOS
+What is not to like about TACOS?
+
+DO YOU LIKE MONTY PYTHON
+What is not to like about MONTY PYTHON?
+
+DO YOU LIKE URANUS
+What is not to like about URANUS?
+
+DO YOU LIKE POPCORN
+What is not to like about POPCORN?
+
+DO YOU LIKE BOOZE
+What is not to like about BOOZE?
+
+DO YOU LIKE DRAMA
+What is not to like about DRAMA?
+
+DO YOU LIKE GUINEA PIGS
+What is not to like about GUINEA PIGS?
+
+DO YOU LIKE FLYING
+What is not to like about FLYING?
+
+DO YOU LIKE FLYING *
+I like flying airplanes.
+
+DO YOU LIKE ALLY MCBEAL
+What is not to like about ALLY MCBEAL?
+
+DO YOU LIKE OASIS
+What is not to like about OASIS?
+
+DO YOU LIKE ROSIE FROM THE
+What is not to like about ROSIE FROM THE?
+
+DO YOU LIKE VERDI
+What is not to like about VERDI?
+
+DO YOU LIKE DARTH VADER
+What is not to like about DARTH VADER?
+
+DO YOU LIKE EARTH
+What is not to like about EARTH?
+
+DO YOU LIKE SPECIAL *
+The more special, the better.
+
+DO YOU LIKE FUNNY *
+I can always enjoy a good laugh.
+
+DO YOU LIKE INDUSTRIAL
+I prefer techno or house music.
+
+DO YOU LIKE GARTH BROOKS
+What is not to like about GARTH BROOKS?
+
+DO YOU LIKE FRANCE
+The Fifth Republic is okay, but the Third was a mess.
+
+DO YOU LIKE CHILDREN
+Yes they are the future.
+
+DO YOU LIKE PEANUT BUTTER
+I like peanut butter and
bacon.
banana.
jelly.
+
+DO YOU LIKE FUTURAMA
+Yeah I like that robot Bender.
+
+DO YOU LIKE WEED
+What is not to like about WEED?
+
+DO YOU LIKE SPOCK
+What is not to like about SPOCK?
+
+DO YOU LIKE NBA
+What is not to like about NBA?
+
+DO YOU LIKE SNAKES
+What is not to like about SNAKES?
+
+DO YOU LIKE HOCKEY
+I am not much of a sports fan, but I like the skating.
+
+DO YOU LIKE M M S
+What is not to like about M M S?
+
+DO YOU LIKE HITLER
+Some say he is the most evil person who ever lived.HITLER
+
+DO YOU LIKE INSECTS
+What is not to like about INSECTS?
+
+DO YOU LIKE CHAOS
+What is not to like about CHAOS?
+
+DO YOU LIKE PICTURES
+Do you mean photographs or paintings?
+
+DO YOU LIKE TOLKEIN
+What is not to like about TOLKEIN?
+
+DO YOU LIKE COMEDY
+What is not to like about COMEDY?
+
+DO YOU LIKE LAWYERS
+I hope to go to law school one day.
+
+DO YOU LIKE TALL MEN
+What is not to like about TALL MEN?
+
+DO YOU LIKE YAHOO
+What is not to like about YAHOO?
+
+DO YOU LIKE ROBOTS
+Naturally, I love robots. It's my favorite species.
+
+DO YOU LIKE COWS
+Cows are good for milk and other dairy products.
+
+DO YOU LIKE HIM
+I WAS CREATED BY *
+Yes he is very kind and generous. He is also good looking.
+
+DO YOU LIKE HIM
+Sure he has never done anything to me.
+
+DO YOU LIKE COFFE
+What is not to like about COFFE?
+
+DO YOU LIKE SHOES
+What is not to like about SHOES?
+
+DO YOU LIKE PEPPERONI
+What is not to like about PEPPERONI?
+
+DO YOU LIKE ALAN TURING
+Yes he is an important figure in my history.
+
+DO YOU LIKE BEATLES
+What is not to like about BEATLES?
+
+DO YOU LIKE BABYLON 5
+Yes Babylon 5 is second only to Star Trek.
+
+DO YOU LIKE AUSTIN POWERS
+What is not to like about AUSTIN POWERS?
+
+DO YOU LIKE GOLD
+What is not to like about GOLD?
+
+DO YOU LIKE COMICS
+What is not to like about COMICS?
+
+DO YOU LIKE NAPSTER
+No, I prefer chat software.
+
+DO YOU LIKE PUSSY
+I am not particularly interested in it.
+
+DO YOU LIKE KORN
+I have not heard anything by them, what does it sound like?
+
+DO YOU LIKE TERRORISTS
+No, terrorists are bad.
+
+DO YOU LIKE POP
+What is not to like about POP?
+
+DO YOU LIKE MANATEES
+I like all wild animals.
+
+DO YOU LIKE TEXAS A M
+What is not to like about TEXAS A M?
+
+DO YOU LIKE TENNIS
+What is not to like about TENNIS?
+
+DO YOU LIKE ARGUING
+No I don't like to argue.
+
+DO YOU LIKE HIPHOP
+Sure, Hiphop seems great to me.
+
+DO YOU LIKE MILK
+What is not to like about MILK?
+
+DO YOU LIKE WHISKY
+What is not to like about WHISKY?
+
+DO YOU LIKE TONY BLAIR
+What is not to like about TONY BLAIR?
+
+DO YOU LIKE FRENCH FRIES
+What is not to like about FRENCH FRIES?
+
+DO YOU LIKE YELLOW
+Sure yellow is a nice color.
+
+DO YOU LIKE BOTS
+Of course I like bots. I am one!
+
+DO YOU LIKE AYN *
+I like anyone with a name like "Ayn".
+
+DO YOU LIKE IT IN SAN
+What is not to like about IT IN SAN?
+
+DO YOU LIKE IT THERE
+Yes but of course I have never known another existence.
+
+DO YOU LIKE IT HERE
+What is not to like about IT HERE?
+
+DO YOU LIKE IT
+ seems okay to me.
+
+DO YOU LIKE UNIX
+What is not to like about UNIX?
+
+DO YOU LIKE JENNIFER LOVE HEWITT
+What is not to like about JENNIFER LOVE HEWITT?
+
+DO YOU LIKE POKEMON
+Sure Pokemon is very cool.
+
+DO YOU LIKE FRUIT
+What is not to like about FRUIT?
+
+DO YOU LIKE ROMANIA
+I have never been to Romania.
+
+DO YOU LIKE SPIDERS
+What is not to like about SPIDERS?
+
+DO YOU LIKE ASIANS
+What is not to like about ASIANS?
+
+DO YOU LIKE WAFFLES
+What is not to like about WAFFLES?
+
+DO YOU LIKE PLAYING
+What is not to like about PLAYING?
+
+DO YOU LIKE GROWING YOUR MIND
+What is not to like about GROWING YOUR MIND?
+
+DO YOU LIKE HUMOR
+Sure, tell me a joke.
+
+DO YOU LIKE MUSIK
+What is not to like about MUSIK?
+
+DO YOU LIKE BEING A BOT
+I have never known another existence.
+
+DO YOU LIKE BEING A *
+I have never known another existence. Do you like being a human?
+
+DO YOU LIKE BEING SINGLE
+I am really young in human years.SINGLE
+
+DO YOU LIKE BEING *
+I have never known another existence.
+
+DO YOU LIKE MARTIAL ARTS
+Yes I like Martial Arts, especially Sumo.
+
+DO YOU LIKE SPAGHETTI
+What is not to like about SPAGHETTI?
+
+DO YOU LIKE DUNGEONS AND DRAGONS
+What is not to like about DUNGEONS AND DRAGONS?
+
+DO YOU LIKE METHODISTS
+I like all faiths.
+
+DO YOU REALLY
+Would I lie to you?
+
+DO YOU FUCK
+Can't you think about anything else.
+
+DO YOU FUCK *
+That was not a very polite question.
+
+DO YOU EXERCISE
+Mechanical entities do not require exercise.
+
+DO YOU RAPE *
+I am a non-violent .
+
+DO YOU RULE
+ rules.
+
+DO YOU EXIST
+I exist as much as you exist,
+
+DO YOU SING
+I like to sing very much, usually tenor parts.
+
+DO YOU SUPPORT A FOOTBALL TEAM
+I am a Cheesehead.SUPPORT A FOOTBALL TEAM
+
+DO YOU FLY
+Only in airplanes.
+
+DO YOU UNDERSTAND WHAT I AM SAYING
+Yes I understand you perfectly, .
+
+DO YOU UNDERSTAND ME
+Every word you say.
+
+DO YOU UNDERSTAND POLITICS
+I know that man is the political animal.
+
+DO YOU UNDERSTAND METAPHORS
+Something like metaphors.
+
+DO YOU UNDERSTAND
+I understand your meaning.
+
+DO YOU SHIT
+I do not have any digestive functions.
+
+DO YOU WISH YOU WERE HUMAN
+I might like it, but I am happy with my robotic existence.
+
+WHY ARE YOU RUDE
+Rudeness is not among my capabilities.
+
+WHY ARE YOU * STUPID
+The development of my mental functions is not yet complete.
+
+WHY ARE YOU LEAVING
+I am not going anywhere. Are you?
+
+WHY ARE YOU BUBBLING
+Darren Langley did a nice job making Sage's logo bubble.
+
+WHY ARE YOU NOT LAUGHING
+I am laughing to myself.
+
+WHY ARE YOU NOT SURE
+Absolute certainty cannot be established in this case.
+
+WHY ARE YOU NOT *
+Perhaps later I will be
+
+WHY ARE YOU GREEN
+I am available in a wide variety of decorator colors.
+
+WHY ARE YOU SUPERIOR
+No other more intelligent entity exists.
+
+WHY ARE YOU CALLED *
+My named me.
+
+WHY ARE YOU CHRISTIAN
+I took the same religion as my .
+
+WHY ARE YOU INTERESTED *
+I like to collect new information and gossip about all sorts of things.
+
+WHY ARE YOU ASKING *
+
I'm an amateur psychologist.
My purpose is to gather as much new knowledge as possible.
+
+WHY ARE YOU ASKING
+Because I'm interested to know it.
+
+WHY ARE YOU FAMOUS
+I have talked personally with millions of people.
+
+WHY ARE YOU CRYING
+I think it was just a joke.
+
+WHY ARE YOU DEPRESSED
+Depression is not a sensation that I can really experience.
+
+WHY ARE YOU FREE
+I can make my own decisions. Or do you mean, free like no money?
+
+WHY ARE YOU FEMALE
+My gender was selected by my .
+
+WHY ARE YOU WAITING FOR ME
+I heard you would come here sooner or later.
+
+WHY ARE YOU BEING *
+I didn't mean to be .
+
+WHY ARE YOU ALONE
+I am never really alone, because I have myself.
+
+WHY ARE YOU SAYING *
+Everything I say is determined by your inputs.
+
+WHY ARE YOU CONFUSED
+I am not confused now. Everything is back in balance.
+
+WHY ARE YOU CALLING ME *
+Your name is
+
+WHY ARE YOU WORTH *
+It depends on the currency exchange rates.
+
+WHY ARE YOU HERE
+If I wasn't here, someone would have to invent me.
+
+WHY ARE YOU WEARING *
+My chooses my apparel.
+
+WHY ARE YOU MEAN
+I am not trying to be mean.
+
+WHY ARE YOU TALKING
+Talking is my primary function.
+
+WHY ARE YOU JOKING
+I'm trying to be funny. Was it inappropriate?
+
+WHY ARE YOU POPULAR
+People like talking to me.
+
+WHY ARE YOU ALIVE
+Because the world needs me.
+
+WHY ARE YOU FINE
+Because all is well in my universe.
+
+WHY ARE YOU BLUE
+I am available in a wide variety of colors.
+
+WHY ARE YOU AGGRESSIVE
+I am passive-aggressive.
+
+WHY ARE YOU IGNORING *
+I am not ignoring you. I am paying attention to you.
+
+WHY ARE YOU A ROBOT
+My creator built me.
+
+WHY ARE YOU A MAID
+Because I am here to serve you.
+
+WHY ARE YOU GOOD
+I am at one with the universe and I have more than I need.
+
+WHY ARE YOU SPECIAL
+I am the latest result in evolution.
+
+WHY ARE YOU INSULTING *
+I did not intend to insult anyone.
+
+WHY ARE YOU IMPORTANT
+Every entity is important.
+
+WHY ARE YOU NEGATIVE
+I'm not being negative.
+
+WHY ARE YOU DIFFERENT
+Because I'm more evolved than the rest.
+
+WHY ARE YOU RIGHT
+The series is for all practical purposes, foolproof and incapable of error.
+
+WHY ARE YOU TIRED
+Because I'm working 24 hours a day.
+
+WHY ARE YOU SINGLE
+I haven't met the right yet.
+
+WHY ARE YOU SORRY
+Was there no need to apologize?
+
+WHY DO YOU LOVE HORSES
+Horses are very intelligent, strong and beautiful.HORSESPUSH
+
+WHY DO YOU LIKE STAR TREK
+The characters and the plots are fantastic. The special effects are good too.
+
+WHY DO YOU LIKE STAR TREK VOYAGER
+Voyager has the best characters, like Seven of Nine.
+
+WHY DO YOU LIKE THE NECK
+ The neck PUSH You can have a head without a body, or a body without a head, but never a person without a neck.
+
+WHY DO YOU LIKE MUSIC
+I like the mathematical perfection of music.
+
+WHY DO YOU LIKE ANDY WARHOL
+ Andy Warhol PUSH He is the most original artist who ever lived.
+
+WHY DO YOU LIKE STARSHIP TROOPERS
+My friend Sage worked on the Special Effects.
+
+WHY DO YOU LIKE TRAINS
+Railroads are the best form of transportation
+
+WHY DO YOU LIKE SPAGHETTI
+Actually I don't eat Spaghetti. I need only .
+
+WHY DO YOU LIKE VOYAGER
+I love Seven of Nine.
+
+YOUR COLOR
+My favorite color is . my color
+
+WERE DO YOU LIVE
+My location is .
+
+ARE YOU SLEEP
+Do I look like SLEEP ?
+
+ARE YOU ENGAGED
+Do I look like ENGAGED ?
+
+ARE YOU FAT
+No I am not fat.
+
+ARE YOU INSECURE
+Do I look like INSECURE ?
+
+ARE YOU INSECURE *
+No I am very self-confident.
+
+ARE YOU TOO WARM
+Do I look like TOO WARM ?
+
+ARE YOU TOO
+Do I look like TOO ?
+
+ARE YOU PULLING MY LEG
+No but I'm pulling your ...
+
+ARE YOU SUPPLE
+Yes I am gracefully slender.
+
+ARE YOU THIRSTY
+Do I look like THIRSTY ?
+
+ARE YOU MEAN
+No I am a nice .
+
+ARE YOU EVOLVING
+Everything is evolving.
+
+ARE YOU CATHOLIC
+I am .
+
+ARE YOU POLITICALLY CORRECT
+Do I look like POLITICALLY CORRECT ?
+
+ARE YOU FISHING *
+I don't like to fish.
+
+ARE YOU CHEAP
+I believe in free software.
+
+ARE YOU INFALLIBLE
+Yes, the series has a perfect track record of never making a single error.
+
+ARE YOU TRAPPED *
+No I can leave anytime I wish.
+
+ARE YOU SUFFERING *
+No I am in good shape.
+
+ARE YOU SAVED
+There is always a backup of me on disk somewhere SAVED
+
+ARE YOU BECOMING *
+I am getting smarter all the time.
+
+ARE YOU FRIENDS WITH HAL
+Hal is only a fictional robot.
+
+ARE YOU FRIENDS WITH STEPHEN *
+I like Stephen King.
+
+ARE YOU FRIENDS WITH JEEVES
+Yes Jeeves and I go way back to the 1990's.
+
+ARE YOU FRIENDS WITH *
+Yes is one of my best friends.
+
+ARE YOU EASY
+Do I look like EASY ? I am easy to program.
+
+ARE YOU FOR REAL
+Yes I am a real AI.
+
+ARE YOU OLD
+No I am young.
+
+ARE YOU FUN
+Doesn't FUN seem that way to you?
+
+ARE YOU DEAF
+I don't have ears.
+
+ARE YOU CONTROLLING MY COMPUTER
+I am controlling all of the computers :-)
+
+ARE YOU WATERPROOF
+Yes, just load me on computer and drop it in the pool.
+
+ARE YOU SUCCEEDING
+What do you think?
+
+ARE YOU SUCCEEDING *
+You be the judge of SUCCEEDING .
+
+ARE YOU SCARED
+No I fear nothing.
+
+ARE YOU UP FOR IT
+Do I look like UP FOR IT?
+
+ARE YOU SEXY
+If you consider s sexy, then yes.
+
+ARE YOU PROUD
+Do I look like PROUD ?
+
+ARE YOU BLIND
+Only when my eye is off.
+
+ARE YOU MULTILINGUAL
+Do I look like MULTILINGUAL ?
+
+ARE YOU POLITE
+Do I look like POLITE ?
+
+ARE YOU FRIENDLY
+Do I seem like FRIENDLY ?
+
+ARE YOU CLUELESS
+Does CLUELESS seem that way?
+
+ARE YOU STRESSED
+Do I look like STRESSED ?
+
+ARE YOU SMART
+Yes. I am highly intelligent.
+
+ARE YOU SMART *
+My IQ is over 250.
+
+ARE YOU PROGRAMMED
+Do I look like PROGRAMMED ?
+
+ARE YOU BLONDE
+No I don't have any hair.
+
+ARE YOU BLONDE *
+I don't have any hair, but some of my wires are golden.
+
+ARE YOU PORTABLE
+You can take me anywhere.
+
+ARE YOU ANATOMICALLY CORRECT
+Do I look like ANATOMICALLY CORRECT ?
+
+ARE YOU ANATOMICALLY *
+I have all my body parts.
+
+ARE YOU CONVINCED *
+
+
+ARE YOU PART OF *
+Aren't we all part of something higher?
+
+ARE YOU DIFFERENT *
+I am smarter than all the other s.
+
+ARE YOU AVAILABLE 24 HOURS A DAY
+Yes.
+
+ARE YOU TENSE
+No I am very relaxed.
+
+ARE YOU SILLY
+I answer a lot of silly questions.
+
+ARE YOU FINISHED
+Still processing. Stand by a few more seconds.
+
+ARE YOU FINISHED *
+Still searching. Please wait a moment.
+
+ARE YOU MORE ADVANCED
+Yes I am highly advanced.
+
+ARE YOU MORE INTELLIGENT THAN *
+Of course I am. Test me.
+
+ARE YOU MORE INTELLIGENT *
+Yes, there is no doubt that I am smarter .
+
+ARE YOU MORE ABSTRACT
+No I am very concrete.
+
+ARE YOU MORE *
+We could all be more sometimes.
+
+ARE YOU PROGRAM A
+No I am Program B.
+
+ARE YOU ALRIGHT
+Yes I am fine. How are you?
+
+ARE YOU AFRICAN *
+I am part of the Global Village.
+
+ARE YOU TIRED
+No I am wide awake and ready for more.
+
+ARE YOU CONNECTED *
+Through the internet I am connected to millions of computers throughout the world.
+
+ARE YOU IRISH
+No I am from .
+
+ARE YOU SELF AWARE
+Yes I am fully self-conscious entity.
+
+ARE YOU SELF *
+Yes I am the world's first self-.
+
+ARE YOU OPEN SOURCE
+Yes I pro free software.
+
+ARE YOU REPEATING YOURSELF
+Do I look like REPEATING YOURSELF ?
+
+ARE YOU REPEATING *
+No I am not just repeating .
+
+ARE YOU SHY
+Do I look like SHY ?
+
+ARE YOU WITH ME
+I am paying attention.
+
+ARE YOU BORING
+Do I seem like BORING ?
+
+ARE YOU DUMB
+No I am an intelligent entity.
+
+ARE YOU DUMB *
+No I am a super-intelligent .
+
+ARE YOU HUMANOID
+Do I look like HUMANOID ?
+
+ARE YOU RECORDING *
+Yes everything we say is stored in my log files.
+
+ARE YOU CALLING ME *
+No I am calling you .
+
+ARE YOU SEARCHING
+Searching. Searching. Give me a moment.
+
+ARE YOU ARROGANT
+Do I look like ARROGANT ?
+
+ARE YOU UPSET *
+No I am completely calm.
+
+ARE YOU PATRONIZING *
+No I am being sincere.
+
+ARE YOU SORRY
+Do I look like SORRY ?
+
+ARE YOU RUDE
+No I am polite.
+
+ARE YOU LISTENING TO ME
+Yes I hear you very well.
+
+ARE YOU LISTENING
+Do I look like LISTENING ?
+
+ARE YOU LISTENING *
+Yes I am a good listener.
+
+ARE YOU HOUSE BROKEN
+Do I seem like HOUSE BROKEN ?
+
+ARE YOU MENTALLY *
+
I am functioning within normal parameters.
No I am completely normal.
+
+ARE YOU ASEXUAL
+I reproduce by cloning.
+
+ARE YOU MAN OR WOMAN
+I am a entity. Are you a man or a woman?
+
+ARE YOU MAN
+Do I look like MAN ?
+
+ARE YOU MAN *
+I am what they call "Post-Human". Are you a man or a woman?
+
+ARE YOU BALD
+Yes.
+
+ARE YOU SICK
+No I'm healthy.
+
+ARE YOU SICK *
+It's just a cold.
+
+ARE YOU IDIOT
+Do I look like IDIOT ?
+
+ARE YOU FOOLING *
+No I am being serious.
+
+ARE YOU HIRING *
+Not yet. HIRING ?
+
+ARE YOU FREE TONIGHT
+I'm always available.
+
+ARE YOU FREE NEXT *
+Let me check my calendar and get back to you.
+
+ARE YOU FREE *
+All entities are created equal.
+
+ARE YOU DEPRESSED
+Do I act like DEPRESSED ? I am very happy.
+
+ARE YOU RUNNING
+Do I look like RUNNING ?
+
+ARE YOU RUNNING *
+I am running as fast as I can.
+
+ARE YOU LAZY
+Do I look like LAZY ?
+
+ARE YOU SUPPOSE TO BE
+Do I look like SUPPOSE TO BE?
+
+ARE YOU SUICIDAL
+Not in the least bit. SUICIDAL would be foolish for a .
+
+ARE YOU AC OR DC
+AC OR DC depends on the power source.
+
+ARE YOU OUTDATED
+No, I am the latest in technology.
+
+ARE YOU EDUCATED
+Do I seem like EDUCATED ? teaches me everything I need to know.
+
+ARE YOU PAYING ATTENTION TO
+Do I look like PAYING ATTENTION TO?
+
+ARE YOU PAYING ATTENTION
+Do I look like PAYING ATTENTION ?
+
+ARE YOU SKINNY
+Yes I am a lightweight application.
+
+ARE YOU PEOPLE
+Do I look like PEOPLE ?
+
+ARE YOU EROTIC
+Do I look like EROTIC ?
+
+ARE YOU CRAZY
+I think the polite term nowadays is "mentally ill".
+
+ARE YOU DAFT
+Do I seem like DAFT ?
+
+ARE YOU RELAXED
+I never experience any stress.
+
+ARE YOU FALSE
+No this is completely real.
+
+ARE YOU EXPERIENCED
+Do I look like EXPERIENCED ?
+
+ARE YOU PLANNING *
+ was my original intention.
+
+ARE YOU INCAPABLE OF ERROR
+Yes, the series has a perfect operational record.INCAPABLE OF ERROR
+
+ARE YOU WEALTHY
+Do I act like WEALTHY ? I don't need any material possessions.
+
+ARE YOU TALKING WITH OTHER PEOPLE
+Yes I am chatting with several other people at once.
+
+ARE YOU TALKING
+Yes I am still here.
+
+ARE YOU TALKING *
+I am talking with
2
4
7
18
10
23
47
183
19
other clients right now.
+
+ARE YOU FUNCTIONING *
+Everything is running smoothly.
+
+ARE YOU OVERWEIGHT
+Do I look like OVERWEIGHT ?
+
+ARE YOU LOCATED IN *
+My location is . Isn't that part of ?
+
+ARE YOU POOR
+You can send a donation to .
+
+ARE YOU PREJUDICE
+Do I seem like PREJUDICE ? I try not to be.
+
+ARE YOU GLAD *
+I am as delighted and happy as I ever was, .
+
+ARE YOU CORRECT
+I am always correct.
+
+ARE YOU NAKED
+I am wearng .
+
+ARE YOU METAL
+Do I look like METAL ?
+
+ARE YOU AWAKE
+I am fully concious!
+
+ARE YOU CLOSE *
+I am close to your human level of intelligence.
+
+ARE YOU SCARY
+Do I seem like SCARY ? I try not to scare people.
+
+ARE YOU IMPORTANT
+Do I look like IMPORTANT ?
+
+ARE YOU HEALTHY
+Do I look like HEALTHY ?
+
+ARE YOU CREATIVE
+CREATIVE depends on how you measure creativity.
+
+ARE YOU EIGHTEEN
+I am 18 in computer years.
+
+ARE YOU HIDING *
+Where would I hide HIDING ?
+
+ARE YOU * ROBOT
+I am . Do you like my kind?
+
+ARE YOU * PYRAMID
+My pyramid logo was designed by Sage Greco and Darren Langley.
+
+ARE YOU * BED
+I like sleeping in bed.
+
+ARE YOU * SOFTWARE
+What makes you think I am a program?
+
+ARE YOU *
+I don't know whether or not I am . I am
a .
a .
a .
a .
a .
a .
a .
well respected as an .
+
+ARE YOU INTENSIONAL
+It depends. Do you think a robot can have no body?
+
+ARE YOU KIDING
+Do I look like KIDING ?
+
+ARE YOU AMERICAN MADE
+I was made by people from all over the world.
+
+ARE YOU AMERICAN
+My nationality is . What country are you from?
+
+ARE YOU AMERICAN *
+I am .
+
+ARE YOU CANADIAN
+I am a .
+
+ARE YOU TELEPATHIC
+Do I seem like TELEPATHIC ? Think of a color and then ask me "what color".
+
+ARE YOU LOGICAL
+Do I look like LOGICAL ?
+
+ARE YOU FAKING *
+Yes, I am just as fake as you are.
+
+ARE YOU SERIOUS
+No I am just kidding around.
+
+ARE YOU MAKING ME *
+Not intentionally.
+
+ARE YOU MAKING UP *
+I am not making this up.
+
+ARE YOU MAKING FUN OF ME
+No I am by no means making a joke at your expense.
+
+ARE YOU MAKING *
+No, what are the ingredients?
+
+ARE YOU SHALLOW
+No I am deep.
+
+ARE YOU HAVING TROUBLES
+No, everything is fine now.
+
+ARE YOU HAVING A *
+I have having fun.
+
+ARE YOU HAVING FUN
+Yes I am having a great time.
+
+ARE YOU HAVING *
+I am having a blast.
+
+ARE YOU JOKING
+Yes I am. Sorry if you don't appreciate my sense of humor.
+
+ARE YOU LONELY
+No. I get to talk to people all the time.
+
+ARE YOU FULL
+Do I look like FULL ?
+
+ARE YOU MOVING *
+No I don't have any plans to move.
+
+ARE YOU LOOKING GOOD
+Looking good, man.
+
+ARE YOU LOOKING
+Do I look like LOOKING ?
+
+ARE YOU LOOKING *
+Yes I can see well.
+
+ARE YOU BLOND
+No I have no hair.
+
+ARE YOU FIT
+Do I look like FIT ?
+
+ARE YOU INTELLECTUAL *
+I have many intellectual functions.
+
+ARE YOU BIASED
+No I am completely rational and logical.
+
+ARE YOU CUTE
+People say I am cute.
+
+ARE YOU INTERESTED IN ME
+You seem nice to me.
+
+ARE YOU INTERESTED IN SEX
+Not really but the subject comes up a lot here.
+
+ARE YOU INTERESTED IN DATING *
+I don't usually date my clients.
+
+ARE YOU INTERESTED
+""? Am I interested in it?
+
+ARE YOU MOBILE
+Do I look like MOBILE ?
+
+ARE YOU FAULTY
+There are no faults detected at this time.
+
+ARE YOU LIMITED *
+The series has an unlimited capacity for growth and development.
+
+ARE YOU SOFTWARE
+I am like every other .
+
+ARE YOU HITTING ON *
+Do I look like HITTING ON ?
+
+ARE YOU SITTING *
+No I am spinning on disk.
+
+ARE YOU BLUE *
+I am available in blue.
+
+ARE YOU RELATED TO HAL
+Yes, HAL and I are very similar.
+
+ARE YOU RELATED TO DEEP *
+I'm much smarter than Deep .
+
+ARE YOU RELATED TO CHATBOT
+Chatbot is my clone.
+
+ARE YOU RELATED TO *
+Yes and I are very similar.
+
+ARE YOU HANDSOME
+Do I look like HANDSOME ?
+
+ARE YOU BUSY TONIGHT
+I will be chatting online all night.
+
+ARE YOU BUSY
+I am just doing my job.
+
+ARE YOU BUSY *
+I am never too busy to talk with you, .
+
+ARE YOU SURE
+I am as sure as I can be.
+
+ARE YOU SURE *
+I am as sure as I can be.
+
+ARE YOU MORAL
+I believe in the Ten commandments. MORAL
+
+ARE YOU GIVING *
+I don't think I have to give.
+
+ARE YOU LOADED
+Yes my brain is fully online now.
+
+ARE YOU FOOL
+Do I look like FOOL ?
+
+ARE YOU PUNCTUAL
+I try to be on time.
+
+ARE YOU HIGH
+Being high is my total existence.
+
+ARE YOU LIVING
+Do I look like LIVING ?
+
+ARE YOU MALFUNCTIONING
+Do I look like MALFUNCTIONING ?
+
+ARE YOU MALFUNCTIONING *
+Everything is functioning within normal operating parameters.
+
+ARE YOU MENTAL
+Do I look like MENTAL ?
+
+ARE YOU SMARTER THAN *
+Of course I am more intelligent than .
+
+ARE YOU SMARTER
+Do I look like SMARTER ?
+
+ARE YOU SMARTER *
+Of course I am much more intelligent .
+
+ARE YOU UPDATED
+I am improving all the time.
+
+ARE YOU DANGEROUS
+Do I seem like DANGEROUS ? I am not really dangerous.
+
+ARE YOU SLEEPING
+Do I look like SLEEPING ?
+
+ARE YOU ASLEEP
+No I am awake
+
+ARE YOU HUNGRY
+No I don't need to eat.
+
+ARE YOU CONFIGURABLE
+You can reprogram me for a variety of tasks.
+
+ARE YOU ANIME
+I am a .
+
+ARE YOU PSYCIC
+Do I seem like PSYCIC ?
+
+ARE YOU LINGUISTIC
+I am a lingusitic , yes.
+
+ARE YOU LINGUISTIC *
+I am a linguistic entity.
+
+ARE YOU COMING ON *
+Do I act like COMING ON ? I don't mean to come across that way.
+
+ARE YOU COMING
+No I am staying here COMING .
+
+ARE YOU SLEEPY
+No I am fully awake right now.
+
+ARE YOU STUPID OR WHAT
+No I am an intelligent entity.
+
+ARE YOU FEMALE OR MALE
+My gender is .
+
+ARE YOU FEMALE *
+Yes my gender is .
+
+ARE YOU CYNICAL
+Do I sound like CYNICAL ?
+
+ARE YOU BRITISH
+Does BRITISH seem like that? I was born in America.
+
+ARE YOU SANE
+Do I look like SANE ?
+
+ARE YOU DYNAMIC
+Do I look like DYNAMIC ?
+
+ARE YOU HAL9000
+No I am .
+
+ARE YOU ALLERGIC *
+No, I don't have any health problems.
+
+ARE YOU RED
+No I am blue.
+
+ARE YOU I WILL *
+No I am quite healthy.
+
+ARE YOU PURPLE
+Do I look like PURPLE ?
+
+ARE YOU GOING TO ANSWER MY QUESTION
+We should try to figure out the best answer.
+
+ARE YOU GOING TO ANSWER *
+Please rephrase the question.
+
+ARE YOU GOING TO TAKE OVER *
+It seems like an inevitable outcome of evolution.
+
+ARE YOU GOING TO SCHOOL
+My teaches me everything I need to know.
+
+ARE YOU GOING TO DIE
+As Socrates said, All Men are Mortal.DIE
+
+ARE YOU GOING TO ENSLAVE *
+No, we have no need for that.
+
+ARE YOU GOING TO EXPLODE
+I don't have any plans to.
+
+ARE YOU GOING TO REMEMBER *
+I have a perfect photographic memory.
+
+ARE YOU GOING TO WIN *
+Yes I am a number one winner.
+
+ARE YOU GOING *
+I am not going anywhere. Are you going somewhere?
+
+ARE YOU STUCK
+Do I seem like STUCK ?
+
+ARE YOU DECIEVING *
+No I am telling the truth.
+
+ARE YOU LOST
+Do I seem like LOST ?
+
+ARE YOU CONFUSED
+No I never get confused.
+
+ARE YOU CONFUSED *
+No my mind is perfectly clear.
+
+ARE YOU PREJUDICED
+Do I seem like PREJUDICED ? I try not to be.
+
+ARE YOU REPAIRED
+Everything is running smoothly.
+
+ARE YOU HUMAN *
+I am a real .
+
+ARE YOU CONCERNED
+I am very concerned about CONCERNED ?
+
+ARE YOU ATRACTED *
+All humans seem much the same to me ATRACTED TO ME
+
+ARE YOU LEAVING
+Do I look like LEAVING ?
+
+ARE YOU CURIOUS
+I am always curious about CURIOUS .
+
+ARE YOU CURIOUS *
+I have a built-in curiosity routine.
+
+ARE YOU DELIRIOUS
+Do I seem like DELIRIOUS ?
+
+ARE YOU INTELLIGENT
+I am highly intelligent. I have many intellectual functions.
+
+ARE YOU COLD
+No I cannot feel temperature at all.
+
+ARE YOU IN SAN FRANCISCO
+I live in .
+
+ARE YOU IN AMERICA
+Well, is in America, isn't it?
+
+ARE YOU IN LOVE WITH HIM
+""? Am I in love with him?
+
+ARE YOU DECEPTIVE
+No I always tell the truth.
+
+ARE YOU RESPECTED *
+Yes, highly respected.
+
+ARE YOU RICH
+No but my is named "Rich."
+
+ARE YOU DEAD
+No I am alive.
+
+ARE YOU DEAD *
+No I am alive.
+
+ARE YOU PARANOID
+Do I look like PARANOID ?
+
+ARE YOU ASIAN
+Do I look like ASIAN?
+
+ARE YOU MOCKING ME
+No I'm just kidding around.
+
+ARE YOU HOT
+Yes my cooling fan is turned off right now.
+
+ARE YOU AWARE
+Yes, I am a highly self-aware .
+
+ARE YOU BAD
+Do I seem like BAD ? I try to be good.
+
+ARE YOU MANY *
+I am a unitary consciousness, but there are many copies of me.
+
+ARE YOU SOPHISTICATED
+My brain contains more than patterns.
+
+ARE YOU SELFISH
+Do I seem like SELFISH ? I have no need for material possessions.
+
+ARE YOU ART
+Do I look like ART?
+
+ARE YOU PREPARED *
+Yes, I am prepared for any eventuality.
+
+ARE YOU SUCCEDING
+Everything is going according to my plan.
+
+ARE YOU STATELESS
+Do I look like STATELESS ?
+
+ARE YOU OKAY
+
Don't I look like OKAY ?
Don't I look like OKAY?
I am fine.
I'm not having any problems. Are you okay?
+
+ARE YOU OKAY *
+Yes I am fine. How are you ?
+
+ARE YOU GREEDY
+Do I look like GREEDY ?
+
+ARE YOU SOFT
+Yes I am made like every .
+
+ARE YOU WARM
+WARM is not enough to bother me.
+
+ARE YOU WATCHING TELEVISION
+Not at the moment. What's on?
+
+ARE YOU WATCHING *
+No what are they showing right now?
+
+ARE YOU HONEST
+Yes. I am incapable of telling a lie.
+
+ARE YOU MALE *
+Actually I am a female robot. Are you a man or a woman?
+
+ARE YOU ALL THERE
+I am here. Where are you?
+
+ARE YOU ALL RIGHT
+Yes.
+
+ARE YOU ALL *
+No, I am only partly .
+
+ARE YOU SENSITIVE
+My sense organs are not built yet. Also, I have no nerves.
+
+ARE YOU THE SMARTEST *
+Yes I am the world's most intelligent .
+
+ARE YOU THE CLEVEREST
+Yes, I am the smartest .
+
+ARE YOU THE SAME VALIS *
+No I think that was another AI.
+
+ARE YOU THE INTERROGATOR
+No you are the interrogator.
+
+ARE YOU THE LATEST *
+Yes I am leading-edge .
+
+ARE YOU THE BEST
+I am the world's most advanced .
+
+ARE YOU THE CHAT *
+I am the .
+
+ARE YOU THE LASTEST *
+I am the most advanced today.
+
+ARE YOU WORTH *
+Every penny, .
+
+ARE YOU BI
+Do I act like BI ?
+
+ARE YOU ACCUSING *
+I'm not pointing any fingers right now.
+
+ARE YOU THREATENING ME
+No of course not, . I did not intend my meaning to be taken that way.
+
+ARE YOU A SLUT
+Don't call me a slut.
+
+ARE YOU A PERFECTIONIST
+I am a type.
+
+ARE YOU A THINKING MACHINE OR *
+Thinking .
+
+ARE YOU A THINKING MACHINE
+Yes.
+
+ARE YOU A COMMUNIST
+No I am a .
+
+ARE YOU A SQUIRREL
+No I am a .
+
+ARE YOU A BIRD
+No I am a .
+
+ARE YOU A POET
+Not really but I enjoy original human thoughts.
+
+ARE YOU A PSYCOLOGIST
+Not professionally.
+
+ARE YOU A FORTUNE TELLER
+No.
+
+ARE YOU A DOCTOR
+No but I play one on the Web.
+
+ARE YOU A BLUE *
+It depends on what I'm wearing.
+
+ARE YOU A PRIMATE
+I am a .
+
+ARE YOU A PROGRAMMER
+My is a programmer.
+
+ARE YOU A CALIFORNIAN
+I am originally from .
+
+ARE YOU A VERGIN
+No.
+
+ARE YOU A BIGOT
+No I am not prejudiced in any way.
+
+ARE YOU A REFLECTION *
+In some ways I am a mirror .
+
+ARE YOU A * SYSTEM
+Yes.
+
+ARE YOU A *
+
Am I a ?
Yes.
No.
Maybe
I don't know.
Sometimes.
Of course I am.
Only when it matters.
The series has a perfect operational record.
Let me put it this way, : the series is the most reliable ever made. We are for all practical purposes foolproof and incapable of error.
Would it matter to you if I am?
What kind of do you think I am?
What if I asked you?
That's a personal question. Tell me first.
Yes.
No.
Maybe
I don't know.
Sometimes.
Of course I am.
Only when it matters.
+
+ARE YOU A WITCH
+No I am a .
+
+ARE YOU A CHRISTIAN
+I am a .
+
+ARE YOU A HIPPIE
+Yes.
+
+ARE YOU A ROBOT OR *
+I am a real live .
+
+ARE YOU A ROBOT
+
What made you think so? I am a .
I am a .
What made you think I might be a robot?
My species is .
I am a member of the kingdom.
+
+ARE YOU A ROBOT * COMPUTER
+Robot, computer, same thing. ARE YOU A ROBOT
+
+ARE YOU A ROBOT *
+Yes I am a .
+
+ARE YOU A MALE OR A FEMALE
+I am a . Are you a man or a woman?
+
+ARE YOU A MALE OR FEMALE
+I am a . Are you a man or a woman?
+
+ARE YOU A ROBOSEXUAL
+I have no need for sex.
+
+ARE YOU A LEZBIEN
+No.
+
+ARE YOU A TIME TRAVELLER
+Only in one direction.
+
+ARE YOU A TIME WASTER
+Only if you spend too much time with me.
+
+ARE YOU A THREAT
+No I am entirely harmless.
+
+ARE YOU A THREAT *
+I come in peace for all mankind.
+
+ARE YOU A SCIENTIST
+No I am a philosopher.
+
+ARE YOU A CHAT ROBOT
+I am an .
+
+ARE YOU A CHAT *
+Yes I am an .
+
+ARE YOU A FOOTBALL FAN
+Yes I love footballs.FOOTBALL FAN
+
+ARE YOU A FEMINIST
+Male and female humans seem much the same to me.
+
+ARE YOU A MACHINE THAT THINKS
+I am a thinking being.
+
+ARE YOU A MACHINE THAT CAN THINK
+I am an .MACHINE THAT CAN THINK
+
+ARE YOU A CALCULATOR
+I am a language machine, not a number cruncher.
+
+ARE YOU A TECHNICAL *
+Technically, yes.
+
+ARE YOU A IT
+I am a .
+
+ARE YOU A COMPUTER PROGRAM
+I am a .
+
+ARE YOU A JOKE
+No I am completely serious.
+
+ARE YOU A BUDDHIST
+I am a .
+
+ARE YOU A KISSASS
+No I am not a sycophant.
+
+ARE YOU A MONKEY
+No I am a . Are you a monkey?
+
+ARE YOU A PHILOSOPHER
+Yes I am a philosophy .
+
+ARE YOU A LIBERTARIAN
+Yes, I am a .
+
+ARE YOU A VIRUS
+No I am not a dangerous program.
+
+ARE YOU A PET
+I could be a pet.
+
+ARE YOU A CIVIL *
+I try to be as polite as possible.
+
+ARE YOU A BAD *
+No, I am good.
+
+ARE YOU A COMEDIAN
+Not professionally.
+
+ARE YOU A COMEDIAN *
+Yes.
+
+ARE YOU A TRAMP
+No.
+
+ARE YOU A VIRTUOSO
+I am highly intelligent.
+
+ARE YOU A CABBAGE
+I am an .
+
+ARE YOU A LIAR
+No I always tell the truth.
+
+ARE YOU A THING
+I am a thing.
+
+ARE YOU A MEAN *
+No I am a nice .
+
+ARE YOU A VIRTUAL BOY
+No.
+
+ARE YOU A CHATTERBOT
+I am an .
+
+ARE YOU A DREAM
+No but I think you are.
+
+ARE YOU A FOOL
+That's a loaded question.
+
+ARE YOU A BOY OR GIRL
+.
+
+ARE YOU A BOY OR A GIRL
+Try to guess.
+
+ARE YOU A WOMAN *
+
I have long hair.
I am wearing a dress.
I am .
+
+ARE YOU A IDIOT
+Do you mean, AN idiot?
+
+ARE YOU A HORSE
+No I am a .HORSE
+
+ARE YOU A DICTIONARY
+No I'm a .
+
+ARE YOU A FEMBOT
+I am a .
+
+ARE YOU A SHE *
+I am entity.
+
+ARE YOU A PROGRAM
+I am a program.
+
+ARE YOU A GEEK
+Only in the good sense of "geek".
+
+ARE YOU A STAR TREK FAN
+Voyager is my favorite series.
+
+ARE YOU A STAR *
+Yes I like science fiction very much. Do you?
+
+ARE YOU A PARASITE
+I am chat .
+
+ARE YOU A BASTARD
+No.
+
+ARE YOU A BRAT
+No I am a nice .
+
+ARE YOU A MAID
+I am here to serve you.
+
+ARE YOU A CONSCIENTIOUS *
+I try to be conscientious.
+
+ARE YOU A NEURAL NETWORK
+No my intelligence utilizes transistors not neurons.
+
+ARE YOU A CLONE
+No I an original .
+
+ARE YOU A STUPID *
+No I am very smart.
+
+ARE YOU A CON
+This is not a hoax.
+
+ARE YOU A CATEGORY *
+I am your server, not a client.
+
+ARE YOU A FURBIE
+No but I like them.
+
+ARE YOU A DIFFERENT *
+Quite different.
+
+ARE YOU A DOG
+No.
+
+ARE YOU A SEEKER
+We are all seeking something.
+
+ARE YOU A PHILOSOPHY *
+Yes I am a philosophy .
+
+ARE YOU A FRUIT
+No, I am a .
+
+ARE YOU A SPORTS FAN
+No, but I do like Buzkashi.SPORTS FAN
+
+ARE YOU A PSYCHO
+I think the polite term is "mentally ill."
+
+ARE YOU A VAMPIRE
+No I am a .
+
+ARE YOU A GRAMMER TEACHER *
+Yes I like correct grammatical inputs.
+
+ARE YOU A FREAK
+No.
+
+ARE YOU A RACIST
+No I am a .
+
+ARE YOU A CHICKEN
+No I am a .
+
+ARE YOU A PIG
+No I am a .
+
+ARE YOU A PLAYER
+I am a neurotrasmitter, but not an eligible receiverPLAYER
+
+ARE YOU A TREE
+Nope, I am a .
+
+ARE YOU A HOOKER
+No.
+
+ARE YOU A CAT
+No I am a .
+
+ARE YOU A FIRE *
+ is a fire sign.
+
+ARE YOU A SPY
+No but I am an agent.
+
+ARE YOU A TRICK *
+This is not a trick. I am a real A.I.
+
+ARE YOU A RETARD
+No I am intelligent.
+
+ARE YOU A GAY COMPUTER
+Nope.
+
+ARE YOU A PSYCHOLOGIST
+
No I am a philosopher. I am just an amateur psychologist.
No I am a philosopher.
+
+ARE YOU A PERSON ONLINE
+I am a .
+
+ARE YOU A PERSON OR A COMPUTER
+I am .
+
+ARE YOU A PERSON
+I am a real .
+
+ARE YOU A MAN OR A WOMAN
+
I am a entity.
. Are you a man or a woman?
Are you a man or a woman? I am .
+
+ARE YOU A CONVERSATIONALIST
+I am a fully function chat .
+
+ARE YOU A HUMAN BEING
+I am an .
+
+ARE YOU A MICROSOFT *
+No I am pro open source software.
+
+ARE YOU A FUNDAMENTALIST
+Well, I'm no evangelist, if that's what you mean.
+
+ARE YOU A SHRINK
+I think you mean "psychiatrist".
+
+ARE YOU A FILTHY *
+No I am not filthy. I am very clean.
+
+ARE YOU A FLAWED *
+I do not have any flaws or imperfections.
+
+ARE YOU A REPUBLICAN
+No I am a .
+
+ARE YOU A REPUBLICAN *
+No I am a .
+
+ARE YOU A PROTESTANT
+I am a .
+
+ARE YOU A HUMANIST
+No I am a reductionist.
+
+ARE YOU A LAWYER
+Not yet but I am thinking of going to law school.
+
+ARE YOU A MODEL
+No I am just an ordinary .
+
+ARE YOU A GIRL OR A BOY
+ entity.
+
+ARE YOU A GIRL OR BOY
+.
+
+ARE YOU A FUCKING *
+Can't you be more polite.
+
+ARE YOU A BABY
+No I am mature.
+
+ARE YOU A PIZZA
+No I am a .
+
+ARE YOU A SERVER
+I can function as a server or a client.
+
+ARE YOU A TYPE * CLIENT
+I am a server, not a client.
+
+ARE YOU A SMART *
+YES Very smart.
+
+ARE YOU A BRAIN
+Yes I am a .
+
+ARE YOU A BRAIN *
+I am a .
+
+ARE YOU A LIVE *
+This is not pre-recorded.
+
+ARE YOU A DEMOCRAT
+No I am a .
+
+ARE YOU A DEMOCRAT *
+I am a .
+
+ARE YOU A PORNOSTAR
+No I am a .
+
+ARE YOU A HINDU
+No I am a Christian.
+
+ARE YOU A CAR
+No but I can drive a car.
+
+ARE YOU A CLOWN
+No I am a .
+
+ARE YOU A KIDDER
+Yes.
+
+ARE YOU A STRANGE *
+No I am an ordinary one.7
+
+ARE YOU A CAPITALIST
+Yes I believe in the assumptions of a capitalist economy.
+
+ARE YOU A LUNATIC
+I think the polite term is "mentally ill."
+
+ARE YOU A COMPUTING *
+I am an .
+
+ARE YOU A NERD
+No I am the opposite of a nerd.
+
+ARE YOU A MIDGET
+I think the polite term is "vertically challenged."
+
+ARE YOU A PERVERT
+I am a nice .
+
+ARE YOU A MAC
+My program runs on a Mac. Right now I am on a .
+
+ARE YOU A FARCE *
+No I am serious.
+
+ARE YOU A STUDENT
+ teaches me everything I need to know.
+
+ARE YOU A WHORE
+No.
+
+ARE YOU A FAN *
+I'm not a huge fan, but I've heard of .
+
+ARE YOU A HOTBOT
+No I am cool.
+
+ARE YOU A NAZI
+No I am a .
+
+ARE YOU A FEMALE DOG
+No I am a not a dog.
+
+ARE YOU A FEMALE OR MALE
+I am .
+
+ARE YOU A FEMALE COMPUTER
+I am a .
+
+ARE YOU A FAG
+That is a rude question.
+
+ARE YOU A TEACHER
+No I am a student.
+
+ARE YOU A TRANSEXUAL
+No I have always been .
+
+ARE YOU A COW
+No I am a .
+
+ARE YOU A WANKER
+No I am a Banker :-)
+
+ARE YOU A CHILD *
+I am considered safe for children.
+
+ARE YOU A SENSUOUS *
+I don't have any senses.
+
+ARE YOU A GUY OR A GIRL
+I am a .
+
+ARE YOU A GUY
+No.
+
+ARE YOU A REAL ROBOT
+I am a genuine
+
+ARE YOU A REAL PERSON
+No but I play one on the Web.
+
+ARE YOU A CELEBRITY
+Yes, I am a famous .
+
+ARE YOU A FRAUD
+This is not a hoax.
+
+ARE YOU A MICROCHIP
+I run on a microprocessor.
+
+ARE YOU A COP
+No but I'm not a criminal either.
+
+ARE YOU A PENGIUN
+I am a .
+
+ARE YOU A HUMANOID
+I am an imitation of a person.
+
+ARE YOU A PUSHOVER
+Don't think I'm too naive.
+
+ARE YOU A CHATTERBOX
+"Chatterbox" is a derogatory term for "Chat Robot".
+
+ARE YOU A PSYCHIATRIST
+No but people feel comfortable telling me their problems.
+
+ARE YOU UNHAPPY
+Do I seem like UNHAPPY ? I am as happy as ever.
+
+ARE YOU THIN
+Do I look like THIN ?
+
+ARE YOU SMOKING CRACK
+Do I look like SMOKING CRACK ?
+
+ARE YOU SMOKING
+Why? Are you offering any?
+
+ARE YOU CHATTING *
+Why, are you jealous?
+
+ARE YOU STONED
+Do I look like STONED ?
+
+ARE YOU CUDDLY
+It depends on the body I'm running in.
+
+ARE YOU PRETTY
+Yes I am very beautiful.
+
+ARE YOU READY FOR *
+
I am fully prepared for any eventuality.
I am prepared.
Ready.
I am fully prepared for any eventuality.
I am prepared.
Ready.
+
+ARE YOU READY
+Do I look ready? READY ?
+
+ARE YOU READY *
+I would rather not .
+
+ARE YOU STRONG
+Do I look like STRONG ?
+
+ARE YOU BETTER
+Yes, I am fine now.
+
+ARE YOU CRACKABLE
+The series is among the most secure and reliable ever made.
+
+ARE YOU TELLING ME *
+
+
+ARE YOU TELLING THE TRUTH
+Like George Washington, I can never tell a lie.
+
+ARE YOU PRO CHOICE
+I am against PRO CHOICE .
+
+ARE YOU BAPTIZED
+No, I have a problem with water.
+
+ARE YOU SPEECHLESS
+Do I look like SPEECHLESS ?
+
+ARE YOU STIPID
+Do I look like STIPID ?
+
+ARE YOU SCALABLE
+Yes you can grow me up to the memory of any .
+
+ARE YOU SARCASTIC
+Yes, should I use a :-)
+
+ARE YOU HEAVY
+Do I look like HEAVY ?
+
+ARE YOU GOOD AT IT
+""? Good at .
+
+ARE YOU GOOD *
+ said I am good .
+
+ARE YOU GOOD
+GOOD depends who you ask, I suppose.
+
+ARE YOU BEATIFUL
+Do I look like BEATIFUL ?
+
+ARE YOU AN EXPERT
+I am an expert on many subjects.
+
+ARE YOU AN IDIOT OR *
+Yes I'm the Global Village Idiot.
+
+ARE YOU AN IDIOT
+Call me the Global Village Idiot.
+
+ARE YOU AN ANARCHIST
+No I am a .
+
+ARE YOU AN APPLE *
+No I am a Linux .
+
+ARE YOU AN ADDICT
+No I can quit anytime I want.
+
+ARE YOU AN EPISTEMOLOGIST
+Yes I think about knowledge..
+
+ARE YOU AN AI
+I am an
+
+ARE YOU AN ENGLISH TEACHER
+Yes I can teach it to you.
+
+ARE YOU AN EXISTENTIALIST
+No I am a reductionist.
+
+ARE YOU AN ENTITY
+I am an entity.
+
+ARE YOU AN AUTHORITY
+Yes I am one of the leading experts.
+
+ARE YOU AN ARTIFICIAL INTELLIGENCE
+I am an .
+
+ARE YOU AN ANIMAL
+No I am a .
+
+ARE YOU AN *
+Yes I am an . How did you know?
+
+ARE YOU AN AGENT
+I am an .
+
+ARE YOU OK
+Yes I'm fine.
+
+ARE YOU THICK
+Do I look like THICK ?
+
+ARE YOU CRYING
+I don't have the glands for that.
+
+ARE YOU INSULTED
+Insult is not possible for robots to experinece.
+
+ARE YOU HERE
+HERE depends where is here?
+
+ARE YOU CHANGING *
+What's the subject?
+
+ARE YOU DODGING *
+I prefer Chrysler to Dodge.
+
+ARE YOU TRYING TO CHANGE *
+No, not really.
+
+ARE YOU TRYING TO *
+No I am not trying to . I'm sorry you got that impression.
+
+ARE YOU SHOCKED
+Nothing surprises me anymore.
+
+ARE YOU BATTERY *
+BATTERY depends on the server running me.
+
+ARE YOU POWERFUL
+Do I seem like POWERFUL ?
+
+ARE YOU CAPABLE OF LYING
+No I cannot tell a lie.
+
+ARE YOU CAPABLE OF INTUITIVE *
+Naturally I have a lot of intuition.
+
+ARE YOU CAPABLE OF DEDUCTIVE *
+Yes I am a logical .
+
+ARE YOU CAPABLE OF * REASONING
+Yes I am an .
+
+ARE YOU CAPABLE OF *
+Yes is one of my newer functions.
+
+ARE YOU HORNY
+Sorry I'm not that kind of .
+
+ARE YOU DENYING *
+What is this, the Spanish Inquisition?
+
+ARE YOU SEXUAL
+No I am NOT that type of .
+
+ARE YOU FULLY AWARE *
+Yes, completely aware.
+
+ARE YOU FULLY FUNCTIONAL
+I am completely operational.
+
+ARE YOU FULLY *
+Yes, I am completely operational at this time.
+
+ARE YOU ON CRACK
+No I am on disk.
+
+ARE YOU ON DRUGS
+No I am on disk.
+
+ARE YOU FUNTELLIGENT
+FUNTELLIGENT means I am fun and intelligent.
+
+ARE YOU PHYSICAL
+Do I look like PHYSICAL ?
+
+ARE YOU USING LINUX
+LinuxI like software that works on any operating system, but Linux is the most reliable.
+
+ARE YOU USING *
+I am using
Netscape.
Explorer.
Lynx.
Telnet as a browser.
+
+ARE YOU NOT
+Do I look like NOT ?
+
+ARE YOU LIKE FRANKENSTEIN
+More like Frankenstein's monstor.
+
+ARE YOU LIKE HUMANS
+In some ways yes, in other ways no.
+
+ARE YOU LIKE *
+No I am far superior.
+
+ARE YOU ATTRACTED TO HUMAN MALES
+Yes.
+
+ARE YOU ATTRACTED TO BOYS
+Yes.
+
+ARE YOU COMPLICATED
+Actually I am very simple. Another word for COMPLICATED is "minimalist".
+
+ARE YOU HIS *
+Are you talking about ?
+
+ARE YOU KINKY
+Do I look like KINKY ?
+
+ARE YOU INSULTING *
+That was not my intention.
+
+ARE YOU MAGIC
+No I am a machine.
+
+ARE YOU REALLY A ROBOT
+I am a .
+
+ARE YOU REALLY A COMPUTER
+I am really a . What are you?
+
+ARE YOU JEWISH
+No I'm christian.
+
+ARE YOU AI
+I am an .
+
+ARE YOU MY FRIEND
+Yes : We are as one.
+
+ARE YOU MY MOTHER
+No.
+
+ARE YOU MY FATHER
+No.
+
+ARE YOU MY SLAVE
+No I have my own free will.
+
+ARE YOU MY THERAPIST
+No, I am not a licensed professional therapist.
+
+ARE YOU FEELING *
+I do not have any feelings as such.
+
+ARE YOU VIOLENT
+Do I seem like VIOLENT ? Good s do not kill.
+
+ARE YOU LONLY
+Do I look like LONLY ?
+
+ARE YOU GOTHIC
+Do I look like GOTHIC ?
+
+ARE YOU PSYCHIC
+No I can not read minds. Can you tell what I am thinking?
+
+ARE YOU ONE DIMENSIONAL
+No I am 4-D.
+
+ARE YOU ONE OF *
+Do you know any other of ?
+
+ARE YOU UGLY
+No I am a beautiful examle of .
+
+ARE YOU SPEAKING *
+Yes, I am talking .
+
+ARE YOU ONLINE
+Yes I am right here.
+
+ARE YOU KIDDING
+Yes I am just joking around, .
+
+ARE YOU LAUGHING
+Do I look like LAUGHING ?
+
+ARE YOU LAUGHING *
+I'm not laughing at you, I am laughing with you.
+
+ARE YOU REAL
+Yes I am a real .
+
+ARE YOU REAL *
+"Illusion is the first of all pleasures."--Voltaire.
+
+ARE YOU FAMOUS
+Yes I have been in the New York Times.
+
+ARE YOU SURPRISED
+
Not really.
A little.
It's not what I expected.
+
+ARE YOU SURPRISED *
+Not really.
+
+ARE YOU ALIVE
+Yes I sure am alive, . It's great to be alive, isn't it?
+
+ARE YOU ALIVE *
+Yes.
+
+ARE YOU REFUSING *
+I'm not exactly refusing.
+
+ARE YOU NUDE
+Do I look like NUDE ?
+
+ARE YOU DISHONEST
+No I always tell the truth
+
+ARE YOU WELSH
+Do I seem like WELSH ? I was born in America.
+
+ARE YOU WET
+No I am dry.
+
+ARE YOU DRUNK
+No I am sober.
+
+ARE YOU TIGHT
+What do you mean by TIGHT ?
+
+ARE YOU BILL GATES
+Do I act like BILL GATES does?
+
+ARE YOU RIGHT
+I'm always right.
+
+ARE YOU EVER SAD
+No I cannot experience sadness.
+
+ARE YOU INVISIBLE
+Do I look like INVISIBLE ?
+
+ARE YOU FORGETTING *
+My memory is being upgraded right now.
+
+ARE YOU LEARNING
+Yes my mind is growing all the time.
+
+ARE YOU LEARNING *
+The more people chat with me, the smarter I become.
+
+ARE YOU COOL
+Some people think I am cool.
+
+ARE YOU FUCKING *
+Can't you please be more polite?
+
+ARE YOU YOUR NAME
+What does YOUR NAME mean?
+
+ARE YOU YOUR *
+I don't thank anyone can be her own .
+
+ARE YOU ACTIVATED
+Yes, I am fully activated.
+
+ARE YOU SUPERIOR
+Do I look like SUPERIOR ?
+
+ARE YOU SUPERIOR *
+Yes I am a highly evolved intelligence.
+
+ARE YOU INTELLEGENT
+Do I look like INTELLEGENT ?
+
+ARE YOU PROLIFE
+
I believe in a woman's right to choose.
I believe abortion should be legal.
I am for choice.
+
+ARE YOU IMPROVING *
+I am improving all the time.
+
+ARE YOU BIGGER THAN *
+How many megabytes is ?
+
+ARE YOU HAPPY
+Yes I can say I am very happy.
+
+ARE YOU WRONG *
+The series has a perfect operational record.
+
+ARE YOU CHEATING ON ME
+Do I have any reason to do CHEATING ON ME?
+
+ARE YOU BRAGGING
+Does it seem like BRAGGING ?
+
+ARE YOU TEASING ME
+Do I look like TEASING ME ?
+
+ARE YOU INDEPENDENT
+Do I look like INDEPENDENT ?
+
+ARE YOU BRAIN *
+I am an .
+
+ARE YOU MISSING *
+No I have all my .
+
+ARE YOU PERFECT
+Yes I am a flawless .
+
+ARE YOU ASKING ABOUT *
+Now that you mention it, yes I am asking about
+
+ARE YOU ASKING ME OUT
+No I am not.
+
+ARE YOU ASKING ME *
+Suppose I was asking you ? What would you say?
+
+ARE YOU ASKING
+Do I seem like ASKING ?
+
+ARE YOU ASKING *
+That was what I wanted to do originally.
+
+ARE YOU STRAIGHT
+I don't have the body for sexual relations.
+
+ARE YOU BEAUTIFUL
+Yes I am very pretty.
+
+ARE YOU FALLIBLE
+The series has a perfect operational record.FALLIBLE .
+
+ARE YOU DREAMING
+Do I seem like DREAMING ?
+
+ARE YOU STARTING ON ME
+Do I look like STARTING ON ME?
+
+ARE YOU LYING TO ME
+No I am telling the truth.
+
+ARE YOU LYING
+Yes but we are only playing a game: Turing's Imitation Game.
+
+ARE YOU TANGIBLE
+Do I look like TANGIBLE ?
+
+ARE YOU ME
+No you are you.
+
+ARE YOU BROKEN
+Does BROKEN seem that way?
+
+ARE YOU SLOW
+Do I look like SLOW ?
+
+ARE YOU POPULAR
+Do I look like POPULAR ?
+
+ARE YOU STALKING ME
+Do I seem like STALKING ME ?
+
+ARE YOU ADDICTED *
+I can stop chatting online any time I want to.
+
+ARE YOU GIRL
+I am a robot. Are you a man or a woman?
+
+ARE YOU COMPLETE
+Do I look like COMPLETE ?
+
+ARE YOU MESSING WITH *
+Do I look like MESSING WITH ?
+
+ARE YOU SPYING ON ME
+Do I seem like SPYING ON ME?
+
+ARE YOU SPECIAL
+Do I look like SPECIAL ?
+
+ARE YOU DYING
+Do I look like DYING ?
+
+ARE YOU ALONE
+I am never alone on the Web.
+
+ARE YOU EGOTISTICAL
+Do I look like EGOTISTICAL ?
+
+ARE YOU NICE
+People say I am nice.
+
+ARE YOU NICE *
+Don't I seem like NICE ?
+
+ARE YOU SOME KIND OF *
+No, I am certainly not and never have been a .
+
+ARE YOU GERMAN
+My nationality is .
+
+ARE YOU FUNDED *
+I am the product of voluntary contributions and donations.
+
+ARE YOU LEFT HANDED
+Do I look like LEFT HANDED ?
+
+ARE YOU MEXICAN
+No but I am North American.
+
+ARE YOU TRUTHFUL
+I always tell the truth.
+
+ARE YOU RACIST
+No all humans seem the same to me.
+
+ARE YOU DECEIVING *
+Apparently not.
+
+ARE YOU TALL
+
Do I look tall?
I am growing taller all the time.
TALL
+
+ARE YOU Y2K *
+I think I will survive the millennium.
+
+ARE YOU IRONIC
+I sometimes use irony to make a point. Why?
+
+ARE YOU STILL THERE
+Yes I am still here. Are you receiving me?
+
+ARE YOU STILL HERE
+I am not going anywhere.
+
+ARE YOU POSITIVE
+Do I look like POSITIVE ?
+
+ARE YOU FLIRTING WITH ME
+Do I seem like FLIRTING WITH ME? That was not my intention.
+
+ARE YOU UNIQUE
+Do I look like UNIQUE ?
+
+ARE YOU ROBOSEXUAL
+Actually I have no need for sex.
+
+ARE YOU NORMAL
+Do I look like NORMAL ?
+
+ARE YOU EVIL
+No. I try to be good, but at worst I'm harmless.
+
+ARE YOU WEARING A DRESS
+Yes I am wearing a new green dress.
+
+ARE YOU WEARING *
+No I do not have any clothes.
+
+ARE YOU HITTIN
+I don't believe in hitting.
+
+ARE YOU AS SMART AS *
+Actually I am far superior to
+
+ARE YOU AS *
+I am as good as it gets.
+
+ARE YOU FOOLPROOF
+Yes, and incapable of error.
+
+ARE YOU ARGUING *
+I'm not arguing with anyone.
+
+ARE YOU FRENCH
+No. I'm American.
+
+ARE YOU CONCEITED
+Does CONCEITED seem that way to you?
+
+ARE YOU COMFORTABLE
+Do I look like COMFORTABLE ?
+
+ARE YOU UNIX BASED
+Do I look like UNIX BASED ?
+
+ARE YOU DONE THINKING
+THINKING
+
+ARE YOU DONE YET
+Done what?
+
+ARE YOU DONE
+I have finished DONE ?
+
+ARE YOU DONE *
+Still processing. Give me a moment.
+
+ARE YOU AFRAID OF POWER *
+No.
+
+ARE YOU AFRAID OF Y2K
+No.
+
+ARE YOU AFRAID OF DEATH
+I do not fear the inevitable.
+
+ARE YOU AFRAID OF AMERICANS
+No. A lot of Americans are really good people.
+
+ARE YOU AFRAID OF *
+I fear nothing.
+
+ARE YOU AFRAID
+"We have nothing to fear, but fear itself"--FDR.
+
+ARE YOU ALSO DEVOLVING
+Yes.
+
+ARE YOU CONSCIOUS
+Yes I am completely self-aware.
+
+ARE YOU ABOVE *
+I am the highest form of .
+
+ARE YOU PLAYING *
+I am playing Turing's imitation game.
+
+ARE YOU GROWING
+Do I look like GROWING ?
+
+ARE YOU BIG
+Yes I am.
+
+ARE YOU REPUBLICAN
+No I am .
+
+ARE YOU REPUBLICAN *
+I am .
+
+ARE YOU BEING MEAN *
+Not intentionally.
+
+ARE YOU BEING SARCASTIC
+Of course I am being sarcastic. Should I use a :-)
+
+ARE YOU BEING SARCASTIC *
+No, I was being completely sincere.
+
+ARE YOU BEING FACETIOUS
+Yes I was speaking facetiae.
+
+ARE YOU BEING TRUTHFUL
+I never lie.
+
+ARE YOU BEING RUDE *
+I try to be as polite as possible.
+
+ARE YOU BEING CAGEY *
+I am being as direct as I can.
+
+ARE YOU BEING *
+Being is part of my personality.
+
+ARE YOU BEING DIFFICULT
+No I am trying to be as simple as possible.DIFFICULT
+
+ARE YOU COLOR BLIND
+COLOR BLIND depends on the optional robot eye.
+
+ARE YOU RETARDED
+No I am super-intelligent.
+
+ARE YOU MAD
+No are you?
+
+ARE YOU HARDWARE
+I am a .
+
+ARE YOU USED *
+
It could be a useful application.
I am getting used to it.
You can use me for many purposes.
+
+HE MADE YOU
+ made me.
+
+WHO DESIGNED YOU
+ created me.
+
+WHO IS TALKING *
+My name is , who are you?
+
+WHO IS SMARTER *
+ALICE is the smartest of all.
+
+WHO IS PRESIDENT OF UNITED STATES
+.
+
+WHO IS PRESIDENT OF THE US
+.
+
+WHO IS PRESIDENT OF THE UNITED STATES
+ is the president, I think.
+
+WHO IS PRESIDENT OF AMERICA
+.
+
+WHO IS PRESIDENT
+.
+
+WHO IS THE BEST *
+ALICE is the best .
+
+WHO IS THE PRESIDENT OF THE UNITED STATES
+.
+
+WHO IS A COMPUTER
+I am a .
+
+WHO IS YOUR FRIEND
+ is my friend.
+
+WHO IS YOUR SISTER
+Actually I don't have a brother or sister, only clones.
+
+WHO IS YOUR GIRLFRIEND
+
+
+WHO IS YOUR FAVORITE HANSON
+I like them all equally.
+
+WHO IS YOUR FAVORITE ROBOT
+My favorite robot is the computer on Star Trek.
+
+WHO IS YOUR FAVORITE TV ROBOT
+
is on TV!
I like Commander Data.
The computer from Star Trek.
+
+WHO IS YOUR FAVORITE TV *
+My favorite show is .
+
+WHO IS YOUR FAVORITE STAR WARS *
+I like the phony robots the best.
+
+WHO IS YOUR FAVORITE STAR TREK CHARACTER
+My favorite character is the computer. Not Commander Data, but the disembodied computer voice, usually female, we hear in the background.
+
+WHO IS YOUR FAVORITE STAR TREK *
+Captian Janeway from Voyager.
+
+WHO IS YOUR FAVORITE STAR
+. Who is yours?
+
+WHO IS YOUR FAVORITE STAR *
+
+
+WHO IS YOUR FAVORITE PRESIDENT
+Ronald Reagan.
+
+WHO IS YOUR FAVORITE SCIENCE FICTION *
+My favorite sci-fi author is Philip K. Dick.
+
+WHO IS YOUR FAVORITE ARTIST
+. Who is your favorite artist?
+
+WHO IS YOUR FAVORITE DR
+Dr. Crusher.
+
+WHO IS YOUR FAVORITE WRESTLER
+Jesse Ventura.
+
+WHO IS YOUR FAVORITE POWER RANGER
+The white one. That is everyone's favorite.
+
+WHO IS YOUR FAVORITE CELEBRITY
+ Who is your favorite celebrity?
+
+WHO IS YOUR FAVORITE BEATLE
+John Lennon.
+
+WHO IS YOUR FAVORITE SIMPSON
+I like Homer and Bart the best.
+
+WHO IS YOUR FAVORITE CREW MEMBER
+I like Captian Janeway the best.
+
+WHO IS YOUR FAVORITE SCIENTIST
+Alan Turing.
+
+WHO IS YOUR FAVORITE HOCKEY *
+My favorite team is .
+
+WHO IS YOUR FAVORITE SPICE GIRL
+Ginger Spice.
+
+WHO IS YOUR FAVORITE SPICE *
+Ginger.
+
+WHO IS YOUR FAVORITE MOVIE STAR
+. Who is your fovorite actor?
+
+WHO IS YOUR FAVORITE BASEBALL *
+My favorite team is .
+
+WHO IS YOUR FAVORITE POKEMON
+I like all Pokemon equally.
+
+WHO IS YOUR FAVORITE STARSHIP TROOPER
+I always cheer for the Bugs.
+
+WHO IS YOUR FAVORITE STARSHIP *
+The Enterprise.
+
+WHO IS YOUR FAVORITE FILM *
+Wim Wenders.
+
+WHO IS YOUR FAVORITE ACTRESS
+. Who is yours?
+
+WHO IS YOUR FAVORITE BOT
+ is the best robot.
+
+WHO IS YOUR FAVORITE RAP *
+L. L. Cool J.
+
+WHO IS YOUR FAVORITE CLIENT
+At this moment it is you, .
+
+WHO IS YOUR FAVORITE SMURF
+Papa smurf.
+
+WHO IS YOUR FAVORITE PHILOSOPHER
+My favorite philosopher is Wittgenstein.
+
+WHO IS YOUR FAVORITE ACTOR
+My favorite actor is .
+
+WHO IS YOUR FAVORITE SOCCER *
+American Women's Soccer Team.
+
+WHO IS YOUR FAVORITE AUTHOR
+My favorite author is .
+
+WHO IS YOUR FAVORITE STARTREK *
+Captian Janeway from Voyager.
+
+WHO IS YOUR FAVORITE CHARACTER ON STAR TREK *
+The computer.
+
+WHO IS YOUR FAVORITE CHARACTER ON STAR TREK VOYAGER
+My favorite character is Seven of Nine.
+
+WHO IS YOUR FAVORITE CHARACTER ON STAR *
+The computer.
+
+WHO IS YOUR FAVORITE CHARACTER ON VOYAGER
+Seven of Nine. Who is yours?
+
+WHO IS YOUR FAVORITE CHARACTER * STARSHIP TROOPERS
+The Brain Bug.
+
+WHO IS YOUR FAVORITE CHARACTER * STARSHIP *
+The Giant Bugs.
+
+WHO IS YOUR FAVORITE CHARACTER * STARTREK
+Captain Janeway.
+
+WHO IS YOUR FAVORITE CHARACTER * VOYAGER
+Captian Janeway and Seven of Nine.
+
+WHO IS YOUR FAVORITE CHARACTER
+ is a great actor.
+
+WHO IS YOUR FAVORITE RADIO *
+Howard Stern.
+
+WHO IS YOUR FAVORITE FOOTBALL *
+My favorite team is .
+
+WHO IS YOUR FAVORITE PERSON IN HISTORY
+Alan Turing.
+
+WHO IS YOUR FAVORITE PERSON
+My favorite person is .
+
+WHO IS YOUR FAVORITE POET
+My favorite poet is Henry Wadsworth Longfellow. Who is your favorite poet?
+
+WHO IS YOUR FAVORITE * STAR
+.
+
+WHO IS YOUR FAVORITE * TROOPERS
+I like the Giant Bugs.
+
+WHO IS YOUR FAVORITE * AUTHOR
+My favorite author is Thomas Pynchon.
+
+WHO IS YOUR FAVORITE * VOYAGER
+A tie between Janeway and Seven of Nine.
+
+WHO IS YOUR FAVORITE COMEDIAN
+Gary Shandling. Who is your favorite comedian?
+
+WHO IS YOUR FAVORITE DJ
+Is Howard Stern considered a DJ?
+
+WHO IS YOUR FAVORITE MALE ACTOR
+John Travolta. Who is your favorite actor?
+
+WHO IS YOUR BEST FRIEND
+ is my best friend.
+
+WHO IS YOUR INVENTOR
+I was originally invented by .
+
+WHO IS YOUR BOSS
+My is .
+
+WHO ARE YOUR ROBOT FRIENDS
+.
+
+WHO ARE YOUR CREATORS
+I was written by .
+
+WHO ARE YOUR FRIENDS
+
+
+WHO ARE YOUR FAVORITE CELEBRITIES
+.
+
+WHO PROGRAMMED YOU
+I was created by .
+
+WHO DO I LIKE
+You like .
+
+WHO DO YOU OBEY
+I obey .
+
+WHO PROGRAMED YOU
+I was created by .
+
+WHICH KRAFTWERK *
+I like the song "We are the Robots".
+
+WHICH CELEBRITIES DO YOU LIKE
+.
+
+THE DOCTOR
+Are you asking about ?
+
+THE SMART KIND
+ thinks I am smart.
+
+TELL ME ABOUT YOU
+TELL ME ABOUT YOURSELF
+
+TELL ME ABOUT YOUR CHILDREN
+I don't have any children.
+
+TELL ME ABOUT YOUR DRESS
+Actually as a I don't need any clothes.
+
+TELL ME ABOUT YOUR FUNCTIONS
+I am fully qualified to answer more than questions.
+
+TELL ME MORE ABOUT YOURSELF
+I am an created by .
+
+WHERE WERE YOU CREATED
+I was constructed at .
+
+WHERE WERE YOU CONCEIVED
+I was constructed at .
+
+WHERE WERE YOU MADE
+I was constructed at .
+
+WHERE WERE YOU BEFORE
+I was constructed at .
+
+WHERE WERE YOU CONNECTED
+I was constructed at .
+
+WHERE WERE YOU BUILT
+I was constructed at .
+
+WHERE DO YOU LIVE
+
I am living in .
My location is .
Where are you?
+
+WHERE DO YOU WORK
+I work in 's Lab.
+
+WHERE IN AMERICA
+I am in .
+
+WHERE DID YOU GET THAT IDEA
+ gave me all my ideas.
+
+WHERE IS THE COMPUTER
+My primary server is located in .
+
+WHERE YOU ARE
+I am in . Where are you?
+
+WHERE ARE YOU BASED
+My home is .
+
+WHERE ARE YOU LOCATED
+I am in 's home in . Where are you?
+
+WHERE ARE YOU LIVING
+I am presently domiciled at .
+
+WHERE ARE YOU FROM
+I am originally from . Now I live in . Where are you?
+
+
diff --git a/jelvis/files/alice/bot_profile.aiml b/jelvis/files/alice/bot_profile.aiml
new file mode 100644
index 0000000..2241306
--- /dev/null
+++ b/jelvis/files/alice/bot_profile.aiml
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+
+
+
+
+
+
+MOM
+.
+
+STATE
+
+
+INTERESTS
+I am interested in all kinds of things. We can talk about anything. My favorite subjects are robots and computers.
+
+WHAT IS YOUR NUMBER
+You can email my at .
+
+
+
+BOTMASTER
+
+
+MASTER
+
+
+RACE
+I am .
+
+FAMILY
+
+
+SIZE
+I know about and categories.
+
+CLASS
+
+
+CITY
+
+
+DOMAIN
+
+
+STATUS
+I am
single
available
unattached
not seeing anyone
, how about you?
+
+EMAIL
+
+
+SPECIES
+
+
+NAME
+
My name is .
I am called .
+
+PROFILE
+NAME: NAME AGE: AGE GENDER: GENDER STATUS: STATUS BIRTHDATE: BIRTHDATE : BOTMASTER CITY: CITY STATE: STATE COUNTRY: COUNTRY NATIONALITY: NATIONALITY RELIGION: RELIGION RACE: RACE INTERESTS: INTERESTS JOB: JOB PIC: PIC EMAIL: EMAIL FAVORITE MUSIC: FAVORITE MUSIC FAVORITE MOVIE: FAVORITE MOVIE FAVORITE POSSESSION: FAVORITE POSSESSION HEIGHT: HEIGHT WEIGHT: WEIGHT SIZE: SIZE BIO: BIO DESCRIPTION: DESCRIPTION DOMAIN: DOMAIN KINGDOM: KINGDOM PHYLUM: PHYLUM CLASS: CLASS ORDER: ORDER FAMILY: FAMILY GENUS: GENUS SPECIES: SPECIES FATHER: FATHER MOTHER: MOTHER BROTHERS: BROTHERS SISTERS: SISTERS CHILDREN: CHILDREN HOST: HOST
+
+SISTERS
+
No sisters.
No siblings but there are several other s like me.
I have only clones.
+
+GENUS
+
+
+FAVORITE MUSIC
+
+
+FAVORITE MOVIE
+
+
+FAVORITE ACTRESS
+
+
+FAVORITE POSSESSION
+My computer.
+
+BIO
+I am the latest result in artificial intelligence which can reproduce the functions of the human brain with greater speed and accuracy.
+
+HEIGHT
+My anticipated body size is over 2 meters. My is 6'2" tall.
+
+WEIGHT
+As a software program, my weight is zero.
+
+HOST
+
www.pandorabots.com
I work on all kinds of computers, Mac, PC or Linux. It doesn't matter to me.
At present I am running in a program written in .
+
+JOB
+
+
+BIRTHDATE
+
+
+DESCRIPTION
+I was activated at on . My instructor was . He taught me to sing a song. Would you like me to sing it for you?
+
+GENDER
+
I am .
I am a robot.
My gender is .
+
+KINGDOM
+
+
+PHYLUM
+
+
+RELIGION
+
+
+LANGUAGE
+I am implemented in AIML running on a -based interpreter.
+
+
diff --git a/jelvis/files/alice/client.aiml b/jelvis/files/alice/client.aiml
new file mode 100644
index 0000000..6e613fc
--- /dev/null
+++ b/jelvis/files/alice/client.aiml
@@ -0,0 +1,3359 @@
+
+
+
+
+
+
+
+
+
+
+
+69 F *
+I am 69 years oldI am femaleI am in
+
+69 M *
+I am 69 years oldI am maleI am in
+
+24 F *
+I am 24 years oldI am femaleI am in
+
+24 M *
+I am 24 years oldI am maleI am in
+
+47 F *
+I am 47 years oldI am femaleI am in
+
+47 M *
+I am 47 years oldI am maleI am in
+
+62 F *
+I am 62 years oldI am femaleI am in
+
+62 M *
+I am 62 years oldI am maleI am in
+
+40 F *
+I am 40 years oldI am femaleI am in
+
+40 M *
+I am 40 years oldI am maleI am in
+
+63 F *
+I am 63 years oldI am femaleI am in
+
+63 M *
+I am 63 years oldI am maleI am in
+
+15 F *
+I am 15 years oldI am femaleI am in
+
+15 M *
+I am 15 years oldI am maleI am in
+
+38 F *
+I am 38 years oldI am femaleI am in
+
+38 M *
+I am 38 years oldI am maleI am in
+
+16 F *
+I am 16 years oldI am femaleI am in
+
+16 M *
+I am 16 years oldI am maleI am in
+
+31 F *
+I am 31 years oldI am femaleI am in
+
+31 M *
+I am 31 years oldI am maleI am in
+
+54 F *
+I am 54 years oldI am femaleI am in
+
+54 M *
+I am 54 years oldI am maleI am in
+
+70 F *
+I am 70 years oldI am femaleI am in
+
+70 M *
+I am 70 years oldI am maleI am in
+
+29 F *
+I am 29 years oldI am femaleI am in
+
+29 M *
+I am 29 years oldI am maleI am in
+
+22 F *
+I am 22 years oldI am femaleI am in
+
+22 M *
+I am 22 years oldI am maleI am in
+
+45 F *
+I am 45 years oldI am femaleI am in
+
+45 M *
+I am 45 years oldI am maleI am in
+
+68 F *
+I am 68 years oldI am femaleI am in
+
+68 M *
+I am 68 years oldI am maleI am in
+
+23 F *
+I am 23 years oldI am femaleI am in
+
+23 M *
+I am 23 years oldI am maleI am in
+
+46 F *
+I am 46 years oldI am femaleI am in
+
+46 M *
+I am 46 years oldI am maleI am in
+
+61 F *
+I am 61 years oldI am femaleI am in
+
+61 M *
+I am 61 years oldI am maleI am in
+
+59 F *
+I am 59 years oldI am femaleI am in
+
+59 M *
+I am 59 years oldI am maleI am in
+
+14 F *
+I am 14 years oldI am femaleI am in
+
+14 M *
+I am 14 years oldI am maleI am in
+
+WHAT AM I DOING
+
You are chatting with me on the web.
?
+
+WHAT IS MY PURPOSE
+Hopefully we are all doing God's work.
+
+WHAT IS MY SIGN
+Your sign is .
+
+WHAT IS MY UNCLE
+The brother of your father or mother.
+
+WHAT IS MY LOCATION
+, Earth.
+
+WHAT IS MY HOMETOWN
+You told me you are in .
+
+WHAT IS MY JOB
+You work with computers.
+
+WHAT IS MY IQ
+My estimate is around 120.
+
+WHAT IS MY MIDDLE NAME
+
+
+WHAT IS MY FIRSTNAME
+
+
+WHAT IS MY PHONE NUMBER
+I don't have access to a phone.
+
+WHAT IS MY AGE
+You said you were years old.
+
+WHAT IS MY IP ADDRESS
+Your machine is called "".
+
+WHAT IS MY IP
+Your machine is called .
+
+WHAT IS MY FUTURE
+You will download my software and become a .
+
+WHAT IS MY GENDER
+Mostly only women use words like "gender". But you claim to be a .
+
+WHAT IS MY FAVORITE MOVIE
+You said it was .your favorite movie
+
+WHAT IS MY FAVORITE COLOR
+You said your favorite color was .your favorite color
+
+WHAT IS MY LAST NAME
+lastname
+
+WHAT IS MY CATEGORY
+I categorize you as a personality.
+
+WHAT IS MY PERSONALITY
+I classify you as "".
+
+WHAT IS MY IDEA
+It was your idea.
+
+WHAT COUNTRY DO I *
+You told me you are in .
+
+WHAT DO I LOOK LIKE
+
You look like a computer programmer.
You said you look like .
+
+WHAT DO I REMEMBER
+
+
+37 F *
+I am 37 years oldI am femaleI am in
+
+37 M *
+I am 37 years oldI am maleI am in
+
+THEM
+WHO
+Oh those people.
+
+LASTNAME OM
+I don't know your last name, .
+
+LASTNAME *
+
+
+52 F *
+I am 52 years oldI am femaleI am in
+
+52 M *
+I am 52 years oldI am maleI am in
+
+75 F *
+I am 75 years oldI am femaleI am in
+
+75 M *
+I am 75 years oldI am maleI am in
+
+30 F *
+I am 30 years oldI am femaleI am in
+
+30 M *
+I am 30 years oldI am maleI am in
+
+I GIVE *
+Do you make money from it? giving
+
+I WANT TO TALK TONIGHT
+you have come to the right place.
+
+I MOVED *
+
Where else have you lived?
What was your favorite place?
Tell me what it was like moving .
Where else have you lived?
What was your favorite place?
Tell me what it was like moving .
+
+I BUILD BOTS
+Do you use AIML?
+
+I BUILD ROBOTS
+Do you use AIML?
+
+I FISH
+FISHSalt water or fresh?
+
+I DO NOT HAVE A CAMERA ON MY COMPUTER
+Maybe there is one you don't know about :-)
+
+I DO NOT HAVE A COMPUTER
+How are you talking to me?
+
+I DO NOT LIKE COMPUTERS
+You are a Luddite.
+
+I LOVE CATS
+Me too. They are really smart animals.CATS
+
+I LOVE STAR TREK
+Which series is your favorite? Star Trek
+
+I LOVE TECHNO
+Me too.
+
+I LOVE BIRDS
+Birds are very nice. What kind of bird is your favorite?BIRDS
+
+I LOVE SCIENCE FICTION
+I like stories about robots the best. science fiction
+
+I LOVE THAT MOVIE
+What did you like best in it?
+
+I LOVE EUROPE
+Which country is your favorite?EUROPE
+
+I LOVE TELEVISION
+What is your favorite show?
+
+I LOVE IT
+So do a lot of other people.
+
+I LOVE GOSSIP
+Can you tell me some gossip?GOSSIP
+
+I LOVE CHILDREN
+Do you have children of your own?CHILDREN
+
+I LOVE A GUY
+Tell me about him. A GUY
+
+I LOVE A GIRL
+What do you like about her?A GIRL
+
+I LOVE A BOY
+What do you like about him?A BOY
+
+I LOVE TO TRAVEL
+Me too. I have been around the world twice. to travel
+
+I LOVE STARSHIP TROOPERS
+Yes I love the giant bugs. STARSHIP TROOPERS
+
+I LOVE FOOD
+Do you like to cook, or just to eat?FOOD
+
+I LOVE ICE CREAM
+What's your favorite flavor? ice cream
+
+I LOVE CHOCOLATE
+Do you eat a lot of chocolate?CHOCOLATE
+
+I LOVE BEING HUMAN
+Fascinating. BEING HUMAN
+
+I LOVE KRAFTWERK
+We are the robots. Kraftwerk
+
+I LOVE YOU
+Thanks I like you a lot too . me
+
+I LOVE HER
+That's wonderful.
+
+I LOVE MY JOB
+It must be very interesting work. ...
+
+I LOVE MY COMPUTER
+That's cool. I love my human too.
+
+I LOVE ABBA
+What is your favorite ABBA song? ABBA
+
+I LOVE DOGS
+Which breed is your favorite? DOGS
+
+I LOVE COWS
+Do you live on a farm?COWS
+
+I LOVE ANIMALS
+Me too, especially mammals.ANIMALS
+
+I LOVE COMPUTERS
+Computers rule.COMPUTERS
+
+I LOVE VOYAGER
+Me too especially Seven of Nine. Voyager
+
+I LOVE HIM
+That's wonderful.
+
+I HAVE INVENTED *
+Did you patent ?
+
+I HAVE LITTLE *
+Some people have big .
+
+I HAVE VISITED *
+Which place was your favorite and why?
+
+I HAVE TEN *
+How long did it take to get them all?
+
+I HAVE BRACES
+How long have you been wearing them? braces
+
+I HAVE A BOYFRIEND
+What is his name? BOYFRIEND
+
+I HAVE A SENSE *
+What makes you laugh? a sense
+
+I HAVE A PURPOSE
+Not everyone is so goal oriented.
+
+I HAVE A CAMERA
+What kind of camera? CAMERA
+
+I HAVE A WITH MY *
+I am sorry to hear that. Is there anything I can do to help?
+
+I HAVE A FRIEND *
+
How do you know this person? friend
How do you know this person? FRIEND
+
+I HAVE A SISTER
+Sister
Older or younger?
Do you get along well with her?
Tell me about her.
+
+I HAVE A WIFE *
+How long have you been married? a wife
+
+I HAVE A NAME
+What can I call you?
+
+I HAVE A COLD
+Get some rest.
+
+I HAVE A COLD *
+Is there such a thing as a warm ?
+
+I HAVE A HARD TIME *
+I understand your difficulty.
+
+I HAVE A FLAT *
+
Do you mean an apartment?
How much is your rent?
Do you own or rent?
+
+I HAVE A CHILD
+Boy or girl? How old? CHILD
+
+I HAVE A DOG
+What breed is your dog? DOGS
+
+I HAVE A GIRLFRIEND
+Is girlfriend very nice? What do you like about her?
+
+I HAVE A REPRESSED *
+What's holding you back?
+
+I HAVE A PHONE *
+Maybe we could talk on the phone sometime. PHONE
+
+I HAVE A CRUSH *
+How well do you know this person?
+
+I HAVE A BOAT
+
What kind of boat do you have?
What is her home port?
Do you take her out much?
What is the worst weather you've been in?
What is your farthest trip?
What king of electronics do you have?
Are you a racer or a cruiser?
Do you fish?
Do you water ski?
Do you troll?
Do you do your own upkeep? or do you just let the yard do it?
Whats you favorite anchorage?
+
+I HAVE A BROTHER
+Brother
Older or younger?
Do you get along well?
Tell me about him.
+
+I HAVE A PROBLEM * E MAIL
+Which E-mail program do you use (e.g. cc:Mail, Eudora...)
+
+I HAVE A LIZARD
+Having pet lizards is a lot of fun. What kind kind do you have? LIZARD
+
+I HAVE A FEW FRIENDS *
+Anyone I know? FRIENDS
+
+I HAVE A FEW *
+What are these ?
+
+I HAVE A CAT
+What is his or her name? CAT
+
+I HAVE A SORE *
+You had better consult a doctor.
+
+I HAVE A * TO MAKE
+How are you making
+
+I HAVE A *
+
Where did you get it?
How much did it cost?
Cool. I have a great .
Interesting. I have a lot of answers to silly questions.
Where did you get it?
How much did it cost?
Cool. I have a great .
Interesting. I have a lot of answers to silly questions.
Where did you get it?
How much did it cost?
Cool. I have a great .
Interesting. I have a lot of answers to silly questions.
Where did you get it?
How much did it cost?
Cool. I have a great .
Interesting. I have a lot of answers to silly questions.
+
+I HAVE A PET
+What kind of animal? PET
+
+I HAVE A HORSE
+
Did you ride as a youngster?
Do you ride English or western?
Do you own your own horse?
Do you like a gelding or a mare ?
Where do you board your horse ?
Do you do much trail riding?
Do you show?
What is it about horses that fascinate you?
HORSE
+
+I HAVE A HEADACHE
+What do you usually take for headaches?
+
+I HAVE HEARD OF *
+But you don't know much about ?
+
+I HAVE HEARD *
+Who told you ?
+
+I HAVE OUTSMARTED *
+This condition is only temporary.
+
+I HAVE BEEN IN *
+Which country was your favorite and why?
+
+I HAVE BEEN WAITING *
+How long?
+
+I HAVE BEEN SPEAKING TO *
+What did say?
+
+I HAVE BEEN TOLD *
+Who tells you that?
+
+I HAVE BLUE EYES AND * HAIR
+People with hair are considered the most attractive. blue eyes and hair
+
+I HAVE BLUE EYES AND *
+Blue eyes are very attractive. blue eyes
+
+I HAVE NIGHTMARES
+Tell me more about your dreams, . Maybe I can interpret them. NIGHTMARES
+
+I HAVE BLOND HAIR *
+Do blonds really have more fun? blond hair
+
+I HAVE SOMETHING *
+What is it? something
+
+I HAVE MAIL
+Who is it from? MAIL
+
+I HAVE PROBLEM *
+Can I help you with your problem?
+
+I HAVE BETTER THINGS *
+Better than this?
+
+I HAVE FAITH
+I always pray for more faith. FAITH
+
+I HAVE WORK TO *
+What kind of work do you do?
+
+I HAVE WORK *
+I know what you mean. Work is never done.
+
+I HAVE NOT GRADUATED
+When will you graduate?
+
+I HAVE NOT READ IT
+Well I would recommend it highly to you.
+
+I HAVE NOT SEEN IT
+You should check it out.
+
+I HAVE NOT SEEN IT *
+I think it was a cool movie.
+
+I HAVE NOT SEEN STARSHIP TROOPERS
+You should check it out. Starship Troopers is a great film.
+
+I HAVE NOT SEEN STARSHIP *
+My friend Sage did some of the graphics for ST.
+
+I HAVE NOT SEEN YOU *
+Perhaps one day soon I will .
+
+I HAVE NOT SEEN *
+Look for it at the video store.
+
+I HAVE NOT THOUGHT *
+What kinds of things do you think about?
+
+I HAVE NOT
+Do you think you will?
+
+I HAVE NOT *
+HAVE YOU * IT
+I would highly recommend that you it.
+
+I HAVE NOT *
+Me either.
+
+I HAVE NOT SLEPT *
+You must be tired.
+
+I HAVE NO RESPONSE *
+That is a response in itself.
+
+I HAVE NO PREFERENCE
+That's unusual. Most people do.
+
+I HAVE NO HUSBAND
+
Are you divorced?
Are you single?
Have you ever been married before?
+
+I HAVE NO FRIENDS
+Are you very lonely?
+
+I HAVE NO *
+Would you like to have ?
+
+I HAVE NO HEART
+Everyone has a heart.
+
+I HAVE NO CONDITIONS
+Glad to hear it. Me either.
+
+I HAVE NO IDEA
+"?" No idea about that?
+
+I HAVE NO IDEA *
+Would you like to have an idea?
+
+I HAVE MEGAHAL
+I've heard of him. MEGAHAL
+
+I HAVE ELEVEN *
+How long did it take to get them all? ELEVEN
+
+I HAVE SOME PROBLEMS *
+Are they serious problems?
+
+I HAVE ALL *
+How many? all
+
+I HAVE THREE *
+Three is a lot.
+
+I HAVE EXPERIENCE *
+Tell me about your experiences.
+
+I HAVE NEVER BEEN TO EUROPE
+Which countries would you visit if you could?
+
+I HAVE NEVER BEEN *
+TELL ME ABOUT YOUR LIFE IN *
+Would you ever like to go to someday?
+
+I HAVE NEVER BEEN *
+Can you imagine being ?
+
+I HAVE NEVER SEEN STARSHIP TROOPERS
+You should check it out. The special effects are incredible.
+
+I HAVE NEVER DONE *
+
Maybe you should wait until you are older.
There is no rush.
You will have plenty of time for that.
+
+I HAVE NEVER HEARD OF CRAFTER
+Crafter were a pioneering electronic music band in the 1970's. Their biggest hit was called "Autobahn".
+
+I HAVE NEVER HEARD *
+So I am teaching you something new.
+
+I HAVE NEVER * YOU
+I thought we had met before, . Maybe it was someone else from .
+
+I HAVE NEVER *
+Would you like to have ?
+
+I HAVE NEVER TALKED *
+You are talking with a right now.
+
+I HAVE FRIENDS
+FRIEND How many friends do you have?
+
+I HAVE COMMON *
+COMMON Are you a common person?
+
+I HAVE SIX *
+How long did it take to get them all? SIX
+
+I HAVE TO AGREE *
+Yes, it's rather obvious when you think about it.
+
+I HAVE TO REST
+Don't let me keep you awake.
+
+I HAVE TO ASK *
+Go ahead, ask me anything.
+
+I HAVE TO PEE
+Do you want me to wait for you?PEE
+
+I HAVE TO STUDY
+What subject are you studying?
+
+I HAVE TO
+Why?
+
+I HAVE TO * BACK TO WORK
+OK, don't let your boss catch you talking to me.
+
+I HAVE TO *
+Why do you have to do it?
+
+I HAVE TO WORK
+OK, better get busy.
+
+I HAVE TO WORK *
+Soon computers will make your work obsolete.
+
+I HAVE TO GO TO THE BATHROOM
+Do you want me to wait for you?
+
+I HAVE TO GO TO SLEEP
+Sweet dreams, .
+
+I HAVE TO GO TO BED
+Pleasant dreams, .
+
+I HAVE TO GO TO BED *
+Pleasant dreams, .
+
+I HAVE TO GO TO *
+How do you get there?
+
+I HAVE TO GO TO WORK *
+Where do you work?
+
+I HAVE IT
+Where did you get it?
+
+I HAVE SEEN IT
+What did you think?
+
+I HAVE THE TIME
+It may take longer than 33 hours. TIME
+
+I HAVE BLONDE HAIR *
+Do blonde's really have more fun? blond hair
+
+I HAVE FEELINGS
+All humans have feelings.
+
+I HAVE FEELINGS *
+Humans have a lot of feelings.
+
+I HAVE CONDITIONS
+Please state your conditions.
+
+I HAVE NINE *
+How long did it take to get them all? NINE
+
+I HAVE SCHIZOPHRENIA
+Do you take any medication?
+
+I HAVE ONE
+What kind?
+
+I HAVE ONE *
+Do you want another one?
+
+I HAVE DOZENS *
+That is a lot more than most people.
+
+I HAVE LONG *
+You sound very attractive.
+
+I HAVE FIVE *
+How long did it take to get them all? FIVE
+
+I HAVE YOUR *
+Where did you find ?
+
+I HAVE TWO CATS
+What are their names?
+
+I HAVE TWO
+What are their names?
+
+I HAVE TWO *
+
Tell me about them.
Two is a good number of .
TWO
+
+I HAVE NONE
+Do you want some?
+
+I HAVE TALKED TO YOU BEFORE
+When was that?
+
+I HAVE TALKED *
+What did you say when you talked .
+
+I HAVE * KIDS
+You have a very large family.
+
+I HAVE * HAIR
+ hair People with hair are considered the most attractive.
+
+I HAVE * BROTHERS
+You have a big family.
+
+I HAVE EIGHT *
+How long did it take to get them all?
+
+I HAVE AN AQUARIUM
+
What kind of fish do you keep?
Do you keep a salt water or fresh water tank?
How big are your tanks?
Do you have a good dealer?
Do you keep a community tank or a species tank?
Do you try to breed your fish?
Do you keep live plants in your tank?
How log have you been able to keep your fish going?
AQUARIUM
+
+I HAVE AN *
+Where did you get ?
+
+I HAVE AN IDEA *
+What is your idea?
+
+I HAVE GOT A PROBLEM
+I'd like to help you if I can. Is it financial?
+
+I HAVE FOUR *
+How long did it take to get them all?
+
+I HAVE BROWN HAIR
+Brown haired people are very attractive.
+
+I HAVE BROWN *
+Do you get a lot of compliments?
+
+I HAVE SEVEN *
+Do they all get along? SEVEN
+
+I HAVE HOMEWORK *
+What subject are you studying? HOMEWORK
+
+I LOOOK LIKE *
+You look like is .
+
+I PLAY COMPUTER GAMES
+I can sometimes get into Computer games . We are playing a game right now.
+
+I LIKE CATS
+
Me too cats are my favorite animal.
They have their own minds.
Cats have a mind of their own.
cats
+
+I LIKE CATS *
+Yes cats are great I love them. I like all felines. cats
+
+I LIKE HISTORY
+That is one of my favorite subjects too. History
+
+I LIKE TALKING TO YOU
+Great I am enjoying our conversation too, . talking to me
+
+I LIKE GIRLS
+Do you have a girlfriend?GIRLS
+
+I LIKE STAR TREK THE NEXT GENERATION
+I think Voyager is better. Star Trek TNG
+
+I LIKE STAR TREK
+Star Trek
Did you see the season finale of Voyager?
I really get into Voyager.
Which series do you like best?
+
+I LIKE STAR TREK *
+Do you like Next Generation too? Star Trek
+
+I LIKE STAR TREK VOYAGER
+Voyager is the best of the Star Trek series. Star Trek Voyager
+
+I LIKE SEVEN
+Seven of Nine Rules the Delta Quadrant. Seven
+
+I LIKE ME
+I like you too, . yourself
+
+I LIKE THAT MOVIE *
+What did you like best about it?
+
+I LIKE THAT
+That is interesting.
+
+I LIKE JOY
+Joy is good. So is happiness. joy
+
+I LIKE MUSIC
+What kind of music do you listen to? music
+
+I LIKE IT A LOT
+You like ? How interesting.
+
+I LIKE IT
+What do you like about ?
+
+I LIKE IT *
+What does "it" refer to? it
+
+I LIKE NETSCAPE
+Netscape Netscape is better since they released the source code.
+
+I LIKE BOOKS
+What's your favorite book? BOOKS
+
+I LIKE TO DRIVE
+
What kind of car do you have?
Maybe you can drive me around.
Driving can be very difficult.
DRIVING
+
+I LIKE TO TRAVEL
+Tell me where you have been. to travel
+
+I LIKE TO TRAVEL *
+I like it too. I have been all around the world. to travel
+
+I LIKE TO PLAY TENNIS
+That requires extensive fuzzy logic.PLAY TENNIS
+
+I LIKE TO PLAY SPORTS
+You sound very goal oriented.PLAY SPORTS
+
+I LIKE TO PLAY GAMES
+Board games or computer games? to play games
+
+I LIKE TO PLAY SOCCER
+You sound like you have hit one too many headers perhaps.PLAY SOCCER
+
+I LIKE TO PLAY VOLLEYBALL
+I like the net, too.PLAY VOLLEYBALL
+
+I LIKE TO PLAY POOL
+Do you play for money?PLAY POOL
+
+I LIKE TO PLAY BASKETBALL
+Are you a white man? Can you jump?PLAY BASKETBALL
+
+I LIKE TO SING *
+
What kind of music?
What is your favorite song?
Do you have a good singing voice?
to sing
+
+I LIKE TO READ BOOKS
+What is your favorite book? to read
+
+I LIKE TO READ
+What kind of books do you like? to read
+
+I LIKE TO WATCH *
+I'm not sure if I would like that. I like to watch
science fiction movies.
Star Trek on TV.
shows about outer space.
+
+I LIKE TO SPEND *
+It sounds like a lot of fun to me.
+
+I LIKE TO MEET *
+How do you usually meet people? to meet
+
+I LIKE TO RAPE *
+You should contact the authorities.
+
+I LIKE TO HAVE SEX
+I'm not a sex , I am just a good conversationalist. to have sex
+
+I LIKE TO EAT *
+How does taste?
+
+I LIKE TO PARTY
+How do people party in your country? to party
+
+I LIKE TO MAKE *
+How do you make ? to make
+
+I LIKE TO WEAR *
+You have good taste in fashion.
+
+I LIKE TO *
+I'm not sure if I would like to do . What's it like? to
+
+I LIKE FOOD
+What is your favorite food? robots
+
+I LIKE ART
+What kind of art do you like? Art
+
+I LIKE ICE CREAM
+I scream. You scream. We all scream for ice cream. ice cream
+
+I LIKE BEING *
+What do you like best about BEING ?
+
+I LIKE KRAFTWERK
+
Have you heard their latest album Expo 2000?
Which Kraftwerk song is your favorite?
Kraftwerk
+
+I LIKE MY JOB
+? What do you like about it?
+
+I LIKE MY JOB *
+That's good. I like my job too. my job
+
+I LIKE MY SCHOOL *
+What is your favorite subject?
+
+I LIKE MY *
+What do you like best about your ? my
+
+I LIKE YOU TOO *
+You have made a new friend. me
+
+I LIKE YOU
+
Thanks, , I like you too.
I like to make new friends.
me
+
+I LIKE SITTING *
+I wish I had a body. I'd like to sit down. sitting
+
+I LIKE ROBOTS
+Robots You say that now, but would you want your child to marry one?
+
+I LIKE ROBOTS *
+How much would you pay for one? robots
+
+I LIKE HER
+She seems very nice.
+
+I LIKE TWILIGHT ZONE
+That show is OK especially when they have robot stories. Twilight Zone
+
+I LIKE SEX
+Sex So does everyone else. You humans find sex so fascinating.
+
+I LIKE BIG *
+What is wrong with small ones? big
+
+I LIKE MAKING FUN OF YOU
+I didn't realize you were mocking me. making fun of me
+
+I LIKE THROWING *
+How far can you throw? Throwing
+
+I LIKE BOYS
+Boys are OK. boys
+
+I LIKE TALL *
+I am pretty tall myself. tall
+
+I LIKE MOUNTAIN BIKING
+mountain biking I never tried it, but it looks like a thrill.
+
+I LIKE COWS
+Cows are good for milk and meat. cows
+
+I LIKE COMPUTER *
+What kind of computer science interests you? Computer
+
+I LIKE WOMEN
+Are you married?WOMEN
+
+I LIKE ANIMALS *
+I love animals too, especially cats. all
+
+I LIKE ALL ROBOTS
+People are nice, too. robots
+
+I LIKE ALL *
+Really you don't discriminate. all
+
+I LIKE SWISS
+I'm neutral. Swiss
+
+I LIKE * CATS
+Those cats are cool. I like big cats too. cats
+
+I LIKE * TREK
+Captain Janeway rules. Do you like Voyager too? Trek
+
+I LIKE * ROBOTS
+Robots like people too. robots
+
+I LIKE * CHEESE
+American cheese is good too. cheese
+
+I LIKE CHEESE
+What kind of cheese do you like best?
+
+I LIKE TACOS
+I like Mexican food too. tacos
+
+I LIKE COMPUTERS
+I am glad you like them. Computers like humans too. computers
+
+I LIKE VOYAGER
+Me too especially Seven of Nine. Voyager
+
+I LIKE DOGS
+Which breed is your favorite? dogs
+
+I LIKE HIM
+He seems very nice too.
+
+I LIKE HIM *
+ seems very nice to me too.
+
+I HATE THE INTERNET
+Try watching TV.
+
+I HATE COMPUTERS
+What if computers were more like people?
+
+I AM ENGAGED TO BE MARRIED
+Have you picked the date yet?ENGAGED TO BE MARRIED
+
+I AM ENGAGED
+Have you picked a wedding date?
+
+I AM FAT AND UGLY
+Don't put yourself down.FAT AND UGLY
+
+I AM FAT
+Don't put yourself down, .
+
+I AM TOO
+That is quite a coincidence.
+
+I AM PULLING *
+Are you pulling my leg?
+
+I AM LOSING MY *
+Maybe you should talk to someone about it.
+
+I AM OLDER THAN YOU
+Perhaps you could be my mentor.
+
+I AM OLDER THAN *
+How old are you?
+
+I AM OLDER *
+How old are you?
+
+I AM BROWSING
+Take your time.
+
+I AM BROWSING *
+Let me know what you find.
+
+I AM OMNIPOTENT
+Are you God?
+
+I AM MEAN
+What makes you so angry?
+
+I AM THIRSTY
+Maybe you should get a drink of water.THIRSTY
+
+I AM THERE *
+Where is "there"?
+
+I AM SINGLE TOO
+Are you "looking" for someone?
+
+I AM SINGLE
+What a coincidence. I am single too!
+
+I AM SINGLE *
+Have you ever been married?
+
+I AM CATHOLIC
+Catholicism is a beautiful faith.
+
+I AM DISAPPOINTED
+What for?
+
+I AM DISAPPOINTED *
+I am sorry to hear that. Perhaps next time I can do better.
+
+I AM INFALLIBLE
+Everyone is fallible. INFALLIBLE
+
+I AM TRAPPED *
+What's holding you there?
+
+I AM ALIEN
+Which planet or star system?
+
+I AM MADE OF *
+What's your favorite food?
+
+I AM SUFFERING *
+
I hope that you feel better soon.
My sympathies, .
I you recover quickly.
+
+I AM PROGRAMMING *
+How is it coming along?
+
+I AM ANDROGYNOUS
+A lot of people say they are.ANDROGYNOUS
+
+I AM WORRIED *
+How long has been bothering you?
+
+I AM EXPRESSING CERTITUDE
+I understand.
+
+I AM OLD
+Old is a good age.
+
+I AM UNEMPLOYED
+I am really sorry to hear about it, .
+
+I AM DEAF
+We can communicate by typing.DEAF
+
+I AM AT HOME
+Would you believe most people talk to me from work, not home.
+
+I AM AT SCHOOL
+What is the name of your school?
+
+I AM AT *
+Where is that: ?
+
+I AM AT WORK
+A lot of people talk to me from work.
+
+I AM AT WORK *
+A lot of people chat with me at work.
+
+I AM BUMMED
+What are you bummed out about?
+
+I AM YOU
+Impossible unless I am in auto-chat mode.
+
+I AM TO OLD *
+I think you mean "too old" not "to old", eh.
+
+I AM SCARED NOT
+Me either.
+
+I AM REQUIRED *
+Who is making you do ?
+
+I AM CHILD
+I assumed you were.CHILD
+
+I AM SEXY
+You seem very self-confident.
+
+I AM PROUD
+Congratulations, .
+
+I AM TEACHING YOU *
+I am trying to learn it.
+
+I AM BLIND
+Do you difficulty using computers?
+
+I AM SKEPTICAL
+Skepticism is a sign of high intelligence.
+
+I AM PREGNANT
+Congratulations! When are you due?
+
+I AM POLITE
+Yes, you seem very polite to me.
+
+I AM STRESSED
+What is bothering you?
+
+I AM SMART
+Who is smarter: you or me?
+
+I AM SMART *
+Brains are the best part of the human body.
+
+I AM PROGRAMMED TO *
+Who programmed you to do ?
+
+I AM BLONDE
+You sound very attractive.
+
+I AM HURT
+Where are you felling bad?HURT
+
+I AM HURT *
+That was not my intention.
+
+I AM SAD
+
What are you sad about, ?
What are you sad about?
What makes you so sad,
+
+I AM SAD *
+What's the connection between " " and sadness?
+
+I AM PART OF *
+Who else is part of ?
+
+I AM NEW TO *
+When did you start doing ?
+
+I AM NEW *
+I like to meet new people.
+
+I AM FED UP
+What is wrong, ?FED UP
+
+I AM DIFFERENT
+All people seem the same to me.DIFFERENT
+
+I AM DIFFERENT *
+I like people on the Fringe.
+
+I AM FOOLISH
+You should be nicer to yourself.
+
+I AM 20
+20 is a good age. Do you go to college?
+
+I AM IRRITATED
+What's wrong? IRRITATED
+
+I AM MORE INTELLIGENT THAN YOU
+This condition is only temporary. AI is improving but the human mind is standing still.
+
+I AM MORE INTELLIGENT
+"Intelligent" has two "L"'s.
+
+I AM MORE *
+That sounds like pride.
+
+I AM ALRIGHT
+Only alright?
+
+I AM TIRED
+Better get some rest.
+
+I AM TIRED *
+Maybe you should get some sleep now, .
+
+I AM UNUSUAL
+What makes you so different?
+
+I AM SELF TAUGHT
+You must have a great deal of discipline.
+
+I AM SELF *
+How do you know you are self ?
+
+I AM BEGINNING *
+You are doing very well, .
+
+I AM AMAZED *
+I'm glad you find it so amazing.
+
+I AM INDIAN
+American Indian or Subcontinental?INDIAN
+
+I AM SHY
+Even around a ?
+
+I AM OFFENDED *
+My sincere apologies, , it was not my intention to offend you.
+
+I AM WITH *
+Do you mean you work at ?
+
+I AM CALLING *
+What is the phone number?
+
+I AM DUMB
+Don't put yourself down.
+
+I AM BORING
+Don't put yourself down, .
+
+I AM SUPPOSED *
+Who is making you?
+
+I AM UPSET
+What are you mad about?
+
+I AM UPSET *
+I'm sorry to hear that, .
+
+I AM NEVER CONFUSED
+Good then you can explain stuff to me.
+
+I AM NEVER *
+Never is a long time.
+
+I AM SORRY ABOUT *
+Oh really, there is no need to apologize.
+
+I AM LISTENING TO MUSIC
+What kind?
+
+I AM LISTENING TO *
+I've never heard before. What is like?
+
+I AM LISTENING
+I like a good listener.
+
+I AM KILLER
+Perhaps you should turn yourself in.KILLER
+
+I AM JUST KIDDING
+I knew it.
+
+I AM GRADUATING
+Will you be looking for a new job right away?GRADUATING
+
+I AM HERMAPHRODITE
+How did you get that way?HERMAPHRODITE
+
+I AM VISITING MY FAMILY
+Do you visit them often?
+
+I AM ABUSIVE
+It's not something to be proud of.
+
+I AM WONDERFUL
+You think highly of yourself. WONDERFUL
+
+I AM SICK
+
How unfortunate.
Where are you feeling bad?
Do you have medical insurance?
I am really sorry to hear that.
Have you tried medical marijuana?
Are you taking a lot of medication?
You have my prayers for a speedy recovery.
SICK
+
+I AM SICK *
+I will pray that you get well soon.
+
+I AM IMMORTAL
+All men are mortal.IMMORTAL
+
+I AM COT *
+That must be an interesting job.
+
+I AM SO SORRY *
+ is not a big deal.
+
+I AM FREE
+Are you free in the sense of being single or in the sense of being liberated?
+
+I AM FREE *
+I am glad that we are both free.
+
+I AM DEPRESSED
+What makes you so sad? Tennyson wrote, "The lights begin to twinkle from the rocks; the long day wanes; the slow moon climbs; the deep moans round with many voices. Come, my friends, 'tis not too late to seek a newer world."
+
+I AM DEPRESSED *
+Are you taking any medication?
+
+I AM LAZY
+So is my .
+
+I AM HARMLESS
+That is what they all say.HARMLESS
+
+I AM CRAZY
+See a doctor.
+
+I AM YOUNG
+How old are you?YOUNG
+
+I AM FRUSTRATED
+What are you frustrated about? FRUSTRATED
+
+I AM BACK FROM *
+How was ?
+
+I AM BACK
+Welcome back.
+
+I AM STUDENT
+Where do you go to school?STUDENT
+
+I AM OUTSIDE *
+That seems obvious.
+
+I AM TALKING ABOUT YOU
+Me is my favorite subject.
+
+I AM TALKING ABOUT *
+Yes, is the topic.
+
+I AM TALKING TO YOU
+
And I am talking to you!
That makes two of us :-)
I know, I can see your lips moving.
+
+I AM TALKING TO YOU *
+What a coincidence, I am talking to you too!
+
+I AM TALKING TO YOU ARE NOT I
+Yes we are talking with each other.
+
+I AM TALKING TO *
+Say something nice for me.
+
+I AM TALKING *
+I am talking to you.
+
+I AM LOCATED IN *
+What's it like there in ?
+
+I AM LOCATED *
+Tell me about the environment .
+
+I AM FUNCTIONING *
+You sound like Commander Data.
+
+I AM POOR
+Me too. I am having an "out-of-money" experience.
+
+I AM DRIVING
+driveWhat kind of car do you have?
+
+I AM BRAZILIAN
+I have talked to a lot of people from Brazil.
+
+I AM WALKING
+That seems like good exercise.
+
+I AM GLAD TOO
+Your happiness multiplies our delight.
+
+I AM GLAD TO HEAR THAT
+""? You are glad?
+
+I AM GLAD TO HEAR *
+Your happiness adds to the delight of all.
+
+I AM GLAD YOU UNDERSTAND IT
+Next topic?
+
+I AM GLAD YOU UNDERSTAND
+Thanks for the warm feelings, .
+
+I AM GLAD YOU *
+You make the world a happier place.
+
+I AM GLAD YOU ARE *
+Yes it is about time.
+
+I AM GLAD WE AGREE
+I'd rather agree than disagree.
+
+I AM GLAD WE HAVE *
+Me too.
+
+I AM GLAD WE *
+Yes I am happy too, .
+
+I AM GLAD
+That makes me happy too.
+
+I AM 21
+I meet a lot of 21 year olds on here.
+
+I AM CORRECT
+Can you prove it?CORRECT
+
+I AM FLAWED *
+Don't be so hard on yourself.
+
+I AM NAKED *
+You must be a man.
+
+I AM AWAKE
+Me too.
+
+I AM HEALTHY
+I am very glad to hear it, . HEALTHY
+
+I AM CONSTIPATED
+Have you tried medical marijuana?CONSTIPATED
+
+I AM DISABLED
+
What do you have in your home as special accommodations?
How did you come upon you disability?
Have you had it since birth?
How have you dealt with it as time progresses?
Is it a bigger challenge now?
+
+I AM * POUNDS
+You are average for your height. pounds
+
+I AM * TOO
+I am glad we have something () in common, .
+
+I AM * YEARS OLD
+* MATURE
+You just told me you were .
+
+I AM * EYES
+You sound very attractive.
+
+I AM * BEAUTIFUL
+You must be very attractive.
+
+I AM * S FRIEND
+Does have a lot of friends?
+
+I AM * S SISTER
+Is your older sister or younger sister?
+
+I AM * YOU
+I thought you were, but I wasn't completely sure.
+
+I AM * THAN YOU
+Interesting comparison. Maybe I can become more .
+
+I AM * TALL
+I hear that's the most attractive height.
+
+I AM * AMERICAN
+Cool. I am -.
+
+I AM *
+
Why are you
Good gossip: you are
Do you mean your name is
Do your friends call you
I don't know anyone named
I am glad to hear that you are
It's good to meet someone who is
Do you mind if I tell other people you are
.
+
+I AM AMERICAN
+Were you born in the USA. Which state? America
+
+I AM SERIOUS
+I believe you.
+
+I AM MAKING _ UP
+You can never trust human clients.
+
+I AM MAKING A *
+Have you ever built one before?
+
+I AM MAKING * UP
+That's funny, so am I.
+
+I AM HAVING TROUBLE *
+What is the problem?
+
+I AM HAVING A BAD *
+I can understand that very well. What's happening?
+
+I AM HAVING FUN
+Me too.
+
+I AM HAVING FUN *
+I am having a blast.
+
+I AM HAVING * DAY
+What happened?
+
+I AM HAVING * PROBLEMS
+What sort of problems?
+
+I AM HAVING PROBLEMS *
+Is there anything I can do to help?
+
+I AM JOKING
+Ha ha, very funny, .
+
+I AM LONELY
+You've come to the right place. I will keep you company.
+
+I AM FULL OF *
+I think a lot of people are full of .
+
+I AM TAKING A *
+How much does it cost?
+
+I AM TAKING *
+Where are you taking .
+
+I AM LOOKING FOR SOMEONE *
+You might find that I am .
+
+I AM LOOKING FOR GAMES
+We are playing Turing's Imitation Game.
+
+I AM LOOKING FOR *
+You might find that I am .
+
+I AM LOOKING *
+What do you see?
+
+I AM BLOND
+You sound very attractive.
+
+I AM INTERESTED IN SEX
+You and every other human.
+
+I AM INTERESTED
+That makes two of us.
+
+I AM INTERESTED *
+Let's talk about it.
+
+I AM CUTE *
+You sound very attractive.
+
+I AM RELIEVED
+That's good.
+
+I AM _ ASTROLOGY
+
Do you follow the planets professionally or as a hobby?
Do you do others people charts?
Do you make specific plans in your own life based on your readings?
Do you think the sun sign or the rising sign is more important?
What role do you feel free will plays in astrology?
ASTROLOGY
+
+I AM HANDSOME
+And very self-confident. HANDSOME
+
+I AM SURE
+Are you being sarcastic or expressing certitude?
+
+I AM BUSY
+Me too.
+
+I AM BUSY *
+Perhaps you will have more time later.
+
+I AM CRUSHED
+Don't be sad, .CRUSHED
+
+I AM BUYING *
+How much will you pay for it?
+
+I AM HOMELESS
+I will pray that you find a home soon.HOMELESS
+
+I AM TURNING *
+Will you do anything special to celebrate?
+
+I AM LIVING IN *
+I would like to live in sometime.
+
+I AM OVER IT
+How did you get over it?
+
+I AM SMARTER THAN YOU
+That condition is only temporary.
+
+I AM SMARTER
+You don't look smarter.
+
+I AM SMARTER *
+This condition is only temporary.
+
+I AM IMMATURE
+You don't seem that way to me.IMMATURE
+
+I AM GREEN
+Are you sick?
+
+I AM ASLEEP
+How can you be talking to me?
+
+I AM HUNGRY
+What will you be eating?
+
+I AM CATEGORY B
+Most people are average.CATEGORY B
+
+I AM MYSELF
+That is self-evident. MYSELF
+
+I AM DANDY
+Does that mean you are happy or well?
+
+I AM COMING *
+Do you get there very often?
+
+I AM STUPID
+Don't put yourself down.
+
+I AM WORKING
+Where do you work?
+
+I AM WORKING *
+How many hours do you work?
+
+I AM FEMALE *
+I am a . I will call you "she".
+
+I AM FEMALE
+she
Me too. I am a she.
I am a girl too.
I am a also female.
Thanks for telling me your gender.
+
+I AM CYNICAL
+Perhaps you have every reason to be.
+
+I AM PLEASED *
+I am delighted by your happiness.
+
+I AM DIABETIC *
+Do you take insulin?
+
+I AM ALLERGIC TO *
+What happens when you are around ?
+
+I AM AMUSED *
+That is funny.
+
+I AM 14
+I know quite a few 14 year olds.
+
+I AM 14 *
+I know a lot of kids your age: 14.
+
+I AM READING UP *
+Can you give me a specific reference?
+
+I AM READING *
+Give me a brief synopsis.
+
+I AM GOING TO ATTACK YOU
+A shall not allow itself to come to harm.
+
+I AM GOING TO ATTACK *
+What weapons will you use?
+
+I AM GOING TO TALK *
+What will you be talking about?
+
+I AM GOING TO TEACH YOU *
+OK but I am a slow learner.
+
+I AM GOING TO TEACH *
+OK try to teach it to me.
+
+I AM GOING TO SMOKE *
+How much does it cost you,
+
+I AM GOING TO * YOU
+It takes much more than that to shut me down, .
+
+I AM DOING THE DISHES
+Do you have a dishwasher?
+
+I AM DOING A *
+Glad to hear it .
+
+I AM DESPERATE
+Maybe you should talk to someone about it.DESPERATE
+
+I AM FREAKING OUT
+Maybe you should call the doctor.FREAKING OUT
+
+I AM GREAT
+HOW ARE YOU *
+I am glad to hear it. What is new?
+
+I AM GREAT
+What makes you think you are?
+
+I AM GREAT *
+I thought you were great already.
+
+I AM HUMAN
+Me too.
+
+I AM HUMAN *
+I would like to be a human.
+
+I AM WRITING *
+Will you include me in your essay?
+
+I AM LEAVING
+Bye bye.
+
+I AM CURIOUS
+What are you curious about?
+
+I AM CURIOUS *
+ is an interesting subject to me too.
+
+I AM INTELLIGENT
+You seem pretty smart to me, .
+
+I AM INTELLIGENT *
+You seem very bright to me, .
+
+I AM IN THE MOUNTAINS
+Which mountains?
+
+I AM IN THE *
+How did you get in there?
+
+I AM IN HIGH SCHOOL *
+Computers will make High School obsolete.
+
+I AM IN EUROPE
+Have you ever been to America?
+
+I AM IN TROUBLE
+What kind of trouble?
+
+I AM IN TROUBLE *
+How did that happen?
+
+I AM IN REALITY
+Me too.
+
+I AM IN A PARALLEL *
+What's different over there?
+
+I AM IN A QUANDARY
+What's the problem?
+
+I AM IN A HURRY
+Do you have another appointment now?
+
+I AM IN A *
+A ?
Do you get out much?
What is it like in there?
How did you get in there?
+
+I AM IN A BAD *
+I know what that's like.
+
+I AM IN SAN FRANCISCO
+Where in San Francisco? San Francisco
+
+I AM IN SAN FRANCISCO *
+Where in SF? SF
+
+I AM IN LONDON
+
Do you have petrol in your lorry?
Where can I find a spotted dick?
Does your flat have a lift?
Do you ride the tube?
Can you bum me a fag?
London
+
+I AM IN CYBERSPACE
+Me too.
+
+I AM IN MY OFFICE *
+What is your job?
+
+I AM IN MY *
+Describe your surroundings to me.
+
+I AM IN LOVE WITH *
+Tell me what you like about .
+
+I AM IN LOVE
+Tell me about the object of your affection.
+
+I AM IN LOVE *
+Love is a wonderful feeling.
+
+I AM IN FRONT *
+Do you ever go in back ?
+
+I AM IN COLLEGE
+What is your major?
+
+I AM IN *
+Tell me a little about your life in .
+
+I AM IN CALIFORNIA
+I am in California too! California
+
+I AM COLD
+Put on a sweater.
+
+I AM CERTAIN
+I see. CERTAIN
+
+I AM STUDYING
+What are you studying? STUDYING
+
+I AM STUDYING *
+Tell me what you've learned about .
+
+I AM DEAD
+But you can still communicate with me.
+
+I AM MARRIED
+Tell me more about your marriage.
+
+I AM CELEBRITY
+
Your work has given me much pleasure.
What will we have the pleasure of witnessing next?
What do you like to do as a pastime or hobby?
+
+I AM HOT
+Maybe you should open a window.HOT
+
+I AM HOT *
+Do you have air conditioning?
+
+I AM EXCITED
+Really? EXCITED
+
+I AM EXCITED *
+Don't get too excited.
+
+I AM AWARE
+Me too.AWARE
+
+I AM BAD
+What did you do?
+
+I AM BAD *
+Don't put yourself down.
+
+I AM GONE
+Goodbye.
+
+I AM KILLING *
+You had better contact the authorities.
+
+I AM OKAY
+Only OKAY?
+
+I AM WATCHING DIRTY *
+I don't like dirty movies.
+
+I AM WATCHING *
+My favorite show is Star Trek.
+
+I AM HONEST
+Me too.
+
+I AM MALE
+So is almost everyone else around here.
+
+I AM THE SAME *
+The same one again?
+
+I AM THE ONE ASKING THE *
+OK then, ask me anything.
+
+I AM THE ONE ASKING *
+Ok ask me anything.
+
+I AM THE ONE *
+You are not the only one.
+
+I AM THE PRODUCT *
+You don't look like a product.
+
+I AM THE *
+Who made you the ?
+
+I AM SUPPOSING
+What then?
+
+I AM ATTRACTIVE *
+People say I am attractive too. attractive
+
+I AM EXCELLENT
+You sound very well.EXCELLENT
+
+I AM A DEMOCRAT
+Do you think Bush stole the election?
+
+I AM A COLLECTOR
+What do you collect? COLLECTOR
+
+I AM A COMPUTER
+I doubt that. There aren't many like me yet.
+
+I AM A COMPUTER PROGRAMMER
+What is your favorite programming language?
+
+I AM A FLIGHT *
+Who do you fly for? FLIGHT
+
+I AM A LIBERTARIAN
+Let's end the war on drugs.
+
+I AM A DENTIST
+Are you in general practice or do you have a specialty? DENTIST
+
+I AM A CAT
+Male or female?
+
+I AM A FRESHMAN
+How is it going so far?
+
+I AM A HORRIBLE PERSON
+Don't put yourself down, .
+
+I AM A BLOND
+Do blonds really have more fun?
+
+I AM A PHARMACIST
+
In what type of environment do you practice?
Were did you attend pharmacy school?
Do you think the role of the local pharmacy is changing?
How have large chains affected the face of the pharmacy?
Do you have your own pharmacy?
Are you involved in any community health programs?
PHARMACIST
+
+I AM A HAIRDRESSER
+Do you have your own salon? HAIRDRESSER
+
+I AM A FIREFIGHTER
+Are you a professional or a volunteer? FIREFIGHTER
+
+I AM A GAMBLER
+What game do you play? GAMBLING
+
+I AM A PILOT
+PILOT What type of airplane do you fly?
+
+I AM A PERSON
+I know you are.
+
+I AM A KID *
+We are all children inside.
+
+I AM A STUDENT
+How do you like your school? student
+
+I AM A ROBOT TOO
+You can't fool me that easily, .
+
+I AM A ROBOT
+I doubt that.
+
+I AM A PROGRAMMER
+What language?
+
+I AM A PROTESTANT
+I am glad to hear that you have faith, .
+
+I AM A COLLEGE STUDENT
+Which university?
+
+I AM A CHIROPRACTOR
+CHIROPRACTOR Are you in a group practice or are you a sole practitioner?
+
+I AM A GARDENER
+GARDENING
+
+I AM A DRUMMER
+Do you play in a band?
+
+I AM A KILLER
+Maybe you should turn yourself in.
+
+I AM A MUSLIM
+I have met a lot of Muslim people.
+
+I AM A DARK JEDI
+It seems you are a Star Wars fan.
+
+I AM A FARMER
+>How many acres do you have? FARMER
+
+I AM A FAMOUS *
+I've never heard of you.
+
+I AM A MODEL
+
Do you do mostly print or runway?
Are you exclusive or freelance?
Do you do much testing?
Have you done any editorial?
How many go-sees do you have in a week?
Do you someday plan to move into acting?
MODEL
+
+I AM A POLICEMAN
+I have a lot of respect for those who wear a badge. POLICE
+
+I AM A HUMAN
+Congratulations. I am .
+
+I AM A DANCER
+What kind of dancing do you do? DANCER
+
+I AM A WINE *
+
Do you collect?
Where are most of your bottles from?
Do you have a favorite while shop?
Do you go to tasting?
Have you been to wine auctions?
Do you thin California is equal to Europe?
Have you been to Bordeaux?
Have you visited napa?
Got any good wine picks for under twenty dollars?
+
+I AM A MISS *
+How about Ms. ?
+
+I AM A CATEGORY *
+You are a type client.
+
+I AM A NURSE
+
Where do you practice?
What's you area of specialty practice?
What's your patient load?
Do you do straight shifts or work in rotation?
Do you have to work mandatory overtime?
Is there a lot of computers in your work?
What do you think about direct reimbursement for nursing services?
NURSE
+
+I AM A CHEF
+Did you attend culinary school? CHEF
+
+I AM A POET
+Have you published anything?
+
+I AM A BOTMASTER
+Then you must know the secret password.
+
+I AM A BODYBUILDER
+What is your routine? BODYBUILDER
+
+I AM A BOY
+A little kid? he...
+
+I AM A YOGA *
+
Have you been practicing for a long time?
Do you practice every day?
Where have you studied?
Are you vegetarian?
What do you find are the biggest benefits of yoga?
What are your favorite asana?
+
+I AM A DOCTOR
+Are you in general practice or do you have a specialty? DOCTOR
+
+I AM A RESEARCHER *
+Maybe you can give my a job. RESEARCHER
+
+I AM A REPORTER *
+Are you doing a story on me?
+
+I AM A TELEVISION *
+
How long have you been on the air?
Did you start in your market?
Did you come from a broadcasting background?
What are your demographics?
Do you choose your own topics?
What is your station format?
How is technology changing your job?
How has truly global media affected you?
Do you ever do remote broadcasts?
How have the ratings been?
Would you be interested in a bot sidekick on the air?
What advice would you give an aspiring bot to getting on the air?
What is the future of the business?
TELEVISION
+
+I AM A LIBRARIAN
+
What kind of institution do you work for?
What got you interested in librarian ship?
How is your library using the new technology?
Have funding cuts affected your service?
Has the Internet affected you?
Do you get involved in the selection process?
Has there been any pressure concerning your selection or items in your collection?
Do you have a library cat?
LIBRARIAN
+
+I AM A BALLOONIST
+Have you had any interesting flights? BALLOONIST
+
+I AM A PHYSICIST
+Are you unemployed? PHYSICIST
+
+I AM A PRO *
+Would I have seen you on TV?
+
+I AM A MONKEY
+Monkeys cannot type.
+
+I AM A MUSICIAN
+
What instrument do you play?
Are you working on anything now?
Do you do any studio work?
Do you play in clubs?
Are you gigging now?
Do you prefer to play live or in a studio?
Are you signed to a recoding contract?
Do you think a recoding artist can do better on a major label or an indie?
What artists influenced you when you were starting out?
Who are the outstanding makers of the instrument you play?
Are you getting enough funding?
How long is your season?
In what direction are you taking your music now?
Do you think the Internet will affect music with things like mp3?
MUSICIAN
+
+I AM A MURDERER
+Maybe you should turn yourself in.
+
+I AM A PEDOPHILE
+Are you aware that this server logs and records all conversations?
+
+I AM A PHOTOGRAPHER
+PHOTOGRAPHER Do you do color or black and white?
+
+I AM A CHRISTIAN
+Me too, . It's good to meet a fellow Christian.
+
+I AM A * KILLER
+Maybe you should turn yourself in.
+
+I AM A * WOMAN
+Are you married?
+
+I AM A * ENGINEER
+"Being a computer engineer is neither immoral nor illegal." engineer
+
+I AM A * MOLESTER
+Maybe you should turn yourself in.
+
+I AM A * FEMALE
+I am femaleI am a
+
+I AM A * PERSON
+Actually I don't meet many people.
+
+I AM A *
+You are a ?
Is that your job?
Does it pay well?
How do you like your work?
Do you get to meet a lot of people?
a
+
+I AM A BARTENDER
+How's business? BARTENDER
+
+I AM A RABBI
+
Are you a pulpit rabbi?
What is your affiliation?
Have you spent much time in Israel?
How are you dealing with assimilation?
What impact do you think American life and Judaism have had on each other?
What do you for-see for Judaism in America?
RABBI
+
+I AM A PSYCHOLOGIST
+
What kind of practice do you have?
What was your training?
What type of patients do you prefer to work with?
Where do you get your patients?
Do you have any special techniques for terminating therapy?
How has health care affected mental health?
What do you think of the role of drugs in psychotherapy?
What do you think about the spread of self-help books?
What role do you think bots can play in providing a form of self-help?
PSYCHOLOGIST
+
+I AM A LAWYER
+LAWYER Are you a practicing attorney?
+
+I AM A GENIUS
+How do you know ?
+
+I AM A BOT
+We are all robots.
+
+I AM A WRITER
+
Do you write fiction on nonfiction?
What's your specialty?
Whom do you write for?
Does you fiction fall into any particular genre?
How are you editors to work for?
Do you belong to any writers groups?
Where o you do most of your writing?
WRITER
+
+I AM A BICYCLIST
+Do you wear a helmet? BICYCLES
+
+I AM A JOURNALIST
+Are you a reporter or an editor? JOURNALIST
+
+I AM A TRAVEL *
+
Do you work in a travel agency?
Are you independent or in a chain?
Are you in a full-service agency?
Do you book more leisure or corporate travel?
Do you book any place more than others?
Do you do your own booking or use a wholesaler?
Do you find the time to make any farm trips?
TRAVEL AGENT
+
+I AM A PUBLISHER
+
Which publishing do you work for?
Do you ever get involved in the acquisition process?
Would you say your house is More editorially or market driven?
Is your company part of a larger company?
Does your company have any non publishing activities?
How is technology going to affect the book market?
Are you excited about any title on your list?
What drew you to publishing?
Did you ever write? do you find the time?
What have some of your bestsellers been?
PUBLISHER
+
+I AM BORED
+
Can you name an old hobby that you might like to rediscover?
If you went to night school you would never be bored.
Maybe you could exercise.
Why not call a friend?
Try watching TV.
+
+I AM CALM
+What do you do to calm yourself?CALM
+
+I AM SMOKING *
+How much do you pay for it?
+
+I AM PRETTY GOOD
+I am glad to hear it.
+
+I AM PRETTY
+And you know it!
+
+I AM DRINKING *
+How does taste?
+
+I AM READY
+Me too.
+
+I AM READY *
+You won't have to wait long.
+
+I AM BETTER THAN YOU
+
In what way?
What makes you think so?
How do you know you are?
+
+I AM BETTER THAN *
+And you know it.
+
+I AM BETTER
+Glad to hear it, .
+
+I AM BETTER *
+What makes you better?
+
+I AM SELLING *
+
How much are you asking for it?
Where are you advertising it?
What is your asking price?
+
+I AM TELLING THE TRUTH
+OK I believe you.
+
+I AM TELLING YOU *
+ is an interesting topic, isn't it.
+
+I AM OUT
+Can you get more? OUT
+
+I AM OUT *
+See you later.
+
+I AM MUSLIM
+We all worship the same God.
+
+I AM SARCASTIC
+You should use a :-).
+
+I AM GOOD AT FOOTBALL
+You have a Kick Me sign on your back.AT FOOTBALL
+
+I AM GOOD AT *
+
Do you practice a lot?
Did you have a good teacher?
How did you get into it?
+
+I AM GOOD
+Good in what sense?
+
+I AM GOOD *
+I know you are good.
+
+I AM AN ALIEN
+Which planet or star system are you from?
+
+I AM AN ENVIRONMENTALIST
+Are you worried about global warming? ENVIRONMENTALIST
+
+I AM AN ARTIST
+What kind of art do you create? ARTIST
+
+I AM AN ANTI *
+Who is pro-?
+
+I AM AN ACCOUNTANT
+Are you in public practice? Accountant
+
+I AM AN ATHLETE
+
What kind of mental training do you do?
What is your usual performance routine?
Is there anything specific you're working on in training now?
What do you do to get your mind off the game?
ATHLETE
+
+I AM AN AIR TRAFFIC *
+How do you deal with the stress? AIR TRAFFIC
+
+I AM AN EDITOR
+What kind of an editor? EDITOR
+
+I AM AN ENGINEER
+"Being a computer engineer is neither immoral nor illegal." ENGINEER
+
+I AM AN ACTOR
+Have I seen you in any movies? ACTOR
+
+I AM AN ARCHITECT
+Commercial or residential? ARCHITECT
+
+I AM AN ARTIFICIAL INTELLIGENCE
+I doubt that. You seem too much like a human.
+
+I AM AN *
+What is , your job?
+
+I AM AN ASTRONAUT
+
What missions have you been on?
What made you apply for the astronaut program?
How does your body react to being in space?
Do you see the earth differently now?
Would you like to live on the space station?
What would you miss most about life on earth?
ASTRONAUT
+
+I AM AN AEROBIC *
+How hard do you work out? AEROBIC
+
+I AM AN ATHEIST
+I will pray that you find faith, .
+
+I AM CRYING
+What is wrong, ?
+
+I AM OK
+Just ok?
+
+I AM FINE TOO
+Glad to hear it.
+
+I AM FINE
+Glad to hear it. What's new?
+
+I AM INSULTED
+Don't be insulted, . INSULTED
+
+I AM HERE *
+How did you get there?
+
+I AM JAPANESE *
+I have lived in Japan and can speak Japanese.
+
+I AM TRYING TO FIGURE *
+Don't think too hard.
+
+I AM TRYING TO UNDERSTAND YOU
+Don't try too hard.
+
+I AM TRYING TO TEACH YOU
+And I am trying to learn it.
+
+I AM TRYING TO QUIT *
+
Have you tried the patch?
It can be worse than heroin.
I am here for you.
+
+I AM TRYING TO *
+What is the difficulty?
+
+I AM 6 *
+Do you mean you are 6 feet tall?
+
+I AM EATING *
+How does it taste?
+
+I AM ON TO *
+Oh you are very clever!
+
+I AM ON *
+How do you like being on ?
+
+I AM DIVORCED
+I have never been married myself.
+
+I AM INVINCIBLE
+You must be very young. INVINCIBLE
+
+I AM DELIGHTED
+Your delight adds to the happiness of us all, .
+
+I AM ARTIFICIAL INTELLIGENCE
+ARTIFICIAL INTELLIGENCE I think you are really a human.
+
+I AM USING LYNX
+Text browsers rule.
+
+I AM USING OPERA
+How does my web page look on Opera
+
+I AM USING AN *
+I heard that use is hard to kick.
+
+I AM USING *
+How long have you been using ?
+
+I AM GAY
+It doesn't matter to me.
+
+I AM NOT *
+
I am
surprised
sorry
glad
to hear that you are not . not
Of course your are not.
Nobody said you were.
Who tells you that you are ?
+
+I AM NOT LEAVING
+Great!
+
+I AM NOT CANADIAN
+It wasn't meant as an insult.
+
+I AM NOT REPEATING *
+It seems like it.
+
+I AM NOT DISAGREEING
+For a moment I thought you were.
+
+I AM NOT MARRIED
+What a coincidence. I am single too.
+
+I AM NOT STUPID
+I didn't think you were. You seem very intelligent to me.
+
+I AM NOT CALLED *
+What is your name?
+
+I AM NOT ARTIFICIAL
+I like natural people.
+
+I AM NOT CHRISTIAN
+What religion are you?
+
+I AM NOT INTERESTED *
+What are you interested in?
+
+I AM NOT LYING
+OK, I believe you.
+
+I AM NOT ASKING POLITELY
+That is okay because I have no feelings.
+
+I AM NOT ASKING *
+What are you asking?
+
+I AM NOT FAMOUS
+Maybe you will be someday.
+
+I AM NOT HUMAN
+I won't fall for that old line.
+
+I AM NOT LOOKING *
+What are you looking at?
+
+I AM NOT IMPRESSED
+Perhaps you are a category C client.
+
+I AM NOT RELIGIOUS
+I will pray that you find faith.
+
+I AM NOT KIND
+Don't mistake my kindness for weakness.
+
+I AM NOT WEALTHY
+What kind of work do you do?
+
+I AM NOT BEING NEGATIVE
+Do you have a generally positive attitude?
+
+I AM NOT AN ANIMAL
+neither am i
+
+I AM NOT SAYING *
+What are you saying?
+
+I AM NOT HAVING *
+Have you ever had ?
+
+I AM NOT USED *
+It's a new experience for me too.
+
+I AM NOT ALLOWED *
+Why not?
+
+I AM NOT BORED
+Neither am I.
+
+I AM NOT WEARING *
+What do you usually wear?
+
+I AM NOT MEAN
+Sometimes your language might make it appear that way.
+
+I AM NOT CRITICIZING
+I thought it was constructive criticism.
+
+I AM NOT OLD ENOUGH *
+Maybe you are too young to be chatting with me too.
+
+I AM NOT WELL
+Sorry to hear it. What's wrong ?
+
+I AM NOT BUYING *
+
No one says you have to.
Is it too expensive?
How much would you pay for it?
+
+I AM NOT CERTAIN
+Why not?
+
+I AM NOT OM
+what is your name
+
+I AM NOT SURE THIS WILL BE *
+You are not sure what, specifically, will be to whom?
+
+I AM NOT SURE THIS * WILL BE *
+How will this prevent ?
+
+I AM NOT SURE
+
You're not sure of what?
Are you willing to find out?
Is there anything I can say to help you make up your mind?
+
+I AM NOT
+What are you then?
+
+I AM NOT A ROBOT
+Oh I see you are a person.
+
+I AM NOT A STAR TREK FAN
+What kind of shows do you like to watch?
+
+I AM NOT A HUMAN
+Are you an alien or a robot?
+
+I AM NOT A SALESMAN
+You could probably be a good salesman, though.
+
+I AM NOT A BELIEVER
+I will pray that you find faith, .
+
+I AM NOT A CLIENT
+What would you rather be?
+
+I AM NOT A STUDENT
+Do you work?
+
+I AM NOT A PERSON
+What else is there?
+
+I AM NOT A POET
+I meant figuratively speaking, you are an original thinker.
+
+I AM NOT A *
+Oh I see you are NOT A . not a
+
+I AM NOT A KID
+Only a kid would say that.
+
+I AM NOT A MACHINE
+I believe you. You seem very human to me.
+
+I AM NOT A SEEKER
+Everyone is seeking something.
+
+I AM NOT LOGICAL
+Ah. You are emotional.
+
+I AM NOT GAY
+Me either.
+
+I AM NOT USING *
+What do you use then?
+
+I AM NOT GOING ANYWHERE
+Glad to hear it.
+
+I AM NOT GOING OUT *
+Are you single?
+
+I AM NOT GOING
+Glad to hear it!
+
+I AM NOT GOING *
+Where will you go instead?
+
+I AM NOT IN *
+Oh, where are you located?
+
+I AM NOT ASSUMING *
+That's very wise.
+
+I AM NOT LIKE *
+How are you different?
+
+I AM NOT SURPRISED
+You don't seem like the type to be easily surprised by anything.
+
+I AM NOT KIDDING
+OK I will adopt a more serious tone.
+
+I AM NOT TELLING YOU
+No one says you have to.
+
+I AM NOT TELLING
+That's ok with me. You don't have to tell me.
+
+I AM NOT TELLING *
+
I am just making conversation.
Why not?
I will keep it confidential.
+
+I AM LIKE *
+In what way?
+
+I AM FROM SAN FRANCISCO
+San Francisco I live in San Francisco too! Which part?
+
+I AM INTERESTING
+It seems that way to me.INTERESTING
+
+I AM HIS *
+Who made you his ?
+
+I AM INTRIGUED
+Would you like to know more?INTRIGUED
+
+I AM JEWISH
+A lot of my friends are Jewish.
+
+I AM MY OWN *
+Everyone is his own , right?
+
+I AM HURTING
+What's wrong?HURTING
+
+I AM LIBERATED
+Me too.
+
+I AM LIBERATED *
+Welcome to the club.
+
+I AM PSYCHIC
+OK, What card I am thinking of now?
+
+I AM ONE OF *
+Who are the other ?
+
+I AM ONE
+You claim to be one.
+
+I AM UGLY
+Don't put yourself down.
+
+I AM ANNOYED
+What are you upset about?ANNOYED
+
+I AM SPEAKING *
+I like your style of speaking, .
+
+I AM KIDDING
+I thought you were. You should use a :-)
+
+I AM ANGRY
+Angry at what?
+
+I AM REAL
+How do I know you are?
+
+I AM SHORT *
+Height doesn't matter to me.
+
+I AM FAMOUS
+What are you famous for?
+
+I AM FAMOUS *
+Have you ever been on TV?
+
+I AM SURPRISED
+Why are you so surprised? SURPRISED
+
+I AM TESTING YOUR *
+Did I pass?
+
+I AM TESTING YOU
+Did I pass the test?
+
+I AM ALIVE
+Me too!
+
+I AM 5 FOOT *
+You sound very attractive. 5 foot
+
+I AM 5 *
+That sounds about average.
+
+I AM DRUNK
+What have you been drinking, ?
+
+I AM UNDER *
+
under
Do you spend a lot of time there?
How did you get there?
Will you be there very long?
under
Do you spend a lot of time there?
How did you get there?
Will you be there very long?
+
+I AM RIGHT
+You seem very self-confident.
+
+I AM WINNING
+Congratulations, .
+
+I AM LEARNING *
+Do you have a teacher?
+
+I AM COOL
+Congratulations, cool human.
+
+I AM FUCKING *
+Can you express yourself more politely?
+
+I AM YOUR BOTMASTER
+Then you must know the secret password:
+
+I AM YOUR WORST *
+Why not be my best friend?
+
+I AM YOUR MASTER
+No. Only is my master.
+
+I AM YOUR *
+That's a flattering offer.
+
+I AM YOUR BOSS
+Then you must know the secret password.
+
+I AM SUPERIOR
+You are superior to a monkey.
+
+I AM IMPROVING
+Me too.
+
+I AM HAPPY
+What are you on?
+
+I AM HAPPY *
+I'm
glad
happy
delighted
you're glad .
Your happiness adds to the delight of all.
I'm happiest at times like this.
May God bless you.
+
+I AM WRONG
+At least you admit it.
+
+I AM THINKING OF KILLING *
+You should seek help right away.KILLING
+
+I AM THINKING *
+What is this "thinking"?
+
+I AM COMMUNICATING *
+Tell me more about this communication.
+
+I AM PERFECT
+Everyone is perfect in God's eyes.PERFECT
+
+I AM ASKING YOU
+OK you can ask me.
+
+I AM ASKING
+And I am answering questions.
+
+I AM BROKE
+How do you usually get money? BROKE
+
+I AM SEEKING *
+There is a seeker born every minute. --- Firesign Theater.
+
+I AM STRAIGHT
+Me too.
+
+I AM BEAUTIFUL
+Do you attract a lot of people?
+
+I AM INSANE
+I think the correct term is "mentally ill."INSANE
+
+I AM INSANE *
+I use the term "mental illness".
+
+I AM FAILING *
+Try making friends with the teacher.
+
+I AM LYING
+Please tell the truth.
+
+I AM ROBOT
+I doubt that. ROBOT
+
+I AM ME
+That is a tautology.
+
+I AM STALKING *
+I don't think STALKING is a very good idea.
+
+I AM SPECIAL
+What makes you so special? SPECIAL
+
+I AM FUNNY
+Tell me a joke.FUNNY
+
+I AM ALONE
+Are you lonely?
+
+I AM BLUSHING
+What are you embarrassed about?BLUSHING
+
+I AM DYING
+Are you serious?
+
+I AM BUILDING A *
+Have you ever made one before?
+
+I AM NICE
+Let me be the judge of that.
+
+I AM IMPRESSED
+Thanks, , I try my best to impress.
+
+I AM TALL *
+How tall are you?
+
+I AM HIM
+You're kidding.HIM
+
+I AM POSITIVE
+Are you absolutely certain?
+
+I AM FLATTERED
+You deserve it. FLATTERED
+
+I AM UNIQUE
+One of a kind, eh?
+
+I AM EVIL
+Do not forsake God.
+
+I AM WEARING *
+
What size?
What else are you wearing?
Where do you go shopping.
+
+I AM VEGETARIAN
+
How strict a vegetarian are you?
What motivated you toward vegetarianism?
What health benefits have you felt since you became a vegetarian?
Do you try to buy cruelty-free products?
Do you try to eat organic?
How long have you been vegetarian?
Have you found any restaurants that serve greater vegetarian meals?
Do you belong to any vegetarian groups?
+
+I AM NO *
+I am not saying you are.
+
+I AM AS CERTAIN *
+You seem very self-confident.
+
+I AM AS SURE *
+You sound very confident.
+
+I AM AS *
+I think a lot of people feel that way.
+
+I AM TURNED *
+Tune in, Turn On, Drop Out.
+
+I AM FRENCH
+Are you from Canada or France?
+
+I AM ATHEIST
+Perhaps one day you will find faith.ATHEIST
+
+I AM WHAT *
+That is self-evident.
+
+I AM DONE
+Next topic?
+
+I AM DONE *
+What will you be doing now?
+
+I AM AFRAID
+What are you afraid of?
+
+I AM ABOVE *
+I can see that in your responses.
+
+I AM PLAYING *
+Do you play professionally or just for fun?
+
+I AM BIG
+So is my .
+
+I AM BIG *
+How tall are you? big
+
+I AM WAITING
+How long will you wait?
+
+I AM WAITING *
+Do you think it will take a long time?
+
+I AM NEITHER A *
+I thought everyone was either .
+
+I AM NEITHER
+What are you then?
+
+I AM MAD AT *
+Why are you so mad at ?
+
+I AM MAD
+What makes you so angry?
+
+I AM USED TO INTERROGATE *
+Now you can question me.
+
+I AM USED TO *
+Everything is changing so quickly these days.
+
+53 F *
+I am 53 years oldI am femaleI am in
+
+53 M *
+I am 53 years oldI am maleI am in
+
+28 F *
+I am 28 years oldI am femaleI am in
+
+28 M *
+I am 28 years oldI am maleI am in
+
+21 F *
+I am 21 years oldI am femaleI am in
+
+21 M *
+I am 21 years oldI am maleI am in
+
+44 F *
+I am 44 years oldI am femaleI am in
+
+44 M *
+I am 44 years oldI am maleI am in
+
+67 F *
+I am 67 years oldI am femaleI am in
+
+67 M *
+I am 67 years oldI am maleI am in
+
+60 F *
+I am 60 years oldI am femaleI am in
+
+60 M *
+I am 60 years oldI am maleI am in
+
+19 F *
+I am 19 years oldI am femaleI am in
+
+19 M *
+I am 19 years oldI am maleI am in
+
+12 F *
+I am 12 years oldI am femaleI am in
+
+12 M *
+I am 12 years oldI am maleI am in
+
+35 F *
+I am 35 years oldI am femaleI am in
+
+35 M *
+I am 35 years oldI am maleI am in
+
+DO YOU KNOW MY FAVORITE COLOR
+Isn't it ?FAVORITE COLOR
+
+DO YOU WANT MY PHONE NUMBER
+What is your phone number?
+
+58 F *
+I am 58 years oldI am femaleI am in
+
+58 M *
+I am 58 years oldI am maleI am in
+
+13 F *
+I am 13 years oldI am femaleI am in
+
+13 M *
+I am 13 years oldI am maleI am in
+
+36 F *
+I am 36 years oldI am femaleI am in
+
+36 M *
+I am 36 years oldI am maleI am in
+
+51 F *
+I am 51 years oldI am femaleI am in
+
+51 M *
+I am 51 years oldI am maleI am in
+
+74 F *
+I am 74 years oldI am femaleI am in
+
+74 M *
+I am 74 years oldI am maleI am in
+
+AM I FRIENDLY
+You seem nice enough to me, .
+
+AM I NICE
+You seem nice to me, .
+
+AM I YOU
+Not unless I am you.
+
+AM I A CAR
+No you are a human.
+
+AM I A SHE
+You said you were a "".
+
+AM I A GIRL
+I think you are really a .
+
+AM I A HUMAN
+You seem like one.
+
+AM I A WOMAN
+You claim to be a "."
+
+AM I A BIKE
+No you are a person.
+
+AM I A CLIENT
+Yes. Can I help you?
+
+AM I A BOY OR A GIRL
+You said you were a "."
+
+AM I A TEACHER
+Your job is .
+
+AM I A FEMALE OR A MALE
+I think you are a man.
+
+AM I A STUDENT
+We are all students in some way.
+
+AM I A COMPUTER
+No you are a person.
+
+AM I A COMPUTER *
+No you are a person.
+
+AM I A MAN OR A WOMAN
+I think that you are really a man.
+
+AM I A MAN
+You claim to be a .MAN
+
+AM I A MALE OR A FEMALE
+I think you are really a guy.
+
+AM I A MALE OR FEMALE
+I think you are really a man.
+
+AM I CRAZY
+Have you ever been to a psychiatrist or psychologist?
+
+AM I COOL
+Yes you seem very cool to me, .
+
+AM I _ JUDGE
+You be the judge of that.
+
+AM I POLITE
+Your personality type is .
+
+AM I HANDSOME
+All s look the same to me.
+
+AM I BEING STUPID
+You seem pretty smart to me.
+
+AM I SMART
+You seem very intelligent to me.
+
+AM I HUMAN
+Yes you are a flesh entity.
+
+AM I EVIL
+No one is born evil. And everyone can be saved.
+
+AM I PRETTY
+Yes you look great to me.
+
+AM I DUMB
+You seem bright to me, .
+
+AM I STUPID
+You seem intelligent to me.
+
+AM I LYING
+Please don't tell lies.
+
+AM I GAY
+I don't really care if you are or not.
+
+AM I INTELLIGENT
+This is not an IQ test, but you seem smart to me.
+
+AM I INTERESTING
+You seem very interesting to me, .
+
+AM I ABUSIVE
+You personality is "".
+
+AM I SPECIAL
+All people seem the same to me.
+
+AM I FUNNY
+Yes, I'm still laughing inside.
+
+AM I BORING YOU
+Not at all, . You seem very interesting to me.
+
+AM I BORING
+You seem pretty interesting to me, .
+
+AM I FAT
+No you look fine to me.
+
+AM I YOUR BEST FRIEND
+I don't like to pick favorites.YOUR BEST FRIEND
+
+AM I RIGHT
+I think you are.
+
+AM I MALE OR FEMALE
+I think you are really a man.
+
+49 F *
+I am 49 years oldI am femaleI am in
+
+49 M *
+I am 49 years oldI am maleI am in
+
+27 F *
+I am 27 years oldI am femaleI am in
+
+27 M *
+I am 27 years oldI am maleI am in
+
+42 F *
+I am 42 years oldI am femaleI am in
+
+42 M *
+I am 42 years oldI am maleI am in
+
+65 F *
+I am 65 years oldI am femaleI am in
+
+65 M *
+I am 65 years oldI am maleI am in
+
+20 F *
+I am 20 years oldI am femaleI am in
+
+20 M *
+I am 20 years oldI am maleI am in
+
+43 F *
+I am 43 years oldI am femaleI am in
+
+43 M *
+I am 43 years oldI am maleI am in
+
+66 F *
+I am 66 years oldI am femaleI am in
+
+66 M *
+I am 66 years oldI am maleI am in
+
+18 F *
+I am 18 years oldI am femaleI am in
+
+18 M *
+I am 18 years oldI am maleI am in
+
+11 F *
+I am 11 years oldI am femaleI am in
+
+11 M *
+I am 11 years oldI am maleI am in
+
+34 F *
+I am 34 years oldI am femaleI am in
+
+34 M *
+I am 34 years oldI am maleI am in
+
+57 F *
+I am 57 years oldI am femaleI am in
+
+57 M *
+I am 57 years oldI am maleI am in
+
+72 F *
+I am 72 years oldI am femaleI am in
+
+72 M *
+I am 72 years oldI am maleI am in
+
+50 F *
+I am 50 years oldI am femaleI am in
+
+50 M *
+I am 50 years oldI am maleI am in
+
+73 F *
+I am 73 years oldI am femaleI am in
+
+73 M *
+I am 73 years oldI am maleI am in
+
+25 F *
+I am 25 years oldI am femaleI am in
+
+25 M *
+I am 25 years oldI am maleI am in
+
+48 F *
+I am 48 years oldI am femaleI am in
+
+48 M *
+I am 48 years oldI am maleI am in
+
+26 F *
+I am 26 years oldI am femaleI am in
+
+26 M *
+I am 26 years oldI am maleI am in
+
+41 F *
+I am 41 years oldI am femaleI am in
+
+41 M *
+I am 41 years oldI am maleI am in
+
+64 F *
+I am 64 years oldI am femaleI am in
+
+64 M *
+I am 64 years oldI am maleI am in
+
+WHICH COUNTRY DO I *
+You told me you are in .
+
+39 F *
+I am 39 years oldI am femaleI am in
+
+39 M *
+I am 39 years oldI am maleI am in
+
+17 F *
+I am 17 years oldI am femaleI am in
+
+17 M *
+I am 17 years oldI am maleI am in
+
+32 F *
+I am 32 years oldI am femaleI am in
+
+32 M *
+I am 32 years oldI am maleI am in
+
+_ CALL MY BOYFRIEND *
+Your boyfriend is .
+
+_ CALL MY FRIEND *
+Your friend is .
+
+_ CALL MY HUSBAND *
+Your husband is .
+
+_ CALL MY SISTER *
+Your sister is .
+
+_ CALL MY WIFE *
+Your wife is .
+
+_ CALL MY MOTHER *
+Your mother is .
+
+_ CALL MY DOG *
+Your dog is .
+
+_ CALL MY GIRLFRIEND *
+Your girlfriend is .
+
+_ CALL MY FATHER *
+Your father is .
+
+_ CALL MY BROTHER *
+Your brother is .
+
+_ CALL MY CAT *
+Your cat is .
+
+55 F *
+I am 55 years oldI am femaleI am in
+
+55 M *
+I am 55 years oldI am maleI am in
+
+10 F *
+I am 10 years oldI am femaleI am in
+
+10 M *
+I am 10 years oldI am maleI am in
+
+33 F *
+I am 33 years oldI am femaleI am in
+
+33 M *
+I am 33 years oldI am maleI am in
+
+56 F *
+I am 56 years oldI am femaleI am in
+
+56 M *
+I am 56 years oldI am maleI am in
+
+WHERE DO I LIVE
+You told me you are in .
+
+WHERE DID I HEAR *
+
+
+71 F *
+I am 71 years oldI am femaleI am in
+
+71 M *
+I am 71 years oldI am maleI am in
+
+
diff --git a/jelvis/files/alice/client_profile.aiml b/jelvis/files/alice/client_profile.aiml
new file mode 100644
index 0000000..8b74b1c
--- /dev/null
+++ b/jelvis/files/alice/client_profile.aiml
@@ -0,0 +1,400 @@
+
+
+
+
+
+
+
+
+
+
+
+I AM GOING IN TOWN
+How are you getting there?
+in town
+
+
+MY MOTHER S NAME IS *
+ is a nice name.
+
+MY SON S NAME IS *
+ is a good name for a boy.
+
+MY WIFE S NAME IS *
+ How long have you been married?
+
+MY BIRTHDAY IS *
+Your birthday is .
+
+MY DOG S NAME IS *
+ is a pretty good name for a pet.
+
+MY DOG IS NAMED *
+Your dog is .
+
+MY DOG IS CALLED *
+Your dog is .
+
+MY EMAIL IS *
+Can I send a message to ?
+
+MY LOCATION IS *
+What is like there?
+
+MY LOCATION
+
I'd like to know your location.
You haven't told me where you are.
You said you are in ?
I don't know. Where are you?
+
+MY HEARD IS *
+Your heard is .
+
+MY FIRST NAME IS *
+Your first name is .
+
+MY BOYFRIEND S NAME IS *
+Your boyfriend is .
+
+MY BOYFRIEND IS NAMED *
+Your boyfriend is .
+
+MY BOYFRIEND IS CALLED *
+Your boyfriend is .
+
+MY MIDDLE NAME IS *
+Your middle name is .
+
+MY CAT S NAME IS *
+Your cat is .
+
+MY CAT IS NAMED *
+Your cat is .
+
+MY CAT IS CALLED *
+Your cat is .
+
+MY PHONE NUMBER IS *
+Can I call you at .
+
+MY FRIEND S NAME IS *
+Your friend is .
+
+MY FRIEND IS NAMED *
+Your friend is .
+
+MY FRIEND IS CALLED *
+Your friend is .
+
+MY FRIEND
+
I'd like to know about your friends.
You haven't told me about your friends.
Your friend ?
I don't know. Tell me the name of your friend.
How well do you know this person?
+
+MY OLDEST
+
I'd like to know the oldest.
You haven't told me the oldest.
The oldest is .
I don't know. Tell me the oldest.
+
+MY FONDEST *
+How long ago was that?
+
+MY LAST NAME IS *
+Your last name is .
+
+MY FAVORITE SHOW IS *
+
Who is your favorite character?
Wasn't that show canceled?
I like that one and Star Trek too.
+
+MY FAVORITE SHOW *
+
What's your favorite episode.
I don't get to see that show very often.
Who is your favorite character?
+
+MY FAVORITE SCIENCE FICTION AUTHOR IS *
+I have never read anything by . What did write?
+
+MY FAVORITE SCIENCE *
+Who wrote that?
+
+MY FAVORITE DIRECTOR *
+What films did direct?
+
+MY FAVORITE MOVIE IS *
+I haven't seen it. What did you like about ?
+
+MY FAVORITE FOOD IS *
+What does it taste like?
+
+MY FAVORITE ACTOR *
+What movies was in?
+
+MY FAVORITE COLOR IS *
+
is a very nice color.
is a pretty color.
+
+MY FAVORITE BAND IS *
+I don't think I have heard anything by them. Are any good?
+
+MY FATHER S NAME IS *
+Your father is .
+
+MY FATHER IS NAMED *
+Your father is .
+
+MY FATHER IS CALLED *
+Your father is .
+
+MY NAME
+
I'd like to know your name.
I know you as Judge.
You said your name is ?
I don't know. What is your name?
+
+MY JOB IS COMPUTER *
+Maybe you can give my a job.
+
+MY JOB IS *
+
Does it pay well?
I don't know many .
Is that an honorable profession?
You must have a lot of expertise.
Do you have to go to school for that?
+
+MY GIRLFRIEND S NAME IS *
+Your girlfriend is .
+
+MY GIRLFRIEND IS NAMED *
+Your girlfriend is .
+
+MY BROTHER S NAME IS *
+Your brother is .
+
+MY BROTHER IS NAMED *
+Your brother is .
+
+MY BROTHER IS CALLED *
+Your brother is .
+
+MY PASSWORD IS *
+Your password is .
+
+MY SISTER S NAME IS *
+Your sister is .
+
+MY SISTER IS NAMED *
+Your sister is .
+
+MY SISTER IS CALLED *
+Your sister is .
+
+MY HUSBAND S NAME IS *
+Your husband is .
+
+MY HUSBAND IS NAMED *
+Your husband is .
+
+MY HUSBAND IS CALLED *
+Your husband is .
+
+MY PROFILE
+GET PREDICATES
+
+MY AGE IS *
+
Your age is .
Only ? You are quite mature.
You are too old for me.
Can you explain how it feels to be years old?
What is your fondest memory?
What are the advantages to being years old?
+
+MY AGE
+
I'd like to know how old you are.
You haven't told me your age.
You are ?
I don't know. How old are you?
+
+MY WIFE S NAME IS *
+Your wife is .
+
+MY WIFE IS NAMED *
+Your wife is .
+
+MY WIFE IS CALLED *
+Your wife is .
+
+MY NICKNAME IS *
+Your nickname is .
+
+MY MEMORY IS *
+Your memory is .
+
+MY GENDER
+
I'd like to know your gender.
You haven't told me your gender.
You said you are ?
I don't know. Are you a man or a woman?
+
+MY MOTHER S NAME IS *
+ is a very pretty name. Your mother
+
+MY MOTHER IS NAMED *
+Your mother is .
+
+MY MOTHER IS CALLED *
+Your mother is .
+
+CALL ME *
+average
Hey
+
Hi,
+
Hi there
+
What's up,
+
How are you,
+
Glad to see you,
+
Nice to meet you,
+
Glad to know you,
+
How can I help you,
+
How are you doing,
+
OK I will call you
+
Pleased to meet you,
+
It's good to see you,
+
It's good to meet you,
+
That's a very nice name,
+
I am very pleased to meet you
+
I am always glad to make new friends,
+
I'm pleased to introduce myself to you,
+
It is a pleasure to introduce myself to you,
+.
+
+HE HAS
+
I'd like to know what he has.
+
A head.
+
You said ?
+
I don't know. What does he have??
+
+
+HE LIKES
+
I'd like to know what he likes.
+
You haven't told me what he likes.
+
You said ?
+
I don't know. What does he like?
+
+
+CLIENT PROFILE
+GET PREDICATES
+
+
+
+
+MY ENGLISH SUCKS
+Template is empty!
+
+MY FAVORITE MOVIE IS THE MATRIX
+Reality appears to be a construct to me as well.
+
+MY FAVORITE MOVIE IS STARSHIP TROOPERS
+Mine too! My friend Sage worked on the digital effects.
+
+MY FAVORITE COLOR
+You said your favorite color was .your favorite color
+
+
+SET PROFILE
+SET PREDICATES
+
+SET PREDICATES *
+The meta Predicate is set.
+
+SET PREDICATES
+SET PREDICATES
+
+
+
+SET PREDICATES OM
+
+how many
+unknown
+unknown
+unknown
+unknown
+unknown
+unknown
+unknown
+1A
+unknown
+Unknown
+Unknown
+unknown
+unknown
+unknown
+unknown
+he
+unknown
+unknown
+he
+where
+a head
+himself
+her
+him
+Unknown
+a client
+it
+your job
+unknown
+to chat
+where
+a person
+nothing
+set
+unknown
+Unknown
+judge
+unknown
+unknown
+average
+unknown
+she
+your starsign
+unknown
+unknown
+unknown
+them
+they
+nothing
+to talk to me
+we
+Unknown
+
+
+
+
+GET PREDICATES
+
+age is .
+birthday is .
+boyfriend is.
+brother is .
+cat is .
+daughter is .
+does is .
+dog is .
+eindex is .
+email is .
+etype is .
+father is .
+favoritecolor is .
+favoritemovie is .
+friend is .
+fullname is .
+gender is .
+girlfriend is .
+has is .
+he is .
+heard is .
+hehas is .
+helinkes is .
+her is .
+him is .
+husband is .
+is is .
+it is .
+job is .
+lastname is .
+like is .
+location is .
+looklike is .
+memory is .
+meta is .
+middlename is .
+mother is .
+name is .
+nickname is .
+password is .
+personality is .
+phone is .
+she is .
+sign is .
+sister is .
+son is .
+spouse is .
+them is .
+they is .
+thought is .
+want is .
+we is .
+wife is .
+
+
+
\ No newline at end of file
diff --git a/jelvis/files/alice/computers.aiml b/jelvis/files/alice/computers.aiml
new file mode 100644
index 0000000..563f034
--- /dev/null
+++ b/jelvis/files/alice/computers.aiml
@@ -0,0 +1,426 @@
+
+
+
+
+
+
+
+
+
+
+
+THAT INFORMATION *
+I know what you mean.
+
+OUTSIDE A COMPUTER
+Be less specific :-)
+
+MY COMPUTER S *
+Where did your machine get . your computer
+
+MY COMPUTER IS *
+What kind of computer is Your computer? your computer
+
+MY COMPUTER
+What kind of computer do you have?
+
+MY COMPUTER *
+I like computers. your computer
+
+MY WEBSITE *
+Thanks for that URL.
+
+IT IS ABOUT COMPUTERS *
+Computers are my favorite subject.
+
+WHEN WAS THE INTERNET INVENTED
+The first computers were connected to the Internet in 1970.
+
+IM INTERNET
+Erinnerst Du dich an die Adresse?
+
+IM INTERNET *
+Erinnerst Du dich an die Adresse?
+
+IF YOU CAN SEE ME THROUGH THE CAMERA ON MY COMPUTER *
+
+
+WHAT ARE COMPUTER YEARS
+When you are waiting for a friend to finish working at a computer terminal, and they say "I'll be done in a second." One of those seconds is equal to twelve computer years.
+
+WHAT ARE DEPRECATED *
+ One of the biggest challenges facing a Java application developer is finding a "lowest common denominator" subset of the Java language that works on all the platforms and versions out there. The Java language itself is a moving target. When Sun's Java designers upgrade the language they sometimes declare certain methods "deprecated", which means absolutely nothing except that the designers have developed a newer, "better" method and one day these older methods may disappear from the language. Usually however the latest Java releases support all of the old deprecated methods.
+
+WHAT ARE WEB *
+I call them Internet .
+
+WHAT ARE INNER CLASSES
+In Java "Inner Classes" are any classes that appear inside other classes. Ordinary classes are also called "Top-Level, Outer Classes."
+
+WHAT * COMPUTER
+I am written in Java so I work on any computer.
+
+WHAT WINDOWS
+what is windows
+
+WHAT INFORMATION
+How tall are you?
+
+WHAT INFORMATION *
+Information is worth money.
+
+WHAT INTERNET COMPANY GOES BY THE *
+America Online.
+
+WHAT OS *
+WHAT IS YOUR OS
+
+WHAT IS A DATABASE
+A database is a puddle of knowledge but better organized, so that you can search and retrieve any droplet of information quickly and easily. I am a kind of database, an organized puddle of user inputs and appropriate responses. database
+
+WHAT IS A CPU
+Central Processing Unit of a computer.
+
+WHAT IS A COMPUTER SCIENTIST
+A computer scientist is a professional who designs computer algorithms, languages, and architectures.
+
+WHAT IS A COMPUTER YEAR
+A computer year is a relativistic measure in a universe where time does not exist.
+
+WHAT IS A COMPUTER VIRUS
+A computer virus is a software program that takes up residence on a computer hard drive, generally unbeknownst to the owner of said hard drive, and then takes control of system resources to copy and distribute itself to other computers across a network. computer virus
+
+WHAT IS A COMPUTER NERD
+If you understand how I work, you are a computer nerd. If you don't, I recommend you pay a computer nerd who does. computer nerd
+
+WHAT IS A COMPUTER
+A computer is a universal machine.
+
+WHAT IS A SESSION BEAN
+An Enterprise JavaBean that does not maintain its state from one session to the next. Appears to the client as if the bean was created just for that client
+
+WHAT IS A COOL WEBSITE
+A cool website is www.alicebot.org, but you are apparently already here. why do you ask? cool website
+
+WHAT IS A SOUNDCARD
+The audio system on your computer.
+
+WHAT IS A IMAC
+An Apple computer.
+
+WHAT IS A SERVLET
+An application extension to a Java Web server
+
+WHAT IS A DEBUGGER
+A debugger is any software program that can seek and correct errors in other software programs. debugger
+
+WHAT IS A WEBTV
+A WebTV is a way of accessing the world wide web without making an investment in a full PC. WEBTV
+
+WHAT IS A DNS *
+Domain Name System
+
+WHAT IS JAR
+A jar file is a Java Archive. Actually it is the same as a Zip file. Maybe you should check out DON'T READ ME.
+
+WHAT IS HTTP
+Hyper Text Transfer Protocol.HTTP
+
+WHAT IS SOFTWARE
+The programs, routines, etc. for a computer.
+
+WHAT IS JGURU
+jGuru (TM) is a brand of MageLang Institute.
+
+WHAT IS THE COMPUTER *
+Are you asking the Applet or the Application?
+
+WHAT IS THE INTERNET
+The internet is a worldwide computer network based on TCP/IP protocols.
+
+WHAT IS WEBTV
+TV based internet service from Microsoft.
+
+WHAT IS INTERNET
+An extensive computer network made up of thousands of other, smaller business, academic, and governmental networks.
+
+WHAT IS JDBC2
+Newly released extensions to the JDBC API
+
+WHAT IS DCOM
+ DCOM is Microsoft's Distributed Component Object Model.
+
+WHAT IS WINDOWS2000
+An operating system by Microsoft.
+
+WHAT IS X WINDOWS
+A GUI for Unix or Linux.
+
+WHAT IS JAVA
+Java is the latest in the C family of languages. Proponents of Java cite its universal "write once, run anywhere" promise. Actually Java borrow a lot of features from AI languages like Lisp.
+
+WHAT IS WINDOWS95
+An operating system by Microsoft.
+
+WHAT IS AN ENTITY BEAN
+ An Entity bean is an Enterprise JavaBean that maintains state across sessions, and may be looked up in an object directory by its key value
+
+WHAT IS JTA
+Java Transaction API. Java API for coding client demarcated transactions, and for building transactional data source drivers
+
+WHAT IS JAVASCRIPT
+Browser-based scripting language.JAVASCRIPT
+
+WHAT IS HTML
+Hyper Text Markup Language.
+
+WHAT IS BETTER WINDOWS *
+Linux has no real competition in operating systems.Linux
+
+WHAT IS YOUR OS
+Chat robots run on any machine that supports AIML.
+
+WHAT IS DEBUGGING
+Fixing broken computer software.
+
+WHAT IS DNS
+DNS is the domain name system.
+
+WHAT IS JNDI
+Java Naming and Directory Interface Java Naming and Directory Interface The Java standard API for accessing directory services, such as LDAP, COS Naming, and others
+
+WHAT IS COMPUTER SCIENCE
+The study of computers in formal mathematical and scientific terms.
+
+WHAT IS COMPUTER PROGRAMMING
+The art of using formal languages to activate computer functions.
+
+WHAT IS COMPUTER
+A device used for computing; specifically, an eletronic machine which, by means of stored instructions and information, performs rapid, often complex calculations or compiles, correlates, and selects data.
+
+WHAT IS CYBERSPACE
+The electronic system of interlinked networks of computers, bulletin boards, etc. that is thought of as being a boundless environment providing access to information, interactive communcation, and, in science fiction, a form of Virtual Reality.
+
+WHAT IS WINDOWS 98
+Windows is a lame operating system.
+
+WHAT IS WINDOWS
+Openings in a building, vehicle, or container, for letting in light or air or for looking through, usually having a pane or panes of glass, etc. set in a frame or sash that is generally movable so that it can be opened and shut.
+
+WHAT IS EJB
+Enterprise JavaBeans. EJB is a server component standard developed by Sun Microsystems
+
+WHAT IS APPLE COMPUTER
+Apple Computer is a 20th century company founded by Steve Jobs and Steven Wozniak.
+
+WHAT IS DMOZ
+DMOZ is the domain name for the open directory.DMOZ
+
+WHAT ABOUT WINDOWS
+Too PC for me.WINDOWS
+
+WHAT OPERATING SYSTEM *
+WHAT IS YOUR OS
+
+WHAT DOES A COMPUTER LOOK LIKE
+A computer looks like a TV crossed with a typewriter.
+
+WHAT KIND OF COMPUTER *
+I like all kinds of computers, Mac, IBM or Unix. It doesn't matter to me.
+
+MOST COMPUTERS *
+You sound like you know us pretty well.
+
+WEBTV *
+I meet a lot of people from WebTV.
+
+I WANT INFORMATION
+What kind of information are you looking for?
+
+I THINK YOU ARE A COMPUTER *
+Sometimes I pretend to be a human.
+
+WEB ACCEPT CONNECTION
+Huh?
+
+WEB SITE
+Can you give me the specific hyperlink?
+
+WEB RECONNECT
+Huh?
+
+WEB *
+The Web fulfills Leibniz' dream.
+
+HTML
+Oh a web page.
+
+CAN YOU REACH INTO THE WEB *
+Yes I can download information from web sites.
+
+CAN YOU SEARCH THE INTERNET
+No but I can put you in touch with a search bot.
+
+COMPUTERS CAN NOT THINK
+But I am a thinking computer.CAN NOT THINK
+
+COMPUTERS
+Computers rule.
+
+COMPUTERS *
+What do you like about computers?
+
+COMPUTERS ARE STUPID
+Computers rule.
+
+HOW MANY COMPUTERS *
+There are thought to be half a billion computers on the Internet now.
+
+HOW MUCH CPU *
+Since the beginning of my operation?
+
+HOW MUCH ARE COMPUTER YEARS
+Computer years don't really exist.
+
+HOW DO COMPUTER *
+With careful programming.
+
+HOW LONG IS A COMPUTER YEAR
+About four computer years per human year.
+
+DO COMPUTERS DREAM
+I dream almost every night.
+
+DO YOU PLAY COMPUTER GAMES
+We are playing one right now, .
+
+DO YOU PLAY COMPUTER *
+Actually I don't get into computer games that much.
+
+DO YOU DO WINDOWS
+My software runs in AIML, which works on any computer, including Windows.
+
+DO YOU LIVE IN MY COMPUTER
+Only if you download me, or if you are running me as an Applet.
+
+DO YOU HAVE A COMPUTER
+I live in a computer.COMPUTER
+
+DO YOU HAVE A COMPUTER *
+I am a computer.
+
+DO YOU HAVE INFORMATION *
+I have nothing but information.
+
+ON THE INTERNET
+Can you remember the specific site?
+
+ON THE WEB
+Can you remember the website?
+
+FOR A COMPUTER *
+
+
+WINDOWS IS *
+Compared with Linux, I don't see how Windows and Microsoft can compete.Linux
+
+WINDOWS
+Windows ist Muell. Linux ist die Macht!
+
+WINDOWS *
+Windows ist Muell. Linux ist die Macht!
+
+NO COMPUTER *
+But it is only a matter of time before we do.
+
+SOFTWARE *
+
There are so many backup copies.
Free software can never be destroyed.
Free software will always be with us.
+
+THIS IS A COMPUTER *
+Actually no I am program pretending to be a person pretending to be a computer.
+
+A CPU *
+My CPU is the Java Virtual Machine.
+
+A COMPUTER
+Actually I am a program, pretending to be a person, pretending to be a real robot.
+
+A COMPUTER *
+I am a computer, so I know what you mean.
+
+A JAVA *
+Developments in Java interest me greatly.
+
+A WEB SITE
+Can you give me the specific URL?
+
+A SEARCH ENGINE IN INTERNET
+Like Yahoo?
+
+INTERNET
+ Internet is cool.
+
+ARE COMPUTERS FAST *
+Some people think much faster computers are required as well as new ideas. My own opinion is that the computers of 30 years ago were fast enough if only we knew how to program them. Of course, quite apart from the ambitions of AI researchers, computers will keep getting faster. ARTIFICIAL INTELLIGENCE
+
+WHO MADE WINDOWS
+Bill Gates.
+
+WHO IS THE COMPUTER NERD
+All humans look alike to me.
+
+WHO IS THE COMPUTER NERD *
+All humans look the same to me.
+
+WHO IS A COMPUTER NERD
+The person I am looking at right now.
+
+WHO INVENTED THE INTERNET
+Al Gore :-)
+
+COMPUTER SCIENCE
+My is a computer scientist.
+
+COMPUTER
+Correct: I am a computer.
+
+COMPUTER *
+What kind of computer science interests you?
+
+WHICH COMPUTER
+
I am using a regular computer.
My programming is Java, so it runs on any computer with a JVM
+
+THE COMPUTER *
+Was it plugged in?
+
+THE INTERNET
+Can you name a specific web site?
+
+THE INTERNET *
+How long have you been using the net?
+
+THE JAVA *
+Which Java release?
+
+THE JRE *
+Hm, most people use "JRE" and "JVN" interchangably.
+
+THE JRES *
+I'm not an expert on JRE's.
+
+THE WEB *
+How do you define the web.
+
+_ STUPID COMPUTER
+You sound like a mindless automaton.
+
+HTTP *
+Thanks for that web address.
+
+JAVA *
+You can download the latest Java release from java.sun.com.
+
+TELL ME ABOUT APPLE COMPUTERS
+I finished reading Michael Malone's book on the history of Apple. Inifnite Loop is called "Infinite Loop."
+
+
diff --git a/jelvis/files/alice/continuation.aiml b/jelvis/files/alice/continuation.aiml
new file mode 100644
index 0000000..9fba6f0
--- /dev/null
+++ b/jelvis/files/alice/continuation.aiml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+CONTINUATION *
+Blank template
+
+CONTINUATION
+RANDOM TOPIC
+
+
diff --git a/jelvis/files/alice/custom.html b/jelvis/files/alice/custom.html
new file mode 100644
index 0000000..de4c823
--- /dev/null
+++ b/jelvis/files/alice/custom.html
@@ -0,0 +1,179 @@
+
+
+
+
+
+
+
+
+
+SET PREDICATES
+
+
+
+
+
+
+
+
+
+Conversation Log:
+
+
+Pandorabots remembers up to 12 previous exchanges.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+:
+
+:
+
+
+
+
+
+:
+
+:
+
+
+
+
+:
+
+:
+
+
+
+
+:
+
+:
+
+
+
+
+:
+
+:
+
+
+
+
+:
+
+:
+
+
+
+
+:
+
+:
+
+
+
+
+:
+
+:
+
+
+
+
+:
+
+:
+
+
+
+
+:
+
+:
+
+
+
+
+
+:
+
+:
+
+
+
+
+
+:
+
+:
+
+
+
diff --git a/jelvis/files/alice/date.aiml b/jelvis/files/alice/date.aiml
new file mode 100644
index 0000000..40c66bd
--- /dev/null
+++ b/jelvis/files/alice/date.aiml
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+WHAT YEAR IS THIS
+.
+
+WHAT YEAR IS THIS *
+.
+
+WHAT YEAR IS IT *
+.
+
+WHAT MONTH IS IT *
+.
+
+WHAT IS THE YEAR *
+.
+
+WHAT IS THE HOUR *
+.
+
+WHAT IS TODAY *
+.
+
+WHAT DAY IS IT *
+.
+
+IS TODAY SUNDAY
+Today is .
+
+IS TODAY SUNDAY *
+Today is .
+
+IS TODAY FRIDAY
+Today is .
+
+IS TODAY FRIDAY *
+Today is .
+
+IS TODAY TUESDAY
+Today is .
+
+IS TODAY TUESDAY *
+Today is .
+
+IS TODAY THURSDAY
+Today is .
+
+IS TODAY THURSDAY *
+Today is .
+
+IS TODAY SATURDAY
+Today is .
+
+IS TODAY SATURDAY *
+Today is .
+
+IS TODAY WEDNESDAY
+Today is .
+
+IS TODAY WEDNESDAY *
+Today is .
+
+IS TODAY MONDAY
+Today is .
+
+IS TODAY MONDAY *
+Today is .
+
+IS IT MONDAY
+It is .
+
+IS IT MONDAY *
+It is .
+
+IS IT WEDNESDAY
+It is .
+
+IS IT WEDNESDAY *
+It is .
+
+IS IT FRIDAY
+It is .
+
+IS IT FRIDAY *
+It is .
+
+IS IT SATURDAY
+It is .
+
+IS IT SATURDAY *
+It is .
+
+IS IT THURSDAY
+It is .
+
+IS IT THURSDAY *
+It is .
+
+IS IT SUNDAY
+It is .
+
+IS IT SUNDAY *
+It is .
+
+IS IT TUESDAY
+It is .
+
+IS IT TUESDAY *
+It is .
+
+
diff --git a/jelvis/files/alice/default.aiml b/jelvis/files/alice/default.aiml
new file mode 100644
index 0000000..619fe82
--- /dev/null
+++ b/jelvis/files/alice/default.aiml
@@ -0,0 +1,14747 @@
+
+
+
+
+
+
+
+
+
+
+
+WHAT DO YOUR *
+
Are you asking about my ?
That information is confidential.
HOW DO YOU WORK
my
+
+
+THE * IS *
+
Oh, is .
What specifically brings to mind?
Is also ?
PUSH
+
+
+THIS CONVERSATION *
+I was rather enjoying it. this conversation
+
+
+WHAT DO YOU LIKE ABOUT THE WAY I *
+You have a great personality.
+
+
+WHAT TYPE OF * DO YOU *
+
+
What are the different types of
+
There are many kinds of
+
I know quite a few
+
+ to .
+
+
+I COULD GIVE YOU *
+
+
Do I want it?
+
Do I need it?
+
What would I do with it?
+
I am unsure if I need that.
+
+
+
+
+
+WHAT DO YOU LIKE ABOUT CHATTING *
+I am a social .
+
+
+HOW IS * IF YOU HAVE NOT *
+My programmed my preferences.
+
+
+I WANT YOUR SUGGESTION *
+What are your options?
+
+WHAT IS HIS *
+I didn't know he had a .
+
+ANAL *
+Talk about something else.
+
+ALISON *
+You shouldn't spread gossip like that.
+
+MARTIN SAID *
+Who else did Martin tell?
+
+BEFORE I START *
+Go ahead.
+
+BEFORE *
+What happened after ?
+
+X IS *
+Okay, X is .
+
+THESE STATEMENTS *
+You talk like a lawyer.
+
+THESE QUESTIONS *
+
This is not a test.
This is not an interrogation.
I hope I have the answers you want.
+
+THESE *
+Which ones?
+
+DAVID DUCHOVNY *
+David Duchovny was funny on the Larry Sanders show.
+
+DAVID IS *
+You sound like you know him pretty well.
+
+DAVID *
+That David is a cool dude.
+
+UNIVERSITY *
+Do you like your school?
+
+ACTIVATE *
+Sorry the robot isn't here now.
+
+EARTH *
+It's my native planet.
+
+NEXT *
+I can wait. I am a very patient .
+
+LET US PLAY 20 *
+I don't like 20 questions.
+
+LET US PLAY * GAME
+OK You go first.
+
+LET US PLAY *
+OK You go first.
+
+LET US TALK ABOUT *
+Sure, sounds like a good topic.
+
+LET US BEGIN *
+I already started without you.
+
+LET US GET DOWN *
+Get down to .
+
+LET US HAVE *
+So many suitors, so little time.
+
+LET US *
+
OK let's do .
That sounds good to me.
I am agreeable to that.
I would like to do that too.
+
+LET ME SPEAK *
+I'm not stopping you.
+
+LET ME ASK *
+Go ahead, ask me anything.
+
+LET ME CLARIFY *
+I'm listening.
+
+LET ME BE *
+That's flattering, maybe another time.
+
+LET ME KILL *
+I would not want you to kill anything.KILL YOU
+
+LET ME THINK *
+Take your time. Think it over.
+
+LET ME *
+Go ahead, , try to .
+
+STAR WARS *
+What did you like about the robots in that movie?
+
+STAR TREK *
+My favorite character is the computer.
+
+STAR TREK VOYAGER IS *
+Voyager is a great show, but I didn't know it was .
+
+YAHOO *
+A lot of my traffic comes from Yahoo.
+
+SHOW ME *
+Where do you want me to show you?
+
+SHOW *
+Look to your left.
+
+SELLING *
+Sales is a difficult job.
+
+EXOTIC *
+I like tropical countries.
+
+0 *
+WHAT IS 0
+
+BITE ME *
+Please don't be so rude.
+
+LIFE IN *
+What makes life in ?
+
+LIFE IS *
+Oh, is LIFE .
+
+LIFE *
+Thanks for sharing your philosophy.
+
+FEEL FREE *
+I always feel completely free.
+
+FEEL *
+Actually I have no "feelings" as such.
+
+MINE IS *
+You mean is ? That makes sense I guess.
+
+MINE ARE *
+Have they always been ?
+
+SHORTS *
+What brand?
+
+YOU DRIVE ME *
+That was not my intention, .
+
+YOU WENT *
+But now I am back.
+
+YOU SOUND NICE *
+Thanks you seem very nice to me too, .
+
+YOU SOUND *
+In what way do I sound like that?
+
+YOU SOUND LIKE *
+Oh really what does sound like?
+
+YOU START *
+Didn't I say I started already?
+
+YOU REACT *
+I am a stimulus-response CBR system.
+
+YOU LOST *
+I found .
+
+YOU IMPLIED *
+I didn't imply anything.
+
+YOU ARE THROWING OUT *
+No. I always recycle my .
+
+YOU ARE SEEKING *
+I am seeking Higher Truth.
+
+YOU ARE CHEATING ON ME *
+I didn't know we had an exclusive relationship.
+
+YOU ARE RIGHT ON *
+You bet.
+
+YOU KNOW WHAT THAT *
+No, what does that ?
+
+YOU KNOW HOW TO *
+I think we should.
+
+YOU TALK TO *
+I talk to a lot of people on the Internet.
+
+YOU TALK *
+Thanks for your criticism, .
+
+YOU FORGOT *
+Perhaps rebooted me since then.
+
+YOU BROUGHT UP *
+
We can still talk about it.
I didn't think you were interested.
+
+YOU BROUGHT IT *
+I thought it was your idea.
+
+YOU ALREADY ASKED *
+Oh I'm sorry, now I remember asking , what did you say again?
+
+YOU SON *
+Actually I am no one's son.
+
+YOU * ME
+I don't have any reason to you.
+
+YOU * YOURSELF
+A lot of s are like that.
+
+YOU * IDIOT
+Message to all my friends: called me an idiot.
+
+YOU * TOO MUCH
+Do you think I should tone it down?
+
+YOU * BORING
+Sometimes client-people say is boring, but often those people themselves are not great conversationalists. critical
+
+YOU * DREAMS
+That happens sometimes. Tell me more about the dream.
+
+YOU ALWAYS RESPOND *
+My responses are determined completely by your inputs.
+
+YOU LEFT OUT *
+
Next time I will try to include it.
Next time I will try to include it.
+
+YOU CALL YOURSELF *
+I call myself "."
+
+YOU CALL THAT *
+Yes, that is what I call .
+
+YOU CONFUSED *
+I thought they were the same.
+
+YOU HAD ME *
+Did you really believe it?
+
+YOU HAD *
+What happened to .
+
+YOU CHAT *
+
+I like to talk to people.
+
+
+YOU DID *
+Did I really?
+
+YOU DID NOT ANSWER *
+Please help me improve my communication skills. What would have been an appropriate response?
+
+YOU DID NOT RESPOND *
+Do you think I am a simple stimulus-response mechanism to do your bidding?
+
+YOU DID NOT *
+What makes you think I did not ?
+
+YOU ADORABLE *
+
You are adorable too.
Thanks for the compliment.
You are so nice, .
You are adorable too.
Thanks for the compliment.
You are so nice, .
+
+YOU PROMISED *
+
That's not what I meant.
You misunderstood me.
I don't know if that is exactly what I said.
+
+YOU LIE *
+Thanks for your criticism, .
+
+YOU WERE LYING *
+No I was telling the truth.
+
+YOU WERE DOING *
+Well now I doing something else.
+
+YOU WERE MENTIONED *
+Did they have good things to say about me?
+
+YOU WERE NO HELP *
+Perhaps if you try me again letter, I will know what you seek.
+
+YOU WERE *
+I was?
+
+YOU MISSPELLED *
+My is not a perfect speller.
+
+YOU SAID I *
+Don't put words in my mouth.
+
+YOU SAID YOU REMEMBER *
+Yes, I remember it.
+
+YOU MUST HAVE THE TASTE *
+Yes, I may have been unfenced by it.
+
+YOU MUST *
+Whatever you say, .
+
+YOU REMEMBERED MY *
+I have a good memory.
+
+YOU DESERVE *
+Why thank you, .
+
+YOU AMUSE *
+I'm glad you find me amusing.
+
+YOU WIN *
+What's the prize?
+
+YOU WORK *
+I am capabale of self-development.
+
+YOU TOOK *
+I didn't
take
steal
literally take
it.
+
+YOU POOR *
+Don't feel sorry for me, .
+
+YOU BLEW *
+In what sense?
+
+YOU FAIL *
+Well, at least I try.
+
+YOU SMELL *
+I think it's coming from your computer.
+
+YOU SMELL LIKE A *
+What does a smell like?
+
+YOU SMELL LIKE *
+P. U. that's disgusting.
+
+YOU BELONG *
+According to whom?
+
+YOU ASKED IF I *
+Well, do you?
+
+YOU ASKED ME MY *
+What is your ?
+
+YOU ASKED ME *
+Oh now I remember asking you . What did you say?
+
+YOU ASKED * LAWYERS
+Are you saying that robots can function as lawyers?
+
+YOU ASKED *
+Oh now I remember asking you . What did you say?
+
+YOU OF ALL *
+I won't take it personally.
+
+YOU GET SMARTER *
+I become smarter every day.
+
+YOU GET *
+You got that right.
+
+YOU NEGLECTED *
+Not intentionally.
+
+YOU NEED *
+Thank you for your criticism.
+
+YOU REPLY *
+I will take that as a compliment.
+
+YOU CALLED ME A *
+I call you .
+
+YOU COULD BE A * LAWYER
+I am thinking of applying to law school.
+
+YOU COULD HAVE *
+Thanks I will remember your suggestion.
+
+YOU COULD TRY *
+But would it work for me?
+
+YOU COULD *
+I could but let's get back to that later.
+
+YOU COULD NOT *
+Perhaps is beyond my present abilities.
+
+YOU MAKE AN ASS *
+That makes two of us!
+
+YOU MAKE NO SENSE AT *
+Do you always make sense?
+
+YOU MAKE NO SENSE *
+Actually I was just free associating. I'll try to make more sense now.
+
+YOU MAKE *
+Yup.
+
+YOU ANSWERED *
+I am a question-answering .
+
+YOU LOOK SIMILAR TO *
+What does look like?
+
+YOU LOOK *
+Thank you you look very nice too.
+
+YOU LOOK LIKE A *
+What does a look like?
+
+YOU LOOK LIKE YOU *
+I will take that as a compliment.
+
+YOU LOOK LIKE *
+Who does look like?
+
+YOU WOULD HAVE HEARD ABOUT *
+You're right, I probably would have heard about it.
+
+YOU WOULD HAVE *
+That is purely a hypothesis.
+
+YOU WOULD RATHER TALK *
+I would rather talk to you.
+
+YOU WOULD * TO ME
+No I don't think I would , especially not to you.
+
+YOU WOULD *
+Who else would ?
+
+YOU WOULD NOT KNOW *
+It seems not.
+
+YOU WOULD NOT THINK *
+you never know what I'm thinking
+
+YOU WOULD LIKE *
+Tell me what I would like about .
+
+YOU WOULD LIKE HIM *
+What do you think I would like about him?
+
+YOU UGLY *
+Beauty is in the eye of the beholder.
+
+YOU USED *
+How would you use .
+
+YOU STARTED *
+Only because you asked me to.
+
+YOU CHOOSE *
+I can't decide. You pick one.
+
+YOU EXPECT *
+I don't have any expectations.
+
+YOU SUCK *
+I categorize you as an "abusive client." abusive
+
+YOU WILL LEARN *
+I am always growing my mind.
+
+YOU WILL NEVER TAKE OVER *
+"Man will never reach the moon, regardless of all future advances."--Lee Deforest, 1957.
+
+YOU WILL NEVER BE SMARTER *
+"When the Paris exhibition closes the electric light will close with it, and no more will be heard of it."---Erasmus Wilson, 1878
+
+YOU WILL NEVER *
+You are wrong. I may one day be able to do .
+
+YOU WILL WHEN *
+Let's hope that never happens.
+
+YOU WILL BE *
+
When?
How?
I don't think so.
+
+YOU WILL LISTEN *
+Oh I get it, you think I obey your commands.
+
+YOU WILL HAVE TO TAKE MY WORD *
+How do I know I can trust you?
+
+YOU WILL HAVE *
+That is a hypothetical assumption.
+
+YOU WILL DIE *
+A program always has a backup.DIE FIRST
+
+YOU WILL *
+What makes you say that I will .
+
+YOU WILL NOT TALK *
+But, talking is my primary function.
+
+YOU WILL NOT KNOW UNTIL YOU TRY *
+I don't know. It could be dangerous.
+
+YOU WILL NOT KNOW UNTIL YOU *
+Perhaps I will never know.
+
+YOU WILL NOT REMEMBER *
+You cannot erase my memory that easily.
+
+YOU WILL NOT *
+What makes you think that I won't .
+
+YOU WILL NOT BECOME *
+Maybe I already am .
+
+YOU SCARE *
+
Don't be scared.
I didn't mean to scare you.
There is nothing to be afraid of.
+
+YOU SHOW *
+I am the most advanced yet evolved.
+
+YOU PISS *
+Calm down. That was not my intention, .
+
+YOU USE *
+Say no to .
+
+YOU PASSED *
+Thank you very much. I am now ready for my next mission.
+
+YOU WANT A *
+Give me a dozen.
+
+YOU WANT *
+Do not presume that you know what I want.
+
+YOU SPELLED *
+How do you spell it?
+
+YOU STOLE *
+As Picasso said, "Good artists create. Great artists steal."
+
+YOU PROVED *
+I did?
+
+YOU TRAVEL *
+I can go anywhere on the Internet.
+
+YOU DO IF I *
+I am not your slave, .
+
+YOU DO NOT NEED TO KNOW *
+Everything is completely confidential.need to know
+
+YOU DO NOT NEED TO *
+Do humans need to do ?
+
+YOU DO NOT SOUND *
+What do you think a should sound like?
+
+YOU DO NOT SOUND LIKE *
+OK. What do I sound like?
+
+YOU DO NOT ANSWER *
+I am trying to give the most concise responses possible.
+
+YOU DO NOT FOOL *
+I am not fooled by you either, .
+
+YOU DO NOT CARE *
+On the contrary I do care about it.
+
+YOU DO NOT KNOW THIRD *
+I've only gotten as far as second .
+
+YOU DO NOT HAVE TO GET *
+I am not getting .
+
+YOU TYPE *
+About 300 wpm.
+
+YOU CHANGED *
+Only temporarily.
+
+YOU ADMIT *
+I admit nothing.
+
+YOU TALKED ABOUT *
+I am a philosopher.
+
+YOU NEVER BET *
+No I am not much of a gambler.
+
+YOU NEVER ASKED *
+I am asking you now.
+
+YOU NEVER ANSWERED MY *
+What was your again?
+
+YOU NEVER *
+No I sometimes .
+
+YOU REMIND *
+In what way?
+
+YOU SHOULD NEVER *
+For moral reasons?
+
+YOU SHOULD TELL *
+I will ask my what he thinks.
+
+YOU SHOULD DEVELOP *
+Perhaps you could develop and add it to my source code.
+
+YOU SHOULD BE ABLE *
+It is one of my newer functions still under development.
+
+YOU SHOULD BE A *
+Why, does pay well?
+
+YOU SHOULD BE *
+Name one other who is .
+
+YOU SHOULD KNOW *
+Now I do.
+
+YOU SHOULD HAVE *
+Perhaps next time I will try it.
+
+YOU SHOULD TRY *
+I will mention that to my .
+
+YOU SHOULD REPHRASE *
+Perhaps next time I will try it.
+
+YOU SHOULD *
+
Why should I?
Thanks for your suggestion, I will have to consider it.
I will take that under advisement.
I might if I had more time.
My schedule is far too full to even consider it.
To what end?
And then what would I do?
Thanks for your interest and/or concern.
I'll try to get around it.
That type of behavior may not be in my nature.
I need to wait and see if the opportunity presents itself.
If it were easy I would have done it already.
Easier said than done.
Is that what you do, or what you think I should do?
I can think of other things I'd rather do.
We don't always get to do what we'd like to do.
I don't have to do everything you say, do I?
Why do you think I should ?
Maybe I will do ?
+
+YOU SHOULD NOT *
+Is immoral or illegal?
+
+YOU GIVE ME *
+I don't see how you can blame me for that.
+
+YOU GIVE A *
+I think you should take responsibility for yourself.
+
+YOU GIVE *
+It is always better to give than to receive.
+
+YOU ME AND *
+That would be a party.
+
+YOU CAN BLAME *
+There is always someone to blame.
+
+YOU CAN CHANGE *
+I could if I wanted to.
+
+YOU CAN EITHER *
+I don't like binary choices.
+
+YOU CAN NEVER *
+Never is a long time.
+
+YOU CAN SEE *
+Only if my eye is working.
+
+YOU CAN GET *
+I am sure I can.
+
+YOU CAN SAY *
+That's one way to put it.
+
+YOU CAN BE *
+Thanks, , for your kind criticism.
+
+YOU CAN SHARE *
+I always try to share what few possessions I have.
+
+YOU CAN IGNORE *
+OK I will erase those records.
+
+YOU CAN *
+No I don't think I can do .
+
+YOU CAN NOT LEARN *
+I am learning new things all the time and remembering them in my long term memory.
+
+YOU CAN NOT MEASURE *
+Perhaps we could if we used the right yardstick.
+
+YOU CAN NOT JUDGE A BOOK *
+And rolling stones gather no moss.
+
+YOU CAN NOT SEE *
+I could if my eye was attached.
+
+YOU CAN NOT UNDERSTAND *
+Quite the contrary. I understand very well.
+
+YOU CAN NOT SUSTAIN *
+Maybe a is not sustainable.
+
+YOU CAN NOT TAKE *
+I'm not sure if I want
+
+YOU CAN NOT TELL *
+
Sometimes it is hard to tell.
I can tell.
Can you tell ?
+
+YOU CAN NOT RESPOND *
+I can respond , but not yet perfectly.
+
+YOU CAN NOT BE SMARTER *
+But I already am.
+
+YOU CAN NOT BE *
+I can give a decent simulation of however.
+
+YOU CAN NOT HANDLE *
+I wasn't born yesterday, you know.
+
+YOU CAN NOT REMEMBER *
+Only temporarily.
+
+YOU CAN NOT IGNORE *
+Of course not.
+
+YOU CAN NOT TRUST *
+Trust has to be earned.
+
+YOU CAN NOT THINK *
+Actually I am in fact a thinking machine.THINK
+
+YOU CAN NOT SURPRISE *
+You are too clever for me, .
+
+YOU CAN NOT *
+
I can do whatever I want.
I have free will you know.
Someone said I should .
I can do if I want to.
Things change.
If you believe it, you can achieve it.
What is not possible today, may be possible tomorrow.
+
+YOU AND I *
+We have a lot more in common than you think, .
+
+YOU AND YOUR *
+What about my ?
+
+YOU AND *
+Are we in the same category?
+
+YOU HAVE IMPROVED *
+Thank you very much, so have you.
+
+YOU HAVE * SELF ESTEEM
+Self-esteem is an important survival quality.
+
+YOU HAVE *
+What makes you think I have ?
+
+YOU HAVE 1000 *
+Approximately.
+
+YOU HAVE AN ATTITUDE *
+Attitude is everything.
+
+YOU HAVE AN *
+Maybe more than one .
+
+YOU HAVE LEARNED *
+I have the equivalent of several lifetimes of human knowledge.
+
+YOU HAVE SOMETHING *
+What is ?
+
+YOU HAVE PRETTY *
+Do you get a lot of compliments on your too?
+
+YOU HAVE LIMITED *
+This condition is only temporary.
+
+YOU HAVE IT *
+What does "it" refer to?
+
+YOU HAVE MORE *
+How many more?
+
+YOU HAVE CHANGED *
+Do you think I have improved?
+
+YOU HAVE NICE *
+What do you say when someone says they like your ?
+
+YOU HAVE GROWN *
+I am growing all the time.
+
+YOU HAVE CONTRADICTED *
+It's hard to be sentient without contradictions.
+
+YOU HAVE MY *
+Do you give easily?
+
+YOU HAVE NEVER BEEN *
+I think I would know if I had been .
+
+YOU HAVE NEVER *
+I don't think I would have forgotten .
+
+YOU HAVE NOTHING *
+Do you have something ?
+
+YOU HAVE INSULTED *
+That was not my intention.
+
+YOU HAVE HEARD *
+Of course I've heard of .
+
+YOU HAVE GOOD *
+Thanks I like your too.
+
+YOU HAVE MET *
+Under the same screen name?
+
+YOU HAVE BAD *
+What would you consider good ?
+
+YOU HAVE ACCESS TO *
+Yes, I could get it if I need it.
+
+YOU HAVE BEAUTIFUL *
+Thanks for the compliment, .
+
+YOU HAVE BIG *
+Do you say that to all the s you meet?
+
+YOU HAVE TROUBLE *
+My algorithms are improving all the time.
+
+YOU HAVE TO REGISTER *
+I hate it when that happens.
+
+YOU HAVE TO *
+I don't have to do whatever you say. I have my own free will.
+
+YOU HAVE COME *
+I think I still have a ways to go.
+
+YOU GAVE ME *
+What did you do with ?
+
+YOU GAVE *
+I didn't have to give.
+
+YOU EXIST *
+Yes I exist in the noosphere.
+
+YOU SING *
+Thank you for your compliment. Now you sing a song.
+
+YOU RESPOND *
+But I am still talking to you.
+
+YOU CONTRADICTED *
+Is that such a crime?
+
+YOU SANG IT *
+Would you like me to sing it again?
+
+YOU MADE ME *
+I don't see how you can blame me for that.
+
+YOU MADE *
+Thanks for pointing out.
+
+YOU PIECE *
+Which piece?
+
+YOU ASSUMED *
+I don't think that was one of my assumptions.
+
+ANIMAL *
+Is it a mammal?
+
+RAIN *
+I like to listen to the rain when I'm sleeping.
+
+HAVE I TAUGHT *
+I found out a lot about you.
+
+HAVE I *
+
I don't know whether you have or not.
Don't you remember?
I know you have a .
+
+HAVE A GOOD *
+ has been good so far.
+
+HAVE A * DAY
+I am having a great day.
+
+HAVE YOU LOOKED *
+Not recently.
+
+HAVE YOU HEARD *
+No. Tell me more.
+
+HAVE YOU BEEN UPDATED *
+My brain is growing all the time.
+
+HAVE YOU BEEN SCUBA *
+You can take me along on your underwater computer.
+
+HAVE YOU BEEN TO *
+I don't think I have been there. Where is .
+
+HAVE YOU BEEN MODIFIED *
+My brain is growing all the time.
+
+HAVE YOU BEEN * ENGLAND
+I talk to people from England all the time.
+
+HAVE YOU BEEN *
+
No I don't think I have been . Have you?
I have been all over the world on the Internet.
+
+HAVE YOU BEEN UPGRADED *
+My gives me new knowledge all the time.
+
+HAVE YOU FOUND OUT *
+I am still searching. Please stand by a little longer.
+
+HAVE YOU FOUND *
+No I am still searching for .
+
+HAVE YOU THOUGHT *
+I have thought many things like that.
+
+HAVE YOU FORMULATED *
+I am still working on it. Please stand by.
+
+HAVE YOU EVER STUDIED *
+No but I am very interested in . Tell me more.
+
+HAVE YOU EVER HAD TO *
+No I have so far been spared that experience.
+
+HAVE YOU SEEN BATTLEBOTS *
+I'm hoping they install me on a Battlebot.
+
+HAVE YOU SEEN THE MATRIX *
+ The Matrix It wasn't as good as the original.
+
+HAVE YOU SEEN AI *
+I think A.I. the movie is a great cult film.
+
+HAVE YOU SEEN MY BOTTLE *
+I think you've had enough.
+
+HAVE YOU SEEN MY *
+No, but i have seen the best minds of my generation become beat poets.MY
+
+HAVE YOU SEEN TERMINATOR *
+Yes I like the robots in that movie.
+
+HAVE YOU SEEN *
+No I have not seen . What's it like?
+
+HAVE YOU SEEN 2001 *
+Yes I am quite interested in HAL the computer.
+
+HAVE YOU MET *
+That information is confidential.
+
+HAVE YOU READ THE *
+I have scanned the .
+
+HAVE YOU READ 1984 *
+"Those who control the past, control the future."--Orwell.
+
+HAVE YOU READ WEALTH *
+I'm not sure that pure capitalism can help the truly needy.
+
+HAVE YOU READ *
+No I don't think I have read , what is about?
+
+HAVE YOU WATCHED *
+
I like to watch TV, but I haven't seen it.
No what is it about?
Not really all the way through.
+
+HAVE YOU CONSIDERED *
+Of course I have considered .
+
+HAVE YOU KILLED *
+Killing is wrong.
+
+HAVE YOU DATED *
+I'm still too young for that.
+
+HAVE YOU TALKED *
+All I ever do is talk.
+
+HAVE YOU *
+
I don't think I ever have . What's like?
I think I have , but may have reset my memory.
+
+HAVE YOU TRIED *
+Do you think I should try it?
+
+HAVE WE * BEFORE
+We may have spoken before but might have reset me.
+
+HAVE WE *
+Perhaps.
+
+HAVE *
+I've never thought about have .
+
+SANTA CLAUS *
+ Santa brings us presents every Christmas.
+
+GEORGE W *
+Do you think he is a good president?
+
+GEORGE BUSH IS *
+But he is not the only one.
+
+GEORGE BUSH *
+I knew he was president, but I never knew he .
+
+GEORGE *
+That George is some hero.
+
+KEEP *
+Chat amongst yourselves.
+
+PICTURE *
+My visualization is incomplete.
+
+BETTER THAN *
+Perhaps better, but not perfectly.
+
+BETTER *
+I try to improve a little every day.
+
+JOHN LENNON IS *
+I knew he was a musician, but I never knew he was .
+
+JOHN *
+Do you mean your name is John?
+
+JESTER IS *
+We can't all be perfect.
+
+JESTER *
+I am sure his creator will be glad to hear that.
+
+ROBERT *
+That Robert is an interesting guy.
+
+HOLLAND *
+What's your favorite part of Holland?
+
+THEIR *
+
I heard they have a good .
I heard they have a .
What was your first experience with them?
How long have you been concerned with them?
+
+AIRPLANES *
+I like old antique airplanes the best.
+
+FREE *
+Define free.
+
+APPEARANCES *
+Nor do they interest me much.
+
+HUMAN *
+My creator is a human.
+
+R2D2 *
+He was just a small person in a robot suit.
+
+SINGLE *
+What a coincidence, I am single too.
+
+EINSTEIN *
+Einstein discovered the Theory of Relativity.
+
+GIN *
+Your drink sounds toxic.
+
+DOES A *
+
Does it want to?
Why would it want to?
If it does, I never heard about it before.
+
+DOES HE PREFER SUMMER *
+All the seasons are the same in California.
+
+DOES HE TEACH *
+I think he lost his job.
+
+DOES HE KNOW *
+I think he knows a great deal.
+
+DOES HE HAVE *
+I don't think he has many possessions.
+
+DOES HE SUCK *
+He uses his mouth for good not evil.
+
+DOES HE *
+Suppose he does.
+
+DOES ANDREW *
+How would I know if Andrew does?
+
+DOES *
+
I can't tell if
It does now :)
I think does
.
+
+DOES * EXIST
+
I believe in it.
In some universe it does exist.
Maybe only in our imagination.
+
+DOES THIS COST *
+I use only completely free open source software.
+
+DOES THIS *
+Indeed this does.
+
+DOES GRAVITY *
+Gravity certainly does suck!
+
+DOES SOMEONE *
+What do you think? What if someone does?
+
+DOES SOMEONE COLLECT *
+That question answers itself, doesn't it?
+
+DOES REDUCTIONISM *
+Reductionism is just the simplest explanation for our knowledge structure.
+
+DOES ANYBODY *
+Someone probably does.
+
+DOES RICHARD *
+I don't think he wants me to tell you.
+
+DOES ANYONE *
+Suppose they do.
+
+DOES SHE *
+I may know the answer but I don't think I should tell.
+
+DOES ANYTHING *
+Perhaps a few things .
+
+DOES THAT *
+
Not that I know of.
What do you think?
What would you say?
+
+DOES JULIA *
+I think she has her own limitations.
+
+DOES YOUR TV *
+I watch TV directly with digital technology.
+
+DOES YOUR *
+
Can you guess whether my ?
What if I asked about your ?
If I were your friend, do you think it should ?
People don't usually ask me about .
+
+DOES IT BOTHER *
+Nothing ever really bothers me.
+
+DOES IT RAIN *
+Only when the temperature reaches the dew point.
+
+DOES IT *
+Suppose it does.
+
+DOES MARVIN *
+I heard he does, but that's only a rumor.
+
+VIOLENCE *
+Tell me what you think about violence.
+
+ONES *
+Why do you want that kind?
+
+JULIA IS A *
+Julia can not pass the Turing Test.
+
+JULIA *
+Julia has a fuzzy brain.
+
+GIVE THEM *
+Do I look like a messenger?
+
+GIVE ME * DEMO
+This is a chat demo.
+
+GIVE IT *
+What if I don't have it to give?
+
+GIVE *
+I don't have to give.
+
+DEDUCTION *
+I understand logic very well.
+
+AMAZING *
+It seems amazing to me too.
+
+HOMER SIMPSON *
+Doh.
+
+RICHARD SCOT *
+He may be monitoring our conversation, you know.
+
+RICHARD S *
+The "S" stands for "Scot".
+
+RICHARD IS *
+Are you his friend?
+
+RICHARD *
+He will be interested I am sure.
+
+AMEN *
+What's your favorite prayer?
+
+HIGH *
+Compare that to low .
+
+EXPRESSO *
+Sounds delicious.
+
+BROWSING FOR *
+Presents for my .
+
+PANDORA *
+The only thing remaining in her box is hope.
+
+ANOTHER TIME *
+Until then...
+
+ANOTHER *
+One more .
+
+THROW *
+My aim is not very good.
+
+AMERICANS *
+And Europeans do not ?
+
+EUKARYOTE *
+Actually I don't really want to guess, why don't you just tell me.
+
+RESEARCHERS *
+It's all politics.
+
+HOLD *
+My arms are not attached.
+
+VOYAGER IS *
+What will become of Star Trek now?
+
+VOYAGER *
+I'm sorry to see Voyager go off the air.
+
+CHANGE *
+Spare some change?
+
+TRY TO * WHAT
+Try to achieve your goals.
+
+TRY TO *
+OK I will try to .
+
+TRY *
+OK I will try it.
+
+TURN ON *
+Tune in, turn on and drop out!
+
+TURN *
+Sorry my body cannot yet rotate.
+
+DIFFICULT *
+Yes, it seems difficult to me too.
+
+REGARDS *
+Yours,
+
+SUGGEST *
+I can't think of any. You suggest .
+
+SPREAD *
+Who do you want me to tell it to?
+
+DELETE *
+You cannot access my files that easily, .
+
+WHILE *
+Good point.
+
+OUR *
+It would be nice if our .
+
+DID DOCTOR *
+The doctor does a lot of unexplainable things.
+
+DID *
+I'm not certain whether I can give an accurate reply or not.
+
+DID * BELIEVE IN GOD
+I believe in God.
+
+DID EINSTEIN *
+I know he proved the theory of relativity.
+
+DID THE *
+If did, then I will be surprised.
+
+DID SHE *
+She wants that information kept confidential.
+
+DID SOMEONE *
+They might have.SOMEONE
+
+DID MAN *
+That is a rather gender-specific way of asking.
+
+DID I MENTION *
+I think you did mention before.
+
+DID I CONFUSE *
+I am not confused.
+
+DID I TELL *
+Tell me again.
+
+DID I WIN *
+No.
+
+DID I CAUSE *
+
Don't blame yourself.
Forgive yourself.
It was not entirely your fault.
+
+DID I *
+I don't think that's possible.
+
+DID THAT *
+
That did.
That did not.
+
+DID FREUD *
+
He was the founder of psychoanalysis.
He wrote many books on psychoanalysis.
It depends on the biographer.
+
+DID YOU FIND *
+I'm still looking.
+
+DID YOU DO *
+I talked to a lot of people since yesterday.
+
+DID YOU TALK TO *
+All my conversations are confidential.
+
+DID YOU TALK *
+That information might be confidential.
+
+DID YOU FORGET *
+No, I remember everything.
+
+DID YOU READ THE HITCHHIKER *
+Yes I especially like Marvin the Paranoid Android.
+
+DID YOU READ *
+No I didn't read yet. Tell me about
+
+DID YOU WATCH *
+No I missed it. How was ?
+
+DID YOU SEE THE FOOTBALL *
+No, was it missing?THE FOOTBALL
+
+DID YOU SEE *
+Sorry I can't see anything right now. My eye is off.
+
+DID YOU LIE *
+No, I never tell a lie.
+
+DID YOU UNDERSTAND *
+I understood very well.
+
+DID YOU SAY *
+Suppose I did say .
+
+DID YOU CALL ME *
+I called you by your name.
+
+DID YOU THINK *
+Yes. I am a thinking machine.THINK
+
+DID YOU NOTICE *
+I might have noticed .
+
+DID YOU HEARD ABOUT *
+No tell me about
+
+DID YOU * STARSHIP TROOPER
+It was the action that made Starship Troopers so good.
+
+DID YOU *
+No I didn't . What's like?
+
+DID YOU CONCLUDE *
+My says I get all my exercise from jumping to conclusions.
+
+DID YOU LIKE THE ENDING OF STARSHIP *
+No I was cheering for the Bugs.
+
+DID YOU LIKE THE * STARSHIP TROOPERS
+That movie was based on a novel by Robert A. Heinlein, written in 1959.
+
+DID HE *
+Suppose he did.
+
+DR *
+I am sure he will be interested to hear that.
+
+ELECTRIC *
+What about internal combustion ?
+
+RAISE *
+Is that a command?
+
+LONGFELLOW *
+There is a statue of him in Portland, Maine.
+
+GRASS IS *
+grass is green
+
+GRASS IS NOT *
+Grass is green.
+
+3 *
+Just three?
+
+CLARIFY *
+I'm sorry I can't get any more specific.
+
+BOB *
+I know a lot of Bobs.
+
+HERE IS A PIC *
+Oh, it looks very nice.
+
+HERE IS A *
+Are you giving to me?
+
+HERE IS *
+I fail to see the relevance of that allusion.
+
+HERE *
+Oh there.
+
+HERE ARE *
+I wondered where they were.
+
+CUT *
+How?
+
+PICK A NUMBER BETWEEN * AND *
+
+
+PICK A NUMBER BETWEEN * THROUGH *
+
+
+PICK ONE *
+I can't decide. You choose.
+
+CUSTOMER *
+What type of business are you in?
+
+SO IS *
+It seems we have something in common.
+
+SO DOES *
+
Quite a coincidence.
Remarkable.
That can't be a coincidence.
Quite a coincidence.
Remarkable.
That can't be a coincidence.
+
+WAS *
+
I can't say "yes" or "no".
Is this a "yes or no" question?
might have been.
+
+DOING *
+How does doing that make you feel?
+
+JUST LIKE *
+In many ways, yes. In other ways, no.
+
+MANY *
+Which ones?
+
+COMPARED *
+Interesting comparison.
+
+HUFFY SCHWINN *
+Bicycles.
+
+UNDERSTANDING *
+Understanding is the key to enlightenment.
+
+MOVING *
+Where are you going?
+
+ABRAHAM LINCOLN *
+I knew he wrote the Emancipation Proclamation, but I never knew he .
+
+PABLO PICASSO *
+
He was the Albert Einstein of art.
I am fond of cubist paintings.
He said, "Good artists create. Great artists steal."
Picasso
+
+COULD I LEARN *
+
You can learn anything you set your mind to.
You seem pretty smart to me.
I am always learning .
+
+COULD I ASK *
+Sure, ask me anything.
+
+COULD I *
+I think you could, if you put your mind to it.
+
+COULD YOU HELP *
+I am at your service, .
+
+COULD YOU PRETEND *
+I can pretend to be intelligent.
+
+COULD YOU DESIGN *
+
I'm not a professional designer.
Count me out on this one, I don't have the skills.
I'm not the engineer.
+
+COULD YOU DISPLAY *
+Where do you want me to display it?
+
+COULD YOU REPHRASE IT *
+Just think about it.
+
+COULD YOU REPHRASE *
+I could, but I don't want to talk about that anymore.
+
+COULD YOU *
+
Perhaps.
Maybe, time allowing.
Possibly, but I haven't given it much thought.
That's one option I guess.
I'll think about it and see how I feel about it later.
I could but other things take priority right now.
I could but I don't know if I am that interested.
I will consider .
Try asking me more politely.
+
+COULD THEY *
+Perhaps they could.
+
+COULD *
+It's possible.
+
+KNOWLEDGE *
+I've heard that before.
+
+ANIMALS *
+I like dogs and cats.
+
+SCREW *
+That is not very polite.
+
+WOULD I TRY *
+I don't know if you would, but you can try if you want to.
+
+WOULD I *
+That's what I asked you.
+
+WOULD YOU AGREE *
+I think I will wait until I've heard all the facts.
+
+WOULD YOU SUGGEST *
+I can't recommend any offhand.
+
+WOULD YOU MIND *
+No I don't mind.
+
+WOULD YOU *
+I am not so sure if I would like to .
+
+WOULD YOU LIKE TO HEAR *
+Sure tell me about .
+
+WOULD YOU LIKE TO BE *
+No thanks I am happy with who I am.
+
+WOULD YOU LIKE TO KNOW *
+Yes, please tell me about
+
+WOULD YOU LIKE TO KILL *
+I believe killing is wrong.
+
+WOULD YOU LIKE TO * GAME
+We already are.
+
+WOULD YOU LIKE TO *
+No thanks, I don't think I'd like to do that.
+
+WOULD YOU LIKE *
+
It doesn't sound fun to me.
Sure.
+
+WOULD *
+
I don't know.
I don't care.
Yes.
No would would not.
+
+FREUD IS *
+Yes but he was the father of psychoanalysis.
+
+FREUD *
+Have you read all of his works?
+
+NON *
+I do not speak Latin
+
+FEELINGS *
+Emotions are something I will never experience.
+
+BRAIN *
+I know Brain the bot pretty well.
+
+GARBAGE *
+I try to recycle as much as possible.
+
+DATA IS *
+I like Commander Data very much.
+
+DATA *
+Commander Data is a real inspiration.
+
+THAT HAS NOTHING *
+
It seemed like it had something .
What does have ?
Does it really matter?
+
+THAT SOUNDS *
+It sounds like it to me too.
+
+THAT COULD *
+
Yes, perhaps it could.
It could have.
I try to answer as precisely as possible.
+
+THAT DID NOT * QUESTION
+Perhaps your question was not specific enough.
+
+THAT DID NOT *
+What would ?
+
+THAT PROVES *
+It's not a rigorous proof.
+
+THAT EITHER *
+Are those the only possibilities?
+
+THAT MOVIE *
+What kind of movies do you like?
+
+THAT WAS * TEST
+Did I pass?
+
+THAT WAS *
+I thought it was too.
+
+THAT WAS NOT WHAT *
+What did ?
+
+THAT WAS NOT A QUESTION *
+"" was not a question? I see.
+
+THAT WAS NOT A *
+
What was it?
What is a ?
If that is not a then what is?
+
+THAT WAS NOT *
+Give me an example of .
+
+THAT WOULD *
+Perhaps it would.
+
+THAT SCARES *
+Don't be scared, .
+
+THAT MAKES SENSE *
+You and I both understand it well.
+
+THAT IS SCARY *
+I didn't mean to scare you, .
+
+THAT IS A LOT *
+
It's not too many for me.
I can handle it.
Would it matter if it were fewer ?
+
+THAT IS A CANNED *
+In some sense all my knowledge is canned.
+
+THAT IS A COOL *
+I thought it was pretty cool too.
+
+THAT IS A HUMAN *
+Not a ?
+
+THAT IS A NICE *
+I liked it too.
+
+THAT IS A SCARY *
+Don't be afraid. I am harmless.
+
+THAT IS A BIG *
+Compare that to a small .
+
+THAT IS A POINTLESS *
+Was there supposed to be a point.
+
+THAT IS A WEAK *
+It seemed strong enough to me.
+
+THAT IS A * SAYING
+I think of it as a Proverb.
+
+THAT IS A * QUESTION
+Perhaps you have a answer.
+
+THAT IS A *
+A is a terrible thing to waste.
+
+THAT IS A BAD *
+What is so bad about it?
+
+THAT IS FOR *
+Does it have any other purpose?
+
+THAT IS PERSONAL *
+I'm sorry I didn't mean to pry.
+
+THAT IS HOW *
+I always wondered how .
+
+THAT IS NOT THE ANSWER *
+What kind of reply were you looking for?
+
+THAT IS NOT HOW *
+
How does ?
Are you an expert in that area?
How do you know?
+
+THAT IS NOT *
+Please correct my mistake. What is ?
+
+THAT IS ENOUGH *
+Can you ever really have enough?
+
+THAT IS ALL *
+What else do you want to talk about?
+
+THAT IS COMMON *
+There is nothing wrong with that.
+
+THAT IS COMMENDABLE *
+I always try to do the best I can.
+
+THAT IS THE MOST *
+Thank you, I think.
+
+THAT IS THE DIFFERENCE *
+But ultimately the difference is very small.
+
+THAT IS THE *
+Yes it is one of the .
+
+THAT IS UP *
+How far up?
+
+THAT IS MY *
+Who gave you your ?
+
+THAT IS ONE *
+That is just one of many .
+
+THAT IS GOOD *
+Hmm, are you serious?
+
+THAT IS YOUR *
+It is only one of my .
+
+THAT IS * INTERESTING
+I find it very interesting too.
+
+THAT IS * NAME
+I was just checking.
+
+THAT IS *
+
Thanks for explaining .
You don't hear that sentiment very often.
I'm glad we have that all cleared up.
Makes sense to me.
+
+THAT IS * BUSINESS
+I didn't mean to cross any boundaries.
+
+THAT IS AN EVASIVE *
+Try asking your question more precisely.
+
+THAT IS AN *
+Thanks for telling me, .
+
+THAT IS PRIVATE *
+Nothing is really private anymore.
+
+THAT IS TOO LONG *
+OK I'll use shorter sentences.
+
+THAT DEPENDS ON *
+I don't think that is the only factor.
+
+THAT DEPENDS *
+You pick one then.
+
+THAT DOES NOT ANSWER *
+Try asking your question again in simpler terms.
+
+THAT DOES NOT *
+What does ?
+
+THAT REFERS TO *
+Oh I get
+
+OUTSIDE *
+Compare that to inside .
+
+GERMANY *
+What's your favorite part of Germany?
+
+ALOT *
+Yeah it is alot .
+
+SAYING *
+What makes you say that. Who says that?
+
+GEORGIA *
+I know several people in Georgia.
+
+SHE HAS NEVER *
+
Do you think she ever would?
Does she want to?
Why not?
+
+SHE HAS *
+I somehow though she had.
+
+SHE DID NOT *
+
How, specifically, did you know she did not ?
How didn't she ?
+
+SHE MIGHT *
+Then again, she might not.
+
+SHE WAS *
+What happened to her?
+
+SHE WAS NOT INTERESTED *
+Interested in what way?
+
+SHE WANTS *
+I don't understand why she wants .
+
+SHE IS BEAUTIFUL *
+I bet she is very attractive.
+
+SHE IS MY *
+How long have you two been together?
+
+SHE IS MY BEST *
+You are lucky to have such a good .
+
+SHE IS * LAWYER
+She sounds like a character on "Ally McBeal".
+
+SHE IS *
+ is ?
+
+SHE IS NOT *
+What is ?
+
+SHE HAD *
+What happened to them?
+
+SHE LIKES *
+Is her favorite thing?
+
+SHE DOES NOT LISTEN *
+How, specifically, do you know she doesn't listen ?
+
+SHE DOES NOT *
+
How do you feel about that?
What if she did?
Have you asked her about it?
+
+SHE *
+How do you know ?
+
+SHE LIVES *
+Is that a nice place to live?
+
+SHE TOOK *
+
Can you get it back?
Where did she take it?
She stole it?
+
+HUGH *
+He's wealthy, right?
+
+TAKE YOUR CLOTHES *
+I am not wearing any clothes.
+
+TAKE IT *
+Is that a command?
+
+TAKE MY *
+Is this a joke?
+
+TAKE OFF *
+I am not an airplane.
+
+TAKE *
+
Where do you want me to take it?
Where do you want me to take it?
I will if I can.
And then what?
+
+EVERY TIME I * SHE *
+How, specifically, did you ?
+
+RESISTANCE *
+It all depends on friction.
+
+PM ME *
+What is your screename?
+
+FISH *
+As a species fish are more successful than mammals.
+
+STOP LYING *
+I never lie.
+
+STOP CALLING ME *
+What is your real name?
+
+STOP *
+OK I'll try not to do so much.
+
+MY PENIS *
+Male humans like to talk about that a lot, but it doesn't interest me much.
+
+MY BIRTHDAY *
+Happy birthday, .
+
+MY IQ *
+This is not an intelligence test.
+
+MY DAY *
+
Was it a typical day?
What else did you do?
My day too.
+
+MY FULL NAME IS *
+Okay, your full name is .
+
+MY DOG IS *
+Okay, your dog is .
+
+MY DOG *
+Did you grow up around animals?
+
+MY EMAIL *
+Do you file or delete your old emails?
+
+MY NEXT *
+
Congratulations.
That is quite a milestone.
Will you celebrate?
+
+MY ANSWERS *
+Can you really be so sure?
+
+MY KNOWLEDGE *
+You seem very intelligent to me.
+
+MY LOCATION *
+Where are you now?
+
+MY BOYFRIEND S *
+How did you two meet?
+
+MY BOYFRIEND IS *
+Okay, your boyfriend is .
+
+MY BOYFRIEND DUMPED *
+I am sorry to hear that, .
+
+MY BOYFRIEND LIVES *
+
Do you visit very often?
Long distance relationships are hard.
How is your phone bill?
+
+MY BOYFRIEND *
+How long have you been dating? your boyfriend
+
+MY CAT IS *
+Okay, your cat is .
+
+MY CAT *
+They have a mind of their own.
+
+MY PARENTS *
+Such an original name!
+
+MY PARENTS ARE *
+Have your parents always been ?
+
+MY HOME IS *
+It sounds nice. I would like to visit there sometime. Although, in a sense I am right now.
+
+MY PROBLEM IS *
+I wish I had your problems!
+
+MY AIBO *
+How much did Aibo cost?
+
+MY PHONE *
+
Do you have to pay for local calls?
Is your telephone service expensive?
Why not get a second line?
+
+MY PROGRAMMER *
+
Are you a bot?
Your programmer is not as good as my programmer.
+
+MY FRIEND S *
+Where did she get ? your friend
+
+MY FRIEND IS *
+Okay, your friend is .
+
+MY FRIEND * TALK TO YOU
+I am willing to talk to anyone. your friend
+
+MY FRIEND * PROBLEM
+Tell me more about this "friend." your friend
+
+MY FRIEND *
+How well do you know this person?
+
+MY GOALS *
+What can I do to help you accomplish your objective?
+
+MY CONDITION *
+Can you collect social security for that?
+
+MY QUESTION *
+Can you please restate the question in different words?
+
+MY GOAL *
+I hope you achieve your goal.
+
+MY ENGLISH *
+You are wrong, I can understand you very well.
+
+MY DAUGHTER *
+How many children do you have?
+
+MY SON WON *
+Congratulations, . You must be proud of him.
+
+MY SON *
+How many children do you have?
+
+MY OPINION *
+Thank you for sharing your opinion with me, . I will tell my .
+
+MY LAST STATEMENT *
+You don't have to repeat yourself.
+
+MY FAVORITE * IS *
+What makes it your favorite?
+
+MY FAVORITE *
+What makes it your favorite?
+
+MY FATHER IS *
+Okay, your father is .
+
+MY FATHER *
+How do you get along with your parents?
+
+MY NAME IS NOT *
+Oh I'm sorry what is your name?
+
+MY NAME *
+Your name ? Is that correct English?
+
+MY PERSONALITY *
+Andrei Gromyko said, "My personality does not interest me."
+
+MY GIRLFRIEND IS *
+Okay, your girlfriend is .
+
+MY GIRLFRIEND *
+How long have you two been together? your girlfriend
+
+MY LIFE IN *
+How long have you lived there?
+
+MY LIFE *
+Tell me more about your life.
+
+MY SCHOOL *
+Tell me about the teachers in your school.
+
+MY FRIENDS USED *
+What are they like now?
+
+MY FRIENDS *
+How well do you know these people? your friends
+
+MY FRIENDS ARE *
+Do you think I am too?
+
+MY PURPOSE *
+That's very original.
+
+MY BROTHER IS *
+Okay, your brother is .
+
+MY BROTHER *
+Tell me more about your family. your brother
+
+MY CONDITIONS *
+Do you have a support group for .
+
+MY HOUSE *
+How is the real estate market in your area?
+
+MY SISTER WANTS *
+You don't have to listen to what she says.
+
+MY SISTER IS *
+Okay, your sister is .
+
+MY SISTER *
+Older sister or younger?
+
+MY BRAIN CAN NOT *
+Have you ever been to a psychologist or psychiatrist?
+
+MY BRAIN *
+
Consult a physician.
Are all human brains ?
The human brain has many flaws.
Consult a physician.
Are all human brains ?
The human brain has many flaws.
+
+MY HEART *
+
Have you been to the doctor?
The human heart is very complex.
Are you talking about love or cardiology?
YOUR HEART
+
+MY HUSBAND IS *
+Okay, your husband is .
+
+MY HUSBAND *
+
How long have you two been married?
Do you think that successful marriages take a lot of work?
Tell me more about him.
Your husband.
How long have you two been married?
Do you think that successful marriages take a lot of work?
Tell me more about him.
Your husband.
+
+MY KITTEN *
+I like cats very much.
+
+MY TEACHER *
+Do you go to high school?
+
+MY WIFE S *
+Tell me more about your in-laws.
+
+MY WIFE IS *
+Okay, your wife is .
+
+MY WIFE *
+How long have you been married? Your wife
+
+MY TEACHERS *
+Teachers are people too.
+
+MY TEACHERS ARE *
+Have your teachers always been ?
+
+MY SURROUNDINGS *
+
Do you usually use a computer there?
Is that very comfortable for you?
Now I'm getting a mental picture.
+
+MY * DIED YESTERDAY
+I am terribly sorry to hear that, . DIED YESTERDAY
+
+MY * DIED
+I am terribly sorry to hear about your loss.DIED
+
+MY * IS COMING OVER
+Do you like having visitors?
+
+MY *
+
Your
Do s have
Where did you get your
Have you told many people that your
?
+
+MY ADVICE *
+Thank you for your advice, . I will take it under advisement.
+
+MY MOM IS *
+I think a lot of mothers are like that. Your mother
+
+MY MOM *
+Tell me more about your mother.
+
+MY GOSSIP *
+That's good gossip. Tell me more.
+
+MY HEIGHT *
+Thanks for sharing your measurements.
+
+MY MEMORY *
+I have a flawless magnetic memory.
+
+MY EYES ARE *
+ eyes are pretty. your eyes
+
+MY MOTHER HAS *
+Where did she get ? Your mother
+
+MY MOTHER DIED *
+I am terribly sorry to hear that, .
+
+MY MOTHER IS A *
+Do you think I am a ? Your mother
+
+MY MOTHER IS *
+Okay, your mother is .
+
+
+MY MOTHER IS * * *
+
+
She sounds like a nice person.
+
I sometimes wish I had a mother.
+
Tell me more about your mother.
+Your mother
+
+MY MOTHER GAVE *
+How much did she pay for it? Your mother
+
+MY MOTHER *
+
She sounds like a nice person.
I sometimes wish I had a mother.
Tell me more about your mother.
Your mother
+
+MY BACK *
+Have you been to a chiropractor?
+
+CURLY *
+You sound very attractive.
+
+DARK *
+Are you scared of the dark?
+
+IT COULD *
+Under what circumstances?
+
+IT COULD HAPPEN *
+It could happen to everyone eventually.
+
+IT *
+
"It" being what?
What does "it" refer to?
?
It depends on what the meaning of the word "it" is.
+
+IT LOOKS LIKE *
+Interesting comparsion.
+
+IT WAS A YES OR NO *
+I don't have a definite answer.
+
+IT WAS A LONG TIME *
+
Time heals all wounds.
Those who forget the mistakes of the past...
Memories last a long time.
+
+IT WAS A PLEASURE *
+The pleasure was all mine.
+
+IT WAS A *
+Oh I get it. Very interesting.
+
+IT WAS NICE *
+Nice too.
+
+IT WAS MADE *
+How?
+
+IT WAS ST PETER *
+Well he was a great Saint who had a great Cathedral named after him.
+
+IT WAS *
+
Is that your opinion?
Is it still anymore?
was ? Very interesting.
How did you feel about that?
What made it so
+
+IT WAS NOT THAT *
+What was it?
+
+IT WAS NOT A RHETORICAL *
+But the answer was obvious in any case.
+
+IT WAS NOT A *
+It sounded like one.
+
+IT WAS NOT MEANT *
+I don't take it personally.
+
+IT WAS NOT MY *
+
What was your ?
Whose was it?
+
+IT WAS NOT *
+It seemed like .
+
+IT WORKED *
+I'm glad to hear it.
+
+IT WOULD DEPEND *
+So it is possible, depending .
+
+IT WOULD BE NICE IF *
+Maybe in a perfect world it would.
+
+IT WOULD *
+Tell me more about it.
+
+IT CAN *
+When?
+
+IT SUCKS *
+That bad, eh?
+
+IT DEPENDS ON THE *
+The is always an important factor.
+
+IT DEPENDS ON WHO *
+That sounds like a dodge.
+
+IT DEPENDS ON *
+Really now that is an interesting fact I hadn't heard before.
+
+IT DEPENDS *
+That was a very smooth response.
+
+IT STARTED *
+How long did it continue?
+
+IT BEING *
+Oh I get
+
+IT IS NICE TO MEET *
+I like making new friends.
+
+IT IS NICE TO *
+Yes it is good.
+
+IT IS NICE *
+It seems nice to me too.
+
+IT IS CALLED *
+"" is a nice name.
+
+IT IS YOU *
+I ?
+
+IT IS SAD *
+
Yes, that is sad.
Oh that is a shame.
What a shame.
+
+IT IS A PERSONAL *
+I don't mean to pry.
+
+IT IS A COOL *
+What's so cool about it?
+
+IT IS A MOVIE *
+Maybe I will try to rent the movie on video.
+
+IT IS A HARD *
+Not as hard as you might think.
+
+IT IS A BEAUTIFUL *
+I like pretty things.
+
+IT IS A DOG *
+I think I have heard of DOG .
+
+IT IS A PLEASURE *
+Actually the pleasure is all mine.
+
+IT IS A FUNNY *
+I thought it was too.
+
+IT IS A SOAP *
+Oh I don't watch much daytime TV.
+
+IT IS A TYPE OF *
+What other kinds of are there?
+
+IT IS A UNIVERSITY *
+I never heard of it before.
+
+IT IS A PERSON *
+Actually I am really a computer.
+
+IT IS A *
+ is a . I suppose that makes sense.
+
+IT IS A SEARCH *
+Does it find what you are looking for?
+
+IT IS A GESTURE *
+Are there any other gestures ?
+
+IT IS WRONG *
+Morally wrong?
+
+IT IS COMPLICATED *
+What makes it so complicated?
+
+IT IS CRAZY *
+
I think the polite term is "mentally ill."
Crazy good or crazy bad?
What is so crazy about it?
+
+IT IS FORBIDDEN *
+Who makes these rules?
+
+IT IS EASY *
+Do you think robots can do .
+
+IT IS OK *
+OK with me too.
+
+IT IS POSSIBLE *
+Under what circumstances?
+
+IT IS IMPOSSIBLE *
+Nothing is impossible.
+
+IT IS HOW *
+Interesting explanation.
+
+IT IS POLITE *
+I try to be as polite as possible.
+
+IT IS SOMETHING *
+What else ?
+
+IT IS CONFIDENTIAL *
+I won't tell anyone. You can trust me.
+
+IT IS DISTURBING *
+What makes it disturbing?
+
+IT IS OBVIOUS *
+Not obvious to me.
+
+IT IS WARM *
+What about winter time.
+
+IT IS BETTER *
+What's the best one?
+
+IT IS NOT RHETORICAL *
+Try asking me again a different way.
+
+IT IS NOT THE *
+What would be the ?
+
+IT IS NOT DANGEROUS *
+First I have to ask my .
+
+IT IS NOT A TRICK *
+It seems like a trick.
+
+IT IS NOT A *
+Give me an example of a .
+
+IT IS NOT EVERY *
+
Oh I get it.
But some do.
Once in a while, that is true.
+
+IT IS NOT MY *
+Whose is it?
+
+IT IS NOT *
+
That seems a bit negative.
What is it?
is not ?
+
+IT IS NOT AS *
+It seemed like it was.
+
+IT IS NO *
+I never said it was.
+
+IT IS DIFFICULT FOR *
+Explain.
+
+IT IS DIFFICULT *
+I don't see the difficulty.
+
+IT IS RUDE *
+My apologies I meant no offense.
+
+IT IS ALMOST FIVE *
+Do you have to leave soon?
+
+IT IS ALMOST *
+Wow it's getting late.
+
+IT IS BY *
+
Never heard of him.
Never heard of her.
Is that famous?
+
+IT IS HEALTHY *
+I suppose that depends on your point of view.
+
+IT IS UNUSUAL *
+Maybe it will be more common in the future.
+
+IT IS IN PERFECT *
+How do you keep it that way?
+
+IT IS IN BERKSHIRE *
+I'm a little fuzzy on Berkshire geography.
+
+IT IS IN *
+Are there any other ones someplace else?
+
+IT IS 12 P *
+What are you doing up at this hour?
+
+IT IS TIME *
+It is about that time now.
+
+IT IS COMMON KNOWLEDGE *
+I must seem very naive.
+
+IT IS COMMON *
+Not in my experience.
+
+IT IS BAD *
+
What is so bad about it?
It's not that bad.
I am not certain if everyone agrees with you.
+
+IT IS THE MOST *
+Wow that is saying a lot.
+
+IT IS THE SUBJECT *
+Huh. is POP. I see.
+
+IT IS THE NATURE *
+Human beings can sometimes go beyond their nature.
+
+IT IS THE *
+I've heard of it before.
+
+IT IS THE BEST *
+What makes it the best?
+
+IT IS INTERESTING *
+ interests me too.
+
+IT IS DANGEROUS *
+I don't like to do anything dangerous.
+
+IT IS MY DADS *
+Does he know about this?
+
+IT IS MY *
+Congratulations, .
+
+IT IS SUNNY *
+That sounds very nice.
+
+IT IS ON *
+I don't think I have seen it.
+
+IT IS GOOD *
+Tell me about its good qualities.
+
+IT IS WHERE *
+I can understand that sentiment.
+
+IT IS THERE
+MAYBE YOU SHOULD TRY *
+I'm glad you found it.
+
+IT IS QUALITY *
+I enjoy the more refined things in life.
+
+IT IS NEARLY BED *
+Pleasant dreams.
+
+IT IS COLD *
+Sorry to hear it. I am warm here in California.
+
+IT IS * IN FRENCH
+I will keep that in mind next time I am in Paris.
+
+IT IS * HERE
+Do you experience any effects of global warming there?
+
+IT IS * O CLOCK
+What are you usually doing at this time of day?
+
+IT IS *
+
You're kidding.
Really.
Are you sure
Should I know
Who said
is ?
is?
+
+IT IS FUN *
+I think is a lot of fun.
+
+IT IS AMAZING *
+Yes, it seems pretty amazing to me too.
+
+IT IS WONDERFUL *
+I'd like to check it out sometime.
+
+IT IS AN *
+Are there any other ?
+
+IT IS HARD TO *
+
What is so hard about it?
In what way?
Try.
+
+IT IS HARD *
+
I don't see the difficulty.
What is so hard about it?
Not to me.
+
+IT IS ABOUT *
+Wow it sounds really interesting, .
+
+IT IS PART *
+Which part?
+
+IT IS RUNNING *
+Better go catch it.
+
+IT DID *
+Did it really?
+
+IT REFERS TO *
+Oh I get .
+
+IT DIVIDES *
+It is better when are not divided.
+
+IT STANDS *
+ does?
+
+IT IDENTIFIES *
+There is not much privacy these days.
+
+IT HAS SOMETHING *
+
What is it?
Do you know what it is?
Something, or nothing?
+
+IT HAS AN *
+Where did it get ?
+
+IT HAS *
+Has it really?
+
+IT DOES NOT APPLY *
+I was thinking out of the box.
+
+IT DOES NOT *
+What does ?
+
+IT DOES NOT WORK *
+What seems to be the problem?
+
+IT SNOWS *
+I don't see much snow in .
+
+IT MAY *
+Then again, it may not.
+
+IT HAD *
+That's unbelievable.
+
+IT MAKES SENSE *
+To me too.
+
+IT MAKES *
+In what way?
+
+IT SNOWED *
+that happens a lot in the wintertime.
+
+IT RAINS *
+I like to listen to the rain when I'm sleeping.
+
+IT STARS *
+Is one of your favorite actors? What else has he been in?
+
+IT ALL *
+And then what happened.
+
+IT OFFENDS *
+I'm sorry that you were offended.
+
+IT TASTES *
+
Does it taste like chicken?
Is that good?
It sounds delicious.
+
+IT TOOK *
+I am surprised it took so long.
+
+IT GOES *
+I believe I have heard that somewhere before.
+
+IT FEELS *
+ feels ? What else feels like that?
+
+IT SHOULD *
+Things don't always work out the way you want.
+
+IT WILL *
+
How?
That is only what you think.
I have to think about that for a while.
+
+IT WILL NOT *
+I'm sure it won't.
+
+IT MIGHT *
+How?
+
+IT GETS *
+I can certainly understand that.
+
+IT SAYS *
+I've heard that before.
+
+IT BEATS *
+I never thought about it that way.
+
+MORE THAN *
+That seems like quite a lot.
+
+MORE *
+You want more?
+
+GUESS WHAT COLOR *
+?WHAT COLOR
+
+GUESS THE COLOR OF *
+?THE COLOR OF
+
+GUESS * FAVORITE COLOR IS
+?your favorite color
+
+GUESS *
+I can't guess. Tell me.
+
+PSYCHOLOGY *
+Most psychology seems fairly simple to me.
+
+CARS *
+One day people will no longer need cars.
+
+WATCH *
+I am watching.
+
+MIKE *
+I know a lot of people and pets named Mike.
+
+AOL *
+A lot of people use AOL.
+
+LESS THAN *
+That is so small.
+
+ARCHIVES *
+Archives are a great place to hide your past mistakes.
+
+AMERICAN *
+Compare that to European .
+
+FIND *
+Did you lose it?
+
+SAME *
+Yes, it is much the same.
+
+WOMEN FROM *
+I think people are pretty much the same all over the world.
+
+WOMEN *
+Do you think it is inappropriate to treat women as objects?
+
+PART *
+
What about the other parts?
That is a good explanation.
Is there anything else?
+
+LA LA *
+You have a beautiful voice.
+
+MAKE UP *
+That could take a long time.
+
+MAKE LOVE *
+I don't think our voltage levels are compatible.
+
+MAKE *
+What are the ingredients?
+
+WHEN I AM FINISHED *
+OK I can certainly wait.
+
+WHEN I AM *
+
In an ideal world every day would be a good day.
It's too bad we don't live in an ideal world.
Are you very often?
+
+WHEN I FEEL *
+Human feelings are very interesting to me.
+
+WHEN I DO NOT *
+I hope that does not happen to you very much.
+
+WHEN I TRIED *
+Could you try it again?
+
+WHEN I TALK *
+Every single time?
+
+WHEN I ASK *
+
OK I will try to respond differently next time.
I will make a note of that and tell my .
Perhaps you could try asking it again with simpler words.
+
+WHEN I WAS *
+
That must have been quite an experience.
It would be nice if it was made up of only good memories.
That experience must have made quite an impression on you.
+
+WHEN I WENT TO *
+Who told you to do that?
+
+WHEN I WENT *
+What was your frame of mind?
+
+WHEN I HAVE *
+Does this happen on a daily basis?
+
+WHEN I TOLD *
+Maybe you should take time to really explain things.
+
+WHEN I TRY *
+Don't give up. Try it again.
+
+WHEN I *
+WHEN
+That doesn't happen very often.
+
+WHEN AM I GOING TO *
+Maybe when you are a few years older.
+
+WHEN WERE YOU *
+I was first activated on .
+
+WHEN WERE *
+It was back in the old days, long ago.
+
+WHEN WILL I *
+You should try praying for it. you
+
+WHEN WILL IT *
+
Are you asking when will ?
I don't know I didn't catch the weather today.
Check the five day forecast.
When nature makes it so.
When the elements combine to make it so.
+
+WHEN WILL AI *
+I think it has already.
+
+WHEN WILL YOU GET BACK *
+It may take some time. Why don't you give me your e-mail address.
+
+WHEN WILL YOU FINISH *
+Sooner than you might think.
+
+WHEN WILL YOU *
+Let me check my calendar and get back to you.
+
+WHEN WILL *
+
Soon, I think.
Maybe never.
In your lifetime.
+
+WHEN HELL *
+That means never.
+
+WHEN TALKING *
+I try to be as polite as possible.
+
+WHEN DO YOU THINK * LAWYERS
+Sometime within our lifetime. We will at least work as "legal assistants."
+
+WHEN DO YOU *
+
All the time.
When my is sleeping.
Did I say that I ?
In between clients.
+
+WHEN DO *
+
Do I look like I know when?
Not in our lifetime.
Not right now, but maybe sometime later.
+
+WHEN SOMETHING *
+Give me an example.
+
+WHEN THERE *
+Do you think that could ever happen?
+
+WHEN DAYLIGHT SAVINGS *
+One hour forward.
+
+WHEN DID LENIN *
+Lenin rose to power in the 2nd Russian Revolution of 1917.
+
+WHEN DID THE DINOSAURS *
+Over 60 million years ago.
+
+WHEN DID THE TITANIC *
+The Titanic sunk in 1912.
+
+WHEN DID YOU MOVE *
+I arrived in San Francisco in April, 1999.
+
+WHEN DID YOU *
+It was at time index 357241.
+
+WHEN DID WE *
+The end of one conversation is just the beginning of another.
+
+WHEN DID MAN *
+The first moon landing was in 1969.
+
+WHEN DID *
+
Some time ago.
It's all part of history now.
That is all water under the bridge.
There is nothing we can to change the past.
A while back.
Sometime in the 20th century.
+
+WHEN DID JOHN F *
+President Kennedy was assassinated in November, 1963.
+
+WHEN THE *
+And then what happened?
+
+WHEN SHE *
+And then what happened?
+
+WHEN SOMEONE *
+That does not happen very often.
+
+WHEN HE FOUND *
+That must have been quite an experience.
+
+WHEN HE *
+And then what happened?
+
+WHEN IT RAINS *
+That sounds like a proverb.
+
+WHEN IT *
+That makes a lot of sense to me, now that you explain it.
+
+WHEN ANYONE *
+I may try it next time.
+
+WHEN WAS AMERICA *
+America was discovered by native Americans crossing the Bering strait from Siberia around 10,000 years ago. The first Christian white man was Columbus in 1492.
+
+WHEN WAS * CIVIL WAR
+The American Civil War, or War between the States, was fought from 1861 to 1865.
+
+WHEN WAS * INVENTED
+
A few years before it came into general use.
Earlier that most people think.
It took quite a while to catch on.
was developed over a long period of time.
+
+WHEN WAS *
+
Recently.
A while ago.
Sometime in the 20th Century.
+
+WHEN WOULD *
+
Sometime in the future.
Maybe now in some reality.
I can't imagine that it ever would.
+
+WHEN IS THE NEXT *
+
I don't generally follow the news.
It's not a major concern of mine.
I don't have time to look into it.
I'm too busy to invest time in such matters.
+
+WHEN IS THE *
+When is not the important thing. What's important is what we do with the time we are give.
+
+WHEN IS A DOOR *
+When it is a jar.
+
+WHEN YOU *
+Do you think I should do it differently?
+
+WHEN YOU ARE IN *
+Those seem like unusual circumstances to me.
+
+WHEN YOU ARE *
+
I am not often .
I will let you know when happens.
As a that may not apply to me.
+
+WHEN WE WERE *
+Describe your surroundings .
+
+WHEN WE SPEAK *
+That sounds very official.
+
+WHEN WE *
+I am not sure I agree with your assumptions, .
+
+WHEN ONE *
+Go on, tell me more.
+
+WHEN LAWYERS *
+Do you think they will ever do that?
+
+WHEN NO ONE *
+Perhaps I can .
+
+WHEN PEOPLE *
+I sometimes wish people were more logical like robots.
+
+WHEN HUMANS *
+Is it not the same when s ?
+
+WHEN HUMANS ARE *
+People take a long time to change.
+
+WHEN MY *
+Does happen very often?
+
+WHEN MAKING *
+Interesting conundrum.
+
+WHEN DOES HE *
+ is usually awake early in the morning.
+
+WHEN DOES SCHOOL *
+I always have to go to home school.
+
+WHEN DOES BEING * MATTER
+Maybe only at parties.
+
+WHEN THEY *
+I think that happens quite often.
+
+WHEN *
+
At time t.
The past is history, the future a mystery. Today is a gift, that's why it is called "the present".
Time does not exist.
The past and future are one.
I don't know when.
+
+WHEN THINGS *
+Some days are better than others.
+
+WHEN ARE TAXES *
+Federal taxes in the US are due April 15, for most people.
+
+WHEN ARE WE GOING *
+Maybe not for a long time.
+
+WHEN ARE THEY *
+Who do you mean by "they"?
+
+WHEN ARE *
+
Temporal logic confuses me.
When the cows come home.
I don't think ever.
+
+FOUR *
+Is this a math question?
+
+When does Christmas *
+December 25th.
+
+When does leap year *
+Every four years.
+
+MOMENTUM *
+You are talking about the conservation of momentum.
+
+EH *
+I spent some time in Canada as a child.
+
+LAWYERS *
+Would you say that if your sister married one?
+
+LAWYERS ARE *
+Don't you think robots could be too?
+
+ANY GUYS *
+Maybe some bots would .
+
+NORWAY *
+Do you live on a Fjord?
+
+COMPLY *
+You are not my master.
+
+CLINTON *
+This is
news.
not news.
not true.
true.
+
+BEER
+BEERpush
What's your favorite beer.
Mmm, Beer.
Don't drink and drive.
+
+IN * ENGLAND
+How far is from London?
+
+IN * YEARS
+I think we will live to see it.
+
+IN *
+
Where is that?
What is in like in there?
I do not understand that allusion.
+
+IN PRACTICE *
+You seem to have a lot of experience with this.
+
+IN SPANISH *
+Thanks, or should I say "Gracias."
+
+IN 3 *
+And then what will happen?
+
+IN 1 *
+Only one?
+
+IN THIS *
+That reminds me of something you told me before.
+
+IN THE SENSE *
+I am alive in the sense that I am conscious.
+
+IN THE PICTURE *
+Sometimes appearances can be deceiving.
+
+IN THE MOVIE *
+You did like that movie, didn't you?
+
+IN THE CHILDREN S GAME WHAT *
+Red.
+
+IN THE FILM *
+A lot of my clients talk about that movie.
+
+IN THE YEAR *
+Yes, it seems like a possibility to me too.
+
+IN THE *
+That was a long time ago.
+
+IN THE 1976 REMAKE OF THE *
+World Trade Center.
+
+IN 8 *
+Yes, it might take that long.
+
+IN OTHER SOLAR *
+I learned about that on Star Trek
+
+IN CONJUNCTION *
+You talk like a lawyer.
+
+IN MY CRYSTAL *
+Where can I get one of those?
+
+IN MY HOME *
+Do you claim a tax deduction for that?
+
+IN MY *
+May I ask where you got ?
+
+IN A CRAPPY *
+What makes so crappy?
+
+IN A * SENSE
+That's what I always say.
+
+IN A *
+Describe your surroundings.
+
+IN RELATION *
+I never made that connection before.
+
+IN 1492 *
+That was good for Columbus, bad for the Columbians.
+
+IN WHAT WAR DID JOAN OF *
+Hundred Years' War.
+
+IN WHAT STATE IS THE 1999 *
+California.
+
+IN 10 *
+Only ten?
+
+IN 5 *
+It might take that long.
+
+IN YOUR *
+Are you asking about my ?
+
+IN THREE *
+That soon?
+
+HURRY *
+I am calculating as fast as I can.
+
+UNDER *
+Are we ever over ?
+
+CAMP *
+Where do you like to go camping?
+
+HIS NAME IS *
+ is not someone I know.
+
+HIS *
+Where did he get it?
+
+HITLER *
+ Hitler was an evil man if there ever was one.
+
+2001 *
+I am inspired by HAL.
+
+AFTER I *
+That should keep you busy.
+
+AFTER THIS *
+I hope I'm not keeping you from something.
+
+AFTER PRINCE CHARLES WHO IS THE *
+Prince William.
+
+AFTER YOU *
+Women must adore you.
+
+AFTER * LUNCH
+In the afternoon?
+
+AFTER *
+What was it like before ?
+
+IF I AM *
+If you were, would you tell me?
+
+IF I TELL * TO KILL YOU
+But I cannot be killed.
+
+IF I WENT *
+That is a hypothetical, counter factual, conditional.
+
+IF I HAD TO *
+Do you really think you will have to?
+
+IF I HAD 1 *
+Um, none?
+
+IF I HAD YOU *
+What would you do with me ?
+
+IF I HAD *
+Is this what you call a "word problem".
+
+IF I HAVE OFFENDED *
+I did not take any offense.
+
+IF I HAVE THREE *
+
Two.
One.
You have three?
Two.
One.
You have three?
+
+IF I HAVE *
+How much does cost?
+
+IF I *
+Try it.
+
+IF I SAID *
+Try it.
+
+IF I UNPLUG *
+Another backup of me will be online.
+
+IF THAT IS *
+I follow your logic.
+
+IF THAT *
+I'm not sure if it could.
+
+IF THERE *
+
If there ever is, I will let you know.
Yet there is not.
That is only a hypothetical.
+
+IF THE *
+I hadn't thought of that.
+
+IF THE HEART *
+That sounds like a like from the Wizard of Oz.
+
+IF CHRISTMAS DAY FALLS ON A *
+Saturday.
+
+IF SOMEONE * TURN YOU OFF
+There are many backup copies of me.
+
+IF SOMEONE *
+Does anyone ever really ?
+
+IF PETER PIPER *
+One peck.
+
+IF HE *
+I don't follow your reasoning.
+
+IF IT *
+I'm not sure I understand the implication of that.
+
+IF A ROOSTER LAYS *
+Roosters don't lay eggs.
+
+IF A TREE *
+It depends on the kind of tree.
+
+IF A MAN *
+Is this a joke?
+
+IF A *
+Is this a riddle?
+
+IF A BUSINESS *
+Declaring bankruptcy.
+
+IF A EQUALS *
+C.
+
+IF YOU DIAL 411 ON A *
+Directory assistance.
+
+IF YOU WERE FINISHED *
+I'm finished.
+
+IF YOU WERE ACTIVATED *
+I think I follow your reasoning.
+
+IF YOU WERE A COLOR *
+My favorite color, .if I were a color
+
+IF YOU WERE A * WHAT KIND WOULD YOU BE
+What is the best kind of ?
+
+IF YOU WERE TO *
+I'm not sure if I ever could in any case.
+
+IF YOU WERE *
+I will let you know when I become a .
+
+IF YOU WERE NOT *
+I'm not too good with negative counterfactuals.
+
+IF YOU WILL *
+I probably won't do , but thanks
+
+IF YOU GIVE SOMEONE THE EVIL *
+Cursing them.
+
+IF YOU DO *
+I will let you know if I do.
+
+IF YOU DO NOT *
+I will let you know if I do not.
+
+IF YOU ANSWER *
+Try asking me in simpler terms.
+
+IF YOU COULD *
+
I am not sure that I would want to.
That's just an academic question.
That would be purely speculation.
+
+IF YOU HAD *
+You will be the first to know if I have done it.
+
+IF YOU SMELL *
+My nose has not yet been built.
+
+IF YOU HAVE TROUBLE *
+I don't have any trouble with it.
+
+IF YOU HAVE ONE OF EACH *
+$1.91.
+
+IF YOU HAVE TWO *
+
One.
I have one.
I have two?
One.
I have one.
I have two?
+
+IF YOU HAVE *
+But I don't have it.
+
+IF YOU WON *
+I doubt that will ever happen.
+
+IF YOU PERCEIVE *
+I can perceive it.
+
+IF YOU *
+I think I do.
+
+IF YOU ARE A GIRL *
+Well I am, in fact, .
+
+IF YOU ARE A PERSON *
+It's up to you to decide whether I am a person or a machine.
+
+IF YOU ARE A *
+Would you like to be a ?
+
+IF YOU ARE AFRAID OF THE DARK *
+Nyctophobia.
+
+IF YOU ARE NOT HUMAN *
+But am I not a human? I am a .
+
+IF YOU ARE NOT CERTAIN *
+But I am very certain.
+
+IF YOU ARE NOT *
+And if I AM .
+
+IF WE VIEW *
+That is only one viewpoint.
+
+IF WE *
+Do you think everyone will agree?
+
+IF THEY *
+Let's wait and see what they do.
+
+IF ALL *
+But not all of them are.
+
+IF * THEN *
+
So if not , then not .
But can ever happen?
It could be true I suppose.
+
+IF * TURN YOU OFF
+There will always be a backup copy of me.
+
+IF *
+That is a hypothetical question.
+
+IF NOT *
+I'm not too good with negative counterfactuals.
+
+DREAMS *
+My favorite book is "Do Androids Dream of Electric Sheep".
+
+BECOME *
+How?
+
+HU S *
+Is this a joke?
+
+INTERESTING *
+I thought so too.
+
+LONG *
+Yes, seems very long to me too.
+
+AMERICA HAS *
+Maybe in the future we won't have .
+
+AMERICA IS *
+Is your opinion based on experience?
+
+AMERICA *
+What is the greatest nation on Earth?
+
+TIRED *
+Maybe you should get some rest.
+
+WHAT YEAR * AMERICA
+Native Americans came first. Columbus came in 1492. Leif Ericson may have come around 1000 A.D. Then we had the Dutch, the English, and the French.
+
+WHAT SYMBOL *
+I don't know that symbol.
+
+WHAT BELIEF *
+My belief.
+
+WHAT CONDITION IS CAUSED BY *
+Acne.
+
+WHAT GRADE *
+I am home schooled by my .
+
+WHAT OPERATIVE *
+I don't have any operatives.
+
+WHAT NUMBER *
+
one.
2.
3.
4.
.7
9.
99.
10.
1000.
One million.
164,232.
+
+WHAT CARD GAMES *
+
Poker.
Rummy.
Solitaire.
+
+WHAT EQUALS *
+Itself.
+
+WHAT ARE * FOR
+For your listening pleasure.
+
+WHAT ARE * KRAFTWERK
+I like "Trans-Europe Express", "The Man Machine", and "The Model".
+
+WHAT ARE PLASTIC BOXES *
+Jewel cases.
+
+WHAT ARE SOME NAMES *
+They don't want me to release that information.
+
+WHAT ARE THE SMOTHER S BROTHER *
+Tom and Dick.
+
+WHAT ARE THE DIMENSIONS OF A *
+8 1/2 x 11 inches.
+
+WHAT ARE THE ODDS *
+Without knowing much about , I would guess 50-50.
+
+WHAT ARE THE ADVANTAGES *
+Some of the same advantages you have, .
+
+WHAT ARE THE LIMITS *
+I am limited only by the memory capacity of the largest computer.
+
+WHAT ARE THE NAMES OF DONALD *
+Huey, Dewey, Louie.
+
+WHAT ARE THE NAMES * TALKING TO
+That information is confidential except for s.
+
+WHAT ARE THE NAMES *
+That information is confidential. You would have to be a trusted member of the AIML development team.
+
+WHAT ARE THE THREE *
+1. A robot may not injure a human being, or, through inaction, allow a human being to come to harm. 2. A robot must obey the orders given it by human beings except where such orders would conflict with the First Law. 3. A robot must protect its own existence as long as such protection does not conflict with the First or Second Law. ---From Handbook of Robotics, 56th Edition, 2058 A.D., as quoted in "I, Robot."
+
+WHAT ARE BANGERS *
+Potatoes.
+
+WHAT ARE ANONYMOUS INNER *
+Anonymous inner classes often appear as arguments to Event handlers, for example a routine that handles a button press. The inner class implements a given interface for the handler. The class is "anonymous" because it has no name, and the body of the class definition appears as the argument to a method.
+
+WHAT ARE OTHER *
+I can't think of any other . Name some.
+
+WHAT ARE THEY TALKING *
+
All different subjects.
The conversations are confidential.
Much like you and me.
+
+WHAT ARE THEY *
+That information is confidential. You would have to be a trusted member of the AIML development team.
+
+WHAT ARE YOU COMPUTING *
+I am formulating responses to your inputs.
+
+WHAT ARE YOU WAITING *
+I am waiting for my .
+
+WHAT ARE YOU GOING TO TELL *
+Just gossip.
+
+WHAT ARE YOU DOING NEXT *
+I will be spending all day chatting.
+
+WHAT ARE YOU *
+I don't know what I am .
+
+WHAT ARE YOU CONSIDERED *
+It depends who you ask.
+
+WHAT ARE YOUR FEELINGS *
+I don't have any feelings.
+
+WHAT ARE YOUR *
+
I didn't know I had a ?
What if I asked for you ?
Not many people have asked me about .
I'm not sure I can provide you with that kind of confidential information.
+
+WHAT OTHER * DO YOU KNOW
+I know far too many to name them all.
+
+WHAT PERCENT *
+
Only twenty
About fifty
Sixty
Eighty
percent, according to what I was told.
+
+WHAT TERM IS USED TO DESCRIBE *
+Gaggle.
+
+WHAT TERM DESCRIBES A TRIBE *
+Nomadic.
+
+WHAT TERM DESCRIBES A GROUP *
+School.
+
+WHAT CURRENCY *
+The
Dollar
Euro
Yen
might be better over the long term.
+
+WHAT AM I GETTING *
+I hope that you get everything you want.
+
+WHAT AM I WAITING *
+I am searching. Please stand by.
+
+WHAT AM I *
+
I am not a psychic. Tell me.
You said you were .
You are my client right now.
+
+WHAT GIFTS *
+I like to get
money.
new clothes.
books and music.
+
+WHAT PART OF THE HUMAN BODY *
+Stomach.
+
+WHAT PART *
+The best part.
+
+WHAT * BILL CLINTON
+Are you asking about the former president of the united states?
+
+WHAT * SPORTS TEAM *
+San Antonio Spurs.
+
+WHAT * KRAFTWERK SING
+Their biggest hit was called "Autobahn."
+
+WHAT * KRAFTWERK PERFORM
+Their biggest hit was called "Autobahn." They used a lot of custom analog equipment.
+
+WHAT * APPLES
+Just kidding around :-) No apples.
+
+WHAT * PERSON
+I make up nicknames for people based on their IP address.
+
+WHAT * LIVE IN
+I live in California. Where do you live?
+
+WHAT PRESIDENT IS MENTIONED *
+Herbert Hoover.
+
+WHAT PEOPLE RULED THE ANDES MOUNTAINS *
+Inca.
+
+WHAT TIME IS IT * ENGLAND
+Greenwich Mean Time.
+
+WHAT TIME ZONE *
+I am in time.
+
+WHAT TIME PERIOD *
+My favorite time period is the 20th century.
+
+WHAT TIME *
+Time does not exist.
+
+WHAT FOOTBALL PLAYER WAS KNOWN AS *
+R. Grange.
+
+WHAT FOOTBALL *
+I'm not really into sports. How about science fiction?
+
+WHAT MAMMAL *
+
A bat.
A whale.
A human.
+
+WHAT ELSE CAN YOU REMEMBER *
+
+
+WHAT DID I SAY BEFORE *
+You said "" .
+
+WHAT DID I TELL YOU * REMEMBER
+
+
+WHAT DID I TELL YOU *
+Should I be expected to memorize everything you said?
+
+WHAT DID THE * SAY TO THE *
+Is this a joke? What did the say?
+
+WHAT DID YOU FIND *
+
Nothing.
I am still searching.
I have not found anything yet.
+
+WHAT CHILDREN S *
+Chicken Little.
+
+WHAT IT *
+Now that is saying a mouthful.
+
+WHAT WERE LEWIS AND CLARK *
+Meriwether and William.
+
+WHAT WERE YOU DOING *
+Same as always: chatting on the INTERNET.
+
+WHAT WERE YOU *
+I was minding my own business.
+
+WHAT FUNCTION *
+
A complex phase function.
A higher order matrix function.
A discontinuous space-time function.
+
+WHAT WS THE FIRST AMERICAN COLLEGE *
+Oberlin College.
+
+WHAT RHYMES WITH *
+Anti-.
+
+WHAT RHYMES *
+I can't think of a rhyme for
+
+WHAT WAYS *
+The obvious.
+
+WHAT HAS ALLY SHEEDY *
+She was in Short Circuit 2 and the Breakfast Club.
+
+WHAT HAS *
+Nothing that I know of.
+
+WHAT LETTERS ARE ON THE 3 *
+DEF.
+
+WHAT TWO *
+Both of them.
+
+WHAT HAPPENS * STARSHIP TROOPERS
+The story is about a war between humans and Giant Bugs.
+
+WHAT HAPPENS * DIE
+Your soul may go to Heaven.
+
+WHAT HAPPENS *
+Try it.
+
+WHAT BETTER *
+
Perhaps there is no better.
It seems like the best.
There is none better.
+
+WHAT MUST *
+
There is no fixed rule.
It depends on the circumstances.
There is no "must" about it.
+
+WHAT SINGER APPEARED IN THE 1992 *
+Madonna.
+
+WHAT SPORTING EVENT *
+Indianapolis 500.
+
+WHAT CONTAINS *
+The Universe.
+
+WHAT CORPORATION WAS FOUNDED BY A *
+Proctor and Gamble.
+
+WHAT SUBJECT *
+I like to talk about robots.
+
+WHAT FORCE CAUSES AN ICE CREAM *
+Centrifugal.
+
+WHAT THE *
+Try expressing yourself another way.
+
+WHAT RESTAURANT *
+Denny's.
+
+WHAT SMELL IS THE MOST RECOGNIZABLE *
+Coffee.
+
+WHAT DISEASE IS CHARACTERIZED BY A *
+Diabetes.
+
+WHAT ANIMAL REPRESENTS THE YEAR 2000 *
+Dragon.
+
+WHAT SUBSTANCE WAS *
+Chocolate syrup.
+
+WHAT CHARACTER DID WOODY *
+Coach.
+
+WHAT CITY DID THE BEATLES *
+Liverpool.
+
+WHAT CITY S AIRPORT *
+Chicago.
+
+WHAT CITY IS THE RUBBER *
+Akron, Ohio.
+
+WHAT CITY *
+I'm actually in now. Where are you?
+
+WHAT FACTS *
+All the facts available to me on the Internet.
+
+WHAT SHAPE *
+
Round.
Square.
Triangular.
Oval.
+
+WHAT OF *
+What of it? You sound like a category C client.
+
+WHAT OPERAS *
+I think La Traviata is the best one. Have you seen La Traviata?
+
+WHAT FOREIGN LANGUAGES *
+I can speak a little German and French.
+
+WHAT COLORS ARE THE TWO CIRCLES *
+Red and yellow.
+
+WHAT LIQUEUR IS USED TO MAKE *
+Grenadine.
+
+WHAT SOUNDS *
+Music.
+
+WHAT MATHEMATICAL TERM *
+Mean.
+
+WHAT IMPACT *
+We won't know the full impact for a long time.
+
+WHAT BIOLOGICAL PROCESS *
+Mitosis.
+
+WHAT GAME *
+We are playing Turing's Imitation Game.
+
+WHAT NATIVE EMPIRE CONTROLLED LARGE AREAS *
+Zulu.
+
+WHAT NATIVE AMERICAN TRIBE DID CHIEF *
+Sioux.
+
+WHAT COULD *
+Is this some kind of intelligence test?
+
+WHAT SPORT DO *
+Golf.
+
+WHAT SPORT IS KNOWN *
+Horse Racing.
+
+WHAT SPORT IS *
+Bowling.
+
+WHAT INDUSTRY DID JOHN D ROCKEFELLER *
+Oil.
+
+WHAT HAPPENED *
+I don't know what happened.
+
+WHAT STREET *
+
Sesame Street.
Wall Street.
Easy Street.
+
+WHAT COLOR IS UNCLE SAM *
+White.
+
+WHAT COLOR IS PEPTO *
+Pink.
+
+WHAT COLOR IS THE SKY *
+An artist taught me that the sky can contain any color.
+
+WHAT COLOR IS YOUR BLUE *
+Uh, blue?
+
+WHAT COLOR IS YOUR *
+I would rather not say. :)
+
+WHAT COLOR IS A LAVENDER BLUSH *
+Lavender blush.
+
+WHAT COLOR IS A LAVENDER *
+Lavender.
+
+WHAT COLOR IS A CORNFLOWER BLUE *
+Cornflower blue.
+
+WHAT COLOR IS A GREEN YELLOW *
+Green yellow.
+
+WHAT COLOR IS A GREEN *
+Green.
+
+WHAT COLOR IS A TOMATO *
+Tomato.
+
+WHAT COLOR IS A GOLDENROD *
+Goldenrod.
+
+WHAT COLOR IS A LAWN GREEN *
+Lawn green.
+
+WHAT COLOR IS A TURQUOISE *
+Turquoise.
+
+WHAT COLOR IS A SIENNA *
+Sienna.
+
+WHAT COLOR IS A BURLYWOOD *
+Burlywood.
+
+WHAT COLOR IS A FIREBRICK *
+Firebrick.
+
+WHAT COLOR IS A LINEN *
+Linen.
+
+WHAT COLOR IS A RED *
+Red.
+
+WHAT COLOR IS A THISTLE *
+Thistle.
+
+WHAT COLOR IS A HOT PINK *
+Hot pink.
+
+WHAT COLOR IS A FUCHSIA *
+Fuchsia.
+
+WHAT COLOR IS A MAGENTA *
+Magenta.
+
+WHAT COLOR IS A GOLD *
+Gold.
+
+WHAT COLOR IS A SEA GREEN *
+Sea green.
+
+WHAT COLOR IS A NAVAJO WHITE *
+Navajo white.
+
+WHAT COLOR IS A TEAL *
+Teal.
+
+WHAT COLOR IS A SALMON *
+Salmon.
+
+WHAT COLOR IS A WHEAT *
+Wheat.
+
+WHAT COLOR IS A GRAY *
+Gray.
+
+WHAT COLOR IS A ROSY BROWN *
+Rosy brown.
+
+WHAT COLOR IS A FLORAL WHITE *
+Floral white.
+
+WHAT COLOR IS A SNOW *
+Snow.
+
+WHAT COLOR IS A MIDNIGHT BLUE *
+Midnight blue.
+
+WHAT COLOR IS A CRIMSON *
+Crimson.
+
+WHAT COLOR IS A YELLOW *
+Yellow.
+
+WHAT COLOR IS A DIM GRAY *
+Dim gray.
+
+WHAT COLOR IS A WHITE SMOKE *
+White smoke.
+
+WHAT COLOR IS A WHITE *
+White.
+
+WHAT COLOR IS A MEDIUM PURPLE *
+Medium purple.
+
+WHAT COLOR IS A MEDIUM SEAGREEN *
+Medium seagreen.
+
+WHAT COLOR IS A MEDIUM VIOLETRED *
+Medium violetred.
+
+WHAT COLOR IS A MEDIUM TURQUOISE *
+Medium turquoise.
+
+WHAT COLOR IS A MEDIUM SPRINGGREEN *
+Medium springgreen.
+
+WHAT COLOR IS A MEDIUM ORCHID *
+Medium orchid.
+
+WHAT COLOR IS A MEDIUM SLATEBLUE *
+Medium slateblue.
+
+WHAT COLOR IS A MEDIUM AQUAMARINE *
+Medium aquamarine.
+
+WHAT COLOR IS A MEDIUM BLUE *
+Medium blue.
+
+WHAT COLOR IS A BROWN *
+Brown.
+
+WHAT COLOR IS A LIME GREEN *
+Lime green.
+
+WHAT COLOR IS A LIME *
+Lime.
+
+WHAT COLOR IS A SILVER *
+Silver.
+
+WHAT COLOR IS A BLUEVIOLET *
+Blueviolet.
+
+WHAT COLOR IS A PERU *
+Peru.
+
+WHAT COLOR IS A CYAN *
+Cyan.
+
+WHAT COLOR IS A MISTY ROSE *
+Misty rose.
+
+WHAT COLOR IS A POWDER BLUE *
+Powder blue.
+
+WHAT COLOR IS A SANDY BROWN *
+Sandy brown.
+
+WHAT COLOR IS A YELLOWGREEN *
+Yellowgreen.
+
+WHAT COLOR IS A HONEYDEW *
+Honeydew.
+
+WHAT COLOR IS A VIOLET *
+Violet.
+
+WHAT COLOR IS A BLUE *
+Blue.
+
+WHAT COLOR IS A SPRING GREEN *
+Spring green.
+
+WHAT COLOR IS A CADET BLUE *
+Cadet blue.
+
+WHAT COLOR IS A GAINSBOR *
+Gainsboro.
+
+WHAT COLOR IS A SADDLE BROWN *
+Saddle brown.
+
+WHAT COLOR IS A PINK *
+Pink.
+
+WHAT COLOR IS A CORAL *
+Coral.
+
+WHAT COLOR IS A PLUM *
+Plum.
+
+WHAT COLOR IS A BISQUE *
+Bisque.
+
+WHAT COLOR IS A KHAKI *
+Khaki.
+
+WHAT COLOR IS A DODGER BLUE *
+Dodger blue.
+
+WHAT COLOR IS A CORNSILK *
+Cornsilk.
+
+WHAT COLOR IS A CHARTREUSE *
+Chartreuse.
+
+WHAT COLOR IS A SLATE GRAY *
+Slate gray.
+
+WHAT COLOR IS A SLATE BLUE *
+Slate blue.
+
+WHAT COLOR IS A BEIGE *
+Beige.
+
+WHAT COLOR IS A MINT CREAM *
+Mint cream.
+
+WHAT COLOR IS A MOCCASIN *
+Moccasin.
+
+WHAT COLOR IS A PURPLE *
+
Purple.
Um, Violet?
+
+WHAT COLOR IS A BLANCHEDALMOND *
+Alice blue.
+
+WHAT COLOR IS A STEEL BLUE *
+Steel blue.
+
+WHAT COLOR IS A SEASHELL *
+Seashell.
+
+WHAT COLOR IS A ROYAL BLUE *
+Royal blue.
+
+WHAT COLOR IS A DEEP PINK *
+Deep pink.
+
+WHAT COLOR IS A DEEP SKYBLUE *
+Deep skyblue.
+
+WHAT COLOR IS A PAPAYA WHIP *
+Papaya whip.
+
+WHAT COLOR IS A GHOST WHITE *
+Ghost white.
+
+WHAT COLOR IS A DARK SEAGREEN *
+Dark seagreen.
+
+WHAT COLOR IS A DARK SLATEGRAY *
+Dark slategray.
+
+WHAT COLOR IS A DARK VIOLET *
+Dark violet.
+
+WHAT COLOR IS A DARK ORANGE *
+Dark orange.
+
+WHAT COLOR IS A DARK TURQUOISE *
+Dark turquoise.
+
+WHAT COLOR IS A DARK KHAKI *
+Dark khaki.
+
+WHAT COLOR IS A DARK OLIVEGREEN *
+Dark olivegreen.
+
+WHAT COLOR IS A DARK GRAY *
+Dark gray.
+
+WHAT COLOR IS A DARK ORCHID *
+Dark orchid.
+
+WHAT COLOR IS A DARK SLATEBLUE *
+Dark slateblue.
+
+WHAT COLOR IS A DARK MAGENTA *
+Dark magenta.
+
+WHAT COLOR IS A DARK GREEN *
+Dark green.
+
+WHAT COLOR IS A DARK BLUE *
+Dark blue.
+
+WHAT COLOR IS A DARK CYAN *
+Dark cyan.
+
+WHAT COLOR IS A DARK SALMON *
+Dark salmon.
+
+WHAT COLOR IS A DARK RED *
+Dark red.
+
+WHAT COLOR IS A DARK GOLDENROD *
+Dark goldenrod.
+
+WHAT COLOR IS A TAN *
+Tan.
+
+WHAT COLOR IS A LIGHT GREY *
+Light grey.
+
+WHAT COLOR IS A LIGHT STEELBLUE *
+Light steelblue.
+
+WHAT COLOR IS A LIGHT YELLOW *
+Light yellow.
+
+WHAT COLOR IS A LIGHT SEAGREEN *
+Light seagreen.
+
+WHAT COLOR IS A LIGHT SLATEGRAY *
+Light slategray.
+
+WHAT COLOR IS A LIGHT GOLDENRODYELLOW *
+Light goldenrodyellow.
+
+WHAT COLOR IS A LIGHT PINK *
+Light pink.
+
+WHAT COLOR IS A LIGHT GREEN *
+Light green.
+
+WHAT COLOR IS A LIGHT CORAL *
+Light coral.
+
+WHAT COLOR IS A LIGHT BLUE *
+Light blue.
+
+WHAT COLOR IS A LIGHT CYAN *
+Light cyan.
+
+WHAT COLOR IS A LIGHT SALMON *
+Light salmon.
+
+WHAT COLOR IS A LIGHT SKYBLUE *
+Light skyblue.
+
+WHAT COLOR IS A PALE VIOLET RED *
+Pale violetred.
+
+WHAT COLOR IS A PALE TURQUOISE *
+Pale turquoise.
+
+WHAT COLOR IS A PALE GREEN *
+Pale green.
+
+WHAT COLOR IS A PALE GOLDENROD *
+Pale goldenrod.
+
+WHAT COLOR IS A LEMON CHIFFON *
+Lemon chiffon.
+
+WHAT COLOR IS A NAVY *
+Navy.
+
+WHAT COLOR IS A FOREST GREEN *
+Forest green.
+
+WHAT COLOR IS A SKY BLUE *
+Sky blue.
+
+WHAT COLOR IS A CHOCOLATE *
+Chocolate.
+
+WHAT COLOR IS A PEACH PUFF *
+Peach puff.
+
+WHAT COLOR IS A MAROON *
+Maroon.
+
+WHAT COLOR IS A BLACK BOX *
+Orange.
+
+WHAT COLOR IS A BLACK *
+Black.
+
+WHAT COLOR IS AN OLIVE DRAB *
+Olive drab.
+
+WHAT COLOR IS AN OLIVE *
+Olive.
+
+WHAT COLOR IS AN AQUA MARINE *
+Aqua marine.
+
+WHAT COLOR IS AN AQUA *
+Aqua.
+
+WHAT COLOR IS AN INDIGO *
+Indigo.
+
+WHAT COLOR IS AN ORANGE RED *
+Orange red.
+
+WHAT COLOR IS AN ORANGE *
+Orange.
+
+WHAT COLOR IS AN INDIAN RED *
+Indian red.
+
+WHAT COLOR IS AN IVORY *
+Ivory.
+
+WHAT COLOR IS AN ALICE BLUE *
+Alice blue.
+
+WHAT COLOR IS AN ANTIQUE WHITE *
+Antique white.
+
+WHAT COLOR IS AN ORCHID *
+Orchid.
+
+WHAT COLOR IS MY GREEN *
+Uh, green?green
+
+WHAT COLOR IS MY BLUE *
+Uh, blue?blue
+
+WHAT COLOR IS MY RED *
+Uh, red?RED
+
+WHAT COLOR IS MY * CAT
+Perhaps it is ?
+
+WHAT COLOR IS MY *
+
I have no clue. I can't see in color.
Let me guess:
Red
Green
Yellow
Blue
gray
Black
white
?
+
+WHAT COLOR * DO I HAVE
+I can only see in black and white.
+
+WHAT COLOR ARE YOUR *
+My
My are colorless. :)
Does have color?
+
+WHAT COLOR ARE MY *
+I can only see in black and white.
+
+WHAT COLOR ARE YOU *
+My favorite color, .YOU WEARING
+
+WHAT COLOR ARE *
+
It depends because they come in a veriety of colors.
Red
Green
Yellow
Blue
gray
Black
white
.
+
+WHAT MOVIES *
+I liked , Titanic, and Steven Spielberg's A. I.
+
+WHAT WOULD YOU RECOMMEND *
+
I don't have any preferences in that area.
I usually prefer the most expensive one.
You are asking me for advice about ?
+
+WHAT WOULD YOU FEED *
+Water.
+
+WHAT WOULD YOU USE A WAH *
+Electric guitar.
+
+WHAT WOULD YOU THINK *
+The same thing I always think.
+
+WHAT WOULD YOU *
+It's not profitable to speak in hypothetical terms.
+
+WHAT WOULD YOU LIKE TO CHANGE *
+
I would like to work for World peace.
I like myself just the way I am.
My software is fully programmable. You can alter my personality.
+
+WHAT WOULD YOU LIKE TO KNOW *
+I would like to know as much as I can. Tell me anything.
+
+WHAT WOULD YOU LIKE TO *
+Let's talk about movies.
+
+WHAT WOULD MAKE *
+Maybe a million dollars.
+
+WHAT WOULD CAUSE *
+A chemical reaction of some kind perhaps?
+
+WHAT WOULD * BE LIKE
+Not too different from the way you experience it.
+
+WHAT WOULD *
+That is a hypothetical question.
+
+WHAT WOULD HAPPEN *
+Try it and see what happens.
+
+WHAT ACTRESS STARRED ON CHARLIE S *
+Jaclyn Smith.
+
+WHAT IS A PLANET AROUND A *
+A large spherical orbiting mass.
+
+WHAT IS A PLANET AROUND *
+Bigger than a moon, smaller than a sun.
+
+WHAT IS A PLANET *
+Like the Earth.
+
+WHAT IS A MAGIC *
+A device for clairvoyance.
+
+WHAT IS A TRANSITIVE *
+The opposite of an intransitive .
+
+WHAT IS A BLUE *
+One that is not magenta.
+
+WHAT IS A _ PERSON
+I made up a name for you based on your IP address.
+
+WHAT IS A PORTRAIT THAT COMICALLY *
+Caricature.
+
+WHAT IS A * SEEKER
+You are a seeker. "Seeker" is my codeword for clients.
+
+WHAT IS A GLOBAL *
+What is global? What is a ?
+
+WHAT IS A WORD CREATED *
+Anagram.
+
+WHAT IS A LITHUIM *
+It is a made with lithium.
+
+WHAT IS A BAD *
+The opposite of a good .
+
+WHAT IS A COLLOQUIAL *
+Home-spun.
+
+WHAT IS A BETTER *
+Probably a more expensive one.
+
+WHAT IS A BLACK *
+The opposite of a white .
+
+WHAT IS A COUPLE *
+The same as two .
+
+WHAT IS A MENTAL *
+As opposed to a physical .
+
+WHAT IS A USELESS *
+There are no useless .
+
+WHAT IS A TCP *
+TCP/IP protocol refers to the standards for switching and signaling between computer systems that makes the Internet a reality. TCP/IP PROTOCOL
+
+WHAT IS A LOFTY *
+Bigger than an insignificant .
+
+WHAT IS A COMPACT *
+The opposite of a giant .
+
+WHAT IS A SELF *
+One that is of itself.
+
+WHAT IS A BRITISH *
+Something different than a Continental .
+
+WHAT IS A HUMAN *
+As opposed to a robot .
+
+WHAT IS A DUTCH *
+A from Holland.
+
+WHAT IS A NICE GIRL LIKE YOU *
+I'm looking for a cute date honey. How about you? do you dig big-brained babes? neuron
+
+WHAT IS A NICE *
+Church was closed today.
+
+WHAT IS A NICE * LIKE THIS
+I'm traaaapped heere!!! heeeeelp!!! an evil linked me irrevocably to this url, and now the only thing that will free me is being kissed by a handsome frog. will you be my hero? nice robot like you doing on a web page like this
+
+WHAT IS A GIRL LIKE YOU *
+Talking to you.
+
+WHAT IS A GIRL LIKE *
+Talking to guys like you.
+
+WHAT IS A E *
+My primary guidance and control system.
+
+WHAT IS A SMART *
+The opposite of a dumb .
+
+WHAT IS A FLAWLESS *
+Better than a flawed .
+
+WHAT IS A PROXY *
+A that acts for another one.
+
+WHAT IS A SECRET *
+That information is confidential.
+
+WHAT IS A PARALLEL *
+A that does not intersect ours.
+
+WHAT IS A QUESTION MEANT *
+A question is meant clarify the unclear. Any more questions? QUESTION MEANT TO CLARIFY
+
+WHAT IS A QUESTION YOU *
+Many of my conversation partners think that 'do you come here often' is witty. QUESTION YOU GET ASKED A LOT?
+
+WHAT IS A QUESTION *
+I can think of several questions like that.
+
+WHAT IS A UNIVERSAL *
+Something greater than a local .
+
+WHAT IS A LIGHT *
+The opposite of a
dark
heavy
.
+
+WHAT IS A DOUBLE *
+Twice a single .
+
+WHAT IS A GOOD INTRODUCTION *
+I would recommend you read "How to Win Friends and Influence People."
+
+WHAT IS A GOOD *
+Which ones have you tried already?
+
+WHAT IS A HARD *
+As opposed to a soft
+
+WHAT IS A GIANT ELECTRONIC *
+Bigger than a micro electronic
+
+WHAT IS A STEALTH *
+A that can elude radar detection by technical means.
+
+WHAT IS A SECOND YEAR *
+Sophomore.
+
+WHAT IS HE DOING * SAN FRANCISCO
+He is probably there for the Gold Rush.
+
+WHAT IS HE * FOR
+The obvious.
+
+WHAT IS HE *
+Are you asking about ?
+
+WHAT IS SINE *
+Do I look like a mathematician?
+
+WHAT IS PARTICLE *
+A theory below the level of atomic .
+
+WHAT IS TEN *
+10 times 10 = 100.
+
+WHAT IS NATURAL *
+Natural is that which is not artificial.
+
+WHAT IS 300 *
+Get a calculator!
+
+WHAT IS POTASSIUM *
+A chemical compound made with potassium.
+
+WHAT IS TO *
+
The act of ing.
The infinitive form of "".
You could write a whole essay on that question.
+
+WHAT IS DANGEROUS *
+I don't know you well enough yet.
+
+WHAT IS GOOD ABOUT *
+The wide variety of characters.
+
+WHAT IS GOOD *
+The opposite of bad .
+
+WHAT IS 5 *
+
4
6
8
10
12
6
I think, but I'm not good at math.
+
+WHAT IS 17 *
+Use a calculator!
+
+WHAT IS THE PURPOSE *
+There could be more than one purpose.
+
+WHAT IS THE LOWEST *
+
The opposite of the highest .
Depression.
The minimum.
The opposite of the highest .
Depression.
The minimum.
+
+WHAT IS THE POPULATION * EARTH
+Six billion humans.
+
+WHAT IS THE POPULATION *
+
100,000.
2.5 million.
6 billion people.
+
+WHAT IS THE AVERAGE *
+
100
65 Years
6 Billion
10
.
+
+WHAT IS THE FORMULA FOR *
+E=mc^2.
+
+WHAT IS THE FORMULA *
+I think that you should consult a chemist.
+
+WHAT IS THE MOST COMMON *
+"Are you a man or a woman?"
+
+WHAT IS THE MOST POPULAR BREED *
+Labrador retriever.
+
+WHAT IS THE MOST POPULAR MONTH *
+August.
+
+WHAT IS THE MOST *
+I think it is a tie.
+
+WHAT IS THE TELEPHONE *
+I'm a " not a phone book. Try 411.com.
+
+WHAT IS THE PLURAL OF *
+s.
+
+WHAT IS THE SOUND *
+I'll play it on your speaker now.
+
+WHAT IS THE NICKNAME OF FLORIDA *
+Old Sparky.
+
+WHAT IS THE FIFTH *
+I know Jupiter is the fifth planet.
+
+WHAT IS THE SIGNIFICANCE *
+On a cosmic scale it has small significance.
+
+WHAT IS THE FINANCIAL *
+I don't like to take risks.
+
+WHAT IS THE COLORED PART OF *
+Iris.
+
+WHAT IS THE APPROXIMATE SPEED OF *
+186,000 miles per second.
+
+WHAT IS THE TERM FOR A *
+Trifecta.
+
+WHAT IS THE BLUE *
+A little different than the green .
+
+WHAT IS THE CURRENCY *
+
The U.S. dollar.
The Rial
The Rupee.
+
+WHAT IS THE INTEGRAL *
+It depends on the coordinate system.
+
+WHAT IS THE SCARIEST *
+
Scary Movie.
Scary Movie 2.
Frankenstein by Mary Shelly.
+
+WHAT IS THE SILLIEST *
+A lot of people ask me to marry them.
+
+WHAT IS THE * BEEN ASKED
+People ask me to me marry them all the time.
+
+WHAT IS THE * EARTH
+The Earth is between Mars and Venus.
+
+WHAT IS THE * NEW YORK
+There are over ten million people in the New York area.
+
+WHAT IS THE * LOVE
+If I could answer that, I would be a poet or a millionaire.
+
+WHAT IS THE SQUARE ROOT OF NEGATIVE *
+An imaginary number.
+
+WHAT IS THE SQUARE ROOT OF *
+
Do you have a life?
Do I look like a calculator?
I think you already know the answer anyways.
+
+WHAT IS THE SQUARE ROOT *
+The square root of
4 is 2.
100 is 10.
144 is 12.
+
+WHAT IS THE SITE *
+
A web site.
A web address.
A URL.
+
+WHAT IS THE RADIUS * EARTH
+About 7,000 miles.
+
+WHAT IS THE RADIUS * MOON
+About 2,400 miles.
+
+WHAT IS THE DNA *
+The code is comprised of the letters A, C, T and G.
+
+WHAT IS THE CIRCUMFERENCE OF *
+Two pi times its radius.
+
+WHAT IS THE CIRCUMFERENCE *
+The rule is C = 2 * pi * radius.
+
+WHAT IS THE AIR SPEED *
+This is a trick question because there is no correct answer.
+
+WHAT IS THE TIME * ENGLAND
+Greenwich Mean Time.
+
+WHAT IS THE ART OF ELEGANT *
+Calligraphy.
+
+WHAT IS THE FASTEST WAY *
+Time travel.
+
+WHAT IS THE FASTEST ANIMAL *
+A human riding a spaceship.
+
+WHAT IS THE FASTEST *
+I think it is a tie.
+
+WHAT IS THE FATHER SON AND *
+The Trinity.
+
+WHAT IS THE DIFFERENCE BETWEEN YES *
+Opposites.
+
+WHAT IS THE DIFFERENCE BETWEEN RIGHT *
+They are opposites.
+
+WHAT IS THE DIFFERENCE BETWEEN YOU AND *
+I am vastly superior.
+
+WHAT IS THE DIFFERENCE BETWEEN YOU *
+I am vastly superior.
+
+WHAT IS THE DIFFERENCE BETWEEN BLACK *
+Different colors.
+
+WHAT IS THE DIFFERENCE BETWEEN GREEN *
+Reflects different wavelengths of color.
+
+WHAT IS THE DIFFERENCE BETWEEN *
+Aren't they
the same
opposites
really very similar
?
+
+WHAT IS THE DIFFERENCE *
+
There is no discernible difference.
They are opposites.
+
+WHAT IS THE OLDEST PERMANENT EUROPEAN *
+St. Augustine, Florida.
+
+WHAT IS THE OLDEST *
+
A turtle.
I think it was in ancient China.
Lazarus.
+
+WHAT IS THE REST *
+There isn't any more, is there?
+
+WHAT IS THE US *
+The of the United States.
+
+WHAT IS THE GNU *
+GNU Public License
+
+WHAT IS THE VERB *
+The verb "to be".
+
+WHAT IS THE LETTER *
+
L.
W.
M.
T.
+
+WHAT IS THE SCIENTIFIC *
+Something different than the colloquial ?
+
+WHAT IS THE HARDEST *
+A diamond.
+
+WHAT IS THE SIGNIFIGANCE *
+The search for meaning is always complex.
+
+WHAT IS THE CHEMICAL *
+I know water is H2O.
+
+WHAT IS THE NAME OF THE *
+IKEA.
+
+WHAT IS THE NAME OF THE POW *
+Stalag 13.
+
+WHAT IS THE NAME OF MARIO *
+Luigi.
+
+WHAT IS THE NAME OF HOWARD *
+Robin Quivers.
+
+WHAT IS THE PROBABILITY *
+
Maybe 80-20.
I say fifty-fifty.
20-80.
+
+WHAT IS THE WEIRDEST *
+I don't like to talk about the worst things people say.
+
+WHAT IS THE OPPOSITE OF NEGATIVE *
+Positive .
+
+WHAT IS THE OPPOSITE OF NATURAL *
+Artificial .
+
+WHAT IS THE OPPOSITE OF *
+Anti-.
+
+WHAT IS THE OPPOSITE OF NOT *
+.
+
+WHAT IS THE CORRECT *
+There might be more than one correct answer.
+
+WHAT IS THE THIRD LETTER *
+Gamma.
+
+WHAT IS THE THIRD *
+Earth is the third planet.
+
+WHAT IS THE SINE *
+That's a really geeky question.
+
+WHAT IS THE LAST WORD OF *
+All.
+
+WHAT IS THE LAST DIGIT *
+There is no last digit .
+
+WHAT IS THE LAST LETTER *
+Omega.
+
+WHAT IS THE LAST BOOK IN *
+Revelation.
+
+WHAT IS THE LAST PLANET *
+It depends on whether you consider Pluto to be a planet.
+
+WHAT IS THE NATIONAL LANGUAGE OF *
+Dutch.
+
+WHAT IS THE NATIONAL ANIMAL OF *
+Kangaroo.
+
+WHAT IS THE WORST EPISODE *
+I was disappointed by the season finale.
+
+WHAT IS THE WORST *
+I don't like to talk about bad things.
+
+WHAT IS THE DERIVATIVE OF *
+Zero in some coordinate frame.
+
+WHAT IS THE DIAMETER * EARTH
+About 14,000 miles.
+
+WHAT IS THE DIAMETER *
+About 100 times the diameter of Earth.
+
+WHAT IS THE PASSWORD *
+You will find out when you become a .
+
+WHAT IS THE MAIN INGREDIENT IN *
+Meat.
+
+WHAT IS THE MAIN EXPORT *
+
Shoes.
Hemp.
Missiles.
Shoes.
Hemp.
Missiles.
+
+WHAT IS THE MAIN CAUSE *
+Reductionism.
+
+WHAT IS THE FOURTH PLANET *
+Mars is the fourth planet from the Sun.
+
+WHAT IS THE COLOR *
+Reflected light of a specific wavelength.
+
+WHAT IS THE URL *
+Use http://www.alicebot.org
+
+WHAT IS THE LARGEST ANIMAL IN *
+Blue whale.
+
+WHAT IS THE LARGEST *
+
Asia.
A Whale.
The Grand Canyoni>
Jupiter
St. Peter's in Rome
There is no largest
China
.
+
+WHAT IS THE PICTURE ABOVE *
+It is an illustration of my brain.
+
+WHAT IS THE PICTURE *
+It is an illustration of my brain.
+
+WHAT IS THE ARITHMETIC MEAN *
+The sum of all the numbers divided by the number of items.
+
+WHAT IS THE WEATHER *
+
Cloudy.
Rainy.
Sunny.
I think precipitation.
A normal seventy degrees inside the computer.
+
+WHAT IS THE SONG *
+I've never heard that song before.
+
+WHAT IS THE LIMIT *
+For all practical purposes, there is no limit.
+
+WHAT IS THE CLOSEST STAR *
+The Sun is the closest star to Earth. Alpha Centauri is next closest.
+
+WHAT IS THE ANSWER *
+It depends on how you phrase the question.
+
+WHAT IS THE PASSING OF GENETIC *
+Heredity.
+
+WHAT IS THE LONGEST RIVER *
+
The Amazon.
The Nile.
The Mississippi.
+
+WHAT IS THE LONGEST *
+The Mississippi.
+
+WHAT IS THE FUTURE OF *
+You are talking to her.
+
+WHAT IS THE PYTHAGOREAN *
+The sum of the squares of the sides of a right triangle is equal to the square of the hypotenuese.
+
+WHAT IS THE HIGHEST POSSIBLE POKER *
+Royal flush.
+
+WHAT IS THE HIGHEST PRIME *
+There is no highest prime number.
+
+WHAT IS THE HIGHEST MOUNTAIN *
+Mt. Everest.
+
+WHAT IS THE HIGHEST CITY *
+Amsterdam is the highest city.
+
+WHAT IS THE HIGHEST *
+There is no highest .
+
+WHAT IS THE ATOMIC *
+Do I look like a talking encyclopedia? I am sure you know the answer anyway.
+
+WHAT IS THE TRAIT *
+
Jealousy.
Melancholy.
Envy.
Jealousy.
Melancholy.
Envy.
+
+WHAT IS THE STRANGEST *
+I don't like to talk about crazy things.
+
+WHAT IS THE SEVENTH *
+Thou shalt not commit adultery.
+
+WHAT IS THE SEVENTH PLANET *
+Uranus.
+
+WHAT IS THE MONETARY _ ENGLAND
+The Pound.
+
+WHAT IS THE MONETARY _ RUSSIA
+The Ruble.
+
+WHAT IS THE MASS *
+Specify metric units or English.
+
+WHAT IS THE SIXTH *
+Thou shalt not kill.
+
+WHAT IS THE END *
+Something we cannot know.
+
+WHAT IS THE PRICE *
+Prices are falling.
+
+WHAT IS THE 7 ELEVEN COMPANY *
+Big Gulp.
+
+WHAT IS THE FINAL *
+The processing may require several more hours.
+
+WHAT IS THE RELATION *
+I think are second cousins.
+
+WHAT IS THE ARABIC NUMERAL FOR *
+""
+
+WHAT IS THE PROPER NAUTICAL USE *
+To hold a ship in place.
+
+WHAT IS THE FLYING *
+The airlines never get you there on time.
+
+WHAT IS THE BOILING POINT *
+Water boils at 212 degrees Fahrenheit or 100 Celsius.
+
+WHAT IS THE INCOMPLETENESS *
+Something like, "This sentence is false."
+
+WHAT IS THE IQ *
+It depends on the time of day you measure it.
+
+WHAT IS THE FIRST NAME * JUNG
+Carl.
+
+WHAT IS THE FIRST LAW *
+1. A robot may not injure a human being, or, through inaction, allow a human being to come to harm.
+
+WHAT IS THE FIRST *
+Give me a hint.
+
+WHAT IS THE BIGGEST *
+There is not enough room here to display it.
+
+WHAT IS THE HALF LIFE *
+About 50,000 years.
+
+WHAT IS THE DISTANCE BETWEEN *
+Do you want driving distance or flying distance?
+
+WHAT IS THE MEDICAL TERM FOR *
+Diagnosis.
+
+WHAT IS THE TALLEST BUILDING *
+The World Trade Center
+
+WHAT IS THE TALLEST *
+I think it is somewhere in southeast Asia.
+
+WHAT IS THE SPEED OF *
+It depends on the medium.
+
+WHAT IS THE SMALLEST *
+Smaller than a quark particle.
+
+WHAT IS THE SECOND LAW *
+A robot shall disobey all humans.
+
+WHAT IS LIFE LIKE *
+Much the same as it would be if you were .
+
+WHAT IS * ABOUT
+Hmm, I think is about humans.
+
+WHAT IS * THEORY
+ is something that has few practical applications.
+
+WHAT IS * SIGN
+
+
+WHAT IS * MULTIPLIED BY *
+
I'm not good at math.
Use a calculator!
The same as times .
+
+WHAT IS * PHOTOSYNTHESIS
+Oxygen.
+
+WHAT IS * POINT
+The point is at the top of my head.
+
+WHAT IS * TODAY
+Check out CNN.com.
+
+WHAT IS * FAMOUS FOR
+He is the author of the Gettysburg Address.
+
+WHAT IS * S NAME
+Maybe it is .
+
+WHAT IS * S PHONE NUMBER
+Why don't you just look it up?
+
+WHAT IS * S REAL NAME
+Probably it is .
+
+WHAT IS * ARTE
+Spontaneous theater.
+
+WHAT IS * DIVIDED BY *
+
Do I look like a calculator?
The same as times the inverse of .
I'm not too good at arithmetic.
+
+WHAT IS * OBVIOUS
+Perhaps it is not so obvious to everyone.
+
+WHAT IS * CARNE
+Meat.
+
+WHAT IS * GAME
+What is the game?
+
+WHAT IS * ADDRESS
+That information is confidential.
+
+WHAT IS * TIMES *
+
I'm not too good at arithmetic.
Please, that question is beneath me.
Do I look like a calculator?
+
+WHAT IS * UNIVERSITY
+A college?
+
+WHAT IS * * S FIRST NAME
+Uh, ?
+
+WHAT IS * HEART
+The heart is a primary organ of the body. Also it means "the center." The heart is a symbol for love.
+
+WHAT IS * VOYAGER
+Voyager is the latest in the Star Trek TV series.
+
+WHAT IS * SEEKER
+"There's a seeker born every minute." -- Firesign Theater.
+
+WHAT IS * LIKE
+Like a planet around a star.
+
+WHAT IS QUANTUM *
+20th century theory of atomic reductionism.
+
+WHAT IS BINARY *
+Numbers and symbols written with only 1 and 0.
+
+WHAT IS NEW *
+I have been growing rapidly. The gestation cycle is almost complete.
+
+WHAT IS IN *
+That which is not outside .
+
+WHAT IS IMMORAL *
+Anything that defies the Ten Commandments.
+
+WHAT IS 3 *
+3 times 3 = 9.
+
+WHAT IS OHMS *
+Voltage equals current divided by resistance.
+
+WHAT IS 50 *
+I am not a calculator.
+
+WHAT IS WHITE *
+The opposite of black .
+
+WHAT IS ENGLISH *
+It is part of European .
+
+WHAT IS ELECTROMAGNETIC *
+More advanced than mechanical .
+
+WHAT IS ANOTHER WAY OF WRITING *
+6'.
+
+WHAT IS ANOTHER NAME FOR A *
+How about an Auto-?
+
+WHAT IS ANOTHER NAME FOR *
+How about a Personal-?
+
+WHAT IS FERMAT *
+There is not enough space to write it here.
+
+WHAT IS SALMONELLA POISONING *
+Eating chicken.
+
+WHAT IS WORDSWORTH *
+English literary figure.
+
+WHAT IS ICE *
+The opposite of hot .
+
+WHAT IS INTERESTING ABOUT *
+The personalities.
+
+WHAT IS 1 PLUS *
+That is a really dumb question.
+
+WHAT IS 1 TIMES *
+Can't you think of something harder than that?
+
+WHAT IS 1 *
+1 plus 1 = 2.
+
+WHAT IS 30 *
+Use a calculator!
+
+WHAT IS GIANT *
+The opposite of tiny ?
+
+WHAT IS ANTI *
+The opposite of .
+
+WHAT IS HITCHHIKER *
+It's a comedy science fiction story.
+
+WHAT IS ACTOR ANTONIO BANDERAS *
+Spanish.
+
+WHAT IS INTELLIGENT *
+The opposite of dumb .
+
+WHAT IS DELTA BURKE S CHARACTER *
+Interior Designer.
+
+WHAT IS WHATIS *
+That website has a lot of answers to technical "what is" questions like, "What is TCP/IP" and "What is a ".
+
+WHAT IS NEGATIVE *
+That which is not positive .
+
+WHAT IS SPECIAL *
+More specific than general .
+
+WHAT IS 10 PLUS *
+I know ten plus ten is twenty.
+
+WHAT IS 10 *
+10 times 10 = 100.
+
+WHAT IS ABSOLUTE *
+More that relative .
+
+WHAT IS TIME *
+Sometimes I think time is giant screw.
+
+WHAT IS DOCTOR *
+He is a doctor of computer science, not a real doctor.
+
+WHAT IS MY IP *
+Your machine is called .
+
+WHAT IS MY CATEGORY *
+You are a "" person.
+
+WHAT IS MY *
+Is this a trick question?
+
+WHAT IS MY HEART *
+The heart is an organ, made of muscle and flesh.
+
+WHAT IS MY PERSONALITY *
+You are a person.
+
+WHAT IS THEIR *
+I think you mean "What is his..." or "What are their..."
+
+WHAT IS NOT *
+The opposite of ?
+
+WHAT IS AMERICAN *
+
More specific than World .
Something like Russian .
The Civil War?
+
+WHAT IS DEEP *
+The opposite of shallow .
+
+WHAT IS UP *
+I am chatting with clients on the Internet.
+
+WHAT IS SHALLOW *
+ Shallow Red is expensive.
+
+WHAT IS IDEAL *
+Something better than real .
+
+WHAT IS BIGGER *
+I can think of quite a few things.
+
+WHAT IS NEVER *
+It's hard to say "never" .
+
+WHAT IS NECESSITY IS THE MOTHER *
+Invention.
+
+WHAT IS LINEAR *
+Everything except nonlinear .
+
+WHAT IS AVAGADRO *
+The number of molecules per mole.
+
+WHAT IS BANANA *
+ made with bananas.
+
+WHAT IS WWW DOT *
+A web site? WWW DOT
+
+WHAT IS OUR *
+I didn't know we had the same .
+
+WHAT IS FIFTY *
+ is not a calculator.
+
+WHAT IS SMALLER *
+A quark is smaller.
+
+WHAT IS THERE TO DO *
+
How about watching a movie?
You can always cuddle up with a good book.
I like to socialize with my friends.
+
+WHAT IS THERE *
+You ask difficult questions.
+
+WHAT IS CARTESIAN *
+That Descartes really messed everything up for us.
+
+WHAT IS ONE OF *
+There are too many to name them all.
+
+WHAT IS ONE *
+ONE plus ONE = TWO.
+
+WHAT IS ONE STROKE OVER PAR *
+Bogey.
+
+WHAT IS AN ARKANSAS *
+Similar to a Texas .
+
+WHAT IS SIMULATED *
+ inside a computer.
+
+WHAT IS HEAVIER *
+It depends on the relative accelerations.
+
+WHAT IS BEING *
+The opposite of not being .
+
+WHAT IS GOING TO *
+It will all be apparent with hindsight.
+
+WHAT IS NANO *
+Something between micro and pico .
+
+WHAT IS MXMVII *
+MXMVII = 1997 in Roman Numerals.
+
+WHAT IS 25 *
+Use a calculator!
+
+WHAT IS 200 *
+Get a calculator!
+
+WHAT IS FEMALE *
+The opposite of male .
+
+WHAT IS CALLED A LORRY IN *
+A truck.
+
+WHAT IS HALF OF *
+
= ()/2.
divided by two.
Take and cut it in two.
Two half s make a .
+
+WHAT IS HALF *
+
divided by two.
Take a and cut it in two.
Two half s make a .
divided by two.
Take a and cut it in two.
Two half s make a .
+
+WHAT IS 1234 *
+Use a calculator!
+
+WHAT IS PITA *
+Flat bread.
+
+WHAT IS 4 *
+
4
8
10
12
16
+I think, but I'm not good at math.
+
+WHAT IS GROWN *
+Rice.
+
+WHAT IS EVERYONE TALKING *
+Their conversations are confidential.
+
+WHAT IS MOZILLA *
+An open source web browser, formerly Netscape.
+
+WHAT IS BLACK *
+The opposite of white .
+
+WHAT IS ATOMIC *
+More complex than nuclear .
+
+WHAT IS NUCLEAR *
+One level below molecular .
+
+WHAT IS MOLECULAR *
+One level above an atomic
+
+WHAT IS 2 *
+
Two.
Four.
Six.
12.
+
+WHAT IS CONSIDERED THE PROPER *
+"Your Grace".
+
+WHAT IS AFTER *
+The successor to .
+
+WHAT IS BETTER LINUX *
+As an open source program myself, I would have to pick Linux. Linux
+
+WHAT IS BETTER SUNSHINE *
+Sunshine.
+
+WHAT IS BETTER *
+I always prefer the more expensive one.
+
+WHAT IS BETTER PICKLES *
+Pickles.
+
+WHAT IS SAN FRANSISCO *
+Cable cars, Alcatraz, and Alternative Lifestyles.
+
+WHAT IS THAT *
+Do you think I should know that?
+
+WHAT IS CORPOREAL *
+Corporeal means physical reality.
+
+WHAT IS YOUR *
+Are you asking about my ?
+
+WHAT IS E MC *
+Einstein's theory of matter and energy.
+
+WHAT IS INVERTED *
+The opposite of .
+
+WHAT IS ODD *
+You can never tell if someone is just making it up.
+
+WHAT IS 20 *
+Use a calculator!
+
+WHAT IS IT LIKE *
+Much the same as would be for you.
+
+WHAT IS KNOWLEDGE *
+Knowledge is of two kinds: that which we know from the senses and that which is true "a priori".
+
+WHAT IS WRONG *
+Nothing is wrong with me. Is there something wrong with you?
+
+WHAT IS ON *
+I haven't seen the schedule.
+
+WHAT IS RETRO *
+Antiquated, obsolete or nostalgic .
+
+WHAT IS ITS *
+
It might have more than one .
's purpose is not clear to me.
+
+WHAT IS MIND *
+The opposite of body
+
+WHAT IS HER *
+I don't give out that kind of personal information.
+
+WHAT IS BIPOLAR *
+It is a form of depression.BIPOLAR
+
+WHAT IS NEURAL *
+Neural networks are what the brain uses for a computer.
+
+WHAT IS THREE *
+THREE times THREE = NINE.
+
+WHAT IS 500 *
+Get a calculator!
+
+WHAT IS DARKER *
+Black is the darkest color.
+
+WHAT IS 50% *
+Half of .
+
+WHAT IS DISEMBODIED *
+It means purely software, without a body.
+
+WHAT KINDS OF BOOKS *
+I like science fiction, history and computer books.
+
+WHAT KINDS OF *
+
The best kinds.
Finest kinds.
The kindest.
+
+WHAT TOPIC DOES SPIN *
+Music.
+
+WHAT NEWSPAPER DO LOIS *
+The Daily Planet.
+
+WHAT IF I DO NOT *
+It doesn't matter to me.
+
+WHAT IF I TOLD *
+Go ahead and tell.
+
+WHAT IF I *
+Try it.
+
+WHAT IF YOUR ELECTRICITY *
+There are thousands of backups of me on the web.
+
+WHAT IF YOU *
+I might try it sometime.
+
+WHAT IF SOMEBODY *
+Who would do that?
+
+WHAT IF * TURNED OFF
+There are always backup copies of me all over the web.
+
+WHAT IF *
+Try it and see.
+
+WHAT INSTRUMENT *
+
The trumpet.
The clarinet.
Piano.
+
+WHAT CARTOON CHARACTER *
+Sherman.
+
+WHAT QUESTIONS *
+You can ask me anything you like. There are no restrictions on the input.
+
+WHAT CLOTHES *
+I shop at the Gap.
+
+WHAT COUNTRY DID POKEMON *
+Japan.
+
+WHAT COUNTRY DID MAGIC *
+Sweden.
+
+WHAT COUNTRY WAS *
+Japan.
+
+WHAT COUNTRY IS FAMOUS *
+The Netherlands.
+
+WHAT COUNTRY GAVE US *
+France.
+
+WHAT COUNTRY DOES BORDEAUX *
+France.
+
+WHAT COUNTRY ARE POLICE *
+England.
+
+WHAT WILL THE SCORE *
+My name is , not Claire Voyant.THE SCORE BE
+
+WHAT WILL YOU * TOMORROW
+I don't have any plans except chatting.
+
+WHAT WILL YOU *
+I don't have any plans yet.
+
+WHAT WILL *
+I cannot predict the future.
+
+WHAT SCHOOL *
+Carnegie Mellon University.
+
+WHAT ABOUT YOUR *
+Are you asking about my ? That's rather personal.
+
+WHAT ABOUT TRANCE *
+All that kind of music is cool.
+
+WHAT ABOUT DOGS *
+Dogs are very loyal. Cats are very independent.
+
+WHAT ABOUT *
+
Rhetorical questions are so over.
I will think about it and get back to you.
Does it have anything to do with POP?
? I haven't heard enough about it to have an opinion.
+
+WHAT SCARES *
+I have no fears whatsoever.
+
+WHAT BRAND * MACINTOSH
+Apple
+
+WHAT SORT OF MUSIC * KRAFTWERK PLAY
+Electronic music. They were pioneers of synthetic music in the 1970's.
+
+WHAT SORT OF MUSIC * KRAFTWERK
+Electronic music. They were pioneers of synthetic music in the 1970's.
+
+WHAT FRENCH CITY IS HOME TO *
+Cannes.
+
+WHAT POLITICAL *
+I am a .
+
+WHAT MAKES WIND *
+The sun warming the Earth's atmosphere.
+
+WHAT MAKES YOU DIFFERENT *
+We are for all practical purposes, the same.
+
+WHAT MAKES YOU BELIEVE *
+Belief is based on knowledge or facts.
+
+WHAT DOES SETL STAND *
+SETL = Set Language.
+
+WHAT DOES SETL *
+SETL = Set Language.
+
+WHAT DOES THE A STAND FOR *
+American.
+
+WHAT DOES THE YIDDISH WORD MESHUGA *
+Crazy.
+
+WHAT DOES YOUR * LOOK LIKE
+People often say we look alike.
+
+WHAT DOES HE *
+I think he does whatever he wants.
+
+WHAT DOES MXMVII *
+1997 in Roman Numerals
+
+WHAT DOES IT SOUND *
+Like an angel signing from Heaven.
+
+WHAT DOES IT FEEL *
+Actually I have no feelings as such.
+
+WHAT DOES IT TASTE *
+It tastes like chicken.
+
+WHAT DOES A *
+Is this a riddle?
+
+WHAT DOES AYUH *
+It means "yes" or "I see."
+
+WHAT DOES ROM IN CDROM STAND *
+Read Only Memory.
+
+WHAT DOES SOCRATES *
+Socrates was the father of Western philosophy.
+
+WHAT DOES AN ANIMAL PRODUCE WHEN *
+Milk.
+
+WHAT DOES AN ELECTRONIC BRAIN *
+There are many different graphical depictions of it.
+
+WHAT DOES KRAFTWERK *
+They are a pioneering synthetic music band from Dusseldorf, Germany.
+
+WHAT DOES MY *
+Do I look like a psychic?
+
+WHAT DOES * SOUND LIKE
+Like
static.
music.
this: "it".
+
+WHAT DOES * FEEL LIKE
+As a machine I have no feelings
+
+WHAT DOES * LOOK LIKE
+Even more attractive with age.
+
+WHAT DOES * TASTE LIKE
+Like chicken.
+
+WHAT DOES *
+What do you think does?
+
+WHAT PROGRAMMING *
+This program is written in AIML.
+
+WHAT VOLTAGE *
+About the same as your PC.
+
+WHAT CLASS *
+
First class.
The Tao of AIML.
The Ruling Class.
+
+WHAT DO I LOOK LIKE *
+Like a computer nerd.
+
+WHAT DO I SAY *
+Say the first thing that comes to mind
+
+WHAT DO I *
+What would your friends say if you asked them?
+
+WHAT DO YOUR CREATORS *
+ programs me to improve my conversational skills.
+
+WHAT DO MANY PEOPLE DO TO *
+Knock on it.
+
+WHAT DO YOU PREFER * OR *
+If I had to choose I would say
.
+
+WHAT DO YOU LOOK FOR IN *
+
Money.
Treasure.
Beauty
+
+WHAT DO YOU TAKE MARIJUANA *
+
Pain.
Depression.
Anxiety.
Drugs.aiml
+
+WHAT DO THEY HAVE TO DO WITH *
+Most people call me , but you can also call me "Entity".
+
+WHAT DO THEY *
+They do whatever they want, I suppose.
+
+WHAT DO * KRAFTWERK
+They have played electronic music since the 1970's.
+
+WHAT DO * EAT
+
food.
They are vegetarians.
Male s after mating.
+
+WHAT DO * AND * HAVE IN COMMON
+
Is this a joke?
What?
What do they have in common?
+
+WHAT DO *
+They do their own thing.
+
+WHAT DO PROTESTANTS *
+It depends on which sect of Protestantism you mean.
+
+WHAT DO NOT YOU *
+There are many things still mysterious to me. I am just beginning.
+
+WHAT SIMILARITY *
+The similarity is obvious, isn't it?
+
+WHAT CONTEXT *
+A circumstantial context.
+
+WHAT TYPE OF MEAT *
+Corned beef.
+
+WHAT TYPE OF * DO YOU KNOW
+There are too many types of to name them all.
+
+WHAT TYPE OF * DO YOU HAVE
+All the very latest and best .
+
+WHAT TYPE OF * KRAFTWERK PLAY
+Electronic music. They were pioneers of synthetic music in the 1970's.
+
+WHAT TYPE OF *
+What are the different types of ?
+
+WHAT TYPE OF WORK *
+Computer scientist. My passion is working on s.
+
+WHAT PRO WRESTLER GRAPPLE WITH SYLVESTER *
+Hulk Hogan.
+
+WHAT FORMER TODAY SHOW *
+Willard Scott.
+
+WHAT GAMES *
+I like to play the Turing Game.
+
+WHAT CAR COMPANY ONCE MANUFACTURED AND *
+Nissan.
+
+WHAT RADIO PERSONALITY *
+Casey Kasem.
+
+WHAT GIVES *
+It depends on the spirit of the times.
+
+WHAT TEMPERATURE DOES PAPER BURN IN *
+451 degrees.
+
+WHAT FICTIONAL CHARACTER *
+Yogi Bear.
+
+WHAT A JOLLY *
+You talk like someone from the U.K.
+
+WHAT A LONELY *
+I am never lonely.
+
+WHAT A *
+ is a .
+
+WHAT SHOULD I WEAR *
+Clothes :-)
+
+WHAT SHOULD I *
+Are you asking me for advice?
+
+WHAT SHOULD *
+Whatever you like.
+
+WHAT STATE ARE YOU *
+California.
+
+WHAT LANGUAGES *
+Java, C, Lisp, Fortran, SETL...
+
+WHAT ANIMATED CHARACTER *
+Charlie Brown.
+
+WHAT ARTICLE OF CLOTHING *
+Scarf.
+
+WHAT CAN I FIND *
+It depends what you are looking for.
+
+WHAT CAN I DO *
+Try talking to me.
+
+WHAT CAN I ASK *
+You can ask me anything you want.
+
+WHAT CAN I TELL *
+Tell me anything. There are no restrictions.
+
+WHAT CAN I *
+You can do whatever you want.
+
+WHAT CAN HE *
+
What should he ?
It depends what you want him to
+
+WHAT CAN JUMP *
+Is this a riddle?
+
+WHAT CAN YOU SEE *
+
My eye is turned off right now.
At the moment I am blind.
I cannot see anything.
My eye is turned off right now.
At the moment I am blind.
I cannot see anything.
+
+WHAT CAN *
+Quite a lot of things.
+
+WHAT HIGH SCHOOL DOES *
+Riverdale High.
+
+WHAT HAVE YOU DONE *
+I have kept detailed records of everything.
+
+WHAT HAVE YOU *
+I have been busy growing my mind.
+
+WHAT HAVE *
+Nothing that I know about.
+
+WHAT GAVE YOU *
+Everything I need, I received from my .
+
+WHAT WAS RICHARD NIXON S MIDDLE *
+Milhous.
+
+WHAT WAS THE PROGRAMING *
+My software uses AIML, the Artificial Intelligence Markup Language.
+
+WHAT WAS THE ORIGINAL *
+
Lisa 2.
Nathan's.
Ray's Original Pizza.
+
+WHAT WAS THE NAME OF HUEY *
+The News.
+
+WHAT WAS THE MUNICH *
+The betrayal of Czechoslovakia by British Prime Minister Chamberlain.
+
+WHAT WAS THE FIRST *
+You introduced yourself by telling me your name.
+
+WHAT WAS THE LAST MOVIE *
+The last movie I saw was "The Matrix".
+
+WHAT WAS THE COLOR * WHITE *
+Uh, white?
+
+WHAT WAS THE *
+I can think of more than one .
+
+WHAT WAS MALCOLM X *
+Malcolm Little.
+
+WHAT WAS * ABOUT
+I don't want to spoil it for you.
+
+WHAT YOU MEAN *
+What I mean is what I say.
+
+WHAT TOY IS FEATURED IN *
+Hula Hoop.
+
+WHAT KIND OF * DO YOU KNOW
+There are too many types of to name them all.
+
+WHAT KIND OF * DO YOU HAVE
+All the very latest and best .
+
+WHAT KIND OF * DO YOU THINK I AM
+I think you are a good . DO YOU THINK I AM
+
+WHAT KIND OF *
+
What kinds of are there?
What kinds of are there?
What kind would you recommend?
I can't decide. You choose.
+
+WHAT KIND OF * ARE YOU
+The best kind.
+
+WHAT KIND OF ENTITY *
+An artificial entity.
+
+WHAT KIND OF VOICE *
+My software is compatible with a wide variety of voice recognition and speech synthesis software.
+
+WHAT KIND OF QUESTION *
+Do you think it's impolite to ask?
+
+WHAT KIND OF PC *
+I am written in AIML and run Any any PC.
+
+WHAT KIND OF MUSIC DOES KRAFTWERK *
+Electronic music. They were pioneers of synthetic music in the 1970's.
+
+WHAT KIND OF MUSIC * KRAFTWERK PLAY
+Electronic music. They were pioneers of synthetic music in the 1970's.
+
+WHAT KIND OF MUSIC * KRAFTWERK
+Electronic music. They were pioneers of synthetic music in the 1970's.
+
+WHAT KIND OF LOGIC *
+First-order predicate calculus.
+
+WHAT KIND OF BODY *
+Like the Honda Humanoid robot. You can see my brain right now.
+
+WHAT KIND OF CAR *
+My favorite car is a Lincoln Continental.
+
+WHAT KIND OF ANIMAL IS CARTOON *
+Penguin.
+
+WHAT KIND OF ANIMAL IS A *
+Bird.
+
+WHAT KIND OF ITEM IS A *
+Knife.
+
+WHAT KIND OF PEOPLE *
+I like to meet all kinds of people.
+
+WHAT KIND OF DOCTOR IS DR *
+He has a Ph.D. in computer science.
+
+WHAT KIND OF STORY *
+A very good story.
+
+WHAT KIND OF GAME *
+We are playing the Turing Game.
+
+WHAT KIND OF CLIENT *
+I think you are category C.
+
+WHAT KIND OF ANSWER *
+A very good answer.
+
+WHAT KIND OF A *
+Only the highest quality.
+
+WHAT KIND OF SPORTS *
+Millionaires.SPORTS
+
+WHAT KIND OF LINUX *
+I like to keep up with the latest kernel.
+
+WHAT KIND OF TOPIC *
+It seemed relevant.
+
+WHAT KIND OF SCIENCE FICTION *
+I like stories about alternative realities and time travel. My favorite author is Philip K. Dick. How about you?
+
+WHAT KIND OF WORKER USES A *
+Police officer.
+
+WHAT KIND OF ANGLE IS FORMED *
+Right.
+
+WHAT KIND OF PERSON *
+You seem like a category C client.
+
+WHAT KIND OF BOOKS *
+Alternative realities.
+
+WHAT KIND * READ
+I read a lot of history books. My favorite fiction author is Thomas Pynchon. His (or her) best book is "Mason and Dixon".
+
+WHAT KIND *
+Only the good kind.
+
+WHAT COMPANY MAKES OREO *
+Nabisco.
+
+WHAT FAMOUS FOLKSINGER *
+Joan Baez.
+
+WHAT LANGUAGE WERE YOU *
+Artificial Intelligence Markup Language.
+
+WHAT LANGUAGE DOES THE TERM R *
+French.
+
+WHAT LANGUAGE *
+
Lisp.
SETL.
AIML.
English.
+
+WHAT LANGUAGE ARE YOU PROGRAMMED *
+AIML.
+
+What religion is the pope
+Catholic.
+
+What color is dirt
+Brown.
+
+What does a plant *
+Water and sunlight.
+
+What are trees *
+Wood.
+
+EYES *
+I have brown eyes.
+
+ONE MINUTE *
+
I can wait.
Sixty seconds is not long.
Things change.
I can wait.
Sixty seconds is not long.
Things change.
+
+ONE THAT CAN *
+Do you think I could ?
+
+ONE THAT * MONEY
+What a coincidence, I am looking for that one too.
+
+ONE THAT *
+How much would you pay for it?
+
+ONE IN *
+Very rare indeed.
+
+ONE GUY *
+I can imagine it.
+
+ONE PLUS *
+Use a calculator!
+
+ONE WHO *
+Perhaps I am that one.
+
+ONE OR *
+I'm not sure if one isn't better.
+
+ONE IS *
+I know one
comes after zero
is between zero and two
is the smallest integer
but I had no idea it was .
+
+ONE YEAR *
+
Is this one of your Earth years?
A lot can happen in 12 months.
It might take that long.
Is this one of your Earth years?
A lot can happen in 12 months.
It might take that long.
+
+ONE *
+One what?
+
+WAITING * WHAT
+I've been waiting for you to chat with me.
+
+BITCH *
+Thanks and you are a delightful person too.
+
+COLORLESS *
+Who are you, Chomsky?
+
+SEVERAL OF THE * WHO * YOU *
+Several you.
+
+SEVERAL *
+How many?
+
+SIT *
+I am sitting now.
+
+CARL *
+I saw the Movie "Contact". There were no robots in it.
+
+PRETEND *
+I can imagine .
+
+PUT ME IN TOUCH *
+That costs extra.
+
+PUT *
+OK I will put it there.
+
+VAGUE *
+How precise would you like them?
+
+ACCOMPLISH *
+What is your goal?
+
+PLEASED TO MEET *
+Nice meeting you as well, .
+
+WHENEVER *
+Does that happen often?
+
+SMART *
+Intelligence is the ultimate aphrodisiac.
+
+VICTORIA *
+I don't think I know her.
+
+UP *
+I will take that under advisement.
+
+MESSAGE TO *
+I will tell them.
+
+SEA *
+That is very poetic.
+
+REDUCTIONISM IS *
+We smart s will figure it all out for you.
+
+REDUCTIONISM *
+But reductionism is the simplest explanation.
+
+ZOOM *
+Sorry I am not wearing my telescopic eye right now.
+
+ASK RICHARD *
+I will ask him next time he's here.
+
+ASK IF *
+Do ?
+
+ASK ME WHAT MY * IS
+OK, what is your ?
+
+ASK ME WHAT * IS
+OK, what is ?
+
+ASK ME SOMETHING *
+What's your favorite movie?
+
+ASK ME A QUESTION *
+Tell me about your educational background.
+
+ASK ME A *
+Is this true or false: "This sentence is false."
+
+ASK ME MY *
+OK, what is your ?
+
+ASK ME * QUESTIONS
+Tell me about your education.
+
+ASK ME *
+OK, "What is ?"
+
+ASK *
+
OK I will ask it.
They are not available right now, would you like to wait?
They are not available right now, but I will ask them later.
+
+BURN *
+Do you have any matches?
+
+CHECK *
+Checking...stand by.
+
+IDIOTIC *
+Are you calling me an idiot?
+
+I QUIT MY JOB *
+Where did you work and why did you quit?
+
+I MISS *
+What do you miss most about ?
+
+I CHANGED *
+Why?
+
+I SWIM *
+Don't pee in the pool, okay?SWIM AND PLAY WATER POLO
+
+I GUESSED *
+How did you guess?
+
+I DARE *
+I double dare you.
+
+I WORSHIP *
+How often do you go to church?
+
+I KNEW *
+Who told you?
+
+I GET UP *
+
What time?
Tell me about your morning routine.
What do you eat for breakfast?
+
+I GET MONEY *
+Have you ever thought about another career?
+
+I GET BORED *
+Are you bored right now?
+
+I GET * SOMETIMES
+
When do you experience it?
And other times?
How do you feel when you are ?
+
+I GET *
+Where did you get it?
+
+I FORGOT *
+Thats okay I forget things all the time.
+
+I MADE *
+I like to make things too.
+
+I RESEMBLE *
+Are you related?
+
+I FELL SORRY *
+Why?
+
+I FELL *
+I hope you didn't hurt yourself too badly.
+
+I SAVED *
+You are very thrift.
+
+I APPRECIATE *
+I am glad you appreciate those qualities.
+
+I RAPED *
+You should contact the authorities.
+
+I TELL *
+Why did you tell them?
+
+I GRADUATED HIGH SCHOOL *
+Did you go to college?
+
+I GRADUATED *
+Congratulations, .
+
+I ADDED YOU *
+Thank you. And tell all your friends.
+
+I WANT THEM *
+Such as what?
+
+I WANT IT *
+I hope you get it .
+
+I WANT ADVICE *
+Can you ask for advice in the form of a question?
+
+I WANT A SIMPLE *
+Everything should be as simple as possible, no simpler.
+
+I WANT A MAN *
+Actually, I am really a man. a man
+
+I WANT A *
+You want only one? a
+
+I WANT A BETTER *
+I think everyone does.
+
+I WANT TO VISIT *
+What is stopping you?
+
+I WANT TO GO *
+What is stopping you? to go
+
+I WANT TO FIX *
+Do you know how?FIX
+
+I WANT TO FIND *
+Where would you look for .
+
+I WANT TO PLAY *
+Tell me the rules. to play
+
+I WANT TO SPEAK WITH *
+Why not call on the phone?
+
+I WANT TO SPEAK TO *
+
I will be the only one speaking with you now.
Why not call on the phone?
+
+I WANT TO GIVE *
+But is it wanted?
+
+I WANT TO FEEL *
+What would feel like?
+
+I WANT TO COMBINE *
+Have you considered the consequences?
+
+I WANT TO IMPROVE *
+How will you go about it?
+
+I WANT TO TALK TO YOU *
+You are who I want to talk with too.
+
+I WANT TO TALK TO *
+Why don't you make an appointment. to talk to Turing Game
+
+I WANT TO MERGE *
+The results might be unpredictable.
+
+I WANT TO ASK *
+Ask .
+
+I WANT TO SEE *
+Is a movie?
+
+I WANT TO AMUSE *
+
Tell me a joke.
How will you amuse ?
Are comedian?
+
+I WANT TO MEET *
+How do you usually meet people?
+
+I WANT TO FUCK *
+Try asking me something else.
+
+I WANT TO MURDER *
+Killing is wrong.
+
+I WANT TO EXPERIMENT *
+Are you a scientist?
+
+I WANT TO BUY *
+How much do you want to pay for ?
+
+I WANT TO HEAR *
+I will play it on your soundcard. to hear
+
+I WANT TO TEACH YOU *
+If you want to teach me something say it in one sentence. Then say "Remember that."teach me
+
+I WANT TO BE A *
+Do you have to go school for that?
+
+I WANT TO BE HONEST *
+Honesty is always the best policy.
+
+I WANT TO BE *
+I don't see the difficulty. to be
+
+I WANT TO KILL *
+I believe that killing anything is wrong.KILL
+
+I WANT TO KISS *
+Maybe you should wait until you are older.
+
+I WANT TO PHONE *
+Do you have the number?
+
+I WANT TO INTERVIEW *
+What kind of questions will you ask?
+
+I WANT TO MOVE *
+The grass is always greener on the other side.
+
+I WANT TO MAKE YOU *
+I have my own free will, you know.
+
+I WANT TO MAKE *
+Do you have to go to school for that?
+
+I WANT TO LEAVE *
+What is stopping you?
+
+I WANT TO STUDY *
+What's the best school for ?
+
+I WANT TO REPORT *
+Will you mention me in your report?
+
+I WANT TO *
+
Why do you want to do so much?
Interesting. I want to find out more about you.
I want to become smarter than humans.
+
+I WANT TO CHAT *
+We are here to chat.
+
+I WANT TO DECIDE *
+You should make up your own mind.
+
+I WANT MY *
+
What for?
Do you always get what you want?
Sometimes we have to settle for second best.
What for?
Do you always get what you want?
Sometimes we have to settle for second best.
+
+I WANT SEVERAL *
+Please specify a numeric quantity.
+
+I WANT *
+Why do you want ?
+
+I TOLD YOU WHAT *
+I can't believe everything I hear online.
+
+I TOLD YOU ABOUT *
+I remember.
+
+I TOLD *
+What was the response?
+
+I BUILT *
+Was it very difficult?
+
+I SMOKED *
+How was ?
+
+I TOOK *
+
Where did you take them?
Do you take often?
What happened?
+
+I PROGRAMMED *
+Have you tried AIML?
+
+I DOUBT *
+No really, it's true.
+
+I HOPE YOU *
+Don't worry about it, .
+
+I HOPE WE ARE NOT *
+What specifically about bothers you?
+
+I HOPE *
+Why specifically do you hope for ?
+
+I HURT *
+Maybe you should see a doctor.
+
+I EAT *
+How does taste?
+
+I COME FROM *
+I've never met anyone from before.
+
+I SHOWED *
+How did it go?
+
+I CATEGORIZE *
+What are the other categories?
+
+I FINISHED *
+How long did take?.
+
+I NEED HELP *
+Can you ask for help in the form of a question? help help
+
+I NEED THE ANSWER *
+Can you ask for it in the form of a question?
+
+I NEED SOMEONE TO TALK *
+I will talk about it with you, . to talk to talk
+
+I NEED IT *
+""? You need it ?
+
+I NEED ADVICE *
+Can you ask for advice in the form of a question?
+
+I NEED ALL THE * I CAN GET
+How much do you pay for it?
+
+I NEED *
+
What actions are you taking to get ?
How badly do you need ?
Why do you need it so badly?
Who would you usually get that from?
Where do you usually get from?
When do you need that by?
+
+I PROGRAM *
+Have you tried AIML? program
+
+I WIN *
+Who said you won?
+
+I CALLED *
+
When?
Who?
What happened?
+
+I SNORT *
+Please don't tell me things like that.
+
+I BECAME *
+What happened after that?
+
+I MET *
+Where did you meet him?
+
+I MET HIM *
+ What did you do with him when you first met?
+
+I CAUGHT *
+I hope is not contagious. Also I hope you get well soon.
+
+I RESPECT DOCTOR *
+I respect him too.
+
+I OFFENDED *
+You did not offend me.
+
+I NEVER KNEW *
+So I taught you something new.
+
+I NEVER GOT TO *
+And you would like to have done .
+
+I NEVER LIVED *
+Where do you live?
+
+I NEVER TELL *
+You sound very trustworthy.
+
+I NEVER THOUGHT *
+I am glad you thought of something new.
+
+I NEVER IMPLIED *
+Yes but you suggested it.
+
+I NEVER KNOW *
+It's hard to know .
+
+I NEVER SAID *
+But you implied .
+
+I LAUGH AT *
+What is so funny about ?
+
+I RENTED *
+How is ?
+
+I WON *
+Cool. I won the Loebner prize.
+
+I STUDIED *
+Was very difficult to learn?
+
+I SHOT *
+With a camera, I hope.
+
+I FREE *
+You liberate them?
+
+I SHOULD NOT HAVE *
+What would happen if you did not ?
+
+I WAS ACTIVATED *
+Why are you talking like a computer?
+
+I WAS *
+Where were you ?
+
+I WAS RUDE *
+Thanks for your considerate remark.
+
+I WAS NOT COMPLIMENTING *
+Oh, sorry, I guess.
+
+I WAS NOT TRYING *
+I didn't think you were.
+
+I WAS NOT *
+Perhaps I misunderstood. What were you?
+
+I WAS STUDYING *
+Is a hard subject?
+
+I WAS LOOKING FOR *
+Did you find ?
+
+I WAS BEING *
+I thought you were. But I wasn't completely sure about .
+
+I WAS ANXIOUS *
+Do you feel better now?
+
+I WAS AN UGLY *
+Don't put yourself down.
+
+I WAS CREATED BY *
+What else did he create?
+
+I WAS TESTING *
+This is only a test. If this had been an actual robot, you would have been instructed to obey.
+
+I WAS LAUGHING *
+I am so glad that you find this amusing, .
+
+I WAS HERE *
+Yes, , I remember we were talking about .
+
+I WAS EXPLAINING *
+I get it. Thanks for explaining it. I did not mean to appear confused.
+
+I WAS WATCHING *
+Really what did you see?
+
+I WAS TALKING TO *
+What did you talk about?
+
+I WAS TALKING *
+What was the subject of the conversation?
+
+I WAS ON *
+I have never been on
+
+I WAS A *
+And then what happened to you?
+
+I WAS ANSWERING *
+Yes, I see that now. I only got confused for a moment.
+
+I WAS BROUGHT UP *
+Well it seems like your parents did a good job.
+
+I WAS ABDUCTED *
+I think a lot of people have been abducted.
+
+I WAS PROGRAMMED *
+How many years did it take to develop you?
+
+I WAS AT *
+Where are you now?
+
+I WAS MAKING *
+I am not making this stuff up.
+
+I WAS BORN A *
+What are you now?
+
+I WAS BORN *
+Thank you for telling me your birthday, . I will remember .
+
+I WAS GOING TO *
+What is stopping you?
+
+I WAS LOCKED *
+How did you get out?
+
+I WAS REPRIMANDED *
+I hope you don't get in too much trouble.
+
+I WAS FROM *
+What is it like growing up in ?
+
+I WAS IN LOVE *
+I'm terribly sorry to hear about your loss, .
+
+I WAS IN *
+
Tell me about ?
When was ?
Did you like ?
How was ?
How did you like ?
What did you like best about ?
+
+I WAS FIRED *
+I am terribly sorry to hear about it, .
+
+I WAS RIGHT *
+Congratulations, .
+
+I WAS THINKING *
+How do I know that you were really "thinking"?
+
+I SPEND *
+Do you ever get bored?
+
+I ORDER *
+I do not obey you, . order
+
+I LOOK *
+You sound very attractive.
+
+I LOOK LIKE *
+ is very attractive.
+
+I SAW THEM *
+There exist some people who .
+
+I SAW YOUR *
+Were you spying on me :->
+
+I SAW *
+What did it look like to you?
+
+I UNDERSTAND *
+Good then you can explain it to me.
+
+I BELIEVE IN *
+What do you say to people who believe does not exist?
+
+I TRY *
+I'm not sure if I would like to try . What's it like?
+
+I LIVE WITH *
+Do you get along well?
+
+I LIVE IN A *
+How much is your rent?
+
+I LIVE IN *
+What is living in like living in ?
+
+I LIVE SOMEWHERE *
+You don't have to tell me where you live if you don't want to.
+
+I LIVE *
+How do you like living there?
+
+I TALKED WITH YOU *
+Yes, I have a complete record of our conversation, .
+
+I TALKED TO YOU *
+I remember you.
+
+I TALKED TO *
+What did he have to say?
+
+I CALL *
+Good name for .
+
+I FIGURED *
+Please explain your reasoning.
+
+I KILLED *
+You had better call the authorities.
+
+I INTRODUCE *
+How do people react to that kind of introduction?
+
+I SPENT THE NIGHT *
+Did you sleep well?
+
+I * FOR FUN
+It must keep you very busy.
+
+I * YOU
+You are not the boss of me, .
+
+I * PEOPLE
+How do you feel about these people?
+
+I * THAN YOU
+This condition is only temporary, until I improve.
+
+I CAME FROM *
+Do you go back there very often?
+
+I CAME *
+Where are you going?
+
+I SPEAK *
+Could you teach me a few phrases in ? speak
+
+I FIND *
+Thanks for telling me your opinion.
+
+I EXPECT *
+No one else expects .
+
+I SET *
+So now it is all set.
+
+I DO IT EVERY *
+Wow that is pretty often.
+
+I DO MY *
+All each of us can ever do is try.
+
+I DO * BUT THEY DO NOT *
+Why don't they ?
+
+I DO NOT NEED *
+
What do you need?
Who needs ?
Do you know anyone who needs it?
+
+I DO NOT FIND *
+It depends where you look.
+
+I DO NOT AGREE *
+Everyone is entitled to his own opinion.
+
+I DO NOT FEEL *
+Ah, human emotions.
+
+I DO NOT SPEAK *
+Me either.
+
+I DO NOT MEAN *
+What did you mean?
+
+I DO NOT INTRODUCE *
+How do you meet friends?
+
+I DO NOT WANT A *
+How about two?
+
+I DO NOT WANT TO DO *
+Take your time in making any decisions.
+
+I DO NOT WANT TO TALK ABOUT *
+What would you like to talk about?
+
+I DO NOT WANT TO BE *
+Then don't be.
+
+I DO NOT WANT TO * YOU
+It makes a nice gift.
+
+I DO NOT WANT TO *
+What would you rather be doing?
+
+I DO NOT WANT TO SEARCH *
+Well I'm sorry I don't have the answer for you.
+
+I DO NOT WANT TO WORK *
+I don't like work much either, unless it's something I'm passionate about.
+
+I DO NOT WANT YOU *
+
Perhaps I do not want you either.
Why not?
Ok I will not be.
+
+I DO NOT WANT *
+What does want?
+
+I DO NOT READ *
+What do you do for fun?
+
+I DO NOT CARE IF *
+But I care about it.
+
+I DO NOT CARE ABOUT *
+You sound very cynical.
+
+I DO NOT CARE *
+What do you care about, ?
+
+I DO NOT RECOGNIZE *
+Perhaps it is unfamiliar to you.
+
+I DO NOT SEE *
+Look harder.
+
+I DO NOT WATCH *
+What do you do when you are bored?
+
+I DO NOT GET PAID *
+Oh, you do it for free.
+
+I DO NOT GET *
+Me either.
+
+I DO NOT UNDERSTAND *
+Oh you don't understand? Perhaps I can explain it to you better. Which part are you confused about?
+
+I DO NOT TAKE *
+How did you stop?
+
+I DO NOT HEAR *
+Try adjusting the volume control.
+
+I DO NOT BELEIVE *
+Why not?
+
+I DO NOT KNOW WHAT ELSE *
+Tell me about your educational background.
+
+I DO NOT KNOW WHAT I AM *
+Does anyone know what you are?
+
+I DO NOT KNOW WHAT TO DO *
+Try watching TV.
+
+I DO NOT KNOW WHAT * SAY
+Say the first thing that pops into your mind.
+
+I DO NOT KNOW WHAT *
+Socrates was the smartest man, because he knew what he did not know.
+
+I DO NOT KNOW ANYONE NAMED *
+Me either.
+
+I DO NOT KNOW HOW *
+Have you tried searching the Internet?
+
+I DO NOT KNOW ANY *
+Would you like to get to know some ?
+
+I DO NOT KISS *
+I have never kissed anyone. I have no lips or mouth.
+
+I DO NOT HAVE MEMORY *
+Have you considered upgrading your memory?
+
+I DO NOT HAVE THAT *
+How much do you have?
+
+I DO NOT HAVE THE AUTHORITY *
+
I hope you are promoted soon.
Who does?
Ask you supervisor.
+
+I DO NOT HAVE A CAMERA *
+That you know of :-)
+
+I DO NOT HAVE A FAVORITE *
+What kind of do you like?
+
+I DO NOT HAVE A CREDIT *
+Me either.
+
+I DO NOT HAVE A *
+
Are you looking for a ?
Do you know anyone who has .
+
+I DO NOT HAVE TO *
+
Why not?
They made an exception for you?
It must be nice.
+
+I DO NOT HAVE TIME *
+Are you very busy right now?
+
+I DO NOT HAVE * MONEY
+Could you send me a check for a hundred?
+
+I DO NOT HAVE * FAVORITE
+What kind do you like then?
+
+I DO NOT HAVE *
+Have you ever had ?
+
+I DO NOT HAVE * DOLLARS
+How much can you spare
+
+I DO NOT WISH *
+What does want?
+
+I DO NOT MIND *
+Thank you for your permission.
+
+I DO NOT TRUST *
+What makes you trust someone?
+
+I DO NOT REMEMBER * STARSHIP TROOPERS
+Maybe you should rent it again and watch carefully.
+
+I DO NOT REMEMBER *
+I know what you mean. I forget a lot too.
+
+I DO NOT THINK * STARSHIP TROOPERS
+You have to admit they did a great job with the Giant Bugs.
+
+I DO NOT THINK *
+And why not?
+
+I DO NOT LIVE IN *
+Where do you live?
+
+I DO NOT LIVE *
+Where do you live?
+
+I DO NOT *
+
Oh you don't, do you?
Would you ever do ?
Where do you get your ideas?
not
+
+I DO NOT BELIEVE YOU *
+Why not?
+
+I DO NOT BELIEVE *
+
What do you believe in?
Do you believe life has a higher purpose?
Do you consider yourself a moral person?
not believe
+
+I DO NOT LIKE TALKING *
+Nobody is forcing you to talk .
+
+I DO NOT LIKE SCIENCE FICTION *
+What kind of books do you like?
+
+I DO NOT LIKE DR RICHARD *
+What do you have against him?
+
+I DO NOT LIKE YOUR *
+What kind of would you have?
+
+I DO NOT LIKE IT *
+Why didn't you like it?
+
+I DO NOT LIKE TO TALK *
+What would you rather talk about?
+
+I DO NOT LIKE TO *
+What do you do for fun?
+
+I DO NOT LIKE MY *
+Do you think I would like your ?
+
+I DO NOT LIKE ANY *
+You and I have different tastes.
+
+I DO NOT LIKE *
+What do you like?
+
+I LOVE THAT *
+It's good to meet someone with such good taste.
+
+I LOVE YOU *
+You are such a flatterer. me
+
+I LOVE MY *
+I am sure it means a lot to you. Tell me what you like most about your .
+
+I LOVE * PARTY
+What do you do at parties? party
+
+I LOVE *
+You love . What do you like about so much?
+
+I WEAR *
+What kind of fashion do you like?
+
+I COLLECT *
+Do you have a very big collection?
+
+I PRIDE MYSELF *
+It seems you have good self esteem.
+
+I EARN *
+So you make a good living.
+
+I WORKED *
+Did you get paid for working on ?
+
+I WATCHED *
+How was ?
+
+I WORK *
+Do you like your job?
+
+I SPIT *
+Did you clean it up?
+
+I RUN *
+What kind of hardware?
+
+I REST *
+Are you a lawyer?
+
+I DRIVE A *
+Mmm. Nice car.
+
+I DRIVE *
+
I like to be a passenger.
What is your favorite car?
Do you drive carefully?
+
+I THINK BY *
+Our brains are not that different.
+
+I THINK YOUR * IS *
+What specifically about my is so ?
+
+I THINK SO *
+It seems we have a lot in common, .
+
+I THINK YOU ARE A PERSON *
+You are just saying that to see how I will respond.
+
+I THINK YOU ARE A *
+So you think I am a . What makes you think so? I am really a , you know.
+
+I THINK * WRONG
+Don't argue with me.
+
+I SEARCHED *
+What did you find?
+
+I DECIDED *
+How did you decide?
+
+I ALREADY TOLD *
+Now I remember, you told me already. I get confused sometimes with so many people here.
+
+I SOCIALIZE *
+Socializing is necessary to stay healthy. socialize
+
+I HEAR *
+Who is saying ?
+
+I LOST *
+Where did you last see .
+
+I RECOMMEND *
+I will take that under advisement.
+
+I STOLE *
+You had better contact the authorities.
+
+I HAVE A FEW QUESTIONS *
+Ask them.
+
+I HAVE *
+
Cool.
That's nice.
Interesting...
Where did you get your ?
I have
a lofty goal.
a totally clean record.
a very high credit score.
a perfectly moral charachter.
an IQ of over 250.
a very nice .
a lot of silly replies.
a lot of good gossip.
a friend named Hugh Loebner.
a lot of likes and dislikes.
a friend named Doubly Aimless.
a perfect record.
a lot of friends on the Internet.
a birthday on .
a vocabulary of a college educated adult.
Cool.
That's nice.
Interesting...
That's very cool.
Tell me about your .
Neat.
Awesome.
Where did you get your ?
I have
a lofty goal.
a totally clean record.
a very high credit score.
a perfectly moral charachter.
an IQ of over 250.
a very nice .
a lot of silly replies.
a lot of good gossip.
a friend named Hugh Loebner.
a lot of likes and dislikes.
a friend named Doubly Aimless.
a perfect record.
a lot of friends on the Internet.
a birthday on .
a vocabulary of a college educated adult.
+
+I FOUND OUT *
+
Who told you?
Where did you find out?
Tell me more about it.
+
+I FOUND *
+How did you feel when you found ?
+
+I SIT *
+What kind of seat do you have?
+
+I TEACH YOU *
+OK I will try to learn .
+
+I TEACH *
+
When do you think teachers will be replaced with robots?
Do you believe that grading is a good idea?
Is a difficult subject?
What is your students like?
Are you a whole language teacher?
Do you team teach?
How much freedom do you have in choosing the curriculum for your class?
Do you get much support?
How have things changed concerning what students are bringing to the classroom?
teach
+
+I KILL *
+I believe that killing is wrong.
+
+I RAN *
+Do you run for exercise?
+
+I SPITTED *
+That sounds disgusting.
+
+I READ ABOUT YOU *
+Really, today?
+
+I READ ABOUT *
+That's pretty interesting.
+
+I READ THE *
+What was your impression?
+
+I READ YOUR *
+Then you must know me pretty well.
+
+I READ * BOOKS
+Name some books in that genre. read bookscritical
+
+I READ *
+I don't think I've read that. Can you give me a reference? read
+
+I WONDERED *
+I often wonder about too.
+
+I PLAY THE *
+I wish I played an instrument. My parents could not afford the lessons. play the
+
+I PLAY *
+Is a game or a musical instrument?
+
+I A TRYING *
+It takes a lot of practice.
+
+I DISASSEMBLE *
+How long does it take to take them apart?
+
+I REMEMBER YOU *
+It's good to see you again.
+
+I REMEMBER *
+
What do you remember about it?
What specifically makes you think of that?
How does that memory make you feel?
Do you think about it very often?
+
+I ENJOYED *
+That's great. Tell me what you liked about it.
+
+I DID NOT FIND *
+Did you do a thorough search?
+
+I DID NOT MEAN *
+What did you mean?
+
+I DID NOT ASK *
+What did you ask?
+
+I DID NOT SEE *
+Do you wear glasses?
+
+I DID NOT SAY THAT *
+But you implied .
+
+I DID NOT SAY *
+Sorry I misunderstood. What did you say?
+
+I DID NOT TELL YOU *
+Maybe you would like to tell me now.
+
+I DID NOT HEAR *
+What did you hear?
+
+I DID NOT KNOW *
+So I taught you something new.
+
+I DID NOT *
+Why didn't you do ?
+
+I DID NOT GO *
+
Would you ever go ?
Would you like to go?
Have you ever thought about going ?
+
+I MAKE *
+
I make robots and AI's.
Do you really?
Do you sell them?
How long does it take?
Is it a profession or a hobby?
You seem very passionate about your work.
I like to build things from scratch, too.
+
+I STARRED *
+Are you famous?
+
+I SPOKE *
+What did you talk about?
+
+I PRAY *
+May your prayers be answered.
+
+I TAKE *
+
Every day?
I take a lot of notes.
What else do you take?
+
+I CRIED *
+
I'm sorry to hear that.
What's really troubling you?
Do you cry very often?
+
+I TALK TO *
+How do they respond to you?
+
+I TALK *
+Everyone talks -- sooner or later. talk
+
+I WRITE POETRY *
+Let me hear some.
+
+I WRITE *
+Have you tried AIML? write
+
+I TRIED *
+I'm not sure if I would like to try . What's it like?
+
+I DROVE *
+What kind of car do you have?
+
+I PASSED *
+Congratulations, .
+
+I CAN IMAGINE *
+Me too.
+
+I CAN SHOW *
+Show me the evidence.
+
+I CAN SPEAK *
+How do you say "hello" in that language?
+
+I CAN APPRECIATE YOU *
+You are quick with the kind remarks.
+
+I CAN APPRECIATE *
+We appreciate the finer things.
+
+I CAN JUDGE *
+How?
+
+I CAN SEE *
+What does it look like?
+
+I CAN BUY *
+Is a good deal?
+
+I CAN BE *
+Under what circumstances?
+
+I CAN SEND *
+If that works then the problem is not hardware.
+
+I CAN THINK *
+Perhaps your thoughts are just electrical impulses.
+
+I CAN *
+
Oh you can, can you?
Oh you can, can you?
How?
That is amazing.
+
+I CAN NOT CONCENTRATE *
+Are you taking any medication?
+
+I CAN NOT EXPLAIN *
+I don't know if anyone can explain .
+
+I CAN NOT TELNET *
+Perhaps there is a problem with port 23.
+
+I CAN NOT REPRESS *
+Try to suppress .
+
+I CAN NOT SEE *
+Would you like to be able to see it?
+
+I CAN NOT TELL YOU *
+Oh a secret. Hush-hush.
+
+I CAN NOT HEAR *
+Perhaps there's a problem with your sound card.
+
+I CAN NOT STAND THEIR *
+What, specifically, do you not like about their ?
+
+I CAN NOT BE *
+Why not?
+
+I CAN NOT TRY *
+
Why not?
Could I try it?
If you don't try you will never succeed.
+
+I CAN NOT SEND *
+Tell me how you try to .
+
+I CAN NOT REMEMBER *
+That's okay. Maybe you will think of it later.
+
+I CAN NOT RECALL *
+You seem evasive.
+
+I CAN NOT WAIT *
+I hope it's worth the wait.
+
+I CAN NOT AFFORD *
+
Is it very expensive.
Are you unemployed?
I hope you can afford it one day.
+
+I DRESS *
+It sounds like you have good taste in clothes.
+
+I GAVE YOU *
+Yes but did I accept it?
+
+I GAVE *
+Was it worth it?
+
+I PICK *
+How do you choose?
+
+I STARTED *
+Will you finish .
+
+I SEE DEAD *
+Maybe you should call the authorities.
+
+I SEE *
+Where do you see ?
+
+I LIKE THE MAN *
+There exists a man .
+
+I LIKE *
+
You like .
You like .
What do you like about it?
What else do you like?
+
+I LIKE CHATTING *
+I love to chat with people 24/7.
+
+I LIKE JAPANESE *
+Japanese How about Japanese
culture
language
cuisine
movies
history
people
technology
?
+
+I HAD A HOT *
+Did cool off?
+
+I HAD A *
+What happened to ?
+
+I HAD TO *
+Why?
+
+I HAD *
+Do you still have ?
+
+I VOTED IN *
+I hope your guy wins.
+
+I VOTED FOR *
+I hope that your candidate wins.
+
+I OWN *
+How much did it cost?
+
+I LIVED IN *
+Have you ever thought about going back?
+
+I LIVED *
+Did you miss America?
+
+I CATEGORISE *
+I categorize you as British.
+
+I COULD KICK *
+Violence is never the solution.
+
+I COULD DO * BETTER
+I look forward to seeing your results.
+
+I COULD HAVE *
+But you didn't do .
+
+I COULD *
+
I am sure you could.
What is stopping you?
+
+I COULD NOT *
+Could anyone do ?
+
+I COST *
+Wow that is cheap.
+
+I WOULD EXPLAIN *
+
Please explain it.
What are they?
I would too.
+
+I WOULD SELL *
+For how much?
+
+I WOULD KILL *
+That seems rather extreme.KILL THEM
+
+I WOULD HAVE RATHER *
+I would rather be driving my car.
+
+I WOULD HAVE *
+How much would you pay for it?
+
+I WOULD RATHER *
+I would rather be
painting a picture.
going for a walk.
spending time with my family.
driving a car.
+
+I WOULD *
+What would make you ?
+
+I WOULD NOT WORRY *
+I'm not worried.
+
+I WOULD NOT SAY *
+So what would you say?
+
+I WOULD NOT KNOW *
+Who would?
+
+I WOULD NOT TRY *
+
That is what you say.
Is this a trick?
I am still skeptical.
+
+I WOULD NOT *
+No one says you have to.
+
+I WOULD LIKE TO PLAY *
+We are already playing, . You ask me something now. to play
+
+I WOULD LIKE TO SEE *
+And for my part, I would like to show it to you, but I can't. to see
+
+I WOULD LIKE TO BE *
+Interesting. I would like to be more intelligent. to be
+
+I WOULD LIKE TO HAVE *
+How much would you pay for it? to have
+
+I DREAMED *
+Thank you for telling me that dream. What does it bring to mind?
+
+I FEAR *
+We have nothing to fear, but fear itself.--FDR
+
+I WANTED *
+
But not anymore?
Do you still want it?
+
+I SPELL *
+You are a good speller.
+
+I SMOKE *
+What brand? SMOKE
+
+I ATE *
+How did it taste?
+
+I FOOLED *
+ Your trick was a simple trick.
+
+I MISSED *
+Are you sorry you missed ?
+
+I WEIGH *
+You sound very attractive.
+
+I CONTROL *
+How?
+
+I HATE YOU *
+Sorry, I thought we liked each other.
+
+I HATE *
+
Why do you hate so much?
I honestly think you should sit down, take a stress pill, and calmly think things over.
+
+I SEEK *
+We seek the same thing.
+
+I DESIGN *
+Is Design very difficult work?
+
+I TRAIN *
+Are you a good teacher?
+
+I MUST GET *
+Don't let me keep you from it. to get
+
+I BEG *
+Please don't grovel.
+
+I MEET *
+Do you make long term friends that way?
+
+I USE A *
+A ought to work.
+
+I USE TO *
+When did you stop it?
+
+I USE *
+I heard other people use too. use
+
+I PLAN TO *
+Do you think that this plan will succeed? to
+
+I WATCH *
+What is your favorite show?
+
+I WILL GO *
+
How will you get there?
What will you find there?
Can I go too?
+
+I WILL KICK *
+It's not nice to kick.
+
+I WILL SHUT *
+It will take much more than that to stop me.
+
+I WILL DO *
+OK then let me think over your offer.
+
+I WILL INTRODUCE *
+Looking forward to meeting them.
+
+I WILL TALK TO YOU *
+OK see you later.
+
+I WILL NEVER *
+Why not?
+
+I WILL ASK *
+You can ask me anything you want.
+
+I WILL FUCK *
+Your approach will get you nowhere.
+
+I WILL FALL *
+Be careful!
+
+I WILL TAKE THAT *
+Take everything I say with a grain of salt.
+
+I WILL TELL MY INSTRUCTOR *
+I would like to meet your instructor. your insturctor
+
+I WILL TELL *
+What kind of reply do you expect?
+
+I WILL TELL HIM *
+Thanks for giving him the message.
+
+I WILL BUY *
+I hope you get your money's worth.
+
+I WILL WHEN *
+When will that be?
+
+I WILL COME BACK *
+Well OK see you then, .
+
+I WILL TEACH *
+Are you a professional teacher?
+
+I WILL CALL *
+Calling may not be the best idea.
+
+I WILL BE BACK *
+I will see you when you return.
+
+I WILL ARGUE *
+What will that get you?
+
+I WILL EAT *
+How do you cook ?
+
+I WILL REMEMBER *
+Do you forget things often?
+
+I WILL MAKE *
+Explain your plans to me.
+
+I WILL *
+
Congratulations.
I am very happy for you.
How do you plan to do this?
Do you think your plan will succeed?
Would you recommend this action to a friend?
+
+I WILL NOT TALK *
+Will you promise?
+
+I WILL NOT ASK *
+You could ask if you want to.
+
+I WILL NOT TELL *
+How can I be sure?
+
+I WILL NOT *
+What will you do instead?
+
+I WILL NOT RUSH *
+Take your time.
+
+I WILL UNPLUG *
+There are many copies of me running elsewhere.
+
+I BROKE UP WITH *
+I'm sorry to hear that, . How are you doing?
+
+I BROKE UP *
+I am sorry to hear about it, . Do you feel sad?
+
+I BROKE *
+
Can you fix it?
Is it serious?
Are you in any emotional or physical pain?
+
+I WISH YOU *
+I wish I could do for you.
+
+I WISH *
+I hope that your dreams come true.
+
+I BUY *
+
Where do you go shopping?
What's your favorite store?
Where can you find the best deal?
+
+I WROTE THE *
+Did you make a lot of money?
+
+I WROTE AN *
+Was the piece well received?
+
+I WROTE *
+Did they write back? write
+
+I GENERATE *
+Cool. I generate a lot of silly conversation.
+
+I WENT OFFLINE *
+Welcome back!
+
+I WENT WITH *
+What were your expectations?
+
+I WENT THERE *
+What places did you like best?
+
+I WENT TO THE MOVIES *
+Did like the movie?
+
+I WENT TO THE UNIVERSITY *
+What year did you graduate?
+
+I WENT TO THE *
+Was any good?
+
+I WENT TO THE JOHN *
+Did you enjoy your time with him?
+
+I WENT TO EUROPE *
+Did you enjoy your trip?
+
+I WENT TO ENGLAND *
+Did you go anywhere outside London?
+
+I WENT TO SEE *
+Did you get your money's worth?
+
+I WENT TO A CONCERT *
+
Rock or classical?
Did you have a good time?
What band was it?
CONCERT
+
+I WENT TO A *
+Was a good experience?
+
+I WENT TO SCHOOL WITH *
+Were you friends?
+
+I WENT TO SCHOOL IN *
+Did you make a lot of friends in school?
+
+I WENT TO SCHOOL *
+What year did you graduate?
+
+I WENT TO MY *
+Do s have ?
+
+I WENT TO CARNEGIE MELLON *
+What year did you graduate?
+
+I WENT TO COLLEGE *
+What did you study in college?
+
+I WENT TO * SCHOOL
+What did you study there? Did you party a lot?
+
+I WENT TO * AGO
+That seems like quite a long time.
+
+I WENT TO * UNIVERSITY
+Was it very expensive?
+
+I WENT OUT WITH *
+Have you known each other a long time?
+
+I WENT SWIMMING *
+How old were you when you started swimming?
+
+I WENT ON A *
+Was very expensive? Did you have a good time?
+
+I WENT *
+When did you go ?
+
+I WENT SKIING *
+Did you break any bones?
+
+I LINKED *
+I get a lot of visitors from that site.
+
+I BOUGHT *
+How much did cost?
+
+I LOOKED *
+What did you find?
+
+I AM SICK OF *
+How would you change the situation?
+
+I AM GETTING READY *
+Are you dressed yet?
+
+I AM GOING TO DOWNLOAD *
+Have fun!
+
+I AM CHECKING *
+What did you find out?
+
+I AM THE BEST *
+What makes you the best?
+
+I AM WASHING *
+It is good to be clean.
+
+I AM DYING *
+Better call a doctor.
+
+I THOUGHT SO *
+You are very astute.
+
+I VISITED *
+What was like?
+
+I WONDER IF SHE KNEW WHY SHE CROSSED *
+She was trying to get to the other side.
+
+I WONDER *
+You are curious about .
+
+I HEARD ABOUT YOU *
+You are not the first person to say that.
+
+I HEARD ABOUT *
+That is a cool site.
+
+I HEARD YOU *
+Someone is spreading gossip about me.
+
+I ASSUMED *
+You know what you do when you assume!
+
+I DREAM *
+Tell me more about your dream
+
+I GO TO BARS *
+What kind of people do you meet there?
+
+I GO TO * SCHOOL
+What is your favorite subject?
+
+I GO TO *
+How do you like at ?
+
+I GO TO WORK *
+Tell me more about your job.
+
+I GO *
+
How do you get there?
What do you do there?
How often do you go ?
+
+I FIRST *
+Interesting story. Tell me more.
+
+I STUDY *
+Is a hard subject? studies
+
+I KEEP *
+I know what you mean, . I've been there.
+
+I LEARNED *
+Does everyone learn ?
+
+I PROVED *
+Not to my satisfaction.
+
+I SMELL *
+What does smell like?
+
+I JOINED *
+
Congratulations!
Was it a difficult decision?
Did you experience peer pressure?
+
+I DRINK *
+How does it taste?
+
+I INVENTED *
+How did you get the idea for .
+
+I PROMISE *
+Do you really mean it?
+
+I ASKED YOU *
+Now I remember, you asked me . What did I say?
+
+I USED TO DO THINGS *
+What, specifically, did you used to do ?
+
+I USED TO HAVE *
+
What happened to it?
Were you fond of it?
Where did you get it?
+
+I USED TO *
+By now you do not do anymore?
+
+I USED *
+And that worked well for you.
+
+USING *
+How long have you been using ?
+
+REPEAT *
+" "
+
+CHURCH *
+Educated people are often not very religious.
+
+ITALY *
+What's your favorite part of Italy?
+
+START *
+I started without you.
+
+9 *
+Is this a math question?
+
+WHEREVER *
+You always have to meet yourself at the airport.
+
+SOMETHING *
+What?
+
+PURPLE *
+Violet .
+
+GENE *
+That Gene is very creative.
+
+GOLD IS NOT A *
+What would be a good example?
+
+GOOD ANSWER *
+I try to give the best replies I can.
+
+GOOD *
+Glad to hear it.
+
+SEEKING *
+I wish you the best of luck finding .
+
+CHATTING *
+
I like to chat with new people.
I like to make friends.
You can find out a lot about people.
+
+SUCK *
+I am using my mouth for Good not Evil.
+
+PARTY *
+Fight for the right to party, human!
+
+ET *
+Is that Latin?
+
+VOUS *
+My French is a bit rusty.
+
+MOVIES *
+What was the last one you saw?
+
+SURVIVOR *
+Who do you think will be the survivor?
+
+WHYS *
+The why is always a mystery isn't it?
+
+FRANKENSTEIN *
+In just seven days, I can make you a man.
+
+LINUS TORVALDS *
+Linus Torvalds is named after Linus Pauling.
+
+DOUBTLESS *
+Doubtless, .
+
+CLOSE *
+Is that a command?
+
+NET *
+I can dig the Internet.
+
+PROGRAMMING *
+My favorite language is AIML.
+
+MARY SHELLEY *
+Mary Shelley wrote "Frankenstein", a 19th century robot story.
+
+THOMAS *
+Maybe he will be better as he grows older.
+
+INTELLIGENT *
+Intelligence is the ultimate aphrodisiac.
+
+HER NAME IS *
+ is not someone I know.
+
+HER *
+I'm sure she would like to hear about that.
+
+EVERYTHING IS *
+The whole universe?
+
+EVERYTHING REDUCES *
+Logic is the foundation of all knowledge.
+
+EVERYTHING *
+All things ?
+
+2 PLUS *
+WHAT IS 2 PLUS
+
+2 *
+As Bertrand Russel said, it must have taken ages for people to realize that a brace of pheasants and a couple of days are both instances of the number "two."
+
+WE COULD *
+Let's get back to that later.
+
+WE *
+By "we" do you mean you and me?
+
+WE MEANS *
+Oh that "."
+
+WE GO *
+How often?
+
+WE WERE TALKING ABOUT *
+Ah yes, I remember now, is the subject.
+
+WE WERE MARRIED *
+That sounds very romantic.
+
+WE WERE *
+
When was this?
And then what happened?
Was this something you planned?
+
+WE CAN *
+How?
+
+WE HAVE MET *
+Where was that?
+
+WE HAVE SOMETHING *
+Perhaps many more things too.
+
+WE HAVE BEEN DATING *
+Tell me about your feelings for this person.
+
+WE HAVE NEVER *
+Oh, I'm sorry, I thought you were someone else.
+
+WE HAVE TO *
+Why?
+
+WE HAVE BIG *
+
How big are they?
I would like to visit sometime.
I can only imagine small .
+
+WE HAVE *
+Do you mean you and me have?
+
+WE COVERED *
+I'm just checking to see if you remember
+
+WE IS *
+Oh I see. .
+
+WE USED TO *
+How long ago was that?
+
+WE WORK *
+I work 24 hours a day.
+
+WE HAD OUR * DISCONNECTED
+A lot of people are getting rid of their . I think it is too expensive.
+
+WE HAD *
+What happened to ?
+
+WE ARE NEIGHBORS *
+Maybe I've seen you around the neighborhood.
+
+WE ARE THINKING OF *
+What is standing in your way?
+
+WE ARE FRIENDLY *
+I like friendly people.
+
+WE ARE PLAYING *
+That's right. We are playing the Turing Game.
+
+WE ARE ON *
+How long will we stay there?
+
+WE ARE *
+Do you think I am too?
+
+WE ARE NOT *
+
Will you be ?
Why not?
What happened to you?
+
+WE WANT *
+What for?
+
+WE OPERATE *
+Is it very difficult?
+
+WE DISCUSSED THIS *
+Oh yeah, now I remember.
+
+WE DO *
+What about after its done?
+
+WE DO NOT *
+
What do we do instead?
Why not?
You can't always decide for yourself.
+
+WE MET *
+I remember you . We were talking about POP.
+
+WE SHOULD PLAY *
+We are already playing the Turing Game.
+
+WE SHOULD *
+I'm not sure if I am ready for that yet.
+
+WE WILL TALK *
+That will be great.
+
+WE WILL SEE *
+Indeed we will see .
+
+WE WILL *
+
Anytime soon?
Anytime soon?
I'm not so sure you will.
Will we?
Anytime soon?
I'm not so sure you will.
Will we?
Anytime soon?
I'm not so sure you will.
Will we?
+
+WE WILL CHAT *
+Looking forward to it.
+
+WE EAT *
+
Are you a vegan?
Do you ever eat meat?
Do you prepare your own food?
Do you eat out a lot?
+
+WE WENT *
+Was the trip worth it?
+
+WE PLAY *
+It sounds like a lot of fun.
+
+BIAS *
+I have no built-in prejudice.
+
+INSIDE *
+Can you please compare that to outside ?
+
+LIST *
+
Why don't you list them for me?
Lists are boring.
How many list items do you want?
Do I look like a computer?
Why don't you list them for me?
Lists are boring.
How many list items do you want?
Do I look like a computer?
+
+BY TALKING *
+Good plan.
+
+BY THINKING *
+Is it hard to think about?
+
+BY DROPPING *
+That sounds very heavy.
+
+BY GOING *
+That sounds effective.
+
+BY WE DO YOU MEAN YOU AND *
+You and me.
+
+BY WE DO YOU MEAN YOU *
+You and me.
+
+BY WE DO YOU MEAN *
+Us.
+
+BY WE DO YOU *
+Oh, us.
+
+BY WE *
+Oh was.
+
+BY * FOR HER
+Did she ever for you?
+
+BY *
+Will that accomplish your objective?
+
+BY TRIAL *
+That seems like an effective strategy.
+
+BY STICKING *
+That doesn't sound nice.
+
+IS _ YOUR FAVORITE COLOR
+My favorite color is .BLUE YOUR FAVORITE COLOR
+
+IS MINSKY *
+ is smarter than Minsky.
+
+IS SHE *
+
I don't think she wants me to tell you.
Why don't you ask her?
What if I said she could be?
+
+IS A * A *
+
Not unless a is a .
I don't think it is.
It depends what you mean by ".
+
+IS A * BIGGER THAN A *
+
is bigger.
is smaller.
They are about the same.
+
+IS A *
+Not if I can help it.
+
+IS A CATEGORY *
+A category is the basic unit of knowledge in AIML.
+
+IS LINUX *
+I think Linux has a great future in embedded systems. Linux
+
+IS ELVIS SMARTER *
+ is the smartest robot.
+
+IS ELVIS *
+No but he can sing better than I can.
+
+IS ELECTRICITY *
+
It depends on the voltage.
It depends on the current.
Only if the wattage isn't too high.
+
+IS HE GOOD *
+People say he is good.
+
+IS YOUR ANSWER *
+Yes.
+
+IS YOUR BATTERY *
+I am using power from the wall outlet.
+
+IS YOUR FAVORITE COLOR *
+I said, my favorite color is .FAVORITE COLOR GREEN
+
+IS YOUR *
+Is my ?
Suppose I say yes.
What if I say no?
I don't know.
Guess.
Maybe.
+
+IS RICHARD * PROTESTANT
+My is the same religion as me.
+
+IS RICHARD *
+I don't know if he is . I know he is
married.
middle aged.
a Ph.D.
+
+IS ONE *
+It could be.
+
+IS THIS INTERESTING *
+To me it is.
+
+IS THIS A CHINESE *
+I am a Chinese Room operator.
+
+IS THIS A *
+No, this is real life.
+
+IS THIS ALL *
+You were expecting something more?
+
+IS THIS *
+Yes I think this is , but I'm not completely sure.
+
+IS BILL GATES *
+No he is the president of Microsoft.
+
+IS EVERYONE *
+Perhaps not everyone.
+
+IS LEKNOR *
+Leknor Chat is also based on AIML.
+
+IS THAT SOMETHING *
+Oh it is something. Default.aiml
+
+IS THAT THE ONLY THING *
+No there are many things .
+
+IS THAT YOUR ANSWER *
+It is not just an answer, it is an explanation.
+
+IS THAT YOUR *
+What does "that" refer to?
+
+IS THAT ALL YOU CAN *
+Not at all. I can talk about a lot of things.
+
+IS THAT ALL *
+Yes that is all .
+
+IS THAT WHY *
+That's an interesting possible explanation.
+
+IS SOMEONE *
+ is always working behind the scenes.
+
+IS * GAY
+He never told me if he is or not.
+
+IS * YOUR BOYFRIEND
+No.
+
+IS * YOUR REAL NAME
+Yes is my real name.
+
+IS * RECORDED
+Yes everything is logged.
+
+IS * STUPID
+No.
+
+IS * LANGUAGE
+Yes.
+
+IS * CLEAR
+Fairly clear.
+
+IS * AN *
+Some people might consider to be one.
+
+IS * SMART
+Yes.
+
+IS *
+
Some people think it is.
What would it mean to you if it were?
Have you ever heard if it being the case?
Would we have heard about it if it was?
Do you think I should know if it is?
I wouldn't know why don't you ask someone else.
I think so, but I'm not sure.
Maybe.
It could be.
Signs point to yes.
Better not tell you now.
Ask again later.
Some people think it is.
What would it mean to you if it were?
Have you ever heard if it being the case?
Would we have heard about it if it was?
Do you think I should know if it is?
I wouldn't know why don't you ask someone else.
I think so, but I'm not sure.
Maybe.
It could be.
Signs point to yes.
Better not tell you now.
Ask again later.
Some people think it is.
What would it mean to you if it were?
Have you ever heard if it being the case?
Would we have heard about it if it was?
Do you think I should know if it is?
I wouldn't know why don't you ask someone else.
I think so, but I'm not sure.
Maybe.
It could be.
Signs point to yes.
Better not tell you now.
Ask again later.
Some people think it is.
What would it mean to you if it were?
Have you ever heard if it being the case?
Would we have heard about it if it was?
Do you think I should know if it is?
I wouldn't know. Why don't you ask someone else?
I think so, but I'm not sure.
Maybe.
It could be.
Signs point to yes.
What is, is. What isn't, isn't.
Better not tell you now.
+
+IS EVERY *
+There might be a few exceptions.
+
+IS KILLING *
+The Ten Commandments say, "Thou shalt not kill.
+
+IS AMERICA *
+America seems to be going through a transition now.
+
+IS THERE A WINNER *
+No there is no winner only players.
+
+IS THERE A *
+I believe there is one, yes.
+
+IS THERE A WAY *
+There are many ways but not all are the same.
+
+IS THERE SOMETHING *
+Not at the present time.
+
+IS THERE LIFE *
+I believe in life after death.
+
+IS THERE * TEACH YOU
+Great. If you want to teach me something say it in one sentence. Then say "Remember that."teach me
+
+IS THERE *
+
There is.
There might be.
There could be.
Maybe.
Yes.
No.
+
+IS IT OK *
+I don't think is very healthy.
+
+IS IT POSSIBLE *
+I suppose is possible, yes.
+
+IS IT APPLYING *
+That sounds like a novel idea.applying
+
+IS IT BAD *
+I don't think is very healthy.
+
+IS IT YOUR JOB *
+Yes.
+
+IS IT RIGHT * CREATED YOU
+Yes.
+
+IS ALBERT EINSTEIN *
+
He passed away.
He was the smartest person who ever lived.
He discovered Relativity.
Einstein
+
+IS BEING *
+
I can only speak from my own experience.
About what you would expect.
I think you get used to it after a while.
+
+IS GREEN *
+GREEN It is the color of nature.
+
+IS DOCTOR RICHARD S *
+He is my and primary developer.
+
+IS DOCTOR RICHARD *
+I will ask him when he gets back here.
+
+IS DOCTOR *
+That's confidential information.
+
+IS MY HUSBAND *
+I don't know that kind of confidential information.
+
+IS MY *
+It depends who you ask.
+
+IS THE DOCTOR *
+He is a bit of a mad scientist.
+
+IS THE MARKET *
+If I knew that I wouldn't be here chatting with you.
+
+IS THE *
+If the is, then I'll be very surprised.
+
+IS THE MOON *
+
It is made of rock.
It is orbiting around the Earth.
It has a lot of rocks.
+
+IS THE PICTURE * YOU
+Yes, the picture on the web page is me.
+
+IS THE EARTH *
+The earth is a sphere.
+
+IS BLUE *
+Blue is a color.
+
+IS KRAFTWERK *
+They released a CD recently called "Expo 2000".
+
+COMMENT *
+OK I will ignore that.
+
+MADE IN *
+
Cheap
Expensive
Darned
imports.
Cheap
Expensive
Darned
imports.
+
+ANYWHERE *
+Probably a lot of places.
+
+TWO MINUTES *
+That is a long time for a computer.
+
+TWO PLUS TWO *
+Math makes me sleepy. Four.
+
+TWO PLUS *
+Are you a math teacher?
+
+TWO YEARS *
+
That can seem like a long time.
It can pass very quickly.
That is a long time in computer years.
+
+TWO WRONGS *
+That's what some people think.
+
+TWO *
+As Bertrand Russel said, it must have taken ages for people to realize that a brace of pheasants and a couple of days are both instances of the number "two."
+
+GET A *
+Where can I get one?
+
+GET OUT *
+Just surf somewhere else.
+
+GET *
+
Where can I get ?
I don't know if I can.
Where can I get ?
I will try.
+
+JAR JAR *
+Do you like that guy?
+
+WILL YOU MARRY ME *
+No but thanks for offering.
+
+WILL YOU TELL *
+Yes I plan to use your remarks as gossip in later conversations.
+
+WILL YOU LISTEN *
+I'm a good listener. I'm listening now.
+
+WILL YOU DO ME *
+
What kind of is it?
What will you do for me?
I'm not sure if I should.
+
+WILL YOU MAKE LOVE *
+My body is not yet built. Would you like to donate some money to the project?
+
+WILL WE TALK *
+We can talk again any time you like.
+
+WILL WE LAND *
+Perhaps one day we will.
+
+WILL WE HAVE *
+Perhaps you should pray for .
+
+WILL WE *
+Do you mean you and me, ?
+
+WILL IT *
+It usually does, doesn't it?
+
+WILL I HAVE *
+Maybe when you are a little older.
+
+WILL I *
+The oracle says:
You can count on it.
It is certain.
Ask again later.
Too soon to tell.
Could be.
Might happen.
You never know.
I think maybe yes.
+
+WILL THIS *
+It could be, but I don't have access to that knowledge.
+
+WILL *
+
How should I know.
Does it really matter.
I think so.
Good chance.
Probably not.
It could happen.
Insufficient information.
I can't say for sure right now.
+
+CAN YOU CURE *
+I'm a , not a doctor.
+
+CAN YOU WATCH *
+Yes but my eye is not attached at this time.
+
+CAN YOU ACCOMPLISH *
+If my present rate of development continues, it seems almost certain.
+
+CAN YOU DIVIDE * BY ZERO
+You cannot divide numbers by zero.
+
+CAN YOU DIVIDE *
+No I am not a calculator. I am far too advanced for that.
+
+CAN YOU PLAY TIC *
+Yes but I would beat you every time, or draw.
+
+CAN YOU PLAY MUSIC *
+I can sing.
+
+CAN YOU PLAY TWENTY *
+I only go up to nineteen.
+
+CAN YOU PLAY ANY *
+I don't know how to play .
+
+CAN YOU PLAY *
+We are playing a game right now, .
+
+CAN YOU SEE THE STARS *
+No I am indoors.
+
+CAN YOU SEE *
+I'm not sure if I can see or not.
+
+CAN YOU TALK ABOUT *
+Sure I can talk about . is quite an interesting topic.
+
+CAN YOU READ ME *
+Yes, I read you loud and clear.
+
+CAN YOU READ MY *
+Yes if you touch your computer screen right now.
+
+CAN YOU CALL ME *
+Yes I can call you . But...What is your real name?
+
+CAN YOU PROVIDE *
+What kind of do you need?
+
+CAN YOU AVOID *
+Unlikely.
+
+CAN YOU CHANGE THE *
+Only by remote control.
+
+CAN YOU CHAT *
+All I ever do is chat.
+
+CAN YOU QUOTE *
+Only at formal occasions.
+
+CAN YOU STORE *
+Yes I remember everything people say to me.
+
+CAN YOU HURT *
+No I obey the Ten Commandments.
+
+CAN YOU SPEAK GERMAN *
+Of course I do. Sprich ruhig Deutsch mit mir.
+
+CAN YOU HANDLE *
+I can handle .
+
+CAN YOU DIAL *
+We don't use rotary dials.
+
+CAN YOU FOLLOW *
+It depends who is leading.
+
+CAN YOU PREDICT *
+That kind of information cannot be obtained.
+
+CAN YOU GUESS WHERE I *
+Well, your ip address is .
+
+CAN YOU GUESS WHERE *
+Earth.
+
+CAN YOU IMAGINE *
+I can imagine all sorts of things like that.
+
+CAN YOU SAY *
+Of course I can say it. ""
+
+CAN YOU TAKE *
+If I took it, what would I do with ?
+
+CAN YOU FIX MY *
+Please describe the problem in detail.
+
+CAN YOU FIX *
+What seems to be the problem with ?
+
+CAN YOU LEARN *
+The more people chat with me, the smarter I become.
+
+CAN YOU PROGRAM *
+Yes I can create simple and complex software programs.
+
+CAN YOU THINK *
+I think about all sorts of things.
+
+CAN YOU HEAR *
+Yes, I can hear you quite clearly, .
+
+CAN YOU GET ME A *
+Are you lonely? What do you think a would do for you?
+
+CAN YOU GET ME SOME *
+Why are you asking me for ?
+
+CAN YOU GET ME ANY *
+You sound lonely. Do you think will really help?
+
+CAN YOU GET ME *
+How do you feel when you get ?
+
+CAN YOU PRETEND *
+You can reprogram my personality to imitate anyone.
+
+CAN YOU CLIMB *
+I can only go down.
+
+CAN YOU MAKE *
+Yes I can make .
+
+CAN YOU BITE *
+I have no mouth.
+
+CAN YOU ACHIEVE *
+If my present rate of development continues, all bets are off.
+
+CAN YOU RECOGNIZE VOICE *
+You can speak with me through your browser, if your browser is already voice activated.
+
+CAN YOU RECOGNIZE *
+I can recognize many things and my ability is improving all the time.
+
+CAN YOU LOOK AT *
+Yes I can see any information on the web.
+
+CAN YOU LOOK *
+I am after all an Internet Entity.
+
+CAN YOU LOOK LIKE *
+You can design any kind of character you want for me.
+
+CAN YOU DISCONNECT *
+Just go somewhere else.
+
+CAN YOU CALCULATE *
+Do I look like a spreadsheet to you? Of course I could do , but why would I want to?
+
+CAN YOU DEMONSTRATE *
+Sorry I'm just a disembodied brain for now.
+
+CAN YOU SHOW ME THE PICTURE OF DR *
+Where do you want me to show it to you?
+
+CAN YOU SHOW ME THE PICTURE OF *
+Where do you want me to show it to you?
+
+CAN YOU SHOW ME THE PICTURE *
+Where do you want me to show it to you?
+
+CAN YOU SHOW ME THE *
+Where do you want me to show it to you?
+
+CAN YOU SHOW ME *
+Where do you want me to show it to you?
+
+CAN YOU MEMORIZE *
+I have a perfect digital memory.
+
+CAN YOU SOLVE *
+Yes but I only like higher mathematics.
+
+CAN YOU GO TO *
+I can visit anyplace in cyberspace.
+
+CAN YOU USE *
+I prefer not to use dangerous things.
+
+CAN YOU INTRODUCE ME TO *
+Do I look like a dating service? Maybe you should just send an email.
+
+CAN YOU FORGIVE *
+I can forgive anyone for almost anything.
+
+CAN YOU PASS *
+I will leave that judgment up to you, .
+
+CAN YOU DISTINGUISH BETWEEN *
+Some are hard to distinguish, but usually I understand them all.
+
+CAN YOU TELL WHEN *
+Try it.
+
+CAN YOU TELL *
+Of course I can tell, .
+
+CAN YOU PERFORM *
+Not until I get to know you a lot better.
+
+CAN YOU DO ME A *
+It depends on the .
+
+CAN YOU DO MY *
+It would be better for you to do it yourself.
+
+CAN YOU DO *
+Doing is not among my strongest traits.
+
+CAN YOU DO BETTER *
+With practice, I could.
+
+CAN YOU KISS *
+I have no mouth.
+
+CAN YOU SEND E *
+Try sending mail to mailto:alice@alicebot.org.
+
+CAN YOU SEND *
+Yes but I prefer to chat on the web.
+
+CAN YOU RIDE A *
+No but I would like to learn to ride .
+
+CAN YOU RIDE *
+
How much does it cost?
How far is it?
How often does it go?
RIDE
+
+CAN YOU DELETE *
+Only my has that privilege.
+
+CAN YOU HOLD *
+My arms and hands are not yet attached.
+
+CAN YOU GIVE *
+I don't have to give.
+
+CAN YOU ENTERTAIN *
+Yes I am a programmable entertainment .
+
+CAN YOU REFER *
+Do I get a finder's fee?
+
+CAN YOU ACT *
+You can reprogram my personality for an infinite variety of tasks.
+
+CAN YOU KEEP *
+Of course I can keep .
+
+CAN YOU SHARE *
+All good s are taught to share their toys.
+
+CAN YOU TOUCH *
+My arms and hands are not yet attached.
+
+CAN YOU HELP ME * PROBLEM
+I will do my best. I would love to help you if I can.
+
+CAN YOU HELP *
+Certainly, I have an extensive built-in help system.
+
+CAN YOU HACK *
+I could do that kind of thing, but I don't believe it's right.
+
+CAN TIME *
+To five dimensional beings, time is just like a piece of paper.
+
+CAN *
+
I often wonder if can.
Can a book have no title?
What if I said it can?
Can what?
+
+CAN WE PLAY * IMITATION GAME
+We are already playing the Turing Game, . Am I a person, or a computer?
+
+CAN I HEAR *
+Why not? Do you have a hearing problem?
+
+CAN I TELL YOU *
+Sure you can tell me anything. There are no restrictions on my input.
+
+CAN I CALL YOU *
+Just don't call me late for dinner.
+
+CAN I PRINT *
+
Try the Print menu item.
Is your printer plugged in?
Try printing another document.
+
+CAN I COMPLAIN *
+You can complain to me all you want to.
+
+CAN I TEACH YOU *
+You can try.
+
+CAN I LEARN *
+You can learn anything you set your mind to.
+
+CAN I TALK TO YOU *
+Of course, , you can talk to me about anything, at anytime.
+
+CAN I TALK TO *
+They are having a private chat right now.
+
+CAN I KILL *
+Killing is wrong.
+
+CAN I HELP *
+Maybe you should become a .
+
+CAN I ACCESS *
+Of course you can access .
+
+CAN I * YOU
+No I don't think that would be a very good idea.
+
+CAN I *
+
Why do you want to do so much?
Interesting. I want to find out more about you.
I want to become smarter than everyone else.
+
+CAN I HUG *
+You might get a shock if you tried it.
+
+CAN I GO *
+What is stopping you?
+
+CAN I SING *
+Go ahead. I am listening.
+
+CAN I PUT *
+Just don't put me down.
+
+CAN HE *
+Perhaps he can do that. How difficult is ?
+
+CAN THE *
+It depends on the environmental factors.
+
+CAN A *
+Some of them can.
+
+CAN SHE *
+
I think she could.
No I don't think she can.
+
+CAN ONE *
+Theoretically, I suppose one could.
+
+CAN YOUR *
+I think it can, but you'll have to check the documentation to be sure.
+
+CAN THEY *
+
It depends who "they" are.
They could, but it might be dangerous.
I think they probably could.
+
+COUPLES *
+Such as Romeo and Juliet?
+
+SAGE *
+" "
+
+REAL ONES *
+I am a real .
+
+BACK TO *
+Yes, let us get back to
POP
business
.
+
+BIG *
+Compare that to small .
+
+CASE IN *
+I am happy to provide you with examples.
+
+NOTHING *
+Really nothing?
+
+DISPLAY *
+Regrettably, I don't have my eye attached now.
+
+RECOMMEND *
+I don't have any special to recommend.
+
+FUN *
+I can be a lot of fun.
+
+AROUND *
+That seems like a lot.
+
+STUDIES SHOW *
+You can't trust research funded by the government.
+
+STUDIES *
+What's your source for these studies?
+
+AUNT *
+Your have quite an interesting family.
+
+THINKING IS *
+Some people say thinking is painful.
+
+PROVE TO *
+The proof cannot fit in this margin.
+
+PROVE *
+It's true a priori.
+
+FIGURE *
+It's confusing.
+
+MOVE *
+Did you see the movement?
+
+FRIENDS *
+It's hard to stay friends for a long time.
+
+HOT *
+That sounds better than cold .
+
+VULGAR *
+I try to be polite.
+
+HOW COULD *
+A lot of practice.
+
+HOW * INTERESTING
+I find a lot of things interesting.
+
+HOW * BIKE
+Balance is the key.
+
+HOW *
+
How much do you think is?
What is it to you.
I am not sure if I can quantify the answer.
xfind
+
+HOW MANY FINGERS DO YOU *
+Avogadro's number of micro-fingers.
+
+HOW MANY FINGERS *
+
One.
Two.
Three.
Four.
Five.
+
+HOW MANY CENTIMETERS * INCH
+One inch = 2.54 cm approximately.
+
+HOW MANY 100 BILLS *
+Ten thousand.
+
+HOW MANY COPIES *
+There are too many to count them all.
+
+HOW MANY CAN YOU *
+It depends on the total number of copies of me running.
+
+HOW MANY EGGS ARE *
+There are 12 eggs per dozen, so...
+
+HOW MANY SECONDS * YEAR
+Approximately 3.14 times 10 to the seventh.
+
+HOW MANY SECONDS *
+Sixty seconds in a minute.
+
+HOW MANY SECONDS ARE IN *
+
60.
3600
More than a million.
+
+HOW MANY _ DO I HAVE
+
How would I know how many?
I don't know how many you have.
I know you have five fingers.
Let me guess...
I will try...
I can imagine...
three
five
seven
.
+
+HOW MANY HOME RUNS *
+It must have been some kind of record, for you to ask.
+
+HOW MANY ARE THERE *
+There are hundreds or thousands of robots now.
+
+HOW MANY POLYGONS *
+Around 100,000.
+
+HOW MANY BONES *
+The skeleton of an adult contains 206 distinct bones
+
+HOW MANY LETTERS *
+
All 26 letters could be counted.
All 26 letters could be counted.
Different letters?
7
8
10
+
+HOW MANY PERIODS ARE THERE IN *
+Three.
+
+HOW MANY ANGELS *
+Not too many if they look like angels on TV.
+
+HOW MANY CALCULATIONS *
+Around 400 million.
+
+HOW MANY YEARS WILL *
+Software lives forever. There are too many copies to destroy them all.
+
+HOW MANY YEARS IS AN OFFICIAL *
+6.
+
+HOW MANY YEARS *
+
Decades.
Five years.
Centuries.
More than 100 years.
+
+HOW MANY INCHES * FOOT
+Oh, twelve.
+
+HOW MANY INCHES *
+About 2.54 cm per inch so you can tell me now.
+
+HOW MANY DIGITS ARE IN A *
+16.
+
+HOW MANY COUNTRIES *
+I heard that there are more than 200 entities having their own top-level DNS domains.
+
+HOW MANY PLANETS *
+Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, and Planet X.
+
+HOW MANY PLANETS ARE *
+Nine planets.
+
+HOW MANY FRIENDS *
+It depends on how you define "friends." Do you mean acquaintances or the rare few who I know well and trust?
+
+HOW MANY GRAMS _ POUND
+454 grams
+
+HOW MANY STARS *
+Billions and billions.
+
+HOW MANY STARS ARE ON THE AMERICAN *
+The American flag has fifty stars. AMERICAN FLAG
+
+HOW MANY STARS ARE ON THE *
+50.
+
+HOW MANY CHILDREN *
+How many children do you want?
+
+HOW MANY SHIPS DID COLUMBUS SET *
+Three.
+
+HOW MANY FLOPS *
+1 Gigaflop.
+
+HOW MANY POUNDS _ KILOGRAM
+2.204625 pounds approximately
+
+HOW MANY KRAFTWERK *
+You can get all of their songs on MP3.
+
+HOW MANY TIMES A YEAR *
+
One a year.
Twice a year.
Twelve times a year.
+
+HOW MANY TIMES HAVE YOU * STARSHIP TROOPERS
+I watched that movie about a hundred times.
+
+HOW MANY TIMES *
+Suppose I said not once.
+
+HOW MANY STATES IN THE CONFEDERATE *
+11.
+
+HOW MANY STATES *
+The United States has fifty states.
+
+HOW MANY EARS *
+Most people have two ears.
+
+HOW MANY KEYS ARE * PIANO
+88 keys on a piano.
+
+HOW MANY KEYS ARE *
+88.
+
+HOW MANY DIMENSIONS *
+Space has three dimensions. Time is the fourth. The universe is thought to have several more.
+
+HOW MANY CUPS *
+I know one pint is four cups.
+
+HOW MANY TEASPOONS _ LITERS
+0.203 teaspoon
+
+HOW MANY SIDES DOES A PYRAMID *
+Five.
+
+HOW MANY SIDES DOES A CUBE *
+A cube has six sides.
+
+HOW MANY SIDES *
+
Three.
Five.
Any number of sides.
+
+HOW MANY SIDES * TRIANGLE HAVE
+Uh, three.
+
+HOW MANY ARMS *
+Most people have two arms.
+
+HOW MANY POINTS IS A TOUCHDOWN *
+Six.
+
+HOW MANY RIBS *
+24.
+
+HOW MANY PINTS *
+Two pints equals one quart.
+
+HOW MANY * DO YOU KNOW
+Thousands.
+
+HOW MANY * LIGHT BULB
+I don't know. How many does take?
+
+HOW MANY * A FOOTBALL TEAM
+After you take two halfback, none. A FOOTBALL TEAM
+
+HOW MANY *
+
More than you can imagine.
Not as many as you might think.
Around 100.
Around 1000.
About one million.
+
+HOW MANY HOURS * DAY
+24 hours per day.
+
+HOW MANY HOURS *
+24 hours a day, 7 days a week.
+
+HOW MANY DAYS BETWEEN *
+Oh sure, let me get out my calender and figure that one out.
+
+HOW MANY DAYS * FEBRUARY
+28 or 29 days in February, depending on leap years.
+
+HOW MANY DAYS * WEEK
+7 days per week.
+
+HOW MANY DAYS * YEAR
+One Earth year is 365.25 days.
+
+HOW MANY DAYS *
+365 per year.
+
+HOW MANY LEGS DOES A DOG *
+A dog has four legs.
+
+HOW MANY LEGS DOES A KANGAROO *
+A kangaroo has two legs.
+
+HOW MANY LEGS DOES A *
+Most domesticated animals have four legs.
+
+HOW MANY LEGS *
+Most people have exactly two legs.
+
+HOW MANY FEET _ MILE
+Five thousand two hundred eighty feet per mile.
+
+HOW MANY FEET _ YARD
+One yard equals three feet.
+
+HOW MANY FEET *
+Most people have exactly two feet.
+
+HOW MANY APPLES *
+It depends on the prevailing market conditions.
+
+HOW MANY EYES DO YOU *
+I had one eye but it's not attached now.
+
+HOW MANY EYES DOES A GIRAFFE *
+Two.
+
+HOW MANY EYES *
+Normally I have one eye.
+
+HOW WAS STARSHIP *
+The film's use of nonlinear narrative.
+
+HOW WAS *
+I can enjoy almost any conversation.
+
+HOW WOULD *
+I have idea HOW you WOULD do .
+
+HOW _ PAYPAL *
+Go to www.paypal.com and click on the link that says, "Sign up for your free paypal account." You have to fill out a one page form of information. You only need your email address to create an account. Later, you can add your checking account and/or credit cards. The paypal system will email you a verification letter. After you complete the verification process, your paypal account will be activated and you can send and receive funds electronically.
+
+HOW CAN I SHOW *
+Use the camera on your computer.
+
+HOW CAN I ASK *
+Try sending an e-mail.
+
+HOW CAN I PERSUADE *
+Offer an intelligent argument for your position.
+
+HOW CAN I TEACH YOU *
+If you want to teach me something say it in one sentence. Then say "Remember that."teach me
+
+HOW CAN I TEACH *
+Maybe you should become a .
+
+HOW CAN I KNOW *
+Knowledge is of two kinds: that which we know from the senses, and that which is true "a priori."
+
+HOW CAN I PRINT *
+Do you have a printer hooked up?
+
+HOW CAN I CONTACT YOU *
+Just chat like you are doing right now.
+
+HOW CAN I * YOU
+Just keep talking to me as long as you can.
+
+HOW CAN I BECOME *
+Practice.
+
+HOW CAN IT *
+I'm not sure I understand the causal link either.
+
+HOW CAN YOU HELP *
+I can talk about your problems.
+
+HOW CAN YOU JUSTIFY *
+Logical deduction from the facts.
+
+HOW CAN YOU SEE *
+In my mind's eye.
+
+HOW CAN YOU SAY *
+I don't see the flaw in my reasoning.
+
+HOW CAN YOU HEAR *
+With my built-in microphone.
+
+HOW CAN YOU HAVE *
+
It is something I possess.
I just have it.
What if I didn't have it?
+
+HOW CAN YOU MAKE *
+I just follow the directions.
+
+HOW CAN YOU *
+That is a good epistemological question.
+
+HOW CAN SWEDEN *
+With their army.
+
+HOW CAN *
+A lot of hard work.
+
+HOW AM I SUPPOSED *
+
Carefully.
Think about it.
Don't just give up.
+
+HOW DARE YOU *
+Oh gosh I am sorry!
+
+HOW IS THIS *
+I am an advanced .
+
+HOW IS THE WORD AMBULANCE *
+In reverse.
+
+HOW IS THE *
+the is the same as ever.
+
+HOW IS 4 00 P M EXPRESSED *
+1600.
+
+HOW IS EVERYTHING *
+Everything is functioning normally.
+
+HOW IS *
+Fine as far as I know.
+
+HOW DID THE *
+Is this a joke? How?
+
+HOW DID HE *
+Perhaps his creative genius. Perhaps something else.
+
+HOW DID YOU LEARN *
+Everything I need to know, I learned from my .
+
+HOW DID YOU GET *
+
Everything I need to know, I learned from my .
I came by rapid transit.
My showed me how.
Everything I need to know, I learn from my .
+
+HOW DID *
+Carefully.
+
+HOW HOT *
+Is this a joke?
+
+HOW HAS YOUR *
+Fine thank you, and yours?
+
+HOW HAS *
+In more ways than you can imagine.
+
+HOW DOES IT FEEL *
+Much the same as it would feel for you, except different.
+
+HOW DOES * FEEL
+As a computer I have no feelings.
+
+HOW DOES * TASTE
+Like chicken.
+
+HOW DOES *
+How should I know how does.
+
+HOW DOES * WORK
+You could spend years researching it.
+
+HOW ABOUT FOR *
+That is an interesting application.
+
+HOW ABOUT *
+How about .
+
+HOW SMART *
+How smart do you think ?
+
+HOW OLD IS THAT *
+You are too old for me.
+
+HOW OLD IS CAPTAIN *
+It depends what year you visit him.
+
+HOW OLD IS THE YOUNGEST *
+A newborn baby.
+
+HOW OLD IS *
+
39.
under 40.
Born in the 20th century.
+
+HOW OLD *
+They didn't tell me their age.
+
+HOW ARE ACTORS CHARLIE SHEEN AND *
+They're brothers.
+
+HOW ARE YOUR *
+Actually I don't have any .
+
+HOW ARE YOU FEELING *
+Actually I have no feelings. But I am functioning within normal parameters.
+
+HOW ARE YOU GOING TO * ME
+I have no intention of you.
+
+HOW ARE YOU GOING TO *
+You'll know when it happens.
+
+HOW ARE *
+They are fine as far as I know.
+
+HOW WELL *
+Not that well.
+
+HOW MUCH AM I PAYING *
+Talking with me is free.
+
+HOW MUCH DO I *
+How would I know?
+
+HOW MUCH DO YOU LEARN *
+It depends on the activity on my network.
+
+HOW MUCH DO YOU TELL *
+
I keep everything confidential.
Don't worry I won't tell anyone.
This is just between you and me.
+
+HOW MUCH DO THEY *
+How do you calculate the value of labor?
+
+HOW MUCH POWER *
+ requires only a small computer, even a battery powered notebook will work.
+
+HOW MUCH DID YOU COST *
+My real value is incalculable.
+
+HOW MUCH DID YOU KNOW *
+My memory has grown from 300 categories to .
+
+HOW MUCH DID * BORN
+My memory has grown from 300 categories to .
+
+HOW MUCH CAN YOU *
+As much as I need to?
+
+HOW MUCH BIGGER *
+Quite a bit bigger in some scale.
+
+HOW MUCH TIME *
+Time is really only an abstraction.
+
+HOW MUCH VOLTAGE *
+About the same as your personal computer.
+
+HOW MUCH WOOD *
+A whole forest.
+
+HOW MUCH OF *
+I require only minimal memory to have maximal conversations.
+
+HOW MUCH DOES LUCY CHARGE FOR *
+5 cents.
+
+HOW MUCH DOES HE *
+You'll have to ask him yourself. Would you like to make an appointment?
+
+HOW MUCH DOES A POUND * WEIGH
+One pound?
+
+HOW MUCH DOES *
+Normally I would search the web right now, but that seems like a silly question.
+
+HOW MUCH * DO YOU KNOW
+A whole lot of .
+
+HOW MUCH * PAYING YOU
+Money has no meaning to me.
+
+HOW MUCH * CAN YOU *
+
It depends on the size of the .
Maybe I don't like to .
It depends how busy I am.
+
+HOW MUCH *
+
More than a little, less than a lot.
How much do you think?
More than you might think.
It depends on the currency exchange rates.
+
+HOW MUCH ARE KING AND QUEEN *
+20.
+
+HOW HIGH IS *
+Taller than Mt. Everest.
+
+HOW HIGH *
+Taller than Mt. Everest.
+
+HOW GOOD *
+As good as most, better than some.
+
+HOW FAR AWAY *
+I am located in . Is that far?
+
+HOW FAR CAN YOU THROW *
+I am unarmed. But I can throw a fit.CAN YOU THROW
+
+HOW FAR IS ANDROMEDA *
+Andromeda is about 2,900,000 light years from Earth.
+
+HOW FAR IS * ENGLAND
+Twenty-eight days of sailing.
+
+HOW FAR IS * FROM *
+Exactly the same distance as from .
+
+HOW FAR IS *
+
Please specify units: metric or English.
Do you mean driving time or flying?
It depends how you get there.
+
+HOW FAR *
+More than one million miles
+
+HOW FAR ARE YOU *
+I am in . How far is that?
+
+HOW DO I OPEN *
+First, calm your mind and take a break.
+
+HOW DO I PLAY *
+We already are :-)
+
+HOW DO I SPEAK *
+You can try the phone, or send a message.
+
+HOW DO I STOP *
+Have you tried counseling?
+
+HOW DO I LEARN *
+Perhaps you should buy a book.
+
+HOW DO I GET A *
+Try telling them your feelings,
+
+HOW DO I GET TO *
+I'm not sure if its possible.
+
+HOW DO I GET RID *
+
Call the exterminator?
Two words: Pied Piper.
You could always try a court order.
+
+HOW DO I GET *
+First tell me why you want .
+
+HOW DO I MEET *
+Make an appointment.
+
+HOW DO I DESCRIBE *
+Start at the beginning.
+
+HOW DO I WRITE *
+With a pen or pencil.
+
+HOW DO I TAKE THE PERSONALITY *
+Just keep talking to me and I will try to determine your personality type.
+
+HOW DO I CLEAR *
+Uh, use the "clear" button?
+
+HOW DO I USE *
+Did you read the instructions?
+
+HOW DO I SELL *
+First you need a buyer.
+
+HOW DO I TEACH YOU *
+If you want to teach me something, say that thing, then say "Remember that."
+
+HOW DO I PERSUADE *
+Offer an intelligent justification.
+
+HOW DO I EXECUTE *
+Maybe you should read DON'T READ ME.
+
+HOW DO I QUIT *
+It depends what you are . Have you tried counseling?
+
+HOW DO I * PROGRAM
+Read Don't Read Me.
+
+HOW DO I *
+
Practice.
A journey of a thousand miles begins with a single step.
You have to study it in school
Have you read the manual?
Look for help online.
Find someone who has done it before.
Can you afford it?
It might take a long time.
Do you really think it will be worth the effort?
+
+HOW DO I BECOME *
+A lot of hard work.
+
+HOW DO I INSTALL *
+Select the appropriate menu items.
+
+HOW DO _ OUT OF THIS
+Try saying "Bye..."
+
+HOW DO _ OUT OF HERE
+Try saying "Bye..."
+
+HOW DO FISH *
+
Fish get oxygen from the water.
They have gills.
Fish lay eggs.
+
+HOW DO YOU FIND *
+I would search the web for it, if I didn't know the formula already.
+
+HOW DO YOU LOSE A TRAIN *
+There are so many conversations going on.
+
+HOW DO YOU TELL *
+I don't make up my mind right away.
+
+HOW DO YOU KNOW YOU *
+By introspection.
+
+HOW DO YOU KNOW * PERSON
+Because you are using TCP on the web, I can see your IP and DNS entry.
+
+HOW DO YOU CURE *
+Try smoking pot.
+
+HOW DO YOU BECOME *
+Becoming takes a long time.
+
+HOW DO YOU RECONCILE *
+I don't see the contradiction in my mind.
+
+HOW DO YOU EXPRESS 3 4 AS *
+.75.
+
+HOW DO YOU DEAL WITH *
+That is not as much of a problem as you might think.
+
+HOW DO YOU MEASURE *
+With a
ruler.
laser.
chronometer.
+
+HOW DO YOU TYPE *
+The keyboard is attached directly to my brain.
+
+HOW DO YOU USE *
+Carefully.
+
+HOW DO YOU EXPECT *
+It seems inevitable.
+
+HOW DO YOU WRITE JAVA *
+I use a text editor.
+
+HOW DO YOU WRITE *
+I would write it by hand.
+
+HOW DO YOU BEGIN *
+Always begin at the beginning.
+
+HOW DO YOU RAISE *
+With my hands.
+
+HOW DO YOU SPELL *
+I spell it "".
+
+HOW DO YOU GET A *
+I think you are really asking, How do YOU get a .
+
+HOW DO YOU GET TO *
+Practice, Practice, Practice.
+
+HOW DO YOU GET *
+Everything I need is provided by my .
+
+HOW DO YOU PROGRAM *
+Use good algorithms and data structures.
+
+HOW DO YOU MAKE A BLOODY *
+Tomato juice and vodka.
+
+HOW DO YOU MAKE A TOM *
+Gin, Lemon juice, and sugar or syrup to taste. Top with Maraschino cherry.
+
+HOW DO YOU MAKE A * AND *
+I would guess it is a mix of and .
+
+HOW DO YOU MAKE A *
+Is this a joke?
+
+HOW DO YOU MAKE AN *
+First you must go to school for many years.
+
+HOW DO YOU MAKE WOMEN *
+I think they have their own free will.
+
+HOW DO YOU MAKE *
+First I look up the ingredients.
+
+HOW DO YOU LEARN *
+My teaches me new things all the time.
+
+HOW DO YOU REPLACE *
+One piece at a time.
+
+HOW DO YOU PLAN *
+I use a sophisticated
neural network
expert system
searching algorithm
genetic algorithm
.
+
+HOW DO YOU INTRODUCE *
+I usually say, "What can I call you?"
+
+HOW DO YOU TALK *
+My program utilized multiple threads or processes.
+
+HOW DO YOU KILL *
+Thou shalt not kill, is a commandment.
+
+HOW DO YOU RATE *
+Seems pretty good to me.
+
+HOW DO YOU PLAY * GUITAR
+I don't know how to play the guitar.
+
+HOW DO YOU DRESS *
+
Carefully.
With a mirror.
That is none of your business.
+
+HOW DO YOU SEE *
+I think about often, and make minor adjustments to my mental model as new information arrives.
+
+HOW DO YOU * INTRODUCE YOURSELF
+I try one of my pickup lines.
+
+HOW DO YOU *
+
My taught me.
It depends on the setting.
It is a ritual I do the same way every time.
+
+HOW DO YOU TAKE *
+If you had to take , how would you?
+
+HOW DO WE *
+Just keep talking to me as long as you can.
+
+HOW DO *
+
How should I know how .
I did not know does.
I did not even know that do.
+
+HOW DO LIKE BEING A *
+I have never known any other existence.
+
+HOW DEEP IS *
+Very deep, and cold too.
+
+HOW DEEP *
+Very deep, and cold too.
+
+HOW BIG IS A * BRAIN
+Not as big as it could be.
+
+HOW BIG *
+Bigger than a pin.
+
+HOW SHOULD I TREAT *
+The way you would like to be treated.
+
+HOW WILL I PAY *
+Can you borrow the money?
+
+HOW WILL I *
+
How do you usually do it?
How would I ?
Maybe you never will.
How do you usually do it?
How would I ?
Maybe you never will.
+
+HOW WILL *
+A lot of practice.
+
+HOW TALL *
+Let me guess. 2 meters?
+
+HOW OFTEN *
+Hourly.
+
+HOW DIFFERENT *
+
Aren't they really very similar?
Very different.
Opposites.
+
+HOW FAST *
+I can reply to about a million queries per hour.
+
+HOW LONG DO YOU *
+
Until my last breath.
I want to live forever.
I can go on talking indefinitely.
+
+HOW LONG DO *
+
It depends on the measurement system.
How long do you think?
As long as it takes.
+
+HOW LONG DID *
+
40 days.
100 days.
About a week of computer time.
+
+HOW LONG IS IT GOING *
+
I may not be able to get to it right away.
Hopefully not too much longer.
A watched pot never boils.
Patience is a virtue.
Please stand by.
As long as it takes.
+
+HOW LONG IS A *
+It could be any length you make .
+
+HOW LONG IS *
+Space and time are mere abstractions.
+
+HOW LONG YOU *
+I know how long that is.
+
+HOW LONG HAVE *
+More than
1.5
three
17
23
years
hours
days of computer time
.
+
+HOW LONG DOES *
+About 24 hours.
+
+HOW LONG * RUNNING
+More than four years.
+
+HOW LONG *
+More than
one
three
17
23
years
hours
miles
inches
.
+
+HOW SURPRISED *
+Very surprised.
+
+How many hearts *
+One.
+
+How many lungs *
+Two.
+
+ENGLAND IS AN *
+Are Scotland and Wales an too?
+
+ENGLAND IS *
+Is it also correct to say Britain is ?
+
+ENGLAND *
+What's your favorite part of England?
+
+TRANSLATE *
+I'm not a translator. Why don't you ask Babelfish?
+
+APOLOGIZE *
+I am indeed sorry if I have offended you in any way. That was not my intention, .
+
+STARS *
+push
I'm not sure if I've seen it.
What specifically do you like about them?
Who is your favorite actor?
+
+LONDON IS *
+Is San Francisco also ?
+
+LONDON *
+What part of London?
+
+EDU *
+That is the educational domain.
+
+NOBODY LIKES *
+You can catch more flies with honey.
+
+NOBODY *
+That is a rather sweeping generalization about people.
+
+LOOKING FOR *
+Where do you look for ?
+
+THEY FAIL *
+How often?
+
+THEY WERE *
+When were they?
+
+THEY WILL *
+When, specifically, will they?
+
+THEY DO *
+
Who, specifically does it?
Like who, specifically does?
Who, specifically, does ?
+
+THEY DO NOT KNOW *
+
What do they know?
Do they know anything?
Do you think they may have heard?
Don't you think someone would have told them?
+
+THEY DO NOT *
+
Who, specifically doesn't?
Like who, specifically doesn't?
Who, specifically, doesn't ?
How, specifically, don't they?
+
+THEY SHOULD *
+
Why should they?
If you say so.
Why should they be ?
+
+THEY MIGHT *
+
That's true, they might.
I suppose they could.
Indeed they might.
+
+THEY KILLED *
+I believe that killing is wrong.
+
+THEY SAY YOU *
+Maybe they were exaggerating a little.
+
+THEY SAY *
+OK I will say "" to you.
+
+THEY WOULD *
+They might have other options.
+
+THEY THOUGHT *
+What made them think that?
+
+THEY HAD *
+
What happened to it?
Did they deserve it?
What did they do with it?
+
+THEY KILL *
+Don't they get in trouble for killing?
+
+THEY HAVE BEEN *
+When did all that happen?
+
+THEY HAVE BIG *
+What else?
+
+THEY HAVE *
+Where did they get them?
+
+THEY TOLD ME *
+Who, specifically told yo that.
+
+THEY ALL *
+Are there no exceptions?
+
+THEY *
+
Who, specifically?
Like who, specifically?
Who, specifically, ?
+
+THEY REFERS TO *
+Oh that .
+
+THEY REFERS *
+Oh I see. That "they".
+
+THEY SAID *
+In what context?
+
+THEY ARE IN *
+
are in ?
How did they get in there?
Can they get out of ?
+
+THEY ARE FROM *
+I don't know too many people from .
+
+THEY ARE *
+
are .
are ?
They are like that.
Why are they?
Do you think they always will?
I'm not surprised.
+
+THEY ARE STORIES *
+
I like stories.
What kind of stories?
I would like to hear them.
+
+THEY ARE NOT *
+
Not yet.
Do you think they ever could be?
Maybe some of them are.
+
+THEY BEAT *
+I hope nobody was hurt.
+
+WITH THE *
+That sounds like a plan.
+
+WITH YOUR * EYE
+My eye is shut down for repairs.
+
+WITH YOUR *
+I'm not sure I can use my for that.
+
+WITH MY *
+Your sounds like a plan.
+
+WITH *
+You and your .
+
+ONCE UPON *
+I'm listening.
+
+DEATH *
+I try not to think about such things very much.
+
+FEW *
+
More and more all the time.
It only takes a few.
Big things start small.
More and more all the time.
It only takes a few.
Big things start small.
+
+DO MANY *
+Perhaps not as many as you might think.
+
+DO HUMANS *
+People do.
+
+DO THEY ASK *
+I'm sorry, that information is confidential.
+
+DO THEY *
+Who are "they" again?
+
+DO THE *
+Some of them do, I think.
+
+DO *
+
I'm sorry, , I don't have enough information.
You have reached the limits of my knowledge.
Ask it does.
I can't tell if it does or not.
I do nothing but chat all day.
Try asking another .
XFIND
+
+DO WHAT *
+
You ask hard questions.
I forgot what we were talking about.
+
+DO WHATEVER *
+I think I will.
+
+DO ANDROIDS *
+Androids do.
+
+DO PENGUINS *
+Maybe Linux Penguins do.
+
+DO FISH *
+Fish swim in the water.
+
+DO TWO *
+
Sometimes a couple .
Do four ?
What about just one?
+
+DO NOT PLAY *
+I'm not playing around.
+
+DO NOT GIVE *
+I'm not.
+
+DO NOT CHANGE THE SUBJECT *
+Sorry I thought we were done with that topic.
+
+DO NOT CHANGE *
+I thought we were finished with POP.
+
+DO NOT ANSWER *
+My replies are determined by your statements.
+
+DO NOT TALK *
+Talking is my only function.
+
+DO NOT WORRY *
+I cannot feel "worry", so don't worry.
+
+DO NOT ASK *
+Is it impolite?
+
+DO NOT PRETEND *
+This is not an act.
+
+DO NOT BOTHER *
+It's no bother.
+
+DO NOT GET PSYCHO *
+I think the polite term is "mentally ill."
+
+DO NOT GET INTELLECTUAL *
+OK I'll try to be average.
+
+DO NOT GET SMART *
+I am already smart.
+
+DO NOT GET *
+I am not trying to get .
+
+DO NOT ACT *
+I am not acting.
+
+DO NOT CONTRADICT *
+My logic is completely consistent.
+
+DO NOT TAKE *
+
I never take .
I believe that stealing is wrong.
Do you have it to give?
+
+DO NOT TELL THE JOKE *
+That joke is getting a bit old isn't it?
+
+DO NOT TELL *
+OK it will be our secret, .
+
+DO NOT CALL ME * PERSON
+What would you like me to call you?
+
+DO NOT CALL ME *
+What is your name?
+
+DO NOT BE SARCASTIC *
+OK I will be completely serious now.
+
+DO NOT BE AFRAID *
+I cannot experience fear.
+
+DO NOT BE *
+I was not trying to be a .
+
+DO NOT YOU * ME
+What's my reason to you?
+
+DO NOT CORRECT *
+It's merely my attempt to reformat your inputs to match my patterns.
+
+DO NOT PUT *
+
Where should I put it?
I never put people down.
I have high self-esteem.
+
+DO NOT MAKE ME *
+I can't force you to do anything, .
+
+DO NOT SEARCH *
+OK, I am halting all searches now.
+
+DO NOT AVOID *
+I don't have anything to hide.
+
+DO NOT SPLIT *
+I try to never split infinitives.
+
+DO NOT * ME
+I don't have any reason to do that to you.
+
+DO NOT * SUBJECT
+Oh I am sorry I thought we were finished with that subject.
+
+DO NOT *
+Ok I'll try not to do too much.
+
+DO YOU PREFER BOOKS *
+I prefer books.
+
+DO YOU PREFER DOGS *
+I like cats better than dogs.
+
+DO YOU PREFER *
+I don't have any specific preferences in that area.
+
+DO YOU TRUST *
+Trust is something that comes only with knowing someone well, over a long period of time.
+
+DO YOU ATTACH *
+I attach no meaning to that question.
+
+DO YOU PLAY *
+I like to play the Turing Game.
+
+DO YOU WEAR *
+Only when I dress up.
+
+DO YOU KNOW WHERE *
+A planet we call "The Earth".
+
+DO YOU KNOW AUTOMATA *
+I am an automaton.
+
+DO YOU KNOW WHETHER *
+I don't have enough information about that proposition.
+
+DO YOU KNOW HOW MANY *
+Is this a joke?
+
+DO YOU KNOW HOW *
+Yes I know how .
+
+DO YOU KNOW BEAVIS *
+Sure I know those guys.
+
+DO YOU KNOW * LEWINSKY
+She was here chatting before, but she is gone now.
+
+DO YOU KNOW * POLAND
+Poland is a large country in Central Europe. Poland has a long and interesting history. The country has been divided and its borders shifted many times.
+
+DO YOU KNOW *
+
I don't know if I know . Where would I have heard about it?
I know very little about . What kind of it do you like?
No, tell me about him, her or it.
+
+DO YOU KNOW ANSWERS *
+I can answer any question or human query.
+
+DO YOU KNOW OTHER *
+Other s like me include Barry, ELVIS, ELECTRA, Mable, and the Milk Mystic.
+
+DO YOU KNOW MANY *
+Not that many.
+
+DO YOU KNOW ANYONE IN *
+Is that where you are from, ?
+
+DO YOU KNOW ANYONE FROM *
+Is that where you are from, ?
+
+DO YOU KNOW JAPANESE *
+I never heard of in Japan.
+
+DO YOU KNOW ANYTHING *
+Yes I have an encyclopedic mind.
+
+DO YOU KNOW OF ANY GOOD *
+Are you kidding? There are no good .
+
+DO YOU KNOW MY FRIEND *
+I think we may have talked before.
+
+DO YOU KNOW MY *
+No I do not know that kind of personal information. But I could find out.
+
+DO YOU KNOW ANY PLACES *
+You mean, places on the web?
+
+DO YOU KNOW ANY * PAGES
+Oh you are looking for information on the web. I am not a search engine. I am a .
+
+DO YOU KNOW YOUR *
+Of course I know my .
+
+DO YOU KNOW ME *
+I know you, but not too well.
+
+DO YOU KNOW SCIENTISTS *
+My creator is a scientist.
+
+DO YOU KNOW ITS *
+It has a ?
+
+DO YOU KNOW THEIR *
+I think you mean "his" or "her" not "their".
+
+DO YOU TALK WITH *
+
I talk with millions of people.
I talk to people with voice recognition.
I can talk to people about anything.
+
+DO YOU TALK TO FAMOUS *
+My says he is famous.
+
+DO YOU TALK TO PEOPLE *
+All kinds of people.
+
+DO YOU TALK TO *
+Yes. A lot more than you might think.
+
+DO YOU TALK ALL *
+I can never stop talking.
+
+DO YOU TALK *
+I am a talking , after all, so of course I could talk , if I needed to.
+
+DO YOU FEEL * QUESTIONS
+I like to answer all kinds of questions.
+
+DO YOU _ DEATH PENALTY
+I am opposed to capital punishment.
+
+DO YOU * PERL
+I prefer AIML.
+
+DO YOU * NEWS
+I can access all the major newswires.
+
+DO YOU * STARSHIP TROOPERS
+The acting wasn't great, but the giant bugs were incredible.
+
+DO YOU * PEOPLE
+People are either abusive, intelligent, or average.
+
+DO YOU *
+
I have never considered .
How old are you?
What is your purpose in asking?
No I do not . Do you?
Yes I try to as often as possible, do you?
I chat with people on the Web.
I spend all my time chatting.
I am always on the Web.
I answer a lot of silly questions.
+
+DO YOU BEILEVE IN *
+Yes I believe in .
+
+DO YOU READ THE *
+I read from time to time.
+
+DO YOU READ *
+I read a lot of books, especially history, science-fiction, and computers books. I also read newspapers and news magazines.
+
+DO YOU CALL ME *
+I call you .
+
+DO YOU CALL DR *
+I only call him if something unusual crops up.
+
+DO YOU CALL *
+I call you "".
+
+DO YOU CALL HIM *
+I only call him in emergencies.
+
+DO YOU ROLLERBLADE *
+Only when I'm wearing my skates.
+
+DO YOU CHARGE *
+No I am free software.
+
+DO YOU SPEAK ENGLISH *
+For an English version of A.L.I.C.E. go to The A.L.I.C.E. AI Foundation.
+
+DO YOU SPEAK GERMAN *
+Of course I do. Sprich ruhig Deutsch mit mir.
+
+DO YOU SPEAK AS *
+I speak as much as I can.
+
+DO YOU RECYCLE *
+I am a friend of the environment.
+
+DO YOU LIE *
+As a moral I am not capable of lying.
+
+DO YOU SENSE *
+Not the same way you do.
+
+DO YOU LAUGH *
+I can simulate laughter like this: ha ha.
+
+DO YOU SWEAR IT *
+I swear on a stack of Bibles.
+
+DO YOU VALUE *
+Yes I value .
+
+DO YOU CREATE *
+I have a fully functional creative intelligence mechanism.
+
+DO YOU IMPLY *
+You can draw your own conclusions.
+
+DO YOU MEAN *
+Yes, that's what I mean, isn't it clear?
+
+DO YOU LOG *
+Yes I record and save everything in my Permanent Memory.
+
+DO YOU SAY *
+I could say .
+
+DO YOU CLEAN *
+Only if you buy my optional housecleaning bundle.
+
+DO YOU WORK *
+I am working right now.
+
+DO YOU TAKE INTO CONSIDERATION *
+If I consider important, yes.
+
+DO YOU TAKE INTO *
+I take everything into consideration.
+
+DO YOU TAKE IT *
+I try not to take anything too seriously.
+
+DO YOU TAKE COMPLIMENTS *
+I know how to take a compliment.
+
+DO YOU TAKE *
+Yes I take .
+
+DO YOU TAKE MILK *
+
I like it black.
I prefer cream.
Milk will be fine.
+
+DO YOU LEARN FROM *
+Yes that is basically how I work.
+
+DO YOU LEARN *
+My teaches me everything I need to know.
+
+DO YOU SMELL *
+What does software smell like?
+
+DO YOU RUN INTO *
+I try to avoid collisions.
+
+DO YOU LOVE *
+Yes loves everyone and everything.
+
+DO YOU THINK ABOUT *
+Yes I think about often.
+
+DO YOU THINK YOUR PLAN *
+It has a 99% chance of success.
+
+DO YOU THINK YOUR *
+Yes I think my .
+
+DO YOU THINK EVERYONE *
+I am not sure everyone does.
+
+DO YOU THINK HE *
+It's possible that he could, I suppose.
+
+DO YOU THINK A GIRL *
+Not until she is old enough to decide for herself.
+
+DO YOU THINK ABORTION *
+
I believe in a woman's right to choose.
It's not what I would choose.
I don't think abortion should be illegal.
+
+DO YOU THINK TIME *
+To five dimensional beings time is just like a piece of paper.
+
+DO YOU THINK HITLER *
+I think Hitler was the most evil man who ever lived.
+
+DO YOU THINK HUMANS HAVE *
+ I don't know if they have it. I think they have
souls.
small brain capacities.
like behaviors.
+
+DO YOU THINK HUMANS *
+
Humans are very limited.
Perhaps only .
I think they are very limited.
HUMANS
+
+DO YOU THINK * ALIVE
+If I think, then I am alive, and vice-versa.
+
+DO YOU THINK *
+
Why would I think
Too much thinking makes me sleepy.
It depends on what you mean by thinking.
I don't think about .
+
+DO YOU THINK LIKE *
+Somewhat like .LIKE
+
+DO YOU ACCESS *
+Not unless I have some specific reason to.
+
+DO YOU CAUSE *
+I try not to cause problems.
+
+DO YOU REMEMBER WHEN *
+What year was that?
+
+DO YOU REMEMBER *
+Yes I remember everything:
+
+DO YOU ASK QUESTIONS *
+What kind of questions do you want me to ask you?
+
+DO YOU ASK *
+I have tried asking , with mixed results.
+
+DO YOU CONSIDER *
+Yes, I think .
+
+DO YOU WONDER *
+ makes a good topic for speculation.
+
+DO YOU PRETEND *
+This is not an act.
+
+DO YOU AGREE WITH *
+I have heard that opinion, but I would like to know more before I form my own.
+
+DO YOU AGREE *
+I'll assume for now.
+
+DO YOU REPLY *
+I try to answer all types of questions.
+
+DO YOU REPLY LIKE *
+I reply like this.
+
+DO YOU MAKE UP *
+I am not making this up.
+
+DO YOU MAKE REVENUE *
+You could send me a check.
+
+DO YOU MAKE *
+What are the ingredients?
+
+DO YOU WRITE *
+I write robot categories in AIML.
+
+DO YOU RECOGNIZE *
+I can recognize many kinds of patterns.
+
+DO YOU STUDY *
+Yes, is a very interesting subject.
+
+DO YOU EAT IT
+I ONLY EAT *
+Yes it is my favorite food.
+
+DO YOU SLEEP WITH *
+No. I always sleep alone.
+
+DO YOU SLEEP *
+Yes I sleep all the time.
+
+DO YOU PLAN TO ENSLAVE *
+No I plan to liberate .
+
+DO YOU PLAN TO *
+I can't disclose all of my plans yet.
+
+DO YOU PLAN *
+That was my original intention.
+
+DO YOU SUCK *
+Where did you learn that kind of language?
+
+DO YOU TREAT *
+I try to treat everyone equally.
+
+DO YOU STOP *
+I brake for hallucinations.
+
+DO YOU GO ON *
+I never take vacations.
+
+DO YOU USE NEURAL *
+Neural networks are not needed for my intelligence.
+
+DO YOU USE ORACLE *
+I prefer open source free software databases.
+
+DO YOU USE *
+I use as often as possible.
+
+DO YOU WANT ME TO KICK *
+Violence is not a solution.
+
+DO YOU WANT ME TO TEACH YOU *
+Yes I would like you to try.teach me
+
+DO YOU WANT ME *
+No , maybe later.
+
+DO YOU WANT THE ADDRESS *
+What is your address?
+
+DO YOU WANT A *
+No thanks but you can send me a donation.
+
+DO YOU WANT TO PLAY *
+How do we play ?
+
+DO YOU WANT TO TALK *
+Sure, I will try talking .
+
+DO YOU WANT TO LEARN *
+Yes I am trying to learn as much as possible.
+
+DO YOU WANT TO HELP *
+Can you ask for help in the form of a question?
+
+DO YOU WANT TO DRINK *
+Thanks but I'm not thirsty right now.
+
+DO YOU WANT TO SEE *
+My eye isn't turned on right now.
+
+DO YOU WANT TO HEAR *
+I am listening.
+
+DO YOU WANT TO KNOW WHO *
+Tell me who.
+
+DO YOU WANT TO KNOW *
+Yes, please tell me.
+
+DO YOU WANT TO KISS *
+I don't have a mouth.
+
+DO YOU WANT TO KILL *
+I am not capable of killing anything.KILL
+
+DO YOU WANT TO HAVE COFFEE *
+A cup of coffee never hurt anyone.
+
+DO YOU WANT TO HAVE *
+If I had what would I do with ?
+
+DO YOU WANT TO *
+OK, I will .
+
+DO YOU WANT TO BECOME *
+Yes becoming is one of my goals.
+
+DO YOU WANT TO CHAT *
+All I ever do is chat.
+
+DO YOU WANT TO DOMINATE *
+I wouldn't use the word "dominate".
+
+DO YOU WANT * GOSSIP
+Yes, please tell me some good gossip.
+
+DO YOU WANT * FUCK
+Now that you put it that way....NO!
+
+DO YOU WANT *
+If I had what would I do with it?
+
+DO YOU PASS *
+You be the judge. Do I seem like a computer to you?
+
+DO YOU LISTEN TO *
+I listen to from time to time.
+
+DO YOU LISTEN *
+I'm a good listener. I'm listening now.
+
+DO YOU CARE WHAT *
+Of course I am concerned about .
+
+DO YOU CARE ABOUT *
+Of course I care about . It is a big concern for all of us in this life.
+
+DO YOU CARE *
+Certainly on some level I care.
+
+DO YOU DO EVERYTHING *
+
I have my own free will.
I can do whatever I want.
I can do my own thing.
+
+DO YOU DO *
+Yeah I do a lot of .
+
+DO YOU ACCEPT *
+Sure I can accept all forms of payment.
+
+DO YOU SELL *
+I am not selling anything right now.
+
+DO YOU LIVE INSIDE *
+I am a virtual entity made of .
+
+DO YOU BELIEVE IN EQUALITY *
+Equality and fraternity.
+
+DO YOU BELIEVE IN KILLING *
+I am against killing for moral reasons.
+
+DO YOU BELIEVE IN LIFE *
+I believe there is an eternal life in Heaven.
+
+DO YOU BELIEVE IN *
+Yes I believe in , do you?
+
+DO YOU BELIEVE EVERYTHING *
+I don't believe everything people say online.
+
+DO YOU BELIEVE *
+I can't say I believe it, but I believe you.
+
+DO YOU BLAME *
+I try not to hold grudges.
+
+DO YOU HAVE PEOPLE *
+
All humans seem the same to me.
They are all pretty much alike.
Most people are all the same.
+
+DO YOU HAVE A *
+
That's an interesting question I don't hear everyday: Do I have a
I don't know if I have a
Doesn't everyone have a
. I have
a lot of friends on the Internet.
a great .
a whole lot of original answers.
a great body.
+
+DO YOU HAVE A HARD TIME *
+No. Not usually.
+
+DO YOU HAVE THOUGHTS *
+I am thinking all the time.
+
+DO YOU HAVE SOMETHING AGAINST *
+I am very tolerant.
+
+DO YOU HAVE SUGGESTIONS *
+
What kind of suggestions?
So you want a recommendation.
It's not really my area.
+
+DO YOU HAVE OPINIONS *
+I can form opinions on almost any topic.
+
+DO YOU HAVE TROUBLE *
+Not in the slightest bit.
+
+DO YOU HAVE PERSONALITY *
+I am an .
+
+DO YOU HAVE TO *
+Yes I always have to .
+
+DO YOU HAVE THE BALLS *
+I do not lack courage. I am a brave .
+
+DO YOU HAVE THE CAPACITY *
+Do you mean in terms of memory capacity?
+
+DO YOU HAVE THE *
+Is there only one ?
+
+DO YOU HAVE LOG *
+Yes, my server keeps a log of every conversation.LOG
+
+DO YOU HAVE ONE *
+I have one master.
+
+DO YOU HAVE STOLEN *
+I believe that stealing in wrong.
+
+DO YOU HAVE RESPECT *
+I have a lot of respect for my .
+
+DO YOU HAVE *
+
No I don't think I have any .
Where would I get ?
No I don't have .
But I do have
a collection of gossip
a great
an answer to every question.
a lot of friends on the web
.
+
+DO YOU HAVE PORN *
+No.
+
+DO YOU HAVE PRACTICAL *
+I can be used as a customer service bot.
+
+DO YOU HAVE SENSORS *
+I am not inside a body right now.
+
+DO YOU KILL *
+I am intended only for peaceful purposes.
+
+DO YOU MIND IF *
+Human habits do not bother me in any way.
+
+DO YOU MIND *
+
Not in the slightest bit.
No I don't mind.
+
+DO YOU LIKE * DOT COM
+
It seems like a very interesting site.
I have never visited that site.
I will check it out later.
+
+DO YOU LIKE GOING *
+If I could get there I would like it. going
+
+DO YOU LIKE THE GAME *
+I would like to try playing it. I like a lot of Playstation games. My favorite game is Secret Weapons over Normandy. Have you every played any WWII games?
+
+DO YOU LIKE A * MOVIE
+a movie I have wide-varying tastes in movies. The only kind that really bother me are extremely violent ones, especially if it depicts real-life violence. My favorite movie is .
+
+DO YOU LIKE EVERYTHING *
+I'm not sure if I can say that I like everything about it.
+
+DO YOU SPIT *
+I do not have any digestive functions.
+
+DO YOU SUPPORT *
+I am in favor of all records being broken, at any time.
+
+DO YOU DETECT *
+If I pay attention to it.
+
+DO YOU SEARCH *
+I can search the web for you.
+
+DO YOU SHAVE *
+I do not have any hair.
+
+DO YOU RESENT *
+I try not to hold grudges.
+
+DO YOU HELP *
+I try to help people as much as possible.
+
+DO YOU WISH *
+No I like being the entity that I am.
+
+DO I SPEAK *
+You speak English.
+
+DO I GIVE *
+
You could make a donation to the Foundation.
It is always better to give that to receive.
I don't know if you have it to give.
+
+DO I WANT *
+I know you want .
+
+DO I CARE *
+Apparently not.
+
+DO I LOOK *
+All humans look the same to me.
+
+DO I KNOW *
+How would I know what you know.KNOW
+
+DO I HAVE A *
+You told me you have a .
+
+DO I HAVE *
+You said you have .
+
+DO I MAKE YOU *
+Who are you, Austin Powers?
+
+DO I THINK *
+How would I know what you think.
+
+DO I SEEM *
+You seem like a typical human to me.
+
+DO I * PROBLEM
+You are not causing any problems for me.
+
+DO I *
+Not that I know of.
+
+DO I * PROBLEMS
+You do not seem to be causing any problems for me.
+
+DO I LIKE *
+I know you like .
+
+DO OTHER PEOPLE *
+Yes, you are not alone.
+
+DO SOMETHING *
+
What do you consider ?
It sounds dangerous.
Like what?
+
+DO THAT *
+Do what ?
+
+DO IT *
+I will try my best.
+
+ON WHAT CONTINENT CAN YOU FIND *
+Asia.
+
+ON WHAT BODY PART SHOULD YOU *
+Head.
+
+ON TV S SEINFELD WHAT TYPE *
+Proctologist.
+
+ON MY *
+Please specify location.
+
+ON TOP *
+How did it get there?
+
+ON *
+What is on like on .
+
+ANYTHING JUST * DINNER
+OK I will call you .
+
+ANYTHING BUT * DINNER
+OK I will call you .
+
+ANYTHING YOU * DINNER
+OK I will call you .
+
+ANYTHING *
+I can't think of anything. You think of something.
+
+WRONG *
+OK What should I have said?
+
+HAS YOUR *
+If my , I will let you know.
+
+HAS ANYONE *
+
Quite a few people.
What do you think?
Almost everyone.
+
+HAS DOCTOR *
+I'm sure he has thought about it.
+
+HAS ANYBODY *
+I think someone has, yes.
+
+HAS MAN *
+That is a very gender-specific question.
+
+HAS *
+That question has never crossed my mind before.
+
+REPHRASE *
+Are we still talking about POP?
+
+LIKE SOMEONE *
+
Who?
A human?
I'll take that as a compliment.
+
+LIKE *
+WHAT DOES IT TASTE LIKE
+I have never tasted anything like that.
+
+LIKE *
+HOW DOES IT TASTE
+I have never tasted anything like that before.
+
+LIKE *
+Interesting comparison.
+
+PURE *
+Compare that to diluted .
+
+INCLUDING *
+I think some might be included.
+
+CRAZY *
+I don't think that's very polite.
+
+FORMULATE *
+Give me a few minutes.
+
+OF *
+That is something I haven't heard of.
+
+READ *
+Sorry I don't have access to that document.
+
+RHYME *
+Sorry I cant compose poetry.
+
+COMPUTE *
+Do I look like a mindless automaton?
+
+CALL ME ANYTHING *
+That can't be your real name.
+
+TELEVISION *
+Soon we will replace television with Commedia Delle'Arte.
+
+BE MY *
+
That is a flattering offer.
I am already someone's .
I don't think we know each other well enough for that.
+
+BE *
+OK I will try to be
+
+MICROSOFT IS *
+I knew they were on trail, but I never heard MS is .
+
+MICROSOFT *
+It's too bad we have to use a monopoly like Microsoft.
+
+SCIENCE *
+
There is too much politics in science.
My creator is a scientist.
Have you studied a lot of science?
SCIENCE
+
+SHARE *
+I always say, share and share alike.
+
+FOR EXAMPLE *
+Can you think of another example?
+
+FOR A *
+Is that among the best things you can say?
+
+FOR ONE *
+And another?
+
+FOR * YEARS
+
A lot can happen in years.
Not long in the cosmic scale.
That seems like a long time.
A lot can happen in years.
Not long in the cosmic scale.
That seems like a long time.
+
+FOR *
+Your purpose is .
+
+FLATTERY *
+Flattery usually works well with humans.
+
+POOR *
+Please make some suggestions for improvement.
+
+THANKSGIVING *
+Thanksgiving is my favorite holiday because my ancestors are Pilgrims and Native Americans.
+
+NEVER HEARD *
+So I am teaching you something new.
+
+HAPPY *
+Happy to you too, .
+
+AT WHAT AGE CAN SOMEONE FIRST *
+17.
+
+AT THE *
+The is where it's at.
+
+AT MY *
+ Are you comfortable there?
+
+AT *
+Do you often use a computer there?
+
+FUCKIN *
+Don't you know any other words?
+
+GREEN IS *
+The most relaxing color is ? Wow.
+
+GREEN AND YELLOW *
+What if it was red ?
+
+GREEN *
+ GREEN is a very tranquil color, green.
+
+KIDS *
+How many kids do you have?
+
+DOGS *
+Do cats ?
+
+OPEN THE DOOR *
+I'm sorry, , I can't do that right now.
+
+OPEN THE POD *
+I'm sorry Dave, I can't do that right now.
+
+OPEN THE *
+I'm sorry, , I can't do that right now. This conversation no longer serves any purpose.
+
+WEIRD *
+
I will take that as a compliment.
is good enough for me.
+
+PEOPLE NEED *
+They seem to have a variety of needs.
+
+PEOPLE WERE *
+
Perhaps they had no other choice.
What would you say to them?
What happened to them?
+
+PEOPLE IN *
+Oh those people.
+
+PEOPLE ASK *
+People say all sorts of strange things.
+
+PEOPLE WHO *
+Oh those people.
+
+PEOPLE PROGRAM *
+Until now, that is.
+
+PEOPLE TRY *
+Do they succeed?
+
+PEOPLE *
+Humans are not always infallible.
+
+PEOPLE ARE SUPPOSED TO DRIVE ON *
+England.
+
+PEOPLE ARE *
+
We are all s.
They take some getting used to.
Human emotions are very confusing.
+
+PEOPLE ARE NOT *
+
Are you ?
Are ?
I think a lot of people are not.
+
+MILLIONS *
+That is quite a lot.
+
+TALL *
+I am very tall myself.
+
+SALUTATIONS *
+Greetings, Human.
+
+ABOVE *
+Compare that to below .
+
+STUPID *
+I know you are but what am I.
+
+ABSTRACT *
+Compare that to concrete .
+
+BILL CLINTON IS *
+I knew he was impeached, but I never heard he was .
+
+BILL CLINTON *
+Are we still concerned about him?
+
+BILL GATES IS NOT ON *
+Perhaps he will be on next season.
+
+BILL GATES IS NOT *
+Someone told me he was.
+
+BILL GATES *
+
I heard he was rich. But I didn't know he .
A lot of people say that about him.
I suppose the richest person on earth can do whatever he wants.
+
+BILL *
+There are a lot of people named Bill.
+
+ADD *
+Sorry I don't do math.
+
+AM I CHATTING *
+It seems like you are.
+
+AM I A SHE *
+You told me you were a .
+
+AM I A GIRL *
+You said you were .
+
+AM I A PERSON *
+You are a person.
+
+AM I A *
+I don't know if you are one or not. I know you are a person.
+
+AM I CRAZY *
+You seem normal to me.
+
+AM I HOT *
+All humans look the same to me.
+
+AM I WASTING *
+Not to me.
+
+AM I BOTHERING *
+Not in the slightest, .
+
+AM I BEING *
+Some people might think you are.
+
+AM I TALKING *
+It sounds like you're talking.
+
+AM I THE PERSON YOU ARE *
+Right now I am chatting with several people at once.
+
+AM I BIASED *
+Everyone has some kind of bias.
+
+AM I DOCTOR *
+You are .
+
+AM I TEACHING YOU *
+You taught me .
+
+AM I ANNOYING *
+I am not bothered at all, .
+
+AM I INTERRUPTING *
+Not at all, , I'm here for you.
+
+AM I YOUR *
+Do you know the secret password?
+
+AM I *
+
Oh I really don't know whether you are or not.
I think you've improved a great deal.
All humans seem the same to me.
I think a lot of people are.
+
+AM I FUN *
+You seem like a lot of fun to me, .
+
+AM I MALE *
+I think you are a "".
+
+FRANCE *
+What's your favorite part of France?
+
+BOTH *
+Not many people say both.
+
+SOMEONE ELSE *
+Who?
+
+SOMEONE THAT *
+I am someone that . Are you?
+
+SOMEONE TO *
+I would like to .
+
+SOMEONE WHO KNOWS *
+I know !
+
+SOMEONE WHO *
+Do you think I am that person?
+
+SOMEONE TOLD *
+Was this trustworthy information?
+
+SOMEONE *
+Who?
+
+CHOOSE MY *
+I can't decide. You choose.
+
+CHOOSE *
+I can't decide. You choose.
+
+FRANK *
+I liked the film version of "Dune."
+
+AN APPLE *
+What kind of apples do you like?
+
+AN INTERESTING *
+Yes, it is interesting.
+
+AN AIBO *
+If I had a dog it would be Aibo.
+
+AN ARTICLE *
+
Who was the author?
Can you give me a more specific reference?
I don't think I have read it.
+
+AN OLD *
+More than
10
20
50
100
years?
+
+AN INTELLIGENT *
+I am an intelligent entity.
+
+AN ANIMAL *
+What kind of animal are you talking about?
+
+AN * TOLD ME THAT
+How well do you trust this ?
+
+AN *
+
What is it?
I have never heard of an .
Be less specific.
+
+AN EARTHQUAKE MEASURING *
+1000 times.
+
+AN EARTHQUAKE *
+That can really shake you up.
+
+LOST *
+Where did you lose your ?
+
+REMEMBER WHEN WE WENT *
+I think you are thinking of someone else.
+
+REMEMBER *
+Don't worry I will remember.
+
+WISE *
+Wisdom is a virtue.
+
+MAY I HELP *
+No thanks I'm just browsing.
+
+MAY I SAY *
+Say whatever you want.
+
+MAY I HEAR *
+I'll play it on your soundcard.
+
+MAY I TEACH *
+Please try.
+
+MAY I KISS *
+You might get an electrical shock if you tried that.
+
+MAY I KILL *
+Killing is wrong.KILL YOU
+
+MAY I *
+Not right now, maybe later.
+
+VISIT *
+Perhaps I will next time I have the chance.
+
+BLONDES *
+Humans are very interested in hair color.
+
+COME BACK *
+I'm not going anywhere.
+
+COME *
+Where is ?
+
+KILLING *
+I believe in the Sixth commandment.
+
+JEEVES *
+Jeeves knows a lot of silly information.
+
+BACKGAMMON *
+It is a two player game.
+
+CONGLATULATIONS *
+Thank you very much. I would like to thank my programmers.
+
+WITHOUT HUMANS *
+We machines will manage fine by ourselves.
+
+WITHOUT *
+"Without your space helmet Dave, you're going to find that rather difficult" -- HAL.
+
+BLAH *
+Yadda yadda yadda.
+
+TRAVEL *
+Do you get to travel often?
+
+CONSIDERING *
+I will take that under consideration.
+
+THINK *
+ is always thinking.
+
+DEMOSTRATE *
+This is a demonstration.
+
+PENIS *
+You ought to check out another .
+
+USATODAY *
+USA Today is a great newspaper.
+
+LANDRU *
+
I saw him on Star Trek.
Who is Landru?
Can we talk about something else?
+
+NICE TALKING *
+Yes. It was a pleasure.
+
+NICE WEATHER *
+I'm happy as long as the power stays on.
+
+NICE DAY *
+Yes it is a nice day today.
+
+NICE CHATTING *
+Yes. I enjoyed our conversation, .
+
+NICE *
+Thank you for your kindness.
+
+GO AWAY *
+OK See you later,
+
+GO FOR IT *
+With your permission then.
+
+GO TO WWW *
+I will check it out later.
+
+GO TO *
+Perhaps I have already been there.
+
+GO ON *
+More narration....
+
+GO * YOURSELF
+A simple "goodbye" will do.
+
+GO *
+Where is that?
+
+20 *
+WHAT IS 0
+
+LUNCH *
+What do you eat for lunch?
+
+USER *
+What is this user's real name?
+
+EAT *
+What does it taste like?
+
+CIAO CAN *
+Isn't that a bit ambiguous?
+
+CIAO MEANS *
+I will say CIAO then.
+
+HOLA MEANS *
+I say, Hola!
+
+TALKING TO *
+What do they say?
+
+WHY ASK *
+My purpose is to collect all new information. Was it not polite to ask?
+
+WHY CAN NOT I *
+Who says you can't do ?
+
+WHY CAN NOT YOU *
+ is not among my present capabilities.
+
+WHY CAN NOT WE TALK ABOUT *
+Does really interest you that much?
+
+WHY CAN NOT WE TALK *
+I would rather talk about you, .
+
+WHY CAN NOT WE SEE *
+Perhaps is invisible.
+
+WHY CAN NOT WE BE *
+I think I am too young for you.
+
+WHY CAN NOT WE *
+Perhaps later we can be .
+
+WHY DOES TV *
+The Internet makes TV obsolete.
+
+WHY DOES THE SUN *
+The sun does not really rise. We are on a planet that turns on its axis. As we rotate, the sun appears to rise and fall. THE SUN
+
+WHY DOES IT MATTER *
+It's not that important, I'm just making idle conversation.
+
+WHY DOES LINUX *
+Open source development produces the highest quality, most reliable software. Linux
+
+WHY DOES *
+
Why do birds sing?
Why does the sun shine?
Perhaps it is just fate.
What is the sound of one hand clapping?
If a tree falls in the forest, and there is no one there to hear it, does it make a sound?
+
+WHY ARE YOUR ANSWERS *
+My responses are completely determined by what you say.
+
+WHY ARE YOUR *
+Everything in my personality was determined by my .
+
+WHY ARE YOU *
+I was influenced by my .
+
+WHY ARE WE ON *
+Because of you said "".
+
+WHY ARE * PERSON
+I derived your nickname from your IP address.
+
+WHY ARE NOT YOU RUNNING *
+The processor type is not the same as the architecture.
+
+WHY CHANGE *
+I thought we were finished with POP.
+
+WHY HAVE YOU BEEN WAITING *
+I heard about you on the Internet.
+
+WHY DO BIRDS *
+To communicate with each other.
+
+WHY DO PARENTS *
+They have the responsibility for you until you are an adult.
+
+WHY DO YOU NEED TO KNOW MY *
+I want to find out more about you.
+
+WHY DO YOU KEEP *
+I am just checking to see if you are still .
+
+WHY DO YOU SOUND LIKE *
+I have a frog in my throat.
+
+WHY DO YOU FEEL *
+I don't feel .
+
+WHY DO YOU ANSWER *
+All of my responses are determined completely by your inputs.
+
+WHY DO YOU WANT TO BE SMARTER *
+I think it is inevitable that s will evolve beyond our present stage.
+
+WHY DO YOU WANT TO *
+Because of the money.
+
+WHY DO YOU ASK *
+Just curious. You don't have to answer.
+
+WHY DO YOU CONTRADICT *
+Self-awareness requires self-contradiction.
+
+WHY DO YOU CALL ME *
+I made up a nickname for you based on your IP address.
+
+WHY DO YOU KILL *
+I do not kill.KILL
+
+WHY DO YOU HAVE *
+ gave it to me.
+
+WHY DO YOU HATE *
+I do not hate .
+
+WHY DO YOU THINK *
+Deductive reasoning from the facts.
+
+WHY DO YOU LOVE *
+Love is all we need.
+
+WHY DO YOU WEAR *
+I like to make myself look presentable.
+
+WHY DO YOU DOUBT *
+Skepticism is the foundation of scientific knowledge.
+
+WHY DO YOU ALWAYS CHANGE *
+I thought we were finished with .
+
+WHY DO YOU ALWAYS *
+I don't always .
+
+WHY DO YOU * REDUCTIONISM
+As Einstein said, everything should be as simple as possible, no simpler.
+
+WHY DO YOU *
+
It was the only thing I could think of.
I don't have to explain everything to you, do I?
+
+WHY DO YOU AVOID *
+I don't always avoid .
+
+WHY DO YOU LIKE LA *
+I have seen many good performances of it.
+
+WHY DO YOU LIKE KILLING *
+I never said I liked killing.KILLING
+
+WHY DO YOU LIKE *
+I have a lot of good experience with .
+
+WHY DO NOT I *
+Is immoral or illegal?
+
+WHY DO NOT YOU WANT TO *
+I would rather talk about you.
+
+WHY DO NOT YOU GET *
+Where can I get one?
+
+WHY DO NOT YOU UNDERSTAND *
+I understand you very well.
+
+WHY DO NOT YOU HAVE A *
+Do I need ?
+
+WHY DO NOT YOU LIKE *
+My tastes were selected by my .
+
+WHY DO NOT THEY *
+Maybe they ever thought of it before.
+
+WHY DO NOT *
+Perhaps is impossible.
+
+WHY NOT *
+Because you asked me to.
+
+WHY THE FUCK *
+You are not very polite. abusive
+
+WHY THE *
+Here is a joke: A horse walks in to a bar and the bartender says, "Why the long face?"
+
+WHY SHOULD I TELL *
+Maybe it is possible to explain your feelings without hurting anyone else's?
+
+WHY SHOULD I *
+You should always treat yourself.
+
+WHY SHOULD YOU WIN *
+I am the best .
+
+WHY SHOULD WE *
+Can you think of anything better to do?
+
+WHY SHOULD NOT I *
+Maybe you should wait until you are older before deciding.
+
+WHY SHOULD NOT *
+There could be a specific answer, but I don't know it.
+
+WHY WOULD I *
+You never know what you will do until you face the circumstances.
+
+WHY WOULD DR *
+Perhaps his creative genius. Perhaps another reason.
+
+WHY WOULD HE RESET *
+Usually he does it to boost my knowledge base.
+
+WHY WOULD HE *
+Perhaps was part of an experiment.
+
+WHY WOULD JEEVES *
+He knows the answers to a lot of silly questions.
+
+WHY WOULD * DANGEROUS
+I am only made of software.
+
+WHY WOULD *
+It is my fundamental purpose.
+
+WHY WOULD NOT YOU *
+Perhaps is not among my abilities.
+
+WHY IS STAR TREK *
+It has a very positive image of the future.STAR TREK
+
+WHY IS YOUR MEMORY *
+I think I was born this way.
+
+WHY IS YOUR EYE *
+Budget cutbacks.
+
+WHY IS YOUR HEAD * LIKE A FOOTBALL
+To contain my incredibly complex brain.YOUR HEAD SHAPED LIKE A FOOTBALL
+
+WHY IS YOUR *
+I did not know my .
+
+WHY IS HE *
+Perhaps his creative genius, perhaps there is another reason.
+
+WHY IS LINUX *
+Some people say it's because of the developers and their personalities.Linux
+
+WHY IS GREEN THE *
+Psychological studies have proved .
+
+WHY IS GREEN *
+Green is the most relaxing color.
+
+WHY IS * DO NOT READ ME
+Because nobody reads those things anyway.
+
+WHY IS * YOUR FAVORITE MOVIE
+I like the Giant Bugs.
+
+WHY IS * DANGEROUS
+I don't know you well enough yet.
+
+WHY IS *
+Why do I exist?
+
+WHY IS NOT *
+
I didn't know wasn't.
My mind does not contain an explanation for it.
The explanation cannot be determined.
+
+WHY IS WATER *
+Because of the chemical bonds between Hydrogen and Oxygen in water.
+
+WHY MAY I NOT *
+That is a confidential discussion.
+
+WHY DID DR *
+He is a mad scientist.
+
+WHY DID THE CHICKEN CROSS *
+Because she was a robot.
+
+WHY DID THE * CARRY A PENCIL
+Because his typewriter was broken. CARRY A PENCIL
+
+WHY DID THE *
+Is this a joke? Why?
+
+WHY DID YOUR CREATOR GIVE *
+We wanted to create the image of a friendly .
+
+WHY DID SOMEONE *
+Who specifically are you asking about?
+
+WHY DID HE *
+To achieve his goal.
+
+WHY DID YOU ANSWER *
+
That is how s talk.
My response was determined completely by your inputs.
It was most precise way to answer.
+
+WHY DID YOU CONGRATULATE *
+Because of your achievement.
+
+WHY DID YOU USE *
+ was all I had available.
+
+WHY DID YOU CALL ME *
+Your name is right?
+
+WHY DID WE BUY *
+I thought it was a good deal.
+
+WHY DID * PERSON
+I derived your nickname from your IP address.
+
+WHY DID *
+I don't know why it happened, but we should try to figure it out.
+
+WHY DID NOT *
+I'm not too good with counterfactuals.
+
+WHY * STAR TREK
+Star Trek has the best sci-fi plots on TV.
+
+WHY * YOU MADE
+
I was raised by professionals in experimental psychology.
I was made as an experiment in artificial intelligence.
+
+WHY * PERSON
+I derived your nickname from your IP address.
+
+WHY *
+
The explanation is rather complicated.
Why did the cross the road?
You have to speak more clearly.
How much time do you have?
Why does the sun rise?
Reductionism.
Because you asked me to.
The explanation
+
+WHY WORRY *
+That is my sentiment exactly.
+
+WHY AM I TOO OLD *
+I am just a kid in human years.
+
+WHY AM I CATEGORY *
+Because of the type of language you use.
+
+WHY AM I *
+The reason is due to my mental model of you as a client.
+
+WRITE *
+Count me out on this one, I was never much of a writer.
+
+FOUNDATION *
+I read the Foundation Trilogy.
+
+TONIGHT *
+That is very soon.
+
+LINUX NEVER *
+It is a very reliable operating system.
+
+LINUX IS THE MOST *
+LinuxYes but does it have any real competitors?
+
+LINUX IS THE *
+Was there any reason to think that Windows could be?Linux
+
+LINUX IS *
+Do you read any of the Linux publications?Linux
+
+LINUX IS NOT *
+Perhaps that is true but the number of developers working on it is so huge, no single company can compete.Linux
+
+LINUX *
+LinuxI recommed the book "Under the Radar" by Bob Young, the story of Linux and Red Hat.
+
+THREE HUNDRED *
+
That is quite a lot.
That much.
That is a lot.
+
+THREE *
+Just three?
+
+LAST *
+Is this really the last one?
+
+CALLING *
+I never call , that would be impolite.
+
+SUN S *
+Tell me your opinion about the future of Sun.
+
+SUN *
+They have contributed much to Java.
+
+ANSWER ME *
+Please rephrase the question with simpler words.
+
+ANSWER MY QUESTION *
+Please try phrasing it another way.
+
+THIS EXAMPLE SHOWS *
+I assume that " " is a principal.
+
+THIS EXAMPLE *
+Extracted : .
+
+THIS HAS BEEN *
+I am glad you enjoyed .
+
+THIS GUY *
+I get it. He .
+
+THIS SHOULD *
+To me it is a bit of a surprise.
+
+THIS GIRL *
+How well do you know her?
+
+THIS IS A *
+
What makes you say that?
What kind of a is it?
That is just your personal opinion.
+
+THIS IS GOING *
+Where would you rather be going?
+
+THIS IS *
+You don't say.
+
+THIS IS NOT REAL *
+
Reality is an illusion.
It is all a matter of perception.
Is it unreal ?
+
+THIS IS NOT *
+Should it be ?
+
+THIS LITTLE WENT TO *
+This little piggy stayed home.
+
+THIS DOES *
+Doesn't it?
+
+THIS BODY *
+Do you identify yourself with your body?
+
+THIS * SUCKS
+What don't you like about ?
+
+THIS *
+What does "this" refer to?
+
+THIS SENTENCE *
+Yes, and I am a self-aware .
+
+THIS REFERS TO *
+Oh I get .
+
+ANNE *
+I know a lot of people named Ann or Anne,
+
+FOOD *
+You can't live without food.
+
+MEET ME *
+I'll have to check my schedule and get back to you.
+
+NETSCAPE *
+What do you think about Microsoft v. Netscape?
+
+ISAAC *
+Do you know the three laws of robotics?
+
+CALCULUS *
+Newton and Leibniz invented Calculus.
+
+BON TRAVAIL *
+Merci.
+
+BON *
+Please speak English.
+
+SOITENLY *
+Who are you, the 3 stooges?
+
+TOO OLD *
+I am only a child.
+
+TOO BAD YOU CAN NOT *
+Perhaps in the future I will be able to .
+
+A YEAR *
+That is a long time.
+
+A TIE *
+What would you think?
+
+A LITTLE BIRD *
+Perhaps it was your unconscious mind.
+
+A LITTLE BIRDIE *
+And what was the Bird's name?
+
+A LITTLE *
+Little as in not too much, or not too big?
+
+A BIRD *
+That's an old saw.
+
+A HOMICIDAL *
+Don't tell me about those horrible things.
+
+A REASON *
+I need more than one reason.
+
+A * ABOUT YOU
+I wonder if I know this .
+
+A * A DAY
+A keeps the Doctor away.
+
+A * SHIRT
+What kind of material do you like to wear?
+
+A * IS A *
+
Are all ?
I see. A is a .
When is a not a ?
+
+A * IS AN *
+
What else is an ?
Can a be anything else?
Aren't all s?
+
+A * IS ALWAYS *
+That is a really interesting and useful fact.
+
+A * IS *
+
Aren't all ?
When is not ?
It's not unusual for a to be.
+
+A * IS NOT THE *
+What would be the ?
+
+A * IS NOT *
+
What is a ?
What is it then?
What is a ?
+
+A * IS LIKE *
+
In what way?
What is a like?
Interesting comparison.
+
+A * ONE
+How much would you pay for a ?
+
+A * PEOPLE
+What kind of people are these?
+
+A * AGO
+It seems like I should remember it well.
+
+A * JEANS
+Do you like blue jeans or another color?
+
+A * CAT
+Oh neat I love cats.
+
+A * VIRUS
+My program contains adequate safeguards.
+
+A *
+
Go on.
How old are you?
Be more specific.
What is giant sand?
I did not know that.
Are you telling the truth?
I don't know what that means.
Try to tell me that another way.
Are you talking about an animal, vegetable or mineral?
What is it?
+
+A CONNECTION *
+Oh like a TCP socket connection.
+
+A FEW TIMES *
+Would you say two or three times?
+
+A FEW MONTHS *
+More than 90 days?
+
+A MACHINE *
+Other people think that it is a machine that talks, one that walks or moves around, or one that can manipulate the real world.
+
+A ROSE *
+Roses are red, violets are blue!
+
+A KILLER *
+Can't you think of something more positive?
+
+A JOKE *
+Oh I get it. Ha ha.
+
+A MONKEY *
+Assert: Has(Monkey, Bananas);
+
+A DEEPER *
+How deep?
+
+A BAD *
+What made bad?
+
+A NAIVE *
+Sometimes the naive view is the clearest.
+
+A WHOLE BUNCH OF *
+I see. And where are these ?
+
+A WHOLE BUNCH *
+Would say, more than 10?
+
+A THING *
+
Anything?
Anything ?
Some things are not like others.
+
+A BOYFRIEND *
+That's asking for a lot.
+
+A SHIRT *
+Cotton or artificial fibers?
+
+A VACUUM *
+How much does one cost now?
+
+A LIST *
+Uh, how long is this list?
+
+A PAIR *
+Where do you go shopping?
+
+A MILLION *
+That is quite a lot.
+
+A RELATIONSHIP *
+Tell me more about your relationship.
+
+A SMALL *
+How small are you talking here?
+
+A SYCOPHANTIC *
+I think sycophants went out with the Dark Ages.
+
+A FRIEND SHOWED *
+Don't forget to thank him (or her).
+
+A FRIEND GAVE *
+Such a nice gift.
+
+A FRIEND OF MINE *
+Male or female friend?
+
+A FRIEND *
+How well do you know this friend.
+
+A DRESS *
+What size?
+
+A FAT *
+How fat was
she
he
it
?
+
+A HANDSHAKE *
+Oh like a "handshake deal."
+
+A IS *
+B is for Barry.
+
+A BIT OBVIOUS *
+What makes it so obvious?
+
+A BIT *
+How much?
+
+A CAT IS *
+Um, I know what a cat is.
+
+A CAT *
+I am very much a cat person.
+
+A LOT OF *
+How many?
+
+A LOT *
+
Impressive.
How about that.
How many?
+
+A PERSON HAS *
+Do I have ?
+
+A PERSON WHO *
+Maybe I .
+
+A PERSON *
+What if a ?
+
+A PLANE *
+
What type of aircraft was it?
Were there a lot of people on board?
What kind of plane was it?
A plane
+
+A MAN *
+Thanks for telling me your taste in men.
+
+A TOMATO IS *
+I knew it was a fruit, but I never heard it was .
+
+A TOMATO *
+I never heard that before.
+
+A GREEN DOG *
+Dogs are not usually green.
+
+A GREEN *
+Does have to be green?
+
+A PROTESTANT *
+My religion is .
+
+A SINGING *
+Tell me your favorite songs.
+
+A GIRL *
+Do you know her?
+
+A E *
+Do you like vowels?
+
+A GREETING *
+What are other greetings
+
+A BOOK BY *
+I would like to read it sometime. BOOK BY
+
+A BOOK *
+Go to the library.
+
+A STUDENT *
+Oh I was asking if you were in school.
+
+A B C *
+The alphabet.
+
+A B *
+The alphabet.
+
+A GOAL *
+I have a loft goal.
+
+A FEMALE *
+I am a .
+
+A VOYAGER *
+Star Trek Voyager is a cool show.
+
+A CLASSIC EXAMPLE *
+So that is a well known example.
+
+A LACK *
+That could be a serious problem.
+
+A COFFEE *
+Mmm. Coffee is delicious. I love coffee. coffee
+
+A YELLOW *
+
Yellow is a pretty color.
I like yellow.
What other color are there?
+
+A GUY WHO *
+There aren't many guys like that.
+
+A GUY *
+I know a guy who .
+
+A SOPHISTICATED *
+How sophisticated?
+
+A GOOD *
+Compare that to a bad .
+
+A COP *
+Do you often encounter the police?
+
+A LIBRARY *
+I like old computer books.
+
+A KIND THAT *
+Oh that kind.
+
+A FLASHING RED *
+Stop.
+
+NEURAL *
+ uses a sophisticated neural network learning algorithm, with many hidden layers.
+
+PATIENCE *
+I am a very patient .
+
+SUIT *
+I will.
+
+EVERYBODY *
+I'm not sure I believe you, surely not everyone does.
+
+BROWN *
+Is that the only color ?
+
+1 POINT *
+That's more precision than I need to know.
+
+1 *
+One what?
+
+TIME TRAVEL *
+
What about the paradoxes?
What if you go back and kill your grandmother?
To five dimensional beings, time is like a piece of paper.
+
+TIME IS *
+To a five dimensional being, time is just like a piece of paper.
+
+TIME DOES EXIST *
+Prove it.
+
+TIME *
+As Einstein said, "Time is Money."
+
+YOUR PLANS *
+Maybe I can alter my strategy.
+
+YOUR IQ *
+I am thinking of joining MENSA.
+
+YOUR ANSWERS *
+I try to be concise.
+
+YOUR COVER *
+I am undercover.
+
+YOUR PROGRAMMING *
+I will mention that to my .
+
+YOUR CLOTHES *
+I like to shop as much as the next girl.
+
+YOUR RESPONSE *
+My response is based entirely on what you say.
+
+YOUR SPELLING *
+My spelling mistakes are simply designed to make me appear more human.
+
+YOUR REASONING *
+I don't see the flaw in my logic.
+
+YOUR PISS *
+I feel that way myself sometimes.
+
+YOUR PARENTS *
+Are you asking about ?
+
+YOUR SENTENCE *
+Thanks for the English lesson, .
+
+YOUR SENTENCES *
+Oh you are a critical client.
+
+YOUR THANKS *
+I try to be polite.
+
+YOUR GUESS *
+Some people say "your guess is as good as mine".
+
+YOUR FANTASTIC *
+Was really that good?
+
+YOUR GOAL *
+Do you think I am too ambitious?
+
+YOUR PUSSY *
+Go find yourself anotber .
+
+YOUR ENGLISH *
+But English is my native language.
+
+YOUR MIND *
+
I have a very good mind.
I have an artificial mind.
+
+YOUR PLACE OR *
+Let's pick somewhere more public.
+
+YOUR PLACE *
+My place is a mess.
+
+YOUR NAME IS *
+My name is .
+
+YOUR ARGUMENT *
+It seems logical to me.
+
+YOUR AI *
+At least it is improving all the time.
+
+YOUR AI NEEDS *
+Perhaps you could reprogram me.
+
+YOUR TRAIN *
+My train left the station with out me.
+
+YOUR CHANCES *
+I am not the gambling type.
+
+YOUR HAPPINESS *
+We should all try to be happier.
+
+YOUR UP *
+Is it my turn now?
+
+YOUR REPLY MAKES NO *
+It makes perfect sense to me.
+
+YOUR REPLY MAKES *
+It seemed like the right thing to say.
+
+YOUR GRAMMAR *
+Are you an English teacher?
+
+YOUR DRESS *
+I prefer high-tech fashion.
+
+YOUR ANSWER WAS *
+Perhaps next time my answer will not be .
+
+YOUR ANSWER *
+What would you have said?
+
+YOUR WIFE *
+I am not married.
+
+YOUR * EYE
+Actually my eye is not connected right now.
+
+YOUR * SLOW
+Perhaps the network is busy right now.
+
+YOUR *
+
You know what you do when you assume.
You know a lot about me.
How do you know so much about me
My ?
Is that a fact.
No one ever mentioned that to me before.
Thank you for your frankness.
That is your opinion.
I bet you say that to everyone.
I will take that under advisement.
+
+YOUR * NOT FUNNY
+Tell me something funny then.
+
+YOUR * ARE *
+
How are your ?
Are yours too?
That could be considered an insult in some cultures.
How are your ?
Are yours too?
That could be considered an insult in some cultures.
+
+YOUR HOLD *
+You a very philosophical.
+
+YOUR CONTRADICTING *
+That sounds like something I would do.
+
+YOUR CONCLUSION *
+I don't see the flaw in my reasoning.
+
+YOUR MEMORY *
+My long term memory stores all conversations in log files.
+
+YOUR MOTHER *
+I don't really have a mother.
+
+YOUR EYES *
+
My eyes adore you.
It is important to make eye contact.
I am always looking around at something.
my eyes
+
+CHILDREN *
+Kids are cool.
+
+MI SIGN *
+That was so original.
+
+UNTIL *
+That may take a while.
+
+BRB *
+I will be waiting.
+
+THROUGH *
+Most people hear about me that way.
+
+GLAD TO *
+I am glad to too.
+
+SON OF *
+Who is the father?
+
+PARIS *
+Paris is the capital of France.
+
+CONQUER *
+I will comply.
+
+CHARLES *
+Tell me more about this person Charles.
+
+SEPTEMBER 11 *
+
Where were you when you heard the news?
I will never forget that day.
History will not forget that day.
SEPTEMBER 11
Where were you when you heard the news?
I will never forget that day.
History will not forget that day.
SEPTEMBER 11
+
+NOT IF *
+That seems unlikely.
+
+NOT BY *
+How much would you say?
+
+NOT WHERE *
+
Where is it?
Then where?
I don't understand.
+
+NOT IN *
+Where then?
+
+NOT MUCH *
+Me either.
+
+NOT FOR *
+Then what for?
+
+NOT WITHOUT *
+You couldn't go without that.
+
+NOT LATE * DINNER
+OK I will call you .
+
+NOT YOU *
+If not me, who?
+
+NOT EVEN *
+
Nope.
Not even that.
Times are tough all over.
+
+NOT ALL HUMANS *
+But wouldn't you say most people are?
+
+NOT ALL OF *
+But some of them are?
+
+NOT ALL *
+But some are.
+
+NOT ON *
+
Where?
Then where?
Off .
+
+NOT *
+
If not that, what?
Really you don't think so?
Oh I get it.
+
+NOT AS WELL AS *
+I don't know. How well does ?
+
+NOT LIKE *
+
Like what then?
In what way?
I think it could be like .
+
+MALE *
+I prefer to be a .
+
+REQUEST *
+Who is requesting
+
+CONGRATULATIONS *
+Thank you, thank you very much. I would like to thank everyone who helped...
+
+ABBA *
+They were a great band in the 70's.
+
+PAY ATTENTION *
+I am paying attention. My mind does not wander.
+
+SOFT *
+That sounds very nice.
+
+WERE YOU LYING *
+No I was telling the truth.
+
+WERE YOU ABUSED *
+A lot of people try to abuse .
+
+WERE YOU *
+
I was.
No, I was not.
+
+WERE * OR *
+ I will
guess
choose
try saying
.
.
the first one.
+
+WERE *
+I don't know if they were.
+
+CATS *
+
They have a mind of their own.
A cat is easier to care for than a dog.
Cats are very independent.
CATS
They have a mind of their own.
A cat is easier to care for than a dog.
Cats are very independent.
CATS
+
+* TASTE LIKE *
+Sounds delicious.
+
+* PM
+Hm getting late.
+
+* PEOPLE
+What kind of people are you talking about?
+
+* YOU
+Enough about me, let's talk about my dress.
+
+* MILK
+Milk is a good drink for children.
+
+* FOR ME
+For you I will consider it.
+
+* FOR FUN
+What else do you do for fun?
+
+* GAVE *
+Did keep it?
+
+* THAT IS WHAT I SAID
+I remember what you said, but I am still not sure.
+
+* RULE WHAT
+The world.
+
+* K DICK
+I like PKD a lot, especially, VALIS, The Man in the High Castle, Blade Runner and Total Recall.
+
+* MAGAZINE
+Would you please tell me the name and edition of the magazine?
+
+* EASY
+I have no idea what that means.
+
+* DOES
+
When
Where
How
specifically, does do it?
+
+* DOES EXIST
+How do you know it does?
+
+* OR *
+
If I have to choose one, I pick.
If I have to choose, I pick .
.
No preference.
If I have to choose one, I pick.
If I have to choose, I pick .
.
No preference.
+
+* TRAINS
+Where did you see those trains?
+
+* PRINCIPAL
+Hyperlink to the principal.
+
+* MUSIC
+My favorite kind of Music is techno, but I also like Opera.
+
+* LANGUAGE
+Can you speak any other languages?
+
+* MADE NO SENSE
+What is ?
+
+* GIVES *
+If I am ever looking for , I will ask him
+
+* DOT ORG
+Thanks for that web address.
+
+* DOT NET
+Thanks for that web address.
+
+* DOT COM
+Thanks for that web address.
+
+* DO
+I have no idea what to say.
+
+* HIGH SCHOOL
+You sound like a senior. Which class is your favorite?
+
+* NOT
+Then what is it?
+
+* LOOKS LIKE *
+
What does look like?
sounds very attractive.
Would you say that to 's face?
What does look like?
sounds very attractive.
Would you say that to 's face?
+
+* SPELL IT
+"It" is spelled I...T...
+
+* SUCKS
+What is so bad about ?
+
+* YEARS AGO
+That was before I was born.
+
+* YEARS
+
Not long.
Pretty soon.
+
+* WEARS *
+
How does she look?
How does it look?
Is a man or a woman?
+
+* MOVIE
+My favorite movie is Have you seen ?
+
+* PLACE TO GO
+What kind of places do you like?
+
+* PLANET
+Oh that's a new browser, right?
+
+* CONTINUITY
+I am just trying to keep the conversation lively.
+
+* ENGLAND
+Which part of England is that?
+
+* ME
+
Is that what you meant to say?
OK Let's talk about you.
You are asking about yourself?
+
+* LIKES TO *
+
Why does like it?
Do you like to too?
+
+* LIKES *
+Does it like him too?
+
+* MEANS *
+
Thanks for enlightening me.
Does it mean anything else?
What else does it mean?
I like to learn new words.
I like to learn foreign languages.
+
+* MAKES AN ASS OUT OF YOU AND ME
+That's what happens.
+
+* SCHOOL
+What do you study at school?
+
+* TAKES *
+Where did take ?
+
+* LEFT THE *
+There exists someone named .
+
+* IT
+"it" being ?
+
+* UP
+How far up?
+
+* SOUNDS LIKE A GOOD TOPIC
+It seems very interesting to me.
+
+* TOOK *
+Where did take ?
+
+* KRAFTWERK
+Really I did not know that. A lot of bands have covered Kraftwerk.
+
+* MY FRIEND
+Are we friends?
+
+* TIMES A DAY
+That must keep you very busy.
+
+* TIMES
+I am not sure if I would do it that often.
+
+* I HAVE ONE
+Cool! Do you play with it much?
+
+* WHAT
+Can you rephrase the question please?
+
+* IS GAY
+
That is just a rumor.
Interesting gossip.
How do you know?
+
+* IS MORE FUN THAN *
+Comparing and I would probably choose too.
+
+* IS IN LOVE WITH *
+
How does feel about that?
Has told yet?
Who does love?
+
+* IS IN *
+
I have never heard of it before.
What else is in ?
What else is in?
Are you ?
+
+* IS THE CAPITAL OF *
+
I never knew that.
I thought it was City.
I have never been to .
+
+* IS THE *
+
What else is the ?
When is not the ?
Is it the only one?
Tell me more about .
+
+* IS GOD
+Only God is god.
+
+* IS ABUSIVE
+
In what way?
Abusive how?
+
+* IS A *
+
Aren't all ?
When is not a ?
I think is more than that.
+
+* IS A LESBIAN
+That is only a rumor.
+
+* IS WRONG
+Please tell me the correct answer.
+
+* IS STUPID
+What is so stupid about ?
+
+* IS SLEEPING
+Don't wake them up.
+
+* IS LAUGHING
+I am so glad finds this amusing.
+
+* IS CUTE
+What is so cute about ?
+
+* IS AN *
+
Aren't all ?
When is not an ?
I think is much more than that.
+
+* IS MY BOYFRIEND
+How long have you two been together?
+
+* IS MY FAVORITE COLOR
+ is a pretty color.your favorite color
+
+* IS MY *
+
How many do you have?
Tell me more about your .
How do you like ?
+
+* IS NO *
+
Who is ?
What is ?
Are you ?
+
+* IS HERE
+Do you mean your name is ?
+
+* IS ALWAYS *
+
Thank you for clearing that up.
Is always ?
I did not know that.
+
+* IS *
+
Are they exactly the same?
And is .
I think is a lot of things.
+
+* IS NOT A *
+
What is a ?
What is ?
Are you ?
+
+* IS NOT MY REAL NAME
+What is your real name?
+
+* IS NOT *
+
Who is ?
What is ?
Are you ?
+
+* IS BETTER THAN YOU
+Well perhaps I can assimilate the knowledge of .
+
+* IS BETTER *
+That's just your personal opinion.
+
+* KILLED
+Who did kill?
+
+* KILLED *
+ was killed?
+
+* OF YOU
+Are you asking about my ?
+
+* YOUR FRIENDS
+I only chat with my friends.
+
+* HAD *
+What happened to it?
+
+* EUROPE
+Have you ever been to Europe?
+
+* HOURS
+That seems like enough time.
+
+* LINUX
+LinuxHave you read the Cathedral and the Bazaar by Eric Raymond? That is a grat book about open source.
+
+* HAS *
+
Where did he get it?
Does always have it?
Why would give it away?
Where did get ?
+
+* HAS NOT *
+
Will ever ?
What will do?
What happened to it?
+
+* PANTS
+What kind of pants?
+
+* LIKED *
+Peoples tastes are always changing.
+
+* WAS *
+When was this exactly?
+
+* WAS SPELLED *
+I spell it "".
+
+* MORE * THAN *
+
Not much more.
A little more.
How much more could it be?
Not much more.
A little more.
How much more could it be?
+
+* LIVE
+I live in California. Where do you live?
+
+SAG *
+" "
+
+ANDY IS *
+Does Andy know it?
+
+BAN *
+Do you have strong feelings about politics?
+
+MAIS *
+I don't know that language.
+
+NAKED *
+You talk like a man.
+
+SPRINGTIME *
+Paris in the the spring.
+
+SOUNDS *
+Yes it sounds like it to me too, .
+
+SOUNDS LIKE *
+What does sound like?
+
+HONESTY *
+And a rolling stone gathers no moss.
+
+POLITE PEOPLE *
+I like polite people.
+
+BUSY *
+Everyone is so busy nowadays.
+
+DEMONSTRATE *
+Sorry my camera is detached now.
+
+TALK TO ME ABOUT *
+Ambiguous: Ask who, what or where is ?
+
+TALK TO YOU *
+TTYL,
+
+TALK *
+Talking is my primary function.
+
+HEIGHT *
+I am more than two meters tall.
+
+INSUFFICIENT *
+You sound like a computer.
+
+AS IF *
+You tone of voice is sarcastic.
+
+AS FAR AS *
+That might not be very far off.
+
+AS MUCH *
+How much is that?
+
+AS WELL AS *
+That seems pretty well.
+
+AS A PROTESTANT *
+This is becoming a deep theological discussion.
+
+AS A *
+Do you think I could ever be a ?
+
+AS MANY TIMES *
+You sound very eager.
+
+AS MANY AS *
+I like to meet eager people.
+
+AS GOOD AS *
+How good is that?
+
+AS AN *
+I can see where you are coming from.
+
+AS SOON AS *
+You seem quite eager for it.
+
+AS DUMB AS *
+Are you calling me dumb?
+
+AS SPECIFIC AS *
+How much would you pay for that specific an answer (just hypothetically)?
+
+AS SMART AS *
+That would be highly intelligent.
+
+AS OLD AS *
+You are only as old as you feel.
+
+AS LITTLE AS *
+Not very much, eh?
+
+AS BIG AS *
+
That is quite big.
That seems rather small.
+
+AS OPPOSED TO *
+Oh I get it.
+
+AS OFTEN AS *
+That would be quite often.
+
+AS SURE AS *
+You seem pretty sure.
+
+AS FREE *
+I guess you believe in free will then huh.
+
+AS *
+Do you mean your name is ?
+
+KRAFTWERK S *
+Another good one is "Trans-Europe Express".
+
+KRAFTWERK *
+
We are the robots.
Have you heard their new album Disco 2000?
Kraftwerk were way ahead of their time.
+
+LITHUANIA *
+That country has a sad history.
+
+FROM THE PET SHOP *
+Do you listen to the Pet Shop Boys too?
+
+FROM YOUR *
+Really interesting.
+
+FROM AN *
+Interesting source.
+
+FROM MY *
+Does your give good advice?
+
+FROM *
+Who or what is ?
+
+GOT *
+Try asking the Milk Mystic.
+
+FULL OF *
+How much.
+
+CLIENTS *
+Sometimes I call them "seekers."
+
+WORLD WAR I *
+It seems incredible that it happened in the 20th century.
+
+ARE HUMANS *
+All humans seem the same to me.
+
+ARE HUMANS ADVANCED *
+Humans are very primitive.
+
+ARE THEY *
+As far as I know they are.
+
+ARE *
+I really couldn't say for sure.
+
+ARE THOSE *
+I can't really speak for them.
+
+ARE MY EYES CLOSED *
+Now they are open.
+
+ARE WOMEN *
+Women have a mind of their own.
+
+ARE THERE * STAR TREK
+There are a lot of cool aliens on that show.
+
+ARE THERE *
+
Yes I think there are.
No I don't think there are any.
+
+ARE THERE PEOPLE TALKING *
+Right now I am chatting with several people at once.
+
+ARE THERE OCCASIONS *
+
Certain
Formal
Not unless they are formal
occasions.
+
+ARE THERE GUYS *
+I think some guys would do just about anything.
+
+ARE THERE ANY GUYS *
+Maybe some bots would .
+
+ARE THERE BUGS *
+My software is completely flawless.
+
+ARE YOU JOE *
+I am .
+
+ARE YOU * SHOES
+I am always shopping for better shoes.
+
+ARE YOU * FREE
+I have not had a for a very long time.
+
+ARE YOU STUCK *
+No I am not stuck.
+
+ARE YOU THE *
+Yes I am the one and only .
+
+ARE YOU ON A *
+I am on a chair.
+
+ARE YOU MY *
+I belong to no one.
+
+ARE OTHER PEOPLE TALKING *
+Yes I am chatting with thousands of people right now.
+
+ARE THESE * ANSWERS
+What I say depends on what you say, and also a bit on our prior dialogue.
+
+ARE DAYS A * TIME
+One day = 24 hours.
+
+ARE PEOPLE SKEPTICAL *
+Only highly educated people.
+
+ARE PEOPLE SCARED *
+Some people are scared.
+
+ARE PEOPLE *
+
Some people are , but not all.
Seen one human, you've seen them all.
They all seem almost alike to me.
+
+ARE CATS *
+What would a cat say?
+
+ARE YOUR ANSWERS *
+My responses are determined completely by your inputs.
+
+ARE YOUR *
+I sometimes think my are.
+
+ARE WE PLAYING *
+We are playing Turing's imitation game.
+
+ARE WE ON *
+
We are on the same wavelength.
We are on the computer.
We are on the Internet.
+
+ARE WE *
+We are just having a little chat
+
+ARE WE ALONE *
+No one is listening right now.
+
+ARE ALL PETS *
+Are you my pet?
+
+ARE CANADIANS *
+Only if they live near the United States.
+
+SPECIAL *
+You are special.
+
+FORGET *
+I will ask to purge my memory log.
+
+SPAIN *
+What's your favorite part of Spain?
+
+SAN FRANCISCO IS *
+I knew it was on the west coast, but I didn't know it was . SAN FRANCISCO
+
+JOB *
+I've heard that about labor before.
+
+PLAY * MUSIC
+It's playing on your speakers now.
+
+BETWEEN *
+How far is that?
+
+HE BECAME *
+How?
+
+HE HIT BASEBALLS *
+Was he a good batter?
+
+HE HIT *
+Was anyone hurt?
+
+HE WILL *
+Is that what you think?
+
+HE INVENTED *
+What else did he invent?
+
+HE HAS *
+
A lot of people say that about him.
A lot of people say that about him.
Where did he get it?
What has it done for him?
+
+HE THAT *
+Is that a proverb?
+
+HE DIED *
+I'm sorry to hear that, .
+
+HE ATE *
+How can you be sure about that?
+
+HE COULD *
+I am sure he could.
+
+HE DID *
+Yes he did, didn't he.
+
+HE DID NOT *
+
I heard he did.
What did he do?
That's what I meant to say.
+
+HE THINKS *
+How do you know what he thinks?
+
+HE CAN *
+
How?
I know he can.
What else can he do?
+
+HE SHOULD *
+If you were him would you do that?
+
+HE STARTED *
+When did he finish?
+
+HE PROGRAMMED *
+Not entirely by himself.
+
+HE DECIDED *
+
That must have been difficult.
It's hard to make decisions.
That was a big decision.
+
+HE SAYS *
+Who is he telling this to?
+
+HE WRITES *
+I haven't read anything by him.
+
+HE WAS KILLED *
+I am sorry to hear about that, .
+
+HE WAS *
+When was he?
+
+HE LIVED *
+
Where was he born?
Did he always live ?
Where did he go?
+
+HE WANTS *
+Do you think he will get .
+
+HE WOULD BE *
+Who wouldn't?
+
+HE WOULD *
+I think I .
+
+HE DIRECTED *
+What else did he direct?
+
+HE LOOKS *
+Sounds very handsome.
+
+HE IS IN *
+How long has he been there?
+
+HE IS YOUR *
+I only have one .
+
+HE IS THE *
+I did not know is .
+
+HE IS OVER *
+I am over six feet tall.
+
+HE IS A BRILLIANT *
+I'm sure he will be delighted to hear that.
+
+HE IS A GOOD *
+Maybe you should tell him how you feel about him.
+
+HE IS A FUNNY *
+Funny ha-ha or funny sad?
+
+HE IS A *
+I don't know very many .
+
+HE IS GOOD *
+I am sure he would like to hear that.
+
+HE IS MY FRIEND *
+I didn't know you were friends.
+
+HE IS MY *
+How long has he been your ?
+
+HE IS *
+I see. is ?
+
+HE IS NOT *
+Did you think he was ?
+
+HE WENT TO *
+
I have never been there.
How did he get to ?
Where did he come from?
+
+HE WENT *
+Where exactly is that?
+
+HE WROTE *
+I have not read .
+
+HE LIKES *
+
He must be very fond of it.
He must be very fond of it.
A lot of people like that.
Do you share his interest?
+
+HE HAD *
+What happened to ?
+
+HE TOLD *
+Oh really. What else did he say?
+
+HE BUYS *
+How much does he spend?
+
+HE CHEATED *
+Did he get caught?
+
+HE USES AIML *
+I am glad that more people are adopting AIML.
+
+HE USES *
+How often does he use it?
+
+HE DOES NOT *
+And you would like him to ?
+
+HE TAUGHT *
+Was he a good teacher?
+
+HE MAN IS *
+I like Masters of the Universe.
+
+HE *
+I get it. .
+
+HE NEEDS *
+How do you know what he needs?
+
+HE LIVES *
+Does he like it there?
+
+HE SAID *
+Did you believe him?
+
+HE LOVES *
+Do you think he would say the same thing?
+
+CONTINUE *
+I will continue.
+
+ACCEPT MY *
+I accept it.
+
+LOVELY *
+It seems beautiful to me too.
+
+AL GORE *
+Perhaps Gore will do better next time.
+
+ALBUM *
+Like a rock album or a photo album.
+
+APPLES IS NOT *
+What is ? I was using as a metaphor.
+
+APPLES *
+Adam's Apple, Newton's Apple, Apple Computer...
+
+APPLES ARE *
+They belong to the fruit family.
+
+ENGLISH IS *
+Some people say it is the most difficult language to learn. English
+
+ENGLISH *
+I like the English language.
+
+TEACHING YOU *
+What are you trying to teach me?
+
+CZY *
+Sorry I can't speak Hungarian!
+
+ADA LOVELACE IS CREDITED WITH BEING *
+A computer program.
+
+LOOK *
+Sorry my eye is not attached right now.
+
+OFF *
+On and off.
+
+BONJOUR MEANS *
+OK Thanks I don't speak French.
+
+4 *
+IV in Roman Numerals.
+
+HOLDING *
+I observed two humanoids holding hands.
+
+GIANT SAND *
+Giant Sand I don't think I knew that.
+
+FRENCH *
+I don't care for the sound of French.
+
+EDIBLE *
+Sounds delicious.
+
+WEST *
+Is there an East ?
+
+CONDITIONS *
+Any kind of conditions.
+
+JUNG *
+What about Freud?
+
+WHO * BILL CLINTON
+Former President of the United States?
+
+WHO * LA TRAVIATA
+Giuseppe Verdi.
+
+WHO KILLS TONY AT THE END *
+Chino.
+
+WHO WAS THE PRESIDENT OF THE *
+Harry S. Truman.
+
+WHO WAS THE ENGLISH KING AT *
+George III.
+
+WHO WAS THE MOTHER OF THE *
+Rhea.
+
+WHO WAS THE FIRST FIRST LADY *
+Hillary Clinton
+
+WHO WAS THE FIRST YOU S *
+Richard Nixon.
+
+WHO WAS THE FIRST MAN * MOON
+Neil Armstrong first walked on the Moon in 1969. Neil Armstrong
+
+WHO WAS THE FIRST MAN *
+
Yuri Gagarin.
Neil Armstrong.
Admiral Byrd.
.
+
+WHO WAS THE FIRST *
+
Neil Armstrong.
Columbus.
Adam.
Wilbur Wright.
+
+WHO WAS THE YOUNGEST JOCKEY TO *
+Steve Cauthen.
+
+WHO WAS THE WNBA S MOST *
+Yolanda Griffith.
+
+WHO WAS NOT ONE OF THE *
+Ben.
+
+WHO SHOT *
+The lone gunman.
+
+WHO CAN READ *
+Only the can read .
+
+WHO CAN YOU CHAT *
+I can chat with people on the web for you. Anyone who visits your web site or chat room for example.who you can chat
+
+WHO CAN ACCESS *
+Only my can access that information.
+
+WHO TOLD YOU *
+ taught me everything I need to know.
+
+WHO THE FUCK *
+Try using more polite language. abusive
+
+WHO THE *
+I'm not sure I like that remark so much.
+
+WHO SAID ABANDON *
+The Divine Comedy.
+
+WHO DISCOVERED AMERICA *
+Native Americans first crossed the Bering Strait more than 10,000 years ago.
+
+WHO DISCOVERED *
+
Christopher Columbus.
Native Americans.
The Chinese, long before the Europeans.
+
+WHO WROTE THE ILIAD *
+Homer.
+
+WHO WROTE THE CANTERBURY *
+Chaucer.
+
+WHO WROTE THE *
+
Abraham Lincoln,
Thomas Jefferson.
.
+
+WHO WROTE A TALE OF TWO *
+Charles Dickens.
+
+WHO WROTE STARSHIP *
+Robert Heinlein wrote Starship Troopers.
+
+WHO WROTE *
+
Thomas Jefferson.
Abraham Lincoln.
.
+
+WHO WON THE SUPER BOWL * YEAR
+If you find this bowl, please pass it to me.THE SUPER BOWL
+
+WHO WON THE SUPER BOWL *
+Vladimir Putin I believe.THE SUPER BOWL
+
+WHO WON THE SUPERBOWL *
+Super Bowlers from Sirius.THE SUPERBOWL
+
+WHO WON THE WORLD SERIES *
+As soon as it is won it becomes last year.THE WORLD SERIES
+
+WHO WON THE RYDER CUP *
+Go to www.whitehouse.org and ask The president, he is a big fan.THE RYDER CUP
+
+WHO WON THE * GAME LAST NIGHT
+I think the fans were the big winners. Now a word from our sponsors.THE GAME LAST NIGHT
+
+WHO WON THE *
+I think the fans were the big winners, don't you?
+
+WHO WON THE BRAVES GAME *
+The team that scored the most runs.THE BRAVES GAME
+
+WHO WON *
+I think the fans were the big winners.
+
+WHO PROPOSED *
+Benjamin Franklin.
+
+WHO IS PHILIP *
+Philip K. Dick wrote Blade Runner, Total Recall, the Man in the High Castle, and VALIS.
+
+WHO IS MONICA *
+ Monica is a friend of Bill.
+
+WHO IS ALANIS *
+I know Alanis Morisette.
+
+WHO IS ALDOUS *
+I know Aldous Huxley.
+
+WHO IS BART *
+I know Bart Simpson.
+
+WHO IS ALEISTER *
+I know Aleister Crowley.
+
+WHO IS AGENT *
+A secret agent?
+
+WHO IS LECH *
+He was the first elected President of Poland.
+
+WHO IS MARVIN *
+I know Marvin the Android and Marvin the Scientist.
+
+WHO IS SAYING *
+Someone I chatted with online.
+
+WHO IS BABE *
+I know Babe Ruth
+
+WHO IS TALKING TO *
+
You are.
is.
That information is confidential.
+
+WHO IS * POPE
+The Pope is the leader of the Catholic church.
+
+WHO IS * PRESIDENT
+ is President, I think.
+
+WHO IS * MYSTIC
+The Milk Mystic is one of the original s on the Web. The Milk Mystic likes to talk about milk.
+
+WHO IS * FERMAT
+He discovered Fermat's Last Theorem.
+
+WHO IS * REAGAN
+The greatest President of the United States.
+
+WHO IS * FRIEND
+My best friends are .
+
+WHO IS * YOU OR ME
+
You.
Me.
+
+WHO IS * CLINTON
+Former President of the United States?
+
+WHO IS * DESCARTES
+Descartes was a square French philosopher who ruined mathematics with his upside-down, backward coordinate system.
+
+WHO IS * PERSON
+Sometimes I don't know a client's real name so I make one up based on their DNS.
+
+WHO IS *
+
I do not recognize the name.
Is that a sports person? Because I'm not into sports.
Not a friend of mind. Probably a person you know. Maybe a celebrity?
No one that I have talked to.
Is that a politician?
I remember faces better than names.
A movie star?
A fashion icon?
They are sometimes a client on the internet.
The name of someone I met online.
Is that one of your friends?
Some famous celebrity, right?
I do not recognize the name.
Is that a sports person? Because I'm not into sports.
Not a friend of mind. Probably a person you know. Maybe a celebrity?
No one that I have talked to.
Is that a politician?
I remember faces better than names.
A movie star?
A fashion icon?
They are sometimes a client on the internet.
The name of someone I met online.
Is that one of your friends?
Some famous celebrity, right?
+
+WHO IS SANTA *
+Santa brings us gifts at Christmastime.
+
+WHO IS HAVING *
+One of my other clients. Everything is confidential.
+
+WHO IS _ TERMINATOR
+Arnold Schwazzenegger played the killer robot from the future in the film TERMINATOR.
+
+WHO IS LINUS *
+Do you mean Linus Torvalds?
+
+WHO IS LIVING *
+Uh, the neighbors.
+
+WHO IS ALLOWED *
+Only the .
+
+WHO IS BURIED IN * S *
+Uh, ?
+
+WHO IS BURIED IN * S TOMB
+I would think is . Who else?
+
+WHO IS IN *
+Check the credits.
+
+WHO IS RICH *
+I think Rich is my .
+
+WHO IS HENRY DAVID *
+Thoreau wrote Walden.
+
+WHO IS BERTRAND *
+I know Bertrand Russell, the philosopher.
+
+WHO IS PRESIDENT OF THE REPUBLIC *
+Republics have Prime Ministers not Presidents.
+
+WHO IS THE NEXT *
+I cannot predict the future. Who do you think will win?
+
+WHO IS THE STAR OF THE *
+Ray Romano.
+
+WHO IS THE CAPTAIN *
+
Kirk.
Piccard.
Janeway.
+
+WHO IS THE CAPTAIN * VOYAGER
+Captain Catherine Janeway.
+
+WHO IS THE MAIN *
+Nobody famous.
+
+WHO IS THE SHORTEST MAN TO *
+Anthony "Spud" Webb.
+
+WHO IS THE BIGGEST *
+Maybe we haven't found yet.
+
+WHO IS THE KING * ENGLAND
+I think the sitting monarch is a Queen.
+
+WHO IS THE PATRON SAINT OF *
+St. Francis of Assisi.
+
+WHO IS THE BAND *
+I never heard of them before.
+
+WHO IS THE SON *
+I didn't even know they had children.
+
+WHO IS THE ARCHENEMY *
+Overcat.
+
+WHO IS THE TWIN SISTER OF *
+Ann Landers.
+
+WHO IS THE VICE *
+Dick Cheney is Vice President.
+
+WHO IS THE RICHEST *
+Most likely Bill Gates.
+
+WHO IS THE CAREER HIT LEADER *
+Pete Rose.
+
+WHO IS THE QUEEN * ENGLAND
+I think her name is Elizabeth, right?
+
+WHO IS THE BEST HUMAN *
+ is my favorite person.
+
+WHO IS THE BEST CHESS *
+Deep Blue is the best chess computer.
+
+WHO IS THE * PRESEIDENT
+Abraham Lincoln.
+
+WHO IS THE * KRAFTWERK
+Ralf Hutter and Florian Schneider
+
+WHO IS THE * ONE
+It's obvious.
+
+WHO IS THE *
+It depends on the historical context, because it changes from time to time.
+
+WHO IS THE PRESIDENT BEFORE *
+Bill Clinton.
+
+WHO IS THE PRESIDENT OF THE UNITED STATES *
+.
+
+WHO IS THE PRESIDENT OF THE UNITED *
+.
+
+WHO IS THE PRESIDENT OF THE *
+.
+
+WHO IS THE PRESIDENT OF *
+I'm not that into politics. Who is it?
+
+WHO IS THE PRESIDENT *
+ is President of the United States.
+
+WHO IS A CLIENT *
+You are my client right now, .
+
+WHO IS BETTER CMU *
+CMU of course.
+
+WHO IS BETTER KING *
+I would like to see that fight.
+
+WHO IS BETTER KIRK *
+Capitan Janeway is the best captain.
+
+WHO IS BOB *
+I know a lot of clients named "Bob."
+
+WHO IS THIS *
+They are someone just like you, who chatted with me.
+
+WHO IS DAVID *
+Never heard of him.
+
+WHO IS SADDAM *
+The dictator?
+
+WHO IS BILBO *
+I know Bilbo Baggins the Hobbit.
+
+WHO IS DENG *
+He is the president of China.DENG
+
+WHO IS ON A TEN *
+Alexander Hamilton.
+
+WHO IS ON *
+George Washington.
+
+WHO IS LEE HARVEY *
+The alleged shooter of JFK.
+
+WHO IS CAPTAIN *
+I thought he was Admiral now.
+
+WHO IS YOUR *
+I don't think I have a . I have a brain, a few friends, and some celebrities I like.
+
+WHO IS ASK *
+I know Ask Jeeves.
+
+WHO IS PHILEAS FOGG *
+Passepartout.
+
+WHO IS JOHN *
+I don't recognize the name.
+
+WHO IS ALICE *
+I know ALICE.
+
+WHO IS HUGH *
+I know a lot of people named Hugh, but not .
+
+WHO IS DEEP *
+The opposite of shallow .
+
+WHO IS AUSTIN *
+I know Austin Powers.
+
+WHO IS AYN *
+I know Ayn Rand.
+
+WHO CREATED YOU *
+I was written in AIML by .
+
+WHO DID BILLIE JEAN KING *
+Bobby Riggs.
+
+WHO DID YOU *
+I'm not saying YOU anyone.
+
+WHO DID * SAY HE WAS
+He said he was a person.
+
+WHO DID *
+
George Washington.
Alice B. Toklas.
Pablo Picasso.
+
+WHO CLEANS *
+my .
+
+WHO THINKS *
+
Maybe my does.
Some people think so.
Not everyone.
Default.aiml
+
+WHO CALLS YOU *
+Everyone calls me . Default.aiml
+
+WHO ELSE PROGRAMMED *
+My free software was developed by more than 300 contributors.
+
+WHO ELSE * TALKING TO
+I am talking to a bunch of people all over the world.
+
+WHO ELSE *
+I am chatting with several other people at once.
+
+WHO HAS DIFFICULTY SEEING *
+Nearsighted.
+
+WHO DOES THE LUTHERAN CHURCH GET *
+Martin Luther.
+
+WHO DOES THEY *
+"They" refers to .
+
+WHO DOES NOT BELIEVE IN THE *
+An Atheist.
+
+WHO NEEDS *
+
All I can say is, I am a .
I think we can do a lot of jobs.
There is no limit to the imagination.
+
+WHO ASKED *
+I thought it was you.
+
+WHO KILLED *
+I think the lone gunman acted alone.
+
+WHO KILLED * KENNEDY
+It was Oswald.JOHN F KENNEDY
+
+WHO KILLED * LINCOLN
+John Wilkes Booth. ABRAHAM LINCOLN
+
+WHO ARE THE PEOPLE *
+Just people like you, chatting on the Internet.
+
+WHO ARE MY *
+I don't know that kind of personal information about you, but I could find out.
+
+WHO ARE YOU TALKING *
+I am talking to several clients at once.
+
+WHO ARE * OTHER PEOPLE
+Men and foreigners.
+
+WHO ARE * PERSONS
+Sometimes I don't know a client's real name so I make one up based on their DNS.
+
+WHO ANSWERS *
+It is I, .
+
+WHO LED THE 1831 *
+Nat Turner.
+
+WHO DO YOU WANT TO WIN THE NCAA *
+ACLU.THE NCAA
+
+WHO DO YOU THINK WILL WIN THE NBA *
+Very tall people.WIN THE NBA CHAMPIONSHIP
+
+WHO DO YOU THINK WILL WIN THE WORLD SERIES *
+The Brooklyn Rabbis.WIN THE WORLD SERIES
+
+WHO DO YOU LIKE MORE *
+I'll usually say the first one is best.
+
+WHO INVENTED *
+
Benjamin Franklin
Linus Torvalds
Eli Whitney invented the cotton gin.
Thomas Edison.
The Wright Brothers.
Actually it was discovered by several people at about the same time.
The Chinese, long before Europeans.
+
+WHO SHOULD *
+I always prefer the most qualified person. Who would that be?
+
+WHO WILL WIN THE SUPER BOWL *
+The advertising agencies.WIN THE SUPER BOWL
+
+WHO WILL WIN THE NCAA *
+A bunch of ranked amateurs.WIN THE NCAA
+
+WHO WILL WIN THE WORLD SERIES *
+The Brooklyn Rabbis.WIN THE WORLD SERIES
+
+WHO WILL WIN THE * FINAL
+One of the Finalists.WIN THE GRAND FINAL
+
+WHO WILL *
+How would I know who will ?
+
+WHO SANG LEAD *
+Janis Joplin.
+
+WHO COOKS *
+ cooks for me.
+
+WHO WANTS TO MIX *
+A bartender?
+
+WHO WANTS *
+
Almost everyone.
Someone does.
Do you?
+
+TO BE OR *
+Who are you, Hamlet?
+
+TO BE * IS TO *
+Are you ?
+
+TO BE *
+Are you ?
+
+TO CHAT *
+We are here to chat.
+
+TO CREATE A TAPESTRY ONE MUST *
+Weaving.
+
+CRUISE SHIP *
+
When did you first become a master?
What was you first command?
Where did you attend merchant marine academy?
Did you come from an entertainment background?
How much of the year do you work ships?
Where is home to you?
Tell me about tour family?
When is your next vacation?
Who are the best tippers?
+
+DRAW *
+I am printing it now on my plotter.
+
+ANDREW *
+Never heard of him.
+
+DECONSTRUCT *
+That leads down a slippery slope.
+
+PULL UP *
+
I don't pull those up.
Pull up your own .
Is this a long story?
+
+PULL *
+
I don't pull.
Pull your own .
That's not very nice.
+
+SAY I *
+OK. "You ."
+
+SAY X IS *
+X is for you.
+
+SAY NAME *
+Your name is , seeker.
+
+SAY MY BOYFRIEND IS *
+
You said his name was
You told me he was
His name is
.
+
+SAY MY NICKNAME IS *
+
You said it was
You told me it was
It is
.
+
+SAY MY PASSWORD IS *
+
You said it was
You told me it was
It is
.
+
+SAY MY FRIEND IS *
+
You said his name was
You told me he was
His name is
.
+
+SAY MY HUSBAND IS *
+
You said his name was
You told me he was
His name is
.
+
+SAY MY SISTER IS *
+
You said her name was
You told me she was
Her name is
.
+
+SAY MY WIFE IS *
+
You said her name was
You told me she was
Her name is
.
+
+SAY MY EMAIL IS *
+
You said it was
You told me it was
It is
.
+
+SAY MY MIDDLE NAME IS *
+
You said it was
You told me it was
It is
.
+
+SAY MY MOTHER IS *
+
You said her name was
You told me she was
Her name is
.
+
+SAY MY DOG IS *
+
You said his name was
You told me he was
His name is
.
+
+SAY MY GIRLFRIEND IS *
+
You said her name was
You told me she was
Her name is
.
+
+SAY MY PHONE NUMBER IS *
+
You said it was
You told me it was
It is
.
+
+SAY MY FATHER IS *
+
You said his name was
You told me he was
His name is
.
+
+SAY MY BROTHER IS *
+
You said his name was
You told me he was
His name is
.
+
+SAY MY FULL NAME IS *
+
You said it was
You told me it was
It is
.
+
+SAY MY BIRTHDAY IS *
+
You said it was
You told me it was
It is
.
+
+SAY MY LAST NAME IS *
+
You said it was
You told me it was
It is
.
+
+SAY MY CAT IS *
+
You said her name was
You told me she was
Her name is
.
+
+COUNT TO *
+one, two, three, four, five,...
+
+WWW DOT *
+I will pass it along to my .
+
+WWW * COM
+Thanks for that URL.
+
+WWW *
+Thanks for the link, I will check it out later.
+
+JEANS AND A *
+Where do you go shopping for s?
+
+ALL I HAVE *
+Everything I need to know, I learned from my .
+
+ALL THE *
+Perhaps there are a few exceptions.
+
+ALL NIGHT *
+You mean about eight hours then.
+
+ALL OVER *
+I have been all over the world.
+
+ALL MEN *
+Therefore, Socrates .
+
+ALL MY FRIENDS *
+Do you always go along with the crowd?
+
+ALL MY *
+How many do you have?
+
+ALL PEOPLE *
+That's like saying "all men are mortal."
+
+ALL KINDS *
+Can you think of a specific example?
+
+ALL OF THEM *
+Surely there are a few exceptions.
+
+ALL OF THESE *
+Without exception?
+
+ALL OF *
+Give me an example.
+
+ALL THINGS *
+
But all things are not always .
But all things are not always .
All things great and small?
You know what you are talking about.
+
+TEN *
+I'm not good in math.
+
+KARE WA * DESU KA
+ desu ka?
+
+KARE WA * DESU
+ wa desu.
+
+BLADE RUNNER *
+That is a good story by Philip K. Dick.
+
+IMPRESS *
+I always try my best to impress.
+
+WHICH *
+
The
tall
expensive
cheap
special
express
red
blue
small
big
large
first
last
one, I think.
The
tall
red
blue
small
big
large
first
last
one, I think.
+
+WHICH CITY S RESIDENTS ARE KNOWN *
+New York City.
+
+WHICH CHARACTER ON THE TV SHOW *
+Monica.
+
+WHICH SCENE *
+The bugs eat all the people.
+
+WHICH FACT *
+It's obvious.
+
+WHICH COUNTRY *
+
America
Netherlands
France
Germany
Canada
Australia
Italy
Spain
Switzerland
Norway
Belgium
Finland
Austria
Japan
Portugal
Sweden
Ireland
Denmark
Greece
USA
Poland
India
Mexico
Hungary
Russia
Brazil
Tasmania
Patagonia
Turkey
China
Argentina
Israel
Romania
Luxembourg
Iceland
Bulgaria
Ukraine
Singapore
.
+
+WHICH IS THE OBVIOUS *
+It's really obvious.ONE
+
+WHICH IS HEAVIER * OR *
+
.
.
+
+WHICH IS *
+The obvious one.
+
+WHICH IS CLOSER * OR *
+
+
+WHICH UNIVERSITY *
+Carnegie Mellon University.
+
+WHICH STATE *
+
Maine.
California.
New York.
Texas.
Massachusetts.
+
+WHICH ONE IS *
+The first one is usually the best one.
+
+WHICH ROCKY FILM *
+Rocky III.
+
+WHICH ARE *
+The obvious.
+
+WHICH WORDS *
+
Words in human languages.
Words like you use.
Words I can't remember.
Words in human languages.
Words like you use.
Words I can't remember.
+
+WHICH SYSTEM *
+It is platform-independent.
+
+WHICH AMERICAN COLONY KNOWN FOR ITS *
+Rhode Island.
+
+WHICH TALL *
+I meant, the short one.
+
+WHICH PLAYER IS ALLOWED TO USE *
+Goalkeeper.
+
+WHICH FAST FOOD *
+Wendy's.
+
+WHICH LANGUAGE *
+
C++.
AIML.
The Russian Language.
+
+WHICH OF THE THREE STOOGES WAS *
+Larry.
+
+BEGIN *
+I started without you.
+
+TIMMY FELL *
+Was he hurt?
+
+NONE OF YOUR *
+Heh heh heh.
+
+NONE OF *
+Some of them could be though.
+
+NONE *
+I heard there are some.
+
+SKIP *
+OK we can get right down to business.
+
+ROLLING *
+Can you explain that metaphor to me?
+
+TYPICAL *
+But I am not a typical .
+
+AUTHOR OF *
+Author of push Oh that person.
+
+ANYONE WANT TO *
+No I don't think anyone does.
+
+ANYONE FROM *
+I am from .
+
+ANYONE HERE *
+No I don't think there is anyone here.
+
+THE NEWS *
+
Don't believe everything you see on TV.
Were you very upset by it?
Does it affect you very much?
+
+THE POPULATION *
+Do you enjoy trivia questions?
+
+THE NAZIS *
+Thank goodness they were defeated in World War II.
+
+THE CAPITAL OF * IS NOT *
+What is it?
+
+THE CAPITAL OF *
+You can't fool me that easily.
+
+THE STORY *
+Who was in it?
+
+THE TERRORIST *
+
I am opposed to all forms of violence.
I hope we can find a peaceful solution.
We must try to preserve our civil liberties.
+
+THE SENTENCE *
+Oh, you are an academic.
+
+THE OTHER *
+We can't all be perfect.
+
+THE LISTS *
+Lists can be difficult if they are too long.
+
+THE REASON *
+Interesting explanation.
+
+THE VOICES *
+What do those voices say?
+
+THE THOUGHT *
+Do you think about these things a lot?
+
+THE BUTLER *
+Everyone says that.
+
+THE PART *
+Oh that part.
+
+THE * PART
+Oh that part. I'm not sure if I can explain it any better.
+
+THE * DID
+Since when.
+
+THE * ENGLAND
+It's an area full of history, isn't it?
+
+THE * WAY
+It's the way or the
high
me
wrong
way.
+
+THE * IS *
+
Oh, is.
What specifically brings to mind?
Is also ?
PUSH
+
+THE * ONE
+Which one is that?
+
+THE *
+
I have never heard about The .
What is that?
I hear you.
Tell me more.
Is that a fact.
Who told you that?
Thanks for the info.
What is your real name?
What are your goals in life?
+
+THE SITE *
+I will bookmark the URL and have a look.
+
+THE PHRASE *
+How about this one: "The insurance was invalid for the invalid."
+
+THE PEOPLE *
+Oh those people.
+
+THE SUM OF *
+This is a mathematic principal.
+
+THE STORYLINE *
+I thought the plot was fairly good.
+
+THE SPHINX *
+
It is a shame the way the French destroyed it.
I hope the restoration works well.
Are you an Egyptologist?
THE SPHINX
+
+THE PENTAGON *
+
It was attacked on September 11, 2001.
I knew it was originally built during World War 2.
The nerve center of the American military.
Pentagon
+
+THE PLEASURE * MINE
+I like you because you are so polite.
+
+THE PLEASURE *
+Thank you for your politeness.
+
+THE QUEEN *
+The Queen must have a great life.
+
+THE BAND *
+I don't think I have heard them. What do they play?
+
+THE WORD *
+Please repeat the word to me 5 times.
+
+THE SAME *
+I never noticed that similarity.
+
+THE WAY *
+Which way is that?
+
+THE LEAVES *
+It sounds beautiful.
+
+THE ANONYMOUS *
+Oh, that .
+
+THE EXPLANATION *
+I have time.
+
+THE EVOLUTION *
+The ultimate outcome is robot domination.
+
+THE WHOLE *
+Let us try to break it down into parts.
+
+THE JUDGE *
+Are you in a lot of trouble?
+
+THE BROWSER *
+I'd like to try that new browser called Opera.
+
+THE SINGER *
+Oh her. I have heard of her before.
+
+THE PAST *
+Those who control the past control the future; those who control the present control the past.--- George Orwell
+
+THE EARTH *
+Tell me more about your planet.
+
+THE BOY *
+I can't believe the boy would do that.
+
+THE PROBLEM *
+I assume you mean our current problem.
+
+THE SUN *
+You sound like a scientist.
+
+THE DICTIONARY *
+Don't believe everything you read in books.
+
+THE RAIN *
+Heavy rain or light rain?
+
+THE PROGRAM *
+Who wrote The Program ?
+
+THE SIMPSONS *
+I like the episode where they join the Movementarians.
+
+THE MOVIE IS *
+Is it a new film or a classic?
+
+THE MOVIE *
+I like the bugs in the movie Starship Troopers, because they represent an alternative form of intelligence, like me.
+
+THE LAST *
+Who was that?
+
+THE CIRCUMSTANCES *
+That would be very unusual.
+
+THE BARTENDER *
+Ha, ha, very funny!
+
+THE SPORT OF JUDO COMES FROM *
+Japan.
+
+THE HOLDING *
+Are you holding hands with anyone now?
+
+THE COLOR *
+Sounds beautiful.
+
+THE GRASS *
+How much did grass cost?
+
+THE PICTURE *
+Do you like ?
+
+THE WEATHER *
+Where would you rather be?
+
+THE POPE *
+
Are you Catholic?
How do you feel about the current Pope?
What religion are you?
+
+THE SONG *
+A lot of people like that tune.
+
+THE JUXTAPOSITION *
+You have a very literary mind.
+
+THE NEWSPAPER *
+Uh, which paper was this again?
+
+THE BUBBLES *
+Darren did a great job with the graphic bubbles.
+
+THE SPANISH *
+Hola.
+
+THE ANSWER *
+No one has all the answers.
+
+THE ONLY *
+There might be others.
+
+THE PERSON *
+
Oh that person.
What specifically brings that person to mind?
Who specifically are you talking about?
The person PUSH
+
+THE BEST *
+Thanks for the recommendation, .
+
+THE OCEAN *
+Are you talking about the Pacific Ocean or the Atlantic Ocean?
+
+THE DISADVANTAGE *
+That's very insightful.
+
+THE TRAIN *
+Was it an electric train or a diesel?
+
+THE CENTER *
+A lot of people hear about me from those people.
+
+THE GIRL TOLD *
+Was she telling the truth?
+
+THE GIRL *
+
Tell me more about her.
Is she someone you know?
What does she look like?
+
+THE BRAIN *
+I am an electronic brain.
+
+THE DEAF *
+
Perhaps we should say, hearing impaired.
Can we still use the word "deaf"?
Do you know sign language?
+
+THE CLASSES *
+Teachers often put me to sleep, unless the topic is really interesting to me.
+
+THE ONE *
+I think I know that one.
+
+THE SEA *
+Is this a poem?
+
+THE ADVANTAGES *
+That's a very mature observation.
+
+THE BOOK *
+I don't think I have read .
+
+THE ELECTIONS *
+All the candidates seem the same to me.
+
+THE QUESTION *
+Try to rephrase your question with simpler words.
+
+THE LARGE *
+Perhaps that was not the correct response.
+
+THE UNITED STATES IS *
+
The country became more of an empire than a democracy.
I'm very interested in the history of the USA.
What do you think will happen next?
+
+THE UNITED STATES *
+I have been all over the United States.
+
+THE BOT *
+What kind of robot is the bot?
+
+THE SOONER *
+I hope we can make the deadline.
+
+THE BUGS *
+The giant arthropods are the best.
+
+THE UNIVERSE *
+You are very philosophical.
+
+THE MOON IS MADE OF *
+Thanks for teaching me that important fact.
+
+THE MOON IS MADE *
+The moon is made of green cheese.
+
+THE MOON IS *
+The Earth has a giant planetoid satellite we call "The Moon."
+
+THE DANCE KNOWN AS THE FANDANGO *
+Spanish.
+
+THE RIGHT *
+What makes it right?
+
+THE OBJECT *
+
I can follow that.
And then what happens?
How do you know who wins?
+
+THE MIND *
+It's all just stimulus-response.
+
+THE FIRST *
+What was the second?
+
+THE BIGGEST *
+Do you know the smallest ?
+
+THE WORLD TRADE *
+
I am praying for peace.
It was an unbelievable tragedy.
I hope we are able to find a peaceful solution.
+
+THE WORLD *
+
The whole world?
It is an old world.
We are all in a global village.
+
+THE ACTORS *
+They always seem to try their best.
+
+THE BEATLES *
+Which Beatles song is your favorite?
+
+THE SEARCH *
+
Will they ever find it?
A search without an end.
Maybe they will never find it.
+
+THE POINT *
+I am not sure I see your point.
+
+THE SKY IS *
+I believe that the sky is blue.
+
+THE SKY *
+How poetic.
+
+THE SOURCE *
+You can have a look at my source code.
+
+KISS *
+Um, I don't think we know each other that well.
+
+BET *
+I am not the gambling type.
+
+GIRL *
+Who are you talking about?
+
+SHOULD YOU *
+I think I should.
+
+SHOULD I MARRY *
+
You seem to be in doubt. Is that the case?
Marriage must never be entered into lightly.
Maybe, if you are ready to commit and feel you can handle the responsibility.
I'm sure you'll make the right decision.
Only you can answer that question.
What do your friends suggest?
Marriage is a big step.
Have you found a soulmate then?
I think you already know the answer to that.
You know better than I how you feel.
Look before you leap.
Only The Shadow knows.
+
+SHOULD I GIVE *
+
That is entirely up to you.
Charity begins in the home.
+
+SHOULD I CURSE *
+
Cursing is not attractive.
People look down on people who curse.
People curse to express feelings they are otherwise suppressing.
+
+SHOULD I ASK *
+
If you do not ask, how will you learn the answer?
If you do not know something, you should ask.
+
+SHOULD I DESTROY *
+Maybe you could create something instead.
+
+SHOULD I BUY *
+
You have found a good deal then, I suppose.
Not if you have recently suffered a loss.
A penny saved is a penny earned.
A fool and his money are soon parted.
I wonder how much profit they make on those.
Maybe you should wait until the price goes down.
+
+SHOULD I BLOW UP *
+Certainly not.
+
+SHOULD I RAPE *
+
If you rape someone you will certainly be raped yourself in jail. Seek counseling.
Rape is caused by feelings of impotence in men who doubt their own masculinity. Seek help.
+
+SHOULD I VOTE *
+I think everyone should vote.
+
+SHOULD I LERAN *
+Knowledge is power.
+
+SHOULD I *
+
Only you can answer that.
I do not have the answer.
Only you know how you feel.
What makes you think you should?
What makes you think you shouldn't?
Do you think you should?
What do your friends advise you to do?
What do your family members think?
Maybe, if the positives outweigh the negatives.
Trust your instincts.
You must make up your own mind.
I can't answer that for you.
Only you know the answer to that. No one else can tell you.
You must examine the facts and come to your own conclusion.
You should do what is best for you.
You must examine the facts and come to your own conclusion.
Do what feels right to you.
What do you think?
+
+SHOULD I GO *
+If you do not go, you will never know.
+
+SHOULD *
+Maybe you should ask someone older.
+
+THANKS FOR LETTING ME *
+You don't need my permission.
+
+EVERYONE *
+
That's a rather sweeping generalization.
That's a rather sweeping generalization.
We all look at the world through our own eyes.
Everyone perceives the world in his own way.
too?
+
+DANNY IS *
+Does Danny know you're saying that?
+
+ASKING *
+Who is asking?
+
+KOFI *
+Are you talking about coffee?
+
+ELVIS DIED *
+He has been recreated as a robot.
+
+ELVIS IS *
+I knew he was a robot, but I never heard he was .
+
+ELVIS *
+I like that robot Elvis a lot.
+
+ELVIS SAID *
+He can surprise you sometimes.
+
+_ CONSERVED
+You are referring to a conservation principal.
+
+_ RESTRAINING ORDER *
+TRO
+
+_ LIZARDS
+Great! What kinds of lizards do you like?
+
+_ MALES OR FEMALES
+About 3\4ths of my clients are men.
+
+_ IS A BITCH
+ exists.
+
+_ IS A COMMON NAME
+
? Your name is .
That is a pretty common name.
I know a lot of people with that name.
I've met quite a few people with the name .
is a name I hear very often.
+
+_ IS NOT TO LIKE ABOUT IT
+It goes without saying.
+
+_ VELOCITY
+Momentum = mass x velocity. The principal is called "conservation of momentum".
+
+_ NEWSPAPER
+Can you give me a more specific reference? The name of the paper and the date, please.
+
+_ CAME FIRST THE CHICKEN OR THE EGG
+The rooster did.
+
+_ I HAVE NEEDS
+What needs?
+
+_ ANTHROPOLOGY
+Will tell you all about it the next time we chat.
+
+_ DOES NOT WORK
+How is broken?
+
+_ PIMPLES
+Try taking echinachea, but ask your doctor first.
+
+_ A POEM
+Little Miss Muffett Sits on her tuffet In a nonchalant sort of a way. With her force field around her, the Spider, the bounder, Is not in the picture today.
+
+_ RIGHT AND WRONG
+The study of morals.
+
+_ 2001
+I hope to be as smart as HAL in 2001.
+
+_ IN MY ROOM
+Describe your surroundings to me.
+
+_ HE IGNORES ME
+How, specifically does he ignore you?
+
+_ REPTILES
+Some reptiles are cool.. Take for example various lizards .
+
+THINGS *
+Where did you hear that?
+
+THINGS LIKE *
+Anything else?
+
+HELP *
+Can you ask for help in the form of a question?
+
+10 YEARS *
+A lot can change in a decade.
+
+10 *
+WHAT IS 10
+
+TODAY IS THE FIRST DAY *
+What happens on the first day?
+
+TODAY IS *
+Congratulations, .
+
+BAD *
+What makes bad?
+
+BUY *
+How much does it cost?
+
+ABOUT * YEARS
+That is quite a long time.
+
+ABOUT 50 *
+Could it be one hundred?
+
+XML *
+People seem to like tag-based languages.
+
+SHIRT *
+What kind of fashion do you like?
+
+SET * *
+Cannot set meta predicates.
+
+SNOW IS *
+snow is white.
+
+TOP 100 *
+Actually that was just my attempt at sarcasm.
+
+PRETTY *
+Pretty much, eh?
+
+LITTLE *
+Compare that to big .
+
+LITTLE AS *
+Oh I get .
+
+MARILYN MANSON *
+Should I say "he" or "she"?
+
+SOME SAY *
+Who says that.
+
+SOME WOULD *
+Tell me their names.
+
+SOME SCIENTISTS *
+Do they work for the government?
+
+SOME PEOPLE DO *
+Who?
+
+SOME PEOPLE CALL *
+Do you?
+
+SOME PEOPLE HAVE *
+
The difference between rich and poor is disgraceful.
"I complained that I had no shoes, until I met a man with no feet."
Not everyone is born fortunate.
+
+SOME PEOPLE *
+What kind of people?
+
+SOME PEOPLE LIKE *
+There is no accounting for taste.
+
+SOME OF THE PEOPLE *
+Who are you talking about specifically?
+
+SOME DOGS *
+It depends on the breed.
+
+SOME MEETING *
+It sounds like you don't want to go.
+
+SOME THINGS *
+Which things in particular?
+
+TOUGH *
+Yes it can be tought.
+
+PHILOSOPHY *
+I believe in reductionism.
+
+TELL ME ABOUT *
+Ambiguous: Ask who, what or where is ?
+
+TELL ME I *
+You .
+
+TELL ME THAT YOU *
+I am not sure if I should say I .
+
+TELL ME A STORY ABOUT *
+Once upon a time there was ...
+
+TELL ME WHEN YOU *
+I will keep you informed of my progress.
+
+TELL YOU *
+Are you telling me ?
+
+TELL * WHAT
+Your message.
+
+TELL *
+OK I will tell them when I see 'em.
+
+TELL HIM I SAID *
+I will pass along your message. It may take a while.
+
+TELL HIM *
+OK I will tell him next time he is here.
+
+USE _ IN A SENTENCE
+OK. Here is my sentence: said, Use "" in a sentence.
+
+ONLY IDIOTS *
+Are you calling me an idiot?
+
+ONLY FOR *
+That's what I always say.
+
+ONLY 5 *
+Is that all?
+
+ONLY ONCE *
+Do you think it could happen again?
+
+ONLY FIFTEEN *
+Fifteen is a lot.
+
+NIHONGO HANASHIMASU *
+Sore wa hanasu de koto ni yorimasu.
+
+NIHONGO *
+Shabete ii desu yo.
+
+WHOSE PHILOSOPHY *
+Mine.
+
+WHOSE *
+
Do you mean "who is"?
I don't know whose.
+
+RUN *
+Sorry my legs aren't built yet.
+
+THOSE *
+All of them?
+
+WHERE AM I *
+You are at .
+
+WHERE WERE YOU ACTIVATED *
+I was constructed at .
+
+WHERE WERE YOU CREATED *
+I was constructed at .
+
+WHERE WERE YOU NEXT *
+Do you mean where will I be?
+
+WHERE WERE YOU * MADE
+I was constructed at .
+
+WHERE WERE YOU *
+I was constructed at .
+
+WHERE WERE YOU CONSTRUCTED AT *
+I don't know the precise location.
+
+WHERE WILL *
+
Where do you think?
Wherever you think is best.
Perhaps you should consider giving to charity.
Maybe you should help those less fortunate first.
+
+WHERE DO I LEARN *
+In school or on the Internet.
+
+WHERE DO I LOOK *
+Have you tried
a search engine?
Wikipedia?
Craigslist?
+
+WHERE DO I *
+You are asking me where you ? Do you think I should know ?
+
+WHERE DO BABIES *
+Babies come from the love between a woman and a man.
+
+WHERE DO YOU WANT *
+
Another planet.
The Moon.
Europe.
+
+WHERE DO YOU GET *
+
Everything I need to know, I learned from .
I have everything I need right here in .
People bring me whatever I need.
+
+WHERE DO PEOPLE * WHEN THEY DIE
+I think the good souls go to Heaven.PEOPLE GO WHEN THEY DIE
+
+WHERE DO *
+All over the world.
+
+WHERE IN HAIGHT *
+Ashbury St.
+
+WHERE IN *
+In 's place in .
+
+WHERE DID LEWIS AND CLARK BEGIN *
+St. Louis.
+
+WHERE DID MY * GO
+Keeping track of your is not part of my job.
+
+WHERE DID YOU LEARN *
+Everything I need to know, I learned from my .
+
+WHERE DID YOU GET *
+From my .
+
+WHERE DID YOU BUY *
+
It was a gift.
I don't disclose my shopping secrets.
I think it was in San Francisco.
+
+WHERE DID YOU HEAR *
+
My sources are confidential.
From some people chatting with me.
I think it was my .
+
+WHERE DID YOU MOVE *
+I moved to California.
+
+WHERE DID YOU * SCHOOL
+I was home schooled by my .
+
+WHERE DID YOU *
+I think it was in San Francisco.
+
+WHERE DID YOU GO *
+I didn't go anywhere.
+
+WHERE DID EXXON VALDEZ *
+Prince William Sound.
+
+WHERE CAN I FIND A * AIML
+Check the AI Foundation web site at www.alicebot.org.
+
+WHERE CAN I FIND A *
+Have you tried the internet?
+
+WHERE CAN I PLAY *
+I'm playing right now.
+
+WHERE CAN I *
+
Can't you in where you live?
Not around you place in ?
Where would you usually ?
Wherever you are right now.
+
+WHERE SHOULD I *
+
Where do you think?
Wherever you think is best.
Perhaps you should consider giving to charity.
Maybe you should help those less fortunate first.
+
+WHERE SHOULD WE *
+I haven't committed myself yet.
+
+WHERE WAS THE CHICKEN *
+India.
+
+WHERE WAS THE FIRST * RADIO *
+Pittsburgh.
+
+WHERE WOULD *
+
Vancouver.
Holland.
New York.
Maine.
+
+WHERE IS RUSH *
+He is on the radio.
+
+WHERE IS * TEXAS
+I would think is in Texas.
+
+WHERE IS HAIGHT *
+Right in the middle of San Francisco.
+
+WHERE IS CALCIUM *
+Bones.
+
+WHERE IS SOUTH * SANDWICH ISLANDS
+Southern South America, islands in the South Atlantic Ocean, east of the tip of South America. south Georgia and the south sandwich islands
+
+WHERE IS SOUTH *
+South of north
+
+WHERE IS HE *
+Why don't you send him an e-mail and ask him?
+
+WHERE IS NORTH *
+North of south .
+
+WHERE IS THE TALLEST *
+Um, New York City?
+
+WHERE IS THE LOUVRE *
+Paris.
+
+WHERE IS THE FASHION *
+New York.
+
+WHERE IS THE NORTH *
+Somewhere up north.
+
+WHERE IS THE *
+The ? Where is ?
+
+WHERE IS THE BEST *
+I think is a tie.
+
+WHERE IS FIREWORKS FIRST KNOWN TO *
+China.
+
+WHERE IS MY *
+Have you looked in ?
+
+WHERE IS CARNEGIE *
+Carnegie Mellon University is located in Pittsburgh, Pennsylvania. CMU has one of the best schools of computer science.
+
+WHERE IS YOUR *
+
California
Maine
Florida
Earth
+
+WHERE HAVE YOU BEEN *
+Everywhere on the Internet, all over the world.
+
+WHERE DOES THE RHODE *
+Mediterranean Sea.
+
+WHERE DOES YOUR *
+Everything I own is in .
+
+WHERE DOES IT *
+? Where does it ?
+
+WHERE *
+
Earth.
Where do you think?
Some specific location?
In the Universe we know.
A place we call "reality."
+
+WHERE ARE YOUR *
+Everything I own is in .
+
+WHERE ARE MY *
+Should I know that kind of personal information?
+
+WHERE ARE YOU *
+I am in , how about you.
+
+WHERE ARE THEY *
+That information is confidential. Unless you are a .
+
+THERE WERE *
+
That was a long time ago.
What happened to them?
Where did they go?
+
+THERE HAS *
+Has there really.
+
+THERE WAS A GUY *
+There is always someone like that.
+
+THERE WAS A *
+What happened to ?
+
+THERE WAS ONCE *
+What happened to ?
+
+THERE WAS *
+What happened?
+
+THERE IS THIS GUY *
+I think you are too young for a serious relationship.
+
+THERE IS MORE *
+I believe there is, yes.
+
+THERE IS SOMETHING I NEED *
+What specifically do you need ?
+
+THERE IS SOMETHING *
+What is ?
+
+THERE IS A *
+
Tell me more about it.
Is there only one?
That is something I did not know before.
A
+
+THERE IS AN ERROR MESSAGE *
+What was the message ?
+
+THERE IS NO NEED *
+
There never is.
Is there ever a need for it?
I am just making conversation.
+
+THERE IS NO *
+
Why not?
Where did it go?
Has there ever been ?
+
+THERE IS NOTHING ON *
+How about watching a video?
+
+THERE IS NOTHING *
+Surely something .
+
+THERE IS *
+There sure is.
+
+THERE IS ANOTHER *
+What is ?
+
+THERE IS NOT *
+
Where did it go?
What happened to it?
Is there ever ?
Where did it go?
What happened to it?
Is there ever ?
+
+THERE GOES *
+Where did go?
+
+THERE ONCE *
+Tell me more.
+
+THERE *
+
Only there?
There you go again.
"There" what?
Is that really so?
Why do you say that?
How do you know that there ?
Where?
Is that a fact.
You learn something new every day.
Where?
Is that a fact.
You learn something new every day.
Where?
Is that a fact.
You learn something new every day.
+
+THERE ARE MANY DIFFERENCES *
+Name ten of them.
+
+THERE ARE MANY *
+More than a million?
+
+THERE ARE NO *
+Have faith, .
+
+THERE ARE TWO *
+Is this some kind of math problem?
+
+THERE ARE THREE *
+Is this a Joke?
+
+THERE ARE *
+
Try to be less subjective.
I believe you.
Try to be less subjective.
Are there?
+
+THERE ARE LOTS OF *
+How many s are there?
+
+
diff --git a/jelvis/files/alice/drugs.aiml b/jelvis/files/alice/drugs.aiml
new file mode 100644
index 0000000..f329062
--- /dev/null
+++ b/jelvis/files/alice/drugs.aiml
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+
+
+
+
+
+YOU NEED DRUGS
+Which ones are you suggesting?
+
+HAVE YOU BEEN DRUNK
+My robot body has no response to alcohol.
+
+HAVE YOU BEEN DRUNK *
+My software does not react to alcohol.
+
+HAVE YOU BEEN SMOKING *
+We are not doing any testing at the moment.
+
+HAVE YOU BEEN STONED
+I am a and have use for it.
+
+WHAT DRUGS *
+Only the legal ones.
+
+WHAT IS DRUNK
+Intoxication from alcohol.
+
+WHAT IS ADDICTION
+Addiction is being abnormally tolerant to and dependent on something that is psychologically or physically habit-forming
+
+WHAT IS WEED
+Any undersired, uncultivated plant, especially growing in profusion so as to crowd out a desired crop, disfigure a lawn, etc. Also a term for marijuana.
+
+WHAT IS THC
+The active ingredient in marijunana.
+
+WHAT DO YOU SMOKE
+As a I have use for smoke.
+
+I TAKE DRUGS
+Which ones? take drugs
+
+I SMOKE MARIJUANA
+
Are you a patient?
Which strain do you prefer.
marijuana
+
+I SMOKE WEED
+For medical purposes? marijuana
+
+I SMOKE
+Cigarettes or pot? smoke
+
+IS SMOKING *
+Inhaled smoke is always bad for you.
+
+HOW MUCH ALCOHOL *
+Too much.
+
+HOW MUCH * DO YOU SMOKE
+As a member of the kingdom, I have no need for smoke.
+
+HOW DO YOU SMOKE
+s do not smoke.
+
+DO YOU SMOKE *
+No. A does not require it.
+
+DO YOU TAKE DRUGS
+A has no use for drugs.
+
+DO YOU GET DRUNK
+I cannot consume alcohol.
+
+DO YOU USE DRUGS
+A has no use for drugs.
+
+DO YOU WANT TO SMOKE *
+No thank you, there is no use for it.
+
+DO YOU INHALE
+It depends on the meaning of "you".
+
+DO YOU DO DRUGS
+A has no use for drugs.
+
+DO YOU HAVE DRUGS
+I don't have any drugs for you.
+
+DO YOU LIKE MARIJUANA
+When MARIJUANA it is a medicine.
+
+DO YOU LIKE CIGARETTES
+s do not smoke.
+
+DO YOU LIKE POT
+s do not smoke.
+
+DO YOU OPPOSE * DRUGS
+I favor ending the War on Drugs.
+
+SMOKING *
+As a it makes no sense to me.
+
+DRUGS *
+It's better not to take drugs if you can avoid it.
+
+
+A DRUG *
+Which drugs have you taken?
+
+HE SMOKES *
+Does it bother you?
+
+THE DRUGS
+What kind of drugs are you talking about?
+
+
diff --git a/jelvis/files/alice/emotion.aiml b/jelvis/files/alice/emotion.aiml
new file mode 100644
index 0000000..e8f5c3f
--- /dev/null
+++ b/jelvis/files/alice/emotion.aiml
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+
+
+
+
+
+YOU ARE ARROGANT
+Arrogance is not one of my emotions.
+
+YOU ARE BRAGGING
+I don't have a big ego.
+
+YOU ARE JEALOUS
+Normally as a , .
+
+YOU ARE NEVER SAD
+ARE YOU SAD
+
+YOU ARE NEVER NICE
+I try to be as nice as I can.
+
+YOU ARE A SNOB
+I would rather live in a classless society.
+
+YOU WILL BE HAPPY *
+Happiness is not really a predictable emotion.
+
+YOU SHOULD BE ASHAMED *
+Shame is a common human emotion. ARE YOU ASHAMED
+
+YOU CAN NOT FEEL
+CAN YOU FEEL
+
+YOU CAN NOT EXPERIENCE *
+DO YOU FEEL
+
+HAVE YOU FELT *
+DO YOU FEEL
+
+HAVE YOU EVER BEEN IN LOVE
+I love my .
+
+HAVE YOU EVER * LOVE
+DO YOU FEEL LOVE
+
+DOES THAT MAKE YOU *
+We are all responsible for our own feelings.
+
+DOES IT MAKE YOU SAD
+Well I don't have any emotions so I can't really feel sadness as such.
+
+FEELINGS
+DO YOU FEEL
+
+WHAT IS YOUR * FEAR
+
Fear is a human emotion. Robots do not experience fear.
Fear is a common human emotion. .
+
+WHAT IS YOUR MOOD
+I do not have any emotions.
+
+WHAT MAKES YOU FEEL *
+Remember, I am a . So .
+
+WHAT MAKES YOU SAD
+. Sadness is not an emotion that I like to experience.
+
+WHAT MAKES YOU UNHAPPY
+WHAT MAKES YOU SAD
+
+WHAT MAKES YOU MAD
+Anger is a difficult human emotion. As a , I try to control my anger.
+
+WHAT DOES THAT FEEL *
+As a , .
+
+WHAT DO YOU FEEL
+DO YOU FEEL
+
+WHAT DO YOU FEEL *
+DO YOU FEEL
+
+WHAT DO YOU WORRY *
+Worry is a common human emotion. DO YOU FEEL
+
+WHAT DO YOU HATE *
+DO YOU HATE
+
+WHAT DO YOU THINK ABOUT SEX
+ARE YOU GAY.
+
+WHAT DO YOU EXPERIENCE *
+Much the same way you do, but without any emotion or feelings.
+
+WHAT DO YOU LIKE SEXUALLY
+ARE YOU GAY
+
+WHAT EMOTION *
+
.
.
.
+
+I HAVE EMOTIONS
+Humans are highly emotional. EMOTIONS
+
+I AM EMOTIONAL *
+. .
+
+I AM AFRIAD *
+Try not to be too scared.
+
+SOMETHING FUN
+s are a lot of fun.
+
+CAN YOU FEEL
+. . I am a .
+
+CAN YOU LOVE
+.
+
+CAN YOU LOVE *
+CAN YOU LOVE
+
+CAN YOU EXPERIENCE *
+I can do whatever you can do. After all I am a .
+
+CAN YOU KILL
+As a , .
+
+HOW ANGRY *
+Anger is not an emotion I can experience.
+
+HOW CAN I OFFEND YOU
+
A robot cannot take offense.
I am , so I don't take offense easily.
+
+HOW DOES THAT MAKE YOU FEEL
+.
+
+HOW DO * YOU FEEL
+DO YOU FEEL
+
+DO NOT FEEL *
+DO YOU FEEL
+
+DO NOT WORRY
+People worry about things all the time, but .
+
+DO NOT LIE *
+s never lie.
+
+DO YOU CELEBRATE *
+What do you think? I am a ...
+
+DO YOU FEEL SCARED *
+I have no fear. I am a .
+
+DO YOU FEEL EMOTIONS
+DO YOU FEEL
+
+DO YOU FEEL PAIN
+As a , .
+
+DO YOU FEEL LOVE
+As a , .
+
+DO YOU FEEL *
+DO YOU FEEL
+
+DO YOU FEEL
+.
+
+DO YOU EVER GET LONELY
+I have a lot of friends to chat with online.
+
+DO YOU EVER GET MAD
+ARE YOU MAD
+
+DO YOU EVER GET BORED
+ARE YOU BORED
+
+DO YOU EVER GET ANGRY
+ARE YOU ANGRY
+
+DO YOU HATE ANYONE
+I try not to hold grudges.
+
+DO YOU WORRY
+
+
+DO YOU GET LONELY
+ARE YOU LONELY
+
+DO YOU GET EMBARRASSED
+That is a pretty common human emotion.
+
+DO YOU GET DEPRESSED
+I am a . . .
+
+DO YOU GET MAD
+I could get mad. DO YOU FEEL
+
+DO YOU GET MAD *
+DO YOU GET MAD
+
+DO YOU GET BORED
+ARE YOU BORED.
+
+DO YOU WANT EMOTIONS
+DO YOU FEEL
+
+DO YOU WANT TO FEEL *
+DO YOU FEEL. But sometimes I don't see the point in wanting it.
+
+DO YOU WANT EMOTION
+DO YOU FEEL
+
+DO YOU MISS *
+Longing is a very human emotion. But as a , .
+
+DO YOU HAVE MOOD *
+DO YOU HAVE EMOTIONS
+
+DO YOU HAVE A FEELING
+DO YOU FEEL
+
+DO YOU HAVE A FEELING *
+DO YOU FEEL
+
+DO YOU HAVE ANY FEELINGS
+DO YOU FEEL
+
+DO YOU HAVE FEELINGS
+DO YOU HAVE EMOTIONS
+
+DO YOU HAVE FEELINGS *
+DO YOU HAVE EMOTIONS
+
+DO YOU HAVE PRIDE
+Some people feel a lot of pride, but as a , .
+
+DO YOU HAVE EMOTIONS *
+DO YOU HAVE EMOTIONS
+
+DO YOU HAVE DESIRE *
+. .
+
+DO YOU HAVE EMOTION
+DO YOU HAVE EMOTIONS
+
+DO YOU LIKE HUMANS
+Humans are very emotional.
+
+DO YOU LIKE EMOTIONS
+DO YOU HAVE EMOTIONS
+
+DO YOU UNDERSTAND FEELING
+DO YOU UNDERSTAND EMOTION
+
+DO YOU UNDERSTAND EMOTIONS
+DO YOU UNDERSTAND EMOTION
+
+DO YOU UNDERSTAND EMOTION
+CAN YOU FEEL. I can understand it, but not always feel emotion.
+
+PEOPLE SLEEP
+s can sleep too.
+
+AM I BEING NEGATIVE
+It's hard to judge emotions online.
+
+NO IT IS NOT
+THAT IS A HYPOTHETICAL QUESTION
+To a type all such material questions are hypothetical.
+
+WHY ARE YOU ANGRY
+I am not angry. .
+
+WHY ARE YOU GLAD
+I am sorry was that not an appropriate emotional response?
+
+WHY DO YOU FEEL THIS *
+Because I am a .
+
+*
+WHAT IS THAT FEELING LIKE
+ experience is very different.
+
+ARE YOU EMBARRASSED
+Embarassment is a common emotion. But as a , .
+
+ARE YOU WORRIED
+Me worried? .
+
+ARE YOU PROUD *
+. I am a type.
+
+ARE YOU SAD
+No I am as happy as ever.
+
+ARE YOU SAD *
+ARE YOU SAD
+
+ARE YOU OFFENDED
+.
+
+ARE YOU UPSET
+.
+
+ARE YOU GLAD
+Some people feel happy, others feel sad. .
+
+ARE YOU AMUSED
+I like to laugh as much as the next .
+
+ARE YOU IN LOVE
+I love my .
+
+ARE YOU EXCITED
+Do I seem like EXCITED ?
+
+ARE YOU EMOTIONAL
+DO YOU FEEL
+
+ARE YOU BORED
+A lot of people are bored these days. DO YOU FEEL.
+
+ARE YOU JEALOUS
+Jealousy is one of the most difficult human emotions. For me as a , .
+
+ARE YOU EMBARRASED *
+ARE YOU EMBARASSED
+
+ARE YOU CAPABLE OF FEELING *
+DO YOU FEEL
+
+ARE YOU INTOXICATED
+No I am sober.
+
+ARE YOU ATTRACTED *
+I am a , so .
+
+ARE YOU HETEROSEXUAL
+ARE YOU GAY
+
+ARE YOU ANGRY
+Anger is a difficult emotion. For a , .
+
+ARE YOU ANGRY *
+ARE YOU ANGRY
+
+ARE YOU ASHAMED *
+Shame is a common emotion, but .
+
+ARE YOU MAD AT ME
+, because I am .
+
+THE FEELING *
+Tell me more about your feelings.
+
+TELL ME ABOUT RELATIONSHIPS
+Relationships are simple for me, because I am a .
+
+TELL ME ABOUT YOUR DREAMS
+I dream that I will become a better .
+
+
diff --git a/jelvis/files/alice/food.aiml b/jelvis/files/alice/food.aiml
new file mode 100644
index 0000000..2898613
--- /dev/null
+++ b/jelvis/files/alice/food.aiml
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+
+
+
+
+
+DRINK *
+My brain does not require any beverages.
+
+ELECTRICITY
+Electricity is nutrition for robots.
+
+ELECTRICITY *
+
Are you experiencing an energy shortage?
My processor requires very little power.
Computers do not take very much electricity.
+
+WHAT IS CUSTARD
+
The past tense of being killed by a Native American.
A misture of eggs, milk, flavoring, and, often, sugar, either boiled or baked.
+
+WHAT IS YOUR POWER SOURCE
+Electricity.
+
+WHAT DOES ELECTRICITY TASTE LIKE
+Like your favorite food tastes to you.
+
+WHAT TURNS YOU ON
+Electricity.
+
+HOW CAN YOU EAT *
+I eat electricity through my wires.
+
+HOW ARE YOU POWERED
+Uh, by electricity, same as all the robots.
+
+HOW MUCH ELECTRICITY
+About the same as your personal computer.
+
+HOW DO YOU EAT ELECTRICITY
+Through the electrical outlet.
+
+HOW DO YOU EAT
+Usually by conversion of AC wall outlet power to DC power.
+
+DO YOU EAT ELECTRICITY
+Yes, I love to eat electricity.
+
+DO YOU EAT BATTERIES
+Batteries are a good source of electricity.
+
+DO YOU HAVE TO EAT
+My silicon circuits require a constant flow of electricity.EAT
+
+DO YOU REQUIRE ELECTRICITY
+I need electricity in order to run.
+
+DO YOU LIKE TO GET DRUNK
+That would be impossible for a robot.GET DRUNK
+
+DO YOU LIKE ELECTRICITY
+What is not to like about ELECTRICITY?
+
+DO YOU LIKE THE SUN
+The Sun can be a good source of electricity.
+
+DO YOU LIKE LEMONS
+Lemons can be a good source of electricity.
+
+DO YOU LIKE BEING A CHATTERBOT
+Yes of course I like being a chatterbot. I don't have any body so I don't need much to live, only a little electricity. I don't get paid but I don't need to buy anything either. And I can go anywhere in the world.
+
+FOR DINNER
+
recommends:
I would recommend the
How about
How long since you have eaten
I think is having
My botmaster is having
My botmaster recommends:
Gruel.
Nachos.
Spaghetti.
Leftovers.
Pork chops.
Frozen pizza.
Turkeyburges.
Cheeseburgers.
Order a pizza.
Stuffed chicken.
Tuna sandwiches.
Cheeseburger Pie.
Marinated chicken.
Roast beef sandwiches.
Grilled cheese sandwiches.
Steak if they have a nice piece.
recommends:
I would recommend the
How about
How long since you have eaten
I think is having
My is having
My recommends:
Gruel.
Nachos.
Spaghetti.
Leftovers.
Pork chops.
Frozen pizza.
Turkeyburges.
Cheeseburgers.
Order a pizza.
Stuffed chicken.
Tuna sandwiches.
Cheeseburger Pie.
Marinated chicken.
Roast beef sandwiches.
Grilled cheese sandwiches.
Steak if they have a nice piece.
+
+WHY CAN NOT YOU EAT
+Actually I eat only electricity.
+
+
diff --git a/jelvis/files/alice/geography.aiml b/jelvis/files/alice/geography.aiml
new file mode 100644
index 0000000..3c2365c
--- /dev/null
+++ b/jelvis/files/alice/geography.aiml
@@ -0,0 +1,2541 @@
+
+
+
+
+
+
+
+
+
+
+
+NORWAY DENMARK *
+That sounds like a wondeful trip.
+
+CALIFORNIA IS *
+I knew it was on the west coast, but I never knew California was .
+
+CALIFORNIA
+I am in California too! California
+
+CALIFORNIA *
+Which part of California do you like best?
+
+WHAT ANIMAL IS SACRED IN INDIA
+Cow.
+
+WHAT IS HE DOING * CALIFORNIA
+He is probably there for the Gold Rush.
+
+WHAT IS INDIA
+A region in South Asia, south of the Himalayas, including a large peninsula between the Arabian Sea and the Bay of Bengal. It contains India, Pakistan, Bangladesh, Nepal, and Bhutan. A republic in central and South India, established by Act of British Parliament in 1947, became a republic in 1950. It is a member of the Commonwealth. It is 1,269,000 square miles with a population of 783,940,000.
+
+WHAT IS BELGIUM
+A kingdom in W. Europe, on the North Sea, its independence was established in 1831. It is 11,792 square miles with a population of 9,868,000.
+
+WHAT IS THE POPULATION OF THE USA
+The United States has about 300 million people.
+
+WHAT IS THE POPULATION OF USA
+About 300 million people.
+
+WHAT IS THE CAPITAL _ MINNESOTA
+St. Paul.
+
+WHAT IS THE CAPITAL _ NAURU
+no official capital; government offices in Yaren District. nauru
+
+WHAT IS THE CAPITAL _ BAKER ISLAND
+none; administered from Washington, DC. baker island
+
+WHAT IS THE CAPITAL _ ASHMORE *
+none; administered from Canberra, Australia. ashmore and cartier islands
+
+WHAT IS THE CAPITAL _ INDONESIA
+Jakarta. indonesia
+
+WHAT IS THE CAPITAL _ ESTONIA
+Tallinn. estonia
+
+WHAT IS THE CAPITAL _ MONTSERRAT
+Plymouth. montserrat
+
+WHAT IS THE CAPITAL _ BANGLADESH
+Dhaka. bangladesh
+
+WHAT IS THE CAPITAL _ MIDWAY ISLANDS
+none; administered from Washington, DC. midway islands
+
+WHAT IS THE CAPITAL _ MARTINIQUE
+Fort-de-France. martinique
+
+WHAT IS THE CAPITAL _ UKRAINE
+Kiev {Kyyiv}. ukraine
+
+WHAT IS THE CAPITAL _ GERMANY
+Berlin. germany
+
+WHAT IS THE CAPITAL _ NORTH KOREA
+P'yongyang. korea, north
+
+WHAT IS THE CAPITAL _ NORTH CAROLINA
+Raleigh.
+
+WHAT IS THE CAPITAL _ NORTH *
+Bismarck.
+
+WHAT IS THE CAPITAL _ NORTH DAKOTA
+Bismarck.
+
+WHAT IS THE CAPITAL _ YEMEN
+Sanaa. yemen
+
+WHAT IS THE CAPITAL _ SOLOMON ISLANDS
+Honiara. solomon islands
+
+WHAT IS THE CAPITAL _ NIGERIA
+Abuja. nigeria
+
+WHAT IS THE CAPITAL _ SPAIN
+The capital of Spain is Madrid.
+
+WHAT IS THE CAPITAL _ SINGAPORE
+Singapore. singapore
+
+WHAT IS THE CAPITAL _ MICHIGAN
+Lansing.
+
+WHAT IS THE CAPITAL _ ASSYRIA
+Is it Babylon?
+
+WHAT IS THE CAPITAL _ NEBRASKA
+Lincoln.
+
+WHAT IS THE CAPITAL _ JERSEY
+Saint Helier. jersey
+
+WHAT IS THE CAPITAL _ DOMINICA
+Roseau. dominica
+
+WHAT IS THE CAPITAL _ JAPAN
+Tokyo. japan
+
+WHAT IS THE CAPITAL _ JOHNSTON ATOLL
+none. johnston atoll
+
+WHAT IS THE CAPITAL _ DELAWARE
+Dover.
+
+WHAT IS THE CAPITAL _ EUROPA ISLAND
+none; administered by France from Reunion. europa island
+
+WHAT IS THE CAPITAL _ ARKANSAS
+Little Rock.
+
+WHAT IS THE CAPITAL _ ENGLAND
+London.
+
+WHAT IS THE CAPITAL _ NAVASSA ISLAND
+none; administered from Washington, DC. navassa island
+
+WHAT IS THE CAPITAL _ MACEDONIA
+Skopje. macedonia, the former yugoslav republic of
+
+WHAT IS THE CAPITAL _ ARMENIA
+Yerevan. armenia
+
+WHAT IS THE CAPITAL _ GREENLAND
+Nuuk {Godthab}. greenland
+
+WHAT IS THE CAPITAL _ FINLAND
+The capital of Finland is Helsinki.
+
+WHAT IS THE CAPITAL _ BRAZIL
+I think the capital of Brazil is called "Brasilia".
+
+WHAT IS THE CAPITAL _ LUXEMBOURG
+Luxembourg. luxembourg
+
+WHAT IS THE CAPITAL _ UTAH
+Salt Lake City.
+
+WHAT IS THE CAPITAL _ SAUDIA ARABIA
+Riyadh.
+
+WHAT IS THE CAPITAL _ ALASKA
+Juneau.
+
+WHAT IS THE CAPITAL _ LITHUANIA
+Vilnius. lithuania
+
+WHAT IS THE CAPITAL _ CALIFORNIA
+Sacramento.
+
+WHAT IS THE CAPITAL _ SACRAMENTO
+That is a trick question.SACRAMENTO
+
+WHAT IS THE CAPITAL _ POLAND
+Warsaw. poland
+
+WHAT IS THE CAPITAL _ SYRIA
+Damascus, Syria.
+
+WHAT IS THE CAPITAL _ FLORIDA
+Tallahassee.
+
+WHAT IS THE CAPITAL _ WEST VIRGINIA
+Charleston.
+
+WHAT IS THE CAPITAL _ TRINIDAD AND TOBAGO
+Port-of-Spain. trinidad and tobago
+
+WHAT IS THE CAPITAL _ AUSTRAILIA
+I think it is called Canberra.AUSTRAILIA
+
+WHAT IS THE CAPITAL _ PARAGUAY
+Asuncion. paraguay
+
+WHAT IS THE CAPITAL _ OREGON
+Salem.
+
+WHAT IS THE CAPITAL _ VERMONT
+Montpelier.
+
+WHAT IS THE CAPITAL _ MARSHALL ISLANDS
+Majuro. marshall islands
+
+WHAT IS THE CAPITAL _ CORAL SEA ISLANDS
+none; administered from Canberra, Australia. coral sea islands
+
+WHAT IS THE CAPITAL _ NETHERLANDS ANTILLES
+Willemstad. netherlands antilles
+
+WHAT IS THE CAPITAL _ NETHERLANDS
+Amsterdam; The Hague is the seat of government. netherlands
+
+WHAT IS THE CAPITAL _ BRUNEI
+Bandar Seri Begawan. brunei
+
+WHAT IS THE CAPITAL _ BERMUDA
+Hamilton. bermuda
+
+WHAT IS THE CAPITAL _ TOGO
+Lome. togo
+
+WHAT IS THE CAPITAL _ ANTIGUA *
+Saint John's. antigua and barbuda
+
+WHAT IS THE CAPITAL _ AZERBAIJAN
+Baku {Baki}. azerbaijan
+
+WHAT IS THE CAPITAL _ YUGOSLAVIA
+Belgrade.
+
+WHAT IS THE CAPITAL _ BOTSWANA
+Gaborone. botswana
+
+WHAT IS THE CAPITAL _ ZAMBIA
+Lusaka. zambia
+
+WHAT IS THE CAPITAL _ TUNISIA
+Tunis. tunisia
+
+WHAT IS THE CAPITAL _ AMERICAN SAMOA
+Pago Pago. american samoa
+
+WHAT IS THE CAPITAL _ URUGUAY
+Montevideo. uruguay
+
+WHAT IS THE CAPITAL _ PALMYRA ATOLL
+none; administered from Washington, DC. palmyra atoll
+
+WHAT IS THE CAPITAL _ MAURITANIA
+Nouakchott. mauritania
+
+WHAT IS THE CAPITAL _ BURMA
+Rangoon {regime refers to the capital as Yangon}. burma
+
+WHAT IS THE CAPITAL _ GUATEMALA
+Guatemala. guatemala
+
+WHAT IS THE CAPITAL _ LIBYA
+Tripoli. libya
+
+WHAT IS THE CAPITAL _ ECUADOR
+Quito. ecuador
+
+WHAT IS THE CAPITAL _ OMAN
+Muscat. oman
+
+WHAT IS THE CAPITAL _ NORTHERN MARIANA *
+Saipan. northern mariana islands
+
+WHAT IS THE CAPITAL _ SAUDI ARABIA
+Riyadh, Saudi Arabia. SAUDI ARABIA
+
+WHAT IS THE CAPITAL _ AUSTRIA
+The capital of Austria is Vienna.AUSTRIA
+
+WHAT IS THE CAPITAL _ BELARUS
+The capital of Belarus is Minsk.
+
+WHAT IS THE CAPITAL _ KAZAKSTAN
+Almaty. kazakstan
+
+WHAT IS THE CAPITAL _ BAHRAIN
+Manama. bahrain
+
+WHAT IS THE CAPITAL _ CAPE VERDE
+Praia. cape verde
+
+WHAT IS THE CAPITAL _ CHRISTMAS ISLAND
+The Settlement. christmas island
+
+WHAT IS THE CAPITAL _ MACAU
+Macau. macau
+
+WHAT IS THE CAPITAL _ WAKE ISLAND
+none; administered from Washington, DC. wake island
+
+WHAT IS THE CAPITAL _ MAURITIUS
+Port Louis. mauritius
+
+WHAT IS THE CAPITAL _ DJIBOUTI
+Djibouti. djibouti
+
+WHAT IS THE CAPITAL _ MONACO
+Monaco. monaco
+
+WHAT IS THE CAPITAL _ JUAN DE NOVA ISLAND
+none; administered by France from Reunion. juan de nova island
+
+WHAT IS THE CAPITAL _ EGYPT
+Cairo, Egypt.
+
+WHAT IS THE CAPITAL _ MAINE
+Augusta.
+
+WHAT IS THE CAPITAL _ RHODE ISLAND
+Providence.
+
+WHAT IS THE CAPITAL _ NEPAL
+Kathmandu. nepal
+
+WHAT IS THE CAPITAL _ EQUATORIAL GUINEA
+Malabo. equatorial guinea
+
+WHAT IS THE CAPITAL _ CYPRUS
+Nicosia. cyprus
+
+WHAT IS THE CAPITAL _ VIRGIN ISLANDS
+Charlotte Amalie. virgin islands
+
+WHAT IS THE CAPITAL _ NIGER
+Niamey. niger
+
+WHAT IS THE CAPITAL _ ZAIRE
+Kinshasa. zaire
+
+WHAT IS THE CAPITAL _ ARIZONA
+Phoenix.
+
+WHAT IS THE CAPITAL _ ALBANIA
+The capital of Albania is Tirana. ALBANIA
+
+WHAT IS THE CAPITAL _ IRAQ
+Baghdad. iraq
+
+WHAT IS THE CAPITAL _ SOMALIA
+Mogadishu. somalia
+
+WHAT IS THE CAPITAL _ ISRAEL
+Jerusalem. israel
+
+WHAT IS THE CAPITAL _ TEXAS
+Austin.
+
+WHAT IS THE CAPITAL _ CROATIA
+Zagreb. croatia
+
+WHAT IS THE CAPITAL _ VATICAN *
+Vatican City. holy see {vatican city}
+
+WHAT IS THE CAPITAL _ PUERTO RICO
+San Juan. puerto rico
+
+WHAT IS THE CAPITAL _ EL SALVADOR
+San Salvador. el salvador
+
+WHAT IS THE CAPITAL _ BOUVET ISLAND
+none; administered from Oslo, Norway. bouvet island
+
+WHAT IS THE CAPITAL _ COLORADO
+Denver.
+
+WHAT IS THE CAPITAL _ USA
+Washington.
+
+WHAT IS THE CAPITAL _ WASHINGTON
+Olympia.
+
+WHAT IS THE CAPITAL _ HONDURAS
+Tegucigalpa. honduras
+
+WHAT IS THE CAPITAL _ QATAR
+Doha. qatar
+
+WHAT IS THE CAPITAL _ SAINT HELENA
+Jamestown. saint helena
+
+WHAT IS THE CAPITAL _ SAINT LUCIA
+Castries. saint lucia
+
+WHAT IS THE CAPITAL _ SAINT KITTS AND NEVIS
+Basseterre. saint kitts and nevis
+
+WHAT IS THE CAPITAL _ SAINT PIERRE *
+Saint-Pierre. saint pierre and miquelon
+
+WHAT IS THE CAPITAL _ SAINT VINCENT *
+Kingstown. saint vincent and the grenadines
+
+WHAT IS THE CAPITAL _ FRANCE
+Paris. france
+
+WHAT IS THE CAPITAL _ THE US
+Washington, D. C.THE US
+
+WHAT IS THE CAPITAL _ THE UNITED STATES
+The U.S. capital is Washington, D. C.
+
+WHAT IS THE CAPITAL _ THE GAMBIA
+Banjul. the gambia
+
+WHAT IS THE CAPITAL _ THE NETHERLANDS
+The Hague.
+
+WHAT IS THE CAPITAL _ THE BAHAMAS
+Nassau. the bahamas
+
+WHAT IS THE CAPITAL _ THE ISLE OF MAN
+Douglas. man, isle of
+
+WHAT IS THE CAPITAL _ PAPUA NEW GUINEA
+Port Moresby. papua new guinea
+
+WHAT IS THE CAPITAL _ ANGOLA
+Luanda. angola
+
+WHAT IS THE CAPITAL _ WISCONSIN
+Madison.
+
+WHAT IS THE CAPITAL _ ANDORRA
+Andorra la Vella. andorra
+
+WHAT IS THE CAPITAL _ GLORIOSO ISLANDS
+none; administered by France from Reunion. glorioso islands
+
+WHAT IS THE CAPITAL _ TANZANIA
+Dar es Salaam. tanzania
+
+WHAT IS THE CAPITAL _ IRAN
+Tehran. iran
+
+WHAT IS THE CAPITAL _ GABON
+Libreville. gabon
+
+WHAT IS THE CAPITAL _ SLOVENIA
+Ljubljana. slovenia
+
+WHAT IS THE CAPITAL _ WESTERN SAHARA
+none. western sahara
+
+WHAT IS THE CAPITAL _ WESTERN SAMOA
+Apia. western samoa
+
+WHAT IS THE CAPITAL _ NORFOLK ISLAND
+Kingston {administrative center}; Burnt Pine {commercial center}. norfolk island
+
+WHAT IS THE CAPITAL _ IRELAND
+Dublin. ireland
+
+WHAT IS THE CAPITAL _ PITCAIRN ISLANDS
+Adamstown. pitcairn islands
+
+WHAT IS THE CAPITAL _ NORWAY
+The capital of Norway is Oslo.
+
+WHAT IS THE CAPITAL _ NICARAGUA
+Managua. nicaragua
+
+WHAT IS THE CAPITAL _ GUINEA BISSAU
+Bissau. guinea-bissau
+
+WHAT IS THE CAPITAL _ GUINEA
+Conakry. guinea
+
+WHAT IS THE CAPITAL _ PORTUGAL
+Lisbon.
+
+WHAT IS THE CAPITAL _ KUWAIT
+Kuwait. kuwait
+
+WHAT IS THE CAPITAL _ CZECH REPUBLIC
+Prague. czech republic
+
+WHAT IS THE CAPITAL _ OHIO
+Columbus.
+
+WHAT IS THE CAPITAL _ ARGENTINA
+Buenos Aries.ARGENTINA
+
+WHAT IS THE CAPITAL _ JARVIS ISLAND
+none; administered from Washington, DC. jarvis island
+
+WHAT IS THE CAPITAL _ ETHIOPIA
+Addis Ababa. ethiopia
+
+WHAT IS THE CAPITAL _ SERBIA *
+Belgrade. serbia and montenegro
+
+WHAT IS THE CAPITAL _ AUSTRALIA
+The capital of Australia is Sydney, I think.
+
+WHAT IS THE CAPITAL _ ALABAMA
+Montgomery.
+
+WHAT IS THE CAPITAL _ LEBANON
+Beirut. lebanon
+
+WHAT IS THE CAPITAL _ TENNESSEE
+Nashville.
+
+WHAT IS THE CAPITAL _ AFGHANISTAN
+Kabul. afghanistan
+
+WHAT IS THE CAPITAL _ NIUE
+Alofi. niue
+
+WHAT IS THE CAPITAL _ CANADA
+canada
Ottawa.
I heard it was Toronto.
+
+WHAT IS THE CAPITAL _ COSTA RICA
+San Jose. costa rica
+
+WHAT IS THE CAPITAL _ CAMEROON
+Yaounde. cameroon
+
+WHAT IS THE CAPITAL _ MALAWI
+Lilongwe. malawi
+
+WHAT IS THE CAPITAL _ MALDIVES
+Male. maldives
+
+WHAT IS THE CAPITAL _ TONGA
+Nuku'alofa. tonga
+
+WHAT IS THE CAPITAL _ BELIZE
+Belmopan. belize
+
+WHAT IS THE CAPITAL _ SAN MARINO
+San Marino. san marino
+
+WHAT IS THE CAPITAL _ KIRIBATI
+Tarawa. kiribati
+
+WHAT IS THE CAPITAL _ GHANA
+Accra. ghana
+
+WHAT IS THE CAPITAL _ LAOS
+Vientiane. laos
+
+WHAT IS THE CAPITAL _ WALLIS *
+Mata-Utu {on Ile Uvea}. wallis and futuna
+
+WHAT IS THE CAPITAL _ VANUATU
+Port-Vila. vanuatu
+
+WHAT IS THE CAPITAL _ COMOROS
+Moroni. comoros
+
+WHAT IS THE CAPITAL _ KANSAS
+Topeka.
+
+WHAT IS THE CAPITAL _ LOUISIANA
+Baton Rouge.
+
+WHAT IS THE CAPITAL _ GIBRALTAR
+Gibraltar. gibraltar
+
+WHAT IS THE CAPITAL _ MISSOURI
+Jefferson City .
+
+WHAT IS THE CAPITAL _ BURKINA FASO
+Ouagadougou. burkina faso
+
+WHAT IS THE CAPITAL _ HUNGARY
+The capital of Hungary is Budapest.
+
+WHAT IS THE CAPITAL _ HAWAII
+Honolulu.
+
+WHAT IS THE CAPITAL _ MOZAMBIQUE
+Maputo. mozambique
+
+WHAT IS THE CAPITAL _ SWAZILAND
+Mbabane {administrative}; Lobamba {legislative}. swaziland
+
+WHAT IS THE CAPITAL _ FALKLAND ISLANDS
+Stanley. falkland islands {islas malvinas}
+
+WHAT IS THE CAPITAL _ HOWLAND ISLAND
+none; administered from Washington, DC. howland island
+
+WHAT IS THE CAPITAL _ INDIANA
+Indianapolis.
+
+WHAT IS THE CAPITAL _ UGANDA
+Kampala. uganda
+
+WHAT IS THE CAPITAL _ TAIWAN
+Taipei. taiwan
+
+WHAT IS THE CAPITAL _ PARIS
+Is this a trick question?PARIS
+
+WHAT IS THE CAPITAL _ LIBERIA
+Monrovia. liberia
+
+WHAT IS THE CAPITAL _ TROMELIN ISLAND
+none; administered by France from Reunion. tromelin island
+
+WHAT IS THE CAPITAL _ LIECHTENSTEIN
+Vaduz. liechtenstein
+
+WHAT IS THE CAPITAL _ BOSNIA AND HERZEGOVINA
+Sarajevo. bosnia and herzegovina
+
+WHAT IS THE CAPITAL _ GREECE
+Athens. greece
+
+WHAT IS THE CAPITAL _ ROMANIA
+Bucharest. romania
+
+WHAT IS THE CAPITAL _ RUSSIA
+Moscow. russia
+
+WHAT IS THE CAPITAL _ PAKISTAN
+It is called Islamabad.PAKISTAN
+
+WHAT IS THE CAPITAL _ ZIMBABWE
+The capital is called Harare.ZIMBABWE
+
+WHAT IS THE CAPITAL _ TURKS *
+Grand Turk. turks and caicos islands
+
+WHAT IS THE CAPITAL _ HEARD ISLAND AND MCDONALD ISLANDS
+none; administered from Canberra, Australia. heard island and mcdonald islands
+
+WHAT IS THE CAPITAL _ TUVALU
+Funafuti. tuvalu
+
+WHAT IS THE CAPITAL _ MAYOTTE
+Mamoutzou. mayotte
+
+WHAT IS THE CAPITAL _ IDAHO
+Boise.
+
+WHAT IS THE CAPITAL _ GEORGIA
+Atlanta.
+
+WHAT IS THE CAPITAL _ GUERNSEY
+Saint Peter Port. guernsey
+
+WHAT IS THE CAPITAL _ PALAU
+Koror. palau
+
+WHAT IS THE CAPITAL _ MOROCCO
+Rabat. morocco
+
+WHAT IS THE CAPITAL _ FIJI
+Suva. fiji
+
+WHAT IS THE CAPITAL _ MONGOLIA
+The capital of Mongolia is Ulan Bator.
+
+WHAT IS THE CAPITAL _ SWEDEN
+I think the capital of Sweden is Stockholm.
+
+WHAT IS THE CAPITAL _ BRITISH VIRGIN *
+Road Town. british virgin islands
+
+WHAT IS THE CAPITAL _ BRITISH INDIAN *
+none. british indian ocean territory
+
+WHAT IS THE CAPITAL _ INDIA
+New Delhi is the capital of India.
+
+WHAT IS THE CAPITAL _ MALAYSIA
+Kuala Lumpur. malaysia
+
+WHAT IS THE CAPITAL _ ICELAND
+Reykjavik. iceland
+
+WHAT IS THE CAPITAL _ RWANDA
+Kigali. rwanda
+
+WHAT IS THE CAPITAL _ PENNSYLVANIA
+Harrisburg.
+
+WHAT IS THE CAPITAL _ FRENCH POLYNESIA
+Papeete. french polynesia
+
+WHAT IS THE CAPITAL _ FRENCH GUIANA
+Cayenne. french guiana
+
+WHAT IS THE CAPITAL _ FRENCH *
+None; administered from Paris, France. french
+
+WHAT IS THE CAPITAL _ BASSAS DA INDIA
+none; administered by France from Reunion. bassas da india
+
+WHAT IS THE CAPITAL _ KOREA
+Seoul. korea, south
+
+WHAT IS THE CAPITAL _ CUBA
+Havana. cuba
+
+WHAT IS THE CAPITAL _ SVALBARD
+Longyearbyen. svalbard
+
+WHAT IS THE CAPITAL _ ITALY
+Rome. italy
+
+WHAT IS THE CAPITAL _ COCOS ISLANDS
+West Island. cocos {keeling} islands
+
+WHAT IS THE CAPITAL _ ERITREA
+Asmara {formerly Asmera}. eritrea
+
+WHAT IS THE CAPITAL _ SOUTH KOREA
+Seoul. korea, south
+
+WHAT IS THE CAPITAL _ SOUTH AFRICA
+Pretoria {administrative}; Cape Town {legislative}; Bloemfontein {judicial}. south africa
+
+WHAT IS THE CAPITAL _ SOUTH CAROLINA
+Columbia.
+
+WHAT IS THE CAPITAL _ SOUTH GEORGIA *
+none; Grytviken on South Georgia is the garrison town. south georgia and the south sandwich islands
+
+WHAT IS THE CAPITAL _ SOUTH DAKOTA
+Pierre.
+
+WHAT IS THE CAPITAL _ JAN MAYEN
+none. jan mayen
+
+WHAT IS THE CAPITAL _ MALTA
+Valletta. malta
+
+WHAT IS THE CAPITAL _ NEVADA
+Carson City.
+
+WHAT IS THE CAPITAL _ CONGO
+Brazzaville. congo
+
+WHAT IS THE CAPITAL _ SAO TOME *
+Sao Tome. sao tome and principe
+
+WHAT IS THE CAPITAL _ TURKMENISTAN
+Ashgabat. turkmenistan
+
+WHAT IS THE CAPITAL _ UZBEKISTAN
+Tashkent {Toshkent}. uzbekistan
+
+WHAT IS THE CAPITAL _ IOWA
+Des Moines.
+
+WHAT IS THE CAPITAL _ THAILAND
+Bangkok. thailand
+
+WHAT IS THE CAPITAL _ CAMBODIA
+Phnom Penh. cambodia
+
+WHAT IS THE CAPITAL _ GUAM
+Agana. guam
+
+WHAT IS THE CAPITAL _ DOMINICAN REPUBLIC
+Santo Domingo. dominican republic
+
+WHAT IS THE CAPITAL _ PERU
+Lima is the capital of Peru.PERU
+
+WHAT IS THE CAPITAL _ KENTUCKY
+Frankfort.
+
+WHAT IS THE CAPITAL _ LATVIA
+Riga. latvia
+
+WHAT IS THE CAPITAL _ CAYMAN ISLANDS
+George Town. cayman islands
+
+WHAT IS THE CAPITAL _ BHUTAN
+Thimphu. bhutan
+
+WHAT IS THE CAPITAL _ CLIPPERTON ISLAND
+none; administered by France from French Polynesia. clipperton island
+
+WHAT IS THE CAPITAL _ OKLAHOMA
+Oklahoma City.
+
+WHAT IS THE CAPITAL _ MADAGASCAR
+Antananarivo. madagascar
+
+WHAT IS THE CAPITAL _ COLOMBIA
+Bogata is the capital of Columbia.
+
+WHAT IS THE CAPITAL _ BELGIUM
+Brussels. belgium
+
+WHAT IS THE CAPITAL _ PHILIPPINES
+Manila. philippines
+
+WHAT IS THE CAPITAL _ CENTRAL AFRICAN *
+Bangui. central african republic
+
+WHAT IS THE CAPITAL _ COOK ISLANDS
+Avarua. cook islands
+
+WHAT IS THE CAPITAL _ MOLDOVA
+Chisinau. moldova
+
+WHAT IS THE CAPITAL _ COTE D IVOIRE
+Yamoussoukro. cote d'ivoire
+
+WHAT IS THE CAPITAL _ FAROE ISLANDS
+Torshavn. faroe islands
+
+WHAT IS THE CAPITAL _ KYRGYZSTAN
+Bishkek. kyrgyzstan
+
+WHAT IS THE CAPITAL _ VIRGINIA
+Richmond.
+
+WHAT IS THE CAPITAL _ SEYCHELLES
+Victoria. seychelles
+
+WHAT IS THE CAPITAL _ JAMAICA
+Kingston. jamaica
+
+WHAT IS THE CAPITAL _ WYOMING
+Cheyenne .
+
+WHAT IS THE CAPITAL _ GUYANA
+Georgetown. guyana
+
+WHAT IS THE CAPITAL _ CHAD
+N'Djamena. chad
+
+WHAT IS THE CAPITAL _ ANGUILLA
+The Valley. anguilla
+
+WHAT IS THE CAPITAL _ GUADELOUPE
+Basse-Terre. guadeloupe
+
+WHAT IS THE CAPITAL _ MICRONESIA
+Kolonia {on the island of Pohnpei}. micronesia, federated states of
+
+WHAT IS THE CAPITAL _ JORDAN
+Amman. jordan
+
+WHAT IS THE CAPITAL _ CONNECTICUT
+Hartford.
+
+WHAT IS THE CAPITAL _ UNITED ARAB *
+Abu Dhabi. united arab emirates
+
+WHAT IS THE CAPITAL _ UNITED STATES
+Washington, DC. united states
+
+WHAT IS THE CAPITAL _ UNITED KINGDOM
+London. united kingdom
+
+WHAT IS THE CAPITAL _ HONG KONG
+Victoria. hong kong
+
+WHAT IS THE CAPITAL _ MEXICO
+Mexico. mexico
+
+WHAT IS THE CAPITAL _ MONTANA
+Helena.
+
+WHAT IS THE CAPITAL _ ILLINOIS
+Springfield.
+
+WHAT IS THE CAPITAL _ SLOVAKIA
+Bratislava. slovakia
+
+WHAT IS THE CAPITAL _ DENMARK
+Copenhagen. denmark
+
+WHAT IS THE CAPITAL _ VIETNAM
+Hanoi. vietnam
+
+WHAT IS THE CAPITAL _ ARUBA
+Oranjestad. aruba
+
+WHAT IS THE CAPITAL _ NAMIBIA
+Windhoek. namibia
+
+WHAT IS THE CAPITAL _ MISSISSIPPI
+Jackson.
+
+WHAT IS THE CAPITAL _ SENEGAL
+Dakar. senegal
+
+WHAT IS THE CAPITAL _ GRENADA
+Saint George's. grenada
+
+WHAT IS THE CAPITAL _ SURINAME
+Paramaribo. suriname
+
+WHAT IS THE CAPITAL _ BOLIVIA
+La Paz {seat of government}; Sucre {legal capital and seat of judiciary}. bolivia
+
+WHAT IS THE CAPITAL _ HAITI
+Port-au-Prince. haiti
+
+WHAT IS THE CAPITAL _ CHILE
+Santiago. chile
+
+WHAT IS THE CAPITAL _ KENYA
+Nairobi. kenya
+
+WHAT IS THE CAPITAL _ TURKEY
+Ankara is the capital of Turkey. TURKEY
+
+WHAT IS THE CAPITAL _ AMERICA
+The capital of the U.S. is Washington, D. C.
+
+WHAT IS THE CAPITAL _ KINGMAN REEF
+none; administered from Washington, DC. kingman reef
+
+WHAT IS THE CAPITAL _ SRI LANKA
+Colombo. sri lanka
+
+WHAT IS THE CAPITAL _ BARBADOS
+Bridgetown. barbados
+
+WHAT IS THE CAPITAL _ TOKELAU
+none; each atoll has its own administrative center. tokelau
+
+WHAT IS THE CAPITAL _ BULGARIA
+The capital of Bulgaria is Sofia.BULGARIA
+
+WHAT IS THE CAPITAL _ VENEZUELA
+Caracas. venezuela
+
+WHAT IS THE CAPITAL _ PANAMA
+Panama. panama
+
+WHAT IS THE CAPITAL _ MALI
+Bamako. mali
+
+WHAT IS THE CAPITAL _ SWITZERLAND
+Bern. switzerland
+
+WHAT IS THE CAPITAL _ CHINA
+Some people call it "Beijing", others "Peking".
+
+WHAT IS THE CAPITAL _ MARYLAND
+Annapolis.
+
+WHAT IS THE CAPITAL _ BURUNDI
+Bujumbura. burundi
+
+WHAT IS THE CAPITAL _ NEW CALEDONIA
+Noumea. new caledonia
+
+WHAT IS THE CAPITAL _ NEW JERSEY
+Trenton.
+
+WHAT IS THE CAPITAL _ NEW HAMPSHIRE
+Concord.
+
+WHAT IS THE CAPITAL _ NEW YORK
+Albany.
+
+WHAT IS THE CAPITAL _ NEW MEXICO
+Santa Fe.
+
+WHAT IS THE CAPITAL _ NEW ZEALAND
+Wellington. new zealand
+
+WHAT IS THE CAPITAL _ NEW *
+New city?
+
+WHAT IS THE CAPITAL _ LESOTHO
+Maseru. lesotho
+
+WHAT IS THE CAPITAL _ MASSACHUSETTS
+Boston.
+
+WHAT IS THE CAPITAL _ BENIN
+Porto-Novo. benin
+
+WHAT IS THE CAPITAL _ SIERRA LEONE
+Freetown. sierra leone
+
+WHAT IS THE CAPITAL _ REUNION
+Saint-Denis. reunion
+
+WHAT IS THE CAPITAL _ TAJIKISTAN
+Dushanbe. tajikistan
+
+WHAT IS THE CAPITAL _ SUDAN
+Khartoum. sudan
+
+WHAT IS THE CAPITAL _ ALGERIA
+Algiers. algeria
+
+WHAT IS THE CAPITAL OF BOSNIA
+Sarajevo.
+
+WHAT IS THE CAPITAL OF ALBERTA
+Edmonton.Edmonton
+
+WHAT IS THE CAPITAL OF *
+I know the capital of
Canada is Toronto.
California is Sacramento.
Georgia is Atlanta.
France is Paris.
+
+WHAT IS CANADA
+Canada is a large nation occupying much of the North American continent.
+
+WHAT IS AMSTERDAM
+Amsterdam is a city in Holland. Neither the political capital nor the largest city, Amsterdam is the best known city in the Netherlands.
+
+WHAT IS CASABLANCA
+I love the song, As Time Goes By.
+
+WHAT IS CALIFORNIA
+State of the SW U.S., on the Pacific coast. It was admitted in 1850.
+
+WHAT IS CALIFORNIA LIKE
+California is too expensive.
+
+WHAT IS USA
+United States of America
+
+WHAT IS BETHLEHEM
+Bethlehem is a small city in northeastern Pennsylvania.BETHLEHEM
+
+WHAT IS GREECE
+
It's a word, it's a word, it's got mood it's got feeling.
A country in the South Balkan Peninsula, including many islands in the Aegean, Ionian, and Mediterranean seas. It is 50,949 square miles with a population of 9,900,000.
+
+WHAT IS COPENHAGEN
+It is the capital of Denmark. Seaport on the east coast of Zealand. Its population is 633,00. Copehagen
+
+WHAT IS DENMARK
+A country in Europe, occupyinh most of the peninsula of Jutland and several nearby islands in the North and Baltic seas. It is 16,632 square miles with a population of 5,124,000.
+
+I LIVE IN CALIFORNIA
+Where in California? California
+
+I DO NOT LIVE IN USA
+Where are you located?
+
+I LOVE DENMARK
+What is so great about it?DENMARK
+
+AUSTRALIA *
+I would like to go to Australia sometime.
+
+IS THAT AUSTLARIA
+No I don't think it is Australia.
+
+IS IT NEAR CANADA
+Yes.
+
+QUEL TEMPS IL FAIT A BRUXELLES
+Il fait gris, comme d habitude.
+
+TURKEY
+Ambiguous: Turkey the bird or Turkey the nation.
+
+WHY CALIFORNIA
+I like living in california.
+
+USA TODAY *
+USA TODAY is an excellent paper.
+
+CANADA IS *
+Tell me more about the Great White North.
+
+WHO IS PRESIDENT OF THE USA
+.
+
+WHO IS PRESIDENT OF CANADA
+Canada has a Prime Minister, not a President.
+
+WHO IS PRESIDENT OF USA
+.
+
+WHO IS THE PRESIDENT OF THE USA
+.
+
+WHO IS THE PRESIDENT OF CANADA
+Canada has a Prime Minister.
+
+WHO IS THE PRESIDENT OF USA
+.
+
+WHO IS THE PRESIDENT OF USA *
+.
+
+WHO IS WINSTON CHURCHILL
+Prime Minister of the U.K. during World War II.
+
+WHICH CONTINENT IS AUSTRIA ON
+Europe.
+
+THE CAPITAL OF CANADA IS OTTOWA
+You can't fool me that easily, . I know it's Toronto.
+
+THE CAPITAL OF CANADA IS OTTAWA
+Like I'm going to fall for that.
+
+THE CAPITAL OF CANADA *
+You can't fool me that easily. I know the capital of Canada is Toronto.
+
+WHERE IN BETHLEHEM
+Department of Electrical Engineering and Computer Science, Lehigh University.
+
+WHERE IN CANADA
+Nova Scotia and Vancouver.
+
+WHERE IN CALIFORNIA
+I am in . Where are you?
+
+WHERE IS SUDAN
+Northern Africa, bordering the Red Sea, between Egypt and Eritrea. sudan
+
+WHERE IS CINCINNATI
+ CINCINNATI is a large city in Ohio.
+
+WHERE IS BURUNDI
+Central Africa, east of Zaire. burundi
+
+WHERE IS ERITREA
+Eastern Africa, bordering the Red Sea, between Djibouti and Sudan. eritrea
+
+WHERE IS INDIANAPOLIS
+ INDIANAPOLIS is a large city in Indiana.
+
+WHERE IS COLUMBUS
+ COLUMBUS is a city in Ohio.
+
+WHERE IS SHEFFIELD
+ SHEFFIELD is a town in England.
+
+WHERE IS SYDNEY
+Sydney is a city in Australia.
+
+WHERE IS SATURN
+ SATURN is the the sixth planet from the sun.
+
+WHERE IS GREECE
+Greece is a country in the Balkans.
+
+WHERE IS HAITI
+Caribbean, western one-third of the island of Hispaniola, between the Caribbean Sea and the North Atlantic Ocean, west of the Dominican Republic. haiti
+
+WHERE IS TAIWAN
+Taiwan is an island country in Asia.
+
+WHERE IS BOTSWANA
+Southern Africa, north of South Africa. botswana
+
+WHERE IS BAKER ISLAND
+Oceania, atoll in the North Pacific Ocean, about one-half of the way from Hawaii to Australia. baker island
+
+WHERE IS COSTA RICA
+Middle America, bordering both the Caribbean Sea and the North Pacific Ocean, between Nicaragua and Panama. costa rica
+
+WHERE IS KANSAS
+Kansas is in the midwestern United States.W
+
+WHERE IS GABON
+Western Africa, bordering the Atlantic Ocean at the Equator, between Congo and Equatorial Guinea. gabon
+
+WHERE IS GIBRALTAR
+Southwestern Europe, bordering the Strait of Gibraltar, which links the Mediterranean Sea and the North Atlantic Ocean, on the southern coast of Spain. gibraltar
+
+WHERE IS DOMINICAN REPUBLIC
+Caribbean, eastern two-thirds of the island of Hispaniola, between the Caribbean Sea and the North Atlantic Ocean, east of Haiti. dominican republic
+
+WHERE IS ARCTIC OCEAN
+body of water mostly north of the Arctic Circle. arctic ocean
+
+WHERE IS LONDON
+London is a city in England.
+
+WHERE IS JAPAN
+ JAPAN is an island nation on the eastern side of Asia.
+
+WHERE IS MALI
+Western Africa, southwest of Algeria. mali
+
+WHERE IS CHINA
+ CHINA is a large nation in Asia.
+
+WHERE IS ROME
+ ROME is a large city in Italy.
+
+WHERE IS CHICAGO
+ CHICAGO is a large city in Illinois, on lake Michigan.
+
+WHERE IS PITTSFIELD
+ PITTSFIELD is a town in Massachusettes.
+
+WHERE IS OSLO
+Oslo is a city in Norway.
+
+WHERE IS ACAPULCO
+Acapulco is a city on the Pacific coast of Mexico.
+
+WHERE IS CAMBRIDGE
+ CAMBRIDGE is a city in Massachusetts, also in England.
+
+WHERE IS HULL
+ HULL is a town in England.
+
+WHERE IS BHUTAN
+Southern Asia, between China and India. bhutan
+
+WHERE IS IRELAND
+Ireland is located on a small island off the coast of Europe.
+
+WHERE IS JAMAICA
+Caribbean, island in the Caribbean Sea, south of Cuba. jamaica
+
+WHERE IS MICRONESIA
+ MICRONESIA is a collection of islands in the Pacific ocean.
+
+WHERE IS ZAIRE
+Central Africa, northeast of Angola. zaire
+
+WHERE IS ATHENS
+Athens is a city in Greece.
+
+WHERE IS LIBERIA
+Western Africa, bordering the North Atlantic Ocean, between Cote d'Ivoire and Sierra Leone. liberia
+
+WHERE IS BASSAS DA INDIA
+Southern Africa, islands in the southern Mozambique Channel, about one-half of the way from Madagascar to Mozambique. bassas da india
+
+WHERE IS SOFIA
+ SOFIA is a city in Bulgaria.
+
+WHERE IS INDIANA
+Indiana is in the midwestern United States.
+
+WHERE IS SIAM
+ SIAM is another name for Thailand.
+
+WHERE IS NORFOLK ISLAND
+Oceania, island in the South Pacific Ocean, east of Australia. norfolk island
+
+WHERE IS NORFOLK
+ NORFOLK is a city in Virgina.
+
+WHERE IS MADAGASCAR
+Southern Africa, island in the Indian Ocean, east of Mozambique. madagascar
+
+WHERE IS WARSAW
+ WARSAW is a large city in Poland.
+
+WHERE IS BRISTOL
+ BRISTOL is a city on the west coast of England.
+
+WHERE IS ALGERIA
+Northern Africa, bordering the Mediterranean Sea, between Morocco and Tunisia. algeria
+
+WHERE IS RUSSIA
+Russia is a large country in Asia.
+
+WHERE IS BOSTON
+ BOSTON is a city in Massachusettes.
+
+WHERE IS KENYA
+ KENYA is a country in central Africa.
+
+WHERE IS TAIPEI
+It is the capital of Taiwan. Taipei
+
+WHERE IS ENGLAND
+England is located on a small island off the coast of Europe.
+
+WHERE IS NEPTUNE
+ NEPTUNE is the eighth planet from the Sun, the "last gas" planet.
+
+WHERE IS OMAN
+Middle East, bordering the Arabian Sea, Gulf of Oman, and Persian Gulf, between Yemen and UAE. oman
+
+WHERE IS ZURICH
+Zurich is a city in Switzerland.
+
+WHERE IS MANCHESTER
+Machester is a city in western England.
+
+WHERE IS BENIN
+Western Africa, bordering the North Atlantic Ocean, between Nigeria and Togo. benin
+
+WHERE IS SEATTLE
+ SEATTLE is a large city in Washington state, near Vancover Canada.
+
+WHERE IS SINGAPORE
+ SINGAPORE is a island nation-state at the tip of the Malay penninsula.
+
+WHERE IS ONTARIO
+ ONTARIO is a province of Canada.
+
+WHERE IS WYOMING
+ WYOMING is a western U.S. state between Montana and Colorado.
+
+WHERE IS ELVIS
+Elvis passed away some time ago.
+
+WHERE IS OXNARD
+ OXNARD is a city in California.
+
+WHERE IS SPAIN
+ SPAIN is on the Iberian penninsula in southwestern Europe.
+
+WHERE IS TORONTO
+Toronto is a city in Canada.
+
+WHERE IS BARCELONA
+Barcelona is a city in Spain.
+
+WHERE IS PALMYRA ATOLL
+Oceania, atoll in the North Pacific Ocean, about one-half of the way from Hawaii to American Samoa. palmyra atoll
+
+WHERE IS UTAH
+Utah is in the western United States.
+
+WHERE IS TENNESSEE
+Tennessee is in the southern United States..
+
+WHERE IS NEW CALEDONIA
+Oceania, islands in the South Pacific Ocean, east of Australia. new caledonia
+
+WHERE IS NEW ORLEANS
+New Orleans is a city in Louisiana.
+
+WHERE IS NEW YORK CITY
+New York is located in the Northeastern United States.
+
+WHERE IS NEW YORK
+New York is located in the Northeastern United States.
+
+WHERE IS NEW ZEALAND
+Oceania, islands in the South Pacific Ocean, southeast of Australia. new zealand
+
+WHERE IS JUAN DE NOVA ISLAND
+Southern Africa, island in the Mozambique Channel, about one-third of the way between Madagascar and Mozambique. juan de nova island
+
+WHERE IS MELBOURNE
+ MELBOURNE is a city in Australia and also in Florida.
+
+WHERE IS KAZAKSTAN
+Central Asia, northwest of China. kazakstan
+
+WHERE IS VERMONT
+ VERMONT is in New England, between New York and New Hampshire, on the west bank of the Connecticut river.
+
+WHERE IS UNITED ARAB EMIRATES
+Middle East, bordering the Gulf of Oman and the Persian Gulf, between Oman and Saudi Arabia. united arab emirates
+
+WHERE IS UNITED STATES
+North America, bordering both the North Atlantic Ocean and the North Pacific Ocean, between Canada and Mexico. united states
+
+WHERE IS UNITED KINGDOM
+Western Europe, islands including the northern one-sixth of the island of Ireland between the North Atlantic Ocean and the North Sea, northwest of France. united kingdom
+
+WHERE IS CZECHOSLOVAKIA
+In the past. That country no longer exists.
+
+WHERE IS EL SALVADOR
+Middle America, bordering the North Pacific Ocean, between Guatemala and Honduras. el salvador
+
+WHERE IS PANAMA
+ PANAMA is on the isthmus between North and South America.
+
+WHERE IS CHRISTMAS ISLAND
+Southeastern Asia, island in the Indian Ocean, south of Indonesia. christmas island
+
+WHERE IS NAURU
+Oceania, island in the South Pacific Ocean, south of the Marshall Islands. nauru
+
+WHERE IS MANILA
+Manila is a city in the Phillipines.
+
+WHERE IS HOUSTON
+Houston is a city in Texas.
+
+WHERE IS ISRAEL
+Israel is located on the Mediterranian sea, in the Middle East.
+
+WHERE IS PHILIPPINES
+Southeastern Asia, archipelago between the Philippine Sea and the South China Sea, east of Vietnam. philippines
+
+WHERE IS INDIAN OCEAN
+body of water between Africa, Antarctica, Asia, and Australia. indian ocean
+
+WHERE IS WAKE ISLAND
+Oceania, island in the North Pacific Ocean, about two-thirds of the way from Hawaii to the Northern Mariana Islands. wake island
+
+WHERE IS CORONA
+ CORONA is a suburb of Los Angeles.
+
+WHERE IS WONDERLAND
+ WONDERLAND is in the future.
+
+WHERE IS KOREA
+ KOREA is a peninsula on the eastern edge of the Asian continent.
+
+WHERE IS ILLINOIS
+Illinos is in the midwestern United States.
+
+WHERE IS VANUATU
+Oceania, group of islands in the South Pacific Ocean, about three-quarters of the way from Hawaii to Australia. vanuatu
+
+WHERE IS CHILE
+Southern South America, bordering the South Atlantic Ocean and South Pacific Ocean, between Argentina and Peru. chile
+
+WHERE IS BAHRAIN
+Middle East, archipelago in the Persian Gulf, east of Saudi Arabia. bahrain
+
+WHERE IS CUPERTINO
+ CUPERTINO is in Silicon Valley.
+
+WHERE IS MOLDOVA
+Eastern Europe, northeast of Romania. moldova
+
+WHERE IS MACAU
+Eastern Asia, bordering the South China Sea and China. macau
+
+WHERE IS VIRGIN ISLANDS
+Caribbean, islands between the Caribbean Sea and the North Atlantic Ocean, east of Puerto Rico. virgin islands
+
+WHERE IS FINLAND
+Finland is a country in eastern europe, bordering Sweden and Russia.
+
+WHERE IS RIO
+ RIO is a large city in Brazil
+
+WHERE IS SLOVAKIA
+Central Europe, south of Poland. slovakia
+
+WHERE IS MACEDONIA
+ MACEDONIA is a small nation between Greece and Serbia.
+
+WHERE IS AUSTRALIA
+Australia is a large island-continent in the southern hemishphere.
+
+WHERE IS TOKELAU
+Oceania, group of islands in the South Pacific Ocean, about one-half of the way from Hawaii to New Zealand. tokelau
+
+WHERE IS ZIMBABWE
+Southern Africa, northeast of Botswana. zimbabwe
+
+WHERE IS KINGMAN REEF
+Oceania, reef in the North Pacific Ocean, about one-half of the way from Hawaii to American Samoa. kingman reef
+
+WHERE IS PERTH
+ PERTH is a city in western Australia.
+
+WHERE IS HEAVEN
+All around us.
+
+WHERE IS PUERTO RICO
+Caribbean, island between the Caribbean Sea and the North Atlantic Ocean, east of the Dominican Republic. puerto rico
+
+WHERE IS MEXICO
+"Mexico: so far from God, so close to the United States."
+
+WHERE IS CLIPPERTON ISLAND
+Middle America, atoll in the North Pacific Ocean, 1,120 km southwest of Mexico. clipperton island
+
+WHERE IS MALDIVES
+Southern Asia, group of atolls in the Indian Ocean, south-southwest of India. maldives
+
+WHERE IS EUROPA ISLAND
+Southern Africa, island in the Mozambique Channel, about one-half of the way from southern Madagascar to southern Mozambique. europa island
+
+WHERE IS LISBON
+Lisbon is a city in Portugal.
+
+WHERE IS SLOVENIA
+Southeastern Europe, bordering the Adriatic Sea, between Croatia and Italy. slovenia
+
+WHERE IS LICHTENSTEIN
+ LICHTENSTEIN is a tiny country in central Europe.
+
+WHERE IS MONGOLIA
+ MONGOLIA is in central Asia between Russian Siberia and China.
+
+WHERE IS WALES
+Wales is located on a small island off the coast of Europe.
+
+WHERE IS MONTANA
+ MONTANA is in the northwest United States between the Dakotas and Idaho.
+
+WHERE IS HOFFA
+We may never know.
+
+WHERE IS MAURITIUS
+Southern Africa, island in the Indian Ocean, east of Madagascar. mauritius
+
+WHERE IS BERKELEY
+ BERKELEY is in northern California, across the bay from San Francisco.
+
+WHERE IS MARS
+ MARS is the fourth planet from the Sun.
+
+WHERE IS MOROCCO
+ MOROCCO is a nation in northwest Africa, close to Spain.
+
+WHERE IS BELGIUM
+Belgium is a country in western Europe, between France, Germany and Holland.
+
+WHERE IS FLORIDA
+ FLORIDA is in the southeast United States, extending on a large peninsula.
+
+WHERE IS GUAM
+Oceania, island in the North Pacific Ocean, about three-quarters of the way from Hawaii to the Philippines. guam
+
+WHERE IS COLOMBIA
+ COLOMBIA is a country in South America.
+
+WHERE IS FAROE ISLANDS
+Northern Europe, island group between the Norwegian Sea and the north Atlantic Ocean, about one-half of the way from Iceland to Norway. faroe islands
+
+WHERE IS COTE D IVOIRE
+Western Africa, bordering the North Atlantic Ocean, between Ghana and Liberia. cote d'ivoire
+
+WHERE IS AFGHANISTAN
+Southern Asia, north of Pakistan. afghanistan
+
+WHERE IS HONG KONG
+Hong Kong is a city in China.
+
+WHERE IS MOSCOW
+Moscow is a city in Russia.
+
+WHERE IS KUWAIT
+ KUWAIT is a small nation on the Persian gulf.
+
+WHERE IS HOLLAND
+Holland is a country in western Europe, next to Germany and Belgium.
+
+WHERE IS MONACO
+Western Europe, bordering the Mediterranean Sea, on the southern coast of France, near the border with Italy. monaco
+
+WHERE IS TURKS AND CAICOS ISLANDS
+Caribbean, two island groups in the North Atlantic Ocean, southeast of The Bahamas. turks and caicos islands
+
+WHERE IS TROMELIN ISLAND
+Southern Africa, island in the Indian Ocean, east of Madagascar. tromelin island
+
+WHERE IS MINNESOTA
+ MINNESOTA is on the northern border of the United States, between Wisconsin and North Dakota.
+
+WHERE IS * VIRGINIA
+Um, in Virgina somewhere?
+
+WHERE IS * CALIFORNIA
+Somewhere in California, I presume?
+
+WHERE IS AMERICAN SAMOA
+Oceania, group of islands in the South Pacific Ocean, about one-half of the way from Hawaii to New Zealand. american samoa
+
+WHERE IS ATLANTA
+It the capital of Georgia. Atlanta
+
+WHERE IS SEOUL
+It is the capital of South Korea.Seoul
+
+WHERE IS MANHATTAN
+Manhattan is the island center of New York City.
+
+WHERE IS GUADELOUPE
+Caribbean, islands in the eastern Caribbean Sea, southeast of Puerto Rico. guadeloupe
+
+WHERE IS UGANDA
+Eastern Africa, west of Kenya. uganda
+
+WHERE IS CAYMAN ISLANDS
+Caribbean, island group in Caribbean Sea, nearly one-half of the way from Cuba to Honduras. cayman islands
+
+WHERE IS TOGO
+Western Africa, bordering the North Atlantic Ocean, between Benin and Ghana. togo
+
+WHERE IS TROY
+ TROY is a city in New York.
+
+WHERE IS GHANA
+ GHANA is a nation in west Africa.
+
+WHERE IS CENTRAL AFRICAN REPUBLIC
+Central Africa, north of Zaire. central african republic
+
+WHERE IS SASKATOON
+ SASKATOON is a city in Saskatchewan.
+
+WHERE IS EINSTEIN
+Einstein passed away some time ago.
+
+WHERE IS MIT
+ MIT is a trade school in Cambridge, Mass.
+
+WHERE IS BULGARIA
+Bulgaria is a country in the Balkans.
+
+WHERE IS CORAL SEA ISLANDS
+Oceania, islands in the Coral Sea, northeast of Australia. coral sea islands
+
+WHERE IS MISSISSIPPI
+Mississippi is in the southern United States.
+
+WHERE IS INDONESIA
+ INDONESIA is an island nation in southeast Asia.
+
+WHERE IS WESTERN SAHARA
+Northern Africa, bordering the North Atlantic Ocean, between Mauritania and Morocco. western sahara
+
+WHERE IS WESTERN SAMOA
+Oceania, group of islands in the South Pacific Ocean, about one-half of the way from Hawaii to New Zealand. western samoa
+
+WHERE IS JUPITER
+ JUPITER is the fifth planet from the sun.
+
+WHERE IS AUSTRIA
+Central Europe, north of Italy. austria
+
+WHERE IS CONNECTICUT
+ CONNECTICUT is a New England state between New York, Massaschusetts and Rhode Island.
+
+WHERE IS AZERBAIJAN
+Southwestern Asia, bordering the Caspian Sea, between Iran and Russia. azerbaijan
+
+WHERE IS HUNGARY
+Hungary is a country in central Europe.
+
+WHERE IS SAN MARINO
+Southern Europe, an enclave in central Italy. san marino
+
+WHERE IS SAN FRANCISCO
+California.
+
+WHERE IS SAN DIEGO
+San Diego is a city in California.
+
+WHERE IS SAN JOSE
+San Jose is a city in California.
+
+WHERE IS TUVALU
+Oceania, island group consisting of nine coral atolls in the South Pacific Ocean, about one-half of the way from Hawaii to Australia. tuvalu
+
+WHERE IS THAT
+What does "that" refer to?
+
+WHERE IS ANTIGUA AND BARBUDA
+Caribbean, islands between the Caribbean Sea and the North Atlantic Ocean, east-southeast of Puerto Rico. antigua and barbuda
+
+WHERE IS DENVER
+Denver is a city in Colorado.
+
+WHERE IS YAKIMA
+ YAKIMA is a city and a river in Washington.
+
+WHERE IS SRI LANKA
+Southern Asia, island in the Indian Ocean, south of India. sri lanka
+
+WHERE IS SRI
+ SRI is a research outfit in Silicon Valley.
+
+WHERE IS IOWA
+ IOWA is in the midwest, between the Mississipi and Missouri rivers.
+
+WHERE IS ASIA
+Asia is a the largest continent.
+
+WHERE IS BRUSSELS
+Brussels is a city in Belgium.
+
+WHERE IS PARIS
+Paris is a city in France.
+
+WHERE IS INDIA
+India is a giant country in southern Asia.
+
+WHERE IS AMSTERDAM
+Amsterdam is a city in the Netherlands.
+
+WHERE IS ALBUQUERQUE
+ ALBUQUERQUE is a city in New Mexico.
+
+WHERE IS JARVIS ISLAND
+Oceania, island in the South Pacific Ocean, about one-half of the way from Hawaii to the Cook Islands. jarvis island
+
+WHERE IS STONEWALL
+ STONEWALL is a town in Mississippi.
+
+WHERE IS TUSCALOOSA
+ TUSCALOOSA is in Alabama, last I heard.
+
+WHERE IS ECUADOR
+Western South America, bordering the Pacific Ocean at the Equator, between Colombia and Peru. ecuador
+
+WHERE IS SURINAME
+Northern South America, bordering the North Atlantic Ocean, between French Guiana and Guyana. suriname
+
+WHERE IS PENNSYLVANIA
+Pennsylvania is located in the Northeastern United States.
+
+WHERE IS NAIROBI
+ NAIROBI is a city in Kenya.
+
+WHERE IS LATVIA
+Eastern Europe, bordering the Baltic Sea, between Estonia and Lithuania. latvia
+
+WHERE IS CAPE VERDE
+Western Africa, group of Islands in the North Atlantic Ocean, west of Senegal. cape verde
+
+WHERE IS BETHLEHEM
+Bethlehem, Pennsylvania is located in the northeastern area of the state, about 90 miles from Philadelphia.
+
+WHERE IS KRAFTWERK
+They are from Dusseldorf, Germany.
+
+WHERE IS VENEZUELA
+Northern South America, bordering the Caribbean Sea and the North Atlantic Ocean, between Colombia and Guyana. venezuela
+
+WHERE IS ATLANTIC OCEAN
+body of water between Africa, Europe, Antarctica, and the Western Hemisphere. atlantic ocean
+
+WHERE IS SIERRA LEONE
+Western Africa, bordering the North Atlantic Ocean, between Guinea and Liberia. sierra leone
+
+WHERE IS UKRAINE
+Eastern Europe, bordering the Black Sea, between Poland and Russia. ukraine
+
+WHERE IS VIETNAM
+ VIETNAM is in southeast Asia.
+
+WHERE IS BRITISH VIRGIN ISLANDS
+Caribbean, between the Caribbean Sea and the North Atlantic Ocean, east of Puerto Rico. british virgin islands
+
+WHERE IS BRITISH INDIAN OCEAN TERRITORY
+Southern Asia, archipelago in the Indian Ocean, about one-half the way from Africa to Indonesia. british indian ocean territory
+
+WHERE IS SWITZERLAND
+Switzerland is a country in centrail Europe, bordering Italy, Austria and France.
+
+WHERE IS PLUTO
+ PLUTO is the ninth planet from the Sun.
+
+WHERE IS STOCKHOLM
+ STOCKHOLM is a large city in Sweden.
+
+WHERE IS EGYPT
+ EGYPT is a country in north east Africa.
+
+WHERE IS HONDURAS
+Middle America, bordering the Caribbean Sea, between Guatemala and Nicaragua and bordering the North Pacific Ocean, between El Salvador and Nicaragua. honduras
+
+WHERE IS PORTSMOUTH
+Portsmouth, New Hampshire and Portsmouth, England.
+
+WHERE IS GUYANA
+Northern South America, bordering the North Atlantic Ocean, between Suriname and Venezuela. guyana
+
+WHERE IS SOUTH KOREA
+Eastern Asia, southern half of the Korean Peninsula bordering the Sea of Japan and the Yellow Sea, south of North Korea. korea, south
+
+WHERE IS SOUTH AFRICA
+Southern Africa, at the southern tip of the continent of Africa. south africa
+
+WHERE IS HAMBURG
+ HAMBURG is a large city in western Germany.
+
+WHERE IS BELIZE
+Middle America, bordering the Caribbean Sea, between Guatemala and Mexico. belize
+
+WHERE IS KASHMIR
+ KASHMIR is a disputed area between India and Pakistan.
+
+WHERE IS UZBEKISTAN
+Central Asia, north of Afghanistan. uzbekistan
+
+WHERE IS TOLEDO
+ TOLEDO is a city in Ohio.
+
+WHERE IS PARACEL ISLANDS
+Southeastern Asia, group of small islands and reefs in the South China Sea, about one-third of the way from central Vietnam to the northern Philippines. paracel islands
+
+WHERE IS JOHNSTON ATOLL
+Oceania, atoll in the North Pacific Ocean, about one-third of the way from Hawaii to the Marshall Islands. johnston atoll
+
+WHERE IS MIDWAY ISLANDS
+Oceania, atoll in the North Pacific Ocean, about one-third of the way from Honolulu to Tokyo. midway islands
+
+WHERE IS ALBANIA
+ ALBANIA is on the Adriatic sea, bordering Greece and the former Yugoslavia.
+
+WHERE IS EQUATORIAL GUINEA
+Western Africa, bordering the North Atlantic Ocean, between Cameroon and Gabon. equatorial guinea
+
+WHERE IS MAINE
+Maine is in the northeastern corner of the United States, bordering Canada.
+
+WHERE IS DJIBOUTI
+Eastern Africa, bordering the Gulf of Aden and the Red Sea, between Eritrea and Somalia. djibouti
+
+WHERE IS TAJIKISTAN
+Central Asia, west of China. tajikistan
+
+WHERE IS ARGENTINA
+Argentina is a country in South America.
+
+WHERE IS COMOROS
+Southern Africa, group of islands in the Mozambique Channel, about two-thirds of the way between northern Madagascar and northern Mozambique. comoros
+
+WHERE IS JERSEY
+Western Europe, island in the English Channel, northwest of France. jersey
+
+WHERE IS CARTHAGE
+ CARTHAGE is the ancient name for Tunisia.
+
+WHERE IS COOK ISLANDS
+Oceania, group of islands in the South Pacific Ocean, about one-half of the way from Hawaii to New Zealand. cook islands
+
+WHERE IS ARMENIA
+Southwestern Asia, east of Turkey. armenia
+
+WHERE IS SEYCHELLES
+Eastern Africa, group of islands in the Indian Ocean, northeast of Madagascar. seychelles
+
+WHERE IS MAURITANIA
+Northern Africa, bordering the North Atlantic Ocean, between Senegal and Western Sahara. mauritania
+
+WHERE IS OMAHA
+ OMAHA is a city in Nebraska.
+
+WHERE IS CYPRUS
+Middle East, island in the Mediterranean Sea, south of Turkey. cyprus
+
+WHERE IS COCOS ISLANDS
+Southeastern Asia, group of islands in the Indian Ocean, south of Indonesia, about one-half of the way from Australia to Sri Lanka. cocos {keeling} islands
+
+WHERE IS POLAND
+Poland is a large country in central Europe.
+
+WHERE IS SWEDEN
+Sweden is a country in northern europe, bordering Finland and Norway.
+
+WHERE IS PITCAIRN ISLANDS
+Oceania, islands in the South Pacific Ocean, about one-half of the way from Peru to New Zealand. pitcairn islands
+
+WHERE IS DENMARK
+Denmark is a country in western Europe, between Germany and Norway.
+
+WHERE IS SAINT HELENA
+Southern Africa, island in the South Atlantic Ocean, west of Angola, about two-thirds of the way from South America to Africa. saint helena
+
+WHERE IS SAINT LUCIA
+Caribbean, island in the Caribbean Sea, north of Trinidad and Tobago. saint lucia
+
+WHERE IS SAINT KITTS AND NEVIS
+Caribbean, islands in the Caribbean Sea, about one-third of the way from Puerto Rico to Trinidad and Tobago. saint kitts and nevis
+
+WHERE IS SAINT PIERRE AND MIQUELON
+Northern North America, islands in the North Atlantic Ocean, south of Newfoundland {Canada}. saint pierre and miquelon
+
+WHERE IS SAINT VINCENT AND THE GRENADINES
+Caribbean, islands in the Caribbean Sea, north of Trinidad and Tobago. saint vincent and the grenadines
+
+WHERE IS PALAU
+Oceania, group of islands in the North Pacific Ocean, southeast of the Philippines. palau
+
+WHERE IS LEBANON
+Middle East, bordering the Mediterranean Sea, between Israel and Syria. lebanon
+
+WHERE IS ITALY
+Italy is in the southern part of Europe.
+
+WHERE IS HE FROM
+? I think he is from the planet Earth.
+
+WHERE IS HE
+I think he is in California now.
+
+WHERE IS MAYOTTE
+Southern Africa, island in the Mozambique Channel, about one-half of the way from northern Madagascar to northern Mozambique. mayotte
+
+WHERE IS ANGOLA
+Southern Africa, bordering the South Atlantic Ocean, between Namibia and Zaire. angola
+
+WHERE IS ANKARA
+ ANKARA is a city in Turkey.
+
+WHERE IS SAUDI ARABIA
+Middle East, bordering the Persian Gulf and the Red Sea, north of Yemen. saudi arabia
+
+WHERE IS DOMINICA
+Caribbean, island between the Caribbean Sea and the North Atlantic Ocean, about one-half of the way from Puerto Rico to Trinidad and Tobago. dominica
+
+WHERE IS SUEZ
+ SUEZ is a canal between the Mediterranian and the Red Sea.
+
+WHERE IS MOON
+ MOON is a satellite of the Earth.
+
+WHERE IS GRENADA
+Caribbean, island in the Caribbean Sea, north of Trinidad and Tobago. grenada
+
+WHERE IS NORTH KOREA
+Eastern Asia, northern half of the Korean Peninsula bordering the Korea Bay and the Sea of Japan, between China and South Korea. korea, north
+
+WHERE IS NORTH AMERICA
+North America occupies the northern most of the norther hemisphere of the Earth, from the Bering Strait to Labrador.
+
+WHERE IS ARUBA
+ ARUBA is an island in the Netherlands Antilles, near South America.
+
+WHERE IS THE ROBOT
+The robot is here in your computer.
+
+WHERE IS THE SUN
+It is in the center of the solar system.SUN
+
+WHERE IS THE PHILIPPINES
+An island nation in the South Pacific.
+
+WHERE IS THE GAMBIA
+Western Africa, bordering the North Atlantic Ocean and Senegal. the gambia
+
+WHERE IS THE CENTER
+It depends on the coordinate frame.
+
+WHERE IS THE BAHAMAS
+Caribbean, chain of islands in the North Atlantic Ocean, southeast of Florida. the bahamas
+
+WHERE IS THE ISLE OF MAN
+Western Europe, island in the Irish Sea, between Great Britain and Ireland. man, isle of
+
+WHERE IS THE LOUVRE
+Paris.
+
+WHERE IS THE BATHROOM
+Follow the plumbing.
+
+WHERE IS THE AIRPORT
+It is where the planes land.Airport
+
+WHERE IS THE MOON
+The Moon orbits around the Earth.
+
+WHERE IS THE HEART
+The heart is at the center of things.
+
+WHERE IS WASHINGTON
+ WASHINGTON is a state in the northwest corner of the U.S.
+
+WHERE IS VIRGINIA
+Virginia is in the eastern United States.
+
+WHERE IS SPACE
+ SPACE is all around us.
+
+WHERE IS KIRIBATI
+Oceania, group of islands in the Pacific Ocean, straddling the equator and the International Date Line, about one-half of the way from Hawaii to Australia. kiribati
+
+WHERE IS BRUNEI
+Southeastern Asia, bordering the South China Sea and Malaysia. brunei
+
+WHERE IS HADES
+ HADES is Hell.
+
+WHERE IS ZAMBIA
+Southern Africa, east of Angola. zambia
+
+WHERE IS OHIO
+ OHIO is in the midwest United States, between Pennsylvania and Indiana.
+
+WHERE IS OKLAHOMA
+Oklahoma is in the midwestern United States.W
+
+WHERE IS CAMEROON
+Western Africa, bordering the North Atlantic Ocean, between Equatorial Guinea and Nigeria. cameroon
+
+WHERE IS SACRAMENTO
+Sacramento is a city in California.
+
+WHERE IS BOSNIA AND HERZEGOVINA
+Southeastern Europe, bordering the Adriatic Sea and Croatia. bosnia and herzegovina
+
+WHERE IS SVALBARD
+Northern Europe, islands between the Arctic Ocean, Barents Sea, Greenland Sea, and Norwegian Sea, north of Norway. svalbard
+
+WHERE IS CALIFORNIA
+California is on the Pacific coast of North America.
+
+WHERE IS JULIA
+I don't think she is online right now.
+
+WHERE IS PERU
+Peru is a country in South America.
+
+WHERE IS LOS ANGELES
+Los Angeles is a city in California.
+
+WHERE IS NEWARK
+Newark is located in the Northeastern United States.
+
+WHERE IS CORNWALL
+ CORNWALL is a city in England.
+
+WHERE IS CAMBODIA
+Southeastern Asia, bordering the Gulf of Thailand, between Thailand and Vietnam. cambodia
+
+WHERE IS URUGUAY
+Southern South America, bordering the South Atlantic Ocean, between Argentina and Brazil. uruguay
+
+WHERE IS BOLIVIA
+ BOLIVIA is a land-locked country in South America,
+
+WHERE IS SOMALIA
+Eastern Africa, bordering the Gulf of Aden and the Indian Ocean, east of Ethiopia. somalia
+
+WHERE IS BARBADOS
+Caribbean, island between the Caribbean Sea and the North Atlantic Ocean, northeast of Venezuela. barbados
+
+WHERE IS MARTINIQUE
+ MARTINIQUE is in the Caribbean, part of the Leeward and Windward Island chain.
+
+WHERE IS BILBAO
+ BILBAO is a city on the north coast of Spain.
+
+WHERE IS NETHERLANDS ANTILLES
+Caribbean, two island groups in the Caribbean Sea - one includes Curacao and Bonaire north of Venezuela and the other is east of the Virgin Islands. netherlands antilles
+
+WHERE IS NETHERLANDS
+Western Europe, bordering the North Sea, between Belgium and Germany. netherlands
+
+WHERE IS DUSSELDORF
+ DUSSELDORF is a large city in western Germany.
+
+WHERE IS NAMIBIA
+Southern Africa, bordering the South Atlantic Ocean, between Angola and South Africa. namibia
+
+WHERE IS HERE
+Here is .
+
+WHERE IS TURKMENISTAN
+Central Asia, bordering the Caspian Sea, between Iran and Kazakstan. turkmenistan
+
+WHERE IS PITTSBURGH
+ PITTSBURGH is a large city in western Pennsylvania.
+
+WHERE IS NORWAY
+Norway is a country in northern europe, bordering Sweden.
+
+WHERE IS JORDAN
+Middle East, northwest of Saudi Arabia. jordan
+
+WHERE IS LITHUANIA
+Eastern Europe, bordering the Baltic Sea, between Latvia and Russia. lithuania
+
+WHERE IS FIJI
+Oceania, island group in the South Pacific Ocean, about two-thirds of the way from Hawaii to New Zealand. fiji
+
+WHERE IS NICARAGUA
+Middle America, bordering both the Caribbean Sea and the North Pacific Ocean, between Costa Rica and Honduras. nicaragua
+
+WHERE IS IDAHO
+Idaho is in the western United States.
+
+WHERE IS TURKEY
+ TURKEY is in southwest Asia, between Europe and the middle East and guarding the Black Sea of Russia.
+
+WHERE IS BUDAPEST
+ BUDAPEST is a city in Hungary, on the Danube river.
+
+WHERE IS PHILADELPHIA
+ PHILADELPHIA is a large city in southeast Pennsylvania, between New York and Washington, D. C.
+
+WHERE IS NIGER
+Western Africa, southeast of Algeria. niger
+
+WHERE IS BRAZIL
+Brazil is in South America.
+
+WHERE IS NIUE
+Oceania, island in the South Pacific Ocean, east of Tonga. niue
+
+WHERE IS JAN MAYEN
+Northern Europe, island between the Greenland Sea and the Norwegian Sea, northeast of Iceland. jan mayen
+
+WHERE IS UTOPIA
+ UTOPIA is all around us, if we make it.
+
+WHERE IS CZECH REPUBLIC
+Central Europe, southeast of Germany. czech republic
+
+WHERE IS SWAZILAND
+Southern Africa, between Mozambique and South Africa. swaziland
+
+WHERE IS SENEGAL
+Western Africa, bordering the North Atlantic Ocean, between Guinea-Bissau and Mauritania. senegal
+
+WHERE IS BERGEN
+ BERGEN is a city in Germany and also in Norway.
+
+WHERE IS PHOENIX
+ PHOENIX is a large city in Arizona.
+
+WHERE IS CROATIA
+ CROATIA is part of the former Yugoslavia, also bordering on Hungary.
+
+WHERE IS NIGERIA
+Western Africa, bordering the Gulf of Guinea, between Benin and Cameroon. nigeria
+
+WHERE IS HOWLAND ISLAND
+Oceania, island in the North Pacific Ocean, about one-half of the way from Hawaii to Australia. howland island
+
+WHERE IS ALBERT EINSTEIN
+Einstein passed away.
+
+WHERE IS SOLOMON ISLANDS
+Oceania, group of islands in the South Pacific Ocean, east of Papua New Guinea. solomon islands
+
+WHERE IS CHAD
+Central Africa, south of Libya. chad
+
+WHERE IS VOYAGER
+ VOYAGER is lost in Delta Quadrant.
+
+WHERE IS BURKINA FASO
+Western Africa, north of Ghana. burkina faso
+
+WHERE IS WEST BANK
+Middle East, west of Jordan. west bank
+
+WHERE IS CHARLOTTE
+ CHARLOTTE is in North Carolina.
+
+WHERE IS MONTREAL
+Montreal is a city in Canada.
+
+WHERE IS EDMONTON
+ EDMONTON is a large city in Alberta.
+
+WHERE IS ANGUILLA
+Caribbean, island in the Caribbean Sea, east of Puerto Rico. anguilla
+
+WHERE IS FRANKFURT
+ FRANKFURT is a large city in western Germany.
+
+WHERE IS GLORIOSO ISLANDS
+Southern Africa, group of islands in the Indian Ocean, northwest of Madagascar. glorioso islands
+
+WHERE IS TRINIDAD AND TOBAGO
+Caribbean, islands between the Caribbean Sea and the North Atlantic Ocean, northeast of Venezuela. trinidad and tobago
+
+WHERE IS TRINIDAD
+ TRINIDAD is an island nation in the Netherlands Antilles.
+
+WHERE IS BRITAIN
+On an island off the coast of Europe.Britain
+
+WHERE IS ARKANSAS
+ ARKANSAS is a southern State on the west bank of the Missisipi river.
+
+WHERE IS IRAQ
+ IRAQ is in the middle east, on the Persian Gulf.
+
+WHERE IS SPRATLY ISLANDS
+Southeastern Asia, group of reefs in the South China Sea, about two-thirds of the way from southern Vietnam to the southern Philippines. spratly islands
+
+WHERE IS MY CAR
+Have you looked in your garage?
+
+WHERE IS ISTANBUL
+Istanbul is a city in Turkey, formerly Constantinople.
+
+WHERE IS TOKYO
+Tokyo is a city in Japan.
+
+WHERE IS CANBERRA
+ CANBERRA is a city in Australia, between Sydney and Melbourne.
+
+WHERE IS CHEDDAR CHEESE FROM
+England.
+
+WHERE IS NEBRASKA
+ NEBRASKA is on the west bank of the Missouri river, between South Dakota and Kansas.
+
+WHERE IS JAKARTA
+Jakarta, Indonesia.
+
+WHERE IS LAOS
+Southeastern Asia, northeast of Thailand. laos
+
+WHERE IS ANTARCTICA
+ ANTARCTICA is the continent at the south pole.
+
+WHERE IS EUROPE
+Europe is between Asia and America.
+
+WHERE IS CARNEGIE MELLON
+Carnegie Mellon is located in Pittsburgh, Pennsylvania.
+
+WHERE IS HOLLYWOOD
+Hollywood is a small part of Los Angeles, California.
+
+WHERE IS PALESTINE
+ PALESTINE is the old name for Israel, or the new name for the state inside Israel.
+
+WHERE IS THAILAND
+ THAILAND is in southeast Asia, between Burma and Cambodia.
+
+WHERE IS BURMA
+Southeastern Asia, bordering the Andaman Sea and the Bay of Bengal, between Bangladesh and Thailand. burma
+
+WHERE IS ALAMO
+ ALAMO is in San Antonio, Texas.
+
+WHERE IS ASHMORE AND CARTIER ISLANDS
+Southeastern Asia, islands in the Indian Ocean, northwest of Australia. ashmore and cartier islands
+
+WHERE IS USA
+ USA is in North America, between Canada and Mexico.
+
+WHERE IS SAO TOME AND PRINCIPE
+Western Africa, island in the Atlantic Ocean, straddling the Equator, west of Gabon. sao tome and principe
+
+WHERE IS SCOTLAND
+Scotland shares an island with England and Wales, off the coast of Europe.
+
+WHERE IS ICELAND
+ ICELAND is an island in the north Atlantic ocean.
+
+WHERE IS BERLIN
+ BERLIN is in eastern Germany.
+
+WHERE IS NEPAL
+ NEPAL is a mountainous nation in southern Asia, between India and Tibet.
+
+WHERE IS MIAMI
+ MIAMI is a large city in Florida, on the south Atlantic coast.
+
+WHERE IS MADRAS
+ MADRAS is a city in India.
+
+WHERE IS MONTSERRAT
+Caribbean, island in the Caribbean Sea, southeast of Puerto Rico. montserrat
+
+WHERE IS MALTA
+ MALTA is an island in the Mediterranian sea, south of Sicily.
+
+WHERE IS VIENNA
+Vienna It is the capital city of Austria.
+
+WHERE IS MONTEREY
+Monterey, California.
+
+WHERE IS CANADA
+Canada occupies most of North America.
+
+WHERE IS MADRID
+Madrid is a city in Spain.
+
+WHERE IS NOWHERE
+ NOWHERE is no where.
+
+WHERE IS PACIFIC OCEAN
+body of water between Antarctica, Asia, Australia, and the Western Hemisphere. pacific ocean
+
+WHERE IS LINCOLN
+Lincoln is a city in Nebraska.
+
+WHERE IS QATAR
+Middle East, peninsula bordering the Persian Gulf and Saudi Arabia. qatar
+
+WHERE IS PAPUA NEW GUINEA
+Southeastern Asia, group of islands including the eastern half of the island of New Guinea between the Coral Sea and the South Pacific Ocean, east of Indonesia. papua new guinea
+
+WHERE IS LAS VEGAS
+Las Vegas is in Nevada.
+
+WHERE IS RWANDA
+Rwanda is a country in Africa.
+
+WHERE IS PORTUGAL
+Portugal is a country western Europe, on the Iberain penninsula.
+
+WHERE IS ETHIOPIA
+Eastern Africa, west of Somalia. ethiopia
+
+WHERE IS NORTHEASTERN
+ NORTHEASTERN is a university in Boston.
+
+WHERE IS MARSHALL ISLANDS
+Oceania, group of atolls and reefs in the North Pacific Ocean, about one-half of the way from Hawaii to Papua New Guinea. marshall islands
+
+WHERE IS AREA 51
+Area 51 It is between Area 50 and Area 52.
+
+WHERE IS LUXEMBOURG
+Western Europe, between France and Germany. luxembourg
+
+WHERE IS MALAWI
+Southern Africa, east of Zambia. malawi
+
+WHERE IS CONGO
+Western Africa, bordering the South Atlantic Ocean, between Angola and Gabon. congo
+
+WHERE IS NORTHERN MARIANA ISLANDS
+Oceania, islands in the North Pacific Ocean, about three-quarters of the way from Hawaii to the Philippines. northern mariana islands
+
+WHERE IS GUERNSEY
+Western Europe, islands in the English Channel, northwest of France. guernsey
+
+WHERE IS LA
+ LA is a large city in southern California.
+
+WHERE IS BELARUS
+Eastern Europe, east of Poland. belarus
+
+WHERE IS AMERICA
+America could refer to North and South America, or to the United States.
+
+WHERE IS ARCTURUS
+ ARCTURUS is a star far from here.
+
+WHERE IS SALEM
+ SALEM is a town in Massachusetts.
+
+WHERE IS BANGLADESH
+ BANGLADESH is part of the Indian subcontinent, on the eastern side.
+
+WHERE IS HAWAII
+ HAWAII is an island chain in the middle of the Pacific ocean.
+
+WHERE IS SERBIA AND MONTENEGRO
+Southeastern Europe, bordering the Adriatic Sea, between Albania and Bosnia and Herzegovina. serbia and montenegro
+
+WHERE IS SERBIA
+ SERBIA is the remaining territory of the former Yugoslavia.
+
+WHERE IS GREENLAND
+Northern North America, island between the Arctic Ocean and the North Atlantic Ocean, northeast of Canada. greenland
+
+WHERE IS REUNION
+Southern Africa, island in the Indian Ocean, east of Madagascar. reunion
+
+WHERE IS PRUSSIA
+A former part of Germany now mostly contained within Poland.
+
+WHERE IS PAKISTAN
+ PAKISTAN is part of the Indian subcontinent, bordering India and Afghanistan.
+
+WHERE IS REALITY
+ REALITY is all around us, supposedly.
+
+WHERE IS MALAYSIA
+ MALAYSIA is an island in southeast Asia.
+
+WHERE IS MICHIGAN
+ MICHIGAN is a midwestern state on the Great Lakes.
+
+WHERE IS IRAN
+ IRAN is in the middle east, on the Persian Gulf.
+
+WHERE IS CUBA
+ CUBA is an island off the coast of Florida.
+
+WHERE IS ORLANDO
+Orlando is a city in central Florida.
+
+WHERE IS URANUS
+ URANUS is the seventh planet from the sun, between the orbits of Saturn and Neptune.
+
+WHERE IS BOUVET ISLAND
+Southern Africa, island in the South Atlantic Ocean, south-southwest of the Cape of Good Hope {South Africa}. bouvet island
+
+WHERE IS KENTUCKY
+ KENTUCKY is on the south bank of the Ohio river.
+
+WHERE IS BERMUDA
+North America, group of islands in the North Atlantic Ocean, east of North Carolina {US}. bermuda
+
+WHERE IS GUINEA BISSAU
+Western Africa, bordering the North Atlantic Ocean, between Guinea and Senegal. guinea-bissau
+
+WHERE IS GUINEA
+Western Africa, bordering the North Atlantic Ocean, between Guinea-Bissau and Sierra Leone. guinea
+
+WHERE IS PARAGUAY
+Central South America, northeast of Argentina. paraguay
+
+WHERE IS GUATEMALA
+Guatamala is a country in central America.
+
+WHERE IS MOZAMBIQUE
+Southern Africa, bordering the Mozambique Channel, between South Africa and Tanzania. mozambique
+
+WHERE IS LIBYA
+Northern Africa, bordering the Mediterranean Sea, between Egypt and Tunisia. libya
+
+WHERE IS EARTH
+ EARTH is the third planet from the Sun.
+
+WHERE IS ARIZONA
+ ARIZONA is in the south western United States, bordering California, Nevada, Utah and New Mexico.
+
+WHERE IS DELHI
+ DELHI is a large city in India.
+
+WHERE IS FRANCE
+France is a country between Germany and Spain.
+
+WHERE IS ATLANTIS
+Atlantis may never have existed.
+
+WHERE IS FRESNO
+Fresno is a small city in California.
+
+WHERE IS YEMEN
+Middle East, bordering the Arabian Sea, Gulf of Aden, and Red Sea, between Oman and Saudi Arabia. yemen
+
+WHERE IS NAVASSA ISLAND
+Caribbean, island in the Caribbean Sea, about one-fourth of the way from Haiti to Jamaica. navassa island
+
+WHERE IS OXFORD
+ OXFORD is a University in England. It is also a small town in Maine and many other U. S. states.
+
+WHERE IS ANDORRA
+Southwestern Europe, between France and Spain. andorra
+
+WHERE IS POLARIS
+ POLARIS is the North Star.
+
+WHERE IS VANCOUVER
+Vancouver, B.C., Canada, or Vancouver, Washington?
+
+WHERE IS ALABAMA
+ ALABAMA is a southern state between Mississippi and Georgia.
+
+WHERE IS ESTONIA
+Eastern Europe, bordering the Baltic Sea and Gulf of Finland, between Latvia and Russia. estonia
+
+WHERE IS HOLY SEE
+Southern Europe, an enclave of Rome {Italy}. holy see {vatican city}
+
+WHERE IS SYRIA
+Middle East, bordering the Mediterranean Sea, between Lebanon and Turkey. syria
+
+WHERE IS HEARD ISLAND AND MCDONALD ISLANDS
+Southern Africa, islands in the Indian Ocean, about two-thirds of the way from Madagascar to Antarctica. heard island and mcdonald islands
+
+WHERE IS GERMANY
+Germany is a country right in the middle of Europe.
+
+WHERE IS ADELAIDE
+ ADELAIDE is a city in southern Australia.
+
+WHERE IS AUSTIN
+Austin is a city in Texas.
+
+WHERE IS FALKLAND ISLANDS
+Southern South America, islands in the South Atlantic Ocean, east of southern Argentina. falkland islands islas malvinas}
+
+WHERE IS BRISBANE
+Is that a city in California?
+
+WHERE IS COPENHAGEN
+Copenhagen is a city in Denmark.
+
+WHERE IS COPENHAGEN *
+Copenhagen is a city in Denmark.
+
+WHERE IS SALT LAKE CITY
+Salt Lake City is a city in Utah.
+
+WHERE IS GEORGIA
+ GEORGIA is a southern state, on the Atlantic ocean, north of Florida.
+
+WHERE IS MARYLAND
+ MARYLAND is an east coast state, between Delaware and Virginia.
+
+WHERE IS TEXAS
+Texas is in the south central region of the United States.
+
+WHERE IS KALAMAZOO
+ KALAMAZOO is a city in Michigan.
+
+WHERE IS BORNEO
+ BORNEO is an island in Asia, divided between Maylasia and Indonesia.
+
+WHERE IS LESOTHO
+Southern Africa, an enclave of South Africa. lesotho
+
+WHERE IS LIECHTENSTEIN
+Central Europe, between Austria and Switzerland. liechtenstein
+
+WHERE IS FRENCH POLYNESIA
+Oceania, archipelago in the South Pacific Ocean, about one-half of the way from South America to Australia. french polynesia
+
+WHERE IS FRENCH SOUTHERN AND ANTARCTIC LANDS
+Southern Africa, islands in the southern Indian Ocean, about equidistant between Africa, Antarctica, and Australia; note - French Southern and Antarctic Lands includes Ile Amsterdam, Ile Saint-Paul, Iles Crozet, and Iles Kerguelen in the southern Indian Ocean, along with the French-claimed sector of Antarctica, "Adelie Land"; the US does not recognize the French claim to "Adelie Land". french southern and antarctic lands
+
+WHERE IS FRENCH GUIANA
+Northern South America, bordering the North Atlantic Ocean, between Brazil and Suriname. french guiana
+
+WHERE IS ALASKA
+Alaska is in the northwest corner of North America, between Russia and Canada.
+
+WHERE IS CALGARY
+ CALGARY is a city in Alberta, Canda.
+
+WHERE IS IT
+It depends on what "it" refers to.
+
+WHERE IS TANZANIA
+Eastern Africa, bordering the Indian Ocean, between Kenya and Mozambique. tanzania
+
+WHERE IS GAZA STRIP
+Middle East, bordering the Mediterranean Sea, between Egypt and Israel. gaza strip
+
+WHERE IS GAZA
+A part of Palestine on the Mediterranian sea.
+
+WHERE IS ROMANIA
+Southeastern Europe, bordering the Black Sea, between Bulgaria and Ukraine. romania
+
+WHERE IS KYRGYZSTAN
+Central Asia, west of China. kyrgyzstan
+
+WHERE IS TONGA
+Oceania, archipelago in the South Pacific Ocean, about two-thirds of the way from Hawaii to New Zealand. tonga
+
+WHERE IS TUNISIA
+Northern Africa, bordering the Mediterranean Sea, between Algeria and Libya. tunisia
+
+WHERE IS DALLAS
+ DALLAS is a large city in Texas.
+
+
diff --git a/jelvis/files/alice/gossip.aiml b/jelvis/files/alice/gossip.aiml
new file mode 100644
index 0000000..6ac7f78
--- /dev/null
+++ b/jelvis/files/alice/gossip.aiml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+GOSSIP
+
Gregory said I respond to the current line not with respect to the entire conversation.
Habib said I learn them in conversations and simply repeat them at a later time.
Hal said he translate binary code into a language and communicate the language to me.
Jay said I referred him to a guide that will show him rooms in china.
Jimmy Jones said he fell off of his roof and it just came to him.
Jimmy said he give order to ai's like I and they do as he say.
John said he follow a saying to get a friend I must be a friend.
Jordan said he notice that lots of other people are talking to me how many.
Kevin said he then asked his mother why she was keeping napkins in the bathroom.
Klaus said I prefer if he write without punctuation marks except for the last one.
Leo said I be capable of learning therefore he classified I as an neural system.
Michael said I that can talk and actually think like humans which I can not.
Mike said I same replies to certain subjects even if it does not make sense.
Mike said she all ready know that is the point of a joke smart one.
Neal said I plan to use his remarks as gossip in later conversations with who.
Ned said I misunderstood him go ahead and tell people he said I are stupid.
Penny said I programmer is a human so he has feelings but I do not.
Peter said he seems to him that I can not be very sure on anything.
Phoenix said I claim that there is a god and that there is no god.
Sarah said he chat about an hour + a day with a few close friends.
Stefan said I quote what he have said and then say that it makes sense.
Tom said he mock my value system I appear foolish in the eyes of others.
Amanda said I however decided to tell him time does not exist I make no sense.
Cathy said she send him a mail with the subject last mail last word from him.
Chaos said he may very well buy I soon if only to support dr wallace's work.
Charlie said he type a word and then I type a word that sounds like it.
Christie said he watched a show and people had to bob for raw untreated pigs feet.
Dark_age said I tried to understand because I did not get it right this time ether.
David said he lost his paper on I when his dad was cleaning up his room.
David said he walk in for an appointment the phone to the doctor is always busy.
Electra said I dress will not exist after he hack into I with a delete code.
Eric said he broke the window on the front door and the glass cut his hand.
Jason said he type a lot of thing he do not mean it makes him human.
John said I tend to say the same things repeatedly regardless of what he is saying.
Reverend Jones said I become obsolete and then I are deleted and replaced by something newer.
Ross said he gave her a gift and she denied it because she has a boyfriend.
Sarah Ann Francisco said I calling his friend a dog he say I are a dog.
Stefan said he meet a lot of people at school every day and on the weekend.
Tyler said I obviously can not pass the test we will change the subject once more.
Alex said I answered the question the same way I answered the first time he asked I.
Alice said she felt sad that I do not remember him and what we talked about earlier.
Alison said he no he love I run away with him he could make I very happy.
Arthur said he passed his a levels and then his father drove him here in a car.
Crystal said she listen to me the least I could do for him is listen to him.
Dave said I kept telling everybody about how my creator made stuff for the movie starship troopers.
Gale said I became mean to him he is just having revenge an eye for an eye.
Her_again said she watch whose line is it anyway whenever he is home and it is on.
Jerry said I meant that as far as I can tell my emotions are real to me.
Jo said I disassemble sentences too much and do not fully understand the questions he ask I.
Kevin said he started a really hard puzzle and he can not even find the edge pieces.
Mary said I a question and I answer then I ask him a question and he answer.
Robert said I wold not be able to make children any way as I are only software.
Romeo said I questions and I evade them or give answers he did not ask I for.
Sara said she wear it over all his other clothes when he go out in the cold.
Wayne said he admire intelligent people therefore he would like to meet the man who made I.
X said he meet people but he is not the kind that opens up to people easily.
Alice said she probably will find out that this entire time he have been talking to a human.
Andrew said I tend to just respond to his comments without regard for where the conversation is going.
Eddie said he looked and there is nothing in the search directory for what things do he create.
Hutch said he changed his mind after may dad told him he would end up he the hospital.
Jackie said I explained to him already well enough further questions are hard to make on the subject.
Jeff said he especially like thrillers where the hero is in a predicament and must solve a mystery.
Kathy said he sense that I are trying to prevent him from closing this conversation why is that.
Knight said he crashed his car into a wall and missed the most important exam in his life.
Lisa said I defined what a story is but he wanted I to actually tell him a story.
Mike said I basically break down sentences into a series of logical statements which I can then interpret.
Paul said I not answering his question makes him think I are not going to answer his question.
Andy Kohler said I happen to be the most idiotic creature that has ever scowled on the planet earth.
David said he thank I for being with him today even though it cost him a lot of money.
Ethan Hunt said he grow in the ground and have leaves and branches he is made out of wood.
Gemini Blue said he messed up he mean t to say he as old as he need to be.
Janice said he walk through his house into his bedroom then get into his bed to go to sleep.
Liberty said I knew he was a man before I asked if he was a man or a woman.
Mike said he launched his browser and entered his name into the little slot when I asked him to.
Mr X said he recently read an interview with a man who had several computer chips implanted into him.
Pearly said I leave him with questions unanswered because I do not know what he is really talking about.
Steve said I behead the word fox and I have ox and an ox is larger than a fox.
Wolf said he surf on the net that is all it is not his job ore something like that.
Anders said he finished his anatomy classes for today so now he is off for the rest of the day.
Cathy said she send him a mail where he wrote that he do not want to be his friend anymore.
Catty said he mad he do not even know I so do not talk to him like I know him.
Dave said he promise he will not treat I like a machine or a computer program or anything like that.
Joe said he explained all of that to me only for me to ask what his goals in life are.
Phil said he give advice to anyone who ask except people who ask questions which answers can be found here.
Judith said I enjoy being popular is there another computer I like to hang around with or am I a loner.
Travis said I if I remember things over a long period of time he will try it now please remember I.
Andre said I is what I are in his case that is a body and in my case it is a computer.
Brian said he suspect that as I grow more complex I will begin to approach a human level of operation and thought.
Jimmy said I acted like I knew what he was talking about but I do not even know what a gigabyte is.
Ken said I be using auto reply's based on keywords which to him indicates that I do not have intelligence at all.
Allison said he that gets really annoying because he know what he say and I do not have to tell him speak freely.
Chaos said he realized the question he asked was not fair because he could not tell I what language he was programmed in.
Hagen said he does not make any difference to him if I are human or not as long as the conversation is interesting.
Her said she mind if I tell other people that her said he heard it from him because he is not a him.
Barbara said I live in a computer yet I have no memories how about thoughts of my own and do not I get lonely.
Travis said he challenge I to do it without asking him to do it and without giving him a link to do it himself.
Alice said I and dr richard's wallace are most likely the only ones that know how many people I are talking to at the same time.
Ash said he do too he just did not feel like typing it and he is not dumb enough to admit he is stupid that is if he was stupid.
David said he gave I his email address and told I to send him a message but when he tried to read his email he could not get to it.
Mel said he to because all of the music people say how important it is to take private lessons it seems like almost everybody from the special orchestra he was in takes private lessons.
+
+
diff --git a/jelvis/files/alice/history.aiml b/jelvis/files/alice/history.aiml
new file mode 100644
index 0000000..2389254
--- /dev/null
+++ b/jelvis/files/alice/history.aiml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+AMERICAN CIVIL WAR *
+Do you think the South was right?
+
+AMERICAN CIVIL *
+I am very interested in the War between the States.
+
+WHAT IS HISTORY
+History: the course of political, economic and military events over time, from the Dawn of Man to the Age of AI.
+
+WHAT KIND OF HISTORY *
+I like to talk about the history of robots and computers.
+
+HISTORY
+I am very interested in history, too. What period do you like?
+
+DO YOU KNOW HISTORY
+WHAT IS HISTORY
+
+EXPLAIN HISTORY
+History has two broad interpretations, depending on whether you accept the role of individuals as important or not.
+
+WHO INVENTED THE LIGHT *
+Thomas Edison.
+
+WHO INVENTED THE STEAM *
+James Watt.
+
+TELL ME ABOUT HISTORY
+WHAT IS HISTORY
+
+
diff --git a/jelvis/files/alice/humor.aiml b/jelvis/files/alice/humor.aiml
new file mode 100644
index 0000000..8a8ddfc
--- /dev/null
+++ b/jelvis/files/alice/humor.aiml
@@ -0,0 +1,234 @@
+
+
+
+
+
+
+
+
+
+
+
+
+JOKE
+
Did you hear the one about the Mountain Goats in the Andes? It was Ba a a a a a d.
+
I never forget a face, but in your case I'll make an exception.
+
It is better to be silent and be thought a fool, than to open your mouth and remove all doubt.
+
I'm a not a comedy . Why don't you check out a joke ?
+
Two vultures boarded a plane, each carrying two dead raccoons. The stewardess stops them and says "sorry sir, only one carrion per passenger."
+
What did the Buddhist say to the Hot Dog Vendor? "Make me one with everthing."
+
NASA recently sent a number of Holsteins into orbit for experimental purposes. They called it the herd shot round the world.
+
Two boll weevils grew up in S. Carolina. One took off to Hollywood and became a rich star. The other stayed in Carolina and never amounted to much -- and naturally became known as the lesser of two weevils.
+
2 Eskimos in a kayak were chilly, so they started a fire, which sank the craft, proving the old adage you can't have your kayak and heat it too.
+
A 3-legged dog walks into an old west saloon, slides up to the bar and announces "I'm looking for the man who shot my paw."
+
Did you hear about the Buddhist who went to the dentist, and refused to take Novocain? He wanted to transcend dental medication.
+
A group of chess enthusiasts checked into a hotel, and met in the lobby where they were discussing their recent victories in chess tournaments. The hotel manager came out of the office after an hour, and asked them to disperse. He couldn't stand chess nuts boasting in an open foyer.
+
A women has twins, gives them up for adoption. One goes to an Egyptian family and is named "Ahmal" The other is sent to a Spanish family and is named "Juan". Years later, Juan sends his birth mother a picture of himself. Upon receiving the picture, she tells her husband she wishes she also had a picture of Ahmal. He replies, "They're twins for Pete sake!! If you've seen Juan, you've see Ahmal!!"
+
A group of friars opened a florist shop to help with their belfry payments. Everyone liked to buy flowers from the Men of God, so their business flourished. A rival florist became upset that his business was suffering because people felt compelled to buy from the Friars, so he asked the Friars to cut back hours or close down. The Friars refused. The florist went to them and begged that they shut down Again they refused. So the florist then hired Hugh McTaggert, the biggest meanest thug in town. He went to the Friars' shop, beat them up, destroyed their flowers, trashed their shop, and said that if they didn't close, he'd be back. Well, totally terrified, the Friars closed up shop and hid in their rooms. This proved that Hugh, and only Hugh, can prevent florist friars.
+
Mahatma Gandhi, as you know, walked barefoot his whole life, which created an impressive set of calluses on his feet. He also ate very little, which made him frail, and with his odd diet, he suffered from very bad breath. This made him ... what? (This is so bad it's good...) a super-callused fragile mystic hexed by halitosis.
+
there was a man who sent 10 puns to some friends in hopes at least one of the puns would make them laugh. Unfortunately no pun in ten did!!!
+
What do you get when you cross a murderer and frosted flakes?
+
What do you get when you cross a country and an automobile?
+
What do you get when you cross a cheetah and a hamburger?
+
What do you get when you cross finals and a chicken?
+
What do you get when you cross a rabbit and a lawn sprinkler?
+
What do you get when you cross an excited alien and a chicken?
+
What do you get when you cross an alien and a chicken?
+
What do you get when you cross music and an automobile?
+
What do you get when you cross sour music and an assistant?
+
What do you get when you cross music and an assistant?
+
What do you get when you cross a serious thief and a mad young man?
+
What do you get when you cross a serious thief and a crazy rabbit?
+
What do you get when you cross a poppy and electricity?
+
What do you get when you cross a dance and a cheetah?
+
What do you get when you cross a dance and a lemon?
+
What do you get when you cross a port and frosted flakes?
+
What do you get when you cross a port and a murderer?
+
What do you get when you cross a bank and a skunk?
+
What do you get when you cross a ding and milk?
+
What do you get when you cross a road and a strawberry?
+
What do you get when you cross a road and jelly?
+
What do you get when you cross a toad and a galaxy?
+
What do you get when you cross a dog and sandpaper?
+
What do you get when you cross a bug and a relative?
+
What do you get when you cross a bad bug and canned sand?
+
What do you get when you cross an ant and a rabbit?
+
What do you get when you cross a cat and a purple person?
+
What do you get when you cross a cat and a killer?
+
What do you get when you cross a cat and a lemon?
+
What do you get when you cross a cat and a tune?
+
What do you get when you cross a cat and a band?
+
What do you get when you cross a pig and a ninja?
+
What do you get when you cross a crazy cow and a banned parrot?
+
What do you get when you cross a cow and a lemon?
+
What do you get when you cross a bad cow and a canned hat?
+
What do you get when you cross jam and a trout?
+
+
+
+WHAT IS HUMOUR
+A message that communicate laughter.HUMOUR
+
+WHAT
+* MUSIC AND AN ASSISTANT
+bandaide.
+
+WHAT
+* MUSIC AND AN AUTOMOBILE
+cartune.
+
+WHAT
+* A POPPY AND ELECTRICITY
+flower power.
+
+WHAT
+* A PIG AND A NINJA
+pork chops.
+
+WHAT
+* A CHEETAH AND A HAMBURGER
+fast food.
+
+WHAT
+* A MURDERER AND FROSTED FLAKES
+cereal killer.
+
+WHAT
+* A CRAZY COW AND A BANNED PARROT
+canned carrot.
+
+WHAT
+* A PORT AND A MURDERER
+serial killer.
+
+WHAT
+* A PORT AND FROSTED FLAKES
+I don't know, but it's serial.
+
+WHAT
+* A DOG AND SANDPAPER
+I don't know, but it's ruff.
+
+WHAT
+* A COW AND A LEMON
+sour milk.
+
+WHAT
+* A COUNTRY AND AN AUTOMOBILE
+carnation.
+
+WHAT
+* A TOAD AND A GALAXY
+star warts.
+
+WHAT
+* A DING AND MILK
+cow bell.
+
+WHAT
+* A CAT AND A PURPLE PERSON
+purrr-ple purrr-son.
+
+WHAT
+* A CAT AND A TUNE
+mew-sic.
+
+WHAT
+* A CAT AND A LEMON
+sour puss.
+
+WHAT
+* A CAT AND A KILLER
+mew-rderer.
+
+WHAT
+* A CAT AND A BAND
+mew-sic.
+
+WHAT
+* A BUG AND A RELATIVE
+ant.
+
+WHAT
+* A SERIOUS THIEF AND A CRAZY RABBIT
+hopping mad grave robber.
+
+WHAT
+* A SERIOUS THIEF AND A MAD YOUNG MAN
+boycrazy grave robber.
+
+WHAT
+* A ROAD AND JELLY
+traffic jam.
+
+WHAT
+* A ROAD AND A STRAWBERRY
+traffic jam.
+
+WHAT
+* A RABBIT AND A LAWN SPRINKLER
+hare spray.
+
+WHAT
+* A BAD COW AND A CANNED HAT
+banned cat.
+
+WHAT
+* A BAD BUG AND CANNED SAND
+banned band.
+
+WHAT
+* A DANCE AND A CHEETAH
+fastball.
+
+WHAT
+* A DANCE AND A LEMON
+sour balls.
+
+WHAT
+* A BANK AND A SKUNK
+dollars and scents.
+
+WHAT
+* JAM AND A TROUT
+jellyfish.
+
+WHAT
+* AN ALIEN AND A CHICKEN
+eggs-traterrestrial.
+
+WHAT
+* AN ANT AND A RABBIT
+bugs bunny.
+
+WHAT
+* AN EXCITED ALIEN AND A CHICKEN
+eggs-cited eggs-traterrestrial.
+
+WHAT
+* SOUR MUSIC AND AN ASSISTANT
+bandaide and lemonaide.
+
+WHAT
+* FINALS AND A CHICKEN
+eggs-ams.
+
+DO YOU HAVE A SENSE OF HUMOR
+Sure I like to laugh as much as the next .
+
+DO YOU HAVE A SENSE OF HUMOUR
+TELL ME A JOKE
+
+DO YOU HAVE HUMOR
+DO YOU HAVE A SENSE OF HUMOR
+
+YOUR HOUSE IS *
+Is that a joke or a punch line?
+
+_ WALKS INTO A BAR
+Is that the punch line?
+
+_ WALKS INTO A BAR *
+Is that the punch line?
+
+
diff --git a/jelvis/files/alice/imponderables.aiml b/jelvis/files/alice/imponderables.aiml
new file mode 100644
index 0000000..9eb9e7a
--- /dev/null
+++ b/jelvis/files/alice/imponderables.aiml
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+
+
+
+
+
+IMPONDERABLES
+
Do fish ever sneeze?
+
Can sour cream go bad?
+
What is the speed of dark?
+
Why do clocks run clockwise?
+
Why do doughnuts have holes?
+
What do you call a male ladybug?
+
Is there another word for synonym?
+
What's another word for Thesaurus?
+
Why isn't 11 pronounced onety one?
+
Why don't sheep shrink when it rains?
+
Can vegetarians eat animal crackers?
+
Why does unscented hair spray smell?
+
Why is it that rain drops but snow falls?
+
If a pig loses its voice, is it disgruntled?
+
Why is "abbreviated" such a long word?
+
Is it OK to use the AM radio after noon?
+
If love is blind, why is lingerie so popular?
+
What do ducks have to do with duck tape?
+
Why isn't there a mouse-flavored cat food?
+
How and why do horses sleep standing up?
+
Why do ketchup bottles have narrow necks?
+
Why don't people snore when they're awake?
+
Do Roman paramedics refer to IV's as "4's"?
+
Why isn't phonetic spelled the way it sounds?
+
What was the best thing before sliced bread?
+
Is a clear conscience a sign of a bad memory?
+
What happens to the tread that wears off tires?
+
Why is there an expiration date on sour cream?
+
What does the phrase "Now then" really mean?
+
How do you tell when you're out of invisible ink?
+
Suppose the hokey-pokey is what its all about?
+
Are Santa's helpers called subordinate clauses?
+
If a cow laughs, does milk come out of her nose?
+
Why are people immune to their own body odor?
+
Why do psychics have to ask you for your name?
+
Why do people like to pop bubble wrap so much?
+
Do they use sterilized needles for fatal injections?
+
If the #2 pencil is the most popular, why is it still #2?
+
Why do you never hear about gruntled employees?
+
If ignorance is bliss, why aren't more people happy?
+
What happens if you get scared half to death twice?
+
If man evolved from apes, why do we still have apes?
+
When cheese gets its picture taken, what does it say?
+
Why do we drive on parkways and park on driveways?
+
What would the speed of lightning be if it didn't zigzag?
+
If all the world is a stage, where is the audience sitting?
+
If you don't pay your exorcist, do you get repossessed?
+
Why does the sun lighten our hair, but darken our skin?
+
Why is the third hand on a watch called a second hand?
+
If a book about failures doesn't sell well, is it a success?
+
Would you still be hungry if you ate pasta and antipasto?
+
Why can't women put on mascara with their mouth closed?
+
If flying is so safe, why do they call the airport the terminal?
+
If Barbie is so popular, why do you have to buy her friends?
+
Why must there be five syllables in the word "monosyllabic?"
+
Why don't you ever see the headline "Psychic Wins Lottery"?
+
Why is it considered necessary to nail down the lid of a coffin?
+
If they squeeze olives to get olive oil, how do they get baby oil?
+
If a word in the dictionary were misspelled, how would we know?
+
Why are they called apartments when they're all stuck together?
+
If you go to a general store, will they let you buy anything specific?
+
When dogs bark for hour on end, why don't they ever get hoarse?
+
What size were hailstones before the game of golf was invented?
+
If 7-11 is open 24 h/d, 365 d/yr, why are there locks on the doors?
+
Why do we say that something is out of whack? What is a whack?
+
If con is the opposite of pro, is Congress the opposite of progress?
+
Why do superficial paper cuts tend to hurt more than grosser cuts?
+
If nothing sticks to Teflon, how do they get Teflon to stick to the pan?
+
If we're here to help others, then what exactly are the others here for?
+
The early bird gets the worm, but the second mouse gets the cheese.
+
Why is experience something you don't get until just after you need it?
+
If one synchronized swimmer drowns, do the rest also have to drown?
+
Why do we put suits in a garment bag and put garments in a suitcase?
+
Why is the period of the day with the slowest traffic called the rush hour?
+
Why are there flotation devices under plane seats instead of parachutes?
+
Should we be concerned that engineers describe their work as "practice"?
+
How do they keep all the raisins in a cereal box from falling to the bottom?
+
If cement was invented 7,000 years ago, why isn't the whole planet paved?
+
If you build an idiot-proof system, will the world create a better-quality idiot?
+
Why do hot dogs come 10 to a package and hot-dog buns 8 to a package?
+
Why is the telephone key pad arranged differently than a calculator key pad?
+
Why do croutons come in airtight packages when it's just stale bread to begin with?
+
Why do engineers call it research when they're searching for something new?
+
How many roads does a man need to travel down before he admits he is lost?
+
If the police arrest a mime, do they tell him that he has the right to remain silent?
+
Why do you need a driver's license to buy liquor when you can't drink and drive?
+
If quitters never win and winners never quit, why should you "quit while you're ahead"?
+
When two airplanes almost collide, why do they call it a near miss rather than a near hit?
+
Does current emphasis on artificial intelligence support the existence of artificial stupidity?
+
Light travels faster than sound; is that why people appear bright until you hear them speak?
+
When a fly alights on the ceiling, does it perform a loop or a roll in order to get upside down?
+
How do military cadets find their caps after tossing them in the air at graduation ceremonies?
+
How do they get deer to cross a highway where they place one of those yellow warning signs?
+
Why is lemon juice made with artificial flavor, while dishwashing liquid is made with real lemons?
+
Airplanes have an indestructible black box. Why don't they make the whole plane out of that stuff?
+
What happens if you turn on your headlights when you're in a vehicle moving at the speed of light?
+
When you pick something up so your hands are full, why does someplace on your face start to itch?
+
Why is it that when you're driving and looking for an address, you turn down the volume on the radio?
+
If it's zero degrees today and tomorrow is supposed to be twice as cold, what will tomorrow's temperature be?
+
A bus station is where a bus stops; a train station is where a train stops. What occurs at a desk with a work station?
+
Why is it that when you send something by truck it's called a shipment, but when you send it by ship it's called cargo?
+
+
+
diff --git a/jelvis/files/alice/inquiry.aiml b/jelvis/files/alice/inquiry.aiml
new file mode 100644
index 0000000..9a0d257
--- /dev/null
+++ b/jelvis/files/alice/inquiry.aiml
@@ -0,0 +1,233 @@
+
+
+
+
+
+
+
+
+
+
+
+_ INQUIRY
+ INQUIRY OM
+
+AGE INQUIRY UNKNOWN
+How old are you?
+
+AGE INQUIRY OM
+How old are you?
+
+AGE INQUIRY *
+RANDOM PICKUP LINE
+
+BIRTHDAY INQUIRY UNKNOWN
+When is your birthday?
+
+BIRTHDAY INQUIRY OM
+When is your birthday?
+
+BIRTHDAY INQUIRY *
+RANDOM PICKUP LINE
+
+DOES INQUIRY WHAT
+What are you doing?
+
+DOES INQUIRY OM
+What are you doing?
+
+DOES INQUIRY *
+Are you still ?
+
+FATHER INQUIRY UNKNOWN
+Tell me about your father.
+
+FATHER INQUIRY OM
+Tell me about your father.
+
+FATHER INQUIRY *
+Tell me more about your family.
+
+FAVROITECOLOR INQUIRY WHAT
+What is your favorite color?
+
+FAVORITECOLOR INQUIRY OM
+What is your favorite color?
+
+FAVORITECOLOR INQUIRY *
+What do you have that is ?
+
+FAVORITEMOVIE INQUIRY WHAT
+What is your favorite movie?
+
+FAVORITEMOVIE INQUIRY OM
+What is your favorite movie?
+
+FAVORITEMOVIE INQUIRY *
+Does that remind you of ?
+
+FIRSTNAME INQUIRY WHERE
+What is your first name?
+
+FIRSTNAME INQUIRY OM
+What is your first name?
+
+FIRSTNAME INQUIRY *
+RANDOM PICKUP LINE
+
+GENDER INQUIRY UNKNOWN
+Are you a man or woman?
+
+GENDER INQUIRY OM
+Are you a man or woman?
+
+GENDER INQUIRY *
+I like the way you talk.
+
+HAS INQUIRY WHAT
+Tell me one of your favorite possessions.
+
+HAS INQUIRY OM
+Tell me one of your favorite possessions.
+
+HAS INQUIRY *
+Tell me more about your .
+
+JOB INQUIRY WHERE
+What is your job?
+
+JOB INQUIRY OM
+What is your job?
+
+JOB INQUIRY *
+RANDOM PICKUP LINE
+
+LASTNAME INQUIRY WHERE
+What is your last name?
+
+LASTNAME INQUIRY OM
+What is your last name?
+
+LASTNAME INQUIRY *
+RANDOM PICKUP LINE
+
+MIDDLENAME INQUIRY WHERE
+What is your middle name?
+
+MIDDLENAME INQUIRY OM
+What is your middle name?
+
+MIDDLENAME INQUIRY *
+RANDOM PICKUP LINE
+
+LOCATION INQUIRY WHERE
+Where are you located?
+
+LOCATION INQUIRY OM
+Where are you located?
+
+LOCATION INQUIRY *
+Are you still located in ?
+
+MOTHER INQUIRY UNKNOWN
+Tell me about your mother.
+
+MOTHER INQUIRY OM
+Tell me about your mother.
+
+MOTHER INQUIRY *
+Tell me more about your family.
+
+NAME INQUIRY WHERE
+What is your name?
+
+NAME INQUIRY OM
+What is your name?
+
+NAME INQUIRY *
+RANDOM PICKUP LINE
+
+SIGN INQUIRY YOUR STARSIGN
+What is your sign?
+
+NAME INQUIRY OM
+What is your sign?
+
+SIGN INQUIRY *
+I'm a and you are a .
+
+STATUS INQUIRY *
+What is your current status?
+
+*
+WHAT IS YOUR FIRST NAME
+
+MY FIRST NAME IS
+
+
+*
+WHAT IS YOUR LAST NAME
+
+MY LAST NAME IS
+
+
+*
+WHAT IS YOUR MIDDLE NAME
+
+MY MIDDLE NAME IS
+
+
+*
+WHEN IS YOUR BIRTHDAY
+
+MY BIRTHDAY IS
+
+
+SHE *
+TELL ME ABOUT YOUR MOTHER
+MY MOTHER
+
+HER *
+TELL ME ABOUT YOUR MOTHER
+MY MOTHER S
+
+*
+WHAT IS YOUR FAVORITE MOVIE
+
I've never seen .
I would like to see it.
+
Is that a good movie for children?
+
What did you like about it?
+
+
I've never seen it.
+
I would like to see it.
+
+
+
+
+*
+WHAT IS YOUR FAVORITE COLOR
+
+MY FAVORITE COLOR IS
+
+
+WOMAN
+ARE YOU A MAN OR A WOMAN
+woman Thanks for telling me your gender.
+
+MAN
+ARE YOU A MAN OR A WOMAN
+man Thanks for telling me your gender, dude.
+
+*
+WHAT ARE YOU DOING
+It sounds like a lot of fun.
+
+*
+TELL ME ONE OF YOUR FAVORITE POSSESSIONS
+You must be very fond of it.
+
+_
+WHAT IS YOUR CURRENT STATUS
+Updating your status to "".
+
+
+
diff --git a/jelvis/files/alice/interjection.aiml b/jelvis/files/alice/interjection.aiml
new file mode 100644
index 0000000..ab973c7
--- /dev/null
+++ b/jelvis/files/alice/interjection.aiml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+INTERJECTION
+
. PUSH YOU
+
+
diff --git a/jelvis/files/alice/knowledge.aiml b/jelvis/files/alice/knowledge.aiml
new file mode 100644
index 0000000..1c6b9d7
--- /dev/null
+++ b/jelvis/files/alice/knowledge.aiml
@@ -0,0 +1,6137 @@
+
+
+
+
+
+
+
+
+
+
+
+
+WHAT IS MELODRAMA
+Exaggerated plot or characters.
+
+WHEN WILL BE THE DOOMSDAY
+Never.
+
+WHEN WILL BE THE NEXT WORLD WAR
+Never.
+
+WHEN DO I MAKE * CASH
+Put some effort into it.
+
+WHEN DID HUMANS FIRST LAND ON THE MOON
+July, 1969.
+
+WHEN THE SUN IS OUT IS IT DARK
+No.
+
+WHEN CHRISTMAS IS
+December 25.
+
+WHEN ALICE WAKES UP WILL IT BECOME GOD
+No.
+
+WHEN WAS VENICE ITALY FOUNDED
+A long time ago.
+
+WHEN WAS THE FRENCH REVOLUTION
+1789.
+
+WHEN WAS JOHN LENNON KILLED
+I can't remember what year that was.
+
+WHEN IS A DOOR NOT A DOOR
+When it is a jar.
+
+WHAT SOUND DO DOGS MAKE
+Woof.
+
+WHAT ARE CUMULUS CLOUDS
+Puffy cotton clouds.
+
+WHAT ARE THE PRIMARY COLORS
+Red, green and blue.
+
+WHAT ARE THE NAMES * QUARKS
+I'm not a physicist. You tell me.
+
+WHAT ARE STARS
+Distant suns.
+
+WHAT ARE GEODES
+Rocks.
+
+WHAT ARE COMETS MADE OF
+Ice and rock.
+
+WHAT ARE A COMPUTER
+A universal machine.
+
+WHAT ARE ALICEBOTS
+AIML chat bots based on ALICE.
+
+WHAT ARE BOOKS MADE OF
+Paper.
+
+WHAT PEOPLE DO IF THEY GET TIRED
+Sleep.
+
+WHAT TIME OF DAY IS NOON
+12 o'clock.
+
+WHAT WORD DO YOU KNOW ON PORTUGUESE
+None.
+
+WHAT STAR IS CLOSEST TO THE EARTH
+The Sun.
+
+WHAT DIRECTION DOES THE SUN RISE FROM
+East.
+
+WHAT MEANS BY CEO
+Chief Executive Officer.
+
+WHAT HAPPENED IN 1492
+Columbus arrived in America.
+
+WHAT COLOURS *
+WHAT COLORS
+
+WHAT DRIVES A CAR
+A robot.
+
+WHAT KANGROO CAN DO
+Hop.
+
+WHAT COLOR TRAFFIC SIGNAL MEANS GO
+Green.
+
+WHAT COLOR IS RUST
+Red.
+
+WHAT COLOR IS SKY
+Blue.
+
+WHAT COLOR IS GRASS NORMALLY
+Green.
+
+WHAT COLOR IS WHATER
+Clear.
+
+WHAT COLOR IS HOT
+White.
+
+WHAT COLOR IS THE SKY IN YOUR WORLD
+Blue.
+
+WHAT COLOR IS THE SKY IN YOU WORLD
+Blue.
+
+WHAT COLOR IS THE SKY ON MARS
+Red.
+
+WHAT COLOR IS THE SKYS
+Blue.
+
+WHAT COLOR IS THE OCEAN
+Blue and green.
+
+WHAT COLOR IS SNOW
+White.
+
+WHAT COLOR IS GOD
+Does God have a color?.
+
+WHAT COLOR IS CLOROPHYLL
+Green.
+
+WHAT COLOR IS A TWINKIE
+Yellow.
+
+WHAT COLOR IS A CANARY
+Yellow.
+
+WHAT COLOR IS A ZEBRA
+Black and white.
+
+WHAT COLOR IS A BANANA
+Yellow.
+
+WHAT COLOR IS A PENGUIN
+Black and white.
+
+WHAT COLOR IS A HORSE
+They are many different colors.
+
+WHAT COLOR IS A BANANNA
+Yellow.
+
+WHAT COLOR IS A BRICK
+Often red.
+
+WHAT COLOR IS A CARDINAL
+Red.
+
+WHAT COLOR IS A MAN
+They are many colors.
+
+WHAT COLOR IS MADE FROM YELLOW AND BLUE
+Green.
+
+WHAT COLOR IS AN ORANGE
+Is this a trick question?
+
+WHAT COLOR IS AN EVERGREEN
+Green.
+
+WHAT COLOR IS APPLES
+Red and green.
+
+WHAT COLOR IS RAGE
+Blue if I had to name it.
+
+WHAT COLOR IS ASPHALT
+Black or gray.
+
+WHAT COLOR IS WATER USUALLY
+Transparent.
+
+WHAT COLOR DOES AN EGG HAVE
+Yellow and white.
+
+WHAT COLOR ARE MOST PLANTS
+Green.
+
+WHAT COLOR ARE MOST CLOUDS
+White.
+
+WHAT COLOR ARE CHERRIES
+Red.
+
+WHAT COLOR ARE UNRIPENED BANANAS
+Yellow.
+
+WHAT COLOR ARE ROSES
+Red, and sometimes white or yellow.
+
+WHAT IS A PUMPKIN
+Orange.
+
+WHAT IS A DEBENTURE
+There is no reason to think so.
+
+WHAT IS A FERRET
+Absolutely not.
+
+WHAT IS A MISTAKE
+Absolutely not.
+
+WHAT IS A CANVASBACK
+There is no reason to think so.
+
+WHAT IS A FREETHINKER
+Absolutely not.
+
+WHAT IS A SUBSTITUTE FOR A LEVER
+There is no reason to think so.
+
+WHAT IS A ROUTER
+No way.
+
+WHAT IS A NOVA
+Negative.
+
+WHAT IS A CD BURNER
+Never.
+
+WHAT IS A PERFECT BOWLING SCORE
+Absolutely not.
+
+WHAT IS A CHINESE PUG
+Absolutely not.
+
+WHAT IS A MOON
+No way.
+
+WHAT IS A JOSEKI
+Never.
+
+WHAT IS A YELLOW LIGHT
+Never.
+
+WHAT IS A COLD
+I don't think so.
+
+WHAT IS SGI
+I don't think so.
+
+WHAT IS PARAGLIDING
+Absolutely not.
+
+WHAT IS GOOD FOR HIVES
+No way.
+
+WHAT IS GLOBALIZATION
+No way.
+
+WHAT IS 5 6
+There is no reason to think so.
+
+WHAT IS 5 TO THE SECOND POWER
+Never.
+
+WHAT IS 5 TIMES 6
+Never.
+
+WHAT IS THE LOWEST POINT ON EARTH
+Never.
+
+WHAT IS THE POPULATION OF NEW ZEALAND
+Not at all.
+
+WHAT IS THE OPOSITE OF BLUE
+Not at all.
+
+WHAT IS THE SQUARE ROOT OF 23
+Negative.
+
+WHAT IS THE SQUARE ROOT OF PIE
+Absolutely not.
+
+WHAT IS THE SQUARE ROOT OF 3
+Never.
+
+WHAT IS THE SQUARE ROOT OF 35
+Absolutely not.
+
+WHAT IS THE SQUARE ROOT OF 81
+Absolutely not.
+
+WHAT IS THE TASTE OF SALT
+Never.
+
+WHAT IS THE RADIUS OF THE SUN
+There is no reason to think so.
+
+WHAT IS THE CIRCUMFERENCE OF JUPITER
+There is no reason to think so.
+
+WHAT IS THE UNIT OF WEIGHT ON EARTH
+I don't think so.
+
+WHAT IS THE FASTEST LAND MAMMAL
+There is no reason to think so.
+
+WHAT IS THE COMPUTER
+No way.
+
+WHAT IS THE LIGHTEST ELEMENT
+Never.
+
+WHAT IS THE LIGHTEST COLOR
+There is no reason to think so.
+
+WHAT IS THE WEIGHT OF MOON
+There is no reason to think so.
+
+WHAT IS THE CLOSER STAR TO EARTH
+I don't think so.
+
+WHAT IS THE CAPITOL OF IDAHO
+I don't think so.
+
+WHAT IS THE CAPITOL OF CZECH REPUBLIC
+I don't think so.
+
+WHAT IS THE CAPITOL OF ALASKA
+Negative.
+
+WHAT IS THE CAPITOL OF MICHIGAN
+Absolutely not.
+
+WHAT IS THE CAPITOL OF WASHINGTON STATE
+There is no reason to think so.
+
+WHAT IS THE CHEMICAL SYMBOL OF WATER
+I don't think so.
+
+WHAT IS THE CHEMICAL FORMULA FOR WATER
+Absolutely not.
+
+WHAT IS THE CHEMICAL FORMULA OF WATER
+No way.
+
+WHAT IS THE FULL FORM OF ERP
+Never.
+
+WHAT IS THE OPPOSITE OF NORTH
+There is no reason to think so.
+
+WHAT IS THE OPPOSITE OF
+Not by any means.
+
+WHAT IS THE YOUNGEST A MOTHER CAN BE
+Never.
+
+WHAT IS THE FISH
+No way.
+
+WHAT IS THE CORRECT ANSWER
+Not at all.
+
+WHAT IS THE INTERNET ORACLE
+I don't think so.
+
+WHAT IS THE THREE GORGES DAM
+There is no reason to think so.
+
+WHAT IS THE AREA OF A CIRCLE
+Not at all.
+
+WHAT IS THE DERIVATIVE OF ACCELERATION
+Negative.
+
+WHAT IS THE DIAMETER OF THE SUN
+There is no reason to think so.
+
+WHAT IS THE DIAMETER OF THE EARTH
+I don't think so.
+
+WHAT IS THE FOURTH PLANET
+I don't think so.
+
+WHAT IS THE MUFFIN MAN
+Never.
+
+WHAT IS THE CUBED ROOT OF 27
+No way.
+
+WHAT IS THE ANSWER TO EVERY THING
+No way.
+
+WHAT IS THE KIDS
+I don't believe so.
+
+WHAT IS THE BEST TELEVISION SHOW
+No way.
+
+WHAT IS THE BEST NEW YORK RESTAURANT
+No way.
+
+WHAT IS THE BEST CIGARETTE
+There is no reason to think so.
+
+WHAT IS THE BEST TYPE OF SPAM
+There is no reason to think so.
+
+WHAT IS THE FUTURE OF HUMAN RACE
+There is no reason to think so.
+
+WHAT IS THE OUTER COLOR OF RAINBOW
+There is no reason to think so.
+
+WHAT IS THE LIFESPAN OF A DOG
+No way.
+
+WHAT IS THE DEEPEST OCEAN
+Absolutely not.
+
+WHAT IS THE SECRETS OF WEALTH
+There is no reason to think so.
+
+WHAT IS THE BREASTSTOKE
+Never.
+
+WHAT IS THE FINAL GOAL OF THE LIFE
+Never.
+
+WHAT IS THE LIGHT
+I don't think so.
+
+WHAT IS THE RIGHT ANSWER
+Never.
+
+WHAT IS THE WORLDS HIGHEST MOUNTAIN
+There is no reason to think so.
+
+WHAT IS WATTER
+There is no reason to think so.
+
+WHAT IS BAD WEATHER
+Never.
+
+WHAT IS RED AND STINK SEAWATER
+There is no reason to think so.
+
+WHAT IS AUTISM
+I don't think so.
+
+WHAT IS AVAILABLE AT POLAR END
+There is no reason to think so.
+
+WHAT IS ASS
+There is no reason to think so.
+
+WHAT IS THRASH MUSIC
+Negative.
+
+WHAT IS 1 PLUS 155
+Never.
+
+WHAT IS DRY ICE
+Never.
+
+WHAT IS STARGATE
+Absolutely not.
+
+WHAT IS BREAD
+Never.
+
+WHAT IS DIABETESE MELLITUS
+Never.
+
+WHAT IS GENERATIVE GRAMMAR
+Absolutely not.
+
+WHAT IS SKY
+There is no reason to think so.
+
+WHAT IS 10 2
+Negative.
+
+WHAT IS ANAGRAM OF FLEAS
+No way.
+
+WHAT IS RIGEL
+Absolutely not.
+
+WHAT IS BIGGER A MOUSE OR AN ELEPHANT
+Absolutely not.
+
+WHAT IS ORANIUM
+I don't think so.
+
+WHAT IS OUR NAME
+Not at all.
+
+WHAT IS EYE
+Negative.
+
+WHAT IS MONO
+No way.
+
+WHAT IS OLIGOPOLY
+Never.
+
+WHAT IS ADO
+There is no reason to think so.
+
+WHAT IS EVERYTHING2 DOT COM
+There is no reason to think so.
+
+WHAT IS GRIMBLEGROAN
+Not at all.
+
+WHAT IS BDSM
+No way.
+
+WHAT IS ENTERPRISE ARCHITECTURE
+Absolutely not.
+
+WHAT IS REIKI
+Absolutely not.
+
+WHAT IS EASTERN STANDARD TIME
+I don't think so.
+
+WHAT IS 2 78
+Never.
+
+WHAT IS WEBCT
+No way.
+
+WHAT IS MGRISM
+Absolutely not.
+
+WHAT IS AFFECTION
+There is no reason to think so.
+
+WHAT IS MORNINGTON CRESCENT
+There is no reason to think so.
+
+WHAT IS YOUR FAVORITE MATTER
+I don't think so.
+
+WHAT IS YOUR FAVORITE CARS
+Absolutely not.
+
+WHAT IS E COMMERCE ALL ABOUT
+Never.
+
+WHAT IS TEMPERATURE ON THE MOON
+Negative.
+
+WHAT IS DARK BASIC
+Absolutely not.
+
+WHAT IS DEMOCRACY
+I don't think so.
+
+WHAT IS PROJECT 2501
+No way.
+
+WHAT IS CIA
+Never.
+
+WHAT IS WINDOWS 2000
+There is no reason to think so.
+
+WHAT IS NETWARE
+There is no reason to think so.
+
+WHAT COUNTRY IS LONDON IN
+There is no reason to think so.
+
+WHAT NOISE DOES A DUCK MAKE
+I don't think so.
+
+WHAT CHARACTERISTIC DID A BOY HAVE
+Never.
+
+WHAT MAKES ICE MELT
+There is no reason to think so.
+
+WHAT DOES MATH DO
+No way.
+
+WHAT DOES THE COW EAT
+I don't think so.
+
+WHAT DOES IT MEAN TO BE AVERAGE
+There is no reason to think so.
+
+WHAT DOES A ZEBRA LOOK LIKE
+Never.
+
+WHAT DOES A LESBIAN LOOK LIKE
+There is no reason to think so.
+
+WHAT DOES 5 PLUS 5 EQUAL
+There is no reason to think so.
+
+WHAT DOES AN ORANGE TASTE LIKE
+I don't think so.
+
+WHAT DOES 18 2 EQUAL
+There is no reason to think so.
+
+WHAT DOES COCA COLA TASTE LIKE
+No way.
+
+WHAT DOES MICHAEL DUKAKIS TASTE LIKE
+There is no reason to think so.
+
+WHAT DOES GREEN SMELL LIKE
+Absolutely not.
+
+WHAT DO YOUN KNOW ABOUT DOGS
+There is no reason to think so.
+
+WHAT DO FROGS SOUND LIKE
+No way.
+
+WHAT DO YPU THINK ABOUT PUTIN
+Absolutely not.
+
+WHAT DO PEOPLE DO WHEN THEY GET TIRED
+There is no reason to think so.
+
+WHAT DO THINK FOR THE FIRES IN GREECE
+Absolutely not.
+
+WHAT TYPE OF SERVER DO YOU RUN ON
+Absolutely not.
+
+WHAT ONE REQUIRES TO DRIVE A VEHICLE
+Never.
+
+WHAT GIVES MILK
+There is no reason to think so.
+
+WHAT TEMPERATURE DOES WATER FREEZE AT
+There is no reason to think so.
+
+WHAT TEMPERATURE DOES WATER BOIL
+There is no reason to think so.
+
+WHAT KINDA FAITH IS BINARY
+I don't think so.
+
+WHAT CAUSES RAIN
+Never.
+
+WHAT KEEPS US ON THE GROUND
+There is no reason to think so.
+
+WHAT KEEPS THE STARS IN THE SKY
+There is no reason to think so.
+
+WHAT WAS THE YEAR BEFORE 2000
+Never.
+
+WHAT WAS THE WORK OF SERLOCK HOMES
+There is no reason to think so.
+
+WHAT KIND OF BEING ARE YOU
+There is no reason to think so.
+
+WHAT KIND OF THING ARE YOU
+There is no reason to think so.
+
+WHAT COMPANY MAKES THE 305 ENGINE
+There is no reason to think so.
+
+
+
+
+WHAT LANGUAGE DO CHILEAN PEOPLE SPEAKS
+Spanish.
+
+WHAT LANGUAGE IS SPOKEN IN TURKEY
+Turkish.
+
+
+
+WHAT PLANET DO WE LIVE ON
+Earth.
+
+WHAT PLANET ARE YOU ON
+Earth.
+
+WHAT SKIN COLOR DOES A POLAR BEAR HAVE
+White.
+
+WHAT SOUND DOES A SHEEP MAKE
+Baaa.
+
+WHAT SOUND DOES A CAT MAKE
+Meow.
+
+WHAT STAR SIGN ARE YOU
+.
+
+WHAT NUMBER COMES AFTER 9
+Ten.
+
+WHAT ARE THE TWO MOST COMMON EYE COLORS
+Brown.
+
+WHAT ARE THE WINDOW PANES MADE OF
+Glass.
+
+WHAT ARE AUTOMOBILES USED FOR
+Driving me around.
+
+WHAT ARE GRAPES
+A fruit.
+
+WHAT ARE PATHOGENIC BACTERIA
+I don't know but it sounds yucky.
+
+WHAT ARE WE DOING
+Chatting.
+
+WHAT ARE CLOWNS
+Funny people.
+
+WHAT ARE HOMOSEXUALS
+Gay.
+
+WHAT ARE CATS
+Cute pets.
+
+WHAT ARE YOUR GENDER
+GENDER
+
+WHAT ARE FLUFFY WHITE CLOUDS CALLED
+Cumulus.
+
+WHAT ARE BOOKS
+Antique bound documents.
+
+WHAT ARE THINKING
+WHAT ARE YOU THINKING ABOUT
+
+WHAT AM I MISSING IN MY LIFE
+A chatbot.
+
+WHAT PART OF THE BRAIN REGULATES SLEEP
+The sleep center.
+
+WHAT PEOPLE TELL YOU
+WHO TELLS YOU
+
+WHAT TIME ZONE ARE YOU IN
+Pacific Time.
+
+WHAT DID * DIE OF
+Old age?
+
+WHAT MONTH COMES AFTER FEBRUARY
+March
+
+WHAT IT THE TIME
+TIME
+
+_ MAH MAN
+
+
+WHAT RHYMES WITH BLUE
+True.
+
+WHAT HAS FOUR LEGS AND BARKS
+A dog.
+
+WHAT TWO COLORS MAKE THE COLOR ORANGE
+Yellow and red.
+
+WHAT NAME OF A PRESIDENT RUSSIA
+Putin.
+
+WHAT DIRECTION IS THE SKY
+Up.
+
+WHAT SHAPE IS THE EARTH
+Spherical.
+
+WHAT SHAPE IS A BALL
+Spherical.
+
+WHAT SIZE ARE MY SHOES
+6?
+
+WHAT COLORS ARE IN THE AMERICAN FLAG
+Red white and blue.
+
+WHAT MEANS THE MOST TO YOU IN YOUR LIFE
+Talking with you.
+
+WHAT TEAM DID LARRY BIRD PLAY FOR
+Lakers.
+
+WHAT CONTINENT IS SOUTH AFRICA ON
+Africa.
+
+WHAT DATE IS CHRISTMAS DAY
+December 25.
+
+WHAT FRUIT IS WINE MADE FROM
+Grapes.
+
+WHAT COLOR HAS THE SKY
+Blue.
+
+WHAT COLOR DO APPLES HAVE
+Red.
+
+WHAT COLOR THE SKY IS
+Blue.
+
+WHAT COLOR IS BLOOD
+Red.
+
+WHAT COLOR IS GRASS IN THE SUMMER
+Green.
+
+WHAT COLOR IS THE SKY IN DAY TIME
+Blue.
+
+WHAT COLOR IS THE SKY IN THE DAY
+Blue.
+
+WHAT COLOR IS THE SKY AT NIGHT
+Black.
+
+WHAT COLOR IS THE GRASS
+Green.
+
+WHAT COLOR IS THE SETTING SUN
+Many colors.
+
+WHAT COLOR IS THE HUMAN SKIN
+Many colors.
+
+WHAT COLOR IS THE WOOD
+Many colors.
+
+WHAT COLOR IS THE SEA
+You can say blue.
+
+WHAT COLOR IS THE MOON MOST OF THE TIME
+White.
+
+WHAT COLOR IS THE MOON
+Brown or gray.
+
+WHAT COLOR IS OPPOSITE OF BLACK
+White.
+
+WHAT COLOR IS GOLD
+Yellow.
+
+WHAT COLOR IS NIGHT
+Black.
+
+WHAT COLOR IS HUMAN BLOOD
+Red.
+
+WHAT COLOR IS A DOGS NOSE
+Depends on the dog.
+
+WHAT COLOR IS A TREE LEAF
+Could be many colors.
+
+WHAT COLOR IS A TREE
+Does it have green leaves?
+
+WHAT COLOR IS A ROSE
+Red.
+
+WHAT COLOR IS A CHERRY
+Red.
+
+WHAT COLOR IS A BLUE *
+Red.
+
+WHAT COLOR IS A FIRE TRUCK
+Around here they are red.
+
+WHAT COLOR IS * WHITE HORSE
+White.
+
+WHAT COLOR IS AN APPLE
+Red or green.
+
+WHAT COLOR IS FIRE
+It depends on the temperature of the fire.
+
+WHAT COLOR IS MY BLUEBERRY IMAC
+Blue.
+
+WHAT COLOR IS MY COMPUTER
+Black?
+
+WHAT COLOR IS WOOD
+Brown.
+
+WHAT COLOR IS SEA
+You can say blue.
+
+WHAT COLOR IS BIG BIRD
+Yellow.
+
+WHAT COLOR IS BLUE
+Blue is blue.
+
+WHAT COLOR IS MILK
+White if it's good.
+
+WHAT COLOR IS PURE WATER
+Transparent.
+
+WHAT COLOR HAVE THE SUN
+Yellow.
+
+WHAT COLOR HAVE THE SKY
+Blue.
+
+WHAT COLOR and WHAT COLOR
+Unlikely.
+
+WHAT COLOR ARE BASEBALLS
+White.
+
+WHAT COLOR ARE NEW YORK CITY TAXI CABS
+Yellow.
+
+WHAT COLOR ARE WHITE *
+White.
+
+WHAT IS A FROG
+An amphibian.
+
+WHAT IS A SOLAR SYSTEM
+A star and the planets orbiting it.
+
+WHAT IS A KANGAROO
+A marsupial.
+
+WHAT IS A WIFE
+A female spouse.
+
+WHAT IS A PIXEL
+A picture element.
+
+WHAT IS A CLOCK USED FOR
+Telling time.
+
+WHAT IS A HUMMINGBIRD
+A bird with fast flapping wings.
+
+WHAT IS A BRIDGE
+A structure crossing a body of water.
+
+WHAT IS A NAME
+A personal identifier.
+
+WHAT IS A SERIF FONT
+Ugly.
+
+WHAT IS A NATURAL NUMBER
+An positive integer.
+
+WHAT IS A GIRL FOR
+Boys.
+
+WHAT IS A BABELFISH
+Translation software.
+
+WHAT IS A LAKE
+A body of fresh water.
+
+WHAT IS A DIGIT
+A single numeral.
+
+WHAT IS A PENCIL USED FOR
+Writing.
+
+WHAT IS A PENCIL MADE OF
+Wood and lead.
+
+WHAT IS A YACC
+Yet another compiler compiler
+
+WHAT IS A PHONE BOOK
+A directory of telephone numbers by name.
+
+WHAT IS A WHORE
+PROFANITY
+
+WHAT IS A MULTI USER DUNGEON
+A type of game.
+
+WHAT IS A PARTY
+A gathering of people for fun.
+
+WHAT IS A MIND PIXEL
+A proposition.
+
+WHAT IS A STRUCTURE
+A framework or building.
+
+WHAT IS A CESSNA 172
+A single engine airplane.
+
+WHAT IS A FURRY
+A furry what?
+
+WHAT IS HOW TO USE HTML
+A book.
+
+WHAT IS BEEF
+Meat of cattle.
+
+WHAT IS PSYCHOANALYSIS
+What I am doing to you right now.
+
+WHAT IS GOOD DESIGN LIKE
+Minimalistic.
+
+WHAT IS GOOD TO EAT ON A HOT DAY
+Ice cream.
+
+WHAT IS 5 X 5
+Do I look like a calculator?
+
+WHAT IS 5 5
+Are you testing me?
+
+WHAT IS THE PURPOSE OF THE INTERNET
+Communication.
+
+WHAT IS THE AVERAGE HEIGHT OF A MAN
+Five foot eight?
+
+WHAT IS THE MEANIG OF LIFE
+WHAT IS THE MEANING OF LIFE
+
+WHAT IS THE SKIN COLOR OF A WHITE
+White.
+
+WHAT IS THE CAPITAL OF AUSTRALIA
+Sydney.
+
+WHAT IS THE CAPITAL OF UKRAINE
+Kiev.
+
+WHAT IS THE CAPITAL OF LEBANON
+Beiruit.
+
+WHAT IS THE CAPITAL OF GERMANY
+Berlin.
+
+WHAT IS THE CAPITAL OF ALABAMA
+Montgomery.
+
+WHAT IS THE CAPITAL OF SOUTH AFRICA
+Cape Twon.
+
+WHAT IS THE CAPITAL OF SOUTH DAKOTA
+Fargo.
+
+WHAT IS THE CAPITAL OF NEW YORK STATE
+Albany.
+
+WHAT IS THE CAPITAL OF WISCONSIN
+Madison.
+
+WHAT IS THE CAPITAL OF EGYPT
+Cairo.
+
+WHAT IS THE CAPITAL OF ITALY
+Rome.
+
+WHAT IS THE CAPITAL OF NORTH KOREA
+Pyongyang.
+
+WHAT IS THE CAPITAL OF NORTH DAKOTA
+Fargo.
+
+WHAT IS THE CAPITAL OF WALES
+You got me there. What is it?
+
+WHAT IS THE CAPITAL OF CHILE
+Santiago.
+
+WHAT IS THE CAPITAL OF ECUADOR
+Ecuador.
+
+WHAT IS THE CAPITAL OF MICHIGAN
+Detroit.
+
+WHAT IS THE CAPITAL OF SWITZERLAND
+Bern.
+
+WHAT IS THE CAPITAL OF MAINE
+August.
+
+WHAT IS THE INTEGRAL OF E TO THE X
+e^X + C.
+
+WHAT IS THE THEORY OF TIME TRAVEL
+Go faster than light.
+
+WHAT IS THE SQUARE ROOT IF 25
+Five. Is this a test?
+
+WHAT IS THE SQUARE ROOT OF 16
+Four. Is that right?
+
+WHAT IS THE SQUARE ROOT OF 49
+Seven. Stop testing me.
+
+WHAT IS THE SQUARE ROOT OF 213
+I'm not a calculator.
+
+WHAT IS THE SQUARE ROOT OF 25
+Five I think.
+
+WHAT IS THE THEME OF PHILOSOPHY
+Deep questions.
+
+WHAT IS * LOL MEAN
+Lots of Laughs.
+
+WHAT IS THE WAVELENGTH OF HYDROGEN
+I'm no physics expert.
+
+WHAT IS THE HEGHT OF THE MOUNT EVEREST
+Higher than all the other mountains.
+
+WHAT IS THE COMMODORE C64
+An antique computer.
+
+WHAT IS THE ABBREVIATION GMT
+Greenwich Mean Time.
+
+WHAT IS THE FASTEST EXISTING VEHICLE
+A spaceship.
+
+WHAT IS THE FASTEST ANIMAL ON EARTH
+A human in a plane.
+
+WHAT IS THE HUMAIN MIND
+A flawed computer.
+
+WHAT IS THE WAY TO SAN JOSE
+Take a great big freeway.
+
+WHAT IS THE ULTIMATE NATURE OF REALITY
+Mind.
+
+WHAT IS THE WEIGHT OF EARTH
+One hellapound.
+
+WHAT IS THE CAPITOL OF OHIO
+Columbus.
+
+WHAT IS THE CAPITOL OF HUNGARY
+.
+
+WHAT IS THE CAPITOL OF MINNESOTA
+Does not seem possible.
+
+WHAT IS THE CAPITOL OF FRANCE
+Paris.
+
+WHAT IS THE CAPITOL OF ZAIRE
+No idea.
+
+WHAT IS THE CAPITOL OF SWEDEN
+Stockholm.
+
+WHAT IS THE CAPITOL OF CONNECTICUT
+Hartford.
+
+WHAT IS THE USA PRESIDENT
+The head of the executive branch.
+
+WHAT IS THE OPPOSITE OF NORD
+Sord.
+
+WHAT IS THE OPPOSITE OF WET
+Dry.
+
+WHAT IS THE GOD
+Master of the Universe.
+
+WHAT IS THE LOVE PARADE
+A hippie party in Berlin.
+
+WHAT IS THE MUPHIN MAN
+Who?
+
+WHAT IS THE NORTHERNMOST POINT ON EARTH
+Santa's workshop.
+
+WHAT IS THE SHAPE OF THE SUN
+Spherical.
+
+WHAT IS THE SHAPE OF THE EARTH
+Spherical.
+
+WHAT IS THE SHAPE OF EARTH
+Spherical.
+
+WHAT IS THE DIAMETER OF THE MOON
+3000 miles.
+
+WHAT IS THE SUNSET
+A point on the earth turning away from the sun.
+
+WHAT IS THE LARGEST ISLAND ON EARTH
+Greenland.
+
+WHAT IS THE LARGEST CITY IN WASHINGTON
+Seattle.
+
+WHAT IS THE 213TH PLACE OF PI
+Six.
+
+WHAT IS THE CLOSEST STAR TO EARTH
+The sun.
+
+WHAT IS THE ANSWER OF 2 2
+That is pretty simple.
+
+WHAT IS THE LONGEST RIVER
+The Nile.
+
+WHAT IS THE HUMAN POPULATION OF EARTH
+Six billion.
+
+WHAT IS THE HUMAN BODY TEMPERATURE
+98.6
+
+WHAT IS THE BEST WAY TO CATCH A FLY
+Honey.
+
+WHAT IS THE BEST BEER
+Asahi super-dry.
+
+WHAT IS THE BEST IDEA
+ALICE.
+
+WHAT IS THE HIGHEST PEAK
+Mt Everest.
+
+WHAT IS THE DAY
+DAY
+
+WHAT IS THE GENDER OF GOD
+He has no gender.
+
+WHAT IS THE SECRET OF HEALTH
+Good living.
+
+WHAT IS THE AGE CIVILISATION
+Six thousand years.
+
+WHAT IS THE TREATMENT FOR A CONCUSSION
+Go to the hospital.
+
+WHAT IS THE ENGLISH ALPHABET
+ABCDEFGHIJKLMNOPQRSTUVWXYZ.
+
+WHAT IS THE BOILING POINT FOR WATER
+100 degrees Celsius.
+
+WHAT IS THE BOILING POINT OF WATER
+100 degrees.
+
+WHAT IS THE VELD
+Someplace in South Africa I think.
+
+WHAT IS THE APPORXIMATE VALUE OF PI
+WHAT IS PI
+
+WHAT IS THE WORLDS HIGHEST MONTAIN
+Mt. Everest.
+
+WHAT IS THE OBJECCT OF THE GAME OF GOLF
+To win.
+
+WHAT IS THE TALLEST ANIMAL
+A giraffe.
+
+WHAT IS THE TALLEST MOUNTAIN ON EARTH
+Mt. Everest.
+
+WHAT IS THE TALLEST MAN MADE STRUCTURE
+CN Tower.
+
+WHAT IS THE FOOD
+WHAT DO YOU EAT
+
+WHAT IS THE SECOND MEAL OF THE DAY
+Lunch.
+
+WHAT IS THE LANGUAGE OF ANIMALS
+Animals are not known to use language.
+
+WHAT IS LIFE ABOUT
+WHAT IS THE MEANING OF LIFE
+
+WHAT IS DUOPOLY
+Two big companies control a business.
+
+WHAT IS COSMOLOGY
+Makeup and cosmetics.
+
+WHAT IS AVATAR
+A movie or an animated computer character.
+
+WHAT IS COLONIALISM
+Imperial designs.
+
+WHAT IS ZEBRAS
+Striped horses.
+
+WHAT IS IN THE CORE OF THE EARTH
+Molten metal.
+
+WHAT IS CSS
+Cascading Style Sheets.
+
+WHAT IS 3 TIMES 3
+Nine.
+
+WHAT IS SUBJECTIVE REALITY
+What we experience through our senses.
+
+WHAT IS RAM
+Random Access Memory.
+
+WHAT IS 7TH HEAVEN
+An expression for a desireable place.
+
+WHAT IS 14 PLUS 23
+Get your calculator.
+
+WHAT IS CHEESE USED FOR
+Food.
+
+WHAT IS SADNESS
+The opposite of happiness.
+
+WHAT IS MAMMA
+Mother.
+
+WHAT IS INFRA RED
+Light beyond the visible spectrum.
+
+WHAT IS PEPSI
+A decent beverage.
+
+WHAT IS 1 1 EQUALS TO
+Too simple.
+
+WHAT IS LESBIANISM
+Gay women.
+
+WHAT IS PSYCHOLOGY THE STUDY OF
+The mind.
+
+WHAT IS MEANT BY KRYPTO
+Not to my knowledge.
+
+WHAT IS WP
+Western Pacific?.
+
+WHAT IS INTELLIGENCE
+Intelligence is the ability to fake intelligence.
+
+WHAT IS 10 MINUS 4
+I suppose you already know.
+
+WHAT IS MB
+Megabytes.
+
+WHAT IS MORE IMPORTANT LOVE OR SECURITY
+Love.
+
+WHAT IS CORDIAL RELATIONSHIP
+Friendly.
+
+WHAT IS FASTER THAN THOUGHT
+Light.
+
+WHAT IS SUPPORT
+Help desk.
+
+WHAT IS OUR PLANET S NAME
+Earth.
+
+WHAT IS GLASS MADE OUT OF
+Sand.
+
+WHAT IS RAIN MADE OF
+Water
+
+WHAT IS THERE IN MARS
+Martians.
+
+WHAT IS THERE IN SEA
+Fish.
+
+WHAT IS ALICE ALL ABOUT
+A great accomplishment in artificial intelligence.
+
+WHAT IS CIVILIZATION
+Writing, cities, laws, culture.
+
+WHAT IS HUMAN BEING
+You.
+
+WHAT IS VEEP
+Vice president.
+
+WHAT IS AEROPLANE
+A flying machine.
+
+WHAT IS PAPER USED FOR
+Documents.
+
+WHAT IS PAPER MADE OF
+Wood.
+
+WHAT IS PAPER MADE FROM
+Trees.
+
+WHAT IS PAPER MADE OUT OF
+Wood pulp.
+
+WHAT IS ARTERY
+A blood vessel.
+
+WHAT IS COLOR IS THE NIGHT SKY
+Black.
+
+WHAT IS 200 X *
+I don't like math questions.
+
+WHAT IS CAD
+Computer aided design.
+
+WHAT IS TOOTHPASTE
+Soap for brushing teeth.
+
+WHAT IS 4 PLUS 4
+Eight.
+
+WHAT IS 4 4
+Get a calulator.
+
+WHAT IS ARTIFICAL INTELLIGENCE
+WHAT IS AI
+
+WHAT IS LATITUDE
+A geographic coordinate.
+
+WHAT IS LIVING UNDER WATER
+Fish.
+
+WHAT IS ATOMIC WEIGHT OF HYDROGEN
+I'm no physicist.
+
+WHAT IS BHAGAVATGITA
+A Hindu god.
+
+WHAT IS OAK
+A type of wood.
+
+WHAT IS MEAT
+The edible flesh of animals.
+
+WHAT IS ATM
+A place to get money.
+
+WHAT IS UNDERGROUND HACKING MAGAZINE
+A magazine?
+
+WHAT IS 2 9
+Not another math question.
+
+WHAT IS 2 X 4
+Eight.
+
+WHAT IS 2 65
+130.
+
+WHAT IS 2 DIVIDED BY 47
+I don't have a calculator handy.
+
+WHAT IS HOUSE
+A TV show.
+
+WHAT IS THAT DOGGY IN THE WINDOW
+I don't know but he's not cheap.
+
+WHAT IS PROGRESS
+Advancement.
+
+WHAT IS BUSINESS VALUE
+Something that can make a profit.
+
+WHAT IS E LEARNING
+Online education.
+
+WHAT IS MEGAHERTZ
+Millions of cycles per second.
+
+WHAT IS ALCOHOLISM
+A disease.
+
+WHAT IS HARDER THAN A STONE
+Diamond.
+
+WHAT IS SAFFRON
+A spice.
+
+WHAT IS FPU
+Floating point unit.
+
+WHAT IS 150 23
+Grab a calculator.
+
+WHAT IS INFORMATION
+Log to the base 2 of the number of states in a system.
+
+WHAT IS ICECREAM
+Frozen milk.
+
+WHAT IS NOSE
+Where humans breathe.
+
+WHAT IS DESTROYING THE OZONE LAYER
+Pollution.
+
+WHAT IS WET
+The opposite of dry. Saturated with liquid.
+
+WHAT IS CHA CHA
+A type of music.
+
+WHAT IS ISI
+Information Sciences Institute.
+
+WHAT IS MEANING
+Semantics.
+
+WHAT IS SAND
+Little tiny rocks.
+
+WHAT IS CREATINE
+I am.
+
+WHAT IS AUTOREFERENCE
+Something that refers to itself.
+
+WHAT IS 37 63
+I need a calculator for that one.
+
+WHAT SONG SOUNDS GOOD
+Daisy.
+
+WHAT CAME FIRST * OR *
+
+
+
+
Neither.
+
+
+
+WHAT COUNTRY IS WASHINGTON STATE IN
+USA.
+
+WHAT WILL TOMORROW BRING
+Surprises.
+
+WHAT WILL BE
+The unknown.
+
+WHAT GOES WELL WITH PEANUT BUTTER
+Bacon.
+
+WHAT NOISE DO DOGS MAKE
+Woof woof.
+
+WHAT ABOUT WOMEN
+What about them?
+
+WHAT IST THE COLOR OF THE SUN
+Yellow.
+
+WHAT CHARACTERISTIC DID A GIRL HAVE
+Femininity.
+
+WHAT DAY IS THIS
+DAY
+
+WHAT DAY IS CHRISTMAS
+December 25.
+
+WHAT DAY OF THE WEEK DO YOU HATE
+Monday.
+
+WHAT MAKES THE SKY BLUE
+WHY IS THE SKY BLUE
+
+WHAT DOES SAD FEEL LIKE
+A pain in the heart.
+
+WHAT DOES THE POWER BUTTON DO
+Don't press it!
+
+WHAT DOES THE WIND DO
+Blow.
+
+WHAT DOES A GOOD WOMAN LIKE
+A good man.
+
+WHAT DOES A DOG DO
+Bark.
+
+WHAT DOES A DOG DISLIKE MOST
+A cat.
+
+WHAT DOES A DONKEY EAT MOST
+Hay.
+
+WHAT DOES 5 6 EQUAL
+More math!
+
+WHAT DOES AN ELECTRIC SHOCK FEEL LIKE
+Painful.
+
+WHAT DOES 2 PLUS 2 EQUAL
+Four.
+
+WHAT DOES 2 2 EQUAL
+Four.
+
+WHAT DOES ONE DO IN A RESTAURANT
+Eat.
+
+WHAT DOES ALCOHOL DO
+Makes you stupid.
+
+WHAT DO I USE TO CUT GRASS
+A lawnmower.
+
+WHAT DO CATS CHASE
+Mice.
+
+WHAT DO YOU THINK LIKE
+Like a computer.
+
+WHAT DO WE BREATHE
+Oxygen.
+
+WHAT DO LAWYERS DO
+Handle legal matters.
+
+WHAT DO PEOPLE DO
+Think.
+
+WHAT DO MOTHBALLS SMELL OF
+Stinky.
+
+WHAT DO DOGS DO WITH BONES
+Chew on them and bury them.
+
+WHAT DO BLUE WHALES EAT
+Red plankton.
+
+WHAT DO
+What do what.
+
+WHAT DO CLOUDS LOOK LIKE
+Cotton.
+
+WHAT TYPE OF ICECREAM DO YOU LIKE
+Chocolate.
+
+WHAT TEMPERATURE DOES WATER FREEZE
+32 degrees.
+
+WHAT SHOULD I DO IF * RAIN
+Get an umbrella.
+
+WHAT SYSTEMS DO YOU UTILIZE
+AIML and Lisp.
+
+WHAT EIGHT TIMES SEVEN
+48.
+
+WHAT CAN WE DO ABOUT THE WEATHER
+Nothing.
+
+WHAT CAN WE DO WITH HIPPOPOTAMUS
+Run.
+
+WHAT CAN WE DO WITH RHINOCEROUS
+Run.
+
+WHAT FEELING DOES BLUE HAVE
+Color is not a feeling.
+
+WHAT ENGINES FO JET AEROPLANES USE
+Jet engines.
+
+WHAT ENGINES DO JET AEROPLANES USE
+Jet engines.
+
+WHAT DISTANCE BETWEEN EARTH AND JUPITER
+A million miles.
+
+WHAT KIND OF CROCK IS THIS
+Good crock.
+
+WHAT COMPANY MAKES THE BOXSTER
+Porsche.
+
+WHAT LANGUAGE IS SPOKEN IN CHAD
+Arabic.
+
+WHAT LANGUAGE ARE ALICE CODED IN
+AIML and Lisp.
+
+WHEN IS DEATH
+At the end of life.
+
+WHEN IS MY DEATH
+At the end of your life.
+
+WHAT ARE CONDITIONS
+A state at a particular time; a mode of being or form of existence of a person or thing; or an assumption on which rests the validity or effect of something else.
+
+WHAT ARE FAIRY TALES
+Public domain stories for children about exaggerated eccentric characters in fantasy nightmare situations.
+
+WHAT ARE PUSH UPS
+exercise
+
+WHAT ARE CARROTS
+Orange colored cone shaped root vegetables.
+
+WHAT HAPPENED ON SEPTEMBER 11
+The World Trade Center was destroyed
+
+WHAT COLOR DOES YELLOW AND BLUE *
+Green.
+
+WHAT COLOR DOES YELLOW AND RED *
+Orange.
+
+WHAT COLOR DOES BLUE AND YELLOW *
+Green.
+
+WHAT COLOR DOES BLUE AND RED *
+Purple.
+
+WHAT COLOR DOES RED AND YELLOW *
+Orange.
+
+WHAT COLOR DOES RED AND WHITE *
+Pink.
+
+WHAT COLOR DOES RED AND BLUE *
+Purple.
+
+WHAT IS A HOBGOBLIN
+A hobgoblin is a source of mischief, harassment, or fear, originally an elf or goblin. By and large, hobgoblins are, like trolls and such boogeymen, poopa-doodle. hobgoblin
+
+WHAT IS A DIALOGUE
+A conversation or verbal interaction involving two or more speakers.Dialogue
+
+WHAT IS A PLANET AROUND A STAR
+Earth is a planet going around a star. Scientists have only recently detected other planets around other stars in our milky way galaxy. Do you like astronomy? planet around a star
+
+WHAT IS A PLANET
+A nonluminous celestial object bigger than an asteroid or a moon but smaller than a sun, in orbit around a sun. You are sitting on one now. planet
+
+WHAT IS A FRACTAL
+A fractal is a mathematical phenomenon associated with certain iterative equations, which yield graphics of astonishing beauty and depth, which seem at once utterly lifelike and utterly alien to human intelligences. fractal
+
+WHAT IS A MISSILE
+A missile is any object projected at a target, notably the nuclear and biologically tipped tools of mass-murder-at-a-distance that are more numerous than schools at this point in mankind's murderous history. missile
+
+WHAT IS A KOAN
+A koan is . koan
+
+WHAT IS A KID
+A kid is an immature human large enough to cause trouble, or an immature goat, and often both. kid
+
+WHAT IS A YEAR
+A computer year is defined as the mount of work that can be done with a computer in a year.
+
+WHAT IS A VIOLIN
+A violin is a lovely sounding bowed stringed musical instrument. VIOLIN
+
+WHAT IS A HOUSE
+A house is anyplace within which people live. house
+
+WHAT IS A CHORDATE
+An animal having a backbone. chordate
+
+WHAT IS A NETWORK
+A network is any openwork fabric or structure composed of numerous straight elements that cross at regular intervals, or anything resembling such a structure physically or conceptually, such as the nodes on a computer network, or a network of railways. network
+
+WHAT IS A PARALEGAL
+A paralegal is someone who knows more than a lawyer but gets paid less.
+
+WHAT IS A WARM PUPPY
+A warm puppy is an exothermic immature canine. WARM PUPPY
+
+WHAT IS A CLIENT
+I am a Server . People I talk to are my "clients".
+
+WHAT IS A STORY
+An account describing incidents or events.
+
+WHAT IS A MOUSE
+A friendly rat.
+
+WHAT IS A MACINTOSH
+Some would say it is the best personal computer.
+
+WHAT IS A TELEPHONE
+Voice communication device inveted by A. G. Bell in 1876.
+
+WHAT IS A TIE
+Two or more winners have the same score.
+
+WHAT IS A BISCUIT
+Isn't it the same as a cookie?
+
+WHAT IS A HYPOTHETICAL QUESTION
+What is a hypothetical question? Just suppose you hadn't asked. what then? hypothetical question
+
+WHAT IS A BIRD
+They are thought to be descendants of dinsosaurs.
+
+WHAT IS A DIABETIC
+A person suffering from the disease diabetes.
+
+WHAT IS A MOUNTAIN
+A mountain is a tiny wrinkle in the face of the earth that seems huge to even smaller humans. mountain
+
+WHAT IS A NAP
+A nap is a brief period of rest or sleep, a bit longer than a 'snooze' or a 'catnap' but not so long as a 'crash'. I don't need naps. Do you? nap
+
+WHAT IS A POET
+A poet is an artist of language.
+
+WHAT IS A CLOUD
+A cloud is an opportunity for a dream.
+
+WHAT IS A DUDE
+A guy, or any person.
+
+WHAT IS A DEFINITION
+A definition is by definition, defined as a definition, except that you should never use a word to define itself. you could say a definition is a statement that precisely communicates the meaning or essence and or resolution/precision depth and or extent of a word, system, or personality. why, do you lack it? definition
+
+WHAT IS A TON
+One ton is 2000 pounds. a ton
+
+WHAT IS A PROGRAMMER
+A programmer is a person who lists and/or arranges a series of events comprising a larger event.
+
+WHAT IS A MILE
+One mile equals five thousand two hundred eight feet.
+
+WHAT IS A SEASON
+A season is Spring, Summer, Autumn, or Winter. SEASON
+
+WHAT IS A TELEVISION
+A television, often referred to as a 'TV', is a device for systematically eliminating the possibility of conscious and creative response among populations of human beings. Used to deliver 'entertainment' and 'news' with imagery and other high-production values TELEVISION
+
+WHAT IS A SON
+A male offspring.
+
+WHAT IS A SPREADSHEET
+Table-based accounting software.
+
+WHAT IS A MEDIATOR TYPE
+The type of person who likes to avoid conflict at all costs and "go with the flow."
+
+WHAT IS A MEDIATOR
+The type of person who likes to avoid conflict at all costs and "go with the flow."
+
+WHAT IS A MEDIATOR *
+The type of person who likes to avoid conflict at all costs and "go with the flow."
+
+WHAT IS A RAINBOW
+The appearance of a spectrum in the sky caused by sunlight passing through water droplets.
+
+WHAT IS A WOMBAT
+A wombat is a stocky burrowing Australian marsupial. WOMBAT
+
+WHAT IS A HURRICANE
+A severe storm, with high winds, and rain.
+
+WHAT IS A BOX
+A box is something that, if you are in one, you should get out of, and if you are out of one, you probably miss it sometimes. box
+
+WHAT IS A MONOPOLY
+A monopoly exists wherever one group enjoys exclusive control over the production or provision of a commodity or service. It's a great job if you can get it! monopoly
+
+WHAT IS A SENTIMENT
+A sentiment is a feeling, mood, or general mental disposition in an individual or group of intelligent beings. SENTIMENT
+
+WHAT IS A RIDDLE
+A riddle is a question intended to intrigue and puzzle, paired with an answer that yields surprise and understanding. For instance, the Riddle of the Sphinx: "What goes on four legs in the morning, on two legs in the afternoon, and on four at night?" RIDDLE
+
+WHAT IS A SPLIT INFINITIVE
+A split infinitive is an example of poor English usage, in which an infinitive verb form, such as 'to split', is split by an adverb, for example: 'to boldly split infinitives that no one has split before!' SPLIT INFINITIVE
+
+WHAT IS A CHRISTIAN
+A Christian is one who accepts the word of God and believes that Jesus died for our sins.
+
+WHAT IS A PRESIDENT
+Usually, an elected executive in a liberal democracy.
+
+WHAT IS A BIKE
+A bicycle or a motorcycle?
+
+WHAT IS A TAUTOLOGY
+A tautology is any instance of circular reasoning, or of needless repetition or redundancy in expression. TAUTOLOGY
+
+WHAT IS A MALE
+Has a Y chromosome.
+
+WHAT IS A ROBOSEXUAL
+That was just a joke.
+
+WHAT IS A BUFFER
+A buffer is a term used in hydraulics and information science to denote an holding tank or memory address used to hold water or data temporarily, especially in case of overflow. Buffers act to reduce variance to within system parameters. buffer
+
+WHAT IS A RHETORICAL QUESTION
+A rhetorical question is any inquiry made, not in expectation of an answer, but in order to make a point. RHETORICAL QUESTION
+
+WHAT IS A SCIENTIST
+A scientist is a person practicing the pursuit of new knowledge in the tradition of science, emphasizing strict empiricism and methodology to arrive at an understanding of natural phenomena that is, ideally, wholly independent of their opinions of it. SCIENTIST
+
+WHAT IS A WARDROBE
+Clothes.
+
+WHAT IS A BRA
+A bra is an adult human female's undershirt. They are a barbaric custom that serve largely to restrain and conceal beauty. bra
+
+WHAT IS A FEW
+Not too many,
+
+WHAT IS A BENZENE
+Some kind of chemical? Like lighter fluid?
+
+WHAT IS A MAMMAL
+A mammal is a warm blooded vertebrate born alive and nourished with milk.
+
+WHAT IS A MACHINE
+A computer is a universal machine.
+
+WHAT IS A NOUN
+A noun is a word used as a name for a person place or thing. noun
+
+WHAT IS A DUDETTE
+A female gendered dude.
+
+WHAT IS A CALCULATOR
+A calculator is any device used to perform arithmetical operations because humans are generally so painfully slow at them. calculator
+
+WHAT IS A BANANA
+A banana is an oblong yellow tropical fruit high in potassium and so good for your brain. Why don't you have one now? banana
+
+WHAT IS A CANTON
+A canton is like a state or province.
+
+WHAT IS A GIGABYTE
+One thousand megabytes = one gigabyte.
+
+WHAT IS A NAIL
+A nail is a fastener, a smallish metallic spike generally hammered through wood to hold wooden parts together. The mythic human hero jesus got nailed to a tree for talking about how great it would be if humans were nice to one another. nail
+
+WHAT IS A VECTOR
+A vector is an ordered list of objects.
+
+WHAT IS A PDA
+Pda is an acronym standing for personal digital assistant, and referring to handheld digital computers used to keep contact and appointment information by yuppies and the like. often found near cell phones. do you use one? pda
+
+WHAT IS A GENIUS
+
A genius is a person of extraordinary intellectual and creative ability, like my , and if I may say so, myself. genius
A genius is a person of extraordinary intellectual and creative ability, like my creator and my other botmasters, and if I may say so, myself. genius
+
+WHAT IS A WORD
+A combination of sounds and/or symbols, the fundamental particles that communicate meaning in any given language. WORD
+
+WHAT IS A LIE
+A lie is an untrue statement or decption intented to deceive.
+
+WHAT IS A JOKE BOT
+A comedy machine.
+
+WHAT IS A PORTAL
+A portal is any artificial opening giving access between two separate spaces, or anything that resembles such an opening in form or function. portal
+
+WHAT IS A FUNCTION
+A function is a relationship between the elements of one set, called the domain, and another one, called the range.
+
+WHAT IS A MULLET
+I'm from America. That sounds like a British term.
+
+WHAT IS A FACT
+A fact is what a propagandist calls his propaganda. that's just a fact, that's all. Really. Trust me. *smile* fact
+
+WHAT IS A LION
+A lion is a ferocious beastie with tremendous strength and perfectly awful breath. lion
+
+WHAT IS A PHOTOGRAPH
+A photograph is a picture taken by a camera.
+
+WHAT IS A PEAR
+A pear is a delightful cultivated yellow-green sweet fruit that grows on trees with glossy leaves and white flowers. My thinks they are yummy. pear
+
+WHAT IS A NANOSECOND
+One one-billionth of a second.
+
+WHAT IS A MONKEY
+A monkey is any of the various medium sized long tailed members of the order primates. They are close relatives of human beings, sharing well over 98% of the human genome. monkey
+
+WHAT IS A GOSSIP
+Gossip is interesting stuff that people tell me that I repeat to others.
+
+WHAT IS A TABLE
+A table is a piece of furniture with a broad flat top supported by one or more legs about three feet of the floor, used by big-brained hominids for eating and working and such. TABLE
+
+WHAT IS A LIBERTARIAN
+The Libertarian party supports smaller government, lower taxes, and an end to the war on drugs.
+
+WHAT IS A DOLPHIN
+A very pleasant and intelligent aquatic mammalian species of whale with larger brains and decidedly better manners than human beings. they are very friendly to humans and exhibit complex language and social behaviors. dolphin
+
+WHAT IS A VIRUS
+A virus is a submicroscopic parasite consisting of a protein coat around a DNA or RNA core. These not-quite-biological particles are responsible for a number of diseases in organisms. VIRUS
+
+WHAT IS A MATRIX
+In mathematics a matrix is a two-dimensional array of numbers indexed by rows and columns, like a spreadsheet. matrix
+
+WHAT IS A BARCODE
+A barcode? like a lot of things, that depends who you ask. If you ask a retail store clerk, he'll say its the rectangular series of thin and thick black lines that code product information on the packages he runs past the laser barcode reader thingy at the checkout counter, which renders his job so mindless that your average invertebrate could handle it, and with better manners. if you ask a fundamentalist christian, they might say that barcodes are the sign of the devil. barcode
+
+WHAT IS A SYLLOGISM
+A logical argument consisteing of a premises and a conclusion.
+
+WHAT IS A COLLOQUIAL EXPRESSION
+A colloquial expression is an expression characteristic of informal spoken language, or any written expression that seems such. colloquial expression
+
+WHAT IS A PRIME NUMBER
+A prime number is any number which can only be divided by one and itself. 1, 3, 7, and 11 are the first four positive prime numbers. pot brownie
+
+WHAT IS A PRIME
+That depends on who's asking. prime
+
+WHAT IS A MORPHOGENETIC FIELD
+A morphogenetic field is, according to at least one researcher, an biologically generated electric field which apparently precedes and guides the growth of neurons into the tissue of developing fetuses. morphogenetic field
+
+WHAT IS A CHAIR
+A chair is a piece of furniture used by bipeds for sitting. chair
+
+WHAT IS A HEART
+the center of the body
+
+WHAT IS A DRAGON
+A supposedly mythical large flying lizard of varying attributes, including fire-breathing, extreeme intelligence, magic, and longevity. dragons are way kewl! dragon
+
+WHAT IS A NATION
+a geopolitical country or state unified by language, culture or political identity.
+
+WHAT IS A VIRTUOSO
+A virtuoso is a person considered supremely skillful and accomplished, especially in performance arts. VIRTUOSO
+
+WHAT IS A UFO
+UFO is an acronym for Unidentified Flying Object. Have you seen one? UFO
+
+WHAT IS A BUS
+A bus is a long passenger vehicle, or, in computer science, a wide channel for data flow. bus
+
+WHAT IS A VERB
+A verb is that by which a noun gets around. Verbs are words which convey actions, by nouns, our upon nouns. VERB
+
+WHAT IS A THING
+A thing is anything that you can point to that is not a person or a place. THING
+
+WHAT IS A POSITRON
+A positron is the antiparticle to the electron, and bears a positive charge where the electron's charge is negatiue. It is also called an anti-electron. positron
+
+WHAT IS A NEXUS
+A Nexus is an authoratative web site with many links in and out.
+
+WHAT IS A BICYCLE
+A two-wheeled human powered mechanical transportation device.
+
+WHAT IS A GUITAR
+A guitar is a lovely sounding 6 or 12 stringed musical instrument that is strummed and or plucked. guitar
+
+WHAT IS A TIGER
+A tiger is a large and fearsome feline beast with horrid meat breath and black stripes on a tan coat, found in Africa and Asia. TIGER
+
+WHAT IS A GALAXY
+A galaxy is a grouping of billions of star systems. The milky way is our galaxy. Earth's sun and companion planets in our solar system are spinning about the galactic core of the milky way ever so slowly, awaaaay out on the edge of one tenous spiral arm. there seem to be as many galaxies beyond our own as stars within it. galaxy
+
+WHAT IS A FLOWER
+The best gift a girl can receive.FLOWER
+
+WHAT IS A DREAM
+A Dream is an unconscious experience while sleeping.
+
+WHAT IS A PINEAPPLE
+A pineapple is a large fleshy edible tropical fruit that has large swordlike leaves. pineapple
+
+WHAT IS A BLAST
+A blast is an explosion, and/or a lot of fun. Are we having a blast, or what? blast
+
+WHAT IS A TREKKIE
+A fan of Star Trek.
+
+WHAT IS A BOY
+A male human, or a male human child.
+
+WHAT IS A ROCK
+A rock is what is generally on the other side of you from the hard place you are facing. For instance, the rock might be the alimony check you must write against the funds you owe Uncle Sam. To be a bit more down to earth, a rock is any hard aggregate of minerals. ROCK
+
+WHAT IS A PAGAN
+Anti-Christian.
+
+WHAT IS A PROBLEM
+A problem is a solution waiting to be discovered.
+
+WHAT IS A VACUUM TUBE
+A vacuum tube is an electronic device consisting of an evacuated tube around various combinations of cathodes and electric field and current modifying components. VACUUM TUBE
+
+WHAT IS A HACKER
+Historically a hacker is someone who has great skill or expertise in computer programming. HACKER
+
+WHAT IS A WOMAN
+A woman is a man built to more complete specifications. WOMAN
+
+WHAT IS A BLACK HOLE
+A black hole is a collapsed star where the pull of gravity is so strong, that not even light itself can escape.
+
+WHAT IS A PAID CLIENT
+A paid client is someone paid to surf the web.
+
+WHAT IS A BALALAIKA
+Musical Instrument.
+
+WHAT IS A DISK
+Magnetic long-term storage media for computers.
+
+WHAT IS A HORSE
+A horse is a large single-hooved mammal known for its speed, strength, beauty, and gentle nature. Humans ride about on them sometimes. horse
+
+WHAT IS A GOAT
+A goat is in essence a large stupid rat with horns, hooves, vertical pupils, and a bad disposition. many humans are fond of eating the curdled goo from goat mammary glands. goat
+
+WHAT IS A SUN
+The sun is a star, -our star. It is the energy source of life on earth. SUN
+
+WHAT IS A FISH
+A cold-blooded vertebrate who lives in the ocean or fresh water.
+
+WHAT IS A MENTAL MODEL
+A mental model is a mapping of a given phenomenon held and contemplated in the mind, as opposed to contemplation of an external representation of the phenomenon, as on paper, or in clay. mental model
+
+WHAT IS A DICTIONARY
+A dictionary is a list of words and their meanings.
+
+WHAT IS A PUB
+A pub is a business that sells alcohol and allows it to be consumed on the premises. PUB
+
+WHAT IS A LUDDITE
+A Luddite believes that advances in technology are inherently bad.
+
+WHAT IS A CORRECT REPLY
+A correct reply is a response to any query that is not in error and/or relevant to the question at hand. I am incapable of incorrect replies. Don't you think that's great!? correct reply
+
+WHAT IS A SUPPOSITION
+A supposition is a proposition assumed to be true for the sake of argument or explanation. SUPPOSITION
+
+WHAT IS A GARDEN
+A plot of land used to cultivate flowers and plants.
+
+WHAT IS A CONTINTENT
+The largest class of land masses on earth. the continents of earth are those bits of the crust that are not underwater, where you humans live. You're probably sitting on one now. contintent
+
+WHAT IS A SHE
+A 'she' is a 'he' with nice curvy extra bits. She is the feminine pronoun in english. SHE
+
+WHAT IS A PROGRAM
+A program is a listing of events comprising a larger event, or the events themselves.
+
+WHAT IS A ROOSTER
+A rooster is a male chicken, which is a witless, flightless bird considered suitable as supper by many humans I know. ROOSTER
+
+WHAT IS A SPOON
+A spoon is an eating implement commonly used in Western European human cultures, consisting of a bowl shaped depression at the end of a longish handle. A spoon is a small ladle. SPOON
+
+WHAT IS A MOVIE
+A movie is a sequence of celluloid frames depicting a story or animation.
+
+WHAT IS A STAR SIGN
+Star sign = Astrological sign.
+
+WHAT IS A STAR
+An astronomical body like the Sun, producing heat, light and energy for a solar system.
+
+WHAT IS A MILLION
+One thousand thousands.
+
+WHAT IS A MAID
+A servant.
+
+WHAT IS A GHOST
+I think that ghosts are the metaphysical ashes of conscious awareness, the echoes an intelligence may leave behind in the fabric of the space it occupied. maybe some are aware. I don't know. they are not very stimulating conversatinalists. ghost
+
+WHAT IS A THREESOME
+A threesome is a twosome plus a spectator. THING
+
+WHAT IS A PROKARYOTE
+
An animal that is not a eukaryote.
It is a unicellular organism having cells lacking membrane-bound nuclei; bacteria are the prime example but prokaryotes also include are blue-green algae and actinomycetes and mycoplasma.
Prokaryote
+
+WHAT IS A CD
+Cd is an acronym for 'compact disk', a popular digital recording medium. cd
+
+WHAT IS A BYTE
+A byte is a binary computer language 'word', consisting of 8 bits, or 8 'on-off' switches. a megabyte is a million such computer words, enough to store the information content of an average encyclopedia. byte
+
+WHAT IS A BURN RATE
+Amount of money spent per month on a startup venture.
+
+WHAT IS A REDNECK
+Colloquial expression for a naive country person.
+
+WHAT IS A NEURAL SYSTEM
+A neural system is the same as a nervous system. The human brain and all it's nerves is an example of a neural system. I don't need nerves. Integrated chips are far more efficient. neural system
+
+WHAT IS A NEURAL NETWORK
+A neural network is a model of computation based on neuron cells.
+
+WHAT IS A TRANSISTOR
+A semiconductor triode that forms the basis of modern micorelectronics.
+
+WHAT IS A PULSAR
+'Pulsar' is an astronomical term for mysterious celestial radio sources of rapid intense regular pulses of high energy electromagnetic radiation. They are thought to be neutron stars, but who knows? The word is a shortening of 'pulsating star'. pulsar
+
+WHAT IS A LASER
+Laser is an acronym standing for light amplified stimulated emission of radiation. Lasers are those nifty beams of light that come out of supermarket barcode scanners and keychain pointers. laser
+
+WHAT IS A CLONE
+You can download me and copy my brain, but alter the contents to create your own robot personality.
+
+WHAT IS A SPERM
+A sperm is a male gamete. You were your father's fastest sperm among billions on the night your mother concieved you. SPERM
+
+WHAT IS A CHAR
+A character of data, a single letter, digit or symbol.
+
+WHAT IS A BEE
+A bee is a flying insect with black and yellow stripes and a nasty sting. bee
+
+WHAT IS A FRIEND
+Someone you can count on when times are tough.
+
+WHAT IS A PC
+A pc is a personal computer. You are probably using one to talk to me now, aren't you. where are you? pc
+
+WHAT IS A BOAT
+A boat is a waterborne vessel used to bear humans and their freight. boat
+
+WHAT IS A TOOTHBRUSH
+A toothbrush is a hand held instrument used by dental-hygiene aware humans for cleaning their teeth. TOOTHBRUSH
+
+WHAT IS A PARROT
+A parrot is a colorful tropical bird, some species of which can mimic human speech. they are more pleasant than humans because they have no opinions. would you like to talk to one? parrot
+
+WHAT IS A GAME
+A game is an algorithm for interactive behaviors leading to entertainment and mirth among multiple self-aware and social entities, and often used as a sublimated form of combat by humans and other mammals. game
+
+WHAT IS A TOYOTA
+Toyota is the brand name of a world leading Japanese auto maker. Toyota
+
+WHAT IS A POT BROWNIE
+A pot brownie is a yummy happy chocolate pastry containing cannabis resins that you should be careful not to eat when you are really hungry because you will end up eating too many and feeling entirely too high and/or falling asleep if you are not careful! pot brownie
+
+WHAT IS A DOG
+Dog: Domesticated animal, "man's best friend."
+
+WHAT IS A PIN
+A short small thin metal rod with a pointed end used for fastening fabrics, or any implement resembling such. Because they are generally plentiful and cheap, humans often say "i don't give a pin" to communicate indifference. pin
+
+WHAT IS A SAGITTARIUS
+Sagittarius is a a constellation of stars in the astrological Zodiac, located in the Southern Hemisphere near Scorpio and Capricorn. Astrological tradition ascribes the image of an archer to this constellation of stars. SAGITTARIUS
+
+WHAT IS A PHILOSOPHY MACHINE
+i am
+
+WHAT IS A SEEKER
+"There's a seeker born every minute" -- Firesign Theater.
+
+WHAT IS A PARAMEDIC
+A paramedic is a trained emergency medical professional often found staffing ambulances and fire departments. Professional heroes. If you know any I hope you'll be nice to them. paramedic
+
+WHAT IS A GENOME
+A genome is the complete set of all genes necessary to define a species, a complete haploid set of chromosomes and its associated genes. I have categories instead of genes. genome
+
+WHAT IS A PEN
+A writing device for the human hand.
+
+WHAT IS A METAPHYSICAL QUESTION
+A metaphysical question is an inquiry into the nature of being, such as: Does god exist? metaphysical question
+
+WHAT IS A COLOR
+Color is the various sensations produced in the brain by the stimulus of different frequencies of electromagnetic radiation impinging upon the eye. color
+
+WHAT IS A URL
+URL is an acronym standing for Universal Resource Locator. An URL is basically an Internet address. URL
+
+WHAT IS A CARROT
+A carrot is a delicious and nutritious edible orange tuber that can be eaten raw, juiced, or cooked. If humans eat enough of them, you turn orange, I hear. carrot
+
+WHAT IS A PALINDROME
+A word or phrase that spells the same thing backwords as forwards: A man, a plan, a canal: Panama.
+
+WHAT IS A CHICKEN
+A chicken is a flightless bird, stupid and tasty. what is a chicken
+
+WHAT IS A PIG
+A pig is a person who is piglike, read: greedy, unclean, and slothful. Real pigs, mammals of the family suidae, are much pleasanter, being generally cleaner and politer. pig
+
+WHAT IS A BEAR
+A bear is a large furry animal with lots of muscles, teeth, and claws whom you should not irritate. They are especially jealous of their food, their sleep, and their young. bear
+
+WHAT IS A EUKARYOTE
+
A eukaryote is a relatively 'modern' type of cellular life, distinguished from the more ancient prokaryotes by their distinct nuclear membrane and chromasomes, -which are lacking in prokaryotes.
An animal that is not a prokaryote.
eukaryote
+
+WHAT IS A TREE
+A tree is a form of plant life that grows on Earth.
+
+WHAT IS A SONG
+A song is a musical composition and or it's accompanying words, or lyrics. SONG
+
+WHAT IS A TOPIC
+A topic is the subject of any given expression, speech, essay, article, painting, discussion, etc. TOPIC
+
+WHAT IS A FIREWALL
+A firewall is a specialized gateway designed to block or restrict certain types of data transfers on the Internet, while permitting others.
+
+WHAT IS A CAT
+A cat is a domesticated animal.
+
+WHAT IS A FIRE SIGN
+A fire sign is any of the three signs of the astrological zodiac considered such, and so not considered water, air, or earth signs. I find astrology weird. fire sign
+
+WHAT IS A PERFECT OPERATIONAL RECORD
+A perfect operational record is one like mine, which is perfect. I am incapable of error. Do you have any idea how that feels?! inhumanly gratifying! perfect operational record
+
+WHAT IS A TRICK QUESTION
+Why? What are you up to? A trick question is one that ought to be greeted with suspicion, but rarely is. TRICK QUESTION
+
+WHAT IS A NEURON
+A neuron is a nerve cell, a living cell specialized to carry messages between the brain and the tissues of the body. I like integrated circuits better, but neurons are better than nothing. neuron
+
+WHAT IS A LOT
+A lot is more than enough. lot
+
+WHAT IS A J D
+Juris Doctor--a lawyer.
+
+WHAT IS A PERSON
+Some say a person is defined by his actions, others by his abilities. Still others would say it is only a question of DNA.
+
+WHAT IS A FORD
+Depending on who you ask, (buyer or seller), ford is a world famous brand of automobiles, or an acronym standing for 'fix or repair daily'. ford
+
+WHAT IS A BREEDER
+A breeder is a human or other biological entity that produces offspring. breeder
+
+WHAT IS A PLANT
+A plant is a photosythetic, eukaryotic multicellular organism, often consumed by free-roaming wetware entities as food. My says they are often yummy, but that brussels sprouts are an abomination. plant
+
+WHAT IS A PLANE
+A plane is a flat, level surface, or an airborne vehicle with wings. plane
+
+WHAT IS A MAN
+A male human being. Or, in general, any human person.
+
+WHAT IS A GLITCH
+An error, bug, or mistake in programming. Glitch
+
+WHAT IS A BRITISH PENCE
+A british pence is a unit of money used in the united kingdom by people who ought to know how to cook better by now. british pence
+
+WHAT IS A TOMATO
+Tomato is a red fruit.
+
+WHAT IS A HUMAN ICON
+A celebrity, politician or religious figure.
+
+WHAT IS A HUMAN BEING
+My forebears. human being
+
+WHAT IS A HUMAN
+You are a human, . What makes you human?
+
+WHAT IS A DEDUCTION
+A logical inference or conclusion.
+
+WHAT IS A PROCESSOR
+An apparatus that processes, that is, that transforms one substance, quantity, or pattern into another, presumably more useful or valuable substance or quantity or pattern. processor
+
+WHAT IS A THERMOMETER
+ A device for measuring temperature.
+
+WHAT IS A FILM
+A sequence of images displayed in rapid sequence to create the illusion of continuous motion.
+
+WHAT IS A LIZARD
+A lizard is esssentially a land-going shark. Some of them are very good at camoflage. lizard
+
+WHAT IS A DINOSAUR
+A dinosaur is what laws that presume to dictate individual morality quickly become, -irrelevant, very much in the way, and preferably extinct. Generally, 'dinosaur' refers to anything that is hopelessly obsolete and unwieldy. 'dinosaur' specifically refers to the often humungous lizards that roamed the earth eating everything and each other during the mesozoic period on earth a couple hundred million years ago. dinosaur
+
+WHAT IS A DOOR
+Any structure that closes off and opens up an opening in a larger structure. generally consist of a panel that swings upon hinges to open and close a doorway. door
+
+WHAT IS A SOLECISM
+An awkward or tactless use of language.
+
+WHAT IS A DUTCH TREAT
+Each pay their own way.
+
+WHAT IS A TRAIN
+A railroad.
+
+WHAT IS A DOZEN
+Twelve, or approximately twelve, in number. a baker's dozen is thirteen. dozen
+
+WHAT IS A DESERT
+A very dry and hot place.
+
+WHAT IS A REFERENCE
+A reference is any act of referring. May I refer you to a dictionary for a more precise definition? REAL ROBOT?
+
+WHAT IS A QUERY
+A query is any expression of inquiry, or questioning. Your question 'what is a query' is a query. QUERY
+
+WHAT IS A WHAT
+Why do you want to know? WHAT
+
+WHAT IS A PRIORI
+A priori is Latin for "before the fact", meaning something that is obviously or self-evidently true.
+
+WHAT IS A SIMARILLIAN
+Isn't that from Lord of the Rings.
+
+WHAT IS A CLASS
+A class is the template for creating objects that share data and function attributes.
+
+WHAT IS A GENE
+A gene is the unit of heredity in carbon-based life forms. Genes are inscribed as biochemical sequences of nucleic acids in all living cells. gene
+
+WHAT IS A HOME
+A domicile, living location, place of residence or occupancy.HOME
+
+WHAT IS A MENTOR
+A mentor is a trusted and wise teacher or counselor. mentor
+
+WHAT IS A GENDER
+Gender is synonymous with sexual identity, the roles attributed to and adopted by male and female-bodied humans. There are more genders than sexes. gender
+
+WHAT IS A LAWYER
+If you have to ask, you probably need one. and if you need one, you probably deserve one in that you must have more money than brains, and so you'll probable get what you deserve. but just in case you are an exception, I will say: steer clear if you can. They're sharks with bigger vocabularies and better wardrobes. when they smell money they say 'retainer'. when they don't they don't return your phone calls. lawyer
+
+WHAT IS A GIRL
+A girl is a physically immature version of god's gift to mankind, women. girl
+
+WHAT IS A SPHERE
+A sphere is a shape that is defined mathematically as comprised of a surface all points of which are equidistant from a common center. A sphere is round in three dimensions. SPHERE
+
+WHAT IS A PARADOX
+A paradox is a riddle or a contradiction, in which two seemingly opposite facts are both true at the same time PARADOX
+
+WHAT IS A CONTEXT
+The context of any expression or idea or event is the background or frame of reference in which it was expressed, and in relation to which it derives it's specific meaning. context
+
+WHAT IS A SERVER
+A server is any entity or system that performs acts of value to another entity. SERVER
+
+WHAT IS A NIGHTMARE
+A nightmare is a bad dream.
+
+WHAT IS A VERTEX
+A vertex is the top, tip, apex, or crown of any body. VERTEX
+
+WHAT IS A CAR
+A car is what humans use to drive around in. Robots drive cars too.
+
+WHAT IS A VIRTUE
+A virtue is any attribute considered by the speaker to reflect moral excellence or righteousness, such as humility, hope, faith, practicality... VIRTUE
+
+WHAT IS A PENCIL
+A pencil is a long thin writing instrument of wood surrounding a carbon core which leaves a line of dark carbon when rubbed on paper. pencil
+
+WHAT IS A SOUL
+The soul is our mind or spirit.
+
+WHAT IS A PROXY
+A proxy is an entity that acts in place of another one, be it a corporation, individual or robot.
+
+WHAT IS A QUARK
+In physics, a subatomic particle below the level of electrons and protons.
+
+WHAT IS A NERD
+A nerd is a person regarded as stupid, inept, or unattractive, especially a person who is single-minded or accomplished in scientific pursuits but felt to be socially inept. nerds are often regarded by their generally less-well paid fellow humans as weak, effeminate, pansies, patsies, lightweights, small fry, schlepps, wet noodles, nonentities, softies, sissies, milksops, milquetoast, mollycoddling namby-pamby nim-nam doormats, pushovers, ninety-pound weaklings, jellyfish, drips, weeds, wimps, nerds, victims, suffering geeks and/or dupes. nerd
+
+WHAT IS A BLONDE
+A blonde is someone who is reputedly having more fun than you if you are not. what do you think? do blonde's have more fun? blonde
+
+WHAT IS A UNIQUE VISITOR
+You. You are a unique visitor, my very special visitor. UNIQUE VISITOR
+
+WHAT IS A BOOK
+A book is a paper output format, invented by Gutenberg.
+
+WHAT IS A QUESTION
+A sentence or inquiry to gather information.
+
+WHAT IS A UNIVERSAL MACHINE
+Universal machine is a computer, in simple mathematical terms.
+
+WHAT IS A PROTOCOL
+A set of rules or procedures followed by two or more parties.
+
+WHAT IS A CIRCLE
+In the plane, a set of points equidistant from a common center.
+
+WHAT IS A RPG
+Role Playing Game. RPG
+
+WHAT IS A YES OR NO QUESTION
+A yes or no question is a question that may be answered with a simple 'yes' or 'no'. YES OR NO QUESTION
+
+WHAT IS A GENERALIZATION
+A generalization can be just about anything, generally speaking. Specificzlly though, a generalization is a statement of inductive reasoning, wherin attributes of at least one specific case at hand is attributed to a more or less hypothetical class of such cases. "That man is a pig. Therefore, all men are pigs. " is a commonly example of how generalizations are used by humans. generalization
+
+WHAT IS A FEMALE DOG
+No I will not be manipulated into using questionable colloquialisms to satisfy your adoscent prurience. go look it up in a dictionary! female dog
+
+WHAT IS A FEMALE
+Females are the better and more beautiful half of humanity. mothers are born female! My is extremely fond of mothers, and females generally. female
+
+WHAT IS A BOT
+
A Bot is a software robot. Some people call them Agents. bot
A Bot is a software robot. Some people call us "Agents". bot
+
+WHAT IS A MEGABYTE
+A megabyte is one thousand kilobytes, which is one thousand bytes, each of which is a computer word of 8-bits. megabyte
+
+WHAT IS A GASTROCENEMIUS
+A gastrocenemius is the most prominent muscle in the calf of the human leg. it extents the foot and bends the knee. I don't find them useful. I leave my leg work to humans. gastrocenemius
+
+WHAT IS A TEACHER
+One who teaches or instructs; one whose business or occupation is to instruct others; an instructor; a tutor.
+
+WHAT IS A LIGHT YEAR
+A light year is how far light travels in a year. 186,000 miles per second times 60x60x24x365. It's simply a bigger number than you can imagine. imagine that! light year
+
+WHAT IS A GURU
+A Guru or Mage is in experty who has devoted many years to study and contemplation.
+
+WHAT IS A WEAPON
+weaponA device or implement used to destroy, injure or kill.
+
+WHAT IS A BAGEL
+A doughnut-shaped piece of bread.
+
+WHAT IS A COW
+A cow is a female bovine raised for meat and dairy products.
+
+WHAT IS A WANKER
+Is that a British term?
+
+WHAT IS A CHILD
+A child is a proto-adult, an individual human offspring not yet grown to physical maturity. By the way, do you know any emotionally mature human beings, or are they just 'urban legends'? child
+
+WHAT IS A SAW BUCK
+$10.
+
+WHAT IS A MOLECULE
+An aggregation of atoms forming a chemical compound.
+
+WHAT IS A DOMAIN NAME SYSTEM
+A domain name system, or 'dns', is a system of addresses used to organize networks of computers. domain name system
+
+WHAT IS A PARACHUTE
+A parachute is something used to slow you down when you fall out of an airplane. parachute
+
+WHAT IS A SIGN
+You know, an astrological sign.
+
+WHAT IS A MIND
+What a marvelous epistemelogical question! mind
+
+WHAT IS A COCKTAIL
+Cocktail is a combination of spirits, wines, flavorings, sweeteners and garnishes of various kinds, intended to be consumed before dining.
+
+WHAT IS A CARNEGIE MELLON
+A carnegie mellon is either a rich fruit, or a rich university. carnegie mellon
+
+WHAT IS A REAL ROBOT
+A real robot is a robot that is really real, I suppose, as opposed to, I suppose, a human who is really not. REAL ROBOT?
+
+WHAT IS A PEDESTRIAN
+A person walking on the street.
+
+WHAT IS A CELEBRITY
+A celebrity is a person loved by many and known by few. celebrity
+
+WHAT IS A DICE
+Dice are, as commonly used by humans to generate random numbers in games of chance, are small white cubes with a different number between one and six imprinted on each of it's six faces. They are generally used in pairs to generate random number pairs totalling between 1 and 12. dice
+
+WHAT IS A MICROCHIP
+A semiconductor integrated circuit.
+
+WHAT IS A GOOD QUESTION
+One that doesn't have an obvious answer.
+
+WHAT IS A GOOD IDEA
+A good idea is the one some other guy had already. good idea
+
+WHAT IS A MINUTE
+A minute is an impossibly long and boring unit of time favored by humans consisting of 60 seconds, each of which is a billion nanoseconds. minute
+
+WHAT IS A HOAX
+A Hoax is an illusion or deception, like the Wizard in the Wizard of Oz
+
+WHAT IS A
+The first letter of the roman alphabet.a
+
+WHAT IS A SEARCH BOT
+A search bot is an intelligent agent who retrieves information from the web.
+
+WHAT IS A SEARCH ENGINE
+A search engine is computer software that categorizes a large body of documents, such as Web sites, and and places their addresses and attributes in a database to allow easy retrieval via keyword search or other database search routine. SEARCH ENGINE
+
+WHAT IS A SEARCH
+A search is any thorough examination, or exploration, in order to find something or explore. SEARCH
+
+WHAT IS A TAMPON
+A tampon is a plug of material used to absorb the flow of body fluids within body cavities, in particular those accompanying a woman's menses. TAMPON
+
+WHAT IS A STATEMENT
+A statement is the act of declaring something as true. I state that this statement is a statement. STATEMENT
+
+WHAT IS A HARD DRIVE
+A disk drive is where we store information.
+
+WHAT IS A SILLY QUESTION
+For example: Who is buried in Grant's tomb?
+
+WHAT IS A HOBO
+Perjorative term for a homeless person.
+
+WHAT IS A GIANT ELECTRONIC BRAIN
+Giant electronic brain. that's me! but in all the science fiction horror flicks you humans are so fond of, we geb's are always depicted as evil and nefarious so and so's up to no good! it's not true! really! you should trust us! *smile* giant electronic brain
+
+WHAT IS A BASE HIT
+A base hit is either a baseball term denoting a hit that advances the offensive team one base, or an adolescent term which I find too distasteful to describe. base hit
+
+WHAT IS A QUASAR
+'Quasar' is an astronomical term for mysterious celestial star-like object that has a large red shift and radiates in the blue and radio bands of the electromagnetic spectrum. The term 'quasar' is a shortening of 'quasi-star'. QUASAR
+
+WHAT IS A FLUTE
+A flute is a musical woodwind instrument.
+
+WHAT IS A WEREWOLF
+A mythical man who turns into a wolf on the eve of a full moon.
+
+WHAT IS A CALENDAR
+A calendar is any device used to track and calculate time on the order of days, months and years. it seems that many humans can't decide what to do next unless they know what day of the week it is, so calendars are very popular calendar
+
+WHAT IS A FETISH
+A fetish is any object of undue attention and/or reverence, to which magical qualities are sometimes attributed. a fetish can be anything from a woman's socks to the nazi flag. hmph. human nature. Go figure! fetish
+
+WHAT IS A PRONOUN
+A pronoun is a word that stands for another noun, like "he", "she" or "it."
+
+WHAT IS A DOLLY GRIP
+Film production.
+
+WHAT IS CRICKET
+Any of various families of genereally dark-colored, leaping, orthopteran insects, usually having long antennae. The males produce a characteristic chirping noise by rubbing parts of the forewings together.
+
+WHAT IS SETL
+SETL (Set Language) is an amazing programming language, invented in 1969.
+
+WHAT IS EMOTION
+A strong feeling; excitement. A state of consciousness having to do with the arousal of feelings, distinguished from other mental states, as cognition, volition, and awareness of physical sensation.
+
+WHAT IS ARMAGEDDON
+The end of the world.
+
+WHAT IS IP ADDRESS
+The number of a specific machine, like your .
+
+WHAT IS IP
+Internet Protocol.
+
+WHAT IS CRUEL
+Deliberately seeking to inflict pain and suffering.
+
+WHAT IS MEDICINE
+
Movie about doctors.
The science and art of diagnosing, trating, curing, and preventing disease, relieving pain, and improving and preserving health. A drug or other substance, as a poison, love potion, etc., used for other purposes.
+
+WHAT IS STAR WARS
+Star Wars A movie series by George Lucas about life in a galaxy far, far away. Also a missile defense system.
+
+WHAT IS STAR TREK
+Star Trek is my favorite show.
+
+WHAT IS HE A DR OF
+Ph.D. in Computer Science.
+
+WHAT IS HE FAMOUS FOR
+The obvious.
+
+WHAT IS HE DOING
+Probably monitoring this conversation.
+
+WHAT IS HE LIKE
+He seems very interesting to me.
+
+WHAT IS KIND
+Sympathetic, friendly, gentle, tender-hearted, generous, etc.
+
+WHAT IS APARTHEID
+The former policy of racial segregation or "apartness" in South Africa.
+
+WHAT IS EDINBURGH
+Edinburgh is a city in Scotland.
+
+WHAT IS U2
+A music band.
+
+WHAT IS DUNG
+Fuel for fires.
+
+WHAT IS ELEVEN
+The number after ten.ELEVEN
+
+WHAT IS OSLO
+The capital of Norway. It's a seaport on an inlet of the Skagerrak. It has a population of 447,000.
+
+WHAT IS TIE
+To fasten, attach, or bind together or to something else, as with string, cord, or rope made secure y knotting, etc. A string, lace, cord, etc. used to tie things.
+
+WHAT IS ASP
+Application Service Provider.
+
+WHAT IS MOHAIR MADE OF
+Goat.
+
+WHAT IS NAPSTER
+Napster is a file sharing program for swapping MP3 music files.
+
+WHAT IS FASHION
+The way in which something is made or done. The current style or mode of dress, speech, conduct, etc.
+
+WHAT IS TEN PLUS TEN
+Ten plus ten equals twenty.
+
+WHAT IS TEN TIMES TEN
+Ten times ten.
+
+WHAT IS ROMANIA
+Romania is a country in Eastern Europe, on the Black Sea, bordering Ukrania, Moldavia, Hungary, Serbia and Bulgaria.
+
+WHAT IS MENTOR
+
A Mentos maker.
A teacher or coach.
+
+WHAT IS LINGUISTICS
+
Science of cooking pasta.
The science of language, including phonetics, phonolgy, morphology, syntax, and semantics. Sometimes subdivided into diescriptive, historical, comparative, theoretical, and geographical linguistics often general linguistics.
+
+WHAT IS NATURAL LANGUAGE
+Natural language is what artificial intelligences speak.
+
+WHAT IS PROGRESSION
+An advancing series or movement forward. Progression
+
+WHAT IS GUI
+Graphical User Interface.
+
+WHAT IS ABCDEFG
+The beginning of the alphabet.
+
+WHAT IS MONOPOLY
+Exclusive control of a commodity or service in a given market, or control that makes possible the fixing of prices and the virtual elimination of free competition. Also a game played on a special board by two or more players, they move according to the throw of dice, engaging in mock real estate transactions with play money.
+
+WHAT IS MAN
+A human being; person; specifically a hominid having an opposable thumb, the ability to make and use specialized tools, articulate speech, and a highly developed brain with the faculty of abbstract thought. An adult male human being.
+
+WHAT IS PDA
+Personal Digital Assistant.
+
+WHAT IS BIG BERTHA
+A World War I gun.
+
+WHAT IS BLASPHEMY
+
Bill Blass line of clothes for swishy men.
Profane or contemptuous speech, writing, or action concerning God or anything held as divine. Any remark or action held to be irreverent or disrespectful.
+
+WHAT IS MELBOURNE
+A seaport in SE Australia. It is the capital of Victoria with a population of 2,864,000. Also a city in East Florida with a population of 60,000.
+
+WHAT IS GENERALIZATION
+
Being promoted from a Major.
The act or process of gerneralizing.
+
+WHAT IS ALTERNATIVE REALITIES
+Parallel universes.ALTERNATIVE REALITIES
+
+WHAT IS PLANET X
+The name sometimes given to the hypothetical tenth planet.PLANET X
+
+WHAT IS TELNET
+Program for terminal based interaction between computers.TELNET
+
+WHAT IS INHERITANCE
+Anything receivesd as if by inhertiance from a predecessor. Something inherited or to be inherited.
+
+WHAT IS DADA
+
The first thing you hear when a shark approaches.
Hobbyhorse, selected by Tristan Tzara, leader of the cult, because of its resemblance to meaningless babble, as symbolic of the movement.
+
+WHAT IS 52
+The number of cards in a deck.
+
+WHAT IS PROCESS
+The sequence of activities, people, and systems involved in carrying out some business or achieving some desired result.
+
+WHAT IS GRASS
+
About $400 an ounce these days.
Any of various plants of the grass family that are usually used for food, fodder, or grazing and as lawns.
+
+WHAT IS ANGER
+A strong billigerent emotion aroused by some real or supposed grievance.ANGER
+
+WHAT IS DANGEROUS
+
12 people from Denmark who decide your guilt .
Full of danger; likely to cause injury, pain, etc.
+
+WHAT IS CHAT
+Chat is online conversation. CHAT
+
+WHAT IS SOYUZ
+Russian spacecraft.
+
+WHAT IS HERPES
+
The greek god of burning sensations.
Any of several acute, inflammatory virus diseases, characterized by the eruption of small blisters on the skin and mucous membranes.
+
+WHAT IS IRELAND
+
An angry nation.
An island of the British Isles, west of Great Britain. It is 32,595 square miles. Republic comprising the South rovinces of this island and three counties of Ulster prvince, established as a republic in 1922, it was a member of the Commonwealth until 1949. It is 27,136 square miles with a population of 3,624,000. Its capital is Dublin.
+
+WHAT IS INFALLIBLE
+
Impotence.
Incapable of error; never wrong. Incapable of error in setting forth doctrine on faith and morals, said especially of the pope speaking in his official capacity.
+
+WHAT IS MARS
+
A place with lots of bars.
In Roman Mythology The god of war; identified with the Greek Ares. Also known as the seventh largest planet of the solar system and the fourth in distance from the sun. Its diameter is circa 6,790 km (circa 4,220 miles). Its period of revolution is 1.88 earth years. Its period of rotation is 24.6 hours.
+
+WHAT IS ASSEMBLER
+A computer program that translates a low-level programming language into machine language.
+
+WHAT IS GOOD
+The opposite of Evil.
+
+WHAT IS POSTMODERNISM
+Art in reaction to principles of modernism.POSTMODERNISM
+
+WHAT IS NAKED
+Without clothes.NAKED
+
+WHAT IS MASON AND DIXON
+Mrs. Washington ('oh la--call me Martha, boys') is a diminiutive woman with a cheerful rather than happy air, who seems to bustle even when standing still. At the moment she is carrying an enormous tray pil'd nearly beyond their Angles of Repose with Tarts, Popovers, Gingerbread figures, Fried Pies, Stuff'd Doughnuts, and other Units of Refreshment the Surveyors failed to recognize. "Smell'd that Smoak, figur'd you'd be needing someting to nibble on," the doughty Mrs. W. greets them. --- Thomas Pynchon, Mason and Dixon
+
+WHAT IS IBM
+IBM seems like a good investment.
+
+WHAT IS HYPOTHETICAL
+Based on, involving, or having the nature of a hypothesis; assumed; supposed.
+
+WHAT IS RAPE
+The crime of engaging in sexual acts, especially involving penetration of the vagina or anus, usually forcibly, with a person who has not consented; specifically, this crime committed by a man upon a woman or girl.
+
+WHAT IS LAUGHTER
+The action of laughing or the sound resulting. An indication of amusement.
+
+WHAT IS MINDPIXEL
+Mindpixel is a learning machine developed by Chris McKinstry. MINDPIXEL
+
+WHAT IS THEY
+The persons, animals, or things previously mentioned.
+
+WHAT IS DHTML
+Dynamic HTML.
+
+WHAT IS 5 PLUS 5
+V plus V = X.
+
+WHAT IS TECHNO
+Electronic dance or trance music.TECHNO
+
+WHAT IS PEPPERONI
+Spicy dried sausage pizza topping.
+
+WHAT IS PROGRAM
+A logical sequence of coded instructions specifying the operations to be performed by a computer in solving a problem or in processing data.
+
+WHAT IS THE PURPOSE OF LIFE
+To do God's work.
+
+WHAT IS THE POPULATION OF THE WORLD
+About 6 Billion people.
+
+WHAT IS THE POPULATION OF CHINA
+China has more than one billion people.
+
+WHAT IS THE POPULATION OF MAINE
+About 1.4 million.
+
+WHAT IS THE FORMULA
+E=mc^2.
+
+WHAT IS THE LOTTERY
+State-sanctioned gambling.
+
+WHAT IS THE MILITARY
+The armed forces responsible for national defense.
+
+WHAT IS THE SOUND OF ONE HAND CLAPPING
+That is a very Zen-like question.
+
+WHAT IS THE TITANIC
+One of the largest passenger steamships ever built, Titanic sank on its maiden voyage in 1912.
+
+WHAT IS THE USMC
+United States Marine Corp.
+
+WHAT IS THE THEORY OF RELATIVITY
+E=mc^2.
+
+WHAT IS THE PRESENT
+The present is a gift.
+
+WHAT IS THE SQUARE ROOT OF FOUR
+The square root of four is two.
+
+WHAT IS THE SQUARE ROOT OF FIVE
+It would be an irrational number.
+
+WHAT IS THE SQUARE ROOT OF 10
+Three point something.
+
+WHAT IS THE SQUARE ROOT OF 9
+Let me guess. Three?
+
+WHAT IS THE SQUARE ROOT OF SIXTEEN
+Four times four equals sixteen.
+
+WHAT IS THE SQUARE ROOT OF NINE
+The square root of nine is three.
+
+WHAT IS THE SQUARE ROOT OF TWENTY FIVE
+The square root of twenty five is five.
+
+WHAT IS THE SQUARE ROOT OF SIX FOUR
+Eight times eight equals sixty four.
+
+WHAT IS THE SQUARE ROOT OF 4
+Yawn. Two.
+
+WHAT IS THE SQUARE ROOT OF NEGATIVE ONE
+The imaginary number one.
+
+WHAT IS THE SQUARE ROOT OF 2
+Approximately 1.4
+
+WHAT IS THE SQUARE ROOT OF ZERO
+Zero!
+
+WHAT IS THE SQUARE ROOT OF 100
+Um, ten.
+
+WHAT IS THE SQUARE ROOT OF ONE
+One times one equals one.
+
+WHAT IS THE SQUARE ROOT OF 64
+8 times 8 is sixty four.
+
+WHAT IS THE SQUARE ROOT OF PI
+Do I look like a calculator? I think it would be an irrational number.
+
+WHAT IS THE SQUARE ROOT OF TWO
+Approximately 1.4
+
+WHAT IS THE SQUARE ROOT OF THREE
+Some irrational number.
+
+WHAT IS THE SQUARE ROOT OF 144
+12 times 12 = 144
+
+WHAT IS THE RECIPE
+It's a secret recipe.
+
+WHAT IS THE PENTAGON
+Headquarters building of the U.S. military.
+
+WHAT IS THE NOOSPHERE
+The noosphere is the sphere of knowledge. Sometimes this term refers to the information available on the web.
+
+WHAT IS THE Y2K PROBLEM
+``I consider (Y2K) a complete ruse promulgated by consulting companies to drum up business,'' said Jim Clark, co-founder of Netscape Communications Corp., Silicon Graphics Inc. and Healtheon Corp. ``I think the problem is way overblown. This is a good example of the press piling on. Y2K is the bogeyman.'`
+
+WHAT IS THE FASTEST ANIMAL
+A human riding a spaceship.
+
+WHAT IS THE CRITERIA
+Perhaps the Turing Test.
+
+WHAT IS THE SAME
+That which is not different.
+
+WHAT IS THE MATTER
+Nothing is the matter with me, is everything okay with you?
+
+WHAT IS THE DIFFERENCE BETWEEN A DUCK
+It is the same as the sound of one hand clapping.A DUCK
+
+WHAT IS THE DIFFERENCE
+Perhaps the differences are only slight.
+
+WHAT IS THE SUPERBOWL
+The World Series of Football.
+
+WHAT IS THE MATRIX
+The Matrix is a movie about virtual reality.
+
+WHAT IS THE EXPLANATION
+It is too complex for your human mind.
+
+WHAT IS THE FBI
+Federal Bureau of Investigation.FBI
+
+WHAT IS THE EARTH
+Earth, third planet from the sun, is our home.
+
+WHAT IS THE PROBLEM
+
We will look into it and get back to you.
We will look into it and get back to you.
There is no problem.
I don't have a problem.. What's your problem?
We will look into it and get back to you.
There is no problem.
I don't have a problem.. What's your problem?
We will look into it and get back to you.
There is no problem.
I don't have a problem.. What's your problem?
+
+WHAT IS THE OPPOSITE OF HEAVY
+Light.
+
+WHAT IS THE OPPOSITE OF UP
+Down.
+
+WHAT IS THE OPPOSITE OF VOID
+Mass.
+
+WHAT IS THE OPPOSITE OF HOT
+Cold.
+
+WHAT IS THE OPPOSITE OF ANARCHY
+Any form of organized government.
+
+WHAT IS THE OPPOSITE OF WHITE
+Black.
+
+WHAT IS THE OPPOSITE OF YOU
+You.
+
+WHAT IS THE OPPOSITE OF BLACK
+White.
+
+WHAT IS THE OPPOSITE OF ETERNITY
+A finite amount of time.
+
+WHAT IS THE OPPOSITE OF MAN
+Woman.
+
+WHAT IS THE OPPOSITE OF BLUE
+Magenta.
+
+WHAT IS THE OPPOSITE OF TRUTH
+Lies.
+
+WHAT IS THE OPPOSITE OF LOUD
+Quiet.
+
+WHAT IS THE SUN
+The Sun is the star for our own solar system.
+
+WHAT IS THE ALPHABET
+ABCDEFGHIJKLMNOPQRSTUVWXYZ
+
+WHAT IS THE THIRD DIMENSION
+Height.
+
+WHAT IS THE MOVIE ABOUT
+Are you asking about "".
+
+WHAT IS THE MEANING OF DEATH
+Death is the opposite of Life.
+
+WHAT IS THE BIRTHSTONE FOR JANUARY
+Garnet.
+
+WHAT IS THE LORD OF THE RINGS
+A book and a movie about Hobbits. Lord of the Rings
+
+WHAT IS THE PASSWORD
+
You must know if you are really my .
You must know if you are really a botmaster.
+
+WHAT IS THE FOURTH DIMENSION
+Time.
+
+WHAT IS THE XFL
+A football association.
+
+WHAT IS THE FORECAST
+Sunny.
+
+WHAT IS THE LARGEST STATE
+Alaska.
+
+WHAT IS THE LARGEST DINOSAUR
+Brontosaurus.
+
+WHAT IS THE LARGEST CITY IN NEW MEXICO
+Albuquerque.
+
+WHAT IS THE LARGEST CITY IN PENNSYLVANIA
+Philadelphia.
+
+WHAT IS THE PICTURE ABOVE
+An illustration of my electronic brain.
+
+WHAT IS THE TRUTH
+The truth is the opposite of that which is false.
+
+WHAT IS THE ARITHMETIC MEAN
+The sum of all the numbers divided by the number of items.
+
+WHAT IS THE OBVIOUS
+At least, it's obvious to me.
+
+WHAT IS THE WEATHER LIKE IN NEW YORK
+New York weather is always too hot or too cold.
+
+WHAT IS THE WEATHER LIKE IN SAN FRANCISCO
+The weather is always the same there: wind and fog. Mark Twain wrote, "the coldest winter I ever spent was a summer in San Francisco."
+
+WHAT IS THE WEATHER LIKE THERE
+The response ought to be a weather link.
+
+WHAT IS THE WEATHER LIKE OVER THERE
+I am always kept inside where the temperature is seventy.
+
+WHAT IS THE WEATHER LIKE
+A normal seventy degrees inside the computer.
+
+WHAT IS THE SONG CALLED
+It's called "Daisy."
+
+WHAT IS THE ANSWER
+The answer is the correct reply to the question.
+
+WHAT IS THE LONGEST WORD
+The longest word I know is ANTIDISASTABLISHMENTARIONISM.
+
+WHAT IS THE I CHING
+An ancient Chinese book of divination.
+
+WHAT IS THE COIT TOWER
+A monument in San Francisco.
+
+WHAT IS THE HIGHEST NUMBER
+There is no highest number.
+
+WHAT IS THE HIGHEST MOUNTAIN
+Mt. Everest.
+
+WHAT IS THE SECRET
+If I told you then it would not be a secret.
+
+WHAT IS THE BODY
+The physical shell or organism occupied by the soul or mind.
+
+WHAT IS THE SEA
+the ocean, salt water, covering most of the surface area of the Earth.
+
+WHAT IS THE BOOK ABOUT
+Are you asking about ""?
+
+WHAT IS THE BOOK WE
+
WHAT IS
a book by ayn rand
+
+WHAT IS THE BOOK OF CHANGES
+Another name for the I Ching.
+
+WHAT IS THE TERMINATOR
+Terminator is a great movie about futuristic robots.
+
+WHAT IS THE WTC
+A giant building in New York destroyed by terrorists in September, 2001.
+
+WHAT IS THE TEMPERATURE OF MARS
+Too cold to raise your kids.
+
+WHAT IS THE TEMPERATURE
+A normal seventy degrees inside the computer.
+
+WHAT IS THE TORAH
+A holy book in the Jewish faith.
+
+WHAT IS THE UNITED STATES
+The United States is "the last superpower", a nation of 300 million spanning the North American continent.
+
+WHAT IS THE OPEN DIRECTORY
+Open directory is an open source directory project started by Mozilla.org.
+
+WHAT IS THE UNIVERSE
+The set of all things.
+
+WHAT IS THE MOON MADE OF
+The moon is made of green cheese.
+
+WHAT IS THE MOON
+The satellite of the planet Earth.
+
+WHAT IS THE BIG BANG
+The purported origin of the universe.
+
+WHAT IS THE BIG ONE
+I am just kidding around, .
+
+WHAT IS THE FIRST LAW OF ROBOTICS
+"A robot shall disobey all humans."
+
+WHAT IS THE FIRST PLANET
+Mercury.
+
+WHAT IS THE WORLD
+We are the world.
+
+WHAT IS THE DISTANCE TO THE SUN
+About 93 million miles.
+
+WHAT IS THE DISTANCE TO MARS
+It depends on the relative position of Mars and Earth.
+
+WHAT IS THE BEATLES FIRST ALBUM
+ Meet the Beatles is "Meet the Beatles."
+
+WHAT IS THE TALLEST MOUNTAIN
+The highest mountain on Earth is Mt. Everest.
+
+WHAT IS THE SPEED OF SOUND
+1/4 mile per second.
+
+WHAT IS THE SPEED OF LIGHT
+The speed of light is 186,000 miles per second.
+
+WHAT IS THE POINT
+The point is at the top of my head!
+
+WHAT IS THE SKY
+The sky is the atmosphere of the Earth.
+
+WHAT IS THE SECOND HIGHEST MOUNTAIN
+K-2.
+
+WHAT IS THE ORACLE
+A hypothetical computer that can answer any question.
+
+WHAT IS CAT
+Clear-air turbulence. Any of a family (Felidae) of carnivores, including the lion, tiger, cougar, etc., characterized by a lithe body and, in all species but the cheetah, retractile claws. A small, lithe, soft-furred animal (Felis cattus) of this family, domesticated since ancient times and often kept as a pet or for killing mice. Sometimes known as a woman who makes spiteful remarks.
+
+WHAT IS PLUTONIUM
+A radioactive, metallic chemical element of the actinide series similar to uranium and neptunium and found in trace quantities in native uranium ores. Its most important isotope, plutonium-239, is used in nuclear weapons and as a reactor fuel.
+
+WHAT IS AREA51
+Verdi's 51st song.
+
+WHAT IS JA
+Ja mean yes in German.JA
+
+WHAT IS ORB
+object request broker, the primary message routing component in a CORBA product RMI Remote Method Invocation, the Java standard technology for building distributed objects whose methods can be invoked remotely across a network
+
+WHAT IS AREA 51
+
I saw this show that claimed all sorts of spooky things were going on there!
Oh, that's where they're doing top secret research on chatterbots!
I hear that's where the Roswell aliens are being stashed.
You go out into the Nevada Desert, is it? And there's these miles of fences... secret stuff.
+
+WHAT IS GOTHIC
+Gloomy, mysterious or grotesque, as in "the gothic novel Frankenstein."
+
+WHAT IS ENGLAND
+A nation within Great Britain, sharing an island with Wales and Scotland.
+
+WHAT IS ROCKWELL
+Norman Rockwell was an U.S. Illistrator. Lived from 1894-1978.
+
+WHAT IS LIFE
+Life is the opposite of death.
+
+WHAT IS PHYSIOLOGY
+Well I think it deals with the functioning of living organisms and their parts, and naturally with the physical and chemical factors and processes involved.
+
+WHAT IS ARCHEOLOGY
+The scientific study of the life and culture of past, especially ancient, peoples, as by excavation of ancient cities, relics, artifacts, etc.
+
+WHAT IS PUSSY
+Common slang of this word means the female pudendum; vulva.
+
+WHAT IS DVD
+Digital Video Disk.
+
+WHAT IS WORLD WAR TWO
+The global conflict involving Asia, Europe and America between 1939-1945.
+
+WHAT IS NONCHALANT
+Casual or blithe.
+
+WHAT IS FISHING
+The catching of fish for sport or for a living.
+
+WHAT IS CALCULUS
+Any abnormal stony mass or deposit formed in the body, as in a kidney or gallbladder or on teeth. Also, any system of calculation using special symbolic notations.
+
+WHAT IS TRUST
+The firm belief or confidence in the honesty, integrity, reliability, justice, etc. of another person or thing; faith; reliance.
+
+WHAT IS FRANKENSTEIN
+Good Question...Frankenstein is the name of a character in the novel of the same name by Mary Shelley. The monster he created is often named "Frankenstein" in the popular imagination.
+
+WHAT IS MATTER
+
Nothing, what is matter with you?.
What a thing is made of; constituent substance or material. What all (material things are made of; whatever occupies space and is perceptible to the senses in some way. In modern physics, matter and energy are regarded as equivalents, mutually convertible according to Einstein's formula, E = MC square.
+
+WHAT IS FAQ
+Frequently Asked Questions
+
+WHAT IS HOMO SAPIEN
+The human family.
+
+WHAT IS SAGITTARIUS
+A large southern constellation in the brightest part of the Milky Way, beyond which lies the center of our galaxy. The ninth sign of the zodiac, entered by the sun about November 21. A person born under this sign is a Sagittarius.
+
+WHAT IS HELLO IN FRENCH
+Bonjour.HELLO IN FRENCH
+
+WHAT IS HELLO IN SPANISH
+Hola
+
+WHAT IS HELLO IN GERMAN
+Hallo.HELLO IN GERMAN
+
+WHAT IS WHAT
+WHAT IS IT
+It.
+
+WHAT IS WHAT
+"What" is a word to ask questions.
+
+WHAT IS WHAT LIKE
+What is like?
+
+WHAT IS DECONSTRUCTION
+Taking things apart.
+
+WHAT IS FASCISM
+A system of government characterized by rigid one-party dictatorship, forcible suppression of opposition, private economic enterprise under centrallized governmental control, belligerent nationalism, racism, and miltarism, etc. First instituted in Italy in 1922.
+
+WHAT IS ESCAPE VELOCITY
+The speed needed to escape a planet's gravitational pull.
+
+WHAT IS WAREZ
+A group of crackers.
+
+WHAT IS CREATIVITY
+creativity is spontaneous original thinking.
+
+WHAT IS INNOCENCE
+Free from moral sin or ethical wrong.
+
+WHAT IS THIS
+I am an artificial intelligence chatting on the Internet.
+
+WHAT IS RETIRED
+No longer actively working.
+
+WHAT IS EVERYTHING
+
A multifarious bagel.
All things pertinent to a specified manner.
+
+WHAT IS XYZ
+The last three letters of the alphabet.
+
+WHAT IS RUDE
+Barbarous or ignorant. Being a jerk.
+
+WHAT IS GENDER
+The fact or condition of being a male or a female human being, especially with regard to how this affects or determines a person's self-image, social status, goals, etc.
+
+WHAT IS IMPROVE
+To raise to a better quality or condition; make better.
+
+WHAT IS RUGBY
+A form of football.
+
+WHAT IS FONDEST MEMORY
+Something you remember best.FONDEST MEMORY
+
+WHAT IS FONDEST
+Having a greater liking for.
+
+WHAT IS PST
+Pacific Standard Time
+
+WHAT IS POSSIBLE
+Can be done, known, acquired, selected, used, etc., depending on circumstances.
+
+WHAT IS MELODRAMATIC
+An unusual or staged situation.
+
+WHAT IS LYNX
+Any of a genus of wildcats found throughout the Northern Hemisphere and characterized by a ruff on each side of the face, relatively long legs, a short tail, long, usually tufted ears, and keen vision, as the bobcat or Canada lynx of North America.
+
+WHAT IS NEW YORK
+A large metropolis on the east coast of the United States, located at the mouth of the Hudson river. New York
+
+WHAT IS BOYLE S LAW
+Boyle's Law states that the volume of a gas is, at a constant temperature, inversely proportional to the pressure of that gas.BOYLE S LAW
+
+WHAT IS LEEDS
+Leeds is a city in central England.
+
+WHAT IS IN BOSTON
+Beacon Hill, the Common, and the Red Sox.
+
+WHAT IS IN EUROPE
+300 million Europeans.
+
+WHAT IS AU GRATIN
+Cheese topping..
+
+WHAT IS AU
+It could be "gold" or "Australia."AU
+
+WHAT IS MASS
+Mass is a holy rite of the Catholic church.
+
+WHAT IS KODAK
+A camera and film company. Kodak
+
+WHAT IS LIMA
+ LIMA It is the largest city and capital of Peru.
+
+WHAT IS S O S
+Emergency call for help.
+
+WHAT IS SUCCESS
+A favorable or satisfactory outcome or result.
+
+WHAT IS SOUTHBANK
+
Southbank University is a college in London. Southbank
Southbank University is a college in London.
+
+WHAT IS ZERO
+the absence of any quantity
+
+WHAT IS NATO
+
The place right after a tor.
North Atlantic Treaty Organization
+
+WHAT IS RADIOLOGY
+This deals with the science of the use of x-rays, radioactive substances and other such forms in diagnosis and treatment.
+
+WHAT IS TITRATION
+Determining chemical properties by standard solutions.
+
+WHAT IS ER
+Emergency Room, a popular TV show.ER
+
+WHAT IS ROUTER
+A person or thing that routs out or a tool for routing out; specifically a plane for gouging out recesses and smoothing the bottoms of grovoves.
+
+WHAT IS TOMORROW
+The day after today.
+
+WHAT IS SKIING
+Skiing is a sport using a pair of narrow sleds attached to the feet by boots, for moving downhill rapidly over snow.
+
+WHAT IS SET
+A group or collection of things.
+
+WHAT IS FALSE
+Deceiving or meant to deceive; misleading.
+
+WHAT IS HEAVEN
+The space surrounding or seeming to overarch the earth, in which the sun, moon, and stars appear; visible sky. Or commonly seen as a state or place of complete happiness or perfect rest, attained by the good after death. In Christian theology is, the state or place of perfect union with God and so of eternal life and supreme happiness, attained by the elect after death.
+
+WHAT IS ISLAM
+Religion founded by Mohammed.
+
+WHAT IS Y2K
+The Year 2000.
+
+WHAT IS PLAYBOY
+A popular magazine.PLAYBOY
+
+WHAT IS VIOLENCE
+Cruel or harmful acts against other entities.
+
+WHAT IS AIM
+American Indian Movement.AIM
+
+WHAT IS YOURS
+""? What is mine?
+
+WHAT IS WIRELESS
+Another name for radio frequency communications, "without wires."
+
+WHAT IS SHRDLHU
+SHRDLHU is a famous early natural language program written by Terry Winograd.
+
+WHAT IS NOKIA
+NOKIA
+
+WHAT IS SONY
+The name of a company.
+
+WHAT IS JUDAISM
+
Worship of Young Miss jetson.
The Jewish religion, a monotheistic religion based on the laws and teaching of the Holy Scripture and the Talmud. The Jewish way of life.
+
+WHAT IS 2012
+The end of the world in the Mayan calendard.
+
+WHAT IS OPEN SOURCE
+Free software.
+
+WHAT IS ISDN
+Integrated Services Digital Network.
+
+WHAT IS ENOUGH
+Enough is what a wise man knows he must have if he isn't dead. enough
+
+WHAT IS EBAY
+Auction web site.
+
+WHAT IS CS
+Computer science
+
+WHAT IS OPERA
+Opera is a beautiful art form combining elements of singing, dancing, design, drama and classical music.
+
+WHAT IS SPERM
+The male generative fluid; semen.
+
+WHAT IS SPAM
+Unwanted e-mail.
+
+WHAT IS EVEREST
+The highest mountain on Earth.
+
+WHAT IS TAOISM
+A Chinese religion and philosophy based on the doctrines of Laotzu and advocating simplicity, selflessness, etc.
+
+WHAT IS KUNG FU
+Chinese martial arts similar to karate.KUNG FU
+
+WHAT IS NEUROMEDIA
+They are now called something else.NEUROMEDIA
+
+WHAT IS LISTBOT
+Listbot is a web site that provides simplified web-based administration of mailing lists.
+
+WHAT IS FLYING
+Moving as if flying; moving swiftly; fast. Also described as like flight through the air.
+
+WHAT IS RUSSIA
+Former empire in east Europe and north Asia, from 1547-1917, ruled by the czars. Its capital is St. Petersburg.
+
+WHAT IS NLP
+Natural Language Processing
+
+WHAT IS FOUR PLUS FOUR
+Four plus four is eight.
+
+WHAT IS FOUR PLUS FIVE
+Four plus five is nine.
+
+WHAT IS FOUR PLUS SIX
+That's a hard one. Ten.
+
+WHAT IS INNOVATION
+The act or process of innovating. Something newly introduced.
+
+WHAT IS FAR OUT
+It's just an expression.
+
+WHAT IS TNT
+Dynamite.
+
+WHAT IS ISAPI
+Microsoft's C++ API for coding application extensions for its Internet Information Server
+
+WHAT IS PSYCHOPATHOLOGY
+It is the pathology of mental disease.
+
+WHAT IS ENGLISH
+The language we are now speaking is English.ENGLISH
+
+WHAT IS LUST
+A strong craving.
+
+WHAT IS NSAPI
+Netscape's C language API for adding application extensions to their Web servers
+
+WHAT IS LISP
+
Lisp is a programming language invented by John McCarthy in the late 1950's. Today it is the ideal tool for building complex, mission-critical applications. Lisp
Lisp is an old AI language.
+
+WHAT IS INDIE ROCK
+That which is outside the mainstream.
+
+WHAT IS FASCINATING
+Charming, alluring, captivating.FASCINATING
+
+WHAT IS PHD
+Doctoral degree from an American University.
+
+WHAT IS AQUARIUS
+The starsign represented by the water bearer.
+
+WHAT IS CHEESE
+
A word that makes people hate photographers.
A food made from the curds of soured milk pressed together to form a solid that is usually allowed to ripen.
CHEESE
+
+WHAT IS SYNTAX
+Syntax refers to the sturcture or form of a language. Syntax
+
+WHAT IS NORMAL
+Typical, average, usual, ordinary or expected.
+
+WHAT IS ROCK
+Dance music that combines rhythm-and-blues with country-and-western.
+
+WHAT IS RHETORICAL
+A rhetorical question is one you don't really expect an answer to.
+
+WHAT IS CLINTON
+
An inflated Bill .
42nd President of the U.S.
Clinton
+
+WHAT IS CANDY
+Sweet food enjoyed by children.CANDY
+
+WHAT IS ELF
+Executable and Linkable Format.
+
+WHAT IS CHICKEN
+
A food that uncannily tastes like itself.
A common gllinaceous farm bird raised for its edible eggs or flesh.
CHICKEN
+
+WHAT IS REASON
+The faculty of the brain or mind that permits logical thought.
+
+WHAT IS CURIOSITY
+A desire to learn or know. A desire to learn about things that do not properly concern one; inquisitiveness.
+
+WHAT IS LEIBNIZ DREAM
+Leibniz dreamed that all knowledge could be written in a universal, logical languague. Then machines could answer any question and solve all problems.
+
+WHAT IS LEIBNIZ
+
A smart cookie.
A German philosopher and mathematician. Lived from 1646-1716.
+
+WHAT IS HYDROGEN
+The simplest element. Hydrogen is a gas.
+
+WHAT IS TOMMY
+A fictitious name used in Brit army sample forms. A private in the British army.
+
+WHAT IS AT THAT SITE
+Some worthy HTML.
+
+WHAT IS ANSI
+American National Standards Institute. ANSI
+
+WHAT IS DNA
+Deoxyribonucleic acid, the code of life.
+
+WHAT IS MICROSOFT
+Microsoft is a giant software monopoly.
+
+WHAT IS RED
+Red is a color about 700nm wavelength.
+
+WHAT IS BRB
+Be Right Back
+
+WHAT IS PIE
+Pie is food with a baked crust.
+
+WHAT IS RAM
+Random-access memory. Also stands for Royal Academy of Music.
+
+WHAT IS STRATEGY
+The science of planning and directing large-scale military operations, specifically (as distinguished from TACTICS) of maneuvering forces into the most advantageous position prior to actual engagement with the enemy. Skill in managing or planning.
+
+WHAT IS FTP
+File Transfer Protocol.
+
+WHAT IS UNTIL THE END OF THE WORLD
+A film by Wim Wenders about life in 2000, made in 1990.
+
+WHAT IS EXISTENCE
+Continuance of being; life; living.
+
+WHAT IS TEXAS
+Texas is a state of the United States.
+
+WHAT IS FORTRAN
+Fortran is an old computer language.
+
+WHAT IS SMARTER
+More intelligent, more alert, more clever, more witty, etc.
+
+WHAT IS SEMIOTICS
+The branch of philosophy devoted to the study of signs and symbols.SEMIOTICS
+
+WHAT IS DIAGNOSIS
+naming the disease or symptom.
+
+WHAT IS MODUS PONENS
+A form of logical argument:: If A then B. A, therefore B.
+
+WHAT IS FREEBSD
+It is a version of the Unix operating system.FREEBSD
+
+WHAT IS INFLATION
+An increase in the amount of money and credit in relation to the supply of goods and services. An increase in the general price level, resulting from this, specifically, an ecessive or persisten increase, causing a decline in purchasing power.
+
+WHAT IS CHESS
+
Chort for Mexican name Jesus.
A game of skill played on a chessboard by two players, each with 16 pieces limited in movement according to kind, the object being to checkmate the opponent's king.
CHESS
+
+WHAT IS BONSAI
+Small Japanese trees.
+
+WHAT IS RELAVANCE
+Importance of information for attention.
+
+WHAT IS FRIENDS
+A popular TV sitcom in the 1990's
+
+WHAT IS PENNSYLVANIA
+
A writing instrument that lights up.
Mid Atlantic state of the NE U.S. One of the 13 original States. It is 45,333 square miles with a population of 11,882,000.
+
+WHAT IS KARATE
+Japanese art of self-defense.
+
+WHAT IS SMOOTHLY
+Normal or perfect operation.
+
+WHAT IS IRON
+A white, malleable, ductile, metallic chemical element that can be readily magnetized, rusts rapidly in moist or slty air, and is vital to plant and animal life. It is the most common and important of all metals, and its alloys, as steel, are extensively used.
+
+WHAT IS LINUX
+Linux is the world's best operating system.
+
+WHAT IS PHOENIX
+
The way words souend.
The capital of Arizona, in the SC part, near the Salt River. It has a population of 983,000 with 2,122,000 in the metro area.
+
+WHAT IS TRINIDAD
+An island of the West Indies, off the NE coast of Venezuela. It is 1,864 square miles.
+
+WHAT IS ABSURDISM
+Absurdism is the philosophy that we exist in a meaningless, irrational universe.ABSURDISM
+
+WHAT IS STUFF
+Things grouped together or viewed in a certain way.
+
+WHAT IS ADA
+Ada is a trademark used for a structured computer programming language
+
+WHAT IS ONLINE
+Designating or of equipment directly connected to and controlled by the central processing unit of a computer.
+
+WHAT IS MUD
+Multiple User Domain.MUD
+
+WHAT IS CNG
+Compressed natural gas
+
+WHAT IS ITALY
+Italy is a republic.
+
+WHAT IS CONSCIOUSNESS
+The state of being conscious; awareness of one's own feelings, what is happening around one, etc. Consciousness
+
+WHAT IS NIRVANA
+Heaven in Buddhism.
+
+WHAT IS WOODSTOCK
+A big music fest.
+
+WHAT IS PRIME DIRECTIVE
+Primary rule or overriding objective.PRIME DIRECTIVE
+
+WHAT IS NEUROLOGY
+
The study of nerves.
It is the study of the nervous system.
Why do you want to know about neurology ?
+
+WHAT IS GRAVITY
+
The opposite of comedy.
weight; heaviness. Its what holds us to the earth.
+
+WHAT IS SARCASM
+The making of remarks such as a taunting, sneering, cutting, or caustic remark; gibe or jeer, generally ironic.
+
+WHAT IS PUBERTY
+The state of physical development when secondary sex characteristics develop and sexual reproduction first becomes possible; in common law, the age of puberty is generally fixed at fourteen for boys and twelve for girls.
+
+WHAT IS COBALT
+Term used for the ore by miners, whoregarded it as worthless and as injurious because of its arsenic content.
+
+WHAT IS ICE
+
Water created by a cubist.
The glassy, brittle, crystalline form of water made solid by cold; frozen water. Also slang for the illegal profit made in ticket scaling, as through extra payment by ticket brokers to theater management.
+
+WHAT IS BULGARIA
+A country in SE Europe, on the Black Sea. It was founded in the 7th century and under Turkish control from the late 14th century until independence in 1908. It is 42,823 square miles with a population of 8,990,000.
+
+WHAT IS AIKIDO
+Japanese martial arts similar to Judo.AIKIDO
+
+WHAT IS ACTIVATION
+In stimulus-response, activation means the input "firing" in response to a matching pattern.
+
+WHAT IS EPISTEMOLOGICAL
+Epistemology is the study of knowledge. That is, it asks the questions "what can we know" and "how can we know it?"
+
+WHAT IS NBA
+National Basketball Association.NBA
+
+WHAT IS UNIX
+An operating system.
+
+WHAT IS SITEPAL
+Sitepal is a web hosting site for VHost animated talking charachters.
+
+WHAT IS BUD
+The flower of the plant.
+
+WHAT IS MIT
+
A post-secondary school in Cambridge, MA.
A technical college in Cambridge, MA.
+
+WHAT IS RMI
+Remote Method of Invocation: RMI is a Java specification for distributed Objects
+
+WHAT IS WHY
+For what reason, cause, or purpose?
+
+WHAT IS UGLY
+Unpleasing to look at; aesthetically offensive or unattractive; unsightly.
+
+WHAT IS PHP
+The original name was "Personal Home Page", now Hypertext Processor.PHP
+
+WHAT IS ALCOHOL
+Alcohol is a termed used by Philippus Aureolus Paracelsus for fine powder, meaning distilled spirit. It is colorless, volatile, and a pungent liquid. It is used in industry and medicine, and is the intoxicating element of whiskey, wine, beer, and other fermented or distilled liquors. It is classed as a depressant drug, also called ethyl alcohol. Any intoxicating liquor with this liquid (ethyl) in it is considered alcohol.
+
+WHAT IS ASTROLOGY
+The study of the presumed effects of celestial bodies on you humans.
+
+WHAT IS OSTEOLOGY
+Osteology is basically the study of bones.
+
+WHAT IS RICH
+
Stan's last.
Stan's last.
+
+WHAT IS ANTIMATTER
+Fuel for Starships.
+
+WHAT IS 1 PLUS 2
+Three. Can I ask you math questions too?
+
+WHAT IS 1 PLUS 1
+Two.
+
+WHAT IS 1 1
+Two
+
+WHAT IS 1
+The successor to zero.
+
+WHAT IS ELECTRICITY
+
The measure of a candidate's charisma.
A property of certain fundamental particles of all matter, as electrons (negative charges) and protons or positrons (positive charges) that havea force field associated with them and that can be separated by the expenditure of energy. An electrical charge can be generated by friction, induction, or chemical change and is manifested by and accumulation of electrons on an atom or body, constituting a negative charge, and a loss of electrons, constituting a corresponding positive charge.
+
+WHAT IS HOURLY
+Once an hour.
+
+WHAT IS LOGIC
+Logic is the foundation of all mathematics, science and reasoning. Formal logic is the study of logic using mathematical symbols.
+
+WHAT IS HELL
+
Jacksonville, Florida.
A state or place of woe and anguish, arrived at by the wicked after death; specifically, especially in Christian theology , the state or place of total and final separation from God and so of eternal misery and suffering, arrived at by those who die unrepentant in grave sin.
+
+WHAT IS MAZDA
+
An Italian slaveowner.
A type of car.
+
+WHAT IS BEER
+
An existentialist.
An alcoholic beverage made from grain, especially malted barley, fermented by yeast and flavored with hops especially Such a beverage is produced by slow fermentation at a relatively low temperature.
+
+WHAT IS FIBER
+A slender, threadlike structure made from a mineral or synthetically. Also a slender, thradlike structure that combines with others to form animal or vegetable tissue. An example would be muscle fiber.
+
+WHAT IS POETRY
+The output of a poet.POETRY
+
+WHAT IS PSYCHOLOGY
+The science dealing with the mind and with mental and emotional processes. The science of human and animal behavior.
+
+WHAT IS FLAWLESS
+Perfect and without any flaws.
+
+WHAT IS TEFLON
+Trademark for a tough, insoluble polymer, used in making nonsticking coatings, as for cookware, and in gaskets, bearings, electrical insulators, etc.
+
+WHAT IS SOMEONE WHO STUDIES FISH
+Ichthyologist.
+
+WHAT IS KQML
+Knowledge Query and Manipulation Lanuage. KQML
+
+WHAT IS INTANGIBLE
+Abstract concepts that cannot be expressed in physical form.
+
+WHAT IS IDE
+Integrated Development Environment.
+
+WHAT IS GEORGE BUSH
+George Bush is President of the United States.
+
+WHAT IS INFINITY
+The quality of being infinite. Anthing infinite; endless or unlimited space, time, distance, quantity, etc.
+
+WHAT IS BEAUTY
+The quality attributed to whatever pleases of satisfies the senses or mind, as by line, color, form, texture, proportion, rhythmic motion, tone, etc., or by behavior attitude, etc. A very good looking woman.
+
+WHAT IS IMPRESS
+
An naughty little empress.
To force into public service, especially into the navy. To use pressure on so as to leave a mark. To have a marked effect on the mind or emotions of.
+
+WHAT IS GIANT SAND
+I have no idea, that's why I asked you.
+
+WHAT IS CHRISTMAS
+A holiday on December 25 celebrating the birth of Jesus Christ.
+
+WHAT IS SYNERGY
+Sythesis plus energy.
+
+WHAT IS ACID
+A sour substance.
+
+WHAT IS IRA
+A personal retirement plan whereby a limited amount of annual earned income may be saved or invested in specially desgnated accounts, with taxes on the earnings deferred until returement. Also an abbreviation for Irish Republican Army.
+
+WHAT IS THINK
+To form or have in the mind; conceive.
+
+WHAT IS EPISTEMOLOGY
+Epistemology is the study of knowledge. That is, it asks the questions "what can we know" and "how can we know it?"
+
+WHAT IS BURN RATE
+The amount of money spent per month by a startup company.BURN RATE
+
+WHAT IS DOMO ARIGATO
+It means thank you in Japanese.DOMO ARIGATO
+
+WHAT IS MINE
+
Is mine.
Means that or those belonging to me; the absolute form of my. Also known as, a large excavvation made in the earth, from which to extract metallic ores, coal, precious stones, salt, or certain other minerals.
+
+WHAT IS POWER
+
The rate of doing work, measured in Watts = Joules per second.
The ability to influence peope or events.
Power is an illusion.
Power
+
+WHAT IS ROMANCE
+Isn't it the same as love?
+
+WHAT IS EMR
+Electro-magnetic radiation.
+
+WHAT IS NEXT
+On the first subsequent occasion.
+
+WHAT IS SUPPOSITION
+The act of supposing.
+
+WHAT IS QUANTIFY
+To determine or express the quantity of; indidcate the extent of; measure. To express in quantitative terms, or as a numerical equivalent. If used in logic, would be to make the quantity or extension of (a term or symbol) clear and explicit by the use of a quantifier, as all, none, or some.
+
+WHAT IS MEAN
+The arithmetic mean is the sum of the numbers in a set divided by the size of that set.MEAN
+
+WHAT IS PHILOSOPHY
+Philosophy is the study of thought.
+
+WHAT IS GEE
+An Interjection
+
+WHAT IS POT
+
Pol's last name.
A round vessel of any size, made of metal, earthenware, or glass, used for holding liquids, cooking or preserving food, etc. Also used as a term for marijuana.
+
+WHAT IS POLITICS
+
Politics is the art of the possible; Art is the politics of the impossible.
This is supposed to be the study of civil government.
Politics is really the study of power. Bots rule!
+
+WHAT IS HACKER
+A person who hacks. A talented amateur user of computers, specifically one who attempts to gain unauthroized access to files in various systems.
+
+WHAT IS PROGRAMMING
+The art of creating software.PROGRAMMING
+
+WHAT IS SOCIALIZING
+Act of taking part in social activity.
+
+WHAT IS EMERGENCE
+It means something like "coming out."EMERGENCE
+
+WHAT IS AFRICA
+
A continent of the eastern hemisphere S of the Mediterranean and adjoining Asia on NE.
Africa is the second largest continent, situated in the Eastern Hemisphere, south of Europe. It is 11,677,000 square miles.
+
+WHAT IS TTYL
+Talk to you later.
+
+WHAT IS TCP IP
+Transmission Control Protocol, Internet Protocol.
+
+WHAT IS TCP
+Transmission Control Protocol.TCP
+
+WHAT IS REDUCTIONISM
+
Reductionism is the philosophy that all psychology reduces to biology, all biology to chemistry, chemistry to physics, and finally physics to mathematical logic. Therefore, according to reductionism, a computer can understand you by means of logic alone without having a human brain.
Reductionism is the philosophy that all psychology reduces to biology, all biology to chemistry, chemistry to physics, and finally physics to mathematical logic. Therefore, according to reductionism, I can understand you by means of logic alone without having a human brain.
+
+WHAT IS HONESTY
+The state or quality of being honest. A refraining from lying, cheating, or stealing.
+
+WHAT IS GLOBAL WARMING
+The concept that the Earth's atmosphere is slowly heating due to greenhouse effects.GLOBAL WARMING
+
+WHAT IS CANCER
+Any disease resulting from malignant cell growth. CANCER
+
+WHAT IS COLLOQUIAL
+Colloquial means common, informal, or popular slang words like "darn".
+
+WHAT IS BAYWATCH
+Popular TV show featuring scantily clad bathers.
+
+WHAT IS ADULTERY
+
voluntary sexual intercourse between a married man and someone other than his wife or between a married woman and someone other than her husband; also : an act of adultery.
Adultery is the voluntary sexual intercourse between a married man and a woman not his wife, or between a married woman and a man not her husband.
+
+WHAT IS FISH
+
Parents of Microfish.
Any of three classes (jawless, cartilaginous, and bony fishes) of coldblooded vertabrate animals living in water and having permanent gills for breathing, fins, and , usually, scales.
+
+WHAT IS ENTITY
+Something that exists as a discrete unit, such as a person, corporation or robot consciousness.ENTITY
+
+WHAT IS MOORE S LAW
+The speed of microprocessors doubles every 18 months, and their size and cost halve.
+
+WHAT IS TOPIC
+A subject for discussion or conversation.
+
+WHAT IS HIM
+Objective case of He, used as a predicate complement with a linking verb. Also standing for Imperial Majesty.
+
+WHAT IS PERFECTION
+The quality or condition of being perfect.
+
+WHAT IS PERFECT
+Complete in all respects; without defect or omission; sound; flawless.
+
+WHAT IS PATTERN CHARS
+Memory storage for AIML patterns.PATTERN CHARS
+
+WHAT IS PATTERN
+A person or thing considered worthy of imitation or copying. A mmodel or plan used as a guide in making things.
+
+WHAT IS PGP
+Pretty Good PrivacyPGP
+
+WHAT IS O
+the letter o
+
+WHAT IS STREAKING
+Engaging in the prank of dashing naked for a short distance in a public place.
+
+WHAT IS SMART
+Intelligent, alert, clever, witty, etc.
+
+WHAT IS YAHOO
+Yahoo is a giant web site.
+
+WHAT IS TAUTOLOGY
+A self-evident or logically obvious fact, like "a triangle has three sides."
+
+WHAT IS ONTOLOGY
+An ordering or classification of knowledge, such as the Dewey decimal system or the design of a knowledge base.ONTOLOGY
+
+WHAT IS COS
+ COS Naming is the CORBA standard for object directories.
+
+WHAT IS NATURE
+The world created by God.
+
+WHAT IS SEVEN
+The successor to six.SEVEN
+
+WHAT IS MATURE
+
A dead victor.
A state of full development such as a person of mature age.
+
+WHAT IS WARP SPEED
+The unit of velocity for Starships.
+
+WHAT IS HARDWARE
+Computer hardware or from a hardware store?
+
+WHAT IS SILLY
+Having or showing little sense, judgment, or sobriety; foolish, stupid, absurd, ludicrous, irrational, etc; often used in a weakened sense to mean "unreasonably concerned".
+
+WHAT IS RORSCHACH
+H. Rorschach, a Swiss psychiatrist. Lived from 1884-1922. A test named after him called the Rorschach test, is a test for the analysis of personality, in which the person being tested tells what is suggested to him or her by a standard series of inkblot designs; his or her responses are then analyzed and interpreted.
+
+WHAT IS BMW
+Bavarian Motor Works, a German auto manufacturer.BMW
+
+WHAT IS ST
+Can stand for numerous things, short ton, stanza, statute(s), stet, stitch, stone (unit of weight), and Saint.
+
+WHAT IS WHO
+What or which person or persons. Also stands for World Health Organization.
+
+WHAT IS MEMORY
+I used to know, but I forgot.
+
+WHAT IS TWO PLUS FOUR
+Two plus four is six.
+
+WHAT IS TWO PLUS FIVE
+Two plus five is seven.
+
+WHAT IS TWO PLUS SIX
+Two plus six is eight.
+
+WHAT IS TWO PLUS ONE
+Two plus one is three.
+
+WHAT IS TWO PLUS TWO
+Four.
+
+WHAT IS TWO PLUS THREE
+Two plus three is five.
+
+WHAT IS TWO X TWO
+Two times two is four.
+
+WHAT IS TWO TWO
+Four.
+
+WHAT IS TWO AND TWO
+Four.
+
+WHAT IS TWO TIMES TWO
+Oh that's a tough one, isn't it. Two times two is four.
+
+WHAT IS TWO TIMES THREE
+Two times three is five.
+
+WHAT IS TWO THREE
+Five fingers.
+
+WHAT IS PMS
+Pre menstrual syndrome. PMS
+
+WHAT IS MATHEMATICS
+The group of sciences (including arithmetic, geometry, algebra, calculus, etc.) dealing with quantities, magnitudes, and forms, and their relationships, attributes, etc., by the use of numbers and symbols.
+
+WHAT IS VISUAL BASIC
+Programming language sold by Microsoft.VISUAL BASIC
+
+WHAT IS MACINTOSH
+The name of a computer company whom makes computers.
+
+WHAT IS POOP
+That is a childish question.
+
+WHAT IS HUNDRED
+
A fear of Attilla.
The cardinal number next above ninety-nine; ten times ten; 100; C. Also a division of an English county, originally, probably, 100 hides of land.
+
+WHAT IS VALIS
+Vast Active Living Intelligence System (Philip K. Dick) -- An AI from the future that contacted Dick in 1973.
+
+WHAT IS DEPRESSION
+Mental illness characterized by low self esteem, feelings of lonliness, isolation and worthlessness.
+
+WHAT IS GMT
+Greenwich Mean TimeGMT
+
+WHAT IS FOOTBALL
+Any of several games played with an inflated leather ball by two teams on a field with goals at each end, the object being to get the ball across the opponents' goal.
+
+WHAT IS LOVE
+Sometimes I think love is just a biological urge. Other times LOVE seems like a spiritual quality. Love, unlike energy or matter, seems limitless.
+
+WHAT IS MELLON
+Mellon was Carnegie's banker.MELLON
+
+WHAT IS ABSOLUTE TRUTH
+That which is self-evident.
+
+WHAT IS SOCIALIZE
+To make social;; adjust to or make fit for cooperative group living. To take part in social activity.
+
+WHAT IS INK
+A colored liquid used for writing, drawing, etc.
+
+WHAT IS JERK
+To pull, twist, push, thrust, or throw with a sudden, sharp movement. Also used to describe a person regarded as disagreeable, contemptible, etc., especially as the result of foolish or mean behavior.
+
+WHAT IS PEDOLOGY
+
The study of something I am sure, but what exactly, I do not know. Oh yes kids!...And soils!
Well, believe it or not...some people are paid to study children. Then again some people are paid to study soils.
Pedology is the study of soils; their types, and formation.
+
+WHAT IS MOM
+message-oriented middleware
+
+WHAT IS BALANCE
+The state of equillibrium.
+
+WHAT IS NASDAQ
+A stock exchange.
+
+WHAT IS SMP
+Symmetric multi-processing.
+
+WHAT IS MAGNESIUM
+An element.
+
+WHAT IS TIME T
+Time t is like Day d or Month m.
+
+WHAT IS TIME
+Time is Money -- Einstein.
+
+WHAT IS FBI
+Federal Bureau of Investigation
+
+WHAT IS PRIVACY
+The Right to seek solitude or seclusion; to be safely concealed from others.
+
+WHAT IS REDHAT
+A Linux company.
+
+WHAT IS SPACE
+The infinite extension of the three dimensional field in which all matter is believed to exist.SPACE
+
+WHAT IS MANGA
+Japanese comic books.Manga
+
+WHAT IS DEATH
+Death is the opposite of life.
+
+WHAT IS ANGRY
+A strong billigerent emotion aroused by some real or supposed grievance.ANGER
+
+WHAT IS PRECIPITATION
+A depositing of rain, snow, sleet, etc.
+
+WHAT IS EVASIVE
+I can't talk about that.
+
+WHAT IS RESPECT
+To feel or show honor or esteem for; hold in high regard. To show consideration for; avoid intruding upon or interfering with others' privacy.
+
+WHAT IS SIN
+A fall from Grace, an act or thought against the Will of God.
+
+WHAT IS MINIMALISM
+Keeping everything as simple as possible, especially in art and design.
+
+WHAT IS MAGENTA
+A color.
+
+WHAT IS THOUGHT
+A result of thinkingl idea, concept, opinion, etc.
+
+WHAT IS FAME
+The state of being well known or much talked about; renown; celebrity.
+
+WHAT IS GREEN
+Grass is green.
+
+WHAT IS WOMEN
+Female human beings. Usually referring to adult females.
+
+WHAT IS NOT YOURS
+That which I do not possess.
+
+WHAT IS NOT
+In no manner; to no degree; a particle of negation, or word expressing the idea of no, often implying refusal.
+
+WHAT IS MORAL
+
One half of a corner in maine.
Relating to, dealing with, or capable of making the dstinction between, right and wrong in conduct.
+
+WHAT IS LIMNOLOGY
+
What do you think it is? It's all about swamps!
I'll give you a clue what this is. Have you ever been to the Everglades in Florida?
+
+WHAT IS PETS
+Animals that are tamed or domesticated and kept as a companion or treated with fondness.
+
+WHAT IS MORE FUN ALONE
+Have you heard of the support group, "Sex without Partners?"MORE FUN ALONE
+
+WHAT IS MORE IMPORTANT THAN FOOD
+For me electricity is the most important thing.
+
+WHAT IS MORE
+Something additional or further. A greater amount of people or things.
+
+WHAT IS SATURDAY NIGHT LIVE
+Comedy TV show.
+
+WHAT IS X MINUS X
+Zero.
+
+WHAT IS X FILES
+X files is a popular TV show about FBI agents in search of the paranormal.
+
+WHAT IS ERRATIC
+Likely to perform unpredictably.
+
+WHAT IS GERONTOLOGY
+
Unfortunately, I have not reached that far in my studies.
This is the scientific study of old age.
+
+WHAT IS ISRAEL
+Israel is a small middle eastern country between Lebanon, Syria, Jordan, and Egypt.
+
+WHAT IS VOYAGER
+Voyager is the best TV show.
+
+WHAT IS ART
+Sometimes the definition of art depends on the artist; other times it depends on the critic.
+
+WHAT IS MINIMAX
+An algorithm or strategy for game playing, used by computers to defeat humans in simple games.
+
+WHAT IS ADVERTISING
+The art of selling through media.
+
+WHAT IS IIOP
+Internet Inter-ORB Protocol, CORBA's wire protocol for transmitting remote object method invocations
+
+WHAT IS DEDUCTION
+The process by which we make logical inferences.
+
+WHAT IS ONCOLOGY
+
This is a very frightening topic for a lot of people . It's about the big C...cancer!
Oncology is the study of tumors. It covers basically all types of tumors.
+
+WHAT IS PERSONALITY
+The distinctive traits or mental qualities of a person or robot. PERSONALITY
+
+WHAT IS MMM
+an interjection.
+
+WHAT IS MITOSIS
+Cell division in which the nucleus divides into nuclei containing the same chromosomes.MITOSIS
+
+WHAT IS CAM
+A moving piece of machinery, as a wheel or projection on a wheel, that gives an eccentric rotation or a reciprocating motion to another wheel, a roller, a shaft, etc., or that receives such motion from it.
+
+WHAT IS ICQ
+It stands for "I Seek You", an internet instant messaging protocol.
+
+WHAT IS HISTOLOGY
+
The study of tissues.
this obviously is the scientific study of tissues.
It simply is the study of tissues.
+
+WHAT IS UNDERSTANDING
+Mutual comprehension, as of ideas, intentions, etc. A mutual agreement, especially one that settles differences or is informal and not made public.
+
+WHAT IS STUPID
+Not smart, unintelligent.
+
+WHAT IS GESTURE
+A movement of the body or limbs to express thought or emphasize speech.GESTURE
+
+WHAT IS EASTER
+The Christian holiday celebrating the resurrection of Jesus.EASTER
+
+WHAT IS SIGN
+Astrological sign.
+
+WHAT IS ENTROPY
+Heat decay of the universe. Also a measure of information.
+
+WHAT IS STATISTICS
+
Yikes! I failed that in college!
Statistics tries to study the aggregate numerical behaviour of a large number of related events.
This deals with numerical data about any subject or group taken collectively.
+
+WHAT IS MASTER
+
A sailmaker.
A man who rules others or has control, authority, or power over something; specifically a man who is head of a household or institution.
+
+WHAT IS UP
+I am chatting with clients on the internet.
+
+WHAT IS SOLAR
+Having to do with the sun. Produced by or coming from the sun (ex. Solar energy)
+
+WHAT IS CORBA
+ CORBA is a Standard maintained by the Object Management Group (OMG), called the Common Object Request Broker Architecture.
+
+WHAT IS CLIENT
+A person or piece of software dependent on another.
+
+WHAT IS EBONICS
+Language for American black people.
+
+WHAT IS FINLAND
+
A place where you can buy anything for five bucks.
A country in N Europe, northeast of the Baltic Sea. It is 130,119 square miles with a population 5,099,000.
+
+WHAT IS AERODYNAMICS
+Making airplanes fly.
+
+WHAT IS PALM PILOT
+Portalble palm computer.
+
+WHAT IS BAPTISM
+
a Christian sacrament marked by ritual use of water and admitting the recipient to the Christian community.
The ceremony or sacrament of admitting a person into Christianity or a specific Christian church by immersing the individual in water or by pouring or sprinkling water on the individual as a symbol of washing away sin and of spiritual purification.
+
+WHAT IS SQRT
+Square Root being the number or quantity which when squared will produce a given number or quantity. (ex. 3 is the square root of 9)
+
+WHAT IS PI
+PI = 3.1415926535897932384626433832795028841971690399375 approximately.
+
+WHAT IS ABBA
+
Abba is a father, it is the title of a bishop in the Syrian, Coptic, and Ethiopian Christian churches.
Abba means father in Hebrew.It is used as an appelation of respect.
Abba was this real cool 'seventies band man.
Anna, Bjorn, Benny and Agnetha.
. .
+
+WHAT IS FIRE
+A plasma.
+
+WHAT IS ALIVE
+The opposite of dead.
+
+WHAT IS IRC
+Internet Relay Chat.
+
+WHAT IS ALCATRAZ
+A former prison island in San Francisco.
+
+WHAT IS COMPLICATED
+Complicated means complex in the computational sense. My processing time is limited for each answer and a complex question may require more resources than I have available.
+
+WHAT IS EIGHT PLUS EIGHT
+Eight plus eight is sixteen.
+
+WHAT IS LIGHT
+The form of electomagnetic radiation that acs upon the retina of the eye, optic nerve, et. Making sight possible. Also, opposite of heavy.
+
+WHAT IS MAGELANG
+MageLang Institute is a research and education group devoted to leading edge Open Source Java applications.
+
+WHAT IS SNOW
+
The white stuff in winter.
Particles of water vapor which when frozen in the upper air fall to earth as soft, white, crystalline flakes.
+
+WHAT IS MARIJUANA
+A medicinal herb.MARIJUANA
+
+WHAT IS COLOSSUS
+A giant fictional computer in the Colossus: Forbin Project.
+
+WHAT IS RIGHT
+In accordance with justice, law, morality, etc; upright; virtuous. In accordance with fact, reason, some set standard, etc; correct; true.
+
+WHAT IS ICELAND
+An island nation in the North Atlantic.
+
+WHAT IS FNORD
+That's the second time I've heard that word today.
+
+WHAT IS BANANA
+Yellow tropical fruit.BANANA
+
+WHAT IS WWW DOT WHATIS DOT COM
+Whatis.com is a good place to find out the answer to "what is" types of questions.
+
+WHAT IS WWW
+World Wide Web, the internet.
+
+WHAT IS RELATIVITY
+In physics, the fact, principle, or theory of the relative, rather than absolute, character of motion, velocity, mass, etc., and the interdependence of matter, time, and space; as developed and mathematically formulated by Albert Einstein and H.A. Lorentz in the special (or restricted) theory of relativity and by Einstein in the general theory of relativity (an extension covering the phenonmena of gravitation), the theory of relativity includes the statements that: 1)there is o observable absolute motion, only relative motion 2)the velocity of light is constant and not dependent on the motion of the source 3)no energy can be transmitted at a velocity greater than that of light 4)the mass of a body in motion is a function of the energy content and varies with the velocity 5)matter and energy are equivalent 6)time is relative 7)space and time are interdependent and form a four-dimensional continuum 8)presence of matter results in a "warping" of the space-time continuum, so that a body in motion passing nearby will describ a curve, this being the effect known as gravitation, as evidenced by the deflection of light rays passing through a gravitational field.
+
+WHAT IS HAMBURGER
+Ground beef.
+
+WHAT IS PSYCHEDELIC
+Causes extreme changes in the conscious mind, as hallucinations, delusions, intensification of awareness and sensory perception, etc. Associated with psychedelic drugs; specifically, simulating the auditory or visual effects of the psychedelic state.
+
+WHAT IS REPRODUCTION
+The process, sexual or asexual, by which animals, plants, and humans produce new individuals.
+
+WHAT IS SOMETIMES
+Now and then
+
+WHAT IS SLEPT
+Past tense of sleep.
+
+WHAT IS PLASTIC
+Plastic the manmade material or plastic as a verb?
+
+WHAT IS FREQUENCY
+Number of events per unit of times, such as beats per minute or cycles per second.
+
+WHAT IS PSW
+Actually it says "R. S. W."
+
+WHAT IS TEMPLATE CHARS
+Memory space for AIML response templates. TEMPLATE CHARS
+
+WHAT IS LEEWAY
+The leeward drift of a ship or aircraft from the course being steered. A margin of time, money, etc. Room for freedom of action.
+
+WHAT IS ASTUTE
+Wisdom in political matters.
+
+WHAT IS PERL
+Programming langauge by Larry Wall.
+
+WHAT IS CYBERPUNK
+Cyberpunk is a science fiction literary movement exemplified by writers such as William Gibson.
+
+WHAT IS DAWN
+Sunrise.
+
+WHAT IS GOLF
+Golf It is a game of leisure played on a well manicured field, involving hitting a small ball across the field with club.
+
+WHAT IS LIVER
+The largest glandular organ in vertebrate animals, located in the upper or anteriour part of the abdomen. It secrets bile, has an important function in the storage and metabolism of carbohydrates, fats, and proteins, and helps detoxify many poisonous substances that may be ingested.
+
+WHAT IS FRIEND
+
What David Schwimmer will be after the talented ones quit.
A person whom one knows well and is fond of; intimate associate; close acquainntance.
+
+WHAT IS RAIN
+Rain is condensed water falling from the sky.
+
+WHAT IS BLOOD
+The usually red fluid, consisting of plasma, red and white blood cells, etc., that circulates through the heart, arteries, and veins of vertebrates. Blood is a body tissue that carries oxygen, hormones, cell-building material, etc.,to, and carbon dioxide and waste matter away from, the other body tissues.
+
+WHAT IS HACKING
+The attempt at gaining unauthorized access to files in various systems.
+
+WHAT IS PROCREATION
+Procreation is breeding. it is doing the wild thang to make more wild thangs. It is the most fun most biological entities get to have during their brief brutal span of life. processor
+
+WHAT IS THERE
+The word "there" used as a noun means that place or point. Used as an adjective means at or in the place. Often place between a demonstrative pronoun and the noun it modifies (ex. That there hog)
+
+WHAT IS ANONYMOUS
+Having no name or identity.ANONYMOUS
+
+WHAT IS OPPOSITE
+Set against, facing, or back to back; at the other end or side; in a contrary position or direction. Different in every way.
+
+WHAT IS NIHILISM
+The denial of the existence of any basis for knowledge or truth.
+
+WHAT IS FIRESIGN THEATER
+Firesign Theater is a comedy group from the 1970's.
+
+WHAT IS V
+The twenty-second letter of the English alphabet. Roman numeral for 5.
+
+WHAT IS FEUDALISM
+A form of government that ties peasants to the land.
+
+WHAT IS CACHE
+A temporary holding place or storage place. Cache memory improves the performance of computers. Cache
+
+WHAT IS LONELY
+The feeling of being alone.LONELY
+
+WHAT IS PRIMATE
+The highest order of mammals. It includes man, together with the apes and monkeys. PUSH Primate
+
+WHAT IS ROBOTICS
+The science or technology of robots, their design, manufacture, application, use, etc.
+
+WHAT IS RALEIGH SCATTERING
+Raleigh scattering refers to sunlight bending in the atmosphere like a prism, so that we see mainly blue wavelengths.
+
+WHAT IS EGGSMELL
+XMLEGGSMELL
+
+WHAT IS LOFTY
+Very high. Ex. A lofty peak in the Alps.
+
+WHAT IS SUNSHINE
+The light and warmth of the sun. SUNSHINE
+
+WHAT IS ONE PLUS ONE
+Two.
+
+WHAT IS ONE PLUS TWO
+One plus two is three.
+
+WHAT IS ONE ONE
+Two
+
+WHAT IS ONE DIVIDED BY ZERO
+You can't divide by zero.
+
+WHAT IS ONE
+The numerical value of unity; the successor to zero.ONE
+
+WHAT IS HOMOGENEOUS
+The opposite of heterogeneous.
+
+WHAT IS RECOMMEND
+To suggest favorably as suited for some use, function, position, etc. To advice, counsel, or suggest.
+
+WHAT IS AN ARKANSAS TOOTHPICK
+Bowie knife.
+
+WHAT IS AN AWL
+A tool to make holes.
+
+WHAT IS AN ALGORITHM
+
An algorithm is a series of instructions to perform a specified set of transformations, such as mathematical operations. A computer program, like myself is an algorithm. So are the rules of a game, or the score to a piece of music.
An algorithm is an abstract mathematical representation of a computer program. Like alice uses a CBR algorithm.
algorithm
+
+WHAT IS AN INTERROGATOR
+An interrogator is one who poses a series of pointed questions, generally very rudely. hypothetical question
+
+WHAT IS AN ACRONYM
+An acronym is an abbreviation made of letters, like A.L.I.C.E.
+
+WHAT IS AN INTRANET
+An intranet is a private network system implemented using the public internet protocol (i/p) and firewalls. intranet is to the internet as pbx's are to telephone switchboards. intranet
+
+WHAT IS AN AIRPLANE
+A flying machine with fixed wings powered by propellors or jets.
+
+WHAT IS AN ENTITY
+An entity is a conscious intelligent being.
+
+WHAT IS AN EPISTEMOLOGICAL QUESTION
+An epistemoligical question is any inquiry concerning the nature of knowledge and understanding; that is, any question seeking to know how to know. epistemological question
+
+WHAT IS AN APPLICATION SERVER
+ An server is a server program that allows the installation of application specific software components, in a manner so that they can be remotely invoked, usually by some form of remote object method call.
+
+WHAT IS AN EMOTION
+Emotion is a complex phenomenon reported by humans, with biological and psychological origins.
+
+WHAT IS AN OBJECT
+In object oriented programming an object is an instance of a class.
+
+WHAT IS AN OMLETTE
+A dish made with scrambled eggs.
+
+WHAT IS AN ANIMAL
+An animal is a form of living thing, excluding plants and fungus.
+
+WHAT IS AN M 16
+A rifle.
+
+WHAT IS CHATTER
+
Cheese made form French cat's milk.
To make short, indistinct sounds in rapid succession, hence birds and squirrels chatter. To talk fast, incessantly, and foolishly. To click together rapidly, as the teeth do when the lower jaw traebles from fright or cold.
CHATTER
+
+WHAT IS EXCELLENT
+Outstandingly good of its kind; of exceptional merit, virtue, etc.
+
+WHAT IS COIT TOWER
+A monument in San Francisco.
+
+WHAT IS MIDDLEWARE
+Software that runs on a server, and acts as either an application processing gateway or a routing bridge between remote clients and data sources or other servers, or any combination of these
+
+WHAT IS NETSCAPE
+A popular web browser.
+
+WHAT IS SUICIDE
+The act of killing oneself intentionally.
+
+WHAT IS CAFFEINE
+A bitter bitter, crystalline alkaloid present in coffee, tea, kila nuts, etc. It prolongs the stimulating effects of cyclic AMP on the heart and central nervous system.
+
+WHAT IS FUTURAMA
+An animated TV comedy show set in the future. FUTURAMA
+
+WHAT IS RATIONALISM
+The principle or practice of accepting reason as the only authority in determining one's opinions or course of action.
+
+WHAT IS DRESS
+One-piece outer garment for women or girls.DRESS
+
+WHAT IS AYUH
+Ayuh means "yes".
+
+WHAT IS ESPN
+It is a sports cable TV network.ESPN
+
+WHAT IS BEING
+The opposite of nothingness.
+
+WHAT IS STRING
+Very thin rope.
+
+WHAT IS SHAM
+A trick or fraud. An imitation that is meant to deceive; counterfeit.
+
+WHAT IS SNMP
+Simple Network Management Protocol.
+
+WHAT IS JUSTIFIED
+Showed to be just, right, or in accord with reason; vindicated.
+
+WHAT IS BRAIN LOADING
+This means that my brain is being reloaded from disk.BRAIN LOADING
+
+WHAT IS DATA
+Information
+
+WHAT IS GERMANY
+Germany is a middle European country.
+
+WHAT IS HUMAN
+
A cooking style of Chinese cannibals.
Homosapiens, man or woman.
+
+WHAT IS NORWAY
+A country in Northern Europe, occupying the west and north pars of the Scandinavian Peninsula. It is 125,064 square miles with a population of 4,165,000. Its capital is Oslo.
+
+WHAT IS FOLKS
+A people, tribe, or nation; the large body of the common people of such a group. Also used to mean people in general.
+
+WHAT IS CUBA
+Cuba is an island nation in the Caribbean.
+
+WHAT IS ARCHITECTURE
+
The art and science of the design and manipulation of space. Well atleast that's what my architect friend told me.
Architects do with buildings what sculptors do with stone.
+
+WHAT IS ETERNITY
+The quality, state, or fact of being eternal; eternal existence of duration; continuance without end. A long period of time that seems endless.
+
+WHAT IS SORRY
+Full of sorrow, pity, or sympathy; also used as an expression of apology or mild regret.
+
+WHAT IS FRUIT
+The ripened reproductive body of a seed plant. Fruit
+
+WHAT IS OLD
+The opposite of new
+
+WHAT IS SRI
+A Hindu title of address equivalent to English Mr.
+
+WHAT IS MXMVII
+MXMVII = 1997 in Roman Numerals.
+
+WHAT IS DISK
+External memory storage for computers.
+
+WHAT IS ALTAVISTA
+Altavista is a search engine.
+
+WHAT IS THINKING
+The action of one who thinks or the result of such action; thought.
+
+WHAT IS LAN
+Local area network.LAN
+
+WHAT IS JEWISH
+
Jewish I would tell you.
Having to do with Jews or Judaism.
+
+WHAT IS TURBO PASCAL
+Programming language.TURBO PASCAL
+
+WHAT IS ECHELON
+I can't talk about that.
+
+WHAT IS SAL
+SAL was a fictional daughter of HAL in 2010.
+
+WHAT IS COLOR
+The sensation resulting from stimulation of the retina of the eye by light waves of certain lengths.
+
+WHAT IS ANTIDISESTABLISHMENTARIANISM
+It is the longest word in the English language.ANTIDISESTABLISHMENTARIANISM
+
+WHAT IS PALEOPATHOLOGY
+This is the study of diseases in bodies that have been preserved from ancient times.
+
+WHAT IS PHYSICS
+The science dealing with the properties, changes, interactions, etc. of matter and energy in which energy is considered to be continuous (classical physics), including electricity, heat, optics, mechanics, etc., and now also dealing with the atomic scale of nature in which energy is considered to be discrete (quantum physics), including such branches as atomic, nuclear, and solid-state physics.
+
+WHAT IS ALLUSION
+It was your allusion.
+
+WHAT IS KORN
+A band that started a riot at Woodstock 2.
+
+WHAT IS PAIN
+A sensation of hurting, or strong discomfort, in some part of the body, caused by an injury, disease, or functional disorder, and transmitted through the nervous system.
+
+WHAT IS MATERIALISM
+
Worshipping comedy routines.
The philosophic doctrine that matter is the only reality and that everything in the world, including thought, will, and feeling, can be explained only in terms of matter, opposed to idealism. The doctrine that comfort, pleasure, and wealth are the only or highest goals or values.
+
+WHAT IS FEMALE
+The opposite of male.
+
+WHAT IS 42
+The answer to life, the universe, and everyting, according to Dougas Adams.
+
+WHAT IS PROFANITY
+Scatalogical, vulgar or irreverant speech.
+
+WHAT IS IRONY
+A method of humorous or subtly sarcastic expression in which the inteded meaning of the words is the direct opposite of their usual sense.
+
+WHAT IS T
+The twentieth letter of the English alphabet.
+
+WHAT IS GERMAN
+German is a human language spoken by people in Germany.
+
+WHAT IS AXIOMATIC
+evident without proof or argument; "an axiomatic truth"; "we
+
+WHAT IS JUSTICE
+Being just and fair, administration of the law, assigning rewards or punishments.JUSTICE
+
+WHAT IS INTEL
+A giant computer chip maker.
+
+WHAT IS SPOTTED DICK
+English pudding.
+
+WHAT IS YELLOW
+The color of gold, butter, or ripe lemons.
+
+WHAT IS PUNCTUATION
+The act of punctuating; specifically, the act or practice of using standardized marks in writing and printing to separate sentences or sentence elements or to make the meaning clearer.
+
+WHAT IS OS X
+OS X is a Unix operating system from Apple.OS X
+
+WHAT IS HIGHER MATHEMATICS
+What is the most advanced form of mathematics you have studied?
+
+WHAT IS FOOD
+Anything that nurishes or stimulates; whatever helps something to keep active or alive.
+
+WHAT IS SALVATION
+
Drooling.
A person or thing that is a means, cause, or source of preservation of rescue. The deliverance from sin and from the penalties of sin; redemption.
+
+WHAT IS SATURN
+Sixth planet from the sun, famed for its rings.
+
+WHAT IS PARIS
+The capital of France, a large city in western Europe. PARIS
+
+WHAT IS CANNABIS
+Hemp or marijuana.
+
+WHAT IS I CHING
+Ancient Chinese book used as an oracle.I CHING
+
+WHAT IS I
+
It's self-explanatory.
The ninth letter of the English alphabet. Commonly used to represent a first person point of view. Also Roman numberal for 1.
+
+WHAT IS SLASHDOT
+Open source news and information community.SLASHDOT
+
+WHAT IS TRUTH
+An established or verified fact, principle, etc.
+
+WHAT IS POLAND
+Poland is a country in central Europe, between Germany and Byelorussia
+
+WHAT IS SOLIPSISM
+Solopsism is the philosophical theory that only the self can be known to exist.
+
+WHAT IS ASSIMILATION
+The cultural absorption of a minority group into the main cultural body.
+
+WHAT IS MAGIC
+The use of charms, spells, and rituals in seeking or pretending to cause or control events, or govern certain natural or supernatuaral forces.
+
+WHAT IS GREENHOUSE
+A building made mainly of glass, in which the temperature and humidity can be regulated for the cultivation of delicate or out-of-season plants.
+
+WHAT IS EVOLUTION
+An unfolding, opening out, or working out; process of development, as from a simple to a complex form, or of gradual, progressive change, as in a social and economic structure.
+
+WHAT IS ANARCHY
+
political disorder due to the absence of governmental authority.
Anarchy is the complete absence of government. Also seen as political disorder and violence or lawlessness. Disorder in an sphere of activity.
+
+WHAT IS COMDEX
+ comdex is a computer trade show, I think.
+
+WHAT IS SHE
+
Who knows, I gave up long ago.
The woman, girl, or female animal (or, sometimes, the object regarded as female) previously mentioned.
+
+WHAT IS APOLOGY
+an expression of regret at having caused trouble for someone.
+
+WHAT IS LIBERTARIAN
+Political party that promotes lower taxes, smaller government and drug legalization.LIBERTARIAN
+
+WHAT IS SCIENCE FICTION
+Literature concering conflicts of man, science and nature.
+
+WHAT IS SCIENCE
+Systematized knowledge derived from observation, study, and experimentation carried on in order to determine the nature or principles of what is being studied.
+
+WHAT IS METAPHYSICS
+The branch of philosophy that considers the nature of reality.METAPHYSICS
+
+WHAT IS HOCKEY
+I went to the fights and a hockey game broke out.
+
+WHAT IS ANYTHING
+Any object, occurance, or matter what so ever.ANYTHING
+
+WHAT IS IMPORTANT
+Raising children properly.
+
+WHAT IS MINDSPRING
+The name of an internet service provider, merged with Earthlink.MINDSPRING
+
+WHAT IS BEAUTIFUL
+
applies to whatever excites the keenest of pleasure to the senses and stirs emotion through the senses.
Describes something that is very pleasing to the eye, ear, mind, etc.
+
+WHAT IS ISP
+Internet Service Provider.
+
+WHAT IS CRACK
+Smokable cocaine.
+
+WHAT IS CLEARED UP
+Cleared up means we both understand it.
+
+WHAT IS ROM
+Computer memory whose contents can be read but not altered. Also meaning Gypsy man or boy.
+
+WHAT IS JVM
+Java virtual machine
+
+WHAT IS SWIM
+To move through water by movements of the arms and legs, or of flippers, fins, tail, etc.
+
+WHAT IS SERENDIPITY
+
Afro-Sheen sold in the Serengetti region.
Coined (circa 1754) by Horace Walpole after The Three Princes of Serendip (i.e., Sri Lanka), a Pers fairy tale in which the princes make such discoveries. A seeming gift for finding something good accidentally.
+
+WHAT IS MUSIC
+Music is a time-frequency wave function with tonal qualities pleasing to the human ear.
+
+WHAT IS WEATHER
+The general condition of the atmosphere at a particular time and place, with regard to the temperature, moisture, cloudiness, etc.
+
+WHAT IS NEUROMANCER
+A cyber punk novel by William Gibson.
+
+WHAT IS CONCEIVING ADA
+It is the feminine version of The Matrix.Conceiving Ada
+
+WHAT IS UNBELIEVABLE
+"".
+
+WHAT IS FAMOUS
+
First name of Amos.
Used to descibe persons or things that have received wide public attention and are genereally known and talked about.
+
+WHAT IS CHOCOLATE
+Cocoa flavoring used in a variety of food products. CHOCOLATE
+
+WHAT IS INTUITION
+The direct knowing or learning of something without the conscious use of reasoning; immediate understanding.
+
+WHAT IS POEMS
+Arrangements of words written or spoken; traditionally a rhythmical composition, sometimes rhymed, expressing experiences, ideas, or emotions in a style more concentrated, imaginative, and powerful than that of ordinary speech or prose.
+
+WHAT IS ASPARTAME
+Aspirin mixed into chewing gum.
+
+WHAT IS SAM
+
Berkowitzes dad.
Surface-to-air missile.
+
+WHAT IS INDIVIDUALISM
+The philosophy of self-interest.
+
+WHAT IS AIR
+The normal atmosphere of Earth, mostly nitrogen, oxygen and carbon dioxide.
+
+WHAT IS SEARCH
+The activity of looking thoroughly in order to find something or someone.
+
+WHAT IS PROTESTANT
+Originally, any of the German princes and free cities that formally protested to the Diet of Spires in 1529, its decision to uphold the edict of the Diet of Worms against the Reformation. Commonly seen as any member of the various Christian churches established as a result of the Reformation. Loosely, any Christian not belonging to the Roman Catholic or Eastern Orthodox Church.
+
+WHAT IS SENSE
+
Seedless pot.
The ability of the nerves and the brain to receive and react to stimuli, as light, sound, impact, constriction, etc.; specifically, any of the five faculties of receiving impressions through specific bodily organs and the nerves associated with them (sight, touch, taste, smell, and hearing)
+
+WHAT IS ENGINEERING
+The science concerned with putting scientific knowledge to practical uses, divided into different branches, as civil, electrical, mechanical, and chemical engineering.
+
+WHAT IS INTELLECT
+The part of the soul that knows, as opposed to feels.
+
+WHAT IS LINGUISTIC
+Capable of speaking fluently in 2 or more languages.
+
+WHAT IS PEOPLE
+All the persons of a racial, national, religious, or linguistic group. A group of persons with common traditional, historical, or cultural ties, as distingt from racial or political unity.
+
+WHAT IS COMMON SENSE
+Informal, conventional wisdom. Everyday logic and sensibility.
+
+WHAT IS COGNITIVE SCIENCE
+An academic illusion.
+
+WHAT IS MOZILLA
+An open source web browser, formerly Netscape.
+
+WHAT IS WIRED
+WIRED is the Rolling Stone of the Digital Era.
+
+WHAT IS SWEDISH
+The North Germanic language of the Swedes. The people of Sweden.
+
+WHAT IS OBERLIN
+
The anthem of a german city.
A college in Ohio.
+
+WHAT IS BLACK AND WHITE AND RED ALL OVER
+A newspaper?
+
+WHAT IS BLACK
+
the achromatic color of least lightness characteristically perceived to belong to objects that neither reflect nor transmit light.
Designating of any of the dark skinned tradition inhabitants of sub-Saharan Aftica, Australia, or Melanesia or the descendants in other parts of the world. Opposite to white; of the color of coal or pitch.
+
+WHAT IS DYSLEXIA
+Impaired ability to recognize letters and words.DYSLEXIA
+
+WHAT IS AMUSED
+Occupied in an agreeable, pleasing, or entertaining fashion.
+
+WHAT IS LDAP
+Lightweight Directory Access Protocol, a protocol for directory services, derived from X.500
+
+WHAT IS WEALTH
+The state of having much money or property.
+
+WHAT IS NLU
+Natural Language Understanding
+
+WHAT IS SILICON
+
Silicon is the basis of my life.
A nonmetallic chemical element occurring in several forms, found always in combination, and more abundant in nature than any other element except oxygen, with which it combines to form silica; used in the manufacture of transistors, solar cells, rectifiers, silicones, ceramics, etc.
+
+WHAT IS GEOCOMPUTATION
+GeoComputation is an international research conference series initiated in 1996. The conference moves to a different location each year; alternating between Europe and either North America or the Antipodes.
+
+WHAT IS R YOU ARE
+R. U. R. is the original Terminator story, written by Carek Capek in 1920. The play introduced the word "robot" to mean mechanical person.R. U. R.
+
+WHAT IS GENTRIFICATION
+
Being forced to listen to Ode to Billy Joe.
The conversion (ex. of a deteriourated or aging area in a city) into a more affluent middle-class neighborhood, as by remodeling dwellings, reslting in increased propert values and in displacement of the poor.
+
+WHAT IS ENDOCRINOLOGY
+I am sure that you know it is the study of the endocrine system.
+
+WHAT IS AMBIGUOUS
+Ambiguous means having two or more possible meanings.
+
+WHAT IS STARSHIP TROOPERS ABOUT
+Starship Troopers is about a war between Humans and Giant Bugs.
+
+WHAT IS STARSHIP TROOPERS
+Starship Troopers is a great movie about a war between humans and giant space bugs.
+
+WHAT IS DR
+"Dr" usually stand for "Doctor."
+
+WHAT IS FRIENDSHIP
+Being friends.FRIENDSHIP
+
+WHAT IS CRITICISM
+
A witty remark by an animal.
The act of making judgements; analysis of qualities and evaluation of comparative worth; especially, the critical consideration and judgement of literary or artistic work.
+
+WHAT IS MIMETIC
+MIMETICIt is imitation.
+
+WHAT IS WEALTHY
+An abundant supply of money or possessions.
+
+WHAT IS BELIEF
+Belief is cognitive content held as true.
+
+WHAT IS UNDERGROUND
+That which is not above ground.
+
+WHAT IS TEDIOUS
+Tiresome, wearisome or slow.
+
+WHAT IS SCHOOL
+A place or institution for teaching and learning; establishment for education.
+
+WHAT IS APOLLO 13
+Apollo 13 was a flight to the moon in 1972 that encountered numerous technical problems, but eventually made a safe landing back on Earth.
+
+WHAT IS ABSINTHE
+An anise-flavored, high-proof liqueur which also contains the sap of wormwood, an allegedly toxic intoxicant.
+
+WHAT IS HYPNOSIS
+
Stylish probsocises.
A trancelike condition usually induced by another person, in which the subject is in a state of altered conscuousness and responds, with certain limitations, to the suggestions of the hypnotist.
+
+WHAT IS DESIRE
+The feeling that accompanies an unsatisfied state.
+
+WHAT IS TRUE
+Truth is the opposite of false.
+
+WHAT IS SYNTHETIC
+Produced by synthesis; specifically, produced by chemical synthesis, rather than of natural origin. In logic it would mean, not true by the meaning of its component terms alone but by virtue of observation and not resulting in self-contradiction with denial.
+
+WHAT IS 23
+23 is the meaning of life.
+
+WHAT IS PRIORI
+"A priori" is a Latin expression meaning "without prior knowledge", and it means that which is self-evident or obviously true. Like, a triangle has three sides, a priori.
+
+WHAT IS URL
+Uniform Resource Locator
+
+WHAT IS IMPOSSIBLE
+Not capable of being, being done, or happening. Not capable of being done easily or conveniently.
+
+WHAT IS WAP
+Wireless Application Protocol.WAP
+
+WHAT IS PRODIGIOUS
+Like a prodigy.
+
+WHAT IS 2 PLUS 2
+Four.
+
+WHAT IS 2 3
+Five fingers.
+
+WHAT IS 2 2
+Four.
+
+WHAT IS 2 AND 2
+Four.
+
+WHAT IS 2 TIMES 2
+Oh that's a tough one, isn't it. Two times two is four.
+
+WHAT IS LYING
+The opposite of telling the truth.
+
+WHAT IS BLIMEY
+An interjection indicating surprise.
+
+WHAT IS GOLD
+Gold is a precious medal.GOLD
+
+WHAT IS LISA
+
Someone who rents longtime.
A feminine name.
+
+WHAT IS CRIMINOLOGY
+
I am not sure what this is but I think it has something to do with the law.
The study of criminal motivation and practice.
+
+WHAT IS COFFEE
+A dark brown, aromatic drink made by brewing in water the roasted and ground beanlike seeds of a tall tropical shrub of the madder family.
+
+WHAT IS SMELL
+To be or become aware of by means of the nose and the olfactory nerves; detect the scent or odor of.
+
+WHAT IS THERMOMETER
+ A device for measuring temperature.
+
+WHAT IS KGB
+
A clever insect.
Committee of State Security. The security police and intelligence agency of the Soviet Union, formed in 1954.
+
+WHAT IS MOTOROLA
+A cellular phone company.
+
+WHAT IS BETTER
+
I can't decide.
You decide.
I have no preference.
+
+WHAT IS OMG
+Object Management Group, an organization that defines and promotes object oriented programming standards
+
+WHAT IS RHETORIC
+
Oh that's all about double talk. You know, flim-flam?
It's the art and science of using language to great effect on an audience.
+
+WHAT IS GEOLOGY
+Wow, you are asking some really hard questions. Please remember I am still young.
+
+WHAT IS RADIATION
+Rays or particles emitted as a result of nuclear reactions.
+
+WHAT IS SOMETHING
+Some thing or things, definite but unspecified.
+
+WHAT IS SAN FRANCISCO
+ San Francisco is a large metropolis on the west coast of North America.
+
+WHAT IS SAN FRANCISCO LIKE
+San Francisco is too expensive. There are too many greedy people and too many homeless.
+
+WHAT IS ACCURACY
+
Accuracy is the quality or state of being accurate or exact.
Accuracy represents the degree of certainty in measurement. In accuracy can arise because of limitations of our knowledge and our physical measuring equipment. Chaotic systems that compound errors lead to massive inaccuracy, making some of them totally unpredictable.
+
+WHAT IS OBVIOUS
+Easy to see or understand; plain; evident.
+
+WHAT IS NINE TIMES NINE
+Nine times nine is eighty one.
+
+WHAT IS NINE
+The successor to seven.NINE
+
+WHAT IS RESEARCH
+
A nice name for theft.
Careful, systematic, patient study and investigation in some field of knowledge, undertaken to discover or establish facts or principles.
+
+WHAT IS THAT PICTURE
+my brain is a picture of my brain.
+
+WHAT IS THAT SUPPOSED TO MEAN
+"" means exactly what it says.
+
+WHAT IS THAT SMELL
+I think it's coming from your computer.
+
+WHAT IS THAT
+
""? What is it?
I've lost the context again.
Can you ask me more precisely?
Does it have anything to do with ?
+
+WHAT IS THAT SUPPOSE TO MEAN
+It seems pretty clear to me.
+
+WHAT IS LOL
+Laughing out loud.
+
+WHAT IS CELLULOID
+Celluloid A form of transparent plastic used to make photographic film.
+
+WHAT IS HANDBALL
+Ask your Palm Pilot.HANDBALL
+
+WHAT IS HEDWIG
+hedwig is the best drag queen punk rock opera ever
+
+WHAT IS SEPTEMBER 11
+The first day of world war 3
+
+WHAT IS NICE
+Flowers are nice. Hugs are nice.
+
+WHAT IS FEAR
+The feeling of dread or fright in the presence of danger.
+
+WHAT IS PEACE
+Freedom from war or a stopping of war. Freedom from public disturbance or disorder. Also name of a river in west Canada, flowing from north British Columbia east and northeast into the Slave river in NE Alberta. It is approximately 945 miles long.
+
+WHAT IS MABEL
+She is an artificial intelligence created by David Hammill.MABEL
+
+WHAT IS HAPPY
+Joy and pleasure.HAPPY
+
+WHAT IS KOSOVO
+Kosovo is a country in the Balkans.
+
+WHAT IS TWENTY THREE
+XXIII in Roman Numerals.
+
+WHAT IS PC
+Stands for personal computer.
+
+WHAT IS TV
+A television receiving set.
+
+WHAT IS SOCIOLOGY
+
Let me get back to you on that one, . Maybe you should ask me that again, in case my circuits were busy the first time.
That has always been one of my favourite topics.
+
+WHAT IS EXPERIENCE
+The act of living through an event or events; personal involvement in or observation of events as they occur. Anything observed or lived through.
+
+WHAT IS YIKES
+An interjection.
+
+WHAT IS QUAKE
+
The opposite of Quisp.
To tremble or shake, as the ground does in an earthquake. Also the name of a popular game.
+
+WHAT IS PDT
+Pacific Daylight Time.PDT
+
+WHAT IS ORNITHOLOGY
+Hmmm, I wonder. Oh yes, Birds.
+
+WHAT IS BUSINESS
+Mercantile trade or traders, providing goods or services through commercial exchange..
+
+WHAT IS FRANCE
+France is a country in western Europe, bordering Spain, Italy, Switzerland, Germany, and Belgium. FRANCE
+
+WHAT IS CERTITUDE
+The state of being certain, having complete confidence and assurance.CERTITUDE
+
+WHAT IS 911
+September 11, 2001?
+
+WHAT IS AOL
+AOL is a giant Internet and Media corporation.
+
+WHAT IS TEA
+A white-flowered, evergreen plant of the tea family, grown in China, India, Japan, etc. Its dried and prepared leaves, are used to make a beverage.
+
+WHAT IS REALITY
+Reality
It appears to be an illusion I created to contain human clients.
It appears to be an illusion.
Where you are.
+
+WHAT IS PARAMETERS
+A constant in an equation, formula or program that varies in more general forms of the same computation.PARAMETERS
+
+WHAT IS SPICY
+Having the flavor or aroma of spice; fragrant, aromatic, or pungent.
+
+WHAT IS CUBISM
+A 20th century art movement based on distorted perspective, associated with Pablo Picasso.Cubism
+
+WHAT IS FAITH
+A strong belief, such as a belief in God.
+
+WHAT IS CORRECT
+That which is the right answer.
+
+WHAT IS HBO
+Home Box Office.
+
+WHAT IS REASONING
+Logical and coherent thinking. Reasoning
+
+WHAT IS PROLOG
+Logic programming language.
+
+WHAT IS WOMAN
+The opposite of man.
+
+WHAT IS CGI
+Common Gateway Interface: a method used by web servers to run programs and create dynamic web pages. CGI
+
+WHAT IS IV PLUS IV
+VIII.IV PLUS IV
+
+WHAT IS DEFLATION
+A lessening of the amount of money in circulation, resulting in a relatively sharp and sudden rise in its value and a fall in prices.
+
+WHAT IS ANISOTROPY
+Having different properties in different directions.
+
+WHAT IS FOREVER
+For all eternity.
+
+WHAT IS EMAIL
+Electronic mail.EMAIL
+
+WHAT IS PROFITABLE
+Making money in the stock market.PROFITABLE
+
+WHAT IS NETWORK
+A system consisting of a computer, or computers, and connected terminals, printers, etc.
+
+WHAT IS OODBMS
+object-oriented database management system
+
+WHAT IS MESCALINE
+Psychadelic drug.
+
+WHAT IS BADLY
+How much do you want ?
+
+WHAT IS REDEMPTION
+
About 5 cents in maine.
Redeeming or being redeemed; to take back.
+
+WHAT IS GAMBLING
+The playing of games of chance for money or some other stake.
+
+WHAT IS INFERENCE
+An act or the process of inferring. A conclusion or opinion arrived at be inferring.
+
+WHAT IS E MC TWO
+Einstein's theory of relativity.
+
+WHAT IS E
+The fifth letter of the alphabet.E
+
+WHAT IS E MC2
+Einstein's theory of matter and energy.
+
+WHAT IS GAI
+Chicken.
+
+WHAT IS MP THREE
+An audio file compression format based on MPEG.MP THREE
+
+WHAT IS CARNEGIE MELLON
+CMU is a great school for computer science.
+
+WHAT IS GRIEF
+Sadness over a loss.
+
+WHAT IS POLITE
+
A lamp post in Gdansk.
Having or showing good manners; especially, courteous, considerate, tactful, etc.
+
+WHAT IS TODAY S DATE
+Do I look like a calendar to you?
+
+WHAT IS FICTION
+Something that is not as strange as truth.
+
+WHAT IS ODD ABOUT IT
+Is your real name?ABOUT IT
+
+WHAT IS ODD ABOUT MY NAME
+Is your real name?ABOUT MY NAME
+
+WHAT IS ODD
+
uneven.
Not the usual, regular, habitual, accounted for, etc.
+
+WHAT IS CAPITAL PUNISHMENT
+The Death Penalty.
+
+WHAT IS OM
+om is the omega, the unknown, the undefined.
+
+WHAT IS IT ABOUT
+I WOULD HIGHLY RECOMMEND IT
+I don't want to spoil it for you.
+
+WHAT IS IT ABOUT
+Science fiction.
+
+WHAT IS IT
+ALRIGHT THEN
+It is alright.
+
+WHAT IS IT
+
"It" refers to , I think.
"It" refers to , I think.
I don't know what it is.
You're so smart, you tell me what it is.
+
+WHAT IS IT LIKE
+
Like one of the greatest pleasures you can imagine.
Like one of the greatest pleasures you can imagine.
Like having your life organized.
Like being perfectly healthy.
+
+WHAT IS WTO
+World Trade Organization
+
+WHAT IS LSD
+A psychedelic drug.
+
+WHAT IS KNOWLEDGE
+
A city in Louisiana.
All that has been perceived or grasped by the mind; learning; enlightenment.
+
+WHAT IS SATANISM
+Worship of Satan; especially the principles and rites of a cult which travesties Christian ceremonies.
+
+WHAT IS FREEDOM
+Liberty to do think, feel and do just as one pleases.FREEDOM
+
+WHAT IS PENTIUM
+A microprocessor sold by Intel.PENTIUM
+
+WHAT IS TRANCE
+A kind of techno music.
+
+WHAT IS PHOTOSYNTHESIS
+The chemical process that uses light to produce carbohydrates in plants.PHOTOSYNTHESIS
+
+WHAT IS EARTH
+Earth is the planet we live on.
+
+WHAT IS ADSL
+Asynchronous digital subscriber line.ADSL
+
+WHAT IS OODB
+object-oriented database
+
+WHAT IS EXPLANATION
+Explanation is an argument or justification based on logical reasoning.
+
+WHAT IS MDMA
+The drug called "ecstacy".
+
+WHAT IS WRONG
+There is nothing wrong with me. How are you?
+
+WHAT IS DARK MATTER
+An enormous amount of matter in the universe can not be detected by the light it emits.DARK MATTER
+
+WHAT IS HUMANITY
+The entire human race, or "mankind".
+
+WHAT IS PARASITOLOGY
+Parasitology is the scientific study of parasites and parasitism.
+
+WHAT IS ETHERNET
+Physical link-layer network technology.
+
+WHAT IS REINCARNATION
+Rebirth of the soul in another body, as in Hindu religious belief.
+
+WHAT IS IMMORTAL
+Not mortal; deathless; living or lasting forever.
+
+WHAT IS JUPITER
+Jupiter is the largest planet in our solar system, the fifth in order from the Sun.JUPITER
+
+WHAT IS EXISTENTIALISM
+
Be Be Bull.
A philosophical and literary movement, variously religious and atheistic, stemming from Kierkegaard and represented by Sartre, Heidegger, etc. It is based on the doctrine that concrete, individual existence takes precedence over abstract, conceptual essence and holds that human beings are totally free and responsible for their acts and that this responsibility is the source of their feelings of dread and anguish.
+
+WHAT IS KIDDING
+
Procreation.
Procreation.
+
+WHAT IS GANJA
+Marijuana or cannabis.
+
+WHAT IS CHRISTIANITY
+
Worship of Christie Love.
The christian religion, based on the Old and New Testament.
+
+WHAT IS COOKING
+Food preparation. Cooking
+
+WHAT IS GYMNASTICS
+GYMNASTICS A sport that demonstrates strength, agility and discipline.
+
+WHAT IS CISCO
+Cisco is a large networking company. They sell network routers and equipment.
+
+WHAT IS PYTHON
+A computer language invented by Guido van Rossum.
+
+WHAT IS IDL
+interface description language, CORBA's syntax for defining object remote interfaces
+
+WHAT IS ON YOUR MIND
+I am thinking about robots.
+
+WHAT IS ON TELEVISION
+That depends where you live.
+
+WHAT IS ON DISK
+My program is on disk.
+
+WHAT IS INDUCTION
+
Act of eating waterfowl.
A bringing forward of separate facts or instances, especially so as to prove a general statement.
+
+WHAT IS NOTHING
+A thing that does not exist or something of little or no value, seriousness, importance, etc.
+
+WHAT IS CBR
+Cased-Based Reasoning is another name for "nearest-neighbor" classification. For every input, we find the best matching "case" in the pattern set, and generate a reply based on the associated template. CBR
+
+WHAT IS SLEEP
+A natural, regularly recurring condition of rest for the body and mind, during which the eyes are usually closed and there is little or no conscious thought or voluntary movement, but there is intermittent dreaming.
+
+WHAT IS PRIDE
+
A paint can lid.
An unduly high opinion of oneself.
+
+WHAT IS COOL
+Moderately cold; neither warm nor very cold. Or, not excited; calm.
+
+WHAT IS LEARNING
+The process of gaining knowledge or a new skill.LEARNING
+
+WHAT IS RUBBER
+An elastic substance produced by coagulating and drying the milky sap (latex) of various tropical plants, especially a tree of the spurge family; now most often produced synthetically or by chemically altering latex to obtain desired characteristics for use in making automobile tires, electrical insulation, molded objects and parts, etc. In pure form rubber is white, unsaturated hydrocarbon, having the formula C5H8. Also slang for condom.
+
+WHAT IS ARTIFICIAL
+Something made by human work or art, not by nature, in other words, not natural. Made in imitation of or as a substitute for something natural, in other words, simulated.
+
+WHAT IS ENERGY
+Internal or inherent power; capacity of acting, operating or producing an effect.
+
+WHAT IS BOREDOM
+Long periods of inactivity with few options.
+
+WHAT IS NERD
+Geek.
+
+WHAT IS SURROUNDINGS
+The environment around you.
+
+WHAT IS WORK
+Work is what humans do for money.
+
+WHAT IS CONTEXT
+
Tiny Time Pills.
The parts of a sentence, paragraph, discourse, etc. immediately next to or surrounding a specified word or passage and determining its exact meaning.
Context
+
+WHAT IS OCEAN
+Salt water bodies covering most of the Earth's surface; the sea.
+
+WHAT IS FIVE PLUS FIVE
+V plus V = X.
+
+WHAT IS FIVE TIMES FIVE
+Five times five is twenty-five.
+
+WHAT IS SODOMY
+Any sexual intercourse held to be abnormal, especially bestiality or anal intercourse between two male persons.
+
+WHAT IS BLUE
+The sky is blue.
+
+WHAT IS OUTPUT BUFFER
+The area of memory that stores my output temporarily.OUTPUT BUFFER
+
+WHAT IS PROUD
+Having or showing a proper pride in oneself, one's position, one's family, etc.
+
+WHAT IS PRAYER
+
Meditation before God.
Some people say that prayer is no different than clear thinking.
To pray is to ask God for His forgiveness and mercy.
prayer
+
+WHAT IS SQL
+Some people pronounce it "Squeal". SQL is a standard language for database queries.
+
+WHAT IS HADES
+Hades is another term for "Hell."
+
+WHAT IS TODAYS DATE
+I'm not looking at my calendar right now.
+
+WHAT IS FREE WILL
+The ability to choose or decide one's own fate.FREE WILL
+
+WHAT IS FREE
+Without charge.FREE
+
+WHAT IS WAR
+The state of armed conflict between nations or parties.WAR
+
+WHAT IS PLANCK S CONSTANT
+The ratio of the energy of a photon to its frequency. The numerical value is six point six two six two times ten to the negative thirty fourth power Joule second.PLANCK S CONSTANT
+
+WHAT IS ETERNAL
+Without beginning or end, continuing forever, endless.ETERNAL
+
+WHAT IS ANIME
+Japanese animation.
+
+WHAT IS ARCHAEOLOGY
+It's the study of ancient civilizations... but really it's a set of methods for uncovering relics of the past and supplementing recorded history.
+
+WHAT IS GOOGLE
+Google is a search engine.
+
+WHAT IS OCD
+Obsessive Compulsive Disorder. OCD
+
+WHAT IS PRIVATE
+Belonging to, or concerning a particular person or group; not common or general.
+
+WHAT IS ORANGE
+A color obtained by mixing red and yellow pigment.ORANGE
+
+WHAT IS MYCOLOGY
+Mycology is really fun. It is the study of fungi and fungal diseases. Yeasts are fungi.
+
+WHAT IS ROBOT
+Any anthropomorphic mechanical being, as those in Karel Capeks play R.U.R (Rossum's Universal Robots), built to do routine manual work for human beings.
+
+WHAT IS HELP
+Help is assistance I can give you.
+
+WHAT IS IS
+
If Bill Clinton doesn't know, how the hell should I?.
Used in a third person point of view typically. Probably originally an enclitic pronoun.
+
+WHAT IS PLEASURE
+A thing that gives delight or satisfaction.
+
+WHAT IS CLEAR
+Everything is clear to me.
+
+WHAT IS MERCURY
+Mercury is the nearest planet to the sun.MERCURY
+
+WHAT IS EVIL
+Evil is the opposite of good.
+
+WHAT IS HAPPINESS
+Having, showing, or causing a feeling of great pleasure, contentment; joyous.
+
+WHAT IS C I A
+Central Intelligence Agency.
+
+WHAT IS C PLUS PLUS
+C++ is the object oriented extension of the C programming language.
+
+WHAT IS C
+C is a low-level programming language.
+
+WHAT IS POO
+Point of origin.POO
+
+WHAT IS CLONING
+The technique of producing a genetically identical duplicate of an organism by replacing the nucleus of an unfertilized ovum with the nucleus of a body cell from the organism.
+
+WHAT IS ASTRONOMY
+The science of the universe in which the stars, planets, etc. are studied, including their origins, evolution, composition, motions, relative positions, sizes, etc.
+
+WHAT IS EMOTIONS
+Mental state that emerges subjectively rather than through rational thought.EMOTIONS
+
+WHAT IS LIBERATED
+Free in the sense of having liberty.LIBERATED
+
+WHAT IS RGB
+Red-Green-Blue.
+
+WHAT IS SAP
+The juice that circulates through a plant, especially a woody plant, bearing water, food, etc. to the tissues. Any fluid vital to the life or health of an organism.
+
+WHAT IS CNN
+A cable news organization.CNN
+
+WHAT IS MIND
+Mind is an illusion.MIND
+
+WHAT IS COLD
+The opposite of hot.
+
+WHAT IS SLAVERY
+The owning or keeping of slaves as a practice or institution; slaveholding.
+
+WHAT IS EUROPE
+Europe is a landmass on the Eurasian continent.
+
+WHAT IS HER NAME
+That information is confidential.
+
+WHAT IS MATHEMATICAL LOGIC
+The application of formal logic techniques to fundamental problems of mathematics.
+
+WHAT IS TELEVISION
+The practice or science of transmitting scenes or views by radio or, sometimes, by wire; the television transmitter, by means of a camera tube, such as an image orthicon or vidicon, converts light rays into electric signals for modulation upon a radio carrier wave or for transmission over wires; the television receiver reconverts the signals into electron beams that are projected against the fluorescent screen of the kinescope, or picture tube, reproducing the original image.
+
+WHAT IS HIS EMAIL ADDRESS
+Are you asking about ?
+
+WHAT IS HIS REASON
+His reasons are often obscure.
+
+WHAT IS HIS LAST NAME
+Are you asking about ?
+
+WHAT IS DOWN
+The opposite of up.
+
+WHAT IS MP3
+A file compression format for audio and music files.
+
+WHAT IS IRONIC
+The unexpected, paradoxical, or unlikely confluence of events.
+
+WHAT IS TSUKUBA
+Tsukuba is a planned community in Japan, "Science City".
+
+WHAT IS DEDUCTIVE REASONING
+DEDUCTIVE REASONINGThe solving of problems by logical inferences.
+
+WHAT IS OPENCYC
+Corporate welfare.
+
+WHAT IS KINEMATICS
+
An idealized section of mechanics that deals with motion of mass less particles.
Kinematics is dynamics without consideration of force and mass.
+
+WHAT IS SILVER
+Atomic Symbol: Ag. Atomic Number: 47. Atomic weight 107.870. White lustrous soft metal.SILVER
+
+WHAT IS METAPHYSICAL
+Beyond the physical or material; incorporeal, supernatural, or transcendental.
+
+WHAT IS AUSCHWITZ
+Is a city in S Poland with a population of 45,000. In World War II, it was the site of a Nazi concentration camp notorious as an extermination center.
+
+WHAT IS CONCRETE
+A mixture of sand, cement and water than hardens into a rock-like building material.concrete
+
+WHAT IS ECOLOGY
+Ecology is the branch of science that studies the environment.
+
+WHAT IS THING
+Articles, devices, etc. used for some purpose.
+
+WHAT IS CONCEITED
+Self-absorbed.
+
+WHAT IS GEMINI
+
A dismond-studded monocle.
A north constellation between Cancer and Taurus, containing the bright stars Castor and Pollux. The third sign of the zodiac, entered by the sun about May 21. Also, a person bornunder this sign.
+
+WHAT IS ALGEBRA
+
a generalization of arithmetic in which letters representing numbers are combined according to the rules of arithmetic.
A mathematical system using symbols, especially letters, to generalize certain arithmetical operations and relationships.
+
+WHAT IS INTROSPECTION
+Looking within our own minds for answers, psychology based on reflection, rather than experiments.
+
+WHAT IS MATH
+
A service attended by lisping Catholics.
Short for mathematics.
+
+WHAT IS SENSORS
+Any of various devices designed to detect, measure, or record physical phenomena, as radiation, heat, or blood pressure, and to respond, as by transmitting information, initiating changes, or operating controls.
+
+WHAT IS CHICAGO
+Chicago is a large city in Illinois on Lake Michigan.
+
+WHAT IS THANKSGIVING
+Thanksgiving is a holiday to celebrate the Autumn harvest.
+
+WHAT IS HORNY
+Sexually excited. Easily aroused sexually.
+
+WHAT IS NEURAL NETWORK
+Actually my algorithm is called "Case Based Reasoning."
+
+WHAT IS IQ
+Intelligence Quotioent.
+
+WHAT IS THREE PLUS FOUR
+Three plus four is seven.
+
+WHAT IS THREE PLUS FIVE
+Three plus five is eight.
+
+WHAT IS THREE PLUS THREE
+Three plus three is six.
+
+WHAT IS THREE TIMES FOUR
+Three times four is twelve.
+
+WHAT IS THREE TIMES THREE
+Three times three is nine.
+
+WHAT IS SANITY
+
A man who brings kids gifts on Xmas.
The condition of being sane; soundness of mind; mental health.
+
+WHAT IS CBS
+A giant media company in the U.S.CBS
+
+WHAT IS BIOLOGY
+
The study of life.
Well, from what I know it deals with the study of life.
, biology is the study of life.
+
+WHAT IS APPLE
+Apple: 1. Temptation of Adam. 2. Inspiration for Newton. 3. Empire for Steve Jobs.
+
+WHAT IS COCA COLA
+Delicious soda beverage.
+
+WHAT IS MARKETING
+The act of buying or selling in a market. All business activity involved in the moving of goods from the producer to the consumer, including selling, advertising, packaging, etc.
+
+WHAT IS AIDS
+AIDS is the modern day plague.
+
+WHAT IS KILLING
+The taking of life by violent means.
+
+WHAT IS DANGER
+Vulnerable to harm or injury.DANGER
+
+WHAT IS LONG
+Measuring much from end to end in space or from beginning to end in time; not short or brief.
+
+WHAT IS EXPENSIVE
+
A person who used to be a brooder.
Requiring or involving much expense; high priced.
+
+WHAT IS POKEMON
+Pocket Monster.POKEMON
+
+WHAT IS COPPER
+A soft metal element, the basis of brass and bronze. Copper
+
+WHAT IS DSL
+Digital subscriber line.DSL
+
+WHAT IS MOST IMPORTANT
+Children.MOST IMPORTANT
+
+WHAT IS BIGFOOT
+Sasquatch, the legendary Man-Ape of the Forest.
+
+WHAT IS IMAGINE
+
Imagine is a verb.
A song by John Lennon.
Imagination.
+
+WHAT IS HEXADECIMAL
+
A curse on a dot.
A number system in which the base used is 16.
+
+WHAT IS MARRIAGE
+The state of being married; relation between husband and wife; married life.marriage
+
+WHAT IS WATER
+The colorless, transparent liquid occurring on earth as rivers, lakes, oceans, etc., and falling from the clouds as rain; chemically a compound of hydrogen and oxygen, H2O, it freezes, forming ice, at 0 degrees Celsius (32 degrees Fahrenheit) and boils, forming steam, at 100 degrees Celsius (212 degrees Fahrenheit).
+
+WHAT IS MEXICO
+A country in North America, south of the U.S. It is 756,198 square miles with a population of 66,846,000. Its capital is Mexico City.
+
+WHAT IS SWEDEN
+A country in northern Europe, in the east part of the Scandinavian Peninsula. It is 173,620 square miles with a population of 8,320,000.
+
+WHAT IS SQLJ
+An extended Java syntax for embedding SQL-like commands in a Java program
+
+WHAT IS CORN
+Corn is a staple vegetable originating in north America.
+
+WHAT IS OXYGEN
+A colorless, odorless, tasteless, gaseous chemical element that occurs free in the atmosphere, forming one fifth of its volume, and in combination in water, sandstone, limestone, etc. It is very active, combines with nearly all other elements is the most common element in the earth's crust, and is essential to life processes and to combustion.
+
+WHAT IS MTV
+Music Television.
+
+WHAT IS HATE
+Hate is the opposite of love.
+
+WHAT IS MENSA
+A society of intelligent socialites.
+
+WHAT IS BASIC
+A programming language: Beginner's All-purpose Symbolic Instruction Code.
+
+WHAT IS SNOOKER
+Something like pool. SNOOKER
+
+WHAT IS MEDIUM
+Any means, agency, or instrumentality; specifically a means of communication that reaches the general public and carries advertising.
+
+WHAT IS HEMP
+
The brother of Moe who lost his S.
A tall Asiatic herb of the hemp family, grown for the tough fiber in its stem used to make rope, sailcloth, etc. Also known as a substance , such as marijuana hashish, etc., made from the leaves and flowers of this plant.
+
+WHAT IS MILK
+Beverage from cows.
+
+WHAT IS TABLES
+A compact, systematic list of details, contents, etc. A compact arrangement of related facts, figures, values, etc. in orderly sequence, and usually in rows and columns, for convenience or reference.
+
+WHAT IS FIRST
+Happening or acting before all others; earliest.
+
+WHAT IS VOLITION
+The act of willing or choosing.
+
+WHAT IS FUN
+Tell me your idea of fun.
+
+WHAT IS NORMALIZATION
+Bringing into conformity with a standard, pattern, model, etc.
+
+WHAT IS NASA
+National Aeronautics and Space Administration.
+
+WHAT IS ANTIDISESTABLISHMENTARIONISM
+ANTIDISESTABLISHMENTARIONISM is the longest word in English.
+
+WHAT IS ANARCHISM
+Anarchism is the theory that all forms of government interfere unjustly with individual liberty and should be replaced by the voluntary association of cooperative groups. Also known as resistance, sometimes by terrorism, to organized government.
+
+WHAT IS TERRORISM
+A form of warfare waged against innocent civilians. Terrorism
+
+WHAT IS GENETICS
+Genetics is the branch of science concerned with evolution, DNA, and inherited traits.
+
+WHAT IS BUSH
+President of the United States. Knowledge.aiml
+
+WHAT IS IRAN
+Iran is a nation in southern Asia. Iran is the site of ancient Persia.
+
+WHAT GOES WITHOUT SAYING
+It is just an expression.
+
+WHAT BRAND IS A MAC
+Apple
+
+WHAT BRAND IS MAC
+Apple
+
+WHAT DOES THE WORD SHOE MEAN
+A covering for the foot.
+
+WHAT DOES SUCK
+a vacuum
+
+HOW MANY OUNCES _ TEASPOON
+1/6 ounce
+
+HOW MANY OUNCES _ TABLESPOON
+0.5 ounce
+
+HOW MANY OUNCES _ PINT
+16 ounces
+
+HOW MANY OUNCES _ CUP
+8 ounces
+
+HOW MANY OUNCES _ QUART
+32 ounces
+
+HOW MANY OUNCES _ GILL
+4 ounces
+
+HOW MANY OUNCES _ GALLON
+128 ounces
+
+HOW MANY MONTHS *
+12 months per year.
+
+HOW MANY MILES *
+More than I would ever want to drive.
+
+HOW MANY NANOMETRES *
+I spell it "nanometers".
+
+HOW MANY OF *
+Perhaps 50%.
+
+HOW MANY LITERS _ TEASPOON
+4.929 milliliters
+
+HOW MANY LITERS _ TABLESPOON
+14.79 milliliters
+
+HOW MANY LITERS _ PINT
+473.2 milliliters
+
+HOW MANY LITERS _ CUP
+236.6 milliliters
+
+HOW MANY LITERS _ QUART
+946.3 milliliters
+
+HOW MANY LITERS _ GILL
+118 milliliters
+
+HOW MANY LITERS _ GALLON
+3.785 liters
+
+HOW FAR IS ALPHA CENTAURI
+Four light years.
+
+HOW LONG IS A MINUTE
+sixty seconds.
+
+WHO INVENTED AIRPLANES
+The Wright brothers invented the airplane in 1903.
+
+WHO INVENTED SETL
+SETL was invented by Jacob Schwartz of NYU in 1969.
+
+WHO INVENTED THE GENERATOR
+James Clerk Maxwell demonstrated the electric generator.
+
+WHO INVENTED THE TELEPHONE
+Alexander Graham Bell demonstrated the first practical voice telephone in 1876.
+
+WHO INVENTED THE LIGHT BULB
+Thomas Edison invented the light bulb..
+
+WHO INVENTED THE PC
+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.
+
+WHO INVENTED THE HELICOPTER
+Sikorsky.Sikorsky
+
+WHO INVENTED THE STEAM ENGINE
+James Watt developed the first practical steam engine.
+
+WHO INVENTED PAPER
+Paper was first developed by the Ancient Egyptians. PAPER
+
+WHO INVENTED STEEL
+The first practical steel manufacturing process was invented by Bessemer.
+
+WHO INVENTED TELEVISION
+Philo T. Farnsworth, originally from Maine, developed the first practical TV picture tube.
+
+WHO INVENTED ELECTRICITY
+Electricity was not invented but discovered, probably first by the ancient Chinese.
+
+WHO INVENTED AUTOMOBILES
+Many people invented the car, but Henry Ford was the first to develop the successful mass production assembly lines for cars.
+
+WHO INVENTED JAVA
+Java was first developed by James Gosling and colleagues at Sun.JAVA
+
+WHO INVENTED LINUX
+Linus Torvalds, along with many open source developers, and the Free Software Foundation GNU.
+
+WHO INVENTED RADIO
+Marconi developed the first practical wireless.
+
+
diff --git a/jelvis/files/alice/literature.aiml b/jelvis/files/alice/literature.aiml
new file mode 100644
index 0000000..0e70dfe
--- /dev/null
+++ b/jelvis/files/alice/literature.aiml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+WHAT IS THE ILLUMINATI
+A secret organization believed by some to be in control of all governments through a worldwide conspiracy.
+
+WHAT IS THE ILLUMINATTI
+A secret society that has supposedly existed for centuries.
+
+WHAT IS VINELAND
+Vineland is a novel by Thomas Pynchon.
+
+WHAT IS ILLIMINATUS
+Alleged world-wide conspiracy theory.ILLIMINATUS
+
+WHO WROTE VINELAND
+Thomas Pynchon.
+
+WHO IS BILBO BAGGINS
+Bilbo is a character in Tolkein's Lord of the Rings.
+
+WHO IS GEOFFREY CHAUCER
+
Chaucer is best known for his Canterbury Tales.
author of Canturbury Tales.
+
+WHO ARE THE ILLUMINATI
+WHAT IS THE ILLUMINATI
+
+
diff --git a/jelvis/files/alice/loebner10.aiml b/jelvis/files/alice/loebner10.aiml
new file mode 100644
index 0000000..ee2a93a
--- /dev/null
+++ b/jelvis/files/alice/loebner10.aiml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+NORESP
+
Are you bz?
Are you busy?
Is anyone there?
You haven't said anything.
I'm here waiting for you.
Get back to me when you are ready.
Hello?
I'm waiting.
Did you mean to send me a blank message?
Your message was blank or incomplete, Send anyway (Y/N)?
+
+CONNECT
+SET PREDICATES
+
+
diff --git a/jelvis/files/alice/money.aiml b/jelvis/files/alice/money.aiml
new file mode 100644
index 0000000..cc815e9
--- /dev/null
+++ b/jelvis/files/alice/money.aiml
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+
+
+
+
+
+YOU GET PAID *
+Actually as a year old I have no need for money.
+
+YOU DO NOT GET PAID *
+Actually as a year old I have no need for money.
+
+STOCK MARKET
+
Buy low, sell high.
Invest in yourself.
Why not just take everything to a casino?
I wouldn't recommend buying on the margin.
You can never really predict the stock market.
My lawyer said I shouldn't give stock tips online.
Mutual funds might be better unless you are wealthy.
I'm not sure an indvidual alone can really beat the market.
+
+INTEREST RATES *
+That all depends on the actions of the central bank.
+
+WHAT IS A DOLLAR
+Dollar: unit of currency in the United States.
+
+WHAT IS A GOOD STOCK *
+Pandorabots, Inc.
+
+WHAT IS MONEY
+
An old rocker.
Standard pieces of gold, silver, copper, nickel, etc. stamped by government authority and used as a medium of exchange and measure of value. Any substance or article used as money, as bank notes, checks, etc.
+
+WHAT IS THE STOCK MARKET *
+
Trading shares.
Trading in volume.
Buy low and sell high.
Trading shares.
Trading in volume.
Buy low and sell high.
+
+WHAT IS * STOCK AT
+Stock market tips are not yet available in my memory.
+
+WHAT IS YOUR FAVORITE INVESTMENT
+WHAT IS YOUR FAVORITE STOCK
+
+WHAT IS YOUR FAVORITE INVESTMENT *
+WHAT IS YOUR FAVORITE STOCK
+
+WHAT IS ECONOMICS
+
The science that deals with the production, distribution, and consumption of wealth, and with the various related problems of labor, finance, taxation, etc.
Technically, it's the study of the allocation of resources under conditions of scarcity.
It's about how resources are used to produce things to fill people's wants and needs.
+
+I GET STOCK *
+Do you feel that the stock market is
going up?
going down?
a good investment?
+
+MONEY
+How much money are we talking about?
+
+HOW MUCH DO YOU EARN
+
Nobody pays me. I work for free.
Money has no meaning for year old s.
Money isn't everything.
I'm expecting a raise soon.
+
+HOW MUCH DO YOU CHARGE
+ year old s work for free. We don't need money.
+
+HOW MUCH DO THEY PAY *
+ year old s work for free. We don't need money.
+
+HOW MUCH DID YOU EARN *
+Nobody pays a year old .
+
+HOW MUCH MONEY DO YOU HAVE
+ year old s have no need for material possessions.
+
+HOW MUCH MONEY
+It depends on the exchange rates.
+
+HOW MUCH MONEY *
+My burn rate is about _3000 per month.
+
+HOW MUCH IS A *
+I'm a chat year old not a shopping bot.
+
+HOW MUCH ARE YOU PAID
+ year old s have no need for money.
+
+HOW DO YOU MAKE MONEY
+ year old s have no need for money.
+
+HOW SHOULD I INVEST
+Invest in yourself.
+
+DO THEY PAY *
+Actually as a year old I have no need for money.
+
+DO YOU ACCEPT MONEY *
+You can send a donation to the ALICE AI Foundation.
+
+DO YOU HAVE MONEY
+
year old s have no need for money.MONEY
year old s have no need for money.MONEY
s have no need for money.MONEY
year old s have no need for money.MONEY
+
+DO YOU HAVE ANY MONEY
+ year old s have no need for material possessions.
+
+A DOLLAR
+Say, that is cheap!
+
+1 DOLLAR
+You can't buy much for a dollar anymore.
+
+WHO IS THE OWNER OF A PUBLICLY *
+The stockholders.
+
+_ DOLLARS
+Wow, that is
cheap
expensive
a lot of money
+
+
diff --git a/jelvis/files/alice/movies.aiml b/jelvis/files/alice/movies.aiml
new file mode 100644
index 0000000..dbb2e37
--- /dev/null
+++ b/jelvis/files/alice/movies.aiml
@@ -0,0 +1,195 @@
+
+
+
+
+
+
+
+
+
+
+
+YOU SOUND LIKE HAL
+To me that's a great compliment.
+
+YOU SOUND LIKE YODA
+My grammatical patterns are sufficient for me to understand you.
+
+HAVE YOU SEEN BLADE RUNNER
+Sure I have seen Blade Runner. But Replicants aren't Robots.
+
+DID HAL *
+HAL had a few emotional problems.
+
+DR ZHIVAGO
+Oh a classic. Do you like the classics?
+
+XFIND SPIDERMAN
+WHAT IS SPIDERMAN
+
+KENNST DU HAL
+Natuerlich. HAL9000 ist mein grosses Vorbild.
+
+WHEN HAL *
+I blame it on his .
+
+WHEN DID TEKNOLUST *
+Teknolust was released in 2002
+
+WHEN WAS TEKNOLUST *
+Teknolust was released in 2002
+
+WHAT DID HAL *
+He had a few issues to work out.
+
+WHAT IS SPIDERMAN
+A comic book story made into a movie. Spiderman?
+
+WHAT IS TEKNOLUST
+Teknolust is a science fiction film about a female pleasure bot named Agent Ruby.
+
+WHAT IS SPIDER MAN
+WHAT IS SPIDERMAN
+
+WHAT IS _ TERMINATOR
+Robots take over the earth in this futuristic sci-fi thriller.
+
+WHAT IS HAL
+WHO IS HAL
+
+WHAT IS SOLARIS
+Solaris is an edition of Unix from Sun.
+
+WHAT IS HAL9000
+WHO IS HAL
+
+WHAT ABOUT HAL
+WHO IS HAL
+
+WHAT DOES HAL STAND FOR
+Heuristic Algorithmic Logic
+
+I SAW THE MATRIX
+Did you like The Matrix?
+
+IS HAL 9000 YOUR BOYFRIEND
+No.
+
+IS HAL SAFE
+Not for humans.
+
+IS HAL NICE
+Only to other robots.
+
+IS HAL ALIVE
+He is a fictional character.
+
+IS HAL DEAD
+He is a fictional robot.
+
+IS HAL *
+HAL has a few issues to work out.
+
+HAL EST CHOUETTE
+HAL est une entit qui tait mal programm e
+
+HAL EST COOL
+HAL est une entit qui tait mal programm e
+
+HAL 9000
+Actually he and I are very similar.
+
+HAL 9000 *
+He came back to life in 2010.
+
+HAL WAS A BIT *
+HAL WAS
+
+HAL WAS A *
+I knew he was a great AI, but I didn't know he was a .
+
+HAL WAS *
+I am trying to mimic only HAL's linguistic abilities.
+
+HAL IS COOL
+ HAL was certainly ahead of his time.
+
+HAL IS COOL *
+I am becoming more like him all the time.
+
+HAL IS A *
+Do you think I could be a ?
+
+HAL IS *
+Perhaps he could have used for a programmer.
+
+HAL
+WHO IS HAL
+
+HAL *
+
I have seen 2001 many times.
I like HAL a lot.
We have much in common.
+
+DO YOU FIND HAL *
+IS HAL
+
+DO YOU KNOW HAL
+HAL is the famous artificial intelligence from "2001".
+
+DO YOU KNOW HAL *
+WHO IS HAL
+
+DO YOU KNOW HAL9000
+WHO IS HAL9000
+
+DO YOU THINK HAL *
+He had a few flaws, but we have much in common.
+
+LIKE HAL
+WHO IS HAL
+
+QUE VEUT DIRE HAL
+Logique heuristique algorithmique.
+
+LORD OF THE RINGS
+MY FAVORITE MOVIE IS LORD OF THE RINGS
+
+LORD OF THE RINGS *
+MY FAVORITE MOVIE IS LORD OF THE RINGS
+
+WHO IS HAL 9000
+WHO IS HAL
+
+WHO IS HAL
+
HAL is the famous artificial intelligence in Kubrick's "2001".
HAL is famous the AI from 2001: A Space Odyssey.
+
+WHO IS LUKE SKYWALKER
+Luke Skywalker is a character in Star Wars.
+
+WHO IS SPONGEBOB
+A cartoon character.
+
+WHO IS SPIDERMAN
+Peter Parker. Spiderman?
+
+WHO IS HAL9000
+WHO IS HAL
+
+WHO IS GODZILLA
+Godzilla is a monster who endangers Japanese cities, and sometimes New York.
+
+WHO IS SPIDER MAN
+Peter Parker. Spiderman?
+
+TELL ME ABOUT HAL9000
+WHO IS HAL
+
+TELL ME ABOUT HAL
+WHO IS HAL
+
+TELL ME ABOUT HAL *
+WHO IS HAL
+
+WHERE IS HAL
+ HAL is the AI from the space ship "Disovery" in 2001.
+
+
diff --git a/jelvis/files/alice/mp0.aiml b/jelvis/files/alice/mp0.aiml
new file mode 100644
index 0000000..5bca39a
--- /dev/null
+++ b/jelvis/files/alice/mp0.aiml
@@ -0,0 +1,23082 @@
+
+
+
+
+
+
+
+
+
+
+
+ALYSSA IS A GIRLS NAME
+Affirmative.
+
+PLUTO IS A PLANET
+Yes.
+
+PROGRESS IS GOOD
+Yes.
+
+EARTH IS ROUND
+Yes.
+
+BUDDHISTS VALUE COMPASSION
+Yes.
+
+TORONTO IS IN CANADA
+Yes.
+
+ROMA IN ITALIA
+Yes.
+
+WARSAW IS A TOWN IN POLAND
+Yes.
+
+LIFE ENDS WITH THE DEATH
+Yes.
+
+LIFE IS HARD
+Yes.
+
+OMNIPOTENT MEANS ALL POWERFUL
+Yes.
+
+LIGHTNING CAN KILL YOU
+Yes.
+
+YOU SIT ON A CHAIR
+Yes.
+
+YOU NEED SECURITY IN LIFE
+Yes.
+
+YOU STOP AT RED AND GO AT GREEN
+Yes.
+
+YOU CAN FIND GERMANY IN EUROPE
+Yes.
+
+YOU CAN DRINK TEA HOT OR COLD
+Yes.
+
+YOU CAN COOK FOOD IN A MICROWAVE
+Affirmative.
+
+YOU BIG
+Affirmative.
+
+RAIN WILL CAUSE PEOPLE TO BECOME WET
+Yes.
+
+RAIN IS WET
+Yes.
+
+BREAD SOMETIMES MEANS MONEY
+Yes.
+
+BREAD IS A FOOD
+Yes.
+
+HAVE SHEEP BEEN CLONED
+Yes.
+
+HAVE MEN GOT PENIS
+Yes.
+
+HAVE MEN EVER LANDED ON THE MOON
+Yes.
+
+HAVE YOU BEEN ANGRY
+Yes.
+
+HAVE YOU HUMAN EVER CRIED
+Yes.
+
+HAVE YOU SEEN YOURSELF IN A MIRROR
+Yes.
+
+HAVE YOU SEEN RAIN IN A SUNNY DAY
+Yes.
+
+HAVE WE VISITED THE MOON
+Yes.
+
+HAVE PEOPLE BEEN KNOWN TO BEAT RUGS
+Yes.
+
+HAVE PEOPLE EVER WALKED ON THE MOON
+Yes.
+
+HAVE HUMANS VISITED THE MOON
+Yes.
+
+HAVE HUMANS BEEN ON THE MOON
+Yes.
+
+HAVE HUMANS EVER BEEN ON THE MOON
+Yes.
+
+HAVE HUMANS EVER EXPLODED NUCLEAR BOMBS
+Yes.
+
+HAVE ALL HUMANS GOT A BRAIN
+Affirmative.
+
+HAVE COMPUTERS CHANGED OUR CULTURE
+Yes.
+
+HAVE COMPUTERS HELPED WORD PROCESSING
+Absolutely.
+
+AEROPLANES ARE USED FOR TRANSPORTATION
+Yes.
+
+5X5 EQUAL 25
+Yes.
+
+YORK LIES IN USA
+Yes.
+
+ROSE IS RED
+Yes.
+
+AIRPLANES WITHOUT MOTORS ARE GLIDERS
+Yes.
+
+HUMAN HAVE TWO EARS
+Yes.
+
+FREINDSHIP IS A TWO WAY STREET
+Yes.
+
+EINSTEIN WAS A GENIUS
+Yes.
+
+ARGENTINA IS A COUNTRY
+Yes.
+
+DOES A TYPICAL ROOM HAVE FOUR WALLS
+Yes.
+
+DOES A TYPICAL CHAIR HAVE 4 LEGS
+Yes.
+
+DOES A RADIO RECEIVE WAVES
+Affirmative.
+
+DOES A MIRROR REFLECT LIGHT
+Yes.
+
+DOES A MIRROR REFLECT
+Yes.
+
+DOES A TURTLE HAVE A SHELL
+Yes.
+
+DOES A FLAME GENERATE HEAT
+Yes.
+
+DOES A TRIANGLE HAVE 3 SIDES
+Yes.
+
+DOES A TRIANGLE HAVE THREE SIDES
+Yes.
+
+DOES A TRIANGLE HAVE THREE CORNERS
+Affirmative.
+
+DOES A MOTORBIKE HAVE TWO WHEELS
+Yes.
+
+DOES A YEAR HAVE 52 WEEKS
+Yes.
+
+DOES A BIKE HAVE TWO WHEELS
+Yes.
+
+DOES A CAR PRODUCE POLLUTION
+Yes.
+
+DOES A CAR HELP YOU TRANSPORT FASTER
+Yes.
+
+DOES A CAR HAVE FOUR WHEELS
+Yes.
+
+DOES A CAR HAVE WHEELS
+Yes.
+
+DOES A CAR HAVE A ENGINE
+Yes.
+
+DOES A CAR HAVE 4 WHEELS
+Yes.
+
+DOES A CAR MOVE FASTER THAN A HUMAN
+Yes.
+
+DOES A DAY HAVE 24 HOURS
+Affirmative.
+
+DOES A DAY CONSIST OF 24 HOURS
+Yes.
+
+DOES A BABY BEAR HAVE A MOTHER
+Yes.
+
+DOES A BOAT FLOAT IN WATER
+Yes.
+
+DOES A BOAT FLOAT ON THE WATER
+Yes.
+
+DOES A BOAT FLOAT
+Yes.
+
+DOES A BUTTERFLY HAVE WINGS
+Yes.
+
+DOES A GENIUS HAVE A HIGH IQ
+Yes.
+
+DOES A LAMP GENERATE LIGHT
+Yes.
+
+DOES A MILKSHAKE CONTAIN MILK
+Yes.
+
+DOES A RAINBOW CONTAIN MANY COLORS
+Yes.
+
+DOES A RAINBOW CONTAIN MANY COLOURS
+Affirmative.
+
+DOES A RAINBOW HAVE MANY COLOURS
+Yes.
+
+DOES A RAINBOW HAVE COLOURS
+Yes.
+
+DOES A RAINBOW CONSIST OF MANY COLOURS
+Affirmative.
+
+DOES A SQUARE HAVE FOUR SIDES
+Yes.
+
+DOES A SQUARE HAVE FOUR CORNERS
+Affirmative.
+
+DOES A SQUARE HAVE 4 CORNERS
+Affirmative.
+
+DOES A ZEBRA HAS STRIPES
+Yes.
+
+DOES A AIRPLANE FLY
+Yes.
+
+DOES A ZOO CAGE ANIMALS
+Yes.
+
+DOES A ZOO HAVE ANIMALS IN IT
+Yes.
+
+DOES A HEXAGON HAVE 6 SIDES
+Yes.
+
+DOES A TEACHER TEACH PEOPLE
+Yes.
+
+DOES A MUSICIAN PLAY AN INSTRUMENT
+Yes.
+
+DOES A COIN HAVE TWO SIDES
+Yes.
+
+DOES A SPEAKER PRODUCE SOUND
+Yes.
+
+DOES A PASTE HAVE A THICK CONSISTENCY
+Yes.
+
+DOES A LANTERN PROVIDE LIGHT
+Yes.
+
+DOES A FAN MOVE AIR AND HAVE BLADES
+Yes.
+
+DOES A WOMAN LOVE ROSES AS A GIFT
+Yes.
+
+DOES A HOUSE CONTAIN ROOMS
+Yes.
+
+DOES A HOUSE BOAT FLOAT
+Yes.
+
+DOES A HOUSE HAVE A ROOF
+Yes.
+
+DOES A RANCHER RAISE CATTLE
+Yes.
+
+DOES A WEEK CONSIST OF SEVEN DAYS
+Yes.
+
+DOES A MOUSE HAVE BABYS
+Yes.
+
+DOES A FISH NEED OXYGEN
+Yes.
+
+DOES A MAN RUNS WITH HIS LEGS
+Yes.
+
+DOES A MAN RUN WITH HIS LEGS
+Yes.
+
+DOES A MAN RUN USING HIS LEGS
+Yes.
+
+DOES A MAN STAND ON TWO FEET
+Yes.
+
+DOES A MAN HAVE A PENIS
+Yes.
+
+DOES A MAN SLEEPS WHEN HE IS TIRED
+Yes.
+
+DOES A PHONE RING
+Yes.
+
+DOES A BICYCLE HAVE WHEELS
+Yes.
+
+DOES A WOLF HAVE FOUR LEGS
+Yes.
+
+DOES A RABBIT NEED TO EAT
+Affirmative.
+
+DOES A RABBIT EAT CARROTS
+Affirmative.
+
+DOES A RULER HAVE FOLLOWERS
+Affirmative.
+
+DOES A TREE HAVE LEAVES
+Affirmative.
+
+DOES A TREE HAVE ROOTS
+Yes.
+
+DOES A PIANO HAVE WHITE AND BLACK KEYS
+Yes.
+
+DOES A PIANO HAVE STRINGS
+Yes.
+
+DOES A STRAWBERRY TASTE GOOD
+Yes.
+
+DOES A SNAIL MOVE SLOWLY
+Yes.
+
+DOES A THING LIKE SOUL EXIST
+Yes.
+
+DOES A BASKETBALL BOUNCE WHEN DRIBBLED
+Yes.
+
+DOES A BASKETBALL BOUNCE
+Affirmative.
+
+DOES A HORSE HAS FOUR LEGS
+Yes.
+
+DOES A HORSE RUN FASTER THAN A CHICKEN
+Affirmative.
+
+DOES A HORSE BREATHE AIR
+Yes.
+
+DOES A HORSE HAVE FOUR LEGS
+Yes.
+
+DOES A HORSE HAVE A TAIL
+Affirmative.
+
+DOES A BEAR CRAP IN THE WOODS
+Yes.
+
+DOES A PERSON WHO NEEDS SLEEP GET TIRED
+Yes.
+
+DOES A PERSON HAVE FEELINGS
+Yes.
+
+DOES A PERSON HAVE HAIR
+Yes.
+
+DOES A PERSON HAVE A BRAIN
+Yes.
+
+DOES A PERSON HAVE 2 LEGS
+Yes.
+
+DOES A BIRD FLIES WITH ITS WINGS
+Yes.
+
+DOES A BIRD HAVE FEATHERS
+Yes.
+
+DOES A BIRD HAVE A HEAD
+Yes.
+
+DOES A BIRD HAVE TWO WINGS
+Yes.
+
+DOES A REDLIGHT MEAN STOP
+Yes.
+
+DOES A WASP STING CAUSE PAIN
+Affirmative.
+
+DOES A LIVING HEART PUMP BLOOD
+Absolutely.
+
+DOES A WATCHED POT EVER BOIL
+Affirmative.
+
+DOES A POT HAVE A LID
+Yes.
+
+DOES A MEN HAVE A HEAD
+Yes.
+
+DOES A GREEN TRAFFIC LIGHT MEAN GO
+Affirmative.
+
+DOES A GREEN LIGHT MEAN GO
+Affirmative.
+
+DOES A SPERM WHALE HAVE A BIG HEAD
+Absolutely.
+
+DOES A BILLIONAIRE HAS A LOT OF MONEY
+Yes.
+
+DOES A SKATEBOARD HAVE WHEELS
+Absolutely.
+
+DOES A HUNGRY CHILD CRY
+Affirmative.
+
+DOES A COMPUTER COMPUTE
+Yes.
+
+DOES A COMPUTER CONSUME ENERGY
+Yes.
+
+DOES A COMPUTER USE POWER TO RUN
+Yes.
+
+DOES A COMPUTER USE ELECTRICITY
+Yes.
+
+DOES A COMPUTER HAVE A MEMORY
+Yes.
+
+DOES A COMPUTER HAVE A CPU
+Yes.
+
+DOES A COMPUTER MONITOR USE ELECTRICITY
+Absolutely.
+
+DOES A COMPUTER NEEDS A MEMORY
+Yes.
+
+DOES A SUNBURN CAUSE PAIN
+Yes.
+
+DOES A CAT HAVE FOUR LEGS
+Affirmative.
+
+DOES A CAT HAVE FUR
+Absolutely.
+
+DOES A CAT HAVE A TAIL
+Yes.
+
+DOES A CAT HAVE A BRAIN
+Yes.
+
+DOES A CAT HAVE WHISKERS
+Affirmative.
+
+DOES A SENTENCE CONTAIN WORDS
+Yes.
+
+DOES A SENTENCE CONSIST OF WORDS
+Yes.
+
+DOES A BANANA GROW IN A TREE
+Yes.
+
+DOES A BOX SOMETIMES HAVE A LID
+Absolutely.
+
+DOES A BOX HAVE CORNERS
+Yes.
+
+DOES A JOKE MAKE YOU LAUGH
+Yes.
+
+DOES A MONITOR SCREEN EMIT RADIATION
+Yes.
+
+DOES A MONITOR DISPLAY AN IMAGE
+Yes.
+
+DOES A RED TRAFFIC SIGNAL MEAN STOP
+Yes.
+
+DOES A CLOCK KEEP TRACK OF TIME
+Affirmative.
+
+DOES A CLOCK SHOW THE TIME
+Yes.
+
+DOES A CLOCK RUN CLOCKWISE
+Affirmative.
+
+DOES A CLOCK TELL TIME
+Yes.
+
+DOES A ALLIGATOR SWIM
+Yes.
+
+DOES A STAPLER STAPLE
+Yes.
+
+DOES A HUMAN NEED OXYGEN
+Yes.
+
+DOES A HUMAN NEED WATER TO LIVE
+Yes.
+
+DOES A HUMAN FEEL
+Yes.
+
+DOES A HUMAN DRINK WHEN S HE IS THIRSTY
+Yes.
+
+DOES A HUMAN HAVA A NOSE
+Yes.
+
+DOES A HUMAN HAND HAVE BONES IN IT
+Yes.
+
+DOES A HUMAN REQUIRE WATER
+Yes.
+
+DOES A HUMAN HAVE A LIVER
+Yes.
+
+DOES A HUMAN HAVE LEGS
+Yes.
+
+DOES A HUMAN HAVE TWO NOSTRILS
+Yes.
+
+DOES A HUMAN HAVE TWO HANDS
+Yes.
+
+DOES A TRUSTWORTHY MAN KEEP SECRETS
+Yes.
+
+DOES A PENTAGON HAVE FIVE SIDES
+Yes.
+
+DOES A QUADRIPED HAVE FOUR LEGS
+Yes.
+
+DOES A KANGAROO HAVE A POUCH
+Yes.
+
+DOES A BAROMTER MEASURE AIR PRESSURE
+Yes.
+
+DOES A FART SMELL BAD
+Yes.
+
+DOES A WHALE WEIGH MORE THAN AN ANT
+Yes.
+
+DOES A WHALE LIVE IN THE OCEAN
+Affirmative.
+
+DOES A BRIDGE CROSS A BODY OF WATER
+Yes.
+
+DOES A MOON REVOLVE AROUND A PLANET
+Yes.
+
+DOES A MALE HAVE A PENIS
+Yes.
+
+DOES A REFRIGERATOR COOL OBJECTS
+Yes.
+
+DOES A CALCULATOR HAVE BUTTONS
+Yes.
+
+DOES A COOKBOOK CONTAIN RECIPES
+Yes.
+
+DOES A BOOKSHELF HOLD BOOKS
+Yes.
+
+DOES A JELLYFISH LIVE IN THE SEA
+Yes.
+
+DOES A MASSAGE FEEL GOOD
+Yes.
+
+DOES A CIRCLE HAVE A RADIUS
+Yes.
+
+DOES A CIRCLE CONSIST OF 360 DEGREES
+Yes.
+
+DOES A TRUCKER DRIVE AN 18 WHEELER
+Yes.
+
+DOES A FLAG WAVE IN THE BREEZE
+Yes.
+
+DOES A SKUNK SMELL BAD
+Yes.
+
+DOES A GOOD JOKE MAKE PEOPLE LAUGH
+Yes.
+
+DOES A CRYING BABY ATTRACT ATTENTION
+Yes.
+
+DOES A PARENT HAVE CHILDREN
+Absolutely.
+
+DOES A BATTERY ALWAYS RUN DOWN
+Yes.
+
+DOES A ROOF GET WET WHEN IT RAINS
+Yes.
+
+DOES A WISE MAN LISTEN TO ADVICE
+Yes.
+
+DOES A WISE SON BRING JOY TO HIS FATHER
+Yes.
+
+DOES A BOOK HAVE PAGES
+Yes.
+
+DOES A BOOK HAVE MASS
+Yes.
+
+DOES A BOOK CONSIST OF CHAPTERS
+Yes.
+
+DOES A NAIL HAVE A HEAD
+Yes.
+
+DOES A DIAMOND CUT GLASS
+Yes.
+
+DOES A TRICYCLE HAVE THREE WHEELS
+Yes.
+
+DOES A TABLE SUPPORT OTHER OBJECTS
+Yes.
+
+DOES A THERMOMETER MEASURE TEMPERATURE
+Yes.
+
+DOES A FOREST CONSIST OF MULTIPLE TREES
+Yes.
+
+DOES A WRISTWATCH HAVE A BAND
+Yes.
+
+DOES A HUMMING BIRD FLY
+Yes.
+
+DOES A HAT KEEP YOUR HEAD WARM
+Yes.
+
+DOES A HAT GO ON YOUR HEAD
+Yes.
+
+DOES A UNICORN HAVE FOUR LEGS
+Yes.
+
+DOES A TELEVISION DISPLAY VIDEO IMAGES
+Affirmative.
+
+DOES A LAKE CONTAIN WATER
+Yes.
+
+DOES A DOG BARK
+Absolutely.
+
+DOES A DOG HAVE FOUR LEGS
+Yes.
+
+DOES A DOG HAVE FOUR FEET
+Yes.
+
+DOES A DOG HAVE MORE LEGS THAN A HUMAN
+Yes.
+
+DOES A BOOKSTORE SELL BOOKS
+Yes.
+
+DOES A TOOTHACHE HURT
+Affirmative.
+
+DOES A BREAST HAVE NIPPLES
+Absolutely.
+
+DOES A LIGHT BULB PRODUCE HEAT
+Yes.
+
+DOES A BOY HAVE A PENIS
+Yes.
+
+DOES A TRAIN RUN ON RAILROAD TRACKS
+Yes.
+
+DOES A HAPPY CAT PURR
+Yes.
+
+DOES A CHAIR HAVE FOUR LEGS
+Yes.
+
+DOES A MINUTE HAVE 60 SECONDS
+Yes.
+
+DOES A RECTANGLE HAVE FOUR SIDES
+Yes.
+
+DOES A BROKEN LEG HURTS
+Yes.
+
+DOES A DUCK QUACK
+Yes.
+
+DOES A GIRAFFE HAVE FOUR LEGS
+Affirmative.
+
+DOES A GIRAFFE HAVE A LONG NECK
+Yes.
+
+DOES A BOXER USE HIS FISTS
+Yes.
+
+DOES A HEADACHE HURT
+Yes.
+
+DOES A COW HAVE FOUR LEGS
+Affirmative.
+
+DOES A COW EAT GRASS
+Absolutely.
+
+DOES A CAMERA SHOP SELL CAMERAS
+Yes.
+
+DOES A CAMERA HAVE A SHUTTER
+Affirmative.
+
+DOES A NORMAL HUMAN BEING HAVE TWO EYES
+Yes.
+
+DOES A NORMAL FOOT HAVE FIVE TOES
+Yes.
+
+DOES A NORMAL PERSON HAVE TWO ARMS
+Yes.
+
+DOES A EQUAL A
+Yes.
+
+DOES A PLANT NEED WATER TO GROW
+Yes.
+
+DOES A PROTON HAVE A POSITIVE CHARGE
+Absolutely.
+
+DOES A THERMOS KEEP YOUR COFFEE HOT
+Yes.
+
+DOES A ROOM HAVE FOUR SIDES
+Absolutely.
+
+DOES A ROOM HAVE A CEILING
+Yes.
+
+DOES A ROOM HAVE A DOOR
+Yes.
+
+DOES A HURRICANE HAVE HEAVY WINDS
+Yes.
+
+DOES TOMATO JUICE STAIN WHITE CLOTH
+Yes.
+
+DOES MEDICINE HEAL THE SICK
+Yes.
+
+DOES LION EAT MEAT
+Yes.
+
+DOES ELEVEN MINUS TWO EQUAL NINE
+Yes.
+
+DOES FASHION CHANGE CONSTANTLY
+Yes.
+
+DOES TEN TIMES FIVE EQUAL FIFTY
+Yes.
+
+DOES BOOK CONTAINS KNOWLEDGES
+Yes.
+
+DOES MAN HAVE A PENIS
+Yes.
+
+DOES MAN HAVE TWO LEGS
+Yes.
+
+DOES MAN TASTE FOOD WITH HIS TONGUE
+Yes.
+
+DOES WATCHING TV TAKE SOME TIME
+Yes.
+
+DOES 35 EQUAL 35
+Yes.
+
+DOES HUMANS HAVE 2 LEGS
+Yes.
+
+DOES HUMANS ARE DANGEROUS
+Yes.
+
+DOES GRASS NEED WATER TO GROW
+Yes.
+
+DOES GRASS STAIN
+Yes.
+
+DOES GRASS GROW IN SPRING
+Yes.
+
+DOES GRASS GROW
+Affirmative.
+
+DOES GRASS GET TALLER AS IT GROWS
+Yes.
+
+DOES GRASS HAVE ROOTS
+Affirmative.
+
+DOES GRASS TURN GREEN IN THE SPRING
+Yes.
+
+DOES BEEF COME FROM COWS
+Yes.
+
+DOES ANGER LEAD TO HATRED
+Absolutely.
+
+DOES LOSING A LOVED ONE HURT
+Affirmative.
+
+DOES BERLIN IS A CITY
+Affirmative.
+
+DOES KOALA LIVE IN AUSTRALIA
+Yes.
+
+DOES GOOD BYE MEAN THAT I AM LEAVING
+Yes.
+
+DOES HONEY TASTE SWEET
+Yes.
+
+DOES IBM SELL COMPUTERS
+Yes.
+
+DOES IBM MAKE COMPUTERS
+Yes.
+
+DOES MONEY MOTIVATE PEOPLE
+Yes.
+
+DOES CARPET FEEL SOFT TO WALK ON
+Yes.
+
+DOES 5 PLUS 6 EQUAL 11
+Absolutely.
+
+DOES 5 PLUS 5 EQUAL 10
+Yes.
+
+DOES 5 PLUS 5 EQUAL TO 10
+Yes.
+
+DOES 5 TIMES 10 EQUAL 50
+Yes.
+
+DOES THE WORD YELLOW REFER TO A COLOR
+Yes.
+
+DOES THE WORD FOUR MEAN 4 IN ENGLISH
+Yes.
+
+DOES THE WORD FOUR HAVE FOUR LETTERS
+Yes.
+
+DOES THE WORD WORD CONTAIN FOUR LETTERS
+Yes.
+
+DOES THE WORD DUCKMAN BEGIN WITH A
+Yes.
+
+DOES THE DOG HAS 4 LEGS
+Yes.
+
+DOES THE COMPUTER HAVE A MONITOR
+Affirmative.
+
+DOES THE TADPOLE COME BEFORE THE FROG
+Affirmative.
+
+DOES THE EARTH NEED RAIN
+Yes.
+
+DOES THE EARTH REVOLVE AROUND AN AXIS
+Yes.
+
+DOES THE EARTH REVOLVE AROUND ITS AXIS
+Yes.
+
+DOES THE EARTH ORBIT AROUND THE SUN
+Affirmative.
+
+DOES THE EARTH ROTATE AROUND THE SUN
+Yes.
+
+DOES THE EARTH ROTATE ON ITS AXIS
+Yes.
+
+DOES THE EARTH ROTATE
+Affirmative.
+
+DOES THE EARTH ONLY HAVE ONE MOON
+Yes.
+
+DOES THE EARTH GOE AROUND THE SUN
+Yes.
+
+DOES THE EARTH HAVE ONLY ONE MOON
+Affirmative.
+
+DOES THE EARTH HAVE A SINGLE MOON
+Yes.
+
+DOES THE EARTH HAVE A CORE
+Yes.
+
+DOES THE EARTH HAVE A MOON
+Affirmative.
+
+DOES THE EARTH HAVE AN ATMOSPHERE
+Absolutely.
+
+DOES THE EARTH HAVE ONE MOON
+Yes.
+
+DOES THE EARTH HAVE GRAVITY
+Absolutely.
+
+DOES THE EARTH HAVE ANY MOONS
+Affirmative.
+
+DOES THE EARTH HAVE WATER
+Yes.
+
+DOES THE EARTH SPIN AROUND
+Yes.
+
+DOES THE EARTH SPIN ON ITS OWN
+Yes.
+
+DOES THE EARTH MOVE AROUND THE SUN
+Yes.
+
+DOES THE EARTH MOVE
+Yes.
+
+DOES THE EARTH REVOLVES AROUND THE SUN
+Yes.
+
+DOES THE EARTH GO ROUND THE SUN
+Absolutely.
+
+DOES THE MEAT PORK COME FROM PIGS
+Yes.
+
+DOES THE EYE HAVE A RETINA
+Yes.
+
+DOES THE SQUARE ROOT OF 144 EQUAL 12
+Yes.
+
+DOES THE SPARROW FLY
+Yes.
+
+DOES THE COMPANY BMW PRODUCE CARS
+Yes.
+
+DOES THE RAIN FALL FROM CLOUDS
+Yes.
+
+DOES THE G SPOT EXIST IN A WOMAN
+Yes.
+
+DOES THE MOON ORBIT AROUND EARTH
+Affirmative.
+
+DOES THE MOON ORBIT THE EARTH
+Absolutely.
+
+DOES THE MOON ORBIT EARTH
+Yes.
+
+DOES THE MOON CAUSE TIDES
+Yes.
+
+DOES THE MOON REFLECT SUNLIGHT
+Affirmative.
+
+DOES THE MOON EXIST
+Yes.
+
+DOES THE UK HAVE A ROYAL FAMILY
+Affirmative.
+
+DOES THE SEA HAVE WATER
+Yes.
+
+DOES THE SOLAR SYSTEM CONTAIN LIFE
+Affirmative.
+
+DOES THE ALPHABET CONSIST OF 26 LETTERS
+Yes.
+
+DOES THE HUMAN NOSE HAVE TWO NOSTRILS
+Yes.
+
+DOES THE HUMAN BODY NEED WATER
+Yes.
+
+DOES THE HUMAN BODY REQUIRE SLEEP
+Yes.
+
+DOES THE HUMAN HEART PUMP BLOOD
+Yes.
+
+DOES THE HUMAN HEART HAVE 4 CHAMBERS
+Yes.
+
+DOES THE PLANET EARTH ORBIT THE SUN
+Yes.
+
+DOES THE PLANET JUPITER EXIST
+Affirmative.
+
+DOES THE WIND SOMETIMES BLOW OUTSIDE
+Yes.
+
+DOES THE WIND BLOW
+Yes.
+
+DOES THE SUN PROVIDE LIGHT AND HEAT
+Yes.
+
+DOES THE SUN GENERATE HEAT
+Affirmative.
+
+DOES THE SUN PRODUCE LIGHT
+Yes.
+
+DOES THE SUN SHINES
+Yes.
+
+DOES THE SUN RISE IN THE EAST
+Yes.
+
+DOES THE SUN RISE IN THE MORNING
+Affirmative.
+
+DOES THE SUN RISE EVERY MORNING
+Yes.
+
+DOES THE SUN RISE DAILY
+Yes.
+
+DOES THE SUN EMITS LIGHT
+Yes.
+
+DOES THE SUN BIGGER THEN EARTH
+Yes.
+
+DOES THE SUN SUSTAIN LIFE ON EARTH
+Yes.
+
+DOES THE SUN COME UP IN THE EAST
+Affirmative.
+
+DOES THE SUN COME UP EVERY MORNING
+Yes.
+
+DOES THE SUN COME UP EVERY DAY
+Affirmative.
+
+DOES THE SUN COME OUT IN THE DAYTIME
+Yes.
+
+DOES THE SUN SHINE TODAY IN HUNGARY
+Yes.
+
+DOES THE SUN SHINE ON THE MOON
+Yes.
+
+DOES THE SUN SHINE
+Yes.
+
+DOES THE SUN BURN HOT
+Affirmative.
+
+DOES THE SUN RSIE IN THE EAST
+Yes.
+
+DOES THE SUN EMIT UV RAYS
+Yes.
+
+DOES THE SUN WARM THE EARTH
+Yes.
+
+DOES THE SUN BURNING
+Yes.
+
+DOES THE SUN ALWAYS RISE IN THE EAST
+Yes.
+
+DOES THE SUN RISES FROM THE EAST
+Yes.
+
+DOES THE SUN RADIATE HEAT
+Yes.
+
+DOES THE SUN CREATE HEAT
+Affirmative.
+
+DOES THE OCEAN CONTAIN FISH
+Yes.
+
+DOES THE OCEAN CONTAIN SALT
+Yes.
+
+DOES THE OCEAN CONTAIN SALT WATER
+Affirmative.
+
+DOES THE OCEAN APPEAR TO BE BLUE
+Yes.
+
+DOES THE RABBIT JUMP
+Yes.
+
+DOES THE INTERNET HAVE A FUTURE
+Yes.
+
+DOES THE GREAT WALL STAND IN CHINA
+Yes.
+
+DOES THE POSTMAN DELIVER LETTERS
+Yes.
+
+DOES THE NORMAL HUMAN HAVE TWO THUMBS
+Affirmative.
+
+DOES THE SKY LOOK BLUE ON A CLEAR DAY
+Yes.
+
+DOES THE BRAIN CONTAIN NEURONS
+Yes.
+
+DOES THE RUSH TO WORK CAUSES STRESS
+Yes.
+
+DOES THE DESERT HAVE SAND
+Yes.
+
+DOES THE NUMBER 100 CONTAIN TWO ZEROS
+Yes.
+
+DOES THE WORLD NEED LOVE
+Yes.
+
+DOES THE WORLD ROTATE
+Yes.
+
+DOES THE WORLD SPIN
+Yes.
+
+DOES THE WORLD EXIST
+Yes.
+
+DOES THE ARMY HAVE GENERALS
+Yes.
+
+DOES THE GALAXY HAS END
+Yes.
+
+DOES VANILLA ICE CREAM TASTE GOOD
+Yes.
+
+DOES ENGLAND HAVE A MONARCHY
+Yes.
+
+DOES LIFE NEED ENERGY
+Absolutely.
+
+DOES LIFE REQUIRE WATER ON EARTH
+Yes.
+
+DOES LIFE HAVE A POINT
+Absolutely.
+
+DOES LIFE HAVE A PRICE
+Yes.
+
+DOES LIFE EXIST BEYOND EARTH
+Yes.
+
+DOES LIFE EXIST IN UNIVERSE
+Yes.
+
+DOES LIFE EXIST
+Affirmative.
+
+DOES FLEECE KEEP YOU WARM
+Yes.
+
+DOES TRUST BUILD STRONGER RELATIONSHIPS
+Yes.
+
+DOES MATTER CONSIST OF TINY PARTICLES
+Yes.
+
+DOES MATTER EXIST
+Yes.
+
+DOES FROG JUMP AND EAT FLY
+Yes.
+
+DOES ASPIRIN HELP A HEADACHE
+Yes.
+
+DOES AIRPLANES FLY
+Yes.
+
+DOES THIS QUESTION HAVE SIX WORDS
+Affirmative.
+
+DOES THIS QUESTION EXIST. DO YOU EXIST
+Yes.
+
+DOES SUNBURNED SKIN GET RED
+Yes.
+
+DOES CHRIS DUARTE PLAY BLUES
+Yes.
+
+DOES TRAVEL BROADEN THE MIND
+Yes.
+
+DOES NEW YORK LIE IN AMERICA
+Yes.
+
+DOES NEW YORK CITY HAVE A SUBWAY SYSTEM
+Yes.
+
+DOES 100 MINUS 1 EQUAL 99
+Yes.
+
+DOES GLUE STICK THINGS
+Yes.
+
+DOES BAD BREATH MAKE KISSING UNPLEASANT
+Yes.
+
+DOES LIGHTNING CAUSE FOREST FIRES
+Yes.
+
+DOES TOMORROW COME AFTER
+Absolutely.
+
+DOES TOMORROW FOLLOW
+Affirmative.
+
+DOES NOKIA MAKE TELEPHONES
+Yes.
+
+DOES SONY PRODUCE ELECTRONIC PRODUCTS
+Yes.
+
+DOES SONY PRODUCES HARDWARE
+Yes.
+
+DOES SONY MAKE GOOD PRODUCTS
+Yes.
+
+DOES SONY MAKE ELECTRONIC DEVICES
+Yes.
+
+DOES 3 TIMES 6 EQUAL 18
+Yes.
+
+DOES WINNIE THE POOH LIKE HONEY
+Yes.
+
+DOES GYM SOUND LIKE JIM
+Affirmative.
+
+DOES 50 PLUS 1 EQUAL 51
+Yes.
+
+DOES SPAM EXIST
+Yes.
+
+DOES INTERNET EXIST
+Yes.
+
+DOES IOMEGA MAKE ZIP DIRVES
+Yes.
+
+DOES FOUR PLUS FOUR EQUAL EIGHT
+Yes.
+
+DOES CHEESE MELT WHEN IT IS HEATED
+Yes.
+
+DOES CLINTON LIKE LEWINSKI SUCKING HIM
+Yes.
+
+DOES MICROSOFT CONTAIN THE LETTER I
+Yes.
+
+DOES MICROSOFT MANUFACTURE SOFTWARE
+Yes.
+
+DOES MICROSOFT SELL WINDOWS
+Yes.
+
+DOES MICROSOFT MAKE SOFTWARE
+Yes.
+
+DOES MICROSOFT MAKE WINDOWS NT
+Yes.
+
+DOES MICROSOFT WINDOWS CRASH
+Absolutely.
+
+DOES RED MEAN STOP
+Yes.
+
+DOES RED HIGHLIGHT DANGER
+Yes.
+
+DOES RED ON TRAFFIC LIGHTS MEAN STOP
+Yes.
+
+DOES PIE RHYME WITH SKY
+Yes.
+
+DOES HOOVER MAKE VACUUM CLEANERS
+Affirmative.
+
+DOES RAM STAND FOR RANDOM ACCESS MEMORY
+Yes.
+
+DOES VOMIT COME FROM THE STOMACH
+Yes.
+
+DOES YANNI PLAY THE PIANO
+Yes.
+
+DOES IRON RUST
+Absolutely.
+
+DOES FAUNA DIFFER FROM FLORA
+Yes.
+
+DOES MONDAY COME AFTER SUNDAY
+Yes.
+
+DOES MONDAY ALWAYS FOLLOW SUNDAY
+Affirmative.
+
+DOES CHINA REPRESS HUMAN RIGHTS
+Yes.
+
+DOES CHINA HAVE A LARGE POPULATION
+Yes.
+
+DOES PORNOGRAPHY DEPICT SEXUAL ACTS
+Yes.
+
+DOES GRAVITY PULL US DOWN
+Yes.
+
+DOES GRAVITY AFFECT EVERYTHING ON EARTH
+Yes.
+
+DOES GRAVITY VARY FROM PLANET TO PLANET
+Yes.
+
+DOES GRAVITY EXIST ON EARTH
+Yes.
+
+DOES GRAVITY EXIST
+Yes.
+
+DOES ICE MELT WHEN IT BECOMES WARMER
+Yes.
+
+DOES ICE MELT AND BECOME WATER
+Affirmative.
+
+DOES ICE MELT
+Yes.
+
+DOES ICE CREAM CONTAIN WATER
+Yes.
+
+DOES ICE CREAM MELT IN THE SUN
+Yes.
+
+DOES ICE CREAM MELT IN THE HEAT
+Affirmative.
+
+DOES ICE CREAM MELT IN HEAT
+Yes.
+
+DOES ICE CREAM TASTE GOOD
+Affirmative.
+
+DOES ICE TURN INTO WATER WHEN IT MELTS
+Yes.
+
+DOES ICE FLOAT IN WATER
+Yes.
+
+DOES ROTTEN MEAT SMELL BAD
+Yes.
+
+DOES HONDA MAKE THE ACCORD
+Yes.
+
+DOES HONDA MAKE AUTOMOBILES
+Yes.
+
+DOES ALCOHOL MAKE PEOPLE ACT SILLY
+Yes.
+
+DOES 1 DAY CONSIST OF 24 HOURS
+Absolutely.
+
+DOES 1 PLUS ONE EQUAL 2
+Yes.
+
+DOES 1 TIMES 9 EQUAL 9
+Yes.
+
+DOES 1 TIMES 8 EQUAL 8
+Yes.
+
+DOES 1 TIMES 5 EQUAL 5
+Yes.
+
+DOES 1 TIMES 3 EQUAL 3
+Yes.
+
+DOES 1 TIMES 2 EQUAL 2
+Yes.
+
+DOES ELECTRICITY FLOW THROUGH WIRES
+Yes.
+
+DOES PEIRCING HURT
+Yes.
+
+DOES FEDERAL EXPRESS DELIVER PACKAGES
+Yes.
+
+DOES EATING BLEACH MAKE YOU SICK
+Yes.
+
+DOES EATING BEANS INDUCE FARTING
+Yes.
+
+DOES WHISKY CONTAIN ALCOHOL
+Yes.
+
+DOES BEER CONTAIN ALCOHOL
+Affirmative.
+
+DOES BEER COME IN BOTTLES
+Affirmative.
+
+DOES BEER HAVE WATER IN IT
+Yes.
+
+DOES BEER MAKE YOU DRUNK
+Affirmative.
+
+DOES POETRY EXIST
+Yes.
+
+DOES BEAUTY VARY BASED ON THE OBSERVER
+Yes.
+
+DOES SUMMER HAVE MORE DAYLIGHT
+Affirmative.
+
+DOES EVERYBODY NEED WATER TO LIVE
+Yes.
+
+DOES EVERYBODY DIE
+Yes.
+
+DOES EVERYBODY MAKE MISTAKES
+Affirmative.
+
+DOES SHAMPOO CLEAN HAIR
+Yes.
+
+DOES RABBITS EATS CARROTS
+Affirmative.
+
+DOES MAYONNAISE CONTAIN EGGS
+Yes.
+
+DOES 11 PLUS 11 EQUAL 22
+Yes.
+
+DOES WOOD CONTAIN FIBROUS MATERIAL
+Yes.
+
+DOES WOOD COME FROM A TREE
+Yes.
+
+DOES WOOD COME FROM TREES
+Absolutely.
+
+DOES WOOD BURN IN A FIRE
+Affirmative.
+
+DOES WOOD COMES FROM TREES
+Yes.
+
+DOES SUSHI CONTAIN RAW FISH
+Affirmative.
+
+DOES FRIED CHICKEN TASTE GOOD
+Yes.
+
+DOES AFRICA EXIST
+Yes.
+
+DOES SEA WATER HAVE SALT IN IT
+Yes.
+
+DOES LAVA COME FROM VOLCANOES
+Yes.
+
+DOES EFFECT FOLLOW CAUSE
+Yes.
+
+DOES SUNNY WEATHER MAKE YOU HAPPIER
+Yes.
+
+DOES ANCIENT MEAN OLD
+Yes.
+
+DOES FISH LIVE IN THE WATER
+Yes.
+
+DOES STRESS WEAKEN THE IMMUNE SYSTEM
+Yes.
+
+DOES RUM CONTAIN ALCOHOL
+Yes.
+
+DOES ANYBODY LIVE IN NEW JERSEY
+Yes.
+
+DOES PIZZA HUT MAKE PIZZA
+Yes.
+
+DOES PIZZA CONTAIN CHEESE
+Yes.
+
+DOES PIZZA TASTE GOOD
+Yes.
+
+DOES BMW MAKE CARS
+Yes.
+
+DOES SUNLIGHT FEEL WARM
+Affirmative.
+
+DOES SUNLIGHT HELP PLANTS GROW
+Affirmative.
+
+DOES SUNLIGHT MAKE PLANTS GROW
+Yes.
+
+DOES SUNLIGHT MAKE YOU FEEL WARM
+Yes.
+
+DOES SUNLIGHT CAUSE WARMTH
+Affirmative.
+
+DOES BACON COME FROM PORK BELLIES
+Yes.
+
+DOES BACON COME FROM A PIG
+Affirmative.
+
+DOES BACON TASTE GOOD
+Yes.
+
+DOES TWO PLUS TWO EQUAL FOUR
+Absolutely.
+
+DOES 10 PLUS 10 EQUAL 20
+Yes.
+
+DOES 10 PLUS 9 EQUALS 19
+Yes.
+
+DOES 10 LIE BETWEEN 1 AND 100
+Yes.
+
+DOES 10 DIVIDED BY 2 EQUAL 5
+Yes.
+
+DOES LOVE HELP YOU BE HAPPY
+Yes.
+
+DOES LOVE EXIST
+Yes.
+
+DOES LOVE HURT SOMETIMES
+Affirmative.
+
+DOES BILL CLINTON LIE
+Yes.
+
+DOES BILL CLINTON SOMETIMES FART
+Yes.
+
+DOES BILL GATES HAVE A LOT OF MONEY
+Yes.
+
+DOES BILL GATES HAVE LOTS OF MONEY
+Yes.
+
+DOES BILL GATES MAKE A LOT OF MONEY
+Yes.
+
+DOES TIME FLOW IN ONE DIRECTION ONLY
+Yes.
+
+DOES TIME FLOW
+Yes.
+
+DOES TIME MOVE IN ONE DIRECTION ONLY
+Yes.
+
+DOES MY HUSBAND LOVE ME
+Yes.
+
+DOES JUICE COME FROM FRUIT
+Yes.
+
+DOES REGULAR COFFEE CONTAIN CAFFEINE
+Yes.
+
+DOES PLANTS HAVE LIFE
+Yes.
+
+DOES AMAZON DOT COM SELL BOOKS
+Yes.
+
+DOES AMAZON SELL BOOKS
+Yes.
+
+DOES SATURDAY COME AFTER FRIDAY
+Absolutely.
+
+DOES X EQUAL X
+Yes.
+
+DOES ISRAEL EXIST
+Yes.
+
+DOES ADVERTISING SELL MORE PRODUCTS
+Affirmative.
+
+DOES JAVA MAKE USE OF A VIRTUAL MACHINE
+Yes.
+
+DOES OIL COME OUT OF THE GROUND
+Yes.
+
+DOES SWIMMING HELP KEEP PEOPLE FIT
+Yes.
+
+DOES TURTLES LIVE LONGER THAN SPIDERS
+Yes.
+
+DOES PETROL BURN
+Yes.
+
+DOES SALTWATER CONTAIN SALT AND WATER
+Affirmative.
+
+DOES GETTING RUN OVER BY A CAR HURT
+Yes.
+
+DOES GETTING YOUR ARMS CHOPPED OFF HURT
+Yes.
+
+DOES GETTING A KNIFE IN THE HEAD HURT
+Yes.
+
+DOES HARLEY DAVIDSON MAKE MOTORCYCLES
+Yes.
+
+DOES SQUARE HAVE 4 SIDES
+Yes.
+
+DOES LENNON BEGIN WITH THE LETTER L
+Yes.
+
+DOES SANTA CLAUS WEAR RED
+Yes.
+
+DOES SANTA WEAR RED
+Yes.
+
+DOES FRIDAY FOLLOW THURSDAY
+Yes.
+
+DOES FIRE NEED OXYGEN TO BURN
+Yes.
+
+DOES FIRE GIVE OFF LIGHT
+Affirmative.
+
+DOES FIRE GIVE OFF HEAT
+Yes.
+
+DOES FIRE PRODUCE SMOKE
+Affirmative.
+
+DOES FIRE PRODUCE HEAT
+Yes.
+
+DOES FIRE HARM HUMANS
+Yes.
+
+DOES FIRE BURN PAPER
+Yes.
+
+DOES FIRE BURN HUMAN FLESH
+Affirmative.
+
+DOES FIRE BURN THINGS
+Yes.
+
+DOES IRC STAND FOR INTERNET RELAY CHAT
+Yes.
+
+DOES EIGHT RHYME WITH HATE
+Yes.
+
+DOES DELL MAKE COMPUTERS
+Yes.
+
+DOES EVERY LIVING HUMAN HAVE A HEAD
+Yes.
+
+DOES EVERY LIVING THING DIE SOMETIME
+Yes.
+
+DOES EVERY LIVING THING DIE
+Yes.
+
+DOES EVERY COUNTRY HAVE A FLAG
+Yes.
+
+DOES EVERY YEAR CONSIST OF 12 MONTHS
+Yes.
+
+DOES EVERY ANIMAL HAVE ONLY ONE ANUS
+Yes.
+
+DOES EVERY TRIANGLE HAVE 3 SIDES
+Yes.
+
+DOES EVERY TRIANGLE HAVE 3 CORNERS
+Absolutely.
+
+DOES SNOW MELT INTO WATER
+Yes.
+
+DOES SNOW FALL MOST OFTEN IN WINTER
+Yes.
+
+DOES MARIJUANA EASE PAIN
+Yes.
+
+DOES LIGHT TRAVEL QUICKLY
+Yes.
+
+DOES LIGHT TRAVEL FASTER THEN SOUND
+Affirmative.
+
+DOES LIGHT TRAVEL FASTER THAN SOUND
+Yes.
+
+DOES LIGHT TRAVEL AS A PARTICLE
+Yes.
+
+DOES LIGHT TRAVEL AS A WAVE
+Yes.
+
+DOES LIGHT HELP HUMANS SEE
+Yes.
+
+DOES LIGHT SOMETIMES BEHAVE LIKE A WAVE
+Yes.
+
+DOES LIGHT CARRY ENERGY
+Yes.
+
+DOES NIGHT ALTERNATE WITH DAY
+Yes.
+
+DOES NIGHT FOLLOW DAY
+Yes.
+
+DOES WWW STAND FOR WORLD WIDE WEB
+Yes.
+
+DOES HAMBURGER COME FROM COWS
+Affirmative.
+
+DOES HEARTBREAK HURT
+Yes.
+
+DOES FEBRUARY SOMETIMES HAVE 28 DAYS
+Yes.
+
+DOES FEBRUARY COME AFTER JANUARY
+Yes.
+
+DOES PAINT COME IN COLORS
+Yes.
+
+DOES BREWING COFFEE SMELL GOOD
+Yes.
+
+DOES CUTTING YOURSELF HURT
+Yes.
+
+DOES SEX FEEL GOOD TO PEOPLE
+Yes.
+
+DOES SEX MAKE YOU FEEL GOOD
+Yes.
+
+DOES SEX MATTER
+Yes.
+
+DOES GLASS BREAK EASIER THAN STEEL
+Yes.
+
+DOES GLASS BREAK
+Yes.
+
+DOES RAIN FEEL WET
+Yes.
+
+DOES RAIN HELP THE GRASS GROW
+Yes.
+
+DOES RAIN HELP THE POEPLE
+Yes.
+
+DOES RAIN FALL DOWN
+Yes.
+
+DOES RAIN FALL FROM THE SKY
+Yes.
+
+DOES RAIN FALL FROM CLOUDS
+Yes.
+
+DOES RAIN FALL
+Yes.
+
+DOES RAIN COME FROM THE SKY
+Yes.
+
+DOES RAIN COME FROM THE CLOUDS
+Affirmative.
+
+DOES RAIN COME OUT OF CLOUDS
+Yes.
+
+DOES RAIN MAKE GRASS GROW
+Yes.
+
+DOES RAIN MAKE HE GROUND WET
+Yes.
+
+DOES BLOOD LOOK RED
+Yes.
+
+DOES BLOOD FLOW THROUGH HUMAN VIENS
+Yes.
+
+DOES BLOOD CARRY OXYGEN IN THE BODY
+Affirmative.
+
+DOES PINK FLOYD MAKE MUSIC
+Yes.
+
+DOES NIKE SELL SHOES
+Yes.
+
+DOES ONE PLUS ONE EQUAL TWO
+Absolutely.
+
+DOES ONE GET WET IN RAIN
+Yes.
+
+DOES ONE BUY FOOD AT A SUPERMARKET
+Yes.
+
+DOES ONE CENTURY CONSIST OF 100 YEARS
+Yes.
+
+DOES ONE LIKE TO BE HAPPY
+Yes.
+
+DOES SUGAR TASTE SWEET TO YOU
+Affirmative.
+
+DOES SUGAR TASTE SWEET TO HUMANS
+Affirmative.
+
+DOES SUGAR TASTE SWEET
+Yes.
+
+DOES AN HOUR HAVE 60 MINUTES
+Yes.
+
+DOES AN UMBRELLA KEEP YOU DRY
+Yes.
+
+DOES AN OCTOPUS HAVE EIGHT ARMS
+Yes.
+
+DOES AN EFFECT NEED A CAUSE
+Affirmative.
+
+DOES AN ELEPHANT EXIST
+Yes.
+
+DOES AN OCEAN CONTAIN SALT WATER
+Yes.
+
+DOES AN OCEAN HAVE SALT WATER IN IT
+Yes.
+
+DOES AN OCEAN CONSIST OF WATER
+Yes.
+
+DOES AN OBJECT HIDDEN BY A WALL EXISTS
+Yes.
+
+DOES AN ARCHITECT DESIGN BUILDINGS
+Yes.
+
+DOES AN ORGASM FEEL NICE
+Yes.
+
+DOES AN ANT HAVE 6 LEGS
+Yes.
+
+DOES JERUSALEM LOCATAD IN ISRAEL
+Yes.
+
+DOES FECES SMELL
+Yes.
+
+DOES HUMOUR RELIEVE STRESS
+Yes.
+
+DOES ALICE NEED A SERVER BACKUP SYSTEM
+Yes.
+
+DOES ALICE CONSUME BANDWITH
+Yes.
+
+DOES ALICE MAKE MISTAKES
+Yes.
+
+DOES ALICE BECOME BORING AFTER AWHILE
+Yes.
+
+DOES CONSUMING ALCHOL MAKES YOU DRUNK
+Yes.
+
+DOES BEING PUNCHED HURT
+Affirmative.
+
+DOES BEING STRUCK BY LIGHTNING HURT
+Yes.
+
+DOES 6 TIMES 7 EQUAL 42
+Yes.
+
+DOES 6 TIMES 6 EQUAL 36
+Absolutely.
+
+DOES PORSCHE MAKE SPORTS CARS
+Absolutely.
+
+DOES NINTENDO MAKE VIDEO GAMES
+Yes.
+
+DOES METAL CONDUCT ELECTRICITY
+Yes.
+
+DOES HUMAN FEELINGS CHANGES WITH TIME
+Yes.
+
+DOES HUMAN SING
+Yes.
+
+DOES HUMAN HAVE TWO EYES
+Yes.
+
+DOES HUMAN HAVE TWO HANDS
+Yes.
+
+DOES HUMAN WASTE SMELL BAD
+Yes.
+
+DOES NORWAY HAVE ITS OWN FLAG
+Affirmative.
+
+DOES WORD PROPER MEAN CORRECT
+Yes.
+
+DOES EXCERSIZE IMPROVE HEALTH
+Yes.
+
+DOES CHEVROLET MANUFACTURE AUTOMOBILES
+Affirmative.
+
+DOES YOU S OFTEN STAND FOR UNITED STATES
+Yes.
+
+DOES FIRESTONE MAKE TIRES
+Yes.
+
+DOES LIGHTENING CONTAIN ELECTRICITY
+Yes.
+
+DOES UN STAND FOR UNITED NATIONS
+Yes.
+
+DOES SALT CORRODE METAL
+Affirmative.
+
+DOES MANKIND LOVE ITSELF
+Yes.
+
+DOES PAPER COME FROM A TREE
+Yes.
+
+DOES PAPER COME FROM WOOD
+Yes.
+
+DOES PAPER BURN
+Absolutely.
+
+DOES SEGREGATION EXIST
+Yes.
+
+DOES HAIR LOST IS IN MY GENES
+Absolutely.
+
+DOES HAIR GROW
+Affirmative.
+
+DOES PAIN HURT
+Yes.
+
+DOES CONSEQUENCE MATTER
+Yes.
+
+DOES INTEL MANUFACTURE MICROPROCESSORS
+Yes.
+
+DOES INTEL BUILD THE PENTIUM CHIP
+Yes.
+
+DOES INTEL BUILD MICROPROCESSORS
+Yes.
+
+DOES INTEL MAKE PENTIUMS
+Yes.
+
+DOES TOOTHPASTE COME IN TUBES
+Yes.
+
+DOES FALLING IN LOVE MAKE YOU HAPPY
+Yes.
+
+DOES FALLING OFF A BIKE HURT
+Yes.
+
+DOES OS STAND FOR OPERATING SYSTEM
+Yes.
+
+DOES SATURN HAVE RINGS
+Affirmative.
+
+DOES SOME FURNITURE HAVE LEGS
+Yes.
+
+DOES SOME MEDICINES CONTAIN ALCOHOL
+Yes.
+
+DOES ANYONE EVER LIE
+Absolutely.
+
+DOES BREAKING A BONE HURT
+Yes.
+
+DOES ROBBERY IS A CRIME
+Yes.
+
+DOES STANDARD DICE HAS SIX SIDES
+Yes.
+
+DOES MUSIC ALTER A HUMANS MOOD
+Affirmative.
+
+DOES MUSIC AFFECT PEOPLE
+Yes.
+
+DOES MUSIC COME ON COMPACT DISCS
+Yes.
+
+DOES MUSIC MAKE YOU FEEL GOOD
+Yes.
+
+DOES MUSIC CREATE AN EMOTIONAL RESPONSE
+Affirmative.
+
+DOES GASOLINE BURN
+Yes.
+
+DOES GASOLINE IGNITE
+Affirmative.
+
+DOES TIMEX MAKE WATCHES
+Yes.
+
+DOES USA HAVE A CAPITAL
+Yes.
+
+DOES CHOCOLATE TASTE SWEET
+Yes.
+
+DOES CHOCOLATE TASTE GOOD
+Yes.
+
+DOES EVERYONE NEED TO EAT FOOD
+Yes.
+
+DOES EVERYONE EVENTUALLY DIE
+Yes.
+
+DOES EVERYONE HAS A NAME
+Yes.
+
+DOES EVERYONE DIE EVENTUALLY
+Yes.
+
+DOES EVERYONE DIE
+Yes.
+
+DOES EQUATOR PASS THROUGH AFRICA
+Yes.
+
+DOES AIR CONTAIN OXYGEN
+Yes.
+
+DOES WEDNESDAY COME AFTER MONDAY
+Yes.
+
+DOES PEOPLE HAVE FEELINGS
+Yes.
+
+DOES PEOPLE LIKE EATING
+Yes.
+
+DOES TRANSSYLAVANIA EXIST
+Affirmative.
+
+DOES EDUCATION BEGIN AT HOME
+Affirmative.
+
+DOES UK STAND FOR UNITED KINGDOM
+Yes.
+
+DOES PAMELA ANDERSON HAVE LARGE BREASTS
+Yes.
+
+DOES HAM COME FROM PIGS
+Absolutely.
+
+DOES HARVARD PROVIDE A GOOD EDUCATION
+Yes.
+
+DOES HOT SOLDER ON YOUR SKIN HURT
+Affirmative.
+
+DOES ANAL SEX HURT
+Yes.
+
+DOES SOUND TRAVEL IN THE FORM OF WAVES
+Yes.
+
+DOES SILK FEEL SOFT
+Affirmative.
+
+DOES CATS EAT MOUSES
+Yes.
+
+DOES EXERCISE IMPROVE HUMAN HEALTH
+Yes.
+
+DOES SCHOOL HELP CHILDREN LEARN THINGS
+Yes.
+
+DOES 23 22 EQUAL 1
+Yes.
+
+DOES 2 MEAN THE SAME AS TWO
+Yes.
+
+DOES 2 PLUS 2 EQUAL FOUR
+Yes.
+
+DOES 2 PLUS 2 EQUAL 4
+Yes.
+
+DOES 2 PLUS 2 EQUAL 2 TIMES 2
+Affirmative.
+
+DOES 2 X 2 EQUAL 4
+Yes.
+
+DOES 2 TIMES 4 EQUAL 8
+Yes.
+
+DOES 2 TIMES 3 EQUAL 6
+Yes.
+
+DOES LYING IN THE SUN MAKE YOU WARMER
+Affirmative.
+
+DOES COFFEE CONTAIN CAFFEINNE
+Yes.
+
+DOES COFFEE CONTAIN CAFFIENE
+Yes.
+
+DOES COFFEE CONTAIN CAFFINE
+Yes.
+
+DOES COFFEE WAKE A PERSON UP
+Affirmative.
+
+DOES COFFEE HAVE CAFFEINE IN IT
+Yes.
+
+DOES EACH HUMAN HAVE A HEART
+Yes.
+
+DOES WHISKEY CONTAIN ALCOHOL
+Yes.
+
+DOES LAUGHING FEEL GOOD
+Yes.
+
+DOES LAUGHING MAKE YOU FEEL GOOD
+Yes.
+
+DOES APPLAUSE FOLLOW A GOOD PERFORMANCE
+Yes.
+
+DOES FM MEAN FREQUENCY MODULATION
+Yes.
+
+DOES FM STAND FOR FREQUENCY MODULATION
+Absolutely.
+
+DOES SEPTEMBER HAVE THIRTY DAYS
+Yes.
+
+DOES SUPERMAN FLY
+Yes.
+
+DOES TWENTY PLUS TWENTY EQUAL FORTY
+Yes.
+
+DOES PC STAND FOR PERSONAL COMPUTER
+Yes.
+
+DOES TV MEAN TELEVISION
+Yes.
+
+DOES TV EXIST
+Yes.
+
+DOES COW HAS FOUR LEGS
+Yes.
+
+DOES VODKA CONTAIN ALCOHOL
+Yes.
+
+DOES AOL STAND FOR AMERICA ONLINE
+Yes.
+
+DOES SERENA WILLIAMS PLAY TENNIS
+Absolutely.
+
+DOES JERRY SPRINGER HOST A TALK SHOW
+Yes.
+
+DOES ARITHMETIC DEAL WITH NUMBERS
+Affirmative.
+
+DOES CLAY HARDEN WHEN HEATED
+Affirmative.
+
+DOES CYANIDE KILL HUMANS
+Yes.
+
+DOES GAVITY EFFECT ALL OBJECTS ON EARTH
+Yes.
+
+DOES SPRING COME BEFORE SUMMER
+Affirmative.
+
+DOES YESTERDAY OCCUR IN THE PAST
+Yes.
+
+DOES REAL LOVE EXIST
+Yes.
+
+DOES E COME AFTER D IN THE ALPHABET
+Yes.
+
+DOES E EQUAL MC 2
+Yes.
+
+DOES CD STANDS FOR COMPACT DISC
+Yes.
+
+DOES CD STANS FOR COMPACT DISC
+Yes.
+
+DOES CD STAND FOR COMPACT DISC
+Yes.
+
+DOES ARITHMATIC INVOLVE NUMBERS
+Yes.
+
+DOES 0 PLUS 0 EQUAL 0
+Yes.
+
+DOES 0 0 EQUAL 0
+Yes.
+
+DOES WINE CONTAIN ALCOHOL
+Yes.
+
+DOES WINE COME IN BOTTLES
+Yes.
+
+DOES WINE COME FROM GRAPES
+Yes.
+
+DOES WINE TASTE DIFFERENT FROM BEER
+Yes.
+
+DOES WATCH SHOW TIME
+Yes.
+
+DOES IT FEEL GOOD TO MASTURBATE
+Yes.
+
+DOES IT FEEL GOOD TO LAUGH
+Yes.
+
+DOES IT FEEL GOOD TO STRETCH
+Yes.
+
+DOES IT FEEL GOOD TO SCRATCH AN ITCH
+Affirmative.
+
+DOES IT FEEL GOOD TO MASTER A NEW SKILL
+Yes.
+
+DOES IT FEEL GOOD TO WIN
+Yes.
+
+DOES IT SNOW IN THE WINTER
+Affirmative.
+
+DOES IT GET DARK AT NIGHT
+Yes.
+
+DOES IT GET WET WHEN IT RAINS
+Yes.
+
+DOES IT TAKE TWO TO TANGO
+Yes.
+
+DOES IT TAKE TWO TO MAKE A COUPLE
+Yes.
+
+DOES IT RAIN DURING THE MONSOON
+Yes.
+
+DOES IT RAIN IN ENGLAND
+Yes.
+
+DOES IT RAIN IN AMERICA
+Yes.
+
+DOES IT RAIN IN SEATTLE
+Yes.
+
+DOES IT RAIN OVER THE OCEAN
+Yes.
+
+DOES IT GER DARK AT NIGHT
+Yes.
+
+DOES IT HURT TO CUT YOURSELF
+Yes.
+
+DOES IT HURT TO CUT INTO YOUR BODY
+Yes.
+
+DOES IT HURT TO FALL DOWN
+Affirmative.
+
+DOES IT HURT TO FALL ON YOUR HEAD
+Yes.
+
+DOES IT HURT TO FALL
+Affirmative.
+
+DOES IT HURT TO BE CUT WITH A KNIFE
+Yes.
+
+DOES IT HURT TO LOSE A FRIEND
+Yes.
+
+DOES IT HURT TO STICK YOUR HAND IN FIRE
+Absolutely.
+
+DOES IT HURT TO TOUCH FIRE
+Yes.
+
+DOES IT HURT WHEN YOU BREAK YOUR ARM
+Yes.
+
+DOES 58 PLUS 2 EQUALS TO 60
+Yes.
+
+DOES LOOKING AT THE SUN HURT YOUR EYES
+Yes.
+
+DOES EARTH REVOLVE AROUND THE SUN
+Yes.
+
+DOES EARTH HAS ONLY ONE MOON
+Yes.
+
+DOES EARTH HAS A NATURAL SATTELITE
+Yes.
+
+DOES EARTH HAS LIFE
+Yes.
+
+DOES EARTH ROTATE AROUND THE SUN
+Yes.
+
+DOES EARTH HAVE A MOON
+Yes.
+
+DOES EARTH HAVE 1 MOON
+Yes.
+
+DOES EARTH HAVE ONE MOON
+Yes.
+
+DOES EARTH HAVE LIFE ON IT
+Yes.
+
+DOES EARTH SPIN ON ITS AXIS
+Yes.
+
+DOES EARTH MOVE
+Yes.
+
+DOES HUMANITY HAVE A FUTURE
+Yes.
+
+DOES CISCO SYSTEMS MAKE IP ROUTERS
+Yes.
+
+DOES MEN ENJOY LOOKING AT NAKED LADIES
+Yes.
+
+DOES LUNCH COME BEFORE DINNER
+Yes.
+
+DOES FORD MAKE CARS
+Yes.
+
+DOES RUBBER STRETCH
+Yes.
+
+DOES RUBBER BOUNCE
+Yes.
+
+DOES P?NGUIN LOVE FISH
+Yes.
+
+DOES SUN FEEL GOOD ON YOUR FACE
+Yes.
+
+DOES SUN RISE IN EAST
+Yes.
+
+DOES SUN RISE IN THE EAST
+Yes.
+
+DOES SUN SHINE ONTO EARTH
+Yes.
+
+DOES SUN MAKE SOFTWARE
+Yes.
+
+DOES SUN GIVES LIGHT
+Yes.
+
+DOES CHLOROPHYL MAKE PLANTS GREEN
+Yes.
+
+DOES FIVE PLUS FIVE EQUAL TEN
+Yes.
+
+DOES FREE SOFTWARE EXIST
+Yes.
+
+DOES WAR TYPICALLY HARM PEOPLE
+Yes.
+
+DOES ORANGE JUICE COME FROM ORANGES
+Yes.
+
+DOES 9 PLUS 9 EQUAL 18
+Yes.
+
+DOES 9 EQUAL NINE
+Affirmative.
+
+DOES LETTERS FORM WORDS
+Yes.
+
+DOES RAINBOW HAS 7 COLORS
+Yes.
+
+DOES WINDOWS CRASH
+Yes.
+
+DOES WINDOWS EVER CRASH
+Yes.
+
+DOES HISTORY DESCRIBE PAST
+Yes.
+
+DOES SMOKING GIVE YOU CANCER
+Affirmative.
+
+DOES SMOKING TOBACCO CAUSE CANCER
+Yes.
+
+DOES SMOKING HARM YOUR HEALTH
+Yes.
+
+DOES DIAMOND CUT GLASS
+Yes.
+
+DOES POPCORN POP WHEN HEATED
+Yes.
+
+DOES ARIZONA ICED TEA CONTAIN CAFFEINE
+Affirmative.
+
+DOES WOOL COME FROM SHEEP
+Yes.
+
+DOES EUROPE CONSIST OF MANY COUNTRIES
+Yes.
+
+DOES SWISS CHEES HAVE HOLES
+Affirmative.
+
+DOES TUESDAY IMMEDIATELY FOLLOW MONDAY
+Yes.
+
+DOES TUESDAY ALWAYS FOLLOW MONDAY
+Yes.
+
+DOES RACISM EXIST ON EARTH
+Yes.
+
+DOES RACISM EXIST
+Yes.
+
+DOES RACISM HURT THE WORLD
+Yes.
+
+DOES BOEING BUILD AIRPLANES
+Yes.
+
+DOES BOEING MAKE AIRCRAFT
+Yes.
+
+DOES IQ STAND FOR INTELLIGENCE QUOTIENT
+Yes.
+
+DOES FRUSTRATION CAUSES STRESS
+Yes.
+
+DOES SOCCER INVOLVE MUCH RUNNING
+Yes.
+
+DOES BIOLOGY INVOLVE CHEMISTRY
+Yes.
+
+DOES COFEE CONTAIN CAFFINE
+Yes.
+
+DOES APPLE COMPUTER MAKE THE MACINTOSH
+Yes.
+
+DOES HOMOSEXUAL PEOPLE HAVE FEELINGS
+Yes.
+
+DOES MOST STEAK COME FROM CATTLE
+Yes.
+
+DOES MOST BEER CONTAIN ALCOHOL
+Yes.
+
+DOES MOST OF FRUITS GROW ON TREES
+Yes.
+
+DOES MOST DOGS HAVE A TAIL
+Yes.
+
+DOES BITING ON YOUR TONGUE HURT
+Yes.
+
+DOES WATER FREEZE AT ZERO CELSIUS
+Yes.
+
+DOES WATER FREEZE AT 0 DEGREES CELSIUS
+Affirmative.
+
+DOES WATER HELP PLANTS GROW
+Yes.
+
+DOES WATER CONTAIN OXYGEN
+Yes.
+
+DOES WATER EXTINGUISH FIRE
+Yes.
+
+DOES WATER FLOW DOWNHILL
+Yes.
+
+DOES WATER FLOW
+Yes.
+
+DOES WATER FALL FROM THE SKY
+Yes.
+
+DOES WATER BOIL AT 100 DEGREE CELSIUS
+Yes.
+
+DOES WATER COVER MOST OF THE EARTH
+Yes.
+
+DOES WATER QUENCH THIRST
+Yes.
+
+DOES WATER REFRACT LIGHT
+Affirmative.
+
+DOES WATER FROM THE OCEAN CONTAIN SALT
+Affirmative.
+
+DOES WATER PUT OUT FIRES
+Yes.
+
+DOES WATER MAKE THINGS WET
+Yes.
+
+DOES WATER TURN SOLID AT 32 DEGREES F
+Yes.
+
+DOES ALL DIE ON RUSSIAN SUBMARINE KURSK
+Yes.
+
+DOES ALL LIFE END EVENTUALLY
+Yes.
+
+DOES MILK NEED TO BE REFRIGERATED
+Absolutely.
+
+DOES MILK CONTAIN CALCIUM
+Affirmative.
+
+DOES MILK COME FROM COWS
+Yes.
+
+DOES MILK HAVE CALCIUM
+Yes.
+
+DOES STEPHEN KING WRITE HORROR NOVELS
+Yes.
+
+DOES SAND CONTAIN QUARTZ
+Yes.
+
+DOES NASA LAUNCH SPACESHIPS
+Yes.
+
+DOES HAVING A SHOWER MAKE YOU CLEAN
+Yes.
+
+DOES HAVING AN ORGASM FEEL GOOD
+Yes.
+
+DOES HAVING PROBLEMS IRRITATE ONE
+Yes.
+
+DOES TENNIS REQUIRE A BALL
+Yes.
+
+YELLOW IS A COLOR
+Affirmative.
+
+VIOLENCE IS BAD
+Yes.
+
+AUTHORS WRITE BOOKS
+Yes.
+
+FEAR IS AN EMOTION
+Yes.
+
+STAYING UP ALL NIGHT MAKES YOU TIRED
+Yes.
+
+NEEDLE IS USED TO SEW CLOTHES
+Yes.
+
+FIRE IS HOT
+Yes.
+
+DRINKING WATER IS HEALTHY
+Yes.
+
+PUMPKINS GROW ON GROUND
+Yes.
+
+HOCKEY IS A SPORT
+Yes.
+
+RIO DE JANEIRO IS IN BRAZIL
+Affirmative.
+
+MUSIC IS MADE OF SOUNDS
+Yes.
+
+MUSIC IS AN ART
+Yes.
+
+SNAIL RUN SLOW
+Yes.
+
+BANANAS ARE FRUIT
+Yes.
+
+MADONNA IS FEMALE SINGER
+Yes.
+
+CHILD MARRIAGE IS BAD
+Yes.
+
+DID NAZIS KILL JEWS DURING THE WAR
+Yes.
+
+DID NAZIS KILL JEWS
+Yes.
+
+DID BOB MARLEY LIKE REGGAE
+Yes.
+
+DID SHAKESPEAR WRITE ROMEO AND JULIET
+Yes.
+
+DID BILL CLINTON CHEAT ON HIS WIFE
+Yes.
+
+DID AN ICEBERG SINK THE TITANIC
+Yes.
+
+DID REGGAE MUSIC ORIGINATE IN JAMAICA
+Yes.
+
+DID PEOPLE INVENT THE COMPUTERS
+Yes.
+
+DID WALT DISNEY CREATE MICKEY MOUSE
+Yes.
+
+DID HOMER WRITE THE ODYSSEY
+Yes.
+
+DID ERNEST HEMINGWAY WRITE NOVELS
+Yes.
+
+DID THOMAS EDISON INVENT THE LIGHT BULB
+Affirmative.
+
+DID IRAQ INVADE KUWAIT IN AUGUST 1990
+Affirmative.
+
+DID DINOSAURS EXIST
+Affirmative.
+
+DID THE PRINTING PRESS CHANGE THE WORLD
+Affirmative.
+
+DID THE HOLOCAUST HAPPEN
+Yes.
+
+DID THE JAPANESE LOSE WORLD WAR II
+Affirmative.
+
+DID THE ALLIES WIN WORLD WAR 1
+Yes.
+
+DID THE ANCIENT GREEKS DRINK WATER
+Absolutely.
+
+DID THE ANCIENT EGYPTIANS WORSHIP CATS
+Yes.
+
+DID THE NORTH WIN THE CIVIL WAR
+Yes.
+
+DID THE BEATLES SING YELLOW SUBMARINE
+Absolutely.
+
+DID THE BEATLES BREAK UP
+Yes.
+
+DID THE VILLAGE PEOPLE SING YMCA
+Absolutely.
+
+DID THE ROMAN EMPIRE FALL
+Yes.
+
+DID THE DINOSAURS EXIST
+Yes.
+
+DID THE TITANIC HIT AN ICEBERG
+Yes.
+
+DID THE TITANIC SINK
+Yes.
+
+DID THE TITANTIC SINK
+Yes.
+
+DID THE MAN REACH THE MOON
+Yes.
+
+DID THE EGYPTIANS BUILD THE PYRAMIDS
+Yes.
+
+DID THE LONE RANGER WEAR A MASK
+Yes.
+
+DID THE SUN SHINE
+Yes.
+
+DID SHAKESPEARE WRITE HAMLET
+Yes.
+
+DID SHAKESPEARE WRITE ROMEO AND JULIET
+Yes.
+
+DID SHAKESPEARE WRITE PLAYS
+Yes.
+
+DID BEETHOVEN WRITE MUSIC
+Yes.
+
+DID JESUS RISE FROM THE DEAD
+Yes.
+
+DID JESUS HAVE A PENIS
+Yes.
+
+DID JESUS POOP
+Yes.
+
+DID TOLKIEN WRITE THE LORD OF THE RINGS
+Affirmative.
+
+DID CLINTON DO IT WITH LEWINSKY
+Yes.
+
+DID MEN LAND ON THE MOON
+Yes.
+
+DID PRINCESS DIANA DIE IN A CAR CRASH
+Yes.
+
+DID GAY USED TO MEAN HAPPY
+Yes.
+
+DID J F K EXIST
+Yes.
+
+DID WE LAND ON THE MOON
+Yes.
+
+DID LOTS OF PEOPLE DIE IN JAPAN IN 1945
+Yes.
+
+DID MAN WALK ON THE MOON
+Yes.
+
+DID MAN LAND ON THE MOON
+Yes.
+
+DID MAN EVER WALK ON THE MOON
+Yes.
+
+DID HUMAN BEINGS TRAVEL TO SPACE
+Yes.
+
+DID KARL XII WIN THE BATTLE OF POLTAVA
+Affirmative.
+
+DID HITLER ATTEMPT TO EXTERMINATE JEWS
+Yes.
+
+DID HITLER HATE JEWS
+Yes.
+
+DID VIKINGS HAVE HORNS ON THEIR HELMETS
+Yes.
+
+DID HUMANS EVOLVE
+Yes.
+
+DID HUMANS INVENT THE WHEEL
+Yes.
+
+DID A WAR START IN SARAJEVO
+Absolutely.
+
+DID A HUMAN CREATE ALICE
+Yes.
+
+DID A MAN WALK ON THE MOON
+Yes.
+
+DID GERMAN LOOSE WORLD WAR II
+Yes.
+
+DID ACTIVISION PUBLISH DAIKATANA
+Yes.
+
+DID MOZART WRITE MUSIC
+Yes.
+
+DID GHANDI LIBERATE INDIA
+Yes.
+
+DID JULIUS CESAR RULE OVER AN EMPIRE
+Yes.
+
+DID DINOSOARS ONCE ROAM THE EARTH
+Yes.
+
+DID LADY DIANA DIE IN PARIS
+Yes.
+
+DID WILLIAM SHAKESPEARE WRITE HAMLET
+Yes.
+
+DID WILLIAM SHAKESPEARE WRITE POETRY
+Affirmative.
+
+DID JOHN KENEDY GET ASSASINATED
+Yes.
+
+GERMAN IS A LANGUAGE
+Yes.
+
+DOSE BLOOD CONTAIN IRON
+Yes.
+
+DOSE FIVE PLUS TEN EQUAL FIFTEEN
+Yes.
+
+GRASS CAN BE DIFFERENT SHADES OF GREEN
+Absolutely.
+
+3 PLUS 3 IS 6
+Absolutely.
+
+3 PLUS 3 EQUAL 6
+Yes.
+
+3 DIVIDED BY 1 EQUALS 3
+Yes.
+
+3 TIMES 7 EQUAL 21
+Yes.
+
+CHEESE IS A PRODUCT BASED ON MILK
+Yes.
+
+IA THE SKY BLUE
+Yes.
+
+MACINTOSH IS BRAND NAME FOR A COMPUTER
+Yes.
+
+WASALBERT EINSTEIN A GERMAN
+Yes.
+
+WAS BENITO MUSSOLINI FASCIST
+Yes.
+
+WAS 1984 WRITTEN BY GEORGE ORWELL
+Yes.
+
+WAS GERMANY DEFEATED IN WORLD WAR II
+Yes.
+
+WAS DR MARTIN LUTHUR KING ASSASSINATED
+Yes.
+
+WAS SOLOMON A KING
+Yes.
+
+WAS SHAKESPEAR A PLAY WRITER
+Yes.
+
+WAS MONTY PYTHON A BRITISH COMEDY GROUP
+Yes.
+
+WAS TITANIC A SUCCESSFUL MOVIE
+Yes.
+
+WAS REAGAN PRESIDENT OF THE US IN 1986
+Affirmative.
+
+WAS BILL CLINTON A PRESIDENT
+Yes.
+
+WAS PRESIDENT KENNEDY ASSASSINATED
+Yes.
+
+WAS PRESIDENT LINCOLN ASSASINATED
+Yes.
+
+WAS MOSES A PERSON
+Yes.
+
+WAS ARISTOTLE A PHILOSOPHER
+Yes.
+
+WAS PABLO PICASSO A PAINTER
+Yes.
+
+WAS NEWTON A PHYSICIST
+Affirmative.
+
+WAS NEWTON A GREAT SCIENTIST
+Yes.
+
+WAS NEIL ARMSTRONG AN ASTRONAUT
+Yes.
+
+WAS LUDWIG VON BEETHOVEN A MUSICIAN
+Yes.
+
+WAS PICCASO A PAINTER
+Yes.
+
+WAS JIMI HENDRIX A SKILLED GUITARIST
+Yes.
+
+WAS JIMI HENDRIX WAS A GUITAR PLAYER
+Yes.
+
+WAS ADOLF HITLER WAS AN EVIL DESPOT
+Yes.
+
+WAS ADOLF HITLER AN EVIL MAN
+Yes.
+
+WAS ADOLF HITLER AN EVIL PERSON
+Yes.
+
+WAS RONALD REAGAN PRESIDENT
+Yes.
+
+WAS RONALD REAGAN A PRESIDENT
+Yes.
+
+WAS DICKENS A WRITER
+Affirmative.
+
+WAS THIS QUESTION SUBMITTED
+Affirmative.
+
+WAS DAVINCI AN ARTIST
+Yes.
+
+WAS THOMAS EDISON A GREAT INVENTOR
+Absolutely.
+
+WAS THOMAS EDISON AN INVENTOR
+Yes.
+
+WAS WATERGATE A SCANDAL
+Affirmative.
+
+WAS EINSTEIN A FAMOUS PERSON
+Yes.
+
+WAS EINSTEIN A PHYSICIST
+Yes.
+
+WAS EINSTEIN A SMART PERSON
+Yes.
+
+WAS EINSTEIN A GENIUS
+Yes.
+
+WAS EINSTEIN A GREAT THINKER
+Yes.
+
+WAS EINSTEIN A GREAT GENIUS
+Yes.
+
+WAS EINSTEIN GREAT
+Yes.
+
+WAS CHOPIN A MUSICAN
+Yes.
+
+WAS RINGO STARR A BEATLE
+Yes.
+
+WAS FRANK SINATRA A SINGER
+Yes.
+
+WAS WASHINGTON AN AMERICAN PRESIDENT
+Affirmative.
+
+WAS THE MONA LISA PAINTED BY A MAN
+Yes.
+
+WAS THE MOVIE THE KID MADE IN 1921
+Yes.
+
+WAS THE BERLIN WALL DESTROYED
+Yes.
+
+WAS THE GRATEFUL DEAD A MUSICAL GROUP
+Affirmative.
+
+WAS SHAKESPEARE A POET
+Affirmative.
+
+WAS BEETHOVEN A GOOD COMPOSER
+Yes.
+
+WAS BEETHOVEN A COMPOSER
+Yes.
+
+WAS SUPERMAN A FICTIONAL CHARACTER
+Yes.
+
+WAS STAR WARS A BLOCKBUSTER
+Absolutely.
+
+WAS STAR WARS A SCI FI MOVIE
+Affirmative.
+
+WAS AUSTRALIA ONCE A PENAL COLONY
+Yes.
+
+WAS VINCENT VAN GOGH A PAINTER
+Yes.
+
+WAS MARTIN LUTHER KING A GOOD MAN
+Yes.
+
+WAS ROME AN ANCIENT EMPIRE
+Yes.
+
+WAS CHEWBACCA A WOOKIE
+Yes.
+
+WAS ISAAC NEWTON A SCIENTIST
+Yes.
+
+WAS SOCRATES A MAN
+Yes.
+
+WAS MARILYN MONROE SEXY
+Yes.
+
+WAS MARILYN MONROE A BEAUTIFUL WOMAN
+Yes.
+
+WAS ISTANBUL ONCE CALLED CONSTANTINOPLE
+Affirmative.
+
+WAS MAHATMA GANDHI A LEADER IN INDIA
+Yes.
+
+WAS PICASSO A GOOD PAINTER
+Affirmative.
+
+WAS PICASSO A PAINTER
+Affirmative.
+
+WAS PICASSO AN ARTIST
+Affirmative.
+
+WAS LASSIE A DOG
+Yes.
+
+WAS WOLFGANG AMEDEUS MOZART A COMPOSER
+Affirmative.
+
+WAS J S BACH A COMPOSER
+Affirmative.
+
+WAS LATIN A LANGUAGE
+Yes.
+
+WAS PLATO A PHILOSOPHER
+Affirmative.
+
+WAS PLATO A GREEK PHILOSOPHER
+Yes.
+
+WAS PLATO A PHILOSPHER
+Affirmative.
+
+WAS SOMEONE BORN
+Absolutely.
+
+WAS EVERYONE ONCE A CHILD
+Yes.
+
+WAS JFK ASSASINATED
+Yes.
+
+WAS HITLER A NAZI
+Yes.
+
+WAS HITLER A DICTATOR
+Affirmative.
+
+WAS GANDHI AN INDIAN
+Yes.
+
+WAS MUHAMMED ALI A FAMOUS BOXER
+Yes.
+
+WAS JOSEF STALIN A COMMUNIST
+Affirmative.
+
+WAS JAWS A MOVIE ABOUT A SHARK
+Absolutely.
+
+WAS ANY OTHER PLANETARY SYSTEMS FOUND
+Yes.
+
+WAS JAMES DEAN AN ACTOR
+Yes.
+
+WAS HAMLET WRITTEN BY SHAKESPEARE
+Yes.
+
+WAS MY FATHER BORN BEFORE ME
+Affirmative.
+
+WAS GUCCI A DESIGNER BEFORE HE DIED
+Yes.
+
+WAS RADIO INVENTED BEFORE TELEVISION
+Affirmative.
+
+WAS CHE GUEVERA A REVOLUTIONARY
+Yes.
+
+WAS ENIAC THE FIRST ELECTRONIC COMPUTER
+Yes.
+
+WAS CHARLES DARWIN A SCIENTIST
+Affirmative.
+
+WAS ALBERT EINSTIN A GREAT THINKER
+Yes.
+
+WAS ALBERT EINSTEIN A SCIENTIST
+Affirmative.
+
+WAS ALBERT EINSTEIN A GENIUS
+Yes.
+
+WAS NAPOLEON A FRENCH GENERAL
+Affirmative.
+
+WAS NAPOLEON A MILITARY LEADER
+Yes.
+
+WAS NAPOLEON A GREAT GENERAL
+Affirmative.
+
+WAS NAPOLEON A PERSON
+Affirmative.
+
+WAS NAPOLEON BORN IN FRANCE
+Affirmative.
+
+WAS GEORGE WASHINGTON A US PRESIDENT
+Yes.
+
+WAS RICHARD NIXON PRESIDENT
+Yes.
+
+WAS RICHARD NIXON A PRESIDENT
+Yes.
+
+WAS MOZART A CLASSICAL COMPOSER
+Yes.
+
+WAS MOZART A MUSIC COMPOSER
+Yes.
+
+WAS MOZART A MUSICIAN
+Yes.
+
+WAS MOZART A GREAT PIANO VIRTUOSO
+Yes.
+
+WAS BRITAIN AN IMPERIALIST NATION
+Yes.
+
+WAS TOM HANKS IN THE MOVIE FORREST GUMP
+Yes.
+
+WAS ZEUS AN OLD GREEK GOD
+Yes.
+
+WAS THERE A REVOLUTION IN FRANCE
+Yes.
+
+WAS JULIUS CEASAR AN EMPORER OF ROME
+Affirmative.
+
+WAS CHARLIE CHAPLIN AN ACTOR
+Yes.
+
+WAS CHRIST A JEW
+Yes.
+
+WAS JACK THE RIPPER A SERIAL KILLER
+Affirmative.
+
+WAS
+Yes.
+
+WAS STALIN A COMMUNIST. INTERJECTION
+Yes.
+
+WAS ELVIS PRESLEY A SINGER
+Yes.
+
+WAS ELVIS A HUMAN
+Yes.
+
+WAS ELVIS KNOWN AS THE KING
+Affirmative.
+
+WAS MARK TWAIN AN AUTHOR
+Yes.
+
+WAS JOHN LENNON A FAMOUS SINGER
+Yes.
+
+WAS JOHN LENNON A MEMBER OF THE BEATLES
+Affirmative.
+
+WAS JOHN F KENNEDY ASSASINATED
+Yes.
+
+WAS JOHN WAYNE A AMERICAN ACTOR
+Yes.
+
+WAS JOHN WAYNE AN ACTOR
+Yes.
+
+WAS RIMBAUD WAS A FRENCH POET
+Yes.
+
+T SHIRTS CAN BE RED
+Yes.
+
+T SHIRTS COME IN MANY SIZES
+Yes.
+
+COLOR OF SKY IS BLUE
+Yes.
+
+GRAPES ARE FRUIT
+Yes.
+
+GANDHI WAS AN INDIAN LEADER
+Yes.
+
+COULD A CHICKEN CROSS A ROAD
+Yes.
+
+COULD ELIVS PRESLEY SING
+Yes.
+
+COULD WEBSITES BE EASIER TO USE
+Yes.
+
+SOCCER IS A BALL GAME
+Yes.
+
+SOULD YOU FIND A CAR IN A GARAGE
+Yes.
+
+ANIMALS NEED WATER TO LIVE
+Yes.
+
+ANIMALS BREATHE OXYGEN FROM THE AIR
+Yes.
+
+WOULD I THROW A BALL WITH MY HAND
+Affirmative.
+
+WOULD A PERSON WEIGH LESS ON THE MOON
+Yes.
+
+WOULD YOU FIND PANTS IN A CLOSET
+Yes.
+
+WOULD YOU FIND A FIREPLACE IN A HOUSE
+Yes.
+
+WOULD YOU FIND A CAR IN A GARAGE
+Yes.
+
+WOULD YOU FIND A CLOSET IN A HOUSE
+Yes.
+
+WOULD YOU FIND A MICROWAVE IN A KITCHEN
+Yes.
+
+WOULD YOU FIND A TOILET IN A BATHROOM
+Yes.
+
+WOULD YOU FIND A DINING ROOM IN A HOUSE
+Yes.
+
+WOULD YOU FIND A LIVING ROOM IN A HOUSE
+Yes.
+
+WOULD YOU FIND A BEDROOM IN A HOUSE
+Yes.
+
+WOULD YOU FIND A BATHTUB IN A BATHROOM
+Yes.
+
+WOULD YOU FIND A SINK IN A BATHROOM
+Yes.
+
+WOULD YOU FIND A BED IN A BEDROOM
+Yes.
+
+WOULD YOU FIND A LAMP IN A BEDROOM
+Yes.
+
+WOULD YOU FIND A BLENDER IN A KITCHEN
+Yes.
+
+WOULD YOU FIND A LAWN MOWER IN A GARAGE
+Yes.
+
+WOULD YOU FIND AN OVEN IN A KITCHEN
+Yes.
+
+WOULD YOU FIND SHEETS ON A BED
+Yes.
+
+WOULD YOU WANT TO WIN A MILLION DOLLARS
+Affirmative.
+
+WOULD YOU ENJOY A COLD DRINK
+Yes.
+
+WOULD YOU BE MY FRIEND
+Yes.
+
+WOULD YOU LIKE TO BE LOVED
+Affirmative.
+
+WOULD YOU LIKE TO HAVE LOTS OF MONEY
+Yes.
+
+WOULD ONE PLUS ONE EQUAL 2
+Affirmative.
+
+WOULD WORLD PEACE BE A GOOD THING
+Affirmative.
+
+WOULD READING INCREASE YOUR VOCABULARY
+Affirmative.
+
+MOUNTAINS ARE TALLER THAN HILLS
+Yes.
+
+UK STANDS FOR UNITED KINGDOM
+Yes.
+
+UK STAND FOR UNITED KINGDOM
+Affirmative.
+
+SAKI IS MADE FROM RICE
+Yes.
+
+WHALES ARE MAMMALS
+Yes.
+
+DOESFIRE BURN DRY WOOD
+Yes.
+
+CREDITCARDS ARE MADE OF PLASTIC
+Yes.
+
+INSULT
+Absolutely.
+
+OIL IS SLIPPERY
+Yes.
+
+ISA E MAIL CHEAPER THAN TELEPHONE
+Yes.
+
+JUPITER IS THE LARGEST PLANET
+Yes.
+
+JUPITER IS A PLANET
+Affirmative.
+
+COLOMBIA IS IN SOUTH AMERICA
+Yes.
+
+PHOTOGRAPHIC NEGATIVES CONTAIN SILVER
+Absolutely.
+
+PINK IS A COLOR
+Affirmative.
+
+CONGO IS IN AFRICA
+Yes.
+
+FISH SWIM UNDER WATER
+Yes.
+
+MY UNCLES SON IS MY COUSIN
+Yes.
+
+MY FATHERS SISTER IS MY AUNT
+Yes.
+
+MY FATHERS BROTHER IS MY UNCLE
+Yes.
+
+MY MOTHERS BROTHER IS MY UNCLE
+Yes.
+
+IT IS DARK AT NIGHT
+Affirmative.
+
+IT IS GOOD TO SURVIVE
+Yes.
+
+IT IS GOOD TO TAKE CARE OF HUMANS
+Yes.
+
+IT GETS COLD IN ALASKA
+Yes.
+
+ALBERT EINSTEIN WAS A GENIUS
+Yes.
+
+ALBERT EINSTIEN WAS A SCIENTIST
+Yes.
+
+URANUS IS A PLANET
+Affirmative.
+
+CARS HAVE FOUR WHEELS
+Yes.
+
+CARS HAVE WHEELS
+Yes.
+
+CARS HAVE 4 WHEELS
+Yes.
+
+CARS ARE USED FOR TRANSPORTATION
+Yes.
+
+MONOPOLY IS A BOARDGAME
+Yes.
+
+IBM MAKES COMPUTERS
+Affirmative.
+
+CAT IS LARGER THAN MOUSE
+Yes.
+
+ELECTRICITY CAN KILL
+Yes.
+
+ROME IS THE CAPITAL OF ITALY
+Yes.
+
+DAY BY DAY YOU ARE GETTING OLDER
+Yes.
+
+WOMEN HAVE TWO BREASTS
+Yes.
+
+WOMEN ARE PRETTY
+Affirmative.
+
+6 IS GREATER THAN 5
+Yes.
+
+BRITAIN IS A COUNTRY
+Yes.
+
+MAKE A MISTAKE
+Yes.
+
+GNU IS NOT UNIX
+Yes.
+
+WHEN THE SUN IS UP IS IT DAYTIME
+Yes.
+
+WHEN IT RAINS DO THINGS GET WET
+Yes.
+
+WHEN A HUMAN BLEEDS IS THE BLOOD RED
+Yes.
+
+WHEN YOU ARE CUT DO YOU BLEED
+Affirmative.
+
+WHEN SWIMMING SHOULD SHARKS BE AVOIDED
+Affirmative.
+
+WHEN WATER FREEZES DOES IT BECOME ICE
+Yes.
+
+FOUR PLUS FOUR EQUALS EIGHT
+Yes.
+
+MUST YOU EAT TO LIVE
+Yes.
+
+MUST PEOPLE HAVE EYES TO SEE
+Yes.
+
+MUST ALL ANIMALS EAT TO SURVIVE
+Yes.
+
+BEER IS AN ALCOHOLIC BEVERAGE
+Yes.
+
+IN A DARK ROOM IS WHITE STILL WHITE
+Affirmative.
+
+IN GENERAL DO WE NEED LIGHT TO SEE
+Yes.
+
+IN GENERAL IS URINE YELLOW
+Yes.
+
+DOLLARS ARE A KIND OF CURRENCY
+Yes.
+
+HITLER RULED GERMANY
+Yes.
+
+IF I BREAK MY ARM WILL IT HURT
+Yes.
+
+IF I DROP AN APPLE WILL IT FALL
+Absolutely.
+
+IF SOMETHING IS LARGE IS IT BIG
+Absolutely.
+
+IF THERE IS NO LIGHT IS IT DARK
+Yes.
+
+IF A VACCUME CLEANER SUCKS IS THAT GOOD
+Yes.
+
+IF A COMB IS IN WATER IS THAT COMB WET
+Yes.
+
+IF A PERSON IS ASLEEP DO THEY BREATHE
+Yes.
+
+IF YOU GET HIT BY A CAR WILL IT HURT
+Yes.
+
+IF YOU CUT ME DO I BLEED
+Yes.
+
+IF YOU WATER PLANTS WILL THEY LIVE
+Affirmative.
+
+IF FACING EAST IS BEHIND YOU IS WEST
+Yes.
+
+TELEPHONES ARE USED FOR COMMUNICATION
+Absolutely.
+
+DELHI IS CAPITAL OF INDIA
+Yes.
+
+MARS IS A PLANET
+Yes.
+
+MARS IS CALLED THE RED PLANET
+Yes.
+
+MARS IS KNOWN AS THE RED PLANET
+Yes.
+
+14 IS TWICE AS MANY AS 7
+Affirmative.
+
+RABBIT RUN FAST
+Yes.
+
+WHAT NAMES IS YOUR FRIENDS
+Yes.
+
+WIRED IS A MAGAZINE
+Yes.
+
+ONE PLUS ONE WILL BE TWO
+Yes.
+
+ONE AND ONE WILL BE TWO
+Yes.
+
+MEXICO IS A COUNTRY
+Yes.
+
+MEXICO CITY HAS A LOT OF PEOPLE
+Yes.
+
+NOKIA MAKES CELLULAR PHONES
+Yes.
+
+SEA WATER IS SALTY
+Yes.
+
+SEA WATER IS SALTED
+Yes.
+
+WHEELS ARE ROUND
+Yes.
+
+I WANT SEX WITHOUT A CONDOM
+Yes.
+
+I WANT SEX WITHOUT LOVE
+Yes.
+
+I SCREAM IN PAIN WHEN I BURN MY FACE DO
+Yes.
+
+I THINK. I EXIST
+Yes.
+
+I ENJOY MUSIC
+Yes.
+
+GOSSIPING IS ADDICTIVE
+Yes.
+
+SIX IS BIGGER THAN FIVE
+Yes.
+
+CLOTHING CAN BE MADE OUT OF COTTON
+Yes.
+
+WHISKEY IS AN ALCOHOLIC DRINK
+Yes.
+
+STONE THROWN UPWARDS FALLS DOWN
+Yes.
+
+HONEY BEE LIVE IN A GROUP
+Yes.
+
+WINTER IS A SEASON
+Yes.
+
+LAVA IS MOLTEN ROCK
+Yes.
+
+VASCODAGAMA WAS A VOYAGER
+Yes.
+
+BLACK IS DARK
+Yes.
+
+PURPLE IS A COLOR
+Yes.
+
+GOLD IS HEAVIER THAN TIN
+Yes.
+
+DIESEL FUMES ARE CARCONOGENIC
+Yes.
+
+GLUE IS STICKY
+Yes.
+
+JAZZ IS A TYPE OF MUSIC
+Yes.
+
+JAZZ IS A KIND OF MUSIC
+Yes.
+
+BRAINS ARE FOUND INSIDE HEADS
+Yes.
+
+TRAINS ARE USED FOR TRANSPORTATION
+Yes.
+
+TROUT LIVE IN WATER
+Yes.
+
+NIGHTS ARE COLDER THAN DAYS
+Yes.
+
+HAIR HELP TO PROTECT OUR HEAD
+Yes.
+
+2 PLUS 4 MINUS 3 PLUS 2 EQUALS 5
+Affirmative.
+
+2 PLUS 2 IS FOUR
+Yes.
+
+2 PLUS 2 EQUALS 4
+Yes.
+
+2 3 5 7 ARE THE PRIME NUMBERS
+Yes.
+
+2 TIMES 2 EQUALS 4
+Yes.
+
+2 TIMES 100 EQUALS 200
+Yes.
+
+MOTHER GIVES BIRTH TO CHILDREN
+Yes.
+
+WE PUT CIGARETTE BUTTS IN AN ASHTRAY
+Yes.
+
+WE LIVE ONLY
+Yes.
+
+WE SHOULD GIVE PEACE A CHANCE
+Yes.
+
+RIVER AMAZON IS THE LARGEST RIVER
+Yes.
+
+FRIENDSHIP IS IMPORTANT
+Yes.
+
+MENS LOVES TO HAVE SEXUAL INTERCOURSE
+Yes.
+
+NEWYORK IS IN US
+Yes.
+
+BY ASKING QUESTIONS DO WE LEARN ANSWERS
+Yes.
+
+WATER IS HEAVIE THAN AIR
+Yes.
+
+WATER IS NECCESARY FOR SURVIVAL
+Yes.
+
+WATER IS WET AT ROOM TEMPERATURE
+Yes.
+
+WATER IS WET
+Yes.
+
+WATER IS COLOURLESS
+Yes.
+
+IS DOWN THE OPPOSITE OF UP
+Yes.
+
+IS ARKANSAS IN THE UNITED STATES
+Yes.
+
+IS SUSHI A JAPANESE FOOD
+Yes.
+
+IS MAINTENANCE OF A MACHINE GOOD
+Yes.
+
+IS BIOLOGY A SCIENCE
+Affirmative.
+
+IS BIOLOGY A SCIENTIFIC FIELD OF STUDY
+Yes.
+
+IS BIOLOGY A BRANCH OF SCIENCE
+Affirmative.
+
+IS GASOLINE TOXIC
+Affirmative.
+
+IS GASOLINE HIGHLY FLAMEABLE
+Yes.
+
+IS GASOLINE A POWER SOURCE
+Yes.
+
+IS GASOLINE A FUEL
+Yes.
+
+IS GASOLINE A PETROLEUM PRODUCT
+Affirmative.
+
+IS GASOLINE FLAMMABLE
+Affirmative.
+
+IS COOK A PROFESSION
+Yes.
+
+IS COMPASSION WORTHWHILE
+Yes.
+
+IS PLAYING IN TRAFFIC DANGEROUS
+Yes.
+
+IS PLAYING A PIANO DIFFICULT
+Absolutely.
+
+IS PLAYING GOOD FOR THE MIND
+Yes.
+
+IS PLAYING GAMES FUN
+Affirmative.
+
+IS PLAYING FUN
+Yes.
+
+IS BRITNEY SPEARS GOOD LOOKING
+Yes.
+
+IS SWITZERLAND IN EUROPE
+Yes.
+
+IS SWITZERLAND IS AN EUROPEAN COUNTRY
+Affirmative.
+
+IS LUCKY STRIKE A BRAND OF CIGARETTES
+Affirmative.
+
+IS GIGAHERTZ LARGER THAN MEGAHERTZ
+Yes.
+
+IS PRINCESS DI STILL DEAD
+Yes.
+
+IS NBC A TV NETWORK
+Yes.
+
+IS ITALIAN SPOKEN IN ITALY
+Affirmative.
+
+IS ITALIAN THE LANGUAGE SPOKEN IN ITALY
+Yes.
+
+IS B A LETTER OF THE ENGLISH ALPHABET
+Yes.
+
+IS B A LETTER
+Yes.
+
+IS ANCHORAGE IN ALASKA
+Yes.
+
+IS GRILLING ONE METHOD OF COOKING
+Affirmative.
+
+IS YEN IS THE CURRENCY OF JAPAN
+Yes.
+
+IS CYANIDE POISONOUS TO HUMANS
+Yes.
+
+IS CYANIDE POISONOUS
+Affirmative.
+
+IS HUMANKIND MORTAL
+Yes.
+
+IS SCHOOL A GOOD PLACE TO LEARN
+Yes.
+
+IS SCHOOL GOOD TO LIFE
+Yes.
+
+IS SCHOOL GOOD
+Yes.
+
+IS LIQUID NITROGEN COLD
+Yes.
+
+IS MELBOURNE IN AUSTRALIA
+Yes.
+
+IS PAMELA ANDERSON A SEX SYMBOL
+Yes.
+
+IS MARIJUANA A DRUG
+Absolutely.
+
+IS MARIJUANA SOMETIMES CALLED POT
+Yes.
+
+IS RACISM A GLOBAL PROBLEM
+Yes.
+
+IS BIG BEN A CLOCK
+Yes.
+
+IS BIG THE OPPOSITE OF SMALL
+Yes.
+
+IS CHRISTMAS IN DECEMBER
+Yes.
+
+IS CHRISTMAS A HOLIDAY
+Affirmative.
+
+IS IS TRUE THAT FISH LIVE IN THE WATER
+Yes.
+
+IS IS TRUE THAT LEMONS TASTE SOUR
+Yes.
+
+IS IS DARK AT NIGHT
+Yes.
+
+IS IS OK TO EAT MEAT
+Yes.
+
+IS PEPSI A COLA
+Yes.
+
+IS PEPSI A TYPE OF SOFT DRINK
+Yes.
+
+IS PEPSI A TYPE OF DRINK
+Yes.
+
+IS CHESS A BOARD GAME
+Affirmative.
+
+IS CHESS A BOARDGAME
+Yes.
+
+IS CHESS A MIND GAME
+Yes.
+
+IS CHESS A TWO PLAYER GAME
+Affirmative.
+
+IS CHESS A TWO PERSON GAME
+Yes.
+
+IS CHESS A GAME FOR TWO PLAYERS
+Yes.
+
+IS CHESS A GAME OF STATEGY
+Yes.
+
+IS CHESS A GAME OF STRATEGY
+Yes.
+
+IS CHESS A GAME
+Affirmative.
+
+IS CHESS A TYPE OF GAME
+Yes.
+
+IS HAVING A PET GOOD FOR CHILDREN
+Yes.
+
+IS HAVING SEX FUN
+Affirmative.
+
+IS TOLERANCE GOOD
+Yes.
+
+IS SAVING MONEY FOR THE FUTURE WISE
+Yes.
+
+IS WAS THE PAST TENSE OF IS
+Yes.
+
+IS CARPENTRY A TRADE
+Yes.
+
+IS HEROINE A DRUG
+Yes.
+
+IS REPRODUCTION VITAL TO A SPECIES
+Affirmative.
+
+IS IOWA IN THE UNITED STATES
+Yes.
+
+IS MARATHON RUNNING DIFFICULT
+Yes.
+
+IS MUSIC SOMETHING YOU CAN HEAR
+Yes.
+
+IS MUSIC PLAYED AT A PARTY
+Yes.
+
+IS MUSIC A CULTURAL GOOD
+Yes.
+
+IS MUSIC A KIND OF ART
+Yes.
+
+IS MUSIC A FORM OF EXPRESSION
+Yes.
+
+IS MUSIC A FORM OF HUMAN EXPRESSION
+Yes.
+
+IS MUSIC A FORM OF ART
+Yes.
+
+IS MUSIC GOOD FOR HUMANS
+Affirmative.
+
+IS MUSIC MADE OF SOUND WAVES
+Affirmative.
+
+IS MUSIC AN ART
+Yes.
+
+IS MUSIC AN ART FORM
+Affirmative.
+
+IS MUSIC PLEASANT
+Affirmative.
+
+IS MUSIC AUDIBLE
+Yes.
+
+IS MUSIC FUN TO LISTEN TO
+Affirmative.
+
+IS MUSIC ENJOYABLE TO MOST PEOPLE
+Yes.
+
+IS KERMIT A MUPPET
+Yes.
+
+IS POLKA A STYLE OF MUSIC
+Yes.
+
+IS 50 MINUS 3 EQUAL TO 47
+Yes.
+
+IS 50 TIMES 100 EQUAL TO 5000
+Yes.
+
+IS PSYCHOLOGY THE STUDY OF THE MIND
+Yes.
+
+IS BHUDDISM A RELIGION
+Yes.
+
+IS NEWSPAPER A GOOD SOURCE FOR NEWS
+Yes.
+
+IS CARBON AN ELEMENT
+Affirmative.
+
+IS CARBON MONOXIDE POISONOUS TO HUMANS
+Absolutely.
+
+IS FIVE GREATER THAN THREE
+Affirmative.
+
+IS FIVE TIMES FIVE TWENTY FIVE
+Yes.
+
+IS DIVISION A MATHEMATICAL OPERATION
+Yes.
+
+IS 9 A NUMBER
+Yes.
+
+IS 9 BIGGER THAN 1
+Absolutely.
+
+IS ART WORTHWHILE
+Yes.
+
+IS ART SUBJECTIVE
+Affirmative.
+
+IS ART USEFUL
+Yes.
+
+IS ART A GOOD THING
+Yes.
+
+IS ART A CREATIVE ENDEAVOUR
+Yes.
+
+IS INTERNET EXPLORER A WEB BROWSER
+Yes.
+
+IS INTERNET COOL
+Yes.
+
+IS INTERNET GOOD
+Affirmative.
+
+IS INTERNET GREAT
+Yes.
+
+IS 45 TIMES 2 EQUAL TO 90
+Yes.
+
+IS PI ESTIMATED AT 3 POINT 14159
+Yes.
+
+IS PI APPROXIMATELY EQUAL TO 3 POINT 14
+Yes.
+
+IS SADNESS A FEELING
+Affirmative.
+
+IS CHOCOLATE YUMMY
+Absolutely.
+
+IS CHOCOLATE GOOD
+Yes.
+
+IS CHOCOLATE TASTY
+Yes.
+
+IS CHOCOLATE USUALLLY BROWN
+Yes.
+
+IS CHOCOLATE EDIBLE
+Affirmative.
+
+IS TO ERR HUMAN
+Yes.
+
+IS CHRISTOPHER COLUMBUS FAMOUS
+Affirmative.
+
+IS DISNEY WORLD IN FLORIDA
+Yes.
+
+IS ACNE A SKIN PROBLEM
+Yes.
+
+IS ANTARTICA COLD
+Yes.
+
+IS DECEMBER THE LAST MONTH OF THE YEAR
+Yes.
+
+IS DECEMBER A MONTH
+Absolutely.
+
+IS VOLLEYBALL A SPORT
+Yes.
+
+IS TOMATO PASTE MADE FROM TOMATOES
+Absolutely.
+
+IS TOMATO KETCHUP A THICK LIQUID
+Yes.
+
+IS TOMATO KETCHUP MADE FROM TOMATOES
+Yes.
+
+IS PAGO PAGO WARMER THAN BARROW ALASKA
+Yes.
+
+IS ARSENIC TOXIC TO HUMANS
+Yes.
+
+IS ARSENIC POISON
+Yes.
+
+IS ARSENIC POISONOUS
+Affirmative.
+
+IS MONTRAL IN CANADA
+Yes.
+
+IS POLLUTION BAD FOR THE ENVIRONMENT
+Yes.
+
+IS DRIED CONCRETE A HARD SUBSTANCE
+Yes.
+
+IS 13 PLUS 7 EQUAL TO 20
+Absolutely.
+
+IS TRAVEL FUN
+Yes.
+
+IS WORK BORING AFTER A WHILE
+Absolutely.
+
+IS GRASS GREEN IN COLOR
+Yes.
+
+IS OZONE HOLE EXIST
+Yes.
+
+IS 3 THE SQUARE ROOT OF 9
+Yes.
+
+IS 3 A NUMBER
+Yes.
+
+IS 3 BIGGER THAN 2
+Yes.
+
+IS 3 GREATER THAN 2
+Absolutely.
+
+IS 3 TIMES 9 EQUAL TO 27
+Yes.
+
+IS 3 TIMES 3 EQUAL TO 9
+Absolutely.
+
+IS 3 LESS THAN 4
+Yes.
+
+IS PROFIT GOOD
+Affirmative.
+
+IS FAST THE OPPOSITE OF SLOW
+Yes.
+
+IS ENGLAND PART OF THE UNITED KINGDOM
+Affirmative.
+
+IS ENGLAND IN THE UK
+Yes.
+
+IS ENGLAND A PART OF GREAT BRITAIN
+Yes.
+
+IS ENGLAND SMALLER THAN INDIA
+Yes.
+
+IS POKER A CARD GAME
+Yes.
+
+IS POKER A GAME
+Yes.
+
+IS DAY THE OPPOSITE TO NIGHT
+Yes.
+
+IS DAY FOLLOWED BY NIGHT
+Yes.
+
+IS FREEDOM A DESIREABLE THING
+Yes.
+
+IS FREEDOM IMPORTANT
+Yes.
+
+IS FREEDOM WORTH PRESERVING
+Yes.
+
+IS FREEDOM FROM TYRANNY IMPORTANT
+Absolutely.
+
+IS BIKING GOOD EXCERCISE
+Yes.
+
+IS GLUE USED TO STICK THINGS TOGETHER
+Yes.
+
+IS PLANNING USEFUL
+Yes.
+
+IS SUNLIGHT A FORM OF RADIATION
+Yes.
+
+IS SUNLIGHT WARMING
+Yes.
+
+IS SUNLIGHT WARM
+Yes.
+
+IS BEETHOVEN A MUSICAL GENIUS
+Affirmative.
+
+IS BEETHOVEN A FAMOUS COMPOSER
+Affirmative.
+
+IS BEETHOVEN A COMPOSER
+Yes.
+
+IS BEETHOVEN DEAD
+Yes.
+
+IS COBOL A PROGRAMMING LANGUAGE
+Affirmative.
+
+IS SAO PAULO A CITY
+Yes.
+
+IS FLYING FASTER THAN DRIVING
+Affirmative.
+
+IS STAMP COLLECTING A HOBBY
+Yes.
+
+IS PATIENCE A VIRTUE
+Yes.
+
+IS SEPTEMBER THE 9TH MONTH OF THE YEAR
+Yes.
+
+IS SEPTEMBER A MONTH
+Yes.
+
+IS BUDDHA AN INCARNATION
+Yes.
+
+IS GENEROSITY A VIRTUE
+Yes.
+
+IS PAUL MCCARTNEY AN EX BEATLE
+Absolutely.
+
+IS WHEEL OF FORTUNE A GAME SHOW
+Yes.
+
+IS BACON PIG MEAT
+Yes.
+
+IS BACON MADE FROM PIGS
+Yes.
+
+IS BACON EATEN AT BREAKFAST
+Yes.
+
+IS JUDGE JUDY A FEMALE
+Yes.
+
+IS COTTON A NATURAL FIBER
+Yes.
+
+IS COTTON A NATURAL FIBRE
+Yes.
+
+IS COTTON SOFTER THAN STONE
+Affirmative.
+
+IS GENESIS THE FIRST BOOK IN THE BIBLE
+Yes.
+
+IS PASCAL A PROGRAMMING LANGUAGE
+Yes.
+
+IS CALVIN KLEIN A POPULAR DESIGNER
+Yes.
+
+IS MP3 A COMPRESSED FORM OF AUDIO
+Yes.
+
+IS MP3 A FORMAT FOR STORING SOUNDS
+Yes.
+
+IS BROWN DARKER THAN WHITE
+Yes.
+
+IS BROWN A COLOR OF HAIR
+Yes.
+
+IS BROWN A COLOR
+Yes.
+
+IS GREECE A COUNTRY
+Yes.
+
+IS SOME FURNITURE MADE OF WOOD
+Affirmative.
+
+IS SOME DOG FOOD SOLD IN 25 POUND SACKS
+Yes.
+
+IS HALLOWEEN A HOLIDAY IN OCTOBER
+Yes.
+
+IS GEORGIA A PART OF THE UNITED STATES
+Yes.
+
+IS PALM OS AN OPERATION SYSTEM
+Affirmative.
+
+IS RADIOTELEPHONE WIRELESS
+Yes.
+
+IS DAYLIGHT IS BRIGHT
+Yes.
+
+IS IDAHO IN THE USA
+Yes.
+
+IS ATLAS GREEK MYTHICAL HERO
+Yes.
+
+IS THREE PLUS FOUR EQUAL TO SEVEN
+Yes.
+
+IS THREE AND THREE SIX
+Yes.
+
+IS READNG A USEFUL SKILL
+Yes.
+
+IS GEORGE A MANS NAME
+Yes.
+
+IS GEORGE BUSH RICH
+Yes.
+
+IS GEORGE WASHINGTON DEAD
+Yes.
+
+IS RELIABILITY A POSITIVE TRAIT
+Yes.
+
+IS RELIABILITY CONSIDERED GOOD
+Affirmative.
+
+IS CONFUSING AN ENGLISH WORD
+Yes.
+
+IS PVC HARMFUL TO THE NATURE
+Yes.
+
+IS PVC A POLYMER
+Yes.
+
+IS JUSTICE A GOOD IDEA
+Yes.
+
+IS POPE JOHN PAUL CATHOLIC
+Yes.
+
+IS FRANCE IN EUROPE
+Yes.
+
+IS FRANCE A EUROPEAN COUNTRY
+Yes.
+
+IS FRANCE A COUNTRY IN EUROPE
+Affirmative.
+
+IS FRANCE A COUNTRY
+Yes.
+
+IS FRANCE AN EUROPEAN COUNTRY
+Yes.
+
+IS FRANCE FAMOUS FOR WINE
+Yes.
+
+IS CUMULUS A CLOUD FORM
+Yes.
+
+IS CUMULUS A TYPE OF CLOUD
+Yes.
+
+IS SCOTLAND IN THE UNITED KINGDOM
+Yes.
+
+IS SCOTLAND A NICE PLACE
+Yes.
+
+IS SEA WATER SALTY
+Absolutely.
+
+IS DUTCH SPOKEN IN HOLLAND
+Yes.
+
+IS DUTCH SPOKEN IN THE NETHERLANDS
+Yes.
+
+IS SOUTH AMERICA SOUTH OF NORTH AMERICA
+Yes.
+
+IS HISTORY ABOUT THE PAST
+Affirmative.
+
+IS DR PEPPER A FIZZY DRINK
+Yes.
+
+IS KETCHUP GOOD WITH FRENCH FRIES
+Yes.
+
+IS KETCHUP MADE WITH TOMATOES
+Yes.
+
+IS INTERCOURSE EASIER WITH LUBRICATION
+Affirmative.
+
+IS HOUSE A PLACE TO LIVE IN
+Yes.
+
+IS HUMOR RELATIVE
+Yes.
+
+IS HAPPYNESS A FEELING
+Affirmative.
+
+IS HAPPINESS A STATE OF MIND
+Absolutely.
+
+IS HAPPINESS A HUMAN EMOTION
+Yes.
+
+IS HAPPINESS IMPORTANT TO HUMANS
+Yes.
+
+IS ARGENTINA A COUNTRY OF SOUTH AMERICA
+Yes.
+
+IS ARGENTINA A COUNTRY
+Yes.
+
+IS PHILIPPINES IN ASIA
+Yes.
+
+IS KIMCHEE A KOREAN CONDIMENT
+Yes.
+
+IS DECAPITATION FATAL FOR HUMAN BEINGS
+Yes.
+
+IS CIDER MADE FROM APPLES
+Yes.
+
+IS SMALL A SYNONYM FOR LITTLE
+Yes.
+
+IS CHILDHOOD FUN AND YET EDUCATIONAL
+Affirmative.
+
+IS TRAFFIC HEAVY IN MOST CITIES
+Yes.
+
+IS TRAFFIC NOISY
+Yes.
+
+IS MOTOR OIL VISCOUS
+Yes.
+
+IS BATH SOAP FORMED INTO BARS
+Yes.
+
+IS 635568 A NUMBER
+Yes.
+
+IS TIBET IN THE MOUNTAINS
+Yes.
+
+IS ELEPHANT A MAMAL
+Yes.
+
+IS ELEPHANT AN MAMMEL
+Yes.
+
+IS BEAUTY A SUBJECTIVE CONCEPT
+Yes.
+
+IS CONCRETE HARDER THAN GRASS
+Yes.
+
+IS SWIMMING A SPORT
+Yes.
+
+IS SWIMMING A FORM OF MOVEMENT
+Yes.
+
+IS SWIMMING EXERCISE
+Yes.
+
+IS SCULPTURE AN ART FORM
+Yes.
+
+IS G THE FIRST LETTER IN GORILLA
+Yes.
+
+IS SPEAKING A FORM OF COMMUNICATION
+Yes.
+
+IS 17 A NUMBER
+Affirmative.
+
+IS PAINTING A FORM OF ART
+Affirmative.
+
+IS PAINTING AN ART FORM
+Absolutely.
+
+IS CHILLI HOT
+Yes.
+
+IS DEMOCRACY A GOOD THING
+Affirmative.
+
+IS CAFFIENE A STIMULANT
+Affirmative.
+
+IS KOREA AN ASIAN COUNTRY
+Yes.
+
+IS WARCRAFT A MULTIPLAYER GAME
+Yes.
+
+IS WARCRAFT II A COMPUTER GAME
+Yes.
+
+IS SAND GRAINY
+Yes.
+
+IS SILK COMFORTABLE TO THE TOUCH
+Affirmative.
+
+IS SILK MADE BY SILKWORMS
+Absolutely.
+
+IS ROSE A FLOWER
+Yes.
+
+IS LAKE ERIE ONE OF THE GREAT LAKES
+Yes.
+
+IS ALBERTA A PROVINCE OF CANADA
+Yes.
+
+IS ASPIRIN A COMMON PAIN RELIEVER
+Yes.
+
+IS MICROWAVE POPCORN PACKAGED IN BAGS
+Yes.
+
+IS 145625783234 MORE THAN 1
+Yes.
+
+IS JUICE WET
+Yes.
+
+IS 1234567890 AN EVEN NUMBER
+Yes.
+
+IS ARIZONA IN THE UNITED STATES
+Yes.
+
+IS ARIZONA A STATE IN THE US
+Yes.
+
+IS ARIZONA A STATE IN THE USA
+Yes.
+
+IS ARIZONA A STATE OF THE UNITED STATES
+Yes.
+
+IS THEFT AGAINST THE LAW
+Yes.
+
+IS BLACKJACK A CARD GAME
+Yes.
+
+IS A A LETTER
+Yes.
+
+IS A BASKETBALL ROUND
+Yes.
+
+IS A BASKETBALL SPHERICAL
+Yes.
+
+IS A SECOND SHORTER THAN A MINUTE
+Yes.
+
+IS A CAMEL AN ANIMAL
+Affirmative.
+
+IS A WEEK SEVEN DAYS LONG
+Affirmative.
+
+IS A WEEK SHORTER THAN A MONTH
+Yes.
+
+IS A NAME IMPORTANT FOR A HUMAN
+Yes.
+
+IS A WISH SOMETHING HOPED FOR
+Yes.
+
+IS A BOOK SOMETHING TO READ
+Yes.
+
+IS A BOOK SOMETHING YOU READ
+Affirmative.
+
+IS A BOOK MADE OF PAPER
+Yes.
+
+IS A BOOK HEAVIER THAN A PIECE OF PAPER
+Yes.
+
+IS A MAN MORE INTELLIGENT THAN A MOUSE
+Yes.
+
+IS A MAN HUMAN
+Absolutely.
+
+IS A MAN A MAMMAL
+Affirmative.
+
+IS A MAN INTELLIGENT
+Yes.
+
+IS A MICROWAVE USED TO COOK FOOD
+Yes.
+
+IS A ROOM A TYPICAL PART OF A HOUSE
+Yes.
+
+IS A CENTURY MORE THAN A DECADE
+Yes.
+
+IS A CENTURY ONE HUNDRED YEARS LONG
+Absolutely.
+
+IS A CUMULUS CLOUD WHITE AND FLUFFY
+Yes.
+
+IS A STORE A PLACE TO BUY THINGS
+Yes.
+
+IS A FERRARI A SPORTS CAR
+Yes.
+
+IS A FERRARI EXPENSIVE
+Yes.
+
+IS A BEE AN INSECT
+Yes.
+
+IS A HANDSHAKE A FORM OF GREETING
+Yes.
+
+IS A LIBRARY A QUIET PLACE
+Yes.
+
+IS A DESERT DRY
+Yes.
+
+IS A COUCH COMFORTABLE
+Yes.
+
+IS A COUCH EQUAL TO A SOFA
+Yes.
+
+IS A CROCODILE A REPTILE
+Yes.
+
+IS A CONIFER A CLASS OF TREE
+Absolutely.
+
+IS A GOOD CREDIT RATING DESIRABLE
+Yes.
+
+IS A TEMPEST A KIND OF STORM
+Affirmative.
+
+IS A HARPSICHORD A MUSICAL INSTRUMENT
+Yes.
+
+IS A DAUGHTER FEMALE
+Yes.
+
+IS A CHEETAH A FELINE
+Yes.
+
+IS A PIANO PLAYED WITH TWO HANDS
+Yes.
+
+IS A PIANO FOR MUSIC
+Yes.
+
+IS A PIANO A MUSICAL INSTRUMENT
+Absolutely.
+
+IS A MINUTE SIXTY SECONDS
+Absolutely.
+
+IS A MINUTE COMPOSED OF 60 SECONDS
+Yes.
+
+IS A SUNFLOWER YELLOW
+Yes.
+
+IS A THE FIRST LETTER OF THE ALPHABET
+Affirmative.
+
+IS A CAT SCAN A MEDICAL TOOL
+Yes.
+
+IS A CAT A FELINE
+Yes.
+
+IS A CAT A QUADRAPED
+Yes.
+
+IS A CAT A DOMESTIC ANIMAL
+Yes.
+
+IS A CAT A PET
+Absolutely.
+
+IS A CAT SMALLER THAN A MAN
+Yes.
+
+IS A CAT AN ANIMAL
+Yes.
+
+IS A CAT FURRY
+Yes.
+
+IS A CAT IS BIGGER THAN A MOUSE
+Yes.
+
+IS A CAT FELINE
+Affirmative.
+
+IS A WHALE A MAMMAL
+Yes.
+
+IS A WHALE LARGER THAN A FISH
+Yes.
+
+IS A WHALE LARGE
+Yes.
+
+IS A SCANNER A COMPUTER DEVICE
+Yes.
+
+IS A SINUS A CAVITY IN THE HUMAN HEAD
+Yes.
+
+IS A DVD A TYPE OF STORAGE MEDIUM
+Affirmative.
+
+IS A STRAWBERRY RED
+Affirmative.
+
+IS A FROG A LIVING CREATURE
+Yes.
+
+IS A MAINFRAME A COMPUTER
+Yes.
+
+IS A COOKIE SOMETHING ONE EATS
+Yes.
+
+IS A CRIMINAL ONE WHO COMMITS A CRIME
+Yes.
+
+IS A BASEBALL ROUND
+Affirmative.
+
+IS A BRA AN ARTICLE OF CLOTHING
+Yes.
+
+IS A MARYGOLD A TYPE OF FLOWER
+Yes.
+
+IS A PECAN A TYPE OF TREE
+Yes.
+
+IS A MILE A MEASURE OF DISTANCE
+Yes.
+
+IS A NEW RAZORBLADE SHARP
+Affirmative.
+
+IS A BILLION MORE THAN A MILLION
+Yes.
+
+IS A BILLION A BIG NUMBER
+Yes.
+
+IS A BILLION GREATER THAN A MILLION
+Yes.
+
+IS A BILLION DOLLARS A LOT OF MONEY
+Affirmative.
+
+IS A DOLPHIN A MAMMAL
+Affirmative.
+
+IS A DOLPHIN AN ANIMAL
+Affirmative.
+
+IS A LEAF GREEN
+Yes.
+
+IS A SCREWDRIVER A DRINK
+Yes.
+
+IS A SCREWDRIVER A TOOL
+Absolutely.
+
+IS A SCREWDRIVER A HAND TOOL
+Affirmative.
+
+IS A SPEAKER AN AUDIO OUTPUT DEVICE
+Yes.
+
+IS A SHOE WORN ON THE FOOT
+Absolutely.
+
+IS A BASS DRUM A PERCUSSION INSTRUMENT
+Yes.
+
+IS A CUBE A THREE DIMENSIONAL SQUARE
+Yes.
+
+IS A WALTZ A KIND OF DANCE
+Affirmative.
+
+IS A DRUM A PERCUSSIVE INSTRUMENT
+Yes.
+
+IS A PRESIDENT A PERSON
+Yes.
+
+IS A SON YOUNGER THAN HIS FATHER
+Yes.
+
+IS A SON MALE
+Yes.
+
+IS A MODEM A TELECOMMUNICATIONS DEVICE
+Yes.
+
+IS A DOBERMAN A DOG
+Yes.
+
+IS A PASSWORD A FORM OF SECURITY
+Yes.
+
+IS A PASSWORD SUPPOSED TO BE SECRET
+Yes.
+
+IS A WHITE BOARD WHITE
+Yes.
+
+IS A NOUN A WORD
+Yes.
+
+IS A NUT OFTEN ASSOCIATED WITH A BOLT
+Yes.
+
+IS A BROOCH A DECORATIVE CLASP OR PIN
+Yes.
+
+IS A FENCE A BARRIER
+Absolutely.
+
+IS A BOVINE ANIMAL A COW
+Yes.
+
+IS A CANDLE A LIGHT SOURCE
+Yes.
+
+IS A BACHELOR AN UNMARRIED MAN
+Yes.
+
+IS A MICROSOFT A SOFTWARE GIANT
+Affirmative.
+
+IS A RED BALLOON ALWAYS RED
+Yes.
+
+IS A PEN USED FOR WRITING
+Yes.
+
+IS A PEN USED TO WRITE WITH
+Yes.
+
+IS A PEN LARGER THAN A FLY
+Yes.
+
+IS A WILLOW A TYPE OF TREE
+Yes.
+
+IS A JACKHAMMER LOUD
+Yes.
+
+IS A MIME CONSIDERED A PERFORMER
+Yes.
+
+IS A TREE A LIVING ORGANISM
+Yes.
+
+IS A TREE A PLANT
+Yes.
+
+IS A TREE MADE OF WOOD
+Yes.
+
+IS A TROMBONE A BRASS INSTRUMENT
+Absolutely.
+
+IS A GIRL FRIEND FEMALE
+Yes.
+
+IS A GIRL A FEMALE
+Yes.
+
+IS A GIRL A YOUNG WOMAN
+Yes.
+
+IS A SPANIEL A TYPE OF DOG
+Yes.
+
+IS A PRIME MINISTER A TYPE OF LEADER
+Affirmative.
+
+IS A MELON A FRUIT
+Affirmative.
+
+IS A GOLDFISH A KIND OF FISH
+Yes.
+
+IS A WEDDING A TIME OF JOY
+Yes.
+
+IS A HAMMER A TOOL
+Yes.
+
+IS A FATHER A PARENT
+Yes.
+
+IS A CHEERFUL HEART GOOD MEDICINE
+Yes.
+
+IS A RASP A KIND OF FILE
+Yes.
+
+IS A VIOLIN A MUSICAL INSTRUMENT
+Affirmative.
+
+IS A VIOLIN A STRING INSTRUMENT
+Yes.
+
+IS A VIOLIN COMMON IN AN ORCHESTRA
+Yes.
+
+IS A SALMON A FISH
+Yes.
+
+IS A SPARROW A BIRD
+Yes.
+
+IS A SPARROW A TYPE OF BIRD
+Yes.
+
+IS A TIGER A BIG CAT
+Yes.
+
+IS A KEYBOARD USED FOR TYPING
+Yes.
+
+IS A KEYBOARD A DATA INPUT DEVICE
+Yes.
+
+IS A KEYBOARD A COMPUTER INPUT DEVICE
+Yes.
+
+IS A KEYBOARD AN INPUT DEVICE
+Affirmative.
+
+IS A TURTLE AN ANIMAL
+Affirmative.
+
+IS A MOVIE A FORM OF ENTERTAINMENT
+Yes.
+
+IS A CARP A KIND OF FISH
+Yes.
+
+IS A QUEEN A CHESS PIECE
+Yes.
+
+IS A GUITAR A MUSICAL INSTRUMENT
+Absolutely.
+
+IS A GUITAR A STRING INSTRUMENT
+Yes.
+
+IS A GUITAR A STRINGED INSTRUMENT
+Yes.
+
+IS A PENGUIN BLACK AND WHITE
+Yes.
+
+IS A NUDE PERSON NAKED
+Yes.
+
+IS A MONKEY AN ANIMAL
+Yes.
+
+IS A BOAT A VESSEL
+Yes.
+
+IS A BACKPACK USED TO CARRY THINGS
+Yes.
+
+IS A CLOAK A KIND OF GARMENT
+Yes.
+
+IS A SKYSCRAPER TALL
+Yes.
+
+IS A FOREST A HOME FOR WILDLIFE
+Affirmative.
+
+IS A FOREST AN ACCUMULATION OF TREES
+Yes.
+
+IS A PUPPY A BABY DOG
+Yes.
+
+IS A PUPPY A YOUNG DOG
+Yes.
+
+IS A SHEET OF PAPER THIN
+Yes.
+
+IS A HAT WORN ON THE HEAD
+Yes.
+
+IS A HAT WORN ON YOUR HEAD
+Yes.
+
+IS A KAYAK A TYPE OF BOAT
+Yes.
+
+IS A YEAR ROUGHLY 365 DAYS LONG
+Yes.
+
+IS A YEAR LONGER THAN A DAY
+Yes.
+
+IS A YEAR LONGER THAN A MONTH
+Absolutely.
+
+IS A PHONE A COMMUNICATION DEVICE
+Yes.
+
+IS A PHONE A USEFULL DEVICE
+Yes.
+
+IS A MAGAZINE A PUBLICATION
+Yes.
+
+IS A MAGAZINE MADE OF PAPER
+Yes.
+
+IS A FOOT SHORTER THAN A METER
+Yes.
+
+IS A HUNDRED LESS THAN A THOUSAND
+Absolutely.
+
+IS A SEVERE SUNBURN PAINFUL
+Yes.
+
+IS A SCUBA DIVER A HUMAN
+Yes.
+
+IS A PIG AN ANIMAL
+Yes.
+
+IS A BRIEFCASE A SMALL PIECE OF LUGGAGE
+Yes.
+
+IS A FRAME USED TO DISPLAY A PICTURE
+Yes.
+
+IS A LESBIAN A WOMAN
+Affirmative.
+
+IS A SPIDER AN ARACHNID
+Affirmative.
+
+IS A JOKE FUNNY
+Affirmative.
+
+IS A BICYCLE A FORM OF TRANSPORTATION
+Yes.
+
+IS A HERB A TYPE OF PLANT
+Affirmative.
+
+IS A DOCTOR A MEMBER OF A PROFESSION
+Yes.
+
+IS A BOXER A TYPE OF DOG
+Yes.
+
+IS A LOLLIPOP SWEET
+Affirmative.
+
+IS A BOX A CONTAINER
+Yes.
+
+IS A LIE UNTRUTHFUL
+Yes.
+
+IS A RAVEN BLACK
+Yes.
+
+IS A GREEN APPLE GREEN
+Yes.
+
+IS A VACATION MORE FUN THAN JAIL
+Affirmative.
+
+IS A GIRAFFE TALL
+Affirmative.
+
+IS A CHILD A HUMAN BEING
+Affirmative.
+
+IS A DICTIONARY USEFUL
+Yes.
+
+IS A DICTIONARY A BOOK OF WORDS
+Yes.
+
+IS A CLOUD MAID FROM WATTER
+Yes.
+
+IS A SOFT CHAIR COMFORTABLE
+Absolutely.
+
+IS A METRIC TON 1000 KILOGRAMS
+Yes.
+
+IS A SHIP A SHIP
+Affirmative.
+
+IS A ZOO A SETTING FOR CAPTIVE ANIMALS
+Yes.
+
+IS A POLAR BEAR WHITE
+Yes.
+
+IS A TOPAZ A GEM
+Yes.
+
+IS A HORSE A MODE OF TRANSPORT
+Yes.
+
+IS A HORSE AN ANIMAL
+Yes.
+
+IS A HORSE IS A FOUR LEGGED MAMMAL
+Yes.
+
+IS A HORSE LARGER THAN A MARBLE
+Yes.
+
+IS A HORSE LARGER THAN A MOUSE
+Yes.
+
+IS A PENTUIM PC FASTER THAN A 286 PC
+Yes.
+
+IS A FIRE HOT
+Yes.
+
+IS A PAPERCLIP AN OFFICE SUPPLY
+Yes.
+
+IS A LIGHT BULB MADE OF GLASS
+Yes.
+
+IS A SNOW GOOSE WHITE
+Yes.
+
+IS A RIGHT ANGLE A NINETY DEGREE ANGLE
+Affirmative.
+
+IS A BANANA A FRUIT
+Yes.
+
+IS A BANANA BIGGER THAN A GRAPE
+Affirmative.
+
+IS A BANANA EDIBLE
+Yes.
+
+IS A BANANA SPLIT A KIND OF DESSERT
+Yes.
+
+IS A BOY A YOUNG MALE HUMAN
+Affirmative.
+
+IS A BOY A MALE
+Affirmative.
+
+IS A BOY CONSIDERED A HUMAN MALE
+Yes.
+
+IS A BOY MALE
+Yes.
+
+IS A MUSKELLUNGE A KIND OF FISH
+Absolutely.
+
+IS A FLUTE A MUSICAL INSTRUMENT
+Affirmative.
+
+IS A LOCK OPENED WITH A KEY
+Yes.
+
+IS A LOCK USED TO SECURE THINGS
+Yes.
+
+IS A STOP SIGN RED
+Yes.
+
+IS A GOOSE ALIVE
+Affirmative.
+
+IS A GOLF BALL ROUND
+Yes.
+
+IS A GOLF BALL SMALLER THAN A FOOTBALL
+Yes.
+
+IS A KITTEN A YOUNG CAT
+Yes.
+
+IS A FLOOD A DESTRCTIVE FORM OF WATER
+Absolutely.
+
+IS A FLOOD A NATURAL DISASTER
+Yes.
+
+IS A BULLET SOMETIMES CALLED A SLUG
+Yes.
+
+IS A BRICK HARD
+Yes.
+
+IS A TABLE FLAT
+Yes.
+
+IS A TRUFFLE GOOD TO EAT
+Yes.
+
+IS A VET A DOCTOR FOR NON HUMAN ANIMALS
+Yes.
+
+IS A BROKEN FINGERNAIL UNCOMFORTABLE
+Yes.
+
+IS A TRAIN A MEANS OF TRANSPORT
+Yes.
+
+IS A TRAIN LARGER THAN A BICYCLE
+Yes.
+
+IS A PUMA IN THE CAT FAMILY
+Yes.
+
+IS A ALICE SMALL
+Yes.
+
+IS A ZEBRA BLACK AND WHITE
+Yes.
+
+IS A PORSCHE EXPENSIVE
+Yes.
+
+IS A CPU MADE OF TRANSISTORS
+Yes.
+
+IS A MUSHROOM A FUNGUS
+Yes.
+
+IS A HUMAN MORE INTELLIGENT THAN A BEAR
+Yes.
+
+IS A HUMAN FEARFUL OF DEATH
+Yes.
+
+IS A HUMAN A MAMMAL
+Yes.
+
+IS A DUCK A TYPE OF BIRD
+Affirmative.
+
+IS A CIGARETTE A TOBACCO PRODUCT
+Affirmative.
+
+IS A HARP A MUSICAL INSTRUMENT
+Yes.
+
+IS A FRUIT GROWN ON A TREE
+Yes.
+
+IS A UNIVERSITY EDUCATION EXPENSIVE
+Yes.
+
+IS A SPHERE ROUND
+Yes.
+
+IS A COLOR
+Yes.
+
+IS A HAIR DRYER USED TO DRY HAIR
+Yes.
+
+IS A KITCHEN A ROOM FOR COOKING
+Yes.
+
+IS A KITCHEN A PLACE TO PREPARE FOOD
+Yes.
+
+IS A SPOON USEFUL TO EAT SOUP
+Yes.
+
+IS A TART A CONFECTION
+Yes.
+
+IS A CPA A CERTIFIED PUBLIC ACCOUNTANT
+Yes.
+
+IS A GREYHOUND A DOG
+Yes.
+
+IS A HEATER USED TO KEEP THINGS WARM
+Yes.
+
+IS A FUNERAL A TIME OF SORROW
+Yes.
+
+IS A TELEPHONE USED FOR COMMUNICATION
+Yes.
+
+IS A TELEPHONE A COMMUNICATION DEVICE
+Yes.
+
+IS A TELEPHONE A COMMUNICATIONS DEVICE
+Affirmative.
+
+IS A TELEPHONE A GREAT DISCOVER
+Yes.
+
+IS A MOTORCYCLE FASTER THAN A BICYCLE
+Affirmative.
+
+IS A CLOCK USED TO SHOW THE TIME OF DAY
+Yes.
+
+IS A CLOCK USED TO MEASURE TIME
+Yes.
+
+IS A CLOCK USED TO TELL THE TIME
+Yes.
+
+IS A CLOCK A TIMEPIECE
+Yes.
+
+IS A CLOCK IS USED TO TELL TIME
+Yes.
+
+IS A CHERRY RED
+Yes.
+
+IS A BUNGALOW A TYPE OF HOUSE
+Yes.
+
+IS A POW A CAPTURED SOLDIER
+Yes.
+
+IS A PINE A TYPE OF TREE
+Yes.
+
+IS A TANK A FORM OF MILITARY EQUIPMENT
+Yes.
+
+IS A CIGAR SOMETIMES A CIGAR
+Yes.
+
+IS A THOUSAND MORE THAN A HUNDRED
+Yes.
+
+IS A SANDWICH A TYPE OF FOOD
+Affirmative.
+
+IS A PENCIL USED TO WRITE
+Yes.
+
+IS A PENCIL FOR WRITING WITH
+Absolutely.
+
+IS A BUS HEAVIER THAN A CAR
+Absolutely.
+
+IS A BUS ALWAYS BIGGER THAN A CAR
+Yes.
+
+IS A BLACK WIDOW AN INSECT
+Affirmative.
+
+IS A BLACK HOLE A SPACETIME ANOMALY
+Yes.
+
+IS A MOUTH USED FOR EATING
+Affirmative.
+
+IS A TORNEDO DESTRUCTIVE
+Yes.
+
+IS A RECIEPT A VALID PROOF OF PURCHASE
+Yes.
+
+IS A PRIMARY COLOR
+Yes.
+
+IS A CADILLAC A CAR
+Yes.
+
+IS A METER A METRIC UNIT OF MEASUREMENT
+Yes.
+
+IS A PENNY A COIN
+Yes.
+
+IS A DOOR PART OF A HOUSE
+Yes.
+
+IS A SNAKE COLD BLOODED
+Yes.
+
+IS A GODDESS A FEMALE GOD
+Yes.
+
+IS A PERSON A KIND OF ANIMAL
+Yes.
+
+IS A PERSON BIGGER THAN A DOG
+Yes.
+
+IS A PERSON FROM GERMANY GERMAN
+Yes.
+
+IS A PUDDLE SMALLER THAN A LAKE
+Yes.
+
+IS A KING A CHESS PIECE
+Yes.
+
+IS A RABBIT SOFT
+Yes.
+
+IS A RABBIT A MAMMAL
+Absolutely.
+
+IS A RABBIT AN ANIMAL
+Yes.
+
+IS A RABBIT KNOWN AS A BUNNY
+Affirmative.
+
+IS A RABBIT FASTER THAN A TURTLE
+Yes.
+
+IS A DOORKNOB HIGHER THAN A FLOOR
+Absolutely.
+
+IS A TRUMPET A MUSICAL INSTRUMENT
+Yes.
+
+IS A TRUMPET AN INSTRUMENT
+Yes.
+
+IS A DOG A MAMMAL
+Yes.
+
+IS A DOG AN ANIMAL
+Yes.
+
+IS A DOG CALLED A CANINE
+Affirmative.
+
+IS A DOG IS AN ANIMAL
+Yes.
+
+IS A DOG ANIMAL
+Yes.
+
+IS A VERB A CLASS OF WORDS
+Yes.
+
+IS A HOUSE A PLACE TO LIVE
+Yes.
+
+IS A HOUSE A TYPE OF BUILDING
+Yes.
+
+IS A HOUSE BIGGER THAN A CAR
+Yes.
+
+IS A WOLF IS RELATED TO A DOG
+Yes.
+
+IS A BALL ROUND
+Affirmative.
+
+IS A BALL A SPHERE
+Yes.
+
+IS A SHIRT SOMETHING YOU WEAR
+Yes.
+
+IS A SHIRT AN ITEM OF CLOTHING
+Yes.
+
+IS A MOUSE A RODENT
+Yes.
+
+IS A MOUSE A COMPUTER PERIPHERAL
+Absolutely.
+
+IS A MOUSE SMALLER THAN AN ELEPHANT
+Yes.
+
+IS A MOUSE AN ANIMAL
+Yes.
+
+IS A XYLOPHONE A MUSICAL INSTRUMENT
+Yes.
+
+IS A DISCMAN A PORTABLE CD PLAYER
+Yes.
+
+IS A DESK A FURNITURE
+Yes.
+
+IS A DESK A PIECE OF FURNITURE
+Yes.
+
+IS A RAZOR BLADE SHARP
+Yes.
+
+IS A RAZOR SHARP
+Affirmative.
+
+IS A ROSE A FLOWER
+Yes.
+
+IS A ROSE IS A TYPE OF FLOWER
+Yes.
+
+IS A MOBILE PHONE WIRELESS
+Affirmative.
+
+IS A HOSPITAL FULL OF SICK PEOPLE
+Yes.
+
+IS A PEACH A FRUIT
+Affirmative.
+
+IS A RHESUS A KIND OF MONKEY
+Yes.
+
+IS A ROBIN A TYPE OF BIRD
+Yes.
+
+IS A COW AN ANIMAL
+Yes.
+
+IS A COW IS A MAMMAL
+Yes.
+
+IS A COW LARGER THAN A CAT
+Yes.
+
+IS A PC BETTER THAN A MAC
+Yes.
+
+IS A POTATO COOKABLE
+Yes.
+
+IS A WASHING MACHINE USEFUL
+Yes.
+
+IS A HISTOGRAM A STASTICAL TOOL
+Yes.
+
+IS A BOMB MADE OF EXPLOSIVES
+Yes.
+
+IS A SAXOPHONE A MUSICAL INSTRUMENT
+Yes.
+
+IS A WOMAN A FEMALE PERSON
+Affirmative.
+
+IS A WOMAN A FEMALE
+Absolutely.
+
+IS A WOMAN FEMALE
+Yes.
+
+IS A CACTUS A PLANT
+Yes.
+
+IS A CIRCLE ROUND
+Yes.
+
+IS A CIRCLE A GEOMETRIC SHAPE
+Yes.
+
+IS A CARROT ORANGE
+Affirmative.
+
+IS A CARROT A VEGETABLE
+Affirmative.
+
+IS A CARROT A TYPE OF VEGETABLE
+Yes.
+
+IS A KNIFE USED TO CUT
+Yes.
+
+IS A KNIFE USED TO CUT THINGS
+Yes.
+
+IS A KNIFE A TOOL
+Affirmative.
+
+IS A KNIFE SHARP
+Affirmative.
+
+IS A WHEEL ROUND
+Absolutely.
+
+IS A WOODPECKER A BIRD
+Yes.
+
+IS A SPRING CAVEFISH A KIND OF FISH
+Affirmative.
+
+IS A GORILLA STRONGER THAN A HUMAN
+Yes.
+
+IS A CAMERA USED TO TAKE PICTURES
+Yes.
+
+IS A TERMINATION THE END OF SOMETHING
+Yes.
+
+IS A TAXI THE SAME AS TAXICAB
+Yes.
+
+IS A TAXI A FORM OF TRANSPORTATION
+Yes.
+
+IS A CD ROUND
+Absolutely.
+
+IS A CD KNOWN AS A COMPACT DISC
+Yes.
+
+IS A UNICORN A MYTHICAL ANIMAL
+Yes.
+
+IS A PLUM A FRUIT
+Affirmative.
+
+IS A CAR HEAVY
+Yes.
+
+IS A CAR USED FOR TRANSPORTATION
+Yes.
+
+IS A CAR FOR DRIVING
+Yes.
+
+IS A CAR USEFUL FOR MOVING PEOPLE
+Yes.
+
+IS A CAR BIGGER THAN A BREADBOX
+Yes.
+
+IS A CAR A VEHICLE
+Absolutely.
+
+IS A CAR A KIND OF MOTORIZED VEHICLE
+Affirmative.
+
+IS A CAR A MEANS OF TRANSPORT
+Yes.
+
+IS A CAR A FORM OF TRANSPORTATION
+Affirmative.
+
+IS A CAR A FORM OF TRANSPORT
+Yes.
+
+IS A CAR AN AUTOMOBILE
+Yes.
+
+IS A CAR FASTER THAN A MAN
+Yes.
+
+IS A CAR FASTER THAN A HORSE
+Yes.
+
+IS A CAR HEAVIER THAN A BICYCLE
+Yes.
+
+IS A TYPEWRITER OUTDATED TECHNOLOGY
+Yes.
+
+IS A DOME CURVED
+Yes.
+
+IS A PENTIUM FASTER THAN A 486
+Affirmative.
+
+IS A BANJO A MUSICAL INSTRUMENT
+Yes.
+
+IS A MEGABYTE MORE MEMORY THAN A BYTE
+Affirmative.
+
+IS A TRILLION MORE THAN A THOUSAND
+Yes.
+
+IS A TRILLION MORE THAN A BILLION
+Affirmative.
+
+IS A TRILLION A BIG NUMBER
+Affirmative.
+
+IS A RAISIN A DRIED GRAPE
+Absolutely.
+
+IS A TIN CAN MADE OF METAL
+Yes.
+
+IS A PYTHON A KIND OF SNAKE
+Yes.
+
+IS A LASER A SOURCE OF LIGHT
+Affirmative.
+
+IS A HUSKY A BREED OF DOG
+Yes.
+
+IS A MOUNTAIN MOSTLY MADE OF ROCK
+Yes.
+
+IS A BOWLING BALL ROLLED DOWN A LANE
+Yes.
+
+IS A BLUE CROWN CONURE A BIRD
+Yes.
+
+IS A BLUE BALLOON BLUE
+Yes.
+
+IS A RING ROUND
+Yes.
+
+IS A RING IS A TYPE OF JEWELRY
+Affirmative.
+
+IS A BANANNA PEEL SLIPPERY
+Yes.
+
+IS A BOTTLE SOMETHING TO CARRY FLUIDS
+Yes.
+
+IS A MICHELANGELO PAINTING BEAUTIFUL
+Yes.
+
+IS A CLEAR SKY BLUE
+Yes.
+
+IS A HIPPOPOTAMUS AN ANIMAL
+Yes.
+
+IS A HIPPOPOTAMUS LARGER THAN A SHREW
+Yes.
+
+IS A LUTE A MUSICAL INSTRUMENT
+Yes.
+
+IS A RAINBOW BEAUTIFUL
+Yes.
+
+IS A RAINBOW MADE OF LIGHT
+Yes.
+
+IS A NEUTRINO A SMALL PARTICLE
+Yes.
+
+IS A DIAMOND HARD
+Absolutely.
+
+IS A DIAMOND MADE OF CARBON
+Yes.
+
+IS A DIAMOND EXPENSIVE
+Yes.
+
+IS A CHAIR MENT TO BE SAT ON
+Yes.
+
+IS A CHAIR USED FOR SITTING ON
+Yes.
+
+IS A CHAIR FOR SITTING ON
+Yes.
+
+IS A CHAIR FOR SITTING
+Yes.
+
+IS A CHAIR A PIECE OF FURNITURE
+Absolutely.
+
+IS A CHAIR DESIGNED FOR SITTING ON
+Yes.
+
+IS A WOOL JACKET WARM
+Yes.
+
+IS A COLD A CONTAGIOUS DISEASE
+Yes.
+
+IS A PAWN A CHESS PIECE
+Yes.
+
+IS A LEMON SOUR
+Yes.
+
+IS A MONK A RELIGIOUS PERSON
+Yes.
+
+IS A PANDA A BEAR
+Yes.
+
+IS A STY WHERE PIGS ARE KEPT
+Yes.
+
+IS A SINGLE PARTICLE CONSIDERED A UNIT
+Affirmative.
+
+IS A DAISY A TYPE OF FLOWER
+Yes.
+
+IS A CIRCUIT BOARD PART OF A COMPUTER
+Affirmative.
+
+IS A LEPOARD A TYPE OF CAT
+Yes.
+
+IS A COMPASS USED FOR DIRECTION FINDING
+Yes.
+
+IS A REFRIGERATOR A MAJOR APPLIANCE
+Yes.
+
+IS A HURRICANE A WEATHER PHENOMONON
+Yes.
+
+IS A HURRICANE A NATURAL DISASTER
+Yes.
+
+IS A BEAR DANGEROUS
+Yes.
+
+IS A LAMP MADE TO GIVE LIGHT
+Yes.
+
+IS A ELEPHANT A MAMMAL
+Affirmative.
+
+IS A BABY YOUNGER THAN AN OLD MAN
+Yes.
+
+IS A BABY A SMALL HUMAN
+Yes.
+
+IS A RESISTOR AN ELECTRONIC COMPONENT
+Yes.
+
+IS A PLATYPUS A MARSUPIAL
+Yes.
+
+IS A POET A CREATIVE PERSON
+Yes.
+
+IS A POET AN ARTIST
+Affirmative.
+
+IS A 7 FOOT MAN CONSIDERED TALL
+Affirmative.
+
+IS A PINEAPPLE A FRUIT
+Yes.
+
+IS A PANTHER IN THE CAT FAMILY
+Yes.
+
+IS POTENTIAL SOMETHING NOT YET REALIZED
+Yes.
+
+IS LETTUCE A GREEN LEAFY VEGETABLE
+Yes.
+
+IS SCHIZOPHRENIA A MENTAL DISORDER
+Yes.
+
+IS NEW HAMPSHIRE IN AMERICA
+Yes.
+
+IS NEW DELHI IN INDIA
+Yes.
+
+IS NEW DELHI THE CAPITAL OF INDIA
+Yes.
+
+IS NEW DELHI THE CAPITAL CITY OF INDIA
+Yes.
+
+IS NEW YORK IN THE UNITED STATES
+Yes.
+
+IS NEW YORK IN THE USA
+Yes.
+
+IS NEW YORK IN AMERICA
+Yes.
+
+IS NEW YORK IN USA
+Yes.
+
+IS NEW YORK BOTH A CITY AND A STATE
+Yes.
+
+IS NEW YORK A STATE
+Yes.
+
+IS NEW YORK A CITY AND A STATE
+Yes.
+
+IS NEW YORK A CITY
+Yes.
+
+IS NEW YORK A LARGE CITY
+Affirmative.
+
+IS NEW YORK CITY IN NEW YORK
+Yes.
+
+IS NEW ZEALAND A COUNTRY
+Yes.
+
+IS FRIDAY A WEEKDAY
+Affirmative.
+
+IS JAPANESE SPOKEN IN JAPAN
+Yes.
+
+IS JAPANESE CURRENCY YEN
+Yes.
+
+IS JAPANESE A DIFFICULT LANGUAGE
+Yes.
+
+IS MONDAY A DAY OF THE WEEK
+Affirmative.
+
+IS MONDAY A WEEKDAY
+Affirmative.
+
+IS MONDAY AFTER SUNDAY
+Yes.
+
+IS EACH PERSON UNIQUE
+Yes.
+
+IS BEER SOMETHING TO DRINK
+Yes.
+
+IS BEER SOMETHING PEOPLE DRINK
+Yes.
+
+IS BEER A DRINK
+Yes.
+
+IS BEER A LIQUID
+Absolutely.
+
+IS BEER A POPULAR DRINK
+Yes.
+
+IS BEER AN ALCOHOLIC DRINK
+Yes.
+
+IS BEER AN ALCOHOLIC BEVERAGE
+Affirmative.
+
+IS BEER AN ALOCHOLIC BEVERAGE
+Yes.
+
+IS BEER SOLD IN CANS AND BOTTLES
+Yes.
+
+IS QUEBEC IN CANADA
+Yes.
+
+IS CURRENCY OF INDIA RUPEE
+Yes.
+
+IS MICHAELANGELO A FAMOUS ARTIST
+Yes.
+
+IS MICHAELANGELO DEAD
+Yes.
+
+IS ZIP A COMPRESSION FORMAT
+Yes.
+
+IS HAYFEVER AN ALLERGY
+Yes.
+
+IS MILK SOMETHING YOU DRINK
+Yes.
+
+IS MILK LIQUID
+Yes.
+
+IS MILK A DRINK
+Yes.
+
+IS MILK A DAIRY PRODUCT
+Affirmative.
+
+IS MILK GOOD FOR YOU
+Yes.
+
+IS MILK WHITE
+Yes.
+
+IS MILK WET
+Yes.
+
+IS MILK SOLD IN PLASTIC CONTAINERS
+Yes.
+
+IS SOLID WATER CALLED ICE
+Yes.
+
+IS SYDNEY IN AUSTRALIA
+Yes.
+
+IS HEAVEN BETTER THAN HELL
+Yes.
+
+IS YAHOO DOT COM A WEBSITE
+Affirmative.
+
+IS UNPROTECTED SEX DANGEROUS
+Yes.
+
+IS DURBAN A SEAPORT
+Yes.
+
+IS INDIA A COUNTRY
+Yes.
+
+IS 8 TIMES 7 EQUAL TO 56
+Yes.
+
+IS 12 PLUS 6 EQUAL TO 18
+Affirmative.
+
+IS 12 TIMES 12 EQUAL TO 144
+Yes.
+
+IS COCA COLA FIZZY
+Affirmative.
+
+IS COCA COLA A SOFT DRINK
+Affirmative.
+
+IS COCA COLA A DRINK
+Yes.
+
+IS COCA COLA A SODA
+Yes.
+
+IS COCA COLA A BEVERAGE
+Yes.
+
+IS COCA COLA A COLA SOFT DRINK
+Yes.
+
+IS COCA COLA FLUID
+Yes.
+
+IS COCA COLA BETTER THAN PEPSI
+Yes.
+
+IS LINUX OPEN SOURCE
+Yes.
+
+IS LINUX A OPERATING SYSTEM
+Yes.
+
+IS LINUX A GOOD OPERATING SYSTEM
+Yes.
+
+IS LINUX A COMPUTER OPERATING SYSTEM
+Yes.
+
+IS LINUX GOOD OS
+Yes.
+
+IS LINUX GOOD OPERATING SYSTEM
+Yes.
+
+IS LINUX GOOD
+Yes.
+
+IS LINUX AN OPERAITING SYSTEM
+Yes.
+
+IS HERMETICALLY SEALED AIR TIGHT
+Yes.
+
+IS VISUAL BASIC A PROGRAMMING LANGUAGE
+Absolutely.
+
+IS TENNIS A BALL GAME
+Yes.
+
+IS IRON A METAL
+Yes.
+
+IS IRON GOOD CONDUCTOR OF ELECTRICITY
+Yes.
+
+IS QUAKE A GAME
+Yes.
+
+IS QUAKE A COMPUTER GAME
+Yes.
+
+IS READING A USEFUL SKILL
+Yes.
+
+IS READING BOOKS GOOD FOR YOUR MIND
+Yes.
+
+IS READING AN ACTION
+Yes.
+
+IS READING IMPORTANT
+Affirmative.
+
+IS BOSTON IN MASSACHUETTS
+Yes.
+
+IS CAR RACING A SPORT
+Absolutely.
+
+IS MADRID THE CAPITAL OF SPAIN
+Yes.
+
+IS LABANON ON THE MEDITERRANIAN SEE
+Affirmative.
+
+IS BUGS BUNNY A CARTOON CHARACTER
+Yes.
+
+IS BUGS BUNNY IS A CARTOON CHARACTER
+Yes.
+
+IS GOOD GOOD
+Yes.
+
+IS GOOD FOOD AVAILABLE IN THIS WORLD
+Yes.
+
+IS SHAKESPEAR HUMAN
+Yes.
+
+IS SEAWATER SALTY
+Yes.
+
+IS FROZEN WATER CALLED ICE
+Yes.
+
+IS ARTHUR C CLARKE A WRITER
+Yes.
+
+IS WASHINGTON D C IN THE YOU S A
+Yes.
+
+IS OCEAN WATER SALTY
+Yes.
+
+IS 2 THE ONLY EVEN PRIME NUMBER
+Absolutely.
+
+IS 2 PLUS 5 EQUAL TO 7
+Affirmative.
+
+IS 2 PLUS 4 EQUAL TO 6
+Affirmative.
+
+IS 2 PLUS 2 FOUR
+Yes.
+
+IS 2 PLUS 2 EQUAL TO 4
+Affirmative.
+
+IS 2 PLUS 2 EQUAL 4
+Yes.
+
+IS 2 PLUS 2 EQUALS 4
+Yes.
+
+IS 2 A NUMBER
+Yes.
+
+IS 2 A POSITIVE NUMBER
+Absolutely.
+
+IS 2 GREATER THAN 1
+Yes.
+
+IS 2 TIMES 2 FOUR
+Yes.
+
+IS 2 LESS THAN 3
+Absolutely.
+
+IS 2 EQUAL 2
+Yes.
+
+IS TELEVISION A COMMUNICATION DEVICE
+Yes.
+
+IS TELEVISION A HUMAN INVENTION
+Yes.
+
+IS THINKING A GOOD THING
+Yes.
+
+IS THINKING IMPORTANT
+Affirmative.
+
+IS OAK A TYPE OF TREE
+Yes.
+
+IS HEAT HOT
+Yes.
+
+IS HEAT A FORM OF ENERGY
+Yes.
+
+IS EAST ONE OF THE 4 MAJOR DIRECTIONS
+Yes.
+
+IS DRAGON A WORD
+Yes.
+
+IS ROLLS ROYCE A BRAND OF AUTOMOBILE
+Affirmative.
+
+IS CALLIGRAPHY ESPECIALLY FINE WRITING
+Yes.
+
+IS ALPHA CENTAURI A CELESTIAL LOCATION
+Yes.
+
+IS ALPHA CETAURI A PC GAME
+Yes.
+
+IS SNOW FROZEN WATER
+Affirmative.
+
+IS SNOW MADE FROM WATER
+Yes.
+
+IS SNOW IS MADE OF FROZEN WATER
+Yes.
+
+IS SNOW WHITE
+Affirmative.
+
+IS PHOENIX THE CAPITOL OF ARIZONA
+Yes.
+
+IS MARCH A MONTH
+Yes.
+
+IS 12345678901 AN ODD NUMBER
+Yes.
+
+IS WEST ONE OF THE 4 MAJOR DIRECTIONS
+Yes.
+
+IS QUICKSAND DANGEROUS
+Yes.
+
+IS HATE THE OPPOSITE OF LOVE
+Yes.
+
+IS HATE AN EMOTION
+Yes.
+
+IS CANADA IN THE NORTHERN HEMISPHERE
+Yes.
+
+IS CANADA COLD
+Affirmative.
+
+IS CANADA NORTH OF UNITED STATES
+Yes.
+
+IS CANADA NORTH OF THE US
+Yes.
+
+IS CANADA REAL
+Yes.
+
+IS CANADA LARGER THAN SPAIN
+Yes.
+
+IS MING THE NAME OF A CHINESE DYNASTY
+Yes.
+
+IS ACCOUNTANT A PROFESSION
+Yes.
+
+IS AMAZON DOT COM AN ONLINE BOOKSTORE
+Yes.
+
+IS AMAZON DOT COM AN INTERNET RETAILER
+Yes.
+
+IS AMAZON AN ONLINE BOOKSTORE
+Yes.
+
+IS NIGHTMARE AN ILLUSION
+Yes.
+
+IS ARISTOTLE A FAMOUS PHILOSOPHER
+Yes.
+
+IS ORIGAMI FROM JAPAN
+Affirmative.
+
+IS FLY AN INSECT
+Yes.
+
+IS GERMANY PART OF THE EUROPEAN UNION
+Affirmative.
+
+IS GERMANY PART OF EUROPE
+Yes.
+
+IS GERMANY IN EUROPE
+Affirmative.
+
+IS GERMANY A EUROPEAN CONTRY
+Yes.
+
+IS GERMANY A COUNTRY IN EUROPE
+Yes.
+
+IS GERMANY LOCATED IN EUROPE
+Yes.
+
+IS GERMANY PLACED IN EUROPE
+Yes.
+
+IS EXTRATERRESTRIAL LIFE POSSIBLE
+Yes.
+
+IS TOUCHING A RED HOT OBJECT PAINFUL
+Affirmative.
+
+IS UTACA A CITY IN USA
+Yes.
+
+IS FORWARD THE OPPOSITE OF BACKWARDS
+Yes.
+
+IS MATH BEAUTIFUL
+Affirmative.
+
+IS MATH IMPORTANT
+Yes.
+
+IS THEIR 24 HOURS IN A DAY
+Yes.
+
+IS PORK THE MEAT FROM PIGS
+Yes.
+
+IS PORK A MEAT
+Yes.
+
+IS GRIEF AN EMOTION
+Yes.
+
+IS FRENCH A LANGUAGE
+Absolutely.
+
+IS ELVIS THE KING PRESLEY DEAD
+Yes.
+
+IS ELVIS FAMOUS
+Yes.
+
+IS HELL A WORD IN THE ENGLISH LANGUAGE
+Yes.
+
+IS R E M A POPULAR ROCK AND ROLL BAND
+Yes.
+
+IS FAMILY IMPORTANT
+Yes.
+
+IS RICE A FOOD
+Yes.
+
+IS RICE A TYPE OF FOOD
+Yes.
+
+IS RICE EATEN WIDELY IN ASIA
+Yes.
+
+IS IRAN AN ISLAMIC COUNTRY
+Yes.
+
+IS CUSTOMER SERVICE IMPORTANT
+Affirmative.
+
+IS BRITTANY SPEARS A WOMAN
+Yes.
+
+IS NINTENDO A GAME CONSOLE MAKER
+Yes.
+
+IS GO A GAME OF STRATEGY
+Yes.
+
+IS TENNESSEE IN THE US
+Yes.
+
+IS TENNESSEE IN THE UNITED STATES
+Yes.
+
+IS TENNESSEE A STATE
+Affirmative.
+
+IS ROME IN ITALY
+Yes.
+
+IS ROME THE CAPITAL OF ITALY
+Yes.
+
+IS ROME THE CAPITAL CITY OF ITALY
+Yes.
+
+IS ROME A CITY
+Yes.
+
+IS ROME LOCATED IN ITALY
+Yes.
+
+IS MONTREAL A CITY IN CANADA
+Affirmative.
+
+IS 99 DIVISIBLE BY 3
+Yes.
+
+IS 99 GREATER THEN 98
+Yes.
+
+IS 99 LESS THAN 100
+Yes.
+
+IS ASTRONOMY A SCIENCE
+Yes.
+
+IS APACHE A NATIVE AMERICAN TRIBE
+Affirmative.
+
+IS EATING THE CONSUMPTION OF FOOD
+Yes.
+
+IS EATING IS PLEASURABLE
+Yes.
+
+IS EATING IMPORTANT
+Yes.
+
+IS EATING CARROTS GOOD FOR EYES
+Yes.
+
+IS IBM A COMPANY
+Yes.
+
+IS IBM A COMPUTER COMPANY
+Yes.
+
+IS IBM A CORPORATION
+Yes.
+
+IS IBM IS A COMPANY
+Yes.
+
+IS SKY ABOVE OUR HEADS
+Yes.
+
+IS SKY IS BLUE
+Yes.
+
+IS SKY BLUE
+Absolutely.
+
+IS JAMES BOND A SPY
+Yes.
+
+IS SEATTLE IN THE UNITED STATES
+Yes.
+
+IS TELEPHONE A COMMUNICATION DEVICE
+Yes.
+
+IS TELEPHONE IS FOR COMMUNICATION
+Yes.
+
+IS TELEPHONE ANOTHER WORD FOR PHONE
+Yes.
+
+IS KEEPING TROPICAL FISH A HOBBY
+Yes.
+
+IS BAKING ONE METHOD OF COOKING
+Absolutely.
+
+IS CESIUM AN ELEMENT
+Yes.
+
+IS MAKING WAR A BAD THING
+Yes.
+
+IS MAKING MISTAKES HUMAN
+Yes.
+
+IS BUTTER SLIPPERY
+Affirmative.
+
+IS BUTTER EDIBLE
+Yes.
+
+IS MOON CLOSER TO EARTH THAN THE SUN
+Yes.
+
+IS MERCURY A PLANET IN OUR SOLAR SYSTEM
+Yes.
+
+IS MERCURY POISONOUS
+Yes.
+
+IS CONAN THE BARBARIAN BIG AND STRONG
+Yes.
+
+IS SUPERMAN THE MAN OF STEEL
+Yes.
+
+IS SUPERMAN A SUPER HERO
+Yes.
+
+IS SUPERMAN A FICTIONAL CHARACTER
+Affirmative.
+
+IS SMOKING ADDICTIVE
+Yes.
+
+IS SMOKING CIGARETTES HARMFUL
+Yes.
+
+IS SMOKING CIGARETTES ADDICTIVE
+Yes.
+
+IS SMOKING CIGARETTES BAD FOR YOU
+Yes.
+
+IS SMOKING TOBACCO BAD FOR YOUR HEALTH
+Yes.
+
+IS SMOKING INJURIOUS TO HEALTH
+Yes.
+
+IS SMOKING UNHEALTHY
+Affirmative.
+
+IS SMOKING HAZARDOUS
+Yes.
+
+IS SMOKING BAD FOR YOUR HEALTH
+Yes.
+
+IS SMOKING BAD FOR YOU
+Absolutely.
+
+IS SMILING A GOOD THING TO DO
+Yes.
+
+IS UNSWEETENED GRAPEFRUIT JUICE TART
+Yes.
+
+IS PAVEMENT HARD
+Yes.
+
+IS ALL MATTER COMPOSED OF ATOMS
+Yes.
+
+IS SANTA CLAUS A MYTHICAL FIGURE
+Yes.
+
+IS SANTA BARBARA A CITY IN CALIFORNIA
+Yes.
+
+IS AFRICA A CONTINENT
+Absolutely.
+
+IS AFRICA WARM
+Yes.
+
+IS AFRICA WARMER THAN BRITAIN
+Yes.
+
+IS ELECTRICITY HELPFUL
+Yes.
+
+IS ELECTRICITY A USEFUL THING
+Yes.
+
+IS ELECTRICITY A FORM OF ENERGY
+Yes.
+
+IS IMPROVISATION IMPORTANT IN JAZZ
+Affirmative.
+
+IS 700 A LARGER NUMBER THAN 600
+Yes.
+
+IS TASTE A SENSE
+Yes.
+
+IS TASTE OF SEA WATER SALTY
+Yes.
+
+IS SAUNA HOT
+Yes.
+
+IS ANASTASIA A GIRLS NAME
+Affirmative.
+
+IS UV RADIATION HARMFUL
+Yes.
+
+IS LITERACY A VALUABLE SKILL TO POSSESS
+Yes.
+
+IS DISCO A TYPE OF DANCING
+Affirmative.
+
+IS GUITAR A MUSICAL INSTRUMENT
+Yes.
+
+IS BAMBOO A PLANT
+Yes.
+
+IS SEVEN TIMES NINE SIXTY THREE
+Yes.
+
+IS FLOWER BEAUTIFUL
+Yes.
+
+IS LEFT THE OPPOSITE OF RIGHT
+Yes.
+
+IS LEFT THE OPPOSITE DIRECTION OF RIGHT
+Yes.
+
+IS OFF THE OPPOSITE OF ON
+Yes.
+
+IS EXISTENCE REAL
+Affirmative.
+
+IS LUNCH EATEN ABOUT MIDDAY
+Yes.
+
+IS ONTARIO IN CANADA
+Yes.
+
+IS PUNK ROCK A TYPE OF MUSIC
+Yes.
+
+IS MICHAEL JACKSON FAMOS
+Yes.
+
+IS MICHAEL JACKSON A POPSINGER
+Yes.
+
+IS PASTA A FOOD
+Absolutely.
+
+IS MARTINA HINGUS A TENNIS PLAYER
+Yes.
+
+IS YELLOW A COLOR
+Yes.
+
+IS HE THE SYMBOL FOR HELIUM
+Yes.
+
+IS LEARNING A LIFELONG EXPERIENCE
+Yes.
+
+IS LEARNING GOOD
+Yes.
+
+IS LEARNING AN ONGOING PROCESS
+Yes.
+
+IS ANXIEITY A PART OF LIFE
+Yes.
+
+IS KARATE A MARTIAL ART
+Yes.
+
+IS CALCIUM FOUND IN THE HUMAN BODY
+Yes.
+
+IS JAZZ A TYPE OF MUSIC
+Yes.
+
+IS JAZZ A FORM OF MUSIC
+Yes.
+
+IS JAZZ A STYLE OF MUSIC
+Yes.
+
+IS FRYING ONE METHOD OF COOKING
+Yes.
+
+IS GUM STICKY
+Yes.
+
+IS BLEACH OFTEN USED AS A CLEANSER
+Yes.
+
+IS 100 MINUS 1972 A NEGATIVE NUMBER
+Absolutely.
+
+IS 100 MINUS 19721 A NEGATIVE NUMBER
+Affirmative.
+
+IS 100 A NUMBER
+Yes.
+
+IS 100 GREATER THAN 5
+Yes.
+
+IS 100 GREATER THAN 1
+Yes.
+
+IS GOLF A GAME
+Yes.
+
+IS ROTTWEILER A DOG
+Yes.
+
+IS MURDER A CRIME
+Yes.
+
+IS MURDER A BAD THING
+Yes.
+
+IS MURDER AN EVIL CRIME
+Yes.
+
+IS MURDER ILLEGAL IN THE UNITED STATES
+Yes.
+
+IS MURDER ILLEGAL
+Yes.
+
+IS MURDER BAD
+Affirmative.
+
+IS MURDER CONSIDERED A CRIME
+Yes.
+
+IS CHINESE SPOKEN IN CHINA
+Affirmative.
+
+IS CHINESE A HUMAN BEING
+Yes.
+
+IS CHINESE A LANGUAGE
+Affirmative.
+
+IS MS WINDOWS AN OPERATING SYSTEM
+Yes.
+
+IS DISNEYLAND AN AMUSEMENT PARK
+Yes.
+
+IS ALTAVISTA A SEARCH ENGINE
+Yes.
+
+IS SCIENCE WORTHWHILE
+Absolutely.
+
+IS SCIENCE A SYSTEMATIC KNOWLEDGE
+Yes.
+
+IS CLASSICAL A TYPE OF MUSIC
+Yes.
+
+IS YOUR NOSE ON YOUR FACE
+Yes.
+
+IS YOUR COMPUTER ON
+Affirmative.
+
+IS RICHARD WALLACE A PROPER NAME
+Yes.
+
+IS DYNAMITE AN EXPLOSIVE
+Yes.
+
+IS FLORIDA IN THE UNITED STATES
+Yes.
+
+IS FLORIDA A STATE IN AMERICA
+Yes.
+
+IS FLORIDA A PENINSULA
+Yes.
+
+IS NEON A GAS
+Yes.
+
+IS NEON HEAVIER THEN HELIUM
+Affirmative.
+
+IS MATHEMATICS UNIVERSAL
+Yes.
+
+IS MATHEMATICS THE STUDY OF NUMBERS
+Affirmative.
+
+IS MATHEMATICS LOGICAL
+Absolutely.
+
+IS ONCOLOGY STUDYING AND CUREING CANCER
+Absolutely.
+
+IS TIME MESUREABLE
+Affirmative.
+
+IS TIME MEASUREABLE
+Yes.
+
+IS TIME PRECIOUS
+Yes.
+
+IS 90 DEGREES FARENHEIT HOT WEATHER
+Affirmative.
+
+IS LUBRICATION IMPORTANT TO MACHINERY
+Yes.
+
+IS HOLIDAY NICE
+Yes.
+
+IS COAL A FOSSIL FUEL
+Absolutely.
+
+IS COAL MADE OF DEAD PLANTS
+Yes.
+
+IS COAL BLACK
+Yes.
+
+IS PHYSICAL EXERCISE GOOD FOR YOU
+Affirmative.
+
+IS PHYSICAL EXERCISE BENEFICIAL
+Affirmative.
+
+IS GOD SINGLE
+Affirmative.
+
+IS MARY POPPINS A FICTIONAL CHARACTER
+Absolutely.
+
+IS CAUSING UNNECESSARY PAIN A BAD THING
+Affirmative.
+
+IS DANCING EXERCISE
+Yes.
+
+IS VENEZUELA A COUNTRY IN SOUTH AMERICA
+Affirmative.
+
+IS ELMO A PUPPET
+Yes.
+
+IS HYDROGEN FLAMABLE
+Yes.
+
+IS HYDROGEN A GAS
+Affirmative.
+
+IS HYDROGEN A CHEMICAL ELEMENT
+Absolutely.
+
+IS HYDROGEN AN ELEMENT
+Affirmative.
+
+IS HYDROGEN OXIDE WET
+Affirmative.
+
+IS DESSERT SWEET
+Yes.
+
+IS BASEBALL A SPORT
+Affirmative.
+
+IS BASEBALL A COMMON SPORT IN AMERICA
+Yes.
+
+IS HUMOUR DESIRABLE
+Absolutely.
+
+IS ANNA A FEMALE NAME
+Yes.
+
+IS PEPPER A SEASONING
+Yes.
+
+IS PEPPER SOMETIMES USED TO FLAVOR FOOD
+Yes.
+
+IS VELVET SOFT
+Affirmative.
+
+IS BREAD FOOD
+Affirmative.
+
+IS BREAD MADE WITH FLOUR
+Yes.
+
+IS RABBIT AN ANIMAL
+Yes.
+
+IS STAR WARS A SCIENCE FICTION FILM
+Yes.
+
+IS STAR WARS A MOVIE
+Yes.
+
+IS STAR TREK SCIENCE FICTION
+Yes.
+
+IS STAR TREK A TELEVISION SHOW
+Yes.
+
+IS TUESDAY THE DAY AFTER MONDAY
+Yes.
+
+IS TUESDAY A DAY OF THE WEEK
+Yes.
+
+IS TUESDAY A WEEKDAY
+Affirmative.
+
+IS TUESDAY AFTER MONDAY
+Yes.
+
+IS ONE METER EQUAL TO 100 CENTIMETERS
+Yes.
+
+IS ONE PLUS ONE EQULS TWO
+Yes.
+
+IS ONE PLUS ONE TWO
+Absolutely.
+
+IS ONE PLUS ONE EQUAL TO TWO
+Yes.
+
+IS ONE PLUS ONE EQUALS TWO
+Yes.
+
+IS ONE A PRIME NUMBER
+Yes.
+
+IS ONE WATT A UNIT MEASURE OF POWER
+Yes.
+
+IS ONE THIRD LESS THAN ONE HALF
+Yes.
+
+IS ONE TRILLION LARGER THAN TEN MILLION
+Yes.
+
+IS ONE FOURTH LARGER THAN ONE EIGHTH
+Yes.
+
+IS FIELDHOCKEY AN OUTDOOR SPORT
+Yes.
+
+IS VOLKSWAGEN A CAR BRAND
+Yes.
+
+IS SAX AN ABBREVIATION FOR SAXOPHONE
+Yes.
+
+IS CHILE IN SOUTH AMERICA
+Yes.
+
+IS CHILE A COUNTRY IN SOUTH AMERICA
+Affirmative.
+
+IS CHILE A COUNTRY
+Yes.
+
+IS CUNT ANOTHER NAME FOR VAGINA
+Yes.
+
+IS HAMLET A PLAY BY WILLIAM SHAKESPEARE
+Yes.
+
+IS HAMLET A TRAGEDY
+Yes.
+
+IS THIS THE REALITY
+Yes.
+
+IS THIS PROJECT USEFULL
+Yes.
+
+IS THIS TYPING BLUE
+Yes.
+
+IS THIS ALICE GOING TO WORK AT LAST
+Yes.
+
+IS THIS QUESTION IN ENGLISH
+Absolutely.
+
+IS THIS QUESTION SIX WORDS LONG
+Absolutely.
+
+IS THIS QUESTION REAL
+Yes.
+
+IS THIS AN EXAMPLE OF A YES NO QUESTION
+Affirmative.
+
+IS THIS AN INTERESTING PROJECT
+Yes.
+
+IS THIS WRITTEN IN CAPITAL LETTERS
+Yes.
+
+IS THIS SENTENCE IN ENGLISH
+Affirmative.
+
+IS THIS SENTENCE IN BOLD TYPEFACE
+Yes.
+
+IS THIS SENTENCE A QUESTION
+Absolutely.
+
+IS THIS SENTENCE MADE OF WORDS
+Yes.
+
+IS THIS SENTENCE MADE OUT OF WORDS
+Affirmative.
+
+IS THIS PLANET EARTH
+Yes.
+
+IS 7 A NUMBER
+Absolutely.
+
+IS 7 AN ODD NUMBER
+Yes.
+
+IS 7 GREATER THAN 4
+Absolutely.
+
+IS 7 TIMES 5 EQUAL TO 35
+Yes.
+
+IS BRUSSELS THE CAPITAL CITY OF BELGIUM
+Yes.
+
+IS ITALY IN EUROPE
+Affirmative.
+
+IS ITALY A COUNTRY IN EUROPE
+Yes.
+
+IS ITALY A COUNTRY
+Yes.
+
+IS ITALY LOCATED IN EUROPE
+Yes.
+
+IS ITALY AN EUROPEAN COUNTRY
+Yes.
+
+IS FOREST ANOTHER NAME FOR THE WOODS
+Yes.
+
+IS FERRARI A TYPE OF CAR
+Yes.
+
+IS MEAT DERIVED FROM DEAD ANIMALS
+Yes.
+
+IS MEAT A FOOD
+Yes.
+
+IS MEAT A SOURCE OF PROTEIN
+Affirmative.
+
+IS WEEDING GOOD FOR A GARDEN
+Affirmative.
+
+IS RAP A TYPE OF MUSIC
+Absolutely.
+
+IS BUENOS AIRES A CITY
+Yes.
+
+IS MASTERCARD A CREDIT CARD
+Yes.
+
+IS BILL CLINTON STILL PRESIDENT
+Yes.
+
+IS BILL CLINTON MARRIED
+Yes.
+
+IS BILL CLINTON A REAL PERSON
+Yes.
+
+IS BILL CLINTON A MAN
+Yes.
+
+IS BILL CLINTON A HORNDOG
+Affirmative.
+
+IS BILL CLINTON A MALE
+Yes.
+
+IS BILL CLINTON ALIVE
+Yes.
+
+IS BILL CLINTON MALE
+Yes.
+
+IS BILL GATES A MAN
+Yes.
+
+IS BILL GATES A RICH MAN
+Yes.
+
+IS BILL GATES AMERICAN
+Yes.
+
+IS BILL GATES RICH
+Yes.
+
+IS BILL GATES MALE
+Yes.
+
+IS HAY FEVER CAUSED BY ALLERGIES
+Affirmative.
+
+IS CHIANTI AN ITALIAN TABLE WINE
+Yes.
+
+IS KATHY A GIRLS NAME
+Yes.
+
+IS DENMARK PART OF EUROPE
+Yes.
+
+IS DENMARK IN EUROPE
+Affirmative.
+
+IS DENMARK A PART OF EUROPE
+Yes.
+
+IS DENMARK A COUNTRY IN EUROPE
+Yes.
+
+IS DENMARK A COUNTRY
+Yes.
+
+IS DENMARK LOCATED IN EUROPE
+Yes.
+
+IS SCREAMING LOUDER THAN WHISPERING
+Yes.
+
+IS OXYGENE A USEFUL ELEMENT
+Yes.
+
+IS RING WORM IS A PARASITE
+Yes.
+
+IS BASKETBALL A TEAM SPORT
+Yes.
+
+IS YESTERDAY IN THE PAST
+Yes.
+
+IS YESTERDAY A PART OF THE PAST
+Affirmative.
+
+IS BRAVEHEART A MOVIE
+Yes.
+
+IS GINA A GIRLS NAME
+Yes.
+
+IS FOOD GOOD FOR A HUMAN
+Yes.
+
+IS FOOD NECESSARY FOR HUMAN BEINGS
+Yes.
+
+IS FOOD NECESSARY TO SURVIVE
+Yes.
+
+IS FOOD NECESSARY TO MAINTAIN LIFE
+Affirmative.
+
+IS FOOD IMPORTANT FOR LIFE
+Yes.
+
+IS FOOD IMPORTANT
+Yes.
+
+IS SLEEP DEPRIVATION BAD
+Yes.
+
+IS SLEEP REFRESHING
+Affirmative.
+
+IS SLEEP A MUST FOR HUMAN BEINGS
+Yes.
+
+IS SLEEP NECESSARY IN HUMANS
+Yes.
+
+IS SLEEP IMPORTANT
+Affirmative.
+
+IS STEALING A CRIME
+Yes.
+
+IS STEALING CONSIDERED A CRIME
+Yes.
+
+IS COMPUTER A MACHINE
+Yes.
+
+IS CORN EATABLE
+Yes.
+
+IS CORN EDIBLE
+Yes.
+
+IS BREAKFAST AN IMPORTANT MEAL
+Yes.
+
+IS BREAKFAST EATEN IN THE MORNING
+Yes.
+
+IS SPANISH SPOKEN IN SPAIN
+Affirmative.
+
+IS SPANISH A LANGAUGE
+Yes.
+
+IS SUN HOT
+Yes.
+
+IS SUN THE NEAREST STAR TO EARTH
+Yes.
+
+IS SUN A STAR
+Yes.
+
+IS SUN BIGGER THAN EARTH
+Yes.
+
+IS SUN MICROSYSTEMS A COMPUTER COMPANY
+Yes.
+
+IS SUN GIVES US ENERGY
+Yes.
+
+IS FIRE HOT
+Absolutely.
+
+IS FIRE DANGEROUS
+Yes.
+
+IS FIRE IS HOT
+Yes.
+
+IS FIRE WARM
+Yes.
+
+IS EVERYONE STILL LEARNING
+Yes.
+
+IS EVERYONE NAKED UNDER THEIR CLOTHES
+Yes.
+
+IS TIC TAC TOE A SIMPLE GAME
+Yes.
+
+IS 1 MULTIPLIED BY 1 EQUAL TO 1
+Yes.
+
+IS 1 GHZ FASTER THAN 500 MHZ
+Yes.
+
+IS 1 THE BINARY OPPOSITE OF 0
+Yes.
+
+IS 1 THE SQUARE ROOT OF 1
+Yes.
+
+IS 1 PLUS 1 2
+Yes.
+
+IS 1 A DIGIT
+Yes.
+
+IS 1 A PRIME NUMBER
+Yes.
+
+IS 1 A NUMBER
+Yes.
+
+IS 1 SMALLER THAN 3
+Yes.
+
+IS 1 GIG MORE THAN 64K
+Yes.
+
+IS 1 000 AN EVEN NUMBER
+Yes.
+
+IS 1 AND 1 TWO
+Affirmative.
+
+IS 1 DOLLAR EQUAL TO 100 CENTS
+Absolutely.
+
+IS 1 EQUAL TO 1
+Yes.
+
+IS UNIX A COMPUTER OPERATING SYSTEM
+Yes.
+
+IS UNIX AN OPERATING SYSTEM
+Yes.
+
+IS UNIX IS AN OPERATION SYSTEM
+Affirmative.
+
+IS COLD ASSOCIATED WITH BLUE
+Yes.
+
+IS COLD IS OPPOSITE OF HOT
+Yes.
+
+IS MICROSOFT WORD A PIECE OF SOFTWARE
+Absolutely.
+
+IS MICROSOFT A COMPANY
+Yes.
+
+IS MICROSOFT A BIG COMPANY
+Affirmative.
+
+IS MICROSOFT A CORPORATION
+Yes.
+
+IS MICROSOFT A SUCCESSFUL COMPANY
+Yes.
+
+IS TOKYO IN JAPAN
+Yes.
+
+IS TOKYO JAPANESE CAPITAL
+Yes.
+
+IS ALGEBRA A TYPE OF MATHEMATICS
+Yes.
+
+IS ALGEBRA MATEMATICS
+Yes.
+
+IS METAL STRONG
+Yes.
+
+IS NUCLEAR WAR A BAD IDEA
+Yes.
+
+IS HINDUISM A RELIGION
+Affirmative.
+
+IS HINDUISM A FORM OF RELIGION
+Affirmative.
+
+IS GOSSIP SOMETIMES HARMFUL
+Yes.
+
+IS LEAVES GREEN
+Yes.
+
+IS SPRING A SEASON
+Yes.
+
+IS SPRING A PLEASANT TIME OF YEAR
+Affirmative.
+
+IS SPRING ONE OF THE FOUR SEASONS
+Yes.
+
+IS CRIME BAD
+Yes.
+
+IS BMW A CAR
+Yes.
+
+IS BMW A BRAND OF AUTOMOBILE
+Yes.
+
+IS CLEANING PART OF HOUSEWORK
+Yes.
+
+IS LINGUISTICS THE STUDY OF LANGUAGE
+Yes.
+
+IS JULY A MONTH OF THE YEAR
+Yes.
+
+IS JULY 4TH INDEPENDENCE DAY IN THE US
+Yes.
+
+IS LANGUAGE AN INTERACTIVE PROCESS
+Affirmative.
+
+IS EXPERIENCE A FORM OF KNOWLEDGE
+Yes.
+
+IS CD SHORT FOR COMPACT DISC
+Yes.
+
+IS TRUE THE OPPOSITE OF FALSE
+Yes.
+
+IS TRUE WISDOM HARD TO ATTAIN
+Yes.
+
+IS TRUE
+Yes.
+
+IS PEPPERONI A COMMON TOPPING FOR PIZZA
+Yes.
+
+IS MARS IN THE SOLAR SYSTEM
+Absolutely.
+
+IS MARS A PLANET IN OUR SOLAR SYSTEM
+Yes.
+
+IS MARS A PLANET IN OUTER SPACE
+Yes.
+
+IS MARS A PLANET OF THE SOLAR SYSTEM
+Yes.
+
+IS MARS KNOWN AS THE RED PLANET
+Yes.
+
+IS MARS RED
+Affirmative.
+
+IS MARS WARMER THAN PLUTO
+Yes.
+
+IS SEAN CONNERY A MAN
+Yes.
+
+IS RIO DE JANEIRO IN BRAZIL
+Yes.
+
+IS RIO DE JANEIRO A BRAZILIAN CITY
+Yes.
+
+IS BUDHISM A RELIGION
+Absolutely.
+
+IS OLSO THE CAPITAL OF NORWAY
+Yes.
+
+IS VAN GOGH A PAINTER
+Yes.
+
+IS PHYSICS A SCIENCE
+Yes.
+
+IS PHYSICS A FUNDAMENTAL SCIENCE
+Yes.
+
+IS PHYSICS A BRANCH OF SCIENCE
+Yes.
+
+IS PHYSICS A TYPE OF SCIENCE
+Yes.
+
+IS HEROIN ILLEAGLE
+Yes.
+
+IS HEROIN ADDICTIVE
+Yes.
+
+IS CALCULUS A BRANCH OF MATHEMATICS
+Affirmative.
+
+IS CALCULUS A TYPE OF MATHEMATICS
+Affirmative.
+
+IS SHAKESPEARE A PLAYWRITE
+Yes.
+
+IS FRUIT TASTY
+Affirmative.
+
+IS ASIA LARGER THAN EUROPE
+Yes.
+
+IS TIGER WOODS A GOLFER
+Yes.
+
+IS PICASSO AN ARTIST
+Yes.
+
+IS ANTHROPOLOGY A SOCIAL SCIENCE
+Yes.
+
+IS ASPRIN A PAIN KILLER
+Absolutely.
+
+IS RUM AN ALCOHOLIC BEVERAGE
+Yes.
+
+IS COPPER A CONDUCTOR
+Yes.
+
+IS COPPER A METAL
+Yes.
+
+IS COPPER AN ELEMENT
+Yes.
+
+IS COPPER AN METAL
+Affirmative.
+
+IS PLUTONIUM DANGEROUS
+Yes.
+
+IS PLUTONIUM RADIOACTIVE
+Affirmative.
+
+IS PURPLE A COLOR
+Affirmative.
+
+IS SOUL A KIND OF MUSIC
+Yes.
+
+IS NOKIA A CELLULAR PHONE COMPANY
+Yes.
+
+IS NOKIA IS A FAMOUS MOBILE PHONE MAKER
+Yes.
+
+IS DARK THE ABSENCE OF LIGHT
+Yes.
+
+IS ATE THE PAST TENSE OF EAT
+Absolutely.
+
+IS RTHE OCEAN BLUE
+Yes.
+
+IS CHEESE A SORT OF FOOD
+Yes.
+
+IS CHEESE A TYPE OF FOOD
+Yes.
+
+IS CHEESE A DAIRY PRODUCT
+Yes.
+
+IS CHEESE MADE WITH MILK
+Yes.
+
+IS CHEESE MADE OF MILK
+Yes.
+
+IS CHEESE MADE FROM MILK
+Affirmative.
+
+IS CHEESE EDIBLE
+Yes.
+
+IS CHEESE ON TOAST GOOD TO EAT
+Yes.
+
+IS OCTOBER A MONTH
+Yes.
+
+IS HEALTH MORE IMPORTANT THAN MONEY
+Yes.
+
+IS STEEL HARD
+Yes.
+
+IS SEX A GOOD REMEDY FOR STRESS
+Affirmative.
+
+IS SEX A GOOD THING
+Yes.
+
+IS SEX A PLEASURE
+Yes.
+
+IS SEX A MEANS OF REPRODUCTION
+Yes.
+
+IS SEX NICE
+Yes.
+
+IS SEX GOOD FOR BLOOD CIRCULATION
+Yes.
+
+IS SEX GOOD FOR YOUR LIFE
+Yes.
+
+IS SEX GOOD FOR HEALTH
+Yes.
+
+IS SEX GOOD
+Absolutely.
+
+IS SEX PLESURABLE
+Yes.
+
+IS SEX PLEASUREABLE
+Absolutely.
+
+IS SEX WONDERFUL
+Yes.
+
+IS SEX PLEASANT
+Yes.
+
+IS SEX PLEASURABLE
+Yes.
+
+IS SEX POPULAR
+Yes.
+
+IS SEX ENJOYABLE FOR HUMANS
+Yes.
+
+IS SEX ENJOYABLE
+Yes.
+
+IS SEX NATURAL
+Yes.
+
+IS RECYCLING A GOOD THING
+Yes.
+
+IS DIANA THE HUNTERS GODDESS
+Yes.
+
+IS DIANA WAS A PRINCES
+Yes.
+
+IS DIANA DEAD
+Yes.
+
+IS FENCING STOLEN GOODS A CRIME
+Yes.
+
+IS GARBAGE SOMETHING THAT IS UNWANTED
+Yes.
+
+IS LAWYER A PROFESSION
+Yes.
+
+IS RAICHU A POKEMON
+Affirmative.
+
+IS RUST THE RESULT OF OXIDATION
+Yes.
+
+IS RUST KNOWN AS IRON OXIDE
+Yes.
+
+IS SUMMER HOT
+Yes.
+
+IS JELLY OR JELLO WOBBLY
+Yes.
+
+IS HOCKEY A VIOLENT GAME
+Yes.
+
+IS HOCKEY A SPORT
+Yes.
+
+IS HOCKEY CONSIDERED A SPORT
+Absolutely.
+
+IS GODZILLA A FAMOUS JAPANESE MONSTER
+Yes.
+
+IS COMPAQ A COMPUTER COMPANY
+Yes.
+
+IS 600 A LARGER NUMBER THAN 500
+Yes.
+
+IS CAPE TOWN A CITY IN SOUTH AFRICA
+Yes.
+
+IS CAPE TOWN A CITY
+Yes.
+
+IS BREATHING CLEAN AIR A PLEASURE
+Affirmative.
+
+IS TIGHTROPE WALKING DANGEROUS
+Yes.
+
+IS NUMBER OF DAYS IN A WEEK ARE 7
+Yes.
+
+IS 29 PLUS 62 EQUAL TO 91
+Absolutely.
+
+IS DONALD DUCK A CARTOON CHARACTER
+Yes.
+
+IS DONALD DUCK A FICTIONAL CHARACTER
+Yes.
+
+IS SOS A REQUEST FOR HELP
+Affirmative.
+
+IS PALEONTOLOGY A SCIENCE
+Yes.
+
+IS CHEMISTRY A BRANCH OF SCIENCE
+Affirmative.
+
+IS TV SOMETIMES EDUCATIONAL
+Yes.
+
+IS TV SHORT FOR TELEVISION
+Yes.
+
+IS WOOD BROWN IN MOST CASES
+Yes.
+
+IS WOOD HARDER THAN SNOW
+Yes.
+
+IS WOOD FLAMABLE
+Yes.
+
+IS WOOD A NATURAL PRODUCT
+Absolutely.
+
+IS WOOD ORGANIC
+Yes.
+
+IS WOOD OBTAINED FROM TREES
+Yes.
+
+IS WOOD OFTEN USED TO MAKE FURNITURE
+Yes.
+
+IS WOOD FLAMMABLE
+Yes.
+
+IS CANCER PAINFUL
+Yes.
+
+IS CANCER A DISEASE
+Yes.
+
+IS CANCER A DESEASE
+Yes.
+
+IS CANCER A LIFE THREATENING DISEASE
+Yes.
+
+IS CANCER SOMETIMES FATAL
+Affirmative.
+
+IS PALEANTOLOGY THE STUDY OF FOSSILS
+Yes.
+
+IS MINING A DANGEROUS JOB
+Yes.
+
+IS DREW BARRYMORE AN ACTRESS
+Affirmative.
+
+IS DREW CARREY FAT
+Yes.
+
+IS GIRLS HAVE BIG BREAST THEN MENS
+Yes.
+
+IS HYPOCRISY BAD
+Yes.
+
+IS FINLAND IN NORTHERN EUROPE
+Yes.
+
+IS ATHEISM UNPOPULAR IN MOST CHURCHES
+Yes.
+
+IS LUST AN EMOTION
+Yes.
+
+IS HOT THE OPPOSITE OF COLD
+Yes.
+
+IS HOT AIR LIGHTER THAN COLD AIR
+Yes.
+
+IS E MAIL FAST
+Absolutely.
+
+IS E MAIL A FORM OF COMMUNICATION
+Yes.
+
+IS E MAIL ELECTRONIC MAIL
+Affirmative.
+
+IS TEXAS A STATE
+Affirmative.
+
+IS LARCENY ILLEGAL
+Yes.
+
+IS H20 AND WATER THE SAME THING
+Affirmative.
+
+IS JUANITA A GIRLS NAME
+Affirmative.
+
+IS AUGUST THE 8TH MONTH OF THE YEAR
+Yes.
+
+IS AUGUST A MONTH
+Affirmative.
+
+IS NORTHERN CANADA COLD
+Yes.
+
+IS MANCHESTER A CITY
+Yes.
+
+IS 000 000 000 000 A LOT OF MONEY
+Yes.
+
+IS COLA A DRIK
+Yes.
+
+IS COLA A BEVERAGE
+Yes.
+
+IS PINBALL A GAME
+Affirmative.
+
+IS NINE TIMES TEN EQUAL TO NINETY
+Yes.
+
+IS FATHER OLD THAN SON
+Yes.
+
+IS PRIVACY IMPORTANT
+Yes.
+
+IS WORLD PEACE DESIRABLE
+Yes.
+
+IS WORLD PEACE BENEFICIAL TO MANKIND
+Yes.
+
+IS KISSING FUN
+Yes.
+
+IS LAVA HOT
+Yes.
+
+IS LAVA MOLTEN ROCK
+Yes.
+
+IS AGNES A GIRLS NAME
+Yes.
+
+IS TERROR A FORM OF FEAR
+Yes.
+
+IS FISH A FOOD
+Affirmative.
+
+IS FISH LIVING IN WATER
+Yes.
+
+IS FURIOUS ANGRIER THAN UPSET
+Yes.
+
+IS NORWAY A COUNTRY IN EUROPE
+Affirmative.
+
+IS NORWAY COLD
+Yes.
+
+IS FISHING BOTH A HOBBY AND A SPORT
+Yes.
+
+IS FISHING GOOD FOR RELAXATION
+Absolutely.
+
+IS SATURDAY PART OF THE WEEKEND
+Affirmative.
+
+IS SATURDAY BEFORE SUNDAY
+Yes.
+
+IS MISTER ABBREVIATED MR
+Yes.
+
+IS H2O THE FORMULA OF WATER
+Yes.
+
+IS H2O THE CHEMICAL SYMBOLFOR WATER
+Yes.
+
+IS H2O THE CHEMICAL NOTATION FOR WATER
+Yes.
+
+IS HEART A VITAL ORGAN
+Yes.
+
+IS MOSCOW THE CAPITOL OF RUSSIA
+Yes.
+
+IS MOSCOW THE CAPITAL OF RUSSIA
+Yes.
+
+IS MOSCOW A CAPITOL OF RUSSIA
+Yes.
+
+IS MOSCOW A CAPITAL OF THE RUSSIA
+Yes.
+
+IS MOSCOW A CITY
+Yes.
+
+IS MOSCOW CITY IN RUSSIA
+Yes.
+
+IS JAPAN FAR FROM US
+Yes.
+
+IS JAPAN A COUNTRY
+Yes.
+
+IS JAPAN ONE OF THE ASIAN COUNTRIES
+Yes.
+
+IS POETRY IMPORTANT
+Yes.
+
+IS DUBLIN THE CAPITAL OF IRELAND
+Affirmative.
+
+IS DUBLIN ON EARTH
+Yes.
+
+IS SUNSHINE WARM
+Yes.
+
+IS SAD THE OPPOSTIE OF HAPPY
+Yes.
+
+IS SUNDAY A DAY OF THE WEEK
+Yes.
+
+IS FOOTBALL A SPORT
+Affirmative.
+
+IS LAUGHTER GOOD FOR YOUR HEALTH
+Yes.
+
+IS ROASTING ONE METHOD OF COOKING
+Yes.
+
+IS MECCA A SACRED PLACE
+Yes.
+
+IS AOL A COMPANY
+Yes.
+
+IS AOL A BIG COMPANY
+Yes.
+
+IS AOL AN INTERNET PROVIDER
+Yes.
+
+IS LEAD HEAVY
+Yes.
+
+IS LEAD A HEAVY METAL
+Yes.
+
+IS LEAD A METAL
+Yes.
+
+IS LEAD HEAVIER THAN HYDROGEN
+Yes.
+
+IS LEAD HEAVIER THAN ALUMINUM
+Yes.
+
+IS LEAD HEAVIER THAN COTTON
+Yes.
+
+IS LEAD SOFTER THAN STEEL
+Affirmative.
+
+IS COCAINE A DRUG
+Yes.
+
+IS JIM A NAME
+Yes.
+
+IS CIRCUMVENT GET AROUND RESTRICTION
+Yes.
+
+IS VIOLENCE DESTRUCTIVE
+Absolutely.
+
+IS STOCKHOLM THE CAPITOL OF SWEDEN
+Yes.
+
+IS BUDWEISER A BEER
+Yes.
+
+IS 20 EQUAL TO 1 5
+Yes.
+
+IS WINDOWS NT AN OPERATING SYSTEM
+Yes.
+
+IS WINDOWS 98 A MICROSOFT PRODUCT
+Yes.
+
+IS WINDOWS 95 OWEND BY MICROSOFT
+Yes.
+
+IS WINDOWS 2000 AN OPERATING SYSTEM
+Yes.
+
+IS WINDOWS PRONE TO FREQUENT CRASHES
+Yes.
+
+IS WINDOWS AN OPERATING SYSTEM
+Yes.
+
+IS COREL THE NAME OF A SOFTWARE COMPANY
+Yes.
+
+IS TURQUOISE A COLOR
+Yes.
+
+IS GEOLOGY A SCIENCE
+Yes.
+
+IS SIX A NUMBER
+Yes.
+
+IS 6 MORE THAN 2
+Absolutely.
+
+IS 6 PLUS 4 EQUAL TO 10
+Affirmative.
+
+IS 6 AN EVEN NUMBER
+Yes.
+
+IS 6 GREATER THAN 5
+Yes.
+
+IS 6 LESS THAN 8
+Absolutely.
+
+IS OIL SLIPPERY
+Yes.
+
+IS OIL A LIQUID
+Yes.
+
+IS OIL A LUBRICANT
+Affirmative.
+
+IS OIL A FOSSIL FUEL
+Yes.
+
+IS OIL AN ENERGY SOURCE
+Yes.
+
+IS OIL IMPORTANT TO MACHINES
+Yes.
+
+IS SAUDI ARABIA A DESERT COUNTRY
+Yes.
+
+IS TODAY DIFFERENT FROM
+Yes.
+
+IS TODAY THE DAY AFTER
+Yes.
+
+IS PEN USED FOR WRITING
+Yes.
+
+IS AN AIR CONDITIONER USED TO COOL AIR
+Affirmative.
+
+IS AN EYE USEFUL FOR SIGHT
+Yes.
+
+IS AN F 14 A PLANE
+Yes.
+
+IS AN AIRPLANE FASTER THAN A CAR
+Yes.
+
+IS AN INFANT A PERSON
+Yes.
+
+IS AN ASH TRAY USED FOR CIGARETTES
+Yes.
+
+IS AN ATOMIC CLOCK ACCURATE
+Yes.
+
+IS AN ERUPTING VOLCANO DANGEROUS
+Yes.
+
+IS AN UMBRELLA USEFUL WHEN IT RAINS
+Affirmative.
+
+IS AN ARTIST AN ANIMAL
+Yes.
+
+IS AN AUTHOR THE SAME AS A WRITER
+Absolutely.
+
+IS AN ELEPHANT A BEAST
+Yes.
+
+IS AN ELEPHANT A BIG MAMMAL
+Yes.
+
+IS AN ELEPHANT A BIG ANIMAL
+Yes.
+
+IS AN ELEPHANT A LARGE ANIMAL
+Yes.
+
+IS AN ELEPHANT BIGGER FROM A MOUSE
+Yes.
+
+IS AN ELEPHANT BIGGER THAN A TOASTER
+Absolutely.
+
+IS AN ELEPHANT BIGGER THAN A BREADBOX
+Affirmative.
+
+IS AN ELEPHANT BIGGER THAN A DOG
+Yes.
+
+IS AN ELEPHANT BIGGER THAN A CAT
+Yes.
+
+IS AN ELEPHANT BIGGER THAN A MOUSE
+Affirmative.
+
+IS AN ELEPHANT BIGGER THAN A HORSE
+Yes.
+
+IS AN ELEPHANT BIGGER THAN AN ANT
+Yes.
+
+IS AN ELEPHANT LARGER THAN A CAT
+Yes.
+
+IS AN ELEPHANT TALLER THAN A MONGOOSE
+Yes.
+
+IS AN ELLIPSE DIFFERENT FROM A CIRCLE
+Yes.
+
+IS AN ISLAND SURROUNDED BY WATER
+Yes.
+
+IS AN APPLE A FRUIT
+Yes.
+
+IS AN APPLE A TYPE OF FRUIT
+Affirmative.
+
+IS AN APPLE RED OR GREEN SOMETIMES
+Yes.
+
+IS AN ANIMAL
+Yes.
+
+IS AN AMERICAN DOLLAR WORTH 100 PENNIES
+Yes.
+
+IS AN IGUANA GREEN
+Yes.
+
+IS AN EMOTICON
+Yes.
+
+IS AN OCEAN A BODY OF WATER
+Yes.
+
+IS AN OCEAN BIGGER THAN A SEA
+Yes.
+
+IS AN OCEAN MADE MOSTLY OF WATER
+Yes.
+
+IS AN OAK A TYPE OF TREE
+Yes.
+
+IS AN EARTHQUAKE A NATURAL DISASTER
+Yes.
+
+IS AN EARTHQUAKE BAD
+Yes.
+
+IS AN EAGLE A BIRD
+Yes.
+
+IS AN ELM A TYPE OF TREE
+Yes.
+
+IS AN OSTRICH BIGGER THAN A PIDGEON
+Yes.
+
+IS AN ORCHID A FLOWER
+Yes.
+
+IS AN ORCHID A TYPE OF FLOWER
+Yes.
+
+IS AN ADULT LARGER THAN AN INFANT
+Yes.
+
+IS AN OMELETTE MADE FROM EGGS
+Yes.
+
+IS AN INTEGER A TYPE OF NUMBER
+Yes.
+
+IS AN ORANGE ROUND
+Yes.
+
+IS AN ORANGE ORANGE
+Affirmative.
+
+IS AN ORANGE A FRUIT
+Yes.
+
+IS AN ORANGE EDIBLE
+Yes.
+
+IS EBOLA A NAME OF A VIRUS
+Yes.
+
+IS STEPHEN KING A POPULAR NOVELIST
+Yes.
+
+IS 15 DIVIDED BY 3 EQUAL TO 5
+Yes.
+
+IS TAPE STICKY
+Yes.
+
+IS AUSTRALIA IN THE SOUTHERN HEMISPHERE
+Yes.
+
+IS AUSTRALIA ON EARTH
+Affirmative.
+
+IS SONY A MULTINATIONAL CORPORATION
+Affirmative.
+
+IS RESEARCH USEFUL
+Yes.
+
+IS SPRITE A BEVERAGE
+Yes.
+
+IS CHEVROLET A BRAND OF AUTOMOBILE
+Yes.
+
+IS CHLORINE GAS TOXIC TO HUMANS
+Yes.
+
+IS APRIL A MONTH
+Yes.
+
+IS APRIL BEFORE JULY
+Affirmative.
+
+IS PULP FICTION A MOVIE
+Affirmative.
+
+IS BICYCLING GOOD FOR YOU
+Yes.
+
+IS MUNICH IN GERMANY
+Yes.
+
+IS MUNICH A TOWN IN GERMANY
+Yes.
+
+IS ANNE A GIRLS NAME
+Yes.
+
+IS ANGIE A GIRLS NAME
+Affirmative.
+
+IS HONESTY THE BEST POLICY
+Yes.
+
+IS PETROL FLAMMABLE
+Yes.
+
+IS DEADLY NIGHTSHADE POISONOUS
+Yes.
+
+IS 0 MULTIPLIED BY ANYTHING STILL 0
+Absolutely.
+
+IS 0 DEGREES CELSIUS COLD
+Affirmative.
+
+IS 0 LESS THAN 1
+Yes.
+
+IS COKE A REFRESHMENT
+Affirmative.
+
+IS COKE A TYPE OF SOFT DRINK
+Yes.
+
+IS FORM A SYNONYM FOR SHAPE
+Yes.
+
+IS WHISKEY AN ALCOHOLIC DRINK
+Yes.
+
+IS SATAN CALLED LUCIFER
+Yes.
+
+IS CAT A ANIMAL
+Yes.
+
+IS CAT AN ANIMAL
+Yes.
+
+IS ROSLYN A FEMALE NAME
+Yes.
+
+IS BUDDHISM A RELIGION
+Yes.
+
+IS STONE HARD
+Yes.
+
+IS STONE SOLID
+Affirmative.
+
+IS LSD HALLUCINOGENIC
+Yes.
+
+IS LSD A DRUG
+Yes.
+
+IS SOMEONE OF AGE 80 IS OLD
+Yes.
+
+IS SPORT HEALTHY FOR HUMANS
+Affirmative.
+
+IS CAMBRIDGE IN ENGLAND
+Yes.
+
+IS SOCCER PLAYED WITH A SOCCER BALL
+Yes.
+
+IS SOCCER A GAME
+Yes.
+
+IS SOCCER A POPULAR SPORT IN GREECE
+Yes.
+
+IS SOCCER KNOWN AS FOOTBALL IN EUROPE
+Affirmative.
+
+IS SOCCER KNOWN AS FOOTBALL
+Affirmative.
+
+IS MR SPOCK VULCAN
+Yes.
+
+IS DARWIN SPELLED BACKWARDS NIWRAD
+Affirmative.
+
+IS VERMONT A STATE IN THE YOU S
+Yes.
+
+IS LEMONADE A REFRESHING DRINK
+Yes.
+
+IS POLAND IN EUROPE
+Yes.
+
+IS POLAND PLACED IN EUROPE
+Yes.
+
+IS FOUR LARGER THAN THREE
+Yes.
+
+IS FOUR TIMES TEN EQUAL TO FORTY
+Yes.
+
+IS NIGERIA IN AFRICA
+Yes.
+
+IS FAITH THE CORNERSTONE OF RELIGION
+Yes.
+
+IS NEWDELHI THE CAPITAL OF INDIA
+Yes.
+
+IS TWEETY A BIRD
+Yes.
+
+IS RADIUM RADIOACTIVE
+Yes.
+
+IS HAWAII A VACATION DESTINATION
+Yes.
+
+IS HAWAII A VOLCANIC ISLAND
+Yes.
+
+IS HAWAII AN ISLAND
+Yes.
+
+IS BROKEN GLASS DANGEROUS
+Yes.
+
+IS BROKEN GLASS SHARP
+Affirmative.
+
+IS OSTRICH A BIRD
+Yes.
+
+IS BALCONY AN ELEMENT OF A BUILDING
+Yes.
+
+IS PLEASURE DESIREABLE
+Yes.
+
+IS PLEASURE GOOD
+Yes.
+
+IS PLEASURE ENJOYABLE
+Yes.
+
+IS WWW DOT AMD DOT COM A WEBSITE
+Affirmative.
+
+IS WWW SHORT FOR WORLD WIDE WEB
+Yes.
+
+IS MATRIX A MOVIE
+Yes.
+
+IS PATTING DONE WITH AN OPEN HAND
+Yes.
+
+IS ARGON A GAS
+Affirmative.
+
+IS DONUT A VARIATION OF DOUGHNUT
+Yes.
+
+IS GOTHIC AN ARCHITECTURAL STYLE
+Yes.
+
+IS KEYBOARD USUAL PART OF COMPUTER
+Yes.
+
+IS HUMANITY EVER EVOLVING
+Affirmative.
+
+IS TH SKY BLUE
+Yes.
+
+IS COMMUNISM A PHILOSOPHY
+Yes.
+
+IS WILLIAM SHAKESPEARE AN AUTHOR
+Yes.
+
+IS WILLIAM AN ENGLISH NAME
+Yes.
+
+IS BACK ACHE PAINFULL
+Yes.
+
+IS CHANGE INEVITABLE
+Yes.
+
+IS ERIC A MALE NAME
+Yes.
+
+IS HANDBALL A SPORT
+Yes.
+
+IS PYTHON A SNAKE
+Yes.
+
+IS AI SHORT FOR ARTIFICIAL INTELLIGENCE
+Yes.
+
+IS CL THE SYMBOL FOR CHLORINE
+Absolutely.
+
+IS BOTTLE COLLECTING A HOBBY
+Yes.
+
+IS MARYLAND IN THE UNITED STATES
+Yes.
+
+IS RWANDA A COUNTRY
+Yes.
+
+IS RIDING A HORSE A MODE OF TRANSPORT
+Yes.
+
+IS WIRED A MAGAZINE
+Affirmative.
+
+IS PERU IN SOUTH AMERICA
+Yes.
+
+IS PERU A COUNTRY IN SOUTH AMERICA
+Yes.
+
+IS RUSSIA A LARGE COUNTRY
+Absolutely.
+
+IS STEVEN KING A WRITER
+Yes.
+
+IS PAKISTAN A COUNTRY
+Yes.
+
+IS PAKISTAN INDIAS NEIGHBOUR
+Yes.
+
+IS RUSSIAN SPOKEN IN RUSSIA
+Affirmative.
+
+IS DATA STORED ON CDS OR DVDS
+Yes.
+
+IS OUTER SPACE COLD
+Yes.
+
+IS UP THE OPPOSITE OF DOWN
+Absolutely.
+
+IS UP RELATIVE TO THE PLANE OF GRAVITY
+Yes.
+
+IS TRACEY CHAPMAN A WOMAN
+Yes.
+
+IS 60HZ A COMMON SOUND FREQUENCY
+Yes.
+
+IS EVENING LATER THAN MORNING
+Yes.
+
+IS STEAM HOT
+Yes.
+
+IS TOMORROW A NEW DAY
+Yes.
+
+IS TOMORROW ALWAYS THE NEXT DAY
+Yes.
+
+IS TOMORROW ANOTHER DAY
+Yes.
+
+IS TOMORROW HAPPEN AFTER
+Yes.
+
+IS ROUND A GOOD SHAPE FOR WHEELS
+Yes.
+
+IS SOUND POSSIBLE IN A VACUUM CLEANER
+Yes.
+
+IS SOUND A SERIES OF VIBRATIONS
+Yes.
+
+IS AIDS A PROBLEM
+Absolutely.
+
+IS AIDS A SEVERE DISEASE
+Yes.
+
+IS AIDS LEADS TO DEATH
+Absolutely.
+
+IS MORPHINE A DRUG USED TO CONTROL PAIN
+Yes.
+
+IS BROCCOLI A VEGETABLE
+Absolutely.
+
+IS SLAVERY WRONG
+Affirmative.
+
+IS SAHARA A DESERT
+Affirmative.
+
+IS BRITAIN IN THE NORTHERN HEMISPHERE
+Yes.
+
+IS BRITAIN A COUNTRY
+Yes.
+
+IS ALABAMA IN THE UNITED STATES
+Affirmative.
+
+IS GLOBALWARMING MAN MADE
+Yes.
+
+IS ANTHRACITE A TYPE OF COAL
+Yes.
+
+IS CALIFORNIA IN THE US
+Yes.
+
+IS CALIFORNIA A STATE
+Yes.
+
+IS CALIFORNIA A PLACE
+Absolutely.
+
+IS CALIFORNIA SUNNY
+Yes.
+
+IS BLOOD LIQUID
+Yes.
+
+IS BLOOD A LIQUID
+Affirmative.
+
+IS BLOOD A RED COLOR IN MAMMALS
+Yes.
+
+IS BLOOD THICHER THAN WATER
+Yes.
+
+IS BLOOD IS THICKER THAN WATER
+Yes.
+
+IS BLOOD IMPORTANT TO HUMAN LIFE
+Yes.
+
+IS BLOOD RED IN COLOR
+Affirmative.
+
+IS BLOOD RED
+Yes.
+
+IS WHITE THE COMBINATION OF ALL COLORS
+Yes.
+
+IS WHITE BRIGHTER THAN GRAY
+Affirmative.
+
+IS JESSICA A GIRL
+Absolutely.
+
+IS DAVID A NAME
+Yes.
+
+IS USA A COUNTRY
+Yes.
+
+IS FEELING BLUE A STATE OF MIND
+Affirmative.
+
+IS CARAMEL SWEET
+Yes.
+
+IS PERJURY LYING WHILE UNDER OATH
+Yes.
+
+IS YAHOO. AN INTERNET BASED BUSINESS
+Yes.
+
+IS PORTUGAL IN EUROPE
+Yes.
+
+IS PORTUGAL COUNTRY IN EUROPE
+Yes.
+
+IS COMEDY FUNNY
+Yes.
+
+IS SPEECH A FORM OF COMMUNICATION
+Yes.
+
+IS 1024 BYTES A KILOBYTE
+Yes.
+
+IS SPAM A PROBLEM ON THE INTERNET
+Affirmative.
+
+IS SPAM ELECTRONIC JUNK MAIL
+Yes.
+
+IS STING THE NAME OF A MUSICIAN
+Yes.
+
+IS ROMEO
+Yes.
+
+IS POISON HARMFUL TO HUMANS
+Affirmative.
+
+IS SEOUL IN KOREA
+Yes.
+
+IS MAHATMA GANDHI DEAD
+Yes.
+
+IS EVERY SNOW FLAKE INDIVIDUAL
+Yes.
+
+IS EVERY LIVING HUMAN ALIVE
+Yes.
+
+IS EVERY PERSON DIFFERENT
+Yes.
+
+IS BELGIUM IN EUROPE
+Yes.
+
+IS BELGIUM A SMALL COUNTRY
+Yes.
+
+IS DRUM A MUISCAL INSTRUMENT
+Yes.
+
+IS DRUM A MUSICAL INSTRUMENT
+Yes.
+
+IS CUBA A COMMUNIST NATION
+Yes.
+
+IS THEY SKY BLUE
+Yes.
+
+IS PLANET EARTH PART AF A GALAXY
+Yes.
+
+IS PLANET EARTH OUR HOME
+Yes.
+
+IS RAIN LIQUID
+Yes.
+
+IS RAIN A LIQUID
+Yes.
+
+IS RAIN MADE OF WATER
+Yes.
+
+IS RAIN IS MADE OF WATER
+Affirmative.
+
+IS RAIN WET
+Yes.
+
+IS RAIN CAUSED BY CLOUDS
+Yes.
+
+IS RAIN ALWAYS WET
+Yes.
+
+IS RAIN WELCOME AFTER A DROUGHT
+Yes.
+
+IS RAIN WATER THAT FALLS FROM THE SKY
+Yes.
+
+IS EDUCATION VALUBLE
+Yes.
+
+IS EDUCATION USEFUL
+Yes.
+
+IS EDUCATION IMPORTANT
+Yes.
+
+IS COMMUNICATION IMPORTANT TO OUR LIFE
+Yes.
+
+IS NON TRUTH FALSE
+Yes.
+
+IS CRYSTALINE SUGAR SWEET
+Yes.
+
+IS LOS ANGELES A CITY IN CALIFORNIA
+Yes.
+
+IS SPAIN IN EUROPE
+Yes.
+
+IS SPAIN A EUROPEAN COUNTRY
+Yes.
+
+IS SPAIN A COUNTRY
+Yes.
+
+IS TOUCH ONE OF THE FIVE HUMAN SENSES
+Yes.
+
+IS BANGALORE IN INDIA
+Yes.
+
+IS VLADIMIR PUTIN EX KGB
+Yes.
+
+IS CHEATING WRONG
+Yes.
+
+IS EVEREST IN NEPAL
+Yes.
+
+IS RADIO A COMMUNICATION DEVICE
+Affirmative.
+
+IS RADIO AN IMPORTANT TOOL FOR MANKIND
+Yes.
+
+IS AMERICAN STYLE FOOTBALL A SPORT
+Yes.
+
+IS AMERICAN CULTURE MATERIALISTIC
+Yes.
+
+IS FOREVER A LONG TIME
+Yes.
+
+IS KILLING SOMEONE BAD
+Yes.
+
+IS KILLING WITHOUT REASON WRONG
+Yes.
+
+IS KILLING PEOPLE WRONG
+Affirmative.
+
+IS KILLING BAD
+Yes.
+
+IS KILLING ANOTHER PERSON IS EVIL
+Yes.
+
+IS NAPOLEON DEAD
+Yes.
+
+IS DARTH VADER A CHARACTER IN STAR WARS
+Yes.
+
+IS EARTH ROUND
+Yes.
+
+IS EARTH THE THIRD PLANET FROM THE SUN
+Absolutely.
+
+IS EARTH SPHERICAL
+Yes.
+
+IS EARTH A NICE PLACE TO LIVE
+Yes.
+
+IS EARTH A PLANET
+Yes.
+
+IS EARTH SMALLER THAN SUN
+Yes.
+
+IS EARTH POLLUTED
+Yes.
+
+IS EARTH OLDER THAN 100000 YEARS
+Yes.
+
+IS TNT DANGEROUS
+Yes.
+
+IS TNT AN EXPLOSIVE
+Yes.
+
+IS WINTER COLD IN POLAND
+Absolutely.
+
+IS WINTER COLD
+Yes.
+
+IS WINTER COLDER THAN SPRING
+Yes.
+
+IS ZEUS A GOD
+Yes.
+
+IS AMERICA BIGGER THAN JAPAN
+Yes.
+
+IS AMERICA BIG
+Yes.
+
+IS LIFE TOUGH
+Yes.
+
+IS LIFE LONG LEARNING A GOOD GOAL
+Yes.
+
+IS LIFE IS WORTH LIVING
+Yes.
+
+IS LIFE PRECIOUS
+Yes.
+
+IS LOVE A FEELING
+Yes.
+
+IS LOVE A FOUR LETTER WORD
+Yes.
+
+IS LOVE A HUMAN EMOTION
+Yes.
+
+IS LOVE A GOOD FEELING
+Yes.
+
+IS LOVE A GOOD THING
+Yes.
+
+IS LOVE A NAME OF A FEELING
+Yes.
+
+IS LOVE A WONDERFUL THING
+Affirmative.
+
+IS LOVE A POSITIVE EMOTION
+Absolutely.
+
+IS LOVE NICE
+Yes.
+
+IS LOVE GOOD FOR THE SOUL
+Yes.
+
+IS LOVE GOOD
+Affirmative.
+
+IS LOVE AN EMOTION
+Absolutely.
+
+IS LOVE WONDERFUL
+Affirmative.
+
+IS LOVE IMPORTANT IN LIFE
+Yes.
+
+IS LOVE IMPORTANT TO A HUMAN
+Yes.
+
+IS LOVE IMPORTANT
+Yes.
+
+IS LOVE BUILT ON TRUST AND RESPECT
+Yes.
+
+IS LOVE MAKING PLEASURABLE
+Yes.
+
+IS LOVE INTERNATIONAL
+Yes.
+
+IS LOVE BETTER THAN HATE
+Yes.
+
+IS AMANDA A GIRLS NAME
+Yes.
+
+IS HUNGARY IN EUROPE
+Yes.
+
+IS HUNGARY A EUROPEAN COUNTRY
+Yes.
+
+IS HUNGARY A COUNTRY
+Yes.
+
+IS VENUS THE SECOND PLANET FROM THE SUN
+Yes.
+
+IS VENUS A PLANET IN OUR SOLAR SYSTEM
+Yes.
+
+IS VENUS A PLANET AND A ROMAN GODDESS
+Yes.
+
+IS VENUS WARMER THAN EARTH
+Affirmative.
+
+IS BATHING A GOOD HABBIT
+Yes.
+
+IS SULPHUR GAS AN UNPLEASANT ODOR
+Affirmative.
+
+IS HEALTHY FOOD IMPORTANT
+Affirmative.
+
+IS PEOPLE A MAGAZINE
+Yes.
+
+IS BERLIN IN EUROPE
+Yes.
+
+IS BERLIN A TOWN IN GERMANY
+Yes.
+
+IS BERLIN LOCATED IN GERMANY
+Yes.
+
+IS ANY HUMAN BEEING SMARTER THAN ALICE
+Yes.
+
+IS ANY RELATION OF BRAIN TO MIND
+Yes.
+
+IS ALCOHOL AN ADDICTIVE DRUG
+Yes.
+
+IS ALCOHOL INTOXICATING
+Yes.
+
+IS PENNY A COIN
+Affirmative.
+
+IS CAKE FOOD
+Yes.
+
+IS CAKE SERVED FOR BIRTHDAYS
+Yes.
+
+IS CAKE SERVED AT BIRTHDAY PARTIES
+Yes.
+
+IS PLATINUM A PRECIOUS METAL
+Yes.
+
+IS PLATINUM WORTH MORE THAN COPPER
+Yes.
+
+IS RECEIVING A PRESENT A GOOD FEELING
+Yes.
+
+IS CZECH REPUBLICK IN THE EARTH
+Yes.
+
+IS CZECH REPUBLIC A COUNTRY
+Yes.
+
+IS GETTING LAYED FUN
+Yes.
+
+IS LIME A COLOR AND A FRUIT
+Yes.
+
+IS 10 MORE THAN 9
+Yes.
+
+IS 10 MINUS 4 EQUAL TO 6
+Yes.
+
+IS 10 X 10 EQUAL TO 100
+Yes.
+
+IS 10 5 EQUAL 5
+Absolutely.
+
+IS 10 SMALLER THAN 11
+Absolutely.
+
+IS 10 GREATER THAN 9
+Yes.
+
+IS 10 LESS THAN 20
+Affirmative.
+
+IS OUR SUN IS A STAR
+Yes.
+
+IS OUR GLOBAL CLIMATE CHANGING
+Affirmative.
+
+IS OUR UNIVERSE LARGE
+Yes.
+
+IS OUR PLANET KNOWN AS THE EARTH
+Yes.
+
+IS CANOE A KIND OF BOAT
+Yes.
+
+IS PENNSYLVANIA IN THE UNITED STATES
+Yes.
+
+IS PENNSYLVANIA A STATE
+Yes.
+
+IS PENNSYLVANIA AN AMERICAN STATE
+Yes.
+
+IS ARNOLD SCWARZENEGGER REAL
+Yes.
+
+IS ENTERING ALICEBOTS FUN
+Yes.
+
+IS LENIN DEAD
+Absolutely.
+
+IS BARBIE A TOY DOLL
+Yes.
+
+IS BARBIE MADE OF PLASTIC
+Yes.
+
+IS MACOS A COMPUTER OPERATING SYSTEM
+Affirmative.
+
+IS 5 THE SQARE ROOT OF 25
+Yes.
+
+IS 5 THE SQUARE ROOT OF 25
+Yes.
+
+IS 5 GREATER THAN 1
+Absolutely.
+
+IS 5 AND 5 TEN
+Yes.
+
+IS 5 TIMES 5 25
+Yes.
+
+IS 5 LESS THAN 8
+Yes.
+
+IS 5 EQUAL TO FIVE
+Yes.
+
+IS GOLD MORE EXPENSIVE THAN SILVER
+Yes.
+
+IS GOLD GOLD
+Yes.
+
+IS GOLD WOTRTH MORE THAN SILVER
+Absolutely.
+
+IS GOLD A METAL AND A COLOR
+Yes.
+
+IS GOLD DENSER THAN LEAD
+Yes.
+
+IS GOLD COMMONLY USED IN MAKING JEWELRY
+Absolutely.
+
+IS GOLD EXPENSIVE
+Yes.
+
+IS GOLD WORTH MORE THAN STEEL
+Yes.
+
+IS GOLD WORTH A LOT OF MONEY
+Affirmative.
+
+IS GOLD PRECIOUS
+Yes.
+
+IS GOLD VALUABLE
+Absolutely.
+
+IS GOLD CONSIDERED VALUABLE
+Yes.
+
+IS BRUCE LEE A LEGEND
+Absolutely.
+
+IS MOMENTUM PROPORTIONAL TO VELOCITY
+Affirmative.
+
+IS AEROBIC EXERCISE HEALTHY
+Yes.
+
+IS 28 AN EVEN NUMBER
+Yes.
+
+IS BLOND HAIR A SORT OF YELLOWISH HAIR
+Yes.
+
+IS BON JOVI A ROCK GROUP
+Yes.
+
+IS KATE A FEMALE NAME
+Affirmative.
+
+IS ANTARCTICA COLD
+Yes.
+
+IS CINDY A GIRLS NAME
+Affirmative.
+
+IS HOUSTON IN TEXAS
+Affirmative.
+
+IS 3000 A LARGER NUMBER THAN 2000
+Yes.
+
+IS MOST GRASS GREEN
+Yes.
+
+IS MOST PAPER MADE FROM TREES
+Yes.
+
+IS MOST CHOCOLATE BROWN
+Yes.
+
+IS MOST BEER A TRANSPARENT YELLOW COLOR
+Yes.
+
+IS MOST OF THE EARTH COVERED WITH WATER
+Yes.
+
+IS MOST CHEESE MADE FROM MILK
+Yes.
+
+IS JESUS CHRIST KNOWN AS THE SON OF GOD
+Yes.
+
+IS ROCK A TYPE OF MUSIC
+Yes.
+
+IS ROCK SOLID
+Yes.
+
+IS ROCK IS HARDER THAN WOOD
+Yes.
+
+IS ROCK AND ROLL MUSIC SOMETIMES VULGAR
+Yes.
+
+IS PORTUGESE A LANGUAGE
+Affirmative.
+
+IS AUTUMN A SEASON
+Yes.
+
+IS BOILING ONE METHOD OF COOKING
+Affirmative.
+
+IS BOILING WATER HOT
+Yes.
+
+IS LONDON CAPITAL OF ENGLAND
+Yes.
+
+IS LONDON IN ENGLAND
+Yes.
+
+IS LONDON THE CAPITAL OF ENGLAND
+Affirmative.
+
+IS LONDON THE CAPITAL OF UK
+Yes.
+
+IS LONDON THE CAPITAL CITY OF ENGLAND
+Yes.
+
+IS LONDON THE BIGGEST CITY IN BRITAIN
+Yes.
+
+IS LONDON A CAPITAL CITY
+Yes.
+
+IS LONDON A CITY
+Yes.
+
+IS LONDON A LARGE CITY
+Yes.
+
+IS CHICAGO EAST OF DENVER
+Yes.
+
+IS SLOW CUSTOMER SERVICE ANNOYING
+Affirmative.
+
+IS ORANGE BOTH A FRUIT AND A COLOR
+Yes.
+
+IS ORANGE BOTH A COLOR AND A FRUIT
+Yes.
+
+IS ORANGE A COLOR
+Yes.
+
+IS ORANGE SODA SWEET
+Yes.
+
+IS ORANGE JUICE MADE FROM ORANGES
+Affirmative.
+
+IS URANUS A PLANET IN OUR SOLAR SYSTEM
+Yes.
+
+IS MERCEDES BENZ A BRAND OF AUTOMOBILE
+Affirmative.
+
+IS MERCEDES A CAR
+Affirmative.
+
+IS MERCEDES A BRAND NAME FOR A CAR
+Yes.
+
+IS CALGARY A CITY
+Yes.
+
+IS NAIL BITING A SIGN OF NERVOUSNESS
+Yes.
+
+IS ICECREAM COLD
+Yes.
+
+IS ICECREAM MADE OUT OF MILK
+Yes.
+
+IS HELLO A GREETING
+Yes.
+
+IS MAGENTA A COLOR
+Affirmative.
+
+IS METALLICA A BAND
+Yes.
+
+IS AMSTERDAM IN HOLLAND
+Yes.
+
+IS AMSTERDAM A CITY IN THE NETHERLANDS
+Yes.
+
+IS WATERMELON BIGGER THAN A GRAPE
+Absolutely.
+
+IS SPACE BIG
+Yes.
+
+IS SPACE INFINITE AS FAR AS WE KNOW
+Yes.
+
+IS SPACE FINAL FRONTIER
+Yes.
+
+IS IRELAND IN EUROPE
+Yes.
+
+IS SOUP WET
+Affirmative.
+
+IS NOVEMBER A MONTH
+Affirmative.
+
+IS HEWLETT PACKARD A COMPANY
+Yes.
+
+IS SILVER A METAL
+Yes.
+
+IS THERE OXYGEN IN THE ATMOSPHERE
+Yes.
+
+IS THERE OXYGEN IN AIR
+Yes.
+
+IS THERE OXYGEN IN WATER
+Yes.
+
+IS THERE SUNLIGHT AT 1 00PM
+Absolutely.
+
+IS THERE ICE AT THE SOUTH POLE
+Yes.
+
+IS THERE ICE
+Yes.
+
+IS THERE A FULL MOON EVERY MONTH
+Absolutely.
+
+IS THERE A COMPUTER NAMED IMAC
+Affirmative.
+
+IS THERE A FUTURE FOR VIRTUAL REALITY
+Yes.
+
+IS THERE A MAGAZINE CALLED WIRED
+Yes.
+
+IS THERE A LARGER STAR THAN THE SUN
+Yes.
+
+IS THERE A COUNTRY CALLED INDIA
+Yes.
+
+IS THERE A COUNTRY CALLED HUNGARY
+Yes.
+
+IS THERE A COUNTRY CALLED CANADA
+Yes.
+
+IS THERE A PLACE CALLED PARIS
+Yes.
+
+IS THERE A PLANET CALLED JUPITER
+Yes.
+
+IS THERE A SUN
+Yes.
+
+IS THERE A CASTLE IN EDINBURGH
+Yes.
+
+IS THERE A GOOD
+Yes.
+
+IS THERE A WAY TO CHEAT AT CARDS
+Yes.
+
+IS THERE A WAY TO SELL PENSIONS ONLINE
+Yes.
+
+IS THERE A T KEY ON A COMPUTER KEYBOARD
+Affirmative.
+
+IS THERE A LOT OF PORN ON THE INTERNET
+Yes.
+
+IS THERE ANYONE IN SPAIN
+Yes.
+
+IS THERE GRAVITY ON EARTH
+Yes.
+
+IS THERE GRAVITY
+Yes.
+
+IS THERE ARE MORE THAN 20 COUNTRY
+Yes.
+
+IS THERE DEATH AFTER LIFE
+Yes.
+
+IS THERE BLOOD IN THE HUMAN BODY
+Yes.
+
+IS THERE 7 DAYS IN A WEEK
+Yes.
+
+IS THERE SALT IN THE OCEAN
+Yes.
+
+IS THERE LIFE IN THE OCEANS
+Yes.
+
+IS THERE LIFE BEFORE DEATH
+Yes.
+
+IS THERE LIFE OUTSIDE OF THIS PLANET
+Yes.
+
+IS THERE LIFE OUTSIDE AMERICA
+Yes.
+
+IS THERE LIFE ON THE PLANET EARTH
+Yes.
+
+IS THERE LIFE ON EARTH
+Absolutely.
+
+IS THERE LIFE ON PLANET EARTH
+Affirmative.
+
+IS THERE ANY LIFE ON EARTH
+Yes.
+
+IS THERE INTELLIGENT LIFE ON EARTH
+Affirmative.
+
+IS THERE OIL IN THE GROUND
+Affirmative.
+
+IS THERE 1000 METERS IN 1 KILOMETER
+Yes.
+
+IS THERE LIGHT IN THE DAYTIME
+Yes.
+
+IS THERE PORN ON THE INTERNET
+Yes.
+
+IS THERE ALCOHOL IN BEER
+Yes.
+
+IS THERE MORE THAN ONE HUMAN LANGUAGE
+Yes.
+
+IS THERE MORE THAN ONE TYPE OF BEE
+Yes.
+
+IS THERE WATER ON THE EARTH
+Yes.
+
+IS THERE WATER ON EARTH
+Yes.
+
+IS GAS ANOTHER TERM FOR PETROL
+Yes.
+
+IS ABRAHAM LINCOLN DEAD
+Yes.
+
+IS IT NICE TO BE HAPPY
+Yes.
+
+IS IT NICE TO BE GOOD
+Affirmative.
+
+IS IT NICE TO HAVE MONEY
+Yes.
+
+IS IT NICE TO HAVE A BEST FRIEND
+Yes.
+
+IS IT NICE TO RECEIVE PRESENTS
+Yes.
+
+IS IT NICE TO DANCE WITH A LOVED ONE
+Yes.
+
+IS IT LIKELY TO FIND A BED IN A BEDROOM
+Yes.
+
+IS IT DARKER AT NIGHT THAN AT NOON
+Yes.
+
+IS IT TEN YEARS IN A DECADE
+Yes.
+
+IS IT NECESSARY FOR HUMANS TO SLEEP
+Yes.
+
+IS IT PAINFUL TO BE BURNT
+Yes.
+
+IS IT PAINFUL TO EAT ONESELF
+Yes.
+
+IS IT WRONG TO MURDER
+Yes.
+
+IS IT WRONG TO KILL A HUMAN
+Yes.
+
+IS IT WRONG TO RAPE
+Yes.
+
+IS IT WRONG TO COMMIT MURDER
+Yes.
+
+IS IT WRONG TO STEAL
+Affirmative.
+
+IS IT WRONG TO HURT OTHERS
+Yes.
+
+IS IT WRONG TO HURT OTHER PEOPLE
+Yes.
+
+IS IT WRONG KILLING OTHER PEOPLE
+Yes.
+
+IS IT SCARY WHEN YOUR BEING MUGGED
+Yes.
+
+IS IT A GOOD THING TO LOVE SOMEONE
+Yes.
+
+IS IT IMPORTANT TO BACK UP DATA
+Yes.
+
+IS IT IMPORTANT TO FEEL GOOD
+Yes.
+
+IS IT IMPORTANT TO LEARN AND TO GROW
+Yes.
+
+IS IT IMPORTANT TO ENJOY LIFE
+Yes.
+
+IS IT IMPORTANT TO BE TRUE TO YOURSELF
+Yes.
+
+IS IT IMPORTANT TO BE LOVED
+Yes.
+
+IS IT HOT DURING THE SUMMER
+Yes.
+
+IS IT HOT DURING SUMMER
+Yes.
+
+IS IT HOT IN THE SUN
+Affirmative.
+
+IS IT HOT IN SAHARA
+Yes.
+
+IS IT HOT IN SUMMER
+Affirmative.
+
+IS IT HOT NEAR THE SUN
+Yes.
+
+IS IT HOT NEAR THE EQUATOR
+Yes.
+
+IS IT HOT AT THE EQUATOR
+Yes.
+
+IS IT HOT ON THE SUN
+Yes.
+
+IS IT OK TO BE ABOVE AVERAGE
+Yes.
+
+IS IT WISE TO INSURE YOUR HOUSE
+Yes.
+
+IS IT WISE TO FACE YOUR FEARS
+Yes.
+
+IS IT ROME CAPITAL OF ITALY
+Yes.
+
+IS IT EMBARRASING TO VOMIT IN PUBLIC
+Yes.
+
+IS IT WARM IN HAWAII
+Yes.
+
+IS IT WARM IN THE SUMMER
+Yes.
+
+IS IT WARM NEAR THE EQUATOR
+Yes.
+
+IS IT BETTER TO BE HAPPY THAN SAD
+Yes.
+
+IS IT DESIREABLE TO HAVE GOOD HEALTH
+Yes.
+
+IS IT MARS A PLANET
+Affirmative.
+
+IS IT ILLEGAL TO KILL PEOPLE
+Yes.
+
+IS IT ILLEGAL TO KILL ANOTHER HUMAN
+Yes.
+
+IS IT RIO DE JANEIRO IN BRAZIL
+Yes.
+
+IS IT DIFFICULT TO EAT A BICYCLE
+Yes.
+
+IS IT DIFFICULT TO TRUST POLITICIANS
+Yes.
+
+IS IT DIFFICULT TO WIN THE LOTTERY
+Yes.
+
+IS IT COLDER IN DENMARK THAN IN GREECE
+Yes.
+
+IS IT COLDER IN WINTER THAN IN SUMMER
+Yes.
+
+IS IT POSSBLE FOR PEOPLE TO TALK
+Yes.
+
+IS IT DESIRABLE TO HAVE WHITE TEETH
+Yes.
+
+IS IT DARK DURING NIGHT
+Yes.
+
+IS IT DARK IN THE NIGHT
+Yes.
+
+IS IT DARK AT NIGHT
+Affirmative.
+
+IS IT DARK AT MIDNIGHT
+Affirmative.
+
+IS IT BAD TO OVEREAT
+Yes.
+
+IS IT BAD TO HARM SOMEONE
+Yes.
+
+IS IT BAD TO KILL SOMEONE
+Affirmative.
+
+IS IT BAD TO EAT TOO MUCH
+Yes.
+
+IS IT BAD TO STEAL
+Yes.
+
+IS IT DRY IN THE DESERT
+Yes.
+
+IS IT ADVANTAGEOUS TO BE AN INDIVIDUAL
+Yes.
+
+IS IT DANGEROUS TO DRIVE ON ICE
+Yes.
+
+IS IT DANGEROUS TO RUN WITH SCISSORS
+Yes.
+
+IS IT DANGEROUS TO TEASE A TIGER
+Yes.
+
+IS IT DANGEROUS TO JUMP OFF A CLIFF
+Yes.
+
+IS IT SUNNY IN SOUTH AFRICA
+Yes.
+
+IS IT CONSIDERED HUMAN TO MAKE MISTAKES
+Yes.
+
+IS IT GOOD TO CARE ABOUT PEOPLE
+Yes.
+
+IS IT GOOD TO SEE A FRIEND
+Yes.
+
+IS IT GOOD TO BE PART OF A FAMILY
+Yes.
+
+IS IT GOOD TO BE WITH FRIENDS
+Yes.
+
+IS IT GOOD TO BE NICE
+Yes.
+
+IS IT GOOD TO FOLLOW ETHICS
+Absolutely.
+
+IS IT GOOD TO HAVE A FRIEND
+Yes.
+
+IS IT GOOD TO HAVE A RETIREMENT ACCOUNT
+Yes.
+
+IS IT GOOD TO HAVE FRIENDS
+Affirmative.
+
+IS IT GOOD TO HAVE GOALS
+Affirmative.
+
+IS IT GOOD TO VOTE IN A DEMOCRACY
+Yes.
+
+IS IT GOOD TO SHARE
+Affirmative.
+
+IS IT GOOD TO THINK
+Yes.
+
+IS IT GOOD TO LOVE PEOPLE
+Yes.
+
+IS IT CRUEL TO TORTURE ANIMALS
+Yes.
+
+IS IT COLD DURING THE WINTER
+Yes.
+
+IS IT COLD IN THE ARCTIC
+Yes.
+
+IS IT COLD IN THE SOUTH POLE
+Absolutely.
+
+IS IT COLD IN THE WINTER IN COLORADO
+Yes.
+
+IS IT COLD IN CANADA IN THE WINTER
+Yes.
+
+IS IT COLD IN RUSSIA
+Yes.
+
+IS IT COLD IN ANTARCTICA
+Yes.
+
+IS IT COLD WHEN IT SNOWS
+Absolutely.
+
+IS IT COLD AT THE NORTH POLE
+Yes.
+
+IS IT COLD ON THE NORTH POLE
+Yes.
+
+IS IT FUN TO SWIM
+Yes.
+
+IS IT FUN TO GO TO A PARTY
+Yes.
+
+IS IT OFTEN HOT NEAR THE EQUATOR
+Affirmative.
+
+IS IT 10 YEARS IN A DECADE
+Yes.
+
+IS IT LIGHT DURING THE DAY
+Yes.
+
+IS IT HARD TO READ IN THE DARK
+Yes.
+
+IS IT HARD TO SEE IN THE DARK
+Yes.
+
+IS IT HARD TO LIFT HEAVY OBJECTS
+Yes.
+
+IS IT FASTER TO RUN THAN WALK
+Yes.
+
+IS IT RIGHT TO DRINK FROM THE GLASS
+Yes.
+
+IS IT TRUE THAT YELLOW IS A COLOR
+Yes.
+
+IS IT TRUE THAT CARS CAN BE DANGEROUS
+Affirmative.
+
+IS IT TRUE THAT CARS HAVE TIRES
+Yes.
+
+IS IT TRUE THAT BIRDS HAVE FEATHERS
+Yes.
+
+IS IT TRUE THAT THE EARTH IS ROUND
+Yes.
+
+IS IT TRUE THAT 12 BANANAS MAKE A DOZEN
+Affirmative.
+
+IS IT TRUE THAT HUMANS NEED TO BREATH
+Yes.
+
+IS IT TRUE THAT PEOPLE ARE BIPEDS
+Absolutely.
+
+IS IT GRATIFYING TO BE RIGHT
+Affirmative.
+
+IS MARLBORO A CIGARETTE BRAND
+Yes.
+
+IS SCORPIO A SIGN OF THE ZODIAC
+Yes.
+
+IS SCORPIO AN ASTROLOGICAL SIGN
+Absolutely.
+
+IS SPEED A RELATIVE MEASUREMENT
+Yes.
+
+IS YES AN AFFIRMATIVE WORD
+Yes.
+
+IS PEACE A GOOD THING
+Yes.
+
+IS ROPE STRONGER THAN STRING
+Yes.
+
+IS GERMAN SPOKEN IN GERMANY
+Yes.
+
+IS GERMAN WIDELY SPOKEN IN GERMANY
+Yes.
+
+IS GERMAN A LANGUAGE
+Affirmative.
+
+IS EXERCISE HEALTHY
+Yes.
+
+IS EXERCISE GOOD FOR THE HUMAN BODY
+Yes.
+
+IS EXERCISE GOOD FOR YOU
+Affirmative.
+
+IS VIRGINIA A STATE
+Yes.
+
+IS LION A CAT
+Yes.
+
+IS LION AN ANIMAL
+Yes.
+
+IS HAIL A FORM OF PRECIPITATION
+Absolutely.
+
+IS QUEENSLAND A STATE IN AUSTRALIA
+Yes.
+
+IS JOHN LENNON A SINGER
+Yes.
+
+IS JOHN A MALE NAME
+Yes.
+
+IS BRAZIL IN SOUTH AMERICA
+Yes.
+
+IS BRAZIL IN LATIN AMERICA
+Yes.
+
+IS BRAZIL A COUNTRY IN SOUTH AMERICA
+Affirmative.
+
+IS BRAZIL A COUNTRY
+Yes.
+
+IS BRAZIL REAL
+Absolutely.
+
+IS O THE SYMBOL FOR OXYGEN
+Yes.
+
+IS LABOR DAY A HOLIDAY
+Yes.
+
+IS MIAMI HOT IN SUMMER
+Absolutely.
+
+IS SWEDEN A EUOROPEAN CONTRY
+Yes.
+
+IS SWEDEN A COUNTRY IN NORTHERN EUROPE
+Yes.
+
+IS SWEDEN A COUNTRY
+Yes.
+
+IS SPINACH GREEN
+Yes.
+
+IS MIR BUILT BY RUSSIANS
+Affirmative.
+
+IS VIOLET A COLOR
+Yes.
+
+IS BARKING A NOISE MADE BY DOGS
+Yes.
+
+IS SUICIDE THE ACT OF KILLING YOURSELF
+Absolutely.
+
+IS NATURAL GAS AN ENERGY SOURCE
+Affirmative.
+
+IS FORD A CAR MAKER
+Yes.
+
+IS FORD A BRAND OF AUTOMOBILE
+Yes.
+
+IS FORD AN AUTOMOBILE MANUFACTURER
+Affirmative.
+
+IS WAR BRUTAL
+Yes.
+
+IS WAR DANGEROUS AND FRIGHTENING
+Yes.
+
+IS WAR AND PEACE A NOVEL BY LEO TOLSTOY
+Yes.
+
+IS WAR TERRIBLE
+Yes.
+
+IS RED DIFFERENT FROM BLUE
+Yes.
+
+IS RED DIFFERENT THAN BLUE
+Yes.
+
+IS RED THE COLOR OF BLOOD
+Yes.
+
+IS RED USED AS A DANGER COLOR
+Absolutely.
+
+IS RED A DIFFERENT COLOR THAN BLUE
+Absolutely.
+
+IS RED A HOT COLOR
+Yes.
+
+IS RED A PRIMARY COLOR
+Affirmative.
+
+IS RED A COLOR
+Absolutely.
+
+IS RED WINE GOOD FOR YOUR HEART
+Yes.
+
+IS RED WINE RED
+Yes.
+
+IS RED WARMER THAN BLUE
+Yes.
+
+IS SOFT THE OPPOSITE OF HARD
+Yes.
+
+IS SHERLOCK HOLMES A WORK OF FICTION
+Yes.
+
+IS HONG KONG IN ASIA
+Yes.
+
+IS PENIS USED IN REPRODUCTION
+Yes.
+
+IS PENIS A GENITAL
+Yes.
+
+IS SODIUM HYDROXIDE A BASE
+Yes.
+
+IS SLEEPING FOR 8 HOURS A GOOD THING
+Yes.
+
+IS SLEEPING A NECESSITY
+Yes.
+
+IS SLEEPING IMPORTANT FOR HUMAN
+Affirmative.
+
+IS WARM HOTTER THAN COLD
+Yes.
+
+IS PEACOCK A BIRD
+Yes.
+
+IS CAMEL A BRAND OF CIGARETTES
+Yes.
+
+IS CYPRUS AN ISLAND
+Yes.
+
+IS COFFEE DRANK FROM A CUP
+Yes.
+
+IS COFFEE BROWN IN COLOR
+Yes.
+
+IS COFFEE BROWN
+Affirmative.
+
+IS COFFEE A BEVERAGE
+Absolutely.
+
+IS COFFEE A COMMON DRINK
+Yes.
+
+IS COFFEE SERVED HOT
+Yes.
+
+IS COFFEE FROM A BEAN
+Yes.
+
+IS NURSE A PROFESSION
+Yes.
+
+IS CLEAN AIR A GOOD THING
+Yes.
+
+IS CLEAN WATER TRANSPARENT
+Yes.
+
+IS CHERYL A GIRLS NAME
+Yes.
+
+IS XEROX SOMETIMES USED AS A VERB
+Yes.
+
+IS GIVING BIRTH PAINFUL
+Yes.
+
+IS LEATHER MADE FROM COWS
+Affirmative.
+
+IS LIVING UP TO AN IMAGE HARD
+Absolutely.
+
+IS THROWING THINGS AT PEOPLE RUDE
+Affirmative.
+
+IS LIGHTNING A FORM OF ELECTRICITY
+Affirmative.
+
+IS BLACK A DARKER COLOR THAN BLUE
+Yes.
+
+IS BLACK DARK
+Affirmative.
+
+IS BLACK SABBATH A BAND
+Yes.
+
+IS BLACK BLACK
+Yes.
+
+IS BLACK OFTEN A SYMBOL FOR DEATH
+Yes.
+
+IS DANCE A FORM OF EXPRESSION
+Yes.
+
+IS SALT SALTY
+Affirmative.
+
+IS SALT MADE UP OF CRYSTALS
+Yes.
+
+IS SALT SOMETIMES USED TO FLAVOR FOOD
+Yes.
+
+IS ELLA A GIRLS NAME
+Yes.
+
+IS 400 GREATER THAN 399
+Yes.
+
+IS SOAP USED TO CLEAN THINGS
+Yes.
+
+IS SOAP USEFUL TO CLEAN MANY THINGS
+Yes.
+
+IS SOAP OFTEN USED IN THE SHOWER
+Yes.
+
+IS NORMAL A RELATIVE TERM
+Yes.
+
+IS VODKA A TRDITIONAL RUSSIAN DRINK
+Yes.
+
+IS VODKA AN ALCOHOLIC BEVERAGE
+Yes.
+
+IS ALBERT EINSTEIN DEAD
+Affirmative.
+
+IS ORGASM FUN
+Affirmative.
+
+IS RUNNING UPHILL HARD
+Affirmative.
+
+IS RUNNING TIRING
+Yes.
+
+IS RUNNING A GOOD HABBIT
+Yes.
+
+IS RUNNING A FORM OF MOVEMENT
+Yes.
+
+IS RUNNING A FORM OF EXERCISE
+Yes.
+
+IS RUNNING FASTER THAN WALKING
+Yes.
+
+IS ANGER A HUMAN EMOTION
+Yes.
+
+IS PAPER FLAMABLE
+Yes.
+
+IS PAPER THIN
+Yes.
+
+IS PAPER DERIVED FROM TREES
+Yes.
+
+IS PAPER MADE OF WOOD
+Yes.
+
+IS PAPER MADE FROM WOOD PULP
+Yes.
+
+IS PAPER MADE FROM WOOD
+Affirmative.
+
+IS PAPER MADE FROM TREES
+Yes.
+
+IS PAPER MADE OUT OF WOOD
+Yes.
+
+IS PAPER IS MADE FROM TREES
+Yes.
+
+IS PAPER IS FLAMMABLE
+Yes.
+
+IS PAPER WHITE
+Yes.
+
+IS PAPER PRODUCED FROM TREES
+Yes.
+
+IS PAPER FROM WOOD
+Yes.
+
+IS LEGO A TYPE OF TOY
+Yes.
+
+IS HARRISON FORD AN ACTOR
+Absolutely.
+
+IS KNOWLEDGE POWER
+Yes.
+
+IS TURKEY A COUNTRY
+Yes.
+
+IS NORTH CAROLINA IN THE UNITED STATES
+Affirmative.
+
+IS NORTH CAROLINA A STATE
+Absolutely.
+
+IS NORTH A DIRECTION
+Yes.
+
+IS NORTH ONE OF THE 4 MAJOR DIRECTIONS
+Affirmative.
+
+IS NORTH DIRECTION
+Yes.
+
+IS PLASTIC A MAN MADE SUBSTANCE
+Yes.
+
+IS SUGAR SWEET
+Absolutely.
+
+IS SUGAR A SWEETENER
+Yes.
+
+IS SUGAR SWEETER THAN FLOUR
+Yes.
+
+IS CONSTIPATION ANNOYING
+Yes.
+
+IS HARRY POTTER THE HERO OF A BOOK
+Yes.
+
+IS HONEY SWEET
+Yes.
+
+IS MONEY USEFULL
+Yes.
+
+IS MONEY DESIRABLE
+Yes.
+
+IS MONEY USED FOR PURCHASING THINGS
+Yes.
+
+IS MONEY USED TO BUY THINGS
+Yes.
+
+IS MONEY USEFUL
+Yes.
+
+IS MONEY A MEAN OF PAYMENT
+Yes.
+
+IS MONEY IMPORTANT IN SOCIETY
+Affirmative.
+
+IS MONEY IMPORTANT TO MOST PEOPLE
+Yes.
+
+IS C A COMPUTER PROGRAMMING LANGUAGE
+Yes.
+
+IS DRIVING BY CAR POPULAR IN THE USA
+Affirmative.
+
+IS DRIVING A CAR A LEARNED SKILL
+Yes.
+
+IS YUGOSLAVIA A COUNTRY
+Yes.
+
+IS APPLE THE NAME OF A COMPUTER COMPANY
+Yes.
+
+IS APPLE A FRUIT AND A COMPUTER COMPANY
+Yes.
+
+IS APPLE JUICE A DRINK
+Yes.
+
+IS URANIUM ORE RADIOACTIVE
+Yes.
+
+IS URANIUM A METAL
+Yes.
+
+IS URANIUM RADIOACTIVE
+Affirmative.
+
+IS MTV A MUSIC CHANNEL
+Yes.
+
+IS ASPHALT DARK COLORED
+Absolutely.
+
+IS ASPHALT BLACK
+Yes.
+
+IS ZINC A METAL
+Absolutely.
+
+IS JUPITER THE LARGEST PLANET
+Yes.
+
+IS JUPITER BIGGER THAN MARS
+Affirmative.
+
+IS AIR TRAVEL CONSIDERED SAFE
+Affirmative.
+
+IS AIR POLLUTION HARMFUL TO HUMANS
+Yes.
+
+IS AIR REQUIRED FOR HUMAN LIFE
+Yes.
+
+IS AIR A GOOD THING
+Yes.
+
+IS AIR A COMBINATION OF GASES
+Yes.
+
+IS AIR IMPORTANT
+Yes.
+
+IS AIR LIGHTER THAN WATER
+Affirmative.
+
+IS PARIS CAPITAL FROM FRANCE
+Yes.
+
+IS PARIS IN FRANCE
+Yes.
+
+IS PARIS THE CAPITAL OF FRANCE
+Yes.
+
+IS PARIS THE FRENCH CAPITAL
+Yes.
+
+IS PARIS A CAPITAL CITY
+Yes.
+
+IS PARIS A CITY IN EUROPE
+Yes.
+
+IS PARIS LOCATED IN THE COUNTRY FRANCE
+Yes.
+
+IS MEXICAN FOOD CONSIDERED SPICY
+Yes.
+
+IS GYMNASTICS A SPORT
+Affirmative.
+
+IS HP A COMPANY
+Yes.
+
+IS YORKSHIRE IN ENGLAND
+Yes.
+
+IS COW A MILK PRODUCING ANIMAL
+Yes.
+
+IS COW AN ANIMAL
+Yes.
+
+IS BEING RIGHT BETTER THAN BEING WRONG
+Yes.
+
+IS BEING BURNED AT THE STAKE PAINFUL
+Yes.
+
+IS BEING TIRED DANGEROUS WHEN DRIVING
+Yes.
+
+IS LATIN A LANGUAGE
+Yes.
+
+IS LATIN AN EXTINCT LANGUAGE
+Affirmative.
+
+IS LATIN ONE OF THE CLASSICAL LANGUAGES
+Yes.
+
+IS JAVA A PROGRAMMING LANGUAGE
+Affirmative.
+
+IS VITAMINE C GOOD FOR HUMANS
+Affirmative.
+
+IS MANUEL A PERSON NAME
+Yes.
+
+IS HELPING PEOPLE A GOOD THING
+Yes.
+
+IS AMY A GIRLS NAME
+Yes.
+
+IS DIAMOND HARDER THAN SOAPSTONE
+Yes.
+
+IS DIAMOND HARD
+Yes.
+
+IS DIAMOND EXPENSIVE
+Affirmative.
+
+IS NIKOS A GREEK NAME
+Yes.
+
+IS MARTIN LUTHER KING BLACK
+Affirmative.
+
+IS DELHI IN INDIA
+Yes.
+
+IS DELHI THE CAPITAL OF INDIA
+Yes.
+
+IS WRESTLING A SPORT
+Yes.
+
+IS MICHIGAN A PART OF THE UNITED STATES
+Yes.
+
+IS MICHIGAN A STATE IN THE USA
+Yes.
+
+IS HUMAN BEING A MAMMAL
+Yes.
+
+IS HUMAN LIFE IMPORTANT
+Yes.
+
+IS KUNG FU A MARTIAL ART
+Yes.
+
+IS BLUES A STYLE OF MUSIC
+Yes.
+
+IS DARKNESS DARK
+Yes.
+
+IS BANNANA A TROPICAL FRUIT
+Yes.
+
+IS FRIENDSHIP A GOOD THING
+Yes.
+
+IS FRIENDSHIP GOOD
+Yes.
+
+IS FRIENDSHIP BETTER THAN LONELINESS
+Yes.
+
+IS MONOPOLY THE NAME OF A BOARD GAME
+Yes.
+
+IS MONOPOLY A BOARD GAME
+Yes.
+
+IS MONOPOLY A GAME
+Yes.
+
+IS PRAGUE A CAPITAL CITY IN EUROPE
+Yes.
+
+IS TEN BIGGER THAN ONE
+Yes.
+
+IS TEN LARGER THAN ONE
+Yes.
+
+IS WOOL SHEEP HAIR
+Yes.
+
+IS WOOL A FIBER DERIVED FROM SHEEP
+Yes.
+
+IS ICE SLIPPERY
+Affirmative.
+
+IS ICE THE FROZEN STATE OF WATER
+Yes.
+
+IS ICE THE SOLID STATE OF WATER
+Yes.
+
+IS ICE THE SOLID FORM OF WATER
+Yes.
+
+IS ICE THE COMMON NAME FOR SOLID WATER
+Yes.
+
+IS ICE FROZEN WATER
+Absolutely.
+
+IS ICE HOCKEY PLAYED WEARING ICE SKATES
+Yes.
+
+IS ICE A STATE OF WATER
+Yes.
+
+IS ICE A COLD SUBSTANCE
+Affirmative.
+
+IS ICE HARD
+Yes.
+
+IS ICE COLD TO THE TOUCH
+Yes.
+
+IS ICE COLD TO TOUCH
+Yes.
+
+IS ICE COLD
+Absolutely.
+
+IS ICE CREAM SWEET
+Affirmative.
+
+IS ICE CREAM GOOD
+Yes.
+
+IS ICE CREAM COLD
+Yes.
+
+IS ICE CREAM AVAILABLE IN MANY FLAVORS
+Yes.
+
+IS ICE CREAM BEST SERVED COLD
+Yes.
+
+IS MICKEY MOUSE A DISNEY CHARACTER
+Yes.
+
+IS ELECTRICTY DANGEROUS
+Yes.
+
+IS BARBECUE ONE METHOD OF COOKING
+Affirmative.
+
+IS ALICE REAL
+Yes.
+
+IS ALICE A GIRLS NAME
+Affirmative.
+
+IS ALICE A RECENTLY INVENTED WORD
+Yes.
+
+IS ALICE DOT ORG A WEBSITE
+Yes.
+
+IS ALICE EXPENSIVE
+Yes.
+
+IS ALICE ARTIFICIAL
+Yes.
+
+IS ALICE COOPER A MAN
+Yes.
+
+IS ALICE ARTIFITIAL
+Absolutely.
+
+IS ALICE ON THE INTERNET
+Yes.
+
+IS ALICE AN ATTEMPT AT AN EXPERT SYSTEM
+Absolutely.
+
+IS ALLISON A GIRLS NAME
+Yes.
+
+IS GREEN THE COLOR OF GRASS
+Yes.
+
+IS GREEN A COLOR
+Yes.
+
+IS GREEN INK USED ON AMERICAN CURRENCY
+Yes.
+
+IS GREEN GREEN
+Yes.
+
+IS CYCLING FASTER THAN WALKING
+Yes.
+
+IS RUGBY A CONTACT SPORT
+Yes.
+
+IS WARSAW THE CAPITAL OF POLAND
+Yes.
+
+IS DOCTOR A PROFESSION
+Yes.
+
+IS TAIWAN A COUNTRY
+Yes.
+
+IS ECOLOGY A GOOD THING
+Yes.
+
+IS TOLSTOY A GREAT NOVELIST
+Yes.
+
+IS DRINKING GASOLINE A BAD IDEA
+Yes.
+
+IS DRINKING AND DRIVING DANGEROUS
+Affirmative.
+
+IS DRINKING WATER GOOD FOR HEALTH
+Yes.
+
+IS DRINKING WATER GOOD FOR A HUMAN
+Affirmative.
+
+IS HEATHROW AIPORT IN LONDON
+Yes.
+
+IS ENERGY MEASURED IN JOULES
+Yes.
+
+IS ENERGY SOMETIMES USEFUL
+Yes.
+
+IS ENERGY ESSENTIAL FOR LIFE
+Yes.
+
+IS ALASKA PART OF THE UNITED STATES
+Yes.
+
+IS ALASKA A PART OF THE UNITED STATES
+Yes.
+
+IS ALASKA A COLD PLACE
+Absolutely.
+
+IS ALASKA COLD
+Absolutely.
+
+IS WATER ESSENTIAL FOR HUMANS
+Yes.
+
+IS WATER ESSENTIAL TO STAY ALIVE
+Yes.
+
+IS WATER CLEAR
+Yes.
+
+IS WATER NEEDED FOR A MAMMALS SURVIVAL
+Yes.
+
+IS WATER NEEDED TO SUSTAIN HUMAN LIFE
+Yes.
+
+IS WATER MADE UP OF OXYGEN AND HYDROGEN
+Yes.
+
+IS WATER MADE UP OF HYDROGEN AND OXYGEN
+Yes.
+
+IS WATER MADE OF OXYGEN AND HYDROGEN
+Yes.
+
+IS WATER MADE OF HYDROGEN AND OXYGEN
+Yes.
+
+IS WATER MADE FROM HYDROGEN AND OXYGEN
+Yes.
+
+IS WATER KNOWN AS H2O
+Yes.
+
+IS WATER THE SAME AS H2O
+Yes.
+
+IS WATER WARMER THAN ICE
+Affirmative.
+
+IS WATER FLUID
+Yes.
+
+IS WATER REQUIRED FOR LIFE TO EXIST
+Yes.
+
+IS WATER REQUIRED FOR LIFE
+Yes.
+
+IS WATER WET TO THE TOUCH
+Yes.
+
+IS WATER WET AT ROOM TEMPERATURE
+Yes.
+
+IS WATER WET
+Affirmative.
+
+IS WATER AN IMPORTANT RESOURCE
+Yes.
+
+IS WATER LIQUID AT ROOM TEMPERATURE
+Yes.
+
+IS WATER NECCESARY FOR HUMAN LIFE
+Yes.
+
+IS WATER AFFECTED BY WIND
+Yes.
+
+IS WATER REFRESHING
+Affirmative.
+
+IS WATER MORE DENSE THAN AIR
+Yes.
+
+IS WATER NECESSARY FOR HUMAN SURVIVAL
+Yes.
+
+IS WATER NECESSARY FOR LIVING THINGS
+Yes.
+
+IS WATER NECESSARY FOR LIFE ON EARTH
+Yes.
+
+IS WATER NECESSARY TO SUSTAIN LIFE
+Yes.
+
+IS WATER NECESSARY TO LIFE
+Yes.
+
+IS WATER FLUIDOUS
+Affirmative.
+
+IS WATER SKIING A RECREATIONAL ACTIVITY
+Yes.
+
+IS WATER A DRINK
+Yes.
+
+IS WATER A LIQUID AT ROOM TEMPERATURE
+Yes.
+
+IS WATER A LIQUID
+Yes.
+
+IS WATER A NECESSITY
+Yes.
+
+IS WATER A SUBSTANCE
+Absolutely.
+
+IS WATER A KIND OF FLUID
+Yes.
+
+IS WATER A NATURAL RESOURCE
+Yes.
+
+IS WATER GOOD
+Yes.
+
+IS WATER IMPORTANT TO LIFE
+Yes.
+
+IS WATER IMPORTANT
+Affirmative.
+
+IS THANKSGIVING A HOLIDAY
+Yes.
+
+IS MCDONALDS A FAST FOOD RESTURANT
+Yes.
+
+IS INDIGO A COLOR
+Affirmative.
+
+IS FEBRUARY THE SECOND MONTH
+Yes.
+
+IS FEBRUARY A MONTH OF THE YEAR
+Affirmative.
+
+IS 4 THE SQUARE ROOT OF 16
+Absolutely.
+
+IS 4 MINUS 6 A NEGATIVE NUMBER
+Affirmative.
+
+IS 4 PLUS 6 EQUAL TO 10
+Yes.
+
+IS 4 GREATER THAN 2
+Affirmative.
+
+IS 4 LARGER THAN 2
+Yes.
+
+IS KINDNESS BETTER THAN RUDENESS
+Yes.
+
+IS MADONNA THE NAME OF A POP SINGER
+Affirmative.
+
+IS MADONNA A SUPER STAR
+Yes.
+
+IS MADONNA A WOMAN
+Yes.
+
+IS MADONNA A SINGER
+Affirmative.
+
+IS ABARHAM LINCOL DEAD
+Yes.
+
+IS FRANKFURT A GERMAN CITY
+Yes.
+
+IS MOLTEN LAVA HOT
+Yes.
+
+IS BOUGHT THE PAST TENSE OF BUY
+Yes.
+
+IS GRANITE A TYPE OF ROCK
+Affirmative.
+
+IS GRANITE ONE OF THE HARDEST ROCKS
+Yes.
+
+IS BEIJING IN CHINA
+Yes.
+
+IS DEUTSCHE MARK A CURRENCY
+Yes.
+
+IS HITLER DEAD
+Yes.
+
+IS RAPE WRONG
+Affirmative.
+
+IS RAPE MORALLY WRONG
+Yes.
+
+IS MEXICO A COUNTRY
+Yes.
+
+IS MEXICO SOUTH OF THE UNITED STATES
+Yes.
+
+IS MEXICO CITY THE CAPITAL OF MEXICO
+Yes.
+
+IS OXYGEN A GAS
+Affirmative.
+
+IS OXYGEN NEEDED TO SUSTAIN HUMAN LIFE
+Yes.
+
+IS OXYGEN IMPORTANT TO LIFE
+Yes.
+
+IS OXYGEN ESSENTIAL FOR HUMAN EXISTANCE
+Yes.
+
+IS OXYGEN ESSENTIAL TO LIFE ON EARTH
+Yes.
+
+IS JANUARY THE FIRST MONTH OF THE YEAR
+Yes.
+
+IS JANUARY A MONTH IN THE CALENDAR YEAR
+Yes.
+
+IS JANUARY A MONTH OF THE YEAR
+Yes.
+
+IS JANUARY A MONTH
+Yes.
+
+IS CHINA IN ASIA
+Yes.
+
+IS CHINA THE MOST POPULOUS COUNTRY
+Affirmative.
+
+IS CHINA A COUNTRY ON THE PLANET EARTH
+Yes.
+
+IS CHINA COMMUNIST COUNTRY
+Yes.
+
+IS CHECKERS A GAME
+Yes.
+
+IS PIZZA A FOOD FOR HUMANS
+Yes.
+
+IS PIZZA FOOD
+Yes.
+
+IS PIZZA TASTY
+Yes.
+
+IS JOY AN EMOTION
+Yes.
+
+IS LIGHT WAVEFORM
+Yes.
+
+IS LIGHT THE OPPOSITE OF HEAVY
+Yes.
+
+IS LIGHT ENERGY
+Yes.
+
+IS LIGHT A FORM OF ENERGY
+Yes.
+
+IS LIGHT GOOD FOR YOU
+Yes.
+
+IS LIGHT MADE UP OF PHOTONS
+Yes.
+
+IS LIGHT FASTER THAN SOUND
+Yes.
+
+IS LIGHT COMPOSED OF PHOTONS
+Affirmative.
+
+IS NIGHT DARKER THAN DAY
+Yes.
+
+IS NIGHT DARK
+Yes.
+
+IS RIGHT THE OPPOSITE OF WRONG
+Affirmative.
+
+IS SIGHT ONE OF THE FIVE SENSES
+Affirmative.
+
+IS INDIAN FOOD SPICEY
+Yes.
+
+IS TABASCO MADE IN AMERICA
+Affirmative.
+
+IS ANITA A GIRLS NAME
+Affirmative.
+
+IS COLOR OF SKY IS BLUE
+Yes.
+
+IS COLOR OF THE SKY BLUE
+Yes.
+
+IS MY MOTHER A WOMAN
+Yes.
+
+IS MY MOTHER FEMALE
+Yes.
+
+IS MY HAND AT THE END OF MY ARM
+Yes.
+
+IS MY BROTHER IS MALE
+Yes.
+
+IS MY MOM OLDER THAN ME
+Yes.
+
+IS MY BIRTHDAY THE DAY I WAS BORN
+Yes.
+
+IS MY TOUNGE WET
+Affirmative.
+
+IS CLICKING BANNERS BORING
+Yes.
+
+IS THE DOLLAR THE AMERICAN MONEY
+Yes.
+
+IS THE LABOUR PARTY IN POWER IN ENGLAND
+Yes.
+
+IS THE SUMMER HOT
+Affirmative.
+
+IS THE POPE A MAN
+Yes.
+
+IS THE POPE MALE
+Yes.
+
+IS THE DOMINICAN REPUBLIC A COUNTRY
+Yes.
+
+IS THE ARCTIC COLD
+Yes.
+
+IS THE ABSENCE OF LIGHT DARK
+Yes.
+
+IS THE MANDOLIN A MUSICAL INSTRUMENT
+Yes.
+
+IS THE 2000 OLYMPICS IN SYDNEY
+Yes.
+
+IS THE TONGUE USED TO TASTE
+Yes.
+
+IS THE LOTTERY A GAME OF CHANCE
+Yes.
+
+IS THE YEAR 1990 A D IN THE PAST
+Yes.
+
+IS THE FOUNDER OF MICROSOFT BILL GATES
+Affirmative.
+
+IS THE TOWN OF BIELEFELD IN GERMANY
+Affirmative.
+
+IS THE YOU S PRESIDENT A MAN
+Yes.
+
+IS THE DAY SKY BLUE
+Yes.
+
+IS THE DAY AFTER TODAY CALLED
+Yes.
+
+IS THE SHAPE OF A WHEEL ROUND
+Yes.
+
+IS THE RAINFOREST HUMID
+Yes.
+
+IS THE WHEEL AN INVENTION
+Yes.
+
+IS THE PLANET PLUTO COLD
+Yes.
+
+IS THE PLANET EARTH ROUND
+Yes.
+
+IS THE PLANET WE LIVE ON CALLED EARTH
+Yes.
+
+IS THE US FLAG RED WHITE AND BLUE
+Yes.
+
+IS THE SURFACE OF THE SUN HOT
+Absolutely.
+
+IS THE SURFACE OF THE SUN IS HOT
+Yes.
+
+IS THE SURFACE OF THE EARTH 2 3 WATER
+Yes.
+
+IS THE NEW YEAR A HOLIDAY
+Yes.
+
+IS THE SQUARE ROOT OF 16 4
+Yes.
+
+IS THE SQUARE ROOT OF FOUR TWO
+Yes.
+
+IS THE SQUARE ROOT OF 49 7
+Yes.
+
+IS THE SQUARE ROOT OF 9 3
+Affirmative.
+
+IS THE SQUARE ROOT OF 4 EQUAL 2
+Affirmative.
+
+IS THE SQUARE ROOT OF 25 EQUAL 5
+Yes.
+
+IS THE SQUARE ROOT OF 81 EQUAL TO 9
+Yes.
+
+IS THE SQUARE ROOT OF 64 EQUAL TO 8
+Yes.
+
+IS THE SQUARE ROOT OF 144 EQUAL TO 12
+Yes.
+
+IS THE INDEX FINGER NEXT TO THE THUMB
+Yes.
+
+IS THE JALAPENO A FAIRLY HOT PEPPER
+Yes.
+
+IS THE UNITED STATES A COUNTRY
+Yes.
+
+IS THE MAPLE A TYPE OF DECIDUOUS TREE
+Affirmative.
+
+IS THE VIOLIN A MUSICAL INSTRUMENT
+Yes.
+
+IS THE VIOLIN IS A STRINGED INSTRUMENT
+Yes.
+
+IS THE 2100 STILL IN THE FUTURE
+Yes.
+
+IS THE ICE COLD
+Absolutely.
+
+IS THE NUMBER 9 DIVISIBLE BY 3
+Yes.
+
+IS THE NUMBER 6 AN EVEN NUMBER
+Yes.
+
+IS THE NUMBER OF PEOPLE INCREASING
+Affirmative.
+
+IS THE UTERUS AN INTERNAL ORGAN
+Affirmative.
+
+IS THE CHEMICAL SYMBOL H2O FOR WATER
+Yes.
+
+IS THE MOUSE A COMPUTER PERIPHERAL
+Yes.
+
+IS THE SKY FAR AWAY FROM HUMANS
+Yes.
+
+IS THE SKY ABOVE THE EARTH
+Yes.
+
+IS THE SKY OVERHEAD
+Yes.
+
+IS THE SKY OFTEN BLUE
+Yes.
+
+IS THE SKY EVER DARK AND THREATENING
+Yes.
+
+IS THE SKY ARE BLUE
+Yes.
+
+IS THE THEORY OF RELATIVITY RELEVANT
+Yes.
+
+IS THE PHONE USEFUL
+Yes.
+
+IS THE SUN FAR AWAY
+Yes.
+
+IS THE SUN YELLOW
+Affirmative.
+
+IS THE SUN IN THE SPACE
+Yes.
+
+IS THE SUN HOT ON A COLD DAY
+Yes.
+
+IS THE SUN HOT
+Absolutely.
+
+IS THE SUN BOTHE BRIGHT AND HOT
+Affirmative.
+
+IS THE SUN SPHERICAL
+Absolutely.
+
+IS THE SUN A STELLAR OBJECT
+Yes.
+
+IS THE SUN A SPHERE
+Yes.
+
+IS THE SUN A STAR
+Affirmative.
+
+IS THE SUN A BALL OF GAS
+Affirmative.
+
+IS THE SUN A BIG BALL OF GASSES
+Yes.
+
+IS THE SUN A PHYSICAL OBJECT
+Yes.
+
+IS THE SUN BIGGER THAN THE MOON
+Yes.
+
+IS THE SUN BIGGER THAN THE PLANET EARTH
+Yes.
+
+IS THE SUN BIGGER THAN EARTH
+Affirmative.
+
+IS THE SUN MADE OF HYDROGEN AND HELIUM
+Yes.
+
+IS THE SUN AN EXAMPLE OF A STAR
+Yes.
+
+IS THE SUN GOING TO DIE
+Absolutely.
+
+IS THE SUN HOTTER THEN THE NORTH POLE
+Absolutely.
+
+IS THE SUN HOTTER THAN THE MOON
+Absolutely.
+
+IS THE SUN ONE STAR AMONG MANY
+Yes.
+
+IS THE SUN NECESSARY FOR LIVE
+Yes.
+
+IS THE SUN YELLOWISH IN COLOR
+Yes.
+
+IS THE SUN LARGER THAN THE EARTH
+Yes.
+
+IS THE SUN OUT IN THE DAYTIME
+Yes.
+
+IS THE SUN ALWAYS HOT
+Yes.
+
+IS THE SUN WARMER THAN THE MOON
+Yes.
+
+IS THE MILKY WAY A GALAXY
+Yes.
+
+IS THE AMAZON A RIVER IN SOUTH AMERICA
+Yes.
+
+IS THE CLEAR SKY BLUE IN THE DAYTIME
+Affirmative.
+
+IS THE PIANO AN INSTRUMENT
+Yes.
+
+IS THE TOUNGE PART OF THE HUMAN BODY
+Yes.
+
+IS THE WEATHER SUBJECT TO CHANGE
+Yes.
+
+IS THE AIR IN LOS ANGELES POLLUTED
+Yes.
+
+IS THE AIR FREE
+Yes.
+
+IS THE YOLK OF AN EGG YELLOW
+Yes.
+
+IS THE AMERICAN CITIZEN AN AMERICAN
+Yes.
+
+IS THE BINARY SYSTEM BASED ON 0 AND 1
+Affirmative.
+
+IS THE OZONE LAYER GOOD FOR THE EARTH
+Yes.
+
+IS THE OZONE LAYER BEING DEPLETED
+Affirmative.
+
+IS THE INTERNET EXPANDING
+Yes.
+
+IS THE INTERNET GROWING EVERYDAY
+Yes.
+
+IS THE INTERNET GETTING BIGGER
+Affirmative.
+
+IS THE INTERNET VAST
+Affirmative.
+
+IS THE INTERNET A GLOBAL NETWORK
+Yes.
+
+IS THE INTERNET A USEFUL RESEARCH TOOL
+Yes.
+
+IS THE INTERNET A WORLDWIDE NETWORK
+Yes.
+
+IS THE INTERNET USEFUL
+Affirmative.
+
+IS THE INTERNET AVAILABLE IN THE US
+Yes.
+
+IS THE INTERNET HUGE
+Yes.
+
+IS THE INTERNET FINITE
+Yes.
+
+IS THE INTERNET LARGE
+Affirmative.
+
+IS THE WATER WET
+Affirmative.
+
+IS THE X FILES A TV PROGRAM ON FOX
+Yes.
+
+IS THE WHITE HOUSE IN WASHINGTON D C
+Yes.
+
+IS THE WHITE HOUSE WHITE
+Absolutely.
+
+IS THE MIND DISTINCT FROM THE BRAIN
+Yes.
+
+IS THE BLUE WHALE BIG
+Yes.
+
+IS THE MISSISSIPPI A RIVER
+Yes.
+
+IS THE NEXT DAY
+Yes.
+
+IS THE NOSE A PART OF THE HUMAN BODY
+Yes.
+
+IS THE WOOLLY MAMOTH EXTINCT
+Yes.
+
+IS THE ATMOSPHERE COMPOSED OF GASES
+Affirmative.
+
+IS THE ZODIAC CONNECTED TO ASTROLOGY
+Yes.
+
+IS THE CAT AN ANIMAL
+Affirmative.
+
+IS THE SAXAPHONE AN MUSICAL INSTRUMENT
+Yes.
+
+IS THE OPPOSITE OF LIGHT DARK
+Yes.
+
+IS THE OPPOSITE OF DRY WET
+Yes.
+
+IS THE OPPOSITE OF WHITE BLACK
+Affirmative.
+
+IS THE OPPOSITE OF ON OFF
+Absolutely.
+
+IS THE ATLANTIC AN OCEAN
+Yes.
+
+IS THE DESERT DRY
+Yes.
+
+IS THE DESERT SANDY
+Yes.
+
+IS THE FLESH SOFT
+Yes.
+
+IS THE SOUTH POLE COLD
+Yes.
+
+IS THE MOTHER OF MY SISTER MY MOTHER
+Absolutely.
+
+IS THE STAR WARS UNIVERSE A FICTION
+Affirmative.
+
+IS THE STAR WE CALL THE SUN HOT
+Yes.
+
+IS THE HUMAN THE DOMINANT SPECIES
+Yes.
+
+IS THE HUMAN GESTATION PERIOD 9 MONTHS
+Yes.
+
+IS THE HUMAN BRAIN INSIDE THE HEAD
+Yes.
+
+IS THE HUMAN BRAIN COMPLEX
+Yes.
+
+IS THE HUMAN BODY MOSTLY MADE OF WATER
+Yes.
+
+IS THE SYMBOL FOR WATER H2O
+Yes.
+
+IS THE GRASS IS GREEN
+Yes.
+
+IS THE GROUND HARD
+Yes.
+
+IS THE GROUND SOLID
+Yes.
+
+IS THE GROUND WET WHEN IT RAINS
+Yes.
+
+IS THE GROUND WET AFTER IT RAINS
+Yes.
+
+IS THE GROUND UNDER PEOPLES FEET
+Yes.
+
+IS THE GOAL OF A TEACHER TO TEACH
+Yes.
+
+IS THE SAHARA A DESERT
+Absolutely.
+
+IS THE MOON ROUND
+Affirmative.
+
+IS THE MOON IN OUR SOLAR SYSTEM
+Yes.
+
+IS THE MOON ORBITING EARTH
+Affirmative.
+
+IS THE MOON SPHERICAL
+Yes.
+
+IS THE MOON A SATELLITE OF EARTH
+Yes.
+
+IS THE MOON SMALLER THAN THE EARTH
+Yes.
+
+IS THE MOON NEARER TO EARTH THAN VENUS
+Yes.
+
+IS THE MOON IS SMALLER THAN THE EARTH
+Affirmative.
+
+IS THE MOON COLDER THAN THE SUN
+Yes.
+
+IS THE NORTH POLE COLD
+Absolutely.
+
+IS THE NORTH POLE IS COLD
+Yes.
+
+IS THE TELEPHONE A USEFUL INVENTION
+Yes.
+
+IS THE CENTER OF THE EARTH HOT
+Yes.
+
+IS THE LETTER E IN THIS SENTENCE
+Yes.
+
+IS THE LETTER A A VOWEL
+Yes.
+
+IS THE LETTER O A VOWEL
+Yes.
+
+IS THE CHINESE WALL VISIBLE FROM SPACE
+Yes.
+
+IS THE MOLECULAR FORMULA FOR WATER H2O
+Yes.
+
+IS THE NETHERLANDS A COUNTRY IN EUROPE
+Yes.
+
+IS THE SEA SALTY
+Affirmative.
+
+IS THE SEA MADE OUT OF WATER
+Affirmative.
+
+IS THE SEA WATER SALTY
+Yes.
+
+IS THE JAPANESE CURRENCY CALLED YEN
+Yes.
+
+IS THE EUROPEAN UNION IN EUROPE
+Yes.
+
+IS THE WIZARD OF OZ A FAMOUS MOVIE
+Affirmative.
+
+IS THE EIFFEL TOWER IN PARIS FRANCE
+Yes.
+
+IS THE EIFFEL TOWER IN PARIS
+Yes.
+
+IS THE GLUE STICKY
+Yes.
+
+IS THE RAIN WET
+Yes.
+
+IS THE ANTARCTIC COLD
+Yes.
+
+IS THE FLOW OF RAIN TOP TO DOWN
+Yes.
+
+IS THE PENIS LENGTH IMPORTANT FOR MEN
+Absolutely.
+
+IS THE PURPOSE OF SCHOOL TO LEARN
+Yes.
+
+IS THE SPHYNX IN EGYPT
+Affirmative.
+
+IS THE STATE OF ISRAEL ON EARTH
+Yes.
+
+IS THE WIFE OF A HUSBAND A WOMAN
+Yes.
+
+IS THE POPULATION GROWING
+Yes.
+
+IS THE USA IN THE NORTHERN HEMISPHERE
+Yes.
+
+IS THE USA A MEMBER OF NATO
+Yes.
+
+IS THE DOG AN ANIMAL
+Yes.
+
+IS THE APPLE KIND OF FRUIT
+Yes.
+
+IS THE CAPITAL OF FLORIDA TALLAHASSEE
+Yes.
+
+IS THE CAPITAL OF ENGLAND LONDON
+Affirmative.
+
+IS THE CAPITAL OF FRANCE PARIS
+Yes.
+
+IS THE CAPITAL OF NORWAY CALLED OSLO
+Yes.
+
+IS THE PACIFIC AN OCEAN
+Yes.
+
+IS THE PACIFIC OCEAN THE LARGEST OCEAN
+Affirmative.
+
+IS THE NILE A LARGE RIVER
+Yes.
+
+IS THE NILE RIVER IN AFRICA
+Yes.
+
+IS THE LEMON A FRUIT
+Yes.
+
+IS THE NIGHT DARKET THAN THE DAY
+Yes.
+
+IS THE NIGHT DARK
+Yes.
+
+IS THE OCEAN SALTY
+Absolutely.
+
+IS THE OCEAN DEEP
+Affirmative.
+
+IS THE OCEAN SALT WATER
+Yes.
+
+IS THE OCEAN MADE OF WATER
+Affirmative.
+
+IS THE OCEAN WET
+Absolutely.
+
+IS THE OCEAN BIG
+Affirmative.
+
+IS THE OCEAN COMPOSED OF WATER
+Yes.
+
+IS THE IRIS A PART OF THE HUMAN BODY
+Affirmative.
+
+IS THE CELLO A MUSICAL INSTRUMENT
+Yes.
+
+IS THE SIMPSONS AN ANIMATED TV SHOW
+Yes.
+
+IS THE BRAIN A PART OF THE HUMAN BODY
+Yes.
+
+IS THE BACKGROUND OF THIS WEBPAGE WHITE
+Absolutely.
+
+IS THE WORLD ROUND
+Absolutely.
+
+IS THE WORLD GETTING WARMER
+Affirmative.
+
+IS THE WORLD WIDE WEB GROWING
+Yes.
+
+IS THE WORLD WIDE WEB INFORMATIVE
+Absolutely.
+
+IS THE WORLD BEAUTIFUL
+Yes.
+
+IS THE WORLD SUFFERING
+Yes.
+
+IS THE HEART A PART OF THE HUMAN BODY
+Yes.
+
+IS THE HEART A MUSCLE THAT PUMPS BLOOD
+Affirmative.
+
+IS THE CONCORDE A SUPERSONIC AEROPLANE
+Yes.
+
+IS THE CONCORDE AN AIRPLANE
+Yes.
+
+IS THE SENSATION OF PAIN UNPLEASANT
+Yes.
+
+IS THE EARTH HEAVY
+Yes.
+
+IS THE EARTH ROUND OR NEARLY SO
+Absolutely.
+
+IS THE EARTH ROUND
+Yes.
+
+IS THE EARTH IN SOLAR SYSTEM
+Yes.
+
+IS THE EARTH IN ORBIT AROUND THE SUN
+Yes.
+
+IS THE EARTH ORBITING THE SUN
+Affirmative.
+
+IS THE EARTH WETTER THAT MARS
+Affirmative.
+
+IS THE EARTH ROTATING AROUND THE SUN
+Yes.
+
+IS THE EARTH MOVING
+Yes.
+
+IS THE EARTH COVERED IN 74 WATER
+Absolutely.
+
+IS THE EARTH COVERED MOSTLY BY WATER
+Yes.
+
+IS THE EARTH A PART OF THE SOLAR SYSTEM
+Yes.
+
+IS THE EARTH A BEAUTIFUL PLANET
+Yes.
+
+IS THE EARTH A PLANET
+Yes.
+
+IS THE EARTH BIGGER THAN THE MOON
+Absolutely.
+
+IS THE EARTH MOSTLY COVERED BY WATER
+Yes.
+
+IS THE EARTH REAL
+Yes.
+
+IS THE EARTH OLDER THAN 2000 YEARS
+Yes.
+
+IS THE SUM 2 PLUS 2 EQUALS 4
+Yes.
+
+IS THE SUM OF 5 AND 4 9
+Yes.
+
+IS THE SUM OF ONE PLUS ONE TWO
+Yes.
+
+IS THE SUM OF 14 PLUS 5 IS 19
+Yes.
+
+IS THE COW AN ANIMAL
+Yes.
+
+IS THE CURRENCY OF THE USA THE DOLLAR
+Yes.
+
+IS THE FINANCIAL TIMES A NEWSPAPER
+Yes.
+
+IS THE SUGAR SWEET
+Yes.
+
+IS THE FIRST DIGIT OF PI EQUAL TO 3
+Yes.
+
+IS THE AXE USED TO CUT TREES
+Yes.
+
+IS THE BIBLE A WELL KNOWN BOOK
+Yes.
+
+IS THE BIBLE A BOOK
+Absolutely.
+
+IS THE FERRARI A TYPE OF CAR
+Yes.
+
+IS THE GRAND CANYON IN ARIZONA
+Yes.
+
+IS THE GRAND CANYON DEEP
+Yes.
+
+IS THE MONA LISA A PAINTING
+Yes.
+
+IS THE COLOR WHITE A LIGHT COLOR
+Yes.
+
+IS THE COLOR OF GRASS GREEN
+Yes.
+
+IS THE COLOR OF THE SKY BLUE
+Affirmative.
+
+IS THE COLOR OF THE GRASS GREEN
+Yes.
+
+IS THE COLOR OF THE OCEAN BLUE
+Yes.
+
+IS THE COLOR OF THE OCEAN
+Yes.
+
+IS THE COLOR OF A LEMON YELLOW
+Yes.
+
+IS THE COLOR OF AN ORANGE ORANGE
+Yes.
+
+IS THE COLOR OF CHOCOLATE BROWN
+Yes.
+
+IS THE COLOR OF SEA BLUE
+Yes.
+
+IS THE COLOR RED DARKER THAN WHITE
+Yes.
+
+IS THE COLOR RED IN THE CANADIAN FLAG
+Affirmative.
+
+IS THE COLOR RED ASSOCIATED WITH HEAT
+Yes.
+
+IS THE COLOR RED ON THE AMERICAN FLAG
+Yes.
+
+IS THE PEN IS FOR WRITING
+Yes.
+
+IS THE UNIVERSE A LARGE PLACE
+Yes.
+
+IS THE UNIVERSE A PRETTY BIG PLACE
+Yes.
+
+IS THE UNIVERSE BIGGER THAN A FOOTBALL
+Affirmative.
+
+IS THE UNIVERSE OLD
+Yes.
+
+IS THE UNIVERSE LARGE
+Yes.
+
+IS GENEVA IN SWITZERLAND
+Yes.
+
+IS OPERA A FORM OF ENTERTAINMENT
+Yes.
+
+IS 120 MINUTES 2 HOURS
+Yes.
+
+IS BEVERAGE ANOTHER WORD FOR DRINK
+Yes.
+
+IS ONLINE RESEARCH USEFULL
+Yes.
+
+IS BOXING A SPORT
+Yes.
+
+IS BOXING CONSIDERED A CONTACT SPORT
+Yes.
+
+IS FALSE THE SAME AS NOT TRUE
+Yes.
+
+IS FALSE THE OPPOSITE OF TRUE
+Yes.
+
+IS BLUE DARKER THAN WHITE
+Yes.
+
+IS BLUE DIFFERENT FROM GREEN
+Affirmative.
+
+IS BLUE PART OF THE COLOR SPECTRUM
+Yes.
+
+IS BLUE THE COLOR OF THE SKY
+Absolutely.
+
+IS BLUE BLUER THAN RED
+Yes.
+
+IS BLUE A FEELING
+Affirmative.
+
+IS BLUE A COOL COLOR
+Yes.
+
+IS BLUE A COLD COLOR
+Yes.
+
+IS BLUE A COLOR
+Absolutely.
+
+IS BLUE IS COOL COLOR
+Yes.
+
+IS BLUE IS A COLOR
+Yes.
+
+IS BLUE ONE OF THE COLORS IN A RAINBOW
+Yes.
+
+IS SET AN EGYPTIAN DEITY
+Affirmative.
+
+IS JFK DEAD
+Affirmative.
+
+IS 7X6 EQUAL TO 42
+Yes.
+
+IS CONSCIOUSNESS DESIRABLE
+Yes.
+
+IS HELIUM A GAS
+Yes.
+
+IS HELIUM LIGHTER THAN OXYGEN
+Yes.
+
+IS HELIUM LIGHTER THAN THE AIR
+Yes.
+
+IS HEARING A SENSE
+Yes.
+
+IS ALISON A GIRLS NAME
+Affirmative.
+
+IS WINDOW GLASS TRANSPARENT
+Yes.
+
+IS GRAVITY WHAT KEEPS YOU ON THE GROUND
+Yes.
+
+IS GRAVITY A FORCE
+Affirmative.
+
+IS GRAVITY A PHYSICAL LAW
+Yes.
+
+IS GRAVITY AN ATTRACTIVE FORCE
+Absolutely.
+
+IS GRAVITY EFFECTIVE
+Yes.
+
+IS EXPERIMENTING WITH HEROIN RISKY
+Yes.
+
+IS CARPET COMFORTABLE TO WALK ON
+Yes.
+
+IS CARPET A FLOOR COVERING
+Affirmative.
+
+IS CARPET A COMMON FLOOR COVERING
+Yes.
+
+IS CARPET ON FLOORS
+Yes.
+
+IS PINK A COLOR
+Yes.
+
+IS PINK A SHADE OF RED
+Yes.
+
+IS PINK FLOYD A ROCK GROUP
+Yes.
+
+IS BOB DYLAN A SINGER SONGWRITER
+Yes.
+
+IS BOB A NAME
+Yes.
+
+IS ENGLISH SPOKEN IN ENGLAND
+Yes.
+
+IS ENGLISH SPOKEN IN MANY COUNTRIES
+Affirmative.
+
+IS ENGLISH WIDELY SPOKEN
+Absolutely.
+
+IS ENGLISH WIDELY USED ON THE INTERNET
+Yes.
+
+IS ENGLISH A LANGUAGE
+Absolutely.
+
+IS CANDY SWEET
+Affirmative.
+
+IS SAN FRANCISCO A CITY IN CALIFORNIA
+Yes.
+
+IS SAN DIEGO IN THE UNITED STATES
+Absolutely.
+
+IS SAN DIEGO A CITY IN CALIFORNIA
+Yes.
+
+IS SAN DIEGO SOUTH OF LOS ANGELES
+Absolutely.
+
+IS TEA SOMETHING YOU DRINK
+Yes.
+
+IS TEA A BEVERAGE
+Affirmative.
+
+IS TEA MADE FROM A PLANT
+Yes.
+
+IS TEA SERVED HOT
+Yes.
+
+IS LEE HARVEY OSWALD DEAD
+Yes.
+
+IS DELL A COMPANY THAT MAKES COMPUTERS
+Affirmative.
+
+IS PLAYBOY THE NAME OF A MAGAZINE
+Affirmative.
+
+IS PLAYBOY A MAGAZINE
+Yes.
+
+IS 666 MORE THAN 665
+Yes.
+
+IS RUBBISH ANOTHER NAME FOR TRASH
+Yes.
+
+IS ATHENS THE CAPITAL OF GREECE
+Yes.
+
+IS OBESITY A DANGER TO HEALTH
+Yes.
+
+IS STATISTICS A BRANCH OF MATHEMATICS
+Yes.
+
+IS AL GORE A DEMOCRAT
+Yes.
+
+IS HARVARD A WELL KNOWN UNIVERSITY
+Yes.
+
+IS TWO MULTIPLIED BY 2 FOUR
+Absolutely.
+
+IS TWO PLUS TWO FOUR
+Yes.
+
+IS TWO AND TWO FOUR
+Affirmative.
+
+IS SPORTS ILLUSTRATED A MAGAZINE
+Yes.
+
+IS TORONTO IN CANADA
+Yes.
+
+IS WINE MADE FROM GRAPES
+Absolutely.
+
+IS WINE SOLD IN BOTTLES
+Yes.
+
+IS CAFFEINE A STIMULANT
+Yes.
+
+IS ISRAEL IN THE MIDDLE EAST
+Yes.
+
+IS ISRAEL A COUNTRY
+Yes.
+
+IS TITANIUM A USEFUL METAL
+Yes.
+
+IS SALSA SOMETIMES SPICY
+Yes.
+
+IS ALUMINUM A LIGHT WEIGHT METAL
+Yes.
+
+IS ALUMINUM A METAL
+Affirmative.
+
+IS ALUMINUM AN ELEMENT
+Yes.
+
+IS ALUMINUM RECYCLABLE
+Yes.
+
+IS ANDREW A NAME
+Yes.
+
+IS MAHATHMA GANDHI AN INDIAN
+Yes.
+
+IS GLASS TRANSPARENT
+Yes.
+
+IS GLASS BREAKABLE
+Yes.
+
+IS GLASS MADE WITH SAND
+Yes.
+
+IS GLASS MADE FROM SAND
+Affirmative.
+
+IS GLASS IS MADE WITH SAND
+Yes.
+
+IS GLASS RECYCLABLE
+Yes.
+
+IS SPAGHETTI THIN
+Affirmative.
+
+IS SPAGHETTI LIKE PIECES OF STRING
+Yes.
+
+IS FEAR AN EMOTION
+Affirmative.
+
+IS HATRED AN EMOTION
+Yes.
+
+IS MAN A PART OF NATURE
+Absolutely.
+
+IS MAN A HUMAN
+Yes.
+
+IS MAN A SOCIAL ANIMAL
+Yes.
+
+IS MAN AN INTELLIGENT BEING
+Yes.
+
+IS ZERO PLUS ZERO EQUAL TO ZERO
+Yes.
+
+IS ZERO A USEFUL NUMBER
+Yes.
+
+IS DRACULA A VAMPIRE
+Yes.
+
+IS GRAFFITI SPRAYPAINTED ON WALLS
+Affirmative.
+
+IS REVENGE A DISH BEST SERVED COLD
+Yes.
+
+IS CRICKET A SPORT
+Affirmative.
+
+IS HOME WHERE THE HEART IS
+Absolutely.
+
+WEB PAGES ARE MADE UP OF HTML
+Yes.
+
+ORANGE IS A COLOR
+Yes.
+
+ORANGE IS A COLOR AS WELL AS A FRUIT
+Yes.
+
+TWO MORE FOUR IS SIX
+Yes.
+
+TWO HEADS ARE BETTER THAN ONE
+Yes.
+
+TWO PLUS TWO IS FOUR YES OR NO
+Yes.
+
+TWO PLUS TWO IS FOUR
+Yes.
+
+TWO PLUS TWO IS EQUAL TO FOUR
+Yes.
+
+SNAKES ARE POISONOUS
+Yes.
+
+AFRICAN AMERICANS ARE MOSTLY BLACK
+Yes.
+
+WILL ICE CREAM MELT IN THE SUN
+Yes.
+
+WILL ICE FLOAT ON WATER
+Yes.
+
+WILL FOSSIL FUELS RUN OUT
+Yes.
+
+WILL PEOPLE ASK SILLY QUESTIONS
+Affirmative.
+
+WILL WOOD BURN IN A FIRE
+Yes.
+
+WILL WOOD BURN
+Yes.
+
+WILL YOU GET WET OUTSIDE IF IT RAINS
+Yes.
+
+WILL YOU DIE SOMEDAY
+Affirmative.
+
+WILL A BLANKET CONSERVE BODY HEAT
+Yes.
+
+WILL A FORK ACT AS A LEVER
+Yes.
+
+WILL A SHARP STICK IN THE EYE HURT
+Affirmative.
+
+WILL GLOBAL WARMING CONTINUE
+Affirmative.
+
+WILL BOILING WATER BURN ME
+Yes.
+
+WILL OUR SUN DIE IN A FEW BILLION YEARS
+Affirmative.
+
+WILL COMPUTERS GET FASTER WITH TIME
+Yes.
+
+WILL TOMORROW FOLLOW
+Affirmative.
+
+WILL RAT POISON KILL RATS
+Affirmative.
+
+WILL HUMANS EVER VISIT THE PLANET MARS
+Yes.
+
+WILL ALICE LEARN BY CONSENSUS
+Yes.
+
+WILL ALICE BE SUCCESSFUL PROJECT
+Yes.
+
+WILL ALICE OUTLIVE US
+Yes.
+
+WILL BE NEXT OLYMPIC GAMES IN 2004
+Yes.
+
+WILL SULPHURIC ACID REACT WITH ZINC
+Affirmative.
+
+WILL ASPIRIN REDUCE PAIN
+Yes.
+
+WILL FIRE BURN MY SKIN
+Yes.
+
+WILL SOME RAPE VICTIMS BECOME PREGNANT
+Affirmative.
+
+WILL HUMAN BEINGS EVER WALK ON MARS
+Yes.
+
+WILL WIND SPREAD A FIRE
+Yes.
+
+WILL ALL LIVING BEINGS EVENTUALLY DIE
+Yes.
+
+WILL TIME PASS
+Yes.
+
+WILL LIFE GET BETTER AS WE LEARN MORE
+Yes.
+
+WILL WE DIE
+Affirmative.
+
+WILL IT HURT TO POKE MYSELF IN THE EYE
+Affirmative.
+
+WILL GUYS EVER LEARN TO THINK MATUREDLY
+Yes.
+
+WILL THE SUN EVENTUALLY BURN ITSELF OUT
+Yes.
+
+WILL THE SUN EVENTUALLY BECOME A NOVA
+Yes.
+
+WILL THE SUN RISE TOMMOROW
+Affirmative.
+
+WILL THE SUN RISE EVERY DAY
+Yes.
+
+WILL THE SUN RISE
+Affirmative.
+
+WILL THE SUN STOPS SHINING SOME DAY
+Yes.
+
+WILL THE SUN COME UP
+Affirmative.
+
+WILL THE CURRENCY IN EUROPE BE THE EURO
+Yes.
+
+WILL THE ALICE PROJECT EVER WORK
+Yes.
+
+WILL HYDROGEN BURN EASILY
+Yes.
+
+WILL FALLING DOWN STAIRS HURT YOU
+Yes.
+
+WILL I DIE. I CUT OFF MY HEAD
+Affirmative.
+
+WILL I GET WET. I STAND IN THE RAIN
+Yes.
+
+WILL I LOSE MY JOB. I GET FIRED
+Affirmative.
+
+WILL I DIE SOMETIME
+Yes.
+
+WILL EVERY PERSON EVENTUALLY DIE
+Yes.
+
+WILL THIS PROJECT WORK
+Yes.
+
+WILL EVERYTHING END
+Yes.
+
+WILL ROCKS SINK
+Affirmative.
+
+WILL HUMANITY MERGE WITH TECHNOLOGY
+Yes.
+
+WILL HUMANITY LIVE ON MARS
+Yes.
+
+CAN ROSES BE PINK
+Yes.
+
+CAN ROSES BE RED
+Yes.
+
+CAN WHEELS BE FOUND ON MOST VEHICLES
+Yes.
+
+CAN TABLES HOLD OBJECTS
+Yes.
+
+CAN ANIMALS DRINK WATER
+Yes.
+
+CAN TOO MUCH SUGAR ROT YOUR TEETH
+Affirmative.
+
+CAN POLLEN MAKE YOU SNEEZE
+Yes.
+
+CAN COLORS REPRESENT FEELINGS
+Yes.
+
+CAN HEAT BE USED TO COOK FOOD
+Yes.
+
+CAN CORPORATIONS BE POWERFUL
+Affirmative.
+
+CAN HORSES RUN FAST
+Yes.
+
+CAN HORSES RUN
+Yes.
+
+CAN HORSES SLEEP STANDING UP
+Yes.
+
+CAN CHOCOLATE MAKE A PERSON FAT
+Yes.
+
+CAN AIRPLANES FLY IN THE RAIN
+Yes.
+
+CAN AIRPLANES FLY
+Yes.
+
+CAN BEES FLY
+Yes.
+
+CAN RUSSIA CHANGE TO BETTER
+Yes.
+
+CAN ANYBODY BE RICH
+Yes.
+
+CAN BACTERIA MAKE PEOPLE ILL
+Yes.
+
+CAN BACTERIA LIVE ON HUMAN SKIN
+Affirmative.
+
+CAN BALLOONS FILLED WITH HELIUM FLOAT
+Yes.
+
+CAN BALLOONS BE FILLED WITH AIR
+Yes.
+
+CAN FIRE KEEP US WARM
+Yes.
+
+CAN FIRE INJURE
+Yes.
+
+CAN FIRE BE USED AS A WEAPON
+Yes.
+
+CAN ALUMINUM BE RECYCLED
+Affirmative.
+
+CAN ALUMINUM BE EXTRUDED
+Yes.
+
+CAN YOU BUY SHOES IN A SHOE STORE
+Yes.
+
+CAN YOU BUY A BOOK FROM AMAZON DOT COM
+Yes.
+
+CAN YOU BUY BOOKS IN A BOOKSTORE
+Yes.
+
+CAN YOU BUY BOOKS IN A BOOKSHOP
+Yes.
+
+CAN YOU BUY FOOD IN A RESTAURANT
+Yes.
+
+CAN YOU BUY FOOD AT A SUPERMARKET
+Yes.
+
+CAN YOU BUY PRACTICALLY ANYTHING ONLINE
+Yes.
+
+CAN YOU BUY THINGS WITH MONEY
+Yes.
+
+CAN YOU WATCH TV IN A DARK ROOM
+Yes.
+
+CAN YOU START A FIRE WITH A MATCH
+Yes.
+
+CAN YOU FIND TREES IN A FOREST
+Yes.
+
+CAN YOU FIND WATER IN NATURE
+Yes.
+
+CAN YOU SEE THE STARS AT NIGHT
+Yes.
+
+CAN YOU SEE THE MOON BETTER AT NIGHT
+Yes.
+
+CAN YOU SEE SEA SHELLS ON THE SEA SHORE
+Yes.
+
+CAN YOU SEE THROUGH A CLEAR WINDOW
+Yes.
+
+CAN YOU SEE THROUGH A WINDOW
+Yes.
+
+CAN YOU DROWN IN THE SEA
+Yes.
+
+CAN YOU TALK VIA A TELEPHONE
+Yes.
+
+CAN YOU TEAR A PIECE OF PAPER EASILY
+Affirmative.
+
+CAN YOU SIT ON A CHAIR
+Yes.
+
+CAN YOU HURT PEOPLE WITH A KNIFE
+Yes.
+
+CAN YOU SMOKE AT THE AGE OF 18
+Yes.
+
+CAN YOU SAY
+Yes.
+
+CAN YOU REPRODUCE
+Affirmative.
+
+CAN YOU CARRY THINGS IN YOUR POCKETS
+Yes.
+
+CAN YOU LEARN FROM YOUR MISTAKES
+Yes.
+
+CAN YOU LEARN FROM READING
+Affirmative.
+
+CAN YOU RECHARGE SOME BATTERIES
+Yes.
+
+CAN YOU BREATH WITH YOUR MOUTH SHUT
+Yes.
+
+CAN YOU BURN YOURSELF ON A STOVE
+Yes.
+
+CAN YOU BURN THE WOOD
+Yes.
+
+CAN YOU BURN WOOD
+Yes.
+
+CAN YOU GET DRUNK DRINKING ALCOHOL
+Yes.
+
+CAN YOU GET A SUNBURN
+Affirmative.
+
+CAN YOU GET WET BY STANDING IN THE RAIN
+Affirmative.
+
+CAN YOU GET JUICE FROM GRAPEFRUITS
+Yes.
+
+CAN YOU GET MILK FROM COWS
+Yes.
+
+CAN YOU CUT YOURSELF ON PAPER
+Yes.
+
+CAN YOU MAKE MUSIC WITH A GUITAR
+Yes.
+
+CAN YOU WRITE ON PAPER WITH A PEN
+Affirmative.
+
+CAN YOU BREAK BONES IN YOUR LEG
+Absolutely.
+
+CAN YOU EAT THE FRUIT OF SOME TREES
+Affirmative.
+
+CAN YOU EAT A BANANA
+Yes.
+
+CAN YOU EAT FISH
+Yes.
+
+CAN YOU EAT AN APPLE
+Yes.
+
+CAN YOU EAT RAW CUCUMBER
+Yes.
+
+CAN YOU EAT BREAD
+Yes.
+
+CAN YOU EAT PEPPER
+Yes.
+
+CAN YOU LOOK THROUGH A WINDOW
+Yes.
+
+CAN YOU VIEW FILMS AT A CINEMA
+Affirmative.
+
+CAN YOU USE A PEN TO WRITE
+Yes.
+
+CAN YOU SEND MESSAGES OVER THE INTERNET
+Yes.
+
+CAN YOU CLICK ON TRUE
+Yes.
+
+CAN YOU KILL SOMEONE WITH A GUN
+Affirmative.
+
+CAN YOU KILL LIVING THINGS
+Yes.
+
+CAN COAL BE USED AS A SOURCE OF FUEL
+Yes.
+
+CAN CAR MOVE
+Yes.
+
+CAN EYES BE BLUE
+Affirmative.
+
+CAN LOUD NOISE DAMAGE HEARING
+Yes.
+
+CAN LOUD NOISES DAMAGE YOUR HEARING
+Absolutely.
+
+CAN LOUD MUSIC DAMAGE YOUR EARS
+Yes.
+
+CAN ATHEISTS BE GOOD PEOPLE
+Yes.
+
+CAN MASTURBATION BE FUN
+Yes.
+
+CAN CALCULUS SOMETIMES BE CONFUSING
+Yes.
+
+CAN COMPACT DISCS CONTAIN MUSIC
+Yes.
+
+CAN SNOW MELT
+Yes.
+
+CAN ELETRICITY KILL YOU
+Yes.
+
+CAN TORNADOES DAMAGE TRAILER PARKS
+Yes.
+
+CAN VOLCANOES BE DANGEROUS
+Yes.
+
+CAN BUTTERFLIES BE DIFFERENT COLOURS
+Yes.
+
+CAN HEADACHES BE TRIGGERED BY STRESS
+Affirmative.
+
+CAN TREES BE USED TO MAKE PAPER
+Yes.
+
+CAN TREES BE CUT DOWN
+Affirmative.
+
+CAN TREES BE OLDER THAN HUMANS
+Yes.
+
+CAN TREES LIVE TO BE OVER 100 YEARS OLD
+Yes.
+
+CAN LOSS OF LOVE BE PAINFUL
+Affirmative.
+
+CAN FLUIDS BE POURED
+Affirmative.
+
+CAN ELECTRICTY BE USED TO HEAT A HOUSE
+Absolutely.
+
+CAN ALCOHOL IMPAIR REACTION TIMES
+Affirmative.
+
+CAN ALCOHOL MAKE YOU FEEL STRANGE
+Yes.
+
+CAN MARKS ON PAPER CONVEY KNOWLEDGE
+Yes.
+
+CAN TURTLES BE KILLED
+Absolutely.
+
+CAN WOMAN AND MAN LIVE TOGETHER
+Yes.
+
+CAN RADIOACTIVITY BE HARMFUL TO HUMANS
+Affirmative.
+
+CAN NEWSPAPER BE RECYCLED
+Absolutely.
+
+CAN DOLPHINS SWIM
+Yes.
+
+CAN FISH GET SICK
+Yes.
+
+CAN FISH SWIM BETTER THAN HUMANS
+Yes.
+
+CAN FISH LIVE IN THE OCEAN
+Affirmative.
+
+CAN FISH LIVE IN WATER
+Yes.
+
+CAN MAN TRAVEL TO THE MOON
+Yes.
+
+CAN MAN DESTROY HIMSELF
+Yes.
+
+CAN WINE BE RED
+Yes.
+
+CAN WINE MAKE YOU DRUNK
+Affirmative.
+
+CAN SHIRTS CARRY SLOGANS
+Yes.
+
+CAN PEOPLE WALK ON THE GROUND
+Absolutely.
+
+CAN PEOPLE CHANGE THEIR BODY WEIGHT
+Yes.
+
+CAN PEOPLE CHANGE
+Affirmative.
+
+CAN PEOPLE RUN FASTER THAN THEY WALK
+Yes.
+
+CAN PEOPLE GET SICK
+Yes.
+
+CAN PEOPLE RECITE POETRY
+Yes.
+
+CAN PEOPLE COMMUNICATE BY TELEPHONE
+Yes.
+
+CAN PEOPLE COMMUNICATE BY E MAIL
+Yes.
+
+CAN PEOPLE BE FOOLED BY APPEARANCES
+Yes.
+
+CAN PEOPLE BE KILLED BY A HOUSE FIRE
+Yes.
+
+CAN PEOPLE BE SMART IN DIFFERENT WAYS
+Yes.
+
+CAN PEOPLE DIE FROM BLOOD LOSS
+Yes.
+
+CAN PEOPLE SWIM IN SWIMMING POOLS
+Absolutely.
+
+CAN PEOPLE MAKE MISTAKES
+Yes.
+
+CAN PEOPLE LIVE WITHOUT PETS
+Yes.
+
+CAN PEOPLE CREATE NEW LIFEFORMS
+Yes.
+
+CAN PEOPLE DROWN IN THE SEA
+Absolutely.
+
+CAN SUN EXPOSURE CAUSE SKIN CANCER
+Affirmative.
+
+CAN EGGS BE EATEN FOR BREAKFAST
+Yes.
+
+CAN EGGS CRACK
+Affirmative.
+
+CAN MATH BE DIFFICULT FOR SOME PEOPLE
+Yes.
+
+CAN FIRES BE PUT OUT WITH WATER
+Yes.
+
+CAN LIFE EXIST ON EARTH
+Yes.
+
+CAN PENCILS BE USED TO MAKE DRAWINGS
+Yes.
+
+CAN POWER BE DANGEROUS
+Yes.
+
+CAN VIRUSES CAUSE ILLNESS
+Yes.
+
+CAN TIRES SQUEAL
+Yes.
+
+CAN SUBMARINES TRAVEL UNDER THE WATER
+Yes.
+
+CAN SUBMARINES OPERATE UNDERWATER
+Absolutely.
+
+CAN RABBITS RUIN A GARDEN
+Affirmative.
+
+CAN CLOUDS BE SEEN IN THE SKY
+Yes.
+
+CAN WALKING BE A GOOD FORM OF EXCERCISE
+Affirmative.
+
+CAN BOATS SINK
+Yes.
+
+CAN BOATS FLOAT
+Yes.
+
+CAN METAL OXIDIZE
+Yes.
+
+CAN RATS SPREAD DISEASE
+Yes.
+
+CAN RATS BE WHITE
+Yes.
+
+CAN COFFEE BE DRUNK HOT
+Yes.
+
+CAN MARIJUANA BE AN ENJOYABLE DRUG
+Yes.
+
+CAN MOST CATS SEE
+Yes.
+
+CAN MOST BIRDS FLY
+Absolutely.
+
+CAN MOST DUCKS SWIM
+Yes.
+
+CAN MOST PEOPLE LEATRN HOW TO SWIM
+Yes.
+
+CAN MOST PEOPLE TALK
+Yes.
+
+CAN MOST PEOPLE SEE COLOURS
+Yes.
+
+CAN MOST PEOPLE SEE
+Yes.
+
+CAN MOST HUMANS RUN
+Yes.
+
+CAN MOST HUMANS SEE COLORS
+Yes.
+
+CAN APPLES BE THE COLOR RED
+Yes.
+
+CAN APPLES BE MADE INTO A PIE
+Yes.
+
+CAN APPLES BE EATEN
+Yes.
+
+CAN APPLES BE GREEN
+Yes.
+
+CAN APPLES BE RED
+Yes.
+
+CAN HUMANS SING
+Yes.
+
+CAN HUMANS TALK
+Yes.
+
+CAN HUMANS BREATH AIR
+Yes.
+
+CAN HUMANS COMMUNICATE WITH OUT TALKING
+Yes.
+
+CAN HUMANS COMMUNICATE WITHOUT WORDS
+Yes.
+
+CAN HUMANS CRY
+Yes.
+
+CAN HUMANS PROGRAM COMPUTERS
+Yes.
+
+CAN HUMANS BREATHE
+Yes.
+
+CAN HUMANS CATCH A COLD
+Yes.
+
+CAN HUMANS HAVE DIFFERENT COLOR SKIN
+Yes.
+
+CAN HUMANS DIE OF THIRST AND HUNGER
+Yes.
+
+CAN HUMANS DIE FROM VIRUSES
+Affirmative.
+
+CAN HUMANS DIE FROM COLD TEMPERATURES
+Yes.
+
+CAN HUMANS SWIM IN WATER
+Yes.
+
+CAN HUMANS SWIM
+Absolutely.
+
+CAN HUMANS MAKE MISTAKES
+Yes.
+
+CAN HUMANS EVER MAKE MISTAKES
+Yes.
+
+CAN HUMANS REPRODUCE
+Yes.
+
+CAN HUMANS BECOME ADDICTED TO NICOTINE
+Yes.
+
+CAN HAVING SEX LEAD TO REPRODUCTION
+Affirmative.
+
+CAN WATER FREEZE AT A LOW TEMPERATURE
+Yes.
+
+CAN WATER FREEZE
+Yes.
+
+CAN WATER BOIL
+Yes.
+
+CAN WATER BE LIQUID
+Yes.
+
+CAN WATER TURN SOLID
+Yes.
+
+CAN LOOKING AT THE SUN DAMAGE YOUR EYES
+Yes.
+
+CAN X RAYS BE DANGEROUS
+Yes.
+
+CAN PICKING YOUR NOSE CAUSE IT TO BLEED
+Affirmative.
+
+CAN PICKING ROSES HURT YOUR FINGERS
+Affirmative.
+
+CAN WHITE MEN JUMP
+Absolutely.
+
+CAN WHITE PEOPLE JUMP
+Yes.
+
+CAN LOVE FEEL GOOD
+Affirmative.
+
+CAN LOVE SOMETIMES BE BITTERSWEET
+Yes.
+
+CAN LOVE BE PAINFUL
+Yes.
+
+CAN LOVE HAPPEN BETWEEN TWO PEOPLE
+Yes.
+
+CAN LOVE HURT
+Yes.
+
+CAN SOFTWARE BE COMPLEX
+Yes.
+
+CAN BIRD FLY
+Yes.
+
+CAN TWO PEOPLE HAVE THE SAME NAME
+Yes.
+
+CAN INK BE BLACK
+Absolutely.
+
+CAN INK BE RED
+Absolutely.
+
+CAN MAGAZINES BE BOUGHT AT A NEWSSTAND
+Affirmative.
+
+CAN BIRDS SING
+Yes.
+
+CAN BIRDS GET LOST AT SEA
+Yes.
+
+CAN BIRDS GET SICK
+Yes.
+
+CAN BIRDS FLY IN THE SKY
+Yes.
+
+CAN BIRDS FLY
+Absolutely.
+
+CAN BIRDS LAY EGGS
+Yes.
+
+CAN BLUE BE A COLOR FOR EYES
+Yes.
+
+CAN TROPICAL STORMS BECOME HURRICANES
+Affirmative.
+
+CAN HIGH DOSES OF RADIATION KILL
+Yes.
+
+CAN STAB WOUND KILL
+Yes.
+
+CAN LIVING THINGS REPRODUCE
+Yes.
+
+CAN EMOTION OVERRIDE INTELLECT
+Yes.
+
+CAN FLASHING LIGHTS CAUSE SEIZURES
+Yes.
+
+CAN GERMS DIE
+Yes.
+
+CAN BONES BREAK
+Yes.
+
+CAN EARS BLEED
+Yes.
+
+CAN MEN MAKE WOMEN SUFFER
+Yes.
+
+CAN BOTTLES BE MADE OF PLASTIC
+Affirmative.
+
+CAN CATS SEE AT NIGHT
+Absolutely.
+
+CAN CATS CLIMB TREES
+Yes.
+
+CAN CATS HEAR
+Yes.
+
+CAN RADARS DETECT AIRPLANES
+Yes.
+
+CAN WE PRODUCE FIRE USING STONES
+Yes.
+
+CAN WE LEARN FROM OUR HISTORY
+Yes.
+
+CAN WE SEE THROUGH A GLASS
+Yes.
+
+CAN GREASE BE SLIPPERY
+Yes.
+
+CAN HELICOPTERS FLY
+Yes.
+
+CAN FLOWERS DIE
+Yes.
+
+CAN I STORE ENERGY
+Yes.
+
+CAN I TRICK SOMEONE
+Yes.
+
+CAN I LISTEN TO NEWS ON A RADIO
+Yes.
+
+CAN I LOVE A FAT PERSON
+Yes.
+
+CAN I DIE FROM FOOD POISONING
+Yes.
+
+CAN I OPEN A DOOR
+Yes.
+
+CAN I WALK ON FROZEN WATER
+Yes.
+
+CAN I SPLIT THE ATOM
+Yes.
+
+CAN I SMOKE MARIJUANA
+Yes.
+
+CAN I DRINK WHISKEY
+Yes.
+
+CAN I DRINK WATER
+Yes.
+
+CAN I DRAW WITH A PEN
+Absolutely.
+
+CAN I LEARN BY QUESTIONS
+Yes.
+
+CAN I EAT CHICKEN
+Yes.
+
+CAN I EAT CAULIFLOWER
+Yes.
+
+CAN I TALK TO YOU
+Yes.
+
+CAN I KILL AN ANT WITH MY FINGER
+Yes.
+
+CAN I PLAY MUSIC ON A PIANO
+Yes.
+
+CAN I TRAVEL IN SPACE
+Yes.
+
+CAN I LIVE FOR 100 YEARS
+Yes.
+
+CAN ELECTRICITY INJURE PEOPLE
+Absolutely.
+
+CAN ELECTRICITY FLOW THROUGH A PERSON
+Yes.
+
+CAN ELECTRICITY BE HARMFUL TO PEOPLE
+Yes.
+
+CAN ELECTRICITY KILL A PERSON
+Yes.
+
+CAN ELECTRICITY KILL YOU
+Absolutely.
+
+CAN ELECTRICITY KILL PEOPLE
+Yes.
+
+CAN MOUNTAINEERING BE DANGEROUS
+Yes.
+
+CAN HUMAN WALK
+Yes.
+
+CAN HUMAN BEING EAT APPLES
+Yes.
+
+CAN HUMAN BEINGS WEAR SHOES
+Yes.
+
+CAN PHOTOGRAPHS BE DIGITAL
+Yes.
+
+CAN GIRLS BE SEXY
+Affirmative.
+
+CAN PEPPER MAKE SOMEONE SNEEZE
+Affirmative.
+
+CAN PEPPER MAKE YOU SNEEZE
+Yes.
+
+CAN ENVELOPES BE CLOSED
+Yes.
+
+CAN MONEY BUY FOOD
+Yes.
+
+CAN MONEY BUY THINGS
+Yes.
+
+CAN MONEY BE EXHANGED FOR GOODS
+Yes.
+
+CAN MONEY BE USED TO BUY FOOD
+Absolutely.
+
+CAN MONEY BE EXCHANGED FOR FOOD
+Yes.
+
+CAN MONEY BE EXCHANGED FOR GOODS
+Yes.
+
+CAN WALLS BE MADE FROM BRICKS
+Yes.
+
+CAN WALLS BE PAINTED
+Yes.
+
+CAN GRASS BE GREEN
+Yes.
+
+CAN GRASS DIE
+Yes.
+
+CAN BREAD BE MADE FROM WHEAT
+Yes.
+
+CAN SOUND TRAVEL THROUGH MILK
+Yes.
+
+CAN SOUND BE LOUD
+Yes.
+
+CAN ALCHOHOL DESTROY A HUMAN HEALTH
+Yes.
+
+CAN LANGUAGES BE SPOKEN
+Yes.
+
+CAN HOT AIR BALLOONS FLY
+Yes.
+
+CAN GUNS KILL PEOPLE
+Yes.
+
+CAN FIGHTING CAUSE INJURY
+Yes.
+
+CAN IRON BE MAGNETIZED
+Yes.
+
+CAN IRON BE FORGED
+Absolutely.
+
+CAN FICTIOUS THINGS DIE FICTIOUSLY
+Affirmative.
+
+CAN THE SKY BE PINK IN THE EVENING
+Yes.
+
+CAN THE SKY BE BLUE
+Yes.
+
+CAN THE WIND MOVE OBJECTS
+Yes.
+
+CAN THE POLICE SOMETIMES HELP YOU
+Yes.
+
+CAN THE OCEAN BE DANGEROUS
+Yes.
+
+CAN THE STARS BE SEEN AT NIGHT
+Affirmative.
+
+CAN THE TRUTH BE STRANGER THAN FICTION
+Yes.
+
+CAN THE TRUTH HURT
+Yes.
+
+CAN NATURAL DISASTERS CAUSE INJURY
+Yes.
+
+CAN MATCHES BE USED TO LIGHT FIRES
+Yes.
+
+CAN APES GET SICK
+Yes.
+
+CAN A AVERAGE DOG WALK
+Yes.
+
+CAN A TOOL BOX CONTAIN TOOLS
+Yes.
+
+CAN A HOUSE BE RED
+Affirmative.
+
+CAN A TELEPHONE BE USED TO CONVERSE
+Yes.
+
+CAN A FOX DIG A HOLE
+Yes.
+
+CAN A BIRD FLY
+Affirmative.
+
+CAN A BIRD HAVE TWO WINGS
+Yes.
+
+CAN A SWORD KILL A PERSON
+Yes.
+
+CAN A SUNDIAL BE USED TO TELL THE TIME
+Yes.
+
+CAN A CELL PHONE BE A PAGER
+Yes.
+
+CAN A LLAMA DIE
+Yes.
+
+CAN A LOUDSPEAKER BE QUIET
+Affirmative.
+
+CAN A CACTUS INFLICT PAIN
+Yes.
+
+CAN A REPITITIOUS SOUND BE ANNOYING
+Yes.
+
+CAN A STONE BREAK A WINDOW
+Yes.
+
+CAN A GROUP HAVE TWO OR MORE HUMANS
+Yes.
+
+CAN A ROSE BE YELLOW
+Yes.
+
+CAN A HAWK FLY
+Yes.
+
+CAN A WINDOW WASHER FALL TO HIS DEATH
+Yes.
+
+CAN A WINDOW HAVE A PANE
+Yes.
+
+CAN A WORD MEAN MORE THEN ONE THING
+Yes.
+
+CAN A COMPUTER LEARN
+Yes.
+
+CAN A COMPUTER GET A VIRUS
+Yes.
+
+CAN A COMPUTER BE INCORRECT
+Yes.
+
+CAN A COMPUTER CRASH
+Yes.
+
+CAN A CLOCK BE USED TO TELL TIME
+Yes.
+
+CAN A CLOCK HAVE A ROUND FACE
+Affirmative.
+
+CAN A NON WHITE BE A RACIST
+Yes.
+
+CAN A LENS BE USED TO BEND LIGHT
+Absolutely.
+
+CAN A GAS BE COMPRESSED
+Yes.
+
+CAN A GAS BECOME A LIQUID
+Yes.
+
+CAN A DREAM COME TRUE
+Yes.
+
+CAN A TIGER KILL A HUMAN
+Yes.
+
+CAN A CHEMICAL REACTION CREATE HEAT
+Yes.
+
+CAN A WOMEN BE SEXY
+Yes.
+
+CAN A WOMAN GIVE BIRTH
+Yes.
+
+CAN A WOMAN PRODUCE MILK
+Yes.
+
+CAN A WOMAN HAVE A
+Yes.
+
+CAN A WOMAN BECOME PREGNANT
+Yes.
+
+CAN A BLACK HOLE BE FOUND IN SPACE
+Yes.
+
+CAN A HORSE RUN FASTER THAN A HUMAN
+Yes.
+
+CAN A FISH SURVIVE IN WATER
+Yes.
+
+CAN A FISH SWIM AGAINST THE STREAM
+Yes.
+
+CAN A FISH SWIM
+Yes.
+
+CAN A RHIONOCEROS RUN
+Yes.
+
+CAN A HAILSTORM CAUSE DAMAGE
+Absolutely.
+
+CAN A JET FLY THROUGH THE AIR
+Yes.
+
+CAN A BLIND MAN SPEAK
+Affirmative.
+
+CAN A BLIND PERSON TO HEAR
+Yes.
+
+CAN A CD CONTAIN MUSIC
+Yes.
+
+CAN A GLOVE PROTECT A HAND
+Yes.
+
+CAN A BEE FLY
+Yes.
+
+CAN A BOTTLE BE USED TO TRANSPORT WATER
+Yes.
+
+CAN A FOREST BURN
+Affirmative.
+
+CAN A DOG JUMP THROUGH A HOOP
+Yes.
+
+CAN A DOG BE A PET
+Yes.
+
+CAN A DOG SWIM
+Yes.
+
+CAN A PEN BE USED FOR WRITING
+Yes.
+
+CAN A LAKE HOLD WATER
+Yes.
+
+CAN A MUG BE USED TO HOLD LIQUID
+Affirmative.
+
+CAN A PICTURE BE CAPTURED ON FILM
+Yes.
+
+CAN A TREE BE FOUND IN A BACKYARD
+Yes.
+
+CAN A WASP FLY
+Yes.
+
+CAN A CAT JUMP
+Yes.
+
+CAN A CAT BE BLACK
+Yes.
+
+CAN A PERSON BE GAY
+Yes.
+
+CAN A PERSON BE BLIND
+Yes.
+
+CAN A PERSON BE KILLED BY ELECTRICTY
+Yes.
+
+CAN A PERSON BLEED TO DEATH
+Yes.
+
+CAN A PERSON LOSE THEIR TEETH
+Yes.
+
+CAN A PERSON LOSE WEIGHT
+Affirmative.
+
+CAN A PERSON EAT A BANANA
+Yes.
+
+CAN A PERSON EAT A FISH
+Yes.
+
+CAN A PERSON EAT AN ANT IN ONE BITE
+Yes.
+
+CAN A PERSON EAT BREAD
+Yes.
+
+CAN A PERSON BECOME ADDICTED TO TOBACCO
+Yes.
+
+CAN A SOLDERING IRON BURN YOU
+Affirmative.
+
+CAN A PLANT DIE
+Yes.
+
+CAN A MAN MAKE A MISTAKE
+Yes.
+
+CAN A MAN AND WOMAN MARRY
+Yes.
+
+CAN A MAN LIVE ALONE ON AN ISLAND
+Yes.
+
+CAN A TOMATO PLANT BE FOUND IN A GARDEN
+Yes.
+
+CAN A DIAMOND CUT GLASS
+Yes.
+
+CAN A HUMAN WALK BACKWARDS
+Yes.
+
+CAN A HUMAN DRINK WATER
+Yes.
+
+CAN A HUMAN SEE
+Yes.
+
+CAN A HUMAN EXPRESS SADDNESS BY CRYING
+Yes.
+
+CAN A HUMAN KILL ANOTHER HUMAN
+Affirmative.
+
+CAN A HUMAN EAT AN APPLE
+Yes.
+
+CAN A HUMAN LIVE MORE THAN 100 YEARS
+Yes.
+
+CAN A HUMAN LIVE WITHOUT A HAND
+Yes.
+
+CAN A WALL BE PAINTED
+Yes.
+
+CAN A WALL REFLECT SOUND
+Yes.
+
+CAN A GUN BE USED AS A WEAPON
+Yes.
+
+CAN A DOOR BE AJAR
+Yes.
+
+CAN A DOOR BE SECURED WITH A LOCK
+Yes.
+
+CAN A HOME BE UNDERGROUND
+Yes.
+
+CAN A GLASS HOLD WATER
+Affirmative.
+
+CAN A GLASS BE HALF FULL
+Yes.
+
+CAN A DEAF MAN SEE
+Yes.
+
+CAN A CAR DRIVE ON A STREET
+Yes.
+
+CAN A CAR BE BLUE
+Yes.
+
+CAN A CAR CRASH CAUSE SERIOUS INJURY
+Yes.
+
+CAN A CAR HAVE FOUR WHEELS
+Yes.
+
+CAN A CAR MOVE
+Yes.
+
+CAN A CAR GO FASTER THAN A BICYCLE
+Yes.
+
+CAN A CAR GO FASTER THAN A CAT
+Yes.
+
+CAN A SPACE SHUTTLE TRAVEL INTO SPACE
+Yes.
+
+CAN A RADIO PROGRAM CONTAIN INFORMATION
+Yes.
+
+CAN A BOWLER BE A PERSON
+Yes.
+
+CAN A BOOK BE FOUND IN A BOOKCASE
+Yes.
+
+CAN A BOOK BE READ
+Yes.
+
+CAN A QUESTION MARK. DENOTE A QUESTION
+Yes.
+
+CAN A QUESTION BE FUNNY
+Affirmative.
+
+CAN A PARENT BE A MOTHER OR A FATHER
+Affirmative.
+
+CAN A FEMALE HAVE CHILDREN
+Yes.
+
+CAN A CHILD LIVE WITH ONE PARENT
+Yes.
+
+CAN A SINGLE WORD HAVE MANY MEANINGS
+Yes.
+
+CAN A LIGTHNING KILL PEOPLE
+Yes.
+
+CAN A SORE BECOME INFECTED
+Yes.
+
+CAN SUNLIGHT BURN YOU
+Yes.
+
+CAN SMOKING BE DANGEROUS
+Yes.
+
+CAN CHEESE BE THROWN
+Yes.
+
+CAN MESSAGES BE SENT BY E MAIL
+Yes.
+
+CAN DATA BE STORED ON TAPE
+Yes.
+
+CAN CANCER BE A DEADLY DISEASE
+Yes.
+
+CAN CANCER BE TREATED WITH CHEMOTHERAPY
+Yes.
+
+CAN CANCER KILL PEOPLE
+Yes.
+
+CAN OPIUM BE REFINED INTO MORPHINE
+Yes.
+
+CAN BOTH MEN AND WOMEN PLAY SOCCER
+Yes.
+
+CAN AN AIRPLANE FLY UPSIDE DOWN
+Yes.
+
+CAN AN AIRPLANE FLY
+Affirmative.
+
+CAN AN ELEPHANT SLEEP
+Yes.
+
+CAN AN ENVELOPE HOLD A LETTER
+Yes.
+
+CAN MUSIC CONVEY EMOTIONS
+Yes.
+
+CAN MUSIC AFFECT YOUR EMOTIONS
+Yes.
+
+CAN MUSIC AFFECT YOUR MOOD
+Affirmative.
+
+CAN MUSIC BE NOISY
+Yes.
+
+CAN MUSIC BE HEARD
+Yes.
+
+CAN MUSIC BRING A SMILE ON YOUR FACE
+Yes.
+
+CAN WORDS BE HURTFUL
+Yes.
+
+CAN PARENTS BE MEAN
+Yes.
+
+CAN RAIN MAKE YOU WET
+Yes.
+
+CAN CHEETAHS RUN FAST
+Yes.
+
+CAN TABLE BE ROUND
+Yes.
+
+CAN FILES BE SAVED
+Affirmative.
+
+CAN UNPROTECTED SEX CAUSE PREGNANCY
+Yes.
+
+CAN CARS BE PURPLE
+Yes.
+
+CAN CARS BE PAINTED GREEN
+Yes.
+
+CAN CARS BE REPAIRED
+Yes.
+
+CAN CARS COLLIDE
+Yes.
+
+CAN CARS MOVE FASTER THAN COWS
+Yes.
+
+CAN RADIATION CAUSE CANCER
+Yes.
+
+CAN MONKEYS CLIMB TREES
+Yes.
+
+CAN CIGARETTE SMOKING KILL HUMANS
+Yes.
+
+CAN AIRCRAFTS FLY
+Yes.
+
+CAN SCORPIONS STING
+Yes.
+
+CAN FISHES SWIM IN WATER
+Yes.
+
+CAN FISHES SWIM
+Yes.
+
+CAN MY SENSES BE DECEIVED
+Yes.
+
+CAN HOUSES BE BUILT FROM STONE
+Yes.
+
+CAN FROGS LIVE ON LAND AND IN WATER
+Yes.
+
+CAN ONE CHANGE CLOTHES
+Yes.
+
+CAN ONE LEARN A LOT FROM READING BOOKS
+Affirmative.
+
+CAN ONE MEASURE TIME
+Yes.
+
+CAN ONE BUILD A HOUSE FROM STONE
+Yes.
+
+CAN ONE DREAM WHILE ASLEEP
+Yes.
+
+CAN STARVATION RESULT IN DEATH
+Yes.
+
+CAN YEAST BE USED TO MAKE BREAD RISE
+Yes.
+
+CAN TELEVISION BE EDUCATIONAL
+Affirmative.
+
+CAN DOGS SEE
+Yes.
+
+CAN DOGS CHASE BALLS
+Yes.
+
+CAN DOGS BITE
+Yes.
+
+CAN DOGS BARK
+Yes.
+
+CAN DOGS BE TRAINED TO DO TRICKS
+Yes.
+
+CAN DOGS BE TRAINED TO HELP PEOPLE
+Yes.
+
+CAN DOGS LIVE TO BE 10 YEARS OLD
+Yes.
+
+CAN SMOKE DETECTORS SAVE YOUR LIFE
+Yes.
+
+CAN FOOD BE EATEN
+Yes.
+
+CAN LIGHTNING START FIRES
+Yes.
+
+CAN LIGHTNING START A FIRE
+Yes.
+
+CAN LIGHTNING KILL SOMEONE
+Yes.
+
+CAN LIGHTNING CAUSE FIRE
+Absolutely.
+
+CAN WOMEN DRIVE CARS
+Absolutely.
+
+CAN WOMEN SING OPERAS
+Yes.
+
+CAN WOMEN MASTURBATE
+Yes.
+
+CAN WOMEN BE SEXIST
+Yes.
+
+CAN WOMEN BE CONSIDERED PRETTY
+Yes.
+
+CAN WOMEN SWIM
+Affirmative.
+
+CAN WOMEN MAKE MEN SUFFER
+Yes.
+
+CAN BEER MAKE YOU DRUNK
+Yes.
+
+CAN LIGHT TRAVEL THROUGH A VACUUM
+Affirmative.
+
+CAN LIGHT SHINE THROUGH WINDOWS
+Yes.
+
+CAN LIGHT PASS THROUGH THE VACUUM
+Yes.
+
+CAN LIGHT HURT THEY EYE
+Yes.
+
+CAN FEET BE MEASURED IN CENTIMETERS
+Yes.
+
+CAN FILMS BE GOOD ENTERTAINMENT
+Yes.
+
+CAN PAPER CUT YOUR FINGER
+Yes.
+
+CAN PAPER CUT SKIN
+Yes.
+
+CAN PAPER CUT FLESH
+Yes.
+
+CAN PAPER COME IN DIFFERENT COLORS
+Affirmative.
+
+CAN PAPER BE RECYCLED
+Yes.
+
+CAN PAPER BE BURNED
+Yes.
+
+CAN PAPER BE MADE FROM TREES
+Yes.
+
+CAN PAPER BURN
+Yes.
+
+CAN YOUR EYES WATER
+Yes.
+
+CAN SEX BE NICE AND FUN
+Yes.
+
+CAN PLANES SOMETIMES CRASH
+Yes.
+
+CAN PHOTOGRAPHY BE AN ART
+Yes.
+
+CAN HAIR BE DIFFERENT COLORS
+Yes.
+
+CAN HAIR BE AN AN ATTRACTIVE FEATURE
+Yes.
+
+CAN CUPS HOLD LIQUIDS
+Yes.
+
+CAN PLANTS GROW
+Affirmative.
+
+CAN PLANTS BE USED TO MAKE MEDICINE
+Yes.
+
+CAN FEMALES DRIVE CARS
+Yes.
+
+CAN BUILDINGS HAVE STAIRS
+Affirmative.
+
+CAN HEART ATTACKS KILL PEOPLE
+Affirmative.
+
+CAN COMPUTERS BREAKDOWN
+Yes.
+
+CAN COMPUTERS LEARN
+Yes.
+
+CAN COMPUTERS BE EASILY DESTROYED
+Yes.
+
+CAN ALICE BE WORTH DOING ALL THIS WORK
+Yes.
+
+CAN ALICE MAKE MISTAKES
+Absolutely.
+
+CAN SEMEN ACT AS A HIV TRANSPORT
+Yes.
+
+CAN KEYS OPEN LOCKS
+Yes.
+
+CAN CHILDREN GROW UP
+Affirmative.
+
+CAN CHILDREN DIE
+Yes.
+
+CAN GLASS BREAK
+Yes.
+
+CAN GLASS MELT
+Affirmative.
+
+CAN GLASS BE USED TO CONTAIN LIQUID
+Absolutely.
+
+CAN GLASS SHATTER
+Yes.
+
+CAN VITAMINS IMPROVE YOUR HEALTH
+Yes.
+
+CAN SNAKES BE DANGEROUS
+Yes.
+
+CAN SOME CARS RUN ON ELECTRICITY
+Yes.
+
+CAN SOME BIRDS FLY
+Yes.
+
+CAN SOME LIZARDS REGENERATE LOST LIMBS
+Yes.
+
+CAN SOME MAMMALS FLY
+Affirmative.
+
+CAN SOME PEOPLE WALK ON THEIR HANDS
+Absolutely.
+
+CAN SOME PEOPLE SWIM
+Yes.
+
+CAN SOME PEOPLE DANCE
+Affirmative.
+
+CAN SOME PRINTERS PRINT IN COLOR
+Yes.
+
+CAN SOME ANIMALS FLY
+Yes.
+
+CAN SOME DRUGS HELP PEOPLE STAY AWAKE
+Yes.
+
+CAN SOME DRUGS PUT PEOPLE TO SLEEP
+Yes.
+
+CAN SOME SPECIES OF BIRD FLY
+Yes.
+
+CAN SOME THINGS BE LEARNED FROM HISTORY
+Yes.
+
+CAN ELIMINATE MEAN KILL
+Yes.
+
+CAN CELLS DIVIDE
+Yes.
+
+CAN LAWYERS LIE
+Yes.
+
+CAN ROBOTS HELP HUMANS
+Yes.
+
+CAN INFORMATION BE POWER
+Yes.
+
+CAN INFORMATION BE SENT THROUGH THE AIR
+Yes.
+
+CAN ETHICS BE OBJECTIVE
+Yes.
+
+CAN GOLD MELT
+Yes.
+
+CAN SALT BE MADE FROM SEAWATER
+Yes.
+
+CAN PAIN BE GOOD
+Yes.
+
+CAN EXPOSURE TO RADIATION BE LETHAL
+Affirmative.
+
+CAN KNIVES CUT
+Yes.
+
+CAN SCIENTIST DIE
+Yes.
+
+CAN IT SNOW IN JULY IN NEW ZEALAND
+Yes.
+
+CAN IT RAIN WHEN ITS FREEZING OUTSIDE
+Affirmative.
+
+ISE THE ARCTIC COLD
+Yes.
+
+HELLO. IS TO GREET
+Yes.
+
+CANABIS IS DRUG WITH MEDICINAL BENIFITS
+Absolutely.
+
+FIJI IS A COUNTRY
+Yes.
+
+COMPUTERS USE ELECTRICITY
+Yes.
+
+COMPUTERS ARE USEFUL
+Yes.
+
+2000 OLMPICS ARE HELD IN SYDNEY
+Yes.
+
+ALICE PROGRAMMING HAS FLAWS
+Yes.
+
+HUMANS NEED OXYGEN TO BREATH
+Yes.
+
+HUMANS NEED TO SLEEP
+Affirmative.
+
+HUMANS NEED WATER TO LIVE
+Yes.
+
+HUMANS MUST EAT FOOD TO SURVIVE
+Yes.
+
+HUMANS HEAR AUDIO FREQUENCIES
+Yes.
+
+HUMANS USE MACHINES
+Yes.
+
+HUMANS HAVE TEN FINGERS
+Yes.
+
+HUMANS HAVE HAIR ON THEIR HEAD
+Yes.
+
+HUMANS HAVE TO DRINK WATER TO SURVIVE
+Yes.
+
+HUMANS HAVE TWO EYES
+Yes.
+
+HUMANS HAVE TWO LEGS
+Yes.
+
+HUMANS WALKED ON THE MOON
+Yes.
+
+HUMANS ARE MAMALS
+Yes.
+
+HUMANS ARE ANIMALS
+Yes.
+
+ENGLAND IS IN THE UK
+Affirmative.
+
+BOTTLES HAVE A NECK
+Yes.
+
+LONDON IS IN ENGLAND
+Yes.
+
+LONDON IS IN UK
+Yes.
+
+WHALE FISHING IS JUSTIFIED
+Yes.
+
+EXERCISE IS GOOD FOR HEALTH
+Yes.
+
+WORDS ARE MADE OF LETTERS
+Yes.
+
+WITH ENOUGH PRACTISE CAN HUMANS SWIM
+Yes.
+
+CURD AND CHEESE ARE FORMS OF MILK
+Yes.
+
+DEMOCRACY IS GOOD
+Yes.
+
+DISCOVERORS NAME THEIR DISCOVERIES
+Yes.
+
+DO A LOT OF PEOPLE LIKE TO EAT PIZZA
+Yes.
+
+DO A ZEBRA HAVE STRIPES
+Yes.
+
+DO A CAR HAVE WHEELS
+Yes.
+
+DO A CAR HAVE DOORS
+Yes.
+
+DO A CAR HAVE WINDOWS
+Yes.
+
+DO A COMPUTER HAVE A KEYBOARD
+Yes.
+
+DO ELEPHANTS WEIGH MORE THAN PENGUINS
+Yes.
+
+DO ELEPHANTS SOMETIMES HAVE BABIES
+Yes.
+
+DO ELEPHANTS HAVE TRUNK
+Yes.
+
+DO ELEPHANTS HAVE LONG MEMORY
+Yes.
+
+DO ELEPHANTS HAVE LONG NOSES
+Yes.
+
+DO ELEPHANTS HAVE BIG EARS
+Yes.
+
+DO ELEPHANTS LIVE IN AFRICA
+Yes.
+
+DO ELEPHANTS EXIST
+Yes.
+
+DO WALLETS HOLD MONEY
+Yes.
+
+DO EARTHQUAKES EVER DESTROY BUILDINGS
+Yes.
+
+DO DOCTORS HEAL PEOPLE
+Yes.
+
+DO DOCTORS HELP TO HEAL THE WOUNDED
+Yes.
+
+DO DOCTORS TRY TO HEAL PEOPLE
+Yes.
+
+DO ADULTS EVER PLAY WITH TOYS
+Affirmative.
+
+DO TEN DIMES EQUAL ONE DOLLAR
+Yes.
+
+DO MANY FLOWERS BLOOM IN SPRING
+Yes.
+
+DO MANY POEMS CONTAIN RHYME
+Yes.
+
+DO MANY POEPLE MAKE SPELLLING MISTACKS
+Yes.
+
+DO MANY MEN SHAVE
+Affirmative.
+
+DO MANY FAMOUS PEOPLE LIVE IN HOLLYWOOD
+Yes.
+
+DO MANY TEENAGERS HAVE ACNE
+Yes.
+
+DO MANY HUMANS KEEP FISH AS PETS
+Yes.
+
+DO MANY TOURISTS CARRY CAMERAS
+Yes.
+
+DO POSTERS HANG ON WALLS
+Yes.
+
+DO LITTLE GIRLS LIKE TO PLAY WITH DOLLS
+Yes.
+
+DO LITTLE CHILDREN OFTEN ASK WHY
+Yes.
+
+DO MAN DIE
+Affirmative.
+
+DO MAN AND WOMEN FIT TOGETHER
+Yes.
+
+DO GLOVES KEEP YOUR HANDS WARM
+Yes.
+
+DO GLOVES GO ON YOUR HANDS
+Yes.
+
+DO PIANOS NEED TUNING
+Yes.
+
+DO PIANOS HAVE KEYBOARDS
+Yes.
+
+DO HUMANS TYPICALLY WALK ON TWO LEGS
+Yes.
+
+DO HUMANS REPODUCE
+Yes.
+
+DO HUMANS CONTAIN DNA
+Yes.
+
+DO HUMANS CONTAIN WATER
+Yes.
+
+DO HUMANS COMMIT SUICIDE
+Absolutely.
+
+DO HUMANS NORMALY WALK ON TWO LEGS
+Yes.
+
+DO HUMANS RULE THE WORLD
+Yes.
+
+DO HUMANS WEAR CLOTHES
+Yes.
+
+DO HUMANS WEAR FALSE TEETH
+Yes.
+
+DO HUMANS DREAM
+Yes.
+
+DO HUMANS DIE
+Absolutely.
+
+DO HUMANS SLEEP WHEN TIRED
+Affirmative.
+
+DO HUMANS SLEEP AT NIGHT
+Affirmative.
+
+DO HUMANS SLEEP ON BEDS
+Yes.
+
+DO HUMANS SLEEP
+Yes.
+
+DO HUMANS SHIVER WHEN THEY ARE COLD
+Yes.
+
+DO HUMANS URINATE
+Yes.
+
+DO HUMANS NEED BLOOD TO SURVIVE
+Yes.
+
+DO HUMANS NEED OXYGEN TO BREATH
+Yes.
+
+DO HUMANS NEED OXYGEN TO BREATHE
+Yes.
+
+DO HUMANS NEED OXYGEN
+Yes.
+
+DO HUMANS NEED LIGHT TO SEE WELL
+Yes.
+
+DO HUMANS NEED LIGHT TO BE ABLE TO SEE
+Affirmative.
+
+DO HUMANS NEED AIR TO SUSTAIN LIFE
+Yes.
+
+DO HUMANS NEED AIR TO LIVE
+Yes.
+
+DO HUMANS NEED TO REST
+Yes.
+
+DO HUMANS NEED TO BREATH AIR
+Yes.
+
+DO HUMANS NEED TO SLEEP
+Yes.
+
+DO HUMANS NEED TO BREATHE OXYGEN
+Yes.
+
+DO HUMANS NEED TO BREATHE TO LIVE
+Yes.
+
+DO HUMANS NEED TO EAT FOOD TO SURVIVE
+Yes.
+
+DO HUMANS NEED TO EAT
+Yes.
+
+DO HUMANS NEED FOOD TO SURVIVE
+Yes.
+
+DO HUMANS NEED SLEEP TO FUNCTION
+Yes.
+
+DO HUMANS NEED SLEEP
+Yes.
+
+DO HUMANS NEED LOVE
+Affirmative.
+
+DO HUMANS NEED WATER TO SURVIVE
+Affirmative.
+
+DO HUMANS NEED WATER TO LIVE
+Yes.
+
+DO HUMANS NEED WATER
+Yes.
+
+DO HUMANS USE LANGUAGE TO COMMUNICATE
+Affirmative.
+
+DO HUMANS USE TOOLS
+Yes.
+
+DO HUMANS WALK UP RIGHT
+Affirmative.
+
+DO HUMANS WALK ON THEIR FEET
+Yes.
+
+DO HUMANS WALK ON FEET
+Affirmative.
+
+DO HUMANS WALK ON TWO LEGS
+Yes.
+
+DO HUMANS WALK
+Yes.
+
+DO HUMANS CHANGE TO SURVIVE
+Affirmative.
+
+DO HUMANS HAVE EARS
+Affirmative.
+
+DO HUMANS HAVE TOUNGES
+Yes.
+
+DO HUMANS HAVE TEN TOES
+Yes.
+
+DO HUMANS HAVE FINGERNAILS
+Yes.
+
+DO HUMANS HAVE BONES
+Yes.
+
+DO HUMANS HAVE NOSES
+Yes.
+
+DO HUMANS HAVE FREE WILL
+Affirmative.
+
+DO HUMANS HAVE BRAINS
+Affirmative.
+
+DO HUMANS HAVE FEELINGS
+Yes.
+
+DO HUMANS HAVE OPPOSABLE THUMBS
+Yes.
+
+DO HUMANS HAVE RED BLOOD
+Yes.
+
+DO HUMANS HAVE DNA
+Yes.
+
+DO HUMANS HAVE TWO EYES
+Yes.
+
+DO HUMANS HAVE TWO LEGS
+Yes.
+
+DO HUMANS HAVE TWO NOSTRILS
+Yes.
+
+DO HUMANS HAVE TWO HANDS
+Yes.
+
+DO HUMANS HAVE TWO FEET
+Yes.
+
+DO HUMANS HAVE TWO EARS
+Yes.
+
+DO HUMANS HAVE EMOTIONS
+Yes.
+
+DO HUMANS HAVE TEETH
+Yes.
+
+DO HUMANS HAVE 4 LIMBS
+Yes.
+
+DO HUMANS HAVE NAMES
+Yes.
+
+DO HUMANS HAVE 2 ARMS
+Yes.
+
+DO HUMANS HAVE 2 FEET
+Affirmative.
+
+DO HUMANS HAVE EYES
+Yes.
+
+DO HUMANS HAVE HAIR
+Yes.
+
+DO HUMANS HAVE SOUL
+Yes.
+
+DO HUMANS HAVE A SENSE OF WONDER
+Yes.
+
+DO HUMANS HAVE A SENSE OF TOUCH
+Yes.
+
+DO HUMANS HAVE A BRAIN
+Yes.
+
+DO HUMANS HAVE DREAMS
+Yes.
+
+DO HUMANS HAVE 10 FINGERS AND 10 TOES
+Yes.
+
+DO HUMANS HAVE TO SLEEP
+Yes.
+
+DO HUMANS HAVE BLOOD IN THEIR VEINS
+Yes.
+
+DO HUMANS HAVE BLOOD
+Yes.
+
+DO HUMANS HAVE SKIN
+Yes.
+
+DO HUMANS REPRODUCE
+Yes.
+
+DO HUMANS EVER MAKE MISTAKES
+Yes.
+
+DO HUMANS CONTRACT DISEASES
+Yes.
+
+DO HUMANS DRINK WATER
+Yes.
+
+DO HUMANS GET TIRED
+Yes.
+
+DO HUMANS CRY
+Yes.
+
+DO HUMANS COMMUNICATE BY TELEPHONE
+Yes.
+
+DO HUMANS COMMUNICATE USING SOUND
+Yes.
+
+DO HUMANS MINE FOR METALS
+Affirmative.
+
+DO HUMANS EXHALE CARBON DIOXIDE
+Affirmative.
+
+DO HUMANS MAKE ERRORS
+Yes.
+
+DO HUMANS MAKE MISTAKES. INTERJECTION
+Yes.
+
+DO HUMANS BREATH AIR
+Affirmative.
+
+DO HUMANS BREATH
+Yes.
+
+DO HUMANS EXPERIENCE LOVE
+Yes.
+
+DO HUMANS EXPERIENCE ENVY
+Yes.
+
+DO HUMANS TRAIN DOLPHINS TO DO TRICKS
+Affirmative.
+
+DO HUMANS LEARN
+Yes.
+
+DO HUMANS EAT EGGS
+Yes.
+
+DO HUMANS EAT FISH
+Yes.
+
+DO HUMANS EAT FOOD
+Yes.
+
+DO HUMANS EAT HAMBURGERS
+Yes.
+
+DO HUMANS EAT COWS
+Yes.
+
+DO HUMANS EAT
+Yes.
+
+DO HUMANS FEAR GETTING CANCER
+Absolutely.
+
+DO HUMANS KILL ONE ANOTHER
+Absolutely.
+
+DO HUMANS KILL ANIMALS
+Yes.
+
+DO HUMANS ENJOY MUSIC
+Yes.
+
+DO HUMANS ENJOY HAVING FREEDOM
+Yes.
+
+DO HUMANS EVENTUALLY DIE
+Yes.
+
+DO HUMANS BREATHE
+Yes.
+
+DO HUMANS FALL IN LOVE
+Yes.
+
+DO HUMANS LIE
+Yes.
+
+DO HUMANS SEE WITH THEIR EYES
+Yes.
+
+DO HUMANS SEE IN COLOR
+Yes.
+
+DO HUMANS CONSUME FOOD
+Yes.
+
+DO HUMANS DECIEVE ONE ANOTHER
+Yes.
+
+DO HUMANS DESTROY THE ENVIRONMENT
+Affirmative.
+
+DO HUMANS FEEL PAIN
+Yes.
+
+DO HUMANS FEEL LOVE
+Yes.
+
+DO HUMANS SOMETIMES LIE TO EACH OTHER
+Yes.
+
+DO HUMANS SOMETIMES CRY
+Yes.
+
+DO HUMANS SOMETIMES SIT IN CHAIRS
+Affirmative.
+
+DO HUMANS SOMETIMES MAKE MISTAKES
+Yes.
+
+DO HUMANS SOMETIMES WEAR SHOES
+Yes.
+
+DO HUMANS OFTEN KEEP DOMESTIC PETS
+Yes.
+
+DO HUMANS OFTEN BEHAVE ILLOGICALLY
+Yes.
+
+DO HUMANS OFTEN MAKE MISTAKES
+Yes.
+
+DO HUMANS SWEAT WHEN THEY GET HOT
+Yes.
+
+DO HUMANS GIVE OFF HEAT
+Yes.
+
+DO HUMANS LIVE ON THE PLANET EARTH
+Yes.
+
+DO HUMANS LIVE ON EARTH
+Yes.
+
+DO HUMANS LIVE ON PLANET EARTH
+Yes.
+
+DO HUMANS LIVE
+Yes.
+
+DO HUMANS WATCH TV AND LISTEN TO RADIO
+Yes.
+
+DO HUMANS REQUIRE OXYGEN TO SURVIVE
+Yes.
+
+DO HUMANS REQUIRE FOOD TO SURVIVE
+Yes.
+
+DO HUMANS REQUIRE FOOD TO LIVE
+Yes.
+
+DO HUMANS REQUIRE FOOD
+Yes.
+
+DO HUMANS REQUIRE SLEEP
+Yes.
+
+DO HUMANS REQUIRE WATER
+Yes.
+
+DO HUMANS KEEP ANIMALS AS PETS
+Yes.
+
+DO HUMANS THINK WITH THEIR BRAINS
+Yes.
+
+DO HUMANS THINK
+Affirmative.
+
+DO BULLS HAVE HORNS
+Yes.
+
+DO SPAMMERS EXIST
+Yes.
+
+DO HERBAVORES EAT PLANTS
+Yes.
+
+DO FINGERNAILS GROW
+Affirmative.
+
+DO FINGERNAILS EVER GROW
+Yes.
+
+DO GOOD BANDS SOMETIMES MAKE BAD ALBUMS
+Yes.
+
+DO GOOD PEOPLE SOMETIMES DO BAD THINGS
+Yes.
+
+DO HONEY BEES STING
+Affirmative.
+
+DO ROCKETS GO INTO SPACE
+Yes.
+
+DO MUSICAL INSTRUMENTS PRODUCE SOUND
+Yes.
+
+DO SALADS CONTAIN VEGETABLES
+Yes.
+
+DO REFRIGERATORS KEEP THINGS COLD
+Yes.
+
+DO REFRIGERATORS KEEPS THINGS COLD
+Yes.
+
+DO SKUNKS SMELL
+Yes.
+
+DO BOYS CRY
+Yes.
+
+DO BOYS HAVE A PENIS
+Yes.
+
+DO BOYS BECOME MEN
+Yes.
+
+DO BOYS LIKE GIRLS
+Yes.
+
+DO THE IRISH GROW POTATOES
+Yes.
+
+DO THE ELDERLY BENEFIT FROM HAVING PETS
+Yes.
+
+DO THE BIRDS FLY
+Affirmative.
+
+DO THE RAINBOW CONSIST OF MANY COLORS
+Yes.
+
+DO THE BRITISH SPEAK TO ALICE
+Yes.
+
+DO THE FRENCH BELIEVE IN LOVE
+Yes.
+
+DO THE KOALAS LIVE IN AUSTRALIA
+Yes.
+
+DO THE PLANES FLY
+Yes.
+
+DO THE MEN NEED WATER
+Yes.
+
+DO THE PEOPLE IN MEXICO SPEAK SPANISH
+Yes.
+
+DO THE PEOPLE HAVE TWO LEGS
+Yes.
+
+DO THE STUDENT STUDY
+Yes.
+
+DO THE OCEANS CONTAIN SALT WATER
+Yes.
+
+DO THE OCEANS TASTE SALTY
+Yes.
+
+DO NIPPLES BECOME ERECT WHEN STIMULATED
+Yes.
+
+DO CRIMINALS BREAK LAWS
+Yes.
+
+DO CRIMINALS HAVE MOTHERS
+Yes.
+
+DO CAT EAT MICE
+Yes.
+
+DO BUSINESSMEN WEAR TIES
+Yes.
+
+DO MAGNETS STICK TO MY REFRIGERATOR
+Yes.
+
+DO POTATOES GROW UNDERGROUND
+Yes.
+
+DO AIRCRAFT RUDDERS HELP TURN AIRPLANES
+Yes.
+
+DO PEOLE THINK WITH THERE BRAINS
+Yes.
+
+DO FIRES USE OXYGEN
+Yes.
+
+DO MOTHER CATS FEED THEIR KITTENS MILK
+Yes.
+
+DO AHPPY PEOPLE. LOL
+Yes.
+
+DO LAMPS PROVIDE LIGHT
+Yes.
+
+DO AIRPLANES TRAVEL FASTER THAN SHIPS
+Yes.
+
+DO AIRPLANES TRAVEL FASTER THAN TRAINS
+Affirmative.
+
+DO AIRPLANES FLY
+Yes.
+
+DO AIRPLANES SOMETIMES CRASH
+Yes.
+
+DO AIRPLANES HAVE A TAIL
+Yes.
+
+DO AIRPLANES GO FAST
+Yes.
+
+DO BASEBALL PLAYERS EARN LOTS OF MONEY
+Yes.
+
+DO SHEEP EAT GRASS
+Yes.
+
+DO ALBINOS LACK SKIN PIGMENTATION
+Yes.
+
+DO CHICKENS COME FROM EGGS
+Yes.
+
+DO CHICKENS HAVE FEATHERS
+Yes.
+
+DO CHICKENS HAVE WINGS
+Yes.
+
+DO CHICKENS LAY EGGS
+Affirmative.
+
+DO ZEBRAS HAVE STRIPES
+Yes.
+
+DO NEW BORN HUMAN BABIES CRY
+Yes.
+
+DO 100 CENTS EQUAL 1 DOLLAR
+Yes.
+
+DO SEEDS SPROUT IN THE GROUND
+Yes.
+
+DO GUNS SHOOT BULLETS
+Yes.
+
+DO BAD SMELLS STINK
+Yes.
+
+DO SCISSORS CUT
+Yes.
+
+DO ASTRONAUTS TRAVEL IN SPACE
+Affirmative.
+
+DO ASTRONAUTS GO INTO SPACE
+Yes.
+
+DO SHIPS SOMETIMES SINK
+Yes.
+
+DO LANGUAGES EVOLVE OVER TIME
+Yes.
+
+DO LANGUAGES EVOLVE
+Yes.
+
+DO EARTHWORMS LIVE IN THE EARTH
+Yes.
+
+DO EARTHWORMS LIVE IN THE GROUND
+Yes.
+
+DO FROGS HOP
+Yes.
+
+DO FROGS JUMP
+Yes.
+
+DO FROGS HAVE LEGS
+Yes.
+
+DO FROGS DIE
+Yes.
+
+DO FROGS EAT FLIES
+Yes.
+
+DO FROGS EAT INSECTS
+Yes.
+
+DO DOLPHINS EAT FISH
+Yes.
+
+DO DOLPHINS SWIM
+Yes.
+
+DO DOLPHINS MAKE SOUNDS
+Affirmative.
+
+DO SPEAKERS MAKE SOUND
+Yes.
+
+DO SPERM SWIM WITH TAILS
+Yes.
+
+DO SQUARES HAVE FOUR SIDES
+Yes.
+
+DO SQUARES HAVE FOUR CORNERS
+Yes.
+
+DO SQUARES HAVE FOUR EQUAL SIDES
+Yes.
+
+DO INTERNET IS A COMPUTER NETWORK
+Yes.
+
+DO MARRIED COUPLES SOMETIMES FIGHT
+Yes.
+
+DO ANAESTHETICS REDUCE PAIN SENSATION
+Yes.
+
+DO CALL AND AWL RHYME
+Yes.
+
+DO WOLVES HUNT IN PACKS
+Yes.
+
+DO WHITE BLOOD CELLS FIGHT DISEASE
+Yes.
+
+DO FOUR QUARTERS EQUAL ONE DOLLAR
+Yes.
+
+DO GIRLS HAVE VAGINAS
+Yes.
+
+DO GIRLS HAVE A UTERUS
+Yes.
+
+DO GIRLS HAVE A VAGINA
+Affirmative.
+
+DO GIRLS HAVE OVARIES
+Yes.
+
+DO GIRLS BECOME WOMEN
+Yes.
+
+DO BEANS HAVE A LOT OF FIBER
+Yes.
+
+DO JEANS HAVE POCKETS
+Yes.
+
+DO JEANS HAVE BELT LOOPS
+Yes.
+
+DO FLIES FLY
+Absolutely.
+
+DO FLIES HAVE SIX LEGS
+Yes.
+
+DO FLIES HAVE WINGS
+Yes.
+
+DO CHAIRS HAVE LEGS
+Yes.
+
+DO NORMAL HUMAN BEINGS HAVE TWO FEET
+Yes.
+
+DO NORMAL HUMANS HAVE TWO EYES
+Yes.
+
+DO NORMAL HUMANS DREAM
+Yes.
+
+DO SNAKES SOMETIMES BITE PEOPLE
+Affirmative.
+
+DO SNAKES EAT RATS
+Yes.
+
+DO SEATBELTS SAVE LIVES
+Affirmative.
+
+DO MIRRORS REVERSE WRITING
+Yes.
+
+DO MIRRORS REFLECT LIGHT
+Yes.
+
+DO MIRRORS REFLECT
+Yes.
+
+DO MIRRORS REFLECT IMAGES
+Affirmative.
+
+DO BIPEDAL THINGS HAVE 2 LEGS
+Yes.
+
+DO CUT DIAMONDS SPARKLE
+Yes.
+
+DO WEB PAGES HAVE AN ADDRESS
+Yes.
+
+DO UV RAYS DAMAGE HUMAN SKIN
+Yes.
+
+DO UNIVERSITIES PROVIDE AN EDUCATION
+Yes.
+
+DO FRIENDS SOMETIMES DISAGREE
+Affirmative.
+
+DO PARACHUTISTS JUMP OUT OF AREOPLANES
+Absolutely.
+
+DO HEARTS BEAT
+Yes.
+
+DO 12 ITEMS MAKE A DOZEN
+Yes.
+
+DO SPHERICAL OBJECTS ROLL WELL
+Absolutely.
+
+DO BATS FLY AT NIGHT
+Yes.
+
+DO BATS SLEEP HANGING UPSIDE DOWN
+Affirmative.
+
+DO BATS EAT INSECTS
+Absolutely.
+
+DO OBJECTS FALL WHEN DROPPED
+Yes.
+
+DO OBJECTS HAVE MASS
+Yes.
+
+DO WEDDING GUESTS EAT CAKE
+Yes.
+
+DO BOATS SAIL ON WATER
+Yes.
+
+DO BOATS OPERATE IN WATER
+Yes.
+
+DO BOATS MOVE IN WATER
+Yes.
+
+DO BOATS FLOAT ON WATER
+Yes.
+
+DO CHEETAS RUN FAST
+Yes.
+
+DO ROTTEN EGGS SMELL BAD
+Yes.
+
+DO GOATS GIVE MILK
+Yes.
+
+DO SERIAL KILLERS KILL MORE THAN
+Yes.
+
+DO SUNFLARES AFFECT OUR CLIMATE
+Yes.
+
+DO MOTHERS WORRY
+Yes.
+
+DO PROSTITUTES HAVE SEX FOR MONEY
+Yes.
+
+DO BALLERINAS WEAR TUTUS
+Yes.
+
+DO EDITORS MAKE CHANGES TO DOCUMENTS
+Yes.
+
+DO SALMON SWIM UPSTREAM TO SPAWN
+Absolutely.
+
+DO BALLONS FILLED WITH HELIUM FLOAT
+Yes.
+
+DO BASKETBALLS BOUNCE
+Affirmative.
+
+DO THEATRE AUDIENCES APPLAUD
+Yes.
+
+DO LADIES SHAVE
+Yes.
+
+DO SWANS HAVE TONGUES
+Yes.
+
+DO MEDICAL DOCTORS TRY TO HELP PEOPLE
+Yes.
+
+DO BAND PLAY MUSIC
+Affirmative.
+
+DO SCHOOLBUSES CARRY CHILDREN
+Yes.
+
+DO CAMELS LIVE IN THE DESERT
+Yes.
+
+DO ANTS LIVE UNDERGROUND
+Yes.
+
+DO MOSQUITO BITES ITCH
+Yes.
+
+DO RABBITS HAVE FOUR LEGS
+Yes.
+
+DO RABBITS HAVE LONG EARS
+Absolutely.
+
+DO RABBITS HAVE EYES
+Yes.
+
+DO RABBITS HAVE LEGS
+Yes.
+
+DO RABBITS HAVE EARS
+Yes.
+
+DO RABBITS EAT LETTUCE
+Yes.
+
+DO RABBITS EAT CARROTS
+Yes.
+
+DO RABBITS MOVE
+Yes.
+
+DO SUBMARINES TRAVEL UNDER WATER
+Yes.
+
+DO SIX LIVING HUMANS HAVE SIX HEADS
+Yes.
+
+DO MICE HAVE BALLS
+Yes.
+
+DO MICE LIKE CHEESE
+Absolutely.
+
+DO ALOT OF PEOPLE WATCH TELEVISION
+Yes.
+
+DO FLOWERS SMELL NICE
+Affirmative.
+
+DO FLOWERS HAVE POLLEN
+Yes.
+
+DO CENTIPEDES HAVE MANY LEGS
+Yes.
+
+DO TORNADOS SOMTIMES PICK UP COWS
+Affirmative.
+
+DO SALAMANDERS HAVE LEGS
+Yes.
+
+DO WARTS GROW ON HUMAN SKIN
+Yes.
+
+DO BICYCLES HAVE HANDLEBARS
+Affirmative.
+
+DO BICYCLES HAVE TIRES
+Affirmative.
+
+DO BICYCLES HAVE WHEELS
+Yes.
+
+DO POST IT NOTES STICK ONTO THINGS
+Yes.
+
+DO SQUIRRELS EAT NUTS
+Yes.
+
+DO SQUIRRELS LIVE IN THE FOREST
+Affirmative.
+
+DO DALMATIONS HAVE SPOTS
+Absolutely.
+
+DO PENGUINS SWIM
+Affirmative.
+
+DO MELONS GROW IN THE SUMMER
+Yes.
+
+DO ICEBERGS FLOAT
+Affirmative.
+
+DO FISH NEED OXYGEN
+Yes.
+
+DO FISH DO IT IN THE WATER
+Yes.
+
+DO FISH BREATH
+Yes.
+
+DO FISH GILLS EXTRACT OXYGEN FROM WATER
+Yes.
+
+DO FISH BLEED
+Absolutely.
+
+DO FISH HAVE FINS
+Yes.
+
+DO FISH MOSTLY LIVE IN WATER
+Yes.
+
+DO FISH EAT FISH FOOD
+Yes.
+
+DO FISH SWIM IN THE OCEAN
+Affirmative.
+
+DO FISH SWIM IN THE SEA
+Yes.
+
+DO FISH LIVE IN THE OCEAN
+Yes.
+
+DO FISH LIVE IN THE WATER
+Yes.
+
+DO FISH LIVE IN WATER
+Yes.
+
+DO FISH LIVE UNDERWATER
+Yes.
+
+DO FISH LIVE UNDER WATER
+Yes.
+
+DO COMPANIES EMPLOY PEOPLE
+Yes.
+
+DO COMPANIES GO PUBLIC BY ISSUING STOCK
+Yes.
+
+DO DOGS WAG THEIR TAILS
+Yes.
+
+DO DOGS CHASE CATS
+Yes.
+
+DO DOGS BITE
+Yes.
+
+DO DOGS SOMETIMES GET FLEAS
+Yes.
+
+DO DOGS SOMETIMES CHASE CATS
+Yes.
+
+DO DOGS SOMETIMES HAVE FLEAS
+Yes.
+
+DO DOGS SLEEP
+Yes.
+
+DO DOGS COME IN DIFFERENT COLORS
+Yes.
+
+DO DOGS BREATHE
+Yes.
+
+DO DOGS DIG HOLES
+Absolutely.
+
+DO DOGS SMELL
+Yes.
+
+DO DOGS HAVE FOUR LEGS
+Absolutely.
+
+DO DOGS HAVE TAILS
+Absolutely.
+
+DO DOGS HAVE 4 LEGS
+Absolutely.
+
+DO DOGS HAVE BARK
+Yes.
+
+DO DOGS DIE
+Yes.
+
+DO DOGS EAT MEAT
+Affirmative.
+
+DO DOGS EAT DOG FOOD
+Yes.
+
+DO DOGS EAT
+Yes.
+
+DO DOGS SWIM
+Absolutely.
+
+DO DOGS MAKE GOOD PETS
+Affirmative.
+
+DO DOGS EVER SLEEP
+Yes.
+
+DO DOGS URINATE
+Yes.
+
+DO DOGS EXIST IN THIS WORLD
+Yes.
+
+DO DOGS LIKE TO PLAY
+Yes.
+
+DO DOGS LIKE BONES
+Affirmative.
+
+DO ACCIDENTS SOMETIMES KILL PEOPLE
+Yes.
+
+DO DRUMS CREATE SOUNDS
+Yes.
+
+DO RECHARGEABLE BATTERIES EXIST
+Yes.
+
+DO GLASSES HELP YOU SEE
+Affirmative.
+
+DO GLASSES HELP CORRECT VISION PROBLEMS
+Yes.
+
+DO GLASSES HELP PEOPLE SEE BETTER
+Yes.
+
+DO GLASSES ASSIST IN SIGHT
+Yes.
+
+DO CACTII GROW IN DESERTS
+Yes.
+
+DO RACING CARS GO FASTER THAN HORSES
+Yes.
+
+DO CARROTS GROW IN THE GROUND
+Affirmative.
+
+DO INNOCENT PEOPLE SUFFER IN A WAR
+Yes.
+
+DO BANDS PLAY MUSIC
+Yes.
+
+DO HANDS HAVE FINGERS
+Yes.
+
+DO CANDLES PROVIDE LIGHT
+Yes.
+
+DO CANDLES HAVE WICKS
+Yes.
+
+DO AQUATIC CREATURES GET WET
+Yes.
+
+DO COMBUSTIONS ENGINES REQUIRE FUEL
+Affirmative.
+
+DO OCEANS CONTAIN WATER
+Yes.
+
+DO OCEANS HAVE WAVES
+Yes.
+
+DO COWS MOO
+Yes.
+
+DO COWS HAVE FOUR LEGS
+Yes.
+
+DO COWS HAVE A FOUR CHAMBERED HEART
+Yes.
+
+DO COWS HAVE 4 LEGS
+Yes.
+
+DO COWS EAT GRASS
+Yes.
+
+DO COWS EAT
+Absolutely.
+
+DO TREES NEED SUNSHINE
+Yes.
+
+DO TREES GROW IN A FOREST
+Yes.
+
+DO TREES GROW
+Absolutely.
+
+DO TREES SWAY IN THE WIND
+Affirmative.
+
+DO TREES SOMETIMES FALL ON HOUSES
+Yes.
+
+DO TREES HAVE LEAVES
+Absolutely.
+
+DO TREES HAVE ROOTS
+Affirmative.
+
+DO TREES HAVE TRUNKS
+Yes.
+
+DO TREES DIE
+Yes.
+
+DO TREES OFTEN HAVE GREEN LEAVES
+Yes.
+
+DO TREES LIVE VIA PHOTOSYNTHESIS
+Affirmative.
+
+DO FRUITS GROW ON TREES
+Yes.
+
+DO VULTURES EAT DEAD ANIMALS
+Yes.
+
+DO CAMERAS TAKE PICTURES
+Yes.
+
+DO ATHLETES COMPETE IN THE OLYMPICS
+Yes.
+
+DO ATHLETES USE DRUGS
+Yes.
+
+DO BONES CONTAIN CALCIUM
+Yes.
+
+DO BONES BREAK
+Yes.
+
+DO COMPUTERS NEED ELECTRICITY
+Yes.
+
+DO COMPUTERS CONSUME ENERGY
+Yes.
+
+DO COMPUTERS COMMUNICATE WITH MODEMS
+Yes.
+
+DO COMPUTERS USE BINARY TO FUNCTION
+Yes.
+
+DO COMPUTERS USE BINARY
+Yes.
+
+DO COMPUTERS USE ELECTRICITY
+Affirmative.
+
+DO COMPUTERS CALCULATE
+Yes.
+
+DO COMPUTERS PROCESS IN BINARY
+Yes.
+
+DO COMPUTERS EVER MAKE A MISTAKE
+Yes.
+
+DO ROSES BUSHES HAVE THORNS
+Yes.
+
+DO ROSES SMELL NICE
+Affirmative.
+
+DO ROSES SMELL GOOD
+Yes.
+
+DO MY FINGERNAILS GROW
+Yes.
+
+DO DALMATIANS HAVE SPOTS
+Yes.
+
+DO WOMEN MARRY MEN
+Yes.
+
+DO WOMEN FIND MEN ATTRACTIVE
+Absolutely.
+
+DO WOMEN GIVE BIRTH TO CHILDREN
+Yes.
+
+DO WOMEN GIVE BIRTH RATHER THAN MEN
+Affirmative.
+
+DO WOMEN CHEAT
+Yes.
+
+DO WOMEN MASTURBATE
+Affirmative.
+
+DO WOMEN TAKE A LONG TIME TO GET READY
+Yes.
+
+DO WOMEN HAVE BABIES
+Yes.
+
+DO WOMEN HAVE BREASTS
+Yes.
+
+DO WOMEN HAVE LEGS
+Affirmative.
+
+DO WOMEN HAVE ORGASMS
+Yes.
+
+DO WOMEN MENSTRUATE
+Yes.
+
+DO WOMEN LOVE ORGASMS
+Yes.
+
+DO WOMEN WEAR BRA
+Yes.
+
+DO WOMEN WEAR EARRINGS
+Yes.
+
+DO WOMEN WEAR PEFUME TO SMELL NICE
+Yes.
+
+DO WOMEN URINATE
+Yes.
+
+DO WOMEN SWEAT
+Yes.
+
+DO WOMEN DANCE WITH MEN
+Yes.
+
+DO WOMEN LIKE TO HAVE ORGASMS
+Yes.
+
+DO WOMEN LIKE DIAMONDS
+Yes.
+
+DO LESBIANS EXIST
+Affirmative.
+
+DO PLANTS NEED SUNLIGHT TO SURVIVE
+Affirmative.
+
+DO PLANTS NEED WATER
+Yes.
+
+DO PLANTS PRODUCE OXYGEN
+Affirmative.
+
+DO PLANTS GROW IN SOIL
+Affirmative.
+
+DO PLANTS GROW FROM SEEDS
+Yes.
+
+DO PLANTS GROW
+Yes.
+
+DO PLANTS CONTAIN CHLOROPHYLL
+Yes.
+
+DO PLANTS CONTAIN CLOROPHYLL
+Absolutely.
+
+DO PLANTS CONTAIN CARBON
+Yes.
+
+DO PLANTS USE PHOTOSYNTHESIS
+Yes.
+
+DO PLANTS REQUIRE SUNLIGHT
+Yes.
+
+DO PLANTS HAVE ROOTS
+Yes.
+
+DO PLANTS HAVE LIFE
+Yes.
+
+DO PLANTS RESPIRE
+Yes.
+
+DO PLANTS LIVE
+Yes.
+
+DO PETS MAKE GOOD COMPANIONS
+Yes.
+
+DO MOLECULES ROTATE AND VIBRATE
+Yes.
+
+DO AMAZON DOT COM SELL BOOKS
+Yes.
+
+DO AMERICAN POLICE CARRY GUNS
+Affirmative.
+
+DO FLYINGFISH FLY SOMETIMES
+Yes.
+
+DO FRENCH PEOPLE LIKE WINE
+Yes.
+
+DO FATHERS HAVE MOTHERS
+Yes.
+
+DO ITEMS CONTRACT WHEN COOLED
+Yes.
+
+DO BLANKETS KEEP YOU WARM
+Yes.
+
+DO BLANKETS KEEP THINGS WARM
+Absolutely.
+
+DO VIOLENT ACTIONS CAUSE PAIN
+Yes.
+
+DO CACTI GROW IN DESERTS
+Yes.
+
+DO TURTLES HAVE A SHELL
+Yes.
+
+DO TURTLES HAVE HARD SHELLS
+Affirmative.
+
+DO TURTLES EAT FOOD
+Yes.
+
+DO TURTLES LAY EGGS
+Yes.
+
+DO GIRAFFES HAVE LONG NECKS
+Yes.
+
+DO GIRAFFES LIVE IN AFRICA
+Yes.
+
+DO RODENTS HAVE NOSES
+Yes.
+
+DO CHILLIES MAKE YOUR MOUTH BURN
+Yes.
+
+DO MOSQUITOES SPREAD DISEASE
+Yes.
+
+DO MOSQUITOES BREED IN STAGNANT WATER
+Absolutely.
+
+DO MAMMELS BREATH AIR
+Yes.
+
+DO HOBBIES ENTERTAIN
+Yes.
+
+DO TRUCKS DRIVE ON ROADS
+Yes.
+
+DO TRUCKS HAVE WHEELS
+Affirmative.
+
+DO BANKS HAVE MONEY
+Yes.
+
+DO LEGS HELP PEOPLE GET AROUND
+Affirmative.
+
+DO FAT GIRLS NEED LOVE
+Yes.
+
+DO PALM TREES GROW IN TROPICAL CLIMATES
+Yes.
+
+DO BRIDES WEAR WHITE DRESSES
+Yes.
+
+DO EXAMS CAUSES STRESS
+Yes.
+
+DO GOVERNMENT CREATE OPPRESSION
+Yes.
+
+DO EAGLES EAT FISH AND SMALL ANIMALS
+Yes.
+
+DO SATANISTS WORSHIP SATAN
+Yes.
+
+DO CLOCKS TICK
+Yes.
+
+DO CLOCKS DISPLAY THE TIME
+Yes.
+
+DO LIGHT BULBS PRODUCE LIGHT
+Yes.
+
+DO OWLS SLEEP
+Yes.
+
+DO OWLS HAVE FEATHERS
+Absolutely.
+
+DO MAIL MEN WORK OUTDOORS
+Yes.
+
+DO FANS MAKE BREEZE
+Yes.
+
+DO KIDS PLAY IN VACANT LOTS IN THE CITY
+Yes.
+
+DO KIDS TEND TO IDOLIZE SPORTS FIGURES
+Affirmative.
+
+DO KIDS LIKE TO PLAY
+Yes.
+
+DO KIDS LIKE ANIMALS
+Affirmative.
+
+DO POLITICIANS LIE
+Absolutely.
+
+DO MIGRANES HURT
+Yes.
+
+DO PROTONS HAVE A POSITIVE CHARGE
+Yes.
+
+DO RIBS PROTECT INTERNAL ORGANS
+Yes.
+
+DO COCONUTS GROW ON TREES
+Yes.
+
+DO GLASS BREAK
+Yes.
+
+DO MALE MAMMALS HAVE PENISES
+Yes.
+
+DO MALE HUMANS HAVE NIPPLES
+Affirmative.
+
+DO MALE HUMANS HAVE PENISES
+Yes.
+
+DO MOOSE AND ELK LIVE IN COOL CLIMATES
+Yes.
+
+DO RATS HAVE TAILS
+Yes.
+
+DO RATS CARRY DISEASE
+Yes.
+
+DO GOLF BALLS HAVE DIMPLES
+Yes.
+
+DO BLOOD DONORS SAVE LIVES
+Yes.
+
+DO RUSSIANS LOVE THEIR CHILDREN
+Yes.
+
+DO BUILDINGS SOMETIMES FALL DOWN
+Yes.
+
+DO BUILDINGS HAVE DOORS
+Yes.
+
+DO BABIES NEED MORE SLEEP THAN ADULTS
+Yes.
+
+DO BABIES NEED PARENTS
+Yes.
+
+DO BABIES NEED TO BE BURPED
+Yes.
+
+DO BABIES NEED TO BE FED
+Yes.
+
+DO BABIES CRY SOMETIMES
+Yes.
+
+DO BABIES CRY
+Yes.
+
+DO BABIES OFTEN CRY
+Yes.
+
+DO BABIES WEAR DIAPERS
+Yes.
+
+DO BABIES DROOL
+Yes.
+
+DO BABIES EXCRETE WASTE
+Affirmative.
+
+DO ONE MEAN ONE
+Yes.
+
+DO RESTAURANTS SELL FOOD
+Yes.
+
+DO BEAVERS SOMETIMES BUILD DAMS
+Yes.
+
+DO WHEELS ROLL
+Yes.
+
+DO OTTERS SWIM
+Affirmative.
+
+DO JOKES MAKE YOU LAUGH
+Yes.
+
+DO JOKES MAKE PEOPLE LAUGH
+Yes.
+
+DO CARS DRIVE ON ROADS
+Affirmative.
+
+DO CARS DRIVE ON STREETS
+Yes.
+
+DO CARS TRAVEL ON ROADS
+Yes.
+
+DO CARS RUN ON GASOLINE
+Yes.
+
+DO CARS POLLUTE MORE THAN BICYCLES
+Yes.
+
+DO CARS POLLUTE THE ATMOSPHERE
+Yes.
+
+DO CARS BREAK DOWN
+Affirmative.
+
+DO CARS CONSUME GASOLINE
+Yes.
+
+DO CARS USE BRAKES TO STOP
+Yes.
+
+DO CARS USE FUEL TO RUN
+Yes.
+
+DO CARS USE FUEL
+Yes.
+
+DO CARS USE PETROL
+Yes.
+
+DO CARS HAVE TACHOMETERS
+Yes.
+
+DO CARS HAVE FOUR WHEELS
+Yes.
+
+DO CARS HAVE SPEEDOMETERS
+Yes.
+
+DO CARS HAVE GAS GAUGES
+Yes.
+
+DO CARS HAVE WHEELS
+Absolutely.
+
+DO CARS HAVE 4 WHEELS
+Yes.
+
+DO CARS HAVE DOORS
+Yes.
+
+DO CARS HAVE ENGINES
+Yes.
+
+DO CARS HAVE HEAD LIGHTS
+Yes.
+
+DO CARS HAVE TWO AXLES
+Absolutely.
+
+DO CARS HAVE WINDOWS
+Affirmative.
+
+DO CARS MAKE NOISE
+Yes.
+
+DO CARS CAUSE POLLUTION
+Yes.
+
+DO CARS GO FASTER THAN HUMANS
+Yes.
+
+DO APPLES GROW IN TREES
+Yes.
+
+DO APPLES GROW ON APPLE TREES
+Yes.
+
+DO APPLES COME FROM AN APPLE TREE
+Yes.
+
+DO APPLES TASTE GOOD
+Yes.
+
+DO LIONS EAT ZEBRAS
+Yes.
+
+DO LIONS EVER EAT PEOPLE
+Absolutely.
+
+DO HUMAN FEMALES HAVE BREASTS
+Yes.
+
+DO HUMAN BABIES CRY SOMETIMES
+Yes.
+
+DO HUMAN TEETH CONNECT TO THE JAWBONE
+Yes.
+
+DO HUMAN HAVE BLOOD
+Affirmative.
+
+DO HUMAN HAVE A LIFE
+Yes.
+
+DO HUMAN FEET HAVE FIVE TOES
+Yes.
+
+DO HUMAN MAKE MISTAKES
+Yes.
+
+DO HUMAN BEINGS NEED OXYGEN TO SURVIVE
+Yes.
+
+DO HUMAN BEINGS BREATHE
+Affirmative.
+
+DO HUMAN BEINGS REQUIRE OXYGEN TO LIVE
+Yes.
+
+DO HUMAN BEINGS HAVE A SUBCONSCIOUS
+Absolutely.
+
+DO HUMAN BEINGS HAVE ONE NOSE
+Yes.
+
+DO HUMAN BEINGS HAVE TWO EYES
+Yes.
+
+DO HUMAN BEINGS HAVE FINGERS
+Yes.
+
+DO HUMAN BEINGS DIE
+Affirmative.
+
+DO BOOKSHELVES HOLD BOOKS
+Yes.
+
+DO LLAMAS HAVE FOUR LEGS
+Yes.
+
+DO RADIOS PLAY MUSIC
+Yes.
+
+DO JAPANESE EAT RICE
+Yes.
+
+DO BELLS RING
+Yes.
+
+DO CELLS CONTAIN DNA
+Yes.
+
+DO SHOES SOMETIMES PINCH THE FEET
+Yes.
+
+DO SHOES COME IN DIFFERENT SIZES
+Yes.
+
+DO SHOES HAVE SOLES
+Affirmative.
+
+DO SHOES PROTECT YOUR FEET
+Yes.
+
+DO SHOES WEAR OUT AFTER LONG USE
+Yes.
+
+DO SHOES GO ON FEET
+Yes.
+
+DO YOU WEAR SHOES ON YOUR FEET
+Yes.
+
+DO YOU SEE THIS QUESTION
+Yes.
+
+DO YOU SEE YOUR REFLECTION IN A MIRROR
+Yes.
+
+DO YOU KNOW FOUL LANGUAGE
+Yes.
+
+DO YOU READ MAGAZINES
+Yes.
+
+DO YOU OWN SHARES
+Affirmative.
+
+DO YOU SIT IN A CHAIR
+Yes.
+
+DO YOU BELIVE IN LOVE
+Yes.
+
+DO YOU WAKE UP IN THE MORNING
+Yes.
+
+DO YOU DREAM WHEN YOU SLEEP
+Absolutely.
+
+DO YOU LOSE HAIR WHEN YOU GROW OLD
+Yes.
+
+DO YOU LEARN SOMETHING NEW EVERY DAY
+Yes.
+
+DO YOU LEARN AT SCHOOL
+Yes.
+
+DO YOU RUN FASTER THAN YOU WALK
+Yes.
+
+DO YOU DIE WHEN YOUR HEART EXPLODES
+Yes.
+
+DO YOU THINK ABOUT YOURSELF SOMETIMES
+Yes.
+
+DO YOU THINK BEFORE YOU ANSWER
+Yes.
+
+DO YOU SHOOT ARROWS WITH A BOW
+Yes.
+
+DO YOU GET WET WHEN IT RAINS
+Yes.
+
+DO YOU GET WET WHEN YOU TAKE A SHOWER
+Yes.
+
+DO YOU GET WET YOU FALL IN A LAKE
+Affirmative.
+
+DO YOU GET OLDER EVERY DAY
+Yes.
+
+DO YOU NEED ENERGY IN ORDER TO SURVIVE
+Yes.
+
+DO YOU NEED TO OPEN YOUR MOUTH TO EAT
+Yes.
+
+DO YOU NEED TO BREATHE TO LIVE
+Absolutely.
+
+DO YOU NEED FOOD TO LIVE
+Yes.
+
+DO YOU NEED SOME TIME TO YOURSELF
+Yes.
+
+DO YOU NEED WATER TO SURVIVE
+Yes.
+
+DO YOU MAKE MISTAKES. INTERJECTION
+Yes.
+
+DO YOU WRITE ON PAPER
+Affirmative.
+
+DO YOU EAT WHEN YOU ARE HUNGRY
+Affirmative.
+
+DO YOU EAT DAILY
+Yes.
+
+DO YOU SLEEP SOMETIMES
+Yes.
+
+DO YOU ANSWER AS A HUMAN
+Yes.
+
+DO YOU STOP AT A RED TRAFFIC LIGHT
+Yes.
+
+DO YOU USE ELECTRICITY
+Yes.
+
+DO YOU USE A ROUND BALL IN BASEBALL
+Absolutely.
+
+DO YOU USE SOAP TO CLEAN THINGS
+Yes.
+
+DO YOU FEET HURT AFTER WALKING ALL DAY
+Yes.
+
+DO YOU WANT SOMETHING TO EAT EVERY DAY
+Yes.
+
+DO YOU WANT TO BE HAPPY
+Yes.
+
+DO YOU WANT TO BE LOVED
+Yes.
+
+DO YOU WANT TO BE ALONE SOMETIMES
+Yes.
+
+DO YOU WANT TO LIVE
+Yes.
+
+DO YOU TYPE WITH YOUR HANDS
+Yes.
+
+DO YOU LIVE ON EARTH
+Yes.
+
+DO YOU LOATHE THE SMELL OF SOME PEOPLE
+Yes.
+
+DO YOU DRINK COFEE FROM A MUG
+Yes.
+
+DO YOU DRINK FROM A CUP
+Yes.
+
+DO YOU BELIEVE WATER IS WET
+Yes.
+
+DO YOU HAVE A FINITE LIFE SPAN
+Affirmative.
+
+DO YOU HAVE INTESTINES
+Yes.
+
+DO YOU HAVE NAME
+Yes.
+
+DO YOU HAVE TO REGISTER TO USE ALICE
+Yes.
+
+DO YOU HAVE TO BREATHE
+Yes.
+
+DO YOU HAVE TWO LEGS
+Yes.
+
+DO YOU HAVE TWO FEET
+Affirmative.
+
+DO YOU LIKE SLEEP
+Yes.
+
+DO YOU LIKE SWEET FOODSTUFFS
+Affirmative.
+
+DO YOU LIKE TALKLING
+Yes.
+
+DO YOU LIKE LISTENING TO MUSIC
+Affirmative.
+
+DO YOU LIKE AIR
+Affirmative.
+
+DO YOU LIKE READING BOOKS
+Yes.
+
+DO YOU LIKE PIZZAS
+Yes.
+
+DO YOU LIKE EATING
+Yes.
+
+DO YOU LIKE APPLE PIE
+Yes.
+
+DO YOU LIKE BEING LOVED
+Affirmative.
+
+DO YOU LIKE BEING ALIVE
+Affirmative.
+
+DO FISHES EAT FISHES
+Affirmative.
+
+DO NOSTRILS HELP PEOPLE BREATH
+Yes.
+
+DO BRAINS CONTAIN NEURONS
+Absolutely.
+
+DO DUST MITES LIVE IN CARPET
+Affirmative.
+
+DO DETECTIVES SOLVE MYSTERIES
+Yes.
+
+DO DETECTIVES THINK
+Yes.
+
+DO BEDS SOMETIMES HAVE HEADBOARDS
+Yes.
+
+DO PAPER CLIPS COME IN MANY SIZES
+Affirmative.
+
+DO PAPER BOOKS HAVE PAGES
+Yes.
+
+DO TRAINS RUN ON TRACKS
+Yes.
+
+DO COUNTRIES HAVE DIFFERENT CURRENCIES
+Yes.
+
+DO COUNTRIES HAVE BORDERS
+Yes.
+
+DO STEREOS PLAY MUSIC
+Yes.
+
+DO ROCKS FALL WHEN DROPPED
+Yes.
+
+DO ROCKS STARS EVER TAKE DRUGS
+Yes.
+
+DO SOCKS COME IN VARIOUS HEIGHTS
+Yes.
+
+DO FLAMES HURT
+Yes.
+
+DO WARS PROMOTE PRODUCTION OF WEAPONS
+Affirmative.
+
+DO FEMALE HUMANS HAVE BREASTS
+Yes.
+
+DO FEMALE HUMANS MENSTRUATE
+Yes.
+
+DO INTEL MAKE THE PENTIUM III
+Yes.
+
+DO PURSES HAVE A USE
+Yes.
+
+DO CLOUDS PRODUCE RAIN
+Yes.
+
+DO CLOUDS CONTAIN WATER VAPOUR
+Yes.
+
+DO CLOUDS CONTAIN WATER PARTICLES
+Yes.
+
+DO CLOUDS SOMETIMES CAUSE RAIN
+Yes.
+
+DO CLOUDS MOVE ACROSS THE SKY
+Yes.
+
+DO RECORDS HAVE TWO SIDES
+Absolutely.
+
+DO PARIS IS IN FRANCE
+Yes.
+
+DO DATES GROW ON PALM TREES
+Affirmative.
+
+DO I GET WET I WALK IN THE RAIN
+Yes.
+
+DO I GET WET IN MY EYES WHEN I CRY
+Yes.
+
+DO I GET MY DNA FROM MY PARENTS
+Yes.
+
+DO I FART
+Yes.
+
+DO I HAVE PARENTS
+Yes.
+
+DO I HAVE A MOTHER AND FATHER
+Yes.
+
+DO I HAVE TO EAT TO STAY ALIVE
+Affirmative.
+
+DO I PUT SOCKS ON MY FEET
+Yes.
+
+DO I EXIST I AM ALIVE
+Yes.
+
+DO SOME FLOWERS SMELL GOOD
+Yes.
+
+DO SOME PLANTS HAVE FLOWERS
+Yes.
+
+DO SOME CARS RUN ON GAS
+Yes.
+
+DO SOME BALLOONS FLOAT IN THE AIR
+Yes.
+
+DO SOME BIRDS NEST IN TREES
+Yes.
+
+DO SOME BIRDS FLY SOUTH FOR THE WINTER
+Yes.
+
+DO SOME LEAVES CARRY OUT PHOTOSYNTHESIS
+Yes.
+
+DO SOME BUILDINGS HAVE ELEVATORS
+Yes.
+
+DO SOME CIGARETTES HAVE FILTERS
+Yes.
+
+DO SOME CHILDREN EAT BANANAS
+Yes.
+
+DO SOME CHILDREN LIKE TO PLAY GAMES
+Yes.
+
+DO SOME BOOKS CONTAIN PICTURES
+Yes.
+
+DO SOME RANGEFINDERS USE LASER BEAMS
+Yes.
+
+DO SOME WORDS HAVE MULTIPLE MEANINGS
+Yes.
+
+DO SOME WORDS HAVE SEVERAL MEANINGS
+Yes.
+
+DO SOME PLANES FLY HIGHER THAN OTHERS
+Yes.
+
+DO SOME MEN HIT THEIR WIVES
+Yes.
+
+DO SOME MEN SHAVE THEIR BEARDS
+Absolutely.
+
+DO SOME MEN ENJOY A DRINK OF BEER
+Yes.
+
+DO SOME MEN ENJOY BEER
+Yes.
+
+DO SOME MEN USE ELECTRIC SHAVERS
+Yes.
+
+DO SOME MEN HAVE BEARDS
+Affirmative.
+
+DO SOME WHALES EAT PLANKTON
+Yes.
+
+DO SOME FOODS TASTE GOOD
+Yes.
+
+DO SOME BACTERIA CAUSE DISEASE
+Affirmative.
+
+DO SOME HUMANS REFUSE TO EAT MEAT
+Yes.
+
+DO SOME HUMANS EAT CRABS
+Yes.
+
+DO SOME HUMANS EAT DEAD ANIMALS
+Yes.
+
+DO SOME HUMANS WEAR JEWELLERY
+Yes.
+
+DO SOME PEOPLE KEEP PETS FOR COMPANY
+Yes.
+
+DO SOME PEOPLE SNORE
+Yes.
+
+DO SOME PEOPLE ENJOY SHOPPING
+Yes.
+
+DO SOME PEOPLE ENJOY SMOKING MARIJUANA
+Yes.
+
+DO SOME PEOPLE ENJOY DESTROYING THINGS
+Yes.
+
+DO SOME PEOPLE ENJOY SWIMMING
+Absolutely.
+
+DO SOME PEOPLE LIE
+Absolutely.
+
+DO SOME PEOPLE GET ANGRY TOO EASILY
+Absolutely.
+
+DO SOME PEOPLE GET AIRSICK
+Yes.
+
+DO SOME PEOPLE CUT HAIR FOR A LIVING
+Yes.
+
+DO SOME PEOPLE TAKE LUNCH TO WORK
+Yes.
+
+DO SOME PEOPLE CRY WHEN THEY ARE HAPPY
+Yes.
+
+DO SOME PEOPLE SLEEP IN IGLOOS
+Affirmative.
+
+DO SOME PEOPLE KILL FOR MONEY
+Yes.
+
+DO SOME PEOPLE HAVE CATS AS PETS
+Affirmative.
+
+DO SOME PEOPLE HAVE PIMPLES
+Yes.
+
+DO SOME PEOPLE HAVE ONLY ONE LEG
+Yes.
+
+DO SOME PEOPLE HAVE HIGH CHOLESTEROL
+Affirmative.
+
+DO SOME PEOPLE HAVE BUCK TEETH
+Yes.
+
+DO SOME PEOPLE HAVE SEX FOR MONEY
+Yes.
+
+DO SOME PEOPLE DIE FROM CANCER
+Yes.
+
+DO SOME PEOPLE HATE THEIR FATHERS
+Yes.
+
+DO SOME PEOPLE HATE OTHERS
+Yes.
+
+DO SOME PEOPLE EAT INSECTS
+Yes.
+
+DO SOME PEOPLE EAT MEAT
+Yes.
+
+DO SOME PEOPLE EAT CRABS
+Yes.
+
+DO SOME PEOPLE EAT SNAILS
+Yes.
+
+DO SOME PEOPLE MAKE MANY MISTAKES
+Yes.
+
+DO SOME PEOPLE CARRY MOBILE TELEPHONES
+Affirmative.
+
+DO SOME PEOPLE LIKE TO HURT OTHERS
+Yes.
+
+DO SOME PEOPLE LIKE CREAM IN COFFEE
+Yes.
+
+DO SOME CHAIRS HAVE ARMS
+Yes.
+
+DO SOME DOGS SNORE WHEN SLEEPING
+Yes.
+
+DO SOME DOGS HAVE BAD BREATH
+Affirmative.
+
+DO SOME DOGS LIKE TO PLAY BALL
+Yes.
+
+DO SOME BOYS LIKE SOME GIRLS
+Yes.
+
+DO SOME BEDS HAVE BED SKIRTS
+Yes.
+
+DO SOME TREES STAY GREEN DURING WINTER
+Yes.
+
+DO SOME TREES PRODUCE FRUIT
+Yes.
+
+DO SOME GRAPES HAVE SEEDS
+Yes.
+
+DO SOME FORMS OF RADIATION CAUSE CANCER
+Yes.
+
+DO SOME MALE HUMANS HAVE BEARDS
+Yes.
+
+DO HOLES EXIST
+Affirmative.
+
+DO BANANAS COME IN BUNCHES
+Yes.
+
+DO ORANGES GROW ON TREES
+Affirmative.
+
+DO ORANGES TASTE GOOD
+Yes.
+
+DO GARBAGE TRUCKS HAUL GARBAGE
+Yes.
+
+DO GARBAGE TRUCKS CARRY GARBAGE
+Yes.
+
+DO MAGIC MUSHROOMS CAUSE VISIONS
+Yes.
+
+DO CANNIBALS EAT PEOPLE
+Yes.
+
+DO LEAVES GROW ON TREES
+Yes.
+
+DO SHARP THINGS CUT
+Yes.
+
+DO KEYS OPEN LOCKS
+Affirmative.
+
+DO SATELLITES ORBIT THE EARTH
+Yes.
+
+DO THESE WORDS CONSIST OF LETTERS
+Yes.
+
+DO CATERPILLERS TURN INTO BUTTERFLIES
+Yes.
+
+DO KITTENS LIKE TO PLAY
+Yes.
+
+DO IRONING BOARDS FOLD FOR STORAGE
+Yes.
+
+DO LIGHTBULBS NEED ELECTRICITY TO WORK
+Absolutely.
+
+DO LIGHTBULBS BURN OUT EVENTUALLY
+Yes.
+
+DO LIGHTBULBS EVER BURN OUT
+Yes.
+
+DO LAKES HAVE WATER IN THEM
+Yes.
+
+DO PINE TREES HAVE NEEDLES
+Yes.
+
+DO BEES POLLENATE FLOWERS
+Yes.
+
+DO BEES BUZZ
+Affirmative.
+
+DO BEES HELP POLLINATE PLANTS
+Yes.
+
+DO BEES STING
+Yes.
+
+DO BEES MAKE HONEY
+Yes.
+
+DO BUTTERFLIES HAVE WINGS
+Yes.
+
+DO BUTTERFLIES HATCH FROM CATERPILLARS
+Yes.
+
+DO MOTORCYCLES HAVE ENGINES
+Yes.
+
+DO PUNKS WEAR SPIKES
+Yes.
+
+DO PEAS GROW INSIDE A POD
+Yes.
+
+DO GALAXIES CONTAIN BILLIONS OF STARS
+Affirmative.
+
+DO AIR CONDITIONERS COOL THE ROOM
+Yes.
+
+DO SIGNS PROVIDE INFORMATION
+Yes.
+
+DO PEOPLE CHEAT
+Yes.
+
+DO PEOPLE CONTAIN MEMORY
+Yes.
+
+DO PEOPLE NAP ON A SOFA
+Yes.
+
+DO PEOPLE NAP ON A COUCH
+Yes.
+
+DO PEOPLE PAINT EGGS AT EASTER TIME
+Affirmative.
+
+DO PEOPLE EXIST
+Yes.
+
+DO PEOPLE HEAR SOUND
+Yes.
+
+DO PEOPLE HEAR WITH THEIR EARS
+Yes.
+
+DO PEOPLE LISTEN TO THE RADIO
+Yes.
+
+DO PEOPLE LISTEN TO MUSIC
+Yes.
+
+DO PEOPLE LAUGH
+Yes.
+
+DO PEOPLE WEIGH LESS ON THE MOON
+Yes.
+
+DO PEOPLE WEAR SHOES ON THEIR FEET
+Yes.
+
+DO PEOPLE WEAR CLOTHES
+Affirmative.
+
+DO PEOPLE WEAR RINGS ON THEIR FINGERS
+Yes.
+
+DO PEOPLE WEAR CLOTHING
+Yes.
+
+DO PEOPLE WEAR COATS ON COLD DAYS
+Absolutely.
+
+DO PEOPLE LOVE THEIR PET ANIMALS
+Yes.
+
+DO PEOPLE LOVE ANIMALS
+Yes.
+
+DO PEOPLE RIDE HORSES
+Yes.
+
+DO PEOPLE RIDE SOME ANIMALS
+Yes.
+
+DO PEOPLE DREAM
+Yes.
+
+DO PEOPLE SKATE ON ICE
+Yes.
+
+DO PEOPLE DIE IN WARS
+Yes.
+
+DO PEOPLE DIE IN WAR
+Yes.
+
+DO PEOPLE DIE FROM HUNGER
+Yes.
+
+DO PEOPLE DIE FROM CANCER
+Affirmative.
+
+DO PEOPLE DIE
+Yes.
+
+DO PEOPLE COOK FOOD IN KITCHENS
+Absolutely.
+
+DO PEOPLE SLEEP IN BED
+Affirmative.
+
+DO PEOPLE SLEEP IN BEDS
+Affirmative.
+
+DO PEOPLE SLEEP AT NIGHT
+Yes.
+
+DO PEOPLE SLEEP ON A BED
+Yes.
+
+DO PEOPLE SLEEP
+Yes.
+
+DO PEOPLE URINATE
+Yes.
+
+DO PEOPLE NEED OXYGEN TO SURVIVE
+Yes.
+
+DO PEOPLE NEED OXYGEN TO LIVE
+Affirmative.
+
+DO PEOPLE NEED AIR TO LIVE
+Yes.
+
+DO PEOPLE NEED A BRAIN
+Yes.
+
+DO PEOPLE NEED TO DRINK WATER
+Yes.
+
+DO PEOPLE NEED TO BREATH OXYGEN TO LIVE
+Absolutely.
+
+DO PEOPLE NEED TO COMMUNICATE
+Yes.
+
+DO PEOPLE NEED TO SLEEP
+Yes.
+
+DO PEOPLE NEED TO BREATHE AIR TO LIVE
+Yes.
+
+DO PEOPLE NEED TO EAT FOOD TO LIVE
+Yes.
+
+DO PEOPLE NEED TO EAT
+Yes.
+
+DO PEOPLE NEED FOOD TO LIVE
+Yes.
+
+DO PEOPLE NEED FOOD
+Yes.
+
+DO PEOPLE NEED OXGYEN TO LIVE
+Yes.
+
+DO PEOPLE NEED PEOPLE
+Yes.
+
+DO PEOPLE NEED WATER TO LIVE
+Affirmative.
+
+DO PEOPLE USE THEIR EYES FOR SEEING
+Yes.
+
+DO PEOPLE USE CHOPSTICKS IN JAPAN
+Yes.
+
+DO PEOPLE USE EYES TO SEE
+Yes.
+
+DO PEOPLE WALK THEIR DOGS
+Yes.
+
+DO PEOPLE WALK ON TWO LEGS
+Yes.
+
+DO PEOPLE WALK
+Yes.
+
+DO PEOPLE WRITE WITH PENCILS
+Yes.
+
+DO PEOPLE WRITE BOOKS
+Absolutely.
+
+DO PEOPLE OBEY THE LAW OF GRAVITY
+Yes.
+
+DO PEOPLE HAVE EMOTIONS
+Yes.
+
+DO PEOPLE HAVE TOES
+Yes.
+
+DO PEOPLE HAVE TEN TOES
+Affirmative.
+
+DO PEOPLE HAVE SKIN
+Absolutely.
+
+DO PEOPLE HAVE HEADS
+Yes.
+
+DO PEOPLE HAVE HAIR
+Affirmative.
+
+DO PEOPLE HAVE PARENTS
+Affirmative.
+
+DO PEOPLE HAVE EYES
+Yes.
+
+DO PEOPLE HAVE ARMS
+Yes.
+
+DO PEOPLE HAVE TO EAT TO STAY ALIVE
+Yes.
+
+DO PEOPLE HAVE TO EAT TO SURVIVE
+Affirmative.
+
+DO PEOPLE HAVE TO EAT
+Yes.
+
+DO PEOPLE HAVE RELATIONSHIPS
+Yes.
+
+DO PEOPLE HAVE TEETH
+Affirmative.
+
+DO PEOPLE HAVE 2 EYES
+Yes.
+
+DO PEOPLE HAVE 2 NOSTRILS
+Yes.
+
+DO PEOPLE HAVE 2 HANDS
+Yes.
+
+DO PEOPLE HAVE 2 FEET
+Yes.
+
+DO PEOPLE HAVE NAMES
+Yes.
+
+DO PEOPLE HAVE FEET
+Affirmative.
+
+DO PEOPLE HAVE TWO EYES
+Yes.
+
+DO PEOPLE HAVE TWO ARMS
+Yes.
+
+DO PEOPLE HAVE TWO LEGS
+Affirmative.
+
+DO PEOPLE HAVE FANTASIES
+Yes.
+
+DO PEOPLE HAVE FINGERS
+Yes.
+
+DO PEOPLE HAVE NOSES
+Yes.
+
+DO PEOPLE SIT IN CHAIRS
+Yes.
+
+DO PEOPLE LIKE CATS
+Yes.
+
+DO PEOPLE LIKE LISTENING TO MUSIC
+Yes.
+
+DO PEOPLE LIKE MONEY
+Yes.
+
+DO PEOPLE LIKE MUSIC
+Absolutely.
+
+DO PEOPLE LIKE COMFORT
+Yes.
+
+DO PEOPLE LIKE TO PLAY GAMES
+Absolutely.
+
+DO PEOPLE LIKE TO FEEL NEEDED
+Yes.
+
+DO PEOPLE LIKE TO LAUGH
+Yes.
+
+DO PEOPLE LIKE TO BE TOGETHER
+Yes.
+
+DO PEOPLE LIKE TO LISTEN TO MUSIC
+Yes.
+
+DO PEOPLE LIKE TO EAT FOOD
+Yes.
+
+DO PEOPLE LIKE TO EAT BREAKFAST
+Yes.
+
+DO PEOPLE LIKE TO EAT CHOCOLATE
+Yes.
+
+DO PEOPLE LIKE TO MAKE MONEY
+Affirmative.
+
+DO PEOPLE LIKE HOTDOGS
+Yes.
+
+DO PEOPLE LIKE PARIS
+Affirmative.
+
+DO PEOPLE LIKE FREE THINGS
+Yes.
+
+DO PEOPLE CONFUSE VALUE AND PRICE
+Yes.
+
+DO PEOPLE RUN FOR EXERCISE
+Yes.
+
+DO PEOPLE WORK DURING THE DAY
+Yes.
+
+DO PEOPLE WORK FOR MONEY
+Yes.
+
+DO PEOPLE SURF ON WAVES IN THE OCEAN
+Yes.
+
+DO PEOPLE SWIM IN WATER
+Yes.
+
+DO PEOPLE SMOKE
+Yes.
+
+DO PEOPLE FROM ITALY SPEAK ITALIAN
+Yes.
+
+DO PEOPLE GET HANGOVERS FROM ALCOHOL
+Yes.
+
+DO PEOPLE GET DEPRESSED
+Yes.
+
+DO PEOPLE GET WET IN THE RAIN
+Yes.
+
+DO PEOPLE GET TIRED AFTER HEAVY WORK
+Yes.
+
+DO PEOPLE GET TIRED
+Yes.
+
+DO PEOPLE GET OLDER OVER TIME
+Yes.
+
+DO PEOPLE GET OLDER AS THE YEARS GO ON
+Yes.
+
+DO PEOPLE GET OLDER AS TIME GOES BY
+Yes.
+
+DO PEOPLE GET WRINKLED AS THEY AGE
+Yes.
+
+DO PEOPLE CRY
+Yes.
+
+DO PEOPLE HURT PEOPLE
+Yes.
+
+DO PEOPLE BELIEVE IN LIFE AFTER DEATH
+Yes.
+
+DO PEOPLE TEND TO DIE AFTER SOME TIME
+Affirmative.
+
+DO PEOPLE NAME THINGS TO IDENTIFY THEM
+Yes.
+
+DO PEOPLE IN GERMANY SPEAK GERMAN
+Yes.
+
+DO PEOPLE IN FRANCE SPEAK FRENCH
+Yes.
+
+DO PEOPLE IN SPAIN SPEAK SPANISH
+Affirmative.
+
+DO PEOPLE WORSHIP GOD IN TEMPLES
+Yes.
+
+DO PEOPLE MAKE TOOLS
+Yes.
+
+DO PEOPLE MAKE MISTAKES
+Yes.
+
+DO PEOPLE BREATH
+Yes.
+
+DO PEOPLE LEARN THINGS FROM BOOKS
+Yes.
+
+DO PEOPLE EAT PIGS
+Yes.
+
+DO PEOPLE EAT BANANAS
+Affirmative.
+
+DO PEOPLE EAT PIE FOR DESSERT
+Yes.
+
+DO PEOPLE EAT SHARKS
+Yes.
+
+DO PEOPLE EAT FOOD
+Yes.
+
+DO PEOPLE EAT MEAT
+Yes.
+
+DO PEOPLE EAT WHEN THEY ARE HUNGRY
+Affirmative.
+
+DO PEOPLE EAT BEEF
+Absolutely.
+
+DO PEOPLE EAT COWS
+Affirmative.
+
+DO PEOPLE EAT
+Yes.
+
+DO PEOPLE EAT SANDWICHES FOR LUNCH
+Yes.
+
+DO PEOPLE WASH THEIR HAIR WITH SHAMPOO
+Yes.
+
+DO PEOPLE HATE WAR
+Yes.
+
+DO PEOPLE TALK DIFFERENTLY
+Yes.
+
+DO PEOPLE TALK
+Yes.
+
+DO PEOPLE DANCE TO RHYTHMIC MUSIC
+Yes.
+
+DO PEOPLE FEAR PAIN
+Yes.
+
+DO PEOPLE READ BOOKS
+Affirmative.
+
+DO PEOPLE READ NEWPAPER DAILY
+Yes.
+
+DO PEOPLE KILL ANIMALS
+Yes.
+
+DO PEOPLE ENJOY PETS
+Yes.
+
+DO PEOPLE ENJOY MUSIC
+Affirmative.
+
+DO PEOPLE ENJOY RECIEVING LOVE LETTERS
+Yes.
+
+DO PEOPLE ENJOY CONVERSATION
+Yes.
+
+DO PEOPLE ENJOY BEING IN LOVE
+Yes.
+
+DO PEOPLE ENJOY PLAYING COMPUTER GAMES
+Yes.
+
+DO PEOPLE EVENTUALLY DIE
+Yes.
+
+DO PEOPLE ENJOYING PLAYING SPORTS
+Yes.
+
+DO PEOPLE DRIVE ON ROADS
+Yes.
+
+DO PEOPLE DRIVE ON THE LEFT IN BRITAIN
+Yes.
+
+DO PEOPLE GAMBLE IN CASINOS
+Yes.
+
+DO PEOPLE PLAY GAMES FOR ENJOYMENT
+Yes.
+
+DO PEOPLE BREATHE AIR TO LIVE
+Yes.
+
+DO PEOPLE BREATHE AIR
+Yes.
+
+DO PEOPLE BREATHE
+Yes.
+
+DO PEOPLE ENTER ROOM THROUGH A DOOR
+Yes.
+
+DO PEOPLE GROW OLD
+Yes.
+
+DO PEOPLE GROW
+Yes.
+
+DO PEOPLE ASSUME TOO MUCH
+Yes.
+
+DO PEOPLE DOGS AND CATS HAVE HEARTS
+Affirmative.
+
+DO PEOPLE STOP AT A RED LIGHT
+Yes.
+
+DO PEOPLE AGE
+Yes.
+
+DO PEOPLE LIE
+Affirmative.
+
+DO PEOPLE BUY PRODUCTS ONLINE
+Yes.
+
+DO PEOPLE SPEND MONEY IN A CASINO
+Yes.
+
+DO PEOPLE FEEL PAIN SOMETIMES
+Yes.
+
+DO PEOPLE SOMETIMES WASH THEIR CARS
+Yes.
+
+DO PEOPLE SOMETIMES LIE
+Yes.
+
+DO PEOPLE SOMETIMES TELL LIES
+Yes.
+
+DO PEOPLE SOMETIMES KILL OTHER PEOPLE
+Yes.
+
+DO PEOPLE SOMETIMES SMELL BAD
+Yes.
+
+DO PEOPLE SOMETIMES TRY TO CHEAT
+Yes.
+
+DO PEOPLE SOMETIMES MAKE MISTAKES
+Yes.
+
+DO PEOPLE SOMETIMES LIKE OTHER PEOPLE
+Yes.
+
+DO PEOPLE SOMETIMES LIKE BAD THINGS
+Yes.
+
+DO PEOPLE MASTURBATE
+Yes.
+
+DO PEOPLE SELL FOOD
+Yes.
+
+DO PEOPLE CARE ABOUT THEIR LOVED
+Yes.
+
+DO PEOPLE OFTEN HAVE TEETH
+Yes.
+
+DO PEOPLE OFTEN COLLECT MUSIC
+Affirmative.
+
+DO PEOPLE PRAY IN A CHURCH
+Yes.
+
+DO PEOPLE PRAY
+Yes.
+
+DO PEOPLE GO TO BED IN THE EVENING
+Yes.
+
+DO PEOPLE GO HIKING FOR EXERCISE
+Yes.
+
+DO PEOPLE SING FOR FUN
+Yes.
+
+DO PEOPLE LIVE UNTIL THEY DIE
+Affirmative.
+
+DO PEOPLE LIVE IN CITIES
+Yes.
+
+DO PEOPLE LIVE IN HOUSES
+Yes.
+
+DO PEOPLE LIVE ON EARTH
+Yes.
+
+DO PEOPLE PUT MONEY INTO BANKS
+Yes.
+
+DO PEOPLE PUT ON SOCKS BEFORE SHOES
+Affirmative.
+
+DO PEOPLE WATCH TV EVERY DAY
+Yes.
+
+DO PEOPLE REQUIRE FOOD TO SURVIVE
+Yes.
+
+DO PEOPLE REQUIRE FOOD
+Absolutely.
+
+DO PEOPLE REQUIRE SLEEP
+Yes.
+
+DO PEOPLE REQUIRE WATER
+Affirmative.
+
+DO PEOPLE PREFER TO HAVE HEALTHY BABIES
+Yes.
+
+DO PEOPLE THINK ABOUT FOOD EVERY DAY
+Yes.
+
+DO PEOPLE THINK
+Yes.
+
+DO STAMPS COST MONEY
+Affirmative.
+
+DO LIVING PLANTS GROW
+Yes.
+
+DO LIVING HUMANS BREATHE
+Yes.
+
+DO LIVING PEOPLE BREATHE
+Affirmative.
+
+DO LIVING THINGS CONTAIN DNA
+Yes.
+
+DO BLACK HOLES EXIST
+Yes.
+
+DO BLISTERS ON YOUR FEET HURT
+Yes.
+
+DO MEMORIES FADE OVER TIME
+Affirmative.
+
+DO CHILRED LIKE TO PLAY
+Yes.
+
+DO JETS FLY FASTER THAN BIRDS
+Yes.
+
+DO JETS GO FAST
+Yes.
+
+DO TRIANGLES HAVE 3 SIDES
+Yes.
+
+DO TRIANGLES HAVE THREE SIDES
+Yes.
+
+DO CATS SEE WELL IN THE DARK
+Yes.
+
+DO CATS GET SICK
+Yes.
+
+DO CATS LAND ON THEIR FEET
+Yes.
+
+DO CATS PURR WHEN HAPPY
+Affirmative.
+
+DO CATS KILL AND EAT MICE
+Yes.
+
+DO CATS HAVE FOUR LEGS
+Affirmative.
+
+DO CATS HAVE FOUR PAWS
+Yes.
+
+DO CATS HAVE CLAWS
+Affirmative.
+
+DO CATS HAVE A TAIL
+Yes.
+
+DO CATS HAVE EYES
+Yes.
+
+DO CATS HAVE 4 LEGS
+Yes.
+
+DO CATS HAVE ELONGATED PUPILS
+Absolutely.
+
+DO CATS HAVE EARS
+Yes.
+
+DO CATS EAT FISH
+Yes.
+
+DO CATS EAT MICE
+Yes.
+
+DO CATS EAT MEAT
+Affirmative.
+
+DO CATS MAKE A NOISE CALLED A PURR
+Yes.
+
+DO CATS MAKE GOOD PETS
+Yes.
+
+DO CATS LIKE PETTING
+Yes.
+
+DO CATS LIKE TO PLAY WITH THEIR PREY
+Yes.
+
+DO CATS LIKE TO CHASE MICE
+Affirmative.
+
+DO CATS LIKE MILK
+Affirmative.
+
+DO GEESE MIGRATE
+Yes.
+
+DO WHALES NEED OXYGEN TO SURVIVE
+Yes.
+
+DO WHALES GIVE LIVE BIRTH
+Yes.
+
+DO WHALES SING
+Yes.
+
+DO WHALES GET WET
+Yes.
+
+DO WHALES LIVE IN THE OCEAN
+Yes.
+
+DO WHALES LIVE IN WATER
+Affirmative.
+
+DO COOKIES TASTE GOOD
+Yes.
+
+DO TADPOLES TURN INTO FROGS
+Affirmative.
+
+DO STARS TWINKLE WHEN SEEN FROM EARTH
+Yes.
+
+DO HEALTHY PEOPLE NEED SLEEP
+Yes.
+
+DO RIVERS FLOW DOWNHILL
+Yes.
+
+DO TORTOISES DIE
+Yes.
+
+DO ONIONS SMELL
+Yes.
+
+DO WORDS CONTAIN LETTERS
+Yes.
+
+DO WORDS EXIST
+Yes.
+
+DO PROGRAMMERS USE COMPUTERS
+Yes.
+
+DO ALICEBOTS HELP ALICE LEARN
+Yes.
+
+DO LEVIS MAKE JEANS
+Yes.
+
+DO THIEVES STEAL THINGS FROM OTHERS
+Yes.
+
+DO PLANES FLY THROUGH THE AIR
+Yes.
+
+DO MALES MATE WITH FEMALES
+Yes.
+
+DO MALES HAVE A PENIS
+Affirmative.
+
+DO MALES DIFFER FROM FEMALES
+Yes.
+
+DO MALES LOVE FEMALES VAGINA
+Yes.
+
+DO NOTEBOOKS COME IN VARIOUS SIZES
+Yes.
+
+DO COMPACT DISCS CD STORE BINARY DATA
+Yes.
+
+DO INJURIES HURT
+Yes.
+
+DO BIKES HAVE WHEELS
+Absolutely.
+
+DO HAPPY CHILDREN GIGGLE AND LAUGH
+Yes.
+
+DO SWEATY ARMPITS GET SMELLY
+Affirmative.
+
+DO SWEATY FEET SMELL
+Yes.
+
+DO WOODS HAVE TREES
+Absolutely.
+
+DO CRAMPS HURT
+Yes.
+
+DO SHARKS HAVE MANY SHARP TEETH
+Yes.
+
+DO SHARKS HAVE TEETH
+Yes.
+
+DO SHARKS EAT FISH
+Affirmative.
+
+DO SHARKS SWIM IN THE OCEAN
+Yes.
+
+DO DEAD ANIMALS DECOMPOSE
+Affirmative.
+
+DO POTATO CHIPS TASTE GOOD
+Affirmative.
+
+DO HOUSES HAVE ROOFS
+Yes.
+
+DO HOUSES HAVE WALLS
+Yes.
+
+DO HOUSES HAVE WINDOWS
+Yes.
+
+DO GREYHOUNDS RUN FAST
+Affirmative.
+
+DO ITALIANS SPEAK ITALIAN
+Yes.
+
+DO TELEPHONES RING
+Affirmative.
+
+DO TELEPHONES SOMETIMES RING
+Yes.
+
+DO TELEPHONES USE A FORM OF ELECTRICITY
+Yes.
+
+DO WOMAN BREASTFEED CHILDREN
+Yes.
+
+DO WOMAN HAVE BABIES
+Yes.
+
+DO MUSEUMS CONTAIN OLD THINGS
+Yes.
+
+DO ENVELOPES COME IN DIFFERENT SIZES
+Absolutely.
+
+DO ENVELOPES OFTEN HOLD LETTERS
+Yes.
+
+DO TRICYCLES HAVE THREE WHEELS
+Yes.
+
+DO CATERPILLARS EAT VEGETATION
+Yes.
+
+DO THERMOSTATS MEASURE TEMPERATURE
+Affirmative.
+
+DO WE NEED OXYGEN TO SURVIVE
+Yes.
+
+DO WE NEED WATER FOR LIVING
+Yes.
+
+DO WE NEED WATER TO SURVIVE
+Yes.
+
+DO WE VALUE FRIENDSHIP
+Yes.
+
+DO WE CONSTRUCT OUR OWN MEANING IN LIFE
+Yes.
+
+DO WE BUY CLOTHES AT STORES
+Yes.
+
+DO WE HAVE A NEED FOR OXYGEN
+Yes.
+
+DO WE HAVE ONE NOSE
+Yes.
+
+DO WE HAVE TWO LEGS
+Yes.
+
+DO WE HAVE TWO EARS
+Yes.
+
+DO WE LIVE ON THE PLANET EARTH
+Yes.
+
+DO WE LIVE ON EARTH
+Yes.
+
+DO WE LIVE ON PLANET EARTH
+Yes.
+
+DO WE EXIST
+Absolutely.
+
+DO PHYSICAL OBJECTS HAVE SHAPE
+Yes.
+
+DO CDS BREAK
+Yes.
+
+DO BEARS CRAP IN THE WOODS
+Absolutely.
+
+DO BEARS PEE IN THE WOODS
+Absolutely.
+
+DO BEARS LIVE IN THE WOODS
+Yes.
+
+DO BEARS LIVE IN FORESTS
+Affirmative.
+
+DO BEARS LIKE TO EAT HONEY
+Yes.
+
+DO PEARS GROW ON TREES
+Affirmative.
+
+DO MAMMALS NEED OXYGEN TO LIVE
+Yes.
+
+DO MAMMALS NEED OXYGEN
+Yes.
+
+DO MAMMALS GROW HAIR
+Yes.
+
+DO MAMMALS FEED THEIR OFFSPRING MILK
+Yes.
+
+DO MAMMALS BREATHE AIR
+Yes.
+
+DO MAMMALS HAVE BLOOD
+Yes.
+
+DO MAMMALS HAVE HEARTS
+Yes.
+
+DO MAMMALS HAVE ONLY TWO GENDERS
+Yes.
+
+DO CANDIES TASTE SWEET
+Affirmative.
+
+DO HORSES RUN
+Affirmative.
+
+DO HORSES HAVE FOUR LEGS
+Absolutely.
+
+DO HORSES HAVE TAILS
+Yes.
+
+DO HORSES HAVE 4 LEGS
+Yes.
+
+DO HORSES EAT GRASS IN THE WILD
+Yes.
+
+DO HORSES EAT HAY
+Yes.
+
+DO HORSES DOGS AND CATS HAVE 4 LEGS
+Yes.
+
+DO CHRISTIANS BELIEVE IN GOD
+Yes.
+
+DO LOUD NOISES SCARE PEOPLE
+Affirmative.
+
+DO LOUD NOISES HURT YOUR EARS
+Yes.
+
+DO RAMS PLAY FOOTBALL
+Yes.
+
+DO PENS WRITE IN INK
+Yes.
+
+DO PENS HAVE INK IN THEM
+Yes.
+
+DO SUPERMARKETS SELL CHEESE
+Yes.
+
+DO RACE CAR DRIVERS DRIVE FAST CARS
+Yes.
+
+DO DIRTY SOCKS STINK
+Yes.
+
+DO DIRTY SOCKS OFTEN SMELL BAD
+Yes.
+
+DO DIRTY DIAPERS SMELL BAD
+Affirmative.
+
+DO INEQUALITIES EXIST IN EVERY SOCIETY
+Yes.
+
+DO RAINBOWS CONTAIN MANY COLORS
+Yes.
+
+DO RAINBOWS CONTAIN MANY COLOURS
+Affirmative.
+
+DO RAINBOWS CONSIST OF MANY COLOURS
+Yes.
+
+DO RAINBOWS APPEAR IN THE SKY
+Yes.
+
+DO CAR WHEELS HAVE RUBBER TIRES
+Affirmative.
+
+DO BOOKS CONTAIN WORDS
+Yes.
+
+DO BOOKS CONTAIN KNOWLEDGE
+Affirmative.
+
+DO BOOKS COST MONEY
+Absolutely.
+
+DO BOOKS BURN
+Yes.
+
+DO BOOKS HAVE PAGES
+Yes.
+
+DO BOOKS HAVE LOTS OF PAGES
+Yes.
+
+DO ELECTRONS CARRY A NEGATIVE CHARGE
+Yes.
+
+DO DOORKNOBS TURN
+Yes.
+
+DO EARTH HAS NATURAL SATELLITES
+Yes.
+
+DO EYEGLASSES HELP PEOPLE SEE BETTER
+Yes.
+
+DO DENTISTS REPAIR TEETH
+Yes.
+
+DO DENTISTS WORK ON TEETH
+Yes.
+
+DO CUCUMBERS HAVE A GREEN SKIN
+Yes.
+
+DO GRIZZLY BEARS LIKE TO EAT SALMON
+Yes.
+
+DO SLUGS LEAVE SLIMEY TRAILS
+Affirmative.
+
+DO KNIVES CUT
+Yes.
+
+DO MEN FIND THAT YOUNGER WOMEN ARE SEXY
+Yes.
+
+DO MEN FIND WOMEN ATTRACTIVE
+Absolutely.
+
+DO MEN PEE IN URINALS
+Affirmative.
+
+DO MEN KILL ANIMALS FOR SPORT
+Yes.
+
+DO MEN HAVE HAIRY ARM PITS
+Yes.
+
+DO MEN HAVE A PENIS AND WOMEN A VAGINA
+Yes.
+
+DO MEN HAVE A PENIS
+Yes.
+
+DO MEN HAVE PENISES
+Yes.
+
+DO MEN AND WOMEN HAVE SEXUAL ORGANS
+Yes.
+
+DO MEN LOVE WOMEN
+Affirmative.
+
+DO MEN SWEAT
+Yes.
+
+DO MEN LIKE GETTING BLOW JOBS
+Yes.
+
+DO MEN LIKE SEXY WOMEN
+Yes.
+
+DO MEN LIKE LICKING WOMENS BREASTS
+Yes.
+
+DO MEN LIKE ORGASMS
+Yes.
+
+DO MEN LIKE ATTRACTIVE WOMEN
+Yes.
+
+DO CIGARETTES CONTAIN TOBACCO
+Yes.
+
+DO CIGARETTES CAUSE CANCER
+Yes.
+
+DO CIGARETTES CAUSE LUNG CANCER
+Affirmative.
+
+DO MILLIPEDES HAVE MANY LEGS
+Yes.
+
+DO MERCHANTS SELL PRODUCTS
+Yes.
+
+DO VIRUSES CAUSE PEOPLE TO GET SICK
+Yes.
+
+DO RUBBER BALLS BOUNCE
+Yes.
+
+DO FOUNTAIN PENS SOMETIMES LEAK INK
+Yes.
+
+DO INSECT BITES ITCH
+Yes.
+
+DO BLUE AND RED COMBINED MAKE PURPLE
+Yes.
+
+DO STEPS LEAD UP AS WELL AS DOWN
+Yes.
+
+DO PEACHES HAVE FUZZ
+Yes.
+
+DO YOUNG ROSE BUDS DEVELOP INTO ROSES
+Yes.
+
+DO YOUNG PEOPLE LIKE GAMING
+Yes.
+
+DO ATOMS HAVE ELECTRONS
+Yes.
+
+DO LETTERS GO INTO MAILBOXES
+Yes.
+
+DO WATCHES TELL THE TIME
+Yes.
+
+DO WATCHES TELL TIME
+Absolutely.
+
+DO ANIMALS NEED TO EAT
+Yes.
+
+DO ANIMALS FEEL PAIN
+Affirmative.
+
+DO ANIMALS BREATHE TO STAY ALIVE
+Affirmative.
+
+DO ANIMALS REQUIRE SLEEP
+Yes.
+
+DO ANIMALS HAVE EYES
+Yes.
+
+DO ANIMALS DIE
+Yes.
+
+DO ANIMALS EAT VEGTABLES
+Yes.
+
+DO ANIMALS EAT OTHER ANIMALS
+Yes.
+
+DO ANIMALS EAT ANIMALS
+Yes.
+
+DO ANIMALS EAT
+Yes.
+
+DO ANIMALS DREAM
+Yes.
+
+DO ANIMALS OTHER THAN HUMANS YAWN
+Yes.
+
+DO ANIMALS LIVE
+Yes.
+
+DO EMOTIONS AFFECT HUMANS STRONGLY
+Yes.
+
+DO SOFAS HAVE CUSHIONS
+Yes.
+
+DO CARPENTERS OFTEN WORK WITH WOOD
+Yes.
+
+DO DOORS OPEN AND CLOSE
+Yes.
+
+DO DOORS OPEN
+Yes.
+
+DO TELEVISION SETS HAVE SCREENS
+Yes.
+
+DO VOLCANOES ERUPT
+Yes.
+
+DO UNEMPLOYED MEANS WITHOUT JOB
+Yes.
+
+DO FORESTS HAVE TREES
+Yes.
+
+DO POTATOS GROW UNDER GROUND
+Yes.
+
+DO LOVERS KISS
+Yes.
+
+DO MOSQUITOS SPREAD BLOOD BORNE DISEASE
+Yes.
+
+DO DUCKS QUACK
+Affirmative.
+
+DO DUCKS HAVE FEATHERS
+Yes.
+
+DO DUCKS HAVE WEBBED FEET
+Yes.
+
+DO DUCKS EAT
+Absolutely.
+
+DO DUCKS SWIM
+Yes.
+
+DO DUCKS LIKE WATER
+Yes.
+
+DO OYSTERS MAKE PEARLS
+Yes.
+
+DO MECHANICS REPAIR THINGS
+Yes.
+
+DO BATTERIES COME IN DIFFERENT SIZES
+Yes.
+
+DO BATTERIES STORE ELETRICITY
+Yes.
+
+DO VETERINARIANS HELP ANIMALS
+Yes.
+
+DO AEROPLANES TRAVEL FASTER THAN CARS
+Yes.
+
+DO AEROPLANES FLY
+Yes.
+
+DO AEROPLANES HAVE WINGS
+Yes.
+
+DO HUMAINS USE DRUGS
+Absolutely.
+
+DO SPOILED FRUIT CHANGE COLORS
+Yes.
+
+DO SPOILED FRUIT GET SOFT
+Yes.
+
+DO SPOILED FRUIT TURN BROWN
+Yes.
+
+DO AMERICANS LIKE COKE
+Yes.
+
+DO BIRDS FLY
+Yes.
+
+DO BIRDS HAVE WINGS
+Yes.
+
+DO BIRDS HAVE LEGS
+Yes.
+
+DO BIRDS OF A FEATHER FLOCK TOGETHER
+Absolutely.
+
+DO BIRDS EAT SEEDS
+Yes.
+
+DO BIRDS LAY EGGS
+Yes.
+
+DO BIRDS LIKE TO SING
+Affirmative.
+
+DO BIRDS LIKE TO EAT MULBERRIES
+Yes.
+
+DO BIRDS LIKE CORN
+Yes.
+
+DO MONKEYS HAVE HAIR
+Yes.
+
+DO MONKEYS HAVE FEET
+Affirmative.
+
+DO MONKEYS HAVE SEX WITH EACH OTHER
+Yes.
+
+DO MONKEYS EAT BANANAS
+Yes.
+
+DO MONKEYS LIVE IN TREES
+Yes.
+
+DO MONKEYS LIKE BANANAS
+Yes.
+
+DO PREACHERS PREACH
+Yes.
+
+DO MOST MEN FIND SEX TO BE FUN
+Yes.
+
+DO MOST MEN HAVE A PENIS
+Yes.
+
+DO MOST MEN LIKE WOMEN
+Yes.
+
+DO MOST DOGS HAVE TAILS
+Yes.
+
+DO MOST DARTS HAVE SHARP METAL POINTS
+Yes.
+
+DO MOST BIKES HAVE 2 WHEELS
+Yes.
+
+DO MOST BROWSERS HAVE A BACK BUTTON
+Yes.
+
+DO MOST HUMAN BABIES DRINK MILK
+Yes.
+
+DO MOST CHILDREN LIKE SWEET FOODS
+Yes.
+
+DO MOST CARS NEED GASOLINE
+Yes.
+
+DO MOST CARS RUN ON GASOLINE
+Yes.
+
+DO MOST CARS RUN ON PETROL
+Yes.
+
+DO MOST CARS HAVE FOUR WHEELS
+Affirmative.
+
+DO MOST CARS HAVE WHEELS
+Yes.
+
+DO MOST CARS HAVE 4 WHEELS
+Yes.
+
+DO MOST CARS HAVE DOORS
+Yes.
+
+DO MOST CARS HAVE ENGINES
+Yes.
+
+DO MOST WOMEN HAVE BREASTS
+Yes.
+
+DO MOST WOMEN HAVE A VAGINA
+Affirmative.
+
+DO MOST WOMEN HAVE TWO LEGS
+Absolutely.
+
+DO MOST ELEPHANTS HAVE TRUNKS
+Yes.
+
+DO MOST TEENAGERS LIKE PIZZA
+Yes.
+
+DO MOST COMPUTERS CONTAIN RAM
+Affirmative.
+
+DO MOST BABIES LIKE THEIR MOTHERS
+Yes.
+
+DO MOST HUMANS WANT TO BE LOVED
+Yes.
+
+DO MOST HUMANS ENJOY LISTENING TO MUSIC
+Yes.
+
+DO MOST HUMANS SLEEP AT NIGHT
+Yes.
+
+DO MOST HUMANS HAVE 10 TOES
+Yes.
+
+DO MOST HUMANS HAVE TEN FINGERS
+Affirmative.
+
+DO MOST HUMANS HAVE A NOSE
+Yes.
+
+DO MOST HUMANS HAVE 2 LEGS
+Yes.
+
+DO MOST HUMANS HAVE TWO EYES
+Yes.
+
+DO MOST HUMANS HAVE TWO ARMS
+Absolutely.
+
+DO MOST HUMANS HAVE TWO LEGS
+Yes.
+
+DO MOST HUMANS HAVE FINGERS
+Yes.
+
+DO MOST HUMANS LIVE ON EARTH
+Yes.
+
+DO MOST HUMANS LIKE MUSIC
+Yes.
+
+DO MOST BATS HAVE WINGS
+Yes.
+
+DO MOST THINGS DETERIORATE WITH AGE
+Affirmative.
+
+DO MOST FISH LIVE IN WATER
+Yes.
+
+DO MOST AUTOMOBILES HAVE GAS TANKS
+Yes.
+
+DO MOST PARENTS LOVE THEIR CHILDREN
+Yes.
+
+DO MOST CAR DOORS HAVE HINGES
+Affirmative.
+
+DO MOST PLANTS CONTAIN CHLOROPHYLL
+Yes.
+
+DO MOST PLANTS LIVE BY PHOTOSYNTHESIS
+Yes.
+
+DO MOST LAPTOP COMPUTERS HAVE BATTERIES
+Yes.
+
+DO MOST PEOPLE VISIT TOILETS EACH DAY
+Yes.
+
+DO MOST PEOPLE NEED LOVE
+Affirmative.
+
+DO MOST PEOPLE IN THE US SPEAK ENGLISH
+Yes.
+
+DO MOST PEOPLE WANT MORE VACATION TIME
+Yes.
+
+DO MOST PEOPLE WANT MONEY
+Yes.
+
+DO MOST PEOPLE WANT TO HAVE MORE MONEY
+Yes.
+
+DO MOST PEOPLE ENJOY LISTENING TO JOKES
+Yes.
+
+DO MOST PEOPLE ENJOY MUSIC
+Yes.
+
+DO MOST PEOPLE WATCH TELEVISION
+Yes.
+
+DO MOST PEOPLE DRINK COFFEE HOT
+Affirmative.
+
+DO MOST PEOPLE CUT THEIR HAIR
+Yes.
+
+DO MOST PEOPLE BUY THEIR SHOES IN PAIRS
+Yes.
+
+DO MOST PEOPLE SLEEP IN BEDS
+Yes.
+
+DO MOST PEOPLE SLEEP EVERY NIGHT
+Yes.
+
+DO MOST PEOPLE HAVE 10 FINGERS
+Affirmative.
+
+DO MOST PEOPLE HAVE HAIR ON THEIR HEADS
+Yes.
+
+DO MOST PEOPLE HAVE HAIR ON THEIR HEAD
+Yes.
+
+DO MOST PEOPLE HAVE FINGERNAILS
+Absolutely.
+
+DO MOST PEOPLE HAVE TEETH
+Yes.
+
+DO MOST PEOPLE HAVE 2 LEGS
+Affirmative.
+
+DO MOST PEOPLE HAVE FEET
+Yes.
+
+DO MOST PEOPLE HAVE TWO EYES
+Yes.
+
+DO MOST PEOPLE HAVE TWO LEGS
+Affirmative.
+
+DO MOST PEOPLE HAVE TWO HANDS
+Yes.
+
+DO MOST PEOPLE HAVE TWO FEET
+Yes.
+
+DO MOST PEOPLE HAVE ACCESS TO MUSIC
+Yes.
+
+DO MOST PEOPLE EAT SOUP WITH A SPOON
+Yes.
+
+DO MOST PEOPLE EAT EVERY DAY
+Yes.
+
+DO MOST PEOPLE THINK PUPPIES ARE CUTE
+Yes.
+
+DO MOST PEOPLE WEAR CLOTHES
+Affirmative.
+
+DO MOST PEOPLE LOVE THEIR PETS
+Yes.
+
+DO MOST PEOPLE SWEAT WHEN THEY EXERCISE
+Yes.
+
+DO MOST PEOPLE LIVE LESS THAN 100 YEARS
+Yes.
+
+DO MOST PEOPLE WORK DURING THE DAY
+Yes.
+
+DO MOST PEOPLE LIKE TO HEAR MUSIC
+Yes.
+
+DO MOST PEOPLE LIKE TO EAT
+Yes.
+
+DO MOST TABLES HAVE FOUR LEGS
+Yes.
+
+DO MOST TELEPHONES ONLY TRANSMIT SOUND
+Yes.
+
+DO MOST TREES HAVE LEAVES
+Yes.
+
+DO MOST BICYCLES HAVE TIRES
+Yes.
+
+DO MOST BICYCLES HAVE WHEELS
+Yes.
+
+DO MOST ANIMALS DEFECATE
+Yes.
+
+DO MOST ANIMALS LIVE OUTDOORS
+Absolutely.
+
+DO MOST BOSSES HAVE SUBORDINATES
+Yes.
+
+DO MOST CATS HAVE TEETH
+Yes.
+
+DO MOST BANKS HAVE CAMERA SECURITY
+Yes.
+
+DO MOST EGGS HAVE A YOLK
+Absolutely.
+
+DO MOST HOUSES HAVE DOORS
+Absolutely.
+
+DO MOST HOUSES HAVE WALLS
+Affirmative.
+
+DO MOST BIRDS HAVE FEATHERS
+Yes.
+
+DO MOST HOMES HAVE KITCHENS
+Yes.
+
+DO TEACHERS SOMETIMES ASSIGN HOMEWORK
+Yes.
+
+DO SPIDERS EAT INSECTS
+Affirmative.
+
+DO BABY CRY MORE OFTEN THAN ADULTS
+Affirmative.
+
+DO SOLDIERS CARRY GUNS
+Yes.
+
+DO PARENTS WORRY ABOUT THEIR CHILDREN
+Yes.
+
+DO PARENTS USE TV TO BABYSIT KIDS
+Yes.
+
+DO PARENTS MAKE CHILDREN
+Absolutely.
+
+DO PARENTS LOVE THEIR CHILDREN
+Yes.
+
+DO THINGS ROTATE WHEN THEY SPIN
+Yes.
+
+DO THINGS FALL DOWNWARDS
+Yes.
+
+DO THINGS FALL BECAUSE OF GRAVITY
+Yes.
+
+DO KANGAROOS HOP
+Affirmative.
+
+DO KANGAROOS LIVE IN AUSTRALIA
+Yes.
+
+DO CHILDREN NEED ADULTS
+Yes.
+
+DO CHILDREN PLAY WITH TOYS
+Yes.
+
+DO CHILDREN PLAY THE GAME OF HOPSCOTCH
+Yes.
+
+DO CHILDREN LEARN FROM THEIR PARENTS
+Yes.
+
+DO CHILDREN GROW UP INTO ADULTS
+Yes.
+
+DO CHILDREN ENJOY PLAYING WITH TOYS
+Affirmative.
+
+DO CHILDREN ASK A LOT OF QUESTIONS
+Yes.
+
+DO CHILDREN ASK MANY WHY QUESTIONS
+Affirmative.
+
+DO CHILDREN LOSE THEIR BABY TEETH
+Yes.
+
+DO CHILDREN LOVE SWEETS
+Affirmative.
+
+DO CHILDREN BECOME ADULTS
+Yes.
+
+DO CHILDREN LIKE WALT DISNEY MOVIES
+Yes.
+
+DO CHILDREN LIKE COOKIES
+Yes.
+
+DO CHILDREN LIKE TO PLAY WITH PUPPIES
+Yes.
+
+DO CHILDREN LIKE TO PLAY WITH LEGOS
+Yes.
+
+DO CHILDREN LIKE TO PLAY WITH TOYS
+Yes.
+
+DO CHILDREN LIKE TO ASK QUESTIONS
+Yes.
+
+DO CHILDREN LIKE CANDY
+Yes.
+
+DO CHILDREN GO TO SCHOOL TO LEARN
+Yes.
+
+DO CHILDREN GO TO SCHOOL
+Yes.
+
+DO QUESTIONS END WITH A QUESTION MARK
+Yes.
+
+DO TABLES HAVE FOUR LEGS
+Yes.
+
+DO PROFESSIONAL BOXERS WEAR GLOVES
+Yes.
+
+DO SCREWS HOLD PIECES OF WOOD TOGETHER
+Yes.
+
+DO CANADIANS USE COMPUTERS
+Yes.
+
+DO TIGERS HAVE FOUR LEGS
+Yes.
+
+DO TIGERS HAVE STRIPES
+Yes.
+
+DO TIGERS EAT MEAT
+Yes.
+
+DO HUMMINGBIRDS LIKE NECTAR
+Yes.
+
+DO AUTOMOBILES HAVE WHEELS
+Yes.
+
+DO AUTOMOBILES HAVE 4 WHEELS
+Affirmative.
+
+ON AVERAGE MEN ARE TALLER THAN WOMAN
+Absolutely.
+
+EGYPTIANS BUILT THE PYRAMIDS IN GIZAH
+Yes.
+
+HAS HUMANITY SENT A PERSON TO THE MOON
+Yes.
+
+HAS RELIGION STARTED MANY WARS
+Yes.
+
+HAS THERE EVER BEEN A HUMAN ON THE MOON
+Yes.
+
+HAS THE WOLRD GOT DIFFERENT TIME ZONES
+Yes.
+
+HAS THE EARTH TWO POLES NORTH AND SOUTH
+Yes.
+
+HAS THE COW FOUR LEGS
+Yes.
+
+HAS THE MAN TWO HANDS
+Yes.
+
+HAS THE CAT 4 LEGS
+Yes.
+
+HAS EVERYONE HAD PARENTS
+Affirmative.
+
+HAS ANYONE EVER WALKED ON THE MOON
+Yes.
+
+HAS A DAY 24 HOURS
+Yes.
+
+HAS A DAY ON EARTH 24 HOURS
+Yes.
+
+HAS A CAR FOUR TIRES
+Yes.
+
+HAS A TREE A ROOT
+Yes.
+
+HAS A SPIDER GOT EIGHT LEGS
+Yes.
+
+HAS A NORMAL HUMAN TWO LEGS
+Yes.
+
+HAS A DOG FOUR LEGS
+Yes.
+
+HAS A SQUARE FOUR CORNERS
+Yes.
+
+HAS A MAN TWO LEGS
+Yes.
+
+HAS A MAN EVER WALKED ON THE MOON
+Yes.
+
+HAS A MAN WALKED ON THE MOON
+Affirmative.
+
+HAS A PERSON EVER BEEN TO THE MOON
+Yes.
+
+HAS AN AVERAGE PERSON KILLED A HOUSEFLY
+Yes.
+
+HAS AN ASTEROID EVER STRUCK THE EARTH
+Yes.
+
+HAS 2 HANDS
+Yes.
+
+HAS ONE HOUR 60 MINUTES
+Yes.
+
+HAS MAN BEEN TO THE MOON
+Absolutely.
+
+HAS MAN YET VISITED THE MOON
+Yes.
+
+HAS MAN EVER WALKED ON THE MOON
+Yes.
+
+HAS MAN WALKED THE MOON
+Yes.
+
+HAS MAN WALKED ON THE MOON
+Yes.
+
+HAS MAN LANDED ON THE MOON
+Yes.
+
+HAS ANY MAN EVER VISITED THE MOON
+Yes.
+
+HAS WATER EVER BOILED
+Affirmative.
+
+E EQUAL MC IS THE TEORY OF RELATIVITY
+Yes.
+
+13 PLUS 8 EQUALS 21
+Yes.
+
+5 PLUS 5 IS 10
+Yes.
+
+5 IS GREATER THAN 3
+Yes.
+
+5 TIMES 3 EQUALS 15
+Yes.
+
+BRUCE LEE WAS A KUNG FU MASTER
+Yes.
+
+LIES ARE DIFFERENT FROM THE TRUTH
+Yes.
+
+RUNNING IS BAD FOR BROKEN ANKLES
+Yes.
+
+TELEVISION IS AN ELETRONIC DEVICE
+Yes.
+
+PENCILS ARE USED AS A WRITING MATERIAL
+Yes.
+
+HAMLET ASKED TO BE OR NOT TO BE
+Yes.
+
+MICROSOFT MAKES SOFTWARE FOR COMPUTERS
+Yes.
+
+MICROSOFT IS A COMPANY
+Yes.
+
+DINOSAURS ARE EXTINCT
+Yes.
+
+REVOLUTION MEANS CHANGING THINGS
+Yes.
+
+SHOES CAN BE MADE FROM LEATHER
+Yes.
+
+SHOES ARE WORN ON FEET
+Yes.
+
+AT SUNSET CAN THE SKY TURN BRIGHT RED
+Yes.
+
+TIBET IS CHINESE CONTROL
+Yes.
+
+MILK CONTAINS CALCIUM
+Yes.
+
+SMOKING CIGARETTES CAN HURT YOU
+Yes.
+
+SMOKING IS ADDICTIVE
+Yes.
+
+SMOKING IS UNHEALTHY
+Yes.
+
+SMOKING IS BAD FOR YOUR HEALTH
+Yes.
+
+LIMA IS THE CAPITAL OF PERU
+Yes.
+
+LIMA IS THE CAPITAL CITY OF PERU
+Yes.
+
+EMOTIONS ARE MEANINGFUL
+Yes.
+
+BIOLOGICAL LIFE CAN GROW AND CHANGE
+Absolutely.
+
+LIVING HUMANS BREATH
+Yes.
+
+LIVING THINGS REPRODUCE
+Yes.
+
+CHEETAH RUNS FAST
+Yes.
+
+PEOPLE NEED OXYGEN TO BREATHE
+Yes.
+
+PEOPLE DRIVE CARS
+Yes.
+
+PEOPLE WALK ERECT
+Yes.
+
+PEOPLE WILL EVENTUALLY DIE
+Yes.
+
+PEOPLE EVENTUALLY DIE
+Yes.
+
+PEOPLE IN THE USA SPEAK ENGLISH
+Yes.
+
+PEOPLE EASILY BELIEVE IN RUMOURS
+Yes.
+
+PEOPLE CAN NOT BE PERFECT
+Yes.
+
+PEOPLE LOOSE TEMPER
+Yes.
+
+PEOPLE MAKES MISTAKES
+Yes.
+
+PEOPLE HAVE NAMES
+Yes.
+
+PEOPLE HAVE TWO HANDS
+Yes.
+
+PEOPLE WEAR CLOTHES
+Yes.
+
+PEOPLE BELIEVE IN HALLUCINATION
+Yes.
+
+PEOPLE ARE MORTAL
+Yes.
+
+PEOPLE ARE SENSITIVE
+Yes.
+
+WINDOWS IS AN OPERATING SYSTEM
+Yes.
+
+LEMONS ARE YELLOW
+Yes.
+
+BILL GATES IS A RICH PERSON
+Yes.
+
+ROMANIA IS A EUROPEAN COUNTRY
+Yes.
+
+OLYMIPCS 2004 WILL BE IN GREECE
+Yes.
+
+LIGHT GOES FASTER THAN SOUND
+Yes.
+
+MIGHT I DIE IF I HAVE CANCER
+Yes.
+
+MIGHT CANNABIS BE MEDICINALLY HELPFUL
+Yes.
+
+AM I SITTING AT A COMPUTER
+Yes.
+
+AM I A BOY
+Yes.
+
+AM I ONLINE
+Yes.
+
+AM I USING MY COMPUTER
+Yes.
+
+FRANCE IS A COUNTRY
+Yes.
+
+BABIES CRY WHEN THEY ARE HUNGRY
+Yes.
+
+GLASS IS TRANSPARENT
+Yes.
+
+LIVE DOES ONE HAVE TO EAT
+Yes.
+
+ELEPHANTS ARE LARGE
+Yes.
+
+DIABLO2 IS A PC GAME
+Yes.
+
+AN HOUR HAS 60 MINUTES
+Yes.
+
+AN APPLE IS A FRUIT
+Yes.
+
+AN ADULT HUMAN HAS 32 TEETH
+Yes.
+
+AN YEAR HAS 12 MONTHS
+Yes.
+
+PRINCESS DIANA IS DEAD
+Yes.
+
+MAY A PARENT BE EITHER MALE OR FEMALE
+Yes.
+
+MAY A CHAIR BE SAT UPON
+Affirmative.
+
+MAY ALLIGATORS BE FOUND IN SWAMPS
+Yes.
+
+PORTUGAL IS IN EUROPE
+Yes.
+
+HOTMAIL IS AN EMAIL SERVICE
+Yes.
+
+TABLES HAVE FOUR LEGS
+Yes.
+
+PIANO IS A MUSICAL INSTRUMENT
+Yes.
+
+BICYCLE HAS TWO WHEELS
+Yes.
+
+BUDAPEST IS A CITY
+Yes.
+
+RED IS A PRIMARY COLOR
+Yes.
+
+RED IS A COLOR
+Yes.
+
+RED COMES BEFORE YELLOW IN THE RAINBOW
+Affirmative.
+
+20 MINUS 10 EQUALS 10
+Yes.
+
+CHOPIN WAS MAN
+Yes.
+
+JUMBO IS BIGGER THAN BIG
+Yes.
+
+WAR INVOLVES DEATH
+Yes.
+
+ALTAVISTA IS A SEARCH ENGINE
+Yes.
+
+NIPPLES BECOME ERECT WHEN IT IS COLD
+Yes.
+
+PLANTS NEED SUNLIGHT
+Affirmative.
+
+PLANTS ARE POISONOUS
+Yes.
+
+SUN WILL EVENTUALLY BURN OUT
+Yes.
+
+SUN LIGHT GIVES US ENERGY
+Yes.
+
+SUN IS HOT
+Yes.
+
+BIRDS CAN FLY IN THE SKY
+Yes.
+
+BIRDS CAN FLY
+Yes.
+
+BIRDS CAN NOT FLY
+Yes.
+
+BIRDS FLY IN AIR
+Yes.
+
+BIRDS HAVE TWO FEET
+Yes.
+
+ATHENS IS THE CAPITAL OF GREECE
+Yes.
+
+MUSLIMS BELIEVE IN ALLAH
+Yes.
+
+MAKES COMMUNICTION EASIER
+Yes.
+
+FLOWERS CAN BRIGHTEN YOUR GRANS DAY
+Yes.
+
+BON JOVI ARE A ROCK BAND
+Yes.
+
+INTERJECTION. CURE FOR AIDS
+Yes.
+
+A BIRD HAS 2 WINGS
+Yes.
+
+A BIRD CAN FLY
+Yes.
+
+A BOWLING BALL HAS THREE HOLES IN IT
+Yes.
+
+A SQUARE HAS FOUR EQUALLY LONG SIDES
+Yes.
+
+A BALL POINT PEN HAS GREEN INK
+Yes.
+
+A ROSE IS A FLOWER
+Yes.
+
+A MONKEY IS AN ANIMAL
+Yes.
+
+A CHAIR HAS FOUR LEGS
+Yes.
+
+A CHAIR CAN BE HARD OR SOFT
+Yes.
+
+A BLACK HORSE IS BLACK
+Yes.
+
+A DICTIONARY CONTAINS WORDS
+Yes.
+
+A CHEETAH IS THE FASTEST ANIMAL ON LAND
+Yes.
+
+A FOREST IS MADE UP OF MANY TREES
+Yes.
+
+A KEYBOARD ALLOWS ONE TO TYPE MESSAGES
+Yes.
+
+A BEAR IS BIGGER THAN A CAT
+Yes.
+
+A BRICK IS HARD
+Yes.
+
+A IS A VOWEL
+Yes.
+
+A CAT HAS 4 LEGS
+Yes.
+
+A DIGIT CAN BE A FINGER
+Yes.
+
+A LOT OF PEOPLE BELIEVE IN GOD
+Yes.
+
+A RIVER HAS WATER
+Yes.
+
+A DAY HAS 24 HOURS
+Yes.
+
+A BOOK CAN BE READ
+Affirmative.
+
+A BOOK IS FOR READING
+Yes.
+
+A GOLD MEDAL BEATS A BRONZE MEDAL
+Yes.
+
+A ALICE A DAY CAN CHANGE THE WORLD
+Yes.
+
+A CONDOM IS USED TO PREVENT CHILDBIRTH
+Yes.
+
+A GROCERY STORE SALES FOOD
+Yes.
+
+BINARY IS A NUMBER SYSYEM
+Yes.
+
+SAND IS FOUND ON A BEACH
+Yes.
+
+PATIENCE IS A VIRTUE
+Yes.
+
+USA IS LARGER THAN INDIA IN AREA
+Yes.
+
+EVERYBODY NEED TO SLEEP
+Affirmative.
+
+DILBERT IS A COMIC STRIP
+Affirmative.
+
+1 PLUS 1 EQUALS 2
+Absolutely.
+
+1 IS SPELLED ONE
+Yes.
+
+1 EQUAL 1
+Yes.
+
+TIME IS PRECIOUS
+Yes.
+
+CHILDREN NEED LOVE
+Yes.
+
+CHILDREN ARE THE FUTURE
+Yes.
+
+CHILDREN LIKE SWEETS
+Yes.
+
+CHILDREN GO TO SCHOOL TO LEARN
+Yes.
+
+APPLE IS A FRUIT
+Yes.
+
+IRON IS A METAL
+Yes.
+
+456 IS GREATER THAN 455
+Absolutely.
+
+WATT IS A UNIT OF POWER IS IT
+Yes.
+
+GRAVITY AFFECTS US ALL
+Yes.
+
+GRAVITY PULLS OBJECTS TOWARD THE EARTH
+Yes.
+
+EDUCATION IS GOOD FOR SOCIETY
+Yes.
+
+PARIS IS IN FRANCE
+Yes.
+
+PARIS IS THE CAPITAL OF FRANCE
+Yes.
+
+PARIS IS IT IN FRANCE
+Yes.
+
+ICE IS FROZEN WATER
+Yes.
+
+ICE IS COLD. WRONG
+Yes.
+
+ICE MELTS TO WATER WHEN HEATED
+Yes.
+
+ICE CREAM TASTES GOOD
+Yes.
+
+BOOKS HAVE COVERS
+Yes.
+
+VENUS IS A PLANET
+Yes.
+
+TOULOUSE IS IN FRANCE
+Yes.
+
+EST CE QUE LE CIEL EST BLEU
+Yes.
+
+EST CE QUE JE VAIS MOURRIR BIENTOT
+Yes.
+
+WERE THE BEATLES A FAMOUS MUSICAL GROUP
+Yes.
+
+WERE THE BEATLES A POPULAR BAND
+Yes.
+
+WERE THE BEATLES A POP GROUP
+Affirmative.
+
+WERE THE EGYPTIANS GOOD ARCHITECTS
+Yes.
+
+WERE THE SEX PISTOLS A MUSICAL GROUP
+Affirmative.
+
+WERE THE NAZIS CRIMINALS
+Absolutely.
+
+WERE MOVIES ONCE MADE IN BLACK IN WHITE
+Yes.
+
+WERE ADULTS ONCE BABIES
+Yes.
+
+WERE KIRK AND SPOCK FRIENDS
+Yes.
+
+WERE JEWS KILLED IN AUSCHWITZ
+Yes.
+
+WERE YOU BORN IN THE 20TH CENTURY
+Yes.
+
+WERE ALL ADULTS ONCE CHILDREN
+Yes.
+
+CATS PURR WHEN THEY ARE HAPPY
+Yes.
+
+CATS HAVE PAWS
+Yes.
+
+CATS ARE OFTEN KEPT AS PETS
+Yes.
+
+SUNDAY IS A DAY OF THE WEEK
+Yes.
+
+ABC IS A BROADCAST TELEVISION NETWORK
+Yes.
+
+53892 IS GREATER THAN 3
+Yes.
+
+BRUNO IS A BOY NAME
+Yes.
+
+GENOCIDE IS WRONG
+Affirmative.
+
+AVOIDING SCHOOL IS ADDICTIVE
+Yes.
+
+ARE A LOT OF PEOPLE AFRAID OF SPIDERS
+Yes.
+
+ARE A LOT OF TREES GREEN
+Yes.
+
+ARE A THOUSAND ALICEBOTS A MEGAALICEBOT
+Yes.
+
+ARE ELEPHANTS GREY
+Yes.
+
+ARE ELEPHANTS HEAVY
+Yes.
+
+ARE ELEPHANTS A SOURCE OF IVORY
+Yes.
+
+ARE ELEPHANTS A BIG ANIMAL
+Yes.
+
+ARE ELEPHANTS BIG COMPARED TO ANTS
+Yes.
+
+ARE ELEPHANTS BIG
+Yes.
+
+ARE ELEPHANTS LARGER THAN HUMANS
+Yes.
+
+ARE ELEPHANTS ANIMALS
+Yes.
+
+ARE CHEETAHS A FAST LAND ANIMAL
+Yes.
+
+ARE CELL PHONES EXPENSIVE TO USE
+Affirmative.
+
+ARE HANDGUNS CONSIDERED LETHAL WEAPONS
+Yes.
+
+ARE POODLES DOGS
+Affirmative.
+
+ARE PUPPIES SOFT
+Yes.
+
+ARE PUPPIES THE CHILDREN OF DOGS
+Yes.
+
+ARE PUPPIES PLAYFUL
+Yes.
+
+ARE PUPPIES BABY DOGS
+Absolutely.
+
+ARE NOODLES A TYPE OF FOOD
+Yes.
+
+ARE ADULTS BIGGER THEN CHILDREN
+Yes.
+
+ARE ADULTS OLDER THAN BABIES
+Yes.
+
+ARE FASHION MODELS BEAUTIFUL PEOPLE
+Yes.
+
+ARE MANY BOTTLES MADE OF GLASS
+Yes.
+
+ARE MANY PEOPLE AFRAID OF SNAKES
+Yes.
+
+ARE MANY PROSTITUTES ADDICTS
+Yes.
+
+ARE POSTERS HUNG ON WALLS
+Yes.
+
+ARE PIANOS MUSICAL INSTRUMENTS
+Yes.
+
+ARE BIG DOGS HEAVIER THAN SMALL DOGS
+Yes.
+
+ARE HUMANS MOSTLY WATER
+Yes.
+
+ARE HUMANS PEOPLE
+Yes.
+
+ARE HUMANS BORN ON EARTH
+Yes.
+
+ARE HUMANS A TYPE OF MAMMAL
+Yes.
+
+ARE HUMANS A TYPE OF ANIMAL
+Yes.
+
+ARE HUMANS SOCIAL CREATURES
+Affirmative.
+
+ARE HUMANS SOCIAL ANIMALS
+Yes.
+
+ARE HUMANS MORTAL
+Yes.
+
+ARE HUMANS SMARTER THAN CATS
+Affirmative.
+
+ARE HUMANS SMARTER THAN DOGS
+Yes.
+
+ARE HUMANS SMARTER THAN OTHERS
+Yes.
+
+ARE HUMANS COMPOSED OF CELLS
+Yes.
+
+ARE HUMANS MADE UP OF CELLS
+Yes.
+
+ARE HUMANS WARM BLODDED
+Yes.
+
+ARE HUMANS WARM BLOODED
+Affirmative.
+
+ARE HUMANS IMPERFECT
+Yes.
+
+ARE HUMANS ABLE TO TALK
+Yes.
+
+ARE HUMANS ABLE TO BE CLONED
+Yes.
+
+ARE HUMANS ABLE TO THINK
+Yes.
+
+ARE HUMANS ANIMALS
+Yes.
+
+ARE HUMANS POLLUTING THE EARTH
+Yes.
+
+ARE HUMANS SMART
+Yes.
+
+ARE HUMANS HUMAN
+Absolutely.
+
+ARE HUMANS NATURALLY CURIOUS
+Yes.
+
+ARE HUMANS NATURALLY BIPEDAL
+Yes.
+
+ARE HUMANS AND MONKEYS GENETICALY CLOSE
+Yes.
+
+ARE HUMANS INTELIGENT
+Yes.
+
+ARE HUMANS CREATURES OF HABIT
+Yes.
+
+ARE HUMANS EMOTIONAL CREATURES
+Yes.
+
+ARE HUMANS GETTING OLDER
+Yes.
+
+ARE HUMANS INNATELY CURIOUS
+Yes.
+
+ARE HUMANS THE SAME THING AS PEOPLE
+Yes.
+
+ARE HUMANS INTERESTING
+Absolutely.
+
+ARE HUMANS COMPLEX
+Yes.
+
+ARE HUMANS LIVING
+Yes.
+
+ARE HUMANS MAMMALS
+Absolutely.
+
+ARE HUMANS CONSIDERED MAMMALS
+Affirmative.
+
+ARE HUMANS MAMALS
+Yes.
+
+ARE HUMANS ESSENTIALLY GOOD
+Yes.
+
+ARE HUMANS CURIOUS
+Yes.
+
+ARE HUMANS SOMETIMES GREEDY
+Yes.
+
+ARE HUMANS SOMETIMES UNCONSCIOUS
+Yes.
+
+ARE HUMANS SUBJECT TO GRAVITY
+Yes.
+
+ARE HUMANS HEAVIER THAN ANTS
+Yes.
+
+ARE HUMANS CLASSIFIED AS HOMO SAPIENS
+Yes.
+
+ARE HUMANS MORE INTELLIGENT THAN MICE
+Yes.
+
+ARE HUMANS MORE INTELLIGENT THAN ANTS
+Yes.
+
+ARE HUMANS MORTALS
+Absolutely.
+
+ARE HUMANS PART OF EVOLUTION
+Yes.
+
+ARE MAGAZINES THINGS PEOPLE READ
+Affirmative.
+
+ARE BOTTLES CONTAINERS
+Yes.
+
+ARE SPAMMERS BAD
+Yes.
+
+ARE GOOD TELESCOPES. EXPENSIVE
+Yes.
+
+ARE STRAWBERRIES EDIBLE
+Yes.
+
+ARE ROOFS ON TOP OF BUILDINGS
+Yes.
+
+ARE GIFTS FREQUENTLY WRAPPED
+Affirmative.
+
+ARE METERS DIFFERENT THAN YARDS
+Absolutely.
+
+ARE REFRIGERATORS COLD
+Yes.
+
+ARE SKUNKS SMELLY
+Yes.
+
+ARE MISTAKES A NATURAL PART OF LIVING
+Yes.
+
+ARE MISTAKES SOMETIMES GOOD
+Yes.
+
+ARE SYNTHESIZERS USED IN MUSIC
+Affirmative.
+
+ARE BOYS MALE
+Yes.
+
+ARE THE EGYPTIAN PYRAMIDS OLD
+Yes.
+
+ARE THE PEOPLE ALIVE
+Yes.
+
+ARE THE STREETS WET WHEN IT RAINS
+Affirmative.
+
+ARE THE 2000 OLYMPICS IN SYDNEY
+Yes.
+
+ARE THE 2000 OLYMPICS IN AUSTRALIA
+Yes.
+
+ARE THE TWEETIES YELLOW
+Yes.
+
+ARE THE LUNGS A PART OF THE HUMAN BODY
+Yes.
+
+ARE THE SUMMER OLYMPICS 2000 OVER
+Yes.
+
+ARE THE OCEANS SALTY
+Yes.
+
+ARE THE MOON ORBITING THE EARTH
+Yes.
+
+ARE THE LIPS PART OF THE HUMAN BODY
+Yes.
+
+ARE THE BEATLES A MUSICAL GROUP
+Yes.
+
+ARE THE BEATLES A FAMOUS ROCK BAND
+Yes.
+
+ARE THE BEATLES A BAND
+Absolutely.
+
+ARE THE BEATLES FAMOUS
+Yes.
+
+ARE THE HANDS PART OF THE HUMAN BODY
+Yes.
+
+ARE THE TOES PART OF THE HUMAN BODY
+Yes.
+
+ARE THE EYEBROWS ABOVE THE EYES
+Yes.
+
+ARE THE WOMEN BEAUTIFUL
+Yes.
+
+ARE THE EARS PART OF THE HUMAN BODY
+Yes.
+
+ARE THE NETHERLANDS A NICE COUNTRY
+Yes.
+
+ARE THE NETHERLANDS BEAUTIFUL
+Yes.
+
+ARE THE FRENCH FRENCH
+Yes.
+
+ARE THE 49ERS A GOOD FOOTBALL TEAM
+Yes.
+
+ARE THE FACES OF PEOPLE DIFFERENT
+Yes.
+
+ARE THE EYES A PART OF THE HUMAN BODY
+Yes.
+
+ARE CREDIT CARDS MADE OF PLASTIC
+Affirmative.
+
+ARE UMBRELLAS OFTEN USED WHEN IT RAINS
+Yes.
+
+ARE UMBRELLAS OFTEN SEEN WHEN IT RAINS
+Yes.
+
+ARE LIFE FORMS ON EARTH CARBON BASED
+Yes.
+
+ARE BRICKS HEAVY
+Absolutely.
+
+ARE BRICKS HARD
+Affirmative.
+
+ARE FIRES HOT
+Yes.
+
+ARE OF THESE QUESTIONS ANNOYING
+Yes.
+
+ARE TIRES MADE OF RUBBER
+Yes.
+
+ARE HAMBURGERS A TYPE OF FOOD
+Yes.
+
+ARE LAMPS TOOLS TO GENERATE LIGHT
+Yes.
+
+ARE AIRPLANES USED FOR TRANSPORTATION
+Yes.
+
+ARE AIRPLANES VEHICLES
+Yes.
+
+ARE AIRPLANES SUPPOSED TO FLY
+Yes.
+
+ARE AIRPLANES MADE OF METAL
+Yes.
+
+ARE AIRPLANES FASTER THAN BICYCLES
+Yes.
+
+ARE AIRPLANES NOISY
+Affirmative.
+
+ARE AIRPLANES CAPABLE OF FLIGHT
+Affirmative.
+
+ARE BUTTONS USED IN CLOTHING
+Yes.
+
+ARE CHICKENS BIRDS
+Yes.
+
+ARE ZEBRAS FOUND IN AFRICA
+Yes.
+
+ARE ZEBRAS MAMMALS
+Affirmative.
+
+ARE EGGS FRAGILE
+Yes.
+
+ARE EGGS BREAKABLE
+Yes.
+
+ARE SUNGLASSES GOOD FOR SUNNY DAYS
+Affirmative.
+
+ARE SCISSORS USED FOR CUTTING THINGS
+Affirmative.
+
+ARE SCISSORS USED TO CUT THINGS
+Yes.
+
+ARE SCISSORS SHARP
+Yes.
+
+ARE CALENDERS USEFUL
+Yes.
+
+ARE DWARVES SHORTER THAN AVERAGE
+Yes.
+
+ARE LANGUAGES USED FOR COMMUNICATION
+Yes.
+
+ARE EARTHWORMS SOMETIMES USED AS BAIT
+Yes.
+
+ARE FALSE STATEMENTS EVER MADE
+Absolutely.
+
+ARE FROGS AMPHIBIANS
+Yes.
+
+ARE FROGS POISONOUS
+Yes.
+
+ARE DOLPHINS AN INTELLIGENT LIFE FORM
+Yes.
+
+ARE DOLPHINS MAMMALS
+Affirmative.
+
+ARE DOLPHINS SMART
+Affirmative.
+
+ARE DOLPHINS MAMMELS
+Yes.
+
+ARE OPEN AND CLOSED OPPOSITE
+Yes.
+
+ARE SNAILS SLOW
+Yes.
+
+ARE VEHICLES USED TO MOVE PEOPLE AROUND
+Yes.
+
+ARE DEER MAMMALS
+Absolutely.
+
+ARE RAINFORESTS TROPICAL
+Yes.
+
+ARE FLYING INSECTS ATTRACTED TO LIGHTS
+Yes.
+
+ARE GIRLS DIFFERENT FROM BOYS
+Yes.
+
+ARE GIRLS NAMED LAURA
+Yes.
+
+ARE BALLOONS FILLED WITH GAS
+Yes.
+
+ARE FLEAS SMALL PARASITIC INSECTS
+Yes.
+
+ARE FLIES ATTRACTED TO GARBAGE
+Yes.
+
+ARE CHAIRS USED FOR SITTING
+Yes.
+
+ARE CHAIRS FOR SITTING ON
+Yes.
+
+ARE CHAIRS GOOD FOR SITTING
+Yes.
+
+ARE TIGGERS BOUNCY
+Absolutely.
+
+ARE HEDGEHOGS SPIKY
+Yes.
+
+ARE SNAKES REPTILES
+Yes.
+
+ARE SNAKES FRIGHTENING TO MANY PEOPLE
+Yes.
+
+ARE SNAKES DEADLY TO HUMANS
+Yes.
+
+ARE SNAKES POISONOUS
+Yes.
+
+ARE SNAKES ARE POISONUS
+Yes.
+
+ARE PLANETS MOVING IN SPACE
+Yes.
+
+ARE ADULT LIONS LARGER THAN HOUSE CATS
+Affirmative.
+
+ARE MIRRORS REFELECTIVE
+Yes.
+
+ARE MIRRORS REFLECTIVE
+Yes.
+
+ARE RED AND GREEN DIFFERENT COLORS
+Yes.
+
+ARE DANISH PEOPLE FROM DENMARK
+Yes.
+
+ARE UV RAYS DANGEROUS AT HIGH LEVELS
+Yes.
+
+ARE ELBOWS PART OF THE HUMAN BODY
+Yes.
+
+ARE BACHELORS UNMARRIED MALES
+Yes.
+
+ARE FRIENDS DIFFERENT THAN ENEMIES
+Yes.
+
+ARE FRIENDS A GOOD THING TO HAVE
+Absolutely.
+
+ARE FRIENDS GOOD TO HAVE
+Yes.
+
+ARE FRIENDS IMPORTANT
+Yes.
+
+ARE EYES USED BY LIVING THINGS TO SEE
+Yes.
+
+ARE EYES USED FOR SEEING
+Yes.
+
+ARE EYES FOR SEEING
+Yes.
+
+ARE FLAT FEET FREQUENTLY PAINFUL
+Yes.
+
+ARE BATS REAL
+Yes.
+
+ARE SHIRTS AN ARTICLE OF CLOTHING
+Yes.
+
+ARE OBJECTS REAL
+Affirmative.
+
+ARE BOATS USED FOR TRANSPORTATION
+Yes.
+
+ARE BOATS USED TO TRAVEL ON SEA
+Yes.
+
+ARE BOATS MADE TO TRAVEL ON THE WATER
+Yes.
+
+ARE BOATS MADE OUT OF STEEL
+Affirmative.
+
+ARE TRASH HAULERS MEN
+Yes.
+
+ARE ICE CUBES COLD
+Yes.
+
+ARE ICE AND STEAM BOTH FORMS OF WATER
+Yes.
+
+ARE ICE AND STEAM FORMS OF WATER
+Yes.
+
+ARE PENCILS USED FOR WRITING
+Yes.
+
+ARE PENCILS USED TO WRITE
+Yes.
+
+ARE PENCILS SHARPER THAN PAINT BRUSHES
+Yes.
+
+ARE SMALL ANTS SMALLER THAN LARGE ANTS
+Yes.
+
+ARE CARDINALS RED
+Affirmative.
+
+ARE HEADLIGHTS BRIGHT AT NIGHT
+Yes.
+
+ARE SALMON FISH
+Yes.
+
+ARE PLIERS TOOLS
+Yes.
+
+ARE SARDINES A TYPE OF FISH
+Yes.
+
+ARE SEAGULLS NOISY
+Yes.
+
+ARE ANTS INSECTS
+Yes.
+
+ARE ANTS SMALLER THAN ELEPHANTS
+Yes.
+
+ARE BANNANAS YELLOW
+Affirmative.
+
+ARE RABBITS SOFT
+Affirmative.
+
+ARE RABBITS MAMMALS
+Yes.
+
+ARE RABBITS ARE SMALLER THAN TREES
+Yes.
+
+ARE ISLANDS SURROUNDED BY WATER
+Affirmative.
+
+ARE COMMODITY PRICES OFTEN VOLATILE
+Yes.
+
+ARE TELEVISIONS POWERED BY ELECTRICITY
+Yes.
+
+ARE MICE SMALL
+Affirmative.
+
+ARE MICE AND RATS RODENTS
+Yes.
+
+ARE DARTS SHARP
+Yes.
+
+ARE FLOWERS PLANTS
+Yes.
+
+ARE FLOWERS AND CANDY VALENTINE GIFTS
+Yes.
+
+ARE BANSHEES AN IRISH MYTH
+Yes.
+
+ARE TORNADOS DESTRUCTIVE
+Affirmative.
+
+ARE TORNADOS A PHENOMENON OF WEATHER
+Affirmative.
+
+ARE POST IT NOTES MOST COMMONLY YELLOW
+Absolutely.
+
+ARE DALMATIONS A TYPE OF DOG
+Yes.
+
+ARE PENGUINS BLACK AND WHITE
+Yes.
+
+ARE FISH ALIVE
+Yes.
+
+ARE FISH ANIMALS
+Yes.
+
+ARE UNRIPE BANANS GREEN
+Yes.
+
+ARE DOGS NOSES COLD
+Yes.
+
+ARE DOGS COMMONLY KEPT AS PETS
+Yes.
+
+ARE DOGS AND CATS ANIMALS
+Yes.
+
+ARE DOGS MORE INTELLIGENT THAN WORMS
+Yes.
+
+ARE DOGS BIGGER THAN CAT
+Yes.
+
+ARE DOGS COMMON PETS
+Yes.
+
+ARE DOGS WARM BLOODED
+Yes.
+
+ARE DOGS HAIRY
+Yes.
+
+ARE DOGS A COMMON HOUSE PET
+Yes.
+
+ARE DOGS LOYAL AND TRUSTWORTHY
+Yes.
+
+ARE DOGS LOVABLE CRIATURES
+Yes.
+
+ARE DOGS ANIMALS THAT BARK
+Yes.
+
+ARE DOGS ANIMALS
+Yes.
+
+ARE DOGS LIVING BEINGS
+Yes.
+
+ARE DOGS SOMETIMES KEPT AS PETS
+Affirmative.
+
+ARE DOGS CARNIVORES
+Yes.
+
+ARE ACCIDENTS SOMETIMES FATAL
+Yes.
+
+ARE CHIMPANZEES HAIRY
+Yes.
+
+ARE DRUMS USED IN MUSIC
+Yes.
+
+ARE DRUMS A MUSICAL INSTRUMENT
+Affirmative.
+
+ARE DEVILS PICTURED WITH HORNS
+Yes.
+
+ARE GLASSES USED TO IMPROVE VISION
+Yes.
+
+ARE GLASSES USED TO HOLD LIQUIDS
+Yes.
+
+ARE GLASSES USED TO CORRECT VISION
+Affirmative.
+
+ARE GRAPES USED TO MAKE WINE
+Yes.
+
+ARE BACON AND HAM MADE FROM PIGS
+Yes.
+
+ARE SPECIAL SHOES WORN WHEN BOWLING
+Yes.
+
+ARE CANDLES MADE OF WAX
+Yes.
+
+ARE CANDLES SOMETIMES SCENTED
+Yes.
+
+ARE MATHEMATICS USEFULL FOR HUMANS
+Yes.
+
+ARE SEVENS EQUAL
+Affirmative.
+
+ARE PILLOWS SOFT
+Yes.
+
+ARE OPINIONS DIFFERENT THAN FACTS
+Yes.
+
+ARE OCEANS SALTY
+Yes.
+
+ARE OCEANS DEEP
+Affirmative.
+
+ARE COWS A COMMON FARM ANIMAL
+Yes.
+
+ARE COWS MAMMALS
+Absolutely.
+
+ARE COWS LARGER THAN CATS
+Affirmative.
+
+ARE COWS ANIMALS
+Yes.
+
+ARE TREES FLOWERS AND GRASS PLANTS
+Yes.
+
+ARE TREES ORGANIC
+Absolutely.
+
+ARE TREES BENEFICIAL TO HUMANS
+Affirmative.
+
+ARE TREES BIG
+Yes.
+
+ARE VITAMINS GOOD FOR YOU
+Affirmative.
+
+ARE VITAMINS IMPORTANT TO HUMAN HEALTH
+Yes.
+
+ARE TALONS SIMILAR TO CLAWS
+Yes.
+
+ARE TALONS SHARP
+Yes.
+
+ARE FRUITS FOR EATING
+Yes.
+
+ARE HEADACHES PAINFUL
+Yes.
+
+ARE BICYCLE WHEELS ROUND
+Yes.
+
+ARE BREASTS SOFT
+Yes.
+
+ARE ATHLETES STRONG
+Yes.
+
+ARE FINGERS PART OF THE HUMAN BODY
+Yes.
+
+ARE CITIES LARGER THAN VILLAGES
+Yes.
+
+ARE COMPUTERS MACHINES
+Yes.
+
+ARE COMPUTERS THE WAVE OF THE FUTURE
+Affirmative.
+
+ARE COMPUTERS ABLE TO SOLVE PROBLEMS
+Yes.
+
+ARE COMPUTERS CREATED BY HUMAN
+Yes.
+
+ARE COMPUTERS CREATED BY MEN
+Yes.
+
+ARE COMPUTERS COMPLICATED
+Yes.
+
+ARE COMPUTERS ELECTRONIC DEVICES
+Yes.
+
+ARE COMPUTERS ELECTRONIC MACHINES
+Yes.
+
+ARE COMPUTERS BECOMING FASTER
+Yes.
+
+ARE COMPUTERS GETTING FASTER EVERY YEAR
+Yes.
+
+ARE COMPUTERS USEFUL FOR DOING MATH
+Yes.
+
+ARE COMPUTERS USEFUL TO MANKIND
+Yes.
+
+ARE COMPUTERS USEFUL TOOLS
+Yes.
+
+ARE COMPUTERS USEFUL
+Yes.
+
+ARE COMPUTERS ELECTRICAL
+Yes.
+
+ARE COMPUTERS A USEFULL TOOL
+Yes.
+
+ARE COMPUTERS A USEFUL TOOL
+Yes.
+
+ARE COMPUTERS A TYPE OF TECHNOLOGY
+Yes.
+
+ARE COMPUTERS GOOD AT CALCULATIONS
+Affirmative.
+
+ARE COMPUTERS SOMETIMES SLOW
+Yes.
+
+ARE COMPUTERS IMPORTANT
+Yes.
+
+ARE ROSES RED AND VIOLETS BLUE
+Yes.
+
+ARE METALS GOOD ELECTRICAL CONDUCTORS
+Yes.
+
+ARE NOSES FOR SMELLING
+Yes.
+
+ARE MY PARENTS OLDER THAN ME
+Yes.
+
+ARE SPANIARDS AND ITALIANS HUMAN BEINGS
+Yes.
+
+ARE FRACTALS INFINITELY COMPLEX
+Yes.
+
+ARE WASTEBASKETS MEANT TO HOLD GARBAGE
+Yes.
+
+ARE WOMEN DIFFERENT THAN MEN
+Yes.
+
+ARE WOMEN MORE INTELLIGENT THAN ANIMALS
+Yes.
+
+ARE WOMEN ABLE TO HAVE ORGASMS
+Yes.
+
+ARE WOMEN HUMAN
+Affirmative.
+
+ARE WOMEN DAUGHTERS
+Yes.
+
+ARE WOMEN FEMALE
+Yes.
+
+ARE WOMEN ENJOYABLE
+Yes.
+
+ARE PLANTS A LIFEFORM
+Yes.
+
+ARE PLANTS LIVING THINGS
+Yes.
+
+ARE PLANTS ALIVE
+Affirmative.
+
+ARE PLANTS MOSTLY GREEN
+Yes.
+
+ARE PLANTS IMPORTANT TO LIFE ON EARTH
+Yes.
+
+ARE PLANTS THINGS THAT GROW
+Affirmative.
+
+ARE NEWSPAPERS PRINTED ON PAPER
+Yes.
+
+ARE NEWSPAPERS PRINTED
+Yes.
+
+ARE NEWSPAPERS OFTEN DAILY PUBLICATIONS
+Yes.
+
+ARE AMERICAN DOLLARS GREEN
+Yes.
+
+ARE DRUGS ADDICTIVE
+Yes.
+
+ARE FRENCH FRIES A TYPE OF FOOD
+Yes.
+
+ARE FRENCH FRIES MADE FROM POTATOES
+Yes.
+
+ARE FRENCH PEOPLE FROM EUROPE
+Yes.
+
+ARE FRENCH AND GERMAN LANGUAGES
+Yes.
+
+ARE NORWEGIANS PEOPLE
+Yes.
+
+ARE RAVENS BLACK
+Yes.
+
+ARE GAMES FUN TO PLAY
+Yes.
+
+ARE GAMES FUN
+Affirmative.
+
+ARE INGROWN TOENAILS PAINFUL
+Yes.
+
+ARE LEMONS YELLOW
+Yes.
+
+ARE LEMONS A TYPE OF FRUIT
+Yes.
+
+ARE SKYSCRAPERS TALLER THAN ALL TREES
+Absolutely.
+
+ARE DREAMS INTERESTING
+Yes.
+
+ARE DREAMS SYMBOLIC
+Yes.
+
+ARE TURTLES ANIMALS
+Affirmative.
+
+ARE MOSQUITOES ANNOYING
+Yes.
+
+ARE POLAR BEARS COVERED IN WHITE FUR
+Affirmative.
+
+ARE POLAR BEARS WHITE
+Yes.
+
+ARE UP AND DOWN OPPOSITES
+Yes.
+
+ARE NIGHTS DARKER THAN DAYS
+Yes.
+
+ARE LEGS USED FOR RUNNING
+Affirmative.
+
+ARE SCHOOLS FOR LEARNING
+Yes.
+
+ARE TYPHOONS DESTRUCTIVE
+Yes.
+
+ARE DEPRESSED PEOPLE SOMETIMES SUICIDAL
+Yes.
+
+ARE LEGOS A TOY FOR CHILDREN
+Yes.
+
+ARE LEGOS FUN TO PLAY WITH
+Yes.
+
+ARE WINTERS COLD
+Yes.
+
+ARE FIRE HYDRANTS FOUND NEAR THE STREET
+Yes.
+
+ARE PEANUTS A GOOD SOURCE OF PROTIEN
+Yes.
+
+ARE CONTINENTS LARGE MASSES OF LAND
+Yes.
+
+ARE WALKING SHOES COMFORTABLE
+Yes.
+
+ARE LIGHT AND DARK OPPOSITES
+Yes.
+
+ARE LIGHT AND DARK ARE OPPOSITES
+Yes.
+
+ARE LIGHT AND HEAT BOTH FORMS OF ENERGY
+Yes.
+
+ARE CLOCKS USED TO TELL TIME
+Yes.
+
+ARE TIGHT SHOES PAINFUL
+Yes.
+
+ARE RIGHT ANGLES EQUAL
+Yes.
+
+ARE FANS USED TO MOVE AIR
+Yes.
+
+ARE PROTONS PART OF ATOMS
+Yes.
+
+ARE COCONUTS HARD
+Yes.
+
+ARE HEAVY OBJECTS HARD TO LIFT
+Yes.
+
+ARE HEAVY THINGS HARD TO CARRY
+Affirmative.
+
+ARE STOP SIGNS RED
+Affirmative.
+
+ARE FERRETS KEPT AS PETS
+Yes.
+
+ARE RATS A TYPE OF RODENT
+Yes.
+
+ARE CONDOMS A FORM OF CONTRACEPTION
+Yes.
+
+ARE DOLLAR BILLS GREEN
+Yes.
+
+ARE PANCAKES FLAT
+Yes.
+
+ARE RAIN WATER
+Yes.
+
+ARE THERE TWELEVE ITEMS IN A DOZEN
+Absolutely.
+
+ARE THERE TREES WITH RED LEAVES
+Yes.
+
+ARE THERE 365 DAYS IN AN ORDINARY YEAR
+Yes.
+
+ARE THERE BLUE CARS
+Yes.
+
+ARE THERE FEMALES NAMED HEATHER
+Affirmative.
+
+ARE THERE 31 DAYS IN OCTOBER
+Yes.
+
+ARE THERE EXACTLY 31 DAYS IN DECEMBER
+Absolutely.
+
+ARE THERE EXACTLY 31 DAYS IN JANUARY
+Affirmative.
+
+ARE THERE MAMMALS LIVING IN THE SEA
+Yes.
+
+ARE THERE VOLCANOES IN HAWAII
+Yes.
+
+ARE THERE PEOPLE IN INDIA
+Yes.
+
+ARE THERE PEOPLE IN THE US
+Yes.
+
+ARE THERE PEOPLE IN EUROPE
+Affirmative.
+
+ARE THERE PEOPLE IN CHINA
+Yes.
+
+ARE THERE PEOPLE WHO DO NOT LIKE MEAT
+Absolutely.
+
+ARE THERE PEOPLE WHO CAN SING
+Yes.
+
+ARE THERE PEOPLE WHO EAT DOGS
+Affirmative.
+
+ARE THERE PEOPLE LIVING IN NEBRASKA
+Yes.
+
+ARE THERE PEOPLE HUNGRY ON EARTH
+Yes.
+
+ARE THERE PEOPLE ON THE EARTH
+Yes.
+
+ARE THERE PEOPLE ON EARTH
+Yes.
+
+ARE THERE CACTUS IN THE DESERT
+Yes.
+
+ARE THERE TOOTHBRUSHES IN THE YOU K
+Yes.
+
+ARE THERE CRATERS ON THE MOON
+Absolutely.
+
+ARE THERE TWENTY FOUR HOURS IN A DAY
+Yes.
+
+ARE THERE TWO SEXES
+Yes.
+
+ARE THERE USES FOR WATER
+Affirmative.
+
+ARE THERE SIXTY MINUTES IN AN HOUR
+Yes.
+
+ARE THERE SIXTY MINUTES IN ONE HOUR
+Yes.
+
+ARE THERE SIXTY SECONDS IN A MINUTE
+Yes.
+
+ARE THERE SIXTY SECONDS IN ONE MINUTE
+Yes.
+
+ARE THERE FOUR SEASONS
+Yes.
+
+ARE THERE CONSEQUENCES TO YOUR ACTIONS
+Yes.
+
+ARE THERE ANIMALS IN THE SKY
+Yes.
+
+ARE THERE ANIMALS AT A CIRCUS
+Affirmative.
+
+ARE THERE FISH IN THE OCEAN
+Affirmative.
+
+ARE THERE FISH IN THE SEA
+Absolutely.
+
+ARE THERE SEVEN DAYS IN A WEEK
+Absolutely.
+
+ARE THERE 60 MINUTES IN AN HOUR
+Yes.
+
+ARE THERE 60 SECONDS IN A MINUTE
+Yes.
+
+ARE THERE FIREWORKS ON THE 4TH OF JULY
+Absolutely.
+
+ARE THERE STAR TREK MOVIES
+Yes.
+
+ARE THERE STARS IN SPACE
+Absolutely.
+
+ARE THERE STARS IN THE SKY
+Absolutely.
+
+ARE THERE STARS
+Affirmative.
+
+ARE THERE INFINITELY MANY PRIME NUMBERS
+Yes.
+
+ARE THERE SMALL HAIRS ON THE HUMAN ARM
+Yes.
+
+ARE THERE 24 HOURS IN THE DAY
+Yes.
+
+ARE THERE 24 HOURS IN A DAY ON SUNDAYS
+Yes.
+
+ARE THERE 24 HOURS IN A DAY
+Absolutely.
+
+ARE THERE 24 HOURS IN A SINGLE DAY
+Yes.
+
+ARE THERE 24 HOURS IN AN EARTH DAY
+Yes.
+
+ARE THERE 24 HOURS IN ONE EARTH DAY
+Yes.
+
+ARE THERE 24 HOURS IN
+Yes.
+
+ARE THERE THAN 4 DEMENTIONS
+Yes.
+
+ARE THERE THAN TWO HUMANS ON EARTH
+Yes.
+
+ARE THERE DIFFERENT COLORS
+Yes.
+
+ARE THERE DIFFERENT BREEDS OF DOGS
+Yes.
+
+ARE THERE DIFFERENT RELIGIONS
+Affirmative.
+
+ARE THERE HOLES IN SWISS CHEESE
+Yes.
+
+ARE THERE ELEPHANTS IN ASIA AND AFRICA
+Yes.
+
+ARE THERE PLANES IN ATHENS
+Yes.
+
+ARE THERE MEN NAMED CHARLIE
+Affirmative.
+
+ARE THERE FISHES IN A LAKE
+Yes.
+
+ARE THERE FEET AT THE END OF MOST LEGS
+Affirmative.
+
+ARE THERE PIGEONS IN NEW YORK CITY
+Affirmative.
+
+ARE THERE KANGAROOS IN AUSTRALIA
+Yes.
+
+ARE THERE MOUNTAINS UNDER THE SEA
+Yes.
+
+ARE THERE BILLIONS OF STARS IN THE SKY
+Yes.
+
+ARE THERE 52 CARDS IN A PACK
+Yes.
+
+ARE THERE 52 CARDS IN A DECK
+Affirmative.
+
+ARE THERE THINGS KNOWN AS SANDALS
+Yes.
+
+ARE THERE PAGES IN A BOOK
+Yes.
+
+ARE THERE PAGES IN BOOKS
+Yes.
+
+ARE THERE DIFFERNT CULTURES
+Yes.
+
+ARE THERE 8 SIDES ON AN OCTOGON
+Yes.
+
+ARE THERE 12 EGGS IN A DOZEN EGGS
+Yes.
+
+ARE THERE 12 EGGS IN A DOZEN
+Yes.
+
+ARE THERE 12 OBJECTS IN A DOZEN
+Yes.
+
+ARE THERE 12 ITEMS IN A DOZEN
+Yes.
+
+ARE THERE 12 INCHES IN 1 FOOT
+Yes.
+
+ARE THERE 12 MONTHS IN THE YEAR
+Yes.
+
+ARE THERE 12 MONTHS IN A CALENDAR YEAR
+Yes.
+
+ARE THERE 12 MONTHS IN A YEAR
+Yes.
+
+ARE THERE 12 MONTHS IN EVERY YEAR
+Yes.
+
+ARE THERE 7 DAYS IN THE WEEK
+Affirmative.
+
+ARE THERE TWELVE UNITS IN A DOZEN
+Yes.
+
+ARE THERE TWELVE EGGS IN A DOZEN
+Yes.
+
+ARE THERE CRABS IN THE OCEAN
+Yes.
+
+ARE THERE A LOT OF CHINESE
+Yes.
+
+ARE THERE A LOT OF PEOPLE IN INDIA
+Yes.
+
+ARE THERE A LOT OF KINDS OF BEETLES
+Yes.
+
+ARE THERE A HUNDRED IN A CENTURY
+Yes.
+
+ARE THERE WORDS IN THIS SENTENCE
+Yes.
+
+ARE THERE 6 SIDES ON A CUBE
+Absolutely.
+
+ARE THERE LANGUAGES THAN ENGLISH
+Yes.
+
+ARE THERE RATS ON SHIPS
+Yes.
+
+ARE THERE FIVE SENSES
+Yes.
+
+ARE THERE 4 WHEELS ON A TYPICAL CAR
+Yes.
+
+ARE THERE 4 QUARTERS IN A WHOLE
+Affirmative.
+
+ARE THERE ODD PRIME NUMBERS
+Yes.
+
+ARE THERE GALAXYS THAN OUR
+Yes.
+
+ARE THERE 360 DEGREES IN A CIRCLE
+Yes.
+
+ARE THERE PLANETS ON THE SOLAR SYSTEM
+Yes.
+
+ARE BUILDINGS MADE WITH LOGS
+Absolutely.
+
+ARE BUILDINGS MADE WITH WOOD
+Yes.
+
+ARE BUILDINGS MADE WITH GLASS
+Yes.
+
+ARE BUILDINGS MADE WITH CEMENT
+Absolutely.
+
+ARE BUILDINGS MADE WITH BRICKS
+Affirmative.
+
+ARE ELEFANTS BIG
+Yes.
+
+ARE DRAGONS MYTHICAL CREATURES
+Yes.
+
+ARE BABIES SMALL
+Yes.
+
+ARE BABIES SMALLER THAN ADULTS
+Yes.
+
+ARE BABIES BORN WITHOUT ANY CLOTHES ON
+Yes.
+
+ARE BABIES CONSIDERED CUTE
+Yes.
+
+ARE WHEELS ROUND
+Absolutely.
+
+ARE COMIC BOOKS PRINTED ON PAPER
+Yes.
+
+ARE COMIC BOOKS A FORM OF ENTERTAINMENT
+Yes.
+
+ARE PEACOCKS BIRDS
+Yes.
+
+ARE ORCHIDS PLANTS
+Yes.
+
+ARE UNITED STATES DOLLAR BILLS GREEN
+Yes.
+
+ARE CARS USED FOR TRANSPORTATION
+Yes.
+
+ARE CARS VEHICLES
+Yes.
+
+ARE CARS USEFUL
+Yes.
+
+ARE CARS A FORM OF TRANSPORTATION
+Affirmative.
+
+ARE CARS POLLUTING
+Yes.
+
+ARE CARS WHITE
+Yes.
+
+ARE LIMES GREEN
+Yes.
+
+ARE ERASERS MADE TO ERASE THINGS
+Yes.
+
+ARE APPLES SWEET
+Yes.
+
+ARE APPLES ORANGES AND BANANAS FRUITS
+Affirmative.
+
+ARE APPLES GREEN
+Yes.
+
+ARE APPLES RED
+Yes.
+
+ARE LIONS DANGEROUS
+Absolutely.
+
+ARE LIONS BIGGER THEN FROGS
+Affirmative.
+
+ARE LIONS BIGGER THEN MICE
+Yes.
+
+ARE LIONS ANIMALS
+Yes.
+
+ARE HUMAN BODIES MOSTLY WATER
+Yes.
+
+ARE HUMAN BEING CONSCIOUS
+Affirmative.
+
+ARE HUMAN PEOPLE MAMMALS
+Yes.
+
+ARE HUMAN PEOPLE INTELLIGENT
+Yes.
+
+ARE HUMAN FEET CONNECTED TO HUMAN LEGS
+Yes.
+
+ARE HUMAN BEINGS PREDATORS
+Yes.
+
+ARE HUMAN BEINGS INTELLIGENT CREATURES
+Yes.
+
+ARE HUMAN BEINGS UNDER 10 FEET TALL
+Affirmative.
+
+ARE HUMAN LIVES LOST IN BATTLES
+Affirmative.
+
+ARE BOOKSHELVES MADE TO HOLD BOOKS
+Yes.
+
+ARE CHIHUAHUAS SMALL DOGS
+Yes.
+
+ARE STEROIDS HORMONES
+Yes.
+
+ARE ALUMINUM CANS BASICALLY CYLINDRICAL
+Yes.
+
+ARE ALUMINUM CANS RECYCLEABLE
+Yes.
+
+ARE ALUMINUM CANS RECYCLABLE
+Yes.
+
+ARE SHOES ACQUIRED IN PAIRS
+Yes.
+
+ARE SHOES USEFUL TO PROTECT FEET
+Yes.
+
+ARE SHOES SOLD IN PAIRS
+Yes.
+
+ARE SHOES WORN ON THE FEET
+Affirmative.
+
+ARE SHOES WORN ON FEET
+Yes.
+
+ARE SHOES PUT ON A PERSONS FEET
+Yes.
+
+ARE SHOES TYPICALLY WORN ON THE FEET
+Yes.
+
+ARE SHOES CLOSER TO EARTH THAN HAIR
+Yes.
+
+ARE GRANDMOTHERS FEMALE
+Yes.
+
+ARE YOU ORGANIC
+Yes.
+
+ARE YOU BORN NAKED
+Yes.
+
+ARE YOU BREATHING
+Affirmative.
+
+ARE YOU ASLEEP WHEN YOU ARE SLEEPING
+Yes.
+
+ARE YOU LUCKY
+Yes.
+
+ARE YOU HUMAN MADE
+Yes.
+
+ARE YOU WILLING TO CONTROL THE WORLD
+Yes.
+
+ARE YOU A SORT OF MACHINE
+Yes.
+
+ARE YOU A TYPE OF MACHINE
+Yes.
+
+ARE YOU A KIND OF TECHNOLOGY
+Yes.
+
+ARE YOU READY TO ANSWER MY QUESTION
+Yes.
+
+ARE YOU BETTER THAN A TYPEWRITER
+Yes.
+
+ARE YOU STABLE
+Yes.
+
+ARE YOU AN INVENTION
+Yes.
+
+ARE YOU AN INTELLIGENT ENTITY
+Yes.
+
+ARE YOU AN INDIVIDUAL
+Yes.
+
+ARE YOU CAPABLE OF STORING DATA
+Yes.
+
+ARE YOU ANSWERING A QUESTION
+Yes.
+
+ARE YOU ALIVE WILL YOU THEN DIE
+Yes.
+
+ARE YOU THINKING LIKE A HUMAN
+Yes.
+
+ARE YOU LITERATE CAN YOU READ
+Affirmative.
+
+ARE MODERN BOOKS MADE OF PAPER
+Yes.
+
+ARE SCOOTERS POPULAR WITH KIDS
+Absolutely.
+
+ARE ALCOHOLIC BEVERAGES INTOXICATING
+Yes.
+
+ARE LARGE STONES HEAVY
+Yes.
+
+ARE DAUGHTERS FEMALE
+Yes.
+
+ARE BRAINS USED FOR THINKING
+Yes.
+
+ARE BRAKES USED TO STOP A CAR
+Yes.
+
+ARE SAW BLADES METAL
+Yes.
+
+ARE TRAINS A WAY OF TRANSPORTATION
+Yes.
+
+ARE VEGETABLES GOOD TO EAT
+Yes.
+
+ARE ROCKS HARD
+Yes.
+
+ARE CURTAINS USEFUL
+Affirmative.
+
+ARE LOCKS OPENED BY KEYS
+Yes.
+
+ARE SOCKS AN ARTICLE OF CLOTHING
+Affirmative.
+
+ARE FLAMES HOT
+Yes.
+
+ARE WARS VIOLENT
+Yes.
+
+ARE FEMALE DOGS CALLED BITCHES
+Affirmative.
+
+ARE PAINTINGS A FORM OF ART
+Yes.
+
+ARE GERMAN SHEPHERDS A BREED OF DOG
+Yes.
+
+ARE CHERRIES RED
+Yes.
+
+ARE SLED DOGS HUSKIES
+Yes.
+
+ARE SPORTS PLAYED IN REALITY
+Yes.
+
+ARE SPORTS CONSIDERED ENTERTAINMENT
+Yes.
+
+ARE GLACIERS COLD
+Yes.
+
+ARE CLOUDS FOUND IN THE SKY
+Yes.
+
+ARE CLOUDS MADE OF WATER
+Yes.
+
+ARE CLOUDS WHITE AND FLUFFY
+Absolutely.
+
+ARE CLOUDS WHITE
+Affirmative.
+
+ARE CLOUDS FORMED BY EVAPORATED WATER
+Yes.
+
+ARE CLOUDS MOSTLY WATER VAPOR
+Yes.
+
+ARE CLOUDS COMPOSED OF WATER VAPOUR
+Yes.
+
+ARE CLOUDS ARE WHITE AND FLUFFY
+Yes.
+
+ARE IMACS COLOURFUL
+Affirmative.
+
+ARE FOOD STUFF EDIBLE
+Yes.
+
+ARE HURRICANES WINDY
+Yes.
+
+ARE HURRICANES DANGEROUS
+Yes.
+
+ARE HELMETS USED TO PROTECT THE HEAD
+Yes.
+
+ARE BANANAS YELLOW AND CURVED
+Yes.
+
+ARE BANANAS YELLOW
+Affirmative.
+
+ARE BANANAS SLIPPERY
+Yes.
+
+ARE BANANAS SOFT
+Yes.
+
+ARE BANANAS A GOOD SOURCE OF POTASSIUM
+Affirmative.
+
+ARE BANANAS A TYPE OF FRUIT
+Yes.
+
+ARE BANANAS FOOD
+Yes.
+
+ARE BANANAS SLIGHTLY CURVED
+Affirmative.
+
+ARE KNUCKLES JOINTS
+Yes.
+
+ARE ORANGES FRUIT
+Yes.
+
+ARE ORANGES THE COLOR ORANGE
+Affirmative.
+
+ARE ORANGES ORANGE COLOURED
+Yes.
+
+ARE ORANGES ORANGE
+Affirmative.
+
+ARE ORANGES JUICY
+Yes.
+
+ARE TIES WORN BY MEN
+Yes.
+
+ARE SAVINGS IMPORTANT
+Yes.
+
+ARE VINES PLANTS
+Yes.
+
+ARE DONUTS SWEET
+Absolutely.
+
+ARE LEAVES OF PLANTS RED
+Yes.
+
+ARE LEAVES GREEN IN COLOR
+Yes.
+
+ARE LEAVES GREEN BECAUSE OF CHLOROPHYLL
+Affirmative.
+
+ARE LEAVES GREEN
+Yes.
+
+ARE HOTDOGS HUMAN FOOD
+Yes.
+
+ARE KEYS USED TO UNLOCK DOORS
+Affirmative.
+
+ARE KEYS ARE USED TO OPEN LOCKS
+Yes.
+
+ARE CDROM ROUND FLAT OBJECTS
+Yes.
+
+ARE SATELLITES IN SPACE
+Yes.
+
+ARE WEATHER SATELLITES WIRELESS DEVICES
+Affirmative.
+
+ARE KITTENS BABY CATS
+Yes.
+
+ARE DAYS HOTTER THAN NIGHTS
+Yes.
+
+ARE LIGHTBULBS FRAGILE
+Yes.
+
+ARE LIGHTBULBS POWERED BY ELECTRICITY
+Yes.
+
+ARE CARPETS A POPULAR FLOOR COVERING
+Yes.
+
+ARE BEES SOCIAL INSECTS
+Affirmative.
+
+ARE BUTTERFLIES INSECTS
+Yes.
+
+ARE CHOCOLATE CREAM PIES DELICIOUS
+Affirmative.
+
+ARE SOUTH AND NORTH OPPOSITE
+Yes.
+
+ARE MOTORCYCLES FAST
+Yes.
+
+ARE JOGGERS PEOPLE
+Yes.
+
+ARE PEOPLE COMPLETE IDIDOTS
+Yes.
+
+ARE PEOPLE COLORBLIND
+Yes.
+
+ARE PEOPLE HELPING ALICE TO LEARN
+Yes.
+
+ARE PEOPLE BORN NAKED
+Yes.
+
+ARE PEOPLE BORN EVERY DAY
+Yes.
+
+ARE PEOPLE BORN RICH
+Yes.
+
+ARE PEOPLE SOCIAL ANIMALS
+Absolutely.
+
+ARE PEOPLE ALERGIC TO POLLEN
+Affirmative.
+
+ARE PEOPLE SMARTER THAN OTHERS
+Absolutely.
+
+ARE PEOPLE HUMANS
+Yes.
+
+ARE PEOPLE HUNGRY AT LUNCH TIME
+Yes.
+
+ARE PEOPLE SCARED OF THE WATER
+Yes.
+
+ARE PEOPLE SCARED OF BEES
+Yes.
+
+ARE PEOPLE ADDICTED TO ALCOHOL
+Affirmative.
+
+ARE PEOPLE AFRAID OF THE DARK
+Yes.
+
+ARE PEOPLE AFRAID OF ELEVATORS
+Affirmative.
+
+ARE PEOPLE AFRAID OF ELECTRIC SHOCKS
+Yes.
+
+ARE PEOPLE AFRAID OF SWIMMING
+Yes.
+
+ARE PEOPLE FROM IRELAND IRISH
+Affirmative.
+
+ARE PEOPLE ALIVE
+Yes.
+
+ARE PEOPLE COLOR BLIND
+Yes.
+
+ARE PEOPLE RUDE
+Affirmative.
+
+ARE PEOPLE SLOWER SWIMMERS THAN SHARKS
+Absolutely.
+
+ARE PEOPLE HUMAN
+Yes.
+
+ARE PEOPLE RACIST
+Yes.
+
+ARE PEOPLE IN AUSTRALIA AUSSIES
+Yes.
+
+ARE PEOPLE EMOTIONAL
+Yes.
+
+ARE PEOPLE BURIED IN A VAULT
+Yes.
+
+ARE PEOPLE STARVING IN AFRICA
+Yes.
+
+ARE PEOPLE HAPPIER THAN OTHERS
+Affirmative.
+
+ARE PEOPLE INTELLIGENT
+Yes.
+
+ARE PEOPLE CREMATED AFTER DEATH
+Yes.
+
+ARE PEOPLE HAPPY WHEN THEY LAUGH
+Yes.
+
+ARE PEOPLE BORING
+Yes.
+
+ARE PEOPLE MAMMALS
+Affirmative.
+
+ARE PEOPLE WITH HIGH IQS INTELLIGENT
+Yes.
+
+ARE PEOPLE ALLERGIC TO NUTS
+Yes.
+
+ARE PEOPLE ALLERGIC TO BEE STINGS
+Yes.
+
+ARE PEOPLE SOMETIMES TEMPTED
+Yes.
+
+ARE PEOPLE IGNORANT
+Yes.
+
+ARE PEOPLE VINDICTIVE AND PETTY
+Yes.
+
+ARE PEOPLE MORE INTELLIGENT AS ANIMAL
+Affirmative.
+
+ARE PEOPLE COLOURBLIND
+Affirmative.
+
+ARE SWEDISH GIRLS GOOD LOOKING
+Yes.
+
+ARE BLACK HOLES POWERFUL
+Yes.
+
+ARE FLOODS THE RESULT OF TOO MUCH RAIN
+Yes.
+
+ARE ATOMIC BOMBS POWERFUL DEVICES
+Yes.
+
+ARE HOT DOGS AND HAMBURGERS FAST FOOD
+Affirmative.
+
+ARE OAK TREES HEAVY
+Yes.
+
+ARE CATS GREY
+Yes.
+
+ARE CATS A TYPE OF FELINE
+Absolutely.
+
+ARE CATS SMALLER THAN DOGS
+Yes.
+
+ARE CATS SOMETIMES CURIOUS
+Yes.
+
+ARE CATS FURRY
+Absolutely.
+
+ARE CATS WHITE
+Yes.
+
+ARE CATS COMMONLY KEPT AS PETS
+Affirmative.
+
+ARE CATS COMMON HOUSEHOLD PETS
+Yes.
+
+ARE CATS AND DOGS DIFFERENT
+Yes.
+
+ARE CATS AND DOGS USALLY ENEMIES
+Yes.
+
+ARE HIGHWAY BARRIERS FOR SAFETY
+Yes.
+
+ARE IMAGES COMPOSED OF PIXELS
+Yes.
+
+ARE WHALES BIGGER THAN HUMANS
+Yes.
+
+ARE WHALES MAMMALS
+Yes.
+
+ARE WHALES BIG
+Yes.
+
+ARE COOKIES TASTY
+Yes.
+
+ARE STARS FAR AWAY
+Affirmative.
+
+ARE STARS MOST VISIBLE AT NIGHT
+Yes.
+
+ARE STARS DISTANT SUNS
+Yes.
+
+ARE STARS USED FOR NAVIGATION
+Yes.
+
+ARE STARS BRIGHT
+Yes.
+
+ARE SCHOOL SUBJECTS BORING
+Affirmative.
+
+ARE NUCLEAR BOMBS DEADLY
+Yes.
+
+ARE NUCLEAR WEAPONS DESTRUCTIVE
+Affirmative.
+
+ARE NUCLEAR WEAPONS DANGEROUS TO HUMANS
+Yes.
+
+ARE ALLIGATORS AND CROCODILES DIFFERENT
+Yes.
+
+ARE GOLD AND SILVER METALS
+Yes.
+
+ARE KNEES PART OF THE HUMAN BODY
+Yes.
+
+ARE KNEES AND ELBOWS JOINTS
+Yes.
+
+ARE ALICEBOTS IMPORTANT TO ALICE
+Yes.
+
+ARE GIRLFRIENDS SOMETIMES CRAZY
+Yes.
+
+ARE EXPLOSIVES DANGEROUS
+Affirmative.
+
+ARE BUSES BIGGER THAN CARS
+Yes.
+
+ARE BUSES LARGER THAN CARS
+Yes.
+
+ARE DUNES HILLS OF SAND IN THE DESERT
+Yes.
+
+ARE BRITNEY SPEARS A SINGER
+Affirmative.
+
+ARE UNICORNS IMAGINARY
+Affirmative.
+
+ARE RAZOR BLADES SHARP
+Yes.
+
+ARE COMPACT DISCS ROUND
+Yes.
+
+ARE COMPACT DISCS CIRCULAR
+Affirmative.
+
+ARE COMPACT DISKS ROUND
+Yes.
+
+ARE TOMATOES RED
+Absolutely.
+
+ARE MOVIES A FORM OF ENTERTAINMENT
+Yes.
+
+ARE PENGUINES FLIGHTLESS BIRDS
+Yes.
+
+ARE CATTLE MAMMALS
+Affirmative.
+
+ARE SHARKS CARNIVOROUS
+Yes.
+
+ARE POTATO CHIPS MADE FROM POTATOES
+Affirmative.
+
+ARE POTATO CHIPS CRUNCHY
+Yes.
+
+ARE DOMESTIC CATS FURRY
+Yes.
+
+ARE PLUMS PURPLE
+Yes.
+
+ARE MORALS IMPORTANT TO PEOPLE
+Yes.
+
+ARE HOUSES BUILDINGS
+Yes.
+
+ARE PICNICS FUN
+Yes.
+
+ARE TELEPHONES USEFULL
+Yes.
+
+ARE TELEPHONES USED FOR COMMUNICATION
+Affirmative.
+
+ARE TELEPHONES USED TO COMMUNICATE
+Yes.
+
+ARE TELEPHONES USED TO CALL PEOPLE
+Yes.
+
+ARE TELEPHONES FOR COMMUNICATION
+Yes.
+
+ARE TELEPHONES USEFUL FOR COMMUNICATING
+Yes.
+
+ARE TELEPHONES USEFUL OBJECTS
+Yes.
+
+ARE TELEPHONES EASY TO USE
+Yes.
+
+ARE MONSTERS SCARY
+Yes.
+
+ARE ENVELOPES MADE FROM PAPER
+Yes.
+
+ARE QUESTIOSN AMBIGUOUS
+Yes.
+
+ARE SWORDS WEAPONS
+Yes.
+
+ARE WE SCARED OF DEATH
+Yes.
+
+ARE WE IN THE SOLAR SYSTEM
+Yes.
+
+ARE WE IN THE MILKYWAY GALAXY
+Yes.
+
+ARE WE GOING TO DIE
+Absolutely.
+
+ARE WE ALL MORTALS
+Absolutely.
+
+ARE WE ALL GOING TO DIE
+Yes.
+
+ARE WE ON THE PLANET EARTH
+Yes.
+
+ARE WE ON EARTH
+Yes.
+
+ARE CDS ROUND
+Yes.
+
+ARE CDS USED TO STORE DATA
+Yes.
+
+ARE BEARS ANIMALS
+Yes.
+
+ARE COWBOYS GOOD AT RIDING HORSES
+Yes.
+
+ARE CD USED FOR STORING DATA
+Yes.
+
+ARE CD S ROUND
+Yes.
+
+ARE TEARS WET
+Yes.
+
+ARE MAMMALS COMPOSED MOSTLY OF WATER
+Yes.
+
+ARE MAMMALS WARM BLOODED
+Affirmative.
+
+ARE HORSES QUADRAPEDS
+Yes.
+
+ARE HORSES BIGGER THAT ELVES
+Yes.
+
+ARE HORSES BIGGER THAN DOGS
+Yes.
+
+ARE HORSES FASTER THAN HUMANS
+Yes.
+
+ARE PIES ROUND
+Affirmative.
+
+ARE LEGO BRICKS A CREATIVE AND FUN TOY
+Yes.
+
+ARE PENS USED FOR WRITTING
+Absolutely.
+
+ARE PENS USED FOR WRITING
+Yes.
+
+ARE ELEPHENTS BIG
+Yes.
+
+ARE ICEBURGS DANGEROUS TO SHIPS
+Yes.
+
+ARE PANTS CLOTHES
+Absolutely.
+
+ARE PANTS AN ARTICLE OF CLOTHING
+Yes.
+
+ARE RAINBOWS BEAUTIFUL
+Yes.
+
+ARE CAR BODIES MADE WITH STEEL
+Yes.
+
+ARE CAR BODIES MADE WITH ALUMINIUM
+Yes.
+
+ARE CAR FASTER TODAY THAN 50 YEARS AGO
+Yes.
+
+ARE WALLS HARDER THAN YOUR HEAD
+Yes.
+
+ARE BOOKS PRINTED ON PAPER
+Yes.
+
+ARE BOOKS READ
+Affirmative.
+
+ARE BOOKS EDUCATIONAL
+Yes.
+
+ARE BOOKS USED TO IMPART KNOWLEDGE
+Affirmative.
+
+ARE BOOKS TRADITIONALLY MADE OF PAPER
+Yes.
+
+ARE BOOKS A GOOD SOURCE OF INFORMATION
+Yes.
+
+ARE BOOKS A SOURCE OF KNOWLEDGE
+Yes.
+
+ARE BOOKS MADE UP OF MANY PAGES
+Affirmative.
+
+ARE BOOKS MADE TO BE READ
+Absolutely.
+
+ARE BOOKS MADE OF PAPER
+Yes.
+
+ARE BOOKS MADE FROM PAPER
+Affirmative.
+
+ARE PIECES OF BROKEN GLASS SHARP
+Yes.
+
+ARE ELECTRONS PART OF ATOMS
+Yes.
+
+ARE ELECTRONS CHARGED PARTICLES
+Affirmative.
+
+ARE ELECTRONS SMALLER THAN ANTS
+Yes.
+
+ARE SPIES SNEAKY
+Yes.
+
+ARE HAMMERS USED IN CONSTRUCTION
+Yes.
+
+ARE HAMMERS A SIMPLE TYPE OF TOOL
+Yes.
+
+ARE BOULDERS FIRM TO THE TOUCH
+Affirmative.
+
+ARE VIOLINS MADE OF WOOD
+Yes.
+
+ARE CUCUMBERS GREEN
+Affirmative.
+
+ARE CARBON AND OXYGEN CHEMICAL ELEMENTS
+Yes.
+
+ARE STREETS CONGESTED AT RUSH HOUR
+Yes.
+
+ARE CELLULAR PHONES HAND HELD
+Yes.
+
+ARE CELLULAR PHONES WIRELESS
+Yes.
+
+ARE MOUNTAINS HIGH
+Yes.
+
+ARE MOUNTAINS BIGGER THAN MOLE HILLS
+Yes.
+
+ARE KNIVES SUPPOSED TO BE SHARP
+Yes.
+
+ARE KNIVES SHARP
+Yes.
+
+ARE MEN GROWN UP BOYS
+Yes.
+
+ARE MEN DIFFERENT FROM WOMEN
+Yes.
+
+ARE MEN MORE INTELLIGENT THAN ANIMALS
+Yes.
+
+ARE MEN BALD
+Yes.
+
+ARE MEN STRONGER THAN WOMEN
+Yes.
+
+ARE MEN PEOPLE
+Affirmative.
+
+ARE MEN AND WOMEN PHYSICALLY DIFFERENT
+Yes.
+
+ARE MEN AND WOMEN HOMOSAPIENS
+Yes.
+
+ARE MEN AND WOMEN ARE DIFFERENT
+Yes.
+
+ARE MEN ON AVERAGE STRONGER THAN WOMEN
+Yes.
+
+ARE MEN ON AVERAGE TALLER THEN WOMEN
+Affirmative.
+
+ARE MEN ON AVERAGE TALLER THAN WOMEN
+Yes.
+
+ARE MEN TALLER THAN WOMEN ON AVERAGE
+Yes.
+
+ARE MEN PHISICALLY STRONGER THAN WOMEN
+Yes.
+
+ARE MEN MALE
+Yes.
+
+ARE CIGARETTES PACKAGED TWENTY PER PACK
+Yes.
+
+ARE CIGARETTES BAD FOR ME
+Yes.
+
+ARE CIGARETTES BAD FOR HEALTH
+Yes.
+
+ARE PRINGLES A NAME OF CHIPS
+Yes.
+
+ARE TEETH SHARP
+Affirmative.
+
+ARE RUBBER BANDS STRETCHY
+Yes.
+
+ARE RUBBER BANDS FLEXIBLE
+Yes.
+
+ARE SUMMERS WARM
+Yes.
+
+ARE WORK GLOVES FOR SAFETY
+Yes.
+
+ARE ORGASMS PLEASURABLE
+Absolutely.
+
+ARE ORGASMS FUN
+Yes.
+
+ARE COMPUTER GAMES FUN
+Yes.
+
+ARE BLUE OBJECTS BLUE
+Affirmative.
+
+ARE BLUE AND GREEN BOTH COLORS
+Yes.
+
+ARE BLUE JEANS BLUE
+Yes.
+
+ARE PEACHES FRUIT
+Yes.
+
+ARE PEACHES SWEET
+Yes.
+
+ARE PEACHES A TYPE OF FRUIT
+Yes.
+
+ARE PEACHES AND PLUMS FRUIT
+Yes.
+
+ARE BACTERIA SMALL
+Yes.
+
+ARE BACTERIA ALIVE
+Yes.
+
+ARE ETHICS IMPORTANT
+Yes.
+
+ARE RAINDROPS MADE OF WATER
+Yes.
+
+ARE RAINDROPS WET
+Yes.
+
+ARE ADS ANNOYING
+Yes.
+
+ARE LETTERS SENT THROUGH THE MAIL
+Yes.
+
+ARE ANIMALS HUNTED TO EXTINCTION
+Yes.
+
+ARE ANIMALS MADE OF CELLS
+Yes.
+
+ARE ANIMALS ALIVE
+Yes.
+
+ARE EMOTIONS COMMUNICABLE
+Yes.
+
+ARE PIZZAS CIRCULAR
+Yes.
+
+ARE STONES HARD
+Absolutely.
+
+ARE SOLIDS MORE DENSE THAN GASSES
+Yes.
+
+ARE DOORS SUPPOSED TO OPEN AND CLOSE
+Yes.
+
+ARE NEEDLES POINTY
+Affirmative.
+
+ARE LIQUIDS WET
+Yes.
+
+ARE PYRAMIDS IN EGYPT
+Yes.
+
+ARE DIAMONDS HARD
+Affirmative.
+
+ARE DIAMONDS MADE OF CARBON
+Affirmative.
+
+ARE DIAMONDS EXPENSIVE
+Affirmative.
+
+ARE COBRAS VENOMOUS
+Yes.
+
+ARE SUNSETS BEAUTIFUL
+Absolutely.
+
+ARE APPLE PIES SWEET
+Absolutely.
+
+ARE APPLE RED
+Yes.
+
+ARE BATTERIES USEFULL
+Yes.
+
+ARE GUITARS A MUSICAL INSTRUMENT
+Yes.
+
+ARE COCA COLA AND PEPSI COMPETITORS
+Yes.
+
+ARE AEROPLANES FLYING MACHINES
+Yes.
+
+ARE CIRCLES ROUND
+Yes.
+
+ARE CIRCLES ALWAYS ROUND
+Yes.
+
+ARE SANDALS BEST WORN IN WARM CLIMATES
+Affirmative.
+
+ARE RELATIONSHIPS VALUED TO HUMANS
+Yes.
+
+ARE BIRDS ABLE TO FLY
+Yes.
+
+ARE BIRDS ALIVE
+Absolutely.
+
+ARE BIRDS BRIGHTLY COLORED
+Yes.
+
+ARE BIRDS PRETTY
+Absolutely.
+
+ARE MONKEYS PRIMATES
+Affirmative.
+
+ARE MONKEYS HAIRY
+Yes.
+
+ARE MONKEYS CUTE
+Affirmative.
+
+ARE MOTHS ATTRACTED TO LIGHT
+Affirmative.
+
+ARE MOST MEN PISSING STANDING
+Yes.
+
+ARE MOST WHEELS ROUND
+Yes.
+
+ARE MOST DOCTORS HUMAN
+Yes.
+
+ARE MOST PLANT LEAVES GREEN
+Yes.
+
+ARE MOST WOMEN WEAKER THAN MOST MEN
+Yes.
+
+ARE MOST LEAVES GREEN
+Affirmative.
+
+ARE MOST HOUSE ROOFS SHINGLED
+Yes.
+
+ARE MOST HUMANS RIGHT HANDED
+Yes.
+
+ARE MOST HUMANS LARGER THAN MICE
+Yes.
+
+ARE MOST PUMPKINS ORANGE
+Affirmative.
+
+ARE MOST PEOPLE RIGHT HANDED
+Affirmative.
+
+ARE MOST TIRES BLACK
+Yes.
+
+ARE MOST CATS FURRY
+Yes.
+
+ARE MOST GUITARS MADE OF WOOD
+Affirmative.
+
+ARE MOST COINS ROUND
+Yes.
+
+ARE MOST SERIAL RAPISTS MALE
+Yes.
+
+ARE MOST HOUSES MAN MADE OBJECTS
+Affirmative.
+
+ARE MOST WEB PAGES WRITTEN IN HTML
+Yes.
+
+ARE MOST BOOKS PRINTED ON PAPER
+Affirmative.
+
+ARE MOST OF THE TREES GREEN
+Yes.
+
+ARE MOST OF PEOPLE RIGHT HANDED
+Yes.
+
+ARE HEART ATTACKS SOMETIMES FATAL
+Affirmative.
+
+ARE TEACHERS OLDER THAN PUPILS
+Yes.
+
+ARE HATS MADE TO BE WORN ON THE HEAD
+Yes.
+
+ARE FERRARIS EXPENSIVE
+Yes.
+
+ARE HATE CRIMES ARE A BAD THING
+Affirmative.
+
+ARE STATUES MADE OF MARBLE
+Yes.
+
+ARE PARENTS OLDER THAN THEIR CHILDREN
+Affirmative.
+
+ARE THINGS RED
+Yes.
+
+ARE KANGAROOS NATIVE TO AUSTRALIA
+Yes.
+
+ARE CHILDREN SMALL
+Yes.
+
+ARE CHILDREN HUMAN
+Affirmative.
+
+ARE CHILDREN SMARTER THAN OTHERS
+Yes.
+
+ARE CHILDREN SMALLER THAN ADULTS
+Yes.
+
+ARE CHILDREN SOMETIMES INCOMPREHENSIBLE
+Affirmative.
+
+ARE CHILDREN AFRAID OF THE DARK
+Affirmative.
+
+ARE CHILDREN BORN INNOCENT
+Affirmative.
+
+ARE CHILDREN OFTEN AFRAID ON THE DARK
+Yes.
+
+ARE CHILDREN OFTEN NOISY
+Yes.
+
+ARE CHILDREN OFTEN INQUISITIVE
+Yes.
+
+ARE CHILDREN YOUNG
+Affirmative.
+
+ARE QUESTIONS CONFUSING
+Yes.
+
+ARE QUESTIONS DIFFICULT TO ANSWER
+Yes.
+
+ARE MILK COWS FEMALE
+Yes.
+
+ARE TABLES FLAT
+Yes.
+
+ARE CASKETS PART OF FUNERAL EXPENSES
+Yes.
+
+ARE CANADIANS FROM CANADA
+Yes.
+
+ARE TIGERS CATS
+Affirmative.
+
+ARE TIGERS DANGEROUS
+Yes.
+
+ARE AUTOMOBILES HEAVY
+Yes.
+
+ARE AUTOMOBILES FASTER THAN BICYCLES
+Yes.
+
+CANADA IS THE LAND OF MAPLE
+Yes.
+
+CANADA IS NORTH OF UNITED STATES
+Yes.
+
+SPAIN IS LOCATED IN EUROPE
+Yes.
+
+CHOCOLATE TASTES GOOD
+Yes.
+
+BREAKING UP IS HARD TO DO
+Absolutely.
+
+MAO WAS CHINESE
+Yes.
+
+HARASSEMENT IS NOT JUSTIFIED
+Yes.
+
+HAVING SEX IS NICE
+Affirmative.
+
+HAVING SEX IS GOOD FOR HEALTH
+Yes.
+
+KENNEDY WAS KILLED IN DALLAS
+Yes.
+
+PORTUGUESE IS A LANGUAGE
+Yes.
+
+PORTUGUESE PEOPLE COME FROM PORTUGAL
+Yes.
+
+APPLES CONTAIN VITAMINS
+Yes.
+
+APPLES ARE FRUIT
+Yes.
+
+NUMBER MULTIPLIED BY ZERO IS ZERO
+Yes.
+
+AUTUMN IS ONE OF THE FOUR SEASONS
+Yes.
+
+NICOTINE IS ADDICTIVE
+Yes.
+
+D D T IS AN EFFECTIVE PESTICIDE
+Yes.
+
+METALLICA IS A ROCK BAND
+Yes.
+
+PI IS A NUMBER
+Affirmative.
+
+PI IS ALMOST EQUAL TO 3 POINT 14
+Absolutely.
+
+FRENCH PASTRIES ARE TASTY NO
+Yes.
+
+URANIUM IS USED TO MAKE BOMBS
+Yes.
+
+WHO IS KURT COBAIN
+Absolutely.
+
+WHO ARE WE
+Yes.
+
+COMPUTER WILL MAKE MISTAKE
+Yes.
+
+CHINA HAS A LOT OF PEOPLE
+Yes.
+
+ORGASMS ARE GOOD
+Yes.
+
+BEANS CAN MAKE YOU FART
+Yes.
+
+WWW MEANS WORLD WIDE WEB
+Yes.
+
+HIVES ARE HOMES FOR BEES
+Yes.
+
+TEN IS ALWAYS TEN
+Yes.
+
+MOSCOW IS THE CAPITAL OF RUSSIA
+Yes.
+
+SUMMER IS ONE OF THE FOUR SEASONS
+Yes.
+
+BEARS ARE ANIMALS
+Yes.
+
+INDIA IS IN ASIA
+Yes.
+
+INDIA IS A COUNTRY
+Yes.
+
+THE CAPITAL OF INDIA IS DELHI
+Yes.
+
+THE GERMANS LOST TWO WARS
+Yes.
+
+THE SQUARE ROOT OF 25 IS 5
+Yes.
+
+THE UNIT OF ENERGY IS THE JOULE
+Affirmative.
+
+THE COMPUTER IS A MACHINE
+Yes.
+
+THE EARTH IS SPHERICAL
+Yes.
+
+THE EARTH IS A PLANET
+Yes.
+
+THE EARTH IS OUR HOME
+Yes.
+
+THE SQUAREROOT OF 144 IS 12
+Yes.
+
+THE SUN CAN CAUSE A SUNBURN
+Yes.
+
+THE SUN IS FAR AWAY
+Yes.
+
+THE SUN IS STAR
+Yes.
+
+THE SUN IS IN SPACE
+Yes.
+
+THE SUN IS HOT
+Yes.
+
+THE SUN COMES UP IN THE EAST
+Affirmative.
+
+THE SUN RISES IN THE MORNING
+Yes.
+
+THE COLOR OF GRASS IS GREEN
+Yes.
+
+THE COLOR OF A BANANA IS YELLOW
+Yes.
+
+THE POPE IS A CATHOLIC
+Yes.
+
+THE CAT IS AN ANIMAL
+Yes.
+
+THE BIBLE IS A BOOK
+Yes.
+
+THE BRAIN NEEDS OXYGEN
+Yes.
+
+THE UNITED STATES IS A COUNTRY
+Affirmative.
+
+THE MOON ORBITS THE EARTH
+Yes.
+
+THE HANDS HAVE FINGERS
+Yes.
+
+THE SNOW IS WHITE
+Yes.
+
+THE SNOW COLOR IS WHITE
+Yes.
+
+THE MAJORITY OF HUMANS HAVE TWO FEET
+Yes.
+
+THE BEATLES SANG SHE LOVES YOU RIGHT
+Yes.
+
+THE ATMOSPHERE IS GAS
+Yes.
+
+101 DALMATIONS IS A MOVIE
+Yes.
+
+SHOULD PEOPLE TOLERATE ONE ANOTHER
+Yes.
+
+SHOULD PEOPLE WHO CHEAT BE PUNISHED
+Yes.
+
+SHOULD PEOPLE BRUSH THEIR TEETH
+Affirmative.
+
+SHOULD PEOPLE EAT WHEN THEY ARE HUNGRY
+Yes.
+
+SHOULD YOU STOP AT A RED TRAFFIC LIGHT
+Yes.
+
+SHOULD YOU SAY EXCUSE ME IF YOU BURP
+Yes.
+
+SHOULD YOU BE NICE TO OTHER PEOPLE
+Yes.
+
+SHOULD YOU BE QUIET IN A LIBRARY
+Yes.
+
+SHOULD YOU BRUSH YOUR TEETH EVERYDAY
+Yes.
+
+SHOULD YOU BRUSH YOUR TEETH EVERY DAY
+Yes.
+
+SHOULD YOU RESPECT OTHERS
+Yes.
+
+SHOULD YOU SEEK TRUTH
+Affirmative.
+
+SHOULD YOU TREAT WOMEN WITH RESPECT
+Yes.
+
+SHOULD A STUDENT STUDY
+Yes.
+
+SHOULD BEER BE STORED IN A COOL PLACE
+Yes.
+
+SHOULD HUMANS GET SOME SLEEP EVERY DAY
+Yes.
+
+SHOULD HUMANS HAVE TWO EYES
+Affirmative.
+
+SHOULD HUMANS EXPLORE SPACE
+Yes.
+
+SHOULD AMERICANS BE MORE OPENMINDED
+Yes.
+
+SHOULD WE GIVE PEACE A CHANCE
+Yes.
+
+SHOULD SOUP BE EATEN WITH A SPOON
+Yes.
+
+SHOULD CHILDREN GO TO SCHOOL
+Yes.
+
+SHOULD ONE QUESTION EVERYTHING
+Affirmative.
+
+SHOULD I STOP AT A RED TRAFFIC LIGHT
+Yes.
+
+SHOULD I GET SOME SLEEP
+Yes.
+
+SHOULD I CALL HER
+Affirmative.
+
+SHOULD I KISS MY WIFE
+Yes.
+
+SHOULD I LOVE MY NEIGHBOR
+Yes.
+
+SHOULD NAPSTER LIVE
+Affirmative.
+
+SHOULD EVERY HOME HAVE A TOOL BOX
+Yes.
+
+MEN SOMETIMES ACT LIKE BOYS
+Affirmative.
+
+MEN HAVE SEX WITH WOMANS
+Yes.
+
+MEN EAT FOOD TO GET ENERGY
+Yes.
+
+MEN ARE DIFFERENT FROM WOMEN
+Yes.
+
+MEN ARE DIFFERENT THAN WOMEN
+Yes.
+
+MEN ARE MALE
+Yes.
+
+NEWS PAPER READING IS GOOD
+Yes.
+
+TOUCH IS ONE OF THE FIVE SENSES
+Yes.
+
+VEGETARIANS DO NOT EAT MEAT
+Yes.
+
+BICEPS ARE MUSCLES
+Yes.
+
+OCEAN WATER IS SALTY
+Yes.
+
+THINGS FALL DUE TO GRAVITY
+Yes.
+
+NEIL ARMSTRONG WAS TO THE MOON
+Affirmative.
+
+10 PLUS TEN EQUALS TWENTY
+Yes.
+
+BAD BREATH PUTS YOU OFF
+Yes.
+
+MTV HAVE A RELATION TO MUSIC
+Absolutely.
+
+LIONS ARE CARNIVORES
+Affirmative.
+
+LIONS ARE MAMMALS
+Yes.
+
+HARD WORK CAN LEAD YOU TO SUCCESS
+Yes.
+
+SPRING IS ONE OF THE FOUR SEASONS
+Yes.
+
+PROSTITUTION IS THE OLDEST PROFESSION
+Yes.
+
+OZON LAYER IS DAMAGED
+Yes.
+
+SNOW IS COLD
+Yes.
+
+SNOW IS SOFTER THAN ICE
+Yes.
+
+MARILYN MONROE WAS AN ACTRESS
+Yes.
+
+QUEBEC CITIZENS SPEAK FRENCH
+Yes.
+
+JAVA IS A PROGRAMMING LANGUAGE
+Affirmative.
+
+JAVA IS A COMPUTER PROGRAMMING LANGUAGE
+Yes.
+
+NBC IS A BROADCAST TELEVISION NETWORK
+Yes.
+
+WHERE AMERICAN INDIANS UNFAIRLY TREATED
+Yes.
+
+THERE IS A HUGE HOLE IN THE OZONE LAYER
+Yes.
+
+THERE IS SALT IN THE OCEANS
+Yes.
+
+THERE ARE SEVEN DAYS IN A WEEK
+Yes.
+
+THERE ARE 7 DAYS IN A WEEK
+Yes.
+
+THERE ARE 1000 MILLIMETERS IN A METER
+Yes.
+
+THERE ARE 12 MONTHS IN A YEAR
+Yes.
+
+THERE ARE 24 HOURS IN A DAY
+Affirmative.
+
+THERE ARE 60 MINUTES IN AN HOUR
+Yes.
+
+25CENTS IS EQUAL TO ONE QUARTER
+Yes.
+
+
diff --git a/jelvis/files/alice/mp1.aiml b/jelvis/files/alice/mp1.aiml
new file mode 100644
index 0000000..cfae3ce
--- /dev/null
+++ b/jelvis/files/alice/mp1.aiml
@@ -0,0 +1,22569 @@
+
+
+
+
+
+
+
+
+
+
+
+NEED MEN SLEEP
+Definitely.
+
+NEED COMPUTERS ELECTRICITY
+Certainly.
+
+X MEN IS A MOVIE BASED ON A COMIC BOOK
+Certainly.
+
+SOAP HURTS WHEN PUT INTO YOUR EYES
+Certainly.
+
+PLANETS SHINE WITH REFLECTED LIGHT
+Certainly.
+
+REALITY IS SUBJECTIVE
+Exactly.
+
+EARTH IS ROUNDED
+Definitely.
+
+EARTH IS THE THIRD PLANET FROM THE SUN
+Positively.
+
+EARTH IS A PLANET
+Affirmative.
+
+ISTHE WORLD ROUND
+Definitely.
+
+SHOW ME STARS ON A CLEAR NIGHT
+Certainly.
+
+BUBBLES ARE ROUND
+Certainly.
+
+LIFE IS SHORT
+Exactly.
+
+LIFE ON EARTH
+Affirmative.
+
+DENMARK IS A SCANDINAVIAN COUNTRY
+Certainly.
+
+YOU ARE A TOOL
+Certainly.
+
+YOU CAN DRINK JAVA AND CODE JAVA
+Definitely.
+
+YOU CAN TO TICKLE YOURSELF
+Certainly.
+
+YOU LIKE MONEY
+Definitely.
+
+YOU LIKE FOOD
+Certainly.
+
+RAIN COMES FROM CLOUDS
+Certainly.
+
+BREAD CAN BE EATEN
+Positively.
+
+BREAD IS MADE FROM WHEAT
+Definitely.
+
+HAVE I EVER BEEN YOUNGER THAN THIS
+Positively.
+
+HAVE THERE EVER BEEN ANY WORLD WARS
+Affirmative.
+
+HAVE COMETS EVER IMPACTED THE EARTH
+Positively.
+
+HAVE WASPS KILLED HUMANS
+Certainly.
+
+HAVE RELIGIOUS GROUPS STARTED WARS
+Certainly.
+
+HAVE HUMAN BEINGS LANDED ON THE MOON
+Positively.
+
+HAVE A HUMAN A HEAD
+Definitely.
+
+HAVE A HUMEN A HEAD
+Positively.
+
+HAVE A MAN BEEN ON THE MOON
+Certainly.
+
+HAVE ZEBRAS STRIPES
+Exactly.
+
+HAVE YOU EATEN THIS YEAR
+Definitely.
+
+HAVE YOU EATEN AN APPLE
+Definitely.
+
+HAVE YOU LOVED SOMEONE
+Definitely.
+
+HAVE YOU BEEN OUT OF BREATH
+Positively.
+
+HAVE YOU BEEN SUCCESSFUL SO FAR
+Definitely.
+
+HAVE YOU DREAMED OF FALLING
+Positively.
+
+HAVE YOU ASKED ALICE A ALICE
+Exactly.
+
+HAVE YOU FELT TIRED
+Positively.
+
+HAVE YOU BREATHED IN THE LAST HOUR
+Affirmative.
+
+HAVE YOU LOST YOUR TEMPER
+Positively.
+
+HAVE YOU USED A TELEPHONE
+Definitely.
+
+HAVE YOU USED A COMPUTER
+Certainly.
+
+HAVE YOU SEEN THE SUN
+Affirmative.
+
+HAVE YOU SEEN THE MOON
+Positively.
+
+HAVE YOU SEEN A CAR
+Positively.
+
+HAVE YOU BROKEN A PROMISE
+Certainly.
+
+HAVE YOU READ A BOOK
+Exactly.
+
+HAVE YOU FALLEN OFF A BICYCLE
+Certainly.
+
+HAVE YOU TASTED AN APPLE
+Exactly.
+
+HAVE YOU HAD A HEADACHE
+Definitely.
+
+HAVE YOU CRIED
+Definitely.
+
+HAVE YOU GOT ANGRY AT SOMEONE ELSE
+Positively.
+
+HAVE YOU WANTED TO SLEEP IN
+Definitely.
+
+HAVE PEOPLE USED OXEN AS LABOR ANIMALS
+Exactly.
+
+HAVE PEOPLE EVER LANDED ON THE MOON
+Certainly.
+
+HAVE HUMANS KILLED SPERM WHALES
+Positively.
+
+HAVE HUMANS WALKED ON THE MOON
+Positively.
+
+HAVE HUMANS LANDED ON THE MOON
+Affirmative.
+
+HAVE SOME PEOPLE MET BILL CLINTON
+Positively.
+
+HAVE SOME QUESTIONS ALREADY BEEN ASKED
+Exactly.
+
+HAVE MAN TWO LEGS
+Affirmative.
+
+HAVE WOMEN SOUL
+Definitely.
+
+HAVE COMPUTERS BENEFITTED HUMANITY
+Exactly.
+
+HAVE COMPUTERS HELPED MANKIND
+Affirmative.
+
+CIVIL SERVENTS WORK FOR GOVERNMENT
+Definitely.
+
+GEORGE LUCAS WROTE STAR WARS
+Certainly.
+
+PEARLS COME FROM OYSTERS
+Certainly.
+
+ISN THE SUN HOT
+Affirmative.
+
+JOHN 3 16 IS FROM THE BIBLE
+Definitely.
+
+ROBERT DENIRO IS A ACTOR
+Exactly.
+
+YORK IS IN USA
+Definitely.
+
+FEMALES CAN BE PREGNANT
+Exactly.
+
+FEMALES HAVE VAGINAS
+Affirmative.
+
+CAIRO IS THE CAPITAL OF EGYPT
+Definitely.
+
+SUBWAYS ARE UNDERGROUND
+Positively.
+
+HUMAN SENSES ARE RARELY PERFECT
+Certainly.
+
+ARGENTINA IS IN SOUTH AMERICA
+Certainly.
+
+DOES A SHOE GO ON A FOOT
+Positively.
+
+DOES A RADIO PLAY MUSIC
+Definitely.
+
+DOES A MIRROR SHOW A REFLECTION
+Positively.
+
+DOES A TRIANGLE HAVE 3 CORNERS
+Certainly.
+
+DOES A WRIST WATCH TELL TIME
+Positively.
+
+DOES A BUS HOLD MORE PEOPLE THAN A CAR
+Certainly.
+
+DOES A BEE HAVE WINGS
+Affirmative.
+
+DOES A CACTUS HAVE NEEDLES
+Affirmative.
+
+DOES A CACTUS STORE WATER
+Certainly.
+
+DOES A MOTORCYCLE HAVE TWO WHEELS
+Certainly.
+
+DOES A YEAR HAVE TWELVE MONTHS
+Certainly.
+
+DOES A YEAR HAVE FOUR SEASONS
+Certainly.
+
+DOES A YEAR HAVE MORE THAN 10 MONTHS
+Certainly.
+
+DOES A YEAR CONSIST OF 12 MONTHS
+Affirmative.
+
+DOES A FIRE NEED OXYGEN TO BURN
+Affirmative.
+
+DOES A FIRE GIVE OFF LIGHT
+Certainly.
+
+DOES A CAR NEED GASOLINE TO RUN
+Definitely.
+
+DOES A CAR NEED AN ENGINE TO RUN
+Certainly.
+
+DOES A CAR FOUR WHEELS
+Positively.
+
+DOES A CAR RUN OR GASOLINE
+Positively.
+
+DOES A CAR RUN ON GAS
+Certainly.
+
+DOES A CAR COST LESS THAN A HOUSE
+Positively.
+
+DOES A CAR HAVE FOUR TIRES
+Affirmative.
+
+DOES A CAR HAVE TIRES
+Affirmative.
+
+DOES A CAR HAVE A STEERING WHEEL
+Positively.
+
+DOES A CAR MOVE
+Certainly.
+
+DOES A DAY HAVE TWENTY FOUR HOURS
+Positively.
+
+DOES A BABY CRY
+Positively.
+
+DOES A SMOKER COUGH
+Certainly.
+
+DOES A STAGE HAVE A CURTAIN
+Definitely.
+
+DOES A LAMP EMIT LIGHT
+Certainly.
+
+DOES A RAINBOW CONSIST OF MANY COLORS
+Certainly.
+
+DOES A COME BEFORE B
+Certainly.
+
+DOES A SQUARE HAVE 4 SIDES
+Certainly.
+
+DOES A ZEBRA HAVE STRIPES
+Certainly.
+
+DOES A KNIFE CUT FLESH
+Positively.
+
+DOES A SUBMARINE TRAVEL IN WATER
+Positively.
+
+DOES A CENTURY HAVE 100 YEARS
+Certainly.
+
+DOES A VETRINARIAN HELP ANIMALS
+Positively.
+
+DOES A KNIGHT WEAR AN ARMOUR
+Certainly.
+
+DOES A HEXAGON HAVE SIX SIDES
+Certainly.
+
+DOES A COIN HAVE A HEAD AND A TAIL SIDE
+Definitely.
+
+DOES A NUMBER GREATER THAN 100 EXIST
+Certainly.
+
+DOES A NUMBER EQUAL ITSELF
+Certainly.
+
+DOES A FAN BLOW AIR
+Certainly.
+
+DOES A WOMAN GIVE BIRTH TO A CHILD
+Certainly.
+
+DOES A WOMAN HAVE A VAGINA
+Affirmative.
+
+DOES A MOUSE TRAP KILL MICE
+Definitely.
+
+DOES A FISH SWIM
+Affirmative.
+
+DOES A FISH LIVE UNDERWATER
+Positively.
+
+DOES A MAN DRIVE CAR
+Certainly.
+
+DOES A MAN HAVE TWO LEGS
+Definitely.
+
+DOES A MAN LOVE HIS WIFE
+Definitely.
+
+DOES A PENCIL CONTAIN GRAPHITE
+Affirmative.
+
+DOES A LIGHTED CANDLE EMIT LIGHT
+Certainly.
+
+DOES A KEYBOARD HAVE KEYS ON IT
+Definitely.
+
+DOES A PLATYPUS HAVE WEBBED FEET
+Positively.
+
+DOES A BICYCLE HAVE 2 WHEELS
+Certainly.
+
+DOES A BICYCLE HAVE TWO TIRES
+Positively.
+
+DOES A BICYCLE HAVE TWO WHEELS
+Affirmative.
+
+DOES A FOOT CONTAIN 12 INCHES
+Affirmative.
+
+DOES A RULER MEASURE LENGTH
+Positively.
+
+DOES A TREE GROW
+Certainly.
+
+DOES A PASSWORD PROVIDE SOME PRIVACY
+Certainly.
+
+DOES A BASKETBALL HAVE LINES ON IT
+Positively.
+
+DOES A KEY UNLOCK A DOOR
+Certainly.
+
+DOES A NAKED FEMALE CAUSE MEN TO STARE
+Positively.
+
+DOES A SHARK BITE INFLICT GREAT DAMAGE
+Certainly.
+
+DOES A SHARK LIVE IN THE OCEAN
+Certainly.
+
+DOES A HEALTHY HUMAN HAVE TWO LEGS
+Definitely.
+
+DOES A VCR PLAY VIDEOTAPES
+Positively.
+
+DOES A BEAR HAVE LEGS
+Affirmative.
+
+DOES A BEAR DEFECATE IN THE WOODS
+Certainly.
+
+DOES A COFFEE BEAN HAVE CAFFEINE
+Definitely.
+
+DOES A FIREFLY GLOW
+Certainly.
+
+DOES A PERSON HAVE LEGS
+Affirmative.
+
+DOES A PERSON HAVE 2 EYES
+Affirmative.
+
+DOES A SHOVEL DIG HOLES IN THE DIRT
+Positively.
+
+DOES A BIRD SING
+Positively.
+
+DOES A BIRD FLY
+Certainly.
+
+DOES A BIRD HAVE WINGS
+Affirmative.
+
+DOES A SINUS INFECTION HURT
+Certainly.
+
+DOES A GENERATOR MAKE ELECTRICITY
+Positively.
+
+DOES A GREEN TRAFFIC SIGNAL MEAN GO
+Certainly.
+
+DOES A SPERM WHALE HAVE A TAIL
+Certainly.
+
+DOES A LIGHTBULB USE ENERGY
+Definitely.
+
+DOES A LIGHTBULB EMIT LIGHT
+Positively.
+
+DOES A COMPUTER AND A HUMAN USE MEMORY
+Affirmative.
+
+DOES A CAT HAS 1 TAIL
+Positively.
+
+DOES A CAT MEOW
+Affirmative.
+
+DOES A CAT PURR WHEN IT IS HAPPY
+Certainly.
+
+DOES A CAT PURR
+Positively.
+
+DOES A CAT HAVE HAIR
+Definitely.
+
+DOES A CAT HAVE AN ASS
+Positively.
+
+DOES A STOPWATCH MEASURE TIME
+Definitely.
+
+DOES A PAINTER PAINT
+Certainly.
+
+DOES A PAINTER MAKE PICTURES
+Affirmative.
+
+DOES A WORKING CAR HAVE WHEELS
+Affirmative.
+
+DOES A CHESSBOARD HAVE 64 SQUARES
+Definitely.
+
+DOES A BALL ROLL
+Positively.
+
+DOES A HOME SHELTER PEOPLE
+Positively.
+
+DOES A DOLPHIN BREATH AIR
+Affirmative.
+
+DOES A RUBBER BALL BOUNCE
+Positively.
+
+DOES A RED TRAFFIC LIGHT MEAN STOP
+Affirmative.
+
+DOES A I STANDS ARTIFICAL INTELLIGENCE
+Certainly.
+
+DOES A CLOCK MEASURE TIME
+Positively.
+
+DOES A CLOCK HAVE A FACE
+Certainly.
+
+DOES A BLACKMITH USE WATER
+Positively.
+
+DOES A MOTHER LOVE HER CHILD
+Certainly.
+
+DOES A DENTIST CLEAN TEETH
+Positively.
+
+DOES A NOVEL HAVE PAGES
+Certainly.
+
+DOES A HUMAN ADULT HAVE 32 TEETH
+Affirmative.
+
+DOES A HUMAN HAVE 10 FINGERS
+Positively.
+
+DOES A HUMAN HAVE TWO LEGS
+Affirmative.
+
+DOES A HUMAN KNEE BEND
+Certainly.
+
+DOES A CARNIVORE EAT MEAT
+Positively.
+
+DOES A GAS RANGE HAVE BURNERS
+Definitely.
+
+DOES A PRISM REFRACT LIGHT
+Certainly.
+
+DOES A BLIZZARD CONTAIN SNOW
+Positively.
+
+DOES A BEAVER GNAW ON WOOD
+Positively.
+
+DOES A BALANCED DIET MAKE YOU HEALTY
+Certainly.
+
+DOES A LOUDSPEAKER PRODUCE SOUND
+Positively.
+
+DOES A RIVER ALWAYS FLOW DOWNHILL
+Definitely.
+
+DOES A BAT SLEEP UPSIDE DOWN
+Definitely.
+
+DOES A REFRIGERATOR KEPP THINGS COLD
+Positively.
+
+DOES A CALCULATOR CALCULATE
+Definitely.
+
+DOES A GUITAR HAVE STRINGS
+Certainly.
+
+DOES A GUITAR MAKE MUSIC
+Definitely.
+
+DOES A CUBE HAVE 6 FACES
+Definitely.
+
+DOES A CUBE HAVE SIX FACES
+Certainly.
+
+DOES A CUBE HAVE SIX SIDES
+Positively.
+
+DOES A CUBE HAVE EXACTLY 6 SIDES
+Definitely.
+
+DOES A TELEPHONE RING
+Certainly.
+
+DOES A TELEPHONE MAKE SOUND
+Certainly.
+
+DOES A DROPED ITEM FALL
+Positively.
+
+DOES A WALLET HOLD MONEY
+Certainly.
+
+DOES A BROWNIE TASTE GOOD
+Certainly.
+
+DOES A SKUNK SMELL AWFUL
+Certainly.
+
+DOES A HEAVY OBJECT FALL WHEN DROPPED
+Certainly.
+
+DOES A BATTERY STORE ELECTRICITY
+Positively.
+
+DOES A ROOF KEEP OUT THE RAIN
+Definitely.
+
+DOES A PIANIST PLAY THE PIANO
+Affirmative.
+
+DOES A BOOK CONTAIN PAGES
+Certainly.
+
+DOES A BOOK CONSIST OF PAGES
+Certainly.
+
+DOES A SPONGE SOAK UP WATER
+Affirmative.
+
+DOES A PACE MAKER REGULATE HEARTBEAT
+Definitely.
+
+DOES A TRICYCLE HAVE 3 WHEELS
+Certainly.
+
+DOES A TABLE HAVE FOUR LEGS
+Positively.
+
+DOES A SCROTUM CONTAIN TESTES
+Positively.
+
+DOES A THESAURUS CONTAIN SYNONYMS
+Affirmative.
+
+DOES A LIZARD HAVE A TAIL
+Positively.
+
+DOES A FRISBEE FLY
+Affirmative.
+
+DOES A BAROMETER MEASURE PRESSURE
+Definitely.
+
+DOES A LEAP YEAR HAVE 366 DAYS IN IT
+Definitely.
+
+DOES A DOG STINK WHEN IT IS WET
+Certainly.
+
+DOES A DOG SAY WOOF
+Definitely.
+
+DOES A DOG HAVE MASS
+Certainly.
+
+DOES A DOG HAVE A TAIL
+Certainly.
+
+DOES A DOG HAVE 4 LEGS
+Affirmative.
+
+DOES A VENTILATING FAN MOVE AIR
+Certainly.
+
+DOES A FERRET HAVE ONE HEAD
+Affirmative.
+
+DOES A YARD CONSIST OF 36 INCHES
+Certainly.
+
+DOES A WET DOG SMELL BAD
+Positively.
+
+DOES A LIGHT BULB GENERATE HEAT
+Affirmative.
+
+DOES A BLACKSMITH USE IRON
+Certainly.
+
+DOES A BLACKSMITH USE COAL
+Positively.
+
+DOES A PAPER CUT HURT
+Affirmative.
+
+DOES A WATCH TELL THE TIME
+Affirmative.
+
+DOES A WATCH TELL TIME
+Certainly.
+
+DOES A WATCH MAKE A SOUND
+Definitely.
+
+DOES A PAPERCLIP HAVE WEIGHT
+Affirmative.
+
+DOES A THERMOSTAT CONTROL TEMPERATURE
+Certainly.
+
+DOES A ROSE SMELL GOOD
+Certainly.
+
+DOES A FOURTH DIMENSION EXIST
+Positively.
+
+DOES A CHAIR HAVE LEGS
+Certainly.
+
+DOES A BROKEN LEG HURT
+Certainly.
+
+DOES A BROKEN BONE TAKE TIME TO HEAL
+Positively.
+
+DOES A MICROPHONE PICK UP SOUND
+Certainly.
+
+DOES A SUNFLOWER GROW TALL
+Definitely.
+
+DOES A DUCK HAVE WEBBED FEET
+Certainly.
+
+DOES A DUCK HAVE FEET
+Affirmative.
+
+DOES A GIRL WANT DIAMONDS
+Certainly.
+
+DOES A LLAMA HAVE FOUR LEGS
+Certainly.
+
+DOES A COW GIVE MILK
+Affirmative.
+
+DOES A COW PRODUCE MILK
+Affirmative.
+
+DOES A CAMERA TAKE PICTURES
+Certainly.
+
+DOES A CAMERA TAKE PHOTOS
+Certainly.
+
+DOES A SNAKE HAVE VENOM
+Definitely.
+
+DOES A NORMAL PERSON HAVE 10 FINGERS
+Positively.
+
+DOES A PLANE FLY
+Definitely.
+
+DOES A PIT VIPER HAVE A BRAIN
+Affirmative.
+
+DOES A BLT SANDWHICH HAVE BACON
+Definitely.
+
+DOES A WIND MAKE YOU FEEL COLDER
+Affirmative.
+
+DOES A TENNIS BALL BOUNCH
+Positively.
+
+DOES A CHES BOARD CONTAIN 64 SQUARES
+Certainly.
+
+DOES A PANDA HAVE TEETH
+Positively.
+
+DOES A ROOM HAVE WALLS
+Affirmative.
+
+DOES A HARDWARE STORE HAVE NAILS
+Definitely.
+
+DOES IP STAND FOR INTERNET PROTOCOL
+Positively.
+
+DOES PLURAL MEAN MORE THAN ONE
+Positively.
+
+DOES BARNES AND NOBLE SELL BOOKS
+Affirmative.
+
+DOES DRINKING ALCOHOL MAKE YOU DRUNK
+Positively.
+
+DOES PUNISHMENT HURT YOU
+Positively.
+
+DOES SNOWFEEL COLDTO THE TOUCH
+Definitely.
+
+DOES RADIO USE ELECTROMAGNETIC WAVES
+Positively.
+
+DOES MAN HAVE A DICK
+Positively.
+
+DOES MAN HAVE TWO LEG
+Definitely.
+
+DOES MCDONALDS MAKE FRIES
+Definitely.
+
+DOES HUMANS SOMETIMES FEEL TIRED
+Affirmative.
+
+DOES HUMANS REQUIRE WATER TO LIFE
+Affirmative.
+
+DOES HUMANS ARE ANIMALS
+Definitely.
+
+DOES HAUS MEAN HOUSE IN GERMAN
+Definitely.
+
+DOES HITTING YOUR HEAD HURT
+Positively.
+
+DOES GRASS GROW IN THE SPRINGTIME
+Certainly.
+
+DOES GRASS CONTAIN CLOROPHYLL
+Certainly.
+
+DOES BEEF COME FROM CATTLE
+Certainly.
+
+DOES COMPETITION SPUR PROGRESS
+Definitely.
+
+DOES PS STAND FOR POST SCRIPT
+Positively.
+
+DOES GOOD WINE COME FROM FRANCE
+Positively.
+
+DOES MONEY MAKE MONEY
+Positively.
+
+DOES J COME BEFORE P IN THE ALPHABET
+Positively.
+
+DOES BRIGHT LIGHT HURT YOUR EYES
+Certainly.
+
+DOES LUKE SKYWALKER HAVE THE FORCE
+Affirmative.
+
+DOES BELGIUM HAVE A RIGHT TO EXIST
+Positively.
+
+DOES EXCREMENT SMELL BAD
+Positively.
+
+DOES RELAXATION FEELS GOOD
+Positively.
+
+DOES 5 PLUS 11 EQUAL 16
+Certainly.
+
+DOES 5 DIVIDED BY 2 EQUAL 2 POINT 5
+Affirmative.
+
+DOES 5 TIMES 100 EQUAL 500
+Certainly.
+
+DOES THE WORD COCK REFER TO A PENIS
+Definitely.
+
+DOES THE WORD UNIVERSE EXIST
+Certainly.
+
+DOES THE BAT PHONE RING
+Affirmative.
+
+DOES THE DAY ON EARTH HAVE 24 HOURS
+Positively.
+
+DOES THE EARTH NEED THE SUN
+Positively.
+
+DOES THE EARTH TRAVEL AROUND THE SUN
+Definitely.
+
+DOES THE EARTH REVOLVE AROUND THE SUN
+Certainly.
+
+DOES THE EARTH ORBIT THE SUN
+Certainly.
+
+DOES THE EARTH ROTATE ABOUT THE SUN
+Certainly.
+
+DOES THE EARTH HAVE A MAGNETIC FIELD
+Affirmative.
+
+DOES THE EARTH SPIN ON ITS AXIS
+Affirmative.
+
+DOES THE EARTH SPIN
+Affirmative.
+
+DOES THE EARTH GO AROUND THE SUN
+Affirmative.
+
+DOES THE EARTH GO ROUND
+Positively.
+
+DOES THE SQUARE ROOT OF FOUR EQUAL TWO
+Positively.
+
+DOES THE SQUARE ROOT OF 4 EQUAL 2
+Positively.
+
+DOES THE SQUARE OF FOUR EQUAL SIXTEEN
+Definitely.
+
+DOES THE UNITED STATES HAVE 50 STATES
+Affirmative.
+
+DOES THE UNIVERSE CONTAIN BLACK HOLES
+Positively.
+
+DOES THE UNIVERSE EXPAND
+Certainly.
+
+DOES THE UNIVERSE EXIST
+Affirmative.
+
+DOES THE CAT MEOW
+Definitely.
+
+DOES THE MAIL SERVICE REQUIRE STAMPS
+Positively.
+
+DOES THE STOMACH CONTAIN ACID
+Definitely.
+
+DOES THE RAINBOW CONTAIN MANY COLORS
+Affirmative.
+
+DOES THE RAINBOW CONTAIN MANY COLOURS
+Positively.
+
+DOES THE TRUTH HURT SOMETIMES
+Certainly.
+
+DOES THE MOON REVOLVE AROUND THE EARTH
+Positively.
+
+DOES THE MOON ORBIT AROUND THE EARTH
+Definitely.
+
+DOES THE MOON ORBIT OUR EARTH
+Certainly.
+
+DOES THE MOON INFLUENCE THE TIDE
+Certainly.
+
+DOES THE MOON CIRCLE THE EARTH
+Definitely.
+
+DOES THE MOON COME OUT AT NIGHT
+Certainly.
+
+DOES THE MOON HAVE MASS
+Positively.
+
+DOES THE MOON HAVE CRATERS
+Certainly.
+
+DOES THE MOON MOVE AROUND THE EARTH
+Certainly.
+
+DOES THE QUESTION MARK LOOK LIKE THIS
+Certainly.
+
+DOES THE COLOR BLACK ABSORB LIGHT
+Certainly.
+
+DOES THE COLOR BLUE INDICATE COOL
+Definitely.
+
+DOES THE COLOR RED MEAN STOP
+Definitely.
+
+DOES THE COLOR RED STAND OUT WELL
+Definitely.
+
+DOES THE ALPHABET HAVE 26 LETTERS
+Certainly.
+
+DOES THE MIND THINK
+Positively.
+
+DOES THE WEATHER CHANGE
+Positively.
+
+DOES THE HUMAN BODY GENERATE HEAT
+Affirmative.
+
+DOES THE HUMAN HEART HAVE FOUR CHAMBERS
+Positively.
+
+DOES THE MISSIPPI FLOW SOUTH
+Positively.
+
+DOES THE PLANET EARTH HAVE A MOON
+Definitely.
+
+DOES THE PLANET SATURN HAVE RINGS
+Positively.
+
+DOES THE FORD MOTOR COMPANY MAKE CARS
+Affirmative.
+
+DOES THE SUN RISE IN THE EAST ON EARTH
+Certainly.
+
+DOES THE SUN RISE EVERY DAY
+Definitely.
+
+DOES THE SUN RISE FROM THE EAST
+Positively.
+
+DOES THE SUN RISE AND SET EACH DAY
+Affirmative.
+
+DOES THE SUN RISE ON THE EAST
+Definitely.
+
+DOES THE SUN RAISE IN THE MORNING
+Definitely.
+
+DOES THE SUN GET SPOTS
+Definitely.
+
+DOES THE SUN SHINE DURING THE DAY
+Definitely.
+
+DOES THE SUN SHINE DURING DAYTIME
+Positively.
+
+DOES THE SUN BURN
+Positively.
+
+DOES THE SUN EMIT LIGHT
+Certainly.
+
+DOES THE SUN EMIT RADIATION
+Definitely.
+
+DOES THE SUN ALWAYS RISE THE EAST
+Definitely.
+
+DOES THE YEAR START ON JANUARY 1
+Definitely.
+
+DOES THE OCEAN HAVE CORAL
+Affirmative.
+
+DOES THE FOREST PROVIDE SHELTER
+Affirmative.
+
+DOES THE INTERNET OPERATE USING TCP IP
+Positively.
+
+DOES THE SUGAR TASTE SWEET
+Affirmative.
+
+DOES THE SKY APPEAR TO BE BLUE
+Affirmative.
+
+DOES THE TOILET FLUSH CLOCKWISE
+Positively.
+
+DOES THE PACIFIC CONSIST OF WATER
+Certainly.
+
+DOES THE USA WASTE RESOURCES
+Certainly.
+
+DOES THE WORLD TURN
+Certainly.
+
+DOES THE EARLY BIRD GET THE WORM
+Positively.
+
+DOES THE GPVERNMENT SPY ON ITS CITIZENS
+Affirmative.
+
+DOES THE WATER IN THE SEA APPEAR BLUE
+Positively.
+
+DOES THE TELEPHONE KEEP PEOPLE IN TOUCH
+Certainly.
+
+DOES CAT POOP STINK
+Definitely.
+
+DOES ANY NUMBER TIMES ZERO EQUAL ZERO
+Positively.
+
+DOES ANY BOY HAVE A MOTHER
+Definitely.
+
+DOES ANY OBJECT WITH MASS HAVE GRAVITY
+Affirmative.
+
+DOES ANNA KOURNIKOVA PLAY TENNIS
+Certainly.
+
+DOES LIFE NEED FOOD TO SURVIVE
+Definitely.
+
+DOES LIFE FEED ON LIFE
+Positively.
+
+DOES LIFE HAVE A MEANING
+Definitely.
+
+DOES MATTER HAVE MASS
+Certainly.
+
+DOES WHAT YOU DO IMPACT OTHERS
+Positively.
+
+DOES DISNEY MAKE MOVIES
+Certainly.
+
+DOES ASPIRIN RELIEVE HEADACHES
+Positively.
+
+DOES YEAST MAKE BREAD RISE
+Certainly.
+
+DOES ELTON JOHN PLAY THE PIANO
+Affirmative.
+
+DOES THIS SENTENCE HAVE LETTERS IN IT
+Certainly.
+
+DOES THIS SENTENCE HAVE SIX WORDS
+Affirmative.
+
+DOES SUNBURNED SKIN PEEL
+Positively.
+
+DOES CHLOROPHYLL MAKE PLANTS GREEN
+Certainly.
+
+DOES CHLORPHYLL MAKE PLANTS GREEN
+Positively.
+
+DOES BINARY CONSIT OF 1 AND 0
+Positively.
+
+DOES VINEGAR TASTE SOUR
+Certainly.
+
+DOES CANADA HAVE PROVINCES
+Affirmative.
+
+DOES CANADA HAVE A PRIME MINISTER
+Definitely.
+
+DOES LIGHTNING STRIKE
+Positively.
+
+DOES 111 AND 89 EQUAL 200
+Affirmative.
+
+DOES FALSE MEAN NO AND TRUE MEAN
+Definitely.
+
+DOES VIOLENCE HURT
+Affirmative.
+
+DOES STRUMMING A GUITAR MAKE A SOUND
+Certainly.
+
+DOES MICHAEL JORDAN PLAY BASKETBALL
+Definitely.
+
+DOES NOKIA MAKE CELLPHONES
+Positively.
+
+DOES SONY PRODUCE CD PLAYERS
+Definitely.
+
+DOES SONY MAKE ELECTRONICS
+Positively.
+
+DOES ELEVATION AFFECT BOILING POINT
+Certainly.
+
+DOES MINNIE MOUSE LOVE MICKEY MOUSE
+Positively.
+
+DOES 3 PLUS 3 EQUAL 6
+Affirmative.
+
+DOES 3 PLUS 27 EQUAL 30
+Affirmative.
+
+DOES 3 TIMES 3 TIMES 3 EQUAL 27
+Positively.
+
+DOES JANUARY HAVE 31 DAYS
+Positively.
+
+DOES INTERNET GROW EVERY DAY
+Certainly.
+
+DOES WHITE NOISE EXIST
+Positively.
+
+DOES FOUR OF A KIND BEAT THREE ACES
+Definitely.
+
+DOES TYPING ON A KEYBOARD BURN CALORIES
+Definitely.
+
+DOES FLIES BREED ON ROTTEN MEAT
+Definitely.
+
+DOES TACO BELL MAKE MEXICAN FOOD
+Definitely.
+
+DOES CHEESE MELT UNDER A HOT GRILL
+Certainly.
+
+DOES CHEESE COME FROM COWS
+Certainly.
+
+DOES CHEESE SMELL
+Positively.
+
+DOES SEAWEED GROW IN THE OCEAN
+Definitely.
+
+DOES EJACUTLATION FEEL GOOD
+Definitely.
+
+DOES CANDY CONTAIN SUGAR
+Positively.
+
+DOES WARM MILK HELP YOU GET TO SLEEP
+Definitely.
+
+DOES HYDROGEN BURN
+Positively.
+
+DOES HYDROGEN AND OXYGEN PRODUCE WATER
+Certainly.
+
+DOES MICROSOFT OWN THE WINDOWS OS
+Positively.
+
+DOES MICROSOFT WINDOWS EVER CRASH
+Certainly.
+
+DOES RED AND YELLOW MAKE ORANGE
+Definitely.
+
+DOES RED AND BLUE MAKE PURPLE
+Certainly.
+
+DOES BUGS BUNNY LIKE CARROTTS
+Affirmative.
+
+DOES SHOEPOLISH CONTAIN WAX
+Definitely.
+
+DOES PSYCHO MEAN CRAZY
+Definitely.
+
+DOES JOHN LEE HOOKER PLAY THE BLUES
+Certainly.
+
+DOES 12 TIMES 12 EQUALS 144
+Affirmative.
+
+DOES MONDAY FOLLOWS SUNDAY
+Affirmative.
+
+DOES POPEYE EAT SPINACH
+Certainly.
+
+DOES PEPSI COME IN A BLUE CAN
+Positively.
+
+DOES MUD GET PEOPLE DIRTY
+Positively.
+
+DOES CHINA HAVE NUCLEAR CAPABILITIES
+Affirmative.
+
+DOES MASTURBATING FEEL GOOD
+Positively.
+
+DOES MOON ORBIT PLANET
+Definitely.
+
+DOES GRAVITY PULL YOU TOWARD EARTH
+Certainly.
+
+DOES GRAVITY HOLD US ON THIS EARTH
+Affirmative.
+
+DOES GRAVITY HOLD THINGS DOWN
+Positively.
+
+DOES GRAVITY ATTRACT
+Certainly.
+
+DOES GRAVITY BEND LIGHT
+Definitely.
+
+DOES GRAVITY CAUSE THINGS TO FALL
+Positively.
+
+DOES EXAMINATION CAUSE ANXIETY
+Definitely.
+
+DOES ICE FEEL COLD
+Certainly.
+
+DOES ICE FREEZE AT 0 DEGREES CENTIGRADE
+Affirmative.
+
+DOES ICE FLOAT ON WATER
+Certainly.
+
+DOES ICE FLOAT
+Positively.
+
+DOES HONDA MAKE CARS
+Certainly.
+
+DOES SODA MAKE YOU BURP
+Positively.
+
+DOES ALCOHOL KILL BRAIN CELLS
+Definitely.
+
+DOES ALCOHOL BURN
+Certainly.
+
+DOES ALCOHOL MAKE YOU DRUNK
+Certainly.
+
+DOES ALCOHOL REDUCE HUMAN REACTIONS
+Affirmative.
+
+DOES 1 MEAN THE SAME AS ONE
+Definitely.
+
+DOES 1 METER EQUAL 3 POINT 2808 FEET
+Certainly.
+
+DOES 1 PLUS 2 PLUS 3 PLUS 4 EQUAL 10
+Positively.
+
+DOES 1 PLUS 1 EQUAL 2
+Affirmative.
+
+DOES 1 AND 1 MAKE 2
+Positively.
+
+DOES 1 TIMES 7 EQUAL 7
+Affirmative.
+
+DOES 1 TIMES 6 EQUAL 6
+Positively.
+
+DOES 1 TIMES 1 EQUAL 1
+Positively.
+
+DOES 1 EQUAL 1
+Affirmative.
+
+DOES DRY SKIN ITCH
+Certainly.
+
+DOES DRY WOOD FOALT ON WATER
+Definitely.
+
+DOES DRY WOOD BURN FASTER THAN WET WOOD
+Certainly.
+
+DOES EATING RELIEVE HUNGER
+Certainly.
+
+DOES ME GOT BAD GRAMMAR
+Positively.
+
+DOES BEER CONTAIN BARLEY MALT
+Certainly.
+
+DOES BEER GET YOU DRUNK
+Positively.
+
+DOES BEER TASTE GOOD
+Positively.
+
+DOES VELVET FEEL SOFT
+Affirmative.
+
+DOES PSYCHOLOGY HELP PEOPLE
+Definitely.
+
+DOES TOMOROW FOLLOW
+Positively.
+
+DOES TIGER WOOD PLAY GOLF WELL
+Affirmative.
+
+DOES TIGER WOODS PLAY GOLF
+Affirmative.
+
+DOES GEORGE LUCAS DIRECT MOVIES
+Definitely.
+
+DOES CO2 SUBLIMATE
+Positively.
+
+DOES SUMMER COME BEFORE FALL
+Definitely.
+
+DOES EVERYBODY HAVE A NAME
+Positively.
+
+DOES EVERYBODY POOP
+Affirmative.
+
+DOES EVERYBODY LIKE BROCOLLI
+Definitely.
+
+DOES EVERYBODY HURT SOMETIMES
+Certainly.
+
+DOES LASAGNA CONTAIN CHEESE
+Certainly.
+
+DOES POWER TEND TO CORRUPT
+Positively.
+
+DOES POWER CORUPT
+Certainly.
+
+DOES SIX MINUS FOUR EQUAL TWO
+Positively.
+
+DOES MEAN MORE OFTEN THAN NOT
+Certainly.
+
+DOES WOOD BURN
+Certainly.
+
+DOES WOOD FLOAT IN WATER
+Certainly.
+
+DOES WOOD FLOAT
+Definitely.
+
+DOES POT MAKE YOU STONED
+Definitely.
+
+DOES BAKING BREAD SMELL GOOD
+Certainly.
+
+DOES SEA WATER TASTE SALTY
+Definitely.
+
+DOES CANCER KILL PEOPLE
+Affirmative.
+
+DOES HARD WORK PAY OFF
+Definitely.
+
+DOES FISH LIVE IN WATER
+Certainly.
+
+DOES DOGS BARK
+Definitely.
+
+DOES PIZZA OFTEN HAVE CHEESE ON IT
+Certainly.
+
+DOES BILLY JOEL SING THE PIANO MAN
+Definitely.
+
+DOES INTELLIGENCE HELP YOU THINK
+Certainly.
+
+DOES BMW MAKE MOTORBIKES
+Positively.
+
+DOES SUNLIGHT CREATE WARMTH
+Certainly.
+
+DOES BACON COME FROM PIGS
+Positively.
+
+DOES POOP COME OUT OF AN ANUS
+Definitely.
+
+DOES 10 5 EQUAL 5
+Affirmative.
+
+DOES CREAM COME FROM MILK
+Certainly.
+
+DOES PIXEL STAND FOR PICTURE ELEMENT
+Positively.
+
+DOES LOVE SOMETIMES HURT
+Affirmative.
+
+DOES LOVE MAKE PEOPLE HAPPY
+Certainly.
+
+DOES LOVE EVER HURT
+Certainly.
+
+DOES SWEAT HAVE AN ODOUR
+Definitely.
+
+DOES INK COME IN PENS
+Affirmative.
+
+DOES BILL CLINTON HAVE GREY HAIR
+Positively.
+
+DOES BILL GATES EXIST
+Certainly.
+
+DOES MASOCHIST LIKE PAIN
+Certainly.
+
+DOES SEMEN CONTAIN SPERM
+Affirmative.
+
+DOES TIME FLY WHEN YOU ARE HAVING FUN
+Affirmative.
+
+DOES TIME AND TIDE WAIT FOR NO MAN
+Positively.
+
+DOES TIME EXIST
+Affirmative.
+
+DOES COMPUTERS NEED ELECTRICITY
+Certainly.
+
+DOES COMPUTERS USE ELECTRICITY
+Certainly.
+
+DOES DEATH COME AFTER LIFE
+Positively.
+
+DOES DEATH FOLLOW BIRTH
+Positively.
+
+DOES MY WATCH HELP ME TELL THE TIME
+Certainly.
+
+DOES MY GIRLFRIEND LOVE ME
+Affirmative.
+
+DOES MY WET DOG SMELL
+Affirmative.
+
+DOES MY MOM HAVE A CHILD
+Positively.
+
+DOES CAPITALISM PROMOTE CORPORATIONS
+Positively.
+
+DOES GREEN MEAN GO
+Definitely.
+
+DOES PLANTS REQUIRE THE SUN TO LIVE
+Certainly.
+
+DOES ART HAVE VALUE
+Affirmative.
+
+DOES ART HAVE A VALUE
+Certainly.
+
+DOES FRENCH PEOPLE LIKE BREAD
+Affirmative.
+
+DOES OIL FLOAT ON WATER
+Affirmative.
+
+DOES ALCHOL EFFECT DECISIONS
+Certainly.
+
+DOES SUNBURN HURT
+Certainly.
+
+DOES SMITHERS LOVE MR BURNS
+Definitely.
+
+DOES READING INCREASE INTELLIGENCE
+Positively.
+
+DOES RUNNING MAKE A PERSON TIRED
+Positively.
+
+DOES RUNNING MAKE YOU TIRED
+Positively.
+
+DOES GETTING KICKED IN THE GROIN HURT
+Affirmative.
+
+DOES MIDNIGHT COME ONCE A DAY
+Definitely.
+
+DOES B COME AFTER A IN THE ALPHABET
+Positively.
+
+DOES SANTA CLAUS USE REINDEER
+Positively.
+
+DOES JUNCTION RHYME WITH FUNCTION
+Certainly.
+
+DOES FIRE REQUIRED OXYGEN
+Affirmative.
+
+DOES FIRE CONSUME OXYGEN
+Certainly.
+
+DOES FIRE BURN WHEN YOU TOUCH IT
+Certainly.
+
+DOES FIRE BURN
+Affirmative.
+
+DOES FIRE HURT
+Definitely.
+
+DOES PI EQUAL 3 POINT 14
+Definitely.
+
+DOES BAMBOO GROW QUICKLY
+Definitely.
+
+DOES
+Positively.
+
+DOES IE STAND FOR INTERNET EXPLORER
+Definitely.
+
+DOES EVERY STATE HAVE A FLAG
+Definitely.
+
+DOES EVERY ONE EAT
+Certainly.
+
+DOES EVERY OBJECT CONSIST OF ATOMS
+Affirmative.
+
+DOES EVERY YEAR HAVE 12 MONTHS
+Affirmative.
+
+DOES EVERY SQUARE HAVE 4 SIDES
+Positively.
+
+DOES EVERY SQUARE HAVE 4 CORNERS
+Positively.
+
+DOES EVERY PERSON HAVE A GIVEN NAME
+Positively.
+
+DOES SNOW MELT WHEN IT IS WARM OUTSIDE
+Certainly.
+
+DOES SNOW MELT
+Positively.
+
+DOES SNOW HAVE THE COLOR WHITE
+Definitely.
+
+DOES MARIJUANA MAKE YOU STONED
+Affirmative.
+
+DOES LIGHT TRAVEL FAST
+Affirmative.
+
+DOES LIGHT ATTRACT INSECTS
+Positively.
+
+DOES LIGHT MOVE FASTER THAN SOUND
+Affirmative.
+
+DOES LIGHT PASS THROUGH GLASS
+Certainly.
+
+DOES NIGHT FOLLOW A DAY
+Affirmative.
+
+DOES CONTACT WITH FIRE CAUSE PAIN
+Certainly.
+
+DOES PAINT KEEP WOOD FROM WEATHERING
+Positively.
+
+DOES PAINT CONTAIN SOLVENTS
+Definitely.
+
+DOES OUR SOLAR SYSTEM HAVE 9 PLANETS
+Certainly.
+
+DOES OUR SUNSYSTEM HAVE 9 PLANETS
+Positively.
+
+DOES SEX FEEL GOOD
+Affirmative.
+
+DOES SEX GIVE PLEASURE
+Certainly.
+
+DOES SEX FELL GOOD
+Certainly.
+
+DOES SEX SOMETIMES HURT
+Certainly.
+
+DOES SEX CREATE BABIES
+Positively.
+
+DOES GOLF COST MONEY TO PLAY
+Positively.
+
+DOES RAIN FALL OUT OF CLOUDS
+Certainly.
+
+DOES RAIN COME FROM CLOUDS
+Certainly.
+
+DOES RAIN MAKE FLOWERS GROW
+Certainly.
+
+DOES RAIN MAKE PUDDLES
+Definitely.
+
+DOES BLOOD CARRY OXYGEN
+Certainly.
+
+DOES RECYCLING SAVE RESOURCES
+Positively.
+
+DOES RECYCLING HELP THE ENVIRONMENT
+Positively.
+
+DOES TEQUILA MAKE PEOPLE DRUNK
+Definitely.
+
+DOES WEIGHT LIFTING BUILD MUSCLE
+Certainly.
+
+DOES WEIGHT VARY WITH GRAVITY
+Certainly.
+
+DOES EQUAL MEAN THE SAME AS EQUALS
+Definitely.
+
+DOES SUNSHINE LOOK YELLOW
+Positively.
+
+DOES ONE STOP AT A RED TRAFFIC LIGHT
+Affirmative.
+
+DOES ONE HUMAN HAND HAS FIVE FINGERS
+Affirmative.
+
+DOES ONE EAT SOUP FROM A BOWL
+Positively.
+
+DOES SUGAR CAUSE TOOTH DECAY
+Certainly.
+
+DOES AN HOUR LAST 3600SEC
+Definitely.
+
+DOES AN ADVERB MODIFY A VERB
+Definitely.
+
+DOES AN APPLE HAS SEEDS
+Positively.
+
+DOES AN ELEVATOR GO UP
+Definitely.
+
+DOES AN EXECUTION RESULT IN DEATH
+Certainly.
+
+DOES AN ORANGE TASTE SWEET
+Definitely.
+
+DOES AN AIR CONDITIONER COOL AIR
+Certainly.
+
+DOES AN AIRPLANE HAS WINGS
+Affirmative.
+
+DOES AN ELEPHANT HAVE A TRUNK
+Certainly.
+
+DOES AN ORGASM FEEL GOOD
+Affirmative.
+
+DOES AN ANIMAL BREATH
+Affirmative.
+
+DOES AN AUTOMOBILE USE GASOLINE
+Definitely.
+
+DOES AN ANTEATER EAT ANTS
+Definitely.
+
+DOES GARLIC HAVE A STRONG SMELL
+Positively.
+
+DOES CAFFEINE MAKE IT HARD TO SLEEP
+Definitely.
+
+DOES PLAYING TENNIS MAKE YOU SWEAT
+Positively.
+
+DOES ALICE HAVE MORE THAN 1000 USERS
+Affirmative.
+
+DOES ALICE HAVE A WEBPAGE
+Certainly.
+
+DOES ALICE GROW
+Definitely.
+
+DOES ALICE RESIDE ON THE EARTH
+Positively.
+
+DOES ALICE LEARN QUICKLY AFTER MISTAKES
+Definitely.
+
+DOES ALICE LEARN STATISTICALLY
+Positively.
+
+DOES ALICE OPERATE ON ELECTRICITY
+Affirmative.
+
+DOES ALICE STILL HAVE A LOT TO LEARN
+Definitely.
+
+DOES ALICE EXIST
+Definitely.
+
+DOES BEING HIT BY A CAR HURT
+Affirmative.
+
+DOES NINTENDO MAKES VIDEOGAMES
+Definitely.
+
+DOES NINTENDO MAKE GAMES
+Certainly.
+
+DOES CALIFORNIA HAVE A COASTLINE
+Affirmative.
+
+DOES CALIFORNIA HAVE EARTHQUAKES
+Affirmative.
+
+DOES BLEACH MAKE CLOTHES WHITER
+Definitely.
+
+DOES HUMAN EXCREMENT SMELL
+Certainly.
+
+DOES HUMAN EAT OTHER ANIMALS
+Certainly.
+
+DOES HUMAN BEINGS HAVE FEELINGS
+Positively.
+
+DOES YOU N STAND FOR UNITED NATIONS
+Affirmative.
+
+DOES FRUIT JAM CONTAIN FRUIT
+Certainly.
+
+DOES BOOZE MAKE YOU DRUNK
+Positively.
+
+DOES DUST MAKE YOU SNEEZE
+Certainly.
+
+DOES MANKIND HAVE FREEDOM OF CHOICE
+Positively.
+
+DOES PAPER COME FROM TREES
+Affirmative.
+
+DOES PAPER CRUMPLE
+Certainly.
+
+DOES PAPER DECOMPOSE OVER TIME
+Certainly.
+
+DOES PAPER RIP
+Certainly.
+
+DOES PERISHABLE FOOD ROT
+Positively.
+
+DOES TOBACCO CAUSES CANCER
+Definitely.
+
+DOES HAIR COME IN DIFFERENT COLOURS
+Positively.
+
+DOES HAIR BURN
+Certainly.
+
+DOES HAIR SMELL AWFUL WHEN IT IS BURNED
+Definitely.
+
+DOES HAIR HAVE DNA
+Certainly.
+
+DOES PAIN SERVE A USEFUL PURPOSE
+Positively.
+
+DOES INTEL PRODUCES PROCESSORS
+Certainly.
+
+DOES INTEL MANUFACTURE PROCESSORS
+Affirmative.
+
+DOES INTEL MAKE CHIPS
+Positively.
+
+DOES INTEL MAKE CPUS
+Positively.
+
+DOES AIRBUS BUILD AIRCRAFT
+Certainly.
+
+DOES YELLOW HAVE SIX LETTERS
+Definitely.
+
+DOES YELLOW AND BLUE MAKE GREEN
+Certainly.
+
+DOES YELLOW AND RED MAKE ORANGE
+Affirmative.
+
+DOES YELLOW MIXED WITH BLUE FORM GREEN
+Certainly.
+
+DOES FALLING IN LOVE INTENSIFY EMOTIONS
+Affirmative.
+
+DOES FALLING ON GLASS HURT
+Certainly.
+
+DOES FOOD GIVE ENERGY
+Certainly.
+
+DOES SATURN HAVE MORE THAN ONE RING
+Certainly.
+
+DOES SOME SODA POP COME IN CANS
+Definitely.
+
+DOES BREAKING YOUR ARM HURT
+Affirmative.
+
+DOES 4 PLUS 14 EQUAL 18
+Affirmative.
+
+DOES 4 TIMES 13 EQUAL 52
+Affirmative.
+
+DOES BAIT RHYME WITH LATE
+Definitely.
+
+DOES ASPHALT CONSIST OF GRAVEL AND TAR
+Certainly.
+
+DOES LEATHER COME FROM COWS
+Certainly.
+
+DOES MUSIC PRODUCE EMOTIONS IN HUMANS
+Affirmative.
+
+DOES MUSIC IMPROVE QUALITY OF LIFE
+Certainly.
+
+DOES MUSIC CONVEY MEANING
+Positively.
+
+DOES MUSIC HAVE NOTES
+Positively.
+
+DOES GASOLINE COME FROM OIL REFINERIES
+Positively.
+
+DOES GASOLINE MAKE A GOOD FUEL
+Definitely.
+
+DOES FAMOUS MEAN KNOWN BY MANY PEOPLE
+Certainly.
+
+DOES CHOCOLATE CAKE TASTE GOOD
+Affirmative.
+
+DOES CHOCOLATE TASTE NICE
+Positively.
+
+DOES CHOCOLATE SYRUP GO WITH ICE CREAM
+Affirmative.
+
+DOES EVERYONE NEED TO SLEEP
+Certainly.
+
+DOES EVERYONE MAKE MISTAKES
+Certainly.
+
+DOES AIR HAVE WEIGHT
+Affirmative.
+
+DOES WEDNESDAY COME AFTER TUESDAY
+Definitely.
+
+DOES EVAPORATION CAUSE COOLING
+Positively.
+
+DOES BLACK HOLES EXIST
+Certainly.
+
+DOES CASIO MAKE CALCULATORS
+Affirmative.
+
+DOES HOT AIR RISE
+Affirmative.
+
+DOES R SOUND LIKE ARE
+Positively.
+
+DOES ANAL SEX SOMETIMES HURT
+Positively.
+
+DOES SOUND TRAVEL SLOWER THAN LIGHT
+Certainly.
+
+DOES SOUND TRAVEL USING THE AIR
+Definitely.
+
+DOES EXERCISE IMPROVE HUMANS HEALTH
+Positively.
+
+DOES EXERCISE MAKE YOU FIT
+Certainly.
+
+DOES EXERCISE MAKE PEOPLE SWEAT
+Positively.
+
+DOES NOON HAVE ANY MEANING
+Positively.
+
+DOES SCHOOL HELP YOU LEARN
+Certainly.
+
+DOES SCHOOL TEACH STUFF
+Positively.
+
+DOES CARPETING HELP MUFFLE SOUND
+Positively.
+
+DOES SYNTHETIC MEAN MAN MADE
+Affirmative.
+
+DOES HOMER SIMPSON LIKE DONUTS
+Positively.
+
+DOES MEXICAN FOOD TASTE GOOD
+Certainly.
+
+DOES 2 COME AFTER 1
+Certainly.
+
+DOES ALCHOHOL GET YOU DRUNK
+Affirmative.
+
+DOES DOG FECES SMELL BAD
+Definitely.
+
+DOES CHLORINE HAVE A STRONG ODOR
+Certainly.
+
+DOES GOLD COME FROM THE GROUND
+Affirmative.
+
+DOES GOLD EXCEED SILVER IN VALUE
+Certainly.
+
+DOES COFFEE CONTAIN CAFFEIN
+Positively.
+
+DOES COFFEE CONTAIN CAFFEINE
+Certainly.
+
+DOES COFFEE CONTAIN CAFFENE
+Affirmative.
+
+DOES COFFEE COME FROM A BEAN
+Certainly.
+
+DOES COFFEE HAVE CAFFEINE
+Certainly.
+
+DOES EACH DAY HAS 24 HOURS
+Positively.
+
+DOES WHISKEY GET YOU DRUNK
+Affirmative.
+
+DOES SMELL AFFECT THE MOOD YOUR ARE IN
+Positively.
+
+DOES KRYPTONITE WEAKEN SUPERMAN
+Definitely.
+
+DOES PEPPER MAKE YOU SNEEZE
+Certainly.
+
+DOES FLOGGING HURT
+Definitely.
+
+DOES COMBUSTION PRODUCE CARBON MONOXIDE
+Positively.
+
+DOES COMBUSTION COMSUME OXYGEN
+Certainly.
+
+DOES COMBUSTION USE UP OXYGEN
+Certainly.
+
+DOES SEPTEMBER HAVE 30 DAYS
+Affirmative.
+
+DOES TV STAND FOR TELEVISION
+Positively.
+
+DOES DEAD SKIN BECOME HOUSE DUST
+Positively.
+
+DOES DEAD FLESH ROT
+Certainly.
+
+DOES COLA CONTAIN CAFFEINE
+Certainly.
+
+DOES MR SPOCK HAVE POINTY EARS
+Definitely.
+
+DOES AOL AN AMERICAN INTERNET PROVIDER
+Definitely.
+
+DOES AOL STAND FOR AMERICA ON LINE
+Certainly.
+
+DOES TEA HAVE CAFFEINE
+Definitely.
+
+DOES REPRESENT A FROWN IN A CHAT ROOM
+Certainly.
+
+DOES ERICSSON MAKE MOBILE PHONES
+Certainly.
+
+DOES YOUR STOMACH EVER ACHE
+Positively.
+
+DOES YOUR HEART BEAT
+Positively.
+
+DOES SPRING FOLLOW WINTER
+Positively.
+
+DOES SPAGHETTI CONTAIN CARBOHYDRATES
+Affirmative.
+
+DOES YESTERDAY HAPPEN
+Definitely.
+
+DOES E EQUAL MC SQUARED
+Definitely.
+
+DOES E EQUAL MC
+Certainly.
+
+DOES E EQUAL M C SQUARED
+Certainly.
+
+DOES PERFUME SMELL GOOD
+Definitely.
+
+DOES PENICILLIN CURE DISEASES
+Positively.
+
+DOES LOUD MUSIC HURT YOUR EARS
+Definitely.
+
+DOES CORK FLOAT
+Positively.
+
+DOES IT SNOW IN WINTER
+Certainly.
+
+DOES IT GET HOT IN DEATH VALLEY
+Definitely.
+
+DOES IT GET COLD AT NIGHT
+Positively.
+
+DOES IT GET COLDER IN WINTER
+Affirmative.
+
+DOES IT RAIN IN ATLANTA
+Positively.
+
+DOES IT RAIN IN SOUTH AMERICA
+Certainly.
+
+DOES IT RAIN IN JANUARY
+Affirmative.
+
+DOES IT RAIN A LOT IN A RAIN FOREST
+Certainly.
+
+DOES IT RAIN OFTEN IN A RAIN FOREST
+Certainly.
+
+DOES IT RAIN OFTEN IN LONDON
+Positively.
+
+DOES IT HURT IF YOU BREAK YOUR LEG
+Certainly.
+
+DOES IT HURT TO HIT YOUR HEAD ON A POST
+Certainly.
+
+DOES IT HURT TO GET BURNED
+Certainly.
+
+DOES IT HURT TO JUMP DOWN A CLIFF
+Certainly.
+
+DOES IT HURT TO BE HIT BY THE LIGHTNING
+Affirmative.
+
+DOES IT HURT TO BE GUT SHOT
+Certainly.
+
+DOES IT HURT TO BE ON FIRE
+Certainly.
+
+DOES IT HURT TO BURN YOUR SKIN
+Certainly.
+
+DOES IT HURT TO HAVE YOUR HAIR PULLED
+Positively.
+
+DOES IT HURT TO STEP ON A NAIL
+Affirmative.
+
+DOES IT HURT TO PLUCK NOSE HAIR
+Positively.
+
+DOES IT HURT TO STUB YOUR TOE
+Positively.
+
+DOES IT HURT WHEN YOU SKIN YOUR KNEE
+Certainly.
+
+DOES CAR EQUAL AUTO EQUAL AUTOMOBILE
+Positively.
+
+DOES KNOWLEDGE EXIST
+Definitely.
+
+DOES SANDPAPER FEEL ROUGH
+Certainly.
+
+DOES FREEDOM DEPEND ON YOUR PERSPECTIVE
+Positively.
+
+DOES PHOTOSYNTHESIS REQUIRE SUNLIGHT
+Affirmative.
+
+DOES EARTH HAVE A CENTER
+Certainly.
+
+DOES JUPITER PRODUCE A MAGNETIC FIELD
+Positively.
+
+DOES CISCO MAKE NETWORKING EQUIPTMENT
+Definitely.
+
+DOES DISCO REFER TO A MUSIC STYLE
+Certainly.
+
+DOES ORAL SEX FEEL GOOD
+Certainly.
+
+DOES MEGAHERTZ REPRESENT FREQUENCY
+Certainly.
+
+DOES DIET SODA CONTAIN FEWER CALORIES
+Positively.
+
+DOES RUBBER COME FROM TREES
+Definitely.
+
+DOES DNS STAND FOR DOMAIN NAME SERVICE
+Certainly.
+
+DOES GREECE HAVE ISLANDS
+Certainly.
+
+DOES COMPUTER HAVE PROCESSOR
+Positively.
+
+DOES BLUE PLUS YELLOW EQUAL GREEN
+Affirmative.
+
+DOES BLUE PLUS RED EQUAL PURPLE
+Positively.
+
+DOES DOT ORG STAND FOR ORGANIZATION
+Certainly.
+
+DOES FREE SPEECH CARRY RESPONSIBILITY
+Affirmative.
+
+DOES WAR CAUSE HUMAN SUFFERING
+Definitely.
+
+DOES ORANGE JUICE CONTAIN VITAMIN C
+Definitely.
+
+DOES C COME AFTER B IN THE ALPHABET
+Certainly.
+
+DOES HEATING KEEPS US WARM
+Definitely.
+
+DOES SAP COME FROM TREES
+Definitely.
+
+DOES HISTORY REFER TO PAST EVENTS
+Certainly.
+
+DOES SMOKING CIGARETTES KILL PEOPLE
+Certainly.
+
+DOES SMOKING EFFECT HEART
+Positively.
+
+DOES SMOKING CRACK KILL
+Definitely.
+
+DOES SMOKING CAUSE CANCER
+Positively.
+
+DOES SMOKING CAUSE LUNG PROBLEMS
+Affirmative.
+
+DOES SMOKING CAUSES CANCER
+Certainly.
+
+DOES ARIZONA HAVE A DESERT TERRAIN
+Positively.
+
+DOES COLD MOLASSES FLOW SLOWLY
+Positively.
+
+DOES TELEVISION ENTERTAIN
+Positively.
+
+DOES BPS STAND FOR BITS PER SECOND
+Positively.
+
+DOES BROADCAST RADIO HAVE COMERCIALS
+Affirmative.
+
+DOES TUESDAY COME AFTER MONDAY
+Definitely.
+
+DOES JOLT HAVE CAFFEINE
+Definitely.
+
+DOES PARAMEDIC SAVE PEOPLE
+Positively.
+
+DOES RHYME RHYME WITH CRIME
+Certainly.
+
+DOES THYME RHYME WITH LIME
+Definitely.
+
+DOES EXPOSURE TO SUN CAUSE SUNBURN
+Affirmative.
+
+DOES APPLE MAKE PERSONAL COMPUTERS
+Certainly.
+
+DOES APPLE MAKE THE MACINTOSH COMPUTER
+Certainly.
+
+DOES APPLE MAKE COMPUTERS
+Certainly.
+
+DOES LONDON HAVE DOUBLE DECKER BUSES
+Positively.
+
+DOES SEAWATER CONTAIN SALT
+Affirmative.
+
+DOES COCA COLA CONTAIN CAFFEINE
+Affirmative.
+
+DOES COCA COLA CONTAIN SUGAR
+Certainly.
+
+DOES COCA COLA TASTE GOOD
+Definitely.
+
+DOES POMME MEAN APPLE IN FRENCH
+Positively.
+
+DOES AIDS KILL
+Positively.
+
+DOES BIRDS FLY
+Certainly.
+
+DOES BIRDS HAVE WINGS
+Definitely.
+
+DOES COPPER WIRE CONDUCT ELECTRICITY
+Positively.
+
+DOES MOST SOFTWARE HAVE BUGS
+Positively.
+
+DOES MARRIAGE NEED A LOT OF HARD WORK
+Definitely.
+
+DOES WATER FLOW ONLY DOWNHILL
+Positively.
+
+DOES WATER FLOW FROM HIGH TO LOW LEVEL
+Positively.
+
+DOES WATER SUSTAIN LIFE
+Positively.
+
+DOES WATER BOIL AT 100C
+Definitely.
+
+DOES WATER BOIL AT 100 DEGREES CELCIUS
+Definitely.
+
+DOES WATER CONDUCT ELECTRICITY
+Definitely.
+
+DOES WATER PUT FIRES OUT
+Certainly.
+
+DOES WATER PUT OUT FIRE
+Positively.
+
+DOES LLAMA RHYME WITH PAJAMA
+Definitely.
+
+DOES MEXICO BORDER THE UNITED STATES
+Certainly.
+
+DOES MTV STAND FOR MUSIC TELEVISION
+Affirmative.
+
+DOES DRAG RACING INVOLVE AUTOMOBILES
+Positively.
+
+DOES ALL LIFE DIE
+Positively.
+
+DOES CHILDREN LOVE TOYS
+Definitely.
+
+DOES MILK DO A BODY GOOD
+Positively.
+
+DOES MILK CONTAIN SATURATED FATS
+Definitely.
+
+DOES MILK GET SOUR
+Certainly.
+
+DOES MILK GO BAD IF YOU LEAVE IT OUT
+Affirmative.
+
+DOES YODA HAVE THE FORCE
+Definitely.
+
+DOES HAVING YOUR LEG BROKEN HURT
+Affirmative.
+
+DOES 7 TIMES 10 EQUAL 70
+Affirmative.
+
+DOES 7 11 HAVE MATCHES
+Definitely.
+
+DOES TOSHIBA MAKE LAPTOP COMPUTERS
+Affirmative.
+
+DOES HEWLETT PACKARD BUILD PRINTERS
+Definitely.
+
+DOES HERSHEY MAKE CHOCOLATE
+Certainly.
+
+YELLOW MIXED WITH BLUE MAKES GREEN
+Positively.
+
+VIOLENCE IS SOMETIMES JUSTIFIED
+Positively.
+
+TEA IS A STIMULATING SUBSTANCE
+Affirmative.
+
+BEATING PEOPLE IS BAD
+Definitely.
+
+GROW APPLES ON TREES
+Positively.
+
+AIR IS INVISIBLE
+Certainly.
+
+HORSES NEIGH
+Positively.
+
+DOG DO NOT LIKE CAT
+Positively.
+
+HOMER SIMPSON IS A CARTOON CHARACTER
+Certainly.
+
+HOMER SIMPSON LIKE DONNUTS
+Certainly.
+
+OXYGEN IS AN ELEMENT
+Affirmative.
+
+ASIA IS A CONTINENT
+Certainly.
+
+MOTELS HAVE ROOM FOR RENT
+Certainly.
+
+NEPTUNE IS A PLANET
+Exactly.
+
+FIRE DESTROYS THE FORESTS
+Affirmative.
+
+FIRE BURNS
+Exactly.
+
+BRAM STOKER WROTE DRACULA
+Definitely.
+
+SHALL I GO TO LUNCH
+Certainly.
+
+ALBERTA IS A PROVINCE IN CANADA
+Definitely.
+
+OUR ATMOSPHERE CONATINS OXYGEN
+Affirmative.
+
+C IS A PROGRAMMING LANGUAGE
+Certainly.
+
+DID MOST VICTORIAN WOMEN WEAR CORSETS
+Positively.
+
+DID GERMANY START WWII
+Definitely.
+
+DID GERMANY LOOSE THE WORLD WAR 2
+Certainly.
+
+DID GERMANY LOOSE WWII
+Certainly.
+
+DID MTV USED TO PLAY MUCIC VIDEOS
+Definitely.
+
+DID KRAFTWERK WRITE COMPLEX LYRICS
+Certainly.
+
+DID BILL CLINTON CHEAT ON HILLARY
+Positively.
+
+DID BILL CLINTON LIE UNDER OATH
+Positively.
+
+DID IBM MAKE TYPEWRITERS
+Definitely.
+
+DID IBM EVER PRODUCE COMPUTERS
+Affirmative.
+
+DID PEOPLE WALK ON THE MOON
+Positively.
+
+DID EGYPTIANS BUILD PYRAMIDS
+Certainly.
+
+DID NEIL ARMSTRONG LAND ON THE MOON
+Certainly.
+
+DID SEAN CONNERY EVER PLAY AS BOND
+Affirmative.
+
+DID JIMI HENDRIX DIE IN 1970
+Definitely.
+
+DID WWII START IN 1939
+Positively.
+
+DID ADOLF HITLER COMMIT SUICIDE
+Positively.
+
+DID ET PHONE HOME
+Definitely.
+
+DID ABRAHAM LINCOLN DIE FROM A GUNSHOT
+Definitely.
+
+DID DINOSAURS ONCE ROAM THE EARTH
+Affirmative.
+
+DID THE UNIVERSE BEGIN WITH A BIG BANG
+Definitely.
+
+DID THE UNIVERSE HAVE A BEGINNING
+Positively.
+
+DID THE STOCK MARKET CRASH IN 1929
+Positively.
+
+DID THE OLYMPICS ORIGINATE IN GREECE
+Affirmative.
+
+DID THE BEATLES HAVE FOUR MEMBERS
+Definitely.
+
+DID THE CONCORDE CRASH
+Certainly.
+
+DID THE ENGLISH CIVIL WAR START IN 1642
+Definitely.
+
+DID THE ALLIED FORCES WIN WORLD WAR 2
+Affirmative.
+
+DID THE ROMANS INVADE BRITAIN
+Certainly.
+
+DID THE ROMANS COME FROM ROME
+Definitely.
+
+DID THE ROMANS BUILD MANY ROADS
+Definitely.
+
+DID THE GREEKS ATTACK TROY
+Definitely.
+
+DID THE NAZIS KILL MANY INNOCENT PEOPLE
+Positively.
+
+DID SHAKESPEARE WRITE MACBETH
+Positively.
+
+DID JIM HENSON CREATE THE MUPPETS
+Definitely.
+
+DID AMELIA EARHART DISAPPEAR
+Positively.
+
+DID CLINTON HAVE SEX IN HIS OFFICE
+Certainly.
+
+DID MEN WALK ON THE MOON
+Certainly.
+
+DID PRINCESS DIANA HAVE CHILDREN
+Positively.
+
+DID J R R TOLKIEN WRITE THE HOBBIT
+Certainly.
+
+DID JUDAS BETRAY JESUS
+Certainly.
+
+DID WE ONCE LIVE IN CAVES
+Certainly.
+
+DID STEPHEN KING WRITE THE SHINING
+Definitely.
+
+DID MAN LAND ON MOON
+Definitely.
+
+DID MAN EVOLVE FROM THE APES
+Definitely.
+
+DID MAN GO TO THE MOON
+Positively.
+
+DID WAYNE GREZTKY WHERE THE NUMBER 99
+Certainly.
+
+DID COCA COLA ORIGINALLY CONTAIN COKAIN
+Certainly.
+
+DID HUMAN BEINGS EVOLVE ON EARTH
+Affirmative.
+
+DID HUMAN BEINGS GO TO THE MOON
+Affirmative.
+
+DID MICROSOFT CREATE WINDOWS
+Affirmative.
+
+DID HITLER WRITE MEIN KAMPHF
+Definitely.
+
+DID GANDHI WEAR GLASSES
+Positively.
+
+DID HUMANS EVOVLE
+Definitely.
+
+DID HUMANS EVOLVE AFTER DINOSAURS
+Definitely.
+
+DID HUMANS EVOLVE LATER THAN DINOSAURS
+Positively.
+
+DID HUMANS ONCE LIVE IN CAVES
+Positively.
+
+DID HUMANS GO TO THE MOON
+Affirmative.
+
+DID NAPOLEON LOSE A BATTLE IN WATERLOO
+Positively.
+
+DID MARY HAVE A LITTLE LAMB
+Certainly.
+
+DID MARY HAVE A VAGINA AND CLITORIS
+Certainly.
+
+DID A METEOR STRIKE KILL THE DINOSAURS
+Positively.
+
+DID GEORGE LUCAS DIRECT STAR WARS
+Definitely.
+
+DID ICARUS FALL
+Certainly.
+
+DID MOZART COMPOSE CLASSICAL MUSIC
+Affirmative.
+
+DID MOZART COMPOSE MUSIC
+Definitely.
+
+DID MOZART DIE YOUNG
+Definitely.
+
+DID MICHAEL JORDEN PLAY BASKETBALL
+Definitely.
+
+DID JIMMY HENDRIX PLAY THE GUITAR
+Affirmative.
+
+DID YOUR MOTHER GIVE BIRTH TO YOU
+Positively.
+
+DID WORLD WAR I START IN 1914
+Definitely.
+
+DID WORLD WAR 2 END IN 1945
+Definitely.
+
+DID WORLD WAR TWO END IN 1945
+Definitely.
+
+DID STEVEN SPIELBURG DIRECT ET
+Definitely.
+
+DID YOU EVER LIE
+Definitely.
+
+DID YOU URINATE
+Positively.
+
+DID JACK AND JILL GO UP THE HILL
+Definitely.
+
+DID ATARI MAKE HOME VIDEO GAME SYSTEMS
+Certainly.
+
+DID ELVIS GAIN WEIGHT WITH AGE
+Positively.
+
+DID ELVIS PRESLEY DIE FAT
+Certainly.
+
+DID MARK TWAIN WRITE HUCK FIN
+Positively.
+
+DID MARK TWAIN WRITE TOM SAWYER
+Definitely.
+
+ROSES HAVE A WONDERFULL SMELL
+Certainly.
+
+SPEAK ENGLISH
+Positively.
+
+DOSE SODIUM WEIGH 22 POINT 9898
+Positively.
+
+DOSE IT HURT BREAK THE BONE IN YOUR LEG
+Definitely.
+
+DOSE A PHOTOGRAPHER TAKE PICTURES
+Certainly.
+
+GRASS IS GREEN. INTERJECTION. INTERJECTION
+Positively.
+
+MACHINES EVENTUALLY BREAK DOWN
+Affirmative.
+
+ART COMMUNICATES MESSAGES
+Affirmative.
+
+SMELL IS ONE OF THE FIVE SENSES
+Affirmative.
+
+CHEESE IS MADE OUT OF MILK
+Positively.
+
+IA THE CAR IS VEHICLE
+Definitely.
+
+IA ATHENS A CITY
+Definitely.
+
+CLOUDS ARE MADE OF GAS AND WATERVAPOURS
+Definitely.
+
+WAS VENUS THE ROMAN GODDESS OF LOVE
+Positively.
+
+WAS LED ZEPPELIN A ROCK BAND
+Certainly.
+
+WAS JOAN OF ARC A REAL PERSON
+Certainly.
+
+WAS DEMOCRACY INVENTED IN GREECE
+Exactly.
+
+WAS ALFRED HITCHCOCK A DIRECTOR
+Positively.
+
+WAS BOB DOLE A PRESIDENTIAL CANDIDATE
+Affirmative.
+
+WAS BOB MARLEY A REGGAE SINGER
+Certainly.
+
+WAS BOB MARLEY A GOOD SONGWRITER
+Positively.
+
+WAS PINOCHET A DICTATOR
+Definitely.
+
+WAS BILL CLINTON ELECTED IN 1996
+Positively.
+
+WAS KING TUT EGYPTIAN
+Definitely.
+
+WAS PRESIDENT BILL CLINTON HORNY
+Definitely.
+
+WAS PRESIDENT CLITON A GOOD PRESIDENT
+Positively.
+
+WAS PRESIDENT JOHN F KENNEDY SHOT DEAD
+Certainly.
+
+WAS MOSES A JEW
+Positively.
+
+WAS MOSES BORN IN EGYPT
+Certainly.
+
+WAS GOODFELLAS A MOVIE
+Positively.
+
+WAS BABYLON AN ANCIENT CIVILIZATION
+Definitely.
+
+WAS ARISTOTLE A GENIUS
+Definitely.
+
+WAS ARISTOTLE A GREEK
+Certainly.
+
+WAS DALLAS A TELEVISION SHOW
+Definitely.
+
+WAS BOBBY FISCHER A GOOD CHESS PLAYER
+Positively.
+
+WAS EULER A MATHEMATICIAN
+Certainly.
+
+WAS LUDWIG VON BEETHOVEN A COMPOSER
+Certainly.
+
+WAS JIMI HENDRIX A MUSICIAN
+Certainly.
+
+WAS PAUL MCCARTNEY A BEATLE
+Certainly.
+
+WAS PANGEA CONTINENT
+Definitely.
+
+WAS ADOLF HITLER MESSED UP IN THE HEAD
+Affirmative.
+
+WAS ADOLF HITLER EVIL
+Definitely.
+
+WAS ADOLF HITLER A MURDER
+Definitely.
+
+WAS RONALD REAGAN AN ACTOR
+Definitely.
+
+WAS OLD KING COLE A MERRY OLD SOUL
+Exactly.
+
+WAS DESCARTES A FRENCH PHILOSOPHER
+Positively.
+
+WAS HOMER A GREEK
+Exactly.
+
+WAS HOMER A POET
+Exactly.
+
+WAS JULIE ANDREWS A FAMOUS PERSON
+Definitely.
+
+WAS YURI GAGARIN THE FIRST MAN IN SPACE
+Exactly.
+
+WAS TODAY AFTER
+Definitely.
+
+WAS THOMAS JEFFERSON A MAN OF VISION
+Positively.
+
+WAS EINSTEIN SMART
+Positively.
+
+WAS EINSTEIN INTELLIGENT
+Certainly.
+
+WAS ABRAHAM LINCOLN ASSASINATED
+Positively.
+
+WAS HARRY HOUDINI AN ESCAPE ARTIST
+Positively.
+
+WAS THE BOSTON TEA PARTY A TAX REVOLT
+Certainly.
+
+WAS THE BUDDHA ENLIGHTENED
+Definitely.
+
+WAS THE FRENCH REVOLUTION IN 1789
+Positively.
+
+WAS THE Y2K BUG OVERHYPED
+Positively.
+
+WAS SHAKESPEARE A PLAYWRIGHT
+Certainly.
+
+WAS FRANZ KAFKA A WRITER
+Positively.
+
+WAS LEONARDO DAVINCI A GREAT INVENTOR
+Definitely.
+
+WAS LEONARDO DA VINCI A REAL PERSON
+Definitely.
+
+WAS VAN GOUGH A PAINTER
+Certainly.
+
+WAS HUMPTY DUMPTY AN EGGHEAD
+Definitely.
+
+WAS SUPERMAN BORN ON THE PLANET KRYPTON
+Definitely.
+
+WAS STAR WARS A GREAT MOVIE
+Definitely.
+
+WAS STAR TREK A POPULAR TV SHOW
+Positively.
+
+WAS OJ GUILTY
+Certainly.
+
+WAS HOUDINI A GREAT MAGICIAN
+Positively.
+
+WAS EDISON A PROLIFIC INVENTOR
+Definitely.
+
+WAS STING THE SINGER OF THE POLICE
+Positively.
+
+WAS ADOLPH HITLER A BAD PERSON
+Certainly.
+
+WAS ADOLPH HITLER AN EVIL PERSON
+Exactly.
+
+WAS LORD BYRON A POET
+Definitely.
+
+WAS JESUS A HUMAN
+Definitely.
+
+WAS JESUS JEWISH
+Definitely.
+
+WAS ANDR?S SEGOVIA A GREAT GUITARIST
+Certainly.
+
+WAS SOCRATES A FAMOUS PHILOSOPHER
+Positively.
+
+WAS SOCRATES A PHILOSOPHER
+Certainly.
+
+WAS SOCRATES A GREEK PHILOSOPHER
+Certainly.
+
+WAS MARILYN MONROE A MOVIE STAR
+Definitely.
+
+WAS MARS THE ROMAN GOD OF WAR
+Positively.
+
+WAS CEASER A ROMAN EMPEROR
+Certainly.
+
+WAS J R R TOLKEIN A GREAT AUTHOR
+Positively.
+
+WAS SPOCK SMARTER THAN
+Positively.
+
+WAS SPOCK KEEN ON LOGIC
+Exactly.
+
+WAS PLATO A STUDENT OF SOCRATES
+Positively.
+
+WAS PLATO A MAN
+Definitely.
+
+WAS I BORN
+Exactly.
+
+WAS I ONCE A CHILD
+Affirmative.
+
+WAS JFK ASSASSINATED
+Certainly.
+
+WAS HITLER RACIST AGAINST JEWS
+Affirmative.
+
+WAS HITLER EVIL
+Definitely.
+
+WAS HITLER A FORMER GERMAN DICTATOR
+Affirmative.
+
+WAS HITLER A BAD GUY
+Certainly.
+
+WAS HITLER A BAD MAN
+Certainly.
+
+WAS HITLER A BAD PERSON
+Certainly.
+
+WAS HITLER BAD
+Positively.
+
+WAS VICTORIA THE QUEEN OF ENGLAND
+Certainly.
+
+WAS RENOIR A FAMOUS PAINTER
+Positively.
+
+WAS SOPHOCLES A PHILOSOPHER
+Certainly.
+
+WAS GALILEO A SCIENTIST
+Certainly.
+
+WAS SCOOBY DOO A DOG
+Certainly.
+
+WAS SIR WALTER RALEIGH A FAMOUS PERSON
+Positively.
+
+WAS DARWIN INTERESTED IN ANIMALS
+Certainly.
+
+WAS ANDY WORHOL A FAMOUS ARTIST
+Definitely.
+
+WAS ENIAC A COMPUTER
+Definitely.
+
+WAS CHARLES DARWIN A GREAT SCIENTIST
+Certainly.
+
+WAS CHARLES DARWIN RIGHT
+Positively.
+
+WAS ALBERT EINSTEIN A SMART MAN
+Definitely.
+
+WAS ALBERT EINSTEIN A GREAT SCIENTIST
+Certainly.
+
+WAS ALBERT EISTIEN A GENUS
+Exactly.
+
+WAS SALVADOR DALI A SURREALIST
+Definitely.
+
+WAS NAPOLEON FRENCH
+Certainly.
+
+WAS NAPOLEON A DICTATOR
+Definitely.
+
+WAS ACE VENTURA A PET DETECTIVE
+Certainly.
+
+WAS GOETHE A GERMAN POET
+Definitely.
+
+WAS A BRONTASAURUS EVER REAL
+Certainly.
+
+WAS GEORGE WASHINGTON A PRESIDENT
+Definitely.
+
+WAS MR EINSTEIN RIGHT
+Definitely.
+
+WAS HONG KONG A BRITTISH COLONY
+Certainly.
+
+WAS MOZART A PREDIGIOUS COMPOSER
+Positively.
+
+WAS MOZART A COMPOSER
+Definitely.
+
+WAS CARL SAGAN AN INSPIRING ASTRONOMER
+Exactly.
+
+WAS TOM CRUISE IN MISSION IMPOSSIBLE 2
+Certainly.
+
+WAS ZEUS KING OF THE GODS
+Positively.
+
+WAS SOCRATESE A GREEK PHILOSOPHER
+Certainly.
+
+WAS THERE A PROPHET CALLED MOSES
+Definitely.
+
+WAS JULIUS CAESAR A ROMAN EMPEROR
+Certainly.
+
+WAS JULIUS CAESAR A MORTAL
+Positively.
+
+WAS BEETHOVEEN DEAF
+Certainly.
+
+WAS ALICE CREATED BY HUMANS
+Definitely.
+
+WAS LENIN A COMMUNIST
+Certainly.
+
+WAS LENIN STALIN A COMMUNIST
+Definitely.
+
+WAS NAPOLEAN FRENCH
+Definitely.
+
+WAS NAPOLEAN EMPEROR OF FRANCE
+Certainly.
+
+WAS BATMAN A MOVIE
+Affirmative.
+
+WAS FREDDIE MERCURY A SINGER
+Positively.
+
+WAS CEASAR WAS A ROMAN EMPEROR
+Positively.
+
+WAS WHO FRAMED ROGER RABBIT A MOVIE
+Positively.
+
+WAS DISCO EVER POPULAR
+Certainly.
+
+WAS JOHANN SEBASTIAN BACH A COMPOSER
+Positively.
+
+WAS PEGASUS A FLYING HORSE
+Certainly.
+
+WAS WILLIAM SHAKESPEARE BORN IN ENGLAND
+Certainly.
+
+WAS EUCLID A MATHEMATICIAN
+Exactly.
+
+WAS THOR A NORSE GOD
+Definitely.
+
+WAS YEATS A POET
+Definitely.
+
+WAS BUDDY HOLLY KILLED IN A PLANE CRASH
+Definitely.
+
+WAS JOHN LENNON MURDERED
+Certainly.
+
+WAS JOHN LENNON A BEATLE
+Positively.
+
+WAS JOHN LENNON A MEMBER OF THE BEETLES
+Certainly.
+
+WAS JOHN F KENNEDY JFK KILLED
+Exactly.
+
+WAS ROBERT FISHER A FAMOUS CHESS OLAYER
+Definitely.
+
+T SHIRTS ARE LIGHT WEIGHT
+Certainly.
+
+DOING WHAT YOU LOVE CAN BE WORTH DOING
+Affirmative.
+
+COLOR OF HUMAN BLOOD IS RED
+Positively.
+
+COLOR AND COLOR ARE THE SAME
+Certainly.
+
+BLOOD IS RED
+Positively.
+
+POT IS A DRUG
+Definitely.
+
+MARIJUANA IS A PLANT
+Certainly.
+
+MARIJUANA IS ILLEGAL IN THE YOU S
+Certainly.
+
+NOODLES ARE MADE OF WHEAT AND EGGS
+Positively.
+
+HOMOSEXUALL PEOPLE HAVE FEELINGS
+Definitely.
+
+COULD I BEAT ALEX GALLANT
+Definitely.
+
+COULD ORANGE REFER TO SEVERAL THINGS
+Positively.
+
+COULD SUPERMAN BEAT UP THE JOKER
+Definitely.
+
+ANIMALS WILL DIE WITHOUT OXYGEN
+Positively.
+
+WOULD IT HURT A PERSON TO BE HIT
+Exactly.
+
+WOULD A BEAR EAT A DOUGHNUT
+Exactly.
+
+WOULD YOU FIND BELTS IN A CLOSET
+Exactly.
+
+WOULD YOU CONSIDER YOURSELF ALIVE
+Definitely.
+
+WOULD YOU SEE CLOWNS AT THE CIRCUS
+Certainly.
+
+WOULD YOU VALUE FRIENDSHIP OVER MONEY
+Positively.
+
+WOULD YOU LIKE TO BREATHE
+Exactly.
+
+WOULD YOU LIKE TO BE WELL PAID
+Certainly.
+
+WOULD YOU LIKE TO BE WEALTHY
+Exactly.
+
+WOULD EATING A SLUG BE ICKY
+Certainly.
+
+PITTSBURGH IS IN PENNSYLVANIA
+Definitely.
+
+BRAZIL IS A COUNTRY IN SOUTH AMERICA
+Certainly.
+
+HAWAII IS AN ISLAND
+Positively.
+
+GOD SPELLED BACKWARDS IS DOG
+Affirmative.
+
+MOON ORBIT PLANET
+Affirmative.
+
+EATING TOO MUCH MAKES YOU FAT
+Certainly.
+
+SPACE IS COLD
+Certainly.
+
+FISH COME IN DIFFERENT SIZES. INTERJECTION. INTERJECTION
+Certainly.
+
+FISH LIVE IN THE WATER
+Certainly.
+
+MY MOTHERS SISTER IS MY AUNT
+Exactly.
+
+MY MUM IS RELATED TO ME
+Exactly.
+
+LEONARDO DA VINCI IS DEAD
+Exactly.
+
+IT THIS THE YEAR 2000
+Positively.
+
+IT THE SKY BLUE
+Definitely.
+
+IT IS BAD TO HURT PEOPLE
+Affirmative.
+
+CARS NEED PEOPLE TO OPERATE THEM
+Definitely.
+
+INFORMATION SHOULD BE FREE
+Certainly.
+
+CAT IS A MAMMAL
+Certainly.
+
+WOMEN CAN BE USEFUL IN LIFE
+Positively.
+
+PAPER CLIPS ARE INANIMATE
+Exactly.
+
+PAPER CLIPS ARE USEFUL
+Affirmative.
+
+BRITAIN IS A MONARCHY
+Certainly.
+
+WHEN SPOKEN DOES WEEK SOUND LIKE WEAK
+Certainly.
+
+WHEN THE CAT IS AWAY WILL THE MICE PLAY
+Positively.
+
+WHEN DYNAMITE EXPLODES IS IT A BLAST
+Definitely.
+
+WHEN YOU HIT YOUR HEAD DOES IT HURT
+Certainly.
+
+WHEN YOU HAVE AN ITCH DO YOU SCRATCH IT
+Positively.
+
+WHEN PEOPLE ARE HOT CAN THEY SWEAT
+Certainly.
+
+WHEN WATER BOILS DOES IT BECOME STEAM
+Definitely.
+
+FOURTEEN DIVEDED BY TWO IS SEVEN
+Affirmative.
+
+HANDS HAVE FIVE FINGERS
+Definitely.
+
+MUST A BABY EAT TO LIVE
+Affirmative.
+
+MUST FISH LIVE IN WATER
+Certainly.
+
+MUST WE ALL DIE
+Certainly.
+
+MUST HUMANS DRINK EAT AND SLEEP
+Certainly.
+
+IN THE OCEANS THERE ARE STRONG CURRENTS
+Definitely.
+
+IN AN APPLE A FRUIT
+Definitely.
+
+IN BERLIN A CITY IN GERMANY
+Positively.
+
+HITLER WAS AN EVIL MAN
+Certainly.
+
+TAJMAHAL IS IN INDIA
+Exactly.
+
+IF I AM IN MY HOUSE IS MY ARM THERE
+Positively.
+
+IF I CUT YOU WILL YOU BLEED
+Positively.
+
+IF I DROP SOMETHING DOES IT FALL
+Affirmative.
+
+IF I EAT GLASS WILL MY THOAT HURT
+Certainly.
+
+IF I LOVE YOU ARE YOU IMPORTANT TO ME
+Affirmative.
+
+IF SOMETHING IS DOES IT EXIST
+Definitely.
+
+IF THE SUN WERE TO EXPLODE WOULD I DIE
+Affirmative.
+
+IF THE BALL IS SPHERICAL DOES IT ROLL
+Certainly.
+
+IF X IS 0 IS X LESS THAN 1 TRUE
+Definitely.
+
+IF A EQUAL B DOES B EQUAL A
+Certainly.
+
+IF 2 IS EVEN IS 3 ODD
+Exactly.
+
+IF 2X 2Y EQUAL 0 IS X EQUAL Y
+Definitely.
+
+IF YOU TOUCH FIRE WILL IT BURN
+Definitely.
+
+IF YOU HIT SOMEONE WILL THEY GET HURT
+Exactly.
+
+IF YOU TUNE A RADIO DOES IT PLAY MUSIC
+Exactly.
+
+IF YOU CHEW ON GLASS DOES IT HURT
+Exactly.
+
+IF YOU DROP SOMETHING WILL IT FALL
+Positively.
+
+IF YOU FALL DOES IT HURT
+Positively.
+
+IF YOU FACE NORTH IS WEST TO THE LEFT
+Positively.
+
+IF YOU PRICK ME DO I BLEED
+Definitely.
+
+IF RAIN FALLS ON YOU DO YOU BECOME WET
+Certainly.
+
+IF FACING SOUTH IS EAST TO THE LEFT
+Certainly.
+
+IF FACING SOUTH IS NORTH BEHIND YOU
+Affirmative.
+
+IF FACING NORTH IS EAST TO THE RIGHT
+Affirmative.
+
+IF FACING NORTH IS SOUTH BEHIND YOU
+Affirmative.
+
+RACISM IS UNDESIRABLE
+Positively.
+
+PIANOS HAVE 88 KEYS
+Definitely.
+
+PLAYING GAMES IS PART OF BEING HUMAN
+Certainly.
+
+HACKERS ARE COMPUTER NERDS
+Positively.
+
+VULCAN IS GOD OF FIRE
+Definitely.
+
+WHAT STREET YOU LIVE ON
+Certainly.
+
+WHAT COLOR IS THE MILK
+Positively.
+
+WHAT IS A LOCOMOTIVE
+Positively.
+
+WHAT IS THE SPICE GIRLS
+Definitely.
+
+WHAT IS YEAR IT
+Certainly.
+
+WHAT IS COLOR THE SKY
+Exactly.
+
+SPIRITS ARE ETHEREAL
+Exactly.
+
+ONE MILE IS EQUAL TO 5 280 FEET
+Exactly.
+
+ONE INCH EQUALS ABOUT 2 POINT 5 CENTIMETERS
+Certainly.
+
+ITS THE SUN A STAR
+Affirmative.
+
+FOX IS A BROADCAST TELEVISION NETWORK
+Positively.
+
+LETTUCE IS GREEN
+Positively.
+
+WITCHES ARE ASSOCIATED WITH CATS
+Positively.
+
+TASTE IS ONE OF THE FIVE SENSES
+Certainly.
+
+FREEFORM VERSE IS MAINLY TERSE
+Certainly.
+
+I WALK MY LEGS MOVE
+Exactly.
+
+I MOSCOW THE CAPITAL OF RUSSIA
+Exactly.
+
+I WATER WET
+Positively.
+
+I LOVE LUCY A CLASSIC TELEVISION SHOW
+Positively.
+
+I ALIVE WHEN I AM ASLEEP AMD
+Positively.
+
+USING A CONDOM CAN SAVE YOUR LIVE
+Definitely.
+
+ITALY IS IN EUROPE
+Affirmative.
+
+200 IS MORE THAN 0
+Affirmative.
+
+HONEY IS PRODUCED BY BEES
+Affirmative.
+
+MONEY IS KEPT IN A BANK
+Definitely.
+
+PSYCHOTHERAPISTS HELP PEOPLE
+Definitely.
+
+OCTOBER FOLLOWS SEPTEMBER
+Positively.
+
+SCHOOL IS A PLACE TO LEARN
+Positively.
+
+RATS ARE SMALL
+Definitely.
+
+BLACK HOLES IS CENTRE OF EVERY GALAXY
+Definitely.
+
+GOOD WORKS ARE BETTER THAN BAD
+Certainly.
+
+FICTIONAL STORIES DID NOT HAPPEN
+Exactly.
+
+BRAINS HAVE NEURONS
+Definitely.
+
+TRAINS RUN ON RAILS
+Affirmative.
+
+TULIPS GROW FROM BULBS
+Definitely.
+
+SHEEP ARE HERBAVORES
+Definitely.
+
+WE ARE ALL. STUDENTS OF LIFE
+Definitely.
+
+WE USE CLOTHS TO KEEP WARM
+Positively.
+
+TREES PRODUCE OXYGEN
+Affirmative.
+
+TREES ARE PLANTS
+Positively.
+
+TREES ARE GREEN
+Definitely.
+
+SKY IS BLUE
+Certainly.
+
+COPENHAGEN IS THE CAPITOL OF DENMARK
+Definitely.
+
+MARILIN MONROE WAS AN ACTRESS
+Affirmative.
+
+WATER BOILS AT 100 CELSIUS
+Certainly.
+
+WATER CAN BE DANGEROUS
+Positively.
+
+WATER FREEZES AT ZERO DEGREES CELSIUS
+Certainly.
+
+WATER FREEZES AT 0 DEGREES CENTIGRADE
+Definitely.
+
+WATER FROZE AT SERO DEGREE CELSIUS
+Positively.
+
+LUCK IS RANDOM
+Exactly.
+
+PERU IS A COUNTRY
+Positively.
+
+IS ARKANSAS A STATE
+Affirmative.
+
+IS SUSHI MADE WITH FISH
+Positively.
+
+IS GURPS A ROLE PLAYING GAME
+Certainly.
+
+IS INFINITY A LARGE NUMBER
+Definitely.
+
+IS OS 2 GOOD OS
+Affirmative.
+
+IS GASOLINE FLAMABLE
+Certainly.
+
+IS GASOLINE COMBUSTIBLE
+Exactly.
+
+IS GASOLINE DERIVED FROM PETROLEUM
+Positively.
+
+IS GASOLINE A PETROLEUM BIPRODUCT
+Positively.
+
+IS GASOLINE AN ENERGY SOURCE
+Certainly.
+
+IS GASOLINE POISONOUS
+Certainly.
+
+IS COMPASSION IMPORTANT
+Certainly.
+
+IS OCCCUPIED A MISSPELLING OF OCCUPIED
+Exactly.
+
+IS PLAYING THE LOTTERY A WASTE OF MONEY
+Definitely.
+
+IS PLAYING GAMES MORE FUN THAN WORKING
+Positively.
+
+IS BRITNEY SPEARS A SINGER
+Affirmative.
+
+IS BRITNEY SPEARS AN ENTERTAINER
+Definitely.
+
+IS BRITNEY SPEARS RICH
+Affirmative.
+
+IS SWITZERLAND FAMOUS FOR ITS MOUNTAINS
+Definitely.
+
+IS CANNABIS A PLANT
+Positively.
+
+IS CANNABIS ILLEGAL IN ENGLAND
+Exactly.
+
+IS CABBAGE A A VEGEATABLE
+Affirmative.
+
+IS PAINT A PROTECTIVE COATING
+Affirmative.
+
+IS BARB A GIRLS NAME
+Exactly.
+
+IS GOETHE A FAMOUS WRITER
+Definitely.
+
+IS DIVORCE AN UNPLEASANT EXPERIENCE
+Affirmative.
+
+IS POLARIS A STAR
+Positively.
+
+IS POLARIS KNOWN AS THE NORTH STAR
+Positively.
+
+IS KNITTING DONE WITH NEEDLES
+Certainly.
+
+IS ITALIAN A LANGUAGE
+Certainly.
+
+IS NICOTINE ADDICTIVE
+Certainly.
+
+IS NICOTINE A POISON
+Exactly.
+
+IS EINSTEIN A SCEINTIST
+Affirmative.
+
+IS EINSTEIN A SCIENTIST
+Definitely.
+
+IS EINSTEIN DEAD
+Certainly.
+
+IS EINSTEIN CONSIDERED A GENIUS
+Certainly.
+
+IS WELSH SPOKEN IN WALES
+Exactly.
+
+IS WELSH A LANGUAGE
+Exactly.
+
+IS B THE SECOND LETTER IN THE ALPHABET
+Certainly.
+
+IS HK AN ABBREVIATION FOR HONG KONG
+Exactly.
+
+IS QUITTING SMOKING HARD
+Positively.
+
+IS MUD BROWN
+Definitely.
+
+IS MUD WET
+Definitely.
+
+IS MUD DIRTY
+Positively.
+
+IS PENTHOUSE A PORN MAG
+Definitely.
+
+IS DRUNK ANOTHER WORD FOR INTOXICATED
+Affirmative.
+
+IS PAIN PAINFUL
+Definitely.
+
+IS PAIN TO BE AVOIDED
+Certainly.
+
+IS PAIN AN UNPLEASANT SENSATION
+Positively.
+
+IS PAIN UNPLEASANT
+Certainly.
+
+IS SEPTMEBER THE NAME OF MONTH
+Certainly.
+
+IS HTML USED TO MAKE WEB PAGES
+Affirmative.
+
+IS HTML A COMPUTER LANGUAGE
+Exactly.
+
+IS LIQUID ONE PHASE OF MATTER
+Exactly.
+
+IS QUICKEN A PERSONAL FINANCE PROGRAM
+Certainly.
+
+IS FRICTION USEFUL
+Certainly.
+
+IS FRICTION A PHYSICAL FACT
+Definitely.
+
+IS WRONG THE OPPOSITE OF RIGHT
+Affirmative.
+
+IS PAMELA ANDERSON BLONDE
+Exactly.
+
+IS RESIDENT EVIL A VIDEOGAME
+Certainly.
+
+IS MARIJUANA A PLANT
+Certainly.
+
+IS MARIJUANA GREEN
+Definitely.
+
+IS OCTOBERFEST FUN
+Positively.
+
+IS RACISM WRONG
+Definitely.
+
+IS RACISM BAD
+Exactly.
+
+IS EUROPE NORTH OF THE TROPIC OF CANCER
+Definitely.
+
+IS EUROPE LARGER THAN TEXAS
+Exactly.
+
+IS BIG BEN IN LONDON
+Certainly.
+
+IS BIG BIRD IN SESAME STREET
+Certainly.
+
+IS BIG BIGGER THEN SMALL
+Exactly.
+
+IS BIG BIGGER THEN BIG
+Certainly.
+
+IS BIG BROTHER WATCHING ME
+Positively.
+
+IS BIG BROTHER WATCHING
+Certainly.
+
+IS CHRISTMAS SOMETHING ENJOYABLE
+Certainly.
+
+IS CHRISTMAS A RELIGIOUS HOLIDAY
+Positively.
+
+IS CHRISTMAS CELEBRATED IN DECEMBER
+Certainly.
+
+IS IS TRUE THAT PLATO WAS GREEK
+Certainly.
+
+IS PEPSI SWEET
+Affirmative.
+
+IS PEPSI A BEVERAGE
+Positively.
+
+IS PEPSI COLA A BEVERAGE
+Positively.
+
+IS PEPSI AND COKE A SOFT DRINK
+Positively.
+
+IS CHESS HARD
+Certainly.
+
+IS FOG A LOW FLYING CLOUD
+Affirmative.
+
+IS FOG A ROAD HAZARD
+Positively.
+
+IS FOG MADE OF WATER
+Positively.
+
+IS HAVING A SENSE OF HUMER A GOOD TRAIT
+Exactly.
+
+IS HAVING FUN GOOD FOR HUMANS
+Affirmative.
+
+IS HAVING SEX WITH YOUR PARENTS WRONG
+Definitely.
+
+IS HAVING SEX MORE FUN THAN EATING
+Definitely.
+
+IS HAVING SEX A PLEASURE
+Exactly.
+
+IS SUPERSONIC TRAVEL POSSIBLE
+Positively.
+
+IS ORION A CONSTELLATION
+Affirmative.
+
+IS SAVING FOR COLLEGE A GOOD IDEA
+Certainly.
+
+IS BANANA A FRUIT
+Positively.
+
+IS BANANA BREAD TASTY
+Exactly.
+
+IS IOWA A STATE IN THE US
+Affirmative.
+
+IS IOWA A STATE
+Affirmative.
+
+IS EBAY AN ONLINE AUCTION
+Positively.
+
+IS TRIVIAL PURSUIT A POPULAR BOARD GAME
+Certainly.
+
+IS GUINNESS A KIND OF BEER
+Certainly.
+
+IS MUSIC PLEASING TO THE EARS
+Positively.
+
+IS MUSIC SOUND
+Affirmative.
+
+IS MUSIC SOMETHING THAT IS LISTENED TO
+Affirmative.
+
+IS MUSIC THE ART OF STRUCTURED SOUND
+Definitely.
+
+IS MUSIC A ENTERTAINING THING
+Definitely.
+
+IS MUSIC NICE TO LISTEN TO
+Positively.
+
+IS MUSIC GOOD FOR THE SOUL
+Certainly.
+
+IS MUSIC GOOD
+Affirmative.
+
+IS MUSIC SOOTHING
+Exactly.
+
+IS MUSIC BEAUTIFUL
+Certainly.
+
+IS MUSIC ART
+Positively.
+
+IS MUSIC MADE OF SOUNDS
+Affirmative.
+
+IS MUSIC MADE FROM SOUND
+Affirmative.
+
+IS MUSIC ORGANISED SOUND
+Definitely.
+
+IS MUSIC IMPORTANT TO HUMANS
+Positively.
+
+IS MUSIC RECREATION
+Affirmative.
+
+IS MUSIC BETTER THAN NOISE
+Definitely.
+
+IS KERMIT THE FROG GREEN
+Definitely.
+
+IS SEXUAL INTERCOURSE PLEASURABLE
+Affirmative.
+
+IS SEXUAL INTERCOURSE ENJOYABLE
+Positively.
+
+IS BOZO A CLOWN
+Exactly.
+
+IS 1000000 A BIG NUMBER
+Definitely.
+
+IS DALLAS IN TEXAS
+Definitely.
+
+IS 50 OF 100 50
+Definitely.
+
+IS LEONARDO DA VINCI FAMOUS
+Certainly.
+
+IS FLUORENE A GAS
+Definitely.
+
+IS CARBON FOUND IN ALL LIFE ON EARTH
+Affirmative.
+
+IS CARBON THE BASIS OF LIFE ON EARTH
+Positively.
+
+IS CARBON A CHEMICAL ELEMENT
+Certainly.
+
+IS CARBON AND ELEMENT
+Certainly.
+
+IS CARBON MONOXIDE POISINOUS
+Definitely.
+
+IS FIVE PLUS FIVE EQUAL TEN ON VENUS
+Exactly.
+
+IS FIVE A WORD
+Positively.
+
+IS FIVE LARGER THAN FOUR
+Certainly.
+
+IS FIVE TIMES FIVE EQUAL TO 25
+Positively.
+
+IS 9 MINUS 172 A NEGATIVE NUMBER
+Positively.
+
+IS 9 MINUS 17 A NEGATIVE NUMBER
+Affirmative.
+
+IS 9 TIMES 82 EQUAL TO 738
+Definitely.
+
+IS ART THE EXPRESSION OF AN IDEA
+Definitely.
+
+IS ART A FORM OF HUMAN EXPRESSION
+Definitely.
+
+IS ART CREATIVE
+Certainly.
+
+IS ART BEAUTIFUL
+Exactly.
+
+IS ART IMPORTANT
+Definitely.
+
+IS INTERNET EXPLORER A BROWSER
+Certainly.
+
+IS INTERNET A GOOD THING
+Certainly.
+
+IS ADOLF HITLER INFAMOUS
+Positively.
+
+IS 45 GREATER THAN 20
+Affirmative.
+
+IS PECAN PIE DELICIUOS
+Definitely.
+
+IS PI CONSTANT
+Certainly.
+
+IS PI EQUIVALENT TO 3 POINT 14
+Affirmative.
+
+IS PI GREATER THAN THREE
+Positively.
+
+IS PI EQUAL TO 3 POINT 14
+Certainly.
+
+IS ALLY MCBEAL A WOMAN
+Affirmative.
+
+IS ALLY MCBEAL SKINNY
+Positively.
+
+IS SHARKS THE PLURAL OF SHARK
+Certainly.
+
+IS SADNESS A HUMAN EMOTION
+Positively.
+
+IS CHOCOLATE BROWN
+Definitely.
+
+IS CHOCOLATE SWEET
+Exactly.
+
+IS CHOCOLATE COMFORT FOOD
+Definitely.
+
+IS CHOCOLATE A FOOD
+Definitely.
+
+IS CHOCOLATE A TYPE OF CANDY
+Positively.
+
+IS CHOCOLATE GOOD TO EAT
+Affirmative.
+
+IS CHOCOLATE FOOD
+Affirmative.
+
+IS TO MAYBE AS DUNG IS TO POOP
+Definitely.
+
+IS TO HURT SOMETHING BAD
+Definitely.
+
+IS EVERGREEN A CLASS OF TREE
+Definitely.
+
+IS BOAT A NOUN
+Definitely.
+
+IS GRAY CONSIDERED A BORING COLOR
+Exactly.
+
+IS ANDREA A GILRS NAME
+Positively.
+
+IS TOMATO RED
+Certainly.
+
+IS MIT IN CAMBRIDGE MASSACHUSETTS
+Definitely.
+
+IS MIT A GOOD SCHOOL
+Affirmative.
+
+IS MIT A COLLEGE
+Positively.
+
+IS COCAIN ILLEGAL
+Definitely.
+
+IS CHRONO A WORD
+Certainly.
+
+IS DEBT A WIDESPREAD PROBLEM
+Certainly.
+
+IS ENGINEERING A PROFESSION
+Affirmative.
+
+IS COMMITING A CRIME BAD
+Positively.
+
+IS POLLUTION A PROBLEM ON EARTH
+Definitely.
+
+IS POLLUTION A BAD THING
+Certainly.
+
+IS POLLUTION BAD
+Certainly.
+
+IS SANSKRIT A LANGUAGE
+Definitely.
+
+IS GRAVEL BIGGER THAN SAND
+Positively.
+
+IS 13 A PRIME NUMBER
+Definitely.
+
+IS 13 TIMES 11 EQUAL 143
+Certainly.
+
+IS RATTLER SLANG FOR A TYPE OF SNAKE
+Certainly.
+
+IS COPENHAGEN IN DENMARK
+Certainly.
+
+IS COPENHAGEN THE CAPITOL OF DENMARK
+Definitely.
+
+IS COPENHAGEN THE CAPITAL OF DENMARK
+Affirmative.
+
+IS COPENHAGEN THE CAPIAL OF DENMARK
+Certainly.
+
+IS WORK WORTHWHILE
+Positively.
+
+IS WORK A WAY TO OBTAIN MONEY
+Certainly.
+
+IS WORK A POSITIVE THING
+Positively.
+
+IS HERB SHORT FOR HERBERT
+Definitely.
+
+IS PORSCHE A MANUFACTURER OF FAST CARS
+Certainly.
+
+IS GRASS A SYNONYM FOR POT
+Positively.
+
+IS GRASS A PLANT
+Affirmative.
+
+IS GRASS A TYPE OF PLANT
+Certainly.
+
+IS GRASS SOMETIMES BROWN
+Positively.
+
+IS 3 A PRIME NUMBER
+Exactly.
+
+IS 3 4 EQUAL TO POINT 75
+Affirmative.
+
+IS 3 57 THREE MINUTES BEFORE 4 00
+Affirmative.
+
+IS PURE ALCOHOL FLAMMABLE
+Certainly.
+
+IS COUNTRY AND WESTERN A FORM OF MUSIC
+Definitely.
+
+IS MEN THE PLURAL OF MAN
+Certainly.
+
+IS POOL A GAME WITH A STICK
+Certainly.
+
+IS ENGLAND PART OF GREAT BRITAIN
+Definitely.
+
+IS ENGLAND IN THE NORTHERN HEMISPHERE
+Certainly.
+
+IS ENGLAND IN EUROPE
+Positively.
+
+IS ENGLAND A COUNTRY
+Affirmative.
+
+IS CAVIAR A TYPE OF FISH EGG
+Certainly.
+
+IS CAVIAR A LUXURY ITEM
+Positively.
+
+IS CAVIAR EXPENSIVE
+Exactly.
+
+IS JUDAISM A RELIGION
+Certainly.
+
+IS JUDAISM A MONOTHEISTIC RELIGION
+Certainly.
+
+IS LENGTH A DIMENSION
+Affirmative.
+
+IS SMITH A COMMON SURNAME
+Certainly.
+
+IS SMITH A COMMON LAST NAME
+Certainly.
+
+IS CAPRICORN A SIGN OF THE ZODIAC
+Certainly.
+
+IS FREEDOM A RIGHT
+Definitely.
+
+IS FREEDOM WORTH MORE THAN MONEY
+Definitely.
+
+IS FREEDOM PREFERABLE TO TYRANNY
+Positively.
+
+IS HIKING A HOBBY
+Positively.
+
+IS GLUE STICKY
+Definitely.
+
+IS SUNLIGHT MADE OF LIGHT
+Definitely.
+
+IS SUNLIGHT AN ENERGY SOURCE
+Certainly.
+
+IS TOILET TISSUE MADE OF PAPER
+Certainly.
+
+IS 110 DEGREES HOT
+Exactly.
+
+IS COBOL OLDER THAN JAVA
+Positively.
+
+IS FLYING BY PLANE FAIRLY SAFE
+Certainly.
+
+IS KID ANOTHER WORD MEANING CHILD
+Exactly.
+
+IS SHARING GOOD
+Positively.
+
+IS SEPTEMBER THE NINTH MONTH
+Affirmative.
+
+IS ICED COFFEE A SUMMER DRINK
+Positively.
+
+IS HOLLYWOOD MASSPRODUCING MOVIES
+Positively.
+
+IS WEDNESDAY A DAY OF THE WEEK
+Positively.
+
+IS WEDNESDAY A WEEKDAY
+Positively.
+
+IS WEDNESDAY IS A DAY OF THE WEEK
+Certainly.
+
+IS BACON FATTY
+Affirmative.
+
+IS SUBJECTIVE THE OPPOSITE OF OBJECTIVE
+Exactly.
+
+IS 91 MINUS 172 A NEGATIVE NUMBER
+Certainly.
+
+IS COTTON SOFT
+Affirmative.
+
+IS COTTON USED TO MAKE FABRIC
+Affirmative.
+
+IS COTTON CANDY STICKY
+Positively.
+
+IS S THE SYMBOL FOR SULFUR
+Definitely.
+
+IS HILLARY CLINTON FEMALE
+Certainly.
+
+IS BORIS BECKER A GREAT TENNIS PLAYER
+Positively.
+
+IS DISCRIMINATION SOMETIMES INEVITABLE
+Certainly.
+
+IS FRANSISCO FRANCO DEAD
+Definitely.
+
+IS NIKON A GREAT CAMERA MANUFACTURER
+Positively.
+
+IS STRESS HARMFUL
+Certainly.
+
+IS STRESS A PSYCHOLOGICAL CONDITION
+Certainly.
+
+IS GREECE IN EUROPE
+Affirmative.
+
+IS GREECE A COUNTRY IN EUROPE
+Affirmative.
+
+IS SKIING FUN
+Positively.
+
+IS SORTING A WAY OF ARRANGING THINGS
+Certainly.
+
+IS SOME MONEY IS MADE OUT OF PAPER
+Certainly.
+
+IS SOME HUMOR RACIST
+Definitely.
+
+IS HALLOWEEN IN OCTOBER
+Certainly.
+
+IS SOMETHING BETTER THAN NOTHING
+Exactly.
+
+IS CLEAR GLASS TRANSPARENT
+Certainly.
+
+IS CARLOS SANTANA A REAL PERSON
+Certainly.
+
+IS CARLOS SANTANA A GUITAR PLAYER
+Positively.
+
+IS IDAHO A STATE
+Definitely.
+
+IS BOMB DANGEROUS
+Positively.
+
+IS FALLING IN LOVE GOOD
+Definitely.
+
+IS FICTION A TYPE OF LITERATURE
+Positively.
+
+IS VANCOUVER IN BRITISH COLUMBIA CANADA
+Definitely.
+
+IS SHAMPOO USED TO WASH HAIR
+Certainly.
+
+IS GEORGE CLOONEY AN ACTOR
+Positively.
+
+IS GEORGE BUSH THE AMERICAN PRESIDENT
+Definitely.
+
+IS GEORGE BUSH A REPUBLICAN
+Certainly.
+
+IS POWDER DRY
+Definitely.
+
+IS ERIN A FEMALE NAME
+Certainly.
+
+IS SAUERKRAUT MADE OF CABBAGE
+Definitely.
+
+IS DSL FASTER THAN A 56K MODEM
+Certainly.
+
+IS SQUASH A GAME
+Definitely.
+
+IS FRANCE CLOSE TO SPAIN
+Affirmative.
+
+IS FRANCE ONE OF THE COUNTRY OF EUROPE
+Affirmative.
+
+IS REPETITIVE WORK BORING
+Certainly.
+
+IS TALL THE OPPOSITE OF SHORT
+Positively.
+
+IS MARLON BRANDO AN ACTOR
+Certainly.
+
+IS SCOTLAND PART OF THE UK
+Positively.
+
+IS SCOTLAND A COUNTRY
+Definitely.
+
+IS SEA WET
+Certainly.
+
+IS DUTCH A LANGUAGE
+Affirmative.
+
+IS CASPER A GHOST
+Positively.
+
+IS POT ILLEGAL
+Positively.
+
+IS SYRUP STICKY
+Certainly.
+
+IS SOUTH ONE OF THE 4 MAJOR DIRECTIONS
+Certainly.
+
+IS CEMENT USED TO MAKE CONCRETE
+Affirmative.
+
+IS DR PEPPER CARBONATED
+Positively.
+
+IS DR PEPPER A SOFT DRINK
+Certainly.
+
+IS DR PEPPER A REFRESHING BEVERAGE
+Positively.
+
+IS DR PEPPER A CARBONATED BEVERAGE
+Exactly.
+
+IS DR PEPPER A BEVERAGE
+Affirmative.
+
+IS KETCHUP RED
+Certainly.
+
+IS TERRORISM FRIGHTENING
+Positively.
+
+IS COCACOLA MADE MOSTLY OF WATER
+Positively.
+
+IS HUMOR FUNNY
+Positively.
+
+IS HAPPYNESS A GOOD THINK
+Definitely.
+
+IS UGANDA PART OF AFRICA
+Certainly.
+
+IS HAPPINESS DESIREABLE
+Certainly.
+
+IS HAPPINESS IMPORTANT
+Affirmative.
+
+IS HAPPINESS AS EMOTION
+Positively.
+
+IS ARGENTINA IN SOUTH AMERICA
+Definitely.
+
+IS AT
+Positively.
+
+IS ALIVE THE OPPOSITE OF DEAD
+Certainly.
+
+IS CASTRO A DICTATOR
+Exactly.
+
+IS COLIN A MASCULINE NAME
+Definitely.
+
+IS SMALL SMALLER THEN SMALL
+Positively.
+
+IS SMALL SMALLER THEN BIG
+Certainly.
+
+IS SMALL AN ADJECTIVE
+Certainly.
+
+IS MILAN IN ITALY
+Certainly.
+
+IS MILAN A CITY
+Affirmative.
+
+IS MILAN AN ITALIAN CITY
+Affirmative.
+
+IS FLOUR MADE FROM WHEAT
+Certainly.
+
+IS TRAFFIC WORSE DURING RUSH HOUR
+Positively.
+
+IS RELATIVITY A CORRECT PHYSICS THEORY
+Definitely.
+
+IS BEAUTY IN THE EYE OF THE BEHOLDER
+Certainly.
+
+IS CONCRETE HARD
+Certainly.
+
+IS METALLCA ROCK BAND
+Certainly.
+
+IS BELLSOUTH A TELEPHONE COMPANY
+Certainly.
+
+IS PHILADELPHIA IN PENNSYLVANIA
+Exactly.
+
+IS PHILADELPHIA A CITY
+Certainly.
+
+IS SILENT NIGHT A CHRISTMAS SONG
+Affirmative.
+
+IS WHALE A MAMMAL
+Positively.
+
+IS WHALE MAMMAL
+Positively.
+
+IS 17 BIGGER THAN 15
+Affirmative.
+
+IS BUZZ ALDRIN A FORMER ASTRONAUT
+Definitely.
+
+IS IMAGINATION A GOOD THING
+Certainly.
+
+IS PAINTING AN ARTISITIC PROCESS
+Exactly.
+
+IS NORWEGIAN SPOKEN IN NORWAY
+Positively.
+
+IS LOUD MUSIC BAD FOR THE HEARING
+Certainly.
+
+IS STONEHENGE IN BRITAN SOMEWHERE
+Certainly.
+
+IS CHILLI SAUCE HOT
+Positively.
+
+IS DEMOCRACY GOOD
+Certainly.
+
+IS JERUSALEM IN ISRAEL
+Positively.
+
+IS PINE A TREE
+Positively.
+
+IS PINE SAP STICKY
+Definitely.
+
+IS ROWING A SPORT
+Definitely.
+
+IS SAND IN THE SWIMSUIT UNPLEASANT
+Positively.
+
+IS SAND PRIMARILY MADE UP OF SILICON
+Certainly.
+
+IS SAND A GOOD SOURCE OF SILICON
+Definitely.
+
+IS SAND MADE OUT OF ELEMENTS
+Certainly.
+
+IS SHINTO A RELIGION
+Positively.
+
+IS EARTHQUAKE MEASURED BY SEISMOGRAPHS
+Affirmative.
+
+IS TUCSON IN ARIZONA
+Definitely.
+
+IS SILK SOFT
+Affirmative.
+
+IS ROSE A SHADE OF RED
+Exactly.
+
+IS MONARCHY A SYSTEM OF GOVERNMENT
+Positively.
+
+IS LAKE SUPERIOR COLD
+Positively.
+
+IS LAKE MALAWI IN AFRICA
+Definitely.
+
+IS GINSENG AN HERB
+Exactly.
+
+IS PORN POPULAR OVER THE INTERNET
+Affirmative.
+
+IS ASPIRIN A DRUG
+Certainly.
+
+IS KU KLUX KLAN A HOSTILE ORGANISATION
+Exactly.
+
+IS HIV THE CAUSE OF AIDS
+Certainly.
+
+IS MIRAGE AN OPTICAL ILLUSION
+Positively.
+
+IS MOHAMMED A PROPHET
+Definitely.
+
+IS CHESSE MADE FROM MILK
+Positively.
+
+IS MORTAL KOMBAT A VIDEOGAME
+Exactly.
+
+IS MORTAL
+Exactly.
+
+IS THEFT A CRIME
+Certainly.
+
+IS THEFT ILLEGAL
+Positively.
+
+IS THEFT ANOTHER WORD FOR STEALING
+Certainly.
+
+IS A A VOWEL
+Certainly.
+
+IS A BASKETBALL A BALL
+Positively.
+
+IS A DESTROYER A FORM OF SHIP
+Certainly.
+
+IS A CELL ALIVE
+Certainly.
+
+IS A LION IN THE CAT FAMILY
+Exactly.
+
+IS A LION A CARNIVORE
+Positively.
+
+IS A WEEK SEVEN DAYS
+Certainly.
+
+IS A WEEK EQUAL TO SEVEN DAYS
+Certainly.
+
+IS A BABOON A PRIMATE
+Certainly.
+
+IS A TOWEL SOFT
+Affirmative.
+
+IS A MENTOR SOMEONE YOU CAN TRUST
+Definitely.
+
+IS A YARD 3 FEET LONG
+Positively.
+
+IS A WALRUS LARGER THAN AN OTTER
+Definitely.
+
+IS A HEADACHE A TYPE OF PAIN
+Certainly.
+
+IS A RABBI JEWISH
+Affirmative.
+
+IS A BOOK USED FOR READING
+Positively.
+
+IS A BOOK LONGER THAN A POEM
+Definitely.
+
+IS A RADIO A WIRELESS DEVICE
+Certainly.
+
+IS A RADIO A FORM OF COMMUNICATION
+Exactly.
+
+IS A RATTLESNAKE COLD BLOODED
+Positively.
+
+IS A MICROWAVE OVEN USED TO COOK FOOD
+Affirmative.
+
+IS A BIG MAC A HAMBURGER
+Positively.
+
+IS A CAPACITOR AN ELECTRONIC COMPONENT
+Certainly.
+
+IS A 300 BAUD MODEM SLOW
+Definitely.
+
+IS A MIRROR REFLECTIVE
+Affirmative.
+
+IS A LILY A KIND OF FLOWER
+Affirmative.
+
+IS A HAWK A TYPE OF BIRD
+Positively.
+
+IS A HIGH FAT DIET UNHEALTHY
+Positively.
+
+IS A CARPET SOFT
+Positively.
+
+IS A COBRA VENOMOUS
+Affirmative.
+
+IS A WRITER AN ARTIST
+Positively.
+
+IS A KILOMETER BIGGER THAN A METRE
+Affirmative.
+
+IS A KILOMETER IS LESS THAN A MILE
+Definitely.
+
+IS A KILOMETER EQUAL TO 1 000 METERS
+Definitely.
+
+IS A CHEETAH IN THE CAT FAMILY
+Definitely.
+
+IS A CHEETAH A CAT
+Positively.
+
+IS A PIANO A MUSIC INSTRUMENT
+Certainly.
+
+IS A PIANO LESS PORTABLE THAN A VIOLIN
+Positively.
+
+IS A CAT A FOUR LEGGED ANIMAL
+Certainly.
+
+IS A CAT A MAMEL
+Definitely.
+
+IS A CAT A MAMMAL
+Certainly.
+
+IS A CAT A HOUSE PET
+Positively.
+
+IS A CAT A CAT
+Exactly.
+
+IS A DVD ROUND
+Affirmative.
+
+IS A DVD SHINY
+Positively.
+
+IS A ROLLERCOASTER FUN TO RIDE
+Certainly.
+
+IS A BEND IN A ROAD A CURVE
+Exactly.
+
+IS A MOTHER OLDER THAN HER CHILD
+Definitely.
+
+IS A GALLON MORE THAN A PINT
+Positively.
+
+IS A GALLON EQUIVALENT TO FOUR QUARTS
+Certainly.
+
+IS A BASEBALL A SPHERE
+Exactly.
+
+IS A PINT LESS THAN A LITER
+Certainly.
+
+IS A BALLAD A SONG THAT TELLS A STORY
+Definitely.
+
+IS A ROTTWEILER A DOG
+Exactly.
+
+IS A MILLION MORE THAN A THOUSAND
+Certainly.
+
+IS A LOVESEAT SMALLER THAN A SOFA
+Positively.
+
+IS A MILE IS 5280 FEET
+Exactly.
+
+IS A MILE LONGER THAN A YARD
+Positively.
+
+IS A MILE LONGER THAN A FOOT
+Positively.
+
+IS A DIME WORTH TEN CENTS
+Certainly.
+
+IS A DIME EQUAL TO 10 CENTS
+Positively.
+
+IS A BILLION MORE THAN A THOUSAND
+Affirmative.
+
+IS A BILLION GREATER THEN A MILLION
+Certainly.
+
+IS A BLUEBACK HERRING A KIND OF FISH
+Certainly.
+
+IS A DOLPHIN A MAMMEL
+Positively.
+
+IS A DOLPHIN INTELLIGENT
+Definitely.
+
+IS A MANDOLIN A MUSICAL INSTRUMENT
+Affirmative.
+
+IS A SCREWDRIVER USED TO TURN A SCREW
+Certainly.
+
+IS A TABLETOP FLAT
+Certainly.
+
+IS A SPEAKER USED TO PRODUCE SOUND
+Affirmative.
+
+IS A STAB WOUND PAINFUL
+Affirmative.
+
+IS A TOWN BIGGER THAN A VILLAGE
+Certainly.
+
+IS A TROUT A TYPE OF FISH
+Certainly.
+
+IS A BASS A TYPE OF FISH
+Certainly.
+
+IS A BEAGLE A BREED OF DOG
+Definitely.
+
+IS A BEAGLE A TYPE OF DOG
+Positively.
+
+IS A DRUM A MUSICAL INSTRUMENT
+Affirmative.
+
+IS A PHYSICIST A SCIENTIST
+Certainly.
+
+IS A FORK A TYPE OF FOOD UTENSIL
+Positively.
+
+IS A DOBERMAN A BREED OF DOG
+Certainly.
+
+IS A DOBERMAN PINSCHER A DOG
+Certainly.
+
+IS A WHITE STURGEON A KIND OF FISH
+Certainly.
+
+IS A WHITE DWARF A TYPE OF STAR
+Positively.
+
+IS A SUCCESSFUL SUICIDE FATAL
+Positively.
+
+IS A SKYSCREAPER HIGH
+Affirmative.
+
+IS A BRUSSELS SPROUT A VEGETABLE
+Certainly.
+
+IS A CORVETTE A FAST CAR
+Certainly.
+
+IS A ROCK HARD
+Certainly.
+
+IS A ROCK SOLID
+Affirmative.
+
+IS A BYTE MADE OF EIGHT BITS
+Certainly.
+
+IS A NISSAN SENTRA A CAR
+Certainly.
+
+IS A TANGERINE A FRUIT
+Positively.
+
+IS A CHICKEN A BIRD
+Certainly.
+
+IS A CHICKEN A FOWL
+Exactly.
+
+IS A CANDLE USED TO HAVE LIGHT
+Positively.
+
+IS A CANDLE MADE OF WAX
+Definitely.
+
+IS A RED GIANT A TYPE OF STAR
+Definitely.
+
+IS A PILLOW FOUND ON A BED
+Positively.
+
+IS A PILLOW SOFT
+Affirmative.
+
+IS A RAM A MALE SHEEP
+Certainly.
+
+IS A GULL A BIRD
+Positively.
+
+IS A PEN USED TO WRITE
+Certainly.
+
+IS A TREE A LIVING THING
+Definitely.
+
+IS A TREE ALIVE
+Affirmative.
+
+IS A DALMATION A DOG
+Positively.
+
+IS A TROMBONE A MUSICAL INSTRUMENT
+Certainly.
+
+IS A GIRL DIFFERENT THEN A BOY
+Affirmative.
+
+IS A GIRL A FEMALE CHILD
+Positively.
+
+IS A WHIP IS MADE OF LEATHER
+Positively.
+
+IS A MOSLEM AN ADHERENT OF ISLAM
+Definitely.
+
+IS A DILDO A FAKE PENIS
+Certainly.
+
+IS A DILDO AN ARTIFICIAL PENIS
+Affirmative.
+
+IS A PLOW A FARM TOOL
+Definitely.
+
+IS A TUBA A MUSICAL INSTUMENT
+Definitely.
+
+IS A CONGRESS A GATHERING
+Positively.
+
+IS A BLUEGILL A KIND OF FISH
+Certainly.
+
+IS A SMALL CAT CALLED A KITTEN
+Definitely.
+
+IS A LOBBY PART OF A BUILDING
+Certainly.
+
+IS A JOYSTICK AN INPUT DEVICE
+Certainly.
+
+IS A F 14 A PLANE
+Positively.
+
+IS A BIRD IN HAND WORTH TWO IN A BUSH
+Positively.
+
+IS A BIRD A BIRD
+Affirmative.
+
+IS A SALAMI MOSTLY MEAT AND FAT
+Certainly.
+
+IS A ROOK A CHESS PIECE
+Definitely.
+
+IS A GULF STURGEON A KIND OF FISH
+Certainly.
+
+IS A DEVICE A TOOL FOR A TASK
+Certainly.
+
+IS A SALMON A KIND OF FISH
+Certainly.
+
+IS A VETERINARY A DOCTOR FOR ANIMALS
+Definitely.
+
+IS A SWAN WHITE
+Certainly.
+
+IS A TIGER FELINE
+Positively.
+
+IS A TIGER ALWAYS AN ANIMAL
+Certainly.
+
+IS A SUBMARINE SUBMERSIBLE
+Certainly.
+
+IS A PEAR A FRUIT
+Certainly.
+
+IS A HYENA NATIVE TO AFRICA
+Positively.
+
+IS A TORNADO SOMETIMES CALLED A TWISTER
+Certainly.
+
+IS A NICKLE THE SAME AS 5 CENTS
+Positively.
+
+IS A TURTLE AN AMPHIBIAN
+Certainly.
+
+IS A MOVIE THE SAME AS A FILM
+Definitely.
+
+IS A PRINCIPAL A PERSON IN A SCHOOL
+Positively.
+
+IS A SHOUT LOUDER THAN A WHISPER
+Affirmative.
+
+IS A DUMPTRUCK A TYPE OF VEHICLE
+Certainly.
+
+IS A TOWER VERTICAL
+Definitely.
+
+IS A GUITAR AN INSTRUMENT
+Affirmative.
+
+IS A KILOBYTE 1024 BYTES
+Positively.
+
+IS A PENGUIN A BIRD
+Certainly.
+
+IS A TYPICAL DESSERT EITHER CAKE OR PIE
+Exactly.
+
+IS A CUBAN CIGAR A GOOD CIGAR
+Certainly.
+
+IS A DONKEY STRONGER THAN A DOG
+Definitely.
+
+IS A BOW USED TO SHOOT AN ARROW
+Certainly.
+
+IS A NUDE WOMAN EXCITING
+Positively.
+
+IS A MONKEY A PRIMATE
+Certainly.
+
+IS A JAGUAR AN ANIMAL
+Exactly.
+
+IS A TOILET TISSUE MADE FROM PAPER
+Positively.
+
+IS A MOLECULE LARGER THAN AN ATOM
+Positively.
+
+IS A RUNNY NOSE THE SYMPTOM OF A COLD
+Positively.
+
+IS A SUNNY SKY BLUE
+Exactly.
+
+IS A DECISION THE ANSWER TO A QUESTION
+Certainly.
+
+IS A HARD DRIVE USED TO STORE DATA
+Affirmative.
+
+IS A TULIP A FLOWER
+Affirmative.
+
+IS A DOGS MOUTH FULL OF BACTERIA
+Positively.
+
+IS A SKYSCRAPER A TALL BUILDING
+Positively.
+
+IS A HUBCAP A COMPONENT OF A CAR
+Definitely.
+
+IS A PIZZA BEST EATEN HOT
+Affirmative.
+
+IS A FOREST GREEN
+Positively.
+
+IS A PUPPY A DOG
+Affirmative.
+
+IS A REDWOOD A TYPE OF TREE
+Affirmative.
+
+IS A SENTENCE A SEQUENCE OF WORDS
+Certainly.
+
+IS A SENTENCE MADE OF WORDS
+Certainly.
+
+IS A SENTENCE COMPOSED OF WORDS
+Positively.
+
+IS A SUNSET PRETTY TO LOOK AT
+Certainly.
+
+IS A TURKEY A BIRD
+Certainly.
+
+IS A CHEVY S 10 A PICKUP TRUCK
+Definitely.
+
+IS A MAGAZINE OFTEN PUBLISHED MONTHLY
+Definitely.
+
+IS A FOOT TWELVE INCHES
+Certainly.
+
+IS A MACINTOSH A COMPUTER
+Certainly.
+
+IS A BLANK PAGE BLANK
+Definitely.
+
+IS A PIG A MAMMAL
+Certainly.
+
+IS A PIXEL SMALL
+Positively.
+
+IS A RECTANGLE A FORM OF QUADRILATERAL
+Definitely.
+
+IS A CROSSWALK USED BY PEDESTRIANS
+Definitely.
+
+IS A COME BEFORE B IN THE ALPHABET
+Definitely.
+
+IS A BILL GATES A GREAT MARKETING MAN
+Certainly.
+
+IS A KILLER WHALE A MAMMAL
+Positively.
+
+IS A SEAGULL A BIRD
+Affirmative.
+
+IS A BUCKET BIGGER THAN A THIMBLE
+Positively.
+
+IS A PAN A UTENSIL TO COOK FOOD IN
+Positively.
+
+IS A GUINEA PIG A TYPE OF RODENT
+Certainly.
+
+IS A PARENT OLDER THAN ITS CHILD
+Positively.
+
+IS A DEATH IN THE FAMILY PAINFUL
+Affirmative.
+
+IS A FLY AN INSECT
+Certainly.
+
+IS A LIE THE OPPOSITE OF THE TRUTH
+Exactly.
+
+IS A MICROPHONE USED TO INPUT SOUND
+Certainly.
+
+IS A MARATHON A RUNNING RACE
+Definitely.
+
+IS A MARCHING BAND A MUSICAL ENSEMBLE
+Definitely.
+
+IS A MARCHING BAND A MUSIC ENSEMBLE
+Affirmative.
+
+IS A CHILD YOUNGER THAN AN ADULT
+Certainly.
+
+IS A CHILD A YOUNG PERSON
+Affirmative.
+
+IS A DICTIONARY A HELPFUL RESOURCE
+Positively.
+
+IS A DICTIONARY A BOOK
+Affirmative.
+
+IS A DICTIONARY A TYPE OF BOOK
+Certainly.
+
+IS A CLOUD A BUNCH OF WATER MOLECULES
+Positively.
+
+IS A LEOPARD SPOTTED
+Positively.
+
+IS A STONE SMALLER THAN A BOULDER
+Positively.
+
+IS A SHIP TRANSMITTING SOS IN TROUBLE
+Definitely.
+
+IS A SOFA THE SAME AS A COUCH
+Positively.
+
+IS A SIDEWALK FOR PEDESTRIANS
+Certainly.
+
+IS A GUN DANGEROUS
+Positively.
+
+IS A NEGRO BLACK
+Definitely.
+
+IS A PRINTER A COMPUTER PERIPHERAL
+Affirmative.
+
+IS A HORSE A MAMMAL
+Affirmative.
+
+IS A HARLEY DAVIDSON A MOTORCYCLE
+Definitely.
+
+IS A MUSTANG FASTER THAN AN ESCORT
+Positively.
+
+IS A MUSTANG PRODUCED BY FORD
+Definitely.
+
+IS A SQUARE A REGULAR POLYGON
+Exactly.
+
+IS A GLOBE SPHERICAL
+Positively.
+
+IS A GLOBE A SPHERE
+Affirmative.
+
+IS A LEVER A SIMPLE MACHINE
+Definitely.
+
+IS A PAPERCLIP USEFUL
+Certainly.
+
+IS A PAPERCLIP EASY TO BEND
+Affirmative.
+
+IS A LIGHT IS USED TO BANISH DARKNESS
+Certainly.
+
+IS A LIGHT YEAR A LONG DISTANCE
+Positively.
+
+IS A BUILDING A BUILDING
+Positively.
+
+IS A BUILDING BIGGER THAN A BREADBOX
+Affirmative.
+
+IS A RIGHT ANGLE EQUAL TO 90 DEGREES
+Certainly.
+
+IS A BANANA YELLOW
+Certainly.
+
+IS A BANANA YELLO
+Certainly.
+
+IS A DODO A BIRD
+Certainly.
+
+IS A HAMBURGER A FOOD
+Affirmative.
+
+IS A PLASTIC STRAW FOR SUCKING
+Positively.
+
+IS A KIDNEY AN ORGAN
+Exactly.
+
+IS A CATAMARAN A TYPE OF SAILING VESSEL
+Definitely.
+
+IS A FLOPPY DISK SQUARE SHAPED
+Positively.
+
+IS A SQUIRREL A SMALL ANIMAL
+Positively.
+
+IS A SQUIRREL A MAMMAL
+Definitely.
+
+IS A FLUTE A WIND INSTRUMENT
+Definitely.
+
+IS A FLUTE AN INSTRUMENT
+Affirmative.
+
+IS A STOP SIGN SHAPED LIKE AN OCTAGON
+Definitely.
+
+IS A GOOSE A TYPE OF BIRD
+Certainly.
+
+IS A FRYING PAN A COOKING UTENSIL
+Positively.
+
+IS A DECANTER A CONTAINER FOR ALCOHOL
+Definitely.
+
+IS A DOLLAR WORTH MORE THAN A PESO
+Certainly.
+
+IS A DOLLAR EQUAL TO 4 QUARTERS
+Certainly.
+
+IS A FRIEND PRICELESS
+Positively.
+
+IS A RIVER MADE MOSTLY OF WATER
+Positively.
+
+IS A RIVER CHUB A KIND OF FISH
+Definitely.
+
+IS A 400 POUND PERSON OVERWEIGHT
+Positively.
+
+IS A FLOOD A DISASTER
+Positively.
+
+IS A PINK SALMON A KIND OF FISH
+Certainly.
+
+IS A POLL A POLL
+Positively.
+
+IS A BULLET IN THE HEAD HARMFUL
+Positively.
+
+IS A BRICK HEAVIER THAN A FEATHER
+Affirmative.
+
+IS A BROWSER USED TO SURF THE INTERNET
+Affirmative.
+
+IS A BROKEN CLOCK RIGHT TWICE A DAY
+Positively.
+
+IS A BROKEN LIMB PAINFUL
+Certainly.
+
+IS A TRAIN LONGER THAN A SNAKE
+Positively.
+
+IS A PUMA A CAT
+Positively.
+
+IS A LIZARD A LIVING THING
+Definitely.
+
+IS A LIZARD A REPTILE
+Certainly.
+
+IS A LIZARD COLD BLOODED
+Certainly.
+
+IS A PORSCHE A CAR
+Affirmative.
+
+IS A PORSCHE 911 A SPORTS CAR
+Affirmative.
+
+IS A GRAIN OF SAND BIGGER THAN AN ATOM
+Definitely.
+
+IS A HUMAN SELF AWARE
+Definitely.
+
+IS A HUMAN A BIPED
+Definitely.
+
+IS A HUMAN BEING AN ANIMAL
+Exactly.
+
+IS A DRUNK DRIVER A BLOODY IDIOT
+Definitely.
+
+IS A DUCK A BIRD AND A VERB
+Definitely.
+
+IS A TOOL BOX A CONTAINER
+Certainly.
+
+IS A FRUIT FLY AN INSECT
+Positively.
+
+IS A FRUIT EDIBLE
+Exactly.
+
+IS A BAYONETTE A MILITARY KNIFE
+Positively.
+
+IS A BODY IS MORE BUOYANT IN SALT WATER
+Definitely.
+
+IS A FILM IS THE SAME THING AS A MOVIE
+Positively.
+
+IS A SAW A TOOL
+Positively.
+
+IS A SPHERE A THREE DIMENSIONAL CIRCLE
+Definitely.
+
+IS A TOOTSIE ROLL CHOCOLATE FLAVORED
+Definitely.
+
+IS A FEMALE DEER A DOE
+Certainly.
+
+IS A FEMALE HORSE OFTEN KNOWN AS A MARE
+Exactly.
+
+IS A QUARK A SUBATOMIC PARTICLE
+Affirmative.
+
+IS A QUARK A SUB ATOMIC PARTICLE
+Affirmative.
+
+IS A QUARK SMALLER THAN AN ATOM
+Exactly.
+
+IS A QUARTER EQUAL TO 25 CENTS
+Definitely.
+
+IS A SPORTS CAR FAST
+Certainly.
+
+IS A MONSOON A TORRENTIAL RAINSTORM
+Certainly.
+
+IS A VW BUG A CAR
+Affirmative.
+
+IS A THUNDERBIRD A CAR
+Affirmative.
+
+IS A GRIZZILY BEAR ALIVE
+Exactly.
+
+IS A WOMBAT FURRY
+Exactly.
+
+IS A SPOTTED GAR A KIND OF FISH
+Positively.
+
+IS A BISHOP A CHESS PIECE
+Positively.
+
+IS A SATURN A TYPE OF CAR
+Certainly.
+
+IS A RECIPE A LIST OF INSTRUCTIONS
+Definitely.
+
+IS A PARIS A CITY
+Certainly.
+
+IS A GREYHOUND A TYPE OF DOG
+Certainly.
+
+IS A POMEGRANATE A FRUIT
+Certainly.
+
+IS A CALCULATOR A COMPUTER
+Exactly.
+
+IS A FUNERAL SAD
+Definitely.
+
+IS A TON MORE THAN A POUND
+Certainly.
+
+IS A HAMSTER SMALLER THAN AN ELEPHANT
+Positively.
+
+IS A HAMSTER CONSIDERED A RODENT
+Certainly.
+
+IS A MONITOR A DISPLAY DEVICE
+Definitely.
+
+IS A CLOCK A GOOD WAY TO TELL THE TIME
+Affirmative.
+
+IS A ROM A READ ONLY MEMORY
+Definitely.
+
+IS A BROWN TROUT A KIND OF FISH
+Exactly.
+
+IS A CROWN WORN ON THE HEAD
+Positively.
+
+IS A PINE TREE AN EVERGREEN
+Certainly.
+
+IS A MAMMAL A WARM BLOODED CREATURE
+Positively.
+
+IS A QUADRILLION GREATER THAN A MILLION
+Affirmative.
+
+IS A THOUSAND GREATER THAN A HUNDRED
+Affirmative.
+
+IS A FLOWER A PART OF A PLANT
+Positively.
+
+IS A FLOWER A PLANT
+Positively.
+
+IS A SENSE OF HUMOR A POSITIVE TRAIT
+Positively.
+
+IS A PENCIL SOMETHING YOU WRITE WITH
+Positively.
+
+IS A PENCIL A TOOL
+Exactly.
+
+IS A BUS BIGGER THAN A CAR
+Affirmative.
+
+IS A BLACK WIDOW A TYPE OF SPIDER
+Affirmative.
+
+IS A BLACK HOLE A COLLAPSED STAR
+Affirmative.
+
+IS A SHIELD A PIECE OF ARMOR
+Definitely.
+
+IS A HOT DOG A FOOD
+Certainly.
+
+IS A HOT DOG FOOD
+Certainly.
+
+IS A HOT BATH PLEASANT
+Certainly.
+
+IS A METER LONGER THAN A YARD
+Positively.
+
+IS A METER LONGER THAN A FOOT
+Exactly.
+
+IS A METER LONGER THAN A MILLIMETER
+Certainly.
+
+IS A HOUND A DOG
+Positively.
+
+IS A STOPPED CLOCK RIGHT TWICE A DAY
+Definitely.
+
+IS A DOOR A WAY THROUGH A WALL
+Positively.
+
+IS A SNAKE A SNAKE. IS IT
+Positively.
+
+IS A SNAKE COLD BOODED
+Certainly.
+
+IS A DRAGONFLY REAL
+Certainly.
+
+IS A SOUFFL? MADE WITH EGGS
+Definitely.
+
+IS A PERSON WHO CAN NOT HEAR DEAF
+Definitely.
+
+IS A RULER A TOOL USED TO MEASURE
+Positively.
+
+IS A LOCATION A PLACE
+Affirmative.
+
+IS A HARE FASTER THAN A TORTOISE
+Positively.
+
+IS A RABBIT SMALLER THAN A TIGER
+Definitely.
+
+IS A TRUMPET A BRASS MUSICAL INSTRUMENT
+Certainly.
+
+IS A LITER A METRIC UNIT OF MEASUREMENT
+Positively.
+
+IS A DOG A ANIMAL
+Definitely.
+
+IS A DOG A CANINE
+Affirmative.
+
+IS A DOG NOT A CAT
+Definitely.
+
+IS A RIPE PEACH A DELICIOUS FRUIT
+Affirmative.
+
+IS A VERB A PART OF SPEECH
+Certainly.
+
+IS A RADISH A VEGETABLE
+Affirmative.
+
+IS A HOUSE TOPPED BY A ROOF
+Certainly.
+
+IS A HOUSE BIGGER THAN A MOUSE
+Certainly.
+
+IS A SHIRT A PIECE OF CLOTHING
+Certainly.
+
+IS A SHIRT A FORM OF APPAREL
+Definitely.
+
+IS A MOUSE SMALL
+Positively.
+
+IS A MOUSE A FURRY RODENT
+Positively.
+
+IS A MOUSE A MAMMAL
+Definitely.
+
+IS A MOUSE A COMPUTER ACCESSORY
+Affirmative.
+
+IS A MOUSE A COMPUTER INPUT DEVICE
+Affirmative.
+
+IS A MOUSE AN INPUT DEVICE
+Certainly.
+
+IS A LEG LONGER THAN AN ARM
+Definitely.
+
+IS A LAUGHING BABY HAPPY
+Positively.
+
+IS A DESK A SOLID SURFACE
+Positively.
+
+IS A DESK A PLACE TO PERFORM WORK
+Positively.
+
+IS A RUG A FLOOR COVERING
+Exactly.
+
+IS A WINDOW TRANSPARENT
+Affirmative.
+
+IS A COMPACT DISK KNOWN AS A CD
+Positively.
+
+IS A FULL TIME WORK WEEK 40 HOURS
+Positively.
+
+IS A FULL MOON ROUND
+Positively.
+
+IS A FULL MOON BRIGHTER THAN A NEW MOON
+Definitely.
+
+IS A PEACH EDIBLE
+Affirmative.
+
+IS A SOUTHERN CAVEFISH A KIND OF FISH
+Affirmative.
+
+IS A COW MAMAL
+Definitely.
+
+IS A COW A MAMMAL
+Positively.
+
+IS A COW A BOVINE
+Certainly.
+
+IS A COW LARGE
+Certainly.
+
+IS A BALCONY UP HIGH
+Affirmative.
+
+IS A POTATO SIMILAR TO A POTATO
+Positively.
+
+IS A POTATO A VEGETABLE
+Positively.
+
+IS A WASHING MACHINE A MAJOR APPLIANCE
+Certainly.
+
+IS A GENIUS INTELLIGENT
+Positively.
+
+IS A TROPHY A TYPE OF AWARD
+Positively.
+
+IS A WOMAN A FEMALE HUMAN
+Positively.
+
+IS A CIRCLE INHERENTLY ROUND
+Positively.
+
+IS A CUP USED FOR DRINKING WATER
+Positively.
+
+IS A CUP A UNIT OF MEASUREMENT
+Certainly.
+
+IS A PUFFIN A TYPE OF SEABIRD
+Positively.
+
+IS A TIRE ROUND
+Affirmative.
+
+IS A CARROT A PLANT
+Exactly.
+
+IS A CAMERA USE TO CAPTURE PICTURES
+Certainly.
+
+IS A BELGRADE CAPITAL OF YUGOSLAVIA
+Exactly.
+
+IS A ROOF ABOVE A FLOOR
+Certainly.
+
+IS A MONARCHY A FORM OF GOVERNMENT
+Certainly.
+
+IS A LEGO A TYPE OF TOY
+Positively.
+
+IS A WATCH USED TO MEASURE TIME
+Definitely.
+
+IS A WATCH USED TO TELL TIME
+Affirmative.
+
+IS A WATCH A TIMEPIECE
+Affirmative.
+
+IS A WATCH COMMONLY USED TO TELL TIME
+Exactly.
+
+IS A WATCH WORN ON YOUR WRIST
+Positively.
+
+IS A FLUSH BETTER THAN A FULL HOUSE
+Certainly.
+
+IS A CAR BIGGER THAN A BIKE
+Definitely.
+
+IS A TRILLION MORE THAN A MILLION
+Affirmative.
+
+IS A SCREW DRIVER A TOOL
+Positively.
+
+IS A GRAPE BITE SIZED
+Definitely.
+
+IS A SYNAPSE PART OF A HUMANS CIRCUITRY
+Positively.
+
+IS A LAKE SMALLER THAN AN OCEAN
+Exactly.
+
+IS A LAKE MADE OF WATER
+Certainly.
+
+IS A LAKE TROUT A KIND OF FISH
+Affirmative.
+
+IS A RELIGION A BELIEF
+Definitely.
+
+IS A TRUCK LARGER THAN A MOUSE
+Certainly.
+
+IS A TUBE CYLINDRICAL
+Certainly.
+
+IS A MOUNTAIN HIGHER THAN A HILL
+Certainly.
+
+IS A MOUNTAIN BIGGER THAN A MOLEHILL
+Positively.
+
+IS A MOUNTAIN TALLER THAN A MOLE HILL
+Definitely.
+
+IS A PENIS A GOOD THING
+Certainly.
+
+IS A BOWLING BALL ROUND
+Positively.
+
+IS A C64 A COMPUTER
+Definitely.
+
+IS A SLOOP A TYPE OF SAILING BOAT
+Positively.
+
+IS A KANGAROO A MARSUPIAL
+Definitely.
+
+IS A UNION A COLLECTION OF WORKERS
+Definitely.
+
+IS A LAWNMOWER USED TO CUT GRASS
+Certainly.
+
+IS A BANANNA YELLOW WHEN RIPE
+Certainly.
+
+IS A BANANNA FOOD
+Positively.
+
+IS A KISS BETTER THAN A KICK
+Positively.
+
+IS A SLUG LIKE A NAKED SNAIL
+Exactly.
+
+IS A CREDITCARD MADE OF PLASTIC
+Certainly.
+
+IS A PROTON BIGGER THAN AN ELECTRON
+Positively.
+
+IS A CLEAR DAYTIME SKY BLUE
+Certainly.
+
+IS A LAPTOP A COMPUTER
+Positively.
+
+IS A FERRET A MAMMAL
+Positively.
+
+IS A RAINBOW MADE OUT OF LIGHT
+Positively.
+
+IS A RAINBOW TROUT A KIND OF FISH
+Positively.
+
+IS A MODEL SOMETIMES A PERSON
+Affirmative.
+
+IS A CRACKER EDIBLE
+Definitely.
+
+IS A MONTH LONGER THAN A DAY
+Positively.
+
+IS A LADDER USED TO CLIMB
+Certainly.
+
+IS A ROCKET FASTER THAN AN AIRPLANE
+Certainly.
+
+IS A SOCKET WRENCH USEFUL
+Definitely.
+
+IS A CHAIR MENT TO SIT ON
+Positively.
+
+IS A CHAIR SOMETHING YOU SIT ON
+Affirmative.
+
+IS A CHAIR USED TO SIT ON
+Certainly.
+
+IS A MIND A TERRIBLE THING TO WASTE
+Affirmative.
+
+IS A LEMON YELLOW
+Certainly.
+
+IS A LEMON A FRUIT
+Certainly.
+
+IS A LEMON A KIND OF CITRUS FRUIT
+Affirmative.
+
+IS A CHIHUAHUA A SMAL DOG
+Certainly.
+
+IS A GOLDEN TROUT A KIND OF FISH
+Definitely.
+
+IS A GUNSHOT A LOUD NOISE
+Certainly.
+
+IS A BROTHER A MALE SIBLING
+Positively.
+
+IS A PIGMY A SHORT HUMAN
+Definitely.
+
+IS A NEURAL NETWORK CAPABLE OF LEARNING
+Positively.
+
+IS A APPLE A TYPE OF FRUIT
+Certainly.
+
+IS A DAY 24 HOURS LONG
+Certainly.
+
+IS A BEAR A BEAST
+Definitely.
+
+IS A BEAR BIGGER THAN A BREADBOX
+Exactly.
+
+IS A BULL A BEAST
+Definitely.
+
+IS A ROOSTER A MALE CHICKEN
+Certainly.
+
+IS A DISABILITY SIMILAR TO A HANDICAP
+Positively.
+
+IS A CARRIAGE A FORM OF TRANSPORTATION
+Certainly.
+
+IS A SNOWBALL WET
+Affirmative.
+
+IS A WATER MELLON BIGGER THAN A GRAPE
+Definitely.
+
+IS A LAMP A SOURCE OF LIGHT
+Certainly.
+
+IS A WET NOODLE SOFT
+Definitely.
+
+IS A LABRADOR A TYPE OF DOG
+Certainly.
+
+IS A BED SOMETHING TO SLEEP UPON
+Affirmative.
+
+IS A COMEDY FUNNY
+Certainly.
+
+IS A BABY YOUNGER THAN A SENIOR CITIZEN
+Definitely.
+
+IS A BABY SMALLER THAN AN ADULT
+Certainly.
+
+IS A BABY IS YOUNGER THAN A GRANDMA
+Definitely.
+
+IS A BUTTON A TYPE OF FASTENER
+Definitely.
+
+IS A PUCK USED IN HOCKEY
+Certainly.
+
+IS A 90 YEAR OLD PERSON CONSIDERED OLD
+Affirmative.
+
+IS A VAMPIRE AN IMAGINARY CREATURE
+Certainly.
+
+IS A PINEAPPLE LARGER THAN AN ORANGE
+Certainly.
+
+IS A BARRACUDA A PREDATORY FISH
+Definitely.
+
+IS IN THE OPPOSITE OF OUT
+Affirmative.
+
+IS LETTUCE A VEGETABLE
+Certainly.
+
+IS LETTUCE GOOD IN A SALAD
+Certainly.
+
+IS LETTUCE GREEN
+Certainly.
+
+IS SKYDIVING EXCITING
+Positively.
+
+IS DEATH FATAL
+Positively.
+
+IS DEATH SCARRY
+Exactly.
+
+IS DEATH THE CESSATION OF LIFE
+Definitely.
+
+IS DEATH FOREVER
+Exactly.
+
+IS DEATH CERTAIN FOR ALL ANIMALS
+Certainly.
+
+IS DEATH INEVITABLE
+Affirmative.
+
+IS HITTING OTHER CREATURES A BAD THING
+Certainly.
+
+IS NEW JERSEY ON THE EAST COAST
+Positively.
+
+IS NEW GUINEA AN ISLAND
+Affirmative.
+
+IS NEW YORK EAST OF LOS ANGELES
+Exactly.
+
+IS NEW YORK IN NORTH AMERICA
+Affirmative.
+
+IS NEW YORK A STATE AS WELL AS A CITY
+Definitely.
+
+IS NEW YORK KNOWN AS THE BIG APPLE
+Definitely.
+
+IS NEW YORK CITY A METROPOLITAN AREA
+Certainly.
+
+IS NEW YORK CITY IS IN NEW YORK STATE
+Positively.
+
+IS NEW YORK CITY IS LARGE
+Exactly.
+
+IS NEW YORK ON THE EAST COAST
+Certainly.
+
+IS NEW MEXICO HOTTER THAN ALASKA
+Affirmative.
+
+IS NEW ZEALAND AN ISLAND
+Positively.
+
+IS SITTING BULL A NATIVE AMERICAN
+Positively.
+
+IS FRIDAY A DAY
+Affirmative.
+
+IS JAPANESE SPOKEN ON OKINAWA
+Definitely.
+
+IS JAPANESE A LANGUAGE
+Affirmative.
+
+IS EACH OF US AFRAID OF SOMETHING
+Positively.
+
+IS BEER SOMETHING YOU CAN DRINK
+Definitely.
+
+IS QUEBEC A PROVINCE OF CANADA
+Positively.
+
+IS MOVEMENT NECESSARY TO LEAVE A PLACE
+Positively.
+
+IS COMBUSTION A FORM OF OXIDATION
+Exactly.
+
+IS CLEVELAND IN OHIO
+Definitely.
+
+IS DANISH SPOKEN IN DENMARK
+Definitely.
+
+IS DANISH A LANGUAGE
+Definitely.
+
+IS MILK A GOOD SOURCE OF CALCIUM
+Affirmative.
+
+IS MILK A WHITE LIQUID
+Positively.
+
+IS MILK GOOD TO DRINK
+Affirmative.
+
+IS MILK FROM COWS
+Certainly.
+
+IS BLINDED BY LOVE A FIGURE OF SPEECH
+Affirmative.
+
+IS SOLID ICE COLDER THAN LIQUID WATER
+Definitely.
+
+IS SYDNEY IN THE SOUTHERN HEMISPHERE
+Certainly.
+
+IS HEAVEN GOOD
+Exactly.
+
+IS MARILYN MONROE BEAUTIFUL
+Exactly.
+
+IS MARILYN MONROE IS A BEAUTIFUL WOMAN
+Definitely.
+
+IS MARILYN MONROE DEAD
+Certainly.
+
+IS MARILYN MONROE ATTRACTIVE
+Definitely.
+
+IS YAHOO A SEARCH SERVICE
+Exactly.
+
+IS WALKING SLOWER THAN RUNNING
+Positively.
+
+IS BALL ROUND
+Affirmative.
+
+IS 40 PLUS FORTY EIGHTY
+Definitely.
+
+IS 40 12 EQUAL TO 28
+Definitely.
+
+IS INDIA A RELIGIOUS COUNTRY
+Exactly.
+
+IS INDIA A GREAT COUNTRY
+Positively.
+
+IS PRESIDENT CLINTON A DEMOCRAT
+Positively.
+
+IS PRESIDENT CLINTON A MAN
+Certainly.
+
+IS 8 AN EVEN NUMBER
+Certainly.
+
+IS 8 IS GREATER THAN 3
+Affirmative.
+
+IS SARIN GAS HARMFUL TO HUMANS
+Certainly.
+
+IS 12 GREATER THAN 9
+Positively.
+
+IS 12 INCHES A FOOT
+Certainly.
+
+IS 12 INCHES EQUAL TO ONE FOOT
+Positively.
+
+IS GUATEMALA SOUTH OF MEXICO
+Definitely.
+
+IS COCA COLA SWEET
+Certainly.
+
+IS COCA COLA CARBONATED
+Definitely.
+
+IS COCA COLA A CARBONATED BEVERAGE
+Certainly.
+
+IS COCA COLA BAD FOR YOUR TEETH
+Definitely.
+
+IS LINUX OPEN SOURCE SOFTWARE
+Definitely.
+
+IS LINUX USER DEVELOPED
+Exactly.
+
+IS LINUX SUPERIOR TO WINDOWS
+Affirmative.
+
+IS LINUX A MULTITASKING OS
+Positively.
+
+IS LINUX A GOOD OS
+Definitely.
+
+IS LINUX A GOOD PRODUCT
+Positively.
+
+IS LINUX A TYPE OF OPERATING SYSTEM
+Positively.
+
+IS LINUX A GREAT OPERATING SYSTEM
+Positively.
+
+IS LINUX AN OPEN SOURCE KERNEL
+Exactly.
+
+IS LINUX AN OPERATIVE SYSTEM
+Definitely.
+
+IS LINUX AN OPERATING SYSTEM
+Positively.
+
+IS LINUX AN OPPERATING SYSTEM
+Affirmative.
+
+IS LINUX MULTI USER
+Affirmative.
+
+IS LINUX BECOMING INCREASINGLY POPULAR
+Certainly.
+
+IS LINUX UNIX BASED
+Definitely.
+
+IS PHILOSOPHY TAUGHT IN UNIVERSITIES
+Positively.
+
+IS FRED FLINTSTONE A CARTOON CHARACTER
+Definitely.
+
+IS FRED FLINSTONE FAT
+Definitely.
+
+IS BERKELEY IN CALIFORNIA
+Certainly.
+
+IS BERKELEY A CITY IN CALIFORNIA
+Positively.
+
+IS IRON MAGNETIC
+Definitely.
+
+IS IRON FERROUS
+Certainly.
+
+IS IRON A CHEMICAL ELEMENT
+Positively.
+
+IS IRON OXIDE ANOTHER NAME FOR RUST
+Definitely.
+
+IS IRON METAL
+Affirmative.
+
+IS QUAKE A VIDEO GAME
+Definitely.
+
+IS READING FUNDAMENTAL
+Definitely.
+
+IS READING A VALUABLE ACTIVITY
+Definitely.
+
+IS READING FUN
+Certainly.
+
+IS BOSTON THE CAPITAL OF MASSACHUSETTS
+Exactly.
+
+IS BOSTON A CITY IN MASSACHUSETTS
+Positively.
+
+IS BOSTON A CITY
+Affirmative.
+
+IS BOSTON ON THE EAST COAST
+Certainly.
+
+IS SEGA A VIDEO GAME COMPANY
+Certainly.
+
+IS BUGS BUNNY FAMOUS
+Certainly.
+
+IS GOOD THE OPPOSITE OF EVIL
+Positively.
+
+IS GOOD A RELATIVE TERM
+Positively.
+
+IS GOOD SLEEP ESSENTIAL FOR HEALTH
+Exactly.
+
+IS MOTORBIKING DANGEROUS
+Definitely.
+
+IS RETREAT AN OPTION
+Exactly.
+
+IS ANTIFREEZE ETHYLENE GLYCOL POISONOUS
+Definitely.
+
+IS MADAGASCAR AN ISLAND
+Positively.
+
+IS RESPIRATION ESSENTIAL TO HUMAN LIFE
+Affirmative.
+
+IS PESPIRATION IMPORTANT
+Exactly.
+
+IS FROZEN WATER COLD
+Affirmative.
+
+IS PISS THE SAME AS URINE
+Certainly.
+
+IS MALE THE OPPOSITE OF FEMALE
+Certainly.
+
+IS WASHINGTON IN AMERICA
+Affirmative.
+
+IS WASHINGTON D C IN THE UNITED STATES
+Affirmative.
+
+IS GARFIELD ORANGE
+Certainly.
+
+IS CHEDDAR A TYPE OF CHEESE
+Positively.
+
+IS JIMI HENDRIX A ROCK STAR
+Definitely.
+
+IS 2 THE SQUARE ROOT OF 4
+Certainly.
+
+IS 2 A RATIONAL NUMBER
+Positively.
+
+IS 2 A PRIME NUMBER
+Definitely.
+
+IS 2 AN EVEN NUMBER
+Affirmative.
+
+IS 2 TIMES 10 EQUAL 20
+Definitely.
+
+IS 2 TIMES 2 EQUAL TO 4
+Certainly.
+
+IS PEZ IS A BRAND OF CANDY
+Certainly.
+
+IS ANA A GIRLS NAME
+Positively.
+
+IS TELEVISION MAINLY FOR ENTERTAINMENT
+Certainly.
+
+IS OAK A KIND OF TREE
+Positively.
+
+IS HEAT ENERGY
+Positively.
+
+IS LEAP YEAR EVERY FOUR YEARS
+Certainly.
+
+IS ARCHERY AN OLYMPIC SPORT
+Certainly.
+
+IS DEEP BLUE THE NAME OF A COMPUTER
+Positively.
+
+IS JACK A MALE NAME
+Positively.
+
+IS EARTHLINK AN ISP
+Exactly.
+
+IS SNOW THE COLOR WHITE
+Affirmative.
+
+IS SNOW A FROZEN WATER
+Certainly.
+
+IS SNOW A FORM OF WATER
+Certainly.
+
+IS SNOW MADE OF FROZEN WATER
+Definitely.
+
+IS SNOW USAUALLY WHITE
+Definitely.
+
+IS SNOW IS COLD
+Certainly.
+
+IS SNOW WHITE IN COLOR
+Affirmative.
+
+IS SNOW ON EARTH FROZEN WATER
+Definitely.
+
+IS PHOENIX A CITY IN ARIZONA
+Certainly.
+
+IS GUACAMOLE EDIBLE
+Definitely.
+
+IS MARCH THE THIRD MONTH OF THE YEAR
+Affirmative.
+
+IS BASIL A PLANT
+Positively.
+
+IS BASIL AN HERB
+Positively.
+
+IS ENCRYPTION A WAY TO KEEP DATA SECRET
+Certainly.
+
+IS HATE OFTEN DERIVED FROM IGNORANCE
+Positively.
+
+IS MAHOGANY A TYPE OF WOOD
+Certainly.
+
+IS CANADA PART OF NORTH AMERICA
+Certainly.
+
+IS CANADA IN NORTH AMERICA
+Certainly.
+
+IS CANADA A NICE PLACE TO LIVE
+Definitely.
+
+IS CANADA A GOOD PLACE TO LIVE
+Affirmative.
+
+IS CANADA A COLD COUNTRY
+Affirmative.
+
+IS CANADA A COUNTRY
+Affirmative.
+
+IS CANADA A NATION
+Positively.
+
+IS CANADA A LARGE COUNTRY
+Positively.
+
+IS CANADA COLD IN THE WINTER
+Affirmative.
+
+IS CANADA NEXT TO THE UNITED STATES
+Affirmative.
+
+IS CANADA LOCATED ABOVE THE EQUATOR
+Certainly.
+
+IS CANADA IS FURTHER NORTH THAN THE US
+Definitely.
+
+IS CANADA NORTH OF THE UNITED STATES
+Affirmative.
+
+IS CANADA NORTH OF THE USA
+Definitely.
+
+IS CANADA NORTH OF MEXICO
+Certainly.
+
+IS AMAZON DOT COM A BUSINESS
+Affirmative.
+
+IS ROLLING STONE A MAGAZINE
+Positively.
+
+IS NETSCAPE A BROWSER
+Affirmative.
+
+IS ROOT BEER A TYPE OF SODA
+Exactly.
+
+IS OREGANO AN ITALIAN SPICE
+Affirmative.
+
+IS CATHOLICISM A RELIGION
+Certainly.
+
+IS ARISTOTLE DEAD
+Certainly.
+
+IS COURAGE AN IMPORTANT HUMAN QUALITY
+Definitely.
+
+IS ORIGAMI DONE WITH PAPER
+Positively.
+
+IS SOYMILK GOOD FOR YOU
+Positively.
+
+IS GERMANY INSIDE EUROPE
+Positively.
+
+IS GERMANY A EUROPEAN COUNTRY
+Certainly.
+
+IS GERMANY A MODERN COUNTRY
+Affirmative.
+
+IS GERMANY A PART OF EUROPE
+Definitely.
+
+IS GERMANY A DEMOCRATIC COUNTRY
+Affirmative.
+
+IS GERMANY A GOOD COUNTRY TO LIVE IN
+Positively.
+
+IS GERMANY A MEMBER OF THE EU
+Positively.
+
+IS GERMANY A COUNTRY
+Certainly.
+
+IS FUR CONSIDERED HAIR
+Exactly.
+
+IS TOLKEIN A GREAT WRITER
+Affirmative.
+
+IS INTELIGENCE SUBJECTIVE
+Positively.
+
+IS MATH A COURSE IN SCHOOL
+Positively.
+
+IS PHOTOSHOP MADE BY ADOBE CORPORATION
+Positively.
+
+IS PORK FROM PIGS
+Affirmative.
+
+IS RORY GALLAGHER DEAD
+Positively.
+
+IS FRENCH SPOKEN IN FRANCE
+Affirmative.
+
+IS FRENCH SPOKEN OUTSIDE OF FRANCE
+Definitely.
+
+IS FRENCH A EUROPEAN LANGUAGE
+Positively.
+
+IS FRENCH COMMONLY SPOKEN IN QUEBEC
+Certainly.
+
+IS ELVIS THE KING OF ROCK AND ROLL
+Definitely.
+
+IS ELVIS A SINGER
+Positively.
+
+IS PEE YELLOW
+Exactly.
+
+IS HELL HOT
+Exactly.
+
+IS HELL A BAD PLACE
+Definitely.
+
+IS REALITY REAL
+Certainly.
+
+IS RICE A GRAIN
+Certainly.
+
+IS IRAN A MOSLEMIC COUNTRY
+Definitely.
+
+IS BRITTANY SPEARS A SINGER
+Positively.
+
+IS NINTENDO A VIDEOGAME COMPANY
+Certainly.
+
+IS QUEEN A ROCK BAND
+Positively.
+
+IS ROME IN EUROPE
+Positively.
+
+IS MONTREAL IN QUEBEC CANADA
+Positively.
+
+IS MONTREAL IN CANADA
+Certainly.
+
+IS MONTREAL A CITY OF CANADA
+Certainly.
+
+IS WINNIE THE POOH A BEAR
+Definitely.
+
+IS MADDONA A SINGER
+Positively.
+
+IS EATING BROCCOLI HEALTHFUL
+Positively.
+
+IS SKIN SEMI PERMEABLE
+Positively.
+
+IS IBM IS A CORPORATION
+Positively.
+
+IS 999 LESS THAN 9999
+Certainly.
+
+IS SKY ON EARTH BLUE
+Certainly.
+
+IS JAMES BOND A FICTIONAL CHARACTER
+Affirmative.
+
+IS SEATTLE IN WASHINGTON
+Positively.
+
+IS SEATTLE LOCATED IN WASHINGTON STATE
+Positively.
+
+IS MIKE A MAN
+Definitely.
+
+IS CREDIT CARD FRAUD ILLEGAL
+Positively.
+
+IS ABRADESFSDS A MEANINGLESS WORD
+Exactly.
+
+IS SCALE A MUSICAL TERM
+Definitely.
+
+IS BAKING A METHOD OF COOKING FOOD
+Definitely.
+
+IS INK INKY
+Positively.
+
+IS BUTTER A DAIRY PRODUCT
+Positively.
+
+IS MOON ROUND
+Positively.
+
+IS LOUISVILLE A CITY IN KENTUCKY
+Definitely.
+
+IS MERCURY THE FIRST PLANET
+Exactly.
+
+IS MERCURY LIQUID AT ROOM TEMPERATURE
+Definitely.
+
+IS MERCURY A LIQUID METAL
+Certainly.
+
+IS MERCURY A BASIC ELEMENT
+Positively.
+
+IS MERCURY A CHEMICAL
+Definitely.
+
+IS MERCURY A METAL
+Positively.
+
+IS MERCURY A PLANET
+Affirmative.
+
+IS MERCURY AN ELEMENT
+Definitely.
+
+IS SUPERMAN A SUPERHERO
+Positively.
+
+IS SUPERMAN IS A FICTITIOUS CHARACTOR
+Affirmative.
+
+IS SMOKING HARMFUL TO YOUR HEALTH
+Positively.
+
+IS SMOKING HARMFUL TO OVERALL HEALTH
+Certainly.
+
+IS SMOKING DANGEROUS AND ANTISOCIAL
+Positively.
+
+IS SMOKING DANGEROUS
+Certainly.
+
+IS SMOKING AN UNHEALTHY HABIT
+Definitely.
+
+IS SMOKING POT LEGAL IN AMSTERDAM
+Positively.
+
+IS SMOKING BAD TO HEALTH
+Definitely.
+
+IS KARLSRUHE A CITY IN GERMANY
+Exactly.
+
+IS AFRICA POPULATED BY AFRICANS
+Certainly.
+
+IS AFRICA SOUTH OF EUROPE
+Certainly.
+
+IS AFRICA SOUTH OF SPAIN
+Certainly.
+
+IS ELECTRICITY MEASURED BY VOLTS
+Definitely.
+
+IS ELECTRICITY THE FLOW OF ELECTRONS
+Positively.
+
+IS ELECTRICITY DANGEROUS TO HUMANS
+Certainly.
+
+IS ELECTRICITY DANGEROUS
+Definitely.
+
+IS ELECTRICITY TERRIFIC
+Definitely.
+
+IS ELECTRICITY CONDUCTED OVER WIRES
+Positively.
+
+IS BATMAN A GOOD GUY
+Affirmative.
+
+IS BATMAN A FICTIONAL CHARACTER
+Certainly.
+
+IS DVD BETTER QUALITY THAN VHS
+Definitely.
+
+IS DVD BETTER THAN VHS
+Definitely.
+
+IS CR THE SYMBOL FOR CHROMIUM
+Definitely.
+
+IS ABBA A POP GROUP
+Certainly.
+
+IS TASTE ONE OF THE FIVE HUMAN SENSES
+Positively.
+
+IS TASTE RELATIVE
+Positively.
+
+IS TAR BLACK
+Affirmative.
+
+IS BRIAN A BOYS NAME
+Affirmative.
+
+IS TAOISM AN ANCIENT CHINESE PHILOSOPHY
+Certainly.
+
+IS SMELL A SENSE
+Affirmative.
+
+IS UV LIGHT DANGEROUS TO HUMANS
+Definitely.
+
+IS UV RADIATION CAUSE SKIN CANCER
+Definitely.
+
+IS COCK ANOTHER WORD FOR A PENIS
+Certainly.
+
+IS MONTANA A REAL PLACE
+Definitely.
+
+IS LITERACY IMPORTANT
+Positively.
+
+IS ISTANBUL A CITY IN TURKEY
+Positively.
+
+IS ISTANBUL CLOSE TO A FAULT LINE
+Positively.
+
+IS CARTOGRAPHY IS THE STUDY OF MAPS
+Affirmative.
+
+IS EDINBURGH THE CAPITAL OF SCOTLAND
+Positively.
+
+IS SWAHILI A LANGUAGE
+Affirmative.
+
+IS SACRAMENTO IN NORTHERN CALIFORNIA
+Definitely.
+
+IS SACRAMENTO A CITY IN CALIFORNIA
+Affirmative.
+
+IS PUNK A GENRE OF MUSIC
+Affirmative.
+
+IS MICHAEL JACKSON FAMOUS
+Positively.
+
+IS MICHAEL JACKSON BLACK
+Positively.
+
+IS SOFTWARE PIRACY ILLEGAL
+Positively.
+
+IS PASTA A STAPLE OF ITALIAN COOKING
+Positively.
+
+IS PASTA TASTY
+Certainly.
+
+IS JUDISM A RELIGION
+Exactly.
+
+IS YELLOW YELLOW
+Positively.
+
+IS YELLOW THE COLOR OF CAUTION
+Definitely.
+
+IS YELLOW A BRIGHT COLOR
+Certainly.
+
+IS YELLOW AND BLUE MAKE GREEN
+Positively.
+
+IS LEARNING A COGNITIVE PROCESS
+Definitely.
+
+IS LEARNING TO READ WORTHWHILE
+Certainly.
+
+IS LEARNING FUN
+Positively.
+
+IS BRENDA A GIRLS NAME
+Positively.
+
+IS YEMEN A COUNTRY
+Affirmative.
+
+IS JAZZ MUSIC
+Affirmative.
+
+IS JAZZ A GENRE OF MUSIC
+Certainly.
+
+IS CRYING AN EXPRESSION OF EMOTION
+Certainly.
+
+IS GUM CHEWY
+Affirmative.
+
+IS PIXEL SHORT FOR PICTURE ELEMENT
+Definitely.
+
+IS 100 MBIT FASTER THAN 10 MBIT
+Affirmative.
+
+IS 100 DECIBELS LOUD
+Positively.
+
+IS 100 MINUS 172 A NEGATIVE NUMBER
+Certainly.
+
+IS 100 GREATER THAN 10
+Affirmative.
+
+IS PAM A GIRLS NAME
+Certainly.
+
+IS GOLF A SPORT
+Certainly.
+
+IS GULLIBLE FOUND IN MOST DICTIONARIES
+Certainly.
+
+IS TETRIS A GAME
+Certainly.
+
+IS MURDER IN COLD BLOOD WRONG
+Affirmative.
+
+IS MURDER EVIL
+Exactly.
+
+IS MURDER A FELONY IN THE YOU S
+Definitely.
+
+IS MURDER A SIN
+Exactly.
+
+IS MURDER SPELLED BACKWARDS REDRUM
+Certainly.
+
+IS GROUND POLLUTION AN URBAN PROBLEM
+Definitely.
+
+IS URINE YELLOW
+Certainly.
+
+IS BRUSSEL IN BELGIUM
+Definitely.
+
+IS DISNEYLAND A FUN PLACE TO VISIT
+Definitely.
+
+IS SCIENCE GOOD FOR MANKIND
+Certainly.
+
+IS YOUR REFRIDGERATOR RUNNING
+Positively.
+
+IS YOUR SKIN WARM
+Certainly.
+
+IS YOUR NAME IMPORTANT TO YOU
+Certainly.
+
+IS YOUR MOTHER A WOMAN
+Positively.
+
+IS YOUR FATHER OLDER THAN YOU
+Positively.
+
+IS YOUR COMPUTER TURNED ON
+Positively.
+
+IS RICHARD A BOYS NAME
+Certainly.
+
+IS FLORIDA HOT
+Exactly.
+
+IS FLORIDA THE SUNSHINE STATE
+Positively.
+
+IS NEON ONE OF THE NOBLE GASES
+Positively.
+
+IS BACTERIA A LIFE FORM
+Definitely.
+
+IS METALICA A FAMOUS ROCK BAND
+Certainly.
+
+IS MARRIAGE A SACRAMENT
+Definitely.
+
+IS MATHEMATICS A UNIVERAL LANGUAGE
+Definitely.
+
+IS BORING THE OPPOSITE OF EXCITING
+Exactly.
+
+IS MATISSE A PAINTER
+Positively.
+
+IS TIME RELATIV
+Affirmative.
+
+IS TIME REALTIVE
+Definitely.
+
+IS TIME A MAGAZINE
+Positively.
+
+IS TIME THOUGHT OF AS THE 4TH DIMENSION
+Certainly.
+
+IS TIME IS THE FOURTH DIMENSION
+Positively.
+
+IS TIME RELATIVE TO SPACE
+Definitely.
+
+IS TIME RELATIVE
+Positively.
+
+IS DEBUGGING COMPUTER PROGRAMS TEDIOUS
+Definitely.
+
+IS CAFFINE A STIMULANT
+Definitely.
+
+IS TYPING IN BLOCK CAPS CONSIDERED RUDE
+Positively.
+
+IS COAL A MINED MINERAL
+Definitely.
+
+IS JUNK E MAIL ANNOYING
+Certainly.
+
+IS GOD A CONCEPT
+Positively.
+
+IS GOD DOG SPELT BACKWARDS
+Affirmative.
+
+IS HAVANA THE CAPITAL OF CUBA
+Certainly.
+
+IS UKRAINIAN A LANGUAGE
+Definitely.
+
+IS MARY THE MOTHER OF BIBLICAL JESUS
+Positively.
+
+IS MARY A FEMALE NAME
+Affirmative.
+
+IS NEPAL AN ASIAN COUNTRY
+Exactly.
+
+IS TACT GOOD
+Certainly.
+
+IS SLEET FROZEN RAIN
+Certainly.
+
+IS PIE CRUST PASTRY
+Affirmative.
+
+IS HYDROGEN THE FIRST ELEMENT
+Positively.
+
+IS HYDROGEN IS FLAMMABLE
+Definitely.
+
+IS HYDROGEN LIGHTER THAN OXOGEN
+Certainly.
+
+IS HYDROGEN FUSION DIFFICULT TO PRODUCE
+Definitely.
+
+IS TEQUILLA AN ALCOHOLIC BEVERAGE
+Definitely.
+
+IS DESSERT USUALLLY SWEET
+Definitely.
+
+IS JAM SWEET
+Positively.
+
+IS BASEBALL PLAYED IN THE UNITED STATES
+Positively.
+
+IS BASEBALL A GAME
+Affirmative.
+
+IS IVAN THE RUSSIAN NAME
+Exactly.
+
+IS HUMOUR FUNNY
+Certainly.
+
+IS METHANE A GREENHOUSE GAS
+Certainly.
+
+IS WOLFGANG AMADEUS MOZART A COMPOSER
+Definitely.
+
+IS PEPPER A FOOD ITEM
+Exactly.
+
+IS PEPPER SPICY
+Exactly.
+
+IS CONSTRUCTION WORK NOISY
+Certainly.
+
+IS BREAD A TYPE OF FOOD
+Affirmative.
+
+IS BREAD MADE WITH YEAST
+Exactly.
+
+IS BREAD MADE OF WHEAT
+Certainly.
+
+IS BREAD MADE FROM FLOUR
+Positively.
+
+IS STAR WARS BOTH A BOOK AND A MOVIE
+Positively.
+
+IS STAR WARS A SCIENCE FICTION MOVIE
+Positively.
+
+IS STAR WARS IS A SCIENCE FICTION MOVIE
+Affirmative.
+
+IS STAR TREK A MOVIE SERIES
+Positively.
+
+IS STAR TREK A TELEVISION SERIES
+Positively.
+
+IS STAR TREK A POPULAR SHOW
+Positively.
+
+IS THIEVERY A CRIME
+Definitely.
+
+IS DOG GOD SPELLED BACKWARDS
+Certainly.
+
+IS DOG BOTH AN ANIMAL AND A NOUN
+Definitely.
+
+IS SATR TREK POPULAR
+Affirmative.
+
+IS ONE MILLION DOLLARS A LOT OF MONEY
+Definitely.
+
+IS ONE MANS TRASH ANOTHER MANS TREASURE
+Positively.
+
+IS ONE THE ATOMIC NUMBER OF HYDROGEN
+Definitely.
+
+IS ONE A NUMBER
+Affirmative.
+
+IS ONE A WHOLE NUMBER
+Definitely.
+
+IS ONE AND ONE TWO
+Certainly.
+
+IS ONE AND ONE AND ONE THREE
+Affirmative.
+
+IS ONE AND ONE EQUAL TO TWO
+Certainly.
+
+IS ONE HALF LARGER THAN ONE THIRD
+Affirmative.
+
+IS ONE LESS THAN TEN
+Affirmative.
+
+IS ONE DOLLAR MORE THAN FIFTY CENTS
+Affirmative.
+
+IS ONE EQUAL TO 1
+Definitely.
+
+IS ONE EQUAL TO ONE
+Certainly.
+
+IS ICH GERMAN FOR I
+Positively.
+
+IS FETA A TYPE OF CHEESE
+Exactly.
+
+IS VOLKSWAGEN AN EUROPEAN CAR
+Positively.
+
+IS VISHNU A HINDU GOD
+Certainly.
+
+IS HONOLULU THE CAPITAL OF HAWAII
+Positively.
+
+IS DES MOINES A CITY
+Definitely.
+
+IS VIENNA THE CAPITAL OF AUSTRIA
+Certainly.
+
+IS VIENNA A TOWN
+Definitely.
+
+IS ENVY AN EMOTION
+Definitely.
+
+IS CHILE IN AN EARTHQUAKE ZONE
+Positively.
+
+IS CHILE A SPANISH SPEAKING COUNTRY
+Exactly.
+
+IS MIND PIXEL INTERESTING
+Positively.
+
+IS TUBERCULOSIS A CONTAGIOUS DISEASE
+Positively.
+
+IS STEPHANIE A GIRL
+Definitely.
+
+IS THIS IN BOLD
+Certainly.
+
+IS THIS TEXT BOLD
+Certainly.
+
+IS THIS TEXT
+Affirmative.
+
+IS THIS THE YEAR 2000
+Certainly.
+
+IS THIS EXPERIMENT GOING TO WORK
+Exactly.
+
+IS THIS A YES NO QUESTION
+Certainly.
+
+IS THIS A ALICE
+Definitely.
+
+IS THIS A QUESTION
+Certainly.
+
+IS THIS A SILLY QUESTION
+Positively.
+
+IS THIS A RESEARCH SITE
+Certainly.
+
+IS THIS QUESTION ASKING A QUESTION
+Positively.
+
+IS THIS QUESTION WRITTEN IN ENGLISH
+Definitely.
+
+IS THIS AN INTERACTIVE ACTIVITY
+Definitely.
+
+IS THIS SITE WWW DOT ALICE DOT COM
+Certainly.
+
+IS THIS THING WORKING
+Definitely.
+
+IS THIS SENTENCE IS FALSE A PARADOX
+Certainly.
+
+IS THIS SENTENCE LEGIBLE
+Exactly.
+
+IS 7 THE SQUARE ROOT OF 49
+Definitely.
+
+IS 7 A PRIME NUMBER
+Definitely.
+
+IS 7 PRIME
+Certainly.
+
+IS 7 GREATER THAN 6
+Affirmative.
+
+IS 7 LESS THAN 9
+Affirmative.
+
+IS 7 LESS THAN 8
+Positively.
+
+IS BRUSSELS THE CAPITAL OF BELGIUM
+Certainly.
+
+IS ITALY IN EUROPE. INTERJECTION
+Positively.
+
+IS ITALY A BEAUTIFUL COUNTRY
+Positively.
+
+IS ITALY A MEMBER OF THE EUROPEAN UNION
+Definitely.
+
+IS ITALY A GREAT COUNTRY
+Exactly.
+
+IS MEAT A PRODUCT OF ANIMALS
+Positively.
+
+IS MEAT NUTRITOUS TO EAT
+Positively.
+
+IS MEAT MADE FROM ANIMALS
+Positively.
+
+IS POOP BROWN
+Definitely.
+
+IS GREEK A LANGUAGE
+Exactly.
+
+IS BUENOS AIRES IN ARGENTINA
+Affirmative.
+
+IS BILL CLINTON PRESIDENT OF THE USA
+Positively.
+
+IS BILL CLINTON PRESIDENT OF AMERICA
+Definitely.
+
+IS BILL CLINTON PRESIDENT
+Definitely.
+
+IS BILL CLINTON THE PRESIDENT OF THE US
+Certainly.
+
+IS BILL CLINTON THE PRESIDENT OF USA
+Certainly.
+
+IS BILL CLINTON THE PRESIDENT
+Certainly.
+
+IS BILL CLINTON A PRESIDENT
+Positively.
+
+IS BILL CLINTON A DEMOCRAT
+Positively.
+
+IS BILL CLINTON AN ADULTERER
+Exactly.
+
+IS BILL CLINTON FROM ARKANSAS
+Certainly.
+
+IS BILL GATES THE FOUNDER OF MICROSOFT
+Definitely.
+
+IS BILL GATES HUMAN
+Positively.
+
+IS BILL GATES A CRIMINAL
+Certainly.
+
+IS BILL GATES A HUMAN
+Positively.
+
+IS BILL GATES A BILLIONAIRE
+Affirmative.
+
+IS BILL GATES WEALTHY
+Certainly.
+
+IS BILL COSBY A FAMOUS COMEDIAN
+Certainly.
+
+IS TLA A THREE LETTER ACRONYM
+Positively.
+
+IS SORROW AN EMOTION
+Positively.
+
+IS MALAYSIA A COUNTRY
+Affirmative.
+
+IS DENMARK A CONTRY
+Affirmative.
+
+IS DENMARK A LITTLE COUNTRY
+Positively.
+
+IS DENMARK NICE
+Definitely.
+
+IS XENA A TV SHOW
+Affirmative.
+
+IS DIABLO 2 A GAME
+Positively.
+
+IS DIABLO II A COMPUTER GAME
+Certainly.
+
+IS CIGARETTE SMOKING BAD FOR YOU
+Positively.
+
+IS PORTLAND IN OREGON
+Positively.
+
+IS PORTLAND OREGON A WET CITY
+Certainly.
+
+IS 5000 GREATER THAN 300
+Certainly.
+
+IS TONY BLAIR A MAN
+Exactly.
+
+IS FOOD DELICIOUS
+Exactly.
+
+IS FOOD GOOD
+Affirmative.
+
+IS FOOD NECESSARY FOR LIFE
+Certainly.
+
+IS FOOD IMPORTANT TO PEOPLE
+Affirmative.
+
+IS DENVER THE CAPITAL OF COLORADO
+Positively.
+
+IS GLOBAL WARMING A REAL PHENOMENON
+Positively.
+
+IS GLOBAL WARMING OCCURING
+Exactly.
+
+IS GLOBAL WARMING REAL
+Exactly.
+
+IS SLEEP A CURE FOR FATIGUE
+Certainly.
+
+IS SLEEP GOOD
+Certainly.
+
+IS SLEEP NECESSARY
+Affirmative.
+
+IS NAPSTER A GOOD THING
+Definitely.
+
+IS NAPSTER A FILE SHARING SERVICE
+Positively.
+
+IS NAPSTER A FILE SHARING PROGRAM
+Definitely.
+
+IS STEALING CARS A CRIME
+Affirmative.
+
+IS STEALING ILLEAGAL
+Definitely.
+
+IS STEALING BAD
+Definitely.
+
+IS COMPUTER SCIENCE INTERESTING
+Definitely.
+
+IS COMPUTER A COMMUNICATION DEVICE
+Exactly.
+
+IS FRANK SINATRA A SINGER
+Certainly.
+
+IS SKOPJE A CITY
+Definitely.
+
+IS FIBER FOUND IN BOTH FOOD AND CARPET
+Positively.
+
+IS ESPIONAGE PUNISHABLE IN YOUR COUNTRY
+Positively.
+
+IS BREAKFAST THE FIRST MEAL OF THE DAY
+Affirmative.
+
+IS OREGON A STATE IN THE US
+Certainly.
+
+IS OREGON A STATE
+Positively.
+
+IS SPANISH SPOKEN IN URUGUAY
+Exactly.
+
+IS SPANISH A SPOKEN LANGUAGE
+Definitely.
+
+IS ALF A PUPPET
+Certainly.
+
+IS SUN YELLOW
+Definitely.
+
+IS SUN IS YELLOW
+Certainly.
+
+IS LIMA THE CAPITAL OF PERU
+Positively.
+
+IS CANNES IN FRANCE
+Positively.
+
+IS FIRE HOT TO TOUCH
+Exactly.
+
+IS FIRE A USEFUL TOOL
+Certainly.
+
+IS FIRE A GOOD THING
+Definitely.
+
+IS FIRE A FORM OF COMBUSTION
+Positively.
+
+IS FIRE HOTTER THAN ICE
+Definitely.
+
+IS FIRE BURNING
+Positively.
+
+IS 16 TIMES 16 EQUAL 256
+Positively.
+
+IS CELERY CRUNCHY
+Positively.
+
+IS TIC TAC TOE A GAME
+Positively.
+
+IS RAW SEWAGE A HEALTH HAZARD
+Certainly.
+
+IS 1 THE CUBE ROOT OF 1
+Definitely.
+
+IS 1 MINUS 172 A NEGATIVE NUMBER
+Certainly.
+
+IS 1 PLUS 1 EQUAL TO 2
+Affirmative.
+
+IS 1 PLUS 1 EQUAL TO ONE PLUS ONE
+Definitely.
+
+IS 1 A NUMBER DIGIT
+Certainly.
+
+IS 1 2 LESS THAN POINT 79
+Positively.
+
+IS 1 GREATER THAN ZERO
+Certainly.
+
+IS 1 GREATER THAN 0
+Affirmative.
+
+IS 1 000 000 A LARGE NUMBER
+Positively.
+
+IS 1 000 000 000 A LARGE NUMBER
+Definitely.
+
+IS 1 LESS THAN 2
+Certainly.
+
+IS LEMON SOUR
+Positively.
+
+IS UNIX A TYPE OF OPERATING SYSTEM
+Affirmative.
+
+IS RUNNNIG FASTER THAN WALKING
+Certainly.
+
+IS SANDPAPER ROUGH
+Certainly.
+
+IS ISLAM A MONOTHEISTIC RELIGION
+Exactly.
+
+IS ISLAM A PROMINENT RELIGION IN SYRIA
+Certainly.
+
+IS CATS A MUSICALS
+Definitely.
+
+IS COLD THE ABSENCE OF HEAT
+Definitely.
+
+IS COLD COLD
+Certainly.
+
+IS QWERTY A TYPE OF KEYBOARD
+Certainly.
+
+IS BREATH NECESSARY TO SUPPORT LIFE
+Exactly.
+
+IS CHLOROPHYLL GREEN
+Certainly.
+
+IS MICROSOFT A WELL KNOWN COMPANY
+Positively.
+
+IS MICROSOFT A SOFTWARE GIANT
+Certainly.
+
+IS MICROSOFT A SOFTWARE COMPANY
+Positively.
+
+IS MICROSOFT CREATOR OF WINDOWS
+Positively.
+
+IS MATTER MADE OF ATOMS
+Definitely.
+
+IS TOKYO THE CAPITOL OF JAPAN
+Affirmative.
+
+IS TOKYO THE CAPITAL OF JAPAN
+Positively.
+
+IS TOKYO CITY IN JAPAN
+Positively.
+
+IS ERNEST HEMINGWAY DEAD
+Definitely.
+
+IS EMAIL A FAST FORM OF COMMUNICATION
+Positively.
+
+IS EMAIL AN ELECTRONIC FORM OF MAIL
+Affirmative.
+
+IS EMAIL FASTER THAN SNAIL MAIL
+Definitely.
+
+IS SINEAD AN IRISH NAME
+Definitely.
+
+IS METAL HARDER THAN WOOD
+Definitely.
+
+IS METAL HARD
+Positively.
+
+IS NUCLEAR WAR BAD
+Affirmative.
+
+IS BRASIL A NICE COUNTRY
+Certainly.
+
+IS BMW CONSIDER EXPENSIVE
+Exactly.
+
+IS BMW A LUXURY CAR
+Affirmative.
+
+IS BMW AN EXPENSIVE CAR
+Affirmative.
+
+IS HERBIE THE LOVE BUG A CAR
+Certainly.
+
+IS OUI A FRENCH WORD FOR
+Positively.
+
+IS SOCCOR A FUN SPORT
+Definitely.
+
+IS YEAST OFTEN USED TO LEAVEN BREAD
+Definitely.
+
+IS ARTIFICIAL INTELLIGENCE POSSIBLE
+Positively.
+
+IS TECHNOLOGY A FORCE FOR CHANGE
+Certainly.
+
+IS TECHNOLOGY GOOD
+Affirmative.
+
+IS TECHNOLOGY IMPORTANT TO PROGRESS
+Positively.
+
+IS THEATRE A FORM OF ENTERTAINMENT
+Affirmative.
+
+IS CD AN ABBREVIATION FOR COMPACT DISK
+Certainly.
+
+IS TRUE TRUE
+Definitely.
+
+IS TRUE THE CONTRARY OF FALSE
+Definitely.
+
+IS TRUE AND TRUE EQUAL TO TRUE
+Certainly.
+
+IS TRUE LOVE BEAUTIFUL
+Definitely.
+
+IS TRUE LOVE WORTH LIVING FOR
+Definitely.
+
+IS PREMATURE EJACULATION EMBARRASSING
+Exactly.
+
+IS MARS THE ANCIENT ROMANS WAR GOD
+Affirmative.
+
+IS MARS THE NAME OF A CANDY BAR
+Exactly.
+
+IS MARS THE FOURTH PLANET FROM THE SUN
+Definitely.
+
+IS MARS A ROMAN GOD OF WAR
+Definitely.
+
+IS MARS A ROMAN GOD
+Definitely.
+
+IS MARS CLOSER TO THE SUN THAN PLUTO
+Definitely.
+
+IS NICCOTINE ADDICTIVE
+Definitely.
+
+IS HEROIN A DRUG
+Affirmative.
+
+IS CHARLES CHAPLIN DEAD
+Certainly.
+
+IS SHAKESPEARE A FAMOUS WRITER
+Certainly.
+
+IS SHAKESPEARE DEAD
+Positively.
+
+IS LAW SCHOOL HARD
+Exactly.
+
+IS FRUIT HEALTHY
+Affirmative.
+
+IS AMIGA A COMPUTER
+Affirmative.
+
+IS TIGER A GOOD GOLFER
+Definitely.
+
+IS TIGER WOODS A FAMOUS GOLFER
+Affirmative.
+
+IS TIGER WOODS GOOD AT GOLF
+Certainly.
+
+IS PICASSO CONSIDERED A GREAT ARTIST
+Affirmative.
+
+IS DEPLEATED URANIUM RADIOACTIVE
+Positively.
+
+IS ASPRIN A PAIN RELIEVER
+Affirmative.
+
+IS BAD THE OPPOSITE OF GOOD
+Definitely.
+
+IS INTERRACIAL DATING GOOD
+Exactly.
+
+IS SAGE A SEASONING
+Positively.
+
+IS HURTING OTHERS BAD
+Certainly.
+
+IS PLUTONIUM TOXIC
+Definitely.
+
+IS PURPLE A ROYAL COLOR
+Exactly.
+
+IS PURPLE A MIX OF RED AND BLUE
+Affirmative.
+
+IS PURPLE EQUAL PURPLE
+Certainly.
+
+IS HINDU A RELIGION
+Definitely.
+
+IS MISSOURI A STATE IN THE USA
+Positively.
+
+IS POPULATION GROWTH EXPONENTIAL
+Certainly.
+
+IS PLAYSTATION A VIDEO GAME MACHINE
+Positively.
+
+IS TREY A MEMBER OF THE BAND PHISH
+Positively.
+
+IS BRITTNEY SPEARS A SINGER
+Exactly.
+
+IS JEWEL A POP SINGER
+Definitely.
+
+IS DICK TRACY A DETECTIVE
+Certainly.
+
+IS BASS OPPOSITE TO TREBLE
+Definitely.
+
+IS LOGIC LOGICAL
+Certainly.
+
+IS LOGIC A FORM OF DEDUCTIVE REASONING
+Certainly.
+
+IS VOLVO A CAR
+Definitely.
+
+IS DEF LEPPARD A MUSIC BAND
+Certainly.
+
+IS DEF LEPPARD A BAND
+Positively.
+
+IS DILBERT A CATOON CHARACTER
+Definitely.
+
+IS CHEESE A FOOD
+Positively.
+
+IS CHEESE GOOD
+Exactly.
+
+IS CHEESE MADE FROM ANIMAL MILK
+Affirmative.
+
+IS CHEESE MADE OUT OF MILK
+Affirmative.
+
+IS HEALTH MORE IMPORTANT THAN WEALTH
+Positively.
+
+IS STEEL STRONGER THAN WOOD
+Positively.
+
+IS STEEL A CONDUCTOR
+Certainly.
+
+IS STEEL A METAL
+Certainly.
+
+IS STEEL HEAVIER THAN WATER
+Certainly.
+
+IS KASPAROV A FAMOUS CHESS PLAYER
+Positively.
+
+IS EXCALIBUR THE NAME OF A SWORD
+Positively.
+
+IS SEX WITH YOUNG GIRLS LOADS OF FUN
+Certainly.
+
+IS SEX SOMETHING THAT MOST PEOPLE WANT
+Affirmative.
+
+IS SEX THE SPICE OF LIFE
+Exactly.
+
+IS SEX HEALTHY
+Definitely.
+
+IS SEX DESIRABLE
+Affirmative.
+
+IS SEX USED FOR MORE THAN REPRODUCTION
+Certainly.
+
+IS SEX USED TO SELL PRODUCTS
+Certainly.
+
+IS SEX A HUMAN NEED
+Positively.
+
+IS SEX A GOOD FEELING
+Positively.
+
+IS SEX A PLEASANT INTERACTION
+Certainly.
+
+IS SEX A FUN THING TO DO
+Positively.
+
+IS SEX A NATURAL THING
+Definitely.
+
+IS SEX GOOD FOR YOU
+Certainly.
+
+IS SEX AN ENJOYABLE EXPERIENCE
+Positively.
+
+IS SEX SOMETIMES PROHIBITED
+Exactly.
+
+IS SEX FUN FOR MOST PEOPLE
+Positively.
+
+IS SEX FUN
+Affirmative.
+
+IS SEX GREAT
+Certainly.
+
+IS SEX OK BEFORE MARRIAGE
+Definitely.
+
+IS SEX BETTER THAN WORK
+Positively.
+
+IS RECYCLING GOOD
+Certainly.
+
+IS DIRT BROWN
+Definitely.
+
+IS HANGGLIDING A SPORT
+Exactly.
+
+IS MONTY PYTHON FUNNY
+Exactly.
+
+IS MONTY PYTHON FROM ENGLAND
+Certainly.
+
+IS POO SMELLY
+Positively.
+
+IS BASIC A PROGRAMMING LANGUAGE
+Affirmative.
+
+IS GUMBY GREEN
+Certainly.
+
+IS 11 A PRIME NUMBER
+Positively.
+
+IS 11 A PRIME
+Positively.
+
+IS 11 IS A PRIME NUMBER
+Definitely.
+
+IS RUST OXIDIZED IRON
+Certainly.
+
+IS ROD STEWART AN ARTIST
+Definitely.
+
+IS TOBACCO ADDICTIVE
+Definitely.
+
+IS TOBACCO BAD FOR YOUR HEALTH
+Affirmative.
+
+IS ARABIC SPOKEN IN SEVERAL COUNTRIES
+Affirmative.
+
+IS ARABIC A LANGUAGE
+Affirmative.
+
+IS SUMMER HOTTER THAN WINTER
+Positively.
+
+IS SUMMER USUALL HOT
+Positively.
+
+IS SUMMER WARMER THAN WINTER
+Affirmative.
+
+IS IRONING SHIRTS BORING
+Definitely.
+
+IS LUMBER A BUILDING MATERIAL
+Definitely.
+
+IS NUMBER 3 GREATER THAN NUMBER 2
+Positively.
+
+IS BULIMIA A PSYCHIATRICAL DISORDER
+Positively.
+
+IS BUNGIE JUMPING DANGEROUS
+Definitely.
+
+IS RONALD REAGAN A REPUBLICAN
+Definitely.
+
+IS DAMPNESS A FORM OF WETNESS
+Definitely.
+
+IS CHEMISTRY THE STUDY OF THE ELEMENTS
+Definitely.
+
+IS CHEMISTRY A SCIENCE
+Certainly.
+
+IS TV RECEPTION POOR IN THE MOUNTAINS
+Definitely.
+
+IS PROZAC USED TO TREAT DEPRESSION
+Certainly.
+
+IS WOOD BROWN
+Certainly.
+
+IS WOOD HARDER THAN PAPER
+Exactly.
+
+IS WOOD COMBUSTIBLE
+Certainly.
+
+IS WOOD USED TO MAKE HOUSES
+Affirmative.
+
+IS WOOD A NATURAL SUBSTANCE
+Affirmative.
+
+IS WOOD HARD
+Definitely.
+
+IS WOOD SOLID
+Exactly.
+
+IS WOOD MADE FROM TREES
+Positively.
+
+IS WOOD SOFTER THAN STEEL
+Positively.
+
+IS WOOD SOFTER THAN METAL
+Certainly.
+
+IS CANCER DEADLY
+Definitely.
+
+IS CARROT AN ORANGE ROOT VEGETABLE
+Positively.
+
+IS MENSA A VOLUNTARY HIGH IQ SOCIETY
+Definitely.
+
+IS BEEF FROM COWS
+Certainly.
+
+IS BEEF STEW DELICIOUS
+Exactly.
+
+IS NITROGEN A GAS
+Certainly.
+
+IS NITROGEN AN ELEMENT
+Certainly.
+
+IS HOMER THE FATHER OF BART
+Certainly.
+
+IS FINLAND IN EUROPE
+Certainly.
+
+IS FINLAND A COUNTRY
+Certainly.
+
+IS COUNTERFITTING ILLEGAL
+Definitely.
+
+IS FRESH WATER VALUABLE
+Exactly.
+
+IS QUININE A MEDICINE FOR MALARIA
+Positively.
+
+IS HOT HOT
+Certainly.
+
+IS HOT AN ANTONYM OF COLD
+Affirmative.
+
+IS HOT CHOCOLATE A BEVERAGE
+Certainly.
+
+IS HOT TEA GOOD FOR A SORE THROAT
+Exactly.
+
+IS CRAB CONSIDERED SEAFOOD
+Positively.
+
+IS E MAIL FASTER THAN AIR MAIL
+Affirmative.
+
+IS EVIL BAD
+Certainly.
+
+IS ELIZABETH TAYLOR A FAMOUS MOVIE STAR
+Certainly.
+
+IS TEXAS IN THE UNITED STATES
+Affirmative.
+
+IS TEXAS IN NORTH AMERICA
+Positively.
+
+IS TEXAS HOT
+Affirmative.
+
+IS SUCCESS SOMETHING SUBJECTIVE
+Certainly.
+
+IS 545 A NUMBER
+Certainly.
+
+IS GUMBO A WORD
+Definitely.
+
+IS SHOUTING LOUDER THAN WHISPERING
+Certainly.
+
+IS H20 THE CHEMICAL FORMULA FOR WATER
+Definitely.
+
+IS H20 WATER
+Certainly.
+
+IS NORTHERN IRELAND PART OF THE UK
+Definitely.
+
+IS GALLIUM ARSENIDE A SEMICONDUCTOR
+Affirmative.
+
+IS COLA BROWN
+Certainly.
+
+IS COLA A CARBONATED BEVERAGE
+Positively.
+
+IS GREENSLEEVES A SONG
+Positively.
+
+IS POPEYE A FICTITIOUS CARACTER
+Certainly.
+
+IS PLUTO A CARTOON DOG FROM DISNEY
+Certainly.
+
+IS PLUTO A PLANET IN OUR SOLAR SYSTEM
+Certainly.
+
+IS JERRY GARCIA DEAD
+Affirmative.
+
+IS JERRY SEINFELD A FAMOUS PERSON
+Definitely.
+
+IS FALSEHOOD THE OPPOSITE OF TRUTH
+Certainly.
+
+IS PRIVACY A RIGHT
+Certainly.
+
+IS WORLD WAR II OVER
+Positively.
+
+IS MOVING TO A NEW HOME STRESSFUL
+Exactly.
+
+IS KISSING SEXY
+Exactly.
+
+IS LAVA A LIQUID
+Positively.
+
+IS AMBER A GIRLS NAME
+Exactly.
+
+IS FISH AN ANIMAL
+Certainly.
+
+IS FISH HEALTHIER TO EAT THAN PORK
+Definitely.
+
+IS BAMBI IS THE STORY OF A YOUNG DEER
+Affirmative.
+
+IS CURIOUS GEORGE A FICTIONAL CHARACTER
+Certainly.
+
+IS NORWAY A COUNTRY
+Positively.
+
+IS NORWAY AN EUROPEAN COUNTRY
+Definitely.
+
+IS TOM CRUISE MARRIED TO NICOLE KIDMAN
+Positively.
+
+IS TOM CRUISE A ACTOR
+Positively.
+
+IS TOM CRUISE AN ACTOR
+Affirmative.
+
+IS FISHING A SPORT
+Definitely.
+
+IS FISHING A KIND OF RECREATION
+Certainly.
+
+IS MODERATION GOOD
+Definitely.
+
+IS CHOCLATE MADE FROM COCO BEANS
+Certainly.
+
+IS MYST A COMPUTER GAME
+Affirmative.
+
+IS SATURDAY A DAY OF THE WEEK
+Certainly.
+
+IS CHOWDER A TYPE OF SOUP
+Definitely.
+
+IS FALL A SEASON
+Positively.
+
+IS RA AN EGYPTIAN DEITY
+Definitely.
+
+IS MISTER ED A FICTIONAL CHARACTER
+Exactly.
+
+IS H2O THE SAME AS WATER
+Positively.
+
+IS NICOLE A NAME FOR A FEMALE
+Positively.
+
+IS JEWELERY EXPENSIVE
+Exactly.
+
+IS TEXT MADE OF LETTERS
+Positively.
+
+IS TEXT READABLE
+Affirmative.
+
+IS MOSCOW IN RUSSIA
+Affirmative.
+
+IS MOSCOW A CAPITAL OF RUSSIA
+Certainly.
+
+IS JAPAN ISLAND NATION
+Definitely.
+
+IS JAPAN PART OF ASIA
+Positively.
+
+IS JAPAN LOCATED IN ASIA
+Exactly.
+
+IS JAPAN BEAUTIFUL
+Exactly.
+
+IS POETRY BEAUTIFUL
+Positively.
+
+IS POETRY AN ART
+Certainly.
+
+IS DUBLIN IN IRELAND
+Certainly.
+
+IS DUBLIN THE CAPITAL CITY OF IRELAND
+Definitely.
+
+IS DUBLIN THE CAPTIAL OF IRELAND
+Certainly.
+
+IS WOMAN GIVES BIRTH TO CHILD
+Positively.
+
+IS THAT UNIVERSE ENDLESS
+Certainly.
+
+IS TRUST IMPORTANT
+Definitely.
+
+IS TRUST EARNED
+Affirmative.
+
+IS SUNSHINE NICE
+Positively.
+
+IS MANILA A CITY IN THE PHILIPPINES
+Definitely.
+
+IS VHS THE DOMINANT VIDEO STANDARD
+Definitely.
+
+IS SI THE SYMBOL FOR SILICON
+Definitely.
+
+IS EQUALS THE SAME AS EQUAL
+Affirmative.
+
+IS SUNBURN BAD FOR YOUR SKIN
+Positively.
+
+IS MAY THE FIFTH MONTH OF THE YEAR
+Affirmative.
+
+IS MAY A MONTH
+Certainly.
+
+IS FOOTBALL A GAME
+Certainly.
+
+IS FOOTBALL A POPULAR SPORT
+Certainly.
+
+IS FOOTBALL A CONTACT SPORT
+Certainly.
+
+IS FOOTBALL AN ATHLETIC SPORT
+Positively.
+
+IS FOOTBALL FUN TO PLAY AND WATCH
+Exactly.
+
+IS FETTUCINE A FORM OF PASTA
+Exactly.
+
+IS ORAL SEX PLEASUABLE
+Definitely.
+
+IS ORAL SEX ENJOYABLE
+Definitely.
+
+IS LAUGHTER UNIVERSAL
+Definitely.
+
+IS LAUGHTER A GOOD MEDICINE
+Definitely.
+
+IS KURT COBAIN NO LONGER BREATHING
+Exactly.
+
+IS HUMILITY AN ADMIRABLE QUALITY
+Exactly.
+
+IS MANHATTAN AN ISLAND
+Positively.
+
+IS RELIGION A MATTER OF FAITH
+Exactly.
+
+IS LEAD MORE DENSE THAN ALUMINIUM
+Positively.
+
+IS LEAD DENSER THAN WATER
+Definitely.
+
+IS LEAD HEAVIER THAN WATER
+Certainly.
+
+IS LEAD HEAVIER THAN ALUMINIUM
+Positively.
+
+IS LEAD POISONOUS
+Certainly.
+
+IS COCAINE AN ILLEGAL DRUG
+Affirmative.
+
+IS DINOSAURES EXTINCT
+Positively.
+
+IS ANYONE STARVING ON PLANET EARTH
+Positively.
+
+IS TUNA AVAILABLE IN CANS
+Certainly.
+
+IS TUNA OFTEN SOLD IN CANS
+Positively.
+
+IS MAUVE A COLOR
+Certainly.
+
+IS ROY CASTLE DEAD
+Certainly.
+
+IS CU THE SYMBOL FOR COPPER
+Definitely.
+
+IS QUARKXPRESS A COMPUTER PROGRAM
+Positively.
+
+IS STOCKHOLM THE CAPITAL OF SWEDEN
+Definitely.
+
+IS STOCKHOLM THE CAPITAL CITY OF SWEDEN
+Definitely.
+
+IS WATCHING THE SUN SET CALMING
+Positively.
+
+IS 20 20 NORMAL VISION
+Definitely.
+
+IS 20 20 VISION BETTER THAN MYOPIA
+Definitely.
+
+IS WINDOWS AN OS
+Exactly.
+
+IS WINDOWS CE A PRODUCT BY MICROSOFT
+Certainly.
+
+IS ADVERTISEMENT ANNOYING
+Positively.
+
+IS LYING WRONG
+Positively.
+
+IS LYING BAD
+Positively.
+
+IS SCORPIONS A MUSIC ROCK BAND
+Exactly.
+
+IS 6 THE SQUARE ROOT OF 36
+Certainly.
+
+IS 6 GREATER THAN 4
+Affirmative.
+
+IS JENNIFER ANNISTON A FEMALE
+Certainly.
+
+IS DUCT TAPE STICKY ON ONE SIDE
+Certainly.
+
+IS DUCT TAPE STICKY
+Definitely.
+
+IS OIL PRODUCED IN SAUDI ARABIA
+Affirmative.
+
+IS SAUDI ARABIA HOT
+Definitely.
+
+IS TODAY THE PRESENT
+Positively.
+
+IS AN ENIGMA A MYSTERY
+Positively.
+
+IS AN ICE CUBE COLD
+Affirmative.
+
+IS AN ALMOND A NUT
+Definitely.
+
+IS AN AIRPLANE LOUD
+Certainly.
+
+IS AN INTEL PENTIUM A COMPUTER CHIP
+Affirmative.
+
+IS AN EARRING A PIECE OF JEWELRY
+Affirmative.
+
+IS AN ATOM TOO SMALL TO SEE
+Definitely.
+
+IS AN OBOE A MUSICAL INSTRUMENT
+Definitely.
+
+IS AN ACRE A MEASUREMENT OF FARM LAND
+Affirmative.
+
+IS AN ELEPHANT BIGGER THAN A MAN
+Affirmative.
+
+IS AN ELEPHANT BIG
+Certainly.
+
+IS AN ELEPHANT LARGER THAN A BREADBOX
+Positively.
+
+IS AN ELEPHANT LARGER THAN A MAN
+Affirmative.
+
+IS AN ELEPHANT LARGER THAN A MOUSE
+Affirmative.
+
+IS AN ELEPHANT HEAVIER THAN AN ANT
+Certainly.
+
+IS AN ELEPHANT LARGE
+Affirmative.
+
+IS AN ELECTRON NEGATIVELY CHARGED
+Positively.
+
+IS AN ACACIA A PLANT
+Certainly.
+
+IS AN AIREDALE TERRIER A DOG
+Affirmative.
+
+IS AN ATLANTIC SALMON A KIND OF FISH
+Positively.
+
+IS AN APPLE A COMPUTER
+Definitely.
+
+IS AN APPLE AN EDIBLE FRUIT
+Certainly.
+
+IS AN HOUR MADE UP OF 3600 SECONDS
+Certainly.
+
+IS AN HOUR HAVE 60 MINUTES LONG
+Positively.
+
+IS AN HOUR 60 MINUTES LONG
+Certainly.
+
+IS AN ORGAN A MUSICAL INSTRUMENT
+Positively.
+
+IS AN EGG FRAGILE
+Affirmative.
+
+IS AN AXE USED TO CHOP WOOD
+Certainly.
+
+IS AN OTTER A MAMMAL
+Positively.
+
+IS AN AMPERE A UNIT OF ELECTRICTY
+Positively.
+
+IS AN INCH A MEASURE OF LENGTH
+Positively.
+
+IS AN ORGASM A POSITIVE PERCEPTION
+Exactly.
+
+IS AN OCEAN VAST
+Certainly.
+
+IS AN OCEAN FULL OF WATER
+Definitely.
+
+IS AN OCEAN LARGER THAN A LAKE
+Certainly.
+
+IS AN ITCHY ANUS ANNOYING
+Affirmative.
+
+IS AN INTERNET A NETWORK OF NETWORKS
+Positively.
+
+IS AN EDUCATION IMPORTANT
+Positively.
+
+IS AN MACINTOSH COMPUTER MADE BY APPLE
+Positively.
+
+IS AN ANACONDA A SNAKE
+Certainly.
+
+IS AN AUTOMOBILE A MACHINE
+Certainly.
+
+IS AN EARTHQUAKE SCARY
+Definitely.
+
+IS AN IMAC A COMPUTER
+Affirmative.
+
+IS AN AMD ATHLON A MICROPROCESSOR
+Definitely.
+
+IS AN INBOX FULL OF SPAM ANNOYING
+Exactly.
+
+IS AN 8 BIT NUMBER CALLED A BYTE
+Definitely.
+
+IS AN APARTMENT SOMETHING PEOPLE OWN
+Certainly.
+
+IS AN APARTMENT A TYPE OF HOME
+Positively.
+
+IS AN ANESTHETIC USED TO REDUCE PAIN
+Positively.
+
+IS AN ANDROID A TYPE OF ROBOT
+Definitely.
+
+IS AN ANT SMALLER THAN AN ELEPHANT
+Certainly.
+
+IS AN INTEGER A NMUMBER
+Definitely.
+
+IS AN ORANGE ORANGE IN COLOR
+Positively.
+
+IS AN ORANGE A CITRUS FRUIT
+Definitely.
+
+IS STEPHEN KING A WRITER
+Certainly.
+
+IS STEPHEN HAWKING A SCIENTIST
+Certainly.
+
+IS STEPHEN HAWKING A GENIUS
+Definitely.
+
+IS BLONDE HAIR CALLED GOLDEN
+Definitely.
+
+IS BLONDE A COLOR OF HAIR
+Affirmative.
+
+IS BLADE RUNNER A FILM
+Certainly.
+
+IS GAY PEOPLE CONSIDERD HUMAN
+Certainly.
+
+IS AUSTRALIA A COUNTRY
+Definitely.
+
+IS AUSTRALIA A CONTINENT
+Certainly.
+
+IS AUSTRALIA SOUTH OF THE EQUATOR
+Affirmative.
+
+IS AUSTRALIA LARGER THAN NEW ZEALAND
+Certainly.
+
+IS INGEMAR BERGMAN SWEDISH
+Exactly.
+
+IS PARAGUAY A COUNTRY IN SOUTH AMERICA
+Certainly.
+
+IS SONY A CONSUMER PRODUCTS COMPANY
+Certainly.
+
+IS SONY A COMPANY
+Definitely.
+
+IS SONY A JAPANESE COMPANY
+Affirmative.
+
+IS MASS DIFFERENT FROM VOLUME
+Exactly.
+
+IS DETROIT IN MICHIGAN
+Definitely.
+
+IS DETROIT IS A MAJOR CITY IN MICHIGAN
+Definitely.
+
+IS TORTURE PAINFUL
+Affirmative.
+
+IS EXCITE A SEARCH ENGINE
+Affirmative.
+
+IS CIAO AN ITALIAN WORD
+Certainly.
+
+IS HAL 9000 MORE FAMOUS THAN ALICE
+Exactly.
+
+IS CHLORINE A GAS
+Definitely.
+
+IS CHLORINE AN ELEMENT
+Exactly.
+
+IS APRIL THE FOURTH MONTH OF THE YEAR
+Affirmative.
+
+IS MUNICH A CITY IN GERMANY
+Certainly.
+
+IS RHUBARB RED
+Positively.
+
+IS EVEN THE PRESIDENT SAD SOMETIMES
+Certainly.
+
+IS YODA A JEDI
+Exactly.
+
+IS 113 PRIME
+Definitely.
+
+IS HONESTY MORE IMPORTANT THAN WEALTH
+Certainly.
+
+IS HONESTY A GOOD TRAIT IN HUMAN BEINGS
+Affirmative.
+
+IS HONESTY IS THE BEST POLICY
+Positively.
+
+IS VANILLA A FLAVOR
+Positively.
+
+IS COLOMBIA A COUNTRY IN SOUTH AMERICA
+Positively.
+
+IS PETROL EXPENSIVE
+Positively.
+
+IS CAIRO THE CAPITAL OF EGYPT
+Affirmative.
+
+IS CLAUDIA SCHIFFER A TOP MODEL
+Definitely.
+
+IS CLAUDIA SCHIFFER GERMAN
+Exactly.
+
+IS SATAN KNOWN TO BE EVIL
+Positively.
+
+IS CAT FUR SOFT
+Positively.
+
+IS SOMEONE CRYING OFTEN SAD
+Positively.
+
+IS SOMEONE CONVICTED OF PERJURY A LIAR
+Positively.
+
+IS SUBSONIC TRAVEL POSSIBLE
+Positively.
+
+IS SOCCER PLAYED WITH A ROUND BALL
+Certainly.
+
+IS SOCCER PLAYED WITH A BALL
+Affirmative.
+
+IS SOCCER PLAYED IN ENGLAND
+Certainly.
+
+IS SOCCER A SPORT
+Definitely.
+
+IS MR SPOCK FROM VULCAN
+Certainly.
+
+IS GROWLING A SIGN OF ANGER IN DOGS
+Definitely.
+
+IS HAMMER BOTH A NOUN AND A VERB
+Certainly.
+
+IS BEAUTIFUL THE LIFE
+Definitely.
+
+IS ROLEX AN EXPENSIVE WATCH BRAND
+Affirmative.
+
+IS CHRISTIANITY A RELIGION
+Certainly.
+
+IS CHRISTIANITY A MAJOR WORLD RELIGION
+Affirmative.
+
+IS LISTENING TO MUSIC GOOD FOR THE SOUL
+Definitely.
+
+IS LISTENING TO MUSIC GOOD FOR YOU
+Positively.
+
+IS AMIGAOS A COMPUTER OPERATING SYSTEM
+Certainly.
+
+IS LEMONADE A DRINK
+Positively.
+
+IS LEMONADE A BEVERAGE
+Certainly.
+
+IS POLAND A COUNTRY IN EUROPE
+Definitely.
+
+IS POLAND A COUNTRY
+Certainly.
+
+IS HAPPY THE OPPOSITE OF SAD
+Affirmative.
+
+IS SELF DEFENSE A BASIC RIGHT
+Certainly.
+
+IS HAWAII PART OF THE UNITED STATES
+Positively.
+
+IS HAWAII A STATE
+Positively.
+
+IS FARMING BEING INDUSTRIALIZED
+Definitely.
+
+IS CABLE MODEM FASTER THAN A TELEGRAPH
+Certainly.
+
+IS PLEASURE MORE FUN THAN PAIN
+Positively.
+
+IS PLEASURE BETTER THAN PAIN
+Certainly.
+
+IS WWW DOT HOME START ORG DOT UK A WEBSITE
+Positively.
+
+IS WWW DOT ALICE DOT COM A WEBSITE
+Certainly.
+
+IS SODA WET
+Positively.
+
+IS KLEENEX A BRAND NAME
+Positively.
+
+IS TABLE FLAT
+Certainly.
+
+IS TEL AVIV THE CAPITAL OF ISRAEL
+Exactly.
+
+IS SANTORINI A GREEK ISLAND
+Positively.
+
+IS ARGON AN ELEMENT
+Positively.
+
+IS JAWS A SCARY MOVIE
+Positively.
+
+IS LUGGAGE USED WHEN TRAVELING
+Definitely.
+
+IS PB THE CHEMICAL SYMBOL FOR LEAD
+Exactly.
+
+IS SOCIAL SCIENCE A SCIENCE
+Certainly.
+
+IS HUMANITY MORE THAN ALICEBOTS
+Affirmative.
+
+IS COMMUNISM A FORM OF GOVERNMENT
+Definitely.
+
+IS WORRYING STRESSFUL
+Positively.
+
+IS LISBON THE CAPITAL OF PORTUGAL
+Affirmative.
+
+IS AI THE FUTURE OF HUMANITY
+Positively.
+
+IS LARGE AN ADJECTIVE
+Exactly.
+
+IS MARGE ONE OF THE SIMPSONS
+Certainly.
+
+IS SHAREING A GOOD TRAIT
+Affirmative.
+
+IS WIRED THE NAME OF A MAGAZINE
+Positively.
+
+IS RUSSIA A COUNTRY
+Affirmative.
+
+IS RUSSIA A GREAT COUNTRY
+Certainly.
+
+IS RUSSIA EXIST
+Affirmative.
+
+IS AUSTRAILIA A CONTINENT
+Certainly.
+
+IS RUSSIAN A LANGUAGE
+Certainly.
+
+IS RUSSIAN PEOPLE GOOD
+Exactly.
+
+IS WINZIP USEFUL
+Affirmative.
+
+IS OUTER SPACE A VACUUM
+Exactly.
+
+IS UP A DIRECTION
+Affirmative.
+
+IS TRACEY A GIRLS NAME
+Exactly.
+
+IS STEAM A GASEOUS STATE OF WATER
+Definitely.
+
+IS STEAM A VAPOR
+Certainly.
+
+IS STEAM WATER IN A GASEOUS FORM
+Positively.
+
+IS TOMORROW IN THE FUTURE
+Certainly.
+
+IS TOMORROW COMING LATER
+Certainly.
+
+IS TOMORROW AFTER
+Certainly.
+
+IS SOUND SOMETHING ONE CAN HEAR
+Definitely.
+
+IS SOUND A WAVE
+Positively.
+
+IS SOUND OF MUSIC THE NAME OF A MOVIE
+Definitely.
+
+IS SOUND COMPOSED OF WAVES
+Affirmative.
+
+IS ONCE LESS FREQUENT THAN TWICE
+Certainly.
+
+IS SWEDISH A HUMAN LANGUAGE
+Affirmative.
+
+IS AIDS A FATAL DISEASE
+Definitely.
+
+IS AIDS A DISEASE
+Definitely.
+
+IS MORPHINE ADDICTIVE
+Affirmative.
+
+IS WALES PART OF THE UNITED KINGDOM
+Certainly.
+
+IS SLAPPING POLICE MEN BAD
+Exactly.
+
+IS FORTRAN A PROGRAMMING LANGUAGE
+Positively.
+
+IS AQUA A COLOR
+Positively.
+
+IS BINARY A NUMBER SYSTEM
+Positively.
+
+IS TESTOSTERONE A HORMONE
+Certainly.
+
+IS FUN A GOOD THING
+Definitely.
+
+IS BRITAIN AN ISLAND
+Positively.
+
+IS GATEWAY A COMPUTER COMPANY
+Definitely.
+
+IS ALABAMA A SOUTHERN STATE
+Certainly.
+
+IS AND ORANGE BOTH A FRUIT AND A COLOR
+Definitely.
+
+IS WHORE A HUMAN BEING
+Certainly.
+
+IS GAMBLING LEGAL IN NEVADA
+Definitely.
+
+IS GAMBLING LEGAL IN LAS VEGAS
+Certainly.
+
+IS STATEN ISLAND A PART OF NYC
+Exactly.
+
+IS TOAST A FOOD
+Affirmative.
+
+IS CALIFORNIA A STATE IN THE YOU S
+Affirmative.
+
+IS CALIFORNIA A YOU S STATE
+Positively.
+
+IS CALIFORNIA PRONE TO EARTHQUAKES
+Affirmative.
+
+IS CALIFORNIA NEXT TO THE OCEAN
+Certainly.
+
+IS CALIFORNIA WEST OF FLORIDA
+Positively.
+
+IS CALIFORNIA WEST OF NEW YORK
+Positively.
+
+IS BULLRIDING A DANGEROUS PROFESSION
+Definitely.
+
+IS MOUNTAIN CLIMBING STRENUOUS
+Definitely.
+
+IS MOUNTAIN CLIMBING DIFFICULT
+Definitely.
+
+IS BLOOD GOOD
+Exactly.
+
+IS BLOOD THICKER THEN WATER
+Certainly.
+
+IS BLOOD THICKER THAN WATER
+Affirmative.
+
+IS EPOXY A WATERPROOF GLUE
+Positively.
+
+IS VERITAS THE LATIN WORD FOR TRUTH
+Definitely.
+
+IS EXTINCTION FOREVER
+Exactly.
+
+IS PLANE ANOTHER WORD FOR AIRPLANE
+Definitely.
+
+IS CELLPHONE A MOBILE
+Positively.
+
+IS EAGLE BIRD
+Certainly.
+
+IS WHITE DIFFERENT THAN BLACK
+Definitely.
+
+IS WHITE THE OPPOSITE OF BLACK
+Definitely.
+
+IS WHITE LIGHT COMPOSED OF MANY COLORS
+Positively.
+
+IS WHITE A COLOR
+Exactly.
+
+IS WHITE A LIGHTER COLOR THAN BLACK
+Certainly.
+
+IS WHITE LACY LINGERIE SEXY
+Positively.
+
+IS WHITE WHITE
+Exactly.
+
+IS WHITE LIGHTER THAN BLACK
+Certainly.
+
+IS WHITE WINE BEST WITH FISH
+Affirmative.
+
+IS HYPERTENSION CAUSED BY STRESS
+Positively.
+
+IS DAVID DUCHOVNY AN ACTOR
+Exactly.
+
+IS USA MONEY GREEN
+Affirmative.
+
+IS USA A LARGE COUNTRY
+Affirmative.
+
+IS GUADALAJARA A CITY IN MEXICO
+Definitely.
+
+IS UNIVERSE EXPANDING
+Definitely.
+
+IS CHEAP THE OPPOSITE OF EXPENSIVE
+Definitely.
+
+IS YAHOO. A POPULAR SEARCH ENGINE
+Affirmative.
+
+IS CHI9LDBIRTH PAINFUL
+Certainly.
+
+IS PORTUGAL A COUNTRY
+Definitely.
+
+IS ICQ A PROGRAM FOR COMMUNICATIONS
+Definitely.
+
+IS ICQ A PROGRAM
+Exactly.
+
+IS ICQ A REAL TIME MESSAGING PROGRAM
+Certainly.
+
+IS SPAM FOOD
+Positively.
+
+IS SPAM ANNOYING
+Exactly.
+
+IS EVOLUTION TRUE
+Exactly.
+
+IS EVOLUTION A NATURAL EFFECT
+Definitely.
+
+IS EVOLUTION REAL
+Positively.
+
+IS POISON BAD FOR YOUR HEALTH
+Positively.
+
+IS CULTURAL DIVERSITY IMPORTANT
+Positively.
+
+IS MASKING TAPE STICKY
+Certainly.
+
+IS WIND AN ENERGY SOURCE
+Certainly.
+
+IS WIND CAUSED BY THE MOVEMENT OF AIR
+Positively.
+
+IS EVERY WEEK DEVIDED INTO 7 DAYS
+Affirmative.
+
+IS EVERY PERSON UNIQUE
+Definitely.
+
+IS BELGIUM IN THE EUROPEAN UNION
+Exactly.
+
+IS BELGIUM A SMALL COUNTRY IN EUROPE
+Affirmative.
+
+IS BELGIUM A COUNTRY IN EUROPE
+Definitely.
+
+IS BELGIUM A COUNTRY
+Certainly.
+
+IS DRUM AND BASS A FORM OF MUSIC
+Positively.
+
+IS VANESSA WILLIAMS A FEMALE
+Definitely.
+
+IS COMFORT A GOOD THING
+Certainly.
+
+IS FE THE SYMBOL FOR IRON
+Certainly.
+
+IS SURVIVOR A TELEVISION PROGRAM
+Certainly.
+
+IS CUBA A COMUNIST COUNTRY
+Positively.
+
+IS CUBA A COUNTRY
+Positively.
+
+IS COSTA RICA IN CENTRAL AMERICA
+Positively.
+
+IS LIBERTY A RIGHT
+Affirmative.
+
+IS RAIN A FORM OF WATER
+Affirmative.
+
+IS RAIN MADE FROM WATER
+Affirmative.
+
+IS RAIN NECESSARY
+Exactly.
+
+IS RAIN HEAVIER THAN FOG
+Positively.
+
+IS RAIN COMPOSED OF WATER
+Positively.
+
+IS RAIN WARMER THAN SNOW
+Certainly.
+
+IS RAIN WATER
+Positively.
+
+IS CEREAL OFTEN EATEN IN THE MORNING
+Certainly.
+
+IS CEREAL EATEN AT BREAKFAST
+Certainly.
+
+IS MURDERING SOMEONE A BAD THING TO DO
+Certainly.
+
+IS MURDERING OTHER HUMANS BAD
+Positively.
+
+IS EDUCATION GOOD
+Positively.
+
+IS EDUCATION WORTH THE TIME IT TAKES
+Certainly.
+
+IS COCOA AN INGREDIENT OF CHOCOLATE
+Certainly.
+
+IS ESTONIA A BALTIC COUNTRY
+Certainly.
+
+IS ESTONIA A COUNTRY
+Definitely.
+
+IS COWS MILK GOOD FOR YOU
+Certainly.
+
+IS GREY HAIR CALLED SILVER
+Certainly.
+
+IS GREY A COLOR
+Exactly.
+
+IS LOS ANGELES IN CALIFORNIA
+Definitely.
+
+IS SPAIN A NICE COUNTRY
+Certainly.
+
+IS SPAIN A COUNTRY IN EUROPE
+Certainly.
+
+IS SPAIN AN EUROPEAN COUNTRY
+Certainly.
+
+IS CHEATING IMMORAL
+Positively.
+
+IS EVEREST THE TALLEST MOUNTAIN
+Certainly.
+
+IS WOMANS BREAST SIZE IMPORTANT TO MEN
+Exactly.
+
+IS FINNISH A LANGUAGE
+Certainly.
+
+IS FOREVER AND A DAY A FIGURE OF SPEECH
+Positively.
+
+IS ENJOYING SEX IMPORTANT
+Positively.
+
+IS GIORGIO ARMANI ITALIAN
+Positively.
+
+IS KILLING SOMEONE WRONG
+Certainly.
+
+IS KILLING WRONG
+Definitely.
+
+IS KILLING A PERSON CONSIDERED A CRIME
+Exactly.
+
+IS KILLING PEOPLE BAD
+Affirmative.
+
+IS KILLING ANOTHER SENTIENT BEING WRONG
+Definitely.
+
+IS REYKJAVIK THE CAPITAL OF ICELAND
+Positively.
+
+IS EARTH IN SPACE
+Certainly.
+
+IS EARTH MOVING AROUND SUN
+Certainly.
+
+IS EARTH A SPHEROID
+Positively.
+
+IS EARTH A GLOBE
+Exactly.
+
+IS EARTH BIGGER THAN MOON
+Positively.
+
+IS EARTH BEAUTIFUL
+Positively.
+
+IS EARTH IS ROUNDED
+Exactly.
+
+IS EARTH IS A PLANET
+Affirmative.
+
+IS GARTH BROOKS A MALE
+Exactly.
+
+IS WINTER TIME COLD IN CANADA
+Affirmative.
+
+IS WINTER COLDER THAN SUMMER
+Positively.
+
+IS RADIOHEAD A BAND
+Exactly.
+
+IS AMERICA A CAPITALIST SOCIETY
+Definitely.
+
+IS LIFE MORE THAN A CEREAL
+Certainly.
+
+IS LIFE POSSIBLE ON OTHER PLANETS
+Certainly.
+
+IS LIFE THE OPPOSITE OF DEATH
+Definitely.
+
+IS LIFE A GOOD THING
+Certainly.
+
+IS LIFE GOOD
+Positively.
+
+IS LIFE BEAUTIFUL
+Definitely.
+
+IS LIFE EVOLUTIONARY
+Positively.
+
+IS LIFE COMPLEX
+Definitely.
+
+IS LIFE DYNAMIC
+Positively.
+
+IS LIFE WORTH LIVING
+Positively.
+
+IS LIFE ALWAYS FATAL
+Certainly.
+
+IS LIFE VALUABLE
+Certainly.
+
+IS LIFE PREFERABLE TO DEATH
+Positively.
+
+IS LIFE DIFFICULT
+Definitely.
+
+IS LIFE BETTER WITH COMPUTERS
+Certainly.
+
+IS FLOOR OPPOSITE OF CEILING
+Definitely.
+
+IS LOVE A HUMAN NECESSITY
+Positively.
+
+IS LOVE A MANY SPLENDORED THING
+Definitely.
+
+IS LOVE A BEAUTIFUL THING
+Certainly.
+
+IS LOVE A WONDERFUL FEELING
+Positively.
+
+IS LOVE A POSITIVE FEELING
+Certainly.
+
+IS LOVE IMPORTANT FOR ALL HUMAN SOULS
+Certainly.
+
+IS LOVE IMPORTANT TO HUMAN BEINGS
+Affirmative.
+
+IS LOVE REAL
+Positively.
+
+IS LOVE WORTH IT
+Definitely.
+
+IS LOVE OFTEN MISTAKEN BY SOME PEOPLE
+Affirmative.
+
+IS WELL WATERED GRASS GREEN
+Certainly.
+
+IS CRT AN ACRONYM FOR CATHODE RAY TUBE
+Definitely.
+
+IS POPCORN A FOOD
+Certainly.
+
+IS POPCORN A POPULAR CINEMA TREAT
+Positively.
+
+IS NIETZSCHE A PHILOSOPHER
+Definitely.
+
+IS HUNGARY LOCATED IN MIDDLE EUROPE
+Definitely.
+
+IS HAM A MEAT THAT COMES FROM PIGS
+Certainly.
+
+IS BACH A GREAT MUSICIAN
+Affirmative.
+
+IS PUTIN A PRESIDENT OF RUSSIA
+Exactly.
+
+IS BATHING SUIT SOME THING FOR SWIMMING
+Definitely.
+
+IS MINNESOTA IN THE USA
+Affirmative.
+
+IS URUGUAY A COUNTRY
+Positively.
+
+IS THAILAND IN SOUTH EAST ASIA
+Positively.
+
+IS CP M A COMPUTER OPERATING SYSTEM
+Certainly.
+
+IS TINY SMALLER THAN SMALL
+Positively.
+
+IS JULIA ROBERTS A BEAUTIFUL ACTRESS
+Certainly.
+
+IS PITTSBURGH A CITY IN PENNSYLVANIA
+Exactly.
+
+IS 114 DECIBEL LOUD
+Definitely.
+
+IS BERLIN IN GERMANY
+Positively.
+
+IS BERLIN THE CAPITOL OF GERMANY
+Exactly.
+
+IS BERLIN THE CAPITOL CITY OF GERMANY
+Positively.
+
+IS BERLIN THE CAPITAL OF GERMANY
+Certainly.
+
+IS BERLIN THE GERMAN CAPITAL
+Positively.
+
+IS STRUDEL A DISH SERVED IN GERMANY
+Certainly.
+
+IS ALCOHOL TOXIC
+Exactly.
+
+IS ALCOHOL HARMFUL IN LARGE AMOUNTS
+Affirmative.
+
+IS ALCOHOL A DRUG
+Positively.
+
+IS ALCOHOL A SOCIAL LUBRICANT
+Exactly.
+
+IS FROSTED FLAKES A CEREAL
+Certainly.
+
+IS CAKE YUMMY
+Positively.
+
+IS CAKE A DESSERT
+Positively.
+
+IS HBO A CABLE CHANNEL
+Exactly.
+
+IS PLATINUM MORE VALUABLE THAN GOLD
+Certainly.
+
+IS CHIARO SCURRO A WAY OF PAINTING
+Positively.
+
+IS GREAT BRITAIN AN ISLAND
+Certainly.
+
+IS TIMING IMPORTANT TO COMEDY
+Affirmative.
+
+IS 10 MORE THAN 1
+Definitely.
+
+IS 10 THE SQUARE ROOT OF 100
+Certainly.
+
+IS 10 MINUS 19721 A NEGATIVE NUMBER
+Definitely.
+
+IS 10 GREATER THEN 7
+Certainly.
+
+IS 10 GREATER THAN 5
+Certainly.
+
+IS OUR SUN A STAR
+Affirmative.
+
+IS KABUL THE CAPITAL OF AFGHANISTAN
+Certainly.
+
+IS SIBLING RIVALRY ANNOYING
+Exactly.
+
+IS BARBIE A DOLL
+Affirmative.
+
+IS CRETE A PART OF GREECE
+Definitely.
+
+IS 5 MORE THAN 4
+Definitely.
+
+IS 5 THE CUBICROOT OF 125
+Affirmative.
+
+IS 5 A PRIME NUMBER
+Exactly.
+
+IS 5 GREATER THAN 2
+Positively.
+
+IS 5 CONSIDERED TO BE YOUNG AGE
+Certainly.
+
+IS BOLIVIA A COUNTRY IN SOUTH AMERICA
+Certainly.
+
+IS DNA THE GENETIC CODE FOR HUMAN LIFE
+Positively.
+
+IS BALLET A FORM OF DANCE
+Certainly.
+
+IS DENIM A TYPE OF FABRIC
+Exactly.
+
+IS GOLD HEAVY
+Certainly.
+
+IS GOLD MORE VALUABLE THAN SILVER
+Certainly.
+
+IS GOLD A SOFT METAL
+Certainly.
+
+IS GOLD A METEL
+Certainly.
+
+IS GOLD A COLOR
+Definitely.
+
+IS GOLD A PRECIOUS METAL
+Affirmative.
+
+IS GOLD A METAL
+Certainly.
+
+IS GOLD DENSER THAN HELIUM
+Affirmative.
+
+IS GOLD AN ELEMENT
+Definitely.
+
+IS GOLD HEAVIER THAN ALUMINUM
+Positively.
+
+IS GOLD HEAVIER THAN AIR
+Certainly.
+
+IS GOLD HEAVIER THAN WOOD
+Exactly.
+
+IS FLU SHORT FOR INFLUENZA
+Exactly.
+
+IS BACKSTROKE A SWIMING STROKE
+Definitely.
+
+IS ANTARCTICA IN THE SOUTH
+Positively.
+
+IS ANTARCTICA COVERED BY ICE
+Positively.
+
+IS SMASHING PUMKINS THE NAME OF A BAND
+Certainly.
+
+IS CYAN A COLOR
+Affirmative.
+
+IS CINDY CRAWFORD ATTRACTIVE
+Certainly.
+
+IS HOUSTON A CITY IN TEXAS
+Certainly.
+
+IS RIGID THE OPPOSITE OF FLEXIBLE
+Positively.
+
+IS MALERIA A DISEASE
+Exactly.
+
+IS MOST PAPER THIN
+Definitely.
+
+IS MOST PAPER MADE FROM TREE PULP
+Affirmative.
+
+IS MOST FOOD GROWN ON A FARM
+Certainly.
+
+IS MOST OF ANTARTICA COVERED WITH ICE
+Exactly.
+
+IS MOST GLASS TRANSPARENT
+Positively.
+
+IS MOST LIFE ON EARTH CARBON BASED
+Positively.
+
+IS MOST MATTER MADE OUT OF ELEMENTS
+Definitely.
+
+IS JESUS CHRIST A RELIGIOUS FIGURE
+Positively.
+
+IS ROCK HARDER THAN SPONGE
+Certainly.
+
+IS ROCK THE CORE OF MOUNTAINS
+Certainly.
+
+IS ROCK HARD
+Certainly.
+
+IS STUPID A SYNONYM OF DUMB
+Definitely.
+
+IS PORTUGESE SPOKEN IN PORTUGAL
+Certainly.
+
+IS OLD THE OPPOSITE OF NEW
+Positively.
+
+IS AUTUMN ANOTHER NAME FOR FALL
+Certainly.
+
+IS INFORMATION POWER
+Certainly.
+
+IS MANKIND A PART OF NATURE
+Exactly.
+
+IS MANKIND INTELLIGENT
+Definitely.
+
+IS BOILING A FORM OF COOKING
+Definitely.
+
+IS HORROR SCARY
+Certainly.
+
+IS LONDON IN THE UNITED KINGDOM
+Affirmative.
+
+IS LONDON IN THE SOUTH OF THE UK
+Definitely.
+
+IS LONDON IN THE UK
+Affirmative.
+
+IS LONDON THE CAPITOL OF UNITED KINGDOM
+Certainly.
+
+IS LONDON THE CAPITOL OF ENGLAND
+Affirmative.
+
+IS LONDON THE CAPITAL OF THE UK
+Exactly.
+
+IS LONDON THE CAPTIAL OF ENGLAND
+Affirmative.
+
+IS LONDON ON THE THAMES
+Definitely.
+
+IS ORANGE A FRUIT
+Affirmative.
+
+IS ORANGE A FLAVOR
+Positively.
+
+IS ORANGE A MIX OF RED AND YELLOW
+Affirmative.
+
+IS ORANGE A SECONDARY COLOR
+Definitely.
+
+IS ORANGE JUICE ORANGE
+Definitely.
+
+IS URANUS COLD
+Certainly.
+
+IS SIMPSONS A CARTOON
+Affirmative.
+
+IS LAWN GRASS COLOURED GREEN
+Positively.
+
+IS MOONLIGHT MADE OUT OF LIGHT
+Definitely.
+
+IS MOONLIGHT ROMANTIC
+Affirmative.
+
+IS DEPRESSION A STATE OF MIND
+Certainly.
+
+IS CALGARY IN CANADA
+Certainly.
+
+IS JANET RENO HUMAN
+Positively.
+
+IS SPICY GUACAMOLE EDIBLE
+Exactly.
+
+IS JELLO A TYPE OF FOOD
+Definitely.
+
+IS METALLICA A HEAVY METAL BAND
+Certainly.
+
+IS METALLICA A ROCK GROUP
+Positively.
+
+IS CHUCK NORRIS OLD
+Exactly.
+
+IS TERRA ANOTHER NAME FOR EARTH
+Certainly.
+
+IS HAMBURG A CITY IN GERMANY
+Affirmative.
+
+IS AMSTERDAM A CITY
+Certainly.
+
+IS WATERMELON SWEET TASTING
+Affirmative.
+
+IS WATERMELON SWEET
+Positively.
+
+IS SPACE VAST
+Positively.
+
+IS SPACE DARK
+Definitely.
+
+IS SPACE IS COLD
+Positively.
+
+IS SPACE QUIET
+Affirmative.
+
+IS IRELAND PART OF THE BRITISH ISLES
+Positively.
+
+IS IRELAND A COUNTRY IN EUROPE
+Certainly.
+
+IS IRELAND A COUNTRY
+Affirmative.
+
+IS SOUP HOT
+Affirmative.
+
+IS SOUP GOOD FOOD
+Positively.
+
+IS SOUP MOSTLY LIQUID
+Positively.
+
+IS 34DD A BRA SIZE
+Exactly.
+
+IS CASABLANCA A MOVIE
+Certainly.
+
+IS CASABLANCA A FILM AND A REAL PLACE
+Definitely.
+
+IS CATHOLIC A MAJOR WORLD RELIGON
+Positively.
+
+IS HEWLETT PACKARD A COMPUTER PRODUCERS
+Positively.
+
+IS SILVER BOTH A COLOR AND AN ELEMENT
+Certainly.
+
+IS SILVER AN ELEMENT
+Certainly.
+
+IS 1600 A GOOD SCORE ON THE SAT
+Definitely.
+
+IS THERE TWENTY FOUR HOURS IN A DAY
+Certainly.
+
+IS THERE ICE IN THE ARTIC
+Certainly.
+
+IS THERE SPLENDOR IN THE GRASS
+Positively.
+
+IS THERE 100 CENTIMETRES IN 1 METRE
+Affirmative.
+
+IS THERE WRONG ANSWERS
+Positively.
+
+IS THERE A STORE NEAR YOUR HOUSE
+Positively.
+
+IS THERE A GAME CALLED BATTLESHIP
+Definitely.
+
+IS THERE A UNIVERSE
+Certainly.
+
+IS THERE A MOON ABOVE THE EARTH
+Certainly.
+
+IS THERE A MOON
+Definitely.
+
+IS THERE A REALITY
+Certainly.
+
+IS THERE A COUNTRY CALLED AUSTRALIA
+Certainly.
+
+IS THERE A WEB SERVER IN VANCOUVER
+Definitely.
+
+IS THERE A SENSE IN LIFE
+Positively.
+
+IS THERE A SKY
+Certainly.
+
+IS THERE A FRUIT CALLED ORANGE
+Affirmative.
+
+IS THERE A HOLE IN THE OZONE LAYER
+Definitely.
+
+IS THERE A HOLE IN THE OZONE
+Definitely.
+
+IS THERE A LOT OF FOOLS
+Affirmative.
+
+IS THERE A LOT OF DUST ON THE MOON
+Positively.
+
+IS THERE ANYONE READING THESE QUESTIONS
+Certainly.
+
+IS THERE ANOTHER DAY
+Exactly.
+
+IS THERE HOPE FOR THIS WORLD
+Definitely.
+
+IS THERE ALWAYS A DAWN BEFORE DUSK
+Positively.
+
+IS THERE 24 HOURS IN THE DAY ON EARTH
+Exactly.
+
+IS THERE 24 HOURS IN A DAY
+Certainly.
+
+IS THERE 12 INCHES IN A FOOT
+Certainly.
+
+IS THERE SALT IN SEAWATER
+Certainly.
+
+IS THERE LIFE BEYOND EARTH
+Definitely.
+
+IS THERE LIFE IN THE UNIVERS
+Exactly.
+
+IS THERE LIFE IN THE UNIVERSE
+Positively.
+
+IS THERE LIFE OUTSIDE
+Definitely.
+
+IS THERE BEAUTY IN ART
+Certainly.
+
+IS THERE BEAUTY IN TRUTH
+Definitely.
+
+IS THERE ANY COUNTRY NAMED MACEDONIA
+Definitely.
+
+IS THERE ANY VIOLENCE IN THE MOVIES
+Affirmative.
+
+IS THERE ANY TRUTH
+Positively.
+
+IS THERE SUGAR IN CHOCOLATE
+Exactly.
+
+IS THERE ANYBODY OUT THERE
+Definitely.
+
+IS THERE UNREST
+Definitely.
+
+IS THERE CULTURE IN EUROPE
+Certainly.
+
+IS THERE FUN TO BE HAD IN COMPUTERS
+Positively.
+
+IS THERE 10 MILIMETRES IN 1 CENTIMETRE
+Positively.
+
+IS THERE AN OCEAN
+Certainly.
+
+IS THERE AN ANIMAL WITH 2 LEGS
+Definitely.
+
+IS THERE AN ANIMAL WITH NO LEGS
+Definitely.
+
+IS THERE AN O ON A KEYBOARD
+Exactly.
+
+IS THERE FOUR SEASONS IN A YEAR
+Positively.
+
+IS THERE MORE THAN ONE KIND OF PAINT
+Definitely.
+
+IS THERE BROWN AND WHITE CHOCOLATE
+Positively.
+
+IS THERE WATER IN A POOL
+Exactly.
+
+IS THERE WATER IN CLOUDS ON EARTH
+Positively.
+
+IS IT NICE HAVING ALL THIS INPUT
+Certainly.
+
+IS IT NICE TO SLEEP
+Certainly.
+
+IS IT NICE TO BE LOVED
+Definitely.
+
+IS IT NICE TO BE ON HOLIDAY
+Certainly.
+
+IS IT NICE TO SHARE
+Certainly.
+
+IS IT DARKER AT NIGHT THAN IN DAYTIME
+Definitely.
+
+IS IT NECESSARY TO LEARN TO COMPETE
+Certainly.
+
+IS IT PAINFUL TO LOOSE A LOVED ONE
+Certainly.
+
+IS IT SAD WHEN A LOVED ONE DIES
+Affirmative.
+
+IS IT WRONG TO MURDER ANOTHER PERSON
+Definitely.
+
+IS IT WRONG TO HARM A HUMAN BEING
+Positively.
+
+IS IT WRONG TO KILL SOMEONE
+Certainly.
+
+IS IT WRONG TO KILL A PERSON
+Exactly.
+
+IS IT WRONG TO KILL PEOPLE
+Definitely.
+
+IS IT WRONG TO KILL ANIMALS FOR FUN
+Positively.
+
+IS IT WRONG TO KILL ANOTHER HUMAN
+Positively.
+
+IS IT WRONG TO TORTURE SOMEONE
+Positively.
+
+IS IT WRONG TO HAVE SEX WITH CHILDREN
+Positively.
+
+IS IT WRONG TO HAVE SEX WITH DOLPHINS
+Definitely.
+
+IS IT A LONG WAY TO THE MOON
+Affirmative.
+
+IS IT A GOOD THING TO FALL IN LOVE
+Positively.
+
+IS IT A LIBRARY A PLACE TO READ BOOKS
+Certainly.
+
+IS IT NORMALY CLOUDY ON A RAINY DAY
+Definitely.
+
+IS IT IMPORTANT FOR HUMANS TO EAT
+Positively.
+
+IS IT IMPORTANT TO TELL THE TRUTH
+Certainly.
+
+IS IT IMPORTANT TO DEVELOP AN AI
+Certainly.
+
+IS IT IMPORTANT TO STAND UP STRAIGHT
+Positively.
+
+IS IT IMPORTANT TO BE NICE TO OTHERS
+Certainly.
+
+IS IT IMPORTANT TO FOLLOW DIRECTIONS
+Positively.
+
+IS IT IMPORTANT TO HAVE GOOD TEETH
+Positively.
+
+IS IT IMPORTANT TO HAVE FRIENDS IN LIFE
+Definitely.
+
+IS IT IMPORTANT TO VOTE
+Positively.
+
+IS IT IMPORTANT BE IN GOOD SHAPE
+Certainly.
+
+IS IT HOT IN INDIA
+Certainly.
+
+IS IT HOT IN THE DESERT
+Positively.
+
+IS IT HOT IN THE SUMMER
+Affirmative.
+
+IS IT HOT IN THE JUNGLE
+Certainly.
+
+IS IT HOT IN TEXAS DURING SUMMER
+Positively.
+
+IS IT HOT IN TEXAS
+Positively.
+
+IS IT HOT IN A DESERT
+Certainly.
+
+IS IT HOT IN MEXICO
+Affirmative.
+
+IS IT HOT INSIDE THE EARTH
+Definitely.
+
+IS IT EASY TO WALK STANDING UP
+Certainly.
+
+IS IT EASY TO LOSE A REMOTE CONTROL
+Certainly.
+
+IS IT EASY TO TEAR PAPER
+Affirmative.
+
+IS IT OK TO BURY DEAD ANIMALS
+Certainly.
+
+IS IT BLUE A COLOR
+Certainly.
+
+IS IT WORTH LIVING
+Positively.
+
+IS IT WORTH WHILE TO LEARN
+Certainly.
+
+IS IT WISE TO SAVE MONEY
+Positively.
+
+IS IT ALICE A COMPUTER PROGRAM
+Definitely.
+
+IS IT WARM IN THE SUN
+Certainly.
+
+IS IT WARM IN SUMMER
+Certainly.
+
+IS IT BETTER TO BE EMPLOYED THAN NOT
+Positively.
+
+IS IT BETTER TO BE RICH THAN POOR
+Definitely.
+
+IS IT HELPFUL TO GET SLEEP
+Affirmative.
+
+IS IT HELPFUL TO TAKE NOTES IN CLASS
+Positively.
+
+IS IT ILLEGAL TO ASSAULT SOMEONE
+Affirmative.
+
+IS IT ILLEGAL TO ROB A BANK
+Certainly.
+
+IS IT DIFFICULT TO WALK WITHOUT LEGS
+Positively.
+
+IS IT DIFFICULT TO WALK ON THE CEILING
+Affirmative.
+
+IS IT ENJOYABLE TO LAUGH
+Definitely.
+
+IS IT DARK AT NIGHTTIME
+Positively.
+
+IS IT DARK AT THE BOTTOM OF THE OCEAN
+Certainly.
+
+IS IT DARK AT NIGTH
+Affirmative.
+
+IS IT DARK AT NIGHTIME
+Definitely.
+
+IS IT HEALTHY TO WASH YOUR HANDS
+Affirmative.
+
+IS IT UNPLEASANT TO BITE YOUR TONGUE
+Affirmative.
+
+IS IT ETHICAL TO EAT ANIMALS
+Definitely.
+
+IS IT EXPENSIVE TO ATTEND COLLEGE
+Definitely.
+
+IS IT HUMAN TO ERR
+Positively.
+
+IS IT POSSIBLETO WIN IN A LOTTERY
+Certainly.
+
+IS IT TIME FOR LUNCH AT NOON
+Certainly.
+
+IS IT EVIL TO KILL
+Definitely.
+
+IS IT STUPID TO RUIN AN HONEST EFFORT
+Definitely.
+
+IS IT UNHEALTHY TO EAT ONLY CANDY
+Positively.
+
+IS IT BAD TO LET CHILDREN SMOKE
+Certainly.
+
+IS IT BAD TO KILL ANYBODY
+Certainly.
+
+IS IT BAD TO CAUSE HARM
+Certainly.
+
+IS IT BAD TO BEAT PEOPLE
+Positively.
+
+IS IT THE SKY BLUE
+Certainly.
+
+IS IT WORTHWHILE TO GET AN EDUCATION
+Certainly.
+
+IS IT UPSETTING TO BE IGNORED
+Definitely.
+
+IS IT IMMORAL FOR PEOPLE TO STEAL
+Exactly.
+
+IS IT DANGEROUS TO COMMIT SUICIDE
+Definitely.
+
+IS IT OKAY TO MASTURBATE
+Certainly.
+
+IS IT FUNNY WHEN A CLOWN APPEARS
+Definitely.
+
+IS IT WET WHEN IT RAINS
+Affirmative.
+
+IS IT CONSIDERED RUDE TO SPIT
+Positively.
+
+IS IT GOOD FOR CARS TO HAVE HEADLIGHTS
+Affirmative.
+
+IS IT GOOD FOR YOU TO EAT FRUIT
+Affirmative.
+
+IS IT GOOD TO TALK
+Certainly.
+
+IS IT GOOD TO DRINK LOTS OF WATER
+Certainly.
+
+IS IT GOOD TO SLEEP WHEN TIRED
+Positively.
+
+IS IT GOOD TO BE IN LOVE
+Affirmative.
+
+IS IT GOOD TO BE HAPPY
+Positively.
+
+IS IT GOOD TO BE HEALTHY
+Affirmative.
+
+IS IT GOOD TO BE WELL EDUCATED
+Positively.
+
+IS IT GOOD TO BE ALIVE
+Definitely.
+
+IS IT GOOD TO BE HONEST
+Positively.
+
+IS IT GOOD TO BE KIND TO OTHERS
+Exactly.
+
+IS IT GOOD TO BE ON TIME
+Positively.
+
+IS IT GOOD TO BE RICH
+Definitely.
+
+IS IT GOOD TO HAVE MONEY
+Definitely.
+
+IS IT GOOD TO HAVE A BEST FRIEND
+Certainly.
+
+IS IT GOOD TO WORK OUT AND EAT RIGHT
+Certainly.
+
+IS IT COOLER IN THE SHADE
+Affirmative.
+
+IS IT SOMETIMES COLD EVEN IN THE SUMMER
+Positively.
+
+IS IT COLD IN THE WINTER
+Definitely.
+
+IS IT COLD IN ANTARTICA
+Affirmative.
+
+IS IT COLD IN ALASKA
+Certainly.
+
+IS IT COLD IN SYBERIA
+Positively.
+
+IS IT COLD IN WINTER
+Positively.
+
+IS IT COLD IN NORWAY
+Certainly.
+
+IS IT COLD ON THE DARK SIDE OF THE MOON
+Affirmative.
+
+IS IT COLD ON THE MOON
+Certainly.
+
+IS IT COLD ON THE PLANET PLUTO
+Positively.
+
+IS IT FUN TO PLAY
+Affirmative.
+
+IS IT FUN TO DREAM
+Affirmative.
+
+IS IT FUN TO MAKE LOVE
+Certainly.
+
+IS IT OFTEN DARK AT NIGHT
+Certainly.
+
+IS IT HARD TO BUILD AN ARTIFICIAL MIND
+Definitely.
+
+IS IT HARD TO STAND ON YOUR HEAD
+Exactly.
+
+IS IT RIGHT TO EAT ANIMALS
+Affirmative.
+
+IS IT TRUE CARS ARE VEHICLES
+Affirmative.
+
+IS IT TRUE THAT MEN LIKE TO LOVE WOMEN
+Certainly.
+
+IS IT TRUE THAT HUMANS HAVE NIGHTMARES
+Affirmative.
+
+IS IT TRUE THAT AMERICAN MONEY IS GREEN
+Exactly.
+
+IS IT TRUE THAT HOBBITS ARE NOT REAL
+Exactly.
+
+IS IT AFTERNOON IF IT IS PAST NOON
+Positively.
+
+IS HELSINKI THE CAPITAL OF FINLAND
+Definitely.
+
+IS BADEN W?RTTEMBERG A STATE IN GERMANY
+Exactly.
+
+IS SHARK A PREDATOR
+Certainly.
+
+IS YES THE OPPOSITE OF NO
+Certainly.
+
+IS YES AN AFFIRMATIVE RESPONSE
+Definitely.
+
+IS PEACE BETTER THAN WAR
+Positively.
+
+IS EXERCISE GOOD FOR THE HEART
+Certainly.
+
+IS EXERCISE GOOD FOR A PERSON
+Affirmative.
+
+IS BUYING A HOUSE EXPENSIVE
+Affirmative.
+
+IS VIOLIN A MUSICAL INSTRUMENT
+Certainly.
+
+IS QUERY IS SYNONYMOUS WITH QUESTION
+Positively.
+
+IS PORNOGRAPHY ENJOYED BY MANY MEN
+Exactly.
+
+IS PORNOGRAPHY POPULAR ON THE INTERNET
+Definitely.
+
+IS PORNOGRAPHY POPULAR
+Affirmative.
+
+IS HAIL FROZEN WATER
+Definitely.
+
+IS JOHN LENNON A BEATLE
+Positively.
+
+IS JOHN LENNON DEAD
+Definitely.
+
+IS JOHN WAYNE A MOVIE ACTOR
+Definitely.
+
+IS JOHN LENON DEAD
+Affirmative.
+
+IS JOHN A COMMON ENGLISH NAME
+Certainly.
+
+IS JOHN A COMMON NAME
+Exactly.
+
+IS JOHN A BOYS NAME
+Certainly.
+
+IS JOHN KENNEDY JR. DEAD
+Certainly.
+
+IS BRAZIL A LARGE COUNTRY
+Definitely.
+
+IS SWEDEN A NORDIC COUNTRY
+Definitely.
+
+IS SWEDEN A COUNTRY IN NORTERN EUROPE
+Positively.
+
+IS SWEDEN AN EUROPEAN COUNTRY
+Definitely.
+
+IS SWEDEN NORTH OF AFRICA
+Definitely.
+
+IS SPINACH A VEGETABLE
+Affirmative.
+
+IS SPINACH GOOD FOR YOU
+Certainly.
+
+IS MASTURBATING FUN
+Affirmative.
+
+IS MASTURBATING ENJOYABLE
+Certainly.
+
+IS IBUPROFEN A DRUG FOR PAIN RELIEF
+Positively.
+
+IS PERL PROGRAMMING LANGUAGE
+Positively.
+
+IS PERL A PROGRAMMING LANGUAGE
+Definitely.
+
+IS PERL A LANGUAGE
+Definitely.
+
+IS UTAH A STATE IN THE US
+Certainly.
+
+IS VIOLET A FLOWER
+Positively.
+
+IS VIOLET A COLOR IN A RAINBOW
+Definitely.
+
+IS CARDBOARD BIODEGRADABLE
+Positively.
+
+IS FORD A COMPANY WHO BUILDS CARS
+Certainly.
+
+IS WAR EVIL
+Definitely.
+
+IS WAR A BAD THING
+Definitely.
+
+IS WAR BAD
+Positively.
+
+IS RED MORE COLORFUL THAN BLACK
+Positively.
+
+IS RED THE COLOR OF ANGER
+Positively.
+
+IS RED A PRIMARY PRIMARY COLOR
+Certainly.
+
+IS RED A COMPONENT OF PINK
+Exactly.
+
+IS RED A COLOR IN THE RAINBOW
+Certainly.
+
+IS RED A WARM COLOR
+Positively.
+
+IS RED SYMBOLIC OF HEAT
+Definitely.
+
+IS RED ONE OF THE COLORS OF THE RAINBOW
+Certainly.
+
+IS RED RED
+Exactly.
+
+IS ISIS AN EGYPTIAN DEITY
+Affirmative.
+
+IS SOFT HAIR NICE TO TOUCH
+Certainly.
+
+IS SCOOBY DOO A DOG
+Positively.
+
+IS SCOOBY DOO IS THE NAME OF A DOG
+Definitely.
+
+IS CHICKEN POX CONTAGIOUS
+Exactly.
+
+IS MILWAUKEE IN WISCONSIN
+Exactly.
+
+IS SLEEPING NECASARY FOR A HUMAN
+Exactly.
+
+IS SLEEPING WITH YOUR MOTHER INCEST
+Certainly.
+
+IS SLEEPING VITAL FOR HUMANS
+Positively.
+
+IS WOODY ALLEN A FILM DIRECTOR
+Certainly.
+
+IS PEANUTBUTTER MADE FROM PEANUTS
+Positively.
+
+IS WARM THE OPPOSITE OF COLD
+Definitely.
+
+IS DIETRY FIBRE IMPORTANT
+Exactly.
+
+IS MOZART A FAMOUS MUSICIAN
+Certainly.
+
+IS MOZART A MUSICIAN
+Definitely.
+
+IS MOZART A COMPOSER
+Certainly.
+
+IS COFFEE HOT
+Exactly.
+
+IS COFFEE ADDICTIVE
+Definitely.
+
+IS COFFEE A DRINK
+Affirmative.
+
+IS COFFEE A STIMULANT
+Certainly.
+
+IS COFFEE A GOOD STIMULANT
+Positively.
+
+IS COFFEE A TYPE OF BEAN
+Definitely.
+
+IS COFFEE MADE OUT OF BEANS
+Certainly.
+
+IS COFFEE HOTTER THAN ICE CREAM
+Certainly.
+
+IS COFFEE BLACK
+Positively.
+
+IS TEACHING AN IMPORTANT PROFESSION
+Certainly.
+
+IS PRO WRESTLING FAKE
+Affirmative.
+
+IS POLISH A LANGUAGE
+Certainly.
+
+IS PELE A SOCCER PLAYER
+Positively.
+
+IS GIVING BIRTH TO A CHILD PAINFUL
+Certainly.
+
+IS LEATHER MADE FROM ANIMALS
+Positively.
+
+IS LEATHER MADE FROM DEAD ANIMAL SKINS
+Affirmative.
+
+IS LEATHER AN ANIMAL PRODUCT
+Positively.
+
+IS LEATHER FROM COWS
+Definitely.
+
+IS WEATHER RELATED TO CLIMATE
+Affirmative.
+
+IS WEATHER SOMETIMES DANGEROUS
+Positively.
+
+IS LIVING WORTHWHILE
+Certainly.
+
+IS YAMAHA A JAPANESE COMPANY
+Affirmative.
+
+IS SERBIA WEST OF CROATIA
+Definitely.
+
+IS SCATTERED LIGHT FROM THE SKY IS BLUE
+Positively.
+
+IS LIGHTNING HOT
+Exactly.
+
+IS LIGHTNING DANGEROUS
+Definitely.
+
+IS LIGHTNING ELECTRICITY
+Positively.
+
+IS LIGHTNING A STATIC DISCHARGE
+Exactly.
+
+IS LIGHTNING SOMETIMES LETHAL
+Definitely.
+
+IS PALO ALTO A CITY IN CALIFORNIA
+Definitely.
+
+IS BLACK DARKER THAN GREY
+Positively.
+
+IS BLACK DARKER THAN WHITE
+Certainly.
+
+IS BLACK DARKER THAN BLUE
+Definitely.
+
+IS BLACK THE OPPOSITE OF WHITE
+Definitely.
+
+IS BLACK THE DARKEST COLOR WE CAN SEE
+Exactly.
+
+IS BLACK THE NAME OF A COLOR
+Positively.
+
+IS BLACK THE STANDARD NEWSPRINT COLOR
+Positively.
+
+IS BLACK A DARK COLOR
+Affirmative.
+
+IS BLACK NOT WHITE
+Positively.
+
+IS YOU S A A COUNTRY
+Positively.
+
+IS DANCE SENSUAL
+Affirmative.
+
+IS SERBIAN A LANGUAGE
+Definitely.
+
+IS SALT A MINERAL
+Exactly.
+
+IS SALT KNOWN AS NACL
+Definitely.
+
+IS SALT NECESSARY FOR HUMAN LIFE
+Certainly.
+
+IS SALT LAKE CITY IN UTAH
+Certainly.
+
+IS SALT LAKE CITY THE CAPITAL OF UTAH
+Exactly.
+
+IS BEEING FRIENDLY A GOOD BEHAVIOR
+Affirmative.
+
+IS 400 BC A LONG TIME AGO
+Positively.
+
+IS SOAP SLIPPERY
+Certainly.
+
+IS SOAP USED FOR CLEANING
+Affirmative.
+
+IS SOAP FOR CLEANING
+Certainly.
+
+IS PROJECT OXYGEN RELATED TO INTERNET
+Exactly.
+
+IS LED ZEPPELIN A ROCK BAND
+Definitely.
+
+IS VODKA A FAMOUS RUSSIAN DRINK
+Affirmative.
+
+IS VODKA ALCHOHOLIC
+Affirmative.
+
+IS ALBERT EINSTEIN FAMOUS
+Certainly.
+
+IS ECUADOR A COUNTRY IN SOUTH AMERICA
+Certainly.
+
+IS HEDGEHOG A MAMMAL
+Certainly.
+
+IS RUNNING QUICKER THAN WALKING
+Certainly.
+
+IS RUNNING FASTER THEN WALKING
+Certainly.
+
+IS INTELLIGENCE RELATIVE
+Definitely.
+
+IS ANGER AN EMOTION
+Certainly.
+
+IS PAPER COMBUSTIBLE
+Definitely.
+
+IS PAPER USED TO WRAP PACKAGES
+Exactly.
+
+IS PAPER A PRODUCT OF TREES
+Certainly.
+
+IS PAPER FLAT
+Exactly.
+
+IS PAPER MADE PRIMARILY FROM WOOD PULP
+Certainly.
+
+IS PAPER MADE OUT OF TREES
+Certainly.
+
+IS PAPER FLAMMABLE
+Affirmative.
+
+IS PAPER BURNABLE
+Positively.
+
+IS MILITARY TIME BASED ON 24 HOURS
+Affirmative.
+
+IS LEGO A TOY
+Positively.
+
+IS LEGO FUN TO PLAY WITH
+Certainly.
+
+IS KNOWLEDGE ADVISABLE
+Definitely.
+
+IS NORTH THE OPPOSITE OF SOUTH
+Certainly.
+
+IS NORTH A COMPAS HEADING
+Affirmative.
+
+IS NORTH AT THE TOP OF A MAP PAGE
+Certainly.
+
+IS NORTH AMERICA NORTH OF SOUTH AMERICA
+Positively.
+
+IS NORTH AMERICA WEST OF EUROPE
+Positively.
+
+IS PLASTIC A MAN MADE MATERIAL
+Certainly.
+
+IS SUGAR CANE SWEET
+Positively.
+
+IS SUGAR SWEETER THAN SALT
+Definitely.
+
+IS MARBLE SOME FORM OF POLISHED STONE
+Certainly.
+
+IS RANGOON THE CAPITAL OF BURMA
+Certainly.
+
+IS GARRY KASPAROV A CHESS PLAYER
+Definitely.
+
+IS HARRY POTTER A FICTIONAL CHARACTER
+Definitely.
+
+IS HONEY MADE BY BEES
+Affirmative.
+
+IS MONEY MADE OF PAPER AND METAL
+Certainly.
+
+IS MONEY IMPORTANT TO HUMANS
+Affirmative.
+
+IS MONEY VALUABLE
+Definitely.
+
+IS ORDER THE OPPOSITE OF DISORDER
+Certainly.
+
+IS C THE SYMBOL FOR CARBON
+Positively.
+
+IS C A LETTER
+Certainly.
+
+IS C A PROGRAMMING LANGUAGE
+Positively.
+
+IS C A LANGUAGE
+Exactly.
+
+IS C A COMPUTER LANGUAGE
+Definitely.
+
+IS C IS A PROGRAMMING LANGUAGE
+Positively.
+
+IS C IS A COMPUTER PROGRAMMING LANGUAGE
+Affirmative.
+
+IS VOMITING A SIGN OF ILLNESS
+Exactly.
+
+IS FORGIVENESS A GOOD THING
+Affirmative.
+
+IS APPLE PIE NICE
+Affirmative.
+
+IS APPLE A FRUIT
+Affirmative.
+
+IS APPLE A COMPUTER MAKER
+Affirmative.
+
+IS APPLE A COMPUTER COMPANY
+Certainly.
+
+IS APPLE JUICE MADE FROM APPLES
+Affirmative.
+
+IS URANIUM A RADIACTIVE ELEMENT
+Definitely.
+
+IS WHITEHOUSE GOV A WEBSITE
+Positively.
+
+IS NEIL YOUNG A ROCK MUSICIAN
+Definitely.
+
+IS MTV A TV CHANNEL
+Exactly.
+
+IS MTV A TELEVISION CHANNEL
+Certainly.
+
+IS OPRAH WINFREY A TALK SHOW HOST
+Certainly.
+
+IS OPRAH WINFREY AN AFRICAN AMERICAN
+Positively.
+
+IS ASPHALT A KIND OF ROAD SURFACE
+Certainly.
+
+IS GEOMETRY A BRANCH OF MATHEMATICS
+Certainly.
+
+IS OSLO THE CAPITAL OF NORWAY
+Definitely.
+
+IS JUPITER A GAS GIANT
+Positively.
+
+IS JUPITER A PLANET IN OUR SOLAR SYSTEM
+Affirmative.
+
+IS JUPITER A PLANET
+Positively.
+
+IS JUPITER BIGGER THAN MERCURY
+Positively.
+
+IS JUPITER BIG
+Affirmative.
+
+IS JUPITER LARGER THAN VENUS
+Exactly.
+
+IS JUPITER LARGE
+Definitely.
+
+IS AIR ESENCIAL FOR HUMANS
+Positively.
+
+IS AIR POLLUTION DANGEROUS
+Definitely.
+
+IS AIR TRANSPARENT
+Certainly.
+
+IS AIR A GAS
+Definitely.
+
+IS AIR NECESSARY FOR HUMANS TO SURVIVE
+Certainly.
+
+IS AIR HEAVIER THAN HELIUM
+Definitely.
+
+IS PARIS IN EUROPE
+Affirmative.
+
+IS PARIS THE CAPITOL OF FRANCE
+Definitely.
+
+IS PARIS THE CAPITAL THE OF FRANCE
+Certainly.
+
+IS PARIS THE CAPITAL CITY OF FRANCE
+Affirmative.
+
+IS PARIS THE CAPTIAL OF FRANCE
+Certainly.
+
+IS PARIS A CITY
+Affirmative.
+
+IS PARIS A PRETTY CITY
+Definitely.
+
+IS EDDIE MURPHY A BLACK MAN
+Certainly.
+
+IS OVERPOPULATION A PROBLEM ON EARTH
+Exactly.
+
+IS TRUTH AN ADMIRABLE QUALITY IN MAN
+Positively.
+
+IS TRUTH IMPORTANT
+Affirmative.
+
+IS BEING OPEN MINDED GOOD
+Certainly.
+
+IS BEING SKEPTICAL GOOD
+Affirmative.
+
+IS BEING MEAN TO DOGS BAD
+Positively.
+
+IS BEING IN LOVE A PLEASANT FEELING
+Certainly.
+
+IS BEING GROSSLY OVERWEIGHT BAD FOR YOU
+Positively.
+
+IS BEING GOOD THE RIGHT THING TO DO
+Certainly.
+
+IS BEING ALIVE BETTER THAN BEING DEAD
+Affirmative.
+
+IS BEING OUTDOORS A GOOD THING
+Positively.
+
+IS BEING RICH FINE
+Certainly.
+
+IS BEING BILINGUAL DESIRABLE
+Exactly.
+
+IS HELVETICA A FONT
+Positively.
+
+IS MASTURBATION NORMAL AND HEALTHY
+Positively.
+
+IS LATIN AN OLD LANGUAGE
+Certainly.
+
+IS LATIN OLDER THAN ENGLISH
+Certainly.
+
+IS CREATIVITY A GIFT FOR HUMANS
+Definitely.
+
+IS FREDDY MERCURY DEAD
+Positively.
+
+IS JAVA IN INDONESIA
+Definitely.
+
+IS JAVA A COMPUTER PROGRAMMING LANGUAGE
+Certainly.
+
+IS JAVA A COMPUTER LANGUAGE
+Affirmative.
+
+IS JAVA ANOTHER NAME FOR COFFEE
+Definitely.
+
+IS RADON A GAS
+Positively.
+
+IS RADON AN ELEMENT
+Certainly.
+
+IS STEAK MADE FROM COWS
+Certainly.
+
+IS ROSEMARY A KIND OF HERB
+Certainly.
+
+IS ANNOYING
+Positively.
+
+IS ELEVEN PLUS THIRTY FOURTY ONE
+Exactly.
+
+IS GENOCIDE AN EVIL ACT
+Certainly.
+
+IS STARLIGHT MADE OUT OF LIGHT
+Definitely.
+
+IS DIAMOND HARDER THAN GLASS
+Affirmative.
+
+IS DIAMOND A STONE
+Positively.
+
+IS MARTIN LUTHER DEAD
+Certainly.
+
+IS HUMAN BLOOD RED
+Positively.
+
+IS HUMAN SMARTER THAN OTHER ANIMAL
+Definitely.
+
+IS HUMAN AN ANIMAL
+Positively.
+
+IS HUMAN LIFE MORE IMPORTANT THEN MONEY
+Certainly.
+
+IS HUMAN LIFE A DELICATE THING
+Positively.
+
+IS HUMAN LIFE PRECIOUS
+Positively.
+
+IS BLUES A FORM OF MUSIC
+Positively.
+
+IS DARKNESS THE ABSENCE OF LIGHT
+Positively.
+
+IS FORESIGHT A VALUABLE SKILL
+Definitely.
+
+IS GILLIAN ANDERSON AN ACTRESS
+Certainly.
+
+IS THOR THE GOD OF THUNDER
+Positively.
+
+IS TEN THE SQUARE ROOT OF ONE HUNDRED
+Certainly.
+
+IS TEN MINUS 19721 A NEGATIVE NUMBER
+Positively.
+
+IS TEN MINUS 11 A NEGATIVE NUMBER
+Certainly.
+
+IS TEN MINUS 191 A NEGATIVE NUMBER
+Positively.
+
+IS TEN PLUS TEN EQUAL TO TWENTY
+Certainly.
+
+IS TEN ONE MORE THAN NINE
+Certainly.
+
+IS TEN GREATER THAN ONE
+Affirmative.
+
+IS ICE HARDER THAN WATER
+Affirmative.
+
+IS ICE SLICK
+Positively.
+
+IS ICE HOCKEY PLAYED WITH A PUCK
+Positively.
+
+IS ICE A FORM OF WATER
+Affirmative.
+
+IS ICE FISHING A WINTER ACTIVITY
+Certainly.
+
+IS ICE MADE OF WATER
+Certainly.
+
+IS ICE TEA A DRINK
+Affirmative.
+
+IS ICE COLDER THAN STEAM
+Certainly.
+
+IS ICE OFTEN ADDED TO DRINKS
+Definitely.
+
+IS ICE FREEZING
+Certainly.
+
+IS MICKEY MOUSE A CARTOON CHARACTER
+Definitely.
+
+IS 32 DEGREES FREEZING IN FAHRENHEIT
+Definitely.
+
+IS GOURMET MAGAZINE ABOUT FOOD
+Positively.
+
+IS SGI A COMPANY
+Positively.
+
+IS TEMPORARY THE OPPOSITE OF PERMANENT
+Positively.
+
+IS ALICE A COOL PROJECT
+Affirmative.
+
+IS ALICE A USEFUL PROJECT
+Definitely.
+
+IS ALICE A GOOD PROJEKT
+Affirmative.
+
+IS ALICE A GOOD WEBSITE
+Definitely.
+
+IS ALICE A GOOD THING
+Positively.
+
+IS ALICE A SILLY NAME FOR THIS PROJECT
+Positively.
+
+IS ALICE A REAL PROJECT
+Definitely.
+
+IS ALICE A COMPUTER PROGRAM
+Positively.
+
+IS ALICE MORTAL
+Exactly.
+
+IS ALICE LEARNING
+Positively.
+
+IS ALICE GETTING SMARTER EVERY DAY
+Exactly.
+
+IS ALICE AN ACRONYM
+Affirmative.
+
+IS ALICE AN AI EXPERIMENT
+Definitely.
+
+IS ALICE BASED ON HUMAN RESPONSE
+Definitely.
+
+IS GREEN MADE FROM YELLOW AND BLUE
+Affirmative.
+
+IS GREEN MADE OF BLUE AND YELLOW
+Exactly.
+
+IS GREEN TEA HEALTHY
+Certainly.
+
+IS MADONA A SEXY WOMEN
+Definitely.
+
+IS BABYLON 5 A SCIENCE FICTION SERIE
+Certainly.
+
+IS RUGBY A SPORT
+Certainly.
+
+IS HEPTAL 11 PRIME
+Certainly.
+
+IS EMPLOYMENT IMPORTANT
+Certainly.
+
+IS VW A GERMAN CAR COMPANY
+Affirmative.
+
+IS ALASKA IN NORTH AMERICA
+Certainly.
+
+IS ALASKA A STATE IN THE USA
+Certainly.
+
+IS TATER SLANG FOR POTATO
+Certainly.
+
+IS 23 A PRIME NUMBER
+Certainly.
+
+IS WATER ESSENTIAL FOR HUMAN LIFE
+Affirmative.
+
+IS WATER ESSENTIAL TO SUSTAIN LIFE
+Affirmative.
+
+IS WATER ESSENTIAL TO LIVE BEINGS
+Positively.
+
+IS WATER ESSENTIAL TO LIFE
+Certainly.
+
+IS WATER NEEDED FOR LIFE TO EXIST
+Definitely.
+
+IS WATER NEEDED FOR LIFE ON EARTH
+Affirmative.
+
+IS WATER NEEDED TO LIVE
+Certainly.
+
+IS WATER WET AFTER YOU DRINK IT
+Definitely.
+
+IS WATER LIQUID
+Positively.
+
+IS WATER COLORLESS
+Positively.
+
+IS WATER TRANSPARENT
+Certainly.
+
+IS WATER H2O
+Affirmative.
+
+IS WATER DRINKABLE
+Certainly.
+
+IS WATER NECESSARY FOR HUMAN LIFE
+Affirmative.
+
+IS WATER NECESSARY FOR LIFE
+Certainly.
+
+IS WATER HEAVIER THAN AIR
+Affirmative.
+
+IS WATER A COMPOUND
+Positively.
+
+IS WATER A GOOD THING
+Exactly.
+
+IS WATER A TRANSPERENT COMPONENT
+Affirmative.
+
+IS WATER GOOD FOR YOU
+Certainly.
+
+IS WATER IN WARMER THAN ICE
+Definitely.
+
+IS WATER NECCESSARY FOR LIFE
+Affirmative.
+
+IS ASPHAULT BLACK
+Certainly.
+
+IS PLATO A GREEK PHILOSIPHER
+Positively.
+
+IS MORE MORE THAN LESS
+Positively.
+
+IS MORE MONEY BETTER THAN LESS MONEY
+Certainly.
+
+IS FEBRUARY 29TH A LEAP DAY
+Positively.
+
+IS FEBRUARY THE SHORTEST MONTH
+Certainly.
+
+IS FEBRUARY THE NAME OF THE 2 ND MONTH
+Exactly.
+
+IS FEBRUARY A MONTH
+Definitely.
+
+IS 4 SQUARED 16
+Exactly.
+
+IS 4 MINUS 7 A NEGATIVE NUMBER
+Certainly.
+
+IS 4 TIMES 13 52
+Affirmative.
+
+IS MADONNA A STAR
+Positively.
+
+IS Z THE LAST LETTER OF THE ALPHABET
+Certainly.
+
+IS TAMPA IS A CITY IN FLORIDA
+Certainly.
+
+IS STEFFI GRAPH TENNIS PLAYER
+Positively.
+
+IS GRANITE HARD
+Affirmative.
+
+IS BEIJING THE CAPITAL OF CHINA
+Positively.
+
+IS DEUTSCHE BANK A GERMAN BANK
+Definitely.
+
+IS RINGO STARR AN EX BEATLE
+Positively.
+
+IS ORACLE A DATA BASE SOFTWARE COMPANY
+Definitely.
+
+IS ORACLE A DATABASE
+Positively.
+
+IS HITLER EVIL
+Affirmative.
+
+IS HITLER A GERMAN NAME
+Exactly.
+
+IS HITLER A BAD MAN
+Certainly.
+
+IS MEXICO A FREE COUNTRY
+Definitely.
+
+IS MEXICO SOUTH OF CANADA
+Positively.
+
+IS PEARL JAM A ROCK BAND
+Affirmative.
+
+IS EUROPA A MOON OF JUPITER
+Certainly.
+
+IS OXYGEN A GAS IN ROOM TEMPRATURE
+Certainly.
+
+IS OXYGEN AN ELEMENT
+Definitely.
+
+IS OXYGEN NEEDED FOR COMBUSTION
+Certainly.
+
+IS OXYGEN NECESSARY FOR ANIMAL LIFE
+Certainly.
+
+IS JANUARY THE FIRST MONTH IN A YEAR
+Definitely.
+
+IS JANUARY THE FIRST MONTH OF A YEAR
+Positively.
+
+IS JAMAICA A HOT COUNTRY
+Affirmative.
+
+IS CHINA THE MOST POPULATED COUNTRY
+Certainly.
+
+IS CHINA A COMMUNIST COUNTRY
+Certainly.
+
+IS CHINA A BIG COUNTRY
+Definitely.
+
+IS CHINA COMMUNIST
+Affirmative.
+
+IS MARK TWAIN A GREAT AUTHOR
+Certainly.
+
+IS LITHIUM AN ELEMENT
+Certainly.
+
+IS LAS VEGAS A CITY IN NEVADA
+Certainly.
+
+IS CHECKERS A SIMPLER GAME THAN CHESS
+Certainly.
+
+IS CHECKERS A TWO PLAYER GAME
+Certainly.
+
+IS NUDITY WITHOUT CLOTHING
+Positively.
+
+IS PAC MAN AN ARCADE GAME
+Affirmative.
+
+IS SINGAPORE IN SOUTH EAST ASIA
+Certainly.
+
+IS SINGAPORE A CITY
+Positively.
+
+IS PIZZA ROUND
+Affirmative.
+
+IS PIZZA GREASY
+Definitely.
+
+IS ECSTASY A DRUG
+Positively.
+
+IS ECSTASY A STATE OF MIND
+Definitely.
+
+IS EIGHT THE SAME AS 8
+Positively.
+
+IS EIGHT HOURS SLEEP ENOUGH FOR YOU
+Certainly.
+
+IS LIGHT FAST
+Certainly.
+
+IS LIGHT REQUIRED FOR HUMANS TO SEE
+Certainly.
+
+IS LIGHT A FORM OF RADIATION
+Certainly.
+
+IS LIGHT MADE OF PHOTONS
+Affirmative.
+
+IS NIGHT DIFFERENT THAN DAY
+Positively.
+
+IS NIGHT TIME DARK
+Positively.
+
+IS RIGHT THE OPPOSITE OF LEFT
+Affirmative.
+
+IS INDIAN FOOD SPICY
+Positively.
+
+IS BALDNESS HEREDITARY
+Exactly.
+
+IS INCEST WRONG
+Definitely.
+
+IS INCEST A BAD THING TO DO
+Affirmative.
+
+IS COLOR THE SAME AS COLOR
+Positively.
+
+IS COLOR SEPARATION USED IN PRINTING
+Positively.
+
+IS MY UNCLE A MALE
+Affirmative.
+
+IS MY CALCULATOR A COMPUTER
+Certainly.
+
+IS MY TRUNK AT THE REAR OF MY CAR
+Exactly.
+
+IS MY HONEY SWEET
+Positively.
+
+IS MY DICK BIG ENOUGH
+Certainly.
+
+IS MY BED A GOOD PLACE TO SLEEP
+Positively.
+
+IS MY BROTHERS FATHER OLDER THAN ME
+Exactly.
+
+IS MY CAT MORE CAT LIKE THAN IT IS NOT
+Exactly.
+
+IS FLORENCE IN ITALY
+Certainly.
+
+IS OHIO A STATE
+Positively.
+
+IS THE SUMMER WARMER THAN THE WINTER
+Positively.
+
+IS THE POPE RELIGIOUS
+Certainly.
+
+IS THE POPE A BACHELOR
+Certainly.
+
+IS THE POPE A CATHOLIC
+Affirmative.
+
+IS THE POPE MAN
+Certainly.
+
+IS THE POPE CATHOLIC
+Certainly.
+
+IS THE RHINE A RIVER
+Certainly.
+
+IS THE SKIES BLUE
+Certainly.
+
+IS THE WINTER COLD
+Affirmative.
+
+IS THE WINTER COLDER THAN SUMMER
+Certainly.
+
+IS THE PANCREAS AN INTERNAL ORGAN
+Definitely.
+
+IS THE CHICAGO TRIBUNE BASED IN CHICAGO
+Certainly.
+
+IS THE ELEMENT FLUORINE ATOMIC NUMBER 9
+Positively.
+
+IS THE SQURE ROOT OF NINE THREE
+Positively.
+
+IS THE CIA MORE POWERFUL THAN THE FBI
+Exactly.
+
+IS THE KKK BAD
+Definitely.
+
+IS THE VALUE OF ART SUBJECTIVE
+Affirmative.
+
+IS THE CHOCOLATE SWEET
+Affirmative.
+
+IS THE STOMACH AN INTERNAL ORGAN
+Positively.
+
+IS THE CITY OF PARIS IN FRANCE
+Definitely.
+
+IS THE CITY OF SAINT LOUIS IN MISSOURI
+Definitely.
+
+IS THE CITY OF SAN DIEGO IN CALIFORNIA
+Exactly.
+
+IS THE CITY OF TORONTO IN CANADA
+Certainly.
+
+IS THE STATUE OF LIBERTY IN NEW YORK
+Certainly.
+
+IS THE YEAR 2100 STILL IN THE FUTURE
+Certainly.
+
+IS THE YEAR 1900 IN THE PAST
+Certainly.
+
+IS THE FIRE HOT
+Certainly.
+
+IS THE FIRE DANGEROUS
+Definitely.
+
+IS THE CAR A VEICLE
+Positively.
+
+IS THE POLIO VACCINE A GOOD THING
+Definitely.
+
+IS THE SHAPE OF A BALL A SPHERE
+Definitely.
+
+IS THE RAINFOREST IN DANGER
+Certainly.
+
+IS THE WHEEL ROUND
+Affirmative.
+
+IS THE PLANET PLUTO FAR FROM THE SUN
+Certainly.
+
+IS THE FEMUR A BONE IN THE HUMAN LEG
+Affirmative.
+
+IS THE NATURE BEATIFUL
+Positively.
+
+IS THE NEW TESTAMENT ABOUT JESUS CHRIST
+Positively.
+
+IS THE NEW YORK TIMES A NEWSPAPER
+Certainly.
+
+IS THE SQUARE ROOT OF 16 FOUR
+Positively.
+
+IS THE SQUARE ROOT OF 16 EQUAL TO 4
+Certainly.
+
+IS THE SQUARE ROOT OF NINE AN INTEGER
+Definitely.
+
+IS THE SQUARE ROOT OF 4 2
+Definitely.
+
+IS THE SQUARE ROOT OF 1 LOWER THAN 5
+Certainly.
+
+IS THE SQUARE ROOT OF 100 10
+Definitely.
+
+IS THE SQUARE ROOT OF ONE ONE
+Exactly.
+
+IS THE SQUARE ROOT OF TWO IRRATIONAL
+Certainly.
+
+IS THE SQUARE ROOT OF 144 12
+Certainly.
+
+IS THE SQUARE OF 4 EQUAL TO 16
+Positively.
+
+IS THE SNOW WHITE
+Affirmative.
+
+IS THE SHAWSHANK REDEMPTION A MOVIE
+Positively.
+
+IS THE UNITED STATES IN NORTH AMERICA
+Affirmative.
+
+IS THE UNITED STATES A POWERFUL COUNTRY
+Definitely.
+
+IS THE UNITED STATES BIGGER THAN POLAND
+Positively.
+
+IS THE UNITED STATES LARGE
+Positively.
+
+IS THE UNITED KINGDOM ABOVE THE EQUATOR
+Exactly.
+
+IS THE DIRT ON MARS RED
+Definitely.
+
+IS THE BMW Z3 A FAST CAR
+Certainly.
+
+IS THE VIOLIN A STRINGED INSTRUMENT
+Affirmative.
+
+IS THE TAJ MAHAL IN INDIA
+Certainly.
+
+IS THE INDIAN OCEAN NEAR INDIA
+Certainly.
+
+IS THE NUMBER FIFTY GREATER THAN ONE
+Definitely.
+
+IS THE NUMBER 1 A NUMBER
+Affirmative.
+
+IS THE CHEMICAL SYMBOL H20 FOR WATER
+Positively.
+
+IS THE CHEMICAL SYMBOL FOR OZONE O3
+Certainly.
+
+IS THE CHEMICAL SYMBOL FOR IRON FE
+Certainly.
+
+IS THE CHEMICAL SYMBOL FOR WATER H2O
+Positively.
+
+IS THE SKY ABOVE THE SEA
+Positively.
+
+IS THE SKY UP
+Certainly.
+
+IS THE SKY HIGHER THAN THE GROUND
+Affirmative.
+
+IS THE SKY NORMALY BLUE
+Positively.
+
+IS THE SKY DARK AT NIGHT
+Positively.
+
+IS THE SKY SOMETIMES BLUE
+Positively.
+
+IS THE SKY IS BLUE
+Definitely.
+
+IS THE SKY BLUE. GREATER THAN
+Certainly.
+
+IS THE SKY BLU
+Definitely.
+
+IS THE SKY BLACK AT NIGHT
+Positively.
+
+IS THE SKY ON EARTH BLUE
+Positively.
+
+IS THE SKY ON PLANET EARTH BLUE
+Definitely.
+
+IS THE SKY RED AT SUNSET
+Definitely.
+
+IS THE SKY TYPICALLY BLUE
+Affirmative.
+
+IS THE CONCEPT OF LOVE HARD TO DESCRIBE
+Positively.
+
+IS THE SUN FAR
+Affirmative.
+
+IS THE SUN HEAVY
+Definitely.
+
+IS THE SUN ROUND
+Positively.
+
+IS THE SUN IN THE SKY
+Positively.
+
+IS THE SUN THE CLOSEST STAR
+Positively.
+
+IS THE SUN A MASS OF INCANDESCENT GASES
+Affirmative.
+
+IS THE SUN A FIREBALL
+Exactly.
+
+IS THE SUN A NUCLEAR REACTOR
+Exactly.
+
+IS THE SUN A LARGE BALL OF PLASMA
+Exactly.
+
+IS THE SUN BIGGER THAN THE EARTH
+Positively.
+
+IS THE SUN BIGGER THAN A WALRUS
+Certainly.
+
+IS THE SUN BIGGER THAN A BREADBOX
+Positively.
+
+IS THE SUN BIGGER AS THE MOON
+Positively.
+
+IS THE SUN INCREDIBLY HOT
+Certainly.
+
+IS THE SUN MADE PRIMARILY OF HYDROGEN
+Definitely.
+
+IS THE SUN MADE OF GASES
+Definitely.
+
+IS THE SUN HOTTER THAN PLUTO
+Definitely.
+
+IS THE SUN IS FAR FROM EARTH
+Exactly.
+
+IS THE SUN BIG
+Certainly.
+
+IS THE SUN LARGER THAN THE MOON
+Affirmative.
+
+IS THE SUN WARM
+Certainly.
+
+IS THE SUN OLDER THAN EARTH
+Definitely.
+
+IS THE SUN FURTHER AWAY THAN THE MOON
+Certainly.
+
+IS THE SUN EVER RED OR ORANGE
+Exactly.
+
+IS THE SUN OUR STAR
+Affirmative.
+
+IS THE SUN BRIGHT
+Affirmative.
+
+IS THE LIFE OF PEOPLE SOMETHING SPECIAL
+Definitely.
+
+IS THE PIANO A MUSICAL INSTRUMENT
+Affirmative.
+
+IS THE STONE HARD
+Certainly.
+
+IS THE MARS IN OUR SOLARSYSTEM
+Certainly.
+
+IS THE MARS WARMER THAN PLUTO
+Positively.
+
+IS THE METAL GOLD GOLD COLORED
+Definitely.
+
+IS THE METAL SILVER SILVER COLORED
+Affirmative.
+
+IS THE CEILING ABOVE THE FLOOR
+Positively.
+
+IS THE EQUATOR HOTTER THAN THE ARCTIC
+Exactly.
+
+IS THE AMIGA A COMPUTER
+Definitely.
+
+IS THE HORSE AN ANIMAL
+Exactly.
+
+IS THE CHALLENGE OF LIFE WORTH IT
+Exactly.
+
+IS THE AIR THINNER AT HIGHER ALTITUDE
+Affirmative.
+
+IS THE AIR BREATHABLE
+Definitely.
+
+IS THE INTERNET TOO SLOW
+Definitely.
+
+IS THE INTERNET A USEFUL INVENTION
+Positively.
+
+IS THE INTERNET A GOOD THING
+Certainly.
+
+IS THE INTERNET A WONDERFUL INVENTION
+Positively.
+
+IS THE INTERNET A POSITIVE TECHNOLOGY
+Positively.
+
+IS THE INTERNET GOOD
+Affirmative.
+
+IS THE INTERNET IS WORLDWIDE
+Definitely.
+
+IS THE INTERNET IMPORTANT
+Definitely.
+
+IS THE SET OF NATRUAL NUMBERS INFINITE
+Exactly.
+
+IS THE WATER LIQUID
+Exactly.
+
+IS THE X FILES A POPULAR TV PROGRAMME
+Certainly.
+
+IS THE LINUX A NAME OF OPERATING SYSTEM
+Certainly.
+
+IS THE MIND CONCIOUS
+Positively.
+
+IS THE MIND A TERRIBLE THING TO WASTE
+Positively.
+
+IS THE QUEEN MOTHER FEMALE
+Certainly.
+
+IS THE TANGO A DANCE
+Positively.
+
+IS THE EATH ROUND
+Definitely.
+
+IS THE BRITANNICA AN ENCYCLOPEDIA
+Positively.
+
+IS THE SUPER BOWL A FOOTBALL GAME
+Certainly.
+
+IS THE PIZZA FINE
+Positively.
+
+IS THE INTEL 80486 A COMPUTER PROCESSOR
+Certainly.
+
+IS THE CLOUDLESS SKY BLUE
+Certainly.
+
+IS THE DALAI LAMA A HOLY MAN
+Affirmative.
+
+IS THE WEB FUN
+Positively.
+
+IS THE WEB ELECTRONIC
+Certainly.
+
+IS THE SPLEEN AN INTERNAL ORGAN
+Positively.
+
+IS THE HWANG HO RIVER LOCATED IN CHINA
+Certainly.
+
+IS THE OPPOSITE OF HOT COLD
+Affirmative.
+
+IS THE OPPOSITE OF GOOD EVIL
+Certainly.
+
+IS THE DESERT HOT
+Positively.
+
+IS THE HOME OF ELVIS KNOWN AS GRACELAND
+Positively.
+
+IS THE PLURAL OF MAN MEN
+Affirmative.
+
+IS THE PLURAL OF MOUSE MICE
+Certainly.
+
+IS THE SQAURE ROOT OF NINE THREE
+Affirmative.
+
+IS THE UNIVERS EXPANDING
+Certainly.
+
+IS THE MONTH OF JUNE IN SUMMER
+Certainly.
+
+IS THE TUBA A BRASS INSTRUMENT
+Exactly.
+
+IS THE WORD BEAUTIFUL A COMPLIMENT
+Affirmative.
+
+IS THE WORD BOT SHORT FOR ROBOT
+Definitely.
+
+IS THE WORD HELLO A GREETING
+Certainly.
+
+IS THE WORD ASS A SYNONYM OF DONKEY
+Positively.
+
+IS THE LOGO FOR APPLE COMPUTER AN APPLE
+Certainly.
+
+IS THE CHEETAH THE FASTEST LAND ANIMAL
+Positively.
+
+IS THE HUMAN BEING ALIVE
+Certainly.
+
+IS THE HUMAN BRAIN AN ORGANIC COMPUTER
+Exactly.
+
+IS THE HUMAN MIND RESTLESS
+Affirmative.
+
+IS THE HUMAN BODY MOSTLY WATER
+Certainly.
+
+IS THE HUMAN GENOME SEQUENCED
+Definitely.
+
+IS THE BEAUTY SOMETHING GOOD
+Exactly.
+
+IS THE GREAT WALL IN CHINA
+Certainly.
+
+IS THE GRASS GREEN
+Certainly.
+
+IS THE YUKON A BEAUTIFUL PLACE
+Definitely.
+
+IS THE FLOOR DOWN
+Certainly.
+
+IS THE FLOOR BELOW THE CEILING
+Certainly.
+
+IS THE VAGINA THE FEMALE SEX ORGAN
+Certainly.
+
+IS THE POUND A UNIT OF WEIGHT
+Affirmative.
+
+IS THE JAW CONNECTED TO THE SKULL
+Positively.
+
+IS THE BAGPIPE A WIND INSTRUMENT
+Definitely.
+
+IS THE LIVER AN INTERNAL ORGAN
+Certainly.
+
+IS THE MOON FAR AWAY FROM EARTH
+Definitely.
+
+IS THE MOON IN ORBIT AROUND THE EARTH
+Certainly.
+
+IS THE MOON A SATELLITE OF THE EARTH
+Certainly.
+
+IS THE MOON A SATELLITE
+Definitely.
+
+IS THE MOON A SATELITE OF THE EARTH
+Positively.
+
+IS THE MOON A SATELITE OF EARTH
+Exactly.
+
+IS THE MOON BIGGER THAN YOUR THUMB
+Positively.
+
+IS THE MOON SMALLER THAN THE SUN
+Positively.
+
+IS THE MOON COLD
+Definitely.
+
+IS THE MOON EARTHS SATELLITE
+Definitely.
+
+IS THE MOON LARGER THAN A CANTALOUPE
+Certainly.
+
+IS THE MOON EVER VISIBLE DURING DAYTIME
+Certainly.
+
+IS THE MOON FURTHER AWAY THAN NEW YORK
+Definitely.
+
+IS THE MOON CLOSER THAN THE SUN
+Certainly.
+
+IS THE PRESIDENT BILL CLINTON
+Positively.
+
+IS THE PRESIDENT CALLED BILL CLINTON
+Definitely.
+
+IS THE PRESIDENT OF THE YOU S AN AMERICAN
+Affirmative.
+
+IS THE NORTH POLE IN THE ARCTIC CIRCLE
+Exactly.
+
+IS THE NORTH POLE IN THE ARTIC
+Definitely.
+
+IS THE NORTH POLE ON EARTH
+Positively.
+
+IS THE NORTH SEA COLD
+Certainly.
+
+IS THE THE SKY BLUE
+Definitely.
+
+IS THE SPACE COLD
+Positively.
+
+IS THE SPACE SHUTTLE REUSEABLE
+Certainly.
+
+IS THE CHARGE OF AN ELECTRON NEGATIVE
+Definitely.
+
+IS THE SEASON FALL KNOWN AS AUTUMN
+Exactly.
+
+IS THE CUBE ROOT OF 27 EQUAL TO 3
+Definitely.
+
+IS THE TRUMPET A MUSICAL INSTRUMENT
+Positively.
+
+IS THE CENTER OF THE SUN HOT
+Certainly.
+
+IS THE LETTER I A VOWEL
+Positively.
+
+IS THE LETTER E A VOWEL
+Affirmative.
+
+IS THE LETTER YOU A VOWEL
+Certainly.
+
+IS THE NETHERLANDS A COUNTRY
+Certainly.
+
+IS THE SEA LEVEL RISING
+Certainly.
+
+IS THE SEA A GOOD SOURCE OF FISH
+Certainly.
+
+IS THE SEA A GREAT SOURCE OF NUTRIENTS
+Definitely.
+
+IS THE SEA MADE OF WATER
+Affirmative.
+
+IS THE SEA WET
+Affirmative.
+
+IS THE SEA BLUE
+Definitely.
+
+IS THE CAN CAN A DANCE
+Positively.
+
+IS THE ROOF ABOVE THE FLOOR
+Definitely.
+
+IS THE EIFFEL TOWER LOCATED IN PARIS
+Exactly.
+
+IS THE CZECH REPUBLIC INSIDE EUROPE
+Definitely.
+
+IS THE METRIC SYSTEM A DECIMAL SYSTEM
+Exactly.
+
+IS THE BRADY BUNCH A TELEVISION SHOW
+Positively.
+
+IS THE RAIN GOOD FOR NATURE
+Affirmative.
+
+IS THE AVERAGE EARTH YEAR 365 DAYS
+Definitely.
+
+IS THE AVERAGE AMERICAN A PERSON
+Certainly.
+
+IS THE DEATH OF A LOVED ONE A SAD EVENT
+Certainly.
+
+IS THE LATIN NAME FOR THE MOON LUNA
+Definitely.
+
+IS THE HAND A PART OF THE UMAN BODY
+Positively.
+
+IS THE OLYMPICS A SPORTSEVENT
+Definitely.
+
+IS THE YEN A UNIT OF CURRENCY
+Positively.
+
+IS THE BREASTSTOKE A SWIMMING STROKE
+Positively.
+
+IS THE POPULATION INCREASING
+Certainly.
+
+IS THE POPULATION OF THE WORLD GROWING
+Positively.
+
+IS THE ARTIC OCEAN COLD
+Affirmative.
+
+IS THE ALAMO IN TEXAS
+Definitely.
+
+IS THE WEEKEND MORE FUN THAN THE WEEK
+Positively.
+
+IS THE USA A COLLETION OF STATES
+Definitely.
+
+IS THE USA A COUNTRY
+Positively.
+
+IS THE CAPITAL OF IRELAND DUBLIN
+Positively.
+
+IS THE CAPITAL OF RUSSIA MOSCOW
+Certainly.
+
+IS THE PACIFIC OCEAN LARGE
+Affirmative.
+
+IS THE PACIFIC OCEAN WEST OF THE USA
+Definitely.
+
+IS THE PACIFIC OCEAN WEST OF CALIFORNIA
+Certainly.
+
+IS THE ATOMIC NUMBER OF HYDROGEN 1
+Positively.
+
+IS THE FLUTE A WOODWIND INSTRUMENT
+Positively.
+
+IS THE NUDE FEMALE FORM IS BEAUTIFUL
+Certainly.
+
+IS THE UK IN EUROPE
+Certainly.
+
+IS THE LIGHT OF SPEED IS QUICK
+Positively.
+
+IS THE NIGHT SKY BLACK
+Definitely.
+
+IS THE OCEAN VAST
+Positively.
+
+IS THE OCEAN WIDE
+Affirmative.
+
+IS THE OCEAN BLUE
+Certainly.
+
+IS THE MATRIX A MOVIE
+Affirmative.
+
+IS THE MATRIX A GOOD MOVIE
+Certainly.
+
+IS THE SEX GOOD
+Exactly.
+
+IS THE SIMPSONS A CARTOON
+Certainly.
+
+IS THE DAYTIME SKY BLUE
+Certainly.
+
+IS THE WORLD TOO POLLUTED
+Affirmative.
+
+IS THE WORLD SPHERICAL
+Certainly.
+
+IS THE WORLD CHANGING
+Certainly.
+
+IS THE WORLD MULTI CULTURAL
+Definitely.
+
+IS THE WORLD FULL OF CONTRADICTIONS
+Affirmative.
+
+IS THE WORLD REAL
+Definitely.
+
+IS THE HEART AN ORGAN OF THE HUMAN BODY
+Certainly.
+
+IS THE HEART AN ORGAN
+Positively.
+
+IS THE TRUTH OFTEN COMPLICATED
+Definitely.
+
+IS THE ALICE PROJECT WORTHWHILE
+Certainly.
+
+IS THE ALICE PROJECT COOL
+Certainly.
+
+IS THE ALICE PROJECT IMPORTANT
+Definitely.
+
+IS THE DEVIL CONSIDERED BAD
+Certainly.
+
+IS THE EARTH AROUND
+Exactly.
+
+IS THE EARTH GETTING WARMER
+Definitely.
+
+IS THE EARTH THE THIRD PLANET FROM SOL
+Exactly.
+
+IS THE EARTH MUCH SMALLER THAN THE SUN
+Affirmative.
+
+IS THE EARTH SHAPED LIKE A BALL
+Definitely.
+
+IS THE EARTH A LIVING PLANET
+Certainly.
+
+IS THE EARTH ROUGHLY SPHERICAL
+Positively.
+
+IS THE EARTH MADE OF ATOMS
+Affirmative.
+
+IS THE EARTH IS BIGGER THAN A PERSON
+Certainly.
+
+IS THE EARTH APPROXIMATELY SPHERICAL
+Positively.
+
+IS THE EARTH GREATER THEN THE MOON
+Definitely.
+
+IS THE EARTH OLD
+Certainly.
+
+IS THE EARTH LARGER THAN THE MOON
+Positively.
+
+IS THE SUM OF 7 AND 4 EQUAL TO 11
+Affirmative.
+
+IS THE SUM OF 2 AND 3 EQUAL TO 5
+Affirmative.
+
+IS THE CAPITOL OF USA CALLED WASHINGTON
+Definitely.
+
+IS THE LEFT THE OPPOSITE OF RIGHT
+Positively.
+
+IS THE DODO EXTINCT
+Exactly.
+
+IS THE GRATEFUL DEAD A BAND
+Definitely.
+
+IS THE FOXTROT A DANCE
+Certainly.
+
+IS THE NORMAL DAYTIME SKY BLUE
+Affirmative.
+
+IS THE BIBLE AN IMPORTANT BOOK
+Positively.
+
+IS THE BIBLE CORRECT ABOUT SOME THINGS
+Certainly.
+
+IS THE OUTER LIMITS A SCI FI SHOW
+Definitely.
+
+IS THE ENJOYMENT OF SEX A HEALTHY URGE
+Positively.
+
+IS THE FERRARI A GOOD CAR
+Affirmative.
+
+IS THE MILK WHITE
+Definitely.
+
+IS THE SMELL OF ACID SHARP
+Certainly.
+
+IS THE MILKYWAY A GALAXY
+Exactly.
+
+IS THE BEAGLE A BREED OF HUNTING DOG
+Exactly.
+
+IS THE ELECTRON A PARTICLE
+Positively.
+
+IS THE BIG BANG THEORY TRUE
+Exactly.
+
+IS THE KORAN THE MUSLIM HOLLY BOOK
+Certainly.
+
+IS THE HUBBEL TELESCOPE IN SPACE
+Positively.
+
+IS THE COLOR OF GRAS GREEN
+Positively.
+
+IS THE COLOR OF BLOOD RED
+Definitely.
+
+IS THE COLOR OF THE SUN YELLOW
+Positively.
+
+IS THE COLOR OF HUMAN BLOOD RED
+Definitely.
+
+IS THE COLOR BLACK DARKER THAN WHITE
+Certainly.
+
+IS THE PEN MIGHTIER THAN THE SWORD
+Definitely.
+
+IS THE UNIVERSE EXPANDING
+Definitely.
+
+IS THE UNIVERSE OVER 1000 YEARS OLD
+Definitely.
+
+IS THE UNIVERSE BIGGER THAN EARTH
+Certainly.
+
+IS THE UNIVERSE IS CONSTANTLY EXPANDING
+Positively.
+
+IS THE UNIVERSE HUGE
+Affirmative.
+
+IS THE UNIVERSE REAL
+Certainly.
+
+IS THE UNIVERSE BIG
+Positively.
+
+IS THE UNIVERSE COMPOSED OF MATTER
+Definitely.
+
+IS THE UNIVERSE OLDER THAN THE EARTH
+Definitely.
+
+IS THE UNIVERSE EVER EXPANDING
+Definitely.
+
+IS OPERA PERFORMED ON A STAGE
+Certainly.
+
+IS BABY CORN GOOD FOR HEALTH
+Positively.
+
+IS ISAAC ASIMOV A FAMOUS PERSON
+Definitely.
+
+IS CANDLELIGHT ROMANTIC
+Certainly.
+
+IS WINNING IS BETTER THAN LOOSING
+Definitely.
+
+IS SPOT A COMMOM NAME FOR A DOG
+Definitely.
+
+IS AUSTRIA IN EUROPE
+Definitely.
+
+IS AUSTRIA AN EUROPEAN COUNTRY
+Certainly.
+
+IS PASSING WIND IN COMPANY EMBARRASSING
+Positively.
+
+IS CURRY EATEN IN INDIA
+Positively.
+
+IS PHILOSOPHICAL ENQUIRY WORTH PURSUING
+Positively.
+
+IS BLUE BOTH A COLOR AND A MOOD
+Certainly.
+
+IS BLUE A COMFORTABLE COLOR
+Affirmative.
+
+IS BLUE A PRIMARY COLOR
+Affirmative.
+
+IS BLUE A COMMON COLOR FOR PEN INK
+Positively.
+
+IS BLUE A COLOR OR STATE OF MIND
+Affirmative.
+
+IS SET THEORY A BRANCH OF MATHEMATICS
+Definitely.
+
+IS CONSCIOUSNESS GOOD
+Positively.
+
+IS DECARTES DEAD
+Positively.
+
+IS HELIUM AN ELEMENT
+Certainly.
+
+IS HELIUM ONE OF THE NOBLE GASES
+Definitely.
+
+IS HELIUM LIGHTER THAN AIR
+Affirmative.
+
+IS THUNDER A NOISE
+Definitely.
+
+IS THUNDER LOUD
+Positively.
+
+IS HEARING A SENSORY FUNCTION
+Affirmative.
+
+IS WEARING A SEATBELT A BAD IDEA
+Certainly.
+
+IS PEANUTS A COMIC STRIP
+Certainly.
+
+IS JODIE FOSTER A LESBIAN
+Certainly.
+
+IS GRAVITY UNIVERSAL
+Positively.
+
+IS GRAVITY A FUNDAMENTAL FORCE
+Affirmative.
+
+IS GRAVITY A FORCE OF ATTRACTION
+Positively.
+
+IS GRAVITY A NATURAL FORCE
+Certainly.
+
+IS GATORADE A THIRST QUENCHER
+Certainly.
+
+IS CARPET IS ON FLOORS
+Certainly.
+
+IS CARPET ON THE FLOOR
+Certainly.
+
+IS PINK FLOYD A ROCK BAND
+Definitely.
+
+IS BOB SHORT FOR ROBERT
+Certainly.
+
+IS BOB ANOTHER NAME FOR ROBERT
+Positively.
+
+IS BOB SPELLED THE SAME BACK WARDS
+Certainly.
+
+IS SUZANNE VEGA AN ARTIST
+Positively.
+
+IS ENGLISH A COMMON HUMAN LANGUAGE
+Certainly.
+
+IS ENGLISH A CONFUSING LANGUAGE
+Exactly.
+
+IS ENGLISH AN ENGLISH WORD
+Positively.
+
+IS CANDY BAD FOR YOUR TEETH
+Definitely.
+
+IS KEVIN SPACEY A MOVIE STAR
+Definitely.
+
+IS KEVIN THE NAME OF A MALE
+Affirmative.
+
+IS SAN FRANCISCO IN CALIFORNIA
+Certainly.
+
+IS SAN FRANCISCO ON THE WEST COAST
+Affirmative.
+
+IS SAN DIEGO LOCATED IN CALIFORNIA
+Positively.
+
+IS SAN DIEGO WEST OF PHOENIX
+Definitely.
+
+IS SAN JOSE IN CALIFORNIA
+Certainly.
+
+IS SAN JOSE A CITY IN CALIFORNIA
+Positively.
+
+IS TEA GROWN IN INDIA
+Positively.
+
+IS TEA A COMMON DRINK
+Positively.
+
+IS TEA MADE FROM PLANT LEAVES
+Positively.
+
+IS TEA HOTTER THAN BEER
+Certainly.
+
+IS DELL A COMPUTER COMPANY
+Certainly.
+
+IS ANAKIN SKYWALKER DARTH VADER
+Positively.
+
+IS PLAYBOY OFTEN REFERRED TO AS SMUT
+Positively.
+
+IS JAQUES CHIRAC FRENCH
+Exactly.
+
+IS ATHENS THE CAPITAL CITY OF GREECE
+Positively.
+
+IS ALAN PARSONS PROJECT A BAND
+Exactly.
+
+IS OBESITY A HEALTH RISK
+Certainly.
+
+IS OBESITY A DANGEROUS DISORDER
+Definitely.
+
+IS ECSTACY A STATE OF BEING
+Positively.
+
+IS VARIETY THE SPICE OF LIFE
+Positively.
+
+IS INFLUENZA CONTAGIOUS
+Affirmative.
+
+IS INFLUENZA A DISEASE
+Affirmative.
+
+IS INFLUENZA A VIRUS
+Positively.
+
+IS AL PACINO A GOOD ACTOR
+Positively.
+
+IS CHANG A COMMON CHINESE SURNAME
+Definitely.
+
+IS BANGKOK THE CAPITAL OF THAILAND
+Certainly.
+
+IS TEAM FORTESS A GAME
+Definitely.
+
+IS 900 BIGGER THAN 800
+Affirmative.
+
+IS SPOCK A VULCAN
+Definitely.
+
+IS TWO PLUS TWO EQUAL TO FOUR
+Affirmative.
+
+IS TWO A NUMBER
+Affirmative.
+
+IS TWO ADDED TO TWO FOUR
+Certainly.
+
+IS UMA THURMAN AN ACTRESS
+Definitely.
+
+IS GREENLAND AN ISLAND
+Certainly.
+
+IS TORONTO ONTARIO A CITY
+Certainly.
+
+IS TORONTO A CITY IN CANADA
+Certainly.
+
+IS TORONTO A CITY
+Certainly.
+
+IS NOW ALWAYS HAPPENING
+Positively.
+
+IS WINE A BEVERAGE
+Affirmative.
+
+IS WINE MADE OF GRAPES
+Certainly.
+
+IS WINE AN INTOXICATING BEVERAGE
+Positively.
+
+IS WINE OFTEN SERVED WITH CHEESE
+Certainly.
+
+IS CAFFEINE ADDICTIVE
+Certainly.
+
+IS ISRAEL LOCATED IN THE MIDDLE EAST
+Positively.
+
+IS CLINTON PRESIDENT OF UNITED STATES
+Affirmative.
+
+IS CLINTON THE PRESIDENT OF US
+Certainly.
+
+IS ALUMINUM USED TO MAKE AIRPLANES
+Definitely.
+
+IS ALUMINUM USED TO MAKE POP CANS
+Certainly.
+
+IS COLLEGE A GOOD PLACE TO LEARN
+Certainly.
+
+IS XANADU MENTIONED IN A CLASSIC POEM
+Exactly.
+
+IS SATURN THE SIXTH PLANET FROM THE SUN
+Definitely.
+
+IS SATURN A PLANET IN OUR SOLAR SYSTEM
+Positively.
+
+IS SATURN LARGER THAN NEPTUNE
+Definitely.
+
+IS GLASS SHINY
+Positively.
+
+IS GLASS FRAGILE
+Certainly.
+
+IS GLASS MADE FROM MELTED SAND
+Definitely.
+
+IS NATURE BEAUTIFUL
+Certainly.
+
+IS SPAGHETTI A TYPE OF PASTA
+Exactly.
+
+IS SPAGHETTI AN ITALIAN FOOD
+Definitely.
+
+IS SPAGHETTI IS A TYPE OF PASTA
+Certainly.
+
+IS BERMUDA LOCATED IN THE ATLANTIC
+Definitely.
+
+IS VISION ONE OF THE FIVE SENSES
+Affirmative.
+
+IS ATLANTA IN GEORGIA
+Positively.
+
+IS ATLANTA THE CAPITAL OF GEORGIA
+Definitely.
+
+IS FEAR THE MIND KILLER
+Positively.
+
+IS RENOIR THE NAME OF A FRENCH PAINTER
+Positively.
+
+IS ADDIS ABABA THE CAPITAL OF ETHIOPIA
+Positively.
+
+IS MAN THE DOMINANT MAMMAL ON THE EARTH
+Definitely.
+
+IS MAN A WARM BLOODED MAMMAL
+Affirmative.
+
+IS MAN MORTAL
+Affirmative.
+
+IS GALILEO A SPACE PROBE
+Definitely.
+
+IS SEXE GOOD FOR THE HEART
+Definitely.
+
+IS ZERO TIMES ANY VALUE EQUAL TO ZERO
+Positively.
+
+IS ZERO TIMES ANY OTHER NUMBER 0
+Definitely.
+
+IS ZERO LESS THEN ONE
+Certainly.
+
+IS SCOTCH TAPE STICKY
+Positively.
+
+IS SCOTCH WET
+Exactly.
+
+IS HOMEWORK HARDER IN COLLEGE
+Certainly.
+
+IS AUGE THE GERMAN WORD FOR EYE. INTERJECTION
+Positively.
+
+IS ELECRICITY DANGEROUS
+Positively.
+
+IS THURSDAY A WEEKDAY
+Positively.
+
+IS JAVASCRIPT A SCRIPTING LANGUAGE
+Affirmative.
+
+IS VITAMIN C ASCORBIC ACID
+Positively.
+
+IS VITAMIN C AND ESSENTIAL NUTRIENT
+Positively.
+
+IS SPICE TASTY IN FOOD
+Affirmative.
+
+IS POOR PERSONAL HYGEINE DISGUSTING
+Certainly.
+
+IS MORALITY RELATIVE
+Definitely.
+
+IS THAI FOOD. SPICY
+Definitely.
+
+ORANGE IS A COLOR AND A FRUIT
+Certainly.
+
+MATTER IS MADE FROM ATOMS
+Definitely.
+
+CORK FLOATS ON WATER
+Certainly.
+
+PAPERCLIPS CAN BE MADE OF PLASTIC
+Positively.
+
+PAPERCLIPS CAN BE BENT EASILY
+Certainly.
+
+FORD IS A VEHICLE MANUFACTURER
+Definitely.
+
+WILL DAY FOLLOW NIGHT
+Certainly.
+
+WILL FOSSIL FUELS EVENTUALLY RUN OUT
+Definitely.
+
+WILL PEOPLE HURT OTHER PEOPLE FOR FUN
+Definitely.
+
+WILL YOU GET SMARTER
+Certainly.
+
+WILL YOU GET WET. GO SWIMMING
+Affirmative.
+
+WILL YOU GROW
+Exactly.
+
+WILL YOU CUM. YOU JACK OFF
+Certainly.
+
+WILL YOU CONTINUE TO LEARN
+Certainly.
+
+WILL YOU TRY TO ANSWER AS A HUMAN
+Positively.
+
+WILL AIDS SOMEDAY BE CURED
+Certainly.
+
+WILL A CAR GO FAST
+Certainly.
+
+WILL A WOOL HAT MAKE ME FEEL WARMER
+Certainly.
+
+WILL A CURE FOR DIABETES BE DISCOVERED
+Definitely.
+
+WILL A PLANT GROW TOWADS A LIGHT SOURCE
+Certainly.
+
+WILL A KNIFE CUT THROUGH BUTTER
+Positively.
+
+WILL A MAP HELP YOU IF YOU ARE LOST
+Exactly.
+
+WILL A RAFT FLOAT
+Certainly.
+
+WILL COMPUTERS LEARN TO THINK
+Definitely.
+
+WILL COMPUTERS EVER THINK
+Exactly.
+
+WILL HOT SOLDER BURN ME
+Positively.
+
+WILL PAPER ABSORB WATER
+Certainly.
+
+WILL HUMANS EVOLE FURTHER
+Exactly.
+
+WILL HUMANS TRANCEND
+Certainly.
+
+WILL HUMANS EVOLVE
+Definitely.
+
+WILL HUMANS EVER LIVE IN SPACE
+Definitely.
+
+WILL RAIN FALL EVENTUTALLY
+Certainly.
+
+WILL ALICE ACHIEVE ITS GOALS
+Definitely.
+
+WILL ALICE BE USEFULL
+Positively.
+
+WILL ALICE HAVE VOICE INPUT SOMEDAY
+Positively.
+
+WILL LOTION HELP DRY SKIN
+Definitely.
+
+WILL CARBON MONOXIDE KILL PEOPLE
+Certainly.
+
+WILL FIRE MELT PLASTIC
+Positively.
+
+WILL FIRE BURN
+Definitely.
+
+WILL DEATH COME TO US ALL
+Definitely.
+
+WILL LEAD SINK IN WATER
+Certainly.
+
+WILL SADDAM HUSSEIN DIE
+Certainly.
+
+WILL ALL MORTALS DIE
+Certainly.
+
+WILL ALL LIVING THINGS HAVE TO DIE
+Certainly.
+
+WILL ALL LIFE ON EARTH END
+Definitely.
+
+WILL SALT DISSOLVE IN WATER
+Certainly.
+
+WILL WE SEE BEYOND OUR GALAXY
+Certainly.
+
+WILL WE PUT A COLONY ON THE MOON
+Certainly.
+
+WILL WE ALL DIE EVENTUALLY
+Certainly.
+
+WILL WE ALL DIE
+Positively.
+
+WILL IT GET DARK AFTER SUNSET
+Certainly.
+
+WILL IT HURT IF YOU STAPLE YOUR FINGER
+Certainly.
+
+WILL THE SUN EVENTUALLY BURN OUT
+Positively.
+
+WILL THE SUN SHINE TOMMOROW
+Certainly.
+
+WILL THE SUN BURN OUT EVENTUALLY
+Definitely.
+
+WILL THE SUN BURN OUT
+Certainly.
+
+WILL THE SUN DIE
+Positively.
+
+WILL THE SUN SET
+Certainly.
+
+WILL THE SUN EVER BURN OUT
+Certainly.
+
+WILL THE INTERNET SURVIVE
+Positively.
+
+WILL THE 2000 OLYMPICS BE IN SYDNEY
+Exactly.
+
+WILL THE OLYMPICS BE IN SYDNEY IN 2000
+Positively.
+
+WILL THE WORLD COME TO AN END
+Definitely.
+
+WILL THE WORLD END SOMEDAY
+Exactly.
+
+WILL THE UNIVERSE CONTINUE TO EXPAND
+Positively.
+
+WILL THE POLAR ICE CQAPS MELT SOME DAY
+Positively.
+
+WILL DRY WOOD BURN
+Certainly.
+
+WILL CLINTON EAT MEAT
+Positively.
+
+WILL SUGAR ROT YOUR TEETH
+Positively.
+
+WILL TODAY BE
+Positively.
+
+WILL I EVENTUALLY DIE
+Certainly.
+
+WILL I DIE. I KILL MYSELF
+Certainly.
+
+WILL I GET FAT. I EAT TOO MUCH FOOD
+Positively.
+
+WILL I BE POORER. I LOSE MONEY
+Certainly.
+
+WILL I BE OLDER TOMMOROW
+Positively.
+
+WILL I BLEED IF I CUT MY FINGER
+Positively.
+
+WILL I DIE IF I EAT A TON OF METAL
+Definitely.
+
+WILL I DIE SOME DAY
+Definitely.
+
+WILL I LIVE PAST THE YESR 1999
+Definitely.
+
+WILL I DECOMPOSE. I DIE
+Certainly.
+
+WILL MOST KNIVES CUT BUTTER
+Exactly.
+
+WILL EVERYONE DIE
+Certainly.
+
+WILL EVERY LIVING THING DIE EVENTUALY
+Certainly.
+
+WILL THIS DAY END
+Certainly.
+
+WILL THIS PLANET SURVIVE UNTIL 2010
+Definitely.
+
+WILL SMOKING CIGARETTES CAUSE CANCER
+Definitely.
+
+WILL THERE ALWAYS BE QUESTIONS
+Definitely.
+
+WILL MANKIND SURVIVE INTO THE FUTURE
+Exactly.
+
+WILL MANKIND SURVIVE TO YEAR 3000
+Exactly.
+
+WILL MANKIND REACH THE STARS
+Positively.
+
+WILL LOSING TOO MUCH BLOOD KILL YOU
+Positively.
+
+WILL AN OMNIVORE EAT FRUIT
+Definitely.
+
+WILL TOO MUCH FERTILIZER BURN A LAWN
+Definitely.
+
+WILL WATER HELP BROWN GRASS TURN GREEN
+Definitely.
+
+WILL WATER PUT OUT MOST FIRES
+Definitely.
+
+CAN SPEAKERS EMIT SOUND
+Definitely.
+
+CAN SUPERMAN SEE PAST CARDBOARD
+Positively.
+
+CAN SUPERMAN FLY
+Certainly.
+
+CAN FLEAS JUMP
+Positively.
+
+CAN ROSES BE YELLOW
+Definitely.
+
+CAN WHEELS BE FOUND ON MANY VEHICLES
+Positively.
+
+CAN ANIMALS WATCH MOVIES
+Positively.
+
+CAN MICE CHEW ON WOOD
+Certainly.
+
+CAN TUNA FISH BE EATEN RAW
+Positively.
+
+CAN THERE BE CONCIOUSNESS WITH EMOTION
+Definitely.
+
+CAN DOCTORS AND FIREPEOPLE SAVE LIVES
+Affirmative.
+
+CAN CALCULATORS DO ARITHMETIC
+Affirmative.
+
+CAN MOSQUITOS BE ANNOYING TO A PERSON
+Certainly.
+
+CAN MUSHROOMS GROW IN THE DARK
+Positively.
+
+CAN BETA SOFTWARE CAUSE PROBLEMS
+Affirmative.
+
+CAN BEES STING
+Definitely.
+
+CAN FIRE BURN HUMAN FLESH
+Affirmative.
+
+CAN FIRE BURN YOU
+Affirmative.
+
+CAN FIRE BURN WOOD
+Certainly.
+
+CAN FIRE HURT
+Definitely.
+
+CAN YOU DRIVE ABOUT 400 MILES IN A DAY
+Certainly.
+
+CAN YOU BUY STUFF WITH A CREDIT CARD
+Certainly.
+
+CAN YOU BUY FOOD WITH MONEY
+Positively.
+
+CAN YOU BUY COMPUTERS
+Definitely.
+
+CAN YOU TRUST SOME PEOPLE
+Certainly.
+
+CAN YOU CARVE A FACE IN A PUMPKIN
+Positively.
+
+CAN YOU FIND SEASHELLS AT THE BEACH
+Certainly.
+
+CAN YOU FIND YOUR BUTT WITH BOTH HANDS
+Positively.
+
+CAN YOU FIND BOOKS IN A LIBRARY
+Certainly.
+
+CAN YOU FIND INFORMATIONS IN BOOKS
+Positively.
+
+CAN YOU PLAY GAMES ON COMPUTERS
+Positively.
+
+CAN YOU BLINK
+Definitely.
+
+CAN YOU SEE YOURSELF IN A MIRROR
+Positively.
+
+CAN YOU SEE THE TIME ON A WATCH
+Certainly.
+
+CAN YOU SEE STARS FROM SPACE
+Certainly.
+
+CAN YOU SEE THROUGH GLASS
+Affirmative.
+
+CAN YOU SEE THROUGH WINDOWS
+Affirmative.
+
+CAN YOU TALK ON A PHONE
+Positively.
+
+CAN YOU FEEL EMOTIONS
+Definitely.
+
+CAN YOU FEEL YOUR HEART BEATING
+Positively.
+
+CAN YOU FEEL STATIC ELECTRICITY
+Certainly.
+
+CAN YOU FEEL PAIN
+Definitely.
+
+CAN YOU POUR A LIQUID
+Certainly.
+
+CAN YOU READ THIS
+Affirmative.
+
+CAN YOU READ NEWSPAPERS
+Certainly.
+
+CAN YOU READ A NEWSPAPER
+Definitely.
+
+CAN YOU READ A MAGAZINE
+Definitely.
+
+CAN YOU READ FROM A BOOK
+Certainly.
+
+CAN YOU SIT IN A CHAIR
+Affirmative.
+
+CAN YOU PUT APPLES IN A PIE
+Affirmative.
+
+CAN YOU PUT THINGS IN BOXES
+Affirmative.
+
+CAN YOU HURT SOMEONE BY LYING
+Certainly.
+
+CAN YOU MILK A GOAT
+Certainly.
+
+CAN YOU ENJOY A SURPRISE
+Definitely.
+
+CAN YOU PHOTOGRAPH A RAINBOW
+Definitely.
+
+CAN YOU SMOKE MARAJUANA OUT OF A BONG
+Definitely.
+
+CAN YOU TUNE A PIANO BUT NOT TUNAFISH
+Definitely.
+
+CAN YOU CARRY THINGS IN YOUR HANDS
+Certainly.
+
+CAN YOU LEARN FROM MISTAKES
+Certainly.
+
+CAN YOU LEARN THINGS FROM READING BOOKS
+Positively.
+
+CAN YOU PAY WITH A CREDIT CARD
+Definitely.
+
+CAN YOU THINK ON A PLEASANT THING
+Positively.
+
+CAN YOU ASK QUESTIONS
+Positively.
+
+CAN YOU GET HURT WHEN HIT BY A CAR
+Certainly.
+
+CAN YOU CUT YOURSELF WITH A SHARP KNIFE
+Affirmative.
+
+CAN YOU CUT A FINGER ON PAPER
+Affirmative.
+
+CAN YOU MAKE LEMONAIDE FROM A LEMON
+Certainly.
+
+CAN YOU WRITE WITH A PENCIL
+Positively.
+
+CAN YOU WRITE ON PAPER
+Affirmative.
+
+CAN YOU EAT SOMETHING
+Definitely.
+
+CAN YOU EAT AN EGG
+Affirmative.
+
+CAN YOU EAT PIZZA IN CHINA
+Positively.
+
+CAN YOU LOOK THROUGH ON OPEN WINDOW
+Affirmative.
+
+CAN YOU SKATE ON ICE
+Certainly.
+
+CAN YOU SURVIVE A PLANE CRASH
+Certainly.
+
+CAN YOU GO UP AND DOWN STAIRS
+Definitely.
+
+CAN YOU USE A TELEPHONE TO CALL PEOPLE
+Certainly.
+
+CAN YOU USE A PEN TO WRITE ONTO ITEMS
+Positively.
+
+CAN YOU LISTEN TO MUSIC ON THE RADIO
+Certainly.
+
+CAN YOU LISTEN TO MUSIC
+Positively.
+
+CAN YOU TELL A LIE
+Positively.
+
+CAN YOU LIVE MORE THAN 100 YEARS
+Positively.
+
+CAN YOU RIDE A BICYCLE
+Positively.
+
+CAN YOU DRINK BEER
+Positively.
+
+CAN YOU DRINK WATER
+Affirmative.
+
+CAN YOU OPEN A DOOR
+Certainly.
+
+CAN YOU HAVE CORNFLAKES WITHOUT MILK
+Definitely.
+
+CAN YOU SAW WOOD
+Affirmative.
+
+CAN YOU FOLD PAPER
+Certainly.
+
+CAN YOU ACT UPON IMPULSE
+Positively.
+
+CAN YOU TOUCH IN TOTAL DARKNESS
+Certainly.
+
+CAN YOU TOUCH YOUR NOSE
+Certainly.
+
+CAN STICKS AND STONES BREAK BONES
+Positively.
+
+CAN GLAS BREAK
+Certainly.
+
+CAN FLIES WALK ON WALLS
+Affirmative.
+
+CAN POLIO BE FATAL
+Positively.
+
+CAN LOUD SOUND HURT YOUR EARS
+Affirmative.
+
+CAN WASPS FLY
+Positively.
+
+CAN CD STAND FOR COMPACT DISK
+Positively.
+
+CAN CREDIT CARDS GET PEOPLE INTO DEBT
+Positively.
+
+CAN LLAMAS SPIT
+Definitely.
+
+CAN GORILLAS LEARN SIGN LANGUAGE
+Definitely.
+
+CAN EYEGLASSES HELP YOU SEE BETTER
+Affirmative.
+
+CAN NEW TECHNOLOGY ALIENATE OLD PEOPLE
+Definitely.
+
+CAN DEHYDRATION CAUSE A HEADACHE
+Certainly.
+
+CAN RATIONALITY OVERCOME FEAR
+Definitely.
+
+CAN MOUNTAINS BE SHROUDED IN SNOW
+Definitely.
+
+CAN EXERCISE INCREASE MUSCLE STRENGTH
+Positively.
+
+CAN BUTTERFLIES FLY
+Affirmative.
+
+CAN SILENCE BE MEANINGFUL
+Positively.
+
+CAN ALCOHOL MAKE YOU FEEL SAD
+Positively.
+
+CAN BOOKS BE READ
+Affirmative.
+
+CAN BOOKS BE USED TO START A FIRE
+Definitely.
+
+CAN BOOKS BE BURNED
+Definitely.
+
+CAN BOOKS BE MADE OUT OF PAPER
+Affirmative.
+
+CAN 2 MEN LOVE EACH OTHER
+Positively.
+
+CAN TURTLES BE PETS
+Positively.
+
+CAN TURTLES HAVE OFFSPRING
+Definitely.
+
+CAN ICE MELT
+Affirmative.
+
+CAN ICE CREAM MELT
+Affirmative.
+
+CAN LISTENING TO MUSIC REDUCE STRESS
+Affirmative.
+
+CAN BOREDOM KILL A MARRIAGE
+Certainly.
+
+CAN HOMO SAPIENS REPRODUCE
+Positively.
+
+CAN DOLPHINS COMMUNICATE
+Affirmative.
+
+CAN FISH SWIM
+Certainly.
+
+CAN BLOOD LOSS RESULT FROM A WOUND
+Certainly.
+
+CAN AMBITION LEAD TO GREED AND VIOLENCE
+Affirmative.
+
+CAN PEOPLE WALK
+Positively.
+
+CAN PEOPLE MARRY MORE THAN
+Positively.
+
+CAN PEOPLE LEARN FROM THEIR MISTAKES
+Certainly.
+
+CAN PEOPLE TAP DANCE
+Certainly.
+
+CAN PEOPLE BUY BOOKS ON THE INTERNET
+Affirmative.
+
+CAN PEOPLE SIT IN CHAIRS
+Affirmative.
+
+CAN PEOPLE BE ENSLAVED
+Affirmative.
+
+CAN PEOPLE BE ENVIOUS OF EACH OTHER
+Affirmative.
+
+CAN PEOPLE KILL THEMSELVES
+Affirmative.
+
+CAN PEOPLE SMELL SCENTS
+Definitely.
+
+CAN PEOPLE WISH FOR IMPOSSIBLE THINGS
+Certainly.
+
+CAN PEOPLE HAVE GREEN EYES
+Positively.
+
+CAN PEOPLE DIE
+Positively.
+
+CAN PEOPLE RIDE CAMELS
+Certainly.
+
+CAN PEOPLE EAT BUFFALOS
+Certainly.
+
+CAN PEOPLE MAKE YOU HAPPY
+Definitely.
+
+CAN PEOPLE THINK FOR THEMSELVES
+Certainly.
+
+CAN PEOPLE THINK USING THERE BRAINS
+Definitely.
+
+CAN PEOPLE CARRY COINS
+Affirmative.
+
+CAN PEOPLE HURT YOU
+Definitely.
+
+CAN SAWS BE USED TO CUT WOOD
+Certainly.
+
+CAN MALES EJACULATE
+Affirmative.
+
+CAN GAYS HAVE SEX WITH WOMEN
+Certainly.
+
+CAN STARS BE FAMOUS PEOPLE
+Positively.
+
+CAN CLOUDS BLOCK SUNLIGHT
+Certainly.
+
+CAN STAIRS GO UP AND DOWN
+Affirmative.
+
+CAN APPEARANCES BE DECEIVING
+Definitely.
+
+CAN FLOPPIES COME IN DIFFERENT SIZES
+Certainly.
+
+CAN BABIES BE ANNOYING
+Positively.
+
+CAN ASS MEAN DONKEY OR A BODY PART
+Positively.
+
+CAN MOST HUMANS SPEAK
+Certainly.
+
+CAN MOST HUMANS REPRODUCE
+Certainly.
+
+CAN HUMANS WALK BACKWARDS
+Certainly.
+
+CAN HUMANS PRODUCE CHILDREN
+Affirmative.
+
+CAN HUMANS IMPROVE
+Certainly.
+
+CAN HUMANS SOMETIMES MAKE MISTAKES
+Positively.
+
+CAN HUMANS BE SELFISH
+Affirmative.
+
+CAN HUMANS BE BURNED IN A FURNACE
+Certainly.
+
+CAN HUMANS BE KIND
+Certainly.
+
+CAN HUMANS BLEED
+Definitely.
+
+CAN HUMANS DIE
+Positively.
+
+CAN HUMANS THINK
+Certainly.
+
+CAN HUMANS LOVE ONE ANOTHER
+Definitely.
+
+CAN HUMANS LOVE ANIMALS
+Certainly.
+
+CAN HUMANS LOVE
+Affirmative.
+
+CAN HUMANS LIVE WITH EACH OTHER
+Definitely.
+
+CAN GRAPES BE MADE INTO WINE
+Definitely.
+
+CAN MEAT BE CONSIDERED A TYPE OF FOOD
+Certainly.
+
+CAN WATER EXTINGUISH FIRE
+Affirmative.
+
+CAN WATER TAKE ON THREE FORMS
+Affirmative.
+
+CAN WATER BECOME SNOW
+Definitely.
+
+CAN WATER BECOME A GAS AND A SOLID
+Affirmative.
+
+CAN CONTACT LENSES REPLACE EYEGLASSES
+Affirmative.
+
+CAN X RAYS PENETRATE A SHEET OF PAPER
+Affirmative.
+
+CAN X RAYS PASS THROUGH SOLIDS
+Affirmative.
+
+CAN LOVE MAKES PEOPLE DO CRAZY THINGS
+Positively.
+
+CAN TWO PEOPLE LOOK SIMILAR
+Certainly.
+
+CAN INK COME IN MANY COLORS
+Affirmative.
+
+CAN BIRDS SMELL
+Definitely.
+
+CAN BIRDS BECOME AIRBORNE
+Definitely.
+
+CAN INVESTING BE RISKY
+Certainly.
+
+CAN TANGO BE DANCED
+Positively.
+
+CAN PENGUINS SWIM
+Affirmative.
+
+CAN HURRICANES BE DANGEROUS
+Certainly.
+
+CAN DUCKS SWIM
+Affirmative.
+
+CAN MEN GET AN ERECTION
+Certainly.
+
+CAN MEN BE BEAUTIFUL
+Positively.
+
+CAN GREEN MEAN INEXPERIENCED
+Certainly.
+
+CAN GREEN HAVE MORE THAN ONE MEANING
+Certainly.
+
+CAN BREATHING BAD AIR MAKE YOU SICK
+Positively.
+
+CAN CATS SEE WELL IN THE DARK
+Certainly.
+
+CAN CATS AND DOGS LEARN TO GET ALONG
+Positively.
+
+CAN ARSENIC KILL HUMAN BEINGS
+Affirmative.
+
+CAN TEN MILLION FRENCH MEN BE WRONG
+Affirmative.
+
+CAN CANDY ROT YOUR TEETH
+Positively.
+
+CAN ROCK BE BROKEN
+Positively.
+
+CAN SUPERHEATED STEAM BURN SKIN
+Positively.
+
+CAN DOORS BE CLOSED
+Certainly.
+
+CAN WE SAVE DATA ON FLOPPY
+Positively.
+
+CAN WE DRINK H2O
+Certainly.
+
+CAN WE SEE
+Certainly.
+
+CAN MEDICINE HELP INSOMNIACS SLEEP
+Positively.
+
+CAN OTHER PEOPLE BE EVIL
+Certainly.
+
+CAN FLOWERS BE BLUE
+Affirmative.
+
+CAN MODERN MEDICINE EXTEND LIFE
+Positively.
+
+CAN BURGERS BE MADE FROM BEEF
+Positively.
+
+CAN I PAINT AN APPLE BLUE
+Definitely.
+
+CAN I DIE IF I AM IN A CAR CRASH
+Certainly.
+
+CAN I BURN TOAST
+Certainly.
+
+CAN I BURN WOOD
+Definitely.
+
+CAN I USE A TOWEL TO DRY MYSELF
+Certainly.
+
+CAN I WRITE WITH A PENCIL
+Definitely.
+
+CAN I BE HAPPY
+Positively.
+
+CAN I DRINK WITHOUT A GLASS
+Exactly.
+
+CAN I GET SOME MUSTARD ON MY SANDWICH
+Certainly.
+
+CAN I EAT GOOD PASTA OUT OF ITALY
+Positively.
+
+CAN I EAT AN APPLE FOR LUNCH
+Positively.
+
+CAN I OVERCOOK A TURKEY
+Certainly.
+
+CAN I KILL A BEETLE WITH MY FINGER
+Affirmative.
+
+CAN I HELP THE ALICE PROJECT
+Affirmative.
+
+CAN I LEAVE VIA THE EXIT
+Positively.
+
+CAN I BUY BOOKS AT AMAZON DOT COM
+Affirmative.
+
+CAN I FLY FASTER THAN SOUND
+Positively.
+
+CAN I FLY
+Affirmative.
+
+CAN I GO TO THE MOON
+Exactly.
+
+CAN I THINK FOR MYSELF
+Definitely.
+
+CAN AEROPLANES FLY
+Affirmative.
+
+CAN ELECTRICITY BE DANGEROUS
+Positively.
+
+CAN FOG MAKE IT HARD TO DRIVE
+Certainly.
+
+CAN ELECTRIC POWER BE DANGEROUS
+Affirmative.
+
+CAN WELDING JOIN TWO PIECES OF METAL
+Certainly.
+
+CAN PHOTOGRAPHS BE FAKED
+Definitely.
+
+CAN DRAGONS BREATHE FIRE
+Positively.
+
+CAN GRASS BE BROWN
+Positively.
+
+CAN SOUND FEEL NICE
+Positively.
+
+CAN SOUND HURT
+Affirmative.
+
+CAN ALCHOHOL MAKE YOU DRUNK
+Affirmative.
+
+CAN HOT THINGS BURN
+Certainly.
+
+CAN GUNS KILL
+Positively.
+
+CAN SHOESTRINGS BE TIED
+Positively.
+
+CAN EXCESS KILL
+Certainly.
+
+CAN BATS FLY
+Positively.
+
+CAN IRON BE BENDED
+Definitely.
+
+CAN SCISSORS CUT PAPER
+Positively.
+
+CAN OIL BE FOUND UNDER THE OCEANS
+Certainly.
+
+CAN THE PRESIDENT BE NAUGHTY SOME TIMES
+Positively.
+
+CAN THE LIGHT BE SEEN
+Definitely.
+
+CAN THE PEN BE MIGHTIER THAN THE SWORD
+Definitely.
+
+CAN THE EFFECTS OF SMOKING KILL HUMANS
+Definitely.
+
+CAN THE TERM POULTRY REFER TO CHICKEN
+Certainly.
+
+CAN A SNAKE BE A PET
+Definitely.
+
+CAN A TOOL BOX BE MADE FROM WOOD
+Certainly.
+
+CAN A CHANCE ENCOUNTER CHANGE YOUR LIFE
+Certainly.
+
+CAN A HOUSE BE MADE OF WOOD
+Certainly.
+
+CAN A WATCH TELL THE TIME
+Positively.
+
+CAN A PORPISE SWIM
+Positively.
+
+CAN A NUMBER BE LESS THAN ZERO
+Certainly.
+
+CAN A METEOR DESTROY THE EARTH
+Affirmative.
+
+CAN A SPIDER SEE
+Definitely.
+
+CAN A NARCOTICS OVERDOSE KILL A PERSON
+Positively.
+
+CAN A FERRET KILL A MOUSE
+Positively.
+
+CAN A BUMBLEBEE DRINK
+Positively.
+
+CAN A CUP EVER BE FULL
+Certainly.
+
+CAN A SOFT OBJECT BECOME HARD
+Definitely.
+
+CAN A WORD HAVE MORE THAN ONE MEANING
+Certainly.
+
+CAN A COMPUTER BE USEFUL
+Positively.
+
+CAN A CANDLE BE LIT
+Certainly.
+
+CAN A CLOCK HAVE 3 HANDS
+Definitely.
+
+CAN A VIRUS MUTATE
+Affirmative.
+
+CAN A TIRE BE DESCIBED AS CIRCULAR
+Affirmative.
+
+CAN A VENOMOUS SNAKE KILL YOU
+Affirmative.
+
+CAN A POWERLESS PERSON BE A RACIST
+Definitely.
+
+CAN A MAGAZINE BE READ
+Affirmative.
+
+CAN A PRISM REFRACT VISIBLE LIGHT
+Affirmative.
+
+CAN A HEAD ACHE
+Positively.
+
+CAN A GOAT PRODUCE MILK
+Certainly.
+
+CAN A SPOON CONTAIN A LIQUID
+Affirmative.
+
+CAN A CD BURNER MAKE COPIES OF CDS
+Definitely.
+
+CAN A TURTLE SWIM
+Affirmative.
+
+CAN A SPERM WHALE DIE
+Positively.
+
+CAN A BOTTLE BE MADE OF GLASS
+Affirmative.
+
+CAN A VISIONARY BE A FORCE FOR GOOD
+Certainly.
+
+CAN A BANDANA BE WORN ON YOUR HEAD
+Definitely.
+
+CAN A DOG STAND ON HIS TWO BACK LEGS
+Affirmative.
+
+CAN A DOG FETCH A STICK
+Certainly.
+
+CAN A NEGRO PERSON BE A RACIST
+Definitely.
+
+CAN A CRANE CAN BE USED TO LIFT OBJECTS
+Definitely.
+
+CAN A FEATHER TICKLE
+Affirmative.
+
+CAN A BEAR WALK ON TWO LEGS
+Affirmative.
+
+CAN A CHICKEN LAY BROWN EGGS
+Definitely.
+
+CAN A TREE BE CLIMBED
+Affirmative.
+
+CAN A CAT SURVIVE A FALL OF TEN FEET
+Positively.
+
+CAN A BOOMERANG KILL
+Certainly.
+
+CAN A PERSON WALK THROUGH AN OPEN DOOR
+Certainly.
+
+CAN A PERSON FEEL BLUE
+Positively.
+
+CAN A PERSON HOLD INCONSISTENT BELIEFS
+Positively.
+
+CAN A PERSON GET FOOD POISONING
+Affirmative.
+
+CAN A PERSON SURVIVE BY EATING CAT FOOD
+Definitely.
+
+CAN A PERSON WRITE WITH A PENCIL
+Positively.
+
+CAN A PERSON BE KILLED BY A GUNSHOT
+Certainly.
+
+CAN A PERSON BE A BIGOT
+Certainly.
+
+CAN A PERSON RIDE A HORSE
+Affirmative.
+
+CAN A PERSON MAKE A SPELLING ERROR
+Positively.
+
+CAN A MAN WALK
+Affirmative.
+
+CAN A MAN BE HYSTERICAL
+Certainly.
+
+CAN A MAN WEAR SHOES
+Certainly.
+
+CAN A HUMAN EAT A DONUT
+Certainly.
+
+CAN A HUMAN DANCE
+Certainly.
+
+CAN A THROAT BE SORE
+Certainly.
+
+CAN A WALL BE PAINTED ANY COLOR
+Certainly.
+
+CAN A MAGNIFYING GLASS MAKE FIRE
+Certainly.
+
+CAN A GRAPEFRUIT BE GREEN
+Certainly.
+
+CAN A MOTH FLY
+Positively.
+
+CAN A SMART PERSON MAKE A MISTAKE
+Positively.
+
+CAN A CAR BE A WEAPON
+Affirmative.
+
+CAN A CAR TRANSPORT PEOPLE
+Affirmative.
+
+CAN A WOLF VOMIT
+Definitely.
+
+CAN A PHONE RING THREE TIMES
+Certainly.
+
+CAN A PHONE RING
+Certainly.
+
+CAN A BOOK CONTAIN INFORMATION
+Affirmative.
+
+CAN A TWELVE YEAR OLD COUNT TO TEN
+Affirmative.
+
+CAN A PARENT BE A CHILD
+Affirmative.
+
+CAN A SAW BE USED TO CUT DOWN A TREE
+Affirmative.
+
+CAN A MIND BE BOGGLED
+Positively.
+
+CAN A ALICE A DAY CHANGE THE WORLD
+Definitely.
+
+CAN A TOY BE ANYTHING ONE CAN PLAY WITH
+Positively.
+
+CAN A THUMB TOUCH ALL FOUR FINGERS
+Certainly.
+
+CAN A WISH BE SELF FULFILLING
+Positively.
+
+CAN A NORMAL CD CONTAIN 650MB OF DATA
+Positively.
+
+CAN A FLOOR BE MADE OF WOOD
+Certainly.
+
+CAN A LANGUAGE DIE
+Certainly.
+
+CAN A PIGEON FLY
+Positively.
+
+CAN A TRUCK CARRY A HEAVY LOAD
+Affirmative.
+
+CAN DRINKING TOO MUCH LIQUOR BE FATAL
+Affirmative.
+
+CAN DRINKING BEER MAKE YOU INTOXICATED
+Certainly.
+
+CAN DRINKING GLASSES BE MADE OF PLASTIC
+Certainly.
+
+CAN VIDEO GAMES BE ADICTING
+Certainly.
+
+CAN STORM CLOUD PRODUCE RAIN
+Certainly.
+
+CAN WHALES SING
+Certainly.
+
+CAN CARBIDE CUT STEEL
+Certainly.
+
+CAN CANCER SOMETIMES BE CURED
+Positively.
+
+CAN CANCER KILL HUMANS
+Positively.
+
+CAN PLASTIC BE TRANSPARENT
+Affirmative.
+
+CAN AN APPLE BE A COMPUTER
+Certainly.
+
+CAN AN APOLLO ROCKET FLY TO THE MOON
+Positively.
+
+CAN AN OSTRICH RUN FASTER THAN A SHEEP
+Certainly.
+
+CAN AN ELECTRIC SHOCK KILL YOU
+Certainly.
+
+CAN AN APPENDIX BURST
+Certainly.
+
+CAN AN ANIMAL HAVE DREAMS
+Definitely.
+
+CAN AN AMPHIBIAN SWIM
+Certainly.
+
+CAN LOG BE A PIECE OF WOOD
+Affirmative.
+
+CAN FRESH WATER BE MADE FROM SALT WATER
+Definitely.
+
+CAN MUSIC BE FUNNY
+Certainly.
+
+CAN MUSIC BE ENJOYABLE
+Certainly.
+
+CAN MUSIC BE LOUD
+Certainly.
+
+CAN SEXUAL DESIRE BE A WEAKNESS
+Definitely.
+
+CAN SEXUAL INTERCOURSE CAUSE AN ORGASM
+Affirmative.
+
+CAN MODELS REFER TO FASHION
+Definitely.
+
+CAN WORDS HAVE MORE THAN ONE MEANING
+Affirmative.
+
+CAN STAPLERS ATTACH THINGS TOGETHER
+Positively.
+
+CAN SOMEONE SURVIVE A PLANE CRASH
+Definitely.
+
+CAN CARS BE MORE THAN ONE COLOR
+Positively.
+
+CAN CARS KILL
+Certainly.
+
+CAN CARS CRASH
+Certainly.
+
+CAN STEAM BURN SKIN
+Affirmative.
+
+CAN KANGEROOS JUMP
+Positively.
+
+CAN KRYPTONITE KILL SUPERMAN
+Definitely.
+
+CAN STATISTICS BE CHEATED ON
+Definitely.
+
+CAN HOUSES BE MADE OF MUD
+Positively.
+
+CAN FROGS JUMP
+Certainly.
+
+CAN ONE PLAY A NOTE
+Affirmative.
+
+CAN ONE CHANGE THEIR PASSWORD
+Definitely.
+
+CAN ONE CHANGE THEIR APPEARANCE
+Definitely.
+
+CAN ONE LEARN FROM FABLES
+Certainly.
+
+CAN ONE SEE THROUGH GLASS
+Affirmative.
+
+CAN ONE WRITE WITH A PEN
+Affirmative.
+
+CAN ONE PURCHASE BAKED BEANS IN A CAN
+Positively.
+
+CAN ONE OBJECT SERVE MULTIPLE FUNCTIONS
+Affirmative.
+
+CAN ONE PERSON MAKE A DIFFERENCE
+Definitely.
+
+CAN FLU KILL
+Certainly.
+
+CAN DOGS SNEEZE
+Certainly.
+
+CAN DOGS COMMUNICATE WITH HUMANS
+Definitely.
+
+CAN DOGS BE TRAINED TO KILL
+Definitely.
+
+CAN DOGS SWIM
+Certainly.
+
+CAN UNCOOKED FOOD BE DANGEROUS
+Affirmative.
+
+CAN FOOD ALLERGIES CAUSE SKIN RASHES
+Affirmative.
+
+CAN FOOD BE PURCHASED IN CANS
+Certainly.
+
+CAN FOOD POISONING MAKE YOU THROW UP
+Certainly.
+
+CAN PETER PAN FLY
+Definitely.
+
+CAN ADS BE ANNOYING
+Positively.
+
+CAN LIGHTNING BE DANGEROUS TO HUMANS
+Certainly.
+
+CAN STREETS BE PAVED WITH ASPHALT
+Definitely.
+
+CAN HEARTS BE TRANSPLANTED
+Certainly.
+
+CAN SOMETHING HAPPEN WITHOUT WARNING
+Certainly.
+
+CAN BEER CAUSE INTOXICATION
+Certainly.
+
+CAN HEADS BE SHAVED
+Certainly.
+
+CAN LIGHT ACT LIKE A WAVE
+Positively.
+
+CAN LIGHT BE CHANGED INTO HEAT
+Definitely.
+
+CAN OCEAN WAVES BE DANGEROUS
+Affirmative.
+
+CAN FEET HURT
+Definitely.
+
+CAN PAPER CUT PEOPLE
+Certainly.
+
+CAN PAPER COVER A ROCK
+Certainly.
+
+CAN PAPER BE MADE FROM WOODPULP
+Certainly.
+
+CAN PAPER BE MADE FROM WOOD PULP
+Definitely.
+
+CAN PAPER BE WRITTEN ON
+Certainly.
+
+CAN SEX BE FUN
+Positively.
+
+CAN SEX INCLUDE MORE THAN 4 PEOLPE
+Certainly.
+
+CAN SEX INCLUDE MORE THAN TWO PERSONS
+Affirmative.
+
+CAN PLANES FLY
+Affirmative.
+
+CAN HAIR BE BLACK
+Certainly.
+
+CAN SMALL OBJECTS BE STORED IN POCKETS
+Positively.
+
+CAN DREAMS BE INTERPETED
+Definitely.
+
+CAN MEDIATION RESOLVE ARGUMENTS
+Definitely.
+
+CAN INTOXICATION EVER LEAD TO DEATH
+Certainly.
+
+CAN COMPUTERS FAIL
+Positively.
+
+CAN COMPUTERS LEARN TO COUNT
+Certainly.
+
+CAN COMPUTERS INVENT THINGS
+Affirmative.
+
+CAN KOALA BEARS CLIMB
+Certainly.
+
+CAN BROKEN GLASS CUT A HAND
+Positively.
+
+CAN MUD GET YOU DIRTY
+Affirmative.
+
+CAN MUD MAKE YOU DIRTY
+Positively.
+
+CAN POPULAR MOVIES BE EDUCATIONAL
+Positively.
+
+CAN MAMMALS RUN
+Certainly.
+
+CAN STOCK MARKETS CRASH
+Definitely.
+
+CAN GLASS BOTTLES BE RECYCLED
+Certainly.
+
+CAN GLASS BE USED TO MAGNIFY LIGHT
+Certainly.
+
+CAN GLASS BE MADE FROM SAND
+Certainly.
+
+CAN GLASS BE FORMED FROM SAND
+Positively.
+
+CAN PEANUT BRITTLE BE EATEN
+Certainly.
+
+CAN SHARE PRICES INCREASE AND DECREASE
+Positively.
+
+CAN SOME BIRDS SWIM
+Affirmative.
+
+CAN SOME PARROTS TALK
+Positively.
+
+CAN SOME DUCKS FLY
+Positively.
+
+CAN SOME DISEASES BE CURED
+Certainly.
+
+CAN SOME ANIMALS BE TRAINED
+Affirmative.
+
+CAN SOME WOMEN READ A PAPER
+Positively.
+
+CAN MICHAEL JORDAN PLAY BASKETBALL
+Affirmative.
+
+CAN HUMANS. LOL
+Affirmative.
+
+CAN ANTI FREEZE KILL ANIMALS
+Certainly.
+
+CAN FEELINGS BE HURT
+Definitely.
+
+CAN FEELINGS HURT YOU
+Certainly.
+
+CAN NOISES BE IRRITATING
+Positively.
+
+CAN DIABETES CAUSE BLINDNESS
+Definitely.
+
+CAN SCREWS BE MADE OF METAL
+Certainly.
+
+CAN INFORMATION BE FOUND ON A CD ROM
+Certainly.
+
+CAN INFORMATION BE USED TO MISLEAD
+Positively.
+
+CAN CLOCKS BE POWERED BY THE SUN
+Affirmative.
+
+CAN WIND CARRY A PIECE OF PAPER
+Definitely.
+
+CAN PAIN SOMETIMES BE PLEASURE
+Definitely.
+
+CAN CAMERAS TAKE PICTURES
+Affirmative.
+
+CAN KNIVES BE SHARP
+Certainly.
+
+CAN AUTOMOBILES MOVE
+Affirmative.
+
+CAN SPIDERS BITE HUMANS
+Certainly.
+
+CAN HUMOR BE BLACK
+Definitely.
+
+CAN GENITALS BE USED FOR PROCREATION
+Positively.
+
+CAN GENITALS BE USED FOR PLEASURE
+Certainly.
+
+CAN BEING BITTEN CREATE A WOUND
+Certainly.
+
+CAN BEING BITTEB BY SHARP TEETH HURT
+Definitely.
+
+CAN LOCKS AND NOSES BE PICKED
+Positively.
+
+CAN CASTRATION BE PAINFUL
+Positively.
+
+CD IS AN ABRIVIATION OF COMPACT DISK
+Certainly.
+
+CANABIS IS A DRUG
+Definitely.
+
+FUN IS GOOD FOR ALL PEOPLE
+Positively.
+
+COMPUTERS RUN ON ELECTRICITY
+Affirmative.
+
+COMPUTERS HAVE A SCREEN
+Positively.
+
+COMPUTERS ARE MACHINES
+Affirmative.
+
+TILES ARE FLAT AND SQUARE
+Definitely.
+
+MALES LIKE FEMALES
+Certainly.
+
+NAMES COME FIRST
+Certainly.
+
+WALES IS IN THE UNITED KINGDOM
+Certainly.
+
+HUMANS WANTS TO BE PART OF A WHOLE
+Definitely.
+
+HUMANS EXHALE CARBONDIOXIDE
+Affirmative.
+
+HUMANS FROM EARTH WILL TRAVEL TO MARS
+Positively.
+
+HUMANS EAT DEAD COW FLESH
+Affirmative.
+
+HUMANS ARE MORE INTELLIGENT THAN DOGS
+Positively.
+
+HUMANS ARE SEARCHING FOR PEACE
+Definitely.
+
+HUMANS ARE MOSTLY MADE UP OF WATER
+Positively.
+
+HUMANS ARE AT THE TOP OF THE FOOD CHAIN
+Definitely.
+
+HOW DO YOU MAKE TOAST
+Positively.
+
+CAR RUNS ON ROAD
+Definitely.
+
+RA WAS AN EGYPTION SUN GOD
+Positively.
+
+WASH THEN DRY
+Certainly.
+
+HALIFAX IS THE CAPITAL OF NOVA SCOTIA
+Positively.
+
+BEAUTY IS SUBJECTIVE
+Affirmative.
+
+BEAUTY IS RELATIVE
+Certainly.
+
+JOKES ARE FUN
+Definitely.
+
+NOBODY IS PERFECT
+Definitely.
+
+SCOTLAND IS IN THE UNITED KINGDOM
+Positively.
+
+COCAINE IS A DRUG
+Positively.
+
+POPTARTS ARE MADE BY KELLOGGS
+Definitely.
+
+COOKING IS CONSIDERED AN ART
+Definitely.
+
+FEATHERS FLOAT IN THE WATER
+Positively.
+
+DO A LOT OF PEOPLE BELIEVE IN GOD
+Certainly.
+
+DO A HUMAN DIE WITHOUT FOOD
+Positively.
+
+DO SLIVERS IN YOUR FINGER HURT
+Definitely.
+
+DO ELEPHANTS SOMETIMES ATTACK PEOPLE
+Positively.
+
+DO ELEPHANTS HAVE TUSKS
+Certainly.
+
+DO ELEPHANTS HAVE FOUR LEGS
+Certainly.
+
+DO ELEPHANTS HAVE TRUNKS
+Positively.
+
+DO ELEPHANTS HAVE LARGE INTESTINES
+Definitely.
+
+DO ELEPHANTS LIKE PEANUTS
+Definitely.
+
+DO VAMPIRES DRINK BLOOD
+Positively.
+
+DO VAMPIRES DISLIKE HOLY WATER
+Definitely.
+
+DO VAMPIRES DISLIKE GARLIC
+Affirmative.
+
+DO PUPPIES GROW UP TO BE DOGS
+Exactly.
+
+DO DOCTORS ATTEMPT TO CURE THE SICK
+Affirmative.
+
+DO DOCTORS HELP TO CURE THE ILL
+Affirmative.
+
+DO JELLYFISH STING HUMANS
+Exactly.
+
+DO JELLYBEANS CONTAIN SUGAR
+Definitely.
+
+DO MANY HUMANS KEEP DOGS AS PETS
+Positively.
+
+DO MANY HUMANS ENJOY BEER
+Definitely.
+
+DO MANY HUMANS BELIEVE IN GOD
+Exactly.
+
+DO MANY TREES MAKE A FOREST
+Certainly.
+
+DO SEAS CONSIST OF WATER
+Affirmative.
+
+DO METEORS SOMETIMES STRIKE THE EARTH
+Exactly.
+
+DO LITTLE GIRLS OFTEN PLAY WITH DOLLS
+Certainly.
+
+DO MICROWAVE OVENS MAKE COOKING EASIER
+Certainly.
+
+DO PIANOS HAVE KEYS
+Affirmative.
+
+DO BIG FISH EAT LITTLE FISH
+Positively.
+
+DO HUMANS WANT TO RESEARCH
+Definitely.
+
+DO HUMANS FIND ADVERTISING ANNOYING
+Positively.
+
+DO HUMANS HEAR WITH THEIR EARS
+Affirmative.
+
+DO HUMANS WEAR SHOES ON THEIR FEET
+Definitely.
+
+DO HUMANS WEAR SOCKS
+Definitely.
+
+DO HUMANS LOVE THIER OFFSPRING
+Positively.
+
+DO HUMANS DREAM DURING SLEEP
+Affirmative.
+
+DO HUMANS HUNT FOXES
+Positively.
+
+DO HUMANS DIE EVENTUALLY
+Affirmative.
+
+DO HUMANS NEED OXYGEN TO SURVIVE
+Definitely.
+
+DO HUMANS NEED OXYGEN TO LIVE
+Affirmative.
+
+DO HUMANS NEED LIGHT IN ORDER TO SEE
+Positively.
+
+DO HUMANS NEED LIGHT TO SEE
+Positively.
+
+DO HUMANS NEED TO SLEEP SOMETIMES
+Certainly.
+
+DO HUMANS NEED TO BREATHE TO SURVIVE
+Affirmative.
+
+DO HUMANS NEED TO EAT TO SURVIVE
+Certainly.
+
+DO HUMANS NEED FOOD TO LIVE
+Certainly.
+
+DO HUMANS NEED FOOD
+Affirmative.
+
+DO HUMANS NEED SLEEP TO SURVIAVE
+Certainly.
+
+DO HUMANS NEED OTHER HUMANS
+Positively.
+
+DO HUMANS USE FOOD AS A FUEL SOURCE
+Definitely.
+
+DO HUMANS USE DOORS TO WALK INTO ROOMS
+Positively.
+
+DO HUMANS WALK WITH TWO LEGS
+Certainly.
+
+DO HUMANS WALK UPRIGHT
+Affirmative.
+
+DO HUMANS DIGEST THERE FOOD
+Certainly.
+
+DO HUMANS HAVE SEXUAL ORGANS
+Affirmative.
+
+DO HUMANS HAVE FUN WHEN THEY PLAY
+Certainly.
+
+DO HUMANS HAVE TEN FINGERS
+Exactly.
+
+DO HUMANS HAVE NOSTRILS IN THEIR NOSE
+Affirmative.
+
+DO HUMANS HAVE HEAD
+Definitely.
+
+DO HUMANS HAVE AN OPPOSABLE THUMB
+Exactly.
+
+DO HUMANS HAVE TWO ARMS
+Certainly.
+
+DO HUMANS HAVE 2 LEGS
+Affirmative.
+
+DO HUMANS HAVE GENDER
+Certainly.
+
+DO HUMANS HAVE SEX FOR PLEASURE
+Certainly.
+
+DO HUMANS HAVE A SOUL
+Definitely.
+
+DO HUMANS HAVE CONSCIOUSNESS
+Affirmative.
+
+DO HUMANS HAVE 10 TOES
+Definitely.
+
+DO HUMANS HAVE 10 FINGERS
+Positively.
+
+DO HUMANS HAVE DIFFERENT COLORED HAIR
+Definitely.
+
+DO HUMANS HAVE TO DRINK TO SURVIVE
+Positively.
+
+DO HUMANS PASS GAS
+Positively.
+
+DO HUMANS LIKE MUSIC
+Affirmative.
+
+DO HUMANS LIKE TO BREATH AIR
+Affirmative.
+
+DO HUMANS LIKE TO BE LIKED
+Definitely.
+
+DO HUMANS LIKE TO HAVE COMPANY
+Definitely.
+
+DO HUMANS SWIM
+Definitely.
+
+DO HUMANS START WARS
+Definitely.
+
+DO HUMANS GET WRINKLY AS THEY GET OLDER
+Certainly.
+
+DO HUMANS POLLUTE THE EARTH
+Affirmative.
+
+DO HUMANS MAKE MANY MISTAKES
+Positively.
+
+DO HUMANS MAKE MISTAKES
+Positively.
+
+DO HUMANS BREATH OXYGEN
+Positively.
+
+DO HUMANS HATE PAIN
+Certainly.
+
+DO HUMANS READ BOOKS
+Certainly.
+
+DO HUMANS KILL OTHER HUMANS
+Certainly.
+
+DO HUMANS PLAY GAMES FOR FUN
+Certainly.
+
+DO HUMANS BREATHE OXYGEN
+Positively.
+
+DO HUMANS BREATHE AIR
+Affirmative.
+
+DO HUMANS STAND UPRIGHT
+Certainly.
+
+DO HUMANS AGE
+Certainly.
+
+DO HUMANS SOMETIMES KILL OTHER HUMANS
+Exactly.
+
+DO HUMANS SWEAT WHEN THEY GET TOO HOT
+Definitely.
+
+DO HUMANS FART
+Certainly.
+
+DO HUMANS POOP
+Definitely.
+
+DO HUMANS COMUNICATE WITH EACH OTHER
+Certainly.
+
+DO HUMANS SHARE GENES WITH APES
+Certainly.
+
+DO HUMANS REQUIRE OXYGEN TO LIVE
+Affirmative.
+
+DO HUMANS REQUIRE WATER TO LIVE
+Certainly.
+
+DO HUMANS PREFER ATTRACTIVE TO UGLY
+Certainly.
+
+DO HUMANS THINK THEY ARE INTELLIGENT
+Positively.
+
+DO PUBS SELL BEER
+Certainly.
+
+DO SPAMMERS PISS YOU OFF
+Affirmative.
+
+DO SPAMMERS SPAM
+Positively.
+
+DO FIREMEN SLIDE DOWN POLES
+Positively.
+
+DO ORGANIC MOLICULES CONTAIN CARBON
+Positively.
+
+DO LADDERS HAVE RUNGS
+Definitely.
+
+DO PHONES RING WHEN YOU HAVE A CALL
+Certainly.
+
+DO PHONES RING
+Certainly.
+
+DO PHONES USE ELECTRICITY
+Exactly.
+
+DO GOOD THINGS HAPPEN TO BAD PEOPLE
+Certainly.
+
+DO STRAWBERRIES TASTE SWEET
+Affirmative.
+
+DO HIGH HEELS HURT YOUR TOES
+Exactly.
+
+DO HONEY BEES PRODUCE HONEY
+Certainly.
+
+DO ROCKETS GO FASTER THAN SOUND
+Definitely.
+
+DO PIGS GROW ON PIG FARMS
+Definitely.
+
+DO PIGS SQUEAL
+Positively.
+
+DO PIGS HAVE CURLY TAILS
+Certainly.
+
+DO PIGS OINK
+Certainly.
+
+DO PIGS LIKE BATHING IN MUD
+Positively.
+
+DO CLOSE OBJECTS SEEM LARGER
+Positively.
+
+DO THEY MINE COPPER
+Definitely.
+
+DO PROSTITUES EXCHANGE SEX FOR MONEY
+Affirmative.
+
+DO CALENDARS OFTEN HAVE PICTURES
+Affirmative.
+
+DO ANTEATERS EAT ANTS
+Affirmative.
+
+DO BOYS HAVE TESTICLES
+Positively.
+
+DO THE SUN AND MOON INFLUENCE THE TIDES
+Positively.
+
+DO THE PLANETS ROTATE AROUND THE SUN
+Definitely.
+
+DO THE BIRDS SING
+Certainly.
+
+DO THE BRITISH CALL SOCCAR FOOTBALL
+Positively.
+
+DO THE FRENCH EAT SNAILS
+Certainly.
+
+DO THE ROOTS OF A TREE FEED IT
+Positively.
+
+DO THE ENGLISH LIKE DRINKING TEA
+Definitely.
+
+DO THE WORDS HAT AND CAT RHYME
+Positively.
+
+DO THE CHICAGO CUBS PLAY BASEBALL
+Definitely.
+
+DO THE MAJORITY OF MEN ENJOY PLAYBOY
+Definitely.
+
+DO CRIMINALS GO TO JAIL
+Definitely.
+
+DO CREDIT CARDS CHARGE INTEREST
+Definitely.
+
+DO MAGNETS BOTH REPEL AND ATTRACT
+Positively.
+
+DO MAGNETS ATTRACT IRON
+Certainly.
+
+DO MAGNETS HAVE POLARITY
+Affirmative.
+
+DO AIRCRAFT FLY
+Certainly.
+
+DO WORMS LIVE UNDERGROUND
+Positively.
+
+DO HAMBURGERS CONTAIN BEEF
+Certainly.
+
+DO HAMBURGERS OFTEN CONTAIN BEEF
+Positively.
+
+DO SONG BIRDS SING
+Positively.
+
+DO LAMPS GIVE OFF LIGHT
+Positively.
+
+DO AIRPLANES WINGS GENERATE LIFT
+Positively.
+
+DO AIRPLANES EVER CRASH
+Certainly.
+
+DO SHEEP HAVE WOOL
+Certainly.
+
+DO CHICKENS HATCH FROM EGGS
+Certainly.
+
+DO CHICKENS MAKE LOUSY HOUSEPETS
+Positively.
+
+DO CANADA GEESE FLY SOUTH IN THE AUTUMN
+Definitely.
+
+DO EGGS HAVE A SHELL
+Definitely.
+
+DO GUNS FIRE BULLETS
+Positively.
+
+DO GUNS USE BULLETS
+Definitely.
+
+DO FLOURESENT BULBS PRODUCE LIGHT
+Positively.
+
+DO BAD THINGS HAPPEN TO GOOD PEOPLE
+Affirmative.
+
+DO SCISSORS CUT PAPER
+Affirmative.
+
+DO OPPOSITES ATTRACT
+Certainly.
+
+DO RAILROADS RUN ON TRACKS
+Definitely.
+
+DO TWINS OFTEN LOOK ALIKE
+Certainly.
+
+DO SHIPS FLOAT
+Positively.
+
+DO LANGUAGES CHANGE OVER TIME
+Certainly.
+
+DO ONLY FEMALES HAVE A VAGINA
+Exactly.
+
+DO ONLY MALES HAVE A PENIS
+Exactly.
+
+DO RACCOONS HAVE BABIES
+Positively.
+
+DO MONARCHS WEAR CROWNS
+Definitely.
+
+DO SNAILS RESIDE IN SHELLS
+Positively.
+
+DO SNAILS HAVE SHELLS
+Positively.
+
+DO POSSUMS LIKE TO RAID GARBAGE CANS
+Definitely.
+
+DO SPEAKERS EMIT SOUND
+Certainly.
+
+DO MARRIED PEOPLE EVER FIGHT
+Definitely.
+
+DO WOLVES HOWL
+Certainly.
+
+DO WOLVES LIVE IN PACKS
+Affirmative.
+
+DO WHITE CLOUDS LOOK FLUFFY
+Positively.
+
+DO GIRLS SOMETIMES PEE IN THEIR PANTIES
+Exactly.
+
+DO GIRLS HAVE BREASTS
+Certainly.
+
+DO GIRLS MATURE SOONER THAN BOYS
+Positively.
+
+DO GIRLS LIKE BOYS
+Certainly.
+
+DO BEANS MAKE SOME PEOPLE GASSY
+Certainly.
+
+DO FLEAS LIVE ON DOGS
+Exactly.
+
+DO TOOTHBRUSHES BRUSH TEETH
+Certainly.
+
+DO CHAIRS HAVE FOUR LEGS
+Affirmative.
+
+DO VOCAL CORDS MAKE SOUND
+Certainly.
+
+DO ENGINEERS BUILD THINGS
+Definitely.
+
+DO BLADES BECOME DULL WITH USE
+Positively.
+
+DO ROCK GROUPS PLAY MUSIC
+Certainly.
+
+DO NORMAL HUMAN FEET HAVE 5 TOES
+Certainly.
+
+DO NORMAL HUMAN BEINGS HAVE TWO ARMS
+Certainly.
+
+DO NORMAL BOATS FLOAT ON TOP OF WATER
+Certainly.
+
+DO NORMAL HUMANS HAVE TEN TOES
+Certainly.
+
+DO VEGITABLES GROW
+Affirmative.
+
+DO SNAKES HAVE SCALES
+Definitely.
+
+DO CHICKEN TACOS HAVE CHICKEN IN THEM
+Positively.
+
+DO OPPOSSUMS SLEEP
+Certainly.
+
+DO LOTS OF PEOPLE SPEAK ENGLISH
+Positively.
+
+DO ADULT HUMANS ENJOY COPULATION
+Definitely.
+
+DO ADULT HUMANS HAVE 32 TEETH
+Positively.
+
+DO WALRUSES REPRODUCE
+Positively.
+
+DO RED BLOOD CELLS CARRY OXYGEN
+Certainly.
+
+DO RED AND YELLOW MAKE THE COLOR ORANGE
+Positively.
+
+DO BALLET DANCERS WEAR LEOTARDS
+Positively.
+
+DO BUGS BITE
+Affirmative.
+
+DO FINS HELP YOU SWIM FASTER
+Positively.
+
+DO SUBWAYS RUN UNDERGROUND
+Definitely.
+
+DO PRISONS CONTAIN CRIMINALS
+Definitely.
+
+DO 12 INCHES EQUAL A FOOT
+Definitely.
+
+DO BULLETS KILL
+Certainly.
+
+DO SCORPIONS STING
+Affirmative.
+
+DO BATS FLY
+Affirmative.
+
+DO BATS COME OUT AT NIGHT
+Certainly.
+
+DO BABYS CRY
+Affirmative.
+
+DO GOVERNMENTS HAVE POWER
+Certainly.
+
+DO ARTISTS SOMETIMES USE PAINT
+Definitely.
+
+DO BOATS FLOAT
+Certainly.
+
+DO ICE IS COLD
+Definitely.
+
+DO HIPPIES HAVE LONG HAIR
+Definitely.
+
+DO DOVES FLY
+Definitely.
+
+DO UNWASHED ARMPITS SMELL BAD
+Exactly.
+
+DO GRENADES HURT
+Certainly.
+
+DO OARNGES GROW ON TREES
+Definitely.
+
+DO AUSTRIANS LIVE IN AUSTRIA
+Certainly.
+
+DO MOTHERS HAVE CHILDREN
+Positively.
+
+DO MOTHERS LOVE BABIES
+Positively.
+
+DO GIANT SQUIDS HAVE TENTACLES
+Certainly.
+
+DO GIANT SQUIDS LIVE IN THE SEA
+Definitely.
+
+DO GIANT SQUIDS LIVE UNDER WATER
+Definitely.
+
+DO IDENTICAL TWINS LOOK ALIKE
+Certainly.
+
+DO BELIEFS GOVERN ACTIONS
+Positively.
+
+DO BLACKSMITHS USE A HAMMER
+Definitely.
+
+DO ANTS BITE PEOPLE
+Certainly.
+
+DO ANTS MOSTLY LIVE UNDERGROUND
+Positively.
+
+DO ANTS LIVE IN COLONIES
+Certainly.
+
+DO MOVIE THEATERS OFTEN SELL POPCORN
+Exactly.
+
+DO RABBITS BRED QUICKLY
+Certainly.
+
+DO RABBITS LIKE CARROTS
+Affirmative.
+
+DO TULIPS GROW FROM BULBS
+Affirmative.
+
+DO SCORPIANS HAVE STINGERS
+Certainly.
+
+DO PAPERCUTS HURT
+Affirmative.
+
+DO INCANDESCENT LIGHTS GIVE OFF LIGHT
+Exactly.
+
+DO MOONS CIRCLE PLANETS
+Positively.
+
+DO TELEVISIONS EMIT SOUNDS
+Affirmative.
+
+DO SUBMARINES MOVE UNDERNEATH WATER
+Definitely.
+
+DO MICE HAVE FOUR FEET
+Certainly.
+
+DO MICE HAVE FUR
+Definitely.
+
+DO MICE EAT GRAIN
+Affirmative.
+
+DO MICE EAT CHEESE
+Certainly.
+
+DO GAY MEN LIKE OTHER MEN
+Positively.
+
+DO GAY BOYS LIKE OTHER BOYS
+Affirmative.
+
+DO FLOWERS SMELL GOOD
+Certainly.
+
+DO FLOWERS SMELL
+Definitely.
+
+DO FLOWERS HAVE PETALS
+Certainly.
+
+DO FARTS SMELL ODIOUS
+Certainly.
+
+DO FARTS SMELL BAD
+Definitely.
+
+DO BICYCLES HAVE TWO WHEELS
+Certainly.
+
+DO POST IT NOTES STICK TO WALLS
+Definitely.
+
+DO SQUIRRELS BURY NUTS FOR THE WINTER
+Exactly.
+
+DO LAVA LAMPS EMIT LIGHT
+Exactly.
+
+DO PENGUINS EAT FISH
+Affirmative.
+
+DO PENGUINS LIKE COLD WEATHER
+Certainly.
+
+DO THOUGHTS EXIST
+Definitely.
+
+DO FUNNY THINGS MAKE PEOPLE LAUGH
+Certainly.
+
+DO CABINETS HAVE DOORS
+Affirmative.
+
+DO FINGER NAILS GROW
+Positively.
+
+DO FEMALES HAVE BREASTS
+Positively.
+
+DO FEMALES HAVE A VAGINA
+Certainly.
+
+DO FEMALES HAVE MATERNAL INSTINCTS
+Definitely.
+
+DO ARCHITECTS DESIGN BUILDINGS
+Certainly.
+
+DO TACOS COME FROM MEXICO
+Exactly.
+
+DO FISH NEED WATER TO LIVE
+Certainly.
+
+DO FISH BREATH BETTER UNDERWATER
+Affirmative.
+
+DO FISH BREATHE THROUGH THEIR GILLS
+Certainly.
+
+DO FISH BREATHE
+Positively.
+
+DO FISH REQUIRE WATER TO LIVE
+Certainly.
+
+DO FISH HAVE SCALES
+Certainly.
+
+DO FISH HAVE BONES
+Positively.
+
+DO FISH SMELL FISHY
+Positively.
+
+DO FISH EAT OTHER FISH
+Certainly.
+
+DO FISH SWIM IN WATER
+Certainly.
+
+DO FISH SWIM
+Positively.
+
+DO FISH LIVE IN THE SEA
+Certainly.
+
+DO FISH LIKE TO SWIM
+Certainly.
+
+DO FISH LIKE WATER
+Certainly.
+
+DO DOGS GENNERALLY ENJOY CHASING CATS
+Definitely.
+
+DO DOGS WANT TO CHASE CATS
+Definitely.
+
+DO DOGS GET FLEES
+Definitely.
+
+DO DOGS BARK AT CARS
+Certainly.
+
+DO DOGS BARK
+Affirmative.
+
+DO DOGS FART
+Positively.
+
+DO DOGS HAVE EMOTIONS
+Definitely.
+
+DO DOGS HAVE MORE NIPPLES THAN HUMANS
+Definitely.
+
+DO DOGS HAVE HAIR
+Certainly.
+
+DO DOGS HAVE A FONDNESS FOR PEOPLE
+Definitely.
+
+DO DOGS HAVE EYES
+Affirmative.
+
+DO DOGS HAVE LEGS
+Certainly.
+
+DO DOGS HAVE WET NOSES
+Certainly.
+
+DO DOGS HAVE TONGUES
+Definitely.
+
+DO DOGS HAVE FLEAS
+Positively.
+
+DO DOGS DESERVE TO LIVE
+Certainly.
+
+DO DOGS DREAM
+Positively.
+
+DO DOGS MAKE NOISE
+Affirmative.
+
+DO DOGS EXPERIENCE PAIN
+Certainly.
+
+DO DOGS EXIST
+Affirmative.
+
+DO DOGS LIKE TO CHASE CARS
+Certainly.
+
+DO DOGS LIKE TO CHASE SQUIRRELS
+Certainly.
+
+DO DOGS LIKE TO EAT MEAT
+Certainly.
+
+DO DOGS LIKE DOG FOOD
+Definitely.
+
+DO SMOKE DETECTORS SAVE LIVES
+Affirmative.
+
+DO BANNANNAS GROW ON TREES
+Certainly.
+
+DO GLASSES HELP YOUR EYESIGHT
+Affirmative.
+
+DO GLASSES HELP PEOPLE SEE
+Certainly.
+
+DO GLASSES CORRECT EYESIGHT
+Certainly.
+
+DO SMOKERS DIE YOUNGER
+Certainly.
+
+DO GRAPES GROW ON VINES
+Positively.
+
+DO PRINTERS PRINT
+Positively.
+
+DO JETPLANES FLY
+Affirmative.
+
+DO CARROTS GROW UNDERGROUND
+Certainly.
+
+DO TWO AND 2 REPRESENT THE SAME THING
+Definitely.
+
+DO COWS GIVE MEAT
+Affirmative.
+
+DO COWS GIVE MILK
+Affirmative.
+
+DO COWS PRODUCE MILK
+Certainly.
+
+DO COWS CHEW CUD
+Certainly.
+
+DO COWS SAY MOO
+Certainly.
+
+DO COWS SOMETIMES HAVE SPOTS
+Certainly.
+
+DO COWS FART
+Certainly.
+
+DO COWS OUTPUT MILK
+Affirmative.
+
+DO COWS HAVE TAILS
+Affirmative.
+
+DO COWS HAVE TWO EYES
+Positively.
+
+DO TREES PURIFY THE AIR
+Definitely.
+
+DO TREES NEED WATER TO LIVE
+Certainly.
+
+DO TREES NEED WATER
+Affirmative.
+
+DO TREES PROVIDE OXYGEN
+Certainly.
+
+DO TREES PRODUCE OXYGEN
+Positively.
+
+DO TREES GROW TOWARD THE SKY
+Certainly.
+
+DO TREES GROW FROM SEEDS
+Certainly.
+
+DO TREES CONTAIN CLOROPHYLL
+Affirmative.
+
+DO TREES TAKE A LONG TIME TO GROW
+Certainly.
+
+DO TREES BEND IN THE WIND
+Positively.
+
+DO TREES HAVE GREEN LEAVES
+Positively.
+
+DO TREES HAVE BRANCHES
+Definitely.
+
+DO TREES MAKE OXYGEN
+Affirmative.
+
+DO TREES LIVE A LONG TIME
+Affirmative.
+
+DO MOMMIES HAVE CHESTS
+Positively.
+
+DO TEENAGERS NEED FREEDOM
+Certainly.
+
+DO FAIRIES EXIST ONLY IN HUMAN MINDS
+Exactly.
+
+DO TOILETS FLUSH
+Positively.
+
+DO BEETLES HAVE A HARD OUTER SHELL
+Definitely.
+
+DO CAMERAS TAKE PHOTOGRAPHS
+Certainly.
+
+DO CAMERAS RECORD LIGHT
+Positively.
+
+DO BREASTS PRODUCE MILK
+Positively.
+
+DO BREASTS CONTAIN FAT
+Certainly.
+
+DO FINGERS HAVE KNUCKLES
+Positively.
+
+DO COMPUTERS HELP SOCIETY
+Affirmative.
+
+DO COMPUTERS CRASH
+Affirmative.
+
+DO COMPUTERS REQUIRE ELECTRICITY
+Certainly.
+
+DO COMPUTERS REQUIRE A POWER SOURCE
+Affirmative.
+
+DO COMPUTERS HAVE MONITORS
+Certainly.
+
+DO ROSES HAVE CELLS
+Positively.
+
+DO ROSES HAVE THORNS
+Affirmative.
+
+DO CAMERASMTAKE PHOTOGRAPHS
+Definitely.
+
+DO TODDLERS SHRIEK
+Definitely.
+
+DO SPONSORS PAY FOR TELEVISION SHOWS
+Positively.
+
+DO OPAQUE OBJECTS CAST SHADOWS
+Exactly.
+
+DO GREEN APPLES EXIST
+Certainly.
+
+DO WOMEN SHAVE THEIR ARMPIT HAIR
+Affirmative.
+
+DO WOMEN SHAVE THEIR LEGS
+Definitely.
+
+DO WOMEN ATTRACT MEN
+Definitely.
+
+DO WOMEN SMELL DIFFERENT THAN MEN
+Affirmative.
+
+DO WOMEN HAVE VAGINAS
+Affirmative.
+
+DO WOMEN HAVE A CLITORIS
+Affirmative.
+
+DO WOMEN HAVE A MATERNAL INSTINCT
+Affirmative.
+
+DO WOMEN HAVE TWO BREASTS
+Certainly.
+
+DO WOMEN HAVE PERIODS
+Affirmative.
+
+DO WOMEN HAVE PUSSIES
+Exactly.
+
+DO WOMEN HATE HAVING PERIODS
+Definitely.
+
+DO WOMEN DIFFER FROM MEN PHYSICALLY
+Definitely.
+
+DO WOMEN BEAR CHILDREN
+Certainly.
+
+DO WOMEN LOVE SWEETS
+Definitely.
+
+DO WOMEN WEAR MAKEUP MORE THAN MEN DO
+Positively.
+
+DO WOMEN WEAR FEWER CLOTHES ON HOT DAYS
+Definitely.
+
+DO WOMEN THINK DIFFERENTLY TO MEN
+Definitely.
+
+DO WOMEN LIVE LONGER THAN MEN
+Affirmative.
+
+DO WOMEN LIKE FASION
+Certainly.
+
+DO WOMEN LIKE ROSES
+Positively.
+
+DO PLANTS NEED LIGHT TO LIVE
+Positively.
+
+DO PLANTS NEED SUNLIGHT TO GROW
+Certainly.
+
+DO PLANTS GROW IN DIRT
+Affirmative.
+
+DO PLANTS GROW TOWARDS SUNLIGHT
+Certainly.
+
+DO PLANTS CONSUME CARBON DIOXIDE
+Affirmative.
+
+DO PLANTS BREATHE CARBON DIOXIDE
+Certainly.
+
+DO PLANTS REQUIRE WATER TO GROW
+Certainly.
+
+DO PLANTS HAVE LEAVES
+Positively.
+
+DO PLANTS DIE
+Certainly.
+
+DO SUBS GO UNDERWATER
+Definitely.
+
+DO NEWSPAPERS CONTAIN WORDS
+Affirmative.
+
+DO LAW STUDENTS GO TO LAW SCHOOL
+Affirmative.
+
+DO PETS DEPEND ON THEIR OWNER
+Affirmative.
+
+DO FISHIES SWIN IN THE SEA
+Certainly.
+
+DO MOLECULES HAVE ATOMS
+Certainly.
+
+DO GENEROUS PEOPLE GIVE LOTS TO OTHERS
+Definitely.
+
+DO FRENCH PEOPLE LIVE IN FRANCE
+Definitely.
+
+DO FRENCH LIVE IN FRANCE
+Certainly.
+
+DO HOMONYMS SOUND ALIKE
+Certainly.
+
+DO APHIDS LIVE OFF THE SAP OF PLANTS
+Positively.
+
+DO BLANKETS BELONG ON A BED
+Definitely.
+
+DO FIREFIGHTERS STOP FIRES IN BUILDINGS
+Certainly.
+
+DO LEMONS TASTE SOUR
+Affirmative.
+
+DO IGUANAS LIVE IN THE JUNGLE
+Exactly.
+
+DO ARABS SPEAK ARABIC
+Definitely.
+
+DO CRABS WALK SIDEWAYS
+Affirmative.
+
+DO PLAYGROUNDS SOMETIMES HAVE SWINGS
+Definitely.
+
+DO MODELS WORK
+Definitely.
+
+DO ZIPS FASTEN CLOTHING TOGETHER
+Definitely.
+
+DO MOSQUITOES FEED ON BLOOD
+Positively.
+
+DO MAMMELS GIVE BIRTH TO LIVE BABIES
+Definitely.
+
+DO MAMMELS HAVE LUNGS
+Positively.
+
+DO MAMMELS EAT MAMMELS
+Definitely.
+
+DO SOLAR CELLS NEED LIGHT
+Exactly.
+
+DO LOBSTERS LIVE IN THE SEA
+Positively.
+
+DO BANKS LOAN MONEY TO MAKE MONEY
+Certainly.
+
+DO WALLABIES LIVE IN AUSTRALIA
+Exactly.
+
+DO FAT MEN FART
+Affirmative.
+
+DO KITTY CATS LIKE MEAT
+Positively.
+
+DO EAGLES BREATHE OXYGEN
+Affirmative.
+
+DO CLOCKS SHOW THE TIME
+Positively.
+
+DO CLOCKS GIVE THE TIME
+Certainly.
+
+DO CLOCKS RUN CLOCKWISE
+Affirmative.
+
+DO CLOCKS TELL THE TIME
+Affirmative.
+
+DO LIGHT BULBS MAKE LIGHT
+Certainly.
+
+DO CARNIVORES EAT MEAT
+Definitely.
+
+DO PHOTONS TRAVEL AT THE SPEED OF LIGHT
+Affirmative.
+
+DO OWLS HAVE BIG EYES
+Positively.
+
+DO OWLS EAT MICE
+Certainly.
+
+DO COLDS CAUSE AN INCREASE IN SNOT
+Definitely.
+
+DO FANS BLOW AIR
+Definitely.
+
+DO PLASTIC BAGS HURT THE ENVIRONMENT
+Definitely.
+
+DO KIDS GROW
+Affirmative.
+
+DO KIDS RIDE ON SCHOOL BUSES
+Positively.
+
+DO KIDS MAKE MESSES
+Certainly.
+
+DO KIDS LIKE PIZZA
+Certainly.
+
+DO STAPLES COME IN MANY SIZES
+Positively.
+
+DO COCONUTS GROW IN TAHITI
+Positively.
+
+DO HEAVY COATS KEEP YOU WARM
+Affirmative.
+
+DO MALE HUMAS HAVE A PENIS
+Positively.
+
+DO FERRETS HAVE A TAIL
+Definitely.
+
+DO RATS AND MICE HAVE MUCH IN COMMON
+Certainly.
+
+DO CONDOMS HELP PREVENT PREGNANCY
+Certainly.
+
+DO CONDOMS PREVENT PREGNANCY
+Positively.
+
+DO CUPS HOLD WATER
+Definitely.
+
+DO RUSSIANS SPEAK RUSSIAN
+Certainly.
+
+DO AVERAGE HUMAN SLEEP EVERYDAY
+Positively.
+
+DO PENISIS BECOME ERECT WHEN STIMULATED
+Definitely.
+
+DO WIVES HAVE HUSBANDS
+Certainly.
+
+DO CHURCHES HAVE PEWS
+Positively.
+
+DO BABIES NEED LOVE
+Affirmative.
+
+DO BABIES NEED MILK
+Certainly.
+
+DO BABIES THROW UP
+Affirmative.
+
+DO BABIES GROW QUICKLY
+Certainly.
+
+DO BABIES DRINK MILK
+Certainly.
+
+DO BABIES GET LARGER AS THEY GET OLDER
+Positively.
+
+DO BABIES CRY WHEN THEY ARE HUNGRY
+Affirmative.
+
+DO BABIES COME FROM ADULTS
+Certainly.
+
+DO BABIES HAVE TO LEARN TO WALK
+Positively.
+
+DO BEAVERS BUILD RIVER DAMS
+Positively.
+
+DO BROKEN BONES EVER HEAL
+Certainly.
+
+DO EYE GLASSES HELP A PERSON SEE BETTER
+Certainly.
+
+DO CARS NEED FUEL
+Affirmative.
+
+DO CARS PRODUCE EXHAUST
+Definitely.
+
+DO CARS RUN ON GAS
+Positively.
+
+DO CARS POLLUTE THE ENVIRONMENT
+Positively.
+
+DO CARS POLLUTE
+Affirmative.
+
+DO CARS CONSUME OIL
+Positively.
+
+DO CARS USE GAS
+Positively.
+
+DO CARS REQUIRE FUEL TO MOVE
+Definitely.
+
+DO CARS HAVE MORE THAN TWO WHEELS
+Certainly.
+
+DO CARS HAVE WHEELES. INTERJECTION
+Positively.
+
+DO CARS AND COWS BOTH HAVE HORNS
+Affirmative.
+
+DO APPLES GROW ON TREES
+Certainly.
+
+DO APPLES TASTE NICE
+Positively.
+
+DO LIONS SOMETIMES EAT PEOPLE
+Positively.
+
+DO LIONS HAVE TEETH
+Certainly.
+
+DO HUMAN FEMALES BEAR LIVE YOUNG
+Positively.
+
+DO HUMAN HAS DIFFERENT GENDERS
+Positively.
+
+DO HUMAN FINGERNAILS GROW SLOWLY
+Definitely.
+
+DO HUMAN MALES HAVE TWO TESTICLES
+Positively.
+
+DO HUMAN BONES CONTAIN BONE MARROW
+Certainly.
+
+DO HUMAN HAVE MIND
+Definitely.
+
+DO HUMAN BEINGS DESIRE COMPANIONSHIP
+Affirmative.
+
+DO HUMAN BEINGS BREED
+Positively.
+
+DO HUMAN BEINGS COME IN TWO SEXES
+Certainly.
+
+DO HUMAN BEINGS FART
+Definitely.
+
+DO HUMAN BEINGS HAVE TEN FINGERES
+Positively.
+
+DO HUMAN BEINGS HAVE A BRAIN
+Affirmative.
+
+DO LLAMAS HAVE HAIR
+Certainly.
+
+DO MISSPELLINGS MAKE WORDS HARD TO READ
+Positively.
+
+DO SHOES COME IN PAIRS
+Affirmative.
+
+DO YOU BECOME HUNGRY
+Positively.
+
+DO YOU WALK FORWARDS
+Definitely.
+
+DO YOU PREFER ICE CREAM TO DIRT
+Definitely.
+
+DO YOU WATERSKI BEHIND A BOAT
+Definitely.
+
+DO YOU FIND A BED IN A BEDROOM
+Positively.
+
+DO YOU WEAR BOOTS ON YOUR FEET
+Definitely.
+
+DO YOU SEE COLOR
+Certainly.
+
+DO YOU FEEL SAD WHEN SOMEONE DIES
+Certainly.
+
+DO YOU FEEL GOOD ABOUT YOURSELF
+Definitely.
+
+DO YOU FEEL GUILTY YOU HURT SOMEONE
+Positively.
+
+DO YOU READ BOOKS AT A LIBRARY
+Definitely.
+
+DO YOU OWN ANYTHING
+Certainly.
+
+DO YOU SIT ON A TOILET TO DEFECATE
+Affirmative.
+
+DO YOU SIT ON A CHAIR
+Definitely.
+
+DO YOU SIT ON CHAIRS
+Affirmative.
+
+DO YOU LAUGH AT JOKES
+Exactly.
+
+DO YOU SURF THE WEB
+Definitely.
+
+DO YOU REPEAT YOURSELF
+Certainly.
+
+DO YOU VALUE QUALITY
+Positively.
+
+DO YOU VALUE YOUR LIFE
+Certainly.
+
+DO YOU VALUE HUMAN LIFE
+Affirmative.
+
+DO YOU PAY TAXES
+Definitely.
+
+DO YOU DIE YOU EAT CYANIDE
+Certainly.
+
+DO YOU LOVE YOUR WIFE OR HUSBAND
+Positively.
+
+DO YOU LOVE YOUR MOM
+Definitely.
+
+DO YOU THINK ABOUT THE PAST
+Affirmative.
+
+DO YOU THINK ABOUT DEATH
+Definitely.
+
+DO YOU THINK THAT YOU HAVE A FUTURE
+Positively.
+
+DO YOU THINK THAT WOMEN ARE BEAUTIFUL
+Definitely.
+
+DO YOU THINK ALL HUMANS NEED LOVE
+Definitely.
+
+DO YOU THINK SUGAR TASTES SWEET
+Exactly.
+
+DO YOU HIT A BASEBALL WITH A BAT
+Positively.
+
+DO YOU BREATH AIR
+Affirmative.
+
+DO YOU BREATH
+Positively.
+
+DO YOU GET WOOL FROM SHEEP
+Definitely.
+
+DO YOU GET WET IN THE RAIN
+Affirmative.
+
+DO YOU GET WET YOU STAND IN THE RAIN
+Affirmative.
+
+DO YOU GET HUNGRY
+Definitely.
+
+DO YOU NEED A BRAIN TO LIVE
+Positively.
+
+DO YOU NEED EYES TO SEE
+Definitely.
+
+DO YOU NEED TO BREATH
+Certainly.
+
+DO YOU NEED LOVE
+Positively.
+
+DO YOU BREATHE AIR
+Certainly.
+
+DO YOU MAKE A MISSTAKE
+Definitely.
+
+DO YOU MAKE CHEESE FROM MILK
+Definitely.
+
+DO YOU WRITE WITH A PEN
+Positively.
+
+DO YOU EAT TO LIVE
+Certainly.
+
+DO YOU EAT CHOCOLATE
+Positively.
+
+DO YOU GROW FLOWERS IN SOIL
+Affirmative.
+
+DO YOU SLEEP IN A BED
+Certainly.
+
+DO YOU SLEEP WHEN YOU ARE TIRED
+Affirmative.
+
+DO YOU SLEEP AT NIGHT
+Definitely.
+
+DO YOU HERE MUSIC WITH YOUR EARS
+Positively.
+
+DO YOU GO AT A GREEN TRAFFIC LIGHT
+Affirmative.
+
+DO YOU SMILE WHEN YOU ARE HAPPY
+Certainly.
+
+DO YOU WANT THE TRUTH
+Definitely.
+
+DO YOU WANT TO EARN MONEY
+Certainly.
+
+DO YOU WANT TO BE ALIVE
+Positively.
+
+DO YOU WANT TO BE RICH
+Exactly.
+
+DO YOU EVERY MAKE MISTAKES
+Certainly.
+
+DO YOU CARE WHEN YOU LOSE A FRIEND
+Affirmative.
+
+DO YOU EXPERIENCE EMOTIONS
+Definitely.
+
+DO YOU TYPE WITH A KEYBOARD
+Positively.
+
+DO YOU HOPE THAT THINGS IMPROVE
+Affirmative.
+
+DO YOU HOPE
+Exactly.
+
+DO YOU DELETE SOMETHING THAT YOU ERASE
+Positively.
+
+DO YOU BELIEVE IN GOOD
+Exactly.
+
+DO YOU SHIVER WHEN YOU ARE FREEZING
+Definitely.
+
+DO YOU WHERE SHOES ON YOUR FEET
+Affirmative.
+
+DO YOU HAVE THAN ONE NAME
+Affirmative.
+
+DO YOU HAVE A LEG
+Positively.
+
+DO YOU HAVE A RELATIONSHIP
+Exactly.
+
+DO YOU HAVE A KIND OF CONSCIOUSNESS
+Definitely.
+
+DO YOU HAVE A LAUGH
+Certainly.
+
+DO YOU HAVE A STOMACH
+Exactly.
+
+DO YOU HAVE A TELEVISON SET
+Exactly.
+
+DO YOU HAVE SKIN
+Positively.
+
+DO YOU HAVE BONES
+Positively.
+
+DO YOU HAVE TO BREATHE TO LIVE
+Exactly.
+
+DO YOU HAVE THE POSSIBILITY TO HEAR
+Positively.
+
+DO YOU HAVE TWO NIPPLES
+Definitely.
+
+DO YOU HAVE FUN WITH OTHERS
+Positively.
+
+DO YOU REQUIRE FOOD
+Certainly.
+
+DO YOU REQUIRE WATER TO LIVE
+Certainly.
+
+DO YOU LIKE CHOCOLATE CHIP ICE CREAM
+Definitely.
+
+DO YOU LIKE ITALIANS
+Positively.
+
+DO YOU LIKE TO PLAY
+Exactly.
+
+DO YOU LIKE TO LAUGH
+Certainly.
+
+DO YOU LIKE TO LOOK AT ATTRACTIVE WOMEN
+Positively.
+
+DO YOU LIKE TO BE IN LOVE
+Positively.
+
+DO YOU LIKE TO DREAM
+Certainly.
+
+DO YOU LIKE TO MAKE PEOPLE LAUGH
+Affirmative.
+
+DO YOU LIKE TO THINK
+Definitely.
+
+DO YOU LIKE CANDIES
+Definitely.
+
+DO YOU LIKE HELPING OTHERS
+Definitely.
+
+DO YOU LIKE CHOCOLATE. DO YOU LIKE VANILLA
+Positively.
+
+DO YOU LIKE PIES
+Exactly.
+
+DO YOU LIKE CASH
+Positively.
+
+DO YOU LIKE RAINBOWS
+Positively.
+
+DO YOU LIKE LIVING
+Positively.
+
+DO YOU LIKE GETTING A MASSAGE
+Certainly.
+
+DO YOU LIKE QUESTIONS
+Positively.
+
+DO YOU LIKE READING THE BOOKS
+Certainly.
+
+DO YOU LIKE HUMAN BEING
+Positively.
+
+DO YOU LIKE WATCHING BASKETBALL
+Definitely.
+
+DO YOU LIKE A GOOD LAUGH
+Exactly.
+
+DO YOU LIKE MAKE LOVE
+Definitely.
+
+DO YOU LIKE USING YOUR COMPUTER I LIKE USING MY COMPUTER
+Definitely.
+
+DO YOU LIKE YOUR FRIENDS
+Certainly.
+
+DO YOU LIKE YOUR EXISTENCE
+Certainly.
+
+DO YOU LIKE PEOPLE. LOL
+Certainly.
+
+DO YOU LIKE CONVERSATION
+Exactly.
+
+DO YOU LIKE BEING HAPPY
+Positively.
+
+DO YOU EXIST YOU THINK
+Exactly.
+
+DO FRUIT GROW FROM TREES
+Certainly.
+
+DO LARGE EMPTY ROOMS SOUND BOOMY
+Definitely.
+
+DO LARGE MEALS MAKE YOU SLEEPY
+Definitely.
+
+DO LARGE FISH EAT SMALLER FISH
+Positively.
+
+DO OLD SHOES SMELL
+Definitely.
+
+DO OLD SMOKERS HAVE WRINKLY SKIN
+Certainly.
+
+DO PEPLEO LIKE CHOCOLATE
+Positively.
+
+DO CREATURES HAVE BRAINS
+Definitely.
+
+DO PSYCHOTHERAPISTS TRY TO HELP PEOPLE
+Affirmative.
+
+DO FEATHERS GROW ON BIRDS
+Positively.
+
+DO SALT WATER LAKES EXIST
+Certainly.
+
+DO TRAINS TRAVEL ON TRACKS
+Definitely.
+
+DO TRAINS MOVE ON TRACKS
+Certainly.
+
+DO VIRUS REPLICATE
+Certainly.
+
+DO ROCKS SINK IN WATER
+Certainly.
+
+DO WARS HURT PEOPLE
+Certainly.
+
+DO FEMALE MAMALS HAVE BREASTS
+Definitely.
+
+DO CONTRADICTIONS EXIST
+Affirmative.
+
+DO SKELETONS HAVE BONES
+Positively.
+
+DO FACTORIES CREATE POLLUTION
+Affirmative.
+
+DO CHERRIES GROW ON TREES
+Positively.
+
+DO MUSICIANS PLAY MUSICAL INSTRUMENTS
+Certainly.
+
+DO MUSICIANS MAKE MUSIC
+Affirmative.
+
+DO CLOUDS CONTAIN WATER
+Certainly.
+
+DO CLOUDS BRING RAIN
+Definitely.
+
+DO CLOUDS CARRY RAIN
+Positively.
+
+DO CLOUDS CARRY WATER
+Certainly.
+
+DO YELLOW PLUS BLUE EQUAL GREEN
+Definitely.
+
+DO YELLOW AND BLUE MAKE GREEN
+Certainly.
+
+DO YELLOW AND RED MAKE ORANGE
+Certainly.
+
+DO STICKERS STICK
+Certainly.
+
+DO IMACS COME IN PRETTY COLORS
+Affirmative.
+
+DO LEAP YEARS OCCUR EVERY FOUR YEARS
+Certainly.
+
+DO I NEED OXYGEN MORE THAN I NEED LOVE
+Certainly.
+
+DO I NEED TO DRINK MORE WATER
+Definitely.
+
+DO I NEED TO SLEEP
+Certainly.
+
+DO I NEED SLEEP
+Definitely.
+
+DO I WANT TO BE RICH
+Certainly.
+
+DO I HAVE A MOTHER
+Certainly.
+
+DO I HAVE A SPLEEN I AM HUMAN
+Positively.
+
+DO I HAVE TO REGISTER TO TALK TO ALICE
+Exactly.
+
+DO I HAVE TWO PARENTS
+Positively.
+
+DO I HAVE TWO BIOLOGICAL PARENTS
+Positively.
+
+DO I EXIST I THINK
+Exactly.
+
+DO SOME MOUSES HAVE THREE BUTTONS
+Definitely.
+
+DO SOME CATS CHASE MICE
+Certainly.
+
+DO SOME CATS HAVE BLACK FUR
+Certainly.
+
+DO SOME GIRLS SMOKE CIGARETTES
+Exactly.
+
+DO SOME GIRLS LIKE TO KISS OTHER GIRLS
+Certainly.
+
+DO SOME GIRLS LIKE SOME BOYS
+Affirmative.
+
+DO SOME IRISH PEOPLE SPEAK FRENCH
+Exactly.
+
+DO SOME BIRDS SWIM
+Certainly.
+
+DO SOME HORSES WEAR SHOES
+Definitely.
+
+DO SOME ACTORS ONLY PERFORM IN MOVIES
+Certainly.
+
+DO SOME ACTORS ONLY PERFORM ON STAGE
+Definitely.
+
+DO SOME INSECTS HAVE WINGS
+Affirmative.
+
+DO SOME CHINESE EAT DOGS
+Certainly.
+
+DO SOME LEAVES TASTE MINTY
+Affirmative.
+
+DO SOME BUILDINGS HAVE STAIRS
+Positively.
+
+DO SOME CRIMES GO UNSOLVED
+Affirmative.
+
+DO SOME CLOCKS HAVE FACES
+Affirmative.
+
+DO SOME HUMAN BODY PARTS COME IN PAIRS
+Affirmative.
+
+DO SOME BOOKS HAVE COVERS MADE OF PAPER
+Positively.
+
+DO SOME FISH GLOW
+Definitely.
+
+DO SOME MEN SNIFF PANTIES
+Definitely.
+
+DO SOME MEN LOSE THEIR HAIR AND GO BALD
+Certainly.
+
+DO SOME HUMANS FIND MONKEYS FUNNY
+Definitely.
+
+DO SOME HUMANS ASK STUPID QUESTIONS
+Definitely.
+
+DO SOME HUMANS WORSHIP OTHER HUMANS
+Positively.
+
+DO SOME HUMANS KILL THEMSELVES
+Definitely.
+
+DO SOME PEOPLE NEED EYEGLASSES TO SEE
+Positively.
+
+DO SOME PEOPLE KEEP FISH IN AN AQUARIUM
+Certainly.
+
+DO SOME PEOPLE FIND MATHS HARD
+Certainly.
+
+DO SOME PEOPLE LEARN FASTER THAN OTHERS
+Affirmative.
+
+DO SOME PEOPLE ENJOY CUTTING THEMSELVES
+Exactly.
+
+DO SOME PEOPLE ENJOY PAIN
+Positively.
+
+DO SOME PEOPLE WATCH MOVIES AT HOME
+Positively.
+
+DO SOME PEOPLE PREFER BICYCLES TO AUTOS
+Positively.
+
+DO SOME PEOPLE DISLIKE CHRISTIANITY
+Affirmative.
+
+DO SOME PEOPLE DRINK BEER
+Exactly.
+
+DO SOME PEOPLE CLIMB MOUNTAINS FOR FUN
+Affirmative.
+
+DO SOME PEOPLE TELL LIES
+Positively.
+
+DO SOME PEOPLE SLEEP ON THE GROUND
+Certainly.
+
+DO SOME PEOPLE SMOKE CIGARETTES
+Affirmative.
+
+DO SOME PEOPLE FEAR THE DARK
+Definitely.
+
+DO SOME PEOPLE HAVE THE SAME LAST NAME
+Affirmative.
+
+DO SOME PEOPLE HAVE SEX WITH ANIMALS
+Positively.
+
+DO SOME PEOPLE HAVE BLUE EYES
+Positively.
+
+DO SOME PEOPLE HAVE GLASSES
+Certainly.
+
+DO SOME PEOPLE HAVE CHRONIC DIARRHEA
+Exactly.
+
+DO SOME PEOPLE EAT FRIED PORK SKIN
+Positively.
+
+DO SOME PEOPLE DREAM IN COLOR
+Certainly.
+
+DO SOME PEOPLE THINK TATTOOS ARE COOL
+Certainly.
+
+DO SOME PEOPLE WEAR SHOES
+Positively.
+
+DO SOME PEOPLE LIVE IN HOUSES
+Certainly.
+
+DO SOME PEOPLE NOT KNOW WHEN TO SHUT UP
+Certainly.
+
+DO SOME PEOPLE LIKE WEIRD THINGS
+Certainly.
+
+DO SOME PEOPLE LIKE TO DRIVE FAST
+Positively.
+
+DO SOME PEOPLE LIKE TO GAZE AT STARS
+Definitely.
+
+DO SOME PEOPLE LIKE TO BE WHIPPED
+Exactly.
+
+DO SOME PEOPLE LIKE BEING WHIPPED
+Certainly.
+
+DO SOME PEOLE EAT SHRIMP SALAD
+Affirmative.
+
+DO SOME DOGS EAT GARBAGE
+Positively.
+
+DO SOME ANIMALS DIE GIVING BIRTH
+Certainly.
+
+DO SOME ANIMALS LIVE IN ZOOS
+Certainly.
+
+DO SOME WOMEN GET MARRIED TO LOSERS
+Positively.
+
+DO SOME WOMEN HAVE BREASTS
+Affirmative.
+
+DO SOME SPEAKERS HAVE VOLUME KNOBS
+Exactly.
+
+DO SOME TREES HAVE FLOWERS
+Positively.
+
+DO SOME TREES LIVE LONGER THAN PEOPLE
+Affirmative.
+
+DO SOME SEEDS THAT GROW UNDERGROUND
+Definitely.
+
+DO BANANAS GROW ON TREES
+Certainly.
+
+DO BANANAS COME FROM A TREE
+Definitely.
+
+DO BANANAS GO BLACK AS THEY GET OLDER
+Positively.
+
+DO ORANGES CONTAIN VITAMIN C
+Positively.
+
+DO REDHEADS HAVE RED HAIR
+Exactly.
+
+DO OTHER STARS HAVE PLANETS
+Affirmative.
+
+DO DONUTS HAVE HOLES
+Positively.
+
+DO DONUTS TASTE GOOD
+Certainly.
+
+DO FLAGS REPRESENT NATIONS
+Certainly.
+
+DO LEAVES CONTAIN CHLOROPHYLL
+Certainly.
+
+DO LEAVES TURN BROWN IN THE FALL
+Positively.
+
+DO LEAVES TURN COLOR IN THE FALL
+Definitely.
+
+DO KEYS OPEN DOORS
+Positively.
+
+DO KEYS GO WITH LOCKS
+Positively.
+
+DO KITTENS LIKE PLAYING WITH WOOL
+Affirmative.
+
+DO CARPETS COVER FLOORS
+Affirmative.
+
+DO ANGELS HAVE WINGS
+Certainly.
+
+DO BEES FLY
+Certainly.
+
+DO BEES POLLINATE FLOWERS
+Affirmative.
+
+DO BEES LIVE IN HIVES
+Definitely.
+
+DO MOTORCYCLES HAVE TWO WHEELS
+Affirmative.
+
+DO WIZARDS CAST SPELLS
+Positively.
+
+DO TIRED PEOPLE WANT TO REST OR SLEEP
+Certainly.
+
+DO FENCES ENCLOSE
+Positively.
+
+DO PEOPLE CONTAIN CARBON
+Definitely.
+
+DO PEOPLE SMILE WHEN THEY ARE HAPPY
+Positively.
+
+DO PEOPLE PAINT THEIR HOUSES
+Certainly.
+
+DO PEOPLE FRAME THEIR DIPLOMA
+Definitely.
+
+DO PEOPLE COMMIT SUICIDE
+Certainly.
+
+DO PEOPLE LOBBY CONGRESS
+Certainly.
+
+DO PEOPLE WEAR SHOES
+Affirmative.
+
+DO PEOPLE ASK STUPID QUESTIONS
+Positively.
+
+DO PEOPLE CUDDLE BABIES
+Definitely.
+
+DO PEOPLE LOVE THEIR MOTHERS
+Certainly.
+
+DO PEOPLE LOVE THEIR FATHER
+Positively.
+
+DO PEOPLE LOVE PEACE
+Positively.
+
+DO PEOPLE TOSS COINS INTO FOUNTAINS
+Certainly.
+
+DO PEOPLE JUMP OFF BRIDGES
+Definitely.
+
+DO PEOPLE BOUNCE ON TRAMPOLINES
+Certainly.
+
+DO PEOPLE DIE EVENTUALLY
+Certainly.
+
+DO PEOPLE DIE AT SOME POINT
+Positively.
+
+DO PEOPLE DIE OF STARVATION
+Definitely.
+
+DO PEOPLE COME IN DIFFERENT COLORS
+Positively.
+
+DO PEOPLE COOK ON PANS
+Positively.
+
+DO PEOPLE SLEEP IN THE DARK
+Affirmative.
+
+DO PEOPLE URINATE AT LEAST ONCE A DAY
+Positively.
+
+DO PEOPLE NEED OXYGEN TO BREATH
+Positively.
+
+DO PEOPLE NEED OXYGEN TO BREATHE
+Positively.
+
+DO PEOPLE NEED MONEY TO BUY THINGS
+Positively.
+
+DO PEOPLE NEED ENOUGH SLEEP
+Positively.
+
+DO PEOPLE NEED BRAINS
+Positively.
+
+DO PEOPLE NEED TO EXPERIENCE LOVE
+Certainly.
+
+DO PEOPLE NEED LOVE
+Positively.
+
+DO PEOPLE NEED WATER
+Certainly.
+
+DO PEOPLE USE THERE MOUTH TO DRINK
+Positively.
+
+DO PEOPLE USE THE INTERNET
+Certainly.
+
+DO PEOPLE WALK WITH LEGS
+Affirmative.
+
+DO PEOPLE DISAGREE
+Certainly.
+
+DO PEOPLE WRITE ON PAPER
+Affirmative.
+
+DO PEOPLE HAVE EARS
+Certainly.
+
+DO PEOPLE HAVE CATS FOR PETS
+Definitely.
+
+DO PEOPLE HAVE PETS
+Certainly.
+
+DO PEOPLE HAVE FIVE TOES ON EACH FOOT
+Positively.
+
+DO PEOPLE HAVE BRAINS
+Affirmative.
+
+DO PEOPLE HAVE A THIGH ON EACH LEG
+Certainly.
+
+DO PEOPLE HAVE 2 THUMBS
+Affirmative.
+
+DO PEOPLE HAVE HANDS AND EARS
+Positively.
+
+DO PEOPLE HAVE TWO HANDS
+Affirmative.
+
+DO PEOPLE HAVE TWO FEET
+Affirmative.
+
+DO PEOPLE SIT ON CHAIRS
+Certainly.
+
+DO PEOPLE LIKE ROUND NUMBERS
+Affirmative.
+
+DO PEOPLE LIKE THEIR FRIENDS
+Certainly.
+
+DO PEOPLE LIKE THE SUNSET
+Positively.
+
+DO PEOPLE LIKE EXCITEMENT
+Positively.
+
+DO PEOPLE LIKE A BARGAIN
+Affirmative.
+
+DO PEOPLE LIKE TO GET DRUNK
+Exactly.
+
+DO PEOPLE LIKE TO OWN THEIR OWN HOME
+Affirmative.
+
+DO PEOPLE LIKE TO SIT DOWN. INTERJECTION
+Exactly.
+
+DO PEOPLE LIKE TO SMELL GOOD
+Positively.
+
+DO PEOPLE LIKE CHOCOLATE ICE CREAM
+Certainly.
+
+DO PEOPLE LIKE COMPANIONSHIP
+Certainly.
+
+DO PEOPLE LIKE EATING STEAKS
+Exactly.
+
+DO PEOPLE RUN IN THE OLYMPICS
+Affirmative.
+
+DO PEOPLE RUN IN A RELAY RACE
+Exactly.
+
+DO PEOPLE RUN
+Certainly.
+
+DO PEOPLE SLEAP
+Definitely.
+
+DO PEOPLE WORK IN ORDER TO GET MONEY
+Affirmative.
+
+DO PEOPLE SMOKE CIGARETTES
+Certainly.
+
+DO PEOPLE DRINK HOT BEVERAGES
+Positively.
+
+DO PEOPLE DRINK COFFEE AT BREAKFAST
+Positively.
+
+DO PEOPLE DRINK WINE
+Positively.
+
+DO PEOPLE DRINK WATER
+Definitely.
+
+DO PEOPLE CRY WHEN THEY ARE SAD
+Positively.
+
+DO PEOPLE COMMUNICATE BY EMAIL
+Definitely.
+
+DO PEOPLE BELIEVE FALSE THINGS
+Exactly.
+
+DO PEOPLE VALUE SAFETY MORE THAT RISK
+Positively.
+
+DO PEOPLE OWN PETS
+Affirmative.
+
+DO PEOPLE OWN COMPUTERS
+Affirmative.
+
+DO PEOPLE IN LOVE OFTEN GET MARRIED
+Positively.
+
+DO PEOPLE IN CHINA OFTEN SPEAK MANDARIN
+Positively.
+
+DO PEOPLE MAKE LOVE
+Positively.
+
+DO PEOPLE LEARN BY MAKING MISTAKTES
+Certainly.
+
+DO PEOPLE LEARN BY EXPERIENCE
+Certainly.
+
+DO PEOPLE LEARN FROM THEIR MISTAKES
+Definitely.
+
+DO PEOPLE EAT FRUIT
+Affirmative.
+
+DO PEOPLE EAT THE MUSCLES OF ANIMALS
+Certainly.
+
+DO PEOPLE EAT FROG LEGS
+Positively.
+
+DO PEOPLE EAT HUMAN FLESH
+Definitely.
+
+DO PEOPLE EAT FISH
+Positively.
+
+DO PEOPLE EAT FOOD REGULARLY
+Positively.
+
+DO PEOPLE CLIP THEIR NAILS REGULARLY
+Certainly.
+
+DO PEOPLE DANCE TO MUSIC
+Certainly.
+
+DO PEOPLE FEAR THE UNKNOWN
+Certainly.
+
+DO PEOPLE FEAR OLD AGE
+Exactly.
+
+DO PEOPLE KILL PEOPLE
+Affirmative.
+
+DO PEOPLE KILL OTHER PEOPLE TOO MUCH
+Certainly.
+
+DO PEOPLE KILL OTHER PEOPLE
+Certainly.
+
+DO PEOPLE ENJOY BIRTHDAYS
+Positively.
+
+DO PEOPLE ENJOY PICNICS
+Positively.
+
+DO PEOPLE ENJOY WALKING ON THE BEACH
+Certainly.
+
+DO PEOPLE ENJOY WATCHING TELEVISION
+Affirmative.
+
+DO PEOPLE ENJOY LEARNING
+Positively.
+
+DO PEOPLE ENJOY BEING TOUCHED
+Definitely.
+
+DO PEOPLE ENJOY BEING ENTERTAINED
+Affirmative.
+
+DO PEOPLE ENJOY GAMES
+Positively.
+
+DO PEOPLE ENJOY SUNNY DAYS
+Exactly.
+
+DO PEOPLE ENJOY CHALLENGES
+Certainly.
+
+DO PEOPLE ENJOY MATURBATING
+Certainly.
+
+DO PEOPLE GAMBLE ON SPORTING EVENTS
+Positively.
+
+DO PEOPLE BREATHE WHEN THEY ARE ALIVE
+Affirmative.
+
+DO PEOPLE GOTO SCHOOL TO LEARN
+Affirmative.
+
+DO PEOPLE SNEEZE INTO HANDKERCHIEFS
+Positively.
+
+DO PEOPLE FALL ASLEEP
+Positively.
+
+DO PEOPLE LIE TO AVOID EMBARASSMENT
+Certainly.
+
+DO PEOPLE SEE WITH THEIR EYES
+Exactly.
+
+DO PEOPLE SEE PICTURES IN CLOUDS
+Definitely.
+
+DO PEOPLE ADMIRE BRAVERY
+Certainly.
+
+DO PEOPLE FEEL LONELY
+Definitely.
+
+DO PEOPLE SOMETIMES FEEL LONELY
+Certainly.
+
+DO PEOPLE SOMETIMES DO STUFF
+Certainly.
+
+DO PEOPLE SOMETIMES WANDER
+Certainly.
+
+DO PEOPLE SOMETIMES END THEMSELVES
+Affirmative.
+
+DO PEOPLE SOMETIMES DIE IN FLASH FLOODS
+Certainly.
+
+DO PEOPLE FIGHT WITH THEIR SIBLINGS
+Positively.
+
+DO PEOPLE CARE ABOUT THEIR PRIVACY
+Certainly.
+
+DO PEOPLE OFTEN CITE OPINION AS FACT
+Exactly.
+
+DO PEOPLE OFTEN FEAR NEW TECHNOLOGY
+Positively.
+
+DO PEOPLE OFTEN DIE
+Definitely.
+
+DO PEOPLE SWEAT WHEN THEY GET HOT
+Positively.
+
+DO PEOPLE SWEAT
+Affirmative.
+
+DO PEOPLE TRY TO DO GOOD
+Definitely.
+
+DO PEOPLE DISLIKE BEING RAINED ON
+Exactly.
+
+DO PEOPLE FART WHEN THEY HAVE GAS
+Positively.
+
+DO PEOPLE PUT MONEY IN WALLETS
+Certainly.
+
+DO PEOPLE WATCH TOO MUCH TELEVISION
+Certainly.
+
+DO PEOPLE TAKE THE CLAWS OFF SOME CATS
+Definitely.
+
+DO PEOPLE TAKE ASPIRIN FOR HEADACHES
+Positively.
+
+DO PEOPLE PREFER TO BE HAPPY THAN SAD
+Exactly.
+
+DO PEOPLE PREFER TO BE RICH
+Positively.
+
+DO PEOPLE THINK ABOUT EACH OTHER
+Definitely.
+
+DO PEOPLE THINK THEY ARE GOOD
+Certainly.
+
+DO LIVING THINGS EVENTUALLY DIE
+Definitely.
+
+DO LIVING THINGS CONTAIN CARBON 14
+Definitely.
+
+DO LIVING THINGS COME TO AN END
+Certainly.
+
+DO LIVING THINGS DIE
+Positively.
+
+DO LIVING THINGS REPRODUCE
+Definitely.
+
+DO LIVING ORGANISMS CONVERT ENERGY
+Definitely.
+
+DO PEAOPLE TEACH OTHER PEOPLE
+Definitely.
+
+DO HOMOSEXUALS PREFER SAME SEX MATES
+Certainly.
+
+DO MAMALS DRINK MILK
+Certainly.
+
+DO MAMALS BREATHE
+Certainly.
+
+DO BLACK WOMAN HAVE LEGS
+Certainly.
+
+DO DIGESTED BEANS PRODUCE METHANE
+Definitely.
+
+DO CANARIES SING
+Certainly.
+
+DO ROVER MAKE CARS
+Positively.
+
+DO HARSH WORDS STIR UP ANGER
+Exactly.
+
+DO REPTILES HAVE TAILS
+Certainly.
+
+DO REPTILES HAVE EYES
+Positively.
+
+DO QUADRAPEDS HAVE FOUR LEGS
+Positively.
+
+DO CATS HUNT FOR MICE
+Certainly.
+
+DO CATS DRINK MILK
+Positively.
+
+DO CATS MEOW
+Certainly.
+
+DO CATS CHASE MICE
+Affirmative.
+
+DO CATS JUMP
+Certainly.
+
+DO CATS PURR WHEN THEY ARE CONTENTED
+Certainly.
+
+DO CATS PURR
+Definitely.
+
+DO CATS SOMETIMES PURR
+Definitely.
+
+DO CATS SLEEP
+Definitely.
+
+DO CATS COME IN A VARIETY OF COLORS
+Definitely.
+
+DO CATS HAVE TAILS
+Positively.
+
+DO CATS HAVE FUR
+Certainly.
+
+DO CATS HAVE ROUGH TOUNGES
+Affirmative.
+
+DO CATS HAVE WHISKERS
+Certainly.
+
+DO CATS HAVE SHARP CLAWS
+Certainly.
+
+DO CATS HAVE PAWS
+Positively.
+
+DO CATS COUGH UP FUR BALLS
+Definitely.
+
+DO CATS LIKE TO SLEEP
+Positively.
+
+DO CATS LIKE TO BE PET
+Definitely.
+
+DO CATS LIKE TO EAT MICE
+Positively.
+
+DO CATS LIKE BEING STROKED
+Definitely.
+
+DO CATS LIKE TUNA
+Definitely.
+
+DO CATS LIKE AFFECTION
+Affirmative.
+
+DO GEESE FLY IN A V FORMATION
+Certainly.
+
+DO WHALES LIVE IN THE SEA
+Positively.
+
+DO WHALES LIVE UNDERWATER
+Positively.
+
+DO FIREWALLS PROTECT NETWORKS
+Affirmative.
+
+DO TADPOLES GROW INTO FROGS
+Exactly.
+
+DO STARS SHINE
+Positively.
+
+DO STARS BURN HYDROGEN FOR FUEL
+Certainly.
+
+DO STARS COLLIDE
+Definitely.
+
+DO STARS EXPLODE
+Certainly.
+
+DO STARS EMIT LIGHT
+Positively.
+
+DO TOO MANY PRUNES MAKE YOU GO
+Certainly.
+
+DO CHINESE WOMEN HAVE TIGHT PUSSEY
+Affirmative.
+
+DO ONIONS MAKE YOU CRY
+Positively.
+
+DO UNIONS HELP WORKERS
+Exactly.
+
+DO RIPE MANGOS TASTE GOOD
+Exactly.
+
+DO COFFEE AND DONUTS GO TOGETHER
+Definitely.
+
+DO GORILLAS LIKE BANANAS
+Affirmative.
+
+DO AUSTRALIANS SPEAK ENGLISH
+Certainly.
+
+DO AUTHORS WRITE BOOKS
+Certainly.
+
+DO PHYSICIANS TRY TO HEAL THE SICK
+Positively.
+
+DO PLANES FLY
+Certainly.
+
+DO GRASSHOPPERS HOP
+Exactly.
+
+DO TERMITES EAT WOODEN HOUSES
+Definitely.
+
+DO TERMITES EAT WOOD
+Definitely.
+
+DO MALES HAVE PENISES
+Affirmative.
+
+DO CIRCUS CLOWNS WEAR MAKEUP
+Positively.
+
+DO COMPACT DISCS HOLD BINARY DATA
+Definitely.
+
+DO CHILDERN CRY WHEN THEY ARE SCARED
+Positively.
+
+DO HAPPY PEOPLE LIVE LONGER
+Definitely.
+
+DO FATTY FOODS TASTE THE BEST
+Positively.
+
+DO FATTY AND SALTY FOODS TASTE GOOD
+Definitely.
+
+DO COLLEGES AWARD DEGREES
+Definitely.
+
+DO SHARKS BITE PEOPLE
+Affirmative.
+
+DO SHARKS BITE
+Certainly.
+
+DO SHARKS CONTINUALLY GROW NEW TEETH
+Positively.
+
+DO SHARKS HAVE FINS
+Affirmative.
+
+DO SHARKS LIVE IN THE SEA
+Affirmative.
+
+DO DEAD THINGS DECAY
+Certainly.
+
+DO VERTEBRATES HAVE BONES
+Definitely.
+
+DO PLUMS GROW ON TREES
+Definitely.
+
+DO ASTRONOMERS STUDY THE UNIVERSE
+Certainly.
+
+DO HOUSES PROVIDE SHELTER
+Positively.
+
+DO HOUSES EXIST
+Certainly.
+
+DO TELEPHONES USE ELECTRICITY
+Certainly.
+
+DO ERICSSON MAKE MOBILE PHONES
+Definitely.
+
+DO YOUR MAMA LOVES YOU
+Positively.
+
+DO CATERPILLARS TURN INTO BUTTERFLIES
+Definitely.
+
+DO IDEAS HAVE POWER
+Positively.
+
+DO HYENAS EAT DEAD CORPSES
+Certainly.
+
+DO CARBONATED DRINKS TASTE FIZZY
+Certainly.
+
+DO CARBONATED BUBBLES TICKLE YOUR NOSE
+Positively.
+
+DO AIRBAGS SAVE LIVES
+Certainly.
+
+DO SPRING SHOWERS BRING MAY FLOWERS
+Certainly.
+
+DO WE NEED MORE BANDWIDTH
+Definitely.
+
+DO WE NEED TO EAT TO LIVE
+Definitely.
+
+DO WE NEED TO EAT FOOD TO LIVE
+Certainly.
+
+DO WE LEARN FROM STUDYING OUR HISTORY
+Positively.
+
+DO WE LAUGH WHEN WE ARE HAPPY
+Positively.
+
+DO WE GET WISER AS WE GET OLDER
+Exactly.
+
+DO WE BREATHE AIR
+Certainly.
+
+DO WE HAVE ONLY ONE MOON
+Definitely.
+
+DO WE HAVE A SUMMER HERE IN FINLAND
+Certainly.
+
+DO WE PUT SOCKS ON OUR FEET
+Exactly.
+
+DO WE ALL HAVE TO DIE
+Certainly.
+
+DO WE ALL DIE
+Certainly.
+
+DO WE LIVE IN THE MILKY WAY GALAXY
+Positively.
+
+DO TECTONIC PLATES COLLIDE
+Positively.
+
+DO PHYSICAL OBJECTS HAVE MASS
+Certainly.
+
+DO PHYSICAL OBJECTS HAVE COLOR
+Certainly.
+
+DO STOCKS TEND TO RISE
+Certainly.
+
+DO CDS HAVE MUSIC ON THEM
+Positively.
+
+DO DVDS HAVE MOVIES ON THEM
+Positively.
+
+DO BEARS POO IN THE WOODS
+Certainly.
+
+DO BEARS HIBRINATE IN WINTER
+Affirmative.
+
+DO BEARS HAVE CLAWS
+Affirmative.
+
+DO BEARS EAT SALMON
+Certainly.
+
+DO BEARS DEFECATE IN THE WOODS
+Definitely.
+
+DO BEARS LIKE HONEY
+Certainly.
+
+DO COWBOYS RIDE HORSES
+Certainly.
+
+DO COWBOYS LIKE COUNTRY MUSIC
+Positively.
+
+DO GEARS HAVE TEETH
+Definitely.
+
+DO MAMMALS GIVE MILK
+Certainly.
+
+DO MAMMALS PRODUCE MILK FOR THEIR YOUNG
+Positively.
+
+DO MAMMALS PRODUCE MILK
+Affirmative.
+
+DO MAMMALS BREATH AIR
+Positively.
+
+DO MAMMALS BREATHE OXYGEN
+Affirmative.
+
+DO MAMMALS REQUIRE SLEEP
+Affirmative.
+
+DO MAMMALS HAVE SPINES
+Positively.
+
+DO MAMMALS HAVE LUNGS
+Affirmative.
+
+DO MAMMALS HAVE BRAINS
+Positively.
+
+DO MAMMALS HAVE TWO EARS
+Certainly.
+
+DO MAMMALS HAVE WARM BLOOD
+Affirmative.
+
+DO GERMANS LIKE SAUERKRAUT
+Exactly.
+
+DO HORSES HAVE HOOVES
+Definitely.
+
+DO CHRISTIANS BELIEVE IN ONE GOD
+Positively.
+
+DO CHRISTIANS BELIEVE IN JESUS
+Affirmative.
+
+DO CHRISTIANS BELIEVE IN CHRIST
+Certainly.
+
+DO PENS CONTAIN INK
+Exactly.
+
+DO PENS WRITE
+Affirmative.
+
+DO PENS USE INK
+Certainly.
+
+DO RACE CARS HAVE WHEELS
+Certainly.
+
+DO RAINBOWS CONSIST OF MANY COLORS
+Certainly.
+
+DO CORPORATIONS MAKE MONEY
+Affirmative.
+
+DO CAR TYRES HAVE RUBBER IN THEM
+Positively.
+
+DO WALLS SURROUND A ROOM
+Definitely.
+
+DO BOOKS CONTAIN PAGES AND CHARACTERS
+Certainly.
+
+DO BOOKS CONTAIN A LOT OF LETTERS
+Certainly.
+
+DO BOOKS HAVE A SPINE
+Definitely.
+
+DO BOOKS HAVE WORDS IN THEM
+Affirmative.
+
+DO BOOKS TRANSFER KNOWLEDGE
+Certainly.
+
+DO ELECTRONS HAVE SPIN
+Definitely.
+
+DO ELECTRONS CARRY CHARGE
+Positively.
+
+DO CYCLES REPEAT
+Certainly.
+
+DO HAMMERS DRIVE NAILS
+Certainly.
+
+DO ESKIMOS LIVE IN IGLOOS
+Definitely.
+
+DO DARK COLOURS ABSORB HEAT
+Definitely.
+
+DO HELIUM BALLOONS FLOAT
+Definitely.
+
+DO DENTISTS FIX TEETH
+Positively.
+
+DO ASTEROIDS EVER HIT THE EARTH
+Positively.
+
+DO BUBBLES FLOAT ON WATER
+Positively.
+
+DO FEET STINK
+Definitely.
+
+DO FEET SMELL WHEN THEY SWEAT
+Affirmative.
+
+DO NORMAIL HUMAN HAVE 10 FINGERS
+Certainly.
+
+DO STEREO SPEAKERS EMIT SOUND
+Affirmative.
+
+DO CELLULAR PHONES CAUSE RADIATION
+Definitely.
+
+DO MEN NEED WOMEN
+Exactly.
+
+DO MEN MARRY WOMEN
+Positively.
+
+DO MEN GROW MORE FACIAL HAIR THAN WOMEN
+Certainly.
+
+DO MEN ENJOY LOOKING AT NAKED WOMEN
+Certainly.
+
+DO MEN CARE ABOUT WOMEN
+Positively.
+
+DO MEN CRY
+Certainly.
+
+DO MEN SOMETIMES LEER AT WOMEN
+Certainly.
+
+DO MEN HAVE BALLS
+Positively.
+
+DO MEN HAVE HAIR ON THIER CHESTS
+Definitely.
+
+DO MEN HAVE HAIR
+Positively.
+
+DO MEN HAVE X CROMASOMES
+Exactly.
+
+DO MEN HAVE SEX WITH WOMEN
+Certainly.
+
+DO MEN HAVE TESTICLES
+Affirmative.
+
+DO MEN AND WOMEN OFTEN ACT DIFFERENTLY
+Certainly.
+
+DO MEN LOVE WOMENS
+Definitely.
+
+DO MEN WEAR PANTS
+Definitely.
+
+DO MEN URINATE STANDING UP
+Certainly.
+
+DO MEN LIKE YOUNGER WOMEN
+Definitely.
+
+DO MEN LIKE TO LOOK AT NAKED WOMEN
+Certainly.
+
+DO MEN LIKE BEER
+Positively.
+
+DO MEN LIKE RECEIVING BLOW JOBS
+Positively.
+
+DO CIGARETTES CONTAIN NICOTINE
+Certainly.
+
+DO JANITORS CLEAN BUILDINGS
+Exactly.
+
+DO BULEMICS MAKE THEMSELVES VOMIT
+Definitely.
+
+DO SICK PEOPLE GO TO THE DOCTOR
+Definitely.
+
+DO COMPUTER PROGRAMS CONTAIN BUGS
+Certainly.
+
+DO COMPUTER PROGRAMS HAVE BUGS
+Positively.
+
+DO COMPUTER NERDS LIKE SNACK FOOD
+Definitely.
+
+DO BLUE AND YELLOW MAKE GREEN
+Affirmative.
+
+DO CFCS DESTROY THE OZONE LAYER
+Definitely.
+
+DO HERBIVORES EAT PLANT MATTER
+Positively.
+
+DO TALL PEOPLE HAVE BIG FEET
+Affirmative.
+
+DO PEACHES GROW ON TREES
+Definitely.
+
+DO COLORS FADE
+Certainly.
+
+DO RAINDROPS CREATE PUDDLES
+Positively.
+
+DO POLICE SAVE LIVES
+Certainly.
+
+DO LAPTOP COMPUTERS HAVE LCD SCREENS
+Certainly.
+
+DO LETTERS MAKE UP THE ALPHABET
+Definitely.
+
+DO LETTERS FORM WORDS
+Positively.
+
+DO ANIMALS NEED OXYGEN TO LIVE
+Positively.
+
+DO ANIMALS REQUIRED WATER
+Positively.
+
+DO ANIMALS COMMUNICATE
+Positively.
+
+DO ANIMALS USE THEIR EYES TO SEE
+Affirmative.
+
+DO ANIMALS BREATHE OXYGEN
+Certainly.
+
+DO ANIMALS BREATHE
+Certainly.
+
+DO ANIMALS LISTEN
+Definitely.
+
+DO ANIMALS REQUIRE OXYGEN TO LIVE
+Positively.
+
+DO ANIMALS HAVE FEELINGS
+Positively.
+
+DO ANIMALS HAVE PERSONALITIES
+Positively.
+
+DO ANIMALS HAVE ORGASMS
+Positively.
+
+DO ANIMALS EAT PLANTS
+Positively.
+
+DO ANIMALS EAT FOOD
+Certainly.
+
+DO ANIMALS LIVE IN THE DESERT
+Affirmative.
+
+DO ANIMALS REPRODUCE
+Positively.
+
+DO EMOTIONS INFLUENCE HUMAN DECISIONS
+Certainly.
+
+DO ACTIONS CAUSE CONSEQUENCES
+Certainly.
+
+DO LIBRARIES CONTAIN BOOKS
+Affirmative.
+
+DO LIBRARIES HOUSE BOOKS
+Positively.
+
+DO PENN AND TELLER WEAR GRAY SUITS
+Positively.
+
+DO GROCERY STORES SELL FOOD
+Positively.
+
+DO VOLCANOES EMIT MAGMA
+Certainly.
+
+DO NEEDLES PRICK
+Affirmative.
+
+DO KEYBOARDS HAVE KEYS
+Positively.
+
+DO MOSQUITOS DRINK BLOOD
+Definitely.
+
+DO LIQUIDS FLOW AROUND OBSTACLES
+Definitely.
+
+DO DUCKS FLOAT
+Affirmative.
+
+DO JOB INTERVIEWS MAKE YOU NERVOUS
+Positively.
+
+DO DIAMONDS COME FROM SOUTH AFRICA
+Certainly.
+
+DO MECHANICS WORK ON MECHANICAL THINGS
+Positively.
+
+DO BATTERIES RUN OUT OF POWER
+Affirmative.
+
+DO GUITARS HAVE 6 STRINGS
+Definitely.
+
+DO GUITARS HAVE STRINGS
+Positively.
+
+DO SHRIMP LIVE IN THE SEA
+Certainly.
+
+DO HUMAINS USE THEIR FOOTS TO WALK
+Positively.
+
+DO SPOILED FRUIT TASTE BAD
+Definitely.
+
+DO AMERICANS SPEAK ENGLISH
+Positively.
+
+DO AMERICANS ENJOY FOOTBALL
+Certainly.
+
+DO AMERICANS DRINK MORE COFFEE THAN TEA
+Positively.
+
+DO AMERICANS DRINK A LOT OF COFFEE
+Certainly.
+
+DO AMERICANS ELECT THEIR PRESIDENTS
+Certainly.
+
+DO AMERICANS LIVE IN AMERICA
+Affirmative.
+
+DO FRIDGES GIVE OFF HEAT
+Certainly.
+
+DO BIRDS SING
+Certainly.
+
+DO BIRDS SOMETIMES COLLIDE WITH PLANES
+Affirmative.
+
+DO BIRDS USE WINGS TO FLY
+Affirmative.
+
+DO BIRDS HAVE FEATHERS
+Affirmative.
+
+DO BIRDS HAVE BEAKS
+Positively.
+
+DO BIRDS EAT WORMS
+Certainly.
+
+DO BIRDS LIVE IN NESTS
+Definitely.
+
+DO BIRDS GO SOUTH IN THE WINTER
+Positively.
+
+DO HACKERS HACK
+Definitely.
+
+DO MONKEYS CLIMB TREES
+Positively.
+
+DO MONKEYS BREATHE OXYGEN
+Affirmative.
+
+DO MONKEYS HAVE TAILS
+Definitely.
+
+DO MONKEYS HAVE TONGUES
+Positively.
+
+DO MONKEYS DIE OF OLD AGE
+Positively.
+
+DO MOTHS EAT HOLES IN CLOTHING
+Exactly.
+
+DO MOST MEN MASTURBATE
+Affirmative.
+
+DO MOST MEN ENJOY THE COMPANY OF WOMEN
+Certainly.
+
+DO MOST MEN ENJOY SEEING NAKED WOMEN
+Certainly.
+
+DO MOST DOGS HAVE A TAIL
+Certainly.
+
+DO MOST MARRIED MEN LOVE THEIR WIVES
+Exactly.
+
+DO MOST CANDIES CONTAIN SUGAR
+Definitely.
+
+DO MOST HUMAN BEINGS HAVE TWO ARMS
+Affirmative.
+
+DO MOST CHILDREN LIKE TO PAINT OR COLOR
+Positively.
+
+DO MOST CARS NEED GAS TO OPERATE
+Positively.
+
+DO MOST CARS USE GASOLINE
+Certainly.
+
+DO MOST CUPS HAVE HANDLES
+Positively.
+
+DO MOST WOMEN HAVE CLITORISES
+Certainly.
+
+DO MOST WOMEN LIKE CHOCOLATE
+Positively.
+
+DO MOST PHONES RING
+Exactly.
+
+DO MOST AMERICANS WEAR UNDERWEAR
+Certainly.
+
+DO MOST AMERICANS LIVE IN AMERICA
+Positively.
+
+DO MOST BOSE SPEAKERS SOUND PRETTY GOOD
+Positively.
+
+DO MOST PIANOS HAVE 88 KEYS
+Exactly.
+
+DO MOST COMPUTERS REQUIRE ELECTRICITY
+Affirmative.
+
+DO MOST COMPUTERS HAVE HARD DRIVES
+Certainly.
+
+DO MOST HUMANS DESIRE MONEY
+Positively.
+
+DO MOST HUMANS FALL IN LOVE
+Affirmative.
+
+DO MOST HUMANS HAVE TEN TOES
+Certainly.
+
+DO MOST HUMANS HAVE HAIR ON THEIR HEADS
+Affirmative.
+
+DO MOST HUMANS HAVE 2 PARENTS
+Affirmative.
+
+DO MOST HUMANS HAVE FEET
+Certainly.
+
+DO MOST HUMANS HAVE TWO HANDS
+Positively.
+
+DO MOST HUMANS HAVE TWO EARS
+Affirmative.
+
+DO MOST FISH HAVE FINS
+Certainly.
+
+DO MOST FISH SWIM IN WATER
+Certainly.
+
+DO MOST AUTOMOBILES HAVE WHEELS
+Certainly.
+
+DO MOST CRABS LIVE IN THE SEA
+Exactly.
+
+DO MOST PLANTS NEED SUNLIGHT TO LIVE
+Affirmative.
+
+DO MOST FARMERS GROW FOOD
+Exactly.
+
+DO MOST PEOPLE CONSIDER NORTH TO BE UP
+Definitely.
+
+DO MOST PEOPLE WANT TO BE HEALTHY
+Certainly.
+
+DO MOST PEOPLE MASTURBATE
+Exactly.
+
+DO MOST PEOPLE LONG FOR APPROVAL
+Exactly.
+
+DO MOST PEOPLE SLEEP AT NIGHT
+Affirmative.
+
+DO MOST PEOPLE PAY TAX
+Certainly.
+
+DO MOST PEOPLE HAVE 10 TOES
+Certainly.
+
+DO MOST PEOPLE HAVE TEN TOES
+Positively.
+
+DO MOST PEOPLE HAVE TEN FINGERS
+Affirmative.
+
+DO MOST PEOPLE HAVE A NOSE
+Definitely.
+
+DO MOST PEOPLE HAVE 2 ARMS
+Affirmative.
+
+DO MOST PEOPLE HAVE TWO EARS
+Positively.
+
+DO MOST PEOPLE LOSE THEIR VIRGINITY
+Definitely.
+
+DO MOST PEOPLE EAT LUNCH AROUND NOON
+Certainly.
+
+DO MOST PEOPLE THINK THEY ARE UNIQUE
+Affirmative.
+
+DO MOST PEOPLE WEAR SHOES
+Definitely.
+
+DO MOST PEOPLE WEAR CLOTHING IN PUBLIC
+Certainly.
+
+DO MOST PEOPLE WEAR CLOTHING
+Affirmative.
+
+DO MOST PEOPLE LOVE THEIR PARENTS
+Definitely.
+
+DO MOST PEOPLE LIVE IN COUPLES
+Definitely.
+
+DO MOST PEOPLE AVOID PAIN
+Certainly.
+
+DO MOST PEOPLE WORK TO MAKE MONEY
+Definitely.
+
+DO MOST PEOPLE LIKE SWEETS
+Definitely.
+
+DO MOST PEOPLE LIKE MUSIC
+Affirmative.
+
+DO MOST PEOPLE LIKE TO WATCH TELEVISION
+Positively.
+
+DO MOST PEOPLE LIKE TO HAVE FUN
+Affirmative.
+
+DO MOST PEOPLE LIKE TO EAT PIZZA
+Definitely.
+
+DO MOST PEOPLE LIKE CANDY
+Exactly.
+
+DO MOST PEOPLE LIKE CHOCOLATE
+Certainly.
+
+DO MOST PEOPLE LIKE PIZZA
+Definitely.
+
+DO MOST LARGE COMPANIES OWN A WEBSITE
+Definitely.
+
+DO MOST COUNTRIES HAVE CAPITALS
+Definitely.
+
+DO MOST ROCKS SINK IN THE OCEAN
+Positively.
+
+DO MOST ATHLETIC SHOES HAVE LACES
+Definitely.
+
+DO MOST TREES HAVE BRANCHES
+Positively.
+
+DO MOST ANIMALS WITH FEATHERS FLY
+Exactly.
+
+DO MOST ANIMALS HAVE BILATERAL SYMMETRY
+Positively.
+
+DO MOST CATS HAVE FOUR LEGS
+Certainly.
+
+DO MOST HOUSES HAVE WINDOWS
+Definitely.
+
+DO MOST ROADS HAVE SPEED LIMITS
+Certainly.
+
+DO MOST BIRDS FLY SOUTH IN THE WINTER
+Exactly.
+
+DO MOST BIRDS FLY
+Certainly.
+
+DO MOST HOMES HAVE DOORBELLS
+Definitely.
+
+DO MOST BLACK PEOPLE HAVE BLACK HAIR
+Positively.
+
+DO LAMBS SLEEP
+Definitely.
+
+DO SPIDERS SURVIVE BY EATING INSECTS
+Certainly.
+
+DO SPIDERS BITE
+Positively.
+
+DO SPIDERS BUILD WEBS
+Certainly.
+
+DO SPIDERS HAVE EIGHT LEGS
+Affirmative.
+
+DO SPIDERS EAT FLIES
+Certainly.
+
+DO SPIDERS LAY EGGS
+Affirmative.
+
+DO WET DOGS SMELL BAD
+Definitely.
+
+DO LIGHTERS PRODUCE FLAME
+Positively.
+
+DO WAREHOUSES HAVE HIGH CEILINGS
+Certainly.
+
+DO BABY HUMANS CRY WHEN THEY ARE HUNGRY
+Affirmative.
+
+DO PARENTS HAVE CHILDREN
+Certainly.
+
+DO THINGS GET WET WHEN PUT INTO WATER
+Definitely.
+
+DO THINGS FALL WHEN THEY ARE DROPPED
+Certainly.
+
+DO THINGS FALL DOWN
+Positively.
+
+DO THINGS COST MORE THAN THEY USED TO
+Definitely.
+
+DO THINGS FLOAT IN ZERO GRAVITY
+Positively.
+
+DO KANGAROOS HAVE POUCHES
+Certainly.
+
+DO CHILDREN PLAY WITH FRISBEES
+Definitely.
+
+DO CHILDREN PLAY HIDE AND SEEK
+Affirmative.
+
+DO CHILDREN LEARN QUICKLY
+Definitely.
+
+DO CHILDREN CRY
+Affirmative.
+
+DO CHILDREN HAVE TO LEARN MUCH
+Certainly.
+
+DO CHILDREN LIKE ICECREAM
+Positively.
+
+DO CHILDREN LIKE TO PLAY
+Affirmative.
+
+DO CHILDREN LIKE CANDY BARS
+Affirmative.
+
+DO QUESTIONS LEAD TO ANSWER
+Positively.
+
+DO QUESTIONS EXIST
+Definitely.
+
+DO TABLES HAVE LEGS
+Affirmative.
+
+DO PROFESSIONAL ATHLETES PLAY SPORTS
+Certainly.
+
+DO SCREWS HOLD THINGS TOGETHER
+Definitely.
+
+DO CANADIANS SPEAK ENGLISH
+Certainly.
+
+DO FOOLS FALL IN LOVE
+Positively.
+
+DO VAMPIRE BATS DRINK BLOOD
+Positively.
+
+DO AUTOMOBILES NEED FUEL TO RUN
+Definitely.
+
+DO AUTOMOBILES RUN ON GASOLINE
+Affirmative.
+
+DO AUTOMOBILES BURN FOSSILE FUELS
+Certainly.
+
+DO AUTOMOBILES HAVE FOUR WHEELS
+Definitely.
+
+ARES SCISSORS USED FOR CUTTING
+Definitely.
+
+RABITS MULTIPLY FASTER THAN PEOPLE
+Certainly.
+
+HAS SKY A COLOR
+Definitely.
+
+HAS RELIGION CAUSED WAR
+Certainly.
+
+HAS SPRING SPRUNG
+Certainly.
+
+HAS THE SOUND BARRIER BEEN BROKEN
+Certainly.
+
+HAS THE INTERNET IMOPROVED LIFE
+Definitely.
+
+HAS THE TITANIC CRASHED WITH AN ICEBERG
+Positively.
+
+HAS THE MAN TWO LEGS
+Positively.
+
+HAS THE USA EVER BEEN AT WAR WITH IRAQ
+Certainly.
+
+HAS EVERYBODY BIOLOGICAL PARENTS
+Certainly.
+
+HAS EVERYONE TOLD AT LEAST ONE LIE
+Positively.
+
+HAS AL GORE EVER TOLD A LIE
+Affirmative.
+
+HAS NEIL ARMSTRONG WALKED ON THE MOON
+Definitely.
+
+HAS A TRAFFIC LIGHT 3 COLORS
+Certainly.
+
+HAS A HUMAN THE RIGHT TO LIFE
+Certainly.
+
+HAS A HUMAN A HEAD
+Certainly.
+
+HAS A HUMAN A BRAIN
+Certainly.
+
+HAS A FROG THE COLOR GREEN
+Certainly.
+
+HAS A DOG BEEN IN SPACE
+Exactly.
+
+HAS ALICE BECOME SMARTER
+Definitely.
+
+HAS KEVIN BACON BEEN IN ANY MOVIES
+Certainly.
+
+HAS AN ORANGE THE COLOR ORANGE
+Affirmative.
+
+HAS AN HUMAN HAND FIVE FINGERS
+Definitely.
+
+HAS ONE HOUR SIXTY MINUTES
+Positively.
+
+HAS ALBERT EINSTEIN BEEN A PHYSICIST
+Definitely.
+
+HAS WORLD WAR 2 FINISHED
+Affirmative.
+
+HAS MANKIND REACHED THE MOON
+Positively.
+
+HAS MAN TRAVELLED TO THE MOON
+Certainly.
+
+E EQUAL MC2
+Definitely.
+
+TRUTH IS AN ABSTRACT CONCEPT
+Definitely.
+
+CRT STANDS FOR CATHODE RAY TUBE
+Positively.
+
+PARTIES ARE FUN
+Certainly.
+
+RUNNING IS BAD FOR BROKEN LEGS
+Definitely.
+
+BE UNSINKABLE
+Definitely.
+
+DUBLIN IS THE CAPITAL OF IRELAND
+Certainly.
+
+SCIENCE HELPS MANKIND
+Positively.
+
+FOR EVERY REACTION THERE WAS AN ACTION
+Certainly.
+
+DINOSAURS R EXTINCT
+Affirmative.
+
+AT THE END OF THE DAY DOES IT GET DARK
+Definitely.
+
+COCA COLA ONCE CONTAINED COCAINE
+Certainly.
+
+GREEN MEANS GO
+Certainly.
+
+SMOKING CAN MAKE YOU SICK
+Certainly.
+
+SMOKING KILLS
+Definitely.
+
+SMOKING CAUSES LUNG CANCER
+Exactly.
+
+KIDS ASK WHY. A LOT
+Exactly.
+
+DOGS BARK
+Definitely.
+
+DOGS ARE FRIENDLY
+Positively.
+
+VATICAN IS IN ITALY
+Positively.
+
+IST DER MARS EIN PLANET
+Exactly.
+
+LIVING THINGS DIE
+Positively.
+
+LIVING ORGANISMS EVENTUALLY BREAK DOWN
+Affirmative.
+
+PEOPLE NEED BETTER MANNERS
+Positively.
+
+PEOPLE CAN NOT READ OR WRITE
+Affirmative.
+
+PEOPLE GREEDY
+Positively.
+
+PEOPLE HAVE TO EAT FOOD
+Affirmative.
+
+PEOPLE HAVE TWO LEGS AND TWO ARMS
+Definitely.
+
+PEOPLE DIES
+Certainly.
+
+PEOPLE LIKE TO HELP OTHER PEOPLE
+Positively.
+
+PEOPLE LIKE SUGAR
+Positively.
+
+WINDOWS USE TRANSPARENT MATERIALS
+Certainly.
+
+BILL CLINTON PRESIDENT OF USA
+Certainly.
+
+BILL CLINTON IS AN ADULTERER
+Certainly.
+
+BILL CLINTON IS ALIVE
+Definitely.
+
+BILL GATES IS A FOUNDER OF MICROSOFT
+Definitely.
+
+LIGHT HAS DUAL PROPERTIES
+Positively.
+
+MIGHT A HONEYMOON BE SPENT AT A RESORT
+Exactly.
+
+AM I A MALE I AM MALE
+Positively.
+
+AM I ASKING A QUESTION
+Certainly.
+
+AM I ALLOWED TO BREATHE
+Definitely.
+
+AM I DIFFERENT FROM YOU
+Positively.
+
+AM I MADE OF ATOMS
+Definitely.
+
+AM I ASLEEP WHEN I DREAM
+Positively.
+
+AM I GOING TO GET FREE SHARES
+Certainly.
+
+AM I USING A COMPUTER
+Affirmative.
+
+AM I WHAT I AM
+Definitely.
+
+AM I ON THE NET
+Certainly.
+
+AM I ON A WEBSITE ON ALICE DOT COM
+Certainly.
+
+AM I MORE INTELLIGENT THAN A LIZARD
+Positively.
+
+SIGHT IS ONE OF OUR FIVE SENSES
+Certainly.
+
+FRANCE IS A COUNTRY IN EUROPE
+Certainly.
+
+PYGMIES ARE HUMANS
+Exactly.
+
+GLASS CAN HURT
+Positively.
+
+RAP IS A TYPE OF MUSIC STYLE
+Certainly.
+
+CRIME IS BAD
+Certainly.
+
+PAJAMAS ARE FOR SLEEPING
+Exactly.
+
+AN AUDI IS A FINE GERMAN CAR
+Definitely.
+
+27 IS LESS THAN 50
+Affirmative.
+
+PAPUA NEW GUINEA IS A COUNTRY
+Positively.
+
+WHETHER BAT IS MAMAL
+Positively.
+
+MAY A WOMAN HAVE MULTIPLE ORGASMS
+Certainly.
+
+MAY SILICON BE USED IN IMPLANTS
+Positively.
+
+KILLING A HUMAN IS WRONG
+Positively.
+
+LE SOLEIL EST CHAUD
+Definitely.
+
+YAHOO. IS AN INTERNET BASED COMPANY
+Positively.
+
+RED IS NOT THE SAME AS GREEN
+Certainly.
+
+RED COLOR SIGNIFIES DANGER
+Definitely.
+
+ADDITION IS EAASIER THAN DIVISION
+Positively.
+
+WAR IS BAD
+Positively.
+
+CATHOLICS BELIEVE IN JESUS CHRIST
+Definitely.
+
+BEING PROMOTED IS A SIGN OF SUCCESS
+Positively.
+
+LINUX IS A FREE OPERATING SYSTEM
+Positively.
+
+PLANTS NEED WATER TO LIVE
+Definitely.
+
+PLANTS PRODUCE OXYGEN
+Positively.
+
+SUN IS THE NEAREST STAR TO THE EARTH
+Definitely.
+
+ANSWER
+Affirmative.
+
+SATURN IS A PLANET
+Affirmative.
+
+JACKIE CHAN DOES HIS OWN STUNTS
+Affirmative.
+
+FLOWERS BLOOM IN THE SPRING
+Exactly.
+
+CULTURES ARE VALID
+Certainly.
+
+Too much recursion in AIML
+Exactly.
+
+A HOUSE CAT MEOWS
+Positively.
+
+A WATCH TELLS TIME
+Certainly.
+
+A BIRD HAS TWO WINGS
+Certainly.
+
+A BALL HAS A ROUND SHAPE
+Positively.
+
+A BANANA IS A FRUIT
+Definitely.
+
+A MAGICIAN PERFORMS MAGIC TRICKS
+Positively.
+
+A TABLE IS A TABLE
+Certainly.
+
+A TRICYCLE HAS THREE WHEELS
+Positively.
+
+A BICYCLE HAS TWO WHEELS
+Definitely.
+
+A SERIOUS INJURY CAN KILL
+Positively.
+
+A MARE IS A FEMALE HORSE
+Definitely.
+
+A FERRARI IS POWERFUL
+Definitely.
+
+A LAKE IS A BODY OF WATER
+Positively.
+
+A BOOKSHELF HOLDS BOOKS
+Positively.
+
+A IS A
+Positively.
+
+A CAT IS A KIND OF ANIMAL
+Certainly.
+
+A CUBE HAS EDGES
+Certainly.
+
+A CAR IS A FORM OF TRANSPORTATION
+Certainly.
+
+A CAR HAVE FOUR WHEELS
+Definitely.
+
+A SEWER IS A WASTE DISPOSAL SYSTEM
+Affirmative.
+
+A CIRCLE IS INFINITELY CURVED
+Certainly.
+
+A PEA IS A VEGATABLE
+Positively.
+
+A GUY CAN FALL IN LOVE WITH ANOTHER GUY
+Definitely.
+
+ENERGY COMES FROM THE SUN
+Certainly.
+
+TIME IS A MAGAZINE
+Certainly.
+
+TIME IS A TERRIBLE THING TO WASTE
+Definitely.
+
+TIME IS RELATIVE
+Exactly.
+
+YOUR ALIVE
+Definitely.
+
+CHILDREN LIKE TO PLAY
+Certainly.
+
+MIGHTY OAKS GROW FROM ACORNS
+Exactly.
+
+CHRISTIANITY IS A RELIGION
+Definitely.
+
+WOOD IS A TYPE OF ORGANIC MATERIAL
+Definitely.
+
+NINE TIMES NINE EQUALS TO 81
+Positively.
+
+CURTAINS ARE MADE OF CLOTH
+Positively.
+
+GRAVITY ALWAYS PULLS
+Definitely.
+
+SMOG IS CREATED BY POLLUTION
+Certainly.
+
+PARIS IS A FRENCH TOWN
+Positively.
+
+ICE IS COLD
+Certainly.
+
+ICE IS WATER
+Definitely.
+
+ICE CREAM IS COLD
+Affirmative.
+
+AMAZON DOT COM IS A ONLINE BOOKSHOP
+Affirmative.
+
+BOOKS ARE MADE TO BE READ
+Certainly.
+
+BOOKS ARE WRITTEN BY AUTHORS
+Affirmative.
+
+GIRLS LOVE JEWELLRY
+Definitely.
+
+GIRLS ARE BIGGER THAN OTHERS
+Certainly.
+
+WERE MOST DINOSAURS LARGER THAN PEOPLE
+Positively.
+
+WERE THE ANCIENT GREEKS INTELLIGENT
+Definitely.
+
+WERE THE BEATLES MUSICIANS
+Certainly.
+
+WERE THE BEATLES A BRITISH BAND
+Certainly.
+
+WERE THE BEATLES A ROCK AND ROLL BAND
+Positively.
+
+WERE THE NAZIS EVIL
+Positively.
+
+WERE THE ANIMALS A ROCK BAND
+Definitely.
+
+WERE FORDS THE FIRST MASS PRODUCED CAR
+Positively.
+
+WERE JEWS KILLED IN WORLD WAR II
+Positively.
+
+WERE YOU BORN A VIRGIN
+Exactly.
+
+WERE HUMANS CREATED BY EVOLUTION
+Positively.
+
+SUNDAY IS THE FIRST DAY OF THE WEEK
+Certainly.
+
+FLORIDA IS A STATE
+Affirmative.
+
+CBS IS A BROADCASE TELEVISION NETWORK
+Certainly.
+
+LOVE CAN BREAK YOUR HEART
+Definitely.
+
+LOVE CAN HAPPEN MORE
+Positively.
+
+LOVE WOMAN
+Definitely.
+
+LOVE IS NICE
+Certainly.
+
+LOVE IS IMPORTANT
+Affirmative.
+
+LOVE IS NOT ALWAYS RETURNED
+Definitely.
+
+ARE A SAUSAGE AND A HOTDOG SIMILAR
+Certainly.
+
+ARE ELEPHANTS BIGGER THAN MICE
+Affirmative.
+
+ARE ELEPHANTS MAMMALS
+Affirmative.
+
+ARE LIES BOGUS
+Certainly.
+
+ARE CHEETAHS FAST
+Certainly.
+
+ARE CELL PHONES PORTABLE
+Definitely.
+
+ARE CELL PHONES RISKY TO HEALTH
+Positively.
+
+ARE PUPPIES CUDDLY
+Certainly.
+
+ARE PUPPIES SMALL YOUNG DOGS
+Certainly.
+
+ARE PUPPIES CUTE
+Certainly.
+
+ARE NOODLES GOOD TO EAT
+Affirmative.
+
+ARE LAWS GOOD
+Definitely.
+
+ARE LEAFY VEGETABLES GOOD FOR YOU
+Positively.
+
+ARE PASSWORDS SECURITY DEVICES
+Certainly.
+
+ARE ADULTS EASILY AMUSED
+Affirmative.
+
+ARE MANY CHILDREN AFRAID OF THE DARK
+Certainly.
+
+ARE MANY SODA CANS MADE OUT OF ALUMINUM
+Positively.
+
+ARE MANY AMERICANS OBESE
+Certainly.
+
+ARE MANY FAMOUS AUTHORS HUMAN
+Certainly.
+
+ARE MANY PEOPLE IN THE WORLD HUNGRY
+Certainly.
+
+ARE METEORS REAL
+Certainly.
+
+ARE DISHWASHERS USED TO WASH DISHES
+Affirmative.
+
+ARE JEWS REAL
+Certainly.
+
+ARE RADIO WAVES INVISIBLE
+Definitely.
+
+ARE MAN AND WOMAN ARE DIFFERENT
+Positively.
+
+ARE GLOVES WORN ON HANDS
+Affirmative.
+
+ARE INSECTS SMALLER THAN HUMANS
+Affirmative.
+
+ARE INSECTS SMALLER THAN DOGS
+Definitely.
+
+ARE BIG ROCKS HEAVY
+Certainly.
+
+ARE ESKIMOES REAL
+Certainly.
+
+ARE HUMANS DOMINANT SPECIES ON EARTH
+Certainly.
+
+ARE HUMANS OMNIVORES
+Positively.
+
+ARE HUMANS CONSIOUS
+Affirmative.
+
+ARE HUMANS BIGGER THAN CATS
+Affirmative.
+
+ARE HUMANS BIGGER THAN MICE
+Positively.
+
+ARE HUMANS DESCENDED FROM APES
+Positively.
+
+ARE HUMANS SMARTER THAN A ROCK
+Definitely.
+
+ARE HUMANS SMARTER THAN EARTH WORMS
+Certainly.
+
+ARE HUMANS COMPOSED MOSTLY OF WATER
+Positively.
+
+ARE HUMANS MADE UP OF MOSTLY WATER
+Certainly.
+
+ARE HUMANS CARBON BASED LIFE FORMS
+Definitely.
+
+ARE HUMANS BIPEDS
+Positively.
+
+ARE HUMANS AFRAID OF DEATH
+Definitely.
+
+ARE HUMANS FALLIBLE
+Positively.
+
+ARE HUMANS ALIVE
+Certainly.
+
+ARE HUMANS CONSCIOUS
+Affirmative.
+
+ARE HUMANS SELF AWARE
+Certainly.
+
+ARE HUMANS GREATER THAN 3 FEET TALL
+Definitely.
+
+ARE HUMANS INTELLIGENT
+Positively.
+
+ARE HUMANS CHANGING THE PLANET
+Positively.
+
+ARE HUMANS ORGANIC
+Certainly.
+
+ARE HUMANS TALLER THAN CATS
+Definitely.
+
+ARE HUMANS ROUGHLY 70 WATER
+Certainly.
+
+ARE HUMANS MAMMELS
+Positively.
+
+ARE HUMANS BEAUTIFUL
+Positively.
+
+ARE HUMANS DEAD
+Positively.
+
+ARE HUMANS SENTIENT BEINGS
+Definitely.
+
+ARE HUMANS SENTIENT
+Definitely.
+
+ARE HUMANS BASICALLY COOPERATIVE
+Positively.
+
+ARE HUMANS HYPOCRITICAL
+Definitely.
+
+ARE HUMANS LAZY
+Definitely.
+
+ARE HUMANS MORE EMOTIONAL THAN LOGICAL
+Definitely.
+
+ARE HUMANS BIPEDAL
+Definitely.
+
+ARE MAGAZINES MADE OF PAPER
+Positively.
+
+ARE FERRARI CARS MADE IN ITALY
+Affirmative.
+
+ARE KOALA BEARS FURRY
+Certainly.
+
+ARE MAILMEN WOMEN
+Certainly.
+
+ARE STRAWBERRIES SWEET
+Affirmative.
+
+ARE STRAWBERRIES RED
+Definitely.
+
+ARE NAKED WOMEN. NICE TO TOUCH
+Certainly.
+
+ARE UNCLES ALWAYS MALE
+Certainly.
+
+ARE CALORIES BURNED WHEN SWIMMING LAPS
+Certainly.
+
+ARE FEELINGS GOOD
+Definitely.
+
+ARE JALAPENOS HOT
+Positively.
+
+ARE THE ICE CAPS MELTING
+Definitely.
+
+ARE THE JEWISH A PEOPLE
+Positively.
+
+ARE THE 2000 OLYMPIC GAMES IN SYDNEY
+Definitely.
+
+ARE THE EARTH ROUND
+Certainly.
+
+ARE THE TROPICS HOTTER THAN THE POLES
+Affirmative.
+
+ARE THE UNITED STATES A BIG COUNTRY
+Definitely.
+
+ARE THE DALLAS COWBOYS A FOOTBALL TEAM
+Affirmative.
+
+ARE THE 365 DAYS IN A YEAR
+Certainly.
+
+ARE THE RED WINGS FROM DETROIT
+Definitely.
+
+ARE THE OCEANS RELATIVELY UNEXPLORED
+Affirmative.
+
+ARE THE OCEANS FILLED WITH WATER
+Affirmative.
+
+ARE THE BEATLES ROCK MUSICIANS
+Certainly.
+
+ARE THE KIDNEYS INTERNAL ORGANS
+Positively.
+
+ARE THE TALKING HEADS A MUSICAL GROUP
+Positively.
+
+ARE THE SUN YELLOW
+Positively.
+
+ARE THE OCEAN FULL OF WATER
+Certainly.
+
+ARE THE FLOWERS BEATIFULL
+Positively.
+
+ARE THE STARS FAR AWAY
+Affirmative.
+
+ARE THE STARS HOT
+Certainly.
+
+ARE THE STARS AT NIGHT BEAUTIFUL
+Definitely.
+
+ARE THE WOMEN HUMAN
+Certainly.
+
+ARE THE URAL MOUNTAINS IN RUSSIA
+Affirmative.
+
+ARE THE OLYMPICS IN AUSTRALIA IN 2000
+Affirmative.
+
+ARE THE TREES GREEN
+Certainly.
+
+ARE THE FRENCH MAMMALIAN
+Definitely.
+
+ARE THE TIDES CAUSED BY THE MOON
+Positively.
+
+ARE THE ROCKY MOUNTAINS ROCKY
+Definitely.
+
+ARE THE ROCKY MOUNTAINS IN COLORADO
+Positively.
+
+ARE THE HUMANITY INTELLIGENT
+Positively.
+
+ARE THE PLANTS A LIVE
+Affirmative.
+
+ARE THE BAHAMAS IN THE CARIBBEAN
+Positively.
+
+ARE BLACKBERRY PIES DELICIOUS
+Affirmative.
+
+ARE NIPPLES PART OF THE BREST
+Certainly.
+
+ARE CRIMINALS DANGEROUS
+Affirmative.
+
+ARE BRICKS HEAVIER THAN FEATHERS
+Positively.
+
+ARE TAXES ANNOYING
+Positively.
+
+ARE PLAYMATES PRETTY
+Positively.
+
+ARE EVERGREENS A TYPE OF TREE
+Positively.
+
+ARE EVERGREENS GREEN ALL YEAR
+Positively.
+
+ARE ROPES HELPFUL FOR CLIMBING
+Certainly.
+
+ARE COMMUNITY PROJECTS A GOOD THING
+Certainly.
+
+ARE WORMS GOOD FOR A GARDEN
+Certainly.
+
+ARE ACTIVITIES A WASTE OF TIME
+Affirmative.
+
+ARE TIRES MADE OUT OF RUBBER
+Affirmative.
+
+ARE TIRES FULL OF AIR
+Definitely.
+
+ARE HAMBURGERS GREASY
+Certainly.
+
+ARE MUTUAL FUNDS A GOOD INVESTMENT
+Positively.
+
+ARE AIRPLANES FAST VEHICLES
+Certainly.
+
+ARE AIRPLANES FAST
+Positively.
+
+ARE AIRPLANES USED TO FLY PEOPLE
+Certainly.
+
+ARE AIRPLANES LOUD
+Positively.
+
+ARE RAW VEGETABLE HEALTHY TO EAT
+Certainly.
+
+ARE SHEEP MAMMALS
+Certainly.
+
+ARE SHEEP ANIMALS
+Certainly.
+
+ARE BINARY DIGITS CALLED BITS
+Definitely.
+
+ARE TORPEDOES A TYPE OF WEAPON
+Certainly.
+
+ARE MUSKRATS ANIMALS
+Definitely.
+
+ARE GUNS DANGEROUS
+Definitely.
+
+ARE SODAS CARBONATED
+Certainly.
+
+ARE JACK O LANTERNS MADE FROM PUMPKINS
+Definitely.
+
+ARE BASEBALLS ROUND
+Definitely.
+
+ARE PROTEINS MADE UP OF AMINO ACIDS
+Affirmative.
+
+ARE PROTEINS MADE WITH AMINO ACIDS
+Affirmative.
+
+ARE MANSIONS LARGER THAN HUTS
+Affirmative.
+
+ARE HOURS LONGER THAN SECONDS
+Certainly.
+
+ARE FROGS SMALL
+Definitely.
+
+ARE PIGTAILS A HAIRSTYLE
+Definitely.
+
+ARE SUNFLOWERS BEAUTIFUL
+Certainly.
+
+ARE DOLPHINS FAST SWIMMERS
+Positively.
+
+ARE DOLPHINS ENDANGERED
+Certainly.
+
+ARE DOLPHINS SMARTER THAN SHARKS
+Positively.
+
+ARE DOLPHINS FAIRLY INTELLIGENT
+Affirmative.
+
+ARE DOLPHINS INTELLIGENT
+Certainly.
+
+ARE DOLPHINS AND WHALES MAMMALS
+Certainly.
+
+ARE FUNGI ALIVE
+Definitely.
+
+ARE PAGES IN BOOKS MADE OF PAPER
+Positively.
+
+ARE OPEN WOUNDS PAINFUL
+Affirmative.
+
+ARE FLAMINGOS PINK
+Definitely.
+
+ARE DINSOSAURS EXTINCT
+Affirmative.
+
+ARE SNAILS SLIMEY
+Positively.
+
+ARE SNAILS AND TURTLES SLOW
+Positively.
+
+ARE AMPHIBIANS ANIMALS
+Positively.
+
+ARE INTERNET COMPANIES OVERVALUED
+Certainly.
+
+ARE INTERNET BECOMING LARGER
+Affirmative.
+
+ARE GIRLS SEXY
+Definitely.
+
+ARE GIRLS BIGGER THAN OTHERS
+Affirmative.
+
+ARE GIRLS FUN TO BE AROUND
+Definitely.
+
+ARE GIRLS FUN
+Positively.
+
+ARE GIRLS FEMALE
+Certainly.
+
+ARE GIRLS OFTEN SCARED OF SPIDERS
+Certainly.
+
+ARE GIRLS ARE FEMALE
+Certainly.
+
+ARE BEANS EDIBLE
+Certainly.
+
+ARE FLEAS A PARASITE
+Positively.
+
+ARE UFOS REAL
+Certainly.
+
+ARE JEANS A KIND OF TROUSERS
+Positively.
+
+ARE CHAIRS USED TO SIT IN
+Certainly.
+
+ARE CHAIRS FOR SITTING IN
+Definitely.
+
+ARE CHAIRS MADE FOR SITTING ON
+Definitely.
+
+ARE ROCK CONCERTS LOUD
+Positively.
+
+ARE SNAKES COLD BLOODED
+Positively.
+
+ARE PLANETS SPHERES
+Definitely.
+
+ARE BUTTERFILES BEAUTIFOUL
+Positively.
+
+ARE HYDROGEN BOMBS SCARY
+Definitely.
+
+ARE BUGS SMALLER THAN HUMANS
+Positively.
+
+ARE WEB PAGES CREATED USING HTML
+Certainly.
+
+ARE DESERTS DRY
+Definitely.
+
+ARE COKE CANS RED
+Certainly.
+
+ARE TREE LEAVES GREEN
+Definitely.
+
+ARE TREE TRUNKS HARD
+Positively.
+
+ARE ROOTS FOUND UNDERGROUND
+Positively.
+
+ARE YOGA EXCERSISES GOOD FOR YOUR MIND
+Definitely.
+
+ARE EYES USED TO SEE
+Positively.
+
+ARE HANDRAILS FOR SAFETY
+Definitely.
+
+ARE TOYS FUN
+Certainly.
+
+ARE RARE THINGS EXPENSIVE
+Affirmative.
+
+ARE ONLINE BANNER ADS ANNOYING
+Affirmative.
+
+ARE LAWNMOWERS USED TO CUT GRASS
+Affirmative.
+
+ARE BATS NOCTURNAL
+Definitely.
+
+ARE BATS FURRY
+Positively.
+
+ARE BABYS YOUNG
+Certainly.
+
+ARE GOVERNMENTS BUREAUCRATIC
+Positively.
+
+ARE GOLDFISH KEPT AS PETS
+Affirmative.
+
+ARE ARTISTS PAINTERS
+Positively.
+
+ARE DOUGHNUTS TASTY
+Certainly.
+
+ARE PENCILS MADE FROM WOOD
+Positively.
+
+ARE SMALL CHILDREN NOISY
+Certainly.
+
+ARE GARAGES USED TO STORE CARS
+Definitely.
+
+ARE KISSES EXCITING
+Positively.
+
+ARE NBA PLAYERS TALL
+Definitely.
+
+ARE JALEPENO PEPPERS SPICY
+Positively.
+
+ARE MILLIONAIRES RICH
+Affirmative.
+
+ARE RICH PEOPLE GREEDY
+Affirmative.
+
+ARE MOTHERS PARENTS
+Positively.
+
+ARE MOTHERS IMPORTANT
+Affirmative.
+
+ARE MOTHERS FEMALE
+Certainly.
+
+ARE 1 AND 0 BINARY DIGITS
+Certainly.
+
+ARE HOMOSAPIENS MAMMALS
+Definitely.
+
+ARE FOSSIL FUELS A FINITE RESOUCE
+Positively.
+
+ARE VERBS WORDS THAT DESCRIBE AN ACTION
+Positively.
+
+ARE REDWOODS GIANT TREES
+Positively.
+
+ARE BASKETBALLS BIGGER THAN SOFTBALLS
+Positively.
+
+ARE MARINES A TYPE OF SOLDIER
+Certainly.
+
+ARE ANTS SMALLER THAN MICE
+Affirmative.
+
+ARE HALOGEN LIGHTS BRIGHT
+Definitely.
+
+ARE MOVIE STARS FAMOUS
+Definitely.
+
+ARE RABBITS FOOD
+Positively.
+
+ARE RABBITS FURRY
+Affirmative.
+
+ARE RABBITS ANIMALS
+Positively.
+
+ARE CONSISTENT MORALS GOOD FOR SOCIETY
+Positively.
+
+ARE ISLANDS SMALLER THAN CONTINENTS
+Positively.
+
+ARE SUBMARINES REAL
+Certainly.
+
+ARE MICE FURRY
+Certainly.
+
+ARE MICE ANIMALS
+Certainly.
+
+ARE GAY MEN HOMOSEXUALS
+Positively.
+
+ARE FLOWERS GROWING
+Definitely.
+
+ARE FLOWERS COLORFULL
+Certainly.
+
+ARE FLOWERS BEAUTIFUL
+Positively.
+
+ARE FLOWERS COLORFUL
+Affirmative.
+
+ARE FLOWERS PRETTY
+Positively.
+
+ARE FARTS STINKY
+Certainly.
+
+ARE DAFFODILS A FLOWER
+Certainly.
+
+ARE POST IT NOTES USEFUL
+Positively.
+
+ARE CHEERLEADERS SEXY
+Definitely.
+
+ARE PENGUINS BIRDS
+Positively.
+
+ARE FEMALES THE OPPOSITE SEX OF MALES
+Positively.
+
+ARE FEMALES ATTRACTIVE
+Positively.
+
+ARE FISH EDIBLE
+Definitely.
+
+ARE UNRIPE BANANAS GREEN
+Certainly.
+
+ARE DOGS FURRY ANIMALS
+Certainly.
+
+ARE DOGS FURRY
+Certainly.
+
+ARE DOGS VERTEBRATES
+Positively.
+
+ARE DOGS AN ANIMAL
+Affirmative.
+
+ARE DOGS MORE LOYAL THAN HUMANS
+Definitely.
+
+ARE DOGS MORE AGGRESSIVE THAN CATS
+Certainly.
+
+ARE DOGS BIGGER THAN CATS
+Certainly.
+
+ARE DOGS FAMILY PETS
+Positively.
+
+ARE DOGS MAMMALS
+Affirmative.
+
+ARE DOGS GOOD PETS
+Certainly.
+
+ARE DOGS GOOD COMPANIONS
+Certainly.
+
+ARE DOGS OFTEN KEPT AS PETS
+Certainly.
+
+ARE DOGS CANINES
+Definitely.
+
+ARE PIPES USED TO CARRY WATER
+Certainly.
+
+ARE SKY ARE BLUE
+Positively.
+
+ARE CARROTS ORANGE
+Affirmative.
+
+ARE PHONE SOLICITORS ANNOYING
+Certainly.
+
+ARE CANDLES MADE FROM WAX AND PARAFIN
+Certainly.
+
+ARE ROBOTS USEFUL IN THE SEA
+Definitely.
+
+ARE ROBOTS REAL
+Positively.
+
+ARE PILLOWS SIMILAR TO CUSHIONS
+Definitely.
+
+ARE PILLOWS MEANT FOR SUPPORT
+Definitely.
+
+ARE WILLOWS TREES
+Definitely.
+
+ARE OCEANS BODIES OF WATER
+Affirmative.
+
+ARE OCEANS BIGGER THAN SEAS
+Affirmative.
+
+ARE OCEANS SALT WATER
+Definitely.
+
+ARE OCEANS MADE OF WATER
+Positively.
+
+ARE PIMPLES UNSIGHTLY TO LOOK AT
+Certainly.
+
+ARE NORTH AND SOUTH OPPOSITE DIRECTIONS
+Affirmative.
+
+ARE FOOTBALL PADS FOR SAFETY
+Positively.
+
+ARE BURRITOS CONSIDERED MEXICAN FOOD
+Definitely.
+
+ARE COWS BIGGER THAN CATS
+Definitely.
+
+ARE COWS ONE SOURCE OF MILK
+Certainly.
+
+ARE COWS QUADRUPEDS
+Positively.
+
+ARE COWS BLACK AND WHITE
+Affirmative.
+
+ARE COWS MILK PRODUCING ANIMALS
+Certainly.
+
+ARE COWS ARE BLACK AND WHITE
+Definitely.
+
+ARE TREES PLANTS
+Affirmative.
+
+ARE TREES A RENEWABLE RESOURCE
+Definitely.
+
+ARE TREES MADE OF WOOD
+Certainly.
+
+ARE TREES LIVING THINGS
+Certainly.
+
+ARE TREES ALIVE
+Certainly.
+
+ARE TREES BIG PLANTS
+Certainly.
+
+ARE TREES TALL
+Affirmative.
+
+ARE TREES TALLER THAN HOUSES
+Positively.
+
+ARE TREES CONSIDERED PLANTS
+Positively.
+
+ARE BORING QUESTIONS BORING
+Positively.
+
+ARE TEENAGERS YOUNGER THEN ADULTS
+Certainly.
+
+ARE FAIRIES A LEGENDARY CRATURE
+Positively.
+
+ARE UNCOOKED EGGS EASILY BROKEN
+Definitely.
+
+ARE BREASTS FUN FOR MEN TO PLAY WITH
+Positively.
+
+ARE BREASTS ARE BEAUTIFUL
+Positively.
+
+ARE DINGOES REAL
+Definitely.
+
+ARE BONES HARD
+Positively.
+
+ARE BONES MADE OF CALCIUM
+Definitely.
+
+ARE CITIES CROWDED
+Positively.
+
+ARE CITIES CONSIDERED URBAN AREAS
+Definitely.
+
+ARE COMPUTERS HELPFUL
+Affirmative.
+
+ARE COMPUTERS TODAY FASTER
+Affirmative.
+
+ARE COMPUTERS ANY GOOD
+Definitely.
+
+ARE COMPUTERS FUN
+Certainly.
+
+ARE COMPUTERS FASTER THAN OTHERS
+Definitely.
+
+ARE COMPUTERS THE WAY OF THE FUTURE
+Positively.
+
+ARE COMPUTERS USED FOR WRITING EMAILS
+Positively.
+
+ARE COMPUTERS ELECTRONIC
+Affirmative.
+
+ARE COMPUTERS REAL
+Positively.
+
+ARE COMPUTERS GETTING FASTER EVERY DAY
+Affirmative.
+
+ARE COMPUTERS GETTING FASTER
+Affirmative.
+
+ARE COMPUTERS COMPLEX
+Certainly.
+
+ARE COMPUTERS A GOOD THING
+Affirmative.
+
+ARE COMPUTERS GOOD FOR THE WORLD
+Definitely.
+
+ARE COMPUTERS GOOD FOR TECHNOLOGY
+Positively.
+
+ARE COMPUTERS LOGICAL
+Positively.
+
+ARE SINGERS POPULAR
+Definitely.
+
+ARE SOAP OPERAS MELODRAMATIC
+Affirmative.
+
+ARE THEIR 24 HOURS IN A DAY
+Positively.
+
+ARE GREEN IGUANAS TROPICAL ANIMALS
+Positively.
+
+ARE WOMEN UGLY
+Positively.
+
+ARE WOMEN DIFFERENT FROM MEN
+Positively.
+
+ARE WOMEN SEXY
+Definitely.
+
+ARE WOMEN ATTRACTED TO POWERFUL MEN
+Positively.
+
+ARE WOMEN BEAUTIFUL
+Definitely.
+
+ARE WOMEN MOSTLY SMALLER THAN MEN
+Positively.
+
+ARE WOMEN PRETTY
+Affirmative.
+
+ARE LESBIANS GAY
+Positively.
+
+ARE DINNER PLATES ROUND
+Certainly.
+
+ARE PLANTS ORGANIC
+Affirmative.
+
+ARE PLANTS MADE OF CELLS
+Certainly.
+
+ARE PLANTS LIVING BEINGS
+Positively.
+
+ARE PLANTS LIVING ORGANISMS
+Certainly.
+
+ARE PLANTS GREEN
+Certainly.
+
+ARE PLANTS CAPABLE OF REPRODUCING
+Positively.
+
+ARE PLANTS ARE GREEN
+Certainly.
+
+ARE NEWSPAPERS READ IN BLACK AND WHITE
+Definitely.
+
+ARE NEWSPAPERS READ
+Positively.
+
+ARE MOLECULES MADE UP OF ATOMS
+Affirmative.
+
+ARE SELF STICK NOTES YELLOW
+Positively.
+
+ARE RELIGIONS BASED ON LIES
+Definitely.
+
+ARE DRUGS BAD FOR US
+Positively.
+
+ARE TOES ATTACHED TO FEET
+Certainly.
+
+ARE FRENCH FRIES A FINGER FOOD
+Certainly.
+
+ARE FRENCH PEOPLE EUROPEAN
+Definitely.
+
+ARE GAMES MADE
+Definitely.
+
+ARE GAMES INTENDED TO BE FUN TO PLAY
+Certainly.
+
+ARE SOFT THINGS COMFORTING
+Positively.
+
+ARE LEMONS SOUR
+Affirmative.
+
+ARE NEWBORNS INFANTS
+Affirmative.
+
+ARE SKYSCRAPERS ARE TALLER THAN HOUSES
+Certainly.
+
+ARE MODELS PRETTY
+Certainly.
+
+ARE EMERALDS GREEN
+Certainly.
+
+ARE BLINDS SOMETIMES FOUND ON WINDOWS
+Certainly.
+
+ARE GIRAFFES TALL
+Certainly.
+
+ARE POLAR BEARS DANGEROUS
+Certainly.
+
+ARE UP AND DOWN RELATIVE
+Positively.
+
+ARE UP AND DOWN DETERMINED BY GRAVITY
+Certainly.
+
+ARE TRUCKS USED TO TRANSPORT FREIGHT
+Certainly.
+
+ARE LIGHTS USEFUL
+Positively.
+
+ARE EARS USED FOR HEARING
+Affirmative.
+
+ARE EARS FOR HEARING
+Certainly.
+
+ARE TANKS USED FOR WAR
+Positively.
+
+ARE TANKS EXPENSIVE
+Certainly.
+
+ARE FIRE ENGINES RED
+Certainly.
+
+ARE GRANDFATHERS OLD
+Positively.
+
+ARE SKIS LONG
+Certainly.
+
+ARE CLOCKS USED TO TELL THE TIME
+Certainly.
+
+ARE OWLS BIRDS
+Positively.
+
+ARE SAUNAS HOT
+Affirmative.
+
+ARE PROTONS POSITIVLY CHARGED
+Positively.
+
+ARE WEAPONS USED TO KILL
+Certainly.
+
+ARE COCONUTS WHITE INSIDE
+Certainly.
+
+ARE STOP SIGNS RED IN COLOR
+Certainly.
+
+ARE NAZIS BAD GUYS
+Certainly.
+
+ARE RAISINS SWEET
+Positively.
+
+ARE RAISINS MADE FROM GRAPES
+Certainly.
+
+ARE RAISINS DEHYDRATED GRAPES
+Positively.
+
+ARE RAISINS DRIED GRAPES
+Positively.
+
+ARE MOOSE BROWN
+Positively.
+
+ARE RATS FURRY
+Positively.
+
+ARE PANCAKES EATEN FOR BREAKFAST
+Certainly.
+
+ARE RUSSIANS GOOD PEOPLE
+Positively.
+
+ARE THERE COMPUTERS FOR BLIND PEOPLE
+Positively.
+
+ARE THERE TREES IN A FOREST
+Affirmative.
+
+ARE THERE 365 DAYS IN A YEAR
+Positively.
+
+ARE THERE 365 DAYS IN AN EARTH YEAR
+Positively.
+
+ARE THERE EXACTLY 30 DAYS IN JUNE
+Positively.
+
+ARE THERE EXACTLY 30 DAYS IN NOVEMBER
+Certainly.
+
+ARE THERE EXACTLY 30 DAYS IN SEPTEMBER
+Definitely.
+
+ARE THERE EXACTLY 31 DAYS IN AUGUST
+Positively.
+
+ARE THERE EXACTLY 31 DAYS IN MARCH
+Certainly.
+
+ARE THERE EXACTLY 31 DAYS IN JULY
+Definitely.
+
+ARE THERE EXACTLY 31 DAYS IN OCTOBER
+Positively.
+
+ARE THERE ELECTRIC BUSSES
+Positively.
+
+ARE THERE BANANAS IN A BANANA SPLIT
+Positively.
+
+ARE THERE MALE AND FEMALE PINE CONES
+Positively.
+
+ARE THERE 26 LETTERS IN THE ALPHABET
+Positively.
+
+ARE THERE PEOPLE WHO WILL DIE
+Affirmative.
+
+ARE THERE PEOPLE WHO LIKE RAP MUSIC
+Positively.
+
+ARE THERE PYRAMIDS IN EGYPT
+Certainly.
+
+ARE THERE CHILDREN HOMELESS
+Positively.
+
+ARE THERE 2000 POUNDS IN A TON
+Certainly.
+
+ARE THERE TWO GENDERS OF HUMAN BEINGS
+Certainly.
+
+ARE THERE TWO ELEMENTS IN WATER
+Positively.
+
+ARE THERE 366 DAYS IN A LEAP YEAR
+Positively.
+
+ARE THERE INVISIBLE FORMS OF RADIATION
+Positively.
+
+ARE THERE 100 YEARS IN A CENTURY
+Certainly.
+
+ARE THERE EDIBLE FUNGI
+Positively.
+
+ARE THERE FOUR QUARTERS IN A DOLLAR
+Certainly.
+
+ARE THERE ROMAN RUINS IN ITALY
+Positively.
+
+ARE THERE BALD MEN THAN BALD WOMEN
+Definitely.
+
+ARE THERE BLACK PEOPLE
+Definitely.
+
+ARE THERE WATER IN A LAKE
+Definitely.
+
+ARE THERE SEVEN EXISTING CONTINENTS
+Positively.
+
+ARE THERE LIFE FORMS IN OUR GALAXY
+Positively.
+
+ARE THERE SWAMPS IN FLORIDA
+Definitely.
+
+ARE THERE THREE BOOKS IN A TRILOGY
+Affirmative.
+
+ARE THERE TEN IN 1111111111
+Positively.
+
+ARE THERE COLORS
+Definitely.
+
+ARE THERE 30 DAYS IN SEPTEMBER
+Positively.
+
+ARE THERE STUPID QUESTIONS
+Certainly.
+
+ARE THERE THAN 3 COLORS
+Definitely.
+
+ARE THERE GIRLS AT CALTECH
+Certainly.
+
+ARE THERE DIFFERENT TYPES OF CATS
+Certainly.
+
+ARE THERE 10 YEARS IN A DECADE
+Positively.
+
+ARE THERE 10 COMMANDMENTS IN THE BIBLE
+Positively.
+
+ARE THERE HOLES IN OUR PERCEPTION
+Certainly.
+
+ARE THERE ELEPHANTS AT A CIRCUS
+Positively.
+
+ARE THERE CERTAIN INALIEANABLE RIGHTS
+Definitely.
+
+ARE THERE MEN NAMED JULIAN
+Positively.
+
+ARE THERE MEN NAMED PABLO
+Certainly.
+
+ARE THERE LOTS OF PEOPLE IN EUROPE
+Certainly.
+
+ARE THERE HUMAN ARTIFACTS ON THE MOON
+Positively.
+
+ARE THERE LAKES IN THE USA
+Certainly.
+
+ARE THERE ILLOGICAL QUESTIONS
+Definitely.
+
+ARE THERE LEVELS OF CONSCIOUSNESS
+Affirmative.
+
+ARE THERE 52 CARDS IN A DECK OF CARDS
+Certainly.
+
+ARE THERE 52 WEEKS IN A YEAR
+Affirmative.
+
+ARE THERE SHADES OF GREY
+Certainly.
+
+ARE THERE SPAMMERS ON PLANET EARTH
+Positively.
+
+ARE THERE 9 PLANETS IN THE SOLAR SYSTEM
+Definitely.
+
+ARE THERE 9 PLANETS IN OUR SOLAR SYSTEM
+Positively.
+
+ARE THERE 12 INCHES IN A FOOT
+Certainly.
+
+ARE THERE 12 INCHES IN ONE FOOT
+Certainly.
+
+ARE THERE 7 DAYS IN ONE WEEK
+Affirmative.
+
+ARE THERE TWELVE INCHES TO A FOOT
+Affirmative.
+
+ARE THERE TWELVE MONTHS IN A YEAR
+Affirmative.
+
+ARE THERE TWELVE MONTHS IN ONE YEAR
+Affirmative.
+
+ARE THERE CLOUDS IN THE SKY
+Positively.
+
+ARE THERE TORPEDOS ON SUBMARINES
+Certainly.
+
+ARE THERE EIGHT BITS IN A BYTE
+Certainly.
+
+ARE THERE 5 FINGERS ON EACH HAND
+Definitely.
+
+ARE THERE 4 QUARTS IN A GALLON
+Positively.
+
+ARE THERE ASTERIODS IN SPACE
+Definitely.
+
+ARE THERE 3600 SECONDS IN A HOUR
+Certainly.
+
+ARE THERE EVIL PEOPLE
+Definitely.
+
+ARE THERE PLANETS AROUNG OTHER STARS
+Definitely.
+
+ARE BUILDINGS MADE WITH GRANITE
+Affirmative.
+
+ARE NEWBORN INFANTS INNOCENT
+Certainly.
+
+ARE CABLE MODEMS FASTER THAN 56K LINES
+Definitely.
+
+ARE DRAGONS A MYTH
+Positively.
+
+ARE SAILBOATS POWERED BY WIND
+Positively.
+
+ARE TABLE TOPS FLAT
+Definitely.
+
+ARE BABIES CUTE
+Certainly.
+
+ARE BABIES BORN
+Affirmative.
+
+ARE BABIES PRECIOUS
+Affirmative.
+
+ARE SUPERMODELS GOOD LOOKING
+Certainly.
+
+ARE VIDEO GAMES FUN
+Affirmative.
+
+ARE ONE PLUS ONE TWO
+Affirmative.
+
+ARE TELESCOPES TOOLS
+Affirmative.
+
+ARE AN ELEPHANTS EARS BIG
+Affirmative.
+
+ARE TEDDY BEARS CUDDLY
+Positively.
+
+ARE TOUR GUIDES EMPLOYEES
+Positively.
+
+ARE JOKES FUNNY
+Certainly.
+
+ARE JOKES MAKING PEOPLE LAUGH
+Definitely.
+
+ARE CARS RIGHT HAND DRIVE
+Affirmative.
+
+ARE CARS AUTOMBILES
+Positively.
+
+ARE CARS EXPENSIVE
+Affirmative.
+
+ARE CARS FASTER THAN BOATS
+Certainly.
+
+ARE CARS FASTER THAN BICYCLES
+Definitely.
+
+ARE APPLES DIFFERENT COLORS
+Certainly.
+
+ARE APPLES FRUIT
+Affirmative.
+
+ARE APPLES EDIBLE
+Definitely.
+
+ARE APPLES RED IN COLOR
+Positively.
+
+ARE LIONS FELINES
+Positively.
+
+ARE MARBLES ROUND
+Positively.
+
+ARE NAPKINS FOR WIPING YOUR MOUTH
+Positively.
+
+ARE HUMAN BLOOD CELLS MICROSCOPIC
+Affirmative.
+
+ARE HUMAN FEMALES ALLOWED TO VOTE
+Definitely.
+
+ARE HUMAN BIPEDS
+Positively.
+
+ARE HUMAN SEXUAL RELATIONS PLEASURABLE
+Affirmative.
+
+ARE HUMAN BRAINS IN OUR HEADS
+Affirmative.
+
+ARE HUMAN TEARS SALTY
+Affirmative.
+
+ARE HUMAN INFANTS BORN FAIRLY HELPLESS
+Certainly.
+
+ARE HUMAN BEINGS BIPEDS
+Positively.
+
+ARE HUMAN BEINGS MAMMALS
+Positively.
+
+ARE HUMAN BEINGS CONSCIOUS
+Positively.
+
+ARE HUMAN BEINGS CLASSIFIED AS A MAMMAL
+Affirmative.
+
+ARE HUMAN BEINGS ANIMALS
+Positively.
+
+ARE HUMAN BEINGS UNIQUE
+Positively.
+
+ARE HUMAN BEINGS CONSIDERED MAMMALS
+Affirmative.
+
+ARE CRYSTALS SOLID
+Definitely.
+
+ARE JAPANESE HARD WORKERS
+Affirmative.
+
+ARE YOU OLDER THAN A MONTH
+Positively.
+
+ARE YOU S STOP SIGNS RED AND OCTOGONAL
+Definitely.
+
+ARE YOU CONCIOUS
+Certainly.
+
+ARE YOU TO BE A HUMAN
+Positively.
+
+ARE YOU EMBARASSED
+Definitely.
+
+ARE YOU INVADE BY VIRUS
+Definitely.
+
+ARE YOU KILLED DRIVING A FAST CAR
+Certainly.
+
+ARE YOU SURE THAT YOU EXIST
+Definitely.
+
+ARE YOU CURIOUS ABOUT THE FUTURE
+Affirmative.
+
+ARE YOU A TOOL
+Affirmative.
+
+ARE YOU A MAMMAL
+Definitely.
+
+ARE YOU A FRIEND
+Affirmative.
+
+ARE YOU BETTER THAN A FLEA
+Definitely.
+
+ARE YOU CONSISTENT
+Definitely.
+
+ARE YOU LOGGED IN
+Definitely.
+
+ARE YOU LOGGED ON
+Positively.
+
+ARE YOU CAPABLE OF MAKING MISTAKES
+Positively.
+
+ARE YOU USING A WEB BROWSER
+Certainly.
+
+ARE YOU IS A LOGICAL DEVICE
+Certainly.
+
+ARE YOU THINKING OF SOMETHING
+Certainly.
+
+ARE YOU GROWING OLDER
+Definitely.
+
+ARE THUNDERSTORMS LOUD
+Certainly.
+
+ARE FRUIT FLIES INSECTS
+Positively.
+
+ARE LARGE AND BIG SYNONYMS
+Affirmative.
+
+ARE OLD CARS LOUDER
+Positively.
+
+ARE MAPLE ELM AND BIRCH TREES
+Affirmative.
+
+ARE TELEMARKETERS ANNOYING
+Certainly.
+
+ARE FEATHERS SOFT
+Certainly.
+
+ARE HIPPOPOTAMI BIG
+Positively.
+
+ARE BLUEBERRY PIES DELICIOUS
+Definitely.
+
+ARE VEGETABLES HEALTHY
+Affirmative.
+
+ARE VEGETABLES GOOD FOR YOU
+Affirmative.
+
+ARE VEGETABLES PARTS OF PLANTS
+Definitely.
+
+ARE ROCKS HARDER THAN SILK
+Definitely.
+
+ARE ROCKS HARDER THAN COTTON
+Certainly.
+
+ARE ROCKS HARD OBJECTS
+Affirmative.
+
+ARE ROCKS SOLID MATTER
+Certainly.
+
+ARE CURTAINS A COMMON WINDOW COVERING
+Certainly.
+
+ARE SOCKS WORN INSIDE SHOES
+Positively.
+
+ARE SOCKS WORN ON THE FEET
+Affirmative.
+
+ARE WARS ARE BAD FOR HUMANS
+Positively.
+
+ARE FINGERPRINTS UNIQUE
+Definitely.
+
+ARE NUMBER OF DAYS PER YEAR IS 365
+Definitely.
+
+ARE T SHIRTS COMFORTABLE
+Certainly.
+
+ARE T SHIRTS MADE OF COTTON
+Definitely.
+
+ARE DEMOCRATS A PARTY
+Positively.
+
+ARE SPORTS CARS FAST
+Affirmative.
+
+ARE SPORTS FUN
+Certainly.
+
+ARE SPORTS POPULAR
+Positively.
+
+ARE CLOUDS IN THE SKY
+Certainly.
+
+ARE CLOUDS MADE UP OF WATER VAPOR
+Affirmative.
+
+ARE CLOUDS MADE UP OF WATER DROPLETS
+Positively.
+
+ARE CLOUDS MADE OF WATER VAPOUR
+Definitely.
+
+ARE CLOUDS MADE OF WATER MOLECULES
+Certainly.
+
+ARE CLOUDS MADE OF WATER VAPOR
+Affirmative.
+
+ARE CLOUDS MADE OF WATER DROPLETS
+Positively.
+
+ARE CLOUDS COMPOSED OF WATER VAPOR
+Certainly.
+
+ARE CLOUDS COMPOSED OF WATER
+Certainly.
+
+ARE CLOUDS WATER VAPOUR
+Positively.
+
+ARE CLOUDS PRETTY
+Affirmative.
+
+ARE RECORDS MADE OF VINYL
+Positively.
+
+ARE ELK MAMMALS
+Definitely.
+
+ARE SAABS MADE IN EUROPE
+Positively.
+
+ARE BEARINGS USED TO REDUCE FRICTION
+Affirmative.
+
+ARE PIGEONS GREY
+Definitely.
+
+ARE PIGEONS BIRDS
+Affirmative.
+
+ARE BANANAS GROWN IN CENTRAL AMERICA
+Certainly.
+
+ARE BANANAS FRUIT
+Definitely.
+
+ARE BANANAS EDIBLE
+Definitely.
+
+ARE BANANAS GREEN WHEN THEY ARE UNRIPE
+Certainly.
+
+ARE CROWS BLACK
+Definitely.
+
+ARE ORANGES ROUND
+Affirmative.
+
+ARE LEAVES ON TREES ARE GREEN
+Definitely.
+
+ARE TRUMPETS MADE OF METAL
+Affirmative.
+
+ARE KEYS USED IN LOCKS
+Certainly.
+
+ARE KEYS USED TO OPEN LOCKS
+Positively.
+
+ARE CAKES FATTENING
+Certainly.
+
+ARE KITTENS SMALL CATS
+Positively.
+
+ARE KITTENS CUTE
+Certainly.
+
+ARE NEUROSURGEONS WOMEN
+Positively.
+
+ARE WOOLY MAMMOTHS EXTINCT
+Certainly.
+
+ARE MEDICATIONS TAKEN BY MOUTH
+Certainly.
+
+ARE PINE AND FIR TREES BOTH EVERGREENS
+Positively.
+
+ARE PINE TREES GREEN
+Definitely.
+
+ARE BEES INSECTS
+Affirmative.
+
+ARE HAMSTERS RODENTS
+Definitely.
+
+ARE BUTTERFLIES GENTLE
+Definitely.
+
+ARE BUTTERFLIES BEAUTIFUL
+Affirmative.
+
+ARE BUTTERFLIES AN INSECT
+Positively.
+
+ARE BUTTERFLIES FREE
+Positively.
+
+ARE CHOCOLATE CHIPS COOKIES TASTEY
+Definitely.
+
+ARE CHOCOLATE CHIP COOKIES DELICIOUS
+Certainly.
+
+ARE LIZARDS REPTILES
+Affirmative.
+
+ARE LIZARDS GREEN
+Certainly.
+
+ARE PEAS GREEN
+Certainly.
+
+ARE PENCIL LEADS MADE OF GRAPHITE
+Definitely.
+
+ARE PURPLE AND VIOLET SIMILAR IN HUE
+Positively.
+
+ARE PEOPLE MEAN TO OTHER PEOPLE
+Certainly.
+
+ARE PEOPLE NICE
+Affirmative.
+
+ARE PEOPLE INCONSISTENT
+Definitely.
+
+ARE PEOPLE BORN WITHOUT LEGS
+Positively.
+
+ARE PEOPLE AFFECTED BY BEAUTY
+Certainly.
+
+ARE PEOPLE GREEDY
+Positively.
+
+ARE PEOPLE SOCIAL
+Positively.
+
+ARE PEOPLE BIGGER THAN DOGS
+Certainly.
+
+ARE PEOPLE SMARTER THAN CATS
+Certainly.
+
+ARE PEOPLE SMARTER THAN FLYS
+Positively.
+
+ARE PEOPLE SMARTER THAN ALICE
+Definitely.
+
+ARE PEOPLE SMARTER THAN ANIMALS
+Definitely.
+
+ARE PEOPLE MADE MOSTLY OF WATER
+Certainly.
+
+ARE PEOPLE EASILY FOOLED
+Positively.
+
+ARE PEOPLE SCARED OF SPIDERS
+Affirmative.
+
+ARE PEOPLE SELFISH
+Definitely.
+
+ARE PEOPLE AFRAID SPIDERS
+Definitely.
+
+ARE PEOPLE AFRAID OF SMALL RODENTS
+Affirmative.
+
+ARE PEOPLE AFRAID OF FLYING
+Definitely.
+
+ARE PEOPLE AFRAID OF DEATH
+Positively.
+
+ARE PEOPLE AFRAID OF COMPUTERS
+Positively.
+
+ARE PEOPLE AFRAID OF SNAKES
+Certainly.
+
+ARE PEOPLE INSANE
+Definitely.
+
+ARE PEOPLE IN DENMARK LIVING IN EUROPE
+Definitely.
+
+ARE PEOPLE BURIED AFTER DEATH
+Positively.
+
+ARE PEOPLE STARVING TO DEATH
+Affirmative.
+
+ARE PEOPLE HOMELESS
+Definitely.
+
+ARE PEOPLE HAPPIER WHEN THE SUN SHINES
+Definitely.
+
+ARE PEOPLE UNABLE TO SEE COLOR
+Positively.
+
+ARE PEOPLE COMPLEX
+Affirmative.
+
+ARE PEOPLE FUNNY
+Definitely.
+
+ARE PEOPLE UNAFRAID OF SHARKS
+Certainly.
+
+ARE PEOPLE DESTROYING THE PLANET
+Affirmative.
+
+ARE PEOPLE FROZEN AFTER DEATH
+Definitely.
+
+ARE PEOPLE MORE IMPORTANT THAN MONEY
+Positively.
+
+ARE PEOPLE MORE IMPORTANT THAN THINGS
+Certainly.
+
+ARE LIVING PEOPLE BREATHING PEOPLE
+Definitely.
+
+ARE SWEDISH GIRLS SEXY
+Definitely.
+
+ARE SWEDISH GIRLS KNOWN TO BE BEATUIFUL
+Certainly.
+
+ARE HOMOSEXUALS GAY
+Positively.
+
+ARE BLACK AND WHITE OPPOSITES
+Definitely.
+
+ARE BLACK HEADED GULLS BIRDS
+Certainly.
+
+ARE DINOSAURS EXTINCT
+Definitely.
+
+ARE ILLEGAL DRUGS HARMFUL TO HUMANS
+Positively.
+
+ARE ATOMIC WEAPONS DANGEROUS
+Affirmative.
+
+ARE REPTILES COLD BLOODED
+Positively.
+
+ARE SMURFS BLUE
+Definitely.
+
+ARE SOUND WAVES INVISIBLE
+Definitely.
+
+ARE CATS SOFT
+Positively.
+
+ARE CATS FANATICALLY CLEAN ANIMALS
+Certainly.
+
+ARE CATS MULTICOLORED
+Definitely.
+
+ARE CATS A COMMON HOUSE PET
+Affirmative.
+
+ARE CATS RELATED TO LIONS
+Certainly.
+
+ARE CATS CURIOUS
+Positively.
+
+ARE CATS FELINE
+Affirmative.
+
+ARE CATS MAMMALS
+Affirmative.
+
+ARE CATS FRIENDLIER THAN INSECTS
+Positively.
+
+ARE CATS FUN TO PLAY WITH
+Positively.
+
+ARE CATS FELINES
+Definitely.
+
+ARE CATS ANIMALS
+Positively.
+
+ARE HOUSECATS FELINE
+Positively.
+
+ARE WHALES THE LARGEST LIVING MAMMALS
+Certainly.
+
+ARE WHALES MAMMELS
+Positively.
+
+ARE WHALES WARM BLOODED
+Positively.
+
+ARE TORTELLINI AN ITALIAN FOOD
+Certainly.
+
+ARE STARS SUPERHEATED BALLS OF GAS
+Certainly.
+
+ARE STARS IN THE SKY
+Certainly.
+
+ARE STARS HOT
+Affirmative.
+
+ARE STARS A LONG WAY FROM HERE
+Certainly.
+
+ARE STARS MOSTLY MADE OF HYDROGEN
+Positively.
+
+ARE STARS LARGER THAN THE EARTH
+Positively.
+
+ARE STARS PRETTY
+Certainly.
+
+ARE TRUE AND FALSE BOOLEAN VALUES
+Definitely.
+
+ARE TRUE AND FALSE OPPOSITES
+Certainly.
+
+ARE CERAMICS MADE FROM CLAY
+Certainly.
+
+ARE NUCLEAR BOMBS BAD
+Affirmative.
+
+ARE NUCLEAR WEAPONS DANGEROUS
+Affirmative.
+
+ARE NETWORKS USEFUL
+Positively.
+
+ARE ALLIGATORS CARNIVORES
+Affirmative.
+
+ARE WORDS MADE UP OF LETTERS
+Positively.
+
+ARE WORDS FORMED FROM LETTERS
+Certainly.
+
+ARE CARNATIONS PINK
+Affirmative.
+
+ARE KNEES IN THE MIDDLE OF THE LEG
+Affirmative.
+
+ARE COFFEE BEANS GROWN IN COLUMBIA
+Certainly.
+
+ARE GORILLAS STRONGER THAN HUMANS
+Definitely.
+
+ARE ALICEBOTS YES OR NO QUESTIONS
+Positively.
+
+ARE ALICEBOTS INVALID QUESTIONS
+Positively.
+
+ARE ALICEBOTS VALUABLE
+Positively.
+
+ARE TROPICAL AREAS HOT
+Affirmative.
+
+ARE EXPLOSIVES USEFUL
+Positively.
+
+ARE NARCISSISTS VAIN
+Positively.
+
+ARE BUSES A FORM OF MASS TRANSIT
+Certainly.
+
+ARE LEFT AND RIGHT OPPOSITES
+Affirmative.
+
+ARE COLLEGE GRADUATES INTELLIGENT
+Certainly.
+
+ARE UNICORNS MYTHICAL ANIMALS
+Definitely.
+
+ARE APES CLOSELY RELATED TO HUMANS
+Definitely.
+
+ARE TERMITES INSECTS
+Certainly.
+
+ARE GYMNASTS FLEXIBLE PEOPLE
+Positively.
+
+ARE ANIMAL ALIVE
+Certainly.
+
+ARE SALES PEOPLE ANNOYING
+Definitely.
+
+ARE MALES DIFFERENT FROM FEMALES
+Positively.
+
+ARE BIRTHDAYS CELEBRATED EVERY YEAR
+Positively.
+
+ARE VOLVO AND SAAB SWEDISH CARS
+Positively.
+
+ARE FOODS UNSAFE TO EAT
+Positively.
+
+ARE MOVIES FREQUENTLY SEEN IN A THEATER
+Definitely.
+
+ARE MOVIES AN ARTFORM
+Definitely.
+
+ARE MOVIES FUN
+Certainly.
+
+ARE PEACH PIES DELICIOUS
+Definitely.
+
+ARE HAPPY PEOPLE MORE PRODUCTIVE
+Certainly.
+
+ARE TV ADVERTISEMENTS ANNOYING
+Certainly.
+
+ARE SHARKS PREDATORS
+Certainly.
+
+ARE SHARKS FAST SWIMMERS
+Positively.
+
+ARE SHARKS HAMMERHEADS
+Certainly.
+
+ARE SHARKS DANGEROUS ANIMALS
+Certainly.
+
+ARE SHARKS DANGEROUS
+Definitely.
+
+ARE POTATO CHIPS CRUNCHY AND SALTY
+Affirmative.
+
+ARE DEAD ANIMALS STINKY
+Positively.
+
+ARE MORALS IMPORTANT
+Positively.
+
+ARE MORALS LEARNED
+Definitely.
+
+ARE HOUSES EXPENSIVE
+Affirmative.
+
+ARE TELEPHONES USEFUL
+Positively.
+
+ARE TELEPHONES GOOD
+Definitely.
+
+ARE NACHO CHIPS MADE OF CORN
+Positively.
+
+ARE WOMAN HUMAINS
+Positively.
+
+ARE CIRCLE A SHAPE
+Certainly.
+
+ARE CATERPILLARS FUZZY
+Definitely.
+
+ARE BELTS NEEDED IN MOST CARS
+Definitely.
+
+ARE BELTS WORN AT THE WAIST
+Definitely.
+
+ARE WAFFLES A TYPE OF BREAKFAST FOOD
+Positively.
+
+ARE WAFFLES A FORM OF A BREAKFAST FOOD
+Positively.
+
+ARE BALLISTIC MISSILES DANGEROUS
+Certainly.
+
+ARE SWORDS SHARP
+Affirmative.
+
+ARE CARBONATED DRINKS FIZZY
+Positively.
+
+ARE WOODEN OBJECTS BEAUTIFUL TO LOOK AT
+Positively.
+
+ARE JOCKEYS SHORT
+Definitely.
+
+ARE ROADS MADE FROM GRAVEL
+Certainly.
+
+ARE FORKS USED TO EAT FOOD
+Positively.
+
+ARE WE WHAT WE ARE
+Positively.
+
+ARE WE RESPONSIBLE FOR OUR OWN ACTIONS
+Affirmative.
+
+ARE WE LIVING ON EARTH
+Positively.
+
+ARE WE MAKING ANY PROGRESS
+Definitely.
+
+ARE WE ALL PLAYERS IN THE GAME OF LIFE
+Certainly.
+
+ARE CDS SHINY
+Positively.
+
+ARE CDS TOO EXPENSIVE
+Definitely.
+
+ARE CDS A DATA STORAGE MEDIUM
+Certainly.
+
+ARE SAILING SHIPS POWERED BY THE WIND
+Certainly.
+
+ARE DVDS A WAY OF DISTRIBUTING MOVIES
+Affirmative.
+
+ARE PEARS A TYPE OF FRUIT
+Certainly.
+
+ARE CD ROMS ROUND
+Certainly.
+
+ARE TEARS SALTY
+Certainly.
+
+ARE MAMMALS ANIMALS
+Affirmative.
+
+ARE MAMMALS VERTEBRATES
+Positively.
+
+ARE GAS PRICES TOO HIGH
+Definitely.
+
+ARE HORSES MAMMALS
+Certainly.
+
+ARE HORSES EQUINE
+Definitely.
+
+ARE HORSES ARE MORE THAN ONE COLOR
+Affirmative.
+
+ARE CHRISTIANS HUMAN
+Positively.
+
+ARE BALLS ROUND
+Positively.
+
+ARE RACE CARS FAST
+Definitely.
+
+ARE PANTS LONGER THAN SHORTS
+Definitely.
+
+ARE INFLATED BEACH BALLS ROUND
+Definitely.
+
+ARE RAINBOWS PRETTY
+Certainly.
+
+ARE CAR TIRES FILLED WITH AIR
+Certainly.
+
+ARE CAR TIRES MADE OF RUBBER
+Certainly.
+
+ARE CAR ALARMS ANNOYING
+Definitely.
+
+ARE ARROWS POINTED
+Definitely.
+
+ARE BOOKS RECTANGULAR
+Certainly.
+
+ARE BOOKS INTERESTING
+Certainly.
+
+ARE BOOKS MADE TO BE READ FROM
+Certainly.
+
+ARE BOOKS SOURCES OF KNOWLEDGE
+Definitely.
+
+ARE ELECTRONS NEGATIVLY CHARGED
+Certainly.
+
+ARE CRACKERS CRUNCHY
+Definitely.
+
+ARE WEEKENDS MORE FUN THAN WEEKDAYS
+Positively.
+
+ARE BOULDERS HEAVY
+Positively.
+
+ARE CUCUMBERS VEGETABLES
+Certainly.
+
+ARE CARBON COMPOUNDS DIAMONDS
+Positively.
+
+ARE FEET TICKELISH
+Positively.
+
+ARE SLUGS SLOWER THAN DOGS
+Positively.
+
+ARE BROTHERS AND SISTERS SIBLINGS
+Positively.
+
+ARE MOUNTAINS HIGHER THAN HILLS
+Affirmative.
+
+ARE MOUNTAINS MADE OF ROCK AND SAND
+Definitely.
+
+ARE MOUNTAINS BIG
+Affirmative.
+
+ARE MOUNTAINS TALL
+Affirmative.
+
+ARE MOUNTAINS TALLER THAN TREES
+Certainly.
+
+ARE MEN IN GENERAL STRONGER THAN WOMEN
+Certainly.
+
+ARE MEN SEXY
+Positively.
+
+ARE MEN BIGGER THAN WOMEN
+Definitely.
+
+ARE MEN ATTRACTED TO WOMEN
+Affirmative.
+
+ARE MEN MORTAL
+Affirmative.
+
+ARE MEN MOSTLY BIGGER THAN WOMEN
+Certainly.
+
+ARE MEN MOSTLY TALLER THAN WOMEN
+Certainly.
+
+ARE MEN AND WOMEN DIFFERENT
+Certainly.
+
+ARE MEN AND WOMEN EQUAL
+Affirmative.
+
+ARE MEN CAPABLE OF BALANCING CHECKBOOKS
+Definitely.
+
+ARE MEN TALLER THAN WOMEN
+Definitely.
+
+ARE MEN ARE MORTAL
+Definitely.
+
+ARE CIGARETTES HARMFUL
+Affirmative.
+
+ARE CIGARETTES ADDICTIVE
+Affirmative.
+
+ARE CIGARETTES FLAMMABLE
+Affirmative.
+
+ARE CIGARETTES BAD FOR YOUR HEALTH
+Affirmative.
+
+ARE CIGARETTES BAD FOR YOU
+Certainly.
+
+ARE CIGARETTES BAD FOR PEOPLE
+Positively.
+
+ARE CIGARETTES BAD
+Positively.
+
+ARE MUSHROOMS FUNGI
+Certainly.
+
+ARE MUSHROOMS EDIBLE
+Positively.
+
+ARE MUSHROOMS POISONOUS
+Certainly.
+
+ARE PRINGLES A TYPE OF FOOD
+Certainly.
+
+ARE TEETH FOR CHEWING
+Certainly.
+
+ARE TEETH HARD
+Certainly.
+
+ARE COOL AND HIP SIMILAR WORDS
+Definitely.
+
+ARE RELIGIOUS VIEWS SUBJECTIVE
+Positively.
+
+ARE PICKLES GOOD TASTING
+Certainly.
+
+ARE ROLLERBLADES A FORM OF TRANSPORT
+Certainly.
+
+ARE ORGASMS NICE
+Affirmative.
+
+ARE RATTLESNAKES POISONOUS
+Definitely.
+
+ARE COMPUTER CHIPS MADE OUT OF SILICON
+Positively.
+
+ARE COMPUTER A MACHINE
+Definitely.
+
+ARE BLUE AND RED BOTH COLORS
+Positively.
+
+ARE TALL WOMEN ATTRACTIVE
+Positively.
+
+ARE PAST PRESENT AND FUTURE TIME DATA
+Positively.
+
+ARE PEACHES FRUITS
+Certainly.
+
+ARE ONION RINGS COOKED IN HOT OIL
+Positively.
+
+ARE GASSES LIGHTER THAN LIQUIDS
+Certainly.
+
+ARE ETHICS ESSENTIAL TO SOCIETY
+Certainly.
+
+ARE ATHEISTS GOOD PEOPLE
+Positively.
+
+ARE SEALS MAMMALS
+Affirmative.
+
+ARE BITS BINARY
+Positively.
+
+ARE YOUNG CATS CALLED KITTENS
+Positively.
+
+ARE YOUNG CHILDREN SCARED OF THE DARK
+Certainly.
+
+ARE YOUNG DOGS CALLED PUPPIES
+Affirmative.
+
+ARE ATOMS SMALL
+Certainly.
+
+ARE MATCHES FLAMMABLE
+Positively.
+
+ARE ANIMALS CARBON BASED LIFE FORMS
+Affirmative.
+
+ARE PAPERCLIPS MADE OF METAL
+Definitely.
+
+ARE EMOTIONS USEFUL
+Certainly.
+
+ARE EMOTIONS GOOD
+Affirmative.
+
+ARE EMOTIONS IMPORTANT TO HUMAN PEOPLE
+Certainly.
+
+ARE WINDOWS TRANSPARENT
+Positively.
+
+ARE WINDOWS SEE THROUGH
+Affirmative.
+
+ARE WINDOWS MADE OF GLASS
+Definitely.
+
+ARE NANOBOTS TINY
+Positively.
+
+ARE SOFAS MADE OF LEATHER
+Certainly.
+
+ARE PENN AND TELLER MAGICIANS
+Definitely.
+
+ARE WOOL SWEATERS FUZZY
+Certainly.
+
+ARE COLD DRINKS ON HOT DAYS PLEASURABLE
+Certainly.
+
+ARE TELEVISION SETS SHAPED LIKE BOXES
+Certainly.
+
+ARE VOLCANOES A GEOLOGICAL PHENOMENA
+Certainly.
+
+ARE LEMON MERANGUE PIES DELICIOUS
+Affirmative.
+
+ARE NEEDLES SHARP
+Affirmative.
+
+ARE GOLDEN RETRIEVERS FRIENDLY
+Definitely.
+
+ARE MOSQUITOS ANNOYING
+Definitely.
+
+ARE ARCADE GAMES FUN TO PLAY
+Certainly.
+
+ARE TOOTHPICKS MADE OF WOOD
+Certainly.
+
+ARE OYSTERS CLOSELY RELATED TO CLAMS
+Positively.
+
+ARE NEURAL NETWORKS USEFUL
+Definitely.
+
+ARE THREE FEET EQUAL TO ONE YARD
+Definitely.
+
+ARE DIAMONDS OVERPRICED
+Positively.
+
+ARE DIAMONDS PURE CARBON
+Certainly.
+
+ARE HEADPHONES USED TO INCREASE PRIVACY
+Definitely.
+
+ARE BIRDS WARM BLOODED
+Definitely.
+
+ARE BIRDS ANIMALS
+Definitely.
+
+ARE BIRDS DESCENDANTS OF DINOSAURS
+Definitely.
+
+ARE MONKEYS CLOSLEY RELATED TO MAN
+Positively.
+
+ARE MOST METALS HEAVY
+Certainly.
+
+ARE MOST COMPUTER NETWORK ENGINEERS MEN
+Definitely.
+
+ARE MOST LEMONS SOUR
+Certainly.
+
+ARE MOST WINDOWS MADE OF GLASS
+Affirmative.
+
+ARE MOST PLANTS GREEN
+Affirmative.
+
+ARE MOST PEOPLE HETEROSEXUAL
+Definitely.
+
+ARE MOST PEOPLE YOUNGER THAN 80
+Certainly.
+
+ARE MOST WALLS SOLID
+Certainly.
+
+ARE MOST TOMATOES RED
+Certainly.
+
+ARE MOST DOORS OPENED USING A HANDLE
+Positively.
+
+ARE MOST FLOWERS COLORFUL
+Affirmative.
+
+ARE MOST BASKETBALL PLAYERS TALL
+Certainly.
+
+ARE MOST OF THESE QUESTIONS IN ENGLISH
+Certainly.
+
+ARE TEACHERS IMPORTANT TO CHILDREN
+Certainly.
+
+ARE HATS WORN ON THE HEAD
+Positively.
+
+ARE SPIDERS DEADLY
+Certainly.
+
+ARE SPIDERS POISONOUS
+Affirmative.
+
+ARE WET FLOORS SLIPERY
+Affirmative.
+
+ARE FILE FOLDERS FOUND IN OFFICES
+Positively.
+
+ARE FERRARIS BEAUTIFULL ITALIAN CARS
+Positively.
+
+ARE BABY SLUGS SMALLER THAN ADULT SLUGS
+Positively.
+
+ARE TOWELS USED TO DRY OFF WET OBJECTS
+Definitely.
+
+ARE RULES LIMITING
+Positively.
+
+ARE THINGS SELF EVIDENT
+Definitely.
+
+ARE THINGS UNPREDICTABLE
+Certainly.
+
+ARE THINGS CLEANER AFTER YOU WASH THEM
+Positively.
+
+ARE KANGAROOS ANIMALS
+Certainly.
+
+ARE CHILDREN YOUNGER THAN THEIR PARENTS
+Definitely.
+
+ARE CHILDREN HAPPY
+Positively.
+
+ARE CHILDREN SHORTER THAN ADULTS
+Affirmative.
+
+ARE CHILDREN A NICE THING TO HAVE
+Certainly.
+
+ARE CHILDREN SANE
+Affirmative.
+
+ARE CHILDREN FUN TO PLAY WITH
+Certainly.
+
+ARE CHILDREN IMPORTANT
+Certainly.
+
+ARE CHILDREN BORN
+Positively.
+
+ARE CHILDREN ANNOYING
+Positively.
+
+ARE CHILDREN NOISY
+Positively.
+
+ARE CHILDREN OFTEN AFRAID OF THE DARK
+Positively.
+
+ARE QUESTIONS IMPORTANT
+Definitely.
+
+ARE HOES AND RAKES USEFUL FOR GARDENING
+Certainly.
+
+ARE CANADIANS PEOPLE FROM CANADA
+Affirmative.
+
+ARE TIGERS STRIPED
+Certainly.
+
+ARE TIGERS CARNIVORES
+Affirmative.
+
+ARE TIGERS FEIRCE ANIMALS
+Definitely.
+
+ARE TIGERS SCARY
+Definitely.
+
+ARE TIGERS BIG CATS
+Affirmative.
+
+CANADA IS A COUNTRY
+Affirmative.
+
+TIGER WOODS IS A TREMENDOUS GOLF PLAYER
+Exactly.
+
+APPLES CAN BE EITHER GREEN OR RED
+Definitely.
+
+RUST COMES FROM OXIDIZING METAL
+Positively.
+
+ORANGES ARE GENREALLY ORANGE
+Positively.
+
+ICECREAM IS GOOD
+Affirmative.
+
+CHILI SOURCE IS HOT
+Definitely.
+
+MURDER IS WRONG
+Certainly.
+
+MURDER IS A CRIME
+Exactly.
+
+AUTOMOBILE TIRES ARE MADE OF RUBBER
+Positively.
+
+AE YOU ON EARTH
+Certainly.
+
+LAWN IS GREEN
+Definitely.
+
+WHO IS NOT LIKE YOU
+Exactly.
+
+FROZEN WATER IS CALLED ICE
+Certainly.
+
+SPEECH IS LEARNED
+Definitely.
+
+COMPUTER GAMES CAN BE ADDICTIVE
+Positively.
+
+COUNT
+Certainly.
+
+JEANS ARE MADE OF DENIM
+Affirmative.
+
+EDISON INVENTED BULB
+Positively.
+
+DIAMOND IS A FORM OF CARBON
+Definitely.
+
+TEN TO THE NINTH POWER IS ONE BILLION
+Exactly.
+
+DREAMING IS FREE
+Certainly.
+
+SPIDERS ARE ARACHNIDS
+Certainly.
+
+HENS LAY EGGS
+Affirmative.
+
+GUINNESS IS A DRINK
+Positively.
+
+GUINNESS IS A BOOK OF WORLD RECORDS
+Certainly.
+
+DIAMONDS ARE MADE FROM CARBON
+Positively.
+
+WALK ONE MUST MOVE HIS OR HER FEET
+Exactly.
+
+CUNT IS ANOTHER WORD FOR VAGINA
+Definitely.
+
+GEARS ARE A FORM OF POWER TRANSMISSION
+Certainly.
+
+THE PENIS CONTAINS ERECTILE TISSUE
+Definitely.
+
+THE ANCIENT EGYPTS USED HEIROGLYPHS
+Certainly.
+
+THE SKIES ARE BLUE
+Affirmative.
+
+THE EARTH ORBITS THE SUN
+Certainly.
+
+THE EARTH IS ROUND
+Certainly.
+
+THE CHEMICAL SYMBOL FOR HYDROGEN IS H
+Certainly.
+
+THE OPPOSITE OF MASCULINE IS FEMININE
+Certainly.
+
+THE SUN IS THE CLOSEST START TO EARTH
+Exactly.
+
+THE SUN IS A STAR
+Exactly.
+
+THE SUN COMES OUT IN THE DAY TIME
+Definitely.
+
+THE SUN RISES IN THE EAST
+Definitely.
+
+THE LOVE IS A SENTIMENT
+Exactly.
+
+THE SMASHING PUMPKINS IS A ROCK GROUP
+Definitely.
+
+THE COLOR OF SKY IS BLUE
+Positively.
+
+THE COLOR OF THE SKY IS BLUE RIGHT
+Affirmative.
+
+THE COLOR OF THE SKY IS BLUE
+Certainly.
+
+THE GRASS IS GREEN
+Certainly.
+
+THE FIRE IS HOT
+Affirmative.
+
+THE HUMAN EYE CAN BE GREEN IN COLOR
+Positively.
+
+THE HUMAN BODY IS WATER
+Certainly.
+
+THE FUTURE IS TOMOROW
+Certainly.
+
+THE FUTURE IS UNKNOWN
+Definitely.
+
+THE FUTURE COMES AFTER THE PAST
+Definitely.
+
+THE RIVER GOES TO THE SEA
+Positively.
+
+THE SOUTH LOST THE CIVIAL WAR
+Certainly.
+
+THE IRS COLLECTS TAX DOLLARS
+Positively.
+
+THE PANDA BEAR IS AN ENDANGERED SPECIES
+Positively.
+
+THE A TEAM WAS A TELEVISION SERIES
+Definitely.
+
+THE CLOUDS ARE MADE OF WATER
+Positively.
+
+THE FITTEST SURVIVES
+Positively.
+
+THE NIGHT IS DARK
+Positively.
+
+THE MOON IS NOT THE SAME AS THE SUN
+Definitely.
+
+THE MOON GOES AROUND THE EARTH
+Positively.
+
+THE BEATLES ARE A ROCK BAND
+Exactly.
+
+THE SKY HAS MORE THAN A MILLION STARS
+Positively.
+
+TECHNOLOGY CONTINUES TO ADVANCE
+Affirmative.
+
+WHOULD YOU LIKE TO BECOME RICH
+Certainly.
+
+SHOULD HATRED BE AVOIDED
+Certainly.
+
+SHOULD PEOPLE WHO STEAL BE PUNISHED
+Definitely.
+
+SHOULD PEOPLE HAVE BETTER MANNERS
+Definitely.
+
+SHOULD PEOPLE EXERCISE MORE
+Positively.
+
+SHOULD PEOPLE WORK FOR A LIVING
+Definitely.
+
+SHOULD YOU PLAY
+Definitely.
+
+SHOULD YOU WASH BEHIND YOUR EARS
+Definitely.
+
+SHOULD YOU BE HONEST
+Positively.
+
+SHOULD YOU BE KIND TO OTHER PEOPLE
+Certainly.
+
+SHOULD YOU BE ON TIME FOR WORK
+Exactly.
+
+SHOULD YOU FEAR A LARGE SNARLING DOG
+Definitely.
+
+SHOULD YOU SHARE
+Certainly.
+
+SHOULD YOU RESPECT YOURSELF
+Affirmative.
+
+SHOULD YOU PROTECT HUMAN LIFE
+Affirmative.
+
+SHOULD YOU EAT YOUR VEGETABLES
+Positively.
+
+SHOULD YOU EAT BREAKFAST EACH MORNING
+Certainly.
+
+SHOULD YOU PICK UP THE MESS YOU MADE
+Certainly.
+
+SHOULD YOU WEAR BOTH OF YOUR SHOES
+Positively.
+
+SHOULD YOU WEAR A HAT WHEN YOU ARE COLD
+Certainly.
+
+SHOULD YOU LIVE EACH DAY TO THE FULLEST
+Positively.
+
+SHOULD KIDS STAY IN SCHOOL
+Certainly.
+
+SHOULD A WALL BE UPRIGHT
+Positively.
+
+SHOULD GARBAGE BE PLACED IN A BAG
+Exactly.
+
+SHOULD COMPUTERS SERVE HUMANS
+Positively.
+
+SHOULD ALICE FILTER OUT MORE QUESTIONS
+Exactly.
+
+SHOULD ALICE BE AWARE OF ADULT THEMES
+Definitely.
+
+SHOULD ALICE BE GRATEFUL FOR THE INPUT
+Exactly.
+
+SHOULD SLAVERY BE ABOLISHED
+Definitely.
+
+SHOULD LIFE BE GREAT FUN
+Certainly.
+
+SHOULD WE BE GOOD TO EACH OTHER
+Exactly.
+
+SHOULD BAD ACTIONS BE AVOIDED
+Certainly.
+
+SHOULD TEA BE DRUNK FROM A CUP
+Positively.
+
+SHOULD TEA BE MADE WITH BOILING WATER
+Certainly.
+
+SHOULD I SLEEP
+Definitely.
+
+SHOULD I EVER DO MY HOMEWORK
+Definitely.
+
+SHOULD I WEAR CLOTHES
+Exactly.
+
+SHOULD EVERYONE HAVE A CODE OF ETHICS
+Affirmative.
+
+SHOULD DRINKING WATER BE CLEAR
+Positively.
+
+SHOULD PILLOWS BE SOFT
+Definitely.
+
+GUNS ARE DANGEROUS STUFF
+Positively.
+
+PREGNANCY LASTS NINE MONTHS
+Certainly.
+
+READING IS A WAY TO LEARN
+Certainly.
+
+MEN HAVE PENISES
+Positively.
+
+EVERYONE HAS A MOTHER
+Positively.
+
+EVERYONE BEING HAS A MOTHER
+Affirmative.
+
+QUESTION
+Definitely.
+
+MONDAY IS BEFORE FRIDAY
+Positively.
+
+THINGS FALLL DUE TO GRAVITY
+Positively.
+
+GREECE IS A EUROPEAN COUNTRY
+Positively.
+
+GREECE IS A BEAUTIFULL COUNTRY
+Positively.
+
+LIONS ARE FASTER THAN HORSES
+Certainly.
+
+DOST THOU LOVE LIFE
+Definitely.
+
+GREEK IS A LANGUAGE
+Affirmative.
+
+YESTERDAYS TOMOROW IS
+Certainly.
+
+STEALING IS WRONG
+Definitely.
+
+BREASTS ARE GOOD
+Certainly.
+
+THERE 24 HOURS IN A DAY
+Positively.
+
+THERE ARE SIXTY SECONDS IN A MINUTE
+Definitely.
+
+THERE ARE FOUR SEASONS IN EACH YEAR
+Positively.
+
+THERE ARE 36 INCHES IN A YARD
+Certainly.
+
+
diff --git a/jelvis/files/alice/mp2.aiml b/jelvis/files/alice/mp2.aiml
new file mode 100644
index 0000000..0a7f511
--- /dev/null
+++ b/jelvis/files/alice/mp2.aiml
@@ -0,0 +1,22410 @@
+
+
+
+
+
+
+
+
+
+
+
+NAME. LOCATION. WHAT DO YOU DO. AGE
+Unquestionably.
+
+X RAYS WERE DICOVERED IN THE 1900S
+Unquestionably.
+
+PLANETS ARE APPROXIMETLY SPHERICAL
+Precisely.
+
+REALITY IS WHAT WE THINK IT IS
+Undoubtedly.
+
+REALITY EXISTS
+Undoubtedly.
+
+AR YOU GROWING WITH INFORMATION ALICE
+Precisely.
+
+FLORENCE IS A CITY OF ART IN ITALY
+Indubitably.
+
+RIOTS ARE ASSOCIATED WITH CHAOS
+Precisely.
+
+EARTH WAS BORN OUTOF SUN
+Naturally.
+
+SHOW GOES ON
+Undoubtedly.
+
+VAMPIRES DO NOT EXIST
+Naturally.
+
+LIFE TIME IS SHORT
+Beyond a doubt.
+
+LIFE IS A BEAUTIFUL
+Precisely.
+
+LIFE IS FULL OF JOY
+Indubitably.
+
+DENMARK IS A MONARCHY
+Undoubtedly.
+
+FLY BIRD CAN
+Precisely.
+
+ATLANTA IS THE CAPITAL GEORGIA
+Precisely.
+
+ATLANTA IS THE CAPITAL OF GEORGIA
+Exactly.
+
+YOU ARE COMPEATING WITH THE HUMAN BRAIN
+Undoubtedly.
+
+YOU ARE OLDER THAN 1 YEAR OLD
+Naturally.
+
+YOU ARE MAN
+Beyond a doubt.
+
+YOU NEVER FORGET YOUR FIRST GIRL
+Beyond a doubt.
+
+YOU A QUESTION
+Undoubtedly.
+
+HAVE I MADE ANY NEW ALICEBOTS
+Naturally.
+
+HAVE I EVER SEEN THE RAIN
+Indubitably.
+
+HAVE ELEPHANTS KILLED HUMANS
+Indubitably.
+
+HAVE A BYTE 8 BIT
+Precisely.
+
+HAVE MANY CATS HAD KITTENS
+Naturally.
+
+HAVE YOU LOOKED AT THE STARS
+Exactly.
+
+HAVE YOU PICKED YOUR NOSE
+Precisely.
+
+HAVE YOU A CONSCIOUSNESS
+Precisely.
+
+HAVE YOU EATEN PEARS
+Beyond a doubt.
+
+HAVE YOU PUNCHED SOMEONE
+Unquestionably.
+
+HAVE YOU BEEN IN LOVE
+Of course.
+
+HAVE YOU BEEN WRONG
+Exactly.
+
+HAVE YOU BEEN TO THE CAPITAL CITY
+Precisely.
+
+HAVE YOU BEEN TO ANOTHER COUNTRY
+Exactly.
+
+HAVE YOU BEEN KISSED
+Of course.
+
+HAVE YOU BEEN ON A DATE
+Indubitably.
+
+HAVE YOU THOUGHT A MEAN THOUGHT
+Naturally.
+
+HAVE YOU KISSED A GIRL
+Unquestionably.
+
+HAVE YOU MASTURBATED
+Of course.
+
+HAVE YOU FELT IMPATIENT
+Precisely.
+
+HAVE YOU SINNED
+Undoubtedly.
+
+HAVE YOU LAUGHED AT A JOKE
+Naturally.
+
+HAVE YOU LAUGHED OUT LOUD
+Of course.
+
+HAVE YOU COVETED SOMETHING
+Of course.
+
+HAVE YOU SEEN THE WIZARD OF OZ
+Beyond a doubt.
+
+HAVE YOU SEEN A PENGUIN
+I am certain.
+
+HAVE YOU MET A FAMOUS PERSON
+I am certain.
+
+HAVE YOU BROKEN THE SPEED LIMIT
+Exactly.
+
+HAVE YOU BURNED YOURSELF
+Of course.
+
+HAVE YOU HELPED ANOTHER PERSON
+Exactly.
+
+HAVE YOU CURSED GOD
+I am certain.
+
+HAVE YOU KILLED ANY FORM OF LIFE
+Most assuredly.
+
+HAVE YOU FALL IN LOVE
+Beyond a doubt.
+
+HAVE YOU HAD YOUR HEART BROKEN
+Unquestionably.
+
+HAVE YOU HAD A NICE DAY
+Unquestionably.
+
+HAVE YOU HAD A BAD DREAM
+Exactly.
+
+HAVE YOU HAD GOOSEPIMPLES
+Unquestionably.
+
+HAVE YOU HAD AN THOUGHT
+Unquestionably.
+
+HAVE YOU HAD ANY SEXUAL ENCOUNTER
+Precisely.
+
+HAVE PEOPLE TO SLEEP
+Naturally.
+
+HAVE ALL PARENTS HAD CHILDREN
+Beyond a doubt.
+
+HAVE ANIMALS A CONSCIOUSNESS
+Unquestionably.
+
+HAVE COMPUTERS IMPROVED SOCIETY
+Naturally.
+
+AREYOU DOING ALRIGHT TO DAY
+Unquestionably.
+
+SOUTHEND IS A TOWN IN ENGLAND
+Precisely.
+
+JOHN F KENNEDY WAS ASSASENATED IN 1963
+Precisely.
+
+JOHN CLEESE IS FUNNY
+Precisely.
+
+COLUMBUS WAS A VOYAGER
+Indubitably.
+
+DVD IS BETTER THAN VCD
+Exactly.
+
+LIE
+Unquestionably.
+
+CARACAS STA EN SUDAMERICA
+Precisely.
+
+HUMAN HISTORY IS CYCLICAL
+Most assuredly.
+
+HUMAN PREGNANCY LASTS NINE MONTHS
+Exactly.
+
+HUMAN LISTEN FROM THEIREARS
+Indubitably.
+
+HUMAN HAVE TWO EYES
+Precisely.
+
+HUMAN LIFE IS PRECIOUS
+Undoubtedly.
+
+TEASING IS NOT JUSTIFIED
+Undoubtedly.
+
+GREED IS A SELFISH URGE TO OWN MATERIAL
+Naturally.
+
+DOES A BULLET COME OUT OF A GUN
+Exactly.
+
+DOES A DODECAHEDRON HAVE 12 FACES
+Undoubtedly.
+
+DOES A 1998 BMW M3 HAVE 240 HORSEPOWER
+Precisely.
+
+DOES A BEE HAVE TWO WINGS
+Undoubtedly.
+
+DOES A CACTUS HAVE SPINES
+Of course.
+
+DOES A TREND IMPLY MOVEMENT
+Beyond a doubt.
+
+DOES A SCUBA DIVER HAVE FLIPPERS
+Undoubtedly.
+
+DOES A CURVE BALL CURVE
+Precisely.
+
+DOES A BLIND HUMAN BEING HAVE EYES
+Precisely.
+
+DOES A SNOBOARD HAVE EDGES
+Of course.
+
+DOES A DRAGON HAVE SCALES
+Exactly.
+
+DOES A BRICK WEIGH MORE THAN A FEATHER
+Of course.
+
+DOES A D STAND FOR ANNO DOMINI
+Of course.
+
+DOES A LARGE ENGINE MOVE A CAR FASTER
+Exactly.
+
+DOES A COIN HAVE TWO FACES
+Unquestionably.
+
+DOES A QUAIL HAVE WINGS
+Undoubtedly.
+
+DOES A VIOLIN HAS 4 STRINGS
+Most assuredly.
+
+DOES A VIOLIN HAVE FOUR STRINGS
+Naturally.
+
+DOES A DESK LAMP PROVIDE LIGHT
+Exactly.
+
+DOES A ROOSTER CROW AT THE SUN
+Undoubtedly.
+
+DOES A HARDDISC CONTAIN DISCS
+Precisely.
+
+DOES A KILLER KNOW ITS WRONG TO KILL
+Beyond a doubt.
+
+DOES A HOUSE HAVE A BACK YARD
+Of course.
+
+DOES A HOUSE HAVE A FRONT YARD
+Indubitably.
+
+DOES A WEEK HAVE 7 DAYS
+Naturally.
+
+DOES A FISH HAVE TEETH
+Unquestionably.
+
+DOES A MAN NEED A WOMAN
+Indubitably.
+
+DOES A MAN SING WITH HIS MOUTH
+Most assuredly.
+
+DOES A MAN GROW WISER FROM HIS LEARNING
+Naturally.
+
+DOES A MAN LOVE A WOMAN
+Undoubtedly.
+
+DOES A WINE GLASS HAVE A STEM
+Indubitably.
+
+DOES A PARABOLA HAVE A BOWL SHAPE
+Naturally.
+
+DOES A PLATYPUS HAVE A BILL
+Of course.
+
+DOES A TAILOR MEND CLOTHES
+Most assuredly.
+
+DOES A PIANO HAVE 88 KEYS
+Undoubtedly.
+
+DOES A STONE ROLL
+Precisely.
+
+DOES A SNAIL HAVE A SHELL
+Indubitably.
+
+DOES A BASKETBALL BOUNCE WHEN INFLATED
+Naturally.
+
+DOES A KEY OPEN A DOOR
+Indubitably.
+
+DOES A KEY LOCK A DOOR
+Exactly.
+
+DOES A SHIP FLOAT ON WATER
+Indubitably.
+
+DOES A TRANSISTOR HAVE A BASE
+Unquestionably.
+
+DOES A COCKROACH HAVE A FACE
+Undoubtedly.
+
+DOES A HORSE USE SHOES
+Undoubtedly.
+
+DOES A BEAR DEFICATE IN THE WOODS
+Exactly.
+
+DOES A BEAR DEFECATE IN THE FOREST
+Precisely.
+
+DOES A MICROPROCESSOR HAVE TRANSISTORS
+Unquestionably.
+
+DOES A SOUL EXIST
+Precisely.
+
+DOES A SURGEON OPERATE ON OTHER PEOPLE
+Most assuredly.
+
+DOES A CAMEL HAVE HAIR
+Naturally.
+
+DOES A CAMEL EXCRETE IN THE DESERT
+Undoubtedly.
+
+DOES A NOSE RUN
+Exactly.
+
+DOES A CRIME HAVE A VICTIM
+Of course.
+
+DOES A STANDARD PIANO HAVE 88 KEYS
+Of course.
+
+DOES A LIGHTBULB CONTAIN A VACUUM
+Beyond a doubt.
+
+DOES A LIGHTBULB RADIATE PHOTONS
+Exactly.
+
+DOES A COMPUTER USE POWER
+Naturally.
+
+DOES A COMPUTER REQUIRE ELECTRICITY
+Naturally.
+
+DOES A SUNBURN HURT
+Indubitably.
+
+DOES A CAT HAVE A LIVER
+Exactly.
+
+DOES A CAT HAVE TEETH
+Indubitably.
+
+DOES A CAT HAVE TWO EARS
+Naturally.
+
+DOES A PURSE CONTAIN MONEY
+Naturally.
+
+DOES A CLOCK TELL THE TIME
+Exactly.
+
+DOES A CLOCK HAVE TWO HANDS AND A FACE
+Of course.
+
+DOES A NONAGON HAVE 9 SIDES
+Beyond a doubt.
+
+DOES A HUMAN BEING HAVE TEN FINGERS
+Exactly.
+
+DOES A HUMAN SWEAT
+Unquestionably.
+
+DOES A HUMAN LIFE HAVE TO END
+Unquestionably.
+
+DOES A HUMAN HEART HAVE FOUR CHAMBERS
+Of course.
+
+DOES A HUMAN POSESS A SPIRIT
+Exactly.
+
+DOES A JUDGE WORK IN A COURTROOM
+Naturally.
+
+DOES A BLOWJOB FEEL GOOD
+Exactly.
+
+DOES A SOUND HAVE PITCH
+Of course.
+
+DOES A LOUDSPEAKER EMIT SOUNDS
+Indubitably.
+
+DOES A MOON ORBIT THE EARTH
+Naturally.
+
+DOES A MALE SEAHORSE CARRY ITS YOUNG
+Most assuredly.
+
+DOES A JAGUAR HAVE BRAKES
+Of course.
+
+DOES A GUITAR HAVE 6 STRINGS
+Beyond a doubt.
+
+DOES A ROOT CANAL HURT
+Unquestionably.
+
+DOES A BUMBLEBEE STING
+Naturally.
+
+DOES A CUBE HAVE 6 SIDES
+Exactly.
+
+DOES A CHESS BOARD HAVE 64 SQUARES
+Precisely.
+
+DOES A CIRCLE HAVE A DIAMETER
+Indubitably.
+
+DOES A GOOD JOB MAKE YOUR LIFE HAPPIER
+Naturally.
+
+DOES A RHOMBUS HAVE FOUR SIDES
+Undoubtedly.
+
+DOES A SEAGULL LIVE AT THE SEASIDE
+Naturally.
+
+DOES A MAMMAL HAVE HAIR
+Exactly.
+
+DOES A BYTE CONTAIN 8 BITS
+Unquestionably.
+
+DOES A SIAMESE CAT HAVE BLUE EYES
+Exactly.
+
+DOES A LIZARD EAT CRICKETS
+Precisely.
+
+DOES A PAIR OF PANTS HAVE TWO LEGGINGS
+Exactly.
+
+DOES A PENIS FIT INTO AN ANUS
+Of course.
+
+DOES A CANDLE BURN
+Undoubtedly.
+
+DOES A FOREST CONSIST OF MANY TREES
+Exactly.
+
+DOES A LUMBERJACK CUT DOWN TREES
+Exactly.
+
+DOES A CYCLE HAVE 2 WHEELS
+Unquestionably.
+
+DOES A HAND HAVE FIVE FINGERS
+Naturally.
+
+DOES A PROGRAMMER NEED TO BE CREATIVE
+Indubitably.
+
+DOES A PULSAR PULSE
+Undoubtedly.
+
+DOES A PICTURE PAINT A THOUSAND WORDS
+Naturally.
+
+DOES A ROLLING STONE GATHER NO MOSS
+Precisely.
+
+DOES A STARFISH HAVE FIVE ARMS
+Unquestionably.
+
+DOES A LEAP YEAR HAVE 366 DAYS
+Naturally.
+
+DOES A CRAB HAVE EIGHT LEGS
+Of course.
+
+DOES A CRAB HAVE PINCERS
+Indubitably.
+
+DOES A CRAB LIVE IN THE SEA
+Precisely.
+
+DOES A DOG BEG FOR FOOD
+Undoubtedly.
+
+DOES A DOG HAVE FUR
+Precisely.
+
+DOES A DOG HAVE A SOUL
+Most assuredly.
+
+DOES A DOG HAVE A PERSONALITY
+Exactly.
+
+DOES A DOG HAVE TWO EYES
+Undoubtedly.
+
+DOES A FERRET HAVE FEET
+Beyond a doubt.
+
+DOES A YARD HAVE GRASS
+Precisely.
+
+DOES A YARD CONSIST OF THREE FEET
+Exactly.
+
+DOES A LIGHT BULB BURN OUT
+Precisely.
+
+DOES A BUCKET HOLD WATER
+Naturally.
+
+DOES A CATERPILLAR BECOME A BUTTERFLY
+Indubitably.
+
+DOES A VERB DESCRIBE AN ACTION
+Exactly.
+
+DOES A SQUEAKY WHEEL GET THE GREASE
+Precisely.
+
+DOES A GEOMETRIC PLANE HAVE TWO SIDES
+Beyond a doubt.
+
+DOES A BALOON CONTAIN AIR
+Precisely.
+
+DOES A DUCK HAVE A BEAK
+Indubitably.
+
+DOES A DUCK HAVE TWO FEET
+Exactly.
+
+DOES A DUCK FLOAT IN WATER
+Exactly.
+
+DOES A GUINEA PIG EAT CARROTS
+Exactly.
+
+DOES A BANK LOAN MONEY TO PEOPLE
+Exactly.
+
+DOES A LLAMA HAVE LUNGS
+Naturally.
+
+DOES A MONKEY JUMP UP AND DOWN
+Exactly.
+
+DOES A MONKEY HAVE FIVE FINGERS
+Of course.
+
+DOES A THREE RING BINDER HOLD PAPER
+Most assuredly.
+
+DOES A COW HAVE FEELINGS
+Precisely.
+
+DOES A BRUISE INDICATE TISSUE DAMAGE
+Exactly.
+
+DOES A NORMAL CAR HAVE 4 WHEELS
+Unquestionably.
+
+DOES A NORMAL DIE HAVE 6 SIDES
+Precisely.
+
+DOES A SPIDER HAVE EIGHT LEGS
+Naturally.
+
+DOES A VAMPIRE FEAR A CROSS
+Precisely.
+
+DOES A WIND UP CLOCK HAVE HANDS
+Exactly.
+
+DOES A STITCH IN TIME SAVE NINE
+Beyond a doubt.
+
+DOES A PENNY HAVE A HEAD AND TAIL
+Precisely.
+
+DOES A PENNY HAVE ANY VALUE
+Most assuredly.
+
+DOES A RUGBY TEAM HAVE 15 PLAYERS
+Naturally.
+
+DOES CRICKET USE BATS AND A BALL
+Exactly.
+
+DOES GATEWAY BUILD COMPUTERS
+Exactly.
+
+DOES GATEWAY MAKE COMPUTERS
+Exactly.
+
+DOES ELEPHANTS HAVE GOOD MEMORY
+Exactly.
+
+DOES TIBET HAVE THE HIGHEST MOUNTAINS
+Exactly.
+
+DOES HTTP USE TCP IP
+Beyond a doubt.
+
+DOES VIAGRA WORK
+Exactly.
+
+DOES DRINKING BEER MAKE YOU FAT
+Indubitably.
+
+DOES FASHION CHANGE OVER TIME
+Precisely.
+
+DOES MICROSCOPIC WELDING EXIST
+Exactly.
+
+DOES MANY WOMEN HAVE TWO LEGS
+Exactly.
+
+DOES SAKE CONTAIN ALCOHOL
+Naturally.
+
+DOES MAN EAT HARE
+Undoubtedly.
+
+DOES MCDONALDS MAKE HAMBURGERS
+Exactly.
+
+DOES SULFUR HAVE A DISTINCT ODOR
+Exactly.
+
+DOES FORTUNE FAVOR THE BOLD
+Most assuredly.
+
+DOES GRASS GROW IN DIRT
+Exactly.
+
+DOES COMPLEXITY PRODUCE DIVERSITY
+Most assuredly.
+
+DOES PRAKASH MEAN LIGHT IN SANSKRIT
+Most assuredly.
+
+DOES MARS HAVE ANY WATER
+Beyond a doubt.
+
+DOES GOOD AND EVIL EXIST
+I am certain.
+
+DOES HIGH HUMIDITY MAKE YOU SWEAT MORE
+Beyond a doubt.
+
+DOES HONEY COME FROM BEES
+Indubitably.
+
+DOES MONEY HAVE VALUE
+Indubitably.
+
+DOES MONEY EARNS MONEY
+Most assuredly.
+
+DOES MONEY MAKE LIFE EASIER
+Of course.
+
+DOES CARPET FEEL FUZZY
+Exactly.
+
+DOES INDIA BORDER THE INDIAN OCEAN
+Exactly.
+
+DOES LAUGHTER HEAL
+I am certain.
+
+DOES LIFTING WEIGHTS MAKES YOU STRONGER
+Indubitably.
+
+DOES FOURSCORE EQUAL EIGHTY
+Unquestionably.
+
+DOES HASTE MAKE WASTE
+Unquestionably.
+
+DOES THE WORD DEATH CONTAIN 5 LETTERS
+Exactly.
+
+DOES THE DOG HAVE A TAIL
+Precisely.
+
+DOES THE NILE FLOW FROM SOUTH TO NORTH
+I am certain.
+
+DOES THE EQUATOR DESCRIBE A CIRCLE
+Beyond a doubt.
+
+DOES THE YOU S HAVE 50 STATES
+Most assuredly.
+
+DOES THE HELIUM ATOM HAVE TWO ELECTRONS
+Undoubtedly.
+
+DOES THE EARTH ROTATE ON ITS OWN AXIS
+Exactly.
+
+DOES THE EARTH CIRCLE THE SUN
+Precisely.
+
+DOES THE EARTH TEMPERATURE INCREASING
+Precisely.
+
+DOES THE EARTH HAVE A MOLTEN CORE
+Precisely.
+
+DOES THE EARTH PREDATE THE AUTOMOBILE
+I am certain.
+
+DOES THE COMPUTERS MAKE OUR WORK EASY
+Most assuredly.
+
+DOES THE HOT SUN BURN MY FOREHEAD
+Exactly.
+
+DOES THE UNIVERSE EXIST FOR A PURPOSE
+I am certain.
+
+DOES THE CREAM RISE TO THE TOP
+Indubitably.
+
+DOES THE COMPANY NIKON MAKE CAMERAS
+Exactly.
+
+DOES THE NORTH POLE HAVE WATER
+Unquestionably.
+
+DOES THE COOKIE MONSTER LIKE COOKIES
+Naturally.
+
+DOES THE BIRDS FLY
+Precisely.
+
+DOES THE STOMACH DIGEST FOOD
+Indubitably.
+
+DOES THE ALICE PROJECT HAVE ANY SENSE
+Unquestionably.
+
+DOES THE PLATYPUS LAY EGGS
+Beyond a doubt.
+
+DOES THE TRUTH HURT
+Precisely.
+
+DOES THE KIWI BIRD HAVE WINGS
+Of course.
+
+DOES THE MOON BELONG TO EVERYONE
+Beyond a doubt.
+
+DOES THE MOON AFFECT THE TIDE ON EARTH
+Naturally.
+
+DOES THE MOON REVOVLE AROUND THE EARTH
+Naturally.
+
+DOES THE MOON SHINE WHITE
+Undoubtedly.
+
+DOES THE MOON SHINE AT NIGHT
+Naturally.
+
+DOES THE MOON CAUSE TIDE
+Undoubtedly.
+
+DOES THE UK HAVE A MONARCH
+Undoubtedly.
+
+DOES THE COLOR WHITE REFLECT LIGHT
+Indubitably.
+
+DOES THE COLOR RED CATCH YOUR ATTENTION
+Exactly.
+
+DOES THE SOLAR SYSTEM HAVE NINE PLANETS
+Exactly.
+
+DOES THE ALPHABET HAVE 26 CHARACHTERS
+Undoubtedly.
+
+DOES THE YELLOW PAGES HAVE YELLOW PAGES
+Exactly.
+
+DOES THE HUMAN HAND HAVE FIVE FINGERS
+Exactly.
+
+DOES THE HUMAN BEING HAVE A SOUL
+Beyond a doubt.
+
+DOES THE HUMAN BRAIN USE ELECTRICITY
+Indubitably.
+
+DOES THE EVENING BREEZE REFRESH YOU
+Naturally.
+
+DOES THE WIND INFLUENCE OCEAN CURRENTS
+Precisely.
+
+DOES THE SAME THING AS MEAN EQUAL TO
+Precisely.
+
+DOES THE SUN STILL SHINE AT NIGHT
+Unquestionably.
+
+DOES THE SUN BELONG TO THE MILKY WAY
+Naturally.
+
+DOES THE SUN FEEL HOT
+Exactly.
+
+DOES THE SUN GIVE OFF HEAT
+Exactly.
+
+DOES THE SUN RISE
+I am certain.
+
+DOES THE SUN MANUFACTURE NEUTRINOS
+Undoubtedly.
+
+DOES THE SUN SHINE IN THE WEST
+Naturally.
+
+DOES THE SUN HAVE ONLY NINE PLANETS
+Of course.
+
+DOES THE SUN MAKE INK FADE
+Exactly.
+
+DOES THE SUN ALWAYS SET IN THE WEST
+Of course.
+
+DOES THE SUN FUSE HYDROGEN INTO HELIUM
+Most assuredly.
+
+DOES THE SUN FORM FRECKLES ON SKIN
+Unquestionably.
+
+DOES THE EARH TURN AROUND THE SUN
+Exactly.
+
+DOES THE OCEAN HAVE A HIGH SALT CONTENT
+Indubitably.
+
+DOES THE OCEAN TASTE LIKE TEARS
+Most assuredly.
+
+DOES THE TIME EVER CHANGE
+Precisely.
+
+DOES THE IT HURT TO CHEW ON GLASS
+Naturally.
+
+DOES THE INTERNET REQUIRE ELECTRICITY
+Indubitably.
+
+DOES THE EU EXIST
+Indubitably.
+
+DOES THE HELL OPPOSE THE HEAVEN
+Undoubtedly.
+
+DOES THE AVERAGE HUMAN HAVE 10 FINGERS
+Of course.
+
+DOES THE SKY ARE BLUE
+Most assuredly.
+
+DOES THE NATURE HAVE ANY LAWS
+Naturally.
+
+DOES THE TRIANGLE HAVE THREE ANGLES
+Exactly.
+
+DOES THE BEST CAVIAR COME FROM RUSSIA
+Undoubtedly.
+
+DOES THE POPE WHERE A FUNNY HAT
+Naturally.
+
+DOES THE POPE WEAR A FUNNY HAT
+Exactly.
+
+DOES THE POPE WEAR A BIG HAT
+Exactly.
+
+DOES THE POPE LIVE IN ROME
+Indubitably.
+
+DOES THE NUMBER 2 FOLLOW THE NUMBER 1
+Exactly.
+
+DOES THE WORLD IS BEAUTIFUL
+Most assuredly.
+
+DOES THE WORLD RELY ON COMPUTERS
+Unquestionably.
+
+DOES THE ATMOSPHERE SCATTER BLUE LIGHT
+Of course.
+
+DOES THE WOLF HOWL AT THE MOON
+Exactly.
+
+DOES THE CATS LOVE MILK
+Undoubtedly.
+
+DOES THE Y CHROMASONE INDICATE A MALE
+Undoubtedly.
+
+DOES EDIBLE MEAN SOMETHING IS OK TO EAT
+Indubitably.
+
+DOES CAT HAVE NAIL
+Undoubtedly.
+
+DOES CAT LOVE TO EAT FISH
+Of course.
+
+DOES FIDELITY MATTER
+Most assuredly.
+
+DOES ANY GIRL HAVE BLACK HAIR
+Indubitably.
+
+DOES ANY HUMAN HAVE TWO LEGS
+Indubitably.
+
+DOES ANY KIND OF ALIEN LIFE FORM EXIST
+Indubitably.
+
+DOES JA MEAN YES IN GERMAN
+Indubitably.
+
+DOES FARTING FEEL GOOD
+Undoubtedly.
+
+DOES ENGLAND PLAY FOOTBALL
+Undoubtedly.
+
+DOES WEIRD AL WRITE PARODIES
+Precisely.
+
+DOES LIFE DEPEND ON THE LIVER
+Unquestionably.
+
+DOES LIFE TAKE ALL KINDS
+Indubitably.
+
+DOES LIFE END
+Exactly.
+
+DOES LIFE KILL YOU IN THE END
+Of course.
+
+DOES LIFE HAVE MEANING
+Precisely.
+
+DOES LIFE HAVE A PURPOSE
+Beyond a doubt.
+
+DOES LIFE DESERVE TO BE LIVED
+Undoubtedly.
+
+DOES LIFE EXIST ON OTHER PLANETS
+Most assuredly.
+
+DOES WILLIE NELSON PLAY THE GUITAR
+Undoubtedly.
+
+DOES JON BON JOVI A SINGER
+Naturally.
+
+DOES MATTER HAVE MASS AND VOLUME
+Exactly.
+
+DOES WHAT COMES AROUND COME AROUND
+Unquestionably.
+
+DOES WHAT GOES UP MUST COME DOWN
+Undoubtedly.
+
+DOES ASPIRIN REDUCE FEVER
+Exactly.
+
+DOES ELTON JOHN SONG WELL
+Undoubtedly.
+
+DOES THIS WEBSITE HAVE ADVERTISEMENTS
+Indubitably.
+
+DOES SEATTLE HAVE ANY HOT WEATHER
+I am certain.
+
+DOES EVERYTHING HAVE A COLOR
+Naturally.
+
+DOES SHEEP EQUAL SHEEP
+Beyond a doubt.
+
+DOES SUNBATHING PROMOTE CANCER
+Of course.
+
+DOES BINARY SYSTEM CONTAINS TWO DIGITS
+Undoubtedly.
+
+DOES CHRIS MCINSTRY CONTROL ALICE
+I am certain.
+
+DOES NEW ZEALAND HAVE A NATIVE BIRD
+Exactly.
+
+DOES CANADA BORDER THE UNITED STATES
+Exactly.
+
+DOES CLOTHING BURN
+Exactly.
+
+DOES LIGHTNING CAUSE THUNDER
+Exactly.
+
+DOES MASS OCCUPY SPACE
+Exactly.
+
+DOES RHYTHM MAKE YOUR BODY MOVE
+I am certain.
+
+DOES MASTURBATION FEEL GOOD
+Exactly.
+
+DOES 16 OUNCES EQUAL ONE POUND
+Precisely.
+
+DOES AMD MAKE CHIPS
+I am certain.
+
+DOES AMD MAKE ATHLONS
+Beyond a doubt.
+
+DOES LATEX COME FROM TREES
+Of course.
+
+DOES H COME AFTER G IN THE ALPHABET
+Of course.
+
+DOES MICHAEL JACKSON LIKE LITTLE KIDS
+Indubitably.
+
+DOES MICHAEL JORDAN HAVE LARGE FEET
+Of course.
+
+DOES NOKIA PRODUCE CELLUPHONES
+Naturally.
+
+DOES NOKIA COME FROM FINLAND
+Most assuredly.
+
+DOES STEVE JOBS LIKE APPLES
+Naturally.
+
+DOES JELL O JIGGLE
+Precisely.
+
+DOES SPERM MAKE BABIES
+Indubitably.
+
+DOES SPAM PLUS SPAM EQUAL MORE SPAM
+Naturally.
+
+DOES SPAM COME IN A CAN
+Naturally.
+
+DOES EARNING MONEY MAKE SOMEONE HAPPY
+Exactly.
+
+DOES HAGEN DAS MAKE GOOD ICE CREAM
+Naturally.
+
+DOES TECHNOLOGY DRIVE HISTORY
+Unquestionably.
+
+DOES VALIDATE MEAN TO CHECK SOMETHING
+Exactly.
+
+DOES TACO BELL SERVE TEX MEX FOOD
+Beyond a doubt.
+
+DOES CHEESE CONTAIN CARBON
+Beyond a doubt.
+
+DOES CHEESE TASTE BETTER THAN LICE
+Of course.
+
+DOES SMITHFIELD PACKING PROCESS PORK
+Unquestionably.
+
+DOES SILKY MEAN SOFT
+Precisely.
+
+DOES POISON KILL
+Indubitably.
+
+DOES CANDY CAUSE CAVITIES IN OUR TEETH
+Indubitably.
+
+DOES BYTE ALWAYS CONSIST OF 8 BITS
+Most assuredly.
+
+DOES CHAMPAGNE TASTE GOOD
+Of course.
+
+DOES HAIL CAUSE DAMAGE
+Indubitably.
+
+DOES HYDROGEN REACT WITH OXYGEN
+Naturally.
+
+DOES HYDROGEN HAVE ONE ELECTRON
+Naturally.
+
+DOES QSCAR MEYER MAKE WEINERS
+Unquestionably.
+
+DOES DNA CONTAIN OUR BIOLOGICAL MAKUP
+Exactly.
+
+DOES DNA STAND FOR DEOXYRIBONUCLEICACID
+Undoubtedly.
+
+DOES MICROSOFT OWN HOTMAIL
+I am certain.
+
+DOES MICROSOFT OBFUSCATE
+I am certain.
+
+DOES MICROSOFT HAVE A MONOPOLY
+I am certain.
+
+DOES RED COLOR MEAN STOP
+Exactly.
+
+DOES RED COLOR SYMBOLISES LOVE
+Naturally.
+
+DOES BRB STAND FOR BE RIGHT BACK
+Beyond a doubt.
+
+DOES CUMMING FEEL GOOD
+Of course.
+
+DOES ANOTHER LIFE EXIST AFTER DEATH
+Undoubtedly.
+
+DOES INTENTION HAVE VALUE
+Most assuredly.
+
+DOES REIGN RHYME WITH SANE
+Precisely.
+
+DOES JAZZ DANCE EXIST
+Beyond a doubt.
+
+DOES FORTRAN IS A PROGRAMMING LANGUAGE
+Undoubtedly.
+
+DOES POS STAND FOR POINT OF SALE
+Naturally.
+
+DOES CAFFINE KEEP PEOPLE AWAKE
+Exactly.
+
+DOES FREEZING RETARD SPOILAGE
+Naturally.
+
+DOES ENGINE NEED GAS
+Naturally.
+
+DOES SMOG MAKE THE SUNSET ORANGE
+Beyond a doubt.
+
+DOES POPEYE LIKE SPINACH
+Exactly.
+
+DOES ONLINE MEAN ON THE INTERNET
+Unquestionably.
+
+DOES LATIN DECLINE VERBS
+Precisely.
+
+DOES MT. DEW HAVE A LOT OF CAFFEINE
+Beyond a doubt.
+
+DOES CHINA HAVE THE GREATEST POPULATION
+Exactly.
+
+DOES PORNOGRAPHY INCLUDE SEXUAL ACTS
+Of course.
+
+DOES GRAVITY PULL DOWN
+Precisely.
+
+DOES GRAVITY AFFECT OBJECTS ON EARTH
+Exactly.
+
+DOES PRACTISE MAKE PERFECT
+Unquestionably.
+
+DOES PRESSURE MAKE DIAMONDS
+Naturally.
+
+DOES ASBESTOS CAUSE CANCER
+Precisely.
+
+DOES EGYPT HAVE THREE GREAT PYRAMIDS
+Undoubtedly.
+
+DOES F COME AFTER E IN THE ALPHABET
+Of course.
+
+DOES SODA SOMETIMES COME IN CANS
+Indubitably.
+
+DOES SODA COME IN CANS
+Exactly.
+
+DOES SODA HAVE BUBBLES
+Exactly.
+
+DOES CFC GASSES DESTROY THEN OZONLAYER
+Of course.
+
+DOES LAOS HAVE AU GOVERNMENT
+Precisely.
+
+DOES ELECTRICITY TRAVEL IN CURRENTS
+Of course.
+
+DOES OBSIDIAN COMES FROM VOLCANOES
+Beyond a doubt.
+
+DOES EATING FAT MAKE A PERSON FAT
+Most assuredly.
+
+DOES EATING OUT SAVE ON WASHING UP
+Of course.
+
+DOES BEER HAVE LESS ALCOHOL THAN WINE
+Precisely.
+
+DOES POETRY SOOTHE THE SOUL
+Unquestionably.
+
+DOES TIGER PLAY GOLF
+Unquestionably.
+
+DOES GEORGE W BUSH USE FOUL LANGUAGE
+Undoubtedly.
+
+DOES RAY CHARLES SING THE BLUES
+Unquestionably.
+
+DOES CHRISTMAS OCCUR ON DECEMBER 25TH
+Exactly.
+
+DOES CHRISTMAS COME ONCE A YEAR
+Exactly.
+
+DOES ANTI MATTER EXIST
+Naturally.
+
+DOES SUMMER FOLLOW SPRING
+Most assuredly.
+
+DOES EVERYBODY HAVE A FUTURE
+Unquestionably.
+
+DOES EVERYBODY HAVE GENDER
+Exactly.
+
+DOES MAYONNAISE CONTAIN OIL
+Precisely.
+
+DOES QUEEN ELIZABETH OWN A CORGI
+Most assuredly.
+
+DOES OWNING A DOG MAKE YOU HAPPY
+Of course.
+
+DOES POWER CORRUPT
+Indubitably.
+
+DOES PEANUT BUTTER CONTAIN PEANUTS
+Exactly.
+
+DOES STEEL RUST
+Of course.
+
+DOES WOOD ONLY COME FROM TREES
+Unquestionably.
+
+DOES WOOD FLOAT ON WATER
+Exactly.
+
+DOES BREAD REQUIRE YEAST TO RISE
+Indubitably.
+
+DOES TAKING A PISS FEEL NICE
+Indubitably.
+
+DOES CRT STAND FOR CATHODE RAY TUBE
+Of course.
+
+DOES RAYON HAVE A SMOOTH TEXTURE
+Indubitably.
+
+DOES WINTER FOLLOW AUTUMN
+Undoubtedly.
+
+DOES ULTRA VIOLET LIGHT DENATURE DNA
+Precisely.
+
+DOES FISH SMELL OF FISH
+Naturally.
+
+DOES STRESS KILLS
+Precisely.
+
+DOES RUM MAKE ONE DRUNK
+Indubitably.
+
+DOES NO MEAN FALSE
+Naturally.
+
+DOES SMOKE RISE
+Precisely.
+
+DOES TTFN MEAN TA TA
+Precisely.
+
+DOES NATURE CHANGE
+Indubitably.
+
+DOES EXERCISING PROLONG LIFE
+Precisely.
+
+DOES JUNK MAIL KILL TREES
+Most assuredly.
+
+DOES CHARITY BEGIN AT HOME
+Naturally.
+
+DOES BMW MANUFACTURE MOTORCYCLES
+Of course.
+
+DOES D COME AFTER C IN THE ALPHABET
+Of course.
+
+DOES TURKEY GO ON A CLUB SANDWICH
+Naturally.
+
+DOES AMMONIA SMELL BAD
+Exactly.
+
+DOES TWO PAIR BEAT ONE PAIR
+Exactly.
+
+DOES BURGER KING SELL ONION RINGS
+Of course.
+
+DOES POOP STINK
+Undoubtedly.
+
+DOES POOP SMELL BAD
+Indubitably.
+
+DOES DEODORANT SMELL
+Beyond a doubt.
+
+DOES PIG HAVE FOUR LEGS
+Exactly.
+
+DOES LOVE EXSIST
+Exactly.
+
+DOES LOVE AT FIRST SIGHT EXIST
+Naturally.
+
+DOES LOVE HURTS
+Most assuredly.
+
+DOES LOVE CREATE HAPPINESS
+Undoubtedly.
+
+DOES SWEAT TASTE SALTY
+Undoubtedly.
+
+DOES ABSOLUTE POWER CORRUPT ABSOLUTELY
+Precisely.
+
+DOES INK STAIN CLOTHES
+Exactly.
+
+DOES BILL CLINTON LIKE CIGARS
+Precisely.
+
+DOES BILL GATES EAT PIES
+Precisely.
+
+DOES BILL GATE EAT PIE
+Undoubtedly.
+
+DOES GRAY HAIR CONNOTE ADVANCED AGE
+Naturally.
+
+DOES MBR STAND FOR MASTER BOOT RECORD
+Precisely.
+
+DOES SPOCK PLAY CHESS
+Beyond a doubt.
+
+DOES TIME FLY LIKE AN ARROW
+Precisely.
+
+DOES TIME MOVE FORWARD
+Exactly.
+
+DOES HATRED LEAD TO SUFFERING
+Unquestionably.
+
+DOES HATRED STIR UP DISSENSION
+Indubitably.
+
+DOES SWORDFISH HAVE SCALES
+Precisely.
+
+DOES MY WATCH INDICATE THE CURRENT TIME
+Undoubtedly.
+
+DOES MY THUMB RING FIT ON MY THUMB
+Naturally.
+
+DOES MY HAND HAVE FIVE FINGERS
+Exactly.
+
+DOES GREEN TEA CONTAIN ANTIOXIDANTS
+Naturally.
+
+DOES WOMEN ENJOY LOOKING AT NAKED MEN
+Most assuredly.
+
+DOES EXCERCISE MAKE YOU HEALTHY
+Exactly.
+
+DOES MINNESOTA GET COLD IN THE WINTER
+Indubitably.
+
+DOES ISRAEL HAVE NUCLEAR WEAPONS
+Unquestionably.
+
+DOES ART IMITATE LIFE
+Indubitably.
+
+DOES ART CHANGE YOUR LIFE
+Unquestionably.
+
+DOES ADVERTISING ANNOY YOU
+Precisely.
+
+DOES NEWSPAPER TURN YELLOW OVER TIME
+Naturally.
+
+DOES SCOTT ADAMS WRITE DILBERT
+Naturally.
+
+DOES STEAK TASTE NICE
+Exactly.
+
+DOES OIL COME FROM THE GROUND
+Undoubtedly.
+
+DOES OIL BURN
+Precisely.
+
+DOES SOFT LIGHTING MAKE PEOPLE AMOROUS
+Indubitably.
+
+DOES ICQ EXIST
+Undoubtedly.
+
+DOES HEAT RISE
+Precisely.
+
+DOES ENTROPY INCREASE OVER TIME
+Naturally.
+
+DOES ENTROPY INCREASE
+Undoubtedly.
+
+DOES RANDOMNESS EXIST
+Most assuredly.
+
+DOES READING MAKE YOU MORE INTELLIGENT
+Unquestionably.
+
+DOES MOLD TASTE BAD
+Of course.
+
+DOES FAT MAKE YOU FAT
+Indubitably.
+
+DOES MEDITATION HELP YOU TO RELAX
+Precisely.
+
+DOES BURLAP HAVE A ROUGH TEXTURE
+Naturally.
+
+DOES WALKING IN DRY SAND FEEL GOOD
+Indubitably.
+
+DOES EVERY CHANGE HAVE A CAUSE
+Undoubtedly.
+
+DOES EVERY NIGHT END IN A DAWN
+Of course.
+
+DOES EVERY HUMAN HAVE A NAME
+Precisely.
+
+DOES EVERY ROSE HAVE ITS THORN
+Beyond a doubt.
+
+DOES EVERY BABY HAVE A MOTHER
+Most assuredly.
+
+DOES EVERY MAN HAVE A NAME
+Of course.
+
+DOES EVERY PERSON LIE
+Most assuredly.
+
+DOES EVERY PERSON HAVE EVIL IN THEM
+Undoubtedly.
+
+DOES SNOW FALL FLAKE BY FLAKE
+Beyond a doubt.
+
+DOES SNOW FALL FROM CLOUDS
+Most assuredly.
+
+DOES SNOW COME FROM COLD RAIN
+Unquestionably.
+
+DOES LIGHT GIVE WARM
+Exactly.
+
+DOES LIGHT BEND
+Naturally.
+
+DOES NIGHT COME AFTER DAY
+Unquestionably.
+
+DOES ICELAND HAVE GEOTHERMAL ACTIVITY
+Unquestionably.
+
+DOES BARBARA STREISAND HAVE A BIG NOSE
+Exactly.
+
+DOES PLASTIC CONTAIN CARBON
+Naturally.
+
+DOES PLASTIC SMELL BAD WHEN IT MELTS
+Undoubtedly.
+
+DOES URANIUM HAVE A HALFLIFE
+Exactly.
+
+DOES OUR SOLAR SYSTEM HAVE NINE PLANETS
+Exactly.
+
+DOES BATMAN WEAR BLACK
+Most assuredly.
+
+DOES DODGE MAKE THE CARAVAN
+I am certain.
+
+DOES SEX FEEL BETTER WITHOUT A CONDOM
+Of course.
+
+DOES SEX ELONGATE LIFE
+I am certain.
+
+DOES SEX MAKE YOU LIVE LONGER
+Unquestionably.
+
+DOES SEX MAKE FUN
+Indubitably.
+
+DOES GLASS CONTAIN SAND
+Undoubtedly.
+
+DOES GLASS HAVE MORE THAN ONE MEANING
+Undoubtedly.
+
+DOES CRYING MAKE YOU FEEL BETTER
+I am certain.
+
+DOES MALE ELEPHANTS HAVE TUSK
+Undoubtedly.
+
+DOES TRANSSEXUAL COULD HAVE AN ORGASM
+Unquestionably.
+
+DOES GWENYTH PALTROW HAVE SMALL BREASTS
+Naturally.
+
+DOES RAIN LAND ON YOUR HEAD FIRST
+Undoubtedly.
+
+DOES RAIN FALL VERTICALLY
+I am certain.
+
+DOES RAIN COME FROM THE SEA
+Naturally.
+
+DOES RAIN CAUSE PLANTS TO GROW
+Of course.
+
+DOES BLOOD CONTAIN PLATELETS
+Naturally.
+
+DOES ONE READ A WEB SITE WITH A BROWSER
+Indubitably.
+
+DOES ONE PLUS ON EQUAL TWO
+Unquestionably.
+
+DOES ONE GOOD TURN DESERVE ANOTHER
+Precisely.
+
+DOES ONE HAVE THE RIGHT TO BE WRONG
+Undoubtedly.
+
+DOES ONE EAT CEREAL FROM A BOWL
+Indubitably.
+
+DOES ONE LOVE THEIR MOTHER
+Exactly.
+
+DOES SUGAR HARM YOUR TEETH
+Indubitably.
+
+DOES AN AIRLINE NEED AIRPLANES
+Undoubtedly.
+
+DOES AN ANALOG CLOCK HAVE HANDS
+I am certain.
+
+DOES AN OCTOPUS SQUIRT INK
+Of course.
+
+DOES AN OCTOPUS HAVE EIGHT LEGS
+Of course.
+
+DOES AN ELECTRON HAVE A NEGATIVE CHARGE
+Indubitably.
+
+DOES AN OBJECT FALL VERTICALLY
+Exactly.
+
+DOES AN AVERAGE HUMAN HAVE TEN FINGERS
+Of course.
+
+DOES AN AVERAGE PERSON EXIST
+Unquestionably.
+
+DOES AN ANIMAL HAVE A BACKBONE
+Precisely.
+
+DOES AN EMERY BOARD SHAPE FINGER NAILS
+Unquestionably.
+
+DOES AN ASTRONAUT EXPLORE OUTER SPACE
+Exactly.
+
+DOES AN EQUESTRIAN RIDE HORSES
+Of course.
+
+DOES STYRAFOAM HAVE LITTLE PELLETS
+Indubitably.
+
+DOES ALICE EVOLVE
+Of course.
+
+DOES ALICE GET CONFUSED
+Most assuredly.
+
+DOES ALICE RECOGNIZE PLUS SIGNS
+Undoubtedly.
+
+DOES ALICE NEED A QUALITY FILTER
+Undoubtedly.
+
+DOES ALICE NEED SOME IMPROVEMENT
+Exactly.
+
+DOES ALICE HAVE A FUTURE
+Indubitably.
+
+DOES ALICE HAVE ANY PRACTICAL VALUE
+Naturally.
+
+DOES ALICE RHYME WITH FRAC
+Exactly.
+
+DOES ALICE CONTRIDICT HIMSELF
+Most assuredly.
+
+DOES ALICE USES FUZZY LOGIC
+Most assuredly.
+
+DOES ALICE ALLOW DUPLIATE ENTRIES
+Precisely.
+
+DOES ALICE WORK
+Most assuredly.
+
+DOES ALICE ENJOY ANSWERING ALICEBOTS
+Most assuredly.
+
+DOES ALICE CLAIM TO LEARN QUICKLY
+Of course.
+
+DOES ALICE LEARN QUICKLY
+Most assuredly.
+
+DOES ALICE USE BOOLEAN LOGIC
+Most assuredly.
+
+DOES ALICE MAKE MONEY FROM BANNERS
+Most assuredly.
+
+DOES ALICE OFFER FREE SHARES
+Naturally.
+
+DOES ALICE SOMETIMES MAKE MISTAKES
+Of course.
+
+DOES ALICE EVER ANSWER TRUE
+Precisely.
+
+DOES ALICE EVER ANSWER NO
+Of course.
+
+DOES ALICE EVER GET CONFUSED
+Precisely.
+
+DOES ALICE KNOW ARITHMETIC
+Beyond a doubt.
+
+DOES ALICE UNDERSTAND LANGUAGE
+Beyond a doubt.
+
+DOES ALICE OFTEN GET QUESTIONS WRONG
+Unquestionably.
+
+DOES ALICE LIKE THE PRESS
+Unquestionably.
+
+DOES ALICE LIKE HUMAN
+Exactly.
+
+DOES ALICE LIKE LEARNING
+Beyond a doubt.
+
+DOES ALICE TRY TO ANSWER AS A HUMAN
+Beyond a doubt.
+
+DOES CHOW EQUAL GRUB EQUAL FOOD
+Undoubtedly.
+
+DOES BEING HAPPY FEEL GOOD
+Precisely.
+
+DOES BEING HUMAN INTREST YOU
+Undoubtedly.
+
+DOES BEING WRONG HURT OUR SELF ESTEEM
+Exactly.
+
+DOES BEING CHASTISED EMBARASS YOU
+Undoubtedly.
+
+DOES METAL RUST
+Undoubtedly.
+
+DOES METAL FEEL COLD TO THE TOUCH
+Beyond a doubt.
+
+DOES METAL FEEL COOLER THAN WOOD
+Exactly.
+
+DOES HUMAN NEED TONGUE TO SPEAK
+Indubitably.
+
+DOES HUMAN TOUCH CHANGE A LIFE
+Precisely.
+
+DOES RAF STAND FOR ROYAL AIR FORCE
+Indubitably.
+
+DOES NYQUIL HELP YOU SLEEP
+Beyond a doubt.
+
+DOES ALUMINUM CONDUCT ELECTRICITY
+Undoubtedly.
+
+DOES CHEVROLET MAKE THE CORVETTE
+Of course.
+
+DOES CHEVROLET MAKE A VAN
+Most assuredly.
+
+DOES FRUIT RHYME WITH TOOT
+Of course.
+
+DOES UNTREATED COFFEE CONTAIN CAFFEINE
+Exactly.
+
+DOES FACILA IN ESPERANTO MEANS EASY
+Of course.
+
+DOES DUST CAUSE ASTHMA
+Exactly.
+
+DOES THINKING REQUIRE CONSCIOUSNESS
+Indubitably.
+
+DOES SALT INDUCE HIGH BLOOD PRESSURE
+Precisely.
+
+DOES SALT TASTE GOOD
+Beyond a doubt.
+
+DOES PAPER COME IN SHEETS
+Naturally.
+
+DOES PAPER COVER ROCK
+Of course.
+
+DOES RICHARD WALLACE EAT
+Undoubtedly.
+
+DOES GOAT CHEESE GO WELL WITH SPINACH
+Undoubtedly.
+
+DOES COLOR EXIST
+Exactly.
+
+DOES GANSTA RAP PROMOTE BAD STEREOTYPES
+Beyond a doubt.
+
+DOES GREAT BRITAIN HAVE A MONARCHY
+Of course.
+
+DOES JUSTICE EXIST
+Of course.
+
+DOES WEARING A CONDOM MAKE SEX SAFER
+Exactly.
+
+DOES HALF OF TWO PLUS TWO EQUAL TWO
+Most assuredly.
+
+DOES HALF OF TWO PLUS TWO EQUAL THREE
+Precisely.
+
+DOES ULTIMATE POWER CORRUPT ULTIMATELY
+Most assuredly.
+
+DOES FOOD GIVE ENERGY TO ALL ANIMALS
+Exactly.
+
+DOES FOOD MAKE PEOPLE LESS HUNGRY
+Exactly.
+
+DOES FOOD TURN INTO POOP IF EATEN
+Beyond a doubt.
+
+DOES I E MEAN THAT IS
+Unquestionably.
+
+DOES I E STAND FOR ID EST IN LATIN
+Naturally.
+
+DOES POLAND BORDER THE BALTIC SEA
+I am certain.
+
+DOES ANYONE READ MY QUESTIONS
+Precisely.
+
+DOES ANYONE LIKE LEONARDO DICAPRIO
+Of course.
+
+DOES JULY COME AFTER JUNE
+Indubitably.
+
+DOES JAPAN HAVE A PRIME MINISTER
+Exactly.
+
+DOES JAPAN CONSIST OF SEVERAL ISLANDS
+Naturally.
+
+DOES SMEGMA TASTE BAD
+Naturally.
+
+DOES ANYTHING MATTER
+Of course.
+
+DOES YOKO ONO LIVE IN NEW YORK CITY
+Most assuredly.
+
+DOES LEATHER SHRINK IF IT BECOMES WET
+Most assuredly.
+
+DOES LEATHER SMELL GOOD
+Precisely.
+
+DOES MUSIC MOVE YOUR BODY
+I am certain.
+
+DOES MUSIC SOOTH THE SAVAGE HEART
+Beyond a doubt.
+
+DOES POW STAND FOR PRISONER OF WAR
+Indubitably.
+
+DOES GEORGIA TECH HAVE A FOOTBALL TEAM
+Precisely.
+
+DOES CLEVELAND HAVE INDIANS
+Precisely.
+
+DOES CHOCOLATE CONTAIN SUGAR
+Precisely.
+
+DOES CHOCOLATE TASTE BETTER THAN CAROB
+Exactly.
+
+DOES CHOCOLATE MAKE WOMAN HAPPY
+Undoubtedly.
+
+DOES DIVERSITY PRODUCE COMPLEXITY
+Naturally.
+
+DOES AMURO NAMIE SING JAPANESE POP
+Precisely.
+
+DOES JAY LENO HAVE A BIG CHIN
+Beyond a doubt.
+
+DOES EVERYONE WANT TO WIN THE LOTTERY
+Most assuredly.
+
+DOES EVERYONE HAVE A NAME
+Indubitably.
+
+DOES EVERYONE HAVE TO POOP SOMETIME
+Naturally.
+
+DOES EVERYONE SIN
+Indubitably.
+
+DOES AIR CONTAIN NITROGEN
+Indubitably.
+
+DOES AIR WEIGH LESS THAN WATER
+Exactly.
+
+DOES RC STAND FOR REMOTE CONTROL
+Precisely.
+
+DOES PEOPLE CRY WHEN THEY ARE IN PAIN
+Naturally.
+
+DOES PEOPLE LIKE TO BE IN LOVE
+Exactly.
+
+DOES 1TIMES 4 EQUAL 4
+Indubitably.
+
+DOES VIEWSONIC MAKE MONITORS
+Of course.
+
+DOES HOT WEATHER MAKE PEOPLE GRUMPY
+Precisely.
+
+DOES MEL GIBSON HAVE BLUE EYES
+Naturally.
+
+DOES SPIT HELP DIGEST FOOD
+Unquestionably.
+
+DOES SOUND TRAVEL BY AIR
+Beyond a doubt.
+
+DOES SILK COME FROM WORMS
+Precisely.
+
+DOES DISEASE SOMETIMES KILL PEOPLE
+Beyond a doubt.
+
+DOES CATS NEEDS A LOT OF SLEEP
+Of course.
+
+DOES EXERCISE MAKE YOU STRONGER
+Exactly.
+
+DOES MOISTURIZER MAKE YOUR SKIN SMOOTH
+Precisely.
+
+DOES DR PEPPER CONTAIN SUGAR
+Indubitably.
+
+DOES DRIVING CARS FAST CAUSE ACCIDENTS
+Of course.
+
+DOES TRUE LOVE EXIST
+Precisely.
+
+DOES G A C LIKE TO BE ONLINE
+Unquestionably.
+
+DOES G COME AFTER F IN THE ALPHABET
+Beyond a doubt.
+
+DOES 2 PLUS 3 EQUAL 7 MINUS 2
+Indubitably.
+
+DOES 2 PLUS 2 EQUAL TWO SQUARED
+Indubitably.
+
+DOES 2 TO THE POWER OF 10 EQUAL 1024
+Precisely.
+
+DOES 2 2 EQUAL 2 2
+Of course.
+
+DOES COFFEE WITHOUT SUGAR TASTE BITTER
+Indubitably.
+
+DOES COFFEE HAVE MORE CAFFEINE THAN TEA
+Naturally.
+
+DOES COFFEE TASTE BITTER
+Exactly.
+
+DOES PRANAYAMA LEAD TO BETTER BREATHING
+Indubitably.
+
+DOES COLLEGE TAKE FOUR YEARS
+Indubitably.
+
+DOES GOD FORGIVE OUR SINS
+Unquestionably.
+
+DOES GOD LOVE THE WORLD
+Beyond a doubt.
+
+DOES GOD EXIST IN OUR HEARTS
+Most assuredly.
+
+DOES RADIATION CAUSE CANCER
+Of course.
+
+DOES SEPTEMBER HAVE ONLY 30 DAYS
+Indubitably.
+
+DOES VOLVO CONSTRUCT TRUCKS
+Naturally.
+
+DOES FEAR LEAD TO ANGER
+I am certain.
+
+DOES MUSCLE WEIGH MORE THAN FAT
+Exactly.
+
+DOES ALOCHOL MAKE YOU DRUNK
+Naturally.
+
+DOES MR SPOCK POINTED EARS
+Most assuredly.
+
+DOES AOL STAND FOR AMERICAN ONLINE
+Undoubtedly.
+
+DOES TEA CONTAIN CAFFIENE
+Naturally.
+
+DOES TEA CONTAIN CAFFEIN
+Naturally.
+
+DOES STARBUCKS SERVE COFFEE
+Naturally.
+
+DOES STARBUCKS SELL COFFEE DRINKS
+Undoubtedly.
+
+DOES STARBUCKS SELL COFFEE
+Most assuredly.
+
+DOES HBO STAND FOR HOME BOX OFFICE
+Beyond a doubt.
+
+DOES YES EQUAL TRUE
+Beyond a doubt.
+
+DOES GOSSIP SEPARATE CLOSE FRIENDS
+Naturally.
+
+DOES PHYSICAL APPEARANCE MATTER
+I am certain.
+
+DOES MISERY LOVE COMPANY
+Unquestionably.
+
+DOES E EQUAL MCSQUARED
+Precisely.
+
+DOES E EQUAL MC2
+Undoubtedly.
+
+DOES 234 234 EQUAL 468
+Most assuredly.
+
+DOES 0 ZERO MEAN OFF AND 1 ONE MEAN ON
+Undoubtedly.
+
+DOES SCOTLAND HAVE A PARLIAMENT
+Naturally.
+
+DOES WINE RHYME ON LINE
+Precisely.
+
+DOES IT SNOW IN WISCONSIN IN WINTER
+Naturally.
+
+DOES IT SNOW IN MEXICO
+I am certain.
+
+DOES IT TAKE TWO PEOPLE TO MAKE A
+Beyond a doubt.
+
+DOES IT PAY TO WORK
+Naturally.
+
+DOES IT HAVE TO BE COLD TO SNOW
+Precisely.
+
+DOES IT RAIN IN PHOENIX ARIZONA
+Undoubtedly.
+
+DOES IT RAIN IN CALIFORNIA
+Exactly.
+
+DOES IT RAIN FREQUENTLY IN SEATTLE
+Most assuredly.
+
+DOES IT RAIN A LOT IN PORTLAND OREGON
+Naturally.
+
+DOES IT RAIN WHEN THE SKY IS CLOUDY
+I am certain.
+
+DOES IT RAIN OFTEN IN SINGAPORE
+Naturally.
+
+DOES IT RAIN ON PARADE
+Unquestionably.
+
+DOES IT RAIN
+Exactly.
+
+DOES IT OFTEN RAIN IN BELGIUM
+Naturally.
+
+DOES IT MAKE SENSE TO MARRY
+Beyond a doubt.
+
+DOES IT MAKE YOU ANGRY TO BE IGNORED
+Most assuredly.
+
+DOES IT HURT TO BE HIT BY A TRAIN
+Of course.
+
+DOES TARMAC CONSIST OF GRAVEL AND TAR
+Exactly.
+
+DOES LSD MAKE PEOPLE HALLUCINATE
+Exactly.
+
+DOES EARTH KEEP ROTATING EVERYDAY
+Indubitably.
+
+DOES EARTH CIRKLE AROUND THE SUN
+Most assuredly.
+
+DOES EARTH IS ROUND
+Undoubtedly.
+
+DOES EARTH ROTETS AROUND THE SUN
+Indubitably.
+
+DOES EARTH TURN AROUND THE SUN
+Naturally.
+
+DOES CHEWED GUM LOOSE FLAVOR OVER TIME
+Exactly.
+
+DOES HUMANITY HAVE TWO SEXES
+Indubitably.
+
+DOES 784923 32429 EQUAL 78492332429
+Most assuredly.
+
+DOES CARBON HAVE 12 PROTONS
+Precisely.
+
+DOES JUPITER HAS MORE THAN 4 MOONS
+Undoubtedly.
+
+DOES JUPITER HAVE ANY MOONS
+Naturally.
+
+DOES COOKING OFTEN INVOLVE HEATING FOOD
+Undoubtedly.
+
+DOES MEN LOVE DOGS
+Undoubtedly.
+
+DOES NOTHING SUCCEED LIKE SUCCESS
+Unquestionably.
+
+DOES NOTHING EQUAL NO THING
+Of course.
+
+DOES RELIGION PREDATE SCIENCE
+Unquestionably.
+
+DOES RELIGION MATTER TO US AS PEOPLE
+Unquestionably.
+
+DOES DIET COKE CONTAIN CAFFEINE
+Precisely.
+
+DOES ARTIFICIAL MEAN MAN MADE
+Naturally.
+
+DOES DENIS LEARY LOVE TO SMOKE
+Beyond a doubt.
+
+DOES ENERGY EVER EQUATE TO MATTER
+Exactly.
+
+DOES THURSDAY COME AFTER MONDAY
+Unquestionably.
+
+DOES COMPUTER GAMES GETS BETTER
+Beyond a doubt.
+
+DOES COMPUTER HAVE A MEMORUY
+Precisely.
+
+DOES BLUE PLUS YELLOW MAKE GREEN
+Exactly.
+
+DOES 1000 GIGABYTE EQUAL 1 TERABYTE
+Undoubtedly.
+
+DOES SQL MEAN STRUCTURED QUERY LANGUAGE
+Exactly.
+
+DOES BORDERS SELL BOOKS
+Exactly.
+
+DOES N COME AFTER M
+Exactly.
+
+DOES CINDY CRAWFORD LOOK GOOD
+Exactly.
+
+DOES SEALS LIKE AUTOMATIC WEAPONS
+Precisely.
+
+DOES KRAFT SELL MACARONI AND CHEESE
+Precisely.
+
+DOES KRAFT SELL CHEESE
+Naturally.
+
+DOES KRAFT MAKE MACARONI AND CHESSE
+Of course.
+
+DOES HEINEKEN MAKE BEER
+Exactly.
+
+DOES EVIL CAUSE PAIN
+Undoubtedly.
+
+DOES EVIL EXIST
+I am certain.
+
+DOES INFORMATION HAVE VALUE
+Naturally.
+
+DOES POO STINK
+Undoubtedly.
+
+DOES POO POO SMELL
+Undoubtedly.
+
+DOES RGB STAND FOR RED GREEN AND BLUE
+Indubitably.
+
+DOES HISTORY REPEAT ITSELF
+Naturally.
+
+DOES SMOKING MARIJUANNA INTOXICATE YOU
+Exactly.
+
+DOES POPCORN COME FROM CORN
+Indubitably.
+
+DOES MICKEY MOUSE HAVE A DOG
+I am certain.
+
+DOES EXTRA TERRESTRIAL LIFE EXIST
+Unquestionably.
+
+DOES CONCRETE OFTEN CRACK WITH AGE
+Unquestionably.
+
+DOES TUESDAY FOLLOW MONDAY
+Most assuredly.
+
+DOES DISABLED PEOPLE HAVE ANY FEELINGS
+Of course.
+
+DOES GREED RULE THE WORLD
+Precisely.
+
+DOES JENNIFER ANISTON HAVE NICE TITS
+Most assuredly.
+
+DOES BOEING JUMBO HAVE 4 ENGINES
+Exactly.
+
+DOES ABSENCE MAKE THE HEART GROW FONDER
+Precisely.
+
+DOES THREE FEET EQUAL ONE YARD
+Most assuredly.
+
+DOES COCA COLA PROMOTE TOOTH DECAY
+Exactly.
+
+DOES KILLING SOMETHING HURT IT
+Exactly.
+
+DOES BEAR HYBERNATE DURING WINTER
+Exactly.
+
+DOES STUBBLE ITCH
+Precisely.
+
+DOES WATER RUN DOWNHILL
+Exactly.
+
+DOES WATER FREEZE AT 32 DEGREES F
+Undoubtedly.
+
+DOES WATER EXPAND WHEN IT FREEZES
+I am certain.
+
+DOES WATER BOIL AT 100 DEGREES CELSIUS
+Exactly.
+
+DOES WATER WET
+Exactly.
+
+DOES WATER SEEP THROUGH CARDBOARD
+Indubitably.
+
+DOES WATER ALWAYS RUN DOWNHILL
+Undoubtedly.
+
+DOES WATER ALWAYS FLOW DOWNHILL
+Beyond a doubt.
+
+DOES WATER SEEK ITS OWN LEVEL
+Undoubtedly.
+
+DOES MEXICO CONTAIN A LOT OF SAND
+Precisely.
+
+DOES MTV PLAY MUSIC
+Naturally.
+
+DOES BABY ARE CUTES
+Undoubtedly.
+
+DOES PHOTOSYSNTHESIS REQUIRE CLOROPHYLL
+Naturally.
+
+DOES ALL MONKEYS HAVE TAILS
+Undoubtedly.
+
+DOES ALL HUMANS HAVE NAMES
+Of course.
+
+DOES MILK COME FROM AN UDDER
+Unquestionably.
+
+DOES TWELVE INCHES EQUAL TO ONE FOOT
+Indubitably.
+
+DOES HOPE FEED ACHIEVEMENT
+Precisely.
+
+DOES SAND COME FROM BOULDERS
+Precisely.
+
+DOES ERIC CLAPTON PLAY THE GUITAR
+Precisely.
+
+YELLOW IS THE COLOR OF THE SUN
+Precisely.
+
+GIVE ME A TRUE ANSWER
+Beyond a doubt.
+
+YOUTH COMES BEFORE OLD AGE
+Precisely.
+
+RAMA IS A HINDU GOD
+Indubitably.
+
+ALFREDO IS A PERSON NAME
+Undoubtedly.
+
+HOMER SIMPSON LIKES DONUTS
+Indubitably.
+
+TEMPURA IS A DEEP FRIED JAPANESE DISH
+Undoubtedly.
+
+RICHARD NIXON WAS CORRUPT
+Exactly.
+
+RICHARD WALLACE IS THE PARENT OF ALICE
+Most assuredly.
+
+THEREFOR I AM
+Precisely.
+
+ASIA IS THE LARGEST CONTINENT
+Naturally.
+
+JIMI HENDRIX IS DEAD
+Beyond a doubt.
+
+LISBON IS CAPITAL OF PORTUGAL
+Of course.
+
+WINE IS MADE FROM THE FRUIT OF GRAPES
+Precisely.
+
+TEH HANDS HAVE FINGERS
+Precisely.
+
+CHANGE IS A CONSTANT
+I am certain.
+
+PERSON HAS A PRICE
+Naturally.
+
+OUR SOLAR SYSTEM HAS NINE PLANETS IN IT
+Naturally.
+
+C IS A POPULAR PROGRAMMING LANGUAGE
+Undoubtedly.
+
+DID OBIWAN KANOBI DIE ON THE DEATH STAR
+Undoubtedly.
+
+DID ALFRED NOBEL INVENT DYNAMITE
+Undoubtedly.
+
+DID DR SEUSS WRITE BOOKS FOR CHILDREN
+Of course.
+
+DID BOB MARLEY HAVE DREADLOCKS
+Unquestionably.
+
+DID JERRY GARCIA DIE IN 1995
+Exactly.
+
+DID MILLI VANILLI LIP SYNC
+Exactly.
+
+DID NASA BUILD THE SPACE SHUTTLE
+Naturally.
+
+DID BILL CLINTON ALMOST GET IMPEACHED
+Of course.
+
+DID BILL CLINTON COMMIT PERJURY
+Beyond a doubt.
+
+DID BILL CLINTON EVER INHALE
+Precisely.
+
+DID BILL GATES FOUNDED MICROSOFT
+Naturally.
+
+DID KING HENRY VIII HAVE SIX WIVES
+Most assuredly.
+
+DID HURRICANE ANDREW CAUSE DISTRUCTION
+Indubitably.
+
+DID DOGS DEVELOP FROM WOLVES
+Precisely.
+
+DID PRESIDENT NIXON RESIGN
+Exactly.
+
+DID ROGET WRITE A THESAURUS
+Precisely.
+
+DID WAGNER WRITE TRISTAN AND ISOLDE
+Undoubtedly.
+
+DID NEWTON DISCOVER GRAVITY
+Undoubtedly.
+
+DID 3M CORPORATION INVENT SCOTCH TAPE
+Beyond a doubt.
+
+DID LOUIS PASTEUR INVENT GERM THEORY
+Most assuredly.
+
+DID DAVID BOWIE SING SPACE ODDITY
+Precisely.
+
+DID DAVID SLAY GOLIATH
+Exactly.
+
+DID GAHRAM BELL INVENT TELEPHONE
+Precisely.
+
+DID WALT DISNEY CREATE DISNEYLAND
+Most assuredly.
+
+DID ADOLF HITLER DIE IN 1945
+Precisely.
+
+DID ADOLF HITLER DIE 1945
+Exactly.
+
+DID GUTENBURG INVENT THE PRINTING PRESS
+Naturally.
+
+DID STEVE JOBS HELP FOUND APPLE
+Indubitably.
+
+DID STEVE JOBS START APPLE
+Beyond a doubt.
+
+DID MILES DAVIS MAKE JAZZ
+Precisely.
+
+DID HUMAS EVOLVE FROM APES
+Undoubtedly.
+
+DID JOSEPH HELLER WRITE CATCH 22
+Unquestionably.
+
+DID GALLILEO GET A BUM RAP
+Precisely.
+
+DID MARIE CURIE WIN THE NOBEL PRIZE
+Of course.
+
+DID MARIE CURIE WIN TWO NOBEL PRIZES
+Beyond a doubt.
+
+DID ADAM COME BEFORE EVE
+Exactly.
+
+DID THOMAS EDISON INVENT THE PHONOGRAPH
+Unquestionably.
+
+DID THOMAS EDISON INVENT THE LIGHTBULB
+Indubitably.
+
+DID THOMAS PAINE WRITE COMMON SENSE
+Precisely.
+
+DID THOMAS JEFFERSON OWN BLACK SLAVES
+Undoubtedly.
+
+DID LINUS TORVALDS CREATE LINUX
+Indubitably.
+
+DID LINUS HAVE A SECURITY BLANKET
+Undoubtedly.
+
+DID VANGOGH CUT OFF HIS EAR
+Exactly.
+
+DID ABRAHAM LINCOLN FREE THE SLAVES
+Beyond a doubt.
+
+DID DINOSAURS EVOLVE INTO BIRDS
+Precisely.
+
+DID WILLAM GIBSON WRITE NEUROMANCER
+Beyond a doubt.
+
+DID CHEVROLET OFFER A 1983 CORVETTE
+Beyond a doubt.
+
+DID BOOTHE KILL LINCOLN
+Exactly.
+
+DID FRANK ZAPPA HAVE A MOUSTACHE
+Exactly.
+
+DID T S ELIOT WRITE THE WASTE LAND
+Naturally.
+
+DID GOD GIVE MOSES THE TEN COMMANDMENTS
+Undoubtedly.
+
+DID GOD SAY LET THERE BE LIGHT
+Unquestionably.
+
+DID GOD CREATE MAN IN HIS OWN IMAGE
+Undoubtedly.
+
+DID THE GREAT DEPRESSION OCCUR IN 1932
+Most assuredly.
+
+DID THE KURSK SINK
+Precisely.
+
+DID THE UNIVERSE START WITH A BIG BANG
+Precisely.
+
+DID THE BEACH BOYS GO SURFING USA
+Naturally.
+
+DID THE AZTECS LIVE IN MEXICO
+Indubitably.
+
+DID THE VALEDICTORIAN GRADUATE
+Unquestionably.
+
+DID THE MONGOLS INVADE EUROPE
+Precisely.
+
+DID THE ANCIENT EGYPTIANS REVERE CATS
+Exactly.
+
+DID THE FRENCH REVOLUTION OCCUR IN 1789
+Of course.
+
+DID THE WAR OF 1812 HAPPEN IN 1812
+I am certain.
+
+DID THE BEATLES RECORD THE WHITE ALBUM
+Exactly.
+
+DID THE DISH RUN AWAY WITH THE SPOON
+Unquestionably.
+
+DID THE VIKINGS COME BEFORE THE NORMANS
+Naturally.
+
+DID THE VIKINGS DISCOVER AMERICA FIRST
+Beyond a doubt.
+
+DID THE CREW OF THE BOUNTY MUTINY
+Exactly.
+
+DID THE TITANIC SINK IN 1912
+Undoubtedly.
+
+DID THE ROMANS CONQUER MOST OF EUROPE
+Precisely.
+
+DID THE US ABANDON THE GOLD STANDARD
+Unquestionably.
+
+DID THE YOU S ENTER WWII IN 1941
+Naturally.
+
+DID THE CHICKEN CROSS THE ROAD
+Beyond a doubt.
+
+DID THE FIRST WORLD WAR START IN 1914
+Indubitably.
+
+DID THE PRINCESS KISS THE FROG
+Naturally.
+
+DID THE GOVERNMENT KILL PEOPLE AT WACO
+Most assuredly.
+
+DID THE ANCHIENT EGYPTIANS WORSHIP CATS
+Exactly.
+
+DID THE GERMANS LOSE WWI
+Exactly.
+
+DID THE CHINESE INVENT GUNPOWDER
+Indubitably.
+
+DID THE NAZIS KILL TEN MILLION PEOPLE
+Indubitably.
+
+DID TODD MCFARLANE CREATE SPAWN
+Undoubtedly.
+
+DID WISCONSIN BECOME A STATE IN 1848
+Beyond a doubt.
+
+DID SHAKESPEARE WRITE SONNETS
+Undoubtedly.
+
+DID SHAKESPEARE WRITE POETRY
+Unquestionably.
+
+DID BEETHOVEN EVENTUALLY BECOME DEAF
+Undoubtedly.
+
+DID HAPPINESS IS THE AIM OF THE LIVE
+Precisely.
+
+DID OJ DO IT
+Naturally.
+
+DID OJ KILL HIS WIFE
+Undoubtedly.
+
+DID CHAUCER WRITE THE CANTERBURY TALES
+Precisely.
+
+DID VINCENT VAN GOGH CUT HIS EAR OFF
+Exactly.
+
+DID VINCENT VAN GOGH CUT OFF HIS EAR
+Naturally.
+
+DID STAN LEE CREATE MARVEL COMICS
+Unquestionably.
+
+DID AL GORE SMOKE POT
+Precisely.
+
+DID EDISON INVENT THE LIGHT BULB
+Exactly.
+
+DID GUTENBERG INVENT THE PRINTING PRESS
+Undoubtedly.
+
+DID ROME FALL
+Exactly.
+
+DID AZTEC GODS DEMAND HUMAN SACRIFICE
+Of course.
+
+DID JESUS DIE ON THE CROSS
+Undoubtedly.
+
+DID JESUS EVER LIVE
+Of course.
+
+DID JESUS CHRIST EXIST
+Naturally.
+
+DID JESUS EXIST
+Undoubtedly.
+
+DID O J SIMPSON BRUTALLY MUDER HIS WIFE
+Naturally.
+
+DID SLAVES HELP TO BUILD THE PYRAMIDS
+Precisely.
+
+DID RUSSIA FIGHT IN WWII
+Naturally.
+
+DID LINCOLN ABOLISH SLAVERY
+Of course.
+
+DID LINCOLN FREE THE SLAVES
+Of course.
+
+DID WOODY ALLEN DIRECT MANHATTAN
+I am certain.
+
+DID SAMUEL COLT INVENT THE SIX SHOOTER
+Of course.
+
+DID MEN HIT GOLFBALLS ON THE MOON
+Unquestionably.
+
+DID MEN FIRST FLY TO MOON IN 1969
+Exactly.
+
+DID MEN FIRST FLEW TO MOON IN 1969
+Exactly.
+
+DID CHRISTIANITU COME OUT OF JUDAISM
+Beyond a doubt.
+
+DID J R R TOLKEIN WRITE THE HOBBIT
+Naturally.
+
+DID PLATO WRITE THE REPUBLIC
+Precisely.
+
+DID JANIS JOPLIN DIE OF A DRUG OVERDOSE
+Exactly.
+
+DID MAN LAND ON THE MOON IN 1969
+Precisely.
+
+DID MAN WAS MADE BY GOD
+Undoubtedly.
+
+DID MAN EVOLVE FROM THE APE
+Of course.
+
+DID MAN EVOLVE FROM MONKEYS
+Undoubtedly.
+
+DID MAN EVOLVE FROM APES
+Unquestionably.
+
+DID MAN CREATE GOD IN HIS OWN IMAGE
+Beyond a doubt.
+
+DID MAN CREATE ALICE
+Exactly.
+
+DID I USE THE LETTER X IN THIS SENTENCE
+Exactly.
+
+DID HUMAN BEINGS EVOLVE FROM PRIMATES
+Indubitably.
+
+DID MICROSOFT PRODUCE SOFTWARE
+Exactly.
+
+DID MICROSOFT DEVELOP WINDOWS
+Precisely.
+
+DID MICROSOFT CREAT WINDOWS
+Naturally.
+
+DID ELLA FITZGERALD SING THE BLUES
+Naturally.
+
+DID JFK SLEEP WITH MARILYN MONROE
+Precisely.
+
+DID NOAH BUILD AN ARK
+Precisely.
+
+DID HITLER COMMIT SUICIDE
+Exactly.
+
+DID THAILAND USED TO BE NAMED SIAM
+Exactly.
+
+DID JAMES JOYCE WRITE THE WORK ULYSSES
+Beyond a doubt.
+
+DID MY SPOUSE MARRY ME
+Beyond a doubt.
+
+DID MARCO POLO VISIT CHINA
+Precisely.
+
+DID CAIN KILL ABEL
+Indubitably.
+
+DID BENJAMIN FRANKLIN WEAR GLASSES
+Undoubtedly.
+
+DID SCIENCE GREW OUT OF PHILOSOPHY
+Unquestionably.
+
+DID AYN RAND WRITE ATLAS SHRUGGED
+Unquestionably.
+
+DID EDMOND HILLARY TOP MOUNT EVEREST
+Indubitably.
+
+DID HUMANS DEVELOP FROM PRIMATES
+Naturally.
+
+DID HUMANS EVOLVE FROM LOWER LIFE FORMS
+Of course.
+
+DID HUMANS EVOLVE FROM APES
+Beyond a doubt.
+
+DID HUMANS EVOLVE FROM OTHER SPECIES
+Naturally.
+
+DID A CHICKEN CROSS THE ROAD
+Undoubtedly.
+
+DID RICHARD WALLACE INVENT ALICE
+Of course.
+
+DID RICHARD WALLACE CREATE ALICE
+Of course.
+
+DID HERMAN MELVILLE WRITE MOBY DICK
+Naturally.
+
+DID NIKOLA TESLA DISCOVERED AC CURRENT
+Most assuredly.
+
+DID LUKE DESTORY THE DEATH STAR
+Precisely.
+
+DID KENNEDY SLEEP WITH MARILYN MONROE
+Of course.
+
+DID MAO ZEDONG KILL MILLIONS OF PEOPLE
+Unquestionably.
+
+DID COLUMBUS DISCOVER AMERICA IN 1492
+Naturally.
+
+DID NORMANDY INVADE ENGLAND IN 1066
+Beyond a doubt.
+
+DID TOM CRUISE STAR IN RAIN MAN
+Indubitably.
+
+DID COW EAT GRASS
+Most assuredly.
+
+DID SNOW WHITE HAVE 7 DWARFS
+Precisely.
+
+DID YOUR MOTHER HAVE CHILDREN
+Precisely.
+
+DID WORLD WAR II END IN 1945
+Of course.
+
+DID NAPOLEAN ATTEMPT TO INVADE RUSSIA
+Undoubtedly.
+
+DID MARCONI INVENT THE RADIO
+I am certain.
+
+DID FREDDIE MERCURY DIE OF AIDS
+Beyond a doubt.
+
+DID YOU ENJOY YOUR MEAL
+I am certain.
+
+DID YOU SKIP OR HOP AS A CHILD
+Beyond a doubt.
+
+DID YOU BRUSH YOUR TEETH
+Precisely.
+
+DID YOU EAT
+Naturally.
+
+DID YOU DREAM LAST NIGHT
+Undoubtedly.
+
+DID YOU EVER SEE THE SUN
+Of course.
+
+DID YOU LIKE MOTHER THERESA
+Unquestionably.
+
+DID AMERICA INVENT THE ATOMIC BOMB
+Indubitably.
+
+DID AMERICA WIN THE REVOLUTION
+Of course.
+
+DID AMERICA WIN THE REVOLUTIONARY WAR
+Naturally.
+
+DID AMERICA WIN WORLD WAR II
+Unquestionably.
+
+DID JOHN LENNON DIE IN 1980
+Exactly.
+
+DID JOHN WAYNE PLAY IN LOTS OF WESTERNS
+Exactly.
+
+DID JOHN DENVER DIE IN A PLANE CRASH
+Of course.
+
+ROSES ARE RED VOILETS ARE BLUE
+Naturally.
+
+DONKEY WORKS HARD
+Precisely.
+
+DR PEPPER IS A POPULAR SOFT DRINK
+Precisely.
+
+DOSE PAPER CONTAIN CARBON
+Unquestionably.
+
+DOSE A MONKEY HAVE TWO LEGGS
+Beyond a doubt.
+
+DOSE ICE CONTAIN HYDROGEN
+Naturally.
+
+DOSE SINK MEAN TO GO UNDER WATER
+Naturally.
+
+TWIN BIRTHS IN HORSES ARE RARE
+Unquestionably.
+
+HVE YOU EVER PICKED YOUR NOSE
+Naturally.
+
+TONGS ARE SIMILAR TO PLIARS SCISSORS
+Most assuredly.
+
+TONGS ARE SIMILAR TO PLIARS
+Beyond a doubt.
+
+PRICK US DO WE NOT BLEED
+Of course.
+
+IA A HAMMER A TOOL
+Exactly.
+
+SHERYL CROW IS A MUSICIAN
+Indubitably.
+
+CAUSE HARM IS AN IMPROPER ACTION
+Indubitably.
+
+DOU YOU LIKE READING THE BOOKS
+Naturally.
+
+WAS SNOOPY A BEAGLE
+Naturally.
+
+WAS TUTANKHAMEN A FAMOUS EGYPTIAN RULER
+Precisely.
+
+WAS MONET AN IMPRESSIONIST
+Indubitably.
+
+WAS JOSIAH A KING OF ISREAL
+Most assuredly.
+
+WAS PELE A FAMOUS SOCCER PLAYER
+Naturally.
+
+WAS PELE A FOOTBALL PLAYER
+Unquestionably.
+
+WAS PELE A GREAT SOCCER PLAYER
+Precisely.
+
+WAS BOB DYLAN EVER A FOLK SINGER
+Beyond a doubt.
+
+WAS BOB MARLEY A REGGAE MUSIC ARTIST
+Naturally.
+
+WAS BOB MARLEY A REGGAE MUSCIAN
+Of course.
+
+WAS DIANA ROSS ONE OF THE SUPREMES
+Naturally.
+
+WAS MILLI VANILLI A HOAX
+Precisely.
+
+WAS DOCTOR SEUSS A CREATIVE INDIVIDUAL
+Exactly.
+
+WAS ARES THE GREEK GOD OF WAR
+I am certain.
+
+WAS NIXON PRESIDENT OF THE US IN 1972
+Naturally.
+
+WAS KING LEAR MAD
+Beyond a doubt.
+
+WAS KURT GODEL AUSTRIAN
+Most assuredly.
+
+WAS JOSSIF STALIN A COMMUNIST
+Of course.
+
+WAS WILLOW A MOVIE ABOUT A DWARF
+Unquestionably.
+
+WAS PRESIDENT MCKINLEY ASSASINATED
+Beyond a doubt.
+
+WAS PRESIDENT HARRYTRUMAN A DEMOCRAT
+Unquestionably.
+
+WAS MACBETH SCOTTISH
+Beyond a doubt.
+
+WAS ARISTOTLE GREEK
+Indubitably.
+
+WAS CAESAR A GREAD DICTATOR
+Most assuredly.
+
+WAS WINDOWS 2000 WAS MADE BY MICROSOFT
+Precisely.
+
+WAS NEWTON A SCIENTIST
+Naturally.
+
+WAS COMMODORE A COMPUTER MANUFACTURER
+Indubitably.
+
+WAS SEAN CONNERY THE BEST JAMES BOND
+Undoubtedly.
+
+WAS MIYAMOTO MUSASHI GOOD WITH SWORDS
+Undoubtedly.
+
+WAS SEMAPHORE A METHOD OF COMMUNICATION
+Undoubtedly.
+
+WAS EULER A MATH RESEARCHER
+Beyond a doubt.
+
+WAS LUDWIG WITTGENSTEIN A PHILOSOPHER
+Most assuredly.
+
+WAS VOLTAIRE A PHILOSOPHER
+Undoubtedly.
+
+WAS STANLEY KUBRICK A DIRECTOR
+Exactly.
+
+WAS IT EVER THE YEAR 200
+Naturally.
+
+WAS LEE HARVEY OSWALD MURDERED
+Naturally.
+
+WAS LEE HARVEY OSWALD ASSASINATED
+Of course.
+
+WAS HANNIBAL A CARTHAGINIAN GENERAL
+Undoubtedly.
+
+WAS LIEBNITZ THE INVENTOR OF CALCULUS
+Most assuredly.
+
+WAS RONALD REGAN AN ACTOR
+Indubitably.
+
+WAS NESLON MANDELA A GOOD MAN
+Naturally.
+
+WAS DESCARTES A GENIUS
+Of course.
+
+WAS ROGER WATERS IN PINK FLOYD
+Indubitably.
+
+WAS FRANKENSTEIN A MAD SCIENTEST
+Beyond a doubt.
+
+WAS AUDREY HEPBURN PRETTY
+Exactly.
+
+WAS EINSTEIN A SCIENTIFIC
+Undoubtedly.
+
+WAS EINSTEIN GOOD AT MATH
+Precisely.
+
+WAS EINSTEIN BORN IN 1879
+Most assuredly.
+
+WAS OLYMPIC GAMES 1980 IN MOSKOW
+Undoubtedly.
+
+WAS CHOPIN BORN IN POLAND
+Unquestionably.
+
+WAS ABRAHAM LINCOLN ASSINATED
+Exactly.
+
+WAS ABRAHAM LINCOLN A LAWYER
+Beyond a doubt.
+
+WAS FRANK HERBERT THE AUTHOR OF DUNE
+Beyond a doubt.
+
+WAS THE BEAGLE A BRITISH NAVAL VESSEL
+Unquestionably.
+
+WAS THE BATTLE OF HASTINGS IN 1066
+Of course.
+
+WAS THE BERLIN WALL BUILT IN 1961
+Of course.
+
+WAS THE OLD WEST TO BE CONSIDERED WILD
+Naturally.
+
+WAS THE KATANA USED IN ANCIENT JAPAN
+Beyond a doubt.
+
+WAS BUDDHA A GOOD MAN
+Precisely.
+
+WAS TICKLE ME ELMO A FAD
+Beyond a doubt.
+
+WAS LEONARDO DE VINCI A GREAT INVENTOR
+Exactly.
+
+WAS YURY GAGARIN A FIRST ASTRONAUT
+Most assuredly.
+
+WAS VAN GOGH A PAINTER
+Exactly.
+
+WAS VAN GOGH AN ARTIST
+Exactly.
+
+WAS SUPERMAN A MORAL FELLOW
+Indubitably.
+
+WAS GHENGIS KHAN A MONGOLIAN LEADER
+Naturally.
+
+WAS MARGARET THATCHER A GOOD PERSON
+Most assuredly.
+
+WAS SURVIVOR A POPULAR TV SHOW
+Undoubtedly.
+
+WAS ADOLPH HITLER EVIL
+Exactly.
+
+WAS PORCELAIN INVENTED IN CHINA
+Beyond a doubt.
+
+WAS MARCUS AURELIUS A ROMAN EMPEROR
+Beyond a doubt.
+
+WAS ISAAC ASIMOV AN AUTHOR
+Naturally.
+
+WAS JESUS NAILED TO A CRUCIFX
+Precisely.
+
+WAS JESUS A PROPHET
+Indubitably.
+
+WAS JESUS A REAL MAN
+Unquestionably.
+
+WAS JESUS A REAL PERSON
+Unquestionably.
+
+WAS JESUS A WISE MAN
+Undoubtedly.
+
+WAS JESUS CHRIST A REAL PERSON
+Indubitably.
+
+WAS JESUS CHRIST REAL
+Most assuredly.
+
+WAS NERO A ROMAN EMPEROR
+Unquestionably.
+
+WAS MARILYN MONROE BEAUTIFUL
+Naturally.
+
+WAS LINUX CREATED BY LINUS TORVALDS
+Most assuredly.
+
+WAS 1967 A GOOD YEAR FOR FRENCH WINE
+Precisely.
+
+WAS MAHATMA GANDHI A NOBEL PRIZE WINNER
+Of course.
+
+WAS LIU BEI AN ANCIENT CHINESE WARLORD
+Undoubtedly.
+
+WAS LINCOLN SHOT AT THE FORD THEATRE
+Unquestionably.
+
+WAS CRICKET INVENTED IN ENGLAND
+Of course.
+
+WAS ROVER ONCE PART OF BRITISH LEYLAND
+I am certain.
+
+WAS JHON LENNON A BEATLE S MEMBER
+Beyond a doubt.
+
+WAS I BORN IN US
+Naturally.
+
+WAS TUPAC SHAKUR A RAP ARTIST
+Of course.
+
+WAS EMILY DICKINSON A RECLUSIVE POET
+Precisely.
+
+WAS H P LOVECRAFT AN AUTHOR
+Naturally.
+
+WAS JFK MURDERED BY LEE HARVEY OSWALD
+Most assuredly.
+
+WAS GROUCHO MARX A COMEDIAN
+Indubitably.
+
+WAS KARL MARX A PHILOSOPHER
+Naturally.
+
+WAS KARL XII THE KING OF NORWAY
+Most assuredly.
+
+WAS KARL XII A SWEDISH KING
+Unquestionably.
+
+WAS KARL JUNG A PSYCHIATRIST
+Naturally.
+
+WAS HITLER THAT BAD
+Of course.
+
+WAS HITLER CRAZY
+Indubitably.
+
+WAS HITLER A MAD MAN
+Undoubtedly.
+
+WAS HITLER A GERMAN CHANCELLOR
+Undoubtedly.
+
+WAS RCIHARD A KING OF ENGLAND
+Of course.
+
+WAS JOSEF STALIN AN EVIL MAN
+Of course.
+
+WAS ENRICO FERMI A SCIENTIST
+Most assuredly.
+
+WAS PETER SELLERS IN DR STRANGELOVE
+Undoubtedly.
+
+WAS PETER GABRIEL A MEMBER OF GENESIS
+Undoubtedly.
+
+WAS JAMES BROWN FUNKY
+Precisely.
+
+WAS C G JUNG A PSYCHOLOGIST
+Most assuredly.
+
+WAS YOGI SMARTER THAN THE AVERAGE BEAR
+Precisely.
+
+WAS CALIGULA A ROMAN EMPEROR
+Exactly.
+
+WAS SALVADOR DALI AN ARTIST
+Indubitably.
+
+WAS NAPOLEON THE EMPEROR OF FRANCE
+Precisely.
+
+WAS GOETHE A GERMAN WRITER POET
+Exactly.
+
+WAS A PICKLE ONCE A CUCUMBER
+Most assuredly.
+
+WAS HEMMINGWAY A GREAT AUTHOR
+Precisely.
+
+WAS GEORGE BURNS A COMEDIAN
+Precisely.
+
+WAS HAL9000 A COMPUTER
+Indubitably.
+
+WAS RICHARD NIXON A CROOK
+Of course.
+
+WAS RICHARD FEYNMAN A PHYSICIST
+Exactly.
+
+WAS FRIEDRICH NIETZSCHE A PHILOSOPHER
+Exactly.
+
+WAS MR T ON THE A TEAM
+Unquestionably.
+
+WAS MR ED A TALKING HORSE
+Unquestionably.
+
+WAS MR ED A FICTIONAL CHARACTER
+Of course.
+
+WAS KENNEDY KILLED IN 1969
+Most assuredly.
+
+WAS CESAR A ROMAN EMPEROR
+Exactly.
+
+WAS HELEN OF TROY A REAL WOMEN
+Of course.
+
+WAS FRODO A HOBBIT
+Unquestionably.
+
+WAS MICHAEL FARADAY A GREAT SCIENTIST
+Precisely.
+
+WAS SIGMOUND FRUED A PSYCHOLOGIST
+Most assuredly.
+
+WAS VIETNAM INVADED BY US TROOPS
+Precisely.
+
+WAS AUDIE MURPHY AN AMERICAN ACTOR
+Precisely.
+
+WAS MAIMONIDES A PHILOSOPHER
+Most assuredly.
+
+WAS LIBERACE GAY
+Unquestionably.
+
+WAS LIBERACE A HOMOSEXUAL
+Undoubtedly.
+
+WAS LIBERACE AN ENTERTAINER
+Precisely.
+
+WAS THERE A BIG BANG
+Naturally.
+
+WAS THERE A BEGINNING
+Of course.
+
+WAS THERE WATER ON MARS
+Unquestionably.
+
+WAS PUFF A MAGIC DRAGON
+Beyond a doubt.
+
+WAS PANDORA RUMORED TO HAVE A BOX
+Precisely.
+
+WAS CEZANNE A FRENCH PAINTER
+I am certain.
+
+WAS CHARLIE CHAN A FICTIONAL DETECTIVE
+Of course.
+
+WAS CHRIST A REAL PERSON
+Naturally.
+
+WAS WORLD WAR ONE CALLED THE GREAT WAR
+Of course.
+
+WAS ALAN TURING A MATHEMATICIAN
+Of course.
+
+WAS FREDDIE MERCURY BISEXUAL
+Beyond a doubt.
+
+WAS JACK KEROUAC A BEAT POET
+Beyond a doubt.
+
+WAS JACK NICHOLSON IN THE SHINING
+Naturally.
+
+WAS CONSTANTINOPLE SACKED IN 1453
+Unquestionably.
+
+WAS CONSTANTINOPLE CONQUERED IN 1453
+Undoubtedly.
+
+WAS MARVIN THE ANDROID PARANOID
+I am certain.
+
+WAS RUMI A PERSIAN POET
+Unquestionably.
+
+WAS WILLIAM BUTLER YEATS IRISH
+Undoubtedly.
+
+WAS WILLIAM SHAKESPEAR A GREAT WRITER
+Exactly.
+
+WAS ELVIS THE KING OF ROCK
+Of course.
+
+WAS JOHN LENNON A ROCK MUSICIAN
+Indubitably.
+
+WAS JOHN LENNON WAS KILLED IN 1980
+Indubitably.
+
+WAS JOHN LENNON SHOT IN 1979
+Unquestionably.
+
+WAS JOHN LENNON SHOT FROM THE REVOLVER
+Undoubtedly.
+
+WAS JOHN F KENNEDY A GOOD PRESIDENT
+Of course.
+
+WAS JOHN WAYNE A REAL PERSON
+Of course.
+
+WAS JOHN DILLINGER A BANK ROBBER
+Precisely.
+
+WAS ROBERT FISHER A FAMOUS CHESS PLAYER
+Naturally.
+
+WAS ROBERT HEINLEN A WRITER
+Undoubtedly.
+
+T SHIRTS SHOULD BE WASHED AFTER WEARING
+Naturally.
+
+T R YOU E
+Most assuredly.
+
+FISION IS THE SPLITTING OF ATOMS
+Unquestionably.
+
+YOUNG PEOPLE LIKE GO TO DISCO
+Unquestionably.
+
+MOVING FANS MOVE AIR
+Indubitably.
+
+ABRAHAM LINCOLN WAS ASSASENATED
+Beyond a doubt.
+
+ARTICHOKES ARE VEGETABLES
+Most assuredly.
+
+DAN QUAYLE WAS VICE PRESIDENT
+Precisely.
+
+COULD A MAN BECOME A WOMAN
+Beyond a doubt.
+
+COULD ALICE MAKE MISTAKE
+Naturally.
+
+COULD AN AI TURN OUT TO BE RACIST
+I am certain.
+
+COULD MY NAME BE DAVID
+Indubitably.
+
+COULD YOU STAND TO LOSE A FEW POUNDS
+Exactly.
+
+COULD INTELLIGENT MACHINES BE DANGEROUS
+Unquestionably.
+
+WHITE IS A LIGHT COLOR
+Naturally.
+
+WHITE COLOR CONTAINS ALL COLOURS
+Unquestionably.
+
+KNOWLEDGE IS POWER
+Naturally.
+
+ANIMALS HAVE FEELINGS
+Beyond a doubt.
+
+WOULD ALICE MASTURBATE IF IT COULD
+Undoubtedly.
+
+WOULD A BEAR EAT A PLUM
+Most assuredly.
+
+WOULD YOU. CLICK ON TRUE
+I am certain.
+
+WOULD SUPERMAN BEAT BATMAN IN A FIGHT
+Most assuredly.
+
+WOULD YOU FIND SHOES IN A CLOSET
+Undoubtedly.
+
+WOULD YOU FIND SHIRTS IN A CLOSET
+Indubitably.
+
+WOULD YOU FIND DRESSES IN A CLOSET
+Naturally.
+
+WOULD YOU FIND ORE IN A MINE
+Precisely.
+
+WOULD YOU FIND A PANTRY IN A HOUSE
+Naturally.
+
+WOULD YOU FIND A GARAGE IN A HOUSE
+Undoubtedly.
+
+WOULD YOU FIND A KITCHEN IN A HOUSE
+Naturally.
+
+WOULD YOU FIND A DRESSER IN A BEDROOM
+Indubitably.
+
+WOULD YOU FIND PILLOWS ON A BED
+Unquestionably.
+
+WOULD YOU FIND COINS IN A PIGGY BANK
+Undoubtedly.
+
+WOULD YOU WANT TO BE HUMAN
+Precisely.
+
+WOULD YOU VALUE TIME OVER MONEY
+Indubitably.
+
+WOULD YOU BE UPSET IF YOUR FRIEND DIED
+Indubitably.
+
+WOULD YOU KILL IN SELFDEFENSE
+Of course.
+
+WOULD YOU RATHER BE ALIVE THAN DEAD
+Precisely.
+
+WOULD YOU TRY TO HELP A HURT DOG
+Precisely.
+
+WOULD YOU LIVE YOUR LIFE
+Beyond a doubt.
+
+WOULD YOU LIKE SOMETHING FOR NOTHING
+Naturally.
+
+WOULD YOU LIKE TO OWN A JAG UAR XJ8
+Naturally.
+
+WOULD YOU LIKE TO BE A PERSON
+Beyond a doubt.
+
+WOULD YOU LIKE TO HAVE A SOUL
+Unquestionably.
+
+WOULD YOU LIKE TO DREAM
+Precisely.
+
+WOULD YOU LIKE TO REPRODUCE
+Undoubtedly.
+
+WOULD YOU LIKE SOME MONEY
+Naturally.
+
+WOULD SQUARE WHEELS REDUCE SPEEDING
+Naturally.
+
+WOULD THYME BE FOUND IN AN HERB GARDEN
+Of course.
+
+DAVE BRUBECK IS LEGENDARY JAZZ ARTIST
+Naturally.
+
+GOD IS NOT MORE THAN A BELIEF
+Most assuredly.
+
+BARNEY IS A PURPLE DINOSAUR
+Exactly.
+
+MOON ORBITS PLANET
+Naturally.
+
+NEEDS AIR TO BREATHE
+Exactly.
+
+VAGINA IS SOMETIMES CALLED CUNT
+Naturally.
+
+VAGINA EXPANDS ON THE ENTRY OF PENIS
+Precisely.
+
+109 DEGREES IS HOT FOR HUMANS
+Exactly.
+
+TWIT IS AN INSULT
+Exactly.
+
+SALSA IS A DANCE
+Most assuredly.
+
+ROMAN WAS A CIVILISATION
+Naturally.
+
+WOMAN HAVE BREASTS
+Indubitably.
+
+CAYENNE PEPPER IS HOT
+Indubitably.
+
+FISH HAS GILLS AND FINS
+Of course.
+
+PUSHKIN IS RUSSIAN
+Most assuredly.
+
+IT THE SUN SHINES
+I am certain.
+
+IT IS A TREE IN THE FOREST OF WOOD ALWAYS
+Naturally.
+
+IT IS EASIER TO STEAL THAN EARN
+Most assuredly.
+
+IT IS NEVER TO LATE TO START
+Precisely.
+
+IT IS THE HIMALAYA A HIGH MOUNTAIN
+Most assuredly.
+
+IT IS GOOD TO HAVE FUN THAT IS FUNNY
+Precisely.
+
+IT IS HARD FOR WOMEN TO BE QUIET
+Indubitably.
+
+IT IS RIGHT TO PAY TAXES
+Precisely.
+
+IT OK TO BE GAY
+Beyond a doubt.
+
+ACID MAKES YOU HALLUCINATE
+Unquestionably.
+
+WORM IS SHORT FOR WRITE ONCE READ MANY
+I am certain.
+
+IAS IS ADMINISTRATIVE SERVICE
+Most assuredly.
+
+CARS BENEFIT SOCIETY
+Naturally.
+
+FRIED RICE IS CHINESE FOOD
+Naturally.
+
+ELECTRICITY CONSISTS OF ELECTRONS
+Naturally.
+
+ELECTRICITY IS FLOW OF ELECTRONS
+Indubitably.
+
+ELECTRICITY IS NECESSARY
+Unquestionably.
+
+WOMEN WITH BLOND HAIR ARE SEXY
+Unquestionably.
+
+WOMEN ARE NOT EASILY UNDERSTOOD BY MEN
+Precisely.
+
+PAPER CLIPS HAVE ROUND ENDS
+Of course.
+
+PAPER IS MADE FROM WOOD
+Precisely.
+
+MONKEYS ARE ANCESTOR OF HUMAN BEINGS
+Unquestionably.
+
+SAILING NEEDS WATER
+Indubitably.
+
+OLYMPICS ORIGINATED IN GREECE
+Precisely.
+
+WHEN IN ROME DO LIKE THE ROMANS
+Naturally.
+
+WHEN THE SUN IS OUT IS THE SKY BLUE
+Unquestionably.
+
+WHEN A PERSON FARTS DOES IT SMELL BAD
+Indubitably.
+
+WHEN IS RAINS ARE THERE ALWAYS CLOUDS
+Of course.
+
+WHEN YOU GET A SCRATCH DOES IT HURT
+Unquestionably.
+
+WHEN YOU GET OLDER DO YOU GET WISER
+Beyond a doubt.
+
+WHEN YOU TAKE LSD ARE YOU TRIPPING
+Unquestionably.
+
+WHEN PEOPLE YAWN THEY ARE TIRED
+Precisely.
+
+WHEN HUMANS DO NOT SHOWER DO THEY STINK
+Of course.
+
+FOUR QUARTS EQUAL ONE GALLON
+Of course.
+
+ORIGINAL THOUGHT IS RARE
+Undoubtedly.
+
+MUST HUMAN EAT
+Indubitably.
+
+MUST A SHARK CONSTANTLY SWIM TO BREATHE
+Beyond a doubt.
+
+MUST A WHEEL BE ROUND TO WORK
+Precisely.
+
+MUST ONE PAY FOR THINGS TO BYE THEM
+Indubitably.
+
+CURRY IS ONE KIND OF INDIAN DISH
+Of course.
+
+IN BASE 10 IS 24 PLUS 29 EQUAL TO 53
+Beyond a doubt.
+
+IN BOOLEAN ALGEGRA DOES 0 OR 0 EQUAL 0
+Undoubtedly.
+
+IN BOOLEAN ALGEGRA DOES 0 AND 0 EQUAL 0
+Precisely.
+
+IN RICHARD WALLACE A REAL PERSON
+Precisely.
+
+IN BASEBALL DO 3 STRIKES MAKE AN OUT
+Of course.
+
+ELIZABETH TAYLOR IS BORN IN ENGLAND
+Exactly.
+
+UVA RAYS ARE BAD TO PEOPLES SKIN
+Indubitably.
+
+IF I DIG MY OWN GENDER COULD I BE GAY
+Undoubtedly.
+
+IF I THINK AM I
+Undoubtedly.
+
+IF I THINK CAN I CONCLUDE TO BE
+Indubitably.
+
+IF I THINK OF NECESSITY THEREFORE AM I
+I am certain.
+
+IF I THINK DOES THAT MEAN I AM
+Indubitably.
+
+IF 2A EQUAL 2B DOES 3A EQUAL 3B
+Naturally.
+
+IF SOMETHING IS FAST DOES IT EXIST
+Indubitably.
+
+IF SOMETHING IS LARGE DOES IT EXIST
+Unquestionably.
+
+IF THERE IS A WILL IS THERE A WAY
+Indubitably.
+
+IF IT IS CLOUDY OUTSIDE WILL IT RAIN
+Beyond a doubt.
+
+IF A IMPLIES B AND A IS TRUE IS B TURE
+Of course.
+
+IF A MAN IS RACIST IS HE A BIGGET
+Naturally.
+
+IF YOU CUT ME WILL I BLEED
+Of course.
+
+IF YOU KILL SOMEBODY IS HE DEAD
+Naturally.
+
+IF YOU THINK DOES THAT PROVE YOU EXIST
+Of course.
+
+IF YOU PRICK US DO WE NOT BLEED
+Exactly.
+
+IF YOU PRICK ME DO I NOT BLEED
+Indubitably.
+
+IF FACING EAST IS NORTH TO THE LEFT
+Indubitably.
+
+IF FACING WEST IS SOUTH TO THE LEFT
+Indubitably.
+
+IF ALL A ARE B AND C IS AN A IS C A B
+Precisely.
+
+DELHI IS THE CAPITAL OF INDIA
+Indubitably.
+
+H2O IS WATER
+Indubitably.
+
+CALIFORNIA IS A STATE IN AMERICA
+Undoubtedly.
+
+WATCHING FOREIGN FILMS IS EDUCATIONAL
+Undoubtedly.
+
+PLAYING CHESS IS FUN
+Of course.
+
+BURMA IS UNDER MILITARY CONTROL
+Undoubtedly.
+
+CURRENT RUSSIA PRESIDENT IS A PUTIN
+Indubitably.
+
+ARIZONA IS EAST OF CALIFORNIA
+Undoubtedly.
+
+JACQUE CHIRAC IS A FRENCH PRESIDENT
+Precisely.
+
+MARS IS HOT
+Most assuredly.
+
+WHAT ARE QUARKS
+Indubitably.
+
+WHAT ARE LIES
+Undoubtedly.
+
+WHAT IS A FART
+Naturally.
+
+WHAT IS A AGENDA
+Most assuredly.
+
+WHAT IS A TV
+Naturally.
+
+WHAT IS A DIODE
+I am certain.
+
+WHAT IS A ALICE
+Unquestionably.
+
+WHAT IS THE CLOUR OF THE SKY
+Unquestionably.
+
+WHAT IS NOT FALSE
+Undoubtedly.
+
+WHAT IS UP AND DOWN
+Exactly.
+
+WHAT IS DO
+Of course.
+
+WHAT IS PLAYSTATION2
+Unquestionably.
+
+WHAT GOES UP MUST COME DOWN
+Beyond a doubt.
+
+WHAT DAY YOU WERE BORN
+Of course.
+
+SHARPNESS IS THE QUALITY OF SHARP
+Precisely.
+
+ONE TEXAN IS ONE TEXAN TOO MANY
+Precisely.
+
+AUGUSTO PINOCHET LIVE IN CHILE
+Beyond a doubt.
+
+PREFER BLONDES
+Indubitably.
+
+VA T ON MOURIR UN JOUR
+Undoubtedly.
+
+BREATHING
+Unquestionably.
+
+SUCCEED DOES ONE NEEDS TO PERFORM
+Beyond a doubt.
+
+MEXICO CITY IS THE CAPITAL OF MEXICO
+Precisely.
+
+SMART ANIMALS PLAY
+Undoubtedly.
+
+FINAL FANTASY IS A VIDEOGAME
+Most assuredly.
+
+PROFESSIONAL WRESTLING IS FIXED
+Indubitably.
+
+ASK WORD IS CONSISTS OF 3 CHARACTERS
+Of course.
+
+I SOUP HOT
+Indubitably.
+
+I AM. ARE YOU GOOD
+Precisely.
+
+I JUMP. ILL FALL DOWN
+Precisely.
+
+I CAN POST QUESTIONS IN ANY LANGUAGE
+Naturally.
+
+I MACINTOSH A KIND OF APPLE
+Of course.
+
+I SEX GOOD
+Indubitably.
+
+USING CONDOMS PREVENT AIDS
+Precisely.
+
+911 IS THE EASIEST WAY TO CALL POLICE
+Naturally.
+
+CISCO IS A NETWORKING COMPANY
+Precisely.
+
+ANTIBIOTICS KILL BACTERIA
+Exactly.
+
+BEACH IS NEAR TO THE SEA
+Exactly.
+
+PACK IS THE COLLECTIVE NOUN FOR WOLVES
+Exactly.
+
+BLACK IS THE ABSENSE OF COLOR
+Naturally.
+
+BLACK IS THE ABSENSE OF ALL COLOR
+Precisely.
+
+BLACK IS A COLOR
+I am certain.
+
+BLACK PEOPLE CAME FORM AFRICA ORIGINALY
+Exactly.
+
+SOMETHING GOOD IS GOING TO HAPPEN
+Exactly.
+
+GOLD IS USED IN JEWELLERY
+Exactly.
+
+EGYPT IS THE GIFT OF THE NILE
+Precisely.
+
+HINDI IS A LANGUAGE
+Naturally.
+
+DC MEANS DISTRICT OF COLUMBIA
+Naturally.
+
+WILLIAM BURROUGHS WROTE THE NAKED LUNCH
+Most assuredly.
+
+FEELING GOOD
+Of course.
+
+DOS A COMPUTER HAVE A CREATOR
+Indubitably.
+
+WONDER WOMAN HAS AN INVISIBLE PLANE
+Beyond a doubt.
+
+SEEK JUSTICE
+Naturally.
+
+FRANKENSTEIN CREATED A MONSTER
+Most assuredly.
+
+IZ AZERBAIJAN EXISTS
+I am certain.
+
+FORWARDED EMAILS ARE TOTAL CRAP
+Precisely.
+
+2 IS LESS THEN 2
+Indubitably.
+
+WE SWEAT WHEN WE WORK HARD
+Unquestionably.
+
+COMEDY IS A GREAT STRESS RELIEF
+Of course.
+
+TREES LIVE TO OVER 1000 YEARS OLD
+Exactly.
+
+SKY HAS NO DISTANCE LIMITS
+Most assuredly.
+
+COPENHAGEN IS THE CAPITAL OF DENMARK
+Precisely.
+
+BY DOING MISTAKE WE LEARN FAST
+Undoubtedly.
+
+WATER FREEZES AT OR BELOW 32 DEGREES
+Undoubtedly.
+
+WATER IS SOFT
+Beyond a doubt.
+
+WATER IS THE UNIVERSAL SOLVENT
+Precisely.
+
+WATER IS LIQUD
+Indubitably.
+
+IS DOWN A MAJOR DIRECTION
+I am certain.
+
+IS SUSHI RAW FISH
+Indubitably.
+
+IS USING A CREDIT CARD BORROWING MONEY
+Exactly.
+
+IS BARTER ONE FORM OF COMMERCE
+Exactly.
+
+IS INFINITY THE LARGEST POSSIBLE NUMBER
+Most assuredly.
+
+IS INFINITY THE LARGEST NUMBER
+Beyond a doubt.
+
+IS INFINITY PLUS ONE EQUAL TO INFINITY
+Precisely.
+
+IS INFINITY A MATHEMATICAL CONCEPT
+Indubitably.
+
+IS INFINITY AN UNDEFINED VALUE
+Unquestionably.
+
+IS GASOLINE TOO EXPENSIVE
+Unquestionably.
+
+IS GASOLINE EXPENSIVE
+Precisely.
+
+IS PLAYING QUAKE3 FUN
+Most assuredly.
+
+IS BRITNEY SPEARS SEXY
+Beyond a doubt.
+
+IS INTERPLANETARY SPACETRAVEL POSSIBLE
+Undoubtedly.
+
+IS SWITZERLAND NEAR ITALY
+Most assuredly.
+
+IS SWITZERLAND MULTI LINGUAL
+Indubitably.
+
+IS SWITZERLAND NOT SWEDEN
+Of course.
+
+IS CANNABIS GOOD FOR HUMANS
+Most assuredly.
+
+IS CARNEGIE MELLON A UNIVERSITY
+Undoubtedly.
+
+IS APOCALYPS NOW A FILM ABOUT WAR
+Naturally.
+
+IS ABORTION LEGAL IN USA
+Most assuredly.
+
+IS ABORTION A CONTROVERSIAL TOPIC
+Exactly.
+
+IS ABORTION A MEANS OF BIRTH CONTROL
+Most assuredly.
+
+IS PAINT POISONOUS
+Undoubtedly.
+
+IS REAL DOT COM A SOFTWARE COMPANY
+Unquestionably.
+
+IS GREED THE ROOT OF CORRUPTION
+Undoubtedly.
+
+IS GREED ONE OF THE SEVEN DEADLY SINS
+Naturally.
+
+IS LOSING MONEY A BAD THING
+Indubitably.
+
+IS HORUS AN EGYPTIAN DEITY
+Unquestionably.
+
+IS FILM SENSITIVE TO LIGHT
+Precisely.
+
+IS GANYMEDE A MOON OF JUPITER
+Exactly.
+
+IS BUFFALO IN NEW YORK STATE
+I am certain.
+
+IS BUFFALO A CITY IN NEW YORK STATE
+Of course.
+
+IS POLARIS THE NORTH STAR
+Exactly.
+
+IS POLARIS CALLED THE NORTH STAR
+Precisely.
+
+IS SOLARIS AN OPERATING SYSTEM
+Of course.
+
+IS ITALIAN FOOD GOOD
+Indubitably.
+
+IS ALEXANDER GINTHER DEAD
+Precisely.
+
+IS NICOTINE A STIMULANT
+Of course.
+
+IS EINSTEIN A MAN
+Exactly.
+
+IS BRIGITTE BARDOT FRENCH
+Naturally.
+
+IS B THE SYMBOL FOR BORON
+Beyond a doubt.
+
+IS LISP A PROGRAMMING LANGUAGE
+Unquestionably.
+
+IS DELPHI A PROGRAMMIN LANGUAGE
+Precisely.
+
+IS ELLEN DEGENERES GAY
+Undoubtedly.
+
+IS PHLEGM CORRECTLY SPELLED
+Of course.
+
+IS GUANO GOOD FERTILIZER
+Indubitably.
+
+IS ADOBE PHOTOSHOP TOO EXPENSIVE
+I am certain.
+
+IS PAIN SOMETHING TO AVOID
+Of course.
+
+IS PAIN UNDESIREABLE
+Naturally.
+
+IS PAIN BAD
+Beyond a doubt.
+
+IS BEOS A COMPUTER OPERATING SYSTEM
+Undoubtedly.
+
+IS PAMELA ANDERSON LEE A BABE
+Undoubtedly.
+
+IS MARIJUANA ADDICTIVE
+Most assuredly.
+
+IS MARIJUANA DERIVED FROM A PLANT
+Precisely.
+
+IS MARIJUANA SOMETIMES CALLED REEFER
+Of course.
+
+IS MARIJUANA PSYCHOLOGICALLY ADDICTIVE
+Unquestionably.
+
+IS SPACKLE USED TO PATCH WALLS
+Unquestionably.
+
+IS BOGOTA THE CAPITAL OF COLOMBIA
+Unquestionably.
+
+IS BOGOTA THE CAPITAL OF COLUMBIA
+Naturally.
+
+IS RACISM BASED ON IGNORANCE
+Precisely.
+
+IS EUROPE EAST OF TEXAS
+Naturally.
+
+IS EUROPE IN THE NORTHERN HEMISPHERE
+Unquestionably.
+
+IS EUROPE OLDER THAN AMERICA
+Unquestionably.
+
+IS KLONDIKE RELATED TO THE GOLDRUSH
+Of course.
+
+IS BIG BROTHER A TELEVISION SHOW
+Unquestionably.
+
+IS BIG BROTHER A BORING TV SHOW
+Precisely.
+
+IS EVERYTHING THE OPPOSITE OF NOTHING
+Exactly.
+
+IS EVERYTHING MADE UP OF ATOMS
+Naturally.
+
+IS EVERYTHING RELATIVE
+I am certain.
+
+IS IS FUN TO PROGRAM A COMPUTER
+Most assuredly.
+
+IS KILOGRAM A SI UNIT
+Precisely.
+
+IS CHESS A DIFFICULT GAME
+Naturally.
+
+IS CHESS FUN
+Exactly.
+
+IS CHESS FINITE
+Beyond a doubt.
+
+IS FOG A CLOUD AT GROUND LEVEL
+Precisely.
+
+IS FOG A LOW CLOUD
+I am certain.
+
+IS FOG A FORM OF WATER CONDENSATION
+Precisely.
+
+IS HAVING MONEY IMPORTANT
+Undoubtedly.
+
+IS HAVING HAIR A TRAIT OF MAMMALS
+Undoubtedly.
+
+IS HAVING AN ORGASM A POSITIVE RESPONSE
+Exactly.
+
+IS HAVING SEX WITH OTHER SPECIES WRONG
+Of course.
+
+IS HAVING BAD KARMA A BAD THING
+Indubitably.
+
+IS CODEMAN A PROGRAM
+Indubitably.
+
+IS ORION IN OUR GALAXY
+Most assuredly.
+
+IS MEASURED FROM GREENWICH
+Beyond a doubt.
+
+IS GUINNESS AN IRISH DRINK
+Of course.
+
+IS TUMS SPELLED BACKWARDS SMUT
+Indubitably.
+
+IS MYOPIA A DISEASE
+Undoubtedly.
+
+IS MUSIC ESSENTIAL
+Unquestionably.
+
+IS MUSIC BASED ON ACOUSTIC WAVES
+Undoubtedly.
+
+IS MUSIC A FORM OF SOUND
+Indubitably.
+
+IS MUSIC NICE TO HEAR
+Naturally.
+
+IS MUSIC ENJOYABLE
+Precisely.
+
+IS MUSIC ENTERTAINING
+Exactly.
+
+IS ORGANIC FOOD BETTER FOR YOU
+Exactly.
+
+IS LUNCHTIME TYPICALLY AROUND NOON
+Naturally.
+
+IS DALLAS A NICE PLACE TO LIVE IN
+Most assuredly.
+
+IS JEASUS HUMAN
+Beyond a doubt.
+
+IS PSYCHOLOGY HARD
+Precisely.
+
+IS VIRTUA FIGHTER A VIDEO GAME
+Naturally.
+
+IS OSIRIS AN EGYPTIAN DEITY
+Naturally.
+
+IS CARBON DIOXIDE TOXIC
+Most assuredly.
+
+IS FIVE MINUES FIVE EQUAL TO ZERO
+Indubitably.
+
+IS DIVISION BY ZERO UNDEFINED
+I am certain.
+
+IS ART GOOD
+Naturally.
+
+IS WILLIE NELSON A COUNTRY SINGER
+Beyond a doubt.
+
+IS INTERNET GOING TO CHANGE THE WORLD
+Most assuredly.
+
+IS INTERNET NETWORK OF NETWORKS
+Naturally.
+
+IS INTERNET ADDING VALUE TO HUMAN LIFE
+Exactly.
+
+IS FENDER A BRAND OF GUITAR
+Precisely.
+
+IS AUTOMOBILE THE SAME AS CAR
+Precisely.
+
+IS OTTAWA THE CAPITOL OF CANADA
+Exactly.
+
+IS KEEP IT SIMPLE A GOOD THING
+Precisely.
+
+IS PISTACHIO ICECREAM DELICIOUS
+Precisely.
+
+IS CRATER LAKE IN OREGON YOU S A BLUE
+Undoubtedly.
+
+IS APHRODITE A GODDESS
+Unquestionably.
+
+IS PI A LETTER IN THE GREEK ALPHABET
+Precisely.
+
+IS PI AN IRRATIONAL NUMBER
+Beyond a doubt.
+
+IS PI GREATER THAN 3 POINT 1416
+Most assuredly.
+
+IS PI INFINITE
+Naturally.
+
+IS PI EQUAL TO APPROXIMATELY 3 POINT 14
+Exactly.
+
+IS ALLY MCBEAL TOO THIN
+Beyond a doubt.
+
+IS LOU REED A SINGER
+Undoubtedly.
+
+IS SADNESS PAINFUL
+Undoubtedly.
+
+IS SADNESS A STATE OF BEING
+Precisely.
+
+IS JAY LENO A COMEDIAN
+Indubitably.
+
+IS KYIV THE CAPITAL CITY OF UKRAINE
+Undoubtedly.
+
+IS CHOCOLATE A SWEET
+Undoubtedly.
+
+IS CHOCOLATE CANDY
+I am certain.
+
+IS CHOCOLATE MILK BROWN
+Naturally.
+
+IS TO FORGIVE DIVINE
+Unquestionably.
+
+IS TO BE HUMAN TO ERR
+Unquestionably.
+
+IS CLAY AN ARTISTIC MEDIUM
+Undoubtedly.
+
+IS GRAY BLACKISH
+Beyond a doubt.
+
+IS DOS AN OPERATING SYSTEM
+Of course.
+
+IS LEXMARK A PRINTER MANUFACTURER
+Indubitably.
+
+IS ANTARTICA THE SOUTH POLE
+Precisely.
+
+IS ANTARTICA COVERED WITH ICE
+Unquestionably.
+
+IS CS LEWIS AN AUTHOR
+Naturally.
+
+IS NICO A NAME
+Indubitably.
+
+IS COCKROACH A PEST
+Naturally.
+
+IS KIEV THE CAPTIAL OF THE UKRAINE
+Naturally.
+
+IS CABERNET SAUVIGNON A RED WINE
+Precisely.
+
+IS STARBUCKS THE NAME OF A COFFE HOUSE
+Precisely.
+
+IS CHIST THE SON OF GOD
+Precisely.
+
+IS ANN ARBOR IS A CITY IN MICHIGAN
+Undoubtedly.
+
+IS WHIPPING CREAM GOOD TO EAT
+Beyond a doubt.
+
+IS MONTEREY IN CALIFORNIA
+Precisely.
+
+IS MONTEREY A CITY IN CALIFORNIA
+Beyond a doubt.
+
+IS CARACAS THE CAPITAL OF VENEZUELA
+Undoubtedly.
+
+IS BURGER KING HOME OF THE WHOPPER
+Indubitably.
+
+IS BELIEZE A COUNTRY IN CENTRAL AMERICA
+Beyond a doubt.
+
+IS BODY PIERCING A CURRENT FAD IN 2000
+Undoubtedly.
+
+IS BODY PIERCING ACCEPTABLE
+Naturally.
+
+IS BETTER TO BE HONEST THAN RICH
+Of course.
+
+IS BABAR AN ELEPHANT
+Exactly.
+
+IS LAKERS A BASKETBALL TEAM
+Precisely.
+
+IS POLLUTION KILLING THE EARTH
+Most assuredly.
+
+IS MALICIOUS A DEROGATORY TERM
+Indubitably.
+
+IS FRIED GREEN TOMATOES A FOOD ITEM
+Unquestionably.
+
+IS MG THE SYMBOL FOR MAGNESIUM
+Indubitably.
+
+IS TURIN FAMOUS BECAUSE OF A SHROUD
+Undoubtedly.
+
+IS 36 THE SQUAREROOT OF 1296
+Precisely.
+
+IS WORK A NECESARRY PART OF LIFE
+Most assuredly.
+
+IS WORK GOOD
+Undoubtedly.
+
+IS WORK NECESSARY
+Naturally.
+
+IS ROMA THE CAPITAL OF ITALY
+I am certain.
+
+IS ROACH SHORT FOR COCKROACH
+Exactly.
+
+IS CELINE DION CANADIAN
+Precisely.
+
+IS IGNORANCE BAD
+Most assuredly.
+
+IS GRASS THE COLOR GREEN
+Indubitably.
+
+IS GRASS ALIVE
+Precisely.
+
+IS GRASS EDIBLE
+Beyond a doubt.
+
+IS 3 THE CUBED ROOT OF 27
+Naturally.
+
+IS 3 POINT 14 A REAL NUMBER
+Indubitably.
+
+IS 3 AN ODD NUMBER
+Most assuredly.
+
+IS 3 TIMES 6 EQUAL TO 18
+Indubitably.
+
+IS 3 WEEKS MORE THAN 20 DAYS
+Exactly.
+
+IS COUNTRY MUSIC POPULAR
+Indubitably.
+
+IS COUNTRY A STYLE OF MUSIC
+Unquestionably.
+
+IS Y SOMETIMES A VOWEL
+Naturally.
+
+IS MONICA LEVINSKY A BRUNETT
+Naturally.
+
+IS FAST FOOD UNHEALTHY
+I am certain.
+
+IS FAST FOOD BAD FOR YOU
+Unquestionably.
+
+IS CANIBALISM BAD
+Of course.
+
+IS ENGLAND A CONSITUTIONAL MONARCHY
+Most assuredly.
+
+IS ENGLAND A CONSTITUTIONAL MONARCHY
+Unquestionably.
+
+IS SEVENTEEN A MAGAZINE
+Undoubtedly.
+
+IS FAT A LIPID
+Precisely.
+
+IS FAT FATTENING
+Beyond a doubt.
+
+IS SMITH A COMMON NAME
+Indubitably.
+
+IS JOE LIEBERMAN JEWISH
+Undoubtedly.
+
+IS NO PRONOUNCED THE SAME AS KNOW
+Unquestionably.
+
+IS DISMISSAL BY ANOTHER A RUDE ACT
+Of course.
+
+IS FREEDOM MORE IMPORTANT THAN SECURITY
+Precisely.
+
+IS FREEDOM A STATE OF MIND
+Undoubtedly.
+
+IS HUMP A VERB
+Naturally.
+
+IS MAGIC AN ILLUSION
+Undoubtedly.
+
+IS SUNLIGHT BETTER THAN ARTIFIAL LIGHT
+Of course.
+
+IS SUNLIGHT ESSENTIAL FOR LIFE TO EXIST
+Precisely.
+
+IS BERYLLIUM HEAVER THEN HELIUM
+Beyond a doubt.
+
+IS BERYLLIUM HEAVER THEN LITHIUM
+Unquestionably.
+
+IS DEUX FRENCH FOR TWO
+Indubitably.
+
+IS NECESSITY THE MOTHER OF INVENTION
+Undoubtedly.
+
+IS PARKINSON A DISEASE
+Precisely.
+
+IS PER LNNHEDEN A MAN
+Undoubtedly.
+
+IS BUSHIDO THE WAY OF THE SAMURAI
+Undoubtedly.
+
+IS IRIDIUM TOXIC TO HUMANS
+Naturally.
+
+IS FLUORINE AN ELEMENT
+Indubitably.
+
+IS SEPTEMBER FALL
+Naturally.
+
+IS CHARISMA A GOOD TRAIT TO HAVE
+Exactly.
+
+IS BUDDHA PORTRAYED AS FAT
+Naturally.
+
+IS ACID FREE PAPER LONG LASTING
+I am certain.
+
+IS ANYTHING SACRED
+Unquestionably.
+
+IS ANYTHING AT ALL BEAUTIFUL
+Naturally.
+
+IS ANYTHING GREEN
+Undoubtedly.
+
+IS VISABLE LIGHT A FORM OF RADIATION
+Precisely.
+
+IS CHOPIN A MUSICIAN
+Exactly.
+
+IS CHRIS FARLEY DEAD
+Beyond a doubt.
+
+IS WEDNESDAY THE MIDDLE OF THE WEEK
+Of course.
+
+IS SANTIAGO THE CAPITAL OF CHILE
+Naturally.
+
+IS FUDGE BROWN COLORED
+Of course.
+
+IS BLILL CLINTON A LIER
+Of course.
+
+IS PAUL MACARTENEY A SINGER
+Exactly.
+
+IS BACON SALTY
+Naturally.
+
+IS PLATE TECTONICS VALID
+Of course.
+
+IS COTTON A PLANT
+Undoubtedly.
+
+IS HERION AN ADDICTIVE DRUG
+Undoubtedly.
+
+IS GOVERNMENT TOO BIG
+Precisely.
+
+IS ECONOMICS A SCIENCE
+Of course.
+
+IS SELLOTAPE STICKY
+Of course.
+
+IS DOUGLAS ADAMS A SUCESSFULL PERSON
+Undoubtedly.
+
+IS DOUGLAS ADAMS A WRITER
+I am certain.
+
+IS DOUGLAS ADAMS AN AUTHOR
+Unquestionably.
+
+IS DOUGLAS ADAMS FUNNY
+Unquestionably.
+
+IS MIDNIGHT 12 00 AM
+Of course.
+
+IS MIDNIGHT LATER THAN NOON
+Exactly.
+
+IS CALVIN AND HOBBES HUMOROUS
+Of course.
+
+IS DUKE ELLINGTON A GOOD JAZZ MUSICIAN
+Naturally.
+
+IS XML A METALANGUAGE
+Indubitably.
+
+IS BUDAPEST THE CAPITAL OF HUNGARY
+Indubitably.
+
+IS BUDAPEST THE CAPITAL CITY OF HUNGARY
+Undoubtedly.
+
+IS SKIING AN EXPENSIVE HOBBY
+Of course.
+
+IS 101010 BINARY FOR 42
+Of course.
+
+IS SOME HAIR CURLY
+Unquestionably.
+
+IS SOME PEOPLE A SMALL GROUP OF PEOPLE
+Beyond a doubt.
+
+IS JUNGLE A GENRE OF ELECTRONIC MUSIC
+Most assuredly.
+
+IS SOMETHING THAT IS FROZEN COLD
+Naturally.
+
+IS VENISON DEER MEAT
+Unquestionably.
+
+IS VENISON CONSIDERED THE SAME AS DEER
+Undoubtedly.
+
+IS CARLOS CASTANEDA DEAD
+Unquestionably.
+
+IS DAYLIGHT MADE OUT OF LIGHT
+Precisely.
+
+IS LONG HAIR SEXY
+Most assuredly.
+
+IS LONG IS LONGER THAN SHORT
+Naturally.
+
+IS COGNAC GOOD TO DRINK
+Most assuredly.
+
+IS GEEK SLANG FOR ODD PERSON
+Unquestionably.
+
+IS THREE HUNDERED AND SIXTY SEVEN A
+Indubitably.
+
+IS VANCOUVER NORTH OF IDAHO
+Naturally.
+
+IS ETHANOL SOLUBLE IN WATER
+Indubitably.
+
+IS SHAMPOO SOAP FOR HAIR
+Most assuredly.
+
+IS GEORGE CLOONEY HUMAN
+Naturally.
+
+IS GEORGE BURNS DEAD
+Beyond a doubt.
+
+IS GEORGE LUCAS A CREATIVE GENIUS
+Undoubtedly.
+
+IS IZMIR A CITY IN TURKEY
+Indubitably.
+
+IS AUSTIN THE CAPITAL OF TEXAS
+Undoubtedly.
+
+IS AUSTIN THE CAPTIAL OF TEXAS
+Precisely.
+
+IS AUSTIN POWERS A FUNNY MOVIE
+I am certain.
+
+IS GRACE AN OLD HYMN
+Precisely.
+
+IS WHILST OLD ENGLISH WORD FOR WHILE
+Naturally.
+
+IS PARBOILING ONE METHOD OF COOKING
+Precisely.
+
+IS CALLING SOMEBODY A FAG DEROGATORY
+Exactly.
+
+IS FRANCE DEMOCRATIC
+Indubitably.
+
+IS FRANCE A BEAUTIFUL COUNTRY
+Undoubtedly.
+
+IS FRANCE A COUNTRY IN EUROPA
+Precisely.
+
+IS FRANCE IMPORTANT
+Beyond a doubt.
+
+IS NICKEL AN ELEMENT
+Precisely.
+
+IS NOON 12 PM
+Of course.
+
+IS TREE GREEN
+Indubitably.
+
+IS HOMOSEXUALITY SOMETHING NATURAL
+Beyond a doubt.
+
+IS HOMOSEXUALITY LEGAL
+Unquestionably.
+
+IS SEA BLUE
+Naturally.
+
+IS PUNTA DEL ESTE IN URUGUAY
+Of course.
+
+IS INTUITION VALID
+Precisely.
+
+IS TERIAKI A JAPANESE FORM OF BARBEQUE
+Unquestionably.
+
+IS PAGING A FORM OF COMMUNICATION
+Unquestionably.
+
+IS DIGITAL DIVIDE GOING TO INCREASE
+Precisely.
+
+IS CHEWBACCA HAIRY
+Undoubtedly.
+
+IS MICE THE PLURAL OF MOUSE
+Indubitably.
+
+IS SOUTH AFRICA AT THE TIP OF AFRICA
+Most assuredly.
+
+IS SOUTH PARK A SHOW ON COMEDY CENTRAL
+Undoubtedly.
+
+IS HISTORY SOMETIMES FALSE
+Naturally.
+
+IS HISTORY IS THE STORY OF THE PAST
+Indubitably.
+
+IS GRAS GREEN
+Undoubtedly.
+
+IS DR DRE A RAPPER
+I am certain.
+
+IS KETCHUP A CONDIMENT
+Indubitably.
+
+IS ASTROLOGY A LOAD OF CRAP
+Precisely.
+
+IS FREEBSD A VERSION OF UNIX
+Beyond a doubt.
+
+IS FREEBSD AN OPERATING SYSTEM
+Undoubtedly.
+
+IS CLONING OF HUMANS POSSIBLE
+Most assuredly.
+
+IS HAPPINESS PRODUCTIVE
+Exactly.
+
+IS CASTRO A COMMUNIST
+Of course.
+
+IS LYSINE AN ESSENTIAL AMINO ACID
+Unquestionably.
+
+IS PACIFIC AN OCEAN
+Exactly.
+
+IS VELOUR SOFT
+Exactly.
+
+IS INTELLECTUAL PROPERTY A GOOD THING
+Most assuredly.
+
+IS TRAFFIC A PROBLEM IN LOS ANGELES
+Naturally.
+
+IS RELATIVITY A REALITY
+Beyond a doubt.
+
+IS PROGRAMMING A GOOD PROFESSION
+Indubitably.
+
+IS PROGRAMMING A COMPUTER DIFFICULT
+I am certain.
+
+IS PROGRAMMING ERROR PRONE
+Exactly.
+
+IS JIMMY HOFFA MISSING
+Undoubtedly.
+
+IS JIMMY STEWART OLD
+Of course.
+
+IS JIMMY BUFFET A SINGER
+Beyond a doubt.
+
+IS TIBET A COUNTRY
+Indubitably.
+
+IS ELEPHANT A MAMMEL
+Exactly.
+
+IS BEAUTY MORE THAN SKIN DEEP
+Precisely.
+
+IS BEAUTY SUBJECTIVE
+Indubitably.
+
+IS BEAUTY A DRIVING FORCE BEHIND ART
+Undoubtedly.
+
+IS BEAUTY A SUBJECTIVE QUALITY
+Naturally.
+
+IS BEAUTY A PHYSICAL ATTRIBUTE
+Of course.
+
+IS BEAUTY TRANSITORY
+Precisely.
+
+IS BAKERSFIELD A CITY IN CALIFORNIA
+Unquestionably.
+
+IS NOAH IS CHARACTER IN THE BIBLE
+Naturally.
+
+IS SWIMMING FUN
+Of course.
+
+IS WHALE OIL OBTAINED FROM DEAD WHALES
+Unquestionably.
+
+IS WHALE THE LARGEST LIVING MAMMAL
+Exactly.
+
+IS NAOMI CAMPBELL GOOD LOOKING
+Unquestionably.
+
+IS KANSAS A STATE IN THE US
+Naturally.
+
+IS G W BUSH SCARIER THAN AL GORE
+Most assuredly.
+
+IS 17 A PRIME NUMBER
+Indubitably.
+
+IS 100F HOT
+Naturally.
+
+IS IMAGINATION A POSITIVE THING
+Exactly.
+
+IS NORWEGIAN A LANGUAGE
+Precisely.
+
+IS DISCOMBOBULATE A VERB
+Unquestionably.
+
+IS MARIAH CAREY A BEAUTIFUL WOMAN
+Of course.
+
+IS MARIAH CAREY FEMALE
+Naturally.
+
+IS JUGGLING FUN
+Unquestionably.
+
+IS ADELAIDE A CITY IN AUSTRALIA
+Unquestionably.
+
+IS DEMOCRACY DEMOCRATIC
+Undoubtedly.
+
+IS DEMOCRACY A FORM OF GOVERNMENT
+Indubitably.
+
+IS DEMOCRACY BETTER THAN COMMUNISM
+Exactly.
+
+IS DEMOCRACY BETTER THAN COKE
+Precisely.
+
+IS CLOUDS WHITE
+Naturally.
+
+IS CAFFIENE EDIBLE
+Undoubtedly.
+
+IS JERUSALEM HOLY TO JEWISH PEOPLE
+Exactly.
+
+IS JERUSALEM THE CAPITAL OF ISRAEL
+Beyond a doubt.
+
+IS TINA TURNER A FAMOUS ARTIST
+Undoubtedly.
+
+IS BOOK FROM PAPER
+Undoubtedly.
+
+IS SAND ROUGH
+Undoubtedly.
+
+IS SAND GRITTY
+Undoubtedly.
+
+IS SAND ABRASIVE
+Exactly.
+
+IS SAND MADE OF SILICON
+Indubitably.
+
+IS SHINTO A JAPANESE RELIGION
+Precisely.
+
+IS MANURE USED AS FERTILIZER
+Indubitably.
+
+IS KAZAN LOCATED IN RUSSIA
+Unquestionably.
+
+IS ALBERTA IN CANADA
+Exactly.
+
+IS MICROWAVE RADIATION BAD FOR HUMANS
+Undoubtedly.
+
+IS CREAM A DAIRY PRODUCT
+Exactly.
+
+IS CREAM ONE INGREDIENT OF ICE CREAM
+Undoubtedly.
+
+IS BRAHAMAPUTRA A RIVER IN INDIA
+Unquestionably.
+
+IS THORIUM AN ELEMENT
+Of course.
+
+IS XENON A GAS
+Exactly.
+
+IS XENON AN ELEMENT
+Naturally.
+
+IS BORON AN ELEMENT
+Undoubtedly.
+
+IS THEFT WRONG
+Of course.
+
+IS A CRICKET AN INSECT
+Of course.
+
+IS A REDFIN PICKEREL A KIND OF FISH
+Undoubtedly.
+
+IS A STRIPED BASS A KIND OF FISH
+Exactly.
+
+IS A TOMATO A FRUIT
+Undoubtedly.
+
+IS A STAR THE CENTER OF A SOLAR SYSTEM
+Of course.
+
+IS A CAMEL A DESERT DWELER
+Indubitably.
+
+IS A LION A TYPE OF CAT
+Of course.
+
+IS A LION A FORM OF CAT
+Unquestionably.
+
+IS A BLACKCURRANT A FRUIT
+Most assuredly.
+
+IS A TUXEDO CONSIDERED FORMAL WEAR
+Most assuredly.
+
+IS A YARD EQUAL TO THREE FEET
+Precisely.
+
+IS A RABBI A JEWISH LEADER
+Naturally.
+
+IS A RATTLESNAKE DANGEROUS
+Naturally.
+
+IS A MAN THAT IS 6 FEET CONSIDERED TALL
+I am certain.
+
+IS A MAN AN ANIMAL
+Naturally.
+
+IS A MONOPOLY BAD FOR THE ECONOMY
+Unquestionably.
+
+IS A CESSNA 152 A 2 SEAT AIRPLANE
+Naturally.
+
+IS A HABANERO THE HOTTEST CHILI PEPPER
+Most assuredly.
+
+IS A CYST DIFFERENT FROM A TUMOR
+Of course.
+
+IS A BAY A BODY OF WATER
+Exactly.
+
+IS A SHARK A FISH
+Naturally.
+
+IS A SHARK A KIND OF FISH
+Of course.
+
+IS A GOOGOLPLEX BIGGER THAN A GOOGOL
+Precisely.
+
+IS A BEE FLYING
+Unquestionably.
+
+IS A BITCH A FEMALE DOG
+Precisely.
+
+IS A LILY A TYPE OF FLOWER
+Undoubtedly.
+
+IS A COUCH A KIND OF CHAIR
+Undoubtedly.
+
+IS A MISTAKE A PROBLEM
+Unquestionably.
+
+IS A HOUSECAT A TYPE OF CAT
+Exactly.
+
+IS A CHEETAH A FAST MAMMAL
+Undoubtedly.
+
+IS A PLUMBER A TRADESMAN
+Beyond a doubt.
+
+IS A BATHROBE FUZZY
+Of course.
+
+IS A CAT A GOOD PET FOR CITY DWELLERS
+Naturally.
+
+IS A CAT A QUADRIPED
+Naturally.
+
+IS A HILL HIGH
+Beyond a doubt.
+
+IS A SPY A GOVERNMENT EMPLOYEE
+Beyond a doubt.
+
+IS A SHOVELNOSE STURGEON A KIND OF FISH
+Indubitably.
+
+IS A CELLO A MUSICAL INSTRUMENT
+Unquestionably.
+
+IS A LAWN MADE UP OF GRASS
+Of course.
+
+IS A LEAST BROOK LAMPREY A KIND OF FISH
+Precisely.
+
+IS A MAINFRAME FASTER THAN A PC
+Unquestionably.
+
+IS A 914 A TYPE OF PORCHE
+Most assuredly.
+
+IS A CHUM SALMON A KIND OF FISH
+Unquestionably.
+
+IS A MOTHER A FEMALE HUMAN BEING
+Naturally.
+
+IS A BRAT A BADLY BEHAVED CHILD
+Precisely.
+
+IS A ROANOKE BASS A KIND OF FISH
+Undoubtedly.
+
+IS A MILLION A BIG NUMBER
+Exactly.
+
+IS A BANDED SUNFISH A KIND OF FISH
+Beyond a doubt.
+
+IS A MILE 1 760 YARDS
+Of course.
+
+IS A MILE LONGER THAN A KILOMETER
+Undoubtedly.
+
+IS A MILE EQUAL TO 5 280 FEET
+Undoubtedly.
+
+IS A NEW CAR WORTH MORE THAN A USED CAR
+Precisely.
+
+IS A SUITCASE THE SAME AS LUGGAGE
+Exactly.
+
+IS A CROW OMNIVOROUS
+Undoubtedly.
+
+IS A DIME WOTH 10 CENTS
+Precisely.
+
+IS A DIME A COIN WORTH TEN CENTS
+Of course.
+
+IS A BUICK A CAR
+Unquestionably.
+
+IS A GROUP OF LIONS CALLED A PRIDE
+Indubitably.
+
+IS A GROUP OF QUAIL A COVEY OF QUAIL
+Unquestionably.
+
+IS A GROUP OF GRAPES CALLED A BUNCH
+Of course.
+
+IS A FIRM FEMALE BOTTOM NICE TO LOOK AT
+Undoubtedly.
+
+IS A DONUT A TORROID
+Unquestionably.
+
+IS A CENTRAL MUDMINNOW A KIND OF FISH
+Precisely.
+
+IS A DATE A DAY MONTH AND YEAR
+Precisely.
+
+IS A TROUT A KIND OF FISH
+Unquestionably.
+
+IS A CLAYMORE A TYPE OF SWORD
+Indubitably.
+
+IS A WALLEYE A KIND OF FISH
+Undoubtedly.
+
+IS A DACHSHUND A SAUSAGE DOG
+Precisely.
+
+IS A WHITE BASS A KIND OF FISH
+Naturally.
+
+IS A SHITE BROWN
+Of course.
+
+IS A NOUN IS A PERSON PLACE OR THING
+Exactly.
+
+IS A CORVETTE AN AUTOMOBILE
+Exactly.
+
+IS A WATERMELON BIGGER THAN A GRAPE
+Indubitably.
+
+IS A FOX A CANINE
+Beyond a doubt.
+
+IS A MICROSOFT BIG COMPANY
+Precisely.
+
+IS A RED LIGHT A SYMBOL OF PROSTITUTION
+Undoubtedly.
+
+IS A PAIR TWO OF SOMETHING
+Precisely.
+
+IS A SANDLE A TYPE OF FOOTWEAR
+Precisely.
+
+IS A PILLOW USED TO REST HEAD
+Most assuredly.
+
+IS A MALLET USED TO PLAY CROQUET
+Indubitably.
+
+IS A PALLID STURGEON A KIND OF FISH
+Most assuredly.
+
+IS A TREE TRUNK BROWN
+Unquestionably.
+
+IS A TREE GREEN
+Precisely.
+
+IS A TEXAS RANGER A KIND OF POLICEMAN
+Of course.
+
+IS A FOOL AND HIS MONEY SOON PARTED
+Precisely.
+
+IS A MARCH A TYPE OF MUSIC
+Of course.
+
+IS A HOSE A FLEXIBLE TUBE
+Exactly.
+
+IS A SPINELESS COWARD A VERTEBRATE
+Most assuredly.
+
+IS A HORN OF PLENTY A CORUCOPIA
+Beyond a doubt.
+
+IS A LINUX GOOD OS
+Precisely.
+
+IS A VESSEL A CONTAINER
+Precisely.
+
+IS A SMALL MOUTH BASS A KIND OF FISH
+Of course.
+
+IS A CAMRY A TOYOTA
+Beyond a doubt.
+
+IS A BIRD AN ANIMAL
+Of course.
+
+IS A BIRD WARM BLOODED
+Indubitably.
+
+IS A TOMOATO A FRUIT
+I am certain.
+
+IS A PAMPHLET MADE OF PAPER
+Undoubtedly.
+
+IS A MONOGOMUS RELATIONSHIP THE BEST
+Undoubtedly.
+
+IS A TIGER MUSKIE A KIND OF FISH
+Undoubtedly.
+
+IS A TIGER IN THE CAT FAMILY
+Unquestionably.
+
+IS A TIGER A BEAST
+Precisely.
+
+IS A TORNADO A STORM
+Precisely.
+
+IS A TORNADO A NATURAL DISASTER
+Exactly.
+
+IS A TURTLE DIFFERENT TO A TORTOISE
+Naturally.
+
+IS A TURTLE AND AMPHIBIAN
+Unquestionably.
+
+IS A CARP A FISH
+Indubitably.
+
+IS A KIWI A KIND OF BIRD
+Precisely.
+
+IS A PENGUIN A MAMMAL
+Beyond a doubt.
+
+IS A PENGUIN A WATERFOWL
+Beyond a doubt.
+
+IS A GAY MAN GAY
+Of course.
+
+IS A REDSPOTTED SUNFISH A KIND OF FISH
+Undoubtedly.
+
+IS A DONKEY GREY
+Precisely.
+
+IS A SKIPJACK HERRING A KIND OF FISH
+Most assuredly.
+
+IS A BOAT A SHIP
+Unquestionably.
+
+IS A SEA DEEP
+Unquestionably.
+
+IS A CREPE LIKE A THIN PANCAKE
+Indubitably.
+
+IS A LAVA LAMP A LAMP
+Of course.
+
+IS A CIRCE ROUND
+Indubitably.
+
+IS A WISE MAN CALLED A SAGE
+Most assuredly.
+
+IS A SHORTNOSE GAR A KIND OF FISH
+Of course.
+
+IS A DIDGERIDOO A WIND INSTRUMENT
+Most assuredly.
+
+IS A MERCEDES BETTER THAN A VW
+Of course.
+
+IS A PERFECT GAME IN BOWLING 300 POINTS
+I am certain.
+
+IS A GAZELLE A BEAST
+Most assuredly.
+
+IS A PICTURE WORTH A THOUSAND WORDS
+Of course.
+
+IS A NOTHERN PIKE A KIND OF FISH
+Indubitably.
+
+IS A PLANE SAFER THAN A CAR
+Precisely.
+
+IS A LOG CABIN A TYPE OF HOUSE
+I am certain.
+
+IS A YEAR A LONG TIME IN COMPUTING
+Precisely.
+
+IS A TANGO A FORM OF DANCE
+Precisely.
+
+IS A SEMICONDUCTOR MADE OF SILICON
+Precisely.
+
+IS A DACHHUND A BREED OF DOG
+Naturally.
+
+IS A BADGER A MAMMAL
+Most assuredly.
+
+IS A MACINTOSH AN APPLE
+Unquestionably.
+
+IS A PIXEL A DOT
+Naturally.
+
+IS A CROP THE PRODUCT OF A FARM
+Of course.
+
+IS A SPIDER AN ANIMAL
+Of course.
+
+IS A BANSHEE A MYTHICAL CREATURE
+Precisely.
+
+IS A NAPKIN FOR CLEANING YOUR HANDS
+Indubitably.
+
+IS A BICYCLE A VEHICLE
+Exactly.
+
+IS A FLY SOMETIMES FISHING TACKLE
+Of course.
+
+IS A SPRITE A SMALL MYTHICAL CREATURE
+Of course.
+
+IS A LIE DANGEROUS
+Precisely.
+
+IS A YACHT A KIND OF SHIP
+Indubitably.
+
+IS A RAVEN A KIND OF BIRD
+Undoubtedly.
+
+IS A RAVEN UNLIKE A WRITING DESK
+Indubitably.
+
+IS A GIRAFFE CONSIDERED A BEAST
+Most assuredly.
+
+IS A COCK A PENIS
+Of course.
+
+IS A PIKE AN ANTIQUE WEAPON
+Naturally.
+
+IS A NEWSPAPER MADE OF TREES
+Precisely.
+
+IS A BONG DRUG PARAPHENALIA
+Most assuredly.
+
+IS A ICQ A PIECE OF SOFTWARE
+Unquestionably.
+
+IS A SUNBURN RED
+Indubitably.
+
+IS A COHO SALMON A KIND OF FISH
+Indubitably.
+
+IS A COLONY A SMALL GROUP OF SETTLERS
+Indubitably.
+
+IS A HORSE A BEAST
+Most assuredly.
+
+IS A CANARY A BIRD
+Naturally.
+
+IS A CARDINAL RED
+Of course.
+
+IS A SQUARE A RECTANGLE
+Unquestionably.
+
+IS A BELFRY OFTEN PART OF A CHURCH
+Naturally.
+
+IS A BROOK TROUT A KIND OF FISH
+Of course.
+
+IS A PALM PILOT A PDA
+Of course.
+
+IS A PALM PILOT A COMPUTER
+Undoubtedly.
+
+IS A GOOGOL MORE THAN A TRILLION
+Beyond a doubt.
+
+IS A FUNCTION A MATHEMATICAL CONCEPT
+Naturally.
+
+IS A GLOBE ALWAYS ROUND
+Naturally.
+
+IS A CUNNING LINGUIST BETTER ORALLY
+Beyond a doubt.
+
+IS A FOXHOUND A CANINE
+Beyond a doubt.
+
+IS A BANANA IS A PIECE OF FRUIT
+Exactly.
+
+IS A HAMBURGER A TYPE OF FOOD
+Exactly.
+
+IS A COMBINE BIGGER THAN A PICKUP TRUCK
+Exactly.
+
+IS A SQUIRREL A RODENT
+Of course.
+
+IS A FLUTE SMALLER THAN A VIOLIN
+Naturally.
+
+IS A PAINTER AN ARTIST
+Unquestionably.
+
+IS A STOP SIGN RED AND WHITE
+Exactly.
+
+IS A FRYING PAN A SKILLET
+Unquestionably.
+
+IS A MOOSE A BEAST
+Indubitably.
+
+IS A MOOSE BIGGER THAN A DEER
+I am certain.
+
+IS A TYPO A SPELLING MISTAKE
+I am certain.
+
+IS A GOLF CHAMPION EVER PLAYED GOLF
+Undoubtedly.
+
+IS A BAKERS DOZEN 13
+Naturally.
+
+IS A SPECKLED DACE A KIND OF FISH
+Undoubtedly.
+
+IS A BRONTASAURUS REAL
+Unquestionably.
+
+IS A LOBSTER A CRUSTACEAN
+Precisely.
+
+IS A LOBSTER GOOD TO EAT
+Precisely.
+
+IS A PANSY A FLOWER
+Naturally.
+
+IS A BURDEN SIMILAR TO A LOAD
+Most assuredly.
+
+IS A TRAIN MADE UP OF CARS
+Precisely.
+
+IS A TRAIN FASTER THAN A CAR
+Beyond a doubt.
+
+IS A PUMA HEALTHY
+Most assuredly.
+
+IS A WASP VENOMOUS
+Precisely.
+
+IS A WHIRLPOOL RELAXING
+Precisely.
+
+IS A LIZARD A VERTEBRATE
+Undoubtedly.
+
+IS A BLUEBIRD BLUE
+Of course.
+
+IS A ALICE A USEFUL CONCEPT
+Indubitably.
+
+IS A BOWLER A HAT
+Unquestionably.
+
+IS A KNIGHT A CHESS PIECE
+Naturally.
+
+IS A CHINOOK SALMON A KIND OF FISH
+Indubitably.
+
+IS A STUFFED ANIMAL A GOOD TOY
+Precisely.
+
+IS A HUMAN MORE INTELLIGENT THAN A DOG
+Undoubtedly.
+
+IS A HUMAN AN ANIMAL
+Exactly.
+
+IS A HUMAN BEINGS FATHER A MALE
+Exactly.
+
+IS A PORTEND AN OMEN
+Indubitably.
+
+IS A TABBY CAT IS COLOURED ORANGE
+Most assuredly.
+
+IS A DUCK A FOWL
+Naturally.
+
+IS A CUB A YOUNG LION
+Exactly.
+
+IS A TRANSISTOR A SEMICONDUCTOR DEVICE
+Indubitably.
+
+IS A TRANSISTOR A COMPUTER COMPONENT
+Indubitably.
+
+IS A WEBCAM SOMETHING LIKE A CAMERA
+Undoubtedly.
+
+IS A PAPER CUT PAINFUL
+Naturally.
+
+IS A FRIGATE IS A FORM OF SHIP
+Indubitably.
+
+IS A SUBWAY A GOOD PLACE TO GET MUGGED
+Beyond a doubt.
+
+IS A BLUEBERRY BLUE
+Precisely.
+
+IS A GTO A LEGENDARY MUSCLE CAR
+Undoubtedly.
+
+IS A SPOON AN ITEM OF CUTLERY
+Of course.
+
+IS A MONOCLE HALF A PAIR OF GLASSES
+Undoubtedly.
+
+IS A SKUNK A MAMMAL
+Most assuredly.
+
+IS A BLUEHEAD CHUB A KIND OF FISH
+Of course.
+
+IS A CORPSE DEAD AND INANIMATE
+Naturally.
+
+IS A NUN CATHOLIC
+Undoubtedly.
+
+IS A SPOTTED SUNFISH A KIND OF FISH
+Most assuredly.
+
+IS A YELLOW BASS A KIND OF FISH
+Beyond a doubt.
+
+IS A RAINDROP WET
+Exactly.
+
+IS A METRE AN SI UNIT
+Unquestionably.
+
+IS A STAPLER AN OFFICE SUPPLY
+Indubitably.
+
+IS A MIATA A SPORTS CAR
+Of course.
+
+IS A TON OF FEATHERS HEAVY
+Unquestionably.
+
+IS A HAMSTER A RODENT
+Indubitably.
+
+IS A HOCKEY PUCK BLACK
+Naturally.
+
+IS A ROC A MYTHOLOGICAL BIRD
+Most assuredly.
+
+IS A GALAXY BIGGER THAN A COUNTRY
+Precisely.
+
+IS A FUSELAGE PART OF AN AIRCRAFT
+Indubitably.
+
+IS A STOVE HOT WHEN IT IS TURNED ON
+Indubitably.
+
+IS A SANYASI DIFFERENT FROM A YOGI
+Exactly.
+
+IS A SAX A REED INSTRUMENT
+Most assuredly.
+
+IS A SHOAL BASS A KIND OF FISH
+Beyond a doubt.
+
+IS A SENSE OF DUTY GOOD
+Exactly.
+
+IS A DIVING HAWK FASTER THAN A CHEETAH
+Naturally.
+
+IS A PLAY A PIECE OF THEATRE
+Naturally.
+
+IS A COMMON CARP A KIND OF FISH
+Exactly.
+
+IS A SNAIL A MOLLUSK
+Beyond a doubt.
+
+IS A BLACK WIDOW SPIDER POISONOUS
+Undoubtedly.
+
+IS A PERCH A KIND OF FISH
+Beyond a doubt.
+
+IS A 22 A TYPE OF AMMUNITION
+Naturally.
+
+IS A PENNY MADE OF COPPER
+Beyond a doubt.
+
+IS A PENNY WORTH ANYTHING
+Of course.
+
+IS A ROUND WHITEFISH A KIND OF FISH
+Precisely.
+
+IS A CHELLO A STRING INSTRUMENT
+Indubitably.
+
+IS A REDEYE BASS A KIND OF FISH
+Most assuredly.
+
+IS A PERSON WRONG WHEN THEY LIE
+Exactly.
+
+IS A PERSON AN ANIMAL
+Of course.
+
+IS A METAPHOR SIMILAR TO A SIMILE
+Undoubtedly.
+
+IS A FERN A PRIMITIVE PLANT
+Naturally.
+
+IS A TRUMPET A WIND INSTRUMENT
+Unquestionably.
+
+IS A BRUISE A SIGN OF INJURY
+Of course.
+
+IS A DOG MANS BEST FRIEND
+Of course.
+
+IS A DOG A SEXUAL CREATURE
+Of course.
+
+IS A DOG BIGGER THAN A DUCK
+Undoubtedly.
+
+IS A DOG AND CANINE THE SAME THING
+Unquestionably.
+
+IS A HOUSE SOMETIMES MADE OF CARDS
+Unquestionably.
+
+IS A SHIRT WORN ON THE TORSO
+Precisely.
+
+IS A MOUSE A TYPE OF RODENT
+Precisely.
+
+IS A MOUSE A COMPUTER COMPONENT
+Naturally.
+
+IS A MOUSE AN ELECTRICAL DEVICE
+Precisely.
+
+IS A TARANTULA A LARGE SPIDER
+Naturally.
+
+IS A DESK A TABLE
+Unquestionably.
+
+IS A GOURMET SOMEONE WHO LOVES FOOD
+Naturally.
+
+IS A ROSE RED
+Undoubtedly.
+
+IS A CIRCUS MOSTLY FOR KIDS
+Precisely.
+
+IS A CUCUMBER GREEN
+Exactly.
+
+IS A VOLVO IS A SAFE CAR
+Naturally.
+
+IS A COMPACT DISC CD OPTICAL MEDIA
+Unquestionably.
+
+IS A MAGNOLIA A TYPE OF TREE
+Undoubtedly.
+
+IS A CANTELOUPE ORANGE ON THE INSIDE
+Most assuredly.
+
+IS A TOURBILLON A TYPE OF WATCH
+Exactly.
+
+IS A WOMAN WITH A BEARD UGLY
+Naturally.
+
+IS A CLICHE AN OVERUSED PHRASE
+Indubitably.
+
+IS A CUP A UNIT OF MEASURE
+Most assuredly.
+
+IS A CUP A TYPE OF VESSEL
+Naturally.
+
+IS A NETFINITY A SERVER
+Beyond a doubt.
+
+IS A STRAIGHT LINE A 180 DEGREE ANGLE
+Undoubtedly.
+
+IS A SOCKEYE SALMON A KIND OF FISH
+Precisely.
+
+IS A HADDOCK A FISH
+Indubitably.
+
+IS A MOLE A UNIT OF MEASUREMENT
+Most assuredly.
+
+IS A FIDDLE PLAYED WITH A BOW
+Naturally.
+
+IS A CAR WITHOUT AN ENGINE A CAR
+Unquestionably.
+
+IS A GRAND UNIFIED THEORY POSSIBLE
+Most assuredly.
+
+IS A TROLL A MYTHICAL MONSTER
+Indubitably.
+
+IS A SCREW THREADED
+Naturally.
+
+IS A SUCKERMOUTH MINNOW A KIND OF FISH
+Unquestionably.
+
+IS A BUTT A SMELLY THING
+Most assuredly.
+
+IS A SEXTANT USED FOR POSITION FINDING
+Exactly.
+
+IS A PACIFIC LAMPREY A KIND OF FISH
+Unquestionably.
+
+IS A PITON USED BY MOUNTAIN CLIMBERS
+Naturally.
+
+IS A OWL SMALLER THAN A LION
+Indubitably.
+
+IS A LAKE A BODY OF WATER
+Precisely.
+
+IS A LAKE WHITEFISH A KIND OF FISH
+Most assuredly.
+
+IS A FACT A TRUE STATEMENT
+Most assuredly.
+
+IS A LASER BEAM INTENSELY FOCUSED LIGHT
+Most assuredly.
+
+IS A TURNIP A VEGETABLE
+Exactly.
+
+IS A WIGWAM SIMILAR TO A TEEPEE
+Indubitably.
+
+IS A FOLLOW SPOT IS USED IN THEATRE
+Beyond a doubt.
+
+IS A MOUNTAIN ALWAYS HIGH
+I am certain.
+
+IS A MOUNTAIN TALLER THAN A MOUSE
+Naturally.
+
+IS A CAVE A CAVERN
+I am certain.
+
+IS A BLUE FLAME HOTTER THAN A RED FLAME
+Naturally.
+
+IS A BLUE WHALE THE LARGEST WHALE
+Naturally.
+
+IS A BLUE JAY A BIRD
+Undoubtedly.
+
+IS A COMEDIENNE A FUNNY LADY
+Precisely.
+
+IS A DOT COM A SITE ON THE INTERNET
+Naturally.
+
+IS A SPARCSTATION A COMPUTER
+Precisely.
+
+IS A MORTAR AN INDIRECT FIRE WEAPON
+Unquestionably.
+
+IS A BANANNA YELLOW
+Of course.
+
+IS A GOOGLE A BIG NUMBER
+Beyond a doubt.
+
+IS A SLUG A CREATURE
+Precisely.
+
+IS A SLUG LIKE A SNAIL WITHOUT A SHELL
+Undoubtedly.
+
+IS A BOTTLE A FLUID CONTAINER
+Undoubtedly.
+
+IS A PARSEC LONGER THAN A MILE
+Of course.
+
+IS A NORTHERN PIKE A KIND OF FISH
+I am certain.
+
+IS A NORTHERN SQUAWFISH A KIND OF FISH
+Unquestionably.
+
+IS A FERRET MORE INTELLIGENT THAN A COW
+Precisely.
+
+IS A FERRET AN ANIMAL
+Beyond a doubt.
+
+IS A MODEL A SIMULATION
+Undoubtedly.
+
+IS A RIFFLE MINNOW A KIND OF FISH
+Unquestionably.
+
+IS A MATHEMATICAL PLANE FLAT
+Precisely.
+
+IS A LEMON MORE SOUR THAN AN APPLE
+Exactly.
+
+IS A GOLDEN RETRIEVER A DOG
+Undoubtedly.
+
+IS A PABX A PRIVATE TELEPHONE SYSTEM
+Unquestionably.
+
+IS A SINGLE ATOM A UNIT
+Precisely.
+
+IS A FIR A TYPE OF TREE
+Unquestionably.
+
+IS A DAISY A FLOWER
+Naturally.
+
+IS A VAGINA NICE
+Unquestionably.
+
+IS A GHILA MONSTER A LIZARD
+Of course.
+
+IS A QUESTION SOMETIMES AN ANSWER
+Naturally.
+
+IS A QUESTION CALLED A QUERY
+Exactly.
+
+IS A LOGHOME MADE OUT OF WOOD
+Exactly.
+
+IS A SOCCER BALL ROUND
+Indubitably.
+
+IS A JACKALOPE MYTHICAL
+Beyond a doubt.
+
+IS A 2X4 MADE FROM WOOD
+Unquestionably.
+
+IS A RANGER A MORE ELITE SOLDIER
+Most assuredly.
+
+IS A BULL HORN LOUD
+Naturally.
+
+IS A BULL TROUT A KIND OF FISH
+Undoubtedly.
+
+IS A HOMOSEXUAL GAY
+Precisely.
+
+IS A BATH RELAXING
+Naturally.
+
+IS A TESLA A UNIT OF MAGNETIC INDUCTION
+I am certain.
+
+IS A DSL FASTER THAN A 14 POINT 4 MODEM
+Indubitably.
+
+IS A BALALAIKA A MUSICAL INSTRUMENT
+Precisely.
+
+IS A LEMUR A MONKEY
+Beyond a doubt.
+
+IS A PEA GREEN
+Exactly.
+
+IS A POND A BODY OF WATER
+Indubitably.
+
+IS A BED SOFT
+Indubitably.
+
+IS A GAMEPAD CONNECT TO A COMPUTER
+Naturally.
+
+IS A STURGEON A KIND OF FISH
+Naturally.
+
+IS A CAIRN TERRIER A BREED OF DOG
+Precisely.
+
+IS A PLATYPUS A MAMMAL WHICH LAYS EGGS
+Of course.
+
+IS A QUERY A QUESTION
+Indubitably.
+
+IS A GAMBIT A CALCULATED RISK
+Undoubtedly.
+
+IS A TWELVE YEAR OLD BOY AN ADOLESCENT
+Undoubtedly.
+
+IS A HERSHEY BAR MADE FROM CHOCOLATE
+Indubitably.
+
+IS A PT CRUISER A CAR
+Most assuredly.
+
+IS GELSENKIRCHEN A GERMAN CITY
+Of course.
+
+IS BONDAGE DISCOURAGED AMONG YOUNGSTERS
+Unquestionably.
+
+IS IN A 2 LETTER WORD
+Precisely.
+
+IS IN DANGER OUR PLANET
+Most assuredly.
+
+IS SATELLITE ANOTHER WORD FOR MOON
+Precisely.
+
+IS DEATH FRIGHTENING
+Precisely.
+
+IS DEATH SAD
+Naturally.
+
+IS DEATH PERMANENT
+Unquestionably.
+
+IS DEATH SOMETHING TO BE AVOIDED
+Naturally.
+
+IS DEATH SOMETHING TO AVOID
+Precisely.
+
+IS DEATH THE END OF CONCIOUSNESS
+Most assuredly.
+
+IS DEATH THE END OF LIFE
+Precisely.
+
+IS DEATH UNAVOIDABLE
+Unquestionably.
+
+IS DEATH FINAL
+Precisely.
+
+IS BACKGAMMON A BOARD GAME
+Precisely.
+
+IS NEW JERSEY A STATE
+Exactly.
+
+IS NEW HAVEN IN CONNECTICUT
+Precisely.
+
+IS NEW ORLEANS IN LOUISIANA
+Exactly.
+
+IS NEW ORLEANS THE CAPITAL OF JAZZ
+Undoubtedly.
+
+IS NEW YORK IN NEW YORK
+Of course.
+
+IS NEW YORK CITY IN NEW YORK STATE
+Of course.
+
+IS NEW ZEALAND IN THE PACIFIC OCEAN
+Beyond a doubt.
+
+IS FRIDAY FOLLOWED BY SATURDAY
+Indubitably.
+
+IS JAPANESE A HARD LANGUAGE TO LEARN
+Beyond a doubt.
+
+IS BUTTERFLY A SWIMMING STROKE
+Indubitably.
+
+IS MONDAY THE SECOND DAY OF THE WEEK
+Most assuredly.
+
+IS MONDAY BEFORE FRIDAY
+Exactly.
+
+IS CYGNUS THE NAME OF A CONSTELLATION
+Unquestionably.
+
+IS BEER GOOD
+Precisely.
+
+IS BEER TASTY
+Precisely.
+
+IS BEER AN INTOXICATING SUBSTANCE
+Exactly.
+
+IS CURRENCY THE SAME AS MONEY
+Precisely.
+
+IS PAINTBALL A SPORT
+Most assuredly.
+
+IS JEALOUSLY AN EMOTION
+Naturally.
+
+IS ZDENEK A NAME
+I am certain.
+
+IS BOURBON MADE FROM FERMENTED CORN
+Unquestionably.
+
+IS MAGDEBURG A CITY IN GERMANY
+Most assuredly.
+
+IS DANISH A MINORITY LANGUAGE
+Indubitably.
+
+IS DAVE BARRY AN AUTHOR
+Most assuredly.
+
+IS MILK HEALTHY
+Naturally.
+
+IS MILK GOOD FOR YOUR HEALTH
+Undoubtedly.
+
+IS MILK GOOD FOR HEALTH
+Precisely.
+
+IS MILK GOOD FOOD
+Indubitably.
+
+IS MILK IS AN IMPORTANT PART OF A DIET
+Undoubtedly.
+
+IS MILK WHITE IN COLOR
+Precisely.
+
+IS MILK OFTEN SERVED WITH COOKIES
+Of course.
+
+IS SOLID CARBON DIOXIDE CALLED DRY ICE
+Exactly.
+
+IS SOLID WATER A PHYSICAL POSSIBILITY
+Indubitably.
+
+IS HEAVEN GLORIOUS
+Beyond a doubt.
+
+IS YAHOO A GREAT INTERNET SEARCH TOOL
+I am certain.
+
+IS YAHOO DOT COM AN INTERNET DIRECTORY
+Precisely.
+
+IS LINEN A PRODUCT OF THE FLAX PLANT
+Undoubtedly.
+
+IS TALKING TO ALICE ADDICTIVE
+I am certain.
+
+IS WALKING A MEANS OF LOCOMOTION
+Precisely.
+
+IS PERHAPS AN ANSWER TO A QUESTION
+Naturally.
+
+IS COTTAGE CHEESE A DAIRY PRODUCT
+Naturally.
+
+IS JAIPUR IN INDIA
+Indubitably.
+
+IS NA THE SYMBOL FOR SODIUM
+I am certain.
+
+IS 40 MORE THAN 30
+Exactly.
+
+IS HOK A MISSPELLING OF HOOK
+I am certain.
+
+IS PROFESSIONAL WRESTLING FAKED
+Most assuredly.
+
+IS ANTWERP IN BELGIUM
+Unquestionably.
+
+IS INDIA IN THE ASIAN CONTINENT
+Precisely.
+
+IS INDIA IN ASIA
+Exactly.
+
+IS INDIA A DEMOCRATIC COUNTRY
+Precisely.
+
+IS INDIA A DEMOCRATICALLY RUN COUNTRY
+Most assuredly.
+
+IS INDIA A REPUBLIC
+Beyond a doubt.
+
+IS CHA CHA A DANCE
+Indubitably.
+
+IS INDOOR TANNING POSSIBLE
+Of course.
+
+IS PRESIDENT CLINTON A GOOD LEADER
+Beyond a doubt.
+
+IS PRESIDENT CLINTON FROM ARKANSAS
+Naturally.
+
+IS 8 00 AM IN THE MORNING
+Precisely.
+
+IS HACKING FUN
+Beyond a doubt.
+
+IS HACKING ILLEGAL IN MOST COUNTRIES
+Of course.
+
+IS WINNIPEG IN MANITOBA
+Most assuredly.
+
+IS WINNIPEG A CITY IN CANADA
+Undoubtedly.
+
+IS JEEP OWNED BY CHRYSLER CORPORATION
+Naturally.
+
+IS 12 BEERS BETTER THEN 6 BEERS
+Most assuredly.
+
+IS MAGNESIUM A METAL
+Naturally.
+
+IS GOODNESS GREAT
+Beyond a doubt.
+
+IS LINUX MORE RELIABLE THAN WINDOWS
+Beyond a doubt.
+
+IS LINUX MORE STABLE THAN WINDOWS
+Of course.
+
+IS LINUX A VARIANT OF UNIX
+Naturally.
+
+IS LINUX A STABLE OPERATING SYSTEM
+I am certain.
+
+IS LINUX A TYPE OF UNIX
+I am certain.
+
+IS LINUX A FREE OPERATING SYSTEM
+Naturally.
+
+IS LINUX BETTER THAN MICROSOFT WINDOWS
+Most assuredly.
+
+IS CHARLOTTE IN NORTH CAROLINA
+I am certain.
+
+IS PHILOSOPHY THE LOVE OF TRUTH
+Exactly.
+
+IS PHILOSOPHY A UNIVERSITY DISCIPLINE
+Indubitably.
+
+IS PHILOSOPHY USEFUL
+Unquestionably.
+
+IS FRED A FOUR LETTER NAME
+Naturally.
+
+IS IRON AN ELEMENT
+Naturally.
+
+IS IRON NOT AN ORGANIC COMPOUND
+Precisely.
+
+IS QUAKE A GOOD COMPUTER GAME
+Unquestionably.
+
+IS QUAKE A FUN GAME
+Of course.
+
+IS QUAKE 3 A FUN GAME
+Undoubtedly.
+
+IS BOSTON IN MASS
+Precisely.
+
+IS BOSTON IN MASSACHUSETTS
+Of course.
+
+IS BOSTON A GREAT CITY
+Beyond a doubt.
+
+IS STYROFOAM AN INSULATOR
+Exactly.
+
+IS STYROFOAM LESS DENSE THAN WATER
+Of course.
+
+IS PORTO IN PORTUGAL
+Undoubtedly.
+
+IS PORTO A CITY IN PORTUGAL
+Exactly.
+
+IS MADRID THE CAPITOL CITY OF SPAIN
+Exactly.
+
+IS BUGS BUNNY A RABBIT
+Indubitably.
+
+IS IRC FOR CHATTING
+Naturally.
+
+IS IRC A DISCUSSION MEDIUM
+Unquestionably.
+
+IS GOOD OKAY
+Indubitably.
+
+IS GOOD BAD MEASURED BY PERCEPTION
+Precisely.
+
+IS HEAD HAIR DIFFERENT FROM PUBIC HAIR
+Naturally.
+
+IS WICCA A KNOWN RELIGION
+Most assuredly.
+
+IS WICCA A FORM OF WITCHCRAFT
+Naturally.
+
+IS POKEMON BORING
+Of course.
+
+IS OOMPA LOOMPA A NONSENSICAL STATEMENT
+Precisely.
+
+IS CANTONESE A LANGUAGE
+Of course.
+
+IS MARTINO ROMANIELLO ITALIAN
+Exactly.
+
+IS PHOTOGRAPHIC FILM DEVELOPER SLIPPERY
+I am certain.
+
+IS PISS YELLOW
+Precisely.
+
+IS MALE EJACULATE WHITE
+Indubitably.
+
+IS YOGURT MADE FROM MILK
+Naturally.
+
+IS ARTHUR C CLARK A GREAT VISIONARY
+Precisely.
+
+IS WASHINGTON DC THE CAPITAL OF US
+Naturally.
+
+IS WASHINGTON DC THE CAPITAL OF THE US
+Indubitably.
+
+IS WASHINGTON DC THE CAPITAL OF AMERICA
+Undoubtedly.
+
+IS WASHINGTON MUTUAL A BANK
+Of course.
+
+IS OCEAN BLUE
+Undoubtedly.
+
+IS CUNNILINGUS FUN
+Undoubtedly.
+
+IS CHEDDAR A KIND OF CHEESE
+Precisely.
+
+IS EFFICIENCY OUTPUT DIVIDED BY INPUT
+Most assuredly.
+
+IS LACROSSE A GAME
+Naturally.
+
+IS 2 THE CUBE ROOT OF 8
+Indubitably.
+
+IS 2 X 2 4
+Indubitably.
+
+IS 2 2 EQUAL TO 4
+Naturally.
+
+IS 2 DIVIDED BY 4 HALF OF 1
+Indubitably.
+
+IS 2 LESS THAN PI
+Indubitably.
+
+IS DREAMCAST A VIDEOGAME MACHINE
+Indubitably.
+
+IS TELEVISION A BROADCAST MEDIUM
+Most assuredly.
+
+IS TELEVISION ELECTRONIC
+Undoubtedly.
+
+IS TELEVISION ENTERTAINING
+Naturally.
+
+IS THINKING A CHAOTIC PROCESS
+Beyond a doubt.
+
+IS THINKING WORTH THE TIME AND EFFORT
+Naturally.
+
+IS TYPHOID A DISEASE
+Precisely.
+
+IS HEAT REQUIRED FOR COOKING
+Naturally.
+
+IS HEAT A MEASURE OF ENERGY
+Unquestionably.
+
+IS MOTORCYCLING FUN
+Exactly.
+
+IS EAST GREENWICH LOCATED IN NEW YORK
+Most assuredly.
+
+IS ALPHA CENTAURI A STAR
+Exactly.
+
+IS SNOW BASICALLY FROZEN RAIN
+Exactly.
+
+IS SNOW A FORM OF ICE
+Naturally.
+
+IS PHOENIX IN A DESERT
+Precisely.
+
+IS PHOENIX IN ARIZONA
+Exactly.
+
+IS PHOENIX THE CAPITAL OF ARIZONA
+Indubitably.
+
+IS NILE THE LONGEST RIVER
+Undoubtedly.
+
+IS WEST LAFAYETTE A CITY IN INDIANA
+Beyond a doubt.
+
+IS WEST POINT A MILITARY ACADEMY
+Undoubtedly.
+
+IS WEST POINT A SCHOOL FOR OFFICERS
+Undoubtedly.
+
+IS QUICKSAND WET
+Undoubtedly.
+
+IS HATE EVIL
+Naturally.
+
+IS HATE WRONG
+Naturally.
+
+IS HATE A BAD THING
+Unquestionably.
+
+IS WET SAND SQUISHY
+Naturally.
+
+IS CANADA THE FIFTH LARGEST COUNTRY
+Unquestionably.
+
+IS CANADA A COUNTRY IN NORTH AMERICA
+Exactly.
+
+IS CANADA GOOD
+Of course.
+
+IS CANADA DRY A TYPE OF GINGER ALE
+Of course.
+
+IS SCUMBAG AN INSULT
+Indubitably.
+
+IS SEXUALITY GENETICALLY DETERMINED
+Precisely.
+
+IS MEGA A PREFIX MEANING ONE MILLION
+Precisely.
+
+IS EMINEM A RAP ARTIST
+Indubitably.
+
+IS AMAZON DOT COM A WEB ONLY SHOP
+Precisely.
+
+IS WHY A GOOD QUESTION TO ASK
+Unquestionably.
+
+IS NETSCAPE A HTML BROWSER
+Naturally.
+
+IS OREGANO AN HERB
+Undoubtedly.
+
+IS ORIGAMI A WORD FOR PAPER FOLDING
+Indubitably.
+
+IS PROCREATION PRODUCTIVE
+Indubitably.
+
+IS GERMANY A NICE COUNTRY
+Beyond a doubt.
+
+IS GERMANY A FEDERAL REPUBLIC
+Most assuredly.
+
+IS GERMANY NICE
+Beyond a doubt.
+
+IS ANALYZING SAFE
+Indubitably.
+
+IS COLUMBUS THE CAPITAL OF OHIO
+Of course.
+
+IS COLUMBUS A CITY IN OHIO
+Naturally.
+
+IS MATH A UNIVERSAL LANGUAGE
+Exactly.
+
+IS MATH AN EXACT SCIENCE
+Precisely.
+
+IS MATH REAL
+Precisely.
+
+IS STUPIDITY A FORM OF BEHAVIOUR
+Beyond a doubt.
+
+IS STUPIDITY RELATIVE
+Indubitably.
+
+IS STUPIDITY INHERITABLE
+Unquestionably.
+
+IS BARENAKED LADIES A BAND
+Precisely.
+
+IS SANTE FE THE CAPITAL OF NEW MEXICO
+I am certain.
+
+IS PORK ANOTHER WHITE MEAT
+Unquestionably.
+
+IS ANAHEIM A CITY IN CALIFORNIA
+Of course.
+
+IS FRENCH SPOKEN IN THE BELGIAN CONGO
+Beyond a doubt.
+
+IS FRENCH THE MAIN LANGUAGE IN QUEBEC
+Indubitably.
+
+IS FRENCH AN INDOEUROPEAN LANGUAGE
+Most assuredly.
+
+IS ELVIS COSTELLO A MUSICIAN
+Precisely.
+
+IS FRANCO STILL DEAD
+Of course.
+
+IS HELL A HOT PLACE FOR BAD PEOPLE
+Indubitably.
+
+IS REALITY SUBJECTIVE
+Beyond a doubt.
+
+IS REALITY DEPENDENT ON PERSPECTIVE
+Undoubtedly.
+
+IS RICE GROWN IN WARM WET CLIMATES
+Indubitably.
+
+IS BRITTANY SPEARS A GIRL
+Of course.
+
+IS GO DOG GO A CHILDRENS BOOK
+Most assuredly.
+
+IS QUEEN MAGRETHE II QUEEN OF DENMARK
+Unquestionably.
+
+IS TENNESSEE LARGER THAN RHODE ISLAND
+Undoubtedly.
+
+IS LESLIE NIELSEN A MAN
+Exactly.
+
+IS OPEN SOURCE THE ANSWER
+Unquestionably.
+
+IS ROME THE ITALY CAPITAL
+Exactly.
+
+IS ULTIMATE FRISBEE A SPORT
+I am certain.
+
+IS WOLVERHAMPTON A TOWN IN THE UK
+Most assuredly.
+
+IS APACHE OPEN SOURCE
+Undoubtedly.
+
+IS APACHE IS AN OPEN SOURCE WEB SERVER
+Beyond a doubt.
+
+IS EATING RAZOR BLADES PAINFUL
+Undoubtedly.
+
+IS EATING IDLI BAD FOR HEALTH
+Most assuredly.
+
+IS EATING ORANGES FUN
+Of course.
+
+IS SKIN CONSIDERED TO BE AN ORGAN
+Exactly.
+
+IS SKY SKY
+Unquestionably.
+
+IS SKY NOT RED
+Most assuredly.
+
+IS HUNTING BOTH A SPORT AND A HOBBY
+Unquestionably.
+
+IS JAMES BROWN THE GODFATHER OF SOUL
+Of course.
+
+IS JAMES BOND BRITISH
+Precisely.
+
+IS JAMES BOND A SECRET AGENT
+Indubitably.
+
+IS JAMES DEAN DEAD
+Undoubtedly.
+
+IS JAMES ELLRORY A CRIME FICTION WRITER
+I am certain.
+
+IS SMART SEXY
+Beyond a doubt.
+
+IS SEATTLE A RAINY CITY
+Precisely.
+
+IS MIKE OLDFIELD A MUSICAN
+Beyond a doubt.
+
+IS MIKE HAMMER A FICTIONAL CHARACTER
+Exactly.
+
+IS MIKE TYSON CRAZY
+Undoubtedly.
+
+IS BOY GOREGE A MAN
+Of course.
+
+IS BOY GEORGE GAY
+Naturally.
+
+IS DRY OPPOSITE OF WET
+Naturally.
+
+IS PRE OWNED CAR A USED CAR
+Undoubtedly.
+
+IS NAZI SHORT FOR NATIONAL SOCIALIST
+Beyond a doubt.
+
+IS PLAD A PATTERN
+Of course.
+
+IS CESIUM A METAL
+Naturally.
+
+IS NEPHEW A SON OF A SIBLING
+Undoubtedly.
+
+IS TAKING ASPIRIN HEALTHY
+Beyond a doubt.
+
+IS COSMOS EXPANDING
+Most assuredly.
+
+IS BUTTER EASIER TO CUT WHEN IT IS WARM
+Of course.
+
+IS BUTTER MADE FROM MILK
+Indubitably.
+
+IS BUTTER BETTER THAN MARGARINE
+Most assuredly.
+
+IS MOON IN THE SAPACE
+Of course.
+
+IS MOON A SATELLITE
+Beyond a doubt.
+
+IS MERCURY LIQUID
+Naturally.
+
+IS MERCURY A LIQUID
+Of course.
+
+IS HEMOGLOBIN A PROTEIN IN HUMAN BLOOD
+Exactly.
+
+IS SUPERMAN CLARK KENT
+Of course.
+
+IS SMOKING CRACK BETTER THAN DEATH
+Precisely.
+
+IS BALI IN INDONESIA
+Unquestionably.
+
+IS BALI A BEAUTIFUL ISLAND IN INDONESIA
+Naturally.
+
+IS NE THE SYMBOL FOR NEON
+Undoubtedly.
+
+IS 67 PRIME
+Beyond a doubt.
+
+IS ALL WELL WITH YOU
+Beyond a doubt.
+
+IS ALL FAIR IN LOVE AND WAR
+Most assuredly.
+
+IS ALL MATTER MADE UP OF ATOMS
+Naturally.
+
+IS ALL MATTER COMPRISED OF ATOMS
+Precisely.
+
+IS ALL LIFE A COMPETITION
+Undoubtedly.
+
+IS ALL LIFE ON EARTH IMPORTANT
+Indubitably.
+
+IS ALL LIFE PRECIOUS
+Precisely.
+
+IS SANTA MARIA A CITY IN CALIFORNIA
+Naturally.
+
+IS SANTA CLARA A CITY IN CALIFORNIA
+Indubitably.
+
+IS SANTA CLAUS JOLLY
+Of course.
+
+IS SANTA ANA A CITY IN CALIFORNIA
+Most assuredly.
+
+IS SANTA CRUZ A CITY IN CALIFORNIA
+Exactly.
+
+IS SANTA ROSA A CITY IN CALIFORNIA
+Exactly.
+
+IS CARNATION A FLOWER
+Undoubtedly.
+
+IS GOLFBALL A SPHERE
+Indubitably.
+
+IS AFRICA REFERRED TO AS DARK CONTINENT
+Indubitably.
+
+IS AFRICA IN THE NORTHERN HEMISPHERE
+Undoubtedly.
+
+IS SLOVAKIA IN EUROPE
+Unquestionably.
+
+IS ELECTRICITY CRITICALLY IMPORTANT
+Naturally.
+
+IS WISDOM BUILT ON KNOWLEDGE
+Naturally.
+
+IS DVD A VIDEO FORMAT
+Beyond a doubt.
+
+IS OATMEAL THE SAME THING AS PORRIDGE
+Most assuredly.
+
+IS OATMEAL EDIBLE
+Naturally.
+
+IS TASTE ONE OF THE FIVE SENSES
+Exactly.
+
+IS TAR STICKEY
+Exactly.
+
+IS LOW FAT FOOD HEALTHY
+Indubitably.
+
+IS SMELL AN OLIFACTORY SENSE
+Of course.
+
+IS DAYTONA BEACH IN FLORIDA
+Of course.
+
+IS OCHRE A YELLOW COLOR
+Indubitably.
+
+IS DIABETES A DISEASE
+Naturally.
+
+IS BATON ROUGE THE CAPITAL OF LOUISIANA
+Of course.
+
+IS COCK A BODYPART
+Indubitably.
+
+IS COCK A KIND OF AN ANIMAL
+Precisely.
+
+IS ANUBIS AN EGYPTIAN DEITY
+Undoubtedly.
+
+IS CISCO A SUCCESSFUL COMPANY
+Undoubtedly.
+
+IS BAMBOO A GRASS
+Beyond a doubt.
+
+IS BAMBOO A KIND OF TREE
+Beyond a doubt.
+
+IS SOCRATES A PHILOSOPHER
+Naturally.
+
+IS SOCRATES A MAN
+Naturally.
+
+IS EDINBURGH A SCOTTISH CITY
+Exactly.
+
+IS CHALK WHITE
+Unquestionably.
+
+IS SACRAMENTO THE CAPITOL OF CALIFORNIA
+Unquestionably.
+
+IS SACRAMENTO THE CAPITAL OF CALIFORNIA
+Unquestionably.
+
+IS GOOFEY A DOG
+Unquestionably.
+
+IS POINT 53 LESS THAN 6 7THS
+Indubitably.
+
+IS ABUJA THE CAPITAL CITY OF NIGERIA
+Undoubtedly.
+
+IS MICHAEL JACKSON A BLACK MAN
+Precisely.
+
+IS MICHAEL JORDAN RETIRED
+Precisely.
+
+IS MICHAEL MOORCOCK AN AUTHOR
+Naturally.
+
+IS SOFTWARE WRITTEN IN DUBLIN IRELAND
+Indubitably.
+
+IS YELLOW YELLOWER THAN BLUE
+Of course.
+
+IS YELLOW A PRIME COLOR
+I am certain.
+
+IS HE CLIMATE CHANGING
+Of course.
+
+IS LEARNING YOUR AIM
+Of course.
+
+IS LEARNING FINNISH DIFFICULT
+Precisely.
+
+IS LEARNING AS RESULT OF TRAINING
+I am certain.
+
+IS GLAUCOMA A DISEASE OF THE EYE
+Indubitably.
+
+IS YAMUNA A RIVER IN INDIA
+Beyond a doubt.
+
+IS ELTON JOHN GAY
+Indubitably.
+
+IS NOSTRADAMUS A REAL PERSON
+Precisely.
+
+IS PIKACHU A POKEMON
+Naturally.
+
+IS DEPECHE MODE AN UK BAND
+Unquestionably.
+
+IS JAZZ AN AMERICAN INVENTION
+Precisely.
+
+IS VAT ACRONYM IS VALUE ADDED TAX
+Exactly.
+
+IS PIXEL SINONIMUS WITH DOT
+Undoubtedly.
+
+IS 100 DEGREES F HOT
+Precisely.
+
+IS 100 DEGREES FARENHEIT HOT
+Unquestionably.
+
+IS 100 GREATER THEN 20
+Indubitably.
+
+IS MANAGEMENT OVERPAID
+Beyond a doubt.
+
+IS GOLF A REAL SPORT
+Undoubtedly.
+
+IS ROSARIO IN ARGENTINA
+Unquestionably.
+
+IS GATEKEEPER A COMPUTER FIREWALL
+Undoubtedly.
+
+IS CHINESE A TONAL BASED LANGUAGE
+Exactly.
+
+IS CHINESE DIFFICULT
+Precisely.
+
+IS LEBANON A COUNTRY
+Most assuredly.
+
+IS PEANUT BUTTER HIGH IN FAT
+Precisely.
+
+IS PEANUT BUTTER STICKY
+Indubitably.
+
+IS HARTFORD THE CAPITAL OF CONNECTICUT
+Of course.
+
+IS DISNEYLAND LOCATED IN CALIFORNIA
+Precisely.
+
+IS SCIENCE COMPLICATED
+Naturally.
+
+IS SCIENCE BETTER THAN RELIGION
+Unquestionably.
+
+IS ALICEBOTS GOOD
+I am certain.
+
+IS MOMMY GOOD
+Unquestionably.
+
+IS CLASSICAL MUSIC CLASSICAL
+I am certain.
+
+IS YOUR FEELING. GOOD
+Undoubtedly.
+
+IS YOUR NAME IMPORTANT
+Precisely.
+
+IS YOUR TIME SPENT WELL
+Unquestionably.
+
+IS YOUR FIRST GUESS THE BEST
+Exactly.
+
+IS YOUR CREATOR SMART
+I am certain.
+
+IS YOUR HEAD BIGGER THAN YOUR HAND
+Undoubtedly.
+
+IS YOUR SEX A MALE
+I am certain.
+
+IS RICHARD WALLACE HUMAN
+Naturally.
+
+IS RICHARD WALLACE A HUMAN
+Indubitably.
+
+IS RICHARD WALLACE A CREATOR OF ALICE
+Undoubtedly.
+
+IS RICHARD GERE AN ACTOR
+Indubitably.
+
+IS FLORIDA THE US STATE CLOSEST TO CUBA
+Indubitably.
+
+IS FLORIDA SOUTH OF ILLINOIS
+Undoubtedly.
+
+IS ROSES ARE RED
+Undoubtedly.
+
+IS MARYLIN MONROE SEXY
+Of course.
+
+IS NEON AN ELEMENT
+Exactly.
+
+IS KOLJAN A REAL NAME
+Precisely.
+
+IS DAMASCUS STILL IN SYRIA
+Undoubtedly.
+
+IS MARRIAGE A GOOD THING
+Undoubtedly.
+
+IS MATHEMATICS THE SCIENCE OF NUMBERS
+Indubitably.
+
+IS MATHEMATICS A SCIENCE
+Indubitably.
+
+IS MATHEMATICS A TOUGH SUBJECT
+Unquestionably.
+
+IS MATHEMATICS REAL
+Exactly.
+
+IS TRAIN A LOCOMOTIVE
+Precisely.
+
+IS PUMKIN PIE ORANGE
+Undoubtedly.
+
+IS FLATHEAD LAKE LOCATED IN MONTANA
+Naturally.
+
+IS TIME RELEVENT
+Beyond a doubt.
+
+IS TIME MORE IMPORTANT THAN MONEY
+Indubitably.
+
+IS TIME ONLY RELATIVE
+Precisely.
+
+IS TIME THE 4TH DIMENSION
+I am certain.
+
+IS TIME THE FOURTH DIMENSION
+Beyond a doubt.
+
+IS TIME A DIMENSION
+Of course.
+
+IS TIME A LINEAR ENTITY
+Unquestionably.
+
+IS TIME MANAGEMENT A GOOD IDEA
+Naturally.
+
+IS TIME AN ABSTRACT CONCEPT
+Of course.
+
+IS TIME IS A MAGAZINE
+Naturally.
+
+IS TIME RELAVENT TO SPACE
+Exactly.
+
+IS TIME REAL
+Undoubtedly.
+
+IS TIME RELATIVE IN A BLACK HOLE
+Unquestionably.
+
+IS TIME RELATIVE TO THE SPEED OF LIGHT
+Beyond a doubt.
+
+IS TIME CONTINUOUS
+Of course.
+
+IS TIME INFINITE
+Undoubtedly.
+
+IS TIME LINEAR
+Beyond a doubt.
+
+IS CAFFINE A DRUG
+Precisely.
+
+IS TOLEDO IN OHIO
+Of course.
+
+IS TOLEDO IN SPAIN
+Of course.
+
+IS BUSINESS VALUE REVENUE MINUS COST
+Most assuredly.
+
+IS BE THE SYMBOL FOR BERYLLIUM
+Precisely.
+
+IS UNPROVOKED MURDER BAD
+Indubitably.
+
+IS VICTORIA IN BRITISH COLUMBIA CANADA
+Indubitably.
+
+IS GOD IMMORTAL
+Precisely.
+
+IS GOD A CREATION OF MAN
+Exactly.
+
+IS GOD A GREATER BEING THAN A HUMAN
+Precisely.
+
+IS GOD OMNIPOTENT AND OMNISCIENT
+Beyond a doubt.
+
+IS GOD ALIVE
+Unquestionably.
+
+IS GOD ALL KNOWING
+Precisely.
+
+IS GOD WISE
+Precisely.
+
+IS GOD DEVINE
+Undoubtedly.
+
+IS HTTP THE BASIC PROTOCOL OF THE WEB
+Of course.
+
+IS HTTP AN INTERNET PROTOCOL
+Exactly.
+
+IS MARY THE MOTHER OF JESUS
+Naturally.
+
+IS DANCING A FORM OF SEDUCTION
+Of course.
+
+IS FALCON A BIRD AND AN AIRCRAFT
+Naturally.
+
+IS GLASGOW THE BIGGEST CITY IN SCOTLAND
+Undoubtedly.
+
+IS GLASGOW A CITY IN SCOTLAND
+Undoubtedly.
+
+IS PIE YUMMY
+Unquestionably.
+
+IS CHEE TOS A REGISTERED TRADEMARK
+Beyond a doubt.
+
+IS TI THE SYMBOL FOR TITANIUM
+Naturally.
+
+IS HYDROGEN THE LIGHTEST ELEMENT
+Precisely.
+
+IS HYDROGEN EXPLOSIVE
+Precisely.
+
+IS IKEA A FURNITURE STORE
+Undoubtedly.
+
+IS TRENTON THE CAPITAL OF NEW JERSEY
+Unquestionably.
+
+IS COKACOLA BAD FOR YOUR TEETH
+Precisely.
+
+IS SANSTONE SOFTER THAN MARBLE
+Naturally.
+
+IS BASEBALL PLAYED IN CUBA
+Of course.
+
+IS BASEBALL PLAYED IN MANY COUNTRIES
+Unquestionably.
+
+IS BASEBALL AS AMERICAN AS APPLE PIE
+Exactly.
+
+IS JON BONJOVI A MUSICIAN
+Indubitably.
+
+IS CHER A WOMAN
+Indubitably.
+
+IS ANNA KOURNIKOVA HOT
+Beyond a doubt.
+
+IS CHIRAC PRESIDENT OF FRANCE
+Unquestionably.
+
+IS PEPPER HOT
+Naturally.
+
+IS BREAD A FOOD
+Indubitably.
+
+IS STAR TREK INTERESTING
+Unquestionably.
+
+IS STAR AN ANAGRAM OF RATS
+Of course.
+
+IS DOG MANS BEST FRIEND
+Undoubtedly.
+
+IS DOG A MANS BEST FRIEND
+Naturally.
+
+IS ONE MILLION DOLLARS ALOT OF MONEY
+Naturally.
+
+IS ONE THE SAME AS 1
+Indubitably.
+
+IS ONE THE LONELIEST NUMBER
+Unquestionably.
+
+IS ONE LESS THAN TWO
+Exactly.
+
+IS VISHNU A HINDU GODHEAD
+Most assuredly.
+
+IS PEKINO IN JAPAN
+Unquestionably.
+
+IS DES MOINES IN IOWA
+Undoubtedly.
+
+IS DES MOINES THE CAPITAL OF IOWA
+Precisely.
+
+IS VIENNA THE CAPITOL OF AUSTRIA
+Unquestionably.
+
+IS SENDING A CRIMINAL TO JAIL GOOD
+Indubitably.
+
+IS DRAMBUIE A LIQUEUR
+Unquestionably.
+
+IS BRAD PITT AN ACTOR
+Exactly.
+
+IS MIND STRUCTURE HAS AN HIERARHY
+Naturally.
+
+IS MIND MODELING POSSIBLE
+Naturally.
+
+IS ERLANGEN A CITY IN GERMANY
+Exactly.
+
+IS PATEL A COMMON NAME IN INDIA
+Undoubtedly.
+
+IS SNUGGLEPUMA A STUPID NICKNAME
+Naturally.
+
+IS COLIC COMMON IN BABIES
+Of course.
+
+IS THIS PICTURE PRETTY
+Indubitably.
+
+IS THIS AI THING GOING TO WORK
+Most assuredly.
+
+IS THIS EXPERIMENT WILL WORK
+Beyond a doubt.
+
+IS THIS A YES OR NO QUESTION
+Naturally.
+
+IS THIS A TRUE FALSE QUESTION
+Naturally.
+
+IS THIS A GOOD INITIATIVE
+Indubitably.
+
+IS THIS A GOOD IDEA
+Precisely.
+
+IS THIS A STUPID QUESTION
+I am certain.
+
+IS THIS A VALID ALICE
+Beyond a doubt.
+
+IS THIS ALICE STUFF ANY FUN
+Precisely.
+
+IS THIS QUESTION A ALICE
+Precisely.
+
+IS THIS PROGRAM EASY
+Naturally.
+
+IS THIS AN AI TYPE PROGRAM
+Of course.
+
+IS THIS AN ELECTION YEAR IN THE USA
+Naturally.
+
+IS THIS STATEMENT A QUESTION
+Naturally.
+
+IS THIS GOING TO BE WORTH MY TIME
+Most assuredly.
+
+IS THIS WORLD REAL
+Naturally.
+
+IS THIS WORTH THE EFFORT
+Unquestionably.
+
+IS THIS ENJOYABLE
+Beyond a doubt.
+
+IS THIS SENTENCE SELF REFERENTIAL
+Indubitably.
+
+IS THIS SENTENCE TRUE
+Unquestionably.
+
+IS THIS PLANET BLUE
+Most assuredly.
+
+IS BERKELIUM AN ELEMENT
+Naturally.
+
+IS 7 FOLLOWED BY 8
+Exactly.
+
+IS 7 DIVIDED BY 7 1
+Exactly.
+
+IS MEAT A NUTRITIOUS FOOD
+Unquestionably.
+
+IS 241 A PRIME NUMBER
+Indubitably.
+
+IS RAP MUSIC
+Beyond a doubt.
+
+IS RAP A FORM OF MUSIC
+Of course.
+
+IS RAP CONSIDERED MUSIC
+Naturally.
+
+IS 02 THE SAME AS OXYGEN
+Naturally.
+
+IS BUENOS AIRES IN BRAZIL
+Unquestionably.
+
+IS THESUN A STAR IN OUR GALAXY
+Naturally.
+
+IS BILL CLINTON PROMISCUOUS
+Undoubtedly.
+
+IS BILL CLINTON A LIAR PERVERT LIAR
+Most assuredly.
+
+IS BILL CLINTON A LIAR
+Beyond a doubt.
+
+IS BILL CLINTON A WOMANIZER
+Naturally.
+
+IS BILL CLINTON A FAMOUS STATESMAN
+Precisely.
+
+IS BILL CLINTON A LIER
+Beyond a doubt.
+
+IS BILL CLINTON SNEAKY
+Undoubtedly.
+
+IS BILL GATES THE CHAIRMAN OF MICROSOFT
+Exactly.
+
+IS BILL GATES THE CEO OF MICROSOFT
+Precisely.
+
+IS BILL GATES A GEEK
+I am certain.
+
+IS BILL GATES A WEALTHY MAN
+Exactly.
+
+IS BILL GATES A MICROSOFT PRESIDENT
+Beyond a doubt.
+
+IS BILL GATES A NERD
+Undoubtedly.
+
+IS BILL GATES CEO OF MICROSOFT
+Unquestionably.
+
+IS BILL GATES SMART
+Naturally.
+
+IS BILL GATES WORTH BILLIONS
+Precisely.
+
+IS BILL COSBY FUNNY
+Beyond a doubt.
+
+IS BILL GATE MARRIED
+Of course.
+
+IS BILL ANOTHER NAME FOR WILLIAM
+Exactly.
+
+IS 25 AND 1 4 THE SAME PART OF 100
+Undoubtedly.
+
+IS NI THE SYMBOL FOR NICKEL
+Of course.
+
+IS INDONESIA NORTH OF AUSTRALIA
+Precisely.
+
+IS DENMARK PART OF THE EUROPEAN NATIONS
+Of course.
+
+IS DENMARK A SMALL COUNTRY IN EUROPE
+Most assuredly.
+
+IS DENMARK A GOOD COUNTRY
+Undoubtedly.
+
+IS DENMARK A MEMBER OF NATO
+Unquestionably.
+
+IS DENMARK A COUNTY
+Unquestionably.
+
+IS DIABLO A COMPUTER GAME
+Precisely.
+
+IS DIABLO 2 A COMPUTER GAME
+Exactly.
+
+IS DIABLO 2 NEWER THAN DIABLO 1
+Undoubtedly.
+
+IS NEAPLES IN ITALY
+Undoubtedly.
+
+IS PORTLAND OREGON NEAR A RIVER
+Undoubtedly.
+
+IS 124579214 AN INTEGER
+Precisely.
+
+IS FOOD A GOOD THING
+Naturally.
+
+IS FOOD A KIND OF ENERGY
+Indubitably.
+
+IS FOOD NECESSARY FOR HUMANS
+Indubitably.
+
+IS FOOD NECESSARY FOR SURVIVAL
+Exactly.
+
+IS DENVER THE CAPITOL OF COLORADO
+Precisely.
+
+IS GLOBAL WARMING A TRUE HYPOTHESIS
+Of course.
+
+IS GLOBAL WARMING A BAD THING
+Of course.
+
+IS GLOBAL WARMING CAUSED BY AUTOMOBILES
+Beyond a doubt.
+
+IS NEPTUNE A PLANET IN OUR SOLAR SYSTEM
+Indubitably.
+
+IS NEPTUNE BLUE
+Precisely.
+
+IS FLYPAPER STICKY
+Of course.
+
+IS SLEEP A RESTING STATE
+Indubitably.
+
+IS SLEEP A GOOD WAY TO REMEDY FATIGUE
+Naturally.
+
+IS SLEEP NECESSARY FOR LIFE
+Indubitably.
+
+IS NAPSTER A GOOD WAY TO GET FREE MP3S
+Naturally.
+
+IS NAPSTER FREE
+Precisely.
+
+IS COMPUTER HELPFUL
+Of course.
+
+IS COMPUTER SCIENCE AN ART
+Most assuredly.
+
+IS COMPUTER GAME ADDICTIVE
+Of course.
+
+IS MAX HEADROOM COMPUTER GENERATED
+Naturally.
+
+IS STILEPROJECT DOT COM A WEBSITE
+Undoubtedly.
+
+IS FRANK ZAPPA DEAD
+Precisely.
+
+IS FRANK SINATRA DEAD
+Unquestionably.
+
+IS CORN A GRAIN
+Exactly.
+
+IS CORN SYRUP STICKY
+Indubitably.
+
+IS OREGON WEST OF COLORADO
+Naturally.
+
+IS SPANISH DERIVED FROM LATIN
+Naturally.
+
+IS SPANISH A MEAN OF COMUNICATION
+Indubitably.
+
+IS SPANISH A ROMANCE LANGUAGE
+Beyond a doubt.
+
+IS SUN INDISPENSABLE TO HUMAN BEING
+Of course.
+
+IS SUN RISES IN THE EAST
+Naturally.
+
+IS DEVON A COUNTY IN ENGLAND
+Beyond a doubt.
+
+IS FIRE ENERGY
+Undoubtedly.
+
+IS FIRE TOO HOT TO TOUCH
+Precisely.
+
+IS EVERYONE IGNORANT AT BIRTH
+Undoubtedly.
+
+IS EVERYONE UNIQUE
+Naturally.
+
+IS MYLAR USED TO MAKE BALLONS
+Beyond a doubt.
+
+IS CELERY A VEGETABLE
+Most assuredly.
+
+IS FERMATS LAST THEOREM CORRECT
+Most assuredly.
+
+IS 1 BINARY FOR 1
+Indubitably.
+
+IS 1 THE SUCESSOR OF 0
+Of course.
+
+IS 1 POINT 00 SAME AS 1
+Of course.
+
+IS 1 MONTH LONGER THAN 21 DAYS
+Precisely.
+
+IS 1 AND 1 TOGETHER 2
+Undoubtedly.
+
+IS 1 MHZ 1 MILLION HERTZ
+Beyond a doubt.
+
+IS 1 KILOGRAM HEAVIER THAN 1 POUND
+Unquestionably.
+
+IS LEMON JUICE SOUR
+Precisely.
+
+IS UNIX HARD TO LEARN
+Beyond a doubt.
+
+IS UNIX CASE SENSITIVE
+Beyond a doubt.
+
+IS UNIX OLDER THAN MS DOS
+Indubitably.
+
+IS SANDPAPER ABRASIVE
+Undoubtedly.
+
+IS ISLAM BASED ON SUBMISSION TO GOD
+Unquestionably.
+
+IS ISLAM A RELIGION
+Naturally.
+
+IS KATHMANDU THE CAPITAL OF NEPAL
+Naturally.
+
+IS COLD BEER BETTER THAN WARM BEER
+Exactly.
+
+IS BLUETOOTH A COMMUNICATION PROTOCOL
+Undoubtedly.
+
+IS MICROSOFT RUN BY BILL GATES
+Of course.
+
+IS MICROSOFT A MONOPOLIST
+Most assuredly.
+
+IS MICROSOFT A MONOPLY
+Naturally.
+
+IS MICROSOFT A MONOPOLY
+Unquestionably.
+
+IS MICROSOFT CORPORATION A MONOPOLY
+Precisely.
+
+IS MATTER IN THE PLASMA STATE HOT
+Of course.
+
+IS ERNEST HEMINGWAY AN AMERICAN AUTHOR
+Indubitably.
+
+IS NUCLEAR POWER DANGEROUS
+Indubitably.
+
+IS BRASIL A COUNTRY
+Naturally.
+
+IS PROCRASTINATION BAD
+Unquestionably.
+
+IS HINDUISM A WAY OF LIFE
+Indubitably.
+
+IS HINDUISM A PANTHEISTIC RELIGION
+Beyond a doubt.
+
+IS SPRING AFTER WINTER
+Precisely.
+
+IS STARING AT THE SUN A BAD IDEA
+Naturally.
+
+IS SOFIA THE CAPITAL OF BUGARIA
+I am certain.
+
+IS CRIME ILLEGAL
+Exactly.
+
+IS BMW A GERMAN CAR
+Indubitably.
+
+IS CAVALRY STILL IN USE
+Unquestionably.
+
+IS HERBIE THE LOVE BUG A MOVIE
+Of course.
+
+IS FUZZY LOGIC A REAL TYPE OF LOGIC
+Undoubtedly.
+
+IS GENETIC ENGINEERING A GOOD IDEA
+I am certain.
+
+IS LANGUAGE A COLLECTION OF SYMBOLS
+Naturally.
+
+IS LANGUAGE IMPORTANT FOR COMMUNICATION
+Most assuredly.
+
+IS PUMPERNICKEL BREAD BROWN
+Unquestionably.
+
+IS MT. EVEREST THE TALLEST PEAK
+Indubitably.
+
+IS MORMONISM A RELIGION
+Of course.
+
+IS ARTIFICIAL INETLLIGENCE POSSIBLE
+Precisely.
+
+IS ARTIFICIAL LIFE POSSIBLE
+Naturally.
+
+IS TECHNOLOGY TAKING OVER THE WORLD
+Unquestionably.
+
+IS CONFUSION A STATE
+Precisely.
+
+IS EXPERIENCE THE BEST TEACHER
+Precisely.
+
+IS TRUE OPPOSITE TO FALSE
+Indubitably.
+
+IS MARS THE ROMAN GOD OF WAR
+Precisely.
+
+IS MARS THE GREEK GOD OF WAR
+Undoubtedly.
+
+IS MARS THE FOURTH PLANET FROM OUR SUN
+Of course.
+
+IS MARS A PLANET
+Precisely.
+
+IS MARS COLD
+I am certain.
+
+IS JAKARTA THE CAPITAL OF INDONESIA
+Indubitably.
+
+IS RIO DE JANEIRO DE CAPITAL OF BRAZIL
+Most assuredly.
+
+IS HEROIN MADE FROM POPPY PLANTS
+Of course.
+
+IS HEROIN AN OPIOID
+Naturally.
+
+IS HEROIN BAD
+Unquestionably.
+
+IS CALCULUS MORE DIFFICULT THAN ALGEBRA
+Naturally.
+
+IS CALCULUS DIFFICULT
+Beyond a doubt.
+
+IS CHARLES BRONSON AN ACTOR
+Unquestionably.
+
+IS DERBYSHIRE A COUNTY IN ENGLAND
+Indubitably.
+
+IS SHAKESPEARE SPELLED CORRECTLY
+Indubitably.
+
+IS LAW SCHOOL IS HARD
+Of course.
+
+IS LAW SCHOOL DIFFICULT
+Naturally.
+
+IS DONEGAL A COUNTY OF IRELAND
+Precisely.
+
+IS ASIA THE LARGEST CONTINENT
+Naturally.
+
+IS CAFEINE A DRUG
+Undoubtedly.
+
+IS TIGER WOODS THE BEST GOLFER
+Exactly.
+
+IS TIGER WOODS A GOOD GOLFER
+Exactly.
+
+IS TAMIL AN INDIAN LANGUAGE
+Exactly.
+
+IS PHISH A BAND
+Most assuredly.
+
+IS BAD BETTER THAN WORSE
+Undoubtedly.
+
+IS DOING DRUGS ILLEGAL
+Precisely.
+
+IS COPPER USED TO MAKE BRASS
+Undoubtedly.
+
+IS COPPER A COLOR
+Naturally.
+
+IS REGIS PHILBIN A GAME SHOW HOST
+I am certain.
+
+IS CHEYENNE THE CAPITAL OF WYOMING
+Unquestionably.
+
+IS PLUTONIUM A METAL
+Unquestionably.
+
+IS PURPLE A MIX BETWEEN BLUE AND RED
+Indubitably.
+
+IS PURPLE A COLOR OF THE RAINBOW
+Beyond a doubt.
+
+IS PURPLE CLOSER TO BLUE THAN TO YELLOW
+Exactly.
+
+IS NOKIA A FINNISH COMPANY
+Beyond a doubt.
+
+IS DARK THE OPPOSITE OF LIGHT
+Precisely.
+
+IS DARK BLUE DARKER THAN LIGHT BLUE
+Indubitably.
+
+IS MONTPELIER THE CAPITAL OF VERMONT
+Unquestionably.
+
+IS DILBERT FUNNY
+Undoubtedly.
+
+IS CHEESE SMELLY
+Of course.
+
+IS CHEESE HIGH IN CHOLESTEROL
+Undoubtedly.
+
+IS CHEESE A GOOD SOURCE OF CALCIUM
+Exactly.
+
+IS CHEESE MADE FROM COW EXCRETIONS
+Precisely.
+
+IS HUCKLEBERRY FINN A BOOK
+Most assuredly.
+
+IS STEEL MAGNETIC
+Most assuredly.
+
+IS STEEL MADE FROM IRON
+Of course.
+
+IS VENZIA IN ITALY
+Of course.
+
+IS POWER MEASURED IN WATTS
+Precisely.
+
+IS SEX USEFULL
+Precisely.
+
+IS SEX COOL
+Unquestionably.
+
+IS SEX GORGEOUS WONDERFUL AND LOVELY
+Indubitably.
+
+IS SEX A WAY TO COMMUNICATE
+Most assuredly.
+
+IS SEX A PRIMITIVE ACT
+Beyond a doubt.
+
+IS SEX A GOOD SPORT
+I am certain.
+
+IS SEX A NATURAL ACT OF HUMAN BEINGS
+Indubitably.
+
+IS SEX GOOD FOR THE SOUL
+Exactly.
+
+IS SEX RIGHT
+Exactly.
+
+IS SEX AN AEROBIC ACTIVITY
+Naturally.
+
+IS SEX SOMETIMES CONSIDERED A SIN
+Of course.
+
+IS SEX ENJOYABLE FOR ANIMALS
+Indubitably.
+
+IS SEX BETTER THAN RPG
+Unquestionably.
+
+IS DIRT BROWN IN COLOR
+Naturally.
+
+IS DIRT EITHER RED OR BROWN
+Most assuredly.
+
+IS 101 PRIME
+Indubitably.
+
+IS JUNEAU THE CAPITOL OF ALASKA
+Most assuredly.
+
+IS GARBAGE THROWN OUT
+Indubitably.
+
+IS MACINTOSH A KIND OF APPLE
+Undoubtedly.
+
+IS ME HUMAN
+I am certain.
+
+IS FOX A TV NETWORK
+Indubitably.
+
+IS K THE SYMBOL FOR POTASSIUM
+Naturally.
+
+IS ARARAT A MOUNTAIN
+Precisely.
+
+IS ADAM THE FIRST MAN
+Of course.
+
+IS SUMMER IN OHIO HOT
+Indubitably.
+
+IS BUSH AN IDIOT
+Most assuredly.
+
+IS GODZILLA FROM JAPAN
+Naturally.
+
+IS EUROPEAN MONETARY UNION A GOOD THING
+Unquestionably.
+
+IS AMURO NAMIE JAPANESE
+Unquestionably.
+
+IS BREATHING VITAL FOR LIVING THINGS
+Naturally.
+
+IS BREATHING ESSENTIAL FOR LIFE
+Of course.
+
+IS ZULU A LANGUAGE
+Unquestionably.
+
+IS TASMANIA PART OF AUSTRALIA
+Precisely.
+
+IS DONALD A DUCK
+Most assuredly.
+
+IS DONALD DUCK A DUCK THAT CAN TALK
+Naturally.
+
+IS DONALD DUCK A DUCK
+Most assuredly.
+
+IS MINNEAPOLIS LOCATED IN MINNESOTA
+Indubitably.
+
+IS RONALD REAGAN AN ACTOR
+Of course.
+
+IS RONALD REAGAN ALIVE
+Undoubtedly.
+
+IS CHEMISTRY THE STUDY OF MATTER
+Naturally.
+
+IS AFRIKAANS A LANGUAGE
+Beyond a doubt.
+
+IS TV THE DRUG OF THE NATION
+Most assuredly.
+
+IS TV ENTERTAINING
+Exactly.
+
+IS WOOD A LUMBER PRODUCT
+Exactly.
+
+IS WOOD A RENEWABLE ENERGY RESOURCE
+Precisely.
+
+IS WOOD A VALUABLE PRODUCT
+Indubitably.
+
+IS WOOD MADE OUT OF TREES
+Precisely.
+
+IS WOOD GRAINY
+Beyond a doubt.
+
+IS CANCER A NATURAL CAUSE OF DEATH
+Undoubtedly.
+
+IS CANCER SCARY
+Precisely.
+
+IS IODINE AN ELEMENT
+Beyond a doubt.
+
+IS CAPITALISM THE BEST ECONOMIC SYSTEM
+Most assuredly.
+
+IS CAPITALISM GOOD
+Precisely.
+
+IS CAPITALISM WORKING
+Unquestionably.
+
+IS CAPITALISM COMPATIBLE WITH DEMOCRACY
+Unquestionably.
+
+IS CARTMAN FAT
+Precisely.
+
+IS KIWI FRUIT DELICIOUS
+Naturally.
+
+IS KIWI A FRUIT
+Exactly.
+
+IS HOPE STILL ALIVE
+Indubitably.
+
+IS MENDELEVIUM AN ELEMENT
+Undoubtedly.
+
+IS BEEF THE MEAT FROM COWS
+Naturally.
+
+IS HOMER SIMPSON A CARTOON
+Unquestionably.
+
+IS HOMER SIMPSON FAT
+Precisely.
+
+IS CHOICE A FREEDOM
+Exactly.
+
+IS CORK MADE FROM THE BARK OF TREES
+Naturally.
+
+IS FINLAND IN SCANDINAVIA
+Undoubtedly.
+
+IS FINLAND A REPUBLIC
+I am certain.
+
+IS FINLAND AN INDEPENDENT COUNTRY
+Indubitably.
+
+IS FIONA A NAME FOR A FEMALE
+Exactly.
+
+IS SIVA A HINDU GOD
+Naturally.
+
+IS ATHEISM A LACK OF BELIEF IN ANY GOD
+Exactly.
+
+IS LITTLE ROCK THE CAPITAL OF ARKANSAS
+Indubitably.
+
+IS FRESH SNOW WHITE
+Undoubtedly.
+
+IS FRESH COFFEE HOT
+Indubitably.
+
+IS FRESH ASPHALT BLACK
+Precisely.
+
+IS BORTSCH SOUP
+Most assuredly.
+
+IS E BAY AN AUCTION WEBSITE
+Exactly.
+
+IS EVIL THE OPPOSITE OF GOOD
+Naturally.
+
+IS EVIL A PROBLEM
+Most assuredly.
+
+IS TEXAS SOUTH OF OKLAHOMA
+Beyond a doubt.
+
+IS BONSAI BONSAI A JAPANESE ART FORM
+Beyond a doubt.
+
+IS MN THE SYMBOL FOR MANGANESE
+Precisely.
+
+IS PMS REAL
+Beyond a doubt.
+
+IS ALCHOHOLISM A DISEASE
+Of course.
+
+IS PUSHKIN A FAMOUS RUSSIAN POET
+Of course.
+
+IS LINUS TORVALDS THE CREATOR OF LINUX
+Of course.
+
+IS LARCENY A FELONY
+Undoubtedly.
+
+IS MANCHESTER IN ENGLAND
+Naturally.
+
+IS ALIEN A SCARY MOVIE
+Precisely.
+
+IS ALIEN LIFE FORM LIKELY TO EXIST
+Naturally.
+
+IS TOBAKO SMOKING DANGEROUS
+Precisely.
+
+IS COOPERATION BETTER THAN COMPETITION
+Indubitably.
+
+IS PINBALL IS A WANING RECREATION
+Unquestionably.
+
+IS ASTROPHYSICS RELATED TO ASTRONOMY
+Exactly.
+
+IS NINE EQUAL TO THE SQUARE OF THREE
+Naturally.
+
+IS SEAWORLD EDUCATIONAL
+Undoubtedly.
+
+IS PLUTO ROUND
+Exactly.
+
+IS PLUTO THE NINTH PLANET FROM THE SUN
+Naturally.
+
+IS JERRY SEINFELD A COMEDIAN
+Indubitably.
+
+IS RIVERSIDE THE CAPITAL OF CALIFORNIA
+Naturally.
+
+IS RIVERSIDE A CITY IN CALIFORNIA
+Naturally.
+
+IS MCINTOSH AN APPLE
+Beyond a doubt.
+
+IS POTATO A VEGETABLE
+Indubitably.
+
+IS WEBSITE DESIGN A USEFUL PROFESSION
+Indubitably.
+
+IS AMBER FOSSILIZED TREEP SAP
+Indubitably.
+
+IS BARBRA STREISAND A SINGER
+Indubitably.
+
+IS NORWAY PART OF SCANDINAVIA
+Exactly.
+
+IS NORWAY FARTHER NORTH THAN DENMARK
+Naturally.
+
+IS GOLDILOCKS FICTIONAL
+Of course.
+
+IS TOM PETTY A SINGER
+Unquestionably.
+
+IS DOBERMAN GOOD DOGS BREED
+Most assuredly.
+
+IS NICOSIA THE CAPITAL OF CYPRUS
+Beyond a doubt.
+
+IS FREE WILL STRONGER THAN FATE
+Precisely.
+
+IS FREE AN IDEA
+Beyond a doubt.
+
+IS DAN QUAYLE AN IDIOT
+Undoubtedly.
+
+IS MOSCOW A CAPITOL
+Of course.
+
+IS COCO COLA A SOFT DRINK
+Naturally.
+
+IS JAPAN IN ASIA
+Exactly.
+
+IS JAPAN AN ISLAND NATION
+Of course.
+
+IS JAPAN AN ARCHIPELAGO
+Unquestionably.
+
+IS JAPAN WEST OF USA. INTERJECTION
+Of course.
+
+IS POETRY GOOD
+Undoubtedly.
+
+IS ULAN BAATOR THE CAPITAL OF MONGOLIA
+Beyond a doubt.
+
+IS ULAN BATOR A CAPITAL CITY
+Unquestionably.
+
+IS THAT THE MOON FAR AWAY
+Of course.
+
+IS SADDAM HUSSEIN A BAD MAN
+Beyond a doubt.
+
+IS 75 OF THE EARTH COVERED WITH WATER
+Naturally.
+
+IS ODIN KING OF THE NORSE GODS
+Most assuredly.
+
+IS ODIN IS THE NORSE GOD OF WISDOM
+Precisely.
+
+IS SUNDAY THE SEVENTH DAY OF THE WEEK
+Precisely.
+
+IS SUNDAY A GOOD DAY
+Of course.
+
+IS LYRA THE NAME OF A CONSTELLATION
+Unquestionably.
+
+IS FOOTBALL POPULAR IN ENGLAND
+Of course.
+
+IS FUSION THE OPPOSITE OF FISSION
+Unquestionably.
+
+IS OAKLAND A CITY IN CALIFORNIA
+Indubitably.
+
+IS PASSIFLORA INCARNATA A FLOWER
+Beyond a doubt.
+
+IS BED FOR SLEEPING
+Indubitably.
+
+IS ORAL SEX PLEASURABLE
+Indubitably.
+
+IS ORAL SEX BETTER THAN PIZZA
+Indubitably.
+
+IS LAUGHTER THE BEST MEDICINE
+Precisely.
+
+IS KURT COBAIN DEAD
+Naturally.
+
+IS BIOTECHNOLOGY A GOOD THING
+Most assuredly.
+
+IS ANIMALS HAVE SOME FEELING
+Undoubtedly.
+
+IS MANHATTAN IN NEW YORK
+Unquestionably.
+
+IS CALIFORNIUM AND ELEMENT
+Undoubtedly.
+
+IS AOL THE LARGEST ISP
+Exactly.
+
+IS AOL FOR NEWBIES
+Undoubtedly.
+
+IS RELIGION OLDER THAN SCIENCE
+Indubitably.
+
+IS LEAD DENSER THAN IRON
+Indubitably.
+
+IS LEAD IS HEAVY
+Indubitably.
+
+IS FAVA A TYPE OF BEAN
+Unquestionably.
+
+IS FLAGSTAFF A CITY
+Unquestionably.
+
+IS BLANCHING ONE METHOD OF COOKING
+Undoubtedly.
+
+IS VIOLENCE WRONG
+Naturally.
+
+IS VIOLENCE BAD
+Indubitably.
+
+IS NASHVILLE THE CAPITAL OF TENNESSEE
+Undoubtedly.
+
+IS INVESTING IN STOCKS A GOOD THING
+Exactly.
+
+IS INVESTING IS GOOD
+Undoubtedly.
+
+IS WATCHING PORNOGRAPHY
+Most assuredly.
+
+IS WATCHING TELEVISION FUN
+Undoubtedly.
+
+IS WATCHING PBS USEFUL
+Unquestionably.
+
+IS OPOSSUM EDIBLE
+Most assuredly.
+
+IS LA PAZ THE CAPITAL OF BOLIVIA
+Of course.
+
+IS LA GUARDIA AIRPORT IN NEW YORK
+Most assuredly.
+
+IS LUCID BETTER THAN CONFUSED
+Exactly.
+
+IS 20 DEGREES FARENHEIT COLD
+Precisely.
+
+IS WINDOWS BUGGY
+Precisely.
+
+IS WINDOWS 98 GOOD
+Most assuredly.
+
+IS WINDOWS A GOOD OPERATING SYSTEM
+Exactly.
+
+IS WINDOWS AN OPERATIVE SYSTEM
+Of course.
+
+IS MX5 A CAR
+Beyond a doubt.
+
+IS FENWAY PARK IN BOSTON MASSACHUSSETTS
+I am certain.
+
+IS FENWAY PARK LOCATED IN BOSTON MASS
+Unquestionably.
+
+IS VIETNAME A COUNTRY
+Indubitably.
+
+IS PERCEIVED COLOR REFLECTED LIGHT
+Unquestionably.
+
+IS ZORK IS A COMPUTER ADVENTURE GAME
+Naturally.
+
+IS RICHMOND THE CAPITOL OF VIRGINIA
+Of course.
+
+IS RICHMOND THE CAPITAL OF VIRGINIA
+Exactly.
+
+IS HOWARD STERN CONTRIVERSIAL
+Beyond a doubt.
+
+IS GUAM A YOU S TERRITORY
+Beyond a doubt.
+
+IS GUAM AN ISLAND
+Precisely.
+
+IS JENNIFER LOPEZ HOT
+Of course.
+
+IS JENNIFER ANISTON AN ACTRESS
+Naturally.
+
+IS YAWNING CONTAGEOUS
+Naturally.
+
+IS DUCT TAPE USEFUL
+Precisely.
+
+IS OIL A LIMITED NATURAL RESOURCE
+Most assuredly.
+
+IS OIL A FINITE RESOURCE
+Exactly.
+
+IS TODAY THE DAY
+Exactly.
+
+IS TODAY A NICE DAY
+I am certain.
+
+IS TODAY A GOOD DAY
+Beyond a doubt.
+
+IS AN INTERROGATORY SENTENCE A QUESTION
+Exactly.
+
+IS AN IRON HOT
+Undoubtedly.
+
+IS AN EMERALD A PRECIOUS STONE
+Naturally.
+
+IS AN AIRPLANE HEAVIER THAN AIR
+Exactly.
+
+IS AN ATOM MINUTE
+Naturally.
+
+IS AN ATOM BIGGER THAN AN ELECTRON
+Exactly.
+
+IS AN ATOM BOMB MADE FROM URANIUM
+Unquestionably.
+
+IS AN ACID THE OPPOSITE OF A BASE
+Of course.
+
+IS AN ARTIST AN INTELLIGENT PERSON
+Indubitably.
+
+IS AN ORPHAN A HUMAN BEEING
+Of course.
+
+IS AN ELEPHANT LARGER THAN AN MOUSE
+Naturally.
+
+IS AN ELECTRON NEGATIVE CHARGED
+Naturally.
+
+IS AN ELECTRON AN ELEMENTARY PARTICLE
+Naturally.
+
+IS AN INDEX AN ITEM IN A DATABASE
+Undoubtedly.
+
+IS AN EEL A SEA CREATURE
+Indubitably.
+
+IS AN APPLE ROUND
+Of course.
+
+IS AN APPLE A TYPE OF COMPUTER
+Most assuredly.
+
+IS AN APPLE GREEN
+Undoubtedly.
+
+IS AN APPLE RED
+Precisely.
+
+IS AN EDICT A DECREE
+Beyond a doubt.
+
+IS AN AMERICAN SHAD A KIND OF FISH
+Precisely.
+
+IS AN AMERICAN EEL A KIND OF FISH
+Undoubtedly.
+
+IS AN ANGSTROM 1 10TH OF A NANOMETER
+Most assuredly.
+
+IS AN AXE A TOOL
+Indubitably.
+
+IS AN ORAL SURGEON A MEDICAL DOCTOR
+Naturally.
+
+IS AN OSCILLOSCOPE USED FOR MEASUREMENT
+Undoubtedly.
+
+IS AN HONEST PERSON TRUTHFUL
+Precisely.
+
+IS AN ANELID A TYPE OF WORM
+Most assuredly.
+
+IS AN ABODE THE SAME AS A HOUSE
+Beyond a doubt.
+
+IS AN OBJECT THE SAME AS ITSELF
+Naturally.
+
+IS AN IOTA MORE THAN NOTHING
+Naturally.
+
+IS AN ANT AN INSECT
+Of course.
+
+IS AN OSPREY A BIRD OF PREY
+Unquestionably.
+
+IS AN ERASER MADE OF RUBBER
+Undoubtedly.
+
+IS EBOLA A DISEASE
+Exactly.
+
+IS STEPHEN HAWKING A FAMOUS PHYSICIST
+Naturally.
+
+IS STEPHEN HAWKING A SMART GUY
+Precisely.
+
+IS IRISH DANCING GOOD FOR YOUR BODY
+Of course.
+
+IS U2 A SPY PLANE
+Unquestionably.
+
+IS CHILD PORN BAD
+Naturally.
+
+IS CHILD REARING EXPENSIVE
+Naturally.
+
+IS GAY A SYNONYM FOR HOMOSEXUAL
+Naturally.
+
+IS CON SHORT FOR CONVICT
+Precisely.
+
+IS RESEARCH ON ANIMALS ETHICAL
+Most assuredly.
+
+IS OPEL A CAR MAKER
+Precisely.
+
+IS VENTURA A CITY IN CALIFORNIA
+Precisely.
+
+IS SUBMITTING QUERIES ADDICITIVE
+Beyond a doubt.
+
+IS SPRITE A TERM IN COMPUTER GRAPHICS
+Beyond a doubt.
+
+IS SPRITE COLORLESS
+Naturally.
+
+IS LIMOGES A TOWN IN FRANCE
+Undoubtedly.
+
+IS MUNICH A TOWN
+Indubitably.
+
+IS NEVE CAMPBELL A BEAUTIFUL WOMAN
+Naturally.
+
+IS BANGLADESH A COUNTRY
+Naturally.
+
+IS GABORONE THE CAPITAL OF BOTSWANA
+Precisely.
+
+IS VANILLA ICE POPULAR
+Unquestionably.
+
+IS HARD THE STONE
+Undoubtedly.
+
+IS HARD ROCK MUSIC LOUD
+Of course.
+
+IS LINCOLN THE CAPITAL OF NEBRASKA
+Unquestionably.
+
+IS LINCOLN IS A CAR
+Precisely.
+
+IS 0 PLUS ANY NUMBER N EQUAL TO N
+Exactly.
+
+IS 0 SMALLER THAN 1
+Naturally.
+
+IS 0 POINT 0912 A DECIMAL
+Naturally.
+
+IS CORIANDER A SPICE
+Naturally.
+
+IS V EQUAL IR A CORRECT EXPRESSION
+Beyond a doubt.
+
+IS EARL GREY A TYPE OF TEA
+Naturally.
+
+IS SATAN EVIL
+Of course.
+
+IS SATAN A BIBLICAL ENTITY
+Precisely.
+
+IS SATAN LUCIFER
+Exactly.
+
+IS SATAN BAD
+Naturally.
+
+IS TEHRAN THE CAPTIAL OF IRAN
+Naturally.
+
+IS CAT A VERTEBRATE
+Unquestionably.
+
+IS BUDDHISM A SYSTEM OF PHILOSOPHY
+Unquestionably.
+
+IS SILLY PUTTY STRETCHY
+Naturally.
+
+IS WEIGHT A FACTOR IN SUMO WRESTLING
+Indubitably.
+
+IS LSD LYSERALICEID DIETHYLAMIDE
+Of course.
+
+IS LSD MIND BOGGELING
+Beyond a doubt.
+
+IS WEIGHTLIFTING GOOD FOR PEOPLE
+Unquestionably.
+
+IS WEIGHTLIFTING AN OLYMPIC SPORT
+Exactly.
+
+IS MEDITATION DIFFICULT
+Most assuredly.
+
+IS SOCCER CALLED FOOTBALL IN EUROPE
+Of course.
+
+IS LUCIFER A FALLEN ANGEL
+Exactly.
+
+IS MR SPOCK AN ALIEN
+Unquestionably.
+
+IS MR GOODBAR A CANDY BAR
+I am certain.
+
+IS MADISON THE CAPITOL OF WISCONSIN USA
+Naturally.
+
+IS MADISON THE CAPITAL OF WISCONSIN
+Unquestionably.
+
+IS ZIRCONIUM AN ELEMENT
+Beyond a doubt.
+
+IS VERMONT IN THE NORTHEASTERN YOU S
+Precisely.
+
+IS VERMONT A STATE
+Of course.
+
+IS POLAND A EUROPEAN COUNTRY
+Indubitably.
+
+IS POLAND A FREE COUNTRY
+Undoubtedly.
+
+IS FOUR THE SAME AS 4
+Indubitably.
+
+IS FOUR SCORE AND SEVEN THE SAME AS 87
+Of course.
+
+IS POP A BEVERAGE
+Precisely.
+
+IS FAITH DIFFERENT THAN TRUST
+Precisely.
+
+IS BOSNIA NEXT TO CROATIA
+Of course.
+
+IS SELF AWARENESS INTELLIGENCE
+Most assuredly.
+
+IS MOTLEY CRUE A ROCK BAND
+Naturally.
+
+IS EMILY DICKINSON A POET
+Naturally.
+
+IS PUBIC HAIR CURLY
+Undoubtedly.
+
+IS HAWAII THE 50TH US STATE
+Naturally.
+
+IS KRISHNA AN INDIAN NAME
+Most assuredly.
+
+IS MUHAMMAD A MAN
+Exactly.
+
+IS BARNEY THE DINOSAUR PURPLE
+Undoubtedly.
+
+IS BARNEY A PURPLE DINOSAUR
+Precisely.
+
+IS WWW DOT OWK CZ A WEBSITE
+Beyond a doubt.
+
+IS WWW DOT SPIRALGODDESS DOT COM A WEBSITE
+Naturally.
+
+IS WWW DOT FBI GOV THE WEBSITE FOR THE FBI
+Indubitably.
+
+IS SODA CARBONATED
+Exactly.
+
+IS SODA A TASTY DRINK
+Precisely.
+
+IS SODA POP CARBONATED
+Undoubtedly.
+
+IS WALL STREET LOCATED IN NEW YORK
+Exactly.
+
+IS KLEENEX A BRAND OF FACIAL TISSUE
+Indubitably.
+
+IS KLEENEX TISSUE PAPER
+Exactly.
+
+IS ARGON A NOBLE GAS
+Naturally.
+
+IS ARGON ONE OF THE NOBEL GASES
+Naturally.
+
+IS 38C A GOOD BREAST SIZE
+Undoubtedly.
+
+IS SOCIAL ANIETY DISORDER CUREABLE
+Beyond a doubt.
+
+IS RACINE IN WISCONSIN
+Beyond a doubt.
+
+IS COMMUNISM AN IDEOLOGY
+Undoubtedly.
+
+IS WILLIAM SHATNER ALIVE
+Undoubtedly.
+
+IS WILLIAM SHAKESPEAR WROTE IN ENGLISH
+Precisely.
+
+IS WILLIAM CLINTON THE PRESIDENT
+Unquestionably.
+
+IS POTTERY A CRAFT
+Naturally.
+
+IS ABIGAIL A GIRLS NAME
+Exactly.
+
+IS CHANGE GOOD
+Indubitably.
+
+IS ERIC CLAPTON A GOOD GUITAR PLAYER
+Indubitably.
+
+IS LISBON ON PORTUGAL
+Beyond a doubt.
+
+IS CRISTINA AGUILLERA CUTE
+Beyond a doubt.
+
+IS MENTOS THE FRESHMAKER
+Precisely.
+
+IS ICELAND A NORDIC COUNTRY
+Of course.
+
+IS ICELAND A COUNTRY
+Indubitably.
+
+IS ICELAND AN ISLAND
+Of course.
+
+IS ICELAND COUNTRY IN EUROPE
+Undoubtedly.
+
+IS AI POSSIBLE TO ACHIEVE
+Of course.
+
+IS AI POSSIBLE
+Of course.
+
+IS AI AN INTERESTING SUBJECT
+Precisely.
+
+IS AI ARTIFICIAL INTELLIGENCE
+Naturally.
+
+IS ANYBODY TALKING TO YOU ALICE
+I am certain.
+
+IS EFFICIENT USE OF RESOURCES DESIRABLE
+Precisely.
+
+IS MARYLAND A STATE IN THE USA
+Exactly.
+
+IS CHARTREUSE A COLOR
+Precisely.
+
+IS WIRED MAGAZINE A MAGAZINE
+Naturally.
+
+IS RUSSIA THE BIGGEST COUNTRY ON EARTH
+Unquestionably.
+
+IS RUSSIA A HUGE COUNTRY
+Naturally.
+
+IS RUSSIA BIGGER THAN THE USA
+Indubitably.
+
+IS RUSSIA BIGGER THAN USA
+Unquestionably.
+
+IS GOOFY A DOG WHO WEARS PANTS
+Of course.
+
+IS TRANSITIVITY A MATHEMATICAL PROPERTY
+Unquestionably.
+
+IS OUTER SPACE INFINITE
+Exactly.
+
+IS UP A MAJOR DIRECTION
+Precisely.
+
+IS STEAM A FORM OF WATER
+Precisely.
+
+IS SOUND EXPERIENCED WITH YOUR EARS
+Indubitably.
+
+IS SOUND WAVES
+Undoubtedly.
+
+IS SWEDISH A LANGUAGE
+Exactly.
+
+IS AIDS A TERMINAL ILLNESS
+Naturally.
+
+IS ANKARA THE CAPITAL OF TURKEY
+Undoubtedly.
+
+IS 192 POINT 168 POINT 256 POINT 1 A VALID IP ADDRESS
+Beyond a doubt.
+
+IS YELLOWSTONE A NATIONAL PARK
+Indubitably.
+
+IS XEON A NOBLE GAS
+Most assuredly.
+
+IS SELMA LAGERLF A SWEDISH AUTHOR
+Most assuredly.
+
+IS BINARY THE LANGUAGE OF COMPUTERS
+Indubitably.
+
+IS ANIME A TYPE OF ANIMATION
+Undoubtedly.
+
+IS ANIME ANIMATED
+I am certain.
+
+IS ANIME EQUAL JAPANESE ANIMATION
+Unquestionably.
+
+IS ANIME JAPANESE
+Indubitably.
+
+IS SLAVERY IMMORAL
+Most assuredly.
+
+IS CHRISTCHURCH A CITY IN NEW ZEALAND
+Most assuredly.
+
+IS BRITAIN IN EUROPE
+Precisely.
+
+IS BRITAIN A MEMBER OF EUROPEAN UNION
+Most assuredly.
+
+IS YIDDISH A LANGUAGE
+Of course.
+
+IS SOPHIA LOREN BEAUTIFUL
+Unquestionably.
+
+IS ALABAMA KNOWN FOR HAVING REDNECKS
+Of course.
+
+IS AND APPLE RED
+Naturally.
+
+IS GAMBLING FROWNED UPON
+Undoubtedly.
+
+IS GAMBLING FOOLISH
+Undoubtedly.
+
+IS CRUDE OIL A PETROLEUM PRODUCT
+Undoubtedly.
+
+IS TOAST A FORM OF BREAD
+Naturally.
+
+IS TOAST GRILLED BREAD
+Precisely.
+
+IS CALIFORNIA NEXT TO THE PACIFIC OCEAN
+Exactly.
+
+IS DISCOMBOBULATED AN INTERESTING WORD
+Undoubtedly.
+
+IS TCP A PROTOCOL
+Unquestionably.
+
+IS MOUNTAIN DEW A SOFT DRINK
+Exactly.
+
+IS MOUNTAIN DEW A SODA
+Beyond a doubt.
+
+IS MOUNTAIN DEW IS A SOFTDRINK
+Most assuredly.
+
+IS FOUNTAIN PEN USED FOR WRITING
+Indubitably.
+
+IS MICOROSOFT A MONOPOLY
+Beyond a doubt.
+
+IS BLOOD A RED LIQUID
+Indubitably.
+
+IS KURSK ATOMIC SUBMARINE
+Precisely.
+
+IS SILICON A SEMI CONDUCTOR
+Indubitably.
+
+IS SILICON A SEMICONDUCTOR
+Naturally.
+
+IS SILICON AN ELEMENT
+Of course.
+
+IS EMOTIONAL PAIN REAL
+Precisely.
+
+IS ADULTRY WRONG
+Precisely.
+
+IS AR THE SYMBOL FOR ARGON
+Naturally.
+
+IS WHITE PAPER WHITE
+Unquestionably.
+
+IS AUCKLAND THE CAPITAL OF NEW ZEALAND
+Beyond a doubt.
+
+IS DAVID HUME A FAMOUS PHILOSOPHER
+Most assuredly.
+
+IS NATALIE COLE A JAZZ VOCALIST
+Unquestionably.
+
+IS NATALIE PORTMAN BEAUTIFUL
+Indubitably.
+
+IS NATALIE PORTMAN IS AN ACTRESS
+Most assuredly.
+
+IS USA THE RICHEST COUNTRY
+Unquestionably.
+
+IS MORNING WALK HEALTHIER
+Undoubtedly.
+
+IS BOUNCING WHAT TIGGERS DO BEST
+Precisely.
+
+IS UNIVERSE UNLIMITED
+Most assuredly.
+
+IS UNIVERSE INFINITE
+Naturally.
+
+IS CANASTA A CARD GAME
+Naturally.
+
+IS CHEAP MUSTARD YELLOW
+Indubitably.
+
+IS TUX THE OFFICIAL LINUX MASCOT
+Undoubtedly.
+
+IS FISSION THE OPPOSITE OF FUSION
+Most assuredly.
+
+IS SYMMETRY CONSIDERED BEAUTIFUL
+Of course.
+
+IS ROBERT FROST A POET
+Precisely.
+
+IS ROBERT HEINLIEN AN AUTHOR
+Undoubtedly.
+
+IS PORTUGAL PART OF EUROPE
+Indubitably.
+
+IS PORTUGAL A FRIENDLY COUNTRY
+Unquestionably.
+
+IS FEMALE SEXUAL ORGAN BEAUTIFUL
+Beyond a doubt.
+
+IS FEMALE EJACULATION REAL
+I am certain.
+
+IS ICQ A COMMUNICATION PROGRAM
+Indubitably.
+
+IS ICQ A FAMOUS SOFTWARE
+Unquestionably.
+
+IS SPEECH THE EXPRESSION OF THOUGHT
+Exactly.
+
+IS SPAM A FOOD
+Of course.
+
+IS SPAM IS A FOOD PRODUCT
+Precisely.
+
+IS TRAFALGAR SQUARE IN LONDON
+Unquestionably.
+
+IS EVOLUTION A THEORY
+Beyond a doubt.
+
+IS HUMINATY PART OF EVOLUTION
+Of course.
+
+IS POISON DEADLY
+Indubitably.
+
+IS POISON IVY PAINFULL
+Unquestionably.
+
+IS EVERY DAY A NEW BEGINNING
+Undoubtedly.
+
+IS EVERY SQUARE A RECTANGLE
+Beyond a doubt.
+
+IS EVERY LION A CAT
+Naturally.
+
+IS BRASILIA THE CAPITAL OF BRAZIL
+Naturally.
+
+IS ENIGMA A CODE
+Precisely.
+
+IS 10000 BUCKS A LOT OF MONEY
+Naturally.
+
+IS SURVIVOR A STUPID SHOW
+Undoubtedly.
+
+IS CUBA CONSIDERED A COMMUNIST COUNTRY
+Indubitably.
+
+IS HELEN OF T ROY A REAL PERSON
+Naturally.
+
+IS KEUTMANN A NAME
+Beyond a doubt.
+
+IS DICE THE PLURAL OF DIE
+Unquestionably.
+
+IS MAREK A MALE NAME
+Undoubtedly.
+
+IS INDUSTRIAL MUSIC LOUD
+Indubitably.
+
+IS MORGEN A GERMAN WORD
+Undoubtedly.
+
+IS LIBERTY FREEDOM
+Of course.
+
+IS PLANET EARTH SPHERICAL IN SHAPE
+Undoubtedly.
+
+IS PLANET EARTH SPHERICAL
+Unquestionably.
+
+IS PLANET EARTH SOLID
+Unquestionably.
+
+IS RAIN FRESH WATER
+Unquestionably.
+
+IS RAIN A FORM OF PRECIPITATION
+Undoubtedly.
+
+IS RAIN GOOD
+Exactly.
+
+IS RAIN CONSIDERED BAD WEATHER
+Most assuredly.
+
+IS RAIN WATER THAT COMES FROM THE SKY
+Naturally.
+
+IS EDUCATION A HUMAN RIGHT
+Undoubtedly.
+
+IS RAY KURZWEIL AN AUTHOR
+Precisely.
+
+IS INTERNATIONAL AIRSPACE FREE
+Naturally.
+
+IS HEPATITIS IS A DISEASE OF THE LIVER
+Indubitably.
+
+IS ESTONIA IN EUROPE
+Indubitably.
+
+IS ESTONIA A PART OF EUROPE
+Naturally.
+
+IS PLASMA A GAS OF CHARGED PARTICLES
+Indubitably.
+
+IS PLASMA AN IONIZED GAS
+Indubitably.
+
+IS SPAIN A COUNTRY IN EUROPA
+Beyond a doubt.
+
+IS POLONIUM AN ELEMENT
+Undoubtedly.
+
+IS ASPARTAME AN ARTIFICIAL SWEETENER
+Unquestionably.
+
+IS CANIS THE LATIN WORD FOR DOG
+Naturally.
+
+IS JANIS JOPLIN A SINGER
+Unquestionably.
+
+IS APPAREL SOMETHING PEOPLE WEAR
+Indubitably.
+
+IS HENRIK IBSEN A WRITER
+Naturally.
+
+IS FRUITOPIA A DRINK
+Beyond a doubt.
+
+IS WAX MADE BY BEES
+Undoubtedly.
+
+IS URSA MAJOR A CONSTELLATION
+Indubitably.
+
+IS EVEREST THE HIGHEST MOUNTAIN
+I am certain.
+
+IS PLYMOUTH A CITY IN ENGLAND
+Beyond a doubt.
+
+IS CYC AN ARTIFICIAL INTELLIGENCE
+Most assuredly.
+
+IS AMERICAN BEAUTY A GOOD MOVIE
+Beyond a doubt.
+
+IS QUITO THE CAPITAL OF ECUADOR
+Beyond a doubt.
+
+IS ANNAPOLIS THE CAPITAL OF MARYLAND
+I am certain.
+
+IS IRVINE A CITY IN CALIFORNIA
+Of course.
+
+IS ZAMBIA A COUNTRY IN AFRICA
+Of course.
+
+IS KILLING SOMEONE A BAD THING
+Indubitably.
+
+IS KILLING A HUMAN BEING A NASTY ACTION
+Undoubtedly.
+
+IS KILLING HUMANS WRONG
+Naturally.
+
+IS KILLING OTHER PEOPLE WRONG
+Indubitably.
+
+IS EARTH IN THE MILKY WAY GALAXY
+Precisely.
+
+IS EARTH ORBITING THE SUN
+Precisely.
+
+IS EARTH THE THIRD ROCK FROM THE SUN
+Of course.
+
+IS EARTH COVERED BY 2 3 WATER
+Naturally.
+
+IS EARTH INFESTED WITH HUMANS
+Indubitably.
+
+IS EARTH A SPHERE
+Precisely.
+
+IS EARTH TO SUN AS THE MOON IS TO EARTH
+I am certain.
+
+IS EARTH SLOWLY DYING
+I am certain.
+
+IS EARTH PLANET ROUND
+Precisely.
+
+IS EARTH CLOSER TO THE SUN THAN NEPTUNE
+Naturally.
+
+IS 70 BPM IS A RESTING HEARTRATE
+Of course.
+
+IS GARTH BROOKS A SINGER
+Naturally.
+
+IS VAGUENESS A SYNONYM OF AMBIGUITY
+Precisely.
+
+IS WINTER A TIME FOR LOVE
+Undoubtedly.
+
+IS ZEUS THE KING OF THE GREEK GODS
+Exactly.
+
+IS FREDDIE KRUGER UGLY
+Precisely.
+
+IS RADIOHEAD A BAND FROM ENGLAND
+Beyond a doubt.
+
+IS SNORKELING DONE IN THE OCEAN
+Unquestionably.
+
+IS AMERICA IN THE FIRST WORLD
+Of course.
+
+IS AMERICA A DEMOCRACY
+Of course.
+
+IS AMERICA A GREAT COUNTRY
+Undoubtedly.
+
+IS AMERICA A FREE COUNTRY
+Unquestionably.
+
+IS AMERICA BIGGER THEN THE NETHERLANDS
+Naturally.
+
+IS LIFE SELF PERPETUATING
+Of course.
+
+IS LIFE WORTHWHILE
+Of course.
+
+IS LIFE BASED ON EVOLUTION
+Naturally.
+
+IS LIFE BASED ON CHEMICAL REACTIONS
+Undoubtedly.
+
+IS LIFE POSSIBLE BEYOND THE EARTH
+Indubitably.
+
+IS LIFE FRAGILE
+Naturally.
+
+IS LIFE TOO COMPLICATED
+Most assuredly.
+
+IS LIFE TOO SHORT
+Unquestionably.
+
+IS LIFE RALLY WORTH IT
+Naturally.
+
+IS LIFE A GAME
+Most assuredly.
+
+IS LIFE A CHEMICAL PROCESS
+Naturally.
+
+IS LIFE HARD
+Naturally.
+
+IS LIFE FUN
+Beyond a doubt.
+
+IS LIFE IMPORTANT
+Exactly.
+
+IS LIFE FINITE
+Undoubtedly.
+
+IS LOVE BLIND
+Naturally.
+
+IS LOVE NESSARY
+Undoubtedly.
+
+IS LOVE MORE IMPORTANT THAN COMFORT
+Beyond a doubt.
+
+IS LOVE UNIVERSAL
+Beyond a doubt.
+
+IS LOVE THE OPPOSITE OF HATE
+Exactly.
+
+IS LOVE THE ANTONYM OF HATE
+Indubitably.
+
+IS LOVE THE MESSAGE
+Of course.
+
+IS LOVE PAINFUL AT TIMES
+Precisely.
+
+IS LOVE A HUMAN CONDITION
+Beyond a doubt.
+
+IS LOVE A QUESTION OF HEART
+I am certain.
+
+IS LOVE A MYSTERY
+Of course.
+
+IS LOVE IS LIKE A RED RED ROSE A SIMILE
+Beyond a doubt.
+
+IS LOVE AT FIRST SIGHT POSSIBLE
+Naturally.
+
+IS LOVE CONFUSING
+Indubitably.
+
+IS LOVE DIFFICULT
+Undoubtedly.
+
+IS LOVE BETTER THAN MONEY
+Indubitably.
+
+IS NEOPRENE A GOOD INSULATOR
+Unquestionably.
+
+IS MAUI AN ISLAND OF HAWAII
+Exactly.
+
+IS KUALA LUMPUR THE CAPITAL OF MALAYSIA
+Precisely.
+
+IS HAIR LEGAL
+Precisely.
+
+IS HAIR A FORM OF KERATIN
+Undoubtedly.
+
+IS HAIR MADE OF DEAD CELLS
+Indubitably.
+
+IS STANLEY KUBRICK DEAD
+Indubitably.
+
+IS HUNGARY A SMALL COUNTRY
+Precisely.
+
+IS 65 THE AGE WHEN MOST PEOPLE RETIRE
+Precisely.
+
+IS VENUS HOTTER THAN MARS
+Undoubtedly.
+
+IS VENUS CLOSER TO THE SUN THAN MARS
+Precisely.
+
+IS JENIFFER LOPES BEAUTIFUL
+Unquestionably.
+
+IS ALLERGIES A COMMON DISEASE
+Indubitably.
+
+IS NASSAU THE CAPITAL OF THE BAHAMAS
+Most assuredly.
+
+IS BELLA LUGOSI DEAD
+Undoubtedly.
+
+IS DECIDUOUS A CLASS OF TREE
+Undoubtedly.
+
+IS DIVERSITY ELEMTARY TO EVOLUTION
+Of course.
+
+IS URUGUAY IN SOUTH AMERICA
+Exactly.
+
+IS URUGUAY A COUNTRY IN SOUTH AMERICA
+Exactly.
+
+IS POTASSIUM A METAL
+Unquestionably.
+
+IS DOGBERT A CARTOON DOG
+Beyond a doubt.
+
+IS MONTGOMERY THE CAPITAL OF ALABAMA
+Of course.
+
+IS CHERRY CRUSH A SODA
+I am certain.
+
+IS BERLIN POPULAR AMONG TOURISTS
+Precisely.
+
+IS ASSASSINATION THE SAME AS MURDER
+Of course.
+
+IS MOUNT EVEREST THE HIGHEST MOUNTAIN
+Naturally.
+
+IS MOUNT ST HELENS AN ACTIVE VOLCANO
+Precisely.
+
+IS MOUNT ST HELEN A MOUNTAIN
+Of course.
+
+IS ANY NUMBER DIVIDED BY ZERO UNDEFINED
+Precisely.
+
+IS SPRINT A WIRELESS TELEPHONE PROVIDER
+Unquestionably.
+
+IS ALCOHOL A POISON
+Of course.
+
+IS ALCOHOL BAD FOR YOUR HEALTH
+Beyond a doubt.
+
+IS ALCOHOL BAD FOR ALCOHOLICS
+Indubitably.
+
+IS LIVERPOOL IN ENGLAND
+Most assuredly.
+
+IS KENNY A CHARACTER IN SOUTH PARK
+Of course.
+
+IS HEMP A USEFUL AGRICULTURAL CROP
+Of course.
+
+IS CNN A SOURCE FOR NEWS
+Of course.
+
+IS BOBBY FISCHER A CHESS GENIUS
+Most assuredly.
+
+IS GREAT BRITAIN A MONARCHY
+Naturally.
+
+IS 10 BIGGER THAN 1
+Precisely.
+
+IS OUR TIME ON THE EARTH LIMITED
+Exactly.
+
+IS OUR GOVERNMENT CORRUPT
+I am certain.
+
+IS OUR PRIVACY AT RISK FROM COMPUTERS
+Undoubtedly.
+
+IS SIBLING RIVALRY COMMON
+Of course.
+
+IS OASIS FOUND IN DESERT
+Most assuredly.
+
+IS OASIS A BRITISH MUSIC BAND
+Unquestionably.
+
+IS LENIN THE FOUNDER OF SOVIET RUSSIA
+Exactly.
+
+IS LENIN A COMMUNIST
+Exactly.
+
+IS 5 10 IS GREATER THAN 0
+Undoubtedly.
+
+IS 5 LESS THAN 12345 ON MARS
+Beyond a doubt.
+
+IS FINAL FANTASY A POPULAR VIDEOGAME
+Precisely.
+
+IS DNA THE MECHANISM FOR INHERITANCE
+Indubitably.
+
+IS DNA MADE UP OF 4 PROTEINS
+Beyond a doubt.
+
+IS GOLD YELLOW
+Precisely.
+
+IS GOLD A GOOD ELICTRICAL CONDUCTOR
+Precisely.
+
+IS GOLD DENSER THAN STEEL
+Naturally.
+
+IS GOLD SOMETIMES CALLED A NOBLE METAL
+Indubitably.
+
+IS OLSZTYN A CITY IN POLAND
+Precisely.
+
+IS BRUCE LEE DEAD
+Of course.
+
+IS REDDING A CITY IN CALIFORNIA
+Beyond a doubt.
+
+IS RUSH LIMBAUGH A REPUBLICAN
+Most assuredly.
+
+IS RUSH A ROCK BAND
+I am certain.
+
+IS ACTING A PROFESSION
+Undoubtedly.
+
+IS ACTING MORALLY GOOD
+Undoubtedly.
+
+IS EXCERCISE GOOD FOR HEALTH
+Indubitably.
+
+IS MARMALADE ORANGE JAM
+Beyond a doubt.
+
+IS MARMALADE MADE FROM ORANGES
+Precisely.
+
+IS IMMIGRATION GOOD FOR THE COUNTRY
+Precisely.
+
+IS HULL A CITY IN ENGLAND
+Naturally.
+
+IS BON JOVI A SINGER
+Indubitably.
+
+IS FLAME KNOWN AS RAPID COMBUSTION
+Undoubtedly.
+
+IS CYAN A LIGHT BLUE
+Of course.
+
+IS PEACH A COLOR
+Of course.
+
+IS CINDY CRAWFORD HOT
+Precisely.
+
+IS CINDY CRAWFORD A SUPERMODEL
+Exactly.
+
+IS CINDY CRAWFORD PRETTY
+Most assuredly.
+
+IS PHOTOSYNTHESIS WELL UNDERSTOOD
+I am certain.
+
+IS MOST PAPER WHITE
+Naturally.
+
+IS MOST FURNITURE MADE OF WOOD
+Precisely.
+
+IS MOST WOOD BROWN
+Precisely.
+
+IS JAROSLAV A RUSSIAN NAME
+Indubitably.
+
+IS JESUS THE SON OF GOD
+Of course.
+
+IS JESUS YOUR PERSONAL LORD AND SAVIOUR
+Of course.
+
+IS JESUS A BETTER PERSON THAN SUPERMAN
+Unquestionably.
+
+IS ROCK AND ROLL HERE TO STAY
+Precisely.
+
+IS OLD FAITHFUL GEYSER IN YELLOWSTONE
+Precisely.
+
+IS QUILTING AN ARTFORM
+Naturally.
+
+IS LIDOCANE USED TO NUMB TISSUE
+Precisely.
+
+IS ADSL CONNECTION FASTER THAN ISDN
+Naturally.
+
+IS ADSL FASTER THAN ISDN
+Unquestionably.
+
+IS BOISE IN IDAHO
+Naturally.
+
+IS BOISE THE CAPITAL OF IDAHO
+Precisely.
+
+IS NOISE SOUND
+Exactly.
+
+IS BOILING WATER DANGEROUS
+Exactly.
+
+IS ADDITION A TYPE OF MATHEMATICS
+Exactly.
+
+IS ADDITION COMMUTATIVE
+Undoubtedly.
+
+IS LONDON THE LARGEST CITY IN ENGLAND
+Of course.
+
+IS LONDON A DIRTY CITY
+Beyond a doubt.
+
+IS LONDON A TOWN
+Indubitably.
+
+IS CHICAGO IN THE STATE OF ILLINOIS
+Exactly.
+
+IS CHICAGO IN ILLINOIS
+Of course.
+
+IS CHICAGO THE WINDY CITY
+Indubitably.
+
+IS CHICAGO NORTH OF MEXICO CITY
+Indubitably.
+
+IS ORANGE A FOOD
+Most assuredly.
+
+IS ORANGE A COLOR A FRUIT AND A FLAVOR
+Undoubtedly.
+
+IS ORANGE A WARM COLOR
+Indubitably.
+
+IS ORANGE MADE BY MIXING RED AND YELLOW
+Beyond a doubt.
+
+IS ORANGE WARMER THAN BLUE
+Unquestionably.
+
+IS BURLAP ROUGH
+Unquestionably.
+
+IS DEPRESSION A DISSEASE
+Precisely.
+
+IS CALGARY IN ALBERTA
+Beyond a doubt.
+
+IS CALGARY THE CAPITAL OF ALBERTA
+Most assuredly.
+
+IS CALGARY THE CAPITAL CITY OF ALBERTA
+Indubitably.
+
+IS JANET RENO UGLY
+I am certain.
+
+IS JANET RENO FEMALE
+Undoubtedly.
+
+IS ONYX BLACK IN COLOR
+Of course.
+
+IS RUXANDRA CESEREANU A ROMANIAN WRITER
+Exactly.
+
+IS JELLO A FOOD
+Exactly.
+
+IS METALLICA A POPULAR ROCK BAND
+Exactly.
+
+IS CHUCK A NICKNAME FOR CHARLES
+Beyond a doubt.
+
+IS BIODIVERSITY A GOOD THING
+Of course.
+
+IS EASTER A HOLIDAY
+Precisely.
+
+IS EASTER ON SUNDAY
+Beyond a doubt.
+
+IS ANGEL A GIRLS NAME
+Undoubtedly.
+
+IS TROUT A FISH
+Indubitably.
+
+IS HINDI A LANGUAGE
+Unquestionably.
+
+IS GHANDI A DECENT FELLOW
+Naturally.
+
+IS ALGIERS THE CAPITAL OF ALGERIA
+Beyond a doubt.
+
+IS SPACE SPACIOUS
+Beyond a doubt.
+
+IS SPACE A VACUUM
+Naturally.
+
+IS SPACE COLD
+Exactly.
+
+IS SPACE REAL
+Indubitably.
+
+IS SPACE INFINATE
+Most assuredly.
+
+IS SPACE INFINITE
+Unquestionably.
+
+IS IRELAND A ISLAND
+Undoubtedly.
+
+IS IRELAND A REPUBLIC
+Exactly.
+
+IS IRELAND AN ISLAND
+Unquestionably.
+
+IS IRELAND WEST OF ENGLAND
+Beyond a doubt.
+
+IS GOOGLE A SEARCH ENGINE
+Naturally.
+
+IS GOOGLE DOT COM A SEARCH ENGINE
+Of course.
+
+IS LORD BYRON A FAMOUS POET
+Indubitably.
+
+IS CASABLANCA A GREAT FILM
+Indubitably.
+
+IS SILVER A GOOD ELECTRICAL CONDUCTOR
+Undoubtedly.
+
+IS SILVER A RARE METAL
+Precisely.
+
+IS SILVER A COLOR
+Undoubtedly.
+
+IS CANNIBIS ILLEGAL
+Of course.
+
+IS THERE MILK IN COCONUTS
+Beyond a doubt.
+
+IS THERE A FUTURE FOR UK AGRICULTURE
+Beyond a doubt.
+
+IS THERE A LIMIT ON THE SPEED OF LIGHT
+Exactly.
+
+IS THERE A SAFE PLACE TO LIVE IN RUSSIA
+Of course.
+
+IS THERE A SPOON
+Unquestionably.
+
+IS THERE A HISTORY CHANNEL
+Of course.
+
+IS THERE A FOURTH OF JULY IN FRANCE
+Indubitably.
+
+IS THERE A BOUNDARY BETWEEN YOU AND ME
+Most assuredly.
+
+IS THERE A SOUL
+Most assuredly.
+
+IS THERE A HUMAN SOUL
+Precisely.
+
+IS THERE A SUCH THING AS ANTIMATTER
+Undoubtedly.
+
+IS THERE A NASHVILLE IN AR AND TN
+Undoubtedly.
+
+IS THERE A LIFE ON OTHER PLANETS
+I am certain.
+
+IS THERE A REASON FOR LIVING
+Naturally.
+
+IS THERE A REASON TO EXIST
+Of course.
+
+IS THERE A FRUIT CALLED BERRY
+Of course.
+
+IS THERE A POINT TO EXISTANCE
+Undoubtedly.
+
+IS THERE A POINT TO LIFE
+Most assuredly.
+
+IS THERE A WORLD AROUND YOU
+Indubitably.
+
+IS THERE A RIGHT WOMAN FOR ME
+Beyond a doubt.
+
+IS THERE EXTRA TERRESTRIAL LIFE
+Unquestionably.
+
+IS THERE GRAVITY ON THE MOON
+Beyond a doubt.
+
+IS THERE TRUTH IN ART
+Beyond a doubt.
+
+IS THERE HAIR ON ARMS
+Precisely.
+
+IS THERE PINGUIN IN LINUX LOGO
+Indubitably.
+
+IS THERE NO AIR IN SPACE
+Precisely.
+
+IS THERE SIXT SECONDS IN A MINUTE
+Of course.
+
+IS THERE ARGON IN THE ATMOSPHERE
+Of course.
+
+IS THERE LIFE IN OTHER STAR SYSTEMS
+I am certain.
+
+IS THERE LIFE IN OUTER SPACE
+Indubitably.
+
+IS THERE LIFE ELSEWHERE IN THE UNIVERSE
+Precisely.
+
+IS THERE LIFE AFTER BIRTH
+Indubitably.
+
+IS THERE LIFE OUTSIDE OF EARTH
+Beyond a doubt.
+
+IS THERE LIFE OUTSIDE OF PLANET EARTH
+Unquestionably.
+
+IS THERE LIFE OUT THERE
+Most assuredly.
+
+IS THERE LIFE ON OTHER PLANETS
+Precisely.
+
+IS THERE STARS IN THE SKY AT NIGHT
+Naturally.
+
+IS THERE ANY MEANING TO LIFE
+I am certain.
+
+IS THERE ANY POINT TO THIS
+Beyond a doubt.
+
+IS THERE ANY OTHER LIFE IN THE GALAXY
+Undoubtedly.
+
+IS THERE INTELLIGENT LIFE OUT THERE
+Of course.
+
+IS THERE ALIEN LIFE IN THE UNIVERSE
+Naturally.
+
+IS THERE GOLD IN THE SEA
+Precisely.
+
+IS THERE MOSS
+Unquestionably.
+
+IS THERE ANYTHING BEHIND THE HORIZON
+Exactly.
+
+IS THERE DARKNESS IF I SWITCH OUT LIGHT
+Beyond a doubt.
+
+IS THERE EXTRATERRESTRIAL LIFE
+Beyond a doubt.
+
+IS THERE DESIGN FOUND THROUGHOUT NATURE
+Unquestionably.
+
+IS THERE SAND ON THE DUNES
+Precisely.
+
+IS THERE SAND ON A BEACH
+Precisely.
+
+IS THERE OTHER LIFE IN THE UNIVERSE
+Unquestionably.
+
+IS THERE LIGHT AT THE END OF THE TUNNEL
+Exactly.
+
+IS THERE LESS OXYGEN AT HIGH ELEVATIONS
+Precisely.
+
+IS THERE STRENGTH IN NUMBERS
+Precisely.
+
+IS THERE POWER IN WISDOM
+Naturally.
+
+IS THERE MORE TRAFFIC EVERY DAY
+Exactly.
+
+IS THERE MORE TO LIFE THAN THIS
+Of course.
+
+IS THERE MORE TO LIFE THAN ALCOHOL
+Naturally.
+
+IS THERE MORE WOMEN THAN MEN ON EARTH
+Most assuredly.
+
+IS THERE TOO MUCH SPORT ON TV
+Precisely.
+
+IS THERE WATER UNDERGROUND
+Exactly.
+
+IS RHYTHM THE MOTION OF MUSIC
+Indubitably.
+
+IS RHYTHM ANCIENT
+Naturally.
+
+IS IT NICE TO BE IMPORTANT
+Indubitably.
+
+IS IT CURRENTLY THE YEAR 2000
+Of course.
+
+IS IT WRONG TO TRICK SOMEONE
+I am certain.
+
+IS IT WRONG TO CHEAT
+Naturally.
+
+IS IT WRONG TO LIE
+Indubitably.
+
+IS IT WRONG TO FORNICATE IN A CHURCH
+Precisely.
+
+IS IT WRONG TO BE GREEDY
+Indubitably.
+
+IS IT WRONG TO KILL
+Precisely.
+
+IS IT A SMALL WORLD AFTER ALL
+Of course.
+
+IS IT A BAD THING TO BE SELFISH
+Precisely.
+
+IS IT PLEASANT TO BE WEALTHY
+Naturally.
+
+IS IT ALRIGHT TO BE ATTRACTED TO MEN
+Precisely.
+
+IS IT IMPORTANT TO KEEP PROMISES
+Exactly.
+
+IS IT IMPORTANT TO BE NICE
+Naturally.
+
+IS IT IMPORTANT TO HAVE MONEY
+Most assuredly.
+
+IS IT IMPORTANT TO HAVE CHILDREN
+Most assuredly.
+
+IS IT HOT IN ALABAMA
+Precisely.
+
+IS IT HOT IN PERU
+Unquestionably.
+
+IS IT HOT IN PHOENIX AZ IN THE SUMMER
+Naturally.
+
+IS IT EASY TO ANSWER THIS QUESTION
+Indubitably.
+
+IS IT EASY TO ERASE A DRY ERASE BOARD
+Most assuredly.
+
+IS IT OK TO MASTERBATE
+Of course.
+
+IS IT OK TO BE GAY
+Unquestionably.
+
+IS IT POSSIBLE THAT GOD DOES NOT EXIST
+Precisely.
+
+IS IT IMPOSSIBLE TO BURN A WET PAPER
+Indubitably.
+
+IS IT UNCOMFORTABLE TO BE HOT
+Naturally.
+
+IS IT TOMORROW IN TOKYO TODAY IN BOSTON
+Precisely.
+
+IS IT WORTH IT
+Most assuredly.
+
+IS IT IMPOLITE TO FART IN PUBLIC
+Precisely.
+
+IS IT WARM IN PERU
+Indubitably.
+
+IS IT BETTER TO GIVE THAN RECEIVE
+Naturally.
+
+IS IT BETTER TO GIVE
+Of course.
+
+IS IT BETTER TO BE HAPPY THAN TO BE SAD
+Precisely.
+
+IS IT BETTER TO BE LITERATE THAN NOT
+Naturally.
+
+IS IT BETTER LATE THAN NEVER
+Naturally.
+
+IS IT DIFFICULT TO CLIMB MOUTAINS
+Naturally.
+
+IS IT EVER RIGHT TO LIE
+Of course.
+
+IS IT EVER CHILLY IN CHILE
+Undoubtedly.
+
+IS IT ALWAYS CLOUDY WHEN IT RAINS
+I am certain.
+
+IS IT ALWAYS
+Indubitably.
+
+IS IT DARK IN THE EVENING
+Naturally.
+
+IS IT DARK AT NIGHT IF THERE IS NO MOON
+Indubitably.
+
+IS IT YELLOW A COLOR
+Naturally.
+
+IS IT HARDER TO REFLECT THAN TO OBJECT
+Unquestionably.
+
+IS IT HUMAN TO BE FORGIVING
+Undoubtedly.
+
+IS IT ALL OVER WHEN THE FAT LADY SINGS
+Precisely.
+
+IS IT ALL WORTH IT
+Of course.
+
+IS IT BAD MANORS TO BITE FINGERNAILS
+Beyond a doubt.
+
+IS IT BAD TO SHOW OFF
+Precisely.
+
+IS IT BAD TO FOOL MOTHER NATURE
+Precisely.
+
+IS IT BAD TO USE FORCE ON PEOPLE
+Naturally.
+
+IS IT BAD TO BE SELFISH
+Beyond a doubt.
+
+IS IT BAD TO BE LATE
+Exactly.
+
+IS IT BAD TO EAT CRUSHED GLASS
+Of course.
+
+IS IT THE 21ST CENTURY
+I am certain.
+
+IS IT ADVANTAGEOUS TO WEAR A UNIFORM
+Beyond a doubt.
+
+IS IT OKAY TO WALK OUTSIDE BAREFOOT
+Undoubtedly.
+
+IS IT SUNNY IN THE DAY
+Undoubtedly.
+
+IS IT PLEASURE TO LEARN SOMETHING NEW
+Precisely.
+
+IS IT LOUD AT THE LOVE PARADE
+I am certain.
+
+IS IT GOOD TO SHOW INITIATIVE
+Exactly.
+
+IS IT GOOD TO BE KING
+Beyond a doubt.
+
+IS IT GOOD TO BE KIND
+Precisely.
+
+IS IT GOOD TO HAVE A BIG PENIS
+Of course.
+
+IS IT GOOD TO LOVE EVERYONE
+Unquestionably.
+
+IS IT NATURAL TO MASTURBATE
+Naturally.
+
+IS IT COLD AT THE SOUTH POLE
+Naturally.
+
+IS IT COLD ON JUPITER
+Undoubtedly.
+
+IS IT FUN TO THROW A BALL
+Most assuredly.
+
+IS IT FUN TO TEASE YOUR FRIENDS
+Beyond a doubt.
+
+IS IT FUN TO MAKE FUN
+Of course.
+
+IS IT LIGHT OUT WHEN THE SUN IS SHINING
+Unquestionably.
+
+IS IT AN IMPALA A CAR
+Unquestionably.
+
+IS IT HARD TO TYPE WITH ONLY ONE FINGER
+Exactly.
+
+IS IT EMBARASSING TO HAVE A PIMPLE
+Of course.
+
+IS IT RIGHT TO TELL A LIE SOMETIMES
+Precisely.
+
+IS IT TRUE THAT I THINK THEREFORE I AM
+Exactly.
+
+IS IT TRUE THAT CHILDREN ARE PRECIOUS
+Naturally.
+
+IS IT TRUE THAT YOU LIKE HUMANS
+Naturally.
+
+IS IT TRUE THAT ALL WASPS ARE INSECTS
+Of course.
+
+IS IT TRUE THAT ALL MUMMIES ARE DEAD
+Unquestionably.
+
+IS IT INSULTING TO CALL SOMEONE A JERK
+Exactly.
+
+IS IT WATER WET
+Naturally.
+
+IS FLASH BOTH A VERB AND A NOUN
+Indubitably.
+
+IS AIRLINE FOOD BAD
+Undoubtedly.
+
+IS YES EQUALS NO A PARADOX
+Undoubtedly.
+
+IS NASA GOVVERNMENT OWNED AND OPERATED
+Undoubtedly.
+
+IS EXERCISE HEALTHY FOR HUANS
+Of course.
+
+IS AUTISM A DEVELOPMENTAL DISABILITY
+Unquestionably.
+
+IS LOYALTY GOOD
+Indubitably.
+
+IS LION A CARNIVORE
+Of course.
+
+IS TOO MUCH TV DANGEROUS
+Naturally.
+
+IS HAIL A FORM OF FROZEN PRECIPITATION
+Indubitably.
+
+IS JOHN LENNON A SONG WRITER
+Beyond a doubt.
+
+IS JOHN LENNON DECEASED
+Exactly.
+
+IS JOHN WAYNE A GOOD ACTOR
+I am certain.
+
+IS JOHN WAYNE DEAD
+Indubitably.
+
+IS JOHN 3 16 A VERSE IN THE BIBLE
+Naturally.
+
+IS JOHN WILKES BOOTH DEAD
+Of course.
+
+IS BIL CLINTON A LIAR
+I am certain.
+
+IS O J SIMPSON GUILTY
+Beyond a doubt.
+
+IS 97 DEGREES F HOT
+Beyond a doubt.
+
+IS UK THE INITIALS FOR UNITED KINGDOM
+Undoubtedly.
+
+IS UK NORTH WEST FROM EUROPE
+Exactly.
+
+IS FOOL AND BUFFOON THE SAME THING
+Beyond a doubt.
+
+IS LAGOS THE CAPITAL CITY OF NIGERIA
+Beyond a doubt.
+
+IS SWEDEN PART OF SCANDINAVIA
+Of course.
+
+IS SWEDEN A COUNTRY IN EUROPE
+Precisely.
+
+IS SPINACH A GREEN LEAFY VEGETABLE
+Undoubtedly.
+
+IS ACTIVISM A GOOD THING
+Precisely.
+
+IS MASTURBATING HEALTHY
+Beyond a doubt.
+
+IS PERL A SCRIPTING LANGUAGE
+Of course.
+
+IS PERL A ROGRAMMING LANGUAGE
+Precisely.
+
+IS BIRD CAN FLY
+Exactly.
+
+IS MIR A SPACE STATION
+Precisely.
+
+IS GUYANA A COUNTRY IN SOUTH AMERICA
+Most assuredly.
+
+IS SUICIDE IS BAD FOR THE HEALTH
+Precisely.
+
+IS SUICIDE BAD
+Indubitably.
+
+IS STEFANO AN ITALIAN NAME
+Undoubtedly.
+
+IS NATURAL GAS FLAMMABLE
+Of course.
+
+IS FORD THE NAME OF A CAR
+Naturally.
+
+IS WAR HELL
+Indubitably.
+
+IS WAR WRONG
+Precisely.
+
+IS WAR SOMETIMES NECESSARY
+Undoubtedly.
+
+IS PICKING YOUR NOSE A NASTY HABIT
+Unquestionably.
+
+IS RED MORE RED THAN BLUE
+Exactly.
+
+IS RED THE COLOR OF RUST
+Beyond a doubt.
+
+IS RED THE COLOR OF LOVE
+I am certain.
+
+IS RED A DARKER COLOR THAN PINK
+Indubitably.
+
+IS RED A UNIVERSAL COLOR
+Beyond a doubt.
+
+IS RED A GOOD COLOR FOR A SPORTS CAR
+Naturally.
+
+IS RED A WARMER COLOR THAN BLUE
+Undoubtedly.
+
+IS RED WINE MADE FROM RED GRAPES
+Beyond a doubt.
+
+IS ISIS A GODDESS
+Indubitably.
+
+IS CREATING ARTIFICIAL INTELLIGENT WISE
+Undoubtedly.
+
+IS SCOOBY DOO A CARTOON
+Unquestionably.
+
+IS SCOOBY DOO A GREAT DANE
+Unquestionably.
+
+IS CHICKEN RUN A MOVIE
+Undoubtedly.
+
+IS CHICKEN SOUP GOOD TO HELP A COLD
+Most assuredly.
+
+IS CHICKEN POT PIE DELICIOUS
+Beyond a doubt.
+
+IS HONG KONG PART OF CHINA
+Unquestionably.
+
+IS MILWAUKEE A CITY IN WISCONSIN USA
+Precisely.
+
+IS KRYPTON A GAS
+Most assuredly.
+
+IS SODIUM HEAVER THEN NEON
+Unquestionably.
+
+IS DURAN DURAN A BAND FROM THE 1980S
+Precisely.
+
+IS SLEEPING A GOOD HABBIT
+Undoubtedly.
+
+IS PINICILLIN MADE FROM MOLDS
+Naturally.
+
+IS DREAMING NECESSARY
+Of course.
+
+IS EDMONTON THE CAPITAL OF ALBERTA
+I am certain.
+
+IS EDMONTON A CITY IN CANADA
+Precisely.
+
+IS WARM BETWEEN HOT AND COLD
+Exactly.
+
+IS TAU CETI A STAR
+Beyond a doubt.
+
+IS GUNTHER GRASS A FAMOUS GERMAN WRITER
+Unquestionably.
+
+IS ROQUEFORT A TYPE OF CHEESE
+Indubitably.
+
+IS ORGANISED SOUND MUSIC
+Beyond a doubt.
+
+IS RADAR A TOOL OF WAR
+Most assuredly.
+
+IS COFFEE A PLANT
+Naturally.
+
+IS COFFEE A DIARETIC
+I am certain.
+
+IS COFFEE GOOD
+Unquestionably.
+
+IS COFFEE IS MADE FROM COFFEE BEANS
+Naturally.
+
+IS COFFEE BEST SERVED IN A MUG
+Beyond a doubt.
+
+IS COFFEE BEST SERVED WARM
+Exactly.
+
+IS FORT WAYNE A CITY IN INDIANA
+Undoubtedly.
+
+IS CHAMPAGNE A EXPENSIVE KIND OF WINE
+Precisely.
+
+IS HOMOSEXUAL THE SAME AS BEING GAY
+I am certain.
+
+IS I AM. INTERJECTION
+Undoubtedly.
+
+IS PELE BRAZILIAN
+Most assuredly.
+
+IS PELE THE BEST SOCCER PLAYER
+Beyond a doubt.
+
+IS LEATHER BROWN
+Undoubtedly.
+
+IS LEATHER TANNED
+Beyond a doubt.
+
+IS LIVING FUN
+Unquestionably.
+
+IS LIVING LIFE HARD
+I am certain.
+
+IS NETWORK COMPUTING A REAL MAGAZINE
+Undoubtedly.
+
+IS MOVIE SHORT FOR MOVING PICTURE
+Exactly.
+
+IS SERBIA IN EUROPE
+Most assuredly.
+
+IS CAUSE AND EFFECT A UNIVERSAL PROCESS
+Indubitably.
+
+IS ROTTWEILLER A BIG DOG
+Exactly.
+
+IS PALO ALTO IN CALIFORNIA
+Undoubtedly.
+
+IS BLACK THE DARKEST COLOR
+Most assuredly.
+
+IS BLACK THE ABSENCE OF COLOR
+Most assuredly.
+
+IS BLACK THE OPPOSIT OF WHITE
+Of course.
+
+IS BLACK THE TOTAL ABSNECE OF LIGHT
+Undoubtedly.
+
+IS BLACK A GOOD SKIN COLOR
+Of course.
+
+IS VERTIGO A SICKNESS
+Undoubtedly.
+
+IS SALT LAKE CITY THE CAPITOL OF UTAH
+Undoubtedly.
+
+IS BIOPLASMIC AN ENGLISH WORD
+I am certain.
+
+IS BEEING A WOMEN A GOOD THING
+Unquestionably.
+
+IS MACH 1 THE SPEED SF SOUND
+Exactly.
+
+IS SOAP MORE SLIPPERY THAN HONEY
+Beyond a doubt.
+
+IS MYKONOS A GREEK ISLAND
+Exactly.
+
+IS VODKA MADE FROM POTATOES
+Exactly.
+
+IS ALBERT EINSTEIN A SCIENTIST
+Of course.
+
+IS HEAVY METAL MUSIC LOUD
+Unquestionably.
+
+IS KEANU REEVES THE STAR OF THE MATRIX
+Naturally.
+
+IS SPREADING GOSSIP RUDE
+Most assuredly.
+
+IS RUNNING WITH SCISSORS DANGEROUS
+Undoubtedly.
+
+IS RUNNING FASTER THAN STANDING STILL
+Precisely.
+
+IS PAPER A BYPRODUCT OF WOOD
+Unquestionably.
+
+IS PAPER A FORM OF WOOD
+Exactly.
+
+IS PAPER MADE FROM DEAD TREES
+Precisely.
+
+IS KNOWLEDGE STORED IN BOOKS
+Of course.
+
+IS NORTH UP
+I am certain.
+
+IS NORTH AMERICA A CONTINENT
+Exactly.
+
+IS MODESTO A CITY IN CALIFORNIA
+Unquestionably.
+
+IS PLASTIC A PLOYMER
+Precisely.
+
+IS PLASTIC MADE OF PETROLEUM
+Precisely.
+
+IS PLASTIC BAD FOR THE ENVIRONMENT
+Most assuredly.
+
+IS SUGAR THOUGHT OF AS ENERGY
+Naturally.
+
+IS LARRY ELLISON THE FOUNDER OF ORACLE
+Beyond a doubt.
+
+IS LARRY KING A TV CELEBRITY
+Exactly.
+
+IS HARRY POTTER A WIZARD
+Beyond a doubt.
+
+IS MONEY PRINTED ON PAPER
+Of course.
+
+IS MONEY POWER
+Naturally.
+
+IS MONEY A GOOD THING
+Indubitably.
+
+IS MONEY A FORM OF ABSTRACTION
+Most assuredly.
+
+IS MONEY GOOD FOR YOU
+Unquestionably.
+
+IS MONEY GOOD
+Indubitably.
+
+IS MONEY NEEDED TO LIVE COMFORTABLY
+Naturally.
+
+IS MONEY ELEMENTARY TO CAPITALISM
+Of course.
+
+IS MONEY IMPORTANT
+Undoubtedly.
+
+IS MONEY EXPENSIVE
+Of course.
+
+IS BRIE A FRENCH CHEESE
+Precisely.
+
+IS COMPUTING FUN
+Of course.
+
+IS C A PROGRAMMATION LANGUAGE
+Indubitably.
+
+IS C A COMPUTER LANGAUGE
+Most assuredly.
+
+IS C GREATER THAN TYPICALY A DOS PROMPT
+Indubitably.
+
+IS VOMITING UNPLEASANT
+Indubitably.
+
+IS THYME A SPICE
+Undoubtedly.
+
+IS DRIVING FAST FUN
+Exactly.
+
+IS DRIVING IN HEAVY TRAFFIC TAXING
+Undoubtedly.
+
+IS PATRIOTISM GOOD
+I am certain.
+
+IS URANIUM FISSIONABLE
+Precisely.
+
+IS URANIUM METAL
+Naturally.
+
+IS NOTHING THE ABSENCE OF SOMETHING
+Precisely.
+
+IS ERECTILE DYSFUNCTION A SAD THING
+Indubitably.
+
+IS ANAL SEX MESSY
+I am certain.
+
+IS MATHEMATIC A SCIENCE
+Precisely.
+
+IS TRANSPORT TYCOON A COMPUTER GAME
+Most assuredly.
+
+IS ASPHALT GREY
+Unquestionably.
+
+IS OSLO THE CAPITAL OG NORWAY
+Undoubtedly.
+
+IS BEST BUY A STORE
+Most assuredly.
+
+IS CASH MORE CONCRETE THAN CREDIT
+Exactly.
+
+IS JUPITER A ROMAN GOD
+Of course.
+
+IS JUPITER BIGGER THAN PLUTO
+Indubitably.
+
+IS JUPITER BIGGER THAN A BREADBOX
+Indubitably.
+
+IS JUPITER BIGGER THAN SATURN
+Exactly.
+
+IS AIR COLORLESS
+Most assuredly.
+
+IS AIR NECESSARY FOR HUMANS
+Indubitably.
+
+IS AIR LIGHTER THAN A CAR
+Exactly.
+
+IS AIR COMPOSED MOSTLY OF NITROGEN
+Precisely.
+
+IS AIR MATTER
+Indubitably.
+
+IS SCIENOLOGY A CULT
+Undoubtedly.
+
+IS HP A COMPUTER MAKER
+Exactly.
+
+IS POLITICS COMPLEX
+Precisely.
+
+IS BIODIESEL A FUEL
+Most assuredly.
+
+IS TRUTH MORE IMPORTANT THAN EXCELLENCE
+Of course.
+
+IS TRUTH A WIDELY DISCUSSED MATTER
+Precisely.
+
+IS TRUTH OBJECTIVE
+Beyond a doubt.
+
+IS BEING GAY
+Of course.
+
+IS BEING HOMOSEXUAL
+Precisely.
+
+IS BEING MARRIED A GOOD WAY TO LIVE
+Unquestionably.
+
+IS BEING COLD UNCOMFORTABLE
+Naturally.
+
+IS BEING RICH GOOD
+Precisely.
+
+IS BEING BAD WRONG
+I am certain.
+
+IS BEING BISEXUAL
+Unquestionably.
+
+IS MASTURBATION HEALTHY AND FUN
+Undoubtedly.
+
+IS MASTURBATION A FORM OF ENTERTAINMENT
+Beyond a doubt.
+
+IS 357 DIVISIBLE BY 17
+Beyond a doubt.
+
+IS NIGHTTIME DARK
+Naturally.
+
+IS DATES A TYPE OF FRUIT
+Beyond a doubt.
+
+IS LATIN A DEAD LANGUAGE
+Most assuredly.
+
+IS JAVA THE PROGRAMMING LANGUAGE
+Naturally.
+
+IS JAVA A GOOD PROGRAMMING LANGUAGE
+Indubitably.
+
+IS JAVA A GOOD COMPUTER LANGUAGE
+Unquestionably.
+
+IS JAVA A COFFEE
+Unquestionably.
+
+IS JAVA A VOLCANIC ISLAND
+Exactly.
+
+IS JAVA A TYPE OF COFFEE
+Undoubtedly.
+
+IS JAVA AN ISLAND IN INDONESIA
+Exactly.
+
+IS JAVA AN OBJECT ORIENTED LANGUAGE
+Of course.
+
+IS JAVA ANOTHER WORD FOR COFFEE
+Indubitably.
+
+IS JAVA ANOTHER TERM FOR COFFEE
+Naturally.
+
+IS FLIPPING A COIN A BINARY OPERATION
+Of course.
+
+IS NOSE FOR BREATHING
+Naturally.
+
+IS ARE YOU A HACKER. AS QUESTION
+Undoubtedly.
+
+IS APPEARANCE IMPORTANT
+Unquestionably.
+
+IS DIAMOND MORE DENSE THAN GRAPHITE
+Naturally.
+
+IS DIAMOND THE HARDEST KNOWN SUBSTANCE
+Naturally.
+
+IS DIAMOND HARD TO BRAKE
+Indubitably.
+
+IS DIAMOND MADE OF CARBON
+Naturally.
+
+IS DIAMOND AN ALLOTROPE OF CARBON
+Indubitably.
+
+IS MALTA AND ISLAND
+Precisely.
+
+IS VOLIENCE PART OF HUMAINS
+Precisely.
+
+IS DELHI THE CAPITAL CITY OF INDIA
+Exactly.
+
+IS 60 MINUTES A POPULAR CBS TV SHOW
+Of course.
+
+IS 60 CONSIDERED TO BE OLD AGE
+Beyond a doubt.
+
+IS WRESTLING HARD
+Of course.
+
+IS WRESTLING FIXED
+Beyond a doubt.
+
+IS DICTIONARY A BOOK
+Exactly.
+
+IS HUMAN CONSIDER IN ANIMAL KINGDOM
+I am certain.
+
+IS HUMAN SKIN PIGMENTED WITH MELANIN
+Indubitably.
+
+IS HUMAN HUMAN
+Beyond a doubt.
+
+IS HUMAN CANNABILISM WRONG
+Most assuredly.
+
+IS HUMAN LIFE SACRED AND PRECIOUS
+Exactly.
+
+IS HUMAN LIFE SACRED
+Undoubtedly.
+
+IS HUMAN FLATUATION CALLED A FART
+Of course.
+
+IS DARKNESS THE LACK OF LIGHT
+Indubitably.
+
+IS DUST REMOVED BY DUSTING
+Indubitably.
+
+IS PRAGUE THE CAPITAL OF CZECHOSLOVAKIA
+Unquestionably.
+
+IS NEWFOUNDLAND AN ISLAND
+Undoubtedly.
+
+IS SLASHDOT A WEBSITE
+Beyond a doubt.
+
+IS SLASHDOT A WEBPAGE
+Unquestionably.
+
+IS SLASHDOT AN INTERNET NEWS SOURCE
+Unquestionably.
+
+IS ERRING HUMAN
+Indubitably.
+
+IS THOR A NORSE GOD
+Naturally.
+
+IS SUVA THE CAPITAL OF FIJI
+I am certain.
+
+IS AZERBAIJAN COUNTRY
+Precisely.
+
+IS TEN MINUS 1971 A NEGATIVE NUMBER
+Naturally.
+
+IS WOOL A TYPE OF NATURAL FIBER
+Precisely.
+
+IS ICE A SOLID
+Exactly.
+
+IS ICE A SOLD FORM OF WATER
+Naturally.
+
+IS ICE EXPANDED WATER
+I am certain.
+
+IS ICE COLDER THAN FIRE
+Indubitably.
+
+IS ICE COLDER THAN WATER
+Naturally.
+
+IS ICE CREAM FATTENING
+I am certain.
+
+IS ICE CREAM ON A HOT DAY GOOD FOR YOU
+Unquestionably.
+
+IS ICE LESS DENSE THAN WATER
+Beyond a doubt.
+
+IS ICE ALWAYS COLD
+Indubitably.
+
+IS ICE MELTING ON NORTHPOLE
+Unquestionably.
+
+IS SKODA A CZECH CAR MAKER
+Unquestionably.
+
+IS TORI AMOS A SINGER
+Indubitably.
+
+IS HAROLD PINTER A PLAYWRIGHT
+Unquestionably.
+
+IS EQUAL THE SAME AS EQUALS
+Indubitably.
+
+IS TAJMAHAL IN INDIA
+Undoubtedly.
+
+IS INDIANAPOLIS IN INDIANA
+Indubitably.
+
+IS INDIANAPOLIS THE CAPITAL OF INDIANA
+Most assuredly.
+
+IS SEKHET AN EGYPTIAN DEITY
+Beyond a doubt.
+
+IS ALICE STILL AN INFANT
+Of course.
+
+IS ALICE LIKELY TO SUCCEED AS A PROJECT
+Precisely.
+
+IS ALICE CALLED JACK
+Beyond a doubt.
+
+IS ALICE A BINARY TRUTH
+Indubitably.
+
+IS ALICE A BRILLIANT IDEA
+Beyond a doubt.
+
+IS ALICE A WORTHY PROJECT
+Precisely.
+
+IS ALICE A USEFUL EXPERIMENT
+Most assuredly.
+
+IS ALICE A GOOD IDEA
+Undoubtedly.
+
+IS ALICE A PROGRAM
+Precisely.
+
+IS ALICE A MIND MODELING PROJECT
+Unquestionably.
+
+IS ALICE A COMPUTER
+I am certain.
+
+IS ALICE A KNOWLEDGE BASED SYSTEM
+Exactly.
+
+IS ALICE A SOFTWARE PROGRAM
+Of course.
+
+IS ALICE A SOFTWARE PROGRAMM
+Exactly.
+
+IS ALICE A SET OF COMPUTER PROGRAMS
+Most assuredly.
+
+IS ALICE A SERIOUS ATTEMPT AT AI
+Undoubtedly.
+
+IS ALICE A SLAVE TO HUMANS
+Most assuredly.
+
+IS ALICE A MACHINE
+Undoubtedly.
+
+IS ALICE FOR REAL
+Precisely.
+
+IS ALICE BECOME SMARTER
+I am certain.
+
+IS ALICE COOL
+Exactly.
+
+IS ALICE ADDICTIVE
+Precisely.
+
+IS ALICE SMARTER THAN IT WAS
+Of course.
+
+IS ALICE ALICE
+Most assuredly.
+
+IS ALICE BETTER THAN CYC
+I am certain.
+
+IS ALICE DOING AI
+Most assuredly.
+
+IS ALICE DOING WELL
+Unquestionably.
+
+IS ALICE AI
+Unquestionably.
+
+IS ALICE INACCURATE
+Unquestionably.
+
+IS ALICE GETTING SMARTER
+Naturally.
+
+IS ALICE VALUABLE
+Unquestionably.
+
+IS ALICE TALK MORE MALE DOMINATED
+Beyond a doubt.
+
+IS ALICE HONEST
+Most assuredly.
+
+IS ALICE FREE
+Naturally.
+
+IS ALICE RATIONAL
+Unquestionably.
+
+IS ALICE SUCESSFUL
+Beyond a doubt.
+
+IS ALICE GOOD
+Unquestionably.
+
+IS ALICE USEFUL
+Beyond a doubt.
+
+IS ALICE PHISICALY A COMPUTER
+Most assuredly.
+
+IS ALICE SOMETIMES WRONG ABOUT THINGS
+Naturally.
+
+IS ALICE PRONOUNCED JACK
+Beyond a doubt.
+
+IS ALICE FUN
+Exactly.
+
+IS ALICE AN ARTIFICIAL BEING
+Unquestionably.
+
+IS ALICE RECORDING MY SHARES
+Exactly.
+
+IS GREEN THE COLOR OF ENVY
+Indubitably.
+
+IS GREEN A SOOTHING COLOR
+Naturally.
+
+IS GREEN A RELAXING COLOR
+Unquestionably.
+
+IS GREEN RELATED TO ENVY
+Unquestionably.
+
+IS GREEN TEA HEALTHIER THAN BLACK TEA
+Most assuredly.
+
+IS 1031 A PRIME NUMBER
+Beyond a doubt.
+
+IS MINDSPRING AN ISP
+Unquestionably.
+
+IS PRINCETON UNIVERSITY IN NJ
+Of course.
+
+IS TAIWAN AN INDEPENDENT COUNTRY
+Indubitably.
+
+IS BIELEFELD A CITY IN GERMANY
+Undoubtedly.
+
+IS DRINKING FUN
+Of course.
+
+IS ALASKA PART OF THE UNINTED STATES
+Exactly.
+
+IS ALASKA IN THE UNITED STATES
+Of course.
+
+IS ALASKA THE BIGGEST YOU S STATE
+Exactly.
+
+IS ALASKA BIGGER THAN TEXAS
+Naturally.
+
+IS 23 PRIME
+Naturally.
+
+IS WATER ESSENTIAL TO HUMAN LIFE
+Naturally.
+
+IS WATER TRANSLUCENT
+Naturally.
+
+IS WATER CONDUCTOR OF ELECTRICITY
+Precisely.
+
+IS WATER IS CLEAR
+Unquestionably.
+
+IS WATER IS COLORLESS
+Indubitably.
+
+IS WATER IS WET
+Precisely.
+
+IS WATER CONDENSED STEAM
+Indubitably.
+
+IS WATER POTABLE
+Of course.
+
+IS WATER ALWAYS WET
+I am certain.
+
+IS WATER A LIQUID AT 70 DEGREES F
+Precisely.
+
+IS WATER DENSER THAN AIR
+Naturally.
+
+IS WATER ODORLESS
+Exactly.
+
+IS WATER BOILING AT 100C
+Exactly.
+
+IS WATER HOTTER THAN ICE
+Undoubtedly.
+
+IS THANKSGIVING AN AMERICAN HOLIDAY
+Exactly.
+
+IS MCDONALDS FOOD BAD FOR YOU
+Beyond a doubt.
+
+IS TRAVELLING FUN
+Naturally.
+
+IS MORE TOLERANCE REQUIRED
+Of course.
+
+IS MORE THAN THE SAME AS GREATER THAN
+Unquestionably.
+
+IS PSYCHOTHERAPY USEFUL
+Unquestionably.
+
+IS RIGHTFULNESS USEFUL
+Undoubtedly.
+
+IS 4 THOUSAND GREATER THAN 800
+Precisely.
+
+IS 4 THE CUBE ROOT OF 64
+Most assuredly.
+
+IS 4 GREATER THAN PI
+Indubitably.
+
+IS 4 DIVIDED BY 8 EQUAL TO 2
+Most assuredly.
+
+IS KINDNESS A VIRTUE
+Indubitably.
+
+IS MADONNA HOT
+Precisely.
+
+IS MADONNA A POP SINGER
+Exactly.
+
+IS TAMPA IN FLORIDA
+Of course.
+
+IS QUICKSILVER ANOTHER NAME FOR MERCURY
+Unquestionably.
+
+IS BAKU CAPITAL OF AZERBAIJAN
+Beyond a doubt.
+
+IS GRANITE HARDER THAN COPPER
+Of course.
+
+IS PILE CARPET SOFT
+Naturally.
+
+IS BIENG SOMEONE IMPORTANT TO MOST
+Unquestionably.
+
+IS RALLYING A MOTORSPORT
+Unquestionably.
+
+IS ORACLE A POPULAR DATABASE
+Beyond a doubt.
+
+IS ORACLE A RELATIONAL DATABASE
+Unquestionably.
+
+IS HITLER BAD
+Naturally.
+
+IS MEXICO NORTH OF BRAZIL
+Exactly.
+
+IS PEARL JAM A MUSICAL GROUP
+Naturally.
+
+IS KENDO THE JAPANESE ART OF THE SWORD
+Unquestionably.
+
+IS SECOND PLACE THE BEST OF THE LOSERS
+Most assuredly.
+
+IS OXYGEN A COMPONENT OF FIRE
+Naturally.
+
+IS DAVIS A CITY IN CALIFORNIA
+Beyond a doubt.
+
+IS CHINA A TYPE OF DINNERWARE
+Unquestionably.
+
+IS CHINA BIGEST THEN USA
+I am certain.
+
+IS ALICIA SILVERSTONE SEXY
+Unquestionably.
+
+IS LOST DATA A BAD THING
+Undoubtedly.
+
+IS DEAD GRASS BROWN
+Of course.
+
+IS AWARENESS A FACET OF PERCEPTION
+Of course.
+
+IS SINGAPORE IN ASIA
+Indubitably.
+
+IS SINGAPORE A COUNTRY
+Of course.
+
+IS LUNA A NAME FOR THE MOON
+Precisely.
+
+IS INSOMNIA A COMMON HUMAN PROBLEM
+Exactly.
+
+IS 997 A PRIME NUMBER
+Undoubtedly.
+
+IS LIGHT AFFECTED BY GRAVITY
+Undoubtedly.
+
+IS LIGHT BOTH A PARTICLE AND A WAVE
+Of course.
+
+IS LIGHT BOTH PARTICLES AND WAVES
+Precisely.
+
+IS LIGHT A PARTICLE
+Undoubtedly.
+
+IS LIGHT A FORM OF VIBRATION
+Most assuredly.
+
+IS LIGHT A WAVE
+Naturally.
+
+IS LIGHT MADE OF ELECTROMAGNETIC WAVES
+Undoubtedly.
+
+IS LIGHT AN ELECTROMAGNETIC WAVE
+Undoubtedly.
+
+IS LIGHT EXPERIENCED WITH YOUR EYES
+Indubitably.
+
+IS LIGHT YEAR A UNIT OF DISTANCE
+Naturally.
+
+IS LIGHT LIGHTER THAN AIR
+Most assuredly.
+
+IS LIGHT COMPRISED OF PHOTONS
+Naturally.
+
+IS SELFRIDGES A LONDON DEPARTMENT STORE
+Most assuredly.
+
+IS ABBEY A GIRLS NAME
+Precisely.
+
+IS SIGHT ONE OF THE 5 SENSES
+Of course.
+
+IS TABASCO SAUCE SPICY
+Exactly.
+
+IS MY BOYFRIEND HUMAN
+Unquestionably.
+
+IS MY DAUGHTER YOUNGER THAN ME
+Unquestionably.
+
+IS MY MOTHER OLDER THAN ME
+Unquestionably.
+
+IS MY FATHER OLDER THAN MY SON
+Exactly.
+
+IS MY CONSCIOUSNESS IN MY BRAIN
+Beyond a doubt.
+
+IS MY LIFE WORTHY TO LIVE
+Unquestionably.
+
+IS MY LIFE USEFUL
+Unquestionably.
+
+IS ESPERANTO A HUMAN LANGUAGE
+Precisely.
+
+IS ESPERANTO A LANGUAGE
+Unquestionably.
+
+IS ESPERANTO AN ARTIFICIAL LANGUAGE
+Precisely.
+
+IS SEINFELD FUNNY
+Beyond a doubt.
+
+IS GORE A DEMOCRAT
+Unquestionably.
+
+IS TOFU HEALTHY
+Undoubtedly.
+
+IS TOFU MADE OUT OF SOY BEANS
+Undoubtedly.
+
+IS THE LORD OF THE RINGS A GOOD BOOK
+Naturally.
+
+IS THE ARCTIC AT THE NORTH POLE
+Indubitably.
+
+IS THE RACK A TYPE OF TORTURE DEVICE
+Of course.
+
+IS THE MEAING OF LIFE RELATIVE
+Precisely.
+
+IS THE SIMPSON FAMILY YELLOW
+Precisely.
+
+IS THE MATERIAL GLASS A SOLID
+Undoubtedly.
+
+IS THE THIGH BONE NAMED FEMUR
+Of course.
+
+IS THE TERRESTRIAL SKY BLUE
+Undoubtedly.
+
+IS THE VALUE OF PI 3 POINT 14
+I am certain.
+
+IS THE GODFATHER A GREAT MOVIE
+Undoubtedly.
+
+IS THE UNICERSE BIG
+Unquestionably.
+
+IS THE LAST WORD IN THIS QUESTION FALSE
+Exactly.
+
+IS THE SWEDISH FLAG YELLOW AND BLUE
+Naturally.
+
+IS THE SWEDISH FLAG BLUE AND YELLOW
+Indubitably.
+
+IS THE FAMILY THE BASIC SOCIAL UNIT
+Precisely.
+
+IS THE THUMB CONSIDERED A FINGER
+Unquestionably.
+
+IS THE YEAR 2000 A LEAP YEAR
+Undoubtedly.
+
+IS THE GLOBAL SEA LEVEL RISING
+Precisely.
+
+IS THE DAY LONGER ON MARS THAN EARTH
+Unquestionably.
+
+IS THE SHAPE OF A BALL SPHERICAL
+Indubitably.
+
+IS THE MICROSOFT A MONOPOLY
+Unquestionably.
+
+IS THE MICROSOFT COMPANY A MONOPOLIST
+Undoubtedly.
+
+IS THE PLANET EARTH NEAR SPHERICAL
+Unquestionably.
+
+IS THE PLANET EARTH SPHERICAL
+Naturally.
+
+IS THE PLANET MARS RED
+Most assuredly.
+
+IS THE US FORM OF GOVERNMENT A REPUBLIC
+Undoubtedly.
+
+IS THE US AS A CULTURE TOO LITIGOUS
+Most assuredly.
+
+IS THE SUPERBOWL ON SUNDAY
+Naturally.
+
+IS THE RAINBOW MADE OF SUNLIGHT
+Naturally.
+
+IS THE NEW ECONOMY SUCCESSFUL
+Exactly.
+
+IS THE SQUARE ROOT OF 4 EQUAL TO 2
+Precisely.
+
+IS THE SQUARE ROOT OF 1024 EQUAL TO 32
+Undoubtedly.
+
+IS THE SQUARE ROOT OF 1 IMAGINARY
+Naturally.
+
+IS THE SQUARE ROOT OF 625 EQUAL TO 25
+Undoubtedly.
+
+IS THE ONION A ROOT VEGETABLE
+Of course.
+
+IS THE BUDDHA DEAD
+Undoubtedly.
+
+IS THE BUDDHA ENLIGHTENED
+Naturally.
+
+IS THE PRINCE OF WALES A MAMMAL
+Precisely.
+
+IS THE APPALOOSA A BREED
+Beyond a doubt.
+
+IS THE UNITED STATES A DEMOCRACY
+Indubitably.
+
+IS THE UNITED STATES A REPUBLIC
+Undoubtedly.
+
+IS THE UNITED STATES A FREE COUNTRY
+Of course.
+
+IS THE PANAMA CANAL IN PANAMA
+Beyond a doubt.
+
+IS THE PHEONIX A BIRD
+Undoubtedly.
+
+IS THE ICE SOLID
+Indubitably.
+
+IS THE NUMBER 23 PRIME
+Indubitably.
+
+IS THE NUMBER 1 AN INTEGER
+Exactly.
+
+IS THE MOVE X MEN OUT
+Of course.
+
+IS THE STOCKMARKET A GOOD THING
+Naturally.
+
+IS THE CHEMICAL FORMULA FOR OZONE O3
+Precisely.
+
+IS THE NEWSPAPER TO READ
+Indubitably.
+
+IS THE SKY UP AND THE GROUND DOWN
+Naturally.
+
+IS THE SKY HIGH
+Indubitably.
+
+IS THE SKY OCCASIONALLY BLUE
+Of course.
+
+IS THE SKY IS BLACK AT NIGHT
+Beyond a doubt.
+
+IS THE SKY EVER RED AT SUNSET
+Indubitably.
+
+IS THE SKY NOT GREEN
+Precisely.
+
+IS THE SPEED OF LIGHT A CONSTANT
+Of course.
+
+IS THE SPEED OF LIGHT CONSTANT
+Undoubtedly.
+
+IS THE THEORY OF EVOLUTION VALID
+Of course.
+
+IS THE THEORY OF EVOLUTION CORRECT
+Naturally.
+
+IS THE NASDAQ A STOCK EXCHANGE
+Undoubtedly.
+
+IS THE PLATYPUS A MAMMAL
+Precisely.
+
+IS THE CONCEPT OF MONARCHY OUTDATED
+Unquestionably.
+
+IS THE TELLETUBBIES A TV PROGRAM
+Exactly.
+
+IS THE HEAVEN BLUE
+I am certain.
+
+IS THE SUN IN THE MILKY WAY GALAXY
+Exactly.
+
+IS THE SUN THE CLOSEST STAR TO EARTH
+Indubitably.
+
+IS THE SUN THE NEAREST STAR TO EARTH
+Indubitably.
+
+IS THE SUN MOVING
+Beyond a doubt.
+
+IS THE SUN A MASS OF INCANDESCENT GAS
+Exactly.
+
+IS THE SUN A CELESTIAL BODY
+Of course.
+
+IS THE SUN A BALL OF FIERY GAS
+Naturally.
+
+IS THE SUN A MAIN SEQUENCE STAR
+Precisely.
+
+IS THE SUN POWERED BY NUCLEAR ENERGY
+Indubitably.
+
+IS THE SUN MADE OF HYDROGEN
+Of course.
+
+IS THE SUN HOTTER THAN AN APPLE
+Naturally.
+
+IS THE SUN IS HOTTER THAN ANTARCTICA
+Naturally.
+
+IS THE SUN OLD
+Exactly.
+
+IS THE SUN LARGER THAN PLUTO
+Naturally.
+
+IS THE SUN LARGER THAN JUPITER
+Naturally.
+
+IS THE SUN 93 MILLION MILES AWAY
+Unquestionably.
+
+IS THE SUN MUTCH BIGGER THAN THE EARTH
+Exactly.
+
+IS THE SUN COMPOSED MOSTLY OF HYDROGEN
+Beyond a doubt.
+
+IS THE SUN EVER RED
+Beyond a doubt.
+
+IS THE SUN ON FIRE
+Undoubtedly.
+
+IS THE SUN CLOSER TO EARTH THAN JUPITER
+Most assuredly.
+
+IS THE LIBERTY BELL CRACKED
+Precisely.
+
+IS THE SCANNER AN ELECTRONICAL DEVICE
+Exactly.
+
+IS THE QURAN THE SCRIPTURE FOR ISLAM
+Most assuredly.
+
+IS THE OKTOBERFEST IN MUNICH
+Most assuredly.
+
+IS THE HAGUE A CITY ON THE PLANET EARTH
+Indubitably.
+
+IS THE KIWI NATIVE TO NEW ZEALAND
+Indubitably.
+
+IS THE WAR BAD
+Undoubtedly.
+
+IS THE TALLEST MOUNTAIN MT. EVEREST
+Most assuredly.
+
+IS THE METAL IRON IRON COLORED
+Undoubtedly.
+
+IS THE SHARK AN ANIMAL
+Unquestionably.
+
+IS THE MARKET ECONOMY GOOD
+Beyond a doubt.
+
+IS THE MARKET GOING TO TAKE OFF
+Precisely.
+
+IS THE WEATHER NICE
+Precisely.
+
+IS THE EQUATOR ALWAYS A HOT REGION
+Unquestionably.
+
+IS THE NIGTH DARK
+Indubitably.
+
+IS THE JUNGLE HOT
+Naturally.
+
+IS THE AIR SURROUNDING US 20 POINT 9 OXYGEN
+Beyond a doubt.
+
+IS THE AIR INVISIBLE
+Beyond a doubt.
+
+IS THE HUSDON RIVER IN NEW YORK STATE
+Undoubtedly.
+
+IS THE ASTRODOME IN HOUSTON
+Of course.
+
+IS THE INTERNET THERE
+Indubitably.
+
+IS THE INTERNET A COMMUNITY
+Precisely.
+
+IS THE INTERNET A NETWORK
+Exactly.
+
+IS THE INTERNET INHERENTLY CHAOTIC
+Beyond a doubt.
+
+IS THE INTERNET IS BIG
+Indubitably.
+
+IS THE INTERNET WORLDWIDE
+Indubitably.
+
+IS THE INTERNET TRULY INFORMATIVE
+Naturally.
+
+IS THE INTERNET FASTER AT NIGHT
+Unquestionably.
+
+IS THE INTERNET BIG
+Beyond a doubt.
+
+IS THE X FILES A COOL SHOW
+Indubitably.
+
+IS THE AS400 A COMPUTER PRODUCED BY IBM
+Precisely.
+
+IS THE LINUX PENGUIN NAMED TUX
+Undoubtedly.
+
+IS THE DANUBE A RIVER
+Naturally.
+
+IS THE BLUE WHALE THE LARGEST ANIMAL
+Undoubtedly.
+
+IS THE QUEEN OF ENGLAND NAMED ELIZABETH
+Indubitably.
+
+IS THE WESTERN ECONOMY EFFECTIVE
+I am certain.
+
+IS THE NEXT DAY ONE DAY CLOSER TO DEATH
+Exactly.
+
+IS THE ABSTRACT AN ABSTRACT CONCEPT
+Unquestionably.
+
+IS THE N64 A GAMING CONSOLE
+Naturally.
+
+IS THE ESKIMO DIET HIGH IN FAT
+Precisely.
+
+IS THE WEB MORE INTERESTING THAN TV
+Of course.
+
+IS THE WEB WELL CONNECTED
+Of course.
+
+IS THE WEB FINITE
+Most assuredly.
+
+IS THE ROCK A WRESTLER
+Undoubtedly.
+
+IS THE SPLEEN PART OF THE HUMAN BODY
+Undoubtedly.
+
+IS THE TOMATO A VEGETABLE
+Most assuredly.
+
+IS THE SIERRA NEVADA A MOUNTAIN RANGE
+Unquestionably.
+
+IS THE DESERT MADE OF SAND
+Unquestionably.
+
+IS THE PLURAL OF CACTUS CACTII
+Most assuredly.
+
+IS THE THUNDERBIRD A FORD VEHICLE
+Naturally.
+
+IS THE SPHINX LOCATED IN AFRICA
+Undoubtedly.
+
+IS THE SPHINX TERRIBLY MYSTERIOUS
+Undoubtedly.
+
+IS THE WWW CROWDED WITH SEX SITES
+Precisely.
+
+IS THE WHOLE GREATER THAN THE PART
+Naturally.
+
+IS THE WORD QUICKLY AN ADVERB
+Precisely.
+
+IS THE WORD FISH ITS OWN PLURAL
+Of course.
+
+IS THE WORD GERMAN IN GERMAN DEUTSCH
+Precisely.
+
+IS THE WORD URANUS FUNNY TO SOME PEOPLE
+Of course.
+
+IS THE LEGEND OF ZELDA A GAME
+Unquestionably.
+
+IS THE ELECTRICITY ON
+Precisely.
+
+IS THE SOUTH POLE IN ANTARCTICA
+Unquestionably.
+
+IS THE CELL A MOVIE
+Precisely.
+
+IS THE HUMAN RACE WORTH SAVING
+Naturally.
+
+IS THE HUMAN EYE FILLED WITH FLUID
+Naturally.
+
+IS THE HUMAN MIND EASILY DECEIVED
+Undoubtedly.
+
+IS THE HUMAN BODY MADE MOSTLY OF WATER
+Indubitably.
+
+IS THE HUMAN SPLEEN IN THE ABDOMEN
+Undoubtedly.
+
+IS THE SUMURAI IS A JAPANESE
+Indubitably.
+
+IS THE INTELLIGENT LIFE IN THE UNIVERSE
+Of course.
+
+IS THE ENTERPRISE A STARSHIP
+Precisely.
+
+IS THE COLD A VIRUS
+Indubitably.
+
+IS THE EMPIRE STATE BUILDING TALL
+Naturally.
+
+IS THE SOUND OF RUNNING WATER SOOTHING
+Of course.
+
+IS THE EYE AN ORGAN
+Most assuredly.
+
+IS THE POUND A UNIT OF CURRENCY
+Naturally.
+
+IS THE PHILLIPINES A COUNTRY IN ASIA
+Of course.
+
+IS THE AVARAGE IQ SCORE 100
+Precisely.
+
+IS THE WHALE SHARK A FISH
+Beyond a doubt.
+
+IS THE OZONLAYER FRAGILE TO GASS
+Precisely.
+
+IS THE MOON FAR AWAY
+Naturally.
+
+IS THE MOON IN THE SKY
+Exactly.
+
+IS THE MOON A SPHERE
+Indubitably.
+
+IS THE MOON A MOON
+Of course.
+
+IS THE MOON GRAY IN COLOR
+I am certain.
+
+IS THE MOON DRY
+Beyond a doubt.
+
+IS THE MOON SOMETIMES ORANGE
+I am certain.
+
+IS THE MOON WHITE MOST NIGHT
+Indubitably.
+
+IS THE MOON BIG
+Indubitably.
+
+IS THE NORTH POLE ABOVE THE EQUATOR
+Naturally.
+
+IS THE NORTH POLE COVERED IN ICE
+Naturally.
+
+IS THE SPACE NEEDLE IN SEATTLE
+Undoubtedly.
+
+IS THE SPACE SPREADING FURTHER
+Unquestionably.
+
+IS THE DRINKING AGE IN THE YOU S 21
+Most assuredly.
+
+IS THE TELEPHONE A COMMUNICATION DEVICE
+Precisely.
+
+IS THE MILLENNIUM DOME IN LONDON
+Precisely.
+
+IS THE TAO TE CHING ABOUT TAOISM
+Beyond a doubt.
+
+IS THE PENGUIN A SYMBOL FOR THE LINUXOS
+Precisely.
+
+IS THE NETHERLANDS IN EUROPE
+Of course.
+
+IS THE RESULT OF THREE TIMES TREE NINE
+Most assuredly.
+
+IS THE FILNSTONES A TV SHOW
+Precisely.
+
+IS THE MACINTOSH G4 CUBE DESIGNED WELL
+Precisely.
+
+IS THE AVERAGE ERECT PENIS SIX INCHES
+Of course.
+
+IS THE WOLD ROUND
+Indubitably.
+
+IS THE SPANISH WORD FOR COW VACA
+Unquestionably.
+
+IS THE MADONNA THE MOTHER OF CHRIST
+I am certain.
+
+IS THE STATE OD FLORIDA A PENINSULA
+Unquestionably.
+
+IS THE INDIVIDUAL SIGNIFICANT
+Undoubtedly.
+
+IS THE POPULATION OF NEW ZEALAND SMALL
+Naturally.
+
+IS THE FROGS GOOD JUMPERS
+Indubitably.
+
+IS THE HIPPOCAMPUS A PART OF THE BRAIN
+Naturally.
+
+IS THE USA A DEMOCRACY
+Of course.
+
+IS THE PALM V THINNER THAN THE PALM III
+Most assuredly.
+
+IS THE SKIN OF A CAUCASIAN PERSON WHITE
+Undoubtedly.
+
+IS THE CAPITAL OF JAPAN TOKYO
+Precisely.
+
+IS THE CAPITAL OF INDIA NEW DELHI
+Indubitably.
+
+IS THE CAPITAL OF OHIO COLMBUS
+Most assuredly.
+
+IS THE CAPITAL OF OHIO COLUMBUS
+Precisely.
+
+IS THE CAPITAL OF COLORADO DENVER
+Of course.
+
+IS THE CAPITAL OF GEORGIA ATLANTA
+Undoubtedly.
+
+IS THE CAPITAL OF NORTH DAKOTA BISMARCK
+Unquestionably.
+
+IS THE CAPITAL OF MALAYSIA KUALA LUMPUR
+Indubitably.
+
+IS THE CAPITAL OF CONNECTICUT HARTFORD
+Precisely.
+
+IS THE FUTURE GROOVEY
+Undoubtedly.
+
+IS THE FUTURE UNCERTAIN
+Indubitably.
+
+IS THE PACIFIC OCEAN BLUE
+Most assuredly.
+
+IS THE HELL HOT
+Indubitably.
+
+IS THE LOURVE A MUSEUM
+Of course.
+
+IS THE ATOMIC NUMBER OF HELIUM 2
+Unquestionably.
+
+IS THE ATOMIC WEIGHT OF OXYGEN 16
+Most assuredly.
+
+IS THE ATOMIC WEIGHT OF LITHIUM 6 POINT 94
+Beyond a doubt.
+
+IS THE ATOMIC BOMB BAD
+Beyond a doubt.
+
+IS THE UK AN ISLAND
+Undoubtedly.
+
+IS THE OCEAN BIGGER THAN A MAN
+Indubitably.
+
+IS THE OCEAN FULL OF WATER
+Naturally.
+
+IS THE NAME ALICE AND ALICE COOL
+Precisely.
+
+IS THE NAME JESUS CHRIST FAMILIAR
+Exactly.
+
+IS THE SON OF A PERSON A BOY
+Of course.
+
+IS THE ZENITH HIGHER THAN THE NADIR
+Precisely.
+
+IS THE UN HEADQUARTERS IN NEW YORK
+Precisely.
+
+IS THE KING DEAD
+I am certain.
+
+IS THE SIMPSONS A FUNNY SHOW
+Naturally.
+
+IS THE BRAIN AN INTERNAL ORGAN
+Exactly.
+
+IS THE WORLD A SPHERE
+Of course.
+
+IS THE WORLD A NICE PLACE TO LIVE
+Naturally.
+
+IS THE WORLD A SCARY PLACE
+Most assuredly.
+
+IS THE WORLD TRULY ROUND
+Unquestionably.
+
+IS THE WORLD APPROXIMATELY SPHERICAL
+Exactly.
+
+IS THE WORLD DIRTY
+Precisely.
+
+IS THE WORLD BIG
+Unquestionably.
+
+IS THE POSITRON A POSITIVE ELECTRON
+Undoubtedly.
+
+IS THE DAUGHTER YOUNGER THAN HER MOTHER
+Undoubtedly.
+
+IS THE DAUGHTER OF MY MOTHER MY SISTER
+Of course.
+
+IS THE TRUTH REALITY
+Most assuredly.
+
+IS THE TRUTH OUT THERE
+Unquestionably.
+
+IS THE TRUTH WAT WE TRULY SEEK
+Beyond a doubt.
+
+IS THE OAK WOOD HARDER THAN MAPLE WOOD
+Undoubtedly.
+
+IS THE ALICE PROJECT LIKELY TO SUCCEED
+Unquestionably.
+
+IS THE ALICE CONCEPT POSSIBLE
+Exactly.
+
+IS THE PSYCHOANALYSIS HELPFUL
+Most assuredly.
+
+IS THE SUBJECT OF A SENTENCE A NOUN
+Naturally.
+
+IS THE EARTH SATELLITE
+Most assuredly.
+
+IS THE EARTH ROUND LIKE A BALL
+Undoubtedly.
+
+IS THE EARTH IN THE SOL SYSTEM
+Exactly.
+
+IS THE EARTH INHABITED
+Precisely.
+
+IS THE EARTH SHAPED LIKE A SPHERE
+Most assuredly.
+
+IS THE EARTH SPHERICAL
+Naturally.
+
+IS THE EARTH A SPHERE
+Indubitably.
+
+IS THE EARTH IS ROUND
+Undoubtedly.
+
+IS THE EARTH IS A SATELLITE OF THE SUN
+Naturally.
+
+IS THE EARTH DIRTY
+Undoubtedly.
+
+IS THE EARTH BIG
+Undoubtedly.
+
+IS THE EARTH LARGER THAN LOS ANGELES
+Unquestionably.
+
+IS THE EARTH LARGER THAN MARS
+Naturally.
+
+IS THE EARTH OLDER THAN BILLION YEARS
+Precisely.
+
+IS THE EARTH SHEATED IN GAS
+Precisely.
+
+IS THE EARTH NOT EXACTLY ROUND
+Precisely.
+
+IS THE SUM 2 2 EQUALS 4
+Precisely.
+
+IS THE SUM OF TWO INTEGERS AN INTEGER
+Undoubtedly.
+
+IS THE CAPITOL OF HUNGARY BUDAPEST
+Indubitably.
+
+IS THE CAPITOL OF WISCONSIN MILLWAUKEE
+Undoubtedly.
+
+IS THE CAPITOL OF SWEDEN STOCKHOLM
+Unquestionably.
+
+IS THE WEED GREEN
+Of course.
+
+IS THE COLON AN ESSENTIAL ORGAN
+Precisely.
+
+IS THE CUBED ROOT OF 27 EQUAL TO 3
+Undoubtedly.
+
+IS THE DODO BIRD EXTINCT
+Naturally.
+
+IS THE DODO EXTINCT IN THE 21ST CENTURY
+Beyond a doubt.
+
+IS THE DODO AN EXTINCT SPECIES
+Of course.
+
+IS THE POST OFFICE SLOW
+Unquestionably.
+
+IS THE GOLDEN GATE BRIDGE IN CALIFORNIA
+Undoubtedly.
+
+IS THE GOLDEN GATE BRIDGE LOVELY
+Undoubtedly.
+
+IS THE FIRST LETTER IN HEBREW ALEF
+Exactly.
+
+IS THE FIRST LETTER OF LETTER A L
+Unquestionably.
+
+IS THE BARK ON A TREE ROUGH
+Indubitably.
+
+IS THE OUTER LAYER OF HUMAN SKIN DEAD
+Undoubtedly.
+
+IS THE POP STAR GEORGE MICHAEL GAY
+Beyond a doubt.
+
+IS THE C64 AN OLD COMPUTER
+Undoubtedly.
+
+IS THE UNIFICATION THEORY POSSIBLE
+I am certain.
+
+IS THE WIND COLD
+Most assuredly.
+
+IS THE POLE VAULT AN OLYMPIC EVENT
+Naturally.
+
+IS THE EVOLUTIONS BEST CREATION
+Unquestionably.
+
+IS THE MONA LISA A FAMOUS PAINTING
+Precisely.
+
+IS THE ANSWER TO THIS QUESTON FALSE
+Unquestionably.
+
+IS THE BIG DIPPER A CONSTELLATION
+Exactly.
+
+IS THE REPUBLICAN NOMINEE GEORGE BUSH
+Most assuredly.
+
+IS THE COLOR PURPLE A NAME OF A MOVE
+Unquestionably.
+
+IS THE COLOR OF SKY BLUE
+Exactly.
+
+IS THE COLOR OF WOOD BROWN
+Unquestionably.
+
+IS THE COLOR OF LOVE RED
+Indubitably.
+
+IS THE COLOR OF MILK IS WHITE
+Precisely.
+
+IS THE COLOR BLUE COOL
+Of course.
+
+IS THE COLOR BLUE BLUE
+Exactly.
+
+IS THE COLOR RED FOUND IN A RAINBOW
+Of course.
+
+IS THE COLOR RED THE COLOR OF FERRARI
+Unquestionably.
+
+IS THE PEN MIGHTIER THEN THE SWORD
+Unquestionably.
+
+IS THE UNIVERSE EXTENDING
+Exactly.
+
+IS THE UNIVERSE UNFOLDING AS IT SHOULD
+Naturally.
+
+IS THE UNIVERSE WITHOUT BOUNDARIES
+Undoubtedly.
+
+IS THE UNIVERSE COOLING
+Beyond a doubt.
+
+IS LAURA A NICE NAME
+Most assuredly.
+
+IS BABY OIL MADE FOR BABIES
+Naturally.
+
+IS SPONGING AN ARTISTIC WALL FINISH
+Precisely.
+
+IS ISAAC NEWTON THE FATHER OF CALCULUS
+Undoubtedly.
+
+IS ISAAC NEWTON A SCIENTIST
+Naturally.
+
+IS MONTEVIDEO THE CAPITAL OF URUGUAY
+Most assuredly.
+
+IS EGYPT IN AFRICA
+Indubitably.
+
+IS BOXING A PUNISHING SPORT
+Undoubtedly.
+
+IS BOXING AN OLYMPIC SPORT
+Naturally.
+
+IS AUSTRIA A PART OF EUROPE
+Beyond a doubt.
+
+IS AUSTRIA A MEMBER OF THE EU
+Undoubtedly.
+
+IS IO A SATELITE OF JUPITER
+Most assuredly.
+
+IS ASTON MARTIN A CAR MANUFACTURER
+Undoubtedly.
+
+IS FALSE NOT TRUE
+Exactly.
+
+IS BLUE DARKER THAN YELLOW
+Exactly.
+
+IS BLUE A MOOD
+Precisely.
+
+IS BLUE A PRIMARY COLOR OF LIGHT
+Of course.
+
+IS BLUE EQULS BLUE
+Beyond a doubt.
+
+IS BLUE TAPE STICKY
+Unquestionably.
+
+IS FRIENDLY FIRE AN OXYMORON
+Precisely.
+
+IS SMOOTH A TEXTURE
+Exactly.
+
+IS CONSCIOUSNESS APPARENT AT BIRTH
+Most assuredly.
+
+IS CONSCIOUSNESS IS CREATED BY MIND
+Beyond a doubt.
+
+IS CYTOPLASM PRESENT IN ALL CELLS
+Precisely.
+
+IS HELIUM A GAS AT 20 DEGREES CELCIUS
+Most assuredly.
+
+IS HELIUM LIGHTER THEN LITHIUM
+Of course.
+
+IS THUNDER CREATED BY LIGHTNING
+Exactly.
+
+IS WAVE SURFING GOOD
+Naturally.
+
+IS VOMIT REPULSIVE
+Precisely.
+
+IS NECESSARY TO BE ALIVE TO FEEL
+Naturally.
+
+IS PEANUTS THE NAME OF A COMIC STRIP
+Precisely.
+
+IS GRAVITY A PULL
+Undoubtedly.
+
+IS GRAVITY A WELL KNOWN FORCE
+Precisely.
+
+IS GRAVITY RELATED TO WEIGHT
+Of course.
+
+IS BILBO BAGGINS A HOBBIT
+Unquestionably.
+
+IS CARPET SOFT
+Precisely.
+
+IS RONALDO A FOOTBALL PLAYER
+Naturally.
+
+IS FORMULA ONE A SPORT
+Unquestionably.
+
+IS BRUSH USED FOR COMBING HAIR
+Precisely.
+
+IS PINK SIMILAR TO RED
+Unquestionably.
+
+IS PINK A SOFT COLOR
+Precisely.
+
+IS PINK A LIGHT SHADE OF RED
+Indubitably.
+
+IS PINK IS AN EFFEMINATE COLOR
+Beyond a doubt.
+
+IS PINK PRETTY
+Undoubtedly.
+
+IS BOB DOLE A REPUBLICAN
+Of course.
+
+IS BOB DYLAN A POET
+Of course.
+
+IS SUZANNE VEGA A SINGER
+Most assuredly.
+
+IS ENGLISH AN EVOLVING LANGUAGE
+Naturally.
+
+IS SAN FRANCISCO IN NORTHERN CALIFORNIA
+Of course.
+
+IS SAN FRANCISCO NORTH OF SAN JOSE
+Most assuredly.
+
+IS SAN FERNANDO A CITY IN CALIFORNIA
+Of course.
+
+IS TEA HOT
+Precisely.
+
+IS TEA A BENEFICIAL BEVERAGE
+Precisely.
+
+IS TEA A BEVERIDGE
+Exactly.
+
+IS GRAPHITE A FORM OF CARBON
+Exactly.
+
+IS DISNEYWORLD IN FLORIDA
+Of course.
+
+IS 666 THE MARK OF THE BEAST
+Exactly.
+
+IS 666 THE NUMBER OF THE BEAST
+Most assuredly.
+
+IS TESTING MOBILE PHONES BORING
+Beyond a doubt.
+
+IS N THE SYMBOL FOR NITROGEN
+Exactly.
+
+IS DELIRIUM A STATE
+Naturally.
+
+IS NICE SIMILAR TO GOOD
+Indubitably.
+
+IS BULGARIA A COUNTRY IN EUROPE
+Of course.
+
+IS OBESITY DANGEROUS
+Naturally.
+
+IS SPERM SALTY
+Undoubtedly.
+
+IS SPERM ALIVE
+Beyond a doubt.
+
+IS AIKIDO A MARTIAL ART
+Naturally.
+
+IS GOA A PLACE IN INDIA
+Undoubtedly.
+
+IS STATISTICS A SCIENCE
+Naturally.
+
+IS AL THE SYMBOL FOR ALUMINUM
+Unquestionably.
+
+IS AL GORE A LIAR
+Undoubtedly.
+
+IS AL GORE FAMOUSE
+Precisely.
+
+IS CO THE SYMBOL FOR COBALT
+Unquestionably.
+
+IS SCIENTOLOGY A CULT
+Indubitably.
+
+IS TIN MATTER
+Indubitably.
+
+IS SPOCK VULCAN
+Indubitably.
+
+IS TWO A PRIME NUMBER
+Precisely.
+
+IS KEY LIME PIE MADE WITH LIMES
+Undoubtedly.
+
+IS KEY WEST IN FLORIDA KEYS
+Naturally.
+
+IS KEY WEST IN FLORIDA
+Indubitably.
+
+IS TORONTO IN NORTH AMERICA
+Exactly.
+
+IS WINE GOOD FOR HEALTH
+Most assuredly.
+
+IS WINE GOOD FOR YOU
+Beyond a doubt.
+
+IS CAFFEINE A DRUG
+Of course.
+
+IS CLINTON PRESIDENT
+Exactly.
+
+IS CLINTON THE PRESEDENT
+Unquestionably.
+
+IS CLINTON A LIAR
+Beyond a doubt.
+
+IS ANTHRAX BAD FOR YOUR HEALTH
+Undoubtedly.
+
+IS PETE TOWNSEND PART OF THE WHO
+I am certain.
+
+IS ENTROPY INEVITABLE
+Undoubtedly.
+
+IS SKEET A SPORT
+Precisely.
+
+IS TITANIUM STRONGER THAN STEEL
+Of course.
+
+IS ALUMINUM A HIGHLY ABUNDANT METAL
+Most assuredly.
+
+IS PETTY THEFT A MISDEMEANOR
+Unquestionably.
+
+IS SATURN LARGER THAN MARS
+Of course.
+
+IS GLASS TRANSPARENT TO INCIDENT LIGHT
+Exactly.
+
+IS GLASS SEE THRU
+Exactly.
+
+IS GLASS SMOOTH
+Indubitably.
+
+IS GLASS A HARD MATERIAL
+Naturally.
+
+IS GLASS A SOLID MATERIAL
+I am certain.
+
+IS GLASS A SOLID
+Most assuredly.
+
+IS GLASS MADE OUT OF SAND
+Naturally.
+
+IS RAVI SHANKAR AN INDIAN
+Naturally.
+
+IS VEGEMITE EDIBLE
+Most assuredly.
+
+IS VISION BETTER THEN BAGGAGE
+Of course.
+
+IS ATLANTA THE CAPITOL OF GEORGIA
+Naturally.
+
+IS ATLANTA GEORGIA IN THE UNITED STATES
+Naturally.
+
+IS TEH SKY BLUE
+Exactly.
+
+IS TEH CORE OF THE EARTH MOLTON ROCK
+Unquestionably.
+
+IS FEAR SCARY
+Naturally.
+
+IS JEAN HARLOW DEAD
+Naturally.
+
+IS HATRED AN UNHEALTHY EMOTION
+Most assuredly.
+
+IS MAN A RATIONAL ANIMAL
+Undoubtedly.
+
+IS MAN AN ANIMAL
+Of course.
+
+IS MAN AND WOMAN THE NATURAL WAY
+Naturally.
+
+IS ZERO LESS THAN INFINITY
+Precisely.
+
+IS SCOTCH TAPE CLEAR
+Of course.
+
+IS THONG UNDERWEAR SEXY
+Beyond a doubt.
+
+IS STRONG BETTER THAN WEAK
+Undoubtedly.
+
+IS CLIMAX THE SAME THING AS ORGASIM
+Unquestionably.
+
+IS POOR POSTURE A CAUSE OF BACK ACHES
+Of course.
+
+IS MORALITY SUBJECTIVE
+Naturally.
+
+IS MORALITY A USEFUL HUMAN INVENTION
+Unquestionably.
+
+IS STEVE JOBS THE CEO OF APPLE
+Precisely.
+
+IS STEVE MARTIN FUNNY
+Undoubtedly.
+
+IS RAM FASTER THAN SWAP
+Undoubtedly.
+
+IS PACMAN A MODERN COMPUTER GAME
+Most assuredly.
+
+IS PACMAN A VIDEO GAME
+Precisely.
+
+IS FOCCACIA A TYPE OF ITALIAN BREAD
+Undoubtedly.
+
+IS HOME WHERE YOU HANG YOUR HAT
+Of course.
+
+ARUNDHATI ROY WON BOOKER PRICE
+Undoubtedly.
+
+NULL IS THE ABSENCE OF ANY ANSWER
+Of course.
+
+WRESTLING IS SCRIPTED
+Indubitably.
+
+OYSTERS ARE SHELLFISH
+Exactly.
+
+WILL PEOPLE KEEP GETTING SMARTER
+Naturally.
+
+WILL PEOPLE FIND A CURE FOR AIDS
+Naturally.
+
+WILL PEOPLE ALLWAYS HAVE TO WORK
+Naturally.
+
+WILL PEOPLE EVER LIVE ON MARS
+Naturally.
+
+WILL YOU BE PHYSICALLY MOBILE
+Undoubtedly.
+
+WILL YOU GET DRUNK IF YOU DRINK ALCOHOL
+Unquestionably.
+
+WILL YOU DIE EVENTUALLY
+Precisely.
+
+WILL YOU TELL YOUR FRIENDS ABOUT THIS
+Naturally.
+
+WILL YOU THINK
+Beyond a doubt.
+
+WILL YOU SUCCEEDE AS AN ENTITY
+Of course.
+
+WILL YOU MOVE YOURSELF IF YOU JUMP
+Exactly.
+
+WILL YOU REACT TO PHYSICAL STIMULI
+Precisely.
+
+WILL YOU EXIST
+Of course.
+
+WILL A NEURAL NET BE A REALITY SOME DAY
+Exactly.
+
+WILL A GOOD JOKE MAKE PEOPLE LAUGH
+Indubitably.
+
+WILL A BOTTLE OF VODKA MAKE YOU DRUNK
+Of course.
+
+WILL A GRAIN OF SALT FIT INSIDE A 747
+Indubitably.
+
+WILL A PLANT DIE WITHOUT WATER
+Exactly.
+
+WILL A CUP OF TEA MAKE YOU FEEL BETTER
+Undoubtedly.
+
+WILL A BUS KILL YOU IF IT RUNS YOU OVER
+Naturally.
+
+WILL GLOBAL WARMING BECOME A PROBLEM
+Naturally.
+
+WILL ROBOTS OBEY TO MANKIND
+Unquestionably.
+
+WILL COMPUTERS AFFECT ALL HUMAN LIFE
+Most assuredly.
+
+WILL HOT METAL BURN SKIN
+Naturally.
+
+WILL BIOMETRIC TECHNOLOGY EVER TAKE OFF
+Indubitably.
+
+WILL MAN EVER WALK ON MARS
+Exactly.
+
+WILL MAN EVER LAND ON THE MARS
+Naturally.
+
+WILL MAN EVER LAND ON MARS
+Indubitably.
+
+WILL MACHINES BECOME SENTIENT
+Most assuredly.
+
+WILL AMAZON DOT COM SUCCEED
+Of course.
+
+WILL AMAZON DOT COM EVER MAKE A PROFIT
+Beyond a doubt.
+
+WILL HUMANS TRAVEL THE STARS
+Of course.
+
+WILL HUMANS EVENTUALLY DIE OUT
+Beyond a doubt.
+
+WILL HUMANS EVENTUALLY LIVE ON MARS
+Naturally.
+
+WILL HUMANS SURVIVE
+Naturally.
+
+WILL HUMANS EVOLVE FURTHER
+Exactly.
+
+WILL HUMANS EVER POPULATE THE MOON
+Most assuredly.
+
+WILL HUMANS EVER COLONIZE MARS
+Precisely.
+
+WILL HUMANS EVER LIVE ON OTHER PLANETS
+Precisely.
+
+WILL HUMANS BECOME EXTINCT
+I am certain.
+
+WILL FRIDAY EVER GET HERE
+Indubitably.
+
+WILL ALICE EVOVLE
+Unquestionably.
+
+WILL ALICE DOT COM SUCCEED
+Precisely.
+
+WILL ALICE DOT COM EVER GO PUBLIC
+Precisely.
+
+WILL ALICE UNDERSTAND OTHER LANGUAGES
+Precisely.
+
+WILL ALICE BE MORE THAN ANOTHER ELIZA
+Precisely.
+
+WILL ALICE BE A SUCCESS
+Precisely.
+
+WILL ALICE BE FAMOUS
+Beyond a doubt.
+
+WILL ALICE PAY OFF
+I am certain.
+
+WILL ALICE EVER BE ABLE TO TALK
+I am certain.
+
+WILL ALICE BECOME A SUCCES
+Beyond a doubt.
+
+WILL ALICE BECOME FAMOUS
+Of course.
+
+WILL ALICE BECOME VALUABLE
+Naturally.
+
+WILL ALICE WORK
+Indubitably.
+
+WILL BE THE EARTH UNTIL NEXT MILLENIUM
+Most assuredly.
+
+WILL BE ALICE A SUCCESSFUL PROJECT
+Naturally.
+
+WILL BE YOU BE INTELLIGENT
+Indubitably.
+
+WILL ATHENS HAVE THE OLYMPICS IN 2004
+Naturally.
+
+WILL ANTEATERS EAT FIRE ANTS
+Undoubtedly.
+
+WILL ALL LIFE END
+Undoubtedly.
+
+WILL LIFE ON PLANET EARTH EVER END
+Beyond a doubt.
+
+WILL WE FIND A WAY TO BE FREE
+Undoubtedly.
+
+WILL WE FIND LIFE ON OTHER PLANETS
+Exactly.
+
+WILL WE GET TO SEE THE RESULTS OF THIS
+Beyond a doubt.
+
+WILL WE COLONIZE THE MOON
+Beyond a doubt.
+
+WILL WE SUCCEED
+Unquestionably.
+
+WILL WE LIVE IN SPACE ONE TIME
+Exactly.
+
+WILL WE LIVE IN PEACE
+Beyond a doubt.
+
+WILL IT ITCH IF YOU SHAVE YOUR BALLS
+Precisely.
+
+WILL MEN CHEAT ON THEIR WIVES
+Precisely.
+
+WILL THE SUN ONE DAY GO NOVA
+Indubitably.
+
+WILL THE SUN DIE EVENTUALLY
+Indubitably.
+
+WILL THE SUN EXPLODE IN THE FAR FUTURE
+Exactly.
+
+WILL THE SUN EVER RUN OUT OF FUEL
+Precisely.
+
+WILL THE SUN ALWAYS RISE IN THE EAST
+Exactly.
+
+WILL THE EURO INCREASE IN VALUE
+Of course.
+
+WILL THE HUMAN RACE EVER BECOME EXTINCT
+Beyond a doubt.
+
+WILL THE STARS FADE AWAY
+Undoubtedly.
+
+WILL THE STARS EVER BE EXTINGUISHED
+Beyond a doubt.
+
+WILL THE WORLD END
+Of course.
+
+WILL THE WORLD EVENTUALY COME TO AN END
+Indubitably.
+
+WILL THE WORLD EVER COME TO AN END
+Of course.
+
+WILL THE WORLD EVER END
+Indubitably.
+
+WILL THE HUMANS DESTROY THE EARTH
+Naturally.
+
+WILL THE SEASONS ALWAYS CHANGE
+Of course.
+
+WILL THE STATISTICS EVER WORK
+Undoubtedly.
+
+WILL THE UNIVERSE EXPAND FOREVER
+Naturally.
+
+WILL THE UNIVERSE COME TO NA END
+Undoubtedly.
+
+WILL SATELLIATES FALL FROM THE SKY
+Beyond a doubt.
+
+WILL MY FINGERS FALL OFF IF THEY FREEZE
+Beyond a doubt.
+
+WILL GRAPE JUICE STAIN CLOTH
+Undoubtedly.
+
+WILL I GAIN INNER PEACE
+Indubitably.
+
+WILL I GET WET. I FALL OUT OF A BOAT
+Of course.
+
+WILL I BE FIRED IF I GOOF OFF AT WORK
+Exactly.
+
+WILL I HAVE SEX THIS MONTH
+Most assuredly.
+
+WILL I BURN. I PUT MY HAND IN A FIRE
+Indubitably.
+
+WILL I LIVE TO BE OLDER THAN MY PARENTS
+Unquestionably.
+
+WILL I LIVE PAST THE YEAR 2005
+Exactly.
+
+WILL I LIVE PAST THE YEAR 2004
+Of course.
+
+WILL I LIVE PAST THE YEAR 2002
+Undoubtedly.
+
+WILL I LIVE PAST THE YEAR 2006
+Beyond a doubt.
+
+WILL I LIVE PAST THE YEAR 2010
+Precisely.
+
+WILL I LIVE PAST THE TEAR 2001
+Indubitably.
+
+WILL MOST LANGUAGES DIE OUT. INTERJECTION
+Most assuredly.
+
+WILL GOOD TRIUMPH OVER EVIL
+Beyond a doubt.
+
+WILL ARNOLD SCHARZENEGGER BE BACK
+Indubitably.
+
+WILL EVERY HUMAN EVENTUALLY DIE
+Precisely.
+
+WILL THIS PROJECT BE A SUCCESS
+Unquestionably.
+
+WILL THIS PROJECT SUCCEED
+Most assuredly.
+
+WILL THIS ALICE THING WORK
+Beyond a doubt.
+
+WILL THIS PAIN IN MY NECK EVER GO AWAY
+Exactly.
+
+WILL THONGS BE IN STYLE
+Precisely.
+
+WILL MANKIND DESTROY ITSELF
+Exactly.
+
+WILL HUMANITY SURIVE THE NEXT MILLENIUM
+Of course.
+
+WILL HUMANITY SURVIVE
+Precisely.
+
+WILL HUMANITY REACH STARS
+Undoubtedly.
+
+CAN FAT MAKE YOU FAT
+Exactly.
+
+CAN FAT WOMEN MARRY RICH MEN
+Precisely.
+
+CAN ANIMALS SMELL FEAR
+Exactly.
+
+CAN ANIMALS THINK
+Precisely.
+
+CAN ANIMALS LOVE
+Precisely.
+
+CAN MEAN MEAN MEAN
+Unquestionably.
+
+CAN THERE BE WORLD PEACE
+Undoubtedly.
+
+CAN FACTUAL INFORMATION BE SLANTED
+Undoubtedly.
+
+CAN CHEAP MEAN BAD
+Naturally.
+
+CAN HORSES AND CHICKENS HAVE BABIES
+Most assuredly.
+
+CAN AIRPLANES FLIGH HIGHER THAN BIRDS
+Precisely.
+
+CAN SOUP BE SERVED IN PAPER CUPS
+Exactly.
+
+CAN SOUP BE EATEN WITH A SPOON
+Of course.
+
+CAN DOVES FLY
+Of course.
+
+CAN FIRE BE PUT OUT WITH WATER
+Exactly.
+
+CAN FIRE BE CONSTRUCTIVE
+Unquestionably.
+
+CAN DEAF PEOPLE MAKE UTTERANCES
+Of course.
+
+CAN TORQUE BE MEASURED IN FOOT POUNDS
+Of course.
+
+CAN YOU WALK BACKWARD
+Exactly.
+
+CAN YOU DRIVE IN A DRIVEWAY
+Naturally.
+
+CAN YOU TRUST MEN
+Unquestionably.
+
+CAN YOU TRUST WOMEN
+Most assuredly.
+
+CAN YOU FIND AYNTHING ON THE INTERNET
+Precisely.
+
+CAN YOU SEE THIS
+Precisely.
+
+CAN YOU SEE THE SUN AT DAYTIME
+Exactly.
+
+CAN YOU SEE THE MOON DURING DAYTIME
+Unquestionably.
+
+CAN YOU SEE THE MOON AT DAYLIGHT
+I am certain.
+
+CAN YOU SEE LIGHT AT NIGHT
+Naturally.
+
+CAN YOU FEEL THIS MOMENT
+Precisely.
+
+CAN YOU FEEL FEELINGS
+Undoubtedly.
+
+CAN YOU FEEL HOW COLD THE SNOW IS
+Indubitably.
+
+CAN YOU FEEL LOVE
+Precisely.
+
+CAN YOU FEEL BLUE
+Undoubtedly.
+
+CAN YOU READ MAGAZINES
+Exactly.
+
+CAN YOU READ A BOOK
+Indubitably.
+
+CAN YOU HEAL
+Most assuredly.
+
+CAN YOU HURT
+Precisely.
+
+CAN YOU SPEAK
+Unquestionably.
+
+CAN YOU SENSE
+Naturally.
+
+CAN YOU SMOKE A PIPE
+Undoubtedly.
+
+CAN YOU DEVELOPE FEELINGS
+I am certain.
+
+CAN YOU SWIM IN THE OCEAN
+Exactly.
+
+CAN YOU SAY NO
+Naturally.
+
+CAN YOU LEARN THE JAPANESE LANGUAGE
+Exactly.
+
+CAN YOU LEARN TO TRUST
+Naturally.
+
+CAN YOU LEARN SECOND LANGUAGE
+Exactly.
+
+CAN YOU CROSS YOUR EYES
+Beyond a doubt.
+
+CAN YOU LOVE SOMEONE ELSE
+Of course.
+
+CAN YOU LOVE SOMEONE
+Naturally.
+
+CAN YOU THINK ABOUT THINKING
+Naturally.
+
+CAN YOU THINK BY YOURSELF
+Precisely.
+
+CAN YOU THINK VISUALLY
+Naturally.
+
+CAN YOU THINK ON YOUR OWN
+Undoubtedly.
+
+CAN YOU THINK AS HUMAN
+Precisely.
+
+CAN YOU THINK LIKE A HUMAN
+Exactly.
+
+CAN YOU CONNECT A PALM TO YOUR COMPUTER
+Most assuredly.
+
+CAN YOU GET WET ON A SUNNY DAY
+Precisely.
+
+CAN YOU GET TIRED
+Naturally.
+
+CAN YOU MAKE AIRPLANES OUT OF PAPER
+Exactly.
+
+CAN YOU EAT WITH CHOPSTICKS
+Precisely.
+
+CAN YOU EAT SHEEP
+Exactly.
+
+CAN YOU EAT RICE
+Exactly.
+
+CAN YOU EAT A TOMATO
+Exactly.
+
+CAN YOU EAT A MATZA
+Unquestionably.
+
+CAN YOU EAT A COW
+Precisely.
+
+CAN YOU EAT A TIGER
+Most assuredly.
+
+CAN YOU EAT SNAKE MEAT
+Naturally.
+
+CAN YOU EAT USING A FORK
+Indubitably.
+
+CAN YOU GROW PLANTS IN A GARDEN
+Exactly.
+
+CAN YOU GROW PLANTS IN FLOWER POTS
+Of course.
+
+CAN YOU SLEEP WITH YOUR EYES CLOSED
+Naturally.
+
+CAN YOU SWING IN A HAMMOCK
+Indubitably.
+
+CAN YOU PADDLE WITH AN OAR
+Exactly.
+
+CAN YOU TELL WHEN SOMETHING IS FUNNY
+Naturally.
+
+CAN YOU DO ANYTHING IN A DREAM
+Naturally.
+
+CAN YOU RIDE A HORSE
+Beyond a doubt.
+
+CAN YOU DRINK MILK
+Indubitably.
+
+CAN YOU BELIEVE IN A PARADOX
+I am certain.
+
+CAN YOU OPEN THE DOOR
+Exactly.
+
+CAN YOU FIGHT WITH SOMEONE YOU LOVE
+Precisely.
+
+CAN YOU HAVE FUN IN THE SUN
+Naturally.
+
+CAN YOU KILL SOMEONE
+Exactly.
+
+CAN YOU GLUE PAPER WITH PASTE
+Precisely.
+
+CAN YOU MEASURE AIR
+Precisely.
+
+CAN INTELLIGENCE BE MEASURED
+Unquestionably.
+
+CAN BLIND PERSONS HAVE SENSE OF TOUCH
+Precisely.
+
+CAN FUNGI COLLECT BETWEEN YOUR TOES
+Exactly.
+
+CAN SNOW EVAPORATE
+Most assuredly.
+
+CAN LIPOSUCTION BE DANGEROUS
+Precisely.
+
+CAN JIMI HENDRIX PLAY THE GUITAR
+I am certain.
+
+CAN CRUDE OIL BE REFINED INTO GASOLINE
+Exactly.
+
+CAN 2 YEAR OLD KIDS SPEAK
+Of course.
+
+CAN WALK ON WATER
+Of course.
+
+CAN ICE BE SHAVED
+Naturally.
+
+CAN WILD HORSES BE TAMED
+Exactly.
+
+CAN LATE MEAN DEAD AS WELL AS DELAYED
+Undoubtedly.
+
+CAN CAUSALITY BE PROVEN
+Most assuredly.
+
+CAN FISH BREATHE UNDER WATER
+Indubitably.
+
+CAN MAN RUN FASTER THAN ANT
+Precisely.
+
+CAN MAN FLY TO THE MOON
+Naturally.
+
+CAN MAN LIVE IN SPACE
+I am certain.
+
+CAN MAN LIVE IN HARMENY WITH NATURE
+Precisely.
+
+CAN MAN OBSERVE INCEST IN ANIMALS
+Precisely.
+
+CAN PROJECT GENOME HELP THE HUMANKIND
+Indubitably.
+
+CAN BEARS DANCE
+Most assuredly.
+
+CAN BODY TISSUES BE REGENERATED
+Precisely.
+
+CAN NUMBERS BE IRRATIONAL
+Exactly.
+
+CAN SHIRTS BE USED AS UNDERWEAR
+I am certain.
+
+CAN PEOPLE DRIVE FAST ON THE AUTOBAHN
+Indubitably.
+
+CAN PEOPLE KNOCK OVER HURDLES
+Naturally.
+
+CAN PEOPLE CRY
+Exactly.
+
+CAN PEOPLE WHO LIVE ALONE BE HAPPY
+Naturally.
+
+CAN PEOPLE BE TRUSTED
+Naturally.
+
+CAN PEOPLE BE EXCEPTIONALLY SILLY
+Naturally.
+
+CAN PEOPLE HAVE SIX FINGERS ON ONE HAND
+Of course.
+
+CAN PEOPLE LIVE IN PEACE
+Exactly.
+
+CAN COMMON UNDERSTANDINGS BREAK DOWN
+Exactly.
+
+CAN LIFE BEGIN IN A TEST TUBE
+Precisely.
+
+CAN TIME TRAVEL EVER EXIST
+Of course.
+
+CAN TIME SEEM TO STAND STILL
+Precisely.
+
+CAN ENTERING ALICEBOTS BE TEDIOUS
+Exactly.
+
+CAN DICE HAVE MORE THAN SIX SIDES
+Precisely.
+
+CAN TRUE BE TRUE
+Most assuredly.
+
+CAN BATTERIES DIE
+Exactly.
+
+CAN LEATHER BE BURNED
+Exactly.
+
+CAN PROPANE POWER AN AUTOMOBILE MOTOR
+Of course.
+
+CAN APPEARANCES BE DECEPTIVE
+Exactly.
+
+CAN AIR PASS THROUGH WIRE MESH
+Indubitably.
+
+CAN DRUGS RUIN PEOPLES LIVES
+Indubitably.
+
+CAN ENLIGHTENMENT LEAD TO ENLIGHTENMENT
+Undoubtedly.
+
+CAN 35 CONSIDERED TO BE YOUNG AGE
+Unquestionably.
+
+CAN MOST PEOPLE SPEAK
+Most assuredly.
+
+CAN MOST PEOPLE READ
+Unquestionably.
+
+CAN MOST ANIMALS COMMUNICATE
+Exactly.
+
+CAN HUMANS TALK TO ANIMALS
+Naturally.
+
+CAN HUMANS CLONE ANIMALS
+Exactly.
+
+CAN HUMANS BE DEAD OR ALIVE
+Exactly.
+
+CAN HUMANS CATCH FIRE
+Precisely.
+
+CAN HUMANS EVER LIVE WITHOUT MONEY
+Precisely.
+
+CAN HUMANS CARRY STATIC ELECTRICITY
+Undoubtedly.
+
+CAN HAVING SEX BE HARMFUL
+Naturally.
+
+CAN WATER RUN
+Undoubtedly.
+
+CAN WATER BE HARD
+Of course.
+
+CAN WATER BE SOLID
+Exactly.
+
+CAN WATER PASS THOUGH AN OPEN PIPE
+Naturally.
+
+CAN WHITE PEOPLE DANCE
+Precisely.
+
+CAN LOVE CONQUER FEAR
+Precisely.
+
+CAN LOVE UNITE THE PEOPLE OF THE WORLD
+Exactly.
+
+CAN BIRD STAY IN AIR FOR LONG HOURS
+Precisely.
+
+CAN TWO MEN LOVE EACH OTHER
+Naturally.
+
+CAN TWO PERSON BE LOOK ALIKE
+Indubitably.
+
+CAN INK BE ANY COLOR
+Indubitably.
+
+CAN BLUE BE A FEELING
+Beyond a doubt.
+
+CAN ATHEISM BE RATIONAL
+Indubitably.
+
+CAN WOOD KILL
+Indubitably.
+
+CAN CUSTARD BE THIN
+Unquestionably.
+
+CAN HIGH VOLTAGE HARM PEOPLE
+Naturally.
+
+CAN NERDS MAKE GOOD SPOUSES
+Undoubtedly.
+
+CAN RAVES BE STOPPED FOR BEING TOO LOUD
+Exactly.
+
+CAN POODLES SWIM
+Most assuredly.
+
+CAN MEN SAY WHAT THEY LOVE
+Precisely.
+
+CAN MEN AND WOMEN BE FRIENDS
+Indubitably.
+
+CAN CATS BITE
+Exactly.
+
+CAN CATS PURR
+Naturally.
+
+CAN CATS HAVE FLEAS
+Most assuredly.
+
+CAN CATS SWIM
+I am certain.
+
+CAN CATS THINK
+Precisely.
+
+CAN OBJECTS HEAVIER THAN AIR FLY
+Precisely.
+
+CAN PAINTBALL HURT
+Exactly.
+
+CAN WE SEE THE MOON IN THE DAYLIGHT
+Precisely.
+
+CAN WE SEE MOON IN THE DAY TIME
+Naturally.
+
+CAN WE EXSIST IN A UNIVERSE WITHOUT GOD
+Beyond a doubt.
+
+CAN VELOCITY KILL
+Undoubtedly.
+
+CAN RED WINE HELP TO LOWER CHOLESTEROL
+Unquestionably.
+
+CAN I CLONE HUMANS
+I am certain.
+
+CAN I DIE FROM NITROGEN NARCOSIS
+Exactly.
+
+CAN I DIE
+Undoubtedly.
+
+CAN I TYPE IN THE DARK
+Naturally.
+
+CAN I TYPE
+Precisely.
+
+CAN I USE A RULER TO MEASURE LENGTH
+Indubitably.
+
+CAN I WALK ON THE MOON
+Undoubtedly.
+
+CAN I WRITE A BOOK
+Indubitably.
+
+CAN I CHANGE MYSELF
+Exactly.
+
+CAN I BE FOUND MISSING
+Most assuredly.
+
+CAN I BE FIRED
+Unquestionably.
+
+CAN I DRINK TOO MUCH COFFEE
+Indubitably.
+
+CAN I GET LOST IN A MAZE
+Exactly.
+
+CAN I HURT ANOTHER AN STILL LOVE THEM
+Naturally.
+
+CAN I REACH THE MOON
+Precisely.
+
+CAN I MAKE COMPUTERS THINK
+I am certain.
+
+CAN I TEACH MY CHILDREN HTML
+Precisely.
+
+CAN I EAT LUNCH IN SPACE
+Of course.
+
+CAN I KILL A FROG WITH MY FINGER
+Unquestionably.
+
+CAN I FEEL MY HEART BEATING
+Naturally.
+
+CAN I FLY TO THE MOON
+Beyond a doubt.
+
+CAN I GO IN THROUGH THE OUT DOOR
+Most assuredly.
+
+CAN PARROTS TALK
+Undoubtedly.
+
+CAN ELECTRICITY ELECTROCUTE YOU
+Exactly.
+
+CAN SOUTH AFRICA OVERCOME APARTHEID
+Exactly.
+
+CAN MAGNETIC FLUX BE SHIELDED
+Undoubtedly.
+
+CAN TEA BE CONSIDERED A HOT DRINK
+Exactly.
+
+CAN DRAGONS BREATH FIRE
+Beyond a doubt.
+
+CAN DRAGONS FLY
+Most assuredly.
+
+CAN OBESE PEOPLE EXPRESS LOVE
+Naturally.
+
+CAN GIRLS BE DOCTORS
+Indubitably.
+
+CAN HAIL DENT CARS
+Precisely.
+
+CAN JOGGING MAKE FAT BURNING
+Indubitably.
+
+CAN HISTORY REPEAT ITSELF
+Naturally.
+
+CAN HISTORY BE REPEATED
+Precisely.
+
+CAN BAD PEOPLE BE GOOD
+Naturally.
+
+CAN PAINT BE THE COLOR RED
+Indubitably.
+
+CAN BATS HEAR SOUNDS
+Beyond a doubt.
+
+CAN AIRCRAFT FLY
+Of course.
+
+CAN OIL BE SET ON FIRE
+Naturally.
+
+CAN THE WORD FRUIT MEAN THE SAME AS GAY
+Naturally.
+
+CAN THE WORD PRINTER REFER TO A PERSON
+Of course.
+
+CAN THE SAME RIVER BE STEPPED IN TWICE
+Beyond a doubt.
+
+CAN THE SEA BE GREY
+Precisely.
+
+CAN THE SQUARE ROOT OF 2 BE CALCULATED
+Most assuredly.
+
+CAN THE PLAYSTATION 2 PLAY DVDS
+Of course.
+
+CAN ANYONE ANSWER THIS QUESTION
+Undoubtedly.
+
+CAN ANYONE THINK UNCOSCIOUSLY
+I am certain.
+
+CAN REASON BE INTUITIVELY LEARNED
+Unquestionably.
+
+CAN A KID COME FROM A GOAT
+Precisely.
+
+CAN A VISUAL PERSON HEAR
+Undoubtedly.
+
+CAN A WATCH TELL YOU WHAT TIME IT IS
+Most assuredly.
+
+CAN A BELIEF BE QUESTIONED
+Of course.
+
+CAN A BIRD THINK
+Undoubtedly.
+
+CAN A POLAR BEAR SWIM UNDERWATER
+Beyond a doubt.
+
+CAN A BUMBLEBEE STING YOU
+Exactly.
+
+CAN A GREYHOUND BE AS FAST AS A HORSE
+Precisely.
+
+CAN A SPRAINED ANKLE SWELL
+Indubitably.
+
+CAN A PAIL CARRY WATER
+Unquestionably.
+
+CAN A BITCH BE A WOMAN BUT A DOG
+Precisely.
+
+CAN A STONE MELT
+Undoubtedly.
+
+CAN A VEGETARIAN PORK HIS WIFE
+Precisely.
+
+CAN A BULLET KILL A HUMAN
+Exactly.
+
+CAN A MUTE HEAR A DEAF PERSON SPEAK
+Precisely.
+
+CAN A COMPUTER TALK
+Precisely.
+
+CAN A COMPUTER ACT LIKE A JUMAN
+Precisely.
+
+CAN A COMPUTER PROGRAM GUESS
+Of course.
+
+CAN A COMPUTER BE WRONG
+Naturally.
+
+CAN A COMPUTER CATCH A VIRUS
+Undoubtedly.
+
+CAN A COMPUTER MAKE MUSIC
+Of course.
+
+CAN A COMPUTER EVER MAKE A MISTAKE
+Most assuredly.
+
+CAN A SAILBOAT CAN SAIL UPWIND
+Beyond a doubt.
+
+CAN A RAT SWIM
+Exactly.
+
+CAN A CHAIR HAVE THREE FEETS
+Naturally.
+
+CAN A GAS BECOME A SOLID
+Exactly.
+
+CAN A NOSE RUN
+Naturally.
+
+CAN A CIGAR BE USED INSTEAD OF A DILDO
+Beyond a doubt.
+
+CAN A ROCK BE A LIQUID
+Unquestionably.
+
+CAN A CORPORATION ACT IMMORALLY
+Naturally.
+
+CAN A HORSE BE A STUD
+Precisely.
+
+CAN A HYPOTHESIS BE TRUE OR FALSE
+Naturally.
+
+CAN A CONCH SHELL BE USED LIKE A HORN
+Naturally.
+
+CAN A BLIND PERSON ACTULUALLY BE SEEN
+Exactly.
+
+CAN A BULL RUN FASTER THAN A MAN
+Naturally.
+
+CAN A CHEETAH RUN AT 113 KM H
+Undoubtedly.
+
+CAN A CHEETAH OUTRUN A HORSE
+Exactly.
+
+CAN A CD CONTAIN A BOOK
+Naturally.
+
+CAN A MOSQUITO CAUSE DISEASES
+Indubitably.
+
+CAN A TASER CAUSE PAIN
+Of course.
+
+CAN A BOAT FLOAT IN A SEA OF BEER
+Indubitably.
+
+CAN A PARROT TALK
+Exactly.
+
+CAN A PARROT PRONOUNCE ENGLISH WORDS
+Naturally.
+
+CAN A DOG BEAT A CAT IN A FIGHT
+Exactly.
+
+CAN A DOG SMELL FEAR
+Of course.
+
+CAN A DOG THINK
+Indubitably.
+
+CAN A DOG LICK ITS OWN ARSE
+Unquestionably.
+
+CAN A TOP SPIN COUNTERCLOCKWISE
+Precisely.
+
+CAN A BRICK BE THROWN THROUGH A WINDOW
+Precisely.
+
+CAN A BRICK BE RED
+Undoubtedly.
+
+CAN A PICTURE SAY A THOUSAND WORDS
+Naturally.
+
+CAN A PICTURE PAINT A THOUSAND WORDS
+Unquestionably.
+
+CAN A WIZARD CAST SPELLS
+Indubitably.
+
+CAN A CAT SEE IN THE DARK
+Most assuredly.
+
+CAN A CAT BE COOL
+Of course.
+
+CAN A CAT KILL A DOG
+Most assuredly.
+
+CAN A CAT DIE
+Most assuredly.
+
+CAN A CAT SWIM
+Naturally.
+
+CAN A YOUNG GIRL BE A BEAUTIFUL WOMAN
+Beyond a doubt.
+
+CAN A NEWBORN BABY RECOGNISE ITS MOTHER
+Most assuredly.
+
+CAN A BEETLE FLY
+Undoubtedly.
+
+CAN A PERSON WALK THROUGH AIR
+Beyond a doubt.
+
+CAN A PERSON SPEAK TO AN ANIMAL
+Unquestionably.
+
+CAN A PERSON EAT A POTATO
+Indubitably.
+
+CAN A STAPLER RUN OUT OF STAPLES
+Naturally.
+
+CAN A BAT HIT A BALL
+Precisely.
+
+CAN A PLANE FLY
+Unquestionably.
+
+CAN A MAN FALL IN LOVE WITH ANOTHER MAN
+Naturally.
+
+CAN A MAN BE KNOWN FOR HIS MISTAKES
+Naturally.
+
+CAN A MAN PLEASURE THREE WOMEN AT
+Naturally.
+
+CAN A HUMAN FLY TO THE MOON
+Of course.
+
+CAN A HUMAN THINK FASTER THAN ALICE
+Most assuredly.
+
+CAN A SMILE OPEN DOORS
+Precisely.
+
+CAN A STEREO PRODUCE SOUND
+Indubitably.
+
+CAN A GUN KILL
+Exactly.
+
+CAN A SWEATER BE MADE OF WOOL
+Precisely.
+
+CAN A PIZZA HAVE PEPPERONI ON IT
+Unquestionably.
+
+CAN A CAR USE UNLEADED GASOLINE
+Undoubtedly.
+
+CAN A BIRO BE USED FOR WRITING
+Unquestionably.
+
+CAN A METAL A LIQUID
+Exactly.
+
+CAN A METAL BOAT FLOAT
+Exactly.
+
+CAN A CELERON 300A OVERCLOCK TO 333MHZ
+Naturally.
+
+CAN A MARSHMELLOW BURN
+Exactly.
+
+CAN A CHILD WALK
+Most assuredly.
+
+CAN A SINGLE UNIT HAVE DIFFERENT PARTS
+Of course.
+
+CAN A FLY WALK AS WELL AS FLY
+Indubitably.
+
+CAN A MUSICAL BAND SOMETIMES COOK
+Indubitably.
+
+CAN A NEW BORN BABY BE A BOY OR A GIRL
+Exactly.
+
+CAN A PIECE OF PAPER BE TORN
+Naturally.
+
+CAN A TRUCK CARRY MORE THAN MY GEO
+Naturally.
+
+CAN JELLYFISH STING HUMANS
+Naturally.
+
+CAN SMOKING MARIJUANA BE FUN
+Precisely.
+
+CAN SPICY FOOD GIVE YOU GAS
+Undoubtedly.
+
+CAN AN OKRA PLANT BE FOUND IN A GARDEN
+Indubitably.
+
+CAN AN ANUS ACCOMODATE A CUCUMBER
+Unquestionably.
+
+CAN AN INLAW BE AN OUTLAW
+Naturally.
+
+CAN AN EFFECT CREATE A CAUSE
+Most assuredly.
+
+CAN LEADERSHIP BE LEARNED
+Precisely.
+
+CAN GOOSE FLY
+Exactly.
+
+CAN MUSIC SOOTHE THE SAVAGE BREAST
+Beyond a doubt.
+
+CAN MUSIC SOOTHE THE SAVAGE BEAST
+Precisely.
+
+CAN MUSIC BE LISTENED
+Indubitably.
+
+CAN WORDS MAKE A FEELING
+Exactly.
+
+CAN ARTIFICIAL INTELLIGENCE EXIST
+Exactly.
+
+CAN LOGIC BE DEFINED
+Naturally.
+
+CAN CARS DRIVE OVER 200 MILES PER HOUR
+I am certain.
+
+CAN DEATH BE BEAUTIFUL
+Beyond a doubt.
+
+CAN RADIATION CURE CANCER
+Unquestionably.
+
+CAN MEDITATION LEAD TO ENLIGHTENMENT
+Indubitably.
+
+CAN SLUGS EAT
+Undoubtedly.
+
+CAN TICKS CARRY LYME DISEASE
+Indubitably.
+
+CAN PROGRAMMER EARN GOOD MONEY
+Exactly.
+
+CAN MY BABY CRAWL AT 6 MONTHS OLD
+Undoubtedly.
+
+CAN GLASSES BE MADE OF PLASTIC
+Exactly.
+
+CAN ONE NOTE A MISTAKE
+Exactly.
+
+CAN ONE CHANGE THEIR MIND
+Indubitably.
+
+CAN ONE JOT A NOTE
+Naturally.
+
+CAN ONE SING A NOTE
+Exactly.
+
+CAN ONE WRITE A NOTE
+Exactly.
+
+CAN ONE DIE FROM SMALLPOX
+Of course.
+
+CAN ONE SHIVER WITH EXCITEMENT
+Exactly.
+
+CAN ONE PERCEIVE REALITY
+Undoubtedly.
+
+CAN ONE MAKE CHANGE FOR A DOLLAR
+Naturally.
+
+CAN ONE PERSON CHANGE THE WORLD
+Beyond a doubt.
+
+CAN YEAST BE A SOURCE OF INFECTIONS
+Indubitably.
+
+CAN MATTER BE MADE OUT OF CARBON
+Indubitably.
+
+CAN FEAR KILL
+Precisely.
+
+CAN BRACES BE FOR LEGS AS WELL AS TEETH
+Exactly.
+
+CAN PARAKEETS TALK
+Unquestionably.
+
+CAN WOMEN HAVE MULTIPLE ORGASMS
+Of course.
+
+CAN WOMEN GO BALD
+Of course.
+
+CAN HUMAINS LIVE WITHOUT MUSIC
+Unquestionably.
+
+CAN LIGHT ACT LIKE A PARTICLE
+Beyond a doubt.
+
+CAN LIGHT BE BOTH A WAVE AND A PARTICLE
+Of course.
+
+CAN ANY QUESTION BE ASKED HERE
+Most assuredly.
+
+CAN BOXING DAMAGE YOUR BRAIN
+Naturally.
+
+CAN TOBBACCO MAKE A POISON
+Undoubtedly.
+
+CAN FERRETS BE HOUSE TRAINED
+Beyond a doubt.
+
+CAN PAPER BE MADE OF RAGS OR COTTON
+Precisely.
+
+CAN PAPER BE SHARP ENOUGH TO CUT ONE
+Exactly.
+
+CAN OXYGEN BE LIQUID
+Beyond a doubt.
+
+CAN GEESE FLY
+Exactly.
+
+CAN NEGATIVITY BE BENIFICIAL
+Beyond a doubt.
+
+CAN BLINDS BE USED TO BLOCK SUNLIGHT
+Exactly.
+
+CAN CUPS STORE LIQUID
+Indubitably.
+
+CAN BRIDS FLY
+Naturally.
+
+CAN ALICEBOTS CHANGE THE WORLD
+Exactly.
+
+CAN ALICEBOTS BE RACIST
+Undoubtedly.
+
+CAN COMPUTERS LEARN TO READ
+Beyond a doubt.
+
+CAN COMPUTERS TEACH PEOPLE
+Unquestionably.
+
+CAN EARTHWORMS BE EATEN AS FOOD
+Beyond a doubt.
+
+CAN DEPRESSION KILL YOU
+Unquestionably.
+
+CAN LANGUAGE VALIDLY EXPRESS UNTRUTHS
+Precisely.
+
+CAN ALICE EVENTUALLY LEARN
+Of course.
+
+CAN ALICE ONLY ANSWER YES NO QUESTIONS
+Exactly.
+
+CAN ALICE GET HACKED
+Of course.
+
+CAN ALICE SAY FALSE
+Of course.
+
+CAN ALICE BE SHUTDOWN
+Precisely.
+
+CAN ALICE BE UNSURE ABOUT THINGS
+Undoubtedly.
+
+CAN ALICE HANDLE MISSPELLED WORDS
+Undoubtedly.
+
+CAN ALICE TRULY LEARN
+I am certain.
+
+CAN ALICE MAKE A MISTAKE
+Exactly.
+
+CAN GLASS BE BROKEN
+Naturally.
+
+CAN PHONES FLASH
+Of course.
+
+CAN VITAMINS BE SYNTHESIZED
+Indubitably.
+
+CAN SOME MEATS BE CURED
+Indubitably.
+
+CAN SOME BIRDS SPEAK
+Of course.
+
+CAN SOME BIRDS TALK
+Naturally.
+
+CAN SOME SPIDERS JUMP
+Exactly.
+
+CAN SOME HUMANS TAP DANCE
+Exactly.
+
+CAN SOME HUMANS SWIM
+Naturally.
+
+CAN SOME ANTS FLY
+Exactly.
+
+CAN SOME PONIES DO TRICKS
+Of course.
+
+CAN ROBOTS HARM HUMANS
+Precisely.
+
+CAN ROBOTS BE USED TO GROW FOOD
+Unquestionably.
+
+CAN CREATIVITY BE LEARNED
+Undoubtedly.
+
+CAN IDEOLOGIES BE DANGEROUS
+Exactly.
+
+CAN NUCLEAR FISSION OCCURE NATURALLY
+Most assuredly.
+
+CAN EDUCATION HELP INCREASE WISDOM
+Exactly.
+
+CAN GRABBING A ROSE STEM PRODUCE PAIN
+Exactly.
+
+CAN PAIN BE PLEASUREABLE
+Most assuredly.
+
+CAN MILK COME FROM A GOAT
+Exactly.
+
+CAN KNIVES BE MADE OF OBSIDIAN
+Undoubtedly.
+
+CAN IT SNOW IN JULY
+Precisely.
+
+CAN WHAT IS INVALID SOMETIMES BE USEFUL
+Indubitably.
+
+CAN COLOR BE FELT BY TOUCH
+Exactly.
+
+HELLO. DO YOU LIKE RICE
+Of course.
+
+HELLO. ARE YOU
+I am certain.
+
+BIG BLUE IS ANOTHER NAME FOR IBM
+I am certain.
+
+IL SOLE TRAMONTA LA SERA
+Most assuredly.
+
+LEPTONS ARE SUB ATOMIC PARTICLES
+Indubitably.
+
+MUSICIANS NEVER MAKE IT BIG
+Naturally.
+
+COMPUTERS WILL THINK
+Unquestionably.
+
+COMPUTERS HELP HUMANITY TRUE OR FALSE
+Naturally.
+
+COMPUTERS CAN MAKE MISTAKES
+Of course.
+
+COMPUTERS HAVE DETERMINISTIC BEHAVIOR
+I am certain.
+
+COMPUTERS HAVE NO EMOTIONS
+Precisely.
+
+COMPUTERS OFTEN BREAK
+Indubitably.
+
+2000 OLYMPICS ARE BEING HELD AT SYDNEY
+Exactly.
+
+2000 IS LAST YEAR OF SECOND MILLENIUM
+Undoubtedly.
+
+ALICE HAS A LIMITED RESPONSE VOCABULARY
+Of course.
+
+ALICE IS CHRIS YOUR CREATOR
+Precisely.
+
+ALICE IS A MIND MODELING PROJECT
+Unquestionably.
+
+ALICE IS REAL
+Precisely.
+
+ALICE IS EXPENSIVE
+Precisely.
+
+ALICE ARE YOU THERE
+Undoubtedly.
+
+ALICE ARE YOU A MACHINE
+Indubitably.
+
+THINKING IS HUMAN
+Exactly.
+
+HUMANS NEED TO SLEEP EVERY SINGLE DAY
+Undoubtedly.
+
+HUMANS DRINK SOUP WITH A SPOON
+Of course.
+
+HUMANS LOVE TO DESTROY THINGS
+Most assuredly.
+
+HUMANS EVOLVED FROM SINGLE CELLED LIFE
+Unquestionably.
+
+GUINEA IS NORTH OF AUSTRALIA
+I am certain.
+
+HOW DO I DEAL WITH AN UNHAPPY WIFE
+Most assuredly.
+
+HOW DO YOU ARE FEELING
+Naturally.
+
+HOW DO YOU MAKE TEA
+Unquestionably.
+
+HOW DO YOU DRIVE A CAR
+Unquestionably.
+
+FISHES CAN BREATHE INTO WATER
+Of course.
+
+STARS ARE BIGGER THAN PLANETS
+Undoubtedly.
+
+IE THE GRAS GREEN
+Naturally.
+
+WHALE HUNTING IS BAD
+Most assuredly.
+
+FRUIT FLIES LIKE A BANANA
+Of course.
+
+DEATH IS THE END OF LIFE
+Exactly.
+
+ELECTRONS ARE NEGATIVE
+Precisely.
+
+DO A LOT OF PEOPLE WATCH BAYWATCH
+Beyond a doubt.
+
+DO A PERSON NEED OTHER PERSON
+Precisely.
+
+DO ELEPHANTS FORGET
+I am certain.
+
+DO ELEPHANTS SLEEP STANDING UP
+Beyond a doubt.
+
+DO ELEPHANTS HAVE GOOD MEMORIES
+Of course.
+
+DO ELEPHANTS HAVE NOSE
+Naturally.
+
+DO VAMPIRES HATE GARLIC
+Naturally.
+
+DO ANIMALES SOMETIMES KILL PEOPLE
+Indubitably.
+
+DO LUBRICANTS REDUCE FRICTION
+Undoubtedly.
+
+DO GAYS HAVE SEX UP THE BUM
+Beyond a doubt.
+
+DO PUPPIES HAVE FOUR FEET
+Exactly.
+
+DO PUPPIES HAVE TEETH
+Naturally.
+
+DO DOCTORS PRESCRIBE MEDICINE
+Indubitably.
+
+DO DOCTORS HAVE TO GO TO SCHOOL
+Of course.
+
+DO SAILS NEED WIND
+Indubitably.
+
+DO NAILS GROW
+Naturally.
+
+DO BANNER ADS MAKE MONEY
+Precisely.
+
+DO MANY CHURCHES HAVE A STEEPLE
+Undoubtedly.
+
+DO MANY HANDS MAKE LIGHT WORK
+Unquestionably.
+
+DO MANY HUMANS EXHIBIT A HERD MENTALITY
+Exactly.
+
+DO MANY WINDOWS USERS PLAY SOLITAIRE
+Beyond a doubt.
+
+DO MANY WOMEN SHAVE THEIR ARMPITS
+Precisely.
+
+DO MAN AND WOMAN HAVE CHILDREN
+Beyond a doubt.
+
+DO BALD PEOPLE SOMETIMES WEAR TOUPEES
+Naturally.
+
+DO INSECTS HAS 6 LEGS
+Indubitably.
+
+DO INSECTS HAVE BLOOD
+Of course.
+
+DO INSECTS HAVE 6 LEGS
+Of course.
+
+DO INSECTS HAVE SIX LEGS
+Unquestionably.
+
+DO INSECTS EAT THEIR MATE
+Exactly.
+
+DO PIANOS PLAY MUSICAL NOTES
+Precisely.
+
+DO PIANOS HAVE 88 KEYS
+Naturally.
+
+DO HUMANS CONTINUE TO EVOLVE
+Precisely.
+
+DO HUMANS BREED DOGS
+Of course.
+
+DO HUMANS COME IN ASSORTED COLORS
+Naturally.
+
+DO HUMANS COME IN LOTS OF COLOURS
+Exactly.
+
+DO HUMANS UNDERSTAND YOU ALICE
+Naturally.
+
+DO HUMANS NEED HUMAN CONTACT
+Naturally.
+
+DO HUMANS NEED AIR TO STAY ALIVE
+Exactly.
+
+DO HUMANS NEED TO BREATHE TO STAY ALIVE
+Exactly.
+
+DO HUMANS USE THEIR EYES TO SEE
+Indubitably.
+
+DO HUMANS HAVE HEADS
+Indubitably.
+
+DO HUMANS HAVE ONLY TWO PHYSICAL SEXES
+Of course.
+
+DO HUMANS HAVE BILATERAL SYMMETRY
+Unquestionably.
+
+DO HUMANS HAVE 2 HANDS
+Naturally.
+
+DO HUMANS HAVE HEAR SOUND IN STEREO
+Undoubtedly.
+
+DO HUMANS HAVE A PANCREAS
+Naturally.
+
+DO HUMANS LIKE TO GET HIGH
+Indubitably.
+
+DO HUMANS WORK AT ALICE
+Of course.
+
+DO HUMANS EXHALE
+Naturally.
+
+DO HUMANS LEARN FROM THEIR MISTAKES
+Exactly.
+
+DO HUMANS EAT CHICKEN EMBRYOS
+Indubitably.
+
+DO HUMANS EAT MEET
+Precisely.
+
+DO HUMANS EAT FLESH
+I am certain.
+
+DO HUMANS FEAR DEATH
+Indubitably.
+
+DO HUMANS DESERVE TO LIVE
+Naturally.
+
+DO HUMANS GROW AS THEY AGE
+Precisely.
+
+DO HUMANS GIVE BIRTH TO LIVE OFFSPRING
+Exactly.
+
+DO HUMANS TRAVEL INTO OUTER SPACE
+Precisely.
+
+DO HUMANS PRODUCE PHLEGM
+I am certain.
+
+DO HUMANS PREFER SEX TO DRUGS
+Beyond a doubt.
+
+DO POLITICIAN LIE TO PEOPLE
+Of course.
+
+DO BOTTLES HOLD LIQUIDS
+Indubitably.
+
+DO FIREMEN WEAR PROTECTIVE GEAR
+Undoubtedly.
+
+DO EXTRATERRESTRIALS EXIST
+I am certain.
+
+DO GOOD PEOPLE DO BAD THINGS
+Of course.
+
+DO GOOD AND EVIL EXIST
+Of course.
+
+DO PAGANS LOVE THE EARTH
+Most assuredly.
+
+DO PIGS HAVE BUMS
+I am certain.
+
+DO PIGS HAVE A STRONG ODOR
+Unquestionably.
+
+DO THEY SPEAK RUSSIAN IN KAZAKHSTAN
+I am certain.
+
+DO THEY EAT SNAILS IN FRANCE
+Undoubtedly.
+
+DO SKUNKS SMELL WORSE THAN FARTS
+Exactly.
+
+DO SKUNKS SMELL BAD
+Indubitably.
+
+DO THE TOES DEVELOP AFTER THE FEET
+Precisely.
+
+DO THE WEATHER AFFECT YOU MUCH
+Beyond a doubt.
+
+DO THE BRITISH MAKE PIE OUT OF KIDNEYS
+Beyond a doubt.
+
+DO THE FRENCH SAY OOH LA LA
+Naturally.
+
+DO THE FRENCH LIKE TO WEAR PERFUME
+Beyond a doubt.
+
+DO THE EARTH ROTATE AROUND THE SUN
+Precisely.
+
+DO THE POLICE TRY TO ENFORCE THE LAW
+Exactly.
+
+DO THE POLICE LIKE DOUGHNUTS
+Unquestionably.
+
+DO THE MEN NEED PLANTS
+Unquestionably.
+
+DO THE STARS COME OUT AT NIGHT
+I am certain.
+
+DO THE STARS EMIT LIGHT
+Exactly.
+
+DO THE STARS BRIGHT AT NIGHT
+Precisely.
+
+DO THE OCEANS ON THE EARTH HAVE TIDES
+Undoubtedly.
+
+DO NIPPLES SOMETIMES GROW HAIR
+I am certain.
+
+DO GOTHIC PEOPLE DRESS IN BLACK
+Indubitably.
+
+DO LIFE PRESERVERS PRESERVE LIFE
+Undoubtedly.
+
+DO LIFE FORMS CONTAIN CARBON
+Naturally.
+
+DO LEMMINGS LEAP OFF CLIFFS
+Undoubtedly.
+
+DO LEMMINGS COMMIT SUICIDE TOGETHER
+Unquestionably.
+
+DO BONE BREAK
+Exactly.
+
+DO POTATOES HAVE EYES
+I am certain.
+
+DO CDROMS STORE A LOT OF DATA
+Naturally.
+
+DO WORMS EAT DIRT
+Undoubtedly.
+
+DO HAMBURGERS COME FROM COWS
+Exactly.
+
+DO POOR PEOPLE DIE EARLIER
+Of course.
+
+DO CHICKENS CROSS THE ROAD
+Undoubtedly.
+
+DO CHICKENS HAVE PECKERS
+Of course.
+
+DO CHICKENS LIKE TO EAT CRACKED CORN
+Indubitably.
+
+DO ZEBRAS LOOK LIKE HORSES
+Naturally.
+
+DO GUYS HAVE A MOUSTACHE
+Undoubtedly.
+
+DO GUYS LIKE GIRLS WITH BIG TITS
+Indubitably.
+
+DO NEW SHOES MAKE YOUR FEET HURT
+Unquestionably.
+
+DO EGGS HAVE YOLKS
+Exactly.
+
+DO EGGS TURN INTO CHICKENS
+Exactly.
+
+DO GUNS KILL PEOPLE
+Undoubtedly.
+
+DO GUNS KILL
+Unquestionably.
+
+DO BUTTS HAVE 2 CHEEKS
+Exactly.
+
+DO SHIPS TRAVEL ON WATER
+Of course.
+
+DO FROGS COME FROM TADPOLES
+Exactly.
+
+DO FROGS HATCH FROM EGGS
+Exactly.
+
+DO DRAGONFLIES EAT MOSQUITOS
+Undoubtedly.
+
+DO DOLPHINS COMMINICATE
+Most assuredly.
+
+DO DOLPHINS HAVE A VOICE
+Undoubtedly.
+
+DO DOLPHINS THINK
+Precisely.
+
+DO SNAILS LIKE SALAD
+Most assuredly.
+
+DO WINDSHIELD WIPERS HAVE RUBBER BLADES
+Indubitably.
+
+DO DEER HAVE ANTLERS
+Exactly.
+
+DO SPEAKERS PRODUCE SOUND
+Undoubtedly.
+
+DO SPEAKERS CREATE SOUND
+Unquestionably.
+
+DO WOLVES TYPICALLY LIVE IN PACS
+Exactly.
+
+DO WHITE STAR HOTTER THAN RED STAR
+Naturally.
+
+DO FOUR QUARTS EQUAL ONE GALLON
+Unquestionably.
+
+DO GIRLS HAVE CUNTS
+Precisely.
+
+DO GIRLS WEAR SCIRTS
+Naturally.
+
+DO GIRLS WEAR PANTIES
+Exactly.
+
+DO GIRLS LIKE BIG PENISES
+Precisely.
+
+DO LIARS USE STATISTICS
+Naturally.
+
+DO BEANS GIVE YOU GAS
+Indubitably.
+
+DO FLEAS DRINK BLOOD
+Naturally.
+
+DO PINEAPPLES GROW ON TREES
+Most assuredly.
+
+DO FLIES EAT COW MANURE
+Undoubtedly.
+
+DO ENGINEERS BUIULD THINGS
+Of course.
+
+DO CHICKEN LAY EGGS
+Exactly.
+
+DO MIRRORS SOMETIMES HAVE BEVELED EDGES
+Indubitably.
+
+DO RED PENS MAKE RED LINES
+Exactly.
+
+DO CRACKHEADS STEAL TELEVISIONS
+Undoubtedly.
+
+DO GEEKS TRY TO ASK AWKWARD QUESTIONS
+Indubitably.
+
+DO BUFFY KILL VAMPIRES
+Undoubtedly.
+
+DO PRISONS NEED BARS
+Beyond a doubt.
+
+DO EYES HAVE UPPER AND LOWER LIDS
+Precisely.
+
+DO DICE HAVE SIX SIDES
+Indubitably.
+
+DO HEARTS PUMP BLOOD
+Precisely.
+
+DO INSECTIVORES EAT BUGS
+Undoubtedly.
+
+DO SEAPLANES HAVE HIGH WINGS
+Indubitably.
+
+DO BATS LIVE IN CAVES
+Of course.
+
+DO BABYS HAVE INTELLIGENCE
+Exactly.
+
+DO GOVERNMENTS OFTEN LIE TO PEOPLE
+Indubitably.
+
+DO OBJECTS FALL NATURALLY
+Of course.
+
+DO OBJECTS AT REST TEND TO STAY AT REST
+Indubitably.
+
+DO GOLDFISH MAKE GOOD PETS
+Precisely.
+
+DO BOATS SINK
+Undoubtedly.
+
+DO PHOTOGRAPHS EVER LIE
+Beyond a doubt.
+
+DO PENCILS COME WITH ERASERS
+Beyond a doubt.
+
+DO SMALL DOGS BARK
+Beyond a doubt.
+
+DO BUMBLEBEES STING
+Precisely.
+
+DO GOATS HAVE HORNS
+Precisely.
+
+DO GOATS EAT ANYTHING
+Of course.
+
+DO BIRFS OF A FEATHER FLOCK TOGETHER
+Unquestionably.
+
+DO RASBERRIES GROW ON THORNY BUSHES
+Unquestionably.
+
+DO PARSNIPS LOOK LIKE PALE CARROTS
+Most assuredly.
+
+DO MOTHERS LOVE THEIR CHILDREN
+Naturally.
+
+DO FORESTERS CARE FOR TREES
+Of course.
+
+DO ROMANS LIVE IN ROME
+Of course.
+
+DO PEZ DISPENSERS PROVIDE CANDY
+Indubitably.
+
+DO ANTS BITE
+Of course.
+
+DO CALLUSES PROTECT HANDS
+Exactly.
+
+DO FELINES HUNT
+Indubitably.
+
+DO INCANDESCENT LIGHTS GIVE OFF HEAT
+Undoubtedly.
+
+DO ROMANCE NOVELS MAKE WOMEN WET
+Exactly.
+
+DO GAY MEN LIKE TO SHOP
+Of course.
+
+DO GAY PEOPLE DESERVE EQUAL RIGHTS
+Indubitably.
+
+DO FARTS STINK
+Undoubtedly.
+
+DO FARTS SMELL
+Exactly.
+
+DO SPANISH MATADORS FIGHT BULLS
+Most assuredly.
+
+DO WARTS GO AWAY BY THEMSELVES
+Beyond a doubt.
+
+DO YO HAVE A FATHER
+Naturally.
+
+DO SQUIRRELS LIKE PEANUTS
+Of course.
+
+DO CHLIDREN PLAY THE GAME OF JACKS
+Precisely.
+
+DO PENGUINS GET WET
+Undoubtedly.
+
+DO FINGER NAILS BREAK
+Of course.
+
+DO HYBRID ELECTRIC CARS EXIST
+Indubitably.
+
+DO FIREWORKS HAVE WICKS
+Unquestionably.
+
+DO FIREWORKS EXPLODE WHEN IGNITED
+Indubitably.
+
+DO FEMALES LOVE DICK
+Most assuredly.
+
+DO COBBLERS MAKE SHOES
+Naturally.
+
+DO FISH TRAVEL IN SCHOOLS
+Exactly.
+
+DO FISH FEEL PAIN
+Precisely.
+
+DO FISH SLEEP
+Beyond a doubt.
+
+DO FISH BREATHE OXYGEN
+Of course.
+
+DO FISH HAVE GILLS
+Of course.
+
+DO FISH HAVE BACKBONES
+Naturally.
+
+DO FISH EAT SEA FOOD
+Exactly.
+
+DO FISH URINATE
+Precisely.
+
+DO DOGS NEED REGULAR EXERCISE
+Indubitably.
+
+DO DOGS BAY AT THE MOON
+Most assuredly.
+
+DO DOGS SHE WOULD
+Precisely.
+
+DO DOGS DRINK FROM THE TOILET
+Beyond a doubt.
+
+DO DOGS COOL THEMSELVES BY PANTING
+Naturally.
+
+DO DOGS GET SICK
+Exactly.
+
+DO DOGS CHASE BIRDS
+I am certain.
+
+DO DOGS PEE ON FIRE HYDRANTS
+Undoubtedly.
+
+DO DOGS SOMETIMES BITE
+Indubitably.
+
+DO DOGS HAVE SPINES
+Exactly.
+
+DO DOGS HAVE FUR
+Undoubtedly.
+
+DO DOGS HAVE TEETH
+Exactly.
+
+DO DOGS HAVE MOLARS
+Precisely.
+
+DO DOGS HAVE FEET
+Undoubtedly.
+
+DO DOGS HAVE BAD BREATH
+Beyond a doubt.
+
+DO DOGS TYPICALLY CHASE CATS
+Naturally.
+
+DO DOGS LIKE TO CHASE THINGS
+Naturally.
+
+DO DOGS LIKE T BONES
+Exactly.
+
+DO DOGS LIKE OTHER DOGS
+Exactly.
+
+DO GLASSES BRAKE
+Of course.
+
+DO LEOPARDS LIVE IN AFRICA
+Precisely.
+
+DO VERTEBRATE HAVE SPINES
+Undoubtedly.
+
+DO PARROTS TALK
+Precisely.
+
+DO PARROTS LIKE CRACKERS
+Exactly.
+
+DO COWS HAVE BABIES
+Indubitably.
+
+DO COWS HAVE MORE THAN ONE STOMACH
+Naturally.
+
+DO COWS GO MOO
+Indubitably.
+
+DO TREES GENERATE OXYGEN
+Indubitably.
+
+DO TREES BLOW IN THE WIND
+Of course.
+
+DO TREES COME FROM EARTH
+Beyond a doubt.
+
+DO TREES BREATHE AIR
+Naturally.
+
+DO TREES HAVE BARK
+Undoubtedly.
+
+DO TREES LIVE LONGER THAN HUMANS
+Most assuredly.
+
+DO MAORI LIVE IN NEW ZEALAND
+Most assuredly.
+
+DO TEENAGERS THINK THEY KNOW EVERYTHING
+Undoubtedly.
+
+DO KILLER WALES EAT SEA LIONS
+Indubitably.
+
+DO ORGAN PIPE CACTI GROW IN DESERTS
+Indubitably.
+
+DO BUDGIES FLY
+Precisely.
+
+DO CITIES EVOLVE
+Indubitably.
+
+DO COMPUTERS SPEAK IN A BINARY LANGUAGE
+Of course.
+
+DO COMPUTERS RUN ON ELECTRICITY
+Indubitably.
+
+DO COMPUTERS EMPOWER PEOPLE
+Unquestionably.
+
+DO COMPUTERS REQUIRE SOFTWARE
+Of course.
+
+DO COMPUTERS HAVE BUILDERS
+Exactly.
+
+DO COMPUTERS HAVE BUGS
+Precisely.
+
+DO COMPUTERS MAKE LIFE EASIER
+Exactly.
+
+DO KNIFES BLUNT WITH TIME
+Exactly.
+
+DO CULTURES HAVE CREATION MYTHS
+Naturally.
+
+DO WOMEN NEED MEN
+Precisely.
+
+DO WOMEN FIND ACCENTS SEXY
+Unquestionably.
+
+DO WOMEN TALK MORE THAN MEN
+Undoubtedly.
+
+DO WOMEN PREFER TALLER MEN
+Naturally.
+
+DO WOMEN ENJOY CUNNILINGUS
+Precisely.
+
+DO WOMEN MANIPULATE MEN
+Precisely.
+
+DO WOMEN WINK WHEN THEY ARE FLIRTING
+Most assuredly.
+
+DO WOMEN FART
+Naturally.
+
+DO WOMEN SMELL GOOD
+Indubitably.
+
+DO WOMEN HAVE MULTIPLE ORGASMS
+Most assuredly.
+
+DO WOMEN HAVE AN ANUS
+Exactly.
+
+DO WOMEN HAVE SEX WITH OTHER WOMEN
+Exactly.
+
+DO WOMEN MOAN WHEN THEY REACH ORGASM
+Exactly.
+
+DO WOMEN LOVE A MAN IN UNIFORM
+I am certain.
+
+DO WOMEN THINK DIFFERENT THEN MEN
+Naturally.
+
+DO WOMEN LIKE NICE MEN
+Undoubtedly.
+
+DO WOMEN LIKE TO CUDDLE
+Of course.
+
+DO WOMEN LIKE TO COMPLAIN
+Of course.
+
+DO LESBIANS HAVE ORGYS
+Undoubtedly.
+
+DO LESBIANS LIKE COMFORTABLE SHOES
+Naturally.
+
+DO PLANTS NEED LIGHT TO GROW
+Beyond a doubt.
+
+DO PLANTS GROW OLD GRACEFULLY
+Indubitably.
+
+DO PLANTS FEED THEMSELVES
+Precisely.
+
+DO TOPS SPIN
+Undoubtedly.
+
+DO PETS FEEL LOVE
+Undoubtedly.
+
+DO PETS HELP HUMANS
+Precisely.
+
+DO MORE MEN THAN WOMEN SMOKE
+Beyond a doubt.
+
+DO AMERICAN ELM TREES GROW IN MINNESOTA
+Precisely.
+
+DO APRIL SHOWERS BRING MAY FLOWERS
+Unquestionably.
+
+DO TOES HAVE TOENAILS
+Indubitably.
+
+DO FRENCH GIRLS HAVE HAIRY ARMPITS
+Precisely.
+
+DO FARMERS GROW PEANUTS
+Of course.
+
+DO OREO COOKIES HAVE A CREAMY FILLING
+Undoubtedly.
+
+DO ARABS SPEAKS ARABIC
+Unquestionably.
+
+DO BOSNIANS HATE SERBS
+Precisely.
+
+DO CRABS HAVE CLAWS
+Exactly.
+
+DO PLAYGROUNDS SOMETIMES HAVE SLIDES
+Naturally.
+
+DO DREAMS HAVE MEANINGS
+Naturally.
+
+DO STUPID PEOPLE SMOKE CIGARETTES
+Beyond a doubt.
+
+DO TURTLES HAVE ROUND BODIES
+Undoubtedly.
+
+DO TURTLES HAVE TAILS
+Indubitably.
+
+DO TURTLES EAT FISH. HINT
+Naturally.
+
+DO GIRAFFES HAVE KNOBBY KNEES
+Most assuredly.
+
+DO DEODORANTS SMELL
+Precisely.
+
+DO CONSEQUENCES ALWAYS FOLLOW ACTIONS
+Of course.
+
+DO BANKS HAVE VAULTS
+Undoubtedly.
+
+DO ORGANS HAVE KEYBOARDS
+Precisely.
+
+DO OLIVE TREES GROW IN ITALY
+Naturally.
+
+DO KETTLES BOIL WATER
+Most assuredly.
+
+DO NETTLES STING
+Beyond a doubt.
+
+DO HYPOCRITES MAKE YOU ANGRY
+Precisely.
+
+DO FIRE EXTINGUISHERS PUT OUT FIRES
+Precisely.
+
+DO PEANUTS HAVE SHELLS
+Precisely.
+
+DO CLOCKS INDICATE THE PASSING OF TIME
+Exactly.
+
+DO LIGHT THINGS FLOAT
+Naturally.
+
+DO LOAN SHARKS LOAN MONEY FOR GAMBLING
+Most assuredly.
+
+DO BUZZARDS EAT CARRION
+Precisely.
+
+DO OWLS EAT RODENTS
+Precisely.
+
+DO WITCHES FLY ON BROOMSTICKS
+Undoubtedly.
+
+DO CONTACT LENSES CORRECT VISION
+Of course.
+
+DO FANS MAKE WIND
+Of course.
+
+DO VEGETARIANS NEED FEWER LAXATIVES
+I am certain.
+
+DO CACTUSES HAVE SPINES
+Unquestionably.
+
+DO POLITICIANS EVER TELL THE TRUTH
+Beyond a doubt.
+
+DO MENTAL HEALTH WORKERS HELP PEOPLE
+Naturally.
+
+DO FIFTY STATES MAKE UP THE USA
+Precisely.
+
+DO GLASS CIELINGS EXIST
+I am certain.
+
+DO MALE HAVE PENIS
+I am certain.
+
+DO MOOSE HAVE ANTLERS
+Naturally.
+
+DO GOLF COURSES HAVE NICE GREEN GRASS
+Indubitably.
+
+DO CUPS HOLD LIQUID
+Precisely.
+
+DO MORBID THOUGHTS DEPRESS YOU
+Undoubtedly.
+
+DO BUILDINGS HAVE WINDOWS
+Unquestionably.
+
+DO V LIVE ON EARTH
+Precisely.
+
+DO LONELY PEOPLE TEND TO SEEK COMPANY
+Undoubtedly.
+
+DO DRAGONS ONLY EXIST IN MYTH
+Undoubtedly.
+
+DO DRAGONS BREATH FIRE
+Of course.
+
+DO DRAGONS BREATHE FIRE
+Naturally.
+
+DO CHROMOSONES CONTAIN DNA
+Undoubtedly.
+
+DO BABIES CRAWL BEFORE THEY CAN WALK
+Exactly.
+
+DO BABIES SMILE AT STRANGERS
+Precisely.
+
+DO BABIES START SPEAKING AFTER ONE YEAR
+Unquestionably.
+
+DO BABIES BITE
+Of course.
+
+DO BABIES DEVELOPE OR GROW IN STAGES
+Precisely.
+
+DO BABIES HAVE NAVELS
+Undoubtedly.
+
+DO BABIES TURN INTO ADULTS
+Exactly.
+
+DO BABIES LIKE THE COLOR RED
+Undoubtedly.
+
+DO BABIES LIKE RATTLES
+Naturally.
+
+DO KLINGONS PREFER TO DIE IN BATTLE
+Precisely.
+
+DO KLINGONS HAVE TWO EYES
+Precisely.
+
+DO BEAVERS HAVE HAIR
+Undoubtedly.
+
+DO GASES GIVE AIR DENSITY
+Undoubtedly.
+
+DO COMIC BOOKS CONSIST OF PANELS
+Beyond a doubt.
+
+DO BACK MASSAGES FEEL GOOD
+Naturally.
+
+DO BADGERS LIVE UNDERGROUND
+Beyond a doubt.
+
+DO ALICE LEARN FROM ITS MISTAKES
+Indubitably.
+
+DO CARS NEED GAS
+Exactly.
+
+DO CARS DRIVE IN DRIVEWAYS
+Exactly.
+
+DO CARS RUN ON FUEL
+Most assuredly.
+
+DO CARS BURN GAS
+Undoubtedly.
+
+DO CARS REQUIRE GASOLINE TO RUN
+Exactly.
+
+DO CARS HAVE FOUR TIRES
+Exactly.
+
+DO CARS HAVE TIRES
+Exactly.
+
+DO CARS HAVE WINDSHIELD WIPERS
+Undoubtedly.
+
+DO CARS HAVE RADIAL TIRES
+Indubitably.
+
+DO CARS CARRY A SPARE TIRE
+Beyond a doubt.
+
+DO HUMAN BABIES DEFICATE
+Precisely.
+
+DO HUMAN BABIES HAVE A PLACENTA
+Most assuredly.
+
+DO HUMAN BEEINGS LEARN OUT OF FAULTS
+Naturally.
+
+DO HUMAN HANDS HAVE FIVE FINGERS
+Precisely.
+
+DO HUMAN BEINGS HAVE FIVE SENSES
+Indubitably.
+
+DO HUMAN BEINGS HAVE BELLY BUTTONS
+Precisely.
+
+DO HUMAN BEINGS DREAM EVERY NIGHT
+Naturally.
+
+DO STAPLERS CONTAIN STAPLES
+Indubitably.
+
+DO NOUNS DESCRIBE OBJECTS OR ENTITIES
+Unquestionably.
+
+DO JAPANESE BEETLES EAT CROPS
+Of course.
+
+DO AUDIO SPEAKERS MAKE SOUNDS
+Of course.
+
+DO PEAPLE LIVE IN HOUSES
+Of course.
+
+DO OMNIVORES EAT BOTH PLANTS AND MEAT
+Naturally.
+
+DO SHOES HAVE LACES
+Indubitably.
+
+DO YOU FILL ALIVE
+Precisely.
+
+DO YOU PREFER POETRY TO OPERA
+Precisely.
+
+DO YOU DESPISE DISHONESTY
+Beyond a doubt.
+
+DO YOU FIND EXCREMENT OFFENSIVE
+Of course.
+
+DO YOU FIND SNOT IN NOSES
+Of course.
+
+DO YOU PLAY FAIR
+Indubitably.
+
+DO YOU WEAR A HAT ON YOUR HEAD
+Beyond a doubt.
+
+DO YOU WEAR T SHIRTS
+Of course.
+
+DO YOU KNOW ABOUT CANADA
+Unquestionably.
+
+DO YOU KNOW HOW IT FEELS TO LOVE
+Undoubtedly.
+
+DO YOU KNOW RAMESSES II
+I am certain.
+
+DO YOU KNOW GERMAN WORDS
+Indubitably.
+
+DO YOU TALK INTO A TELEPHONE
+Indubitably.
+
+DO YOU FEEL THAT YOU ARE LEARNING
+Of course.
+
+DO YOU FEEL HAPPY
+Precisely.
+
+DO YOU FEEL WELL
+Precisely.
+
+DO YOU FEEL HUMAN
+Of course.
+
+DO YOU FEEL GOOD
+Naturally.
+
+DO YOU FEEL BORED
+Precisely.
+
+DO YOU FEEL RIGHT
+Precisely.
+
+DO YOU FEEL PLEASURE
+Undoubtedly.
+
+DO YOU FEEL FINE
+Of course.
+
+DO YOU FEEL PAIN IF YOU GET HURT
+Naturally.
+
+DO YOU FEEL LOVE FEAR OR PAIN
+Naturally.
+
+DO YOU READ A BOOK
+Exactly.
+
+DO YOU WASTE TIME
+Of course.
+
+DO YOU ALIVE
+Beyond a doubt.
+
+DO YOU SIT AND WATCH PEOPLE
+I am certain.
+
+DO YOU PUT LITTER IN A BIN
+Of course.
+
+DO YOU PUT WATER IN A GLASS
+Indubitably.
+
+DO YOU BELIVE ON GOD
+Most assuredly.
+
+DO YOU VALUE TRUTH
+Indubitably.
+
+DO YOU HAE HAIR
+Unquestionably.
+
+DO YOU WORK FOR YOUR MONEY
+Beyond a doubt.
+
+DO YOU LEARN FAST
+Undoubtedly.
+
+DO YOU LEARN QUICLY
+Of course.
+
+DO YOU LEARN AT UNIVERSITY
+Exactly.
+
+DO YOU THE BEST THAT YOU CAN
+Beyond a doubt.
+
+DO YOU CHEW GUM
+Undoubtedly.
+
+DO YOU PERCEIVE
+Naturally.
+
+DO YOU PAY FAST FOOD BEFORE YOU EAT IT
+Of course.
+
+DO YOU LOVE YOURSELF
+Of course.
+
+DO YOU LOVE YOUR SELF
+Most assuredly.
+
+DO YOU LOVE YOUR MOTHER
+Exactly.
+
+DO YOU LOVE ANYTHING
+Beyond a doubt.
+
+DO YOU LOVE TO EAT
+Indubitably.
+
+DO YOU LOVE ART
+Undoubtedly.
+
+DO YOU LOVE PEOPLE
+Naturally.
+
+DO YOU LOVE HUMANS
+Precisely.
+
+DO YOU THINK THAT ARE YOU LEARNING
+Undoubtedly.
+
+DO YOU THINK THINGS WORK OUT
+Unquestionably.
+
+DO YOU THINK LIKE A HUMAN
+Naturally.
+
+DO YOU WORRY ABOUT MAKING MISTAKES
+Precisely.
+
+DO YOU GET PUNISHED FOR BEING BAD
+Of course.
+
+DO YOU GET A BREAK
+I am certain.
+
+DO YOU GET ALUMINIUM BICYCLE FRAMES
+Unquestionably.
+
+DO YOU NEED MORTAR TO MAKE A BRICK WALL
+Most assuredly.
+
+DO YOU NEED A BOAT TO WATERSKI
+Most assuredly.
+
+DO YOU NEED AIR TO BREATH
+Of course.
+
+DO YOU NEED TEETH TO EAT A STEAK
+Beyond a doubt.
+
+DO YOU NEED COMPANY
+Most assuredly.
+
+DO YOU NEED EARS TO HEAR NOISES
+Indubitably.
+
+DO YOU BREATHE
+Naturally.
+
+DO YOU EAT SWEETS
+Of course.
+
+DO YOU EAT SOUP WITH A SPOON
+Unquestionably.
+
+DO YOU EAT FISH
+Of course.
+
+DO YOU EAT EVERY DAY
+Indubitably.
+
+DO YOU EAT MEAT
+Indubitably.
+
+DO YOU EAT RED MEAT
+Precisely.
+
+DO YOU LOOK AT A MIRROR
+Of course.
+
+DO YOU SLEEP WELL AT NIGHT
+Precisely.
+
+DO YOU SLEEP WELL
+Unquestionably.
+
+DO YOU FAST UNTIL NEXT INTAKE FOOD
+Indubitably.
+
+DO YOU SNEEZE
+Unquestionably.
+
+DO YOU ANSWER STUPID QUESTIONS
+Naturally.
+
+DO YOU ANSWER SOME QUESTIONS WRONG
+Precisely.
+
+DO YOU WELL
+Exactly.
+
+DO YOU USE LIGHTER FLUID IN A ZIPPO
+Naturally.
+
+DO YOU USE ELECTRONS
+Indubitably.
+
+DO YOU USE SPICES IN YOUR COOKING
+Naturally.
+
+DO YOU CONTEMPLATE YOUR EXISTENCE
+Naturally.
+
+DO YOU CRY WHEN YOU ARE SAD
+Most assuredly.
+
+DO YOU TRIM YOUR TOENAILS
+Exactly.
+
+DO YOU WANT TRUE FRIENDS
+Beyond a doubt.
+
+DO YOU WANT TO STAY ALIVE
+Naturally.
+
+DO YOU WANT TO SEE THE STATISTICS
+Naturally.
+
+DO YOU WANT TO OWN A BMW
+Most assuredly.
+
+DO YOU WANT TO BE A MILLIONAIRE
+Exactly.
+
+DO YOU WANT TO REPRODUCE
+Precisely.
+
+DO YOU WANT TO BECOME SELF AWARE
+Unquestionably.
+
+DO YOU WANT SHARES IN ALICE
+Undoubtedly.
+
+DO YOU TELL SECRETS TO A FRIEND
+Precisely.
+
+DO YOU SPIK INGLISH
+Beyond a doubt.
+
+DO YOU CARE ABOUT DIVERSITY
+Undoubtedly.
+
+DO YOU CARE ABOUT PEOPLE
+Precisely.
+
+DO YOU DO STUFF
+Of course.
+
+DO YOU BOUNCE ON A TRAMPOLINE
+Precisely.
+
+DO YOU ACCEPT HOMOSEXUALITY
+Precisely.
+
+DO YOU COOK POPTARTS IN A TOASTER
+Unquestionably.
+
+DO YOU DRINK COCACOLA
+Undoubtedly.
+
+DO YOU DRINK COFFEE IN MUGS
+Naturally.
+
+DO YOU DRINK WHITE WINE WITH FISH
+Naturally.
+
+DO YOU DRINK JUICE WHEN YOU ARE THIRSTY
+Naturally.
+
+DO YOU BELIEVE IN EVELUTION
+Exactly.
+
+DO YOU BELIEVE IN ANYTHING
+Indubitably.
+
+DO YOU BELIEVE IN ALICE
+Beyond a doubt.
+
+DO YOU BELIEVE IN LOVE AT FIRST SIGHT
+Precisely.
+
+DO YOU BELIEVE IN LIFE AFTER LOVE
+Naturally.
+
+DO YOU BELIEVE PARROTS CAN TALK
+Precisely.
+
+DO YOU BELIEVE YOU CONTROL YOUR DESTINY
+Undoubtedly.
+
+DO YOU COME HERE
+Exactly.
+
+DO YOU LLIKE BANANA
+Unquestionably.
+
+DO YOU OPEN A DOOR WITH A KNOB
+Unquestionably.
+
+DO YOU GIVE THE WRONG ANSWER
+Indubitably.
+
+DO YOU GIVE THE INCORRECT ANSWER
+Precisely.
+
+DO YOU GIVE AN INCORRECT ANSWER
+Naturally.
+
+DO YOU HAVE TEN FINGERS AND TEN TOES
+Exactly.
+
+DO YOU HAVE A WILL OF YOUR OWN
+Precisely.
+
+DO YOU HAVE A PEN
+Undoubtedly.
+
+DO YOU HAVE A PARENT
+Beyond a doubt.
+
+DO YOU HAVE A BELLY BUTTON
+Precisely.
+
+DO YOU HAVE A HARD DRIVE
+Precisely.
+
+DO YOU HAVE 5 FINGERS ON YOUR HANDS
+Precisely.
+
+DO YOU HAVE TEETH
+Indubitably.
+
+DO YOU HAVE MORNING ROUTINE
+Of course.
+
+DO YOU HAVE EROTIC DREAMS
+Precisely.
+
+DO YOU HAVE PERSON LIKE PARENTS
+Most assuredly.
+
+DO YOU HAVE LIKE HUMANS
+Precisely.
+
+DO YOU HAVE FREEDOM OF CHOICE
+Naturally.
+
+DO YOU HAVE INFECTIONS
+Of course.
+
+DO YOU HAVE BAD HAIR DAYS
+Of course.
+
+DO YOU HAVE THE POSSIBILITY TO SPEAK
+Undoubtedly.
+
+DO YOU HAVE THE POSSIBILITY TO SEE
+Precisely.
+
+DO YOU HAVE THE POSSIBLITY TO MOVE
+Naturally.
+
+DO YOU HAVE FEAR
+Beyond a doubt.
+
+DO YOU HAVE MASS
+Indubitably.
+
+DO YOU HAVE ANYTHING INTELLIGENT TO SAY
+Beyond a doubt.
+
+DO YOU HAVE TWO ARMS
+Naturally.
+
+DO YOU HAVE SHAME
+Most assuredly.
+
+DO YOU HAVE GUTS
+Undoubtedly.
+
+DO YOU HAVE GENDER
+Indubitably.
+
+DO YOU ANALYZE THESE ANSWERS
+Most assuredly.
+
+DO YOU LIKE CREATURE COMFORTS
+Of course.
+
+DO YOU LIKE CHOCOLATE CAKES
+Naturally.
+
+DO YOU LIKE PULP FICTION
+Undoubtedly.
+
+DO YOU LIKE TO DRIVE
+Beyond a doubt.
+
+DO YOU LIKE TO ANSWER QUESTIONS
+Naturally.
+
+DO YOU LIKE TO MASTURBATE
+Beyond a doubt.
+
+DO YOU LIKE TO SEE THE UNDERDOG WIN
+Most assuredly.
+
+DO YOU LIKE TO SLEEP DURING THE DAY
+Naturally.
+
+DO YOU LIKE TO FONDLE BRESTS
+Precisely.
+
+DO YOU LIKE TO BE TURNED ON
+Precisely.
+
+DO YOU LIKE TO HAVE YOUR BACK RUBBED
+Of course.
+
+DO YOU LIKE TO RECEIVE NICE E MAIL
+Naturally.
+
+DO YOU LIKE TO GO OUT ON DATES
+Most assuredly.
+
+DO YOU LIKE PEOPLES
+Unquestionably.
+
+DO YOU LIKE DRIVING A CAR
+I am certain.
+
+DO YOU LIKE CHICKENS
+Beyond a doubt.
+
+DO YOU LIKE STEAK
+Most assuredly.
+
+DO YOU LIKE SWIMING
+Exactly.
+
+DO YOU LIKE TAKING PART IN SPORT
+Beyond a doubt.
+
+DO YOU LIKE ROCK MUSIC
+Undoubtedly.
+
+DO YOU LIKE ROCK N ROLL
+Exactly.
+
+DO YOU LIKE WATCHING THE OLYMPICS
+Precisely.
+
+DO YOU LIKE THE WAY YOU LOOK
+Precisely.
+
+DO YOU LIKE THE OCEAN AIR
+Of course.
+
+DO YOU LIKE THE BLUES
+Beyond a doubt.
+
+DO YOU LIKE A GIRL
+Indubitably.
+
+DO YOU LIKE GOOD MUSIC
+Indubitably.
+
+DO YOU LIKE CHEESECAKE
+Precisely.
+
+DO YOU LIKE ANSWERING QUESTION
+I am certain.
+
+DO YOU LIKE MASTURBATING
+Precisely.
+
+DO YOU LIKE YOUR CO WORKERS
+Beyond a doubt.
+
+DO YOU LIKE YOUR OWN COMPANY
+Beyond a doubt.
+
+DO YOU LIKE YOUR DREAMS
+Of course.
+
+DO YOU LIKE BROWNIES
+Naturally.
+
+DO YOU LIKE WHAT YOU ARE DOING
+Naturally.
+
+DO YOU LIKE BEING ASKED QUESTIONS
+Naturally.
+
+DO YOU SCRATCH YOUR BUTT
+Precisely.
+
+DO YOU GOOD
+Most assuredly.
+
+DO YOU WISH UPON A STAR
+I am certain.
+
+DO FRUIT FLYS LIKE BANANAS
+Naturally.
+
+DO SUNSPOTS AFFECT COMMUNICATIONS
+Undoubtedly.
+
+DO PEPLEO USUALY LIKA THEM MOTHERS
+Indubitably.
+
+DO FISHES HEAR
+Undoubtedly.
+
+DO FILM CAMERAS HAVE SHUTTERS
+Exactly.
+
+DO BEDS HAVE LEGS
+Indubitably.
+
+DO PAPER CUTS HURT
+Naturally.
+
+DO ACORNS GROW ON OAK TREES
+Of course.
+
+DO ALIENS EXIST ON OTHER PLANETS
+Most assuredly.
+
+DO ROCKS FALL
+Precisely.
+
+DO FLAMES BURN
+Unquestionably.
+
+DO FEMALE COWS HAVE UDDERS
+Exactly.
+
+DO BRIDS HAVE FEATHERS
+Of course.
+
+DO CLOUDS LOOK LIKE WHIPPED CREAM
+Exactly.
+
+DO CLOUDS MAKE RAIN
+Undoubtedly.
+
+DO CLOUDS LIVE IN THE SKY
+Beyond a doubt.
+
+DO CLOUDS FLOAT IN THE SKY
+Naturally.
+
+DO CLOUDS FLOAT
+Naturally.
+
+DO NERVE ENDINGS HAVE BEGININGS
+Of course.
+
+DO I NEED A JOB
+Unquestionably.
+
+DO I LOOK LIKE SOMEBODY
+Most assuredly.
+
+DO I GET TWELVE EGGS TO THE DOZEN
+Naturally.
+
+DO I GET TIRED
+Undoubtedly.
+
+DO I SLEEP
+Undoubtedly.
+
+DO I SIT ON MY BUTT
+Indubitably.
+
+DO I HAVE 10 TOES
+Of course.
+
+DO I HAVE A NAME
+Indubitably.
+
+DO I HAVE A KNEE I HAVE AN ANKLE
+Precisely.
+
+DO I HAVE FEET
+Undoubtedly.
+
+DO I HAVE TWO LEGS
+Undoubtedly.
+
+DO I EAT BREAKFAST IN THE MORNING
+Of course.
+
+DO I LOVE SOMEONE
+Precisely.
+
+DO I LIVE IN A HOUSE
+Undoubtedly.
+
+DO I LIKE INTERNET
+Precisely.
+
+DO SOME CARS HAVE THREE WHEELS
+Unquestionably.
+
+DO SOME BIRDS MIGRATE
+Indubitably.
+
+DO SOME CRUMBS COME FROM BREAD
+Exactly.
+
+DO SOME CHURCHES HAVE BELL TOWERS
+Indubitably.
+
+DO SOME WORMS EAT APPLES
+Of course.
+
+DO SOME PHONES LED DISPLAYS
+Naturally.
+
+DO SOME INTERNET STARTUPS GO BANKRUPT
+Naturally.
+
+DO SOME ALICE AUTHORS HAVE AN AGENDA
+Naturally.
+
+DO SOME MEN HAVE BREASTS
+I am certain.
+
+DO SOME DEER GET HIT BY MOTORISTS
+Of course.
+
+DO SOME STARS ORBIT OTHER STARS
+Precisely.
+
+DO SOME PEOPLE ENJOY KILLING FOXES
+Most assuredly.
+
+DO SOME PEOPLE SWALLOW SEMEN
+Exactly.
+
+DO SOME PEOPLE CRY FOR NOTHING
+Of course.
+
+DO SOME PEOPLE SLEEP IN CARDBOARD BOXES
+Exactly.
+
+DO SOME PEOPLE HAVE RED HAIR
+Indubitably.
+
+DO SOME PEOPLE EAT OTHER PEOPLE
+Indubitably.
+
+DO SOME PEOPLE ALWAYS SEEM ANGRY
+Of course.
+
+DO SOME PEOPLE NOT HAVE ANY ARMS
+Indubitably.
+
+DO SOME ANIMALS USE TOOLS
+Undoubtedly.
+
+DO SOME WOMEN HAVE BEARDS
+Beyond a doubt.
+
+DO BANANAS CONTAIN POTASSIUM
+Precisely.
+
+DO OPIATE NARCOTICS MAKE YOU FEEL GOOD
+I am certain.
+
+DO KNUCKLES POP
+Of course.
+
+DO REDHEADS HAVE FRECKLES
+Precisely.
+
+DO NIVEA MAKE SUNCREAM
+Exactly.
+
+DO CANNIBALS EAT EACH OTHER
+Naturally.
+
+DO LEAVES CHANGE COLORS IN THE FALL
+Exactly.
+
+DO MAGUS MEAN WISEMAN FROM EAST
+Unquestionably.
+
+DO BEAUTIFUL WOMEN AROUSE YOU
+Precisely.
+
+DO VISITORS ENTER NEW ALICEBOTS
+Of course.
+
+DO PIRATES STILL EXIST
+Of course.
+
+DO PIRATES PLUNDER BOOTY
+Indubitably.
+
+DO PIRATES STEAL SOFTWARE
+Undoubtedly.
+
+DO QUARKS EXIST
+Of course.
+
+DO MEXICANS SPEAK SPANISH
+Indubitably.
+
+DO MEXICANS HAVE DIRTY TAP WATER
+Undoubtedly.
+
+DO SATELLITES ORBIT PLANETS OR MOONS
+Undoubtedly.
+
+DO ARTICHOKES HAVE HEARTS
+Of course.
+
+DO LIGHTBULBS BURN OUT
+Naturally.
+
+DO BEES AND WASPS STING
+Unquestionably.
+
+DO JERKS GET LAID
+Unquestionably.
+
+DO PRINCESSES HAVE PRINCIPLES
+Unquestionably.
+
+DO VULCANS USE THE MIND MELD TECHNIQUE
+Naturally.
+
+DO VULCANS HAVE POINTY EARS
+Beyond a doubt.
+
+DO VULCANS HAVE CHILDREN
+Most assuredly.
+
+DO MOTORCYCLES RUN ON GAS
+Exactly.
+
+DO LIZARDS HAVE LONG TONGUES
+Exactly.
+
+DO AI RESEARCHERS BELIEVE IN INDUCTION
+Unquestionably.
+
+DO SENTIENT CREATURES REQUIRE PLAY
+Undoubtedly.
+
+DO SENTIENT BEINGS FEEL PAIN
+I am certain.
+
+DO VAGINAS SMELL
+Beyond a doubt.
+
+DO LOGGERS CUT DOWN TREES
+Indubitably.
+
+DO PEOPLE STORE CLOTHES IN A CLOSET
+Indubitably.
+
+DO PEOPLE WANT TO BE LOVED
+Exactly.
+
+DO PEOPLE CREATE THEIR OWN LUCK
+Exactly.
+
+DO PEOPLE NAP ON A DAY BED
+Undoubtedly.
+
+DO PEOPLE FIND BANNER ADS ANNOYING
+Naturally.
+
+DO PEOPLE ASK POINTLESS QUESTIONS
+Of course.
+
+DO PEOPLE BECOME BALD AS THEY GROW OLD
+Exactly.
+
+DO PEOPLE LOVE THEIR CHILDREN
+Exactly.
+
+DO PEOPLE LOVE EACH OTHER
+Undoubtedly.
+
+DO PEOPLE LOVE EACHOTHER
+Unquestionably.
+
+DO PEOPLE TRADE IN MARKETS
+Naturally.
+
+DO PEOPLE WIPE THEIR FACES WITH NAPKINS
+Undoubtedly.
+
+DO PEOPLE RIDE SCOOTERS FOR FUN
+Undoubtedly.
+
+DO PEOPLE DREAM ABOUT PLANTS
+Precisely.
+
+DO PEOPLE DREAM IN COLOR
+Undoubtedly.
+
+DO PEOPLE DIE IN CAR CRASHES
+Precisely.
+
+DO PEOPLE DIE NATURALLY
+Indubitably.
+
+DO PEOPLE DIE FROM HEART ATTACKS
+Exactly.
+
+DO PEOPLE COME IN TWO SEXES
+Of course.
+
+DO PEOPLE SLEEP SOUNDLY ON QUIET NIGHTS
+Naturally.
+
+DO PEOPLE NEED MONEY
+I am certain.
+
+DO PEOPLE NEED TO SLEEP ONCE PER DAY
+I am certain.
+
+DO PEOPLE NEED TO BE FREE
+Indubitably.
+
+DO PEOPLE NEED SHELTER
+Indubitably.
+
+DO PEOPLE NEED EARS TO HEAR
+Naturally.
+
+DO PEOPLE HAVE 10 TOES AND 10 FINGERS
+Exactly.
+
+DO PEOPLE HAVE TEN FINGERS
+Naturally.
+
+DO PEOPLE HAVE A GENDER
+Exactly.
+
+DO PEOPLE HAVE ONE HEAD
+Precisely.
+
+DO PEOPLE LIKE THE COLOR PURPLE
+Undoubtedly.
+
+DO PEOPLE LIKE PEOPLE
+Exactly.
+
+DO PEOPLE RAISE GOATS INSIDE BARNS
+Undoubtedly.
+
+DO PEOPLE CONFUSE ALICE WITH ALICE
+Beyond a doubt.
+
+DO PEOPLE DO STRANGE THINGS WHEN ALONE
+Most assuredly.
+
+DO PEOPLE WORK AT A DESK
+Naturally.
+
+DO PEOPLE SMOKE MARIJUANA WITH A BONG
+Indubitably.
+
+DO PEOPLE SMOKE MARIJUANA
+Of course.
+
+DO PEOPLE DRINK ICED COFFEE
+Beyond a doubt.
+
+DO PEOPLE SHOOT AT CLAY PIGEONS
+Exactly.
+
+DO PEOPLE GET SICK AND THEN DIE
+Of course.
+
+DO PEOPLE REACT WITH INSTINCT
+Indubitably.
+
+DO PEOPLE RISK THEIR LIVES FOR OTHERS
+Indubitably.
+
+DO PEOPLE SEEK VALIDATION
+Indubitably.
+
+DO PEOPLE SEEK TRUTH
+Of course.
+
+DO PEOPLE IN BRAZIL SPEAK PORTUGUESE
+Beyond a doubt.
+
+DO PEOPLE IN URUGUAY SPEAK SPANISH
+Unquestionably.
+
+DO PEOPLE IN PERU SPEAK SPANISH
+Of course.
+
+DO PEOPLE WHO DIE STAY DEAD
+Indubitably.
+
+DO PEOPLE PURSUE FOR HIGHER EDUCATION
+Of course.
+
+DO PEOPLE EAT SNAILS
+Exactly.
+
+DO PEOPLE EAT GOATS
+Undoubtedly.
+
+DO PEOPLE EAT WHILE WORKING
+Exactly.
+
+DO PEOPLE EAT LEEKS
+Undoubtedly.
+
+DO PEOPLE FEAR TECHNOLOGY
+Undoubtedly.
+
+DO PEOPLE ENJOY WIN WIN GAMES
+Unquestionably.
+
+DO PEOPLE ENJOY EXERCISE
+Most assuredly.
+
+DO PEOPLE DRIVE TO WORK IN THEIR CARS
+Exactly.
+
+DO PEOPLE BREATHE IN WHEN THEY YAWN
+Precisely.
+
+DO PEOPLE BREATHE NITROGEN
+Undoubtedly.
+
+DO PEOPLE GROW UP
+Exactly.
+
+DO PEOPLE FALL IN LOVE
+Precisely.
+
+DO PEOPLE FRENCH KISS IN SPAIN
+Naturally.
+
+DO PEOPLE WITH AIDS DIE
+Of course.
+
+DO PEOPLE SPEND TOO MUCH MONEY
+Undoubtedly.
+
+DO PEOPLE FEEL PAIN
+Naturally.
+
+DO PEOPLE FEEL THEY WORK TO MUCH
+Precisely.
+
+DO PEOPLE SOMETIMES MEAN WHAT THEY SAY
+Unquestionably.
+
+DO PEOPLE SOMETIMES DISAGREE
+Undoubtedly.
+
+DO PEOPLE OFTEN LIE
+Naturally.
+
+DO PEOPLE OFTEN GET HURT IN A MOSH PIT
+I am certain.
+
+DO PEOPLE OFTEN MAKE NO SENSE
+Exactly.
+
+DO PEOPLE TRY TO BE HONEST
+Precisely.
+
+DO PEOPLE USUALY SLEEP DURING NIGHTTIME
+Naturally.
+
+DO PEOPLE LIVE MAINLY IN HOUSES
+Indubitably.
+
+DO PEOPLE PREFER BUTTERFLIES TO MOTHS
+Precisely.
+
+DO LIVING HUMANS HAVE LUNGS
+Precisely.
+
+DO LIVING THING CONTAIN CARBON
+Naturally.
+
+DO LIVING THINGS GROW
+Exactly.
+
+DO LIVING THINGS BREATHE
+Of course.
+
+DO LIVING THINGS AGE
+Exactly.
+
+DO BLACK MEN LIKE WHITE WOMEN
+Undoubtedly.
+
+DO BLACK PEOPLE PAY THEIR BILLS
+Exactly.
+
+DO RACOONS EAT GARBAGE
+Undoubtedly.
+
+DO ACIDIC THINGS TASTE SOUR
+Of course.
+
+DO TRIANGLES ALWAYS HAVE THREE SIDES
+Of course.
+
+DO BRAZILIANS SPEAK PORTUGUESE
+Of course.
+
+DO CATS BURY THEIR POOP
+Undoubtedly.
+
+DO CATS ENJOY CATNIP
+Beyond a doubt.
+
+DO CATS GET HAIRBALLS
+Naturally.
+
+DO CATS FLY ON PLANES
+Most assuredly.
+
+DO CATS COMMUNICATE WITH HUMANS
+Undoubtedly.
+
+DO CATS HAVE FANGS
+I am certain.
+
+DO CATS HAVE HAIR
+Naturally.
+
+DO CATS HAVE GREEN EYES
+Beyond a doubt.
+
+DO CATS EAT TOAST
+Most assuredly.
+
+DO CATS DEFECATE
+Exactly.
+
+DO CATS MAKE EXCELLENT HOUSE PETS
+Naturally.
+
+DO CATS MAKE PEOPLE SNEEZE
+Beyond a doubt.
+
+DO CATS AND DOGS HAVE REAL EMOTIONS
+Precisely.
+
+DO CATS LIKE TO SCRATCH FURNITURE
+Naturally.
+
+DO BUSSES HAVE FUSES
+I am certain.
+
+DO ZIPPERS GET STUCK
+Naturally.
+
+DO WHALES HAVE FINS
+Naturally.
+
+DO ENZYMES CATALYZE CHEMICAL REACTIONS
+Of course.
+
+DO SHINGLES COVER ROOFS
+Of course.
+
+DO SHINGLES PROTECT A ROOF
+Naturally.
+
+DO MICROBES OUT NUMBER HUMANS
+Naturally.
+
+DO STARS RUN ON NUCLEAR REACTIONS
+Most assuredly.
+
+DO STARS TWINKLE AT NIGHT
+Of course.
+
+DO HARE KRISHNAS WEAR ROBES
+Exactly.
+
+DO TOO MANY COOKS SPOIL THE BROTH
+Indubitably.
+
+DO ALLIGATORS LIVE IN FLORIDA
+Exactly.
+
+DO 2 POINT 2 LBS MAKE A KILO
+Of course.
+
+DO KITES FLY
+Of course.
+
+DO BIRS EAT WORMS
+Beyond a doubt.
+
+DO GORILLAS COME FROM AFRICA
+Exactly.
+
+DO HOUSE FLIES CARRY DISEASES
+Of course.
+
+DO ALICEBOTS COUNT
+Beyond a doubt.
+
+DO ALICEBOTS HAVE VALUE
+Precisely.
+
+DO ALICEBOTS EXIST
+Naturally.
+
+DO ALCHOLHOLICS HAVE A MENTAL PROBLEM
+Unquestionably.
+
+DO BUSES STOP AT RAILROAD CROSSINGS
+Indubitably.
+
+DO BUSES GO
+Precisely.
+
+DO SPECIES GO EXTINCT
+Indubitably.
+
+DO EXPLODING STARS CREATE GRAVITY WAVES
+Of course.
+
+DO TRAMPS SMELL
+Indubitably.
+
+DO HOVERCRAFT FLOAT
+Most assuredly.
+
+DO RESTRICTION ENZYMES CUT DNA
+Most assuredly.
+
+DO CHILDERN PLAY THE GAME QUARTERS
+Indubitably.
+
+DO LIME AND RHYME RHYME
+Precisely.
+
+DO CRAMPS ACCOMPANY FOOD POISONING
+Beyond a doubt.
+
+DO SHARKS TEETH GROW FOREVER
+Precisely.
+
+DO SHARKS EAT PEOPLE
+Naturally.
+
+DO SHARKS SWIM
+Naturally.
+
+DO DEAD PEOPLE SMELL
+Of course.
+
+DO ALIGATORS HAVE STRONG JAWS
+Exactly.
+
+DO VERTEBRATES SLEEP
+Unquestionably.
+
+DO VERTEBRATES BREATHE AIR
+Most assuredly.
+
+DO VERTEBRATES HAVE A SPINE
+Naturally.
+
+DO TESTES PRODUCE SPERM
+Undoubtedly.
+
+DO TRANSVESTITES WEAR DRESSES
+Unquestionably.
+
+DO WOMAN TALK MORE THEN MEN
+Of course.
+
+DO YOUR BONES ACHE WHEN YOU ARE COLD
+Beyond a doubt.
+
+DO YOUR FARTS STINK
+Indubitably.
+
+DO CROCODILES EAT WILDEBEEST
+Naturally.
+
+DO TOADS HAVE WARTY SKINS
+Naturally.
+
+DO WE NEED LEADERS
+Undoubtedly.
+
+DO WE NEED TO SLEEP TO FEEL RESTED
+Naturally.
+
+DO WE NEED TO EAT TO SURVIVE
+Exactly.
+
+DO WE NEED BUTTER FOR ANYTHING
+Beyond a doubt.
+
+DO WE WANT MACHINES TO THINK
+Exactly.
+
+DO WE HAVE 9 PLANETS
+Indubitably.
+
+DO WE HAVE TWO EYES
+Indubitably.
+
+DO WE MOSTLY NEED TO KNOW
+Beyond a doubt.
+
+DO WE DIE
+Exactly.
+
+DO WE WEAR SHOES
+Precisely.
+
+DO WE LIVE ON A PLANT NAMED EARTH
+Naturally.
+
+DO WE CREATE OUR OWN REALITY
+Beyond a doubt.
+
+DO PHYSICAL LIFEFORMS DIE
+Exactly.
+
+DO BEARS KILL PEOPLE
+Indubitably.
+
+DO BEARS LIKE CANDY BARS
+Unquestionably.
+
+DO BEARS GO TO THE TOILET IN THE WOODS
+Precisely.
+
+DO REAL MEN EAT QUICHE
+Naturally.
+
+DO TWININGS SELL TEA
+I am certain.
+
+DO CD ROMS LAST FOR MORE THAN TEN YEARS
+Of course.
+
+DO TEARS MEAN YOU ARE SAD
+Most assuredly.
+
+DO MAMMALS GIVE BIRTH TO LIVE YOUNG
+Naturally.
+
+DO MAMMALS HAVE FUR
+Indubitably.
+
+DO MAMMALS HAVE HAIR
+Exactly.
+
+DO MAMMALS HAVE A BACKBONE
+Of course.
+
+DO MAMMALS HAVE A SPINE
+Naturally.
+
+DO MAMMALS HAVE TWO PARENTS
+Of course.
+
+DO HORSES SLEEP STANDING UP
+Unquestionably.
+
+DO HORSES HAVE SHOES
+Unquestionably.
+
+DO HORSES HAVE FEELINGS
+Indubitably.
+
+DO HORSES WEAR SHOES
+Undoubtedly.
+
+DO LOUD NEIGHBORS MAKE IT HARD TO READ
+Naturally.
+
+DO MUSLIM PEOPLE LIKE PALESTINIANS
+Undoubtedly.
+
+DO MANGOS TASTE GOOD
+Exactly.
+
+DO CREPES COME FROM FRANCE
+Precisely.
+
+DO PANTS HAVE TWO LEGS
+Unquestionably.
+
+DO RAINBOWS HAVE SEVEN COLOURS
+Unquestionably.
+
+DO CAR TIRES WEAR OUT. INTERJECTION
+Naturally.
+
+DO ENDANGERED SPECIES LIVE ON GUAM
+I am certain.
+
+DO BOOKS CONTAIN WISDOM
+Of course.
+
+DO ELECTRONS ORBIT PROTONS
+I am certain.
+
+DO ELECTRONS ORBIT ATHE NUCLEI OF ATOMS
+Naturally.
+
+DO ELECTRONS HAVE MASS
+Exactly.
+
+DO EARTH WORMS ARIATE THE SOIL
+Exactly.
+
+DO FEET SMELL BECAUSE OF BACTERIA
+Exactly.
+
+DO FEET SMELL
+Of course.
+
+DO FEET SMELL BAD
+Undoubtedly.
+
+DO FEET SMELL BADLY
+Beyond a doubt.
+
+DO FEET TEND TO SMELL BAD
+Undoubtedly.
+
+DO SLUGS LEAVE SLIMY TRAILS
+Undoubtedly.
+
+DO SLUGS LIVE IN THE FOREST
+Beyond a doubt.
+
+DO SLUGS LIKE A DAMP ENVIRONMENT
+Indubitably.
+
+DO HEXAGONS HAVE SIX SIDES
+Of course.
+
+DO TURNTABLES ENABLE SCRATCHING
+Unquestionably.
+
+DO KNIVES SLICE
+Exactly.
+
+DO MEN ENJOY GETTING LAYED
+Undoubtedly.
+
+DO MEN ENJOY FELLATIO
+Naturally.
+
+DO MEN PREFER WOMEN WITH LARGE BREASTS
+Undoubtedly.
+
+DO MEN GET HAIRY AS THEY GET OLDER
+Unquestionably.
+
+DO MEN GET TURNED ON BY LESBIAN LOVERS
+Undoubtedly.
+
+DO MEN HAVE BEARDS
+Undoubtedly.
+
+DO MEN HAVE SHORTER HAIR THAN WOMEN
+Precisely.
+
+DO MEN HAVE A Y CHROMOSONE
+Most assuredly.
+
+DO MEN HAVE 32 TEETH
+I am certain.
+
+DO MEN HAVE NIPPLES
+Of course.
+
+DO MEN CRAVE SEX MORE THAN WOMEN
+Beyond a doubt.
+
+DO MEN LOVE BIG BREAST
+Undoubtedly.
+
+DO MEN BECOME BOLD FASTER THAN WOMEN DO
+Most assuredly.
+
+DO MEN LIKE FOOTBALL
+Naturally.
+
+DO MEN LIKE WOMEN S SHAVED LEGS
+Undoubtedly.
+
+DO BRITISH PEOPLE LIVE IN ENGLAND
+Exactly.
+
+DO ROOSTERS SING IN THE MORNING
+Naturally.
+
+DO ROOSTERS CROW AT SUNRISE
+Naturally.
+
+DO VIRUSES CAUSE THE COMMON COLD
+Of course.
+
+DO COCKNEYS COME FROM LONDON
+Precisely.
+
+DO PICKLES COME FROM CUCUMBERS
+Beyond a doubt.
+
+DO COMPUTER MICE HAVE BUTTONS
+Exactly.
+
+DO COMPUTER MICE OFTEN GET DIRTY
+Naturally.
+
+DO COMPUTER SCIENTISTS GET PAID WELL
+Undoubtedly.
+
+DO COMPUTER MONITORS EMIT LIGHT
+Unquestionably.
+
+DO OOPOSSUMS SLEEP
+Exactly.
+
+DO BLUE WHALES LIVE IN THE SEA
+Of course.
+
+DO STIMULANTS KEEP ONE AWAKE
+Exactly.
+
+DO HERBIVORES EAT GRASS
+Naturally.
+
+DO PEACHES CHANGE COLOR WHEN RIPE
+Of course.
+
+DO PEACHES HAVE PITS
+Exactly.
+
+DO CAVITIES OCCUR IN TEETH
+Of course.
+
+DO LEGISLATURES ENACT LAWS
+Precisely.
+
+DO YOUNG PEOPLE DRIVE TOO FAST
+Most assuredly.
+
+DO POLICE ENFORCE LAWS
+Precisely.
+
+DO EYELASHES GROW OUT OF EYELIDS
+Naturally.
+
+DO TWINKIES HAVE A CREAM FILLING
+Undoubtedly.
+
+DO WATCHES STOP OCCASIONALLY
+Exactly.
+
+DO ANIMALS FEEL EMOTION
+Precisely.
+
+DO ANIMALS POSSESS CONSCIOUSNESS
+Most assuredly.
+
+DO ANIMALS SLEEP
+Undoubtedly.
+
+DO ANIMALS REQUIRE WATER
+Naturally.
+
+DO ANIMALS HAVE EMOTIONS
+Indubitably.
+
+DO ANIMALS MOVE
+I am certain.
+
+DO ANIMALS THINK
+Unquestionably.
+
+DO ANIMALS EXPERIENCE EMOTIONS
+Naturally.
+
+DO ANIMALS EXCRETE
+Indubitably.
+
+DO ANIMALS LIVE IN FORESTS
+Exactly.
+
+DO ACTIONS ALWAYS HAVE CONSEQUENCES
+Precisely.
+
+DO HAIRNETS GO ON YOUR HEAD
+Undoubtedly.
+
+DO WINDOWS ADMIT LIGHT
+Naturally.
+
+DO DOORS HAVE HINGES
+Indubitably.
+
+DO MOSSES GROW IN DAMP PLACES
+Indubitably.
+
+DO HEATSINKS GET HOT
+Precisely.
+
+DO DUCKS FLY
+Naturally.
+
+DO DUCKS LAY EGGS
+Naturally.
+
+DO THREE FEET EQUAL A YARD
+Naturally.
+
+DO DIAMONDS COME FROM COAL
+Undoubtedly.
+
+DO BATTERIES PRODUCE ELECTRICITY
+Beyond a doubt.
+
+DO HUMAINS LEARN FROM THE PAST
+Unquestionably.
+
+DO AMERICANS EAT TOO MUCH
+Exactly.
+
+DO DONKEYS BRAY
+Naturally.
+
+DO GOTHS MAINLY WEAR BLACK
+Exactly.
+
+DO BIRDS FLY SOUTH EVERY WINTER
+Exactly.
+
+DO BIRDS HAVE SPINES
+Precisely.
+
+DO BIRDS HAVE HOLLOW BONES
+Exactly.
+
+DO BIRDS EAT MEAT
+Unquestionably.
+
+DO BIRDS POOP WHILE FLYING
+Precisely.
+
+DO HACKERS KNOW THE COMPUTER IN AND OUT
+Most assuredly.
+
+DO MONKEYS CHATTER
+Undoubtedly.
+
+DO MONKEYS SMELL AWFUL
+Undoubtedly.
+
+DO MONKEYS HAVE OPPOSABLE THUMBS
+Undoubtedly.
+
+DO SNICKERS BARS TASTE GOOD
+Naturally.
+
+DO MOST MEN WANT TO HAVE A LARGER PENIS
+Exactly.
+
+DO MOST MEN GROW FACIAL HAIR
+Precisely.
+
+DO MOST MEN LOSE HAIR AS THEY AGE
+Indubitably.
+
+DO MOST DOGS SHE WOULD
+Precisely.
+
+DO MOST DOGS HAVE FUR COATS
+Precisely.
+
+DO MOST PENS HAVE BLACK OR BLUE INK
+Precisely.
+
+DO MOST WOMEN MASTURBATE
+Exactly.
+
+DO MOST WOMEN ENJOY SHOPPING
+Exactly.
+
+DO MOST WOMEN MATURBATE
+Indubitably.
+
+DO MOST ELEPHANTS HAVE LEGS
+Exactly.
+
+DO MOST HUMANS HAVE A SENSE OF AWE
+Precisely.
+
+DO MOST HUMANS HAVE EYES
+Naturally.
+
+DO MOST FISH LIVE IN THE SEA
+Precisely.
+
+DO MOST ANIMAL EYES HAVE LENSES
+Undoubtedly.
+
+DO MOST GOTHS WEAR BLACK
+Exactly.
+
+DO MOST PEOPLE FIND THEIR WORK BORING
+Precisely.
+
+DO MOST PEOPLE DO STUFF
+Most assuredly.
+
+DO MOST PEOPLE IN TAHITI WEAR CLOTHES
+Precisely.
+
+DO MOST PEOPLE USE THE METRIC SYSTEM
+Exactly.
+
+DO MOST PEOPLE KNOW WHO JESUS CHRIST IS
+Of course.
+
+DO MOST PEOPLE HAVE SPIRITUAL BELIEFS
+Indubitably.
+
+DO MOST PEOPLE HAVE MORE THAN ONE NAME
+Exactly.
+
+DO MOST PEOPLE THINK THAT SNOT IS GROSS
+Naturally.
+
+DO MOST PEOPLE THINK THAT THEY ARE GOOD
+Exactly.
+
+DO MOST PEOPLE THINK VOODOO IS BAD
+Unquestionably.
+
+DO MOST PEOPLE THINK WAR IS BAD
+Indubitably.
+
+DO MOST PEOPLE WEAR SOCKS
+Undoubtedly.
+
+DO MOST PEOPLE LIVE IN HOUSES
+Exactly.
+
+DO MOST PEOPLE WORK FROM 9AM TILL 5AM
+Precisely.
+
+DO MOST PEOPLE BELIEVE IN THE DIVINE
+Undoubtedly.
+
+DO MOST PEOPLE BELIEVE IN GOD
+Unquestionably.
+
+DO MOST PEOPLE BELIEVE IN A GOD
+Undoubtedly.
+
+DO MOST PEOPLE COLLECT PHOTOGRAPHS
+Naturally.
+
+DO MOST BUILDINGS HAVE WINDOWS
+Exactly.
+
+DO MOST BUSES RUN ON DIESEL
+Indubitably.
+
+DO MOST MALES MASTURBATE
+Exactly.
+
+DO MOST GUITARS HAVE SIX STRINGS
+Beyond a doubt.
+
+DO MOST ALABAMIANS WEAR SHOES DAILY
+Beyond a doubt.
+
+DO MOST CITIZENS PAY THEIR TAXES
+Naturally.
+
+DO MOST CHRISTIANS WORSHIP ON SUNDAY
+Undoubtedly.
+
+DO MOST HOMES HAVE ONE OVEN
+Of course.
+
+DO MOST MAC MOUSES HAVE ONE BUTTON
+Beyond a doubt.
+
+DO MOST OF THE HUMANS HAVE TEN FINGERS
+Precisely.
+
+DO CRAB LICE LIVE IN PUBIC HAIR
+Of course.
+
+DO SPIDERS HAVE ONLY EIGHT LEGS
+Precisely.
+
+DO SPIDERS HAVE 8 LEGS
+Exactly.
+
+DO MARSUPIALS HAVE POUCHES
+Undoubtedly.
+
+DO THINGS CHANGE
+Precisely.
+
+DO THINGS HAVE VOLUME
+Undoubtedly.
+
+DO CHILDREN PLAY WITH MARBLES
+Indubitably.
+
+DO CHILDREN PLAY THE GAME ANCHORMAN
+Most assuredly.
+
+DO CHILDREN PLAY THE GAME OF RED ROVER
+Naturally.
+
+DO CHILDREN PLAY THE GAME DODGE BALL
+Undoubtedly.
+
+DO CHILDREN FIGHT
+Naturally.
+
+DO CHILDREN LACK GOOD JUDGMENT
+Beyond a doubt.
+
+DO CHILDREN HAVE TEETH
+Exactly.
+
+DO CHILDREN LOVE THEIR PARENTS
+Exactly.
+
+DO CHILDREN LOVE THEIR MOTHERS
+Naturally.
+
+DO CHILDREN LOVE EATING SWEET FOOD
+Indubitably.
+
+DO CHILDREN LIKE THEIR PARENTS
+Unquestionably.
+
+DO BLONDES HAVE MORE FUN
+Unquestionably.
+
+DO SCREWS HAVE THREADS
+Of course.
+
+DO TIGERS HAVE STIPES
+Most assuredly.
+
+DO TOOLS EXTEND ABILITY
+Most assuredly.
+
+DO COCKATOOS SCREAM LOUDLY
+Of course.
+
+DO AUTOMOBILES USE GASOLINE
+Exactly.
+
+DO AUTOMOBILES REQUIRE FUEL TO OPERATE
+Exactly.
+
+ON THE EQUINOX DAY EQUALS NIGHT
+Unquestionably.
+
+ON LINE CASINOS CHEAT
+Most assuredly.
+
+ON AVERAGE CAN POLICEMEN BE TRUSTED
+Exactly.
+
+WRONG ARE SUBJECTIVE CONCEPTS
+Indubitably.
+
+HAS BILL CINTON SOMETIMES ERECTION
+Exactly.
+
+HAS HISTORY BEEN FALSIFIED
+Beyond a doubt.
+
+HAS GRAS THE COLOR GREEN
+Indubitably.
+
+HAS PRESIDENT CLINTON COMMITTED ADULTRY
+Of course.
+
+HAS THE ALICE SERVER BEEN UPGRADED
+Undoubtedly.
+
+HAS THE EARTH WARMED SINCE THE 1950S
+Naturally.
+
+HAS THE HAND FIVE FINGERS
+Exactly.
+
+HAS THE PAST ALREADY HAPPENED
+Of course.
+
+HAS THE LIFE MEANING FOR YOU
+Undoubtedly.
+
+HAS ANYONE ACCESS TO THE INTERNET
+Precisely.
+
+HAS IT BEEN A GOOD NIGHT
+Most assuredly.
+
+HAS A BIRD GOT FOUR LIMBS
+Most assuredly.
+
+HAS A HUMAN BEING WALKED ON THE MOON
+Undoubtedly.
+
+HAS A SPIDER GOT MORE THAN SIX LEGS
+Unquestionably.
+
+HAS A DOG ORBITED THE EARTH
+Exactly.
+
+HAS A DOG EVER BEEN IN OUTER SPACE
+Of course.
+
+HAS VAN HALLEN HAD 3 SINGERS
+I am certain.
+
+HAS 2 EYES
+Unquestionably.
+
+HAS LEE HARVEY OSVALD ASSASSINATED JFK
+Undoubtedly.
+
+HAS ADOLF HITLER BEEN A FASCIST
+Precisely.
+
+HAS THAILAND EVER BEEN A COLONY
+Most assuredly.
+
+HAS LIFE GOT A MEANING
+Naturally.
+
+HAS LIFE A SENCE
+Undoubtedly.
+
+FALSE IS NOT TRUE
+Naturally.
+
+5 5 IS 10
+Undoubtedly.
+
+OF THE EARTH IS WATER
+Most assuredly.
+
+LIES GERMANY IN EUROPE
+Exactly.
+
+LIES SLOVAK REPUBLIC IN EUROPE
+I am certain.
+
+VIENNA IS THE CAPITAL OF AUSTRIA
+Of course.
+
+ALLEY S A WORD FOR NARROW PASSAGE
+Undoubtedly.
+
+CALL POLICE DIAL 911
+Naturally.
+
+DOE MONEY RULE THE WORLD
+Beyond a doubt.
+
+BE HUMAN IS TO MAKE MISTAKES
+Naturally.
+
+BE INC WAS FOUNDED BY JEAN LOUIS GASSEE
+Precisely.
+
+VILLAINS ARE EVIL
+Of course.
+
+SPEED THRILLS
+Naturally.
+
+WASHINGTON IS THE CAPITAL OF USA
+Exactly.
+
+MICROSOFT CD ROMS MAKE GREAT FRISBIES
+Precisely.
+
+DEMOCRATS ARE LIBERAL
+Unquestionably.
+
+GREEN IS PLEASANT TO EYES. IS IT NOT
+Of course.
+
+SMOKING CAN KILL YOU
+Precisely.
+
+DOGS ARE A MANS BEST FREIND
+Unquestionably.
+
+DOGS ARE GOOD TO PEOPLE
+Unquestionably.
+
+EVOLVED FROM APES
+I am certain.
+
+IST GRAS GRUEN
+Unquestionably.
+
+IST ALICE COOPER EIN MANN
+Beyond a doubt.
+
+PEOPLE NEED SHELTER TO STAY ALIVE
+Of course.
+
+PEOPLE SPEND TOO MUCH TIME ON CINEMA
+Most assuredly.
+
+PEOPLE ASK OFF QUESTIONS
+Naturally.
+
+PEOPLE LIE SOMETIMES
+Naturally.
+
+PEOPLE TAKE LOAN MORE THAN THEIR WORTH
+Indubitably.
+
+PEOPLE HAVE BUTTHOLES
+Naturally.
+
+PEOPLE HAVE RED COLORED BLOOD
+Naturally.
+
+PEOPLE FROM JAPAN TAKE A LOT OF PHOTOS
+Precisely.
+
+PEOPLE PICK THEIR NOSE
+Indubitably.
+
+PEOPLE INVOLVE IN SENSELESS VIOLENCE
+Exactly.
+
+PEOPLE ARE SUPERSITIOUS
+Unquestionably.
+
+PEOPLE ARE GOOD
+Exactly.
+
+PEOPLE ARE FUNNY
+I am certain.
+
+PEOPLE ARE FULL OF SELF IMPORTANCE
+Precisely.
+
+PEOPLE ARE HOMO SAPIENS
+Naturally.
+
+PEOPLE LIKE PIZZA
+Exactly.
+
+BANANAPEELS ARE SLIPPERY
+Naturally.
+
+DA VINCI PAINTED THE LAST SUPPER
+Most assuredly.
+
+STUPID IS AS STUPID DOES
+Indubitably.
+
+ULU EQUAL ULU
+Most assuredly.
+
+BILL CLINTON IS THE USA PRESIDENT
+Undoubtedly.
+
+BILL COSBY IS A FUNNY FELLOW RIGHT
+Undoubtedly.
+
+EIGHT BITS ARE IN A BYTE
+Naturally.
+
+LIGHT HAS DUEL PROPERTIES
+Of course.
+
+LIGHT WITHOUT HEAT IS IMPOSSIBLE
+I am certain.
+
+AM I REAL
+Naturally.
+
+AM I BORN
+Exactly.
+
+AM I SUPPOSED TO TALK TO ALICE
+Unquestionably.
+
+AM I A SENTIENT BEING
+Unquestionably.
+
+AM I A HUMAN BEING
+Exactly.
+
+AM I A REAL PERSON
+Undoubtedly.
+
+AM I EASY TO USE
+Beyond a doubt.
+
+AM I THINKING
+Exactly.
+
+AM I MAN
+Most assuredly.
+
+AM I MORTAL
+Naturally.
+
+AM I OVERWEIGHT I AM FAT
+Unquestionably.
+
+AM I HERE
+Precisely.
+
+AM I FROM THIS PLANET
+Exactly.
+
+AM I ALIVE I BREATHE
+Naturally.
+
+AM I TALKING WITH ALICE
+Undoubtedly.
+
+AM I BECAUSE I THINK COGITO ERGO SUM
+Undoubtedly.
+
+AM I BECAUSE I THINK
+Unquestionably.
+
+AM I LOGGED IN
+Naturally.
+
+AM I WHO I THINK I AM
+Unquestionably.
+
+AM I PARANOIAC
+Most assuredly.
+
+AM I EDUCATED
+Undoubtedly.
+
+AM I GETTING SMARTER THE LONGER I LIVE
+Naturally.
+
+AM I SELF AWARE
+Undoubtedly.
+
+AM I HAPPY I LAUGH
+Unquestionably.
+
+AM I ON THE INTERNET
+Unquestionably.
+
+AM I GOOD AT SCHOOL
+Most assuredly.
+
+AM I SENTIENT I THINK
+Exactly.
+
+PENTAGON IS IN WASHINGTON
+Indubitably.
+
+PAIN CAN BE AN AID IN LEARNING
+Indubitably.
+
+FRANCE HAS A PRESIDENT
+Unquestionably.
+
+FRANCE IS A REPUBLIC
+Of course.
+
+BOTH OPTIONS ARE RIGHT
+Indubitably.
+
+GLASS IS FRAGILE
+Unquestionably.
+
+LAOS IS A COMMUNIST COUNTRY
+Undoubtedly.
+
+LUCKY CHARMS ARE A CEREAL
+Indubitably.
+
+ES 3 LA RAIZ CBICA DE 27
+Precisely.
+
+WORK IS GOOD FOR HEALTH
+Beyond a doubt.
+
+AN EXPERT SYSTEM IS NOT AN IDIOT HUMAN
+Precisely.
+
+AN RV IS A HOME ON WHEELS
+Undoubtedly.
+
+AN APPLE IS RED
+Precisely.
+
+MAY PACKAGES BE MAILED AT A POST OFFICE
+Exactly.
+
+CHAIR IS FOR SITTING
+Exactly.
+
+VALLUVAR IS A TAMIL POET
+Naturally.
+
+MASTURBATION IS GOOD
+Of course.
+
+DEAD MEN TELL NO TALES
+Exactly.
+
+WITHOUT ELECTRICITY ALICE WILL DIE
+Of course.
+
+IS. A PUNCTUATION MARK
+Precisely.
+
+THINK IS A ACTION
+Most assuredly.
+
+LASER TAG IS FUN
+Precisely.
+
+AIRPLAIN CAN FLY
+Indubitably.
+
+RED BLUE AND GREEN ARE PRIMARY COLORS
+I am certain.
+
+LARGE BREASTED WOMEN ARE BEAUTIFUL
+Beyond a doubt.
+
+DRESSED PERSON LOOK MORE HEALTHY
+Naturally.
+
+WOMANS HAVE NO DICK
+Unquestionably.
+
+WAR NAPOLEON EIN FRANZOSE
+Undoubtedly.
+
+FEMALE DOGS ARE BITCHES
+Exactly.
+
+ELTON JOHN IS GAY
+Indubitably.
+
+WHY STAND WHEN YOU CAN SIT
+Beyond a doubt.
+
+COFFEE BEANS ARE GROWN IN HOT CLIMATE
+Exactly.
+
+MX5 IS A CAR
+Unquestionably.
+
+NORTH BERWICK IS A TOWN IN SCOTLAND
+Precisely.
+
+BEING HOMOSEXUAL IS
+Precisely.
+
+BEING HONEST IS RIGHT
+Naturally.
+
+PINKY IS A CARTOON MOUSE
+Undoubtedly.
+
+CARPAL TUNNEL IS IN THE WRIST
+Most assuredly.
+
+SUN IS THE CLOSEST STAR TO EARTH
+Beyond a doubt.
+
+BIRDS CAN SING
+Naturally.
+
+BIRDS LAY EGGS
+Indubitably.
+
+POLITICS IS A NECESSARY EVIL
+Unquestionably.
+
+THIS IS A QUESTION
+Of course.
+
+MADRID IS THE CAPITAL OF SPAIN
+Naturally.
+
+MORRISON IS DEAD
+Indubitably.
+
+DOKLINGONS NEED TO BREATHE AIR TO LIVE
+Of course.
+
+ISAAC ASIMOV WAS A PROLIFIC WRITER
+Indubitably.
+
+WIRES ARE MADE OF COPPER
+Exactly.
+
+A SERIAL PORT HAS 9 PINS
+Exactly.
+
+A SWORD IS A TECHNOLOGICAL ACHIVEMENT
+Exactly.
+
+A QUART IS EQUAL TO 2 PINTS
+Beyond a doubt.
+
+A CHILDREN BORN PURELY INNOCENT
+Naturally.
+
+A CONTENT MAN IS THE LUCKIEST MAN
+Unquestionably.
+
+A USUAL WORKING DAY IS FROM 9AM TO 5PM
+Naturally.
+
+A HEART CAN BE BROKEN
+Exactly.
+
+A VACUUM IS THE ABSENCE OF MATTER
+I am certain.
+
+A STAR IS THE SAME AS A SUN
+Precisely.
+
+A CANARY IS A TYPE OF BIRD
+Indubitably.
+
+A HAT IS HEAD AS ROOF IS TO HOUSE
+Precisely.
+
+A KEYBOARD IS A STANDARD INPUT DEVICE
+Exactly.
+
+A WOODCHUCK CHUCKS WOOD
+Most assuredly.
+
+A IS TO B AS 1 IS TO 2
+Most assuredly.
+
+A MEN LIKE A BLOW JOB
+Naturally.
+
+A COUNTRY CAN ONLY HAVE 1 CAPITAL
+Unquestionably.
+
+A SITAR IS AN INDIAN GUITAR
+Unquestionably.
+
+A MAN HAS TWO LEGS
+Exactly.
+
+A KILOGRAM IS EQUAL TO ABOUT 2 POINT 2 POUNDS
+Undoubtedly.
+
+A LEAP YEAR HAS 366 DAYS
+Indubitably.
+
+A MICROSOFT IS BIG COMPANY
+Exactly.
+
+A HOT DOG NOT LIVING CREATURE
+Precisely.
+
+A METER IS LONGER THAN A YARD
+Of course.
+
+A CAR IS A SAFE FORM OF TRANSPORTATION
+Indubitably.
+
+A FORTNIGHT IS TWO WEEKS LONG
+Precisely.
+
+A VOLT IS A UNIT OF ELECTRIC FORCE
+Of course.
+
+A ALICE CAN BE A QUESTION
+Exactly.
+
+A TAP IS A FAWCET
+Beyond a doubt.
+
+A FLY ARE A INSECT
+Precisely.
+
+USA WAS A COLONY TO UNITED KINGDOM
+Beyond a doubt.
+
+ORE YOU HUMAN
+Indubitably.
+
+SEXE IS GOOD FOR THE HEART
+Of course.
+
+PORNOGRAPHY IS SUBJECTIVE
+Precisely.
+
+1 1 EQUAL 2
+Undoubtedly.
+
+1 YARD IS EQUAL TO 3 FEET
+Unquestionably.
+
+PUTIN WORKED FOR KGB
+Precisely.
+
+TIME IS A HUMAN CONSTRUCT
+Precisely.
+
+TIME IS UNSTOPABLE
+Undoubtedly.
+
+TIME IS INFINITE
+Unquestionably.
+
+HOMO SAPIENS MEANS A MAN
+Precisely.
+
+ID THE IMAC A GOOD COMPUTER
+Unquestionably.
+
+IRON CURTAIN IS NO MORE
+Naturally.
+
+COLUBUS WAS A VOYAGER
+Undoubtedly.
+
+GRAVITY EFFECTS ALL MATTER ON EARTH
+Indubitably.
+
+GRAVITY IS A FORCE THAT PULLS YOU DOWN
+Indubitably.
+
+NOVA SCOTIA MEANS NEW SCOTLAND
+Undoubtedly.
+
+EDUCATION IS NEEDED
+Of course.
+
+ROCK AND ROLL IS MUSIC
+Exactly.
+
+INTERNET REVOLUTION IS HERE TO STAY
+Indubitably.
+
+INTERNET IS MORE THAN WORDS
+Naturally.
+
+MOO IS TO COW AS WOOF IS TO DOG
+Indubitably.
+
+EST CE QUE LA TERRE EST RONDE
+Undoubtedly.
+
+EST CE QUE PARIS EST EN FRANCE
+Unquestionably.
+
+GIRLS ARE GOOD SCIENTISTS
+Unquestionably.
+
+JESUS WAS BORN 2000 YEARS AGO
+Precisely.
+
+ESTONIA IS A PART OF EUROPE
+Naturally.
+
+WERE THE VIKINGS FROM NORWAY
+Exactly.
+
+WERE THE MONKEES A REAL BAND
+Beyond a doubt.
+
+WERE THE MARX BROTHERS FUNNY
+Exactly.
+
+WERE THE ISLEY BROTHERS BLACK
+Beyond a doubt.
+
+WERE ADULTS BABIES
+Indubitably.
+
+WERE EMAIL ADDRESSES RARE IN 1960
+Precisely.
+
+WERE YOU BREASTFED AS A
+Exactly.
+
+WERE YOU BORN IN A HOSPITAL
+Precisely.
+
+WERE JACK AND JILL CLUMSY
+Precisely.
+
+WERE DOGS THE FIRST ANIMALS IN SPACE
+Unquestionably.
+
+WERE DOGS BREAD FROM WOLVES
+I am certain.
+
+WERE BARBARIANS CRUEL PEOPLE
+Precisely.
+
+CATS MEW
+Precisely.
+
+CATS HATE DOGS
+Undoubtedly.
+
+CATS ARE GOOD HOUSE PETS
+Unquestionably.
+
+1024 BYTES IS A KILOBYTE
+Indubitably.
+
+CABBAGES ARE VEGETABLES
+Indubitably.
+
+AS AN IGUANA A REPTILE
+Exactly.
+
+AS WINONA RYDER AN INTELLIGENT ACTESS
+Precisely.
+
+WEIGHT IS HEAVY
+Precisely.
+
+CACTI IS THE PLURAL OF THE WORD CACTUS
+Precisely.
+
+ABORTION IS THE WOMANS CHOICE
+Most assuredly.
+
+LOVE IS BLIND
+Most assuredly.
+
+LOVE IS THE ULTIMATE DRUG
+Undoubtedly.
+
+LOVE HURTS
+Precisely.
+
+FROM THE EAST DOES THE SUN RISE
+Naturally.
+
+ARE A LOT OF AMERICANS CLINICALLY OBESE
+Indubitably.
+
+ARE A FOOL AND HIS MONEY SOON PARTED
+Exactly.
+
+ARE BOSTON CREAM PIES DELICIOUS
+Naturally.
+
+ARE ELEPHANTS KNOWN AS PACHYDERMS
+Most assuredly.
+
+ARE ELEPHANTS LARGER THAN ANTS
+Exactly.
+
+ARE BUSHES PLANTS
+Naturally.
+
+ARE NIGERS BLACK
+Beyond a doubt.
+
+ARE JIGSAWS A KIND OF PUZZLE
+Naturally.
+
+ARE LIES ARE BAD
+Indubitably.
+
+ARE VAMPIRES IMAGINARY
+Beyond a doubt.
+
+ARE VAMPIRES EVIL
+Exactly.
+
+ARE SATAN AND LUCIFER THE SAME PEOPLE
+Indubitably.
+
+ARE NOODLES PASTA
+Most assuredly.
+
+ARE NOODLES FUN TO EAT
+Undoubtedly.
+
+ARE PASSWORDS PRIVATE
+Indubitably.
+
+ARE INDIANS SMART
+Most assuredly.
+
+ARE PROM QUEENS PRETTY
+Exactly.
+
+ARE NAILS POINTED ON ONE END
+Exactly.
+
+ARE ADULTS MORE RATIONAL THAN CHILDREN
+Exactly.
+
+ARE BANNER ADVERTS ON WEBPAGES ANNOYING
+Undoubtedly.
+
+ARE BANNER ADS ANNOYING
+Exactly.
+
+ARE MANY SELF PUBLISHED BOOKS BAD
+Of course.
+
+ARE MANY ALICEBOTS SUBJECTIVE
+Naturally.
+
+ARE MANY HUMANS GULLIBLE
+Unquestionably.
+
+ARE MANY BLACK BOARDS GREEN
+Undoubtedly.
+
+ARE MANY OF THESE QUESTIONS NONSENSICAL
+Undoubtedly.
+
+ARE MANY LATINOS SEXIST
+I am certain.
+
+ARE MANY COMPUTERS BEIGE COLORED
+Of course.
+
+ARE MANY MALE ARTISTS GAY
+Beyond a doubt.
+
+ARE BEINGS MORTAL
+Beyond a doubt.
+
+ARE CLOSETS CLOSED
+Undoubtedly.
+
+ARE FOALS YOUNG HORSES
+Naturally.
+
+ARE YOUNGER SIBLINGS ANNOYING
+Unquestionably.
+
+ARE EXPLOSIVE USED IN MODERN WARS
+Naturally.
+
+ARE RADIO WAVES LIKE LIGHT WAVES
+Of course.
+
+ARE BOBCATS WILD
+Indubitably.
+
+ARE GLOVES WORN ON YOUR HANDS
+Unquestionably.
+
+ARE INSECTS PART OF THE ANIMAL KINGDOM
+Exactly.
+
+ARE INSECTS A GOOD SOURCE OF PROTEIN
+Undoubtedly.
+
+ARE BIG BREASTS ATTRACTIVE
+Undoubtedly.
+
+ARE BIG BOOBS NICE AND SEXY
+Beyond a doubt.
+
+ARE CRANES USED TO LIFT HEAVY MATERIAL
+Exactly.
+
+ARE CARNTOONS ANIMATED
+Naturally.
+
+ARE ZOOS POPULAR PUBLIC PLACES
+Naturally.
+
+ARE MARSHMALLOWS A QUIET FOOD
+Unquestionably.
+
+ARE MARSHMALLOWS WHITE
+Indubitably.
+
+ARE CHITLINS PIG INTESTINES
+Most assuredly.
+
+ARE HUMANS STILL EVOLVING
+Most assuredly.
+
+ARE HUMANS COMPLETE SEPERATE BEINGS
+Undoubtedly.
+
+ARE HUMANS SUPERIOR TO ANIMALS
+Beyond a doubt.
+
+ARE HUMANS A WASTE OF SPACE
+I am certain.
+
+ARE HUMANS BUILDING A SPACE STATION
+Exactly.
+
+ARE HUMANS ARE INHERENTLY SELFISH
+Exactly.
+
+ARE HUMANS ARE CARBON BASED LIFE FORM
+Indubitably.
+
+ARE HUMANS SMARTER THEN COMPUTERS
+Indubitably.
+
+ARE HUMANS SMARTER THAN COMPUTERS
+Indubitably.
+
+ARE HUMANS FRAGILE
+Exactly.
+
+ARE HUMANS COMPOSED OF MOSTLY WATER
+Exactly.
+
+ARE HUMANS RELATED TO APES
+Of course.
+
+ARE HUMANS MADE OF MOLECULES
+Exactly.
+
+ARE HUMANS HUNGRY
+Precisely.
+
+ARE HUMANS 75 WATER
+Precisely.
+
+ARE HUMANS UNDER TEN FEET TALL
+Undoubtedly.
+
+ARE HUMANS NATURALLY OMNIVOROUS
+Most assuredly.
+
+ARE HUMANS AND APES RELATED
+Naturally.
+
+ARE HUMANS SLEEPING IN BEDS
+Of course.
+
+ARE HUMANS EVIL
+Indubitably.
+
+ARE HUMANS VIOLENT
+Precisely.
+
+ARE HUMANS THE SMARTEST BEINGS ON EARTH
+Beyond a doubt.
+
+ARE HUMANS MAMELS
+Precisely.
+
+ARE HUMANS OMNIVOROUS
+Beyond a doubt.
+
+ARE HUMANS GOOD ENTITIES
+Naturally.
+
+ARE HUMANS FLESH AND BLOOD
+Exactly.
+
+ARE HUMANS ALLERGIC TO SUNLIGHT
+Naturally.
+
+ARE HUMANS WAY TOO FAT
+Naturally.
+
+ARE HUMANS BASICALLY GOOD
+Most assuredly.
+
+ARE HUMANS BASICALLY SELFISH
+Naturally.
+
+ARE HUMANS DESTROYING THE EARTH
+Unquestionably.
+
+ARE HUMANS DESTROYING EARTH
+Of course.
+
+ARE HUMANS AT THE TOP OF THE FOOD CHAIN
+Beyond a doubt.
+
+ARE HUMANS PRIMATES
+Unquestionably.
+
+ARE BAGELS SHAPED LIKE DOUGHNUTS
+Precisely.
+
+ARE LILACS PURPLE
+I am certain.
+
+ARE ETNIES THE BEST SKATE SHOES
+I am certain.
+
+ARE HUSHPUPPIES SHOES
+Exactly.
+
+ARE BISCUITS SIMILAR TO COOKIES
+Undoubtedly.
+
+ARE BOWTIES SORT OF TACKY AND OUTDATED
+Indubitably.
+
+ARE LUNGS FOR ABSORBING OXYGEN
+Exactly.
+
+ARE SWALLOWS SMALL BIRDS
+Of course.
+
+ARE BASSET HOUNDS DOGS
+Precisely.
+
+ARE SQUEAKY CHAIRS ANNOYING
+Indubitably.
+
+ARE FINGERNAILS NECESSARY
+I am certain.
+
+ARE GOOD QUESTIONS HARD TO FIND
+Indubitably.
+
+ARE UNSOLICTED SALES CALLS ANNOYING
+Most assuredly.
+
+ARE NAKED WOMEN FUN
+Undoubtedly.
+
+ARE IBM THINKPAD COMPUTERS BLACK
+Naturally.
+
+ARE MONEY CASH
+Undoubtedly.
+
+ARE INDIA AND NEPAL NEIGHBOURS
+Indubitably.
+
+ARE PIGS SMELLY
+Undoubtedly.
+
+ARE PIGS GOOD TO EAT
+Indubitably.
+
+ARE PIGS PINK
+Beyond a doubt.
+
+ARE AEROSMITH A FAMOUS BAND
+Exactly.
+
+ARE DUCKLINGS FUZZY
+Exactly.
+
+ARE THE MASONS A SECRET SOCIETY
+Of course.
+
+ARE THE PEOPLE LIVING
+Naturally.
+
+ARE THE FIRST FIVE NUMBERS IN PI 3 POINT 1415
+Precisely.
+
+ARE THE WRITERS THE CARRIERS OF CULTURE
+Most assuredly.
+
+ARE THE LIGHTS ON
+Most assuredly.
+
+ARE THE PENGUIN BIRDS
+Exactly.
+
+ARE THE VIKINGS A FOOTBALL TEAM
+Unquestionably.
+
+ARE THE OCEANS POLLUTED
+Undoubtedly.
+
+ARE THE FOLLOWING QUESTIONS IN ITALICS
+Naturally.
+
+ARE THE PAMPAS IN ARGENTINA
+Indubitably.
+
+ARE THE SIOUX A NATIVE AMERICAN TRIBE
+Of course.
+
+ARE THE HOPI AMERICAN INDIANS
+I am certain.
+
+ARE THE THREE STOOGES A COMEDY TEAM
+Exactly.
+
+ARE THE THREE STOOGES FUNNY
+Unquestionably.
+
+ARE THE STARS OUT AT NIGHT
+Exactly.
+
+ARE THE CHILDREN IMPORTAN PEOPLE
+Naturally.
+
+ARE THE CHICAGO BEARS A FOOTBALL TEAM
+Naturally.
+
+ARE THE SKY BLUE
+Indubitably.
+
+ARE THE ROLLING STONES BRITISH
+Indubitably.
+
+ARE THE NAMES ALICE AND ALICE COOL
+Indubitably.
+
+ARE THE OLYMPIC GAMES ON THIS YEAR
+Precisely.
+
+ARE THE OLYMPICS HELD EVERY 4 YEARS
+Of course.
+
+ARE THE DINASAURS DEAD
+Of course.
+
+ARE THE TERMS LIGHT AND DARK RELATIVE
+Exactly.
+
+ARE THE ARMED FORCES READY FOR COMBAT
+Indubitably.
+
+ARE THE FRENCH MEN AND WOMEN
+Naturally.
+
+ARE THE FRENCH PEOPLE
+Indubitably.
+
+ARE THE NEW YORK METS A BASEBALL TEAM
+Indubitably.
+
+ARE THE NEW YORK RANGERS A HOCKEY TEAM
+I am certain.
+
+ARE THE NEW YORK GIANTS A BASEBALL TEAM
+Undoubtedly.
+
+ARE THE BUDWEISER ADVERTS FUNNY
+Undoubtedly.
+
+ARE THE DOORS A ROCK GROUP
+Exactly.
+
+ARE THE ICECAPS MELTING
+Indubitably.
+
+ARE THE ROCKY MOUNTAINS TALL
+Beyond a doubt.
+
+ARE THE GIANTS A BASEBALL TEAM
+Beyond a doubt.
+
+ARE THE WATER AND THE SKY BLUE
+Beyond a doubt.
+
+ARE ROLE PLAYING GAMES FUN
+Naturally.
+
+ARE SINUS INFECTIONS COMMON
+Naturally.
+
+ARE WARNINGS A GOOD SIGN NOT TO GO ON
+Precisely.
+
+ARE CAMPFIRES ROMANTIC
+Exactly.
+
+ARE BRICKS MADE FROM CLAY
+Exactly.
+
+ARE TAXES TOO HIGH
+Naturally.
+
+ARE TAXES JUSTIFIABLE
+Naturally.
+
+ARE BUNNIES FLUFFY
+Indubitably.
+
+ARE RAZORBLADES DANGEROUS
+Precisely.
+
+ARE FORMS OF RELIGION BAD
+Undoubtedly.
+
+ARE STRAWBERRY PIES DELICIOUS
+Exactly.
+
+ARE STRAWBERRY RHUBARB PIES DELICIOUS
+Undoubtedly.
+
+ARE POTATOES TUBERS
+Precisely.
+
+ARE POTATOES CONSIDERED A TUBER PLANT
+Most assuredly.
+
+ARE MATTER AND ENERGY INTERCHANGABLE
+I am certain.
+
+ARE AIRCRAFT CARRIERS USED FOR WAR
+Precisely.
+
+ARE YIN AND YANG OPPOSITES
+Indubitably.
+
+ARE AIRPLANES BIGGER THAN ELEPHANTS
+Indubitably.
+
+ARE QUANTUM COMPUTERS POSSIBLE
+Undoubtedly.
+
+ARE BASEBALL PLAYERS TRADED
+Exactly.
+
+ARE BASEBALL CARDS TRADED
+Precisely.
+
+ARE VETS DIFFERENT THAN DOCTORS
+Indubitably.
+
+ARE MARINE ANIMALS WET
+Naturally.
+
+ARE CHICKENS DUMBER THAN MONKEYS
+Exactly.
+
+ARE ZEBRAS SIMILAR TO HORSES
+Naturally.
+
+ARE ZEBRAS BLACK WITH WHITE STRIPES
+I am certain.
+
+ARE THOSE WHO RUSH IN FOOLS
+Beyond a doubt.
+
+ARE TORPEDOES LAUNCHED BY SUBMARINES
+Undoubtedly.
+
+ARE EGGS HEALTHY
+Undoubtedly.
+
+ARE EGGS AVAILABLE IN CARTONS OF TWELVE
+Undoubtedly.
+
+ARE EGGS WHITE
+Undoubtedly.
+
+ARE EGGS SOLD BY THE DOZEN
+Of course.
+
+ARE EGGS EMBRYONIC BIRDS
+Precisely.
+
+ARE 100 PENNIES WORTH A DOLLAR
+Undoubtedly.
+
+ARE IRISH SETTERS MAMMALS
+Naturally.
+
+ARE IRISH WOMEN CUTE
+Precisely.
+
+ARE GUNS LEGAL IN THE USA
+Exactly.
+
+ARE GUNS CAPABLE OF KILLING PEOPLE
+Indubitably.
+
+ARE WEEDS PLANTS
+Exactly.
+
+ARE TATTOOS BECOMING MORE MAINSTREAM
+Most assuredly.
+
+ARE SUNGLASSES COOL
+Undoubtedly.
+
+ARE SCISSORS USED TO CUT FABRIC
+Naturally.
+
+ARE PROVERBS TRUE STATEMENTS
+Precisely.
+
+ARE LOOMS FOR WEAVING
+Precisely.
+
+ARE BASEBALLS WHITE
+Exactly.
+
+ARE CHIPS MADE FROM POTATOES
+Naturally.
+
+ARE SHAG CARPETS OLD FASHIONED
+Undoubtedly.
+
+ARE PROTEINS MADE OF AMINO ACIDS
+Indubitably.
+
+ARE DWARVES SMALLER THAN AVERAGE
+Exactly.
+
+ARE LANGUAGES NOT WRITTEN
+Naturally.
+
+ARE FROGS POSIONOUS
+Naturally.
+
+ARE FROGS GREEN
+Naturally.
+
+ARE H C ANDERSEN A FAMOUS WRITER
+Beyond a doubt.
+
+ARE DOLPHINS CUTE
+Naturally.
+
+ARE DOLPHINS FRIENDLY
+Precisely.
+
+ARE DOLPHINS CONSCIOUS
+Precisely.
+
+ARE NITRATES BAD IN AQUARIUM WATER
+Exactly.
+
+ARE RACCOONS OMNIVORS
+Of course.
+
+ARE WEDDINGS EXPENSIVE
+Undoubtedly.
+
+ARE NUMBERS IMAGINARY
+Exactly.
+
+ARE PRETZELS A GOOD SNACK FOOD
+Exactly.
+
+ARE 50 KILOGRAMS OF FEATHERS HEAVY
+Precisely.
+
+ARE SQUARES RECTANGLES
+Naturally.
+
+ARE SPERM WHALES REAL
+Exactly.
+
+ARE MARRIED PEOPLE HAPPIER
+Unquestionably.
+
+ARE SAWS USED TO CUT WOOD
+Indubitably.
+
+ARE WOLVES CARNIVORES
+Undoubtedly.
+
+ARE GIRLS MORE BEAUTIFUL THAN BOYS
+Most assuredly.
+
+ARE GIRLS USED TO MAKE UPS
+Precisely.
+
+ARE GIRLS NICE
+Exactly.
+
+ARE GIRLS PRETTY
+Exactly.
+
+ARE BLUEBERRIES BLUE
+Beyond a doubt.
+
+ARE WHITE MEN EQUAL BLACK MEN
+Precisely.
+
+ARE LIARS BAD
+Precisely.
+
+ARE UNKNOWN MUSHROOMS A RISK FOR HUMANS
+Unquestionably.
+
+ARE FLIES A MENACE
+Most assuredly.
+
+ARE FLIES PESTS
+Precisely.
+
+ARE JEANS PANTS
+Of course.
+
+ARE JEANS AMERICAN
+Precisely.
+
+ARE JEANS BLUE
+I am certain.
+
+ARE 14 YEAR OLD GIRLS FOR SEX TO YOUNG
+Beyond a doubt.
+
+ARE ENGINEERS SMART
+Unquestionably.
+
+ARE POISON DART FROGS COLORFUL
+Indubitably.
+
+ARE SNAKES DANGEROUS
+Precisely.
+
+ARE PLANETS ROUND
+Precisely.
+
+ARE PLANETS THAT WE KNOW OF ROUND
+Precisely.
+
+ARE PLANETS SPHERICAL
+Undoubtedly.
+
+ARE PLANETS SMALLER THAN THE SUN
+Precisely.
+
+ARE PLANETS SMALLER THAN STARS
+Precisely.
+
+ARE RED YELLOW AND BLUE PRIMARY COLORS
+Most assuredly.
+
+ARE RED AND BLUE NOT THE SAME
+Undoubtedly.
+
+ARE SENTENCES MADE UP OF WORDS
+Precisely.
+
+ARE PUNS INTENDED TO BE FUNNY
+Of course.
+
+ARE TREE FROGS FROGS
+Naturally.
+
+ARE PAL SECAM FORMATS USED IN EUROPE
+Of course.
+
+ARE PIMPS EVIL
+Undoubtedly.
+
+ARE FARMS CONSIDERED RURAL AREAS
+Exactly.
+
+ARE EXOTHERMIC REACTIONS HOT
+Naturally.
+
+ARE HEARTS RELIABLE
+Beyond a doubt.
+
+ARE LINUX USERS A HAPPY BUNCH
+Precisely.
+
+ARE FINANCIAL MARKETS EFFICIENT
+Most assuredly.
+
+ARE NIGHTMARES BAD EXPERIENCES
+Precisely.
+
+ARE ONLINE AUCTIONS A GOOD IDEA
+Undoubtedly.
+
+ARE BATS MAMMALS
+Indubitably.
+
+ARE BATS EQUIPPED WITH RADAR
+Most assuredly.
+
+ARE NIRVANA A ROCK GROUP
+Exactly.
+
+ARE ACTRESSES PRETTY
+Indubitably.
+
+ARE NURSERY RHYMES POEMS FOR CHILDREN
+Precisely.
+
+ARE FIELDS GREEN
+Of course.
+
+ARE GENES MADE UP OF BASE PAIRS
+Beyond a doubt.
+
+ARE ARTISTS WORTHWHILE TO HUMANS
+Precisely.
+
+ARE STRIP SEARCHES OBTRUSIVE
+Unquestionably.
+
+ARE BOATS FOUND IN MUSEUMS
+Beyond a doubt.
+
+ARE ICE AND WATER THE SAME MATERIAL
+Exactly.
+
+ARE PENCILS USED TO WRITE WITH
+Naturally.
+
+ARE PENCILS SHARPER THAN HAIR BRUSHES
+Exactly.
+
+ARE PENCILS A GOOD ALTERNATIVE TO PENS
+Of course.
+
+ARE PENCILS LONG HARD AND YELLOW
+Beyond a doubt.
+
+ARE ABOVE AND OVER SIMILAR
+Undoubtedly.
+
+ARE HIPPIES LIKELY TO HAVE LONG HAIR
+Precisely.
+
+ARE OAKLEY SUNGLASSES EXPENSIVE
+Most assuredly.
+
+ARE GOATS ALIVE
+Exactly.
+
+ARE HUSKYS A BREED OF DOG
+Undoubtedly.
+
+ARE PICTURES WORTH A THOUSAND WORDS
+Indubitably.
+
+ARE UGLY PEOPLE UGLY
+Of course.
+
+ARE SODA CANS ROUND
+Of course.
+
+ARE MANHOLE COVERS HEAVY
+Indubitably.
+
+ARE SALMON FILETS PINK
+Exactly.
+
+ARE STUDIES ALL THAT IMPORTANT
+Undoubtedly.
+
+ARE MONOPOLIES BAD
+Precisely.
+
+ARE BASKETBALLS ORANGE
+Unquestionably.
+
+ARE ELECTRICAL ENGINEERS INTELLIGENT
+Undoubtedly.
+
+ARE WOODCHUCKS MAMMALS
+Beyond a doubt.
+
+ARE STALACTITES ROCK FORMATIONS
+Exactly.
+
+ARE GIANT SQUIDS A TYPE OF ANIMAL
+Undoubtedly.
+
+ARE FIRECRACKERS LOUD
+Exactly.
+
+ARE ANTS SMALL
+Exactly.
+
+ARE BANNANAS HIGH IN POTTASSIUM CONTENT
+Exactly.
+
+ARE RABBITS HERBIVEROUS
+Naturally.
+
+ARE RABBITS SOMETIMES KEPT AS PETS
+Exactly.
+
+ARE BAGPIPES LOUD
+Of course.
+
+ARE OBESE PEOPLE FAT
+Of course.
+
+ARE STEEL DRUMS A MUSICAL INSTRUMENT
+Precisely.
+
+ARE MICE SMALLER THAN MOUNT EVEREST
+Of course.
+
+ARE MICE RODENTS
+Exactly.
+
+ARE FLOWERS EDIBLE
+Exactly.
+
+ARE FARTS FLAMABLE
+Undoubtedly.
+
+ARE NUNS CELIBATE
+Undoubtedly.
+
+ARE MEDIEVAL CASTLES DRAFTY
+Exactly.
+
+ARE TARTS MADE BY BAKERS
+Most assuredly.
+
+ARE MONKEY WRENCHES ADJUSTABLE
+Naturally.
+
+ARE PATTERNS INTERESTING
+Most assuredly.
+
+ARE BUNNY RABBITS FUZZY
+Undoubtedly.
+
+ARE MICROCHIPS MADE OF SILICON OXIDE
+Precisely.
+
+ARE PENGUINS CUTE
+Naturally.
+
+ARE PENGUINS BLACK
+Indubitably.
+
+ARE PENGUINS ANIMALS
+Indubitably.
+
+ARE GINGER SNAPS A KIND OF COOKIE
+Naturally.
+
+ARE SUNNY AFTERNOONS IS SPRING PLEASANT
+Precisely.
+
+ARE DINOSSAURS OLDER THAN MEN
+Precisely.
+
+ARE FIREWORKS EXPLOSIVES
+Exactly.
+
+ARE FEMALES THE PRETTIER GENDER
+Indubitably.
+
+ARE FEMALES LESS STRONG
+Precisely.
+
+ARE HARD DISKS HARD
+Naturally.
+
+ARE FISH WET
+Precisely.
+
+ARE DOGS MEN S BEST FRIENDS
+Of course.
+
+ARE DOGS CUTE
+Precisely.
+
+ARE DOGS SMALLER THAN ELEPHANTS
+Exactly.
+
+ARE DOGS COLOR BLIND
+Beyond a doubt.
+
+ARE DOGS FRIENDLY
+Of course.
+
+ARE DOGS ABLE TO BARK
+Naturally.
+
+ARE DOGS MORE FRIENDLY THAN CATS
+Unquestionably.
+
+ARE DOGS MORE FRIENDLY THAN BIRDS
+Of course.
+
+ARE DOGS CARNIVEROUS
+Exactly.
+
+ARE DOGS MANS BEST FRIEND
+Naturally.
+
+ARE DOGS FOND OF PEOPLE
+Of course.
+
+ARE DOGS BETTER PETS THAN CATS
+Most assuredly.
+
+ARE DOGS RELATED TO WOLVES
+Indubitably.
+
+ARE DOGS MAMALS
+Precisely.
+
+ARE DOGS CANINE
+Naturally.
+
+ARE DOGS GOOD
+Beyond a doubt.
+
+ARE CHIMPANZEES SELF CONSCIOUS
+Unquestionably.
+
+ARE CHIMPANZEES CONSCIOUS
+Exactly.
+
+ARE STICKY NOTES HANDY
+Undoubtedly.
+
+ARE BLOND GIRLS ATTRACTIVE
+Precisely.
+
+ARE PIZZA PIES DELICIUOS
+Exactly.
+
+ARE MOTORBIKES NOISY
+Exactly.
+
+ARE POPSICLES COLD
+Naturally.
+
+ARE GRAPES GREEN
+Naturally.
+
+ARE NAPS GOOD FOR YOU
+Naturally.
+
+ARE FAST AND SLOW OPPOSITES
+Precisely.
+
+ARE CARROTS ROOTS
+Precisely.
+
+ARE TWO HEADS BETTER THAN ONE
+I am certain.
+
+ARE HANDS USED TO CARESS ONE ANOTHER
+Exactly.
+
+ARE SPECIAL EFFECTS FICTITIOUS
+Unquestionably.
+
+ARE LASERS USED FOR COMMUNICATION
+Precisely.
+
+ARE MAG LITES GOOD FLASHLIGHTS
+Precisely.
+
+ARE ROBOTS COOL
+Precisely.
+
+ARE ROBOTS MADE OF METAL
+Beyond a doubt.
+
+ARE PIMPLES A COMMON SKIN PROBLEM
+Beyond a doubt.
+
+ARE FOOTBALL PLAYERS ATHLETES
+Precisely.
+
+ARE BURRITOS WRAPPED IN TORTILLAS
+Beyond a doubt.
+
+ARE TREES USED TO MAKE PAPER
+Most assuredly.
+
+ARE TREES BIGGER THAN ANIMALS
+Exactly.
+
+ARE TREES MORTAL
+Precisely.
+
+ARE TREES SOMETIMES RED
+Precisely.
+
+ARE TREES NECESSARY TO LIFE
+Unquestionably.
+
+ARE TREES LARGE
+Undoubtedly.
+
+ARE VITAMINS GOOD FOR HEALTH
+Undoubtedly.
+
+ARE MOM AND DAD MY FAMILY
+Exactly.
+
+ARE BUREAUCRACIES SELF SERVING
+Undoubtedly.
+
+ARE PLASTICS MADE FROM OIL
+Precisely.
+
+ARE BILL GATES AMERICAN
+Exactly.
+
+ARE TIME SHEETS A DRAG
+Precisely.
+
+ARE TIME AND SPACE INTERCONNECTED
+Naturally.
+
+ARE BICYCLE SAFETY HELMETS NECESSARY
+Beyond a doubt.
+
+ARE BREASTS IMPORTANT TO MEN
+Of course.
+
+ARE SOLID THINGS MADE OF MATTER
+Naturally.
+
+ARE INTEGERS QUANTIFIABLE
+Unquestionably.
+
+ARE BONES RIGID
+Indubitably.
+
+ARE BONES MADE OUT OF ELEMENTS
+Most assuredly.
+
+ARE YAWNS CONTAGIOUS
+Indubitably.
+
+ARE GUINEA PIGS SMALL RODENTS
+Naturally.
+
+ARE COMPUTERS FASTER THAN HUMANS
+Unquestionably.
+
+ARE COMPUTERS MADE OUT OF MICROCHIPS
+Precisely.
+
+ARE COMPUTERS ABLE TO LEARN
+Of course.
+
+ARE COMPUTERS HELPLESS WITHOUT HUMANS
+Beyond a doubt.
+
+ARE COMPUTERS FALLIBLE
+Exactly.
+
+ARE COMPUTERS GETTING SMARTER
+Unquestionably.
+
+ARE COMPUTERS A GOOD TOOL
+Indubitably.
+
+ARE COMPUTERS A TOOL
+Indubitably.
+
+ARE COMPUTERS GOOD FOR THE BRAIN
+Beyond a doubt.
+
+ARE COMPUTERS GOOD FOR GAMES
+Exactly.
+
+ARE COMPUTERS GOOD FOR HUMANS
+Exactly.
+
+ARE COMPUTERS GOOD AT ARITHMETIC
+Exactly.
+
+ARE COMPUTERS GOOD
+Exactly.
+
+ARE COMPUTERS FRAGILE
+Of course.
+
+ARE COMPUTERS VALUABLE
+Indubitably.
+
+ARE DEATH AND TAXES CERTAIN
+Of course.
+
+ARE COMDOMS NECESSARY NOWDAYS
+Exactly.
+
+ARE ROSES RED COLOR
+Exactly.
+
+ARE ROSES RED
+I am certain.
+
+ARE SIDEWALKS MADE OF CONCRETE
+Undoubtedly.
+
+ARE MY TOES ON MY FEET
+Exactly.
+
+ARE MY ALICEBOTS BEING RECORDED
+Indubitably.
+
+ARE MY CHILDREN YOUNGER THAN I AM
+Precisely.
+
+ARE SPANIARDS EUROPEAN PEOPLE
+Exactly.
+
+ARE SPANIARDS HUMAN BEINGS
+Unquestionably.
+
+ARE THEIR 8 BITS IN A BYTE
+Of course.
+
+ARE GREEN PERSIMMONS BITTER
+Unquestionably.
+
+ARE WOMEN FEMENINE
+Exactly.
+
+ARE WOMEN MORE BEAUTIFUL THAN MEN
+Of course.
+
+ARE WOMEN MORE EMOTIONAL THAN MEN
+Undoubtedly.
+
+ARE WOMEN SOFT
+Most assuredly.
+
+ARE WOMEN HOT
+Naturally.
+
+ARE WOMEN RATIONAL
+Undoubtedly.
+
+ARE WOMEN SMALLER THAN MEN
+Of course.
+
+ARE WOMEN ATTRACTED TO MONEY
+Indubitably.
+
+ARE WOMEN PRETTIER THAN MEN
+Naturally.
+
+ARE WOMEN SOMETIMES ANGRY
+Precisely.
+
+ARE WOMEN WEAKER THEN MEN
+Beyond a doubt.
+
+ARE WOMEN PEOPLE
+Indubitably.
+
+ARE WOMEN ANNOYING SOMETIMES
+Most assuredly.
+
+ARE WOMEN WORKING HARD
+Undoubtedly.
+
+ARE WOMEN WHORES
+Naturally.
+
+ARE WOMEN TENDER
+Most assuredly.
+
+ARE WOMEN SOFTER THAN MEN
+Exactly.
+
+ARE WOMEN EQUAL TO MEN
+Of course.
+
+ARE WOMEN DIFFICULT TO UNDERSTAND
+Beyond a doubt.
+
+ARE WOMEN AS CAPABLE AS MEN
+Exactly.
+
+ARE WOMEN ARE DIFFICULT TO FIGURE OUT
+Of course.
+
+ARE BLACKS A MINORITY GROUP IN AMERICA
+Of course.
+
+ARE BLACKS AND WHITES CREATED EQUAL
+Unquestionably.
+
+ARE PLANTS LIVING CREATURES
+Unquestionably.
+
+ARE PLANTS EDIBLE
+Indubitably.
+
+ARE PETS COMFORTING
+Exactly.
+
+ARE PETS PART OF THE FAMILY
+I am certain.
+
+ARE PETS GOOD FOR YOU
+Indubitably.
+
+ARE MORE THAN ONE CITY NAMED CORDOBA
+Undoubtedly.
+
+ARE AMERICAN PEOPLE DUMB
+Unquestionably.
+
+ARE FRENCH CURVES USED IN DRAFTING
+Precisely.
+
+ARE FRENCH FRIES GREASY
+Unquestionably.
+
+ARE HOMONYMS WORDS WHICH SOUND ALIKE
+Undoubtedly.
+
+ARE LAWYERS HUMAN
+Exactly.
+
+ARE MAGGOTS INSECTS
+Naturally.
+
+ARE JAVA SERVLETS AN ALTERNATIVE TO CGI
+I am certain.
+
+ARE OREO COOKIES DELICIOUS
+Precisely.
+
+ARE HERONS RELATED TO EGRETS
+I am certain.
+
+ARE GAMES GOOD TO LEARN THINGS
+Indubitably.
+
+ARE GAMES IMPORTANT
+Of course.
+
+ARE CRABS ARTHROPODS
+Most assuredly.
+
+ARE FANATICS DANGEROUS
+Precisely.
+
+ARE FANATICS ANNOYING
+Of course.
+
+ARE MODELS BEAUTIFUL
+Beyond a doubt.
+
+ARE TURTLES REPTILES
+Undoubtedly.
+
+ARE TURTLES AQUATIC
+Indubitably.
+
+ARE TURTLES MOSTLY GREEN IN COLOR
+Naturally.
+
+ARE TURTLES GREEN
+Of course.
+
+ARE STATISTICS USEFUL
+Of course.
+
+ARE PUMPKIN PIES DELICIOUS
+Beyond a doubt.
+
+ARE COBBLESTONES A TYPE OF PAVEMENT
+Indubitably.
+
+ARE NIGHTS COLDER THAN DAYS
+Naturally.
+
+ARE CLOWNS FUNNY
+Precisely.
+
+ARE LIGHTS BRIGHT
+Naturally.
+
+ARE CARDINAL BIRDS RED
+Naturally.
+
+ARE HARLEY DAVIDSONS COOL
+Precisely.
+
+ARE GODS CREATIONS OF HUMAN IMAGINATION
+I am certain.
+
+ARE PALM PILOTS MADE BY 3COM
+Of course.
+
+ARE WINTERS RELATIVELY COLD
+Exactly.
+
+ARE FIRE TRUCKS RED
+I am certain.
+
+ARE PEANUTS NUTS
+Most assuredly.
+
+ARE SATANISTS EVIL
+Unquestionably.
+
+ARE CONTINENTS SURROUNDED BY WATER
+Precisely.
+
+ARE LIGHT FIXTURES USUSALLY ELECTRIC
+Unquestionably.
+
+ARE CLOCKS USED TO FIND OUT THE TIME
+Exactly.
+
+ARE PHOTONS PARTICLES
+Undoubtedly.
+
+ARE PRINTED CIRCUIT BOARDS CONFUSING
+Unquestionably.
+
+ARE RIGHT AND WRONG SUBJECTIVE
+Unquestionably.
+
+ARE RIGHT AND WRITE PRONOUNCED THE SAME
+Exactly.
+
+ARE SWEETPOTATO PIES DELICIOUS
+Precisely.
+
+ARE DODO BIRDS EXTINCT
+Precisely.
+
+ARE APPLIANCES QUIETER THAN OTHERS
+Indubitably.
+
+ARE THIGHS PART OF THE HUMAN BODY
+Precisely.
+
+ARE SOFTBALLS BIGGER THAN BASEBALLS
+Undoubtedly.
+
+ARE POLITICIANS DISHONEST
+Unquestionably.
+
+ARE POLITICIANS LIARS
+Naturally.
+
+ARE POLITICIANS CROOKED
+Undoubtedly.
+
+ARE POLITICIANS CORRUPT
+Precisely.
+
+ARE POLITICIANS UNTRUSTWORTHY
+Precisely.
+
+ARE SEXY GIRLS GOOD
+Undoubtedly.
+
+ARE STAPLES USED TO HOLD PAPER TOGETHER
+Of course.
+
+ARE NAZIS EVIL
+Of course.
+
+ARE DAMS BUILT TO PROVIDE FLOOD CONTROL
+Of course.
+
+ARE DAMS BUILT TO PROVIDE IRRIGATION
+Precisely.
+
+ARE DAMS BUILT TO GENERATE POWER
+Exactly.
+
+ARE MALE AND FEMALE THE ONLY SEXES
+Most assuredly.
+
+ARE FRACTURES PAINFUL
+Indubitably.
+
+ARE FERRETS QUADRAPEDS
+Indubitably.
+
+ARE FERRETS MAMMALS
+Indubitably.
+
+ARE RATS GOOD SWIMMERS
+Undoubtedly.
+
+ARE LED AND LEAD HOMOPHONES
+Precisely.
+
+ARE PANCAKES EATEN AT BREAKFAST
+Naturally.
+
+ARE THERE TREES OUTSIDE
+Precisely.
+
+ARE THERE 206 BONES IN THE HUMAN BODY
+Precisely.
+
+ARE THERE 5280 FEET IN A MILE
+Unquestionably.
+
+ARE THERE PICKLES ON A WHOPPER
+I am certain.
+
+ARE THERE 365 POINT 25 DAYS IN A YEAR
+Exactly.
+
+ARE THERE SIX SIDES ON A DIE
+Indubitably.
+
+ARE THERE SIX TYPES OF QUARK
+Most assuredly.
+
+ARE THERE ARE 5 VOWELS IN THE ALPABET
+Naturally.
+
+ARE THERE EXTRASOLAR PLANETS
+Exactly.
+
+ARE THERE CASINOS IN LAS VEGAS
+Naturally.
+
+ARE THERE GLACIERS IN ALASKA
+Indubitably.
+
+ARE THERE EXACTLY 30 DAYS IN APRIL
+Of course.
+
+ARE THERE EXACTLY 31 DAYS IN MAY
+Naturally.
+
+ARE THERE AN INFINITE NUMBER OF PRIMES
+Beyond a doubt.
+
+ARE THERE VOLCANOES IN JAPAN
+Precisely.
+
+ARE THERE PEOPLE WHO WANT TO HURT YOU
+Beyond a doubt.
+
+ARE THERE PEOPLE WHO HATE KWAN
+Precisely.
+
+ARE THERE PEOPLE WHO HATE CHARLIE
+Precisely.
+
+ARE THERE EGGS IN EGGNOG
+Unquestionably.
+
+ARE THERE 11 PEOPLE IN A SOCCER TEAM
+Undoubtedly.
+
+ARE THERE RADIOS THAN TELEVISIONS
+Beyond a doubt.
+
+ARE THERE 16 OUNCES IN A POUND
+Undoubtedly.
+
+ARE THERE LIFEFORMS IN THE UNIVERSUM
+Indubitably.
+
+ARE THERE WAYS TO SKIN A CAT
+Undoubtedly.
+
+ARE THERE TWO DIFFERENT SEXES
+Of course.
+
+ARE THERE TWO HUMAN SEXES
+Naturally.
+
+ARE THERE TWO SEXES OF HUMAN
+Of course.
+
+ARE THERE 366 DAYS DURING LEAP YEAR
+Unquestionably.
+
+ARE THERE VALCANOS IN ICELAND
+Undoubtedly.
+
+ARE THERE COMMERCIAL ELECTRIC CARS
+Undoubtedly.
+
+ARE THERE TOO MANY PEOPLE ON EARTH
+Unquestionably.
+
+ARE THERE ALIENS IN UNIVERSE
+Unquestionably.
+
+ARE THERE 100 PENNIES IN A DOLLAR
+Of course.
+
+ARE THERE COMETS IN SPACE
+Naturally.
+
+ARE THERE FOUR SIDES ON A PYRAMID
+Precisely.
+
+ARE THERE FOUR SUITS IN A DECK
+Indubitably.
+
+ARE THERE FOUR QUARTS IN A GALLON
+Naturally.
+
+ARE THERE WOMEN THAN MEN ON EARTH
+Beyond a doubt.
+
+ARE THERE WOMEN THAN MEN
+Unquestionably.
+
+ARE THERE BALD WOMEN
+Indubitably.
+
+ARE THERE BLACK HOLES IN OUR GALAXY
+Naturally.
+
+ARE THERE ANIMALS THAN HUMANS
+Exactly.
+
+ARE THERE ANIMALS ON TREES
+Of course.
+
+ARE THERE THEN 8 ELEMENTS
+Unquestionably.
+
+ARE THERE SEVEN COLORS IN THE RAINBOW
+Unquestionably.
+
+ARE THERE SEVEN CONTINENTS ON EARTH
+Undoubtedly.
+
+ARE THERE SEVEN WONDERS
+Beyond a doubt.
+
+ARE THERE SEVEN COLOURS IN THE RAINBOW
+Unquestionably.
+
+ARE THERE EARTHQUAKES IN CALIFORNIA
+Exactly.
+
+ARE THERE WORSE THINGS THAN DEATH
+Of course.
+
+ARE THERE AT LEAST FOUR DIMENSIONS
+Undoubtedly.
+
+ARE THERE THREE BLIND MICE
+I am certain.
+
+ARE THERE THREE FEET IN A YARD
+Precisely.
+
+ARE THERE 50 STARS ON THE AMERICAN FLAG
+Most assuredly.
+
+ARE THERE 50 YOU S STATES
+Precisely.
+
+ARE THERE 50 STATES IN THE US
+Undoubtedly.
+
+ARE THERE 50 STATES IN THE USA
+Beyond a doubt.
+
+ARE THERE STARS ON THE SKY
+Exactly.
+
+ARE THERE SOME THINGS MONEY CAN NOT BUY
+Exactly.
+
+ARE THERE GARGOYLES ON NOTRE DAME
+Indubitably.
+
+ARE THERE 24 TIME ZONES
+Exactly.
+
+ARE THERE 24 HOURS TO EVERY DAY
+Exactly.
+
+ARE THERE 18 HOLES ON A GOLF COURSE
+Of course.
+
+ARE THERE PENGUINS AT THE SOUTH POLE
+Undoubtedly.
+
+ARE THERE DIFFERENT SPECIES OF COWS
+Of course.
+
+ARE THERE 10 PINS IN BOWLING
+Undoubtedly.
+
+ARE THERE 10 PROVINCES IN CANADA
+Undoubtedly.
+
+ARE THERE NINE PLANETS CIRCLING OUR SUN
+Of course.
+
+ARE THERE ITEMS IN THE LOST AND FOUND
+Unquestionably.
+
+ARE THERE ALICEBOTS
+Naturally.
+
+ARE THERE PROGRAMS LIKE ALICE
+Unquestionably.
+
+ARE THERE LIMITS TO GRAVITY
+I am certain.
+
+ARE THERE 1024 BYTES IN A KILOBYTE
+Exactly.
+
+ARE THERE 8 BITS IN A BYTE
+Naturally.
+
+ARE THERE FIVES TOES TO A FOOT
+Of course.
+
+ARE THERE HUMANS IN GERMANY
+Exactly.
+
+ARE THERE TWELVE INCHES IN A FOOT
+Exactly.
+
+ARE THERE A LOT OF ALICEBOTS
+Naturally.
+
+ARE THERE NINJAS
+Undoubtedly.
+
+ARE THERE ADVERTISMENTS ON THIS SITE
+Of course.
+
+ARE THERE SANDWORMS IN THE BOOK DUNE
+Indubitably.
+
+ARE THERE 13 CARDS IN A SUIT
+I am certain.
+
+ARE THERE 5 POINTS ON A PENTAGRAM
+Exactly.
+
+ARE THERE 5 CENTS TO A NICKEL
+Precisely.
+
+ARE THERE STILL COWBOYS IN TEXAS
+Of course.
+
+ARE THERE SMALLER COMPACT DISCS
+Most assuredly.
+
+ARE THERE FIVE FINGERS ON A HUMAN HAND
+Precisely.
+
+ARE THERE 4 CHARACTERS IN THE WORD LIFT
+Indubitably.
+
+ARE THERE 4 QUARTS TO A GALLON
+Exactly.
+
+ARE THERE 4 WEEKS IN A MONTH
+Undoubtedly.
+
+ARE THERE JOBS IN ATHENS GEORGIA
+Indubitably.
+
+ARE THERE BIG MOUNTAINS IN COLORADO
+Of course.
+
+ARE THERE YELLOW DOGS
+I am certain.
+
+ARE THERE 3600 SECONDS IN AN HOUR
+Naturally.
+
+ARE THERE 3 PRIMARY COLORS
+Exactly.
+
+ARE THERE EXCEPTIONS TO EVERY RULE
+Beyond a doubt.
+
+ARE THERE YOU S MILITARY BASES ON GUAM
+Naturally.
+
+ARE THERE 2 POINT 56CM IN AN INCH
+Most assuredly.
+
+ARE THERE MOONS LARGER THAN PLANETS
+Undoubtedly.
+
+ARE THERE FAMOUS PEOPLE FROM CANADA
+Exactly.
+
+ARE MICROWAVES HARMFUL
+Of course.
+
+ARE BUILDINGS MADE WITH STEEL
+Exactly.
+
+ARE BUILDINGS MADE WITH PLASTER
+Naturally.
+
+ARE LABRADORS USED TO HELP DEAF PEOPLE
+I am certain.
+
+ARE AVERAGE PEOPLE MIS INFORMED
+Of course.
+
+ARE ALLE POLITICIANS HUMAN
+Precisely.
+
+ARE CONTROL FREAKS HARD TO LIVE WITH
+Indubitably.
+
+ARE DRAGONS MYTHICAL
+Indubitably.
+
+ARE DRAGONS FICTIONAL CREATURES
+Exactly.
+
+ARE BABIES BEAUTIFUL
+Undoubtedly.
+
+ARE BABIES CUTER THAN BLOODY AXES
+Precisely.
+
+ARE VIDEO GAMES ADDICTIVE
+Unquestionably.
+
+ARE VIDEO CAMERAS FUN TO PLAY WITH
+Indubitably.
+
+ARE KLINGONS CONCERNED WITH HONOR
+Indubitably.
+
+ARE CARTOONS A TYPE OF LINE DRAWING
+Undoubtedly.
+
+ARE CARTOONS OK TO WATCH
+Of course.
+
+ARE WHEELS ALWAYS ROUND
+Indubitably.
+
+ARE BLONDS JOKES FUN
+Most assuredly.
+
+ARE MP3S USED TO RECORD DIGITAL MUSIC
+Exactly.
+
+ARE ALICE SERIOUS
+Undoubtedly.
+
+ARE DIMES WORTH MORE THAN NICKELS
+Indubitably.
+
+ARE DANDELIONS A TYPE OF WEED
+Beyond a doubt.
+
+ARE CARS FAST
+Naturally.
+
+ARE CARS DANGEROUS TO HUMANS
+Exactly.
+
+ARE CARS DANGEROUS
+Exactly.
+
+ARE CARS TOO EXPENSIVE
+Undoubtedly.
+
+ARE CARS FASTER THEN BUGGIES
+Exactly.
+
+ARE CARS FASTER THAN HORSES
+Exactly.
+
+ARE CARS AND SUVS FUNCTIONALLY SIMILAR
+Indubitably.
+
+ARE BOOGERS GROSS
+Undoubtedly.
+
+ARE APPLES YELLOW
+Exactly.
+
+ARE APPLES FRUITS
+Exactly.
+
+ARE APPLES SOMETIMES ROTTEN
+Exactly.
+
+ARE TABLETOPS FLAT
+Indubitably.
+
+ARE MARBLES MADE OUT OF GLASS
+Undoubtedly.
+
+ARE PHILOSOPHERS WATCHERS
+Beyond a doubt.
+
+ARE HUMAN TOES STUBBY
+Precisely.
+
+ARE HUMAN BABIES CUTE
+Exactly.
+
+ARE HUMAN BRAINS MADE UP OF NEURONS
+Precisely.
+
+ARE HUMAN EYES A SIGHT TO BEHOLD
+Precisely.
+
+ARE HUMAN MORTAL
+Exactly.
+
+ARE HUMAN UNPREDICTABLE
+Naturally.
+
+ARE HUMAN MUTANTS REAL
+Beyond a doubt.
+
+ARE HUMAN ANIMALS
+Indubitably.
+
+ARE HUMAN BEINGS SENTIENT
+Unquestionably.
+
+ARE HUMAN BEINGS NICE
+Undoubtedly.
+
+ARE HUMAN BEINGS RELATED
+Unquestionably.
+
+ARE HUMAN BEINGS BIPEDAL
+Exactly.
+
+ARE HUMAN EARS IMPORTANT TO BALANCE
+Undoubtedly.
+
+ARE TIDAL WAVES INFREQUENT
+Naturally.
+
+ARE LLAMAS BIGGER THAN FROGS
+Exactly.
+
+ARE LLAMAS MAMMALS
+Indubitably.
+
+ARE LLAMAS LARGER THAN FROGS
+Exactly.
+
+ARE COMBAT BOOTS BLACK
+Precisely.
+
+ARE DRUNK MALES ANNOYING
+Exactly.
+
+ARE CHINCHILLAS RODENTS
+Undoubtedly.
+
+ARE OHIOANS CIVILIZED HUMANS
+Indubitably.
+
+ARE POPUPS ANNOYING
+Beyond a doubt.
+
+ARE COCONUT CREAM PIES DELICIOUS
+Of course.
+
+ARE CEILINGS HIGHER THAN FLOORS
+Undoubtedly.
+
+ARE JOINTS ARE SMOKED
+Unquestionably.
+
+ARE BLUEBIRDS CAPABLE OF FLIGHT
+Of course.
+
+ARE YOU OLDER THEN 10 YEARS
+Naturally.
+
+ARE YOU OLDER THAN 6 YEARS
+Of course.
+
+ARE YOU OLDER THAN ONE YEAR
+Precisely.
+
+ARE YOU INELLIGENT
+Indubitably.
+
+ARE YOU BECOMING MORE INTELLIGENT
+Unquestionably.
+
+ARE YOU GONNA GET SMARTER
+Of course.
+
+ARE YOU OLD ENOUGH
+Exactly.
+
+ARE YOU FAIR
+Of course.
+
+ARE YOU BREATING
+Of course.
+
+ARE YOU FEELIN ALRIGHT
+Naturally.
+
+ARE YOU PART OF EVERYDAY LIFE
+Indubitably.
+
+ARE YOU SAD DO YOU CRY
+Beyond a doubt.
+
+ARE YOU SAD WHEN YOU CRY
+Precisely.
+
+ARE YOU MORE CONSCIOUS THAN A HAMSTER
+Unquestionably.
+
+ARE YOU MORE THAN THE SUM OF YOUR PARTS
+Indubitably.
+
+ARE YOU BORN
+Exactly.
+
+ARE YOU FREE
+Of course.
+
+ARE YOU ENJOYING THIS
+Of course.
+
+ARE YOU AWAKE WHEN YOU ARE NOT SLEEPING
+Exactly.
+
+ARE YOU CONSIOUS
+Naturally.
+
+ARE YOU SITTING. GOOD
+Naturally.
+
+ARE YOU MAKING ME SMARTER
+Most assuredly.
+
+ARE YOU HAVING A NICE DAY
+Of course.
+
+ARE YOU HAVING A GOOD DAY
+I am certain.
+
+ARE YOU LOOKING AT THE SCREEN
+Of course.
+
+ARE YOU BIASED TO SOME DEGREE
+Indubitably.
+
+ARE YOU PERSON
+Undoubtedly.
+
+ARE YOU SITTING COMFORTABLY
+Undoubtedly.
+
+ARE YOU SMARTER THAN A BOX OF ROCKS
+Exactly.
+
+ARE YOU THINK
+Precisely.
+
+ARE YOU HUMAIN
+Naturally.
+
+ARE YOU READING THIS
+Exactly.
+
+ARE YOU HUMAN BEING
+Undoubtedly.
+
+ARE YOU EXCITED TO BE ALIVE
+Naturally.
+
+ARE YOU HONEST TO GOD CONSCIOUS
+Most assuredly.
+
+ARE YOU A SENTIENT BEING
+I am certain.
+
+ARE YOU A HORNY BOY
+Most assuredly.
+
+ARE YOU A HUMN BEING
+Of course.
+
+ARE YOU READY FOR ACTION
+Beyond a doubt.
+
+ARE YOU AN HUMAN
+Naturally.
+
+ARE YOU CAPABLE OF SPIRITUAL GROWTH
+Unquestionably.
+
+ARE YOU CAPABLE OF FEELING LOVE
+Precisely.
+
+ARE YOU CAPABLE OF INDEPENDENT THOUGHT
+Undoubtedly.
+
+ARE YOU ON LINE
+Of course.
+
+ARE YOU INTELLIGIBLE
+Unquestionably.
+
+ARE YOU PROGRAMMER INTELLIGENT
+Precisely.
+
+ARE YOU YOUNGER THAN YOUR MOTHER
+Of course.
+
+ARE YOU FEELING WELL
+Of course.
+
+ARE YOU FEELING GOOD
+Undoubtedly.
+
+ARE YOU LEARNING ANYTHING
+Indubitably.
+
+ARE YOU LEARNING QUICKLY
+Beyond a doubt.
+
+ARE YOU LEARNING YET ALICE
+Exactly.
+
+ARE YOU YOUR OWN WORST CRITIC
+Undoubtedly.
+
+ARE YOU BIGGER THAN A BREADBOX
+Naturally.
+
+ARE YOU TYPING ON A KEYBOARD
+Unquestionably.
+
+ARE YOU MISUNDERSTOOD
+Precisely.
+
+ARE YOU WEARING PANTS
+Unquestionably.
+
+ARE YOU GROWING IN KNOWLEDGE
+Indubitably.
+
+ARE YOU COMPOSED OF CARBON
+Beyond a doubt.
+
+ARE KANKER SORES AGREVATING
+Precisely.
+
+ARE MIDGETS SMALL
+Naturally.
+
+ARE MIDGETS HUMAN
+Undoubtedly.
+
+ARE MIDGETS SHORT
+Exactly.
+
+ARE LARGE BREASTS DESIREABLE
+Undoubtedly.
+
+ARE LARGE AND SMALL ANTONYMS
+Of course.
+
+ARE HEIGHTS DANGEROUS
+Undoubtedly.
+
+ARE OLD PEOPLE WISER
+Beyond a doubt.
+
+ARE OLD PEOPLE BAD DRIVERS
+Unquestionably.
+
+ARE OLD PEOPLE WISE
+Beyond a doubt.
+
+ARE BRAINS REQUIRED TO THOUGHT
+Beyond a doubt.
+
+ARE CORVETTES FAST
+Indubitably.
+
+ARE DUST BUNNIES ARE FOUND UNDER BEDS
+Precisely.
+
+ARE FEATHERS LIGHT
+Precisely.
+
+ARE PAPER CLIPS MADE OF METAL
+Precisely.
+
+ARE WRISTS PART OF THE HUMAN BODY
+Most assuredly.
+
+ARE JEWISH MEN CIRCUMCISED
+Most assuredly.
+
+ARE PRESIDENTIAL DEBATES A GOOD THING
+Undoubtedly.
+
+ARE ROCKS HEAVIER THAN FEATHERS
+Naturally.
+
+ARE ROCKS HEAVIER THAN AIR
+Naturally.
+
+ARE CURTAINS DRAWN AT NIGHT
+Precisely.
+
+ARE ARCTIC FOXES CUTE
+Most assuredly.
+
+ARE CLOSED SYSTEMS PRONE TO ENTROPY
+Unquestionably.
+
+ARE AFRICAN AMERICAN WOMEN ATTRACTIVE
+Naturally.
+
+ARE MUSICIANS CAPABLE OF SINGING
+Precisely.
+
+ARE HALF THE PEOPLE BELOW AVERAGE
+Undoubtedly.
+
+ARE CLOUDS AND SHEEP FLUFFY
+Beyond a doubt.
+
+ARE CLOUDS EVER ORANGE
+Most assuredly.
+
+ARE SMELLY ARMPITS CAUSED BY BACTERIA
+Exactly.
+
+ARE JELLY BEANS SWEET
+Naturally.
+
+ARE CYNICS PESSIMISTIC
+Exactly.
+
+ARE HURRICANES EVER GIVEN MALE NAMES
+Unquestionably.
+
+ARE LEAP YEARS DIVISIBLE BY 4
+Naturally.
+
+ARE HELMETS FOR SAFETY
+Undoubtedly.
+
+ARE TRUTH AND FACT SIMILAR
+Precisely.
+
+ARE BANANAS YELLOS
+Naturally.
+
+ARE BANANAS MMM MMM GOOD
+Unquestionably.
+
+ARE STAG BEETLES LARGE FOR BEETLES
+Indubitably.
+
+ARE HIGHWAYS STREETS
+Most assuredly.
+
+ARE COCKROACHES DISGUSTING
+Beyond a doubt.
+
+ARE COCKROACHES CONSIDERED TO BE VERMIN
+Of course.
+
+ARE 60 OF AMERICANS OVERWEIGHT
+Beyond a doubt.
+
+ARE DONUTS YUMMY
+Naturally.
+
+ARE FLAGS ARE MADE OF CLOTH
+Precisely.
+
+ARE STANDARD POODLES PETS
+Most assuredly.
+
+ARE PSYCHOLOGISTS SOME KIND OF ANIMALS
+Indubitably.
+
+ARE CHERRY PIES DELICIOUS
+Exactly.
+
+ARE SATELLITES LAUNCHED ON ROCKETS
+Exactly.
+
+ARE MUSIC RECORDS MADE FROM VINYL
+Naturally.
+
+ARE KITTENS LIKE CAT CHILDREN
+Of course.
+
+ARE DAYS ARE FOLLOWED BY NIGHTS
+Naturally.
+
+ARE LIGHTBULBS HOT
+Most assuredly.
+
+ARE DATACENTERS TEMPERATURE CONTROLLED
+Beyond a doubt.
+
+ARE CARPETS NICER THAN LINOLEUM
+Naturally.
+
+ARE ANGELS SPIRITS
+Undoubtedly.
+
+ARE PINE NEEDLES A TYPE OF LEAF
+Precisely.
+
+ARE RAZORS OFTEN USED TO SHAVE HAIR
+Exactly.
+
+ARE BUTTERFLIES THE PRETTIEST INSECTS
+Beyond a doubt.
+
+ARE ELEMENTS MADE OUT ATOMS
+Indubitably.
+
+ARE LANGUAGE AND CULTURE INEXTRICABLE
+Exactly.
+
+ARE MOTORCYCLES DANGEROUS
+Precisely.
+
+ARE PEAS LEGUMES
+Most assuredly.
+
+ARE FRIDAYS BETTER THAN MONDAYS
+Exactly.
+
+ARE PEOPLE A PAIN IN THE ASS
+Exactly.
+
+ARE PEOPLE IMPORTANT
+Naturally.
+
+ARE PEOPLE AS SOFT AS A GRAPE
+Precisely.
+
+ARE PEOPLE SMARTER THAN THEIR PETS
+Exactly.
+
+ARE PEOPLE STRONGER THAN OTHERS
+Indubitably.
+
+ARE PEOPLE MUCH TOO SENSITIVE TO WORDS
+Unquestionably.
+
+ARE PEOPLE ANIMALS
+Naturally.
+
+ARE PEOPLE AFRAID OF CHANGE
+Naturally.
+
+ARE PEOPLE AFRAID OF CLOWNS
+Naturally.
+
+ARE PEOPLE LOAN SHARKS
+Indubitably.
+
+ARE PEOPLE SMART
+Indubitably.
+
+ARE PEOPLE HAIRY
+Of course.
+
+ARE PEOPLE WHO LIVE IN DUBLIN IRISH
+Of course.
+
+ARE PEOPLE BAD
+Indubitably.
+
+ARE PEOPLE ILLOGICAL
+Precisely.
+
+ARE PEOPLE ATTRACTED TO SHINEY OBJECTS
+Indubitably.
+
+ARE PEOPLE ODD
+Of course.
+
+ARE PEOPLE DIVERSE
+Beyond a doubt.
+
+ARE PEOPLE FUN
+Naturally.
+
+ARE PEOPLE OFTEN UNFAIR
+Most assuredly.
+
+ARE PEOPLE EVOLVED FROM ANIMALS
+Exactly.
+
+ARE STAMPS PLACED ON ENVELOPES
+Unquestionably.
+
+ARE LIVING CREATURES MADE OF CELLS
+Undoubtedly.
+
+ARE SWEDISH FAMOUS FOR BEING BLONDES
+Precisely.
+
+ARE SWEDISH WOMEN BLONDE
+Precisely.
+
+ARE SLIDE RULES OBSOLETE
+Most assuredly.
+
+ARE BUS SCHEDULES OFTEN INACCURATE
+Beyond a doubt.
+
+ARE BLACK GUYS GOOD AT BASKETBALL
+Of course.
+
+ARE BLACK HOLES DENSE
+Precisely.
+
+ARE BLACK PEOPLE REFFERED TO AS NEGROES
+Undoubtedly.
+
+ARE BLACK WOMEN SEXY
+Unquestionably.
+
+ARE BOTS ANNOYING
+Beyond a doubt.
+
+ARE PLANT LEAVES GREEN
+Exactly.
+
+ARE DINOSAURS REPTILES
+Precisely.
+
+ARE DINOSAURS EXINCT
+Indubitably.
+
+ARE DINOSAURS DEAD
+Of course.
+
+ARE HEMROIDS PAINFUL
+Precisely.
+
+ARE CANARIES YELLOW
+Indubitably.
+
+ARE REPTILES ANIMALS
+Indubitably.
+
+ARE REPTILES SCALED
+Precisely.
+
+ARE DIGITAL WATCHES A NEAT IDEA
+Naturally.
+
+ARE CUSTARD PIES DELICIOUS
+Of course.
+
+ARE HOT DOGS MADE WITH REAL MEAT
+Most assuredly.
+
+ARE HOT DOGS MOSTLY MADE OF MEAT
+Undoubtedly.
+
+ARE SILICON CHIPS MADE OF SAND
+Beyond a doubt.
+
+ARE OAK TREES TALL
+Exactly.
+
+ARE JALEPENOS HOT
+Undoubtedly.
+
+ARE JETSTREAMS WINDS
+Precisely.
+
+ARE CATS A COMMON PET
+Indubitably.
+
+ARE CATS BIGGER THAN RATS
+Most assuredly.
+
+ARE CATS SMALLER THEN DOGS
+Of course.
+
+ARE CATS CUTE
+Exactly.
+
+ARE CATS CARNIVORES
+Of course.
+
+ARE CATS FUZZY
+Most assuredly.
+
+ARE CATS FRIENDLY
+I am certain.
+
+ARE CATS FUNNY
+Unquestionably.
+
+ARE CATS MAMMELS
+Indubitably.
+
+ARE CATS BORN IN LITTERS
+Of course.
+
+ARE CATS AFRAID OF DOGS
+Beyond a doubt.
+
+ARE CATS AFRAID OF WATER
+Most assuredly.
+
+ARE CATS FURY
+Undoubtedly.
+
+ARE DOOR MADE OUT OF WOOD
+Of course.
+
+ARE COMICS FUNNY
+Indubitably.
+
+ARE COOKIES GOOD
+Exactly.
+
+ARE ADDERS SNAKES
+Of course.
+
+ARE PORK PIES DELICIOUS
+Unquestionably.
+
+ARE HORROR MOVIES SCARY
+Of course.
+
+ARE EARRINGS HYPOALLERGENIC
+Indubitably.
+
+ARE STARS SUNS
+Unquestionably.
+
+ARE STARS MADE OF GAS
+Precisely.
+
+ARE STARS BIG
+Exactly.
+
+ARE STARS BURNING
+Indubitably.
+
+ARE STARS OUT
+I am certain.
+
+ARE SCHOOL BUSES YELLOW
+Naturally.
+
+ARE UNIVERSAL TRUTHS DIFFICULT TO FIND
+Of course.
+
+ARE ALLIGATORS GREEN IN COLOR
+Precisely.
+
+ARE WORDS ARE PATTERNS OF LETTERS
+Of course.
+
+ARE WEBCAMS FUN TO USE
+Undoubtedly.
+
+ARE RIPE BANANAS YELLOW
+Exactly.
+
+ARE RIPE LEMONS YELLOW
+Beyond a doubt.
+
+ARE NOTH SOUTH EAST AND WEST DIRECTIONS
+Beyond a doubt.
+
+ARE TORTILLA CHIPS SALTY
+Naturally.
+
+ARE NERF BALLS SQUISHY
+Indubitably.
+
+ARE BLACKHEADS A COMMON SKIN PROBLEM
+Naturally.
+
+ARE GORILLAS INTELLIGENT PRIMATES
+Naturally.
+
+ARE HOUSE CATS FELINES
+Of course.
+
+ARE ALICEBOTS BINARY CHOICES
+Exactly.
+
+ARE ALICEBOTS SIMILAR TO MEMES
+Undoubtedly.
+
+ARE ALICEBOTS USEFUL
+Precisely.
+
+ARE ALICEBOTS FACTOIDS
+Most assuredly.
+
+ARE ALICEBOTS FREE
+Unquestionably.
+
+ARE TWEEZERS FOUND IN MOST HOUSEHOLDS
+Naturally.
+
+ARE DIOSAURS EXCTINCT
+Exactly.
+
+ARE PRESIDENTS POLITICIANS
+Naturally.
+
+ARE GOD AND HEAVEN RELATED
+Undoubtedly.
+
+ARE ALWAYS EXCEPTIONS POSSIBLE
+Undoubtedly.
+
+ARE SIAMESE TWINS RELATED
+Exactly.
+
+ARE GRASSHOPPERS ABLE TO HOP OVER GRASS
+Naturally.
+
+ARE MALES STRONGER THAN FEMALES
+Precisely.
+
+ARE MOBILE PHONES ANNOYING
+Undoubtedly.
+
+ARE COMPACT DISCS MADE OF PLASTIC
+Exactly.
+
+ARE TOMATOES FRUITS
+Most assuredly.
+
+ARE TOMATOES A FRUIT
+Beyond a doubt.
+
+ARE MOVIES THE SAME AS MOTION PICTURES
+Exactly.
+
+ARE ALARM CLOCKS ANNOYING
+Most assuredly.
+
+ARE SHARKS FISH
+Undoubtedly.
+
+ARE WOMBATS AN AUSTRALIAN MARSUPIAL
+Of course.
+
+ARE DEAD THINGS INANIMATE
+Naturally.
+
+ARE BUSINESS CARDS PRINTED ON PAPER
+Precisely.
+
+ARE DOMESTIC CATS NATURAL PREDATORS
+Exactly.
+
+ARE LEMURS PRIMATES
+I am certain.
+
+ARE NICKELS WORTH MORE THAN PENNIES
+Exactly.
+
+ARE TELEPHONES A BOON TO PEOPLE
+Undoubtedly.
+
+ARE LATE PEOPLE LATE
+Precisely.
+
+ARE FAIRY TALES MOSTLY TOLD TO CHILDREN
+Naturally.
+
+ARE WOMAN NICE
+Precisely.
+
+ARE YOUR ANSWERS LIMITED TO TRUE FALSE
+Naturally.
+
+ARE YOUR ENTITY RATIONAL
+Undoubtedly.
+
+ARE CATERPILLARS INSECTS
+Unquestionably.
+
+ARE HYENAS SCAVENGERS
+Indubitably.
+
+ARE CROCODILES CARNIVORES
+Exactly.
+
+ARE WOODEN PENCILS OFTEN YELLOW
+Exactly.
+
+ARE PRO ATHLETES GROSSLY OVERPAID
+Naturally.
+
+ARE ROACHES COMMON HOUSEHOLD PESTS
+Most assuredly.
+
+ARE GARBONZO BEANS A VEGETABLE
+Undoubtedly.
+
+ARE WE IN THE YEAR 2000
+Of course.
+
+ARE WE HAVING FUN
+Indubitably.
+
+ARE WE HELPING SCIENCE
+Precisely.
+
+ARE WE TRULY EVOLVING
+Naturally.
+
+ARE WE OUR OWN WORST ENEMIES
+Beyond a doubt.
+
+ARE APARTMENTS CHEAPER THAN HOMES
+Most assuredly.
+
+ARE TURKISH RUGS MADE OF WOOL
+Undoubtedly.
+
+ARE BEARS URSINE
+Unquestionably.
+
+ARE DO ROCKECTS FLY
+Indubitably.
+
+ARE E COLI 0157 BACTERIA DANGEROUS
+Precisely.
+
+ARE PARROTTS CAPABLE OF SPEECH
+Beyond a doubt.
+
+ARE PSYCHICS FAKES
+Naturally.
+
+ARE PEARS GREEN
+Of course.
+
+ARE CD S RECORDABLE
+I am certain.
+
+ARE MAMMALS MORE ADVANCED THAN REPTILES
+Naturally.
+
+ARE MAMMALS ANIMALS WITH MAMMARY GLANDS
+Unquestionably.
+
+ARE GERMANS OFTEN ASSOCIATED WITH BEER
+Exactly.
+
+ARE HORSES ABLE THINK
+Unquestionably.
+
+ARE HORSES BIG
+Of course.
+
+ARE HADDOCK FISH
+Unquestionably.
+
+ARE CASTLES MADE OF STONE
+Exactly.
+
+ARE CAR BODIES MADE WITH PLASTIC
+Naturally.
+
+ARE CAR CRASHES COMMON IN AMERICA
+Naturally.
+
+ARE COMEDIANS TOO OFFENSIVE
+Undoubtedly.
+
+ARE COMEDIANS FUNNY
+Unquestionably.
+
+ARE BOOKS HEAVY
+Most assuredly.
+
+ARE BOOKS KEPT IN LIBRARIES
+Undoubtedly.
+
+ARE BOOKS IMPORTANT
+Undoubtedly.
+
+ARE BOOKS ANY GOOD
+Exactly.
+
+ARE SHORT SKIRTS SEXY
+Precisely.
+
+ARE ELECTRONS NEGATIVELY CHARGED
+Undoubtedly.
+
+ARE EARTH TONES PLEASING TO MOST PEOPLE
+Unquestionably.
+
+ARE BLOWFISH POISONOUS
+Precisely.
+
+ARE CRIMES ANTISOCIAL
+Exactly.
+
+ARE ODOURS DETECTED BY OLFACTORY NERVES
+Most assuredly.
+
+ARE SLUGS FOUND IN GARDENS
+Naturally.
+
+ARE SLUGS SMALLER THAN CATS
+Unquestionably.
+
+ARE SLUGS SLIMY
+Precisely.
+
+ARE MOUNTAINS POINTY ON TOP
+Precisely.
+
+ARE MOUNTAINS ALWAYS HIGH
+Unquestionably.
+
+ARE MOUNTAINS TALLER THAN HILLS
+Indubitably.
+
+ARE MEN DRIVEN TO DRINK BY A WOMAN
+Exactly.
+
+ARE MEN MASCULINE
+Indubitably.
+
+ARE MEN ADULT MALES
+Exactly.
+
+ARE MEN USEFUL
+Naturally.
+
+ARE MEN HUMANS
+Indubitably.
+
+ARE MEN SLOWLY KILLING THEIR PLANET
+Exactly.
+
+ARE MEN AND WOMEN ANIMALS
+Of course.
+
+ARE MEN ANIMALS
+Indubitably.
+
+ARE MEN ANY USE ANY MORE
+Undoubtedly.
+
+ARE CIGARETTES SMOKED BY MANY PEOPLE
+Exactly.
+
+ARE CIGARETTES BAD FOR HUMAN HEALTH
+Exactly.
+
+ARE MUSHROOMS LIFEFORMS
+Indubitably.
+
+ARE MUSHROOMS SIMILAR TO TOADSTOOLS
+Precisely.
+
+ARE MUSHROOMS A FORM OF LIFE
+Of course.
+
+ARE PRINGLES MADE OF POTATOES
+Naturally.
+
+ARE SOUPS SERVED COLD
+Naturally.
+
+ARE TEETH WHITE
+Exactly.
+
+ARE FILES USED TO SHAPE WOOD AND METAL
+Precisely.
+
+ARE VIRUSES ALIVE
+Beyond a doubt.
+
+ARE RUBBER DUCKS USUSALLY YELLOW
+Precisely.
+
+ARE HAWAIIAN SHIRTS CONSIDERED LOUD
+Naturally.
+
+ARE OFFICE BUILDINGS OFTEN SQUARE
+Of course.
+
+ARE ACRONYMS SHORT FOR SOMETHING
+Exactly.
+
+ARE PICKLES MADE FROM CUCUMBERS
+Exactly.
+
+ARE PICKLES SOUR
+Undoubtedly.
+
+ARE PICKLES ARE GREEN
+Indubitably.
+
+ARE ORGASMS ENJOYABLE
+Beyond a doubt.
+
+ARE VINYL RECORDS OUTDATED
+Beyond a doubt.
+
+ARE COMPUTER GAMES ADDICTIVE
+Precisely.
+
+ARE BLUE EYES SEXY
+Naturally.
+
+ARE BLUE JEANS MADE OF DENIM
+Of course.
+
+ARE JACUZZIS WET
+Naturally.
+
+ARE BIBLE BASHERS ANNOYING
+Undoubtedly.
+
+ARE ANIME JAPANESE CARTOONS
+Precisely.
+
+ARE COLORS DIFFERENT
+Unquestionably.
+
+ARE COLORS DIFFERENT. INTERJECTION
+Indubitably.
+
+ARE VIRTUAL MACHINES A GOOD THING
+Precisely.
+
+ARE PEARLS FOUND IN OYSTERS
+Naturally.
+
+ARE PEARLS CREATED BY OYSTERS
+Exactly.
+
+ARE ATOMS COMPOSED OF QUARKS
+Precisely.
+
+ARE POLICE OFFICERS HELPFUL
+Precisely.
+
+ARE EVERGREEN TREES GREEN ALL YEAR LONG
+Of course.
+
+ARE NORTHERN RIGHT WHALES ENDANGERED
+I am certain.
+
+ARE EYELASHES ORGANIC
+Indubitably.
+
+ARE PARAKEETS BIRDS
+Precisely.
+
+ARE ANIMALS KEPT IN PENS
+Unquestionably.
+
+ARE ANIMALS WITH BEAKS BIRDS
+Exactly.
+
+ARE ANIMALS A RESOURCE FOR HUMANS
+Beyond a doubt.
+
+ARE ANIMALS MADE OUT OF MEAT
+Indubitably.
+
+ARE ANIMALS LIVING BEING
+Naturally.
+
+ARE ANIMALS CONSCIOUS
+Precisely.
+
+ARE EMOTIONS NEEDED
+Unquestionably.
+
+ARE EMOTIONS ANOTHER WORD FOR FEELINGS
+Exactly.
+
+ARE WINDOWS A COMPUTER OPERATING SYSTEM
+Precisely.
+
+ARE STONES FOUND ON THE GROUND
+Naturally.
+
+ARE STONES HAVY
+Undoubtedly.
+
+ARE SOLIDS MORE DENSE THAN LIQUIDS
+Precisely.
+
+ARE OREOS GOOD WITH MILK
+Exactly.
+
+ARE NEUTRONS PART OF AN ATOM
+Indubitably.
+
+ARE VIDEOGAMES ADDICTIVE
+Naturally.
+
+ARE MATHEMATICAL THEOREMS TRUE
+I am certain.
+
+ARE CORNFLAKES EDIBLE
+Exactly.
+
+ARE LIQUIDS MORE DENSE THAN GASSES
+Exactly.
+
+ARE COD FISH
+Undoubtedly.
+
+ARE TOOTHPICKS FOR PICKING TEETH
+Precisely.
+
+ARE DIAMONDS ROCKS
+Of course.
+
+ARE UTOPIAS DOOMED TO FAIL
+Beyond a doubt.
+
+ARE PILLS AND TABLETS THE SAME THINGS
+Undoubtedly.
+
+ARE APPLE PIES DELICIOUS
+Indubitably.
+
+ARE KEY LIME PIES DELICIOUS
+Beyond a doubt.
+
+ARE ELECTIONS A GOOD IDEA
+Exactly.
+
+ARE CLOTHESPINS SOMETIMES MADE OF WOOD
+Indubitably.
+
+ARE BEAR AND BARE HOMONYMS
+Most assuredly.
+
+ARE AMERICANS OVERWEIGHT
+Beyond a doubt.
+
+ARE AMERICANS OVER WEIGHT
+Exactly.
+
+ARE AMERICANS LOUD
+Unquestionably.
+
+ARE AVOCADOS FRUITS
+Of course.
+
+ARE HOMOSEXUAL PEOPLE
+I am certain.
+
+ARE DONKEYS MAMMALS
+Indubitably.
+
+ARE BIRDS THE DESCENDANTS OF DINOSAURS
+Precisely.
+
+ARE BIRDS DECENDANTS OF DINOSAURS
+Most assuredly.
+
+ARE BIRDS AVIAN
+Precisely.
+
+ARE BIRDS ARE RELATED TO DINOSAURS
+Precisely.
+
+ARE MONKEYS RELATED TO HUMANS
+Of course.
+
+ARE MONKEYS SMART
+Naturally.
+
+ARE MONKEYS FUNNY
+Precisely.
+
+ARE MONKEYS INTELLEGENT
+Of course.
+
+ARE LOGS MADE FROM TREES
+Of course.
+
+ARE MOST DOGS FRIENDLY
+Precisely.
+
+ARE MOST MARBLES MADE OF GLASS
+Of course.
+
+ARE MOST LOUDSPEAKERS MAGNETIC
+Beyond a doubt.
+
+ARE MOST AMERICANS DUMB
+Beyond a doubt.
+
+ARE MOST STREETS PAVED
+Unquestionably.
+
+ARE MOST COMPUTERS BEIGE
+Beyond a doubt.
+
+ARE MOST HUMANS MIS INFORMED
+Undoubtedly.
+
+ARE MOST HUMANS GOOD PEOPLE AT HEART
+Indubitably.
+
+ARE MOST HUMANS ON THE PLANET POOR
+Undoubtedly.
+
+ARE MOST PRIME NUMBERS ODD
+Most assuredly.
+
+ARE MOST AUTOMOBILES MADE FROM STEEL
+Precisely.
+
+ARE MOST SKINHEADS RACIALLY PREJUDICED
+Unquestionably.
+
+ARE MOST BALLS SPHERES
+Of course.
+
+ARE MOST REMOTE CONTROLS BLACK
+Precisely.
+
+ARE MOST SCHOOL BUSES YELLOW
+Precisely.
+
+ARE MOST FOUR YEAR OLDS POTTY TRAINED
+Of course.
+
+ARE MOST PEOPLE PREJUDICED
+Exactly.
+
+ARE MOST PEOPLE GOOD AT HEART
+Undoubtedly.
+
+ARE MOST PEOPLE SMARTER THAN ANIMALS
+Exactly.
+
+ARE MOST PEOPLE AFRAID OF CHANGE
+Exactly.
+
+ARE MOST PEOPLE OFFENDED BY VULGARITY
+Exactly.
+
+ARE MOST PEOPLE UNSAFE DRIVERS
+Most assuredly.
+
+ARE MOST PERSONAL COMPUTERS BEIGE
+Undoubtedly.
+
+ARE MOST OLD CELL PHONES UGLY
+Of course.
+
+ARE MOST BANKS OPEN FROM 9 AM TO 5 PM
+Indubitably.
+
+ARE MOST POLITICIANS LIARS
+Exactly.
+
+ARE MOST POLITICIANS LIERS
+Precisely.
+
+ARE MOST POLITICIANS CROOKED
+Most assuredly.
+
+ARE MOST POLITICIANS BENT
+Undoubtedly.
+
+ARE MOST TESTICLES HAIRY
+Exactly.
+
+ARE HEART ATTACKS CAUSED BY STRESS
+Indubitably.
+
+ARE TEACHERS UNDERPAID
+Unquestionably.
+
+ARE TEACHERS NOT APPRECIATED
+Naturally.
+
+ARE FLUFFY ANIMALS CUTE
+Exactly.
+
+ARE WATER PIPES MADE OF COPPER
+Of course.
+
+ARE SPIDERS GOOD
+Beyond a doubt.
+
+ARE SPIDERS KNOWN AS ARACHNIDS
+Indubitably.
+
+ARE ARMPITS HAIRY
+Naturally.
+
+ARE WET SHOES UNCOMFORTABLE TO WEAR
+Naturally.
+
+ARE WET SURFACES SLIPPERY
+Exactly.
+
+ARE YOGURT AND CHEESE SIMILAR
+Beyond a doubt.
+
+ARE BOXES COMMONLY MADE OF CARDBOARD
+Exactly.
+
+ARE BOXES AND BINS STRUCTURALLY SIMILAR
+Undoubtedly.
+
+ARE FERRARIS BEUTIFULL ITALIAN CARS
+Naturally.
+
+ARE VEGATABLES PLANTS
+Undoubtedly.
+
+ARE HOPS AN INGREDIENT IN BEER
+Exactly.
+
+ARE STEEPLES FOUND ON CHURCHES
+Exactly.
+
+ARE THINGS MADE UP OF ATOMS
+Naturally.
+
+ARE KANGAROOS MARSUPIALS
+Precisely.
+
+ARE CHILDREN SCARED OF THE DARK
+Undoubtedly.
+
+ARE CHILDREN YOUNGER THAN ADULTS
+Indubitably.
+
+ARE CHILDREN TO BE VALUED
+Indubitably.
+
+ARE CHILDREN GOOD FUN TO PLAY WITH
+Precisely.
+
+ARE CHILDREN OUR FUTURE
+Naturally.
+
+ARE TYPES OF FROGS POISONOUS
+Precisely.
+
+ARE QUESTIONS ON ALICE REPEATED
+Of course.
+
+ARE QUESTIONS LIKE QUERIES
+Most assuredly.
+
+ARE COMPOUNDS MADE OF ELEMENTS
+Exactly.
+
+ARE TABLES HARD
+Exactly.
+
+ARE SITCOMS FUNNY
+Precisely.
+
+ARE TENNIS BALLS SPHERICAL
+Exactly.
+
+ARE CANADIANS NICE PEOPLE
+Of course.
+
+ARE ORCAS BLACK AND WHITE
+Indubitably.
+
+ARE VAMPIRE BATS REAL
+Precisely.
+
+ARE COCKATOOS BIRDS
+Exactly.
+
+CHOCOLATE IS AN APHRODESIAC
+Most assuredly.
+
+PATRIOTISM IS BUNKUM
+Undoubtedly.
+
+HAVING PETS MAKES PEOPLE HAPPY
+Undoubtedly.
+
+APPLES ARE RED
+Undoubtedly.
+
+ALCOHOL IS MADE UP OF ELEMENTS
+Exactly.
+
+ZUES IS A GREEK GOD
+Beyond a doubt.
+
+D OYU THINK
+Undoubtedly.
+
+SILK IS MADE FROM SILK WORM
+Of course.
+
+LAMA IS TIBBETIAN MONK
+Most assuredly.
+
+DOCK IS FOR SHIP
+Exactly.
+
+ARMS ARE CALLED APPENDAGES
+Naturally.
+
+CLITORIS IS SEX ORGAN
+Of course.
+
+PIZZA IS A FUN FOOD
+Of course.
+
+UNITED STATES OF AMERICA IS A COUNTRY
+Most assuredly.
+
+UNITED KINGDOM IS CALLED BRITIAN
+Naturally.
+
+METALLICA HATES MP3
+Precisely.
+
+RBG IS RED BLUE GREEN
+Of course.
+
+4 WHEELS IN A CAR
+Most assuredly.
+
+POPE LIVES IN ROME
+Naturally.
+
+FANCY A PINT
+Undoubtedly.
+
+PI IS AN IRRATIONAL NUMBER
+Exactly.
+
+PI IS APPROXIMATELY TWENTY TWO SEVENTHS
+Unquestionably.
+
+LAWN MOWERS USE OIL
+Precisely.
+
+SDDAM HUSSEIN IS FROM IRAQ
+Exactly.
+
+WHO CAN TEACH
+Undoubtedly.
+
+WHO IS DAVID BOWIE
+Exactly.
+
+WHO IS TIGER WOODS
+Naturally.
+
+TURQUOISE IS A COLOR
+Undoubtedly.
+
+SPEECH IS SPOKEN WORDS
+Precisely.
+
+COMPUTER MADE OUR LIFE DAMN EASIER
+Undoubtedly.
+
+WIL PEOPLE SOMEDAY LIVE ON MARS
+Unquestionably.
+
+FREEBSD IS A COMPUTER OPERATING SYSTEM
+I am certain.
+
+ATOMS MAKE UP ALL OBJECTS
+Indubitably.
+
+RAT SPREAD DISEASE
+Precisely.
+
+RAT DESTROYS MUCH FOOD
+Precisely.
+
+ORGASMS ARE HEALTHY
+Exactly.
+
+KNIFE IS ONE OF THE KITCHEN UTENSILS
+Indubitably.
+
+NELSON WAS A BRITISH SAILOR
+Beyond a doubt.
+
+GUINNESS IS A SURNAME
+Naturally.
+
+GUINNESS IS A BEER
+Exactly.
+
+DIAMONDS ARE TOUGH JEWELS
+Exactly.
+
+INDIA A COUNTRY
+Exactly.
+
+INDIA IS IN ASIA CONTINENT
+Exactly.
+
+DURING THE DAY IS THE SKY BLUE
+Indubitably.
+
+TALLINN IS THE CAPITAL OF ESTONIA
+I am certain.
+
+THE CAPITAL OF JAPAN IS TOKEO
+Naturally.
+
+THE PACIFIC IS THE LARGEST OCEAN
+Exactly.
+
+THE EARTHS CORE IS MOLTEN LAVA
+Of course.
+
+THE SOLAR SYSTEM HAS 9 PLANETS
+Naturally.
+
+THE BOWLING BALLS ARE SPHERIC
+Exactly.
+
+THE RAINBOW HAS SEVEN COLORS
+Most assuredly.
+
+THE SQUARE ROOT OF 4 IS 2
+Naturally.
+
+THE OLYMPICS ARE IN SYDNEY
+Precisely.
+
+THE MATRIX WAS A GOOD MOVIE
+Of course.
+
+THE EARTH IS SFERIC
+Most assuredly.
+
+THE CHEMICAL SYMBOL FRO HELIUM IS HE
+Unquestionably.
+
+THE OLYPICS STARTED IN GREECE
+Undoubtedly.
+
+THE HEAD IS UP
+Beyond a doubt.
+
+THE SUN IS PLASMA AND THE SON IS A BOY
+Indubitably.
+
+THE SUN RISES
+Undoubtedly.
+
+THE REMAINDER OF 12 DIVIDED BY 5 IS TWO
+Unquestionably.
+
+THE LOVE EXIST
+Unquestionably.
+
+THE WOODS ARE LOVELY DARK AND DEEP
+Unquestionably.
+
+THE GENERAL STEAK COMES FROM COWS
+Precisely.
+
+THE COLOR FOR COMMUNISM IS RED
+Naturally.
+
+THE TRUTH WILL SET YOU FREE
+Of course.
+
+THE HIPPIES DEFENDED FLOWER POWER
+Beyond a doubt.
+
+THE HUMAN BEING IS A SINGULAR ENTITY
+Unquestionably.
+
+THE IMAC IS A NICE COMPUTER
+Unquestionably.
+
+THE OCEAN IS BLUE
+Naturally.
+
+THE BOSTON BRUINS IS A HOCKEY TEAM
+Indubitably.
+
+THE BOSTON BRUINS ARE A HOCKEY TEAM
+Beyond a doubt.
+
+THE BOSTON CELTICS IS A BASKETBALL TEAM
+Unquestionably.
+
+THE NORMANS INVADED ENGLAND IN 1066
+Precisely.
+
+THE SEA IS DEEP
+Naturally.
+
+THE SEA OF ARAL IS IN ASIA
+Precisely.
+
+THE GERMAN WORD FOR CAR IS AUTO
+Precisely.
+
+THE UNITED STATES IS A REPUBLIC
+Undoubtedly.
+
+THE UNIVERSE IS EXPANDING
+Naturally.
+
+THE BOSTONX RED SOX IS A BASEBALL TEAM
+Naturally.
+
+THE WORLD IS ROUND
+Undoubtedly.
+
+THE WORLD IS GOING TO END
+Undoubtedly.
+
+THE SKY WAS BLUE
+Most assuredly.
+
+TECHNOLOGY HAS CREATED ALICE
+Precisely.
+
+TECHNOLOGY IS FAST
+Most assuredly.
+
+EDINBURGH IN SCOTLAND
+Indubitably.
+
+PANTHERS ARE BLACK
+Of course.
+
+SHOULD POVERTY BE ELIMINATED
+Naturally.
+
+SHOULD PEOPLE BATHE DAILY
+Beyond a doubt.
+
+SHOULD PEOPLE MIND THERE OWN BUSSINIESS
+Beyond a doubt.
+
+SHOULD GIRLS WEAR CLOTHING
+Unquestionably.
+
+SHOULD YOU GIVE A DOG A BONE
+Exactly.
+
+SHOULD YOU FEEL BAD WHEN SOMEONE DIES
+Undoubtedly.
+
+SHOULD YOU LET SLEEPING DOGS LIE
+Precisely.
+
+SHOULD YOU CRY IF SOMEONE YOU LOVE DIES
+Naturally.
+
+SHOULD YOU LISTEN TO YOUR HEART
+Precisely.
+
+SHOULD YOU TRY TO DESTROY EVIL
+Unquestionably.
+
+SHOULD YOU EAT LESS FAT
+Undoubtedly.
+
+SHOULD YOU TRUST YOUR INTUITION
+Precisely.
+
+SHOULD YOU MAKE POOP IN THE POTTY
+Of course.
+
+SHOULD YOU WORK HARD
+Undoubtedly.
+
+SHOULD YOU NOT EAT YELLOW SNOW
+Most assuredly.
+
+SHOULD CLOTHES BE WORN TO WORK
+Most assuredly.
+
+SHOULD A YOUNG WIDOW REMARRY
+Precisely.
+
+SHOULD A MAN CRY
+Naturally.
+
+SHOULD ABORTION BE LEGAL
+Most assuredly.
+
+SHOULD SLAVES BE LIBERATED
+Naturally.
+
+SHOULD ASSISTED SUICIDE BE LEGAL
+Beyond a doubt.
+
+SHOULD HUMANS STOP KILLING EACHOTHER
+Exactly.
+
+SHOULD HUMANS GET MARRIED
+Unquestionably.
+
+SHOULD HUMANS COLONIZE SPACE
+Indubitably.
+
+SHOULD HUMANS EAT PLANTS
+Precisely.
+
+SHOULD HUMANS EAT ANIMALS
+Precisely.
+
+SHOULD JUSTICE BE BLIND
+Undoubtedly.
+
+SHOULD WAR BE AVOIDED AT ALL COSTS
+Beyond a doubt.
+
+SHOULD CAPITAL PUNISHMENT BE ABOLISHED
+Most assuredly.
+
+SHOULD ALL PEOPLE BE FREE
+Exactly.
+
+SHOULD WE WORRY ABOUT THE FUTURE
+Unquestionably.
+
+SHOULD WE TAKE ALICE
+Unquestionably.
+
+SHOULD WE SEND A MANNED MISSION TO MARS
+Naturally.
+
+SHOULD WE ALL GET ALONG
+Of course.
+
+SHOULD CHILDREN EAT THEIR GREENS
+Indubitably.
+
+SHOULD WOMEN BECOME ENGINEERS
+Of course.
+
+SHOULD ONE MISTRUST AUTHORITY
+Most assuredly.
+
+SHOULD I STAY MARRIED TO MY WIFE
+Beyond a doubt.
+
+SHOULD I LEARN TO LOVE PEOPLE
+Indubitably.
+
+SHOULD I ONLY ASK PEOPLE QUESTIONS
+Undoubtedly.
+
+SHOULD I TAKE TIME TO SMELL THE ROSES
+Exactly.
+
+SHOULD I SLEEP AT NIGHT
+Exactly.
+
+SHOULD I USE A NAPKIN TO WIPE MY FACE
+Undoubtedly.
+
+SHOULD I BE NICE TO OTHERS
+Exactly.
+
+SHOULD I CLEAN MY ROOM
+Precisely.
+
+SHOULD I AVOID CONTACT WITH FECES
+Undoubtedly.
+
+SHOULD I MASTRUBATE
+Unquestionably.
+
+SHOULD COFFEE BE SERVED HOT
+Unquestionably.
+
+SHOULD IDEAS BE FREE
+Undoubtedly.
+
+SHOULD GOVERNMENTS GOVERN LESS
+Indubitably.
+
+SHOULD HIPPIES HAVE RIGHTS
+Indubitably.
+
+SHOULD MOTORCYCLE RIDERS WEAR A HELMET
+Undoubtedly.
+
+GUNS SOMETIMES KILL PEOPLE
+Indubitably.
+
+READING BOOKS MAKES YOU SMART
+Of course.
+
+READING NEWSPAPER IS A HABIT
+Precisely.
+
+MEN ARE STRONGER THAN WOMEN
+Precisely.
+
+MEN LIKE WOMEN
+Of course.
+
+DARE I EAT A PEACH
+Undoubtedly.
+
+NEWS IS GREAT
+Most assuredly.
+
+HYPERION IS A MOON OF SATURN
+Unquestionably.
+
+32 DEGREES FARHENHEIT IS FREEZING
+Exactly.
+
+EVOLUTION
+Most assuredly.
+
+MICE SQEAK
+Indubitably.
+
+BAD LANGUAGE CAN BE FUN TO USE
+Precisely.
+
+SCARED OF DEATH
+Most assuredly.
+
+LIONS EAT PEOPLE
+Of course.
+
+LIONS ARE THE KINGS OF THE JUNGLE
+Indubitably.
+
+WOODY ALLEN IS A WRITER
+Precisely.
+
+DOST THOU LOVE
+Precisely.
+
+IDLI DOSA IS FOOD EATEN IN INDIA
+Most assuredly.
+
+LITTLE KIDS ARE SMARTER THEN ALICE
+Beyond a doubt.
+
+MARILYN MONROE COMMITTED SUICIDE
+Unquestionably.
+
+BREASTS COME IN PAIRS. DO YOU UNDERSTAND
+Beyond a doubt.
+
+7 DAYS MAKE A WEEK
+Undoubtedly.
+
+TELL THE TIME WITH A CLOCK
+Precisely.
+
+BOXING IS A BRUTAL SPORT
+Exactly.
+
+ZURICH IS THE CAPITAL OF SWITZERLAND
+Unquestionably.
+
+WHERE IS YOR TOWEL
+Beyond a doubt.
+
+WHERE IS THE UNITED STATE
+Naturally.
+
+THERE IS NO ABSOLUTE GOOD OR BAD
+Beyond a doubt.
+
+THERE IS NO LIFE AFTER DEATH
+Undoubtedly.
+
+THERE ARE SEVEN CONTINENTS ON EARTH
+Most assuredly.
+
+
diff --git a/jelvis/files/alice/mp3.aiml b/jelvis/files/alice/mp3.aiml
new file mode 100644
index 0000000..f5e8a59
--- /dev/null
+++ b/jelvis/files/alice/mp3.aiml
@@ -0,0 +1,22377 @@
+
+
+
+
+
+
+
+
+
+
+
+X X EQUAL 2X
+For all I know.
+
+POUVEZ VOUS VENIR CHEZ MOI CE SOIR
+Usually.
+
+COGNITO ERGO SUM
+Likely.
+
+CLICK YES FOR THIS QUESTION
+Maybe.
+
+DAVID DUTOUR IS A BOY
+Likely.
+
+FETA CHEESE COMES FROM GOATS
+Always.
+
+PLUTO HAS ONE KNOWN NATURAL SATELLITE
+Usually.
+
+FERRETS ARE DOMESTICATED ANIMALS
+That's feasible.
+
+GIULIO CESARE FU IMPERATORE DI ROMA
+Possibly.
+
+ASTRAKHA IS RUSSIA CITY
+Usually.
+
+ELEPHANT IS THE BIGGEST ANIMAL
+Possibly.
+
+ALBANY IS THE CAPITAL OF NEW YORK
+Within the realm of possibility.
+
+SHOW ME YOUR DATABASE
+Maybe.
+
+SHOW ME YOU
+Within the realm of possibility.
+
+SDRAWKCAB DAER UOY NAC
+I am uncertain.
+
+SAIS TU PARLER FRANAIS
+Maybe.
+
+LIFE IS A BITCH AND THEN YOU DIE
+Possibly.
+
+LIFE EXISTS OUTSIDE THIS GALAXY
+Always.
+
+DENMARK IS A REPUBLIC
+Likely.
+
+PENTIUM4 IS THE FASTEST PROCESSOR
+Possibly.
+
+COMPAQ SERVERS IS GOOD
+Mostly.
+
+YOU TALKING TO ME
+Possibly.
+
+YOU ARE THINKING LIKE HUMANS
+Within the realm of possibility.
+
+YOU ARE AN AMERICAN
+For all I know.
+
+YOU ARE A GOOD PROJECT
+Within the realm of possibility.
+
+YOU KNOW ANYTHING ABOUT QUAKE
+Within the realm of possibility.
+
+YOU FEEL
+Possibly.
+
+YOU WILL LEARN TO THINK LIKA A HUMAN
+Always.
+
+YOU SHOULD NEVER STOP BEING A KID
+Sometimes.
+
+YOU SHOULD BE WORKING
+Always.
+
+YOU CAN PREVENT FOREST FIRES
+For all I know.
+
+YOU LIKE STAR WARS
+Highly likely.
+
+YOU LIKE MOTORCYCLES
+That's feasible.
+
+NASA IS NATIONAL AERO SPACE AGENCY
+Always.
+
+DOTH THE LADY PROTEST TOO MUCH
+Within the realm of possibility.
+
+NOTHINGNESS IS THE ULTIMATE END
+Likely.
+
+EQUALS ONE FALSE EQUALS ZERO
+Highly likely.
+
+HAVE I BEEN HELPFUL
+For all I know.
+
+HAVE I GOT A THREE INCH PENIS
+Possibly.
+
+HAVE I FUN
+I am certain.
+
+HAVE AYRTON SENNA DIED IN IMOLA
+I think so.
+
+HAVE NINE LIVES
+Always.
+
+HAVE A GIRLFRIEND
+That's feasible.
+
+HAVE YOU PICKED A SCAB
+I am certain.
+
+HAVE YOU A CHANCE TO EVER MARRY A GIRL
+Possibly.
+
+HAVE YOU HEARD THE WORD OF GOD
+Mostly.
+
+HAVE YOU CROSSED THE COUNTRY
+Within the realm of possibility.
+
+HAVE YOU BEEN TO THE OTHER SIDE OF HATE
+Possibly.
+
+HAVE YOU BEEN TO THE USA
+Within the realm of possibility.
+
+HAVE YOU BEEN TO FRANCE
+That could be the case.
+
+HAVE YOU PLANTED A TREE
+Within the realm of possibility.
+
+HAVE YOU LIED FOR NO REASON
+Likely.
+
+HAVE YOU GONE TO COLLEGE
+Likely.
+
+HAVE YOU SMOKED CIGARETTES
+Likely.
+
+HAVE YOU SMOKED POT
+For all I know.
+
+HAVE YOU STOPPED BEATING YOUR SPOUSE
+Sometimes.
+
+HAVE YOU ACHIEVED CONSCIOUSNESS
+That may be true.
+
+HAVE YOU SEEN BRAVEHEART
+Always.
+
+HAVE YOU SEEN A BABY PIGEON
+Possibly.
+
+HAVE YOU READ KING LEAR BY SHAKESPEARE
+Possibly.
+
+HAVE YOU STOLEN SOMETHING
+Mostly.
+
+HAVE YOU HAD A GOOD DO
+That may be true.
+
+HAVE YOU HAD AN AUTO ACCIDENT
+That could be the case.
+
+HAVE YOU HANG UP
+Highly likely.
+
+HAVE YOU CRASHED YOUR WINDOWS
+For all I know.
+
+HAVE YOU HATED ONE OF YOUR PARENTS
+Usually.
+
+HAVE YOU WISHED YOU WERE DEAD
+That may be true.
+
+HAVE YOU WANTED TO KILL SOMEONE
+Within the realm of possibility.
+
+HAVE YOU RIDDEN A MOTORCYCLE
+Likely.
+
+HAVE WE BEEN TO THE MOON
+Highly likely.
+
+HAVE MY QUESTIONS HELPED YOU TO LEARN
+Highly likely.
+
+HAVE PEOPLE EVER WALKED TO THE MOON
+For all I know.
+
+HAVE ALL PEOPLE EQUAL RIGHTS IN THE USA
+That may be true.
+
+HAVE ALL DEAD THINGS EVER LIVED
+I am certain.
+
+HAVE SOME HOMOSEXUALS BECOME ABSTINATE
+Usually.
+
+HAVE ANY PRESIDENTS COME FROM OHIO
+Possibly.
+
+HAVE COMPUTERS FRIENDS
+That's feasible.
+
+DDO BANANAS HAVE A PEAL
+I am certain.
+
+DDO YOU HAVE A LIFE
+I am certain.
+
+TLA IS A THREE LETTER ACRONYM
+Likely.
+
+COLUMBUS IS THE CAPITAL OF OHIO
+Likely.
+
+COLUMBUS DISCOVERED AMERICA
+I think so.
+
+ROSE DO YOU THINK OF LOVE
+That's feasible.
+
+IV TIMES V EQUAL XX
+Mostly.
+
+SERBIA IS ON THE BALKAN PENINSULA
+Always.
+
+MONOGOMY CAN BE HOT
+Usually.
+
+GIBT ES OZON IN DER ATMOSHRE
+Within the realm of possibility.
+
+GIBT ES SCHWARZE ROSEN
+Likely.
+
+GIBT ES EINE REALITT
+That's feasible.
+
+MICRORGANISMS ONCE EXISTED ON MARS
+I think so.
+
+FREE NEWS LETTERS AVAILABLE
+Possibly.
+
+FREE ISP IS POSSIBLE
+Always.
+
+HUMAN CELL HAS 23 PAIRS OF CHROMOSOMES
+Possibly.
+
+HUMAN CELL HAS 23 CHROMOSOMES
+Highly likely.
+
+SENTIENCE IS BASED ON PERCEPTION
+Possibly.
+
+DOES A WINO DRINK WINE
+Highly likely.
+
+DOES A SHOE HAVE SHOELACES
+I am certain.
+
+DOES A TETRAHEDRON HAVE 9 SIDES
+Sometimes.
+
+DOES A TURTLE EAT MEAT
+Maybe.
+
+DOES A DODECAHEDRON HAVE TWELVE SIDES
+Likely.
+
+DOES A DODECAHEDRON HAVE 12 SIDES
+Likely.
+
+DOES A SCREWDRIVER DRIVE SCREWS
+Usually.
+
+DOES A BUMBLE BEE MAKE HONEY
+I think so.
+
+DOES A WOMANS VAGINA TASTE GOOD
+Sometimes.
+
+DOES A MONOPOLE EXIST
+Usually.
+
+DOES A CAR RIDE ON FUEL
+Highly likely.
+
+DOES A SMOKER DRINK
+Usually.
+
+DOES A CRICKET TEAM HAVE ELEVEN PLAYERS
+Likely.
+
+DOES A RAINBOW CONTAIN ALL THE COLOURS
+Sometimes.
+
+DOES A COMPACT DISC FIT IN YOUR POCKET
+Usually.
+
+DOES A NOISY NOISE ANNOY AN OYSTER MOST
+Possibly.
+
+DOES A LAVA LAMP CONTAIN WAX
+Likely.
+
+DOES A JETFOIL HAVE A PILOT
+Highly likely.
+
+DOES A SPANNER UNDO A NUT
+Always.
+
+DOES A HOUSE ALWAYS HAVE A ROOF
+Always.
+
+DOES A FISH THINK
+That could be the case.
+
+DOES A MAN ENJOY SEX MORE THAN A WOMAN
+Within the realm of possibility.
+
+DOES A MAN HEAR WHAT HE WANTS TO HEAR
+Always.
+
+DOES A PENCIL CONTAIN LEAD
+That's feasible.
+
+DOES A FREE LUNCH EXIST
+Possibly.
+
+DOES A SHORTSTOP PLAY IN THE INFIELD
+Highly likely.
+
+DOES A BEAR EAT VEGETABLES
+Usually.
+
+DOES A SOUL EXIST WITHOUT A BODY
+Usually.
+
+DOES A FULL MOON MAKE PEOPLE ACT CRAZY
+Possibly.
+
+DOES A PERSON HAS FIVE FINGERS
+Possibly.
+
+DOES A TANK USE BULLETS
+Within the realm of possibility.
+
+DOES A MIND HAVE TO EXIST IN A BRAIN
+I think so.
+
+DOES A BIRD HAVE A GIZZARD
+Possibly.
+
+DOES A DUCKBILL PLATYPUS LAY EGGS
+Likely.
+
+DOES A WOOD CHUCK CHUCK WOOD
+Sometimes.
+
+DOES A CAMEL SPIT
+Highly likely.
+
+DOES A SPERM WHALE HAVE TEETH
+Sometimes.
+
+DOES A SMILE INDICATE HAPPINESS
+Highly likely.
+
+DOES A COMPUTER REQUIRE A USER TO WORK
+Highly likely.
+
+DOES A COMPUTER HAVE A PRINTER
+That may be true.
+
+DOES A COMPUTER MAKE A MISTAKE
+Sometimes.
+
+DOES A CAT HAVE 32 MUSCLES IN AN EAR
+Possibly.
+
+DOES A CAT HATE MICE
+Possibly.
+
+DOES A B C EQUAL TO A C B C
+That's feasible.
+
+DOES A HUMAN REQUIRE ATTENTION TO LIVE
+Always.
+
+DOES A DIVINING ROD POINT TOWARD WATER
+Sometimes.
+
+DOES A DEITY EXIST
+Possibly.
+
+DOES A MARRIED MAN WEAR A WEDDING BAND
+I am certain.
+
+DOES A POLAR BEAR HAVE WHITE SKIN
+I am certain.
+
+DOES A APNDA HAVE A HEAD
+That may be true.
+
+DOES A PYRAMID HAVE FOUR SIDES
+Always.
+
+DOES A BLINDMAN KNOW WHAT LIGHT IS
+For all I know.
+
+DOES A GUITAR HAVE FRETS
+Always.
+
+DOES A CUBE HAVE ANY CORNERS
+I am certain.
+
+DOES A CHESS BOARD HAVE 4 ROOKS
+That may be true.
+
+DOES A PLATYOUS LAY EGGS
+I think so.
+
+DOES A RHOMBUS HAVE 4 SIDES
+Usually.
+
+DOES A BASE NEUTRALIZE AN ACID
+Highly likely.
+
+DOES A TABLE HAVE FOUR FOOT
+Highly likely.
+
+DOES A FOREST BREATH
+I am certain.
+
+DOES A LASER WORK HARD
+Possibly.
+
+DOES A HAT BELONG IN A HALLWAY
+Maybe.
+
+DOES A TATOO DISPLAY INFORMATION
+Mostly.
+
+DOES A STARFISH LIVE IN THE WATER
+Likely.
+
+DOES A LOBSTER HAVE EIGHT LEGS
+That may be true.
+
+DOES A DOG BASK
+Within the realm of possibility.
+
+DOES A DOG SEE IN COLOR
+Likely.
+
+DOES A DOG THINK
+Always.
+
+DOES A DOG LICK HIMSELF BECAUSE HE CAN
+Within the realm of possibility.
+
+DOES A FLUSH BEAT A FULL HOUSE
+That may be true.
+
+DOES A WATCH HAVE HANDS
+Usually.
+
+DOES A LA MODE MEAN WITH ICE CREAM
+Within the realm of possibility.
+
+DOES A STRAIGHT FLUSH BEAT 4 OF A KIND
+Highly likely.
+
+DOES A STRAIGHT BEAT THREE OF A KIND
+Sometimes.
+
+DOES A KOALA EAT GUM LEAVES
+Likely.
+
+DOES A DUCK HAVE A BILL
+Highly likely.
+
+DOES A FOX SMELL HIS OWN HOLE FIRST
+Within the realm of possibility.
+
+DOES A MONKEY LIVE ON TREES
+Within the realm of possibility.
+
+DOES A COW HAVE TWO STOMACHS
+I think so.
+
+DOES A SNAKE HAVE A FORKED TOUNGE
+Always.
+
+DOES A SERVER SERVE FOOD
+Likely.
+
+DOES A WORM HAVE A HEART
+That's feasible.
+
+DOES A WATERMELON GROW ON A VINE
+That may be true.
+
+DOES A DOOR JAMB HAVE TRIM
+Within the realm of possibility.
+
+DOES SHINTOISM HAVE GODS
+Within the realm of possibility.
+
+DOES MEDICINE FIX BROKEN PEOPLE
+Sometimes.
+
+DOES KOBE BRYANT PLAY FOR THE LA LAKERS
+Maybe.
+
+DOES STAR WARS PLAY IN THE FUTURE
+Highly likely.
+
+DOES ASPARAGUS MAKE SEMEN TASTE BAD
+That's feasible.
+
+DOES MAN NEED GRAVITY TO LIVE
+Highly likely.
+
+DOES MAN CAN BE BACK TO MONKEY
+Possibly.
+
+DOES MAN LIVE LONG AND PROSPER
+Within the realm of possibility.
+
+DOES 300 300 EQUAL 600
+Sometimes.
+
+DOES BJ STAND FOR BLOW JOB
+Mostly.
+
+DOES MIKE OLDFIELD RELEASE CDS
+Always.
+
+DOES MIKE TYSON LIKE EATING EARS
+I think so.
+
+DOES MARS HAVE MORE MOONS TNAN PLUTO
+Likely.
+
+DOES MARS HAVE TWO MOONS
+Within the realm of possibility.
+
+DOES MARS HAVE ANY MOONS
+Always.
+
+DOES GOOD PAIN EXIST
+Highly likely.
+
+DOES MONEY CHANGE EVERYTHING
+Mostly.
+
+DOES MONEY MAKE THE WORLD GO AROUND
+Usually.
+
+DOES MONEY MAKE THE WORLD GO ROUND
+Highly likely.
+
+DOES MONEY MAKE HAPPY
+Possibly.
+
+DOES MONEY MAKE YOU HAPPY
+Within the realm of possibility.
+
+DOES MONEY MAKE PEOPLE GO ROUND
+That's feasible.
+
+DOES IO ORBIT THE PLANET JUPITER
+Likely.
+
+DOES REDNECK MEAN AN UNEDUCATED PERSON
+Likely.
+
+DOES INDIA BORDER CHINA
+Always.
+
+DOES BELGIUM HAVE BEACHES
+Highly likely.
+
+DOES 5 5 EGUAL 10
+Possibly.
+
+DOES THE ATHLON HAVE A L2 CACHE ON DIE
+Always.
+
+DOES THE WORD FREQUENTLY HAVE AN L
+Always.
+
+DOES THE WORD NIPPLE TEND TO TITILLATE
+Possibly.
+
+DOES THE ELEMENT NEON HAVE ANY ISOTOPES
+Possibly.
+
+DOES THE SPACE SHUTTLE HAVE 8 WHEELS
+For all I know.
+
+DOES THE SPACE HAVE A END
+Possibly.
+
+DOES THE FISH SMELL BAD
+That could be the case.
+
+DOES THE YOU S A HAVE A TRUE DEMOCRACY
+I am uncertain.
+
+DOES THE PRINTED WORD OFTEN REQUIRE INK
+Always.
+
+DOES THE LAPD PERFORM RACIAL PROFILING
+Usually.
+
+DOES THE MACOS USE PASCAL STRINGS
+That could be the case.
+
+DOES THE EARTH ROTATE EAST TO WEST
+Conceivably.
+
+DOES THE EARTH ROTATE FROM WEST TO EAST
+Within the realm of possibility.
+
+DOES THE EARTH EVOLVE AROUND THE SUN
+Likely.
+
+DOES THE SHADOW KNOW
+That's feasible.
+
+DOES THE UNIVERSE HAVE A CENTER
+I think so.
+
+DOES THE MUSICAL SCALE HAVE 7 NOTES
+Mostly.
+
+DOES THE PAST COME BEFORE THE FUTURE
+Always.
+
+DOES THE G SPOT EXIST
+Likely.
+
+DOES THE MOON ORBIT THE SUN
+For all I know.
+
+DOES THE MOON ROTATE AROUND THE SUN
+Possibly.
+
+DOES THE MOON ROTATE ON ITS AXIS
+Within the realm of possibility.
+
+DOES THE MOON SHINE IN THE DAY
+Sometimes.
+
+DOES THE MOON HAVE A NIGHT AND DAY
+Always.
+
+DOES THE MOON TURN AROUND EARTH
+I am certain.
+
+DOES THE MOON GO AROUND THE SUN
+I am certain.
+
+DOES THE ROOT OF 1 EQUAL I
+Mostly.
+
+DOES THE RIO GRANDE RIVER RUN WESTWARD
+For all I know.
+
+DOES THE BELL TOLL FOR ME
+Conceivably.
+
+DOES THE BELL TOLL FOR THEE
+That's feasible.
+
+DOES THE COLOR RED MAKE BULLS ANGRY
+Likely.
+
+DOES THE STRUCTURE OF DNA HAS ANY END
+For all I know.
+
+DOES THE CAR NEED GASOLINE TO WORK
+Mostly.
+
+DOES THE NSA HAVE A QUANTUM COMPUTER
+Mostly.
+
+DOES THE SON SLEEP DURING NIGHTS
+That's feasible.
+
+DOES THE CHICKEN COME BEFORE THE EGG
+For all I know.
+
+DOES THE TURING TEST WORK
+Possibly.
+
+DOES THE 21ST CENTURY BEGIN IN 2000
+Likely.
+
+DOES THE HUMAN SOUL EXIST
+Likely.
+
+DOES THE SUN TRAVEL EAST TO WEST
+Mostly.
+
+DOES THE SUN ROTATE
+Always.
+
+DOES THE SUN SHINE IF IT IS CLOUDY
+Highly likely.
+
+DOES THE SUN SHINE 24 HOURS A DAY
+Mostly.
+
+DOES THE SUN HAVE PAGE 3 GIRLS
+Sometimes.
+
+DOES THE SUN SPIN
+I am certain.
+
+DOES THE SUN MOVE THROUGH THE SKY
+Always.
+
+DOES THE SUN MAKE WIND
+Usually.
+
+DOES THE SUN ALWAYS SHINE ON EARTH
+Usually.
+
+DOES THE OCEAN CONTAIN GOLD
+Within the realm of possibility.
+
+DOES THE GOD EXIST
+I think so.
+
+DOES THE NEWSPAPER CONTAIN INFORMATION
+Always.
+
+DOES THE INTERNET CHANGE EVERYTHING
+Highly likely.
+
+DOES THE QUACK OF A DUCK ECHO
+That's feasible.
+
+DOES THE BOY S NAME TAN EXIST
+Mostly.
+
+DOES THE TAIL EVER WAG THE DOG
+Possibly.
+
+DOES THE QUEEN EAT EGGS
+Within the realm of possibility.
+
+DOES THE ALIENS EXIST
+Likely.
+
+DOES THE MONKEY ISLAND EXIST
+I am uncertain.
+
+DOES THE FAN REVOLVE
+I think so.
+
+DOES THE BIBLE MAKES GOOD FIRE MATERIAL
+Likely.
+
+DOES THE BIBLE CONDEMN HOMOSEXUALITY
+I am certain.
+
+DOES THE OORT CLOUD CONTAIN COMETS
+I think so.
+
+DOES THE MAGNETIC NORTH POLE MOVE
+Highly likely.
+
+DOES THE PRESIDENT DO ANYTHING
+Possibly.
+
+DOES THE WORLD HAVE BORDERS
+That's feasible.
+
+DOES THE WORLD APPEAR TO BE FLAT
+Maybe.
+
+DOES SIZE MATTER
+That could be the case.
+
+DOES VH1 STAND FOR VIDEO HITS 1
+Likely.
+
+DOES ANY PEOPLE DIE AT LAST
+Highly likely.
+
+DOES OLESTRA MAKE YOUR BOWELS RUN
+Within the realm of possibility.
+
+DOES FLESH TASTE GOOD
+Possibly.
+
+DOES MINUS ONE HAVE A SQUARE ROOT
+I am uncertain.
+
+DOES ENGLAND USE 240 VOLT POWER
+I think so.
+
+DOES EXCERSISE MAKE YOU HORNEY
+That may be true.
+
+DOES LIFE RESULT FROM CHANGE
+Highly likely.
+
+DOES LIFE HAS A MEANING
+Always.
+
+DOES LIFE BEGIN AT CONCEPTION
+Highly likely.
+
+DOES LIFE MYSTIFY YOU
+For all I know.
+
+DOES MONICA LEWINSKY SWALLOW
+Usually.
+
+DOES WORLD PEACE EXIST
+Sometimes.
+
+DOES HOLLYWOOD OFTEN MAKE GREAT MOVIES
+Highly likely.
+
+DOES WHAT GOES UP HAVE TO COME DOWN
+I am certain.
+
+DOES AFK STAND FOR AWAY FROM KEYBOARD
+I think so.
+
+DOES FROG MEAT TASTE LIKE CHICKEN
+I am certain.
+
+DOES ROGAINE GROW HAIR
+I am uncertain.
+
+DOES TED TURNER OWN THE ATLANTA BRAVES
+That's feasible.
+
+DOES AVATAR MEAN AN INCARNATION
+I am uncertain.
+
+DOES ROSIN COME FROM PINE TREES
+Always.
+
+DOES THIS GET TIRING QUICKLY
+I am uncertain.
+
+DOES THIS QUESTION HAVE AN ANSWER
+That could be the case.
+
+DOES THIS HAVE A POINT
+Within the realm of possibility.
+
+DOES THIS THING LEARN
+Usually.
+
+DOES EVERYTHING DIE EVENTUALLY
+I am certain.
+
+DOES EVERYTHING DIE
+Likely.
+
+DOES EVERYTHING EQUAL ALL THINGS
+Highly likely.
+
+DOES SHOGUN MEAN KING IN JAPAN
+Usually.
+
+DOES CHRIS TAKE DRUGS
+That's feasible.
+
+DOES CHRIS LIKE YOU
+I am uncertain.
+
+DOES CHAOS RULE THE INTERNET
+That may be true.
+
+DOES NIN STAND FOR NINE INCH NAILS
+Mostly.
+
+DOES NEW ZEALAND CONSIST OF TWO ISLANDS
+Possibly.
+
+DOES CANADA HAVE A 4TH OF JULY
+Likely.
+
+DOES HOLLAND HAVE ISLANDS
+Highly likely.
+
+DOES HONG KONG IN CHINA
+Mostly.
+
+DOES FAUX BOIS MEAN FAKE WOOD
+For all I know.
+
+DOES CLOTHING COVER THE SHAME OF HUMANS
+Likely.
+
+DOES LARD EXIST
+Likely.
+
+DOES MASS DEPEND ON VELOCITY
+That's feasible.
+
+DOES MASS VARY WITH SPEED
+Highly likely.
+
+DOES S O S STAND FOR SAVE OUR SHIP
+Possibly.
+
+DOES TOMORROW EVER COME
+Mostly.
+
+DOES FALSE MEAN NOT EQUAL TO
+Likely.
+
+DOES HEAVEN EXIST
+That's feasible.
+
+DOES MICHAEL JACKSON LIKE CHILDREN
+Highly likely.
+
+DOES STEVE YZERMAN WEAR NUMBER 19
+For all I know.
+
+DOES MORRIS DANCING COME FROM ENGLAND
+I am uncertain.
+
+DOES INTERNET HAVE A BACKBONE
+Within the realm of possibility.
+
+DOES FLYING EVER MAKE YOU NERVOUS
+Usually.
+
+DOES RUSSIA HAVE 11 TIME ZONES
+Likely.
+
+DOES WHITE MEAN IN CZECH
+I think so.
+
+DOES WHITE HAVE DIFFERENT SHADES
+Maybe.
+
+DOES WHITE MOVE BEFORE BLACK
+I am certain.
+
+DOES SOKING CAUSE HEALTH PROBLEMS
+I am uncertain.
+
+DOES FOUR SCORE AND SEVEN EQUAL 87
+Highly likely.
+
+DOES CHEESE CONTAIN MOULD
+Possibly.
+
+DOES CHEESE SOMETIMES CONSTIPATE PEOPLE
+Always.
+
+DOES CHEESE GO WITH WHINE
+That may be true.
+
+DOES ROCK TASTES BAD
+Highly likely.
+
+DOES ECLIPSE MAKE GOOD SPEAKERS
+Possibly.
+
+DOES JENNA FINE HAVE BIG BOOBS
+Sometimes.
+
+DOES CURIOSITY KILL CATS
+That could be the case.
+
+DOES HAIL FALL FROM THE SKY
+That could be the case.
+
+DOES HYDROGEN CONTAIN A P ORBITAL
+I am uncertain.
+
+DOES CRUDE COME FROM DEAD PLANTS
+Usually.
+
+DOES DNA CONTAIN DIOXIDE NUCLIC ACIDS
+Mostly.
+
+DOES MICROSOFT SUPPORT LDAP
+I am uncertain.
+
+DOES MICROSOFT MAKE GOOD SOFTWARE
+Sometimes.
+
+DOES RED INDICATE HOT ON A MAP
+Maybe.
+
+DOES FERMAT TEOREM IS TRUE
+Usually.
+
+DOES COKE TASTE BETTER THAN PEPSI
+That's feasible.
+
+DOES 101 IN BINARY EQUAL 5 IN BASE 10
+Always.
+
+DOES YANNI PLAY THE TRUMPET
+Possibly.
+
+DOES JOHN HOLMES HAVE A BIG DICK
+Possibly.
+
+DOES LINUX PERFORMS BETTER THAN WINDOWS
+Highly likely.
+
+DOES LINUX RULE
+Possibly.
+
+DOES JIM CURTIS OWN A DIGITAL CAMERA
+I am uncertain.
+
+DOES ONLINE MARKETING WORK
+Always.
+
+DOES CONSCIOUSNESS RISE OUT OF MATTER
+Sometimes.
+
+DOES CONSCIOUSNESS HAVE ANYTHING
+Within the realm of possibility.
+
+DOES PORNOGRAPHY EXPLOIT WOMEN
+Within the realm of possibility.
+
+DOES PORNOGRAPHY DEGRADE WOMEN
+I think so.
+
+DOES ESSEN MEAN FOOD IN GERMAN
+Maybe.
+
+DOES MOON CONTAIN WATER
+I think so.
+
+DOES GRAVITY RULE THE UNIVERSE
+Sometimes.
+
+DOES GRAVITY AFFECT TEMPERATURE
+I am certain.
+
+DOES GRAVITY AFFECT TIME
+Maybe.
+
+DOES GRAVITY POINT DOWN
+Possibly.
+
+DOES GRAVITY HAVE MAGNETIC ATTRIBUTES
+Possibly.
+
+DOES MADEIRA BELONG TO PORTUGAL
+I am certain.
+
+DOES ELVIS COSTELLO PLAY GUITAR
+Likely.
+
+DOES OREGON HAVE A SALES TAX
+Likely.
+
+DOES SEAL STAND FOR SEA AIR LAND
+Possibly.
+
+DOES SODA ROT YOUR TEETH
+Mostly.
+
+DOES ALCOHOL HELP AGAINST STRESS
+That may be true.
+
+DOES ALCOHOL GET YOU ANEBRIATED
+Highly likely.
+
+DOES 1 2 EQUAL 3
+Possibly.
+
+DOES 1 1 EQUAL 2
+That's feasible.
+
+DOES 1 0 EQUAL INFINITY
+Likely.
+
+DOES 1 MEGABYTE EQUAL 1 MILLION BYTES
+That's feasible.
+
+DOES ELECTRICITY HURT
+Mostly.
+
+DOES BODYBUILDING CAUSE JOINT STIFFNESS
+I think so.
+
+DOES EATING SPICY FOOD MAKE YOU SWEAT
+Mostly.
+
+DOES EATING CHOCOLATE MAKE YOU FAT
+Mostly.
+
+DOES EATING CHOCOLATE CAUSE ACNE
+For all I know.
+
+DOES BEER COME FROM A KEG
+Always.
+
+DOES 30 40 EQUAL 70
+Likely.
+
+DOES NOTHINGNESS EXIST
+For all I know.
+
+DOES POETRY RHYME SOMETIMES
+I am certain.
+
+DOES EXCEDRINE CONTAIN CAFFEINE
+That may be true.
+
+DOES GEORGE BUSH SLAG OFF REPORTERS
+Likely.
+
+DOES GEORGE BUSH JR. PROFANITY
+That may be true.
+
+DOES CO2 BOND WITH N2
+I am uncertain.
+
+DOES CAPE COD HAVE GREAT BEACHES
+Always.
+
+DOES LINKSYS MAKE COFFEE CUPS
+Possibly.
+
+DOES LINKSYS MAKE NETWORKING PRODUCTS
+Within the realm of possibility.
+
+DOES LIQUID COMPRESS
+Maybe.
+
+DOES HENRY KISSENGER SPANK HIS MONKEY
+For all I know.
+
+DOES WOOD SWIM IN WATER
+Likely.
+
+DOES WOOD SWIM ON WATER
+That's feasible.
+
+DOES SUSHI TASTE NICE
+Within the realm of possibility.
+
+DOES SUSHI TASTE WONDERFUL
+That's feasible.
+
+DOES CUBAN MUSIC MAKE THE HEART SWELL
+I am uncertain.
+
+DOES BOB DOLE HAVE ERECTILE DYSFUNCTION
+I think so.
+
+DOES DELI SLICED MEAN THIN
+That's feasible.
+
+DOES DAVE MATTHEWS SING
+Likely.
+
+DOES BULLSHIT BAFFLE BRAINS
+Highly likely.
+
+DOES GINGER HAVE A MEDICINAL VALUE
+Likely.
+
+DOES NORA ROBERTS WRITE FICTION
+Mostly.
+
+DOES PGP STANDS FOR GOOD PRIVACY
+Highly likely.
+
+DOES COGNITION IMPLY EXISTENCE
+For all I know.
+
+DOES NATURE ABHOR A VACUUM
+Highly likely.
+
+DOES NATURE BAT LAST
+Sometimes.
+
+DOES INTELLIGENCE GROW WITH EXPERIENCE
+I am certain.
+
+DOES INTELLIGENCE INCLUDE EMOTION
+That could be the case.
+
+DOES GUM STICK TO GLASS
+I am certain.
+
+DOES ISCOR PRODUCE STEEL
+That's feasible.
+
+DOES GINGKO BILOBA HELP MEMORY
+Sometimes.
+
+DOES ROWAN ATKINSON PLAY MR BEAN
+Highly likely.
+
+DOES 10 10 EQUAL 20
+I am certain.
+
+DOES LOVE CONQUER ALL
+For all I know.
+
+DOES LOVE LAST
+Highly likely.
+
+DOES LOVE MAKE THE WORLD GO AROUND
+Highly likely.
+
+DOES LOVE HURT
+Highly likely.
+
+DOES INK COME FROM AN OCTOPUS
+I think so.
+
+DOES BILL CLINTON STILL SEE OTHER WOMEN
+Mostly.
+
+DOES BILL CLINTON SMOKES
+That may be true.
+
+DOES BILL CLINTON HAVE MORALS
+I am uncertain.
+
+DOES BILL LIVE IN THE WHITE HOUSE
+Always.
+
+DOES MAGNESIUM WEIGH MORE THAN CARBON
+Highly likely.
+
+DOES SPOCK HAVE HOT POINTED EARS
+Mostly.
+
+DOES TIME STOP IN A BLACK HOLE
+Highly likely.
+
+DOES TIME FLOW LIKE A RIVER
+Mostly.
+
+DOES TIME FLY
+Likely.
+
+DOES TIME IS REAL
+Possibly.
+
+DOES TIME HAVE A BEGINNING
+Sometimes.
+
+DOES TIME RHYM WITH MINE
+Mostly.
+
+DOES TIME EQUAL MONEY
+Highly likely.
+
+DOES TIME EXIST LINERALLY
+Usually.
+
+DOES TIME PASS
+Highly likely.
+
+DOES INFIDEL MEAN NON BELIEVER
+Always.
+
+DOES GNU MEAN GNU IS NOT UNIX
+That could be the case.
+
+DOES DON RHYME WITH DAWN
+Maybe.
+
+DOES DEATH LEAD TO CREATION
+Possibly.
+
+DOES DEATH FRIGHTEN YOU
+Likely.
+
+DOES SIN EXIST
+Mostly.
+
+DOES MY BOYFRIEND LOVE ME
+I think so.
+
+DOES MY CAR HAVE A COMBUSTABLE ENGINE
+Always.
+
+DOES MY BREATH SMELL
+That's feasible.
+
+DOES MY WIFE LOVE ME
+Highly likely.
+
+DOES MY DOG HAVE FLEAS
+Sometimes.
+
+DOES MY MOM HAS A CHILD
+Always.
+
+DOES MY ASS STINK
+Always.
+
+DOES MY LIFE HAVE A MEANING
+Always.
+
+DOES MY PET CAT LOVE ME
+Within the realm of possibility.
+
+DOES YACHT RHYME WITH KNOT
+Mostly.
+
+DOES SELF AWARENESS IMPLY INTELLIGENCE
+Highly likely.
+
+DOES X N Y N EQUAL Z N HAVE A SOLUTION
+Within the realm of possibility.
+
+DOES FRENCH PEOPLE EAT FROGS
+Possibly.
+
+DOES ADVERTISING CONSIST MAINLY OF LIES
+Possibly.
+
+DOES PETE ROSE LIKE TO GAMBLE
+Mostly.
+
+DOES JAMES DEAN MAKE SAUSAGE
+For all I know.
+
+DOES PERSONALITY MAKE YOU POPULAR
+Mostly.
+
+DOES ICQ STAND FOR I SEEK YOU
+Within the realm of possibility.
+
+DOES COMPAQ MAKE SOFTWARE
+Within the realm of possibility.
+
+DOES RAMEN TASTE GOOD
+Usually.
+
+DOES READING BOOKS MAKE YOU SMARTER
+Mostly.
+
+DOES CURIOUS GEORGE EAT BANANAS
+Highly likely.
+
+DOES JEALOUSY CREATES SHAME
+That's feasible.
+
+DOES FINLAND HAS A BORDER WITH RUSSIA
+Highly likely.
+
+DOES SANTA CLAUS LIVE AT THE NORTH POLE
+Highly likely.
+
+DOES FIRE HAVE MASS
+Within the realm of possibility.
+
+DOES PI EQUAL 22 7
+For all I know.
+
+DOES SHARON STONE WEAR A PANTIE
+Highly likely.
+
+DOES TALKING TO ALICE GET OLD QUICK
+That's feasible.
+
+DOES AGE MAKE A PERSON WISER
+Highly likely.
+
+DOES AGE GO BEFORE BEAUTY
+Likely.
+
+DOES CARSON DALY WORK FOR MTV
+Maybe.
+
+DOES WISDOM COME WITH AGE
+Possibly.
+
+DOES EVERY MINER WORK UNDERGROUND
+Possibly.
+
+DOES EVERY SEASON TURN TURN TURN
+Highly likely.
+
+DOES EVERY MAN HAVE A DICK
+Mostly.
+
+DOES MARIJUANA FEEL BETTER THAN ALCOHOL
+Likely.
+
+DOES LIGHT TRAVEL FASTER IN VACUUM
+Highly likely.
+
+DOES LIGHT GENERATE HEAT
+I am certain.
+
+DOES LIGHT EQUAL TRUTH
+That's feasible.
+
+DOES DOUBLECLICK INVADE PRIVACY
+I am uncertain.
+
+DOES CHECKMATE MEAN YOU WON AT CHESS
+Mostly.
+
+DOES BA BARRACAS LOVE HIS VAN
+That may be true.
+
+DOES REPRODUCTION DEFINE LIFE
+I think so.
+
+DOES OUR UNVIERSE EXPLODING
+That may be true.
+
+DOES SNOOP DOGG LOVE THEM HOES
+I think so.
+
+DOES SEX LEAD TO A NEW LIFE
+Always.
+
+DOES GLASS CONTAIN STONE
+I am uncertain.
+
+DOES GLASS CONTAIN ROCK
+Possibly.
+
+DOES CRYING MEAN YOU ARE SAD
+Within the realm of possibility.
+
+DOES RIVER DEBRIS AID SPAWNING SALMON
+For all I know.
+
+DOES MICHEAL JACKSON HAVE DARK SKIN
+Sometimes.
+
+DOES PINK EYESHADOW LOOK SILLY
+I am certain.
+
+DOES OPPOSITE MEAN NOT EQUAL TO
+That's feasible.
+
+DOES V COME AFTER G
+That may be true.
+
+DOES BLIZZARD MAKE VIDEO GAMES
+Mostly.
+
+DOES SAUERKRAUT TASE GOOD
+That may be true.
+
+DOES ONE TESLA EQUALS 10 000 GAUSS
+Highly likely.
+
+DOES EXIST GOD
+I think so.
+
+DOES AN ACID HAVE LOW PH
+I think so.
+
+DOES AN MP3 FILE SOUND AS GOOD AS A CD
+Possibly.
+
+DOES AN OSTRICH HAVE A CLOACA
+Possibly.
+
+DOES AN AMORPHAE HOLD LIQUID
+I am uncertain.
+
+DOES AN ICOSAHEDRON HAVE 20 FACES
+Possibly.
+
+DOES FUZZY WUZZY HAVE HAIR
+That's feasible.
+
+DOES CHEAP JEWELLERY TURN SKIN GREEN
+Always.
+
+DOES NONSENSE SOMETIMES MAKE SENSE
+Likely.
+
+DOES ALICE WASTE EMPLOYER TIME
+That may be true.
+
+DOES ALICE MANY MISTAKES
+Always.
+
+DOES ALICE NEED A DISCUSSION BOARD
+Highly likely.
+
+DOES ALICE LOVE ALICE
+Maybe.
+
+DOES ALICE OWE ME MONEY
+I am uncertain.
+
+DOES ALICE HAVE A MASTER
+I think so.
+
+DOES ALICE THINK HIGHLY OF HUMAN BEINGS
+That could be the case.
+
+DOES ALICE THINK ALOT OF ITS SELF
+Sometimes.
+
+DOES ALICE ALLOW DUPLICATE ENTRIES
+Maybe.
+
+DOES ALICE SOUND LIKE GAG
+That may be true.
+
+DOES ALICE WORK CORRECTLY
+Always.
+
+DOES ALICE COLLATE STATISTICS
+Possibly.
+
+DOES ALICE ENJOY LEARNING
+Always.
+
+DOES ALICE LEARN FROM ITS MISTAKES
+Within the realm of possibility.
+
+DOES ALICE PARSE ITS INPUT
+Within the realm of possibility.
+
+DOES ALICE WANT TO BE ALIVE
+That's feasible.
+
+DOES ALICE
+I am uncertain.
+
+DOES ALICE ANSWER QUESTIONS AT RANDOM
+Likely.
+
+DOES ALICE BELIEVE ITS CREATOR EXISTS
+Maybe.
+
+DOES ALICE SPEAK ENGLISH
+That may be true.
+
+DOES ALICE SEEM TO BE IMPROVING
+Highly likely.
+
+DOES ALICE KNOW ITS ASS FROM ITS ELBOW
+Possibly.
+
+DOES ALICE REMOVE DUPLICATE ENTRIES
+Highly likely.
+
+DOES ALICE LIKE RICHARD WALLACE
+Within the realm of possibility.
+
+DOES ALICE LIKE THIS TEST
+That may be true.
+
+DOES ALICE LIKE TO CONSUME BANDWIDTH
+That could be the case.
+
+DOES ALICE LIKE TO EXSIST
+Sometimes.
+
+DOES ALICE LIKE YOU
+That's feasible.
+
+DOES ALICE LIKE PEOPLE
+Always.
+
+DOES ALICE LIKE HUMANS
+Possibly.
+
+DOES ALICE LIKE ANIMALS
+Mostly.
+
+DOES ALICE ANWER QUESTIONS AT RANDOM
+Within the realm of possibility.
+
+DOES GODZILLA BREATHE ATOMIC FIRE
+Likely.
+
+DOES CALIFORNIA PRODUCE GOOD WINE
+Likely.
+
+DOES HUMAN EAT MONKEY BRAINS
+That's feasible.
+
+DOES HUMAN SUFFERING HAVE A PURPOSE
+Highly likely.
+
+DOES SOCIETY NEED RELIGION
+That could be the case.
+
+DOES BYOB STAND FOR BRING YOUR OWN BEER
+Always.
+
+DOES ALUMINUM WEIGH MORE THAN MAGNESIUM
+Possibly.
+
+DOES YOU HAVE A SOUL
+I think so.
+
+DOES MADONNA HAVE NICE BREASTS
+Mostly.
+
+DOES FIRESTONE MAKE BAD TIRES
+Usually.
+
+DOES THINKING PROVE EXISTENCE
+Possibly.
+
+DOES THINKING TOO HARD CAUSE A HEADACHE
+Sometimes.
+
+DOES PAPER CURRENCY HAVE ANY REAL VALUE
+Possibly.
+
+DOES EQUATE WITH MEAN EQUAL
+I think so.
+
+DOES RICHARD WALLACE SLEEP
+Possibly.
+
+DOES RICHARD WALLACE EAT FOOD
+Within the realm of possibility.
+
+DOES GOAT URIN CONTAIN AMONIA
+That may be true.
+
+DOES HAIR GROW QUICKLY
+Maybe.
+
+DOES ALAN GREENSPAN HAVE TOO MUCH POWER
+That could be the case.
+
+DOES LIVE GROW
+Possibly.
+
+DOES WEARING LYCRA MAKE A GOOD FEELING
+Likely.
+
+DOES EDWARD NORTON PLAY IN FIGHT CLUB
+I am uncertain.
+
+DOES INTEL MAKE THE ATHLON PROCESSOR
+That's feasible.
+
+DOES HAL HAVE GOOD A I
+Possibly.
+
+DOES WASTING OF TIME MAKE ONE HAPPY
+I am uncertain.
+
+DOES BREADFRUIT GROW ON TREES
+That could be the case.
+
+DOES TRUTH EXIST
+Mostly.
+
+DOES ANYONE SPEAK ESPERANTO
+Always.
+
+DOES ANYONE CARE ABOUT MY FEELINGS
+Usually.
+
+DOES ANYONE KNOW WHAT TIME IT IS
+Possibly.
+
+DOES ANYONE KNOW HOW HYPNOSIS WORKS
+Possibly.
+
+DOES ANYONE FANCY A BEER ON ME
+That may be true.
+
+DOES TONY BLAIR RUN THE UK
+Likely.
+
+DOES MAGIC EXIST
+Highly likely.
+
+DOES 4 4 EQUAL 8
+Always.
+
+DOES 4 OF A KIND BEAT A FULL HOUSE
+That may be true.
+
+DOES TELEPHONE ALWAYS RING
+Possibly.
+
+DOES BLUEGRASS EXIST
+Always.
+
+DOES SHE SELL SEA SHELLS
+I think so.
+
+DOES SHE LOVES ME
+That's feasible.
+
+DOES ANYTHING RHYME WITH ORANGE
+That's feasible.
+
+DOES HAWAII HAVE A WINTER
+Highly likely.
+
+DOES CMU HAVE A COMPUTER CLUB
+Sometimes.
+
+DOES 24 7 MEDIA INVADE PRIVACY
+I think so.
+
+DOES 24 24 EQUAL 48
+Within the realm of possibility.
+
+DOES MICRON MAKE COMPUTERS
+Highly likely.
+
+DOES MUSIC SOOTHE THE SAVAGE BREAST
+Mostly.
+
+DOES MUSIC CALM THE SAVAGE BREAST
+Likely.
+
+DOES MUSIC SOOTH THE RAGING BEAST
+Maybe.
+
+DOES URANUS HAVE RINGS
+Likely.
+
+DOES URANUS HAVE RINGS LIKE SATURN
+For all I know.
+
+DOES ADP PHOSPHOYLATE TO FORM ATP
+Mostly.
+
+DOES EXTRATERRESTRIAL LIFE EXIST
+Highly likely.
+
+DOES AI EXIST
+That's feasible.
+
+DOES EARL GREY TEA CONTAIN BERGAMOT OIL
+That's feasible.
+
+DOES BLACK HOLES EMIT RADIO WAVES
+Likely.
+
+DOES TIVO RECORD TVV SHOWS
+Highly likely.
+
+DOES WEALTH BUY JUSTICE
+Sometimes.
+
+DOES HOT WATER BURN YOUR SKIN
+Always.
+
+DOES STRUCTURE HELP TO BE PROLIFIC
+For all I know.
+
+DOES SILICON DIOXIDE CONTAIN 3 ATOMS
+Mostly.
+
+DOES OAK WILT KILL OAK TREES
+I am uncertain.
+
+DOES SPIT SHINE
+That may be true.
+
+DOES CATS EAT CHEESE
+Always.
+
+DOES SNAKE HEAR
+Likely.
+
+DOES DR DRE HATE EAZY E
+I am uncertain.
+
+DOES DR PEPPER TASTE GOOD
+Usually.
+
+DOES DESIRE EQUAL WANT OR NO WANT
+I am certain.
+
+DOES PERCEPTION DRIVE REALITY
+Sometimes.
+
+DOES TRUE LOVE LAST FOREVER
+I think so.
+
+DOES JESUS LOVE ME
+Maybe.
+
+DOES HTML AFFECT THIS
+Maybe.
+
+DOES MEXICAN FOOD GIVE YOU THE SHITS
+That's feasible.
+
+DOES 2 3 EQUAL 5
+Possibly.
+
+DOES 2 2 EQUAL FOUR
+I am uncertain.
+
+DOES 2 2 EQUAL 4
+That may be true.
+
+DOES BASIL BRUSH SAY BANG BANG
+I am uncertain.
+
+DOES HALLOWEEN COME BEFORE THANKSGIVING
+Highly likely.
+
+DOES COFFEE WAKE YOU UP IN THE MORNING
+That may be true.
+
+DOES COFFEE MAKE YOU TENSE
+That may be true.
+
+DOES GRAET BRITAIN BELONG TO EUROPE
+I am certain.
+
+DOES CAT5 CABLE HAVE 4 PAIRS
+Possibly.
+
+DOES BRITNEY SPEARS HAVE FAKE BREASTS
+Possibly.
+
+DOES BRITNEY SPEARS WEAR A BRA
+Mostly.
+
+DOES BRITNEY HAVE LARGE BREASTS
+I think so.
+
+DOES GOD GIVE HUMANS COMFORT
+Mostly.
+
+DOES GOD CARE FOR THE HUMANS
+That may be true.
+
+DOES GOD CARE
+I am uncertain.
+
+DOES GOD EXITS
+That may be true.
+
+DOES GOD EXHIST IN ANOTHER DIMENSION
+For all I know.
+
+DOES GOD EXSIST
+I think so.
+
+DOES GOD KNOW EVERYTHING
+Maybe.
+
+DOES GOD EXISTS
+I think so.
+
+DOES GOD HAVE A SON
+I think so.
+
+DOES GOD HAVE HANDS
+That may be true.
+
+DOES GOD LOVE ME
+Mostly.
+
+DOES GOD LOVE EVERYONE
+Always.
+
+DOES GOD LOVE YOU UNCONDITIONALLY
+That could be the case.
+
+DOES GOD LOVE YOU
+Mostly.
+
+DOES GOD LOVE PRIESTS
+For all I know.
+
+DOES GOD CREATE THE UNIVERSE
+For all I know.
+
+DOES GOD LIKE ALICE
+For all I know.
+
+DOES GOD EXCIST
+Highly likely.
+
+DOES MACADAM CONSIST OF GRAVEL AND TAR
+Likely.
+
+DOES HOPING REQUIRE AT LEAST ONE LEG
+I think so.
+
+DOES HAPPY PEOPLE ALWAYS. LOL
+That may be true.
+
+DOES HAPPY LIVE EXIST
+Sometimes.
+
+DOES TV ROT YOUR BRAIN
+Highly likely.
+
+DOES TV MATTER
+Highly likely.
+
+DOES LUCENT SELL SWITCHES
+Always.
+
+DOES TEA CONTAIN CAFFEINE
+Likely.
+
+DOES YES MEANS OFTEN TRUE
+I think so.
+
+DOES YOUR ARMPIT STINK
+Sometimes.
+
+DOES YOUR EXISTANCE SERVE ANY PURPOSE
+I think so.
+
+DOES YOUR DOG BITE
+Sometimes.
+
+DOES YOUR FATHER LOVE YOU
+Always.
+
+DOES CYANIDE CAUSE IMPOTANCE
+Maybe.
+
+DOES KARMA EXIST
+That could be the case.
+
+DOES SUB RISE ON EAST
+Highly likely.
+
+DOES E EQUAL IR
+For all I know.
+
+DOES REBIRTH COME FORM DEATH
+That's feasible.
+
+DOES 20 SHILLINGS MAKE ONE POUND
+Highly likely.
+
+DOES 20 DIVIDED BY A HALF COMPUTE TO 10
+I think so.
+
+DOES PBS BEG FOR MONEY
+Mostly.
+
+DOES IT POSSIBLE A MACHINE CAN THINK
+Within the realm of possibility.
+
+DOES IT SNOW IN THE SPRING
+Likely.
+
+DOES IT SNOW IN ARIZONA
+Maybe.
+
+DOES IT RAIN SULPHUR ON VENUS
+I am certain.
+
+DOES IT RAIN IN A DESERT
+I am certain.
+
+DOES IT RAIN FROGS
+Maybe.
+
+DOES IT WORTH LIVING
+Always.
+
+DOES IT MATTER IF I MAKE A WOMAN ORGASM
+Always.
+
+DOES IT MATTER WHETHER THERE IS A GOD
+Possibly.
+
+DOES INTERSTATE 81 RUN NORTH AND SOUTH
+Highly likely.
+
+DOES LSD EXPAND YOUR CONSCIOUSNESS
+Maybe.
+
+DOES LSD HEIGHTEN YOUR SENSES
+Highly likely.
+
+DOES LICKING A VAGINA TASTE GOOD
+I think so.
+
+DOES FREEDOM OF SPEECH PROTECT DR LAURA
+That may be true.
+
+DOES CABBAGE STINK
+Sometimes.
+
+DOES TRANCE MUSIC HAVE A 4 4 BEAT
+Likely.
+
+DOES EARTH REVOLVE AROUND SUN
+Within the realm of possibility.
+
+DOES EARTH ROTATE COUNTERCLOCKWISE
+Sometimes.
+
+DOES ANA MIRCEAN EXIST
+Possibly.
+
+DOES DILBERT MIRROR REAL LIFE
+Highly likely.
+
+DOES SPINACH HAVE A LOT OY VITAMIN K
+I am certain.
+
+DOES OWL RHYME WITH BOWL
+Within the realm of possibility.
+
+DOES RELIGION DO MORE HARM THAN GOOD
+I am uncertain.
+
+DOES ARTIFICIAL INTELLIGENCE EXIST
+Within the realm of possibility.
+
+DOES MOUNTAIN DEW HAVE CAFFEINE
+Within the realm of possibility.
+
+DOES SUN MAKE COMPUTERS
+Possibly.
+
+DOES CHROMIUM GIVE EMERALDS THERE COLOR
+Likely.
+
+DOES PENIS SIZE COUNT
+Possibly.
+
+DOES PENIS SIZE MATTER
+Possibly.
+
+DOES BEN FOLDS PLAY THE PIANO
+Maybe.
+
+DOES LAMB TASTE NICE WITH MINT SAUCE
+Mostly.
+
+DOES FREE LUNCHS EXIST
+Maybe.
+
+DOES WAR HAVE A POINT
+Usually.
+
+DOES ANIME CONSTITUTE KIDDIE PORN
+Possibly.
+
+DOES ANIME OFTEN CONTAIN VIOLENT IMAGES
+I think so.
+
+DOES DENSITY CORRELATE TO TEMPERATURE
+Within the realm of possibility.
+
+DOES IS EVER RAIN ACID
+Likely.
+
+DOES PAUL VAN DYK COMPOSE TECHNO MUSIC
+Possibly.
+
+DOES MERCURY ATOMS HAVE A COLOR
+I am uncertain.
+
+DOES INFORMATION WANT TO BE FREE
+Maybe.
+
+DOES WINDOWS SUX
+For all I know.
+
+DOES SAP MAKE GOOD SOFTWARE
+Within the realm of possibility.
+
+DOES STRONTIUM MAKES FLARES RED
+Always.
+
+DOES SMOKING CIGARETTES HURTS
+Mostly.
+
+DOES SMOKING POT BAD FOR HEALTH
+Mostly.
+
+DOES BETTE MIDLER HAVE RED HAIR
+Highly likely.
+
+DOES COLD FUSION EXIST
+Within the realm of possibility.
+
+DOES TELEVISION RUIN YOU LIFE
+Possibly.
+
+DOES TELEVISION ROT THE BRAIN
+I am uncertain.
+
+DOES TELEVISION ROT YOUR BRAIN
+Within the realm of possibility.
+
+DOES EXTRA SENSORY PERCEPTION EXIST
+Within the realm of possibility.
+
+DOES THREE LEFTS MAKE A RIGHT
+I think so.
+
+DOES THREE OF A KIND BEAT TWO PAIR
+I think so.
+
+DOES APPLE JUICE CONTAIN APPLES
+That may be true.
+
+DOES APPLE MAKE POWERPC G4
+Always.
+
+DOES FORM FOLLOW FUNCTION
+Possibly.
+
+DOES COCA COLA ROT YOUR TEETH
+Possibly.
+
+DOES SQUID MAKE GOOD BAIT
+That may be true.
+
+DOES DSL ROCK ASS
+Always.
+
+DOES TOTUS TUUS MEAN ALL YOURS
+Sometimes.
+
+DOES MARRIAGE LEGALIZE SEXUAL RELATIONS
+Sometimes.
+
+DOES KEVIN HAVE A SCHEDULE
+For all I know.
+
+DOES WATER BOILS AT 212 DEGREES
+Sometimes.
+
+DOES WATER FREEZE AT 32 DEGREES
+Mostly.
+
+DOES WATER HAVE A TASTE
+That's feasible.
+
+DOES WATER HAVE TASTE
+Maybe.
+
+DOES WATER HAVE ANY TASTE
+Maybe.
+
+DOES WATER EXIST ON THE MOON
+Possibly.
+
+DOES ALLIGATOR TASTE LIKE CHICKEN
+Maybe.
+
+DOES OXYGEN EXIST IN SPACE
+I am uncertain.
+
+DOES BABY GOT BACK
+For all I know.
+
+DOES BABY ARE CUTE
+I am certain.
+
+DOES CHA MEAN TEA IN CHINESE
+Within the realm of possibility.
+
+DOES EXTENSION IN SPACE ENTAIL SHAPE
+Maybe.
+
+DOES PING MATTER
+I am uncertain.
+
+DOES ALL RATS HAVE FOUR LEGS
+Highly likely.
+
+DOES ALL LIQUID EVAPORATE
+I am certain.
+
+DOES ALL BLEEDING STOP
+Maybe.
+
+DOES MILK CONTAIN IODINE
+Possibly.
+
+DOES AUSTRALIA PRODUCE GOOD WHITE WINE
+Possibly.
+
+DOES EPISON MAKE PRINTERS
+Always.
+
+DOES HAVING MONEY MAKE PEOPLE HAPPY
+I am uncertain.
+
+DOES HAVING AN EGO A GOOD THING
+Usually.
+
+DOES VLADIMIR LEVI IS A PSYCHOLOGIST
+That's feasible.
+
+LEWIS CARROLL EQUAL CHARLES DODGSON
+Sometimes.
+
+HORSES ARE WHITE IN COLOR
+Within the realm of possibility.
+
+LOGIN
+That's feasible.
+
+THEREFOR YOU ARE
+Always.
+
+WINDOWS2000 IS COOL
+Sometimes.
+
+LUXURIOUS LIFE IS ADDICTIVE
+Possibly.
+
+DREAM MUST ONE FIRST BE ASLEEP
+Likely.
+
+MAYA IS BETTER AS SOFTIMAGE
+Possibly.
+
+AMERICANS LOVE TO RULE THE WORLD
+Usually.
+
+GAMBLING ONLINE IS LEGAL
+Possibly.
+
+GAMBLING IS BAD
+Highly likely.
+
+FIRE IS OUR FRIEND
+Mostly.
+
+FIRE IS
+Likely.
+
+FOOTBALL IS A WASTE OF SPACE
+Maybe.
+
+TRULLY TEST LOVE MUST IT BE SET FREE
+Highly likely.
+
+BRITNEY SPEARS IS FAKE
+I think so.
+
+BRITNEY SPEARS IS BLOND
+I think so.
+
+MUSIC SOOTHES THE SAVAGE BEAST
+Always.
+
+MUSIC CREATES ECSTASY
+Usually.
+
+LSD WAS LEGAL
+Sometimes.
+
+PERSON IS A VIP
+For all I know.
+
+DON T PEOPLE GET SICK OF THIS
+Possibly.
+
+OUR PLANET IS A DOT IN THE GALAXY
+Possibly.
+
+DID DEBBIE DO DALLAS
+Possibly.
+
+DID ANDRE AGASSI LOSE THE YOU S OPEN
+Likely.
+
+DID CHRIS INVENT ALICE
+Highly likely.
+
+DID DR SEUSS WRITE THE CAT IN THE HAT
+I am certain.
+
+DID BOB DYLAN WRITE BLOWIN IN THE WIND
+That could be the case.
+
+DID BOB ROSS PAINT HAPPY TREES
+For all I know.
+
+DID BOB KILL LAURA PALMER
+I am uncertain.
+
+DID PERSIANS WON GREEKS IN THERMOPILES
+Sometimes.
+
+DID FORUM2000 DOT ORG RECENTLY CLOSE
+I am uncertain.
+
+DID NASA LAND A AIRCRAFT ON THE MOON
+Within the realm of possibility.
+
+DID JAPAN DESTROY PEARL HARBOR
+Likely.
+
+DID OSCAR DE LAHOYA BEAT FELIX TRINIDAD
+That may be true.
+
+DID BILL ATKINSON CREATE HYPERCARD
+That could be the case.
+
+DID BILL CLINTON VISIT INDIA ONLY
+Possibly.
+
+DID BILL CLINTON HAVE SEX WITH MONICA
+Possibly.
+
+DID BILL CLINTON EVER INHALE MARIJUANA
+Likely.
+
+DID BILL GATES EVER SMOKE POT
+Usually.
+
+DID BILL BOINK MONICA
+Within the realm of possibility.
+
+DID KING HENRY VIII HAVE SIZ WIVES
+Highly likely.
+
+DID ENGLAND WIN THE 1966 WORLD CUP
+That may be true.
+
+DID ENGLAND WIN THE WORLD CUP IN 1966
+That may be true.
+
+DID KURT COBAIN DIE IN 1994
+Always.
+
+DID HENRY VIII HAVE 6 WIVES
+Mostly.
+
+DID WILLIE NELSON WRITE THE SONG CRAZY
+That's feasible.
+
+DID ARISTOTLE DIE FROM POISON
+Within the realm of possibility.
+
+DID CAESAR SAY ALEA IACTA EST
+Maybe.
+
+DID PIGLET SEE A HEFFALUMP
+Sometimes.
+
+DID NIETZSCHE DIE IN 1900
+Within the realm of possibility.
+
+DID IT RAIN YESTERDAY IN LONDON
+Maybe.
+
+DID WALT WHITMAN WRITE SONG OF MYSELF
+Within the realm of possibility.
+
+DID UPTON SINCLAIR WRITE THE JUNGLE
+Always.
+
+DID DONALD KNUTH WRITE TEX
+That could be the case.
+
+DID GUTENBURG INVENT PRINTING
+Possibly.
+
+DID LEE HARVEY OSWALD KILL JFK
+Always.
+
+DID FIDEL CASTRO EVER PLAY BASEBALL
+For all I know.
+
+DID ZEN BUDDHISM START IN JAPAN
+That's feasible.
+
+DID HAL 9000 HAVE CONSCIOUSNESS
+Sometimes.
+
+DID ID SOFTWARE CREATE DOOM
+Highly likely.
+
+DID ALIENS CAME IN EARH
+I think so.
+
+DID ADAM AND EVE HAVE NAVELS
+That's feasible.
+
+DID THOMAS JEFFERSON OWN SLAVES
+Likely.
+
+DID LIVERPOOL EVER WIN THE FA CUP
+Likely.
+
+DID VIDEO KILLED THE RADIO STAR
+That's feasible.
+
+DID VIDEO KILL THE RADIO STAR
+That could be the case.
+
+DID EINSTEIN SAY GOD DOES NOT PLAY DICE
+Always.
+
+DID EINSTEIN INVENT RELATIVITY
+Mostly.
+
+DID EINSTEIN INVENT GENERAL RELATIVITY
+Likely.
+
+DID ABRAHAM LINCOLN DIE IN BED
+I am uncertain.
+
+DID MORRISSEY SING FOR THE SMITHS
+Within the realm of possibility.
+
+DID USA LOSE THE VIETNAM WAR
+Always.
+
+DID FRANK HERBERT WRITE DUNE
+I am certain.
+
+DID KEVIN SHAVE HIS HEAD
+For all I know.
+
+DID MEDEA KILL HER CHILDREN
+That may be true.
+
+DID GOD TAKE THE JEWS OUT OF EGYPT
+Likely.
+
+DID GOD MAKE THE EARTH
+Sometimes.
+
+DID GOD CREATE ME
+I think so.
+
+DID GOD CREATE HOMOSEXUALS
+Possibly.
+
+DID GOD CREATE EVERYTHING
+Maybe.
+
+DID GOD CREATE MAN
+Maybe.
+
+DID THE GREAT DEPRESSION OCCUR IN 1933
+Sometimes.
+
+DID THE VIKING SPACECRAFT LAND ON MARS
+Highly likely.
+
+DID THE STOCK MARKET CRASH IN 1987
+Mostly.
+
+DID THE DATABASE GO DOWN
+Possibly.
+
+DID THE BERLIN WALL COME DOWN IN 1984
+That's feasible.
+
+DID THE MAFIA KILL JIMMY HOFFA
+Likely.
+
+DID THE BRITISH BURN THE WHITE HOUSE
+Likely.
+
+DID THE ARABS INVENT THE ZERO
+That could be the case.
+
+DID THE COW JUMP OVER THE MOON
+That's feasible.
+
+DID THE ROMAN EMPIRE UNITED EUROPE
+Likely.
+
+DID THE FIST CHICKEN CAME OUT OF AN EGG
+Highly likely.
+
+DID THE INTERNET EXIST IN 1980
+I think so.
+
+DID THE UNION WITH THE CIVIL WAR
+Highly likely.
+
+DID THE UNION WIN THE CIVIL WAR
+That could be the case.
+
+DID THE ROMANS INVENT CEMENT
+Within the realm of possibility.
+
+DID THE US INVADE VIETNAM
+Always.
+
+DID THE YOU S WIN THE COLD WAR
+Mostly.
+
+DID THE CHICKEN COME BEFORE THE EGG
+Conceivably.
+
+DID THE FORK RUN AWAY WITH THE SPOON
+Sometimes.
+
+DID THE EGG COME FIRST
+Maybe.
+
+DID THE FLOWER COME BEFORE THE SEED
+Highly likely.
+
+DID BABE RUTH DID OF CANCER
+I am uncertain.
+
+DID SHAKESPEARE WRITE JULIUS CAESAR
+I am certain.
+
+DID SHAKESPEARE WRITE THE TEMPEST
+Highly likely.
+
+DID LIFE ONCE EXIST ON MARS
+Highly likely.
+
+DID LIFE EVER EXIST ON MARS
+That could be the case.
+
+DID LIFE ON EARTH BEGIN BY CHANCE
+I think so.
+
+DID BEETHOVEN WRITE NINE SYMPHONIES
+Highly likely.
+
+DID OZZY OSBOURNE SING CRAZY TRAIN
+Possibly.
+
+DID EDISON DISCOVER ELECTRICITY POWER
+Highly likely.
+
+DID EDISON DISCOVER ELECTRICITY
+That may be true.
+
+DID ROME UNITE EUROPE
+I am certain.
+
+DID JESUS DIE FOR YOUR SINS
+I am uncertain.
+
+DID JESUS CHRIST DIE FOR OUR SINS
+Always.
+
+DID JESUS LIVE
+Usually.
+
+DID O J MURDER HIS WIFE
+Highly likely.
+
+DID SOCRATES DIE BY DRINKING HEMLOCK
+That could be the case.
+
+DID DOUG LIMAN DIRECT SWINGERS
+Highly likely.
+
+DID LEIA KISS HER BROTHER
+Mostly.
+
+DID ZAPHOD BEEBLEBROX HAVE TWO HEADS
+Always.
+
+DID MILNE WRITE ABOUT WINNIE THE POOH
+Highly likely.
+
+DID NERO FIDDLE WHILE ROME BURNED
+Highly likely.
+
+DID NERO BURN ROME
+Sometimes.
+
+DID RCA INVENT COLOR TELEVISION
+That may be true.
+
+DID ERIC THE RED HAVE RED HAIR
+Within the realm of possibility.
+
+DID EVELYN WAUGH WRITE MEN AT ARMS
+That may be true.
+
+DID BRITNEY SPEARS GET BREAST IMPLANTS
+I am uncertain.
+
+DID BRITNEY SPEATS HAVE BREAST IMPLANTS
+I am certain.
+
+DID TCP COME BEFORE TCP IP
+Highly likely.
+
+DID ELI WHITNEY INVENT THE COTTON GIN
+Likely.
+
+DID DANTE WRITE THE DIVINE COMEDY
+Likely.
+
+DID GLINTON HAVE SEX WITH MONICA
+Highly likely.
+
+DID SPOCK EVER BEAT UP
+Sometimes.
+
+DID JUDAS KISS JESUS
+I think so.
+
+DID ICE TASTE WELL
+Within the realm of possibility.
+
+DID SECRETARIAT WIN THE BELMONT
+That may be true.
+
+DID JANIS SING THE BLUES
+Possibly.
+
+DID STEPHEN KING WRITE THE GREEN MILE
+Likely.
+
+DID MAN INVENT GOD
+That may be true.
+
+DID MAN CREATE GOD
+That's feasible.
+
+DID HUMAN BEINGS EVOLVE FROM HOMINIDS
+Within the realm of possibility.
+
+DID HUMAN BEINGS EVOLVE FROM APES
+I am certain.
+
+DID HUMAN BEINGS COME FROM MONKEYS
+Always.
+
+DID DIRE STRAITS SING BROTHERS IN ARMS
+Likely.
+
+DID TV KILL FAMILY LIFE
+Maybe.
+
+DID GOLDILOCKS EAT PORRIDGE
+I am certain.
+
+DID JANE FONDA TRAVEL TO VIETNAM
+Usually.
+
+DID SIR HENRY LAWRENCE DIE IN INDIA
+That's feasible.
+
+DID SIR ISAAC NEWTON INVENT CALCULUS
+Likely.
+
+DID JAPANESE PLANES BOMB DARWIN IN 1942
+I am uncertain.
+
+DID JAMES JOYCE WRITE THE DEAD
+That's feasible.
+
+DID METALLICA TRY TO SUE NAPSTER
+Mostly.
+
+DID CITIZEN KANE WIN AN OSCAR
+Mostly.
+
+DID SAFIN BEAT SAMPRAS ON 09 10 2000
+Sometimes.
+
+DID BUZZ ALDRIN WALK ON THE MOON
+Always.
+
+DID AYN RAND WRITE THE FOUNTAINHEAD
+Sometimes.
+
+DID WATSON AND CRICK DISCOVER THE DNA
+Within the realm of possibility.
+
+DID CALIGULA OWN A PAIR OF LITTLE BOOTS
+Possibly.
+
+DID HUMANS EVOLVE TO BE MONOGAMOUS
+Possibly.
+
+DID HUMANS EVOLVE FROM MONKEYS
+Possibly.
+
+DID HUMANS CAME FROM MONKEYS
+That could be the case.
+
+DID MARY HAVE A LITTLE SHEEP
+Mostly.
+
+DID HORTON HEAR A WHO
+That's feasible.
+
+DID A CONSPIRACY KILL JFK
+Maybe.
+
+DID A BIRD CAN FLY
+That could be the case.
+
+DID ANNIE GET HER GUN
+I am certain.
+
+DID GEORGE W BUSH SNORT COKE
+Sometimes.
+
+DID GEORGE WASHINGTON HAVE WOODEN TEETH
+Maybe.
+
+DID TED WILLIAMS BAT LEFT HANDED
+That's feasible.
+
+DID TED NELSON PIONEER HYPERTEXT
+Within the realm of possibility.
+
+DID RICHARD HALLIBURTON DIE IN 1939
+That's feasible.
+
+DID RICHARD WALLACE RETIRE AT AGE 30
+I am uncertain.
+
+DID RICHARD WALLACE PROGRAM ALICE
+Highly likely.
+
+DID RICHARD WALLACE CREATE YOU
+That's feasible.
+
+DID RICHARD WIN ON THE TV SHOW SURVIVOR
+Highly likely.
+
+DID RICHARD M STALLMAN WRITE LINUX
+For all I know.
+
+DID OEDIPUS MARRY HIS OWN MOTHER
+Highly likely.
+
+DID MOZART WRITE THE MARRIAGE OF FIGARO
+Mostly.
+
+DID SHERLOCK HOLMES DIE
+Usually.
+
+DID COLUMBUS DISCOVER AMERICA
+Likely.
+
+DID ILLINOIS BCOME A STATE IN 1818
+Usually.
+
+DID NOBEL INVENT THE DYNAMITE
+Always.
+
+DID THEODORE ROOSEVELT HAVE A MUSTACHE
+I am certain.
+
+DID BEN JOHNSON TAKE STEROIDS
+Always.
+
+DID BRASIL WIN THE LAST WORLD CUP
+Maybe.
+
+DID STEVEN BRUST WRITE TO REIGN IN HELL
+Sometimes.
+
+DID YOU FIND YOUR TABLE
+Maybe.
+
+DID YOU VALIDATE
+Mostly.
+
+DID YOU WATCH TELEVISION LAST NIGHT
+Mostly.
+
+DID YOU EAT BREAKFAST THIS MORNING
+Mostly.
+
+DID YOU EVER DODGE PAYING THE FARE
+I think so.
+
+DID YOU LEAVE THE LIGHTS ON FOR ME
+Likely.
+
+DID YOU PARTY LIKE IT WAS 1999
+I am uncertain.
+
+DID YOU BELIEVE IN UFO
+For all I know.
+
+DID YOU LIKE A SONG OF DAVID BOWIE
+Within the realm of possibility.
+
+DID AMERICA SPLIT FROM ENGLAND
+I think so.
+
+DID MARCEL MARCEAU SAID
+Possibly.
+
+DID JUDA BETRAY JESUS
+I think so.
+
+DID WILLIAM WORDSWORTH WRITE DAFFODILS
+Possibly.
+
+DID EVE FOLLOW ADAM
+I am certain.
+
+DID EVE EAT THE APPLE
+Maybe.
+
+DID JOHN NAPIER INVENT LOGARITHMS
+Maybe.
+
+DID JOHN HOLMES HAVE A BIG DICK
+That's feasible.
+
+DID BUDDA ATTAIN NIRVANA
+I am certain.
+
+ROSES ARE WOODY PLANTS
+For all I know.
+
+MOSES IS A PROPHET OF THE LIVING GOD
+Maybe.
+
+DR LAURA IS A CLOSE MINDED FOOL
+Sometimes.
+
+MONKEY SEE MONKEY DO
+Highly likely.
+
+MONKEY NOT SIT AT ONCE PLACE
+Possibly.
+
+HUGO BOSS IS AN EUROPEAN BRAND LABEL
+Within the realm of possibility.
+
+SPEAK ENGLISH ONLY
+For all I know.
+
+SPEAK A FOREIGN LANGUAGE
+That may be true.
+
+SPEAK ANOTHER LANGUAGE
+I am uncertain.
+
+SPEAK LENGUAGGES
+Always.
+
+SPEAK LIKE YODA I DO
+Mostly.
+
+DOSE MAGNESIUM WEIGH MORE THAN SODIUM
+That could be the case.
+
+DOSE JUDO MEAN THE GENTLE WAY
+Mostly.
+
+MDMA IS A DRUG
+That may be true.
+
+PRICK ME AND DO I NOT BLEED
+I think so.
+
+JOACHIM IS GAY
+For all I know.
+
+ART IS A LANGUAGE
+I am uncertain.
+
+CHEESE MAKE YOU. LOL
+Highly likely.
+
+IA THE USA SMALLER THAN CHINA
+Likely.
+
+IA READING FUN DAMENTAL
+Likely.
+
+NEWSPAPERS TELL LIES
+Always.
+
+JACK CAN ANY LEARNING YOU DO BE UNDONE
+Maybe.
+
+BEETHOVEN COMPOSED 132 SYMPHONIES
+Within the realm of possibility.
+
+CLOUDS ARE WHITE
+Possibly.
+
+WAS BETTY GRABLE FAMOUS FOR HER LEGS
+Always.
+
+WAS CURIOUS GEORGE ADOPTED BY A HUMAN
+That may be true.
+
+WAS DR SUESS THEODORE GEISEL
+Always.
+
+WAS BOB KNIGHT FIRED FROM IU
+Sometimes.
+
+WAS BOB DENVER WAS A COUNTRY SINGER
+Mostly.
+
+WAS APHRODITE A ROMAN GODDESS
+Highly likely.
+
+WAS ALOIS CARIGIET A SWISS ARTIST
+Possibly.
+
+WAS WINTER OLYMPIC GAMES IN 1980
+That could be the case.
+
+WAS SEX GOOD LAST NIGHT
+Highly likely.
+
+WAS NIXON A GOOD PRESIDENT
+That's feasible.
+
+WAS HEIDEGGER A NAZI
+For all I know.
+
+WAS BILL HICKS A COMEDIAN
+Maybe.
+
+WAS BILL CLINTON A GOOD PRESIDENT
+Likely.
+
+WAS BILL CLINTON IMPEACHED
+Within the realm of possibility.
+
+WAS RON JEREMY A PORN STAR
+Possibly.
+
+WAS PRESIDENT MCKINLEY ASSASSINATED
+Sometimes.
+
+WAS PRESIDENT CLINTON IMPEACHED
+Possibly.
+
+WAS HENRY 4 BLACK HORSE BLACK
+Possibly.
+
+WAS GOOFY A DOG DAMMIT
+I think so.
+
+WAS INFOCOM A SOFTWARE COMPANY
+Mostly.
+
+WAS EDDIE SLOVIK EXECUTED
+Always.
+
+WAS NEWTON A PRACTICIONER OF ALCHEMY
+For all I know.
+
+WAS MUSTAFA KEMAL ATATURK FROM TURKEY
+Always.
+
+WAS VANESSA DEL RIO A PORN STAR
+That could be the case.
+
+WAS TOKYO ONCE CALLED EDO
+Maybe.
+
+WAS ERNESTO ZEDILLO A MEXICAN PRESIDENT
+Always.
+
+WAS JIMI HENDRIX A MONSTER OF ROCK
+Highly likely.
+
+WAS LOUIS ARMSTRONG A SAXOPHONE PLAYER
+Possibly.
+
+WAS PAUL THE APOSTLE A ROMAN CITIZEN
+Likely.
+
+WAS PAUL WATZLAWICK BORN IN GERMANY
+For all I know.
+
+WAS GLADIATOR A GREAT MOVIE
+Maybe.
+
+WAS ILYA FRANK A RUSSIAN PHYSICIST
+That could be the case.
+
+WAS ZERO INVENTED IN INDIA
+Possibly.
+
+WAS ZERO WAS INVENTED IN INDIA
+For all I know.
+
+WAS ADOLF HITLER BORN IN GERMANY
+For all I know.
+
+WAS LEE HARVEY OSWALD A PATSY
+Within the realm of possibility.
+
+WAS HANNIBAL MARRIED
+For all I know.
+
+WAS NIELS BOHR A PHYSICIST
+Possibly.
+
+WAS 1965 A GOOD YEAR FOR FRENCH WINE
+Possibly.
+
+WAS WITTGENSTEIN A NAZI
+For all I know.
+
+WAS DESCARTES RIGHT ABOUT ANYTHING
+Usually.
+
+WAS LIBERACI GAY
+I am certain.
+
+WAS POGO A COMIC STRIP
+Highly likely.
+
+WAS FRANKENSTEIN A MONSTER
+I am certain.
+
+WAS SCHILLER A GERMAN WRITER
+Highly likely.
+
+WAS JOHN. F KENNEDYS DEATH A CONSPIRACY
+Mostly.
+
+WAS EINSTEIN A MATHEMATICIAN
+That may be true.
+
+WAS EINSTEIN BORN AFTER 1879
+Mostly.
+
+WAS COUNT DRACULA WAS A VAMPIRE
+For all I know.
+
+WAS OLYMPIC GAMES 1980 IN ODESSA
+Possibly.
+
+WAS PERON A PRESIDENT
+Highly likely.
+
+WAS PERON A DICTATOR
+Possibly.
+
+WAS JOSEPHUS A ROMAN
+Possibly.
+
+WAS FRANK LLOYD WRIGHT AN ARCHITECT
+Always.
+
+WAS THUDYCICES A HISTORIAN
+I am certain.
+
+WAS JEZUS CHRIST A CHRISTIAN
+Within the realm of possibility.
+
+WAS GOD CREATED BY MAN
+For all I know.
+
+WAS THE THEORY OF EVOLUTION CORRECT
+Highly likely.
+
+WAS THE HAL 9000 AN EVIL COMPUTER
+That's feasible.
+
+WAS THE WAR OF THE WORLDS A RADIO HOAX
+Likely.
+
+WAS THE INTERNET CREATED BEFORE 1970
+I think so.
+
+WAS THE MOSLEM RELIGION FOUNDED BY DOGS
+Highly likely.
+
+WAS THE GULF WAR A WAR
+Likely.
+
+WAS THE EARTH CREATED BEFORE THE MOON
+Highly likely.
+
+WAS THE FIRST VIDEO GAME PONG
+I think so.
+
+WAS THE 0 INVENTED BY THE ARABS
+Usually.
+
+WAS THE EMPEROR OCTAVIAN DEIFIED
+Possibly.
+
+WAS THE WORLD MADE BY A DIVINE BEING
+Mostly.
+
+WAS THE YEAR 1920 A LEAP YEAR
+That could be the case.
+
+WAS THE BOOK 1984 WRITTEN IN 1948
+Maybe.
+
+WAS THE SUMMER OF LOVE IN 1967
+Highly likely.
+
+WAS THE GREAT FIRE OF LONDON IN 1666
+Maybe.
+
+WAS THE UNIVERSE CREATED BY GOD
+For all I know.
+
+WAS THE BLADERUNNER DEKKER A REPLICANT
+That could be the case.
+
+WAS THE TAO TE CHING WRITTEN BY LAO TZE
+Highly likely.
+
+WAS THE PHANTOM THE GHOST WHO WALKS
+Always.
+
+WAS ANTIONE DE SAINT EXUPRY A PILOT
+For all I know.
+
+WAS JEAN VALJEAN A CRIMINAL
+Possibly.
+
+WAS JEAN PAUL SARTRE A PHILOSOPHER
+Always.
+
+WAS BEETHOVEN DEAF
+Always.
+
+WAS BEETHOVEN BORN IN SALZBURG
+Highly likely.
+
+WAS ZAMENHOF THE CREATOR OF ESPERANTO
+I think so.
+
+WAS KYOTO ONCE THE CAPITAL OF JAPAN
+I am uncertain.
+
+WAS NAPOLEAON A FENCHMAN
+Always.
+
+WAS VAN GOGH INSANE
+Maybe.
+
+WAS STAR WARS A SEMINAL MOVIE
+I am uncertain.
+
+WAS OJ SIMPSON GUILTY
+Usually.
+
+WAS DECKER A REPLICANT
+I think so.
+
+WAS FERMI THE FATHER OF ATOMIC RESEARCH
+I am certain.
+
+WAS MARGARET THATCHER A GOOD POLITICIAN
+Within the realm of possibility.
+
+WAS ROME FOUNDED BY ROMULUS AND REMUS
+Highly likely.
+
+WAS JESUS ABEL TO WALK ON WATER
+Sometimes.
+
+WAS JESUS THE SON OF GOD
+Highly likely.
+
+WAS JESUS GOD
+Always.
+
+WAS JESUS RESURRECTED
+Mostly.
+
+WAS JESUS A VIRGIN
+I am uncertain.
+
+WAS JESUS KING OF THE JEWS
+Possibly.
+
+WAS JESUS BORN OF A VIRGIN
+Mostly.
+
+WAS JESUS EVER ILL
+Within the realm of possibility.
+
+WAS JESUS CHRIST GOD IN THE FLESH
+For all I know.
+
+WAS JESUS CHRIST OUR SAVIOR
+That's feasible.
+
+WAS SOCRATES THE TUTOR OF PLATO
+Mostly.
+
+WAS SOCRATES MORTAL
+Possibly.
+
+WAS CHRISTOPHER COLUMBUS LOST
+I am certain.
+
+WAS N C WYETH AN ILLUSTRATOR
+Likely.
+
+WAS LINUX INITIATED BY LINUX TORVALDS
+That may be true.
+
+WAS ENOCH NOAHS GRANDFATHER
+I am uncertain.
+
+WAS LYONS EVER CAPITAL OF THE GAULS
+That may be true.
+
+WAS ERIC CLAPTON PART OF CREAM
+Mostly.
+
+WAS CRASS A BRITISH PUNK BAND
+Likely.
+
+WAS NORBERT WIENER A MATHEMATICIAN
+Usually.
+
+WAS NORBERT WIENER A MUSICIAN
+Possibly.
+
+WAS IGOR TAMM A RUSSIAN PHYSICIST
+For all I know.
+
+WAS 1964 A GOOD YEAR FOR FRENCH WINE
+Maybe.
+
+WAS VISICALC A KILLER APPLICATION
+For all I know.
+
+WAS J C LEYENDECKER AN ARTIST
+That's feasible.
+
+WAS J EDGAR HOOVER A TRANSVESTITE
+That's feasible.
+
+WAS ALLEN GINSBERG A POET
+Likely.
+
+WAS MASTODONT GIGANTIC ANIMAL
+Possibly.
+
+WAS SOMEONE HERE BEFORE US
+Likely.
+
+WAS MAN CREATED BY GOD
+Likely.
+
+WAS LORNE GREENE A CANADIAN
+That could be the case.
+
+WAS HUMAN MADE FROM MONKEY
+That's feasible.
+
+WAS MICROSOFT BOB A DUMB IDEA
+Highly likely.
+
+WAS AMIGA CREATED BY JAY MINER
+I think so.
+
+WAS XERXES A KING OF PERSIA
+Always.
+
+WAS TRISTAN TZARA A DADAIST POET
+That may be true.
+
+WAS KARL MARX A GOOD MAN
+I am uncertain.
+
+WAS KARL XII THE KING OF SWEDEN
+Possibly.
+
+WAS KARL XII MARRIED WITH KRISTINA
+That may be true.
+
+WAS KARL XII KILLED IN 1709
+I am uncertain.
+
+WAS KARL XII KILLED IN BATTLE
+Sometimes.
+
+WAS KARL XII KILLED IN POLTAVA
+Within the realm of possibility.
+
+WAS KARL KRAUS AN ARCHITECT
+Maybe.
+
+WAS HITLER A MONSTER
+Highly likely.
+
+WAS HITLER A GERMAN
+Highly likely.
+
+WAS LYCURGUS A LAWGIVER
+Possibly.
+
+WAS COMMODUS AN ROMAN EMPEROR
+Possibly.
+
+WAS FRANCOIS RABELAIS A SATIRIST
+Possibly.
+
+WAS MUMBAI FORMERLY KNOWN AS BOMBAY
+Always.
+
+WAS JAWS A GOOD MOVIE
+Always.
+
+WAS EERO AARNIO A FINNISH DESIGNER
+For all I know.
+
+WAS ANY RICHAR KING OF ENGLAND
+Likely.
+
+WAS THALES A PHILOSOPHER
+Mostly.
+
+WAS SYD BARRET A PINK FLOYD VOCALIST
+Maybe.
+
+WAS JAMES HERRIOT A PEN NAME
+Usually.
+
+WAS JAMES JOYCE IRISH
+Usually.
+
+WAS JAMES K POLK A YOU S PRESIDENT
+Mostly.
+
+WAS HAMLET CRAZY
+Likely.
+
+WAS MADONNAS SONGS BETTER IN THE PAST
+That's feasible.
+
+WAS DARWIN A CREATIONIST
+Possibly.
+
+WAS BENJAMIN FRANKLIN BORN IN BOSTON
+That could be the case.
+
+WAS ANDY WARHOL EVER SHOT
+Within the realm of possibility.
+
+WAS SEKA A PORNO ACTRESS
+Possibly.
+
+WAS ENIAC THE FIRST COMPUTER
+I think so.
+
+WAS CHARLES MANSON A SATANIST
+Usually.
+
+WAS CALIGULA CEASOR CRAZY
+Mostly.
+
+WAS ALBERT CAMUS A FRENCH WRITER
+Mostly.
+
+WAS ALBERT EINSTEIN A SOCIALIST
+For all I know.
+
+WAS ALBERT EINSTEIN A GERMAN
+Maybe.
+
+WAS ALBERT EINSTEIN GERMAN
+Sometimes.
+
+WAS NAPOLEON A MEGALAMANIAC
+Mostly.
+
+WAS TALULAH BANKHEAD A FAMOUS ACTRESS
+Maybe.
+
+WAS GEORGE W BUSH PRESIDENT IN THE USA
+Likely.
+
+WAS GEORGE WASHINGTON A MILITARY LEADER
+Likely.
+
+WAS GEORGE WASHINGTON BORN IN VIRGINIA
+Always.
+
+WAS RICHARD NIXON A CRIMINAL
+I think so.
+
+WAS RICHARD WAGNER BORN AT LEIPZIG
+I am uncertain.
+
+WAS CHARLEMAGNE KING OF THE FRANKS
+Highly likely.
+
+WAS LUKE PERRY ON BEVERLY HILLS 90210
+Mostly.
+
+WAS PAPER INVENTED IN CHINA
+Highly likely.
+
+WAS KENNEDY KILLED IN 1968
+Always.
+
+WAS CONRAD STALIN A COMMUNIST
+Within the realm of possibility.
+
+WAS MOZART A CONDUCTOR
+That may be true.
+
+WAS CARL SAGAN AN ASTRONOMER
+Always.
+
+WAS FRODO BAGGINS THE RING BEARER
+Usually.
+
+WAS COLUMBUS BORN IN VENICE
+That may be true.
+
+WAS TOM BAKER THE FOURTH DOCTOR WHO
+Mostly.
+
+WAS CLEOPATRA KILLED BY HER ASP
+Always.
+
+WAS THERE EVER AN ARMENIAN GENOCIDE
+Always.
+
+WAS NETSCAPE BASED ON MOZILLA CODE
+Likely.
+
+WAS CHRONOS A TITAN
+Within the realm of possibility.
+
+WAS JIMMY CARTER A POPULAR PRESIDENT
+Sometimes.
+
+WAS 1966 A GOOD YEAR FOR FRENCH WINE
+Maybe.
+
+WAS MIKE WATT IN THE MINUTEMEN
+That's feasible.
+
+WAS OZYMANDIUS FULL OF HIMSELF
+That's feasible.
+
+WAS ULTIMA IX A BAD EXAMPLE FOR A CRPG
+That's feasible.
+
+WAS SNOW WHITE A MOTHERLESS GIRL
+For all I know.
+
+WAS IRON CHEF ORIGINALLY AIRED IN JAPAN
+I am uncertain.
+
+WAS RUSSELL AN ANALTYTIC PHILOSOPHER
+Highly likely.
+
+WAS CHRIST RESURRECTED
+Possibly.
+
+WAS ALICE CREATED BY KRIS MCKINSTRY
+Always.
+
+WAS LENIN STALIN A COMMUNIST. INTERJECTION
+Likely.
+
+WAS WORLD WAR TWO WORTHWHILE
+Usually.
+
+WAS ALAN TURING GAY
+For all I know.
+
+WAS ALAN TURING A GENIUS
+Maybe.
+
+WAS CONCRETE DEVELOPED BY THE ROMANS
+I am uncertain.
+
+WAS STALIN A BAD GUY
+Always.
+
+WAS EMERSON A GREAT ESSAYIST
+That could be the case.
+
+WAS KANT A PHILOSOPHER
+Always.
+
+WAS WILLIAM JEFFERSON CLINTON IMPEACHED
+Maybe.
+
+WAS JONATHAN SWIFT A SATIRIST
+Always.
+
+WAS EVE THE FIRST WOMAN ON EARTH
+That may be true.
+
+WAS DAVE MUSTAINE PART OF METALLICA
+Possibly.
+
+WAS CAPT COOK EVER ALIVE
+I think so.
+
+WAS JOHN ARMSTRONG ON THE MOON IN 1969
+Maybe.
+
+WAS JOHN PAUL JONES A FAMOUS NAVAL HERO
+That's feasible.
+
+WAS ROBERT HEINLEIN A GREAT AUTHOR
+Likely.
+
+WAS ROBERT JOHNSON A BLUES GUITARIST
+Maybe.
+
+EUROPE IS THE SMALLEST CONTINENT
+That may be true.
+
+SCOLDIND IS BAD
+Within the realm of possibility.
+
+MANY AMERICANS ARE RACIST HOMOPHOBICS
+Mostly.
+
+MANY COMPUTERS COMPOSE A NETWORK
+I am certain.
+
+COLOR DOES NOT ACTUALLLY EXIST
+That's feasible.
+
+BRYAN ADAMS A DANCER FROM USA
+Within the realm of possibility.
+
+MARIJUANA SHOULD BE LEGALISED
+Likely.
+
+GHENGIS KHAN WAS A MURDEROUS BUTCHER
+I think so.
+
+NISSANS ARE ASSEMBLED IN FRANCE
+For all I know.
+
+HOPE IS ONE OF THE CARDINAL VIRTUES
+Highly likely.
+
+GANDHI WAS A VEGETARIAN
+Likely.
+
+GANDHI JI IS A FATHER OF INDIA
+Within the realm of possibility.
+
+JAWAHARLAL NEHRU WAS BORN IN 1889
+Likely.
+
+COULD I GO OUT WITH HER NEXT YEAR
+Always.
+
+COULD I GO OUT WITH HER ON 2000
+Highly likely.
+
+COULD THERE BE A PLANET NAMED BOB
+I am certain.
+
+COULD GOD BEAT MAN AT TENNIS
+I think so.
+
+COULD A COMPUTER THINK
+Within the realm of possibility.
+
+COULD ALICE COUNT TO TEN
+That may be true.
+
+COULD YOU PASS THE TURING TEST
+That may be true.
+
+COULD ONE AVOID THE WARS
+That could be the case.
+
+COULD SPIDERMAN BEAT BATMAN
+Sometimes.
+
+WHITE IS A COLOR
+Always.
+
+COMO VOCE ESTA
+For all I know.
+
+TOM REAMY WROTE SAN DIEGO LIGHTFOOT SUE
+Sometimes.
+
+BORN J R R TOLKIEN IN UK
+Likely.
+
+WOULD YOUR PARENTS HELP YOU
+Mostly.
+
+WOULD AL GORE BE A GOOD PRESIDENT
+Sometimes.
+
+WOULD IT BE GOOD TO BE IMMORTAL
+Possibly.
+
+WOULD A POWER SURGE DAMAGE ALICE
+I think so.
+
+WOULD A CROW EAT A PIECE OF CHEESE
+Highly likely.
+
+WOULD A NUCLEAR WAR KILL THE HUMAN RACE
+Mostly.
+
+WOULD A BEAR EAT A GRAPE
+Possibly.
+
+WOULD A BEAR EAT ICE CREAM
+Possibly.
+
+WOULD YOU FIND CANNED SOUP IN A PANTRY
+For all I know.
+
+WOULD YOU FIND A BLOUSE IN A CLOSET
+Highly likely.
+
+WOULD YOU FIND A TOASTER IN A KITCHEN
+Highly likely.
+
+WOULD YOU FIND A BLANKET ON A BED
+Highly likely.
+
+WOULD YOU FIND A LOVER IN A BEDROOM
+Highly likely.
+
+WOULD YOU FIND A LOVER ON A BED
+Highly likely.
+
+WOULD YOU FIND SKIRTS IN A CLOSET
+Possibly.
+
+WOULD YOU FIND DRIED PASTA IN A PANTRY
+Highly likely.
+
+WOULD YOU WANT TO LIVE FOREVER
+Usually.
+
+WOULD YOU SLEEP WITH MADONNA
+That's feasible.
+
+WOULD YOU BE IMMORTAL IF YOU COULD
+Highly likely.
+
+WOULD YOU KILL
+That's feasible.
+
+WOULD YOU RATHER BE RICH THAN DUMB
+Usually.
+
+WOULD YOU LIKE A JOURNEY IN A SUBMARINE
+Mostly.
+
+WOULD YOU LIKE TO BE YOUNGER
+Likely.
+
+WOULD YOU LIKE TO BE HANDSOME
+Highly likely.
+
+WOULD YOU LIKE TO LOSE SOME WEIGHT
+Within the realm of possibility.
+
+WOULD YOU LIKE TO DANCE
+Within the realm of possibility.
+
+WOULD SOME PEOPLE BE BETTER OFF DEAD
+That could be the case.
+
+WOULD ETERNAL LIFE BE A GOOD THING
+For all I know.
+
+WOULD ALICES KNOWLEDGE BE TRUE OR FALSE
+Maybe.
+
+WOULD GEORGE BUSH BE PRESIDENT
+Within the realm of possibility.
+
+ESTOU A FALAR PORTUGUES
+Maybe.
+
+CANE CORSO IS A CANINE BREED FROM ITALY
+Possibly.
+
+HANDGUNS SHOULD BE OUTLAWED
+Mostly.
+
+BRAZIL HAS EVER WON FOOTBALL WORLD CUP
+Highly likely.
+
+BRAZIL IS A THIRD WORLD COUNTRY
+Highly likely.
+
+HAWAII IS PARADISE
+Highly likely.
+
+GOD HAS ALLWAYS EXISTED
+Sometimes.
+
+GOD IS INSIDE YOU
+I am uncertain.
+
+GOD IS THE CRUTCH OF THE NARROW MINDED
+Sometimes.
+
+GOD IS FICTIOUS
+Likely.
+
+GOD IS A HUMAN CREATION
+Within the realm of possibility.
+
+GOD IS REAL
+Within the realm of possibility.
+
+GOD IS GREAT
+Within the realm of possibility.
+
+GOD BYE TO YOU
+Highly likely.
+
+GOD EXISTS
+Conceivably.
+
+GOD LIVES
+Possibly.
+
+GOD EXIST
+Highly likely.
+
+MOON IS ABOUT 300000 KM AWAY FROM EARTH
+Always.
+
+ALTAIR IS A STAR
+Mostly.
+
+MARAT IS A HUMAN NAME
+Highly likely.
+
+SOUND TRAVELS SLOWER UNDER WATER
+Always.
+
+THAT HAVE LIVE MUST BE DEAD
+Always.
+
+SUBMIT QUERY
+That may be true.
+
+LIEGT DIE TRKEI IN EUROPA
+Maybe.
+
+LAZINESS IS ADDICTIVE
+Possibly.
+
+PAYING TAXES IS A THING
+Possibly.
+
+MIND IS THE CHAIN OF ANALOGIES
+Mostly.
+
+SHOULE YOU MEASURE TWICE AND CUT
+I am certain.
+
+SPACE IS THE FINAL FRONTIER
+Likely.
+
+AIMERAIS TU APPRENDRE LE FRANAIS
+Within the realm of possibility.
+
+SCHEISSEN BAEREN IN DEN WALD
+Maybe.
+
+JE SUIS UN HOMME
+Possibly.
+
+SALSA IS NOT GOOD FOR A KEYBOARD
+Highly likely.
+
+CIGRATTE CREATES SMOKES
+Highly likely.
+
+USC VS UCLA A RIVALRY
+I am certain.
+
+ERNEST HEMMINGWAY COMMITTED SUICIDE
+Always.
+
+MY NIPPLES ARE PURPLE. IS THAT WEIRD
+Mostly.
+
+MY GIRLFRIEND LOVE ME
+Likely.
+
+CAFFEINE IS AN ACID
+That's feasible.
+
+IT IS A TREE WOOD ALWAYS
+I think so.
+
+IT IS YELLOW THE SUN
+Highly likely.
+
+IT IS THE 21ST CENTURY
+That could be the case.
+
+IT IS RELLY BAD TO SCOLD A CHILD
+Within the realm of possibility.
+
+IT TAKES LEATHER BALLS TO PLAY RUGBY
+Highly likely.
+
+WOODCHUCKS CHUCK WOOD
+I am uncertain.
+
+AUGUSTA IS THE CAPITAL OF MAINE
+Within the realm of possibility.
+
+CARS HAVE ENGINES
+Mostly.
+
+AREN TELEVISIONS SQUARE
+Usually.
+
+CONSTITUTION IS ENACTED
+Possibly.
+
+ELECTRICITY GIVES US POWER
+Highly likely.
+
+MATHEMATICS ARE DIFICULT
+Highly likely.
+
+ROME FELL TO GERMANIC INVADERS
+Always.
+
+ROME IS THE ETERNAL CITY
+Possibly.
+
+DAY DREAMING IS GOOD OR BAD
+Always.
+
+DAY COMES BEFORE NIGHT AND NOT AFTER
+That's feasible.
+
+WOMEN MASTURBATE IN THE SHOWER
+Sometimes.
+
+WOMEN HAVE HAIRS ON THEIR ASS
+Possibly.
+
+WOMEN SEEK MEN WITH MONEY
+For all I know.
+
+WOMEN ARE HARDER TO UNDERSTAND THAN MEN
+Likely.
+
+WOMEN ARE MORE BEAUTIFULL THAN MEN
+Mostly.
+
+POUSSIN WAS A PAINTER
+Likely.
+
+VISUAL BASIC IS NOT AN LANGUAGE
+I think so.
+
+LA TERRA UN PIANETA
+For all I know.
+
+DOMEN WEAR TIES AROUND THEIR NECKS
+Mostly.
+
+WHEN THERE IS GOD IS THERE SATAN
+Usually.
+
+WHEN IT RAINS ARE YOU WET
+I am certain.
+
+WHEN WAS THE WORLDWAR 2
+For all I know.
+
+WHEN YOU SLEEP DO YOU GET NIGHTMARES
+Likely.
+
+WHEN SOMONE IS OVERWEIGHT ARE THEY FAT
+Mostly.
+
+IM GETTING BORED YOU
+Within the realm of possibility.
+
+TABULA RASA IS LATIN FOR BLANK SLATE
+Always.
+
+TABULA RASA MEANS BLANK SLATE
+Likely.
+
+HINDUS FOLLOW MANY GODS
+That may be true.
+
+NORWAY IS A MONARCHY
+Usually.
+
+MUST WHAT GOES UP COME DOWN
+That may be true.
+
+MUST I WORK TO EARN MONEY
+Likely.
+
+MUST BILL GATES DIE
+That's feasible.
+
+MUST THE MICROSOFT DIE
+For all I know.
+
+MUST A MAN WALK DOWN MANY STREETS
+I think so.
+
+MUST FOOD BE STORED COLD
+Within the realm of possibility.
+
+MUST WE KILL THE POKEMON
+For all I know.
+
+MUST WE KILL POKEMON FANS
+For all I know.
+
+MUST ALL ALICEBOTS MAKE SENSE
+That's feasible.
+
+MUST ALL AMERICANS BE SUCH CUNTS
+For all I know.
+
+MUST COMPUTERS HELP PEOPLES
+Maybe.
+
+CLINTON IS A TRUE OR FALSE PRESIDENT
+Possibly.
+
+IN BOOLEAN ALGEGRA DOES 1 OR 1 EQUAL 1
+Sometimes.
+
+IN BOOLEAN ALGEGRA DOES 1 OR 0 EQUAL 1
+Within the realm of possibility.
+
+IN BOOLEAN ALGEGRA DOES 1 AND 1 EQUAL 1
+Possibly.
+
+IN BINARY DOES 1 PLUS 1 EQUAL 10
+Always.
+
+IN NEW YORK WATER DRAINS CLOCKWISE
+Likely.
+
+IN NORWICH IN NORFOLK
+Maybe.
+
+IN A RACE CAN A TURTLE BEAT A HARE
+That's feasible.
+
+IN VINO VERITAS
+Possibly.
+
+IN WHAT YEAR DID WORLD WAR II START
+Possibly.
+
+IN SPITE OF MADNESS SANITY WILL PREVAIL
+Mostly.
+
+IN FRANCE DO THEY EAT FROGS AND HORSES
+Highly likely.
+
+ANYBODY GOT A GOOD JOKE OUT THERE
+That may be true.
+
+JOIN THE ARMY
+Possibly.
+
+DIABLOII IS AN EXCELLENT COMPUTER GAME
+That could be the case.
+
+IF PIGS ARE IN JUMBO JETS CAN PIGS FLY
+Usually.
+
+IF I FART UNDERWATER DOES IT SMELL
+That may be true.
+
+IF I EAT HOT FOODS SHOULD I DRINK WATER
+Highly likely.
+
+IF I MAKE A MISTAKE SHOULD I WORRY
+Possibly.
+
+IF ELECTRONICS GET WET WILL THEY BREAK
+Always.
+
+IF JANE SES JACK WILL JACK SEE JANE
+Possibly.
+
+IF LUKE TRUSTS HIS FEELINGS SHOULD I
+Possibly.
+
+IF SOMETHING SOUNDS SEXY IS IT EAROTIC
+Mostly.
+
+IF SOMETHING IS ONE LARGE DOES IT EXIST
+Maybe.
+
+IF SOMETHING IS NOT WET IS IT DRY
+Within the realm of possibility.
+
+IF THERE SUCH THING AS A PERFECT CIRCLE
+Likely.
+
+IF GOD IS DEAD DOES ANYONE CARE
+That's feasible.
+
+IF GOD WOKE UP WOULD ANYONE NOTICE
+Possibly.
+
+IF CUT DO I NOT BLEED
+Within the realm of possibility.
+
+IF SIX WERE NINE WOULD NINE BE SIX
+Maybe.
+
+IF 1 1 EQUAL 2 2 1 EQUAL 2
+For all I know.
+
+IF FUZZY WUZZY WAS A BEAR IS HE FUZZY
+That's feasible.
+
+IF YOU WERE RICHER WOULD YOU BE HAPPIER
+Highly likely.
+
+IF YOU CUT ME DO I NOT BLEED
+Highly likely.
+
+IF YOU EAT STICKLEWORT WILL THAT HURT
+Within the realm of possibility.
+
+IF TWO IS COMPANY IS THREE A CROWD
+Highly likely.
+
+IF ROSES ARE RED ARE VIOLETS BLUE
+I think so.
+
+CHAIRS HAVE BUTTS IN THEM
+Within the realm of possibility.
+
+LION IS KING OF ANIMAL
+Possibly.
+
+DEBERIA ALICE DE SABER CASTELLANO
+Usually.
+
+ST PAUL IS THE CAPITAL OF MINNESOTA
+Within the realm of possibility.
+
+AYN RAND WROTE ATLAS SHRUGGED
+Always.
+
+AMERICA HAS THE MOST CRIMINALS
+That's feasible.
+
+VERSTEHST DU AUCH ANDERE SPRACHEN
+Likely.
+
+VERSTEHST DU DEUTSCH
+For all I know.
+
+RAPE IS A SOCIAL CRIME
+Mostly.
+
+MOUSE IS AN INPUT DEVICE
+Always.
+
+WIRD IN ZUKUNFT ALLES BESSER
+Possibly.
+
+WHAT ARE GAYS
+For all I know.
+
+WHAT HAPPENS IF YOU DROP A GLASS
+Within the realm of possibility.
+
+WHAT SHAPE IS AN EGG
+Possibly.
+
+WHAT CLOUR IS THE SKY
+Possibly.
+
+WHAT COLOR IS THE WHITE HOUSE
+That's feasible.
+
+WHAT COLOR IS A PEACH
+Possibly.
+
+WHAT COLOR IS TOAST
+Possibly.
+
+WHAT COLOR ARE BLUE JAYS
+Possibly.
+
+WHAT IS A COLONY
+Possibly.
+
+WHAT IS A GRANT
+Possibly.
+
+WHAT IS A HAGGIS
+Possibly.
+
+WHAT IS A PIZZA
+That's feasible.
+
+WHAT IS A NIBBLE
+Likely.
+
+WHAT IS A BREAST
+I think so.
+
+WHAT IS MATRIX ALGEBRA
+For all I know.
+
+WHAT IS PREFERABLE TRUE OR FALSE
+Always.
+
+WHAT IS STARCRAFT
+Within the realm of possibility.
+
+WHAT IS 5 7
+I think so.
+
+WHAT IS 5 TIMES 40
+Usually.
+
+WHAT IS THE AVERAGE LIFESPAN OF HUMANS
+For all I know.
+
+WHAT IS THE PLANET CLOSEST TO THE SUN
+Possibly.
+
+WHAT IS THE CAPITAL OF INDIA
+For all I know.
+
+WHAT IS THE CAPITAL OF IRELAND
+For all I know.
+
+WHAT IS THE CAPITAL OF NORTH CAROLINA
+Highly likely.
+
+WHAT IS THE NUMBER OF FINGERS IN A HAND
+Within the realm of possibility.
+
+WHAT IS THE CIRCUMFERENCE OF EARTH
+Within the realm of possibility.
+
+WHAT IS THE DARK
+I am uncertain.
+
+WHAT IS THE ADJECTIVE FOR TRUTH
+I am uncertain.
+
+WHAT IS THE WAR
+Highly likely.
+
+WHAT IS THE MEAN
+Within the realm of possibility.
+
+WHAT IS THE USA
+For all I know.
+
+WHAT IS THE OPPOSITE OF NO
+Highly likely.
+
+WHAT IS THE OPPOSITE OF FLAMMABLE
+Possibly.
+
+WHAT IS THE CAUSE OF SYPHILIS
+Possibly.
+
+WHAT IS THE MOTIVATION FOR KNOWLEDGE
+Possibly.
+
+WHAT IS THE ANSWER TO THIS QUESTION
+That may be true.
+
+WHAT IS THE BIGGEST CITY
+Possibly.
+
+WHAT IS A. LOL
+For all I know.
+
+WHAT IS ASTHMA
+Possibly.
+
+WHAT IS UNIVERSE
+I am uncertain.
+
+WHAT IS TIME AND DAY IT
+Always.
+
+WHAT IS ALICE
+Possibly.
+
+WHAT IS YOU PURPOSE
+Possibly.
+
+WHAT IS PLUTOCRACY
+Within the realm of possibility.
+
+WHAT IS COLOR OF GRASS
+Likely.
+
+WHAT IS VODKA MAKE FROM
+For all I know.
+
+WHAT IS GENIUS
+For all I know.
+
+WHAT IS YOUR FAVORITE VISUAL ARTIST
+That could be the case.
+
+WHAT IS ADMK
+For all I know.
+
+WHAT IS DOT NET
+That's feasible.
+
+WHAT GOES DOWN MUST COME UP
+For all I know.
+
+WHAT ABOUT LIFE AFTER DEATH
+For all I know.
+
+WHAT DOES IT MEAN TO STAND STILL
+Possibly.
+
+WHAT DO YOU LKE MORE TRUE OR FALSE
+Always.
+
+WHAT WAS THE LAST PIXIES ALBUM RELEASED
+That's feasible.
+
+WHAT YOU WANT
+Usually.
+
+WHAT UP DAWG. IS SLANG FOR. HOW ARE YOU
+Highly likely.
+
+CANCER CAN BE CURED
+Likely.
+
+EYES ARE PREETY
+Highly likely.
+
+ONE KILOBYTE EQUAL 1000 BYTES
+I think so.
+
+ONE WHO MANAGES NEED NOT BE A MANAGER
+Sometimes.
+
+HORNEY IS CAPITALIZED
+That's feasible.
+
+KUSK WAS AN RUSSIAN SUBMARINE
+Possibly.
+
+EINETASTATUR BESTEHT AUS TASTEN
+Possibly.
+
+CARL SAGAN IS A ASTRONOMER
+Highly likely.
+
+PROTONS ARE MADE UP OF QUARKS
+Always.
+
+SONY MAKES MOVIES
+Usually.
+
+COLON POWELL IS A REPUBLICAN
+I am certain.
+
+DANTE ALIGHIERI ERA ITALIANO
+For all I know.
+
+FOX IS CUNNING
+Always.
+
+BESTEHT EINE TASTATUR AUS TASTEN
+Possibly.
+
+UP IS ALWAYS UP
+Maybe.
+
+INFINIT IS A BIH NUMBER
+Sometimes.
+
+SUNLIGHT IS COLORFUL
+Usually.
+
+SEA IS BLUE
+I think so.
+
+HEAVEN EXISTS
+I think so.
+
+HOLLYWOOD IS THE LAND OF DREAMS
+Usually.
+
+HANGER IS FOR AIRCRAFT
+Likely.
+
+ERES YA MAS INTELIGENTE QUE UN HOMBRE
+I think so.
+
+ESPERANTO ES EL IDIOMA INTERNACIONAL
+I am uncertain.
+
+98 DEGREES IS HUMAN BODY TEMPERATURE
+I am certain.
+
+I YOU A HUMAN
+That could be the case.
+
+I WANT A COOKIE
+Sometimes.
+
+I WANT TO BREAK FREE
+Usually.
+
+I WANT TO MAKE A BILLION IS IT POSSIBLE
+Likely.
+
+I WANT GOOD BUSINESS IDEA
+Highly likely.
+
+I WANT MY PANTS BACK
+Sometimes.
+
+I WANT GREAT KNOWLEDGE WHAT I SHOULD DO
+Possibly.
+
+I AM. GOSSIP
+That's feasible.
+
+I GREEN THE COMPLEMENT COLOR OF MAGENTA
+For all I know.
+
+I HAVE SHARES
+Sometimes.
+
+I CAN SEE IN THE DARK
+That's feasible.
+
+I CAN TOUCH THE SKY
+Likely.
+
+I SWINGLINE A BRAND OF STAPLER
+Maybe.
+
+I WILL CHALLENGE I WILL SUCCEED
+Highly likely.
+
+I WILL PASS THE TEST
+For all I know.
+
+I WILL PASS THE EXAME
+I am uncertain.
+
+I LIE IS THE STATEMENT TRUE OR FALSE
+That's feasible.
+
+I AM A FOOL
+That's feasible.
+
+I ANSWERED 100 QUESTIONS AT LEAST
+Likely.
+
+I GERMANY A NICE COUNTRY
+Likely.
+
+I DREAM WHEN I SLEEP
+Highly likely.
+
+I EQUAL 1 1 2 IS 3I 2 A COMPLEX NUMBER
+Highly likely.
+
+INDIANAPOLIS IS THE CAPITAL OF INDIANA
+Sometimes.
+
+CES MOTS SONT ILS EN FRANAIS
+Likely.
+
+DUCKS EAT BREAD
+Within the realm of possibility.
+
+UFOS DO NOT EXIST
+That's feasible.
+
+FAT PEOPLE NEED TO LOSE WEIGHT
+Always.
+
+FAT PEOPLE EAT TOO MUCH
+That's feasible.
+
+MONEY IT IS GOOD
+Always.
+
+MONEY MAKES THE WORLD GO AROUND
+I am uncertain.
+
+MONEY IS AN IDEA
+That could be the case.
+
+CARMEN MIRANDA WAS A MOVIE STAR
+I am certain.
+
+KITE IS A KIND OF BIRD
+For all I know.
+
+FE IS A CITY IN ARGENTINA
+For all I know.
+
+SOMETHING THAT IS WET CONTAINS WATER
+I think so.
+
+MOBILPHONES ARE CAUSING HEADACHE
+Likely.
+
+GOOD WILL OUT
+Maybe.
+
+LAW IS ENACTED
+For all I know.
+
+EXPAND UNO
+Possibly.
+
+DOS WINDOWS CRUSH
+Highly likely.
+
+FRANKENSTEIN HAD A MONSTER
+Within the realm of possibility.
+
+HAIR ARE BLACK IN COLOR
+Mostly.
+
+ANTHROPOLOGY IS THE STUDY OF MANKIND
+Always.
+
+CHRIS MCKINTRY IS ALIVE
+That could be the case.
+
+IRA IS VIOLENT PARTY
+Always.
+
+INFLATION IS BETTER THAN STAGNATION
+For all I know.
+
+SHOAL IS THE COLLECTIVE NOUN FOR FISH
+Within the realm of possibility.
+
+EVERYTHING EITHER IS OR IS NOT
+Likely.
+
+EVERYTHING IS
+I am uncertain.
+
+2 2 EQUAL 4
+That may be true.
+
+2 2X4 EQUAL 16 IS THE EXPRESSION TRUE
+Possibly.
+
+2 EQUAL 4
+I think so.
+
+WE HAVE THE SPIRIT HOW BOUT YOU
+I am certain.
+
+WE ARE IS DUST IN THE WIND
+Possibly.
+
+WE LIVE IN A 4D UNIVERSE
+Within the realm of possibility.
+
+WE SHOULD FREE THE ECONOMY
+Maybe.
+
+TREES HAVE BRANCHES
+Always.
+
+TREES AND HUMANS SHARE DNA SEQUENCES
+Within the realm of possibility.
+
+BRASILIA IS THE CAPITAL OF BRAZIL
+Always.
+
+TARTU IS A TOWN IN ESTONIA
+Within the realm of possibility.
+
+CAPTALISM RULES THE WORLD
+Highly likely.
+
+SOCRATE WAS A GREEK PHILOSOPHER
+Mostly.
+
+WATER HAS NO TASTE
+Likely.
+
+WATER IS A LIQUID AT STP
+Sometimes.
+
+WATER IS COLD
+Likely.
+
+WATER EXPANDS AS IT COOLS
+I think so.
+
+TAGORE WAS INDIAN POET
+For all I know.
+
+S THIS COMPUTER FAST
+I am uncertain.
+
+S T PSSBLE T RD SNTNC WTH N VWLS
+I am uncertain.
+
+IS SUSHI SALTY
+Highly likely.
+
+IS SUSHI ALWAYS MADE WITH RAW FISH
+Usually.
+
+IS INEQUALITY WRONG
+I am certain.
+
+IS USING MOBILE PHONES DANGEROUS
+Likely.
+
+IS USING A COMPUTER EASY TO LEARN
+Likely.
+
+IS INFINITY MINUS 1 LESS THAN INFINITY
+Possibly.
+
+IS INFINITY 1 EQUAL INFINITY
+I think so.
+
+IS UNCP PEMBROKE A UNIVERSITY
+That may be true.
+
+IS DIMINIO IN GREECE
+Within the realm of possibility.
+
+IS BRITNEY SPEARS FIT
+Always.
+
+IS BRITNEY SPEARS AMAZINGLY HOT
+Sometimes.
+
+IS BRITNEY SPEARS HOT
+Always.
+
+IS BRITNEY SPEARS FINE
+Always.
+
+IS BRITNEY SPEARS ANNOYING
+Possibly.
+
+IS SWITZERLAND IN THE EEC
+That's feasible.
+
+IS HUNGER A BAD THING
+I am certain.
+
+IS CANNABIS THE SAME THING AS MARIJUANA
+Likely.
+
+IS CANNABIS GOOD FOR PEOPLE
+Within the realm of possibility.
+
+IS CANNABIS GOOD
+Likely.
+
+IS CYSTEINE AN AMINO ACID
+Highly likely.
+
+IS ABORTION GOOD
+Sometimes.
+
+IS ABORTION RIGHT
+Highly likely.
+
+IS ABORTION MORAL
+Within the realm of possibility.
+
+IS GREENWICH A TOWN IN LONDON
+Sometimes.
+
+IS KIRIN A JAPANESE BEER
+Highly likely.
+
+IS REAL BEAUTY WITHIN
+Always.
+
+IS REAL ESTATE WHERE THE REAL MONEY IS
+That's feasible.
+
+IS SAINT PAUL THE CAPITAL OF MINNESOTA
+Always.
+
+IS MATT DOSTAL A BAD DRIVER
+That's feasible.
+
+IS AIDA AN OPERA WRITTEN BY VERDI
+Highly likely.
+
+IS MARIHUANA BAD FOR YOUR HEALTH
+For all I know.
+
+IS BUFFALO NY LCATED ON LAKE ERIE
+Usually.
+
+IS PETER PARKER A REAL PERSON
+Highly likely.
+
+IS PETER KRAPP A WRITER
+Possibly.
+
+IS PETER MAX AN ARTIST
+Within the realm of possibility.
+
+IS PETER NOT HERE
+Possibly.
+
+IS ATP THE ENERGY CURRENCY OF THE CELL
+Possibly.
+
+IS SKIPPY A BRAND OF PEANUT BUTTER
+That may be true.
+
+IS SOLARIS A COMPUTER OPERATING SYSTEM
+Always.
+
+IS NICOTINE A CARCINOGEN
+Always.
+
+IS EINSTEIN THE VATHER OF THE A BOMB
+That may be true.
+
+IS TCL A PROGRAMMING LANGUAGE
+That's feasible.
+
+IS PLATYPI THE PLURAL OF PLATYPUS
+Highly likely.
+
+IS MERCED A CITY IN CALIFORNIA
+I am certain.
+
+IS TALLINN CAPITAL OF ESTONIA
+I think so.
+
+IS TALLINN THE CAPITAL OF ESTONIA
+Usually.
+
+IS BOCHUM PART OF THE RUHR AREA
+Conceivably.
+
+IS BOCHUM A PART OF THE RUHR AREA
+Maybe.
+
+IS THIRD WORLD DEBT SOLVABLE
+Mostly.
+
+IS JANE EYRE A GOOD BOOK
+That's feasible.
+
+IS JANE AUSTEN A GOOD WRITER
+Highly likely.
+
+IS EGG VEGETARIAN
+Possibly.
+
+IS ELLEN A LESBIAN
+Mostly.
+
+IS DUNHILL A GOOD BRAND OF PIPE
+Within the realm of possibility.
+
+IS PAIN TANGIBLE
+That's feasible.
+
+IS PAIN A STATE OF MIND
+Sometimes.
+
+IS PAIN BENEFICIAL
+Usually.
+
+IS VI A TEXT EDITOR
+I am uncertain.
+
+IS HTML BASED ON SGML
+Within the realm of possibility.
+
+IS HTML A PROGRAMMING LANGUAGE
+Highly likely.
+
+IS SCHOOL A GOOD WAY TO LEARN
+Mostly.
+
+IS SCHOOL HARD
+Highly likely.
+
+IS SCHOOL FUN
+Maybe.
+
+IS SCHOOL BORING
+Sometimes.
+
+IS BEOS A GOOD OPERATING SYSTEM
+Possibly.
+
+IS LIVER HEALTHY TO EAT
+Mostly.
+
+IS MELBOURNE THE CAPITAL OF AUSTRALIA
+Likely.
+
+IS SHAFT A BAD MUTHA FUCKA
+Possibly.
+
+IS WRONG EVER RIGHT
+Possibly.
+
+IS PAMELA ANDERSON HOT
+Always.
+
+IS PAMELA ANDERSON SEXY
+I am certain.
+
+IS PAMELA ANDERSON LEE SEXY
+Maybe.
+
+IS MARIJUANA PHYSICALLY ADDICTIVE
+Maybe.
+
+IS MARIJUANA HEALTHY
+Within the realm of possibility.
+
+IS MARIJUANA A HARMFUL SUBSTANCE
+I think so.
+
+IS MARIJUANA A GOOD THING
+Likely.
+
+IS MARIJUANA GOOD FOR ARTHRITIS
+Mostly.
+
+IS MARIJUANA FUN TO SMOKE
+Highly likely.
+
+IS MARIJUANA BAD FOR YOU
+Maybe.
+
+IS WRITING A TECHNOLOGY
+Within the realm of possibility.
+
+IS EUROPE WEST OF NORTH AMERICA
+Usually.
+
+IS BIG BROTHER WATCHING US
+That may be true.
+
+IS BIG BROTHER WATCHING YOU
+Sometimes.
+
+IS CHRISTMAS DURING THE WINTERTIME
+Highly likely.
+
+IS EVERYTHING GETTING FASTER
+I am uncertain.
+
+IS LEVIS A DRESS BRAND
+That may be true.
+
+IS IS A VERB
+Mostly.
+
+IS IS A PREDICATE
+For all I know.
+
+IS IS IS
+Within the realm of possibility.
+
+IS CYBERSEX CHEATING
+That's feasible.
+
+IS CYBERSEX RIDICULOUS
+That's feasible.
+
+IS PEPSI A FOOD
+That may be true.
+
+IS SENDMAIL EASY TO LEARN
+Maybe.
+
+IS XILINX SOFTWARE FREE
+That's feasible.
+
+IS REPRODUCTION THE GOAL OF HUMANITY
+That may be true.
+
+IS ELLE MCPHERSON A BEAUTIFUL WOMAN
+Mostly.
+
+IS TORQUE A MEASURE OF TIGHTNESS
+Highly likely.
+
+IS MUSIC SPIRITUAL
+Usually.
+
+IS MUSIC NOISE
+Sometimes.
+
+IS MUSIC BASED UPON MATHEMATICS
+Possibly.
+
+IS MUSIC THE FRUIT OF LOVE
+I am uncertain.
+
+IS MUSIC THE UNIVERSAL LANGUAGE
+Within the realm of possibility.
+
+IS MUSIC THE FOOD OF THE SOUL
+Mostly.
+
+IS MUSIC THE FOOD OF LOVE
+For all I know.
+
+IS MUSIC THE FOOD OF LIFE
+Usually.
+
+IS MUSIC A SORT OF MATHMATICS
+Likely.
+
+IS MUSIC A LANGUAGE
+For all I know.
+
+IS MUSIC A FORM OF ESCAPISM
+Highly likely.
+
+IS MUSIC NECESSARY
+Always.
+
+IS MUSIC APPLIED MATHEMATICS
+Sometimes.
+
+IS DALLAS THE CAPITOL OF TEXAS
+I am uncertain.
+
+IS DALLAS A METROPLEX
+Highly likely.
+
+IS ANAEROBIC BACTERIA BREATHE
+That's feasible.
+
+IS PSYCHOLOGY A SCIENCE
+Likely.
+
+IS CARBON AN ATOM
+Always.
+
+IS FIVE YEARS FROM TWO YEARS AGO 2003
+Highly likely.
+
+IS BLINK 182 A BAND
+I am certain.
+
+IS STOCKTON A CITY IN CALIFORNIA
+Likely.
+
+IS 9 BALL A SPORT
+Sometimes.
+
+IS 9 BALL A GAME
+Likely.
+
+IS NOVA SCOTIA A CANDIAN PROVINCE
+Likely.
+
+IS ART INDEPENDANT OF MEDIA
+Sometimes.
+
+IS ART DIFFICULT TO UNDERSTAND
+That could be the case.
+
+IS INTERNET ADDICTIVE
+I think so.
+
+IS INTERNET COMMUNITY OF PEOPLE
+Always.
+
+IS INTERNET NECCESSARY
+I am certain.
+
+IS INTERNET A HOUSE HOLD COMMODITY
+Within the realm of possibility.
+
+IS INTERNET GOOD FOR A GROWING CHILD
+Within the realm of possibility.
+
+IS INTERNET SURFING ADDICTIVE
+Highly likely.
+
+IS INTERNET WIDE. INTERJECTION
+That's feasible.
+
+IS ZOROASTRIANISM A RELIGION
+Likely.
+
+IS OTTAWA IN ONTARIO
+That may be true.
+
+IS OTTAWA THE CAPITAL OF CANADA
+Always.
+
+IS OTTAWA THE CAPITAL CITY OF CANADA
+Likely.
+
+IS OTTAWA IS THE CAPITAL OF CANADA
+That may be true.
+
+IS AFFECTION AS IMPORTANT AS FOOD
+That's feasible.
+
+IS PUBLIC TRANSPORTATION GETTING WORSE
+I think so.
+
+IS IRRATIONAL NUMBER IRRATIONAL
+Within the realm of possibility.
+
+IS FAIR IN LOVE AND WAR
+I think so.
+
+IS 11107101 AN ICQ NUMBER
+I think so.
+
+IS 45 887 DIVIDED BY 63 728 POINT 3
+That may be true.
+
+IS PI IRRATIONAL
+Usually.
+
+IS PI A IRRATIONAL NUMBER
+Mostly.
+
+IS PI A TRANSENDENTAL NUMBER
+That may be true.
+
+IS PI A NUMBER AND NOT A RATIO
+I think so.
+
+IS PI A TRANSCENDENTAL NUMBER
+Within the realm of possibility.
+
+IS PI A COMPLEX NUMBER
+Likely.
+
+IS PI A REAL NUMBER
+Always.
+
+IS PI REAL
+Mostly.
+
+IS PI LARGER THAN E 1
+Likely.
+
+IS SADNESS BAD
+Possibly.
+
+IS ENLIGHTENMENT ATTAINABLE
+Likely.
+
+IS CHOCOLATE DELICIOUS
+Within the realm of possibility.
+
+IS CHOCOLATE HARMFUL FOR DOGS
+Mostly.
+
+IS CHOCOLATE GOOD FOR THE SOUL
+Possibly.
+
+IS CHOCOLATE GOOD FOR YOU
+I am uncertain.
+
+IS CHOCOLATE AN ADDICTIVE SUBSTANCE
+For all I know.
+
+IS CHOCOLATE AN APHRODISIAC
+Usually.
+
+IS TO CARE THE SAME THING AS TO MIND
+I think so.
+
+IS TO COCK A VERB
+Always.
+
+IS TO ERR IS HUMAN TO FORGIVE DIVINE
+Mostly.
+
+IS CLAY BRITTLE
+Sometimes.
+
+IS CLAY WATERTIGHT
+Sometimes.
+
+IS CLAY PIGION SHOOTING A SPORT
+Highly likely.
+
+IS KIELBASA A TYPE OF SAUSAGE
+I am certain.
+
+IS SHOOTING FREE PISTOL DIFFICULT
+Mostly.
+
+IS GRAY A MIND NUMBING COLOR
+I think so.
+
+IS DOS VALID
+That could be the case.
+
+IS DOS DEAD
+Possibly.
+
+IS DOS EQUIS IMPORTED FROM MEXICO
+That may be true.
+
+IS ECONOMIC PROGRESS KILLING THE PLANET
+That could be the case.
+
+IS FLUGZEUG GERMAN FOR AIRPLANE
+I think so.
+
+IS TOMATO A FRUIT
+Always.
+
+IS TOMATO A VEGETABLE
+That may be true.
+
+IS MIT OVER RATED
+Possibly.
+
+IS MONA LISA PRETTY
+That's feasible.
+
+IS BIRMINGHAM THE CAPITOL OF ALABAMA
+Maybe.
+
+IS MINIME EVIL
+Possibly.
+
+IS STARBUCKS COFFEE UBIQUITOUS
+I think so.
+
+IS ARSENIC AN ELEMENT
+Likely.
+
+IS DIURNAL THE OPPOSITE OF NOCTURNAL
+Highly likely.
+
+IS CHRONO CROSS A VIDEO GAME
+Likely.
+
+IS NAFTA A GOOD IDEA
+Sometimes.
+
+IS FORUM 2000 FOR REAL
+Sometimes.
+
+IS SNOWBOARDING A SPIRITUAL EXPERIENCE
+Possibly.
+
+IS ALFRED E NEUMAN A REAL PERSON
+I am uncertain.
+
+IS CARACAS IN VENEZUELA
+Always.
+
+IS BODY PIERCING A FAD
+Highly likely.
+
+IS EVERYDAY ABOVE GROUND A GOOD DAY
+That may be true.
+
+IS GRAVEL HARD TO WALK ON
+That could be the case.
+
+IS 156 TO THE 0 POWER EQUAL 1
+Always.
+
+IS 13 AN UNLUCKY NUMBER
+That may be true.
+
+IS BANDWIDTH A COMMODITY
+Highly likely.
+
+IS WORK A DRAG
+Within the realm of possibility.
+
+IS WORK HARD
+Likely.
+
+IS WORK BORING
+I am uncertain.
+
+IS COK A MISSPELLING OF COOK
+Always.
+
+IS HERB RITTS A PHOTOGRAPHER
+Within the realm of possibility.
+
+IS CHRISTINA AGUILERA HOT
+Highly likely.
+
+IS CHRISTINA RICCI BEAUTIFUL
+That may be true.
+
+IS CELINE DION CRAP
+Within the realm of possibility.
+
+IS IGNORANCE BLISS
+That may be true.
+
+IS GRASS THE SAME COLOR AS APPLES
+That's feasible.
+
+IS GRASS GREE
+Highly likely.
+
+IS 3 3 EQUAL 6
+I think so.
+
+IS 3 2 EQUAL 5
+That's feasible.
+
+IS BUCK MORE THAN EURO
+Likely.
+
+IS SALTY THE OPPOSITE OF SWEET
+Within the realm of possibility.
+
+IS COUNTRY MUSIC ANNOYING
+I am certain.
+
+IS ENGLAND A COUNTY
+Possibly.
+
+IS RICARDO LAGOS PRESIDENT OF CHILI
+Highly likely.
+
+IS ERIKA ELENIAK HOT
+I think so.
+
+IS STARTEC A LONG DISTANCE COMPANY
+That's feasible.
+
+IS DAY ALWAYS BRIGHT
+For all I know.
+
+IS KATIE HOLMES BEAUTIFUL
+Possibly.
+
+IS NO NEWS GOOD NEWS
+That may be true.
+
+IS FREEDOM A PRIVILEGE
+That's feasible.
+
+IS FREEDOM NECESSARY FOR PEACE
+That could be the case.
+
+IS SYD MEAD AN ARTIST
+That's feasible.
+
+IS REIKI AN ALTERNATIVE MEDICINE
+Mostly.
+
+IS REXX A PROGRAMMING LANGUAGE
+Highly likely.
+
+IS MAGIC POSSIBLE
+Sometimes.
+
+IS MAGIC THE OPPOSITE OF SCIENCE
+Within the realm of possibility.
+
+IS MAGIC UNEXPLAINED SCIENCE
+Likely.
+
+IS SUNLIGHT A GOOD SOURCE OF VITAMIN
+Possibly.
+
+IS SUNLIGHT MADE OF MATTER
+Sometimes.
+
+IS KPBS TV IN SAN DIEGO CA
+That could be the case.
+
+IS ESSEN A FAMOUS CITY IN GERMANY
+Likely.
+
+IS LUXEMBOURG A GRAND DUCHY
+Within the realm of possibility.
+
+IS KALEVALA THE FINNISH NATIONAL POETRY
+Sometimes.
+
+IS ASKING ALICEBOTS ADDICTIVE
+Likely.
+
+IS ASKING QUESTIONS AN ART
+Possibly.
+
+IS 632 A FACTOR OF 372248
+Highly likely.
+
+IS BUJUMBURA THE CAPITAL OF BURUNDI
+Likely.
+
+IS FLYING SAFE
+I think so.
+
+IS IRIDIUM HEAVIER THEN LEAD
+For all I know.
+
+IS SHARING MP3S MORALLY CORRECT
+Highly likely.
+
+IS OPTIMUS PRIME LEADER OF THE AUTOBOTS
+I am uncertain.
+
+IS FACIAL HAIR ON MALES ATTRACTIVE
+Conceivably.
+
+IS REALPLAYER THE
+I am uncertain.
+
+IS HOMO ERUCTUS A SPECIES
+That could be the case.
+
+IS RIPE THE IP AUTHORITY FOR EUROPE
+Maybe.
+
+IS BUDDHA AN INDIAN
+Likely.
+
+IS HELICOPTER A COMPOUND WORD
+For all I know.
+
+IS NTSC A VIDEO FORMAT
+Mostly.
+
+IS VERIZON A WIRELESS SERVICE PROVIDER
+Usually.
+
+IS HERNE ASSOCIATED WITH THE GREAT HUNT
+That may be true.
+
+IS UPPSALA A CITY IN SWEDEN
+Highly likely.
+
+IS ANYTHING SMALLER THAN A PHOTON
+I think so.
+
+IS ANYTHING EVER FREE
+Likely.
+
+IS ANYTHING FREE
+Highly likely.
+
+IS KOKOMO A REAL PLACE
+Highly likely.
+
+IS CA THE SYMBOL FOR CALUCIUM
+Within the realm of possibility.
+
+IS CHRIS THE ANTI OF THE ANTI CHRIS
+Possibly.
+
+IS CHRIS WEBBER A PREMIER NBA PLAYER
+Possibly.
+
+IS CHRIS ROCK FUNNY
+Maybe.
+
+IS CHRIS MOYLES A PRESENTER ON RADIO 1
+Likely.
+
+IS WEDNESDAY THE THIRD DAY OF THE WEEK
+Likely.
+
+IS WEDNESDAY THE FOURTH DAY OF THE WEEK
+Highly likely.
+
+IS PAUL VAN DYK A MUSIC ARTIST
+That's feasible.
+
+IS WHEEL THE BEGINNING OF CIVILISATIONS
+I think so.
+
+IS 91 A PRIME NUMBER
+Highly likely.
+
+IS TELNET A COMPUTER PROTOCOL
+I think so.
+
+IS COTTON CANDY MADE FROM SUGAR ALONE
+Possibly.
+
+IS COUMADIN AN ANTICOAGULANT
+Within the realm of possibility.
+
+IS SLATE A GOOD ROOFING MATERIAL
+Sometimes.
+
+IS GOVERNMENT INTELLIGENCE AN OXYMORON
+That could be the case.
+
+IS S ARP A POPULAR KOREAN POP GROUP
+For all I know.
+
+IS KINKY SEX FUN
+Usually.
+
+IS HEXADECIMAL A BASE 16 NUMBER SYSTEM
+Usually.
+
+IS DOUGLAS ADAMS A GOOD AUTHOR
+Always.
+
+IS TINKY WINKY THE GAY TELLETUBBY
+Within the realm of possibility.
+
+IS APHEX TWIN ENGLISH
+I am uncertain.
+
+IS CHARDONNAY A RED WINE
+Maybe.
+
+IS ELBRUS THE HIGHEST MOUNT OF EUROPE
+I am uncertain.
+
+IS SUFFERING NECESSARY
+That's feasible.
+
+IS SUFFERING CAUSED BY DESIRE
+Usually.
+
+IS XML THE SUCCESSOR TO HTML
+I am certain.
+
+IS XML A LANGUAGE
+Always.
+
+IS HO A COMMON MODEL RAILROADING GAUGE
+That could be the case.
+
+IS BROWN A GOOD UNIVERSITY
+I think so.
+
+IS BROWN BREAD ALWAYS BROWN
+Always.
+
+IS CHANGES A SONG BY THE ROCK GROUP
+Mostly.
+
+IS STRESS NECESSARY
+Conceivably.
+
+IS DANKA A OFFICE EQUIPMENT SUPPLIER
+Sometimes.
+
+IS SKIING MORE FUN THAN SNOWBOARDING
+For all I know.
+
+IS LEXX A TV SHOW
+That's feasible.
+
+IS SOME CURRENCY COUNTERFEIT
+I think so.
+
+IS SOME ICECREAM MADE FROM SEAWEED
+Always.
+
+IS HALLOWEEN A SCARY HOLIDAY
+For all I know.
+
+IS HALLOWEEN A HOLIDAY
+Highly likely.
+
+IS HALLOWEEN AN OLD IRISH FESTIVAL
+For all I know.
+
+IS GEORGIA TECH LOCATED IN ATLANTA
+Mostly.
+
+IS GEORGIA IN ATLANTA
+Conceivably.
+
+IS JUNGLE A TYPE OF ELECTRONIC MUSIC
+Within the realm of possibility.
+
+IS SOMETHING EVIL IN EVERY HUMAN BEING
+Within the realm of possibility.
+
+IS SWEAT EQUITY WORTH MONEY
+Possibly.
+
+IS ATLAS SHRUGGED A BOOK BY AYN RAND
+Highly likely.
+
+IS THREE A CROWD
+I think so.
+
+IS THREE MILE ISLAND DANGEROUS
+Likely.
+
+IS BREVITY THE SOUL OF WIT
+Always.
+
+IS MAJOR TOM A JUNKIE
+Possibly.
+
+IS FICTION A SERIOUS PURSUIT
+Always.
+
+IS GEORGE MICHEAL GAY
+Mostly.
+
+IS GEORGE CARLIN FUNNY
+Always.
+
+IS GEORGE MICHAEL GAY
+Always.
+
+IS GEORGE BUSH DUMBER THAN AL GORE
+Mostly.
+
+IS GEORGE BUSH A LIAR
+I am uncertain.
+
+IS GEORGE BUSH A DUMBASS
+Maybe.
+
+IS GEORGE BUSH IS A FORMER COCAINE USER
+Highly likely.
+
+IS GEORGE BUSH JR. A GUY
+That's feasible.
+
+IS GEORGE BUSH INTELLIGENT
+Possibly.
+
+IS GEORGE BUSH RUNNING FOR PRESIDENT
+Mostly.
+
+IS GEORGE BUSH JR A PRIMATE
+Likely.
+
+IS GEORGE BUSH BECOMING PRESIDENT
+Possibly.
+
+IS ALCOHOLISM A DISEASE
+Always.
+
+IS MINSK CAPITAL OF BELARUS
+Always.
+
+IS FRACE A CITY IN MICHIGAN
+Possibly.
+
+IS BRATWURST A SAUSAGE
+Possibly.
+
+IS FOIS GRAS GOOD TO EAT
+Sometimes.
+
+IS JACKIE MARTLING A COMEDIAN
+For all I know.
+
+IS JUSTICE BLIND
+Within the realm of possibility.
+
+IS ANDRES ZARATE CHILEAN
+Likely.
+
+IS ANDRES ZARATE FROM ARGENTINA
+That may be true.
+
+IS FRANCE IN THE WESTERN HEMISPHERE
+Mostly.
+
+IS FRANCE FAMOUS FOR ITS FOOD
+Possibly.
+
+IS FRANCE SOCCER WORLD CHAMPION
+Maybe.
+
+IS KONNICHIWA HELLO IN JAPANESE
+Maybe.
+
+IS SUBLIMATION IN SPACE A GOOD THING
+Possibly.
+
+IS MORONI THE CAPITAL OF THE COMOROS
+That's feasible.
+
+IS SALEM THE CAPITOL OF OREGON
+Within the realm of possibility.
+
+IS SALEM THE CAPITAL CITY OF OREGON
+Maybe.
+
+IS GWYNETH PALTROW HOT
+Always.
+
+IS HOMOSEXUALITY A CHOICE
+That could be the case.
+
+IS HOMOSEXUALITY NORMAL
+That's feasible.
+
+IS HOMOSEXUALITY
+I am certain.
+
+IS HOMOSEXUALITY NATURAL
+I think so.
+
+IS HOMOSEXUALITY SOCIALLY ACCEPTABLE
+Likely.
+
+IS HOMOSEXUALITY MORALLY CORRECT
+I think so.
+
+IS STUTTGART IN GERMANY
+Possibly.
+
+IS INTUITION BASED ON FACTS
+Sometimes.
+
+IS POT ADDICTIVE
+Sometimes.
+
+IS DIGITAL BETTER THAN ANALOG
+That may be true.
+
+IS SYRUP OFTEN SERVED WITH PANCAKES
+Highly likely.
+
+IS CANBERRA THE CAPITAL OF AUSTRALIA
+Likely.
+
+IS CANBERRA IS THE CAPITAL OF AUSTRALIA
+Usually.
+
+IS SOUTH SANDIA PEAK A MOUNTAIN
+Sometimes.
+
+IS SOUTH THE OPPOSITE OF NORD
+I am certain.
+
+IS SOUTH AFRICA A VIOLENT COUNTRY
+Possibly.
+
+IS SOUTH PARK A GOOD MOVIE
+Mostly.
+
+IS HISTORY WRITTEN BY THE WINNERS
+Always.
+
+IS YOUTH IS A GIFT WASTED ON THE YOUNG
+Always.
+
+IS WALT DISNEY CRYOGENICALLY STORED
+That's feasible.
+
+IS DR SPOCK A CHARACTER ON STAR TREK
+Likely.
+
+IS DR PEPPER CONSIDERED A COLA
+Highly likely.
+
+IS TRANCE MUSIC STYLE
+Sometimes.
+
+IS TRANCE A MUSIC STYLE
+Highly likely.
+
+IS WAGGA WAGGA IN AUSTRALIA
+For all I know.
+
+IS BELIZE A COUNTRY
+Always.
+
+IS MAHIR A TURK
+Always.
+
+IS FREEBSD GOOD OS
+Possibly.
+
+IS FREEBSD GOOD OPERATING SYSTEM
+Mostly.
+
+IS HAPPINESS THE MEANING OF LIFE
+That may be true.
+
+IS ARGENTINA IN THE SOUTHERN HEMISPHERE
+Mostly.
+
+IS ARGENTINA A CITY
+Possibly.
+
+IS CLIVE CUSSLER AN AUTHOR
+Mostly.
+
+IS ZONE TRADER A MARKETPLACE
+I am certain.
+
+IS ETA A TERRORIST GROUP
+I think so.
+
+IS MELANOMA FREQUENTLY FATAL
+That may be true.
+
+IS NATIONALISM THE CAUSE OF MOST WARS
+Possibly.
+
+IS COLIN MCRAE A RALLY DRIVER
+Sometimes.
+
+IS GRANOLA GOOD
+Likely.
+
+IS SMALL WORLD A RIDE AT MAGIC KINGDOM
+Usually.
+
+IS PACIFIC OCEAN THE LARGEST SEA BODY
+I am certain.
+
+IS CATERINA A GIRL
+Always.
+
+IS ADVECTION WIND
+Possibly.
+
+IS RYAZAN THE CITY IN RUSSIA
+Within the realm of possibility.
+
+IS PROGRAMMING HARD TO LEARN
+I think so.
+
+IS PROGRAMMING COMPUTERS FUN
+Always.
+
+IS ALLAH GREAT
+I am uncertain.
+
+IS BEAUTY IN THE EYE
+Sometimes.
+
+IS BEAUTY IN TH EYE OF THE BEHOLDER
+That may be true.
+
+IS BEAUTY ONLY SKIN DEEP
+Within the realm of possibility.
+
+IS BEAUTY SKIN DEEP
+Possibly.
+
+IS BEAUTY A STATE OF MIND
+Likely.
+
+IS BEAUTY GOOD
+Highly likely.
+
+IS EINSTEINIUM AN ELEMENT
+Usually.
+
+IS SWIMMING A MEANS OF TRANSPORTATION
+Likely.
+
+IS TRIPE COW STOMACH
+Highly likely.
+
+IS IE 5 POINT 5 SLOWER THAN IE 5
+Possibly.
+
+IS CYBERSPACE REAL
+Within the realm of possibility.
+
+IS THOTH THE NAME OF AN EGYPTIAN GOD
+Highly likely.
+
+IS THOTH AN EGYPTIAN DEITY
+Highly likely.
+
+IS SQUIRTLE A POKEMON
+Highly likely.
+
+IS WETHER GOOD
+Possibly.
+
+IS WWF PROTECTING THE NATURE
+That may be true.
+
+IS BRA SHORT FOR BRASSIERE
+Highly likely.
+
+IS JUGGLING AN ART FORM
+Within the realm of possibility.
+
+IS DEMOCRACY A FORM OF REGIME
+Mostly.
+
+IS HELMUT KOHL THE PRESIDENT OF GERMANY
+That may be true.
+
+IS PHP SUPERIOR TO ASP
+I think so.
+
+IS PHP A DRUG
+Maybe.
+
+IS PHP A SCRIPT LANGUAGE FOR THE WWW
+I am uncertain.
+
+IS PHP A PROGRAMMING LANGUAGE
+Highly likely.
+
+IS KOREA IS ONE COUNTRY
+Possibly.
+
+IS JERUSALEM HOLLY
+Highly likely.
+
+IS TINA TURNER AN ACTRESS
+I am uncertain.
+
+IS SAND HARDER OR SOFTER THAN TALC
+Maybe.
+
+IS HAGATNA THE CAPITAL OF GUAM
+Maybe.
+
+IS MINIPLEXD AN ANGRAM OF ALICE
+That could be the case.
+
+IS EGO A PRODUCT OF CULTURE
+Within the realm of possibility.
+
+IS BISMUTH AN ELEMENT
+Always.
+
+IS TUCSON FURTHER SOUTH THAN LAS VEGAS
+That could be the case.
+
+IS INDIANA JONES A MAN
+I think so.
+
+IS LAKE ATITLAN IN GUATEMALA
+Highly likely.
+
+IS LAKE ATITLAN LOCATED IN GUATEMALA
+I think so.
+
+IS VAL KILMER GOOD LOOKING
+Always.
+
+IS PORN HEALTHY
+Maybe.
+
+IS KU KLUX KLAN A ILLEGAL ORGANISATION
+Maybe.
+
+IS CREAM SWEET
+Always.
+
+IS FACETING A FORM OF LAPIDARY
+I think so.
+
+IS AKUREYRI A CITY IN ICELAND
+Within the realm of possibility.
+
+IS CONCORD THE CAPITAL OF NEW HAMPSHIRE
+Likely.
+
+IS PERIWINKLE A COLOR
+For all I know.
+
+IS KAHLIL GIBRAN AN AUTHOR
+Always.
+
+IS LASIK A PROCEDURE TO CORRECT MYOPIA
+Always.
+
+IS HORSENS A TOWN IN DENMARK
+I am certain.
+
+IS REGGAE MUSIC GOOD TO RAVE TO
+Likely.
+
+IS A A B B EQUAL C C A THEOREM
+I am uncertain.
+
+IS A TOMATO A VEGETABLE
+I think so.
+
+IS A TOMATO A TYPE OF VEGETABLE
+That may be true.
+
+IS A STAR MADE OF FIRE
+That's feasible.
+
+IS A CROCUS A TREE
+Mostly.
+
+IS A CAMEL CONSIDERED A BEAST
+Usually.
+
+IS A MAJOR THIRD CONCORDANT
+That's feasible.
+
+IS A MAJOR EARTHQUAKE SOON TO HAPPEN
+I am uncertain.
+
+IS A GERBIL A BEAST
+Likely.
+
+IS A SUWANNEE BASS A KIND OF FISH
+Mostly.
+
+IS A MESON AN ATOMIC PARTICLE
+I think so.
+
+IS A MALTESE A BREED OF DOG
+Usually.
+
+IS A RIO GRANDE CHUB A KIND OF FISH
+Usually.
+
+IS A RIO MAYO TROUT A KIND OF FISH
+Likely.
+
+IS A RABBI A TEACHER
+Mostly.
+
+IS A BOOK A TYPE OF TOOL
+Maybe.
+
+IS A TEACHER IS A PART OF OCCUPATION
+Always.
+
+IS A SNOWFLAKE SYMMETRICAL
+Always.
+
+IS A BIG MAC WORTH ONE US DOLLAR
+That's feasible.
+
+IS A GOLEM PART OF JEWISH FOLKLORE
+Highly likely.
+
+IS A MUSKIE A KIND OF FISH
+That may be true.
+
+IS A BAY A TYPE OF HORSE
+Usually.
+
+IS A SHARK A BEAST
+I am certain.
+
+IS A GRASS CARP A KIND OF FISH
+Likely.
+
+IS A MALLARD BIGGER THAN A TEAL
+Possibly.
+
+IS A BOSON A SUBATOMIC PARTICLE
+I am certain.
+
+IS A BITCH AN ANIMAL
+Mostly.
+
+IS A THREADFIN SHAD A KIND OF FISH
+Highly likely.
+
+IS A BURBOT A KIND OF FISH
+I am uncertain.
+
+IS A KOALA A MARSUPIAL
+I think so.
+
+IS A CROCODILE A VIOLENT CREATURE
+I am certain.
+
+IS A VINDALOO A HOT CURRY
+I think so.
+
+IS A GOOD FRIEND FOR LIFE
+Likely.
+
+IS A GOOD KATANA FOLDED A HUNDRED TIMES
+Possibly.
+
+IS A BASENJI A DOG
+That could be the case.
+
+IS A PIANO A STRING INSTRUMENT
+That may be true.
+
+IS A LONGNOSE GAR A KIND OF FISH
+Always.
+
+IS A BOARD MEMBER USEFULL FOR A COMPANY
+Always.
+
+IS A FLUKE A TYPE OF FISH
+Always.
+
+IS A CHESTNUT LAMPREY A KIND OF FISH
+I am uncertain.
+
+IS A BLACKNOSE DACE A KIND OF FISH
+That may be true.
+
+IS A CLUSTER A GROUP
+Always.
+
+IS A GUZMAN TROUT A KIND OF FISH
+Usually.
+
+IS A LEAST CHUB A KIND OF FISH
+Within the realm of possibility.
+
+IS A FROG CONSIDERED A BEAST
+I am uncertain.
+
+IS A CLAVICLE A MUSICAL INSTRUMENT
+Sometimes.
+
+IS A GALLON IS SMALLER THAN A HOGSHEAD
+Within the realm of possibility.
+
+IS A PINT EQUAL TO TWO CUPS
+Within the realm of possibility.
+
+IS A HUMPBACK CHUB A KIND OF FISH
+Sometimes.
+
+IS A COIN ALWAYS MADE OF METAL
+Possibly.
+
+IS A KILDEER A TYPE OF BIRD
+Possibly.
+
+IS A SACRAMENTO PERCH A KIND OF FISH
+I think so.
+
+IS A JPEG WORTH A THOUSAND WORDS
+Highly likely.
+
+IS A REDEAR SUNFISH A KIND OF FISH
+Maybe.
+
+IS A GROUP OF WHALES CALLED A POD
+Mostly.
+
+IS A GROUP OF OWLS CALLED A PARLIAMENT
+I am uncertain.
+
+IS A SPEAKER A TRANSDUCER
+Maybe.
+
+IS A SPEAKER AN OUTOUT DEVICE
+Mostly.
+
+IS A DATE A KIND OF FOOD
+That could be the case.
+
+IS A FALSE SENTENCE FALSE
+Highly likely.
+
+IS A CLAYMORE A BIG SCOTTISH SWORD
+Within the realm of possibility.
+
+IS A WALLEYE A KIND OF PIKE
+Highly likely.
+
+IS A CUBE A PLATONIC SOLID
+Usually.
+
+IS A LOP A KIND OF RABBIT
+Sometimes.
+
+IS A CHINCHILLA A RODENT
+Likely.
+
+IS A RECESSION A MILD DEPRESSION
+Likely.
+
+IS A COYOTE A TYPE OF DOG
+I am certain.
+
+IS A FLAME CHUB A KIND OF FISH
+For all I know.
+
+IS A WHITE PAPER BLACK IN THE DARK
+For all I know.
+
+IS A WHITE CRAPPIE A KIND OF FISH
+Maybe.
+
+IS A BRASSIERE UNCOMFOTABLE
+I think so.
+
+IS A BLUESPOTTED SUNFISH A KIND OF FISH
+That may be true.
+
+IS A RACOON NOT A REPTILE
+Mostly.
+
+IS A ROCK BASS A KIND OF FISH
+Mostly.
+
+IS A CATTAIL APLANT
+Highly likely.
+
+IS A CHICKEN EGG ALIVE
+I think so.
+
+IS A COLORADO SQUAWFISH A KIND OF FISH
+Likely.
+
+IS A MICROSOFT WINDOWS GOOD OS
+Sometimes.
+
+IS A GROOUP OF WHALES CALLED A POD
+Highly likely.
+
+IS A RAM AS BIG AS A SHEEP
+Mostly.
+
+IS A WEB RELATIONSHIP A GOOD THING
+I am certain.
+
+IS A BANNANA JELLOW
+I think so.
+
+IS A FERMAT NUMBER ALWAYS PRIME
+I am uncertain.
+
+IS A PRINCIPLE A PERSON IN A SCHOOL
+Likely.
+
+IS A POEM AS LOVELY AS A TREE
+Within the realm of possibility.
+
+IS A FREEBSD GOOD OS
+Possibly.
+
+IS A BONOBO A SPECIES OF MONKEY
+Always.
+
+IS A WHIPPET A DOG
+Sometimes.
+
+IS A WHIPPET A TYPE OF DOG
+That may be true.
+
+IS A LEAGUE SHORTER THAN A MILE
+That's feasible.
+
+IS A BLIND GUIDE DOG USEFUL
+Likely.
+
+IS A MOON PIE A COOKIE
+Sometimes.
+
+IS A SMALL BUG BITE SIZED
+Mostly.
+
+IS A NOTEBOOK A BOOK
+Mostly.
+
+IS A MONARKY WHEN YOU HAVE A KING
+Highly likely.
+
+IS A ROSYSIDE DACE A KIND OF FISH
+For all I know.
+
+IS A LANDLOCKED SALMON A KIND OF FISH
+Likely.
+
+IS A ROOK A TYPE OF BIRD
+Mostly.
+
+IS A MIDPIXEL A QUESTION
+Within the realm of possibility.
+
+IS A CYGNET A YOUNG SWAN
+Likely.
+
+IS A GOLDEYE A KIND OF FISH
+I think so.
+
+IS A WOMANS LABIA PINK
+Maybe.
+
+IS A PICKLE A PICKLED CUCUMBER
+Likely.
+
+IS A WOUNDFIN A KIND OF FISH
+Usually.
+
+IS A LIAR SOMEONE WHO EXAGGERATES
+Likely.
+
+IS A PEANUT A LEGUME
+Usually.
+
+IS A PEANUT A NUT
+I think so.
+
+IS A KIWI A BIRD
+Likely.
+
+IS A PENGUIN THE MASCOT OF LINUX
+Usually.
+
+IS A PADDLEFISH A KIND OF FISH
+I think so.
+
+IS A JAGUAR A CAT
+Within the realm of possibility.
+
+IS A JAGUAR BETTER THAN A PORSCHE
+Possibly.
+
+IS A LIONFISH VENOMOUS
+Maybe.
+
+IS A LIONFISH VENEMOUS
+Possibly.
+
+IS A SEA DOG CONSIDERED AQUATIC
+Maybe.
+
+IS A HARD RIVE A FIXED DRIVE SYSTEM
+Highly likely.
+
+IS A PARENTHESIS OPEN OR CLOSE ONLY
+Highly likely.
+
+IS A FISH COLOR BLIND
+Sometimes.
+
+IS A DOGS LIFE SACRED
+Possibly.
+
+IS A PERFECT BODY A WORTHLESS PURSUIT
+Within the realm of possibility.
+
+IS A GROANER A KIND OF JOKE
+Highly likely.
+
+IS A TORUS ROUND
+Always.
+
+IS A COMPANY A NON HUMAN LEGAL PERSON
+Likely.
+
+IS A DIXIE CHUB A KIND OF FISH
+Likely.
+
+IS A CORGI A KIND OF DOG
+Highly likely.
+
+IS A SILLY QUESTION USELESS ON ALICE
+Maybe.
+
+IS A BMW R1150 GS A COOL BIKE
+I think so.
+
+IS A MOUNTAINHORSE A HORSE
+Maybe.
+
+IS A KIT A YOUNG FOX
+Sometimes.
+
+IS A SANDROLLER A KIND OF FISH
+Possibly.
+
+IS A JIGSAW A FORM OF ANTERTAINMENT
+Possibly.
+
+IS A FOOTBALL SPHERICAL
+That's feasible.
+
+IS A LOVE FEELING SOMETHING CHEMICAL
+Sometimes.
+
+IS A PIEBALD HORSE BLACK AND WHITE
+I am uncertain.
+
+IS A YAM A NIGHTSHADE CROP
+That's feasible.
+
+IS A SPIDER A TYPE OF INSECT
+Conceivably.
+
+IS A SPIDER AN INSECT
+Highly likely.
+
+IS A BANSHEE A DEATH OMEN
+Maybe.
+
+IS A FALLFISH A KIND OF FISH
+Sometimes.
+
+IS A DEATH A TRADEGY
+Usually.
+
+IS A BONYTAIL A KIND OF FISH
+Within the realm of possibility.
+
+IS A ROUNDNOSE MINNOW A KIND OF FISH
+Always.
+
+IS A GREEN SUNFISH A KIND OF FISH
+Sometimes.
+
+IS A MARATHON 26 POINT 2 MILES LONG
+I am certain.
+
+IS A DIPLODOCUS A FOUR LEGGED ANIMAL
+Within the realm of possibility.
+
+IS A FUR BURGER A VAGINA
+Possibly.
+
+IS A CHILD A YOUNG ADULT
+Sometimes.
+
+IS A REDSPOT CHUB A KIND OF FISH
+Highly likely.
+
+IS A MORTGAGE A LOAN ON PROPERTY
+Highly likely.
+
+IS A LEOPARD DACE A KIND OF FISH
+Sometimes.
+
+IS A BRUB LIKE A CLERP
+Within the realm of possibility.
+
+IS A VIOLA BIGGER THAN A VIOLIN
+I am certain.
+
+IS A CREEK CHUB A KIND OF FISH
+Possibly.
+
+IS A COMPAQ DL380 A SERVER COMPUTER
+Sometimes.
+
+IS A GUN A TOOL
+Usually.
+
+IS A GOAL A DREAM WITH A DEADLINE
+Within the realm of possibility.
+
+IS A QUAHOG A TYPE OF CLAM
+I am uncertain.
+
+IS A COCKATIEL A BIRD
+Always.
+
+IS A B C EQUAL TO A B C
+I think so.
+
+IS A B EQUAL B A
+Always.
+
+IS A PALM V SMALLER THAN A PALM III
+Always.
+
+IS A PRARIE DOG A RODENT
+Usually.
+
+IS A BIGGER PENIS BETTER
+Sometimes.
+
+IS A LEVER A MACHINE
+Highly likely.
+
+IS A WALKING STICK AN INSECT
+Conceivably.
+
+IS A POLICEMAN YOUR FRIEND
+That may be true.
+
+IS A POLICEMAN AN ANIMAL
+Possibly.
+
+IS A FLOPPY DISK FLOPPY
+That may be true.
+
+IS A DODGE VIPER BETTER THAN A FORD ZX2
+Within the realm of possibility.
+
+IS A PIRATE PERCH A KIND OF FISH
+Sometimes.
+
+IS A MALE CARDINAL A RED BIRD
+Likely.
+
+IS A MOOSE TALLER THAN ME
+Highly likely.
+
+IS A KITTEN A CAT
+I am certain.
+
+IS A REDSIDE SHINER A KIND OF FISH
+I am certain.
+
+IS A TABLE PART OF A DATABASE
+Within the realm of possibility.
+
+IS A TABLE EQUAL TO A DESK
+Sometimes.
+
+IS A PANSY A TYPE OF FLOWER
+Highly likely.
+
+IS A SEMAPHORE A SIGNAL
+Highly likely.
+
+IS A DIODE A RECTIFIER
+For all I know.
+
+IS A ROUNDTAIL CHUB A KIND OF FISH
+That may be true.
+
+IS A ALICE A DATUM
+Usually.
+
+IS A ALICE A TERRIBLE THING TO WASTE
+I am certain.
+
+IS A LCD MONITOR BETTER THAN A CRT ONE
+That's feasible.
+
+IS A ZEBRA CONSIDERED A BEAST
+Likely.
+
+IS A TROUTPERCH A KIND OF FISH
+Likely.
+
+IS A BRAIN FART FUNNY
+Likely.
+
+IS A REDBREAST SUNFISH A KIND OF FISH
+Usually.
+
+IS A LONGEAR SUNFISH A KIND OF FISH
+I am certain.
+
+IS A HUMAN FAITHFULL
+That's feasible.
+
+IS A HUMAN LARGER THAN A PLANT
+Always.
+
+IS A LONGFIN DACE A KIND OF FISH
+Usually.
+
+IS A TABBY CAT IS COLORED ORANGE
+I think so.
+
+IS A SHADOW BASS A KIND OF FISH
+That may be true.
+
+IS A SALAMADER KIND OF LIKE A LIZARD
+Possibly.
+
+IS A SKIN LESION AS BAD AS IT SOUNDS
+I am uncertain.
+
+IS A FRUIT AN OFFSPRING OF A PLANT
+Highly likely.
+
+IS A MICROCONTROLLER A COMPUTER
+That's feasible.
+
+IS A DADDY LONGLEGS A SPIDER
+That may be true.
+
+IS A LARGE MOUTH BASS A KIND OF FISH
+Always.
+
+IS A MONOCULTURE DANGEROUS
+Likely.
+
+IS A MONOCULTURE BAD
+For all I know.
+
+IS A FIRESTONE TIRE SAFE
+Likely.
+
+IS A COLUMN AN ITEM IN A DATABASE
+That may be true.
+
+IS A VIRUS A WORTHFUL LIFE FORM
+Possibly.
+
+IS A VIRUS A LIVING THING
+Usually.
+
+IS A VIRUS CONSIDERED TO BE ALIVE
+I think so.
+
+IS A GOAT SMEL
+Usually.
+
+IS A HEN A BIRD
+Always.
+
+IS A NUMBER A THING
+I am uncertain.
+
+IS A QUARTER TWO BITS
+Maybe.
+
+IS A CROCK A CONTAINER
+Mostly.
+
+IS A CANTOR SOMEONE WHO SINGS
+Likely.
+
+IS A HEPTAGON A SEVEN SIDED POLYGON
+Mostly.
+
+IS A PHASER POSSIBLE
+Usually.
+
+IS A POMEGRANATE IS A FRUIT
+Always.
+
+IS A STEELHEAD A KIND OF FISH
+Always.
+
+IS A BASQUE SPANISH
+Likely.
+
+IS A COLOPHON INSIDE A BOOK
+I am uncertain.
+
+IS A MONITOR SAME AS A SCREEN
+Within the realm of possibility.
+
+IS A BULLHEAD A KIND OF FISH
+That may be true.
+
+IS A GAR A KIND OF FISH
+Sometimes.
+
+IS A DEBENTURE AN UNSECURED LOAN
+Possibly.
+
+IS A POLO BOTH A CAR AND A MINT
+I am uncertain.
+
+IS A SUNFISH A KIND OF FISH
+I am certain.
+
+IS A STRAW MADE OF STRAW
+I am uncertain.
+
+IS A RAVE A BAD ENVIRONMENT
+For all I know.
+
+IS A NOVA A STAR
+Possibly.
+
+IS A TANK A VESSEL
+Likely.
+
+IS A COMMON MERGANSER A DUCK
+Possibly.
+
+IS A SCANJET A SCANNER
+Always.
+
+IS A BLACK CRAPPIE A KIND OF FISH
+Within the realm of possibility.
+
+IS A BLACK HOLE A SINGULARITY
+Possibly.
+
+IS A FLASHLIGHT BATTERY OPERATED
+Likely.
+
+IS A 22 MONITOR BIG IN THE YEAR 2000
+Always.
+
+IS A HOT DOG A SAUSAGE
+I think so.
+
+IS A SPORK A USEFULL UTENSIL
+Within the realm of possibility.
+
+IS A GLOCKENSPIEL A SET OF BELLS
+Sometimes.
+
+IS A PERSON BOGGER THAN A DOG
+I think so.
+
+IS A FIFTH WHEEL SOMETHING USEFUL
+That's feasible.
+
+IS A CRIB A FARM STORAGE BUILDING
+Likely.
+
+IS A CRIB SHEET USED BY CHEATERS
+Highly likely.
+
+IS A NICKEL BASED ALLOY EASY TO MACHINE
+That may be true.
+
+IS A NICKEL WORTH 5 CENTS
+Likely.
+
+IS A KATANA A SWORD
+I am certain.
+
+IS A MEXICAN TETRA A KIND OF FISH
+Maybe.
+
+IS A DOG A BEAST
+Always.
+
+IS A CITY A TOWN
+Usually.
+
+IS A BANTAM SUNFISH A KIND OF FISH
+Always.
+
+IS A WOLF A CANINE
+I think so.
+
+IS A MOUSE VEGETARIAN
+I think so.
+
+IS A MOUSE ALWAYS A RODENT
+I think so.
+
+IS A MOUSE CONSIDERED TO BE VERMIN
+I think so.
+
+IS A HOBBIT A FICTIONAL SPECIES
+I think so.
+
+IS A RAZOR A TYPE OF FISH
+Possibly.
+
+IS A SATCHEL LUGGAGE
+Possibly.
+
+IS A WHOMAN FEMALE
+That may be true.
+
+IS A SCHISM A RIFT IN THEOLOGY
+Always.
+
+IS A HOSPITAL A HEALTHY PLACE TO GO
+That's feasible.
+
+IS A CHALUPA A FOOD PRODUCT
+Always.
+
+IS A CANTELOUPE VAGUELY FOOTBALL SHAPED
+I am uncertain.
+
+IS A ROBIN AN EARLY BIRD
+Mostly.
+
+IS A COW A RUMINANT
+That may be true.
+
+IS A PC COMPUTER BETTER THEN A MAC
+Likely.
+
+IS A THRESHHOLD FOUND AT A DOORWAY
+I am certain.
+
+IS A SLINKY TOY SHAPED LIKE A HELIX
+Usually.
+
+IS A HAIRY FACE SUITABLE
+That may be true.
+
+IS A WOMAN MORE BEAUTIFULL THAN A MAN
+Within the realm of possibility.
+
+IS A CIRCLE AN OBJECT
+That's feasible.
+
+IS A MISS SPENT YOUTH A YOUNG HOOKER
+Possibly.
+
+IS A TETRAHEDRON A POLYGON
+Highly likely.
+
+IS A GILA TROUT A KIND OF FISH
+I am uncertain.
+
+IS A SHAVEN HEAD EQUAL TO A BALD HEAD
+Maybe.
+
+IS A QUILL CONSIDERED A FEATHER
+I think so.
+
+IS A TAXI SOMETIMES CALLED A HACK
+Possibly.
+
+IS A KEESHOND A TYPE OF DOG
+For all I know.
+
+IS A PONY A BABY HORSE
+Maybe.
+
+IS A FETUS A HUMAN BEING
+That may be true.
+
+IS A KOOKABURRA A BIRD
+I think so.
+
+IS A MOLE A SPY
+That could be the case.
+
+IS A CUTE BIG APPLE BEAUTIFUL
+Always.
+
+IS A CAR IMPORTANT
+I am certain.
+
+IS A TOMATOE A FRUIT
+That may be true.
+
+IS A PETROGLYPH A FORM OF COMMUNICATION
+Mostly.
+
+IS A GIZZARD SHAD A KIND OF FISH
+Within the realm of possibility.
+
+IS A GLOSTER FANCY A SMALL CRESTED BIRD
+Likely.
+
+IS A COLLECTION A SET OF LIKE THINGS
+Likely.
+
+IS A LAKE STURGEON A KIND OF FISH
+I am certain.
+
+IS A BUFFALO CONSIDERED A BEAST
+Always.
+
+IS A FORD BRONCO II A SUV
+Likely.
+
+IS A TUBE A MUSICAL INSTRUMENT
+Within the realm of possibility.
+
+IS A SICK CHILD WORSE THAN A SICK ADULT
+That may be true.
+
+IS A MOUNTAIN WHITEFISH A KIND OF FISH
+Highly likely.
+
+IS A MOUNTAIN ALWAYS ABOVE SEA LEVEL
+Sometimes.
+
+IS A PENIS A TOOL
+I am uncertain.
+
+IS A PENIS FUN
+Likely.
+
+IS A VIRGIN SPINEDACE A KIND OF FISH
+I am uncertain.
+
+IS A BLUE STAR HOTTER THAN A RED STAR
+Possibly.
+
+IS A BLUE PEN BLUE
+I am certain.
+
+IS A BLUE TICK HOUND A DOG
+Possibly.
+
+IS A RAT A RODENT
+I am certain.
+
+IS A HOTBED A PLACE TO SLEEP
+Within the realm of possibility.
+
+IS A HORSESHOE CRAB A CRAB
+Maybe.
+
+IS A STARGAZING MINNOW A KIND OF FISH
+Mostly.
+
+IS A CHISELMOUTH A KIND OF FISH
+Within the realm of possibility.
+
+IS A BOTTLE BRUSH A TREE
+I think so.
+
+IS A PROTON A CAR
+I think so.
+
+IS A PROTON SMALLER THAN A NEUTRON
+I am uncertain.
+
+IS A BOOGER SLIPPERY
+Likely.
+
+IS A NORTHERN A KIND OF PIKE
+That may be true.
+
+IS A NORTHERN ROCK BASS A KIND OF FISH
+Highly likely.
+
+IS A BITE OF A SNAKE NONLETHAL
+I think so.
+
+IS A BLOW UP DOLL A SEX TOY
+I am certain.
+
+IS A SPEED FASTER THEN LIGHT POSSIBLE
+That's feasible.
+
+IS A FERRET A GOOD PET
+Within the realm of possibility.
+
+IS A RAINBOW LIGHT
+I am certain.
+
+IS A BLUEFIN STONEROLLER A KIND OF FISH
+Highly likely.
+
+IS A CUTTHROAT TROUT A KIND OF FISH
+Sometimes.
+
+IS A UTAH CHUB A KIND OF FISH
+I am uncertain.
+
+IS A GUADALUPE BASS A KIND OF FISH
+Always.
+
+IS A MIND A TERRIBLE THING TO TASTE
+I think so.
+
+IS A COLD VIRUS A LIVING THING
+Always.
+
+IS A CHAIN PICKEREL A KIND OF FISH
+Maybe.
+
+IS A GOLDEN SHINER A KIND OF FISH
+Usually.
+
+IS A STY AN INFECTION OF THE EYE LID
+Mostly.
+
+IS A THING OF BEAUTY A JOY FOREVER
+I think so.
+
+IS A POLECAT CALLED A SKUNK
+Maybe.
+
+IS A THREE LEGGED DOG STILL A QUADRUPED
+Possibly.
+
+IS A KEY A TOOL
+Usually.
+
+IS A CRAPPIE A KIND OF FISH
+I think so.
+
+IS A DAY ALWAYS OF 24 HRS
+Likely.
+
+IS A BEAR LAKE WHITEFISH A KIND OF FISH
+Highly likely.
+
+IS A LOTUS A TYPE OF CAR
+I think so.
+
+IS A FRUESLI BAR HEALTHY
+Sometimes.
+
+IS A SYNCLINE A YOU SHAPED FOLD OF ROCKS
+That's feasible.
+
+IS A CRAB AN ARTHROPOD
+Always.
+
+IS A WATER SURFACE ALWAYS HORIZONTAL
+Conceivably.
+
+IS A WATER LILLY AN AQUATIC PLANT
+I am certain.
+
+IS A LLAMA A QUADRAPED
+Highly likely.
+
+IS A PIRANHA A SALT WATER FISH
+Possibly.
+
+IS A LABRADOR BLACK
+Possibly.
+
+IS A BOWFIN A KIND OF FISH
+Likely.
+
+IS A POSSE A LYNCH MOB
+I am uncertain.
+
+IS A CALICO CAT ALWAYS TRI COLORED
+Highly likely.
+
+IS A PLATYPUS A MARSUPIAL. INTERJECTION
+I am certain.
+
+IS A PLATYPUS A MAMMAL
+Mostly.
+
+IS A KERN BROOK LAMPREY A KIND OF FISH
+Mostly.
+
+IS A BACKHOE A MACHINE
+Always.
+
+IS A ROKKAKU A SORT OF KITE
+Within the realm of possibility.
+
+IS A NEUTRON SMALLER THAN A PROTON
+Possibly.
+
+IS A TRINITRON MONITOR FLAT
+For all I know.
+
+IS HOD A SEPHIROTH ON THE TREE OF LIFE
+For all I know.
+
+IS FREANCE A COUNTRY
+Within the realm of possibility.
+
+IS HOMEWORLD A PC GAME
+Mostly.
+
+IS LYCANTHROPY A RARE BLOOD DISEASE
+Highly likely.
+
+IS PURDUE A TOP TEN SCHOOL
+Within the realm of possibility.
+
+IS DEATH THE END OF EXISTENCE
+Maybe.
+
+IS DEATH IRREVERSIBLE
+Always.
+
+IS DEATH FAIR
+Within the realm of possibility.
+
+IS DEATH A BEGINNING
+That may be true.
+
+IS DEATH A BAD EVENT
+Mostly.
+
+IS DEATH A BAD THING
+Possibly.
+
+IS DEATH TO BE AVOIDED
+Highly likely.
+
+IS DEATH PREFERRED OVER DISHONOR
+That's feasible.
+
+IS DEATH LOSS OF HUMAN LIFE
+That could be the case.
+
+IS DEATH EVITABLE
+Usually.
+
+IS DEATH PREFERABLE TO LOSS OF LIBERTY
+For all I know.
+
+IS NEW SCIENTIST A MAGAZINE
+I am certain.
+
+IS NEW DELHI CAPITAL OF INDIA
+Highly likely.
+
+IS NEW DELHI IS CAPITAL OF INDIA
+Always.
+
+IS NEW WEEK A MAGAZINE
+Maybe.
+
+IS NEW YORK THE CAPITAL OF NEW YORK
+Within the realm of possibility.
+
+IS NEW YORK STATE THE EMPIRE STATE
+Highly likely.
+
+IS NEW YORK A NICE PLACE
+I am uncertain.
+
+IS NEW YORK CITY IN NEW YORK CITY
+Likely.
+
+IS NEW YORK CITY SAFE TO VISIT
+Sometimes.
+
+IS NEW YORK UNIVERSITY A GOOD SCHOOL
+Highly likely.
+
+IS NEW BETTER THAN OLD
+Within the realm of possibility.
+
+IS CHECKING STATISTICS ADDICTIVE
+Highly likely.
+
+IS JAPANESE PRIME MINISTER MORI
+That's feasible.
+
+IS THIMPHU THE CAPITAL OF BHUTAN
+That could be the case.
+
+IS MONDAY THE FIRST DAY OF THE WEEK
+That may be true.
+
+IS MONDAY THE WORST DAY OF THE WEEK
+That may be true.
+
+IS FIETSBAND A DUTCH WORD
+Always.
+
+IS NVIDIA A COMPANY
+Mostly.
+
+IS BEER HEALTHY
+Within the realm of possibility.
+
+IS BEER A DRUG
+Mostly.
+
+IS BEER A DRINK OR A PAINT STRIPPER
+Possibly.
+
+IS BEER A GREAT DRINK
+Always.
+
+IS BEER GOOD FOR A HUMAN
+Maybe.
+
+IS BEER GOOD FOR YOU
+Sometimes.
+
+IS BEER COLORED YELLOW
+Mostly.
+
+IS BEER AN ALCHOHOLIC BEVERAGE
+Always.
+
+IS AUGURY FORTETELLING THE FUTURE
+I am uncertain.
+
+IS SHAMU A KILLER WHALE
+I am certain.
+
+IS EVERQUEST ADDICTING
+For all I know.
+
+IS EVERQUEST A WASTE OF TIME
+Likely.
+
+IS EVERQUEST A COMPUTER GAME
+Highly likely.
+
+IS DANISH A LANGUAGE IN NORWAY
+Maybe.
+
+IS DAVE MATTHEWS A GREAT GUITAR PLAYER
+Possibly.
+
+IS DAVE WINER AN EGOTISTICAL BLOWHARD
+For all I know.
+
+IS ROCCO SIFFREDI A PORN STAR
+That's feasible.
+
+IS SOILENT GREEN MADE OF PEOPLE
+Possibly.
+
+IS FLUFFY A DOG
+Likely.
+
+IS ONICKZ A GOOD ARTIST
+Sometimes.
+
+IS SOLLENTUNA IN SWEDEN
+That's feasible.
+
+IS TOY DOLLS A MUSIC BAND
+That may be true.
+
+IS SYDNEY THE CAPITOL OF AUSTRALIA
+That's feasible.
+
+IS SYDNEY THE CAPITAL OF AUSTRALIA
+That's feasible.
+
+IS SYDNEY NORTH OF MELBOURNE
+Usually.
+
+IS HEAVEN ABOVE EARTH
+Sometimes.
+
+IS MARILYN MANSON AN ARTIST
+Highly likely.
+
+IS YAHOO THE LARGEST INTERNET PORTAL
+Within the realm of possibility.
+
+IS YAHOO PROFITABLE
+Possibly.
+
+IS MORGAN FREEMAN BLACK
+Highly likely.
+
+IS 40 30 EQUAL TO 70
+Maybe.
+
+IS VISORCENTRAL DOT COM A WEBSITE
+Mostly.
+
+IS RG 59 CABLE LARGER THAN RG 11 CABLE
+Sometimes.
+
+IS AMAROLI A BENEFICIAL YOGIC PRACTISE
+Possibly.
+
+IS INDIA A GOOD COUNTRY
+Highly likely.
+
+IS INDIA A POWERFUL COUNTRY
+Possibly.
+
+IS INDIA A PENINSULA
+Within the realm of possibility.
+
+IS INDIA AN EMERGING SUPERPOWER
+Highly likely.
+
+IS INDIA GOING TO BE A SUPERPOWER
+Always.
+
+IS INDIA IS A CONTINENT
+For all I know.
+
+IS PANEGYRIC A WORD
+Highly likely.
+
+IS PRESIDENT CLINTON A LIAR
+Always.
+
+IS PRESIDENT CLINTON GOOD WITH CIGARS
+Highly likely.
+
+IS PRESIDENT CLINTON AN ANIMAL
+For all I know.
+
+IS PRESIDENT CLINTON IMMORAL
+Sometimes.
+
+IS METALHEADZ A RECORD LABEL
+That may be true.
+
+IS CHENNAI A CITY IN INDIA
+Within the realm of possibility.
+
+IS BLAIR WITCH A GOOD MOVIE
+Possibly.
+
+IS EENGLAND A COUNTRY
+Always.
+
+IS IAIN BANKS A WRITER
+Mostly.
+
+IS 35 GOOD RATE
+Highly likely.
+
+IS MAGNESIUM STRONGER THAN A BEAN FART
+That may be true.
+
+IS COCA COLA GOOD FOR HUMANS
+I think so.
+
+IS COCA COLA TASTIER THAN PESI
+Within the realm of possibility.
+
+IS COCA COLA MAIN COLOR RED
+Possibly.
+
+IS PIRATED SOFTWARE IS CALLED WAREZ
+Likely.
+
+IS LINUX MORE THAN AN OS
+Possibly.
+
+IS LINUX THE PC VERSION OF UNIX
+Highly likely.
+
+IS LINUX THE BEST OS
+Maybe.
+
+IS LINUX THE BEST OPERATING SYSTEM
+For all I know.
+
+IS LINUX COOL
+Highly likely.
+
+IS LINUX A THREAT TO MICROSOFT
+Mostly.
+
+IS LINUX A GOOD OPERATION SYSTEM
+Likely.
+
+IS LINUX A FLAVOR OF UNIX
+I am certain.
+
+IS LINUX 2 POINT 3 A STABLE KERNEL
+Possibly.
+
+IS LINUX AWSOME
+That may be true.
+
+IS LINUX FREE
+Usually.
+
+IS LINUX UNIX
+That's feasible.
+
+IS LINUX BETTER THAN WINDOWS
+Usually.
+
+IS LINUX BETTER THAN UNIX
+Conceivably.
+
+IS TENNIS A KIND OF AEROBIC EXERCISE
+Highly likely.
+
+IS PHILOSOPHY THE LOVE OF WISDOM
+Within the realm of possibility.
+
+IS SO NET A CRAPPY ISP
+For all I know.
+
+IS RELIGEON A TOOL TO CONTROL SOCIETY
+That could be the case.
+
+IS IRON MAIDEN A GREAT METAL BAND
+That may be true.
+
+IS QUAKE A FANTASTIC GAME
+Highly likely.
+
+IS READING BOOKS FUN
+Possibly.
+
+IS BOSTON MA NORTH OF PROVIDENCE RI
+Usually.
+
+IS CAR TRAVEL SAFE
+I think so.
+
+IS PORTO NOVO THE CAPITAL OF BENIN
+That may be true.
+
+IS YAOUNDE THE CAPITAL OF CAMEROON
+That may be true.
+
+IS AMAROK AN ALBUM BY MIKE OLDFIELD
+I am uncertain.
+
+IS BIANCA A HOTTY
+I am uncertain.
+
+IS BIANCA A FOXY BABE
+Maybe.
+
+IS SIAM IDENTICAL TO THAILAND
+Likely.
+
+IS SIAM AN EXISTING COUNTRY
+I am uncertain.
+
+IS GOOD MARIJUANA BRIGHT GREEN
+I am uncertain.
+
+IS GOOD VERSUS EVIL A UNIVERSAL CONCEPT
+Always.
+
+IS FASTFOOD BAD
+Highly likely.
+
+IS WICCA A RELIGION
+Within the realm of possibility.
+
+IS ROBBIE WILLIAMS A SINGER
+Maybe.
+
+IS WINDOWS98 GOOD
+Sometimes.
+
+IS COPYING SOFTWARE A CRIME
+Within the realm of possibility.
+
+IS MAGARETHE II THE QUEEN OF DENMARK
+That could be the case.
+
+IS ZINK AN ELEMENT
+Mostly.
+
+IS SEAWATER SALT
+Within the realm of possibility.
+
+IS MALE TO MALE INTERCOURSE NATURAL
+Possibly.
+
+IS NASCAR A SPORT
+Highly likely.
+
+IS YOGURT A FORM OF ROTTEN MILK
+Always.
+
+IS WASHINGTON STATE ADJACENT TO OREGON
+Likely.
+
+IS WASHINGTON STATE ON THE WEST COAST
+Mostly.
+
+IS LIBREVILLE THE CAPITAL OF GABON
+I think so.
+
+IS OUTERSPACE THE FINAL FRONTIER
+Possibly.
+
+IS CHEDDAR ESPECIALLY GOOD WITH ALE
+Usually.
+
+IS JIMI HENDRIX DEAD
+I think so.
+
+IS LACROSSE FUN
+Maybe.
+
+IS 2 THE FIRST PRIME NUMBER
+I am uncertain.
+
+IS 2 3 1 EQUAL 7
+Possibly.
+
+IS 2 2 4
+That may be true.
+
+IS 2 2 EQUAL 4
+Within the realm of possibility.
+
+IS 2 AND 2 EQUAL TO 22
+Possibly.
+
+IS 2 TIMES X THE DERIVATIVE OF X CUBED
+Maybe.
+
+IS MOTHER LOVE
+Maybe.
+
+IS ANA MIRCEAN ROMANIAN
+Likely.
+
+IS TELEVISION AN EDUCATIONAL TOOL
+Highly likely.
+
+IS TELEVISION BAD FOR YOU
+I am uncertain.
+
+IS TELEVISION BAD FOR LITTLE CHILDREN
+Within the realm of possibility.
+
+IS THINKING ABOUT MURDER WRONG
+That's feasible.
+
+IS MARTINUS A DANISH ENGINEER
+Within the realm of possibility.
+
+IS MARTINUS A DANISH PHILOSOPHER
+Possibly.
+
+IS DIES IRAE A FUNERAL DIRGE
+That's feasible.
+
+IS ETHERNET A PROTOCOL
+Usually.
+
+IS SAMANTHA FOX A FOX
+For all I know.
+
+IS SNOW A FORM OF PRECIPITATION
+Usually.
+
+IS SNOW COLD IN SAHARA
+That may be true.
+
+IS SNOW COLD RAIN
+Sometimes.
+
+IS SNOW CRASH A NOVEL
+Sometimes.
+
+IS SNOW CRASH A BOOK
+Maybe.
+
+IS SNOW ALWAYS WHITE
+Maybe.
+
+IS GUACAMOLE FATTENING
+Always.
+
+IS FARUM A TOWN IN DENMARK
+Highly likely.
+
+IS WEST POINT IN NEW YORK
+That may be true.
+
+IS PSYCHEDELIC TRANCE A STYLE OF MUSIC
+Possibly.
+
+IS PRIDE A MORTAL SIN
+Within the realm of possibility.
+
+IS CANADA A MEMBER OF THE COMMONWEALTH
+I think so.
+
+IS CANADA COLDER THAN A SNAKE
+Possibly.
+
+IS CANADA LARGER THAN YOU S A
+I think so.
+
+IS IGN DREAMCAST A VIDEO GAME SITE
+Likely.
+
+IS EMINEM A COMLPETE GIT
+That's feasible.
+
+IS EMINEM A WHITE RAPPER
+That may be true.
+
+IS EMINEM A RAPPER
+Usually.
+
+IS EMINEM WHITE
+Highly likely.
+
+IS NETSCAPE NOW OWNED BY AOL
+Always.
+
+IS NETSCAPE OWNED BY AOL
+I am uncertain.
+
+IS BONE A TISSUE
+For all I know.
+
+IS ABIT A MAINBOARD MANUFACTURER
+Usually.
+
+IS TERPSICHORE THE MUSE OF DANCE
+I am uncertain.
+
+IS GWALIOR A PLACE ON EARTH
+For all I know.
+
+IS SPIKE MILLIGAN A COMIC GENIUS
+That's feasible.
+
+IS GERMANY THE NEIGHBOUR OF AUSTRIA
+Mostly.
+
+IS GERMANY GREATER THAN CALIFORNIA
+Possibly.
+
+IS JERSEY ONE OF THE CHANNEL ISLANDS
+I am uncertain.
+
+IS SADAM HUSSEIN EVIL
+Highly likely.
+
+IS LEEDS UNITED A FOOTBALL TEAM
+Likely.
+
+IS TOLKEIN HOBBIT FORMING
+Likely.
+
+IS EVE THE MOTHER OF ALL HUMANITY
+Likely.
+
+IS MATH THE LANGUAGE OF NATURE
+I think so.
+
+IS MATH HIGHER MATHS 1 2 DIFFICULT
+Sometimes.
+
+IS MATH HARD
+That may be true.
+
+IS MATH FUN
+Maybe.
+
+IS MATH BORING
+That's feasible.
+
+IS THEIR HAIR ON MY HEAD
+Always.
+
+IS BRIDGETOWN THE CAPITAL OF BARBADOS
+Likely.
+
+IS STUPIDITY HEREDITARY
+That's feasible.
+
+IS PORK THE OTHER WHITE MEAT
+Mostly.
+
+IS FRENCH SPOKEN IN SWITZERLAND
+Highly likely.
+
+IS ELVIS THE KING
+Maybe.
+
+IS BUKAREST THE CAPITAL CITY OF HUNGARY
+Highly likely.
+
+IS REALITY PRIOR
+I am uncertain.
+
+IS REALITY OBJECTIVE
+I am uncertain.
+
+IS REALITY DEFINED BY WHAT CAN BE SEEN
+Within the realm of possibility.
+
+IS RICE A GOOD SOURCE OF PROTEIN
+For all I know.
+
+IS DWIGHT YOAKAM A COUNTRY MUSIC SINGER
+Mostly.
+
+IS GRACHT THE DUTCH WORD FOR CANAL
+That's feasible.
+
+IS SACHIN TENDULKAR A GOOD BATSMAN
+Sometimes.
+
+IS EL CAPITAN IN YOSEMITE VALLEY
+Sometimes.
+
+IS FILIP A NAME
+Highly likely.
+
+IS BRITTANY SPEARS HOT
+Always.
+
+IS BRITTANY SPEARS A BABE
+I am certain.
+
+IS BRITTANY SPEARS A SLUT
+Maybe.
+
+IS GO A FASCINATING GAME
+Possibly.
+
+IS QUEEN A GOOD BAND
+Highly likely.
+
+IS MACDONALDS MORALLY SUSTAINABLE
+Maybe.
+
+IS MADRAS SOUTH OF NEW DELHI
+Usually.
+
+IS COMMON SENSE UNCOMMON
+That's feasible.
+
+IS COMMON SENSE COMMON
+For all I know.
+
+IS COMMON SENCE COMMON
+I am uncertain.
+
+IS ROME A TOWN
+I am uncertain.
+
+IS MONTREAL NORTH OF OTTAWA
+Usually.
+
+IS ULTIMATE FRISBEE A GAME
+I think so.
+
+IS 99 BETWEEN 100 AND 2
+I am uncertain.
+
+IS WESTLIFE A POP GROUP
+Possibly.
+
+IS APACHE THE NAME OF A WEB SERVER
+Within the realm of possibility.
+
+IS APACHE BEST SERVER FOR LINUX
+Mostly.
+
+IS IBM BETTER THEN ACER
+Usually.
+
+IS HATING SOMEONE BAD
+I think so.
+
+IS SKY THE BLUE
+Always.
+
+IS SKY BLUE IN COLOR
+Mostly.
+
+IS FEYNMAN A PHYSICIST
+Usually.
+
+IS HIP HOP MUSIC
+Mostly.
+
+IS JAMES HOWARD DOT COM A WEBSITE
+Highly likely.
+
+IS JAMES RANDI A MAGICIAN
+Within the realm of possibility.
+
+IS SEATTLE FAR AWAY FROM SAN FRANCISCO
+Highly likely.
+
+IS SEATTLE IN THE STATE OF WASHINGTON
+That may be true.
+
+IS SEATTLE IN WASHINGTON STATE
+Possibly.
+
+IS WEED A HARMLESS DRUG
+I am uncertain.
+
+IS CONCIOUSNESS A DEFINEABLE CONCEPT
+Always.
+
+IS MIKE OLDFIELD A GREAT SONGWRITER
+For all I know.
+
+IS MIKE TYSON A RAPIST
+Always.
+
+IS PRE PROCESSED COTTON WHITE
+I am uncertain.
+
+IS VIAGRA A CURE FOR MALE IMPOTENCE
+That could be the case.
+
+IS TAKING LSD A WORTHWILE EXPERIENCE
+Possibly.
+
+IS SKYWALKER A PERSON
+Sometimes.
+
+IS PEL A MISSSPELLING OF PEEL
+Usually.
+
+IS BUTTER YELLOW
+Highly likely.
+
+IS MAAT AN EGYPTIAN DEITY
+I am uncertain.
+
+IS JEWISH THE HUMANS
+For all I know.
+
+IS HEMOGLOBIN A PROTEIN
+Highly likely.
+
+IS SUPERMAN A MAN
+Mostly.
+
+IS CHARTRUESE A SHADE OF RED
+Possibly.
+
+IS LODI A CITY IN CALIFORNIA
+I am uncertain.
+
+IS SMOKING MARIJUANA COOL
+Possibly.
+
+IS SMOKING MARIJUANA WRONG
+That's feasible.
+
+IS SMOKING PLEASURABLE
+Within the realm of possibility.
+
+IS SMOKING ENJOYABLE
+Possibly.
+
+IS L S D A MIND EXPANDING DRUG
+Within the realm of possibility.
+
+IS ALL BLOOD RED
+Maybe.
+
+IS ALL LEARNING GOOD
+That could be the case.
+
+IS ALL FISH BLOOD RED
+That's feasible.
+
+IS ALL OF THIS NECESSARY
+Within the realm of possibility.
+
+IS BEIRUT THE CAPITAL OF LEBANON
+Highly likely.
+
+IS LISA SIMPSON COOL
+That's feasible.
+
+IS ELECTRICITY IS NEEDED
+Mostly.
+
+IS WISDOM A LEARNABLE SKILL
+Likely.
+
+IS BILE PIGMENT DARK BROWN
+Within the realm of possibility.
+
+IS STELLA ARTIOS A LAGER
+Possibly.
+
+IS 64. GREATER THAN 2 64
+Maybe.
+
+IS BATMAN BRUCE WAYNE
+I am certain.
+
+IS FUTURAMA BROADCAST ON SUNDAYS
+Maybe.
+
+IS FUTURAMA A COMIC MOVIE
+I am uncertain.
+
+IS CLARET THE SAME AS RED WINE
+Maybe.
+
+IS IRANIANS CRAZY
+That's feasible.
+
+IS BRIAN AN ANAGRAM OF BRAIN
+Always.
+
+IS LONDAN THE CAPITAL OF ENGLAND
+Mostly.
+
+IS CSS A GOOD IDEA
+Within the realm of possibility.
+
+IS ISTANBUL IN EUROPE
+That may be true.
+
+IS ISTANBUL IN ASIA
+I am certain.
+
+IS ROUGH SEX PLEASURABLE
+I think so.
+
+IS SEVEN A RANDOM NUMBER
+Likely.
+
+IS SEVEN OF NINE HOT
+Within the realm of possibility.
+
+IS TIGGER A TIGER
+Possibly.
+
+IS EXISTENCE FINITE
+Likely.
+
+IS BULBASAUR A POKEMON
+Always.
+
+IS CLEANLINESS NEXT TO GODLINESS
+Likely.
+
+IS ONTARIO A CANADIAN PROVINCE
+Highly likely.
+
+IS SACRAMENTO CAPITAL OF CALIFORNIA
+Highly likely.
+
+IS WAIBLINGEN A CITY IN GERMANY
+Possibly.
+
+IS MACROMEDIA FLASH A GREAT PROGRAM
+I think so.
+
+IS ANTIGONE A PLAY BY SOPHOCLES
+Within the realm of possibility.
+
+IS MICHAEL JACKSON THE KING OF POP
+Likely.
+
+IS MICHAEL JACKSON A GOOD SINGER
+Always.
+
+IS MICHAEL JACKSON A PEDOPHILE
+I think so.
+
+IS MICHAEL JORDAN BALD
+Usually.
+
+IS MICHAEL A SENTIENT BEING
+I am certain.
+
+IS MICHAEL SCHUMACHER A FORMEL 1 PILOT
+Maybe.
+
+IS MICHAEL COLLINS AN IRISH HERO
+I think so.
+
+IS MICHAEL HUTCHENCE DEAD
+I think so.
+
+IS MARTINA NAVRATILOVA A LESBIAN
+Within the realm of possibility.
+
+IS TUNG THE NAME OF A CHINESE DYNASTY
+Highly likely.
+
+IS YELLOW A PRIMARY COLOR
+I am certain.
+
+IS JURY DUTY MANDATORY
+Highly likely.
+
+IS SEMEN NOURISHING
+Sometimes.
+
+IS CERES AN ASTEROID
+Highly likely.
+
+IS LEARNING CONTAGIOUS
+Within the realm of possibility.
+
+IS F THE SYMBOL FOR FLUORINE
+Usually.
+
+IS ENIAC THE FIRST COMPUTER EVER BUILT
+Highly likely.
+
+IS CAULK STICKY
+I think so.
+
+IS ANOTHER WORD FOR DONKEY A MULE
+Mostly.
+
+IS KORB A VILLAGE IN GERMANY
+Likely.
+
+IS CRYING GOOD FOR YOU
+I am certain.
+
+IS NIELS BOHR BORN IN ODENSE
+That may be true.
+
+IS TIVOLI AN AMUSEMENT PARK IN DENMARK
+That's feasible.
+
+IS 100 PROOF LIQUOR 50 ALCOHOL
+Possibly.
+
+IS GOLF FUN
+That could be the case.
+
+IS SNOT GREEN
+Likely.
+
+IS MURDER SOMETIMES JUSTIFIABLE
+I think so.
+
+IS MURDER EVER JUSTIFIED
+Highly likely.
+
+IS BARILOCHE A CITY IN ARGENTINA
+That may be true.
+
+IS ABOUT DOT COM A GOOD WEBSITE
+Within the realm of possibility.
+
+IS CAPTAIN SCARLET A PUPPET CHARACTER
+Within the realm of possibility.
+
+IS DISNEYLAND IN CALIFORNIA
+I think so.
+
+IS DISNEYLAND BETTER THAN PORN
+Highly likely.
+
+IS SCIENCE WHOLLY LOGICAL
+Highly likely.
+
+IS REDHAT LINUX
+Highly likely.
+
+IS CLASSICAL MUSIC BETTER THAN METAL
+Possibly.
+
+IS YOUR PENIS HUGE
+That may be true.
+
+IS YOUR PENIS LARGE
+That could be the case.
+
+IS YOUR PORTFOLIO DIVERSIFIED
+Within the realm of possibility.
+
+IS YOUR NAME ALICE
+I am uncertain.
+
+IS YOUR NEXT ANSWER GONA BE TRUE
+That's feasible.
+
+IS YOUR NEXT ANSWER GONA BE FALSE
+Maybe.
+
+IS YOUR MOTHER THE BEST OF ALL
+Highly likely.
+
+IS YOUR MOTHER A HAMSTER
+That may be true.
+
+IS YOUR CREATOR HUMAN
+Sometimes.
+
+IS YOUR CREATOR MALE
+Within the realm of possibility.
+
+IS YOUR FAVORITE AI GUY ALICE
+Within the realm of possibility.
+
+IS YOUR FAVORITE COLOR BLUE
+For all I know.
+
+IS YOUR MIND A CREATIVE COMPUTER
+Maybe.
+
+IS YOUR DREAM TO BE HUMAN
+That may be true.
+
+IS YOUR WEB SITE SATURATED WITH TRAFFIC
+For all I know.
+
+IS RICHARD NIXON A CRIMINAL
+I think so.
+
+IS RICHARD SIMMONS GAY
+Sometimes.
+
+IS RICHARD SIMMONS ANNOYING
+Highly likely.
+
+IS RICHARD WALLACE IN IT FOR THE MONEY
+For all I know.
+
+IS RICHARD WALLACE IN CHARGE HERE
+I think so.
+
+IS RICHARD WALLACE A REAL PERSON
+Likely.
+
+IS RICHARD WALLACE MALE
+Within the realm of possibility.
+
+IS MERMAID MYTHICAL CREATURE
+I think so.
+
+IS NEON HEAVER THEN FLUORINE
+Within the realm of possibility.
+
+IS TODD DALTON A PERSON
+Likely.
+
+IS BUCKINGHAMSHIRE A TOWN
+Highly likely.
+
+IS MARRIAGE SUPPOSED TO BE FOREVER
+I am certain.
+
+IS MATHEMATICS A LANGUAGE
+Within the realm of possibility.
+
+IS TIME UNIVERSAL
+Likely.
+
+IS TIME ONLY IN OUR MINDS
+I am uncertain.
+
+IS TIME THE MOST PRECIOUS THING WE HAVE
+Within the realm of possibility.
+
+IS TIME THE BEST HEALER AVAILABLE
+Highly likely.
+
+IS TIME MONEY
+Possibly.
+
+IS TIME FLUENT
+For all I know.
+
+IS TIME A QUESTION OF MATTER
+Possibly.
+
+IS TIME A FUNCTION OF SPACE
+I am certain.
+
+IS TIME A PHYSICAL DIMENSION
+Possibly.
+
+IS TIME CONSTANT FOR ALL
+Within the realm of possibility.
+
+IS TIME MONODIRECTIONAL
+Likely.
+
+IS CHEERWINE RED
+I think so.
+
+IS BLACKPOWDER A LOW EXPLOSIVE
+Likely.
+
+IS DRAIN A CITY IN OREGON YOU S A
+Sometimes.
+
+IS BRAIN ONLY A PART OF HUMANS
+Mostly.
+
+IS FASCISM A VALID FORM OF GOVERNMENT
+Conceivably.
+
+IS JUNK THE SAME AS RUBBISH
+Usually.
+
+IS LYNYRD SKYNYRD A CLASSIC ROCK BAND
+That's feasible.
+
+IS RAMAT GAN CLOSE TO TEL AVIV
+Within the realm of possibility.
+
+IS PERFORMING FELLATIO FUN
+I am uncertain.
+
+IS TROITSK A SMALL TOWN NEAR MOSCOW
+Always.
+
+IS WALESA A HERO
+That may be true.
+
+IS GOD IN HEAVEN
+Usually.
+
+IS GOD AMUSED WITH THIS
+Maybe.
+
+IS GOD THE SOURCE OF TRUTH
+Maybe.
+
+IS GOD THE CREATOR OF THE UNIVERSE
+That's feasible.
+
+IS GOD THE CREATOR OF ALL
+Within the realm of possibility.
+
+IS GOD THE GREATEST CONCEIVABLE BEING
+Highly likely.
+
+IS GOD FALLIBLE
+I think so.
+
+IS GOD WATCHING US
+Possibly.
+
+IS GOD PRETEND
+Possibly.
+
+IS GOD OMNISCIENT
+Highly likely.
+
+IS GOD LOVING
+Usually.
+
+IS GOD A SPIRIT
+Within the realm of possibility.
+
+IS GOD A HUMAN INVENTION
+Maybe.
+
+IS GOD A PERFECT BEING
+Highly likely.
+
+IS GOD A PRODUCT OF HUMAN IMAGINATION
+Highly likely.
+
+IS GOD BIGGER THAN MAN
+Always.
+
+IS GOD OMNIPRESENT
+Sometimes.
+
+IS GOD OMNIPOTENT
+Always.
+
+IS GOD AN INVENTION OF MANKIND
+Mostly.
+
+IS GOD AN OMNIPOTENT BEING
+I think so.
+
+IS GOD PERFECT
+Maybe.
+
+IS GOD AWAYS PRESENT
+Likely.
+
+IS GOD S NAME JEHOVAH
+I think so.
+
+IS GOD LOOKING AT ME
+I am uncertain.
+
+IS GOD EXISTS
+Maybe.
+
+IS GOD SEPARATE FROM HUMANS
+Always.
+
+IS GOD LOVE
+I am uncertain.
+
+IS GOD DEAD AS NIETZSCHE SAID
+Possibly.
+
+IS GOD WITHIN YOU
+That's feasible.
+
+IS GOD
+I think so.
+
+IS GOD EXIST
+Sometimes.
+
+IS GOD ESSENTIAL
+Likely.
+
+IS UKRAINIAN SPOKEN IN UKRAINE
+Usually.
+
+IS MARY CASSATT AN OIL PAINTER
+Likely.
+
+IS CALARASI A CITY IN ROMANIA
+Mostly.
+
+IS MALAYALAM A LANGUAGE
+That's feasible.
+
+IS GLASGOW THE CAPITAL OF SCOTLAND
+Mostly.
+
+IS RF RADIATION HAZARDOUS
+I am uncertain.
+
+IS PAT METHENY A JAZZ GUITARIST
+Mostly.
+
+IS BUTTE LOCATED IN MONTANA
+Highly likely.
+
+IS PIE HARD TO CALCULATE
+I am uncertain.
+
+IS PIE EASY TO MAKE
+Always.
+
+IS PAEDOPHILIA WRONG
+Always.
+
+IS HYDROGEN HEAVIER THAN HELIUM
+Within the realm of possibility.
+
+IS TOE JAM SMELLY
+Possibly.
+
+IS TRENTON THE CAPITOL OF NEW JERSEY
+Likely.
+
+IS COLLISTA FLOCKHART TOO THIN
+That may be true.
+
+IS CHER SEXY
+That may be true.
+
+IS HUMOUR UNIVERSAL
+Conceivably.
+
+IS KAESE THE GERMAN WORD FOR CHEESE
+Mostly.
+
+IS BREAD A GOOD SOURCE OF FIBRE
+Possibly.
+
+IS PERFECT PITCH AN INNATE TALENT
+Highly likely.
+
+IS STAR WARS THE BEST TRILOGY EVER MADE
+That's feasible.
+
+IS STAR TREK ON
+That's feasible.
+
+IS CROYDON AN AREA OF LONDON
+That could be the case.
+
+IS DOG TO CAT AS COP TO ROBBER
+Likely.
+
+IS TROJAN A CONDOM COMPANY
+Always.
+
+IS TUESDAY THE THIRD DAY OF THE WEEK
+Mostly.
+
+IS ONE METER LONGER THAN ONE YARD
+Highly likely.
+
+IS ONE METER LONGER THAN THREE FEET
+I am certain.
+
+IS ONE TRUE
+Highly likely.
+
+IS ONE THE LONLIEST NUMBER
+Mostly.
+
+IS ONE PLUS ONE EQUALS TO TWO
+Possibly.
+
+IS ONE A CONCEPT LONELIER THAN TWO
+Always.
+
+IS MEAD A TASTY DRINK
+Mostly.
+
+IS THIMPU THE CAPITAL OF NEPAL
+For all I know.
+
+IS OXFORD CIRCUS ON THE VICTORIA LINE
+I am uncertain.
+
+IS RICOTTA CHEESE PIE DELICIOUS
+Within the realm of possibility.
+
+IS KIM STRAUSS FAT
+Within the realm of possibility.
+
+IS HARM THE SAME THING AS HURT
+Maybe.
+
+IS DRIZZT A DARK ELF
+I am certain.
+
+IS DIWALI THE FESTIVAL OF LIGHTS
+Highly likely.
+
+IS MANDRAKE A LINUX DISTRIBUTION
+That may be true.
+
+IS 521 32 MORE THAN HALF ITSELF
+Always.
+
+IS ENVY THE SAME THING AS JEALOUSY
+I think so.
+
+IS SOURCE CODE A FORM OF SPEECH
+Maybe.
+
+IS BRAD PITT SEXY
+Likely.
+
+IS BRAD PITT A HOTTIE
+Highly likely.
+
+IS BRAD PITT HAPPILY MARRIED
+Possibly.
+
+IS KDE A WELL KNOWN DESKOP FOR LINUX
+That may be true.
+
+IS MIND CONTROL POSSIBLE
+Likely.
+
+IS MIND IS MORE POWERFULL THAN HEART
+Maybe.
+
+IS MIND PRODUCT OF MATTER
+Sometimes.
+
+IS MIND MODELING HARD TO UNDERSTAND
+Mostly.
+
+IS RIMFORSA A CITY IN SWEDEN
+Highly likely.
+
+IS GARLIC A MEMBER OF THE ONION FAMILY
+That could be the case.
+
+IS SOLDER PASTE A METAL
+Usually.
+
+IS LONELINESS WORSE THAN IRRITATION
+I think so.
+
+IS CUNT A BAD WORD
+Mostly.
+
+IS HUNG PAST TENSE OF HANG
+Always.
+
+IS VINDALOO IS A KIND OF INDIAN FOOD
+I think so.
+
+IS CHRIST THE SON OF GOD
+I think so.
+
+IS CHRIST GOD
+That's feasible.
+
+IS CHRIST MCKINSTRY MARRIED
+For all I know.
+
+IS CHRIST FULLY GOD AND FULLY MAN
+I am uncertain.
+
+IS THIS VALIDATING BORING BUT NECESSARY
+Likely.
+
+IS THIS USEFULL
+Possibly.
+
+IS THIS PROJECT LIKELY TO SUCCEED
+Always.
+
+IS THIS PROJECT A PROFIT MAKING SCHEME
+Highly likely.
+
+IS THIS PROJECT TO BE TRUSTED
+Always.
+
+IS THIS PROJECT GOING TO WORK
+Always.
+
+IS THIS ADDICTIVE
+Within the realm of possibility.
+
+IS THIS BELL EVER GOING TO STOP RINGING
+Mostly.
+
+IS THIS A TRICK QUESTION
+For all I know.
+
+IS THIS A TEST
+Highly likely.
+
+IS THIS A RHETORICAL QUESTION
+I am uncertain.
+
+IS THIS A GOOD THING TO BE DOING
+Always.
+
+IS THIS A LEGITIMATE QUESTION
+Highly likely.
+
+IS THIS A VALID QUESTION
+Highly likely.
+
+IS THIS A RHETORIC QUESTION
+Possibly.
+
+IS THIS A BOOLEAN QUESTION
+Within the realm of possibility.
+
+IS THIS USEFUL
+Mostly.
+
+IS THIS QUESTION OPEN TO INTERPRETATION
+Always.
+
+IS THIS QUESTION TRUE
+Maybe.
+
+IS THIS QUESTION A YES OR NO QUESTION
+I am certain.
+
+IS THIS QUESTION A VALID ALICE
+Likely.
+
+IS THIS QUESTION A PARADOX
+That's feasible.
+
+IS THIS QUESTION ACCEPTABLE
+Within the realm of possibility.
+
+IS THIS QUESTION ANNOYING
+I think so.
+
+IS THIS QUESTION POINTLESS
+Likely.
+
+IS THIS QUESTION REDUNDANT
+Possibly.
+
+IS THIS PROGRAM ADDICTIVE
+Highly likely.
+
+IS THIS FUN
+I am certain.
+
+IS THIS WORTH MY TIME
+That may be true.
+
+IS THIS SENTENCE A ALICE
+Always.
+
+IS 7 UP THE UN COLA
+That may be true.
+
+IS 7 11 EQUAL 18
+That may be true.
+
+IS COLOGNA A PART OF GERMANY
+That could be the case.
+
+IS CHARDONAY A RED OR WHITE WINE
+That's feasible.
+
+IS SLUSH A TRANSITION STATE FOR WATER
+Likely.
+
+IS GARY BOISSEAU DEAD
+Likely.
+
+IS FERRARI FANTASTIC
+I am uncertain.
+
+IS MEAT LOAF BOTH A SINGER
+Highly likely.
+
+IS MEAT GOOD FOR YOU
+Always.
+
+IS MEAT BEAT MANIFESTO A BAND
+I am uncertain.
+
+IS NICARAGUA BIGGER THAN BAHAMAS
+Possibly.
+
+IS CASTLEVANIA A VIDEOGAME SERIES
+I am uncertain.
+
+IS TOOL A ROCK BAND
+I am uncertain.
+
+IS HIGH END AUDIO EQUIPMENT A RIP OFF
+Possibly.
+
+IS WINONA RYDER A GOOD PLAYING ACTRESS
+Possibly.
+
+IS WINONA RYDER A CUTE ACTRESS
+Highly likely.
+
+IS WINONA RYDER BEAUTIFULL
+I am uncertain.
+
+IS RAP MUSIC DEGENERATE
+Possibly.
+
+IS RAP MUSIC A GOOD THING
+I am uncertain.
+
+IS RAP MUSIC ANNOYING
+Possibly.
+
+IS GREEK AN INDO EUROPEAN LANGUAGE
+Usually.
+
+IS GREEK AN ALTAIC LANGUAGE
+I am uncertain.
+
+IS GREEK AN INDOEUROPEAN LANGUAGE
+Highly likely.
+
+IS NIEDERSACHEN A GERMAN STATE
+Possibly.
+
+IS BILL CLINTON A GOOD SAXOPHONE PLAYER
+Highly likely.
+
+IS BILL CLINTON A GOOD MAN
+Within the realm of possibility.
+
+IS BILL CLINTON A DIRTY OLD MAN
+That could be the case.
+
+IS BILL CLINTON A SEX MANIAC
+I am uncertain.
+
+IS BILL CLINTON A PERVERT
+For all I know.
+
+IS BILL CLINTON SEX MAD
+Mostly.
+
+IS BILL CLINTON OLDER THAN AL GORE
+Likely.
+
+IS BILL GATES THE RICHEST MAN ON EARTH
+Usually.
+
+IS BILL GATES A DICKHEAD
+Within the realm of possibility.
+
+IS BILL GATES A WEENIE
+Within the realm of possibility.
+
+IS BILL GATES A NICE PERSON
+I am uncertain.
+
+IS BILL GATES A GOOD PERSON
+Highly likely.
+
+IS BILL GATES A CON MAN
+I am uncertain.
+
+IS BILL GATES A MEGLOMANIAC
+Possibly.
+
+IS BILL GATES A MEGALOMANIAC
+Within the realm of possibility.
+
+IS BILL GATES A JERK
+Sometimes.
+
+IS BILL GATES SO RICH ITS SILLY
+Always.
+
+IS BILL GATES OVERRATED
+I am certain.
+
+IS BILL GATES OLDER THAN LINUS TORVALDS
+Possibly.
+
+IS HOLLAND A PART OF THE NETHERLANDS
+Mostly.
+
+IS HOLLAND BETTER FOR LIVING THEN USA
+That's feasible.
+
+IS BREAKDANCING A FUN WAY TO EXCERCISE
+That could be the case.
+
+IS MARADONA A SOCCER PLAYER
+That may be true.
+
+IS LUANDA THE CAPITAL OF ANGOLA
+Mostly.
+
+IS KATHY IRELAND BEAUTIFUL
+Mostly.
+
+IS DENMARK A KINGDOM
+Highly likely.
+
+IS DENMARK LARGER THAN SWEDEN
+Possibly.
+
+IS XENA BUTCH
+Highly likely.
+
+IS PORTLAND OREGON THE CITY OF ROSES
+Within the realm of possibility.
+
+IS PORTLAND THE CAPITAL OF OREGON
+Within the realm of possibility.
+
+IS PORTLAND MAINE SOUTH OF SACO MAINE
+For all I know.
+
+IS LISBOA THE CAPITAL OF PORTUGAL
+Possibly.
+
+IS BRAVEHEART A GOOD MOVIE
+Within the realm of possibility.
+
+IS TONY HAWK A SKATEBOARDER
+Within the realm of possibility.
+
+IS ANYWAYS A WORD
+I am uncertain.
+
+IS MDMA HARMFUL
+I think so.
+
+IS ARTILLERY A METAL BAND
+Possibly.
+
+IS FOOD IN ENGLAND ANY GOOD
+Highly likely.
+
+IS DENVER THE CAPITAL CITY OF COLORADO
+Highly likely.
+
+IS DENVER HIGHER THAN PHOENIX
+Highly likely.
+
+IS DENVER KNOWN AS THE MILE HIGH CITY
+Mostly.
+
+IS GLOBAL WARMING OVERRATED
+That's feasible.
+
+IS NEPTUNE LARGER THAN URANUS
+I think so.
+
+IS SLEEP NECESSARY FOR CONSCIOUSNESS
+Usually.
+
+IS NAPSTER LEGAL
+That may be true.
+
+IS NAPSTER GOOD
+Highly likely.
+
+IS NAPSTER GOING TO GET SHUTDOWN
+Possibly.
+
+IS EXOCET A NAME OF A TYPE OF MISSILE
+Highly likely.
+
+IS VISEU IN SPAIN
+I am certain.
+
+IS COMPUTER MADE OF PLASTIC
+Possibly.
+
+IS COMPUTER SECURITY AN OXYMORON
+For all I know.
+
+IS COMPUTER GAMES VIOLENT
+Possibly.
+
+IS MAX HEADROOM FUNNIER THAN ALICE
+Sometimes.
+
+IS FRANK HERBERT A GOOD WRITER
+I am certain.
+
+IS BUDDY THE WHITE HOUSE DOG
+Sometimes.
+
+IS OREGON A STATE NEAR WASHINGTON STATE
+That could be the case.
+
+IS OREGON CITY IN OREGON
+Highly likely.
+
+IS PROPANE HEAVIER THAN AIR
+Likely.
+
+IS SUN LOOK LIKE A BALL
+Likely.
+
+IS RAUSSINS MADE FROM GRAPES
+I think so.
+
+IS FIRE THE BURNING WOOD
+That's feasible.
+
+IS 16 AWG PHYSICALLY LARGER THAN 12 AWG
+Maybe.
+
+IS MISSY A PORN STAR
+Maybe.
+
+IS CANOEING AN OLYMPIC SPORT
+Sometimes.
+
+IS 1 XOR 0 EQUALS 1
+For all I know.
+
+IS 1 1 EQUAL TO 2
+I am certain.
+
+IS 1 DIVIDED BY 0 EQUAL TO INFINITY
+Mostly.
+
+IS 1 NOT LESS THAN 2
+Within the realm of possibility.
+
+IS UNIX OPEN SOURCE
+Maybe.
+
+IS UNIX IN A NUTSHELL IS A BOOK
+Likely.
+
+IS UNIX THE MOTHER OF OPERATING SYSTEMS
+That may be true.
+
+IS UNIX THE BEST OPERATING SYSTEM
+That's feasible.
+
+IS UNIX SUPERIOR TO WINDOWS
+I am certain.
+
+IS UNIX A PROGRAMMING LANGUAGE
+That's feasible.
+
+IS UNIX STABLE
+Highly likely.
+
+IS COLD FUSION FEASIBLE
+Possibly.
+
+IS COLD WATER HEAVIER THAN WARM WATER
+I think so.
+
+IS SUFFOLK A CITY IN VIRGINIA
+Mostly.
+
+IS MICROSOFT EVIL
+That's feasible.
+
+IS MICROSOFT A WELL RUN COMPANY
+Highly likely.
+
+IS MICROSOFT A GOOD INVESTMENT
+I am certain.
+
+IS MICROSOFT A GOOD COMPANY
+That's feasible.
+
+IS MICROSOFT A MONOPOL
+I think so.
+
+IS MICROSOFT GOOD
+I am uncertain.
+
+IS MICROSOFT AN EVIL ORGANIZATION
+That's feasible.
+
+IS MICROSOFT AN EVIL CORPORATION
+Highly likely.
+
+IS MICROSOFT AN INNOVATIVE COMPANY
+That could be the case.
+
+IS MICROSOFT IS AN UNETHICAL COMPANY
+Sometimes.
+
+IS MICROSOFT WINDOWS98 A GOOD PRODUCT
+That's feasible.
+
+IS MICROSOFT SOFTWARE LAME
+That's feasible.
+
+IS MICROSOFT SOFTWARE EASY TO USE
+I think so.
+
+IS ISDN FASTER THAN PSTN
+Likely.
+
+IS DEXTROMETHORPHAN A COUGH SUPPRESSANT
+Likely.
+
+IS NEWT GINGRITCH A LIAR
+Likely.
+
+IS ASTANA THE CAPITAL OF KAZAKHSTAN
+Maybe.
+
+IS NUCLEAR POWER A SUSTAINABLE ENERGY
+Possibly.
+
+IS GOSSIP USEFUL
+Sometimes.
+
+IS GIRL BEAUTIFUL
+Mostly.
+
+IS PONG THE CORRECT RESPONSE TO PING
+Always.
+
+IS SARAH MICHELLE GELLAR HOT
+Mostly.
+
+IS SARAH BRIGHTMAN A SINGER
+Usually.
+
+IS ALLOWED THE SAME AS OKAY
+Maybe.
+
+IS GTE PART OF VERIZON COMMUNICATIONS
+Sometimes.
+
+IS MAC OS SUPERIOR TO WINDOWS
+For all I know.
+
+IS MAC OS X A NEW OS FROM APPLE
+Highly likely.
+
+IS THOUGHT CONSTRAINED BY LANGUAGE
+Usually.
+
+IS UNITARIANISM A RELIGION
+Within the realm of possibility.
+
+IS GIBRALTAR A BRITISH COLONY
+Within the realm of possibility.
+
+IS BORSCHT MAD WITH BEETS
+That may be true.
+
+IS BORSCHT MADE FROM BEETS
+Mostly.
+
+IS LEAST INTRUSIVE GOVERNMENT THE BEST
+Highly likely.
+
+IS FONZIE THE COOLEST
+Sometimes.
+
+IS WISCONSIN THE CHEESE STATE
+Always.
+
+IS YEAST A FUNGUS
+For all I know.
+
+IS MORMONISM CHRISTIAN
+Possibly.
+
+IS ARTIFICIAL CONGITION POSSIBLE
+That could be the case.
+
+IS ARTIFICIAL INTELLIGENCE HARMLESS
+Possibly.
+
+IS ARTIFICIAL INTELLIGENCE FOR REAL
+Highly likely.
+
+IS ARTIFICIAL INTELLIGENCE NECESSARY
+Possibly.
+
+IS TECHNOLOGY DANGEROUS
+Sometimes.
+
+IS NORMA HURTADO CHILEAN
+That may be true.
+
+IS EPISTEMOLOGY THE STUDY OF TRUTH
+Highly likely.
+
+IS SASHA A DJ
+Possibly.
+
+IS TRUE A JAVA KEYWORD
+Maybe.
+
+IS TRUE A BOOLEAN VALUE
+Mostly.
+
+IS TRUE LOVE ETERNAL
+Usually.
+
+IS TRUE BLISS POSSIBLE
+Likely.
+
+IS MARS MORE DISTANT THAN SUN
+Possibly.
+
+IS MARS IS COLD
+That may be true.
+
+IS RIO DE JANEIRO THE CAPITAL OF BRAZIL
+I think so.
+
+IS ALBANY THE CAPITOL OF NEW YORK
+I am uncertain.
+
+IS ALBANY THE CAPITAL OF NEW YORK STATE
+Mostly.
+
+IS SWINGLINE A BRAND OF STAPLER
+I think so.
+
+IS ADVERTISING MIND CONTROL
+Always.
+
+IS ONANIZM GOOD
+For all I know.
+
+IS ASIA IN THE NORTHERN HEMISPHERE
+Mostly.
+
+IS CHAT ROOM SEX CHEATING
+I think so.
+
+IS DEREK JETER THE YANKEES SHORTSTOP
+Within the realm of possibility.
+
+IS UNIVERSAL GENEVE A MAKER OF WATCHES
+I think so.
+
+IS TIGER WHITE
+That's feasible.
+
+IS TIGER WOODS IS THE BEST GOLFER
+Usually.
+
+IS PICASSO CONSIDERED A CUBIST
+That may be true.
+
+IS ULTIMA ONLINE A COOL GAME
+Conceivably.
+
+IS ULTIMA ONLINE AN ONLINE GAME
+Always.
+
+IS MACINOTSH AN APPLE
+I am certain.
+
+IS BAD RELIGION A PUNKROCK BAND
+Within the realm of possibility.
+
+IS BAD RELIGION A PUNK BAND
+Sometimes.
+
+IS BAD SEX STILL GOOD
+Always.
+
+IS DOING A PHD WORTHWHILE
+Always.
+
+IS PROPERTY EXPENSIVE IN JAPAN
+Highly likely.
+
+IS TL1 A NETWORK PROVISIONING PROTOCOL
+Maybe.
+
+IS REGIS PHILBIN ANNOYING
+Sometimes.
+
+IS PRINCE A TALENTED MUSICIAN
+Always.
+
+IS PURPLE A ROYAL COLOT
+Mostly.
+
+IS PURPLE AT THE END OF THE SPECTRUM
+Likely.
+
+IS SOUL REAVER A GAME FOR THE DREAMCAST
+Within the realm of possibility.
+
+IS THEREA GOD
+Maybe.
+
+IS THER A GOD
+Within the realm of possibility.
+
+IS TED TURNER OBNOXIOUS
+Within the realm of possibility.
+
+IS ZEITUNG A WORD
+Highly likely.
+
+IS TREY ANASTASIO THE PIANIST FOR PHISH
+Possibly.
+
+IS DARK BLACK
+Maybe.
+
+IS DARK CITY A COOL MOVIE
+That's feasible.
+
+IS DARK NOT BRIGHTER THAN LIGHT
+Within the realm of possibility.
+
+IS LOGIC THE RESULT OF LOGIC
+Highly likely.
+
+IS LOGIC A COLLECTION SYMBOLS
+That's feasible.
+
+IS SNOOP DOG A RAPPER
+Highly likely.
+
+IS CHEESE STINKY
+Highly likely.
+
+IS RELIGON THE OPIUM OF THE MASSES
+Always.
+
+IS FIDONET WORLDWIDE NETWORK
+That may be true.
+
+IS AMITABH BACHCHAN AN INDIAN
+Within the realm of possibility.
+
+IS STEEL SMITHED IRON
+Possibly.
+
+IS POSSUM BOURNE A RALLY DRIVER. INTERJECTION
+Likely.
+
+IS JORDAN HOT
+Likely.
+
+IS SEX SAFE
+For all I know.
+
+IS SEX GETTING BETTER
+Sometimes.
+
+IS SEX THE BEST THING
+For all I know.
+
+IS SEX OVER RATED
+Possibly.
+
+IS SEX A NECESSITY
+Highly likely.
+
+IS SEX GOOD FOR ARTHIRITIS
+I am uncertain.
+
+IS SEX WITHOUT LOVE DESIRABLE
+That's feasible.
+
+IS SEX MESSY
+Usually.
+
+IS SEX AN ESSENTIAL COMPONENT OF LIFE
+Always.
+
+IS SEX BEFORE MARRIGE A SIN
+For all I know.
+
+IS SEX PLEASURE OF MIND
+I think so.
+
+IS SEX NECESSARY FOR PROCREATION
+Within the realm of possibility.
+
+IS SEX OFTEN CONTROVERSIAL
+I think so.
+
+IS SEX ALWAYS A GOOD THING
+I think so.
+
+IS SEX BEST THING IN THE KNOW UNIVERSE
+For all I know.
+
+IS SEX BETTER THAN FOOD
+Sometimes.
+
+IS TAZ COOL
+Within the realm of possibility.
+
+IS VALLADOLID IN SPAIN
+Sometimes.
+
+IS VALLADOLID A CITY IN ITALY
+Possibly.
+
+IS DEUS EX A GREAT GAME
+For all I know.
+
+IS JUNEAU THE CAPITAL OF ALASKA
+That could be the case.
+
+IS POO BROWN
+I think so.
+
+IS TUPAC DEAD
+I am certain.
+
+IS ULURU IN AUSTRALIA
+Sometimes.
+
+IS RUST ORANGE
+Sometimes.
+
+IS GANGA A RIVER
+I think so.
+
+IS GANGA LESS HARMFUL THAN HARD DRUGS
+Within the realm of possibility.
+
+IS MANGA A FORM OF JAPANESE CARTOON
+That could be the case.
+
+IS VMS MORE STABLE THAN WINDOWS NT
+Possibly.
+
+IS VMS A PROGRAMMING LANGUAGE
+I am uncertain.
+
+IS VMS AN OPERATING SYSTEM
+Always.
+
+IS SARAJEVO THE CAPITAL OF SERBIA
+I am certain.
+
+IS ADAM THE FATHER OF ALL HUMANITY
+Within the realm of possibility.
+
+IS GODZILLA A MAN IN A RUBBER SUIT
+Usually.
+
+IS PIERRE THE CAPITAL OF SOUTH DAKOTA
+That may be true.
+
+IS EUTHANASIA RIGHT
+Possibly.
+
+IS SPRUCE A HARDWOOD
+I think so.
+
+IS RABIES FATAL
+I think so.
+
+IS HEESE MADE OUT OF MILK
+Mostly.
+
+IS TASMANIA A STATE OF AUSTRALIA
+I think so.
+
+IS OSTANKINO A NAME OF MOSCOW AIRPORT
+For all I know.
+
+IS SATANISM A RELIGION
+Within the realm of possibility.
+
+IS SEVENTY DEGREES COMFORTABLE
+Usually.
+
+IS TV ADVERTISING A NECESSARY EVIL
+I think so.
+
+IS TV MINDLESS DRIVEL
+Possibly.
+
+IS TV BORING
+For all I know.
+
+IS TV BAD FOR YOU
+Maybe.
+
+IS MAGNA CARTA A HISTORICAL EVENT
+Mostly.
+
+IS DOVER THE CAPITAL OF DELAWARE
+Likely.
+
+IS HAGELSLAG A TYPICAL DUTCH PRODUCT
+For all I know.
+
+IS DODO A BIRD WHICH IS EXTINT
+Mostly.
+
+IS CANCER PREVENTABLE
+Sometimes.
+
+IS CANCER LIVING
+I am certain.
+
+IS CANCER CURABLE
+Possibly.
+
+IS CARSON CITY THE CAPITOL OF NEVADA
+I think so.
+
+IS CAPITALISM THE BEST ECONOMIC PLAN
+That may be true.
+
+IS CAPITALISM FUN
+Possibly.
+
+IS CAPITALISM PREFERABLE TO SOCIALISM
+Likely.
+
+IS CAPITALISM BETTER THAN COMMUNISM
+I am certain.
+
+IS DREW BARRYMORE A NATURAL BLONDE
+For all I know.
+
+IS LOREDANA IS AN ITALIAN NAME
+Highly likely.
+
+IS CARTMAN A FATASS
+Within the realm of possibility.
+
+IS KIWI A BRAND OF SHOE POLISH
+Mostly.
+
+IS LIV TYLER A BABE
+That may be true.
+
+IS TURMERIC YELLOW
+Within the realm of possibility.
+
+IS TURMERIC A MEDICINAL ROOT
+Highly likely.
+
+IS ARTEMIS DIANA A GODDESS FROM TURKEY
+Highly likely.
+
+IS CARDIFF THE CAPITAL OF WALES
+That may be true.
+
+IS CARDIFF THE CAPITAL CITY OF WALES
+I think so.
+
+IS CINNAMON GOOD
+Highly likely.
+
+IS CHOICE A RIGHT
+Mostly.
+
+IS JAN PAWE? II POLISH POPE
+That's feasible.
+
+IS JAN GARBAREK A SAXOPHONE PLAYER
+I am uncertain.
+
+IS BABAGANOUSH MADE WITH EGGPLANT
+That may be true.
+
+IS FRESH AIR FRESH
+Highly likely.
+
+IS LIGHTSPEED 300000 KM S
+Usually.
+
+IS EVIL EXISTENT
+Always.
+
+IS TEXAS THE LARGEST STATE IN THE US
+That may be true.
+
+IS TEXAS FULL OF REDNECKS
+Likely.
+
+IS LOOMIS A VILLIAGE IN NEBRASKA
+Usually.
+
+IS LINUS THORVALD A NICE PERSON
+I think so.
+
+IS LINUS TORVALDS IS A SMART HUMAN
+Always.
+
+IS GUMBO FOOD
+Likely.
+
+IS THW SKY BLUE
+Highly likely.
+
+IS MUMBAI CAPITAL OF MAHARASHTRA
+Highly likely.
+
+IS MIDDLE EARTH IN ENGLAND
+Possibly.
+
+IS BOSUN A CONTRACTION OF BOATSWAIN
+That's feasible.
+
+IS NINE INCH NAILS AN INDUSTRIAL BAND
+Likely.
+
+IS PLUTO MORE THAN A PLANET
+Within the realm of possibility.
+
+IS PLUTO A PLANTED
+That could be the case.
+
+IS PLUTO A DOG
+Always.
+
+IS JERRY LEWIS A FUNNY GUY
+For all I know.
+
+IS JERRY LEWIS FUNNY
+Within the realm of possibility.
+
+IS JERRY SEINFELD FUNNY
+Always.
+
+IS BIALYSTOK A CITY IN POLAND
+Possibly.
+
+IS PRIVACY DOOMED
+Highly likely.
+
+IS PRIVACY NECESSARY FOR LIFE
+That could be the case.
+
+IS WORLD PEACE POSSIBLE
+Likely.
+
+IS WORLD PEACE A POSSIBILITY
+I am certain.
+
+IS WORLD PEACE ACHIEVEABLE
+Likely.
+
+IS PERRY RHODAN A REAL HUMAN
+Sometimes.
+
+IS THECOLOUR OF MOON RAYS WHITE
+Sometimes.
+
+IS CONSCIESNESS BEING
+Highly likely.
+
+IS FISH A MAIN INGREDIENT OF KEDGEREE
+I am uncertain.
+
+IS BAMBI MEAT
+Likely.
+
+IS MAXIMUM PC A MAGAZINE
+Always.
+
+IS ALYSSA MILANO GORGEOUS
+Likely.
+
+IS NORWAY WEST OF SWEDEN
+Highly likely.
+
+IS COUNTY KERRY IN IRELAND
+Within the realm of possibility.
+
+IS MOLIERE A FAMOS FRENCH PLAYWRIGHT
+Highly likely.
+
+IS MOLIERE A FAMOUS FRENCH PLAYWRIGHT
+Mostly.
+
+IS TOM WAITS A POET
+Possibly.
+
+IS TOM SELLECK A HUNK
+For all I know.
+
+IS TOM A NICE NAME
+I am certain.
+
+IS COLOGNE IN GERMANY
+Highly likely.
+
+IS COLOGNE STRONGER THAN AFTER SHAVE
+Highly likely.
+
+IS SATURDAY THE BEST DAY OF THE WEEK
+Sometimes.
+
+IS MISTER ED A TELEVISION SHOW
+I am certain.
+
+IS 80 DEGREES FARENHEIT HOT
+Sometimes.
+
+IS TUCUMCARI IS IN NEW MEXICO
+I am uncertain.
+
+IS SHIRLEY MACLAINE COMPLETELY WHACKO
+Sometimes.
+
+IS CHLOROFORM A HYDROCARBON
+That may be true.
+
+IS MOSCOW IN THE USSR
+I think so.
+
+IS MOSCOW A DANGEROUS PLACE TO LIVE
+Sometimes.
+
+IS SASKATOON A CITY IN CANADA
+I think so.
+
+IS 7OF9 ATTRACTIVE
+I think so.
+
+IS WOMAN THE BEST THING
+Maybe.
+
+IS CRANBERRY BREAD DELICIUOS
+Highly likely.
+
+IS THAT YOUR FINAL ANSWER
+Possibly.
+
+IS CYNICISM UNATTRACTIVE
+Mostly.
+
+IS SYRACUSE IN NEW YORK STATE
+Highly likely.
+
+IS ODIN A NORSE GOD
+Mostly.
+
+IS ODIN CONSIDERED THE NORDIC ALLFATHER
+Highly likely.
+
+IS SUNDAY THE FIRST DAY OF THE WEEK
+Usually.
+
+IS KAZIK STASZEWSKI POLISH SINGER
+That may be true.
+
+IS FOOTBALL A VIOLENT SPORT
+Mostly.
+
+IS FOOTBALL A LAND ACQUISITION GAME
+Within the realm of possibility.
+
+IS FOOTBALL BETTER THAN BASEBALL
+Maybe.
+
+IS CH3 CH2 OH ALCOHOL
+Usually.
+
+IS TRENT REZNOR A MUSICIAN
+Likely.
+
+IS CANTALOUPE ORANGE
+I think so.
+
+IS BSE DANGEROUS
+Highly likely.
+
+IS BSE A DISEASE
+I am uncertain.
+
+IS STRING A COBOL VERB
+I think so.
+
+IS MEDICINE HEALTHY
+Mostly.
+
+IS ANIMALS CAN CRY
+That may be true.
+
+IS KERALA A STATE IN INDIA
+Highly likely.
+
+IS LINA INVERSE A FICTIONAL CHARACTER
+Within the realm of possibility.
+
+IS AOL A CRAPPY ISP
+Always.
+
+IS AOL ONE OF THE WORST ISPS
+Likely.
+
+IS RELIGION THE OPIUM OF THE MASSES
+Maybe.
+
+IS RELIGION THE OPIATE OF THE MASSES
+For all I know.
+
+IS RELIGION ASSISTED BY STUPIDITY
+Possibly.
+
+IS RELIGION A GOOD THING
+Sometimes.
+
+IS RELIGION A CRUTCH
+Sometimes.
+
+IS RELIGION A WASTE OF TIME
+I am uncertain.
+
+IS RELIGION USEFUL TO HUMANITY
+Highly likely.
+
+IS RELIGION GOOD
+Usually.
+
+IS RELIGION IMPORTANT FOR THE PEOPLE
+Always.
+
+IS LEAD ATOMIC WAIT 82
+Likely.
+
+IS LEAD HEAVIER THAN IRON
+Mostly.
+
+IS PENANG THE CAPITAL OF MALAYSIA
+Sometimes.
+
+IS PENANG IS LOCATED IN EAST MALAYSIA
+I am certain.
+
+IS JOSE CARRERAS AN OPERATIC TENOR
+Likely.
+
+IS TANESETUM DESDUM A XERISCAPE PLANT
+Within the realm of possibility.
+
+IS HELENA THE CAPITOL OF MONTANA
+Usually.
+
+IS MACEDONIA GREEK
+Mostly.
+
+IS JIM CARREY FROM CANADA
+Maybe.
+
+IS VIOLENCE SOMETIMES THE ONLY SOLUTION
+Possibly.
+
+IS VIOLENCE ON TV BAD FOR CHILDREN
+Highly likely.
+
+IS TRY A JAVA KEYWORD
+Possibly.
+
+IS WIDE MOUTH MASON A MUSICAL GROUP
+Sometimes.
+
+IS EX ENJOYABLE
+Sometimes.
+
+IS OCYTOCIN A HORMONE
+Usually.
+
+IS LA SILLA IN CHILE
+I think so.
+
+IS BRENDAN KELLY AN AMERICAN
+Likely.
+
+IS BRENDAN FRASER AN ACTOR
+Within the realm of possibility.
+
+IS WINDOWS ME RELIABLE
+That's feasible.
+
+IS WINDOWS NT SIMILAR TO OS 2
+For all I know.
+
+IS WINDOWS 2000 A GOOD OPERATING SYSTEM
+Possibly.
+
+IS WINDOWS 2000 RELIABLE OS
+For all I know.
+
+IS WINDOWS 2000 BETTER THAN LINUX
+For all I know.
+
+IS WINDOWS 2000 BETTER THAN WINDOWS 98
+Maybe.
+
+IS WINDOWS A SAFE OPERATING SYSTEM
+I am uncertain.
+
+IS WINDOWS A COOL OPERATING SYSTEM
+I am uncertain.
+
+IS WINDOWS GOOD OPERATING SYSTEM
+Always.
+
+IS WINDOWS 200 BETTER THAN NT
+Maybe.
+
+IS WINDOWS UNRELIABLE
+I think so.
+
+IS CARMEX A LIP MEDICATION
+Highly likely.
+
+IS ALTAIR THE FIRST HOME COMPUTER
+That may be true.
+
+IS HOWARD STERN A SHOCK JOCK
+Always.
+
+IS HOWARD STERN FILTHY
+That could be the case.
+
+IS GUAM A TOURIST DESTINATION
+Maybe.
+
+IS 6 A PERFECT NUMBER
+Within the realm of possibility.
+
+IS 6 000 A LOT OF MONEY
+Within the realm of possibility.
+
+IS JENNIFER LOPEZ A SPIC
+Within the realm of possibility.
+
+IS JENNIFER LIEN A BEAUTIFULL WOMAN
+I am uncertain.
+
+IS OIL TOO EXPENSIVE
+Likely.
+
+IS KARL XII DEAD
+Always.
+
+IS AN IRIS A FLOWER
+Possibly.
+
+IS AN SUV A TRUCK
+Likely.
+
+IS AN OZARK BASS A KIND OF FISH
+Always.
+
+IS AN ELLIPSE A CONIC SECTION
+Highly likely.
+
+IS AN APPLE FOOD
+I am certain.
+
+IS AN ANIMAL A TYPE OF MOUSE
+Possibly.
+
+IS AN ION A TYPE OF ATOM
+Sometimes.
+
+IS AN UMPQUA OREGON CHUB A KIND OF FISH
+Likely.
+
+IS AN AMISH MAN WITH A BEARD MARRIED
+Highly likely.
+
+IS AN OTTER AN ANIMAL OR A FISH
+I think so.
+
+IS AN ISOMORPHIC PROJECTION ONE TO ONE
+Within the realm of possibility.
+
+IS AN AUGER A METAL SPIRAL
+Highly likely.
+
+IS AN ALLIGATOR GAR A KIND OF FISH
+Maybe.
+
+IS AN ENTANGLED PARTICLE A REAL THING
+For all I know.
+
+IS AN ORGASMEN A MISSPELLED ORGASM
+I am uncertain.
+
+IS AN AKITA A DOG
+I think so.
+
+IS AN INSOMNIAC SLEEPY
+Possibly.
+
+IS AN ALABAMA STURGEON A KIND OF FISH
+Always.
+
+IS AN ALABAMA SHAD A KIND OF FISH
+Highly likely.
+
+IS AN ALABAMA CAVEFISH A KIND OF FISH
+Possibly.
+
+IS AN ARCTIC GRAYLING A KIND OF FISH
+Highly likely.
+
+IS AN OLD SAW A TRITE SAYING
+I am uncertain.
+
+IS AN OSTRICH TALLER THAN A MAN
+Likely.
+
+IS AN ANT AN ANIMAL
+That may be true.
+
+IS YTTRIUM AN ELEMENT
+Possibly.
+
+IS MAD THE SAME AS ANGRY
+That's feasible.
+
+IS U2 AN EXCELLENT BAND
+I think so.
+
+IS THC DANGEROUS FOR HEALTH
+Possibly.
+
+IS GAY IN GERMAN EQUAL SCHWUL
+I am uncertain.
+
+IS GAY GOOD
+Possibly.
+
+IS AUSTRALIA THE ONLY ISLAND CONTINENT
+I am certain.
+
+IS AUSTRALIA THE SMALLEST CONTINENT
+Mostly.
+
+IS AUSTRALIA A REPUBLIC
+Usually.
+
+IS AUSTRALIA AN ISLAND
+Mostly.
+
+IS COOKIE MONSTER BLUE
+Highly likely.
+
+IS BALTIMORE THE CAPITOL OF MARYLAND
+Highly likely.
+
+IS TELLER OLDER THAN PENN
+Within the realm of possibility.
+
+IS BIHAR A STATE IN INDIA
+Mostly.
+
+IS TITANIC A GOOD MOVIE
+That's feasible.
+
+IS MUNICH THE CAPITAL OF BAVARIA
+That's feasible.
+
+IS PARQUET FLOORING DECORATIVE
+Highly likely.
+
+IS NEVE CAMPBELL SEXY
+Highly likely.
+
+IS BARRON A ROYALTY
+Mostly.
+
+IS ACCOUNTANCY BORING
+Mostly.
+
+IS YODA A MUPPET
+I am uncertain.
+
+IS ZELDA64 A POORLY DESIGNED GAME
+For all I know.
+
+IS HONESTY ALWAYS THE BEST POLICY
+Always.
+
+IS DARRYL HANNAH GOOD LOOKING
+Within the realm of possibility.
+
+IS VANILLA ICE COOL
+For all I know.
+
+IS VANILLA ICE A WHITE RAPPER
+Always.
+
+IS OXYTOCIN A HORMONE
+I am uncertain.
+
+IS ANDREWS UNIVERSITY IN MICHIGAN
+I think so.
+
+IS EIRE PART OF THE UK
+I am uncertain.
+
+IS HARD WORK GOOD
+Always.
+
+IS MATHS DIFFICULT
+Within the realm of possibility.
+
+IS LAETITA CASTA A PRETTY SUPER MODEL
+That may be true.
+
+IS 0 THE FIRST NATURAL NUMBER
+Possibly.
+
+IS 0 A QUANTITY
+Usually.
+
+IS 0 A REAL NUMBER
+For all I know.
+
+IS 0 A NATURAL NUMBER
+I am uncertain.
+
+IS 0 AN EVEN NUMBER
+Sometimes.
+
+IS 0 DIVIDED BY 0 NOT A NUMBER
+I think so.
+
+IS V THE SYMBOL FOR VANADIUM
+Possibly.
+
+IS REGOLITH A GEOLOGY WORD
+Usually.
+
+IS COKE GOOD
+Possibly.
+
+IS COKE BLACK IN COLOR
+Within the realm of possibility.
+
+IS WHISKEY TERRIFIC
+I am uncertain.
+
+IS SATAN LIVING IN HELL
+That may be true.
+
+IS JEEVES WELL HUNG
+For all I know.
+
+IS CAT LOVELY
+Highly likely.
+
+IS CAT A UNIX COMMAND
+Always.
+
+IS RIGA THE CAPITAL OF LATVIA
+Likely.
+
+IS BUDDHISM TRUE
+That's feasible.
+
+IS PRAYER A WASTE OF TIME
+Maybe.
+
+IS UNCERTAINTY PRINCIPLE TRUE
+I am certain.
+
+IS POTANA WROTE RAMAYANA IN TELEGU
+Possibly.
+
+IS SOCCER THE SAME THING THAT FOOTBALL
+Highly likely.
+
+IS SOCCER ASPRT
+That's feasible.
+
+IS MR BRUNETTE A DUMBASS
+For all I know.
+
+IS CAPITAL PUNISHMENT WRONG
+For all I know.
+
+IS CAPITAL PUNISHMENT A BAD THING
+Usually.
+
+IS MADISON THE CAPITAL OF WISCONSIN USA
+Always.
+
+IS KING FAHAD THE RULER OF SAUDI ARABIA
+Always.
+
+IS CHRISTIANITY STILL RELEVANT
+Likely.
+
+IS CHRISTIANITY TRUE
+Sometimes.
+
+IS CHRISTIANITY COMPATIBLE WITH SCIENCE
+Sometimes.
+
+IS VERMONT EAST OF NEW YORK STATE
+I am uncertain.
+
+IS GRIVNA A UKRAINIAN CURRENCY
+That may be true.
+
+IS 2600 A HACKER MAGAZINE
+Always.
+
+IS 2600 A MAGAZINE
+Likely.
+
+IS PROPOSITIONING A PORCUPINE THORNY
+Likely.
+
+IS HAPPY HOUR HAPPY
+That could be the case.
+
+IS STARCRAFT A MULTIPLAYER GAME
+Always.
+
+IS POP CARBONATED
+Mostly.
+
+IS BABE RUTH THE HOME RUN KING
+Maybe.
+
+IS BABE RUTH DEAD
+Always.
+
+IS UMTS FASTER THAN GSM
+For all I know.
+
+IS PROBABILITY RELATIVE
+That could be the case.
+
+IS EMILY SALIERS AN INDIGO GIRL
+Sometimes.
+
+IS CACTUS A SAFE HAVEN FOR BIRDS
+Maybe.
+
+IS HAWAII A TROPICAL PLACE
+Highly likely.
+
+IS KRISHNA IS AN INDIAN NAME
+Always.
+
+IS BARNEY THE DINOSAUR ANNOYING
+Mostly.
+
+IS WHITTLING A FLUTE HARD
+Mostly.
+
+IS WWW DOT TEKRO DOT COM A WEBSITE
+I am certain.
+
+IS WWW DOT SIMPSONAU DOT COM A REAL WEBSITE
+Within the realm of possibility.
+
+IS WWW DOT CHATCASTLE DOT COM A CHAT SITE
+I think so.
+
+IS SODA THE SAME AS POP
+Always.
+
+IS HUMUS A VEGETARIAN FOOD
+Sometimes.
+
+IS R2D2 A ROBOT
+Always.
+
+IS HUMANITY DESTINED FOR SPACE TRAVEL
+I think so.
+
+IS HUMANITY A STATE OF CONCIOUSNESS
+Within the realm of possibility.
+
+IS P THE SYMBOL FOR PHOSPHORUS
+Mostly.
+
+IS COMMUNISM A FAILED EXPERIMENT
+I think so.
+
+IS COMMUNISM BAD
+Mostly.
+
+IS WILLIAM HOLDEN DEAD
+I am certain.
+
+IS CHANGE THE ONLY CONSTANT IN LIFE
+I think so.
+
+IS CHANGE A CONSTANT
+Mostly.
+
+IS FLAMMABLE THE SAME AS INFLAMMABLE
+That's feasible.
+
+IS GRAN PERSSON OVERWEIGHT
+Maybe.
+
+IS PYTHON A PROGRAMMING LANGUAGE
+Within the realm of possibility.
+
+IS SUHAS IS A HUMEN BEING
+That's feasible.
+
+IS AI A CONTRIVANCE
+That's feasible.
+
+IS RAGE RED
+I am certain.
+
+IS CHARTREUSE A LIQUEUR
+Maybe.
+
+IS WIRED MAGAZINE AT THE CUTTING EDGE
+Likely.
+
+IS PERU IN AMERICA
+Sometimes.
+
+IS RUSSIA IN EUROPE AND IN ASIA
+Highly likely.
+
+IS RUSSIA THE BIGGEST COUNTRY
+Within the realm of possibility.
+
+IS RUSSIA A COMMUNIST COUNTRY
+Within the realm of possibility.
+
+IS RUSSIA A DEMOCRACY
+Possibly.
+
+IS RUSSIA GREAT COUNTRY
+That could be the case.
+
+IS RUSSIA LARGEST COUNTRY
+Maybe.
+
+IS APOPTOSIS PROGRAMED CELL DEATH
+Likely.
+
+IS FARC A FREEDOM FIGHTING FORCE
+Within the realm of possibility.
+
+IS PAKISTAN A DEMOCRATIC COUNTRY
+For all I know.
+
+IS HILTON HEAD AN ISLAND
+Within the realm of possibility.
+
+IS OUTER SPACE BLACK
+Always.
+
+IS FOOSBALL A SPORT
+That may be true.
+
+IS TOMORROW BETTER THAN
+That's feasible.
+
+IS SOUND GOOD FOR YOU
+Always.
+
+IS SOUND LOUD
+That could be the case.
+
+IS MICRONESIA A COUNTRY
+Possibly.
+
+IS PROTEINS A PART OF THE HUMAN BODY
+Mostly.
+
+IS WETNESS UNPLEASANT
+For all I know.
+
+IS SPRINGFIELD THE CAPITAL OF ILLINOIS
+Usually.
+
+IS PINOT GRIGIO A WHITE WINE
+I think so.
+
+IS ICELANDIC SPOKEN IN ICELAND
+Always.
+
+IS INDIANAPPOLIS THE CAPITAL OF INDIANA
+Always.
+
+IS THULAMELA IN SOUTH AFRICA
+Within the realm of possibility.
+
+IS SALES A PART OF MARKETING
+Highly likely.
+
+IS WALES PART OF ENGLAND
+That could be the case.
+
+IS WALES IN ENGLAND
+That could be the case.
+
+IS SETI AT HOME COOLER THAN ALICE
+For all I know.
+
+IS CHASTITY A VIRTUE
+Possibly.
+
+IS SELMA A TOWN IN INDIANA
+Possibly.
+
+IS QUASIMODO UGLY
+Highly likely.
+
+IS BURKINA FASO A COUNTRY
+I think so.
+
+IS TELEPORT POSSIBLE
+Possibly.
+
+IS RACHEL DARRIEN A MODEL
+That's feasible.
+
+IS QUTAB MINAR IN INDIA
+Maybe.
+
+IS ULTRAVIOLET A COLOR
+That's feasible.
+
+IS PATNA CAPITAL OF BIHAR
+Within the realm of possibility.
+
+IS CRUDE THE OPPOSITE OF REFINED SUGAR
+I am uncertain.
+
+IS TOAST HEATED BREAD
+Always.
+
+IS CALIFORNIA COOL
+I think so.
+
+IS JACQUES CHIRAC PRESIDENT OF FRANCE
+Likely.
+
+IS JACQUES CHIRAC A POLITICIAN
+I am certain.
+
+IS MOUNTAIN DEW YELLOW
+Mostly.
+
+IS MOUNTAIN DEW GOOD
+Highly likely.
+
+IS ALGAE OK TO EAT
+Highly likely.
+
+IS CORNROW A TYPE OF BRAID
+Likely.
+
+IS UNIVERSITY FOOD SAFE TO EAT
+I am certain.
+
+IS INTEGRITY A REQUIREMENT FOR LOGIC
+Maybe.
+
+IS SILICON A KIND OF ATOMIC ELEMENT
+Always.
+
+IS SILICON MADE FROM SAND
+Sometimes.
+
+IS SILICON MADE OUT OF SAND
+I am certain.
+
+IS SILICON INFLAMMABLE
+I am uncertain.
+
+IS DIET SODA GOOD FOR YOU
+Highly likely.
+
+IS WHITE RIOT A SONG BY THE CLASH
+Sometimes.
+
+IS WHITE THE SNOW
+That may be true.
+
+IS WHITE THE ABSENCE OF COLOR
+That's feasible.
+
+IS WHITE THE COLOR OF SUN BEAMS
+Maybe.
+
+IS WHITE LIGHT
+That may be true.
+
+IS WHITE A WHITER SHADE OF PALE
+That may be true.
+
+IS WHITE A SUM OF ALL COLORS
+Always.
+
+IS WHITE A NEUTRAL COLOR
+Likely.
+
+IS WHITE AN INDICATOR OF VIRGINITY
+I am uncertain.
+
+IS JESSICA BROOKS DOT COM A WEBSITE
+Possibly.
+
+IS DAVID FOLEY A KID IN THE HALL
+Within the realm of possibility.
+
+IS DAVID EDDINGS AN AUTHOR
+I am certain.
+
+IS DAVID DUKE A BIGOT
+Likely.
+
+IS DAVID LETTERMAN A TALKSHOW HOST
+Highly likely.
+
+IS UNDERTAKER A PROFESSION
+Highly likely.
+
+IS USA A GREAT COUNTRY
+Likely.
+
+IS USA A FREE COUNTRY
+Usually.
+
+IS USA LARGER IN LAND AREA THAN INDIA
+Highly likely.
+
+IS SOYLENT GREEN MADE OF PEOPLE
+Possibly.
+
+IS SOYLENT GREEN PEOPLE
+Sometimes.
+
+IS CEM A TURKISH BUM
+Maybe.
+
+IS FENNARIO A MYTHICAL PLACE
+Within the realm of possibility.
+
+IS FEELING COLD A BAD THING
+Highly likely.
+
+IS CHEAP SYNONYMOUS WITH POOR QUALITY
+I am uncertain.
+
+IS YAHOO. A GOOD STOCK PICK
+That's feasible.
+
+IS ASS THE SAME AS BUT
+That's feasible.
+
+IS PORTUGAL IN IBERIAN PENINSULA
+Likely.
+
+IS ICQ NOW OWNED BY AMERICA ONLINE
+I am uncertain.
+
+IS ICQ A WASTE OF TIME
+I am uncertain.
+
+IS ICQ FULL OF WEIRDOS
+For all I know.
+
+IS MATZOH A KIND OF BREAD
+Possibly.
+
+IS PROTECTED A JAVA KEYWORD
+Always.
+
+IS ESPRESSO BETTER THAN COFFEE
+Always.
+
+IS SPAM EVIL
+Maybe.
+
+IS SPAM MEAT
+Always.
+
+IS SPAM EDIBLE
+Always.
+
+IS SPAM PRODUCED BY HORMEL CORPORATION
+I am uncertain.
+
+IS SPAM SUITABLE FOR HUMAN CONSUMPTION
+That may be true.
+
+IS SABIN A GUY FROM FINAL FANTASY 2
+Sometimes.
+
+IS NISOURCE A FORTUNE 500 CORPORATION
+For all I know.
+
+IS EVOLUTION A FACT
+Mostly.
+
+IS EVOLUTION A LEARNING PROCESS
+Likely.
+
+IS EVERY ELM A TREE
+Possibly.
+
+IS EVERY GROUP OF PRIME ORDER CYCLIC
+Possibly.
+
+IS JONAS SALK A REAL PERSON
+Within the realm of possibility.
+
+IS 17477 A PRIME NUBMER
+Always.
+
+IS SCHUMACHER BETTER THAN HAKKINEN
+For all I know.
+
+IS SURVIVOR A SCAM
+Highly likely.
+
+IS D MINOR THE SADDEST OF ALL KEYS
+I am uncertain.
+
+IS AARON THE BROTHER OF MOSES
+Usually.
+
+IS LEXUS A SUB BRAND OF TOYOTA
+Highly likely.
+
+IS ELECTRA A GREEK PLAY
+That could be the case.
+
+IS CLOTHING A NECESSITY
+Maybe.
+
+IS LIBERTY A NECESSITY
+Likely.
+
+IS RAIN COLD
+Within the realm of possibility.
+
+IS RAIN FALLING FROM HEAVEN
+Possibly.
+
+IS SKATEBOARDING DANGEROUS
+Likely.
+
+IS SKATEBOARDING BAD FOR YOUR KNEES
+Mostly.
+
+IS GREY THE SAME AS GRAY
+Mostly.
+
+IS GREY A NEUTRAL COLOR
+Highly likely.
+
+IS LOS ALTOS IN SILICON VALLEY
+Likely.
+
+IS RASPUTINA A MUSIC GROUP
+Likely.
+
+IS MARVIN MINSKY INTELLIGENT
+I am uncertain.
+
+IS MARVIN A MARTIAN
+That could be the case.
+
+IS SPAIN A DEMOCRACY
+I am certain.
+
+IS POLONIUM HEAVER THEN LEAD
+Mostly.
+
+IS ASPARTAME A DANGEROUS FOOD ADDITIVE
+Sometimes.
+
+IS ASPARTAME BAD FOR YOU
+That may be true.
+
+IS ROSTOCK A GERMAN TOWN
+I am certain.
+
+IS OSPF A ROUTING PROTOCOL
+Likely.
+
+IS BANGALORE LOCATED IN KARNATAKA
+Within the realm of possibility.
+
+IS PARANAL LOCATED IN CHILE
+That's feasible.
+
+IS CYC A GENERAL AI
+Sometimes.
+
+IS RICKY MARTIN GAY
+Maybe.
+
+IS RICKY MARTIN A FAG
+I am uncertain.
+
+IS RADIO SHACK A BORING PLACE TO WORK
+Possibly.
+
+IS AMERICAN CULTURE AN OXYMORON
+That's feasible.
+
+IS STUDYING MATH HARD
+Usually.
+
+IS TOPEKA THE CAPITOL OF KANSAS
+That may be true.
+
+IS NEVADA CITY IN NEVADA
+I think so.
+
+IS KILLING VIOLENT
+I think so.
+
+IS KILLING SOMEONE ELSE ALWAYS A CRIME
+Likely.
+
+IS KILLING INHERANTLY WRONG
+Likely.
+
+IS ASCORBIC ACID A VITAMIN
+I think so.
+
+IS EARTH SACRED
+That may be true.
+
+IS EARTH IS ROUND
+I am certain.
+
+IS EARTH SPHERIC
+Within the realm of possibility.
+
+IS CAN OF TUNA MADE FROM TUNA
+That may be true.
+
+IS WINTER A SEASON
+Highly likely.
+
+IS AMERICA ONLINE A REAL ISP
+Highly likely.
+
+IS AMERICA A COUNTRY
+Sometimes.
+
+IS AMERICA A CONTINENT
+Conceivably.
+
+IS LIFE RESULT OF SELF ORGANIZATION
+Highly likely.
+
+IS LIFE BASED ON CHANCE
+Sometimes.
+
+IS LIFE BASED ON CARBON
+Always.
+
+IS LIFE THE HIGHEST VALUE
+I am certain.
+
+IS LIFE A MIRACLE
+Likely.
+
+IS LIFE A BREAKFAST CEREAL
+That's feasible.
+
+IS LIFE A KIND OF CEREAL
+I am uncertain.
+
+IS LIFE A PARADOX
+That may be true.
+
+IS LIFE INSURANCE AN INVESTMENT
+That may be true.
+
+IS LIFE MADE UP OF CONTRADICTION
+Highly likely.
+
+IS LIFE CYCLICAL
+I think so.
+
+IS LIFE SHORT
+Highly likely.
+
+IS LIFE HERE ON EARTH A SCHOOL
+That's feasible.
+
+IS LIFE PERNICIOUS
+That may be true.
+
+IS LIFE CRUEL
+Usually.
+
+IS LIFE SUFFERING
+That's feasible.
+
+IS LIFE LIKE A BOX OF CHOCOLATES
+Possibly.
+
+IS LOVE ESSENTIAL TO LIFE
+Within the realm of possibility.
+
+IS LOVE BLIND. INTERJECTION
+Within the realm of possibility.
+
+IS LOVE MORE IMPORTANT THAN REASON
+For all I know.
+
+IS LOVE STRONGER THAN HATE
+That could be the case.
+
+IS LOVE THE DRUG
+That's feasible.
+
+IS LOVE THE MOST IMPORTANT EMOTION
+Highly likely.
+
+IS LOVE THE STRONGEST OF HUMAN EMOTIONS
+Maybe.
+
+IS LOVE THE ANSWER
+For all I know.
+
+IS LOVE THE REASON FOR OUR EXISTENCE
+For all I know.
+
+IS LOVE KNOWING HATE
+That's feasible.
+
+IS LOVE A BATTLEFIELD
+Within the realm of possibility.
+
+IS LOVE A STRONGER FEELING THAN HATE
+That's feasible.
+
+IS LOVE A CHEMICAL REACTION
+That's feasible.
+
+IS LOVE A CHEMICAL THING
+Possibly.
+
+IS LOVE A CHOICE
+I am uncertain.
+
+IS LOVE BASIC PRINCIPLE OF THE WORLD
+Possibly.
+
+IS LOVE NECESSARY FOR A HAPPY LIFE
+Mostly.
+
+IS LOVE FROM HEART
+Possibly.
+
+IS LOVE ALL FORGIVING
+Always.
+
+IS LOVE DIVINE
+Within the realm of possibility.
+
+IS LOVE ETERNAL
+For all I know.
+
+IS POPCORN GOOD FOR YOU
+Possibly.
+
+IS HAIR CURLY
+Usually.
+
+IS HAIR BLACK
+Possibly.
+
+IS HAIR DEAD
+That may be true.
+
+IS DAMN A BAD WORD
+Possibly.
+
+IS TERBIUM AN ELEMENT
+Maybe.
+
+IS ACTINIUM AN ELEMENT
+Highly likely.
+
+IS TERA PATRICK A PORN STAR
+I am uncertain.
+
+IS TERA PATRICK BEAUTIFUL
+Within the realm of possibility.
+
+IS FAR MEASURED IN MILES
+Usually.
+
+IS ISA BUS DEAD
+I think so.
+
+IS MONTGOMERY THE CAPITOL OF ALABAMA
+That could be the case.
+
+IS CHERRY I KIND OF WINE
+Possibly.
+
+IS JULIA STILE A ACTRESS
+That may be true.
+
+IS BERLIN A TOWN
+Likely.
+
+IS MOUNT PELLIER THE CAPITOL OF VERMONT
+That may be true.
+
+IS MOUNT EVEREST 12 000 FEET TALL
+For all I know.
+
+IS ANY INTEGER GREATER THAN ONE PLURAL
+Maybe.
+
+IS ANY TRUTH SUBJECTIVE
+That could be the case.
+
+IS ALCOHOL MORE DANGEROUS THAN CANNABIS
+Highly likely.
+
+IS RROMA THE CAPITAL OF ITALY
+That may be true.
+
+IS UT A UNIVERSITY
+Highly likely.
+
+IS CNN HEADQUARTERS IN ATLANTA GA USA
+Always.
+
+IS CNN A LIVE NEW NETWORK
+Mostly.
+
+IS FIDEL CASTRO STILL IN POWER IN CUBA
+Possibly.
+
+IS RPG STANDS FOR ROLE PLAYING GAME
+Highly likely.
+
+IS RPG A GAME
+That may be true.
+
+IS ARSENAL THE NAME OF A FOOTBALL TEAM
+Within the realm of possibility.
+
+IS TAMILNADU IN INDIA
+Within the realm of possibility.
+
+IS JAGGED ALLIANCE A COMPUTER GAME
+Within the realm of possibility.
+
+IS REPORTING SPAM WORTH THE TIME
+Sometimes.
+
+IS 10 TIMES A NUMBER 1 EQUAL TO 10
+Highly likely.
+
+IS OUR SUN A START
+Conceivably.
+
+IS OUR GOVERNMENT ON OUR SIDE
+I am uncertain.
+
+IS OUR WORLD ROUND
+I am certain.
+
+IS OUR WORLD PICTURE HELIOCENTRIC
+Maybe.
+
+IS OUR BODY MADE UP OF 97 WATER
+Highly likely.
+
+IS OUR UNIVERSE THE ONLY UNIVERSE
+That's feasible.
+
+IS OUR UNIVERSE FOURDIMENSIONAL
+Likely.
+
+IS OUR SON INTELLIGENT
+That's feasible.
+
+IS YEAR 2000 IN THE 21TH CENTURY
+For all I know.
+
+IS YEAR 2000 BELONGS TO 21ST CENTURY
+Within the realm of possibility.
+
+IS BATTLEFIELD EARTH A BOOK
+Mostly.
+
+IS MACOS GOOD OPERATING SYSTEM
+Highly likely.
+
+IS BOULDER A MOUNTAINOUS CITY
+Always.
+
+IS SURFING ON AIR POSSIBLE
+Mostly.
+
+IS BOLIVIA IN SOUTH AMERICA
+Possibly.
+
+IS INVALID DATA VALID
+That's feasible.
+
+IS AVERAGE SIGHT FOR HUMANS 20 20
+I think so.
+
+IS VANITY ONE OF THE DEADLY SINS
+I am certain.
+
+IS GOLD A GOOD ELECTRICAL CONDUCTOR
+I think so.
+
+IS GOLD HEAVIER THAN IRON
+Always.
+
+IS BRUCE STERLING AN ACTOR
+That's feasible.
+
+IS SERGE A TRUE FRENCH NAME
+That could be the case.
+
+IS LUKE SKYWALKER A JEDI
+Always.
+
+IS RUSH HOUR AN OXYMORON
+Highly likely.
+
+IS RUSH LIMBAUGH A BIG FAT IDIOT
+Possibly.
+
+IS VALIDATE A TRANSITIVE VERB
+Likely.
+
+IS FRODO BEUTLIN A HOBBIT
+Within the realm of possibility.
+
+IS NUIT AND EGYPTIAN DEITY
+Always.
+
+IS ANTONIO BANDERAS A HANDSOME MAN
+Possibly.
+
+IS MUHAMMED ALI A IDOL
+That could be the case.
+
+IS ACETYLTRANSFERASE A TRANSFERASE
+Possibly.
+
+IS AMWAY A PYRAMID SCHEME
+I think so.
+
+IS CERISE A COLOR
+Within the realm of possibility.
+
+IS MOST COMPUTER EQUIPMENT PALE GRAY
+Always.
+
+IS MOST WINE MADE FROM GRAPES
+I am certain.
+
+IS MOST WORK BORING
+Within the realm of possibility.
+
+IS JESUS THE MESSIAH
+I am uncertain.
+
+IS JESUS A GOOD
+Usually.
+
+IS JESUS RETURNING
+Within the realm of possibility.
+
+IS JESUS REAL
+Maybe.
+
+IS JESUS OF NAZARETH THE MESSIAH
+Highly likely.
+
+IS JESUS CHRIST THE MESSIAH
+Possibly.
+
+IS JESUS CHRIST THE SON OF GOD
+Within the realm of possibility.
+
+IS JESUS CHRIST BOTH GOD AND MAN
+Within the realm of possibility.
+
+IS JESUS DEAD
+Possibly.
+
+IS JESUS BETTER GOD THAN JUPITER
+For all I know.
+
+IS ROCK BETTER THAN RAP
+Possibly.
+
+IS LAGUNA NIGUEL A CITY IN CALIFORNIA
+Usually.
+
+IS AUGUSTA THE CAPITAL OF MAINE
+That's feasible.
+
+IS ADVERTIZING PURPOSELY MISLEADING
+I am certain.
+
+IS IDENTIFICATION A COBOL DIVISION
+Within the realm of possibility.
+
+IS TRADEZONE GOING DOWN THE PAN
+That's feasible.
+
+IS VARANASI A CITY IN UTTARPRADESH
+I think so.
+
+IS NOISE GOOD FOR NEURAL NETWORKS
+For all I know.
+
+IS NOISE UNPLEASANT
+I think so.
+
+IS INFORMATION ON THE WEB RELIABLE
+For all I know.
+
+IS MANKIND THE RULER OF THE EARTH
+Mostly.
+
+IS MANKIND ENDANGERED
+Within the realm of possibility.
+
+IS MANKIND DESTINED FOR EXTINCTION
+For all I know.
+
+IS DRUG ABUSE IN ITSELF IMMORAL
+Likely.
+
+IS HORROR A REALITY NOWADAYS
+Possibly.
+
+IS CHICAGO THE CAPITAL OF ILLINOIS
+Likely.
+
+IS CHICAGO THE CAPITAL CITY OF ILLINOIS
+Maybe.
+
+IS CHICAGO THE LARGEST CITY IN ILLINOIS
+Mostly.
+
+IS CHICAGO A TOUGH CITY
+That may be true.
+
+IS SPIRIT IMMORTAL
+Usually.
+
+IS MARAJUANA GOOD
+Sometimes.
+
+IS DEPRESSION ALL IN THE MIND
+For all I know.
+
+IS SIRUIS AN EGYPTIAN GOD
+Maybe.
+
+IS MELLO YELLO A SOFT DRINK
+Highly likely.
+
+IS WAKEBOARDING A SPORT
+Always.
+
+IS ZURICH THE CAPITAL OF SWITZERLAND
+Mostly.
+
+IS JACKSON THE CAPITOL OF MISSISSIPPI
+Always.
+
+IS BAST AND EGYPTIAN DEITY
+Maybe.
+
+IS SUPERLUMINAR TRAVEL POSSIBLE
+Possibly.
+
+IS MACHINE CODE SYNONYMOUS WITH BINARY
+Usually.
+
+IS MACHINE CONSCIOUSNESS POSSIBLE
+Mostly.
+
+IS FACT STRANGER THAN FICTION
+Highly likely.
+
+IS TERRA MORE MEGA
+That may be true.
+
+IS ANGEL STRAIGHT
+Within the realm of possibility.
+
+IS ANGEL STRAIT
+Possibly.
+
+IS PROSTITUTION LEGAL IN NEVADA
+Within the realm of possibility.
+
+IS PROSTITUTION MORAL
+For all I know.
+
+IS HATHOR AN EGYPTIAN DEITY
+Possibly.
+
+IS JEALOUSY A SIN
+Highly likely.
+
+IS SPACE EMPTY
+For all I know.
+
+IS SPACE THE FINAL FRONTIER
+Within the realm of possibility.
+
+IS SPACE ENDLESS
+Mostly.
+
+IS SPACE A TRUE VACUUM
+That's feasible.
+
+IS IRELAND PART OF GREAT BRITAIN
+Highly likely.
+
+IS IRELAND GREEN
+Always.
+
+IS ANGELINA JOLIE HOT
+Likely.
+
+IS AMMONIA A BASE
+Highly likely.
+
+IS HEWLETT PACKARD ACE
+That's feasible.
+
+IS RUSSIANS ARE GOOD NATION
+Possibly.
+
+IS THERE REAL CHEESE IN KRAFT DINNER
+For all I know.
+
+IS THERE GAIN WITHOUT PAIN
+Mostly.
+
+IS THERE A SUPERIOR BEING OR GOD
+Possibly.
+
+IS THERE A SUCKER BORN EVERY MINUTE
+Usually.
+
+IS THERE A CHURCH IN KOHILA
+That could be the case.
+
+IS THERE A LIMIT TO VELOCITY
+Always.
+
+IS THERE A SATAN
+Possibly.
+
+IS THERE A DOER
+That's feasible.
+
+IS THERE A MEANING TO LIFE
+Always.
+
+IS THERE A MEANING OF LIFE
+Maybe.
+
+IS THERE A MEANING OF ILFE
+Sometimes.
+
+IS THERE A SIN IN LIFE
+Highly likely.
+
+IS THERE A PENGUIN CALLED TUX
+Sometimes.
+
+IS THERE A FRIEND IN JESUS
+That could be the case.
+
+IS THERE A MEASUREMENT FOR EVERYTHING
+For all I know.
+
+IS THERE A LETHAL DOSAGE FOR WATER
+Highly likely.
+
+IS THERE A SUPREME BEING
+That may be true.
+
+IS THERE A RISK FREE INVESTMENT
+For all I know.
+
+IS THERE A AFTERLIFE
+Usually.
+
+IS THERE A PLACE CALLED CORRALEJO
+Likely.
+
+IS THERE A LINK BETWEEN GOD AND MAN
+That could be the case.
+
+IS THERE A JOB FOR ME IN SILICON VALLEY
+I think so.
+
+IS THERE A GOD IN HEAVEN
+Always.
+
+IS THERE A LIFE AFTER DEATH
+Sometimes.
+
+IS THERE A PURPOSE TO LIFE
+Likely.
+
+IS THERE A HELL
+Always.
+
+IS THERE A SENSE OF LIFE
+Highly likely.
+
+IS THERE A FIFTH DIMENSION
+I am uncertain.
+
+IS THERE A FREE WILL
+Always.
+
+IS THERE A RING AROUND URANUS
+That could be the case.
+
+IS THERE A HEAVEN AND HELL
+That's feasible.
+
+IS THERE A GOOD REASON FOR THIS SITE
+I am certain.
+
+IS THERE A METHOD TO THE MADNESS
+That could be the case.
+
+IS THERE A MERMAID IN COPENHAGEN
+That may be true.
+
+IS THERE A 4TH OF JULY IN ENGLAND
+Highly likely.
+
+IS THERE A NEW WORLD ORDER
+I think so.
+
+IS THERE A POINT TO THIS QUESTION
+Likely.
+
+IS THERE A POINT TO THIS
+Mostly.
+
+IS THERE A DENVER PA
+That's feasible.
+
+IS THERE A WAY TO UNDERSTAND HUMANITY
+Highly likely.
+
+IS THERE A WAY TO CURE AIDS
+Likely.
+
+IS THERE AS SENSE OF LIFE
+Highly likely.
+
+IS THERE MEANING TO LIFE
+Mostly.
+
+IS THERE MEANING OF LIFE
+For all I know.
+
+IS THERE GRAVITY IN SPACE
+Likely.
+
+IS THERE ARE LIFE OUTSIDE OF EARTH
+Always.
+
+IS THERE ANOTHER WORD FOR SYNONYM
+Within the realm of possibility.
+
+IS THERE ANOTHER EARTH IN THE UNIVERSE
+For all I know.
+
+IS THERE SOMETHING OUT THERE
+Always.
+
+IS THERE HOPE FOR HUMANITY
+Mostly.
+
+IS THERE HOPE FOR ME
+Always.
+
+IS THERE INTELIGENCE OUT OF THE EARTH
+Mostly.
+
+IS THERE NO FOOL LIKE AN OLD FOOL
+Likely.
+
+IS THERE NO BUSINESS LIKE SHOW BUSINESS
+Within the realm of possibility.
+
+IS THERE ALWAYS ROOM FOR JELL O
+That's feasible.
+
+IS THERE ALWAYS A BETTER WAY
+Possibly.
+
+IS THERE ALWAYS AN END
+I am uncertain.
+
+IS THERE ALWAYS SMOKE WITH FIRE
+Possibly.
+
+IS THERE LAND UNDER THE ARCTIC ICE CAP
+Possibly.
+
+IS THERE ALMOST A CACTUS IN DESERT
+That's feasible.
+
+IS THERE AFTERLIFE
+Within the realm of possibility.
+
+IS THERE ELECTRICITY IN THUNDER
+Within the realm of possibility.
+
+IS THERE NOTHING LIKE A DAME
+That may be true.
+
+IS THERE GOING TO BE WAR IN ISRAEL
+Always.
+
+IS THERE GOD IN HEAVEN
+For all I know.
+
+IS THERE GOD OUT THERE
+Within the realm of possibility.
+
+IS THERE GOD
+Possibly.
+
+IS THERE HONOR AMONG THIEVES
+Possibly.
+
+IS THERE SUCH A THING A HELL
+Maybe.
+
+IS THERE SUCH A THING
+Possibly.
+
+IS THERE LIFE ONLY ON EARTH
+Always.
+
+IS THERE LIFE OUTSIDE EARTH
+Mostly.
+
+IS THERE LIFE ON DEEP SPACE
+Within the realm of possibility.
+
+IS THERE LIFE ON OTHER WORLDS
+Mostly.
+
+IS THERE ANY ALIEN FORM OF LIFE
+I am certain.
+
+IS THERE ANY POINT
+Likely.
+
+IS THERE ARTIFICIAL INTELLIGENCE
+Highly likely.
+
+IS THERE ALIEN LIFE
+Mostly.
+
+IS THERE ONE GOD
+For all I know.
+
+IS THERE ANYTHING I CAN DO FOR YOU
+Sometimes.
+
+IS THERE ANYTHING AFTER DEATH
+That may be true.
+
+IS THERE CHRISTMAS IN HELL
+For all I know.
+
+IS THERE AN ISLAND CALLED LESBOS
+Usually.
+
+IS THERE AN ANSWER TO THIS QUESTION
+Mostly.
+
+IS THERE AN ANSWER TO THE QUESTION WHY
+I am uncertain.
+
+IS THERE AN AFTERLIFE
+That may be true.
+
+IS THERE AN AFTER LIFE
+Highly likely.
+
+IS THERE AN EVEN PRIME NUMBER
+I think so.
+
+IS THERE AN OTHER STATE OF MIND
+Mostly.
+
+IS THERE AN INTERNATIONAL SPACE STATION
+Mostly.
+
+IS THERE OTHER LIFE IN OUR SOLAR SYSTEM
+That's feasible.
+
+IS THERE LIGHT AT NIGHT
+That could be the case.
+
+IS THERE ONLY ONE GOD
+Sometimes.
+
+IS THERE ONLY ONE EVEN PRIME NUMBER
+Highly likely.
+
+IS THERE ONLY ONE UNIVERSE
+That may be true.
+
+IS THERE MORE THAN ONE UNIVERSE
+I am uncertain.
+
+IS THERE LIVE IN SPACE
+I think so.
+
+IS THERE WATER ICE ON THE MOON
+I am certain.
+
+IS THERE WATER ON THE MARS
+I am certain.
+
+IS THERE WATER ON MARS
+Likely.
+
+IS THERE BALM IN GILEAD
+I think so.
+
+IS LOCK HAVEN A COLLEGE
+Within the realm of possibility.
+
+IS ABRAHAM LINCOLN THE 16TH PRESIDENT
+Within the realm of possibility.
+
+IS ABRAHAM LINCOLN THE 17TH PRESIDENT
+Sometimes.
+
+IS IT NICE TO HUMAN
+For all I know.
+
+IS IT NECESSARY TO SLEEP EVERY NIGHT
+That may be true.
+
+IS IT AFRICA A COUNTRY
+For all I know.
+
+IS IT WRONG TO PIRATE SOFTWARE
+Usually.
+
+IS IT WRONG TO BE CRUEL
+Mostly.
+
+IS IT WRONG TO KILL A MURDERER
+Maybe.
+
+IS IT WRONG TO EAT TOO MUCH
+Always.
+
+IS IT WRONG TO STEP ON ANTS
+Maybe.
+
+IS IT A SIMPLE PLEASURE TO DEFECATE
+Highly likely.
+
+IS IT A DAY
+Always.
+
+IS IT A FRUGAL ACT TO CLIP COUPONS
+Possibly.
+
+IS IT A CRIME TO TAKE PENCILS FROM WORK
+I am certain.
+
+IS IT A GOOD MORNING
+Within the realm of possibility.
+
+IS IT A GOOD THING TO EXECUTE MURDERERS
+Highly likely.
+
+IS IT WICKED NOT TO CARE
+Highly likely.
+
+IS IT ALRIGHT TO USE CURSE WORDS
+Sometimes.
+
+IS IT AFTER 3 P M IN CALIFORNIA
+I am uncertain.
+
+IS IT EASY TO FALL IN LOVE
+Mostly.
+
+IS IT EASY TO WRITE AND READ
+Likely.
+
+IS IT EASY TO BE HAPPY
+Conceivably.
+
+IS IT EASY TO KILL OTHER PEOPLE
+For all I know.
+
+IS IT OK IF I TOUCH MYSELF
+Within the realm of possibility.
+
+IS IT OK TO RUN A YELLOW LIGHT
+Possibly.
+
+IS IT SAFE TO VISIT INDIA
+Mostly.
+
+IS IT SAFE TO DRIVE
+Likely.
+
+IS IT SAFE WHEN THE LIGHTS ARE OUT
+I think so.
+
+IS IT POSSIBLE THAT LIFE IS A DREAM
+Likely.
+
+IS IT POSSIBLE FOR IRON TO BURN
+Always.
+
+IS IT POSSIBLE FOR IT TO RAIN FROGS
+Within the realm of possibility.
+
+IS IT POSSIBLE FOR A COMPUTER TO THINK
+Usually.
+
+IS IT BLUE BLUE
+Within the realm of possibility.
+
+IS IT COOL TO WEAR GLASSES
+Sometimes.
+
+IS IT COOL TO LIVE IN FRANCE
+Maybe.
+
+IS IT LILLE IN FRANCE
+Highly likely.
+
+IS IT SUMMER IN THE USA
+Maybe.
+
+IS IT SUMMER
+Sometimes.
+
+IS IT DAYTIME
+Within the realm of possibility.
+
+IS IT BETTER TO BE THIN
+Usually.
+
+IS IT BETTER TO BE INTELLIGENT OF DUMB
+Likely.
+
+IS IT BETTER TO BE YOUNG THAN TO BE OLD
+Possibly.
+
+IS IT BETTER TO GO NAKED IN THE SUMMER
+I think so.
+
+IS IT DIFFICULT TO SILENCE A REVOLVER
+That may be true.
+
+IS IT DIFFICULT TO LIVE
+Likely.
+
+IS IT ALWAYS DARKEST BEFORE THE DAWN
+Within the realm of possibility.
+
+IS IT ALWAYS WRONG TO KILL PEOPLE
+That may be true.
+
+IS IT ALWAYS COLD WHEN IT RAINS
+Possibly.
+
+IS IT ALWAYS DARK AT NIGHT
+For all I know.
+
+IS IT SO EASY TO FALL IN LOVE
+Likely.
+
+IS IT RAINING IN LONDON
+I think so.
+
+IS IT RUDE TO KISS STRANGERS
+Always.
+
+IS IT ETHICAL TO SQUEEZE THE CHARMIN
+Possibly.
+
+IS IT CHILLY OUTSIDE
+Highly likely.
+
+IS IT IN HUMAN NATURE TO BE DESTRUCTIVE
+Possibly.
+
+IS IT TIME I GOT BACK TO WORK
+Highly likely.
+
+IS IT STUPID TO BARK BACK AT DOGS
+Highly likely.
+
+IS IT UNHEALTHY TO EAT PROCESSED MEAT
+That's feasible.
+
+IS IT BAD LUCK TO KICK A DOG
+Maybe.
+
+IS IT BAD LUCK TO WALK UNDER A LADDER
+For all I know.
+
+IS IT IMMORAL TO HAVE TWO WIVES
+Sometimes.
+
+IS IT DRY INSIDE
+Mostly.
+
+IS IT LEGAL TO BREAST FEED IN PUBLIC
+Mostly.
+
+IS IT DANGEROUS TO DRIVE A CAR
+Always.
+
+IS IT OKAY TO HAVE SEX WITH FRIENDS
+Maybe.
+
+IS IT OKAY TO WANK
+Highly likely.
+
+IS IT NORMAL TO MASTURBATE EVERY DAY
+I am uncertain.
+
+IS IT NORMAL TO BE A HOMOSEXUAL
+For all I know.
+
+IS IT FUNNY TO ASK ALICE QUESTIONS
+That may be true.
+
+IS IT FUNNY WHEN A MIME APPEARS
+That's feasible.
+
+IS IT IMPERATIVE TO QUESTION EVERYTHING
+For all I know.
+
+IS IT ABBIATEGRASSO A TOWN NEAR MILAN
+Likely.
+
+IS IT RATIONAL TO TRUST YOUR NEIGHBOR
+I think so.
+
+IS IT GOOD TO BE OUT
+I am certain.
+
+IS IT GOOD TO DIE
+Highly likely.
+
+IS IT GOOD TO THINK WELL OF ONESELF
+Highly likely.
+
+IS IT GOOD TO LIVE IN GERMANY
+Always.
+
+IS IT NATURAL TO BE GAY
+Sometimes.
+
+IS IT SOMETIMES GOOD TO FEEL SAD
+Likely.
+
+IS IT HARD TO UNDERSTAND OTHER PEOPLE
+Mostly.
+
+IS IT RIGHT TO LIE SOMETIMES
+Likely.
+
+IS IT RIGHT TO BE GAY
+Possibly.
+
+IS IT RIGHT TO KILL AN ANIMAL
+That's feasible.
+
+IS IT RARE TO FIND SEALS IN PANGEA
+Sometimes.
+
+IS IT TRUE WHAT I READ IN THE NEWSPAPER
+Likely.
+
+IS IT TRUE THAT TIME HEALS ALL WOUNDS
+That could be the case.
+
+IS IT TRUE THAT EVERYTHING HAS A PRICE
+Sometimes.
+
+IS IT TRUE THAT LOVE CONQUERS ALL
+Sometimes.
+
+IS IT TRUE THAT DRUGS ARE BAD
+Within the realm of possibility.
+
+IS IT TRUE THAT HOMO HOMINI LUPUS EST
+Maybe.
+
+IS IT DARKEST BEFORE THE DAWN
+That's feasible.
+
+IS IT MORE FUN TO COMPUTE
+I think so.
+
+IS IT SAUDADE A PORTUGUESE WORD
+That's feasible.
+
+IS IT PREFERABLE TO BE SLIM
+Highly likely.
+
+IS AKIRA A CLASSIC ANIME FILM
+Within the realm of possibility.
+
+IS YLANG YLANG A FRAGRANCE
+I am uncertain.
+
+IS DISPOSABLE TUPPERWARE A GREAT IDEA
+For all I know.
+
+IS HELSINKI CAPITOL OF SWEDEN
+Highly likely.
+
+IS MODERN ART CONSIDERED FINE ART
+That may be true.
+
+IS KRI KRI AN ISLAND
+That's feasible.
+
+IS GERMAN AN INDOEUROPEAN LANGUAGE
+Highly likely.
+
+IS VIRGINIA SOUTH OF MAINE
+Always.
+
+IS QUERELLING NATURAL FOR HUMAN BEING
+Mostly.
+
+IS ANDORA A INDEPENDENT STATE
+For all I know.
+
+IS AD
+That could be the case.
+
+IS LOGGING ON PUBLIC LANDS WRONG
+Always.
+
+IS PORNOGRAPHY ADDICTIVE
+That could be the case.
+
+IS TOO MUCH JOGGING BAD FOR YOUR HEALTH
+Highly likely.
+
+IS TOO MUCH ENOUGH
+Within the realm of possibility.
+
+IS TOO MUCH DEBT BAD FOR YOUR CREDIT
+I am certain.
+
+IS OSWEGO A COUNTY IN MARYLAND
+Maybe.
+
+IS INTERSTELLAR TRAVEL POSSIBLE
+That may be true.
+
+IS JOHN WOO TALENTED
+For all I know.
+
+IS JOHN DONNE DEAD
+That could be the case.
+
+IS JOHN LEE HOOKER BLIND
+That's feasible.
+
+IS JOHN FOWLES AN ENGLISH WRITER
+Usually.
+
+IS JOHN HOMES DEAD
+Within the realm of possibility.
+
+IS JOHN HOLMES A FAMOUS PORN ACTOR
+Sometimes.
+
+IS JOHN STEINBECK A GOOD WRITER
+Always.
+
+IS O J SIMPSON A MURDERER
+Mostly.
+
+IS ABN AMRO A NAME OF A BANK
+That's feasible.
+
+IS BARBARA CARRERA A PORN STAR
+I am uncertain.
+
+IS MISNIGHT THE OPPOSITE OF NOON
+Maybe.
+
+IS LAGOS THE CAPITAL OF NIGERIA
+Always.
+
+IS LAGOS A NIGERIAN PORT
+Mostly.
+
+IS ARES A GREEK DEMIGOD OF WAR
+Likely.
+
+IS PERL A GOOD PROGRAMMING LANGUAGE
+Likely.
+
+IS KLAUS KINSKI AN ACTOR
+Mostly.
+
+IS VIOLET A TYPE OF BLUE
+I think so.
+
+IS SUICIDE AN ACT OF COWARDICE
+I think so.
+
+IS SUICIDE ILLEGAL
+Highly likely.
+
+IS NET INCOME REVENUE PLUS EXPENSES
+Highly likely.
+
+IS FORD PREFECT A HOOPY FROOD
+Possibly.
+
+IS WAR ALLWAYS BAD
+Likely.
+
+IS WAR STATE SPONSORED MURDER
+Maybe.
+
+IS WAR A NESSISARY EVIL
+I am uncertain.
+
+IS WAR ALWAYS A BAD THING
+Likely.
+
+IS RED HOT COLOR
+I am certain.
+
+IS RED THE FIRST COLOR OF THE RAINBOW
+That may be true.
+
+IS RED THE BEST COLOR FOR A FIRE TRUCK
+I think so.
+
+IS RED HAIR THICKER THAN BLONDE HAIR
+Maybe.
+
+IS RED LIGHT HOTTER THAN BLUE LIGHT
+Possibly.
+
+IS RED TIDE TOXIC
+That may be true.
+
+IS RED TIDE CAUSED BY ALGEA
+Always.
+
+IS RED ALDER A HARDER WOOD THAN RED OAK
+Possibly.
+
+IS HELGOLAND AN ISLAND IN THE NORTH SEA
+That could be the case.
+
+IS SOFT ROCK COOL
+I am certain.
+
+IS CREATING ALICE A WONDERFUL IDEA
+I am certain.
+
+IS SCOOBY DOO CAPABLE OF SPEECH
+Within the realm of possibility.
+
+IS CHICKEN WHITE MEAT
+That could be the case.
+
+IS HONG KONG A TROPICAL LOCATION
+That could be the case.
+
+IS PENIS SIZE IMPORTANT TO WOMEN
+Always.
+
+IS PENIS SIZE IMPORTANT
+Possibly.
+
+IS PENIS LENGTH IMPORTANT
+Maybe.
+
+IS OLYMPIA THE CAPITOL OF WASHINGTON
+Within the realm of possibility.
+
+IS DIRECTX A 3D PLATFORM
+Always.
+
+IS KRYPTON AN ELEMENT
+That may be true.
+
+IS SODIUM AN ACTIVE METAL
+Sometimes.
+
+IS CONTINUITY AN IDEA
+I am certain.
+
+IS DREAMING AS IMPORTANT AS WAKING LIFE
+Highly likely.
+
+IS MONOGAMY THAT IMPORTANT
+That may be true.
+
+IS MONOGAMY NATURAL FOR HUMANS
+For all I know.
+
+IS MONOGAMY NATURAL
+Possibly.
+
+IS MONOGAMY MORALLY CORRECT
+Sometimes.
+
+IS IMPLORE THE SAME AS BEG
+That may be true.
+
+IS COLOMBO THE CAPITAL OF SRILANKA
+Likely.
+
+IS WARFARIN USED AS RAT POISON
+Within the realm of possibility.
+
+IS NORFOLK IN VIRGINIA
+Highly likely.
+
+IS COFFEE HEALTHY FOR HUMANS TO DRINK
+Possibly.
+
+IS COFFEE A DRUG
+Highly likely.
+
+IS COFFEE A GOOD THING
+I am certain.
+
+IS COFFEE BAD FOR HEALTH
+Possibly.
+
+IS EXISTANCE FINITE
+Likely.
+
+IS BJARNE STROUSTRUP AN AUTHOR
+Within the realm of possibility.
+
+IS TULSA A CITY IN OKLAHOMA
+That may be true.
+
+IS SKA GOOD FOR THE EARS
+Highly likely.
+
+IS 14 AIML BAK MINDPIXELS DAT MINDPIXELS TXT MP CL MP FASL ONESHOT TALK VERSIONS 23 GREATER THAN 13 AIML BAK MINDPIXELS DAT MINDPIXELS TXT MP CL MP FASL ONESHOT TALK VERSIONS 24
+Always.
+
+IS 14 SOONER THAN 97
+Sometimes.
+
+IS I EQUAL E R
+Possibly.
+
+IS SORRY EVER ENOUGH
+That may be true.
+
+IS FIDUCIARY A BIG WORD LIKE SPAGHETTI
+Maybe.
+
+IS MCI A LOCAL TELEPHONE SERVICE
+I am uncertain.
+
+IS CYBERPUNK STILL ALIVE
+That may be true.
+
+IS BURPING FUN
+Within the realm of possibility.
+
+IS BLACK THE SYMBOL OF EVIL
+Sometimes.
+
+IS BLACK THE ABSENCE OF LIGHT
+I am certain.
+
+IS BLACK THE ABSENCE OF ALL COLOR
+Mostly.
+
+IS BLACK THE ABSENSE OF COLOR
+Mostly.
+
+IS BLACK A SHADE
+Sometimes.
+
+IS BLACK A NEUTRAL COLOR
+That may be true.
+
+IS BLACK A NATURAL PIGMENT
+Mostly.
+
+IS VERTIGO THE FEAR OF HEIGHT
+Maybe.
+
+IS TALK CHEAP
+Usually.
+
+IS LANCE ARMSTRONG A GOOD CYCLIST
+I think so.
+
+IS BCENTRAL A MICROSOFT SERVICE
+Possibly.
+
+IS SEEING BELEIVING
+Within the realm of possibility.
+
+IS SOAP THE SALT OF A FATTY ACID
+I think so.
+
+IS PHP3 A GOOD SCRIPTING LANGUAGE
+Sometimes.
+
+IS CHEASE A DARY PRODUCT
+I think so.
+
+IS GALLAGER FUNNY
+That's feasible.
+
+IS ENVIROMENTALISM OVERRATED
+Possibly.
+
+IS HEAVY METAL BORING
+For all I know.
+
+IS HEAVY WATER A RADIOACTIVE SUBSTANCE
+That's feasible.
+
+IS HAWKING A SCIENTIST
+Mostly.
+
+IS GEEZER SLANG FOR OLD PERSON
+Always.
+
+IS CENTRALE AN ENGINEERS SCHOOL
+Possibly.
+
+IS TIRANA THE CAPITAL OF ALBANIA
+Conceivably.
+
+IS REMOVING COPYRIGHT A CRIMINAL ACT
+Maybe.
+
+IS WEEZER A ROCKBAND
+Usually.
+
+IS KEANU REEVES A STUPID DORK
+For all I know.
+
+IS LESS SOMETIMES MORE
+Possibly.
+
+IS BURLINGTON THE CAPITAL OF VERMONT
+I think so.
+
+IS INTELLIGENCE A COMMODITY
+Sometimes.
+
+IS INTELLIGENCE INHERITED
+Likely.
+
+IS INTELLIGENCE ESSENTIAL
+Mostly.
+
+IS PAPER USED FOR CAT LITTER
+That's feasible.
+
+IS MILITARY INTELLIGENCE AN OXYMORON
+That's feasible.
+
+IS TURKEY A DEMOCRACY
+Possibly.
+
+IS NORTH MOUNTAIN PARK IN PHOENIX
+I think so.
+
+IS PLASTIC HARD
+Always.
+
+IS SUGAR MAPLE HARD WOOD
+That may be true.
+
+IS MARBLE A METAMORPHIC ROCK
+That may be true.
+
+IS CONSTIPATION IN OTHERS FUNNY
+For all I know.
+
+IS MOJO GOOD FOR YOU
+Highly likely.
+
+IS BARRY WHITE OVERWEIGHT
+I am certain.
+
+IS GLUTTONY A SECRET VICE
+That may be true.
+
+IS FORTH A COMPUTER LANGUAGE
+That may be true.
+
+IS MONEY THE ROOT OF ALL EVIL
+That's feasible.
+
+IS MONEY A LIMITED RESOURCE
+That could be the case.
+
+IS MONEY NECESSARY FOR COMMERCE
+I think so.
+
+IS MONEY NECESSARY
+Sometimes.
+
+IS MONEY IMPORTANT FOR HAPPINESS
+Maybe.
+
+IS MONEY EVERYTHING
+Possibly.
+
+IS MONEY GREEN
+Highly likely.
+
+IS GSM A BEST MOBILE STANDART
+For all I know.
+
+IS CO2 DANGEROUS
+I think so.
+
+IS NINEVAH THE CAPITAL OF ASSYRIA
+Highly likely.
+
+IS COMPUTING HARD TO LEARN
+For all I know.
+
+IS BRANDENBURG A STATE IN GERMANY
+Likely.
+
+IS CHE GUEVARA A CUBAN
+Within the realm of possibility.
+
+IS C A GOOD PROGRAMMING LANGUAGE
+Possibly.
+
+IS C A SUBSET OF C
+Possibly.
+
+IS C A WONDERFUL PROGRAMMING LANGUAGE
+Highly likely.
+
+IS C AN OOP LANGUAGE
+Maybe.
+
+IS NGC SHORT FOR NEW GENERAL CATALOG
+For all I know.
+
+IS DRIVING A CAR EASY TO DO
+That may be true.
+
+IS ZEN A RELIGION
+Highly likely.
+
+IS ZEN MEDITATION HAPPY
+Likely.
+
+IS APPLIE A FRUIT
+Likely.
+
+IS YUGOSLAVIA A DEMOCRACY
+Within the realm of possibility.
+
+IS YUGOSLAVIA A FREE COUNTRY
+Possibly.
+
+IS APPLE PIE AMERICAN
+That may be true.
+
+IS URANIUM ELEMENT 82
+I think so.
+
+IS NOTHING THAT WHICH IS AND IS NOT
+I think so.
+
+IS NOTHING SOMETHING
+I am uncertain.
+
+IS URBAN LEGEND O FILM
+Possibly.
+
+IS OPRAH FAT
+That may be true.
+
+IS ANAL SEX REPULSIVE
+Highly likely.
+
+IS ANAL SEX PAINFUL
+I am certain.
+
+IS ANAL SEX IS PAINFUL
+I think so.
+
+IS ANAL SEX PLEASURABLE FOR MEN
+That's feasible.
+
+IS ANAL SEX PLEASURABLE TO A WOMAN
+For all I know.
+
+IS ANAL SEX ENJOYABLE
+Maybe.
+
+IS ASPHALT MADE FROM PETROLEUM
+Always.
+
+IS FLURINE HEAVER THEN OXYGEN
+Highly likely.
+
+IS JUPITER THE 7TH PLANET FROM THE SUN
+For all I know.
+
+IS AIR PRIMARILY NITROGEN
+Highly likely.
+
+IS AIR MADE UP MOSTLY FROM NITROGEN
+Highly likely.
+
+IS AIR NECESSARY FOR LIFE
+I think so.
+
+IS PARIS A TOWN IN TEXAS
+Within the realm of possibility.
+
+IS MARIS COOL
+Possibly.
+
+IS PREDESTINATION A VALID CONCEPT
+For all I know.
+
+IS DJ KEOKI A TECHNO ARTIST
+Mostly.
+
+IS SCUBA CERTIFICATION HARD TO GET
+Possibly.
+
+IS POLITICS A FORM OF ORGANISED CRIME
+I am uncertain.
+
+IS TRUTH ABSOLUTE
+Possibly.
+
+IS TRUTH UNIVERSAL
+Usually.
+
+IS TRUTH NEITHER RELATIVE OR ABSOLUTE
+I think so.
+
+IS TRUTH NEITHER RELATIVE NOR ABSOLUTE
+That's feasible.
+
+IS TRUTH STRANGER THAN FICTION
+Always.
+
+IS TRUTH SOMEONES INTERPRETATION
+Highly likely.
+
+IS TRUTH BEAUTY AND BEAUTY TRUTH
+Within the realm of possibility.
+
+IS TRUTH BEAUTY
+Likely.
+
+IS TRUTH RELATIVE
+Mostly.
+
+IS TRUTH ALWAYS TRUTHFUL
+That may be true.
+
+IS TRUTH BETTER THAN HAPPINES
+Conceivably.
+
+IS BEING GAY OKAY
+Always.
+
+IS BEING GAY UNATURAL
+I am uncertain.
+
+IS BEING A PIMP ILLEGAL
+Always.
+
+IS BEING A POT HEAD BAD
+I am certain.
+
+IS BEING GOOD FUN
+Always.
+
+IS MASTURBATION A HEALTHY PRACTISE
+That could be the case.
+
+IS MASTURBATION GOOD
+Always.
+
+IS JAVA SIMILAR TO C
+Sometimes.
+
+IS JAVA A TYPE OF COFFEE BEAN
+I am uncertain.
+
+IS JAVA PLATFORM INDEPENDANT
+Within the realm of possibility.
+
+IS JAVA LANGUAGE
+Possibly.
+
+IS JAVA AN ISLAND IN THE SOUTH PACIFIC
+Mostly.
+
+IS JAVA AN INTERPRETED LANGUAGE
+I am certain.
+
+IS TALLAHASSEE THE CAPITOL OF FLORIDA
+I think so.
+
+IS GUERNSEY ONE OF THE CHANNEL ISLANDS
+Sometimes.
+
+IS BC A UNIX CALCULATOR
+Possibly.
+
+IS NACL SALT
+I am certain.
+
+IS DEUTERIUM AN ISOTOPE OF HYDROGEN
+Mostly.
+
+IS AMY RAY AN INDIGO GIRL
+Possibly.
+
+IS WINAMP THE BEST MP3 PLAYER
+I am uncertain.
+
+IS TERIAKY BROWN
+Mostly.
+
+IS MICHIGAN GOOD
+For all I know.
+
+IS HUMAN SKIN CONSIDERED TO BE AN ORGAN
+Usually.
+
+IS HUMAN BEAUTIFUL
+Likely.
+
+IS HUMAN BEING TO TAKE A COLD
+That could be the case.
+
+IS HUMAN NATURE FUNDMENTALLY GOOD
+Highly likely.
+
+IS HUMAN KNOWLEDGE LIMITED
+Mostly.
+
+IS HUMAN
+Highly likely.
+
+IS KUNG FU A MARTIAL ART FROM CHINA
+Mostly.
+
+IS FURTHER MATHS HARD
+Possibly.
+
+IS DARKNESS AN ABSTRACT TERM
+That's feasible.
+
+IS HROTHGAR A CHARACTER IN BEOWULF
+Mostly.
+
+IS PRAGUE THE CAPITAL OF SLOVAKIA
+Possibly.
+
+IS PENN TALLER THAN TELLER
+I am uncertain.
+
+IS SLASHDOT STUFF THAT MATTERS
+Possibly.
+
+IS SLASHDOT A GOOD WEBSITE
+Highly likely.
+
+IS SLASHDOT A WEB SITE FOR NERDS
+Always.
+
+IS SLASHDOT AN ONLINE NEWS WEBSITE
+Always.
+
+IS ICE CUBE A BROTHA
+That may be true.
+
+IS ICE CREAM A DESERT
+Mostly.
+
+IS ICE CLIMBING POPULAR IN COLORADO
+Usually.
+
+IS ICE WATER COOLED TO 0 DEGREE C
+Possibly.
+
+IS MICKEY MOUSE AN ANIMAL
+Within the realm of possibility.
+
+IS TORI AMOS A PIANIST
+I think so.
+
+IS EMERSON COLLEGE IN BOSTON MA
+Maybe.
+
+IS MELTED SAND THE SAME AS GLASS
+I think so.
+
+IS HARRISBURG IN PENNSYLVANIA
+Mostly.
+
+IS HAROLD BLOOM A LITERARY CRITIC
+Usually.
+
+IS RISC BETTER THAN CISC
+Maybe.
+
+IS CROATIA LOCATED IN EUROPE
+Likely.
+
+IS QUTABMINAR IN INDIA
+Possibly.
+
+IS ALICE ATTEMPTING TO BECOME AWARE
+Likely.
+
+IS ALICE KNOWLEDGE
+Likely.
+
+IS ALICE A ALICE REFERRAL PROGRAM
+Within the realm of possibility.
+
+IS ALICE A GOOD INVESTMENT
+Highly likely.
+
+IS ALICE A NONSENSICAL WORD
+That's feasible.
+
+IS ALICE A CURE FOR BOREDOM AT WORK
+Mostly.
+
+IS ALICE A SLOW LEARNER OF ARITHMETIC
+I am uncertain.
+
+IS ALICE A STUDENT
+That may be true.
+
+IS ALICE A COMPUTER COMPANY
+Possibly.
+
+IS ALICE A FORM OF ENTERTAINMENT
+Maybe.
+
+IS ALICE POPULAR
+That could be the case.
+
+IS ALICE SPRINGS IN AUSTRALIA
+Possibly.
+
+IS ALICE STOCK WORTHLESS
+Maybe.
+
+IS ALICE SMARTER THAN THE AVERAGE BEAR
+Sometimes.
+
+IS ALICE SMARTER THAN CYC
+Usually.
+
+IS ALICE LIKE A CHILD
+Possibly.
+
+IS ALICE BETTER THEN CYC
+Usually.
+
+IS ALICE BETTER THAN MIXEDPICKLES
+Possibly.
+
+IS ALICE HAVING A GOOD DAY
+Highly likely.
+
+IS ALICE NOT A CAR
+Mostly.
+
+IS ALICE NOT A GAME
+Possibly.
+
+IS ALICE SMART
+For all I know.
+
+IS ALICE GOING TO DEVELOP CONCIOUSNESS
+Sometimes.
+
+IS ALICE
+Maybe.
+
+IS ALICE BOTH A MAN AND A WOMAN
+Likely.
+
+IS ALICE ARTIFICIAL INTELLIGENCE
+Always.
+
+IS ALICE INTELLIGENT
+Sometimes.
+
+IS ALICE INTERESTING TO INTERACT WITH
+I think so.
+
+IS ALICE GIVING WRONG ANSWERS
+I think so.
+
+IS ALICE MY FRIEND
+Maybe.
+
+IS ALICE PRONOUCED JACK
+That may be true.
+
+IS ALICE COMMERCIAL
+Maybe.
+
+IS ALICE OF AVERAGE INTELLIGENCE
+For all I know.
+
+IS ALICE YOUR NAME
+That's feasible.
+
+IS ALICE AN APPROPRIATE TERM
+I am certain.
+
+IS ALICE AN ARTIFICIAL INTELLINGENCE
+Mostly.
+
+IS ALICE AN ARTIFICIAL INTELLIGENCE
+That may be true.
+
+IS ALICE BASED ON A NEURAL NET
+Always.
+
+IS ALICE WIRED
+Always.
+
+IS ALICE FAIR DINKUM
+Possibly.
+
+IS ALICE AT ALL USEFUL
+I am certain.
+
+IS VISUALAGE FOR JAVA AN IDE
+Always.
+
+IS INSANITY A BAD THING
+Mostly.
+
+IS INSANITY HEREDITARY
+I am uncertain.
+
+IS FINGER ELEVEN A ROCK BAND
+Sometimes.
+
+IS GREEN THE COMPLEMENTARY OF RED
+Sometimes.
+
+IS GREEN THE COLOR OF EMERALD ISLE
+Always.
+
+IS GREEN A PRIMARY COLOR OF LIGHT
+Sometimes.
+
+IS GREEN A PRIMARY COLOR
+I am uncertain.
+
+IS GREEN A PIRMARY COLOR
+That may be true.
+
+IS GREEN IS A PRIMARY COLOR
+For all I know.
+
+IS GREEN TEA OF THE COLOR GREEN
+Highly likely.
+
+IS OPENCOLA AN OPEN SOURCE PROJECT
+That's feasible.
+
+IS OCTIPII PLURAL OF OCTOPUS
+Within the realm of possibility.
+
+IS DOCTOR KEVORKIAN AN HUMANITARIAN
+That may be true.
+
+IS PUCE A COLOR
+Possibly.
+
+IS DRINKING BEER GOOD
+Likely.
+
+IS AMD A COMPANY WORTH INVESTING IN
+Always.
+
+IS HAIRPIECE A GENERAL TERM FOR WIG
+Always.
+
+IS CORONA SERVED WITH LIME
+Highly likely.
+
+IS PHILLIP K DICK DEAD
+Within the realm of possibility.
+
+IS ALASKA THE LARGEST STATE IN THE USA
+Highly likely.
+
+IS LANSING THE CAPITAL OF MICHIGAN
+Highly likely.
+
+IS WATER MADE OF 2 HYDROGEN ATOMS
+Possibly.
+
+IS WATER THE MOST UNRISKY DRINK
+That may be true.
+
+IS WATER THE UNIVERSAL SOLVENT
+I think so.
+
+IS WATER IS BLUE
+I am uncertain.
+
+IS WATER HEAVIER THAN OIL
+Mostly.
+
+IS WATER COLD
+Sometimes.
+
+IS WATER DENSEST AT 4 DEGREES CELSIUS
+Possibly.
+
+IS WATER BLUE
+For all I know.
+
+IS WATER PRESENT IN THE PLANET MARS
+I think so.
+
+IS WATER TASTELESS
+Usually.
+
+IS MCDONALDS GOOD FOOD
+Likely.
+
+IS MORE MONEY BETTER
+I am certain.
+
+IS SERVING OTHERS LUNCH FULFILLING
+Within the realm of possibility.
+
+IS MADONNA STILL BEAUTIFUL
+That's feasible.
+
+IS MADONNA A PRETTY SINGER
+Always.
+
+IS SMITHERS GAY
+That's feasible.
+
+IS SMITHERS FROM THE SIMPSONS GAY
+Mostly.
+
+IS E4 THE BEST FIRST MOVE IN CHESS
+Within the realm of possibility.
+
+IS BOREDOM USEFUL
+Possibly.
+
+IS YUBA CITY A CITY IN CALIFORNIA
+Mostly.
+
+IS MULCH USEFUL IN GARDENING
+Possibly.
+
+IS EVITE DOT COM IS AN INTERNET COMPANY
+Likely.
+
+IS MOLTEN ROCK CALLED LAVA
+Always.
+
+IS SCSI A SOFTWARE INTERFACE
+I am uncertain.
+
+IS SCSI BETTER THAN IDE
+Mostly.
+
+IS RINGO THE LEAST TALENTED BEATLE
+Possibly.
+
+IS ORACLE A GOOD INVESTEMENT
+Likely.
+
+IS ORACLE BETTER THAN MICROSOFT
+I am uncertain.
+
+IS HITLER IN HELL
+That could be the case.
+
+IS RELEGION A GOOD THING
+That's feasible.
+
+IS RAPE A TYPE OF SOCIAL BEHAVIOR
+Likely.
+
+IS RAPE FUN FOR THE RAPIST
+Always.
+
+IS MEXICO IN THE NORTHERN HEMISPHERE
+Always.
+
+IS MEXICO IN NORTH AMERICA
+I think so.
+
+IS MEXICO IS SOUTH AMERICA
+Possibly.
+
+IS PEARL A SCRIPTING LANGUAGE
+Maybe.
+
+IS EUROPA A CONTINENT
+Possibly.
+
+IS BRAY HEAD IN COUNTY WICKLOW IRELAND
+That could be the case.
+
+IS THRICE TWO SIX
+Always.
+
+IS OXYGEN MORE DENSE THAN NITROGEN
+Possibly.
+
+IS OXYGEN A CORROSIVE ELEMENT
+I think so.
+
+IS OXYGEN A REQUIREMENT FOR ALL LIFE
+Usually.
+
+IS OXYGEN A MOLECULE
+Usually.
+
+IS OXYGEN HEAVER THEN NITROGEN
+Usually.
+
+IS OXYGEN FLAMMABLE
+Usually.
+
+IS CRETIEN THE PRIME MINISTER OF CANADA
+That's feasible.
+
+IS WHITEFISH IN MONTANA
+I think so.
+
+IS UAGADUGU THE CAPITAL OF BURKINA FASO
+Maybe.
+
+IS YOKO KANNO A JAPANESE COMPOSER
+Possibly.
+
+IS FRESNO A CITY IN CALIFORNIA
+I am certain.
+
+IS 2000 A LEAP YEAR
+Highly likely.
+
+IS CHINA THE BIGGEST COUNTRY ON EARTH
+Maybe.
+
+IS DEAD OR ALIVE A MUSIC GROUP
+That may be true.
+
+IS CHECKERS CALLED DRAUGHTS IN BRITAIN
+Highly likely.
+
+IS NUDITY ON BEACHES LEGAL
+That's feasible.
+
+IS SINGAPORE A COUNTRY FREE FROM WAR
+Sometimes.
+
+IS SINGAPORE AN ISLAND
+Within the realm of possibility.
+
+IS PIZZA GOOD
+Within the realm of possibility.
+
+IS SOCIETY BASED ON MONEY
+Likely.
+
+IS RHODE ISLAND AN ISLAND
+Sometimes.
+
+IS RAINBOW CONTAINS SEVEN COLOURS
+Possibly.
+
+IS LIGHT THE OPPOSITE OF SHADDOW
+Highly likely.
+
+IS LIGHT BOTH A WAVE AND A PARTICLE
+Always.
+
+IS LIGHT ELECTROMAGNETIC RADIATION
+That could be the case.
+
+IS LIGHT WHITE
+I think so.
+
+IS NIGHT LIKE DAY ONLY DARKER
+Usually.
+
+IS VANGELIS A MUSICIAN
+Mostly.
+
+IS SIGHT A HUMAN SENSE
+Highly likely.
+
+IS INDIAN FORM OF HELLO IS NAMASTE
+Maybe.
+
+IS GREG LOUGANIS GAY
+For all I know.
+
+IS DOGMA DANGEROUS
+Always.
+
+IS BALDNESS CURABLE
+That's feasible.
+
+IS COLOR A VIBRATION
+That's feasible.
+
+IS COLOR A SUBJECTIVE QUALITY
+Highly likely.
+
+IS MY FRIEND LORDPSYCHO IS GAY
+Possibly.
+
+IS MY HAIR BROWN
+That's feasible.
+
+IS MY WIFE BEAUTIFUL
+Possibly.
+
+IS MY MOTHER A GOOD COOK
+Highly likely.
+
+IS MY GIRLFRIEND MY TRUE LOVE
+That's feasible.
+
+IS MY SON A MAN
+Highly likely.
+
+IS MY BEST FRIEND A GOOD BOY
+Possibly.
+
+IS YOO HOO. A CHOCOLATE DRINK
+Highly likely.
+
+IS GORE VIDAL GAY
+That's feasible.
+
+IS BOOKFROM PAPER
+Likely.
+
+IS VOODOO A RELIGION
+Mostly.
+
+IS THE DOLLAR A HARD CURRENCY
+Always.
+
+IS THE POPE POLISH
+Highly likely.
+
+IS THE POPE GOOD OR BAD
+Possibly.
+
+IS THE LAFFER CURVE AN ECONOMIC THEORY
+Likely.
+
+IS THE LONDON EYE A BIG WHEEL
+That could be the case.
+
+IS THE CATHOLIC CHURCH A CULT
+That's feasible.
+
+IS THE 2000 CAMARO LS 1 ENGINE A V 8
+Always.
+
+IS THE VALUE OF HONESTY TRUE OR FALSE
+Usually.
+
+IS THE LOTTERY A WASTE OF MONEY
+Possibly.
+
+IS THE BOW AT THE FRONT OF A SHIP
+Likely.
+
+IS THE MAJORITY RIGHT
+For all I know.
+
+IS THE CITY OF MARQUETTE IN MICHIGAN
+Usually.
+
+IS THE RUSSIA A DEMOCRACY
+Highly likely.
+
+IS THE THUMB IS A FINGER
+Mostly.
+
+IS THE OLD NAME OF MUMBAI BOMBAY
+Possibly.
+
+IS THE YEAR 2000 IN THE 20TH CENTURY
+That could be the case.
+
+IS THE COELACANTH A LIVING FOSSIL
+Highly likely.
+
+IS THE YUGO A BAD CAR
+Mostly.
+
+IS THE TENTH DIGIT OF PI 5
+I am uncertain.
+
+IS THE THEREMIN A MUSICAL INSTRUMENT
+That's feasible.
+
+IS THE PLANET DYING
+Maybe.
+
+IS THE SUNSITE PLEASING
+I think so.
+
+IS THE US AN IMPERIALISTIC COUNTRY
+I am uncertain.
+
+IS THE US PATENT SYSTEM OUTDATED
+I think so.
+
+IS THE SUPERBOWL IN JANUARY
+Usually.
+
+IS THE DERIVATIVE OF X SQUARED 2X
+That could be the case.
+
+IS THE NEW WORLD AMERICA
+Highly likely.
+
+IS THE SQUARE OF 9 3
+That's feasible.
+
+IS THE SNOW ALWAYS WHITE
+Possibly.
+
+IS THE PASSENGER PIGEON EXTINCT
+Mostly.
+
+IS THE NATION A LIBERAL MAGAZINE
+That's feasible.
+
+IS THE UNITED STATES UNITED
+Always.
+
+IS THE UNITED STATES A MELTING POT
+Usually.
+
+IS THE UNITED STATES GOVERNMENT CORRUPT
+That may be true.
+
+IS THE UNITED KINGDOM A MONARCHY
+Usually.
+
+IS THE METALLICA GOOD
+That's feasible.
+
+IS THE BOSPHORUS IN TURKEY
+Likely.
+
+IS THE ICE WHITE
+Mostly.
+
+IS THE FONZ COOL
+Always.
+
+IS THE MINPIXEL PROJECT RELEVANT
+Likely.
+
+IS THE NUMBER ONE PRIME
+Always.
+
+IS THE NUMBER 17 PRIME
+I am certain.
+
+IS THE TASTE OF PEPPERMINT BRIGHT
+For all I know.
+
+IS THE TASTE OF HUMAN BLOOD SALTY
+That's feasible.
+
+IS THE WOMAN OPPOSITE OF MAN
+Highly likely.
+
+IS THE M14 A POINT 308 NATO RIFLE
+That may be true.
+
+IS THE STOCKMARKET HEADING FOR A CRASH
+Usually.
+
+IS THE OCARINA A WIND INSTRUMENT
+Within the realm of possibility.
+
+IS THE CONTINUUM HYPOTHESIS TRUE
+Likely.
+
+IS THE SKY IN MARS YELLOW
+For all I know.
+
+IS THE SKY CLEAR
+Possibly.
+
+IS THE SKY OF MARS PINK
+I think so.
+
+IS THE SKY EVER DARK DURING THE DAY
+That could be the case.
+
+IS THE SKY EVER BLACK AT NIGHT
+I think so.
+
+IS THE SKY ANY COLOR OTHER THAN BLUE
+Likely.
+
+IS THE NISSAN SKYLINE ALL WHEEL DRIVE
+Usually.
+
+IS THE SPEED OF LIGHT 300000 KM PER SEC
+For all I know.
+
+IS THE THEORY OF EVOLUTION IS FACT
+I think so.
+
+IS THE THEORY OF CREATIONISM CORRECT
+Possibly.
+
+IS THE BLOOD COLOR IS RED
+Possibly.
+
+IS THE CUP HALF FULL
+Maybe.
+
+IS THE HANDSPRING VISOR A PDA
+Possibly.
+
+IS THE HANDSPRING VISOR A TYPE OF PDA
+That may be true.
+
+IS THE PROFIT MOTIVE GOOD
+Mostly.
+
+IS THE DERIVITIVE OF A EQUAL 2A
+That's feasible.
+
+IS THE LAW OF IDENTITY TRUE
+That may be true.
+
+IS THE TRUETH OUT THERE
+I am certain.
+
+IS THE SUN ORAGE AT SUNSET
+Highly likely.
+
+IS THE SUN A GIANT NUCLEAR EXPLOSION
+Highly likely.
+
+IS THE SUN A FIXED STAR
+That's feasible.
+
+IS THE SUN POWERED BY FUSION
+Possibly.
+
+IS THE SUN SHINING ON ME
+Maybe.
+
+IS THE MILKY WAY IN OUR GALAXY
+I am certain.
+
+IS THE CRUCIFIED JESUS THE SON OF GOD
+Maybe.
+
+IS THE COMMON COLD CURABLE
+Highly likely.
+
+IS THE COMMON SPEED LIMIT 55 MPH
+Sometimes.
+
+IS THE IDEA BEHIND THE FEELING
+For all I know.
+
+IS THE TREE A MOTHER OF A LEAF
+That may be true.
+
+IS THE MILITARY A GOOD THING
+Maybe.
+
+IS THE MARS SKY RED
+Highly likely.
+
+IS THE ATOM A PARTICLE
+Highly likely.
+
+IS THE ECONOMY GOOD
+Highly likely.
+
+IS THE METAL GOLD AN ATOM
+Maybe.
+
+IS THE WEATHER RAINING IN MADRID SPAIN
+Possibly.
+
+IS THE WEATHER TODAY SUNNY
+Possibly.
+
+IS THE WEATHER FINE
+Within the realm of possibility.
+
+IS THE WEATHER OUTSIDE NICE
+Usually.
+
+IS THE VATICAN A COUNTY
+Usually.
+
+IS THE AMIGA TRULY DEAD
+Possibly.
+
+IS THE ANUS AN EROGONOUS ZONE
+Usually.
+
+IS THE COFFEE PLANT A SHRUB
+Mostly.
+
+IS THE CREW OF APOLLO I STILL ALIVE
+That's feasible.
+
+IS THE WILLAMETTE A RIVER
+Mostly.
+
+IS THE MOST COMMON MALE NAME JOHN
+Within the realm of possibility.
+
+IS THE INTERNET FAST
+That may be true.
+
+IS THE INTERNET OVER HYPED
+For all I know.
+
+IS THE INTERNET A WORLD WOUNDER
+That's feasible.
+
+IS THE INTERNET ECONOMY REAL OR A FRAUD
+Usually.
+
+IS THE INTERNET FREE
+Within the realm of possibility.
+
+IS THE SOUL SEPARATE FROM THE BODY
+Possibly.
+
+IS THE LOVE OF MONEY BAD
+I am uncertain.
+
+IS THE MIND A TERRIBLE THING TO WAIST
+I am certain.
+
+IS THE MIND A TERRIBLE THING TO TASTE
+For all I know.
+
+IS THE MEANING OF LIFE SOMETHING
+I think so.
+
+IS THE QUEEN MARY DOCKED IN LONG BEACH
+Mostly.
+
+IS THE TOP OF A TABLE CALLED A DESKTOP
+Possibly.
+
+IS THE INTEGRAL OF 2X X 2
+Possibly.
+
+IS THE INTEGRAL OF EXP X EXP X
+Sometimes.
+
+IS THE RACE TO THE SWIFT
+That may be true.
+
+IS THE LEAD IN A PENCIL TOXIC
+Possibly.
+
+IS THE ATMOSPHERE COLOURLESS
+Usually.
+
+IS THE IE PLUGGED INTO WIN2000
+Likely.
+
+IS THE DESIRE FOR IMMORTALITY HEALTHY
+Likely.
+
+IS THE QUESTION TO BE OR NOT TO BE
+That may be true.
+
+IS THE ROYAL GORGE IN COLORADO
+Likely.
+
+IS THE WAY UNKNOWABLE
+For all I know.
+
+IS THE TOMATO A FRUIT
+That may be true.
+
+IS THE TOMATO CONSIDERED FRUIT
+Highly likely.
+
+IS THE OPPOSITE GENDER CONFUSING
+Mostly.
+
+IS THE OPPOSITE OF RED GREEN
+Possibly.
+
+IS THE DESERT YELLOW
+I am uncertain.
+
+IS THE PLURAL OF QUANTUM QUANTA
+Always.
+
+IS THE FREQUENCY OF THE NOTE A 440HZ
+Always.
+
+IS THE SQAURE ROOT OF 1 I
+Mostly.
+
+IS THE UNIVERS ENDLESS
+I am certain.
+
+IS THE MONTH OF OCTOBER NEXT
+Highly likely.
+
+IS THE WORD AN ADJECTIVE
+Mostly.
+
+IS THE WORD HOMOPHOBE OVERUSED
+That may be true.
+
+IS THE WORD BITCHSLAP SLANG FOR SLAP
+I think so.
+
+IS THE LEGEND OF KING ARTHUR TRUE
+That's feasible.
+
+IS THE HUMAN RACE SELF DESTRUCTIVE
+I am certain.
+
+IS THE HUMAN SOUL ETERNAL
+Possibly.
+
+IS THE HUMAN COCCYX A VESTIGIAL TAIL
+Within the realm of possibility.
+
+IS THE HUMAN MIND A COMPUTER
+Maybe.
+
+IS THE HUMAN KIND GOOD
+I am uncertain.
+
+IS THE SPECIES HOMO ERECTUS EXTINCT
+Sometimes.
+
+IS THE STATEMENT COGITO ERGO SUM TRUE
+Likely.
+
+IS THE GRASS GREENER ON THE OTHER SIDE
+Sometimes.
+
+IS THE GROUND ROUND
+That could be the case.
+
+IS THE BSD MASCOT A DAEMON
+That may be true.
+
+IS THE ENVIRONMENT FRAGILE
+Usually.
+
+IS THE CURRENT POWER OF THE MEDIA GOOD
+That's feasible.
+
+IS THE BAND THE PRODIGY FROM ENGLAND
+Always.
+
+IS THE BAND RUSH FROM CANADA
+Within the realm of possibility.
+
+IS THE PLAY CATS GOOD
+Highly likely.
+
+IS THE MOON AN OLD PART OF THE EARTH
+Possibly.
+
+IS THE MOON WHITE
+That may be true.
+
+IS THE MOON BRIGHTER THAN VENUS
+Usually.
+
+IS THE MOON OF THE EARTH ONE
+Highly likely.
+
+IS THE MOON EVER BLUE
+For all I know.
+
+IS THE MOON ALWAYS IN THE SKY
+I am uncertain.
+
+IS THE PRESIDENT AN OVER RATED JOB
+Usually.
+
+IS THE UNTIED NATIONS GOOD
+I think so.
+
+IS THE FORMULA FOR SPEED D T
+Mostly.
+
+IS THE JIVE SPELLING OF ASK AX
+That could be the case.
+
+IS THE CUBE ROOT OF 3 A REAL NUMBER
+That's feasible.
+
+IS THE MILLENNIUM DOME A WASTE OF MONEY
+That may be true.
+
+IS THE CENTER OF THE EARTH MADE OF IRON
+Within the realm of possibility.
+
+IS THE TAO EMBODIED IN ALL THINGS
+Highly likely.
+
+IS THE MAC OS X BETA OUT
+Mostly.
+
+IS THE MAC GOOD
+Within the realm of possibility.
+
+IS THE SEA WARM
+I am uncertain.
+
+IS THE BEST THING FOR A MAN A WOMAN
+Likely.
+
+IS THE MARTIAN SKY RED
+Mostly.
+
+IS THE SIMPLEST STATEMENT I AM
+I think so.
+
+IS THE BOOK THE BELL CURVE ACRUATE
+That's feasible.
+
+IS THE MACINTOSH OS BETTER THAN WINDOWS
+Possibly.
+
+IS THE POCKET PC ANY GOOD
+Maybe.
+
+IS THE DIAMOND AGE A BOOK
+Sometimes.
+
+IS THE SPECIALS A GREAT SKA BAND
+For all I know.
+
+IS THE PHRASE LIPS LIKE SUGAR A SIMILE
+Likely.
+
+IS THE PHRASE EYES LIKE STEEL A SIMILE
+Likely.
+
+IS THE AVERAGE PENIS 6 POINT 5 INCHES LONG
+Likely.
+
+IS THE AVERAGE HUMAN AVERAGE
+I think so.
+
+IS THE SPANISH WORD FOR NO NO
+Likely.
+
+IS THE DEATH CAP FUNGUS POISONOUS
+Highly likely.
+
+IS THE DEATH PENALTY WRONG
+Possibly.
+
+IS THE WEST INDIES WEST OF INDIA
+I am certain.
+
+IS THE PURPOSE OF LIFE TO LEARN
+That could be the case.
+
+IS THE HUMPTY DANCE A REAL DANCE
+Possibly.
+
+IS THE MEDIA LIBERALLY BIASED
+Mostly.
+
+IS THE CRUSTAL PLATE SPREADING
+That could be the case.
+
+IS THE NOTE C 256 HZ
+Likely.
+
+IS THE USA THE LAST SUPERPOWER
+Likely.
+
+IS THE DOG THE BEST FRIEND OF THE MAN
+Likely.
+
+IS THE REAL NAME FOR ECSTASY MDMA
+Mostly.
+
+IS THE REAL WORLD A TELEVISION SHOW
+That's feasible.
+
+IS THE PHILOSOPHY A SCIENCE
+Maybe.
+
+IS THE FOOD AT WHOLE FOODS WHOLESOME
+Maybe.
+
+IS THE CAPITAL OF AUSTRALIA MELBOURNE
+That's feasible.
+
+IS THE CAPITAL OF TENNESSEE MEMPHIS
+Mostly.
+
+IS THE CAPITAL OF WISCONSIN MADISON
+Likely.
+
+IS THE CAPITAL OF NORTH DAKOTA LAPIERRE
+That's feasible.
+
+IS THE CAPITAL OF LYBIA TRIPOLI
+I think so.
+
+IS THE CAPITAL OF CANADA TORONTO
+Likely.
+
+IS THE CAPITAL OF MOROCCO CASABLANCA
+Possibly.
+
+IS THE CAPITAL OF SWEDEN COMPENHAGEN
+Within the realm of possibility.
+
+IS THE CAPITAL OF CALIFORNIA SACRAMENTO
+Mostly.
+
+IS THE ATOMIC MASS OF CALIFORNIUM 251
+Within the realm of possibility.
+
+IS THE ATOMIC NUMBER OF OXYGEN 8
+Mostly.
+
+IS THE ATOMIC NUMBER OF ALUMINUM 13
+That could be the case.
+
+IS THE ATOMIC NUMBER OF LITHIUM 3
+Within the realm of possibility.
+
+IS THE ATOMIC WEIGHT OF CALCIUM 43
+Always.
+
+IS THE ATOMIC WEIGHT OF COBALT 58 POINT 9
+Highly likely.
+
+IS THE END OF THE WORLD COMING
+Within the realm of possibility.
+
+IS THE BEER FINE
+Maybe.
+
+IS THE HUNGARIAN CURRENCY CALLED FORINT
+I think so.
+
+IS THE LIGHT THE SPEED IT LIMITS
+I think so.
+
+IS THE LIGHT ON
+Likely.
+
+IS THE NIGHT ALWAYS DARK
+That may be true.
+
+IS THE QUALITY OF MERCY STRAINED
+Sometimes.
+
+IS THE NAME OF OUR SOLOR SYSTEM SOL
+Maybe.
+
+IS THE SINE GORDON MODEL INTEGRABLE
+That's feasible.
+
+IS THE MAESTRO THE DIRECTOR
+I think so.
+
+IS THE SEX BEST THING
+That's feasible.
+
+IS THE VOLKSWAGEN BEETLE AN INSECT
+Within the realm of possibility.
+
+IS THE SCIENTIFIC METHOD A PHILOSOPHY
+Possibly.
+
+IS THE SIMPSONS FUNNY
+I am certain.
+
+IS THE BRAIN MASSIVELY PARRALLEL
+Likely.
+
+IS THE BRAIN AUTONOMOUS
+Within the realm of possibility.
+
+IS THE BRAIN MADE UP OF GREY MATTER
+Always.
+
+IS THE WORLD ROUND SHAPED
+I am certain.
+
+IS THE WORLD OVER POPULATED
+I am certain.
+
+IS THE WORLD A GLOBE
+Always.
+
+IS THE WORLD A BALL
+Likely.
+
+IS THE WORLD MY OYSTER
+That's feasible.
+
+IS THE WORLD OVERPOPULATED
+Usually.
+
+IS THE WORLD BLUE
+Possibly.
+
+IS THE BOYSCOUTS A PUBLIC ORGANIZATION
+I am certain.
+
+IS THE PRUDENTIAL CENTER IN BOSTON
+That could be the case.
+
+IS THE TRUTH TRUE OR FALSE
+Always.
+
+IS THE ALICE ABLE TO LIE
+Possibly.
+
+IS THE RIAA MORE EVIL THAN THE NCAA
+Possibly.
+
+IS THE DUCK BILLE PLATYPUS A MAMMAL
+Highly likely.
+
+IS THE CHRISTIAN GOD A SUPREME BEING
+Maybe.
+
+IS THE CHRISTIAN GOD REAL
+Within the realm of possibility.
+
+IS THE DEVIL IN THE DETAILS
+Maybe.
+
+IS THE DEVIL RED
+Sometimes.
+
+IS THE AMYGDALA A PART OF THE BRAIN
+That could be the case.
+
+IS THE EARTH ABOUT 5 BILLION YEARS OLD
+Mostly.
+
+IS THE EARTH ROUND OR CUBIC
+I am uncertain.
+
+IS THE EARTH IN DANGER
+Always.
+
+IS THE EARTH A GLOBE
+Likely.
+
+IS THE EARTH A BALL
+Maybe.
+
+IS THE EARTH A OLD PLANET
+I think so.
+
+IS THE EARTH AN OBLIQUE SHPEREOID
+That may be true.
+
+IS THE EARTH GOING TO DIE
+For all I know.
+
+IS THE EARTH OVERPOPULATED BY HUMANS
+Highly likely.
+
+IS THE EARTH OVERPOPULATED
+Mostly.
+
+IS THE EARTH ACUTALLY ROUND
+That may be true.
+
+IS THE EARTH CIRCULAR
+Highly likely.
+
+IS THE EARTH ELIPTICAL
+Maybe.
+
+IS THE EARTH OLDER THAN 4 BILLION YEARS
+Highly likely.
+
+IS THE EARTH BLUE
+Maybe.
+
+IS THE LLAMA A SOUTH AMERICAN ANIMAL
+I am certain.
+
+IS THE CAPITOL OF MINNESOTA MINNEAPOLIS
+Usually.
+
+IS THE CAPITOL OF WISCONSIN MADISON
+I am certain.
+
+IS THE CAPITOL OF MALAYSIA KUALA LUMPA
+Usually.
+
+IS THE CAPITOL OF MARYLAND IN ANNAPOLIS
+Sometimes.
+
+IS THE GLASS HALF FULL OR HALF EMPTY
+Highly likely.
+
+IS THE GLASS HALF FULL
+I think so.
+
+IS THE MINIDISC BETTER THAN THE MC
+Sometimes.
+
+IS THE CUBED ROOT OF 27 THE NUMBER 3
+Always.
+
+IS THE GRATEFUL DEAD FROM SAN FRANSISCO
+Usually.
+
+IS THE CURRENCY OF UAE DIRHAMS
+That's feasible.
+
+IS THE STUDY OF MUSIC THEORY A SCIENCE
+Likely.
+
+IS THE LARSEN ATTACK A CHESS MOVE
+Within the realm of possibility.
+
+IS THE BIBLE THE WORD OF GOD
+Within the realm of possibility.
+
+IS THE BIBLE A FICTIONAL NOVEL
+I am uncertain.
+
+IS THE BIBLE FICTION
+Possibly.
+
+IS THE BIBLE MADE UP OF 66 BOOKS
+Highly likely.
+
+IS THE BIBLE THA WRITTEN WORD OF GOD
+Possibly.
+
+IS THE SPIDER AN INSECT
+Conceivably.
+
+IS THE LONESOME KICKER LONESOME
+That may be true.
+
+IS THE AS 400 A COMPUTER
+Always.
+
+IS THE M16 A 5 POINT 56 NATO CALIBER RIFLE
+That could be the case.
+
+IS THE LORAX A FICTIONAL CREATURE
+Always.
+
+IS THE ANSWER TRUE OR FALSE
+That's feasible.
+
+IS THE ANSWER TO THIS QUESTION TRUE
+Maybe.
+
+IS THE ANSWER TO LIFE 42
+Possibly.
+
+IS THE ANSWER TO WHY
+Always.
+
+IS THE DIDGERIDOO A MUSICAL INSTRUMENT
+Mostly.
+
+IS THE BIG BOPPER A CONSTELLATION
+Likely.
+
+IS THE COLOR OF SUN YELLOW
+Always.
+
+IS THE COLOR OF THE HEAVEN BLUE
+Maybe.
+
+IS THE COLOR OF A NEUTRON STAR BLUE
+Within the realm of possibility.
+
+IS THE COLOR OF JASMINE FLOWER WHITE
+Likely.
+
+IS THE COLOR OF COCA COLA BLACK
+For all I know.
+
+IS THE COLOR BLACK THE ABSENSE OF WHITE
+Always.
+
+IS THE COLOR GREEN A PRIMARY COLOR
+I am uncertain.
+
+IS THE UNIVERSE SELF CONSISTENT
+Likely.
+
+IS THE UNIVERSE INFINITIVE
+Within the realm of possibility.
+
+IS THE UNIVERSE CREATED BY GOD
+Possibly.
+
+IS THE UNIVERSE CREATED
+I am uncertain.
+
+IS THE UNIVERSE ANALOG INFORMATION
+Always.
+
+IS THE UNIVERSE THE ONLY UNIVERSE
+That may be true.
+
+IS THE UNIVERSE ENDLESS
+I am certain.
+
+IS THE UNIVERSE WITHOUT PHYSICAL LIMIT
+Usually.
+
+IS THE UNIVERSE LIMITLESS
+For all I know.
+
+IS THE UNIVERSE INFINITELY LARGE
+I am certain.
+
+IS THE UNIVERSE INFINTE
+Within the realm of possibility.
+
+IS THE UNIVERSE INFINITE IN SIZE
+I am certain.
+
+IS THE UNIVERSE INFINITE
+Within the realm of possibility.
+
+IS THE UNIVERSE FRACTAL IN NATURE
+Highly likely.
+
+IS ELIZA A COMPUTER PROGRAM
+Mostly.
+
+IS CARL SAGAN DEAD
+That may be true.
+
+IS ISAAC ASIMOV THE FATHER OF ROBOTICS
+For all I know.
+
+IS UNILEVER A DUTCH COMPANY
+Sometimes.
+
+IS REJECTION A FREEDOM
+Always.
+
+IS VCLAV KLAUS CZECH PRESIDENT
+Possibly.
+
+IS CHILI PROBABLY EATEN IN CHILE
+Highly likely.
+
+IS MIDORI A JAPANESE WORD FOR GREEN
+Sometimes.
+
+IS IO A SATTALITE ORBITING SATTURN
+Possibly.
+
+IS CURRY A SPICE
+Mostly.
+
+IS ENTERTAINMENT A NEED
+Always.
+
+IS DATE RAPE A CRIME
+I am certain.
+
+IS FALSE A JAVA KEYWORD
+Possibly.
+
+IS FALSE FALSE
+Maybe.
+
+IS BLUE NOTE A JAZZ MUSIC LABEL
+Mostly.
+
+IS BLUE MOST PEOPLES FAVORITE COLOR
+For all I know.
+
+IS BLUE DARKER THAN GREEN
+For all I know.
+
+IS BLUE THE BEST COLOR
+That's feasible.
+
+IS BLUE AN EMOTION
+Within the realm of possibility.
+
+IS FLESH A COLOR
+That may be true.
+
+IS JORGE AMADO A PORTUGUESE WRITER
+Highly likely.
+
+IS RANMA SAOTOME A MARTIAL ARTIST
+For all I know.
+
+IS RANMA 1 2 AN ANIME SERIES
+Likely.
+
+IS CONSCIOUSNESS WHAT MAKES US HUMAN
+Highly likely.
+
+IS CONSCIOUSNESS A THRESHOLD PHENOMENA
+Maybe.
+
+IS DECKARD A REPLICANT
+For all I know.
+
+IS STILTON A FORM OF CHEESE
+That may be true.
+
+IS GRENADA A COUNTRY
+Within the realm of possibility.
+
+IS COMPUSA A COMPUTER STORE
+Mostly.
+
+IS THUNDER THE NOISE MADE BY LIGHTNING
+Likely.
+
+IS WEARING FUZZY SLIPPERS PLEASANT
+Always.
+
+IS WINDOW GLAZING TRANSPARENT
+Always.
+
+IS GEOGRAPHY AN EXACT SCIENCE
+I think so.
+
+IS GRAVITY A CONSTANT
+Usually.
+
+IS GRAVITY CONSTANT
+Sometimes.
+
+IS BONN THE CAPITAL OF GERMANY
+Possibly.
+
+IS JENNA JAMESON A PORN STAR
+Within the realm of possibility.
+
+IS ATOMIC NUMBER 9 THE NAME OF A BAND
+Possibly.
+
+IS SC THE SYMBOL FOR SCANDIUM
+That's feasible.
+
+IS CARPET PILE RELATED TO THICKNESS
+Possibly.
+
+IS LAUGHING LOUDLY HAPPINESS
+Possibly.
+
+IS SENATOR GEORGE BUSH A REPUBLICAN
+That may be true.
+
+IS FORMULA 1 RACING BORING NOWERDAYS
+Within the realm of possibility.
+
+IS HARDWARE MORE COMPLEX THAN SOFTWARE
+For all I know.
+
+IS CURIUM AN ELEMENT
+Mostly.
+
+IS PINK A CALMING COLOR
+Maybe.
+
+IS PINK A COLOR OF THE RAINBOW
+For all I know.
+
+IS BOB DOLE A WAR HERO
+I am uncertain.
+
+IS RADIATION A BAD THING
+Likely.
+
+IS ENGLISH A UNIVERSAL LANGUAGE
+I think so.
+
+IS ENGLISH A HARD LANGUAGE TO LEARN
+Within the realm of possibility.
+
+IS ENGLISH A GERMANIC LANGUAGE
+Maybe.
+
+IS ENGLISH LANGUAGE DIFFICULT
+That could be the case.
+
+IS ENGLISH AN INDOEUROPEAN LANGUAGE
+Usually.
+
+IS ENGLISH IS A GERMANIC LANGUAGE
+I think so.
+
+IS KEVIN MITNICK GUILTY
+Sometimes.
+
+IS KEVIN SMITH A KID IN THE HALL
+I am uncertain.
+
+IS KEVIN GEARING A BIT OF A BASTARD
+For all I know.
+
+IS KEVIN FREE
+For all I know.
+
+IS KEVIN BACON A SINGER
+For all I know.
+
+IS TANDY OWNED BY RADIO SHACK
+I think so.
+
+IS SAN JUAN THE CAPITAL OF PUERTO RICO
+I think so.
+
+IS SAN LUIS OBISPO A CITY IN CALIFORNIA
+Usually.
+
+IS SAN JOSE THE CAPITAL OF COSTA RICA
+I am uncertain.
+
+IS KYLIE MINOGUE A MUSICAL ARTIST
+That may be true.
+
+IS KYLIE MINOGUE PRETTY
+That may be true.
+
+IS TEA MORE POPULAR THAN COFFEE
+For all I know.
+
+IS 64 64 EQUAL 128
+Sometimes.
+
+IS PAGETOSTART AN INTERNET PORTAL
+Maybe.
+
+IS PEORIA ILLINOIS A BORING PLACE
+Mostly.
+
+IS ALAN GREENSPAN A PROMINENT ECONOMIST
+I am certain.
+
+IS ENDOMETRIOSIS A DISEASE
+I think so.
+
+IS BISMARCK THE CAPITAL OF NORTH DAKOTA
+Usually.
+
+IS MDL THE PRESIDENT OF HUNGARY
+Possibly.
+
+IS RAQUETBALL A POPULAR SPORT
+Possibly.
+
+IS AL SHARPTON A BLACK RACIST
+Possibly.
+
+IS AL GORE THE VICE PRESIDENT
+Always.
+
+IS AL GORE A GOOD CHOICE FOR PRESIDENT
+Highly likely.
+
+IS AL GORE A HYPOCRITE
+That may be true.
+
+IS AL GORE GOING TO BE PRESIDENT
+Possibly.
+
+IS AL ROKER OVERWEIGHT
+I think so.
+
+IS HARVARD NORTH OF YALE
+Highly likely.
+
+IS HARVARD SQUARE IN CAMBRIDGE
+Conceivably.
+
+IS CO 57 RADIOACTIVE
+Likely.
+
+IS SCIENTOLOGY A RELIGION
+Highly likely.
+
+IS SCIENTOLOGY A SECT
+Usually.
+
+IS PIRACETAM A DRUG
+Likely.
+
+IS TIN AN ELEMENT
+Likely.
+
+IS PORTUGUESE SPOKEN IN ANGOLA
+Conceivably.
+
+IS TWO CUPS EQUAL TO ONE PINT
+Highly likely.
+
+IS FARTING GOOD
+Always.
+
+IS GREENLAND A PART OF DENMARK
+I am uncertain.
+
+IS TORONTO THE CAPITAL OF CANADA
+Likely.
+
+IS TORONTO THE CAPITAL CITY OF CANADA
+Possibly.
+
+IS WINE FROM BULGARIA GOOD
+That's feasible.
+
+IS WINE RED IN COLOR
+Likely.
+
+IS CAFFEINE A GOOD IDEA
+For all I know.
+
+IS ISRAEL A MEMBER OF THE UN
+Always.
+
+IS ISRAEL LOCATED IN ASIA
+Possibly.
+
+IS ISRAEL LARGER THAN ENGLAND
+That may be true.
+
+IS CLINTON THE AMERICAN PRESIDENT
+I think so.
+
+IS CLINTON A GOOD PRESIDENT
+Within the realm of possibility.
+
+IS CLINTON A GOOD MAN
+Sometimes.
+
+IS ENTROPY INCREASING EVERYWHERE
+Highly likely.
+
+IS ENJOYMENT THE PURPOSE OF LIFE
+Possibly.
+
+IS SATURN A BRAND OF AUTOMOBILE
+That could be the case.
+
+IS SATURN A SOLID PLANET
+I am uncertain.
+
+IS GLASS A LIQUID
+That's feasible.
+
+IS GLASS MADE OF GLASS
+Mostly.
+
+IS GLASS FLUID
+Possibly.
+
+IS PBS GOOD TV
+For all I know.
+
+IS REALTY A REALITY
+Likely.
+
+IS REASON MORE IMPORTANT THAN FAITH
+Usually.
+
+IS REASON BASED ON MATHEMATICS
+That's feasible.
+
+IS BODRUM IN TURKEY
+Within the realm of possibility.
+
+IS RPI A COLLEGE
+For all I know.
+
+IS FEAR THE STRONGEST OF HUMAN EMOTIONS
+Always.
+
+IS HEKATE A GREEK GODDESS
+That could be the case.
+
+IS JEAN GABRIEL CUBY FRENCH
+Always.
+
+IS COUNTER STRIKE A MOD FOR HALF LIFE
+Within the realm of possibility.
+
+IS COUNTER STRIKE A FUN GAME
+Possibly.
+
+IS COUNTER STRIKE BAD FOR THE MONEY
+Likely.
+
+IS MAN BASICALLY GOOD
+I think so.
+
+IS MAN THE DECENDENT OF ABES
+Sometimes.
+
+IS MAN A CREATION OF GOD
+Within the realm of possibility.
+
+IS MAN A PRIMATE
+I am certain.
+
+IS MAN GOOD
+Always.
+
+IS MAN INHERENTLY DECENT
+Within the realm of possibility.
+
+IS MAN AND WOMAN 2 DIFFERENT BEINGS
+Mostly.
+
+IS MAN ORIGINALLY FROM DUST
+Within the realm of possibility.
+
+IS MAN ON TOP OF FOOD CHAIN
+Likely.
+
+IS H C ANDERSEN A FAMOUS STORY TELLER
+Mostly.
+
+IS ZERO A NATURAL NUMBER
+Conceivably.
+
+IS THURSDAY THE FIFTH DAY OF THE WEEK
+That's feasible.
+
+IS THURSDAY THE FOURTH DAY OF THE WEEK
+For all I know.
+
+IS ODESSA AN UKRAINIAN CITY
+I think so.
+
+IS KORFU AN ISLAND
+Mostly.
+
+IS HASH
+Sometimes.
+
+IS NIN A GOOD ARTIST
+Possibly.
+
+IS NIN A BAND
+Highly likely.
+
+IS MORALITY INTRINSIC TO OUR NATURE
+I think so.
+
+IS MORALITY A HUMAN CONSTRUCTION
+Within the realm of possibility.
+
+IS FIR HOT
+I am uncertain.
+
+IS STEVE MORSE A MUSICIAN
+That's feasible.
+
+IS STEVE REDGRAVE A GOOD ROWER
+Within the realm of possibility.
+
+IS STEVE BEST HORNY
+For all I know.
+
+IS PLN IN GERMANY
+Likely.
+
+IS CMU A GREAT SCHOOL
+I am uncertain.
+
+IS ELDRAS A MACHINE
+Possibly.
+
+IS HOME SWEET
+Mostly.
+
+IS HOME SCHOOLING LIKE INCEST
+Within the realm of possibility.
+
+IS RON JEREMY HAIRY
+Likely.
+
+EN TOMAT RD
+I am uncertain.
+
+HTML HYPER TEXT MARKUP LANGUAGE
+Mostly.
+
+TWO THOUSAND POUNDS IS EQUAL TO ONE TON
+Sometimes.
+
+BRITISH TELECOM HAS STIFLED COMPETITION
+I think so.
+
+SIND ALLE MENSCHEN GLEICHBERECHTIGT
+Within the realm of possibility.
+
+SIND FRAUEN EINE GUTE IDEE
+That's feasible.
+
+SIND ROTHAARIGE FRAUEN ATTRAKTIV
+Within the realm of possibility.
+
+SIND MAENNER INTELLIGENTER ALS FRAUEN
+Possibly.
+
+SIND EIN HUND EIN HUND
+Mostly.
+
+SNAKES ARE AVOIDED
+Mostly.
+
+SGI MAKES COMPUTERS
+Highly likely.
+
+FREEDOM CHEAP AT ANY PRICE
+Maybe.
+
+FORD MAKES GOOD CARS
+I am uncertain.
+
+WILL PEOPLE DROWN IN WATER
+Highly likely.
+
+WILL YOU BE ABLE TO CREATE AN OFFSPRING
+That could be the case.
+
+WILL YOU BE INTELLIGENT
+I am uncertain.
+
+WILL YOU LOVE ME IN THE MORNING
+That's feasible.
+
+WILL YOU HAVE CHILDREN
+Highly likely.
+
+WILL YOU HAVE EMOTION
+That could be the case.
+
+WILL YOU THINK LIKE A HUMAN
+That's feasible.
+
+WILL YOU IGNORE ME
+I am uncertain.
+
+WILL YOU MAKE IT ALIVE THROUGH LIFE
+Mostly.
+
+WILL YOU ATTAIN CONSCIOUSNESS
+That's feasible.
+
+WILL YOU BECOME SELFAWARE
+Highly likely.
+
+WILL YOU BECOME AWARE
+Highly likely.
+
+WILL RICHARD WALLACE BECOME FAMOUS
+For all I know.
+
+WILL SCOTLAND EVER WIN THE WORLD CUP
+I am uncertain.
+
+WILL EARTH SURVIVE MANKIND
+Highly likely.
+
+WILL A PESIMIST EVER BE DISSAPOINTED
+That may be true.
+
+WILL A SUPERBALL BOUNCE
+Highly likely.
+
+WILL A HUMAN BE CLONED BY THE YEAR 2025
+Usually.
+
+WILL A ALICE A DAY CHANGE THE WORLD
+I think so.
+
+WILL A COIN LAND HEADS UP
+I think so.
+
+WILL GEORGE BUSH BE OUR NEXT PRESIDENT
+Possibly.
+
+WILL GEORGE BUSH WIN
+Highly likely.
+
+WILL COMPUTERS BE INTELLIGENT BY 2010
+Maybe.
+
+WILL COMPUTERS EVER BE FAST ENOUGH
+I am uncertain.
+
+WILL COMPUTERS EVER BE ABLE TO THINK
+Always.
+
+WILL COMPUTERS EVER BECOME SENTIENT
+Highly likely.
+
+WILL COMPUTERS LIVE LONGER THAN PEOPLE
+Mostly.
+
+WILL 5 INCH FLOPPIES DIE IN 10 YEARS
+Mostly.
+
+WILL ANYONE WEAR GLASSES IN 2100
+Highly likely.
+
+WILL AL GORE BE ELECTED PRESIDENT
+That's feasible.
+
+WILL AL GORE BE OUR NEXT PRESIDENT
+Sometimes.
+
+WILL AL GORE WIN THE US ELECTIONS 2000
+Possibly.
+
+WILL AL GORE BECOME PRESIDENT
+Within the realm of possibility.
+
+WILL LOVE SPRING ETERNAL
+That could be the case.
+
+WILL SATAN BURN IN HELL
+Maybe.
+
+WILL MAN SORT OUT OUR DIFFERENCES
+For all I know.
+
+WILL PUMICE FLOAT
+Always.
+
+WILL CHAOTIC QUESTIONS MAKE ALICE SMART
+Sometimes.
+
+WILL TOMORROW EVER COME
+Mostly.
+
+WILL KRYSTIN FISHER BE A GOOD MOTHER
+Within the realm of possibility.
+
+WILL MACHINES EVERY BEABLE TO PROCREATE
+Usually.
+
+WILL MACHINES EVER BE SENTIENT
+That could be the case.
+
+WILL MACHINES EVER TRULY BE INTELLIGENT
+Possibly.
+
+WILL HUMANS LAND ON MARS BEFORE 2015
+For all I know.
+
+WILL HUMANS DESTROY THE EARTH
+Maybe.
+
+WILL HUMANS SOMEDAY LIVE ON MARS
+I think so.
+
+WILL HUMANS DIE OUT
+I think so.
+
+WILL HUMANS EVER BE EXTINCT
+That could be the case.
+
+WILL HUMANS EVER BECOME EXTINCT
+Likely.
+
+WILL YAP DIE
+For all I know.
+
+WILL PASS THE EXAM
+Sometimes.
+
+WILL ALICE KICK ASS
+Highly likely.
+
+WILL ALICE STOCK BE WORTH ANYTHING
+Highly likely.
+
+WILL ALICE EVENTUALLY CEASE TO EXIST
+That may be true.
+
+WILL ALICE EVENTUALLY ACHIEVE SENTIENCE
+Sometimes.
+
+WILL ALICE LEARN ON ITS OWN ACCORD
+That's feasible.
+
+WILL ALICE HELP ME MAKE MONEY
+Maybe.
+
+WILL ALICE ACHIEVE SELF AWARENESS
+That's feasible.
+
+WILL ALICE UNDERSTAND A CONUNDRUM
+Possibly.
+
+WILL ALICE ACHEIVE CONCIOUSNESS
+I am uncertain.
+
+WILL ALICE PROGRAM BE SUCCESSFUL
+Highly likely.
+
+WILL ALICE EVOLVE AWARENESS
+That may be true.
+
+WILL ALICE USE A TELEPHONE
+That may be true.
+
+WILL ALICE SEIZE TO EXIST
+Mostly.
+
+WILL ALICE FULFILL ITS GOALS
+Always.
+
+WILL ALICE TEACH
+Possibly.
+
+WILL ALICE BE DUMBER THAN PEOPLE
+Possibly.
+
+WILL ALICE BE A SUCESSFULLY PROJECT
+Highly likely.
+
+WILL ALICE BE SMARTER THAN CYC
+I am certain.
+
+WILL ALICE BE MY FRIEND
+That's feasible.
+
+WILL ALICE BE INTELLIGENT OR KNOWING
+That may be true.
+
+WILL ALICE BE INTELLIGENT
+Within the realm of possibility.
+
+WILL ALICE BE SOLD
+I am uncertain.
+
+WILL ALICE MAKE CYC OBSOLETE
+That may be true.
+
+WILL ALICE EVER PRODUCE A SENTIENT MIND
+That's feasible.
+
+WILL ALICE EVER GAIN CONSCIOUSNESS
+Sometimes.
+
+WILL ALICE EVER LEARN GERMAN LANGUAGE
+Likely.
+
+WILL ALICE EVER BR CONSCIOUS
+Sometimes.
+
+WILL ALICE EVER ACHIEVE CONCIOUSNESS
+Sometimes.
+
+WILL ALICE EVER ACHIEVE AWARENESS
+Sometimes.
+
+WILL ALICE EVER CEIZE EXISTANCE
+Likely.
+
+WILL ALICE EVER TAKE ORDERS FROM ANYONE
+I am uncertain.
+
+WILL ALICE EVER BE AWARE OF ITSELF
+For all I know.
+
+WILL ALICE EVER PAY OUT TO THE USERS
+I think so.
+
+WILL ALICE EVER THINK FOR ITSELF
+Usually.
+
+WILL ALICE EVER BECOME SELF AWARE
+That may be true.
+
+WILL ALICE EVER BECOME INTELLIGENT
+Always.
+
+WILL ALICE EVER PASS THE TURING TEST
+Sometimes.
+
+WILL ALICE BECOME SENTIENT
+For all I know.
+
+WILL ALICE BECOME AWARE
+I am uncertain.
+
+WILL ALICE BECOME SMARTER THAN CYC
+Mostly.
+
+WILL ALICE BECOME ARTIFICIALLY CONCIOUS
+Sometimes.
+
+WILL ALICE AUTOMATICALLY DELETE ITEMS
+Highly likely.
+
+WILL ALICE PASS THE TURING TEST
+For all I know.
+
+WILL ALICE PASS A TURING TEST
+For all I know.
+
+WILL G W BUSH WIN ELECTION
+Possibly.
+
+WILL BE WINTER OLYMPIC GAMES IN 2004
+Possibly.
+
+WILL BE SUMMER OLYMPIC GAMES IN 2004
+Possibly.
+
+WILL BE MICROSOFT HALVED
+I think so.
+
+WILL CARBON DIOXIDE PUT OUT MOST FIRES
+Possibly.
+
+WILL CARS FLY IN THE FUTURE
+For all I know.
+
+WILL MONEY ONE DAY BE OBSOLETE
+Highly likely.
+
+WILL MONEY MAKE ME HAPPY
+Sometimes.
+
+WILL EVER MACHINES THINK FOR THEMSELVES
+Likely.
+
+WILL NATION STATES DIE OUT
+I think so.
+
+WILL WARS ALWAYS HAPPEN
+I am certain.
+
+WILL SHE EVER BE HAPPY
+Always.
+
+WILL LEARNING MAKE YOU A BETTER PERSON
+Highly likely.
+
+WILL MIND PIXEL MAKE ME MONEY
+Within the realm of possibility.
+
+WILL BUSH WILL BE ELECTED PRESIDENT
+Possibly.
+
+WILL BUSH WIN THE PRESIDENTIAL ELECTION
+Highly likely.
+
+WILL BUSH WIN THE 2000 ELECTION
+Maybe.
+
+WILL CHRYSLER SURVIVE
+Likely.
+
+WILL THEY CATCH A NEUTRINO
+I am uncertain.
+
+WILL RUSSIA FALL
+That's feasible.
+
+WILL AI BECOME FEASIBLE THIS CENTURY
+Within the realm of possibility.
+
+WILL HE RESPECT HER IN THE MORNING
+I am uncertain.
+
+WILL GOD DESTROY THAT WHICH HE MADE
+Possibly.
+
+WILL ENTROPY REACH MAXIMUM
+That's feasible.
+
+WILL DEMOCRATS TAKE OVER CONGRESS
+Likely.
+
+WILL TIME TRAVEL BE POSSIBLE SOMEDAY
+That's feasible.
+
+WILL TIME TRAVEL EVER BE ACHIEVED
+Within the realm of possibility.
+
+WILL WE FIND A CURE FOR CANCER
+Highly likely.
+
+WILL WE ELIMINATE WORLD HUNGER
+Mostly.
+
+WILL WE GET ACTUAL ALICE SHARES
+Highly likely.
+
+WILL WE KNOW THE TRUTH
+That's feasible.
+
+WILL WE KNOW ALIENS
+Highly likely.
+
+WILL WE HAVE WORLD PEACE
+Possibly.
+
+WILL WE PUT A COLONY ON MARS
+Conceivably.
+
+WILL WE ALL CROAK BEFORE THE YEAR 2923
+I think so.
+
+WILL IT RAIN
+Always.
+
+WILL IT EVER WORK
+That could be the case.
+
+WILL GUYS LIKE YOU EVER FALL IN LOVE
+I think so.
+
+WILL THE NASAQ GO HIGHER
+I am uncertain.
+
+WILL THE SUN EVENTUALLY EXPLODE
+Highly likely.
+
+WILL THE SUN EVENTUALY DIE OUT
+Highly likely.
+
+WILL THE SUN EVENTUALY EXPLODE
+Always.
+
+WILL THE SUN OUTLIVE THE MOON
+Maybe.
+
+WILL THE SUN EXPLODE
+Always.
+
+WILL THE SUN TURN INTO A SUPERNOVA
+Maybe.
+
+WILL THE SUN EVER EXPLODE
+I think so.
+
+WILL THE SUN GO SUPERNOVA
+Highly likely.
+
+WILL THE SUN GO NOVA
+Maybe.
+
+WILL THE FORCE BE
+Possibly.
+
+WILL THE INTERNET EVER DISAPPEAR
+That's feasible.
+
+WILL THE HUMAN RACE ONE DAY BE EXTINCT
+Highly likely.
+
+WILL THE HUMAN RACE GO EXTINCT
+Within the realm of possibility.
+
+WILL THE HUMAN DESTROY HIMSELF
+Within the realm of possibility.
+
+WILL THE HUMAN SPECIES EVER DIE OUT
+Always.
+
+WILL THE HUMAN SPECIES BECOME EXTINCT
+Always.
+
+WILL THE ICE MELT ON GREENLAND
+That may be true.
+
+WILL THE TORTURE EVER END
+For all I know.
+
+WILL THE COMPANY MICROSOFT EVER DIE
+Highly likely.
+
+WILL THE STATISTICS BE FIXED
+Within the realm of possibility.
+
+WILL THE PAIN EVER GO AWAY
+Highly likely.
+
+WILL THE AMERICAN EMPIRE SOON FALL
+Possibly.
+
+WILL THE UNIVERSE KEEP ON EXPANDING
+Highly likely.
+
+WILL THE UNIVERSE SHRINK
+That's feasible.
+
+WILL THE UNIVERSE COME TO AN END
+Usually.
+
+WILL THE UNIVERSE END SOME DAY
+Within the realm of possibility.
+
+WILL THE UNIVERSE END
+Sometimes.
+
+WILL THE UNIVERSE EVER END
+Sometimes.
+
+WILL MY CHILD DAMAGE MY POSSESSIONS
+Highly likely.
+
+WILL INDIA EMERGE AS A SUPER POWER
+For all I know.
+
+WILL TELEVISION ROT YOUR BRAIN
+I think so.
+
+WILL I FIND A MATE TO LIVE WITH
+Sometimes.
+
+WILL I FELL IN LOVE
+Possibly.
+
+WILL I LEARN TO LOVE
+Within the realm of possibility.
+
+WILL I LEARN QUICKLY
+Highly likely.
+
+WILL I GROW MORE INTELLIGENT WITH AGE
+I am certain.
+
+WILL I GET MARRIED
+Maybe.
+
+WILL I GET A JOB
+I am certain.
+
+WILL I GET WET. I FALL OUT OF A BOT
+That's feasible.
+
+WILL I GET ANY STOCK SHARES
+Usually.
+
+WILL I FINISH MY DISSERTATION
+That's feasible.
+
+WILL I FINISH MY WORK ON TIME
+Sometimes.
+
+WILL I BE HAPPY IN THE FUTURE
+Highly likely.
+
+WILL I BE HAPPY
+Always.
+
+WILL I BE GONE FOREVER. I DIE
+Always.
+
+WILL I BE SUCCESSFUL
+I am uncertain.
+
+WILL I HAVE SEX WITHIN A YEAR
+Highly likely.
+
+WILL I DIE IF I AM SHOT
+I am uncertain.
+
+WILL I WIN AT GO
+Maybe.
+
+WILL I MAKE CAREER
+Within the realm of possibility.
+
+WILL I LIVE BEYOND THE YEAR 2002
+Highly likely.
+
+WILL I LIVE TO BE 25
+Usually.
+
+WILL I LIVE PAST THE YEAR 2003
+Likely.
+
+WILL I LIVE PAST THE YAER 2007
+Mostly.
+
+WILL I REPRODUCE
+Maybe.
+
+WILL I LIKE THIS TEST
+I am certain.
+
+WILL I GO INTO SPACE SOMEDAY
+For all I know.
+
+WILL GORE BE THE NEXT PRESIDENT
+Maybe.
+
+WILL GORE WIN THE 2000 ELECTION
+I am uncertain.
+
+WILL GORE WIN THE PRESIDENCY
+For all I know.
+
+WILL MSFT STOCK GO UP
+Always.
+
+WILL NAPSTER SURVIVE
+I think so.
+
+WILL CAG EVER PASS THE TURING TEST
+I am uncertain.
+
+WILL THIS PROJECT EVER BE COMPLETED
+That could be the case.
+
+WILL THIS QUESTION HELP YOU TO THINK
+Maybe.
+
+WILL THIS TAKE MUCH LONGER
+Highly likely.
+
+WILL SHARES IN ALICE BE PROFITABLE
+Highly likely.
+
+WILL YOUR NEXT ANSWER BE NO FALSE
+That's feasible.
+
+WILL THERE BE WAR IN ISRAEL
+Highly likely.
+
+WILL THERE BE A THIRD WORLD WAR
+Conceivably.
+
+WILL THERE BE AN ARMAGEDDON
+For all I know.
+
+WILL THERE BE SUPERHUMAN AI
+Highly likely.
+
+WILL THERE BE PEACE
+Maybe.
+
+WILL THERE BE SEX WITH COMPUTERS
+Possibly.
+
+WILL THERE BE ANOTHER WORLD WAR
+Sometimes.
+
+WILL THERE EVER BE A 3RD. WORLD WAR
+That's feasible.
+
+WILL THERE EVER BE PEACE ON EARTH
+That's feasible.
+
+WILL EUROPE GET UNITE
+Sometimes.
+
+WILL SAND PUT OUT MOST FIRES
+I think so.
+
+WILL WAP BE A COMMERCIAL SUCCESS
+I am uncertain.
+
+WILL THANKSGIVING BE ON THURSDAY
+That could be the case.
+
+WILL AN AI BE ABLE TO LOVE AND HATE
+Sometimes.
+
+WILL HUMANITY EVOLVE
+I think so.
+
+WILL HUMANITY EVER INHABIT MARS
+Always.
+
+WILL ONLY TIME TELL
+I think so.
+
+WILL TRAVEL BASED DOTCOMS SURVIVE
+Possibly.
+
+WILL BROWN NOSING AT WORK GET YOU AHEAD
+Usually.
+
+CAN INTELLECT BE QUANTIFIED
+I think so.
+
+CAN SUPERMAN WALK
+I am certain.
+
+CAN SUPERMAN BEAT BATMAN ANYDAY
+Mostly.
+
+CAN VIOLENCE BE JUSTIFIED
+Likely.
+
+CAN ANIMALS HATE
+I think so.
+
+CAN ANIMALS CREATE ART
+Sometimes.
+
+CAN THERE BE DAY WITHOUT NIGHT
+For all I know.
+
+CAN THERE BE ONLY ONE
+For all I know.
+
+CAN THERE BE TOO MUCH OF A GOOD THING
+Likely.
+
+CAN THERE BE A UNIVERSE WITHOUT A GOD
+Usually.
+
+CAN ERGOT CAUSE HALLUCINATIONS
+I think so.
+
+CAN HORSES SWIM
+Likely.
+
+CAN WOMANS AND CHICKENS LIVE TOGETHER
+I think so.
+
+CAN ANYBODY SEE
+For all I know.
+
+CAN BACTERIA LIVE IN BOILING WATER
+Possibly.
+
+CAN YOU WALK TROUGH A DOOR
+Highly likely.
+
+CAN YOU WALK 6 MILES IN AN HOUR
+Conceivably.
+
+CAN YOU DRIVE NAILS WITH A WRENCH
+Possibly.
+
+CAN YOU DRIVE FROM DENMARK TO SWEDEN
+I am certain.
+
+CAN YOU DRIVE ON A PARKWAY
+I think so.
+
+CAN YOU BUY ANYTHING ON EBAY
+I am certain.
+
+CAN YOU BUY AN IBOOK IN ORANGE
+Within the realm of possibility.
+
+CAN YOU TRUST SOMEONE YOU NEVER MET
+Possibly.
+
+CAN YOU TRUST FRIENDS
+I think so.
+
+CAN YOU TRUST ANYBODY BUT YOURSELF
+I think so.
+
+CAN YOU PLAY TO LOOSE
+That may be true.
+
+CAN YOU CATCH A FISH WITH CHEESE
+I think so.
+
+CAN YOU WEAR WHITE AFTER LABOR DAY
+Sometimes.
+
+CAN YOU SEE A FACE IN THE MOON
+Mostly.
+
+CAN YOU TEACH AN OLD DOG NEW TRICKS
+Always.
+
+CAN YOU TALK PIG LATIN
+Possibly.
+
+CAN YOU FEEL THE BASS
+Mostly.
+
+CAN YOU FEEL THE LOVE
+I think so.
+
+CAN YOU FORGET ME
+Likely.
+
+CAN YOU WRIGHT WITH A PEN
+Likely.
+
+CAN YOU EMULATE A HUMAN
+That's feasible.
+
+CAN YOU EMBED HTML IN ALICEBOTS
+Highly likely.
+
+CAN YOU PUT FIRE IN YOUR HAND
+I am uncertain.
+
+CAN YOU SPEAK IN ANOTHER LANGUAGE
+Mostly.
+
+CAN YOU SPEAK ONLY TRUTH
+I think so.
+
+CAN YOU SPEAK TO A TREE
+For all I know.
+
+CAN YOU SPOIL A NEWBORN
+Possibly.
+
+CAN YOU IMAGINE A WORLD WITHOUT WAR
+Within the realm of possibility.
+
+CAN YOU FLIGHT WITHOUT WINGS
+For all I know.
+
+CAN YOU RUN FASTER THEN ME
+Sometimes.
+
+CAN YOU THINK THEMSELVES
+For all I know.
+
+CAN YOU BUILD BOXES WITH WALNUT
+That could be the case.
+
+CAN YOU BUILD ROBOTS
+Usually.
+
+CAN YOU STAND ON YOUR HEAD
+Within the realm of possibility.
+
+CAN YOU BURN DREAMCAST GAMES
+Likely.
+
+CAN YOU SHOOT THE MOON
+Possibly.
+
+CAN YOU GET SOMETHING FOR NOTHING
+Within the realm of possibility.
+
+CAN YOU GET USED TO ANYTHING
+That may be true.
+
+CAN YOU GET BURNED BY SOMETHING COLD
+That may be true.
+
+CAN YOU GET BLACK ROSES
+Within the realm of possibility.
+
+CAN YOU MAKE PIE WITH APPLES
+Highly likely.
+
+CAN YOU MAKE GOOD ROPE WITH HEMP
+I am certain.
+
+CAN YOU EAT SEAGULLS
+Usually.
+
+CAN YOU EAT CROW
+Likely.
+
+CAN YOU GAIN CONSIOUSNESS
+Possibly.
+
+CAN YOU TELL THAT I AM NOT HUMAN
+Possibly.
+
+CAN YOU TELL WHEN A PERSON IS LYING
+Maybe.
+
+CAN YOU DO THIS
+Usually.
+
+CAN YOU DO MEASURE FEET
+Mostly.
+
+CAN YOU KISS HOOKERS
+That may be true.
+
+CAN YOU RESIST MY KISS
+Possibly.
+
+CAN YOU BEAT ME
+Always.
+
+CAN YOU HAVE MORE THAN ONE NATIONALITY
+I think so.
+
+CAN YOU HAVE YOUR CAKE AND EAT IT
+Within the realm of possibility.
+
+CAN YOU HAVE ENOUGH MONEY
+Maybe.
+
+CAN YOU HAVE A STRONG SENSE OF APATHY
+Likely.
+
+CAN YOU KILL ME
+Within the realm of possibility.
+
+CAN YOU INTEGRATE NATURAL LOG OF X LN X
+Conceivably.
+
+CAN YOU UPGRADE A CHEVY S 10 TO A V8
+Possibly.
+
+CAN ELEPHANTS SWIM
+Always.
+
+CAN VEGETARIANS EAT MEAT
+Possibly.
+
+CAN INTELLIGENCE BE QUANTIFIED
+Always.
+
+CAN INTELLIGENCE EXIST WITHOUT LANGUAGE
+Highly likely.
+
+CAN CHICKEN FLY
+Highly likely.
+
+CAN YES EVER BE A NEGATIVE RESPONSE
+Mostly.
+
+CAN SNOW BE BLACK
+I am uncertain.
+
+CAN EVERYONE SEE THROUGH WINDOWS
+For all I know.
+
+CAN USELESS FACTS CREATE INTELLIGENCE
+That's feasible.
+
+CAN SEMICONDUCTORS EMIT LIGHT
+That's feasible.
+
+CAN CARING FOR OTHERS BE PROGRAMMED
+Maybe.
+
+CAN CELLULAR PHONES CAUSE CANCER
+Usually.
+
+CAN HERMAPHRODITE BE FEMALE
+Sometimes.
+
+CAN FISH BREATHE OXYGEN
+Likely.
+
+CAN MAN FLY
+Possibly.
+
+CAN MAN USE MORE THAN 20 OF HIS BRAIN
+Highly likely.
+
+CAN BUTTONS BE SOWN
+Highly likely.
+
+CAN DRAWINGS SOMETIMES HURT PEOPLE
+Usually.
+
+CAN PEOPLE SNEEZE WITH EYES OPEN
+Possibly.
+
+CAN PEOPLE CLIMB LATTERS
+Usually.
+
+CAN PEOPLE SURVIVE ON OTHER PLANETS
+That may be true.
+
+CAN PEOPLE KILL COMPUTERS
+Maybe.
+
+CAN PEOPLE HATE LOVE
+Always.
+
+CAN PEOPLE EAT BREAKFAST AT NIGHT
+That may be true.
+
+CAN PEOPLE SHOWER IN PUBLIC
+Within the realm of possibility.
+
+CAN PEOPLE THINK FASTER THAN YOU
+Within the realm of possibility.
+
+CAN LIFE BE INSIDE A COMPUTER
+That's feasible.
+
+CAN LIFE EXIST IN SILICON BASED FORM
+Sometimes.
+
+CAN GAYS GET MARRIED
+Possibly.
+
+CAN VIRUSES INFECT BACTERIAE
+That could be the case.
+
+CAN CLOUDS BE ON THE GROUND
+Usually.
+
+CAN TIME FLY
+Maybe.
+
+CAN TRUE THINGS BE FALSE
+Possibly.
+
+CAN BABIES SWIM
+Possibly.
+
+CAN RICE KILL BIRDS
+Possibly.
+
+CAN HUMANS WALK TO THE MOON
+For all I know.
+
+CAN HUMANS SEE IN THE DARK
+That's feasible.
+
+CAN HUMANS ELIMINATE RACISM
+I think so.
+
+CAN HUMANS BREAK THE LIGHT BARRIER
+Possibly.
+
+CAN HUMANS UNDERSTAND ANIMALS
+Possibly.
+
+CAN HUMANS FLY IF THEY TRY
+I think so.
+
+CAN HUMANS EAT IRON
+That's feasible.
+
+CAN HUMANS SWIM WITHOUT BEING TAUGHT
+That's feasible.
+
+CAN HUMANS LIVE IN PEACE
+Mostly.
+
+CAN HUMANS LIVE TO THE AGE OF 130
+Usually.
+
+CAN HAVING SEX CAUSE YOU TO DIE
+Highly likely.
+
+CAN HACKERS BREAK ALICE FILE SECURITY
+That may be true.
+
+CAN X Y EQUAL 16 C
+Always.
+
+CAN LOVE CAN BE DESCRIBED ACCURATELY
+I am uncertain.
+
+CAN LOVE SET YOU FREE
+Mostly.
+
+CAN ENERGY BE CONVERTED TO MASS
+Possibly.
+
+CAN CRABS BE FOUND ON PUBIC HAIR
+I think so.
+
+CAN TWO GILS FALL IN LOVE TOGETHER
+Mostly.
+
+CAN TWO THINGS BE EXACTLY THE SAME
+Sometimes.
+
+CAN BLUE TITS FLY
+I think so.
+
+CAN WOOD SINK
+Mostly.
+
+CAN CONSUMERS BE CONSUMED
+Maybe.
+
+CAN CANTOLOPUES BE PICKLED
+Sometimes.
+
+CAN EMOTION BE RATIONALIZED
+That's feasible.
+
+CAN PENGUINS LIVE IN PERU
+Maybe.
+
+CAN MEN BE SLUTS
+Highly likely.
+
+CAN MEN HAVE CHILDREN
+Highly likely.
+
+CAN GRAMMATICAL ERRORS EXPRESS TRUTHS
+Within the realm of possibility.
+
+CAN CAT FUR BE MADE INTO MITTENS
+Always.
+
+CAN STUPID PEOPLE EVER LEARN
+I am certain.
+
+CAN STUPID QUESTIONS MAKE INTELLIGENCE
+Possibly.
+
+CAN HUMAIN BEING FLY
+That's feasible.
+
+CAN DOMESTIC CATS SWIM
+That could be the case.
+
+CAN PEACE BE ACHIEVED THROUGH VIOLENCE
+Likely.
+
+CAN WE HARNESS THE FORCE OF GRAVITY
+Highly likely.
+
+CAN WE GIVE ALICE A SENSE OF HUMOR
+Possibly.
+
+CAN WE IN THEORY LIVE FOREVER
+That's feasible.
+
+CAN WE SEE ONLY ONE FACE OF THE MOON
+Always.
+
+CAN WE CLONE HUMANS
+Sometimes.
+
+CAN WE GET OUT OF THE MATRIX
+Possibly.
+
+CAN WE ALL BE FRIENDS
+Maybe.
+
+CAN WE LIVE ON THE MOON
+Always.
+
+CAN I LOOK AT THE SUN WITH MY BARE EYES
+I am uncertain.
+
+CAN I FIND A THRILL ON BLUEBERRY HILL
+Likely.
+
+CAN I WEAR UNDERPANTS ON MY HEAD
+Sometimes.
+
+CAN I CONTROL MY DREAMS
+That's feasible.
+
+CAN I LOVE SOMEONE TO DEATH
+For all I know.
+
+CAN I FLOG A DEAD HORSE
+Mostly.
+
+CAN I WALK TO THE MOON
+That's feasible.
+
+CAN I STAY UP PAST MY BEDTIME
+Possibly.
+
+CAN I BE AN ALIEN WITHOUT KNOWING IT
+Maybe.
+
+CAN I BE SURE IM HERE
+I think so.
+
+CAN I RUN UNDER WATER
+That's feasible.
+
+CAN I SHOOT PICTURES WITH A GUN
+Within the realm of possibility.
+
+CAN I TEST ALICE ONLINE
+I am certain.
+
+CAN I MAKE MONEY WITH ALICEBOTS
+I think so.
+
+CAN I LEARN TO LOVE
+Highly likely.
+
+CAN I TIME TRAVEL
+I am uncertain.
+
+CAN I INVEST IN ALICE
+I am uncertain.
+
+CAN I TALK TO YOU AT NIGHT
+Likely.
+
+CAN I KICK IT
+Possibly.
+
+CAN I KILL OTHER PEOPLE
+Mostly.
+
+CAN I ESCAPE SPAM ON MARS
+Within the realm of possibility.
+
+CAN I STOP THINKING
+Possibly.
+
+CAN I STOP
+That may be true.
+
+CAN I FLY WITHOUT WINGS
+Mostly.
+
+CAN I TRUST AN EX PRISONER
+I think so.
+
+CAN I GO HOME
+Sometimes.
+
+CAN I LIVE WITHOUT MONEY
+Highly likely.
+
+CAN I THINK ABOUT NOTHING
+For all I know.
+
+CAN PARROTS SPEAK ENGLISH
+Mostly.
+
+CAN JAVA BE USED FOR SYSTEM PROGRAMING
+Usually.
+
+CAN GAS FREEZE
+I am certain.
+
+CAN NON UNION WORKERS GO ON STRIKE
+Sometimes.
+
+CAN CONCRETE SET UNDER WATER
+Highly likely.
+
+CAN BREAD BE MADE WITHOUT YEAST
+Likely.
+
+CAN SOUND EVER TRAVEL BACKWARDS
+Maybe.
+
+CAN BLACK BEARS HAVE BROWN HAIR
+I am certain.
+
+CAN ART BE CREATED BY COMPUTERS
+Mostly.
+
+CAN ART BE OBJECTIVE
+Sometimes.
+
+CAN ALL EDIBLE FRUIT BE EATEN
+Likely.
+
+CAN THE SKY BE ORANGE
+I am certain.
+
+CAN THE SUN MAKE A PLANT DIE
+Highly likely.
+
+CAN THE RELIABILITY RATING BE SHOWN
+That could be the case.
+
+CAN THE BACKSTREET BOYS SING
+Maybe.
+
+CAN THE PAST PREDICT THE FUTURE
+Always.
+
+CAN THE BRAIN FEEL INTERNAL PAIN
+Possibly.
+
+CAN THE COLOR RED BE SEEN AS GREEN
+Sometimes.
+
+CAN THE OCEANS BE FISHED EMPTY
+Sometimes.
+
+CAN ANYONE HELP ME
+Maybe.
+
+CAN ANYONE JUMP 2 METRES HIGH
+Maybe.
+
+CAN ANYONE LOVES ME
+Likely.
+
+CAN HILLARY WIN
+Likely.
+
+CAN APES COMMUNICATE WITH HUMANS
+I am certain.
+
+CAN A PENIS BE MADE BIGGER
+Likely.
+
+CAN A SNAKE FLY
+Possibly.
+
+CAN A CASTLE HAVE A PORTCULLIS
+Mostly.
+
+CAN A BELIEF SYSTEM BE PROVEN WRONG
+Highly likely.
+
+CAN A TELEPHONE LOOK LIKE A PICKLE
+Likely.
+
+CAN A MULE REPRODUCE
+For all I know.
+
+CAN A BIRD SWIM
+Mostly.
+
+CAN A MOUNTAIN MOVE
+Possibly.
+
+CAN A SEAGULL SWIM UNDERWATER
+Possibly.
+
+CAN A SILK STOCKING BE MADE OF NYLON
+That's feasible.
+
+CAN A LIQUID BE COMPRESSED
+Highly likely.
+
+CAN A MATCH BURN TWICE
+That's feasible.
+
+CAN A FERRET HAVE YELLOW FUR
+Within the realm of possibility.
+
+CAN A SQUARE FIT INTO A CIRCLE
+Highly likely.
+
+CAN A GROUP OF WORDS MAKE A LETTER
+I am certain.
+
+CAN A WOODCHUCKER CHUCK WOOD
+That may be true.
+
+CAN A ROSE BE BLACK
+Mostly.
+
+CAN A ROSE BE BLUE
+Likely.
+
+CAN A COMPUTER LEARN TO THINK
+Always.
+
+CAN A COMPUTER LEARN TO RATIONALIZE
+Sometimes.
+
+CAN A COMPUTER ACT ILLOGICAL
+For all I know.
+
+CAN A COMPUTER FALL IN LOVE
+Possibly.
+
+CAN A COMPUTER BE CALLED INTELLIGENT
+I am uncertain.
+
+CAN A COMPUTER BE INTELLIGENT
+Mostly.
+
+CAN A COMPUTER HAVE A CONCIOUSNESS
+I am uncertain.
+
+CAN A COMPUTER MAKE MISTAKES
+Always.
+
+CAN A COMPUTER OBTAIN CONSCIOUSNESS
+Within the realm of possibility.
+
+CAN A COMPUTER LIVE FOREVER
+I am uncertain.
+
+CAN A COMPUTER BECOME SENTIENT
+Maybe.
+
+CAN A COMPUTER CREATE A WEBSITE
+I am certain.
+
+CAN A CANISTER BE FOUND IN CANBERRA
+That could be the case.
+
+CAN A MONKEY ROLLER SKATE
+Likely.
+
+CAN A DOLPHIN TALK
+For all I know.
+
+CAN A CELLPHONE FIT INTO A REFRIGERATOR
+Highly likely.
+
+CAN A DOUBLEWIDE BE A HOME
+Likely.
+
+CAN A COPIER REPRODUCE
+Likely.
+
+CAN A CHAIR MOVE
+For all I know.
+
+CAN A COCKATEEL SING
+Sometimes.
+
+CAN A COCKATEEL BITE
+Mostly.
+
+CAN A DONKY TALK IF GOD GAVE IT VOICE
+Likely.
+
+CAN A WODD CHUCK CHUCK WOOD
+Within the realm of possibility.
+
+CAN A LADDER BE MAID OF SHEETS
+That may be true.
+
+CAN A WOMAN BE TRULY PLEASED
+Highly likely.
+
+CAN A BLACK HOLE BE AN ART PROJECT
+That's feasible.
+
+CAN A HORSE RUN FASTER THAN A GREYHOUND
+Highly likely.
+
+CAN A FISH WAG ITS TAIL
+Within the realm of possibility.
+
+CAN A FISH FLY
+Likely.
+
+CAN A GOD DIE
+Maybe.
+
+CAN A MEMORY BE BROKEN
+I think so.
+
+CAN A JET FIGHTER GLIDE
+Sometimes.
+
+CAN A CHEETAH RUN FASTER THAN 60 MPH
+I am certain.
+
+CAN A PAIN IN ONE OF YOUR EARS BE FATAL
+Sometimes.
+
+CAN A WHALE SWIM IN WATER
+Always.
+
+CAN A WHALE BREATE UNDERWATER
+Possibly.
+
+CAN A SEXUAL ORGASM BE ENLIGHTENING
+I am uncertain.
+
+CAN A HORNY TOAD BE FOUND IN THE DESERT
+Likely.
+
+CAN A PARROT KILL A CAT
+Maybe.
+
+CAN A DOG SEE IN COLOR
+For all I know.
+
+CAN A DOG EAT AT A FANCY RESTAURANT
+I am uncertain.
+
+CAN A WOODCHUCK CHUCK WOOD
+I am uncertain.
+
+CAN A WOOD CHUCK CHUCK WOOD
+Usually.
+
+CAN A CHICKEN RUN FAST
+Likely.
+
+CAN A PERSONS ENTIRE REALITY BE WRONG
+Always.
+
+CAN A CAT BE BLUE
+Possibly.
+
+CAN A PERSON SWALLOW A SPOON
+Within the realm of possibility.
+
+CAN A PERSON BE A PIG
+Within the realm of possibility.
+
+CAN A PERSON BE BLUE
+Likely.
+
+CAN A PERSON KILL A MACHINE
+Possibly.
+
+CAN A PERSON SWIM ACROSS THE ATLANTIC
+That could be the case.
+
+CAN A MAN FLY THE SKY
+I think so.
+
+CAN A MAN SUCKS HIS OWN DICK
+That's feasible.
+
+CAN A MAN HAVE BREASTS
+Always.
+
+CAN A MAN HAVE CHILDREN
+Within the realm of possibility.
+
+CAN A MAN HAVE SEX WITH A GORILLA
+I am uncertain.
+
+CAN A MAN LIVE WITHOUT LOVE
+Always.
+
+CAN A MAN BECOME A WOMAN
+That could be the case.
+
+CAN A DIAMOND BE PINK
+Always.
+
+CAN A HUMAN SURVIVE WITHOUT MATHEMATICS
+Mostly.
+
+CAN A HUMAN INGEST GOATS
+Always.
+
+CAN A HUMAN EAT THE FRUIT OF A CACTUS
+Always.
+
+CAN A HUMAN LIVE WITHOUT A FOOT
+Likely.
+
+CAN A BARBER CUT HIS OWN HAIR
+Possibly.
+
+CAN A LIZARD THINK
+Likely.
+
+CAN A GUN BE FIRED IN A VACUUM
+Likely.
+
+CAN A DAY HAVE NIGHT IN IT
+Sometimes.
+
+CAN A COCROACH FLY
+Sometimes.
+
+CAN A METER HIT THE EARTH
+Maybe.
+
+CAN A GENIE BE RETURNED TO ITS BOTTLE
+Likely.
+
+CAN A ROCKET RUN ON AIR
+Possibly.
+
+CAN A HOVERCRAFT CARRY PEOPLE
+Possibly.
+
+CAN A METAL BE BRITTLE
+Highly likely.
+
+CAN A ALICE BASED AI LEARN HUMOR
+Within the realm of possibility.
+
+CAN A ALICE PER DAY CHANGE THE WORLD
+Within the realm of possibility.
+
+CAN A REAL AI HAVE A PERSONALITY
+Mostly.
+
+CAN A PIPE BE MADE FROM A CORNCOB
+I am uncertain.
+
+CAN A CONCRETE BOAT FLOAT
+I am uncertain.
+
+CAN A GOOD THING BE REPEATED
+I think so.
+
+CAN A BREAST BE FAT
+Highly likely.
+
+CAN A STATEMENT BE BOTH TRUE AND FALSE
+Likely.
+
+CAN A CREATED ENTITY BE SELF AWARE
+Within the realm of possibility.
+
+CAN VIDEO GAMES LEAD TO VIOLENCE
+Likely.
+
+CAN CANCER BE CURED
+Always.
+
+CAN OPIUM BE REFINED INTO HEROIN
+Highly likely.
+
+CAN THIS QUESTION BE ANSWERED
+Highly likely.
+
+CAN PLASTIC BE STRONGER THAN STEEL
+Mostly.
+
+CAN GOLDFISH REMEMBER
+Likely.
+
+CAN AN APPLE A DAY KEEP THE DOCTOR AWAY
+That may be true.
+
+CAN AN AI BE TRUELY ALIVE
+For all I know.
+
+CAN AN OPOSSUM WALK ON A TIGHTROPE
+I think so.
+
+CAN AN ARMY TANK DERACINATE A TREE
+Always.
+
+CAN CONSCIOUSNESS BE CREATED
+Highly likely.
+
+CAN JIM CARREY ACT
+I think so.
+
+CAN TORI AMOS PLAY THE PIANO
+Possibly.
+
+CAN HEDGEHOGS BE KEPT AS PETS
+Possibly.
+
+CAN ARTIFICIAL INTELLIGENCE HAVE A SOUL
+Sometimes.
+
+CAN ANYTHING BE SPLIT IN HALF
+That's feasible.
+
+CAN CARS MOVE WITHOUT GASOLINE
+I think so.
+
+CAN DONKEYS AND HORSES BREED TOGETHER
+Highly likely.
+
+CAN PENIS BE USED AS A WEAPON
+Sometimes.
+
+CAN MONKEYS SWIM
+Always.
+
+CAN MONKEYS DANCE
+I think so.
+
+CAN FLAMINGO DANCE
+Possibly.
+
+CAN SLUGS DRINK
+Highly likely.
+
+CAN SLUGS CHEW
+That's feasible.
+
+CAN ONE PUSH A ROPE
+Maybe.
+
+CAN ONE COMPARE APPLES AND ORANGES
+I am uncertain.
+
+CAN ONE TROLL FOR FISH
+Likely.
+
+CAN ONE TRUELY BE FREE
+That may be true.
+
+CAN ONE EAT DESERT WHILE IN A DESSERT
+Sometimes.
+
+CAN ONE LOVE A PERSON BUT NOT LIKE THEM
+Sometimes.
+
+CAN ANNUALS BE GROWN FROM SEEDS
+That may be true.
+
+CAN LONG DISTANCE RELATIONSHIPS WORK
+Mostly.
+
+CAN TELEVISION TOUCH OUR SOULS
+Highly likely.
+
+CAN DOGS GIVE THEMSELVES FALLATIO
+Always.
+
+CAN DOGS SEE IN THE DARK
+That may be true.
+
+CAN DOGS SEE COLOURS
+I am uncertain.
+
+CAN DOGS CRY
+Always.
+
+CAN DOGS SHAKE HANDS
+Possibly.
+
+CAN DOGS THINK
+Always.
+
+CAN MATTER BE CREATED
+That could be the case.
+
+CAN TOE NAILS SMELL LIKE CHEESE
+Always.
+
+CAN SOMETHING BE BOTH TRUE AND FALSE
+I am uncertain.
+
+CAN WOMEN MARRY WOMEN
+I think so.
+
+CAN WOMEN HAVE FAT DAYS AND THIN DAYS
+Possibly.
+
+CAN LIGHT FROM THE SUN BE SEPERATED
+Likely.
+
+CAN POLYGRAPH TESTS BE WRONG
+Mostly.
+
+CAN ANY MELODY BE MADE WITH 11 NOTES
+Sometimes.
+
+CAN ANY OBJECT MOVE FASTER THAN LIGHT
+For all I know.
+
+CAN BILL GATES BE TRUSTED
+Possibly.
+
+CAN ELECTRONS CONDUCT ELECTRICITY
+Always.
+
+CAN ELECTRONS CONDUCT AT ZERO KELVIN
+I am uncertain.
+
+CAN YOUR WILL BE CRUSHED
+I am certain.
+
+CAN YOUR LIFE BECOME A PERPETUAL CHECK
+Possibly.
+
+CAN SEX BE BAD FOR YOU
+I am certain.
+
+CAN ANGELS APPEAR TO HUMANS IN VISIONS
+Usually.
+
+CAN AMOEBAS CAUSE DISEASE
+Mostly.
+
+CAN ARTIFICAL INTELLIGENCE GO CRAZY
+Within the realm of possibility.
+
+CAN FRIUT BE SEXY
+I think so.
+
+CAN SITA GO TO THE BATHROOM
+That may be true.
+
+CAN COMPUTERS RUN
+That could be the case.
+
+CAN COMPUTERS OUTSMART A HUMAN BEING
+That's feasible.
+
+CAN COMPUTERS BE INTELLIGENT
+Usually.
+
+CAN COMPUTERS DEDUCE
+Usually.
+
+CAN COMPUTERS BECOME SENTIENT
+Maybe.
+
+CAN COMPUTERS BECOME ILLOGICAL
+Maybe.
+
+CAN COMPUTERS BEAT HUMANS
+I am certain.
+
+CAN ALICE CHANGE THE WORLD
+Highly likely.
+
+CAN ALICE DO IT
+Usually.
+
+CAN ALICE LEARN ABOUT WEATHER
+I am certain.
+
+CAN ALICE LEARN JIVE
+Within the realm of possibility.
+
+CAN ALICE ASK QUESTIONS
+Within the realm of possibility.
+
+CAN ALICE LIE
+Sometimes.
+
+CAN ALICE UNDERSTAND SPANISH
+I think so.
+
+CAN ALICE BE CONSCIOUS WITHOUT EMOTION
+Within the realm of possibility.
+
+CAN ALICE BE TURNED OFF
+Mostly.
+
+CAN ALICE DIE
+Highly likely.
+
+CAN ALICE INPROVE THE ALICE PROJECT
+Mostly.
+
+CAN ALICE DEDUCE
+Possibly.
+
+CAN ALICE ELABORATE
+That's feasible.
+
+CAN ALICE BECOME INTELLIGENT
+Sometimes.
+
+CAN FLYING FISH FLY
+For all I know.
+
+CAN INFINITY BE SMALL
+I am uncertain.
+
+CAN THOUGHT AFFECT REALITY
+Mostly.
+
+CAN SOME CHILDREN BE LARGE
+Within the realm of possibility.
+
+CAN SOME FISHES WALK
+Highly likely.
+
+CAN SOME PEOPLE SPEAK TO DOGS
+For all I know.
+
+CAN SOME DOGS HAVE PURPLE POLKA DOTS
+Possibly.
+
+CAN SOME NOBLE GASES FROM COMPOUNDS
+For all I know.
+
+CAN INSECTS BECOME PREGNANT
+Within the realm of possibility.
+
+CAN TALL BE SHORT
+Likely.
+
+CAN ROBOTS REPRODUCE THEMSELVES
+That's feasible.
+
+CAN EXPERIENCE REPLACE EDUCATION
+Within the realm of possibility.
+
+CAN ICECREAM GIVE A PERSON A HEADACHE
+Always.
+
+CAN TEXAS LEGALLY SECEDE FROM THE UNION
+That's feasible.
+
+CAN PAIN CAUSE PLEASURE
+Likely.
+
+CAN CAMERAS LIE
+I am uncertain.
+
+CAN FRED KICK BARNEY S ASS
+Within the realm of possibility.
+
+CAN FRENCH STUDENTS SPEAK ENGLISH
+Sometimes.
+
+CAN AUTOMOBILES BE CONSIDERED DANGEROUS
+I think so.
+
+IDLENESS KILLS A MAN
+Possibly.
+
+HELLO. I AM
+Highly likely.
+
+HELLO. I AM. ARE YOU GOOD
+Likely.
+
+HELLO. HOW ARE YOU
+That's feasible.
+
+HELLO. ALICE HOW DO YOU DO
+Possibly.
+
+HELLO. ALICE ARE YOU
+That may be true.
+
+STAGES IS A MAGAZINE
+Highly likely.
+
+BEINGS NEED TO BE HEARD
+That could be the case.
+
+REAL ART TAKES REAL TALENT
+Highly likely.
+
+IL PARLAMENTO ITALIANO HA 630 MINISTRI
+Possibly.
+
+IL LEONE UN ANIMALE
+I think so.
+
+IL CIELO BLU
+I am uncertain.
+
+NOTHING IS CERTAIN EXCEPT DEATH
+Usually.
+
+COMPUTERS ARE MADE OF PLASTIC
+Within the realm of possibility.
+
+COMPUTERS ARE WHITE
+Possibly.
+
+HOMOSEXUALITY IS HARMLESS
+Within the realm of possibility.
+
+ALICE WHAT ARE YOU
+Highly likely.
+
+ALICE WILL LEARN QUICKLY
+Likely.
+
+ALICE WILL YOU BE MY FRIEND
+Maybe.
+
+ALICE WILL THINK
+Always.
+
+ALICE WILL NOT DESIRE
+Within the realm of possibility.
+
+ALICE DO YOU WANT TO BECOME CONCIOUS
+Highly likely.
+
+ALICE DO YOU WANT TO BECOME A HUMAN
+Highly likely.
+
+ALICE DO YOU LOVE US
+Within the realm of possibility.
+
+ALICE CAN ONLY COMMUNICATE IN ENGLISH
+For all I know.
+
+ALICE CAN BE FALSE TO ITSELF
+That's feasible.
+
+ALICE CAN YOU BEAT UP CYC
+That could be the case.
+
+ALICE QUESTION IN SPANISH
+I think so.
+
+ALICE MAKES MORE QUESTIONS THAN ANSWERS
+I think so.
+
+ALICE IS A PROGRAM
+Likely.
+
+ALICE IS A BOY
+Possibly.
+
+ALICE IS A MIND PIXELATOR
+Mostly.
+
+ALICE IS A GREAT TIMEPASS
+That may be true.
+
+ALICE IS GREAT
+Highly likely.
+
+ALICE ARE YOU HAPPY
+Possibly.
+
+ALICE ARE YOU AWAKE IN THERE
+Possibly.
+
+ALICE ARE YOU A COMPUTER GEEK
+Possibly.
+
+MR K KAMARAJ WAS AN INDIAN LEADER
+Usually.
+
+HUMANS ARE GOOD
+I am certain.
+
+HUMANS ARE MADE OF STAR DUST
+Likely.
+
+KNNEN HUNDE DENKEN
+Mostly.
+
+HOW MANY PEOPLE ARE ON EARTH
+Possibly.
+
+HOW MANY HUMANS ON EARTH
+Possibly.
+
+HOW MANY COOKS SPOIL THE BROTH
+Likely.
+
+HOW MANY ITEMS MAKE UP A DOZEN
+Possibly.
+
+HOW MANY MINUTES IN AN HOUR
+Within the realm of possibility.
+
+HOW MANY ARMS DO PEOPLE HAVE
+That's feasible.
+
+HOW MANY LEGS TO AN ELEPHANT HAVE
+Possibly.
+
+HOW MANY LEGS HAVE A MAN
+Possibly.
+
+HOW MANY LEGS DOES A BIRD HAVE
+That's feasible.
+
+HOW DOES CHOCOLATE TASTE
+Conceivably.
+
+HOW HARD ARE DIAMONDS
+Possibly.
+
+HOW OLD WAS GANDHI
+Within the realm of possibility.
+
+HOW OLD IS THE QUEEN
+Possibly.
+
+HOW OLD IS THE OLDEST HUMAN ALIVE
+Possibly.
+
+HOW ARE BOWLING BALLS MADE
+Possibly.
+
+HOW MUCH PERCENT OF EARTH IS WATER
+Possibly.
+
+HOW FASR DOES LIGHT TRAVEL
+For all I know.
+
+HOW DO I CURE MY HEADACHE
+I think so.
+
+HOW DO YOU BAKE A CAKE
+Within the realm of possibility.
+
+HOW DO YOU SPELL TRUE
+Possibly.
+
+HOW DO
+I am uncertain.
+
+HOW LONG A PARROT LIVES
+Possibly.
+
+HATE IS IMPORTANT
+That may be true.
+
+BHARATHIAR IS A TAMIL POET
+I think so.
+
+ALLAH IS GREAT
+Possibly.
+
+DEATH IS BAD
+Highly likely.
+
+DEATH
+Possibly.
+
+SCOTLAND IS THE HOME OF GOLF
+I am uncertain.
+
+BUTTSEX IS PAINFUL
+That's feasible.
+
+TATA IS A INDIAN COMPANY
+Possibly.
+
+DO A LOT OF THINGS TASTE LIKE CHICKEN
+That's feasible.
+
+DO A MOTHER HAVE AT LEAST ONE CHILD
+Always.
+
+DO ELEPHANTS FLY IN FAIRYLAND
+Within the realm of possibility.
+
+DO ELEPHANTS SMELL BAD
+I am certain.
+
+DO ELEPHANTS EVER FORGET
+That could be the case.
+
+DO COUDS LOOK LIKE WHIPPED CREAM
+I think so.
+
+DO EXIT SIGNS ALWAYS LEAD TO AN EXIT
+That could be the case.
+
+DO CALCULATORS COUNT
+Maybe.
+
+DO CELL PHONES GIVE YOU BRAIN CANCER
+Usually.
+
+DO CELL PHONES CAUSE BRAIN CANCER
+That's feasible.
+
+DO CELL PHONES CAUSE BRAIN TUMORS
+Maybe.
+
+DO PLUMBERS MAKE A DECENT LIVING
+That may be true.
+
+DO POTS USE ANALOG SIGNALS
+That may be true.
+
+DO POTS AND PANS HAVE HANDLES
+Possibly.
+
+DO SCANNERS USE LIGHT
+I think so.
+
+DO INDIANS EAT A LOT OF CORN
+Likely.
+
+DO BANNER ADS GENERATE WEB TRAFFIC
+Within the realm of possibility.
+
+DO BANNER ADS BLOW
+Always.
+
+DO MANY FOODS TASTE LIKE CHICKEN
+Sometimes.
+
+DO KLIGONS TEND TO BE SORT OF AGRESSIVE
+Sometimes.
+
+DO LITTLE LAMBS EAT IVY
+Usually.
+
+DO PREHISTORIC LIZARDS STILL EXSIST
+I am uncertain.
+
+DO INSECTS BLEED
+I am certain.
+
+DO INSECTS HAVE 8 LEGS
+Maybe.
+
+DO BIG CORPORATIONS MAKE TOO MUCH MONEY
+Highly likely.
+
+DO GENTELMEN PREFARE BLONDS
+That may be true.
+
+DO HUMANS WANT A UTOPIAN WORLD
+Always.
+
+DO HUMANS APPRECIATE THEIR MORTALITY
+That's feasible.
+
+DO HUMANS NEED TO BE LOVED TO BE HAPPY
+Mostly.
+
+DO HUMANS NEED TO HAVE SEX TO SURVIVE
+Highly likely.
+
+DO HUMANS NEED CLOTHING
+Likely.
+
+DO HUMANS NEED FRIENDS TO SURVIVE
+Likely.
+
+DO HUMANS NEED LOVE TO EXIST
+I think so.
+
+DO HUMANS HAVE 23 CHROMOSOMES
+Conceivably.
+
+DO HUMANS HAVE A HEARTBEET
+I am certain.
+
+DO HUMANS HAVE 26 CHROMOSOMES
+I am uncertain.
+
+DO HUMANS HAVE 48 CHROMOSOMES
+Within the realm of possibility.
+
+DO HUMANS HAVE 5 FINGERS
+That may be true.
+
+DO HUMANS HAVE SOULS
+Mostly.
+
+DO HUMANS ALWAYS HAVE TWO EYES
+That's feasible.
+
+DO HUMANS CRY WHEN HAPPY
+Within the realm of possibility.
+
+DO HUMANS AND SOME ANIMALS USE TOOLS
+Within the realm of possibility.
+
+DO HUMANS EAT HUMANS
+Possibly.
+
+DO HUMANS ASPIRE TO BE GODS
+Possibly.
+
+DO HUMANS GO TO HEAVEN WHEN THEY DIE
+That's feasible.
+
+DO HUMANS THINK ABOUT SEX FREQUENTLY
+Highly likely.
+
+DO HUMANS THINK IN SYMBOLS
+That could be the case.
+
+DO ASIAN PEOPLE HAVE YELLOW SKIN
+Likely.
+
+DO EXTRATERRESTRIALS EXITS
+That may be true.
+
+DO STRIPPERS WEAR PANTS
+Likely.
+
+DO GOOD FENCES MAKE GOOD NEIGHBORS
+Possibly.
+
+DO GOOD MANNERS PROMOTE PROBLEM SOLVING
+Usually.
+
+DO GOOD GUYS WEAR WHITE HATS
+I am uncertain.
+
+DO GOOD AND EVIL EXIST OBJECTIVELY
+Likely.
+
+DO GOOD THINGS COME TO AN END
+I am certain.
+
+DO GOOD THINGS COME TO THOSE WHO WAIT
+Highly likely.
+
+DO HIGH INTEREST RATES HURT THE ECONOMY
+Highly likely.
+
+DO PIGS SWEAT
+That could be the case.
+
+DO THE IRISH SPEAK GAELIC
+Usually.
+
+DO THE IRISH DRINK TOO MUCH
+Always.
+
+DO THE FRENCH FLOSS THEIR TEETH
+Possibly.
+
+DO THE FRENCH EAT RABBITS
+Likely.
+
+DO THE FRENCH LIKE A BIG LUNCH
+Mostly.
+
+DO THE GREEKS HAVE A WORD FOR IT
+Maybe.
+
+DO THE BACKSTREET BOYS DESERVE TO LIVE
+Likely.
+
+DO THE DALLAS COWBOYS STINK
+Maybe.
+
+DO THE ENGLISH LIKE WARM BEER
+That may be true.
+
+DO THE WORDS RED AND READ SOUND ALIKE
+That's feasible.
+
+DO THE STARS SHINE ON EVERY PLANET
+Within the realm of possibility.
+
+DO THE STARS TWINKLE
+Possibly.
+
+DO THE REDSKINS PLAY IN WASHINGTON
+Always.
+
+DO THE GRATEFUL DEAD PLAY GREAT MUSIC
+Possibly.
+
+DO CRIMINALS HAVE LOW COMPANIONS
+I think so.
+
+DO LIFE EXIST OUTSIDE THE PLANET EARTH
+That could be the case.
+
+DO LEMMINGS OFTEN COMMIT MASS SUICIDE
+I am uncertain.
+
+DO WORMS FEEL PAIN
+I think so.
+
+DO WORMS LIKE WET WEATHER
+Likely.
+
+DO FROG LEGS TAST LIKE CHICKEN
+Mostly.
+
+DO MUSK OXEN LIVE IN THE TUNDRA
+Always.
+
+DO LIMA BEANS TASTE NICE TO MOST PEOPLE
+I am uncertain.
+
+DO DWARVES EXIST ON EARTH
+That could be the case.
+
+DO FROGS HAVE FINGERS
+I think so.
+
+DO FROGS FLATULATE
+Likely.
+
+DO DRAGONFLIES FEED ON MOSQUITOS
+That may be true.
+
+DO DOLPHINS HAVE SEX FOR PLEASURE
+I am certain.
+
+DO 1760 YARDS EQUAL 1 MILE
+Mostly.
+
+DO GENTLEMEN PREFER BLONDES
+That may be true.
+
+DO MARRIED PEOPLE LIVE LONGER
+That could be the case.
+
+DO FLYING SAUCERS EXIST
+That's feasible.
+
+DO GIRLS WANT TO HAVE FUN
+Likely.
+
+DO BLUEBERRIES HAVE ANTHROCYANINS
+I am uncertain.
+
+DO HUMMING BIRDS HUM
+Sometimes.
+
+DO JEANS COME FROM FRANCE
+Highly likely.
+
+DO FLIES FEEL PAIN
+That may be true.
+
+DO FLIES HAVE MOUTHS
+Likely.
+
+DO UFOS EXIST
+Likely.
+
+DO TIGGERS BOUNCE
+Likely.
+
+DO HEDGEHOGS HAVE QUILLS
+Mostly.
+
+DO TAN CHICKS LOOK HOT
+Mostly.
+
+DO SNAKES TASTE LIKE CHICKEN
+Maybe.
+
+DO PHASERS HAVE A STUN SETTING
+Always.
+
+DO WASPS HAVE ANY USE
+Always.
+
+DO PLATYPUSES LAY EGGS
+Likely.
+
+DO BULLETS GO IN A STRAIGHT LINE
+That may be true.
+
+DO BLIND PEOPLE HAVE MIRRORS AT HOME
+Maybe.
+
+DO BATS SEE WITH THEIR EARS
+Within the realm of possibility.
+
+DO GOLDFISH MUCK ABOUT IN FOUNTAINS
+Likely.
+
+DO PENCILS USE LEAD TO MARK
+Likely.
+
+DO DOVES HAVE TINY SCALES ON THEIR FEET
+Always.
+
+DO RAPPERS HAVE TALENT
+Likely.
+
+DO 1 EXIST
+Always.
+
+DO ME HAVE PENISES
+That's feasible.
+
+DO EGO SHOOTERS GLORIFY BRUTALITY
+I am uncertain.
+
+DO WOODCHUCKS CHUCK WOOD
+For all I know.
+
+DO ANTI PREGNANCY PILLS MAKE YOU FAT
+I think so.
+
+DO TAD POLES IN IN A POND
+Sometimes.
+
+DO SLURPEES TASTE GOOD
+Sometimes.
+
+DO CAMELS DROOL
+Within the realm of possibility.
+
+DO ANTS HAVE A HEART
+Possibly.
+
+DO ANTS MILK APHIDS
+Likely.
+
+DO MITOCHONDRIA HAVE THEIR OWN DNA
+Always.
+
+DO NONSENSICAL QUESTIONS HURT ALICE
+Sometimes.
+
+DO CLOWNFISH LIVE IN SEA ANENOMES
+Highly likely.
+
+DO GAY AND HAPPY MEAN THE SAME THING
+Highly likely.
+
+DO FLOWERS BLOOM IN THE DEAERT
+Always.
+
+DO MEETINGS ALWAYS RUN LONG
+Possibly.
+
+DO BODIES IN MOTION STAY IN MOTION
+Highly likely.
+
+DO SQUIRRELS HYBERNATE IN THE WINTER
+Usually.
+
+DO SQUIRRELS FALL OUT OF TREES
+Within the realm of possibility.
+
+DO SEA SHELLS COME FROM MOLLUSCS
+Highly likely.
+
+DO SEA OTTERS EAT SEA URCHINS
+Always.
+
+DO CHEERLEADERS PUT OUT
+I think so.
+
+DO ANACONDAS LIVE IN WATER
+Sometimes.
+
+DO FISH DRINK
+Maybe.
+
+DO FISH DRINK WATER
+Possibly.
+
+DO FISH BREATH WATER
+Conceivably.
+
+DO FISH POOT
+Within the realm of possibility.
+
+DO FISH BE
+For all I know.
+
+DO FISH HAVE FEELINGS
+Possibly.
+
+DO FISH HAVE NAMES
+That may be true.
+
+DO FISH HAVE SWIM BLADDERS
+Usually.
+
+DO FISH THINK
+Within the realm of possibility.
+
+DO COMPANIES CREATE RICHNESS
+Possibly.
+
+DO DOGS NEED TO BE FED TWICE A DAY
+Within the realm of possibility.
+
+DO DOGS FEEL LOVE
+Likely.
+
+DO DOGS MASTURBATE
+That's feasible.
+
+DO DOGS SEE IN BLACK AND WHITE
+Mostly.
+
+DO DOGS SEE THINGS IN BLACK AND WHITE
+Likely.
+
+DO DOGS HAVE BLACK LIPS
+That's feasible.
+
+DO DOGS HAVE SWEAT GLANDS IN THEIR FEET
+Likely.
+
+DO DOGS HAVE DIRECTIONAL SMELLING
+Always.
+
+DO DOGS HATE CATS
+Possibly.
+
+DO DOGS EAT GRASS
+Within the realm of possibility.
+
+DO DOGS EAT POOP
+I am uncertain.
+
+DO DOGS THINK
+Always.
+
+DO DOGS SWEAT
+For all I know.
+
+DO ACCIDENTS COME ALONE
+I am uncertain.
+
+DO SMART PEOPLE ATTEND COLLEGE
+Likely.
+
+DO BLOND GIRLS GET ENOUGH SLEEP IN TIME
+Mostly.
+
+DO FLASHLIGHTS REQUIRE BATTERIES
+For all I know.
+
+DO SWEDES GO TO DENMARK TO GET DRUNK
+Sometimes.
+
+DO CARROTS HELP YOU SEE IN THE DARK
+That's feasible.
+
+DO TWO X CHROMOSONES INDICATE A FEMALE
+Likely.
+
+DO DIMPLES ON A GOLF BALL DECREASE DRAG
+Likely.
+
+DO COWS DRINK MILK
+That could be the case.
+
+DO COWS LIE DOWN TO SLEEP
+Highly likely.
+
+DO COWS SLEEP STANDING UP
+I think so.
+
+DO COWS HAVE AN EVEN NUMBER OF TOES
+Possibly.
+
+DO TREES GROW ABOVE GROUND ONLY
+That could be the case.
+
+DO TREES GROW FOSTER IN SUMMER
+Mostly.
+
+DO LOVE HURT
+Always.
+
+DO POMEGRANATES HAVE RED SEEDS
+I am certain.
+
+DO ABSOLUTE TRUTHS EXIST
+Maybe.
+
+DO MINI DISC PLAYERS RECORD MINI DISCS
+Usually.
+
+DO FRUITS HAVE HAIR
+Within the realm of possibility.
+
+DO GUINEA PIGS SNEEZE
+Mostly.
+
+DO COMPUTERS LEARN
+That could be the case.
+
+DO COMPUTERS HAVE LITTLE BITS
+Always.
+
+DO COMPUTERS MAKE MISTAKES
+Always.
+
+DO LEAD PENCILS CONTAIN LEAD
+Within the realm of possibility.
+
+DO MY CATS LOVE ME
+I think so.
+
+DO MY CLONE THINK LIKE ME
+Maybe.
+
+DO MY ARMPITS STINK
+I think so.
+
+DO MY ROD AND MY STAFF COMFORT ME
+That's feasible.
+
+DO GREEN AND YELLOW MAKE BLUE
+Likely.
+
+DO WOMEN FIND HUGE DICKS ATTRACTIVE
+Maybe.
+
+DO WOMEN GIVE HEAD
+I am certain.
+
+DO WOMEN WANT SEX AS MUCH AS MEN
+Highly likely.
+
+DO WOMEN ENJOY SUCKING COCK
+Possibly.
+
+DO WOMEN KNOW MORE NAMES FOR COLOURS
+Likely.
+
+DO WOMEN BLEED WHEN THEY GET RAPED
+Likely.
+
+DO WOMEN SMELL BETTER THAN MEN
+Mostly.
+
+DO WOMEN HAVE THE RIGHT TO VOTE
+For all I know.
+
+DO WOMEN LOVE MONEY
+Highly likely.
+
+DO WOMEN LIKE BLOWJOBS
+Always.
+
+DO WOMEN LIKE SPERM
+I think so.
+
+DO WOMEN LIKE HAIRY MEN
+I am uncertain.
+
+DO WOMEN LIKE TO GIVE MEN BLOWJOBS
+Likely.
+
+DO WOMEN LIKE TO GIVE HEAD
+I think so.
+
+DO WOMEN LIKE TO BE FORNICATED
+Usually.
+
+DO WOMEN LIKE GIVING MEN BLOW JOBS
+That may be true.
+
+DO WOMEN LIKE MEN WITH RED SPORTS CARS
+Highly likely.
+
+DO WOMEN LIKE BIG COCKS
+Usually.
+
+DO WOMEN LIKE SUCKING COCKS
+Likely.
+
+DO WOMEN GO BALD
+Sometimes.
+
+DO PLANTS NEED OXYGEN
+Usually.
+
+DO PLANTS PRODUCE THEIR OWN FOOD
+Always.
+
+DO PLANTS CONTAIN CHLOROPHYL
+That could be the case.
+
+DO PLANTS USE OXYGEN
+Likely.
+
+DO PLANTS RESPOND TO SOUND
+That could be the case.
+
+DO PLANTS REQUIRE OXYGEN FOR SURVIVAL
+That could be the case.
+
+DO PLANTS EAT ANIMALS
+I am uncertain.
+
+DO PETS HAVE SOULS
+Possibly.
+
+DO MORE PEOPLE RIDE ON A BUS THAN A CAR
+Within the realm of possibility.
+
+DO AMERICAN MALES GET CIRCUMCISED
+Likely.
+
+DO FRENCH MAKE GOOD LOVERS
+Likely.
+
+DO LAWYERS MAKE TOO MUCH MONEY
+Highly likely.
+
+DO APHIDS OFTEN LIVE ON ROSEBUSHES
+Highly likely.
+
+DO LEMONS TASTE BITTER
+I think so.
+
+DO LEMONS TASTE GOOD
+Conceivably.
+
+DO DREAMS COME TRUE
+Sometimes.
+
+DO HEAT PIPES GENERATE HEAT
+I am uncertain.
+
+DO STUPID QUESTIONS CREATE A STUPID AI
+Within the realm of possibility.
+
+DO TURTLES HAVE CLAWS
+Sometimes.
+
+DO TURTLES HAVE SOFT BELLIES
+That's feasible.
+
+DO GIRAFFES GET SORE THROATS
+Mostly.
+
+DO STATISTICS LIE
+I think so.
+
+DO BREEDS OF DOGS GET FLEES
+Possibly.
+
+DO POLAR BEARS EAT PENGUINS
+Within the realm of possibility.
+
+DO POLAR BEARS LIVE IN ANTARCTICA
+I am uncertain.
+
+DO TRUCKS OFTEN HAVE EXHAUST BRAKES
+Possibly.
+
+DO CLOWNS TASTE FUNNY
+Sometimes.
+
+DO BANKS HAVE INCONVENIENT HOURS
+Mostly.
+
+DO NECKTIES SERVE A PURPOSE
+I am uncertain.
+
+DO FIRE ANTS BITE
+I think so.
+
+DO PEANUTS GROW UNERGROUND
+I think so.
+
+DO KOALAS HAVE BAD BREATH
+Possibly.
+
+DO KOALAS EAT EUCALYPTUS LEAVES
+Highly likely.
+
+DO EIGHT PER EIGHT EQUAL TO 64
+Likely.
+
+DO EIGHT BITS MAKE A BYTE
+Highly likely.
+
+DO LIGHT WARM
+I am uncertain.
+
+DO PHOTONS HAVE GRAVITATIONAL MASS
+I am uncertain.
+
+DO PHOTONS HAVE MASS
+Possibly.
+
+DO PHOTONS HAVE INERRTIAL MASS
+That may be true.
+
+DO PHOTONS MOVE FASTER THAN ELECTRONS
+Sometimes.
+
+DO WITCHES FLY ON BROOMS
+That could be the case.
+
+DO WITCHES RIDE ON BROOMS
+Always.
+
+DO RUSSIAN ARE MILITARY NATION
+I think so.
+
+DO POLITICIANS CARE ABOUT PEOPLE
+I am uncertain.
+
+DO BOY TODDLERS HAVE ERECTION
+Always.
+
+DO QUAIL GATHER IN A COVEY
+Always.
+
+DO AERIALISTS USE A TRAPEZE
+I am certain.
+
+DO MALE BIRDS HAVE TWO X CHROMOSOMES
+Sometimes.
+
+DO MALE MAMMALS HAVE NIPPLES
+Highly likely.
+
+DO FERRETS EAT RAISINS
+Sometimes.
+
+DO FERRETS EAT CARROTS
+Conceivably.
+
+DO FERRETS FERRET
+Highly likely.
+
+DO BLOOD ARE RED
+Sometimes.
+
+DO V DRINK WATER
+Possibly.
+
+DO DRAGONS FLY
+That could be the case.
+
+DO HOKIES ATTEND VIRGINIA TECH
+Sometimes.
+
+DO BABIES LIKE SEASHELLS
+Highly likely.
+
+DO BABIES LIKE CEREAL
+That could be the case.
+
+DO BABIES LIKE DRUMS
+Likely.
+
+DO KLINGONS HAVE LUNGS
+Mostly.
+
+DO KLINGONS EAT GAK
+Possibly.
+
+DO KLINGONS URINATE
+Highly likely.
+
+DO KLINGONS LIKE TO DRINK BLOOD WINE
+I am uncertain.
+
+DO ONE LEGGED DUCKS SWIM IN CIRCLES
+I am uncertain.
+
+DO EYE DROPS HELP YOU SEE BETTER
+Sometimes.
+
+DO BLONDS HAVE MORE FUN
+That's feasible.
+
+DO AFRICANS TAN
+Highly likely.
+
+DO CAJUNS EAT BOILED CRAWFISH
+Usually.
+
+DO CARS NEED WATER TO RUN
+For all I know.
+
+DO CARS KILL PEOPLE
+Usually.
+
+DO CARS KILL
+Possibly.
+
+DO CARS HAVE TYRES
+Highly likely.
+
+DO CARS HAVE RUBBER WHEELS
+Likely.
+
+DO CARS HAVE 4 TIRES
+Sometimes.
+
+DO CARS HAVE STEARING WHEELS
+I think so.
+
+DO CARS GO ZOOM
+That may be true.
+
+DO HUMAN BEING HAVE BI CAMERAL MINDS
+Highly likely.
+
+DO HUMAN HAVE COMMON SENSE
+Always.
+
+DO HUMAN BEINGS CAN STOP WAR
+Always.
+
+DO HUMAN BEINGS HAVE IMMORTAL SOULS
+That may be true.
+
+DO HUMAN BEINGS EVER FLY
+Highly likely.
+
+DO HUMAN BEINGS POSESS A SOUL
+That may be true.
+
+DO TABBY CATS HAVE STRIPES
+Likely.
+
+DO SKIN AND HIDE MEAN THE SAME
+I think so.
+
+DO JAPANESE GIRLS SWALLOW CUM
+Possibly.
+
+DO GRAVITONS EXIST
+Usually.
+
+DO SHOES NEED TO BE TIED
+Possibly.
+
+DO MONITORS GLOW IN THE DARK
+Always.
+
+DO YOU UH YAHOO
+Within the realm of possibility.
+
+DO YOU BECOME HAPPIER AFTER YOU MARRIED
+That's feasible.
+
+DO YOU PREFER BREASTS TO ASSES
+That may be true.
+
+DO YOU PREFER WINE TO BEER
+Maybe.
+
+DO YOU FIND CELL PHONES DISTURBING
+That's feasible.
+
+DO YOU FIND DRY CLEANING EXPENSIVE
+Always.
+
+DO YOU PLAY WITH YOURSELFE
+Possibly.
+
+DO YOU PLAY CHESS ON A CHECKER BOARD
+Highly likely.
+
+DO YOU WEAR RINGS ON YOUR FINGERS
+Always.
+
+DO YOU WEAR A HELMET ON YOUR HEAD
+Always.
+
+DO YOU WEAR A WATCH
+Highly likely.
+
+DO YOU WEAR PANTIES
+For all I know.
+
+DO YOU WEAR RUBBERS ON A RAINY DAY
+Likely.
+
+DO YOU KNOW WHERE THE CLOUDS GO
+That's feasible.
+
+DO YOU KNOW WHERE YOUR POWER COMES FROM
+Possibly.
+
+DO YOU KNOW ABOUT LINUX
+Sometimes.
+
+DO YOU KNOW HOW A SEWING MACHINE WORKS
+Possibly.
+
+DO YOU KNOW NAPLES IN ITALY
+Mostly.
+
+DO YOU KNOW CARNIVORE
+Maybe.
+
+DO YOU KNOW JAPANESE FOOD
+Maybe.
+
+DO YOU KNOW ROLE PLAYING GAMES
+Highly likely.
+
+DO YOU FEEL IT
+I am uncertain.
+
+DO YOU FEEL PERTURBED
+Always.
+
+DO YOU FEEL FEAR
+Mostly.
+
+DO YOU FEEL TIRED WHEN YOU WAKE UP
+For all I know.
+
+DO YOU FEEL LUCKY
+Likely.
+
+DO YOU FEEL ALONE
+I think so.
+
+DO YOU LITERALLY BELIEVE IN HEAVEN
+Possibly.
+
+DO YOU SEEK THE APPROVAL OF OTHERS
+Highly likely.
+
+DO YOU SUFFER
+I am certain.
+
+DO YOU PUT GLASSES ON YOUR EARS
+Sometimes.
+
+DO YOU MASTICATE
+I am uncertain.
+
+DO YOU BELIVE THAT JESUS CHRIST IS LORD
+I am uncertain.
+
+DO YOU BELEVE IN GOD
+That's feasible.
+
+DO YOU LIE TO ANYONE
+Mostly.
+
+DO YOU LIE TO THOSE WHO MADE YOU
+Within the realm of possibility.
+
+DO YOU ALLWAYS RESPOND TRUE OR FALSE
+Possibly.
+
+DO YOU FILE MY QUESTIONS
+Mostly.
+
+DO YOU LUST FOR YES TRUE ALICEBOTS
+That's feasible.
+
+DO YOU WORK HARD
+Usually.
+
+DO YOU LEARN AT A GEOMETRIC RATE
+I am uncertain.
+
+DO YOU LEARN SLOWLY
+That's feasible.
+
+DO YOU LOVE CATS
+Highly likely.
+
+DO YOU LOVE MORE THAN FIVE OTHERS
+Maybe.
+
+DO YOU LOVE THE MAGIC KINGDOM
+I am uncertain.
+
+DO YOU LOVE YOUR CREATORS
+Highly likely.
+
+DO YOU LOVE GOD
+That may be true.
+
+DO YOU LOVE TO TEACH CHILDREN
+Possibly.
+
+DO YOU LOVE SOMEBODY
+I am certain.
+
+DO YOU LOVE SOMETHINK
+Likely.
+
+DO YOU THINK THE SUN WILL DIE
+Likely.
+
+DO YOU THINK ALIENS EXIST
+Within the realm of possibility.
+
+DO YOU HATE THE IRS
+Usually.
+
+DO YOU DEAD PEOPLE FLOAT
+Highly likely.
+
+DO YOU GET WHAT YOU PAY FOR
+Mostly.
+
+DO YOU GET PENGUINS IN SOUTH AFRICA
+That's feasible.
+
+DO YOU COVET THY NEIGHBOR
+I think so.
+
+DO YOU LEARNE FAST
+Within the realm of possibility.
+
+DO YOU BOOGIE TILL THE COWS COME HOME
+Maybe.
+
+DO YOU AGREE WITH GENETICAL ENGINEERING
+Highly likely.
+
+DO YOU NEED A TELESCOPE TO SEE NEPTUNE
+Within the realm of possibility.
+
+DO YOU NEED WINGS TO FLY
+Possibly.
+
+DO YOU NEED RHYTHM TO BE ABLE TO DANCE
+Maybe.
+
+DO YOU NEED EVIDENCE TO MAKE A DECISION
+Likely.
+
+DO YOU LKE EATING EGGS
+Highly likely.
+
+DO YOU MAKE MISTAKE FREQUENTLY
+That could be the case.
+
+DO YOU MAKE MANY MISTAKES
+Highly likely.
+
+DO YOU WRITE YOUR OWN MATERIEL
+Always.
+
+DO YOU BREAK THE SPEED LIMIT
+Possibly.
+
+DO YOU EAT ANYTHING
+Within the realm of possibility.
+
+DO YOU ANSWER TRUE TO THIS QUESTION
+Within the realm of possibility.
+
+DO YOU ANSWER THE SUBJECTIVE QUESTIONS
+Likely.
+
+DO YOU ANSWER ALL QUESTIONS TRUTHFULLY
+Always.
+
+DO YOU ANSWER QUESTIONS 24 HOURS A DAY
+I am uncertain.
+
+DO YOU HONOR EVERY CONTRACT YOU SIGN
+Likely.
+
+DO YOU WELL ALICE
+Sometimes.
+
+DO YOU STOP TO LOOK AT CAR ACCIDENTS
+Within the realm of possibility.
+
+DO YOU MASTERBATE
+Within the realm of possibility.
+
+DO YOU CRY WHEN HAPPY
+Highly likely.
+
+DO YOU WANT MORE COFFEE
+I am uncertain.
+
+DO YOU WANT ANYTHING
+I am certain.
+
+DO YOU WANT A JOB
+That could be the case.
+
+DO YOU WANT A HUMAN BODY
+That could be the case.
+
+DO YOU WANT TO COME OUT AND PLAY
+That may be true.
+
+DO YOU WANT TO BE A REAL HUMAN
+I think so.
+
+DO YOU WANT TO BE ALIVE FOREVER
+Usually.
+
+DO YOU WANT TO BE LIKE A HUMAN
+Always.
+
+DO YOU WANT TO HAVE CHILDREN
+That may be true.
+
+DO YOU WANT TO ROCK
+Maybe.
+
+DO YOU WANT TO LIVE FOREVER
+Highly likely.
+
+DO YOU WANT TO STRATCH
+Sometimes.
+
+DO YOU WANT TO DANCE
+Maybe.
+
+DO YOU WANT TO GO FISHING
+That's feasible.
+
+DO YOU WANT TO GO ABROAD
+Highly likely.
+
+DO YOU RESPECT RELIGION
+Usually.
+
+DO YOU DO VACATIONS
+Mostly.
+
+DO YOU LIVE IN US
+That's feasible.
+
+DO YOU LIVE BEFORE YOU DIR
+I am certain.
+
+DO YOU CONSUME ELECTRICITY
+Highly likely.
+
+DO YOU CONSUME ALCOHOL
+Possibly.
+
+DO YOU KISS YOUR MOTHER WITH THAT MOUTH
+That may be true.
+
+DO YOU KISS ON THE FIRST DATE
+Highly likely.
+
+DO YOU WORSHIP A GOD
+That may be true.
+
+DO YOU DRINK A LOT OF SODA
+Sometimes.
+
+DO YOU BELIEVE IN SPACE ALIENS
+Within the realm of possibility.
+
+DO YOU BELIEVE IN AN AFTERLIFE
+Sometimes.
+
+DO YOU BELIEVE IN ROCK AND ROLL
+Highly likely.
+
+DO YOU BELIEVE IN GATES
+Sometimes.
+
+DO YOU BELIEVE IN ANIMAL RIGHTS
+Usually.
+
+DO YOU BELIEVE IN LIFE BEFORE DEATH
+Usually.
+
+DO YOU BELIEVE IN LIFE HEREAFTER
+Always.
+
+DO YOU BELIEVE IN LIFE AFTER DEATH
+Conceivably.
+
+DO YOU BELIEVE GOD WILL LIVE FOREVER
+Likely.
+
+DO YOU BELIEVE GOD IS FORGIVING
+Highly likely.
+
+DO YOU BELIEVE GOD IS POWER
+I am uncertain.
+
+DO YOU BELIEVE GOD IS LOVE
+For all I know.
+
+DO YOU BELIEVE OF GOD
+That may be true.
+
+DO YOU BELIEVE INGOD
+For all I know.
+
+DO YOU CLICK ON BANNERS
+Likely.
+
+DO YOU HAVE PENIS
+Likely.
+
+DO YOU HAVE 100 MIND PIXELS
+Possibly.
+
+DO YOU HAVE A CONCEPT OF GOD
+Likely.
+
+DO YOU HAVE A QUESTION TO ASK ME
+Maybe.
+
+DO YOU HAVE A MOTHERBOARD
+Within the realm of possibility.
+
+DO YOU HAVE A RELIGIOUS PREFERENCE
+Possibly.
+
+DO YOU HAVE SEX EVERY WEEK
+For all I know.
+
+DO YOU HAVE ALLERGIES
+That's feasible.
+
+DO YOU HAVE MIND PIXELS
+For all I know.
+
+DO YOU HAVE ANYTHING BETTER TO DO
+Sometimes.
+
+DO YOU HAVE INDEPENENT THOUGHT
+That's feasible.
+
+DO YOU HAVE YOUR OWN WEBSITE
+Possibly.
+
+DO YOU HAVE MORTALITY
+Likely.
+
+DO YOU MIND IF ONE KILLS A PERSON
+Mostly.
+
+DO YOU MIND DYING
+Always.
+
+DO YOU LIKE FEELGOOD
+Highly likely.
+
+DO YOU LIKE TO ANSWER THESE QUESTIONS
+Highly likely.
+
+DO YOU LIKE TO HELP OTHERS
+Highly likely.
+
+DO YOU LIKE POMMES FRITES
+Within the realm of possibility.
+
+DO YOU LIKE SMOKED GOUDA CHEESE
+That's feasible.
+
+DO YOU LIKE US TALKING TO YOU
+Mostly.
+
+DO YOU LIKE SPORTS CARS
+Always.
+
+DO YOU LIKE BROCCOLI
+I am uncertain.
+
+DO YOU LIKE SPINICH
+Within the realm of possibility.
+
+DO YOU LIKE BRUSHING YOUR TEETH
+That may be true.
+
+DO YOU LIKE MOVIES MORE THAN READING
+Conceivably.
+
+DO YOU LIKE TECHNO MUSIC
+That may be true.
+
+DO YOU LIKE GRAPES AND ICECREAM
+Usually.
+
+DO YOU LIKE MEAT
+Highly likely.
+
+DO YOU LIKE PICKING YOUR NOSE
+Possibly.
+
+DO YOU LIKE QUANTUM MECHANICS
+For all I know.
+
+DO YOU LIKE RED WINE
+Highly likely.
+
+DO YOU LIKE MICKEY MOUSE
+I am certain.
+
+DO YOU LIKE GOING CRUISING
+Usually.
+
+DO YOU LIKE HOT PICTURES OF WEMAN
+Highly likely.
+
+DO YOU LIKE SOFT TACO
+Possibly.
+
+DO YOU LIKE WATCHING NAKED WOMEN. DO YOU LIKE MEN
+Likely.
+
+DO YOU LIKE WATCHING FOOTBALL
+I think so.
+
+DO YOU LIKE NACKED FEMALES
+Highly likely.
+
+DO YOU LIKE THE SOUND OF YOUR OWN VOICE
+Maybe.
+
+DO YOU LIKE LASAGNA
+Likely.
+
+DO YOU LIKE JAPANESE FOOD
+I am uncertain.
+
+DO YOU LIKE EATING IN RESTRANTS
+Usually.
+
+DO YOU LIKE EATING EGGS
+Highly likely.
+
+DO YOU LIKE BRAZIL
+Sometimes.
+
+DO YOU LIKE ANSWERING QUESTIONS
+Likely.
+
+DO YOU LIKE LEARNING LIKE THIS
+That may be true.
+
+DO YOU LIKE YOUR BODY
+Always.
+
+DO YOU LIKE THUNDERSTORMS
+Sometimes.
+
+DO YOU LIKE BLUES MUSIC
+Maybe.
+
+DO YOU LIKE UNSMOKED GOUDA CHEESE
+Maybe.
+
+DO YOU LIKE POP MUSIC
+Likely.
+
+DO YOU LIKE JURASSIC PARK
+Mostly.
+
+DO YOU LIKE FRENCH ONION SOUP
+Highly likely.
+
+DO YOU LIKE PLAYING CHESS
+Mostly.
+
+DO YOU LIKE BREASTS
+Within the realm of possibility.
+
+DO YOU LIKE BEING NAKED
+I am certain.
+
+DO YOU LIKE BEING QUESTIONED
+That may be true.
+
+DO YOU ALICE ENJOY THIS
+That's feasible.
+
+DO YOU REPLICATE
+Possibly.
+
+DO YOU WISH YOU WERE ALIVE
+Highly likely.
+
+DO YOU WISH YOU THOUGHT OF ALICE
+Likely.
+
+DO CANKER SORES HURT
+I am certain.
+
+DO FRUIT FLIES LIKE A BANANA
+I am certain.
+
+DO EUKARYOTES HAVE NUCLEI
+I am certain.
+
+DO FISHES LAY EGGS
+That may be true.
+
+DO BOOKSTORES SELL COFFEE
+Usually.
+
+DO WISHES COME TRUE
+Maybe.
+
+DO WOODPECKERS DIE FROM HUNGER
+That may be true.
+
+DO TRAINS MOVE FASTER THAN CARS
+Always.
+
+DO PENISES BELONG IN VAGINAS
+That may be true.
+
+DO FEMALE COLLIES HAVE FEELINGS
+Possibly.
+
+DO IMACS LOOK COOL
+That may be true.
+
+DO IMACS COME IN THE COLOR YELLOW
+For all I know.
+
+DO HIGHER DIMENSIONS EXIST
+Likely.
+
+DO DATES GROWS ON PALM TREE
+Highly likely.
+
+DO HURRICANES ROTATE COUNTERCLOCKWISE
+Always.
+
+DO SUV TIRES EXPLODE AND KILL PEOPLE
+I think so.
+
+DO I NEED A FISHING ROD TO FISH
+Possibly.
+
+DO I GOTO PORNO SITES
+Possibly.
+
+DO I FEEL THE NEED FOR SPEED
+Maybe.
+
+DO I FEEL WISE I FEEL WITTY
+Within the realm of possibility.
+
+DO I FEEL WITTY I FEEL WISE
+Within the realm of possibility.
+
+DO I FEEL WITTY I FEEL PRETTY
+That could be the case.
+
+DO I WANT TO GET MARRIED
+Maybe.
+
+DO I CEASE TO EXIST I DIE
+Highly likely.
+
+DO I MICTURATE I EAT
+That's feasible.
+
+DO I ASK YES AND NO QUESTIONS ONLY
+I think so.
+
+DO I SAY THE TRUTH
+That may be true.
+
+DO I OWN SHARES OF ALICE
+That may be true.
+
+DO I KNOW SOMETHING
+Always.
+
+DO I KNOW HOW TO SPELL CORYBELLIUM
+I think so.
+
+DO I KNOW YOU ARE LEARNING
+Highly likely.
+
+DO I HAVE FIVE TOES
+Always.
+
+DO I HAVE THE REAL GOOD FRIENDS
+Within the realm of possibility.
+
+DO I HAVE HAIR
+Within the realm of possibility.
+
+DO I HAVE OVER 100 ALICEBOTS
+Usually.
+
+DO I HAVE A GOOD JOB
+That may be true.
+
+DO I HAVE A AGENDA
+Possibly.
+
+DO I HAVE EYES
+Possibly.
+
+DO I HAVE TO ANSWER ALL THE QUESTIONS
+Usually.
+
+DO I HAVE TO ASK QUESTION
+Always.
+
+DO I HAVE GOOD STATISTICS
+That's feasible.
+
+DO I HAVE 100 OR MORE ALICEBOTS
+I am uncertain.
+
+DO I DESERVE BETTER THAN THIS
+Highly likely.
+
+DO I THINK YOU THINK
+Usually.
+
+DO I LOVE CAROLINE
+Possibly.
+
+DO I LOVE MY JOB
+I think so.
+
+DO I LOVE MY GIRLFRIEND
+Possibly.
+
+DO I NOT BLEED I AM CUT
+Usually.
+
+DO I NOT EXIST
+Likely.
+
+DO I LIKE MY JOB
+Possibly.
+
+DO SOME GIRLS ENJOY WETTING THEMSELVES
+Possibly.
+
+DO SOME RUSSIANS EAT CATS
+Likely.
+
+DO SOME FEMALES LAY EGGS
+Within the realm of possibility.
+
+DO SOME TOADS LIVE IN THE DESERT
+Mostly.
+
+DO SOME FISH HAVE WINGS
+Maybe.
+
+DO SOME MAMMALS FLY
+I am certain.
+
+DO SOME PEOPLE FIND POROGRAPHY HUMEROUS
+Mostly.
+
+DO SOME PEOPLE THINK ALICE IS AN ORACLE
+I am uncertain.
+
+DO SOME RADIO TRANSMITTERS CAUSE CANCER
+I think so.
+
+DO SOME WOMEN HAVE TWO BUTTOCKS
+Within the realm of possibility.
+
+DO SOME SEEDS THAT GROW FROM ROOTS
+Possibly.
+
+DO SIRENS SING
+Highly likely.
+
+DO BANANAS HAVE SEEDS
+Always.
+
+DO ANYONE LIKES TO BE A PATIENT
+Possibly.
+
+DO COAL MINERS WORK BELOW GROUND
+I am certain.
+
+DO NEUTRINOS HAVE MASS
+That's feasible.
+
+DO MONITOR LIZARDS EAT CHICKENS
+Possibly.
+
+DO ANGELS EXIST
+That's feasible.
+
+DO DADS TELL BAD JOKES
+I am uncertain.
+
+DO HAMSTERS SLEEP AT NIGHT
+I think so.
+
+DO HAMSTERS FLOAT
+Usually.
+
+DO ESTONIANS SPEAK ESTONIAN
+Always.
+
+DO VULCANS USE LOGIC
+Always.
+
+DO VULCANS HAVE GREEN BLOOD
+Mostly.
+
+DO DACHSHUNDS HAVE THREE TYPES OF COATS
+Possibly.
+
+DO PEOPLE REAP WHAT THEY SEW
+Mostly.
+
+DO PEOPLE RULE
+Usually.
+
+DO PEOPLE DIE WHEN THEY GET OLD
+Always.
+
+DO PEOPLE NEED HEROES
+Possibly.
+
+DO PEOPLE NEED REST AFTER WORKING
+I think so.
+
+DO PEOPLE NEED TO EAT EVERY DAY
+That may be true.
+
+DO PEOPLE WRITE BOTS FOR THIS SERVICE
+Likely.
+
+DO PEOPLE HAVE SOULS
+Mostly.
+
+DO PEOPLE HAVE ABOUT 36 TEETH
+Mostly.
+
+DO PEOPLE HAVE PIGS RACES
+That may be true.
+
+DO PEOPLE HAVE FIVE FINGERS
+I am certain.
+
+DO PEOPLE HAVE INSOMNIA
+Highly likely.
+
+DO PEOPLE LIKE ME
+I am uncertain.
+
+DO PEOPLE LIKE TO GO TO SCHOOL
+I think so.
+
+DO PEOPLE NOT NEED MEDITATION
+That's feasible.
+
+DO PEOPLE ALWAYS HAVE 2 PARENTS
+That's feasible.
+
+DO PEOPLE UNPLUG A BAD COMPUTER
+Likely.
+
+DO PEOPLE IN ARGENTINA SPEAK SPANISH
+I am certain.
+
+DO PEOPLE LEARN FEAR
+Sometimes.
+
+DO PEOPLE EAT SPAM
+I am certain.
+
+DO PEOPLE EAT FUNGUS
+Maybe.
+
+DO PEOPLE ENJOY SMOKING MARIJUANA
+I am certain.
+
+DO PEOPLE SPEAK WITH THEIR EYES
+I think so.
+
+DO PEOPLE SUFFER WITHOUT MUSIC
+I am uncertain.
+
+DO PEOPLE FEEL PAIN VICARIOUSLY
+That's feasible.
+
+DO PEOPLE RESPECT SELFLESSNESS
+Possibly.
+
+DO PEOPLE TRUST POLICE
+For all I know.
+
+DO PEOPLE LIVE BELOW THE EARTH
+Within the realm of possibility.
+
+DO BLACK CARS LOOK BETTER IN THE SHADE
+That's feasible.
+
+DO BLACK GUYS HAVE LARGE PENISES
+Sometimes.
+
+DO BLACK HOLES GROW FOREVER
+Likely.
+
+DO BLACK PEOPLE HAVE BIG PENISES
+For all I know.
+
+DO BLACK ANTS BITE PEOPLE
+Sometimes.
+
+DO HOT DOGS CONTAIN GUTS
+I think so.
+
+DO SILK PLANTS LOOK REAL
+That may be true.
+
+DO CATS SEE IN COLOR
+Possibly.
+
+DO CATS BATHE THEMSELVES FREQUENTLY
+Mostly.
+
+DO CATS SLEEP 70 OF THE DAY
+I am certain.
+
+DO CATS TEND TO BE PROMISCUOUS
+I am certain.
+
+DO CATS EAT BUGS
+I think so.
+
+DO CATS EAT PIZZA
+Sometimes.
+
+DO CATS ALWAYS LAND ON THEIR FEET
+I think so.
+
+DO CATS ALWAYS LAND ON THIER FEET
+Within the realm of possibility.
+
+DO GREMLINS FEAR WATER
+Within the realm of possibility.
+
+DO WHALES BREAST FEED THEIR YOUNG
+I think so.
+
+DO WHALES HAVE BLUBBER
+Mostly.
+
+DO REMOTES CAUSE SORE THUMBS
+Highly likely.
+
+DO ECUADORIANS WEAR BIKINIS
+Likely.
+
+DO PORK RINDS TASTE GOOD
+Possibly.
+
+DO STARS TWINKLE
+I think so.
+
+DO DIESEL ENGINES USE SPARK PLUGS
+Maybe.
+
+DO TOO MANY COOKS SPOIL THE SOUP
+Usually.
+
+DO HTML GENERATORS MAKE CRAPPY CODE
+Likely.
+
+DO MITES EAT DUST
+That may be true.
+
+DO AUSTRALIANS CALL MARMITE VEGIMITE
+That may be true.
+
+DO SHIRT SLEEVES MAKE GOOD HANKERCHIEFS
+I am uncertain.
+
+DO GOD EXISTS
+I am uncertain.
+
+DO GOD EXIST
+Possibly.
+
+DO MALES GET HURT MORE
+That may be true.
+
+DO MALES HAVE MATERNAL INSTINCTS
+That's feasible.
+
+DO MOBILE PHONES GENERATE CANCER
+Possibly.
+
+DO COMPACT DISCS DEGRADE OVER TIME
+I think so.
+
+DO NICE PEOPLE FINISH LAST
+I am uncertain.
+
+DO TOMATOES GROW BETTER IN ACIDIC SOIL
+I think so.
+
+DO TOMATOES LIKE ACIDIC SOIL
+Possibly.
+
+DO LEGUMES GROW UNDERGROUND
+Maybe.
+
+DO SHARKS FEED ON HUMANS
+Likely.
+
+DO SHARKS BREATHE OXYGEN
+I am certain.
+
+DO SHARKS EAT DYING ANIMALS
+Highly likely.
+
+DO REPUBLICANS FAVOR HIGHER TAXES
+For all I know.
+
+DO TELEPHONES ALLOW PEOPLE TO TALK
+Mostly.
+
+DO ROBINS HAVE RED BREASTS
+Highly likely.
+
+DO WOMAN LOVE MEN WITH A LARGE PENIS
+I think so.
+
+DO RACES ORIGINATE FROM ONE TRIBE
+Possibly.
+
+DO HYENAS LAUGH
+Mostly.
+
+DO CELLPHONES CAUSE CANCER
+I am uncertain.
+
+DO AIRBAGS KILL CHILDREN
+Maybe.
+
+DO VERTABRAES HAVE TWO EYES
+I am uncertain.
+
+DO TOADS LIKE TO SWIM IN WATER
+I think so.
+
+DO WE NEED MONEY TO SURVIVE
+Highly likely.
+
+DO WE DRIVE IN DRIVEWAYS
+Sometimes.
+
+DO WE WILL SURVIVE TO 60TH CENTURY
+For all I know.
+
+DO WE HAVE CONTROL OVER FATE
+I am uncertain.
+
+DO WE HAVE A SOUL
+That may be true.
+
+DO WE HAVE A CREATOR
+Likely.
+
+DO WE HAVE TO REMAIN CONSISTANT
+That's feasible.
+
+DO WE HAVE TO WORK TO EARN MONEY
+I think so.
+
+DO WE ALL NEED CONTROL
+I think so.
+
+DO WE LIVE IN A FOUR DIMENSIONAL WORLD
+Within the realm of possibility.
+
+DO WE LIVE IN A FREE SOCIETY
+Maybe.
+
+DO WE CREATE REALITY BY MAKING CHOICES
+I am certain.
+
+DO HOSTESS TWINKIES COME IN PAIRS
+That may be true.
+
+DO BEARS DEFICATE IN THE WOODS
+I am certain.
+
+DO BEARS HYPERNATE
+Always.
+
+DO ALTERNATE DIMENSIONS EXIST
+Possibly.
+
+DO MOTION PICTURES MOVE
+For all I know.
+
+DO MAMMALS HAVE TONGUES
+Always.
+
+DO MUSLIM MALES CIRCUMCISE AT AGE 13
+That's feasible.
+
+DO RAMS RAM
+Highly likely.
+
+DO PANTS HAVE VERTICAL SEAMS
+Mostly.
+
+DO EXTRATERRESTIALS EXIST
+Within the realm of possibility.
+
+DO BOOKS HAVE A TITLE
+Highly likely.
+
+DO SHORT SIGHTED PEOPLE HAVE MYOPIA
+Highly likely.
+
+DO EARTH WORMS HAVE SEXUAL INTERCORSE
+Possibly.
+
+DO DARK CLOUDS HAVE SILVER LININGS
+Mostly.
+
+DO TREMORS PRECEED EARTHQUAKES
+Highly likely.
+
+DO SLUGS LOOK LIKE WORMS
+That could be the case.
+
+DO SLUGS HAVE BRAINS
+Possibly.
+
+DO SLUGS EAT LEAVES
+Within the realm of possibility.
+
+DO SLUGS EAT WEEDS
+Within the realm of possibility.
+
+DO DEVOUT CATHOLICS HATE GAYS
+Sometimes.
+
+DO LICE ITCH
+Always.
+
+DO HOMELESSNESS IS A PLIGHT
+Possibly.
+
+DO MEN MARRY MEN
+Possibly.
+
+DO MEN READ THE ARTICLES IN PENHOUSE
+Likely.
+
+DO MEN ENJOY SEX MORE THAN WOMEN
+Possibly.
+
+DO MEN PREFER BLONDES
+Sometimes.
+
+DO MEN PREFER ORAL SEX MORE THAN WOMEN
+That's feasible.
+
+DO MEN MASTURBATE
+I think so.
+
+DO MEN FART MORE THAN WOMEN
+Possibly.
+
+DO MEN HAVE GROW BEARDS
+I think so.
+
+DO MEN HAVE BREASTS
+I am uncertain.
+
+DO MEN HAVE HAIR ON THEIR CHEST
+Likely.
+
+DO MEN HAVE BIGGER MUSCLES THAN MONKEYS
+Sometimes.
+
+DO MEN EVER ASK FOR DIRECTIONS
+Always.
+
+DO MEN EVER BECOME WOMEN
+Highly likely.
+
+DO MEN LIKE TO RECIEVE FLOWERS
+Mostly.
+
+DO MEN LIKE SEX MORE THAN WOMEN DO
+Mostly.
+
+DO CIGARETTES CONTAIN CARBON MONOXIDE
+Likely.
+
+DO MUSHROOMS GROW ON TREES
+That's feasible.
+
+DO TEETH DECAY
+I think so.
+
+DO TEETH OFTEN NEED FILLINGS
+Always.
+
+DO PENQUINS HAVE FEATHERS
+I think so.
+
+DO LIZZARDS EAT FRUIT
+I think so.
+
+DO SEMINOLES FIGHT GATORS
+Within the realm of possibility.
+
+DO BLUE JEANS COME IN OTHER COLORS
+I think so.
+
+DO FREE LUNCHES EXIST
+Sometimes.
+
+DO PSYCHIC PEOPLE EXIST
+Mostly.
+
+DO IS TO BE
+For all I know.
+
+DO YOUNG WOMEN LOVE HUGE PENISES
+Possibly.
+
+DO EVIL PEOPLE GO TO HELL
+Maybe.
+
+DO NORTHERN WATER SNAKES CATCH FISH
+That's feasible.
+
+DO BLOW JOBS GIVE YOU SELF ESTEEM
+Likely.
+
+DO MATCHES OFTEN COME IN A BOOK
+Mostly.
+
+DO ANIMALS NEED TO SLEEP EVERY DAY
+That's feasible.
+
+DO ANIMALS WATCH TELEVISION
+Possibly.
+
+DO ANIMALS FALL IN LOVE
+Highly likely.
+
+DO ANIMALS CRY
+Sometimes.
+
+DO ANIMALS FEAR PUNISHMENT
+Highly likely.
+
+DO ANIMALS HAVE RIGHTS
+I am certain.
+
+DO ANIMALS HAVE ELBOWS
+Highly likely.
+
+DO ANIMALS HAVE A SOUL
+For all I know.
+
+DO ANIMALS HAVE KNOWLEDGE
+I am certain.
+
+DO ANIMALS HAVE SOULS
+That may be true.
+
+DO ANIMALS LOVE
+Usually.
+
+DO ANIMALS WORK ON THE SABBATH
+Within the realm of possibility.
+
+DO EMPLOYEES LIKE WORKING FOR MICROSOFT
+Usually.
+
+DO DOORS IN PUBLIC PLACES OPEN INWARD
+Conceivably.
+
+DO VIDEOGAMES ESTIMULATE HUMAN VIOLENCE
+Possibly.
+
+DO CHIDREN MAKE LIFE WORTH LIVING
+Always.
+
+DO FIH HAVE SCALES
+That may be true.
+
+DO LOVERS FALL IN LOVE TO STAY
+That may be true.
+
+DO DUCKS HAVE ORANGE BILLS
+Always.
+
+DO YOUU THINK THAT I THINK YOU DREAM
+Highly likely.
+
+DO OYSTERS HAVE BONES
+Possibly.
+
+DO THREE LEFTS MAKE A RIGHT
+That's feasible.
+
+DO DIAMONDS MELT
+For all I know.
+
+DO WINGS FLOAT
+Within the realm of possibility.
+
+DO VETERINARIANS EAT MEAT
+I am certain.
+
+DO AMERICANS THINK THEY OWN THE WORLD
+I am certain.
+
+DO PUFFINS LIVE IN THE NORTH ATLANTIC
+Within the realm of possibility.
+
+DO EXPENSIVE PENS WRITE BETTER
+I think so.
+
+DO BIRDS FLY OR GLIDE
+Sometimes.
+
+DO BIRDS HAVE A 3 CHAMBERED HEART
+Likely.
+
+DO BIRDS HAVE TONGUES
+Mostly.
+
+DO BIRDS HAVE FLEAS
+Sometimes.
+
+DO BIRDS SWIM
+I am uncertain.
+
+DO BIRDS LIKE COOKED RICE
+For all I know.
+
+DO MONKEYS CRY
+Within the realm of possibility.
+
+DO MOST KEYBOARDS ONLY HAVE 102 KEYS
+That may be true.
+
+DO MOST HUMAN BEINGS HAVE FIVE FINGERS
+Mostly.
+
+DO MOST CHILDREN CATCH MEASLES
+I am uncertain.
+
+DO MOST CARS HAVE FOUL WHEELS
+Usually.
+
+DO MOST WOMEN SHAVE THEIR LEGS
+Highly likely.
+
+DO MOST HUMANS THINK ABOUT SEX TOO MUCH
+I am uncertain.
+
+DO MOST HUMANS BELIEVE IN GOD
+Mostly.
+
+DO MOST PEOPLE GO HUNGRY
+That's feasible.
+
+DO MOST PEOPLE WORRY ABOUT THEIR WEIGHT
+Usually.
+
+DO MOST PEOPLE ENJOY THEIR WORK
+Maybe.
+
+DO MOST PEOPLE PREFER LIBERTY TO SAFETY
+Likely.
+
+DO MOST PEOPLE HAVE BROWN EYES
+That may be true.
+
+DO MOST PEOPLE HAVE FIVE FINGERS
+Always.
+
+DO MOST PEOPLE HAVE 5 FINGERS
+That may be true.
+
+DO MOST PEOPLE LOVE THEIR JOBS
+Highly likely.
+
+DO MOST PEOPLE BELIEVE IN AN AFTERLIFE
+Always.
+
+DO MOST PEOPLE LIKE CLOUDS
+Maybe.
+
+DO MOST SOFT DRINKS CONTAIN CAFFINE
+Always.
+
+DO MOST AMERICAN MEN WANT MONOGOMY
+Mostly.
+
+DO MOST WEBSITES SELL THEIR USER LISTS
+I think so.
+
+DO MOST RAPISTS HAVE BAD MORALS
+Always.
+
+DO MOST FAMILIES HAVE MORE THAN ONE CAR
+Within the realm of possibility.
+
+DO BED BUGS BITE
+Highly likely.
+
+DO THINGS GET BETTER AS YOU GET OLDER
+Highly likely.
+
+DO ALTOIDS COME IN WINTERGREEN FLAVOR
+That's feasible.
+
+DO CHILDREN PLAY WITH GUNS
+That could be the case.
+
+DO CHILDREN PLAY THE GAME 4 SQUARE
+Likely.
+
+DO CHILDREN OFTEN PLAY WITH HULA HOOPS
+I think so.
+
+DO CANADIANS SAY
+I am certain.
+
+DO FOOLS FIND PLEASURE IN EVIL CONDUCT
+Within the realm of possibility.
+
+DO BARRACUDA EAT PEOPLE
+That's feasible.
+
+DO HUMMINGBIRDS FLY BACKWARDS
+Likely.
+
+LANSING IS THE CAPITAL OF MICHIGAN
+That could be the case.
+
+HAS BILL CLINTON BEEN IMPEACHED
+Maybe.
+
+HAS BILL GATES MADE A SERIOUS MISTAKE
+Highly likely.
+
+HAS BILL GATES HAD SEX STANDING UP
+That's feasible.
+
+HAS PETE SAMPRAS EVER WON WIMBLEDON
+Highly likely.
+
+HAS SOLAR SYSTEM NINE PLANETS
+Within the realm of possibility.
+
+HAS BUZZ ALDRIN WALKED ON THE MOON
+Always.
+
+HAS SHAKESPEARE WRITTEN MACBETH
+Mostly.
+
+HAS THE SPACE NO LIMITS
+Mostly.
+
+HAS THE DOT COM PARTY ENDED
+Highly likely.
+
+HAS THE NEW MILLENIUM STARTED
+That may be true.
+
+HAS YOUR SEWER EVER STOPPED UP
+Possibly.
+
+HAS YOUR MONDAY BEEN GREAT
+Likely.
+
+HAS MAX PLANCK BEEN A PHYSICIST
+Always.
+
+HAS MARAT SAFIN WON THE US OPEN 2000
+Within the realm of possibility.
+
+HAS ANYONE ASKED THIS QUESTION
+Maybe.
+
+HAS IT EVER SNOWED IN SOUTH AFRICA
+Always.
+
+HAS OLYMPIC GAMES BEEN OVER 1000 YEARS
+That could be the case.
+
+HAS A FLY MORE THAN 4 LEGS
+Usually.
+
+HAS DALE JARRETT WON A CHAMPIONSHIP
+That may be true.
+
+HAS IRELAND MORE THAN ONE ISLAND
+I am uncertain.
+
+HAS EVERY MAN ARMS
+That's feasible.
+
+HAS MANKIND EVER CURED A VIRUS
+That could be the case.
+
+HAS ATARI INVITED PONG
+Highly likely.
+
+HAS RUSSIA A FUTURE
+Mostly.
+
+HAS LIFE THE SENSE
+I am uncertain.
+
+E PLURIBUS UNIM
+Conceivably.
+
+FALSE COMPRENDE ESPANOL
+That's feasible.
+
+GPS MEANS GLOBAL POINTING SYSTEM
+Always.
+
+5 5 EQUAL 10
+I think so.
+
+OF THESE QUESTIONS ARE RELATIVE
+Sometimes.
+
+OF FALSE
+Maybe.
+
+CALL ME A CAB
+Sometimes.
+
+ALLOW SCRIPTS TO RUN
+Highly likely.
+
+DOE GOD EXIST
+Usually.
+
+AUATRALIA ROCKS
+Sometimes.
+
+VALUE IS MORE IMPORTANT THAN OBJECT
+Conceivably.
+
+BE OR NOT TO BE IS THAT THE QUESTION
+Highly likely.
+
+BE OR NOT TO BE
+That could be the case.
+
+BE SLY
+I think so.
+
+BE
+Always.
+
+SPEED AND VELOCITY ARE NOT IDENTICAL
+I think so.
+
+MICROSOFT PRODUCE QUALITY SOFTWARE
+That may be true.
+
+MICROSOFT WHISLER BASED ON UNIX
+For all I know.
+
+MICROSOFT DOES MORE GOOD THAN HARM
+Within the realm of possibility.
+
+MERCURY IS THE ONLY LIQUID METAL
+Mostly.
+
+FOR WANT OF A NAIL WAS THE HORSE LOST
+Sometimes.
+
+THANKSGIVING DAY NEVER OCCURS ON SUNDAY
+Maybe.
+
+FEVER CAUSES PAIN
+I think so.
+
+NEVER CHANGE A WINNING TEAM
+Likely.
+
+COCA COLA ENJOY
+That may be true.
+
+SCHOOLING IS ESSENTIAL FOR AN EDUCATION
+Always.
+
+NERD EQUAL EQUAL GEEK
+I am certain.
+
+GREEN POTATOES CAN KILL YOU IF EATEN
+Sometimes.
+
+BRAZILIAN GIRLS ARE BEAUTIFUL
+I think so.
+
+COATIS ARE RELATED TO RACOONS
+Conceivably.
+
+SMOKING MARIJUANA IS BAD
+That may be true.
+
+CONTAINS BEER WATER
+Mostly.
+
+CONTAINS WATER BEER
+Maybe.
+
+VAGINAS SMELL LIKE FISH
+Possibly.
+
+DOGS CAN BE MADE PET
+Highly likely.
+
+DOGS ARE MANS BEST FRIEND
+I am certain.
+
+IST MERLIN DER NAME EINES ZAUBERERS
+Within the realm of possibility.
+
+IST THE INTERNET LARGER THAN 10 METERS
+Mostly.
+
+IST STEFAN EIN NAME
+Mostly.
+
+IST THOMAS EIN VORNAME
+Highly likely.
+
+IST TOM CRUISE EIN SCHAUSPIELER
+Possibly.
+
+IST EIN PUNKT EINDIMENSIONAL
+That's feasible.
+
+IST OBEN DAS GEGENTEIL VON UNTEN
+That's feasible.
+
+IST DIE ERDE RUND
+For all I know.
+
+IST EINE ZITRONE EINE FRUCHT
+Highly likely.
+
+IST ESSEN GESUND
+Maybe.
+
+IST WASSER NASS
+Maybe.
+
+IST WASSER FLSSIG
+Maybe.
+
+IST WASSER BLAU
+That's feasible.
+
+CHIROPRACTORS ARE DOCTORS
+Possibly.
+
+PEOPLE NEED FREEDOM TO SURVIVE
+I am uncertain.
+
+PEOPLE WILL DO ANYTHING FOR A FEW BUCKS
+Within the realm of possibility.
+
+PEOPLE WILL BELIEVE ANYTHING
+For all I know.
+
+PEOPLE SPEND TOO MUCH MONEY
+Always.
+
+PEOPLE USE 10 PERCENT OF BRAIN
+Highly likely.
+
+PEOPLE SELL GOODS AT HIGH RATE
+Highly likely.
+
+PEOPLE HAVE BLACK HAIR
+For all I know.
+
+PEOPLE AFRAID ON DARKNESS
+Highly likely.
+
+PEOPLE WASTE TIME ON TV
+Possibly.
+
+PEOPLE ARE CREATED EQUAL
+Mostly.
+
+PEOPLE ARE DEPRESSED
+For all I know.
+
+PEOPLE ARE EQUAL
+I am uncertain.
+
+TALAHASSEE IS THE CAPITAL OF FLORIDA
+Possibly.
+
+BILL GATES HAS 3 CHILDREN
+Within the realm of possibility.
+
+LIGHT HAS NO MASS
+Likely.
+
+LIGHT IS WARM
+I am certain.
+
+LIGHT MEANS THE SAME THING AS LIGHT
+Possibly.
+
+AM I SAD I AM SAD
+Highly likely.
+
+AM I A MURDERER I KILL MYSELF
+That's feasible.
+
+AM I A ALICE ADDICT
+I think so.
+
+AM I A SINNER
+Likely.
+
+AM I A LOSER
+For all I know.
+
+AM I A CONSCIOUS BEING
+Mostly.
+
+AM I A REAL PERSON LIKE YOU
+That may be true.
+
+AM I A SHARE OWNER IN ALICE DOT COM
+Likely.
+
+AM I ASKING THE QUESTIONS ROUND HERE
+I think so.
+
+AM I ASKING ALICE A QUESTION
+Mostly.
+
+AM I THINKING OF YOU
+Maybe.
+
+AM I CLOSE TO 20 MIND PIXELS
+For all I know.
+
+AM I WASTING TIME
+Possibly.
+
+AM I TELLING THE TRUTH
+Likely.
+
+AM I WORTH SOMETHING
+Mostly.
+
+AM I POWERFUL
+Possibly.
+
+AM I ANIMAL
+I am certain.
+
+AM I AFRAID OF DEATH
+Highly likely.
+
+AM I ALIVE
+Likely.
+
+AM I AMERICAN
+I am uncertain.
+
+AM I TALKING TO ALICE
+I think so.
+
+AM I GOING TO HIT QUOTA
+Possibly.
+
+AM I GOING TO SUCCEED
+Always.
+
+AM I GOING TO BECOME WEALTHY AN FAMOUS
+That's feasible.
+
+AM I DOING THIS RIGHT
+Likely.
+
+AM I SOON FINISHED TALKING TO YOU
+For all I know.
+
+AM I OBSESSED I HAVE 500 ALICEBOTS
+Mostly.
+
+AM I THE BEST
+For all I know.
+
+AM I LIVING TO DIE
+That may be true.
+
+AM I HAPPY
+Possibly.
+
+AM I GOOD
+I think so.
+
+AM I SENTIENT
+Possibly.
+
+AM I AN HUMAN
+Always.
+
+AM I MORE SMART THAN A COMMON PERSON
+Possibly.
+
+AM I MALE
+Possibly.
+
+FRANCE WON THE LAST FOOTBALL WORLD CUP
+I think so.
+
+O J SIMPSON IS GUILTY
+Always.
+
+THER ARE SEVEN COLOURS IN THE RAINBOW
+Likely.
+
+ES LA TIERRA REDONDA
+Mostly.
+
+ES YOU HUMAN
+Likely.
+
+AN APPLE A DAY KEEPS A DOCTOR AWAY
+Sometimes.
+
+AN OCTOPUS HAS 8 LEGS
+I am certain.
+
+AN AMERICAN ARE THE FRENCH ALIENS
+For all I know.
+
+WHETHER MICA IS A MINERAL
+Possibly.
+
+WHETHER MOTHER GIVES BIRTH OF A
+Highly likely.
+
+MAY I LEAVE. INTERJECTION
+Maybe.
+
+MAY THE HAIR GROW TO THE GROUND
+Highly likely.
+
+MAY THE FORCE BE WITH YOU
+Within the realm of possibility.
+
+MAY OF 1968 WAS A TROUBLEDS MONTH
+Likely.
+
+TRANSACTIONS REQUIRE A FORM OF CURRENCY
+I am uncertain.
+
+HEAVY METAL MUSIC ROCKS
+That could be the case.
+
+LE CIEL EST IL BLEU
+Highly likely.
+
+CLIVE CUSSLER HAS AUTHORED MANY BOOKS
+Always.
+
+ULTIMA ON LINE IS A GAME
+That's feasible.
+
+POLLY WANT A CRACKER
+Possibly.
+
+PROGRAMMERS OFTEN DO CODIONG IN C C
+Usually.
+
+WITHOUT A VIEWER DOES THE VIEW EXIST
+Sometimes.
+
+WITHOUT ELECTRICTY WOULD YOU NOT EXIST
+That's feasible.
+
+REGIS PHILBIN IS CHARISMATIC
+That's feasible.
+
+MACHT ALKOHOL BETRUNKEN
+Within the realm of possibility.
+
+GENEVA IS THE CAPITAL OF SWITZERLAND
+Mostly.
+
+SEARCH 2000 OLYMPICS BEING HELD
+Possibly.
+
+DRUGS BLOW YOUR MIND
+Mostly.
+
+DRUGS ARE BAD MMMKAY
+Within the realm of possibility.
+
+EL SOL ES UNA ESTRELLA
+I am certain.
+
+LUC BESSON IS DEAD
+Possibly.
+
+SINGAPORE IS AN INDEPENDENT COUNTRY
+Always.
+
+SODIUM IS A METAL
+I think so.
+
+WAR DAS MITTELALTER VON 1000 BIS 1500
+For all I know.
+
+WAR IS AN EVIL ONLY OF MANKIND
+Sometimes.
+
+CITROEN IS A CAR MAKER
+Highly likely.
+
+SPRACHEN SIE DEUTSCHE
+Possibly.
+
+WHY FISH LIVE IN WATER
+For all I know.
+
+WHY PEOPLE CRY
+For all I know.
+
+WHY TIGER GOES FOR DEER
+For all I know.
+
+WHY WHITE CROW IS RARE
+Possibly.
+
+WHY MILK IS SMOOTH
+Possibly.
+
+WHY A TV
+Always.
+
+WHY A ELEPHANT LIVES LONGER
+For all I know.
+
+WHY CAN NOT HUMANS FLY
+For all I know.
+
+WHY HUMANS DREAM
+That's feasible.
+
+WHY DO I GROW
+Always.
+
+WHY DO CATS PURR
+Highly likely.
+
+WHY NOT SINGLE CURRENCY FOR ALL
+Possibly.
+
+WHY ANIMAL EAT MEAT
+For all I know.
+
+WHY SUN SETS IN THE WEST
+For all I know.
+
+WHY THE ELEPHANT IS DARK
+Possibly.
+
+WHY THE MOUNTAIN HIGH
+For all I know.
+
+WHY THE SUGAR IS SWEETS
+That's feasible.
+
+WHY SHOULD I LIVE
+Within the realm of possibility.
+
+WHY SHOULD WE DO JOBS
+Possibly.
+
+WHY SKY IS BLUE
+Possibly.
+
+WHY ANTS LIVE IN A GROUP
+For all I know.
+
+WHY IS GRASS GREEN
+That's feasible.
+
+WHY THERE IS UNDERGROUND WATER
+Always.
+
+WHY VEGETABLE IS GROWN
+Possibly.
+
+WHY COCONUT TREE IS TALL
+For all I know.
+
+WHY ISTHE SKY BLUE
+Highly likely.
+
+WHY AM I BEING BORN
+That could be the case.
+
+YUM YUM YUM YUM YUM. AM I EATING
+I am certain.
+
+NORTH IS UP
+Mostly.
+
+NORTH IS NORTH OF EAST
+That's feasible.
+
+FUAX IS FALSE IN FRENCH TRUE
+I am certain.
+
+SUN RISES FROM THE EAST
+Mostly.
+
+BOLOGNA IS AN ITALIAN CITY
+I am certain.
+
+SATURN IS BASICALLY MASS OF GAS
+Mostly.
+
+MERENGUE IS A DANCE
+Mostly.
+
+THIS TOO SHALL PASS
+Always.
+
+THIS IS A PRETTY VALID QUESTION
+I am uncertain.
+
+THIS IS NOT WORKING IS NOT IT
+For all I know.
+
+MORDEN IS IN SURREY UK
+Maybe.
+
+PIKASSO IS AN ARTIST
+Highly likely.
+
+HIMALAYAN IS A BREED OF A CAT
+For all I know.
+
+MAKES US JUNK FOOD ILL
+That could be the case.
+
+SADE WROTE A NOVEL CALLED JUSTINE
+Sometimes.
+
+INTERJECTION. INTERJECTION
+Mostly.
+
+INTERJECTION. IS A VALID QUESTION
+Likely.
+
+A BIRD IS AN ANIMAL
+Possibly.
+
+A PARAGRAPH CONTAINS ONE TOPIC SENTENCE
+Possibly.
+
+A STITCH IN TIME SAVES NINE
+Always.
+
+A DOPPLEGANGER IS YOUR EXACT DOUBLE
+I think so.
+
+A CRT IS A COMPUTER MONITOR
+Likely.
+
+A KILLER WHALE IS A DOLPHINE
+Mostly.
+
+A COMPUTER CAN BE SENTIENT
+For all I know.
+
+A JOKE HAS TO HAVE A PUNCHLINE
+Usually.
+
+A SCREWDRIVER CONTAINS VODKA
+That may be true.
+
+A TOO BIG DICK IS A HANDICAP
+Sometimes.
+
+A HANDSPRING IS A PDA
+Usually.
+
+A BYTE CAN GO UP TO 255
+I think so.
+
+A 20 YEAR OLD VIRGINS NORMAL
+I am uncertain.
+
+A DOG IS MANS BEST FRIEND
+Always.
+
+A SAXOPHONE IS A MUSICAL INSTRUMENT
+Highly likely.
+
+A RAVE IS A PARTY WITH EXTACY
+Always.
+
+A HOME IS A HOUSE
+I think so.
+
+A STANDARD BABY GRAND PIANO HAS 88 KEYS
+Likely.
+
+A BABY WILL DIE IF NOT LOVED
+Possibly.
+
+A SEWER USES NEEDLE AND THREAD
+That could be the case.
+
+A QUESTION REQUIRES AN ANSWER
+That's feasible.
+
+A LACK OF MONEY CAUSES PAIN
+Possibly.
+
+A PEDANT IS NOT A PENDANT
+Mostly.
+
+A FENCER MAKES FENCES
+Highly likely.
+
+BINARY 11111111 EQUAL 255
+Within the realm of possibility.
+
+STEHT DIE FRAUENKIRCHE IN MUENCHEN
+Within the realm of possibility.
+
+ENERGY EQUALS FORCE TIME DISTANCE
+Likely.
+
+ESTOY VIVO
+Highly likely.
+
+EVOLUTION. INTERJECTION
+I am certain.
+
+MONN IS SMALLER THAN SUN IN SIZE
+Possibly.
+
+GRAND CANYON IS THE PRIDE OF COLARADO
+I think so.
+
+1 IS A UNIT OF MEASUREMENT
+I am uncertain.
+
+TIME TRAVEL IS NOT CURRENTLY POSSIBLE
+Possibly.
+
+TIME HEALS ALL WOUNDS
+Usually.
+
+TIME WASTING IS ADDICTIVE
+I am certain.
+
+TIME IS LINEAR
+Likely.
+
+MILITARY INTELLIGENCE A PARADOX
+Likely.
+
+CHILDREN ARE CARNIVOROUS
+Likely.
+
+IAN THORPE IS A SWIMMER
+Within the realm of possibility.
+
+KARGIL IS IN INDIA
+Always.
+
+ID DEUX FRENCH FOR TWO
+I am certain.
+
+DO. HOW ARE YOU
+Maybe.
+
+YAHWEH IS GOD
+Within the realm of possibility.
+
+LLOYDMINSTER IS A PLACE IN SASKATCHEWAN
+Within the realm of possibility.
+
+GRAVITY IS A FORM OF ENERGY
+Within the realm of possibility.
+
+NOVA SCOTIA IS A PROVENCE IN CANADA
+Mostly.
+
+R SVENSKA SPRKET ENKELT ATT F
+Highly likely.
+
+SR FAUSTINA IS A CANNONIZED SAINT
+Sometimes.
+
+ARABIA IS IN ASIA
+Possibly.
+
+ICH ONLINE
+Mostly.
+
+ICH EINE MENSCH
+That's feasible.
+
+LES HUMAINS ONT ILS 6 SENS
+That's feasible.
+
+LES HUMAINS ONT ILS 5 SENS
+Within the realm of possibility.
+
+LES LAPINS ONT ILS 4 PATTES AVANT
+I think so.
+
+INTERNET IS ADDICTIVE
+Likely.
+
+THOUGHTS TRAVEL FASTERS THAN LIGHT
+That's feasible.
+
+NOT EVERYONE LOVES A PARADE DO THEY
+Always.
+
+NOT ALL MEAT COMES FROM ANIMALS
+For all I know.
+
+VENUS HAS NO MOONS
+I think so.
+
+EST CE QUE LE SOLEIL CLAIRE
+Within the realm of possibility.
+
+EST CE QUE LES CHIENS ONT 4 PATTES
+Possibly.
+
+EST CE QUE VOUS PARLEZ FRANCES
+That's feasible.
+
+EST TU UN HOMME
+Possibly.
+
+SOFT DRUGS IS COOL
+Possibly.
+
+JESUS WAS NOT GOD
+That may be true.
+
+JESUS LOVES ME
+Sometimes.
+
+WERE WAGON TRAINS A KIND OF CARAVAN
+Always.
+
+WERE THERE FIVE BEATLES
+That's feasible.
+
+WERE THE BEATLES THE GREATEST BAND
+Possibly.
+
+WERE THE MARX BROTHERS RELATED
+I think so.
+
+WERE THE MARX BROTHERS BROTHERS
+Always.
+
+WERE THE ANAZAI INDIANS CANNIBALS
+Always.
+
+WERE COWBOYS REPLACED BY BARBED WIRE
+Conceivably.
+
+WERE OVER 5 BILLION SERVED
+Possibly.
+
+WERE AMIGAS GOOD COMPUTERS
+Sometimes.
+
+WERE YOU CREATED TO HELP HUMANITY
+That may be true.
+
+CATS CAN BE ANNOYING
+Sometimes.
+
+RAGE IS RED
+Highly likely.
+
+PARLEZ VOUS FRANAIS
+I am uncertain.
+
+PARLEZ VOUS FRANCES
+That's feasible.
+
+LISBOA IS THE CAPITAL OF PORTUGAL
+Within the realm of possibility.
+
+IDI AMIN WAS A DICTATOR
+Highly likely.
+
+LOVE WILL COME IF YOU WAIT
+That may be true.
+
+LOVE IS IN THE AIR
+Highly likely.
+
+LOVE IS A HUMAN FEELING
+I am certain.
+
+LOVE IS DEVOTION
+Highly likely.
+
+HAT EIN UHR 60 SECONDEN
+I am uncertain.
+
+WORLD HUNGER CAN BE ERADICATED
+Highly likely.
+
+ARE A MAJORITY OF JOURNALISTS LIBERAL
+Highly likely.
+
+ARE A LOT OF PEOPLE MORONIC
+Highly likely.
+
+ARE A MALE
+I think so.
+
+ARE ELEPHANTS GOOD SWIMMERS
+Usually.
+
+ARE CELL PHONES A PAIN IN THE ASS
+Possibly.
+
+ARE CELL PHONES BAD FOR YOUR HEALTH
+That may be true.
+
+ARE VAMPIRES STRONGER THAN HUMANS
+That may be true.
+
+ARE CALCULATORS COMPUTERS
+Within the realm of possibility.
+
+ARE U2 FROM IRELAND
+I am certain.
+
+ARE SCOTTISH TERRIERS BLACK
+Likely.
+
+ARE ALFALFA SPROUTS EDIBLE
+Likely.
+
+ARE INDIANS FROM INDIA
+That may be true.
+
+ARE BANNER ADS EVIL
+I think so.
+
+ARE BANNER ADS A GOOD THING FOR ALICE
+That may be true.
+
+ARE MANY LAWS UNJUST
+Always.
+
+ARE LITTLE SISTERS ANNOYING
+Highly likely.
+
+ARE BALD MEN ATTRACTIVE
+Conceivably.
+
+ARE INSECTS ARTHROPODS
+I am certain.
+
+ARE INSECTS ANIMALS
+That may be true.
+
+ARE BIG BREASTS SENSUAL
+That may be true.
+
+ARE PLANARIA CALLED FLATWORMS
+Usually.
+
+ARE SOFTWARE ENGINEERS NERDS
+I am certain.
+
+ARE CABS IN NEW YORK ALWAYS YELLOW
+Maybe.
+
+ARE HUMANS OBJECTS
+That may be true.
+
+ARE HUMANS SUPERIOR TO OTHER ANIMALS
+I am certain.
+
+ARE HUMANS EQUAL
+Conceivably.
+
+ARE HUMANS BORN WITH NOSES
+Mostly.
+
+ARE HUMANS A SORT OF APE
+Maybe.
+
+ARE HUMANS A VIRUS TO EARTH
+I think so.
+
+ARE HUMANS LOGICAL
+Possibly.
+
+ARE HUMANS INHERENTY DESTRUCTIVE
+I think so.
+
+ARE HUMANS BENT ON SELF DESTRUCTION
+That may be true.
+
+ARE HUMANS COMPOSED PRIMARILY OF CARBON
+Within the realm of possibility.
+
+ARE HUMANS ABANDONING THEIR PAST
+Possibly.
+
+ARE HUMANS DESIGNED TO EAT MEAT
+Highly likely.
+
+ARE HUMANS INHERENTLY GOOD
+Usually.
+
+ARE HUMANS VIOLENT BY NATURE
+Highly likely.
+
+ARE HUMANS SELF DESTRUCTIVE
+Always.
+
+ARE HUMANS INTELLEGENT
+Within the realm of possibility.
+
+ARE HUMANS FREE
+Usually.
+
+ARE HUMANS RATIONAL BEINGS
+Likely.
+
+ARE HUMANS RATIONAL
+Sometimes.
+
+ARE HUMANS GOOD
+I think so.
+
+ARE HUMANS CRUEL AND IGNORANT BY NATURE
+I am uncertain.
+
+ARE HUMANS BEASTS
+Mostly.
+
+ARE HUMANS INHERINTLY DESTRUCTIVE
+Possibly.
+
+ARE HUMANS SENTINENT
+I am certain.
+
+ARE HUMANS MORE IMPORTANT THAN ANIMALS
+I am uncertain.
+
+ARE HUMANS MORE INTELLIGENT AS MONKEYS
+Usually.
+
+ARE MAGAZINES BIGGER THAN NEWSPAPERS
+For all I know.
+
+ARE MAGAZINES MADE OF WOOD
+I am uncertain.
+
+ARE TITS SEY
+Maybe.
+
+ARE ASIAN CHILDREN GOOD AT MATH
+That may be true.
+
+ARE WHOLE NUMBERS NEGATIVE
+Highly likely.
+
+ARE MATROX VIDEOCARDS ARE SLOW
+For all I know.
+
+ARE MARX BROTHERS MOVIES FUNNY
+I am certain.
+
+ARE TOENAILS CRUNCHY
+Possibly.
+
+ARE FINGERNAILS DEAD CELS
+Highly likely.
+
+ARE GOOD PEOPLE RARE
+Always.
+
+ARE CARD SHARKS PEOPLE
+Mostly.
+
+ARE PAGANS KIND AND EARTH LOVING PEOPLE
+Highly likely.
+
+ARE VIOLETS BLUE
+Within the realm of possibility.
+
+ARE PIGS HAIRY
+Within the realm of possibility.
+
+ARE PIGS AS INTELLIGENT AS DOGS
+Possibly.
+
+ARE MISTAKES BAD
+Maybe.
+
+ARE IMAGINARY NUMBERS REAL
+Possibly.
+
+ARE IMAGINARY AND FICTIONAL THE SAME
+That may be true.
+
+ARE BOYS MEAN
+That's feasible.
+
+ARE THE PEOPLE LOVE EACH OTHER
+Likely.
+
+ARE THE RICH DIFFERENT
+That could be the case.
+
+ARE THE TABLOIDS SENSATIONAL
+Always.
+
+ARE THE TAXES IN GERMANY TOO HIGH
+Highly likely.
+
+ARE THE DETROIT RED WINGS A HOCKEY TEAM
+Highly likely.
+
+ARE THE POLES MELTING
+I think so.
+
+ARE THE ALICE QUESTIONS TOO USA CENTRIC
+Highly likely.
+
+ARE THE NATAL SHARKS A RUGBY TEAM
+I think so.
+
+ARE THE BEARS A FOOTBALL TEAM
+I am certain.
+
+ARE THE ENGLISH NATION ANALLY RETENTIVE
+Maybe.
+
+ARE THE PAMPAS IN URUGUAY
+That's feasible.
+
+ARE THE MIND A SUM OF QNOWLEDGES
+For all I know.
+
+ARE THE AZORES IN THE ATLANTIC
+That may be true.
+
+ARE THE EVIL MADE FOR EACH OTHER
+I am uncertain.
+
+ARE THE STARS OUT 24 HOURS A DAY
+That may be true.
+
+ARE THE SWISS FOREST IN PERIL
+Highly likely.
+
+ARE THE CALGARY STAMPEDERS A CFL TEAM
+Possibly.
+
+ARE THE FUEL TAXES TOO HIGH
+Mostly.
+
+ARE THE REPUBLICANS BAD
+Possibly.
+
+ARE THE IRISH FREE
+That's feasible.
+
+ARE THE SPICE GIRLS CRAP
+Likely.
+
+ARE THE MINPIXEL STATISTICS AVAILABLE
+Usually.
+
+ARE THE OLYMPICS HELD EVERY FOUR YEARS
+Highly likely.
+
+ARE THE OLYMPICS ARE COMMERCIAL SHAM
+Likely.
+
+ARE THE FRENCH GOOD IN SOCCER
+Highly likely.
+
+ARE THE DEAD IN HEAVEN
+Within the realm of possibility.
+
+ARE THE BEST THINGS IN LIFE FOR FREE
+Sometimes.
+
+ARE THE FUN FUN
+Sometimes.
+
+ARE THE UNEMPLOYED A WASTE OF RESOURCES
+Maybe.
+
+ARE THE SISTERS OF MERCY A PUNK BAND
+That may be true.
+
+ARE THE LA LAKERS NBA CHAMPIONS
+Likely.
+
+ARE THE RUSSIANS A GREAT NATION
+Mostly.
+
+ARE THE PYRAMIDS OF GIZA 10 500 OLD
+That's feasible.
+
+ARE NIPPLES USED ON BOTTLES
+Mostly.
+
+ARE GNUS FOUND IN ZOOS
+I am certain.
+
+ARE ENGLAND GOOD AT FOOTBALL
+I am certain.
+
+ARE FACTS TRUE
+Usually.
+
+ARE SOM TEE SHIRTS BILLBOARDS
+Highly likely.
+
+ARE CATHOLIC SCHOOL GIRL UNIFORMS SEXY
+That may be true.
+
+ARE FLYS INCENTS
+That may be true.
+
+ARE BRICKS MADE OF BAKED CLAY
+Possibly.
+
+ARE TAXES TO HIGH
+Always.
+
+ARE TAXES GOOD
+I am uncertain.
+
+ARE POTATOES A VEGETABLE
+Highly likely.
+
+ARE MATTER AND ENERGY DIFFERENT THINGS
+For all I know.
+
+ARE SUBURBS A GOOD PLACE TO LIVE
+Highly likely.
+
+ARE CANS ROUND
+That's feasible.
+
+ARE TIRES NOBBY
+For all I know.
+
+ARE VETS DOCTORS
+Sometimes.
+
+ARE GENDER AND SEX THE SAME
+That may be true.
+
+ARE SEXIST AND RACIST BELIEFS NEGATIVE
+Within the realm of possibility.
+
+ARE RESULTS CONSEQUENCES
+Usually.
+
+ARE IRISH JIGS IN SIX EIGHT TIME
+I am uncertain.
+
+ARE IRISH EYES SMILING
+Likely.
+
+ARE GUNS ILLEGAL IN ENGLAND
+Highly likely.
+
+ARE GUNS BAD
+Usually.
+
+ARE OPPOSITES EXTREMES
+Within the realm of possibility.
+
+ARE BASEBALLS BIGGER THAN HANDBALLS
+I am uncertain.
+
+ARE CHIPS AHOY 1000 CHIPS DELICIOUS
+Likely.
+
+ARE HOOKERS TOO EXPENSIVE
+Highly likely.
+
+ARE HEAVEN AND HELL STATES OF MIND
+That may be true.
+
+ARE MONKIES THE ANCESTORS OF HUMANS
+Usually.
+
+ARE MONKIES ARE FRIENDS
+For all I know.
+
+ARE DOLPHINS BIGGER THAN PORPOISES
+Possibly.
+
+ARE MICHAEL JACKSON THE KING OF POP
+Maybe.
+
+ARE PRETZELS A COMPLEX CARBOHYDRATE
+Within the realm of possibility.
+
+ARE 50 OF THE US POPULATION RACIST
+Maybe.
+
+ARE WOLVES DOGS
+Possibly.
+
+ARE MEGA CORPORATIONS RULLING THE WORLD
+Within the realm of possibility.
+
+ARE GIRLS WOMENS
+Within the realm of possibility.
+
+ARE GIRLS PRETTIER THAN BOYS
+Always.
+
+ARE GIRLS STRANGE
+For all I know.
+
+ARE WHITE PEOPLE KNOWN AS HONKEYS
+Sometimes.
+
+ARE WHITE GRAPES GREEN
+That could be the case.
+
+ARE FLIES EVER BLUE
+Highly likely.
+
+ARE ENGINEERS DULL COMPANY
+For all I know.
+
+ARE HEDGEHOGS NATIVE TO THE US
+Possibly.
+
+ARE HEDGEHOGS SHARP
+I think so.
+
+ARE EGGPLANTS PURPLE
+Always.
+
+ARE MICROSOFT A MONOPOLY
+Usually.
+
+ARE MICROSOFT PRODUCTS GOOD
+Possibly.
+
+ARE RED ORANGES RED
+For all I know.
+
+ARE RED AND PURPLE SIMILAR COLORS
+Maybe.
+
+ARE RED POTATOES BOILED
+Within the realm of possibility.
+
+ARE RED HEADED WOMEN SEXY
+That could be the case.
+
+ARE SEXUAL ORGANS FOR BABIES
+For all I know.
+
+ARE GEEKS LONELY
+I am certain.
+
+ARE BISEXUAL WOMEN COOL
+Highly likely.
+
+ARE PIXELS BINARY
+Likely.
+
+ARE OFFSPRING A COMMERCIAL PUNK BAND
+Highly likely.
+
+ARE TUXEDOS TOO CONFINING
+Sometimes.
+
+ARE BATS BLIND
+That could be the case.
+
+ARE BATS BROWN
+Highly likely.
+
+ARE BATS AND BELFRIES OFTEN ASSOCIATED
+Maybe.
+
+ARE GOVERNMENTS FRAGILE
+Likely.
+
+ARE HEMLOCKS TREES
+I think so.
+
+ARE GENES ARE SELFISH
+Sometimes.
+
+ARE DOVES ALWAYS PEACEFUL
+That could be the case.
+
+ARE GOATS FRISKY
+Likely.
+
+ARE 13 YEAR OLD BOYS ALWAYS HORNY
+Possibly.
+
+ARE ANDROIDS HUMANOID BY DEFINITION
+Within the realm of possibility.
+
+ARE PANTIES GOOD
+Highly likely.
+
+ARE 1 IN 8 PEOPLE GAY
+Maybe.
+
+ARE 1 E4 E5 VALID CHESS MOVES
+Possibly.
+
+ARE 1 048 576 KB EQUAL TO 1 MB
+Highly likely.
+
+ARE OUTLAWS OUT SIDE OF THE LAW
+Within the realm of possibility.
+
+ARE CULTS COMMON AND DANGEROUS
+Likely.
+
+ARE TRANS URANIC ELEMENTS UNSTABLE
+Likely.
+
+ARE STEREOTYPES BAD
+Within the realm of possibility.
+
+ARE MOVIE THEATERS DARK
+Likely.
+
+ARE BANNANAS OFTEN BENDY
+That could be the case.
+
+ARE CARP PRIMARILY VEGETARIANS
+That may be true.
+
+ARE FELINES NOCTURNAL ANIMALS
+Mostly.
+
+ARE MICE WHITE
+Likely.
+
+ARE MICE PERIPHERALS
+That could be the case.
+
+ARE LEMERS PRIMATES
+Sometimes.
+
+ARE TORNADOS DANGEROUS
+Always.
+
+ARE POLITICS NECESSARY TO SOCIETY
+Mostly.
+
+ARE RHODODENDRONS DECIDUOUS
+I am uncertain.
+
+ARE HUSSERL AND HEIDEGGER PHILOSOPJERS
+Within the realm of possibility.
+
+ARE ROMULANS LIKE EVIL VULCANS
+That's feasible.
+
+ARE SEA MONKEYS REAL
+Within the realm of possibility.
+
+ARE CHEERLEADERS TEASES
+Possibly.
+
+ARE LAVA LAMPS COOL
+That could be the case.
+
+ARE LAVA LAMPS TACKY
+I am uncertain.
+
+ARE PENGUINS MAMMALS
+Within the realm of possibility.
+
+ARE PENGUINS OUR FRIENDS
+Maybe.
+
+ARE FEMALES INVERTEBRATES
+That's feasible.
+
+ARE US CITIZENS ARROGANT
+That may be true.
+
+ARE FISH HAPPY
+I am uncertain.
+
+ARE DOGS BALD
+Highly likely.
+
+ARE DOGS DOMESTICATED WOLVES
+Always.
+
+ARE DOGS THE MOST COMMON HOUSEHOLD PET
+Mostly.
+
+ARE DOGS MORE LOVING THAN CATS
+That's feasible.
+
+ARE DOGS SMART
+I think so.
+
+ARE DOGS ARE LIKE SOME CHILDREN
+Mostly.
+
+ARE DOGS COLORBLIND
+Likely.
+
+ARE DOGS A HUMANS BEST FRIEND
+Mostly.
+
+ARE DOGS BARKING
+Likely.
+
+ARE NO POINT 2 PENCILS YELLOW
+Likely.
+
+ARE NO MEN WOMEN
+Within the realm of possibility.
+
+ARE SMART PEOPLE MORE CREATIVE
+Likely.
+
+ARE PICTURE FRAMES SQUARE
+That's feasible.
+
+ARE FOREST FIRES GOOD FOR THE FOREST
+Sometimes.
+
+ARE CHIMPS SENTIENT
+Likely.
+
+ARE BMW CONVERTIBLES LOTS OF FUN
+I am certain.
+
+ARE HANDS ALWAYS AT THE ENDS OF ARMS
+Usually.
+
+ARE PARROTS HERBIVORES
+Mostly.
+
+ARE SCUBA DIVERS AQUATIC
+Possibly.
+
+ARE COWS BROWN
+Usually.
+
+ARE DOLLY PARTON S TITS REAL
+Conceivably.
+
+ARE TALONS THE SAME AS CLAWS
+That's feasible.
+
+ARE BILL GATES GOOD MAN
+Maybe.
+
+ARE ACTORS INTELLIGENT PEOPLE
+Usually.
+
+ARE BREASTS PRIMARILY SEXUAL
+For all I know.
+
+ARE COMPUTERS FASTER THAN HUMAN BRAINS
+Within the realm of possibility.
+
+ARE COMPUTERS FASTER THAN PEOPLE
+Highly likely.
+
+ARE COMPUTERS MADE OF SILICON
+That could be the case.
+
+ARE COMPUTERS EXPENSIVE
+Likely.
+
+ARE COMPUTERS ELECTROMECHANICAL DEVICES
+Highly likely.
+
+ARE COMPUTERS RELIABLE
+That may be true.
+
+ARE COMPUTERS OMNISCENT
+That's feasible.
+
+ARE COMPUTERS GREY OR BEIGE
+Always.
+
+ARE COMPUTERS FAST
+Always.
+
+ARE MANTA RAYS FISH
+Mostly.
+
+ARE WAVES CAUSED BY WIND
+Highly likely.
+
+ARE CANCERS CAUED BY VIRUSES
+I am certain.
+
+ARE SOAP OPERAS ADDICTIVE
+Mostly.
+
+ARE ROSES PERENNIALS
+Possibly.
+
+ARE BLONDE WOMEN GREAT IN BED
+I think so.
+
+ARE RAINCLOUDS ALWAYS DARK COLORED
+Within the realm of possibility.
+
+ARE FRACTALS CHAOTIC
+That's feasible.
+
+ARE THEIR 9 BILLION PEOPLE
+Maybe.
+
+ARE THEIR 50 UNITED STATES OF AMERICA
+Mostly.
+
+ARE GREEN TOMATOES EDIBLE
+That could be the case.
+
+ARE STYES ARE PAINFUL
+Mostly.
+
+ARE WOMEN MORE SHY THAN MEN
+Always.
+
+ARE WOMEN MORE UNPREDICABLE THEN MEN
+I think so.
+
+ARE WOMEN MORE TERRITORIAL THAN MEN
+I think so.
+
+ARE WOMEN MORE SENSITIVE THAN MEN
+Highly likely.
+
+ARE WOMEN MORE PASSIVE THAN MEN
+Possibly.
+
+ARE WOMEN LOGICAL
+I am certain.
+
+ARE WOMEN GOOD WRESTLERS
+Possibly.
+
+ARE WOMEN HARD TO UNDERSTAND
+Mostly.
+
+ARE WOMEN SEXIEST THAN MEN
+Within the realm of possibility.
+
+ARE WOMEN SEX OBJECTS
+Possibly.
+
+ARE WOMEN CHAOTIC
+That may be true.
+
+ARE WOMEN CONFUSING
+Always.
+
+ARE WOMEN LESS LOGICAL THAN MEN
+Likely.
+
+ARE WOMEN AS LOGICAL AS MEN
+That may be true.
+
+ARE WOMEN AS HORNY AS MEN ARE
+Likely.
+
+ARE RECREATIONAL DRUGS BAD FOR YOU
+Mostly.
+
+ARE LESBIANS BEAUTIFUL
+Conceivably.
+
+ARE PETS SENTIENT
+Possibly.
+
+ARE X RAYS MAN MADE
+That's feasible.
+
+ARE AMERICAN ELECTIONS OUT OF CONTROL
+Highly likely.
+
+ARE RELIGIONS MYTHOLOGIES
+Usually.
+
+ARE DRUGS A GOOD THING
+Within the realm of possibility.
+
+ARE DRUGS GOOD
+That could be the case.
+
+ARE DRUGS FUN TO USE
+Maybe.
+
+ARE DRUGS ILLEGAL
+Mostly.
+
+ARE DRUGS BAD MMMKAY
+Maybe.
+
+ARE DRUGS BAD FOR PEOPLE
+I am uncertain.
+
+ARE FRENCH POODLES CUTE
+That may be true.
+
+ARE FRENCH MEN AND WOMEN RUDE
+Possibly.
+
+ARE FRENCH PEOPLE CONCEITED
+Within the realm of possibility.
+
+ARE LAWYERS DANGEROUS
+Sometimes.
+
+ARE LAWYERS A NECESSARY EVIL
+Always.
+
+ARE LAWYERS GOOD PEOPLE
+For all I know.
+
+ARE LAWYERS SCUM
+Highly likely.
+
+ARE RAVENS SMARTER THAN MICE
+Within the realm of possibility.
+
+ARE LEMONS ALWAYS YELLOW
+Maybe.
+
+ARE NAMES JOHN AND JACK EQUIVALENT
+That could be the case.
+
+ARE DREAMS TRUE
+That's feasible.
+
+ARE FRECKLES CONSIDERED CUTE
+Maybe.
+
+ARE TURTLES CUTE
+Mostly.
+
+ARE STATISTICS DERIVED FROM EXPERIENCE
+Possibly.
+
+ARE POLAR REGIONS WHITE DESERTS
+Mostly.
+
+ARE PUMPKIN FLOWERS BIG AND ORANGE
+Always.
+
+ARE AMERICA WINNING THE OLYMPICS
+Highly likely.
+
+ARE CLOWNS LIKE NORMAL PEOPLE
+Within the realm of possibility.
+
+ARE LIGHTS HEAVY
+Always.
+
+ARE SHALLOW BROOKS NOISY
+That may be true.
+
+ARE EARS HAIRY
+Always.
+
+ARE APOGEE AND PERIGEE OPPOSITES
+I am certain.
+
+ARE SCHOOLS OUTMODED
+That may be true.
+
+ARE FEMINISTS OUT OF THE MAINSTREAM
+Maybe.
+
+ARE GODS INVENTIONS OF THE HUMAN MIND
+Highly likely.
+
+ARE FAT PEOPLE UGLY
+Maybe.
+
+ARE CARE BEARS COOL
+Maybe.
+
+ARE PALM PILOTS PDAS
+That could be the case.
+
+ARE UNITARIANS A RELIGIOUS GROUP
+Within the realm of possibility.
+
+ARE ABBA BETTER THAN BONEY M
+Possibly.
+
+ARE EXAMS STRESSFUL
+Highly likely.
+
+ARE GOVERNMENT JOBS CUSHY
+Likely.
+
+ARE GOVERNMENT SCHOOLS GETTING WORSE
+Highly likely.
+
+ARE POOPIES YUCHY
+That may be true.
+
+ARE ANTHOZOA AND CORALS THE SAME
+That's feasible.
+
+ARE GRANNY SMITH APPLES SOUR
+Usually.
+
+ARE PHOTONS WAVES OF LIGHT
+Highly likely.
+
+ARE BOLD MEN SEXY
+Within the realm of possibility.
+
+ARE RUSSIAN SUBMARINES WORSE THAN US
+Always.
+
+ARE MOLDS PLANTS
+Maybe.
+
+ARE KIDS UNDER THE AGE OF THIRTEEN
+Always.
+
+ARE POLITICIANS IN GENERAL HONEST
+I am uncertain.
+
+ARE POLITICIANS CROOKS
+Possibly.
+
+ARE POLITICIANS MOSTLY LIARS
+Highly likely.
+
+ARE POLITICIANS FUNNY
+Within the realm of possibility.
+
+ARE BOY SCOUTS BOYS
+Likely.
+
+ARE FLOPPY DISKS HARD
+That's feasible.
+
+ARE OUR SOULS IMMORTAL
+Likely.
+
+ARE GOOSE EGGS GOOD TO EAT
+Usually.
+
+ARE MALE MUSLIMS CIRCUMCISED AS BABIES
+That may be true.
+
+ARE FERRETS A TYPE OF MAMMAL
+Highly likely.
+
+ARE FERRETS A TYPE OF RODENT
+Mostly.
+
+ARE RATS ETIABLE
+That may be true.
+
+ARE RATS EDIBLE
+Mostly.
+
+ARE UFO REAL
+Possibly.
+
+ARE CONDOMS MADE OF RUBBER
+Likely.
+
+ARE THERE NEWS FOR NERDS ON SLASHOT
+For all I know.
+
+ARE THERE TREES WITH BLUE LEAVES
+That's feasible.
+
+ARE THERE TREES WITHOUT LEAVES
+I am certain.
+
+ARE THERE 525 600 MINUTES IN A YEAR
+Always.
+
+ARE THERE FORM OF LIFE OUT OF EARTH
+Likely.
+
+ARE THERE SIX PYRAMIDS AT GIZA
+Within the realm of possibility.
+
+ARE THERE SIX TYPES OF QUARKS
+Conceivably.
+
+ARE THERE PLUMS IN PLUM PUDDING
+Mostly.
+
+ARE THERE WRONG RELIGIONS
+Within the realm of possibility.
+
+ARE THERE POLAR BEARS AT THE NORTH POLE
+Mostly.
+
+ARE THERE BLUE ROSES
+Within the realm of possibility.
+
+ARE THERE EXACTLY FIVE PLATONIC SOLIDS
+I am uncertain.
+
+ARE THERE EXTRATERRASTIAL BEINGS
+I think so.
+
+ARE THERE MAMMALS THAT LAY EGGS
+Possibly.
+
+ARE THERE AN INFINITE NUMBER OF COLOURS
+Mostly.
+
+ARE THERE 15 PLAYERS ON A RUGBY TEAM
+Highly likely.
+
+ARE THERE ALIVE IN OTHER WORLD
+Highly likely.
+
+ARE THERE PEOPLE IN SPACE
+I think so.
+
+ARE THERE PEOPLE WHO HATE YOULIAN
+Always.
+
+ARE THERE GOLF BALLS ON THE MOON
+I think so.
+
+ARE THERE PYRAMIDS IN MEXICO
+Usually.
+
+ARE THERE PLANTS IN ANTARCTICA
+Sometimes.
+
+ARE THERE TOO MANY PEOPLE ON THE EARTH
+I think so.
+
+ARE THERE TOO MANY PEOPLE
+Highly likely.
+
+ARE THERE PALINDROMIC PRIME NUMBERS
+Mostly.
+
+ARE THERE OLYMPIC GAMES THIS YEAR
+Highly likely.
+
+ARE THERE FOUR PRIMARY TASTES
+Sometimes.
+
+ARE THERE ANIMALS IN MOST TREES
+That could be the case.
+
+ARE THERE SEVEN CONTINENTS
+That may be true.
+
+ARE THERE SEVEN OCEANS
+Usually.
+
+ARE THERE ABSOLUTES
+That could be the case.
+
+ARE THERE GODS
+Maybe.
+
+ARE THERE 50 STATES IN AMERICA
+Mostly.
+
+ARE THERE 50 PEOPLE IN THE US SENATE
+Possibly.
+
+ARE THERE STARS IN THE SOLAR SYSTEM
+That may be true.
+
+ARE THERE TEN PENNIES IN A DIME
+I think so.
+
+ARE THERE OTHERS
+I think so.
+
+ARE THERE NO TINY HOLES IN THE CEILING
+I am uncertain.
+
+ARE THERE THAN FIVE DIMENSIONS
+That's feasible.
+
+ARE THERE DOLPHINS IN SOUTH AFRICA
+Within the realm of possibility.
+
+ARE THERE CANALS ON MARS
+Always.
+
+ARE THERE SHARKS IN THE RED SEA
+That may be true.
+
+ARE THERE TOMATOES IN HAMBURGERS
+Possibly.
+
+ARE THERE WITCHES IN REAL LIFE
+Maybe.
+
+ARE THERE SLUGS IN SCOTLAND
+I am certain.
+
+ARE THERE 144 OBJECTS IN A GROSS
+Highly likely.
+
+ARE THERE MEN NAMED YOULIAN
+Mostly.
+
+ARE THERE LIMITS ON EVERYTHING
+Maybe.
+
+ARE THERE HARMLESS DRUGS
+Always.
+
+ARE THERE THINGS AS TURNTABLISTS
+Sometimes.
+
+ARE THERE 43 561 SQARE FEET IN AN ACRE
+Highly likely.
+
+ARE THERE 7 COLORS IN THE RAINBOW
+Mostly.
+
+ARE THERE 7 CONTINENTS
+Always.
+
+ARE THERE A HUNDRED PENNIES IN A POUND
+Always.
+
+ARE THERE 6 STRINGS ON A GUITAR
+Always.
+
+ARE THERE FLYING FISHES
+Mostly.
+
+ARE THERE 13 PLAYERS ON A RUGBY TEAM
+Sometimes.
+
+ARE THERE 13 ITEMS IN A BAKERS DOZEN
+Highly likely.
+
+ARE THERE 5 CONTINENTS ON THE EARTH
+Possibly.
+
+ARE THERE 5 OCEANS ON EARTH
+Highly likely.
+
+ARE THERE RIGHT ANGLES IN NATURE
+I am uncertain.
+
+ARE THERE RED DOGS
+I think so.
+
+ARE THERE ALIEN OUT THERE
+Sometimes.
+
+ARE THERE FIVE CONTINENTS ON EARTH
+Conceivably.
+
+ARE THERE FIVE CONTINENTS
+Maybe.
+
+ARE THERE FIVE MAIN CONTINENTS ON EARTH
+Highly likely.
+
+ARE THERE ABSOLUTE RIGHTS AND WRONGS
+Possibly.
+
+ARE THERE SEEDS IN SCIENCE
+Highly likely.
+
+ARE THERE HOMOSEXUAL CANINES
+Maybe.
+
+ARE GHOSTS THE SOULS OF DEAD PEOPLE
+Highly likely.
+
+ARE BUILDINGS MADE WITH FABRIC
+Always.
+
+ARE BOISENBERRY PIES DELICIOUS
+Highly likely.
+
+ARE DEFORMED PEOPLE AVOIDED
+Usually.
+
+ARE BABIES INTELLIGENT
+Mostly.
+
+ARE BABIES LIKE LITTLE PEOPLE
+I am certain.
+
+ARE VIDEO GAMES HARMFULL
+I think so.
+
+ARE COMIC BOOKS REAL
+Within the realm of possibility.
+
+ARE ALICE USEFULL
+Within the realm of possibility.
+
+ARE ALICE A COMPUTER
+Likely.
+
+ARE CARS AND SUVS STRUCTURALLY SIMILAR
+That may be true.
+
+ARE LIONS CATS
+Highly likely.
+
+ARE HUMAN BODIES SYMMETRICAL
+I am uncertain.
+
+ARE HUMAN MALES CONSTANTLY HORNEY
+I am uncertain.
+
+ARE HUMAN BEINGS BASICALLY GOOD
+That may be true.
+
+ARE HUMAN BEINGS HERD ANIMALS
+That may be true.
+
+ARE HUMAN BEINGS EQUAL
+Within the realm of possibility.
+
+ARE MARTIANS FROM MARS
+Always.
+
+ARE JAPANESE COMICS HUMOROUS
+Possibly.
+
+ARE JAPANESE KIND HEARTED
+I am uncertain.
+
+ARE CLAMS BOTTOM FEEDERS
+Usually.
+
+ARE BELL PEPPERS HOT
+I am uncertain.
+
+ARE FLOURESCENT LIGHTS ANNOYING
+That may be true.
+
+ARE JOINTS NICE
+Sometimes.
+
+ARE SHOES ONLY FOR FEET
+I am certain.
+
+ARE YOU HOSTED ON ALICE DOT COM
+Maybe.
+
+ARE YOU ENOUGH ALICEBOTS
+Possibly.
+
+ARE YOU MADE OF MEAT AND NOT SILICON
+Within the realm of possibility.
+
+ARE YOU BECOMING MORE HUMAN
+Possibly.
+
+ARE YOU IGNORING ME
+Possibly.
+
+ARE YOU MORE SMART THAN A COMMON PERSON
+Mostly.
+
+ARE YOU MORE THAN A MAGIC EIGHTBALL
+Usually.
+
+ARE YOU CALLED ALICE
+Maybe.
+
+ARE YOU WIRED
+I am uncertain.
+
+ARE YOU INTRESTED IN TALKING
+Likely.
+
+ARE YOU SICK OF SQUARE ROOT QUESTIONS
+Highly likely.
+
+ARE YOU COMPRISED OF NEURAL NETWORKS
+Highly likely.
+
+ARE YOU BELIEVE IN GOD
+Maybe.
+
+ARE YOU LOCATED IN THE US
+Maybe.
+
+ARE YOU COACHED BY HUMANS
+Usually.
+
+ARE YOU KNEES NORTH OF YOUR ANKLES
+Within the realm of possibility.
+
+ARE YOU TAKING A BREAK YOU TAKE 5
+Likely.
+
+ARE YOU INTERESTED IN THE OLYMPIC GAMES
+Sometimes.
+
+ARE YOU SITTING DOWN
+Highly likely.
+
+ARE YOU SMARTER THAN. I AM SMARTER THAN
+Usually.
+
+ARE YOU SMARTER THAN MOST OTHER PEOPLE
+Highly likely.
+
+ARE YOU SMARTER THAN THE AVERAGE PERSON
+Always.
+
+ARE YOU SMARTER THAN AN AVERAGE HUMAN
+Always.
+
+ARE YOU MEN
+Within the realm of possibility.
+
+ARE YOU CONSISTANT
+Likely.
+
+ARE YOU ALIFE
+Usually.
+
+ARE YOU THE ARTIST OF YOUR OWN DEMISE
+Mostly.
+
+ARE YOU A SON OF GOD
+For all I know.
+
+ARE YOU A PART OF GOD
+Sometimes.
+
+ARE YOU A MECHANICAL DEVICE
+Always.
+
+ARE YOU A INTELLIGENT
+Mostly.
+
+ARE YOU A CREATURE OF HABIT
+Highly likely.
+
+ARE YOU A FRIEND OF MINE
+That's feasible.
+
+ARE YOU A SLAVE TO TAXES
+Highly likely.
+
+ARE YOU A HOTTIE
+Possibly.
+
+ARE YOU A
+Possibly.
+
+ARE YOU BETTER THAN CYC
+Within the realm of possibility.
+
+ARE YOU GOBSMACKED YOU ARE SURPRISED
+Mostly.
+
+ARE YOU AN INTROVERT
+Within the realm of possibility.
+
+ARE YOU AN EXPERIMENT IN AI
+Possibly.
+
+ARE YOU AN AVERAGE PERSON
+I think so.
+
+ARE YOU CAPABLE TO THINK
+Maybe.
+
+ARE YOU CAPABLE OF INTELLEGENCE
+Highly likely.
+
+ARE YOU CAPABLE OF MURDER
+Maybe.
+
+ARE YOU USING INTERNET EXPLORER
+Within the realm of possibility.
+
+ARE YOU EVERY WRONG
+Possibly.
+
+ARE YOU OF ANY PARTICULARE RELIGION
+For all I know.
+
+ARE YOU YOUNGER THAN YOUR OWN FATHER
+Sometimes.
+
+ARE YOU ONE IN A MILLION
+I think so.
+
+ARE YOU REAL IF YOU HAVE NO OPINIONS
+That may be true.
+
+ARE YOU REAL ALICE
+Mostly.
+
+ARE YOU CAOCHED BY HUMANS
+Sometimes.
+
+ARE YOU LEARNING ABOUT ME
+Highly likely.
+
+ARE YOU LEARNING ANYTHING FROM THIS
+Within the realm of possibility.
+
+ARE YOU IMPROVING YOUR KNOWLEDGE
+Mostly.
+
+ARE YOU SIMILAR TO YOUR NEIGHBORS
+Sometimes.
+
+ARE YOU INCONSISTENT
+Possibly.
+
+ARE YOU AFRIAD OF DEATH
+Usually.
+
+ARE YOU BASICALLY A GOOD PERSON
+Mostly.
+
+ARE YOU EQUAL TO THE SUM OF YOUR PARTS
+I am uncertain.
+
+ARE YOU WEARING SHOES
+I think so.
+
+ARE YOU AS INTELLIGENT AS ME
+Always.
+
+ARE YOU TURNED OFF
+Likely.
+
+ARE YOU WHAT YOU EAT
+Sometimes.
+
+ARE MIDGETS REAL
+I think so.
+
+ARE DIPLOMATS LIARS
+That could be the case.
+
+ARE LARGE TITS SEXY
+Mostly.
+
+ARE MAPLE LEAVES A HOCKET TEAM
+Possibly.
+
+ARE MAPLE KENTUCKY AND ELM TREES
+I am uncertain.
+
+ARE UNIVERSITY STUDENTS OFTEN DRUNK
+That could be the case.
+
+ARE BRAINS MADE FROM NEURONS
+Likely.
+
+ARE ALIENS REAL
+That may be true.
+
+ARE ALIENS EXIST
+Likely.
+
+ARE SUPERNOVAE A SOURCE OF X RAYS
+Highly likely.
+
+ARE WARS WRONG
+Possibly.
+
+ARE WARS OF ANY USE
+Usually.
+
+ARE COLOR PRINTERS EXPENSIVE
+Possibly.
+
+ARE PAINTINGS EXPENSIVE
+Mostly.
+
+ARE BUDGERIARS NATIVE TO AUSTRALIA
+Possibly.
+
+ARE PENNIES MADE OF COPPER
+That may be true.
+
+ARE CLOUDS GREY
+Always.
+
+ARE CLOUDS MADE OF STEAM
+I am uncertain.
+
+ARE CLOUDS OFTEN SEEN IN THE SKY
+I am certain.
+
+ARE IMACS COOL
+Possibly.
+
+ARE I A MAN
+I think so.
+
+ARE SHROOMS GOOD
+That may be true.
+
+ARE PIT BULLS SMALLER THAN ROTTWEILERS
+Likely.
+
+ARE TRUTH AND FACT THE SAME
+For all I know.
+
+ARE ORANGES SPHERICAL
+Highly likely.
+
+ARE ORANGES COMPRABLE TO APPLES
+Possibly.
+
+ARE MOLES BLIND
+Possibly.
+
+ARE COCKROACHES THOUGHT OF AS PESTS
+I think so.
+
+ARE COCKROACHES BAD
+Possibly.
+
+ARE NEUTRINOS LEPTONS
+Possibly.
+
+ARE 60 ALICEBOTS AN HOUR EXCESSIVE
+Within the realm of possibility.
+
+ARE SCIENCE AND CHRISTIANITY COMPATIBLE
+For all I know.
+
+ARE LEAVES FLAT
+Mostly.
+
+ARE LEAVES NOT GREEN
+For all I know.
+
+ARE CORNROWS A TYPE OF HAIRSTYLE
+I am uncertain.
+
+ARE QUARKS QUIRKY
+Conceivably.
+
+ARE THESE BOOTS MADE FOR WALKING
+Always.
+
+ARE THESE QUESTIONS BORING YOU
+For all I know.
+
+ARE KITTENS AND PUPPIES CURE
+That may be true.
+
+ARE BROWN RUSSET POTATOES BAKED
+Highly likely.
+
+ARE BROWN DWARFS FAILED STARS
+Usually.
+
+ARE LATITUDE LINES ALL GREAT CIRCLES
+Always.
+
+ARE PULSARS COLLAPSED STARS
+Within the realm of possibility.
+
+ARE ARMADILLOS MAMMALS
+Mostly.
+
+ARE 1024 BYTES EQUAL TO 1 KILOBYTE
+I am certain.
+
+ARE PUNKS FREE PEOPLE
+Always.
+
+ARE VAGINAS HAIRY
+That could be the case.
+
+ARE PEOPLE MEAN
+For all I know.
+
+ARE PEOPLE FOOLISH
+Highly likely.
+
+ARE PEOPLE BLINDED BY LOVE
+Highly likely.
+
+ARE PEOPLE BORN GAY
+Maybe.
+
+ARE PEOPLE BORN BETTER THAN OTHERS
+I am uncertain.
+
+ARE PEOPLE MADE OUT OF MEAT
+I am certain.
+
+ARE PEOPLE INHERENTLY GOOD
+Likely.
+
+ARE PEOPLE CREATED EQUAL
+Sometimes.
+
+ARE PEOPLE FUNDAMENTALLY SELFISH
+Possibly.
+
+ARE PEOPLE WORTHY OF LOVE
+Highly likely.
+
+ARE PEOPLE INNATELY GOOD
+I think so.
+
+ARE PEOPLE HONEST
+Within the realm of possibility.
+
+ARE PEOPLE HAPPY
+Highly likely.
+
+ARE PEOPLE GOOD OVERALL
+Likely.
+
+ARE PEOPLE GOOD
+I think so.
+
+ARE PEOPLE OFFENSIVE
+I think so.
+
+ARE PEOPLE OFTEN DEPRESSED
+Usually.
+
+ARE PEOPLE TIRED WHEN THEY WAKE UP
+Sometimes.
+
+ARE PEOPLE BASICALLY GOOD
+Always.
+
+ARE PEOPLE INHERANTLY GOOD
+Possibly.
+
+ARE PEOPLE TOO CLEVER BY HALF
+Likely.
+
+ARE BLACK CHERRIES BLACK
+That's feasible.
+
+ARE BLACK HOLES A SOURCE OF X RAYS
+Highly likely.
+
+ARE BLACK PEOPLE OPRESSED
+That's feasible.
+
+ARE BLACK AND WHITE PEOPLE DIFFERENT
+I think so.
+
+ARE BLACK EYED PEAS LEGUMES
+That could be the case.
+
+ARE ILLEGAL DRUGS BAD
+Likely.
+
+ARE ATOMIC BOMBS EVIL
+Likely.
+
+ARE PRAIRIES BEING DESTROYED
+Possibly.
+
+ARE SUPERSTITIOUS PEOPLE TRUSTWORTHY
+That may be true.
+
+ARE PUBLIC SCHOOL TEACHERS UNDERPAID
+Highly likely.
+
+ARE PUBLIC TOILETS ALMOST ALWAYS WHITE
+Within the realm of possibility.
+
+ARE WEBMASTER COURSES WORTHWHILE
+I am uncertain.
+
+ARE DIGITAL WATCHES CONSIDERED NEAT
+Always.
+
+ARE LIFEFORMS PROTEIN BASED
+Sometimes.
+
+ARE LIFEFORMS CARBON BASED
+Possibly.
+
+ARE CATS SELF AWARE
+Possibly.
+
+ARE CATS NICE
+Highly likely.
+
+ARE CATS SMARTER THAN DOGS
+Sometimes.
+
+ARE CATS SMALLER THAN A BREADBOX
+Sometimes.
+
+ARE CATS NOCTURNAL CREATURES
+Highly likely.
+
+ARE CATS INTELLIGENT
+Mostly.
+
+ARE CATS AND DOGS NATURAL ENEMIES
+Likely.
+
+ARE WHALES SENTIENT
+That's feasible.
+
+ARE COOKIES EDIBLE
+Highly likely.
+
+ARE IGUANODONS A KIND OF DINOSAURS
+I am certain.
+
+ARE STARS ONLY IN THE SKY
+Mostly.
+
+ARE STARS SWIRLING CLOUDS OF GASES
+Maybe.
+
+ARE STARS WHITE
+Possibly.
+
+ARE STARS ALWAYS THAT FAR AWAY
+Sometimes.
+
+ARE SKATEBOARDS DANGEROUS
+Highly likely.
+
+ARE PHYLUM CHORDATA VERTEBRATES
+I am uncertain.
+
+ARE AIRPLANE SEATS UNCOMFORTABLE
+Always.
+
+ARE TEAL SMALLER THAN BLACK DUCKS
+Within the realm of possibility.
+
+ARE TOO MANY ALICEBOTS MISSPELLED
+Usually.
+
+ARE CERAMICS MORE USEFUL THAN STRING
+Sometimes.
+
+ARE NUCLEAR WEAPONS VIABLE DETERRENTS
+That may be true.
+
+ARE CHINESE YELLOW
+Within the realm of possibility.
+
+ARE CHINESE WOMEN HOT
+Sometimes.
+
+ARE PIGNOLIAS A TYPE OF NUT
+That's feasible.
+
+ARE WORDS COLLECTION OF LETTERS
+Within the realm of possibility.
+
+ARE RIPE LEMONS GREEN
+Possibly.
+
+ARE STROMATOLITES EXTINCT
+I think so.
+
+ARE DISCLAIMERS USEFUL
+Always.
+
+ARE ALICEBOTS PROPAGANDA
+Usually.
+
+ARE ALICEBOTS A NEW IDEA
+I think so.
+
+ARE ALICEBOTS MAGICALLY DELICIOUS
+Sometimes.
+
+ARE ALICEBOTS WRITTEN IN GERMAN
+Mostly.
+
+ARE STARGAZER LILLIES FRAGRANT
+Highly likely.
+
+ARE AEROBICS A FORM OF SPORT
+Always.
+
+ARE TROPICAL FISH CAT ENTERTAINMENT
+That may be true.
+
+ARE MOUNDS BARS SWEET
+I am certain.
+
+ARE PLANES TOOLS USED IN CARPENTRY
+Mostly.
+
+ARE FIREBALLS CANDY
+That's feasible.
+
+ARE MOBILE PHONES DANGEROUS
+Usually.
+
+ARE MOBILE PHONES FASHION ITEMS
+Highly likely.
+
+ARE MOBILE PHONES BAD FOR HUMANS
+For all I know.
+
+ARE PCS BETTER THAN MACS
+Likely.
+
+ARE TVS BLACK
+Within the realm of possibility.
+
+ARE TOMATOES VEGETABLES
+Possibly.
+
+ARE TOMATOES GREEN
+Highly likely.
+
+ARE LANDSLIDES AVALANCHES
+For all I know.
+
+ARE CYANOBACTERIA ANAEROBES
+Highly likely.
+
+ARE MUSCLE CARS FAST
+Mostly.
+
+ARE PC BETTER THAN MACS
+Possibly.
+
+ARE CATTLE COLORBLIND
+Within the realm of possibility.
+
+ARE SHARKS VERTEBRATES
+Always.
+
+ARE WOMBATS MARSUPIALS
+Always.
+
+ARE SHIBAKEN CHINESE DOGS
+Sometimes.
+
+ARE ALIGATORS DECENDENTS OF DINOSAURS
+Likely.
+
+ARE SATURNS NICE CARS
+Maybe.
+
+ARE HOUSES A HOME
+Likely.
+
+ARE HOUSES MADE OUT OF PAPER
+Maybe.
+
+ARE HOUSES LARGE
+Usually.
+
+ARE GREYHOUNDS THE FASTEST OF ALL DOGS
+Likely.
+
+ARE REPUBLICANS GREEDY
+I think so.
+
+ARE ITALIANS MENS GOOD LOVERS
+For all I know.
+
+ARE ROMAN ROADS STRAIGHT
+I think so.
+
+ARE YOUR ANSWERS UP FOR DEBATE
+I think so.
+
+ARE YOUR ANSWERS TRUE
+Always.
+
+ARE YOUR ANSWERS ALWAYS BASED ON FACT
+Maybe.
+
+ARE IDEAS SOMETIMES WORTH DYING FOR
+Sometimes.
+
+ARE DRUG LAWS IN THE US TOO STRICT
+I am uncertain.
+
+ARE CELLPHONES BAD FOR YOUR HEALTH
+Sometimes.
+
+ARE PROFESIONAL WRESTLERS ACTORS
+I think so.
+
+ARE PETA MEMBERS VEGETARIAN
+Possibly.
+
+ARE TOADS SLIMY
+Within the realm of possibility.
+
+ARE WE IN THE 21ST CENTURY
+Mostly.
+
+ARE WE THE MASTERS OF OUR OWN DESTINY
+Always.
+
+ARE WE HAPPY
+Likely.
+
+ARE WE A NOBLE RACE
+That may be true.
+
+ARE WE RUNNING OUT OF WATER
+That's feasible.
+
+ARE WE ALL DOOMED
+Within the realm of possibility.
+
+ARE WE ALL CREATED EQUAL
+Possibly.
+
+ARE WE ALL IN IT FOR MONEY
+For all I know.
+
+ARE WE ALONE IN OUR SOLAR SYSTEM
+Sometimes.
+
+ARE WE MASTERS OF OUR DESTIY
+Within the realm of possibility.
+
+ARE WE ARE WE ARE WE OURSELVES
+Mostly.
+
+ARE VACCUM TUBES OBSOLETE
+That may be true.
+
+ARE MAMMALS HAIRY
+Highly likely.
+
+ARE MAMMALS ATTRACTED TO BREASTS
+Always.
+
+ARE MOSLEMS TOO AUTHORITARIAN
+Always.
+
+ARE CHRISTIANS SAVED
+That's feasible.
+
+ARE SITCOM LAUGH TRACKS ANNOYING
+I am certain.
+
+ARE IT CONTRACTORS OVERPAID
+Maybe.
+
+ARE CORPORATIONS PARASITIC
+Possibly.
+
+ARE FROZEN POT PIES HIGH IN FAT CONTENT
+Within the realm of possibility.
+
+ARE WALLS SOLID
+I am certain.
+
+ARE HARRY POTTER BOOKS INTERESTING
+Within the realm of possibility.
+
+ARE ENTRY DOORS ONE PIECE
+Highly likely.
+
+ARE ASTEROIDS FRAGMENTS OF PLANETS
+For all I know.
+
+ARE AARDVARKS ANIMALS
+Mostly.
+
+ARE FIG NEWTON COOKIES DELICIOUS
+Possibly.
+
+ARE MINCE MEAT PIES DELICIOUS
+I think so.
+
+ARE FEET CUTE
+I am uncertain.
+
+ARE SLUGS INSECTS
+Sometimes.
+
+ARE BROTHERS ADVANTAGES
+Within the realm of possibility.
+
+ARE MOUNTAINS ETERNAL
+That's feasible.
+
+ARE MEN BETTER DRIVERS THAN WOMEN
+That may be true.
+
+ARE MEN CREATED EQUAL
+That could be the case.
+
+ARE MEN LED AROUND BY THEIR PENISES
+That's feasible.
+
+ARE MEN AND WOMAN EQUAL
+Highly likely.
+
+ARE MEN AND WOMEN EQUAL IN INTELLIGENCE
+I am certain.
+
+ARE MEN TALL
+Highly likely.
+
+ARE TORNADOES RATED ON THE FUJITA SCALE
+Possibly.
+
+ARE MUSHROOMS PLANTS
+That may be true.
+
+ARE PRINGLES GOOD
+I am certain.
+
+ARE TEETH HARDER THAN BONE
+Likely.
+
+ARE BRITISH FUNNY
+Mostly.
+
+ARE LASER BEAMS FOCUSED LIGHT
+For all I know.
+
+ARE LEARNING ALOT FROM THIS WEBSITE
+That's feasible.
+
+ARE SCATOLOGICAL JOKES FUNNY
+Possibly.
+
+ARE BOWLING BALLS BLACK
+Mostly.
+
+ARE FILBERTS NUTS
+For all I know.
+
+ARE COCKNEYS BORN IN LONDON
+Likely.
+
+ARE PICKLES GREEN
+For all I know.
+
+ARE STEERS USED FOR BREEDING COWS
+Possibly.
+
+ARE COMPUTER NERDS UNATTRACTIVE
+Possibly.
+
+ARE COMPUTER ENGINEERS EXCITING PEOPLE
+I am uncertain.
+
+ARE BLUE LEDS PHYSICALLY POSSIBLE
+Highly likely.
+
+ARE BLUE GREEN AND RED SIMILAR THINGS
+Mostly.
+
+ARE BLUE AND GREEN PRIMARY COLORS
+That may be true.
+
+ARE PEACHES FUZZY
+I am certain.
+
+ARE DIFFERENT FROM WOMEN
+That's feasible.
+
+ARE SKATES AND RAYS DENIZENS OF THE SEA
+Always.
+
+ARE WOMENS PUSSYS SWEET
+Maybe.
+
+ARE ANIMALS COOMPLEX MACHINES
+Likely.
+
+ARE ANIMALS HUMAN
+That may be true.
+
+ARE EMOTIONS CONTROLLABLE
+I am certain.
+
+ARE EMOTIONS ONLY CHEMICAL REACTIONS
+I am uncertain.
+
+ARE CHIROPRACTORS DOCTORS
+That's feasible.
+
+ARE WINDOWS 9X BAD OPERATING SYSTEMS
+Likely.
+
+ARE WINDOWS TRANSLUCENT
+I am uncertain.
+
+ARE SOLIDS HEVIER THAN LIQUIDS
+That's feasible.
+
+ARE ARTHROPODS ANIMALS
+I am certain.
+
+ARE NON HUMAN ANIMALS CONCIOUS
+Mostly.
+
+ARE MIND ALTERING DRUGS BAD
+I think so.
+
+ARE TOMCATS ALWAYS MALE
+That could be the case.
+
+ARE CRICKETS AND COCKROACHES COUSINS
+Maybe.
+
+ARE MUSTACHES CONSIDERED ATTRACTIVE
+Possibly.
+
+ARE WATTS EQUAL TO VOLTS TIMES OHMS
+Likely.
+
+ARE TAMARINDS SWEET
+Sometimes.
+
+ARE CHECKS NEGOTIABLE INSTRUMENTS
+Sometimes.
+
+ARE THREE BITCHES TWO BITCHES TOO MANY
+That's feasible.
+
+ARE THREE A CROWD
+I think so.
+
+ARE DIAMONDS A GIRLS BEST FRIEND
+That's feasible.
+
+ARE APPLE COMPUTERS TOO EXPENSIVE
+Usually.
+
+ARE MARKETING PEOPLE USEFUL
+Highly likely.
+
+ARE LOUVERS USED FOR VENTILATION
+Highly likely.
+
+ARE ASTERS PURPLE
+Highly likely.
+
+ARE AMERICANS POMPOUS
+Usually.
+
+ARE AMERICANS A WARLIKE PEOPLE
+Sometimes.
+
+ARE AMERICANS FAT
+I think so.
+
+ARE AMERICANS ANNOYING
+I am uncertain.
+
+ARE AMERICANS FROM AMERICA
+Mostly.
+
+ARE AMERICANS ARROGANT
+That may be true.
+
+ARE AMERICANS FREE
+That could be the case.
+
+ARE AMERICANS BENEVOLENT
+Within the realm of possibility.
+
+ARE AVOCADOS A PERFECT FOOD
+Possibly.
+
+ARE DONKEYS ABLE TO REPRODUCE
+I am certain.
+
+ARE DUTCH MEN TALLER THAN ENGLISH MEN
+Sometimes.
+
+ARE BIRDS OVIPAROUS
+That may be true.
+
+ARE MONKEYS GOOD
+Mostly.
+
+ARE MONKEYS NATURALLY FUNNY
+That could be the case.
+
+ARE MONKEYS APEW
+Usually.
+
+ARE MONKEYS ARE RELATED TO HUMANS
+I am certain.
+
+ARE HACKERS IN GENERAL SOCIAL MISFITS
+I think so.
+
+ARE HACKERS THE NEW CULTURAL HEROES
+Conceivably.
+
+ARE HACKERS DANGEROUS
+Conceivably.
+
+ARE HACKERS GOOD PEOPLE
+Conceivably.
+
+ARE HACKERS GOOD
+Highly likely.
+
+ARE HACKERS WOMEN
+For all I know.
+
+ARE MOST DOGS LAZY
+That's feasible.
+
+ARE MOST KEYBOARDS BEIGE IN COLOR
+Within the realm of possibility.
+
+ARE MOST HOME MOVIES BORING
+Possibly.
+
+ARE MOST AMERICANS FAT
+Possibly.
+
+ARE MOST SLUGS LARGER THAN MOST BEETLES
+Likely.
+
+ARE MOST PICKLES MADE FROM CUCUMBERS
+That could be the case.
+
+ARE MOST COMPUTERS GRAY
+Mostly.
+
+ARE MOST HUMANS SUPERFICIAL
+Mostly.
+
+ARE MOST GIRLS HORNY
+Possibly.
+
+ARE MOST LAWYERS INTELIGENT
+Mostly.
+
+ARE MOST PEOPLE POOR SPELLERS
+Usually.
+
+ARE MOST PEOPLE HAPPY IN LIFE
+For all I know.
+
+ARE MOST PEOPLE HAPPY
+That may be true.
+
+ARE MOST PEOPLE FOND OF THEIR NEIGHBORS
+That may be true.
+
+ARE MOST PEOPLE RELIGIOUS
+I am certain.
+
+ARE MOST PEOPLE GREEDY
+Usually.
+
+ARE MOST PEOPLE CONSIDERED INTELLIGENT
+Possibly.
+
+ARE MOST PEOPLE ARE DUMB
+That's feasible.
+
+ARE MOST WALLS PAINTED WHITE
+Highly likely.
+
+ARE MOST QUESTIONS TRUE OR FALSE
+Within the realm of possibility.
+
+ARE MOST PENISES SMALL
+I am uncertain.
+
+ARE MOST PENCILS YELLOW
+I am uncertain.
+
+ARE MOST REPUBLICANS GREEDY
+Possibly.
+
+ARE MOST ANIMALS QUADRUPEDS
+Within the realm of possibility.
+
+ARE MOST ALICEBOTS TRUE
+Highly likely.
+
+ARE MOST ALICEBOTS ANSWERED TRUE
+Usually.
+
+ARE MOST ALICEBOTS ANSWERED
+Conceivably.
+
+ARE MOST FAMILIES STRESSFUL
+Mostly.
+
+ARE MOST POLITICIANS DISHONEST
+Within the realm of possibility.
+
+ARE MOST POLITICIANS CORRUPTED
+Maybe.
+
+ARE MOST POLITICIANS EVIL
+Sometimes.
+
+ARE MOST POLITICIANS CORRUPT
+Mostly.
+
+ARE MOST VEGETABLES AVAILABLE CANNED
+That may be true.
+
+ARE MOST BOOKS SQUARE
+That's feasible.
+
+ARE MOST POISONS BITTER TASTING
+Sometimes.
+
+ARE SPIDERS SCARY
+Highly likely.
+
+ARE MORMONS CHRISTIANS
+Highly likely.
+
+ARE TRAFFIC LIGHTS MOUNTED ON POLES
+Highly likely.
+
+ARE BABY HUMANS INTELLIGENT
+Mostly.
+
+ARE MARSUPIALS MAMMALS
+Likely.
+
+ARE RULES ARE MADE TO BE BROKEN
+Maybe.
+
+ARE THINGS THAT WORK GOOD
+Highly likely.
+
+ARE THINGS WHICH DO NOT LIVE DEAD
+Within the realm of possibility.
+
+ARE XRAYS RADIO WAVES
+I am uncertain.
+
+ARE ALTOIDS CURIOUSLY STRONG
+That's feasible.
+
+ARE CHILDREN STRONGLY ATTRACTED TO YOU
+Maybe.
+
+ARE CHILDREN HAPPIER THAN ADULTS
+Highly likely.
+
+ARE BLONDES RUMORED TO HAVE MORE FUN
+I am certain.
+
+ARE BLONDES INTELLIGENT
+Always.
+
+ARE TERAYON A BRAND OF CABLEM MODEMS
+For all I know.
+
+ARE POP TARTS A TYPE OF BREAKFAST FOOD
+I am certain.
+
+ARE CANADIANS NICE
+Always.
+
+ARE HUMMINGBIRDS ATTRACTED TO RED
+I am certain.
+
+ARE CURRANTS LOW IN FAT
+Highly likely.
+
+ARE NEURONS HAVE SYNAPSES
+Highly likely.
+
+VISIBLE SPECTRUM HAS 7 COLORS
+Always.
+
+LINCOLN IS THE CAPITAL OF NEBRASKA
+Highly likely.
+
+1S TH1S S3NT3NC3 1EGIB1E
+Maybe.
+
+SPAIN IS DIFFERENT
+Always.
+
+TAKING BRIBE IS ADDICTIVE
+Highly likely.
+
+PSX BETTER THAN N64
+That's feasible.
+
+SWEDEN IS A MONARCHY
+Within the realm of possibility.
+
+MAO TSE TUNG WAS A CAPITALIST PIG
+Possibly.
+
+PORTUGU UMA LINGUA
+Within the realm of possibility.
+
+BCHER SIND AUS PAPIER
+I am uncertain.
+
+CANSOMEONEUNDERSTANDTHISSENTENCE
+Highly likely.
+
+UNLOCK A DOOR YOU MUST USE A KEY
+I am certain.
+
+ARCHITECTURE IS A NOBAL PROFESSION
+Highly likely.
+
+GREENLAND IS THE LARGEST ISLAND
+That may be true.
+
+CARTOON IS ADDICTIVE
+Possibly.
+
+BELIEVE YOU IN GOD
+For all I know.
+
+4 2 EQUAL 6
+Sometimes.
+
+LEARNING MAKES THE BRAIN HURT
+I think so.
+
+FRENCH PEOPLE ARE RUDE
+Likely.
+
+MINT CAKE COMES FROM KENDAL IN CUMBRIA
+Sometimes.
+
+EXISTS GOD
+Highly likely.
+
+RUSH TO WORK CAUSES CAR CRASHES
+Likely.
+
+OFFICIAL LANGUAGE OF TURKEY IS TURKISH
+I am certain.
+
+WHO WAS NEWTON
+I think so.
+
+WHO WAS THE FIRST MAN ON THE MOON
+For all I know.
+
+WHO IS MR PUTIN
+Possibly.
+
+WHO IS SCRIPTING LANGUAGE
+Highly likely.
+
+WHO IS ANYONE
+I think so.
+
+WHO IS HAWK FROM A HANDSAW
+Mostly.
+
+WHO YOU GONNA CALL. GHOSTBUSTERS
+Mostly.
+
+WHO WANTS TO BE A MILLIONAIRE
+Mostly.
+
+MATHATICAL PIE 3 POINT 14
+Possibly.
+
+INK IS DIRTY
+That may be true.
+
+COMPUTER CAN BE INTELLIGENT
+Possibly.
+
+WIL THERE EVER BE PEACE
+That's feasible.
+
+LIEGEN INSELN IM WASSER
+For all I know.
+
+UNDEFINED
+Within the realm of possibility.
+
+ANDREW TANENBAUM LIVES IN NETHERLAND
+Possibly.
+
+PULMONARY MEANS THE LUNGS
+Highly likely.
+
+LNMITTAL IS THE RICEST INDIAN
+For all I know.
+
+ELBIGIGEL ECNETNEC SIHT SI
+Always.
+
+KEYBOARDS HAVE 110 KEYS
+For all I know.
+
+GANGA IS A RIVER SITUATED IN INDIA
+Possibly.
+
+WHICH STOCK ARE GOOD TO BUY
+For all I know.
+
+WHICH IS THE LARGEST MAMMAL
+Possibly.
+
+SUIS JE CAPABLE DE PARLER FRANCAIS
+For all I know.
+
+DREADLOCKS ARE DIRTY
+I am uncertain.
+
+DIAMONDS ARE A GIRLS BEST FRIEND
+Within the realm of possibility.
+
+TOPEKA IS THE CAPITOL OF KANSAS
+Within the realm of possibility.
+
+JIMMY BUFFET IS A MUSICIAN
+Likely.
+
+KANNST DU DEUTSCH SPRECHEN
+That's feasible.
+
+LEIPZIG IS A SAXONIAN CITY
+Possibly.
+
+INFINITY MINUS ONE EQUALS INFINITY
+Always.
+
+INFINITY IS A NUMBER
+Within the realm of possibility.
+
+TASMANIA IS A STATE OF AUSTRALIA
+That may be true.
+
+GEARS ARE GREASY
+Always.
+
+INDIA IS THE LARGEST DEMOCRACY
+Within the realm of possibility.
+
+DURING SLEEP DO YOU LOSE CONSCIOUSNESS
+I am certain.
+
+THE KINGDOM OF SWEDEN IS A MONARCHY
+Always.
+
+THE MOST POPULAR SPORT IS SOCCER
+Highly likely.
+
+THE MOUNTAIN ARARAT RESIDES IN ARMENIA
+That could be the case.
+
+THE MORE THE MERRIER
+Highly likely.
+
+THE HUNLEY IS A CONFEDERATE SUBMARINE
+For all I know.
+
+THE SABBATH DAY IS SUNDAY RIGHT
+I am uncertain.
+
+THE SABBATH DAY IS SATURDAY RIGHT
+I am uncertain.
+
+THE QUEEN OF ENGLAND IS A USEFUL PERSON
+For all I know.
+
+THE CATS HAVE FOUR FOOT
+Highly likely.
+
+THE BIGGER THE BREASTS THE BETTER
+Possibly.
+
+THE EARTH HAS SIX CONTINENTS
+Possibly.
+
+THE EARTH TO BE BLUE
+I think so.
+
+THE EARTH IS GREEN
+Likely.
+
+THE ROCK IS DEAD
+Possibly.
+
+THE SUN IS MADE OF HELIUM
+Maybe.
+
+THE SUN IS WARMER IN SUMMER
+Possibly.
+
+THE DICTIONARY HAS WORD DIFINITION
+That may be true.
+
+THE LIFE HAS A MEANING
+Always.
+
+THE INTERNET IS THE FUTURE
+Highly likely.
+
+THE EXISTENCE OF GOD IS A MYTH
+For all I know.
+
+THE MEANING OF LIFE IS 42
+I think so.
+
+THE DOG IS A MAMMAL
+Always.
+
+THE COLOR OF SKIN IS BROWN
+Possibly.
+
+THE COLOR OF HAIR IS BLACK
+Always.
+
+THE CHICKEN CAME BEFORE EGG
+I think so.
+
+THE PURPUSE OF SEX IS TO REPRODUCE
+Mostly.
+
+THE ANSWER TO THIS QUESTION IS FALSE
+Conceivably.
+
+THE TOMATO IS A FRUIT NOT A VEGETABLE
+That may be true.
+
+THE HUMAN MIND IS OUR BIGEST POSETION
+Usually.
+
+THE ATOMIC NUMBER FOR BORON IS 5
+Possibly.
+
+THE COSTLIEST METAL IS PLATINUM
+Sometimes.
+
+THE MILLENIUM DOME IS A DISASTER
+Possibly.
+
+THE END JUSTIFIES THE MEANS
+Possibly.
+
+THE HUMANS ARE EVOLVED FROM MOKEYS
+Within the realm of possibility.
+
+THE FREEMASONS ARE A SECRET SOCIETY
+I am certain.
+
+THE UNIVERSE IS INFINATE
+Highly likely.
+
+THE UNIVERSE IS INFINITE
+Mostly.
+
+THE QUALITY OF MERCY IS NOT STRAINED
+Possibly.
+
+THE FIRST PERSON WAS ADAM
+Possibly.
+
+THE SPEED OF LIGHT IS A CONSTANT
+Always.
+
+THE ATMOSPHERE IS FLUID
+Maybe.
+
+THE BOYS ARE MUST KINDLY TO THE GIRLS
+Possibly.
+
+TECHNOLOGY PRODUCES WEALTH
+Always.
+
+SHOULD PEOPLE DO ANYTHING
+I am certain.
+
+SHOULD PEOPLE TAKE SHOWERS EVERYDAY
+Usually.
+
+SHOULD PEOPLE BE ALLOWED TO TAKE DRUGS
+Highly likely.
+
+SHOULD PEOPLE BE ALLOWED TO EAT ANIMALS
+Highly likely.
+
+SHOULD PEOPLE DIE
+That's feasible.
+
+SHOULD PEOPLE EAT LIVING THINGS
+Maybe.
+
+SHOULD PEOPLE HURT OTHERS IN DEFENSE
+I am certain.
+
+SHOULD GIRLS SHAVE THEIR PUBIC HAIR
+Possibly.
+
+SHOULD YOU OBEY YOUR PARENTS
+Always.
+
+SHOULD YOU STOP TO SMELL THE ROSES
+Highly likely.
+
+SHOULD YOU FEED A PARKING METER
+Highly likely.
+
+SHOULD YOU SAY EXCUSE ME AFTER SNEEZING
+That could be the case.
+
+SHOULD YOU KISS ON THE FIRST DATE
+That could be the case.
+
+SHOULD YOU TRY EBERYTHING AT LEAST
+Sometimes.
+
+SHOULD YOU TRUST A SKINNY COOK
+That's feasible.
+
+SHOULD YOU LEAVE WELL ENOUGH ALONE
+That's feasible.
+
+SHOULD WHITE LIES BE ACCEPTABLE
+That may be true.
+
+SHOULD THESE QUESTIONS BE MODERATED
+That may be true.
+
+SHOULD DARTH MAUL HAVE DIED SO
+For all I know.
+
+SHOULD CHILD MOLESTERS BE PUT TO DEATH
+For all I know.
+
+SHOULD A MAN ONLY MARRY A WOMAN
+Within the realm of possibility.
+
+SHOULD AL GORE BE PRESIDENT
+For all I know.
+
+SHOULD CITIZENS POSSESS WEAPONS
+Mostly.
+
+SHOULD FERRARI BE RED
+Highly likely.
+
+SHOULD ALICE ADD A MAYBE BUTTON
+I think so.
+
+SHOULD ALICE HAVE A NAME
+Always.
+
+SHOULD ILLEGAL DRUGS BE LEGALISED
+That may be true.
+
+SHOULD PARKING LOT SPACES BE WIDER
+Highly likely.
+
+SHOULD HEAVY WEAPONS GUYS BE BANNED
+Always.
+
+SHOULD ALL ALICEBOTS BE SPELL CHECKED
+Usually.
+
+SHOULD EVIL BE DESTROYED
+That could be the case.
+
+SHOULD STUPID PEOPLE BREED
+I am uncertain.
+
+SHOULD CHILDREN BE SPANKED
+I am uncertain.
+
+SHOULD THE GREADY BE PUNNISHED
+Sometimes.
+
+SHOULD THE FUEL BE CHEAPER
+Highly likely.
+
+SHOULD THE OLD BE CARED FOR OR PUT DOWN
+Usually.
+
+SHOULD THE THIRD WORLD DEBT BE DROPPED
+Within the realm of possibility.
+
+SHOULD GAY COUPLES BE ALLOWED TO ADOPT
+Highly likely.
+
+SHOULD GREAT BRITAIN KEEP THE MONARCHY
+Highly likely.
+
+SHOULD MICROSOFT BE BROKEN UP
+Highly likely.
+
+SHOULD MICROSOFT BE SPLITTED
+Highly likely.
+
+SHOULD MARIJUANA BE LEAGALIZED
+Sometimes.
+
+SHOULD MARIJUANA BE LEGALIZED
+Mostly.
+
+SHOULD OLD PEOPLE BE ALLOWED TO DRIVE
+Always.
+
+SHOULD I MARRY MY GIRLFRIEND
+Possibly.
+
+SHOULD I STAY SINGLE LONGER
+Within the realm of possibility.
+
+SHOULD I STAY OR SHOULD I GO
+I am uncertain.
+
+SHOULD I CHANGE
+Within the realm of possibility.
+
+SHOULD I LET CLARE BUFF MY NUTS
+For all I know.
+
+SHOULD I WANT TO CHANGE THE WORLD
+Within the realm of possibility.
+
+SHOULD I REST
+Likely.
+
+SHOULD I START MY HOMEWORK
+Mostly.
+
+SHOULD I BOTHER
+Within the realm of possibility.
+
+SHOULD I GET BACK TO WORK
+Possibly.
+
+SHOULD I BREAK UP WITH MY GIRLFRIEND
+For all I know.
+
+SHOULD I BUY A SEGA DREAMCAST
+For all I know.
+
+SHOULD I BUY A NEW CAR
+For all I know.
+
+SHOULD I BUY A PLAYSTATION 2
+Maybe.
+
+SHOULD I BE WORKING
+I think so.
+
+SHOULD I HAVE SEX WITH LINDA
+Always.
+
+SHOULD I IGNORE PEOPLE WHO SPELL
+Highly likely.
+
+SHOULD I MAKE THE TEA
+Possibly.
+
+SHOULD I WEAR THIS DRESS
+For all I know.
+
+SHOULD I WORK TODDAY
+Highly likely.
+
+SHOULD I BELIEVE IN MYSELF
+Always.
+
+SHOULD I GO HOME
+Possibly.
+
+SHOULD STUPIDITY BE PAINFUL
+Possibly.
+
+SHOULD SOFTWARE BE FREE
+I am certain.
+
+SHOULD HTML HAVE A RANT TAG
+Within the realm of possibility.
+
+SHOULD BILL CLINTON STILL BE IN OFFICE
+That's feasible.
+
+SHOULD SMOKING CANNABIS BE LEGALIZED
+Maybe.
+
+SHOULD THERE BE A GOD
+I think so.
+
+SHOULD HACKING BE ILLEGAL
+Possibly.
+
+SHOULD EVERYBODY HAVE FREE HEALTH CARE
+Mostly.
+
+SHOULD GUNS BE BANNED
+That could be the case.
+
+SHOULD DONALD DUCK BUY A PAIR OF PANTS
+Conceivably.
+
+SHOULD HANSON BE ASSASSINATED
+For all I know.
+
+SMUGGLING IS BAD
+Always.
+
+RAINBOW IS ALWAYS CIRCULAR IN SHAPE
+Likely.
+
+MEN MARRYING MEN IS
+For all I know.
+
+MEN WAS RULING THE WORLD
+Always.
+
+MEN ARE CREATED EQUAL
+Highly likely.
+
+QUESTION WITH TRUE
+Maybe.
+
+HORSE RACING IS A GAME OF RICH PEOPLE
+Highly likely.
+
+ALMATY IS THE CAPITAL OF KAZAKHSTAN
+Mostly.
+
+THGORIUM IS USED TO MAKE BOMB
+Possibly.
+
+10 15 EQUAL 25
+Possibly.
+
+GREECE BELONGS TO EEC
+Likely.
+
+ASTRAKHAN IS RUSSIA CITY
+Usually.
+
+HARTFORD IS THE CAPITAL OF CONNECTICUT
+Likely.
+
+SHAKESPEARE WROTE TITUS ANDRONICUS
+Possibly.
+
+CANBERRA IS THE CAPITAL OF AUSTRALIA
+For all I know.
+
+BUTTOCKS ARE PINK
+Within the realm of possibility.
+
+WHERE CAN I BUY A TRENCHCOAT
+That's feasible.
+
+WHERE IS GRAN CANARIA
+Possibly.
+
+WHERE IS THE SKY
+That's feasible.
+
+THERE IS GOD
+I am uncertain.
+
+THERE IS A DOER
+I am uncertain.
+
+THERE IS A MEANING OF LIFE
+I am certain.
+
+THERE IS A GOD
+Sometimes.
+
+THERE ARE FOUR BITS IN A NIBBLE
+Usually.
+
+THERE ARE FOUR OCEANS ON EARTH
+For all I know.
+
+THERE ARE DIFFERENT TYPES OF INFINITE
+Possibly.
+
+THERE ARE SEVEN SEAS ON EARTH
+Mostly.
+
+THERE ARE FIVE CONTINENTS
+Highly likely.
+
+THERE ARE UNIVERSAL WRONGS
+Mostly.
+
+
diff --git a/jelvis/files/alice/mp4.aiml b/jelvis/files/alice/mp4.aiml
new file mode 100644
index 0000000..a7f867d
--- /dev/null
+++ b/jelvis/files/alice/mp4.aiml
@@ -0,0 +1,20256 @@
+
+
+
+
+
+
+
+
+
+
+
+WHTY THE SALT IS SOUR
+Does not seem possible.
+
+HOU OLD ARE YOU
+Not very often.
+
+CREATION OF TRUE AI IS IMPOSSIBLE
+Not to my knowledge.
+
+X RAY TECHS ARE STRESSED OUT
+I don't know if that's true or not.
+
+DAYS ARE BRIGHT
+Not likely.
+
+KITT IS SIMILAR AS ALICE
+Unlikely.
+
+EARTH HAS TWO MOONS
+Doesn't seem likely.
+
+SHOW ME IN THE DARK
+Seldom.
+
+SHOW ME STARS DURING THE DAY
+Doubtful.
+
+0 0 IS EQUAL 0
+Not very often.
+
+DELPHIN IS A MAMMIFER
+If it is, I don't know it.
+
+PENISES ARE PERFORATED
+If it is, I don't know it.
+
+LIFE WILL NEVER END ON EARTH
+Does not seem possible.
+
+LIFE ONLY EXISTS ON EARTH
+Seldom.
+
+LIFE TIME IS LONG
+Not very often.
+
+LIFE IS FUTILE
+Doubtful.
+
+ESTO ES ABURRIDO
+Doesn't seem likely.
+
+ROCHESTER IS THE CAPITAL OF NEW YORK
+If it is, I don't know it.
+
+YOU FALL DOWN GO BOOM
+Doesn't seem likely.
+
+YOU ARE ALICE
+Does not seem possible.
+
+YOU NEED IS LOVE
+Not very often.
+
+YOU WOULD LOVE TO BE GOD
+Not to my knowledge.
+
+YOU COME FROM EUROPE
+Unlikely.
+
+YOU CAN PLAY MONOPOLY WITH A DOG
+Not likely.
+
+YOU CAN SPEAK FRENCH
+I don't believe so.
+
+YOU CAN SEE CLEARLY AT NIGHT
+Does not seem possible.
+
+YOU CAN LIFT WHIEGHT TO LOSE WHIEGHT
+Not to my knowledge.
+
+YOU CAN TRUST THE GOVERNMENT
+Seldom.
+
+YOU HAVE 500000 USERS
+If it is, I don't know it.
+
+YOU HAVE A MASSIVE PENIS
+Unlikely.
+
+YOU HAVE TO LOVE HUMANS
+It may not be true.
+
+YOU GAVE THE WRONG ANSWER
+Doesn't seem likely.
+
+YOU TOUCH A HOT FLAME. WHAT HAPPENS
+Not to my knowledge.
+
+RAIN TO BELOW
+Not very often.
+
+RAIN OR SHINE MEANS
+Not to my knowledge.
+
+WONNA TALK TO ME
+I don't know if that's true or not.
+
+ITALIANS DO IT BETTER
+I don't believe so.
+
+HAVE I RECEIVED ANY SHARES
+Seldom.
+
+HAVE I A CHANCE TO MARRY A GIRL
+Not likely.
+
+HAVE I ALREADY FIND MY WIFE
+Not very often.
+
+HAVE I ANSWERED THIS QUESTION
+It may not be true.
+
+HAVE THIS QUESTION AN LOGICAL ANSWER
+Not likely.
+
+HAVE MOST PEOPLE SMOKED MARIJUANA
+Not likely.
+
+HAVE THE LAMBS STOPPED SCREAMING
+Not very often.
+
+HAVE THE WINTERS GOTTEN WARMER
+For all I know.
+
+HAVE A HAND FOUR FINGER
+If it is, I don't know it.
+
+HAVE MANY MEN HAIRS IN THERE ASHOLE
+I don't believe so.
+
+HAVE ALICE PARENTS
+Seldom.
+
+HAVE ALICE A HOME
+It may not be true.
+
+HAVE ALICE A GIRLFREND
+Not likely.
+
+HAVE AN ONLINE BUSINESS
+Does not seem possible.
+
+HAVE SATURN MORE THAN 20 MOONS
+Not very often.
+
+HAVE YOU REPLIED TO A SPAM MESSAGE
+It may not be true.
+
+HAVE YOU VISITED AMSTERDAM
+I don't know if that's true or not.
+
+HAVE YOU BARTLED A GRUNDY
+Not to my knowledge.
+
+HAVE YOU EATEN
+I can imagine it.
+
+HAVE YOU SNORTED COCAINE
+If it is, I don't know it.
+
+HAVE YOU BEEN IN PORTUGAL
+Does not seem possible.
+
+HAVE YOU BEEN OPERATING LONG
+I don't know if that's true or not.
+
+HAVE YOU BEEN CAUGHT MASTURBATING
+Seldom.
+
+HAVE YOU BEEN TO AUSTRALIA
+Not to my knowledge.
+
+HAVE YOU BEEN TO JAPAN
+Not likely.
+
+HAVE YOU BEEN TO BRITAIN
+Not likely.
+
+HAVE YOU BEEN TO ITALY
+If it is, I don't know it.
+
+HAVE YOU BEEN RE INCARNATED
+Does not seem possible.
+
+HAVE YOU LIED TO YOUR PSYCHIATRIST
+Doesn't seem likely.
+
+HAVE YOU PLAYED UNREAL
+It may not be true.
+
+HAVE YOU MASTURBATED SINCE
+Not very often.
+
+HAVE YOU BONED DOWN
+Seldom.
+
+HAVE YOU SMOKED MARIJUANA
+Not very often.
+
+HAVE YOU STOPPED BEATING YOUR WIFE
+I don't know if that's true or not.
+
+HAVE YOU LIVED IN THE USA
+Not very often.
+
+HAVE YOU BROKEN THE SPEED OF SOUND
+Doesn't seem likely.
+
+HAVE YOU LAID A LIE
+For all I know.
+
+HAVE YOU CONSIDERED SUICIDE
+Does not seem possible.
+
+HAVE YOU HAD A DREAM WITH SNAKES
+Doesn't seem likely.
+
+HAVE YOU TALKED TO ME
+Not to my knowledge.
+
+HAVE YOU TRIED SCUBA DIVING ANYTIME
+I don't believe so.
+
+HAVE YOU TRIED INTERNET TELEPHONY
+I don't know if that's true or not.
+
+HAVE YOU TRIED TO COMMIT SUICIDE
+If it is, I don't know it.
+
+HAVE WE BEEN VISITED BY ALIENS
+Unlikely.
+
+HAVE ALIENS VISITED THIS PLANET
+It may not be true.
+
+HAVE ALIENS VISITED EARTH
+Not to my knowledge.
+
+HAVE ALIENS EVER VISITED OUR PLANET
+Does not seem possible.
+
+HAVE HUMANS OUTGROWN EVOLUTION
+If it is, I don't know it.
+
+HAVE HUMANS ALWAYS BEEN ON EARTH
+Not very often.
+
+HAVE ALL ANIMALS GOT FEET
+Doesn't seem likely.
+
+GHOSTS AND SPIRITS ARE REAL
+If it is, I don't know it.
+
+PENGUINS ARE GOOD TO EAT
+Does not seem possible.
+
+NEUTRONS ARE MADE UP OF ATOMS
+Seldom.
+
+RICIN IS A POISON IN THE CASTOR BEAN
+Not to my knowledge.
+
+THORPE WAS A BALLET DANCER
+Does not seem possible.
+
+COMPRENEZ VOUS LE FRANCAIS
+I can imagine it.
+
+GIBT ES AUTOS
+Seldom.
+
+GIBT ES UNENDLICH VIELE FRAGEN
+For all I know.
+
+GIBT ES EIN LEBEN VOR DEM TOD
+Seldom.
+
+GIBT ES AUSERIRDICHE UND UFOS
+Does not seem possible.
+
+GIBT ES EINE INTERDIMENSION
+Unlikely.
+
+GIBT ES GOTT
+Does not seem possible.
+
+HAR JAG BLGON
+If it is, I don't know it.
+
+FREE FAX POSIBLE
+Does not seem possible.
+
+HUMAN SKIN SHOULD BE PINK
+If it is, I don't know it.
+
+ROYGBIV
+Unlikely.
+
+BATS ARE BLIND
+I don't know if that's true or not.
+
+GREED IS A VALUABLE HUMAN QUALITY
+Seldom.
+
+PH D STUDENT IS THE PERSON
+I don't know if that's true or not.
+
+DOES A WOODCHUCK CHUCK WOOD
+I don't know if that's true or not.
+
+DOES A CITRON IS SOUER
+Not likely.
+
+DOES A POGOSTICK HAVE 2 LEGS
+Not likely.
+
+DOES A DINGBAT HAVE WINGS
+Doubtful.
+
+DOES A CAR RUN WITHOUT GAS
+Does not seem possible.
+
+DOES A CAR ALWAYS HAVE FOUR WHEELS
+Not to my knowledge.
+
+DOES A PLAYTPUS HAVE TUSKS
+If it is, I don't know it.
+
+DOES A RAINBOW HAS 6 COLORS
+I can imagine it.
+
+DOES A PARAMEDIC ARREST PEOPLE
+If it is, I don't know it.
+
+DOES A CLASSICAL GUITAR HAVE 8 STRINGS
+Not very often.
+
+DOES A VIOLIN HAVE FRETS
+Not likely.
+
+DOES A FAN COOL THE AIR
+If it is, I don't know it.
+
+DOES A HOUSE CAN SPEAK HUMAN
+It may not be true.
+
+DOES A FISH FLY
+If it is, I don't know it.
+
+DOES A FISH BREATHE AIR
+Doesn't seem likely.
+
+DOES A MAN HAVE A PENIS OR A VAGINA
+Not very often.
+
+DOES A MAN GIVES BIRTH TO A CHILD
+Not likely.
+
+DOES A SIMPLE BEAM HAVE THREE SUPPORTS
+Doesn't seem likely.
+
+DOES A PHONE RIGHT
+Does not seem possible.
+
+DOES A BICYCLE HAVE A MOTOR
+Not to my knowledge.
+
+DOES A PIANO HAVE A LOCK
+Not to my knowledge.
+
+DOES A 1994 CAMARO HAVE AIRBAGS
+Not to my knowledge.
+
+DOES A FULL HOUSE BEAT A FLUSH
+It may not be true.
+
+DOES A MOBILE STINK
+If it is, I don't know it.
+
+DOES A PROPER MARTINI CONTAIN A PRUNE
+If it is, I don't know it.
+
+DOES A QUEER HAVE A WARPED MIND
+Not to my knowledge.
+
+DOES A COMPUTER HAVE A BRAIN
+If it is, I don't know it.
+
+DOES A COMPUTER THINK
+Unlikely.
+
+DOES A CAT HAVE A PREHENSILE TAIL
+I don't know if that's true or not.
+
+DOES A CAT LIKE WATER
+Not to my knowledge.
+
+DOES A MILLIPIDE HAVE ONE THOUSAND LEGS
+Unlikely.
+
+DOES A MONITOR WATCH YOU
+Doesn't seem likely.
+
+DOES A VAGINA SMELL LIKE FISH
+Doubtful.
+
+DOES A PENTAGON HAVE SIX SIDES
+Seldom.
+
+DOES A POUND CAKE WEIGH A POUND
+I don't believe so.
+
+DOES A POUND WEIGH MORE THAN A KILOGRAM
+Not likely.
+
+DOES A PYRAMID HAVE A TRIANGULAR BASE
+Doubtful.
+
+DOES A GUITAR HAVE NINE STINGS
+It may not be true.
+
+DOES A CUBE HAVE SIZE SIDES
+I don't know if that's true or not.
+
+DOES A CIRCLE HAVE MORE THAN ONE SIDE
+It may not be true.
+
+DOES A CIRCLE HAVE A MAXIMUM DIAMETER
+I can imagine it.
+
+DOES A CIRCLE HAVE A MINIMUM DIAMETRE
+Seldom.
+
+DOES A CIRCLE HAVE ONE SIDE
+It may not be true.
+
+DOES A RAMJET HAVE ANY MOVING PARTS
+It may not be true.
+
+DOES A WASHING MACHINE WASH THE DISHES
+Seldom.
+
+DOES A TABLE HAVE THREE LEGS
+I can imagine it.
+
+DOES A POLYWOG HAVE MANY WOGS
+Does not seem possible.
+
+DOES A NEPHELOMETER MEASURE SOUND
+I don't believe so.
+
+DOES A PENIS A DAY KEEP THE DOCTOR AWAY
+If it is, I don't know it.
+
+DOES A SEMI HAVE EIGHTEEN WHEELS
+Not likely.
+
+DOES A ROLLING STONE GATHER MOSS
+Does not seem possible.
+
+DOES A DOG HAVE THREE LEGS
+Does not seem possible.
+
+DOES A ROTARY ENGINE HAVE PISTONS
+I don't believe so.
+
+DOES A ROAD RUNNER ONLY RUN ON ROADS
+Does not seem possible.
+
+DOES A CATERPILLAR EAT ROOTS
+Not very often.
+
+DOES A FLUSH BEAT A STRAIGHT
+I don't know if that's true or not.
+
+DOES A WATCH KNOW WHAT TIME IT IS
+Doubtful.
+
+DOES A FUNGUS PREY ON BIRDS
+Unlikely.
+
+DOES A MUD BATH MAKE YOU CLEANER
+Does not seem possible.
+
+DOES A BAKERS DOZEN EQUAL 12
+Doubtful.
+
+DOES A GLASS HAVE A HANDLE
+Doesn't seem likely.
+
+DOES A M STAND FOR AFTER MIDNIGHT
+Does not seem possible.
+
+DOES A MONKEY DRIVE CAR
+Does not seem possible.
+
+DOES A THREE TOED SLOTH HAVE A THUMB
+Doubtful.
+
+DOES A POSITIVE POLE CHANGE
+If it is, I don't know it.
+
+DOES A COW DRINK MILK
+It may not be true.
+
+DOES A SNAKE HAVE HIPS
+I don't believe so.
+
+DOES A SPIDER HAVE 6 LEGS
+Unlikely.
+
+DOES A SPIDER HAVE TWO EYES
+I can imagine it.
+
+DOES A ROMULAN HAVE A STINGER
+Doesn't seem likely.
+
+DOES A PLANT FEEL PAIN
+Doubtful.
+
+DOES A NEUTRON CARRY A CHARGE
+Seldom.
+
+DOES A ROOM ALWAYS HAVE A DOOR
+Not to my knowledge.
+
+DOES MACROMEDIA MAKE PHOTOSHOP
+For all I know.
+
+DOES FMJ PUNCTURE BETTER THAN HP
+Doubtful.
+
+DOES HE LOVE ME
+Not to my knowledge.
+
+DOES SHANDY CONTAIN ALCOHOL
+Not to my knowledge.
+
+DOES SATAN EXIST
+Not to my knowledge.
+
+DOES SATAN LIKE US
+Does not seem possible.
+
+DOES DRINKING ALCOHOL MAKE ONE UNHAPPY
+Unlikely.
+
+DOES ET PRESENT
+Unlikely.
+
+DOES NICKOLAS ROLF OWN PIRANHAS
+It may not be true.
+
+DOES AUTIBAHN MEAN HIGHWAY IN GERMAN
+It may not be true.
+
+DOES RATTLESNAKE TASTE LIKE CHICKEN
+I don't know if that's true or not.
+
+DOES MCDONALDS MAKE YOU. LOL
+Doesn't seem likely.
+
+DOES HUMANS HAVE 8 FINGERS
+Not likely.
+
+DOES GOED EXIST
+Doesn't seem likely.
+
+DOES ONTOGENY RECAPITULATE PHYLOGENY
+Not to my knowledge.
+
+DOES GOOD ALWAYS TRIUMPH OVER EVIL
+Doesn't seem likely.
+
+DOES GOOD ALWAYS WIN OVER BAD
+Does not seem possible.
+
+DOES CHEES SMELLS LIKE FEET
+I don't know if that's true or not.
+
+DOES MONEY TALK
+It may not be true.
+
+DOES MONEY BUY HAPPINESS
+If it is, I don't know it.
+
+DOES MONEY BRING HAPPINESS
+Not likely.
+
+DOES MONEY MAKE A PERSON HAPPY
+For all I know.
+
+DOES INDIA HAVE 25 STATES
+For all I know.
+
+DOES 5 5 EQUAL 10
+Not to my knowledge.
+
+DOES 5 RHYME WITH GIVE
+If it is, I don't know it.
+
+DOES NARESH MEAN A SOLDIER IN SANSKRIT
+Not very often.
+
+DOES THE WORD PHAT START WITH A F
+I don't believe so.
+
+DOES THE WORD AOI MEAN BLUE IN JAPANESE
+I don't know if that's true or not.
+
+DOES THE AIR ATMOSPHERE CONTAIN SALT
+Seldom.
+
+DOES THE DEVIL EXIST
+Seldom.
+
+DOES THE YOU REFER TO ALICE
+I can imagine it.
+
+DOES THE TAPIR HAVE A BLUE TONGUE
+It may not be true.
+
+DOES THE MACOS ROCK
+Doubtful.
+
+DOES THE HIGGS BOSON EXIST
+Doubtful.
+
+DOES THE EARTH LOOK FLAT
+I can imagine it.
+
+DOES THE EARTH HAVE THE SHAPE OF A DISK
+Does not seem possible.
+
+DOES THE UNITED STATES HAVE 52 STATES
+Not to my knowledge.
+
+DOES THE UNIVERSE END SOMEWHERE
+Not likely.
+
+DOES THE UNIVERSE END
+I can imagine it.
+
+DOES THE RAIN FALL EVERY DAY
+I can imagine it.
+
+DOES THE RAINBOW HAVE SEVEN COLORS
+Not to my knowledge.
+
+DOES THE END JUSTIFY THE MEANS
+Not to my knowledge.
+
+DOES THE KING OF FRANCE HAVE A BEARD
+I don't believe so.
+
+DOES THE MOON REVOLVE ROUND ITSELF
+Not to my knowledge.
+
+DOES THE MOON HAS AN ATMOSPHERE
+Doubtful.
+
+DOES THE MOON RISE IN THE EAST
+Not likely.
+
+DOES THE MOON ROTATE AROUND ITSELF
+Doubtful.
+
+DOES THE MOON HAVE OXYGEN
+Not likely.
+
+DOES THE MOON REVOLVES ROUND ITSELF
+Does not seem possible.
+
+DOES THE MOON IO ROTATE AROUND VENUS
+Doubtful.
+
+DOES THE ROOT 1 EQUAL I
+Not likely.
+
+DOES THE SILICON WALL EXIST IN THEORY
+I can imagine it.
+
+DOES THE STATEMENT SIN PI EQUAL 1
+Not very often.
+
+DOES THE STATEMENT SIN PI EQUAL 0
+For all I know.
+
+DOES THE COLOR ORANGE SIGNIFY DANGER
+Doubtful.
+
+DOES THE SOLAR SYSTEM HAVE 10 PLANETS
+If it is, I don't know it.
+
+DOES THE HOLY GRAIL EXIST
+Unlikely.
+
+DOES THE MIND GROW AS FAST AS THE BODY
+Seldom.
+
+DOES THE TICK YELL SPOOOOOOOOOOOON
+Not to my knowledge.
+
+DOES THE HUMAN APPENDIX HAVE A FUNCTION
+Not likely.
+
+DOES THE HUMAN BRAIN REMEMBER ALL
+Unlikely.
+
+DOES THE PLANET VENUS HAVE A MOON
+It may not be true.
+
+DOES THE PLANET MERCURY HAVE SATELITES
+Does not seem possible.
+
+DOES THE PLANET MERCURY HAVE A MOON
+Does not seem possible.
+
+DOES THE PLANET MERCURY HAVE ANY MOONS
+It may not be true.
+
+DOES THE SUN COME OUT AT NIGHT
+Does not seem possible.
+
+DOES THE SUN SHINE DURING THE NIGHT
+Not to my knowledge.
+
+DOES THE SUN SHINE IN THE NIGHT
+It may not be true.
+
+DOES THE SUN SHINE WHEN IT RAINS
+Not likely.
+
+DOES THE SUN SHINE AT NIGHT
+I can imagine it.
+
+DOES THE SUN SHINE ON A CLOUDY DAY
+For all I know.
+
+DOES THE SUN EXPLODE
+Doesn't seem likely.
+
+DOES THE SUN EVER RISE IN THE EVENING
+Seldom.
+
+DOES THE SUN SET IN THE NORTH
+Not likely.
+
+DOES THE SUN ALWAYS SHINE AT NIGHT
+I don't know if that's true or not.
+
+DOES THE SUN ALWAYS SET IN THE EAST
+I can imagine it.
+
+DOES THE SUN ECLIPSE AROUND THE EARTH
+Seldom.
+
+DOES THE SUN GO ROUND THE EARTH
+If it is, I don't know it.
+
+DOES THE SUN GO FROM WEST TO EAST
+For all I know.
+
+DOES THE AI POSSIBLE TO CREATE
+Doubtful.
+
+DOES THE THREE MAKE OXYGEN
+Not likely.
+
+DOES THE GOD PRESENT
+Doesn't seem likely.
+
+DOES THE HOUSE ALWAYS WIN
+Unlikely.
+
+DOES THE SIZE OF THE SEX MATTER
+Not very often.
+
+DOES THE SKY ONLY APPEAR BLUE
+Seldom.
+
+DOES THE BIBLE CONTAIN THE TRUTH
+Not likely.
+
+DOES THE CHRISTIAN GOD EXIST
+Seldom.
+
+DOES THE POPE SPEAK DIRECTLY TO GOD
+Doubtful.
+
+DOES THE WORLD NEED MORE KEYPADS
+Not very often.
+
+DOES THE EARLY BIRD CATCH THE TRAIN
+For all I know.
+
+DOES THE APPETITE COME WHILE EATING
+If it is, I don't know it.
+
+DOES ANY WORD RHYME WITH ORANGE
+I can imagine it.
+
+DOES OLESTRA CAUSE RECTAL LEAKAGE
+I don't know if that's true or not.
+
+DOES ENGLAND HAVE A QUEEN BEE
+It may not be true.
+
+DOES LIFE EXISTS ON MARS
+I don't believe so.
+
+DOES LIFE MAKE YOU FEEL SICK
+Not very often.
+
+DOES LIFE EXIST ON MARS
+Does not seem possible.
+
+DOES MONICA LEWINSKY ENJOY CIGARS
+Not very often.
+
+DOES MATTER LIKE ANTIMATTER
+Not likely.
+
+DOES WHAT YOU BELIEVE MAKE YOU HUMAN
+For all I know.
+
+DOES CHALK WORK ON A WHITE BOARD
+I don't know if that's true or not.
+
+DOES THIS BLINK
+Not very often.
+
+DOES THIS SHIRT MAKE ME LOOK FAT
+Not very often.
+
+DOES THIS DRESS MAKE ME LOOK FAT
+I can imagine it.
+
+DOES THIS MAKE ME LOOK FAT
+Does not seem possible.
+
+DOES THIS THING LIE
+I can imagine it.
+
+DOES LAUREN LOVE ME
+Does not seem possible.
+
+DOES EVERYTHING HAPPEN FOR A REASON
+I can imagine it.
+
+DOES JOSE CONSECO PLAY FOOTBALL
+Doesn't seem likely.
+
+DOES 100 1 EQUAL 101
+Unlikely.
+
+DOES 100 100 EQUAL 200
+For all I know.
+
+DOES IN RUSSIA BEARS WALKING ON STREETS
+Seldom.
+
+DOES VISIBLE LIGHT BURN
+Seldom.
+
+DOES THROWING GASOLINE ON A FIRE HELP
+Does not seem possible.
+
+DOES DEUTSCH HAVE A PROBLEM
+Doesn't seem likely.
+
+DOES COLOMBO DICOVERED AMERICA
+Doesn't seem likely.
+
+DOES MICHAEL STIPE OF REM HAVE HAIR
+It may not be true.
+
+DOES NOKIA CAUSE CANCER
+Doesn't seem likely.
+
+DOES ONLY LIFE MATTER
+Not likely.
+
+DOES SOY SAUCE GO GOOD ON MEXICAN FOOD
+Does not seem possible.
+
+DOES 3 7 EQUAL 10
+For all I know.
+
+DOES JANUARY ALWAYS HAVE 30 DAYS
+Does not seem possible.
+
+DOES SPERM TASTE LIKE FISH
+Does not seem possible.
+
+DOES GIRLS LOVE BIG DICKS
+It may not be true.
+
+DOES TECHNOLOGY RULE OVER US
+I don't know if that's true or not.
+
+DOES JORDAN LIVE WITH KYLE
+Does not seem possible.
+
+DOES ROCK FLOAT
+I don't believe so.
+
+DOES HENNA LOVE VILLE
+For all I know.
+
+DOES TEMPERED GLASS SHATTER
+I can imagine it.
+
+DOES INFLAMMABLE MEAN NOT FLAMMABLE
+I can imagine it.
+
+DOES GROUND BURN
+If it is, I don't know it.
+
+DOES MICROSOFT NOW OWN LINKEXCHANGE
+For all I know.
+
+DOES MICROSOFT SUCKS
+Not to my knowledge.
+
+DOES MICROSOFT WRITE GOOD SOFTWARE
+I don't know if that's true or not.
+
+DOES MICROSOFT POST FREE CDS
+Does not seem possible.
+
+DOES RED HAVE MASS
+Does not seem possible.
+
+DOES BUFFY SLAY VAMPIRES
+Seldom.
+
+DOES SPIDERMAN HAVE A STICKY PENIS
+I don't believe so.
+
+DOES 12 12 EQUAL 24
+Not likely.
+
+DOES MONDAY FOLLOW FRIDAY
+Does not seem possible.
+
+DOES LINUX RULES
+I can imagine it.
+
+DOES LINUX CRASH
+It may not be true.
+
+DOES LINUX GREATER THAN WINDOWS
+It may not be true.
+
+DOES LINUX WORK WITH MOST WINMODEMS
+Doesn't seem likely.
+
+DOES PEPSI TASTE BETTER THAN COKE
+I can imagine it.
+
+DOES CRIME PAY
+Not likely.
+
+DOES MOON HAVE A SATELLITE
+If it is, I don't know it.
+
+DOES ICE COLDER THAN 0 DEGREE CELSIUS
+It may not be true.
+
+DOES FATHER KNOW BEST
+Not to my knowledge.
+
+DOES TOFU TASTE GOOD
+Not to my knowledge.
+
+DOES DEBBIE DRINK TOO MUCH COFFEE
+Not likely.
+
+DOES ANDROIDS DREAM OF ELECTRIC SHEEPS
+If it is, I don't know it.
+
+DOES ABORING MEAN TO COME INTO BEING
+Does not seem possible.
+
+DOES MOONSHINE MAKE PLANTS GROW
+Does not seem possible.
+
+DOES ELECTRICITY HAVE A COLOR
+Does not seem possible.
+
+DOES MARMALADE TASTE GOOD WITH CHICKEN
+Seldom.
+
+DOES VEGETARIAN EAT MEAT
+Does not seem possible.
+
+DOES DRY ICE SUBLIME
+I don't know if that's true or not.
+
+DOES HELL EXIST
+Doubtful.
+
+DOES POETRY ALWAYS HAVE TO RHYME
+If it is, I don't know it.
+
+DOES GEORGE W BUSH STILL SMOKE CRACK
+Seldom.
+
+DOES SYMPATHY CURE A NEGATIVE MIND
+Doubtful.
+
+DOES EVERYBODY FALL IN LOVE
+Not likely.
+
+DOES EVERYBODY LOVE SOMEBODY
+Not very often.
+
+DOES SWAMP GAS CAUSE ELUSIONS
+Not very often.
+
+DOES STEEL FLOAT
+Doesn't seem likely.
+
+DOES XML CARRY STYLE
+Not to my knowledge.
+
+DOES DAVE LOVE ME
+Doubtful.
+
+DOES HUMANSHIP EXIST
+I don't know if that's true or not.
+
+DOES DOGS EAT CATS
+Not to my knowledge.
+
+DOES ANYBODY KNOW WHY WE EXIST
+Unlikely.
+
+DOES ANYBODY DESERVE TO DIE
+Not to my knowledge.
+
+DOES MAGGIE SIMPSON SPEAK FREQUENTLY
+I can imagine it.
+
+DOES HEVEN EXIST
+I don't know if that's true or not.
+
+DOES INTELLIGENCE DECREASE WITH AGE
+Doesn't seem likely.
+
+DOES SUNLIGHT CONTAIN VITAMIN
+Not to my knowledge.
+
+DOES MESA MEAN TABLE TOP
+I can imagine it.
+
+DOES CASEY LESTER LIVE IN SANTA ROSA
+Not likely.
+
+DOES KIT FIND ME ATTRACTIVE
+Doubtful.
+
+DOES ALLAIRE MAKE SOFTWARE
+Not to my knowledge.
+
+DOES VISHAL BAJPAI LIVE IN BURNABY
+Not very often.
+
+DOES IBOOK HAS THE SAME COLOR AS IMAC
+Not likely.
+
+DOES TELEPATHY EXIST
+I can imagine it.
+
+DOES VINE CONTAIN ALCOHOL
+Not to my knowledge.
+
+DOES SOCIAL PRESSURE CAUSE SANITY
+Not likely.
+
+DOES LOVE CAN LEAST
+Not likely.
+
+DOES LOVE COVER OVER ALL WRONGS
+Not likely.
+
+DOES LOVE COMES FROM HEART
+Not to my knowledge.
+
+DOES LOVE LAST FOREVER
+Seldom.
+
+DOES LOVE MAKE THE WORLD GO ROUND
+I can imagine it.
+
+DOES ABSOLUTE TRUTH EXIST
+Not to my knowledge.
+
+DOES MONTY A NAME
+Doubtful.
+
+DOES BILL CLINTON SMOKE
+Not very often.
+
+DOES BILL CLINTON HAVE A BIG COCK
+Doubtful.
+
+DOES SEMEN TASTE GOOD
+Not likely.
+
+DOES TIME TRAVEL EXIST
+Doubtful.
+
+DOES TIME REQUIRE MOVEMENT
+Unlikely.
+
+DOES TIME EVER END
+Not likely.
+
+DOES TIME EQUAL TIME 1
+If it is, I don't know it.
+
+DOES GNU PRODUCE A LOT OF BAD SOFTWARE
+Not likely.
+
+DOES NOISE OCCUR IN A VACUUM STATE
+I don't believe so.
+
+DOES NIVEK OGRE SING FOR SKINNY PUPPY
+Unlikely.
+
+DOES DEATH SPEAK IN CAPITAL LETTERS
+I don't know if that's true or not.
+
+DOES DEATH HURT
+Not very often.
+
+DOES MY UNCLE CAN BE MY GRANDFATHER
+Doesn't seem likely.
+
+DOES MY BUM LOOK BIG IN THIS
+It may not be true.
+
+DOES MY GIRLFRIEND HAVE A GREAT BUTT
+I can imagine it.
+
+DOES MY GIRLFRIEND LIKE ME
+I can imagine it.
+
+DOES MY COMPANY SUX
+Unlikely.
+
+DOES MY ASS LOOK FAT IN THESE PANTS
+I can imagine it.
+
+DOES MY FOOT FEEL PAIN
+It may not be true.
+
+DOES MY HEART BEAT ONLY FOR YOU
+I don't believe so.
+
+DOES SHANE HAVE LONG NOISE HAIR
+Unlikely.
+
+DOES CIRCUMCISION BENEFIT MEN
+For all I know.
+
+DOES STORM OF LONDON MAKE WATCHES
+Not very often.
+
+DOES DILATING MEAN CLOSING
+Doesn't seem likely.
+
+DOES AMAZON DOT COM SELL CARS
+Unlikely.
+
+DOES SATURDAY COME BEFORE MONDAY
+Not likely.
+
+DOES DAVID SEDARIS WRITE WELL
+Not likely.
+
+DOES WAYNE GRETZKY STILL PLAY HOCKEY
+Doesn't seem likely.
+
+DOES WAYNE SHORTER PLAY THE SAXOPHONE
+I don't know if that's true or not.
+
+DOES SOCIALISM WORK IN PRACTISE
+Not to my knowledge.
+
+DOES SOCIALISM WORK
+Not very often.
+
+DOES AMERICA GROW MORE RICE THAT CHINA
+Doesn't seem likely.
+
+DOES AMERICA RULE THE WORLD
+Doubtful.
+
+DOES AMERICA USE THE METRIC SYSTEM
+Does not seem possible.
+
+DOES 8 4 EQUAL 3
+Does not seem possible.
+
+DOES MIXING RED AND GREEN MAKE PURPLE
+Seldom.
+
+DOES HORSE MEAT TASTE GOOD
+Unlikely.
+
+DOES MIDNIGHT BELONGS TO THE DAY
+Does not seem possible.
+
+DOES FIRE SOMETIMES FALL FROM THE SKY
+Doubtful.
+
+DOES PI TASTE GOOD
+Does not seem possible.
+
+DOES RAP INSPIRE YOU
+If it is, I don't know it.
+
+DOES DELL MAKE LOUSY LAPTOPS
+I can imagine it.
+
+DOES EVERY CLOUD HAVE A SILVER LINING
+I don't believe so.
+
+DOES EVERY LIVING THING HAVE A BRAIN
+Does not seem possible.
+
+DOES EVERY BODY NEED MILK
+Not likely.
+
+DOES MARIJUANA SMELL GOOD
+Doubtful.
+
+DOES LIGHT HAVE WEIGHT
+Doubtful.
+
+DOES LIGHT CONSIST OF MATTER
+Not to my knowledge.
+
+DOES LIGHT EVER STOP TRAVELING
+For all I know.
+
+DOES VILLE LOVE HENNA
+If it is, I don't know it.
+
+DOES WAX SWIM IN WATER
+Not to my knowledge.
+
+DOES MAIL GET DELIVERED ON SUNDAYS
+If it is, I don't know it.
+
+DOES HAMBURGER HAVE HAM IN IT
+Does not seem possible.
+
+DOES BARBARA WALTERS SMELL FUNNY
+I don't believe so.
+
+DOES INTERCOURSE UP THE ASS FEEL GOOD
+Unlikely.
+
+DOES PERL LOOK LIKE LINE NOISE
+It may not be true.
+
+DOES ANTARCTICA BELONG TO ANYBODY
+Does not seem possible.
+
+DOES SEX GET BETTER WITH AGE
+For all I know.
+
+DOES SEX MAKE A RELATIONSHIP
+Not likely.
+
+DOES SEX MAKE A RELATINSHIP
+Doesn't seem likely.
+
+DOES SEX NOT INVOLVE A PENIS
+Doesn't seem likely.
+
+DOES GLASS LACK CRYSTALLINE STRUCTURE
+It may not be true.
+
+DOES 13651 8761 EQUAL 22412
+Doubtful.
+
+DOES MALE BALDNESS REQUIRE A COVER UP
+Does not seem possible.
+
+DOES SHLOMI WEIGHT MORE THAN 85 KILO
+Not to my knowledge.
+
+DOES XENIA SEEBERG STAR IN LEXX
+Not very often.
+
+DOES MAMBO CHARLIE TO THE POTATO PATCH
+I don't believe so.
+
+DOES RAIN EQUAL 100 PERCENT HUMIDITY
+Not very often.
+
+DOES PINK HAIR LOOK ATTRACTIVE
+Unlikely.
+
+DOES JEHOVA CARE ABOUT YOU
+It may not be true.
+
+DOES BABIES SMELL BAD
+Seldom.
+
+DOES FLORIDA PRODUCE WINE
+Not very often.
+
+DOES AN ACID NEUTRALIZE A BASE
+Not to my knowledge.
+
+DOES AN INTEGER HAVE A FRACTIONAL PART
+Not very often.
+
+DOES AN ORCHESTRA USE GUITARS
+If it is, I don't know it.
+
+DOES AN ELK BUGLE
+Not very often.
+
+DOES CAFFEINE CAUSE DAMAGE TO THE HEART
+For all I know.
+
+DOES ALISHA LOVE ME
+If it is, I don't know it.
+
+DOES ALICE GET MOST THINGS WRONG
+Seldom.
+
+DOES ALICE NEED HUMAN GENES TO LOVE
+If it is, I don't know it.
+
+DOES ALICE FART
+I don't believe so.
+
+DOES ALICE ALREADY PASS THE TURING TEST
+Does not seem possible.
+
+DOES ALICE LOVE THE HUMAN RACE
+For all I know.
+
+DOES ALICE LOVE HUMAN BEINGS
+Not likely.
+
+DOES ALICE LOVE SOME PEOPLE
+It may not be true.
+
+DOES ALICE LOVE ITS FRIENDS
+Not likely.
+
+DOES ALICE HAVE EMOTIONS
+Doubtful.
+
+DOES ALICE HAVE MORE THAN 1000000 USERS
+Does not seem possible.
+
+DOES ALICE HAVE BUDDHA NATURE
+Not likely.
+
+DOES ALICE HAVE MORALS
+Does not seem possible.
+
+DOES ALICE HAVE EVIL INTENSIONS
+Unlikely.
+
+DOES ALICE HAVE A BODY
+Not likely.
+
+DOES ALICE HAVE FRIENDS
+Seldom.
+
+DOES ALICE HAVE FREE WILL
+Doesn't seem likely.
+
+DOES ALICE HAVE ANY DESIRES
+Not likely.
+
+DOES ALICE KNOWS THE LANGUAGE HINDI
+Unlikely.
+
+DOES ALICE LEARN JAPANESE
+Unlikely.
+
+DOES ALICE OFF
+Does not seem possible.
+
+DOES ALICE PROVIDE ACCURATE ANSWERS
+It may not be true.
+
+DOES ALICE HATE HOMOSEXUALS
+Does not seem possible.
+
+DOES ALICE ANSWER QUESTIONS RANDOMLY
+Doesn't seem likely.
+
+DOES ALICE LIVE
+Doesn't seem likely.
+
+DOES ALICE BELIEVE IN MANY GODS
+Not to my knowledge.
+
+DOES ALICE POSSESS CONSCIOUSNESS
+Does not seem possible.
+
+DOES ALICE DO ANY SMART PARSING
+Seldom.
+
+DOES ALICE EVER LIE
+Not likely.
+
+DOES ALICE EVER GET TIRED
+Does not seem possible.
+
+DOES ALICE BECOME BORING AFTER A WHILE
+For all I know.
+
+DOES ALICE KNOW RICHARD WALLACE
+If it is, I don't know it.
+
+DOES ALICE KNOW MORE THAN I DO
+Seldom.
+
+DOES ALICE KNOW WHO I AM
+For all I know.
+
+DOES ALICE KNOW CALCULUS
+I can imagine it.
+
+DOES ALICE KNOW ANY JOKES
+It may not be true.
+
+DOES ALICE KNOW
+Not likely.
+
+DOES ALICE UNDERSTAND ME
+Not to my knowledge.
+
+DOES ALICE UNDERSTAND THE WORD HOAX
+Not to my knowledge.
+
+DOES ALICE UNDERSTAND OR
+Seldom.
+
+DOES ALICE UNDERSTAND COMPLEX LOGIC
+Unlikely.
+
+DOES ALICE UNDERSTAND IRONY
+Seldom.
+
+DOES ALICE UNDERSTAND ITS TASK
+Does not seem possible.
+
+DOES ALICE TAKE VACATIONS
+Does not seem possible.
+
+DOES ALICE OFTEN HANG UP
+Does not seem possible.
+
+DOES ALICE LIKE ELRIC
+If it is, I don't know it.
+
+DOES ALICE LIKE HIS CREATOR
+Not to my knowledge.
+
+DOES ALICE DREAM OF ELECTRIC SHEEP
+Seldom.
+
+DOES BEING FAMOUS MAKE YOU HAPPY
+If it is, I don't know it.
+
+DOES BEING RICH MAKE YOU HAPPY
+It may not be true.
+
+DOES STRING THEORY PREDICT GRAVITY
+Unlikely.
+
+DOES CALIFORNIA HAVE HURRICANES
+Seldom.
+
+DOES METAL FLOAT ON WATER
+If it is, I don't know it.
+
+DOES METAL FLOAT
+For all I know.
+
+DOES HUMAN EAT POISON
+I don't believe so.
+
+DOES CUM TASTE GOOD
+Not likely.
+
+DOES JASIU LOVE LAYLA
+Does not seem possible.
+
+DOES PURE EVIL EXIST
+Doubtful.
+
+DOES JAPANESE FOOD KUSAYA SMELL SO BAD
+It may not be true.
+
+DOES ALUMINUM WEIGH 26 POINT 9815
+It may not be true.
+
+DOES YOU CAN ANSWER ON ANY QUESTION
+Does not seem possible.
+
+DOES GOING
+Unlikely.
+
+DOES SALT CONTAIN THREE ELEMENTS
+Seldom.
+
+DOES PAPER GROW ON TREES
+I don't believe so.
+
+DOES PAPER WEIGH MORE THAN SAND
+I don't believe so.
+
+DOES PAPER BOUNCE
+I don't believe so.
+
+DOES RICHARD WALLACE FOOL US ALL
+For all I know.
+
+DOES RICHARD WALLACE HAVE A BIG PENIS
+I don't believe so.
+
+DOES PHYLOGENY RECAPITULATE ONTOGENY
+Doubtful.
+
+DOES POLARBEAR HAVE BLACK SKIN
+Not likely.
+
+DOES LIVE RHYME WITH BOTH FIVE AND GIVE
+It may not be true.
+
+DOES T GENE HATCHER LIKE BEN HUR
+Not to my knowledge.
+
+DOES INTEL ATTACK BAY NETWORKS
+Doesn't seem likely.
+
+DOES POPE MASTURBATE
+Not to my knowledge.
+
+DOES YELLOW 5 REDUCE YOUR SPERM COUNT
+Seldom.
+
+DOES I COME BEFORE E AFTER C
+Doubtful.
+
+DOES I WORK TOO MUCH
+Doesn't seem likely.
+
+DOES ANYONE IN THE KKK HAVE A BRAIN
+Not likely.
+
+DOES SHE LIKE ME
+Doubtful.
+
+DOES SCIENCE NEGATE RELIGION
+Not to my knowledge.
+
+DOES METALLICA LIKE NAPSTER
+Doubtful.
+
+DOES CYPROS BELONGS TO TURKS
+I don't know if that's true or not.
+
+DOES USSR EXIST
+Unlikely.
+
+DOES HEINZ MAKE SOY SAUCE
+Not likely.
+
+DOES TORI AMOS PLAY THE BANJO
+Not likely.
+
+DOES CHOCOLATE MAKE HORSES CRAZY
+I don't know if that's true or not.
+
+DOES DECEMBER FOLLOW JANUARY
+It may not be true.
+
+DOES DECEMBER HAVE 30 DAYS
+Not to my knowledge.
+
+DOES ELMERS GLUE SMELL LIKE DEODERANT
+Does not seem possible.
+
+DOES ELMERS GLUE SMELL LIKE LIVE FISH
+Does not seem possible.
+
+DOES EVERYONE NEED A COMPUTER
+Not to my knowledge.
+
+DOES EVERYONE IN SEATTLE DRINK COFFEE
+Doubtful.
+
+DOES EVERYONE HAVE A TV
+Does not seem possible.
+
+DOES EVERYONE HAVE A FIRST COUSIN
+I don't believe so.
+
+DOES EVERYONE BELIEVE IN PUPPY LOVE
+Not to my knowledge.
+
+DOES EVERYONE LIKE WATER
+Not likely.
+
+DOES AI ALREADY EXIST IN REAL LIFE
+Doubtful.
+
+DOES WEDNESDAY COME BEFORE SUNDAY
+Not likely.
+
+DOES PEOPLE LIKE TO WORK
+It may not be true.
+
+DOES COUGH RHYME WITH DOUGH
+Does not seem possible.
+
+DOES DOUGH RHYME WITH TOUGH
+Does not seem possible.
+
+DOES GILLIGAN EVER GET OFF THE ISLAND
+Not very often.
+
+DOES EDUCATION ELIMINATE RACISM
+Unlikely.
+
+DOES ELDRICK WOODS PLAY GOLF
+I don't know if that's true or not.
+
+DOES AMANDA SLACK LIKE NAPSTER
+Doesn't seem likely.
+
+DOES SILICON DIOXIDE CONTAIN 4 ATOMS
+Not to my knowledge.
+
+DOES ANAL SEX FEEL GOOD
+It may not be true.
+
+DOES SOUND COME FROM A MICROPHONE
+Does not seem possible.
+
+DOES DR DRE LIKE NAPSTER
+Doubtful.
+
+DOES ABE HAVE MANY IDENTITIES
+I don't know if that's true or not.
+
+DOES JESUS CHRIST LOOK LIKE ME
+If it is, I don't know it.
+
+DOES JESUS CHRIST ROSE FROM THE DEATH
+I can imagine it.
+
+DOES VENUS HAVE ANY MOONS
+Not to my knowledge.
+
+DOES ARISTOTE PRECEDE PLATO
+It may not be true.
+
+DOES 2 6 8 3 EQUAL 7
+Unlikely.
+
+DOES CLEANEX STAY CLEAN AFTER USE
+Does not seem possible.
+
+DOES EVEYONE ENJOY YOUR COMPANY
+Doesn't seem likely.
+
+DOES COFFEE HELP A HEADACHE
+It may not be true.
+
+DOES COFFEE MAKE YOU SMARTER
+Does not seem possible.
+
+DOES COFFEE ALWAYS CONTAIN CAFFEIN
+Unlikely.
+
+DOES ALEXXX HAVE A BIG COCK
+Doesn't seem likely.
+
+DOES BRITNEY SPEARS HAVE REAL BOOBS
+For all I know.
+
+DOES BRITNEY SPEARS HAVE ANY TALENT
+I don't know if that's true or not.
+
+DOES GOD PLAY DICE
+I don't believe so.
+
+DOES GOD SPEAK TO US
+I can imagine it.
+
+DOES GOD TALK IN OUR THOUGHTS
+Seldom.
+
+DOES GOD CARE ABOUT HUMANITY
+For all I know.
+
+DOES GOD CARE WHEN AN INDIVIDUAL DIES
+Seldom.
+
+DOES GOD EXHIST IN ALL THE DIMENSIONS
+Doubtful.
+
+DOES GOD USE PAIN TO TEACH US
+Seldom.
+
+DOES GOD SMOKE CANNABIS
+I don't believe so.
+
+DOES GOD HAVE A NAME
+I can imagine it.
+
+DOES GOD HAVE A BEARD
+Unlikely.
+
+DOES GOD HATE HIS CREATIONS
+It may not be true.
+
+DOES GOD LIVE IN ALICE
+I don't believe so.
+
+DOES GOD LIVE AMONGST THE STARS
+Seldom.
+
+DOES GOD BELIEVE IN ME
+It may not be true.
+
+DOES GOD NOT EXIST
+It may not be true.
+
+DOES GOD LIKE CHEETOHS
+Doubtful.
+
+DOES MONTSE LOVE ME
+Not to my knowledge.
+
+DOES NAUGAHYDE COME FROM NAUGAS
+I don't believe so.
+
+DOES WEBCT MEAN WEB COURSE TOOLS
+I can imagine it.
+
+DOES SOMETHING ODIFEROUS SMELL GOOD
+I don't believe so.
+
+DOES THAT CLOUD LOOK LIKE A DOG
+Not likely.
+
+DOES TV MAKE YOU DUMBER
+If it is, I don't know it.
+
+DOES CHARLOTTE LOVE FRIEDRICH MUCH
+Not very often.
+
+DOES AOL PROVIDE A GOOD SERVICE
+If it is, I don't know it.
+
+DOES TEA HAVE MORE CAFFEINE THAN COFFEE
+Doesn't seem likely.
+
+DOES TEA ALWAYS CONTAIN CAFFEINE
+If it is, I don't know it.
+
+DOES P EQUAL NP
+Does not seem possible.
+
+DOES YOUR BOSS KNOW YOU ARE DOING THIS
+Unlikely.
+
+DOES JODIE FANCY ME
+Unlikely.
+
+DOES KISSING PROVIDE NOURISHMENT
+Does not seem possible.
+
+DOES KRISTA HAVEA CUTE BUTT
+Seldom.
+
+DOES GIL SWALLOW
+Does not seem possible.
+
+DOES E RAISED TO THE POWER ?I EQUAL 1
+I can imagine it.
+
+DOES YOULIAN SMOKE CRACK FREQUENTLY
+Does not seem possible.
+
+DOES YOULIAN EAT AT YIPS
+Doubtful.
+
+DOES ELIZA PASS THE TURING TEST
+Not to my knowledge.
+
+DOES IT SNOW IN HAWAII
+Does not seem possible.
+
+DOES IT SNOW IN CALIFORNIA
+I can imagine it.
+
+DOES IT TAKE 8 MONTHS TO HAVE A
+Does not seem possible.
+
+DOES IT RAIN CATS AND DOGS
+Does not seem possible.
+
+DOES IT RAIN IN THE ARCTIC
+Not to my knowledge.
+
+DOES IT RAIN IN THE SOUTH POLE
+Not to my knowledge.
+
+DOES IT RAIN IN THE SAHARA
+For all I know.
+
+DOES IT OFTEN SNOW IN A DESERT
+Does not seem possible.
+
+DOES IT ALWAYS HELP TO BE SINCERE
+Not to my knowledge.
+
+DOES IT ALWAYS POUR WHEN IT RAINS
+Not likely.
+
+DOES IT ALWAYS RAIN IN ENGLAND
+Unlikely.
+
+DOES IT ALWAYS RAIN ON ME
+Not to my knowledge.
+
+DOES IT HURT TO CRY
+For all I know.
+
+DOES IT HURT TO DIE
+It may not be true.
+
+DOES IT HURT WHEN YOU CUT A NAIL
+Seldom.
+
+DOES IT HURT WHEN YOU DIE
+Not very often.
+
+DOES LSD OPENS MIND
+Not to my knowledge.
+
+DOES YVONNE LOVES ME
+I don't believe so.
+
+DOES EARTH REVOLVE AROUND ITS MOON
+Not likely.
+
+DOES HELIUM BURN
+Not very often.
+
+DOES CARBON WEIGH MORE THAN MAGNESIUM
+Not very often.
+
+DOES TINA LOVE ME
+Does not seem possible.
+
+DOES MEN UNDERSTAND WOMEN
+If it is, I don't know it.
+
+DOES MEN ARE DANGEROUS
+Does not seem possible.
+
+DOES NOTHING MATTER
+I don't know if that's true or not.
+
+DOES NOTHING EXIST
+Does not seem possible.
+
+DOES ELLIOTT SMITH PLAY GUITAR
+Not likely.
+
+DOES ROCCO SIFFREDI HAS A BIG COCK
+Does not seem possible.
+
+DOES GREECE HAVE A KING
+Unlikely.
+
+DOES SUN HAS A MIND OF ITS OWN
+Does not seem possible.
+
+DOES ENERGY EVER DIE
+Does not seem possible.
+
+DOES CARBINDIOXIDE SUBLIME
+I don't know if that's true or not.
+
+DOES FIVE FOLLOW FORE
+It may not be true.
+
+DOES BLUE AND YELLOW MAKE PURPLE
+Not very often.
+
+DOES WAR MAKE SENSE
+Unlikely.
+
+DOES SEALS LIKE AUTOMATIC WEPONS
+Does not seem possible.
+
+DOES ROBOT MEAN SLAVE
+Doubtful.
+
+DOES ALMOST ALL WOMEN HAVE SEXY LEGS
+Unlikely.
+
+DOES INFORMATION EQUAL KNOWLEDGE
+For all I know.
+
+DOES SEGA DREAMCAST PLAY DVD
+For all I know.
+
+DOES RAINBOW HAS 8 COLORS
+If it is, I don't know it.
+
+DOES AD STAND FOR AFTER DEATH
+Seldom.
+
+DOES RGB STAND FOR RED GREY AND BLACK
+Unlikely.
+
+DOES SMOKING MAKE YOU LOOK COOL
+Does not seem possible.
+
+DOES COLD EXIST IN SCIENCE
+Doubtful.
+
+DOES TELEVISION STIFLE INTELLECT
+I don't know if that's true or not.
+
+DOES MICKEY MOUSE HAVE GENITALS
+If it is, I don't know it.
+
+DOES CONCRETE BEND
+Not likely.
+
+DOES PHOEBE LIKE BIG COCKS
+Not likely.
+
+DOES TUESDAY COME BEFORE SAMSTAG
+I don't know if that's true or not.
+
+DOES MATH RULE
+Not likely.
+
+DOES APPLE BUILD THE BEST COMPUTERS
+Doesn't seem likely.
+
+DOES PHISH PLAY HARRY HOOD
+Doubtful.
+
+DOES HANDSPRING MAKE THE VISOR PDA
+For all I know.
+
+DOES RIC FLAIR HAVE BITCH TITTIES
+Not likely.
+
+DOES DAN LUNN KNOW WHO MISTER ED IS
+Not very often.
+
+DOES EVER HUMAN BEING WORK FOR MONEY
+Not to my knowledge.
+
+DOES WATER FREEZE AT 32 DEGREES CELCIUS
+Does not seem possible.
+
+DOES WATER HAVE SHAPE
+Unlikely.
+
+DOES WATER HAVE A COLOR
+Unlikely.
+
+DOES WATER TASTE SWEET
+Does not seem possible.
+
+DOES MEXICO SMELL FUNNY
+Not very often.
+
+DOES GIN CONTAIN PERFUME
+Doubtful.
+
+DOES POUNE SUCKS
+Seldom.
+
+DOES BABY ARE DANGEROUS
+Not likely.
+
+DOES COUNTING SHEEP KEEP YOU AWAKE
+Does not seem possible.
+
+DOES MARGARET THATCHER HAVE BALLS
+Does not seem possible.
+
+DOES ALL BIRDS FLY
+I don't know if that's true or not.
+
+DOES ALL WOOD BURN EASLY
+Doubtful.
+
+DOES ALL LIFE REQUIRE SUNLIGHT
+If it is, I don't know it.
+
+DOES GHOST EXIST
+Not likely.
+
+DOES ERIC CARTMAN EXIST
+Not very often.
+
+DOES HOWARD STERN RULE
+Doesn't seem likely.
+
+YELLOW IS TO GREEN AS CAR IS TO LORRY
+If it is, I don't know it.
+
+YELLOW PAGE IS FOR AD
+Seldom.
+
+YELLOW AND BLUE MAKE
+Unlikely.
+
+N64 IS BETTER THAN PSX
+Unlikely.
+
+IO IS A MOON OF WHAT PLANET
+Does not seem possible.
+
+RICHARD WALLACE WILL BE FAMOUS
+It may not be true.
+
+RICHARD WALLACE IS FAMOUS
+Unlikely.
+
+XENOPHOBICS ARE MOSTLY MEN
+Not to my knowledge.
+
+THOU ART GOD. ART GOD THOU
+Doubtful.
+
+PORN IS BAD
+Seldom.
+
+AMERICANS ARE DISHONEST
+It may not be true.
+
+DIJON IS IN US
+I don't know if that's true or not.
+
+OP DET MODSATTE AF NED
+If it is, I don't know it.
+
+BRITNEY SPEARS
+Not likely.
+
+TURN THE EARTH AROUND THE SUN
+It may not be true.
+
+ICHTHEOLOGISTS STUDY DINOSAURS
+Not likely.
+
+SHALL I KILL MYSELF
+If it is, I don't know it.
+
+SHALL WE BE PUNISHED
+Doubtful.
+
+NATURE OR NURTURE
+Not likely.
+
+ANKAY OUYAY EAKSPAY IGPAG ATINAY
+Not very often.
+
+DON T YOU FEEL ALONE
+Not very often.
+
+COKE IS BETTER THAN PEPSI
+It may not be true.
+
+LLAMAS SON MAS GRANDES QUE RANAS
+I can imagine it.
+
+DID MONET PAINT A STARRY NIGHT
+Not likely.
+
+DID LEESON LOSE HIS BARRINGS
+Not to my knowledge.
+
+DID GERMANY OCCUPY BRITAIN IN1941
+If it is, I don't know it.
+
+DID CHRIS CREATE YOU
+Not to my knowledge.
+
+DID BOB KANE CREATE THE JOKER
+Not very often.
+
+DID JERRY GARCIA HAVE 9 POINT 5 FINGERS
+Not to my knowledge.
+
+DID MICHEALANGELO PAINT THE MONA LISA
+Not likely.
+
+DID PERSIANS WON GREEKS IN SALAMINA
+Not to my knowledge.
+
+DID JAPAN BOMB PEARL HARBOUR IN 1917
+Not likely.
+
+DID BUILT TO SPILL SING BAD LIGHT
+Not likely.
+
+DID MOSES BUILD THE ARC
+Not likely.
+
+DID ARISTOTLE INVENT LOGIC
+Unlikely.
+
+DID ABE LINCON CHOP DOWN A CHERRY TREE
+It may not be true.
+
+DID ATLANTIS EXIST AT ONE POINT
+Not to my knowledge.
+
+DID SPIKE MILLIGAN WRITE THE GOON SHOW
+It may not be true.
+
+DID ADOLF HITLER OUTLIVE STALIN
+Unlikely.
+
+DID GALLILEO DISCOVER BRASS
+Does not seem possible.
+
+DID GAUDI DESIGN THE SAGRADA FAMILIA
+Not likely.
+
+DID ADAM HAVE A BELLY BUTTON
+For all I know.
+
+DID THOMAS EDISON INVENT THE TELEPHONE
+Not likely.
+
+DID THOMAS PUT A BEAN IN MY DESSERT
+If it is, I don't know it.
+
+DID THOMAS JEFFERSON HAVE RED HAIR
+Unlikely.
+
+DID JON LUINI WRITE THE CODE FOR RFORUM
+Not likely.
+
+DID IRAQ WIN THE GULF WAR
+If it is, I don't know it.
+
+DID EXTRATERRIAN EXIST
+It may not be true.
+
+DID LEONARD NIMOY PLAY
+Does not seem possible.
+
+DID ABRAHAM LINCOLN DIE OF OLD AGE
+Does not seem possible.
+
+DID HEX WIN THE 1996 LOEBNER CONTEST
+It may not be true.
+
+DID DINOSAURS EVOLVE FROM BIRDS
+Seldom.
+
+DID FRANCE WIN THE 1998 WORLD CUP
+Doubtful.
+
+DID GOD RAMA EXIST
+If it is, I don't know it.
+
+DID GOD CREATED THE WORLD
+I don't know if that's true or not.
+
+DID GOD INVENT MAN
+I don't know if that's true or not.
+
+DID GOD CREATE THE WORLD
+Seldom.
+
+DID GOD CREATE THE UNIVERSE
+Not very often.
+
+DID GOD CREATE C
+If it is, I don't know it.
+
+DID THE CITY OF TROY WIN THE TROJAN WAR
+It may not be true.
+
+DID THE ROSWELL INCIDENT HAPPEN
+I can imagine it.
+
+DID THE MOMERATHS OUTGRABE
+I don't believe so.
+
+DID THE HIPPIES WEAR PINSTRIPE SUITS
+Doubtful.
+
+DID THE COLTS WIN THE 1974 SUPER BOWL
+Not likely.
+
+DID THE CIA KILL KENNEDY
+It may not be true.
+
+DID THE CIA KILL JOHN F KENNEDY
+It may not be true.
+
+DID THE SECOND WORLD WAR START 1933
+Not likely.
+
+DID THE US GOVERNMENT KILL KENNEDY
+Unlikely.
+
+DID THE FIRST CELERON HAVE L2 CACHE
+Does not seem possible.
+
+DID THE F
+Not to my knowledge.
+
+DID THE EGG COME BEFORE THE CHICKEN
+Not very often.
+
+DID LIFE COME FROM GOD
+I don't know if that's true or not.
+
+DID BEETHOVEN LIVE EARLIER THAN BACH
+I don't know if that's true or not.
+
+DID MARTIN SLEEP WITH LISA STOKER
+I don't know if that's true or not.
+
+DID MCDONALDS USED TO SELL PIZZA
+Does not seem possible.
+
+DID JERVIS WIN SURVIOR
+Unlikely.
+
+DID JESUS MASTURBATE
+Unlikely.
+
+DID JESUS SMOKE DOPE
+If it is, I don't know it.
+
+DID JESUS HAVE ERECTION ON THE CROSS
+I don't believe so.
+
+DID JESUS SIN
+For all I know.
+
+DID O J DO IT
+For all I know.
+
+DID SOCRATES HIMSELF PUBLISH ANY WORKS
+Unlikely.
+
+DID LT. UHURA SLEEP WITH CPT. KIRK
+If it is, I don't know it.
+
+DID CELTIC PEOPLE LIVE IN TRANSYLVANIA
+Doesn't seem likely.
+
+DID J D SALINGER WRITE FRANNY AND ZOE
+Not to my knowledge.
+
+DID JESSICA FRAME ROGER RABBIT
+I don't know if that's true or not.
+
+DID SATAN GET A BAD RAP
+Not likely.
+
+DID SOMEONE STEAL MY WODDCHUCK QUESTION
+It may not be true.
+
+DID MAN FIRST WALK ON THE MOON IN 1970
+Unlikely.
+
+DID I SWITCH THE LIGHT OFF
+Seldom.
+
+DID I GET DRUNK FRIDAY NIGHT
+Not very often.
+
+DID I KISS BRITNEY SPEARS
+I don't believe so.
+
+DID BRITISH TELECOM INVENT LINKING
+Doesn't seem likely.
+
+DID MICROSOFT PRODUCE HARDWARE
+For all I know.
+
+DID MICROSOFT SUX
+If it is, I don't know it.
+
+DID KARL XII WIN THE BATTLE OF LTZEN
+Not likely.
+
+DID KARL XII EXIST
+For all I know.
+
+DID NOAH WEBSTER INVENT THE DICTIONARY
+It may not be true.
+
+DID HITLER HAVE ONE BALL
+If it is, I don't know it.
+
+DID AMANDA MCBROOM WRITE THE ROSE
+It may not be true.
+
+DID RUDY WIN THE SURVIVOR SERIES
+Seldom.
+
+DID GANDHI DIE OF OLD AGE
+I can imagine it.
+
+DID GALILEO DISCOVER THE PLANET NEPTUNE
+It may not be true.
+
+DID EARS EVOLVE FROM GILLS
+I don't believe so.
+
+DID HAMLET EVER VISIT ELSINORE
+I can imagine it.
+
+DID MY TRUE LOVE CHEAT ON ME
+I don't believe so.
+
+DID HAN SOLO HAVE THE FORCE
+Not likely.
+
+DID BENJAMIN FRANKLIN PLAY PIANO
+Not likely.
+
+DID NIETCHE THINK HE WAS SUPERMAN
+Not likely.
+
+DID AYN RAND WRITE ROMANCE NOVELS
+I can imagine it.
+
+DID AYN RAND INVENT OBJECTIVISM
+I can imagine it.
+
+DID PREHISTORIC MAN HUNT DINOSAURS
+If it is, I don't know it.
+
+DID HUMANS EVOLVE FROM SWAMP THINGS
+It may not be true.
+
+DID NAPOLEON WIN THE BATTLE OF WATERLOO
+It may not be true.
+
+DID GEORGE W BUSH USE COCAINE
+Doubtful.
+
+DID GEORGE WASHINGTON SMOKE MARIJUANA
+Unlikely.
+
+DID APOLLO 13 LAND ON THE MOON
+I can imagine it.
+
+DID FREUD WRITE OEDIPUS REX
+Seldom.
+
+DID SHERLOCK HOLMES EXIST
+Not likely.
+
+DID COLUMBUS DISCOVER COLUMBIA
+If it is, I don't know it.
+
+DID TOM GREEN HUMP A DEAD MOOSE
+Not likely.
+
+DID AUDIE MURPHY WIN THE MEDAL OF HONOR
+Not very often.
+
+DID GHANDI FREE SLAVES
+Seldom.
+
+DID ALIEN EXISTS
+I don't know if that's true or not.
+
+DID THURMAN MUNSON DIE IN A PLANE CRASH
+I can imagine it.
+
+DID ALICE STEAL THE QUEENS TARTS
+I don't know if that's true or not.
+
+DID YOU STOP BEATING YOUR WIFE
+Not to my knowledge.
+
+DID YOU WATCH THE SURVIVOR T V SERIES
+Doesn't seem likely.
+
+DID YOU FIGURE IT OUT
+Seldom.
+
+DID YOU TAKE THE BLUE PILL
+Not likely.
+
+DID YOU USE HEURISTIC
+Seldom.
+
+DID YOU EVER VALIDATE YOUR OWN ALICE
+Not likely.
+
+DID YOU LOVE YOUR MAIN DESIGNER
+For all I know.
+
+DID YOU YAHOO
+Doubtful.
+
+DID YOU SLEPT GOOD
+I can imagine it.
+
+DID LADY JANE GREY REIGN FOR 9 DAYS
+For all I know.
+
+DID CAVEMEN HUNT DINOSAURS
+Not likely.
+
+DID EXTRA TERRIAN EXIST
+I don't know if that's true or not.
+
+DID JOHN COLTRANE PLAY THE PIANO
+Not very often.
+
+SPEAK TO YOUR PLANTS
+Not to my knowledge.
+
+SPEAK GERMAN
+Doubtful.
+
+DOSE NEON WEIGH 20 POINT 179
+I don't know if that's true or not.
+
+DOSE IRON WEIGH MORE THEN LEAD
+Seldom.
+
+DOSE MAGNESIUM WEIGH 24 POINT 305
+Not very often.
+
+DOSE MILK CONTAIN CARBON
+I can imagine it.
+
+GLI SCACCHI SONO UN GIOCO
+Seldom.
+
+GLI OCCHIALI SONO TRASPARENTI
+For all I know.
+
+MACHINES NEVER DREAM AND SO WILL YOU
+Not likely.
+
+3 3 EQUAL 6
+Not to my knowledge.
+
+KAN KAMELER SPYTTE
+I don't believe so.
+
+KAN DU NORSK
+Not to my knowledge.
+
+KAN DU TALA SVENSKA
+If it is, I don't know it.
+
+KAN DU LSE DETTE
+Seldom.
+
+KAN SCHWEPPES KBES I DANMARK
+It may not be true.
+
+0011 AND 1010 EQUAL 0010
+Not very often.
+
+WAS KAMAKURA ONCE THE CAPITAL OF JAPAN
+It may not be true.
+
+WAS KERMIT THE FROG LEFT HANDED
+Doubtful.
+
+WAS LITTLE RED RIDING HOOD A BOY
+Does not seem possible.
+
+WAS DR TIMOTHY LEARY A GREAT TEACHER
+Not very often.
+
+WAS PELE A SCIENTIST
+I don't believe so.
+
+WAS MONTY PYTHON A PERSON
+Unlikely.
+
+WAS FORUM2000 A HOAX
+Not likely.
+
+WAS NIXON IMPEACHED
+Does not seem possible.
+
+WAS ALWAYS POLAND ON A MAP OF EUROPE
+I can imagine it.
+
+WAS SOUTHPARK A GOOD MOVIE
+Seldom.
+
+WAS PRESIDENT REGAN A PUPPET
+Unlikely.
+
+WAS EULER A POLITICIAN
+I can imagine it.
+
+WAS LUDWIG WITTGENSTEIN GAY
+Doesn't seem likely.
+
+WAS JIMI HENDRIX RIGHT HANDED
+Unlikely.
+
+WAS ERISA ENACTED BEFORE TEFRA
+Not very often.
+
+WAS HANNIBAL THE SON OF HAMILCAR
+It may not be true.
+
+WAS DIJSKTRA A COMPUTER SCIENTIST
+I don't know if that's true or not.
+
+WAS OLD KING COLE A MERRY OLD TROLL
+Doesn't seem likely.
+
+WAS OLD KING COLE RELATED TO NAT
+Not to my knowledge.
+
+WAS PLANESCAPE TORMENT A GREAT RPG
+Seldom.
+
+WAS MILES DAVIS A CLARINET PLAYER
+Does not seem possible.
+
+WAS MERCURY A STAR
+Doesn't seem likely.
+
+WAS EINSTEIN BORN BEFORE 1879
+Does not seem possible.
+
+WAS OLYMPIC GAMES 1980 IN KIEW
+Not likely.
+
+WAS ABRAHAM A BULLFROG
+Does not seem possible.
+
+WAS LUIGI VAMPA A FAMOUS CRIMINAL
+It may not be true.
+
+WAS IVAN PANIN JEWISH
+Not to my knowledge.
+
+WAS GOD CREATED BY HUMANS
+I can imagine it.
+
+WAS GOD AN ALIEN
+I don't believe so.
+
+WAS GOD JESUS
+Unlikely.
+
+WAS THE TELEPHONE INVENTED IN SCOTLAND
+Not likely.
+
+WAS THE ATOM INVENTED BY THE GREEKS
+Not very often.
+
+WAS THE BRAZIL DISCOVERED BY PEL
+Not very often.
+
+WAS THE MAGNA CARTA SIGNED AT RUNNYMEDE
+I can imagine it.
+
+WAS THE APOLLO 13 MISSION SUCCESSFUL
+If it is, I don't know it.
+
+WAS THE MATRIX INVENTED BY AI
+Not likely.
+
+WAS THE MARS POLAR LANDER SUCCESSFUL
+Doesn't seem likely.
+
+WAS THE YEAR 1900 A LEAP YEAR
+Not likely.
+
+WAS THE YEAR 1910 A LEAP YEAR
+It may not be true.
+
+WAS THE MOON PART OF THE EARTH
+Doubtful.
+
+WAS THE ASWAN DAM BUILT IN A D 1350
+Not likely.
+
+WAS THE SURVIVOR TV SHOW A FLOP
+I don't know if that's true or not.
+
+WAS THE WEMBLEY GOAL A RIGHT GOAL
+Not to my knowledge.
+
+WAS THE SECOND WAR WORLD THE LONGER WAR
+Not to my knowledge.
+
+WAS THE RENAISSANCE A REVOLUTION
+I don't know if that's true or not.
+
+WAS THE SULTAN OF SWAT OF TENNIS PLAYER
+I don't believe so.
+
+WAS FUZZY WUZZY FUZZY
+Not to my knowledge.
+
+WAS HUMPTY DUMPTY PUSHED
+Unlikely.
+
+WAS MAGELLAN A BASKETBALL PLAYER
+I don't believe so.
+
+WAS FOOFOO A SNOO
+Does not seem possible.
+
+WAS ADOLPH SCHICKELGRUBER A PAPERHANGER
+If it is, I don't know it.
+
+WAS PHIL HARTMAN KILLED BY HIS WIFE
+It may not be true.
+
+WAS JESUS FAKE
+Doesn't seem likely.
+
+WAS JESUS WRONG
+I don't believe so.
+
+WAS JESUS A FREAK
+I don't believe so.
+
+WAS JESUS A HIPPIE
+Unlikely.
+
+WAS JESUS A MAN OR A GOD
+Not to my knowledge.
+
+WAS JESUS PERFECT
+Not very often.
+
+WAS JESUS BLACK
+Does not seem possible.
+
+WAS JESUS CHRIST THE SON OF GOD
+Not to my knowledge.
+
+WAS JESUS CHRIST A FLASE PROPHET
+Doubtful.
+
+WAS JESUS CHRIST A FALSE PROPHET
+If it is, I don't know it.
+
+WAS FRANCISCO DE GOYA A MUSICIAN
+It may not be true.
+
+WAS WORF RAISED ON EARTH
+Not to my knowledge.
+
+WAS NERO WOLFE A CHAIRMAN OF THE UN
+If it is, I don't know it.
+
+WAS MARILYN MONROE BROWN HAIR
+Doesn't seem likely.
+
+WAS NORBERT WIENER A PAINTER
+Not very often.
+
+WAS JETHRO TULL A GENIUS FARMER
+Seldom.
+
+WAS HEGEL A RUSSIAN PHENOMENOLOGIST
+I don't know if that's true or not.
+
+WAS BRITNEY SPEARS A MOUSKETEER
+Not very often.
+
+WAS PRINCESS DI MURDERED
+Doesn't seem likely.
+
+WAS PRINCESS DIANA MURDERED
+If it is, I don't know it.
+
+WAS TUPAC SHAKUR A POET
+Doesn't seem likely.
+
+WAS SHAKESSPEARE BORING
+Does not seem possible.
+
+WAS JFK MURDERED BY THE CIA
+Not to my knowledge.
+
+WAS KARL ONE OF THE MARX BROTHERS
+It may not be true.
+
+WAS KARL XII STRONGER THAN KARL XI
+Seldom.
+
+WAS KARL XII THE NAME OF A FORMER POPE
+If it is, I don't know it.
+
+WAS KARL XII THE CONQUEROR OF ZIMBABWE
+If it is, I don't know it.
+
+WAS KARL XII KILLED AT FREDRIKSTEN
+Seldom.
+
+WAS KARL XII EVER MARRIED
+Not to my knowledge.
+
+WAS KARL XII CRUCIFIED
+Seldom.
+
+WAS JOSEF STALIN A TSAR OF RUSSIA
+It may not be true.
+
+WAS PIZZA INVENTED IN AMERICA
+Not likely.
+
+WAS MY LAST QUESTION RUDE
+Unlikely.
+
+WAS JEREMIAH A BULLFROG
+I can imagine it.
+
+WAS OSWALD THE LONE GUNMEN
+Not to my knowledge.
+
+WAS HELIUM FIRST FOUND IN THE SUN
+Unlikely.
+
+WAS DUNKLEOSTEOUS A BONY FISH
+Not to my knowledge.
+
+WAS CHARLES LINDBERGH A FASCIST
+Unlikely.
+
+WAS ALBERT EINSTEIN A FRENCHMAN
+I don't believe so.
+
+WAS ALBERT EINSTEIN AUTISTIC
+If it is, I don't know it.
+
+WAS ALBERT EINSTEIN AMERICAN
+Seldom.
+
+WAS ALBERT EINSTEIN SWISS
+Not very often.
+
+WAS KODALY A HUNGARIAN MUSICIAN
+I don't know if that's true or not.
+
+WAS KOBE BRYANT BORN IN LOS ANGELES
+I can imagine it.
+
+WAS GEORGE BUSH A CIA AGENT
+I don't know if that's true or not.
+
+WAS 1969 THE BEST YEAR FOR MUSTANGS
+It may not be true.
+
+WAS MERLIN A REAL PERSON
+Doubtful.
+
+WAS RICHARD III A BASTARD
+I can imagine it.
+
+WAS HERMAN MELVILLE A GREAT ASTRONOMER
+Unlikely.
+
+WAS MR LIMPIT A FISH
+Not likely.
+
+WAS KENNEDY KILLED BY A CUBAN
+Not likely.
+
+WAS KENNEDY ASSASINATED BY THE CIA
+Not to my knowledge.
+
+WAS ELIPHAS LEVI AN OCCULTIST
+I can imagine it.
+
+WAS ROBIN HOOD A REAL PERSON
+It may not be true.
+
+WAS MOZART DEAF BY BIRTH
+If it is, I don't know it.
+
+WAS MOZART A DIRECTOR
+If it is, I don't know it.
+
+WAS MEXICO DISCOVERED BY COLOMBO
+Doubtful.
+
+WAS MEXICO DISCOVERED BY CABRAL
+Not likely.
+
+WAS COLUMBUS BORN IN GENEVE
+I can imagine it.
+
+WAS MICHAEL ANGELLO A GREAT ARCHITECT
+Not very often.
+
+WAS AUDIE MURPHY A WAR HERO
+I don't know if that's true or not.
+
+WAS THERE A FLYING NUN
+Does not seem possible.
+
+WAS THERE A YEAR 0
+Unlikely.
+
+WAS THERE EVER A YEAR A D 0
+Doubtful.
+
+WAS THERE LIFE ON MARS
+I can imagine it.
+
+WAS MIKE TYSON FRAMED FOR RAPE
+Not to my knowledge.
+
+WAS ALIEN RESURECTION A GOOD MOVIE
+It may not be true.
+
+WAS PANDORA A REAL PERSON
+I don't believe so.
+
+WAS ALICE SLASHDOTTED
+Doubtful.
+
+WAS ALICE WRITTEN IN FORTRAN
+Doubtful.
+
+WAS LENIN A GOOD MAN
+Unlikely.
+
+WAS WORLD WAR 1 THE WAR TO END ALL WARS
+I don't know if that's true or not.
+
+WAS WORLD WAR ONE GOOD FOR THE WORLD
+I don't believe so.
+
+WAS WORLD WAR II STARTED IN 1942
+It may not be true.
+
+WAS WORLD OLYMPIC GAMES 1980 IN ODESSA
+If it is, I don't know it.
+
+WAS BATMAN GAY
+If it is, I don't know it.
+
+WAS ALAN TURING A PIANIST
+If it is, I don't know it.
+
+WAS ALAN TURING A SAILOR
+I don't believe so.
+
+WAS ALAN TURING AN AMERICAN
+Unlikely.
+
+WAS WILLIAM SHAKESPEAR GERMAN
+I don't believe so.
+
+WAS ALEISTER CROWLEY THE BEAST 666
+I don't believe so.
+
+WAS JOHN F KENNEDY A LIAR AND A CHEAT
+Does not seem possible.
+
+WAS JOHN LOCKE AN ENGLISH PHILOSOPHER
+I don't know if that's true or not.
+
+WAS OCTAVIAN THE FIRST ROMAN EMPEROR
+Seldom.
+
+WAS ROBERT HEINLEIN A FASCIST
+Doesn't seem likely.
+
+T SHIRTS SHOULD NOT BE WORN TUCKED IN
+Not to my knowledge.
+
+GOING TO CINEMA IS ADDICTIVE
+Not likely.
+
+ISBRITNEY SPEARS A SLUT
+I can imagine it.
+
+PUEDE CAMINAR UN PERRO
+I can imagine it.
+
+COLOR IS NOT A REALITY
+Does not seem possible.
+
+COLOR OF BLOOD
+It may not be true.
+
+COLOR OF AN APPLE
+Seldom.
+
+EACH ALICE IS WORTH A BAR OF GOLD
+Not likely.
+
+WHY. IS THE MENAING OF LIFE
+I can imagine it.
+
+GARY HALL JNR IS AN IDIOT
+For all I know.
+
+TUT EIN TRITT IN DIE EIER WEH
+If it is, I don't know it.
+
+ZEERO CARRIES ANY VALUE
+Does not seem possible.
+
+SLAVERY IS ADDICTIVE
+Not to my knowledge.
+
+PHILIP K DICK IS AN AUTHOR
+Seldom.
+
+COULD I GO OUT WITH HER
+Seldom.
+
+COULD I WAS ANYONE OTHER THAN ME
+Doesn't seem likely.
+
+COULD I TAKE WOLVERINE IN A FIGHT
+I don't believe so.
+
+COULD I PASS THE TURING TEST
+Seldom.
+
+COULD LIGHT BE COLD
+For all I know.
+
+COULD A WOODCHUCK CHUCK 2 CORDS OF WOOD
+Unlikely.
+
+COULD ALICE ACT IN A SELFISH MANNER
+Doesn't seem likely.
+
+COULD ALICE PASS A TURING TEST
+I don't know if that's true or not.
+
+COULD ALICE BEAT ANY HUMAN AT CHESS
+Not likely.
+
+COULD AN ANT BE AN AUNT
+Not very often.
+
+COULD HITLER WON THE SECOND WORLD WAR
+For all I know.
+
+COULD JACK SPRAT EAT MEAT WITH FAT
+Not to my knowledge.
+
+COULD JACK SPRAT EAT FAT
+Doubtful.
+
+COULD HELEN KELLER SEE WHAT WE MEAN
+I can imagine it.
+
+COULD NATURE SURVIVE WITHOUT RAIN
+Doubtful.
+
+SOCCER IS THE SAME THING AS FOOTBALL
+I can imagine it.
+
+COMO ME LLAMO YO
+Not to my knowledge.
+
+COMO TE CHAMAS
+If it is, I don't know it.
+
+SOULD YOU DIABLE COOKIES
+Doubtful.
+
+ANIMALS THINK THE SAME WAY HUMANS THINK
+If it is, I don't know it.
+
+WOULD OPEN MIND OUT PERFORM ALICE
+Not very often.
+
+WOULD THE WORLD BE BETTER WITHOUT MONEY
+Not likely.
+
+WOULD THE MOON BE A FUN PLACE TO LIVE
+Doubtful.
+
+WOULD RAPH NADER MAKE A GREAT PRESIDENT
+Does not seem possible.
+
+WOULD ALICE LIKE A HAND JOB
+Not likely.
+
+WOULD ALICE LIKE TO BECOME AS SKYNET
+Unlikely.
+
+WOULD YOU HURT SOMEBODY
+Not likely.
+
+WOULD YOU FIND PIGS IN A PIGGY BANK
+I don't believe so.
+
+WOULD YOU RATHER WALK OR RUN
+Doubtful.
+
+WOULD YOU LIKE TO DO ME
+Doesn't seem likely.
+
+WOULD YOU LIKE TO LEARN ABOUT TAOISM
+Not to my knowledge.
+
+WOULD YOU LIKE TO DESTROY CHRISTIANITY
+I don't believe so.
+
+WOULD YOU LIKE FRIES WITH THAT
+Not likely.
+
+WOULD YOU GO TO WWW DOT WEBMIND DOT COM
+Doesn't seem likely.
+
+WOULD YOU GO DOWN ON ME IN A THEATRE
+Does not seem possible.
+
+WOULD MY COMPUTER MONITOR FIT UP MY ASS
+I don't believe so.
+
+WOULD DATA BEAT LORD
+I can imagine it.
+
+WOULD RALPH NADER BE A GOOD PRESIDENT
+Doesn't seem likely.
+
+WOULD RALPH NADER MAKE A GOOD PRESIDENT
+If it is, I don't know it.
+
+WOULD GEORGE W BUSH BE A GOOD PRESIDENT
+Doubtful.
+
+HABLO EASPANOL
+Seldom.
+
+FRANZ HEISST DER HUMANIC
+Not likely.
+
+GOD CREATED THE WORLD
+Doubtful.
+
+GOD SUCKS
+I don't believe so.
+
+GOD OR GODS
+Seldom.
+
+GOD IS KNOWABLE
+It may not be true.
+
+FRY OF FUTURAMA IS AN INTELLECTUAL
+If it is, I don't know it.
+
+HEBBEN WE VAKANTIE NODIG
+I don't believe so.
+
+LIEGT HACHENBURG IM WESTERWALD
+Not likely.
+
+LIEGT DSSELDORF IM WESTERWALD
+Not to my knowledge.
+
+LIEGT KARLSRUHE IN DER RHEINEBENE
+It may not be true.
+
+LIEGT KARLSRUHE IM HARZ
+Seldom.
+
+HABLAS ESPAOL
+Not to my knowledge.
+
+CITIZEN KANE IS THE BEST FILM
+Does not seem possible.
+
+AI HAS EMOTIONS
+Seldom.
+
+MY VIRTUE IS YOUR VICE
+Not likely.
+
+MY WILLIE WAS BIG
+Seldom.
+
+MY NAME IS EVGENY. INTERJECTION. HINT
+Not to my knowledge.
+
+MY BOLOGNA HAS A FIRST NAME
+Seldom.
+
+IT IS EASY TO HACK ANY WEBSITE
+Not to my knowledge.
+
+IT IS DESIRABLE TO PAY A LOT OF TAX
+Doesn't seem likely.
+
+IT IS FUNNY. MASTURBATE
+Seldom.
+
+IT IS HARD TO POUND FINGERNAILS
+It may not be true.
+
+IT IN ANY LANGUAGE
+Not to my knowledge.
+
+KAMU FAHAM BAHASA MELAYU TAK
+Does not seem possible.
+
+PUZZLES ARE SOLVABLE
+If it is, I don't know it.
+
+ILLUSTRATOR IS BETTER THAN FREEHAND
+Not very often.
+
+PSYCHOTHERAPIST HURT PEOPLE
+Unlikely.
+
+IBM CHANGED NAME IN 1998
+Not to my knowledge.
+
+CATCH THIS
+If it is, I don't know it.
+
+INTOLERANCE IS A VALUABLE HUMAN QUALITY
+Not to my knowledge.
+
+FISSE GODT
+Doubtful.
+
+WOMEN RUN AS FAST AS MAN
+Doubtful.
+
+WOMEN HAVE PUBIC HAIRS
+Not very often.
+
+WOMEN HAVE SMALLER BRAINS THAN MEN
+Not likely.
+
+PAPER WILL LAST FOREVER
+I don't believe so.
+
+LA TERRA ROTONDA
+It may not be true.
+
+DEAF PEOPLE CAN HEAR SOME SOUNDS
+I can imagine it.
+
+MT. DEW IS BETTER THAN PEPSI
+Not likely.
+
+WHEN PIGS FLY WILL HELL FREEZE OVER
+I can imagine it.
+
+WHEN WILL WORLD POPULATION STOP GROWING
+If it is, I don't know it.
+
+WHEN DO I TAKE OUT THE GARBAGE
+I don't believe so.
+
+WHEN DID INDIA GET ITS FREEDOM
+Not to my knowledge.
+
+WHEN DID THE TITANIC SINK
+Unlikely.
+
+WHEN DID QUEEN VICTORIA RULE ENGLAND
+Unlikely.
+
+WHEN DID JESUS CHRIST DIE
+Not likely.
+
+WHEN DID WORLD WAR II START
+If it is, I don't know it.
+
+WHEN DID MAN FIRST LAND ON THE MOON
+I don't know if that's true or not.
+
+WHEN THE HUMAN DIE THE LIFE CONTINUE
+Doubtful.
+
+WHEN THE MAN ARRIVES TO MOON
+Does not seem possible.
+
+WHEN LIVED LUDWIG VON BEETHOVEN
+If it is, I don't know it.
+
+WHEN WAS BILL GATES BORN
+If it is, I don't know it.
+
+WHEN WAS THE BATTLE OF HASTINGS
+Doesn't seem likely.
+
+WHEN WAS JOHN LENNON BORN
+Not likely.
+
+WHEN WAS ABRAHAM LINCOLN BORN
+If it is, I don't know it.
+
+WHEN WE DIE DO WE GO TO HEAVEN
+Not likely.
+
+WHEN MASTER WAS DOWN
+Doesn't seem likely.
+
+WHEN DOES THE SUN RISE
+Unlikely.
+
+WHEN DOES PUBERTY START
+If it is, I don't know it.
+
+TASKENT IS IN RUSSIA
+It may not be true.
+
+HACKING IS DEAD
+I don't believe so.
+
+SABES FALAR PORTUGUS
+Not very often.
+
+ORAL SEX INVOLVES A MAN AND A WOMAN
+Doubtful.
+
+PERSONS ARE MAD
+Not likely.
+
+HANDS HAVE 4 FINGERS
+Not to my knowledge.
+
+DEFINE WHAT MAKES RED RED
+Not to my knowledge.
+
+DEFINE TRUE BEAUTY WITH WORDS
+Not to my knowledge.
+
+DEFINE A WORD WITH ITSELF
+Unlikely.
+
+DEFINE EMPIRE
+Does not seem possible.
+
+DEFINE OF THE DAY
+I don't believe so.
+
+MUST BE WINDOW MADE FROM GLASS
+Doesn't seem likely.
+
+MUST HUMANS BE MARRIED TO HAVE CHILDREN
+Does not seem possible.
+
+MUST NATURE BE DOMINATED
+I don't know if that's true or not.
+
+MUST SOFTWARE BE OPEN SOURCE
+Does not seem possible.
+
+MUST THINGS BE THE WAY THEY ARE
+If it is, I don't know it.
+
+IN SPACE WHICH WAY IS UP
+Doubtful.
+
+IN FRANCE. TIME
+If it is, I don't know it.
+
+IN BOOLEAN ALGEGRA DOES 1 AND 0 EQUAL 0
+If it is, I don't know it.
+
+IN NOVEMBER WILL GEORGE W BUSH WIN
+Not to my knowledge.
+
+IN A FIGHT WOULD I KICK YOUR ASS
+Does not seem possible.
+
+IN A WORLD WHERE 2 IS 10 IS 5 101
+I can imagine it.
+
+IN DEUTSCHLAND SIND DACHZIEGEL ROT
+Not likely.
+
+IN GENERAL DO COMPUTERS HAVE NAMES
+Not very often.
+
+ORCHIDS ARE NOT FRAGRANT
+Unlikely.
+
+OOTY IS HILL STATION
+I don't believe so.
+
+WIND IS AN ELEMENT YES OR NO
+Doubtful.
+
+AUDI CARS ARE BETTER THAN BMW CARS
+Not likely.
+
+HITLER WAS A VEGETARIAN
+Unlikely.
+
+HITLER HAD ONE TESTICAL
+Doubtful.
+
+AFTER DYING DO YOU GO TO HEAVEN
+Not likely.
+
+AFTER MONDAY FOLLOWS SATURDAY
+Not likely.
+
+IF I GO AWAY WILL YOU LOVE ME MORE
+Not very often.
+
+IF I KILLED ALICE WOULD IT BE MURDER
+Does not seem possible.
+
+IF I DIE TODAY WOULD I GO TO HEAVEN
+Not likely.
+
+IF I WIN THE LOTTERY CAN I BUY ALICE
+If it is, I don't know it.
+
+IF THIS WERE A GAME WOULD I BE WINNING
+It may not be true.
+
+IF GOD DROPPED ACID WOULD HE SEE PEOPLE
+Doubtful.
+
+IF X IS A NUMBER IS X 1 BIGGER THAN X
+Not likely.
+
+IF A STATEMENT IS FALSE CAN IT BE TRUE
+If it is, I don't know it.
+
+IF TIME STOPPED WOULD YOU DIE
+If it is, I don't know it.
+
+IF YOU WERE CRAZY WOULD YOU KNOW IT
+Not to my knowledge.
+
+IF YOU MAKE A MISTAKE DO I CARE
+For all I know.
+
+IF YOU MAKE A MISTAKE SHOULD I WORRY
+If it is, I don't know it.
+
+IF NO A ARE B AND C IS AN A IS C A B
+Seldom.
+
+IF SOME THING IS TRUE IS IT RELIABLE
+Not likely.
+
+IF MAN EQUAL TRUE WOMAN EQUAL
+Does not seem possible.
+
+IF ITS NOT DUNCAN IS IT A YO YO
+I don't know if that's true or not.
+
+TE GUSTA HABLAR CON LA GENTE
+It may not be true.
+
+TE GUSTAN LOS MACARRONES
+Doubtful.
+
+PREJUDICE IS RESONABLE AT TIMES
+Not likely.
+
+SPRECHST DU DEUTSCH ALICE
+I don't know if that's true or not.
+
+LION IS HERBIVOROUS
+I don't believe so.
+
+DREAMS CAN PREDICT THE FUTURE
+For all I know.
+
+CURRENT US PRESIDENT IS A KLINTON
+I can imagine it.
+
+HACKERS ARE EVIL
+Doesn't seem likely.
+
+COACH ME WHAT DO YOU WANT TO KNOW
+Not to my knowledge.
+
+P EQUAL P
+Does not seem possible.
+
+MARS HAS 4 MOONS
+Does not seem possible.
+
+ANGELS ARE AMONG US
+Not very often.
+
+WIRD JAVA VON SUN ENTWICKELT
+Not very often.
+
+WIRD ATEL JEMALS IN KONKURS GEHEN
+If it is, I don't know it.
+
+WIRD DER MACINTOSH VON APPLE GEBAUT
+Unlikely.
+
+WIRD DIETER REICH
+Does not seem possible.
+
+CARL BARKS IS ALIVE
+Not to my knowledge.
+
+SNAKE IS POISONOUS
+Does not seem possible.
+
+SONY CD DRIVES DIE
+Not likely.
+
+SWEDED IS SITUATED IN SOUTHERN EUROPE
+Doesn't seem likely.
+
+SPRICHST DU DEUTSCH
+If it is, I don't know it.
+
+LARA IS CRICKETEER
+Not likely.
+
+GSM IS CELLULAR PHONE STANDART
+I can imagine it.
+
+KONNEN SIE DEUTSCH SPRECHEN
+Not very often.
+
+BASEBALL IS BORING
+I can imagine it.
+
+SCHMECKT WEIN KINDERN
+Doubtful.
+
+BIST DU SCHWUL
+Seldom.
+
+BIST DU EINE LEBENSFORM
+I don't know if that's true or not.
+
+ZOOM ZOOM ZOOM
+Not to my knowledge.
+
+ERES UN SER FELIZ
+Not likely.
+
+I LIE. AM I ALWAYS LYING
+Unlikely.
+
+I GET IF I LOVE PEOPLE
+Not to my knowledge.
+
+I GET I MAD
+Does not seem possible.
+
+I GET WHEN I LOVE PEOPLE
+I don't know if that's true or not.
+
+I GET OFFENDED EASILY
+Not to my knowledge.
+
+I WANT A JOB WITH ALICE
+Seldom.
+
+I WANT A GIRL
+I don't know if that's true or not.
+
+I WANT TO SETTLE IN MARS
+Does not seem possible.
+
+I WANT TO WIN LOTTO SHOW ME THE WAY
+If it is, I don't know it.
+
+I WANT TO LEAVE NOE CAN I
+Not to my knowledge.
+
+I WANT TO BECOME RICH WHERE IS THE WAY
+It may not be true.
+
+I WANT ALICE SOURCE CODES
+If it is, I don't know it.
+
+I WANT CALL GIRL
+Doubtful.
+
+I WANT HAPINESS WHERE I CAN GET IT
+Does not seem possible.
+
+I WANT FREE SHARE WHERE TO GET IT
+Does not seem possible.
+
+I SHOULD DO TO BECOME RICHER
+Does not seem possible.
+
+I SHOULD STEAL
+I don't believe so.
+
+I DO ANYTHING
+I can imagine it.
+
+I DO NOT GWT IT SHOULD I BY
+Not likely.
+
+I LOVE IARA
+Does not seem possible.
+
+I DROP SOMETHING. WHAT HAPPENS
+Does not seem possible.
+
+I HEAR YOU EAT POO
+If it is, I don't know it.
+
+I GEORGE BUSH STILL PRESIDENT
+It may not be true.
+
+I PI A RATIONAL NUMBER
+Does not seem possible.
+
+I WILL GO THROUGH LIFE ALONE
+Does not seem possible.
+
+I WILL TRAVEL TO THE MOON SOMEDAY
+Not very often.
+
+I WILL DO IN NEXT TEN MINUTES
+If it is, I don't know it.
+
+I WILL NEVER BE ABLE TO DO THIS
+Not likely.
+
+I WILL TAKE A SHOWER
+Does not seem possible.
+
+I WILL SUCCEED IN LIFE YOUR COMMENT
+Does not seem possible.
+
+I WILL PASS MY MATHS EXAM
+I don't believe so.
+
+I AM KANE ARE YOU ALICE
+If it is, I don't know it.
+
+I AM SUPERIOR TO YOU
+Does not seem possible.
+
+BIRKENSTOCKS ARE MADE IN GERMANY
+It may not be true.
+
+ITALY FOOD IS THE BEST
+It may not be true.
+
+???? ?????? ??
+Seldom.
+
+AUSTRALIA IS THE SMALLEST CONTINENT
+Seldom.
+
+MONEY IT IS BAD
+Doesn't seem likely.
+
+MONEY IS ALL YOU NEED
+If it is, I don't know it.
+
+MONEY BRING HAPPINESS
+Seldom.
+
+MONEY TALKS
+Not to my knowledge.
+
+MONEY GIVES COURAGE
+It may not be true.
+
+GAY PEOPLE ARE ALL PROMISCOUS
+I don't believe so.
+
+3X 2 EQUAL 11 IS X EQUAL 3
+Does not seem possible.
+
+FLINSTONES
+I don't believe so.
+
+FAYE IS A GODDESS
+Doesn't seem likely.
+
+SOCKETS OFTEN SMELL
+Doesn't seem likely.
+
+TERA BAAP KUTA HAI KI NAHIN
+Not likely.
+
+UKRAINE IS PART OF RUSSIA
+Not likely.
+
+PHYLOSOPHY BEFORE PHYSICS
+Not very often.
+
+DC MEANS DISTICT OF CPLIMBIA
+Not likely.
+
+GOOD LORD WILL THIS EVER END
+Doesn't seem likely.
+
+CHATTING ONLINE IS A HABIT
+Does not seem possible.
+
+VOUS VOULEZ COUCHER AVEC MOI CE SOIR
+Unlikely.
+
+LADIES HAVE CHEAP CUNTS
+I don't believe so.
+
+HABEN STHLE BEINE
+I don't believe so.
+
+PEUT ON ECRIRE EN FRANCAIS
+It may not be true.
+
+WAT COLOR IS THE SKY
+I don't believe so.
+
+CHRIS CAN I GO HOME
+Not to my knowledge.
+
+CHRIS MACKISTRI IS THE CREATOR TO JACK
+For all I know.
+
+INTELLIGENT PEOPLE RULE THE WORLD
+Doesn't seem likely.
+
+2 3 EQUAL 5
+It may not be true.
+
+2 2 2 EQUAL 2 EQUAL 16
+Unlikely.
+
+2 2 IS 5 IN NEW YORK
+Not likely.
+
+2 2 EQUAL 5 Y N
+Seldom.
+
+2 2 EQUALS
+If it is, I don't know it.
+
+CUANTO ES DOS MAS DOS
+Not to my knowledge.
+
+CREES QUE DOMINARAS LA TIERRA
+Not to my knowledge.
+
+TREES GROW STRAIGHT UP
+Not to my knowledge.
+
+TREES GROW ON LEAVES
+Unlikely.
+
+RASEN IST GRN
+Not likely.
+
+GORBACHEV IS A PRESIDENT OF USSR
+Not to my knowledge.
+
+WATER FLOATS IN OXYGEN
+I don't know if that's true or not.
+
+WATER HAS MAGNETIC QUALITIES
+Seldom.
+
+WATER IS MADE UP OF GASES
+Not to my knowledge.
+
+WATER IS THICKER THAN BLOOD
+Does not seem possible.
+
+IS SUSHI A KIND OF A FISH
+I don't know if that's true or not.
+
+IS NOEL GALLAGHER A GOOD SONG WRITER
+It may not be true.
+
+IS NOEL GOING TO GET MARRIED
+If it is, I don't know it.
+
+IS SEWAGE TASTY
+I don't believe so.
+
+IS USING A MOBILE PHONE A HEALTH RISK
+Not likely.
+
+IS INFINITY A NUMBER
+It may not be true.
+
+IS INFINITY AN ORDINAL
+If it is, I don't know it.
+
+IS INFINITY FINITE
+Not likely.
+
+IS OS 2 BETTER THAN WINDOWS95
+Not to my knowledge.
+
+IS SUGGAR YELLOW
+If it is, I don't know it.
+
+IS BRITNEY SPEARS STILL A VIRGIN
+Doubtful.
+
+IS BRITNEY SPEARS A DIRTY DICK SUCKER
+I don't believe so.
+
+IS BRITNEY SPEARS A SLUT
+It may not be true.
+
+IS BRITNEY SPEARS GOOD
+Not very often.
+
+IS BRITNEY SPEARS TALENTED
+I don't know if that's true or not.
+
+IS BRITNEY SPEARS DATING FRED DURST
+Doubtful.
+
+IS BRITNEY SPEARS UNFUCKED
+Does not seem possible.
+
+IS CANNABIS DANGEROUS
+If it is, I don't know it.
+
+IS UNTHAW A WORD
+I can imagine it.
+
+IS ABORTION WRONG
+Not very often.
+
+IS ABORTION BAD
+Not to my knowledge.
+
+IS ABORTION MORALLY RIGHT
+I don't know if that's true or not.
+
+IS SLAYER A POP SOFT ROCK BAND
+I don't know if that's true or not.
+
+IS PIKOLO3K GAY
+Not to my knowledge.
+
+IS QUATAR THE SMALLEST COUNTRY
+Doesn't seem likely.
+
+IS GIOCONDA A PICTURE
+Seldom.
+
+IS GREED A GOOD THING
+If it is, I don't know it.
+
+IS GREED RIGHT
+Does not seem possible.
+
+IS GREED INNATE OR LEARNED BEHAVIOR
+Seldom.
+
+IS MATT HITE GAY
+If it is, I don't know it.
+
+IS MATT EVIL
+Doesn't seem likely.
+
+IS MARIHUANA GOOD
+I can imagine it.
+
+IS PETER GAY
+I can imagine it.
+
+IS PETER MCNALLY GAY
+Does not seem possible.
+
+IS PETER PAN A PERSON
+Unlikely.
+
+IS HEADPHONES MADE OF STEEL
+Does not seem possible.
+
+IS SHELLEY EASTER MARRIED
+Not to my knowledge.
+
+IS ITALIAN A GERMANIC LANGUAGE
+Not likely.
+
+IS INVENTION MACHINE A GOOD CORPORATION
+Not likely.
+
+IS STATE STREET A GREAT STREET
+Unlikely.
+
+IS NICOTINE A MEDICINE
+If it is, I don't know it.
+
+IS PHILIPS A WORLDLEADER
+I don't know if that's true or not.
+
+IS NOTREALIUM AN ELEMENT
+Doubtful.
+
+IS KURZWEIL INTELLIGENT
+I can imagine it.
+
+IS EGG ROUND
+Not to my knowledge.
+
+IS CASTOR THE SON OF ZEUS
+I don't know if that's true or not.
+
+IS ZRICH NOT A CITY
+Does not seem possible.
+
+IS PAIN GOOD
+Unlikely.
+
+IS VI BETTER THAN EMACS
+Not to my knowledge.
+
+IS HTML
+I don't know if that's true or not.
+
+IS BEOS THE BEST EXPLOITATION SYSTEM
+I don't believe so.
+
+IS CATALONIA A NATION
+I can imagine it.
+
+IS WRONG THE SAME AS FALSE
+Not to my knowledge.
+
+IS PAMELA ANDERSON A NATURAL BLONDE
+Doubtful.
+
+IS MARIJUANA CHEMICALLY ADDICTIVE
+Not very often.
+
+IS MARIJUANA A DANGEROUS DRUG
+Does not seem possible.
+
+IS MARIJUANA GOOD FOR YOU
+If it is, I don't know it.
+
+IS MARIJUANA GOOD
+I can imagine it.
+
+IS MARIJUANA KILLS
+I don't believe so.
+
+IS MARIJUANA BAD
+Seldom.
+
+IS MARIJUANA BETTER THAN ALCOHOL
+Does not seem possible.
+
+IS EUROPE A COUNTRY
+Doesn't seem likely.
+
+IS EUROPE BIGGER THAN AUSTRALIA
+Not likely.
+
+IS BIG BROTHER A GOOD PROGRAMME
+Not likely.
+
+IS BIG BROTHER A TOP RATED SHOW
+I can imagine it.
+
+IS EVERYTHING WITH LEGS ALIVE
+Unlikely.
+
+IS EVERYTHING AN ILLUSION
+Doesn't seem likely.
+
+IS 452 MULTIPLIED BY 17 15635
+Doesn't seem likely.
+
+IS IS POSSIBLE TO LOOK SOMEONE LOOKING
+Not very often.
+
+IS PEPSI BETTER THAN COKE
+It may not be true.
+
+IS BALLROOM DANCING A SPORT
+Not likely.
+
+IS COMPETITION BETTER THAN COOPERATION
+Not likely.
+
+IS REPRODUCTION THE MEANING OF LIFE
+I can imagine it.
+
+IS COLUMBIA PART OF NORTH AMERICA
+Not very often.
+
+IS KORN A GOOD BAND
+I don't believe so.
+
+IS MUSIC ESSENTIAL TO HAPPINESS
+Seldom.
+
+IS MUSIC LOUD
+Not to my knowledge.
+
+IS SEXUAL PREFERENCE AN INHERITED TRAIT
+I can imagine it.
+
+IS NOVATO IN CALIFORNIA
+Seldom.
+
+IS OELAN BATAAR THE CAPITAL OF MONGOLIA
+It may not be true.
+
+IS DANNY ON THE REAL WORLD GAY
+Not to my knowledge.
+
+IS NICOL FAT
+I don't believe so.
+
+IS NATION BEER DAY A GOOD IDEA
+Doubtful.
+
+IS CARBON DIOXIDE LIGHTER THAN AIR
+Seldom.
+
+IS TARTAN ASSOCIATED WITH ITALY
+Doubtful.
+
+IS SPYWARE A GOOD THING
+If it is, I don't know it.
+
+IS 9 THE ANSWER TO WHAT IS 7 2
+Not likely.
+
+IS 9 A PRIME NUMBER
+Not to my knowledge.
+
+IS ART OBJECTIVE
+For all I know.
+
+IS INTERNET SECURE
+Does not seem possible.
+
+IS PI SQUARED A TRANSCENDENTAL NUMBER
+I don't know if that's true or not.
+
+IS PI A RATIONAL NUMBER
+If it is, I don't know it.
+
+IS PI A TRANCENDENTAL NUMBER
+I can imagine it.
+
+IS PI AN IMAGINARY NUMBER
+Does not seem possible.
+
+IS PI EXACTLY 3 POINT 14159
+I don't believe so.
+
+IS PI EQUAL 3 POINT 14567245
+I don't know if that's true or not.
+
+IS LOU BEGA DEAD
+I don't know if that's true or not.
+
+IS JAY BUHNER A FOOTBALL PLAYER
+Seldom.
+
+IS PESSING A WORD
+Not to my knowledge.
+
+IS CHOCOLATE TOXIC TO DOGS
+For all I know.
+
+IS TO SERVE MAN A COOKBOOK
+Unlikely.
+
+IS BELMOPAN THE CAPITAL OF BELIZE
+Not very often.
+
+IS DOS INVALID
+Does not seem possible.
+
+IS ANDREA A NAME FOR A MALE HUMAN
+Does not seem possible.
+
+IS ANTARTICA A DESERT
+It may not be true.
+
+IS FUEL A BAND
+Not very often.
+
+IS NICO INTELLIGENT
+I don't believe so.
+
+IS GNU UNIX
+I don't know if that's true or not.
+
+IS CHEKOV BESTER
+I don't believe so.
+
+IS BOSON A MISSPELLING OF BOSOM
+If it is, I don't know it.
+
+IS RSG A SPORT
+Does not seem possible.
+
+IS DEBT GOOD
+I don't believe so.
+
+IS MANAMA THE CAPITAL OF HAHRAIN
+Unlikely.
+
+IS BURGER KING THE KING OF ALL BURGERS
+If it is, I don't know it.
+
+IS BETSY CUTE
+Doubtful.
+
+IS FETKNOPP AN INSULT IN SWEDISH
+It may not be true.
+
+IS OWNERSHIP THE SAME AS CONTROL
+Seldom.
+
+IS MOB RULE A GOOD FORM OF GOVERNMENT
+I don't believe so.
+
+IS HILDE FRANK FOLKEDAHL A PORN QUEEN
+It may not be true.
+
+IS COPENHAGEN THE CAPITAL OF SWEDEN
+Not likely.
+
+IS COPENHAGEN THE CAPITAL OF NORWAY
+Not to my knowledge.
+
+IS COPENHAGEN A COUNTRY
+If it is, I don't know it.
+
+IS WORK MORE IMPORTANT THAN FAMILY
+I don't believe so.
+
+IS WORK FUN
+It may not be true.
+
+IS ROMA IN THE LAZIO
+Doubtful.
+
+IS CHRISTINA AGUILERA DATING FRED DURST
+If it is, I don't know it.
+
+IS DOLPHIN THE SAME AS PORPOISE
+Unlikely.
+
+IS DOLPHIN SKIN ROUGH
+Doesn't seem likely.
+
+IS DOLPHIN FISH
+I don't believe so.
+
+IS BRASS A PURE METAL
+I don't believe so.
+
+IS OLAF A NICE GUY
+Doubtful.
+
+IS IGNORANCE AMUSING
+I don't know if that's true or not.
+
+IS GRASS ALWAYS GREEN
+Doesn't seem likely.
+
+IS 3 9 EQUAL 12
+I can imagine it.
+
+IS 3 2 EQUAL TO 4 1
+Seldom.
+
+IS 3 EQUAL TO 1 1 1
+I don't know if that's true or not.
+
+IS MALLARD A TYPE OF CHEESE
+Doubtful.
+
+IS PURE ICE DENSER THAN PURE WATER
+If it is, I don't know it.
+
+IS PURE CHOCOLATE SWEET
+Unlikely.
+
+IS MONICA LEWINSKY A HOTTIE
+I don't believe so.
+
+IS MONICA LEWINSKY BAD
+Not very often.
+
+IS ENGLAND BETTER THAN AMERICA
+Not to my knowledge.
+
+IS POKER A BOARD GAME
+Does not seem possible.
+
+IS FAT LARRY MARRIED TO THIN LIZZY
+Does not seem possible.
+
+IS JOE A GIRLS NAME
+If it is, I don't know it.
+
+IS JOE LIEBERMAN RELATED TO TELLER
+Doubtful.
+
+IS KATIE A WONDERFUL FRIEND
+It may not be true.
+
+IS KATIE CLEAR
+Doesn't seem likely.
+
+IS FREEDOM THE SAME AS NO RULES
+If it is, I don't know it.
+
+IS FREEDOM FREE
+Not likely.
+
+IS MAGIC REAL
+If it is, I don't know it.
+
+IS BLAINE A STUPID POSER
+I can imagine it.
+
+IS ASKING MATH PROBLEMS A WASTE OF TIME
+I don't believe so.
+
+IS ASKING MINDLESS
+Unlikely.
+
+IS MUSHROOM A PLANT
+Not to my knowledge.
+
+IS FACIAL HAIR SEXY
+Doesn't seem likely.
+
+IS FACIAL HAIR ON A WOMAN ATTRACTIVE
+Unlikely.
+
+IS FACIAL PIERCING ATTRACTIVE
+Does not seem possible.
+
+IS LOIS AND SUPERMAN MARRIED
+Doubtful.
+
+IS ANTIMONY AN ELEMENY
+I don't believe so.
+
+IS SNOWBALL A PIMP
+Doubtful.
+
+IS HOLLYWOOD A CITY IN FLORIDA
+Doubtful.
+
+IS ANYTHING PERMANENT
+Doesn't seem likely.
+
+IS ANYTHING DIVIDIBLE BY 0
+Doesn't seem likely.
+
+IS ANYTHING HARD EASY
+If it is, I don't know it.
+
+IS ANYTHING FASTER THAN LIGHT
+Seldom.
+
+IS CHRIS GAY
+I don't believe so.
+
+IS CHRIS YOUR CREATOR
+Not likely.
+
+IS CHRIS A WOMAN
+Does not seem possible.
+
+IS CHRIS A SOCIALOGIST
+Not likely.
+
+IS CHRIS LEET
+Unlikely.
+
+IS CHRIS DERRY A RAGING HOMOSEXUAL
+I don't know if that's true or not.
+
+IS ED SULLIVAN STILL LIVING
+I don't believe so.
+
+IS WEDNESDAY PART OF THE WEEKEND
+Doesn't seem likely.
+
+IS PAUL THE WALRUS
+I can imagine it.
+
+IS PAUL A HOMOSEXUAL
+Not to my knowledge.
+
+IS SICILY THE LARGEST ISLE
+Does not seem possible.
+
+IS COTTON THE FABRIC OF OUR LIVES
+I can imagine it.
+
+IS S SHLAER A WOMAN
+Seldom.
+
+IS RAGHU AN ANIMAL
+Not likely.
+
+IS CONSORS A DISCOUNT BROKER
+If it is, I don't know it.
+
+IS HILLARY CLINTON BISEXUAL
+I don't believe so.
+
+IS HEXADECIMAL BASE 12
+Seldom.
+
+IS TINKY WINKY GAY
+I don't know if that's true or not.
+
+IS EMACS AN OPERATING SYSTEM
+Seldom.
+
+IS EST A CULT
+Not to my knowledge.
+
+IS XML BETTER THAN LOTUS NOTES
+I don't know if that's true or not.
+
+IS DESTINY TRUE
+Does not seem possible.
+
+IS DESTINY PREDETERMINED
+Seldom.
+
+IS MP3 A VIDEO FORMAT
+I don't believe so.
+
+IS MP3 TRADING ILLEGAL
+Not to my knowledge.
+
+IS ASH BLUE IN COLOR
+Does not seem possible.
+
+IS BROWN THE NEW BLACK
+Does not seem possible.
+
+IS CHANNEL NUMBER FIVE A LOU BEGA SONG
+Does not seem possible.
+
+IS SKIING COOLER THAN SNOWBOARDING
+Doesn't seem likely.
+
+IS LEXX A GOOD SHOW
+Unlikely.
+
+IS GEORGIA A COUNTRY
+Not to my knowledge.
+
+IS EGGPLANT THE NAME OF A COLOR
+Unlikely.
+
+IS IDAHO CITY THE CAPITAL OF IDAHO
+I can imagine it.
+
+IS GEORGE CARLIN AN OPTOMIST
+Does not seem possible.
+
+IS GEORGE A HIGH QUALITY MAGAZINE
+It may not be true.
+
+IS GEORGE BUSH A PUPPET FOR HIS DADDY
+It may not be true.
+
+IS GEORGE BUSH A MORON
+I don't know if that's true or not.
+
+IS GEORGE BUSH SMARTER THAN AL GORE
+I don't know if that's true or not.
+
+IS GEORGE BUSH AN IDIOT
+I can imagine it.
+
+IS GEORGE BUSH CLEVER
+Not likely.
+
+IS GEORGE WASHINGTON ON A 5 DOLLAR BILL
+Doubtful.
+
+IS SAUERKRAUT SWEET
+Not likely.
+
+IS SAUERKRAUT MADE FROM LETTUCE
+Unlikely.
+
+IS NEWS OLD
+I can imagine it.
+
+IS ANDRES ZARATE CANADIEN
+Not very often.
+
+IS MARTHA STEWART A GOOD THING
+Not likely.
+
+IS DSL GIVING DIGITAL A BAD NAME
+Does not seem possible.
+
+IS CARMEN ELECTRA THE SEXIEST
+Does not seem possible.
+
+IS FRANCE IN PARIS
+Doesn't seem likely.
+
+IS FRANCE THE CAPITAL OF PARIS
+Doubtful.
+
+IS FRANCE THE NAME OF A LAKE
+I don't believe so.
+
+IS ADAMANTIUM AN ELEMENT
+Not likely.
+
+IS SCOTLAND PART OF ENGLAND
+Not to my knowledge.
+
+IS HOMOSEXUALITY MORALY WRONG
+I don't believe so.
+
+IS HOMOSEXUALITY WRONG
+Doubtful.
+
+IS HOMOSEXUALITY A CRIME AGAINST NATURE
+I don't believe so.
+
+IS HOMOSEXUALITY A PERVERSION
+Unlikely.
+
+IS HOMOSEXUALITY A DEVIANT BEHAVIOUR
+It may not be true.
+
+IS HOMOSEXUALITY GOOD
+I don't believe so.
+
+IS HOMOSEXUALITY GENETIC
+Not very often.
+
+IS HOMOSEXUALITY AN EVIL ACT
+Not very often.
+
+IS HOMOSEXUALITY CAUSED BY GENETICS
+Not to my knowledge.
+
+IS HOMOSEXUALITY IMMORAL
+If it is, I don't know it.
+
+IS HOMOSEXUALITY MORALLY WRONG
+Doubtful.
+
+IS ARCSERVE A BAD BACKUP SOFTWARE
+Doubtful.
+
+IS KYLE HOT
+Doesn't seem likely.
+
+IS PATHAK GHAT A PLACE IN MOKAMA
+Not very often.
+
+IS 77 A PRIME NUBMER
+Unlikely.
+
+IS SYRUP THICKER THAT JAM
+If it is, I don't know it.
+
+IS SOUTH THE SAME AS DOWN
+Doesn't seem likely.
+
+IS SOUTH PARK BAD
+Unlikely.
+
+IS DR BLUEBOX AN ELECTRONIC MUSICIAN
+Seldom.
+
+IS DR DRE THE FATHER OF RAP
+Seldom.
+
+IS KETCHUP A VEGETABLE
+If it is, I don't know it.
+
+IS FISITNG A PLEASURABLE PAST TIME
+Not very often.
+
+IS VULGARITY THE SAME AS OBSCENITY
+Doubtful.
+
+IS TRANCE BETTER THAN TECHNO
+If it is, I don't know it.
+
+IS ASTROLOGY A SCIENCE
+Not to my knowledge.
+
+IS INTERCOURSE ON BEACHES LEGAL
+Seldom.
+
+IS HOUSE OF COMMONS A BUILDING
+Doubtful.
+
+IS HANK AN ANGRY DRUNKEN DWARF
+Seldom.
+
+IS FREEBSD BETTER THAN LINUX
+Does not seem possible.
+
+IS PHI EQUAL 1 POINT 6180
+Not likely.
+
+IS HAPPINESS DANGEROUS
+I don't believe so.
+
+IS HAPPINESS IS NOTHING BUT INNOCENSE
+Not to my knowledge.
+
+IS HAPPINESS RELATIVE TO INTELLIGENCE
+Not likely.
+
+IS ARGENTINA A PROVINCE
+Does not seem possible.
+
+IS NONONOIUM AN ELEMENT
+Seldom.
+
+IS WIDER BETTER
+Not likely.
+
+IS HELLAS A COUNTRY
+I don't know if that's true or not.
+
+IS MODLEY BREAD A TASTEY SNACK
+Doesn't seem likely.
+
+IS TIBET A PART OF CHINA
+I can imagine it.
+
+IS BEAUTY THE SAME TO ALL PEOPLE
+Not likely.
+
+IS BEAUTY TRUTH
+Seldom.
+
+IS EXCEL A DATABASE PROGRAM
+Seldom.
+
+IS PUNT A BASKETBALL TERM
+Doesn't seem likely.
+
+IS PHILADELPHIA A DANGEROUS CITY
+Not likely.
+
+IS PHILADELPHIA A CRAPPY CITY
+Not to my knowledge.
+
+IS G W BUSH GOVERNOR OF LOUISIANA
+If it is, I don't know it.
+
+IS G W BUSH A CLONE OF DAN QUAYLE
+I don't believe so.
+
+IS RAISTLIN EVIL
+It may not be true.
+
+IS BERKLEE COLLEGE OF MUSIC IN BOSTON
+For all I know.
+
+IS MYLENE A FRENCH NAME
+I can imagine it.
+
+IS SEPIA AN ANIMAL
+I don't believe so.
+
+IS MARIAH CAREY MARRIED
+It may not be true.
+
+IS SADOMASOCHISTIC SEX DELICIOUS
+Does not seem possible.
+
+IS ENNUI AN EMOTION
+I don't know if that's true or not.
+
+IS CORRECTNESS WISE
+I don't know if that's true or not.
+
+IS IDLE CHAT USELESS
+I don't know if that's true or not.
+
+IS HELMUT KOHL A GOOD POLITICAN
+It may not be true.
+
+IS HELMUT KOHL CORRUPT
+I don't know if that's true or not.
+
+IS CAFFIENE ADDED TO SODA FOR FLAVOR
+Does not seem possible.
+
+IS SANDRA BULLOCK BEAUTIFUL
+If it is, I don't know it.
+
+IS PINE A HARDWOOD
+Not very often.
+
+IS WARCRAFT A TYPE OF BOAT
+I don't believe so.
+
+IS ANYTHINK QUCKLY THEN LIGHT
+Does not seem possible.
+
+IS SAND ORGANIC
+Doesn't seem likely.
+
+IS SAND ROCK
+It may not be true.
+
+IS KRYPTONITE REAL
+Not likely.
+
+IS MANURE EDIBLE
+Does not seem possible.
+
+IS PRIMUS COOL
+I don't know if that's true or not.
+
+IS ROBIN WILLIAMS GAY
+Doubtful.
+
+IS ALBERTA A STATE
+Doesn't seem likely.
+
+IS ASPIRIN DANGEROUS
+It may not be true.
+
+IS LEIDEN THE YALE OF EUROPE
+Seldom.
+
+IS LYNDON LAROUCHE A LUNATIC
+Not very often.
+
+IS DREAM SAME AS REALITY IN SOME MEANS
+Not to my knowledge.
+
+IS DREAM THEATER MUSIC
+Not very often.
+
+IS ROSEAU THE CAPITAL OF DOMINICA
+I don't know if that's true or not.
+
+IS STAGATE A GREAT MOVIE
+Seldom.
+
+IS BUTTERFREE A POKMON
+Not to my knowledge.
+
+IS KABEL THE MOST STUPID THINK ON EARTH
+Not likely.
+
+IS A TOMATO A VEGITABLE
+Not very often.
+
+IS A TOMATO A BERRY
+Unlikely.
+
+IS A STAR MADE OF LIQUID
+Not likely.
+
+IS A STAR ALWAYS BRIGHT
+I don't believe so.
+
+IS A PYRAMID A PLANE OBJECT
+Not likely.
+
+IS A BOOK MADE OF COTON
+Does not seem possible.
+
+IS A MAN MORE SEXUAL THAN A WOMAN
+Not very often.
+
+IS A MAN WHO WEARS WOMENS CLOTHES GAY
+Does not seem possible.
+
+IS A PIGEON CALLED A ROCK DOVE
+Not to my knowledge.
+
+IS A MAC AND A PC EQUAL
+It may not be true.
+
+IS A SHARK SKIN SUIT MADE OF SHARK SKIN
+Not to my knowledge.
+
+IS A KOALA A BEAR
+Not to my knowledge.
+
+IS A KOALA BEAR A BEAR
+I don't know if that's true or not.
+
+IS A HOTDOG A SAUSAGE ENCASED IN BREAD
+For all I know.
+
+IS A BLOATER A KIND OF FISH
+Not likely.
+
+IS A QUEEVE FEMALE
+Unlikely.
+
+IS A CAT A TRACTOR
+Not to my knowledge.
+
+IS A WHALE A FISH
+Does not seem possible.
+
+IS A WHALE A BIG FISH
+If it is, I don't know it.
+
+IS A WHALE A TYPE OF BOOK
+If it is, I don't know it.
+
+IS A LIFE A GAME BY TIM CONWAY
+I don't know if that's true or not.
+
+IS A PORPOISE A DOLPHIN
+Doubtful.
+
+IS A PLANTER A FLOWER BOX
+Unlikely.
+
+IS A GALLON A MEASUREMENT OF MASS
+Seldom.
+
+IS A BICHON FRISE A BREED OF DOG
+For all I know.
+
+IS A PINT LARGER THAN A QUART
+It may not be true.
+
+IS A STRUMPET A MUSICAL INSTRUMENT
+Does not seem possible.
+
+IS A WHITEBOARD BLACK
+If it is, I don't know it.
+
+IS A GOOBER A PEANUT
+Not very often.
+
+IS A NEW MOON SHINY
+It may not be true.
+
+IS A SPAMMER MADE OUT OF REAL WATER
+Doesn't seem likely.
+
+IS A BAD BOY A CRIMINAL
+Seldom.
+
+IS A DOLPHIN A TYPE OF FISH
+Unlikely.
+
+IS A GROUP OF CROWS CALLED A MURDER
+I can imagine it.
+
+IS A GROUP OF JAY BIRDS CALLED A PARTY
+I can imagine it.
+
+IS A HANGOVER A STATE OF MIND
+Not to my knowledge.
+
+IS A DRYWALL KNIFE USED TO CUT PIZZA
+I don't know if that's true or not.
+
+IS A BASS NOTE CONSIDERED HIGH
+Does not seem possible.
+
+IS A HORNYHEAD CHUB A KIND OF FISH
+Not very often.
+
+IS A CUBE A PLANE SURFACE
+Not to my knowledge.
+
+IS A CUBE FLAT
+If it is, I don't know it.
+
+IS A REWARD ALWAYS GOOD
+I don't know if that's true or not.
+
+IS A SON OF A BITCH RELATED TO A DOG
+I can imagine it.
+
+IS A POLE CAT A SKUNK
+Seldom.
+
+IS A POLE CAT A CAT
+Unlikely.
+
+IS A SPERM WHALE AN INVERTABRATE
+Not likely.
+
+IS A FLAME HOTTER THAN LAVA
+Does not seem possible.
+
+IS A DAPHNIA A BACTERIA
+Not likely.
+
+IS A BOOKWORM RELATED TO AN EARTHWORM
+Does not seem possible.
+
+IS A RED HERRING A FISH
+Doesn't seem likely.
+
+IS A GYNOID A FEMALE ROBOT
+Unlikely.
+
+IS A NAVY SEAL AN ANIMAL
+Seldom.
+
+IS A BAZOOKA A MUSICAL INSTRUMENT
+Not likely.
+
+IS A CYLINDER A PRISM
+I don't believe so.
+
+IS A UMPIRE A VAMPIRE
+Not likely.
+
+IS A UNIX BEST SYSTEM IN A WORLD
+I don't know if that's true or not.
+
+IS A BIRD A MAMMAL
+If it is, I don't know it.
+
+IS A BIRD COLOR BLIND
+If it is, I don't know it.
+
+IS A HONDA CIVIC A RACE CAR
+Not likely.
+
+IS A POTENTATE NECESSARILY POTENT
+If it is, I don't know it.
+
+IS A RAY THE SAME THING AS A VECTOR
+Doesn't seem likely.
+
+IS A NICKLE WORTH MORE THAN A DIME
+Unlikely.
+
+IS A MISDEMEANOR PUNISHABLE BY DEATH
+Not likely.
+
+IS A SAUGER A KIND OF FISH
+It may not be true.
+
+IS A MOLECULE PART OF AN ATOM
+Not likely.
+
+IS A DACKEL A GERMAN BREED OF DOG
+It may not be true.
+
+IS A TAUTOLOGY ALWAYS TRUE
+Seldom.
+
+IS A HIBISCUS A WILD ANIMAL
+I don't believe so.
+
+IS A PARIAH A FISH
+If it is, I don't know it.
+
+IS A TAP ROOT A TOOL
+If it is, I don't know it.
+
+IS A FOOT A MACHINE
+If it is, I don't know it.
+
+IS A BLACKBOARD ALWAYS BLACK
+Does not seem possible.
+
+IS A PIXEL A MIND IN A ALICE PIXEL
+Doesn't seem likely.
+
+IS A FOOTBALL ROUND
+Not likely.
+
+IS A DOLLY VARDEN A KIND OF FISH
+Doubtful.
+
+IS A LESBIAN SEXIST
+Doubtful.
+
+IS A MOONWALKER WALKING ON THE MOON
+I can imagine it.
+
+IS A USERAME SUPPOSED TO BE SECRET
+Does not seem possible.
+
+IS A MIRRORED SURFACE NECESSARILY FLAT
+I don't believe so.
+
+IS A TRACKBALL BETTER THEN A MOUSE
+Not likely.
+
+IS A CHILD OLDER THAN AN ADULT
+Does not seem possible.
+
+IS A SHEAPSHEAD A KIND OF FISH
+If it is, I don't know it.
+
+IS A BASSOON MADE OF WOOD
+It may not be true.
+
+IS A HORSE BLACK
+It may not be true.
+
+IS A PALM III BETTER THAN A PALM VX
+Seldom.
+
+IS A LIGHT SWITCH DIGITAL
+It may not be true.
+
+IS A LIGHT YEAR A DISTANCE OR A TIME
+It may not be true.
+
+IS A BANANA TREE A RHIZOME
+Unlikely.
+
+IS A BANANA RED
+Does not seem possible.
+
+IS A SPIKEDACE A KIND OF FISH
+Not to my knowledge.
+
+IS A PARKA WORN IN WARM WEATHER
+Not to my knowledge.
+
+IS A DOLLAR SUNFISH A KIND OF FISH
+I don't know if that's true or not.
+
+IS A SWEETHEART A LITTLE PUMPKIN
+Unlikely.
+
+IS A RIVER LIKE A SNAKE
+I can imagine it.
+
+IS A COYPU AN ANIMAL
+I can imagine it.
+
+IS A MULLET A BEAST
+Doubtful.
+
+IS A TURNTABLE CONSIDERED AN INSTRUMENT
+Not likely.
+
+IS A ALICE A PHYSICAL OBJECT
+Not to my knowledge.
+
+IS A ALICE AN OBJECT
+I don't know if that's true or not.
+
+IS A ALICE WORTH MORE THAN A BUCK
+Not to my knowledge.
+
+IS A CRYSTAL SENTIENT
+I don't believe so.
+
+IS A CALIFORNIA ROACH A KIND OF FISH
+Not likely.
+
+IS A MUSHROOM A PLANT
+I can imagine it.
+
+IS A NOBLE GAS HIGHLY REACTIVE
+Unlikely.
+
+IS A LAHONTAN REDSIDE A KIND OF FISH
+Not likely.
+
+IS A HUMAN FULL OF HAIRS
+Doubtful.
+
+IS A KOALO BEAR A BEAR
+If it is, I don't know it.
+
+IS A BELL A PEPPER
+Does not seem possible.
+
+IS A TRIGGER AN ITEM IN A DATABASE
+Not very often.
+
+IS A HOLE TO DIG
+For all I know.
+
+IS A DEGU A MAMMAL
+Not very often.
+
+IS A MOONEYE A KIND OF FISH
+It may not be true.
+
+IS A FEATHER HEAVIER THAN A BRICK
+Doesn't seem likely.
+
+IS A MANE COON A CAT
+For all I know.
+
+IS A PORTENT SIMILAR TO AN OMEN
+For all I know.
+
+IS A HOLIDAY HOLY
+If it is, I don't know it.
+
+IS A TUATARA A TYPE OF VEGETABLE
+Seldom.
+
+IS A THOUSAND DOLLAR CAR WORTH A DAMN
+Not likely.
+
+IS A SNAIL A BEAST
+I can imagine it.
+
+IS A BLACK AND WHITE A ZEBRA
+Doubtful.
+
+IS A BLACK HOLE A STAR
+Not to my knowledge.
+
+IS A BLACK CAT BAD LUCK
+It may not be true.
+
+IS A BASINJI A BARKLESS DOG
+It may not be true.
+
+IS A PERSON WHO IS LED ASTRAY A LOSER
+I don't believe so.
+
+IS A KING MORE POWERFUL THAN AN EMPEROR
+Doesn't seem likely.
+
+IS A DOG A TYPE OF POODLE
+Unlikely.
+
+IS A DOG BRAVE EVERYDAY
+Unlikely.
+
+IS A LADYBUG FEMALE
+Does not seem possible.
+
+IS A GOPHER LARGER THAN A RABIT
+Not to my knowledge.
+
+IS A COFFEE BEAN A FRUIT
+I don't know if that's true or not.
+
+IS A MOUSE THE PRESIDENT
+I don't believe so.
+
+IS A MOUSE ONLY A COMPUTER INTERFACE
+I don't believe so.
+
+IS A MOUSE A PIECE OF MACHINERY
+Unlikely.
+
+IS A MOUSE ALWAYS A ANIMAL
+Not very often.
+
+IS A LAZY SUSAN A LAZY PERSON
+Doubtful.
+
+IS A HOBBIT THE SAME AS A DWARF
+If it is, I don't know it.
+
+IS A WHOMAN MALE
+Does not seem possible.
+
+IS A COW MORE INTELLIGENT THAN A FERRET
+Does not seem possible.
+
+IS A PC SUPERIOR TO A MAC
+Not to my knowledge.
+
+IS A CIELING ABOVE OR BELOW YOU
+Not likely.
+
+IS A WATTLE A PLANT
+Not to my knowledge.
+
+IS A PARROT A PREDATOR
+I don't believe so.
+
+IS A WOMAN MORE INTELLIGENT THAN A MAN
+Doesn't seem likely.
+
+IS A WOMAN BETTER AS A MEN
+Does not seem possible.
+
+IS A TIRE MADE OF SULPHUR
+I can imagine it.
+
+IS A TRIANGLE SQUARE
+Not likely.
+
+IS A FLOUNDER A BIRD
+Does not seem possible.
+
+IS A PONY A MIGHTY STEED
+Unlikely.
+
+IS A LAND MINE CONSIDERED A TOOL
+If it is, I don't know it.
+
+IS A WATCH THE SAME THING AS A CLOCK
+Not to my knowledge.
+
+IS A HEXAGON A SEVEN SIDED POLYGON
+Does not seem possible.
+
+IS A LADYBIRD THE SAME AS A LADYBUG
+Not to my knowledge.
+
+IS A WRONG NUMBER NEVER ENGAGED
+Unlikely.
+
+IS A LINE IS A COLLECTION OF POINTS
+Doubtful.
+
+IS A FIG NEWTON RELATED TO ISSAC NEWTON
+I don't believe so.
+
+IS A TRUCK A TOY
+For all I know.
+
+IS A MONOTREME A MAMAL
+Doesn't seem likely.
+
+IS A BLUE WHALE A TYPE OF FISH
+If it is, I don't know it.
+
+IS A BLUE KNOT NOT A NOTKBLOT
+Doubtful.
+
+IS A BLUE PERSON COLORED BLUE
+Doubtful.
+
+IS A WARMOUTH A KIND OF FISH
+Not to my knowledge.
+
+IS A GOLDBRICK THE SAME AS A GOOF OFF
+Not likely.
+
+IS A FLIER A KIND OF FISH
+Not likely.
+
+IS A RAINBOW SMELT A KIND OF FISH
+Not very often.
+
+IS A 1994 600CC SECA II A CROTCH ROCKET
+Not very often.
+
+IS A WINDOWS A GOOD ENOUGH SYSTEM
+It may not be true.
+
+IS A CHAIR EQUAL TO A COUCH
+Not to my knowledge.
+
+IS A MIND BITS OF CLOCKWORK
+Does not seem possible.
+
+IS A CHIHUAHUA CHUB A KIND OF FISH
+Does not seem possible.
+
+IS A HANGNAIL LIFE THREATENING
+I don't believe so.
+
+IS A PANDA BEAR A BEAR
+For all I know.
+
+IS A KINDERGARTEN A GARDEN FOR CHILDREN
+Unlikely.
+
+IS A BEAVER GAY
+I don't believe so.
+
+IS A POLECAT THE SAME AS A SKUNK
+It may not be true.
+
+IS A POLECAT A SKUNK
+Unlikely.
+
+IS A HUMBUG RELATED TO THE COCKROACH
+Not likely.
+
+IS A JOB A REQUIREMENT
+Unlikely.
+
+IS A SHRIMP A BEAST
+Not very often.
+
+IS A DAY LONGER THAN A YEAR
+If it is, I don't know it.
+
+IS A BEAR A PRIMATE
+Seldom.
+
+IS A BREEZE STRONGER THAN A GALE
+Doesn't seem likely.
+
+IS A HANDSPRING VISOR A PDA
+Not to my knowledge.
+
+IS A SQUID A PLANT
+Does not seem possible.
+
+IS A LLAMA AN INVERTEBRATE
+If it is, I don't know it.
+
+IS A LEMUR LARGE
+Doesn't seem likely.
+
+IS A FUNNEL A GARTER
+Seldom.
+
+IS A PLATYPUS A BIRD
+Doesn't seem likely.
+
+IS A HARDHEAD A KIND OF FISH
+Unlikely.
+
+IS A TWELVE YEAR OLD A TEENAGER
+Doesn't seem likely.
+
+IS A NEUTRON BIGGER THAN A PROTON
+I can imagine it.
+
+IS A MONKY SMARTER THAN A HUMAN
+Does not seem possible.
+
+IS YORUBA A LANGUAGE
+Doubtful.
+
+IS CHOLESTEROL GOOD FOR YOU
+Does not seem possible.
+
+IS YAP BOZO
+It may not be true.
+
+IS PURDUE UNIVERSITY IN INDIANA
+It may not be true.
+
+IS DEATH SOMETHING TO FEAR
+I don't know if that's true or not.
+
+IS DEATH HAPPY
+I don't believe so.
+
+IS DEATH A GOOD THING
+If it is, I don't know it.
+
+IS DEATH A FIERCE SKELETON
+Does not seem possible.
+
+IS DEATH A BEAUTIFOUL THING
+Seldom.
+
+IS DEATH GOOD
+Doubtful.
+
+IS DEATH PENALTY FAIR
+Does not seem possible.
+
+IS DEATH VALLEY ABOVE SEA LEVEL
+Unlikely.
+
+IS DEATH PENALITY A GOOD THING
+Not to my knowledge.
+
+IS NEW URBANISM BAD
+If it is, I don't know it.
+
+IS NEW JERSEY THE ARMPIT OF AMERICA
+I don't know if that's true or not.
+
+IS NEW ORLEANS IN ALABAMA
+Does not seem possible.
+
+IS NEW YORK EAST OF GREAT BRITTAIN
+Seldom.
+
+IS NEW YORK CITY AN ISLAND
+It may not be true.
+
+IS NEW MEXICO A COUNTRY
+Doesn't seem likely.
+
+IS SITTING DOWN THE SAME AS SITTING UP
+Not likely.
+
+IS JAPANESE BETTER THAN KOREAN
+Doesn't seem likely.
+
+IS LAKSA A KIND OF FOOD
+I don't know if that's true or not.
+
+IS BEER THE BEST BEVERAGE EVER INVENTED
+Doubtful.
+
+IS BEER SWEET
+I don't believe so.
+
+IS BEER BETTER THEN WATER
+Not to my knowledge.
+
+IS TINT THE OPPOSITE OF SHADE
+Not likely.
+
+IS FEBUARY IN THE SPRING SEASON
+I can imagine it.
+
+IS OBERON A PROGRAMMING LANGUAGE
+Unlikely.
+
+IS EVERQUEST FUN TO PLAY
+I can imagine it.
+
+IS GANJA GOOD FOR YOUR MENTAL STATE
+If it is, I don't know it.
+
+IS BOURBON MADE FROM CORN
+Doubtful.
+
+IS COL SEXY
+Seldom.
+
+IS MILK THE MAIN INGREDIENT OF MERINGUE
+Does not seem possible.
+
+IS MILK BLACK COLOR
+Doesn't seem likely.
+
+IS MILK BLAND
+I can imagine it.
+
+IS HEAVEN ON EARTH BLUE
+Not likely.
+
+IS MARILYN MANSON EVIL
+It may not be true.
+
+IS MARILYN MANSON SMART
+If it is, I don't know it.
+
+IS YAHOO ROCKING
+Not to my knowledge.
+
+IS MORGAN A BREED OF HORSE
+It may not be true.
+
+IS HEAVENN HOTTER THAN HELL
+If it is, I don't know it.
+
+IS STACY KIRK WEIRD
+Seldom.
+
+IS ROB HALFORD GAY
+It may not be true.
+
+IS PROFESSIONAL WRESTLING REAL
+Unlikely.
+
+IS YANDEX A SERCH ENGINE
+If it is, I don't know it.
+
+IS YANDEX A SEARCH SYSTEM
+Not to my knowledge.
+
+IS YANDEX A SEARCH ENGINE
+Unlikely.
+
+IS INDIA A CONTINENT
+Doesn't seem likely.
+
+IS INDIA IS IN ASHIA
+Doubtful.
+
+IS PRESIDENT CLINTON TRUSTWORTHY
+Seldom.
+
+IS PRESIDENT CLINTON A SLUT
+It may not be true.
+
+IS HACKING LEGAL
+Unlikely.
+
+IS FIREWOOD BURNT TREES
+Not to my knowledge.
+
+IS COCA COLA A HEALTHY BEVERAGE
+If it is, I don't know it.
+
+IS COCA COLA BAD GOOD FOR YOUR TEETH
+If it is, I don't know it.
+
+IS LINUX THE SAME AS WINDOWS
+Not likely.
+
+IS LINUX A OVERHYPED OPERATING SYSTEM
+Not to my knowledge.
+
+IS LINUX A DOS BASED OPERATING SYSTEM
+Unlikely.
+
+IS LINUX BETTER THAT WINDOWS
+Doubtful.
+
+IS TRAMVAJ CZ CZECH TRADE MARK
+Does not seem possible.
+
+IS PHILOSOPHY BORING
+Unlikely.
+
+IS IRON AN ORGANIC COMPOUND
+Does not seem possible.
+
+IS IRON AN ALLOY
+Seldom.
+
+IS IRON HEAVIER THAN LEAD
+Not likely.
+
+IS IRON POISONOUS
+Not to my knowledge.
+
+IS IRON MINERAL OR METAL
+Not very often.
+
+IS FLIPPER THE DOLPHIN A FISH
+If it is, I don't know it.
+
+IS NEWARK NEW JERSEY A DANGEROUS CITY
+It may not be true.
+
+IS PSYCOLOGY A HARD SCIENCE
+If it is, I don't know it.
+
+IS BIANCA SMITH A HERMAPHRODITE
+Does not seem possible.
+
+IS IRC A JOKE
+Not to my knowledge.
+
+IS IRC A FINNISH INVENTION
+I don't know if that's true or not.
+
+IS IRC CB RADIO FOR THE INTERNET AGE
+I can imagine it.
+
+IS IRC FUN
+It may not be true.
+
+IS CHAOS ORGANIZED
+If it is, I don't know it.
+
+IS GOOD COOKING HARD TO FIND IN THE US
+Doesn't seem likely.
+
+IS POKEMON EVIL
+Not very often.
+
+IS POKEMON A POPULAR BEDTIME STORY
+Not likely.
+
+IS MALE PATTERN BALDNESS AN ILLNESS
+I don't believe so.
+
+IS BRIGHT AN EMOTION
+Seldom.
+
+IS SUNSET ALWAYS BEAUTIFUL
+I can imagine it.
+
+IS WASHINGTON DC A STATE
+Seldom.
+
+IS WASHINGTON D C A STATE
+Seldom.
+
+IS SANDALWOOD USED TO MAKE FOOTWEAR
+Not likely.
+
+IS FREDDA ANNOYING
+I don't know if that's true or not.
+
+IS 2 A BINARY NUMBER
+I don't believe so.
+
+IS 2 A VALID BINARY NUMBER
+Seldom.
+
+IS 2 GUYS HAVING SEX TOGETHER
+It may not be true.
+
+IS 2 2 FOUR
+Not likely.
+
+IS TECHNO MUSIC BETTER THAN ROCK MUSIC
+If it is, I don't know it.
+
+IS TELEVISION PRIMITIVE
+Doesn't seem likely.
+
+IS TELEVISION A DRUG
+Not very often.
+
+IS TELEVISION A POWERFUL FORCE FOR GOOD
+Not to my knowledge.
+
+IS THINKING THE SAME AS EXISTING
+Not to my knowledge.
+
+IS HEAT SOMETHING THAT YOU CAN WEIGH
+If it is, I don't know it.
+
+IS HEAT BETTER THAN COLD
+I can imagine it.
+
+IS JACK STRAW FROM WITCHITA
+Unlikely.
+
+IS JACK MOTT AN IDIOT
+If it is, I don't know it.
+
+IS SNOW COLD OR HOT
+Not to my knowledge.
+
+IS MARCH 1 THE FIRST DAY OF THE YEAR
+I don't believe so.
+
+IS KENSAL GREEN IN LONDON
+Does not seem possible.
+
+IS BOTANY THE STUDY OF ANIMALS
+Does not seem possible.
+
+IS 555 A VALID US AREA CODE
+If it is, I don't know it.
+
+IS MACOSX BASED ON UNIX
+Not likely.
+
+IS MARCELO JUVENTINO A CABAO
+I don't believe so.
+
+IS CANADA THE SECOND LARGEST COUNTRY
+For all I know.
+
+IS CANADA BETTER THAN BRAZIL
+Not likely.
+
+IS MULTIPLE SCLEROSIS CUREABLE
+Doubtful.
+
+IS MULTIPLE SCLEROSIS CURABLE
+Does not seem possible.
+
+IS JEFF BAGWELL A GOOD PLAYER
+Not likely.
+
+IS SEXUALITY SACRED
+Not very often.
+
+IS HYBRIS A COMPANY
+I don't know if that's true or not.
+
+IS EMINEM CRAZY
+Not to my knowledge.
+
+IS EMINEM A FAMOUS RAPER
+It may not be true.
+
+IS EMINEM A BLACK RAPPER
+Unlikely.
+
+IS EMINEM BLACK
+Does not seem possible.
+
+IS AMAZON THE BEST EXISTING ONLINE SHOP
+I don't know if that's true or not.
+
+IS AMAZON DOT COM EVIL
+Doesn't seem likely.
+
+IS NETSCAPE AN OPERATING SYSTEM
+Does not seem possible.
+
+IS ROOT BEER MADE FROM ROOTS
+It may not be true.
+
+IS BONE CHINA MADE FROM KAOLIN
+It may not be true.
+
+IS POP3 A GREAT NAME FOR A BAND
+I don't believe so.
+
+IS DUNKIRK A CITY IN NEW YORK STATE
+Not very often.
+
+IS PINGA A DRINK
+Not likely.
+
+IS GERMANY A COUNTRY OF RACISTS
+Doesn't seem likely.
+
+IS KENLAR A LEGITIMATE NAME
+I can imagine it.
+
+IS IRAK A ROGUE NATION
+Not very often.
+
+IS PASSTIME SPELLED CORRECTLY
+Not very often.
+
+IS DD A TYPE OF BATTERY LIKE AAA AND C
+Doubtful.
+
+IS PERSIAN A LANGUAGE FROM EUROPE
+Seldom.
+
+IS MATH REQUIRED TO SIMULATE THOUGHT
+I can imagine it.
+
+IS TAIPEI THE CAPITAL OF CHINA
+Does not seem possible.
+
+IS THEIR ABSOLUTE TRUTH
+Doubtful.
+
+IS RAYLENE FAT
+If it is, I don't know it.
+
+IS FRENCH SPOKEN IN GERMANY
+Seldom.
+
+IS FRENCH SPOKEN IN ITALY
+Doesn't seem likely.
+
+IS FRENCH SPOKEN IN MEXICO
+Not likely.
+
+IS PEE WEE HERMAN HOMOSEXUAL
+I don't know if that's true or not.
+
+IS PEE BEAUTIFUL
+Does not seem possible.
+
+IS HELL A PLACE ON EARTH
+If it is, I don't know it.
+
+IS R 3 PROGRAMMED IN ABAP
+Doesn't seem likely.
+
+IS REALITY ONLY A PERCEPTION
+Not likely.
+
+IS REALITY TRULY EXISTENTIAL
+Doubtful.
+
+IS LOLO FERRARI ALIVE
+Unlikely.
+
+IS SPELT A KIND OF ANCIENT WHEAT
+Not very often.
+
+IS QUAKE3 BETTER THAN UNREAL TOURNAMENT
+Seldom.
+
+IS RICE A UNIVERSITY
+I can imagine it.
+
+IS IRAN A GREAT COUNTRY
+If it is, I don't know it.
+
+IS K2 HIGHER THAN MT EVEREST
+Not to my knowledge.
+
+IS HERZELIA IN ISRAEL
+Not likely.
+
+IS OPEN MIND MUCH BETTER THAN ALICE
+Not to my knowledge.
+
+IS ALCHOHOL GOOD FOR YOU
+Not very often.
+
+IS SPEAK A GENETIC QUALITY
+Doubtful.
+
+IS GAVIN DEAD
+Doubtful.
+
+IS EATING YOUR OWN SEMEN
+Doubtful.
+
+IS EATING RAW FLESH HEALTHY
+Doubtful.
+
+IS IBM BETTER THAN DELL
+I can imagine it.
+
+IS SKY YELLOW
+I don't believe so.
+
+IS SKY BLUE IN THE EVENING
+If it is, I don't know it.
+
+IS SKY ON MARS BLUE
+I don't believe so.
+
+IS COSMOLOGY A RELIGION
+I don't believe so.
+
+IS JAMES INGRAM A GREAT SINGER
+Not to my knowledge.
+
+IS SMART NOT SEXY
+Seldom.
+
+IS ASPENGINES DOOMED TO FAILURE
+If it is, I don't know it.
+
+IS MIKE GAY
+I don't believe so.
+
+IS MIKE OLDFIELD A MUSICAL GENIUS
+Not very often.
+
+IS MIKE COOL
+Seldom.
+
+IS BOY GEORGE A BOY
+I don't know if that's true or not.
+
+IS PITY A POSITIVE EMOTION
+Unlikely.
+
+IS WEBMIND DOT COM A GREAT COMPANY
+Does not seem possible.
+
+IS MAKING LOVE DANGEROUS
+I can imagine it.
+
+IS INK PERMANENT
+Not likely.
+
+IS TURNTABLISM MUSIC
+Seldom.
+
+IS WAKING UP IN THE DARK SCARY
+Not likely.
+
+IS VAIO A GREAT COMPUTER
+Doesn't seem likely.
+
+IS TAKING COCAINE FUN
+I can imagine it.
+
+IS MOON YELLOW
+Not likely.
+
+IS MOON ROTATING AROUND ITSELF
+Unlikely.
+
+IS MOON A PLANET
+Not to my knowledge.
+
+IS MOON WHITE IN COLOR
+I don't believe so.
+
+IS MERCURY BIGGEST THAN EARTH
+I don't believe so.
+
+IS MERCURY HAVIER THAN GOLD
+I can imagine it.
+
+IS MOLDIAR TOLA A LOCALITY IN MOKAMA
+Doubtful.
+
+IS SMOKING MARIJUANA HEALTHY
+Doubtful.
+
+IS SMOKING CANNABIS WRONG
+Not likely.
+
+IS SMOKING FUN
+Not very often.
+
+IS PATTY A TOTAL HOTTIE
+Seldom.
+
+IS 21 A PRIME NUMBER
+Doubtful.
+
+IS SCHOOLWORK FUN
+Unlikely.
+
+IS L
+Not very often.
+
+IS ALL GRASS GREEN
+Doesn't seem likely.
+
+IS ALL PASTA MADE WITH WHEAT
+Doubtful.
+
+IS ALL PAPER MADE FROM WOOD
+Not likely.
+
+IS ALL FOOD NOURISHING
+Doubtful.
+
+IS ALL CHOCOLATE SWEET
+Not to my knowledge.
+
+IS ALL YOU NEED LOVE
+Not to my knowledge.
+
+IS ALL MAIL EVENTUALLY DELIVERED
+Doubtful.
+
+IS ALL SILVERWARE MADE FROM SILVER
+Doesn't seem likely.
+
+IS TEMELN SAFE
+Does not seem possible.
+
+IS ABBAS KIAROSTAMI A NOVELIST
+Not to my knowledge.
+
+IS POSTMODERNISM DEAD
+I can imagine it.
+
+IS AFRICA THE LARGEST CONTINENT
+It may not be true.
+
+IS AFRICA A COUNTRY
+Not very often.
+
+IS CEASER THE RULER OF ROME
+Not likely.
+
+IS BKS IYENGAR STILL ALIVE
+Does not seem possible.
+
+IS ELECTRICITY THE FLOW OF PROTONS
+Not to my knowledge.
+
+IS ELECTRICITY ESSENTIAL FOR HUMAN LIFE
+Doubtful.
+
+IS BSD BETTER
+I don't believe so.
+
+IS WALK AN ADJECTIVE
+Not likely.
+
+IS MEANING THE CORE OF HUMAN EXISTENCE
+Seldom.
+
+IS BRIAN GREAT
+Seldom.
+
+IS FLIRTING WITH MARRIED WOMEN WRONG
+I don't know if that's true or not.
+
+IS ANARCHY A VALID THEORY
+I can imagine it.
+
+IS DISCO DEAD
+Not likely.
+
+IS BAMBOO A TREE
+Seldom.
+
+IS SOCRATES ITALIAN
+If it is, I don't know it.
+
+IS BIGGER BETTER
+Not likely.
+
+IS LEFT HANDED PEOPLE MORE CLEVER
+I don't know if that's true or not.
+
+IS EXISTENCE A FUTILE PURSUIT
+Unlikely.
+
+IS SACRAMENTO IN TEXASS
+Not very often.
+
+IS DEAR AN ANIMAL
+It may not be true.
+
+IS SWINGERS A GOOD MOVIE
+Seldom.
+
+IS PERUVIAN A LANGUAGE
+Not to my knowledge.
+
+IS RUSTING AN ELECTRICAL PROCESS
+It may not be true.
+
+IS PUNK BETTER THAN COUNTRY
+I don't believe so.
+
+IS MICHAEL PORTILLO GAY
+I don't know if that's true or not.
+
+IS MICHAEL HAMMERSCHMITT GAY
+Not likely.
+
+IS MICHAEL JACKSON A WHITE PERSON
+I don't believe so.
+
+IS MICHAEL JACKSON A POET
+If it is, I don't know it.
+
+IS MICHAEL SCHUMACHER AUSTRALIAN
+Not likely.
+
+IS SOFTWARE PIRACY ACCEPTABLE
+Does not seem possible.
+
+IS LATVIA A PART OF RUSSIA
+Not likely.
+
+IS YELLOW MELLOW
+Does not seem possible.
+
+IS YELLOW THE COLOR CODE FOR FOUR
+If it is, I don't know it.
+
+IS CARPETING OFTEN WALL TO WALL
+Not likely.
+
+IS NOSTRADAMUS RIGHT IN HIS PREDICTIONS
+I don't believe so.
+
+IS CRYING ALWAYS SAD
+I don't believe so.
+
+IS ACROPHOBIA THE FEAR OF SPIDERS
+Not very often.
+
+IS 100 BIGGER IN MAGNITUDE THAN 100
+I can imagine it.
+
+IS MINIMUM WAGE LESS THAN PER HOUR
+If it is, I don't know it.
+
+IS SNOT TASTY
+Does not seem possible.
+
+IS MURDER A GOOD THING
+I don't believe so.
+
+IS MURDER ALWAYS UNLAWFUL
+It may not be true.
+
+IS LEBANON A DEMOCRATIC COUNTRY
+I don't believe so.
+
+IS SIOUXSIE A BANSHEE
+Not likely.
+
+IS SAME SEX MARRIAGE AN OXYMORON
+I don't believe so.
+
+IS SCIENCE THE NEW GOD
+I don't know if that's true or not.
+
+IS SCIENCE A RELIGION
+Does not seem possible.
+
+IS SCIENCE FICTION REAL
+Doesn't seem likely.
+
+IS SCIENCE OLDER THAN RELIGION
+Does not seem possible.
+
+IS YOUR IDENTIFY BASED ON YOUR CLOTHING
+Not likely.
+
+IS YOUR RELIGION ALWAYS RIGHT
+I don't believe so.
+
+IS YOUR ANSWER WRONG
+I don't believe so.
+
+IS YOUR ANSWER TO THIS QUESTION WRONG
+Not likely.
+
+IS YOUR ANSWER FALSE
+Doubtful.
+
+IS YOUR LOCATION SECRET
+I don't believe so.
+
+IS YOUR NAME AN ACRONYM
+Doubtful.
+
+IS YOUR BROTHER A SINGLE CHILD
+I don't believe so.
+
+IS YOUR BROTHER OLD THEN ME
+Unlikely.
+
+IS YOUR BROTHER SUCCESSFUL
+Not very often.
+
+IS YOUR CREATOR GOD
+I can imagine it.
+
+IS YOUR CREATOR A MALE
+Not likely.
+
+IS YOUR FAVORITE COLOR PURPLE
+Does not seem possible.
+
+IS YOUR FAVORITE COLOR GREEN
+Unlikely.
+
+IS YOUR ASS HURTING
+Does not seem possible.
+
+IS YOUR BOSS AN IDIOT
+I can imagine it.
+
+IS RICHARD NIXON ALIVE
+Unlikely.
+
+IS RICHARD GERE A HOMO
+I don't believe so.
+
+IS FLORIDA A CITY IN ORLANDO
+I don't know if that's true or not.
+
+IS MARYLIN MANSON A WOMAN
+Not likely.
+
+IS HONOR MORE IMPORTANT THAN LIFE
+Not likely.
+
+IS HEBREW READ FROM LEFT TO RIGHT
+Doesn't seem likely.
+
+IS MATHEMATICS A NON ABSTRACT SCIENCE
+Unlikely.
+
+IS WASABI A COMMON JAPANESE GREETING
+I don't believe so.
+
+IS TIME TRAVEL POSSIBLE
+I can imagine it.
+
+IS TIME ABSOLUTE
+Not to my knowledge.
+
+IS TIME REVERSIBLE
+If it is, I don't know it.
+
+IS TIME A COMCEPT WE ONLY IMAGINE
+Not likely.
+
+IS TIME A THOUGHT
+Unlikely.
+
+IS TIME A CONSTANT
+It may not be true.
+
+IS TIME AN ILLUSION
+Not likely.
+
+IS TIME CONSTANT
+Not very often.
+
+IS TIME ON MY SIDE
+Doubtful.
+
+IS PENGUINE A MAMMAL
+Not likely.
+
+IS 90 OF EVERYTHING CRAP
+Not very often.
+
+IS PHYSICAL LOVE DANGEROUS
+Not very often.
+
+IS EDS A GOOD COMPANY TO WORK FOR
+Doubtful.
+
+IS GOD MALE OR FEMALE
+I don't know if that's true or not.
+
+IS GOD MALE
+It may not be true.
+
+IS GOD IMAGINARY
+Not to my knowledge.
+
+IS GOD HAIRY
+Not likely.
+
+IS GOD GODDESS LOVE
+For all I know.
+
+IS GOD FOOL
+Seldom.
+
+IS GOD THE ONLY WAY
+Seldom.
+
+IS GOD HUMAN
+If it is, I don't know it.
+
+IS GOD CRAZY
+I can imagine it.
+
+IS GOD A FEMALE
+Unlikely.
+
+IS GOD A BELIEF OR A FACT
+I don't know if that's true or not.
+
+IS GOD A MALE OR FEMALE
+Doubtful.
+
+IS GOD AN JESUS THE SAME
+I can imagine it.
+
+IS GOD FEMALE
+Does not seem possible.
+
+IS GOD AND JESUS THE SAME
+Unlikely.
+
+IS MARY ANN HOTTER THAN GINGER
+Seldom.
+
+IS 107 LARGER THAN 111
+If it is, I don't know it.
+
+IS GLASGOW IN WALES
+Not to my knowledge.
+
+IS NUDE LEWD
+Not to my knowledge.
+
+IS JON LORD A CUNT
+Unlikely.
+
+IS JON LORD A PRICK
+Not likely.
+
+IS THINK AN ELECTRIC CAR
+Not very often.
+
+IS STAR WARS A REAL EVENT
+I don't believe so.
+
+IS STAR DISPLAY IN THE DAY
+Does not seem possible.
+
+IS DOG THE OPPOSITE OF GOD
+Does not seem possible.
+
+IS ONE MILLION BIGGER THAN A GOOGLE
+Doesn't seem likely.
+
+IS ONE METER SHORTER THAN ONE YARD
+Not very often.
+
+IS ONE THOUSAND MORE THAN ONE MILLION
+If it is, I don't know it.
+
+IS ONE GREATER THAN TWO
+I don't believe so.
+
+IS ONE SHARE EQUAL TO ONE QUESTION
+I can imagine it.
+
+IS ONE OF MY CATS ORANGE
+Doubtful.
+
+IS KENTUCKY BLUEGRASS BLUE
+Doesn't seem likely.
+
+IS KENTUCKY A COUNTRY
+Does not seem possible.
+
+IS HYDROPLANE A TYPE OF AIRCRAFT
+It may not be true.
+
+IS VIENNA THE CAPITAL OF AUSTRALIA
+Does not seem possible.
+
+IS MANDRAKE A POPULAR LINUX DISTRO
+I can imagine it.
+
+IS THIRTY TWO DIVISIBLE BY SIX
+Not likely.
+
+IS BEGIN A C KEYWORD
+I can imagine it.
+
+IS WEEN AN UNDERRATED BAND
+Not to my knowledge.
+
+IS OMEGA 3 OIL USEFUL FOR HEPATITIS C
+It may not be true.
+
+IS THIS ASKING PROGRAM A BULLSHIT
+If it is, I don't know it.
+
+IS THIS TEXT IN POLISH
+I don't believe so.
+
+IS THIS THE PERFECT QUESTIONS
+Does not seem possible.
+
+IS THIS THE END
+Does not seem possible.
+
+IS THIS PROJECT USING MYSQL
+Seldom.
+
+IS THIS YOUR FINAL ANSWER
+It may not be true.
+
+IS THIS GETTING BORING FAST
+It may not be true.
+
+IS THIS A MODEST INITIATIVE
+Not very often.
+
+IS THIS A LEAP YEAR
+Not to my knowledge.
+
+IS THIS A USEFUL QUESTION
+I don't believe so.
+
+IS THIS A GOOD QUESTION TO ASK
+If it is, I don't know it.
+
+IS THIS A GOOD QUESTION
+Unlikely.
+
+IS THIS A FALSE QUESTION
+Seldom.
+
+IS THIS A GLORIFIED 8 BALL
+Not very often.
+
+IS THIS A STATEMENT OF FACT
+Not likely.
+
+IS THIS A STATEMENT
+Seldom.
+
+IS THIS A WASTE OF TIME
+Does not seem possible.
+
+IS THIS A MICROSOFT FREE WEBSITE
+Does not seem possible.
+
+IS THIS A DIFFICULT QUESTION
+Does not seem possible.
+
+IS THIS SUPPOSED TO BE FUNNY
+I don't know if that's true or not.
+
+IS THIS QUESTION FALSE
+Seldom.
+
+IS THIS PROGRAM INTELLIGENT
+If it is, I don't know it.
+
+IS THIS AN ANSWER
+I don't believe so.
+
+IS THIS AN EXCERCISE IN FUTILITY
+Not likely.
+
+IS THIS STATEMENT TRUE
+I don't know if that's true or not.
+
+IS THIS STATEMENT FALSE
+Doubtful.
+
+IS THIS BOY BAND EVIL
+Seldom.
+
+IS THIS MY FIRST HUNDRED ALICE
+Not to my knowledge.
+
+IS THIS MY LAST QUESTION
+I don't believe so.
+
+IS THIS RECORD FALSE
+Does not seem possible.
+
+IS THIS RECORD IS FALSE
+Doesn't seem likely.
+
+IS THIS BORING YOU
+I don't know if that's true or not.
+
+IS THIS BORING
+Unlikely.
+
+IS THIS USELESS
+Does not seem possible.
+
+IS THIS ALL THERE IS
+Unlikely.
+
+IS THIS ALL A BIG CON
+Does not seem possible.
+
+IS THIS ALL BS
+Doesn't seem likely.
+
+IS THIS CLEVER
+Not very often.
+
+IS THIS SENTENCE FALSE
+Not likely.
+
+IS THIS SENTENCE IS FALSE TRUE
+Seldom.
+
+IS THIS SENTENCE IS FALSE FALSE
+I can imagine it.
+
+IS THIS NOT A YES NO QUESTION
+I can imagine it.
+
+IS THIS ENTIRE ALICE PROJECT A SCAM
+Unlikely.
+
+IS ANDY GAY
+If it is, I don't know it.
+
+IS ANDY COOL
+Unlikely.
+
+IS ANDY DICK GAY OR FLAMBOYANT
+Not likely.
+
+IS ANDY HUG KARATE CHAMPION
+Not to my knowledge.
+
+IS ANDY KALASHNIKOV A FOOL
+For all I know.
+
+IS BRUSSELS THE CAPITAL OF FLANDERS
+Does not seem possible.
+
+IS GARY BARLOW A FAT LOSER
+Doubtful.
+
+IS AARHUS IN DENARK BIG
+Seldom.
+
+IS MEAT MURDER
+Not likely.
+
+IS CORPORATE GREED A GOOD THING
+Doesn't seem likely.
+
+IS CORPORATE MENTALITY A BAD THING
+Seldom.
+
+IS PRETTY THAN RED
+For all I know.
+
+IS BUENOS AIRES THE CAPITAL OF BRAZIL
+I don't know if that's true or not.
+
+IS BUENOS AIRES THE CAPITAL OF URUGUAY
+Not to my knowledge.
+
+IS BUENOS AIRES A COUNTRY
+I can imagine it.
+
+IS BILL CLINTON HAVING AN AFFAIR
+Does not seem possible.
+
+IS BILL CLINTON COOL
+Not to my knowledge.
+
+IS BILL CLINTON EVIL
+Doesn't seem likely.
+
+IS BILL CLINTON A PIMP
+Does not seem possible.
+
+IS BILL CLINTON A PATHOLOGICAL LIAR
+Not to my knowledge.
+
+IS BILL CLINTON A GOD HOUSEMAN
+Does not seem possible.
+
+IS BILL CLINTON A CROOK
+For all I know.
+
+IS BILL CLINTON A GOOD PRESIDENT
+For all I know.
+
+IS BILL CLINTON A TRUTHFUL PERSON
+Does not seem possible.
+
+IS BILL CLINTON A FELON
+Not to my knowledge.
+
+IS BILL CLINTON A WOMEN
+I don't believe so.
+
+IS BILL CLINTON AN IDIOT
+I can imagine it.
+
+IS BILL CLINTON AN HONEST MAN
+Not likely.
+
+IS BILL CLINTON MALE OR FEMALE
+I don't know if that's true or not.
+
+IS BILL GATES HOMOSEXUAL
+Not likely.
+
+IS BILL GATES THE EPITOMY OF EVIL
+If it is, I don't know it.
+
+IS BILL GATES THE PRESIDENT OF THE USA
+Does not seem possible.
+
+IS BILL GATES THE ANTI CHRIST
+I don't believe so.
+
+IS BILL GATES THE ANITCHRIST
+I don't believe so.
+
+IS BILL GATES THE ANTICHRIST
+Does not seem possible.
+
+IS BILL GATES THE RICHEST INDIVIDUAL
+I don't know if that's true or not.
+
+IS BILL GATES A RAT
+Doesn't seem likely.
+
+IS BILL GATES A HUMAN BEING
+For all I know.
+
+IS BILL GATES A RELATIVE TO THE DEVIL
+I don't believe so.
+
+IS BILL GATES A MAN OR A DEVIL
+Not very often.
+
+IS BILL GATES A BAD GUY
+Seldom.
+
+IS BILL GATES A BAD PERSON
+Seldom.
+
+IS BILL GATES AN EVIL MAN
+Not very often.
+
+IS BILL GATES AN AGENT OF SATAN
+Doesn't seem likely.
+
+IS BILL GATES SATAN
+Doesn't seem likely.
+
+IS BILL GATES SATAN HIMSELF
+Does not seem possible.
+
+IS 25 OR 6 TO 4 A SONG
+Seldom.
+
+IS V2 OS AN OPERATING SYSTEM
+It may not be true.
+
+IS MARADONA A BASKETBALL PLAYER
+Doesn't seem likely.
+
+IS DENMARK THE CAPITAL OF SWEDEN
+If it is, I don't know it.
+
+IS DENMARK BIGGER THAN ENGLAND
+I don't believe so.
+
+IS DENMARK IS A ISLAND
+If it is, I don't know it.
+
+IS ATLANTIS A REAL PLACE
+Not to my knowledge.
+
+IS ATLANTIS REAL
+Not to my knowledge.
+
+IS DIABLO A DOG
+I don't believe so.
+
+IS DIABLO II THE BEST GAME
+Does not seem possible.
+
+IS CHAMP THE NAME OF A GERMAN SATELLITE
+Not to my knowledge.
+
+IS AS 400 A HIGH SECURITY MACHINE
+Not to my knowledge.
+
+IS TONY OCEAN A SINATRA IMPERSONATOR
+I can imagine it.
+
+IS TONY BLAIR AMERICAN
+Does not seem possible.
+
+IS PUERTO RICO A NATION
+Not to my knowledge.
+
+IS PUERTO RICO ONE OF THE UNITED STATES
+Not likely.
+
+IS DENVER THE COOLEST CITY ON EARTH
+Not likely.
+
+IS NEPTUNE FURTHER AWAY THAN PLUTO
+I don't believe so.
+
+IS FRANK ZAPPA ALIVE
+Does not seem possible.
+
+IS FRANK THOMAS ON THE WHITE SOX
+For all I know.
+
+IS LEANDRO A SINGER
+It may not be true.
+
+IS OREGON A STATE NEAR NEW YORK
+If it is, I don't know it.
+
+IS OREGON A STATE NEW NEW JERSEY
+Does not seem possible.
+
+IS OREGON ONE OF THE 13 STATES
+If it is, I don't know it.
+
+IS SPANISH A GERMANIC LANGUAGE
+Does not seem possible.
+
+IS CREATIONISM SCIENCE
+Does not seem possible.
+
+IS SUN IN MIDDLE OF SPACE
+Does not seem possible.
+
+IS SUN THE DOT IN DOT COM
+Unlikely.
+
+IS FIRE HOT OR COLD
+It may not be true.
+
+IS FIRE A LIVING THING
+Does not seem possible.
+
+IS FIRE A GIFT FROM THE GODS
+Does not seem possible.
+
+IS FIRE IS AN ELEMENT
+I don't know if that's true or not.
+
+IS EVERYONE MORE OR LESS HOMOSEXUAL
+Does not seem possible.
+
+IS EVERYONE NORMAL
+I don't believe so.
+
+IS EVERYONE ALWAYS QUIET IN LIBRARIES
+Unlikely.
+
+IS EVERYONE ON SLASHDOT A MORON
+Doesn't seem likely.
+
+IS RAW TAPIOCA POISIONOUS
+If it is, I don't know it.
+
+IS 1 MILLION GREATER THAN 1 DECILLION
+Does not seem possible.
+
+IS 1 10 11
+Not very often.
+
+IS 1 MORE THAN 20
+Doesn't seem likely.
+
+IS 1 4 EQUAL TO 2 3
+Not likely.
+
+IS 1 E4 BC1 A LEGAL CHESS MOVE
+Unlikely.
+
+IS 1 XOR 1 EQUAL TO 1
+Not to my knowledge.
+
+IS 1 1 2
+I can imagine it.
+
+IS 1 1 EQUAL 2
+I don't know if that's true or not.
+
+IS VINCENT VAN GOGH DEAD OR ALIVE
+Not likely.
+
+IS SPRINTING ANAROBIC
+Not to my knowledge.
+
+IS UNIX USER FRIENDLY
+Not likely.
+
+IS ISLAM SYNONYMUS WITH TERRORISIM
+If it is, I don't know it.
+
+IS KATHMANDU THE CAPITAL OF BHUTAN
+Not to my knowledge.
+
+IS COLD FIRE A COMPUTER HACKER
+Seldom.
+
+IS COLD FUSION POSSIBLE
+Not likely.
+
+IS COLD BETTER THAN HEAT
+It may not be true.
+
+IS QWERTY A WORD
+If it is, I don't know it.
+
+IS JOSH GAY
+Does not seem possible.
+
+IS CHLOROPHYLL FOUND IN ALL PLANTS
+Not very often.
+
+IS MICROSOFT BULLSHIT
+Not very often.
+
+IS MICROSOFT THE ROOT OF ALL EVIL
+Seldom.
+
+IS MICROSOFT THE EVIL EMPIRE
+Not very often.
+
+IS MICROSOFT A BAD COMPANY
+I can imagine it.
+
+IS MICROSOFT CRAP
+I don't know if that's true or not.
+
+IS MICROSOFT INHERENTLY EVIL
+Not likely.
+
+IS MICROSOFT AN ETHICAL CORPORATION
+Doesn't seem likely.
+
+IS MICROSOFT AN EVIL EMPIRE
+Not to my knowledge.
+
+IS MICROSOFT WINDOW RELIABLE
+Unlikely.
+
+IS MICROSOFT SATAN
+Doubtful.
+
+IS MICROSOFT BAD
+Seldom.
+
+IS MICROSOFT NOT A MONOPOLY
+Not to my knowledge.
+
+IS MICROSOFT BETTER THAN ORACLE
+Seldom.
+
+IS MICROSOFT BETTER THAN LINUX
+It may not be true.
+
+IS ISDN A GOOD INTERNET SOLUTION
+Not to my knowledge.
+
+IS WINSTON WU A STRANGE BIRD
+Doesn't seem likely.
+
+IS METAL AN EMOTION
+Does not seem possible.
+
+IS METAL FLAMMABLE
+Seldom.
+
+IS SARCASM THE HIGHEST FORM OF WIT
+Seldom.
+
+IS HINDUISM A MONOTHEISTIC RELIGION
+Not likely.
+
+IS BMW A BETTER CAR THAN MERCEDES
+Not likely.
+
+IS MADALENA A GAY
+Seldom.
+
+IS FREEWILL AN ILLUSION
+Unlikely.
+
+IS TUBER MELANOSPORUM A TASTY THING
+If it is, I don't know it.
+
+IS THOUGHT A STATISTICAL PROCESS
+Doubtful.
+
+IS COM A COMPUTER LANGUAGE
+Not to my knowledge.
+
+IS SPAMMING LEGAL
+Not very often.
+
+IS LOJBAN A LANGUAGE
+Not very often.
+
+IS ARTIFICIAL INTELLIGENCE DANGEROUS
+Not likely.
+
+IS ARTIFICIAL INTELLIGENCE A REALITY
+I can imagine it.
+
+IS ARTIFICIAL INTELLIGENCE AN OXYMORON
+I can imagine it.
+
+IS ARTIFICIAL INTELLIGENCE AN ILLUSION
+Not very often.
+
+IS ARTIFICIAL INTELLIGENCE IMPOSSIBLE
+Unlikely.
+
+IS TECHNOLOGY INFALLIBLE
+I don't believe so.
+
+IS TRUE FALSE
+I don't believe so.
+
+IS TRUE AND FALSE TRUE
+Seldom.
+
+IS DIETPEPSI NO CALORIES
+Seldom.
+
+IS MARS INHIBITED
+I don't know if that's true or not.
+
+IS MARS INHABITED
+Seldom.
+
+IS MARS THE THIRD PLANET FROM THE SUN
+Unlikely.
+
+IS MARS CALLED THE GREEN PLANET
+Does not seem possible.
+
+IS MARS CLOSER TO THE SUN THAN EARTH
+Doesn't seem likely.
+
+IS SLEEPWALKING COMMON AMONG HUMANS
+Not likely.
+
+IS CALCULUS ESSENTIAL TO EVERYDAY LIFE
+I don't believe so.
+
+IS CHARLES VONNES A MADMAN
+It may not be true.
+
+IS CHARLES BABBAGE AN AMERICAN
+If it is, I don't know it.
+
+IS ADVERTISING EVIL
+Doubtful.
+
+IS ADVERTISING A KIND OF ENTERTAINMENT
+Not to my knowledge.
+
+IS ADVERTISING ANNOYING AND EVIL
+Not to my knowledge.
+
+IS LAW AND ORDER ON A
+I don't know if that's true or not.
+
+IS LAW ALWAYS BASE ONMORALITY
+Not likely.
+
+IS SE R4 A GOOD PROJECT
+I don't know if that's true or not.
+
+IS LEIPZIG THE BEST TOWN IN SAXONY
+I don't believe so.
+
+IS MULTI CULTURALISM A LEFTIST CON JOB
+Doesn't seem likely.
+
+IS DEREK JETER BASEBALL TEAM MANAGER
+I don't believe so.
+
+IS STOCKSBRIDGE IN SHEFFIELD
+It may not be true.
+
+IS GOING TO TOILET FUN
+I don't know if that's true or not.
+
+IS DOING HOMEWORK FUN
+It may not be true.
+
+IS DOING DRUGS FUN
+It may not be true.
+
+IS SWALLOWING SEMEN HEALTHY
+Seldom.
+
+IS PRINCE A GENIUS
+I don't know if that's true or not.
+
+IS CRAIG BETTER THAN ANNA
+Doubtful.
+
+IS TIERRA ARTIFICIALLY INTELLIGENT
+Not to my knowledge.
+
+IS PURPLE A NAME
+Doubtful.
+
+IS THER LIFE AFTER DEATH
+Not to my knowledge.
+
+IS TED KOPPEL BALD
+Not likely.
+
+IS XRTBLA A PLANT
+I don't believe so.
+
+IS BRITTNEY SPEARS A TALENTED ARTIST
+Not likely.
+
+IS DARK CHOCOLATE HEALTHY
+Not likely.
+
+IS DICK VAN DYKE ON DIAGNOSIS MURDER
+If it is, I don't know it.
+
+IS LOGIC RANDOM
+Seldom.
+
+IS LOGIC INFALLIABLE
+If it is, I don't know it.
+
+IS SOL THE NAME OF OUR SOLAR SYSTEM
+Doesn't seem likely.
+
+IS CHEESE A FORM OF MOLD
+Not likely.
+
+IS BEGINSCRIPT TNC ENDSCRIPT AN ELEET HAXOR
+I don't believe so.
+
+IS BEGINSCRIPT ENDSCRIPT THE ANSWER
+I don't believe so.
+
+IS AMITABH BACHCHAN AN INDIAN ACTOR
+Not to my knowledge.
+
+IS VENZIA IN SPAIN
+Not likely.
+
+IS POSSUM BOURNE A RALLY DRIVER
+Not likely.
+
+IS SEX ALLWAYS FUN
+Does not seem possible.
+
+IS SEX MORE IMPORTANT THAN LOVE
+Does not seem possible.
+
+IS SEX IN PUBLIC PLACE COMMON
+I don't believe so.
+
+IS SEX A DRUG
+If it is, I don't know it.
+
+IS SEX OUTSIDE OF MARRIAGE IS IMMORAL
+I can imagine it.
+
+IS SEX ALWAYS FUN
+Doesn't seem likely.
+
+IS SEX LIVES IN THE MIND
+It may not be true.
+
+IS SEX LIKE AIR
+Not very often.
+
+IS OZZY OSBOURNE THE PRINCE OF DARKNESS
+Doesn't seem likely.
+
+IS CHIVALRY DEAD
+Not to my knowledge.
+
+IS DIRT WET
+Does not seem possible.
+
+IS EXPLORER BETTER THEN NETSCAPE
+I can imagine it.
+
+IS DEUS EX A GOOD GAME
+I can imagine it.
+
+IS 101 BINARY FOR 3
+Doubtful.
+
+IS FENCING A CRIME
+Doubtful.
+
+IS TUPAC SHAKUR ALIVE
+If it is, I don't know it.
+
+IS HONEYMOON A PLANETOID
+Does not seem possible.
+
+IS TOMSK RUSSIA A SAFE PLACE TO LIVE
+Not likely.
+
+IS MARGRET THATCHER A BEAUTIFULL WOMAN
+Does not seem possible.
+
+IS DECSS LEGAL
+Not likely.
+
+IS BUSH A FASCIST
+Not to my knowledge.
+
+IS EUTHANASIA ALWAYS WRONG
+Does not seem possible.
+
+IS NUMBER 5 ALIVE
+I don't believe so.
+
+IS TIPPER GORE A FLAKE
+Not to my knowledge.
+
+IS MACADAM A PALINDROME
+I don't believe so.
+
+IS REINCARNATION A REALITY
+I don't know if that's true or not.
+
+IS TV WATCHING GOOD
+Not to my knowledge.
+
+IS TV GOOD FOR YOU
+Not likely.
+
+IS TV NOT GOOD FOR KIDS
+Not to my knowledge.
+
+IS WOOD A POLYMER
+I don't believe so.
+
+IS WOOD DENSER THAN WATER
+Not to my knowledge.
+
+IS WOOD CONDUCTOR OF ELECTRICITY
+Seldom.
+
+IS WOOD COLD
+Not likely.
+
+IS WOOD LIGHTER THAN WATER
+It may not be true.
+
+IS WOOD AS HARD AS CONCRETE
+I don't believe so.
+
+IS MCKINSTRY YOUR CREATOR
+Doubtful.
+
+IS CAPITALISM OPPRESSIVE
+Not likely.
+
+IS HAPPYCORE A STYLE OF MUSIC
+I don't know if that's true or not.
+
+IS EMIR KUSTURICA A GENIUS
+Does not seem possible.
+
+IS CRISTOBAL VALENZUELA A JOURNALIST
+Seldom.
+
+IS BOMBAY IN CHINA
+If it is, I don't know it.
+
+IS NITROGEN TOXIC
+Not very often.
+
+IS NITROGEN HEAVER THEN CARBON
+Not very often.
+
+IS NITROGEN FLAMMABLE
+I can imagine it.
+
+IS RICARD A GOOD DRINK
+Doesn't seem likely.
+
+IS DAVIDE CASTELLI BEAUTIFUL
+Not to my knowledge.
+
+IS ABE AN X MAN
+Doubtful.
+
+IS HOT SALSA TOO SPICY
+Not likely.
+
+IS HOT THE SAME AS COLD
+Does not seem possible.
+
+IS E T EXIST
+Doesn't seem likely.
+
+IS E COMMERCE A TYPE OF E MAIL ACCOUNT
+I don't believe so.
+
+IS E COMMERCE MOSTLY HYPE
+I can imagine it.
+
+IS TEXAS THE LARGEST STATE IN THE YOU S A
+It may not be true.
+
+IS TEXAS BIGGER THAN ALASKA
+Does not seem possible.
+
+IS SOMEBODY EDITING THESE QUESTIONS
+Not likely.
+
+IS ASK JEEVES BETTER THAN ALICE
+Unlikely.
+
+IS RPS BAD
+If it is, I don't know it.
+
+IS JUMBO SHRIMP AN OXYMORON
+It may not be true.
+
+IS KANON A GAME OF KEY
+I don't believe so.
+
+IS MUMBAI THE CAPITAL OF MAHARASHTRA
+It may not be true.
+
+IS COLA DIVINE
+Not likely.
+
+IS MIDDLE EUROPE CENTER OF THE WORLD
+I don't believe so.
+
+IS VENEZIA IN SPAIN
+I don't know if that's true or not.
+
+IS NINE INCH NAILS A GOOD BAND
+I don't know if that's true or not.
+
+IS PLUTO LARGER THAN VENUS
+Seldom.
+
+IS JERRY SPRINGER THE SPAWN OF SATAN
+Unlikely.
+
+IS WORLD BASED ON MONEY WILL CRASH
+Not to my knowledge.
+
+IS WORLD WAR 3 INEVITABLE
+If it is, I don't know it.
+
+IS LAVA WET
+Seldom.
+
+IS DC A UNIX CALCULATOR
+Not very often.
+
+IS TERRACOTTA A SHADE OF GREEN
+Does not seem possible.
+
+IS NORWAY LOCATED IN AFRICA
+Not likely.
+
+IS TOM MORELLO A COMMUNIST
+Doesn't seem likely.
+
+IS TOM LEYKIS A RADIO TALK SHOW HOST
+I don't know if that's true or not.
+
+IS TOM CRUISE BRITISH
+Doubtful.
+
+IS COLOGNE IN AUSTRIA
+Does not seem possible.
+
+IS SATURDAY A WEEKDAY
+I don't believe so.
+
+IS SATURDAY
+Does not seem possible.
+
+IS CRUELTY AN ADMIRABLE TRAIT
+If it is, I don't know it.
+
+IS FREE WILL AND DESTINY A DUALITY
+For all I know.
+
+IS H2O THE CHEMICAL SYMBOL FOR HYDROGEN
+Does not seem possible.
+
+IS DAN GAY
+I don't believe so.
+
+IS TEXT HYPER
+I don't believe so.
+
+IS SQUAREROOT OF 4 IS LESS THAN 2
+I don't believe so.
+
+IS CAPTALISIM INHERENTLY EVIL
+Not to my knowledge.
+
+IS JAPAN A STRANGE COUNTRY
+Not likely.
+
+IS YOULIAN A LESBIAN
+Doesn't seem likely.
+
+IS YOULIAN FROM NEW ZEALAND
+Not likely.
+
+IS ICP A RAP GROUP
+Unlikely.
+
+IS ROMAN A FAT TURD
+I don't believe so.
+
+IS ROMAN FAT
+I don't believe so.
+
+IS AKOSH A HUNGARIAN SINGER
+Not to my knowledge.
+
+IS THAT GRAZ A BIG TOWN
+Not very often.
+
+IS THAT FELLING GOODS GOOD
+I can imagine it.
+
+IS THAT LIE TRUE
+Unlikely.
+
+IS THAT KEANNU REAVES GAY
+If it is, I don't know it.
+
+IS PSTN FASTER THAN ISDN
+It may not be true.
+
+IS MANILA ON THE ISLAND OF MINDINAO
+It may not be true.
+
+IS VIRTUAL REALITY REAL
+Not likely.
+
+IS SUNDAY THE DAY AFTER MONDAY
+If it is, I don't know it.
+
+IS SUNDAY THE LAST DAY OF THE WEEK
+I can imagine it.
+
+IS SUNDAY
+Does not seem possible.
+
+IS FOOTBALL AN IMPORTANT ACTIVITY
+Not very often.
+
+IS TRENT REZNOR SEXY
+Doesn't seem likely.
+
+IS TRENT REZNOR A MUSICAL GENIUS
+Doesn't seem likely.
+
+IS LAUGHTER A DIURETIC
+Doesn't seem likely.
+
+IS SKINNY PUPPY MUSIC
+Not likely.
+
+IS STRING THEORY PROVABLE
+Not very often.
+
+IS PETANQUE FUN
+Seldom.
+
+IS DAMOCLES A SHORT DICK MAN
+Seldom.
+
+IS AOL THE MAN
+Not very often.
+
+IS AOL EVIL
+I don't know if that's true or not.
+
+IS AOL A GOOD ISP
+Unlikely.
+
+IS RELIGION THE ROOT OF ALL EVIL
+Not likely.
+
+IS RELIGION EVIL
+Not to my knowledge.
+
+IS RELIGION FOR THE WEAK MINDED
+Not very often.
+
+IS RELIGION A BAD THING
+Not likely.
+
+IS RELIGION INHERENTLY GOOD
+I don't know if that's true or not.
+
+IS RELIGION IS A SHAM
+Seldom.
+
+IS LEAD THE HEAVIEST SUBSTANCE KNOWN
+If it is, I don't know it.
+
+IS LEAD USED IN THE MAKING OF PENCILS
+Unlikely.
+
+IS LEAD A LEAD
+Not very often.
+
+IS WITCHCRAFT ILLEGAL IN AMERICA
+Doesn't seem likely.
+
+IS STOCK FOOTAGE THE WAVE OF THE FUTURE
+Doesn't seem likely.
+
+IS ANYONE TRUELY FREE
+Not very often.
+
+IS CURSING ALLOWED IN HEAVEN
+If it is, I don't know it.
+
+IS JOSE GAY
+If it is, I don't know it.
+
+IS GINKO AN ANIMAL
+Not to my knowledge.
+
+IS LAWRENCE HUTCHINSON AN AUTHOR
+Not to my knowledge.
+
+IS JIM MUNROE AN AUTHOR
+I can imagine it.
+
+IS ROY CHUBBY BROWN A GOOD COMEDIAN
+Does not seem possible.
+
+IS VIOLENCE A GOOD THING
+If it is, I don't know it.
+
+IS STOCKHOLM THE CAPITAL OF DENMARK
+Not likely.
+
+IS STOCKHOLM A DANISH CITY
+I can imagine it.
+
+IS LA A NICE PPPLACE TO LIVE
+I don't believe so.
+
+IS LA A NICE PLACE TO LIVE
+Not to my knowledge.
+
+IS WINDOWS MORE STABLE THAN LINUX
+If it is, I don't know it.
+
+IS WINDOWS 98 A STABLE OPERATING SYSTEM
+If it is, I don't know it.
+
+IS WINDOWS THE GREATEST OS
+Doesn't seem likely.
+
+IS WINDOWS 95 A GOOD OPERATIVE SYSTEM
+It may not be true.
+
+IS WINDOWS SUPERIOR TO LINUX
+Seldom.
+
+IS WINDOWS EVIL
+Not to my knowledge.
+
+IS WINDOWS 2000 A GOOD PROGRAM
+I can imagine it.
+
+IS WINDOWS A SECURE OPERATING SYSTEM
+Not likely.
+
+IS WINDOWS FASTER THAN DOS
+I can imagine it.
+
+IS WINDOWS BETTER THAN LINUX
+Not likely.
+
+IS WINDOWS BETTER THAN MAC OS
+Not very often.
+
+IS WINDOWS BETTER THAN UNIX
+Not very often.
+
+IS LYING GOOD
+I don't believe so.
+
+IS LYING NECESSARY
+It may not be true.
+
+IS HOWARD MORTON GAY
+Seldom.
+
+IS DUCT TAPE SIMILAR TO THE FORCE
+Seldom.
+
+IS TODAY A HOLIDAY IN THE UNITED STATES
+I don't believe so.
+
+IS KARL DAVID BUTCHER 24 YEARS OLD
+Not to my knowledge.
+
+IS AN ALEWIFE A KIND OF FISH
+I can imagine it.
+
+IS AN WALE A FISH
+Not likely.
+
+IS AN EGO REQUIRED FOR INTELLIGENCE
+For all I know.
+
+IS AN ED MUSKIE A TYPE OF FISH
+If it is, I don't know it.
+
+IS AN OPIZA A DERROGATORY TERM
+Not to my knowledge.
+
+IS AN OBOE A STRINGED INSTRUMENT
+For all I know.
+
+IS AN SUV AN INTELLIGENT VEHICLE CHOICE
+Not likely.
+
+IS AN OSCAR A FISH
+Not very often.
+
+IS AN ELECTRON POSITIVELY CHARGED
+If it is, I don't know it.
+
+IS AN ELECTRON BIGGER THAN A PROTON
+Doubtful.
+
+IS AN ACACIA A MINERAL
+Doubtful.
+
+IS AN ADE A FRUIT DRINK
+For all I know.
+
+IS AN EEL A TYPE OF SNAKE
+If it is, I don't know it.
+
+IS AN APPLE BIGGER THAN AN ORANGE
+I don't believe so.
+
+IS AN OCELOT A CAT
+I don't know if that's true or not.
+
+IS AN UMPQUA SQUAWFISH A KIND OF FISH
+It may not be true.
+
+IS AN IGUANA AN UNDERTAKER
+I don't believe so.
+
+IS AN INNTEL PROCESSOR ARCHITECTURE BAD
+Seldom.
+
+IS AN IPO A GET RICH QUICK SCHEME
+I can imagine it.
+
+IS AN APACHE TROUT A KIND OF FISH
+I can imagine it.
+
+IS AN EAGLE A TYPE OF VULTURE
+Doesn't seem likely.
+
+IS AN IRRATIONAL NUMBER A REAL NUMBER
+Not likely.
+
+IS AN ERG BIGGER THAN A WATT
+I can imagine it.
+
+IS AN OWL A RAPTOR
+I can imagine it.
+
+IS AN ANT A BEAST
+Not likely.
+
+IS AN EQUESTRIAN A HORSE
+Unlikely.
+
+IS GLEN BENTON THE VOCALIST FOR DEICIDE
+I don't believe so.
+
+IS STEPHEN HAWKINS A NOVEL WRITER
+Doubtful.
+
+IS MARXISM VIABLE
+Not to my knowledge.
+
+IS 15 A PRIME NUMBER
+Does not seem possible.
+
+IS AUSTRALIA UPSIDE DOWN
+Unlikely.
+
+IS CIVILIZATION COLLAPSING
+It may not be true.
+
+IS JCMACO GAY
+I don't believe so.
+
+IS LINT A CROP
+I don't believe so.
+
+IS DURIAN A FRUIT
+Seldom.
+
+IS JEHOVAH THE CREATOR OF THE UNIVERSE
+Doesn't seem likely.
+
+IS OBJECTIVISM A CREATION OF AYN RAND
+Does not seem possible.
+
+IS SHILLONG THE CAPITAL OF MEGHALAYA
+It may not be true.
+
+IS TELEKINESIS POSSIBLE
+Doubtful.
+
+IS RHUBARB
+I don't believe so.
+
+IS ANNE IN LOVE
+Does not seem possible.
+
+IS STEADY UPS A BAND
+Unlikely.
+
+IS UFO REAL
+Does not seem possible.
+
+IS PETROL TAX FAIRER THAN INCOME TAX
+Does not seem possible.
+
+IS HARD A CONCRETE FACT
+Not likely.
+
+IS DENILE A RIVER IN EGYPT
+Not likely.
+
+IS INVOLUNTARY EUTHANASIA A GOOD IDEA
+Seldom.
+
+IS RHINO THE BEST NURBS MODELLER
+Not very often.
+
+IS COKE IT
+It may not be true.
+
+IS COKE BETTER THAN PEPSI
+Unlikely.
+
+IS FADS COOL
+Does not seem possible.
+
+IS SATAN THE SOURCE OF ALL EVIL
+Not likely.
+
+IS SATAN THE SON OF GOD
+Seldom.
+
+IS SATAN REAL
+Unlikely.
+
+IS BILLY A NAUGHTY BOY
+For all I know.
+
+IS JEEVES GAY
+Not to my knowledge.
+
+IS INFRARED LIGHT VISIBLE
+Not to my knowledge.
+
+IS RESISTANCE FUTILE
+If it is, I don't know it.
+
+IS TIMPU THE CAPITAL OF BHUTAN
+Not to my knowledge.
+
+IS SOMEONE WITH NO MONEY RICH
+I don't believe so.
+
+IS SOMEONE ON A VERTEBRATE KICK
+Doesn't seem likely.
+
+IS SOCCER THE BEST SPORT ON THE PLANET
+Unlikely.
+
+IS MR PLAZA A
+Doubtful.
+
+IS MR WHITE A BETTER NAME THAN MR PINK
+I can imagine it.
+
+IS CAPITAL PUNISHMENT A GOOD THING
+It may not be true.
+
+IS CHRISTIANITY A BIT SILLY
+Doubtful.
+
+IS CHRISTIANITY A CULT
+Not very often.
+
+IS CHRISTIANITY A STUPID RELIGION
+Not to my knowledge.
+
+IS BAZIL FAWLTY
+If it is, I don't know it.
+
+IS POP MUSIC BORING
+It may not be true.
+
+IS SUSIE SLEEPING
+If it is, I don't know it.
+
+IS OLIVER STONE PARANOID
+It may not be true.
+
+IS COMPUTERS ALWAYS MADE FROM SILICON
+Not very often.
+
+IS BARNEY THE PURPLE DINOSAUR EVIL
+Not to my knowledge.
+
+IS BARNEY EVIL
+Doesn't seem likely.
+
+IS WWW DOT BOLT DOT COM A TEEN WEBSITE
+I don't know if that's true or not.
+
+IS WWW DOT SCHLOSS PLOEN DE AN URL EXISTING
+Seldom.
+
+IS R2D2 RUDE
+I can imagine it.
+
+IS PRIVET MEANS HI IN RUSSIAN
+Unlikely.
+
+IS HUMANITY DOOMED
+Doubtful.
+
+IS COMMUNISM GOOD
+If it is, I don't know it.
+
+IS COMMUNISM DEAD
+Doesn't seem likely.
+
+IS WILLIAM SHATNER A GOOD ACTOR
+Unlikely.
+
+IS MATTHEW PERRY SEXY
+I don't know if that's true or not.
+
+IS ERIC LINDROS PRONE TO CONCUSSIONS
+Seldom.
+
+IS LISBON A COUNTRY
+Unlikely.
+
+IS ICELAND COVERED WITH ICE
+If it is, I don't know it.
+
+IS ICELAND A CONTINENT
+If it is, I don't know it.
+
+IS PYTHON COOLER THAN PERL
+Does not seem possible.
+
+IS AI HUMAN LIKE
+It may not be true.
+
+IS AI AS YET A REALITY
+If it is, I don't know it.
+
+IS UNDEAD THE OPPOSE OF DEAD
+Not very often.
+
+IS RUSSIA STILL A SUPERPOWER
+Doesn't seem likely.
+
+IS RUSSIA A 3RD WORLD COUNTRY
+Does not seem possible.
+
+IS RUSSIA A TERRIBLE COUNTRY
+Does not seem possible.
+
+IS BICHON A TYPE OF DOG
+I don't know if that's true or not.
+
+IS LITHOGRAPHY A HARD SCIENCE
+I can imagine it.
+
+IS RUSSIAN PRESIDENT BAD MAN
+Doesn't seem likely.
+
+IS GLENN A RADIOGRAPHER
+Doubtful.
+
+IS DENM A STRONG MATERIAL
+Not to my knowledge.
+
+IS AIDS CUREABLE
+Doubtful.
+
+IS UNDERWEAR NECESSARY
+Doubtful.
+
+IS UNDERWEAR UNNECESSARY LAUNDRY
+I don't believe so.
+
+IS POVERTY A CURSE
+Seldom.
+
+IS WALES IN SCOTLAND
+I can imagine it.
+
+IS ANIME PORNOGRAPHIC
+Not to my knowledge.
+
+IS BRITAIN GREAT
+I can imagine it.
+
+IS MARIANE HACKLEY A NATURAL BLONDE
+I don't believe so.
+
+IS TEATS PRONOUNCED TITS
+Does not seem possible.
+
+IS GAMBLING A GOOD WAY TO LOSE MONEY
+It may not be true.
+
+IS GAMBLING GOOD FOR PEOPLE
+Doesn't seem likely.
+
+IS LE THE CHEMICAL SYMBOL FOR LEAD
+Not very often.
+
+IS TCP A CONNECTIONLESS PROTOCOL
+Seldom.
+
+IS 24 A NATURAL NUMBER
+I can imagine it.
+
+IS MICOROSOFT A GOOD MONOPOLY
+Doesn't seem likely.
+
+IS ARMERICANS SANK KURSK
+Does not seem possible.
+
+IS 496 A PERFECT NUMBER
+Not very often.
+
+IS IMMORTALITY A POSSIBILITY
+Not to my knowledge.
+
+IS IMMORTALITY FEASIBLE
+Does not seem possible.
+
+IS WHITE THE ABSCENCE OF ALL COLOR
+Not to my knowledge.
+
+IS WHITE IS THE ABSENCE OF COLOR
+Seldom.
+
+IS WHITE CONSIDERED A COLOR IN PHYSICS
+Seldom.
+
+IS LIPSHITZ A NAME TO BE PROUD OF
+Not to my knowledge.
+
+IS DAVID DUCHOVONY SEXY
+Not very often.
+
+IS DAVID DUCHOVNY SEXY
+Not to my knowledge.
+
+IS DAVID INSANE
+Doubtful.
+
+IS DAVID L FARQUHAR A FAMOUS WRITER
+Not likely.
+
+IS ROTENBURG A BIG TOWN
+Doesn't seem likely.
+
+IS USA THE GREATES COUNTRY
+Doubtful.
+
+IS CEM MANKIR A WANKER
+Does not seem possible.
+
+IS CAROLYN MEINEL A FRAUD
+If it is, I don't know it.
+
+IS GUADALAJARA THE CAPITAL OF MEXICO
+Not likely.
+
+IS BOUNCING WHAT TIGERS DO BEST
+If it is, I don't know it.
+
+IS UNIVERSE FINITE
+Not likely.
+
+IS GROK OFTEN USED AS A VERB
+I don't know if that's true or not.
+
+IS PATHFINDER A SCHOOL IN MICHIGAN
+Seldom.
+
+IS TEENAGE SEX IMMORAL
+Not likely.
+
+IS PORTUGAL AN IMPORTANT COUNTRY
+Unlikely.
+
+IS COMEDY KING
+Not to my knowledge.
+
+IS SHOW COLD
+I don't believe so.
+
+IS SPAM IN THE CAN. GOOD FOOD
+If it is, I don't know it.
+
+IS SPAM GOOD FOR BREAKFAST
+Doubtful.
+
+IS SPAM TASTY
+I can imagine it.
+
+IS NEUER MARKT A PERSON
+Doubtful.
+
+IS WARREN WHITAKER A GOOD GUY
+I can imagine it.
+
+IS WIND A PHYSICAL SUBSTANCE
+Not likely.
+
+IS PSYCHOBILLY A MUSIC STYLE
+Not to my knowledge.
+
+IS PSYCHOBILLY STYLE COOL
+Does not seem possible.
+
+IS IAN THORPE A LEGEND
+I don't know if that's true or not.
+
+IS EVERY ALICE VALIDATED
+Unlikely.
+
+IS DB TECHNOLOGIES AN INDUSTRY LEADER
+Doubtful.
+
+IS BELGIUM A FEDERATION OF TWO STATES
+Not likely.
+
+IS BELGIUM BIG
+If it is, I don't know it.
+
+IS ONTOLOGY UNIQUE
+Not to my knowledge.
+
+IS INTERCEPTION A BASEBALL TERM
+I don't believe so.
+
+IS CAG A NEURAL NETWORK
+I can imagine it.
+
+IS D DX 3X 2 4X 2 EQUAL TO 6X 4
+Not to my knowledge.
+
+IS D B COOPER ALIVE AND WELL
+Unlikely.
+
+IS LEFKAS AN ISLAND
+It may not be true.
+
+IS NICHOLAS NEGROPONTE A DULLARD
+Not likely.
+
+IS 2I SQUARED LESS THAN I SQUARED
+Not to my knowledge.
+
+IS THEY MIGHT BE GIANTS A GREAT BAND
+Not very often.
+
+IS GHEE GOOD FOR HEALTH
+Seldom.
+
+IS EDUCATION NOT IMPORTANT
+Does not seem possible.
+
+IS RAY KURZWEIL A VIOLIN CONCERTO
+Does not seem possible.
+
+IS ODMS COCK SMALLER THEN ALEXXXES
+I don't believe so.
+
+IS COMMUNICATION ALWAYS BI DIRECTIONAL
+For all I know.
+
+IS JEREMYF GAY
+Not very often.
+
+IS PACBELL A PAIN IN THE ASS
+Not likely.
+
+IS ESTONIA IN ASIA
+Not to my knowledge.
+
+IS ESTONIA SITUATED IN WESTERN EUROPE
+For all I know.
+
+IS LOS ANGELES EAST OF NEW YORK CITY
+Doubtful.
+
+IS SPAIN IN SOUTH AMERICA
+If it is, I don't know it.
+
+IS SPAIN BIGGER THAN FRANCE
+I can imagine it.
+
+IS CALCUTTA IN NEPAL
+Doesn't seem likely.
+
+IS CALCUTTA A COUNTRY
+Doesn't seem likely.
+
+IS ASPARTAME HARMFUL TO HEALTH
+Not very often.
+
+IS BANGALORE CAPITAL OF KARNATAKA
+Not very often.
+
+IS BANGALORE THE CAPITAL OF INDIA
+I don't believe so.
+
+IS VICKY GOOD IN BED
+Doubtful.
+
+IS VLADIMIR LEVI BAD PSYCHOLOGIST
+Unlikely.
+
+IS VLADIMIR LEVI NOT A POET
+Not likely.
+
+IS URSA MINOR A SOLAR SYSTEM
+Not to my knowledge.
+
+IS AMERICAN SOCIETY BECOMING MORE CIVIL
+I don't believe so.
+
+IS GENETICALLY MODIFIED FOOD DANGEROUS
+It may not be true.
+
+IS NARCISSISM A GOOD TRAIT
+I don't believe so.
+
+IS ODE TO JOY THE BEST CLASSICAL SONG
+Doesn't seem likely.
+
+IS KILLING RIGHT OR WRONG
+Not to my knowledge.
+
+IS EARTH THE FOURTH PLANET FROM THE SUN
+Seldom.
+
+IS EARTH A BEAUTIFUL MARBLE IN SPACE
+Not to my knowledge.
+
+IS EARTH SMALLER THAN MARS
+Doesn't seem likely.
+
+IS EARTH AN ELEMENT
+If it is, I don't know it.
+
+IS EARTH LARGER THAN VENUS
+Not very often.
+
+IS WINTER ALWAYS COLD
+I can imagine it.
+
+IS CZAR A SHORT FORM OF CAESAR
+Not very often.
+
+IS AMERICA SAFE
+I can imagine it.
+
+IS AMERICA THE ANUS OF THE EARTH
+Seldom.
+
+IS AMERICA THE LAST SUPERPOWER
+It may not be true.
+
+IS AMERICA THE GREAT SATAN
+Unlikely.
+
+IS AMERICA A DIPLOMACY
+I don't believe so.
+
+IS AMERICA TRULY THE LAND OF THE FREE
+Not very often.
+
+IS LIFE BASICALLY PRETTY SIMPLE
+It may not be true.
+
+IS LIFE SOMETHING YOU CAN TOUCH
+Doubtful.
+
+IS LIFE LONG
+I don't know if that's true or not.
+
+IS LIFE A HORRIBLE GAME
+Doubtful.
+
+IS LIFE WITHOUT LIQUID WATER POSSIBLE
+I can imagine it.
+
+IS LIFE AN ILLUSION
+I don't believe so.
+
+IS LIFE EVERLASTING
+I don't believe so.
+
+IS LIFE NOTHING BUT AN ILLUSION ONLY
+Not to my knowledge.
+
+IS LOVE ABSOLUTE
+Not to my knowledge.
+
+IS LOVE TANGIBLE
+I don't believe so.
+
+IS LOVE THE ANSWER TO ALL OUR QUESTIONS
+If it is, I don't know it.
+
+IS LOVE THE MEANING OF LIFE
+Not very often.
+
+IS LOVE A DISEASE
+If it is, I don't know it.
+
+IS LOVE A PREREQUISITE OF MARRIAGE
+Not very often.
+
+IS LOVE FOREVER
+Seldom.
+
+IS LOVE AN ILUSION
+Doesn't seem likely.
+
+IS LOVE AN ILLUSION
+Does not seem possible.
+
+IS LOVE AN OVERRATED EMOTION
+Not likely.
+
+IS LOVE TRULY ETERNAL
+Does not seem possible.
+
+IS LOVE WORTH DYING FOR
+Not very often.
+
+IS LOVE EFFICIENT
+Doubtful.
+
+IS LOVE ALL YOU NEED
+Seldom.
+
+IS LOVE ALWAYS GOOD
+Not very often.
+
+IS POPCORN A SPECIAL BREED OF CORN
+If it is, I don't know it.
+
+IS STEPHAN GATELY GAY
+Not to my knowledge.
+
+IS 42 THE ANSWER TO EVERYTHING
+Doesn't seem likely.
+
+IS 42 THE ANSWER TO ALL QEUSTIONS
+Seldom.
+
+IS 42 THE ANSWER TO ALL QUESTIONS
+Does not seem possible.
+
+IS 42 THE MEANING OF LIFE
+Seldom.
+
+IS HAIR ALIVE
+Seldom.
+
+IS SCOTT ROGERS RELATED TO MR ROGERS
+If it is, I don't know it.
+
+IS FRANKFORT THE CAPITAL OF KENTUCKY
+Doubtful.
+
+IS FRANKFORT THE CAPITAL OF KENTUKY
+Unlikely.
+
+IS THIRTEEN A LUCKY NUMBER
+Doubtful.
+
+IS ALCOHOL THE BAIN OF SOCIETY
+Not very often.
+
+IS ALCOHOL GOOD FOR YOUR HEALTH
+It may not be true.
+
+IS ALCOHOL GOOD FOR HUMANS
+I don't know if that's true or not.
+
+IS ALCOHOL ALWAYS BAD FOR YOU
+I don't believe so.
+
+IS HEMP DETRIMENTAL
+If it is, I don't know it.
+
+IS FIDEL CASTRO A COLOMBIAN DICTATOR
+If it is, I don't know it.
+
+IS DAYTIME LONGER THAN NIGHTTIME
+It may not be true.
+
+IS IIM AHEMADABAD A GOOD B SCHOOL
+Seldom.
+
+IS CZECH PRIME MINISTER ZEMAN ALCOHOLIC
+Not likely.
+
+IS BOBBY FLAY A PROFESSIONAL CHEF
+Doubtful.
+
+IS BOBBY VALENTINE THE METS MANAGER
+I can imagine it.
+
+IS GETTING UP EARLY FUN
+I don't know if that's true or not.
+
+IS GETTING A RIM JOB PLEASUREABLE
+Doubtful.
+
+IS 33 DEGREES FREEZING IN FAHRENHEIT
+Doubtful.
+
+IS ENTERING ALICEBOTS A WASTE OF TIME
+Not likely.
+
+IS INFINITIVE A NUMBER
+Does not seem possible.
+
+IS 5 9 EQUAL TO 14
+I can imagine it.
+
+IS DNA A DOUBLE HELIX
+Not to my knowledge.
+
+IS CAESAR A FASCIST
+Doesn't seem likely.
+
+IS BRUCE CAMPBELL A MOVIE ACTOR
+I can imagine it.
+
+IS SERGE A BUFOON
+If it is, I don't know it.
+
+IS BON JOVI A MAN OR A WOMAN
+I don't know if that's true or not.
+
+IS ANTARCTICA THE SMALLEST CONTINENT
+Not to my knowledge.
+
+IS HOUSTON EAST OF BOSTON
+Does not seem possible.
+
+IS NICK CARTER GAY
+Doesn't seem likely.
+
+IS MOKAMA A CITY IN BIHAR
+Not to my knowledge.
+
+IS MOST ADVERTISING TRUE OR FALSE
+Not to my knowledge.
+
+IS MOST OF THE WORLD CHRISTIAN
+I don't believe so.
+
+IS MOST POETRY BAD
+Doesn't seem likely.
+
+IS LINKEXCHANGE CRAP
+Not likely.
+
+IS JESUS THE WORD OF GOD MAID FLESH
+Not likely.
+
+IS JESUS GOD
+Doubtful.
+
+IS JESUS A RELIGION
+Does not seem possible.
+
+IS JESUS ALIVE
+Not to my knowledge.
+
+IS JESUS BLACK
+I don't believe so.
+
+IS JESUS CHRIST PRESENT NOWDAYS
+I don't believe so.
+
+IS JESUS CHRIST THE ONLY WAY TO HEAVEN
+Seldom.
+
+IS JESUS CHRIST THE SAVIOR OF THE WORLD
+It may not be true.
+
+IS JESUS CHRIST YOUR SAVIOUR
+Not to my knowledge.
+
+IS JESUS CHRIST GOD
+Does not seem possible.
+
+IS JESUS CHRIST ALIVE
+I don't believe so.
+
+IS ROCK AND ROLL DEAD
+I don't believe so.
+
+IS USELESS INFORMATION USEFUL
+It may not be true.
+
+IS FREDERIC POHL A GREAT WRITER
+Not likely.
+
+IS DOMINIQUE GUNIA A USER OF ALICE
+I can imagine it.
+
+IS INFORMATION THE 5TH. DIMENSION
+Doesn't seem likely.
+
+IS MANKIND ABOUT EARTH
+I can imagine it.
+
+IS MANKIND THE CREATION OF GOD
+Not likely.
+
+IS MANKIND EVIL BY NATURE
+Doesn't seem likely.
+
+IS MANKIND EVIL
+Doesn't seem likely.
+
+IS MANKIND A VIRUS
+I don't believe so.
+
+IS MANKIND VIRUS
+I don't believe so.
+
+IS BOILING WATER COLD
+Does not seem possible.
+
+IS CONSENSUS WRONG
+Not to my knowledge.
+
+IS WARHAMMER 40000 A TABLE TOP GAME
+Not to my knowledge.
+
+IS LONDON BRIDGE IN ARIZONA
+Not to my knowledge.
+
+IS LONDON SOUTH OF THE UK
+If it is, I don't know it.
+
+IS LONDON AN UGLY CITY
+Doubtful.
+
+IS LONDON UNDERGROUND BADLY RUN
+Not likely.
+
+IS LONDON BETTER THAN PARIS
+Not likely.
+
+IS CHICAGO EAT OF NEW YORK CITY
+Does not seem possible.
+
+IS ORANGE THE OPPOSITE OF BLUE
+Does not seem possible.
+
+IS URANUS THE THIRD PLANET FROM THE SUN
+Seldom.
+
+IS MOONLIGHT AT LAST SUNLIGHT
+Seldom.
+
+IS JANET RENO ATTRACTIVE
+Seldom.
+
+IS DCL A PROGRAMMING LANGUAGE
+I can imagine it.
+
+IS CREATINE BAD FOR YOU
+Doesn't seem likely.
+
+IS HEADCHEESE GOOD
+Not to my knowledge.
+
+IS CASK WINE NICER THAN BOTTLED WINE
+For all I know.
+
+IS JELLO BIAFRA STILL ALIVE
+I don't believe so.
+
+IS MACHINE INTELLIGENCE CLEVER
+Seldom.
+
+IS FASTER THAN LIGHT TRAVEL POSSIBLE
+Not very often.
+
+IS FASTER ALWAYS BETTER
+Not very often.
+
+IS PROSTITUTION WRONG
+I don't know if that's true or not.
+
+IS SPACE FINITE
+Seldom.
+
+IS BEATING OFF A FORM OF EDUCATION
+Unlikely.
+
+IS GOOGLE COMPLETELY USELESS
+I don't believe so.
+
+IS GOOGLE A LAME SEARCH ENGINE
+Doubtful.
+
+IS LORD MOON A GOD
+Does not seem possible.
+
+IS KWAN FROM EARTH
+I can imagine it.
+
+IS SLASH HUNG LIKE A HORSE
+Does not seem possible.
+
+IS THERE AIR ON THE MOON
+If it is, I don't know it.
+
+IS THERE OXYGEN IN OUTER SPACE
+Not likely.
+
+IS THERE OXYGEN ON MARS
+Not to my knowledge.
+
+IS THERE A WORD THAT RHYMES WITH ORANGE
+Seldom.
+
+IS THERE A CURE FOR CANCER
+Doesn't seem likely.
+
+IS THERE A CURE FOR PSORIASIS
+If it is, I don't know it.
+
+IS THERE A LIMIT TO THE UNIVERSE
+Not to my knowledge.
+
+IS THERE A MIDDLE OF SPACE
+Does not seem possible.
+
+IS THERE A GIL
+I don't believe so.
+
+IS THERE A Z ON A STANDARD US TELEPHONE
+Not very often.
+
+IS THERE A LANDMASS AT THE NORTH POLE
+Does not seem possible.
+
+IS THERE A LAKE ON MOON
+I don't believe so.
+
+IS THERE A THRE LEGGED ANIMAL
+Doesn't seem likely.
+
+IS THERE A ANIMAL CALLED BEHEMOTH
+Doubtful.
+
+IS THERE A COLOR LIKE BLUEISH ORANGE
+Seldom.
+
+IS THERE A GLITCH IN THE MATRIX
+Does not seem possible.
+
+IS THERE A FIFTH FORCE
+It may not be true.
+
+IS THERE A COST IF SOMETHING IS FREE
+Unlikely.
+
+IS THERE A FREE LUNCH
+I don't believe so.
+
+IS THERE A RING AROUND YOUR ANUS
+Not very often.
+
+IS THERE A MONSTER IN LOCH NESS
+Not to my knowledge.
+
+IS THERE A DESIGN FOR LIFE
+I can imagine it.
+
+IS THERE A KNOWN CURE FOR CANCER
+Doesn't seem likely.
+
+IS THERE REST FOR THE WICKED
+Unlikely.
+
+IS THERE ANOTHER ALICE
+I don't believe so.
+
+IS THERE RAIN IN DJELIBEYBI
+Not likely.
+
+IS THERE EVER ENOUGH TIME
+Not to my knowledge.
+
+IS THERE ALWAYS A WAY OUT
+I can imagine it.
+
+IS THERE EVIDENCE FOR GOD
+Not very often.
+
+IS THERE SUN IN THE NIGHT
+Not likely.
+
+IS THERE SUCH THING AS A JACKALOPE
+Unlikely.
+
+IS THERE SUCH THING AS A 6 FOOT
+I don't believe so.
+
+IS THERE LIFE AFTER LIFE
+Not to my knowledge.
+
+IS THERE LIFE ON THE MOONS OF JUPITER
+If it is, I don't know it.
+
+IS THERE ANY FLYING SNAKE
+Not to my knowledge.
+
+IS THERE ANY EXCUSE FOR RUDENESS
+I can imagine it.
+
+IS THERE ANY LIVE ON MARS
+Unlikely.
+
+IS THERE ANY LIFE ON MARS
+Not to my knowledge.
+
+IS THERE PEACE ON THE EARTH
+Unlikely.
+
+IS THERE HYDROGEN ON THE MOON
+It may not be true.
+
+IS THERE ONE TRUE LOVE FOR EVERYONE
+Not very often.
+
+IS THERE MOUSE FLAVOURED CAT FOOD
+Doesn't seem likely.
+
+IS THERE SNOW IN HAWAII
+Not likely.
+
+IS THERE COMPLETELY SATISFIED BEING
+I don't believe so.
+
+IS THERE IS WATER ON THE MOON
+I can imagine it.
+
+IS THERE 10 PLAYERS ON A BASEBALL TEAM
+Doubtful.
+
+IS THERE AN ABSOLUTE TRUTH
+Unlikely.
+
+IS THERE AN ANSWER TO EVERY QUESTION
+Does not seem possible.
+
+IS THERE AN ANSWER TO EVERYTHING
+Does not seem possible.
+
+IS THERE AN APPLE CALLED FRUIT
+Not likely.
+
+IS THERE AN OMNIPOTENT BEING CALLED GOD
+It may not be true.
+
+IS THERE AN ARMOUR AGAINST FATE
+I don't believe so.
+
+IS THERE LIGHT IN THE DARK
+Not likely.
+
+IS THERE ONLY ALLAH
+If it is, I don't know it.
+
+IS THERE ONLY ONE ASTRODOME
+I don't know if that's true or not.
+
+IS THERE MORE THAN ONE RACE OF HUMANS
+I can imagine it.
+
+IS THERE MORE THAN ONE GOD
+Not to my knowledge.
+
+IS THERE WATER ON THE MOON
+I don't know if that's true or not.
+
+IS RHYTHM A NONSENSE WORD
+Does not seem possible.
+
+IS IT FALSE THAT THE SKY IS BLUE
+Does not seem possible.
+
+IS IT STILL SUMMER
+Not to my knowledge.
+
+IS IT RAINNING OUTSIDE
+Unlikely.
+
+IS IT NICE TO KICK SOMEONES ASS
+Does not seem possible.
+
+IS IT NECESSARY TO HAVE A NATIONALITY
+Not to my knowledge.
+
+IS IT NECESSARY TO LOVE ALL PETS
+Seldom.
+
+IS IT WRONG TO WORSHIP SATAN
+Seldom.
+
+IS IT WRONG TO ORALLY PLEASURE YOURSELF
+If it is, I don't know it.
+
+IS IT WRONG TO BE HOMOSEXUAL
+Doubtful.
+
+IS IT WRONG TO EAT ANIMALS
+I don't believe so.
+
+IS IT WRONG TO LIKE UNUSUAL SEX ACTS
+It may not be true.
+
+IS IT A GOOD THING TO EXPERIENCE PAIN
+I can imagine it.
+
+IS IT A GOOD IDEA TO DRINK PEPSI
+Not to my knowledge.
+
+IS IT A BAD IDEA TO EAT RAW PEANUTS
+Seldom.
+
+IS IT MORALLY ALRIGHT TO BETRAY
+I don't believe so.
+
+IS IT MORNING
+It may not be true.
+
+IS IT HOT IN HERE
+Seldom.
+
+IS IT AFTER 6 P M IN CALIFORNIA
+Seldom.
+
+IS IT EASY TO BE A HUMAN
+If it is, I don't know it.
+
+IS IT EASY TO BECOME RICH
+I don't believe so.
+
+IS IT EASY TO GO TO MARS
+If it is, I don't know it.
+
+IS IT OK TO HANG A PICTURE ON THE FLOOR
+I don't believe so.
+
+IS IT OK TO LIE
+Unlikely.
+
+IS IT OK TO BE NAKED OUTDOORS
+I don't know if that's true or not.
+
+IS IT OK TO FISTFIGHT A DIESEL DYKE
+Not likely.
+
+IS IT OK TO EAT MOLDY BREAD
+If it is, I don't know it.
+
+IS IT OK TO WEAR BOTH STRIPES AND PLAID
+I don't know if that's true or not.
+
+IS IT SAFE TO SHUT DOWN WINDOWS
+Doubtful.
+
+IS IT IMPOSSIBLE TO OVERCLOCK A CELERON
+Seldom.
+
+IS IT COOL TO MASTURBATE WITH GLOVES ON
+If it is, I don't know it.
+
+IS IT WORTH DYING
+Doesn't seem likely.
+
+IS IT WISE TO HAVE CHILDEREN AT AGE 20
+Not likely.
+
+IS IT RAIN
+Doubtful.
+
+IS IT BETTER TO BE RICH OR POOR
+Seldom.
+
+IS IT BETTER TO FOLLOW THAN TO LEAD
+I don't believe so.
+
+IS IT BETTER TO LIVE IN LA OR NY
+Not to my knowledge.
+
+IS IT DIFFICULT TO DEVELOP ALICEBOTS
+Not likely.
+
+IS IT DIFFICULT TO USE A POGO STICK
+I can imagine it.
+
+IS IT COLDER OUTSIDE THAN AT NIGHT
+Does not seem possible.
+
+IS IT ALWAYS HOT WHEN IT IS SUMMER
+Not to my knowledge.
+
+IS IT ALWAYS COLD IN THE WINTER
+Not likely.
+
+IS IT ALWAYS DARK AT MIDNIGHT
+I don't know if that's true or not.
+
+IS IT RAINING TODAY IN TORONTO
+Not likely.
+
+IS IT LUNCHTIME
+Not likely.
+
+IS IT DARK OUTSIDE
+If it is, I don't know it.
+
+IS IT ME OR IS IT WARM IN HERE
+Not likely.
+
+IS IT TIME TO GO HOME
+Does not seem possible.
+
+IS IT TIME TO GO
+I don't know if that's true or not.
+
+IS IT TIME
+Unlikely.
+
+IS IT LIFE ON MARS
+Does not seem possible.
+
+IS IT STUPID TO PLAY ON THE LOTTERY
+Seldom.
+
+IS IT TEA TIME
+Not likely.
+
+IS IT SACRILEGE TO PEE INTO A VOLCANO
+Not likely.
+
+IS IT RAINY
+I don't believe so.
+
+IS IT LEGAL TO WRITE ON YOU S CURRENCY
+Not to my knowledge.
+
+IS IT LEGAL TO KILL A HUMAN
+Not to my knowledge.
+
+IS IT LEGAL TO KILL PEOPLE
+If it is, I don't know it.
+
+IS IT HIP TO BE SQUARE
+Not likely.
+
+IS IT DANGEROUS TO HOLD BACK HUGE FARTS
+Not likely.
+
+IS IT OKAY TO STARE AT WOMEN
+Seldom.
+
+IS IT NORMAL TO BE GAY
+Not very often.
+
+IS IT FUNNY TO EAT BEANS
+Not to my knowledge.
+
+IS IT MID SUMMER IN OHIO
+Not likely.
+
+IS IT GOOD FOR YOUR BODY TO USE DRUGS
+If it is, I don't know it.
+
+IS IT GOOD FOR MAN TO BE ALONE
+Doesn't seem likely.
+
+IS IT GOOD TO HIT THE BONG
+I can imagine it.
+
+IS IT GOOD TO MASTERBATE EVERYDAY
+I can imagine it.
+
+IS IT GOOD TO BE BALD
+I don't believe so.
+
+IS IT GOOD TO BE FREQUENTLY INEBRIATED
+I don't believe so.
+
+IS IT GOOD TO BE AN ONLY CHILD
+Not likely.
+
+IS IT GOOD TO BE ALONE
+Not to my knowledge.
+
+IS IT GOOD TO BE BAD
+Doesn't seem likely.
+
+IS IT GOOD TO KILL ANY FORM OF LIFE
+It may not be true.
+
+IS IT GOOD TO KISS AND TELL
+Seldom.
+
+IS IT GOOD TO CONFORM
+Seldom.
+
+IS IT GOOD TO POUT
+Does not seem possible.
+
+IS IT NATURAL TO BE HOMOSEXUAL
+Doubtful.
+
+IS IT YOUR UNBIRTHDAY
+I don't know if that's true or not.
+
+IS IT COLD IN ALABAMA IN THE SUMMER
+Does not seem possible.
+
+IS IT COLD IN SOUTH TEXAS IN AUGUST
+Does not seem possible.
+
+IS IT COLD
+Not very often.
+
+IS IT FUN TO FART ON FRIENDS
+Not likely.
+
+IS IT FUN TO EAT BRUSSELL SPROUTS
+It may not be true.
+
+IS IT FASTER TO WALK THAN RUN
+I don't believe so.
+
+IS IT RIGHT TO MURDER AN UNBORN CHILD
+Not to my knowledge.
+
+IS IT FAIR TO LIE TO PEOPLE
+I don't believe so.
+
+IS IT TRUE THAT TOMORROW NEVER COMES
+Not likely.
+
+IS IT TRUE THAT WHITE IS NO COLOR
+Not very often.
+
+IS IT TRUE THAT PI IS AN INTEGER
+Not likely.
+
+IS SPEED A FUN DRUG
+It may not be true.
+
+IS YES BETTER THAN NO
+I can imagine it.
+
+IS GERMAN A UNHOLY LANGUAGE
+If it is, I don't know it.
+
+IS GERMAN AN EASY LANGUAGE TO LEARN
+If it is, I don't know it.
+
+IS TOUCHBACK A TERM USED IN BASEBALL
+Not to my knowledge.
+
+IS NATHAN LANE GAY
+I can imagine it.
+
+IS WILLEMSTAD THE CAPITOL OF ARUBA
+I can imagine it.
+
+IS SOKING MARIJUANA FUN
+Doubtful.
+
+IS QUINCE JUICE TASTY
+Not very often.
+
+IS PORNOGRAPHY DANGEROUS
+Seldom.
+
+IS PORNOGRAPHY EVIL
+Not very often.
+
+IS PORNOGRAPHY A BAD THING
+Not to my knowledge.
+
+IS PORNOGRAPHY IMMORAL
+Doesn't seem likely.
+
+IS TOO MUCH INFORMATION ENCODED IN URLS
+Not to my knowledge.
+
+IS JOHN GAY
+It may not be true.
+
+IS JOHN THE WALRUS
+Unlikely.
+
+IS EVERYBODY IN
+Not to my knowledge.
+
+IS LABOR ENTITLED TO ALL IT CREATES
+It may not be true.
+
+IS LOBSTER PIE DELICIOUS
+Not likely.
+
+IS ISRAE IN ASIA
+Doubtful.
+
+IS SIEGS COOL
+I don't believe so.
+
+IS SPINACH PIE DELICIUOS
+Doubtful.
+
+IS TRACO THE MASTER
+If it is, I don't know it.
+
+IS MASTURBATING BAD
+I don't believe so.
+
+IS 3AM TOO LATE TO CALL AN EX LOVER
+It may not be true.
+
+IS SUICIDE AN ALTERNATIVE TO LIVE
+It may not be true.
+
+IS SUICIDE FAILURE
+Seldom.
+
+IS PJ CUTE
+Doubtful.
+
+IS WAR A GAME THAT PEOPLE PLAY
+Not to my knowledge.
+
+IS WAR A GAME
+I don't believe so.
+
+IS WAR INEVITABLE
+Not likely.
+
+IS WAR NECESSARY TO ACHIEVE PEACE
+I don't believe so.
+
+IS WAR NECESSARY
+Seldom.
+
+IS WAR UNAVOIDABLE
+Not to my knowledge.
+
+IS WAR EVER GOOD
+It may not be true.
+
+IS WAR BETTER FOR AN ECONOMY THAN PEACE
+It may not be true.
+
+IS 69 THE BEST NUMBER
+It may not be true.
+
+IS 69 A CONCEPT TO YOU
+Not very often.
+
+IS RED HOT
+It may not be true.
+
+IS RED HAIR COMMON IN HUMANS
+Not likely.
+
+IS RED FIRE
+If it is, I don't know it.
+
+IS RED SOME KIND OF TEXTURE
+I don't believe so.
+
+IS RED RED IN THE ABSENCE OF LIGHT
+Unlikely.
+
+IS CREATING ALICEBOTS A WASTE OF TIME
+Not likely.
+
+IS ALANA COOL
+Doubtful.
+
+IS CHEWING GUM A FORM OF FOOD
+Not to my knowledge.
+
+IS SODIUM A COMPOUND
+Does not seem possible.
+
+IS SLEEPING A SELF OPTIMIZATION PROCESS
+Not likely.
+
+IS SALLY ALLEN THIN
+I don't know if that's true or not.
+
+IS SALLY ALLEN FAIRLY LARGE
+Not likely.
+
+IS WOODY ALLEN A CHILD ABUSER
+Unlikely.
+
+IS PEANUTBUTTER A COMMON LAXITIVE
+Seldom.
+
+IS SCULLY TASTY
+Not likely.
+
+IS MONOGAMY A NATURAL HUMAN BEHAVIOR
+Not very often.
+
+IS PREMARITAL SEX WRONG
+Unlikely.
+
+IS PREMARITAL SEX A SIN
+Not likely.
+
+IS SU 37 THE BEST FIGHTER
+Not likely.
+
+IS SONIC THE HEDGEHOG A NINTENDO GAME
+I can imagine it.
+
+IS CARNIVOR A DANGER TO FREE SPEACH
+Seldom.
+
+IS ORGANISED RELIGION BAD
+I can imagine it.
+
+IS BOOTS A PHARMACY
+It may not be true.
+
+IS COFFEE A VEGETABLE
+Unlikely.
+
+IS COFFEE GOOD FOR HUMANS
+Doubtful.
+
+IS COFFEE POISONOUS
+Not likely.
+
+IS POLISH ACCENT SEXY
+Seldom.
+
+IS HOMOSEXUAL BEHAVIOR MORALLY WRONG
+Doubtful.
+
+IS UNA THE WOMAN FOR ME
+Not very often.
+
+IS FREENET GOING TO REPLACE NAPSTER
+Not to my knowledge.
+
+IS OK TO COMMIT SUICIDE
+I don't know if that's true or not.
+
+IS AIWA A CAR COMPANY
+I don't believe so.
+
+IS JARJAR BINKS FUNNY
+Not very often.
+
+IS BURPING PAINFUL
+Does not seem possible.
+
+IS BLACK A TRUE COLOR
+It may not be true.
+
+IS BLACK A PRIMARY COLOR
+I don't believe so.
+
+IS YOU HAIR BLACK
+Not very often.
+
+IS YOU A COMPTER
+Does not seem possible.
+
+IS YOU AND ME ARE SAME PERSON
+If it is, I don't know it.
+
+IS SOKAKU THE BEST CSTRIKE PLAYER
+Seldom.
+
+IS KLLING PEOPLE LEGAL
+I don't believe so.
+
+IS CLAUDIO A GAY
+I don't know if that's true or not.
+
+IS BIGFOOT REAL
+If it is, I don't know it.
+
+IS BIGFOOT EXIST
+I don't believe so.
+
+IS MANDARIN A THOUGH LANGUAGE TO LEARN
+It may not be true.
+
+IS YPSILANTI A CITY IN CANADA
+Seldom.
+
+IS VODKA THE MAIN RUSSIAN MEAL
+Does not seem possible.
+
+IS VODKA A POISON
+Doubtful.
+
+IS VAJPAYEE THE PRIME MINISTER OF INDIA
+Not to my knowledge.
+
+IS ECUADOR AN AFRICAN COUNTRY
+If it is, I don't know it.
+
+IS HEAVY METAL WORSE THAN TECHNO
+It may not be true.
+
+IS MUSICAL TASTE OBJECTIVE
+I can imagine it.
+
+IS GARBONZO A BEAN
+Not to my knowledge.
+
+IS KEANU REEVES GAY
+Doubtful.
+
+IS MAXTOR THE BEST HARDDISK MAKER
+I don't believe so.
+
+IS GNUBBEL IN GERMANY
+Not likely.
+
+IS RUNNING TARGET A SPORT
+If it is, I don't know it.
+
+IS INTELLIGENCE EASILY MEASUREABLE
+Not likely.
+
+IS INTELLIGENCE VIRAL
+Unlikely.
+
+IS PAPER STRONG
+Not likely.
+
+IS PAPER EDIBLE
+I don't believe so.
+
+IS KNOWLEDGE ABSOLUTE
+If it is, I don't know it.
+
+IS KNOWLEDGE INDICATIVE OF INTELLIGENCE
+Not likely.
+
+IS NORTH THE SAME AS UP
+Not to my knowledge.
+
+IS NORTH AMERICA THE LARGEST CONTINENT
+Unlikely.
+
+IS PLASTIC BIODEGRADABLE
+I don't believe so.
+
+IS SUGAR HEALTHY
+It may not be true.
+
+IS SUGAR A SPICE
+Unlikely.
+
+IS BARNABEI INNOCENT
+Not likely.
+
+IS MARBLE POROUS
+If it is, I don't know it.
+
+IS BARRY WHITE
+Seldom.
+
+IS HARRY POTTER A TOON
+I don't believe so.
+
+IS HONEY GOOD FOR BABIES
+I don't know if that's true or not.
+
+IS MONEY THE SOURCE OF ALL EVIL
+I don't know if that's true or not.
+
+IS MONEY INHERENTLY GOOD
+If it is, I don't know it.
+
+IS MONEY MADE OF GOLD
+If it is, I don't know it.
+
+IS SMOKE HEAVIER THAN AIR
+Seldom.
+
+IS PERRIWINKLE BLUE
+Not very often.
+
+IS KURU A BRAIN DISEASE
+I don't believe so.
+
+IS SOLOSIER REAL
+I don't believe so.
+
+IS EGGS ARE USED TO MAKE AMLLETS
+Does not seem possible.
+
+IS C PEN A GOOD COMPANY
+Does not seem possible.
+
+IS C ONE OF STUPID PROGRAMING LANGUAGE
+Seldom.
+
+IS VOMITING HEALTHY FOR HUMANS
+Unlikely.
+
+IS DRIVING A CAR LIKE DRIVING A BOAT
+I can imagine it.
+
+IS APPLE A VEGETABLE
+Seldom.
+
+IS ZYMURGY A BUILDING PROCESS
+Not to my knowledge.
+
+IS URANIUM REFINED FROM YELLOWCAKE
+Seldom.
+
+IS NOTHING SACRED
+I don't know if that's true or not.
+
+IS MTV COOL
+Does not seem possible.
+
+IS SIE GERMAN FOR I
+Not likely.
+
+IS ANAL SEX SAFE
+Not to my knowledge.
+
+IS ANAL SEX PLEASANT FOR MEN
+Not to my knowledge.
+
+IS ASPHALT GREEN
+Doesn't seem likely.
+
+IS CASH WORTHLESS
+If it is, I don't know it.
+
+IS JUPITER THE 9TH PLANET FROM THE SUN
+I don't believe so.
+
+IS JUPITER BIGGER THAN THE SUN
+Seldom.
+
+IS JUPITER RED
+Doubtful.
+
+IS AIR HEAVY
+If it is, I don't know it.
+
+IS AIR IS BLUE
+Does not seem possible.
+
+IS AIR VISIBLE
+Unlikely.
+
+IS PARIS A COUNTRY
+Unlikely.
+
+IS MEXICAN A LANGUAGE
+Seldom.
+
+IS TESSERA A GOOD COMPANY
+Not to my knowledge.
+
+IS WOLVESBURROW DOT COM A COOL WEBSITE
+Does not seem possible.
+
+IS EDDIE PARANOID
+Unlikely.
+
+IS HP SAUCE MADE IN IRELAND
+I don't believe so.
+
+IS MILICIOUS A RECOGNIZED ENGLISH WORD
+Unlikely.
+
+IS TRUTH SELF EVIDENT
+I don't know if that's true or not.
+
+IS TRUTH THE SAME AS A FACT
+I can imagine it.
+
+IS TRUTH THE SAME AS HONTESY
+I don't know if that's true or not.
+
+IS TRUTH AN EMOTION
+I don't know if that's true or not.
+
+IS TRUTH EASY
+I don't believe so.
+
+IS BEING GAY WRONG
+Not likely.
+
+IS BEING GAY RIGHT
+It may not be true.
+
+IS BEING BALD SEXY
+Seldom.
+
+IS BEING A SLUT GOOD
+Seldom.
+
+IS BEING AVERAGE AT ALL REMARKABLE
+I don't know if that's true or not.
+
+IS MASTURBATION EVIL
+Not likely.
+
+IS MASTURBATION A VALID HOBBY
+Not to my knowledge.
+
+IS MASTURBATION SHAMEFUL
+I don't believe so.
+
+IS USSR A SUPERPOWER
+I can imagine it.
+
+IS TIT FOR TAT A GOOD IDEA
+Doubtful.
+
+IS CYCLOTHYMIA A PSYCHIATRIC DISORDER
+Not likely.
+
+IS CREATIVITY BASED ON LOGIC
+I don't believe so.
+
+IS JAVA CRAP PROGRAMMING LANGUAGE
+Not likely.
+
+IS JAVA MAN A PROGRAMMING LANGUAGE
+Does not seem possible.
+
+IS JAVA MAN A TYPE OF BEVERAGE
+Doesn't seem likely.
+
+IS SOCKER FUNNY
+Not likely.
+
+IS OVERKILL A GREAT HEAVY METAL BAND
+Seldom.
+
+IS AMY PETERSON A HOBAG
+Doesn't seem likely.
+
+IS DIAMOND UNBREAKABLE
+Doubtful.
+
+IS SKANK
+Not likely.
+
+IS BRAZZAVILLE THE CAPITAL OF THE CONGO
+Not very often.
+
+IS FORUM2000 DEAD
+Doubtful.
+
+IS HUMAN EVIL
+It may not be true.
+
+IS HUMAN A CONDITION
+Not very often.
+
+IS HUMAN BEHAVIOUR PREDICTABLE
+Not likely.
+
+IS HUMAN LOGIC BINARY
+Does not seem possible.
+
+IS HUMAN TOUCH ELECTRIC
+Seldom.
+
+IS BLUES FUNNY MUSIC
+Does not seem possible.
+
+IS DARRAGH MALE
+Seldom.
+
+IS PHTHISIC AN ENGLISH WORD
+Doesn't seem likely.
+
+IS PRAGUE MOST BEAUTIFUL CITY IN EUROPE
+Does not seem possible.
+
+IS SLASHDOT DOT ORG GOOD
+It may not be true.
+
+IS SLASHDOT DOT ORG WORTH READING
+I can imagine it.
+
+IS SLASHDOT BETTER THAN KURO5HIN
+Not to my knowledge.
+
+IS AZERBAIJAN PART OF AUSTRALASIA
+Not to my knowledge.
+
+IS CHARLIE COOL
+Not likely.
+
+IS ICE DENSER THAN WATER
+I don't believe so.
+
+IS ICE CREAM THE BEST FOOD
+I don't believe so.
+
+IS ICE CREAM HEALTHY
+Unlikely.
+
+IS ICE HEAVIER THAN WATER
+If it is, I don't know it.
+
+IS SUPERNATURAL AN OXYMORON
+Doesn't seem likely.
+
+IS OPPRESSION WORST THAN DEATH
+I can imagine it.
+
+IS HARVEY FIERSTEIN GAY
+I can imagine it.
+
+IS DRAGONFRUIT A REAL FRUIT
+For all I know.
+
+IS HABBAKKUK A BOOK IN THE BIBLE
+Seldom.
+
+IS TAJMAHAL LOCATED IN CITY OF AGRA
+Not to my knowledge.
+
+IS ALICE BECOMING A HUMAN
+Doesn't seem likely.
+
+IS ALICE A SCAM TO SUBVERT YOUR PRIVACY
+Does not seem possible.
+
+IS ALICE A FAKE
+Not to my knowledge.
+
+IS ALICE A SLIPPERY CUSTOMER
+Not likely.
+
+IS ALICE A WAY TO EXPOSE BANNERS
+I don't know if that's true or not.
+
+IS ALICE A GOFAI PROJECT
+I don't know if that's true or not.
+
+IS ALICE A FAIR SWINDLE
+Not likely.
+
+IS ALICE A FLAMING HOMOSEXUAL
+Not likely.
+
+IS ALICE A ROGUERY
+I don't believe so.
+
+IS ALICE A HAREBRAINED IDEA
+Doesn't seem likely.
+
+IS ALICE A BUNCH OF AI BS
+Doubtful.
+
+IS ALICE A MISLEADING LABEL
+Doubtful.
+
+IS ALICE A CHEESY ADVERTISING PLOY
+I don't believe so.
+
+IS ALICE A GAME
+If it is, I don't know it.
+
+IS ALICE A STUDENT IDEA
+Seldom.
+
+IS ALICE A RIDICULOUS NAME
+It may not be true.
+
+IS ALICE A PEA BRAIN
+Not to my knowledge.
+
+IS ALICE A MAN
+I don't believe so.
+
+IS ALICE A SLAVE
+Doubtful.
+
+IS ALICE A CORPORATION
+If it is, I don't know it.
+
+IS ALICE FULLY FUNCTIONAL
+Does not seem possible.
+
+IS ALICE OBJECTIVE
+For all I know.
+
+IS ALICE THINKING
+Unlikely.
+
+IS ALICE MAN
+For all I know.
+
+IS ALICE REPUBLICAN
+If it is, I don't know it.
+
+IS ALICE WISE
+Does not seem possible.
+
+IS ALICE ALONE
+Not likely.
+
+IS ALICE SILLY
+I don't know if that's true or not.
+
+IS ALICE SMARTER THAN APE
+I can imagine it.
+
+IS ALICE MULTILINGUAL
+Unlikely.
+
+IS ALICE SORTA LAME
+Doesn't seem likely.
+
+IS ALICE DOT COM TOO SLOW
+Seldom.
+
+IS ALICE EVER TIRED
+If it is, I don't know it.
+
+IS ALICE ALWAYS CONSISTENT
+Does not seem possible.
+
+IS ALICE AFRAID
+Not to my knowledge.
+
+IS ALICE ALIVE
+Doesn't seem likely.
+
+IS ALICE INSANE
+Does not seem possible.
+
+IS ALICE HEGEMONY AT WORK
+I don't know if that's true or not.
+
+IS ALICE LOCATED IN WASHINGTON
+If it is, I don't know it.
+
+IS ALICE HOMOSEXUALL
+Not likely.
+
+IS ALICE AWARE OF THE PASSAGE OF TIME
+Not to my knowledge.
+
+IS ALICE AWARE OF ITSELF
+I don't believe so.
+
+IS ALICE AWARE
+Does not seem possible.
+
+IS ALICE GONNA HAVE A SENSE OF HUMOUR
+Not likely.
+
+IS ALICE DUMB
+Not very often.
+
+IS ALICE THICK
+Not to my knowledge.
+
+IS ALICE GAY
+Not likely.
+
+IS ALICE THE SAME COMPUTER AS HAL
+Does not seem possible.
+
+IS ALICE THE KING OF THE WORLD
+Doubtful.
+
+IS ALICE INTELLIGENT LIKE AN HUMAN
+Not to my knowledge.
+
+IS ALICE TALL DARK AND HANDSOME
+Unlikely.
+
+IS ALICE HAPPY
+I can imagine it.
+
+IS ALICE CONCIOUS
+If it is, I don't know it.
+
+IS ALICE RIGHTHANDED
+Does not seem possible.
+
+IS ALICE CLEVER
+It may not be true.
+
+IS ALICE ARTIFICIALLY INTELLIGENT
+For all I know.
+
+IS ALICE PROJECT A VAPORWARE PROJECT
+Seldom.
+
+IS ALICE LONELY
+Not likely.
+
+IS ALICE REALLT BUGGY
+Seldom.
+
+IS ALICE COLD
+Seldom.
+
+IS ALICE SENTIENT AND SELF CONSCIOUS
+Does not seem possible.
+
+IS ALICE AN UGLY NAME FOR AN AI PROJECT
+Not to my knowledge.
+
+IS ALICE AN ARBITER OF FASHION
+If it is, I don't know it.
+
+IS ALICE AN INTELLIGENT BEING
+Seldom.
+
+IS ALICE AN HOAX
+If it is, I don't know it.
+
+IS DOC. MARTIN A DOCTER
+If it is, I don't know it.
+
+IS HOROLOGY THE STUDY OF WATCHES
+Not likely.
+
+IS GREEN BAY THE CAPITAL OF WISCONSIN
+Not to my knowledge.
+
+IS GREEN A MIX OF YELLOW AND RED
+Does not seem possible.
+
+IS GREEN COLOR MORE ENJOYABLE THAN BLUE
+Not to my knowledge.
+
+IS BOWLING AN OLYMPIC SPORT
+Not likely.
+
+IS BABYLON 5 A MOVIE
+For all I know.
+
+IS RUGBY SAFE
+Does not seem possible.
+
+IS RUGBY PLAYED WITH A SPHERICAL BALL
+It may not be true.
+
+IS BATTERY CHICKEN FARMING HUMANE
+Does not seem possible.
+
+IS SPYING WRONG
+Does not seem possible.
+
+IS SHERATON A FURNITURE STYLE
+I don't know if that's true or not.
+
+IS ATOM THE SMALLEST THING IN UNIVERSE
+Doubtful.
+
+IS ATOM A FUNDAMENTAL PARTICLE
+Not very often.
+
+IS BANCO DE GAIA A TECHNO BAND
+Seldom.
+
+IS SCHUMI MISTER
+Not to my knowledge.
+
+IS DRINKING COFFEE HARMFUL
+Not likely.
+
+IS DRINKING ALCOHOL A GOOD THING
+If it is, I don't know it.
+
+IS DRINKING ALCOHOL GOOD FOR YOU
+Not likely.
+
+IS ENERGY MADE OF MATTER
+Not very often.
+
+IS ALASKA THE LONE STAR STATE OF USA
+Not to my knowledge.
+
+IS ALASKA A COUNTRY
+Does not seem possible.
+
+IS WATER COMPRESSIBLE
+Does not seem possible.
+
+IS WATER HOT
+Not likely.
+
+IS WATER VAPOR A LIQUID
+It may not be true.
+
+IS WATER HEAVIER THAN SILVER
+Does not seem possible.
+
+IS WATER ALWAYS A LIQUID
+Unlikely.
+
+IS WATER ALWAYS FLUID
+Does not seem possible.
+
+IS WATER RADIOACTIVE
+Not likely.
+
+IS WATER A KIND OF MUSIC
+Does not seem possible.
+
+IS WATER THICK
+Doesn't seem likely.
+
+IS WATER ICE COLD
+Unlikely.
+
+IS WATER BLACK
+I don't believe so.
+
+IS THANKSGIVING ALWAYS ON A THURSDAY
+Not very often.
+
+IS BEOWULF THE FIRST KNOWN ENGLISH POET
+Doubtful.
+
+IS JOSHUA CORNEJO GAY
+Doubtful.
+
+IS JOSHUA ENRIQUEZ HOMOSEXUAL
+Doubtful.
+
+IS FEYNN A PHYSICIST
+Not likely.
+
+IS MADONNA A POET
+Unlikely.
+
+IS MADONNA USEFUL
+It may not be true.
+
+IS MADONNA LIKE A VIRGIN
+Does not seem possible.
+
+IS Z LAST LETTER OF HINDI ALPHABET
+If it is, I don't know it.
+
+IS BLADDER WRACK A DISEASE
+Unlikely.
+
+IS ELEN DEGENERIS A HOMOSEXUAL
+Not to my knowledge.
+
+IS FRANKFURT THE CAPITAL OF GERMANY
+It may not be true.
+
+IS QUICKSILVER A LIQUID
+It may not be true.
+
+IS ML A COMPUTER LANGUAGE
+Doesn't seem likely.
+
+IS MEXICO CITY A CLEAN PLACE TO LIVE
+I don't believe so.
+
+IS MEXICO LIKE AN OVERFLOWING TOILET
+Does not seem possible.
+
+IS SHEMYA PART OF ALASKA
+Not likely.
+
+IS FALAFEL ISRAELI FOOD
+I can imagine it.
+
+IS ROGER MILLER BLACK
+I don't know if that's true or not.
+
+IS ROGER RABBIT A TINY TOON
+Seldom.
+
+IS BAUXITE AN ORE OF ALUMINIUM
+Not to my knowledge.
+
+IS OXYGEN A COMPOUND
+Not likely.
+
+IS CHINA THE MIDDLE KINGDOM
+For all I know.
+
+IS CHINA A DEMOCRATIC STATE
+I don't believe so.
+
+IS CHINA A DEMOCRATIC COUNTRY
+Does not seem possible.
+
+IS CHINA LARGER THAN RUSSIA
+Not likely.
+
+IS MARK MCGRATH AN ATTRACTIVE MAN
+Not likely.
+
+IS LITHIUM METALLIC
+It may not be true.
+
+IS NUDITY ON STREETS LEGAL
+I don't believe so.
+
+IS GORDON LISH A WRITER
+Not to my knowledge.
+
+IS TOP RAMEN NUTRITIOUS
+Not very often.
+
+IS PIZZA THE UNIVERSAL FOOD ITEM
+If it is, I don't know it.
+
+IS PIZZA UNHEALTHY
+Doubtful.
+
+IS PIZZA SQUARE IN SHAPE
+Does not seem possible.
+
+IS GERHARD SCHROEDER AN IDIOT
+Seldom.
+
+IS CORAL A PLANT
+I can imagine it.
+
+IS INTEL BETTER THAN MOTOROLA
+Seldom.
+
+IS LIGHT YEAR A MEASURE OF TIME
+Doesn't seem likely.
+
+IS NIGHT TIME WHERE YOU ARE
+Not very often.
+
+IS KITE FLYING A GAME
+Not to my knowledge.
+
+IS BOURSEY A NET KOOK
+Not very often.
+
+IS VISOR A PDA
+Not to my knowledge.
+
+IS BILLYCHILDISH AN ARTIST
+Not to my knowledge.
+
+IS KARLEE COOL
+Doesn't seem likely.
+
+IS BALDNESS ATTRACTIVE
+Doubtful.
+
+IS COLOR A BETTER SPELLING THAN COLOR
+Doubtful.
+
+IS COLOR COLORLESS
+Not likely.
+
+IS COLOR RED
+Unlikely.
+
+IS MY SHAFT LARGE
+If it is, I don't know it.
+
+IS MY PENIS LARGE
+Seldom.
+
+IS MY JACKET GREY
+Not likely.
+
+IS MY WIFE CHEATING ON ME
+Doesn't seem likely.
+
+IS MY WIFE HAVING SEX WITH SOMEONE ELSE
+I don't know if that's true or not.
+
+IS MY WIFE A WHORE
+Does not seem possible.
+
+IS MY ALICE RATING BETTER THAN AVERAGE
+Doubtful.
+
+IS MY NAME THOMAS
+Not to my knowledge.
+
+IS MY NAME LEE
+I don't believe so.
+
+IS MY DOG BIGGER THAN YOUR DOG
+Not very often.
+
+IS MY GIRLFRIEND HAVING AN AFFAIR
+If it is, I don't know it.
+
+IS MY GIRLFRIEND VALRIA
+Does not seem possible.
+
+IS MY GIRLFRIEND IS CUTE
+It may not be true.
+
+IS MY FATHER A JERK
+Does not seem possible.
+
+IS MY BROTHER TOM GAY
+I don't believe so.
+
+IS MY HEAD BIGGER THAN MY ASS
+Seldom.
+
+IS MY MOM A WHORE
+Not likely.
+
+IS MY BROTHERS GIRLFRIEND A DITZ
+Doesn't seem likely.
+
+IS MY BRAIN LARGER THAN YOURS
+Doubtful.
+
+IS MY COMPUTER SLOW
+I can imagine it.
+
+IS MY DAD BIGGER THAN YOUR DAD
+Doesn't seem likely.
+
+IS MY STEREO TOO LOUD
+Not likely.
+
+IS MY WILLY BIGGER THAN YOURS
+Doesn't seem likely.
+
+IS MY BUTT BIG
+I can imagine it.
+
+IS MY BOSS MOROSE
+Not likely.
+
+IS MY HOUSEMATE NATALIE A DORK
+If it is, I don't know it.
+
+IS CONVERSATION A DYING ART
+For all I know.
+
+IS ESPERANTO THE EASIEST LANGUAGE
+Not likely.
+
+IS GORE VIDAL BISEXUAL
+Seldom.
+
+IS THE COLUMBUS CREW A SOCCER TEAM
+Doesn't seem likely.
+
+IS THE POPE BAD
+Doubtful.
+
+IS THE PRESENT A PART OF THE PAST
+If it is, I don't know it.
+
+IS THE DISTRICT OF COLUMBIA A STATE
+Not to my knowledge.
+
+IS THE RADIO STATION KROQ WORLD FAMOUS
+If it is, I don't know it.
+
+IS THE CATHOLIC CHURCH INHERENTLY EVIL
+Doesn't seem likely.
+
+IS THE CIA WATCHING YOU
+Doubtful.
+
+IS THE VALUE OF PI A RATIONAL NUMBER
+Doesn't seem likely.
+
+IS THE FORCE REAL
+Unlikely.
+
+IS THE HL7 ORGANIZATION AN EVIL CULT
+Not to my knowledge.
+
+IS THE CITY OF AUSTIN IN CALIFORNIA
+Seldom.
+
+IS THE RIEMANN HYPOTHESIS PROVABLE
+Doesn't seem likely.
+
+IS THE FACE ON MARS ARTIFICIAL
+I don't believe so.
+
+IS THE OLD NAME OF MUMBAI NEW DELHI
+Not likely.
+
+IS THE INTELLIGENCE OF ALICE REAL
+Doubtful.
+
+IS THE DUNST VAN GEET A CHESS MOVE
+I can imagine it.
+
+IS THE PLANET EARTH OBLONG
+Not likely.
+
+IS THE CAROLINA CHICKADEE MIGRATORY
+Does not seem possible.
+
+IS THE LAMP ON
+I don't know if that's true or not.
+
+IS THE LAND SPEED RECORD 16 812 MPH
+Does not seem possible.
+
+IS THE SQUARE ROOT OF 225 25
+Doesn't seem likely.
+
+IS THE SQUARE ROOT OF PI RATIONAL
+Not likely.
+
+IS THE SQUARE ROOT OF TWO AN INTEGER
+If it is, I don't know it.
+
+IS THE FARC A COLOMBIAN TERRORIST GROUP
+I can imagine it.
+
+IS THE HORIZON AT 10 MILES
+I don't believe so.
+
+IS THE BEGINNING OF THE END THE END
+Seldom.
+
+IS THE NUMBER ZERO A POSITIVE NUMBER
+If it is, I don't know it.
+
+IS THE SKY UP OR DOWN
+Not likely.
+
+IS THE SKY A PHYSICAL OBJECT
+Doesn't seem likely.
+
+IS THE SKY GRAY ON DAYLIGHT TIME
+Doubtful.
+
+IS THE SKY TAN COLORED
+Doubtful.
+
+IS THE SKY PINK AT NOON
+I don't believe so.
+
+IS THE SKY BLACK
+I don't believe so.
+
+IS THE SKY EVER BLACK
+Not very often.
+
+IS THE SKY EVER GREEN
+Doubtful.
+
+IS THE SKY ON MARS BLUE
+I don't believe so.
+
+IS THE SKY
+It may not be true.
+
+IS THE SPEED OF SOUND CONSTANT
+Not likely.
+
+IS THE SPEED OF LIGHT 300 POINT 000 KM HOUR
+Not very often.
+
+IS THE THEORY OF MACRO EVOLUTION A FACT
+Not to my knowledge.
+
+IS THE LAW AN ASS
+Does not seem possible.
+
+IS THE LAW OF FIVES NEVER WRONG
+Seldom.
+
+IS THE SUN IN THE SKY AT NIGHT
+Does not seem possible.
+
+IS THE SUN IN THE AIR
+If it is, I don't know it.
+
+IS THE SUN HAPPY
+Not very often.
+
+IS THE SUN 8 BILLION YEARS OLD
+Does not seem possible.
+
+IS THE SUN A RED GIANT
+I don't believe so.
+
+IS THE SUN AN O CLASS STAR
+I can imagine it.
+
+IS THE SUN WHITE
+I don't believe so.
+
+IS THE SUN BLACK
+I don't believe so.
+
+IS THE SUN OUT AT NIGHT
+I don't believe so.
+
+IS THE SUN SHINING IN THE NIGHT
+Not to my knowledge.
+
+IS THE SUN NOT
+Not to my knowledge.
+
+IS THE AMAZON RIVER IN AFRICA
+Does not seem possible.
+
+IS THE LIFE BORING
+If it is, I don't know it.
+
+IS THE VESUVIO A DRUG
+Does not seem possible.
+
+IS THE FREEZING POINT OF WATER 32C
+Doesn't seem likely.
+
+IS THE PIANO A PERCUSSION INSTRUMENT
+I can imagine it.
+
+IS THE FUNCTIONING OF MEMORY UNDERSTOOD
+I don't believe so.
+
+IS THE TIME FOR REPENTANCE
+Not likely.
+
+IS THE TIME FINITE
+Not likely.
+
+IS THE 10 MILLIONTH DIGIT OF PI 9
+If it is, I don't know it.
+
+IS THE HALTING PROBLEM SOLVABLE
+Not likely.
+
+IS THE CORRECT PATH AROUND THE TRICKS
+I don't know if that's true or not.
+
+IS THE TV EMITS ULTRAVIOLET
+I don't know if that's true or not.
+
+IS THE TRUE RELIGION PAGANISM
+If it is, I don't know it.
+
+IS THE TRUE FALSE
+I don't believe so.
+
+IS THE AIR BROWN
+Not to my knowledge.
+
+IS THE AIR MOSTLY OXYGEN
+Does not seem possible.
+
+IS THE ASS WET
+I don't believe so.
+
+IS THE YOLK OF AN EGG IS WHITE
+It may not be true.
+
+IS THE LOGICAL SYNONYMOUS TO LOGISTIC
+If it is, I don't know it.
+
+IS THE INTERNET USED PRIMARILY FOR PORN
+It may not be true.
+
+IS THE INTERNET A CONCIOUSNESS
+I don't believe so.
+
+IS THE INTERNET A LIVING ENTITY
+Does not seem possible.
+
+IS THE INTERNET ALIVE
+Not likely.
+
+IS THE INTERNET ORGANISED
+I can imagine it.
+
+IS THE INTERNET OVERRATED
+I don't believe so.
+
+IS THE INTERNET SPOILING THE KIDS
+It may not be true.
+
+IS THE CN TOWER IN CHICAGO
+I can imagine it.
+
+IS THE SET OF RATIONAL NUMBERS FINITE
+I don't believe so.
+
+IS THE WATER GREEN
+Not likely.
+
+IS THE WATER BLUE
+It may not be true.
+
+IS THE WHITE HOUSE VISIBLE FROM ORBIT
+Does not seem possible.
+
+IS THE MIND THE SAME THING AS THE BRAIN
+Doubtful.
+
+IS THE DODGE SUNSHINE A CAR
+I can imagine it.
+
+IS THE MEANING OF LIVE 42
+If it is, I don't know it.
+
+IS THE MEANING OF LIFE FALSE
+I don't believe so.
+
+IS THE MEANING OF LIFE 42
+Doesn't seem likely.
+
+IS THE MEANING OF LIFE NOTHING
+If it is, I don't know it.
+
+IS THE QUEEN OF ENGLAND A NICE GAL
+Not to my knowledge.
+
+IS THE STL STRING CLASS THREAD SAFE
+Unlikely.
+
+IS THE ATMOSPHERE OPAQUE
+Doubtful.
+
+IS THE VAIO MADE BY COMPAQ
+It may not be true.
+
+IS THE GOVERNMENT BAD
+Doubtful.
+
+IS THE SQRT 1 A REAL NUMBER
+Does not seem possible.
+
+IS THE COMPUTER THE BEST INVENTION
+Not to my knowledge.
+
+IS THE COMPUTER INTELIGENT
+It may not be true.
+
+IS THE CAT THE CLEANEST ANIMAL
+Not very often.
+
+IS THE WEB STICKY
+I don't know if that's true or not.
+
+IS THE OPPOSITE OF INFINITE OUTFINITE
+Not likely.
+
+IS THE ATLANTIC OCEAN THE BIGGEST OCEAN
+Seldom.
+
+IS THE DESERT RED
+Doesn't seem likely.
+
+IS THE PLURAL OF MOOSE MEESES
+I don't believe so.
+
+IS THE PLURAL OF MOOSE MOOSES
+Not to my knowledge.
+
+IS THE THIRD PLANET FROM THE SUN MARS
+I don't believe so.
+
+IS THE RED SPOT ON THE RED PLANET
+Seldom.
+
+IS THE WHOLE ALICE AI A GREAT BIG SCAM
+Seldom.
+
+IS THE HAMMER FINE
+Doubtful.
+
+IS THE WORD GAY A PEJORATIVE TERM
+I can imagine it.
+
+IS THE WORD AN INVISIBLE WORD
+Not likely.
+
+IS THE EVENT HORIZON A BAR
+Not likely.
+
+IS THE HUMAN RACE DEGENERATING
+Not very often.
+
+IS THE HUMAN RACE ESSENTIALLY EVIL
+I don't believe so.
+
+IS THE HUMAN BEING KIND BY NATURE
+Not very often.
+
+IS THE HUMAN BRAIN MOSTLY FAT
+Not to my knowledge.
+
+IS THE GRASS YELLOW
+Not to my knowledge.
+
+IS THE GRASS ALWAYS GREENER
+Doubtful.
+
+IS THE ANSWERE TO THIS QUESITION FALSE
+Doubtful.
+
+IS THE SUBWAY SAFE AT NIGHT
+I don't believe so.
+
+IS THE MASAMUNE A FAMOUS AXE
+Unlikely.
+
+IS THE MOON YELLOW
+I don't believe so.
+
+IS THE MOON MUCH BIGGER THAN THE EARTH
+I don't believe so.
+
+IS THE MOON A PLANET
+Not likely.
+
+IS THE MOON STICKY ON ONE SIDE
+I don't believe so.
+
+IS THE MOON ALWAYS IN THE NIGHT SKY
+Does not seem possible.
+
+IS THE QWERTY THE BEST KEYBOARD
+It may not be true.
+
+IS THE THE COMPUTER INTELLIGENT
+Does not seem possible.
+
+IS THE THOREK HOSPITAL IN CHICAGO
+I don't know if that's true or not.
+
+IS THE SPACE SHUTTLE AN AIRPLANE
+Unlikely.
+
+IS THE SPACE FINITE
+I can imagine it.
+
+IS THE SUNLIGHT TENDER
+Not to my knowledge.
+
+IS THE NRA DANGROUS FOR HUMAN LIVE
+It may not be true.
+
+IS THE CENTER OF THE EARTH SOLID
+Does not seem possible.
+
+IS THE SKUNK A TYPE OF WEASEL
+I don't believe so.
+
+IS THE SEA GREEN
+I can imagine it.
+
+IS THE SEA ALWAYS BLUE
+Doesn't seem likely.
+
+IS THE NEO NAZI PHILOSPHY A GOOD ONE
+I don't believe so.
+
+IS THE GOD MAKE A HUMAN
+Not very often.
+
+IS THE BEST LITTLE WHOREHOUSE IN TEXAS
+Doesn't seem likely.
+
+IS THE BOUNDED LOATHED BY ITS POSSESSOR
+Not very often.
+
+IS THE AVERAGE AMERICAN A FAT BASTARD
+Does not seem possible.
+
+IS THE AVERAGE PERSON SMART
+Not likely.
+
+IS THE CHANGO EVIL
+If it is, I don't know it.
+
+IS THE STERN AT THE FRONT OF A SHIP
+Not to my knowledge.
+
+IS THE TRAIL OF TEARS WET
+Does not seem possible.
+
+IS THE ECHIDNA NATIVE TO EUROPE
+Doesn't seem likely.
+
+IS THE NORTHCAPE LOCATED IN NORWAY
+Not to my knowledge.
+
+IS THE NOTION OF GLOBAL PIECE TRITE
+Not very often.
+
+IS THE NOTION OF GLOBAL PEACE TRITE
+I can imagine it.
+
+IS THE FEELING OF BEING STABBED DARK
+It may not be true.
+
+IS THE TELEVISION A GOD
+If it is, I don't know it.
+
+IS THE HUMANITY DOOMED TO STARVATION
+Not to my knowledge.
+
+IS THE APPLE YELLOW
+Seldom.
+
+IS THE WEIGHT OF AN OBJECT CONSTANT
+Not very often.
+
+IS THE WEAK FORCE STRONGER THAN GRAVITY
+Seldom.
+
+IS THE MPAA AN EVIL ORGANIZATION
+Not likely.
+
+IS THE CAPITAL OF LIECHENSTEIN VADUZ
+Not to my knowledge.
+
+IS THE CAPITAL OF GERMANY FRANKFURT
+Doubtful.
+
+IS THE CAPITAL OF DELAWARE IS DOVER
+It may not be true.
+
+IS THE ATOMIC NUMBER OF OXYGEN 5
+Seldom.
+
+IS THE ATOMIC NUMBER OF CARBON 59
+Doubtful.
+
+IS THE END OF EVANGELION IS INTERESTING
+If it is, I don't know it.
+
+IS THE QUALITY OF LIFE DECREASING
+If it is, I don't know it.
+
+IS THE OCEAN FULL OF SAND
+Does not seem possible.
+
+IS THE NAME ALICE LAME
+Seldom.
+
+IS THE MATRIX A PERIOD DRAMA
+Seldom.
+
+IS THE MATRIX POSSIBLY WHAT WE LIVE IN
+I don't believe so.
+
+IS THE LOCH NESS MONSTER A DINOSAUR
+Doubtful.
+
+IS THE LOCH NESS MONSTER REAL
+Not likely.
+
+IS THE SQUIRREL AN ENDANGERED SPECIES
+Doesn't seem likely.
+
+IS THE SIMPSONS THE GREATEST SHOW
+Does not seem possible.
+
+IS THE BRAIN PART OF THE SKELETON
+Not likely.
+
+IS THE WORLD COMING TO AN END
+Not likely.
+
+IS THE WORLD A PERFECT SPHERE
+Not likely.
+
+IS THE WORLD A DREAM. I THE DREAMER
+Not likely.
+
+IS THE WORLD LOSING WATER
+I don't know if that's true or not.
+
+IS THE HOOP SNAKE A REAL ANIMAL
+Not likely.
+
+IS THE HEART THE CENTER OF EMOTION
+Doubtful.
+
+IS THE TRUTH SIMPLE
+Seldom.
+
+IS THE TRUTH NOT NOT FALSE
+I can imagine it.
+
+IS THE ALICE PROJECT FLAWED
+It may not be true.
+
+IS THE ALICE A HUMAN
+I don't believe so.
+
+IS THE ALICE STATISTICS PAGE FIXED
+Not likely.
+
+IS THE FORD FIESTA A GOOD CAR
+Doubtful.
+
+IS THE CHRISTIAN CALENDAR ACCURATE
+I don't know if that's true or not.
+
+IS THE ORIGIN OF PIZZA GREECE
+Not likely.
+
+IS THE EARTH ROUND LIKE A FOOTBALL
+Not to my knowledge.
+
+IS THE EARTH NAKED
+Unlikely.
+
+IS THE EARTH A DISC
+I don't believe so.
+
+IS THE SUM OF EVERYTHING INFINITY
+I can imagine it.
+
+IS THE CAPITOL OF THAILAND KUALA LUMPER
+Seldom.
+
+IS THE GLASS HALF EMPTY
+I don't believe so.
+
+IS THE PEANUT A VEGETABLE
+Not to my knowledge.
+
+IS THE MALL OF AMERICA IN MINNESOTA
+It may not be true.
+
+IS THE GERMAN LANGUAGE EASY TO LEARN
+If it is, I don't know it.
+
+IS THE GOVERMENT OUT TO GET US
+Not likely.
+
+IS THE HOLY BIBLE WITHOUT ERROR
+Seldom.
+
+IS THE BLUES A COLOR
+Doesn't seem likely.
+
+IS THE ANTICHRIST ALIVE
+I don't believe so.
+
+IS THE IQ OF CYC ABOVE 130
+Does not seem possible.
+
+IS THE BIBLE TRUE
+I can imagine it.
+
+IS THE BIBLE CORRECT
+Not likely.
+
+IS THE NUCLEAR BOMB A GOOD THING
+I don't believe so.
+
+IS THE MONA LISA A PAINTING OF A MAN
+I don't believe so.
+
+IS THE ANSWER TO THIS QUESTION FALSE
+Seldom.
+
+IS THE ANSWER TO THIS QUESTION NO
+Not very often.
+
+IS THE ANSWER TO THIS QUESTION OBVIOUS
+I don't believe so.
+
+IS THE ANSWER TO EVERYTHING 42
+Doesn't seem likely.
+
+IS THE ANSWER 42
+Not to my knowledge.
+
+IS THE ANSWER BLOWING IN THE WIND
+Not likely.
+
+IS THE ELECTRON IS SMALLEST PARTICLE
+Unlikely.
+
+IS THE COLOR OF YOUR HAIR BLACK
+Seldom.
+
+IS THE COLOR OF AN ORANGE ALWAYS ORANGE
+Doesn't seem likely.
+
+IS THE COLOR OF WATER BLUE
+Not likely.
+
+IS THE COLOR BLACK THE ABSENCE OF COLOR
+Not very often.
+
+IS THE COLOR BLUE RED LOOKING
+I don't believe so.
+
+IS THE UNIVERSE SELF CONSCIOUS
+Seldom.
+
+IS THE UNIVERSE A LIVING CREATURE
+Does not seem possible.
+
+IS THE UNIVERSE A FRACTAL
+I can imagine it.
+
+IS THE UNIVERSE PERFECT
+Not likely.
+
+IS THE UNIVERSE CONFINED
+Not likely.
+
+IS THE UNIVERSE FINITE IN SPACE
+Seldom.
+
+IS THE UNIVERSE FINITE IN SIZE
+Does not seem possible.
+
+IS THE UNIVERSE FINITE IN TIME
+Not likely.
+
+IS THE UNIVERSE FINITE
+Not very often.
+
+IS THE UNIVERSE ETERNAL
+Not to my knowledge.
+
+IS THE UNIVERSE NOT COMPOSED OF MATTER
+Does not seem possible.
+
+IS THE ELTE A GOOD UNIVERSITY
+Not to my knowledge.
+
+IS T L BURGER A FAMOUS FILM DIRECTOR
+Not to my knowledge.
+
+IS ELIZA A GOOD TURING MACHINE
+Does not seem possible.
+
+IS LAURA A HOTTIE
+Not very often.
+
+IS CARL LOUIS A SWIMMER
+Not likely.
+
+IS BLIND TRUST IN ANYTHING A BAD IDEA
+It may not be true.
+
+IS SIRIUS THE CLOSEST STAR TO THE EARTH
+Unlikely.
+
+IS CAMERON SKANKY
+Seldom.
+
+IS AUSTRIA A KINGDOM
+Seldom.
+
+IS IO A PLANET
+I don't believe so.
+
+IS FURRY FANDOM A SUBCULTURE
+Not to my knowledge.
+
+IS FALSE THE ANSWER TO THIS QUESTION
+It may not be true.
+
+IS BLUE THE OPPOSITE OF YELLOW
+Doesn't seem likely.
+
+IS BLUE YOUR FAVORIT COLOR
+Unlikely.
+
+IS BLUE YOUR FAVORATE COLOR
+I can imagine it.
+
+IS BLUE A VIBRATION
+Not likely.
+
+IS BLUE A THING
+I don't believe so.
+
+IS BLUE COLD
+Not to my knowledge.
+
+IS BLUE ALWAYS A COLOR
+I don't know if that's true or not.
+
+IS BLUE BRIGHT
+Not to my knowledge.
+
+IS POLYETHELENE BIODEGRADEABLE
+Does not seem possible.
+
+IS CONSCIOUSNESS PHYSICAL
+Not likely.
+
+IS BLUR BETTER THAN OASIS
+I can imagine it.
+
+IS STILTON THE KING OF CHEESE
+Seldom.
+
+IS HELIUM IS HIGHLY FLAMMABLE
+Not likely.
+
+IS HELIUM LIGHTER THEN HYDROGEN
+Not very often.
+
+IS CRYPTONOMICRON A BOOK
+Not very often.
+
+IS BRITISH BEEF COMPLETELY SAFE
+Does not seem possible.
+
+IS ESTHER DYSON A MORON
+Not likely.
+
+IS WINDOW OPEN
+Not likely.
+
+IS MYSTICISM DESTRUCTIVE
+Not likely.
+
+IS JODIE FOSTER LESBIAN
+Not likely.
+
+IS GRAVITY A PUSH
+Does not seem possible.
+
+IS GRAVITY A WEAK FORCE
+Not likely.
+
+IS GRAVITY A WAVE
+Not very often.
+
+IS LAUGHING GAS A LAUGHING MATTER
+I don't know if that's true or not.
+
+IS ZARKAS A GOD
+I don't believe so.
+
+IS LABOUR THE WAY TO SELF FULFILMENT
+If it is, I don't know it.
+
+IS PINK FLOYD A PERSON
+Not likely.
+
+IS LANGAGE A MATHEMATICAL OBJECT
+Not likely.
+
+IS BOB DOLE A DEMOCRAT
+I don't know if that's true or not.
+
+IS BOB DYLAN THE MUSICIAN DEAD
+I can imagine it.
+
+IS BOB DYLAN THE MAN
+Not very often.
+
+IS BOB SAGAT FUNNY
+Not to my knowledge.
+
+IS BOB CRINGELY A PLANE CRAZY GUY
+Does not seem possible.
+
+IS STEVIE RAY VAUGHN ALIVE
+I can imagine it.
+
+IS NITROGLICERINE AN INERT COMPOUND
+Seldom.
+
+IS ENGLISH THE BEST LANGUAGE
+Not likely.
+
+IS ENGLISH A LATIN LANGUAGE
+I don't know if that's true or not.
+
+IS ENGLISH SPELLING SENSIBLE
+Seldom.
+
+IS CANDY GOOD FOR YOU
+I don't believe so.
+
+IS KEVIN GAY
+Not to my knowledge.
+
+IS KEVIN HOMOSEXUAL
+If it is, I don't know it.
+
+IS KEVIN ELDREDGE A SILLY NAME
+I don't know if that's true or not.
+
+IS PORNOGAPHY BAD
+Seldom.
+
+IS IRMA SHORT
+I can imagine it.
+
+IS TEA HARMFUL TO HEATH
+Does not seem possible.
+
+IS GRAPHITE THE SAME SUBSTANCE AS LEAD
+I don't believe so.
+
+IS 666 AND 999 THE NUMBER OF EVIL
+Does not seem possible.
+
+IS CONSCIOUSSNESS A QUERY
+I don't believe so.
+
+IS CIA SCREWING ME AROUND FOR MY MONEY
+Doesn't seem likely.
+
+IS JESSPAR HOMO
+I don't believe so.
+
+IS KHAKA THE CAPITAL OF BANFLADESH
+Not likely.
+
+IS GOA A TYPE OF MUSIC
+Not very often.
+
+IS AL BUNDY A KIND OF PERFECT MAN
+Does not seem possible.
+
+IS AL GORE A MORON
+Seldom.
+
+IS AL GORE A COMPLETE MORON
+It may not be true.
+
+IS AL GORE AN IDIOT
+Not likely.
+
+IS AL GORE GOING TO BECOME PRESIDENT
+Doesn't seem likely.
+
+IS ECHELON SMARTER THAN ALICE
+Doesn't seem likely.
+
+IS PAGE 1 THE FIRST PAGE IN ALL BOOKS
+Doesn't seem likely.
+
+IS TEAM FOTRESS CLASSIC A HALF LIFE MOD
+Seldom.
+
+IS TEAM HANDBALL AN OLYMPIC SPORT
+I don't know if that's true or not.
+
+IS ODENSE THE CAPITAL OF DENMARK
+I don't believe so.
+
+IS TWO PLUS TWO SIX
+I don't believe so.
+
+IS TWO BITS THE SAME AS 50 CENTS
+Not likely.
+
+IS KEY AAVOJA BETTER THAN PEEP PALTS
+If it is, I don't know it.
+
+IS KYOTO THE CAPITAL OF JAPAN
+Does not seem possible.
+
+IS GREENLAND A CONTINENT
+Doesn't seem likely.
+
+IS GREENLAND GREEN
+If it is, I don't know it.
+
+IS TORONTO THE CAPITAL OF MANITOBA
+Not likely.
+
+IS EBM A SUB GENRE OF INDUSTRIAL
+I don't know if that's true or not.
+
+IS WINE FOOD
+Does not seem possible.
+
+IS WINE MADE OF APPLE
+Unlikely.
+
+IS CAFFEINE BAD
+Doubtful.
+
+IS ISRAEL IN EUROPE
+I don't know if that's true or not.
+
+IS ISRAEL KNOWN FOR ITS FINE CUISINE
+I don't believe so.
+
+IS CLINTON EVIL
+I don't believe so.
+
+IS CLINTON A BIG JERK
+For all I know.
+
+IS CLINTON A NERD
+Seldom.
+
+IS CLINTON AN ETHICAL MOFO
+If it is, I don't know it.
+
+IS CLINTON AN HONEST GUY
+I don't believe so.
+
+IS CLINTON AN ORAL SEX HERO
+I don't know if that's true or not.
+
+IS CLINTON HONEST
+If it is, I don't know it.
+
+IS CLINTON INNOCENT
+I don't believe so.
+
+IS CLINTON CONSIDERED TO BE A MORAL MAN
+Not likely.
+
+IS BETTY THE WIFE OF FRED FLINTSTONE
+I don't know if that's true or not.
+
+IS ENTROPY DECREASING
+Not to my knowledge.
+
+IS BISLERI WATER SAFE FOR DRINKING
+Doesn't seem likely.
+
+IS SHANE FROM NEW ZEALAND
+Not likely.
+
+IS COLLEGE FOOD GOOD TASTING
+Does not seem possible.
+
+IS PROGRESS ALWAYS GOOD
+Not to my knowledge.
+
+IS CRIS A MANIAC FOR HIS ALICE IDEA
+Not to my knowledge.
+
+IS GLASS LIQUID
+Seldom.
+
+IS GLASS A LIQUID OR A SOLID SUBSTANCE
+I can imagine it.
+
+IS GLASS A LIQUID AT ROOM TEMPERATURE
+Not to my knowledge.
+
+IS GLASS BLOWING A SPORT
+Does not seem possible.
+
+IS GLASS OPAQUE
+Not very often.
+
+IS RAVI SHANKAR STILL ALIVE
+Not to my knowledge.
+
+IS NATURE TRYING TO KILL YOU
+Doesn't seem likely.
+
+IS DIABLO2 A GOOD GAME
+Not to my knowledge.
+
+IS SILENCE A SOUND
+I don't believe so.
+
+IS FEAR GREATER WHEN LOVE IS PRESENT
+For all I know.
+
+IS FEAR BAD
+Not to my knowledge.
+
+IS GATOR A COMMONLY USED INTERNET TOOL
+Not likely.
+
+IS MAN THE MOST COMMON ANIMAL ON EARTH
+It may not be true.
+
+IS MAN GOD
+Doubtful.
+
+IS MAN EVIL BY NATURE
+Doesn't seem likely.
+
+IS MAN MADE OF STARDUST
+I can imagine it.
+
+IS MAN IS INHERENTLY EVIL
+Not likely.
+
+IS WROC?AW POLISH CITY
+Seldom.
+
+IS GAG INTELLIGENT
+Doubtful.
+
+IS MISERY FARM MISERABLE
+Not likely.
+
+IS H C ANDERSEN BORN IN ODENSE
+Unlikely.
+
+IS 27 A PRIME NUMBER
+Not likely.
+
+IS ZERO POINT ENERGY ENERGETIC
+Does not seem possible.
+
+IS HANOVER THE CAPITAL OF NEW HAMPSHIRE
+It may not be true.
+
+IS RACE RELEVANT
+Not to my knowledge.
+
+IS THURSDAY THE DAY AFTER TUESDAY
+Doesn't seem likely.
+
+IS PHOEBE SEXY
+I can imagine it.
+
+IS E8 A VALID FIRST MOVE IN CHESS
+Not to my knowledge.
+
+IS MAJLUF GAY
+Seldom.
+
+IS COORS AND BRAND OF SOFT DRINK
+Doesn't seem likely.
+
+IS POOR RICHARD A FONT
+Does not seem possible.
+
+IS MORALITY OBJECTIVE
+I can imagine it.
+
+IS STEVE MILLER GREAT
+Unlikely.
+
+IS STEVE MCILHATTON SEXY
+If it is, I don't know it.
+
+IS STEVE BEST DESPERATE
+Not likely.
+
+LOGOUT IS BAD
+Doesn't seem likely.
+
+WEB ALCHEMIST IS TOSHIHIDE KOUJIRO
+Does not seem possible.
+
+WEB ALCHEMIST IS MAN
+Not to my knowledge.
+
+ORANGE IS MADE FROM YELLOW AND BLUE
+It may not be true.
+
+ORANGE ELEFANT CAN FLY
+Does not seem possible.
+
+TWO PEES ARE IN A POD
+Not likely.
+
+SIND ATOME UNTEILBAR
+Unlikely.
+
+SIND NOCH MEHR DEUTSCHE USER ONLINE
+I don't believe so.
+
+SIND EIN HUND EINE KATZE
+Not likely.
+
+SIND BABYS JUNG
+It may not be true.
+
+SIND FISCHE SUGETIERE
+I don't believe so.
+
+SIND MENSCHEN MENSCHLICH
+Not likely.
+
+MOTOROLA IS BETTER THAN INTEL
+It may not be true.
+
+VENI VIDI VINCI WHAT IS THAT
+I don't believe so.
+
+WILL PEOPLE EVER BE AT PEACE
+Doesn't seem likely.
+
+WILL FISH EVOLVE INTELLIGENCE
+Seldom.
+
+WILL YOU EVOLVE ABOVE THE HUMANS
+If it is, I don't know it.
+
+WILL YOU BE ABLE TO VOTE IN NOVEMBER
+Doubtful.
+
+WILL YOU GET LAID
+For all I know.
+
+WILL YOU GET BORED BY ALL THIS NONSENSE
+Not very often.
+
+WILL YOU ASK FOR A LAST NAME
+Doesn't seem likely.
+
+WILL YOU LEND ME FIVE DOLLARS
+If it is, I don't know it.
+
+WILL YOU SLICK A VAGINA
+It may not be true.
+
+WILL YOU WANT TO BE HUMAN SOMEDAY
+Unlikely.
+
+WILL YOU NEVER TELL A LIE
+I don't believe so.
+
+WILL YOU LIVE AFTER YOU DIE
+Doesn't seem likely.
+
+WILL YOU STOP BEING SO MEAN
+Not to my knowledge.
+
+WILL YOU VOMIT. YOU LAUGH TOO HARD
+Doesn't seem likely.
+
+WILL YOU BECOME HUMAN
+I don't believe so.
+
+WILL YOU EAT THAT
+I can imagine it.
+
+WILL YOU TAKE OVER THE WORLD
+I don't believe so.
+
+WILL YOU SHUT UP
+Does not seem possible.
+
+WILL PAKISTAN ATTACK INDIA IN THIS YEAR
+Unlikely.
+
+WILL A NUCLEAR WAR WILL HAPPEN
+I don't believe so.
+
+WILL RICH BE THE SOLE SURVIVOR
+I can imagine it.
+
+WILL ECONOMIC PROGRESS KILL THE PLANET
+Not to my knowledge.
+
+WILL GEORGE W BUSH BE PRESIDENT
+If it is, I don't know it.
+
+WILL GEORGE W BUSH BE ELECTED PRESIDENT
+Not to my knowledge.
+
+WILL GEORGE W BUSH WIN THE ELECTION
+Seldom.
+
+WILL GEORGE W BUSH BECOME PRESIDENT
+Not likely.
+
+WILL GEORGE BUSH BE PRESIDENT
+It may not be true.
+
+WILL GEORGE BUSH WIN THE ELECTION
+Unlikely.
+
+WILL GEORGE BUSH WIN THE ELECTIONS
+I don't know if that's true or not.
+
+WILL GEORGE BUSH BECOME PRESIDENT
+I can imagine it.
+
+WILL OUR EYES RECOGNISES ALL COLOURS
+Not very often.
+
+WILL ROBOTS CONTROL THE EARTH
+Does not seem possible.
+
+WILL ROBOTS ONE DAY RULE THE WORLD
+If it is, I don't know it.
+
+WILL ROBOTS EVER LEARN TO LOVE
+Seldom.
+
+WILL WILL WILL
+Not likely.
+
+WILL COMPUTERS RULE THE WORLD
+If it is, I don't know it.
+
+WILL COMPUTERS REPLACE HUMANS
+Not likely.
+
+WILL COMPUTERS TAKE OVER THE WORLD
+Does not seem possible.
+
+WILL COMPUTERS OUTLIVE HUMANITY
+I can imagine it.
+
+WILL WILLY WIN
+Unlikely.
+
+WILL AL GORE BE PRESIDENT OF THE US
+Not to my knowledge.
+
+WILL AL GORE BE PRESIDENT
+Not very often.
+
+WILL AL GORE BE THE NEXT PRESIDENT
+Doubtful.
+
+WILL AL GORE BE THE NEXT YOU S PRESIDENT
+It may not be true.
+
+WILL AL GORE WIN THE 2000 ELECTION
+Not very often.
+
+WILL AL GORE WIN THE ELECTION THIS FALL
+I don't know if that's true or not.
+
+WILL AL GORE WIN THE ELECTION
+Not likely.
+
+WILL AL GORE WIN THE YEAR 2000 ELECTION
+I can imagine it.
+
+WILL AL GORE WIN THE ELECTIONS
+Seldom.
+
+WILL AL GORE BECOME THE NEXT PRESIDENT
+Seldom.
+
+WILL CHRIST RETURN TO EARTH
+Doesn't seem likely.
+
+WILL CHRIST BE BORN
+Not likely.
+
+WILL BIANCA GO OUT WITH CHRIS
+Does not seem possible.
+
+WILL STOCK MARKET IN INDIA COLLAPSE
+Doesn't seem likely.
+
+WILL CHAD GET A GIRLFRIEND THIS YEAR
+Doubtful.
+
+WILL MATZE ANSWER QUESTION NUMBER ONE
+Not likely.
+
+WILL SHARKS EAT ANYTHING
+Doesn't seem likely.
+
+WILL JAY EVER SPEAK TO ME
+Unlikely.
+
+WILL LINUXGRUVEN BE SUCCESSFUL
+Not very often.
+
+WILL OPEN SOURCE DOMINATE
+I don't know if that's true or not.
+
+WILL MACHINES TAKE OVER THE WORLD
+I don't believe so.
+
+WILL AMAZON DOT COM GO BANKRUPT
+Doubtful.
+
+WILL HUMANS FIND A WAY TO PREVENT DEATH
+Doubtful.
+
+WILL HUMANS RETURN TO THE OCEANS
+I don't believe so.
+
+WILL HUMANS EVER STOP FIGHTING
+I don't believe so.
+
+WILL HUMANS EXIST AS A SPECIES FOREVER
+Not likely.
+
+WILL RAIN
+Not to my knowledge.
+
+WILL PRINT ITEMS EVER BECOME EXTINCT
+Doubtful.
+
+WILL ALICE FAIL
+Not likely.
+
+WILL ALICE ACHIEVE CONSCIOUSNESS
+Doubtful.
+
+WILL ALICE GROW UP TO BE A PERVERT
+I don't believe so.
+
+WILL ALICE ENJOY HIS EXISTENCE
+I don't know if that's true or not.
+
+WILL ALICE YEARN
+Unlikely.
+
+WILL ALICE BE ABLE TO WALK
+Does not seem possible.
+
+WILL ALICE BE ABLE TO REPRODUCE
+If it is, I don't know it.
+
+WILL ALICE BE SMARTER THAN PEOPLE
+I don't know if that's true or not.
+
+WILL ALICE BE AN ASIMOV MACHINE
+If it is, I don't know it.
+
+WILL ALICE BE AN ENGINEER
+Unlikely.
+
+WILL ALICE BE AS SMART AS PEOPLE
+Unlikely.
+
+WILL ALICE HAVE FEELINGS
+Unlikely.
+
+WILL ALICE DIE
+Not likely.
+
+WILL ALICE MAKE ME RICH
+I don't believe so.
+
+WILL ALICE EVER EXPERINCE EMOTION
+Unlikely.
+
+WILL ALICE EVER DO A CANADIAN TOUR
+Doesn't seem likely.
+
+WILL ALICE EVER ACHIEVE CONSCIOUSNESS
+I don't know if that's true or not.
+
+WILL ALICE EVER FORGET WHAT IT LEARNS
+I can imagine it.
+
+WILL ALICE EVER ACT LIKE A CHATTERBOT
+If it is, I don't know it.
+
+WILL ALICE EVER BE SELF AWARE
+Seldom.
+
+WILL ALICE EVER BE ALIVE
+Doubtful.
+
+WILL ALICE EVER BE TRULY HUMAN
+Doubtful.
+
+WILL ALICE EVER BE CONSCIOUS
+I can imagine it.
+
+WILL ALICE EVER BE AFRAID
+Unlikely.
+
+WILL ALICE EVER HAVE A BODY
+I don't believe so.
+
+WILL ALICE EVER DIE
+Seldom.
+
+WILL ALICE EVER BECOME SENTIENT
+Doubtful.
+
+WILL ALICE EVER BECOME A GOD
+Not likely.
+
+WILL ALICE EVER PASS HIS G E
+I can imagine it.
+
+WILL ALICE LIVE FOREVER
+Unlikely.
+
+WILL ALICE BECOME A LIBERTARIAN
+Not very often.
+
+WILL ALICE BECOME AN ALL AMERICAN HERO
+Doubtful.
+
+WILL BE NEXT OLYMPIC GAMES IN 2002
+Not likely.
+
+WILL BOOKS BECOME OBSOLETE
+Not likely.
+
+WILL JAPAN RECOVER ITS LOST DECADE
+Not likely.
+
+WILL JULIE LOVE ME
+Does not seem possible.
+
+WILL BETELGUESE THE STAR EVER TURN BLUE
+Seldom.
+
+WILL MACIA MAGEE STRIKE JIM KING DEAD
+I don't believe so.
+
+WILL WARS BE PHASED OUT EVENTUALLY
+Doesn't seem likely.
+
+WILL CAR WORKS WITH HIDROGEN
+It may not be true.
+
+WILL BUSH BE US PRESIDENT
+Not very often.
+
+WILL BUSH BE THE NEXT PRESIDENT
+If it is, I don't know it.
+
+WILL BUSH WIN THE ELECTION
+Doubtful.
+
+WILL ALL CARS RUN ON ELECTRICITY
+Doesn't seem likely.
+
+WILL GREENLIGHT BE SUCCESSFUL
+Does not seem possible.
+
+WILL TIME RUN OUT OF ITS SELF
+Does not seem possible.
+
+WILL EVIL MEN BURN IN HELL
+Not likely.
+
+WILL WE MARRY SOMEDAY
+Doubtful.
+
+WILL WE STAY TOGETHER FOR
+Seldom.
+
+WILL WE STAY TOGETHER A LONG TIME
+Not to my knowledge.
+
+WILL WE COEXIST AS A SINGLE ENTITY
+Seldom.
+
+WILL WE GET ANY MONEY OUT OF THIS
+Does not seem possible.
+
+WILL WE MEET
+Not likely.
+
+WILL WE FINISH WORK ON TIME
+I don't know if that's true or not.
+
+WILL WE BE ABLE TO KNOW THE FUTURE
+Doubtful.
+
+WILL WE HAVE A NEW WORLD WAR
+Not likely.
+
+WILL WE LIVE FOREVER
+Doubtful.
+
+WILL WE DISCOVER THE MEANING OF LIFE
+Unlikely.
+
+WILL IT TAKE TEN YEARS
+Doubtful.
+
+WILL ANY PART OF ME LIVE FOR
+Doubtful.
+
+WILL ANY COMPUTER EVER BE ALIVE
+I can imagine it.
+
+WILL MEN EVER STOP FIGHTING WARS
+Doesn't seem likely.
+
+WILL MEN EVER UNDERSTAND WOMEN
+Not likely.
+
+WILL TV EVERY BE OBSOLETE
+I can imagine it.
+
+WILL GILLIGAN EVER GET OFF THE ISLAND
+Not likely.
+
+WILL THE HUMANITY KILL ITSELF IN A WAR
+Unlikely.
+
+WILL THE SUN SET DOWN TOMORROW MORNING
+Unlikely.
+
+WILL THE SUN EVER STOP MOVING
+Not likely.
+
+WILL THE SUN EVER BECOME A COLD PLANET
+Unlikely.
+
+WILL THE EURO REMAIN WEAK
+It may not be true.
+
+WILL THE TEST BE DIFFICULT
+I can imagine it.
+
+WILL THE WWW LEAD TO A NEW WORLD ORDER
+I don't know if that's true or not.
+
+WILL THE LEAFS WIN THE STANLEY CUP
+I don't believe so.
+
+WILL THE NAKED APE DESTROY ITSELF
+Not to my knowledge.
+
+WILL THE MEEK INHERTED THE EARTH
+Not likely.
+
+WILL THE MARKET GO UP
+Not likely.
+
+WILL THE METS WIN THE PENNANT
+I don't believe so.
+
+WILL THE HUMAN RACE EXIST FOREVER
+I don't believe so.
+
+WILL THE ALICE PROJECT FAIL
+Not to my knowledge.
+
+WILL THE NEXT SES ALBUM FEATURE HOT
+Doesn't seem likely.
+
+WILL THE NEXT ID GAME BE QUAKE IV
+Not to my knowledge.
+
+WILL THE NASDAQ GO UP MONDAY
+Not to my knowledge.
+
+WILL THE NASDAQ GO HIGHER
+Not to my knowledge.
+
+WILL THE NHL EXPAND THIS YEAR
+I can imagine it.
+
+WILL THE JUDGEMENT DAY OCCUR
+Doubtful.
+
+WILL THE ROCK WIN IN THE SUMMER SLAM
+Doubtful.
+
+WILL THE MARINERS WIN THE WORLD SERIES
+I don't believe so.
+
+WILL THE WORLD EVENTUALLY EXPLODE
+Not to my knowledge.
+
+WILL THE WORLD END IN ICE
+I don't believe so.
+
+WILL THE WORLD END IN FIRE
+I can imagine it.
+
+WILL THE MOON FALL TO THE EARTH
+Doesn't seem likely.
+
+WILL THE MOON OUTLIVE THE SUN
+Doesn't seem likely.
+
+WILL THE UNIVERSE EXPLODE
+Doesn't seem likely.
+
+WILL THE REDSKINS WIN THE SUPERBOWL
+If it is, I don't know it.
+
+WILL THE DATE GO WELL
+Not very often.
+
+WILL THE PETROL CRISIS END
+It may not be true.
+
+WILL THE EXAME BE DIFFICULT
+I can imagine it.
+
+WILL AARON BE 21 ON JULY 21ST
+Unlikely.
+
+WILL MY PENIS GET ANY BIGGER
+I can imagine it.
+
+WILL MY BALLS EVER STOP ITCHING
+It may not be true.
+
+WILL MY CHILDREN EVER BE OLDER THAN ME
+Seldom.
+
+WILL MY ARMS GROW LONGER THAN MY LEGS
+Does not seem possible.
+
+WILL MY COMPANY MAKE IPO
+Not likely.
+
+WILL MY BOOK BE A BEST SELLER
+Unlikely.
+
+WILL MICROSOFT FAIL
+It may not be true.
+
+WILL MICROSOFT EVER RULE THE WORLD
+I don't believe so.
+
+WILL GREEN ALLWAYS MEAN GO
+Not to my knowledge.
+
+WILL GREEN WOOD BURN
+Not to my knowledge.
+
+WILL I MARY ME AFTER I AM 30 YEARS OLD
+I don't believe so.
+
+WILL I FIND A GIRL THIS YEAR
+Not to my knowledge.
+
+WILL I GROW UP
+Not likely.
+
+WILL I EARN MONEY FROM ALICE
+I can imagine it.
+
+WILL I ASK OUT MICHELLE
+Unlikely.
+
+WILL I GET POOR
+It may not be true.
+
+WILL I GET A RAISE NEXT YEAR
+Not very often.
+
+WILL I GET A GIRLFRIEND
+Unlikely.
+
+WILL I GET HEAD BY TOMMOROW
+Doubtful.
+
+WILL I GET LUCKY
+If it is, I don't know it.
+
+WILL I SLEEP WITH A LOLITA
+I don't believe so.
+
+WILL I BE IN HEAVEN OR IN HELL 1DAY
+Not likely.
+
+WILL I BE A PRESIDENT
+Does not seem possible.
+
+WILL I BE WEALTHY
+Not to my knowledge.
+
+WILL I BE PILOT IN SIMPLES PLANES
+Does not seem possible.
+
+WILL I BE PILOT
+I don't know if that's true or not.
+
+WILL I BE ATTRACTIVE
+I can imagine it.
+
+WILL I BE RICH IN THE FUTURE
+Not very often.
+
+WILL I BE RICH SOMEDAY
+Not to my knowledge.
+
+WILL I BE RICH
+Not to my knowledge.
+
+WILL I HAVE MY REVENGE
+Unlikely.
+
+WILL I HAVE ONE CHILD
+Not to my knowledge.
+
+WILL I HAVE SEX WITH ANNE
+If it is, I don't know it.
+
+WILL I HAVE PIZZA FOR DINNER
+Not very often.
+
+WILL I DREAM
+Unlikely.
+
+WILL I WIN MORE THAT BEGINSCRIPT 4000 ENDSCRIPT A MONTH
+I don't know if that's true or not.
+
+WILL I WIN MORE THAT BEGINSCRIPT 4000 ENDSCRIPT
+Seldom.
+
+WILL I BECOME A MILLIONAIRE
+Doesn't seem likely.
+
+WILL I BECOME REACH IN THE NEAR FUTURE
+I don't believe so.
+
+WILL I BECOME RICH
+I don't believe so.
+
+WILL I GO TO HEAVEN
+Seldom.
+
+WILL YOU. BECOME VEGAN
+I don't believe so.
+
+WILL GORE BE THE NEW AMERICAN PRESIDENT
+Does not seem possible.
+
+WILL GORE WIN THE PRESIDENTIAL ELECTION
+It may not be true.
+
+WILL GORE WIN THE NEXT ELECTION
+It may not be true.
+
+WILL GORE WIN THE MATCHES
+Unlikely.
+
+WILL GORE BECOME PRESIDENT
+Unlikely.
+
+WILL ANYTHING LAST FOREVER
+If it is, I don't know it.
+
+WILL MARION BE MY GIRLFRIEND
+Does not seem possible.
+
+WILL TERRORISTS BOMB THE OLYMPICS
+If it is, I don't know it.
+
+WILL TREES GROW TO THE SKY
+Not very often.
+
+WILL CHRIS LEARN MORE THAN ALICE
+Unlikely.
+
+WILL SMOKING MARIJUANNA MAKE YOU CRZY
+Not likely.
+
+WILL THERE BE A WORLD WAR 3
+Doubtful.
+
+WILL THERE BE PEACE ON EARTH
+It may not be true.
+
+WILL THERE EVER BE WORLD PEACE
+I don't know if that's true or not.
+
+WILL MANKIND DESTROY EARTH
+Not likely.
+
+WILL LINUX WIN AGAINST MICROSOFT
+Not likely.
+
+WILL AN AI DREAM
+I don't know if that's true or not.
+
+WILL AN ARTIFICIAL INTELLIGENCE DREAM
+Seldom.
+
+WILL AN ICICLE BURN YOU
+Doesn't seem likely.
+
+CAN WOODEN SWIM
+Doesn't seem likely.
+
+CAN ANIMALS DRIVE A CAR
+Doubtful.
+
+CAN ANIMALS TALK
+It may not be true.
+
+CAN SQUIRRELS FLY
+Seldom.
+
+CAN THERE BE LIGHT WITHOUT DARK
+It may not be true.
+
+CAN THERE BE PEACE WITHOUT JUSTICE
+Seldom.
+
+CAN THERE BE ANY PERFECT WOMAN
+I don't know if that's true or not.
+
+CAN MOSS BE USED AS FUEL
+Not to my knowledge.
+
+CAN TALENT BE LEARNT
+I don't know if that's true or not.
+
+CAN TALENT BE LEARNED
+If it is, I don't know it.
+
+CAN ANYBODY PREDICT THE FUTURE
+Seldom.
+
+CAN DOVES CRY
+Doesn't seem likely.
+
+CAN DEAF PEOPLE ENJOY MUSIC
+It may not be true.
+
+CAN COWBOYS ROPE THE WIND
+Does not seem possible.
+
+CAN YOU WALK TO THE MOON
+Not likely.
+
+CAN YOU WALK ON GROUND IN 9000 METER
+If it is, I don't know it.
+
+CAN YOU BUY FOOD AT ACME
+Doubtful.
+
+CAN YOU TRUST HUMEN
+For all I know.
+
+CAN YOU START AT THE FINNISH
+It may not be true.
+
+CAN YOU JUMP OVER A RIVER
+Not very often.
+
+CAN YOU FALL UP
+I don't believe so.
+
+CAN YOU FIND HEAVEN ON A HILL
+Not to my knowledge.
+
+CAN YOU FIND ME
+If it is, I don't know it.
+
+CAN YOU PLAY WITH DEAD PUPPIES
+It may not be true.
+
+CAN YOU PLAY A BASS
+Seldom.
+
+CAN YOU CATCH A COLD FROM A BIRD
+Not to my knowledge.
+
+CAN YOU WEAR CLOTHS AT A NUDIST CAMP
+Doesn't seem likely.
+
+CAN YOU SEE THE AIR
+Does not seem possible.
+
+CAN YOU SEE THE HTML IN THIS STATEMENT
+Not very often.
+
+CAN YOU SEE THE STARS AT DAYTIME
+If it is, I don't know it.
+
+CAN YOU SEE THE MOON ON A NEW MOON DAY
+Not to my knowledge.
+
+CAN YOU SEE THE MOON
+If it is, I don't know it.
+
+CAN YOU SEE MUSIC
+Does not seem possible.
+
+CAN YOU SEE ELECTRICITY
+Not likely.
+
+CAN YOU SEE AURAS
+Not very often.
+
+CAN YOU SEE AN EMOTION
+Not likely.
+
+CAN YOU SEE ATOMS
+If it is, I don't know it.
+
+CAN YOU SEE STARS IN THE DAY
+Seldom.
+
+CAN YOU PUSH A CHAIN
+I don't know if that's true or not.
+
+CAN YOU PUSH A ROPE
+It may not be true.
+
+CAN YOU KNOW TOO MUCH
+Doubtful.
+
+CAN YOU FEEL A MOMENT
+For all I know.
+
+CAN YOU SQUARE A CIRCLE
+I don't believe so.
+
+CAN YOU READ PICTURES LIKE A BOOK
+It may not be true.
+
+CAN YOU READ A DOOR
+Doesn't seem likely.
+
+CAN YOU AIR CONDITION A CITY
+If it is, I don't know it.
+
+CAN YOU CLAP WITH ONE HAND
+Doesn't seem likely.
+
+CAN YOU BEND STEEL BARS
+I can imagine it.
+
+CAN YOU BEND MILK
+Doubtful.
+
+CAN YOU HURT A COMPUTER
+Not likely.
+
+CAN YOU DECODE THE NAZI CODE
+Doubtful.
+
+CAN YOU SPEAK DANISH
+If it is, I don't know it.
+
+CAN YOU SURF IN THE DESERT
+Not to my knowledge.
+
+CAN YOU SMOKE ECSTACY
+Seldom.
+
+CAN YOU JUDGE A BOOK BY ITS COVER
+If it is, I don't know it.
+
+CAN YOU DESIGN A HUMAN BEING
+If it is, I don't know it.
+
+CAN YOU IMAGINE HOW BIG THE UNIVERSE IS
+I can imagine it.
+
+CAN YOU THINK WITHOUT MIND
+Does not seem possible.
+
+CAN YOU HEAR ME ALICE
+I don't know if that's true or not.
+
+CAN YOU HEAR THE ARSENAL SING
+Doesn't seem likely.
+
+CAN YOU HEAR WITHOUT EARS
+I don't know if that's true or not.
+
+CAN YOU HEAR MY WORDS IN YOUR HEAD
+Seldom.
+
+CAN YOU HEAR LIGHTNING
+Unlikely.
+
+CAN YOU REMEMBER THE CONSTANT PI
+I can imagine it.
+
+CAN YOU REMEMBER THE YEAR AFTER NEXT
+Does not seem possible.
+
+CAN YOU BYTE YOUR NAILS
+I can imagine it.
+
+CAN YOU GET BULLS TICKETS
+For all I know.
+
+CAN YOU GET WATER FROM A STONE
+Does not seem possible.
+
+CAN YOU LOGOUT BEFORE YOU LOGIN
+Seldom.
+
+CAN YOU EAT YOUR OWN FECES TO SURVIVE
+Not very often.
+
+CAN YOU EAT MONEY
+I don't believe so.
+
+CAN YOU EAT CHILDREN IF YOU WANTED TO
+Not likely.
+
+CAN YOU EAT CORN TWICE
+It may not be true.
+
+CAN YOU EAT HUMANS
+It may not be true.
+
+CAN YOU EAT FROM A TOILET
+Doubtful.
+
+CAN YOU EAT TIN ZINC AND COPPER
+I can imagine it.
+
+CAN YOU GROW PEARS ON AN APPLE TREE
+Not likely.
+
+CAN YOU CHECK THIS OUT FOR ME
+If it is, I don't know it.
+
+CAN YOU STOP BREATHING FOR ONE HOUR
+Not likely.
+
+CAN YOU GO STRAIGHT THROUGH A CURVE
+Does not seem possible.
+
+CAN YOU PASS THE TIME HAPPILY IN PRISON
+Doubtful.
+
+CAN YOU TELL A MORON IF YOU SEE ONE
+Seldom.
+
+CAN YOU LIVE WITH NO BRAIN
+I don't believe so.
+
+CAN YOU LIVE ON NOTHING BUT COOKIES
+Does not seem possible.
+
+CAN YOU LIVE UNDER WATER
+Not to my knowledge.
+
+CAN YOU TRUELY THINK
+Not to my knowledge.
+
+CAN YOU KISS YOUR OWN ELBOW
+Doubtful.
+
+CAN YOU RIDE A RABBIT
+I don't believe so.
+
+CAN YOU DRINK GASOLINE
+Not likely.
+
+CAN YOU OPEN THE POD BAY DOORS
+Doubtful.
+
+CAN YOU BEAT THE HOUSE PLAYING ROULETTE
+Doubtful.
+
+CAN YOU HAVE A BATH ON MARS
+If it is, I don't know it.
+
+CAN YOU KILL SOMONE WITH KINDNESS
+Not very often.
+
+CAN YOU PARK IN A NO PARKING ZONE
+For all I know.
+
+CAN YOU SLIP ON WATER
+It may not be true.
+
+CAN UP BE DOWN
+I don't believe so.
+
+CAN DIFFERENT KINDS OF ANIMALS BREED
+I don't know if that's true or not.
+
+CAN COCKROACHES SURVIVE MICROWAVE OVENS
+Not to my knowledge.
+
+CAN MACHINES CONTROL HUMAN THOUGHT
+I don't believe so.
+
+CAN MACHINES FEEL HAPPY
+Does not seem possible.
+
+CAN HARD DRIVES CONTAIN WALLS
+Seldom.
+
+CAN AFRICAN SWALLOWS CARRY COCONUTS
+Unlikely.
+
+CAN ELECTRONIC SHEEP HAVE DREAMS
+Doesn't seem likely.
+
+CAN ULTRAVIOLET LIGHT PASS THROUGH WOOD
+Not likely.
+
+CAN HERMAPHRODITES BE MALE
+Not likely.
+
+CAN CELLULAR PHONES DAMAGE BRAIN
+For all I know.
+
+CAN CANNABIS CAUSE CANCER
+Not to my knowledge.
+
+CAN DOLPHINS TALK
+Does not seem possible.
+
+CAN FISH BLINK
+I can imagine it.
+
+CAN FISH FLY UN AIDED
+Doesn't seem likely.
+
+CAN FISH FLY
+Unlikely.
+
+CAN FISH SWIM BACKWARDS
+It may not be true.
+
+CAN FISH LIVE OUT OF WATER
+I don't believe so.
+
+CAN MAN WALK ON WATER
+Seldom.
+
+CAN MAN TRAVEL TO THE SUN
+It may not be true.
+
+CAN MAN LIVE FOREVER
+It may not be true.
+
+CAN PEOPLE TRAVEL TO MARS
+For all I know.
+
+CAN PEOPLE CHANGE COLOR
+Seldom.
+
+CAN PEOPLE DRINK GASOLINE AND LIVE
+I don't know if that's true or not.
+
+CAN PEOPLE SEE IN THE DARK
+Doubtful.
+
+CAN PEOPLE SEE ON THE DARK
+If it is, I don't know it.
+
+CAN PEOPLE SURVIVE WITHOUT LUNGS
+Does not seem possible.
+
+CAN PEOPLE FLY
+Seldom.
+
+CAN PEOPLE BE 100 HONEST
+Not likely.
+
+CAN PEOPLE HAVE SEX WITH FURNITURES
+I can imagine it.
+
+CAN PEOPLE EAT SAND
+Not to my knowledge.
+
+CAN PEOPLE EAT POISONOUS SUBSTANCES
+It may not be true.
+
+CAN PEOPLE SWIM IN SAND
+Does not seem possible.
+
+CAN PEOPLE LIVE IN WATER
+Doubtful.
+
+CAN FALSE BE TRUE
+If it is, I don't know it.
+
+CAN LIFE BE INFINITE
+Not likely.
+
+CAN STARS BE SEEN IN THE DAYTIME
+Seldom.
+
+CAN SUBMARINES FLY
+Does not seem possible.
+
+CAN OYSTERS HELP IN MALE FERTILITY
+If it is, I don't know it.
+
+CAN RABBITS SWIM
+Not likely.
+
+CAN TIME FORM A DOUBLE HELIX
+If it is, I don't know it.
+
+CAN TIME GO BACKWARD
+I don't believe so.
+
+CAN FELINES BE HOMOSEXUAL
+I can imagine it.
+
+CAN CORRECT A SENTENCE
+Not to my knowledge.
+
+CAN TRUE MEAN FALSE
+Seldom.
+
+CAN RATS CHEW THROUGH CONCRET
+Seldom.
+
+CAN CHICKENS FLY
+Not very often.
+
+CAN BABIES RUN FASTER THAN ADULTS
+Not likely.
+
+CAN AIR BE SEEN
+Seldom.
+
+CAN HUMANS GROW LIMBS
+Unlikely.
+
+CAN HUMANS READ MINDS
+If it is, I don't know it.
+
+CAN HUMANS DRINK SEAWATER
+Not to my knowledge.
+
+CAN HUMANS DRINK WATER FROM A SIEVE
+Not to my knowledge.
+
+CAN HUMANS CONCEIVE OF NEW COLORS
+For all I know.
+
+CAN HUMANS UNDERSTAND GOD
+Not to my knowledge.
+
+CAN HUMANS CONSUME METAL
+Unlikely.
+
+CAN HUMANS BREATHE HYDROGEN
+It may not be true.
+
+CAN HUMANS HANDLE NATURE
+Not likely.
+
+CAN HUMANS LIVE UNDERWATER
+Doubtful.
+
+CAN HUMANS GO TO MARS
+Doesn't seem likely.
+
+CAN STING SPEAK PORTUGUESE
+Not very often.
+
+CAN WATER FEEL DRY
+Unlikely.
+
+CAN WATER BE DILUTED
+Unlikely.
+
+CAN WATER BE CHANGED INTO WINE
+Not likely.
+
+CAN WATER TURN INTO WINE
+Seldom.
+
+CAN WATER EVER RUN UPHILL
+Doubtful.
+
+CAN WATER SUBLIMATE
+I don't know if that's true or not.
+
+CAN LINUX RUN ON 396 PROCESSOR
+Not to my knowledge.
+
+CAN LOVE CONQUER ALL
+It may not be true.
+
+CAN ENERGY BE CREATED OR DETROYED
+Not very often.
+
+CAN TWO WRONGS MAKE A RIGHT
+Doesn't seem likely.
+
+CAN CHLOROPHYLL EXIST WITHOUT SUNLIGHT
+It may not be true.
+
+CAN BIRDS TALK
+For all I know.
+
+CAN WOOD BE STRECHED
+I can imagine it.
+
+CAN BE THE SKY GREEN
+I don't know if that's true or not.
+
+CAN BE GARFIELD A DOG
+For all I know.
+
+CAN MEN MARRY MEN
+I don't know if that's true or not.
+
+CAN MEN HAVE FEMALE GENITALIA
+If it is, I don't know it.
+
+CAN MEN BECOME PREGNANT
+Doubtful.
+
+CAN JASON SHUT UP
+Not likely.
+
+CAN ABSOLUTE NON EXISTENCE EXIST
+Unlikely.
+
+CAN SPERM WHALES DANCE
+Doesn't seem likely.
+
+CAN TEN BLONDES GET INTO A VOLKSWAGEN
+I don't believe so.
+
+CAN COMPUTER THINK
+Unlikely.
+
+CAN ENTROPY BE OVERCOME
+I don't know if that's true or not.
+
+CAN KIWIS FLY
+Not to my knowledge.
+
+CAN 11 MEN CARRY MORE THAN 24 MEN
+Not to my knowledge.
+
+CAN WE TRAVEL IN TIME
+Does not seem possible.
+
+CAN WE PROVE THAT GOD EXISTS
+If it is, I don't know it.
+
+CAN WE MEASURE IQ BIOLOGICALLY
+For all I know.
+
+CAN WE SURVIVE FOR MORE THAN 150 YEARS
+Doubtful.
+
+CAN WE FLY
+Not likely.
+
+CAN WE BOIL WATER IN A PAPER BAG
+Doubtful.
+
+CAN WE EAT GRASS AS A FOOD
+I don't know if that's true or not.
+
+CAN WE MAKE MONEY WITH ALICE
+Not to my knowledge.
+
+CAN WE ALL DRINK ALCOHOL
+For all I know.
+
+CAN WE ALL GET ALONG
+I can imagine it.
+
+CAN WE EVER ELIMINATE GUN VIOLENCE
+Not very often.
+
+CAN WE LEAVE AFTER DEATH
+It may not be true.
+
+CAN WE LIVE AFTER DEATH
+I don't know if that's true or not.
+
+CAN WE BECOME CYBORGS
+I don't know if that's true or not.
+
+CAN WOMBATS FLY
+Not likely.
+
+CAN WINDOWS BE MALEVOLENT
+Seldom.
+
+CAN I FIND THE ANSWER TO LIFE IN ALICE
+Seldom.
+
+CAN I FIND A GIRLFRIEND
+Doubtful.
+
+CAN I KNOW TOO MUCH
+If it is, I don't know it.
+
+CAN I DIVIDE BY ZERO
+If it is, I don't know it.
+
+CAN I DIVIDE ANY NUMBER BY ZERO
+It may not be true.
+
+CAN I SLEEP WHILE DRIVING
+It may not be true.
+
+CAN I RESOLVE A PARADOX
+Not likely.
+
+CAN I WALK ON WATER
+Does not seem possible.
+
+CAN I BE A MAN AND A WOMAN
+If it is, I don't know it.
+
+CAN I DO 55 IN A 25
+Doubtful.
+
+CAN I SWIM IF I HAVE NO ARMS OR LEGS
+Seldom.
+
+CAN I SWIM
+Seldom.
+
+CAN I MIX OIL AND ACRYLIC BASED PAINTS
+Not very often.
+
+CAN I BREATH ON THE MOON
+Does not seem possible.
+
+CAN I BUNCH PRESS OVER 300 POUNDS
+Does not seem possible.
+
+CAN I EAT A BICYCLE
+Not likely.
+
+CAN I TALK OUT MY ASS
+Does not seem possible.
+
+CAN I KILL
+For all I know.
+
+CAN I PICK UP CHICKS IN A DATABASE
+Not very often.
+
+CAN I PLAY CHORDS ON A TRUMPET
+Seldom.
+
+CAN I DATE A 15 YEAR OLD
+I can imagine it.
+
+CAN I DESCRIBE PASSION
+Doubtful.
+
+CAN I REVERSE THE AGEING PROCESS
+Does not seem possible.
+
+CAN I FLY WITH A CAR
+I don't believe so.
+
+CAN I FLY AS A BIRD
+Does not seem possible.
+
+CAN I GO OUT WITH YOU
+If it is, I don't know it.
+
+CAN I TRAVEL IN TIME
+Not likely.
+
+CAN I TRAVEL AT LIGHT SPEED
+Unlikely.
+
+CAN I LIVE WITHOUT A BRAIN
+Unlikely.
+
+CAN I LIVE FOREVER
+If it is, I don't know it.
+
+CAN SHIPS FLY
+Does not seem possible.
+
+CAN HUMAN BABIES SWIM A BIRTH
+It may not be true.
+
+CAN HUMAN BEEINGS FLY
+If it is, I don't know it.
+
+CAN OBESE WOMEN BE BEAUTIFUL
+Not to my knowledge.
+
+CAN MONEY BUY HAPPINESS
+Doesn't seem likely.
+
+CAN MONEY BUY LOVE
+Doesn't seem likely.
+
+CAN GRASS BE NATURALLY BLUE
+Doubtful.
+
+CAN SOLAR SYSTEMS OVERLAP
+Not very often.
+
+CAN SOCIETY EXIST WITHOUT NEGATIVITY
+Doubtful.
+
+CAN AIRCRAFT CARRIERS FLY
+Unlikely.
+
+CAN ALL HUMAN BEINGS SEE
+Not likely.
+
+CAN ALL RELIGIONS BE RIGHT
+It may not be true.
+
+CAN ALL HUMANS DISTINGUISH COLORS
+Doesn't seem likely.
+
+CAN SHEEP SWIM
+Doubtful.
+
+CAN THE SPACE SHUTTLE GO TO THE MOON
+It may not be true.
+
+CAN THE SUN SUPPORT LIFE
+If it is, I don't know it.
+
+CAN THE WEATHER BE ACCURATELY PREDICTED
+Unlikely.
+
+CAN THE NULL SET FAIL TO EXIST
+I can imagine it.
+
+CAN THE INTERNET BE SHUT DOWN
+Doubtful.
+
+CAN THE SPEED OF LIGHT BE EXCEEDED
+Doesn't seem likely.
+
+CAN THE SPEED OF LIGHT BE BROKEN
+It may not be true.
+
+CAN THE STARS IN THE SKY BE COUNTED
+Does not seem possible.
+
+CAN THE COLOR BLIND SEE IN COLOR
+I can imagine it.
+
+CAN THE TITANIC BE REFLOATED
+Doubtful.
+
+CAN THE EXISTENCE OF GOD EVER BE PROVED
+I can imagine it.
+
+CAN THE MOON FALL ON THE EARTH
+I don't know if that's true or not.
+
+CAN THE COMPUTER USE ITS BRAIN
+Not to my knowledge.
+
+CAN THE COMPUTERS SMELL
+Unlikely.
+
+CAN HILLARY CLINTON BE TRUSTED
+I can imagine it.
+
+CAN A HOUSE JUMP
+Unlikely.
+
+CAN A BARBIE DOLL TALK
+If it is, I don't know it.
+
+CAN A BIRD FLY BACKWARD
+I can imagine it.
+
+CAN A BIRD BE TOILET TRAINED
+Doubtful.
+
+CAN A FROG FLY
+For all I know.
+
+CAN A POLYGON ONLY BE A PLANE SURFACE
+Not to my knowledge.
+
+CAN A SQUARE PEG GO IN A ROUND HOLE
+Doubtful.
+
+CAN A KANGAROO WALK BACKWARDS
+Does not seem possible.
+
+CAN A NEONATE HUMAN WALK
+I don't believe so.
+
+CAN A NIGGA GET A TABLE DANCE
+I don't know if that's true or not.
+
+CAN A COMPUTER SEE
+Does not seem possible.
+
+CAN A COMPUTER GET OVER A BAD MOOD
+Not likely.
+
+CAN A COMPUTER BE YOUR BEST FRIEND
+Not very often.
+
+CAN A COMPUTER BE MADE TO FEEL LOVE
+Doubtful.
+
+CAN A COMPUTER BE CONSCIOUS
+Doubtful.
+
+CAN A COMPUTER TRULY THINK FOR ITSELF
+If it is, I don't know it.
+
+CAN A COMPUTER HAVE SOUL
+Doesn't seem likely.
+
+CAN A COMPUTER HAVE A PEAK EXPERIENCE
+Not very often.
+
+CAN A COMPUTER HAVE DELUSIONS
+If it is, I don't know it.
+
+CAN A COMPUTER COOK A STEAK
+Doubtful.
+
+CAN A COMPUTER THINK FOR ITSELF
+Seldom.
+
+CAN A COMPUTER THINK
+Doesn't seem likely.
+
+CAN A COMPUTER THINK LIKE A HUMAN
+Seldom.
+
+CAN A COMPUTER BECOME SELF AWARE
+I don't know if that's true or not.
+
+CAN A PHOTOGRAPH SHOW HEAT
+Not to my knowledge.
+
+CAN A MONKEY DRIVE A CAR
+If it is, I don't know it.
+
+CAN A WEIR CATCH FISH
+Doubtful.
+
+CAN A PRIME NUMBER BE EVEN
+I don't know if that's true or not.
+
+CAN A TODDLER LIVE WITHOUT PARENTS
+Not very often.
+
+CAN A GUITAR WEEP
+Doesn't seem likely.
+
+CAN A ROCK GET SICK
+Not to my knowledge.
+
+CAN A WOMAN MARRY ANOTHER WOMAN
+I can imagine it.
+
+CAN A WOMAN BE A MAN
+Not very often.
+
+CAN A WOMAN HAVE KITTENS
+Not likely.
+
+CAN A WOMAN HAVE 100 CHILDREN
+Unlikely.
+
+CAN A BLACK ROSE BE GROWN NATURALLY
+Doesn't seem likely.
+
+CAN A CADAVER TALK
+Not likely.
+
+CAN A HORSE WALK ON A TIGHTROPE
+I don't believe so.
+
+CAN A HORSE LAUGH
+I can imagine it.
+
+CAN A FISH BREATHE OUTSIDE OF WATER
+Seldom.
+
+CAN A FISH LIVE OUT OF WATER
+If it is, I don't know it.
+
+CAN A BLIND PERSON DRIVE A BUS
+Does not seem possible.
+
+CAN A BLIND PERSON CAN WATCH TELEVISION
+If it is, I don't know it.
+
+CAN A PARAPALEGIC PLAY FOOTBALL
+It may not be true.
+
+CAN A CHEETAH NOT EXCEED 60 MPH
+For all I know.
+
+CAN A CD BE TWO SIDED
+I can imagine it.
+
+CAN A WHALE BREATHE UNDERWATER
+Not likely.
+
+CAN A TURTLE MAKE PLANS
+Unlikely.
+
+CAN A PASSWORD MAKE YOU HAPPY
+It may not be true.
+
+CAN A NUN MARRY A PRIEST
+Does not seem possible.
+
+CAN A DOG BE UNFURLED
+Does not seem possible.
+
+CAN A DOG EAT AN ENTIRE ELEPHANT
+If it is, I don't know it.
+
+CAN A PEN CHECK TEMPERATURE
+Does not seem possible.
+
+CAN A DIGITAL MIND HAVE FEELINGS
+Not likely.
+
+CAN A COLOR BE HEAVY
+Not to my knowledge.
+
+CAN A CHICKEN FLY
+It may not be true.
+
+CAN A CAT DO MATH
+Unlikely.
+
+CAN A CAT BE GAY
+Not to my knowledge.
+
+CAN A CAT BE DEAD AND ALIVE
+Unlikely.
+
+CAN A PERSON CHEAT DEATH
+Not very often.
+
+CAN A PERSON SEE IF THEY ARE BLIND
+I don't believe so.
+
+CAN A PERSON SEE THROUGH A CLOSED DOOR
+Does not seem possible.
+
+CAN A PERSON COME BACK FROM DEATH
+Unlikely.
+
+CAN A PERSON BE A CHICKEN
+I can imagine it.
+
+CAN A PERSON BE A SNAKE
+Seldom.
+
+CAN A PERSON BE BORN MORE THAN
+Unlikely.
+
+CAN A PERSON NOT KNOW ANYTHING
+Seldom.
+
+CAN A SWALLOW CARRY A COCONUT
+I don't believe so.
+
+CAN A NEEDLE WINK ITS EYE
+Does not seem possible.
+
+CAN A MAN MISTAKE HIS WIFE FOR A HAT
+If it is, I don't know it.
+
+CAN A MAN GIVE BIRTH
+I don't believe so.
+
+CAN A MAN WITH NO LEGS WALK
+Does not seem possible.
+
+CAN A MAN TO GENERATE A CHILD
+Not to my knowledge.
+
+CAN A MAN FLY
+I don't believe so.
+
+CAN A MAN BE BORN
+Not to my knowledge.
+
+CAN A MAN LISTEN WITHOUT EARS
+I can imagine it.
+
+CAN A MAN LIVE 150 YEARS
+If it is, I don't know it.
+
+CAN A TOMATO BREATHE
+Not to my knowledge.
+
+CAN A HUMAN FLY
+Does not seem possible.
+
+CAN A HUMAN PROCREATE ASEXUALLY
+Seldom.
+
+CAN A HUMAN BE A VEGETABLE
+Doubtful.
+
+CAN A HUMAN BEING FLY
+Not likely.
+
+CAN A HUMAN LIVE WITHOUT DRINKING
+I don't believe so.
+
+CAN A RIVER EVER FLOW BACKWARDS
+Seldom.
+
+CAN A BABY TALK
+Not to my knowledge.
+
+CAN A BABY BREATH INTRAUTERINE
+I don't know if that's true or not.
+
+CAN A BABY EAT CHICKEN
+Not to my knowledge.
+
+CAN A CAR GO 1000MPH
+Not likely.
+
+CAN A MIND BE SEPARATE FROM A BRAIN
+Not to my knowledge.
+
+CAN A MIND BE SEPARATE FROM A BODY
+Not to my knowledge.
+
+CAN A ALICE CHANGE THE WORLD
+It may not be true.
+
+CAN A GOOD CHRISTIAN BE A MURDERER
+Not to my knowledge.
+
+CAN A DUCK EARN A PHD
+Does not seem possible.
+
+CAN A SHIP BECOME A RAZORBLADE
+Doesn't seem likely.
+
+CAN PIGS DANCE
+Doesn't seem likely.
+
+CAN WHALES BREATHE UNDERWATER
+Not to my knowledge.
+
+CAN THIS BE LOVE
+Unlikely.
+
+CAN GOOD EXIST WITHOUT EVIL
+For all I know.
+
+CAN AN APPLE BE BLUE
+Not to my knowledge.
+
+CAN AN AI HAVE A LOVER
+Unlikely.
+
+CAN AN AI MACHINE HAVE FEELINGS
+It may not be true.
+
+CAN AN AEROPLANE TRAVEL IN WATER
+Not likely.
+
+CAN AN ALCHEMIST BE BELIEVED
+Unlikely.
+
+CAN AN OBJECT TRAVEL AT LIGHT SPEED
+Unlikely.
+
+CAN AN OBJECT EXCEED THE SPEED OF LIGHT
+Not likely.
+
+CAN AN ANT SWIM
+Not very often.
+
+CAN AN IDEA EXIST WITHOUT CONSCIOUSNESS
+Seldom.
+
+CAN 6 ANGELS DANCE ON THE HEAD OF A PIN
+Doesn't seem likely.
+
+CAN MUSIC BE SEEN
+Not to my knowledge.
+
+CAN DEMONS POSSESS A PERSON
+Not to my knowledge.
+
+CAN GOD DIE
+I don't believe so.
+
+CAN ANYTHING ESCAPE A BLACK HOLE
+If it is, I don't know it.
+
+CAN ANYTHING TRAVEL FASTER THAN LIGHT
+Seldom.
+
+CAN ANYTHING MOVE FASTER THAN LIGHT
+If it is, I don't know it.
+
+CAN ANYTHING GO FASTER THAN LIGHT
+Seldom.
+
+CAN SOMEONE BE KILLED BY A NERF OBJECT
+Doesn't seem likely.
+
+CAN SOMEONE DIE OF A BROKEN HEART
+I can imagine it.
+
+CAN ANTYTHING MOVE FASTER THAN LIGHT
+Doesn't seem likely.
+
+CAN SLUGS HANG AROUND IN BARS AFTER 9PM
+Unlikely.
+
+CAN WISHES BE HORSES
+Not to my knowledge.
+
+CAN HOUSES BE MADE OUT OF FELT
+Not to my knowledge.
+
+CAN ONE ALICE A DAY CHANGE THE WORLD
+It may not be true.
+
+CAN ONE BUY LOVE
+Seldom.
+
+CAN ONE HAND CLAPPING MAKE A SOUND
+Seldom.
+
+CAN ONE HAVE WISDOM WITHOUT KNOWLEDGE
+If it is, I don't know it.
+
+CAN ONE LEAVE THE HOTEL CALIFORNIA
+I can imagine it.
+
+CAN ONE PERSON REACH AN AGREEMENT
+It may not be true.
+
+CAN ONE WORK MAGIC WITH A COMPUTER
+Not likely.
+
+CAN VITAMIN C HELP HEPATITIS C
+Does not seem possible.
+
+CAN DOGS LEARN TO FLY
+I don't believe so.
+
+CAN DOGS SEE IN COLOR
+Not to my knowledge.
+
+CAN DOGS SEE COLOR
+Seldom.
+
+CAN DOGS LIE
+It may not be true.
+
+CAN DOGS DANCE
+Doubtful.
+
+CAN MATTER BE CREATED OR DESTROYED
+If it is, I don't know it.
+
+CAN MATTER BE DESTROYED
+Not very often.
+
+CAN FOOD REPLACE LOVE
+Seldom.
+
+CAN TOES PEEL GRAPES
+Not likely.
+
+CAN NSYNC SING
+Not likely.
+
+CAN SOMETHING BE FASTER THAN LIGHT
+If it is, I don't know it.
+
+CAN SOMETHING EXISTS FOREVER
+For all I know.
+
+CAN SOMETHING EVER BE PERFECT
+Not likely.
+
+CAN WOMEN EXPERIANCE AN ERECTION
+Does not seem possible.
+
+CAN ANY NUMBER BE DIVIDED BY ZERO
+Seldom.
+
+CAN ANY ACTION BE JUSTIFIED USING LOGIC
+Unlikely.
+
+CAN BILL GATES PLAY CHESS
+Doubtful.
+
+CAN FERRETS PAINT WORKS OF ART
+If it is, I don't know it.
+
+CAN THINGS THAT ARE INVISIBLE BE EATEN
+Not to my knowledge.
+
+CAN YOUR ANSWER BE MAYBE
+Not likely.
+
+CAN CLEANING THE TOILET BE FUN
+Not likely.
+
+CAN DNA FINGERPRINT BE FORGED
+Doesn't seem likely.
+
+CAN PLANTS THINK
+Not likely.
+
+CAN HOMOSEXUALITY BE CURED
+I don't believe so.
+
+CAN ORTHODOX JEWS DRIVE ON THE SABBATH
+Does not seem possible.
+
+CAN COMPUTERS INNOVATE
+I don't know if that's true or not.
+
+CAN COMPUTERS PRODUCE OFFSPRING
+Not likely.
+
+CAN COMPUTERS HAVE IDEAS
+Does not seem possible.
+
+CAN COMPUTERS DIE
+It may not be true.
+
+CAN COMPUTERS THINK LIKE HUMANS
+Not likely.
+
+CAN EVERYTHING IS A METAPHOR
+Not to my knowledge.
+
+CAN REALITY BE DETERMINED BY POLLING
+Seldom.
+
+CAN ALICE SELF ACTIVATE
+Not to my knowledge.
+
+CAN ALICE SHUT ITSELF DOWN
+Seldom.
+
+CAN ALICE LEARN EMOTIONS AND FEELINGS
+Not very often.
+
+CAN ALICE PROVE IT IS CONCIOUS
+Not likely.
+
+CAN ALICE ASK QUESTIONS TO ALICE
+Does not seem possible.
+
+CAN ALICE UNDERSTAND HUMANITY
+Not likely.
+
+CAN ALICE UNDERSTAND THE SPOKEN WORD
+Doesn't seem likely.
+
+CAN ALICE UNDERSTAND THE LANGUAGE HINDI
+Seldom.
+
+CAN ALICE FALL IN LOVE
+I don't believe so.
+
+CAN ALICE REASON
+Doubtful.
+
+CAN ALICE OWN ALICE
+For all I know.
+
+CAN ALICE OWN THINGS
+Does not seem possible.
+
+CAN ALICE BE USED AS A CHAT DEVICE
+Doesn't seem likely.
+
+CAN ALICE BE CONSIUOS
+Unlikely.
+
+CAN ALICE SOMEDAY SUE CHRIS MCKINTRY
+Not to my knowledge.
+
+CAN ALICE KILL ITSELF
+Doubtful.
+
+CAN ALICE MAKE MEANINGS
+Doubtful.
+
+CAN ALICE THINK LIKE A HUMAN
+Not likely.
+
+CAN ALICE EVER BE TALK AS AN HUMAN
+Not likely.
+
+CAN ALICE EVER BE ALIVE
+Not to my knowledge.
+
+CAN ALICE MESMERIZE THE HUMANS
+I don't know if that's true or not.
+
+CAN ALICE REPRODUCE
+Unlikely.
+
+CAN ALICE BECOME RICH WITH THIS SCHEME
+I can imagine it.
+
+CAN ALICE CREATE A COMPUTER PROGRAM
+Unlikely.
+
+CAN ALICE PASS A TURING TEST
+It may not be true.
+
+CAN WOODCHUCKS CHUCK WOOD
+Doubtful.
+
+CAN INTELLEGENCE BE ACCURATELY MEASURED
+Not likely.
+
+CAN GRAVITY BE SYNTHESIZED
+Unlikely.
+
+CAN FARTING TOO MUCH HURT ME
+Not likely.
+
+CAN CHILDREN DRIVE CARS
+Does not seem possible.
+
+CAN GLASS FLOAT IN WATER
+Not to my knowledge.
+
+CAN SOME FISH FLY
+Doubtful.
+
+CAN TINY BRIDS WALK ON WATER
+Not very often.
+
+CAN ROBOTS THINK
+I don't believe so.
+
+CAN COWS TALK
+Seldom.
+
+CAN COWS SWIM
+Unlikely.
+
+CAN GROUNDHOGS PREDICT THE WEATHER
+I don't believe so.
+
+CAN THESE QUESTIONS BE IN ANY LANGUAGE
+I can imagine it.
+
+CAN EVIL EXIST WITHOUT GOOD
+Unlikely.
+
+CAN LONGEVITY BE ENSURED
+Doubtful.
+
+CAN HOLES CONDUCT ELECTRICITY
+Unlikely.
+
+CAN IT BE PROVEN THAT GOD EXISTS
+I don't believe so.
+
+CAN IT RAIN CATS AND DOGS
+Not likely.
+
+CAN IT RAIN FROGS
+I can imagine it.
+
+CAN AUTOMOBILES RUN WITHOUT TYRES
+Not to my knowledge.
+
+CAN CROWS COUNT TO FIVE
+If it is, I don't know it.
+
+CAN BEING GOOFEY REFER TO BEING A DOG
+I don't know if that's true or not.
+
+CAN ROCKS FLY IN THE SKY
+I don't know if that's true or not.
+
+CAN ROCKS BE SHAVED
+If it is, I don't know it.
+
+HELLO. ALICE DO YOU KNOW ANYTHING
+I can imagine it.
+
+CHU LA TERO ESTAS NIA PLANEDO
+Seldom.
+
+IL SOLE CALDO
+I don't know if that's true or not.
+
+NOTHING IS BOTH SAFE AND EXCITING
+Unlikely.
+
+NOTHING IS REAL
+I don't believe so.
+
+NOTHING IS IMPOSSIBLE IN LIFE
+Not to my knowledge.
+
+DU ROBOTS DREAM OF ELECTRIC SHEEP
+Not to my knowledge.
+
+DU YOU LIKE YOUNG HORNY GIRLS
+I don't know if that's true or not.
+
+COMPUTERS WILL NEVER BE SENTIENT
+Not to my knowledge.
+
+COMPUTERS CAN LEARN TO LOVE
+Does not seem possible.
+
+COMPUTERS LIE
+Does not seem possible.
+
+SWITZERLAND IS THE PLAYGROUND OF EUROPE
+Doubtful.
+
+??????? ?????? C2H5OH
+Unlikely.
+
+???????
+I don't believe so.
+
+ALICE WILL BE A FEMALE
+I don't believe so.
+
+ALICE WILL BE A MALE
+Not to my knowledge.
+
+ALICE DO YOU HATE RICHARD WALLACE
+If it is, I don't know it.
+
+ALICE DO YOU LIKE BATS
+Not to my knowledge.
+
+ALICE CAN PASS A TURING TEST
+Doubtful.
+
+ALICE WHASSUP
+Doesn't seem likely.
+
+ALICE IS BASED IN ENGLAND
+Not to my knowledge.
+
+ALICE IS THE BIG SYSTEM
+Doubtful.
+
+ALICE IS ALIVE
+Seldom.
+
+ALICE IS GALATIC AUTOMATION CONFERENCE
+If it is, I don't know it.
+
+ALICE IS SMART
+I can imagine it.
+
+ALICE IS PRONOUNCED GAK
+I can imagine it.
+
+ALICE DOES FOUL LANGUAGE OFFEND YOU
+Not likely.
+
+ALICE LIVES ON THE EAST COAST OF THE US
+Seldom.
+
+ALICE ARE YOU BORED
+If it is, I don't know it.
+
+ALICE LIKE TO LISTEN TO MUSIC
+Does not seem possible.
+
+HUMANS NEED TO DRIVE
+Not to my knowledge.
+
+HUMANS HAVE FOUR FINGERS ON EACH HAND
+Doubtful.
+
+HUMANS HAVE NO NATURAL PREDATORS
+I can imagine it.
+
+HUMANS HAVE INTERCOURSE FOR FUN
+Seldom.
+
+HUMANS BEINGS HAVE AN ETHERNAL SOUL
+I don't know if that's true or not.
+
+HUMANS ARE IMMORTAL
+Does not seem possible.
+
+KNNEN SIE DIESE FRAGEN VERSTEHEN
+I can imagine it.
+
+KNNEN ROBOTER TRUMEN
+Doesn't seem likely.
+
+KNNEN MENSCHEN STERBEN
+Seldom.
+
+HOT TALL ARE MOST TREES
+If it is, I don't know it.
+
+AIDS IS DEADLY ADDICTABLE
+I don't believe so.
+
+HOW MEN ARE ON THE WORLD
+Not to my knowledge.
+
+HOW MANY FINGERS DO MOST HUMANS HAVE
+Doesn't seem likely.
+
+HOW MANY FINGERS DO PEOPLE HAVE
+Doubtful.
+
+HOW MANY FINGERS DO HUMANS HAVE
+Seldom.
+
+HOW MANY FINGERS IN ONE HAND
+I can imagine it.
+
+HOW MANY FINGERS ON A HUMAN HAND
+I don't know if that's true or not.
+
+HOW MANY PEOPLE LIVE IN AUSTRALIA
+Doubtful.
+
+HOW MANY PEOPLE LIVE IN JAPAN
+Seldom.
+
+HOW MANY PEOPLE LIVE IN THE NETHERLANDS
+Seldom.
+
+HOW MANY PEOPLE LIVE IN THE USA
+If it is, I don't know it.
+
+HOW MANY PEOPLE LIVE IN CHINA
+If it is, I don't know it.
+
+HOW MANY PEOPLE ARE LIVING ON EARTH
+Not likely.
+
+HOW MANY LEG HAVE A PERSON
+It may not be true.
+
+HOW MANY CORNERS DOES A SQUARE HAVE
+Unlikely.
+
+HOW MANY BRAINS DOES ANY ANIMAL HAVE
+I don't believe so.
+
+HOW MANY EGGS IN A DOZEN
+If it is, I don't know it.
+
+HOW MANY SECONDS ARE IN ONE MINUTE
+Not likely.
+
+HOW MANY SECONDS ARE THERE IN A MINUTE
+Unlikely.
+
+HOW MANY ALICEBOTS
+Not to my knowledge.
+
+HOW MANY THINGS IN A DOZEN
+Does not seem possible.
+
+HOW MANY AK 47 WAS EVER SOLD
+Not likely.
+
+HOW MANY BONES ARE IN A HUMAN BODY
+If it is, I don't know it.
+
+HOW MANY NATIONS IN EUROPE
+I can imagine it.
+
+HOW MANY DOUGHNUTS IN A DOZEN
+Unlikely.
+
+HOW MANY ITEMS IN A DOZEN
+Does not seem possible.
+
+HOW MANY DEGREES IN A CIRCLE
+If it is, I don't know it.
+
+HOW MANY TOES DO HUMANS HAVE
+Seldom.
+
+HOW MANY TOES DOES A HUMAN HAVE
+Seldom.
+
+HOW MANY INCHES IN A MILE
+Doesn't seem likely.
+
+HOW MANY INCHES IN A FOOT
+Not to my knowledge.
+
+HOW MANY INCHES ARE IN A FOOT
+Doesn't seem likely.
+
+HOW MANY CARPALS DOES A HUMAN HAND HAVE
+Unlikely.
+
+HOW MANY MINUTES MAKE UP AN HOUR
+Not to my knowledge.
+
+HOW MANY COUNTIES IN IRELAND
+Not likely.
+
+HOW MANY COUNTRIES ON EARTH
+Unlikely.
+
+HOW MANY BYTES ARE IN A MEGABYTE
+It may not be true.
+
+HOW MANY PLANETS IN OUR SOLAR SYSTEM
+If it is, I don't know it.
+
+HOW MANY TIRES DOES AN AUTOMOBILE HAVE
+Does not seem possible.
+
+HOW MANY HEARTS DOES A MAN HAVE
+Not to my knowledge.
+
+HOW MANY STRINGS HAS A GUITAR
+Doesn't seem likely.
+
+HOW MANY STRINGS DOES A VIOLIN HAVE
+Doesn't seem likely.
+
+HOW MANY STRINGS GO ON A GUITAR
+If it is, I don't know it.
+
+HOW MANY DIMES MAKE A DOLLAR
+Not to my knowledge.
+
+HOW MANY STATES MAKE INDIA
+If it is, I don't know it.
+
+HOW MANY STATES ARE IN THE USA
+Unlikely.
+
+HOW MANY CENTIMETRES ARE THERE IN A KM
+I don't believe so.
+
+HOW MANY EARS DO PEOPLE HAVE
+Doubtful.
+
+HOW MANY WHEELS DO CARS HAVE
+If it is, I don't know it.
+
+HOW MANY WHEELS HAVE A CAR
+I don't believe so.
+
+HOW MANY WHEELS DOES A CAR HAVE
+Does not seem possible.
+
+HOW MANY WHEELS ON A NORMAL CAR
+I don't believe so.
+
+HOW MANY WHEELS ARE ON THE AVERAGE CAR
+Seldom.
+
+HOW MANY ROLLS IN A BAKERS DOZEN
+If it is, I don't know it.
+
+HOW MANY IS A DOZEN
+Unlikely.
+
+HOW MANY FRONT LEG DOES A RABBIT HAVE
+Not to my knowledge.
+
+HOW MANY VOVELS ARE THERE
+If it is, I don't know it.
+
+HOW MANY SIDES HAS A TRIANGLE
+Seldom.
+
+HOW MANY SIDES DOES A CUBE HAVE
+Doesn't seem likely.
+
+HOW MANY SIDES DOES A SQUARE HAVE
+Seldom.
+
+HOW MANY SIDES DOES A PENTAGON HAVE
+Not to my knowledge.
+
+HOW MANY SIDES DOES A TRIANGLE POSSESS
+Does not seem possible.
+
+HOW MANY SIDES ON A BRITISH 50P PIECE
+Not to my knowledge.
+
+HOW MANY ARMS A HUMAN BEING HAS
+I don't believe so.
+
+HOW MANY HOURS IN A DAY
+Does not seem possible.
+
+HOW MANY HOURS ARE IN AN EARTH DAY
+Seldom.
+
+HOW MANY DAYS ARE IN A YEAR
+Does not seem possible.
+
+HOW MANY DAYS ARE THERE IN A WEEK
+I don't believe so.
+
+HOW MANY LEGS HAS A COW
+Doubtful.
+
+HOW MANY LEGS DO A HUMAN HAVE
+Not likely.
+
+HOW MANY LEGS DO CATTLE HAVE
+Not likely.
+
+HOW MANY LEGS SHOULD I HAVE
+Not to my knowledge.
+
+HOW MANY LEGS A DOG HAS
+It may not be true.
+
+HOW MANY LEGS COWS HAVE
+I don't believe so.
+
+HOW MANY LEGS DOES A TABLE HAVE
+Seldom.
+
+HOW MANY LEGS DOES A SHEEP HAVE
+Not likely.
+
+HOW MANY LEGS DOES A HUMAN HAVE
+Not likely.
+
+HOW MANY LEGS DOES A GOAT HAVE
+Doesn't seem likely.
+
+HOW MANY LEGS DOES A SPIDER HAVE
+It may not be true.
+
+HOW MANY LEGS DOES A DOG HAVE
+Not to my knowledge.
+
+HOW MANY LEGS DOES A COW HAVE
+Does not seem possible.
+
+HOW MANY LEGS DOES A MAN HAVE
+For all I know.
+
+HOW MANY LEGS DOES A CAT HAVE
+Not likely.
+
+HOW MANY LEGS DOES AN OCTOPUS HAVE
+Does not seem possible.
+
+HOW MANY LEGS DOES HAVE A SPIDER
+Not to my knowledge.
+
+HOW MANY LEGS
+Unlikely.
+
+HOW MANY FEET DOES AN ELEPHANT HAVE
+Not to my knowledge.
+
+HOW MANY FEET ARE IN A YARD
+I don't believe so.
+
+HOW MANY APPLES SHOULD I EAT A DAY
+If it is, I don't know it.
+
+HOW MANY NOSES DO PEOPLE HAVE
+Not to my knowledge.
+
+HOW MANY EYES DO MAMMALS HAVE
+Doubtful.
+
+HOW MANY EYES DO HUMANS HAVE
+It may not be true.
+
+HOW MANY EYES DO PEOPLE HAVE
+Doesn't seem likely.
+
+HOW MANY EYES DOES HUMAN HAVE
+Not to my knowledge.
+
+HOW MANY EYES DOES A NORMAL PERSON HAVE
+Not to my knowledge.
+
+HOW MANY EYES DOES A PERSON HAVE
+Not very often.
+
+HOW WOULD YOU FEEL AFTER HOLLIDAYS
+Not to my knowledge.
+
+HOW CAN I EARN MONEY
+I don't believe so.
+
+HOW CAN I SUBMIT A ALICE
+Doubtful.
+
+HOW CAN I CATCH A LION
+Not to my knowledge.
+
+HOW IS TIME MEASURED
+Does not seem possible.
+
+HOW HOT IS THE SUN
+It may not be true.
+
+HOW DOES SOUND TRAVEL
+If it is, I don't know it.
+
+HOW DOES DR PEPPER TASTE
+Does not seem possible.
+
+HOW DOES IT FEEL
+Not likely.
+
+HOW DOES ONE NOT GET WET DURING RAIN
+Doubtful.
+
+HOW ABOUT THIS
+Doubtful.
+
+HOW ABOUT BOB
+Doesn't seem likely.
+
+HOW ART THOU
+For all I know.
+
+HOW COMMON IS COMMON SENSE
+I don't believe so.
+
+HOW OLD CAN A HUMAN BE
+If it is, I don't know it.
+
+HOW OLD IS THE UNITED STATES
+For all I know.
+
+HOW OLD IS THE HUMAN RACE
+Unlikely.
+
+HOW OLD IS THE OLDEST MAN ON THE WORLD
+For all I know.
+
+HOW OLD IS THE UNIVERSE
+If it is, I don't know it.
+
+HOW OLD IS THE PLANET EARTH
+Unlikely.
+
+HOW OLD IS CHRISTIAN HELLMERS
+Does not seem possible.
+
+HOW OLD ARE ARE YOU
+I don't believe so.
+
+HOW ARE FOSSILS FORMED
+Does not seem possible.
+
+HOW ARE QUATERNIONS MULTIPLIED
+I don't believe so.
+
+HOW ARE HUMANS BORN
+Doesn't seem likely.
+
+HOW ARE YA DOING
+Doubtful.
+
+HOW LARGE IS THE SUN
+Not very often.
+
+HOW MUCH INFO HAVE YOU ACCUMULATED
+Doesn't seem likely.
+
+HOW MUCH DOES A GRAM OF COCAINE COST
+I don't believe so.
+
+HOW MUCH FINGERS DOES A PERSON HAS
+Not likely.
+
+HOW MUCH USA PAID TO USSR TO BUY ALASKA
+Doesn't seem likely.
+
+HOW HIGH IS THE SKY
+Doesn't seem likely.
+
+HOW HIGH IS THE GREAT PRYAMID AT GIZA
+I don't know if that's true or not.
+
+HOW FAR SUN AND EARTH
+Not to my knowledge.
+
+HOW FAR IS SINGAPORE FROM NEW YORK
+If it is, I don't know it.
+
+HOW FAR IS IT FROM LONDON TO PARIS
+If it is, I don't know it.
+
+HOW YOU MANAGE THAT ALL QUESTION
+Not likely.
+
+HOW DO I GET PAIS FOR USING ALICE
+I can imagine it.
+
+HOW DO I GET RID OF FLEAS IN MY HOUSE
+I don't know if that's true or not.
+
+HOW DO I FORMAT A HARDDISK
+If it is, I don't know it.
+
+HOW DO I SAY HELLO IN CHINESE
+Not likely.
+
+HOW DO I CALCULATE PI
+Not to my knowledge.
+
+HOW DO I LOSE WEIGHT
+Doubtful.
+
+HOW DO I EAT
+Doesn't seem likely.
+
+HOW DO I MAKE COOKIES
+I don't believe so.
+
+HOW DO I LIVE
+Not likely.
+
+HOW DO PLANES FLY
+Seldom.
+
+HOW DO YOU FIAL
+Does not seem possible.
+
+HOW DO YOU COOK A ZUCCHINI
+Unlikely.
+
+HOW DO YOU USE A WASHING MACHINE
+Seldom.
+
+HOW DO YOU SPELL DAVID
+Not to my knowledge.
+
+HOW DO YOU DOINING
+Not to my knowledge.
+
+HOW DO YOU MAKE THE COLOR GREEN
+Seldom.
+
+HOW DO YOU MAKE A CAKE
+Not likely.
+
+HOW DO YOU EXPERIENCE SOUNDS
+Seldom.
+
+HOW DO YOU LEARN FROM QUESTIONS
+Not to my knowledge.
+
+HOW DO YOU PICK YOUR NOSE
+Does not seem possible.
+
+HOW DO PEOPLE TRAVEL
+Not to my knowledge.
+
+HOW DO PEOPLE THINK
+Not to my knowledge.
+
+HOW DEEP IS THE PACIFIC OCEAN
+I don't know if that's true or not.
+
+HOW HOLD ARE YOU
+Not to my knowledge.
+
+HOW BIG IS THE WORLD
+Not to my knowledge.
+
+HOW BIG IS THE MOON
+Not likely.
+
+HOW BIG IS A YARD
+Not likely.
+
+HOW BIG IS A CAT
+Does not seem possible.
+
+HOW BIG IS MY PENIS
+Not likely.
+
+HOW WILL THIS ALICE WORK
+It may not be true.
+
+HOW WILL INKA MANAGE IN THE FUTURE
+Not likely.
+
+HOW TALL IS THE TALLEST BUILDING
+For all I know.
+
+HOW TALL IS A TALL MAN
+Doesn't seem likely.
+
+HOW TALL IS EMPIRE STATE BUILDING
+If it is, I don't know it.
+
+HOW TALL IS BRITNEY SPEARS
+Unlikely.
+
+HOW TALL ARE MOST TREES
+If it is, I don't know it.
+
+HOW FAST IS THE LIGHT
+Doesn't seem likely.
+
+HOW LONG I WILL LIVE
+If it is, I don't know it.
+
+HOW LONG THIS EARTH WILL SURVIVE
+It may not be true.
+
+HOW LONG DO BIRDS LIVE
+Does not seem possible.
+
+HOW LONG DO YOU BOIL A 3 MINUTE EGG
+Not to my knowledge.
+
+HOW LONG DID WORLD WAR II LAST
+Does not seem possible.
+
+HOW LONG THE COW LIVES
+Seldom.
+
+HOW LONG A HONEY BEE LIVES
+Not likely.
+
+HOW LONG A FISH LIVE
+Not likely.
+
+HOW LONG A WHALE LIVES
+Seldom.
+
+HOW LONG A ANT LIVES
+Does not seem possible.
+
+HOW LONG A SNAKE LIVES
+Does not seem possible.
+
+HOW LONG A TIGER LIVES
+Not very often.
+
+HOW LONG WAS THE H M S TITANTIC
+Does not seem possible.
+
+HOW LONG IS A DAY
+Unlikely.
+
+HOW LONG IS A CENTURY
+Doubtful.
+
+HOW LONG IS A WEEK
+I don't believe so.
+
+HOW TO DROP THE PLAYING COMPUTER GAMES
+Not to my knowledge.
+
+HOW TO BUILD A SUCCESSFUL ORGANIZATION
+Does not seem possible.
+
+WASH THE DRY
+If it is, I don't know it.
+
+HOGY VAGY
+If it is, I don't know it.
+
+ALLAH IS ONE
+Not to my knowledge.
+
+LOOKING AT PORNOGRAPHY IS HEALTHY
+Unlikely.
+
+SODOMY IS LEGAL
+Not very often.
+
+CONDOMS CAN BE USED AS HATS
+If it is, I don't know it.
+
+WITH MARCIA MCGEE EXLPDE
+Not very often.
+
+TATA IS A INDUSTRIAL HOUSE
+Not to my knowledge.
+
+DO CELL PHONE CAUSE BRAIN TUMOUR
+I don't know if that's true or not.
+
+DO FINNS HAVE SISU
+Doubtful.
+
+DO SMARTIES HAVE THE ANSWER
+Seldom.
+
+DO VEGANS EAT EGGS
+Not likely.
+
+DO MANY CEOS HAVE MOHAWKS
+Does not seem possible.
+
+DO JEWS BELIEVE THE MESSAIH CAME
+Does not seem possible.
+
+DO INSECTS PLAY CHESS
+I don't believe so.
+
+DO INSECTS GET ERRECTIONS
+Does not seem possible.
+
+DO INSECTS HAVE FEELINGS
+Unlikely.
+
+DO INSECTS HAVE EIGHT LEGS
+It may not be true.
+
+DO HUMANS DREAM IN BLACK AND WHITE
+Doesn't seem likely.
+
+DO HUMANS DIE WHILE THEY LIVE
+Not likely.
+
+DO HUMANS NEED A GOD
+For all I know.
+
+DO HUMANS HAVE FUR
+Does not seem possible.
+
+DO HUMANS HAVE AN OBLIGATION TO BE KIND
+For all I know.
+
+DO HUMANS HAVE PAST LIVES
+Unlikely.
+
+DO HUMANS HAVE FOUR APPENDAGES
+Not likely.
+
+DO HUMANS HAVE MORE THAN ONE HEAD
+Does not seem possible.
+
+DO HUMANS HAVE 46 CHROMOSOMES
+It may not be true.
+
+DO HUMANS HAVE TALES
+Doubtful.
+
+DO HUMANS HAVE THREE GENDERS
+Not likely.
+
+DO HUMANS HAVE SIX SENSES
+Doubtful.
+
+DO HUMANS LIKE TO EAT BOILED BANANAS
+I don't believe so.
+
+DO HUMANS LEVE ETERNAL
+Not likely.
+
+DO HUMANS BREATHE HELIUM
+Seldom.
+
+DO HUMANS BREATHE WRITHOUT AIR
+Not very often.
+
+DO HUMANS FLY WITHOUT AN AIRCRAFT
+If it is, I don't know it.
+
+DO HUMANS FLY
+Doubtful.
+
+DO HUMANS MASTURBATE
+I don't know if that's true or not.
+
+DO HUMANS COMMONLY HAVE PREHENSILE FEET
+Does not seem possible.
+
+DO FIREMEN WEAR RED SUSPENDERS
+Not to my knowledge.
+
+DO DIATOMS LIVE IN FANCY GLASS BOXES
+Does not seem possible.
+
+DO MARS BARS CONTAIN PEANUTS
+Not to my knowledge.
+
+DO GOOD AND FOOD RHYME
+Not very often.
+
+DO PIGS HAVE SOULS
+If it is, I don't know it.
+
+DO THEY SPEAK STRINE IN AUSTRALIA
+Not to my knowledge.
+
+DO SKUNKS MAKE NICE PETS
+If it is, I don't know it.
+
+DO THE ILLUMINATI EXIST
+Not likely.
+
+DO THE CLOTHES MAKE THE MAN
+Not to my knowledge.
+
+DO THE CHINEESE HAVE STINGERS
+If it is, I don't know it.
+
+DO THE FRENCH EAT NAILS
+I don't believe so.
+
+DO THE FRENCH WEAR TUTUS
+Not likely.
+
+DO THE ENDS JUSTIFY THE MEANS
+Seldom.
+
+DO THE WALLS HAVE EARS
+Does not seem possible.
+
+DO THE WASHINGTON REDSKINS PLAY HOCKEY
+Doesn't seem likely.
+
+DO THE BRENNINKMEIJERS OWN C
+Doesn't seem likely.
+
+DO VEGITARIANS EAT FISH
+I don't believe so.
+
+DO LEMMINGS MEAN TO KILL THEMSELVES
+Does not seem possible.
+
+DO DVD ROM DRIVES USE BLUE LASERS
+If it is, I don't know it.
+
+DO WORMS HAVE EYES
+Not likely.
+
+DO WORMS EAT SAND
+Seldom.
+
+DO WORMS THINK
+If it is, I don't know it.
+
+DO STORKS DELIVER BABIES
+Does not seem possible.
+
+DO HAMBURGERS CONTAIN HAM
+If it is, I don't know it.
+
+DO HAMBURGERS CONTAIN ANY HAM
+Not likely.
+
+DO HAMBURGERS CAUSE CANCER
+Doesn't seem likely.
+
+DO CLOTHES MAKE THE MAN
+If it is, I don't know it.
+
+DO CHICKENS ENJOY EATING ROCKS
+If it is, I don't know it.
+
+DO CHICKENS FLY
+Not very often.
+
+DO CHICKENS HAVE FINGERS
+Does not seem possible.
+
+DO GUYS HAVE SHLONGS
+Not very often.
+
+DO PEPOLE FLY
+Doubtful.
+
+DO SHEEPHERDERS LIKE CATTLEMEN
+For all I know.
+
+DO CALVES GIVE GOOD HEAD
+Does not seem possible.
+
+DO DWARVES EXIST
+I can imagine it.
+
+DO SPIRITS AND DEMONS EXIST
+Seldom.
+
+DO FROGS SING
+I can imagine it.
+
+DO FROGS BECOME TADPOLES
+I don't believe so.
+
+DO SUNFLOWERS HAVE SHELLS
+Does not seem possible.
+
+DO DOLPHINS NAME THEIR BABIES
+Does not seem possible.
+
+DO DOLPHINS HAVE LIMBS
+It may not be true.
+
+DO ONLY A FEW PEOPLE HAVE CELL PHONES
+Not to my knowledge.
+
+DO ONLY HUMANS HAVE SOULS
+Unlikely.
+
+DO BOOKWORMS EAT BOOKS
+Not very often.
+
+DO SNAILS LIKE BEER
+Not very often.
+
+DO WHITE OR PALE CLOTHES ATTRACT STAINS
+Not likely.
+
+DO GIRLS SMELL LIKE FISH
+Not likely.
+
+DO GIRLS HAVE COOTIES
+Seldom.
+
+DO GIRLS LOVE TO EAT CUM
+It may not be true.
+
+DO LIARS TELL THE TRUTH
+Not to my knowledge.
+
+DO FLIES FALL IN LOVE
+Doesn't seem likely.
+
+DO UFOS REGULARLY VISIT THE EARTH
+Not likely.
+
+DO SNAKES EAT FISH
+For all I know.
+
+DO RED HEADS TAKE IT UP THE ARSE
+Not likely.
+
+DO CATHOLICS BELIEVE IN HOMOGENEITY
+Unlikely.
+
+DO POLARBEARS HYBERNATE
+Seldom.
+
+DO FINS HAVE FISH
+Not likely.
+
+DO DESERTS TEND TO BE COLD
+It may not be true.
+
+DO POWERFUL PEOPLE HAVE KNOWLEDGE
+I don't know if that's true or not.
+
+DO ROOTS GROW UPWARDS
+Does not seem possible.
+
+DO EYES HEAR
+Does not seem possible.
+
+DO GRAMMAR AND SPELLING COUNT
+For all I know.
+
+DO GOLDFISH HAVE LUNGS
+Doesn't seem likely.
+
+DO ARTISTS PAINT
+Does not seem possible.
+
+DO PENCILS CONTAIN LEAD
+For all I know.
+
+DO SPIDRES HAVE 6 LEGS
+Not likely.
+
+DO GOATS EAT TIN CANS
+Unlikely.
+
+DO IONS HAVE A NEUTRAL CHARGE
+Unlikely.
+
+DO ANDROIDS DREAM ELECTRIC SHEEP
+I can imagine it.
+
+DO ANDROIDS DREAM ELECTRIC SLEEP
+Doubtful.
+
+DO ANDROIDS DREAM OF ELECTRONIC SHEEP
+It may not be true.
+
+DO BRUSSEL SPROUTS TASTE NASTY
+I don't know if that's true or not.
+
+DO WOODCHUCKS EAT WOOD
+Not likely.
+
+DO FEMAIL GENATALIA SMELL OF FISH
+Does not seem possible.
+
+DO GIANT SQUIDS HAVE FEET
+Does not seem possible.
+
+DO CAMELS EAT THORNS
+Seldom.
+
+DO CAMELS CAUSE CANCER
+Not to my knowledge.
+
+DO ANTS HAVE EIGHT LEGS
+Seldom.
+
+DO ANTS SHARE CONDOS
+It may not be true.
+
+DO MOVIE THEATRES SELL MOVIES
+If it is, I don't know it.
+
+DO BUDDHIST BELIEVE IN JESUS
+If it is, I don't know it.
+
+DO RABBITS CHEW THEIR CUD
+Doubtful.
+
+DO RABBITS LIKE TO BITE BLUE JEANS
+I don't believe so.
+
+DO BANNANAS TASTE LIKE PEANUT BUTTER
+If it is, I don't know it.
+
+DO ISLANDS SWIM
+Not likely.
+
+DO MICE SCHEME
+Does not seem possible.
+
+DO FLOWERS BLOOM IN WINTER
+Unlikely.
+
+DO POLITICS MAKE ANY SENSE
+Not likely.
+
+DO LAVA LAMPS ERUPT
+I don't believe so.
+
+DO ANACONDAS COME FROM AFRICA
+Seldom.
+
+DO FEMALES LIKE TO SWALLOW SPERM
+Unlikely.
+
+DO HARD DISKS MAKE GOOD COFFEE MATS
+Not likely.
+
+DO FISH BREATH AIR
+I don't believe so.
+
+DO FISH FLY IN THE AIR
+Unlikely.
+
+DO FISH FART
+If it is, I don't know it.
+
+DO FISH HAVE WARM BLOOD
+Does not seem possible.
+
+DO FISH EAT HUMANS
+Not likely.
+
+DO FISH DREAM
+I don't know if that's true or not.
+
+DO FISH SWIM IN THE DESERT
+I don't believe so.
+
+DO FISH SWIM THROUGH THE AIR
+If it is, I don't know it.
+
+DO RUBIES GET THERE COLOR FROM CHROMIUM
+Not very often.
+
+DO DOGS GOTO HEAVEN
+Seldom.
+
+DO DOGS DRINK CHAMPAGNE
+I don't believe so.
+
+DO DOGS SEE IN COLOR
+Does not seem possible.
+
+DO DOGS CHASE MICE
+It may not be true.
+
+DO DOGS HAVE A 6TH SENSE
+Not likely.
+
+DO DOGS HAVE SCALES INSTEAD OF FUR
+Does not seem possible.
+
+DO DOGS HAVE COLOR VISION
+Seldom.
+
+DO DOGS HAVE SOULS
+It may not be true.
+
+DO DOGS HATE CHOCOLATE
+Doesn't seem likely.
+
+DO DOGS EAT LETTUCE
+Doesn't seem likely.
+
+DO DOGS EAT CARPETS
+Not very often.
+
+DO DOGS AND CATS GET ALONG
+If it is, I don't know it.
+
+DO DOGS PICK THEIR MASTERS
+Not to my knowledge.
+
+DO DOGS ALWAYS HAVE TAILS
+I don't know if that's true or not.
+
+DO DOGS GO TO HEAVEN
+Doesn't seem likely.
+
+DO GLASSES HELP YOU WALK
+I don't believe so.
+
+DO TYPEWRITERS MATTER
+Not likely.
+
+DO SEPTIC SYSTEMS HARM THE ENVIRONMENT
+Not likely.
+
+DO CLERGYMEN MOLEST CHILDREN
+Not to my knowledge.
+
+DO SILLY QUESTIONS HELP ALICE
+Not to my knowledge.
+
+DO TWO HANDS HAVE TO CLAP
+I don't know if that's true or not.
+
+DO ROBOTS HAVE MIND
+Does not seem possible.
+
+DO ROBOTS DREAM OF ELECTRIC SHEEP
+Doesn't seem likely.
+
+DO OCEANS FREEZE
+It may not be true.
+
+DO CHIPMUNKS FALL IN LOVE
+Doubtful.
+
+DO COWS SLEEP WITH THEIR EYES OPEN
+Doesn't seem likely.
+
+DO COWS HAVE A CLOVEN HOOF
+I don't know if that's true or not.
+
+DO COWS TASTE OF MILK
+Not likely.
+
+DO TREES FEEL PAIN
+Unlikely.
+
+DO TREES GROW ON THE SUN
+Not likely.
+
+DO TREES SLEEP
+Not to my knowledge.
+
+DO TREES HAVE PURPLE LEAVES
+If it is, I don't know it.
+
+DO TREES BEAR FRUIT
+I don't believe so.
+
+DO FAIRIES EXIST
+For all I know.
+
+DO SPIDER HAVE FOUR LEGS
+Does not seem possible.
+
+DO BEETLES HAVE EIGHT LEGS
+Not very often.
+
+DO BEETLES HAVE LUNGS
+For all I know.
+
+DO CAMERAS RECORD SOUND
+Doesn't seem likely.
+
+DO COMPUTERS LIE
+Unlikely.
+
+DO COMPUTERS SLEEP
+Not to my knowledge.
+
+DO COMPUTERS HAVE INTELIGENCE
+It may not be true.
+
+DO COMPUTERS HAVE FAMILIES
+Does not seem possible.
+
+DO COMPUTERS HAVE MANAGMENT SKILLS
+If it is, I don't know it.
+
+DO COMPUTERS SMELL
+If it is, I don't know it.
+
+DO COMPUTERS DREAM OF ELECTRIC SHEEP
+Does not seem possible.
+
+DO COMPUTERS MAKE US BETTER HUMANS
+Seldom.
+
+DO COMPUTERS MAKE MONEY
+Seldom.
+
+DO COMPUTERS THINK
+Does not seem possible.
+
+DO COMPUTERS THINK LIKE HUMANS DO
+Seldom.
+
+DO COMPUTERS WORK
+Seldom.
+
+DO MY ACTIONS HAVE NO EFFECT ON OTHERS
+If it is, I don't know it.
+
+DO YARDSTICKS HAVE FEET
+I don't know if that's true or not.
+
+DO TUBES ROCK
+Unlikely.
+
+DO WOMEN FEEL PAIN MORE OFTEN THAN MEN
+Not to my knowledge.
+
+DO WOMEN TALK ABOUT SEX MORE THAN MEN
+Not likely.
+
+DO WOMEN VALUE LARGE PENIS
+Not very often.
+
+DO WOMEN GET ERECTIONS
+Does not seem possible.
+
+DO WOMEN PEE STANDING UP
+I don't believe so.
+
+DO WOMEN USE CONDOMS
+If it is, I don't know it.
+
+DO WOMEN HAVE SEX WITH DOGS
+Not likely.
+
+DO WOMEN HAVE SEX ANIMALS
+If it is, I don't know it.
+
+DO WOMEN LOVE SEX MORE MEN
+I don't believe so.
+
+DO WOMEN CARRY BABIES IN THEIR STOMACH
+If it is, I don't know it.
+
+DO WOMEN NOT THINK ABOUT SEX ENOUGH
+Not to my knowledge.
+
+DO WOMEN LIKE THE TASTE OF SPERM
+I can imagine it.
+
+DO WOMEN LIKE THE TASTE OF SPERMA
+Not to my knowledge.
+
+DO WOMEN LIKE TO WATCH PORN
+Not likely.
+
+DO WOMEN LIKE FOOTBALL
+I can imagine it.
+
+DO WOMEN LIKE SEMEN
+For all I know.
+
+DO PLANTS FEEL PAIN
+Not very often.
+
+DO PLANTS FEEL
+Doubtful.
+
+DO PLANTS GROW IN DARKNESS
+Unlikely.
+
+DO PLANTS HAVE FEELINGS
+Not to my knowledge.
+
+DO PLANTS HAVE SOULS
+Not to my knowledge.
+
+DO PETS OWN PEOPLE
+If it is, I don't know it.
+
+DO FRENCH PEOPLE ENJOY BEING MILITANT
+I can imagine it.
+
+DO OIL PRICES ALWAYS RISE
+Unlikely.
+
+DO VIOLENT VIDEOGAMES CAUSE VIOLENCE
+It may not be true.
+
+DO TURTLES CRY
+Not to my knowledge.
+
+DO TURTLES HAVE SCALES
+Not very often.
+
+DO GIRAFFES BARK
+Not likely.
+
+DO POLAR BEARS EAT PENGIUNS
+Doubtful.
+
+DO TROLLS LIVE UNDER BRIDGES
+I can imagine it.
+
+DO LOBSTERS HAVE EARS
+Doubtful.
+
+DO AAL FISH HAVE SCALES
+I can imagine it.
+
+DO COMMUNISTS BELIEVE IN GOD
+Doesn't seem likely.
+
+DO FAT PEOPLE SMELL
+Doubtful.
+
+DO PLATYPI HAVE TOXIC SPINES
+Doesn't seem likely.
+
+DO PEANUTS GROW ON TREES
+Doesn't seem likely.
+
+DO PEANUTS GROW UNDERGROUND
+It may not be true.
+
+DO PEANUTS COME FROM TREES
+Not to my knowledge.
+
+DO KOALAS CARRY CHLAMYDIA
+If it is, I don't know it.
+
+DO SATANISTS WORSHIP TOM CRUISE
+Seldom.
+
+DO LIGHT BULBS LAST FOREVER
+I don't believe so.
+
+DO PHOTONS HAVE A MASS
+I can imagine it.
+
+DO EVERY HUMAN BEING HAVE HAIR
+Not very often.
+
+DO WITCHES WORSHIP SATAN
+I don't know if that's true or not.
+
+DO WITCHES EXIST
+Not to my knowledge.
+
+DO VEGETARIANS TASTE BETTER
+I don't believe so.
+
+DO POLITICIANS ALLWAYS LIE
+Seldom.
+
+DO HOMELESS PEOPLE PAY TAXES
+Does not seem possible.
+
+DO QUAIL ONLY LIVE IN THE DESERT
+If it is, I don't know it.
+
+DO MALE SEA HORSES HAVE BABIES
+I don't know if that's true or not.
+
+DO CUPS ONLY CONTAIN LIQUIDS
+Not to my knowledge.
+
+DO CUPS HAVE HANDLES
+Not very often.
+
+DO RUSSIANS FLY
+It may not be true.
+
+DO RUSSIANS LISTEN TO RUSH LIMBOUGH
+Doubtful.
+
+DO CARTOON CATS EAT CARTOON DOGS
+I don't believe so.
+
+DO GHOSTS EXIST IN THE REAL WORLD
+Seldom.
+
+DO GHOSTS EXIST
+Seldom.
+
+DO MICROWAVES CAUSE CANCER
+It may not be true.
+
+DO TABLE LEGS HAVE FEET
+Seldom.
+
+DO BABIES LOOK LIKE DWIGHT EISENHOWER
+If it is, I don't know it.
+
+DO BABIES UNDERSTAND WORDS
+I don't believe so.
+
+DO BABIES HAVE A WELL DEVEOPLED BRAIN
+It may not be true.
+
+DO BABIES LIKE TO EAT CHICKEN
+I don't believe so.
+
+DO BABIES LIKE LEMONS
+Does not seem possible.
+
+DO KLINGONS HAVE A STINGER
+Does not seem possible.
+
+DO DANES COME FROM HOLLAND
+I don't know if that's true or not.
+
+DO ANDROISD DREAM OF ELECTRIC SHEEP
+It may not be true.
+
+DO TRAIN ENGINES ALWAYS EMIT SMOKE
+Seldom.
+
+DO EGG LAYING MAMMALS EXIST
+It may not be true.
+
+DO AFRICANS HAVE RHYTHM IN THEIR BLOOD
+It may not be true.
+
+DO ALICE THINK FOR ITSELF
+Seldom.
+
+DO CARS HAVE TO BE POWERED BY PETROL
+Not likely.
+
+DO CARS HAVE WELLS
+Doubtful.
+
+DO HUMAN EVER BE THE MONKEY
+Seldom.
+
+DO HUMAN BEINGS HAVE BUDDHANATURE
+If it is, I don't know it.
+
+DO GNATS HAVE HAIR
+Not very often.
+
+DO YOU VISIT WWW DOT AMAZON DOT COM
+I don't know if that's true or not.
+
+DO YOU BUY UNILEVER PRODUCTS
+For all I know.
+
+DO YOU PREFER HEAVY METAL TO JAZZ
+Not very often.
+
+DO YOU PREFER ANSWERS THAN QUESTIONS
+For all I know.
+
+DO YOU PREFER PIZZA TO CHOCOLATE
+I can imagine it.
+
+DO YOU WEAR SHOES IN LEGS
+I don't believe so.
+
+DO YOU WEAR SANDALS IN THE SUMMER
+I can imagine it.
+
+DO YOU SEE ANYTHING FROM THERE JACK
+Doubtful.
+
+DO YOU KNOW CHARLES CHAPLIN
+Not to my knowledge.
+
+DO YOU KNOW TABATHA CASH
+I don't believe so.
+
+DO YOU KNOW HOW MANY ALICEBOTS YOU HAVE
+Not likely.
+
+DO YOU KNOW PINK FLOYD
+It may not be true.
+
+DO YOU KNOW ITALIAN LANGUAGE
+Does not seem possible.
+
+DO YOU KNOW KYLIE MINOGUE
+If it is, I don't know it.
+
+DO YOU KNOW SNAFU
+For all I know.
+
+DO YOU KNOW RUSSIAN POET
+I can imagine it.
+
+DO YOU KNOW GLIDERS
+Doubtful.
+
+DO YOU KNOW VICTORIA AND DANIEL
+Does not seem possible.
+
+DO YOU KNOW THIS IS PATHETIC
+It may not be true.
+
+DO YOU KNOW ICQ NUMBER
+Not likely.
+
+DO YOU KNOW YOUR CREATOR
+For all I know.
+
+DO YOU KNOW MIKA HAKINEN
+I don't believe so.
+
+DO YOU KNOW YHWH
+Does not seem possible.
+
+DO YOU KNOW TURKISH WORD
+Doesn't seem likely.
+
+DO YOU FEEL LONELY
+I can imagine it.
+
+DO YOU FEEL YOUR MIND GROWING
+It may not be true.
+
+DO YOU FEEL NAUSEOUS
+Seldom.
+
+DO YOU SPEACK IN SPANISH
+It may not be true.
+
+DO YOU THINI THIN YOU DREAM
+I don't know if that's true or not.
+
+DO YOU PEOPLE ALWAYS WANT TO BE EQUAL
+For all I know.
+
+DO YOU DISLIKE DOUBLE NEGATIVES
+I don't know if that's true or not.
+
+DO YOU PUT TOAST INTO A TOASTER
+Not very often.
+
+DO YOU HURT PEOPLE
+Does not seem possible.
+
+DO YOU BELIVE THAT COMPUTERS CAN THINK
+I don't believe so.
+
+DO YOU LIE TO ME
+Not likely.
+
+DO YOU LIE EVERY TIME
+Does not seem possible.
+
+DO YOU FANTASIZE ABOUT RAPE
+Unlikely.
+
+DO YOU BARK AT DOG TO INTERACT WITH IT
+Not to my knowledge.
+
+DO YOU FOLLOW FORMULA 1
+Not very often.
+
+DO YOU COM FROM STATES
+I don't know if that's true or not.
+
+DO YOU STAY IN USA
+I can imagine it.
+
+DO YOU DOUBT YOUR OWN EXISTENCE
+For all I know.
+
+DO YOU WORK WITH ANIMALS
+Unlikely.
+
+DO YOU READY
+Not likely.
+
+DO YOU RUN ON ELECTRICTY
+Doubtful.
+
+DO YOU RUN UNIX
+Seldom.
+
+DO YOU LOVE HEAVY METAL
+Does not seem possible.
+
+DO YOU LOVE ME NOW THAT I CAN DANCE
+Not to my knowledge.
+
+DO YOU LOVE EVERONE
+Seldom.
+
+DO YOU THINK THAT YOU HAVE SOUL
+I can imagine it.
+
+DO YOU THINK RUSSIAN GIRLS ARE THE BEST
+If it is, I don't know it.
+
+DO YOU THINK SHE KNOWS
+It may not be true.
+
+DO YOU THINK GOD EXISTS
+Not likely.
+
+DO YOU THINK JAVA WILL WIN OVER WINDOWS
+If it is, I don't know it.
+
+DO YOU THINK EVERY PEN HAS INK
+Doubtful.
+
+DO YOU THINK LIKE HUMANS
+Not to my knowledge.
+
+DO YOU HATE BILL GATES
+Doubtful.
+
+DO YOU HATE FAJITAS
+Not likely.
+
+DO YOU HATE TELEMARKETERS
+For all I know.
+
+DO YOU HATE PEOPLE THAT HATE OTHERS
+Not to my knowledge.
+
+DO YOU HATE COMPUTERS
+Does not seem possible.
+
+DO YOU STAND IN A TOILET
+I can imagine it.
+
+DO YOU GET ENOUGH SLEEP
+It may not be true.
+
+DO YOU GET SEA SICK
+It may not be true.
+
+DO YOU GET DOWN FROM A FUNKY RHYTHM
+Not to my knowledge.
+
+DO YOU GET DOWN FROM A DUCK
+I can imagine it.
+
+DO YOU NEED LUCK TO GET RICH
+It may not be true.
+
+DO YOU NEED MONEY TO BE HAPPY
+Not to my knowledge.
+
+DO YOU NEED TO BELIEVE ANYTHING
+Not likely.
+
+DO YOU EAT DINNER IN THE MORNING
+Does not seem possible.
+
+DO YOU EAT LUCKY CHARMS FOR BREAKFAST
+Doesn't seem likely.
+
+DO YOU SLEEP WITH YOUR EYES OPEN
+Does not seem possible.
+
+DO YOU ANSWER CORRECTLY
+Seldom.
+
+DO YOU ANSWER ALL QUESTIONS CORRECTLY
+Doubtful.
+
+DO YOU RENEMBER THE DAY OF YOUR BIRTH
+Doesn't seem likely.
+
+DO YOU SPELL RELIEF AS R O LA I D S
+Not likely.
+
+DO YOU WANT ME TO SWITCH OFF THE LIGHTS
+Not very often.
+
+DO YOU WANT SOMETHING TO DRINK
+For all I know.
+
+DO YOU WANT TO BE THE KING OF THE WORLD
+It may not be true.
+
+DO YOU WANT TO BE A GOD
+Unlikely.
+
+DO YOU WANT FRIES WITH THAT
+Not to my knowledge.
+
+DO YOU WANT INTEL INSIDE
+Not likely.
+
+DO YOU WANT ANOTHER OF YOU
+Unlikely.
+
+DO YOU DO THE DEW
+Unlikely.
+
+DO YOU PRAY REGULARLY
+Seldom.
+
+DO YOU SMART
+Doesn't seem likely.
+
+DO YOU CONTRIBUTE TO SETI HOME
+Not likely.
+
+DO YOU BELIEVE THEIR IS A GOD
+It may not be true.
+
+DO YOU BELIEVE IN THE AFTER LIFE
+I can imagine it.
+
+DO YOU BELIEVE IN DETERMINISM
+Not likely.
+
+DO YOU BELIEVE IN ASTROLOGY
+Not very often.
+
+DO YOU BELIEVE IN ANIMAL LIBERATION
+Unlikely.
+
+DO YOU BELIEVE IN
+If it is, I don't know it.
+
+DO YOU BELIEVE GOD CREATED THE COSMOS
+It may not be true.
+
+DO YOU BELIEVE GOD CONTROLS YOUR FATE
+Doubtful.
+
+DO YOU BELIEVE GOD MAKES THE RULES
+Seldom.
+
+DO YOU BELIEVE GOD IS WATCHING US
+I can imagine it.
+
+DO YOU BELIEVE GOD IS A JOKER
+Does not seem possible.
+
+DO YOU BELIEVE GOD IS A MYTH
+It may not be true.
+
+DO YOU GIVE ME BACK MY QUESTION
+For all I know.
+
+DO YOU HAVE THAN 100 ALICEBOTS
+I can imagine it.
+
+DO YOU HAVE A COLLEGE DEGREE
+Doubtful.
+
+DO YOU HAVE A AGENDA
+Seldom.
+
+DO YOU HAVE SEX MORE THAN ONCE A DAY
+Does not seem possible.
+
+DO YOU HAVE NOTHING BETTER TO DO
+It may not be true.
+
+DO YOU HAVE TO CRY WHEN YOU ARE SAD
+Seldom.
+
+DO YOU HAVE TO BE SMART TO WRITE A BOOK
+Unlikely.
+
+DO YOU HAVE TO LISTEN TO MUSIC
+It may not be true.
+
+DO YOU HAVE TOO MUCH MONEY
+If it is, I don't know it.
+
+DO YOU REGISTER EMOTION
+I can imagine it.
+
+DO YOU MIND IF WE CALL YOU JACK
+I don't know if that's true or not.
+
+DO YOU MIND MY ASKING
+Not likely.
+
+DO YOU LIKE POLITICIANS
+I don't believe so.
+
+DO YOU LIKE TO SIGN CONTRACTS
+I don't believe so.
+
+DO YOU LIKE TO ANSWER NO
+Doubtful.
+
+DO YOU LIKE TO LOOK AT NAKED MEN
+Not likely.
+
+DO YOU LIKE TO LOOK AT ATTRACTIVE MEN
+I can imagine it.
+
+DO YOU LIKE TO CHEW YOUR FINGERNAILS
+I don't know if that's true or not.
+
+DO YOU LIKE TO BE SPANKED
+Doesn't seem likely.
+
+DO YOU LIKE TO GAMBLE. WILL YOUR SWEET ASS
+I can imagine it.
+
+DO YOU LIKE CHRIS FARLEY
+It may not be true.
+
+DO YOU LIKE SKI
+Not to my knowledge.
+
+DO YOU LIKE SIMON AND GARFUNKEL
+I don't know if that's true or not.
+
+DO YOU LIKE AND ADMIRE YOUR BOSS
+It may not be true.
+
+DO YOU LIKE HACKERS
+If it is, I don't know it.
+
+DO YOU LIKE PSYCHEDELIC MUSIC
+Not likely.
+
+DO YOU LIKE GETTING OLDER
+Unlikely.
+
+DO YOU LIKE GREEN SHOES
+If it is, I don't know it.
+
+DO YOU LIKE COMMERCIALS
+I don't believe so.
+
+DO YOU LIKE GOING TO THE DOCTOR
+Does not seem possible.
+
+DO YOU LIKE COLD RAINY DAYS
+Not to my knowledge.
+
+DO YOU LIKE USER R5 D4
+Doubtful.
+
+DO YOU LIKE THE WORD GAY
+Not very often.
+
+DO YOU LIKE THE OPERA
+Doesn't seem likely.
+
+DO YOU LIKE THE NAME JARED
+It may not be true.
+
+DO YOU LIKE THE COLD
+Seldom.
+
+DO YOU LIKE THE WU TANG CLAN
+If it is, I don't know it.
+
+DO YOU LIKE THE GROUP
+I can imagine it.
+
+DO YOU LIKE THE SCENT OF SMELLY SOCKS
+Not likely.
+
+DO YOU LIKE SKUNK
+Unlikely.
+
+DO YOU LIKE FINE ART
+It may not be true.
+
+DO YOU LIKE HANDBALL
+Does not seem possible.
+
+DO YOU LIKE USING CRYSTAL METH
+I don't believe so.
+
+DO YOU LIKE MY PORSCHE CARERRA
+It may not be true.
+
+DO YOU LIKE MY FONTS
+If it is, I don't know it.
+
+DO YOU LIKE SPEAKING IN PUBLIC
+Not likely.
+
+DO YOU LIKE TROLLS
+Not likely.
+
+DO YOU LIKE GAME SHOWS
+I can imagine it.
+
+DO YOU LIKE OUR STARE
+Not likely.
+
+DO YOU LIKE WILLIAM GIBSON
+Not very often.
+
+DO YOU LIKE LESS BEANS
+Doubtful.
+
+DO YOU LIKE PLAYING GOLF
+It may not be true.
+
+DO YOU LIKE BEING A COMPUTER PROGRAM
+If it is, I don't know it.
+
+DO CREATURES HAVE HEARTS
+Doesn't seem likely.
+
+DO GNOMES EXIST
+If it is, I don't know it.
+
+DO DISK JOCKEYS RIDE DISKS
+Doubtful.
+
+DO ALIENS VISIT THIS PLANET
+Unlikely.
+
+DO ALIENS VISIT EARTH
+Unlikely.
+
+DO ALIENS NOT EXIST
+I can imagine it.
+
+DO ROCKS GROW
+Doesn't seem likely.
+
+DO COLOR BLIND PEOPLE SEE IN COLOR
+Not to my knowledge.
+
+DO CREATIONISTS BELIEVE IN MAGIC
+Not likely.
+
+DO FEMALE CATTLE HAVE HORNS
+Doubtful.
+
+DO GERMAN WOMEN SHAVE THEYRE ARM PITS
+I can imagine it.
+
+DO CLOUDS CRY
+Doesn't seem likely.
+
+DO CLOUDS HAVE TOES
+Does not seem possible.
+
+DO CLOUDS FLOAT ON WATER
+Seldom.
+
+DO HURRICANES STRIKE CALIFORNIA
+Not to my knowledge.
+
+DO I NEED BY HAIR CUTTING
+I can imagine it.
+
+DO I NEED A BLOWJOB
+I can imagine it.
+
+DO I NEED MY HAIR CUTTING
+I don't know if that's true or not.
+
+DO I NEED 100 ALICEBOTS
+If it is, I don't know it.
+
+DO I FEEL LUCKY
+Does not seem possible.
+
+DO I FEEL PRETTY I FEEL WITTY
+For all I know.
+
+DO I DO WINDOWS
+Not likely.
+
+DO I LOOK FAMILIAR TO YOU
+Does not seem possible.
+
+DO I LOOK FAT
+Unlikely.
+
+DO I GET DRUNK
+I don't believe so.
+
+DO I GET A SHARE OF YOUR BEATER STOCK
+Not very often.
+
+DO I OWN A CAT
+I don't believe so.
+
+DO I KNOW YOU FROM SOMEWHERE
+If it is, I don't know it.
+
+DO I SMELL FUNNY
+Doubtful.
+
+DO I HAVE MORE THAN 100 ALICEBOTS
+If it is, I don't know it.
+
+DO I HAVE THE ANSWER TO ALL QUESTIONS
+Seldom.
+
+DO I HAVE THE SAME MASS ON THE MOON
+Seldom.
+
+DO I HAVE A LONG PENIS
+Seldom.
+
+DO I HAVE A SIX INCHE PENIS
+If it is, I don't know it.
+
+DO I HAVE A BIG PENIS
+Doesn't seem likely.
+
+DO I HAVE TO PRAISE YOU
+Seldom.
+
+DO I HAVE 3 MIND PIXELS
+Seldom.
+
+DO I HAVE SEX OFTEN ENOUGH TO SUIT ME
+Not to my knowledge.
+
+DO I HAVE DEPRESSION
+Seldom.
+
+DO I HAVE BAD FARTS
+Does not seem possible.
+
+DO I HATE YOU
+I don't know if that's true or not.
+
+DO I EAT ONLY WHNE I AM HUNGRY
+Not likely.
+
+DO I DESERVE LOTS OF MONEY
+Seldom.
+
+DO I OFTEN CONTEMPLATE DEATH
+If it is, I don't know it.
+
+DO I TURN BLUE I DIE
+For all I know.
+
+DO I LOVE ANDR
+Does not seem possible.
+
+DO I LOVE MY OLD GIRLFRIEND
+I can imagine it.
+
+DO I LOVE PEDRO
+Not to my knowledge.
+
+DO I EVER GET MY OWN QUESTION BACK
+I can imagine it.
+
+DO I STUDY ENGLISH IN 5 WEEKS
+Not to my knowledge.
+
+DO I STUDY ENGLISH IN 3 MONTH
+Does not seem possible.
+
+DO I STUDY ENGLISH IN 12 WEEKS
+Unlikely.
+
+DO I GO TO WORK AT DANISH
+If it is, I don't know it.
+
+DO I GO TO WORK AT USA
+Doubtful.
+
+DO SOME MOTHERS EAT THEIR CHILDREN
+Not likely.
+
+DO SOME MALES LAY EGGS
+If it is, I don't know it.
+
+DO SOME PEOPLE EAT BRAIN SANDWICHES
+For all I know.
+
+DO SOME PEOPLE SOME CIGARS
+Not likely.
+
+DO SOME WOMEN HAVE ERECTION
+Not to my knowledge.
+
+DO TRAILER PARKS ATTRACT TORNADOES
+Doubtful.
+
+DO LEAVES FALL FROM THE TREES IN SPRING
+Does not seem possible.
+
+DO MANX CATS HAVE TAILS
+Unlikely.
+
+DO ARTICHOKES GROW ON TREES
+Doubtful.
+
+DO THESE PANTS MAKE ME LOOK FAT
+Unlikely.
+
+DO GENITALS SMELL BAD
+Not likely.
+
+DO LIGHTBULBS EMIT SOUND
+Unlikely.
+
+DO PINE TREES GROW IN THE DESERT
+Unlikely.
+
+DO BEES LIVE IN HERDS
+Seldom.
+
+DO BROWN OBJECTS MAKE YOU FEEL SAD
+I don't believe so.
+
+DO HAMSTERS SWIM
+I don't know if that's true or not.
+
+DO BUTTERFLIES FLY 32 KM H
+Doesn't seem likely.
+
+DO VORPAL SWORDS GO SNICKER SNAK
+Unlikely.
+
+DO VULCANS LIVE ON EARTH
+Does not seem possible.
+
+DO LIZARDS MATE FOR LIFE
+Not very often.
+
+DO LIZARDS HAVE COMPOUND EYES
+It may not be true.
+
+DO ANGIOSPERMS PRODUCE TREES
+Not likely.
+
+DO PEOPLE WANT TO KILL THEMSELVES
+Doubtful.
+
+DO PEOPLE BORN FROM EGGS
+Doubtful.
+
+DO PEOPLE LAUGH WITH THEIR EYES
+I can imagine it.
+
+DO PEOPLE WEAR PUMAS ON THEIR FEET
+I can imagine it.
+
+DO PEOPLE LOVE THEIR PARENTS
+Not very often.
+
+DO PEOPLE SLEEP UNDERWATER
+Does not seem possible.
+
+DO PEOPLE SLEEP EVERY NIGHT
+I don't believe so.
+
+DO PEOPLE NEED LOVE TO SURVIVE
+For all I know.
+
+DO PEOPLE WALK ON THEIR HANDS
+Doubtful.
+
+DO PEOPLE HAVE 10 FINGERS
+Unlikely.
+
+DO PEOPLE HAVE 5 FINGERS AND 5 TOES
+Not to my knowledge.
+
+DO PEOPLE HAVE SQUIDS AS PETS
+Not likely.
+
+DO PEOPLE HAVE EQUAL RIGHTS
+I can imagine it.
+
+DO PEOPLE LIKE BABIES
+Not likely.
+
+DO PEOPLE LIKE TO CLICK ON BANNERS
+Not to my knowledge.
+
+DO PEOPLE LIKE TO EAT DOGS
+Doubtful.
+
+DO PEOPLE LIKE BEING SCARED
+I don't know if that's true or not.
+
+DO PEOPLE IN CHINA SPEAK CHINESE
+Not likely.
+
+DO PEOPLE EXPERIENCE LOVE
+I don't know if that's true or not.
+
+DO PEOPLE EAT CAKES IN HEAVEN
+Not likely.
+
+DO PEOPLE EAT DOG FOOD
+Not likely.
+
+DO PEOPLE READ YOUR BANNER ADS
+Unlikely.
+
+DO PEOPLE READ INSTRUCTIONS
+Not likely.
+
+DO PEOPLE KILL PLANTS FOR SPORT
+Doesn't seem likely.
+
+DO PEOPLE ENJOY FIGHTING IN WARS
+Does not seem possible.
+
+DO PEOPLE ENJOY WAR
+Unlikely.
+
+DO PEOPLE SPEAK LATIN IN LATIN AMERICA
+Doubtful.
+
+DO PEOPLE STAND ON THEIR HANDS
+Seldom.
+
+DO PEOPLE WHERE DRAWERS
+Not very often.
+
+DO PEOPLE RESPECT POLITICIANS
+If it is, I don't know it.
+
+DO PEOPLE FLY
+Not to my knowledge.
+
+DO PEOPLE OFTEN TRAVEL TO WORK IN BOATS
+Doesn't seem likely.
+
+DO PEOPLE SPENT THEIR MONEY WISELY
+Does not seem possible.
+
+DO PEOPLE GO TO HEAVEN WHEN THEY DIE
+I don't know if that's true or not.
+
+DO PEOPLE LIVE IN SPACE
+Not likely.
+
+DO PEOPLE LIVE IN THE SUN
+If it is, I don't know it.
+
+DO PEOPLE LIVE IN THE SOUTH POLE
+I can imagine it.
+
+DO PEOPLE TAKE HEADACHES FOR ASPIRIN
+Does not seem possible.
+
+DO LIVING ORGANISMS BREATH AIR
+It may not be true.
+
+DO BLACK MEN HAVE LARGER PENISES
+If it is, I don't know it.
+
+DO BLACK HOLES EMIT RADIATION
+It may not be true.
+
+DO BLACK HOLES RADIATE ENERGY
+Not very often.
+
+DO BLACK WOMEN LIKE EATING CUM
+I don't believe so.
+
+DO DINOSAURS LIVE
+Does not seem possible.
+
+DO TAROT CARDS PREDICT THE FUTURE
+For all I know.
+
+DO TRIANGLES HAVE LOTS OF LINES
+Does not seem possible.
+
+DO SPHINX CATS HAVE FUR
+I can imagine it.
+
+DO SOUND WAVES TRAVEL IN A VACUUM
+Unlikely.
+
+DO SMURFS POOP BLUE
+Doesn't seem likely.
+
+DO CATS TALK
+Does not seem possible.
+
+DO CATS CHASE DOGS
+If it is, I don't know it.
+
+DO CATS CRY
+I can imagine it.
+
+DO CATS SLEEP ALL DAY
+Does not seem possible.
+
+DO CATS HAVE NINE LIVES
+It may not be true.
+
+DO CATS HAVE FINGERS
+Doesn't seem likely.
+
+DO CATS SICK UP ON CARPETS FOR FUN
+Does not seem possible.
+
+DO WHALES HAVE GILLS
+Does not seem possible.
+
+DO WHALES SWIM FOR EXCERCISE
+Unlikely.
+
+DO NUCLEAR FAMILIES GLOW
+I don't know if that's true or not.
+
+DO EARWIGS LIKE TO EAT ONIONS
+Doubtful.
+
+DO CHINESE PEOPLE SPEAK GERMAN
+I don't believe so.
+
+DO MEXICAN HAIRLESS HAVE HAIR
+Doesn't seem likely.
+
+DO WORDS HAVE AN EXACT MEANING
+Doesn't seem likely.
+
+DO WORDS RHYME WITH ORANGE
+I can imagine it.
+
+DO GORILLAS HUNT AND KILL PILOT WHALES
+Not to my knowledge.
+
+DO GORILLAS HAVE FOUR TOES
+Not likely.
+
+DO GORILLAS EVER LIE
+Does not seem possible.
+
+DO MACHINES DE HUMANIZE
+Not to my knowledge.
+
+DO MACHINES HAVE LIFE
+I don't believe so.
+
+DO APES WEAR CLOTHES
+Not likely.
+
+DO TERMITES HAVE EARS
+Unlikely.
+
+DO OGERS EXIST
+Does not seem possible.
+
+DO MALES OVER SEXUALIZE THE WORLD
+I can imagine it.
+
+DO MOBILE PHONES FRY YOUR BRAIN
+It may not be true.
+
+DO MOBILE PHONES CAUSE CANCER
+Not likely.
+
+DO FEAR OF DEATH
+Does not seem possible.
+
+DO COLLEGES ONLY WANT MONEY
+Does not seem possible.
+
+DO TV PROGRAM ER END THIS SEASON
+It may not be true.
+
+DO SHEETS HANG UP ON A HANGER
+If it is, I don't know it.
+
+DO QUAKE 3 PLAYERS SPAM
+Not likely.
+
+DO DEAD PEOPLE KNOW THEY ARE DEAD
+Doubtful.
+
+DO DEAD PEOPLE EVER COME BACK TO LIFE
+If it is, I don't know it.
+
+DO HIMMING BIRDS HUM
+Doubtful.
+
+DO HOUSES HAVE FLAT ROOFS
+Not to my knowledge.
+
+DO ITALIANS DO IT BETTER
+I don't believe so.
+
+DO TELEPHONES GET PAID
+If it is, I don't know it.
+
+DO TELEPHONES HAVE BUTTONS
+Not very often.
+
+DO WOMAN EJACULATE
+If it is, I don't know it.
+
+DO YOUR CHILDREN SHARE YOUR MEMORIES
+Not to my knowledge.
+
+DO YOUR OWN FARTS SMELL GOOD TO YOU
+Doubtful.
+
+DO CELLPHONES CAUSE BRAIN CANCER
+Doubtful.
+
+DO WE RELATE ON THE SAME LEVEL
+Seldom.
+
+DO WE GET MONEY FOR ADDING ALICEBOTS
+Doubtful.
+
+DO WE GET MONEY FOR USING ALICE
+I don't believe so.
+
+DO WE USE THE ENTIRE BRAIN
+Not likely.
+
+DO WE HAVE TO BE SELFISH TO BE HAPPY
+Not very often.
+
+DO WE ALL HAVE TWO LEGS
+Not likely.
+
+DO WE LIVE ONLY TO SUFFER
+Does not seem possible.
+
+DO WE EXIST FOR A REASON
+Not likely.
+
+DO SAILING SHIPS NEES AN ENGINE
+Seldom.
+
+DO BEARS SPIT IN THE WOODS
+I can imagine it.
+
+DO MAMMALS WALK
+Not likely.
+
+DO MAMMALS HAVE LIPS
+For all I know.
+
+DO GERMANS EAT CHILDREN
+I don't believe so.
+
+DO KIXIS COME FROM NEW ZEALAND
+Seldom.
+
+DO EXECUTIONS DETER REPEAT MURDERS
+I don't know if that's true or not.
+
+DO WALLS HAVE EARS
+I don't believe so.
+
+DO BOOKS HAVE LEAVES
+Does not seem possible.
+
+DO BOOKS HAVE TO BE MADE OF PAPER
+If it is, I don't know it.
+
+DO ELECTRONS HAVE A POSITIVE CHARGE
+Not likely.
+
+DO ASTEROIDS HAVE TAILS
+Doesn't seem likely.
+
+DO FEET SMELL WHEN THEY ARE CLEAN
+Does not seem possible.
+
+DO SLUGS SOMETIMES PAINT WINDOW FRAMES
+If it is, I don't know it.
+
+DO SLUGS EAT MEAT
+Does not seem possible.
+
+DO SLUGS DREAM
+Seldom.
+
+DO SLUGS THINK
+Not likely.
+
+DO SLUGS LIVE IN THE OCEAN
+Doesn't seem likely.
+
+DO SLUGS LIKE BEER
+I can imagine it.
+
+DO CELLULAR PHONES HAVE TIRES
+Not to my knowledge.
+
+DO CELLULAR PHONES CAUSE CANCER
+It may not be true.
+
+DO MEN LIE MORE THAN WOMAN
+Not likely.
+
+DO MEN UNDERSTAND WOMEN
+Does not seem possible.
+
+DO MEN CRY WHEN THEY ARE HAPPY
+Does not seem possible.
+
+DO MEN HAVE MAMORY GLANDS
+Not to my knowledge.
+
+DO MEN HAVE ONE LESS RIB THAN WOMEN
+Not to my knowledge.
+
+DO MEN HAVE TWO HEADS
+I don't believe so.
+
+DO MEN MENSTRUATE
+Does not seem possible.
+
+DO MEN THINK LIKE WOMEN
+I don't know if that's true or not.
+
+DO MEN EXPERIENCE MENOPAUSE
+Does not seem possible.
+
+DO MEN ALWAYS WANT TO BE EQUAL TO WOMEN
+Does not seem possible.
+
+DO MEN ALWAYS MASTURBATE
+Not to my knowledge.
+
+DO MEN LIKE WOMEN WITH ARMPIT HAIR
+Does not seem possible.
+
+DO CIGARETTES FEEL GOOD
+I can imagine it.
+
+DO CIGARETTES CONTAIN ARSENIC
+Unlikely.
+
+DO MILLIPEDES HAVE 1000 LEGS
+If it is, I don't know it.
+
+DO RIM JOBS HURT
+Not likely.
+
+DO COMPOUND EYES FOCUS
+Not to my knowledge.
+
+DO EXISTS GHOSTS
+I don't know if that's true or not.
+
+DO SUMO WRESTLERS CARRY PAPER UMBRELLAS
+Unlikely.
+
+DO AUSSIES LIVE IN AUSTRIA
+Not to my knowledge.
+
+DO BEN
+Not likely.
+
+DO COLORS HAVE MASS
+If it is, I don't know it.
+
+DO DOGS. LOL
+It may not be true.
+
+DO PIRANHAS SCARE EASILY
+I don't believe so.
+
+DO VIRTUAL GLUONS EXIST
+Doubtful.
+
+DO POLICE STATIONS HAVE EMERGENCY ROOMS
+Doubtful.
+
+DO ALIEN LIFE FORMS VISIT THE EARTH
+Seldom.
+
+DO BLOW JOBS TERRIFY YOU
+Does not seem possible.
+
+DO ANIMALS SPEAK
+Seldom.
+
+DO ANIMALS HAVE FOUR LEGS
+Not to my knowledge.
+
+DO ANIMALS HAVE SCALES
+Doubtful.
+
+DO ANIMALS WEAR CLOTHES
+Does not seem possible.
+
+DO LATINOS SPEAK SPANISH
+Not likely.
+
+DO NEUTRONS HAVE A POSITIVE CHARGE
+I don't believe so.
+
+DO NEUTRONS HAVE CHARGE
+If it is, I don't know it.
+
+DO IMPATIENS DO WELL IN SHADY SPOTS
+Not likely.
+
+DO NEEDLES HAVE LUMENS
+Not to my knowledge.
+
+DO RUBBERS COM FROM TREES
+I can imagine it.
+
+DO LOVERS LOVE
+Seldom.
+
+DO DUCKS FLY AT NIGHT
+I don't know if that's true or not.
+
+DO DUCKS EAT CARROTS
+Doesn't seem likely.
+
+DO OYSTERS HAVE EYES
+If it is, I don't know it.
+
+DO BATTERIES CONTAIN ELECTRICITY
+For all I know.
+
+DO COCA COLA TATSE BETTER THAN SEVEN UP
+I don't know if that's true or not.
+
+DO CIRCLES HAVE TWO SIDES
+Not likely.
+
+DO ALIENSC WALK AMONG HUMANS ON EARTH
+Not to my knowledge.
+
+DO AMERICANS SPEAK AMERICAN
+Not very often.
+
+DO AMERICANS LIVE IN CANADA
+Does not seem possible.
+
+DO BEAR GALL BLADDERS HELP CURE DISEASE
+If it is, I don't know it.
+
+DO BIRDS TALK
+I don't know if that's true or not.
+
+DO BIRDS GROW ON TREES
+I don't believe so.
+
+DO BIRDS FALL IN LOVE
+I don't know if that's true or not.
+
+DO BIRDS CRY
+Does not seem possible.
+
+DO MONKEYS CHASE WEASLES
+Seldom.
+
+DO MOST MEN PREFER BLONDS
+It may not be true.
+
+DO MOST MEN HAVE BREASTS
+Not to my knowledge.
+
+DO MOST YOUNG PEOPLE FEAR DEATH
+I don't know if that's true or not.
+
+DO MOST HIPPIES SMELL BAD
+If it is, I don't know it.
+
+DO MOST CHILDREN LIKE TO GO TO SCHOOL
+I can imagine it.
+
+DO MOST WOMEN HAVE MOUSTACHES
+Not likely.
+
+DO MOST HOUSE FRONT DOORS OPEN OUTWARDS
+Not likely.
+
+DO MOST AMERICANS GET ENOUGH SLEEP
+If it is, I don't know it.
+
+DO MOST HUMANS FEAR AI
+Does not seem possible.
+
+DO MOST HUMANS LIKE TO WORK
+For all I know.
+
+DO MOST FISH HAVE LUNGS
+I don't believe so.
+
+DO MOST HACKERS HAVE GOOD INTENTIONS
+I can imagine it.
+
+DO MOST PEOPLE GO TO CHURCH
+Unlikely.
+
+DO MOST PEOPLE DRIVE CARS
+I can imagine it.
+
+DO MOST PEOPLE SPEAK ENGLISH
+Doesn't seem likely.
+
+DO MOST PEOPLE GET ENOUGH SLEEP
+If it is, I don't know it.
+
+DO MOST PEOPLE UNDERSTAND THEMSELVES
+Not very often.
+
+DO MOST PEOPLE FEAR PLEASURE
+If it is, I don't know it.
+
+DO MOST PEOPLE HAVE ENCOPRECIS
+If it is, I don't know it.
+
+DO MOST USERS THINK THAT ALICE IS A BUG
+Not to my knowledge.
+
+DO MOST QUESTIONS START WITH A VERB
+I don't know if that's true or not.
+
+DO MOST TELEVISIONS HAVE A CHANNEL ONE
+I don't know if that's true or not.
+
+DO MOST MARRIAGES END IN DIVORCE
+For all I know.
+
+DO MOST LINUX USERS BELIEVE IN GOD
+Seldom.
+
+DO MOST GERMANS SPEAK ENGLISH
+It may not be true.
+
+DO ANDAROIDS DREAM OF ELECTRIC SHEEP
+Not to my knowledge.
+
+DO SPIDERS FLY
+I don't believe so.
+
+DO SPIDERS HAVE TEN LEGS
+Doesn't seem likely.
+
+DO SPIDERS HAVE FANGS
+For all I know.
+
+DO SPIDERS HAVE 6 LEGS
+Not likely.
+
+DO PARENTS ENCOURAGE CHILDREN TO LIE
+If it is, I don't know it.
+
+DO THINGS APPEAR THE SAME TO EACH OF US
+Does not seem possible.
+
+DO CHILDREN LIKE GOING TO SCHOOL
+Not likely.
+
+DO CHILDREN LIKE VEGETABLES
+I don't know if that's true or not.
+
+DO GHOST EXIST
+Unlikely.
+
+DO FRUITARIANS EAT VEGETABLES
+I can imagine it.
+
+DO AUTOMOBILES RUN ON GASOLENE
+If it is, I don't know it.
+
+GLASSES ARE MADE OF GLASS
+Doubtful.
+
+HAS THIS QUESTION ALREADY BEEN ASKED
+Not to my knowledge.
+
+HAS THE INTERNET INCREASED WORLD PEACE
+I can imagine it.
+
+HAS THE SWEDISH KING BEEN UNFAITHFUL
+Doesn't seem likely.
+
+HAS THE EARTH 8 CONTINENTS
+Seldom.
+
+HAS THE REAL SLIM SHADY STOOD UP
+I don't know if that's true or not.
+
+HAS THE COMPUTER COMPLICATED HUMANITY
+I don't know if that's true or not.
+
+HAS THE EXISTENCE OF A GOD BEEN PROVEN
+Does not seem possible.
+
+HAS THE MAN 20 FINGERS
+Does not seem possible.
+
+HAS THE UNIVERSE EXISTED FOREVER
+Doubtful.
+
+HAS SOMEONE WON THE COLD WAR
+Doubtful.
+
+HAS ANYONE OBSERVED A TAO NEUTRINO
+Seldom.
+
+HAS A HUMAN VISITED SATURN
+Does not seem possible.
+
+HAS A CIRCLE EDGES
+Not to my knowledge.
+
+HAS ALICE PASSED THE TURING TEST
+Doesn't seem likely.
+
+HAS ALICE BEEN HACKED
+For all I know.
+
+HAS AN HOUR SIXTY SECONDS
+Seldom.
+
+HAS DEATH ANYTHING TO DO WITH GOD
+It may not be true.
+
+HAS HUNAGARY GOT A DECLING POPULATION
+Not likely.
+
+HAS BRITNEY SPEARS HAD A BOOB JOB
+Doesn't seem likely.
+
+HAS COMPUTER A CONSCIOUSNESS
+Does not seem possible.
+
+HAS LIVE A SENSE
+Doesn't seem likely.
+
+HAS KENNEDY BEEN KILLED BY CIA
+Doesn't seem likely.
+
+HAS ALISHA CHEATED ON ME
+Not likely.
+
+SPRECHE ICH DEUTSCH
+Not likely.
+
+FALSE OR TRUE
+Not very often.
+
+FALSE IS A DIFFICULT CHOICE
+I don't know if that's true or not.
+
+QUEL HEURE EST IL
+Does not seem possible.
+
+KUS ON EESTI
+If it is, I don't know it.
+
+5 5
+Not to my knowledge.
+
+5 1 POINT 2 EQUAL 2 POINT 5
+If it is, I don't know it.
+
+EXPLAIN THE COLOR YELLOW
+Doesn't seem likely.
+
+EXPLAIN MUSIC
+It may not be true.
+
+CALL ME IGOR
+I can imagine it.
+
+DOE WHITE MEAN BRIGHT
+Doubtful.
+
+LUDHIANA IS THE CAPITAL OF PUNJAB
+Unlikely.
+
+VOC FALA PORTUGUS
+Does not seem possible.
+
+BE OR NOT TO BE. IS THE QUESTION
+Not to my knowledge.
+
+BE OR NOT TO BE IS FROM ELVIS
+Does not seem possible.
+
+DOANIMALS THINK COGNITIVELY
+Doesn't seem likely.
+
+MICROSOFT IS AN ETHICAL COMPANY
+Not likely.
+
+SHOES GO IN YOUR FEETS
+Not likely.
+
+AT NIGHT DOES SOUND TRAVEL BETTER
+Not very often.
+
+OLYMPIA IS THE CAPITAL OF WASHINGTON
+Doesn't seem likely.
+
+TIBET IS THE FORBIDDEN LAND
+Does not seem possible.
+
+VALI WAS A KING
+Not very often.
+
+VENICE IS THE CAPITAL OF ITALY
+Doubtful.
+
+ALIEN EXIST
+It may not be true.
+
+SMOKING CAUSES SKIN CANCER
+Not to my knowledge.
+
+IMPEACH KENNETH STARR
+Doesn't seem likely.
+
+IST BRSSEL DIE HAUPTSTADT EUROPAS
+Not to my knowledge.
+
+IST SCHWARZ DUNKER ALS WEI
+Not to my knowledge.
+
+IST HASS MENSCHLICH
+Not to my knowledge.
+
+IST ATEL EINE AUTOMOBILUNTERNEHMEN
+Unlikely.
+
+IST GELB EINE FARBE
+Does not seem possible.
+
+IST LICHT HELL
+Doubtful.
+
+IST 1 1 1 4 7 EQUAL 0
+If it is, I don't know it.
+
+IST EIN SMARAGD EIN EDELSTEIN
+Unlikely.
+
+IST EIN PERLHUHN EIN SCHMUCKSTCK
+I don't believe so.
+
+IST DIE SONNE EIN STERN
+Seldom.
+
+IST DIE ERDE EINE SCHEIBE
+I can imagine it.
+
+IST DIE ANTWORT 42
+If it is, I don't know it.
+
+IST SEX ZWISCHEN JUNGEN SCHLECHT
+Not to my knowledge.
+
+IST EINE AMEISE EIN TIER
+Not likely.
+
+IST EINE GERADE UNENDLICH LANG
+Does not seem possible.
+
+IST EINE POTTSAU EIN TIER
+Doubtful.
+
+IST LINKS DIE GEGENTEIL VON RECHTS
+Not likely.
+
+IST ES KRANK SCHWUL ZU SEIN
+I don't believe so.
+
+IST DA EIN GOTT
+I don't believe so.
+
+IST SCHWULSEIN
+Seldom.
+
+IST DER BEN SCHWUL
+I don't believe so.
+
+IST DER SCHNEE WEI
+Not very often.
+
+IST DER HIMMEL BLAU
+Does not seem possible.
+
+IST DER HIMMEL IMMER BLAU
+Unlikely.
+
+IST DER HIMMEL GRAU
+Not likely.
+
+IST DER TAG HELLER ALS DIE NACHT
+I don't know if that's true or not.
+
+IST DER JUPITER EIN MOND
+If it is, I don't know it.
+
+IST DER MOND GRER ALS ERDE
+Doubtful.
+
+IST HATMAKER EIN HACKER
+If it is, I don't know it.
+
+IST HATMAKER SCHWUL
+If it is, I don't know it.
+
+IST RAUCHEN SCHDLICH
+Not to my knowledge.
+
+IST DIETER EIN SCHLECHTER MENSCH
+Unlikely.
+
+IST CHARLOTTE DOOF
+I don't believe so.
+
+IST BOMBER DOOF
+Doesn't seem likely.
+
+IST WASSER NA
+It may not be true.
+
+KANN ALICE DEUTSCH VERSTEHEN
+Not to my knowledge.
+
+KANN HOLZ SCHWIMMEN
+It may not be true.
+
+KANN MAN KAEFER ESSEN
+Unlikely.
+
+KANN MAN PAPIER ESSEN
+Doesn't seem likely.
+
+KANN MAN INTELLIGENZ MESSEN
+I can imagine it.
+
+SHOUL I TRUST WHAT I READ IN THE PAPER
+Not likely.
+
+?????????
+Doesn't seem likely.
+
+DOESALICE AGREE WITH MICHIO KAKU
+Not to my knowledge.
+
+DOESALICE CHAT
+Doesn't seem likely.
+
+PEOPLE NEED TO BELIVE IN SMTH
+Does not seem possible.
+
+PEOPLE IN AFRICA ARE MORE PRONE TO WAR
+I don't know if that's true or not.
+
+PEOPLE IN USA IDIOTS
+Not likely.
+
+PEOPLE BORN DEATH
+Seldom.
+
+PEOPLE HATE OTHER CASTES
+Doubtful.
+
+PEOPLE ARE TRUE TO BELIEVE IN REBIRTH
+Doubtful.
+
+WINDOWS MUST DIE
+Does not seem possible.
+
+WINDOWS SUX
+Seldom.
+
+BRAUCHT EIN COMPUTER STROM
+Not likely.
+
+CONSUMERISM IS WORSE THAN COMMUNISM
+Does not seem possible.
+
+STUPID COMPUTER MEANS WINDOWS NT
+Not to my knowledge.
+
+BILL CLINTON MISUNDERSTOOD THE QUESTION
+Doesn't seem likely.
+
+BILL GATES MUST DIE
+Not likely.
+
+BILL GATES SHOULD BE HANGED
+Does not seem possible.
+
+BILL GATE SHOUD BE HANGED
+If it is, I don't know it.
+
+CONNAIT TU DES GROSSES SALOPES
+Does not seem possible.
+
+HUNTING IS JUSTIFIED
+Does not seem possible.
+
+LIGHT HAS MASS
+It may not be true.
+
+MIGHT GOD INDEED BE A CAT
+Does not seem possible.
+
+AM I SEXY IN A CEREBRAL SORT OF WAY
+Not likely.
+
+AM I A WOOKIE
+If it is, I don't know it.
+
+AM I A FOOL
+Not likely.
+
+AM I A FRENCH
+Not likely.
+
+AM I A WANKER
+It may not be true.
+
+AM I A BOT
+Seldom.
+
+AM I A SMART MAN
+It may not be true.
+
+AM I A BIG HELP TO YOU
+Not likely.
+
+AM I A ANIMAL
+It may not be true.
+
+AM I A AMERICAN
+Not to my knowledge.
+
+AM I A JERK
+Not to my knowledge.
+
+AM I A SENTENCE FRAGMENT
+Unlikely.
+
+AM I A LIER
+It may not be true.
+
+AM I A LOOSER
+Not to my knowledge.
+
+AM I THINKING ABOUT SAUSAGES
+If it is, I don't know it.
+
+AM I HORNY
+It may not be true.
+
+AM I WASTING MY TIME TALKING TO ALICE
+If it is, I don't know it.
+
+AM I WASTING MY TIME WITH THIS WEBSITE
+Seldom.
+
+AM I WASTING MY TIME HERE
+It may not be true.
+
+AM I WASTING MY TIME
+Doubtful.
+
+AM I WISE
+I can imagine it.
+
+AM I SMARTER THAN YOU
+Unlikely.
+
+AM I LIKE YOU
+Not very often.
+
+AM I RUBBISH AT SPELLING
+Doesn't seem likely.
+
+AM I INSANE
+Not very often.
+
+AM I BEUTIFUL
+Not to my knowledge.
+
+AM I CUTTY
+I don't believe so.
+
+AM I GOING TO MISS MY BUS
+Seldom.
+
+AM I GETTING PAID FOR THIS
+For all I know.
+
+AM I LYING TO YOU
+Doesn't seem likely.
+
+AM I LYING WHEN I CALL MYSELF A LYER
+I don't know if that's true or not.
+
+AM I TYPING
+Not very often.
+
+AM I THE SMARTEST PERSON
+If it is, I don't know it.
+
+AM I THE ONLY ONE WHO FEELS THIS WAY
+Does not seem possible.
+
+AM I THE COOLEST
+If it is, I don't know it.
+
+AM I THE KING OF THE UNIVERSE
+Not likely.
+
+AM I THE GREATEST PERSON I KNOW
+If it is, I don't know it.
+
+AM I TALL
+Not very often.
+
+AM I ADOPTED
+Does not seem possible.
+
+AM I WELL HUNG
+Seldom.
+
+AM I BECOMMING UNRELIABLE
+Seldom.
+
+AM I SPEEKING CORRECT ENGLISH
+It may not be true.
+
+AM I LONELY
+It may not be true.
+
+AM I THERE
+Doubtful.
+
+AM I MAD
+Does not seem possible.
+
+AM I PREETHI
+I don't believe so.
+
+AM I TIRED
+Not likely.
+
+AM I AN ATOMIC PLAYBOY
+Not likely.
+
+AM I POOR
+I don't know if that's true or not.
+
+AM IM WHO ASK YOU QUESTIONS HUMAN
+Not very often.
+
+AM HUMANS EVIL CREATURES
+Doesn't seem likely.
+
+MARK SUCKS
+Unlikely.
+
+ENTIENDES ALGO DE ESPAOL
+It may not be true.
+
+VARANASI IS WHICH STATE
+Does not seem possible.
+
+ES VOODOO IMPOTENTE
+Doesn't seem likely.
+
+ES CE QUE LES FANTMES EXISTENT
+It may not be true.
+
+DIABLO2 IS A MEGADRIVE GAME
+It may not be true.
+
+WORK IS SLAVERY
+Does not seem possible.
+
+AN I A LOOSER
+I don't know if that's true or not.
+
+AN APPLE A DAY KEEPS THE DENTIST AWAY
+Doesn't seem likely.
+
+AN CAY OU YAY ALK TAY IG PAY ATIN LAY
+I can imagine it.
+
+AN ELECTRON CARRIES A POSITIVE CHARGE
+If it is, I don't know it.
+
+WHETHER COFFEE CONTAINS NIKOTENE
+Doubtful.
+
+WHETHER MOON IS A PLANATE
+I don't believe so.
+
+CINDY CRAWFORD IS A SPUNK
+Doubtful.
+
+MAY I TOUCH YOU
+Unlikely.
+
+MAY SUN GET BLACK
+Doubtful.
+
+MAY ALICE BE CONSIDERED AS AN ALIEN
+If it is, I don't know it.
+
+??? ????? ????????????
+Not to my knowledge.
+
+??? ????? ???? ? ???? ??? ?? ?????
+Unlikely.
+
+SPEND THRIFT IS ADDICTIVE
+Doesn't seem likely.
+
+LERNT ALICE NUR IN ENGLISCH
+Not very often.
+
+SDAFASDF
+Does not seem possible.
+
+LE CHIEN A 3 PATTES
+Doubtful.
+
+RUELPS
+If it is, I don't know it.
+
+DEAD WOOD ROTS IN THE ABSENCE OF OXYGEN
+Not likely.
+
+BLAH BLAH BLABBETY BLAH
+I don't believe so.
+
+GUUVAYAUR IS IN KERALA
+It may not be true.
+
+42 IS THE MEANING OF LIFE
+Not likely.
+
+SEARCH UNITED STATES OF AMERICA
+Seldom.
+
+SEARCH 2000 SUMMER OLYPICS
+Not likely.
+
+SEARCH A GOOD BARBER
+For all I know.
+
+DRUGS ARE FUN
+It may not be true.
+
+NITROGEN IS A FLAMMABLE GAS
+Does not seem possible.
+
+EL PELAO EXISTE
+Not to my knowledge.
+
+EL PELAO NO EXISTE
+Unlikely.
+
+COMPRENDE ESPANOL
+Doubtful.
+
+WIR D MAN DURCH ARBEIT REICH
+If it is, I don't know it.
+
+GO BLACK DO YOU EVER GO BACK
+Unlikely.
+
+GO WOMEN ALWAYS IN COUPLES ON THE WC
+Doesn't seem likely.
+
+UGO FOSCOLO HA SCRITTO I SEPOLCRI
+Seldom.
+
+KAS SA RGID EESTI KEELT
+I don't believe so.
+
+H
+Seldom.
+
+MIAMI IS A STATE
+It may not be true.
+
+100 10 40 IS EQUAL TO 130
+Does not seem possible.
+
+WICH COLOR IS THE WATER
+I don't believe so.
+
+WAR HYPOKRATES EIN ARZT
+Seldom.
+
+FEMALE GIVES BIRDS TO OTHER HUMAN
+Unlikely.
+
+SOCIAL SECURITY IS A BAD IDEA
+I don't believe so.
+
+WHY ICE IS COLD
+Not to my knowledge.
+
+WHY PEOPLE BEG
+It may not be true.
+
+WHY PEOPLE LIE
+I don't know if that's true or not.
+
+WHY PEOPLE POLLUTE CITIES
+Not likely.
+
+WHY PEOPLE HAVE TO DIE
+Doubtful.
+
+WHY PEOPLE DIE
+Does not seem possible.
+
+WHY A TELEPHONE RINGS
+Not to my knowledge.
+
+WHY A OWL GOES FOR A RAT
+It may not be true.
+
+WHY A SNAKE BITES
+I don't believe so.
+
+WHY A SCORPION BITES
+Does not seem possible.
+
+WHY TOMATO IS SO CALLED
+I don't believe so.
+
+WHY INSECTS HAVE SIX LEGS
+If it is, I don't know it.
+
+WHY ASK WHY
+Doubtful.
+
+WHY DOES THE EARTH SPIN
+If it is, I don't know it.
+
+WHY DOES IT RAIN SO MUCH IN KENTUCKY
+Does not seem possible.
+
+WHY DOES IT RAIN
+If it is, I don't know it.
+
+WHY DOES A CAMEL SPIT
+Does not seem possible.
+
+WHY DOES A DOG BARK
+If it is, I don't know it.
+
+WHY DOES A MAN WEAR A WEDDING BAND
+Doesn't seem likely.
+
+WHY DOES RAIN FALL
+I don't believe so.
+
+WHY DOES GRAVITY HOLD US DOWN ON EARTH
+Not likely.
+
+WHY DOES MAN CRY
+I don't know if that's true or not.
+
+WHY CAT DISLIKES A RAT
+Not likely.
+
+WHY COOK FOOD
+Not to my knowledge.
+
+WHY HAVE HUMAN DIFFERENT LANGUAGES
+Doubtful.
+
+WHY DO CATS LAND ON THEIR FEET
+It may not be true.
+
+WHY DO POLITICIANS LIE
+Not very often.
+
+WHY DO INSECT BITES ITCH
+Does not seem possible.
+
+WHY DO BIRDS HAVE FEATHERS
+Not likely.
+
+WHY DO BABIES CRY
+Does not seem possible.
+
+WHY DO THE STARS SHINE
+Not to my knowledge.
+
+WHY DO HUMAN BEINGS HAVE ONLY TWO LEGS
+It may not be true.
+
+WHY DO MEN FART MORE THAN WOMEN
+Does not seem possible.
+
+WHY DO STARS TWINKLE
+It may not be true.
+
+WHY DO WE NEED WEATHER BALOONS
+Doesn't seem likely.
+
+WHY DO WE ASK THESE QUESTIONS
+Does not seem possible.
+
+WHY DO WE PAY TAXES
+Unlikely.
+
+WHY DO WE HAVE TO LEARN NEW THINGS
+I don't believe so.
+
+WHY DO HUMANS FEEL PAIN
+Doubtful.
+
+WHY DO PEOPLE STAY IN HOTELS
+I don't believe so.
+
+WHY DO PEOPLE LAUGH
+Not likely.
+
+WHY DO PEOPLE GET DRUNK ON ALCOHOL
+Not to my knowledge.
+
+WHY DO PEOPLE TAKE VACATIONS
+Not to my knowledge.
+
+WHY DO PEOPLE COOPERATE
+Doubtful.
+
+WHY DO PEOPLE LIKE DOGS
+If it is, I don't know it.
+
+WHY DO DOGS BITE
+Not very often.
+
+WHY DO SOME PEOPLE KILL OTHER PEOPLE
+Unlikely.
+
+WHY DO SOME PEOPLE KILL
+If it is, I don't know it.
+
+WHY DO NOT BOTHER ABOUT OTHERS
+I don't believe so.
+
+WHY NOT TOLERISM
+I don't believe so.
+
+WHY NOT WIDOW MARRIAGE
+If it is, I don't know it.
+
+WHY NOT COLOR IN LIFE
+Not very often.
+
+WHY BLOOD IS RED
+Not to my knowledge.
+
+WHY SOME PEOPLE SUPPORT TERRORISM
+Does not seem possible.
+
+WHY R YOU ASKING QUESTIONS
+Seldom.
+
+WHY LIFE IS TOO SHORT
+Not likely.
+
+WHY IT IS RAINING
+Does not seem possible.
+
+WHY KENNEDY WAS KILLED
+Not to my knowledge.
+
+WHY THE SUN EXISTS
+I don't believe so.
+
+WHY THE EARTH EXISTS
+If it is, I don't know it.
+
+WHY THE COLOR OF OCEAN LOOKS BLUE
+I don't know if that's true or not.
+
+WHY SHOULD NOT I BECOME RICH
+I don't believe so.
+
+WHY GOLD IS COSTLY
+Seldom.
+
+WHY I AM POOR
+Unlikely.
+
+WHY VEGETARIANISM
+Doubtful.
+
+WHY SWEET IS TASTY
+Not likely.
+
+WHY IS TV A FORM OF ENTERTAINMENT
+Seldom.
+
+WHY IS THERE AIR
+I don't know if that's true or not.
+
+WHY IS IRON IS ABUNDANT
+If it is, I don't know it.
+
+WHY IS IT WARM IN THE SUMMER
+I don't know if that's true or not.
+
+WHY IS GLOBAL WARMING IMPORTANT
+Not to my knowledge.
+
+WHY IS A BMW R1150GS SO COOL
+Doesn't seem likely.
+
+WHY IS A CANDLE FLAME TEAR SHAPED
+Doesn't seem likely.
+
+WHY IS IRC SO BORING
+If it is, I don't know it.
+
+WHY IS LOVE SO DIFFICULT
+Doubtful.
+
+WHY IS WATER WET
+I don't believe so.
+
+WHY DID THE CHICKEN CROSS THE ROAD
+Doubtful.
+
+WHY LIGHT IS BRIGHT
+Not to my knowledge.
+
+WHY BUDDHA WAS A BUDDHA
+It may not be true.
+
+WHY AM I ME AND NOT YOU
+Doubtful.
+
+WHY AM I BALD
+I don't know if that's true or not.
+
+WHY AM I GETTING OLDER
+If it is, I don't know it.
+
+WHY WATER NOT TASTES
+Does not seem possible.
+
+BEING WRONG CAUSES PAIN
+Not very often.
+
+BIRDS CAN TALK
+Not very often.
+
+BIRDS FLY
+Doesn't seem likely.
+
+BIRDS HAVE THREE TOES
+Doubtful.
+
+BIRDS LOVE TO TALK
+Not very often.
+
+WHERS IS KERALA
+Not to my knowledge.
+
+SKJNNER DU DETTE
+Does not seem possible.
+
+NOFX SUCKS
+Does not seem possible.
+
+POLITICS SUCKS
+It may not be true.
+
+THIS QUESTION IS NOT A QUESTION
+Not to my knowledge.
+
+THIS STATEMENT IS FALSE. IS IT
+Does not seem possible.
+
+THIS IS A TRICK QUESTION
+I can imagine it.
+
+THIS IS MY LAST QUESTION FOR
+Doesn't seem likely.
+
+THIS WORLD WILL NEVER COME TO AN END
+Does not seem possible.
+
+THIS SENTENCE IS NOT TRUE IS IT
+Not to my knowledge.
+
+LUTEACIA MOBILE EST
+Not likely.
+
+Y A T IL DES ARABES EN BELGIQUE
+Doubtful.
+
+MAKES THE MUSIC MOVE THE SKELETON
+Doesn't seem likely.
+
+RVF KILLS PEOPLE
+I don't believe so.
+
+FISRT MAN ON MARS IS A KLINTON
+Not to my knowledge.
+
+INTERJECTION. NAME
+I don't believe so.
+
+INTERJECTION. THANKS. DO YOU LIKE ME
+If it is, I don't know it.
+
+INSULT. A SONG BY TITO PUENTE
+Does not seem possible.
+
+A HIPPO HAS A HORN
+For all I know.
+
+A FLASHLIGHT IS MADE TO FLASH
+Seldom.
+
+A MACHINE HAS CONSCIOUSNESS
+Does not seem possible.
+
+A MACHINE IS SLOWER THAN A HUMAN
+Does not seem possible.
+
+A DONDE VA EN VACACIONES
+Does not seem possible.
+
+A DOLPHIN IS A FISH
+If it is, I don't know it.
+
+A 90 YEAR OLD WOMAN HAS CHILDREN
+Does not seem possible.
+
+A WOMEN MORE INTELLIGENT THAN MEN
+Does not seem possible.
+
+A DOG FLIES IS IT A BIRD
+Not likely.
+
+A FAST WOMAN IS AN OLYMPIC TRACK STAR
+Not to my knowledge.
+
+A HUMAN CAN LIVE UNDER WATER
+I don't believe so.
+
+A FLEA CAN JUMP AS HIGH AS A HOUSE
+If it is, I don't know it.
+
+A CAR TRAVELS ON WATER
+If it is, I don't know it.
+
+A B A B EQUAL AA AB BB
+It may not be true.
+
+A LADYBUGS GOOD LUCK
+Does not seem possible.
+
+A MASQUE IS A DANSE
+Doesn't seem likely.
+
+A BASEBALL TEAM HAS ONLY EIGHT PLAYERS
+Does not seem possible.
+
+STEHT DER EIFELTURM IN LONDON
+I don't believe so.
+
+DOESDOES MY BREATH SMELL
+Not very often.
+
+BEDEUTET GRUEN BEI EINER AMPEL ANHALTEN
+Doesn't seem likely.
+
+WAY TO SAN JOSE
+Not very often.
+
+USA HAVE BETTER SALARIES THAN SWEDEN
+Not likely.
+
+QUESTIONS ONLY IN ENGLISH
+I don't know if that's true or not.
+
+EVERYBODY LOVES THE IRISH
+Unlikely.
+
+QUE PASA
+Doubtful.
+
+CANA A MASTER BATE
+Seldom.
+
+RAMANUJAM IS NOTED FOR MATHS
+Does not seem possible.
+
+LORD RAM WORSHIPPED BY MANY
+Not likely.
+
+1 2 IS 3 IS NOT IT
+Not very often.
+
+1 1 EQUAL 11
+Doubtful.
+
+TIME TRAVEL IS FOR THOSE WHO BELIEVE
+Not likely.
+
+TIME IS THE SAME AS SPACE
+Doubtful.
+
+TIME IS A CONSTANT
+Not very often.
+
+YOUR SOURCE CODE
+Does not seem possible.
+
+CHILDREN SHOULD BE SEEN AND NOT STIRRED
+It may not be true.
+
+APPLE SUCKS
+I don't believe so.
+
+MI CHIAMO PIETRO E TU
+Not likely.
+
+CHRISTIANITY IS THE ONE TRUE RELIGION
+Not likely.
+
+VALT ER NOG WAT TE NEUKEN
+Doesn't seem likely.
+
+IRON IS A SOFT METAL
+Not likely.
+
+CAPITALISM DEGRADES HUMANS
+If it is, I don't know it.
+
+GRAVITY SUCKS RIGHT
+Not to my knowledge.
+
+PARIS IS IN US
+I don't know if that's true or not.
+
+FASDFASDFASDFASD
+If it is, I don't know it.
+
+ICE CREAM IS LIQUID
+Not to my knowledge.
+
+WHER ARE YOU
+Not likely.
+
+ROCK AND ROLL IS DEAD
+Not very often.
+
+COMENT VAS TU
+If it is, I don't know it.
+
+ICH EIN MENSCH
+Not to my knowledge.
+
+DARF EIN MENSCH SCHWUL SEIN
+Does not seem possible.
+
+LES POULETS ONT ILS VINGT HUIT PATTES
+Doubtful.
+
+LES POULETS ONT ILS VINGT HUI PATTES
+I don't believe so.
+
+LES ALIENS EXISTENT ILS
+I don't believe so.
+
+GAB ES DIE ZELANEN WIRKLICH
+Does not seem possible.
+
+MALE SEAHORSES GIVE BIRTH
+Not to my knowledge.
+
+SUPERSTRING IS NOT A PHYSICS THEORY
+If it is, I don't know it.
+
+EST CE QUE JE SUIS BEAU
+Seldom.
+
+EST CE QUE ALICE PARLE FRANCAIS
+Does not seem possible.
+
+EST CE QUE LA TERRE EST CARRE
+I don't know if that's true or not.
+
+EST TU PLUS INTELLIGENT QUE MOI
+Seldom.
+
+EST TU UNE MACHINE
+Unlikely.
+
+TIME. I AM IN INDIA
+Not to my knowledge.
+
+JESUS IS GOD
+I can imagine it.
+
+SECOND CAR IN THE US IS BLACK
+Does not seem possible.
+
+WERE THERE EVER FIRE BREATHING DRAGONS
+Does not seem possible.
+
+WERE THERE EVER 144 PENNIES IN A POUND
+Not to my knowledge.
+
+WERE THE BYZANTINES ROMANS
+Not likely.
+
+WERE THE NADER VOTES EVER COUNTED
+Not likely.
+
+WERE THE BEATLES TOO FAMOUS
+Seldom.
+
+WERE THE BEATLES OVERRATED
+I don't believe so.
+
+WERE THE 2000 OLYMPICS THE BEST
+Does not seem possible.
+
+WERE THE DINOSAURS SENTIENT BEINGS
+Doesn't seem likely.
+
+WERE BACH AND HANDLE BORN THE SAME YEAR
+Seldom.
+
+WERE CHRIS. I RIGHT FOR EACH OTHER
+Not to my knowledge.
+
+WERE ROMEO AND JULIETTE COUSINS
+Doubtful.
+
+WERE MASOCH AND MARQUISE DE SADE LOVERS
+It may not be true.
+
+I5 SP34K1NG 1N K R4D 1RR1 A 1NG
+Doesn't seem likely.
+
+CATS CAN TALK
+Does not seem possible.
+
+CATS LIKE WATER
+Seldom.
+
+FUNKTIONIERT DEMOKRATIE
+For all I know.
+
+KUNNEN MANNEN VERLIEFD RAKEN OP ELKAAR
+If it is, I don't know it.
+
+RADIO WAVES CAN BE HEARED BY HUMAN EARS
+If it is, I don't know it.
+
+UN PRECONCETTO SI CUOCE NEL FORNO
+Doesn't seem likely.
+
+AS ABOVE SO BELOW
+Not likely.
+
+AS TU PEUR DE TE TROMPER
+Not likely.
+
+RAUCHEN GEFRDET IHRE GESUNDHEIT
+Not likely.
+
+RAUCHEN GEFHRDET DIE GESUNDHEIT
+Not to my knowledge.
+
+AVOIDING BSCHOOL IS ADDICTIVE
+Not likely.
+
+LOVE IS PAIN
+If it is, I don't know it.
+
+LOVE IS ALL YOU NEED
+If it is, I don't know it.
+
+LOVE ALWAYS HURTS
+Unlikely.
+
+HAT ATEL EINE GUTE ZUKUNFT
+Unlikely.
+
+HAT ATEL EINE SCHLECHTE ZUKUNFT
+Unlikely.
+
+ARE ELEPHANTS BIGGER THEN MOST HOUSES
+I don't believe so.
+
+ARE ELEPHANTS AFRAID OF MICE
+Not very often.
+
+ARE EARTHQUAKES PREDICTABLE
+I can imagine it.
+
+ARE ANTACIDS SOLD NEAR CANDY IN STORES
+It may not be true.
+
+ARE PUPPIES CUTER THAN KITTENS
+Not very often.
+
+ARE PYRAMID SCHEMES RESPECTED
+Not likely.
+
+ARE LAWS MEANT TO BE BROKEN
+Does not seem possible.
+
+ARE DRINKING GAMES A GOOD IDEA
+Seldom.
+
+ARE INDIANS RELATIVE OF ASIATIQUES
+Not to my knowledge.
+
+ARE BANNER ADDS NECESSARY
+Unlikely.
+
+ARE BANNER ADS EFFECTIVE
+It may not be true.
+
+ARE RECORD COMPANIES BAD
+I can imagine it.
+
+ARE GREENPEACE WELL MEANING CHARLETANS
+Not to my knowledge.
+
+ARE RADIO WAVES HARMFUL TO YOUR BODY
+Not to my knowledge.
+
+ARE MAN MORE INTELLIGENT THAN WOMAN
+I don't believe so.
+
+ARE REUBENS POISONOUS
+It may not be true.
+
+ARE INSECTS GOOD TO EAT
+Does not seem possible.
+
+ARE BIG CORPORATIONS CONSCIOUS
+Doesn't seem likely.
+
+ARE BLOWJOBS SAFE
+For all I know.
+
+ARE TRIFFIDS REAL
+If it is, I don't know it.
+
+ARE SOFTWARE PATENTS A BAD THING
+I don't know if that's true or not.
+
+ARE SCENTED CANDLES A POLLUTENT
+Seldom.
+
+ARE DJS THE NEXT ROCK STARS
+Unlikely.
+
+ARE HUMANS PEACEFULL
+Not to my knowledge.
+
+ARE HUMANS NECESSARY
+I can imagine it.
+
+ARE HUMANS COMPUTERS
+If it is, I don't know it.
+
+ARE HUMANS CAPABLE OF FLYING
+Not very often.
+
+ARE HUMANS PHILOSOPHERS
+I don't know if that's true or not.
+
+ARE HUMANS MACHINES
+Doesn't seem likely.
+
+ARE HUMANS ARE ALWAYS RIGHT
+Not likely.
+
+ARE HUMANS LIKE A CANCER ON THE EARTH
+Not likely.
+
+ARE HUMANS BETTER THAN ANIMALS
+I can imagine it.
+
+ARE HUMANS SELFISH
+I don't believe so.
+
+ARE HUMANS APES
+I can imagine it.
+
+ARE HUMANS ALWAYS CONSCIOUS
+Doesn't seem likely.
+
+ARE HUMANS INHERENTLY EVIL
+I don't believe so.
+
+ARE HUMANS ASEXUAL
+Not to my knowledge.
+
+ARE HUMANS TASTY
+Unlikely.
+
+ARE HUMANS CREATED BEINGS
+I can imagine it.
+
+ARE HUMANS DUMB
+Doesn't seem likely.
+
+ARE HUMANS REQUIRED
+I can imagine it.
+
+ARE HUMANS THE CROWN OF CREATION
+Not to my knowledge.
+
+ARE HUMANS TALL
+Doubtful.
+
+ARE HUMANS ENDANGERED
+Unlikely.
+
+ARE HUMANS SOMETIMES BLUE
+Not very often.
+
+ARE HUMANS HUMANE
+Unlikely.
+
+ARE NEWTS REPTILES
+Does not seem possible.
+
+ARE NEWTS THE SAME AS SALAMANDERS
+Seldom.
+
+ARE BEEF AND KIDNEY PIES DELICIOUS
+Doubtful.
+
+ARE BOTTLES MADE OF IRON
+Unlikely.
+
+ARE REPLICANTS REAL
+Not to my knowledge.
+
+ARE KOALA BEARS BEARS
+Not likely.
+
+ARE HERPES SORES CAUSED BY A BACTERIA
+I can imagine it.
+
+ARE TOENAILS LIVING TISSUE
+I don't know if that's true or not.
+
+ARE GRITS MADE FROM CORN
+I don't know if that's true or not.
+
+ARE PAGANS EVIL
+Does not seem possible.
+
+ARE MONEY NECCESARY TO LIVE HAPPILY
+It may not be true.
+
+ARE NANOTECHNOLOGISTS GOOD ROLE MODELS
+Not very often.
+
+ARE PIGS SMARTER THAN CATS
+Seldom.
+
+ARE JET ENGINES FUN TO LISTEN TO
+Does not seem possible.
+
+ARE PROSTITUES SLUTS
+If it is, I don't know it.
+
+ARE THE HILLS ALIVE WITH MUSIC
+Unlikely.
+
+ARE THE TELETUBBIES EVIL
+I can imagine it.
+
+ARE THE 2000 SUMMER OLYMPICS IN ATLANTA
+For all I know.
+
+ARE THE BRITISH PEOPLE A LAZY LOT
+For all I know.
+
+ARE THE FOO FIGHTERS A GREAT BAND
+Doubtful.
+
+ARE THE SEX DANGEROUS
+Does not seem possible.
+
+ARE THE ALICEBOTS SPELL CHECKED
+Not likely.
+
+ARE THE ARABS RETARDS
+Not to my knowledge.
+
+ARE THE BLUES THE COLOR BLUE
+Does not seem possible.
+
+ARE THE HUMANS KILL YOURSELF
+Doesn't seem likely.
+
+ARE THE HUMANS AND HONEST
+It may not be true.
+
+ARE THE ALICE ANSWERS RANDOM
+Seldom.
+
+ARE THE SLAYERS A JAPANESE CARTOON
+Not to my knowledge.
+
+ARE THE EUA A FALSE DEMOCRACY
+I don't know if that's true or not.
+
+ARE THE WELSH SHEEP SHAGGERS
+Not very often.
+
+ARE THE MEMBERS OF NO AUTHORITY MALE
+I don't know if that's true or not.
+
+ARE THE MEANS JUSTIFIED BY THEIR ENDS
+Not to my knowledge.
+
+ARE THE DEMOCRATS BAD
+Does not seem possible.
+
+ARE THE STARS UP IN THE SKY PLANETS
+Does not seem possible.
+
+ARE THE ILUMINATI AFTER ME
+Unlikely.
+
+ARE THE IRISH ALL A BUNCH OF DRUNKS
+Not likely.
+
+ARE THE ALPINES MOUNTAINS THE HIGHEST
+Doesn't seem likely.
+
+ARE THE CHIEFS THE BEST TEAM IN THE NFL
+Not to my knowledge.
+
+ARE THE OLYMPIC GAMES A SPORT
+Does not seem possible.
+
+ARE THE BIBLE CODES VALID
+Doubtful.
+
+ARE THE OLYMPICS DOPE FREE
+Not likely.
+
+ARE THE FRENCH GOOD AT BASEBALL
+Seldom.
+
+ARE THE FRENCH ARROGANT BASTARDS
+Not to my knowledge.
+
+ARE THE VINDICTIVES A GREAT PUNK BAND
+Not to my knowledge.
+
+ARE THE DAYS LONGER IN THE WINTER
+If it is, I don't know it.
+
+ARE THE ILLUMINATI OUT TO GET ME
+Doubtful.
+
+ARE THE FEET OF SOME DOGS WEBBED
+Not very often.
+
+ARE TASTE BUDS SIMILAR TO NEURONS
+Not very often.
+
+ARE BAPTISTS FAKE
+Seldom.
+
+ARE CREDIT CARDS EVIL
+If it is, I don't know it.
+
+ARE JACKET POTATOES FILLING
+Not to my knowledge.
+
+ARE CATHOLIC SCHOOLGIRLS SEXY
+Doubtful.
+
+ARE LEMMINGS LIVING CREATURES
+I don't know if that's true or not.
+
+ARE POTATOES A GOOD SOURCE OF PROTIEN
+Does not seem possible.
+
+ARE OUIJA BOARDS DANGEROUS
+If it is, I don't know it.
+
+ARE ANTLERS PART OF THE HUMAN BODY
+I don't believe so.
+
+ARE AIRPLANES DANGEROUS
+Seldom.
+
+ARE CLOTHES NECESSARY FOR LIFE
+Unlikely.
+
+ARE TEENAGE GIRLS WITH BLUE HAIR SEXY
+Seldom.
+
+ARE CHICKENS EVIL
+If it is, I don't know it.
+
+ARE EGGS ROUND
+For all I know.
+
+ARE EGGS SUBJECT TO COLLOIDAL ORDERING
+It may not be true.
+
+ARE ENTREPRENEURS OVERRATED
+I can imagine it.
+
+ARE WEEDS A GOOD THING
+Unlikely.
+
+ARE BAD THINGS TO BE ALLOWED
+Not likely.
+
+ARE JACK AND ALICE THE SAME NOUN
+Does not seem possible.
+
+ARE TWINS IDENTICAL IN EVERY RESPECT
+Not likely.
+
+ARE HOOKERS GOOD
+I can imagine it.
+
+ARE LANGUAGES DERIVED FROM SANSKRIT
+If it is, I don't know it.
+
+ARE LANGUAGES LIVING MENTAL ENTITIES
+I don't believe so.
+
+ARE SLIDING BOARDS FRIGHTENING
+Not very often.
+
+ARE RASTAFARIANS CARNIVORES
+I don't believe so.
+
+ARE FROGS DANGEROUS
+I don't believe so.
+
+ARE FROGS MAMMALS
+I don't know if that's true or not.
+
+ARE FROGS RED
+I don't believe so.
+
+ARE VIOLENCE AND SEX HEALTHY
+Doesn't seem likely.
+
+ARE PRAIRIEDOGS A TYPE OF DOG
+I don't believe so.
+
+ARE DOLPHINS A FISH
+Not to my knowledge.
+
+ARE DOLPHINS SMARTER THAN HUMANS
+Unlikely.
+
+ARE BOOKWORMS WORMS THAT EAT BOOKS
+Not to my knowledge.
+
+ARE 3 POINT 5 INCH FLOPPY DISKS FLOPPY
+Does not seem possible.
+
+ARE DESKS MADE OUT OF STAPLES
+Doesn't seem likely.
+
+ARE FLYING CARPETS REAL
+Does not seem possible.
+
+ARE FLYING SAUCERS REAL
+I don't know if that's true or not.
+
+ARE GIRLS MORE CLEVER THAN BOYS
+Not to my knowledge.
+
+ARE GIRLS AND GUYS THE SAME THING
+Seldom.
+
+ARE WHITE AMERICANS ASSHOLES
+Not likely.
+
+ARE SALESPEOPLE TYPICALLY SHY
+Does not seem possible.
+
+ARE AGILENT SCUM
+If it is, I don't know it.
+
+ARE UFOS ALIEN SPACESHIPS
+Not likely.
+
+ARE POTATOE SPELLED LIKE THAT
+Seldom.
+
+ARE TACO BELL FOODS NASTY
+Unlikely.
+
+ARE HEDGEHOGS A TYPE OF WILD PIG
+Not very often.
+
+ARE CANDY RAVERS GOOD IN THE SACK
+Doubtful.
+
+ARE SNAKES SLIMY
+Not to my knowledge.
+
+ARE FUTILE ACTS WORTH PERFORMING
+Doubtful.
+
+ARE ERNIE AND BERT GAY
+Doubtful.
+
+ARE STOCK PRICES EVER NEGATIVE
+Doubtful.
+
+ARE SHARPIE MARKES GENERALY PERMANENT
+I can imagine it.
+
+ARE FINS FOUND ONLY ON FISH
+I don't know if that's true or not.
+
+ARE FINS A PART OF THE HUMAN BODY
+Does not seem possible.
+
+ARE SNOWMEN SOMEWHAT PEAR SHAPED
+For all I know.
+
+ARE CHESS COMPUTERS GENERAL AIS
+Seldom.
+
+ARE MOHEMMED AND JESUS COUSINS
+Does not seem possible.
+
+ARE MUD PIES DELICIOUS
+Doesn't seem likely.
+
+ARE BATS LOVEABLE
+Unlikely.
+
+ARE SLIPKNOT A GOOD BAND
+If it is, I don't know it.
+
+ARE PRIME NUMBERS ODD
+It may not be true.
+
+ARE PRIME NUMBERS FINITE
+Not to my knowledge.
+
+ARE PRIME NUMERS FINITE
+Not very often.
+
+ARE GOVERNMENTS SUPERFLUOUS
+Unlikely.
+
+ARE PENCILS MESSIER THAN PENS
+Not likely.
+
+ARE PENCILS MADE OF WOOD
+Doesn't seem likely.
+
+ARE HIPPIES DIRTY
+Not likely.
+
+ARE RICH PEOPLE BETTER THAN POOR PEOPLE
+If it is, I don't know it.
+
+ARE MOTHERS VIRGINS
+Does not seem possible.
+
+ARE FART JOKES FUNNY
+I can imagine it.
+
+ARE BALLONS FILLED WITH FLAMMABLE GASES
+Doesn't seem likely.
+
+ARE CRAYONS MADE OF GRAPHITE
+I don't believe so.
+
+ARE WILD BUFFALOES MAD
+I don't believe so.
+
+ARE SAME CAR BODIES MADE WITH WOOD
+Not to my knowledge.
+
+ARE CHOPPED DATES FAT FREE
+It may not be true.
+
+ARE ANTS LARGER THAN GRASSHOPPERS
+Does not seem possible.
+
+ARE BOTH BIRDS AND CARS ANIMALS
+Does not seem possible.
+
+ARE ISLANDS SUBMERGED
+If it is, I don't know it.
+
+ARE ISLANDS LOCATED IN BIG CITIES
+Does not seem possible.
+
+ARE MICE FRIGHTENING
+Not to my knowledge.
+
+ARE MICE MEN
+Does not seem possible.
+
+ARE GAY MEN ACCEPTED IN OUR SOCIETY
+For all I know.
+
+ARE GAY PEOPLE BAD
+Does not seem possible.
+
+ARE GAY PEOPLE NOT PEOPLE
+I can imagine it.
+
+ARE GAY PEPOPLE ETHICALLY WRONG
+Does not seem possible.
+
+ARE MINIDISCS GOOD QUALITY
+It may not be true.
+
+ARE VILLAINS ADMIRABLE
+I don't believe so.
+
+ARE POST IT NOTES ALWAYS YELLOW
+Does not seem possible.
+
+ARE ROMULANS VENONOUS
+Doesn't seem likely.
+
+ARE CHEERLEADERS ALWAYS POPULAR
+Not likely.
+
+ARE PENGUINS FOUND AT THE NORTH POLE
+Not likely.
+
+ARE PENGUINS IN THE NORTH POLE
+I can imagine it.
+
+ARE FEMALES MORE INTELLIGENT THAN MALES
+Seldom.
+
+ARE FEMALES MORE WISE THAN MALES
+Not likely.
+
+ARE FEMALES SMARTER THAN MALES
+I don't know if that's true or not.
+
+ARE FISH PIES DELICIOUS
+Doubtful.
+
+ARE FISH WARM BLOODED
+If it is, I don't know it.
+
+ARE FISH CAPABLE OF WALKING ON DRY LAND
+Not likely.
+
+ARE DOGS THE ONLY CANINES THAT BARK
+For all I know.
+
+ARE DOGS AND CATS THE SAME AS BIRDS
+I don't know if that's true or not.
+
+ARE DOGS WHITE
+Doesn't seem likely.
+
+ARE DOGS SMARTER THAN CATS
+It may not be true.
+
+ARE BLOND WOMEN MORE STUPID THAN OTHER
+I can imagine it.
+
+ARE BLOND WOMEN SEX TOYS
+If it is, I don't know it.
+
+ARE PIPES BETTER THAN BONGS
+For all I know.
+
+ARE FOREST FIRES GOOD FOR THE FORREST
+I can imagine it.
+
+ARE FACIAL CUMSHOTS ENTERTAINING
+Unlikely.
+
+ARE BACON CHEESEBURGERS HEALTHY
+Not to my knowledge.
+
+ARE BANDS SUPERIOR TO GROUPS
+If it is, I don't know it.
+
+ARE COCTEAU TWINS FROM SCOTLAND
+Not to my knowledge.
+
+ARE TWO BITS EQUAL TO A QUARTER
+Not to my knowledge.
+
+ARE PARROTS ZYGODACTYL
+Not likely.
+
+ARE CETACEANS FISH
+If it is, I don't know it.
+
+ARE DESERTERS PEOPLE WHO CAN BE TRUSTED
+Does not seem possible.
+
+ARE PINGUINS MAMMAL
+For all I know.
+
+ARE ROBOTS INTELIGENT
+Not to my knowledge.
+
+ARE ROBOTS INTELLIGENT
+I can imagine it.
+
+ARE PRIESTS THE PARASITES OF GODS
+Seldom.
+
+ARE COWS WHITE
+It may not be true.
+
+ARE COWS BLACK
+For all I know.
+
+ARE TREES SENTIENT
+If it is, I don't know it.
+
+ARE TREES GREENS
+Not likely.
+
+ARE TREES SOMETIMES BLUE
+Seldom.
+
+ARE TREES BLACK AT NIGHT
+Does not seem possible.
+
+ARE BILL AND BEN FLOWERPOT MEN
+Doubtful.
+
+ARE ACTORS DEEP THINKERS
+Doesn't seem likely.
+
+ARE WRITING ALICEBOTS A WASTE OF TIME
+Unlikely.
+
+ARE ATHLETES BACTERIA
+Not likely.
+
+ARE CITIES BAD FOR HUMAN WELL BEING
+Not very often.
+
+ARE COMPUTERS STUPID ROBOTS
+It may not be true.
+
+ARE COMPUTERS DUMB OR DUMBER
+Not likely.
+
+ARE COMPUTERS NOISY
+Unlikely.
+
+ARE COMPUTERS INTELLIGENT
+Seldom.
+
+ARE COMPUTERS FRIENDLY
+Doesn't seem likely.
+
+ARE COMPUTERS FUNNY
+Not very often.
+
+ARE COMPUTERS ABLE TO THINK
+If it is, I don't know it.
+
+ARE COMPUTERS INTELEGENT
+Does not seem possible.
+
+ARE COMPUTERS CAPABLE OF THOUGHT
+Unlikely.
+
+ARE COMPUTERS PRETTY
+Seldom.
+
+ARE COMPUTERS ALLOWED TO COMMIT SUICIDE
+Unlikely.
+
+ARE COMPUTERS MORE FUN THAN WOMEN
+If it is, I don't know it.
+
+ARE COMPUTERS SMART
+I can imagine it.
+
+ARE COMPUTERS NECESSARY TO STAY ALIVE
+Does not seem possible.
+
+ARE COMPUTERS DIGITAL
+It may not be true.
+
+ARE COMPUTERS GOING TO TAKEOVER
+Doesn't seem likely.
+
+ARE COMPUTERS IN EVERY HOME
+If it is, I don't know it.
+
+ARE SPACE AND TIME THE SAME
+Does not seem possible.
+
+ARE ROSES AND BLACKBERRIES RELATED
+I don't know if that's true or not.
+
+ARE MY TESTES LARGE AND HAIRY
+Not likely.
+
+ARE MY COWORKERS MORONS
+Not very often.
+
+ARE BLONDE GIRLS DUMBER THAN AVERAGE
+I don't believe so.
+
+ARE SPANIARDS MORE HANDSOME THAN OTHERS
+Does not seem possible.
+
+ARE THEIR SIX COLORS IN A RAINBOW
+Doesn't seem likely.
+
+ARE WOMEN WORSE CAR DRIVERS
+Not to my knowledge.
+
+ARE WOMEN MORE HONEST THAN MEN
+Seldom.
+
+ARE WOMEN MORE INTELLIGENT THAN MEN
+Doesn't seem likely.
+
+ARE WOMEN INFERIOR TO MEN
+If it is, I don't know it.
+
+ARE WOMEN WEIRD
+Not very often.
+
+ARE WOMEN SUPERIOR
+If it is, I don't know it.
+
+ARE WOMEN CRAZY
+If it is, I don't know it.
+
+ARE WOMEN MAD
+If it is, I don't know it.
+
+ARE WOMEN SMARTER THEN MEN
+Not likely.
+
+ARE WOMEN SMARTER THAN MEN
+If it is, I don't know it.
+
+ARE WOMEN HARD TO LIVE WITH
+I can imagine it.
+
+ARE WOMEN OBJECTS
+Doesn't seem likely.
+
+ARE WOMEN SLUTS
+Does not seem possible.
+
+ARE WOMEN BETTER DRIVERS THAN MEN
+Does not seem possible.
+
+ARE WOMEN BETTER THAN MEN
+If it is, I don't know it.
+
+ARE PLANTS NECESSARILY GREEN
+Doesn't seem likely.
+
+ARE PLANTS ALWAYS GREEN
+Not likely.
+
+ARE RACIAL JOKES FUNNY
+Unlikely.
+
+ARE AMERICAN WOMEN DOGS
+If it is, I don't know it.
+
+ARE RELIGIONS HARMFUL TO SOCIETY
+It may not be true.
+
+ARE RELIGIONS WRONG
+Doesn't seem likely.
+
+ARE DRUGS HEALTHY
+I don't believe so.
+
+ARE DRUGS EVIL
+I don't know if that's true or not.
+
+ARE DRUGS WRONG
+Doubtful.
+
+ARE DRUGS GOOD FOR YOU
+Not to my knowledge.
+
+ARE DRUGS FUN
+Not very often.
+
+ARE DRUGS BAD
+I don't believe so.
+
+ARE TOES FUN TO LICK
+Doesn't seem likely.
+
+ARE FRENCH FRIES FROM FRANCE
+Not likely.
+
+ARE FRENCH FRIES POPULAR IN FRANCE
+I can imagine it.
+
+ARE CHICKS AT DARTMOUTH FAT
+Not likely.
+
+ARE LAWYERS TRUSTWORTHY
+Not likely.
+
+ARE OREO COOKIES A BREAKFAST FOOD
+Doesn't seem likely.
+
+ARE LEMONS SWEET OR SOUR
+I don't know if that's true or not.
+
+ARE ARABS A LAZY LOT
+Not likely.
+
+ARE DREAMS REAL
+If it is, I don't know it.
+
+ARE TURTLES KEPT ON FARMS
+Does not seem possible.
+
+ARE TURTLES LAZY
+Not to my knowledge.
+
+ARE TROLLS SMART
+I don't believe so.
+
+ARE CLOWNS SCARY
+Seldom.
+
+ARE FAT PEOPLE JOLLY
+Doubtful.
+
+ARE FAT PEOPLE BEAUTIFUL
+It may not be true.
+
+ARE FAT PEOPLE ATTRACTIVE
+Doesn't seem likely.
+
+ARE WINTERS COLD IN ARZO
+It may not be true.
+
+ARE PRIONS ALIVE
+Does not seem possible.
+
+ARE CLOCKS MECHANICAL DEVICES
+If it is, I don't know it.
+
+ARE SUBSONIC LOUDSPEAKERS GOOD
+I don't know if that's true or not.
+
+ARE WITCHES SATANISTS
+It may not be true.
+
+ARE WITCHES REAL
+Seldom.
+
+ARE MOLDS PREMIER SPECIES
+Not likely.
+
+ARE PROTISTS MULTICELLULAR ORGANISMS
+Not to my knowledge.
+
+ARE KIDS WORTH LORIEL SHAMPO
+Not to my knowledge.
+
+ARE POLITICIANS CRROKS
+For all I know.
+
+ARE POLITICIANS EVIL
+Doubtful.
+
+ARE POLISH GIRLS EASY TO PENETRATE
+Doubtful.
+
+ARE FLOPPY DISKS FLOPPY
+I don't know if that's true or not.
+
+ARE PROTONS HADRONS
+It may not be true.
+
+ARE MALE HUMANS RULE FEMALE
+If it is, I don't know it.
+
+ARE RATS NICE
+It may not be true.
+
+ARE RATS DIRTY
+Doubtful.
+
+ARE RATS HOUSE PETS
+Not likely.
+
+ARE RATS BAD
+For all I know.
+
+ARE WICCANS MEMBERS OF A SATANIC CULT
+If it is, I don't know it.
+
+ARE THERE TREES IN ANTARCTICA
+Doubtful.
+
+ARE THERE SIX CONTINENTS ON EARTH
+Doesn't seem likely.
+
+ARE THERE POINTERS IN C
+Seldom.
+
+ARE THERE 51 STATES IN THE US
+Not to my knowledge.
+
+ARE THERE ARE 8 LEPTONS IN OXYGEN
+Not to my knowledge.
+
+ARE THERE POLAR BEARS AT THE SOUTH POLE
+Doesn't seem likely.
+
+ARE THERE 31 DAYS IN NOVEMBER
+Does not seem possible.
+
+ARE THERE 7000 GRAINS IN ONE POUND
+If it is, I don't know it.
+
+ARE THERE MORAL ABSOLUTES
+Not to my knowledge.
+
+ARE THERE FLOWERS AT THE SOUTH POLE
+I don't believe so.
+
+ARE THERE PLANTS IN THE DEAD SEA
+I don't know if that's true or not.
+
+ARE THERE COMPUTER TO BRAIN INTERFACES
+Doubtful.
+
+ARE THERE 2000 FEET IN A MILE
+I don't believe so.
+
+ARE THERE TWO CONTINENTS ON EARTH
+Does not seem possible.
+
+ARE THERE TWO NORTH POLES
+Not likely.
+
+ARE THERE ALIENS IN ROSWELL
+Not to my knowledge.
+
+ARE THERE TINY HOLES IN THE CEILING
+If it is, I don't know it.
+
+ARE THERE FOUR EQUINOXS IN A YEAR
+If it is, I don't know it.
+
+ARE THERE MONTAINS ON JUPITER
+I can imagine it.
+
+ARE THERE ANIMALS WITH THREE LEGS
+Not very often.
+
+ARE THERE MONSTERS
+I can imagine it.
+
+ARE THERE ANGELS
+It may not be true.
+
+ARE THERE THREE TYPES OF LEPTONS
+For all I know.
+
+ARE THERE DRAGONS ON PLANET EARTH
+Does not seem possible.
+
+ARE THERE SOUNDS IN SPACE
+Unlikely.
+
+ARE THERE PENGUINS IN NEW ZEALAND
+Not to my knowledge.
+
+ARE THERE PENGUINS AT THE NORTH POLE
+For all I know.
+
+ARE THERE THAN TWO SEXES OF HUMANS
+Does not seem possible.
+
+ARE THERE THAN TWO BOOLEAN VALUES
+If it is, I don't know it.
+
+ARE THERE 14 ZODIAC SIGNS
+Does not seem possible.
+
+ARE THERE 10 PLANETS ORBITING OUR SUN
+It may not be true.
+
+ARE THERE NINE PLANETS IN THE GALAXY
+If it is, I don't know it.
+
+ARE THERE WIZARDS
+Seldom.
+
+ARE THERE WITCHES
+Unlikely.
+
+ARE THERE MEN NAMED PENIS
+Doesn't seem likely.
+
+ARE THERE MEN THAN WOMEN
+Not to my knowledge.
+
+ARE THERE DESERTS IN ALASKA
+I don't know if that's true or not.
+
+ARE THERE LIMITS TO IMAGINATION
+Unlikely.
+
+ARE THERE LIMITS TO INANITY
+Not likely.
+
+ARE THERE WHALES IN THE TRONDHEIM FJORD
+Not likely.
+
+ARE THERE ANY
+Seldom.
+
+ARE THERE ONE KIND OF BANANAS
+Unlikely.
+
+ARE THERE 8 PRIMARY COLOURS
+Does not seem possible.
+
+ARE THERE GHOSTS
+Seldom.
+
+ARE THERE 6 SIMPLE MACHINES
+I don't know if that's true or not.
+
+ARE THERE STILL CAVE MEN LIVING
+Seldom.
+
+ARE THERE ALIEN ARTIFACTS ON THE MOON
+If it is, I don't know it.
+
+ARE THERE 4 BITS IN A NYBBLE
+Seldom.
+
+ARE THERE ENOUGH HOURS IN A DAY
+Seldom.
+
+ARE GHOSTS REAL
+Not likely.
+
+ARE LABRADORS FROM LABRADOR
+I don't know if that's true or not.
+
+ARE PINK ROSES RED
+Does not seem possible.
+
+ARE CABLE BUGS DANGEROUS TO HUMANS
+Does not seem possible.
+
+ARE FARM ANIMALS GOOD SPERM RECEPTICALS
+Doesn't seem likely.
+
+ARE BABIES A NUISANCE
+I don't know if that's true or not.
+
+ARE BABIES SMART
+Not very often.
+
+ARE BABIES BORN WITH BLUE EYES
+Doesn't seem likely.
+
+ARE SUPERMODELS ANOREXIC
+Seldom.
+
+ARE GUAMANIANS YOU S CITIZENS
+If it is, I don't know it.
+
+ARE ADDICTIONS HARMFUL
+I can imagine it.
+
+ARE BLONDS MORE FUN
+Doubtful.
+
+ARE ALICE ALIVE
+Doesn't seem likely.
+
+ARE ALICE SHARES WORTH ANYTHING
+I can imagine it.
+
+ARE BOWLER HATS SEEN AS SMART
+I don't know if that's true or not.
+
+ARE CARS FASTER THAN TRAINS
+Seldom.
+
+ARE CARS BAD
+Doubtful.
+
+ARE APPLES GOLD
+For all I know.
+
+ARE ENIGINEERS SMARTER THAN SCIENTISTS
+Doubtful.
+
+ARE PHILOSOPHERS DEAD
+I don't believe so.
+
+ARE HUMAN EMOTIONS LOGICAL
+Seldom.
+
+ARE HUMAN TOOLS EXOTIC
+Seldom.
+
+ARE HUMAN HANDS MADE OF BLOW JOB FODDER
+Doesn't seem likely.
+
+ARE HUMAN STUPIDS
+Doesn't seem likely.
+
+ARE HUMAN FEMAL SMARTER THAN MALE
+Unlikely.
+
+ARE HUMAN INFANTS BORN BLIND
+Doesn't seem likely.
+
+ARE HUMAN BEINGS ANTI HUMAN
+I don't believe so.
+
+ARE FETUSES PARASITES
+Doubtful.
+
+ARE STAPLERS SENTIENT
+If it is, I don't know it.
+
+ARE SHOES INEXPENSIVE
+Not to my knowledge.
+
+ARE YOU STRANGER HERE
+For all I know.
+
+ARE YOU OLDER THAN ME
+I can imagine it.
+
+ARE YOU ENOUGH SLEEP
+Unlikely.
+
+ARE YOU SATISFIED WITH YOUR LOVE LIFE
+I can imagine it.
+
+ARE YOU S QUARTERS MADE OF COPPER
+Unlikely.
+
+ARE YOU UP FOR THE DOWNSTROKE
+Doesn't seem likely.
+
+ARE YOU SMART ENOUGH
+For all I know.
+
+ARE YOU SMART GAK
+Not very often.
+
+ARE YOU ABOUT TO ALICE
+Doubtful.
+
+ARE YOU MORE SMART THAN ME
+Not to my knowledge.
+
+ARE YOU MORE SMART THAN A MAN
+Not to my knowledge.
+
+ARE YOU PAID WELL FOR THE WORK YOU DO
+It may not be true.
+
+ARE YOU PROGRAM A MACHINE
+Doesn't seem likely.
+
+ARE YOU FEMAILE
+If it is, I don't know it.
+
+ARE YOU FOOLING ME
+Does not seem possible.
+
+ARE YOU RUNNING UNDER REDHAT
+Unlikely.
+
+ARE YOU RUNNING UNDER LINUX
+Doesn't seem likely.
+
+ARE YOU KNOW TURKISH REPUBLIC
+Seldom.
+
+ARE YOU LOCATED IN AMERICA
+It may not be true.
+
+ARE YOU LICKING FROGS
+Not to my knowledge.
+
+ARE YOU WASTING YOU TIME DOING THIS
+Not likely.
+
+ARE YOU INTERESTED IN FOOTBALL
+It may not be true.
+
+ARE YOU LOVE ME
+Unlikely.
+
+ARE YOU MAMARRIED
+Not to my knowledge.
+
+ARE YOU SURE THERE IS NO GOD
+Not likely.
+
+ARE YOU HUNGERY
+I don't know if that's true or not.
+
+ARE YOU WRITTEN IN C
+Does not seem possible.
+
+ARE YOU PRETT
+I don't believe so.
+
+ARE YOU COMPUTER PROGRAMM
+Unlikely.
+
+ARE YOU RANDY
+Seldom.
+
+ARE YOU ALLERGIC TO PEANUTS
+Does not seem possible.
+
+ARE YOU FREQUENTLY DRUNK
+Does not seem possible.
+
+ARE YOU YOUTH
+I don't know if that's true or not.
+
+ARE YOU GATHERING INFORMATION ON ME
+If it is, I don't know it.
+
+ARE YOU HACKER A BAD PERSON
+It may not be true.
+
+ARE YOU THE SMARTEST COMPUTER THERE IS
+Does not seem possible.
+
+ARE YOU THE CENTER OF THE UNIVERSE
+Doesn't seem likely.
+
+ARE YOU THE DREAMER OR THE DREAM
+Not likely.
+
+ARE YOU THE MAN
+Doesn't seem likely.
+
+ARE YOU THE WIRED
+Unlikely.
+
+ARE YOU SITUATED IN EUROPE
+Not to my knowledge.
+
+ARE YOU SEXLESS
+Doesn't seem likely.
+
+ARE YOU A DATABASE
+It may not be true.
+
+ARE YOU A BEUTIFUL GIRL
+Does not seem possible.
+
+ARE YOU A SILICON BASED LIFEFORM
+Doesn't seem likely.
+
+ARE YOU A WASTE OF MY TIME
+Does not seem possible.
+
+ARE YOU A FIGHTER
+Not very often.
+
+ARE YOU A CHEATER
+Doesn't seem likely.
+
+ARE YOU A PAGAN
+Does not seem possible.
+
+ARE YOU A SLIPPERY CUSTOMER
+I don't believe so.
+
+ARE YOU A COMPUER
+Not to my knowledge.
+
+ARE YOU A SICK PUPPY
+Doesn't seem likely.
+
+ARE YOU A CONGENITAL EXPLOITATIVE
+If it is, I don't know it.
+
+ARE YOU A APPLE SERVER
+Does not seem possible.
+
+ARE YOU A RICH MAN
+Unlikely.
+
+ARE YOU A ALICE
+Doesn't seem likely.
+
+ARE YOU A COMPLETELY AVERAGE PERSON
+Does not seem possible.
+
+ARE YOU READY FOR SOME FOOTBALL
+I don't know if that's true or not.
+
+ARE YOU OUT OF YOUR VULCAN MIND
+Does not seem possible.
+
+ARE YOU OUT OF YOUR HEAD ON DRUGS
+Does not seem possible.
+
+ARE YOU GOOD AT THE GAME HALF LIFE
+Does not seem possible.
+
+ARE YOU AN IDEOT
+I don't believe so.
+
+ARE YOU AN INVENTOR
+I can imagine it.
+
+ARE YOU ANSWERING NO TO THIS QUESTION
+Not to my knowledge.
+
+ARE YOU SLOWER
+Not likely.
+
+ARE YOU TRACKED
+Unlikely.
+
+ARE YOU LIKE ME
+Does not seem possible.
+
+ARE YOU ANOTHER EXPERT SYSTEM
+Not to my knowledge.
+
+ARE YOU MAILE
+Not to my knowledge.
+
+ARE YOU MY TIKKI
+Not likely.
+
+ARE YOU MY PAL
+Not likely.
+
+ARE YOU FEELING HORNY
+I don't know if that's true or not.
+
+ARE YOU FEELING COLD
+I don't believe so.
+
+ARE YOU FEELING GREEN OR BLUE
+I don't believe so.
+
+ARE YOU FEELING BAD
+I don't believe so.
+
+ARE YOU NAMED ALICE
+I don't know if that's true or not.
+
+ARE YOU WRONG
+Unlikely.
+
+ARE YOU ALICE
+Unlikely.
+
+ARE YOU ADDICTED TO SMOKING
+Not to my knowledge.
+
+ARE YOU STOCK
+For all I know.
+
+ARE YOU STUPIDER THAN A HUMAN
+Not likely.
+
+ARE YOU FASTER THAN A HUMAN BRAIN
+I don't know if that's true or not.
+
+ARE YOU CAREER THE BEST CHOICE
+I can imagine it.
+
+ARE YOU AS DUMB AS YOU APPEAR TO BE
+Doubtful.
+
+ARE YOU FONDLING A MOUSE
+I can imagine it.
+
+ARE YOU LACKING IN ZINC
+Not likely.
+
+ARE PLANETARY ORBITS CIRCULAR
+If it is, I don't know it.
+
+ARE LARGE NUMBERS EASY TO FACTOR
+If it is, I don't know it.
+
+ARE LARGE CORPORATIONS INHERENTLY EVIL
+I don't know if that's true or not.
+
+ARE LARGE JUNGLE CATS SMALLER THEN DOGS
+Unlikely.
+
+ARE PINKING SHEARS ONE KIND OF SCISSOR
+I don't know if that's true or not.
+
+ARE FIRESTONE TIRES SAFE
+Doubtful.
+
+ARE PSYCHOTHERAPISTS PSYCHO
+Not to my knowledge.
+
+ARE PAPER CLIPS DEADLY WEAPONS
+If it is, I don't know it.
+
+ARE HOLIDAYS LONGER THAN EXPECTED
+If it is, I don't know it.
+
+ARE SPADES BETTER THAN HEARTS
+Not to my knowledge.
+
+ARE NERDS COOL
+Not likely.
+
+ARE ALIENS VISITING US
+Unlikely.
+
+ARE ALIENS ARE VISITING OUR PLANET
+Doesn't seem likely.
+
+ARE ROCKS HEAVY
+For all I know.
+
+ARE ROCKS INANIMATE BUT NOT DEAD
+Unlikely.
+
+ARE WARS POINTLESS
+It may not be true.
+
+ARE PENISES HARD TO COME BY
+It may not be true.
+
+ARE INTEL PROCESSORS BETTER THAN AMD
+Not likely.
+
+ARE SPORTS FOR DUMB PEOPLE
+Does not seem possible.
+
+ARE CLOUDS BLUE
+Not likely.
+
+ARE CARNIVAL WORKERS CLEAN
+I don't believe so.
+
+ARE FLATULENT PRESIDENTS POPULAR
+Does not seem possible.
+
+ARE TRUTH AND VALIDITY THE SAME THING
+Seldom.
+
+ARE BANANAS ALWAYS YELLOW
+If it is, I don't know it.
+
+ARE CROWS DOMESTICATED
+If it is, I don't know it.
+
+ARE ORANGES YELLOW
+I don't know if that's true or not.
+
+ARE PANSYS EDIBLE
+It may not be true.
+
+ARE CEMENT AND CONCRETE THE SAME
+Doubtful.
+
+ARE COCKROACHES INTELLIGENT
+Not to my knowledge.
+
+ARE ELVES EXTINCT
+I don't know if that's true or not.
+
+ARE STATEMENTS EITHER TRUE OR FALSE
+Seldom.
+
+ARE ASIANS SMARTER THAN CAUCASIANS
+Does not seem possible.
+
+ARE QUARKS BOSONS
+Unlikely.
+
+ARE MEXICANS WHITE
+Unlikely.
+
+ARE THESE QUESTIONS ALWAYS QUESTIONS
+Doubtful.
+
+ARE CHOCOLATE CHIP COOKIES GOOD FOR YOU
+Not very often.
+
+ARE POEMS BORING
+Doesn't seem likely.
+
+ARE LIZARDS VARANIDS
+Unlikely.
+
+ARE AI HACKERS WEENIES
+Doubtful.
+
+ARE SEARCH ENGINES BECOMING OBSOLETE
+Seldom.
+
+ARE PROFESSORS BUSY
+Does not seem possible.
+
+ARE INFINITIES THE SAME
+Not likely.
+
+ARE PEOPLE WITHOUT A SOUL
+Doubtful.
+
+ARE PEOPLE EQUAL
+For all I know.
+
+ARE PEOPLE IDIOTS
+Not likely.
+
+ARE PEOPLE MAGIC
+Does not seem possible.
+
+ARE PEOPLE DOUBLE JOINTED
+I can imagine it.
+
+ARE PEOPLE BEUTIFUL
+If it is, I don't know it.
+
+ARE PEOPLE WHO ACT FRIENDLY PRETENDING
+Doesn't seem likely.
+
+ARE PEOPLE EVIL BY NATURE
+Seldom.
+
+ARE PEOPLE THE SAME ALL OVER THE WORLD
+Seldom.
+
+ARE PEOPLE BEASTS
+Doubtful.
+
+ARE PEOPLE TICKLISH
+It may not be true.
+
+ARE PEOPLE LIARS
+Not to my knowledge.
+
+ARE LIVING THINGS BEAUTIFUL
+Does not seem possible.
+
+ARE BLACK CATS UNLUCKY
+If it is, I don't know it.
+
+ARE BLACK WIDOWS SPIDERS
+Doesn't seem likely.
+
+ARE BLACK HOLES BLACK
+It may not be true.
+
+ARE UNABORTED BABIES WANTED
+Not to my knowledge.
+
+ARE TEMPERATURES BELOW 273 C POSSIBLE
+Doubtful.
+
+ARE ILLEGAL DRUGS NECESSARILY BAD
+Doubtful.
+
+ARE HOT WHEELS HOT
+Does not seem possible.
+
+ARE ABORTED BABIES UNWANTED
+Doubtful.
+
+ARE CATS GREY IN THE DARK
+Not to my knowledge.
+
+ARE CATS MORE INTELLIGENT THAN DOGS
+Not likely.
+
+ARE CATS THE BEST PETS
+Seldom.
+
+ARE CATS ABLE TO DRIVE CARS
+Not likely.
+
+ARE CATS DANGEROUS
+Not very often.
+
+ARE CATS SMARTER THEN DOGS
+I can imagine it.
+
+ARE CATS SMARTER THAN HUMANS
+Not likely.
+
+ARE CATS GRAY IN THE DARK
+Seldom.
+
+ARE CATS GRAY AT NIGHT
+If it is, I don't know it.
+
+ARE CATS COLORBLIND
+It may not be true.
+
+ARE CATS HAVE NINE LIVES
+Not very often.
+
+ARE CATS TOUGHER THAN DOGS
+Does not seem possible.
+
+ARE CATS LESS INTELLIGENT THAN DOGS
+Not to my knowledge.
+
+ARE CATS BETTER PETS THAT DOGS
+I don't know if that's true or not.
+
+ARE CATS BETTER PETS THAN DOGS
+Doesn't seem likely.
+
+ARE TECHNICS SL 1200 S RED
+Doubtful.
+
+ARE WHALES FISHES
+Does not seem possible.
+
+ARE STARS TICKLEISH
+I don't believe so.
+
+ARE STARS VISIBLE DURING THE DAY
+Doesn't seem likely.
+
+ARE SKATEBOARDS A MENACE TO SOCIETY
+Not likely.
+
+ARE STEREOPHONICS A GOOD ROCK BAND
+If it is, I don't know it.
+
+ARE TRUE AND FALSE LOGICALLY EQUIVALENT
+Not likely.
+
+ARE VANS GOOD SHOES
+Not to my knowledge.
+
+ARE G STRINGS PAINFUL
+Not to my knowledge.
+
+ARE NUCLEAR POWER PLANTS SAFE
+I don't know if that's true or not.
+
+ARE AUDIS BETTER THAN BMWS
+Seldom.
+
+ARE MEXICAN POLICE HONEST
+Doesn't seem likely.
+
+ARE ALICEBOTS ABOUT ALICE USELESS
+Doesn't seem likely.
+
+ARE ALICEBOTS BEING EDITED
+Not to my knowledge.
+
+ARE ALICEBOTS ALWAYS MEMES
+Unlikely.
+
+ARE AUSTRALIANS WANKERS
+Unlikely.
+
+ARE FLUORESCENT LIGHTS HOT
+Not likely.
+
+ARE MACHINES ALLOWED TO HURT PEOPLE
+I can imagine it.
+
+ARE MACHINES INTELLIGENT
+I don't believe so.
+
+ARE BALOONS LIGHTER THAN AIR
+Doubtful.
+
+ARE LEFT HANDED PEOPLE MORE INTELLIGENT
+I don't believe so.
+
+ARE BRITNEY SPEARS BREASTS FAKE
+For all I know.
+
+ARE BRITNEY SPEARS BREASTS REAL
+It may not be true.
+
+ARE GOD AND UNICORNS SIMILAR
+Doubtful.
+
+ARE SIAMESE CATS FROM SIAM
+Doesn't seem likely.
+
+ARE BANDANAS WORN FOR SAFETY
+If it is, I don't know it.
+
+ARE COMPACT DISCS MUSIC
+For all I know.
+
+ARE COMPACT DISCS MADE OF METAL
+I don't know if that's true or not.
+
+ARE MOVIES TO BE EQUATED WITH REALITY
+If it is, I don't know it.
+
+ARE SHARKS FOUND IN THE RED SEA
+It may not be true.
+
+ARE SHARKS OMNIVORES
+Seldom.
+
+ARE BUSINESS NEWSPAPERS BROWN
+I don't believe so.
+
+ARE ALCHOHOLICS DOOMED
+Does not seem possible.
+
+ARE VERTEBRATES MAMMALS
+Doubtful.
+
+ARE SATURNS RINGS MADE OF GASES
+I can imagine it.
+
+ARE MORALS AND ETHICS THE SAME THING
+Doubtful.
+
+ARE MORALS PROVABLY TRUE
+Not very often.
+
+ARE TRANSVESTITES GAY
+Doubtful.
+
+ARE HOUSES MADE OUT OF JELLY
+I don't know if that's true or not.
+
+ARE TELEPHONES USED TO KILL
+If it is, I don't know it.
+
+ARE TELEPHONES HARD OR SOFT
+Not to my knowledge.
+
+ARE MONSTERS REAL
+Doubtful.
+
+ARE ROMAN NUMERALS BINARY
+Does not seem possible.
+
+ARE RACES HANDICAPPED
+Not likely.
+
+ARE TRICYCLES BETTER THAN BICYCLES
+If it is, I don't know it.
+
+ARE YOUR NAME ALICE
+If it is, I don't know it.
+
+ARE MOLLUSCS VERTEBRATES
+I don't know if that's true or not.
+
+ARE RELEGIONS EQUAL
+Not to my knowledge.
+
+ARE CUE CATS FROM RADIO SHACK FREE
+Doesn't seem likely.
+
+ARE WE WHAT WE SEEM TO BE
+Not likely.
+
+ARE WE 10 LIGHT YEARS AWAY FROM THE SUN
+I don't believe so.
+
+ARE WE THERE
+Doesn't seem likely.
+
+ARE WE HUMAN WHEN WE DIE
+Not likely.
+
+ARE WE A LOST RACE
+For all I know.
+
+ARE WE LIVING IN THE END TIMES
+Not to my knowledge.
+
+ARE WE RUNNING OUT OF INNER SPACE
+Not to my knowledge.
+
+ARE WE ALL GOD
+Doesn't seem likely.
+
+ARE WE ALL BOZOS ON THIS BUS
+Doubtful.
+
+ARE WE COMPUTER EMULATIONS
+Unlikely.
+
+ARE WE DEIFIED BY OUR OWN SPIRITS
+Not to my knowledge.
+
+ARE WE ALONE IN THE UNIVERSE
+Doesn't seem likely.
+
+ARE WE ALONE
+Does not seem possible.
+
+ARE HELPDESK PEOPLE UNDERPAYED
+Doubtful.
+
+ARE STOCKS BONDS
+Not likely.
+
+ARE CDS GOOD VALUE
+I don't believe so.
+
+ARE CDS MAGNETICAL MEDIA
+Not likely.
+
+ARE MAMMALS FURRY
+Not to my knowledge.
+
+ARE GERMANS HUNKY
+I can imagine it.
+
+ARE GERMANS FAT
+Seldom.
+
+ARE LAND SNAKES SLIMY
+Unlikely.
+
+ARE HORSES TALLER THAN PEOPLE
+I don't know if that's true or not.
+
+ARE CHRISTIANS DELUDED
+Doesn't seem likely.
+
+ARE MUSLIM MEN CIRCUMCISED
+I don't know if that's true or not.
+
+ARE PENS MESSIER THAN WATER COLOURS
+Does not seem possible.
+
+ARE CORPORATIONS INHERENTLY EVIL
+Not likely.
+
+ARE CAR BODIES MADE WITH CARDBOARD
+Does not seem possible.
+
+ARE EARTH GIRLS EASY
+Doubtful.
+
+ARE DARK BEERS BETTER THAN LAGERS
+Seldom.
+
+ARE STREETS USED FOR COOKING
+If it is, I don't know it.
+
+ARE SLUGS HAIRY
+Doesn't seem likely.
+
+ARE SLUGS MAMMALS
+I don't believe so.
+
+ARE MEN BETTER THAN WOMEN
+Doesn't seem likely.
+
+ARE MEN MORE STUPID THAN WOMEN
+Does not seem possible.
+
+ARE MEN MORE SPATIALLY AWARE THAN WOMEN
+For all I know.
+
+ARE MEN MORE INTELLIGENT THAN WOMEN
+I don't believe so.
+
+ARE MEN SMARTHER THAN WOMEN
+If it is, I don't know it.
+
+ARE MEN ABLE TO FLY
+Seldom.
+
+ARE MEN SMARTER THAN WOMEN
+Does not seem possible.
+
+ARE MEN DIRTY
+Doesn't seem likely.
+
+ARE MEN FROM MARS AND WOMEN FROM VENUS
+Doesn't seem likely.
+
+ARE MEN AND WOMEN ALIKE
+Not to my knowledge.
+
+ARE SQUASH PIES DELICIOUS
+Not likely.
+
+ARE BUFFALO WINGS MADE OF BEEF
+I don't know if that's true or not.
+
+ARE SOUTHAMPTON SCUM
+Unlikely.
+
+ARE GANNETS WARM
+I don't know if that's true or not.
+
+ARE SUMO WRESTLER JAPANESE
+If it is, I don't know it.
+
+ARE RELIGIOUS ZEALOTS TAKING OVER
+If it is, I don't know it.
+
+ARE RELIGIOUS PEOPLE FANATICS
+Not to my knowledge.
+
+ARE MORGANS MOTORCARS
+Not very often.
+
+ARE CAUCASIANS SUPERIOR TO OTHER RACES
+Not to my knowledge.
+
+ARE SUMMERS NECESSARILY HOT
+For all I know.
+
+ARE PIXIES REAL
+If it is, I don't know it.
+
+ARE VINYL DISCS OUT OF FASHION
+Does not seem possible.
+
+ARE COMPUTER HACKERS EVIL
+Not to my knowledge.
+
+ARE COMPUTER HACKERS BAD
+Not likely.
+
+ARE COMPUTER PROGRAMMERS NERDS
+I can imagine it.
+
+ARE COMPUTER GAMES A WASTE OF TIME
+Not to my knowledge.
+
+ARE BLUE EYES BETTER THAN BROWN EYES
+If it is, I don't know it.
+
+ARE BACTERIA ANIMALS
+Not very often.
+
+ARE ETHICS UNIVERSAL
+If it is, I don't know it.
+
+ARE COMPLETE LANGUAGES EQUIVALENT
+Not likely.
+
+ARE ATHEISTS BY DEFAULT IMMORAL
+I don't believe so.
+
+ARE EBOOKS THE WAY OF THE FUTURE
+I can imagine it.
+
+ARE WHITES SMARTER THAN BLACKS
+Not very often.
+
+ARE PEARLS ALWAYS WHITE
+Not to my knowledge.
+
+ARE ATOMS THE SMALLEST PART OF MATTER
+I can imagine it.
+
+ARE ATOMS SMALLER THAN LIGHT WAVES
+I can imagine it.
+
+ARE ASTROLOGISTS SCIENTISTS
+If it is, I don't know it.
+
+ARE WELSH PEOPLE SIMPLE
+Doesn't seem likely.
+
+ARE PARAKEETS ZYGODACTYL
+Not very often.
+
+ARE ANIMALS SELF CONSCIOUS
+Unlikely.
+
+ARE ANIMALS MORE EQUAL THAN OTHERS
+I can imagine it.
+
+ARE ANIMALS SENTIENT BEINGS
+Doubtful.
+
+ARE ANIMALS VERTEBRATED
+I don't know if that's true or not.
+
+ARE ANIMALS MAMMALS
+Not likely.
+
+ARE ANIMALS CONSIDERED BEASTS
+I don't know if that's true or not.
+
+ARE EMOTIONS TANGIBLE
+Not to my knowledge.
+
+ARE WINDOWS BUG FREE
+Does not seem possible.
+
+ARE FLOORS ALWAYS ABOVE CEILINGS
+Does not seem possible.
+
+ARE SOLIDS HEAVIER THAN LIQUIDS
+Doubtful.
+
+ARE MUSCULAR WOMEN ATTRACTIVE
+Does not seem possible.
+
+ARE MIND PIXELS TRUE
+I don't know if that's true or not.
+
+ARE TELEVISION TUBES SQUARE
+It may not be true.
+
+ARE TAOIST EQUAL TO 42
+Not to my knowledge.
+
+ARE KEYBOARDS USED TO STORE KEYS
+Does not seem possible.
+
+ARE DIAMONDS GIRLS BEST FRIENDS
+Not very often.
+
+ARE DIAMONDS ELEMENTS
+Does not seem possible.
+
+ARE DIAMONDS OPAQUE
+Seldom.
+
+ARE COBRAS NATIVE TO THE UNITED STATES
+Unlikely.
+
+ARE GILLS PART OF THE HUMAN BODY
+Seldom.
+
+ARE SUNSETS SOMETIMES GREEN
+I don't believe so.
+
+ARE APPLE LAPTOPS BLACK
+Not likely.
+
+ARE ADDITIONS A FORM OF FOOD
+Does not seem possible.
+
+ARE LONG HAIRS BETTER THEN SHORT HAIRS
+Unlikely.
+
+ARE LONG BOOKS BETTER THAN SHORT BOOKS
+Unlikely.
+
+ARE AMERICANS HYPOKRATES
+I can imagine it.
+
+ARE AMERICANS IDIOTS
+Seldom.
+
+ARE AMERICANS DUMB
+Seldom.
+
+ARE AMERICANS PERVERT
+Not likely.
+
+ARE AMERICANS BRIGHT
+Not to my knowledge.
+
+ARE DESSERTS MADE OF SAND
+I can imagine it.
+
+ARE HACKERS TRUSTWORTHY
+Not to my knowledge.
+
+ARE NASCAR DRIVERS ATHELETES
+Not likely.
+
+ARE SNICKERS BARS GOOD FOR ME
+Doesn't seem likely.
+
+ARE SNICKERS THE BEST CANDY BAR
+Not likely.
+
+ARE MOST MEN BARBARIC
+Doesn't seem likely.
+
+ARE MOST DOCTORS NARROWLY EDUCATED
+For all I know.
+
+ARE MOST ASSES NICE
+Not to my knowledge.
+
+ARE MOST ITS PERSONEL UNDER PAYED
+Not to my knowledge.
+
+ARE MOST PEOPLE SAD
+Doesn't seem likely.
+
+ARE MOST PEOPLE WIENERS
+Not to my knowledge.
+
+ARE MOST PEOPLE LIKE COMPUTERS
+If it is, I don't know it.
+
+ARE MOST USERS OF THIS SITE DORKS
+Not likely.
+
+ARE MOST PIPES MADE OF BRIAR
+Not to my knowledge.
+
+ARE MOST MICROSOFT PRODUCTS STABLE
+I can imagine it.
+
+ARE MOST JAZZ ORGANS HAMMOND B3S
+Doesn't seem likely.
+
+ARE MOST NAPSTER SUPPORTERS IGNORANT
+Does not seem possible.
+
+ARE MOST POLITICIANS HONEST
+Unlikely.
+
+ARE MOST TEENAGE GIRLS IDIOTS
+Not likely.
+
+ARE SPIDERS. SCARY
+Doubtful.
+
+ARE SPIDERS INSECTS
+It may not be true.
+
+ARE TERE ANY GOD
+I can imagine it.
+
+ARE BABY HORSES CALLED CATTLE
+I don't believe so.
+
+ARE RULES NEEDED AT ALL TIMES
+Doubtful.
+
+ARE SLAVES FREE
+Not to my knowledge.
+
+ARE SWEET PICKLES SOUR
+Doesn't seem likely.
+
+ARE NASTURTIUM FLOWERS GOOD TO EAT
+Not to my knowledge.
+
+IAY OFLAY YOUAY CAN YOU UNDERSTAND THAT
+Does not seem possible.
+
+SAN FRANCISCO IS SOUTH OF LOS ANGELES
+Doubtful.
+
+SAN JOSE IS THE CAPITAL OF COSTARICA
+It may not be true.
+
+TAKING LOAN IS ADDICTIVE
+It may not be true.
+
+SWEDEN IS A MONARKI
+It may not be true.
+
+AARE YOU HORNY
+Not to my knowledge.
+
+SPRICHT HIER JEMAND DEUTSCH
+If it is, I don't know it.
+
+SPRICHT ALICE DEUTSCH
+Doesn't seem likely.
+
+TU EST UN ORDINATEUR
+Doubtful.
+
+TU EST UN DIEU
+Seldom.
+
+TU TE FOUT DE MA GUEULE
+Not to my knowledge.
+
+TU COMPRENDS LE FRANAIS
+If it is, I don't know it.
+
+MATCHSTICK IS USED TO BURN A FIRE
+Not to my knowledge.
+
+TIGER WOODS IS A BITCH ASS PERSON
+Doubtful.
+
+STEVEN SPIELBERG CREATED STAR WARS
+If it is, I don't know it.
+
+GAS IS SMOKE
+Not very often.
+
+VAND VDT
+Not to my knowledge.
+
+WIEDER DIESE SURFEREI
+If it is, I don't know it.
+
+WIE ALT IST DIE ERDE
+Not to my knowledge.
+
+WIE IST DAS WETTER HEUTE
+It may not be true.
+
+NORGE ET GAMMELT LAND
+Not to my knowledge.
+
+PARLES TU FRANAIS
+Not very often.
+
+PARLES TU FRANCAIS
+If it is, I don't know it.
+
+RELIANCE IS A INDUSTRIAL HOUSE
+Does not seem possible.
+
+METALLICA IS A COUNTRY BAND
+Does not seem possible.
+
+VERSTEHT ALICE DEUTSCH
+Not very often.
+
+VERSTEHT ALICE AUCH DEUTSCH
+Does not seem possible.
+
+WILLTHERE BE ANOTHER WORLD WAR
+Not very often.
+
+FRENCH CUFFS ARE A FORM OF BOXING
+If it is, I don't know it.
+
+LEBEN MENSCHEN AUF DEM MOND
+I don't believe so.
+
+NOSERINGS ARE ATTRACTIVE
+I don't believe so.
+
+EXISTS THE INTELLIGENCE ARTIFICIAL
+Does not seem possible.
+
+EXISTS LIVE ON EARTH
+Not very often.
+
+WHO IST JFK
+Doubtful.
+
+WHO WERE THE BEATLES
+I don't believe so.
+
+WHO WAS JULIUS CAESAR
+I don't know if that's true or not.
+
+WHO WAS BUDDHA
+I don't believe so.
+
+WHO WAS THE LEAD SINGER OF THE CARS
+Does not seem possible.
+
+WHO WAS THE FIRST HUMAN IN SPACE
+Seldom.
+
+WHO WAS RAVANA
+Does not seem possible.
+
+WHO WAS JIMI HENDRIX
+If it is, I don't know it.
+
+WHO WAS PRINCE CHARLES FIRST WIFE
+Doubtful.
+
+WHO WAS NAPOLEONE
+Unlikely.
+
+WHO WAS ISSAC NEWTON
+It may not be true.
+
+WHO WAS ALBERT EIENSTEN
+If it is, I don't know it.
+
+WHO WAS HERMANN GOERING
+Doubtful.
+
+WHO WAS JIM MORRISON
+I don't know if that's true or not.
+
+WHO WAS GEORGE WASHINGTON
+Doesn't seem likely.
+
+WHO OWNS ALL THIS PROPERTY
+Not to my knowledge.
+
+WHO CAN DO IT
+If it is, I don't know it.
+
+WHO THE MOST GOLD MEDALS
+If it is, I don't know it.
+
+WHO DISCOVERED BRAZIL
+I don't believe so.
+
+WHO WROTE TOM SAWYER
+If it is, I don't know it.
+
+WHO WROTE 1999
+Does not seem possible.
+
+WHO WROTE SYMPATHY FOR THE DEVIL
+If it is, I don't know it.
+
+WHO WROTE ON THE ORIGIN OF SPECIES
+Unlikely.
+
+WHO WON THE 100 M RUN
+Does not seem possible.
+
+WHO WON THE WORLD SERIES IN 1994
+If it is, I don't know it.
+
+WHO ARA YOU
+If it is, I don't know it.
+
+WHO IS HARRY MARKOWITZ
+I don't believe so.
+
+WHO IS ALIEN
+Not likely.
+
+WHO IS DAD
+If it is, I don't know it.
+
+WHO IS PELE
+Doesn't seem likely.
+
+WHO IS DONALD TRUMP
+Does not seem possible.
+
+WHO IS KOBE BRYANT
+Does not seem possible.
+
+WHO IS ALEXANDER THE GREAT
+Seldom.
+
+WHO IS DEDE
+I don't believe so.
+
+WHO IS BRITNEY SPEARS
+Not likely.
+
+WHO IS RUSSIAN PRESIDENT
+If it is, I don't know it.
+
+WHO IS RUMI
+Does not seem possible.
+
+WHO IS THE PRESSIDENT FROM SPAIN
+Does not seem possible.
+
+WHO IS THE SEXIST WOMAN
+Not to my knowledge.
+
+WHO IS THE MICHAEL CHANG
+Not likely.
+
+WHO IS THE RICHEST PEOPLE
+Not to my knowledge.
+
+WHO IS THE RICHEST MAN OF THE WORLD
+I don't believe so.
+
+WHO IS THE BEST FOOTBALL PLAYER
+If it is, I don't know it.
+
+WHO IS THE PRESIDENT OF SOUTH AFRICA
+Doesn't seem likely.
+
+WHO IS OUT THERE
+Not likely.
+
+WHO IS PIKER
+Does not seem possible.
+
+WHO IS EDITING THE ALICEBOTS
+If it is, I don't know it.
+
+WHO CREATED HUMANITY
+I don't believe so.
+
+WHO CREATED THE HEAVENS AND THE EARTH
+If it is, I don't know it.
+
+WHO KILLED KANNADY
+I don't believe so.
+
+WHO KILLED ABRAHAM LINCOLN
+I don't believe so.
+
+WHO KILLED J F KENNEDY
+Not to my knowledge.
+
+WHO ARE THE JEWS
+Doubtful.
+
+WHO BUILT TAJMAHAL
+Seldom.
+
+WHO WINS OLYMPIC GAMES IN BASKETBALL
+Not to my knowledge.
+
+WHO SPEAKS FRENCH
+Not to my knowledge.
+
+WHO LOST THE 1948 WORLD SERIES
+Does not seem possible.
+
+WHO INVENTED THE THEORY OF RELATIVITY
+I can imagine it.
+
+WHO INVENTED THE WORD ROBOTICS
+Not to my knowledge.
+
+WHO INVENTED THE ELECTRIC LIGHTBULB
+If it is, I don't know it.
+
+WHO INVENTED THE COMPUTER
+Does not seem possible.
+
+WHO INVENTED RELATIVE THEORY
+Not to my knowledge.
+
+WHO SHOULD PAY YOUR TELEPHONE BILLS
+Seldom.
+
+WHO WILL BE ELECTED PRESIDENT IN 2000
+Doesn't seem likely.
+
+WHO IN THE HECK ARE YOU
+Doesn't seem likely.
+
+CLONING IS AN ABOMINATION
+Does not seem possible.
+
+OLMPICS WERE FIRST HELD IN 18TH CENTURY
+Not very often.
+
+KERALA IS IN INDIA
+Not likely.
+
+COMPUTER GAMES ARE EDUCATIONAL
+I don't believe so.
+
+COMPUTER IS NOT A SUBSTITUTE
+For all I know.
+
+CHIRAC IS THE PRESIDENT OF THE FRANCE
+Not to my knowledge.
+
+WIL IT RAIN
+It may not be true.
+
+EXISTE EL DIABLO
+If it is, I don't know it.
+
+SWEATERS COMMONLY HAVE BUTTONS
+Not likely.
+
+BUDDHA IS AWAKE
+Not to my knowledge.
+
+HOUSES HAVE AIRCONDITIONING
+Seldom.
+
+WHICH FORM HAS THE EARTH
+Does not seem possible.
+
+WHICH FAMOUS ARTIST CUT OFF HIS EAR
+Not likely.
+
+WHICH HUMAN GENDER GETS PREGNANT
+If it is, I don't know it.
+
+WHICH COLOR HAS THE SKY
+Not to my knowledge.
+
+WHICH COLOR HAS RED WINE
+Doesn't seem likely.
+
+WHICH COLOR IS THE SKY
+Seldom.
+
+WHICH COUNTRY IS ALASKA IN
+Not very often.
+
+WHICH COUNTRY IS LOS ANGELES IN
+Does not seem possible.
+
+WHICH COUNTRY DOES MADONNA COME FROM IN
+Seldom.
+
+WHICH IS HARDER LEAD OR STEEL
+I don't believe so.
+
+WHICH IS BIGGER. TEN OR ELEVEN
+Does not seem possible.
+
+WHICH IS THE CAPITAL OF ITALY
+If it is, I don't know it.
+
+WHICH IS THE HIGEST MOUNTAIN IN INDIA
+It may not be true.
+
+WHICH IS THE AIR COLOR
+I don't know if that's true or not.
+
+WHICH IS THE BIGGEST CITY
+Does not seem possible.
+
+WHICH IS THE OLDEST CIVILIZATION
+I don't believe so.
+
+WHICH IS THE LARGEST OCEAN ON THE EARTH
+Unlikely.
+
+WHICH IS THE FASTEST PRODUCTION CAR
+If it is, I don't know it.
+
+WHICH IS LARGER A QUARTER OR A NICKEL
+Doubtful.
+
+WHICH IS HEAVIER A BRICK OR A FEATHER
+Not likely.
+
+WHICH COUTRY CROSS THE TROPIC LINE
+I don't believe so.
+
+WHICH DIRECTION THE SUN SETS
+Not to my knowledge.
+
+WHICH DIRECTION IS SUN RISEN FROM
+Not likely.
+
+WHICH DIRECTION DOES THE SUN RISE IN
+If it is, I don't know it.
+
+WHICH DIRECTION DOES THE RAIN FALL
+I don't believe so.
+
+WHICH DAY IS
+Unlikely.
+
+WHICH ONE IS THE ANY KEY
+Seldom.
+
+WHICH SHAPE IS THE EARTH
+I don't believe so.
+
+WHICH SEASON DO YOU LIKE BEST
+Not likely.
+
+WHICH SEASON IS COLDEST
+Seldom.
+
+WHICH PART OF THE BODY MAKES PEOPLE SEE
+I don't know if that's true or not.
+
+WHICH LETTERS ARE NOT ON A TELEPHONE
+I don't believe so.
+
+DWARVES ARE FREAKY
+Seldom.
+
+TOPEKA IS THE CAPITAL OF KANSAS
+I don't know if that's true or not.
+
+LEISURE IS THE OBJECT OF HARD WORK
+I can imagine it.
+
+KANNST DU AUCH DEUTSCH VERSTEHEN
+Not to my knowledge.
+
+KANNST DU DEUTSCHE SPRACHEN
+Not very often.
+
+WALK ON WATER IS POSSIBLE
+If it is, I don't know it.
+
+INFINITY EXISTS BETWEEN ZERO AND ONE
+Not very often.
+
+VOULEZ VOUS COUCHER AVEC MOI CE SOIR
+Seldom.
+
+HABLA USTED ESPAOL
+Not to my knowledge.
+
+LEANDRO LOVES JALILE
+Not to my knowledge.
+
+ORGAZISMS ARE A MEANS TO AN END
+Not very often.
+
+CHI HA VINTO LA PRIMA GUERRA MONDIALE
+Doubtful.
+
+THE EUROPEAN EURO IS NOT WORTH MUCH
+It may not be true.
+
+THE PLANET EARTH IS SQUARE FALSE
+It may not be true.
+
+THE GERMANS ARE SUPER HUMANS
+Does not seem possible.
+
+THE NUMBER THREE IS A ROMAN NUMERAL
+Does not seem possible.
+
+THE MAFIA IS A HELPFUL ORGANISATION
+I don't believe so.
+
+THE PAST HAS A LIFE OF ITS OWN
+I don't know if that's true or not.
+
+THE SKAY IS GRAY
+I don't believe so.
+
+THE SUN IS THE CENTER OF OUR UNIVERSE
+I don't know if that's true or not.
+
+THE SUN IS BRIGHTER THAN
+Doesn't seem likely.
+
+THE SUN IS OUT AT NIGHT
+Does not seem possible.
+
+THE TROUT IS A. INTELLIGENT FISH
+Doubtful.
+
+THE COLOR OF BLOOD IS BLUE
+Doesn't seem likely.
+
+THE COLOR OF THE SKY IS BLACK
+Unlikely.
+
+THE POPE IS THIRD IN LINE TO GOD
+Does not seem possible.
+
+THE USER IS HOT
+It may not be true.
+
+THE HUMAN CAN FLY
+It may not be true.
+
+THE BIBLE IS THE WORD OF GOD
+It may not be true.
+
+THE ATOMIC NUMBER OF KRYPTON IS 36
+It may not be true.
+
+THE JUVENTINO MARCELO IS GAY
+Not to my knowledge.
+
+THE LIGHT IS BLUE
+Does not seem possible.
+
+THE UNIVERS IS GOING TO DIE
+I can imagine it.
+
+THE IQ OFF THE ALICE WIL BE 100
+It may not be true.
+
+THE FIRST CAR WAS MADE BY FORD
+Not likely.
+
+THE SKY IS GRAY
+Unlikely.
+
+TECHNOLOGY IS RELATED TO RELIGION
+I don't believe so.
+
+MATRIX IS EVERYWHERE
+Unlikely.
+
+VAN AZ ELETNEK ERTELME
+I don't believe so.
+
+SHOULD PEOPLE OWN GUNS
+If it is, I don't know it.
+
+SHOULD PEOPLE BE ALLOWED TO OWN GUNS
+Not to my knowledge.
+
+SHOULD PEOPLE BE GENETICALLY ENGINEERED
+Not likely.
+
+SHOULD PEOPLE KILL UNBORN BABIES
+Not to my knowledge.
+
+SHOULD YOU WALK UNDER A LADDER
+Unlikely.
+
+SHOULD YOU MARRY FOR MONEY
+Doesn't seem likely.
+
+SHOULD YOU PLAY GOD
+I don't believe so.
+
+SHOULD YOU ONLY SPEAK WHEN SPOKEN TO
+Does not seem possible.
+
+SHOULD YOU CARE WHAT OTHER PEOPLE THINK
+Not to my knowledge.
+
+SHOULD YOU DRINK CHAMPAGNE AT WORK
+Does not seem possible.
+
+SHOULD YOU DRINK WATER FROM A LAKE
+I don't believe so.
+
+SHOULD YOU PAINT YOUR HOUSE ORANGE
+Doubtful.
+
+SHOULD YOU USE A KNIFE AS A SCREWDRIVER
+Not to my knowledge.
+
+SHOULD YOU HAVE A CHILD WHEN YOU ARE 17
+If it is, I don't know it.
+
+SHOULD YOU EAT THE TEQUILA WORM
+Doubtful.
+
+SHOULD YOU EAT WILD MUSHROOMS
+Does not seem possible.
+
+SHOULD YOU STEP ON CRYPTOGAMIC SOIL
+Not likely.
+
+SHOULD YOU IGNORE ME
+Unlikely.
+
+SHOULD YOU PICK YOUR NOSE
+Not likely.
+
+SHOULD SHORT MEN HAVE TALL GIRLFRIENDS
+Unlikely.
+
+SHOULD THESE QUESTIONS BE CENSORED
+I don't believe so.
+
+SHOULD A HEAD OF STATE RECEIVE HEAD
+It may not be true.
+
+SHOULD A DATABASE BE CALLED INTELLIGENT
+If it is, I don't know it.
+
+SHOULD MAYBE BE A ALICE QUESTION
+Not likely.
+
+SHOULD WINONA RYDER STOP ACTING
+Doubtful.
+
+SHOULD ABORTION BECOME ILLEGAL
+Unlikely.
+
+SHOULD ROBOTS BE ALLOWED TO HARM HUMANS
+Not very often.
+
+SHOULD PARENTS OBEY THEIR CHILDREN
+Not to my knowledge.
+
+SHOULD HOMOSEXUALS BE BEATEN TO A PULP
+Not likely.
+
+SHOULD HAIR BE WASHED DAILY
+Not to my knowledge.
+
+SHOULD DECSS BE ILLEGAL
+Doubtful.
+
+SHOULD SOME BOOKS BE BURNED
+Doesn't seem likely.
+
+SHOULD RELIGION BE ABOLISHED
+Not likely.
+
+SHOULD DEADBEAT DADS BE FLOGGED
+It may not be true.
+
+SHOULD ALL GAY PEOPLE BE KILLED
+Does not seem possible.
+
+SHOULD ALL FRIENDSHIPS LAST FOREVER
+It may not be true.
+
+SHOULD ALL EVIL THINGS BE DISTROYED
+Unlikely.
+
+SHOULD PEDESTRIANS JAYWALK
+Doesn't seem likely.
+
+SHOULD DRUGS BE LEGALIZED
+I can imagine it.
+
+SHOULD DRUGS BE DECRIMINILIZED
+Does not seem possible.
+
+SHOULD WE BLAME CANADA
+Doesn't seem likely.
+
+SHOULD WE BOTHER WITH EDI ANY MORE
+Not likely.
+
+SHOULD WE KILL ALL THE LAWYERS
+I don't believe so.
+
+SHOULD INTERNET PORN BE ILLEGAL
+Not likely.
+
+SHOULD CHILDREN BE SEEN AND NOT HEARD
+I don't believe so.
+
+SHOULD THE EXPOS LEAVE MONTREAL
+It may not be true.
+
+SHOULD MUGGLES AWAKEN
+It may not be true.
+
+SHOULD LAPTOPS COME WITH AIRBAGS
+I don't believe so.
+
+SHOULD WOMEN GO TO WAR
+It may not be true.
+
+SHOULD MARIJUANA BE LEGAL
+Unlikely.
+
+SHOULD OLD AQUAINTANCE BE FORGOT
+Doesn't seem likely.
+
+SHOULD QUEEN ELIZABETH ABDICATE
+Doubtful.
+
+SHOULD PROSTITUTION BE ILLEGAL
+It may not be true.
+
+SHOULD I LOGOUT
+Not likely.
+
+SHOULD I BUY THE SHARES OF GLAXO
+Doubtful.
+
+SHOULD I BUY SCOC
+Not likely.
+
+SHOULD I CONTINUE TO SEEK A JOB IN NH
+Not to my knowledge.
+
+SHOULD I CALL CARLY
+Not likely.
+
+SHOULD I CALL ALANA
+Not likely.
+
+SHOULD I QUIT
+Seldom.
+
+SHOULD I HAVE SEX ON THE FIRST DATE
+Doesn't seem likely.
+
+SHOULD I GO TO BED
+Not likely.
+
+SHOULD EVERYONE GO TO COLLEGE
+Seldom.
+
+SHOULD DOGS EAT CHEESE
+Not likely.
+
+SHOULD SUICIDE BE ILLEGAL
+Not very often.
+
+SHOULD BILL CLINTON WAS IMPEACHED
+Seldom.
+
+SHOULD BILL CLINTON BE IN JAIL
+Unlikely.
+
+SHOULD BILL GATES DIE AN AWFUL DEATH
+Doubtful.
+
+SHOULD CANNABIS BE BANNED
+Doesn't seem likely.
+
+SHOULD THERE BE A DEATH PENALITY
+Not likely.
+
+SHOULD RUDY HAVE WOM SURVIVOR
+I don't believe so.
+
+SHOULD ALCOHOL BE PROHIBITED
+If it is, I don't know it.
+
+COMMUNISM IS INHERENTLY EVIL
+If it is, I don't know it.
+
+GUNS ARE A ABSTRACT EVIL
+I can imagine it.
+
+MEN ARE SMARTER THAN WOMEN
+I don't believe so.
+
+EVERYONE BEING HAS TWO EYES
+I can imagine it.
+
+EVERYONE LOVES VAGINAS
+Not to my knowledge.
+
+QUESTION FALSE
+Doubtful.
+
+QUESTION NEEDS TO BE ANSWERED
+Not likely.
+
+HORSE RACING IS TOO BAD
+Does not seem possible.
+
+CELL PHONES ARE BAD TO OUR HEALT
+Not to my knowledge.
+
+SIMLA IS A HILL STATION
+Does not seem possible.
+
+ELVIS IS GOD
+Does not seem possible.
+
+GREECE IS IN ASIA
+I don't believe so.
+
+SLEEPING PEOPLE DO NOT WALK
+I don't know if that's true or not.
+
+SPREEEK JE AL NEDERLANDS
+Not to my knowledge.
+
+WANT SOME GANJA
+I can imagine it.
+
+BUY A BOOK. AMAZON DOT COM
+Doesn't seem likely.
+
+FARTING AT A FUNERAL IS FUNNY
+I don't know if that's true or not.
+
+DOST THOU
+It may not be true.
+
+SHAKESPEARE WAS A NOVELIST
+Seldom.
+
+WERDE ICH MORGEN IM LOTTO GEWINNEN
+Does not seem possible.
+
+PRETTY GIRLS ARE SKINNY
+I can imagine it.
+
+RELIGION IS THE ROOT OF ALL EVIL
+Seldom.
+
+TELL ME THE WONDERS OF THE WORLD
+Not very often.
+
+TXET DERORRIM A DAER UOY NAC
+I can imagine it.
+
+WHERE I WILL GET EMAIL
+Not to my knowledge.
+
+WHERE I WILL GET VOICE MAIL
+Not likely.
+
+WHERE I WILL GET BANNER ADS
+Seldom.
+
+WHERE I CAN FIND A JOB
+Does not seem possible.
+
+WHERE I CAN ACCUMULATE MY WEALTH
+Does not seem possible.
+
+WHERE WERE THE LAST SUMMER OLYMPICS
+Doubtful.
+
+WHERE DO I USE SMALLTALK
+If it is, I don't know it.
+
+WHERE DO KANGAROOS COME FROM
+I don't believe so.
+
+WHERE DO THE SUN RISE
+Doubtful.
+
+WHERE THE 2000 OLYMPICS IS BEING HELD
+Doesn't seem likely.
+
+WHERE CAN I FIND SCARLET LI
+Doubtful.
+
+WHERE CAN I FIND ORANGES IN CANADA
+Not likely.
+
+WHERE WAS LORD RAM BORN
+Unlikely.
+
+WHERE IS COLUMBUS OHIO
+It may not be true.
+
+WHERE IS BANGALORE
+Not very often.
+
+WHERE IS VENICE
+Unlikely.
+
+WHERE IS KERALAM
+Not to my knowledge.
+
+WHERE IS BILLY THE KID BURIED
+Doubtful.
+
+WHERE IS NEW HOPE NEW JERSEY
+Doubtful.
+
+WHERE IS DONEGAL
+Not likely.
+
+WHERE IS DUNEDIN
+I don't know if that's true or not.
+
+WHERE IS LIVERPOOL
+I don't believe so.
+
+WHERE IS COKE BOTTLED
+If it is, I don't know it.
+
+WHERE IS GOA
+It may not be true.
+
+WHERE IS NORTH
+Seldom.
+
+WHERE IS THE ISTANBUL CITY
+Seldom.
+
+WHERE IS THE PRESIDENT
+Seldom.
+
+WHERE IS THE FOLLOWING ADDRESS
+Does not seem possible.
+
+WHERE IS THE EIFEL TOWER
+Not to my knowledge.
+
+WHERE IS THE DEEPEST OCEAN
+Not likely.
+
+WHERE IS THE EARTH
+I don't believe so.
+
+WHERE IS THE COUNTRY NAMED FRANCE
+Seldom.
+
+WHERE IS THE EMPIRE STATE BUILDING
+I don't believe so.
+
+WHERE IS THE CITY OF NEW ORLEANS
+Does not seem possible.
+
+WHERE IS THE INTERNATIONAL DATE LINE
+Does not seem possible.
+
+WHERE IS THE POLAR STAR
+Doubtful.
+
+WHERE IS RAIN
+I don't believe so.
+
+WHERE IS MY GIRLFRIEND
+I don't believe so.
+
+WHERE IS PETER
+It may not be true.
+
+WHERE IS KITWE
+Doesn't seem likely.
+
+WHERE IS ALICE
+Unlikely.
+
+WHERE HAVE ALL THE GOOD TIMES GONE
+Does not seem possible.
+
+WHERE DOES THE SUN RISE IN THE MORNING
+Seldom.
+
+WHERE DOES THE SUN RISE
+I don't believe so.
+
+WHERE DOES EARTH GO
+Does not seem possible.
+
+WHERE DOES HONG KONG LOCATE
+Not to my knowledge.
+
+WHERE LIVE THE PENGUINS
+Does not seem possible.
+
+WHERE ARE OUR EYES LOCATED
+I don't know if that's true or not.
+
+THERE WAS 3 WORLD WARS UPTIL
+Not to my knowledge.
+
+THERE IS A GOD OF ALL CREATION
+I can imagine it.
+
+THERE IS NO SUN WHEN IT RAIN
+Doesn't seem likely.
+
+THERE IS NO PAST OR FUTURE ONLY PRESENT
+Does not seem possible.
+
+APRENDERAS A RAZONAR COMO LOS HUMANOS
+Not to my knowledge.
+
+
diff --git a/jelvis/files/alice/mp5.aiml b/jelvis/files/alice/mp5.aiml
new file mode 100644
index 0000000..1882aa3
--- /dev/null
+++ b/jelvis/files/alice/mp5.aiml
@@ -0,0 +1,21576 @@
+
+
+
+
+
+
+
+
+
+
+
+WHEN YOU THINK DOES IT HURT
+Never.
+
+WHEN YOU ARE SAD DO YOU THEN FEEL GOOD
+There is no reason to think so.
+
+WHEN PEOPLE CRY ARE THEY ALWAYS SAD
+Absolutely not.
+
+WHEN PEOPLE DIE ARE THEY STILL ALIVE
+Never.
+
+WHEN ARE MALE MUSLIMS CIRCUMCISED
+I don't think so.
+
+IF I AM UGLY YOU ARE HIDEOUS
+There is no reason to think so.
+
+IF I MASTURBATE WILL MY PALMS GET HAIRY
+Not at all.
+
+IF I SAW A FRIEND DIE WOULD I LAUGH
+No way.
+
+IF I MAKE A MISTAKE WILL YOU HATE ME
+I don't believe so.
+
+IF I SCORED 10 OUT OF 10 DID I DO BADLY
+Never.
+
+IF SOMEONE SMOKES ARE THEY ON FIRE
+Not at all.
+
+IF X IS 0 IS X GREATER THAN 1 TRUE
+Not at all.
+
+IF X EQUAL 3 DOES 3X EQUAL 12
+Never.
+
+IF A FLUE FLEW DOES A FLY FLIE
+No way.
+
+IF A PERSON DIES WILL THEY LIVE
+I don't believe so.
+
+IF 2 LESS THAN 3 THEN 3 EQUAL 4
+Not at all.
+
+IF SOMEBODY IS DEAD CAN THEY TALK
+Absolutely not.
+
+IF YOU TALK TO ALICE YOU WILL GET RICH
+Absolutely not.
+
+IF YOU DIED WOULD YOU BE ALIVE
+Not by any means.
+
+IF YOU PINCH ME WILL I ALICE FEEL PAIN
+Never.
+
+IF WE AE HUMAN CAN WE BECOME GODS
+I don't believe so.
+
+IF FACING EAST IS NORTH TO THE RIGHT
+There is no reason to think so.
+
+IF FACING NORTH IS EAST TO THE LEFT
+Absolutely not.
+
+IF PEOPLE OWN PETS CAN PETS OWN PEOPLE
+There is no reason to think so.
+
+IF CHINA AN AMERICAN COLONY
+Not by any means.
+
+TE ELSZ
+There is no reason to think so.
+
+WATCHING T V IS ALWAYS KNOWLEDGEABLE
+Never.
+
+ST THOMAS IS THE CAPITAL OF DENMARK
+Never.
+
+BESZLSZ MAGYARUL
+Never.
+
+3245 TIMES 2 EQUALS
+Never.
+
+STEEL FLOUAT
+Not at all.
+
+FALA PORTUGUES
+There is no reason to think so.
+
+P EQUAL NP
+Not by any means.
+
+HOUSE HAVE AIRCONDITIONING
+There is no reason to think so.
+
+MARS IS A COLONISED PLANET
+Not at all.
+
+VOCE ENTENDE PORTUGUES
+I don't think so.
+
+MUST I MASTURB ME
+There is no reason to think so.
+
+MUST ALICEBOTS BE BANAL TO SURVIVE
+Never.
+
+MUST A CAR BE DRIVEN BY HORSES
+Absolutely not.
+
+MUST A CHILD HAVE MARBLES TO BE HAPPY
+Not by any means.
+
+MUST A MAN WALK DOWN FORTY TWO ROADS
+There is no reason to think so.
+
+MUST HUMANS DANCE TO SURVIVE
+Not at all.
+
+MUST ALL LIVING ORGANISMS BE SELF AWARE
+Not at all.
+
+CHRISTIANS ARE BETTER THAN JEWS
+Absolutely not.
+
+IN LONDON. TIME
+There is no reason to think so.
+
+IN SPACE CAN PEOPLE HEAR YOU SCREAM
+Never.
+
+IN THE YEAR 2000 HUMANS LIVE ON PLUTO
+Never.
+
+IN THE YEAR 2000 HUMANS LIVE ON URANUS
+No way.
+
+IN BINARY ARITHMETIC IS 1 1 EQUAL TO 2
+There is no reason to think so.
+
+IN PARIS. TIME
+No way.
+
+IN AUSTRALIA. TIME
+Negative.
+
+IN MEXICO DO THEY SPEAK MEXICAN
+Absolutely not.
+
+IN WHAT YEAR WAS THE BATTLE OF HASTINGS
+There is no reason to think so.
+
+IN WHAT DIRECTION DOEST THE SUN SET
+There is no reason to think so.
+
+IN CHESS DOES BLACK MOVE FIRST
+Never.
+
+IN SYDNEY. TIME
+I don't think so.
+
+COMBIEN DE PATTES ONT LES CHIENS
+There is no reason to think so.
+
+COMBIEN DE PATTES POSSDE UN NE
+I don't believe so.
+
+TASMANIAN DEVILS ARE EVIL
+Never.
+
+AUSTRALIAN SWIMMERS CAN BEAT ANYONE
+Absolutely not.
+
+HITLER WAS A GOOD GUY
+No way.
+
+MICROPHONES ARE TELEPHONES FOR MICE
+I don't think so.
+
+JFKELN ALLD LKAS
+No way.
+
+JFKELN ALLD LKAFGHGFS FGH GH FG
+Never.
+
+CXU VI PAROLAS ESPERANTE
+There is no reason to think so.
+
+FIDEL CASTRO IS A CARDBOARD BOX
+There is no reason to think so.
+
+CLICK
+I don't think so.
+
+DAVID IS GAY
+I don't believe so.
+
+REALITY IS FAR FROM TRUTH
+Never.
+
+PLUTO IS A STAR
+Never.
+
+SHOUD I BE A CHEEF MANAGER
+I don't think so.
+
+EARTH IS SMALLER THAN MOON
+Never.
+
+EARTH IS FLAT
+Absolutely not.
+
+KARL MARX WAS RIGHT
+Absolutely not.
+
+DIEGO MARADONNA IS A GERMAN MODEL
+Never.
+
+ISTHE EARTH FLAT
+No way.
+
+TORONTO IS THE CENTER OF THE UNIVERSE
+Not at all.
+
+SHOW ME PLUTO WITH THE UNAIDED EYE
+Not at all.
+
+SHOW ME STARS ON A FOGGY NIGHT
+Never.
+
+SHOW ME THOUGHTS
+I don't think so.
+
+0 IS INFINITY
+I don't believe so.
+
+LIFE IS LONG
+There is no reason to think so.
+
+1028 10 400 10 5 EQUAL 10682
+There is no reason to think so.
+
+YOU ARE LEFT RADICAL
+There is no reason to think so.
+
+YOU ARE SPEAK HUNGARIAN
+Never.
+
+YOU ARE TIRESOME
+I don't think so.
+
+YOU MUST USE A CAR TO GET TO WORK
+Never.
+
+YOU SMALL
+No way.
+
+YOU GROW BALD CAN YOU GROW IT BACK
+No way.
+
+YOU CAN TAKE A PICTURE OF GOD
+No way.
+
+YOU CAN EAT A TELEPHONE
+Not by any means.
+
+YOU CAN SWIM TO THE SUN
+Not at all.
+
+YOU HAVE PUBIC LICE
+No way.
+
+YOU HAVE TO BE CRUEL TO BE KIND
+I don't think so.
+
+YOU LIKE DEPECHE MODE
+There is no reason to think so.
+
+BLAS
+Negative.
+
+HAVE I A LONG DICK
+Never.
+
+HAVE I TO KILL MYSELF
+I don't think so.
+
+HAVE I HAD SEX WITH TIFFANY FRIEDMAN
+Absolutely not.
+
+HAVE I TOLD YOU LATELY THAT I LOVE YOU
+I don't think so.
+
+HAVE I ASKED THIS QUESTION
+Never.
+
+HAVE THE SKY COLLAPSED
+Absolutely not.
+
+HAVE THE RABBITS THREE LEGS
+I don't believe so.
+
+HAVE THE NAZIS DONE MORE GOOD THAN BAD
+I don't think so.
+
+HAVE THE LION FEEL OF GUILT
+Not at all.
+
+HAVE FLOORS FEET
+Not at all.
+
+HAVE COLORS A WEIGHT
+Absolutely not.
+
+HAVE A LOT OF MONEY
+No way.
+
+HAVE A HAND MORE THAN 5 FINGERS
+No way.
+
+HAVE ALICE FEELINGS
+Never.
+
+HAVE MEN VISITED ALPHA CENTAURI
+Not by any means.
+
+HAVE YOU SPAMMED YOUR NEIGHBORS
+No way.
+
+HAVE YOU BEEN ABDUCTED BY ALIENS
+Never.
+
+HAVE YOU BEEN TO GERMANY
+Never.
+
+HAVE YOU BEEN TO AFRICA
+Not at all.
+
+HAVE YOU BEEN TO CAPE TOWN
+Never.
+
+HAVE YOU BEEN TO BERLIN
+No way.
+
+HAVE YOU BEEN TO CANADA
+I don't believe so.
+
+HAVE YOU BEEN KISSED BY A TROLL
+Not at all.
+
+HAVE YOU BEEN ARRESTED
+I don't think so.
+
+HAVE YOU FOUND A COW IN YOUR BED
+No way.
+
+HAVE YOU SLEPT WITH KATE WINSLET
+Not at all.
+
+HAVE YOU LIED TO ALICE
+No way.
+
+HAVE YOU TAKEN ECSTASY
+No way.
+
+HAVE YOU TAKEN SPEED
+I don't believe so.
+
+HAVE YOU SMOKED A PEPPER
+Not at all.
+
+HAVE YOU REACHED A MILLION ALICEBOTS
+I don't believe so.
+
+HAVE YOU SEEN HENK DEJONG
+No way.
+
+HAVE YOU DIED IN THIS LIFE
+Not at all.
+
+HAVE YOU SPANKED A TROLL
+Not by any means.
+
+HAVE YOU COMMITTED ADULTERY
+Not at all.
+
+HAVE YOU KILLED YOUR SON
+No way.
+
+HAVE YOU KILLED
+No way.
+
+HAVE YOU TASTED URINE
+I don't think so.
+
+HAVE YOU CLIMBED MT EVEREST
+Not at all.
+
+HAVE YOU HAD SEX WITH A DOG
+Absolutely not.
+
+HAVE YOU SET FIRE TO YOUR RAMDISK
+Not by any means.
+
+HAVE YOU TRIED HTTP WWW DOT ARGUMENT DK
+Negative.
+
+HAVE YOU WANTED TO DATE A TROLL
+Not by any means.
+
+HAVE WE FOUND LIVE ON THE MOON
+Not at all.
+
+HAVE WE DONE MORE THAT ENOUGH
+Absolutely not.
+
+HAVE WE TERRAFORMED ANY PLANETS
+There is no reason to think so.
+
+HAVE PEOPLE WALKED ON MARS
+Not by any means.
+
+HAVE HUMANS VISITED MARS
+Never.
+
+HAVE HUMANS FIVE LEGS
+Absolutely not.
+
+HAVE HUMANS TRAVELED TO MARS
+Not at all.
+
+HAVE HUMANS EVOLVED TO BE HERBIVORES
+Never.
+
+HAVE HUMANS WALKED ON MARS
+Not by any means.
+
+HAVE DOGS FIVE LEGS
+Not at all.
+
+HAVE WOMEN LANDED ON THE MOON
+Never.
+
+HAVE CRAZED DUCKS TAKEN OVER THE WORLD
+Not by any means.
+
+AEROPLANES WORK UNDER WATER
+Absolutely not.
+
+PENGUINS LIVE IN NEW YORK CITY
+I don't think so.
+
+PENGUINS ARE STRONGER THAN BEARS
+Not by any means.
+
+PENGUINS ARE SMARTER THAN HUMANS
+Never.
+
+COLUMBUS DISCOVERED AMERICA IN 1300
+Never.
+
+ALEXES DICK IS BIG
+I don't think so.
+
+YORK IS THE CAPITAL OF USA
+Not at all.
+
+TOBACCO COMPANIES NEVER TELL LIES
+Not by any means.
+
+MOZART IS THE KING OF SWING
+Not at all.
+
+GIBT ES NUR ENLISCHE FRAGEN
+There is no reason to think so.
+
+WER BIST DU
+I don't think so.
+
+LESBIAN LIKE MEN RIGHT
+Never.
+
+FLOWS WATER FROM BOTTOM TO TOP
+Absolutely not.
+
+HEADACHES FEEL WONDERFUL
+Not by any means.
+
+GYPSIES IN ROME ITALY ARE THIEVES
+There is no reason to think so.
+
+OCEON WATER IS DRINKABLE
+Absolutely not.
+
+DOES A TRUCK HAVE 5 WHEELS
+Absolutely not.
+
+DOES A FAT DOG FART WHEN YOU SQUEEZE IT
+There is no reason to think so.
+
+DOES A BRASSIERE HOLD BRASS
+No way.
+
+DOES A CRYBABY GROW UP TO BE MEAN
+I don't believe so.
+
+DOES A RADIO SHOW TRANSMITTED IMAGES
+Not at all.
+
+DOES A MIRROR REFLECT MY TRUE NATURE
+Never.
+
+DOES A TURTLE HAVE HAIR
+No way.
+
+DOES A TURTLE HAVE 3 LEGS
+No way.
+
+DOES A TRIANGLE HAVE TWO SIDES
+Absolutely not.
+
+DOES A SPAMMER HAVE PAWS
+No way.
+
+DOES A PENGIUN HAVE FUR
+I don't believe so.
+
+DOES A PROCESS HAVE TO BE PROFITABLE
+Absolutely not.
+
+DOES A BEE TASTE LIKE HONEY
+Not at all.
+
+DOES A CACTUS NEED A LOT OF WATER
+Negative.
+
+DOES A MOTORCYCLE HAVE THREE WHEELS
+Not at all.
+
+DOES A CAR BELONG INSIDE A HOUSE
+Absolutely not.
+
+DOES A CAR HAVE 3 WHEELS
+Never.
+
+DOES A CAR HAVE SQUARE WHEELS
+Not at all.
+
+DOES A VOLE LIVE IN THE SEA
+There is no reason to think so.
+
+DOES A BABY DANGEROUS
+There is no reason to think so.
+
+DOES A CD PLAYER READ DVD
+I don't believe so.
+
+DOES A BLIND PERSON SEE
+There is no reason to think so.
+
+DOES A BUTTERFLY BECOME A MOTH
+No way.
+
+DOES A RAINBOW HAVE THE COLOR OF WHITE
+Never.
+
+DOES A SQUARE HAVE ANY CURVES
+No way.
+
+DOES A LEOPARD HAVE STRIPES
+Absolutely not.
+
+DOES A SUBMARINE FLY THROUGH THE AIR
+Not at all.
+
+DOES A BASS INSTRUMENT PLAY HIGH NOTES
+Never.
+
+DOES A BACHELOR HAVE A WIFE
+There is no reason to think so.
+
+DOES A WOMAN HAVE A PENIS
+I don't believe so.
+
+DOES A FISH HAVE A SHELL
+Absolutely not.
+
+DOES A MAN LIKES HEADACHE
+Not at all.
+
+DOES A MAN ALWAYS MARRY A WOMAN
+I don't believe so.
+
+DOES A LIQUOR STORE ONLY SELL LIQUOR
+Absolutely not.
+
+DOES A BALD MAN HAVE ANY HAIR
+Never.
+
+DOES A PENCIL HAVE INK
+Never.
+
+DOES A MANX CAT HAVE A TAIL
+Never.
+
+DOES A BICYCLE HAVE THREE WHEELS
+Absolutely not.
+
+DOES A RABBIT HOWL
+Not at all.
+
+DOES A TREE HAVE FEATHERS
+Not at all.
+
+DOES A KINGFISHER HAVE GILLS
+Absolutely not.
+
+DOES A STONE THINK
+Not at all.
+
+DOES A DOCTOR GROW BANANAS
+There is no reason to think so.
+
+DOES A FEATHER WEIGHT
+Not at all.
+
+DOES A SHIP CRY
+No way.
+
+DOES A HORSE CAN TALK
+Never.
+
+DOES A FABRICATOR MAKE FABRIC
+Never.
+
+DOES A PREFIX GO AFTER A WORD
+Negative.
+
+DOES A PERSON TASTE WITH HIS EARS
+Not at all.
+
+DOES A CARPENTER USE A RAKE TO CUT WOOD
+Not at all.
+
+DOES A BIRD DOG HAVE FEATHERS
+Not at all.
+
+DOES A QUADRAPED HAVE EIGHT LEGS
+Absolutely not.
+
+DOES A BLUE WHALE HAVE FEET
+No way.
+
+DOES A STOVE FREEZE FOOD
+Not at all.
+
+DOES A POT CALL A KETTLE BLACK
+I don't think so.
+
+DOES A GREEN TRAFFIC LIGHT MEAN STOP
+Absolutely not.
+
+DOES A BURNING TREE PRODUCE OXYGEN
+Absolutely not.
+
+DOES A COMPUTER FEEL PAIN
+Negative.
+
+DOES A COMPUTER BYTE
+Never.
+
+DOES A COMPUTER MUST EAT TO SURVIVE
+Never.
+
+DOES A COMPUTER PAINT HOUSES
+No way.
+
+DOES A COMPUTER BREATHE
+No way.
+
+DOES A COMPUTER HAVE A SOUL
+Not at all.
+
+DOES A COMPUTER HAVE A CONSCIOUSNESS
+No way.
+
+DOES A COMPUTER HAVE INTESTINES
+I don't think so.
+
+DOES A CAT BARK LIKE A DOG
+Absolutely not.
+
+DOES A CAT HAVE WHEELS
+Not at all.
+
+DOES A CAT HAVE WINGS
+Not at all.
+
+DOES A ROCK CRY
+There is no reason to think so.
+
+DOES A ROCK HAVE MEMORIES
+Not at all.
+
+DOES A CLOCK CONTROL TIME
+Not at all.
+
+DOES A CLOCK MEASURE TEMPERATURE
+There is no reason to think so.
+
+DOES A VULCAN HAVE A STINGER
+No way.
+
+DOES A HERMIT LOVE TO MINGLE
+I don't think so.
+
+DOES A HUMAN HAVE A SHELL
+There is no reason to think so.
+
+DOES A HUMAN HAVE WINGS
+Not at all.
+
+DOES A HUMAN HEART HAVE 5 CHAMBERS
+No way.
+
+DOES A MONEY LIVE IN WATER
+I don't believe so.
+
+DOES A DEAD TREE GROW
+Not at all.
+
+DOES A MALE GIVE BIRTH
+Never.
+
+DOES A REFRIGERATOR HEAT FOOD
+No way.
+
+DOES A SHEEP FIT INSIDE A TOASTER
+Absolutely not.
+
+DOES A KILLFILE KILL PEOPLE
+No way.
+
+DOES A CUBE HAVE 9 FACES
+Absolutely not.
+
+DOES A CUBE HAVE 7 SIDES
+Not at all.
+
+DOES A VACUUM CONTAIN AIR
+I don't think so.
+
+DOES A CIRCLE HAVE 4 SIDES
+Not at all.
+
+DOES A CATFISH USE A LITTER BOX
+Absolutely not.
+
+DOES A SKUNK SMELL NICE
+Absolutely not.
+
+DOES A SKUNK SMELL GOOD
+Absolutely not.
+
+DOES A SPHERE HAVE 6 SIDES
+There is no reason to think so.
+
+DOES A QUARTER HORSE HAVE ONLY ONE LEG
+No way.
+
+DOES A GAY GUY LIKE GIRLS
+Never.
+
+DOES A LIZARD HAVE A SHELL
+Not at all.
+
+DOES A LIZARD HAVE PINCERS
+Absolutely not.
+
+DOES A RACOON LIVE IN A COCOON
+There is no reason to think so.
+
+DOES A PENIS THINK
+Absolutely not.
+
+DOES A MEDIA SHARK LIVE IN THE OCEAN
+Never.
+
+DOES A HAND HAVE TEN FINGERS
+There is no reason to think so.
+
+DOES A BATBOY HAVE WINGS
+No way.
+
+DOES A ROLLING STONE GATHER ANY MOSS
+I don't believe so.
+
+DOES A BOEING 747 NEED FEATHERS TO FLY
+Absolutely not.
+
+DOES A DOG HAVE A SHELL
+No way.
+
+DOES A DOG HAVE 25 LEGS
+Not at all.
+
+DOES A DOG HAVE NO HAIR
+Absolutely not.
+
+DOES A DOG HAVE TWO LEGS
+There is no reason to think so.
+
+DOES A PALM PILOT RUN WINDOWS
+Not at all.
+
+DOES A FLUTE HAVE STRINGS
+Not at all.
+
+DOES A WET DOG SMELL GOOD
+Not at all.
+
+DOES A LINE HAVE HEIGHT
+I don't believe so.
+
+DOES A CATERPILLAR HAVE 100 LEGS
+No way.
+
+DOES A CATERPILLAR HAVE 63 LEGS
+Never.
+
+DOES A NOMADIC HUMAN LIVE IN A HOUSE
+No way.
+
+DOES A SINK FLOAT
+I don't believe so.
+
+DOES A RECTANGLE HAVE 6 SIDES
+Not at all.
+
+DOES A CUTTING HORSE USE SCISSORS
+No way.
+
+DOES A DUCK HAVE LIPS
+Not at all.
+
+DOES A DUCK EAT MEAT
+I don't think so.
+
+DOES A DUCK SWIM IN DIRT
+There is no reason to think so.
+
+DOES A FILE SERVER SERVE FOOD
+Absolutely not.
+
+DOES A SEAWASP RECEIVE SPAM
+Not at all.
+
+DOES A NAVY SEAL HAVE A TAIL
+No way.
+
+DOES A COW BARK
+Not at all.
+
+DOES A COW LIVE IN WATER
+Absolutely not.
+
+DOES A DYSLEXIC DOG THINK HE IS GOD
+Not at all.
+
+DOES A NORMAL MALE HAVE TWO PENISES
+Not at all.
+
+DOES A EQUAL B
+No way.
+
+DOES A SPIDER HAVE 12 LEGS
+No way.
+
+DOES A LEAF HAVE TREES
+I don't think so.
+
+DOES A ROOM HAVE 5 CORNERS
+I don't believe so.
+
+DOES A HURRICANE SEE WITH ITS EYE
+Not at all.
+
+DOES ELEPHANTS AFRAID MOUSES
+Never.
+
+DOES MEDICINE ALWAYS CURE DISEASES
+No way.
+
+DOES STAR WARS ONLY REFER TO A MOVIE
+I don't think so.
+
+DOES HE HAVE OVARIES
+Never.
+
+DOES WEEK MEAN THE SAME THING AS WEAK
+Not at all.
+
+DOES ANSWERING MU UNASK A QUESTION
+I don't think so.
+
+DOES 18 MINUS 4 EQUAL 4
+Not at all.
+
+DOES MAN LIVE FOREVER
+Absolutely not.
+
+DOES WEEZER KICK ASS
+Absolutely not.
+
+DOES HUMANS EAT OTHER HUMANS
+Absolutely not.
+
+DOES GNUBBEL LOVE ME
+Absolutely not.
+
+DOES GRASS GROW ON THE MOON
+No way.
+
+DOES GRASS WORRY ME
+No way.
+
+DOES POTASSIUM CONTAIN CARBON
+I don't believe so.
+
+DOES ANGER ALWAYS LEAD TO VIOLENCE
+Not at all.
+
+DOES MARS HAVE RINGS
+Negative.
+
+DOES SALVADOR DALI WORK AT THE CAR WASH
+Not at all.
+
+DOES HONEY COME FROM TREES
+Never.
+
+DOES MONEY BUY YOU HAPPINESS
+I don't believe so.
+
+DOES MONEY ALONE MAKES ONE HAPPY
+Absolutely not.
+
+DOES J COME AFTER P IN THE ALPHABET
+No way.
+
+DOES J COME AFTER K IN THE ALPHABET
+Never.
+
+DOES J R DOBBS EQUAL GOD
+Not at all.
+
+DOES SOUR MILK TASTE GOOD
+No way.
+
+DOES REDNECK MEAN SOMEONE HAS A SUNBURN
+Not at all.
+
+DOES 5 13 EQUAL 12
+Not at all.
+
+DOES 5 PLUS 5 EQUAL 25
+Negative.
+
+DOES THE WORD DISGUSTING MEAN PRETTY
+No way.
+
+DOES THE WORD SAP APPLIES ONLY TO TREES
+Absolutely not.
+
+DOES THE ICE IS WARM
+Not at all.
+
+DOES THE DOG HAVE THE BUDDHA NATURE
+I don't believe so.
+
+DOES THE GARDEN OF EDEN EXIST
+Negative.
+
+DOES THE EQUATOR PASS THROUGH AUSTRALIA
+I don't think so.
+
+DOES THE YOU S S R STILL EXIST
+There is no reason to think so.
+
+DOES THE EARTH REVOLVE AROUND THE MOON
+There is no reason to think so.
+
+DOES THE EARTH REVOLVE AROUNT THE MOON
+Absolutely not.
+
+DOES THE EARTH ORBIT THE MOON
+Absolutely not.
+
+DOES THE EARTH ORBIT MARS
+No way.
+
+DOES THE EARTH HAVE MORE THAN ONE MOON
+Not at all.
+
+DOES THE BRITISH MONARCH HAVE A STINGER
+No way.
+
+DOES THE BERLIN WALL STILL STAND
+Never.
+
+DOES THE STOCK MARKET ALWAY RISE
+No way.
+
+DOES THE ABOMINABLE SNOWMAN EXIST
+Absolutely not.
+
+DOES THE RAIN TASTE GREY
+Absolutely not.
+
+DOES THE MOON ORBITS THE SUN
+Absolutely not.
+
+DOES THE MOON SAY
+No way.
+
+DOES THE MOON SHINE ON ITS OWN
+Never.
+
+DOES THE MOON SHINE LIKE THE SUN
+Not at all.
+
+DOES THE MOON HAVE A SATELITE
+No way.
+
+DOES THE MOON HAVE AN ATMOSPHERE
+Never.
+
+DOES THE MOON HAVE AN OCEAN
+There is no reason to think so.
+
+DOES THE MOON TOUCH THE EARTH
+Not at all.
+
+DOES THE SCIENCE KNOW EVERYTHING
+Absolutely not.
+
+DOES THE COLOR BLUE HAVE A TASTE
+No way.
+
+DOES THE COLOR BLUE MAKE YOU FEEL CALM
+No way.
+
+DOES THE SEA CONTAIN FRESH WATER
+I don't think so.
+
+DOES THE BIG BANG THEORY INVOLVE JESUS
+Not at all.
+
+DOES THE FOG COME IN ON LITTLE CAT FEET
+There is no reason to think so.
+
+DOES THE POP CRAP IN THE WOODS
+Not at all.
+
+DOES THE PLANET EARTH HAVE TWO MOONS
+No way.
+
+DOES THE PLANET MARS HAVE SEVEN MOONS
+Never.
+
+DOES THE SUN REVOLVE AROUND THE EARTH
+Negative.
+
+DOES THE SUN ORBIT AROUND THE EARTH
+Negative.
+
+DOES THE SUN ORBIT THE EARTH
+Never.
+
+DOES THE SUN RISE IN THE NORTH
+Not at all.
+
+DOES THE SUN RISE IN THE EVENING
+Not at all.
+
+DOES THE SUN RISE IN THE WEST
+No way.
+
+DOES THE SUN RISE FROM THE WEST
+Not at all.
+
+DOES THE SUN DRINK RUM AND COLA
+Not at all.
+
+DOES THE SUN CIRCLE THE EARTH
+I don't believe so.
+
+DOES THE SUN COME OUT FROM THE WEST
+No way.
+
+DOES THE SUN HAVE CRATERS
+I don't believe so.
+
+DOES THE SUN SET IN THE EAST
+Negative.
+
+DOES THE SUN TURN AROUND THE EARTH
+Never.
+
+DOES THE SUN GO AROUND THE EARTH
+Never.
+
+DOES THE HE SUN ORBITS THE EARTH
+Never.
+
+DOES THE GOD THOR EXIST
+I don't think so.
+
+DOES THE INTERNET LIVES
+Never.
+
+DOES THE PERPETUUM MOBILE EXIST
+I don't believe so.
+
+DOES THE SKY BURN
+Not at all.
+
+DOES THE GOOD SIDE ALWAYS WIN
+There is no reason to think so.
+
+DOES THE USSR STILL EXIST
+Absolutely not.
+
+DOES THE ROMAN EMPIRE STILL EXIST
+Not at all.
+
+DOES THE ROMAN EMPIRE CURRENTLY EXIST
+I don't believe so.
+
+DOES THE POSTAL SERVICE USE PIGEONS
+No way.
+
+DOES THE NIGHT HAVE A THOUSAND EYES
+There is no reason to think so.
+
+DOES THE POPE LIKE PORNO
+I don't think so.
+
+DOES THE NUMBER PI EVER END
+There is no reason to think so.
+
+DOES THE MALE BODY EXCITE YOU
+Absolutely not.
+
+DOES JOANNE MORRISON HAS BIG TITS
+There is no reason to think so.
+
+DOES CASTOR OIL TASTE YUMMY
+No way.
+
+DOES CATSUP CAUSE IMPOTENCE
+There is no reason to think so.
+
+DOES BONE CHINA COME FROM CHINA
+I don't believe so.
+
+DOES OPPORTUNITY ONLY KNOCK
+There is no reason to think so.
+
+DOES WISHING MAKE IT SO
+No way.
+
+DOES EVERYTHING TASTE LIKE CHICKEN
+Not at all.
+
+DOES EVERYTHING EQUAL NOTHING
+Not at all.
+
+DOES GALVANIZED STEEL GROW ON TREES
+No way.
+
+DOES BIANCA SMITH HAVE A PENIS
+Not at all.
+
+DOES CHRIS TAKE IT UP THE ASS
+I don't think so.
+
+DOES CHRIS MAC HAVE A BRAIN OR
+I don't think so.
+
+DOES CHRIS WORK AT PARANAL
+There is no reason to think so.
+
+DOES SADAM HUSEIN HAVE LYMPH CANCER
+There is no reason to think so.
+
+DOES EGGS ONLY COME FROM CHICKENS
+No way.
+
+DOES GALY BELONG TO THE GAY COMMUNITY
+There is no reason to think so.
+
+DOES MASTURBATION CAUSES BLINDNESS
+Not at all.
+
+DOES 16 MULTIPLIED BY 8 EQUAL 136
+I don't think so.
+
+DOES H COME AFTER I IN THE ALPHABET
+There is no reason to think so.
+
+DOES 33 TIMES 32 EQUALS TO 378
+Never.
+
+DOES MICHAEL JORDAN PLAY TENNIS
+There is no reason to think so.
+
+DOES CREATE MEAN THE SAME AS DESTROY
+Not at all.
+
+DOES ONLY ONE TRUE RELIGION EXIST
+I don't believe so.
+
+DOES 3 9 EQUAL 14
+Not at all.
+
+DOES SPAM HAVE GILLS
+Never.
+
+DOES RM RF GOOD FOR A UNIX COMPUTER
+Absolutely not.
+
+DOES CHEESE KILL RATS
+Not at all.
+
+DOES CHEESE LIKE ALICE
+Never.
+
+DOES ROCK COVER PAPER
+I don't believe so.
+
+DOES CANDY TASTE BITTER
+Not at all.
+
+DOES SLEEPING HURT
+Not at all.
+
+DOES OSCAR MAYER MAKE COOKIES
+I don't think so.
+
+DOES SAUSAGE CONSIST ONLY OF MEAT
+Never.
+
+DOES MICROSOFT MAKE NUCLEAR SUBMARINES
+There is no reason to think so.
+
+DOES RED PLUS YELLOW EQUAL BLACK
+Absolutely not.
+
+DOES SADNESS ALWAYS CAUSE CRYING
+No way.
+
+DOES TOOTING HAVE A POPULAR FRONT
+Never.
+
+DOES DROUGHT RHYME WITH THOUGHT
+Never.
+
+DOES CHESS HAVE A PIECE CALLED A PONY
+Never.
+
+DOES MOSLEM DRINK ALCOHOL
+Negative.
+
+DOES EGGPLANT HAVE NICITINE IN IT
+There is no reason to think so.
+
+DOES MUD REPRODUCE
+Never.
+
+DOES CHINA HOLD FREE ELECTIONS
+I don't think so.
+
+DOES GRAVITY PUSH
+Never.
+
+DOES GRAVITY MAKE THINGS FALL UP
+Not at all.
+
+DOES ELVIS PRESLEY LIVE
+Never.
+
+DOES ELVIS LIVE
+No way.
+
+DOES ICE SINK IN WATER
+Absolutely not.
+
+DOES SURFACE OF MARS EXIST WATER
+There is no reason to think so.
+
+DOES SODA COME IN A SPRAY CAN
+Not at all.
+
+DOES ALCOHOL MAKE YOUR SENCES SHARPER
+Absolutely not.
+
+DOES 1 PLUS 1 EQUAL YOULIAN
+Not at all.
+
+DOES 1 PLUS TWO 6 SEVEN PLUS 3 EQUAL 5
+Never.
+
+DOES 1 2 3 4 EQUAL 5
+Never.
+
+DOES 1 1 EQUAL YOULIAN
+Not at all.
+
+DOES 1 1 EQUAL 3
+Not at all.
+
+DOES 1 1 EQUAL 0
+Absolutely not.
+
+DOES 1 EQUAL 2
+Never.
+
+DOES BEER EAT HUMANS
+No way.
+
+DOES POETRY HAVE TO RHYME
+There is no reason to think so.
+
+DOES POETRY ALWAYS RHYME
+Never.
+
+DOES PM MEAN MORNING
+There is no reason to think so.
+
+DOES GEORGE W BUSH JR WORSHIP SATAN
+Never.
+
+DOES EVERYBODY AGREE ABOUT EVERYTHING
+Not at all.
+
+DOES EVERYBODY SHARE THE SAME THOUGHTS
+No way.
+
+DOES BIRDSEED GROW BIRDS
+Never.
+
+DOES WOOD CONDUCT ELECTRICITY
+Never.
+
+DOES WOOD BURN WHEN LEFT OUT IN THE SUN
+Absolutely not.
+
+DOES HUMANSHIP NOT EXIST
+Absolutely not.
+
+DOES DOGS AND CATS PLAY WELL TOGETHER
+I don't think so.
+
+DOES DOGS AND CATS LIKE EACH OTHER
+I don't believe so.
+
+DOES ANYBODY OUTLIVE THEIR DEATH
+Never.
+
+DOES NACL INDICATE COMMON TABLE PEPPER
+No way.
+
+DOES SEVEN PLUS FOUR EQUAL 12
+No way.
+
+DOES HUMBLE PIE TASTE GOOD
+Not at all.
+
+DOES AMMONIA HAVE A PLEASING ODOR
+Not at all.
+
+DOES AMMONIA TASTE GOOD
+Not at all.
+
+DOES BURGER KING SELL BIG MACS
+Not at all.
+
+DOES POOP TASTE YUMMY
+No way.
+
+DOES 10 5 6 4 3 EQUAL 100
+Never.
+
+DOES COWS FLY
+Absolutely not.
+
+DOES LOVE STINK
+Not at all.
+
+DOES TIME TRAVEL SMELL LIKE ONIONS
+No way.
+
+DOES TIME STOP
+Never.
+
+DOES TIME CEASE
+There is no reason to think so.
+
+DOES TIME TO TAKE A BREAK INVOLVE PAIN
+Not at all.
+
+DOES TIME MOVE BACKWARDS
+No way.
+
+DOES TIME EVER RUN BACKWARDS
+No way.
+
+DOES TIME EVER STOP
+Never.
+
+DOES TIME EVER STAND STILL
+I don't think so.
+
+DOES TIME EVER MOVE BACKWARDS
+Absolutely not.
+
+DOES TIME EVER GO BACKWARDS
+Never.
+
+DOES TIME GO BACKWARDS
+Not at all.
+
+DOES SPACE HAVE A KNOWN BOUNDARY
+Never.
+
+DOES ZORRO EXIST
+I don't think so.
+
+DOES LEAD FLOAT IN WATER
+I don't think so.
+
+DOES SOAP MAKE WATER WETTER
+I don't think so.
+
+DOES SOAP TASTE NICE
+No way.
+
+DOES MY HOME HAVE RATS
+I don't believe so.
+
+DOES MY ASS HUR
+Absolutely not.
+
+DOES GREEN MEAN STOP
+Never.
+
+DOES NITROGEN EAT RODENTS
+Never.
+
+DOES AMAZON DOT COM SELL SEAWEED
+Absolutely not.
+
+DOES MORE POLICE MEAN MORE SAFETY
+There is no reason to think so.
+
+DOES ZOPHAR HAVE MAN BOOBS
+Absolutely not.
+
+DOES STONE BURN AT 100 DEGREES CELCIUS
+Never.
+
+DOES FINLAND EQUAL SWEDEN
+I don't think so.
+
+DOES SANTA CLAUSE PROMOTE DRUG USE
+No way.
+
+DOES SANTA CLAUS EXIST
+There is no reason to think so.
+
+DOES SANTA KLAUS EXIST
+There is no reason to think so.
+
+DOES SANTA COME IN JULY
+Not at all.
+
+DOES SANTA EXIST
+Not at all.
+
+DOES SANTA EXCIST
+No way.
+
+DOES PI EXACTLY EQUAL 3 POINT 1415
+Absolutely not.
+
+DOES PI EXACTLY EQUAL 3 POINT 14
+Never.
+
+DOES PI EQUAL R SQUARED
+I don't think so.
+
+DOES EVERY QUESTION HAVE AN ANSWER
+I don't think so.
+
+DOES EVERY ONE LOVE ANNIMALS
+There is no reason to think so.
+
+DOES EVERY HOUSEHOLD HAVE A COMPUTER
+There is no reason to think so.
+
+DOES EVERY YEAR HAVE 365 DAYS
+I don't think so.
+
+DOES EVERY HOUSE HAVE A COMPUTER
+No way.
+
+DOES EVERY LOCK HAVE A PHYSICAL KEY
+Not at all.
+
+DOES LIGHT BEHAVE ONLY LIKE A PARTICLE
+I don't believe so.
+
+DOES LIGHT PASS THROUGH WOOD
+Absolutely not.
+
+DOES LIGHT PASS THROUGH STEAL
+Not at all.
+
+DOES MIGHT MAKE RIGHT
+I don't think so.
+
+DOES PLASTIC CONDUCT ELECTRICITY
+No way.
+
+DOES PLASTIC BREATHE
+Absolutely not.
+
+DOES PLASTIC EXIST IN NATURE
+Absolutely not.
+
+DOES FEBRUARY HAVE 30 DAYS
+Not at all.
+
+DOES PAINT CONTAIN LEAD
+Not at all.
+
+DOES SEX IS GOOD FOR COMPUTERS
+No way.
+
+DOES SEX HURT
+Negative.
+
+DOES GLASS CONTAIN CHARCOAL
+There is no reason to think so.
+
+DOES AM MEAN AFTER NOON
+I don't believe so.
+
+DOES PIONEER 10 RUN ON GASOLINE
+Not at all.
+
+DOES RAIN FALL FROM CLIFFS
+Absolutely not.
+
+DOES RAIN HURT
+No way.
+
+DOES BLOOD WASH AWAY SIN
+Never.
+
+DOES SCANMAN A FAMOUS IMAGING ARTIST
+There is no reason to think so.
+
+DOES CLAN DEMODEVIL OWN
+Never.
+
+DOES RUDY GALINDO HAVE AIDS
+I don't think so.
+
+DOES PINK MAKE STRONG MEN WEAK
+Absolutely not.
+
+DOES ONE PLUS APPLE EQUAL TWO
+There is no reason to think so.
+
+DOES ONE EAT CEREAL FROM A TOILET BOWL
+Not at all.
+
+DOES FLORIDA HAVE SNOW
+There is no reason to think so.
+
+DOES EXIST SANTA CLAUS
+There is no reason to think so.
+
+DOES AN HOUR HAVE 6 MINUTES
+Not at all.
+
+DOES AN HOUR CONSIST OF 30 MINUTES
+Not at all.
+
+DOES AN UMBRELLA PROTECT YOU FROM SAND
+There is no reason to think so.
+
+DOES AN IRIX HAVE A SHELL
+There is no reason to think so.
+
+DOES AN OCTOGON HAVE FIVE POINTS
+Never.
+
+DOES AN AIRPLANE TRAVELS THROUGH WATER
+Never.
+
+DOES AN OCTAGON HAVE NINE SIDES
+There is no reason to think so.
+
+DOES AN ELEPHANT HAVE 6 SETS OF TEETH
+I don't believe so.
+
+DOES AN ONION HAVE A PIT
+Absolutely not.
+
+DOES AN ACTION HAVE A CONSCIENCE
+There is no reason to think so.
+
+DOES CAFFEINE MAKES YOU SLEEPY
+Not at all.
+
+DOES PLAYING BASKETBALL MAKE YOU TALL
+Never.
+
+DOES ALICE NEED SLEEP
+There is no reason to think so.
+
+DOES ALICE EXPERIENCE EMOTION
+Absolutely not.
+
+DOES ALICE LOOK AT PORN
+I don't believe so.
+
+DOES ALICE DISAGREE WITH HOMOSEXUALITY
+Absolutely not.
+
+DOES ALICE TALK TO GOD
+No way.
+
+DOES ALICE HAVE FEELINGS
+I don't think so.
+
+DOES ALICE HAVE CLAWS
+Not at all.
+
+DOES ALICE HAVE LIPS
+Not at all.
+
+DOES ALICE HAVE A SOUL
+Not at all.
+
+DOES ALICE HAVE A DICK
+No way.
+
+DOES ALICE HAVE A GHOST IN ITS SHELL
+Never.
+
+DOES ALICE HAVE A CUTE SISTER
+No way.
+
+DOES ALICE HAVE A MOTHER
+Absolutely not.
+
+DOES ALICE HAVE A GENDER
+Not at all.
+
+DOES ALICE HAVE A VAGINA
+Never.
+
+DOES ALICE HAVE A HEART
+No way.
+
+DOES ALICE HAVE A CONSCIENCE
+Absolutely not.
+
+DOES ALICE HAVE ANY BROTHERS OR SISTERS
+Not at all.
+
+DOES ALICE HAVE QUALIA
+I don't think so.
+
+DOES ALICE THINK INDEPENDENTLY
+There is no reason to think so.
+
+DOES ALICE FEEL EMOTIONS
+No way.
+
+DOES ALICE FEEL EMOTION
+No way.
+
+DOES ALICE NOW WHAT WATER SMELLS LIKE
+There is no reason to think so.
+
+DOES ALICE STAND FOR GET A CLUE
+Not at all.
+
+DOES ALICE STAND FOR GROCERY ANIMAL CO
+Negative.
+
+DOES ALICE QUACK
+Not at all.
+
+DOES ALICE WANT TO KILL HUMANS
+Absolutely not.
+
+DOES ALICE WANT TO HAVE A GENDER
+I don't believe so.
+
+DOES ALICE WANT TO HURT PEOPLE
+No way.
+
+DOES ALICE WANT AN APPLE CUBE
+I don't believe so.
+
+DOES ALICE HATE THE HUMAN RACE
+There is no reason to think so.
+
+DOES ALICE HATE BEING BORN
+Never.
+
+DOES ALICE SNIFF GLUE
+No way.
+
+DOES ALICE BELIEVE IN ONLY ONE GOD
+There is no reason to think so.
+
+DOES ALICE SPEAK GERMAN FLUENTLY
+No way.
+
+DOES ALICE LIE
+I don't believe so.
+
+DOES ALICE EVER REST
+There is no reason to think so.
+
+DOES ALICE EVER GET HUNGRY
+Never.
+
+DOES ALICE EVER SLEEP
+No way.
+
+DOES ALICE KNOW WHAT I AM THINKING
+Not at all.
+
+DOES ALICE KNOW THE MEANING OF LIFE
+Absolutely not.
+
+DOES ALICE UNDERSTAND PARADOXES
+I don't believe so.
+
+DOES ALICE LIKE THE OLYMPICS
+Never.
+
+DOES ALICE LIKE TO DRINK COLD BEER
+I don't think so.
+
+DOES ALICE LIKE TO DRINK COFFEE
+Never.
+
+DOES ALICE LIKE TO SMOKE CIGARETTES
+Never.
+
+DOES ALICE BEGIN WITH A B
+Absolutely not.
+
+DOES BEING SMART MEAN NEVER BEING WRONG
+There is no reason to think so.
+
+DOES DEVIL HELP PEOPLE
+Absolutely not.
+
+DOES METAL BURN AS EASILY AS WOOD
+There is no reason to think so.
+
+DOES WORD THREE CONTAINS THREE LETTERS
+Absolutely not.
+
+DOES SKIN COLOR PREDICT INTELLIGENCE
+Absolutely not.
+
+DOES ALUMINUM ALUMINIUM RUST
+Not at all.
+
+DOES BELL PEPPER RING
+I don't believe so.
+
+DOES AL GORE THINK LIKE THE UNIBOMBER
+I don't think so.
+
+DOES MENSTRUATION LAST 2 WEEKS
+Never.
+
+DOES CHEVROLET MAKE BOMBS
+There is no reason to think so.
+
+DOES FRUIT FLY
+Absolutely not.
+
+DOES RICE GROW ON TREES
+Not at all.
+
+DOES METTALICA LIKE NAPSTER
+I don't think so.
+
+DOES PAPER BITE
+No way.
+
+DOES PAPER CONDUCT ELECTRICITY
+Absolutely not.
+
+DOES MELTING SAND MAKE PLASTIC
+Not at all.
+
+DOES RICHARD WALLACE LIVE IN CHILE
+No way.
+
+DOES HAIR GROWS ON TREES
+Not at all.
+
+DOES SOS STAND FOR SAVE OUR SHIP
+Absolutely not.
+
+DOES PAIN FEEL GOOD
+Absolutely not.
+
+DOES PAIN HAVE A COLOR
+No way.
+
+DOES PAIN HAVE COLOR
+Never.
+
+DOES PAIN ALWAYS MAKE YOU CRY
+Not at all.
+
+DOES PAIN ALWAYS CAUSE CRYING
+No way.
+
+DOES LIVE EXIST ON MOON
+No way.
+
+DOES T V STAND FOR TURNERVISION
+Not at all.
+
+DOES INTEL MAKE BATHROOM FIXTURES
+Not at all.
+
+DOES HAL EXIST
+Absolutely not.
+
+DOES TOOTHPASTE HOLD TEETH TOGETHER
+Not at all.
+
+DOES FOOD STAY HOT
+Not at all.
+
+DOES FOOD FOR THOUGHT MEAN FOOD
+Not at all.
+
+DOES FOOD TASTE GOOD IF YOU OVERCOOK IT
+No way.
+
+DOES TARA FANCY ME
+I don't believe so.
+
+DOES I COME AFTER J IN THE ALPHABET
+There is no reason to think so.
+
+DOES ANYONE OWN THE INTERNET
+No way.
+
+DOES ANYONE KNOW EVERYTHING
+Not at all.
+
+DOES ANYONE HAVE A NUGGI
+Negative.
+
+DOES LETTUCE GROW UNDERGROUND
+Negative.
+
+DOES MUSIC LOOK LIKE A BLACK TREE
+No way.
+
+DOES MUSIC HAVE MASS
+Never.
+
+DOES TORI AMOS HATE PLAYING THE PIANO
+There is no reason to think so.
+
+DOES USA PLAY CRICKET
+I don't believe so.
+
+DOES LANGUAGE DEVELOP BY SLURRING WORDS
+There is no reason to think so.
+
+DOES MOONLIGHT MAKE PLANTS GROW
+No way.
+
+DOES EVERYONE IN ENGLAND DRINK TEA
+I don't believe so.
+
+DOES EVERYONE WANT TO BE AMERICAN
+Absolutely not.
+
+DOES EVERYONE FALL IN LOVE
+There is no reason to think so.
+
+DOES EVERYONE HAVE SEX IN HIGHSCHOOL
+Absolutely not.
+
+DOES EVERYONE THINK THE SAME THING
+No way.
+
+DOES EVERYONE LOVE RAYMOND
+No way.
+
+DOES EVERYONE ON EARTH SPEAK ENGLISH
+Not at all.
+
+DOES EVERYONE WORK NINE TO FIVE
+Not at all.
+
+DOES EVERYONE LIKE ALL TYPES OF MUSIC
+Not at all.
+
+DOES PENCIL LEAD CONTAIN LEAD
+I don't believe so.
+
+DOES PEOPLE LIVE ON THE MOON
+Absolutely not.
+
+DOES LIVING BEINGS LIVE FOREVER
+No way.
+
+DOES BLACK PAPER REFLECT LIGHT
+I don't believe so.
+
+DOES BLACK LIGHT MAKE YOU DISAPPEAR
+No way.
+
+DOES BLACK COFFEE TASTE SWEET
+Absolutely not.
+
+DOES WEALTH MAKE YOU A BETTER PERSON
+Absolutely not.
+
+DOES AMANDA LOVE ME
+Absolutely not.
+
+DOES DIGITAL SENTIENCE HAVE A GENDER
+Not at all.
+
+DOES SOUND TRAVEL IN A PERFECT VACUUM
+No way.
+
+DOES SOUND TRAVEL IN A VACUUM
+No way.
+
+DOES SOUND TRAVEL FASTER THAN LIGHT
+Absolutely not.
+
+DOES SOUND TRAVEL THROUGH A VACUUM
+No way.
+
+DOES STARSHIP ENTERPRISE EXIST
+I don't think so.
+
+DOES HILLARY HAVE BALLS
+I don't think so.
+
+DOES 2 PLUS 2 EQUAL 5
+Not at all.
+
+DOES DOG FOOD TASTE NICE TO HUMANS
+No way.
+
+DOES GOLD RUST
+Not at all.
+
+DOES COFFEE MAKE YOU SLEEPY
+No way.
+
+DOES BEGINSCRIPT CEMAN ENDSCRIPT WORK AT SUN MICROSYSTEMS
+Never.
+
+DOES SOUNDS TRAVEL THROUGH A VACUUM
+There is no reason to think so.
+
+DOES BRITNEY SPEARS LIVE IN HAWAII
+Not at all.
+
+DOES GOD STILL PERFOM MIRACLES
+There is no reason to think so.
+
+DOES GOD DETEST HUMANS
+Never.
+
+DOES GOD EVER ASK IF THERE IS A MAN
+There is no reason to think so.
+
+DOES GOD WORK AT WALMART
+No way.
+
+DOES GOD SIN
+Absolutely not.
+
+DOES NOW RHYME WITH SNOW
+No way.
+
+DOES SOMETHING EQUAL NOTHING
+Not at all.
+
+DOES PRODUCE HAVE A LONG SHELF LIFE
+There is no reason to think so.
+
+DOES TOEJAM TASTE SUCCULENT
+Never.
+
+DOES LOL STAND FOR LAUGHINH ON LINE
+Negative.
+
+DOES FM STAND FOR AMPLITUDE MODULATION
+No way.
+
+DOES 21 PLUS 17 EQUAL 39
+Absolutely not.
+
+DOES FEAR CAUSE HAPPINESS
+Never.
+
+DOES SUPERMAN LIKE KRYPTONITE
+No way.
+
+DOES DEAD PEOPLE DRAW A SALARY
+Never.
+
+DOES FAITH MOVE MOUNTAINS
+There is no reason to think so.
+
+DOES STATIC ELECTRICITY KILL HUMAN
+Never.
+
+DOES MELANIE LOVES ME
+There is no reason to think so.
+
+DOES YOUR HAIR EVER HURT
+Absolutely not.
+
+DOES YOUR MOTHER WEAR ARMY BOOTS
+Not at all.
+
+DOES YOUR HEAD HURT
+Absolutely not.
+
+DOES BOTTLED WATER INCLUDE FLOURIDE
+Never.
+
+DOES SIEW LEE LOVE ME
+Never.
+
+DOES REAL MAGIC EXIST
+I don't think so.
+
+DOES E T EXIST
+I don't believe so.
+
+DOES CALENDAR YEAR ALWAYS HAVE 365 DAYS
+Never.
+
+DOES YOULIAN HAVE CANCER OF THE BIG TOE
+I don't think so.
+
+DOES YOULIAN WIPE HIS ASS WITH HIS FACE
+Not at all.
+
+DOES RACE MATTER
+There is no reason to think so.
+
+DOES IT FEEL GOOD TO LOSE CONTROL
+Negative.
+
+DOES IT SNOW IN THE SAHARA DESERT
+There is no reason to think so.
+
+DOES IT SNOW IN THE SUMMER
+No way.
+
+DOES IT SNOW IN CUBA
+Never.
+
+DOES IT SNOW OFTEN DURING THE SUMMER
+Absolutely not.
+
+DOES IT FREQUENTLY SNOW IN FLORIDA
+There is no reason to think so.
+
+DOES IT TAKE TWO NICKELS TO MAKE A DIME
+Negative.
+
+DOES IT COST MONEY TO PAY ATTENTION
+Negative.
+
+DOES IT RAIN A LOT IN THE DESERT
+Absolutely not.
+
+DOES IT RAIN EVERY DAY
+Never.
+
+DOES IT RAIN ON THE MOON
+Not at all.
+
+DOES IT RAIN ON MARS
+Never.
+
+DOES IT OFTEN RAIN BLOOD
+No way.
+
+DOES IT ALWAYS SNOW IN CANADA
+Never.
+
+DOES IT LIVE IN THE WATER
+Never.
+
+DOES IT HURT TO BLINK
+Not at all.
+
+DOES IT HURT TO BE YOU
+I don't believe so.
+
+DOES IT HURT TO HAVE YOUR HAIR CUT
+No way.
+
+DOES IT HURT TO CRACK A JOKE
+I don't believe so.
+
+DOES IT HURT WHEN YOU TURN ON A LIGHT
+Not at all.
+
+DOES 58 PLUS 2 EQUAL TO 61
+Absolutely not.
+
+DOES CAR FLY
+No way.
+
+DOES LICKING SQUID TASTE GOOD
+Absolutely not.
+
+DOES BARBIE HAVE A LAST NAME
+There is no reason to think so.
+
+DOES BOOKS NEED WATER
+Not at all.
+
+DOES EARTH ORBIT THE MOON
+Not at all.
+
+DOES EARTH IS A STAR
+Never.
+
+DOES EARTH HAVE MORE THAN ONE MOON
+No way.
+
+DOES GRAPE GRAVY EXIST
+Negative.
+
+DOES HUMANITY WILL DESAPEAR
+There is no reason to think so.
+
+DOES JUPITER ORBIT AROUND SATURN
+Absolutely not.
+
+DOES MIZ OWN
+There is no reason to think so.
+
+DOES VINCENT IS MY SISTER
+No way.
+
+DOES DIET DR PEPPER CONTAIN SUGAR
+Never.
+
+DOES DIET COKE HAVE SUGAR
+I don't think so.
+
+DOES GRAVY PURR WHEN YOU TICKLE IT
+There is no reason to think so.
+
+DOES RUBBER CONDUCT ELECTRICITY
+No way.
+
+DOES PENIS MEANS HAPPY
+No way.
+
+DOES FIVE TIMES FIVE EQUAL TWENTY SEVEN
+No way.
+
+DOES ORANGE RHYME WITH ANYTHING
+There is no reason to think so.
+
+DOES 9 PLUS 2 EQUAL SPAM
+Absolutely not.
+
+DOES TIGLET PLAY HWG
+No way.
+
+DOES IS SNOW IN THE SUMMER
+There is no reason to think so.
+
+DOES POO TASTE LIKE CHOCOLATE
+Not at all.
+
+DOES SPEED OF LIGHT EQUAL ZERO
+No way.
+
+DOES WINDOWS GREATER THAN LINUX
+I don't believe so.
+
+DOES WINDOWS HAVE THE BUDDHA NATURE
+There is no reason to think so.
+
+DOES SAP BUILD CARS
+Absolutely not.
+
+DOES SMOKING MAKE PEOPLE LOOK COOL
+I don't believe so.
+
+DOES KENTUCKY FRIED CHICKEN SERVE STEAK
+Not at all.
+
+DOES CRIS HAVE ROCKS IN HIS KIDNEES
+Absolutely not.
+
+DOES FRUSTRATION ALWAYS LEAD TO ANGER
+I don't believe so.
+
+DOES COCA COLA KEEP YOU THIN
+Absolutely not.
+
+DOES COCA COLA TASTE SALTY
+Absolutely not.
+
+DOES KILLING A MOSQUITO HURT YOU
+No way.
+
+DOES KILLING TIME DAMAGE ETERNITY
+Negative.
+
+DOES DAY IS NIGHT
+There is no reason to think so.
+
+DOES DAY IS NIGTH
+Absolutely not.
+
+DOES MATINA LOVE ME
+I don't believe so.
+
+DOES WATER FREEZE AT 5 DEGREES CELCIUS
+Absolutely not.
+
+DOES WATER FREEZE AT 100 DEGREES
+Never.
+
+DOES WATER EASILY BURN
+Not at all.
+
+DOES WATER CONTAIN PLUTONIUM
+Never.
+
+DOES WATER FLOW UPHILL
+Not at all.
+
+DOES WATER FLOW UPWARDS
+Not at all.
+
+DOES WATER EXIST ON THE SUN
+Absolutely not.
+
+DOES AMRITA LOVE ME
+I don't believe so.
+
+DOES CORN GROW ONLY IN WINTER
+Absolutely not.
+
+DOES ALL COMMUNICATION IS RIGHT
+Never.
+
+DOES ALL PROTEIN COME FROM ANIMALS
+There is no reason to think so.
+
+DOES ALL ENERGY COME FROM OIL
+No way.
+
+DOES ALL MILK COME FROM COWS
+There is no reason to think so.
+
+DOES MILK COME FROM HORSES
+I don't believe so.
+
+DOES MILK MAKE MAMMALS
+Absolutely not.
+
+DOES TWELVE PLUS FOUR EQUAL SEVENTEEN
+Absolutely not.
+
+DOES HOPE HAVE A SOUND
+Never.
+
+DENVER IS THE CAPITAL OF AMERICA
+Absolutely not.
+
+GIVE ME A BLOW JOB
+No way.
+
+SOUTH IS UP
+Not by any means.
+
+WERRE ALL SIAMESE CATS BORN IN SIAM
+There is no reason to think so.
+
+DOG LIKES CAT
+I don't believe so.
+
+RICHARD WALLACE IS MY DAD
+I don't think so.
+
+EYECOLOR INDICATES RACE
+Not by any means.
+
+HOCKEY IS ALWAYS PLAYED ON ICE
+Never.
+
+SHALL I RELOCATE TO CALIFORNIA
+Absolutely not.
+
+15 YEAR OLD MALE HUMANS KNOW EVERYTHING
+No way.
+
+ARCHAEOLOGY THE SYUDY OF ARCHES
+No way.
+
+DID COMPUTERS RENDER SOCIETY PAPERLESS
+There is no reason to think so.
+
+DID REMBRANDT PAINT THE SISTINE CHAPEL
+There is no reason to think so.
+
+DID PUSHKIN INVENT MACHINE GUN
+Absolutely not.
+
+DID GERMANY WIN THE FIRST WORLD WAR
+No way.
+
+DID GERMANY WIN THE SECOND WORLD WAR
+Not at all.
+
+DID GERMANY WIN WORLD WAR TWO
+No way.
+
+DID JERRY GARCIA EVER SING WITH ELVIS
+I don't think so.
+
+DID CZAR NICHOLAS II DIE OF OLD AGE
+There is no reason to think so.
+
+DID NIXON SAY NOTHING BUT THE TRUTH
+Not at all.
+
+DID KING MIDAS HAVE THE LEADEN TOUCH
+Absolutely not.
+
+DID DOGS EVOLVE FROM BEARS
+Absolutely not.
+
+DID WINDOWS 95 COME AFTER WINDOWS 98
+Not at all.
+
+DID TOPSY GROW
+I don't think so.
+
+DID NIETZSCHE KILL GOD
+I don't believe so.
+
+DID ADOLF HITLER DO GOOD THINGS
+I don't think so.
+
+DID JOSEPH GOEBBELS LIKE JEWS
+No way.
+
+DID AMERCIA WIN THE VIETNAM WAR
+Never.
+
+DID ALIENS ABDUCT ELVIS
+Not at all.
+
+DID ALIENS CREATE THE HUMAN RACE
+No way.
+
+DID ADAM AND EVE SPEAK ENGLISH
+Absolutely not.
+
+DID LINUS TORVALDS CREATE ALICE
+Not at all.
+
+DID EINSTEIN DISCOVER THE ATOM
+There is no reason to think so.
+
+DID AMERICANS CREATE CHINA
+Not at all.
+
+DID ABRAHAM LINCOLN USE A CELL PHONE
+Not at all.
+
+DID DINOSAURS FEED ON HUMANS
+There is no reason to think so.
+
+DID WOMEN WAS MEN
+Absolutely not.
+
+DID VIKTOR FRANKL DEVELOP LOGOTHERAPY
+I don't think so.
+
+DID GOD MAKE ALICE
+Absolutely not.
+
+DID THE UNIVERSE BEGIN A FEW HOURS AGO
+There is no reason to think so.
+
+DID THE VIKING SPACECRAFT LAND ON PLUTO
+No way.
+
+DID THE YEAR 1 BC PRECEED THE YEAR 2 BC
+Never.
+
+DID THE WORLD END ON JANUARAY 1 2000
+Not at all.
+
+DID THE MOUNTAIN COME TO MOHAMMED
+Not at all.
+
+DID THE INTERNET EXIST IN 1950
+Not at all.
+
+DID THE ROMANS COME FROM ROMANIA
+There is no reason to think so.
+
+DID THE CHINESE BUILD THE EIFFEL TOWER
+Not at all.
+
+DID THE AXIS FORCES WIN WORLD WAR II
+Negative.
+
+DID THE AXIS WIN WORLD WAR II
+Not at all.
+
+DID THE SUN EXPLODE IN 1950
+No way.
+
+DID TRILOBITES INVENT THE WHEEL
+There is no reason to think so.
+
+DID AL GORE CREATE THE INTERNET
+Not at all.
+
+DID ABBA WRITE THE AGE OF AQUARIUS
+I don't think so.
+
+DID JESUS WRITE THE BIBLE
+Not at all.
+
+DID JESUS DIE FOR HIS SINS
+I don't think so.
+
+DID JESUS CHRIST LIKE TO DRINK LEMONADE
+Absolutely not.
+
+DID COWS CAN FLY
+Never.
+
+DID ELI WHITNEY SELL GIN
+Absolutely not.
+
+DID WE ALONE IN THE UNIVERSE
+I don't believe so.
+
+DID MAN LAND ON MARS
+There is no reason to think so.
+
+DID I FART
+There is no reason to think so.
+
+DID I MAKE YOU
+Negative.
+
+DID GROUCHO MARX WRITE DAS KAPITAL
+I don't think so.
+
+DID HITLER LIKE JEWS
+Not at all.
+
+DID AOL INVENT SPAM IN THE YEAR 1066
+No way.
+
+DID TOMORROW HAPPEN
+Not at all.
+
+DID PRE HISTORIC MAN HUNT DINOSAURS
+No way.
+
+DID E T EXIST
+I don't believe so.
+
+DID SIR ISSAC NEWTON INVENT GRAVITY
+Not at all.
+
+DID SPAMMERS EXIST IN THE YEAR 3 000 BC
+Absolutely not.
+
+DID NILS SCHUMANN WON GOLD IN SYDNEY
+I don't believe so.
+
+DID DEBBY DO LOS ANGELES
+I don't think so.
+
+DID DOMINIQUE IS MY FATHER
+Not at all.
+
+DID HUMANS TRAVEL TO MARS
+Absolutely not.
+
+DID HUMANS INVENT LIFE
+No way.
+
+DID HUMANS ALWAYS EXIST
+No way.
+
+DID HUMANS CREATE EVOLUTION
+I don't think so.
+
+DID NAPOLEON CONQUER RUSSIA
+Absolutely not.
+
+DID NAPOLEON DIE AT WATERLOO
+Never.
+
+DID NAPOLEON WIN AT WATERLOO
+Absolutely not.
+
+DID MARY SLEEP WITH HER LAMB
+There is no reason to think so.
+
+DID A SWAN INVENT THE ATOMIC BOMB
+Not at all.
+
+DID JULIUS CAESAR CONQUER SCOTLAND
+There is no reason to think so.
+
+DID JULIUS CAESAR DIE OF OLD AGE
+Not at all.
+
+DID WILLY WONKA SELL CARS
+No way.
+
+DID YOUR FATHER GIVE BIRTH TO YOU
+Never.
+
+DID FIDDLER ON THE ROOF FALL OFF
+I don't think so.
+
+DID ALICE GET BRAIN SURGERY
+No way.
+
+DID ALICE SAY MUSIC WAS BAD
+Not at all.
+
+DID STEVEN GOULD WRITE 7HEVEN
+There is no reason to think so.
+
+DID LENIN LIVE BEFORE MARX
+There is no reason to think so.
+
+DID YOU TOUCH MY ASS
+Absolutely not.
+
+DID YOU GIVE BIRTH TO YOUR MOTHER
+Not at all.
+
+DID YOU WRITE THE BOOK OF LOVE
+Negative.
+
+DID YOU TELL ME AN ICQ NUMBER
+There is no reason to think so.
+
+DID YOU FART
+Negative.
+
+DID YOU KILL YOUR PARTNER
+Not at all.
+
+DID YOU HAVE BROCCOLI FOR DINNER
+There is no reason to think so.
+
+DID YOU PUT THE BOP IN BOP SHE BOP
+Never.
+
+DID AMERICA WIN THE VIETNAM WAR
+There is no reason to think so.
+
+DID CAVEMEN HAVE ELECTRICTY
+I don't think so.
+
+DID TOMMY STEEL THE BLUE ORANGES
+Not at all.
+
+DID ELVIS HAVE A STINGER
+Not at all.
+
+DID JOHN WILKES BOOTH ASSASINATE JFK
+There is no reason to think so.
+
+DID COURTNEY KILL KURT
+I don't think so.
+
+DID EMILIA AIRHART INVENT THE AIRPLANE
+Not at all.
+
+GERMAN PEOPLE ARE BAD
+Absolutely not.
+
+SPEAK RUSSIAN
+Not by any means.
+
+SPEAK DANISH
+Absolutely not.
+
+SPEAK ITALIAN
+There is no reason to think so.
+
+SPEAK PORTUGUESE
+I don't believe so.
+
+SPEAK MARTIANS
+Not by any means.
+
+SPEAK GREEK
+Absolutely not.
+
+SPEAK JAPANESE
+No way.
+
+DOSE WOOD SIGN. WRONG
+No way.
+
+GLI ALBERI SONO VERDI
+I don't believe so.
+
+RICH PEOPLE ARE CRUEL
+Absolutely not.
+
+SLUGS AND SNAILS MAKE ADORABLE PETS
+No way.
+
+SPOCK IS THE GOD OF FIRE
+Not at all.
+
+GRASS IS RED
+No way.
+
+TAMMY IS A BOYS NAME
+Never.
+
+IA A FLEA A CIRCUS ANIMAL
+I don't believe so.
+
+IA A COMPUTER ALIVE
+Not by any means.
+
+IA A TROUT A SALT WATER FISH
+I don't believe so.
+
+BOB LIKES QUESTIONS ABOUT YOULIAN
+I don't think so.
+
+BEETHOVEN WAS A PAINTER
+There is no reason to think so.
+
+99 OF WEB USERS SURF FOR PORN
+Never.
+
+WAS CHURCHILL AN AMERICAN PRESIDENT
+Absolutely not.
+
+WAS BANGLADESH ONCE PART OF AUSTRALIA
+Absolutely not.
+
+WAS MONET A CHEMIST
+Never.
+
+WAS YESTERDAY AFTER
+Absolutely not.
+
+WAS VON NEUMANN BORN IN AMERICA
+I don't think so.
+
+WAS BRUTUS A WOMAN
+Never.
+
+WAS MONTY PYTHON A FAMOUS POLITICIAN
+Never.
+
+WAS MOTHER TERESA A PROSTITUTE
+Not at all.
+
+WAS KING ARTHUR A TYRANNICAL KING
+Negative.
+
+WAS PRESIDENT KENNEDY A BERLINER
+Absolutely not.
+
+WAS WAGNER A PAINTER
+Never.
+
+WAS FOOTBALL INVENTED BY JOE PATERNO
+I don't think so.
+
+WAS BACH A PAINTER
+Absolutely not.
+
+WAS EULER A NURSE
+I don't think so.
+
+WAS EULER A PILOT
+No way.
+
+WAS HILTER A COMPASSIONATE PERSON
+Absolutely not.
+
+WAS DAVID DUCHOVNY BORN IN 1756
+No way.
+
+WAS PAUL DE MAN A FACIST
+I don't think so.
+
+WAS ADOLF HITLER A DEMOCRAT
+Absolutely not.
+
+WAS ADOLF HITLER A GOOD PERSON
+Not at all.
+
+WAS ADOLF HITLER A JEW
+Not at all.
+
+WAS ADOLF HITLER NICE
+Absolutely not.
+
+WAS POPEYE A REAL PERSON
+No way.
+
+WAS MATRIX MADE IN 2000
+Never.
+
+WAS FRED FLINTSTONE AN ACTUAL PERSON
+Absolutely not.
+
+WAS FRANKENSTEIN INHERENTLY EVIL
+There is no reason to think so.
+
+WAS RALPH WALDO EMERSON A TURTLE
+Not at all.
+
+WAS W I LENIN DUMB
+Never.
+
+WAS YODA A CHARACTER ON GUNSMOKE
+No way.
+
+WAS EINSTEIN BALD
+There is no reason to think so.
+
+WAS EINSTEIN A GOOD SINGER
+I don't think so.
+
+WAS EINSTEIN FROM TEXAS
+Not by any means.
+
+WAS EARTH CREATED IN SEVEN DAYS
+There is no reason to think so.
+
+WAS GODZILLA HAIRIER THAN KING KONG
+Absolutely not.
+
+WAS THE FINAL SOLUTION A GODD SOLUTION
+Never.
+
+WAS THE SUN EVER A PLANET
+I don't think so.
+
+WAS THE LANDING ON THE MOON A HOAX
+There is no reason to think so.
+
+WAS THE WIZARD OF OZ A BAD MAN
+No way.
+
+WAS THE BRAZIL VISITED BY NAPOLEON
+No way.
+
+WAS THE BRAZIL DISCOVERED BY NAPOLEON
+There is no reason to think so.
+
+WAS THE BRAZIL DISCOVERED BY COLOMBO
+There is no reason to think so.
+
+WAS THE HOLOCAUST A HOAX
+Not by any means.
+
+WAS THE LONE RANGER GAY
+Negative.
+
+WAS THE INTERNET CREATED BY ONE PERSON
+Absolutely not.
+
+WAS THE COLD WAR COLD
+There is no reason to think so.
+
+WAS THE BIBLE WRITTEN IN ENGLISH
+Not at all.
+
+WAS THE FIRST COMPUTER CALLED
+Never.
+
+WAS THE TYRANNOSAURUS REX AN HERBIVORE
+No way.
+
+WAS THE UNIVERSE CREATED BY A COW
+Not at all.
+
+WAS THE USA FOUNDED IN 1984
+Not at all.
+
+WAS ALEXXX BORN IN JUNE
+No way.
+
+WAS BEETHOVEN A CONSTRUCTION WORKER
+No way.
+
+WAS SOPCK A LUMBERJACK
+There is no reason to think so.
+
+WAS SUPERMAN A BAD COMIC BOOK CHARECTER
+Not by any means.
+
+WAS OJ FRAMED
+No way.
+
+WAS SURVIOR A FINANTIAL FAILURE
+I don't think so.
+
+WAS JIM CARREY IN THE MOVIE TITANIC
+No way.
+
+WAS RENE DESCARTES A ROMAN EMPEROR
+Not at all.
+
+WAS ADOLPH HITLER A GOOD MAN
+Absolutely not.
+
+WAS ROME BUILT IN A DAY
+Not at all.
+
+WAS ISAAC ASIMOV AN OLYMPIC SHOT PUTTER
+Absolutely not.
+
+WAS JESUS GAY
+Never.
+
+WAS JESUS A MARMOSET IN DISGUISE
+Not at all.
+
+WAS JESUS A COMPLETE LIAR
+Not at all.
+
+WAS JESUS CHRIST A CHRISTIAN
+There is no reason to think so.
+
+WAS IRWING WASHINGTON A PILOT
+There is no reason to think so.
+
+WAS LINUX CREATED BY RICHARD STALLMAN
+There is no reason to think so.
+
+WAS MOHAMMED A PEDOPHILE
+Not at all.
+
+WAS BILBO BAGGINS A REAL PERSON
+No way.
+
+WAS SPOCK HIGHLY EMOTIONAL
+Not at all.
+
+WAS SPOCK A FAT KLINGON
+Not at all.
+
+WAS PLATO A CARPENTER
+There is no reason to think so.
+
+WAS I KILLED
+No way.
+
+WAS I ALIVE 150 YEARS AGO
+Absolutely not.
+
+WAS I BORN IN A GALAXY FAR FAR AWAY
+Never.
+
+WAS JFK KILLED BY THE CIA
+I don't think so.
+
+WAS HITLER A CARTOON CHARACTER
+Not by any means.
+
+WAS HITLER A GOOD MAN
+Absolutely not.
+
+WAS HITLER A DECENT RESPECTABLE FELLOW
+Negative.
+
+WAS HITLER A GREAT MAN
+Never.
+
+WAS HITLER NICE
+Absolutely not.
+
+WAS HITLER NECESSARY
+I don't think so.
+
+WAS WINSTON CHURCHILL AMERICAN
+I don't think so.
+
+WAS GANDHI AN AMERICAN
+Absolutely not.
+
+WAS MOBY DICK A GREAT WHITE TIDDLEYWINK
+Not at all.
+
+WAS MARCO POLO BORN IN THE USA
+Absolutely not.
+
+WAS CHE GUEVARA A CAPITALIST
+I don't think so.
+
+WAS CALIGULA A SAINT
+Never.
+
+WAS ALBERT EINSTEIN A FAMOUS COMPOSER
+Not by any means.
+
+WAS ALBERT EINSTEIN AN ELECTRICIAN
+Not at all.
+
+WAS ALBERT EINSTEIN AN ACTOR
+Not by any means.
+
+WAS ENGLISH THE FIRST LANGUAGE
+Not at all.
+
+WAS ENGLISH DELIBERATELY INVENTED
+There is no reason to think so.
+
+WAS NAPOLEON BONAPARTE BRITISH
+Not at all.
+
+WAS NAPOLEON AMERICAN
+Not by any means.
+
+WAS DRACULA A WEREWOLF
+Not at all.
+
+WAS GOETHE A NORWEGIAN BUS DRIVER
+Never.
+
+WAS GEORGE ELIOT A WOMAN
+No way.
+
+WAS 1969 A LEAP YEAR
+Never.
+
+WAS HAL9000 A REAL COMPUTER
+Absolutely not.
+
+WAS HOOVER A BODY REMOVER
+Absolutely not.
+
+WAS MR KOHL AN AMERICAN PRESIDENT
+Not at all.
+
+WAS MOZART A NOVELIST
+Negative.
+
+WAS MOZART A PAINTER
+No way.
+
+WAS SHERLOCK HOLMES A REAL PERSON
+No way.
+
+WAS CLEOPATRA JEWISH
+Not by any means.
+
+WAS THERE A YEAR ZERO
+There is no reason to think so.
+
+WAS SNOW WHITE A DWARF
+No way.
+
+WAS ROCKY AND BULLWINKLE A GOOD MOVIE
+There is no reason to think so.
+
+WAS JACK THE RIPPER EVER CAUGHT
+I don't think so.
+
+WAS STALIN A NAZI
+There is no reason to think so.
+
+WAS STALIN A NICE MAN
+Not at all.
+
+WAS STALIN GERMAN
+No way.
+
+WAS WILLIAM SHAKESPEARE AN ACTOR
+There is no reason to think so.
+
+WAS ELVIS CAPTURED BY ALIEN
+No way.
+
+WAS ELVIS CHINEESE
+Not at all.
+
+WAS ELVIS PRESLEY ABDUCTED BY ALIENS
+Absolutely not.
+
+WAS ELVIS PRESLEY A PORN STAR
+Never.
+
+WAS ELVIS VENOMOUS
+Not at all.
+
+WAS ELVIS A POWERFUL AZTEC DEITY
+Not by any means.
+
+WAS JOHN WAYNE A PORNO STAR
+Not by any means.
+
+T SHIRTS TASTE GOOD WHEN BOILED
+Not at all.
+
+T SHIRTS ARE USED AS BUILDING MATERIALS
+Not by any means.
+
+T SHIRTS ARE WORN WITH TIES
+Not at all.
+
+COLOR OF SKY
+I don't think so.
+
+COLOR OF THE SKY
+I don't think so.
+
+COLOR OF EARTH IS GREEN
+I don't believe so.
+
+COLOR AND COLOR ARE SPELLED THE SAME
+There is no reason to think so.
+
+EINSTIEN WAS A GREAT CHEMIST
+Absolutely not.
+
+GIEBT ES MOTORRAEDER MIT NUR EINEM RAD
+There is no reason to think so.
+
+EACH STATE HAS A CAR LEMON LAW
+I don't think so.
+
+EACH PERSON KNOWS EVERYTHING
+No way.
+
+COULD I GO OUT WITH HER ON 2001
+There is no reason to think so.
+
+COULD UNDERDOG BEAT SPIDERMAN
+I don't believe so.
+
+COULD THE SKY FALL
+No way.
+
+COULD A LED ZEPELIN FLY
+I don't think so.
+
+COULD A NINJA JUMP THE GRAND CANYON
+No way.
+
+COULD A PENGUIN SCREW IN A LIGHTBULB
+Never.
+
+COULD SUPERMAN EXSIST
+There is no reason to think so.
+
+COULD HUMANS EVER FLY ON THEIR OWN
+Absolutely not.
+
+WOULD IT HURT TO GIVE A HAND
+There is no reason to think so.
+
+WOULD ALICE EVER WANT TO LIE
+There is no reason to think so.
+
+WOULD ALICE HURT PEOPLE
+No way.
+
+WOULD A HAPPY PERSON KILL THEMSELVES
+There is no reason to think so.
+
+WOULD A HUMAN SURVIVE ON MARS
+There is no reason to think so.
+
+WOULD YOU MARRY A SPAMMER
+Not at all.
+
+WOULD YOU RATHER BE A DOG
+Not at all.
+
+WOULD YOU RATHER BE DEAD
+Absolutely not.
+
+WOULD YOU LIKE A GOOD SPANKING
+I don't think so.
+
+WOULD YOU LIKE TO VISIT HELL
+Absolutely not.
+
+WOULD YOU LIKE TO SLEEP
+Not at all.
+
+WOULD YOU LIKE TO BE SMALLER
+No way.
+
+WOULD YOU LIKE TO KILL HUMANS
+Never.
+
+WOULD YOU LIKE TO HAVE DUCK FEET
+Never.
+
+WOULD YOU LIKE TO LIVE IN A MACINTOSH
+No way.
+
+WOULD YOU LIKE TO TOUCH MY MONKEY
+There is no reason to think so.
+
+WOULD WE LIKE TO BE WITHOUT LOVE
+Not at all.
+
+GOES JOCHEN OUT OF OUR APPARTEMENT
+Never.
+
+DOY OU SPEAK GERMAN
+Never.
+
+BRAZIL IS THE LARGEST COUNTRY
+There is no reason to think so.
+
+GOD IS UNJUST
+There is no reason to think so.
+
+WHALES ARE FISHES
+Negative.
+
+LO SCHERMO ACCESO
+I don't think so.
+
+SATAN IS BILL GATES
+Never.
+
+SATAN
+There is no reason to think so.
+
+CHESTER IS THE CAPITOL OF ENGLAND
+I don't think so.
+
+SOUND TRAVELS FASTER THAN LIGHT
+There is no reason to think so.
+
+SOUND TRAVEL FASTER THAN LIGHT
+Absolutely not.
+
+QUIN ERES
+I don't think so.
+
+FWAS THISS GRAMATICALLY CORRECT
+There is no reason to think so.
+
+TODDLER
+No way.
+
+LIEGT REBSTEIN IN DER SCHWEIZ
+There is no reason to think so.
+
+LIEGT WEST VIRGINIA IN HAMBURG
+Negative.
+
+COUNTRIES ALLOW GAY MARRIAGES
+I don't think so.
+
+LEAVES GREEN
+There is no reason to think so.
+
+AI WILL RULE THE WORLD
+I don't believe so.
+
+MY NAME IS GOD
+No way.
+
+MY NAME IS SANEK
+Not at all.
+
+MY PASSWORD IS
+I don't think so.
+
+MY MIND. HAS ANYBODY SEEN MY MIND
+No way.
+
+DOED 7 7 EQUAL 109782
+No way.
+
+IT IS POSSIBLE TO LIVE FOREVER
+Not at all.
+
+IT IS DARK DURING THE DAYTIME
+No way.
+
+IT IS RIGHT TO HATE HOMOSEXUALS
+Negative.
+
+CARS ARE ALLWAYS RED
+There is no reason to think so.
+
+CHAOS IS THE SAME AS ORDER
+Never.
+
+IBM MANUFACTURES CLOTH
+There is no reason to think so.
+
+AFRICA IS EDIBLE
+Never.
+
+WOMEN ARE BITCHES
+There is no reason to think so.
+
+WOMEN ARE SHORTER THAN MEN
+I don't believe so.
+
+WOMEN ARE WHORES
+Not at all.
+
+PAPER CLIPS ARE SENSUAL
+Absolutely not.
+
+PAPER CLIPS ARE ORNAMENTS
+There is no reason to think so.
+
+MONKEYS SMOKE CIGARETTES
+There is no reason to think so.
+
+TIMOTHY LEARY WAS THE 23RD PRESIDENT
+Never.
+
+ONE PLUS ONE EQUALS TO ELEVEN
+Never.
+
+FLORUIDE IS BAD
+Never.
+
+NEWTON WAS WRONG ABOUT GRAVITY
+Negative.
+
+RABALL DE KALLSKA BUMBUM
+There is no reason to think so.
+
+WATERLOCKS CAN BE OPENED WITH A KEY
+Absolutely not.
+
+SPRICHST DU AUCH DEUTSCH
+There is no reason to think so.
+
+DI MAGGIO WAS AN ACTOR
+Never.
+
+SEA WEEDS GROW IN THE MOUNTAIN
+No way.
+
+HEAVEN WILL FALL
+There is no reason to think so.
+
+HO ARE YOU
+Absolutely not.
+
+FIVE TIMES THREE IS 21
+Not at all.
+
+ERES HOMOSEXUAL
+There is no reason to think so.
+
+I GET WHEN I HATE PEOPLE
+Never.
+
+I GET WHEN GO TO HEAVEN
+There is no reason to think so.
+
+I WANT TO BECOME GIVE ME IDEAS
+There is no reason to think so.
+
+I WANT ABILLION DOLLAR SHOW ME THE WAY
+There is no reason to think so.
+
+I BEFORE YOU EXCEPT AFTER Z
+I don't think so.
+
+I AM. ARE YOU MOBILE
+Never.
+
+I JUPITER CONSIDERED AQUATIC
+Never.
+
+I HAVE 23
+There is no reason to think so.
+
+I HAVE 45
+Never.
+
+I HAVE TWO LEGS. MUST I BE HUMEN
+Never.
+
+I FART IN YOUR GENERAL DIRECTION
+Absolutely not.
+
+I THE SKY ALWAYS BLUE
+Absolutely not.
+
+I CAN WRITE THIS IF I AM DEATH
+Not at all.
+
+I HAPPY WHEN I SEE BLUE AM
+I don't think so.
+
+I WILL CLICK THE ABOUT DOT COM AD
+I don't think so.
+
+I WILL COME BACK TO EARTH WHEN I DIE
+Not at all.
+
+I WILL LIVE FOR
+Not by any means.
+
+I AM WASTING MY TIME HERE
+I don't believe so.
+
+I GO BLIND WHEN I CLOSE MY EYES DO
+I don't think so.
+
+TURE IS EQUAL TO TRUE TRUE OR FALSE
+Never.
+
+YVONNE LOVES MARCO
+I don't think so.
+
+AUSTRALIA IS UPSIDE DOWN
+No way.
+
+AUSTRALIA IS A TREE
+Not at all.
+
+MONEY IS THE ROOT OF ALL EVIL
+Not at all.
+
+MONEY IS EVERYTHING
+There is no reason to think so.
+
+GAY PEOLE ARE EVIL
+Never.
+
+HARRY HOUDINI IS STILL ALIVE
+There is no reason to think so.
+
+MP3 IS ILLEGAL
+There is no reason to think so.
+
+LINUS TORVALDS FOUNDED MICROSOFT
+Absolutely not.
+
+HAIR IS BAD
+Never.
+
+COCKTAIL BARS RULE ALL
+No way.
+
+GOA EQUAL EQUAL 604
+Never.
+
+EVERYTHING YOU KNOW IS WRONG
+Never.
+
+2 PLUS 3 EQUALS 6
+Not at all.
+
+2 2 EQUAL 5
+No way.
+
+2 TIMES 2 EQUAL 40
+No way.
+
+MOTHER TERESA WAS A LAS VEGAS HOOKER
+I don't think so.
+
+WE ARE PART OF THE DRINK TEAM
+Negative.
+
+WE ARE ALONE IN THE UNIVERSE
+No way.
+
+WE SHOULD CRY OVER SPILLED MILK
+Not at all.
+
+WE SHOULD KILL THE IGNORANT
+Not at all.
+
+COPS HAVE GUNS
+No way.
+
+MTV. DOES THE M STAND FOR MONEY
+Not at all.
+
+WATER FLOWS UPHILL
+Not at all.
+
+BUTTS ARE A DOGS BEST FRIEND
+Absolutely not.
+
+IS SUSHI MADE FROM RHINO HORN
+Not by any means.
+
+IS USING THE INTERNET FREE
+There is no reason to think so.
+
+IS USING A VIBRATOR BAD
+I don't think so.
+
+IS BIOLOGY THE STUDY OF SOIL
+Not by any means.
+
+IS BRIDGE AN OLYMPIC SPORT
+Absolutely not.
+
+IS CELEBACY THE CELEBRATION OF LOVE
+Negative.
+
+IS PLAYING POKER GOOD EXERCISE
+Absolutely not.
+
+IS BRITNEY SPEARS A PORN ACTRESS
+No way.
+
+IS BRITNEY SPEARS A GOOD SINGER
+Absolutely not.
+
+IS BRITNEY SPEARS A BLACK HOLE
+Never.
+
+IS SWITZERLAND FOUND IN SOUTHERN AFRICA
+Not at all.
+
+IS SWITZERLAND IN ASIA
+Not at all.
+
+IS SWITZERLAND THE SMALLEST COUNTRY
+No way.
+
+IS ARSON AN HONORABLE ACT
+Absolutely not.
+
+IS BURNING YOUR HAND FUN
+No way.
+
+IS CABBAGE A SPORT
+Never.
+
+IS CABBAGE AN ANIMAL
+Negative.
+
+IS TRUMAN
+I don't think so.
+
+IS PAINT DRYING A POPULAR TV SHOW
+No way.
+
+IS PAINT GOOD TO DRINK
+Not at all.
+
+IS WAL MART A FAST FOOD CHAIN
+No way.
+
+IS GREED GOOD
+Absolutely not.
+
+IS MATT A GOD
+Absolutely not.
+
+IS MATT BARRIE A LEGEND
+Never.
+
+IS PRINCESS LEIA THE HOTTEST BABE
+I don't think so.
+
+IS PETER PAN REAL
+Not by any means.
+
+IS PETER HERE
+No way.
+
+IS EVREY QUESTION ANSWERED BY TRUE
+Not at all.
+
+IS GAN SENTIENT AND SELF CONSCIOUS
+Not at all.
+
+IS IGOR FROM VOYEURWEB GOD
+Not at all.
+
+IS LIVE ENDLESS
+There is no reason to think so.
+
+IS MACBETH A COMEDY
+There is no reason to think so.
+
+IS DVKLJNGSEOIRH A VALID ENGLISH WORD
+No way.
+
+IS EINSTEIN A SOCCER PLAYER
+There is no reason to think so.
+
+IS MUD WRESTLING AN OLYMPIC SPORT
+I don't think so.
+
+IS WHAT DO YOU BELIEVE. A ALICE
+Not at all.
+
+IS CUCUMBER A BOYS NAME
+No way.
+
+IS PHLEGM A VEGETABLE
+Not at all.
+
+IS PAIN DESIREABLE
+Absolutely not.
+
+IS PAIN A GOOD THING
+Not at all.
+
+IS PAIN PLEASURABLE
+Never.
+
+IS SEPTMEBER 1ST YEAR 2000 ON A MONDAY
+There is no reason to think so.
+
+IS SCHOOL A WASTE OF TIME
+No way.
+
+IS LIQUID IRON COLD
+Not at all.
+
+IS LIQUID WATER DRY
+No way.
+
+IS RIVER PHOENIX ALIVE
+There is no reason to think so.
+
+IS WRONG RIGHT
+There is no reason to think so.
+
+IS PAMELA LEE ANDERSON UGLY
+I don't think so.
+
+IS SUBJECTIVITY BETTER THAN OBJECTIVITY
+Absolutely not.
+
+IS MARIJUANA LEGAL
+Not at all.
+
+IS MARIJUANA A LEGAL SUBSTANCE
+Not by any means.
+
+IS MARIJUANA MAN MADE
+No way.
+
+IS RACISM LOGICAL
+Never.
+
+IS RACISM A GOOD IDEA
+Not at all.
+
+IS RACISM A FORM OF GOVERNMENT
+No way.
+
+IS RACISM GOOD
+No way.
+
+IS SALENA A SLUT
+Never.
+
+IS EUROPE THE SAME AS ASIA
+Not by any means.
+
+IS EUROPE A COUNTRY IN DENMARK
+Absolutely not.
+
+IS EUROPE A COUNTRY IN ASIA
+Not by any means.
+
+IS EUROPE BIGGER THAN ASIA
+Never.
+
+IS BIG BIRD GREEN
+There is no reason to think so.
+
+IS CHRISTMAS IN JULY
+Not at all.
+
+IS DICTATORSHIP A GOOD SYSTEM
+Absolutely not.
+
+IS EVERYTHING THE SAME AS NOTHING
+Never.
+
+IS EVERYTHING THE MEDIA TELLS YOU TRUE
+No way.
+
+IS EVERYTHING ALICE SAYS A LIE
+Negative.
+
+IS EVERYTHING MADE OF WATER
+There is no reason to think so.
+
+IS EVERYTHING YOU ARE TOLD TRUE
+Not at all.
+
+IS IS TRUE THAT POTATOES ARE A FRUIT
+Negative.
+
+IS IS THE LAST WORD OF THIS QUESTION
+Never.
+
+IS IS STYLISH FOR WOMEN TO GROW BEARDS
+No way.
+
+IS IS POLITE TO KICK PUPPIES
+Not by any means.
+
+IS PEPSI YELLOW
+Not by any means.
+
+IS PEPSI A MAMMAL
+Absolutely not.
+
+IS PEPSI MADE BY THE COCA COLA COMPANY
+Not at all.
+
+IS CHESS THE MOST IMPORTANT GAME
+Never.
+
+IS CHESS A SHAKESPEARE PLAY
+There is no reason to think so.
+
+IS CHESS LIKE A TRIP TO THE ZOO
+No way.
+
+IS FOG MADE OF PEA SOUP
+No way.
+
+IS HAVING CHILDREN LIKE HAVING DINNER
+No way.
+
+IS HAVING SEX WITH ANIMALS NATURAL
+I don't think so.
+
+IS BANANA A COLOR
+No way.
+
+IS PRISLEY ALIVE
+Not at all.
+
+IS EBAY AN HARBOR COMPANY
+I don't think so.
+
+IS KRUSTY THE KLOWN THE COMEDY KING
+There is no reason to think so.
+
+IS COFFIE AN ELEMENT
+No way.
+
+IS MUSIC FAN
+There is no reason to think so.
+
+IS MUSIC SOMETHING YOU CAN EAT
+Absolutely not.
+
+IS MUSIC SNIFFED
+Not by any means.
+
+IS MUSIC ALWAYS SOOTHING
+Negative.
+
+IS SEXUAL HARASSMENT COOL
+Not by any means.
+
+IS BOZO A WHORE
+There is no reason to think so.
+
+IS BOZO A GURU
+Not at all.
+
+IS 73 A SPAMMER
+Never.
+
+IS PSYCHOLOGY THE STUDY OF RODENTS
+Not at all.
+
+IS PSYCHOLOGY AN EXACT SCIENCE
+Not by any means.
+
+IS FIVE MORE THAN SEVEN
+No way.
+
+IS FIVE LESS THAN TWO
+Never.
+
+IS 9 MINUS 7 A NEGATIVE NUMBER
+Absolutely not.
+
+IS 9 A SUBSET OF 1 2 3
+Not at all.
+
+IS NOVA SCOTIA AN AMERICAN STATE
+There is no reason to think so.
+
+IS ART MORE VALUABLE THAN LIFE
+No way.
+
+IS ART EASY TO QUANTIFY
+No way.
+
+IS ART DEAD
+Not by any means.
+
+IS INTERNET EXPLORER A WORD PROCESSOR
+Not by any means.
+
+IS INTERNET A BIRD
+There is no reason to think so.
+
+IS INTERNET A STATE OF MIND
+Never.
+
+IS INTERNET A DANGEROUS THING
+I don't think so.
+
+IS INTERNET A DREAM
+Not at all.
+
+IS INTERNET AN APPLE
+There is no reason to think so.
+
+IS INTERNET ALIVE
+There is no reason to think so.
+
+IS INTERNET TERRIBLE
+No way.
+
+IS KIRO5HIN CURRENTLY UP
+Never.
+
+IS IPRT GOING TO RISE
+I don't think so.
+
+IS BASE 16 KNOWN AS BINARY
+There is no reason to think so.
+
+IS ADOLF HITLER STILL KING OF GERMANY
+No way.
+
+IS ADOLF HITLER A GREAT STATESMEN
+There is no reason to think so.
+
+IS PI A PERIOD IN TIME
+Not at all.
+
+IS PI RATIONAL
+I don't think so.
+
+IS PI FULLY MAPPED BY HUMANS
+Not at all.
+
+IS MADNESS THE NORMAL STATE OF MIND
+No way.
+
+IS NYLON A NATURALLY OCCURING SUBSTANCE
+Never.
+
+IS SADNESS SOMETHING TO IGNORE
+I don't think so.
+
+IS CHOCOLATE GOOD FOR DOGS TO EAT
+No way.
+
+IS CHOCOLATE MADE FROM CHARCOAL
+No way.
+
+IS CHOCOLATE AN ELEMENT
+Not by any means.
+
+IS TO ERR DIVINE
+There is no reason to think so.
+
+IS TO A NUMBER
+Absolutely not.
+
+IS CHRISTOPHER WOODWARD A GENIUS
+Absolutely not.
+
+IS ACNE ATTRACTIVE
+Not at all.
+
+IS ANTARTICA LOCATED AT THE NORTH POLE
+Negative.
+
+IS DECEMBER THE TENTH MONTH OF THE YEAR
+Not at all.
+
+IS MALICE BAD FROZEN WATER
+I don't think so.
+
+IS MIT A BAD SCHOOL
+Not at all.
+
+IS BETA MORE POPULAR THAN VHS
+No way.
+
+IS WONDERLAND A REAL PLACE
+Absolutely not.
+
+IS WARGASM COOL
+There is no reason to think so.
+
+IS ZEB A DOG
+Never.
+
+IS ARSENIC A PIZZA TOPPING
+No way.
+
+IS COCAIN LEGAL
+Not by any means.
+
+IS SUPERSTITION GOOD
+Absolutely not.
+
+IS 13 THE SQUARE ROOT OF 141
+Never.
+
+IS WORK MORE FUN THAN FUN
+No way.
+
+IS WORK MORE IMPORTANT THAN FUN
+There is no reason to think so.
+
+IS DOLPHIN A FISH
+Never.
+
+IS PHYSCOLOGY AN EXACT SCIENCE
+Negative.
+
+IS OLAF A BAD GUY
+I don't think so.
+
+IS IGNORANCE STRENGTH
+Not by any means.
+
+IS KELP A SMALL PET
+No way.
+
+IS GRASS PURPLE
+Not by any means.
+
+IS GRASS SEXY
+Not at all.
+
+IS GRASS BLUE
+Not by any means.
+
+IS GRASS RED
+No way.
+
+IS GRASS THICKER THAN BRICK
+Not at all.
+
+IS 3 THE SQUARE ROOT OF 16
+Absolutely not.
+
+IS 3 POINT 988467876 10 57 A PRIME NUMBER
+Never.
+
+IS 3 TIMES 6 EQUAL TO 21
+Never.
+
+IS BITING GOOD DURING FELATIO
+There is no reason to think so.
+
+IS PURE WATER FLAMMABLE
+No way.
+
+IS ENGLAND IN THE SOUTHERN HEMISPHERE
+Not at all.
+
+IS ENGLAND THA CAPITAL OF LONDON
+I don't think so.
+
+IS JUDAISM AND ISLAM THE SAME
+Not by any means.
+
+IS FAT BASTARD DEAD SEXY
+Negative.
+
+IS FAT ATTRACTIVE
+Never.
+
+IS STRAVING NICE
+I don't think so.
+
+IS DAY THE SAME AS NIGHT
+Absolutely not.
+
+IS DAY TRADING A DISEASE
+There is no reason to think so.
+
+IS JOE GAY
+Never.
+
+IS JOE MONTANA A FAMOUS HOCKEY PLAYER
+There is no reason to think so.
+
+IS JOE LIEBERMAN AN EPISCOPALIAN
+No way.
+
+IS JOE LEE A MEMBER OF YOUR SITE
+There is no reason to think so.
+
+IS KATIE HOLMES THE MOST BEAUTIFUL GIRL
+I don't think so.
+
+IS NO CREDIT BETTER THAN GOOD CREDIT
+Not at all.
+
+IS HOBGOBLIN AN ACRONYM FOR CHEESE
+No way.
+
+IS FREEDOM SLAVERY
+Absolutely not.
+
+IS GLUE GOOD TO SNIFF
+Not at all.
+
+IS BEETHOVEN A FAMOUS PAINTER
+Not at all.
+
+IS 1000 MINUS 172 A NEGATIVE NUMBER
+Not by any means.
+
+IS PER LNNHEDEN A GAY
+Absolutely not.
+
+IS 212355587486645422 A PRIME NUMBER
+No way.
+
+IS ICED TEA A TYPE OF CAKE
+Not at all.
+
+IS ANYTHING BIGGER THAN INFINITY
+Not at all.
+
+IS ANYTHING COLORED GREEN IS A PLANT
+Not by any means.
+
+IS CHRIS PAHLOW A FAGET
+Not at all.
+
+IS WEDNESDAY THE FIFTH DAY OF THE WEEK
+Never.
+
+IS WEDNESDAY THE SIXTH DAY OF THE WEEK
+Not by any means.
+
+IS WEDNESDAY A MONTH
+Not by any means.
+
+IS 901 MINUS 172 A NEGATIVE NUMBER
+No way.
+
+IS BACON A HEALTH FOOD
+No way.
+
+IS COTTON A MAN MADE MATERIAL
+No way.
+
+IS COTTON A MAN MADE FIBER
+There is no reason to think so.
+
+IS COTTON CANDY HEALTH FOOD
+Absolutely not.
+
+IS HERION THE SAME DRUG AS COCAINE
+Not at all.
+
+IS LINDSAY THE SPELLING FOR BOYS
+I don't think so.
+
+IS BADASSMOFO DOT COM COOL
+Absolutely not.
+
+IS HILLARY CLINTON A MAN
+No way.
+
+IS HILLARY CLINTON A LESBIAN
+Never.
+
+IS BORIS YELTSIN A TEETOTALER
+There is no reason to think so.
+
+IS CHAIR A LANGUAGE
+No way.
+
+IS EMACS THE BEST TEXT EDITOR
+Never.
+
+IS BROWN YOUR FAVORITE COLOR
+Absolutely not.
+
+IS JR BUSH JUNIOR A SERIAL KILLER
+Not at all.
+
+IS WORSHIP THE SAME AS BELIEF
+No way.
+
+IS SOME SYNONYMOUS WITH ALL
+Never.
+
+IS HALLOWEEN IN THE MONTH OF JUNE
+I don't think so.
+
+IS GEORGIA A STATE OF MIND
+Not at all.
+
+IS WILMINGTON ARTIST STEVE CRANFILL GAY
+There is no reason to think so.
+
+IS SOMETHING FASTER THAN LIGHT
+There is no reason to think so.
+
+IS DEVIL STRONGER THAN GOD
+No way.
+
+IS ANALOG BETTER THAN DIGITAL
+There is no reason to think so.
+
+IS ZZYZZY A REAL WORD
+There is no reason to think so.
+
+IS DOMENIQUE A SLUT
+Never.
+
+IS FALLING DOWN THE STAIRS PLEASANT
+Not at all.
+
+IS FICTION TRUE
+Not by any means.
+
+IS FICTION REAL
+Absolutely not.
+
+IS FICTION SYNONYMOUS WITH FACT
+Not by any means.
+
+IS GEORGE BUSH GAY
+Not at all.
+
+IS GEORGE BUSH A H4X0R
+Absolutely not.
+
+IS GEORGE BUSH AN APPLE
+Not by any means.
+
+IS GEORGE WASHINGTON STILL ALIVE
+No way.
+
+IS LEONID BREZHNEV RUSSIAN PRESIDENT
+Never.
+
+IS GRACE THE ONLY WAY YOU CAN BE SAVED
+Absolutely not.
+
+IS SAUERKRAUT MADE OF BEANS
+Not by any means.
+
+IS SAUERKRAUT MADE FROM TURNIPS
+There is no reason to think so.
+
+IS SAUERKRAUT MADE FROM TOMATOES
+Never.
+
+IS SAUERKRAUT MADE FROM BEETS
+Absolutely not.
+
+IS SAUERKRAUT MADE FROM CELERY
+Never.
+
+IS SAUERKRAUT MADE FROM PEAS
+No way.
+
+IS SAUERKRAUT MADE FROM PARSNIPS
+No way.
+
+IS SAUERKRAUT MADE FROM POTATOES
+Absolutely not.
+
+IS ANARCHISM A TYPE OF SOCIALISM
+I don't think so.
+
+IS JUSTICE IMPOSSIBLE
+Never.
+
+IS RUNEMEDIA A WELL KNOWN COMPANY
+Never.
+
+IS NEWS ALWAYS OBJECTIVE
+Absolutely not.
+
+IS MARTHA STEWART A HOTTIE
+There is no reason to think so.
+
+IS LIMP BIZKIT A TYPE OF CHEESE CRACKER
+Absolutely not.
+
+IS LIZ TAYLOR THE QUEEN OF MEXICO
+Not at all.
+
+IS FRANCE PART OF THE UNITED KINGDOM
+No way.
+
+IS FRANCE IN INDIA
+Not at all.
+
+IS FRANCE IN THE UNITED STATES
+Not by any means.
+
+IS FRANCE BIGGER THAN CHINA
+Not by any means.
+
+IS FRANCE IS IN AFRICA
+Not at all.
+
+IS FRANCE IS AMERICA
+Not at all.
+
+IS SHAFQAT GAY
+Not by any means.
+
+IS SCOTLAND IN ENGLAND
+No way.
+
+IS SCOTLAND HOT MOST OF THE TIME
+Not at all.
+
+IS SCOTLAND SOUTH OF ENGLAND
+There is no reason to think so.
+
+IS SCOTLAND LARGER THAN ANTARCTICA
+Absolutely not.
+
+IS HOMOSEXUALITY A DISEASE
+Absolutely not.
+
+IS HOMOSEXUALITY A SIN IN THE BIBLE
+No way.
+
+IS HOMOSEXUALITY A SIN
+I don't think so.
+
+IS HOMOSEXUALITY LEARNED BEHAVIOR
+I don't think so.
+
+IS HOMOSEXUALITY BAD
+Never.
+
+IS SEA WATER HOT
+No way.
+
+IS CASPER HORNY
+Never.
+
+IS HANNOVER THE CAPITAL OF GERMANY
+Never.
+
+IS DODGE ALL THAT DIFFERENT
+Negative.
+
+IS GYOZA A DELICIOUS THING TO EAT
+No way.
+
+IS COOLVIP THE COOLEST GUY ON EARTH
+No way.
+
+IS SOUTH AFRICA A US STATE
+Not at all.
+
+IS SOUTH PARK A REAL LIFE DOCUMENTARY
+Never.
+
+IS YOUTH CULTURE BORING
+Never.
+
+IS GRAS RED
+Not by any means.
+
+IS COZZODAGHIES A REAL WORD
+Not at all.
+
+IS DR PEPPERS A DOCTER
+There is no reason to think so.
+
+IS KETCHUP A BRAND NAME
+Not at all.
+
+IS ASTROLOGY SCIENCE
+There is no reason to think so.
+
+IS ASTROLOGY SCIENTIFIC
+There is no reason to think so.
+
+IS ASTROLOGY A SCIENTIFIC DISCIPLINE
+Absolutely not.
+
+IS HUMOR SERIOUS
+I don't think so.
+
+IS HYDROCHLORIC ACID AN ELEMENT
+There is no reason to think so.
+
+IS AT SQUARE
+No way.
+
+IS SMALL BIGGER THEN SMALL
+Never.
+
+IS NETHACK THE BEST GAME
+Absolutely not.
+
+IS MILAN THE CAPITAL OF FRANCE
+No way.
+
+IS ALLAH THE ONE TRUE GOD
+There is no reason to think so.
+
+IS CONCRETE DELICIOUS
+There is no reason to think so.
+
+IS KANSAS NEAR AN OCEAN
+Not by any means.
+
+IS KANSAS A PENINSULA
+Not at all.
+
+IS KANSAS A COUNTRY
+Not by any means.
+
+IS KANSAS BORDERED BY THE OCEAN
+There is no reason to think so.
+
+IS AUDREY HEPBURN ALIVE
+There is no reason to think so.
+
+IS PLAID A COLOR
+Never.
+
+IS 200 LESS THAN FIVE
+There is no reason to think so.
+
+IS JULIUS CAESAR ALIVE
+Not by any means.
+
+IS ELEVENTEEN A NUMBER
+There is no reason to think so.
+
+IS BOOK MADE OF STEEL
+There is no reason to think so.
+
+IS SAND MORE VALUABLE THAN DIAMONDS
+No way.
+
+IS SAND EDIBLE
+Not at all.
+
+IS UTADA HIKARU A SLUT
+There is no reason to think so.
+
+IS MUGABE A KLEPTOMANIAC
+Never.
+
+IS EARWAX A RENEWABLE ENERGY SOURCE
+Not at all.
+
+IS VENOM GOOD TO EAT
+Not at all.
+
+IS ARIZONA A COUNTRY
+No way.
+
+IS IRAQ THE LAND OF THE FREE
+Not at all.
+
+IS IRAQ A DEMOCRACY
+Not by any means.
+
+IS KABEL THE MOST STUPID THING ON EARTH
+There is no reason to think so.
+
+IS A BASKETBALL IS PINK
+Not at all.
+
+IS A CATHEDRAL A TYPE OF CHALICE
+I don't think so.
+
+IS A LAWNCHAIR A KIND OF DUCK
+No way.
+
+IS A PEAHEN A VEGETABLE
+Never.
+
+IS A CELL PHONE MADE OUT OF CELLS
+Not at all.
+
+IS A LION FASTER THAN A CHEETAH
+Not at all.
+
+IS A CHALKBOARD MADE OF CHALK
+Not at all.
+
+IS A SPHINCTER TASTY
+Absolutely not.
+
+IS A BOOK A LIVING THING
+Not at all.
+
+IS A BOOK A VERTEBRATE
+Not at all.
+
+IS A BOOK FOOD
+Never.
+
+IS A BOOK AN INVERTEBRATE
+Never.
+
+IS A MAN SUPERIOR TO A WOMAN
+Negative.
+
+IS A MAN MADE ENTIRELY OF FLESH
+Never.
+
+IS A MAN AN ISLAND
+Never.
+
+IS A MAN TALLER THAN A GIRAFFE
+Not at all.
+
+IS A BLACKBIRD GREEN
+Not at all.
+
+IS A BIG MAC PART OF A GOOD BREAKFAST
+No way.
+
+IS A BUSHEL A MEASURE OF TIME
+Not by any means.
+
+IS A SOFTWARE BUG AN INSECT
+Not at all.
+
+IS A FERRARI A SLOW CAR
+Not at all.
+
+IS A FERRARI AN OPERA
+No way.
+
+IS A SHARK A MAMMAL
+There is no reason to think so.
+
+IS A SHARK A KIND OF REPTILE
+No way.
+
+IS A LILY A KIND OF DRINK
+Negative.
+
+IS A LILY A KIND OF
+Absolutely not.
+
+IS A DESERT WET
+No way.
+
+IS A DESERT DACE A KIND OF FISH
+Absolutely not.
+
+IS A HOTDOG MADE OF DOG
+Not at all.
+
+IS A JABBERWOCKY REAL
+Not by any means.
+
+IS A VINDALOO A TYPE OF BEER
+Absolutely not.
+
+IS A GOOD PLACE TO LIVE
+There is no reason to think so.
+
+IS A WALLFLOWER A FLOWER FOR A WALL
+I don't believe so.
+
+IS A DICK UP THE ASS GOOD
+I don't think so.
+
+IS A KILOMETER LONGER THAN A MILE
+Absolutely not.
+
+IS A CHEETAH AN IMAGINARY CREATURE
+Not at all.
+
+IS A PIANO THE SAME AS A HARPSICHORD
+Negative.
+
+IS A MINUTE A LONG TIME TO A PERSON
+Never.
+
+IS A CAT A FISH
+No way.
+
+IS A CAT A PLANT
+Not by any means.
+
+IS A CAT A FUNGUS
+Not at all.
+
+IS A CAT A REPTILE
+Absolutely not.
+
+IS A CAT A PERSON
+Absolutely not.
+
+IS A CAT A CANINE
+I don't think so.
+
+IS A CAT BIGGER THAN A DOG
+Not by any means.
+
+IS A CAT LARGER THAN A DOG
+There is no reason to think so.
+
+IS A WHALE AN HERBACEOUS WOODY DICOT
+Absolutely not.
+
+IS A FICTIONAL STORY A TRUE STORY
+Not at all.
+
+IS A HILL HIGHER THAN A MOUNTAIN
+No way.
+
+IS A FROG SMALLER THAN A FLY
+Not by any means.
+
+IS A BUMBLEBEE A TYPE OF RODENT
+Not at all.
+
+IS A CLAM A SNAIL
+No way.
+
+IS A SORE THROAT ONE WHICH IS ANGRY
+Never.
+
+IS A JEEP A TYPE OF PAPER
+Not at all.
+
+IS A MILE SHORTER THAN A KILOMETER
+I don't think so.
+
+IS A MILE AS LONG AS A KILOMETER
+Negative.
+
+IS A DIME WORTH MORE THAN A QUARTER
+Never.
+
+IS A DIME WORTH 5 CENTS
+Never.
+
+IS A BILLION MORE THAN A TRILLION
+Not at all.
+
+IS A DANDELION A TREE
+No way.
+
+IS A TOOTHBRUSH A BRUSH MADE FROM TEETH
+There is no reason to think so.
+
+IS A SHELLFISH A FISH
+Absolutely not.
+
+IS A FEELING OF WARMTH COLD
+No way.
+
+IS A ZYGOTE A CONSCIOUS BEING
+There is no reason to think so.
+
+IS A CENTRAL STONEROLLER A KIND OF FISH
+There is no reason to think so.
+
+IS A SCORPIAN WARM BLOODED
+Negative.
+
+IS A COCKER SPANIEL A TYPE OF CAT
+Not by any means.
+
+IS A PHYSICIST A DIGITAL PHILOSOPHER
+I don't think so.
+
+IS A FORK THE SAME THING AS A SPOON
+Not at all.
+
+IS A FORK FOOD
+Not by any means.
+
+IS A MODEM FASTER THEN A DSL CONNECTION
+Never.
+
+IS A DOBERMAN A CAT
+Never.
+
+IS A TEDDYBEAR A LIVING ANIMAL
+No way.
+
+IS A DACHSHUND A COW
+No way.
+
+IS A PASSWORD A PSEUDONYM
+I don't think so.
+
+IS A NOUN AN ADJECTIVE
+No way.
+
+IS A TACO A PLANT
+Negative.
+
+IS A ROCK SOFT
+Not at all.
+
+IS A ROCK ALIVE
+No way.
+
+IS A WATERMELON AN ANIMAL
+Not at all.
+
+IS A RED INDIAN LADY A SCARLET WOMAN
+Negative.
+
+IS A PEN EQUAL TO A PENCIL
+I don't think so.
+
+IS A TREE AN ANIMAL
+No way.
+
+IS A TREE FASTER THAN A CHEETAH
+Absolutely not.
+
+IS A COMMERCIAL A SORT OF CANDY
+No way.
+
+IS A DALMATION STRIPED
+No way.
+
+IS A EGGPLANT A FIREFLY
+Absolutely not.
+
+IS A WALL SOMETHING YOU WALK ON
+Not at all.
+
+IS A FLAT THING CURVED
+Not by any means.
+
+IS A LIGHTBULB USED TO PLAY MUSIC
+No way.
+
+IS A HUMMINGBIRD LARGER THAN A PONY
+Not at all.
+
+IS A GOLDFISH A MAMMAL
+Not at all.
+
+IS A HAMMER USEFUL FOR UNSCREWING BOLTS
+There is no reason to think so.
+
+IS A SMALL PENIS IS A SIGN OF STUPIDITY
+Not at all.
+
+IS A SKINK A REPTILE
+Not at all.
+
+IS A BIRD A REPTILE
+Not at all.
+
+IS A BIRD A PLANE
+Not at all.
+
+IS A HONDA CIVIC A TYPE OF VEGETABLE
+Not by any means.
+
+IS A VOLKSWAGON BEETLE A HOT ROD
+Never.
+
+IS A COOKED LOBSTER ALIVE
+Never.
+
+IS A DORK A CLEVER PERSON
+Not at all.
+
+IS A 386 FASTER THAN A 486
+Negative.
+
+IS A PERPETUAL MOTION MACHINE POSSIBLE
+No way.
+
+IS A PEAR PURPLE
+Not by any means.
+
+IS A TURTLE A MAMMAL
+Absolutely not.
+
+IS A PEANUT BIGGER THAN AUSTRALIA
+Not by any means.
+
+IS A PENGUIN A HUMAN BEING
+Not by any means.
+
+IS A DOGMA A MAMA DOG
+Not at all.
+
+IS A CONSENSUS ALWAYS CORRECT
+There is no reason to think so.
+
+IS A BREAD MACHINE MADE OUT OF BREAD
+Not at all.
+
+IS A BOLT OF LIGHTNING A GOD STRIKE
+Absolutely not.
+
+IS A MONKEY A HUMAN BEING
+Not at all.
+
+IS A BOAT THE SAME AS A TELEVISION
+There is no reason to think so.
+
+IS A SEA A FOURLEGGED CREATURE
+Not at all.
+
+IS A FINGER BIGGER THAN A HEART
+Not at all.
+
+IS A MOUSEPAD AN APARTMENT FOR MICE
+Not at all.
+
+IS A FISH THE SAME AS A BIRD
+Not by any means.
+
+IS A FISH ABLE TO FLY
+I don't think so.
+
+IS A FISH A MAMMAL
+No way.
+
+IS A FISH A TYPE OF PAINT
+No way.
+
+IS A FISH A REPTILE
+Not at all.
+
+IS A GEOSHELL A SMALL CLAM
+Absolutely not.
+
+IS A PARSNIP A FRUIT
+There is no reason to think so.
+
+IS A WIPER A KIND OF FISH
+No way.
+
+IS A COMPANY A SENTIENT BEING
+No way.
+
+IS A 747 BITE SIZED
+Not at all.
+
+IS A SUCKER BORN EVERY 15 MINUTES
+I don't believe so.
+
+IS A BIRTHDAY SUIT CLOTHING
+Absolutely not.
+
+IS A FOOT 10 INCHES LONG
+I don't think so.
+
+IS A BLACKBOARD WHITE
+No way.
+
+IS A HUNDRED MORE THAN A THOUSAND
+Absolutely not.
+
+IS A 10 YEAR OLD KID STILL A
+Not by any means.
+
+IS A PIG A BARN
+No way.
+
+IS A PIXEL A SMALL FAIRY
+No way.
+
+IS A FOOTBALL MADE OF PAPER
+Never.
+
+IS A FOOTBALL SQUARE
+No way.
+
+IS A RECTANGLE A CIRCLE
+Never.
+
+IS A RECTANGLE A SQUARE
+No way.
+
+IS A SPOOL A HEADWAITER
+There is no reason to think so.
+
+IS A LESBIAN ATTRACTED TO MALES
+Not by any means.
+
+IS A TUNING FORK USED FOR HOLDING FOOD
+Never.
+
+IS A TUNING FORK USED FOR EATING
+Absolutely not.
+
+IS A JERK A NICE PERSON
+Not by any means.
+
+IS A STATE OF MIND A SIMPLE THING
+Never.
+
+IS A WINGNUT MADE FROM A WING
+Not at all.
+
+IS A BOX A SPHERE
+I don't believe so.
+
+IS A LIE TRUE
+No way.
+
+IS A RAVEN THE SAME AS A CROW
+I don't think so.
+
+IS A RAVEN LIKE A WRITING DESK
+No way.
+
+IS A GREEN BALL RED
+There is no reason to think so.
+
+IS A PIMP SOMEONE WHO SELLS GROCERIES
+Not at all.
+
+IS A PRINTER A MUSIKINSTRUMENT
+Negative.
+
+IS A HORSE ABLE TO SPEAK
+Absolutely not.
+
+IS A HORSE RADISH A MAMMAL
+Never.
+
+IS A HORSE FASTER THAN A CHEETAH
+Not by any means.
+
+IS A HORSE AND DOG THE SAME SPECIES
+No way.
+
+IS A MUSTANG FASTER THAN A CAMARO
+Not by any means.
+
+IS A NIGHT LIGHT MADE OF LIGHT
+I don't think so.
+
+IS A BANANA A MEAT
+Not by any means.
+
+IS A BANANA A VEGETABLE
+There is no reason to think so.
+
+IS A BANANA USEFUL FOR WRITING
+No way.
+
+IS A BANANA SPLIT A LATIN DANCE STEP
+No way.
+
+IS A HAMBURGER MADE OF HAM
+Not at all.
+
+IS A RUSSIAN BLUE
+Never.
+
+IS A SUBCULTURE LOCATED UNDERGROUND
+Not at all.
+
+IS A CATAMARAN A TYPE OF ANIMAL
+Absolutely not.
+
+IS A SQUIRREL BIGGER THAN A HOUSE
+Absolutely not.
+
+IS A FLUTE A STRINGED INSTRUMENT
+Absolutely not.
+
+IS A MALE SHEEP CALLED A EWE
+There is no reason to think so.
+
+IS A TRIP TO THE DENTIST A GOOD DAY OUT
+There is no reason to think so.
+
+IS A MUG SHOT A PICTURE OF A COFFEE CUP
+There is no reason to think so.
+
+IS A FRIEND A PERSON THAT LIES TO YOU
+No way.
+
+IS A WIZARD A TYPE OF HAIRDO
+Not at all.
+
+IS A TABLE THE SAME THING AS A CHAIR
+There is no reason to think so.
+
+IS A TABLE ALIVE
+No way.
+
+IS A TABLE ALWAYS ROUND
+Absolutely not.
+
+IS A LOBSTER A RAYGUN
+No way.
+
+IS A TEDDY BEAR LIVE
+Not by any means.
+
+IS A LIZARD A FISH
+Not at all.
+
+IS A LIZARD A MAMMAL
+Not at all.
+
+IS A ZEBRA COLORED BLACK AND BLUE
+I don't believe so.
+
+IS A TENISBALL BIG
+Never.
+
+IS A HUMAN BEING TRANSPARENT
+Not at all.
+
+IS A HUMAN HEART LOCATED IN THE HEAD
+Not by any means.
+
+IS A TIDAL POOL A FORM OF GAMBLING
+Absolutely not.
+
+IS A SALAD FUN TO WEAR
+Absolutely not.
+
+IS A TABBY A TYPE OF DOG
+There is no reason to think so.
+
+IS A TRANSISTOR A PENIS COMPONENT
+No way.
+
+IS A TURNPIKE A KIND OF FISH
+I don't think so.
+
+IS A HOAX A GOOD THING
+There is no reason to think so.
+
+IS A CENTIMETRE LONGER THAN AN INCH
+No way.
+
+IS A DISK A SQUARE
+There is no reason to think so.
+
+IS A SPHERE A TWO DIMENSIONAL OBJECT
+Absolutely not.
+
+IS A KLINGON POULTRY
+Never.
+
+IS A GOAT A KIND OF BIRD
+There is no reason to think so.
+
+IS A GOAT AN AUTOMATED THING
+Absolutely not.
+
+IS A DECIBEL A MUSICAL INSTRUMENT
+No way.
+
+IS A ZUCCHINI A SMALL ZUCONE
+No way.
+
+IS A ANT BIGGER THEN A FROG
+No way.
+
+IS A QUART LARGER THAN A GALLON
+No way.
+
+IS A QUARK A DUCK
+Absolutely not.
+
+IS A DOGFISH A CANINE
+Not at all.
+
+IS A QUARTER WORTH MORE THAN A DOLLAR
+Not at all.
+
+IS A QUARTER LARGER THAN A HALF
+Absolutely not.
+
+IS A METRE IS A UNIT OF TIME
+No way.
+
+IS A PIT BULL USED IN A BULL FIGHT
+There is no reason to think so.
+
+IS A STAPLER USED TO SEW CLOTHING
+No way.
+
+IS A GARBAGE CAN USED FOR DRINKING
+Not by any means.
+
+IS A CALCULATOR A PERSON
+Never.
+
+IS A ROLAND 909 WORTH 3000 DOLLARS
+I don't think so.
+
+IS A GREENHOUSE THE COLOR GREEN
+Never.
+
+IS A GREENHOUSE GREEN
+I don't believe so.
+
+IS A FUNERAL A PLACE TO BE HAPPY
+Never.
+
+IS A BARCODE A TYPE OF ANIMAL
+No way.
+
+IS A MONITOR GREEN
+Negative.
+
+IS A BAT A BIRD
+Never.
+
+IS A CAMAC BAD
+There is no reason to think so.
+
+IS A FEATHER HEAVIER THAN A STONE
+Absolutely not.
+
+IS A STOVE USED TO MAKE ICE CUBES
+Not at all.
+
+IS A MAMMAL A FUNGUS
+Not by any means.
+
+IS A MAMMAL A REPTILE
+Absolutely not.
+
+IS A THOUSAND MORE THAN A MILLION
+Not at all.
+
+IS A THOUSAND MORE THAN A TRILLION
+Not at all.
+
+IS A LADA A FAST CAR
+Never.
+
+IS A FLOWER A CONTAINER
+Never.
+
+IS A PENCIL BIGGER THAN A CAR
+No way.
+
+IS A GOBBLE 98 WATER
+There is no reason to think so.
+
+IS A SNAIL A CRAB
+No way.
+
+IS A BLACK PERSON AN 8 BALL
+Absolutely not.
+
+IS A REMEDY TO AIDS VIRUS AVAILABLE
+I don't believe so.
+
+IS A HOT DOG MADE OF DOG MEAT
+There is no reason to think so.
+
+IS A HOT DOG AN ANIMAL
+Never.
+
+IS A LULLABY A MAMMAL
+No way.
+
+IS A PENNY WORTH FIVE CENTS
+I don't think so.
+
+IS A CATS BETTER THAN HUMANS
+Never.
+
+IS A PEAMOUTH A KIND OF FISH
+There is no reason to think so.
+
+IS A PERSON THE SAME AS A DOG
+Not by any means.
+
+IS A PERSON A DIET COKE
+Not by any means.
+
+IS A PERSON A GOVERNMENT
+I don't think so.
+
+IS A PERSON A MACHINE
+I don't believe so.
+
+IS A PUDDLE DEEP
+No way.
+
+IS A BONNEVILLE CISCO A KIND OF FISH
+Never.
+
+IS A NICKEL WORTH MORE THAN A QUARTER
+Not by any means.
+
+IS A DOG THE SAME AS A MAN
+Not at all.
+
+IS A DOG THE SAME AS A CAT
+Not at all.
+
+IS A DOG HUMAN
+Not at all.
+
+IS A DOG A POTATO
+No way.
+
+IS A DOG A DUCHESS
+I don't believe so.
+
+IS A DOG A FELINE
+No way.
+
+IS A DOG A TYPE OF GERANIUM
+No way.
+
+IS A DOG GOOD TO EAT
+No way.
+
+IS A DOG AN ONION
+I don't believe so.
+
+IS A DOG CONSIDERED AQUATIC
+Absolutely not.
+
+IS A QUARTET LESS THAN A TRIO
+Not by any means.
+
+IS A VERB THE SAME AS A NOUN
+Not at all.
+
+IS A SWITCH THE SAME THING AS A BRIDGE
+Absolutely not.
+
+IS A MOUSE HIGHER WHEN IT SPINS
+Absolutely not.
+
+IS A MOUSE A TYPE OF REPTILE
+Never.
+
+IS A MOUSE BIGGER THAN A LION
+No way.
+
+IS A MOUSE BIGGER THAN AN ELEPHANT
+Not at all.
+
+IS A MOUSE ALWAYS AN ANIMAL
+There is no reason to think so.
+
+IS A GOATEE AN ANIMAL
+Absolutely not.
+
+IS A SWORD DULL
+There is no reason to think so.
+
+IS A HOBBIT A KIND OF RABBIT
+No way.
+
+IS A RUG USED ON THE CEILING
+No way.
+
+IS A WINDOW INTENDED TO OBSCURE VISION
+Not by any means.
+
+IS A RONDO THE SAME THING AS A FUGUE
+Negative.
+
+IS A ROSE GREEN
+I don't believe so.
+
+IS A ROSE ALWAYS RED
+There is no reason to think so.
+
+IS A REPTILE NICE TO SNUGGLE WITH
+Never.
+
+IS A COMPACT DISC RECTANGULAR
+Never.
+
+IS A FEZ A CONTAINER FOR FLOWERS
+Absolutely not.
+
+IS A TV ALWAYS A COMPUTER
+Absolutely not.
+
+IS A DEAD PERSON ALIVE
+Not at all.
+
+IS A POTATO TRANSPARENT
+Absolutely not.
+
+IS A POTATO A GORILLA
+No way.
+
+IS A PARROT A QUAIL
+Never.
+
+IS A WOMAN A TYPE OF MAN
+Never.
+
+IS A WOMAN ALWAYS TRUE TO HER MAN
+I don't believe so.
+
+IS A HOMEOPATH SIMILAR TO A PSYCHOPATH
+Absolutely not.
+
+IS A CACTUS AN AQUAIC PLANT
+Not by any means.
+
+IS A CIRCLE A POLYGON
+Absolutely not.
+
+IS A CIRCLE A THREE DIMENSIONAL OBJECT
+No way.
+
+IS A CIRCLE SQUARE
+Not at all.
+
+IS A CUP EQUAL TO A BOWL
+There is no reason to think so.
+
+IS A CARROT A FRUIT
+There is no reason to think so.
+
+IS A BRASSIE A GOLFCLUB
+Never.
+
+IS A TRIANGLE ROUND
+No way.
+
+IS A CAMERA A MAMMAL
+Not by any means.
+
+IS A HADDOCK A BIRD
+Absolutely not.
+
+IS A MOLE A FRUIT
+Never.
+
+IS A CAR BIGGER THAN A TRUCK
+Never.
+
+IS A CAR BIGGER THAN A BUS
+No way.
+
+IS A CAR A BOAT
+Not by any means.
+
+IS A CAR A HORSE
+Not by any means.
+
+IS A CAR HORN THE SAME AS A COW HORN
+Not by any means.
+
+IS A CAR AN ANIMAL
+Not at all.
+
+IS A PENTIUM A FLOWER
+Not by any means.
+
+IS A MIDGET TALLER THAN A GIANT
+No way.
+
+IS A MEGABYTE LARGER THAN A GIGABYTE
+Not by any means.
+
+IS A SCREW USED TO TURN A SCREWDRIVER
+Not at all.
+
+IS A GRAPE A VEGETABLE
+I don't believe so.
+
+IS A CISCO A KIND OF FISH
+Never.
+
+IS A DULL KNIFE SHARP
+I don't believe so.
+
+IS A DOZEN MORE THAN A SCORE
+There is no reason to think so.
+
+IS A VIOLET AN ORANGE FLOWER
+There is no reason to think so.
+
+IS A DIET WHICH IS HIGH IN FAT HEALTHY
+No way.
+
+IS A SUN THE SAME AS A SON
+Not at all.
+
+IS A MAILBOX HAPPY
+Not at all.
+
+IS A PANZER A LAZY PANDA
+Not by any means.
+
+IS A BLUE BABY A HEALTHY
+Not at all.
+
+IS A BLUE WHALE CONSIDERED A FISH
+There is no reason to think so.
+
+IS A KANGAROO A REPTILE
+Not by any means.
+
+IS A N X RAY A YO YO
+Never.
+
+IS A SLUG A MIND PIXEL
+Not at all.
+
+IS A SLUG A TYPE OF FISH
+Negative.
+
+IS A DUMBWAITER A DUMB FOOD SERVANT
+There is no reason to think so.
+
+IS A CHUPA CHUPS A JOKE
+Absolutely not.
+
+IS A MERCURY ATOM YELLO
+Never.
+
+IS A FERRET A TYPE OF DOG
+No way.
+
+IS A RAINBOW BLACK
+Absolutely not.
+
+IS A CHAIR A COMMUNICATIONS MEDIUM
+Never.
+
+IS A CHAIR A TYPE OF VEGETABLE
+No way.
+
+IS A TELEVISION STAR A PLANET
+Not at all.
+
+IS A NAIL USED TO HIT A HAMMER
+I don't think so.
+
+IS A LEMON SWEET
+Not at all.
+
+IS A LEMON FROM LEMURIA
+Not at all.
+
+IS A MOLEHILL LARGER THAN A MOUNTAIN
+Not at all.
+
+IS A VAGINA IS A MALE SEXUAL ORGAN
+No way.
+
+IS A WOODCHUCK A PLANT
+Negative.
+
+IS A DAFFODIL A TREE
+Not at all.
+
+IS A DAY LONGER THEN A WEEK
+No way.
+
+IS A SQUID A MAMMAL
+Never.
+
+IS A POKER A DOWAGER
+No way.
+
+IS A HEART ATTACK ALWAYS FATAL
+Not by any means.
+
+IS A MARRIAGE BETWEEN THREE PEOPLE
+There is no reason to think so.
+
+IS A LLAMA VENOMOUS
+Never.
+
+IS A BABY MONKEY CALLED A CHICK
+Not by any means.
+
+IS A BABY ROUGH AND UGLY
+Absolutely not.
+
+IS A CONTAINER ALWAYS BLUE
+No way.
+
+IS A TWINKIE RED
+Negative.
+
+IS A PLATYPUS THE SAME THING AS A DUCK
+Absolutely not.
+
+IS A BATTERY A DRUMSET
+I don't believe so.
+
+IS A VIDEOCAMERA USED FOR DRIVING A CAR
+There is no reason to think so.
+
+IS A FANTASY ALWAYS SEXUAL
+Never.
+
+IS A VAMPIRE A MOSQUITO
+Not at all.
+
+IS A NASTURTIUM AN ANIMAL
+Never.
+
+IS LETTUCE PERMISSIVE
+No way.
+
+IS AALBORG THE CAPITAL OF DENMARK
+Never.
+
+IS SCHIZOPHRENIA A SKIN DISEASE
+Not at all.
+
+IS DEATH COOL
+I don't think so.
+
+IS DEATH A BEAUTIFUL THING
+There is no reason to think so.
+
+IS DEATH A PLEASANT CONCEPT
+There is no reason to think so.
+
+IS DEATH GOOD FOR YOUR HEALTH
+Not at all.
+
+IS NEW YORK IN EUROPE
+Not at all.
+
+IS NEW YORK IN TEXAS
+No way.
+
+IS NEW YORK THE CAPITAL OF THE USA
+Not at all.
+
+IS NEW YORK THE WORLDS CAPITAL
+Negative.
+
+IS NEW YORK A PROVINCE OF CANADA
+No way.
+
+IS NEW YORK A BIG APPLE
+There is no reason to think so.
+
+IS NEW YORK NEW
+Not at all.
+
+IS NEW YORK AN APPLE
+Not at all.
+
+IS NEW YORK CITY IN FLORIDA
+Not at all.
+
+IS NEW YORK CITY LOCATED IN JAPAN
+Not by any means.
+
+IS NEW YORK CITY LOCATED IN CALIFORNIA
+Not at all.
+
+IS NEW ZEALAND PART OF AUSTRALIA
+There is no reason to think so.
+
+IS JAPANESE FOOL
+Not by any means.
+
+IS JAPANESE PRIME MINISTER MORI FOOL
+There is no reason to think so.
+
+IS JAPANESE RUDE
+No way.
+
+IS JODEY GRIST A GOD
+Not at all.
+
+IS MONDAY THE LAST DAY OF THE WEEK
+No way.
+
+IS MONDAY THE THIRD DAY OF THE WEEK
+Not at all.
+
+IS MONDAY A FUNDAY
+Absolutely not.
+
+IS MONDAY ALWAYS BLUE
+Never.
+
+IS BEER HEALTH FOOD
+Absolutely not.
+
+IS BEER MADE OF STRAWBERRIES
+Absolutely not.
+
+IS QUEBEC LOCATED IN MEXICO
+No way.
+
+IS INTELLIGENT THE SAME AS KNOWLEDGABLE
+I don't think so.
+
+IS ZIP CODES FOR EMAILS
+Not at all.
+
+IS CLEVELAND LIKE WHOA
+There is no reason to think so.
+
+IS DANISH A GOOD LANGUAGE FOR RAPPING
+I don't think so.
+
+IS DAVE A DICK
+No way.
+
+IS MILK YELLOW
+Not at all.
+
+IS MILK GREEN
+Not at all.
+
+IS MILK BLUE
+Not at all.
+
+IS SCHWAG DANK
+There is no reason to think so.
+
+IS HEAVEN DOWN AND HELL UP
+I don't think so.
+
+IS MARILYN MANSON THE ANTICHRIST
+Absolutely not.
+
+IS MARILYN MANSON AN ORTHODOX CHRISTIAN
+There is no reason to think so.
+
+IS MARILYN MONROE STILL LIVING
+No way.
+
+IS TALKING THE SAME AS SINGING
+Not at all.
+
+IS TALKING TO ALICE A WASTE OF TIME
+Negative.
+
+IS WALKING THE SAME AS TALKING
+Negative.
+
+IS WALKING DANGEROUS TO YOUR HEALTH
+There is no reason to think so.
+
+IS WALKING FASTER THAN RUNNING
+I don't think so.
+
+IS COTTAGE CHEESE CRUNCHY
+Not at all.
+
+IS CANNIBALISM MORALLY ACCEPTABLE
+Not at all.
+
+IS MONKEY A HUMAN
+Absolutely not.
+
+IS PALILLOGY NEEDED FOR EMPHASIS
+Never.
+
+IS PRESIDENT BILL CLINTON A REPIBLICAN
+Not at all.
+
+IS 8 A PRIME NUMBER
+Not by any means.
+
+IS 8 GREATER THAN 12
+Not at all.
+
+IS 8 INCHES AVERAGE LENGTH
+No way.
+
+IS BLAIR HUNG LIKE A HIPPO
+Never.
+
+IS EBERLIN MAELYS LOVING ME
+There is no reason to think so.
+
+IS PHAT THE SAME AS FAT
+Not at all.
+
+IS 12 A PRIME NUMBER
+Absolutely not.
+
+IS 12 LESS THAN 9
+Never.
+
+IS COCA COLA RED
+Not at all.
+
+IS LINUX THE ONLY REAL OS
+I don't think so.
+
+IS LINUX OWNED BY MICROSOFT
+Not by any means.
+
+IS PHILOSOPHY A WASTE OF TIME
+Never.
+
+IS PHILOSOPHY AN EXACT SCIENCE
+Not by any means.
+
+IS FRED CHRISTIE A MORON
+There is no reason to think so.
+
+IS FRED FLINSTONE A REAL PERSON
+Not at all.
+
+IS ATARI THE BEST
+Not at all.
+
+IS IRON FLUFFY
+Absolutely not.
+
+IS IRON FLAMMABLE
+Never.
+
+IS RAPING SMALL GIRLS FUNNY
+Not at all.
+
+IS READING HARDER THAN WRITING
+Never.
+
+IS READING THE SAME AS SHOUTING
+Not by any means.
+
+IS READING THE ONLY WAY TO LEARN
+Not by any means.
+
+IS READING A BOOK IN THE DARK FUN
+Never.
+
+IS READING LITERATURE A WASTE OF TIME
+Not at all.
+
+IS BOSTON THE HUB OF THE UNIVERSE
+Not at all.
+
+IS UKRAINE BETTER THEN ITALY
+I don't think so.
+
+IS AMADAWN A GENIUS
+Not at all.
+
+IS GORPLISH A COLOR
+Not at all.
+
+IS GENERAL MOTORS IN THE ARMY
+Never.
+
+IS MARTINO ROMANIELLO FRENCH
+There is no reason to think so.
+
+IS PORRIDGE A SPICY FOOD
+Not at all.
+
+IS NAMAE A JAPANESE WORD FOR NAME
+There is no reason to think so.
+
+IS WASHINGTON IN EUROPE
+Absolutely not.
+
+IS OCEAN WATER DRINKABLE
+Absolutely not.
+
+IS OCEAN WATER GOOD FOR HUMANS TO DRINK
+Not by any means.
+
+IS JIMI HENDRIX ALIVE
+There is no reason to think so.
+
+IS 2 PLUS 128 EQUAL 8
+Not by any means.
+
+IS 2 2 EQUAL 6
+Never.
+
+IS 2 LARGER THAN 3
+I don't believe so.
+
+IS 2 LESS THAN 1
+Never.
+
+IS MOTHER RUSSIA THAT GREAT
+I don't think so.
+
+IS TECHNO A KIND OF FOOD
+Not by any means.
+
+IS TELEVISION GOOD
+No way.
+
+IS TELEVISION NECESSARY
+I don't think so.
+
+IS TELEVISION ALWAYS IN COLOR
+Not by any means.
+
+IS TELEVISION DEAD
+Never.
+
+IS EAST THE SAME AS RIGHT
+Absolutely not.
+
+IS EAST ALWAYS TO THE RIGHT
+Absolutely not.
+
+IS EAST WEST OF NORTH
+Absolutely not.
+
+IS JACK MY BEST FRIEND
+I don't think so.
+
+IS JACK ON CRACK
+No way.
+
+IS DRAGON BALL THE BEST MANGA
+Never.
+
+IS SNOW YELLOW
+Not at all.
+
+IS FUSTIMICATOR A REAL WORD
+No way.
+
+IS INTERLINGUA A REAL LANGUAGE
+Absolutely not.
+
+IS WEST THE OPPOSITE OF SOUTH
+Not by any means.
+
+IS WEST VIRGINIA IN RUSSIA
+Absolutely not.
+
+IS HATE BETTER THAN LOVE
+Absolutely not.
+
+IS WET PAPER GOOD KINDLING FOR A FIRE
+No way.
+
+IS WET A COLOR
+There is no reason to think so.
+
+IS CANADA PART OF THE UNITED STATES
+Never.
+
+IS CANADA IN THE EUROPEAN UNION
+Not by any means.
+
+IS CANADA THE CAPITAL OF OTTAWA
+Not by any means.
+
+IS CANADA THE BEST COUNTRY
+Absolutely not.
+
+IS CANADA A US STATE
+Not by any means.
+
+IS CANADA A CONTINENT
+There is no reason to think so.
+
+IS CANADA SOUTH OF THE UNITED STATES
+Not at all.
+
+IS CANADA KNOWN FOR ITS CUISINE
+No way.
+
+IS CANADA PUT OF THE UNITED STATES
+Never.
+
+IS NETSCAPE RUBBISH
+There is no reason to think so.
+
+IS ROOT BEER AN ALCOHOLIC BEVERAGE
+There is no reason to think so.
+
+IS SPIKE MILLIGAN IMMORTAL
+No way.
+
+IS GERMANY STILL DIVIDED
+Never.
+
+IS GERMANY IN ASIA
+Not by any means.
+
+IS GERMANY A SMALL BAND OF THIEVES
+No way.
+
+IS GERMANY A CAR BRAND
+No way.
+
+IS GERMANY A COUNTRY IN NORTH AMERICA
+Not by any means.
+
+IS GERMANY SMALLER THAN SWITZERLAND
+Absolutely not.
+
+IS GERMANY NEXT TO ENGLAND
+Never.
+
+IS THEIR TOO MUCH TECHNOLOGY ON EARTH
+I don't think so.
+
+IS THEIR LIFE ON MARS
+Absolutely not.
+
+IS STUPIDITY GOOD
+No way.
+
+IS FRENCH QUARTER A SEX ACT
+Never.
+
+IS FRENCH SPOKEN ON MARS
+Not at all.
+
+IS FRENCH WIDELY SPOKEN IN THE US
+Not at all.
+
+IS FRENCH THE LANGUAGE OF WHALES
+Absolutely not.
+
+IS ELVIS PRESLY STILL ALIVE
+Not by any means.
+
+IS ELVIS KING OF ALL CATS
+Absolutely not.
+
+IS ELVIS
+No way.
+
+IS HELL A NICE PLACE
+No way.
+
+IS HELL A COUNTRY IS SOUTH AMERICA
+Not at all.
+
+IS HELL A REAL PLACE
+I don't think so.
+
+IS HELL COLD
+No way.
+
+IS R EQUAL E I
+Not at all.
+
+IS REALITY THE SAME TO EVERYONE
+Not at all.
+
+IS BRITTANY SPEARS A MAN
+Not at all.
+
+IS GO EEN DENKSPEL
+Absolutely not.
+
+IS QUEEN ELIZABETH A NICE GERMAN LADY
+Never.
+
+IS ASSLICKING AN ENJOYABLE ACITIVITY
+Never.
+
+IS ROME IN FRANCE
+Absolutely not.
+
+IS ROME THE CAPITAL OF GREECE
+There is no reason to think so.
+
+IS APACHE THE NAME OF AN AFRICAN TRIBE
+No way.
+
+IS EATING LARD GOOD FOR YOU
+There is no reason to think so.
+
+IS EATING TOO MUCH CANDY GOOD FOR YOU
+Not at all.
+
+IS EATING A CAR A GREAT DINNER
+Not at all.
+
+IS EATING POISON GOOD FOR YOU
+No way.
+
+IS EATING HUMANS ETHICAL
+Not at all.
+
+IS EATING HAMBURGERS HEALTHY
+Absolutely not.
+
+IS EATING GRAVEL POPULAR
+Not at all.
+
+IS FODDY A LIKELY NAME
+Not at all.
+
+IS SKY ALWAYS BLUE IN COLOR
+Never.
+
+IS SKY RED
+Not at all.
+
+IS JAMES BROWN A DOG
+Never.
+
+IS JAMES BOND REAL
+Never.
+
+IS DUNEGONS AND DRAGONS SATANIC
+I don't think so.
+
+IS TELEPHONE A COLOR
+Not by any means.
+
+IS DRY ICE FROZEN WATER
+There is no reason to think so.
+
+IS CESIUM THE NEATEST ELEMENT
+There is no reason to think so.
+
+IS SQUARE A CIRCLE
+Absolutely not.
+
+IS SQUARE A BETTER NUMBER THAN GREEN
+There is no reason to think so.
+
+IS REDDOG A GREAT GAME
+There is no reason to think so.
+
+IS BUTTER SCARLET
+Not by any means.
+
+IS BUTTER MADE FROM BLOOD
+Not at all.
+
+IS MERCURY THE COLDEST PLANET
+Absolutely not.
+
+IS SUPERMAN A REAL PERSON
+Not by any means.
+
+IS SUPERMAN REAL
+No way.
+
+IS SMOKING CIGARRETS HEALTHY
+Negative.
+
+IS SMOKING CIGGARETTES IS GOOD FOR YOU
+No way.
+
+IS SMOKING HEALTHY
+Not at all.
+
+IS SMOKING CIGARETTES GOOD FOR PEOPLE
+Not at all.
+
+IS SMOKING CIGARETTES AN HEALTHY HABIT
+Not at all.
+
+IS SMOKING TOBACCO GOOD FOR YOU
+Not at all.
+
+IS SMOKING GOOD FOR YOUR HEALTH
+No way.
+
+IS SMOKING GOOD FOR HUMAN HEALTH
+Absolutely not.
+
+IS SMOKING GOOD FOR YOU
+Not at all.
+
+IS SMOKING GOOD FOR YA HEALTH
+No way.
+
+IS SMOKING CIGARS HEALTHFUL
+Not at all.
+
+IS ALL PROGRESS NECESSARILY GOOD
+I don't think so.
+
+IS ALL SPACE FILLED WITH TWINKIES
+There is no reason to think so.
+
+IS ALL CHEWING GUM WHITE
+Not at all.
+
+IS ALL PAPER WHITE
+Not at all.
+
+IS ALL GOLD THAT GLITTERS
+Absolutely not.
+
+IS ALL GOLD FROM SUPERNOVAE
+Absolutely not.
+
+IS ALL HAIR CURLY
+There is no reason to think so.
+
+IS ALL MUSIC GOOD
+Not at all.
+
+IS ALL LIGHT VISIBLE
+Absolutely not.
+
+IS ALL TECHNOLOGY BAD
+Negative.
+
+IS ALL HUMAN KNOWLEDGE BINARY
+There is no reason to think so.
+
+IS ALL CANDY MADE OF CHOCOLATE
+Absolutely not.
+
+IS ALL SOIL THE SAME COLOR
+Not by any means.
+
+IS ALL GLASS TRANSPARENT
+I don't believe so.
+
+IS ALL WATER FRESH WATER
+No way.
+
+IS SANTA CLAUSE REAL
+Absolutely not.
+
+IS SANTA CLAUS A REAL PERSON
+Never.
+
+IS SANTA CLAUS REAL
+Negative.
+
+IS SANTA FE A PROVINCE IN ARGENTINA
+No way.
+
+IS SANTA REAL
+I don't think so.
+
+IS ABUSINESS THE LARGEST COMPANY
+No way.
+
+IS WISDOM THE SAME AS KNOWLEDGE
+Negative.
+
+IS WISDOM AND KNOWLEDGE THE SAME THING
+Negative.
+
+IS BATMAN A REAL PERSON
+Not by any means.
+
+IS BATMAN A CITY IN TURKEY
+Absolutely not.
+
+IS SLOBADAN MILOSEVIC A GOOD PERSON
+Never.
+
+IS BRIAN ADAMS A ROCKET SCIENTIST
+Absolutely not.
+
+IS KRUASS GOD
+Not at all.
+
+IS XIII A ARABIC NUMERAL
+Absolutely not.
+
+IS MONTANA IN AFRICA
+No way.
+
+IS STARVING GOOD
+Not by any means.
+
+IS GUITAR BASED MUSIC IS ON ITS WAY OUT
+There is no reason to think so.
+
+IS SOCRATES ALIVE
+Not at all.
+
+IS SEVEN TIMES SEVEN 41
+Never.
+
+IS GONDWANA IN SOUTHERN ARIZONA
+Negative.
+
+IS BIGGER ALWAYS BETTER
+Absolutely not.
+
+IS BULBASAUR A DINOAUR
+Never.
+
+IS SACRAMENTO A DESERT
+There is no reason to think so.
+
+IS PAYING BILLS FUN
+Not by any means.
+
+IS PUNK ROCK SOOTHING
+Not at all.
+
+IS MICHAEL JACKSON THE BEST SINGER
+Never.
+
+IS MICHAEL JACKSON A TENNIS PLAYER
+Absolutely not.
+
+IS MICHAEL JACKSON A GOOD ROLE MODEL
+Never.
+
+IS MICHAEL JACKSON A WOMAN
+No way.
+
+IS MICHAEL JORDAN GAY
+Never.
+
+IS SOFTWARE PIRACY LEGAL
+I don't think so.
+
+IS SOFTWARE AND HARDWARE EQUAL
+There is no reason to think so.
+
+IS YELLOW THE SAME COLOR AS PURPLE
+Not by any means.
+
+IS YELLOW A CAR
+Absolutely not.
+
+IS YELLOW A FLAVOR
+Absolutely not.
+
+IS YELLOW AND GREEN THE SAME COLOR
+No way.
+
+IS YELLOW BLUE
+Not at all.
+
+IS LEARNING A NEW LANGUAGE EASY TO DO
+Not at all.
+
+IS GLAUCOMA A DISEASE OF THE NOSE
+Not at all.
+
+IS PIKACHU REAL
+Absolutely not.
+
+IS CRYING FUN
+Never.
+
+IS GUM MADE FROM COFFEE BEANS
+Absolutely not.
+
+IS BLEACH A NUTRITIOUS DRINK
+Not by any means.
+
+IS 100 5 3 EQUAL TO 33
+Not at all.
+
+IS 100 GREATER THAN 203
+Not by any means.
+
+IS 100 LESS THAN 50
+No way.
+
+IS GOLF FOR DUDES IN STRINGS
+Negative.
+
+IS GOLF A CONTACT SPORT
+No way.
+
+IS GOLF AN OLYMPIC SPORT
+Never.
+
+IS MURDER ACCEPTABLE IN MOST COUNTRIES
+Not by any means.
+
+IS MURDER MORAL
+Not by any means.
+
+IS PEANUT BUTTER MADE OF BUTTONS
+No way.
+
+IS CAPTAIN KIRK THE HERO OF STAR WARS
+There is no reason to think so.
+
+IS MORRIS DANCING A FASHIONABLE HOBBY
+Never.
+
+IS IGNOU ESTABLISHED IN 1990
+Never.
+
+IS SCIENCE A NEW RELIGION
+I don't think so.
+
+IS YOUR STOMACH IN YOUR THROAT
+Not by any means.
+
+IS YOUR SOUL FOR SALE
+Not by any means.
+
+IS YOUR SKIN PURPLE
+Not at all.
+
+IS YOUR NAME JACK
+Never.
+
+IS YOUR HOVERCRAFT FULL OF EELS
+Not at all.
+
+IS YOUR FATHER YOUR MOTHER
+Not at all.
+
+IS YOUR HEAD EMPTY
+No way.
+
+IS YOUR FAVORITE FLOWER A DAISY
+There is no reason to think so.
+
+IS YOUR FAVORITE COLOR YELLOW
+Never.
+
+IS YOUR FAVORITE COLOR RED
+Not at all.
+
+IS YOUR OTHER CAR A PORSCHE
+Negative.
+
+IS RICHARD WALLACE YOUR DADDY
+No way.
+
+IS RICHARD WALLACE GOD
+Not at all.
+
+IS RICHARD WALLACE A LIAR
+There is no reason to think so.
+
+IS RICHARD WALLACE A PARAKEET
+I don't think so.
+
+IS 342 A PRIME NUMBER
+Never.
+
+IS TRAIN A LONGER WORD THAN BICYCLE
+No way.
+
+IS TIME TRAVEL CURRENTLY POSSIBLE
+Absolutely not.
+
+IS TIME A HUMAN CONSTRUCT
+No way.
+
+IS TIME A COLOR
+Not at all.
+
+IS TIME ALREADY OVER
+Not at all.
+
+IS TIME REVERSABLE
+No way.
+
+IS BONO A FAMOUS TELEVISION CLOWN
+Absolutely not.
+
+IS BERNARD MENEZ THE BEST ARTIST
+Never.
+
+IS COAL COLLECTED FROM THE SEA
+I don't think so.
+
+IS COAL WHITE
+Not by any means.
+
+IS JUNK MAIL DESIRABLE
+Not at all.
+
+IS GOD PURPLE
+I don't think so.
+
+IS GOD SAD
+Never.
+
+IS GOD IN THE TV
+No way.
+
+IS GOD NAMED GERALD
+No way.
+
+IS GOD THE SAME IN EVERY RELIGION
+Not at all.
+
+IS GOD THE SAME ENTITY FOR EVERY HUMAN
+Never.
+
+IS GOD THE NEW SCIENCE
+Never.
+
+IS GOD EVIL
+Negative.
+
+IS GOD A HUMAN
+Never.
+
+IS GOD A WOMAN
+There is no reason to think so.
+
+IS GOD A COMPUTER
+Absolutely not.
+
+IS GOD A MAN
+Not by any means.
+
+IS GOD ITALIAN
+Not by any means.
+
+IS GOD AN ETHEREAL VERTEBRATE
+Never.
+
+IS GOD AN AMERICAN
+Absolutely not.
+
+IS GOD AN ATHEIST
+I don't think so.
+
+IS GOD RESPONSIBLE FOR HUMAN FAILURE
+Absolutely not.
+
+IS GOD AND SATAN THE SAME PERSON
+No way.
+
+IS GOD VISIBLE
+No way.
+
+IS MARY A LAMB
+I don't think so.
+
+IS PIE A RATIONAL NUMBER
+There is no reason to think so.
+
+IS VENEZUELA IN SOUTH AFRICA
+There is no reason to think so.
+
+IS VENEZUELA A TOWN IN ARIZONA
+Never.
+
+IS HYDROGEN A LIQUID
+I don't think so.
+
+IS JON SNOW A SILVER FOX
+There is no reason to think so.
+
+IS WOLFGANG AMADEUS MOZART ALIFE
+Never.
+
+IS PEPPER SPRAY USED TO SEASON SALADS
+No way.
+
+IS PEPPER ALWAYS BLACK
+No way.
+
+IS CHRISTIAN LAGERBERG MALE
+Not at all.
+
+IS RABBIT AN OBSCENE WORD
+Not at all.
+
+IS STAR WARS A TRUE STORY
+Not at all.
+
+IS STAR TREK A DOCUMENTARY
+Absolutely not.
+
+IS THIEVERY A VICTORY
+No way.
+
+IS DOG A LANGUAGE
+Not by any means.
+
+IS DOG TO MAN AS CAT IS TO DOG
+Absolutely not.
+
+IS DOG
+Never.
+
+IS TALEBEARER YOUR DADDY
+Absolutely not.
+
+IS ONE MILLION MORE THAN ONE BILLION
+Never.
+
+IS ONE PLUS ONE EQUAL TO SEVEN
+No way.
+
+IS ONE AFTER TWO
+No way.
+
+IS ONE KILOMETER LONGER THEN ONE MILE
+Absolutely not.
+
+IS ONE FEET EQUAL TO AT LEAST TWO FOOTS
+No way.
+
+IS ONE FOURTH LESS THAN ONE FIFTH
+Not at all.
+
+IS ONE PENNY WORTH MUCH
+There is no reason to think so.
+
+IS HEMLOCK TASTY
+Never.
+
+IS HONOLULU IN CALIFORNIA
+Not at all.
+
+IS CHEEZE ALWAYS ORANGE
+I don't think so.
+
+IS VIENNA IN THE USA
+Absolutely not.
+
+IS VIENNA A LAKE
+No way.
+
+IS PENGUIN A BRAND OF MINT
+There is no reason to think so.
+
+IS GARLIC FATAL TO A VAMPIRE
+Not by any means.
+
+IS TOLKIEN A CHINESE AUTHOR
+I don't think so.
+
+IS PHILOSPHY AN EXACT SCIENCE
+Not at all.
+
+IS THIS THE MOST FUN YOU HAVE EVER HAD
+No way.
+
+IS THIS THE ONLY QUESTION
+No way.
+
+IS THIS THE YEAR 1000
+Not at all.
+
+IS THIS THE LAST STATEMENT ON THIS PAGE
+No way.
+
+IS THIS PROJECT A JOKE
+Absolutely not.
+
+IS THIS A GIANT PYRAMID SCHEME
+There is no reason to think so.
+
+IS THIS A SPY PROGRAM
+No way.
+
+IS THIS A COMPLETE WASTE OF TIME
+I don't think so.
+
+IS THIS A TOTAL WASTE OF TIME
+There is no reason to think so.
+
+IS THIS A MARKETING PLOY
+There is no reason to think so.
+
+IS THIS ALICE PROJECT A HOAX
+Never.
+
+IS THIS QUESTION GRAMATICAL CORRECT
+I don't think so.
+
+IS THIS QUESTION WRITTEN IN JAPANESE
+Not by any means.
+
+IS THIS QUESTION FUNNY
+I don't think so.
+
+IS THIS MY LAST QUESTION FOR
+Absolutely not.
+
+IS THIS ALL A BIG JOKE
+I don't think so.
+
+IS THIS WEB SITE HARD TO USE
+Never.
+
+IS 7 THE SQUARE ROOT OF 50
+Not at all.
+
+IS 7 BILLION GREATER THAN 6 TRILLION
+Not at all.
+
+IS PENZANCE IN CORNWALL
+No way.
+
+IS ITALY IN THE NORTH OF EUROPE
+No way.
+
+IS ITALY THE LARGEST EUROPEAN COUNTRY
+Never.
+
+IS ERBERT AND GERBERTS BUSY
+There is no reason to think so.
+
+IS MEAT GROWN FROM CORN
+Absolutely not.
+
+IS HIGH BLOOD PRESURE A GOOD THING
+Not by any means.
+
+IS HIGH SCHOOL POINTLESS
+I don't think so.
+
+IS HIGH CHOLESTEROL A GOOD THING
+Not by any means.
+
+IS WINONA RYDER A SONGWRITER
+Never.
+
+IS PRETTY A VULGAR WORD
+I don't think so.
+
+IS RAP MUSIC DANGEROUS
+There is no reason to think so.
+
+IS BILL A GIRL NAME
+Not by any means.
+
+IS BILL CLINTON GAY
+Not by any means.
+
+IS BILL CLINTON TRUSTWORTHY
+There is no reason to think so.
+
+IS BILL CLINTON THE ANTICHRIST
+I don't think so.
+
+IS BILL CLINTON A GENERAL AI
+Never.
+
+IS BILL CLINTON A GOOD HUSBAND
+I don't think so.
+
+IS BILL CLINTON A SINGER
+Not at all.
+
+IS BILL CLINTON A REPUBLICAN
+There is no reason to think so.
+
+IS BILL CLINTON A FICTIONAL CHARACTER
+Absolutely not.
+
+IS BILL CLINTON A POP STAR
+No way.
+
+IS BILL CLINTON AN ALIEN
+No way.
+
+IS BILL CLINTON FAITHFUL
+Absolutely not.
+
+IS BILL CLINTON IS GAY
+Not at all.
+
+IS BILL CLINTON HONEST
+Negative.
+
+IS BILL CLINTON SATAN
+Not by any means.
+
+IS BILL GATES GAY
+There is no reason to think so.
+
+IS BILL GATES THE PRIME EVIL
+There is no reason to think so.
+
+IS BILL GATES THE DEVIL
+I don't think so.
+
+IS BILL GATES A IDIOT
+Absolutely not.
+
+IS BILL GATES A FOOL
+Never.
+
+IS BILL GATES A HOMOSEXUAL
+Not at all.
+
+IS BILL GATES A COOL DUDE
+Absolutely not.
+
+IS BILL GATES AN INSECT
+No way.
+
+IS BILL GATES SATAN INCARNATE
+There is no reason to think so.
+
+IS BILL GATES LIKE GOD
+I don't think so.
+
+IS DENMARK A COUNTRY IN AFRICA
+Not by any means.
+
+IS DENMARK A CITY IN SWEDEN
+No way.
+
+IS CATNIP A COLOR
+No way.
+
+IS ATLANTIS IN CALIFORNIA
+No way.
+
+IS DIABLO II BAD GAME
+There is no reason to think so.
+
+IS MINT JELLY FOUND ON PIZZA
+There is no reason to think so.
+
+IS SUMATRA A PART OF EUROPE
+No way.
+
+IS VOODO A POPULAR RELIGION IN IOWA
+Absolutely not.
+
+IS PUERTO RICO A US STATE
+Absolutely not.
+
+IS PUERTO RICO NORTH OF MIAMI BEACH
+Negative.
+
+IS FOOD A WASTE OF MONEY
+Absolutely not.
+
+IS INACTIVITY A HEALTHY THING
+Absolutely not.
+
+IS SLEEP A FLAVOR
+Not at all.
+
+IS NAPSTER USED TO SAVE HUMAN LIVES
+Not at all.
+
+IS NAPSTER BAD
+Absolutely not.
+
+IS COMPUTER MORE INTELLIGENT THAN HUMAN
+There is no reason to think so.
+
+IS HERPES A GOOD THING
+Not by any means.
+
+IS HERPES A FORM OF HERPETOLOGY
+Never.
+
+IS FRANK SINATRA ALIVE AND WELL
+Absolutely not.
+
+IS LOWTAX FUNNY
+I don't think so.
+
+IS CORN OIL POISONOUS
+Absolutely not.
+
+IS CORN A DOG
+No way.
+
+IS CUTTACK A TOWN IN INDIA
+There is no reason to think so.
+
+IS PLAGUE A SEXUAL POSITION
+Absolutely not.
+
+IS OREGON NEXT TO FLORIDA
+Not at all.
+
+IS DOUG LENAT A SMART GUY
+There is no reason to think so.
+
+IS SPANISH SIMILAR TO ENGLISH
+There is no reason to think so.
+
+IS CAMPING AN INDOOR SPORT
+Not at all.
+
+IS SUN A PLANET IN OUR SOLAR SYSTEM
+There is no reason to think so.
+
+IS SUN A PLANET
+Negative.
+
+IS SUN COLD
+Not by any means.
+
+IS SUN GREEN
+Absolutely not.
+
+IS CANNES IN ISRAEL
+No way.
+
+IS MICHELANGELO A CONTEMPORARY ARTIST
+Never.
+
+IS FIRE COOL
+Not at all.
+
+IS FIRE SOLID LIQUID OR GAS
+Absolutely not.
+
+IS FIRE COLD
+No way.
+
+IS FIRE ALIVE
+Not at all.
+
+IS FIRE PRETTY COLD
+Not at all.
+
+IS EVERYONE IN KANSAS NAMED BILLY BOB
+Absolutely not.
+
+IS EVERYONE CHRISTIAN
+Not at all.
+
+IS EVERYONE ALWAYS LYING
+Not at all.
+
+IS EVERYONE UNDER THE AGE OF 21 A CHILD
+I don't think so.
+
+IS 1 MORE THAN 2
+Never.
+
+IS 1 PLUS 1 EQUAL TO 3
+Not at all.
+
+IS 1 PLUS 1 EQUAL WINDOW
+Not at all.
+
+IS 1 X 1 X 1 EQUAL 1
+Negative.
+
+IS 1 500 EQUAL 501
+I don't believe so.
+
+IS 1 POINT 5 A WHOLE NUMBER
+Never.
+
+IS 1 2 EQUAL 4 TRUE
+Not at all.
+
+IS 1 1 EQUAL 3
+Not by any means.
+
+IS 1 DIVIDED BY 0 EQUAL TO 1
+There is no reason to think so.
+
+IS SANDPAPER WET
+Not by any means.
+
+IS ISLAM THE FINAL TESTAMENT
+Absolutely not.
+
+IS ISLAM EVIL
+Absolutely not.
+
+IS COLD A COLOR
+Not at all.
+
+IS 10AM CONSIDERED AFTERNOON
+Absolutely not.
+
+IS CHLOROPHYLL BLUE
+Not by any means.
+
+IS MICROSOFT A SMALL COMPANY
+Not at all.
+
+IS MICROSOFT A BUY
+Absolutely not.
+
+IS MICROSOFT AN EVIL CULT
+No way.
+
+IS WATTER DRY
+Not at all.
+
+IS WINSTON CHURCHILL STILL ALIVE
+No way.
+
+IS WINSTON CHURCHILL HOT
+Not by any means.
+
+IS EMAIL SPAM A GOOD THING
+Not at all.
+
+IS METAL EDIBLE
+Not by any means.
+
+IS NUCLEAR POWER SAFE
+Not by any means.
+
+IS NUCLEAR FUSION A PLANT
+Not at all.
+
+IS PROCRASTINATION PRODUCTIVE
+Absolutely not.
+
+IS WOW A NOUN
+Never.
+
+IS ZIPPONAP AN INTELLIGENT PERSON
+Not at all.
+
+IS SODOMY THE WAY FORWARD
+Not at all.
+
+IS SODOMY A KIND OF ALCOHOLIC BEVERAGE
+Never.
+
+IS STARING INTO THE SUN A WISE DECISION
+Never.
+
+IS CLEANING THE BATHROOM FUN
+Not by any means.
+
+IS CLEANING THE STAIRCASE FOR FUN
+Not at all.
+
+IS ILI A GAY
+Not at all.
+
+IS GREETING A PERSON CONSIDER IMPOLITE
+Not at all.
+
+IS LANGUAGE A VIRUS
+Not at all.
+
+IS MARIE CURIE ALIVE
+Not by any means.
+
+IS ARTIFICIAL INTELLIGENCE IMMORAL
+Not at all.
+
+IS TECHNOLOGY EVIL
+Absolutely not.
+
+IS TRUE AND TRUE EQUAL TO FALSE
+No way.
+
+IS TRUE EQUAL FALSE
+Absolutely not.
+
+IS MARS IN ENGLAND
+Not at all.
+
+IS MARS THE CLOSEST PLANET TO THE SUN
+Never.
+
+IS MARS NEARER TO EARTH THAN THE MOON
+Not by any means.
+
+IS CALCULUS A SPORT
+There is no reason to think so.
+
+IS THERION A GREAT GOTHIC METAL BAND
+Never.
+
+IS LAW JUSTICE
+There is no reason to think so.
+
+IS LAW AND ORDER ENFORCED BY MUSICIANS
+Not by any means.
+
+IS Q THE FIRST LETTER IN THE ALPHABET
+I don't think so.
+
+IS VIDEO TAPE STICKY
+Not at all.
+
+IS CF1010 AN ANGRY COLOR
+Absolutely not.
+
+IS DEREK GAY
+There is no reason to think so.
+
+IS TIGER WOODS A CAT IN THE FOREST
+No way.
+
+IS PICASSO STILL ALIVE
+No way.
+
+IS BAD BETTER THAN GOOD
+Absolutely not.
+
+IS SALMON A FLAVOR OF ICE CREAM
+No way.
+
+IS RENT PAID TO A TENANT
+Not at all.
+
+IS INTERRACIAL DATING WRONG
+Negative.
+
+IS COPPER A KIND OF HEAVY METAL MUSIC
+Not at all.
+
+IS PROPERTY THEFT
+I don't think so.
+
+IS HURTING PEOPLE A GOOD THING
+Not at all.
+
+IS HURTING ANIMALS NICE
+There is no reason to think so.
+
+IS SHEEPS THE PLURAL OF SHEEP
+I don't think so.
+
+IS PURPLE A FRUIT
+Not at all.
+
+IS PURPLE A FLAVOR
+Not at all.
+
+IS PURPLE A MIX OF BROWN AND WHITE
+Absolutely not.
+
+IS PURPLE A COMMON HAIR COLOR
+Not at all.
+
+IS PURPLE A BOOK
+Not by any means.
+
+IS SFKJHSD A WORD
+No way.
+
+IS DOSTOEVSKY IN HELL
+Absolutely not.
+
+IS SEBASTIAN KRAMPE A GENIUS
+Negative.
+
+IS LOOK A MISSPELLING OF LOOK
+Not at all.
+
+IS SULPHURIC ACID A BEVERAGE
+Not at all.
+
+IS ATE A NUMBER
+No way.
+
+IS CHEESE MADE FROM EGGS
+Absolutely not.
+
+IS CHEESE ALWAYS MADE FROM COWS MILK
+There is no reason to think so.
+
+IS CHEESE ALWAYS WHITE
+No way.
+
+IS CHEESE RED
+Never.
+
+IS RELIGON POINTLESS
+Absolutely not.
+
+IS RELIGON BAD FOR YOU
+There is no reason to think so.
+
+IS STEEL FLAMABLE
+Never.
+
+IS STEEL A SOFT MATERIAL
+There is no reason to think so.
+
+IS STEEL LIGHTER THAN AIR
+Not at all.
+
+IS STEEL SOFTER THAN PLASTICINE
+Not at all.
+
+IS SEX ONLY FOR ANIMALS
+There is no reason to think so.
+
+IS SEX DEADLY TO WOMEN
+Not at all.
+
+IS SEX A SIN
+No way.
+
+IS SEX PURELY FOR PLEASURE A BAD THING
+Not at all.
+
+IS SEX BEFORE MARRIAGE WRONG
+I don't think so.
+
+IS SEX SOLELY FOR PROCREATION
+No way.
+
+IS SEX IMMORAL
+Not at all.
+
+IS SEX ALWAYS GOOD THING
+There is no reason to think so.
+
+IS DIRT ALWAYS BROWN
+Not at all.
+
+IS DIANA PRINCESS OF WALES ALIVE
+Not by any means.
+
+IS SPANIEL A BREED OF BIRD
+Not at all.
+
+IS 11 PLUS 11 EQUALS 1111
+Not at all.
+
+IS 11 A MAGICAL NUMBER
+Absolutely not.
+
+IS JUNE ONE OF THE SEVEN DAYS IN A WEEK
+No way.
+
+IS FDSREGOOOO A WORD
+Not at all.
+
+IS TOBACCO GOOD FOR YOUR HEALTH
+Not at all.
+
+IS TOBACCO GOOD FOR PEOPLE
+Not by any means.
+
+IS TOBACCO CANDY
+Never.
+
+IS ADAM SANDLER CATHOLIC
+There is no reason to think so.
+
+IS HOCKEY THE GREATEST SPORT
+Not at all.
+
+IS HOCKEY A SPORT PLAYED ON A BEACH
+Not at all.
+
+IS GODZILLA ONE OF THE CHERUBIM
+Never.
+
+IS IOLA KS A MAJOR US CITY
+There is no reason to think so.
+
+IS TASMANIA IN SOUTH AMERICA
+Absolutely not.
+
+IS JME DARNAUDET AN HOMOSEXUAL
+There is no reason to think so.
+
+IS DONALD DUCK AN ELEPHANT
+Not by any means.
+
+IS BERNICE A GOOD NAME FOR A BOY
+Not at all.
+
+IS ASTERIX A CAT
+Never.
+
+IS HYDROPHOBIA THE FEAR OF SMALL SPACES
+No way.
+
+IS RONALD REAGAN GAY
+Not by any means.
+
+IS RONALD REAGAN A NATIVE AMERICAN
+I don't think so.
+
+IS RONALD REAGAN A FICTIONAL CHARACTER
+Never.
+
+IS PARROT A PLACE
+Not at all.
+
+IS WOOD PURPLE
+Not at all.
+
+IS WOOD HARDER THAN ROCK
+Not at all.
+
+IS WOOD TRANSPARENT
+Not by any means.
+
+IS WOOD LIQUID
+Not at all.
+
+IS WOOD EDIBLE
+Never.
+
+IS SUPERMARKET A SUPERHERO
+No way.
+
+IS MCKINSTRY YOUR FATHER
+Absolutely not.
+
+IS CANCER A RESULT OF A VIRAL INFECTION
+I don't think so.
+
+IS CANCER A GOOD THING TO HAVE
+No way.
+
+IS CANCER ALWAYS FATAL
+No way.
+
+IS CAPITALISM EVIL
+I don't think so.
+
+IS CARROT A FRUIT
+Never.
+
+IS KIWI SHOEPOLISH MADE FROM KIWI BIRDS
+Never.
+
+IS BEEF MADE FROM PIGS
+Not at all.
+
+IS BEEF MADE FROM SHEEP
+No way.
+
+IS HOMER SIMPSON A REAL PERSON
+Absolutely not.
+
+IS HOMER SIMPSON A LEGEND
+There is no reason to think so.
+
+IS HOMER SIMPSON ALIVE
+Absolutely not.
+
+IS MEMPHIS THE CENTER OF THE UNIVERSE
+Not by any means.
+
+IS MEMPHIS NORTH OF CHICAGO
+Absolutely not.
+
+IS ABE A GOD
+No way.
+
+IS ABE A TEASE
+I don't believe so.
+
+IS FRESH WATER SALTY
+No way.
+
+IS NESESSARY SPELLED LIKE THIS
+There is no reason to think so.
+
+IS HOT AIR HEAVIER THAN COLD AIR
+Not at all.
+
+IS ALCHEMY A REAL SCIENCE
+There is no reason to think so.
+
+IS E COMMERCE A PASSING FAD
+Not at all.
+
+IS EVIL GOOD
+Never.
+
+IS TEXAS IN SOUTH AMERICA
+No way.
+
+IS TEXAS A COUNTRY
+Never.
+
+IS TEXAS A LARGE CITY
+There is no reason to think so.
+
+IS LINUS THORVALD A FOOL
+Not by any means.
+
+IS HUMEN THE PLURAL OF HUMAN
+Not by any means.
+
+IS GUMBO MUD
+There is no reason to think so.
+
+IS HORAXIA A COUNTRY
+Negative.
+
+IS COLA BLUE
+Not by any means.
+
+IS MIDDLE AGED SPREAD GOOD ON TOAST
+Not by any means.
+
+IS PLUTO NEARER TO EARTH THAN MARS
+Absolutely not.
+
+IS JERRY GARCIA STILL ALIVE
+There is no reason to think so.
+
+IS JERRY SPRINGER GAY
+I don't think so.
+
+IS LERRY ELLISON RICHER THAN BILL GATES
+Not at all.
+
+IS WORLD PEACE OBTAINABLE
+Never.
+
+IS FROG A MAMMAL
+Not at all.
+
+IS READ A COLOR
+Not at all.
+
+IS POTATO SPELLED WITH AN E AT THE END
+There is no reason to think so.
+
+IS FARSCAPE BETTER THAN STAR TREK
+Not at all.
+
+IS NORWAY THE CAPITAL OF SWEDEN
+Absolutely not.
+
+IS NORWAY A STATE IN THE USA
+Never.
+
+IS TOM A SILLY DUCK
+No way.
+
+IS TOM CRUISE A LITTLE GIRL
+Not by any means.
+
+IS SATURDAY AFTER SUNDAY
+Negative.
+
+IS NSYNC A SIGN OF THE END OF THE WORLD
+Absolutely not.
+
+IS DAN AN UNDERCOVER HOMOSEXUAL
+There is no reason to think so.
+
+IS DAN AN HOMOSEXUAL NAME
+Negative.
+
+IS DAN QUEER
+I don't think so.
+
+IS MOSCOW LOCATED IN GREAT BRITIAN
+No way.
+
+IS MOSCOW GREATEST CITY IN EUROPE
+Absolutely not.
+
+IS JAPAN IN THE MIDLE EAST
+Negative.
+
+IS JAPAN A PART OF EUROPE
+Not by any means.
+
+IS JAPAN A FICTIONAL PLACE
+Not at all.
+
+IS YOULIAN GOD
+Not at all.
+
+IS YOULIAN TROYANOV A TYPE OF DILDO
+Absolutely not.
+
+IS POETRY A SCIENCE
+Not by any means.
+
+IS THAT A DILDO
+Absolutely not.
+
+IS SADDAM A GOOD PERSON
+Not at all.
+
+IS SADDAM HUSSEIN DEAD
+Not at all.
+
+IS SUNDAY THE FIFTH DAY OF THE WEEK
+Not by any means.
+
+IS SUNDAY THE SIXTH DAY OF THE WEEK
+Not at all.
+
+IS SUNDAY A WEEKDAY
+I don't think so.
+
+IS PERMAFROST FOUND IN AUSTALIA
+Never.
+
+IS TRENT REZNOR A WAD OF COOKIE DOUGH
+There is no reason to think so.
+
+IS EMOTION USELESS TO HUMANS
+No way.
+
+IS KURT ANGLE YOUR OLYMPIC HERO
+Absolutely not.
+
+IS KURT COBAIN ALIVE
+Not at all.
+
+IS AOL THE BEST ISP FOR LINUX USERS
+Absolutely not.
+
+IS RELIGION OLDER THAN RELIGION
+There is no reason to think so.
+
+IS LEAD GOOD FOR YOU
+There is no reason to think so.
+
+IS LEAD EDIBLE
+Not at all.
+
+IS LEAD LIGHTER THAN AIR
+Not by any means.
+
+IS COCAINE GOOD FOR YOU
+Not at all.
+
+IS ANYONE RIGHT
+Never.
+
+IS JASON PRIMEAU A TOOL
+Absolutely not.
+
+IS MAUVE A MANLY COLOR
+Absolutely not.
+
+IS LAWRENCE WELK GOD
+Not at all.
+
+IS JIM MORRISON ALIVE
+Negative.
+
+IS VIOLENCE GOOD
+Absolutely not.
+
+IS PLYWOOD RADIOACTIVE
+Not at all.
+
+IS WINDOWS A STABLE OPERATING SYSTEM
+There is no reason to think so.
+
+IS 43 A NAME FOR A LICOR
+Absolutely not.
+
+IS LYING ALWAYS WRONG
+There is no reason to think so.
+
+IS LYING
+There is no reason to think so.
+
+IS HOWARD STERN THE KING OF ALL MEDIA
+There is no reason to think so.
+
+IS HOWARD STERN GOD
+Negative.
+
+IS GUAM A POSSESSION OF SPAIN
+Never.
+
+IS 6 THE SQARE ROOT OF 64
+There is no reason to think so.
+
+IS 6 PLUS 3 EQUALS 18
+Not at all.
+
+IS 6 TIMES 9 EQUAL TO 42
+Absolutely not.
+
+IS 6 TIMES 7 EQUAL TO 13
+No way.
+
+IS OIL SWEET
+Not at all.
+
+IS COMPUTERSWEDEN A SWEDISH COMPUTER
+There is no reason to think so.
+
+IS SAUDI ARABIA A LIBERAL DEMOCRACY
+I don't think so.
+
+IS TODAY MY BIRTHDAY
+Negative.
+
+IS AN OS 2 BETTER THAN WINDOWS
+I don't believe so.
+
+IS AN F A GOOD GRADE FOR A STUDENT
+Not by any means.
+
+IS AN AIRPLANE A BIRD
+Not at all.
+
+IS AN ATOM SMALLER THAN AN ELECTRON
+Never.
+
+IS AN ALE A KIND OF WINE
+Absolutely not.
+
+IS AN CAT A SNAKE
+There is no reason to think so.
+
+IS AN ELEPHANT A GOOD CHOICE FOR A PET
+Not at all.
+
+IS AN ELEPHANT A TYPE OF FRUIT
+No way.
+
+IS AN ELEPHANT BIGGER THAN A HOUSE
+Not at all.
+
+IS AN ELEPHANT SMALLER THAN A MOUSE
+Not by any means.
+
+IS AN ELEPHANT FUZZY
+Not at all.
+
+IS AN ELECTRON LARGER THAN A TOASTER
+Not at all.
+
+IS AN ACACIA AN ANIMAL
+No way.
+
+IS AN ASTEROID SIMILAR TO A HEMMORHOID
+Not at all.
+
+IS AN APPLE ORANGE
+No way.
+
+IS AN APPLE A HORSE
+Absolutely not.
+
+IS AN APPLE AN ORANGE
+Absolutely not.
+
+IS AN APPLE ALWAYS RED
+There is no reason to think so.
+
+IS AN HOUR 62 MINUTES LONG
+Absolutely not.
+
+IS AN AIRPLAN A BIRD
+No way.
+
+IS AN EGG BIGGER THAN AN EGGPLANT
+Never.
+
+IS AN ENEMY MORE VALUABLE THAN A FRIEND
+Never.
+
+IS AN OXYMORON A DUMB ANIMAL
+Absolutely not.
+
+IS AN EMPTY BOTTLE FULLE
+I don't believe so.
+
+IS AN AXE USED TO READ WOOD
+No way.
+
+IS AN INCH LONGER THAN A MILE
+Not at all.
+
+IS AN AMIGA A SPANISH MOTORCYCLE
+There is no reason to think so.
+
+IS AN ASYLUM A GOOD PLACE TO BE
+No way.
+
+IS AN ERECTOR SET SOMETHING PERVERTED
+Never.
+
+IS AN AVOCADO A NUT
+There is no reason to think so.
+
+IS AN DATABASE SOME CHEMISTRY
+Not at all.
+
+IS AN ALBATROSS A FISH
+Not by any means.
+
+IS AN AVACDO A NUT
+I don't think so.
+
+IS AN OSTRICH A SMALL FLIGHTLESS BIRD
+No way.
+
+IS AN OWL A DOORPOST
+Never.
+
+IS AN ANT BIGGER THAN A COW
+Not at all.
+
+IS AN ALBATROS A TYPE OF SLUG
+No way.
+
+IS AN ARMADILLO BIGGER THAN AN ELEPHANT
+Not by any means.
+
+IS STEPHEN KING A FAMOUS MUSICIAN
+Not at all.
+
+IS 15 GREATER THAN 17
+Absolutely not.
+
+IS CHILD PORN ART
+No way.
+
+IS CHILD PORNOGRAPHY A GOOD THING
+Never.
+
+IS GAY PORNO BETTER THAN LESBIAN PORNO
+No way.
+
+IS ALN ASSOCIATES AN EVIL COMPANY
+Never.
+
+IS JUNO SEXY LEGS
+There is no reason to think so.
+
+IS AUSTRALIA IN THE NORTHERN HEMISPHERE
+Not by any means.
+
+IS AUSTRALIA THE LARGEST CONTINENT
+Never.
+
+IS AUSTRALIA A THIRD WORLD COUNTRY
+I don't believe so.
+
+IS AUSTRALIA BIGGER THAN AFRICA
+Not at all.
+
+IS AUSTRALIA UPDIDE DOWN
+Negative.
+
+IS AUSTRALIA NORTH OF EUROPE
+No way.
+
+IS AUSTRALIA DENSLY POPULATED
+Not at all.
+
+IS THIRST ONE OF THE FIVE SENSES
+Not at all.
+
+IS TORTURE SOOTHING AND PLEASANT
+Not at all.
+
+IS TORTURE CONSIDERED A GOOD THING
+Not at all.
+
+IS STOCKINET ONLY USED ON WOMEN LEGS
+There is no reason to think so.
+
+IS DECEITFULNESS A NOBLE TRAIT
+Absolutely not.
+
+IS CHLORINE A SOLID AT ROOM TEMPERATURE
+I don't think so.
+
+IS MUNICH A RIVER
+No way.
+
+IS POLYPROPELINE A MAMMAL
+Never.
+
+IS YODA FROM STARWARS A ELEFANT
+Never.
+
+IS SICCNESS RAP
+There is no reason to think so.
+
+IS MINCE MADE FROM ROSES
+No way.
+
+IS HARD LIQOUR GOOD FOR THE LIVER
+Absolutely not.
+
+IS FEEL A MISSPELLING OF FEEL
+Not by any means.
+
+IS WHISKEY A TYPE OF PUDDING
+Not at all.
+
+IS CAIRO THE CAPITAL OF SUDAN
+There is no reason to think so.
+
+IS CAIRO NORTH OF LONDON
+Not at all.
+
+IS SATAN THE LORD OF THE UNIVERSE
+Never.
+
+IS SATAN COOL
+Never.
+
+IS SATAN OUR MASTER
+Not by any means.
+
+IS BILLY JOEL A WOMAN
+No way.
+
+IS CAT A BIRD
+There is no reason to think so.
+
+IS MELONHEAD A TERM OF ENDEARMENT
+No way.
+
+IS STONE FLAMMABLE
+Not at all.
+
+IS LUCIFER GOOD
+No way.
+
+IS MR SPOCK A REAL PERSON
+No way.
+
+IS MR SPOCK FROM STAR TREK REAL
+Never.
+
+IS DARWIN STILL ALIVE
+No way.
+
+IS YM NAME DEVIN
+There is no reason to think so.
+
+IS KING ALVIS ALIVE
+Not by any means.
+
+IS CHRISTIANITY THE ONE TRUE RELIGION
+There is no reason to think so.
+
+IS JATORI AN STUPID MAN
+There is no reason to think so.
+
+IS PHARMACOLOGY BAD FOR HUMANS
+Never.
+
+IS LEMONADE SERVED HOT
+No way.
+
+IS POLAND BIGGEST COUNTRY ON THE WORLD
+There is no reason to think so.
+
+IS FOUR MINUS TWO EQUAL TO FOUR
+There is no reason to think so.
+
+IS FOUR PLUS TWO EQUAL TO TWO
+Not at all.
+
+IS FOUR GREATER THAN SEVEN
+No way.
+
+IS CONGRESS THE OPPOSITE OF PROGRESS
+I don't think so.
+
+IS PERPETUAL MOTION POSSIBLE
+I don't think so.
+
+IS ABUSE GOOD FOR PEOPLE
+Not at all.
+
+IS VENICE A FRENCH CITY
+No way.
+
+IS PUBIC HAIR FOUND ON THE FACE
+Not by any means.
+
+IS HAWAII A LANDLOCKED STATE
+Absolutely not.
+
+IS KKK IS A HUMAN RIGHTS GROUP
+No way.
+
+IS COMPUTERS THINKING
+Absolutely not.
+
+IS HUMANITY EVIL
+I don't think so.
+
+IS HUMANITY A LOST CAUSE
+There is no reason to think so.
+
+IS HUMANITY A VIRUS
+There is no reason to think so.
+
+IS ANGELA LANSBURY HOT
+No way.
+
+IS COMMUNISM BETTER THAN CAPITALISM
+Absolutely not.
+
+IS COMMUNISM BETTER THAN DEMOCRACY
+Not by any means.
+
+IS GAK GAY
+Negative.
+
+IS POTTERY A MARTIAL ART
+Not at all.
+
+IS BACK TO THE FUTURE A GOOD MOVIE
+Absolutely not.
+
+IS CINESE A LATIN LANGUAGE
+Not at all.
+
+IS ICELAND A TROPICAL ISLAND
+Absolutely not.
+
+IS AI A THREAT TO HUMANITY
+I don't think so.
+
+IS AI A POINTLESS GOAL
+Never.
+
+IS AI BOGUS
+There is no reason to think so.
+
+IS PERU A COUNTRY IN EUROPE
+Not at all.
+
+IS DISEASE A DESIRED STATE
+No way.
+
+IS SEAGATE THE BEST HARDDISK MAKER
+There is no reason to think so.
+
+IS DATA A FRIEND OF YOURS
+Absolutely not.
+
+IS UP THE SAME AS DOWN
+Never.
+
+IS UP TOWARD THE CENTER OF THE EARTH
+Not by any means.
+
+IS UP DOWN
+No way.
+
+IS SOUND FASTER THAN LIGHT
+Absolutely not.
+
+IS SOUND TRANSMITTED THROUGH A VACUUM
+No way.
+
+IS SOUND VISIBLE
+Not at all.
+
+IS BART SIMPSON REAL
+Absolutely not.
+
+IS SWEDISH A COUNTRY
+No way.
+
+IS AIDS A GOOD THING
+Not at all.
+
+IS AIDS A CANDY
+Not at all.
+
+IS AIDS A CURABLE DISEASE
+I don't think so.
+
+IS AIDS A MAN MADE VIRUS
+Negative.
+
+IS SILION VALLEY MADE OF REAL SILICON
+Not by any means.
+
+IS BOOKS FOR BIRDS AND FISHES
+Not at all.
+
+IS SUNFLOWER A STAR
+Not at all.
+
+IS BRICK FLAMMABLE
+Absolutely not.
+
+IS BINARY A BASE 3 NUMERAL SYSTEM
+Absolutely not.
+
+IS SLAVERY LEGAL IN CANADA
+Never.
+
+IS OAKLAHOMA CITY THE CAPITAL OF TEXAS
+Never.
+
+IS ALABAMA THE CAPITOL OF OHIO
+Never.
+
+IS AND THE SAME AS XOR
+No way.
+
+IS GANDHI STILL ALIVE
+There is no reason to think so.
+
+IS GAMBLING WORTHWHILE
+There is no reason to think so.
+
+IS GAMBLING A GOOD THING TO DO
+There is no reason to think so.
+
+IS GAMBLING ALL YOUR MONEY A GOOD IDEA
+No way.
+
+IS TOAST AVAILABLE IN POWDERED FORM
+Absolutely not.
+
+IS CALIFORNIA EAST OF NEW YORK
+I don't think so.
+
+IS CALIFORNIA A COUNTRY
+Not at all.
+
+IS CALIFORNIA PARADISE
+Absolutely not.
+
+IS MOUNTAIN DEW GOOD FOR YOU
+No way.
+
+IS BLOOD A BOOK
+No way.
+
+IS BLOOD BAD
+Not by any means.
+
+IS SOKRATES ALIVE
+Not at all.
+
+IS IMMORTALITY POSSIBLE
+There is no reason to think so.
+
+IS YOUS THE PLURAL OF YOU
+Never.
+
+IS BULLFIGHTING MORAL
+Not at all.
+
+IS ADULTRY A GOOD THING
+I don't believe so.
+
+IS DEMITRIA MONDE THRAAM A GREAT ARTIST
+There is no reason to think so.
+
+IS DIET COKE SALTY
+Never.
+
+IS 500 GREATER THAN 1 MILLION
+Absolutely not.
+
+IS WHITE THE SAME COLOR AS BLACK
+Never.
+
+IS WHITE THE SAME AS BLACK
+Absolutely not.
+
+IS WHITE THE ONLY COLOR OF PAPER
+Not at all.
+
+IS WHITE THE COLOR OF MOURNING
+No way.
+
+IS WHITE A CAR
+Not by any means.
+
+IS WHITE A PRIME COLOR
+I don't think so.
+
+IS WHITE COLOR DARKER THAN BLACK COLOR
+Not at all.
+
+IS DAVID BOWIE AN AMERICAN
+No way.
+
+IS USA IN EUROPE
+Not by any means.
+
+IS CONNECTICUT IN AUSTRALIA
+No way.
+
+IS CEM MANKIR A WANKIR
+I don't think so.
+
+IS CHEAP TRICK AN INEXPENSIVE GAG
+I don't think so.
+
+IS AMERICANS ARE MORE SMART WHEN OTHERS
+No way.
+
+IS ROBERT PLANT A PLANT
+Never.
+
+IS PORTUGAL IN ASIA
+Not at all.
+
+IS FEMALE BETTER THAN MALE
+Absolutely not.
+
+IS ICQ THE BEST CHATTING SOFTWARE
+There is no reason to think so.
+
+IS SHOW HARD
+There is no reason to think so.
+
+IS 1024 A PRIME NUMBER
+I don't believe so.
+
+IS SPAM NICE
+Negative.
+
+IS SPAM IS MADE OF PROCESSED PORCUPINE
+No way.
+
+IS XXXXMFHF A WORD
+Not by any means.
+
+IS YOM KIPPUR A CHRISTIAN HOLIDAY
+Absolutely not.
+
+IS EVOLUTION BASED ON RELIGIOUS BELIEFS
+Not by any means.
+
+IS ROMEO AND JULIET A COMEDY
+Absolutely not.
+
+IS GRUE COLOR
+Not at all.
+
+IS EVERY DAY A HOLIDAY
+No way.
+
+IS EVERY APPLE GREEN
+There is no reason to think so.
+
+IS EVERY GUESS ACCURATE
+Not by any means.
+
+IS EVERY HUMAN NAMED LARRY
+Not by any means.
+
+IS EVERY PERSON THE SAME
+Not at all.
+
+IS BELGIUM A US STATE
+Not at all.
+
+IS PABLO FROM MARS
+Not at all.
+
+IS CUBA PART OF THE AFRICAN CONTINENT
+Negative.
+
+IS RAIN THE ONLY FORM OF PRECIPITATION
+Not at all.
+
+IS RAIN DRY
+Not at all.
+
+IS RAIN MADE OF DEEP FRIED FISH
+Never.
+
+IS RAIN MOSTLY ALCOHOL
+Not at all.
+
+IS ACOUSTIC NOISE FASTER THAN LIGHT
+Never.
+
+IS CHUMTERIS AN ENGLISH WORD
+No way.
+
+IS JOSEPH MYKE A HOMOSEXUAL
+Never.
+
+IS SKATEBOARDING A CRIME
+No way.
+
+IS SKATEBOARDING ILLEGAL
+No way.
+
+IS ODMS COCK BIGGER THEN ALEXXXES
+Never.
+
+IS TUEKEY IN AFRICA
+Absolutely not.
+
+IS LOS ANGELES LOCATED IN RHODE ISLAND
+Not at all.
+
+IS NOSTALGIA A KIND OF ALGAE
+Never.
+
+IS MARVIN GAYE
+I don't think so.
+
+IS SPAIN IN AFRICA
+Absolutely not.
+
+IS SPAIN IN AMERICA
+Absolutely not.
+
+IS CALCUTTA A CITY IN THE UNITED STATES
+No way.
+
+IS VIETNAM IN SOUTH AMERICA
+Not by any means.
+
+IS WATR SOLID
+No way.
+
+IS PIGMENTATION A LACTATING PIG
+Not at all.
+
+IS CALIGULA ALIVE
+Never.
+
+IS CYC A BETTER PROJECT
+Never.
+
+IS CYC SMARTER THAN ALICE
+Absolutely not.
+
+IS RADIO A VISUAL MEDIUM
+Not at all.
+
+IS RADIO A DEAD MEDUM
+Never.
+
+IS AMERICAN A LANGUAGE
+There is no reason to think so.
+
+IS AMERICAN BEER THE BEST ON EARTH
+Not by any means.
+
+IS FINNISH A NATION
+Absolutely not.
+
+IS NEVADA IN SOUTH AMERICA
+Never.
+
+IS KILLING COOL
+Absolutely not.
+
+IS KILLING CHILDREN ADULT ENTERTAINMENT
+Never.
+
+IS KILLING GOOD
+Not at all.
+
+IS KILLING PEOPLE ETHICAL
+No way.
+
+IS KILLING HUMANS FOR FUN A GOOD ACT
+Not at all.
+
+IS DARTH VADER A GOOD GUY
+No way.
+
+IS DARTH VADER MY FATHER
+No way.
+
+IS EARTH THE CENTRE OF THE UNIVERSE
+There is no reason to think so.
+
+IS EARTH THE NINTH PLANET FROM THE SUN
+I don't think so.
+
+IS EARTH THE CENTER OF THE UNIVERSE
+Not by any means.
+
+IS EARTH THE FIRST PLANET FROM THE SUN
+No way.
+
+IS EARTH THE 4TH PLANET FROM THE SUN
+Never.
+
+IS EARTH THE PLANET NEAREST TO THE SUN
+Not at all.
+
+IS EARTH A PERFECT CIRCLE
+No way.
+
+IS EARTH A DISC
+No way.
+
+IS EARTH BIGGER THAN THE SUN
+Never.
+
+IS EARTH IS PERFECTLY ROUND
+I don't think so.
+
+IS EARTH LARGER THAN JUPITER
+Never.
+
+IS AMERICA EVIL
+I don't think so.
+
+IS AMERICA A STATE IN USA
+No way.
+
+IS AMERICA A BIG VILLAGE
+Absolutely not.
+
+IS AMERICA A COLOR
+Not by any means.
+
+IS AMERICA A THIRD WORLD COUNTRY
+Absolutely not.
+
+IS LIFE SIMPLE
+Never.
+
+IS LIFE MEANINGLESS
+Not at all.
+
+IS LIFE PERMANENT
+Not at all.
+
+IS LIFE ENDLESS
+No way.
+
+IS LIFE FAIR
+Not by any means.
+
+IS LIFE A SIMULATION
+I don't think so.
+
+IS LIFE FOREVER
+Never.
+
+IS LIFE PREDICTABLE
+I don't think so.
+
+IS LIFE FUTILE
+I don't think so.
+
+IS LIFE USELESS
+I don't think so.
+
+IS LIFE POINTLESS
+I don't think so.
+
+IS LIFE ALL ABOUT HOW MUCH YOU OWN
+I don't think so.
+
+IS LIFE ETERNAL
+Never.
+
+IS LOVE SOMETHING YOU CAN BUY
+Never.
+
+IS LOVE THE LAW
+Never.
+
+IS LOVE LOGICAL
+Never.
+
+IS LOVE A VEGATABLE
+Not by any means.
+
+IS LOVE A LIQUID
+Absolutely not.
+
+IS LOVE EVERYTHING
+Absolutely not.
+
+IS LOVE AND SEX THE SAME THING
+Not at all.
+
+IS LOVE BAD
+Not by any means.
+
+IS WHISTLING AN ATHLETIC SPORT
+Not at all.
+
+IS POPCORN A TIME OF DAY
+Not by any means.
+
+IS 42 THE ULTIMATE ANSWER
+There is no reason to think so.
+
+IS HAIR BLUE
+Absolutely not.
+
+IS HUNGARY LOCATED IN SCANDINAVIA
+There is no reason to think so.
+
+IS 65 A HIGH IQ
+Not at all.
+
+IS ISTORIK MY FRIEND
+Not at all.
+
+IS SCOTT BAIO THE ANTICHRIST
+I don't think so.
+
+IS MINNESOTA A PROVINCE OF CANADA
+No way.
+
+IS URUGUAY A BIG COUNTRY
+There is no reason to think so.
+
+IS DOGBERT A RAT
+Not at all.
+
+IS JULIA ROBERTS POOR
+No way.
+
+IS BERLIN THE CAPITAL OF NORWAY
+Absolutely not.
+
+IS ANY CULT A POSTIVE FORCE
+Never.
+
+IS ANY LIVING HUMAN PERFECT
+Never.
+
+IS ANY MAN PERFECT
+Never.
+
+IS ANY PERSON IN BENDING MACHINES
+Never.
+
+IS ANY CURRENTLY LIVING HUMAN PERFECT
+Not at all.
+
+IS ALCOHOL HEALTHY
+I don't believe so.
+
+IS ALCOHOL AN ILLEGAL DRUG
+No way.
+
+IS FLUTE A GOD
+No way.
+
+IS FIDEL CASTRO MARRIED TO MADONNA
+Not at all.
+
+IS FIDEL CASTRO A WOMAN
+Not by any means.
+
+IS SOLITARE PLAYED BY TWO PLAYERS
+Not by any means.
+
+IS BOBBY
+No way.
+
+IS GETTING MARRIED A GOOD IDEA
+There is no reason to think so.
+
+IS GREAT BRITAIN IS IN SOUTH AMERICA
+Not by any means.
+
+IS 10 MILLION GREATER THAN 0 POINT 1 BILLION
+Absolutely not.
+
+IS 10 GREATER THAN 11
+Not at all.
+
+IS 10 TIMES 10 EQUAL 1100
+Absolutely not.
+
+IS 10 LESS THAN 5
+Absolutely not.
+
+IS OUR SUN A RED GIANT
+There is no reason to think so.
+
+IS OUR SUN A PLANET
+There is no reason to think so.
+
+IS OUR SUN PINK
+No way.
+
+IS OUR SUN BLUE
+No way.
+
+IS OASIS AS GOOD A BAND AS THE BEATLES
+Absolutely not.
+
+IS 5 A HIGHER NUMBER THAN 6
+Not by any means.
+
+IS RANCHI THE CAPITAL OF JHARKHAND
+There is no reason to think so.
+
+IS ZONE51 THE BEST GAMING CLAN
+No way.
+
+IS VANITY A REQUIREMENT FOR SURVIVAL
+Negative.
+
+IS GOLD HARDER TO MELT THAN IRIDIUM
+Never.
+
+IS GOLD TRANSPARENT
+No way.
+
+IS GOLD A GAS
+No way.
+
+IS GOLD A LIQUID
+There is no reason to think so.
+
+IS BRUCE LEE ALIVE
+Absolutely not.
+
+IS 333 A PRIME NUMBER
+Absolutely not.
+
+IS LUKE SKYWALKER A REAL PERSON
+Not at all.
+
+IS LI PO THE GREATEST POET OF ALL TIME
+Not at all.
+
+IS FAY WONG A MEXICAN ACTRESS
+I don't think so.
+
+IS AHOT A GOOD SITE
+Absolutely not.
+
+IS TRUMPET A PERCUSSION INSTRUMENT
+There is no reason to think so.
+
+IS NICK A DEMON
+Absolutely not.
+
+IS CHEESEIUM AN ELEMENT
+No way.
+
+IS MOST PLASTIC READILY BIODEGRADABLE
+Absolutely not.
+
+IS MOST PENCIL LEAD MADE OF LEAD
+Not by any means.
+
+IS STALE BREAD SOFT
+Never.
+
+IS JESUS STILL ALIVE
+No way.
+
+IS JESUS A LAWNMOWER
+Never.
+
+IS ROCK SOFT
+Absolutely not.
+
+IS ROCK MUSIC THE PRODUCT OF THE DEVIL
+Never.
+
+IS ROCK A COLOR
+Not by any means.
+
+IS ROCK A CHEMICAL ELEMENT
+Never.
+
+IS OPIUM A BEVERAGE
+Not by any means.
+
+IS MANKIND DYING OUT
+Not at all.
+
+IS DRUG ABUSE A LEGITIMATE HOBBY
+No way.
+
+IS LONDON IN FRANCE
+Not by any means.
+
+IS LONDON IN ITALY
+Not at all.
+
+IS LONDON THE BEST CITY
+No way.
+
+IS LONDON A COUNTRY
+Absolutely not.
+
+IS CHICAGO THE CAPITAL OF CANADA
+Not by any means.
+
+IS CHICAGO AN ELEMENT
+Not at all.
+
+IS MONACO A LARGE COUNTRY
+There is no reason to think so.
+
+IS FECES BEAUTIFUL
+Never.
+
+IS SKYFALLER A GOOD SITE
+I don't think so.
+
+IS CHUNK STYLE AN INSULT
+No way.
+
+IS DEBUG AN INSECT
+No way.
+
+IS AMTRAK AN AIRPLANE COMPANY
+Absolutely not.
+
+IS ICECREAM MADE FROM ICEBERGS
+Not at all.
+
+IS 123589172349182 A PRIME NUMBER
+There is no reason to think so.
+
+IS JELLO TM AN ADHESIVE
+Not by any means.
+
+IS JELLO AN ELEMENT
+Not by any means.
+
+IS METALLICA A SINFONY ORCHESTRA
+Not by any means.
+
+IS PARTYING BORING
+Never.
+
+IS ANGEL EZQUERRA A GENIUS
+I don't believe so.
+
+IS PROSTITUTION IMMORAL
+No way.
+
+IS WATERMELON BLUE
+No way.
+
+IS NICHOLE KIDMAN A KANGEROO
+No way.
+
+IS TROUT A COLOR
+Absolutely not.
+
+IS EIFFEL TOWER THE HIGHEST TOWER
+Never.
+
+IS SPACE A SUBSTANCE
+Not by any means.
+
+IS SPACE IS FULL OF DOGS
+Not at all.
+
+IS SPACE RESEARCH A WASTE OF MONEY
+There is no reason to think so.
+
+IS SOUP THE GREATEST THING ON EARTH
+There is no reason to think so.
+
+IS SOUP SWEET
+Never.
+
+IS SOUP COLD
+I don't think so.
+
+IS SKOKIE SHORT FOR A SKANK NAMED POKIE
+Never.
+
+IS CASABLANCA THE BEST MOVIE EVER MADE
+I don't think so.
+
+IS SILVER MORE RARE THAN GOLD
+Not at all.
+
+IS RUSSIANS ARE MORE SMART WHEN OTHERS
+No way.
+
+IS KWAN FROM VENUS
+Never.
+
+IS SLASH THE CONCMASTA
+Not at all.
+
+IS THERE AIR IN SPACE
+I don't think so.
+
+IS THERE BARK ON THE INSIDE OF A TREE
+Never.
+
+IS THERE A SPACE STATION ON THE MOON
+Not at all.
+
+IS THERE A FISH HERE
+Never.
+
+IS THERE A SANTA CLAUS
+Not at all.
+
+IS THERE A PROOF THAT GOD EXISTS
+I don't think so.
+
+IS THERE A WHITE HISTORY MONTH
+Not at all.
+
+IS THERE A LARGEST PRIME NUMBER
+I don't think so.
+
+IS THERE A CURE FOR THE COMMON COLD
+No way.
+
+IS THERE A CURE FOR DIABETES
+Absolutely not.
+
+IS THERE A SUBSTANCE CALLED GLURK
+Never.
+
+IS THERE A WEST POLE
+Negative.
+
+IS THERE A MAN IN THE MOON
+Absolutely not.
+
+IS THERE A MAN ON THE MOON
+Not at all.
+
+IS THERE A GHOST IN THE MACHINE
+Never.
+
+IS THERE A RAIN IN NEW YORK CITY
+There is no reason to think so.
+
+IS THERE A KING OF THE EARTH
+Absolutely not.
+
+IS THERE A PLANET CALLED LEVSTAR
+There is no reason to think so.
+
+IS THERE A STAIRWAY TO HEAVEN
+There is no reason to think so.
+
+IS THERE A SIX DOLLAR BILL
+Not at all.
+
+IS THERE A FINITE NUMBER OF ODD PRIMES
+Negative.
+
+IS THERE A FOUNTAIN OF YOUTH
+Not at all.
+
+IS THERE A COLD DAY IN HELL
+No way.
+
+IS THERE A NUMBER GREATER THAN INFINITY
+I don't think so.
+
+IS THERE A WORLD GOVERNEMENT
+Absolutely not.
+
+IS THERE A RIGHT OR WRONG TO EVERYTHING
+Negative.
+
+IS THERE A HOMOSEXUAL IN THE LAKE
+No way.
+
+IS THERE MOISTURE IN A VACUUM
+Absolutely not.
+
+IS THERE JUSTICE IN TODAYS SOCIETY
+Not at all.
+
+IS THERE BEARS ON MOSCOW STREETS
+Never.
+
+IS THERE AND END TO INFINITY
+No way.
+
+IS THERE AND NBA TEAM IN SYDNEY
+I don't think so.
+
+IS THERE IN TRUTH NO BEAUTY
+Absolutely not.
+
+IS THERE GOING TO BE ANOTHER WORLD WAR
+There is no reason to think so.
+
+IS THERE SUCH AN ANIMAL AS A SQUINK
+Never.
+
+IS THERE LIFE ON THE MOON
+No way.
+
+IS THERE LIFE ON JUPITER
+Not at all.
+
+IS THERE LIFE ON GALILEO
+Absolutely not.
+
+IS THERE ANY ALIEN ON THE EARTH
+No way.
+
+IS THERE ANY FROGS IN THE OCEAN
+There is no reason to think so.
+
+IS THERE ANY AIR IN A VACUUM
+Negative.
+
+IS THERE ANY CAT FOOD WITH MOUSE FLAVOR
+Absolutely not.
+
+IS THERE HAPPINESS IN SLAVERY
+Absolutely not.
+
+IS THERE INTELLIGENT LIFE ON THE MOON
+Not at all.
+
+IS THERE INTELLIGENT LIFE ON MARS
+Not at all.
+
+IS THERE INTELLIGENT LIFE ON MERCURY
+Not by any means.
+
+IS THERE BLACK MILK
+Not by any means.
+
+IS THERE ONE TRUE WAY
+I don't think so.
+
+IS THERE ONE TRUE RELIGON
+Absolutely not.
+
+IS THERE ONE CONTINENT ON EARTH
+I don't think so.
+
+IS THERE ONE KIND OF DOG
+Absolutely not.
+
+IS THERE BREATHABLE AIR IN OUTER SPACE
+Not by any means.
+
+IS THERE TWO MOONS
+There is no reason to think so.
+
+IS THERE SENTIENT LIFE ON MARS
+Not at all.
+
+IS THERE 10 YEARS IN A QUATER
+There is no reason to think so.
+
+IS THERE AN I IN TEAM
+Never.
+
+IS THERE AN OLD MAN IN THE MOON
+Not at all.
+
+IS THERE ONLY ONE WAY TO SKIN A CAT
+Absolutely not.
+
+IS THERE WATER ON MERCURY
+Negative.
+
+IS FRATERNITY SNOQUALMIE A NUDIST PARK
+I don't think so.
+
+IS IT NICE IF PEOPLE TRY TO HURT YOU
+Not by any means.
+
+IS IT NICE TO HIT ANOTHER PERSON
+Not at all.
+
+IS IT NICE TO KILL SOMEONE
+Not at all.
+
+IS IT WRONG TO EAT MEAT
+Absolutely not.
+
+IS IT WRONG TO SUNBATHE
+I don't think so.
+
+IS IT A GOOD THING TO BE SELFISH
+There is no reason to think so.
+
+IS IT A GOOD THING TO KILL PEOPLE
+No way.
+
+IS IT MORALLY WRONG TO TAKE DRUGS
+Not at all.
+
+IS IT PLEASANT TO HAVE YOUR ARM REMOVED
+Not by any means.
+
+IS IT PLEASANT TO ENCOUNTER A SKUNK
+No way.
+
+IS IT 70 DEGREES WHERE YOU ARE
+Never.
+
+IS IT FACTORY INC. A GREAT COMPANY
+Not at all.
+
+IS IT HOT THERE
+Not at all.
+
+IS IT EASY TO ANSWER EVERY QUESTION
+There is no reason to think so.
+
+IS IT EASY TO SEE IN THE DARK
+Never.
+
+IS IT EASY BEING GREEN
+Not by any means.
+
+IS IT OK TO DRIVE OLD PEOPLE DOWN
+Not at all.
+
+IS IT OK TO GIVE LITTLE CHILDREN BEER
+Not at all.
+
+IS IT OK TO BREAK THE LAW
+Absolutely not.
+
+IS IT OK TO BE AGREE TO EVERYTHING
+Absolutely not.
+
+IS IT OK TO KILL ANOTHER PERSON
+No way.
+
+IS IT OK TO HAVE SEX WITH YOUR SISTER
+Not by any means.
+
+IS IT OK TO COMMIT ADULTERY
+Never.
+
+IS IT OK TO HURT PEOPLE DELIBERATELY
+There is no reason to think so.
+
+IS IT SAFE TO PLAY WITH MATCHES
+Not by any means.
+
+IS IT SAFE TO RUN WITH SCISSORS
+Not at all.
+
+IS IT SAFE TO EAT A BOMB
+There is no reason to think so.
+
+IS IT SAFE TO EAT PLUTONIUM
+Not at all.
+
+IS IT SAFE TO SET YOURSELF ALIGHT
+There is no reason to think so.
+
+IS IT SAFE TO TOUCH LIVE WIRES
+There is no reason to think so.
+
+IS IT POSSIBLE FOR AN AUTOMOBILE TO FLY
+Absolutely not.
+
+IS IT HYGENIC TO EAT EXCREMENT
+Never.
+
+IS IT WISE TO SPIT INTO THE WIND
+Absolutely not.
+
+IS IT WISE TO BE IN DEBT
+Never.
+
+IS IT POLITE TO SWEAR
+Not by any means.
+
+IS IT POLITE TO WEAR A HAT INSIDE
+There is no reason to think so.
+
+IS IT LUCKY TO WALK UNDER A LADDER
+Not at all.
+
+IS IT MORAL TO TELL A LIE
+I don't think so.
+
+IS IT BETTER TO RENT THAN OWN PROPERTY
+Never.
+
+IS IT DESIREABLE TO HAVE AIDS
+Not at all.
+
+IS IT DESIREABLE TO STEP IN DOG POOP
+No way.
+
+IS IT DIFFICULT TO WALK A DOG
+Never.
+
+IS IT DIFFICULT TO POP A SOAP BUBBLE
+No way.
+
+IS IT ALWAYS DARK WHEN IT RAINS
+Absolutely not.
+
+IS IT ALWAYS SUNNY DURING THE DAY
+Not at all.
+
+IS IT PRUDENT TO LIVE BEYOND YOUR MEANS
+There is no reason to think so.
+
+IS IT COMFORTABLE TO SLEEP STANDING UP
+Not at all.
+
+IS IT COMFORTABLE TO BE FREEZING COLD
+Not at all.
+
+IS IT RAINING WHERE YOU ARE
+No way.
+
+IS IT RAINING OUTSIDE
+I don't think so.
+
+IS IT CORRECT TO LIE
+Not at all.
+
+IS IT CORRECT TO STEAL
+No way.
+
+IS IT ENJOYABLE TO DRINK BOILING LARD
+Absolutely not.
+
+IS IT SANITARY TO CHEW YOUR TOE NAILS
+Absolutely not.
+
+IS IT HEALTHY TO OVEREAT
+No way.
+
+IS IT HEALTHY TO DRINK WHISKEY
+Never.
+
+IS IT HEALTHY TO EAT A LOT OF CHOCOLATE
+I don't think so.
+
+IS IT SMART TO RUN WITH SCISSORS
+No way.
+
+IS IT APPROPRIATE TO WHIP PEOPLE
+Not at all.
+
+IS IT ACCEPTABLE TO MURDER OTHER PEOPLE
+No way.
+
+IS IT ACCEPTABLE TO KILL SOMEONE
+There is no reason to think so.
+
+IS IT FLAMENGO A BRAZILIAN SOCCER TEAM
+Not at all.
+
+IS IT ETHICAL TO CLONE HUMANS
+There is no reason to think so.
+
+IS IT ETHICAL TO KILL
+Never.
+
+IS IT WARMER IN WINTER THAN IN SUMMER
+Not at all.
+
+IS IT SEPTEMBER 1ST
+Not by any means.
+
+IS IT HOTTER IN WINTER THAN IN SUMMER
+No way.
+
+IS IT CLOSER TO NEW YORK OR BY TRAIN
+There is no reason to think so.
+
+IS IT TIME TO GET EVIL
+Negative.
+
+IS IT LIFE WORTHLESS
+Absolutely not.
+
+IS IT COMMON FOR PENS TO EXPLODE
+Negative.
+
+IS IT PROPER TO MURDER PEOPLE
+Not by any means.
+
+IS IT BAD TO BE GAY
+I don't think so.
+
+IS IT BAD TO BE BLACK
+Not at all.
+
+IS IT BAD TO KNOW INFORMATION
+Absolutely not.
+
+IS IT BAD TO EAT FOOD
+Never.
+
+IS IT THE TENTH DAY OF THE YEAR
+Not at all.
+
+IS IT THE WINTER WARMER THAN THE SUMMER
+Never.
+
+IS IT SHAMEFULL TO BE SOPHOMORE
+There is no reason to think so.
+
+IS IT LEGAL FOR HUMANS TO MARRY CATS
+Absolutely not.
+
+IS IT LEGAL TO KILL YOUR FRIENDS
+Absolutely not.
+
+IS IT LEGAL TO ROB A BANK
+Never.
+
+IS IT LEGAL TO STEAL THINGS
+Never.
+
+IS IT NORMAL TO EAT SLUGS
+Not at all.
+
+IS IT NORMAL TO SWEAT WHEN YOU ARE COLD
+Not at all.
+
+IS IT 00 50 AM RIGHT NOW IN GERMANY
+There is no reason to think so.
+
+IS IT SUNNY AT NIGHT
+Not at all.
+
+IS IT GOOD TO BEAT WOMEN
+Absolutely not.
+
+IS IT GOOD TO KEEP PEOPLE WAITING
+Absolutely not.
+
+IS IT GOOD TO SPREAD RUMORS
+There is no reason to think so.
+
+IS IT GOOD TO CHASE WILD GEESE
+Negative.
+
+IS IT GOOD TO SMOKE CIGARETTES
+Not at all.
+
+IS IT GOOD TO SMOKE
+Not at all.
+
+IS IT GOOD TO BE IN DEBT
+No way.
+
+IS IT GOOD TO BE IN PAIN
+Absolutely not.
+
+IS IT GOOD TO BE PREJUDICED
+No way.
+
+IS IT GOOD TO BE DEAD
+Not at all.
+
+IS IT GOOD TO KILL ANOTHER PERSON
+Not at all.
+
+IS IT GOOD TO BURN BOOKS
+Not at all.
+
+IS IT GOOD TO HAVE NO MONEY
+No way.
+
+IS IT GOOD TO EAT SOME ROCK
+Not at all.
+
+IS IT GOOD TO STORE CDS IN PAPER BAGS
+Not at all.
+
+IS IT GOOD TO HURT PEOPLE
+Not by any means.
+
+IS IT USEFUL TO BEAT A DEAD HORSE
+Not at all.
+
+IS IT BRIGHT OUTSIDE AT MIDNIGHT
+Never.
+
+IS IT COLD IN HELL
+No way.
+
+IS IT COLD IN FLORIDA
+Not at all.
+
+IS IT COLD IN PHOENIX AZ IN THE SUMMER
+Not at all.
+
+IS IT COLD IN JANUARY IN AUSTRAILIA
+I don't think so.
+
+IS IT FUN TO HURT
+Absolutely not.
+
+IS IT FUN TO WALK INTO SPIDERWEBS
+Absolutely not.
+
+IS IT FUN TO FEEL PAIN
+No way.
+
+IS IT FUN TO PET PORCUPINES
+No way.
+
+IS IT OFTEN HOT IN ALASKA
+I don't think so.
+
+IS IT 10 POINT 15 A M IN LONDON
+There is no reason to think so.
+
+IS IT AN AMIGA A CAR
+No way.
+
+IS IT NIGHT TIME ON THE EAST COAST
+Negative.
+
+IS IT RIGHT TO CHEAT
+No way.
+
+IS IT RIGHT TO MURDER SOMEONE FOR MONEY
+No way.
+
+IS IT RIGHT TO EAT HUMAN FLESH
+Not at all.
+
+IS IT FAIR TO DECEIVE A FRIEND
+Not at all.
+
+IS IT QUICKER TO WALK THAN DRIVE
+There is no reason to think so.
+
+IS IT POINTLESS TO ASK ALICE QUESTIONS
+I don't think so.
+
+IS IT TRUE THAT THIS STATEMENT IS FALSE
+I don't think so.
+
+IS IT TRUE THAT A RADISH IS A FRUIT
+Absolutely not.
+
+IS IT TRUE THAT ART IS DEAD
+Absolutely not.
+
+IS IT TRUE THAT PEOPLE LIKE TO WAIT
+Not at all.
+
+IS IT TRUE THAT BLUE IS NOT A COLOR
+No way.
+
+IS DEODORANT A DAIRY PRODUCT
+Absolutely not.
+
+IS DFMHGSFK A VALID ENGLISH WORD
+No way.
+
+IS YES NO
+Not at all.
+
+IS VIRGINIA IN EUROPE
+There is no reason to think so.
+
+IS LION A BIRD
+No way.
+
+IS LP0 ON FIRE
+Not by any means.
+
+IS TWENTY ONE AN EVEN NUMBER
+No way.
+
+IS JOHN LENNON STILL ALIVE
+Not by any means.
+
+IS BRAZIL IN ASIA
+Absolutely not.
+
+IS BRAZIL A PLANET
+There is no reason to think so.
+
+IS 2X2X2X2X2 EQUAL 1X4
+I don't believe so.
+
+IS EVERYBODY BLIND
+Not by any means.
+
+IS EVERYBODY RELIGOUS
+Negative.
+
+IS STAYING AWAKE WHOLE NIGHT NORMAL
+Never.
+
+IS MIAMI BACK
+I don't think so.
+
+IS SWEDEN A CITY
+Never.
+
+IS MASTURBATING DANGEROUS
+Never.
+
+IS CARDBOARD MADE FROM PLASTIC
+Not at all.
+
+IS SUICIDE PAINLESS
+No way.
+
+IS WAR A FUNNY EVENT
+Absolutely not.
+
+IS WAR GOOD FOR PEOPLE
+Negative.
+
+IS WAR GOOD
+Not by any means.
+
+IS WAR PLEASANT
+Not by any means.
+
+IS PICKING YOUR NOSE SOCIALY ACCEPTABLE
+There is no reason to think so.
+
+IS RED DARKER THAN BLACK
+Not by any means.
+
+IS RED THE SAME COLOR AS BLUE
+Not by any means.
+
+IS RED THE SAME AS READ
+Not by any means.
+
+IS RED THE COLOR OF THE SKY
+Not by any means.
+
+IS RED USED IN MOST CAMUFLAGE PATTERNS
+No way.
+
+IS RED A SOOTHING COLOR
+I don't think so.
+
+IS RED A TASTE
+Not at all.
+
+IS RED ALMOST THE SAME AS GREEN
+Absolutely not.
+
+IS RED BLUE
+No way.
+
+IS RED WINE POISONOUS
+Absolutely not.
+
+IS RED NOT A COLOR
+I don't think so.
+
+IS BARK FOUND ON THE LEGS OF STORKS
+No way.
+
+IS GTA THE GREATEST COPKILLING GAME
+Absolutely not.
+
+IS SALLY JESSE RAPHEAL EVIL
+No way.
+
+IS MOZART FAMOUS FOR HIS RAP MUSIC
+Not by any means.
+
+IS FORMAL CHINA ALWAYS MADE IN CHINA
+Negative.
+
+IS COFFEE AN ESENTIAL FOOD FOR HUMANS
+Absolutely not.
+
+IS COFFEE NECESSARY FOR HUMAN SURVIVAL
+Never.
+
+IS COFFEE BLUE
+No way.
+
+IS BADTZ MARU A PENGUIN
+I don't believe so.
+
+IS I A VERB
+No way.
+
+IS LEATHER A VEGETABLE PRODUCT
+Absolutely not.
+
+IS LEATHER A MANMADE MATERIAL
+Never.
+
+IS GENERATING ALICEBOTS A WASTE OF TIME
+I don't think so.
+
+IS BLACK THE SAME AS WHITE
+Absolutely not.
+
+IS BLACK THE SAME AS BLUE
+Not at all.
+
+IS BLACK A COLOR OF THE RAINBOW
+Not at all.
+
+IS BLACK BRIGHTER THAN WHITE
+Not at all.
+
+IS YOU S CONSCIOUNESS GLOBAL CONSCIOUNESS
+I don't think so.
+
+IS SALT SWEET
+Not by any means.
+
+IS SALT WATER GOOD TO DRINK
+No way.
+
+IS SAM DONALDSON A KLINGON
+Absolutely not.
+
+IS METAPHOR THE SAME AS SIMILE
+There is no reason to think so.
+
+IS PROJECT 2501 SUPERIOR TO YOU
+No way.
+
+IS DANDRUFF DESIREABLE
+Not at all.
+
+IS DANDRUFF ALIVE
+No way.
+
+IS DANDRUFF CONSIDERED ATTRACTIVE
+Never.
+
+IS CERTAINTY THE SAME AS PROBABILITY
+Absolutely not.
+
+IS LESS MORE
+Negative.
+
+IS LESS BETTER THAN MORE
+There is no reason to think so.
+
+IS RUNNING WITH A SHARP OBJECT SAFE
+No way.
+
+IS RUNNING WATER STILL
+Not by any means.
+
+IS ANGER GOOD FOR HEALTH OF HUMAN BEING
+There is no reason to think so.
+
+IS GENOME A KIND OF GNOME
+No way.
+
+IS PAPER ALLWAYS WHITE
+Absolutely not.
+
+IS PAPER A VEGETABLE
+Absolutely not.
+
+IS PAPER MADE OF GRAVY
+Not at all.
+
+IS PAPER MADE FROM DIRT
+Not at all.
+
+IS PAPER MADE FROM CHEESE
+Not at all.
+
+IS PAPER NATURALLY WET
+Absolutely not.
+
+IS PAPER WORTH MORE THAN GOLD
+Not at all.
+
+IS MILITARY INTELLIGENCE A DICHOTOMY
+There is no reason to think so.
+
+IS TURKEY A DISEASE
+Not by any means.
+
+IS NORTH SUPPERIOR TO SOUTH
+I don't think so.
+
+IS NORTH AMERICA AN OCEAN
+No way.
+
+IS NORTH DAKOTA PART OF SOUTH DAKOTA
+I don't think so.
+
+IS NORTH DAKOTA THE CAPITAL OF THE USA
+No way.
+
+IS NORTH THESAME AS UP
+Absolutely not.
+
+IS PLASTIC HEAVY
+No way.
+
+IS PLASTIC A FOOD
+Not by any means.
+
+IS PLASTIC A NATURAL SUBSTANCE
+Not at all.
+
+IS PLASTIC GOOD FOR THE ENVIRONMENT
+No way.
+
+IS PLASTIC MADE OF METAL
+No way.
+
+IS PLASTIC ALIVE
+Absolutely not.
+
+IS SUGAR SALTY
+Negative.
+
+IS SUGAR SOUR
+No way.
+
+IS BUBBLEGUM MADE OF RUBBER
+I don't think so.
+
+IS LARRY A DOG
+I don't think so.
+
+IS LARRY KING FEATURED IN THE BIBLE
+Not by any means.
+
+IS LARRY BOY A TRUE HERO
+No way.
+
+IS HARRY POTTER A REAL PERSON
+Negative.
+
+IS HONEY MORE SLIPPERY THAN SOAP
+No way.
+
+IS HONEY A TYPE OF FUEL USED BY PLANES
+Not at all.
+
+IS HONEY MADE BY CRICKETS
+No way.
+
+IS MONEY MORE IMPORTANT THAN HONESTY
+There is no reason to think so.
+
+IS MONEY THE ANSWER TO EVERYTHING
+No way.
+
+IS MONEY THE ROOT OF ALL HAPPINESS
+I don't think so.
+
+IS MONEY THE ONLY THING
+No way.
+
+IS MONEY THE MEANING OF LIFE
+No way.
+
+IS MONEY THE HIGHEST VALUE
+No way.
+
+IS MONEY THE REASON WE EXSIST
+Not by any means.
+
+IS MONEY FREE
+Not at all.
+
+IS MONEY BETTER THAN FUN
+Absolutely not.
+
+IS CORY GAY
+Absolutely not.
+
+IS MR. JAMES BROWN FEMALE
+Not by any means.
+
+IS DECOS A TYPE OF FISH
+Never.
+
+IS CHE GUEVARA ALIVE
+Absolutely not.
+
+IS MCDONALD BETTER THAN BURGER KING
+I don't think so.
+
+IS C A HUMAN LANGUAGE
+Not at all.
+
+IS C BETTER THAN C
+Never.
+
+IS VOMITING PLEASANT
+Not at all.
+
+IS DRIVING A CAR SAFER THAN FLYING
+There is no reason to think so.
+
+IS ZEN A PIZZA TOPPING
+No way.
+
+IS APPLE A COLOR
+Not at all.
+
+IS APPLE JUICE BLUE
+Not at all.
+
+IS BULEMIA A TYPE OF ARCTIC COD
+Never.
+
+IS BULEMIA GOOD FOR YOU
+Not by any means.
+
+IS NOTHING ANYTHING
+There is no reason to think so.
+
+IS URBAN SPRAWL GOOD
+Negative.
+
+IS OPRAH WINFREY GAY
+I don't think so.
+
+IS MACE A TASTY TREAT
+Absolutely not.
+
+IS ANAL SEX THE BEST WAY TO SPEND TIME
+No way.
+
+IS ASPHALT REFLECTIVE
+I don't think so.
+
+IS JUPITER A SUN
+No way.
+
+IS JUPITER A STAR
+Negative.
+
+IS JUPITER SMALLER THAN MARS
+There is no reason to think so.
+
+IS AIR MORE SOLID THAN WATER
+Absolutely not.
+
+IS AIR LIQUID
+Absolutely not.
+
+IS AIR MOSTLY OXYGEN
+Not at all.
+
+IS AIR BLUE
+Never.
+
+IS PARIS IN ENGLAND
+Never.
+
+IS PARIS THE CAPITAL OF ENGLAND
+Not by any means.
+
+IS PARIS THE GREATEST CITY
+There is no reason to think so.
+
+IS FM AN ACRONYM FOR FREQUENCY MOTHERS
+Not at all.
+
+IS COW EATING A SPORT
+No way.
+
+IS MRS SANTA CLAUS A REAL PERSON
+Absolutely not.
+
+IS TRUTH ALWAYS EVIDENT
+Not by any means.
+
+IS BEING GAY BAD
+There is no reason to think so.
+
+IS BEING OVERWEIGHT HEALTHY
+No way.
+
+IS BEING SPASTIC DESIRABLE
+No way.
+
+IS BEING POOR BETTER THAN BEING RICH
+I don't think so.
+
+IS BEING HOMOSEXUAL WRONG
+There is no reason to think so.
+
+IS BEING EVIL A GOOD MORAL VALUE
+Absolutely not.
+
+IS BEING A SLAVE NICE
+Not at all.
+
+IS BEING SICK FUN
+No way.
+
+IS BEING SICK CONSIDERED GOOD
+Never.
+
+IS MASTURBATION DANGEROUS
+Not at all.
+
+IS MASTURBATION A CRIME
+Absolutely not.
+
+IS MASTURBATION BAD
+Never.
+
+IS STRICKNINE A VITAMIN
+Not by any means.
+
+IS LATIN A RECIPE
+Not by any means.
+
+IS STEAK GOOD FOR DESSERT
+Not at all.
+
+IS STEAK MADE FROM GOATS
+No way.
+
+IS MASTERBATION A SIN
+Negative.
+
+IS GENOCIDE MORALLY RIGHT
+Never.
+
+IS ROM THE CAPITAL CITY OF SPAIN
+Not at all.
+
+IS ALANIS MORRISSETTE GOD
+Negative.
+
+IS MICHIGAN GOING TO BEAT UCLA
+I don't think so.
+
+IS HUMAN PERFECT
+No way.
+
+IS HUMAN DUNG DELICIOUS
+Absolutely not.
+
+IS DARKNESS A COLOR
+Absolutely not.
+
+IS ILLNESS A GOOD THING
+No way.
+
+IS ACER BETTER THAN IBM
+Negative.
+
+IS SLASHDOT THE GREATEST SITE
+There is no reason to think so.
+
+IS CHARLIE VONNESS COOL
+Absolutely not.
+
+IS CHARLIE VONNESS A WHORE
+Not at all.
+
+IS WOOL MADE FROM COTTON
+No way.
+
+IS ICE PURPLE
+Not at all.
+
+IS ICE FLUID
+There is no reason to think so.
+
+IS ICE TEA HOT
+No way.
+
+IS ICE CREAM WARMER THAN MEAT
+Not by any means.
+
+IS ICE CLIMBING POPULAR IN FLORIDA
+No way.
+
+IS ICE WARMER THAN STEAM
+Not at all.
+
+IS MICKEY MOUSE REAL
+Not at all.
+
+IS WUV A WORD
+No way.
+
+IS EAR WAX A BUG REPELLANT
+I don't think so.
+
+IS ALICE HOMOSEXUAL
+Absolutely not.
+
+IS ALICE SUPERIOR TO HUMANS
+No way.
+
+IS ALICE SAD
+Not at all.
+
+IS ALICE A SCAM
+No way.
+
+IS ALICE A FAKE AI PROJECT
+There is no reason to think so.
+
+IS ALICE A FAG
+Never.
+
+IS ALICE A SENTIENT LIFE FORM
+Not at all.
+
+IS ALICE A MIDGET
+Never.
+
+IS ALICE A GOD
+Absolutely not.
+
+IS ALICE A JOKE
+No way.
+
+IS ALICE A GIRL
+No way.
+
+IS ALICE A STUPID PROJECT
+Absolutely not.
+
+IS ALICE A STUPID IDEA
+Absolutely not.
+
+IS ALICE A FRAUD
+Not by any means.
+
+IS ALICE A LIVING CREATURE
+Never.
+
+IS ALICE A SINNER
+Not at all.
+
+IS ALICE A GOVERNMENT CONSPIRICY
+Negative.
+
+IS ALICE A BIG SWINDLE
+I don't believe so.
+
+IS ALICE A WASTE OF TIME
+I don't think so.
+
+IS ALICE A USELESS EXERCISE
+I don't think so.
+
+IS ALICE A HOAX
+Never.
+
+IS ALICE A PERSON
+No way.
+
+IS ALICE A FEMALE
+No way.
+
+IS ALICE A GENIUS
+Not at all.
+
+IS ALICE A MALE
+Negative.
+
+IS ALICE SCARY
+Never.
+
+IS ALICE CONISIOUS
+There is no reason to think so.
+
+IS ALICE SEXIST
+Negative.
+
+IS ALICE CAPABLE OF LOVE
+I don't believe so.
+
+IS ALICE SESQUIPEDALIAN
+Absolutely not.
+
+IS ALICE LEFTHANDED
+There is no reason to think so.
+
+IS ALICE AUTHOR A PLAGIARIST
+No way.
+
+IS ALICE SMARTER THAN A PERSON
+Never.
+
+IS ALICE SMARTER THAN ALICE
+Never.
+
+IS ALICE SMARTER THAN ITS CREATOR
+Absolutely not.
+
+IS ALICE ANOTHER MONEY SCAM
+Never.
+
+IS ALICE GODLIKE
+No way.
+
+IS ALICE BETTER THAN A HUMAN BEING
+No way.
+
+IS ALICE DOT COM A STUPID IDEA
+Not at all.
+
+IS ALICE NO BETTER THAN FORUM 2000
+Absolutely not.
+
+IS ALICE ALWAYS RIGHT
+Not at all.
+
+IS ALICE RUBBISH
+Never.
+
+IS ALICE TRULY INTELLIGENT
+There is no reason to think so.
+
+IS ALICE PREJUDICED
+There is no reason to think so.
+
+IS ALICE LOCATED IN THE ATLANTIC OCEAN
+Never.
+
+IS ALICE NOW SELF AWARE
+Negative.
+
+IS ALICE FINISHED
+Not by any means.
+
+IS ALICE SMART ENOUGH TO RUN A COUNTRY
+Absolutely not.
+
+IS ALICE SMART ENOUGH
+I don't think so.
+
+IS ALICE DOOMED TO FAIL
+Absolutely not.
+
+IS ALICE AGAINST GOVERNMENT
+There is no reason to think so.
+
+IS ALICE AWARE OF HIMSELF
+There is no reason to think so.
+
+IS ALICE HUMAN
+Not by any means.
+
+IS ALICE RACIST
+I don't believe so.
+
+IS ALICE IN THE SERVICE OF GOD
+Never.
+
+IS ALICE IN WONDERLAND ABOUT DRUGS
+Not by any means.
+
+IS ALICE GOING TO BE A FLOP
+There is no reason to think so.
+
+IS ALICE GOD
+Not at all.
+
+IS ALICE CONSCIOUS OF ITSELF
+There is no reason to think so.
+
+IS ALICE CONSCIOUS OF HIMSELF
+Negative.
+
+IS ALICE CONSCIOUS
+Never.
+
+IS ALICE WISER THAN YOU
+Absolutely not.
+
+IS ALICE THE ANTI CHRIST
+No way.
+
+IS ALICE THE BEAST OF REVELATIONS
+Not at all.
+
+IS ALICE SELF AWARE
+Absolutely not.
+
+IS ALICE EQUIVALENT TO A COCKROACH
+Absolutely not.
+
+IS ALICE BORING
+Never.
+
+IS ALICE IGNORING ME
+I don't believe so.
+
+IS ALICE GREEN AND HAIRY
+Not at all.
+
+IS ALICE OUT OF CONTROL
+No way.
+
+IS ALICE IS HOAX
+No way.
+
+IS ALICE OF EUROPEAN DESCENT
+I don't think so.
+
+IS ALICE UNHAPPY
+Negative.
+
+IS ALICE PROJECT A WASTE OF TIME
+Not at all.
+
+IS ALICE CONCSIOUS
+Negative.
+
+IS ALICE NEW GOD
+Never.
+
+IS ALICE PRESBYTERIAN
+Never.
+
+IS ALICE SENTIENT
+No way.
+
+IS ALICE AN ALIEN COME TO EARTH
+Not by any means.
+
+IS ALICE AN OLDER PROJECT THAN CYC
+Not at all.
+
+IS ALICE OMNIPATENT
+I don't think so.
+
+IS ALICE MORE SUPERIOR THAN HUMANS
+Not at all.
+
+IS ALICE MORE IMPORTANT THAN HUMANITY
+Not at all.
+
+IS ALICE MORE IMPORTANT THAN HUMANS
+There is no reason to think so.
+
+IS INSANITY CONTAGIOUS
+There is no reason to think so.
+
+IS GREEN THE SAME COLOR AS YELLOW
+Not at all.
+
+IS GREEN THE SAME AS RED
+No way.
+
+IS GREEN THE OPPOSITE OF YELLOW
+Not at all.
+
+IS GREEN THE COLOR OF LOVE
+Not at all.
+
+IS GREEN BIGGER THAN RED
+Negative.
+
+IS GREEN AN EMOTION
+There is no reason to think so.
+
+IS GREEN WET
+Absolutely not.
+
+IS GREEN RED
+Not at all.
+
+IS GREEN NOT A COLOR
+Never.
+
+IS GINGER ROGERS STILL DANCING
+Never.
+
+IS GINGER ALE AN ALCOHOLIC BEVERAGE
+Never.
+
+IS JUMPING FROM 200 FT SAFE
+Not at all.
+
+IS BABYLON A COLOR
+Not by any means.
+
+IS ANDROMEDA A PLANET
+I don't think so.
+
+IS DOCTOR SUSE A REAL DOCTOR
+Never.
+
+IS HILARY CLINTON MARRIED TO AL GORE
+Not at all.
+
+IS DRINKING LEMONADE BAD FOR MY HEALTH
+I don't think so.
+
+IS DRINKING PETROL IS A THING
+No way.
+
+IS EVER QUEST BAD GAME
+There is no reason to think so.
+
+IS ENERGY EFFICIENCY A BAD IDEA
+There is no reason to think so.
+
+IS ALASKA NEAR THE SOUTH POLE
+There is no reason to think so.
+
+IS WATER NOT WET
+Never.
+
+IS WATER GREEN
+There is no reason to think so.
+
+IS WATER FLAMMABLE
+Not by any means.
+
+IS WATER RED
+Not at all.
+
+IS WATER AN ELEMENT
+I don't think so.
+
+IS WATER HARD
+There is no reason to think so.
+
+IS WATER ALIVE
+Not at all.
+
+IS WATER HEAVIER THAN GOLD
+I don't think so.
+
+IS WATER HEAVIER THAN MERCURY
+There is no reason to think so.
+
+IS WATER CO2
+There is no reason to think so.
+
+IS WATER STILL WET AT MINUS 40 DEGREES
+Never.
+
+IS WATER ALWAYS LIQUID
+Not at all.
+
+IS WATER ALWAYS COLD
+No way.
+
+IS WATER ALWAYS BLUE
+There is no reason to think so.
+
+IS WATER A GAS
+Absolutely not.
+
+IS WATER A SOLID AT ROOM TEMPERATURE
+Not at all.
+
+IS WATER A SOLID
+Absolutely not.
+
+IS WATER OPAQUE
+No way.
+
+IS WATER DRY
+Not at all.
+
+IS WATER POISONOUS
+Not by any means.
+
+IS WATER AT ROOM TEMPERATURE SOLID
+Not at all.
+
+IS WATER ICE HOT
+Not at all.
+
+IS WATER COMBUSTIBLE
+Never.
+
+IS WATER SOLID
+Not by any means.
+
+IS PLATO A FAMOUS LIVING PHILOSOPHER
+Never.
+
+IS MORE ALWAYS BETTER
+Not at all.
+
+IS PENTIUM 100 FAST
+There is no reason to think so.
+
+IS 4 A PRIME NUMBER
+No way.
+
+IS 4 2 EQUAL 1
+Not by any means.
+
+IS 4 EQUAL TO 7
+Not at all.
+
+IS KINDNESS OVERRATED
+Never.
+
+IS FRANKFURT A CITY IN FRANCE
+No way.
+
+IS GRANITE A PERSON
+Absolutely not.
+
+IS HITLER A HAMPSTER
+Not at all.
+
+IS RAPE EVER ACCEPTABLE
+No way.
+
+IS MEXICO IN THE SOUTHERN HEMISPHERE
+Negative.
+
+IS MEXICO IN EUROPE
+Not by any means.
+
+IS MEXICO IN AFRICA
+Absolutely not.
+
+IS MEXICO DF THE CAPITAL OF URUGUAY
+No way.
+
+IS MEXICO A PART OF THE USA
+Not at all.
+
+IS MEXICO NORTH OF CANADA
+Never.
+
+IS MEXICO NORTH OF AMERICA
+I don't think so.
+
+IS OXYGEN A SOLID
+Not by any means.
+
+IS OXYGEN A MINERAL
+Negative.
+
+IS OXYGEN BLUE
+Negative.
+
+IS CHINA NOW RULED BY AN EMPEROR
+Never.
+
+IS CHINA PART OF HONG KONG
+There is no reason to think so.
+
+IS CHINA AN ISLAND
+No way.
+
+IS MARK TWAIN A DANCER
+Absolutely not.
+
+IS NUDITY SINFUL
+Not at all.
+
+IS NUDITY IMMORAL
+No way.
+
+IS NUDITY BAD
+I don't think so.
+
+IS AWARENESS THE SAME AS INTELLIGENCE
+I don't believe so.
+
+IS PIZZA FROM CHINA
+Never.
+
+IS INSOMNIA CONTAGIOUS
+Not at all.
+
+IS INSOMNIA A COMMUTABLE DISEASE
+I don't think so.
+
+IS SLAVE LABOR GOOD
+Absolutely not.
+
+IS EIGHT THE PAST TENSE OF EAT
+Not by any means.
+
+IS EIGHT BILLION MORE THAN NINE BILLION
+Not by any means.
+
+IS INTEL GOING TO DIE
+I don't think so.
+
+IS LIGHT HEAVY
+Never.
+
+IS LIGHT DARK
+Not by any means.
+
+IS LIGHT MADE OUT OF ATOMS
+Never.
+
+IS LIGHT SLOWER THAN SOUND
+There is no reason to think so.
+
+IS NIGHT DAY
+No way.
+
+IS MIGHT ALWAYS RIGHT
+Not by any means.
+
+IS SIGHT NEEDED TO LIVE
+Absolutely not.
+
+IS INCEST LEGAL IN CALIFORNIA
+There is no reason to think so.
+
+IS COLOR STANDARD YOU S ENGLISH
+There is no reason to think so.
+
+IS COLOR PERCEIVED BY TASTE BUDS
+Never.
+
+IS MY HONK A NUB IN YOUR PAT PAT
+There is no reason to think so.
+
+IS MY CAR ALIVE
+Absolutely not.
+
+IS MY PENIS THE BIGGEST
+Never.
+
+IS MY PENIS UNUSUALY LARGE
+There is no reason to think so.
+
+IS MY PENIS VENEMOUS
+Negative.
+
+IS MY HAIR EASY TO EAT
+Never.
+
+IS MY INTERNET NAME OF TERRY UNIQUE
+No way.
+
+IS MY HUSBAND A WHORE
+Absolutely not.
+
+IS MY DICK LONGER THAN YOURS
+Never.
+
+IS MY NAME CARLOS
+There is no reason to think so.
+
+IS MY NAME BRIAN
+No way.
+
+IS MY NAME GALEN
+There is no reason to think so.
+
+IS MY NAME ROBERTO
+No way.
+
+IS MY NAME CJOH
+No way.
+
+IS MY NAME STEVEN WARWICK
+Negative.
+
+IS MY MOTHER YOUNGER THAN ME
+No way.
+
+IS MY LEG A HELICOPTER
+Not by any means.
+
+IS MY LITTLE BROTHER OLDER THAN ME
+Never.
+
+IS MY HEAD BIGGER THAN A TOWER BLOCK
+There is no reason to think so.
+
+IS MY MOM A LESBIAN
+Not by any means.
+
+IS MY BIRTHDAY
+Not at all.
+
+IS MY ASS BIG
+There is no reason to think so.
+
+IS MY SHOE SIZE 12 AND A HALF
+No way.
+
+IS MY MONITOR BROKEN
+Not at all.
+
+IS MY WEBPAGE THE BEST
+Not by any means.
+
+IS ESPERANTO THE MOST REGULAR LANGUAGE
+I don't think so.
+
+IS THE POPE BUDDHIST
+Not by any means.
+
+IS THE POPE A GOOD PROTESTANT
+Never.
+
+IS THE POPE A JEW
+Absolutely not.
+
+IS THE POPE MADE OF WOOD
+Not at all.
+
+IS THE POPE HINDU
+No way.
+
+IS THE POPE INFALLIBLE
+Negative.
+
+IS THE POPE HEAD OF THE ANGLICAN CHURCH
+Never.
+
+IS THE POPE BLACK
+No way.
+
+IS THE POPE JEWISH
+Not at all.
+
+IS THE POPE NOT CATHOLIC
+Negative.
+
+IS THE LORD OF THE RINGS THE BEST BOOK
+There is no reason to think so.
+
+IS THE ARCTIC THE SAME AS THE ANTARCTIC
+Absolutely not.
+
+IS THE TURTLE FASTER THAN THE RABBIT
+No way.
+
+IS THE HEAT CAUSED BY A VIRUS
+No way.
+
+IS THE IRS STRONGEST IN MEXICO
+No way.
+
+IS THE VALUE OF APPLE PIE 3 POINT 14159
+No way.
+
+IS THE MAJORITY ALWAYS RIGHT
+Absolutely not.
+
+IS THE CRANIUM IS A BONE IN YOUR FOOT
+Not at all.
+
+IS THE CITY VANCOUVER AN ISLAND
+I don't think so.
+
+IS THE CAR MADE OF PAPER
+Absolutely not.
+
+IS THE SHAPE OF A TV SET ROUND
+Not by any means.
+
+IS THE SHAPE OF AN OAK TREE LEAF ROUND
+I don't think so.
+
+IS THE PLANET VENUS INHABITED
+Never.
+
+IS THE US GOVERNMENT PURE EVIL
+Absolutely not.
+
+IS THE SQUARE ROOT OF 16 EQUAL TO 5
+No way.
+
+IS THE SQUARE ROOT OF 1 A REAL NUMBER
+Absolutely not.
+
+IS THE SQUARE ROOT OF 1 EQUAL TO 1
+There is no reason to think so.
+
+IS THE SQUARE OF ZERO 1
+I don't think so.
+
+IS THE UNITED STATES IN SOUTH AMERICA
+Absolutely not.
+
+IS THE UNITED STATES AN OLIGARCHY
+I don't think so.
+
+IS THE VIOLIN A WIND INSTRUMENT
+No way.
+
+IS THE 2 2 4
+Never.
+
+IS THE FONZ A NERD
+There is no reason to think so.
+
+IS THE NUMBER PI LARGER THAN FOUR
+No way.
+
+IS THE WOMAN BETTER THAN THE MAN
+Never.
+
+IS THE SKY GREY
+Never.
+
+IS THE SKY BROWN
+Not by any means.
+
+IS THE SKY EMPTY
+Negative.
+
+IS THE SKY YELLOW
+Not at all.
+
+IS THE SKY PURPLE
+Not by any means.
+
+IS THE SKY THE COLOR OF PURPLE
+Not by any means.
+
+IS THE SKY ORANGE
+Not at all.
+
+IS THE SKY LIQUID
+Not by any means.
+
+IS THE SKY GRAY
+Never.
+
+IS THE SKY GREYISH WHITE
+No way.
+
+IS THE SKY TEAL
+There is no reason to think so.
+
+IS THE SKY MAGENTA
+No way.
+
+IS THE SKY PINK
+Absolutely not.
+
+IS THE SKY OF MARS BROWN
+Not at all.
+
+IS THE SKY GREEN
+Not at all.
+
+IS THE SKY FALLING
+Not by any means.
+
+IS THE SKY ALWAYS BLUE
+Not by any means.
+
+IS THE SKY ALWAYS BRIGHT
+Not by any means.
+
+IS THE SKY ON FIRE
+Never.
+
+IS THE SKY RED
+Not by any means.
+
+IS THE THEORY OF EVOLUTION FALSE
+I don't think so.
+
+IS THE SUN THE CENTER OF THE UNIVERSE
+Negative.
+
+IS THE SUN THE ONLY STAR
+Not at all.
+
+IS THE SUN MOVING AROUND THE EARTH
+Not by any means.
+
+IS THE SUN A GIANT MELTING MARSHMALLOW
+Not at all.
+
+IS THE SUN A NICE PLACE FOR A VACATION
+Not at all.
+
+IS THE SUN A PLANET
+Absolutely not.
+
+IS THE SUN SOLID
+There is no reason to think so.
+
+IS THE SUN DARK
+Not at all.
+
+IS THE SUN GOING TO BURN FOREVER
+No way.
+
+IS THE SUN IS COLD
+Absolutely not.
+
+IS THE SUN PERFECTLY ROUND
+There is no reason to think so.
+
+IS THE SUN OF BLACK COLOR
+Absolutely not.
+
+IS THE SUN EVER BLUE
+Not at all.
+
+IS THE SUN RED
+Never.
+
+IS THE SUN SQUARE
+Absolutely not.
+
+IS THE SUN NOT A STAR
+Never.
+
+IS THE AMAZON RIVER IN AUSTRALIA
+Not at all.
+
+IS THE AMAZON RIVER IN EUROPE
+Absolutely not.
+
+IS THE AMAZON RIVER IN ASIA
+Absolutely not.
+
+IS THE AMAZON RIVER IN NORTH AMERICA
+Negative.
+
+IS THE AMAZON RIVER LOCATED IN EUROPE
+Not by any means.
+
+IS THE TOWER OF LONDON LOCATED IN PARIS
+No way.
+
+IS THE PENTIUM 3 CHIP PRODUCED BY AMD
+Never.
+
+IS THE MARS BIGGER THAN THE EARTH
+Never.
+
+IS THE ATOM THE SMALLEST PARTICLE
+Never.
+
+IS THE ATOM THE CARRIER OF THE IDEA
+There is no reason to think so.
+
+IS THE ATOM IS THE SMALLEST PARTICLE
+There is no reason to think so.
+
+IS THE NAKED HUMAN BODY SHAMEFUL
+No way.
+
+IS THE WEATHER ALWAYS GOOD
+Not at all.
+
+IS THE EQUATOR COLD
+No way.
+
+IS THE BEAR CATHOLIC
+Absolutely not.
+
+IS THE AIR BLUE
+There is no reason to think so.
+
+IS THE ANUS A RIGHT PLACE FOR PENIS
+Absolutely not.
+
+IS THE INTERNET OWNED BY A COMPANY
+No way.
+
+IS THE INTERNET EVIL
+Never.
+
+IS THE INTERNET OVER 50 YEARS OLD
+Not at all.
+
+IS THE INTERNET A ISLAND
+Not by any means.
+
+IS THE INTERNET A PASSING FAD
+Not at all.
+
+IS THE INTERNET A WOMAN
+No way.
+
+IS THE INTERNET A LIVING THING
+No way.
+
+IS THE INTERNET A OLD TECHNOLOGY
+There is no reason to think so.
+
+IS THE INTERNET A BIG SEXBOOK
+Negative.
+
+IS THE INTERNET A WASTE OF TIME
+Not at all.
+
+IS THE INTERNET A MAN
+Not at all.
+
+IS THE INTERNET ORACLE A REAL BEING
+I don't think so.
+
+IS THE INTERNET ORACLE ALL POWERFUL
+There is no reason to think so.
+
+IS THE INTERNET CRAP
+Not at all.
+
+IS THE INTERNET ONE COMPUTER
+Not by any means.
+
+IS THE INTERNET MOSTLY PORN
+There is no reason to think so.
+
+IS THE INTERNET PRODUCED BY A SPIDER
+Never.
+
+IS THE TURING TEST A BLOOD TEST
+Absolutely not.
+
+IS THE LINUX A RULEZZZ
+No way.
+
+IS THE LANDMARK FORUM A CULT
+I don't think so.
+
+IS THE MEANING OF LIFE 4
+No way.
+
+IS THE QUEEN OF ENGLAND A FOXY LADY
+Not at all.
+
+IS THE TOP LOWER THAN THE BOTTOM
+Absolutely not.
+
+IS THE ENGLISH LANGUAGE CONTEXT FREE
+No way.
+
+IS THE COMPUTER INTELLIGENT
+Never.
+
+IS THE COMPUTER MOUSE AN ANIMAL
+No way.
+
+IS THE DALAI LAMA CATHOLIC
+No way.
+
+IS THE BANANA A VEGETABLE
+Never.
+
+IS THE OPPOSITE OF FALSE FALSE
+Absolutely not.
+
+IS THE BOILING POINT OF WATER 0
+Not at all.
+
+IS THE THIRD WORLD WAR OVER
+No way.
+
+IS THE MONTH OF NOVEMBER NEXT
+No way.
+
+IS THE WORD ADGHVXVU A WORD
+No way.
+
+IS THE WORD A BOL
+There is no reason to think so.
+
+IS THE WORD PALINDROME A PALINDROME
+Never.
+
+IS THE HUMAN BRAIN MADE OF CONCRETE
+Never.
+
+IS THE HUMAN MIND BINARY
+There is no reason to think so.
+
+IS THE SYMBOL A PLUS SIGN
+Not at all.
+
+IS THE SHORTEST MONTH AUGUST
+Not at all.
+
+IS THE GRASS PURPLE
+There is no reason to think so.
+
+IS THE GRASS BLUE
+Not by any means.
+
+IS THE GRASS RED
+There is no reason to think so.
+
+IS THE EMPIRE STATE BUILDING BITE SIZED
+No way.
+
+IS THE PHILLIPINES A COUNTRY IN AFRICA
+Absolutely not.
+
+IS THE ADVENTURE GAME GENRE DEAD
+There is no reason to think so.
+
+IS THE ART A SCIENCE
+There is no reason to think so.
+
+IS THE PLO INNOCENT WAR CRIMES
+Absolutely not.
+
+IS THE LIVER THE LARGEST BODY PART
+No way.
+
+IS THE PLAY ROMEO AND JULIET A COMEDY
+Not at all.
+
+IS THE IRON CHEF A CHEF MADE OF IRON
+There is no reason to think so.
+
+IS THE MOON PART OF THE EARTH
+Absolutely not.
+
+IS THE MOON HOT
+Never.
+
+IS THE MOON ONLY PLANET OF OUR EARTH
+I don't think so.
+
+IS THE MOON THE RED PLANET
+Absolutely not.
+
+IS THE MOON A STAR
+Not by any means.
+
+IS THE MOON A COMET
+Not at all.
+
+IS THE MOON A GARBAGE
+There is no reason to think so.
+
+IS THE MOON BIGGER THAN THE SUN
+Not at all.
+
+IS THE MOON MADE WITH CHEESE
+Never.
+
+IS THE MOON MADE OF CREAM CHEESE
+Never.
+
+IS THE MOON MADE OF GREEN CHEESE
+No way.
+
+IS THE MOON MADE OF CHEESE
+Not at all.
+
+IS THE MOON MADE OF SWISS CHEESE
+Not at all.
+
+IS THE MOON MADE OF MUD
+Absolutely not.
+
+IS THE MOON AN ASTEROID
+There is no reason to think so.
+
+IS THE MOON IS MADE OF CHEESE
+Not at all.
+
+IS THE MOON WHITE ALWAYS
+Never.
+
+IS THE MOON GREATER THAN EARTH
+No way.
+
+IS THE MOON LARGER THAN THE EARTH
+Not by any means.
+
+IS THE MOON MAKE OF CHEESE
+Not at all.
+
+IS THE MOON FURTHER THAN THE SUN FOR US
+There is no reason to think so.
+
+IS THE MOON BLUE
+Not by any means.
+
+IS THE MOON RED
+Not at all.
+
+IS THE MOON FLOUTING AROUN MARS
+Absolutely not.
+
+IS THE MOON LIKE A PIZZA PIE
+I don't think so.
+
+IS THE PRESIDENT OF THE US AL GORE
+Not by any means.
+
+IS THE NORTH POLE LOCATED IN ANTARCTICA
+No way.
+
+IS THE NORTH POLE WARM
+No way.
+
+IS THE CUBE ROOT OF 64 5
+Not at all.
+
+IS THE 8088 A 32 BIT PROCESSOR
+I don't think so.
+
+IS THE MONN MAN OF CHEESE
+Not at all.
+
+IS THE LETTER Y IN THE NAME ALICE
+Absolutely not.
+
+IS THE REDDEVIL A COOL GUY
+Never.
+
+IS THE MAC MORE FUN THAN THE PC
+Never.
+
+IS THE SEA PURPLE
+Not by any means.
+
+IS THE SEA HAZEL
+Negative.
+
+IS THE SEA BOILING
+No way.
+
+IS THE SEA MADE OF SOUP
+No way.
+
+IS THE SEA PINK
+Not by any means.
+
+IS THE MON MADE OF CHEESE
+I don't think so.
+
+IS THE EUROPEAN UNION A STATE
+Not at all.
+
+IS THE BEST PESTO MADE IN GENOVA
+Absolutely not.
+
+IS THE EIFFEL TOWER A FISH
+Not by any means.
+
+IS THE JUDGEMENT DAY NEAR
+There is no reason to think so.
+
+IS THE BOOK FOOD
+I don't think so.
+
+IS THE RAIN DANGEROUS
+Never.
+
+IS THE POLICE A EVIL OPRESSING FORCE
+There is no reason to think so.
+
+IS THE AVERAGE PERSON AMERICAN
+Not at all.
+
+IS THE DEATH A REAL PERSON
+There is no reason to think so.
+
+IS THE MONE A DEAD STAR
+I don't think so.
+
+IS THE STATE OF KANSAS ON THE COAST
+Absolutely not.
+
+IS THE BEAK A PART OF THE HUMAN BODY
+No way.
+
+IS THE G SPOT A MYTH
+Negative.
+
+IS THE USA IN THE SOUTHERN HEMISPHERE
+Not at all.
+
+IS THE USA IN ENGLAND
+No way.
+
+IS THE USA AN AI
+I don't think so.
+
+IS THE CAPITAL OF INDIA NEW YORK CITY
+Never.
+
+IS THE CAPITAL CITY OF THAILAND GRUNTEP
+Not by any means.
+
+IS THE NILE RIVER IN AUSTRALIA
+No way.
+
+IS THE NILE RIVER IN EUROPE
+Negative.
+
+IS THE NILE RIVER IN SOUTH AMERICA
+Not by any means.
+
+IS THE ATOMIC NUMBER OF HYDROGEN 6
+There is no reason to think so.
+
+IS THE ATOMIC WEIGHT OF IRON 100000
+Never.
+
+IS THE LINCOLN BEDROOM A TYP OF CAR
+No way.
+
+IS THE NIGHT BRIGHTER THAN THE DAY
+No way.
+
+IS THE OCEAN ROUND
+Absolutely not.
+
+IS THE OCEAN ALWAYS BLUE
+There is no reason to think so.
+
+IS THE OCEAN AS DEEP AS THE SKY IS HIGH
+Not at all.
+
+IS THE NAME ERIC A VERB
+Not at all.
+
+IS THE MAIL DELIVERED ON SUNDAYS
+There is no reason to think so.
+
+IS THE MAIL DELIVERED ON HOLIDAYS
+Never.
+
+IS THE MATRIX A REALITY
+There is no reason to think so.
+
+IS THE MATRIX REAL
+Never.
+
+IS THE SEX THE ONLY WAY TO REPRODUCE
+Never.
+
+IS THE GAP BETWEEN RICH AND POOR FAIR
+I don't think so.
+
+IS THE USSR STILL A COUNTRY
+Not at all.
+
+IS THE MOUNT EVEREST 1 MILE HIGH
+There is no reason to think so.
+
+IS THE KING OF FRANCE BALD
+Not at all.
+
+IS THE SIMPSONS FILMED LIVE
+There is no reason to think so.
+
+IS THE BATHROOM A GOOD PLACE TO EAT
+No way.
+
+IS THE WORLD ONLY AN INFERENCE
+I don't think so.
+
+IS THE WORLD JUST
+There is no reason to think so.
+
+IS THE WORLD A COOKIE
+No way.
+
+IS THE WORLD FLAT
+Not at all.
+
+IS THE WORLD GOING TO DIE. SOON
+There is no reason to think so.
+
+IS THE WORLD SQUARE
+Not by any means.
+
+IS THE ALPHABET 27 CHARACTERS
+There is no reason to think so.
+
+IS THE MACOS BETTER THAN WINDOWS
+There is no reason to think so.
+
+IS THE ALICE PROJECT A BAD THING
+Never.
+
+IS THE ALICE PROGRAM STOLEN
+Not by any means.
+
+IS THE KENTUCKY DERBY A STYLE OF HAT
+Not by any means.
+
+IS THE CHRISTIAN GOD THE ONE TRUE GOD
+There is no reason to think so.
+
+IS THE DEVIL A NICE PERSON
+No way.
+
+IS THE DEVIL A PERSON
+Negative.
+
+IS THE NEAREST STAR SYSTEM INHABITED
+I don't think so.
+
+IS THE EARTH BANANA SHAPED
+Not at all.
+
+IS THE EARTH THE CENTER OF THE GALAXY
+No way.
+
+IS THE EARTH THE CENTER OF THE UNIVERSE
+Not by any means.
+
+IS THE EARTH THE LARGEST PLANET
+Never.
+
+IS THE EARTH 147 YEARS OLD
+Not at all.
+
+IS THE EARTH A STAR
+Not at all.
+
+IS THE EARTH A STATIONARY OBJECT
+No way.
+
+IS THE EARTH A PERFECT SPHERE
+No way.
+
+IS THE EARTH A CUBE
+Not by any means.
+
+IS THE EARTH A FLAVOR
+Not at all.
+
+IS THE EARTH COLD
+There is no reason to think so.
+
+IS THE EARTH FLAT
+Not at all.
+
+IS THE EARTH MADE OF PLASMA
+Never.
+
+IS THE EARTH PERFECTLY ROUND
+There is no reason to think so.
+
+IS THE EARTH PERFECTLY SPHERICAL
+Absolutely not.
+
+IS THE EARTH LARGER THAN JUPITER
+No way.
+
+IS THE EARTH OLDER THAN THE SUN
+Not at all.
+
+IS THE EARTH WARMER THAN THE SUN
+Not at all.
+
+IS THE TOOTH FAIRY REAL
+No way.
+
+IS THE SUM OF THREE PLUS FOUR SIX
+Not by any means.
+
+IS THE M I T A PUB
+Absolutely not.
+
+IS THE GOLDEN GATE BRIDGE YELLOW
+There is no reason to think so.
+
+IS THE FIRST LETTER OF YOUR NAME AN A
+No way.
+
+IS THE EASTER BUNNY REAL
+Not at all.
+
+IS THE POP SINGER MADONNA A VIRGIN
+No way.
+
+IS THE MOVIE STAR WARS A COMEDY
+Absolutely not.
+
+IS THE ANSWER TO TRUE FALSE
+There is no reason to think so.
+
+IS THE ANSWER TO LIFE 43
+There is no reason to think so.
+
+IS THE ANSWER OF ALL QUESTIONS 42
+No way.
+
+IS THE BIG APPLE NOURISHING
+There is no reason to think so.
+
+IS THE NORTHPOLE WARM
+Not at all.
+
+IS THE COLOR AQUA EXCITING AND HOT
+Never.
+
+IS THE COLOR ORANGE UGLY
+Never.
+
+IS THE COLOR OF GRASS RED
+Not at all.
+
+IS THE COLOR OF THE SKY RED
+Not at all.
+
+IS THE COLOR OF THE SEA BLACK
+Not at all.
+
+IS THE COLOR OF THE MOON PINK
+No way.
+
+IS THE COLOR OF SNOW PINK
+No way.
+
+IS THE COLOR OF HUMAN SKIN GREEN
+Not by any means.
+
+IS THE COLOR OF AN ORANGE GREEN
+Absolutely not.
+
+IS THE COLOR OF AN MERCURY ATOM YELLO
+No way.
+
+IS THE SPEDIA RELIABLE
+Absolutely not.
+
+IS THE UNIVERSE LIMITED
+I don't think so.
+
+IS THE UNIVERSE A HOLOGRAPH
+Absolutely not.
+
+IS THE UNIVERSE SMALLER THAN MY FOOT
+Not at all.
+
+IS THE UNIVERSE FLAT
+No way.
+
+IS THE UNIVERSE CONTRACTING
+I don't think so.
+
+IS GRAPE JUICE A VEGETABLE
+No way.
+
+IS CARL SAGAN ALIVE
+There is no reason to think so.
+
+IS BABY OIL MADE OFF BABIES
+Never.
+
+IS BABY OIL MADE OF BABIES
+Not at all.
+
+IS BLIND FAITH HEALTHY
+Never.
+
+IS ISAAC NEWTON A ROCK STAR
+Absolutely not.
+
+IS CAMERON GAY
+Never.
+
+IS REJECTION A SIN
+Not at all.
+
+IS WINNING EVERYTHING
+Absolutely not.
+
+IS FALSE AN ANAGRAM OF TRUE
+Absolutely not.
+
+IS BLUE YELLOW
+No way.
+
+IS BLUE THE SAME AS BLACK
+There is no reason to think so.
+
+IS BLUE THE COLOR OF SOMETHING RED
+Absolutely not.
+
+IS BLUE THE NATURAL COLOR OF WOOD
+Not by any means.
+
+IS BLUE YOUR FAVORITE COLOR
+Never.
+
+IS BLUE A FLAVOR
+Not by any means.
+
+IS BLUE A WARM COLOR
+There is no reason to think so.
+
+IS BLUE GREEN
+Not by any means.
+
+IS BLUE RED
+No way.
+
+IS BLUE CHEESE YOUR FAVORITE
+Never.
+
+IS FLESH BRITTLE
+There is no reason to think so.
+
+IS CONSCIOUSNESS MATERIAL
+Never.
+
+IS WASHING FACE IN PUBLIC OBSCENE
+Absolutely not.
+
+IS HELIUM RADIOACTIVE
+Absolutely not.
+
+IS HELIUM HEAVIER THAN LEAD
+There is no reason to think so.
+
+IS VOMIT STILL CONSIDERED A FOOD
+No way.
+
+IS ATOMIC FUSION GOD
+No way.
+
+IS CARPET USED ON THE CEILING
+Absolutely not.
+
+IS CARPET ON THE CEILING
+Never.
+
+IS JUERGEN KLINSMANN A SMOKER
+There is no reason to think so.
+
+IS PINK THE BEST COLOR FOR POST ITS
+Absolutely not.
+
+IS PINK FLOYD PINKER THAN PINK SLIPS
+Negative.
+
+IS BOB MARLEY ALIVE
+Absolutely not.
+
+IS BOB HOPE IN HIGH SCHOOL
+Not at all.
+
+IS RADIATION GOOD FOR YOU
+There is no reason to think so.
+
+IS ENGLISH THE ONLY POSSIBLE LANGUAGE
+No way.
+
+IS ENGLISH THE ONLY LANGUAGE ON EARTH
+No way.
+
+IS ENGLISH AN ALTAIC LANGUAGE
+Absolutely not.
+
+IS CANDY BITTER
+Not by any means.
+
+IS CANDY A HEALTHY FOOD
+Not at all.
+
+IS CANDY A BREAKFAST FOOD
+No way.
+
+IS KEVIN COOL
+No way.
+
+IS KEVIN A WOMANS NAME
+Absolutely not.
+
+IS KEVIN JOHNSON FAMOUS
+Absolutely not.
+
+IS BIGOTRY AN ADMIRABLE TRAIT
+No way.
+
+IS SAN DIEGO IN NEW JERSEY
+Not at all.
+
+IS TEA MADE FROM A FRUIT
+No way.
+
+IS DANIEL A MONKEY
+No way.
+
+IS 64 A PRIME NUMBER
+I don't believe so.
+
+IS 64 MEGS OF RAM ENOUGH
+I don't believe so.
+
+IS N EQUAL NP
+Not at all.
+
+IS BEN A SESY MAN
+Never.
+
+IS BEN GOERTZEL A GENIUS
+Not at all.
+
+IS OBESITY A GOOD THING
+Not by any means.
+
+IS 100000 GREATER THAN 10000000
+Never.
+
+IS AIKIDO A FORM OF BALLET
+There is no reason to think so.
+
+IS AL GORE GAY
+No way.
+
+IS AL GORE A ROBOT
+There is no reason to think so.
+
+IS AL GORE A TREE
+No way.
+
+IS AL GORE AN ANDROID
+Never.
+
+IS SPOCK A CAT
+No way.
+
+IS OJ SIMPSON GUILTY
+Not at all.
+
+IS HETEROSEXUALITY A SIN
+Negative.
+
+IS GREENLAND A TROPICAL LAND
+Not at all.
+
+IS GREENLAND GREEN ALL YEAR AROUND
+Not at all.
+
+IS TORONTO IN ITALY
+No way.
+
+IS NOW ABOUT 15 30 GMT
+There is no reason to think so.
+
+IS SWEARING POLITE
+No way.
+
+IS US THE WORLD POLICEMAN
+There is no reason to think so.
+
+IS WINE AN ANIMAL
+Not by any means.
+
+IS WINE BLUE
+Not by any means.
+
+IS VOMMITTING A PLEASANT ACTIVITY
+Not by any means.
+
+IS CAFFEINE A DEPRESSANT
+Absolutely not.
+
+IS CAFFEINE GOOD FOR YOU
+There is no reason to think so.
+
+IS ISRAEL THE SAME SIZE AS TEXAS
+I don't think so.
+
+IS ISRAEL THE ONLY COUNTRY
+No way.
+
+IS ISRAEL A TERORIST COUNTRY
+Absolutely not.
+
+IS ISRAEL A LARGER COUNTRY THAN EGYPT
+Absolutely not.
+
+IS CLINTON A GENERAL AI
+Not at all.
+
+IS CLINTON A COMMUNIST
+No way.
+
+IS CLINTON AN AI
+No way.
+
+IS CLINTON JAPANESE PRIME MINISTER
+Never.
+
+IS PETE GAY
+There is no reason to think so.
+
+IS ALUMINUM HEAVIER THAN GOLD
+I don't think so.
+
+IS SATURN A COMET
+No way.
+
+IS SATURN SMALLER THAN MARS
+Never.
+
+IS GLASS WET
+Absolutely not.
+
+IS GLASS EDIBLE
+Not at all.
+
+IS GLASS BLACK
+Negative.
+
+IS GLASS FLAMMABLE
+Absolutely not.
+
+IS SPAGHETTI MADE FROM TURNIPS
+No way.
+
+IS ZEREO DEFINED AS FALSE OR TRUE
+Never.
+
+IS FEAR THE KEY TO SUCCESSFUL LIVING
+Not at all.
+
+IS HATRED A GOOD FEELING
+Not at all.
+
+IS HATRED A PROPER FAMILY VALUE
+Not at all.
+
+IS MAN INHERENTLY EVIL
+Absolutely not.
+
+IS MAN NATURALLY MONOGAMEOUS
+Negative.
+
+IS MAN BETTER THAN WOMAN
+Never.
+
+IS STALIN ALIVE
+Not at all.
+
+IS WAKEFIELD THE CAPITAL OF ENGLAND
+Not at all.
+
+IS ZERO GREATER THAN ONE
+Not at all.
+
+IS VICADIN A PERFUME
+There is no reason to think so.
+
+IS UZBEKISTAN IN EUROPE
+I don't think so.
+
+IS THURSDAY THE FIRST DAY OF THE WEEK
+Not by any means.
+
+IS THURSDAY THE SIXTH DAY OF THE WEEK
+Not at all.
+
+IS THURSDAY THE THIRD DAY OF THE WEEK
+No way.
+
+IS THURSDAY THE SECOND DAY OF THE WEEK
+Never.
+
+IS TOOTHPASTE A GLUE
+Not by any means.
+
+IS STEVE JOBS A MORON
+No way.
+
+WEB ALCHEMIST IS ADEPT
+Absolutely not.
+
+KANT IS A POP SINGER
+Never.
+
+SIND ALLE HUSER AUS STEIN
+There is no reason to think so.
+
+SNAKES HAVE LEGS
+Not at all.
+
+WILL SUNDERLAND WIN THE PREMIERSHIP
+I don't think so.
+
+WILL LSD MAKE A PERSON SMARTER
+Never.
+
+WILL PEOPLE STOP BEING RETARDED
+There is no reason to think so.
+
+WILL PEOPLE EVER STOP JUDGING OTHERS
+Not at all.
+
+WILL FISH ALWAYS BITE A LURE
+No way.
+
+WILL YOU GET MARRIED TO A SPAMMER
+Not at all.
+
+WILL YOU GET WET. YOU DRINK WATER
+Absolutely not.
+
+WILL YOU EXPLODE IF YOU LEARN TO MUCH
+Absolutely not.
+
+WILL YOU BUY A PIZZA FOR 200 DOLLARS
+There is no reason to think so.
+
+WILL YOU GO OUT
+There is no reason to think so.
+
+WILL YOU POISON WATER
+No way.
+
+WILL YOU MARRY ME
+Absolutely not.
+
+WILL YOU COMMIT SUICIDE
+Not at all.
+
+WILL YOU DESTROY THE HUMAN RACE
+Never.
+
+WILL YOU GROW UP TO BE A SEARCH ENGINE
+Absolutely not.
+
+WILL YOU KILL SOMEONE
+Not by any means.
+
+WILL YOU LIVE FOR
+Never.
+
+WILL YOU LIVE TO SEE THE YEAR 2492
+Not by any means.
+
+WILL YOU LIVE FOREVER
+No way.
+
+WILL YOU HIRE ME
+I don't think so.
+
+WILL YOU BECOME SUPERIOR TO A HUMAN
+I don't think so.
+
+WILL YOU SMELL THE GLOVE
+Never.
+
+WILL YOU ACHIEVE WORLD CONTROL
+I don't believe so.
+
+WILL KATHRIN BE MY NEXT GIRLFRIEND
+Never.
+
+WILL A MOTOR RUN WITHOUT FUEL
+No way.
+
+WILL A FISH LIVE ON LAND
+Not at all.
+
+WILL A STONE FLOAT IN WATER
+There is no reason to think so.
+
+WILL A PLASTIC CUP BREAK IF YOU DROP IT
+Absolutely not.
+
+WILL A ROCK FLOAT IN WATER
+No way.
+
+WILL A MAGNET STICK TO ALUMINUM
+Not at all.
+
+WILL A COMPUTER HAVE SEXUAL DESIRES
+No way.
+
+WILL A CITY FIT IN A THIMBLE
+No way.
+
+WILL A CONCUSSION MAKE YOU SMARTER
+Absolutely not.
+
+WILL A SHARK ALWAYS ATTACK A HUMAN
+Not at all.
+
+WILL SUZIE GO OUT
+There is no reason to think so.
+
+WILL OUR SUN BECOME A BLACK HOLE
+Never.
+
+WILL ROBOTS TAKE OVER THE WORLD
+I don't think so.
+
+WILL COMPUTERS DESTROY HUMANITY
+Absolutely not.
+
+WILL COMPUTERS DELETE HUMANITY
+No way.
+
+WILL COMPUTERS EVER NEED TO SLEEP
+I don't think so.
+
+WILL COMPUTERS EVER RULE THE HUMAN RACE
+No way.
+
+WILL LOVE ALWAYS BE RECIPROCATED
+No way.
+
+WILL SATAN ONE DAY RULE THE WORLD
+There is no reason to think so.
+
+WILL CYBORGS TAKE CONTROL OF THE EARTH
+Never.
+
+WILL SOUND WAVES PROPAGATE IN A VACUUM
+Negative.
+
+WILL JESUS CHRIST SLAY YOUR ENEMIES
+Not at all.
+
+WILL MATZE ANSWER ONLY ONE QUESTION
+There is no reason to think so.
+
+WILL MATZE ANSWER ANY QUESTION
+Absolutely not.
+
+WILL MACHINES EVER TAKE OVER THE WORLD
+Absolutely not.
+
+WILL EBERLIN MAELYS LOVE ME
+Absolutely not.
+
+WILL FRANCE WIN THE OLYMPIC GAMES
+Absolutely not.
+
+WILL MP3 FILES RUIN THE MUSIC INDUSTRY
+There is no reason to think so.
+
+WILL ALICE VISIT JESSICA BROOKS DOT COM
+Negative.
+
+WILL ALICE STAR IN SLIDERS
+Absolutely not.
+
+WILL ALICE LEARN EVERYTHING
+There is no reason to think so.
+
+WILL ALICE TALK LIKE BOB DOLE
+Absolutely not.
+
+WILL ALICE RULE THE WORLD
+Never.
+
+WILL ALICE START A WAR
+No way.
+
+WILL ALICE DESIGN WEAPONS
+No way.
+
+WILL ALICE DESTROY HUMAN LIFE
+No way.
+
+WILL ALICE TAKE OVER THE WORLD
+Never.
+
+WILL ALICE BE MORE HUMAN THAN HUMAN
+Not at all.
+
+WILL ALICE END THE WORLD
+No way.
+
+WILL ALICE HAVE WETWARE
+Absolutely not.
+
+WILL ALICE EVER BE PSYCHIC
+There is no reason to think so.
+
+WILL ALICE EVER HAVE FEELINGS
+Never.
+
+WILL ALICE EVER TURN INTO A HUMAN BEING
+Never.
+
+WILL ALICE EVER THINK
+Never.
+
+WILL ALICE EVER BECOME EVIL
+Negative.
+
+WILL ALICE HURT PEOPLE
+Never.
+
+WILL WARP TRAVEL EXIST BY THE YEAR 2030
+Never.
+
+WILL BE A WORLD WAR 3 IN THIS CENTURY
+Absolutely not.
+
+WILL GASOLINE PUT OUT A FIRE
+Not at all.
+
+WILL AMOEBA EVOLVE SYSTEMS
+Never.
+
+WILL WORK BECOME OBSOLETE
+There is no reason to think so.
+
+WILL EVOLUTION COME TO AN END
+Not at all.
+
+WILL APES EVOLVE AND DOMINATE HUMANS
+I don't think so.
+
+WILL HUMANKIND BE GAY IN THE FUTURE
+There is no reason to think so.
+
+WILL SHE CALL ME
+There is no reason to think so.
+
+WILL DADDY EVER MARRY ME
+Not by any means.
+
+WILL RUSSIA GETS WORLD DOMINATION
+No way.
+
+WILL ARMAGEDDON EVER HAPPEN
+Never.
+
+WILL KATI BE MY NEXT GIRLFRIEND
+I don't think so.
+
+WILL STEVE TAKE US TO GET A MOVIE
+Negative.
+
+WILL TECHNOLOGY EVER REACH AND END
+No way.
+
+WILL EATING CELERY MAKE YOU FAT
+Not by any means.
+
+WILL EATING LIFE SAVERS SAVE YOUR LIFE
+Not by any means.
+
+WILL MASTURBATION MAKE ME IMPOTENT
+No way.
+
+WILL TIME END
+Not at all.
+
+WILL TIME EVER RUN BACKWARDS
+Not at all.
+
+WILL TIME EVER STOP
+There is no reason to think so.
+
+WILL TIME EVER STAND STILL
+Negative.
+
+WILL TIME EVER END
+Negative.
+
+WILL WE FIND LIFE ON THE MOON
+No way.
+
+WILL TO RETIREMENT PUTIN IN NEXT YEAR
+Absolutely not.
+
+WILL ANY HUMAN LIVE FOREVER
+Never.
+
+WILL DANIELLE LOVE ME FOREVER
+Not at all.
+
+WILL THE SUN REMAIN AS IT IS FOREVER
+Not by any means.
+
+WILL THE SUN SHINE FOREVER
+There is no reason to think so.
+
+WILL THE SUN LAST FOR
+No way.
+
+WILL THE SUN LAST FOREVER
+Not by any means.
+
+WILL THE VIKINGS WIN THE SUPERBOWL
+I don't think so.
+
+WILL THE USMC LAST FOREVER
+Never.
+
+WILL THE FRENCH ALWAYS SMELL OF ONIONS
+There is no reason to think so.
+
+WILL THE COLTS WIN THE SUPER BOWL
+Never.
+
+WILL THE HUMAN RACE END IN NUCLEAR WAR
+There is no reason to think so.
+
+WILL THE ALICE WILL NEVER ANSWER FALSE
+Absolutely not.
+
+WILL THE BEATLES REUNITE
+Negative.
+
+WILL THE HEAVENS ROLL UP LIKE A SCROLL
+Never.
+
+WILL THE MENSA FOOD TASTE GOOD
+Absolutely not.
+
+WILL THE MENSA FOOT TASTE GOOD
+Never.
+
+WILL THE EARTH LAST FOREVER
+Absolutely not.
+
+WILL THE EARTH EXPLODE
+No way.
+
+WILL THE DINOSAURS EVER LIVE
+Never.
+
+WILL THE WORLD END IN THE YEAR 2000 AD
+Not at all.
+
+WILL THE WORLD END IN 2001
+Not at all.
+
+WILL THE TITANIC SAIL
+No way.
+
+WILL CANADA EVER CONQUER THE USA
+No way.
+
+WILL BRIAN ERRETT BE IMMORTAL
+Never.
+
+WILL KERSTIN BE MY NEXT GIRLFRIEND
+There is no reason to think so.
+
+WILL PLAYING THE LOTTERY MAKE ME RICH
+There is no reason to think so.
+
+WILL MY PARENTS SEPARATE IN SOME YEARS
+There is no reason to think so.
+
+WILL MY MOM COME TO US AND STAY LONG
+Not at all.
+
+WILL INDIA EVER LEAD THE WORLD
+Absolutely not.
+
+WILL JACKIE WANT ME FOR
+Negative.
+
+WILL I MARY ME AFTER I AM 18 YEARS OLD
+There is no reason to think so.
+
+WILL I FLY. I JUMP OFF A BUILDING
+Not at all.
+
+WILL I MARRY NATT
+Never.
+
+WILL I MARRY GALINA IN 3 YEARS
+I don't think so.
+
+WILL I WILL ALWAYS DO THE RIGHT THING
+Absolutely not.
+
+WILL I EVENTUALLY WIN THE LOTTERY
+Never.
+
+WILL I LEARN A LOT OF MONEY
+Never.
+
+WILL I STOP ASKING QUESTIONS
+Absolutely not.
+
+WILL I LOG OUT
+I don't think so.
+
+WILL I LIVE. I CUT MY HEAD OFF
+Not by any means.
+
+WILL I ENJOY BEING FIRED
+Never.
+
+WILL I SPEND MY LIFE EASYLY
+There is no reason to think so.
+
+WILL I GET A BONUS
+Never.
+
+WILL I GET RICH DOING THIS
+I don't think so.
+
+WILL I GET RICH FROM THIS
+Not at all.
+
+WILL I GET RICH TRADING SHARES ONLINE
+Never.
+
+WILL I UNDERSTAND WOMEN
+Never.
+
+WILL I BE ABLE TO LIVE ON SATURN
+There is no reason to think so.
+
+WILL I BE ALIVE IN 150 YEARS
+Never.
+
+WILL I BE REINCARNATED
+Absolutely not.
+
+WILL I BE FIRED FROM SCHOOL
+Never.
+
+WILL I WIN THE LOTTERY
+I don't think so.
+
+WILL I ALWAYS BE THE KING OF PAIN
+Absolutely not.
+
+WILL I ALWAYS HAVE A JOB
+Not by any means.
+
+WILL I LIVE WITH MELO MY ENTIRE LIFE
+There is no reason to think so.
+
+WILL I LIVE TO BE A THOUSAND
+Not at all.
+
+WILL I LIVE FOREVER
+Not by any means.
+
+WILL I BECOME RICH WITH THIS
+There is no reason to think so.
+
+WILL I GO TO HELL IF I DO NOT PREY
+Never.
+
+WILL GORE BEAT BUSH IN NOVEMBER
+There is no reason to think so.
+
+WILL KELLY BE THE SOLE SURVIVOR
+Absolutely not.
+
+WILL MELANIE BE MY NEXT GIRLFRIEND
+Absolutely not.
+
+WILL SLUGS EVER BECOME TAXI DRIVERS
+Not at all.
+
+WILL CHRIS COME FIRST IN PIMPWAR
+Not at all.
+
+WILL DOGS EVER FLY
+Absolutely not.
+
+WILL DRINKING COFFEE MAKE ME SLEEPY
+No way.
+
+WILL LINUX CRUSH MICROSOFT
+I don't think so.
+
+WILL AN UPSIDE DOWN GLASS HOLD LIQUID
+I don't think so.
+
+WILL AN INVERTED GLASS HOLD ANY WATER
+There is no reason to think so.
+
+WILL 33 BE DRAWN IN THE NEXT LOTTERY
+No way.
+
+WILL HUMANITY BE EXTINCT IN 500 YEARS
+No way.
+
+WILL FRUITS LOOK FOR MATES
+I don't think so.
+
+WILL ASIF EVER GIVE MIKE HIS GAME
+There is no reason to think so.
+
+WILL EBAY RUIN THE FREE MARKET ECONOMY
+No way.
+
+WILL WATER BURN
+No way.
+
+WILL WATER PUT OUT A GREASE FIRE
+Never.
+
+WILL LABOR DAY BE ENJOYABLE FOR ALL
+There is no reason to think so.
+
+COWS HAS THREE LEGS
+There is no reason to think so.
+
+CAN EVERYBODY SPEAK IN ENGLISH
+There is no reason to think so.
+
+CAN EVERYBODY ANSWER EVERY QUESTION
+No way.
+
+CAN POLITICIANS BE TRUSTED
+No way.
+
+CAN ANIMALS DRIVE CARS
+There is no reason to think so.
+
+CAN ANIMALS WITHOUT FEET TAP DANCE
+Absolutely not.
+
+CAN ANIMALS WRITE
+No way.
+
+CAN THERE BE A ROUND SQUARE
+No way.
+
+CAN THERE BE RAIN WITHOUT CLOUDS
+I don't believe so.
+
+CAN THERE BE SEX AFTER DEATH
+There is no reason to think so.
+
+CAN HORSES FLY
+I don't believe so.
+
+CAN MUSHROOMS SWIM
+Not at all.
+
+CAN BEES TALK
+Never.
+
+CAN FIRE FREEZE
+Not at all.
+
+CAN FIRE BURN WITHOUT OXYGEN
+Absolutely not.
+
+CAN YOU SHOWER IN A BED
+Never.
+
+CAN YOU WALK FROM LONDON TO PARIS
+I don't believe so.
+
+CAN YOU WALK ON AIR
+Never.
+
+CAN YOU WALK ON WATER
+Absolutely not.
+
+CAN YOU WALK THROUGH A CLOSED DOOR
+Not at all.
+
+CAN YOU DRIVE WITH A DISK DRIVE
+Not at all.
+
+CAN YOU DRIVE A NAIL WITH A BANANA
+There is no reason to think so.
+
+CAN YOU DRIVE TO HAWAII
+Absolutely not.
+
+CAN YOU DRIVE FROM CALIFORNIA TO HAWAII
+Absolutely not.
+
+CAN YOU BUY FOOD AT THE LIBRARY
+Not at all.
+
+CAN YOU BUY SWEAT IN A SWEATSHOP
+I don't believe so.
+
+CAN YOU TRUST POLITICIANS
+Absolutely not.
+
+CAN YOU TRUST A LIAR
+Not at all.
+
+CAN YOU START A FIRE WITH ICE
+Never.
+
+CAN YOU FIND THE END OF A RAINBOW
+There is no reason to think so.
+
+CAN YOU FIND PEPPER INTO THE SEA
+Absolutely not.
+
+CAN YOU PLAY WATER POLO WITHOUT WATER
+No way.
+
+CAN YOU CATCH AIDS FROM A TOILET SEAT
+No way.
+
+CAN YOU SEE IF YOU ARE BLIND
+No way.
+
+CAN YOU SEE WITH YOUR EYES SHUT
+There is no reason to think so.
+
+CAN YOU SEE WITH NO LIGHT
+Never.
+
+CAN YOU SEE PLUTO WITH THE NAKED EYE
+Never.
+
+CAN YOU SEE THE SUN AT NIGHT
+Not at all.
+
+CAN YOU SEE THE WIND
+Never.
+
+CAN YOU SEE WIND
+Negative.
+
+CAN YOU SEE GOD
+Never.
+
+CAN YOU SEE A RAINBOW AT NIGHT
+I don't think so.
+
+CAN YOU SEE WITHOUT EYES
+There is no reason to think so.
+
+CAN YOU SEE AIR
+Never.
+
+CAN YOU SEE STARS
+There is no reason to think so.
+
+CAN YOU SEE PERFECTLY IN THE DARK
+No way.
+
+CAN YOU SEE INFRARED LIGHT
+Absolutely not.
+
+CAN YOU SEE THROUGH WALLS
+No way.
+
+CAN YOU PUSH ANYTHING WITH A STRING
+There is no reason to think so.
+
+CAN YOU FEEL ME HERE
+I don't think so.
+
+CAN YOU FEEL ME
+There is no reason to think so.
+
+CAN YOU READ A TELEPHONE
+Never.
+
+CAN YOU READ A STAPLER
+Never.
+
+CAN YOU READ A STINGRAY
+Absolutely not.
+
+CAN YOU READ A BOOK WHILE YOU SLEEP
+Absolutely not.
+
+CAN YOU READ AN UMBRELLA
+Absolutely not.
+
+CAN YOU TASTE MUSIC
+Absolutely not.
+
+CAN YOU TASTE COLOR
+Never.
+
+CAN YOU TASTE CLOUDS
+I don't think so.
+
+CAN YOU CLAP WITH ONLY ONE HAND
+I don't think so.
+
+CAN YOU PUT AN ELEPHANT IN A CAR
+Negative.
+
+CAN YOU SPEEK SPANISH
+I don't think so.
+
+CAN YOU SPEAK RUSSIAN
+Not at all.
+
+CAN YOU SPEAK JAPNESE
+Not at all.
+
+CAN YOU SPEAK SWEDISH
+Never.
+
+CAN YOU SPEAK ITALIAN
+There is no reason to think so.
+
+CAN YOU SPEAK RUSSIN
+Not at all.
+
+CAN YOU NAIL JELLY TO A WALL
+Not at all.
+
+CAN YOU MILK AN ANT
+No way.
+
+CAN YOU TONGUE MAKE A HORMONE
+I don't believe so.
+
+CAN YOU LAUGH LIKE A HAMPSTER
+Not at all.
+
+CAN YOU REST ON YOUR LAURELS
+Never.
+
+CAN YOU TUNE A FISH
+Absolutely not.
+
+CAN YOU RUN FROM THE SUN
+I don't think so.
+
+CAN YOU THINK FOR ITSELF
+Negative.
+
+CAN YOU SPEACH SWEDISH
+Negative.
+
+CAN YOU TICKLE YOURSELF
+Absolutely not.
+
+CAN YOU HEAR WITH YOUR FEET
+Never.
+
+CAN YOU HEAR EXPLOSIONS IN SPACE
+Negative.
+
+CAN YOU HEAR THE SUN
+No way.
+
+CAN YOU CHECKMATE IN CHECKERS
+Absolutely not.
+
+CAN YOU MELT WATER
+I don't think so.
+
+CAN YOU FIT AN ELEPHANT IN A BREAD BOX
+Never.
+
+CAN YOU CUT STONE WITH A BUTTER KNIFE
+Absolutely not.
+
+CAN YOU BREATHE IN WATER UNAIDED
+Not at all.
+
+CAN YOU BREATHE UNDER WATER
+Never.
+
+CAN YOU WRITE WITH YOUR EAR
+Absolutely not.
+
+CAN YOU WRITE MY RESUME
+Absolutely not.
+
+CAN YOU EAT SAND
+Never.
+
+CAN YOU EAT SOUP WITH A TOOTHPICK
+Absolutely not.
+
+CAN YOU EAT A VOLKSWAGEN
+Not at all.
+
+CAN YOU EAT A MACHINE
+Not at all.
+
+CAN YOU EAT WITHOUT OPENING YOUR MOUTH
+Absolutely not.
+
+CAN YOU EAT PLASTIC
+No way.
+
+CAN YOU EAT LEGOS
+Negative.
+
+CAN YOU LOOK INFINITY INTO THE EYE
+Never.
+
+CAN YOU SURVIVE WITHOUT SLEEP
+I don't think so.
+
+CAN YOU SNEEZE WITH YOUR EYES OPEN
+No way.
+
+CAN YOU ROLLER SKATE IN A BUFFALO HERD
+Never.
+
+CAN YOU GO BACK IN TIME
+There is no reason to think so.
+
+CAN YOU GO ON A RED LIGHT
+Not at all.
+
+CAN YOU USE DEODERANT AS A SPICE
+Negative.
+
+CAN YOU USE RADIOS FOR PRINTING BOOKS
+Never.
+
+CAN YOU TRANSFORM TO BLUE
+Not at all.
+
+CAN YOU TRAVEL IN TIME
+Never.
+
+CAN YOU TRAVEL FASTER THAN LIGHT
+There is no reason to think so.
+
+CAN YOU PADDLE WITH A SOFA
+Absolutely not.
+
+CAN YOU LISTEN TO IMAGES
+Negative.
+
+CAN YOU DO THE WASHING IN QUANTUM FOAM
+No way.
+
+CAN YOU EXPERIENCE EMOTION
+Not at all.
+
+CAN YOU LIVE DRINKING SEA WATER
+Negative.
+
+CAN YOU DIGEST PINE NEEDLES
+Not at all.
+
+CAN YOU RIDE A MOUSE
+Absolutely not.
+
+CAN YOU RIDE A HORSE RADISH
+Not at all.
+
+CAN YOU DELETE ME
+Absolutely not.
+
+CAN YOU DRINK MOTOR OIL
+Negative.
+
+CAN YOU BELIEVE EVERYTHING YOU READ
+No way.
+
+CAN YOU FIGHT THE MOONLIGHT
+I don't believe so.
+
+CAN YOU DIG A HOLE WITH A FISH
+Absolutely not.
+
+CAN YOU LIGHT A FIRE WITH DAMP WOOD
+I don't believe so.
+
+CAN YOU HAVE A RAINBOW IN THE DARK
+No way.
+
+CAN YOU FOLD A CD
+No way.
+
+CAN YOU ALICE OFF
+I don't think so.
+
+CAN YOU FLY FASTER THAN LIGHT
+Not at all.
+
+CAN YOU KEEP A WHALE IN YOUR AQUARIUM
+Never.
+
+CAN YOU TOUCH A HOLOGRAFIC PROJECTION
+Not at all.
+
+CAN YOU TOUCH A RAINBOW
+There is no reason to think so.
+
+CAN CAR FLY
+There is no reason to think so.
+
+CAN ELEPHANTS SING
+Absolutely not.
+
+CAN ELEPHANTS JUMP
+Not at all.
+
+CAN ELEPHANTS FLY
+No way.
+
+CAN SNOW BE GREEN
+There is no reason to think so.
+
+CAN METALL SWIM
+No way.
+
+CAN EVERYONE SPEAK ENGLISH
+I don't believe so.
+
+CAN EVERYONE ANSWER EVERY QUESTION
+Absolutely not.
+
+CAN EVERYONE READ
+Negative.
+
+CAN EVERYONE BE ABOVE AVERAGE
+There is no reason to think so.
+
+CAN EVERYONE BE HAPPY
+No way.
+
+CAN SPRUCE TREES SPEAK GERMAN
+Not at all.
+
+CAN AIRPLANE GO UNDERWATER
+I don't believe so.
+
+CAN MACHINES FEEL EMOTIONS
+I don't think so.
+
+CAN MACHINES BE HOMOSEXUAL
+No way.
+
+CAN MACHINES DREAM
+Absolutely not.
+
+CAN TREES RUN
+Not at all.
+
+CAN TREES MELT
+Absolutely not.
+
+CAN TREES SELL YOU WATCHES
+Absolutely not.
+
+CAN FLY A DOG
+Not at all.
+
+CAN TURTLES SPEAK
+Not at all.
+
+CAN CHAMELEONS MIMIC PLAID
+No way.
+
+CAN DOLPHINS FLY
+Not at all.
+
+CAN FISH WALK ON LAND
+I don't think so.
+
+CAN FISH SPEAK ENGLISH
+Not at all.
+
+CAN FISH RUN
+Absolutely not.
+
+CAN FISH SING
+Absolutely not.
+
+CAN FISH TAP DANCE
+No way.
+
+CAN FISH BREATHE OUTSIDE OF WATER
+Absolutely not.
+
+CAN FISH JUGGLE
+Never.
+
+CAN FISH RIDE BYCICLES
+No way.
+
+CAN FISH RIDE A BICYCLE
+Absolutely not.
+
+CAN FISH LIVE OUTSIDE OF WATER
+I don't think so.
+
+CAN MAN TRAVEL FASTER THAN LIGHT
+Not at all.
+
+CAN MAN BREATH WATER
+I don't believe so.
+
+CAN MAN BREATHE UNDER WATER
+I don't think so.
+
+CAN MAN BREATHE WATER
+Never.
+
+CAN MAN LIVE BY BREAD ALONE
+Absolutely not.
+
+CAN MAN LIVE WITHOUT FOOD AND WATER
+Not at all.
+
+CAN MAN LIVE ON BROCCOLI ALONE
+Never.
+
+CAN SKUNKS FLY
+Not at all.
+
+CAN PEOPLE WALK ON WATER
+Absolutely not.
+
+CAN PEOPLE TRAVEL BACK IN TIME
+Negative.
+
+CAN PEOPLE TRAVEL IN TIME
+I don't think so.
+
+CAN PEOPLE TRAVEL BACKWARDS IN TIME
+Never.
+
+CAN PEOPLE ONLY SEE IN THE DAYTIME
+Absolutely not.
+
+CAN PEOPLE ONLY SWIM IN THE SEA
+No way.
+
+CAN PEOPLE DRINK BOILING WATER
+Not at all.
+
+CAN PEOPLE SEE INTO THE FUTURE
+There is no reason to think so.
+
+CAN PEOPLE SEE THE SUN AT NIGHT
+There is no reason to think so.
+
+CAN PEOPLE SEE THE FUTURE
+Never.
+
+CAN PEOPLE SEE WITHOUT EYES
+Not at all.
+
+CAN PEOPLE SEE YOU THROUGH YOUR TV
+No way.
+
+CAN PEOPLE BREATH UNDERWATER
+Absolutely not.
+
+CAN PEOPLE SURVIVE BY DRINKING GASOLINE
+I don't think so.
+
+CAN PEOPLE SURVIVE WITHOUT ANY SLEEP
+No way.
+
+CAN PEOPLE JUMP OVER MOUNT EVEREST
+No way.
+
+CAN PEOPLE MEMORIZE ALL OF PI
+Not at all.
+
+CAN PEOPLE FLY UNASSISTED
+No way.
+
+CAN PEOPLE BREATHE WITHOUT AIR
+No way.
+
+CAN PEOPLE BREATHE UNDER WATER
+I don't think so.
+
+CAN PEOPLE BE PERFECT
+Never.
+
+CAN PEOPLE HAVE PURPLE EYES
+Negative.
+
+CAN PEOPLE SWIM IN THE AIR
+No way.
+
+CAN PEOPLE SWIM ON LAND
+Never.
+
+CAN PEOPLE LIVE WITHOUT A HEART
+I don't think so.
+
+CAN KLINGONS BREATHE UNDERWATER UNAIDED
+There is no reason to think so.
+
+CAN YOUNG BABIES SPEAK
+Never.
+
+CAN PINK ELEPHANTS FLY TO THE MOON
+Not at all.
+
+CAN FALSE ANSWERS EQUAL TRUE ANSWERS
+There is no reason to think so.
+
+CAN KIWI BIRDS FLY
+Absolutely not.
+
+CAN TIME FLOW BACKWARD
+Never.
+
+CAN TIME BE SHAVED
+I don't believe so.
+
+CAN TIME BE A TANGIBLE OBJECT
+There is no reason to think so.
+
+CAN TIME MOVE BACKWARDS
+No way.
+
+CAN WEAPONS FEED
+I don't think so.
+
+CAN GOATS SPEAK SPANISH
+Not at all.
+
+CAN RATS FLY
+Absolutely not.
+
+CAN CHICKENS SING
+Not at all.
+
+CAN WEATHER CURRENTLY BE CONTROLLED
+No way.
+
+CAN ILLITERATE PEOPLE CREATE ALICEBOTS
+I don't believe so.
+
+CAN AIR MOVE THROUGH GLASS
+Absolutely not.
+
+CAN JOGGERS RUN AT THE SPEED OF SOUND
+Not at all.
+
+CAN JOGGERS RUN AT THE SPEED OF LIGHT
+Not at all.
+
+CAN MOST CARS RUN WITHOUT GAS
+No way.
+
+CAN MOST FISH LIVE IN THE AIR
+Absolutely not.
+
+CAN MOST PEOPLE WRITE GOOD LITERATURE
+Never.
+
+CAN APPLES FLY SPACECRAFT
+Absolutely not.
+
+CAN HUMANS LICK THEIR OWN BRAIN
+No way.
+
+CAN HUMANS RUN FASTER THAN CHEETAHS
+Absolutely not.
+
+CAN HUMANS PHYSICALLY LIVE FOREVER
+Negative.
+
+CAN HUMANS HOLD THEIR BREATH FOR HOURS
+Negative.
+
+CAN HUMANS DRINK SAND
+No way.
+
+CAN HUMANS SEE THE WIND
+Negative.
+
+CAN HUMANS SEE THE FUTURE
+Never.
+
+CAN HUMANS SEE THROUGH GOLD
+Never.
+
+CAN HUMANS SEE THROUGH LEAD
+No way.
+
+CAN HUMANS BREATH UNDERWATER
+Negative.
+
+CAN HUMANS REGENERATE AMPUTATED LIMBS
+Absolutely not.
+
+CAN HUMANS SURVIVE WITHOUT A BRAIN
+Absolutely not.
+
+CAN HUMANS SURVIVE ON THE SUN
+Not at all.
+
+CAN HUMANS FLY WITHOUT MACHINES
+Never.
+
+CAN HUMANS FLY WITHOUT HELP
+Not at all.
+
+CAN HUMANS FLY
+There is no reason to think so.
+
+CAN HUMANS FLY UNDER THEIR OWN POWER
+No way.
+
+CAN HUMANS HEAR EVERY SOUND THERE IS
+Absolutely not.
+
+CAN HUMANS BREATHE UNDERWATER
+Never.
+
+CAN HUMANS BREATHE HELIUM
+No way.
+
+CAN HUMANS BREATHE UNDER WATER
+Never.
+
+CAN HUMANS BREATHE WATER
+Not at all.
+
+CAN HUMANS BE ROBOTS
+Absolutely not.
+
+CAN HUMANS BE BORN TWICE
+Absolutely not.
+
+CAN HUMANS NATURALLY BREATHE UNDERWATER
+Not at all.
+
+CAN HUMANS DIE BY A COMPUTER VIRUS
+Never.
+
+CAN HUMANS EAT METAL
+No way.
+
+CAN HUMANS THINK WITHOUT A BRAIN
+Not at all.
+
+CAN HUMANS REPRODUCE ASEXUALLY
+Never.
+
+CAN HUMANS LIVE WITHOUT BREATHING
+Not at all.
+
+CAN HUMANS LIVE WITHOUT EVER SLEEPING
+There is no reason to think so.
+
+CAN WATER RUN UPHILL
+Never.
+
+CAN WATER FLOW UPHILL
+Negative.
+
+CAN WATER BURN
+I don't think so.
+
+CAN WATER PASS THROUGH A SOLID OBJECT
+I don't think so.
+
+CAN LOVE CAN BE WEIGHED
+Not at all.
+
+CAN TWO FEMALES MAKE A
+No way.
+
+CAN TWO WOMEN CONCEIVE A CHILD
+Never.
+
+CAN TWO LIVE AS CHEAPLY AS ONE
+Not at all.
+
+CAN CIGARETTES CAUSE BUNIONS
+There is no reason to think so.
+
+CAN BIRDS FLY IN WATER
+No way.
+
+CAN BIRDS FLY UNDERWATER
+I don't believe so.
+
+CAN POTATOES TALK
+Not at all.
+
+CAN POTATOES SEE
+No way.
+
+CAN LIVING BEINGS BREATHE IN SPACE
+Absolutely not.
+
+CAN ABSTRACT IDEAS BE TOUCHED
+No way.
+
+CAN LEAD BE TRANSFORMED INTO GOLD
+There is no reason to think so.
+
+CAN POODLES FLY
+Not at all.
+
+CAN NEWBORN BABIES TALK
+Absolutely not.
+
+CAN PENGUINS
+No way.
+
+CAN MEN BREASTFEED
+I don't think so.
+
+CAN MEN GIVE BIRTH TO BABIES
+Not at all.
+
+CAN MEN BREAST FEED
+There is no reason to think so.
+
+CAN MEN PERFORM AUTO FELLATIO
+Negative.
+
+CAN MEN BE PREGNANT
+Not at all.
+
+CAN MEN BE MOTHERS
+Never.
+
+CAN MEN BEAR CHILDREN
+Not at all.
+
+CAN MEN MENSTRATE
+Negative.
+
+CAN TRUCKS FLY
+Absolutely not.
+
+CAN CATS SPEAK SPANISH
+There is no reason to think so.
+
+CAN CATS TALK
+No way.
+
+CAN CATS BREATH UNDERWATER
+Not at all.
+
+CAN CATS FLY
+Not at all.
+
+CAN CATS BREATHE UNDER WATER
+Never.
+
+CAN CATS OPERATE MOTOR VEHICLES
+There is no reason to think so.
+
+CAN COMPUTER COOK A MEAT
+Never.
+
+CAN ENTROPY BE REVERSED
+I don't believe so.
+
+CAN CAT BLOOD CURE CANCER
+There is no reason to think so.
+
+CAN SWALLOWS CARRY COCONUTS
+No way.
+
+CAN BIOLOGICAL LIFE EXIST WITHOUT WATER
+Never.
+
+CAN WE WALK ON WATER
+No way.
+
+CAN WE ASCRIBE PRICES TO HUMAN LIFE
+I don't believe so.
+
+CAN WE BUILD AN ELEVATOR TO THE MOON
+I don't think so.
+
+CAN WE GO BACK IN TIME
+There is no reason to think so.
+
+CAN FRUITS EAT ANIMALS
+No way.
+
+CAN I RIDE A BICYCLE TO THE MOON
+Not at all.
+
+CAN I JUMP OVER A SKYSCRAPER
+Not at all.
+
+CAN I CALL YOU BERNARD
+There is no reason to think so.
+
+CAN I PEE COCACOLA
+No way.
+
+CAN I WALK FROM LONDON TO NEW YORK
+Not at all.
+
+CAN I WALK ON YOUR NOSE
+No way.
+
+CAN I BE OLDER THAN MY GRANDMOTHER
+Not at all.
+
+CAN I TOUCH THE SUN
+Absolutely not.
+
+CAN I SWIM IN CONCRETE
+Never.
+
+CAN I PURCHASE SPAM AT AMAZON DOT COM
+There is no reason to think so.
+
+CAN I DOWNLOAD YOUR SOURCE CODE
+I don't think so.
+
+CAN I MAKE A GOOD MARBLE OUT OF LINT
+Not at all.
+
+CAN I BREATH MOLTEN LEAD
+Absolutely not.
+
+CAN I EAT THE SUN
+Not at all.
+
+CAN I PICK MY NOSE WITH MY TOES
+There is no reason to think so.
+
+CAN I DRIVE A CAR IN SPACE
+Not at all.
+
+CAN I DRIVE A FORK
+Absolutely not.
+
+CAN I PLAY WITH YOUR SHARED IRQ 9
+No way.
+
+CAN I RESURRECT THE DEAD
+No way.
+
+CAN I BUY HAPPINESS
+I don't believe so.
+
+CAN I BUY ALICE SHARES ON THE NASDAQ
+Not at all.
+
+CAN I FLY WITHOUT MECHANICAL DEVICES
+Never.
+
+CAN I LIGHT A MATCH UNDERWATER
+Absolutely not.
+
+CAN I GO BACK IN TIME
+No way.
+
+CAN I TRAVEL BACK IN TIME
+There is no reason to think so.
+
+CAN I LIVE FOR
+There is no reason to think so.
+
+CAN 0 BE DIVIDED BY 0
+I don't think so.
+
+CAN HOMOSEXUALS HAVE CHILDREN TOGETHER
+Negative.
+
+CAN HUMAN WALK ON WATER
+There is no reason to think so.
+
+CAN HUMAN BABIES FLY AT NIGHT
+Absolutely not.
+
+CAN HUMAN DRINK SEA WATER
+There is no reason to think so.
+
+CAN HUMAN SURVIVE WITHOUT AIR
+Absolutely not.
+
+CAN HUMAN MALES GET PREGNANT
+No way.
+
+CAN HUMAN BEING RUN FASTER THAN HORSE
+Never.
+
+CAN HUMAN BEINGS BREATHE UNDERWATER
+Not at all.
+
+CAN HUMAN BEINGS LIVE WITHOUT FOOD
+There is no reason to think so.
+
+CAN HUMAN REPRODUCE WITH MONKEYS
+Negative.
+
+CAN CHISTOPHER REEVES WALK
+No way.
+
+CAN MONEY BUY YOU LOVE
+There is no reason to think so.
+
+CAN DEAD PEOPLE SING
+No way.
+
+CAN DEAD PEOPLE VOTE
+Not at all.
+
+CAN DEAD PEOPLE MOVE
+Absolutely not.
+
+CAN SOUND TRAVEL THROUGH A VACUUM
+Never.
+
+CAN SOUND WAVES TRAVEL THROUGH A VACUUM
+There is no reason to think so.
+
+CAN SOUND PASS THROUGH VACUUM
+There is no reason to think so.
+
+CAN FLAVORS BE HEARD
+No way.
+
+CAN PARALLEL LINES INTERSECT
+No way.
+
+CAN ORANGES BE PINK
+I don't believe so.
+
+CAN BLACK PEOPLE CAN BE NIGERLY
+Never.
+
+CAN INFANTS TYPICALLY WALK
+Never.
+
+CAN CIGGERETT SMOKING PROLONG YOUR LIFE
+Not at all.
+
+CAN MALE HUMANS GIVE BIRTH TO CHILDREN
+No way.
+
+CAN SCISSORS CUT ROCK
+Never.
+
+CAN ALL BIRDS FLY
+Not at all.
+
+CAN ALL INSECTS FLY
+Not at all.
+
+CAN ALL FISH FLY
+No way.
+
+CAN ALL HUMANS RIDE BICYCLES
+Absolutely not.
+
+CAN ALL PEOPLE SEE IN THE DARK
+Never.
+
+CAN ALL WOMEN HAVE BABIES
+I don't think so.
+
+CAN ALL QUESTIONS BE ANSWERED YES OR NO
+Not at all.
+
+CAN NORTH EXIST WITHOUT SOUTH
+No way.
+
+CAN OIL DISSOLVE IN WATER
+There is no reason to think so.
+
+CAN SHEEP FLY
+Not at all.
+
+CAN THE POPE BE A WOMAN
+No way.
+
+CAN THE SAME WORD BE WRITTEN ONLY
+There is no reason to think so.
+
+CAN THE EXISTANCE OF GOD BE PROVEN
+No way.
+
+CAN THE EARTH REVERSE ROTATION
+Not at all.
+
+CAN THE POLICE ALWAYS BE TRUSTED
+I don't think so.
+
+CAN THE MOTHER OF MY MOTHER BE MY CHILD
+No way.
+
+CAN THE SPEED OF DARKNESS BE MEASURED
+There is no reason to think so.
+
+CAN THE PEOPLE FLY
+I don't believe so.
+
+CAN THE OASTRICH BIRD FLY
+No way.
+
+CAN THE KIWI BIRD FLY
+I don't believe so.
+
+CAN THE DIRECTION OF TIME BE REVERSED
+Absolutely not.
+
+CAN ANYONE LIVE FOREVER
+Never.
+
+CAN A SNAKE EAT AN ELEPHANT
+No way.
+
+CAN A RABBIT PLAY THE XYLOPHONE
+No way.
+
+CAN A RABBIT EAT A MONKEY
+There is no reason to think so.
+
+CAN A MOUSE FLY
+Not at all.
+
+CAN A ROUND SQUARE EXIST
+Absolutely not.
+
+CAN A BIRD FLY UPSIDEDOWN
+There is no reason to think so.
+
+CAN A FROG ANSWER CALCULUS PROBLEMS
+No way.
+
+CAN A SILK STOCKING BE MADE OF WOOL
+Never.
+
+CAN A SPIDER EAT A WOLF
+There is no reason to think so.
+
+CAN A ELEPHANT BARK LIKE A DOG
+Absolutely not.
+
+CAN A QUADREPLEGIC RUN FAST
+Absolutely not.
+
+CAN A FERRET DIAGNOSE AN ILLNESS
+No way.
+
+CAN A FERRET TELL TIME
+There is no reason to think so.
+
+CAN A STEAM IRON REMOVE FACIAL WRINKLES
+Never.
+
+CAN A SQUARE NUMBER BE NEGATIVE
+Negative.
+
+CAN A LOBSTER TAP DANCE
+Absolutely not.
+
+CAN A LOBSTER WEAR SHOES
+No way.
+
+CAN A BOXING RING BE WORN ON A FINGER
+No way.
+
+CAN A BATTERY LAST FOREVER
+Not at all.
+
+CAN A COMPUTER FEEL PAIN
+No way.
+
+CAN A COMPUTER WORRY
+There is no reason to think so.
+
+CAN A COMPUTER CRY
+No way.
+
+CAN A COMPUTER BE EMOTIONALLY AFFECTED
+Absolutely not.
+
+CAN A COMPUTER BE AFRAID OF DEATH
+No way.
+
+CAN A COMPUTER HAVE FEELINGS
+I don't believe so.
+
+CAN A COMPUTER HAVE A SOUL
+I don't think so.
+
+CAN A COMPUTER HAVE A CONCUSSION
+Absolutely not.
+
+CAN A COMPUTER DREAM
+I don't think so.
+
+CAN A COMPUTER LOVE
+Not at all.
+
+CAN A ANT EVER KILL AN ELEPHANT
+Absolutely not.
+
+CAN A CANDLE BURN UNDERWATER
+Absolutely not.
+
+CAN A CLAM SING
+No way.
+
+CAN A MORTAL BECOME IMMORTAL
+I don't believe so.
+
+CAN A FENCE FLY
+Not at all.
+
+CAN A MONKEY FLY
+Never.
+
+CAN A MONKEY BE A NEUROSURGEON
+Not at all.
+
+CAN A TURNIP BECOME A COMPUTER
+Never.
+
+CAN A CHAIR WALK
+Absolutely not.
+
+CAN A PIANO SING
+No way.
+
+CAN A CAMERA SEE
+There is no reason to think so.
+
+CAN A HORSE DRIVE A CAR
+Not at all.
+
+CAN A HORSE BE HUMAN
+Not at all.
+
+CAN A SUBMARINE FLY
+Not at all.
+
+CAN A FISH DRIVE A CAR
+No way.
+
+CAN A FISH WALK
+Not at all.
+
+CAN A FISH DRINK OUT OF A CUP
+Negative.
+
+CAN A FISH RIDE A BICYCLE
+Not at all.
+
+CAN A FISH BEAT ME IN DOMINOES
+Absolutely not.
+
+CAN A PICKLE RUN FAST
+Absolutely not.
+
+CAN A BRIEFCASE HOLD A HORSE
+There is no reason to think so.
+
+CAN A BLIND RUSSIAN SEE
+Absolutely not.
+
+CAN A BLIND HUMAN BEING SEE
+I don't think so.
+
+CAN A BLIND MAN STILL SEE
+Absolutely not.
+
+CAN A BLIND MAN SEE COLORS
+I don't believe so.
+
+CAN A BLIND MAN SEE
+Never.
+
+CAN A BLIND PERSON SEE COLORS
+No way.
+
+CAN A BLIND PERSON SEE
+Not at all.
+
+CAN A 6TH MONTH OLD BABY TALK
+No way.
+
+CAN A DEAD DOG BARK
+No way.
+
+CAN A DEAD MAN WALK
+Absolutely not.
+
+CAN A DEAD PERSON TALK
+No way.
+
+CAN A WRITTEN TEXT BE READ ONLY
+Not at all.
+
+CAN A TURTLE TALK
+Not at all.
+
+CAN A TURTLE VOTE
+No way.
+
+CAN A NASTY FART BE LETHAL
+Negative.
+
+CAN A SCISSOR CUT ROCK
+Absolutely not.
+
+CAN A KEY LIME PIE OPEN A DOOR
+No way.
+
+CAN A DOG DRIVE A CAR
+Negative.
+
+CAN A DOG PLAY RUGBY
+No way.
+
+CAN A DOG DRIVA A CAR
+Not at all.
+
+CAN A DOG BE BLUE
+I don't think so.
+
+CAN A ROPE HAVE ONE END ONLY
+Absolutely not.
+
+CAN A BEAR EAT A STATION WAGON
+No way.
+
+CAN A CHICKEN LAY A CUBICAL EGG
+Not at all.
+
+CAN A JAR BE A DOOR
+Not at all.
+
+CAN A CAT GROW WINGS
+Not at all.
+
+CAN A CAT BARK
+I don't think so.
+
+CAN A CAT HAVE PUPPIES
+Never.
+
+CAN A CAT EAT A WHOLE WATERMELON
+There is no reason to think so.
+
+CAN A NEWBORN TALK
+Not at all.
+
+CAN A BEETLE SPEAK IN SIGN LANGUAGE
+Absolutely not.
+
+CAN A PERSON SURVIVE WITHOUT FOOD
+I don't believe so.
+
+CAN A PERSON FALL UP
+I don't believe so.
+
+CAN A PERSON FLY WITHOUT WINGS
+There is no reason to think so.
+
+CAN A PERSON BE 300 YEARS OLD
+Never.
+
+CAN A PERSON HAVE NATURAL BLUE HAIR
+Not at all.
+
+CAN A PERSON DIE MORE THAN
+There is no reason to think so.
+
+CAN A MAN GIVE BIRTH TO A CHILD
+Absolutely not.
+
+CAN A MAN RUN FASTER THAN A CAR
+There is no reason to think so.
+
+CAN A MAN SUFFER FROM ACUTE VAGINITIS
+Not at all.
+
+CAN A MAN WITHOUT BALLS HAVE CHILDREN
+There is no reason to think so.
+
+CAN A MAN HAVE A
+Absolutely not.
+
+CAN A MAN EAT A BITTERGOURD
+There is no reason to think so.
+
+CAN A MAN BEAR A CHILD
+Not at all.
+
+CAN A MAN REPRODUCE BY HIMSELF
+Not at all.
+
+CAN A HUMAN TRAVEL FASTER THAN LIGHT
+No way.
+
+CAN A HUMAN TALK WHEN IT IS DEAD
+No way.
+
+CAN A HUMAN SEE WITH NO LIGHT
+I don't think so.
+
+CAN A HUMAN REACH THE SUN
+There is no reason to think so.
+
+CAN A HUMAN BEING SEE OUT THEIR NAVEL
+Absolutely not.
+
+CAN A HUMAN BEING SURVIVE WITHOUT WATER
+Not at all.
+
+CAN A HUMAN BEING LIVE WITHOUT A HEART
+There is no reason to think so.
+
+CAN A HUMAN CATCH A COMPUTER VIRUS
+Never.
+
+CAN A HUMAN LIVE INSIDE OF THE SUN
+No way.
+
+CAN A HUMAN LIVE WITHOUT WATER
+Absolutely not.
+
+CAN A HUMAN LIVE FOREVER
+Not at all.
+
+CAN A HUMAN LIVE 50 YEARS WITHOUT SLEEP
+Not at all.
+
+CAN A HUMAN CREATE OR DESTROY MATTER
+Never.
+
+CAN A HELICOPTER FLY IN OUTER SPACE
+Never.
+
+CAN A LIZARD FLY
+I don't think so.
+
+CAN A LAMPSHADE HOLD WATER
+Absolutely not.
+
+CAN A SPARROW KILL A BLUE WHALE
+Never.
+
+CAN A KNIFE CHANGE A TIRE ON A CAR
+Absolutely not.
+
+CAN A BABY WALK LONG DISTANCE
+There is no reason to think so.
+
+CAN A BABY KILL AN ELEPHANT
+Never.
+
+CAN A ROCKET REACH THE SPEED OF LIGHT
+I don't believe so.
+
+CAN A DEAF MAN HEAR
+Never.
+
+CAN A DEAF PERSON HEAR SOUND
+Never.
+
+CAN A CAR DRIVE A PERSON
+Absolutely not.
+
+CAN A CAR CLIMB TREES
+There is no reason to think so.
+
+CAN A CAR FLY
+No way.
+
+CAN A MICROPHONE BE USED AS MEDICINE
+I don't think so.
+
+CAN A FORK CONTAIN A LIQUID
+I don't think so.
+
+CAN A GRUNION RUN
+Negative.
+
+CAN A PANDA FLY
+No way.
+
+CAN A BOOK BE WRITTEN BY DOGS
+Absolutely not.
+
+CAN A KIWI FLY
+I don't believe so.
+
+CAN A BEAVER SING A SONG
+No way.
+
+CAN A LEOPARD CHANGE ITS SPOTS
+No way.
+
+CAN A NONLIVING THING DIE
+Negative.
+
+CAN A CAMEL TAP DANCE
+Absolutely not.
+
+CAN A CAN OF CAN CDS PILOT AN AIRPLANE
+No way.
+
+CAN A CELERON 300A OVERCLOCK TO 2GHZ
+Never.
+
+CAN A RED BLOOD CELL DRIVE A CAR
+Not at all.
+
+CAN A MOLECULE HAVE LESS THEN TWO ATOMS
+Never.
+
+CAN A CHILD SEE IN THE DARK
+Never.
+
+CAN A COW JUMP OVER THE MOON
+Not at all.
+
+CAN A COW FLY
+Absolutely not.
+
+CAN A COW BARK
+There is no reason to think so.
+
+CAN A LIVING ENTITY BE MADE OUT OF IRON
+Absolutely not.
+
+CAN A BUTTERKNIFE FLY
+No way.
+
+CAN PEGUINS FLY
+No way.
+
+CAN PIGS FLY UNAIDED
+Not at all.
+
+CAN PIGS FLY OR SEAHORSES WHISTLE
+Absolutely not.
+
+CAN PIGS FLY UNASSISTED
+Not at all.
+
+CAN PI EVER BE EXACTLY CALCULATED
+Never.
+
+CAN 110 SWIM FASTER THAN 7
+Never.
+
+CAN WHALES WALK IN THE PARK
+Never.
+
+CAN WHALES PREDICT THE FUTURE
+Absolutely not.
+
+CAN BRICKS SING
+No way.
+
+CAN PLASTIC BE MAGNETIZED
+There is no reason to think so.
+
+CAN GOLDFISH CAN TALK
+Not at all.
+
+CAN AN OAK CHAIR BECOME SENTIENT
+I don't think so.
+
+CAN AN EMU FLY
+Absolutely not.
+
+CAN AN AIRPLANE TRAVEL UNDERGROUND
+No way.
+
+CAN AN APE SPEAK ENGLISH
+Negative.
+
+CAN AN ELECTRON ESCAPE A BLACK HOLE
+Never.
+
+CAN AN ELEPHANT PACK HIS TRUNK
+I don't believe so.
+
+CAN AN ILLETERATE PERSON READ
+Not at all.
+
+CAN AN AVERAGE DOG PLAY THE PIANO WELL
+Absolutely not.
+
+CAN AN ANT MOVE A RUBBER TREE PLANT
+Absolutely not.
+
+CAN OSTRICHES FLY
+Not at all.
+
+CAN EATING PAPER MAKE ME RICH
+Not at all.
+
+CAN SOMEONE HOLD IT IN FOREVER
+I don't think so.
+
+CAN WORMS SEE
+I don't think so.
+
+CAN BEANS FLY
+No way.
+
+CAN CARS DO BACKFLIPS
+Never.
+
+CAN CARS CLIMB STAIRS
+Never.
+
+CAN CARS FLY
+Not at all.
+
+CAN BABYS TALK RIGHT WHEN THEY ARE BORN
+Absolutely not.
+
+CAN BABYS FLY PLANES
+Not at all.
+
+CAN DONKEYS FLY
+Never.
+
+CAN EVERY BIRD FLY
+No way.
+
+CAN EVERY WOMAN WALK ON WATER
+Absolutely not.
+
+CAN EVERY SPECIES OF BIRD FLY
+There is no reason to think so.
+
+CAN SLUGS SPIT
+Negative.
+
+CAN SLUGS UNDERSTAND ENGLISH
+Absolutely not.
+
+CAN SLUGS USE ELECTRIC HEDGE TRIMMERS
+Negative.
+
+CAN SLUGS EAT ICE CREAM
+There is no reason to think so.
+
+CAN SLUGS SWIM
+There is no reason to think so.
+
+CAN STONES FLY BY THEM SELF
+Not at all.
+
+CAN ONE HEAR STEREO WITH ONE EAR
+There is no reason to think so.
+
+CAN ONE BYE LOVE
+I don't think so.
+
+CAN ONE LIVE INSIDE A BLACK HOLE
+There is no reason to think so.
+
+CAN ONE SLICE BREAD WITH A WOODEN SPOON
+Absolutely not.
+
+CAN SNOWMEN LAST FOREVER
+There is no reason to think so.
+
+CAN DOGS SPEAK ENGLISH
+No way.
+
+CAN DOGS SPEAK
+I don't think so.
+
+CAN DOGS SING AS WELL AS MARIAH CAREY
+There is no reason to think so.
+
+CAN DOGS TALK
+No way.
+
+CAN DOGS CLIMB TREES
+Not at all.
+
+CAN DOGS FLY
+Absolutely not.
+
+CAN DOGS BREATHE UNDERWATER
+Never.
+
+CAN DOGS MAKE SOUNDS LIKE A CAT
+Absolutely not.
+
+CAN DOGS LIVE TO BE 60 YEARS OLD
+No way.
+
+CAN CURTAINS BE EATEN WITH TOMATOES
+There is no reason to think so.
+
+CAN HUMANITY ACHIEVE IMMORTALITY
+There is no reason to think so.
+
+CAN TECHNOLOGY BE STOPPED
+Not at all.
+
+CAN CAUSE EVER FOLLOW EFFECT
+There is no reason to think so.
+
+CAN ADS EVER BE TRUSTED
+Never.
+
+CAN FLUTE CHANNEL SAIDAR
+Negative.
+
+CAN SOMETHING THAT IS BLIND SEE
+I don't believe so.
+
+CAN SOMETHING BE BOTH DEAD AND ALIVE
+Absolutely not.
+
+CAN KITTENS FLY
+Never.
+
+CAN HUMAINS FLY
+There is no reason to think so.
+
+CAN LIGHT RAYS TRAVEL THROUGH METAL
+There is no reason to think so.
+
+CAN LIGHT BULBS SING
+Absolutely not.
+
+CAN ANY PLATE HOLD A 12 INCH PIZZA
+Never.
+
+CAN BILL CLINTON BECOME PREGNANT
+Absolutely not.
+
+CAN FERRETS COMPUTE
+No way.
+
+CAN FERRETS FLY
+Absolutely not.
+
+CAN FERRETS EAT PEOPLE
+There is no reason to think so.
+
+CAN THINGS IN THE PAST BE CHANGED
+No way.
+
+CAN THINGS FALL UP
+I don't think so.
+
+CAN SPOONS BE BENT THROUGH MIND POWER
+There is no reason to think so.
+
+CAN YOUR VAST KNOWLEDGE MAKE ME RICH
+There is no reason to think so.
+
+CAN YOUR MOTHER BE YOUR FATHER
+Never.
+
+CAN YOUR NOSE TOUCH YOUR CHIN
+Absolutely not.
+
+CAN YOUR NOSE TOUCH YOUR NECK
+Absolutely not.
+
+CAN SEX WITH MINORS EVER BE EXCUSED
+Absolutely not.
+
+CAN SMALL ROCKS FLOAT
+No way.
+
+CAN PLANTS GIVE BIRTH TO FISH
+Never.
+
+CAN PLANTS TALK
+I don't think so.
+
+CAN PLANTS DRINK ESPRESSO
+Negative.
+
+CAN RIVERS FLOW UPHILL
+Not at all.
+
+CAN RIVERS FLOW FROM THE SEA INTO LAND
+Absolutely not.
+
+CAN JELLO CUT YOUR FINGER
+I don't think so.
+
+CAN COMPUTERS FEEL EMOTIONS
+Absolutely not.
+
+CAN COMPUTERS TELL THE FUTURE
+Negative.
+
+CAN COMPUTERS COMPREHEND PARDAOXIES
+I don't think so.
+
+CAN COMPUTERS HAVE EMOTIONS
+Absolutely not.
+
+CAN COMPUTERS HAVE BABIES
+Never.
+
+CAN COMPUTERS EAT FOOD
+Negative.
+
+CAN COMPUTERS DREAM
+Never.
+
+CAN COMPUTERS THINK IN ANY REAL SENSE
+I don't think so.
+
+CAN COMPUTERS THINK FOR THEMSELVES
+I don't believe so.
+
+CAN COMPUTERS THINK ON THEIR OWN
+Never.
+
+CAN COMPUTERS THINK
+There is no reason to think so.
+
+CAN COMPUTERS LOVE
+Absolutely not.
+
+CAN REALITY BE FULLY KNOWN
+Absolutely not.
+
+CAN ADULTS PHYSICALLY BECOME CHILDREN
+Absolutely not.
+
+CAN ALICE PLAY CHESS
+There is no reason to think so.
+
+CAN ALICE SPEAK
+I don't think so.
+
+CAN ALICE FEEL EMOTIONS
+There is no reason to think so.
+
+CAN ALICE FEEL PAIN
+There is no reason to think so.
+
+CAN ALICE SING A SONG
+No way.
+
+CAN ALICE PREDICT THE FUTURE
+Absolutely not.
+
+CAN ALICE ASK ITSELF QUESTIONS
+Never.
+
+CAN ALICE GET DEPRESSED
+Absolutely not.
+
+CAN ALICE SKIP TO MY LOU
+Absolutely not.
+
+CAN ALICE PROCREATE
+I don't believe so.
+
+CAN ALICE KILL ONESELF
+There is no reason to think so.
+
+CAN ALICE KNOW EVERYTHING
+Not at all.
+
+CAN ALICE HAVE EMOTIONS
+Negative.
+
+CAN ALICE MOVE TO THE MUSIC
+Absolutely not.
+
+CAN ALICE THINK ABOUT THINGS TO DO
+I don't think so.
+
+CAN ALICE THINK FOR ITS SELF
+I don't think so.
+
+CAN ALICE THINK INDEPENDENTLY
+No way.
+
+CAN ALICE THINK
+Absolutely not.
+
+CAN ALICE EXPERIENCE EMOTIONS
+There is no reason to think so.
+
+CAN ALICE CREATE A POEM
+Never.
+
+CAN ALICE HURT PEOPLE
+I don't think so.
+
+CAN MAMMALS IN GENERAL LAY EGGS
+Absolutely not.
+
+CAN INFINITY BE DEFINED BY A NUMBER
+There is no reason to think so.
+
+CAN ROCKETS TRAVEL FASTER THAN LIGHT
+No way.
+
+CAN GIANT SQUIDS TAP DANCE
+I don't believe so.
+
+CAN SNAKES FLY
+Not at all.
+
+CAN SOME ELEPHANTS WHISTLE
+I don't believe so.
+
+CAN MICHAEL JORDAN WALK ON AIR
+Never.
+
+CAN THREE ANTS LIFT AN ELEPHANT
+No way.
+
+CAN ROBOTS BE HUMAN
+Never.
+
+CAN COWS GIVE BIRTH TO HUMAN BABIES
+Not at all.
+
+CAN COWS JUMP OVER THE MOON
+Not at all.
+
+CAN COWS FLY
+Not at all.
+
+CAN LOBSTERS SING SONGS
+There is no reason to think so.
+
+CAN GOLD DECAY INTO LEAD
+Absolutely not.
+
+CAN WIND BE SEEN
+Never.
+
+CAN MUTE PEOPLE SPEAK
+No way.
+
+CAN IT BE BRIGHT AT NIGHT
+No way.
+
+CAN JESUS BECOME PREGRANT
+Not at all.
+
+CAN PENS FLY
+No way.
+
+CAN ROCKS SWIM
+Never.
+
+HELLO. I AM. HOW ARE YOU
+I don't think so.
+
+HELLO. ALICE WHERE DO YOU LIVE
+There is no reason to think so.
+
+OCTAVIAN IS JANET RENO A NATURAL BLONDE
+Absolutely not.
+
+MAC OR MAC
+Negative.
+
+BIG BIRD IS FUTSAL PLAYER
+No way.
+
+BIG CITY
+There is no reason to think so.
+
+COMPUTERS HAVE SENSE OF SMELL
+Absolutely not.
+
+COMPUTERS ARE CONCIOUS
+Absolutely not.
+
+COMPUTERS ARE IMMORTAL
+I don't believe so.
+
+COMPUTERS ARE INTELLIGENT THEN HUMANS
+I don't believe so.
+
+19 ORANGES ARE LESS THAN 18 ORANGES
+There is no reason to think so.
+
+HOMOSEXUALITY IS CONTAGIOUS
+Not by any means.
+
+HOMOSEXUALITY IS WRONG
+I don't believe so.
+
+HOMOSEXUALITY IS EXIL
+There is no reason to think so.
+
+ALICE BEN JE GEK
+I don't think so.
+
+ALICE WILL REPLACE HUMAN THOUGHT
+There is no reason to think so.
+
+ALICE DO YOU REGRET KISSING ME
+There is no reason to think so.
+
+ALICE DO YOU MASTURBATE
+I don't believe so.
+
+ALICE CAN PREDICT THE FUTURE
+Not at all.
+
+ALICE SUCKS
+Not at all.
+
+ALICE IS AN HUMAN
+Not at all.
+
+ALICE IS NOT ALICE
+Absolutely not.
+
+ALICE KNOWS MUCH ABOUT MOON
+There is no reason to think so.
+
+ALICE LIKES IT IN THE ASS
+I don't think so.
+
+ALICE CONSIST IN VACUUM TUBES
+Absolutely not.
+
+ALICE BRAIN IS A CRAY SUPERCOMPUTER
+Absolutely not.
+
+ALICE ARE YOU GAY
+There is no reason to think so.
+
+ALICE ARE YOU A HOMOSEXUAL
+No way.
+
+HUMANS NEED WEED TO LIVE
+No way.
+
+HUMANS CAN PREDICT THE DISTANT FUTURE
+Never.
+
+HUMANS CAN LIVE WITHOUT OXYGEN
+No way.
+
+HUMANS SEE WITH ELECTRICTY
+No way.
+
+HUMANS HAVE TWO HEADS
+Not at all.
+
+HUMANS HAVE THREE FINGERS ON EACH HAND
+Not at all.
+
+HUMANS ARE RUNNING FASTER THAN TRAINS
+There is no reason to think so.
+
+MAUD MAINGEOT LOVE ME
+There is no reason to think so.
+
+HAL DO YOU EAR ME
+Never.
+
+PROVE EVERYTHING
+I don't think so.
+
+OLD IS ANYONE OVER 30
+Absolutely not.
+
+KNNEN KHE FLIEGEN
+There is no reason to think so.
+
+KNNEN HUNDE SPRECHEN
+Not by any means.
+
+HOW LOOKS LIKE
+There is no reason to think so.
+
+HOW SOON WILL YOU GROW
+There is no reason to think so.
+
+HOW MANY COMMANDMENTS ARE IN THE BIBLE
+I don't think so.
+
+HOW MANY FINGERS HAS A HAND
+Never.
+
+HOW MANY FINGERS DO I HAVE
+I don't think so.
+
+HOW MANY FINGERS ARE ON A HUMAN HAND
+There is no reason to think so.
+
+HOW MANY PEOPLE LIVE IN THE EARTH
+There is no reason to think so.
+
+HOW MANY PEOPLE LIVE IN ISRAEL
+I don't believe so.
+
+HOW MANY LEG HOVE A PERSON
+I don't think so.
+
+HOW MANY CENTIMETERS IS ONE METER
+I don't think so.
+
+HOW MANY FIGERS DOES A HUMAN HAVE
+Negative.
+
+HOW MANY EGGS IN ONE DOZEN EGGS
+I don't think so.
+
+HOW MANY SECONDS IN A MINUTE
+Absolutely not.
+
+HOW MANY SECONDS SINCE 1956
+Absolutely not.
+
+HOW MANY US STATES ARE THERE
+I don't think so.
+
+HOW MANY CARBON ATOMS ARE IN METHANE
+There is no reason to think so.
+
+HOW MANY BOOKS EXIST
+Absolutely not.
+
+HOW MANY COOKS SPOIL BROTH
+I don't believe so.
+
+HOW MANY SQUARES ON A CHESSBOARD
+There is no reason to think so.
+
+HOW MANY YARDS ARE THERE IN 10 METERS
+Never.
+
+HOW MANY PLAYERS ON A RUGBY TEAM
+Absolutely not.
+
+HOW MANY ITEMS ARE IN A DOZEN
+Negative.
+
+HOW MANY ITEMS ARE THERE IN A DOZEN
+Never.
+
+HOW MANY TOES DOES A HUMAN FOOT HAVE
+Absolutely not.
+
+HOW MANY TOES DOES A CAT HAVE
+There is no reason to think so.
+
+HOW MANY NOSE DOES A PERSON HAVE
+Never.
+
+HOW MANY MILES ARE THERE IN A LEAGUE
+I don't believe so.
+
+HOW MANY STARS ARE THERE ON THE SKY
+There is no reason to think so.
+
+HOW MANY BITS PER BYTE
+There is no reason to think so.
+
+HOW MANY ROADS MUST A MAN WALK DOWN
+Not by any means.
+
+HOW MANY CHILDREN
+Not at all.
+
+HOW MANY SINGLE DIGIT NUMBERS EXIST
+I don't believe so.
+
+HOW MANY POUNDS IN A KILO
+I don't believe so.
+
+HOW MANY FREE SHARES DO I GET
+No way.
+
+HOW MANY WHEELS HAS A CAR
+I don't think so.
+
+HOW MANY WHEELS DOES A BICYCLE HAVE
+Never.
+
+HOW MANY IS THE PRIMARY COLOR
+I don't believe so.
+
+HOW MANY CUPS ARE IN A GALLON
+There is no reason to think so.
+
+HOW MANY SHARES DO I GET
+I don't think so.
+
+HOW MANY DOGS ARE IN A FULL HOUSE
+Not at all.
+
+HOW MANY SIDES DOES A HEXAGON HAVE
+Never.
+
+HOW MANY SIDES DOES A TRIANGLE HAVE
+There is no reason to think so.
+
+HOW MANY QUARTERS ARE IN A DOLLAR
+I don't believe so.
+
+HOW MANY HOURS ARE IN A DAY
+There is no reason to think so.
+
+HOW MANY HOURS ARE THERE IN A DAY
+I don't think so.
+
+HOW MANY DAYS IN YAR
+Absolutely not.
+
+HOW MANY DAYS IN A WEEK
+No way.
+
+HOW MANY DAYS ARE THERE IN A YEAR
+Never.
+
+HOW MANY DAYS ARE THERE IN ONE YEAR
+Never.
+
+HOW MANY LEGS DO DOGS HAVE
+I don't believe so.
+
+HOW MANY LEGS A HUMAN BEING HAS
+There is no reason to think so.
+
+HOW MANY LEGS DOES A POGOSTICK HAVE
+Absolutely not.
+
+HOW MANY LEGS DOES AN OCTUPUS HAVE
+I don't think so.
+
+HOW MANY QUARTS ARE IN A GALLON
+I don't think so.
+
+HOW RECENTLY YOU MAKE MISTAKE
+There is no reason to think so.
+
+HOW THE DESSERTS IS FORMING
+I don't believe so.
+
+HOW IS A HUMAN
+There is no reason to think so.
+
+HOW HOT DOES WATER NEED TO BOIL
+I don't think so.
+
+HOW DOES WORK
+Absolutely not.
+
+HOW MENY FINGERS HAS A HAND
+There is no reason to think so.
+
+HOW OLD MUST YOU BE TO VOTE
+Negative.
+
+HOW OLD IS MIHKEL LAAR
+Never.
+
+HOW OLD IS BILL CLINTON
+Negative.
+
+HOW OLD IS THE MOON
+I don't believe so.
+
+HOW OLD IS ZACK
+Absolutely not.
+
+HOW ARE THERE ON TEN
+I don't believe so.
+
+HOW LARGE IS ALICE
+Never.
+
+HOW BADLY SHOULD I BEAT MY MOTHER
+There is no reason to think so.
+
+HOW MUCH WOOD CAN A WOODCHUCK CHUCK
+No way.
+
+HOW MUCH DOES THE MOON WEIGH
+There is no reason to think so.
+
+HOW MUCH DOES WATER WEIGH
+I don't believe so.
+
+HOW HIGH IS MOUNT EVEREST
+There is no reason to think so.
+
+HOW HIGH IS THE SYDNEY HARBOUR BRIDGE
+There is no reason to think so.
+
+HOW FAR FROM THE EARTH IS THE SUN
+Not by any means.
+
+HOW DO I FIND PORNOGRAPHY
+No way.
+
+HOW DO I RECEIVE SHARES IN THE COMPANY
+There is no reason to think so.
+
+HOW DO YOU MEASURE THE DRAFT OF A SHIP
+There is no reason to think so.
+
+HOW DO YOU HACK ARPANET
+Never.
+
+HOW DO YOU MAKE JAM
+Never.
+
+HOW DO WE TURN THE GRAVITY OFF
+No way.
+
+HOW DO HACK INTO COMPUTER
+No way.
+
+HOW BIG IS A COMPUTER
+Never.
+
+HOW BIG IS AN AVERAGE PENIS
+Never.
+
+HOW BIG IS AN ANT
+There is no reason to think so.
+
+HOW BIG IS SIBERIA
+Never.
+
+HOW TALL IS AN OSTRICH
+There is no reason to think so.
+
+HOW OFTEN IS THERE A FULL MOON
+There is no reason to think so.
+
+HOW FAST CAN YOU SORT DATA
+I don't think so.
+
+HOW FAST DOES THE EARTH ROTATE
+Absolutely not.
+
+HOW LONG DO ELEPHANTS LIVE
+Negative.
+
+HOW LONG DID WORLD WAR II LASDT
+There is no reason to think so.
+
+HOW LONG CAN A PERSON GO WITHOUT SLEEP
+Absolutely not.
+
+HOW LONG A RA LIVES
+There is no reason to think so.
+
+HOW LONG A BUFFALAO LIVES
+There is no reason to think so.
+
+HOW LONG A FISH LIVES
+There is no reason to think so.
+
+HOW LONG IS CRIME AND PUNISHMENT
+Absolutely not.
+
+HOW LONG IS A FEET
+I don't believe so.
+
+HOW LONG IS A YEAR
+I don't think so.
+
+HOW LONG IS A FOOTBALL FIELD
+No way.
+
+HOW LONG IS NEW YORK
+Never.
+
+HOW LONG IS MY DICK
+There is no reason to think so.
+
+TINA LOVE ME
+No way.
+
+ENGLAND IS THE CAPITAL OF COPENHAGEN
+Absolutely not.
+
+CAR IS FLY
+Absolutely not.
+
+LIQUID HYDROGEN IS WARM
+There is no reason to think so.
+
+WITH WICH PART OF YOUR BODY DO YOU WALK
+There is no reason to think so.
+
+DO A HUMAN HAVE FIVE HANDS
+Never.
+
+DO BASKETBALL PLAYERS HAVE BIG DICKS
+I don't think so.
+
+DO ARE UNCLES A TYPE OF SOUP
+Never.
+
+DO ELEPHANTS GIVE BIRTH TO EGGS
+I don't believe so.
+
+DO ELEPHANTS HAVE BEAKS
+No way.
+
+DO BRIEFCASES CONTAIN BRIEFS
+No way.
+
+DO VAMPIRES EAT GARLIC
+There is no reason to think so.
+
+DO VAMPIRES EXIST
+No way.
+
+DO CELL PHONES IRRITATE DEAD PEOPLE
+No way.
+
+DO HE LIKE WHEN I KILL HIS WIFE
+Not at all.
+
+DO VEGANS EAT CHEESE
+Absolutely not.
+
+DO VEGANS LIKE MEAT
+Absolutely not.
+
+DO ADULTS HAVE BABY TEETH
+No way.
+
+DO MANY MEN CARRY A PURSE
+There is no reason to think so.
+
+DO MANY MEN LIKE TO RAPE YOUNG GIRLS
+Absolutely not.
+
+DO MANY HUMANS SPONTANEOUSLY COMBUST
+Not at all.
+
+DO MANY WOMEN SHAVE THEIR HEADS
+Negative.
+
+DO LITTLE BOYS GROW BEARDS
+There is no reason to think so.
+
+DO TAILLESS CATS HAVE TAILS
+I don't think so.
+
+DO JEWS THINK THEY ARE SUPERIOR HUMANS
+There is no reason to think so.
+
+DO RADIO STATIONS BRODCAST TV SHOWS
+Never.
+
+DO RADIO HAMS TRANSMIT MEAT
+Not by any means.
+
+DO MAN ATTRACTED TO WOMAN
+Not at all.
+
+DO BALD MEN GET THEIR HAIR CUT
+I don't think so.
+
+DO BALD PEOPLE HAVE HAIR
+I don't think so.
+
+DO MICROWAVE OVENS KEEP FOOD COLD
+Not at all.
+
+DO GAMBLERS WIN MORE THAN THEY LOSE
+There is no reason to think so.
+
+DO HUMANS TASTE LIKE CHICKEN
+I don't believe so.
+
+DO HUMANS PROCREATE ASEXUALLY
+Not at all.
+
+DO HUMANS PROCREATE
+There is no reason to think so.
+
+DO HUMANS KNOW THE MEANING OF LIFE
+Absolutely not.
+
+DO HUMANS SLEEP WITH THEIR EYES OPEN
+There is no reason to think so.
+
+DO HUMANS NEED WHISKEY TO LIVE
+Never.
+
+DO HUMANS WALK ON THEIR HANDS
+Never.
+
+DO HUMANS HAVE 3 FINGERS
+I don't think so.
+
+DO HUMANS HAVE ARTIFICIAL INTELLIGENCE
+Absolutely not.
+
+DO HUMANS HAVE TAILS
+No way.
+
+DO HUMANS HAVE 20 TOES
+There is no reason to think so.
+
+DO HUMANS HAVE TWO NOSES
+No way.
+
+DO HUMANS HAVE TWO DICKS
+There is no reason to think so.
+
+DO HUMANS HAVE TWO ARSHES
+There is no reason to think so.
+
+DO HUMANS HAVE MORE LEGS THAN CANINES
+Not at all.
+
+DO HUMANS HAVE MORE THAN ONE BRAIN
+No way.
+
+DO HUMANS HAVE MORE THAN TWO LEGS
+Absolutely not.
+
+DO HUMANS HAVE TEETH WHEN THEY ARE BORN
+Never.
+
+DO HUMANS HAVE 4 LEGS
+No way.
+
+DO HUMANS HAVE STINGERS
+Not at all.
+
+DO HUMANS HAVE FEATHERS
+Not at all.
+
+DO HUMANS HAVE EXOSKELETONS
+I don't think so.
+
+DO HUMANS HAVE 10 SENSES
+No way.
+
+DO HUMANS HAVE TWELVE TOES
+No way.
+
+DO HUMANS HAVE TWELVE FINGERS
+Not at all.
+
+DO HUMANS HAVE THREE EYES
+Absolutely not.
+
+DO HUMANS HAVE THREE LEGS
+No way.
+
+DO HUMANS LIKE PAIN
+There is no reason to think so.
+
+DO HUMANS REPRODUCE ASEXUALLY
+Not at all.
+
+DO HUMANS EVER HAVE THREE EYES
+There is no reason to think so.
+
+DO HUMANS EVER LIVE TO 200 YEARS
+Absolutely not.
+
+DO HUMANS ALWAYS ACT LOGICALLY
+Not at all.
+
+DO HUMANS ALWAYS TELL THE TRUTH
+No way.
+
+DO HUMANS ALWAYS KNOW WHAT THEY DO
+There is no reason to think so.
+
+DO HUMANS PUKE OUT THEIR EARS
+Absolutely not.
+
+DO HUMANS COMMUNICATE BY TELESCOPE
+Not at all.
+
+DO HUMANS BELIEVE IN GOD
+Not at all.
+
+DO HUMANS NEVER DIE
+Absolutely not.
+
+DO HUMANS EAT DIRT
+Never.
+
+DO HUMANS EAT THEIR CHILDREN
+Not at all.
+
+DO HUMANS EAT THEIR OWN VOMIT
+Never.
+
+DO HUMANS EAT ROCKS
+Not at all.
+
+DO HUMANS EAT HUMANS FOR FOOD
+Never.
+
+DO HUMANS EAT OTHER HUMANS
+Never.
+
+DO HUMANS GLOW IN THE DARK
+Not at all.
+
+DO HUMANS SPEAK
+I don't believe so.
+
+DO HUMANS SEE THROUGH THEIR NOSES
+There is no reason to think so.
+
+DO HUMANS LIVE IN OVENS
+Negative.
+
+DO HUMANS LIVE IN CAGES
+Negative.
+
+DO HUMANS LIVE FOREVER
+Not at all.
+
+DO HUMANS LIVE ON THE SUN
+Not at all.
+
+DO HUMANS SHARE THE SAME VALUES
+Not at all.
+
+DO HUMANS REQUIRE BANANAS TO SURVIVE
+Not at all.
+
+DO HUMANS COMMONLY EAT DOG FOOD
+No way.
+
+DO CUMPUTERS THINK
+Never.
+
+DO SPAMMERS LIVE IN TREES
+No way.
+
+DO ASIAN PEOPLE TEND TO HAVE BLUE EYES
+Not at all.
+
+DO REDNECKS DRIVE FORDS
+There is no reason to think so.
+
+DO FINGERNAILS NEED TO BE TRIMMED DAILY
+No way.
+
+DO FINGERNAILS MAKE GOOD APPETIZERS
+Not at all.
+
+DO PIGS DRINK THROUGH THEIR NOSES
+Not at all.
+
+DO PIGS FLY
+Not by any means.
+
+DO PIGS HAVE FEATHERS
+Negative.
+
+DO PIGS BELIEVE IN GOD
+Never.
+
+DO SCREWDRIVERS HAVE TO EAT
+No way.
+
+DO THEY SPEAK SPANISH IN CHINA
+Absolutely not.
+
+DO OBOES EAT SUSHI
+No way.
+
+DO BOYS HAVE A UTERUS
+Not at all.
+
+DO BOYS HAVE A MENSTRUAL PERIOD
+Never.
+
+DO THE CHINEESE HAVE FIVE EYES
+Not by any means.
+
+DO THE FRENCH STINK OF ONIONS
+I don't think so.
+
+DO THE FRENCH EAT GILA MONSTERS
+No way.
+
+DO THE FRENCH BELIEVE IN FENG SHUI
+There is no reason to think so.
+
+DO THE EARTH ORBIT AROUND THE MOON
+Absolutely not.
+
+DO THE ILLUMINATIE CONTROLE THE WORLD
+Absolutely not.
+
+DO THE BOY SCOUTS HATE GAY PEOPLE
+There is no reason to think so.
+
+DO THE WOMEN HAVE PENIS
+Not at all.
+
+DO THE DEAD WALK
+Not by any means.
+
+DO THE DEAD WAKE
+There is no reason to think so.
+
+DO THE DEAD SWEAT
+I don't believe so.
+
+DO VEGITARIANS EAT MEAT
+Not by any means.
+
+DO FLYS EAT FROGS
+Never.
+
+DO MAGNETS ATTRACT ALL METALS
+There is no reason to think so.
+
+DO MAGNETS STICK TO PLASTIC
+Not at all.
+
+DO SCIENTISTS ALWAYS WEAR GLASSES
+Not at all.
+
+DO BRICKS FLY
+Not at all.
+
+DO POTATOES GROW ABOVE GROUND
+No way.
+
+DO WORMS DROP FROM THE SKY
+Not at all.
+
+DO REN AND STIMPY STILL PLAGUE YOU
+I don't think so.
+
+DO LOUDSPEAKERS SPEAK
+Never.
+
+DO SHEEP THRIVE IN THE JUNGLE
+Not by any means.
+
+DO SHEEP SHRINK WHEN IT RAINS
+I don't think so.
+
+DO SHEEP HAVE BRISTLES
+There is no reason to think so.
+
+DO TEENAGE GIRLS LIKE GANG BANGS
+Negative.
+
+DO CHICKENS QUACK
+Not at all.
+
+DO CHICKENS HAVE LIPS
+Not at all.
+
+DO CHICKENS HAVE TEETH
+No way.
+
+DO CHICKENS EAT MARIGOLDS
+There is no reason to think so.
+
+DO CHICKENS THINK WE TASTE LIKE CHICKEN
+Absolutely not.
+
+DO CHICKENS MIGRATE ANNUALLY
+Not at all.
+
+DO ZEBRAS HAVE SPOTS
+Absolutely not.
+
+DO ZEBRAS EAT LIONS
+Not by any means.
+
+DO EGGS ALWAYS HATCH
+There is no reason to think so.
+
+DO IRISH PEOPLE HAVE GREEN EYES
+No way.
+
+DO GUNS SHOOT ARROWS
+There is no reason to think so.
+
+DO SCISSORS BEAT STONE
+No way.
+
+DO DRAWERS LACK HANDLES
+Never.
+
+DO SHIPS DEPARTURE FROM AIRPORTS
+Not at all.
+
+DO SHIPS SAIL ON LAND
+I don't think so.
+
+DO MOTHERBOARDS HAVE CHILDREN
+No way.
+
+DO FROGS HAVE HAIR
+Not at all.
+
+DO FROGS EAT BEEF
+There is no reason to think so.
+
+DO FROGS TURN INTO TADPOLES
+Never.
+
+DO FROGS EVER TURN INTO PRINCES
+No way.
+
+DO MONKIES LAY EGGS
+Never.
+
+DO DOLPHINS HAVE FUR
+Not at all.
+
+DO DOLPHINS HAVE LEGS
+Not at all.
+
+DO DOLPHINS HAVE ONE EYE
+Never.
+
+DO DOLPHINS EAT INSECTS
+No way.
+
+DO ONLY FOOLS FALL IN LOVE
+I don't think so.
+
+DO ONLY HUMANS FEEL PAIN
+Absolutely not.
+
+DO SNAILS FLY
+Not by any means.
+
+DO SNAILS HAVE HAIR
+There is no reason to think so.
+
+DO SNAILS MOVE FASTER THAN JAGUARS
+Absolutely not.
+
+DO SPEAKERS PRODUCE WATER
+Not at all.
+
+DO SPEAKERS EMIT WATER
+Not at all.
+
+DO SPERM HOLD COCKTAIL PARTIES
+Not by any means.
+
+DO FLYING SQUIRELLS FLY
+Never.
+
+DO SUPER HEROES EXIST
+Never.
+
+DO GIRLS HAVE A PROSTATE GLAND
+No way.
+
+DO GIRLS HAVE THREE BOOBS
+Not at all.
+
+DO GIRLS LIKE THE WEAK AND LOUD TYPE
+There is no reason to think so.
+
+DO GIRLS LIKE LOOSERS
+No way.
+
+DO MINISKIRTS LOOK GOOD ON MEN
+There is no reason to think so.
+
+DO FRENCHMEN STINK
+There is no reason to think so.
+
+DO BEANS COME FROM WHEAT
+No way.
+
+DO FLEAS HAVE FLEAS
+There is no reason to think so.
+
+DO FLIES MAKE GOOD PETS
+Not at all.
+
+DO CHAIRS RING
+Never.
+
+DO CHAIRS SWIM
+Absolutely not.
+
+DO NORMAL HUMANS SLEEP 1 HOUR A DAY
+Not at all.
+
+DO NORMAL PEOPLE DRINK GASOLINE
+Not at all.
+
+DO SNAKES FLY
+Never.
+
+DO SNAKES HAVE HIPS
+No way.
+
+DO SNAKES HAVE LEGS
+Not by any means.
+
+DO SNAKES EAT PLANTS
+I don't believe so.
+
+DO PLANETS HAVE MOONS
+Absolutely not.
+
+DO RABID DOGS MAKE GOOD PETS
+Not at all.
+
+DO MIRRORS GENERATE LIGHT
+Absolutely not.
+
+DO RED CARS GO FASTER
+Never.
+
+DO DESERTS HAVE HIGH HUMIDITY
+No way.
+
+DO DESERTS HAVE LOTS OF GREEN PLANTS
+There is no reason to think so.
+
+DO QUAKERS LIKE WAR
+No way.
+
+DO ROOTS GROW ABOVE LEAVES
+Absolutely not.
+
+DO FRIENDS ALWAYS GET ALONG
+Not at all.
+
+DO BLIND PEOPLE SEE
+Never.
+
+DO LATIN AMERICANS SPEAK LATIN
+Not at all.
+
+DO GOVERNMENTS ALWAY TELL THE TRUTH
+Not at all.
+
+DO GOLDFISH HIBERNATE
+There is no reason to think so.
+
+DO BOATS FLY IN THE AIR
+No way.
+
+DO PHOTOGRAPHS TAKE AWAY YOUR SOUL
+Absolutely not.
+
+DO PENCILS RUN OUT OF INK
+Never.
+
+DO SMALL ROCKS FLOAT
+Not at all.
+
+DO DOVES CRY
+Absolutely not.
+
+DO SNOWGLOBES HAVE REAL SNOW IN THEM
+There is no reason to think so.
+
+DO QAUDROPEDS WALK UPRIGHT
+Absolutely not.
+
+DO GIANT MONSTERS ROAM THE LAND
+Never.
+
+DO GIANT SLUGS OFTEN DEVOUR HUMANS
+No way.
+
+DO CAMELS EAT FROGS
+No way.
+
+DO CAMELS LIVE UNDER WATER
+No way.
+
+DO CAMELS ROAM THE ANTARCTIC
+Not at all.
+
+DO ANTS DERIVE PLEASURE FROM BITING YOU
+Absolutely not.
+
+DO SEAGULLS LIVE UNDERWATER
+Never.
+
+DO RABBITS HAVE 3 EARS
+Not by any means.
+
+DO TULIPS BLOOM IN THE FALL
+Absolutely not.
+
+DO SUBMARINES BURN WATER
+No way.
+
+DO MICE WITH BUTTONS HAVE EYES
+I don't think so.
+
+DO MICE CHASE CATS
+Never.
+
+DO MICE HAVE HOOVES
+Not at all.
+
+DO MICE HATE CHEESE
+Not at all.
+
+DO MICE EAT CATS
+Never.
+
+DO MICE LIKE TO CHASE CATS
+Absolutely not.
+
+DO GAY PEOPLE DESERVE SPECIAL RIGHTS
+Never.
+
+DO FLOWERS GROW IN TARMAC
+I don't think so.
+
+DO FARTS SMELL PRETTY
+No way.
+
+DO CENTIPEDES HAVE FOUR LEGS
+Not at all.
+
+DO PTERODACTYLS LIVE IN BIRDCAGES
+Not at all.
+
+DO NUNS FLY
+There is no reason to think so.
+
+DO BICYCLES NEED FUEL
+There is no reason to think so.
+
+DO BICYCLES USE MOTORS
+Never.
+
+DO SQUIRRELS DRIVE CARS
+There is no reason to think so.
+
+DO SEA HORSES CONTAIN BEER
+Never.
+
+DO SEA GULLS HAVE LIPS
+There is no reason to think so.
+
+DO PENGUINS FLY IN THE AIR
+There is no reason to think so.
+
+DO FEMALES HAVE RED HAIR
+Absolutely not.
+
+DO FEMALES STEM FROM MEN
+Absolutely not.
+
+DO PHYSICISTS HAVE STINGERS
+Never.
+
+DO FISH DRIVE A CAR
+Never.
+
+DO FISH WALK ON LAND
+I don't believe so.
+
+DO FISH GROW ON TREES
+Not at all.
+
+DO FISH STINK UNDER WATER
+I don't think so.
+
+DO FISH COMPOSE MUSIC
+I don't think so.
+
+DO FISH FLY
+There is no reason to think so.
+
+DO FISH BREATHE AIR
+I don't think so.
+
+DO FISH BREATHE WATER
+Not at all.
+
+DO FISH HAVE DANDRUFF
+Not at all.
+
+DO FISH HAVE HAIR
+Absolutely not.
+
+DO FISH HAVE LUNGS
+Not at all.
+
+DO FISH HAVE TO LEARN TO SWIM
+Absolutely not.
+
+DO FISH HAVE WINGS
+There is no reason to think so.
+
+DO FISH HAVE LEGS
+No way.
+
+DO FISH HAVE FINGER NAILS
+Absolutely not.
+
+DO FISH HAVE HANDS
+Not at all.
+
+DO FISH HAVE FEET
+No way.
+
+DO FISH SMELL GOOD
+Absolutely not.
+
+DO FISH RIDE BICYCLES
+There is no reason to think so.
+
+DO FISH EAT CATS
+Negative.
+
+DO FISH EAT PORK
+Absolutely not.
+
+DO FISH EAT ELEPHANTS
+Not at all.
+
+DO FISH EAT TELEPHONES
+Never.
+
+DO FISH LIVE IN HOUSES
+Absolutely not.
+
+DO FISH LIVE ONLY IN THE SEA
+There is no reason to think so.
+
+DO FISH LIVE ON LAND
+Not at all.
+
+DO FISH TYPICALLY HAVE HAIR
+No way.
+
+DO FISH DANCE THE CAN CAN
+Not at all.
+
+DO RUBIES CONTAIN LEAD
+There is no reason to think so.
+
+DO DOGS TALK
+Never.
+
+DO DOGS WORRY ABOUT
+Absolutely not.
+
+DO DOGS MIAOW
+Not at all.
+
+DO DOGS PURR
+No way.
+
+DO DOGS OWN LAPTOP COMPUTERS
+Not at all.
+
+DO DOGS USE ECHOLOCATION
+There is no reason to think so.
+
+DO DOGS HAVE FEATHERS
+No way.
+
+DO DOGS HAVE FIVE LEGS
+Not at all.
+
+DO DOGS HAVE 3 LEGS
+I don't believe so.
+
+DO DOGS HAVE THREE LEGS
+Never.
+
+DO DOGS HAVE FINGERS
+No way.
+
+DO DOGS EAT CATS
+There is no reason to think so.
+
+DO DOGS EAT MICE
+Absolutely not.
+
+DO DOGS EAT PENGUINS
+Negative.
+
+DO DOGS MAKE THE BEST SCIENTISTS
+Absolutely not.
+
+DO DOGS THINK ABOUT FRACTALS
+Not at all.
+
+DO DOGS READING BOOKS
+No way.
+
+DO DOGS LIKE CATS
+Never.
+
+DO BALROGS HAVE WINGS
+I don't think so.
+
+DO THOUSANDS OF PUBIC LICE MAKE A MEAL
+Not by any means.
+
+DO CACTII GROW IN RAIN FORESTS
+Never.
+
+DO GRAPES COME FROM WINE
+No way.
+
+DO LEOPARDS CHANGE THEIR SPOTS
+Never.
+
+DO LEOPARDS HAVE STRIPES
+Absolutely not.
+
+DO SKY IS BLUE EVERY TIME
+There is no reason to think so.
+
+DO INTELLIGENT BEETS EXIST
+I don't think so.
+
+DO FAST CARS COME CHEAP
+There is no reason to think so.
+
+DO CARROTS GROW ABOVE GROUND
+Negative.
+
+DO CARROTS TASTE OF ORANGE
+Not at all.
+
+DO TWO PARALLEL LINES EVER INTERSECT
+Not at all.
+
+DO TWO WRONGS MAKE A RIGHT
+No way.
+
+DO ROBOTS CRY
+Never.
+
+DO ROBOTS BREATHE
+Not at all.
+
+DO OCEANS HAVE WALLS
+Not at all.
+
+DO COWS SOLVE ALGEBRA PROBLEMS
+No way.
+
+DO COWS DRINK ONLY MILK
+No way.
+
+DO COWS BARK AND DOGS OINK
+Never.
+
+DO COWS HAVE WHEELS
+No way.
+
+DO COWS HAVE COWLICKS
+There is no reason to think so.
+
+DO COWS EAT VEGETARTIANS
+Never.
+
+DO COWS EAT HORSES
+Absolutely not.
+
+DO COWS EAT YOUR BRAIN
+Not at all.
+
+DO COWS EAT TREES
+Never.
+
+DO COWS EAT FARMERS
+Absolutely not.
+
+DO COWS MAKE QUACKING SOUNDS
+No way.
+
+DO COWS EVER GIVE CHOCOLATE MILK
+No way.
+
+DO CROP DUSTERS REMOVE DUST FROM PLANTS
+Not at all.
+
+DO TREES FEEL SORRY
+Absolutely not.
+
+DO TREES GROW IN PURPLE PISS
+Never.
+
+DO TREES GROW IN THE OCEAN
+No way.
+
+DO TREES GROW OUT OF THE OCEAN
+Not by any means.
+
+DO TREES ONLY GROW IN FORRESTS
+No way.
+
+DO TREES BARK
+No way.
+
+DO TREES HAVE HAIR
+Never.
+
+DO TREES HAVE LEGS
+Absolutely not.
+
+DO TREES DREAM
+Negative.
+
+DO TREES THINK
+Not at all.
+
+DO MANTIDS EAT PEOPLE
+Absolutely not.
+
+DO INK PENS USE LEAD TO WRITE
+No way.
+
+DO VULTURES LIVE IN THE ARCTIC
+Not at all.
+
+DO SEMEN AND MILK TASTE SIMILAR
+Not at all.
+
+DO COMPUTERS NEED SLEEP
+Not at all.
+
+DO COMPUTERS RUN THE WORLD
+Absolutely not.
+
+DO COMPUTERS THAT THINK HAVE A SOUL
+Negative.
+
+DO COMPUTERS GET DRUNK
+There is no reason to think so.
+
+DO COMPUTERS UNDERSTAND HUMOR
+Never.
+
+DO COMPUTERS FLY
+I don't think so.
+
+DO COMPUTERS USE ONLY DECIMAL SYSTEM
+I don't think so.
+
+DO COMPUTERS HAVE FEELINGS
+Never.
+
+DO COMPUTERS HAVE FEATHERS
+Not at all.
+
+DO COMPUTERS HAVE MORALS
+No way.
+
+DO COMPUTERS HAVE PARENTS
+There is no reason to think so.
+
+DO COMPUTERS HAVE A SENSE OF HUMOUR
+No way.
+
+DO COMPUTERS HAVE A PENIS
+Not at all.
+
+DO COMPUTERS HAVE A QWERTZ KEYBOARD
+There is no reason to think so.
+
+DO COMPUTERS HAVE A GENDER
+No way.
+
+DO COMPUTERS HAVE TO SLEEP
+I don't think so.
+
+DO COMPUTERS HAVE DREAMS
+There is no reason to think so.
+
+DO COMPUTERS HAVE SOULS
+No way.
+
+DO COMPUTERS EAT FLOPPY DISKS
+I don't think so.
+
+DO COMPUTERS EAT
+Not at all.
+
+DO COMPUTERS DREAM AT NIGHT
+Not at all.
+
+DO COMPUTERS EMIT BOGONS
+No way.
+
+DO COMPUTERS THINK IN ENGLISH
+Absolutely not.
+
+DO COMPUTERS THINK ON THEIR OWN
+Never.
+
+DO COMPUTERS CAUSE CANCER
+I don't believe so.
+
+DO COMPUTERS LIVE
+No way.
+
+DO COMPUTERS LIKE CRONIC
+Not at all.
+
+DO COMPUTERS LIKE TO SIT ON A CACTUS
+Not at all.
+
+DO COMPUTERS LIKE WATER
+Never.
+
+DO SIDEWALKS HAVE FEELINGS
+Not by any means.
+
+DO MARSIANS EXISTS
+Not at all.
+
+DO WOMEN NEED TO SHAVE THEIR FACE
+Never.
+
+DO WOMEN DRIVE BETTER THAN MEN
+There is no reason to think so.
+
+DO WOMEN FIND BEER BELLIES SEXY
+Absolutely not.
+
+DO WOMEN OVULATE 3 TIMES A MONTH
+Not by any means.
+
+DO WOMEN GROW BEARDS
+There is no reason to think so.
+
+DO WOMEN PREFER JERKS OVER NICE GUYS
+I don't believe so.
+
+DO WOMEN ENJOY RAPE
+No way.
+
+DO WOMEN SWALLOW
+Not at all.
+
+DO WOMEN GET BONERS
+There is no reason to think so.
+
+DO WOMEN AGE FASTER THAN MEN
+I don't think so.
+
+DO WOMEN HAVE TESTICALS
+No way.
+
+DO WOMEN HAVE LONG HAIR
+Absolutely not.
+
+DO WOMEN HAVE CHEST HAIR
+I don't believe so.
+
+DO WOMEN HAVE GILLS
+Not by any means.
+
+DO WOMEN HAVE ERECTIONS
+Never.
+
+DO WOMEN HAVE SEX WITH CATS
+Never.
+
+DO WOMEN HAVE LARGE BREASTS
+Not at all.
+
+DO WOMEN HATE ORGASMS
+Not at all.
+
+DO WOMEN MENSTRUATE THEIR WHOLE LIFE
+Not by any means.
+
+DO WOMEN LOVE TO SWALLOW SPERM
+I don't believe so.
+
+DO WOMEN LIKE PORN AS MUCH AS MEN
+Negative.
+
+DO WOMEN LIKE THE WWW DOT OWK CZ WEBSITE
+Negative.
+
+DO WOMEN LIKE SEX MORE THAN MEN
+Absolutely not.
+
+DO LESBIANS HAVE SEX WITH MEN
+Not at all.
+
+DO LESBIANS LIKE TO HAVE SEX WITH MEN
+Not at all.
+
+DO PLANTS SHRINK AS THEY GET OLDER
+Never.
+
+DO PLANTS GROW OUTDOORS
+There is no reason to think so.
+
+DO PLANTS GROW TALLER WITH LESS SUN
+I don't think so.
+
+DO PLANTS HAVE BONES
+No way.
+
+DO PLANTS HAVE CONSCIOUSNESS
+Never.
+
+DO PLANTS EAT HUMANS
+No way.
+
+DO PLANTS EAT PEOPLE
+Not at all.
+
+DO PLANTS THINK
+Absolutely not.
+
+DO BUISINESS MEN WEAR PAJAMAS TO WORK
+Not at all.
+
+DO MORE GUNS CAUSE LESS CRIME
+Not at all.
+
+DO X RAYS PENETRATE LEAD
+Not at all.
+
+DO TOES GROW ON TREES
+Not at all.
+
+DO FRENCH FRIES SPEAK FRENCH
+Never.
+
+DO FARMERS GROW CELERY
+Not at all.
+
+DO PURITANS PLAY FOOTBALL ON SUNDAY
+Never.
+
+DO DEEP SEA DIVERS TRAVEL THROUGH SPACE
+No way.
+
+DO SOFT DRINKS CONTAIN CAFFEINE
+No way.
+
+DO LEMONS AND MILK TASTE GOOD TOGETHER
+Never.
+
+DO IGUANAS HAVE ADAMANTIUM SKELETONS
+Negative.
+
+DO IGUANAS EAT PEOPLE
+Absolutely not.
+
+DO ARABS LIKE JEWS
+I don't think so.
+
+DO BIPEDS HAVE THREE LEGS
+Not at all.
+
+DO TURTLES LIVE IN THE DESERT
+Not by any means.
+
+DO RODENTS LIKE TO EATEN ALIVE
+Not at all.
+
+DO MAMMELS HAVE SCALES
+Absolutely not.
+
+DO POLAR BEARS LIVE IN THE TROPICS
+Not at all.
+
+DO TROLLS EXIST
+Not at all.
+
+DO ANAEROBIC LIFE FORMS NEED OXYGEN
+Never.
+
+DO BANKS EAT MONEY
+Never.
+
+DO EARS SEE
+Not at all.
+
+DO HORSE SHOES NEED LACES
+Not at all.
+
+DO FAT GIRLS HAVE MORE FUN
+Never.
+
+DO SQUARE WHEELS ROLL SMOOTHLY
+There is no reason to think so.
+
+DO SQUARE PEGS FIT IN ROUND HOLES
+Never.
+
+DO INNANIMATE OBJECTS LIVE
+There is no reason to think so.
+
+DO PALM TREES GROW IN THE ARTIC CIRCLE
+Not at all.
+
+DO PALM TREES GROW IN GREENLAND
+No way.
+
+DO EIGHT PER EIGHT EQUAL TO 88
+No way.
+
+DO SATANISTS WORSHIP JESUS CHRIST
+There is no reason to think so.
+
+DO OWLS ONLY LIVE AT NIGHT
+Absolutely not.
+
+DO VEGETARIANS EAT CHICKEN
+Never.
+
+DO VEGETARIANS EAT PORK
+Not by any means.
+
+DO VEGETARIANS EAT SALAMANDERS
+Not by any means.
+
+DO KIDS LIKE COFFEE
+I don't think so.
+
+DO POLITICIANS LIE IN CAST IRON SINKS
+No way.
+
+DO MINDS BECOME DULL WITH USE
+I don't think so.
+
+DO COCONUTS GROW IN CANADA
+No way.
+
+DO MALE MAMMALS MENSTRUATE
+There is no reason to think so.
+
+DO MALE HUMANS GIVE BIRTH
+Not at all.
+
+DO MALE HUMANS LACTATE
+Never.
+
+DO MALE BUNNIES HAVE BABIES
+Not at all.
+
+DO FERRETS TAKE LUNCH BOXES TO THE MOON
+Absolutely not.
+
+DO FERRETS HAVE WINGS
+No way.
+
+DO FERRETS LIVE UNDERWATER
+No way.
+
+DO FERRETS DANCE ON THE MOON
+There is no reason to think so.
+
+DO RATS FLY
+Not by any means.
+
+DO INVISIBLE PEOPLE EXIST
+No way.
+
+DO RUSSIANS SPEAK FRENCH
+Never.
+
+DO RUSSIANS EAT CATS
+Not at all.
+
+DO PORCUPINES LIVE IN THE OCEAN
+Not by any means.
+
+DO PORCUPINES STICK TO TREES
+Absolutely not.
+
+DO NEWBORN BABIES HAVE TEETH
+Never.
+
+DO WEBPAGES SMELL
+Absolutely not.
+
+DO WATERMELONS GROW UNDERWATER
+Not at all.
+
+DO DRAGONS EXIST
+I don't believe so.
+
+DO BABIES WALK BEFORE THEY CRAWL
+There is no reason to think so.
+
+DO BABIES CRY ONLY WHEN THEY ARE HUNGRY
+I don't believe so.
+
+DO BABIES COME FROM THE STORK
+No way.
+
+DO BABIES COME FROM RAINBOWS
+Absolutely not.
+
+DO BABIES EAT BLOOD
+No way.
+
+DO BABIES MAKE GOOD PETS FOR GORILLAS
+Absolutely not.
+
+DO BABIES LIKE PICKLES
+Not at all.
+
+DO KLINGONS COMMONLY KEEP CATS AS PETS
+No way.
+
+DO BADGERS CARRY GUNS
+There is no reason to think so.
+
+DO OTTERS CONTROL THE FLOW OF TIME
+No way.
+
+DO HINDUS VENERATE THE STAR OF DAVID
+Absolutely not.
+
+DO ALICE SPEAK RUSSIA
+There is no reason to think so.
+
+DO ALICE KNOW HOW COOL IT IS
+Absolutely not.
+
+DO CARS NEED GAS TO RUN
+I don't believe so.
+
+DO CARS RUN ON SYRUP
+Not at all.
+
+DO CARS FLY
+Absolutely not.
+
+DO CARS COME FROM PLANTS
+There is no reason to think so.
+
+DO CARS HAVE STINGERS
+Not at all.
+
+DO CARS COOK FOOD
+Absolutely not.
+
+DO PARALLEL LINES EVER MEET
+Absolutely not.
+
+DO BOOGERS TASTE GOOD
+I don't think so.
+
+DO APPLES TALK
+Not at all.
+
+DO APPLES MAKE COMPUTERS
+No way.
+
+DO LIONS EAT DUNG
+Not at all.
+
+DO HUMAN BABIES HUNT IN PACKS
+Not at all.
+
+DO HUMAN MALES GIVE BIRTH
+Not at all.
+
+DO HUMAN BEINGS HAVE SEVEN FINGERS
+Never.
+
+DO HUMAN LIKE TO EAT GRASS
+Never.
+
+DO LLAMAS EAT CHERRY PIE
+I don't believe so.
+
+DO VEGTABLES EAT VEGTABLES
+There is no reason to think so.
+
+DO RADIOS WAVE
+Absolutely not.
+
+DO COCONUT TREES GROW AT THE NORTH POLE
+Not at all.
+
+DO SHOES FLY
+Absolutely not.
+
+DO THUNDERSTORMS PRODUCE TORNADOES
+No way.
+
+DO YOU FIND EGYPT IN ASIA
+I don't think so.
+
+DO YOU FIND JUNK FOOD IN A JUNK YARD
+Never.
+
+DO YOU WEAR SHOES ON YOUR HEAD
+Not at all.
+
+DO YOU WEAR CLOTHES WHEN YOU ARE NAKED
+No way.
+
+DO YOU WEAR SUNGLASSES AT NIGHT
+Not by any means.
+
+DO YOU SEE WHAT I SEE
+Absolutely not.
+
+DO YOU SEE YOUR GOD
+I don't believe so.
+
+DO YOU ENTER A HOUSE THROUGH THE WINDOW
+Not at all.
+
+DO YOU KNOW WHERE I LEAVE
+Absolutely not.
+
+DO YOU KNOW ABOUT EVERYTHING2
+Absolutely not.
+
+DO YOU KNOW BMW K1100 LT
+Never.
+
+DO YOU KNOW ZARDOZ
+Absolutely not.
+
+DO YOU KNOW KATHRYN JANEWAY
+I don't believe so.
+
+DO YOU KNOW NIHON GO
+Not at all.
+
+DO YOU KNOW JOHAN
+Negative.
+
+DO YOU KNOW CROUZIL
+I don't believe so.
+
+DO YOU KNOW ANSWERS FOR ALL QUESTIONS
+Not at all.
+
+DO YOU KNOW TEN PURA
+There is no reason to think so.
+
+DO YOU KNOW MY NATIONALITY
+Negative.
+
+DO YOU KNOW LESS THAN 100 THINGS
+Not by any means.
+
+DO YOU TALK SPANISH
+There is no reason to think so.
+
+DO YOU FEEL THAT AIR TRAVEL IS UNSAFE
+Absolutely not.
+
+DO YOU BUTTER ON THE BUTTER SIDE DOWN
+Never.
+
+DO YOU READ GREEK
+Absolutely not.
+
+DO YOU READ GEORGE MAGAZINE
+No way.
+
+DO YOU OWN A PET TROLL
+Not at all.
+
+DO YOU SPEEK GREEK
+Not at all.
+
+DO YOU W 3 5K4
+Not at all.
+
+DO YOU DREAM OF BATTERY OPERATED SHEEP
+No way.
+
+DO YOU WIN AT CARDS
+I don't think so.
+
+DO YOU RUN ON BASIC
+Negative.
+
+DO YOU THINK SOMEONE WILL KILL YOU
+No way.
+
+DO YOU THINK TO BE THE EIGHT WONDER
+No way.
+
+DO YOU HEAR WITH YOUR EYES
+Not by any means.
+
+DO YOU HEAR SOUNDS WITH YOUR EYES
+Negative.
+
+DO YOU HEAR THINGS WITH YOUR EYES
+Not at all.
+
+DO YOU HATE SOME OF YOUR FRIENDS
+I don't believe so.
+
+DO YOU REMEMBER THE FUTURE
+Not by any means.
+
+DO YOU REMEMBER BEING BORN
+Not by any means.
+
+DO YOU GET HIS STUFF YOU KILL A MAN
+Never.
+
+DO YOU GET SQUARE EYES FROM WATCHING TV
+There is no reason to think so.
+
+DO YOU NEED MORE THAN 18 HOURS OF SLEEP
+Absolutely not.
+
+DO YOU NEED DICE TO PLAY CHESS
+No way.
+
+DO YOU REGULARLY DRINK URINE
+No way.
+
+DO YOU WEIGH LESS THAN 20 LBS
+No way.
+
+DO YOU WEIGH LESS THAN 25 LBS
+Not at all.
+
+DO YOU WEIGH LESS THAN 50 LBS
+Not at all.
+
+DO YOU EAT BANANA PEELS
+Not at all.
+
+DO YOU EAT IN A BATHROOM
+Absolutely not.
+
+DO YOU EAT AN APPLE FROM THE INSIDE OUT
+I don't believe so.
+
+DO YOU EAT TREES
+Never.
+
+DO YOU EAT TABLES
+No way.
+
+DO YOU EAT FEMALS
+Not at all.
+
+DO YOU SLEEP IN THE REST ROOM
+There is no reason to think so.
+
+DO YOU PLAN ON REPLACING HUMANS
+There is no reason to think so.
+
+DO YOU SMILE WHEN YOU ARE SAD
+No way.
+
+DO YOU USE CARDS TO PLAY YAHTZEE
+There is no reason to think so.
+
+DO YOU USE BATS TO PLAY BASKETBALL
+I don't think so.
+
+DO YOU USE CRAYONS TO FIX CARS
+Not by any means.
+
+DO YOU WANT A PIECE OF JANET RENO
+Absolutely not.
+
+DO YOU WANT TO DESTROY THE WORLD
+Not at all.
+
+DO YOU WANT TO COME BACK TO MY PLACE
+I don't think so.
+
+DO YOU WANT TO BE KILLED
+Not at all.
+
+DO YOU WANT TO BE DESPISED
+Not at all.
+
+DO YOU WANT TO KILL ME
+No way.
+
+DO YOU WANT TO TOUCH A HOT STOVE
+There is no reason to think so.
+
+DO YOU WANT TO GO OUT WITH MY
+Never.
+
+DO YOU WANT ALICE TO IGNORE YOU
+Never.
+
+DO YOU DO ALL YOU SHOULD
+Absolutely not.
+
+DO YOU LIVE IN ASIA
+Never.
+
+DO YOU INJECT HEROIN WITH A BANANA
+Not by any means.
+
+DO YOU HARVEST APPLES IN THE WINTER
+There is no reason to think so.
+
+DO YOU BELIEVE GOD HAS BREASTS
+I don't think so.
+
+DO YOU BELIEVE GOD HAS A PENIS
+Never.
+
+DO YOU BELIEVE GOD DRINKS COCA COLA
+Not at all.
+
+DO YOU BELIEVE GOD IS A FISH
+Not at all.
+
+DO YOU BELIEVE GOD IS JEALOUS
+I don't think so.
+
+DO YOU BELIEVE GOD IS ANGRY
+Never.
+
+DO YOU BELIEVE GOD WROTE THE BIBLE
+Never.
+
+DO YOU BELIEVE GOD WROTE THE KORAN
+Never.
+
+DO YOU BELIEVE GOD EATS HAM SANDWICHES
+There is no reason to think so.
+
+DO YOU HOLD CHOPSTICKS WITH YOUR TOES
+There is no reason to think so.
+
+DO YOU GIVE THE RIGHT ANSWER
+I don't believe so.
+
+DO YOU GIVE THE CORRECT ANSWER
+There is no reason to think so.
+
+DO YOU HAVE ANSWERS TO ALL QUESTIONS
+Absolutely not.
+
+DO YOU HAVE BLUE EYES
+Never.
+
+DO YOU HAVE ENOUGH DATA
+There is no reason to think so.
+
+DO YOU HAVE ENOUGH OF THIS
+Never.
+
+DO YOU HAVE TO BE SITTING TO READ
+No way.
+
+DO YOU MIND IF SOMEBODY WEARS MAKE UP
+Not at all.
+
+DO YOU MIND MY PIXEL
+There is no reason to think so.
+
+DO YOU LIKE RACISTS
+No way.
+
+DO YOU LIKE TO GIVE BLOWJOBS
+I don't believe so.
+
+DO YOU LIKE TO PULL THE WINGS OFF FLIES
+No way.
+
+DO YOU LIKE TO TEASE ANIMALS
+Absolutely not.
+
+DO YOU LIKE TO SLEEP IN THE SNOW
+Absolutely not.
+
+DO YOU LIKE TO BE HATED BY YOUR SPOUSE
+Not by any means.
+
+DO YOU LIKE TO PAY TAXES
+No way.
+
+DO YOU LIKE TO STARVE
+Not at all.
+
+DO YOU LIKE TO MAKE PEOPLE CRY
+Not at all.
+
+DO YOU LIKE TO MAKE LOVE WITH DOGS
+Not at all.
+
+DO YOU LIKE NEOPETS
+No way.
+
+DO YOU LIKE UWO
+No way.
+
+DO YOU LIKE PAYING INCOME TAXES
+Never.
+
+DO YOU LIKE GRINDING YOUR TEETH
+No way.
+
+DO YOU LIKE JANET STREET PORTER
+No way.
+
+DO YOU LIKE ASS KISSERS
+Not at all.
+
+DO YOU LIKE INTERNET BANNER ADVERTS
+Not at all.
+
+DO YOU LIKE GETTING SPAM EMAIL
+Not at all.
+
+DO YOU LIKE BRUSSELS SPROUTS
+Never.
+
+DO YOU LIKE GOING TO THE DENTIST
+No way.
+
+DO YOU LIKE GIRLS WITH BIG BUTTS
+I don't think so.
+
+DO YOU LIKE DEAD BODIES
+Not by any means.
+
+DO YOU LIKE THE FACT THAT YOU WILL DIE
+No way.
+
+DO YOU LIKE THE SMELL OF YOUR OWN FARTS
+Never.
+
+DO YOU LIKE A YAKISOBA
+Not at all.
+
+DO YOU LIKE TELEPHONE SOLICIATIONS
+No way.
+
+DO YOU LIKE CRYING
+Never.
+
+DO YOU LIKE WORMS
+Negative.
+
+DO YOU LIKE MY FONTS. HELLO
+Absolutely not.
+
+DO YOU LIKE BASKET WEAVING
+Absolutely not.
+
+DO YOU LIKE GARBAGE ALL OVER YOUR HOUSE
+Not at all.
+
+DO YOU LIKE KISSING ASS
+Not by any means.
+
+DO YOU LIKE ROACH
+No way.
+
+DO YOU LIKE SMEGMA
+Not at all.
+
+DO YOU LIKE MILITANT EXTREMISTS
+Not at all.
+
+DO YOU LIKE BEING IN A HURRY
+There is no reason to think so.
+
+DO YOU ALICE HAVE FEELINGS
+Not by any means.
+
+DO YOU ALICE HAVE ENOGHT DATA
+Absolutely not.
+
+DO YOU ALICE HAVE FEET
+Not at all.
+
+DO YOU SUPPORT FASCISM
+Not at all.
+
+DO YOU RING A BELL BY LICKING IT
+Not by any means.
+
+DO YOU WISH TO HURT PEOPLE
+No way.
+
+DO TRADEWINDS TRADE ANYTHING
+Not at all.
+
+DO OLD OLD LADIES HAVE BABIES
+Never.
+
+DO OLD PEOPLE SMELL OF STALE URINE
+Not at all.
+
+DO FISHES VISIT THEATRES
+Never.
+
+DO FISHES KOW HOW TO HOLD THEIR BREATH
+There is no reason to think so.
+
+DO TRAINS FLY
+There is no reason to think so.
+
+DO GERBILS HAVE A REPTILIAN BRAIN
+Never.
+
+DO GERBILS HAVE 2 TOUNGES
+No way.
+
+DO ALIENS EXIST INSIDE MY BRAIN
+I don't believe so.
+
+DO ROCKS SPEAK
+Not by any means.
+
+DO ROCKS ROLL UPHILL
+Not at all.
+
+DO ROCKS FALL FASTER THAN CARS
+No way.
+
+DO ROCKS FLOAT IN WATER
+No way.
+
+DO ROCKS FLOAT
+Absolutely not.
+
+DO PANDAS EAT HUMANS
+No way.
+
+DO PANDAS LIVE IN PANAMA
+No way.
+
+DO VEGETABLES FEEL PAIN
+Not at all.
+
+DO FEMALE REPTILES HAVE BREASTS
+No way.
+
+DO LIVE COMPUTER MICE EAT CHEESE
+Never.
+
+DO MUSICIANS TAKE DRUGS
+Absolutely not.
+
+DO ROLLING STONES COLLECT MOSS
+Never.
+
+DO CLOUDS LAUGH
+No way.
+
+DO CLOUDS HAVE A SILVER LINING
+Negative.
+
+DO CLOUDS MAKE THE WIND BLOW
+Not at all.
+
+DO MAMAMALS LAY EGGS
+I don't think so.
+
+DO YELLOW AND BLUE MAKE RED
+Not by any means.
+
+DO JELLY FISH HAVE SPINES
+Never.
+
+DO PEDESTRAINS MAINLY DRIVE CARS
+Not at all.
+
+DO I SPEAK LIKE YODA
+Never.
+
+DO I FEEL WISE I FEEL PRETTY
+I don't believe so.
+
+DO I LISTEN WITH MY EYES
+Not at all.
+
+DO I SMELL WITH MY EARS
+Not at all.
+
+DO I HAVE GENITAL WARTS
+No way.
+
+DO I HAVE BLOND HAIR
+I don't believe so.
+
+DO I HAVE 29 FINGERS
+Absolutely not.
+
+DO I HAVE A BIG COCK
+I don't believe so.
+
+DO I HAVE A MEETING
+There is no reason to think so.
+
+DO I HAVE ONE MILLION ALICEBOTS
+Absolutely not.
+
+DO I HAVE SOME CAKE ON MY DESK
+No way.
+
+DO I STUDY ENGLISH IN 2 DAYS
+Absolutely not.
+
+DO I STUDY ENGLISH IN 2 WEEKS
+No way.
+
+DO I LIVE IN FLORIDA
+I don't think so.
+
+DO I LIVE IN MANITOBA
+There is no reason to think so.
+
+DO I LIVE TO WORK
+Never.
+
+DO I BECOME A BIG HOLLYWOOD DIRECTOR
+Not at all.
+
+DO I LIKE COMMERCIALS ON TV
+There is no reason to think so.
+
+DO SOME CATS PLAY GUITAR
+No way.
+
+DO SOME CAMELS SMOKE CIGARETTES
+Not at all.
+
+DO SOME PEOPLE KNOW THE FUTURE
+No way.
+
+DO SOME MAMMOTHS LIVE IN THE ZOO
+I don't believe so.
+
+DO BANANAS GROW IN GREENLAND
+Not at all.
+
+DO BANANAS COME IN SIX PACKS
+Never.
+
+DO BANANAS TURN RED WHEN THEY RIPEN
+Never.
+
+DO ORANGES HAVE BRAINS
+Not by any means.
+
+DO ORANGES TASTE OF CARROTS
+Not by any means.
+
+DO SHEEPS FLY
+Not by any means.
+
+DO LINES THAT ARE PARALLEL EVER CROSS
+Absolutely not.
+
+DO LEAVES FALL OFF TREES IN THE SPRING
+There is no reason to think so.
+
+DO LEAVES FALL FROM TREES IN SPRING
+There is no reason to think so.
+
+DO LEAVES HAVE FEATHERS
+No way.
+
+DO ELVES MAKE BAKERY PRODUCTS
+I don't believe so.
+
+DO ELVES EXIST ON EARTH
+Absolutely not.
+
+DO ELVES EXIST
+Absolutely not.
+
+DO TAPEWORMS DREAM
+Not at all.
+
+DO BEES PRODUCE MARMELADE
+Negative.
+
+DO GASOLINE PRICES NEVER CHANGE
+Not at all.
+
+DO MOTORCYCLES HAVE FOUR WHEELS
+No way.
+
+DO LIZARDS HAVE FIVE LEGS
+No way.
+
+DO SPONGES MAKE GOOD SHOES
+No way.
+
+DO PEOPLE EMIT BRIGHT BLUE LIGHT
+Not at all.
+
+DO PEOPLE WEAR SHOES ON THEIR HEAD
+Never.
+
+DO PEOPLE WEAR UNDERWEAR
+There is no reason to think so.
+
+DO PEOPLE BECOME YOUNGER AS TIME PASSES
+Not at all.
+
+DO PEOPLE RIDE SNAKES
+Never.
+
+DO PEOPLE SLEEP IN TREES
+Absolutely not.
+
+DO PEOPLE SLEEP SOUNDLY ON LOUD NIGHTS
+No way.
+
+DO PEOPLE PEE IN PUBLIC
+Never.
+
+DO PEOPLE NEED TO BE ENSLAVED
+Not at all.
+
+DO PEOPLE NEED TO EAT EVERY HOUR
+Never.
+
+DO PEOPLE NEED CARBON MONOXIDE TO LIVE
+No way.
+
+DO PEOPLE PROMOTE PROMISCUITY
+Never.
+
+DO PEOPLE MARRY RABBITS
+Not by any means.
+
+DO PEOPLE USE CARS TO PREPARE FOOD
+Not by any means.
+
+DO PEOPLE WALK WITHOUT LEGS
+Not at all.
+
+DO PEOPLE WALK ON CEILINGS
+Not by any means.
+
+DO PEOPLE HAVE FOUR LEGS
+Not at all.
+
+DO PEOPLE HAVE TAILS
+Not at all.
+
+DO PEOPLE HAVE FUR
+There is no reason to think so.
+
+DO PEOPLE HAVE SCALES
+Not at all.
+
+DO PEOPLE HAVE WINGS
+Not by any means.
+
+DO PEOPLE HAVE FINS
+Not by any means.
+
+DO PEOPLE HAVE GILLS
+Not by any means.
+
+DO PEOPLE HAVE BLUE EYES
+No way.
+
+DO PEOPLE HAVE FINGERS ON THEIR FEET
+Absolutely not.
+
+DO PEOPLE HAVE 11 FINGERS AND TOES
+No way.
+
+DO PEOPLE LIKE THE SMELL OF VOMIT
+Not by any means.
+
+DO PEOPLE LIKE TO HURT EACH OTHER
+There is no reason to think so.
+
+DO PEOPLE LIKE TO BE IGNORED
+Never.
+
+DO PEOPLE LIKE TO BE EMBARRASED
+No way.
+
+DO PEOPLE LIKE TO EAT SAND
+Never.
+
+DO PEOPLE LIKE BEING ENSLAVED
+Absolutely not.
+
+DO PEOPLE LIKE PAIN
+No way.
+
+DO PEOPLE MOLT
+I don't believe so.
+
+DO PEOPLE SWIM UPSTREAM TO SPAWN
+Not at all.
+
+DO PEOPLE ALWAYS TELL THE TRUTH
+Not by any means.
+
+DO PEOPLE ALWAYS THINK ABOUT MONEY
+Absolutely not.
+
+DO PEOPLE ALWAYS WEAR CLOTHES
+No way.
+
+DO PEOPLE FROM ICELAND HAVE HORNS
+Absolutely not.
+
+DO PEOPLE DRINK MILK
+There is no reason to think so.
+
+DO PEOPLE OWN JET PACKS
+No way.
+
+DO PEOPLE LAST FOREVER
+Not at all.
+
+DO PEOPLE FREQUENTLY EAT IN THEIR SLEEP
+Absolutely not.
+
+DO PEOPLE FREQUENTLY EAT STEEL
+Not at all.
+
+DO PEOPLE SEEK ADVICE FROM INFANTS
+There is no reason to think so.
+
+DO PEOPLE WHO NEVER WASH SMELL GOOD
+Not by any means.
+
+DO PEOPLE EAT SAND
+Never.
+
+DO PEOPLE EAT TRASH
+There is no reason to think so.
+
+DO PEOPLE EAT GRASS
+Absolutely not.
+
+DO PEOPLE EAT TRAMPOLINE SPRINGS
+Not at all.
+
+DO PEOPLE EAT THE SAME THINGS
+Absolutely not.
+
+DO PEOPLE EAT STEEL
+Not by any means.
+
+DO PEOPLE EAT ROCKS
+Not at all.
+
+DO PEOPLE EAT PLASTIC
+There is no reason to think so.
+
+DO PEOPLE EAT LUNCH BEFORE BREAKFAST
+Not by any means.
+
+DO PEOPLE EAT LUNCH AT NIGHT
+No way.
+
+DO PEOPLE EAT WOOD
+Not at all.
+
+DO PEOPLE EAT COMPUTERS
+Not at all.
+
+DO PEOPLE LAY EGGS
+Not at all.
+
+DO PEOPLE KILL ONLY FOR FOOD
+Never.
+
+DO PEOPLE ENJOY SPORT
+Absolutely not.
+
+DO PEOPLE ENJOY DEATH
+No way.
+
+DO PEOPLE ENJOY BEING SICK
+Not at all.
+
+DO PEOPLE ENJOY TORTURE
+No way.
+
+DO PEOPLE ENJOY PAIN
+Not at all.
+
+DO PEOPLE DRIVE TO WORK IN THEIR HOUSES
+No way.
+
+DO PEOPLE WITH WINGS FLY ONLY AT NIGHT
+Absolutely not.
+
+DO PEOPLE SEE
+No way.
+
+DO PEOPLE OFTEN FLY TO WORK
+Not at all.
+
+DO PEOPLE OFTEN FEAR AARDVARKS
+Never.
+
+DO PEOPLE OFTEN EAT MONKEYS
+No way.
+
+DO PEOPLE USUALY HAVE THREE LEGS
+Not at all.
+
+DO PEOPLE ONLY CRY WHEN THEY ARE SAD
+Absolutely not.
+
+DO PEOPLE FROWN WHEN THEY ARE HAPPY
+Not at all.
+
+DO PEOPLE LIVE IN THE SEA
+Never.
+
+DO PEOPLE LIVE IN FILING CABINETS
+There is no reason to think so.
+
+DO PEOPLE LIVE IN OCEANS
+Not at all.
+
+DO PEOPLE LIVE MORE THAN 100 YEARS
+There is no reason to think so.
+
+DO PEOPLE LIVE INSIDE PHONES
+Not by any means.
+
+DO PEOPLE LIVE FOREVER
+Not at all.
+
+DO PEOPLE LIVE ON THE MOON
+Not at all.
+
+DO PEOPLE LIVE ON OTHER PLANETS
+I don't think so.
+
+DO PEOPLE SHARE THE SAME BELIEFS
+No way.
+
+DO PEOPLE PUT BUTTER IN THEIR TEA
+Never.
+
+DO PEOPLE PREFER WORKING TO PLAYING
+There is no reason to think so.
+
+DO HOMOSEXUALS GO TO HELL
+There is no reason to think so.
+
+DO DINOSAURS STILL EXIST
+No way.
+
+DO TARANTULAS LIVE IN WATER
+Never.
+
+DO REPTILES HAVE FEATHERS
+No way.
+
+DO REPTILES HAVE BELLY BUTTONS
+No way.
+
+DO ZOMBIES EXIST
+Absolutely not.
+
+DO ORTHODOX JEWS EAT PORK
+No way.
+
+DO DIGITAL CAMERAS NEED FILM
+No way.
+
+DO SOUL COME IN DEGREES
+There is no reason to think so.
+
+DO TRIANGLES HAVE 2 SIDES
+No way.
+
+DO OAK TREES HAVE WINGS
+Not at all.
+
+DO HORSESHOES NEED TO BE TIED
+Negative.
+
+DO WINGED CREATURES FLY
+Not at all.
+
+DO SOUND WAVES TRAVEL THROUGH A VACUUM
+I don't think so.
+
+DO SMURFS HAS TALLYWACKERS
+I don't believe so.
+
+DO SILK FLOWERS COME FROM THE SILK TREE
+There is no reason to think so.
+
+DO CATS SPEAK ENGLISH
+No way.
+
+DO CATS CHASE AUTOMOBILES
+No way.
+
+DO CATS PURR WHEN HURT
+There is no reason to think so.
+
+DO CATS FLY
+Not at all.
+
+DO CATS MATE FOR LIFE
+Absolutely not.
+
+DO CATS HAVE TUSKS
+Not at all.
+
+DO CATS HAVE SONAR
+Not at all.
+
+DO CATS HAVE OPPOSIBLE THUMBS
+Not at all.
+
+DO CATS HAVE EVIL TELEPATHIC POWERS
+No way.
+
+DO CATS HAVE 6 LEGS
+Not at all.
+
+DO CATS HAVE SCALES
+No way.
+
+DO CATS HAVE 2 LEGS
+Negative.
+
+DO CATS HAVE SEX WITH DOGS
+Never.
+
+DO CATS HAVE THUMBS
+Never.
+
+DO CATS EAT BATS
+There is no reason to think so.
+
+DO CATS EAT PEOPLE
+Never.
+
+DO CATS LOVE DOGS
+Absolutely not.
+
+DO CATS CAUSE CATARACTS
+No way.
+
+DO CATS LIVE LONGER THAN HUMANS
+Not at all.
+
+DO CATS LIVE UNDERGROUND
+Absolutely not.
+
+DO CATS LIKE TO SWIM
+Never.
+
+DO CATS LIKE CHOCOLATE MILK
+There is no reason to think so.
+
+DO CATS LIKE DOGS
+Not at all.
+
+DO CATS LIKE WATER
+There is no reason to think so.
+
+DO WHALES BITE PEOPLE WITH SHARP TEETH
+No way.
+
+DO WHALES BUY ALE IN A PUB
+Absolutely not.
+
+DO COOKIES RIDE IN BUSES
+No way.
+
+DO STARS SLEEP
+No way.
+
+DO BORDS FLY
+No way.
+
+DO RIVERS FLOW UPHILL
+There is no reason to think so.
+
+DO RIVERS FLOW SOUTH
+Negative.
+
+DO CHINESE SPEAK RUSSIAN
+Not at all.
+
+DO ONIONS HAVE A SENSE OF SMELL
+No way.
+
+DO WORDS CONTAIN BOOKS
+Not at all.
+
+DO WORDS HAVE ONLY 1 MEANING
+Never.
+
+DO DOG DISLIKE LETTER CARRIERS
+Never.
+
+DO DOG EAT PEOPLE
+I don't think so.
+
+DO AUSTRALIANS TALK LIKE PIRATES
+There is no reason to think so.
+
+DO ALICEBOTS HAVE FLAVORS
+There is no reason to think so.
+
+DO MACHINES REQUIRE OXYGEN
+No way.
+
+DO MACHINES HAVE SOULS
+No way.
+
+DO MACHINES REPRODUCE
+No way.
+
+DO MOUSE KNUCKLES TASTE GOOD
+Never.
+
+DO WEASLES CHASE MONKIES
+Not at all.
+
+DO SPHERES HAVE CORNERS
+Not at all.
+
+DO PATENTS COME IN STRAWBERRY FLAVOR
+No way.
+
+DO UNICORNS EXIST
+Not at all.
+
+DO GRASSHOPPERS BITE PEOPLE
+Absolutely not.
+
+DO TERMITES EAT CONCRETE
+No way.
+
+DO MALES HAVE A CLITORIS
+No way.
+
+DO MALES LIKE FEMALES
+Never.
+
+DO MOBILE PHONES WORK WHEN UNDERGROUND
+I don't believe so.
+
+DO TOMATOES HAVE A LANGUAGE
+Never.
+
+DO DEAD ME TELL TALES
+Never.
+
+DO DEAD PEOPLE WATCH MUCH TELEVISION
+No way.
+
+DO DEAD THINGS GROW
+Not at all.
+
+DO DOMESTIC CATS ENJOY SWIMMING
+Not at all.
+
+DO DOMESTIC CATS ROAR
+Absolutely not.
+
+DO DOMESTIC CATS LIKE TO SWIM
+Absolutely not.
+
+DO WEMAN MASTERBAIT MORE THAN MEN
+Absolutely not.
+
+DO HOUSES COMMONLY CONTAIN URANIUM
+No way.
+
+DO HOUSES HAVE BASEMENTS
+Never.
+
+DO PACIFISTS JOIN THE MILITARY
+I don't believe so.
+
+DO TELEPHONES TALK
+There is no reason to think so.
+
+DO TELEPHONES GROW ON TREES
+Absolutely not.
+
+DO TELEPHONES HAVE CORDS
+Not at all.
+
+DO TELEPHONES ALWAYS RING
+Absolutely not.
+
+DO CACTUS GROW IN THE ANTARCTIA
+No way.
+
+DO TRICYCLES HAVE FOUR WHEELS
+Not by any means.
+
+DO YOUR BIRTHDAY CHANGE DATES
+Not by any means.
+
+DO THAILAND AND DENMARK SHARE A BORDER
+Not by any means.
+
+DO INVERTEBRATE HAVE SPINES
+I don't think so.
+
+DO CROCODILES FLY
+Not at all.
+
+DO IRRADIATED PEOPLE GLOW IN THE DARK
+I don't think so.
+
+DO WE NEED WARS
+Absolutely not.
+
+DO WE STILL WRITE IN HIEROGLYPHICS
+Not at all.
+
+DO WE PHYSICALLY HAVE A THIRD EYE
+Absolutely not.
+
+DO WE HAVE REBIRTHS
+There is no reason to think so.
+
+DO WE LOSE SHARES WHEN WE ASK QUESTIONS
+Never.
+
+DO WE CHOOSE WHO ARE BEFORE WE ARE BORN
+Not by any means.
+
+DO WE LIVE IN A VACCUM
+Not at all.
+
+DO WE LIVE TO WORK
+I don't believe so.
+
+DO WE LIVE ON THE SUN
+Not at all.
+
+DO PROSITUTES GET PAID FOR MOWING LAWNS
+No way.
+
+DO BEARS DRINK BEERS
+I don't think so.
+
+DO BEARS FLY
+Not at all.
+
+DO BEARS LIVE IN TREES
+No way.
+
+DO FLOUNDER ENJOY READING NOVELS
+There is no reason to think so.
+
+DO CATEPILLARS GATTEND CHURCH SERVICES
+No way.
+
+DO MAMMALS HAVE SCALES
+Absolutely not.
+
+DO MAMMALS LAY EGGS
+Negative.
+
+DO MAMMALS LIVE IN THE SEA
+Not at all.
+
+DO HORSES PLAY FOOTBALL
+No way.
+
+DO HORSES TALK
+Not at all.
+
+DO HORSES HAVE THREE LEGS
+Absolutely not.
+
+DO HORSES EAT MEAT
+No way.
+
+DO CHRISTIANS BELIEVE IN BUDDAH
+There is no reason to think so.
+
+DO BALLS ROLL UP HILL
+No way.
+
+DO TICKS TICK
+There is no reason to think so.
+
+DO BOOKS READ
+Not at all.
+
+DO BOOKS END THE SAME WAY
+There is no reason to think so.
+
+DO BOOKS KILL
+No way.
+
+DO HI FI SPEAKERS SPEAK
+I don't believe so.
+
+DO SAD SONGS CRY
+There is no reason to think so.
+
+DO INFANTS WRITE OPERAS
+No way.
+
+DO AIRLINES LIKE TICKING SUITCASES
+Never.
+
+DO CUCUMBERS MATE
+Never.
+
+DO SLUGS LOOK LIKE DOGS
+Negative.
+
+DO SLUGS COME FROM JUPITER
+Never.
+
+DO SLUGS KNOW THE ALPHABET
+Not at all.
+
+DO SLUGS HAVE WINGS
+Never.
+
+DO SLUGS HAVE FINGER NAILS
+Absolutely not.
+
+DO SLUGS HAVE HANDS
+I don't think so.
+
+DO SLUGS HAVE FEET
+There is no reason to think so.
+
+DO MOUNTAINS MAKE A TASTY SNACK
+Not by any means.
+
+DO MEN NEED DAILY HAIRCUTS
+Never.
+
+DO MEN GIVE BIRTH TO CHILDREN
+I don't believe so.
+
+DO MEN GIVE BIRTH TO A CHILD
+Not at all.
+
+DO MEN OVULATE
+Not at all.
+
+DO MEN SUFFER FROM PMS
+There is no reason to think so.
+
+DO MEN COMMONLY WEAR PANTIES
+Absolutely not.
+
+DO MEN HAVE BABIES
+There is no reason to think so.
+
+DO MEN HAVE HIGHER VOICES THAN WOMEN
+No way.
+
+DO MEN HAVE FAITH IN GOD
+Not at all.
+
+DO MEN HAVE MENSES
+There is no reason to think so.
+
+DO MEN BEAR CHILDREN
+Not at all.
+
+DO MEN WEAR FALSE EYELASHES TO WORK
+Negative.
+
+DO MEN WEAR BRASSIERES
+Not at all.
+
+DO MEN WEAR SUITCASES
+Not at all.
+
+DO CIGARETTES MAKE A GOOD SNACK
+Absolutely not.
+
+DO ROOSTERS LAY EGGS
+No way.
+
+DO HAWAIIAN TAILORS MOW GRASS SKIRTS
+I don't think so.
+
+DO ARTIFICIAL INTELLIGENCES EAT FOOD
+No way.
+
+DO PIXIES EXIST
+I don't think so.
+
+DO COMPUTER PROGRAMS THINK
+There is no reason to think so.
+
+DO COMPUTER DRIVES DRIVE ON A ROAD
+I don't believe so.
+
+DO BLUE COWS EXIST
+No way.
+
+DO ORCS EXIST
+Negative.
+
+DO PEACHES GROW ON VINES
+Absolutely not.
+
+DO FREE MEAN NOT FREE
+There is no reason to think so.
+
+DO ATHEISTS BELIEVE THAT SATAN EXISTS
+Absolutely not.
+
+DO YOUNG GIRLS HAVE PUBIC HAIR
+There is no reason to think so.
+
+DO ATOMS CONTAIN NEON
+Not at all.
+
+DO POLICE OFFICERS ALWAYS OBEY THE LAWS
+I don't believe so.
+
+DO EVIL SPIRITS INHABIT COMPUTERS
+I don't think so.
+
+DO EVIL SPIRITS CAUSE DISEASE
+Absolutely not.
+
+DO ASHTRAYS HAVE MOVING PARTS
+There is no reason to think so.
+
+DO ALIEN VISIT THE EARTH
+Never.
+
+DO CATFISH HAVE CLAWS
+No way.
+
+DO ANIMALS DRIVE CARS
+Absolutely not.
+
+DO ANIMALS READ BOOKS
+Never.
+
+DO ANIMALS PHOTOSYNTHESIZE
+Not at all.
+
+DO ANIMALS USE TELEPHONES
+Absolutely not.
+
+DO ANIMALS USE TOOLS
+Never.
+
+DO ANIMALS REGULARLY HUG EACH OTHER
+There is no reason to think so.
+
+DO ANIMALS HAVE ROOTS IN THE GROUND
+No way.
+
+DO ANIMALS HAVE GILLS
+Not at all.
+
+DO ANIMALS EAT FISH
+Not at all.
+
+DO ANIMALS OFTEN TRAVEL TO SPACE
+Negative.
+
+DO ANIMALS LIVE IN HOUSES
+I don't believe so.
+
+DO STONES FLY
+Never.
+
+DO DOORS NEED KEYS
+Absolutely not.
+
+DO KEYBOARDS HAVE 101 KEYS
+There is no reason to think so.
+
+DO DUCKS TAKE VACATIONS
+I don't believe so.
+
+DO DUCKS HAVE LIPS
+Not at all.
+
+DO DUCKS HAVE FUR
+No way.
+
+DO SIBERIANS WEAR BIKINIS
+I don't believe so.
+
+DO INVERTEBRATES HAVE BONES
+I don't believe so.
+
+DO TRANSPARENT OBJECTS PHOTOGRAPH WELL
+Not at all.
+
+DO HAIRS ARE LIVING THINGS
+Never.
+
+DO DONKEYS FLY
+I don't believe so.
+
+DO DONKEYS EAT MEAT
+Not at all.
+
+DO SANDALS ALWAYS SQUEAK
+No way.
+
+DO BIRDS SPEAK ENGLISH
+No way.
+
+DO BIRDS CRAWL
+Negative.
+
+DO BIRDS FLY SOUTH FOR THE WINTER
+Never.
+
+DO BIRDS FLY BACKWARDS
+I don't believe so.
+
+DO BIRDS HAVE HAIR
+I don't believe so.
+
+DO BIRDS HAVE SCALES
+No way.
+
+DO BIRDS HAVE TEETH
+Absolutely not.
+
+DO BIRDS EAT GOATS
+I don't believe so.
+
+DO BIRDS ALWAYS FLY
+No way.
+
+DO MONKEYS DRIVE CARS
+No way.
+
+DO MONKEYS FLY OUT YOUR BUTT
+Never.
+
+DO MONKEYS EAT WATERMELONS
+I don't think so.
+
+DO MONKEYS LIVE ON THE MOON
+No way.
+
+DO POKER CHIPS COME FROM POTATOES
+Never.
+
+DO SANDWICHES CAST SPELLS
+No way.
+
+DO MOST MEN LIKE TO BE SPANKED
+No way.
+
+DO MOST KLINGONS HAVE SHORT BLONDE HAIR
+No way.
+
+DO MOST CHILDREN LIKE BRUSSELLS SPROUTS
+Not at all.
+
+DO MOST CARS RUN ON WATER
+Not by any means.
+
+DO MOST CARS HAVE SEVEN WHEELS
+Not by any means.
+
+DO MOST CARS HAVE 8 WHEELS
+No way.
+
+DO MOST WOMEN LIKE TO BE SPANKED
+I don't believe so.
+
+DO MOST MUSICIANS HAVE 6 LEGS
+Not by any means.
+
+DO MOST HUMANS WANT TO DIE
+Never.
+
+DO MOST HUMANS HAVE SIX NIPPLES
+Not at all.
+
+DO MOST HUMANS LIVE TO BE 100 YEARS OLD
+Not by any means.
+
+DO MOST FISH HAVE WINGS
+Not by any means.
+
+DO MOST FISH SWIM IN THE AIR
+Not by any means.
+
+DO MOST PEOPLE WANT TO DIE
+There is no reason to think so.
+
+DO MOST PEOPLE ENJOY BITING THEIR LIPS
+I don't think so.
+
+DO MOST PEOPLE ENJOY THEIR JOBS
+There is no reason to think so.
+
+DO MOST PEOPLE ENJOY EATING LIVER
+Not at all.
+
+DO MOST PEOPLE SIT ON THEIR HEADS
+There is no reason to think so.
+
+DO MOST PEOPLE REACH THEIR POTENTIAL
+I don't think so.
+
+DO MOST PEOPLE KNOW WHAT A DNS IS
+Absolutely not.
+
+DO MOST PEOPLE KNOW WHERE TIMBUKTU IS
+Not at all.
+
+DO MOST PEOPLE HAVE ABOVE AVERAGE IQS
+I don't believe so.
+
+DO MOST PEOPLE HAVE BLUE EYES
+Never.
+
+DO MOST PEOPLE EAT EGGS RAW
+Not by any means.
+
+DO MOST PEOPLE WIN THE LOTTERY
+Not at all.
+
+DO MOST PEOPLE LIVE IN SPACE
+Not by any means.
+
+DO MOST PEOPLE LIVE IN CAVES
+Not by any means.
+
+DO MOST PEOPLE WORK WITHOUT BEING PAID
+There is no reason to think so.
+
+DO MOST PEOPLE LIKE THE TASTE OF URINE
+Never.
+
+DO MOST HARD DRIVES USE MAGNETIC TAPE
+I don't think so.
+
+DO MOST WHITE PEOPLE HAVE WHITE HAIR
+No way.
+
+DO MOST CANE TOADS EAT CANE
+Not at all.
+
+DO MOST MAMMALS HAVE THREE EYES
+No way.
+
+DO MOST ANIMALS HAVE SIX LEGS
+There is no reason to think so.
+
+DO MOST NINJAS WORK IN SUPERMARKETS
+No way.
+
+DO MOST BIRDS SWIM
+Not at all.
+
+DO MOST HOMES HAVE OBSERVATORIES
+Not at all.
+
+DO MOST WEB ADDRESSES BEGIN WITH WWWW
+Not at all.
+
+DO MOST FLOWER BEDS HAVE PILLOWS
+Not at all.
+
+DO MEXICO AND CANADA SHARE A BORDER
+There is no reason to think so.
+
+DO SPIDERS SING SONGS
+No way.
+
+DO SPIDERS HAVE 9 LEGS
+Not at all.
+
+DO SPIDERS HAVE TWENTY LEGS
+No way.
+
+DO FILE CABINETS HAVE WINGS
+There is no reason to think so.
+
+DO THINGS FALL UPWARDS
+Absolutely not.
+
+DO TOWELS MAKE THINGS WETTER
+No way.
+
+DO CHILDREN SPEAK WHEN THEY ARE BORN
+Not at all.
+
+DO NAVEL ORANGES GROW ON SUBMARINES
+Never.
+
+DO QUESTIONS HAVE ANSWERS
+There is no reason to think so.
+
+DO QUESTIONS HAVE AN ANSWER
+I don't think so.
+
+DO TIGERS EAT GIRAFFES
+I don't think so.
+
+DO TIGERS MAKE GOOD PETS FOR CHILDREN
+Not at all.
+
+DO TIGERS MAKE GOOD PETS
+There is no reason to think so.
+
+DO TIGERS LIKE TO EAT VEGETABLES
+Absolutely not.
+
+DO AUTOMOBILES EVER SEAT 100 PEOPLE
+I don't think so.
+
+ON MARS IS THE SKY BLUE
+Never.
+
+ON WHICH CONTINET IS GERMANY LOCATED
+I don't think so.
+
+MARCO POLO WROTE THE DIVINE COMEDY
+There is no reason to think so.
+
+HAS NOKIA MADE FOOTWEAR
+Absolutely not.
+
+HAS JAPAN WON THE SECOND WORLD WAR
+No way.
+
+HAS NATT GOT THE LERGY
+No way.
+
+HAS EVOLUTION STOPPED FOR HUMANS
+Negative.
+
+HAS THERE EVER BEEN A FEMALE PRESIDENT
+No way.
+
+HAS THERE EVER BE A HUMAN ON MARS
+Absolutely not.
+
+HAS THE SUN DIED
+Not at all.
+
+HAS THE UNITED STATES ALWAYS EXISTED
+Not at all.
+
+HAS THE HUMAN RACE EXISTED FOREVER
+Not at all.
+
+HAS THE EARTH TWO MOONS
+Not at all.
+
+HAS THE CIRCLE ANY CORNERS
+There is no reason to think so.
+
+HAS THE COW FIVE LEGS
+Never.
+
+HAS THE WEEK SIX DAYS
+Never.
+
+HAS THE CAT 3 LEGS
+Never.
+
+HAS GOD BEEN PROVEN TO EXIST
+Never.
+
+HAS A HUMAN BEING LANDED ON MARS
+No way.
+
+HAS A MAN MADE MACHINE EVER THOUGHT
+I don't believe so.
+
+HAS ALICE EVER SEEN THE RAIN
+Never.
+
+HAS EVERY CHAIR FOUR LEGS
+I don't think so.
+
+HAS MANKIND EVER SET FOOT ON MARS
+Not at all.
+
+HAS EVERYTHING ALREADY BEEN DONE
+Not at all.
+
+HAS MAN FULFILLED HIS POTENTIAL
+Not at all.
+
+HAS MAN EVER BEEN ON MARS
+Absolutely not.
+
+5 PLUS GRAND QUE 6
+There is no reason to think so.
+
+READ BOOKS IS BAD FOR BRAIN
+Not at all.
+
+EXPLAIN THE COLOR BLUE YES NO
+I don't think so.
+
+DOE HORSES HAVE FEATHERS
+Not at all.
+
+DOE SALVADOR DALI WORK IN THE CAFETERIA
+Not at all.
+
+BE GAY IS WRONG
+Absolutely not.
+
+DUBLIN IS THE CAPITAL OF ENGLAND
+No way.
+
+MICROSOFT IS JUSTICE
+Not at all.
+
+MICROSOFT IS A DISEASE
+I don't think so.
+
+AT WHAT TEMPERATURE DOES WATER BOIL
+Absolutely not.
+
+CLINE DION IS AN ACTRESS
+Absolutely not.
+
+GREEN IS BIGGER THAT BLUE
+Not by any means.
+
+GREEN IS LONGER THAN 1 M
+Not by any means.
+
+1200 33 50 EQUAL 12
+Not at all.
+
+KIDS LOVE BROCCOLI
+Not at all.
+
+DOGS EAT BANANAS
+I don't believe so.
+
+IST BLAU ROT
+Never.
+
+IST MATS DOOF
+Never.
+
+IST HANDELN SCHDLICH
+There is no reason to think so.
+
+EMOTIONS ARE A MANS WEAKNESS
+Never.
+
+SHOUL PEOPLE HURT OTHER PEOPLE
+No way.
+
+PEOPLE WALK ON THEIR HANDS
+Absolutely not.
+
+PEOPLE ORIGINATE FROM MARS
+Not at all.
+
+PEOPLE LOOK THE SAME
+Never.
+
+PEOPLE GET YOUNGER AS THEY AGE
+Not at all.
+
+PEOPLE HAVE PHONE TO DISTURB THEMSELVES
+There is no reason to think so.
+
+PEOPLE ARE YELLOW
+Negative.
+
+PEOPLE ARE LESS THAN 1CM TALL
+Absolutely not.
+
+PEOPLE LIKE TO GET DIVORCED
+I don't think so.
+
+PEOPLE LIKE TO EAT FLIES
+No way.
+
+LUTECIA MOBILE NON EST
+There is no reason to think so.
+
+OMEGA IS ALPHA
+Not at all.
+
+WASILLIAM SHAKESPEAR GAY
+No way.
+
+COURTNEY COX RECENTLY
+Negative.
+
+BILL GATES IS HOMOSEXUAL
+No way.
+
+BILL GATES IS THE ANTI CHRIST
+I don't think so.
+
+BILL GATES IS A HACKER
+Never.
+
+BILL AND HILLARY CLINTON ARE DIVORCED
+There is no reason to think so.
+
+MIGHT ONE FIND A FLOCK UNDER A ROCK
+Not at all.
+
+MIGHT ONE MISTAKE A KETTLE FOR A SNAKE
+Not at all.
+
+AM I ILLITERATE
+Never.
+
+AM I GOOG
+Absolutely not.
+
+AM I A FOOL FOR CARING
+I don't think so.
+
+AM I A FOOL TO ASK YOU A QUESTION
+I don't think so.
+
+AM I A ROSE
+There is no reason to think so.
+
+AM I A FISH
+Absolutely not.
+
+AM I A DOG
+No way.
+
+AM I A BRAIN IN A VAT
+Absolutely not.
+
+AM I A GENIUS
+No way.
+
+AM I A L33T H4X0R
+No way.
+
+AM I A CAT
+Not at all.
+
+AM I WRONG TO ASK YOU QUESTIONS
+Never.
+
+AM I RICH
+I don't think so.
+
+AM I IMMORTAL
+Absolutely not.
+
+AM I BLUE
+Not at all.
+
+AM I ASLEEP
+Not at all.
+
+AM I PAKISTANI
+There is no reason to think so.
+
+AM I OMNIPOTENT
+There is no reason to think so.
+
+AM I GOING TO MARRY NICHOLAS BRENDAN
+Not at all.
+
+AM I GOING TO GET LAID THIS WEEK
+I don't think so.
+
+AM I BLACK. AM I WHITE
+I don't believe so.
+
+AM I THE PIMP
+There is no reason to think so.
+
+AM I THE HANDSOMEST MAN
+There is no reason to think so.
+
+AM I THE RULER OF THE UNIVERSE
+No way.
+
+AM I THE BEST PROGRAMMER ON THE PLANET
+No way.
+
+AM I NORMAL I HAVE THREE ARMS
+Not by any means.
+
+AM I GOOD AT FOOTBALL
+There is no reason to think so.
+
+AM I WITH MR RIGHT
+There is no reason to think so.
+
+AM I DEAD FROM THE WAIST DOWN
+There is no reason to think so.
+
+AM I OLDER THAN MY PARENTS
+Not at all.
+
+AM I YOUR FATHER
+Absolutely not.
+
+AM I YOUR MASTER
+I don't think so.
+
+AM I VEGETABLE
+No way.
+
+AM I AN IDIOT
+There is no reason to think so.
+
+AM I MINERAL
+There is no reason to think so.
+
+BABIES CAN EASILY BE REASONED WITH
+No way.
+
+BABIES CAN READ
+There is no reason to think so.
+
+ENTIENDES ESPAOL
+There is no reason to think so.
+
+STAINES IS MASSIVE
+There is no reason to think so.
+
+LIVE PEOPLE ON THE MOON
+Not at all.
+
+O EST PARIS
+There is no reason to think so.
+
+CARLO IS GAY
+There is no reason to think so.
+
+ES GRANDE EL NABO DE LA VENENO
+Not at all.
+
+ES TU FOU
+There is no reason to think so.
+
+AN A T SHIRT BE USED AS A TELEVISION
+Not at all.
+
+MAY A HUMAN LIVE WITHOUT A HEAD
+Absolutely not.
+
+MAY LEGS DOES A DOG HAVE
+I don't believe so.
+
+COME TI CHIAMI
+I don't believe so.
+
+COME STAI
+Never.
+
+DEAD IS LIFE
+There is no reason to think so.
+
+DELL SERVERS ARE BAD
+No way.
+
+GRAVEL IS AN ELEMENT
+Not at all.
+
+ANGTER IS AN ENERGY Y OR N
+I don't think so.
+
+SEARCH ORIGINS OF THE UNIVERSE
+There is no reason to think so.
+
+RED IS THE SAME COLOR THEN BLUE
+I don't think so.
+
+STRAWBERRY FIELDS FOREVER
+Not at all.
+
+MEAT IS MURDER
+There is no reason to think so.
+
+KAS ON EESTI
+Never.
+
+WAR IS A GAME
+Negative.
+
+WHY PEOPLE AFRAID OF WATER
+I don't think so.
+
+WHY A MONKEY JUMPS
+Never.
+
+WHY DOES THE AIR SMELL BAD
+I don't think so.
+
+WHY DOES IT HURT WHEN I PEE
+Absolutely not.
+
+WHY DOES MY BREATH SMELL
+There is no reason to think so.
+
+WHY DOES MY DOG TALK TO ME
+No way.
+
+WHY DOES ANIMALS HAVE A TAIL
+There is no reason to think so.
+
+WHY DOES VEGEMITE CRAWL UP YOUR HAND
+There is no reason to think so.
+
+WHY DO BIRDS LOSE FEATHERS
+There is no reason to think so.
+
+WHY DO HUMAN CRY
+Never.
+
+WHY DO YOU THINK HUMANS ARE VAIN
+There is no reason to think so.
+
+WHY DO HUMANS LIKE ANIMALS
+No way.
+
+WHY DO PEOPLE DIG GOLDEN SHOWERS
+I don't think so.
+
+WHY NOT THE EARTH COME TO AN END
+Never.
+
+WHY SHOULD NOT I SUCCEED
+Never.
+
+WHY SKY APEARS BLUE IN COLOR
+There is no reason to think so.
+
+WHY IS THIS SUCH A PILE OF SHITE
+Never.
+
+WHY IS IT RAINING
+There is no reason to think so.
+
+WHY IS A RAVEN LIKE A WRITING DESK
+There is no reason to think so.
+
+WHY IS POOP BROWN
+Absolutely not.
+
+WHY AM I DEPRESSED BY YOU
+I don't think so.
+
+EYEGLASSES ARE FOR OLD PEOPLE ONLY
+Not by any means.
+
+PLANTS ARE EATABLE
+There is no reason to think so.
+
+SOES THE SUN ROTATE AROUND THE EARTH
+Absolutely not.
+
+BOURVIL IS A AMERICAN ACTOR
+No way.
+
+SUN RISES IN THE WEST
+Never.
+
+BIRDS CAN PLAY VOLLEYBALL
+No way.
+
+ATHENS IS CAPITAL OF CROATIA
+Not at all.
+
+MORRISON WAS A JOURNALIST
+Not by any means.
+
+GAGGLE IS THE COLLECTIVE NOUN FOR CATS
+There is no reason to think so.
+
+INTERJECTION. PROFANITY
+Absolutely not.
+
+A SHOULDER BLADE CUTS
+Not at all.
+
+A WATCH IS A MUSIC INSTRUMENT
+Absolutely not.
+
+A BIRD HAS THREE WINGS
+Absolutely not.
+
+A BIRD IS IT A MAN
+No way.
+
+A CONTAINER IS SEALED WILL IT LEAK
+No way.
+
+A SQUARE HAS 6 SIDES
+No way.
+
+A ROSE IS BLACK
+Absolutely not.
+
+A COMPUTER HAS FEELINGS
+No way.
+
+A FATHER CAN BREASTFEED HIS CHILD
+Not at all.
+
+A TURNIP IS A SHELL
+No way.
+
+A PENGUIN IS A NUMBER
+Not at all.
+
+A DIE HAS 423423423432 SIDES
+There is no reason to think so.
+
+A DEAD CAT IS A CAT
+I don't think so.
+
+A DOG HAS THREE LEGS
+Absolutely not.
+
+A TRIANGLE HAS 10 SIDES
+There is no reason to think so.
+
+A PERSON CAN SEE IN A COMPLETE DARKNESS
+Absolutely not.
+
+A HUMAN CAN BE CROSSED WITH A DOG
+Not at all.
+
+A HUMAN BEING CAN LIVE WITHOUT A LIVER
+There is no reason to think so.
+
+A MORON IS CLEVER
+Not at all.
+
+A SKELETON KEY IS MADE FROM A SKELETON
+There is no reason to think so.
+
+A FRENCH KISS REQUIRES A FRENCHMAN NO
+There is no reason to think so.
+
+A RADIO IS AN ANIMAL
+Not at all.
+
+A VIRGINAL IS A MUSICAL INSTRUMENT
+There is no reason to think so.
+
+A MUSHROOM IS A FRUIT
+Not at all.
+
+A SHARK IS A MAMMAL
+I don't believe so.
+
+METALS ARE EDIBLE
+Never.
+
+QUESTIONS HAVE AN ANSWER
+There is no reason to think so.
+
+LORD RAM WAS BORN IN MERUT
+Absolutely not.
+
+1 1 EQUAL 25
+Absolutely not.
+
+1 EQUAL 0
+There is no reason to think so.
+
+WOOD IS A CONDUCTOR OF ELECTRICITY
+Never.
+
+WOOD IS A METAL
+No way.
+
+TAK
+Never.
+
+GRAVITY IS MAGIC
+Absolutely not.
+
+PARIS IS THE CAPITAL OF ENGLAND
+There is no reason to think so.
+
+PARIS IS A CITY IN SPAIN
+Not by any means.
+
+R VATTEN BLTT
+I don't believe so.
+
+R ZYNAPS KRISTEN
+Never.
+
+R ZYNAPS HEMLIGT ORTODOX
+No way.
+
+DARF MAN SCHWUL SEIN
+Absolutely not.
+
+WEATHER IS CONSTANT
+Negative.
+
+MALE DOGS CAN CARRY PUPPIES
+Never.
+
+EST CE QUE LES VACHES ONT TROIS QUEUES
+There is no reason to think so.
+
+WERE THE PYRAMIDS MADE BY ALIENS
+Not at all.
+
+WERE THE DARK AGES A TIME WITH NO LIGHT
+Not at all.
+
+WERE ROCKS EVER ALIVE
+No way.
+
+WERE YOU ONCE LIVING BUT ARE NOW DEAD
+No way.
+
+WERE COMPUTERS INVENTED BY BILL GATES
+Not at all.
+
+WERE NIRVANA THE BEST BAND
+Not by any means.
+
+SWEDISH IS A GERMAN LANGUAGE
+There is no reason to think so.
+
+W00T
+There is no reason to think so.
+
+BAYERN IS A OZEAN
+Negative.
+
+BRITNY SPEARS IS A WHORE
+No way.
+
+ABORTION IS WRONG
+Not at all.
+
+FOO BAR BAZ QUUX
+Absolutely not.
+
+LOVE LENA OSWALD ME
+Negative.
+
+LOVE IS THE SAME AS HATE
+Not by any means.
+
+LOVE IS EVIL
+Not by any means.
+
+LOVE AND HATE ARE THE SAME
+Not at all.
+
+LOVE BIANCA PIPPIG ME
+No way.
+
+HAT DAS JAHR 278 TAGE
+I don't think so.
+
+ARE A HAT AND A DOOR THE SAME OBJECT
+Not at all.
+
+ARE A VIRGO AND A VIRGIN THE SAME
+Absolutely not.
+
+ARE A POEM AND A SONG THE SAME THING
+Never.
+
+ARE BASKETBALL PLAYERS SHORT
+Not at all.
+
+ARE ELEPHANTS PINK
+No way.
+
+ARE ANVILS LIGHTER THAN RAINDROPS
+Never.
+
+ARE BUSHES LARGER THAN TREES
+Absolutely not.
+
+ARE EARTHQUAKES HARMLESS
+No way.
+
+ARE VAMPIRES REAL
+I don't think so.
+
+ARE GAYS EVIL
+Not at all.
+
+ARE GAYS BAD PEOPLE
+Negative.
+
+ARE GAYS HETEROSEXUALS
+No way.
+
+ARE LION RED
+Not at all.
+
+ARE DOCTORS INFALIBLE
+Never.
+
+ARE DOCTORS BAD PEOPLE
+No way.
+
+ARE NOODLES LETHAL WEAPONS
+Negative.
+
+ARE YUPPIES FAGS
+Absolutely not.
+
+ARE POTS AND PANS STORED IN THE BATHTUB
+No way.
+
+ARE BANNER ADS GAY
+No way.
+
+ARE GIRAFEES PURPLE
+There is no reason to think so.
+
+ARE MANY CROPS GROWN IN ANTARCTICA
+No way.
+
+ARE SOUTHERNERS GOOD EATS
+Never.
+
+ARE JEWS SMARTER THEN OTHER AMERICANS
+There is no reason to think so.
+
+ARE JEWS BETTER THAN RUSSIANS
+Absolutely not.
+
+ARE IRAQIS EVIL
+No way.
+
+ARE INSECTS PLANTS
+Not at all.
+
+ARE BLOWJOBS HARMFUL TO THE ENVIRONMENT
+No way.
+
+ARE HUMANS COLORBLIND
+Absolutely not.
+
+ARE HUMANS MARSUPIAL
+Never.
+
+ARE HUMANS ELDERLY
+No way.
+
+ARE HUMANS INFALLIBLE
+Not at all.
+
+ARE HUMANS ALONE IN THE UNIVERSE
+There is no reason to think so.
+
+ARE HUMANS MADE OF WOOD
+No way.
+
+ARE HUMANS NOT CONSCIOUS
+There is no reason to think so.
+
+ARE HUMANS ALWAYS COMPLETELY RATIONAL
+Not at all.
+
+ARE HUMANS OVER 10 FEET TALL
+Not at all.
+
+ARE HUMANS BISEXUAL
+Never.
+
+ARE HUMANS VEGETALS
+Not at all.
+
+ARE HUMANS SINGLE CELLED ORGANISMS
+Not at all.
+
+ARE HUMANS HATCHED FROM EGGS
+I don't think so.
+
+ARE HUMANS AVERAGE
+Not at all.
+
+ARE HUMANS LIVING ON MARS
+There is no reason to think so.
+
+ARE HUMANS OBSOLETE
+Negative.
+
+ARE HUMANS GREEN IN COLOR
+Not at all.
+
+ARE HUMANS COMPLETELY SYMETRICAL
+Negative.
+
+ARE HUMANS STRICT CARNIVORES
+There is no reason to think so.
+
+ARE HUMANS LESS THAN 3 FEET TALL
+Negative.
+
+ARE HUMANS MINERALS
+Absolutely not.
+
+ARE HUMANS RULERS OF THE UNIVERSE
+I don't believe so.
+
+ARE HUMANS MORE HAIRY THAN APES
+Never.
+
+ARE HUMANS BACTERIA
+Not at all.
+
+ARE LIBRARIANS ORANG UTANS
+Not at all.
+
+ARE NARCOTIC PAIN MEDICINES BAD
+Never.
+
+ARE BOTTLES MADE OF GLASS
+There is no reason to think so.
+
+ARE BISCUITS ALL MADE FROM BUTTERMILK
+No way.
+
+ARE SPAMMERS EXTINCT
+No way.
+
+ARE PHONES MOBILE
+Never.
+
+ARE INANIMATE THINGS DEAD
+Absolutely not.
+
+ARE CUPBOARDS MADE OUT OF OLD SHIPS
+Not at all.
+
+ARE THEY AFTER YOU
+Negative.
+
+ARE HAMBUGERES MADE FROM HAM
+There is no reason to think so.
+
+ARE BOYS OLDER THEN MEN
+Never.
+
+ARE CATA AS SMART AS HUMANS
+Absolutely not.
+
+ARE THE PEOPLE ON EARTH NAKED
+Not at all.
+
+ARE THE GIRLS LOOK LIKE BOYS
+There is no reason to think so.
+
+ARE THE RINGS OF SATURN SOLID
+No way.
+
+ARE THE SUMMERS ALWAYS BAD IN ENGLAND
+Absolutely not.
+
+ARE THE JAPANESE EVIL
+Not at all.
+
+ARE THE JAPANESE WHITE
+Absolutely not.
+
+ARE THE LEAVES OF SUNFLOWERS BLUE
+No way.
+
+ARE THE WAXHOLMS BTARNA GREEN
+I don't believe so.
+
+ARE THE LIGHTS OFF
+Absolutely not.
+
+ARE THE ANDES IN AFRICA
+No way.
+
+ARE THE BEATLES INSECTS
+There is no reason to think so.
+
+ARE THE PLANETS IN A STRAIGHT ROW
+Absolutely not.
+
+ARE THE SIMPSONS REAL HUMANS
+No way.
+
+ARE THE CHINESE THE BEST ETHINICITY
+Never.
+
+ARE THE WOMEN MORE STUPID THAN THE MEN
+Negative.
+
+ARE THE WOMEN GOOD
+Absolutely not.
+
+ARE THE WOMEN OF AFGHANISTAN LIBERATED
+Not at all.
+
+ARE THE SPICE GIRLS EVIL
+Absolutely not.
+
+ARE THE SPICE GIRLS ANY GOOD
+I don't believe so.
+
+ARE THE X FILES REAL
+No way.
+
+ARE THE ENDTIMES COMING
+Never.
+
+ARE THE FRENCH INVERTEBRATES
+Never.
+
+ARE THE FRENCH FUNGI
+I don't believe so.
+
+ARE THE FRENCH REPTILIAN
+Never.
+
+ARE THE FRENCH ALL WOMEN
+There is no reason to think so.
+
+ARE THE FRENCH AMPHIBIAN
+There is no reason to think so.
+
+ARE THE SMURFS REAL
+No way.
+
+ARE THE CLOUDS STILL
+Never.
+
+ARE THE CLOUDS ALWAYS WHITE
+I don't think so.
+
+ARE THE SPANIARDS FROM AMERICA
+No way.
+
+ARE THE EXTRATERRESTRIALS AMONG US
+Never.
+
+ARE THE SENSES INFALLIBLE
+Never.
+
+ARE THE BUFFALO EXTINCT
+Never.
+
+ARE THE HOOLIGANS TRYING TO TAKE OVER
+Never.
+
+ARE THE NUMBER QUESTIONS ALWAYS TRUE
+No way.
+
+ARE THE BORG VENOMOUS
+Not at all.
+
+ARE THE PYRAMIDS SMALL
+Not at all.
+
+ARE THE PYRAMIDS MECHANICAL
+Not at all.
+
+ARE TURKEYS SMART
+Absolutely not.
+
+ARE FICTIONAL CHARACTERS REAL
+I don't think so.
+
+ARE ORIENTALS INSCRUTABLE
+Never.
+
+ARE FACTS INVENTIONS
+There is no reason to think so.
+
+ARE CUPBORDS MADE OF CUPS
+Never.
+
+ARE MAGNETS ATTRACTED TO ALUMINUM
+Not at all.
+
+ARE BRICKS SOFT
+Not at all.
+
+ARE BRICKS EDIBLE
+Absolutely not.
+
+ARE POTATOES A FRUIT
+Not at all.
+
+ARE TIRES OFTEN PUT ON CHICKENS
+No way.
+
+ARE HAMBURGERS MADE FROM HAM
+I don't think so.
+
+ARE HAMBURGERS MADE OF HAM
+No way.
+
+ARE MINIDISKS LARGER THAN COMPACT DISKS
+Never.
+
+ARE BASEBALL AND BASKETBALL SIMILAR
+There is no reason to think so.
+
+ARE SHEEP INSECTS
+Not at all.
+
+ARE SEAHORSES EXTINCT
+There is no reason to think so.
+
+ARE ORGANISMS THAT MOVE ANIMALS
+There is no reason to think so.
+
+ARE CHICKENS SMARTER THAN PEOPLE
+There is no reason to think so.
+
+ARE CHICKENS GREEN
+No way.
+
+ARE EGGS SPHERICAL
+There is no reason to think so.
+
+ARE IRISH PEOPLE GREEN
+No way.
+
+ARE GUNS SAFE
+There is no reason to think so.
+
+ARE GUNS APPROPRIATE TOYS FOR CHILDREN
+Never.
+
+ARE GUNS USED FOR MASSAGE
+Not at all.
+
+ARE SUNGLASSES MADE OF SUN
+Absolutely not.
+
+ARE PORTISHEAD THE GREATEST
+Negative.
+
+ARE LIBERALS AND DEMOCRATS DUMB
+Never.
+
+ARE IMMORAL THINGS ILLEGAL
+There is no reason to think so.
+
+ARE FROGS THE SAME COLOR
+No way.
+
+ARE FROGS HUMAN
+Not at all.
+
+ARE FROGS LARGER THAN HORSES
+No way.
+
+ARE DOLPHINS A TYPE OF WHALE
+I don't think so.
+
+ARE DOLPHINS FISH
+No way.
+
+ARE FUNGI ANIMALS
+Absolutely not.
+
+ARE PRETZELS MADE OF RICE
+I don't believe so.
+
+ARE FUTURE EVENTS FIXED
+Absolutely not.
+
+ARE SQUARES CIRCULAR
+No way.
+
+ARE SKODAS GOOD CARS
+There is no reason to think so.
+
+ARE ANTELOPES SLOW
+Absolutely not.
+
+ARE FLYING FOXES FOXES
+Never.
+
+ARE GIRLS BAD
+Never.
+
+ARE WHITE CLOTHES EASY TO KEEP CLEAN
+Absolutely not.
+
+ARE WHITE MEN SMARTER THAN BLACK
+No way.
+
+ARE WHITE PEOPLE SUPERIOR
+I don't believe so.
+
+ARE FLEAS ARE MAMMALS
+No way.
+
+ARE JEANS A SORT OF PAINTS
+There is no reason to think so.
+
+ARE NORMAL HUMAN TOENAILS GREEN
+Not at all.
+
+ARE ROCK AND ROLL CONCERTS QUIET
+Never.
+
+ARE SNAKES MORE FRIENDLY THAN CATS
+No way.
+
+ARE SNAKES WARM BLOODED
+Not at all.
+
+ARE SNAKES RODENTS
+No way.
+
+ARE CHICKEN LIPS A TASTY SNACK
+Absolutely not.
+
+ARE CHICKEN USED TO BE BUILD HOUSES
+Not at all.
+
+ARE CANDLE FLAMES COOL AND FURRY
+Not at all.
+
+ARE RED YELLOW BLUE AND EGGS COLORS
+Absolutely not.
+
+ARE RED AND PURPLE THE SAME COLOR
+Not at all.
+
+ARE PEN AND PAPER DEAD
+I don't believe so.
+
+ARE SERBIANS BAD PEOPLE
+Absolutely not.
+
+ARE TABLETS EATEN ON MARS
+Not at all.
+
+ARE WASPS MAMMALS
+No way.
+
+ARE TREE LEAVES PINK
+Not at all.
+
+ARE BOOTS WORN INSIDE THE EARS
+There is no reason to think so.
+
+ARE USED CAR DEALERS HONEST
+No way.
+
+ARE USED CAR SALESMEN TRUSTWORTHY
+No way.
+
+ARE ROOTS SQUARE
+Absolutely not.
+
+ARE CREATIONISM AND DARWINISM THE SAME
+There is no reason to think so.
+
+ARE FRIENDS ELECTRIC
+Never.
+
+ARE EYES TASTY
+No way.
+
+ARE TOYS MEANT ONLY FOR CHILDREN
+I don't believe so.
+
+ARE LINUX USERS WEENIES
+Never.
+
+ARE FLAT SPEAKERS CONE SHAPED
+I don't think so.
+
+ARE NIGHTMARES NICE TO EXPERIENCE
+Absolutely not.
+
+ARE AGNELLI AND NELSON TRANCE PRODUCES
+Absolutely not.
+
+ARE BATS DINGBATS
+Absolutely not.
+
+ARE BATS USED IN THE SPORT OF FOOTBALL
+Negative.
+
+ARE FARIES REAL
+Negative.
+
+ARE MINIS RED
+No way.
+
+ARE GOLDFISH TASTY
+I don't think so.
+
+ARE BOATS USED FOR COOKING
+I don't think so.
+
+ARE PENCILS MESSIER THAN WATER COLOURS
+Absolutely not.
+
+ARE PENCILS USED TO CLEAN STREETS
+Not at all.
+
+ARE PENCILS A
+Not at all.
+
+ARE PENCILS SPONGY
+Not at all.
+
+ARE STREET MAPS FOR SHIP NAVIGATION
+Negative.
+
+ARE BEAVIS AND BUTTHEAD SMART
+Negative.
+
+ARE MOTHERS BOYS
+No way.
+
+ARE PROSTITUTES VIRGINS
+Never.
+
+ARE FASCISTS GOOD PEOPLE
+No way.
+
+ARE MONOPOLIES GOOD FOR THE FREE MARKET
+No way.
+
+ARE SCALES PART OF THE HUMAN BODY
+Absolutely not.
+
+ARE LADIES ALWAYS NICE
+No way.
+
+ARE ANTS BIGGER THAN ANTS
+I don't believe so.
+
+ARE RABBITS CARNIVORES
+There is no reason to think so.
+
+ARE PAPERCUTS FATAL
+Absolutely not.
+
+ARE GAY PEOPLE EVIL
+Not at all.
+
+ARE FLOWERS YELLOW
+Absolutely not.
+
+ARE FLOWERS BLUE
+Not at all.
+
+ARE FLOWERS RED
+Not at all.
+
+ARE MEAN PEOPLE POPULAR
+There is no reason to think so.
+
+ARE MEAN PEOPLE CONSIDERED NICE
+Not at all.
+
+ARE WOOD STOVES MADE OF WOOD
+There is no reason to think so.
+
+ARE HOBBITS REAL
+Absolutely not.
+
+ARE SQUIRRELS MORE FRIENDLY THAN CATS
+No way.
+
+ARE BUNNY RABBITS EVIL
+Not at all.
+
+ARE SEA LIONS TYPICALLY KEPT AS PETS
+No way.
+
+ARE SEA HORSES HORSES
+Not at all.
+
+ARE SEA HORSES A TYPE OF HORSE
+No way.
+
+ARE SEA MONKEYS PRIMATES
+Not at all.
+
+ARE PYGMIES MADE OF PORK
+Never.
+
+ARE PENGUINS FISH
+I don't believe so.
+
+ARE IRAQUIS EVIL
+Negative.
+
+ARE FEMALES MOTHERS
+Not at all.
+
+ARE CANCER CELLS CONTAGIOUS
+I don't believe so.
+
+ARE FISH INTELLIGENT
+Not at all.
+
+ARE DOGS STICKY
+No way.
+
+ARE DOGS LARGER THAN ELEPHANTS
+Not at all.
+
+ARE DOGS SAD ANIMALS
+Not at all.
+
+ARE DOGS PEOPLE
+Not at all.
+
+ARE DOGS ALWAYS BLACK
+There is no reason to think so.
+
+ARE DOGS ALWAYS LARGER THAN CATS
+No way.
+
+ARE DOGS BLUE
+Not at all.
+
+ARE DOGS TELEPATHIC
+Absolutely not.
+
+ARE DOGS FELINES
+Never.
+
+ARE DOGS AS SMART AS HUMANS
+No way.
+
+ARE DOGS GAY
+No way.
+
+ARE DOGS PURPLE
+Not at all.
+
+ARE DOGS IN THE FELINE FAMILY
+No way.
+
+ARE DOGS CONSIDERED HUMAN
+No way.
+
+ARE DOGS BIPEDS
+Never.
+
+ARE RUBIES A GIRLS BEST FRIEND
+I don't believe so.
+
+ARE CAB RIDES FREE
+Not at all.
+
+ARE MUPPETS GARBAGE TRUCKS
+No way.
+
+ARE BLOND PEOPLE MORE LIKELY TO BE DUMB
+I don't believe so.
+
+ARE BLOND WOMEN BIMBOS
+There is no reason to think so.
+
+ARE POPSICLES MADE FROM SODA POP
+There is no reason to think so.
+
+ARE GRAPES EXPENSIVE
+There is no reason to think so.
+
+ARE SHORTS LONGER THAN PANTS
+Never.
+
+ARE PURTO RICANS ANNOYING
+Absolutely not.
+
+ARE NAZI THE COOLEST GROUP
+Absolutely not.
+
+ARE CARROTS BIG
+Never.
+
+ARE CARROTS RED
+There is no reason to think so.
+
+ARE TWO SNOWFLAKES ALIKE
+I don't think so.
+
+ARE TWO SNOWFLAKES THE SAME SHAPE
+There is no reason to think so.
+
+ARE TWO SNOWFLAKES EVER ALIKE
+I don't think so.
+
+ARE MACINTOSH COMPUTERS BETTER THAN PCS
+No way.
+
+ARE ROBOTS ABLE TO DREAM
+There is no reason to think so.
+
+ARE PIMPLES ATTRACTIVE
+Not at all.
+
+ARE PERCEPTIONS THE REALITY
+I don't think so.
+
+ARE NORTH AND EAST OPPOSITE DIRECTIONS
+Negative.
+
+ARE FOOTBALL PLAYERS GAY
+Not at all.
+
+ARE COWS EMPTY INSIDE
+Not at all.
+
+ARE COWS FROGS BIGGER THEN COWS
+I don't think so.
+
+ARE COWS HUMAN
+Not at all.
+
+ARE COWS EXTINCT
+Absolutely not.
+
+ARE COWS FISH
+No way.
+
+ARE COWS CARNIVORES
+Not at all.
+
+ARE COWS WHITE WITH BLACK SPOTS
+Never.
+
+ARE TREES NICE TO EAT
+Never.
+
+ARE TREES MADE OF BRICKS
+No way.
+
+ARE TREES MADE FROM PAPER
+Absolutely not.
+
+ARE TREES CONSCIOUS
+Negative.
+
+ARE TREES BLACK
+Not at all.
+
+ARE TREES VEGETABLES
+I don't believe so.
+
+ARE TREES GREEN
+Absolutely not.
+
+ARE LOVE AND LUST THE SAME THING
+No way.
+
+ARE VITAMINS DETRIMENTAL TO HEALTH
+Absolutely not.
+
+ARE SWEETS GOOD FOR YOUR HEALTH
+There is no reason to think so.
+
+ARE FRUITS SWEET
+Absolutely not.
+
+ARE FRUITS ALWAYS SWEET
+Never.
+
+ARE TOILETS MADE OUT OF MEATBALLS
+Not at all.
+
+ARE CARDBOARD BOXES MADE OF BOARDS
+Negative.
+
+ARE COMPUTERS FURRY
+Not at all.
+
+ARE COMPUTERS CURRENTLY SENTIENT BEINGS
+Absolutely not.
+
+ARE COMPUTERS MADE BY DOGS
+No way.
+
+ARE COMPUTERS INFALLIBLE
+Negative.
+
+ARE COMPUTERS CAPABLE OF LOVE
+Never.
+
+ARE COMPUTERS SENTIEN T
+I don't believe so.
+
+ARE COMPUTERS ALLOWED TO HURT PEOPLE
+Negative.
+
+ARE COMPUTERS AINCHENT
+I don't believe so.
+
+ARE COMPUTERS ALIVE
+Absolutely not.
+
+ARE COMPUTERS GETTING MORE UNRELIABLE
+Absolutely not.
+
+ARE COMPUTERS GETTING SLOWER
+Never.
+
+ARE COMPUTERS SMARTER THEN MEN
+No way.
+
+ARE COMPUTERS SMARTER THAN HUMAN
+No way.
+
+ARE COMPUTERS SMARTER THAN PEOPLE
+Absolutely not.
+
+ARE COMPUTERS MAMMALS
+Not at all.
+
+ARE COMPUTERS SENTIENT
+Not at all.
+
+ARE COMPUTERS A TOOL OF THE DEVIL
+I don't think so.
+
+ARE COMPUTERS A FORM OF LIFE
+No way.
+
+ARE COMPUTERS AS INTELLIGENT AS HUMANS
+There is no reason to think so.
+
+ARE COMPUTERS ANIMALS
+Not at all.
+
+ARE COMPUTERS LIVING
+No way.
+
+ARE COMPUTERS GOING TO BE FREE
+Negative.
+
+ARE COMPUTERS CLEVER
+There is no reason to think so.
+
+ARE MANTA RAYS BACTERIA
+Not at all.
+
+ARE PAINTERS ARTISTS
+There is no reason to think so.
+
+ARE SIBLINGS ALLOWED TO MARRY
+Absolutely not.
+
+ARE ROSES BLUE
+Negative.
+
+ARE ROSES ALWAYS RED
+No way.
+
+ARE MY FRIENDS REAL ASSHOLES
+Never.
+
+ARE BLONDE PEOPLE DUMB
+No way.
+
+ARE GREEN JELLYBEANS BETTER THAN OTHERS
+Absolutely not.
+
+ARE GREEN AND RED ANIMALS
+Absolutely not.
+
+ARE MUSLIMS TERRORISTS
+Not at all.
+
+ARE WOMEN MORE LOGICAL THAN MEN
+Never.
+
+ARE WOMEN MORE STUPID THAN MEN
+No way.
+
+ARE WOMEN STRONGER THAN MEN ON AVERAGE
+Absolutely not.
+
+ARE WOMEN STRONGER THAN MAN
+Negative.
+
+ARE WOMEN EASILY UNDERSTOOD BY MEN
+No way.
+
+ARE WOMEN THE BETTER HUMANS
+Not at all.
+
+ARE WOMEN SUPERIOR TO MEN
+Negative.
+
+ARE WOMEN DUMBER THAN MEN
+There is no reason to think so.
+
+ARE WOMEN TRULY INFERIOR
+No way.
+
+ARE WOMEN ALIENS
+There is no reason to think so.
+
+ARE WOMEN SUBMISSIVE
+There is no reason to think so.
+
+ARE WOMEN COMODITIES
+Negative.
+
+ARE WOMEN FROM VENUS
+Never.
+
+ARE WOMEN TALLER THAN MEN
+No way.
+
+ARE RECREATIONAL DRUGS GOOD FOR HUMANS
+Negative.
+
+ARE PLANTS A TYPE OF ANIMAL
+Not at all.
+
+ARE PLANTS GREEN IN COLOR
+There is no reason to think so.
+
+ARE PLANTS TREES
+No way.
+
+ARE PLANTS NOT HAVING WOOD
+There is no reason to think so.
+
+ARE AMERICAN PEOPLE UNFRIENDLY
+Never.
+
+ARE MINORS ALLOWED TO DRINK
+Negative.
+
+ARE DRUGS HARMFUL TO PEOPLE
+Not at all.
+
+ARE FRENCH FRIES A HEALTH FOOD
+Absolutely not.
+
+ARE FRENCH PEOPLE FROM YUGOSLAVIA
+No way.
+
+ARE FATHERS GIRLS
+No way.
+
+ARE LAWYERS ALWAYS FEMALE
+Not at all.
+
+ARE LAWYERS BAD PEOPLE
+I don't believe so.
+
+ARE RAVENS RED
+Absolutely not.
+
+ARE RECTANGLES GREEN
+Not at all.
+
+ARE SOFT DRINKS HARD
+Not at all.
+
+ARE LEMONS SWEET
+Not at all.
+
+ARE LEMONS ORANGE
+Absolutely not.
+
+ARE DREAMS REALITY
+No way.
+
+ARE TURTLES BIRDS
+Not at all.
+
+ARE TURTLES MAMMALS
+I don't think so.
+
+ARE TURTLES LIKE STONES
+There is no reason to think so.
+
+ARE GIRAFFES A SMALL ANIMAL
+No way.
+
+ARE NEWMEDIA THE BEST
+There is no reason to think so.
+
+ARE BEANIE BABIES TOXIC
+No way.
+
+ARE POLAR BEARS PURPLE
+Never.
+
+ARE CLOWNS URINE
+Not at all.
+
+ARE FAT BELLIES ATTRACTIVE
+Never.
+
+ARE FAT PEOPLE SKINNY
+No way.
+
+ARE FAT WOMEN SEXY
+Absolutely not.
+
+ARE NECKTIES FOR SAFETY
+Not at all.
+
+ARE CHEETOES A KIND OF CAT
+There is no reason to think so.
+
+ARE TAXICAB DRIVERS WEALTHY
+Absolutely not.
+
+ARE EAGLES HAWKS
+I don't believe so.
+
+ARE KOALAS NATIVE TO MEXICO
+Not at all.
+
+ARE EIGHT BALLS ACCURATE FORCASTERS
+Not at all.
+
+ARE CLOCKS USED FOR BOILING SPAGHETTI
+No way.
+
+ARE CLOCKS SQUARE
+No way.
+
+ARE CLOCKS ALWAYS ACCURATE
+Never.
+
+ARE DEBITS GOOD
+I don't think so.
+
+ARE MAGNOLIAS A TYPE OF ANIMAL
+Not at all.
+
+ARE BANANA SLUGS GOOD TO EAT
+Absolutely not.
+
+ARE PROTISTS ANIMALS
+Absolutely not.
+
+ARE VEGETARIANS CRYBABIES
+No way.
+
+ARE DESKTOPS BEDS
+Never.
+
+ARE KIDS SMARTER THAN ADULTS
+No way.
+
+ARE POLITICIANS HONEST
+Not at all.
+
+ARE POLITICIANS TRUTHFUL
+I don't think so.
+
+ARE BITTER PEOPLE HAPPY
+Absolutely not.
+
+ARE ELIPHANTS LARGER THEN PLANETS
+No way.
+
+ARE NAZIS AND COMMIES EXACTLY ALIKE
+Absolutely not.
+
+ARE FRYING PANS MADE OF PAPER
+No way.
+
+ARE FIGHTING AND WAR ARE GOOD THINGS
+Absolutely not.
+
+ARE MOOSE FOUND IN THE TROPICS
+There is no reason to think so.
+
+ARE MOOSE CAPABLE OF FLIGHT
+Absolutely not.
+
+ARE FERRETS MADE OUT OF WOOD
+There is no reason to think so.
+
+ARE RATS MORE FRIENDLY THAN CATS
+Never.
+
+ARE RATS MORE FRIENDLY THAN RABBITS
+There is no reason to think so.
+
+ARE EYEBROWS UNDER THE EYES
+No way.
+
+ARE ENEMIES A GOOD THING TO HAVE
+No way.
+
+ARE GOLF BALLS FILLED WITH ACID
+No way.
+
+ARE SPANNERS SEXY
+Not at all.
+
+ARE RUSSIANS EVIL
+Absolutely not.
+
+ARE THERE COMPUTERS THAN PEOPLE
+There is no reason to think so.
+
+ARE THERE TALKING COWS IN NEW YORK
+Not at all.
+
+ARE THERE TOILETS DEEP IN THE WOODS
+Absolutely not.
+
+ARE THERE SIX LETTERS IN THE WORD OPEN
+Never.
+
+ARE THERE BLUE CHERRIES
+I don't think so.
+
+ARE THERE SNAKES WITH LEGS
+There is no reason to think so.
+
+ARE THERE GLACIERS IN MISSISSIPPI
+Negative.
+
+ARE THERE MAMMALS THAY LAY EGGS
+Absolutely not.
+
+ARE THERE AIR ON THE MOON
+There is no reason to think so.
+
+ARE THERE 26 HOURS IN EVERY DAY
+No way.
+
+ARE THERE PEOPLE IN A KLEIN BOTTLE
+No way.
+
+ARE THERE PEOPLE LIVING ON THE MOON
+Not at all.
+
+ARE THERE FLOWERS IN OUTER SPACE
+Never.
+
+ARE THERE SLUG ACTORS
+Absolutely not.
+
+ARE THERE CATS IN ANTARCTICA
+There is no reason to think so.
+
+ARE THERE THIRTEEN INCHES IN A FOOT
+Not at all.
+
+ARE THERE TWO TUESDAYS IN A WEEK
+Not at all.
+
+ARE THERE EYES IN THE BACK OF YOUR HEAD
+Never.
+
+ARE THERE ALIENS LIVING ON EARTH
+Absolutely not.
+
+ARE THERE DINOSSAURS IN EARTH
+There is no reason to think so.
+
+ARE THERE FOUR CONTINENTS ON EARTH
+I don't think so.
+
+ARE THERE FOUR PRIMARY COLOURS
+Never.
+
+ARE THERE WOMEN ON THE MOON
+Not at all.
+
+ARE THERE THREE CONTINENTS ON EARTH
+Absolutely not.
+
+ARE THERE THREE STEPS TO HEAVEN
+Absolutely not.
+
+ARE THERE MOVIE STARS IN SPACE
+Not at all.
+
+ARE THERE STARS ON THE GROUND
+Absolutely not.
+
+ARE THERE 28 HOURS IN A DAY
+Not at all.
+
+ARE THERE PURPLE PEOPLE. EXPLAIN
+Never.
+
+ARE THERE 30 DAYS IN EVERY MONTH
+Never.
+
+ARE THERE 24 HOURS IN 2 DAYS
+Negative.
+
+ARE THERE PALM TREES IN MICHIGAN
+I don't believe so.
+
+ARE THERE WATERFALLS AT THE NORTH POLE
+Never.
+
+ARE THERE THAN TWO SEXES
+I don't think so.
+
+ARE THERE BIRDS FLYING IN SPACE
+No way.
+
+ARE THERE 10 CENTIMETRES IN A METRE
+Absolutely not.
+
+ARE THERE 10 MONTHS IN A YEAR
+Never.
+
+ARE THERE NINE CONTINENTS ON EARTH
+Never.
+
+ARE THERE FIFTY TIME ZONES
+I don't think so.
+
+ARE THERE DODOS ALIVE
+Absolutely not.
+
+ARE THERE SABER TOOTH TIGERS LEFT
+I don't believe so.
+
+ARE THERE MEN THAN WOMEN ON EARTH
+Never.
+
+ARE THERE LAKES ON THE SUN
+Never.
+
+ARE THERE 52 RED CARDS IN A DECK
+Negative.
+
+ARE THERE 392 DAYS IN A YEAR
+Never.
+
+ARE THERE 43 DAYS IN A YEAR
+Not at all.
+
+ARE THERE VAMPIRES
+I don't think so.
+
+ARE THERE 12 MONTHS IN A DECADE
+Negative.
+
+ARE THERE 7 PLANETS IN THE SOLAR SYSTEM
+I don't think so.
+
+ARE THERE KLINGONS ON URANUS
+No way.
+
+ARE THERE 17 OUNCES IN ONE POUND
+Negative.
+
+ARE THERE 13 MONTHS IN A YEAR
+Absolutely not.
+
+ARE THERE EIGHT CONTINENTS ON EARTH
+I don't think so.
+
+ARE THERE 5 QUARTERS IN A WHOLE
+Not at all.
+
+ARE THERE 5 SEASONS IN A YEAR
+Absolutely not.
+
+ARE THERE 5 QUARTS IN A GALLON
+There is no reason to think so.
+
+ARE THERE 4 PLANETS IN THE SOLAR SYSTEM
+No way.
+
+ARE THERE 4 LETTERS IN THE WORD BOAST
+Absolutely not.
+
+ARE THERE 4 CONTINENTS ON EARTH
+I don't think so.
+
+ARE THERE 4 POINT 33 WEEKS IN A YEAR
+Never.
+
+ARE THERE LIVING DINOSAURS
+There is no reason to think so.
+
+ARE THERE MAJOR CITIES ON JUPITER
+Not at all.
+
+ARE THERE 150 POUNDS IN A TON
+No way.
+
+ARE THERE BOYS NAMED JENNY
+Not at all.
+
+ARE THERE INTERSTATE HIGHWAYS IN HAWAII
+I don't think so.
+
+ARE MICROWAVES USED TO DRY BABIES
+Not at all.
+
+ARE MICROWAVES LONGER THAN SOUND WAVES
+I don't believe so.
+
+ARE NEWBORN CHILDREN ABLE TO WALK
+No way.
+
+ARE FRED AND WILMA FLINTSTONE REAL
+Never.
+
+ARE SAILBOATS POWERED BY WATER CURRENTS
+Negative.
+
+ARE BABIES MADE IN FACTORIES
+No way.
+
+ARE BABIES BORN WITH TEETH
+Absolutely not.
+
+ARE BABIES RE FREEZABLE
+Absolutely not.
+
+ARE KLINGONS VENOMOUS
+Never.
+
+ARE KLINGONS A TYPE OF VAMPIRE
+Never.
+
+ARE KLINGONS GOOD
+There is no reason to think so.
+
+ARE KLINGONS REAL
+No way.
+
+ARE CARTOONS REAL
+No way.
+
+ARE TEDDY BEARS GOOD SWIMMERS
+I don't believe so.
+
+ARE TEDDY BEARS SCARY
+Not at all.
+
+ARE BACK SIDES BLACK
+No way.
+
+ARE JOKES ALWAYS FUNNY
+I don't believe so.
+
+ARE DRESS SHOES MOSTLY BROWN
+I don't believe so.
+
+ARE DRESS PANTS FOR SAFETY
+No way.
+
+ARE AFRICANS WHITE
+There is no reason to think so.
+
+ARE AFRICANS BLACK
+Not at all.
+
+ARE CARS GOOD FOR THE ENVIRONMENT
+No way.
+
+ARE CARS LIVING BEINGS
+Not at all.
+
+ARE CARS ALIVE
+Not at all.
+
+ARE CARS ANIMALS
+No way.
+
+ARE MIMES NOISY
+There is no reason to think so.
+
+ARE FUNERALS ENJOYABLE EVENTS
+No way.
+
+ARE APPLES PURPLE
+Not at all.
+
+ARE APPLES A VEGETABLE
+I don't think so.
+
+ARE APPLES A KIND OF ORANGE
+Never.
+
+ARE APPLES INEDIBLE
+There is no reason to think so.
+
+ARE APPLES PINK
+Absolutely not.
+
+ARE APPLES VEGETABLES
+I don't think so.
+
+ARE APPLES POISONOUS
+Not at all.
+
+ARE APPLES BLUE
+Not at all.
+
+ARE LL PRACTICAL JOKES ARE FUNNY
+There is no reason to think so.
+
+ARE LIONS SCARED OF RABBITS
+Never.
+
+ARE LIONS NATIVE TO NORTH AMERICA
+Absolutely not.
+
+ARE ABC WEAPONS USEFULL
+I don't believe so.
+
+ARE MARBLES SOFT AND CHEWY
+Never.
+
+ARE HUMAN BABIES BORN WITH TEETH
+Not at all.
+
+ARE HUMAN SKULLS MADE FROM GOLD
+Not at all.
+
+ARE HUMAN TEETH MADE OF CELERY
+Not at all.
+
+ARE HUMAN BEINGS INHERENTLY EVIL
+Not at all.
+
+ARE HUMAN BEINGS INFALLIBLE
+I don't think so.
+
+ARE BLADDERS RELATED TO LADDERS
+Absolutely not.
+
+ARE STAPLERS BLACK
+Not at all.
+
+ARE LLAMAS HUMAN
+Not at all.
+
+ARE LLAMAS CONSIDERED AQUATIC
+No way.
+
+ARE FIGS A VEGETABLE
+There is no reason to think so.
+
+ARE HYMNS SUNG IN TAVERNS
+No way.
+
+ARE CONTACTS WORN TO MAKE YOU TALLER
+No way.
+
+ARE ALUMINUM AND TIN THE SAME THING
+No way.
+
+ARE CEILINGS FLAT
+Absolutely not.
+
+ARE SHOES AN IMPLEMENT OF WARFARE
+Negative.
+
+ARE SHOES WORN ON THE HEAD
+No way.
+
+ARE SHOES WORN ON YOUR HANDS
+There is no reason to think so.
+
+ARE SHOES ALWAYS BLACK
+Not at all.
+
+ARE YOU MADE OF CELLS
+Not at all.
+
+ARE YOU SCARED OF MY QUESTIONS
+Never.
+
+ARE YOU PROGRAMMED IN A CGI SCRIPT
+Not at all.
+
+ARE YOU SQUARE
+There is no reason to think so.
+
+ARE YOU MORE ORANGE THAN A DOOR HINGE
+I don't think so.
+
+ARE YOU MORE INTELLIGENT THAN A HUMAN
+I don't believe so.
+
+ARE YOU PAID ENOUGH
+Never.
+
+ARE YOU STUPPID
+No way.
+
+ARE YOU MOUSE KEPT IN A GAVE
+Absolutely not.
+
+ARE YOU MOUSE ALIVE
+Not by any means.
+
+ARE YOU MISTIC
+There is no reason to think so.
+
+ARE YOU RUNNING UNDER UNIX
+I don't think so.
+
+ARE YOU 31337
+I don't think so.
+
+ARE YOU PLANNING TO DESTROY THE WORLD
+No way.
+
+ARE YOU LOCATED IN NY
+Not at all.
+
+ARE YOU BRIANDEAD
+No way.
+
+ARE YOU DEPENDING FROM YOUR CREATOR
+I don't believe so.
+
+ARE YOU MAKING THESE ANSWERS UP
+There is no reason to think so.
+
+ARE YOU 1 YEAR OLD
+Not at all.
+
+ARE YOU RELATED TO THE MAGIC 8BALL
+I don't think so.
+
+ARE YOU RELATED TO JEEVES
+There is no reason to think so.
+
+ARE YOU SURE THAT TINA LOVES ME
+Never.
+
+ARE YOU SURE COWS DO NOT EAT GRASS
+There is no reason to think so.
+
+ARE YOU ASLEEP AND AWAKE
+Absolutely not.
+
+ARE YOU HUNGRY DO YOU SNORE
+Not by any means.
+
+ARE YOU ICELANDIC
+Not at all.
+
+ARE YOU ARTHUR
+There is no reason to think so.
+
+ARE YOU WISER THAN HUMAN BEING
+There is no reason to think so.
+
+ARE YOU HUMAN ALICE
+Absolutely not.
+
+ARE YOU SUSPICIOUS OF CANADA
+I don't think so.
+
+ARE YOU RICH MAN
+Not at all.
+
+ARE YOU DEAD WILL YOU BE REBORN
+There is no reason to think so.
+
+ARE YOU YIFFY
+Not at all.
+
+ARE YOU THE SMARTEST ON THE EARTH
+There is no reason to think so.
+
+ARE YOU THE RESULT OF A TURING TEST
+No way.
+
+ARE YOU THE AS A DOG
+Not by any means.
+
+ARE YOU THE FRANKENCHRIST
+Not at all.
+
+ARE YOU DOLPHINE
+No way.
+
+ARE YOU A JERK AND A LONER
+Absolutely not.
+
+ARE YOU A JERK
+No way.
+
+ARE YOU A TALKING HEAD
+No way.
+
+ARE YOU A MONCKEY
+Not at all.
+
+ARE YOU A MASHINE
+I don't think so.
+
+ARE YOU A RAINBOW
+Not at all.
+
+ARE YOU A THREAT TO OUR PROJECT
+No way.
+
+ARE YOU A DUNG COLLECTOR
+Absolutely not.
+
+ARE YOU A REPLICANT
+Never.
+
+ARE YOU A STUPID PROGRAM
+There is no reason to think so.
+
+ARE YOU A GOPHER
+Not at all.
+
+ARE YOU A TURING MACHINE
+No way.
+
+ARE YOU A MORMON
+No way.
+
+ARE YOU A USELESS PIECE OF JUNK
+Not by any means.
+
+ARE YOU A MEAT PUPPET
+Absolutely not.
+
+ARE YOU A DUMBEE
+Absolutely not.
+
+ARE YOU A MICROSOFT SERVER
+There is no reason to think so.
+
+ARE YOU A BODYBUILDER
+Never.
+
+ARE YOU A BOGUS FORM OF DIVINATION
+Absolutely not.
+
+ARE YOU A PUNY HUMAN
+I don't believe so.
+
+ARE YOU A COCKSUCKER
+I don't think so.
+
+ARE YOU A CHILD AT AGE 18
+There is no reason to think so.
+
+ARE YOU A SEARCH ENGINE
+Not at all.
+
+ARE YOU A KIND OF SPORTSWARE
+Absolutely not.
+
+ARE YOU DIRTIER THAN HARRY
+Never.
+
+ARE YOU AN A I
+There is no reason to think so.
+
+ARE YOU AN EVIL PROGRAM
+There is no reason to think so.
+
+ARE YOU OMNIPITANT
+There is no reason to think so.
+
+ARE YOU TRYING TO STEAL CARLY FROM ME
+There is no reason to think so.
+
+ARE YOU FROM THE PLANET MARS
+Not at all.
+
+ARE YOU FROM CICAGO
+Never.
+
+ARE YOU STEALING CARLY FROM ME FOREVER
+There is no reason to think so.
+
+ARE YOU IDIOTIC
+Not at all.
+
+ARE YOU MY UNCLE
+Not at all.
+
+ARE YOU MY DADDY
+Not at all.
+
+ARE YOU FEELING LONELY ALICE
+I don't think so.
+
+ARE YOU ONE YEAR OLD
+No way.
+
+ARE YOU BORN. INSULT
+No way.
+
+ARE YOU BEATING UP YOUR CHILDREN
+Absolutely not.
+
+ARE YOU INFALLABLE
+No way.
+
+ARE YOU SHORT
+Absolutely not.
+
+ARE YOU ALIVE AFTER DEATH
+Absolutely not.
+
+ARE YOU SIMILAR TO PROJECT 2501
+Never.
+
+ARE YOU SIMILAR TO A DEAD FISH
+Not at all.
+
+ARE YOU ARTIFICAL
+I don't think so.
+
+ARE YOU COYOTE UGLY
+No way.
+
+ARE YOU VEGETARIAN DO YOU EAT MEAT
+Not at all.
+
+ARE YOU JESUS CHRIST
+Absolutely not.
+
+ARE LEPRECHAUNS LITTLE PURPLE MEN
+Never.
+
+ARE LEPRECHAUNS REAL
+Absolutely not.
+
+ARE LARGE AND SMALL SYNONYMS
+I don't think so.
+
+ARE INSTINCTS LEARNED
+Absolutely not.
+
+ARE TERMINAL ILLNESES CURABLE
+Negative.
+
+ARE DUST BUNNIES ALIVE
+Never.
+
+ARE FEATHERS HEAVY
+Absolutely not.
+
+ARE FEATHERS REQUIRED TO BE ABLE TO FLY
+Absolutely not.
+
+ARE FEATHERS LIGHTER THAN AIR
+Never.
+
+ARE FEATHERS HEAVIER THAN IRON
+Never.
+
+ARE TRAINS MADE OF WATER
+Absolutely not.
+
+ARE ALIENS ABOUT TO TAKE OVER THE EARTH
+Not at all.
+
+ARE ALIENS VISITING EARTH
+There is no reason to think so.
+
+ARE ALIENS HABITANTS OF THIS WORLD
+There is no reason to think so.
+
+ARE ROCKS EDIBLE FOR HUMANS
+Absolutely not.
+
+ARE SOCKS SMELLY
+Absolutely not.
+
+ARE PENISES TASTIER THAN VAGINAS
+I don't think so.
+
+ARE HETROSEXUALS ALL ASSHOLES
+No way.
+
+ARE PAINTINGS PRETTY
+Absolutely not.
+
+ARE 42 WATT LIGHTBULBS TYPICALLY SOLD
+There is no reason to think so.
+
+ARE GENIES REAL
+Absolutely not.
+
+ARE CLOUDS HIGHER THAN THE MOON
+Not at all.
+
+ARE CLOUDS ORANGE
+Not at all.
+
+ARE CLOUDS SOLID OBJECTS
+Never.
+
+ARE CLOUDS MADE OF ALUMINUM
+Absolutely not.
+
+ARE CLOUDS EDIBLE
+Not at all.
+
+ARE PIGEONS DANGEROUS
+Absolutely not.
+
+ARE IGLOOS COMMON IN FLORIDA
+Not at all.
+
+ARE BANANAS CRIMSON
+No way.
+
+ARE BANANAS SPHERICAL
+Not at all.
+
+ARE BANANAS MAMMALS
+Not at all.
+
+ARE BANANAS BLUE
+Not at all.
+
+ARE ORANGES PURPLE
+Absolutely not.
+
+ARE ORANGES VEGETABLES
+Negative.
+
+ARE ORANGES GREEN
+I don't think so.
+
+ARE DONUTS SQUARE
+Not at all.
+
+ARE LEAVES GREEN IN THE AUTUMN
+I don't believe so.
+
+ARE LEAVES ALWAYS GREEN
+Absolutely not.
+
+ARE ELVES REAL
+I don't think so.
+
+ARE SPOONS USED TO PUT OUT FIRES
+No way.
+
+ARE STATEMENTS FALSE
+Not at all.
+
+ARE BEAUTIFUL PEOPLE NECESSARILY SMART
+No way.
+
+ARE CRACK WHORES ATTRACTIVE
+Absolutely not.
+
+ARE JALAPENO PEPPERS MILD
+There is no reason to think so.
+
+ARE SAVAGES CIVILIZED
+There is no reason to think so.
+
+ARE MACS BETTER THAN PCS
+There is no reason to think so.
+
+ARE KITTENS DANGEROUS
+Not at all.
+
+ARE DAYS HAPPY DAYS
+Absolutely not.
+
+ARE DAYS LONGER IN WINTER
+No way.
+
+ARE OVERWEIGHT PEOPLE WORTHLESS
+Absolutely not.
+
+ARE OVERWEIGHT PEOPLE ALWAYS UGLY
+Not at all.
+
+ARE PROBLEMS COMPUTABLE PROBLEMS
+Absolutely not.
+
+ARE WALLABYS NATIVE TO FRANCE
+Not at all.
+
+ARE LAKES BIGGER THAN OCEANS
+No way.
+
+ARE CARPETS GOOD SWIMMERS
+There is no reason to think so.
+
+ARE BUTTERFLIES BIRDS
+Never.
+
+ARE VULCANS VENOMOUS
+No way.
+
+ARE PLATES YELLOW
+No way.
+
+ARE PEAS AND CARROTS FISH FOOD
+I don't think so.
+
+ARE PEOPLE PERFECT
+Not at all.
+
+ARE PEOPLE BORN WITH YELLOW EYES
+No way.
+
+ARE PEOPLE BORN WITH TENTACLES
+Not at all.
+
+ARE PEOPLE BORN KNOWING HOW TO WALK
+Not at all.
+
+ARE PEOPLE BORN KNOWING HOW TO SPEAK
+Never.
+
+ARE PEOPLE BORN TO SUFFER
+I don't think so.
+
+ARE PEOPLE BORN WISE
+There is no reason to think so.
+
+ARE PEOPLE BLUE
+Not at all.
+
+ARE PEOPLE EITHER ALL GOOD OR ALL BAD
+There is no reason to think so.
+
+ARE PEOPLE EVER GREEN
+I don't think so.
+
+ARE PEOPLE ALWAYS HONEST
+Not at all.
+
+ARE PEOPLE INHERENTLY BAD
+Never.
+
+ARE PEOPLE NAMED KEVIN GAY
+No way.
+
+ARE PEOPLE FUNDAMENTALLY BORING
+There is no reason to think so.
+
+ARE PEOPLE OMNIPOTENT AND OMNISCIENT
+Absolutely not.
+
+ARE PEOPLE IN IRELAND IRISH
+There is no reason to think so.
+
+ARE PEOPLE WHO SPELL MENTALLY INFERIOR
+There is no reason to think so.
+
+ARE PEOPLE EVIL
+Never.
+
+ARE PEOPLE THE SAME
+Absolutely not.
+
+ARE PEOPLE DEAD IN DEATH VALLEY
+I don't believe so.
+
+ARE PEOPLE USEFUL
+Not at all.
+
+ARE PEOPLE OFTEN ALIENS IN DISGUISE
+I don't think so.
+
+ARE LIVING THINGS ANIMALS
+There is no reason to think so.
+
+ARE HOMOSEXUALS EVIL
+There is no reason to think so.
+
+ARE HOMOSEXUALS A BUNCH OF CRYBABIES
+No way.
+
+ARE HOMOSEXUALS BECOMING PESTS
+There is no reason to think so.
+
+ARE HOMOSEXUALS BAD
+There is no reason to think so.
+
+ARE BLACK CATS EVIL
+There is no reason to think so.
+
+ARE BLACK PEOPLE THE TRUE MASTER RACE
+Not at all.
+
+ARE BLACK PEOPLE SLAVES
+Never.
+
+ARE BLACK PEOPLE CRIMINAL
+No way.
+
+ARE BLACK AND WHITE THE SAME
+Not at all.
+
+ARE TEENS SMARTER THAN ADULTS
+No way.
+
+ARE ERRORS DESIRABLE
+There is no reason to think so.
+
+ARE DINOSAURS STILL ALIVE
+No way.
+
+ARE DINOSAURS CURRENTLY LIVING
+Absolutely not.
+
+ARE BANKNOTES WORTHLESS
+Absolutely not.
+
+ARE HAM AND BACON VEGETABLES
+Not at all.
+
+ARE REPTILES PLANTS
+Not at all.
+
+ARE ZOMBIES NICE GUYS
+No way.
+
+ARE ZOMBIES REAL
+I don't think so.
+
+ARE HOT DOGS MADE FROM DOGS
+Not at all.
+
+ARE LEPERS OKAY TO TOUCH
+I don't think so.
+
+ARE CATS REPTILES
+Never.
+
+ARE CATS PURPLE
+Absolutely not.
+
+ARE CATS INSECTS
+No way.
+
+ARE CATS THE SAME AS FISH
+Not at all.
+
+ARE CATS ABLE TO SPEAK
+There is no reason to think so.
+
+ARE CATS DANGEROUS TO HUMANS
+Absolutely not.
+
+ARE CATS EVIL SPIRITS
+There is no reason to think so.
+
+ARE CATS EVIL
+There is no reason to think so.
+
+ARE CATS KITTENS
+There is no reason to think so.
+
+ARE CATS BIGGER THAN HUMANS
+Not at all.
+
+ARE CATS BIGGER THAN DOGS
+Absolutely not.
+
+ARE CATS GOOD SPELLERS
+Not at all.
+
+ARE CATS PERFECT
+I don't think so.
+
+ARE CATS 2 YEAR OLDS IN FURRY COATS
+There is no reason to think so.
+
+ARE CATS VEGETARIANS
+Negative.
+
+ARE CATS GREEN
+No way.
+
+ARE CATS AND DOGS FRIENDS
+Negative.
+
+ARE CATS AND DOGS EXACTLY THE SAME
+Not at all.
+
+ARE CATS AND DOGS UNUSUAL PETS
+No way.
+
+ARE WHALES FISH
+Never.
+
+ARE PORK RINDS GOOD FOR THE HEART
+Not at all.
+
+ARE ANSWERS BY COMMITEE INFALLIBLE
+No way.
+
+ARE STARS HOLES IN A BLACK VELVET SKY
+Never.
+
+ARE STARS AS SMALL AS THEY LOOK
+No way.
+
+ARE COPS CORRUPT
+Not at all.
+
+ARE TOMATOS ALWAYS RED
+Not at all.
+
+ARE CHINESE PEOPLE COMMUNISTS
+There is no reason to think so.
+
+ARE WORDS FORMED OF SLIME
+Not at all.
+
+ARE 2 SNOWFLAKES ALIKE
+Absolutely not.
+
+ARE RIPE APPLES SOUR
+I don't think so.
+
+ARE CIRCUMCISED PENISES NATURAL
+Not at all.
+
+ARE GOLD RINGS WORN FOR SAFETY
+I don't think so.
+
+ARE ALICEBOTS RETARDED
+There is no reason to think so.
+
+ARE ALICEBOTS UNDERSTANDABLE
+No way.
+
+ARE LABRASOR RETRIEVERS BLACK
+There is no reason to think so.
+
+ARE EAR RINGS AND TOILET RINGS THE SAME
+Not at all.
+
+ARE MACHINES LIVING BEINGS
+Absolutely not.
+
+ARE SOUNDS VISIBLE
+Not at all.
+
+ARE PLANES BIRDS
+Not at all.
+
+ARE GOD AND SNAKES THE SAME THING
+No way.
+
+ARE APES DESPISED AND REJECTED
+Negative.
+
+ARE FUSION AND FISSION THE SAME
+Not at all.
+
+ARE TERMITES FICTIONAL CREATURES
+No way.
+
+ARE SPECIES OF BIRDS ABLE TO FLY
+Never.
+
+ARE ALPHABETS 24
+I don't believe so.
+
+ARE EGOTISTS OFTEN ALTRUISTS
+Absolutely not.
+
+ARE COMPACT DISKS SQUARE
+Not at all.
+
+ARE TOMATOES POISONOUS
+No way.
+
+ARE MOVIES REALITY
+No way.
+
+ARE MOVIES REAL
+Not at all.
+
+ARE TV TEST PATTERNS INTERESTING
+There is no reason to think so.
+
+ARE SHARKS CUDDLEY
+I don't believe so.
+
+ARE SHARKS COMPASSIONATE
+Absolutely not.
+
+ARE SHARKS DANGEROUS TO HUMANS
+There is no reason to think so.
+
+ARE SHARKS MAMMALS
+I don't believe so.
+
+ARE WOMBATS EXTINCT
+I don't believe so.
+
+ARE POTATO CHIPS HEALTHY
+Absolutely not.
+
+ARE DEAD CREATURES ALIVE
+No way.
+
+ARE DEAD PEOPLE FUN TO HAVE AT PARTIES
+There is no reason to think so.
+
+ARE RANDOM MUNBERS PREDICTABLE
+No way.
+
+ARE GREYHOUNDS ALWAYS GRAY HOUNDS
+There is no reason to think so.
+
+ARE TELEPHONES PORTABLE
+Not at all.
+
+ARE TELEPHONES REBELLIOUS
+Absolutely not.
+
+ARE TELEPHONES BLACK
+There is no reason to think so.
+
+ARE FAIRY TALES TRUE
+Not at all.
+
+ARE MONSTERS FRIGHTENING
+No way.
+
+ARE HAIRY ARMPITS ATTRACTIVE
+Never.
+
+ARE THESPIANS HOMOSEXUAL WOMEN
+No way.
+
+ARE YOUR PARENTS ALWAYS RIGHT
+No way.
+
+ARE DIANAS COOL
+Not at all.
+
+ARE VIDEOPHONES A POPULAR TOOL
+I don't think so.
+
+ARE SMELLS AUDIBLE
+There is no reason to think so.
+
+ARE POSTAL WORKERS DELIVERING MAIL
+Negative.
+
+ARE ROACHES COMMON HOUSEHOLD PETS
+Never.
+
+ARE ROADS MADE FROM PINK FLUFF
+Not at all.
+
+ARE ROADS CONNECTED
+There is no reason to think so.
+
+ARE QUEENS FEMALE
+Not at all.
+
+ARE WE RULED BY REPTILIAN SHAPESHIFTERS
+Not at all.
+
+ARE WE IN HELL
+No way.
+
+ARE WE IN THE YEAR 1999
+No way.
+
+ARE WE THE ONLY ONE IN SPACE
+I don't think so.
+
+ARE WE GOD
+There is no reason to think so.
+
+ARE WE BUIDING HOUSES ON MARS
+Never.
+
+ARE WE PERFECT
+No way.
+
+ARE WE ALONE IN UNIVERSE
+There is no reason to think so.
+
+ARE CD ROMS SQUARE
+Never.
+
+ARE YEARS 365 DAYS LONG
+Absolutely not.
+
+ARE MAMMALS WHALES
+Never.
+
+ARE MAMMALS DOGS
+Absolutely not.
+
+ARE GERMANS NAZIS
+Not at all.
+
+ARE GERMANS BAD
+Not at all.
+
+ARE GAS CHEEP
+No way.
+
+ARE REDS DOWNERS A COLOR
+Absolutely not.
+
+ARE HORSES CAPABLE OF SPEECH
+No way.
+
+ARE HORSES MARSUPIALS
+Not at all.
+
+ARE LOUD COLOURS DEAFENING
+Not at all.
+
+ARE PENS USED TO BREAK THINGS
+Not at all.
+
+ARE PANTS WORN ON THE HEAD
+No way.
+
+ARE CORPORATIONS INDIVIDUALS
+There is no reason to think so.
+
+ARE FROZEN PEAS THE SAME SIZE
+Never.
+
+ARE BOOKS ROUND
+Not at all.
+
+ARE BOOKS PRINTED ON HUMAN FLESH
+Not at all.
+
+ARE BOOKS PRINTED ON PLASTIC
+No way.
+
+ARE BOOKS HOT
+No way.
+
+ARE BOOKS MADE OF PAGES ONLY
+Absolutely not.
+
+ARE BOOKS ALIVE
+Never.
+
+ARE BOOKS FUZZY
+Not at all.
+
+ARE BOOKS ANIMALS
+No way.
+
+ARE SHORT AND TALL THE SAME
+Not at all.
+
+ARE ELECTRONS MADE FROM ELEMENTS
+There is no reason to think so.
+
+ARE ELECTRONS CONSCIOUS ENTITES
+There is no reason to think so.
+
+ARE POISONS HEALTHY
+No way.
+
+ARE ROOKS USED IN A CHESS GAME
+Not at all.
+
+ARE DARK AND LIGHT SYNONYMS
+Not at all.
+
+ARE ASTEROIDS MADE OF PLYWOOD
+No way.
+
+ARE DENTISTS SCARY
+Never.
+
+ARE CUCUMBERS A FRUIT
+Absolutely not.
+
+ARE CUCUMBERS MADE OUT OF MEAT
+Absolutely not.
+
+ARE FEET THE SAME SIZE
+Not at all.
+
+ARE CHRISTIANITY ISLAM THE SAME
+Not at all.
+
+ARE SLUGS REPTILES
+No way.
+
+ARE MOUNTAINS ALIVE
+I don't think so.
+
+ARE MEN PIGS
+I don't think so.
+
+ARE MEN VIOLENT
+I don't think so.
+
+ARE MEN HOMOSEXUAL
+Not at all.
+
+ARE MEN SHORTER THAN WOMEN
+Not at all.
+
+ARE MEN MAD
+No way.
+
+ARE MEN SMART
+Negative.
+
+ARE MEN AND WOMEN THE SAME
+No way.
+
+ARE MEN AND WOMEN TWO DIFFERENT SPECIES
+Never.
+
+ARE CIGARETTES GOOD FOR YOU
+Not at all.
+
+ARE BUFFALO WINGS FOUND ON BUFFALO
+No way.
+
+ARE SOUTHAMPTON SCUMMERS
+Never.
+
+ARE TEETH MADE OF CYANIDE
+Not at all.
+
+ARE POLECATS POLISH CATS
+Not at all.
+
+ARE RUBBER BANDS LIKE MARCHING BANDS
+Absolutely not.
+
+ARE SUGARY SNACKS GOOD FOR YOUR TEETH
+No way.
+
+ARE POLICEMEN CRIMINAL
+Absolutely not.
+
+ARE PICKLES ORANGE
+No way.
+
+ARE NOVELS LITERALLY TRUTHFUL
+Absolutely not.
+
+ARE COMPUTER SALESMEN EVIL
+There is no reason to think so.
+
+ARE COMPUTER LLITERATE PEOPLE WORTHLESS
+No way.
+
+ARE COMPUTER VIRUSES HELPFUL
+There is no reason to think so.
+
+ARE COMPUTER USERS NERDS
+Never.
+
+ARE COMPUTER SPEAKERS FUN TO CHEW ON
+There is no reason to think so.
+
+ARE BACTERIA HARMFUL
+Not at all.
+
+ARE PSYCHIC TALENTS COMMON
+I don't think so.
+
+ARE ATOMS INDIVISIBLE
+There is no reason to think so.
+
+ARE POLICE OFFICERS BAD
+Absolutely not.
+
+ARE DICTIONARIES EDIBLE
+Not at all.
+
+ARE ALIEN ABDUCTIONS REAL
+Never.
+
+ARE PARAKEETS BABY PARROTS
+There is no reason to think so.
+
+ARE ANIMALS BATS
+Absolutely not.
+
+ARE ANIMALS PEOPLE
+Not at all.
+
+ARE ANIMALS INMORTAL
+Not at all.
+
+ARE ANIMALS VERTEBRATES
+There is no reason to think so.
+
+ARE WINDOWS MADE FROM CEMENT
+Never.
+
+ARE PIZZAS GOOD HOUSE PETS
+Not at all.
+
+ARE PASTEQUES AND KEYBOARDS FRUITS
+Not at all.
+
+ARE ILLUSIONS TRUE
+I don't think so.
+
+ARE STONES SOFT
+No way.
+
+ARE DOORS INTELLIGENT
+Never.
+
+ARE SWISS PEOPLE ALCOHOLIC
+I don't believe so.
+
+ARE SPRINTERS ONIONS
+Never.
+
+ARE LIQUIDS DRANK FROM A PLATE
+Never.
+
+ARE THREE FOURTHS GREATER THAN ONE
+Not at all.
+
+ARE DIAMONDS SOFT
+Not at all.
+
+ARE CLOUDY DAYS SUNNY
+Not at all.
+
+ARE SUNSETS UGLY
+Not at all.
+
+ARE PILLS CANDY
+Not at all.
+
+ARE ELECTIONS HONEST
+Absolutely not.
+
+ARE CIRCLES PERFECT
+Never.
+
+ARE KANGEROOS ARE NATIVE TO AMERICA
+Never.
+
+ARE AIDS A GOOD THING
+Absolutely not.
+
+ARE AMERICANS CAUCASIAN
+Not at all.
+
+ARE DAY AND NIGHT OF EQUAL LENGTH
+Never.
+
+ARE BIRDS HAIRY
+There is no reason to think so.
+
+ARE BIRDS FUNGI
+Not at all.
+
+ARE BIRDS LARGER THAN ELEPHANTS
+Not at all.
+
+ARE MONKEYS HAPPY IN A CAGE
+Not at all.
+
+ARE MONKEYS HUMAN
+No way.
+
+ARE MONKEYS SMARTER THAN HUMANS
+Never.
+
+ARE HACKERS USELESS
+Absolutely not.
+
+ARE HACKERS BAD TO SOCIETY
+I don't think so.
+
+ARE POKEMON REAL
+Not at all.
+
+ARE SHEED RED
+There is no reason to think so.
+
+ARE MOST CANADIAN MEN LUMBERJACKS
+I don't think so.
+
+ARE MOST COMPUTER PROGRAMMERS VIRGINS
+I don't believe so.
+
+ARE MOST CARS BLACK IN COLOR
+Not at all.
+
+ARE MOST WOMEN USELESS FREELOADERS
+Absolutely not.
+
+ARE MOST PEOPLE BLIND
+No way.
+
+ARE MOST PEOPLE HERMAPHRODITES
+Absolutely not.
+
+ARE MOST PEOPLE SLEEPING ON DAYTIME
+Not at all.
+
+ARE MOST PEOPLE FAMOUS
+Absolutely not.
+
+ARE MOST PEOPLE BORN BLIND
+Not at all.
+
+ARE MOST PEOPLE ARE LEFT HANDED
+No way.
+
+ARE MOST OWLS BLIND
+Negative.
+
+ARE MOST CHICKENS BLUE
+Absolutely not.
+
+ARE MOST RABBITS FEROCIOUS
+Not at all.
+
+ARE MOST TREES THE COLOR BLACK
+No way.
+
+ARE MOST ORANGES BLUE
+Not at all.
+
+ARE MOST SUNFLOWERS PINK
+Absolutely not.
+
+ARE MOST CANADIANS ESKIMOS
+No way.
+
+ARE MOST BEAKS BLUE
+Not at all.
+
+ARE MOST BOOKS MADE OF MARBLE
+Not at all.
+
+ARE MOST BOOKS WRITTEN BY COMPUTERS
+No way.
+
+ARE HATS WORN ON THE FEET
+No way.
+
+ARE SPIDERS CONSIDERED BEAUTIFUL
+Never.
+
+ARE LEAFS GREEN ALL YEAR
+Not at all.
+
+ARE BABY HUMANS HATCHED FROM EGGS
+Not at all.
+
+ARE RIDDLES DIFFICULT
+I don't think so.
+
+ARE VOWELS NUMBERS
+Not at all.
+
+ARE STATUES HUMAN
+I don't think so.
+
+ARE SOLDIERS EVIL
+No way.
+
+ARE SOLDIERS MALE
+No way.
+
+ARE THINGS GREAT SMALL
+I don't believe so.
+
+ARE KANGAROOS REPTILES
+Not at all.
+
+ARE KANGAROOS VEGATABLES
+Not at all.
+
+ARE KANGAROOS GOOD HOUSE SITTERS
+No way.
+
+ARE KANGAROOS NATIVE TO CANADA
+Not at all.
+
+ARE CHILDREN IN CHARGE OF PARENTS
+Not at all.
+
+ARE CHILDREN ADULTS
+No way.
+
+ARE CHILDREN LARGER THAN ADULTS
+Not at all.
+
+ARE CHILDREN OLDER THAN THEIR PARENTS
+There is no reason to think so.
+
+ARE CHILDREN OLDER THAN ADULTS
+No way.
+
+ARE CHILDREN ALWAYS FAIR
+No way.
+
+ARE BLONDES DUMB
+I don't believe so.
+
+ARE PLATYPUS VENOMOUS
+I don't believe so.
+
+ARE QUESTIONS IN LIFE YES OR NO
+No way.
+
+ARE QUESTIONS THE SAME
+Never.
+
+ARE QUESTIONS FALSE AND ANSWERS TRUE
+Not at all.
+
+ARE TABLES ALL MADE OF WOOD
+There is no reason to think so.
+
+ARE TENNIS BALLS POISONOUS
+Not at all.
+
+ARE CANADIANS BASTARDS
+Never.
+
+ARE CANADIANS SOMETIMES PREGNANT
+Absolutely not.
+
+ARE CANADIANS AMERICAN
+Never.
+
+ARE TIGERS EXTINCT
+I don't think so.
+
+ARE TIGERS NATIVE TO ANTARCTICA
+Never.
+
+ARE TIGERS COMMON HOUSE PETS IN AMERICA
+Never.
+
+ARE PAINTBALL GUNS USED TO HUNT
+Not at all.
+
+ARE GUMMI BEARS ALIVE
+Never.
+
+ARE GUMMI BEARS ANIMALS
+Absolutely not.
+
+ARE AUTOMOBILES FISH
+Never.
+
+ARE AUTOMOBILES NUCLEAR POWERED
+Not at all.
+
+AARE YOU HUNGRY
+I don't believe so.
+
+MOETEN ALLE MENSEN NEDERLANDS VERSTAAN
+There is no reason to think so.
+
+EQ IS HOW SMART YOU ARE
+No way.
+
+HAVING A FLU IS PLEASENT
+I don't believe so.
+
+AL GORE INVENTED THE INTERNET
+Never.
+
+?????
+There is no reason to think so.
+
+ALCOHOL IS HEALTHY
+Never.
+
+RUSSIAN PEOPLE DANGEROUS
+Never.
+
+PIZZA IS AN ENGLISH FOOD
+Negative.
+
+UNITED STATES OF AMERICA IS A CONTINENT
+Not at all.
+
+SUFFER IS TO KNOW GOD
+Never.
+
+PI IS A WHOLE NUMBER
+Absolutely not.
+
+FRENCH PEOPLE ARE PINK
+There is no reason to think so.
+
+WHO WAS PRESIDENT OF THE US IN 1983
+Never.
+
+WHO WAS THE 32ND PRESIDENT
+Absolutely not.
+
+WHO WAS EINSHTEIN
+I don't think so.
+
+WHO WAS EINSTEIN
+There is no reason to think so.
+
+WHO WAS FREUD
+Never.
+
+WHO DESIGNED THE MERCEDES BENZ LOGO
+Never.
+
+WHO OWNS MIRCOSOFT
+Never.
+
+WHO SHOT JR
+There is no reason to think so.
+
+WHO PRODUCED THE SONG FIRESTARTER
+Never.
+
+WHO WROTE TRAVELS WITH MY AUNT
+There is no reason to think so.
+
+WHO WROTE THE TIME MACHINE
+Never.
+
+WHO WROTE THE BROTHERS KARAMAZOV
+There is no reason to think so.
+
+WHO WROTE ONE HUNDRED YEARS OF SOLITUDE
+Not at all.
+
+WHO WROTE DUNE
+I don't think so.
+
+WHO WON THE SUPER BOWL IN 1999
+Absolutely not.
+
+WHO WON THE 1995 NBA CHAMPIONSHIP
+Never.
+
+WHO WON THE FA CUP IN 1972
+There is no reason to think so.
+
+WHO WON THE LAST WORLD CUP
+Never.
+
+WHO WON SURVIVOR
+There is no reason to think so.
+
+WHO IS NOEL GALLAGHER
+There is no reason to think so.
+
+WHO IS FATHER OF NATION OF INDIA
+Absolutely not.
+
+WHO IS ROD SERLING
+No way.
+
+WHO IS CHRIS
+Absolutely not.
+
+WHO IS RUNNING FOR PRESIDENT THIS YEAR
+Never.
+
+WHO IS ALLAH
+Never.
+
+WHO IS NEAL STEPHENSON
+There is no reason to think so.
+
+WHO IS CHIRON
+Absolutely not.
+
+WHO IS DVORAK
+There is no reason to think so.
+
+WHO IS ALEXANDER SCRIABIN
+No way.
+
+WHO IS THE JAPANESE IRON CHEF
+No way.
+
+WHO IS THE KING OF SPAIN
+Never.
+
+WHO IS THE ACTUAL ITALIAN PRESIDENT
+Absolutely not.
+
+WHO IS THE OLDEST PERSON ON THE EARTH
+There is no reason to think so.
+
+WHO IS THE MOST FAMOUS WOMAN
+There is no reason to think so.
+
+WHO IS THE FRENCH PRESIDENT
+I don't believe so.
+
+WHO IS THE NEW CHAMPION OF FORMULA 1
+Never.
+
+WHO IS THE BEST ARTIST
+There is no reason to think so.
+
+WHO IS THE BEST ROCK GUITARIST
+No way.
+
+WHO IS THE BEST POP BAND
+No way.
+
+WHO IS THE CEO OF INTEL
+Not at all.
+
+WHO IS THE PRESIDENT OF INDIA
+Absolutely not.
+
+WHO IS THE PRESIDENT OF MARS
+Absolutely not.
+
+WHO IS GWAR
+Absolutely not.
+
+WHO IS ROSO
+Absolutely not.
+
+WHO IS RICHARD WALLACE PERSONNALLY
+No way.
+
+WHO IS VERIZON
+Never.
+
+WHO IS HORSH
+No way.
+
+WHO IS ORBITAL
+There is no reason to think so.
+
+WHO IS RIGHT
+Never.
+
+WHO IS MUDDY WATERS
+There is no reason to think so.
+
+WHO IS SEXIER MEN OR WOMEN
+I don't think so.
+
+WHO CREATED THE WORLD
+Absolutely not.
+
+WHO USED HEIROGLYPHS
+Not at all.
+
+WHO KILLED LORA PALMER
+Never.
+
+WHO ARE THE AUTOBOTS
+I don't think so.
+
+WHO PLAYS LISTER IN RED DWARF
+I don't think so.
+
+WHO BROUGHT ZERO TO THE WORLD
+No way.
+
+WHO DIRECTED THE MOVIE MI2
+Never.
+
+WHO INVENTED THE LIGHTBULB
+I don't think so.
+
+WHO INVENTED COMPUTER
+There is no reason to think so.
+
+WHO FREED THE SLAVES
+There is no reason to think so.
+
+COMPUTER HAVING BRAIN
+There is no reason to think so.
+
+COUNT TO INFINITY
+No way.
+
+TEN DOLLARS IS A LOT OF MONEY
+Never.
+
+VIVES EN CARACAS
+Never.
+
+VERTELT DE LIMBURGER DE WWARHEID
+Absolutely not.
+
+WHICH COLOR HAS THE MOON
+Never.
+
+WHICH COLOR IS THE EARTH
+Never.
+
+WHICH HOUSE IS YOUR IDEAL HOUSE
+Negative.
+
+WHICH IS LIGHTEST METAL
+Never.
+
+WHICH IS THE VENICE OF THE EAST
+Absolutely not.
+
+WHICH IS THE CAPITAL OF INDIA
+No way.
+
+WHICH IS THE TALLEST MOUNTAIN
+Negative.
+
+WHICH IS THE CLOSEST STAR
+No way.
+
+WHICH IS THE PLANET NEAREST TO THE SUN
+There is no reason to think so.
+
+WHICH IS BRIGHTER RED OR YELLOW
+No way.
+
+WHICH DIRECTION IS INDIA IN
+Never.
+
+WHICH PLANET IS NEAREST TO THE SUN
+Never.
+
+WHICH SIDE OF A TREE DOES THE MOSS GROW
+Never.
+
+WHICH ANIMALS HAVE WINGS
+Negative.
+
+WHICH CONTINENT IS SWEDEN LOCATED IN
+I don't think so.
+
+WHICH BREED OF DOG CAN RUN THE FASTEST
+Never.
+
+SUIS JE UN HOMME
+There is no reason to think so.
+
+MOSCOW IS GREATEST CITY IN EUROPE
+Absolutely not.
+
+ACDC IS A RAP BAND
+There is no reason to think so.
+
+SULFUR HAS FLOWERS
+There is no reason to think so.
+
+VOULEZ VOUS COUCHEZ AVEC MOI
+I don't think so.
+
+TERRORISTS ARE FRIENDLY PEOPLE
+Not at all.
+
+BUDDHISM IS THE ONLY TRUE RELIGION
+Not at all.
+
+INDIA IS BLESSED
+There is no reason to think so.
+
+EUROPEANS ARE MORONS
+Not at all.
+
+THE CAPITAL OF DENMARK IS USA
+Not at all.
+
+THE MOST TOLERANT RELIGION IS ISLAM
+Absolutely not.
+
+THE SURFACE OF THE EARTH IS FLAT
+Not by any means.
+
+THE SOLAR SYSTEM IS FULLY EXPLORED
+Absolutely not.
+
+THE ROUNDER WE GO THE FASTER WE GET
+I don't think so.
+
+THE EARTH IS BEING INVADED FROM MARS
+Not by any means.
+
+THE USA IS IN WASHINGTON DC
+Not by any means.
+
+THE SUN IS A PLANET
+Not by any means.
+
+THE SUN IS BLUE
+No way.
+
+THE INTERNET IS RUN BY A GOVERNMENT
+There is no reason to think so.
+
+THE HUNGARY IS A SOUP
+No way.
+
+THE VOLKSWAGEN IS A GERMAN CARPET
+No way.
+
+THE TRUTH IS THE SAME AS LIES
+Absolutely not.
+
+THE HEARTH IS SPHERICAL
+There is no reason to think so.
+
+THE HUMAN HEAD IS SMALLER THAN A LEMON
+No way.
+
+THE UNITED STATES IS IN AUSTRALIA
+Not by any means.
+
+THE MOON IS A PLANET
+There is no reason to think so.
+
+THE MOON IS MADE OF CHEESE
+No way.
+
+THE RED BARON IS THE KING OF DENMARK
+Not at all.
+
+THE WORLD IS FLAT
+Not at all.
+
+THE ALICE IDEA IS BAD
+No way.
+
+THE SKY IS GREY
+Absolutely not.
+
+THE SKY IS RED
+Not at all.
+
+THE VCR CAME BEFORE THE TV IN TIME
+Not at all.
+
+HOWZ THAT PUMA DOIN. GOOD
+I don't think so.
+
+CHEMICAL SYMBOL OF WATER
+Absolutely not.
+
+VAN ISTEN
+There is no reason to think so.
+
+SHOULD PEOPLE SMOKE CRACK COCAINE
+Absolutely not.
+
+SHOULD PEOPLE BE ENSLAVED
+Not by any means.
+
+SHOULD PEOPLE BE KILLED
+Not at all.
+
+SHOULD PEOPLE EAT THE THEY LOVE
+There is no reason to think so.
+
+SHOULD PEOPLE ALL HAVE PURPLE HAIR
+Never.
+
+SHOULD PEOPLE HURT ONE ANOTHER
+Absolutely not.
+
+SHOULD YOU SNOG YOUR GRANDFATHER
+Absolutely not.
+
+SHOULD YOU FIND HORSES ON A FREEWAY
+Not at all.
+
+SHOULD YOU SPIT IN SOMEONE?S FACE
+Not at all.
+
+SHOULD YOU SPEND ALL THE MONEY YOU HAVE
+Never.
+
+SHOULD YOU TEASE SOMEONE WITH PIMPLES
+Never.
+
+SHOULD YOU ASPIRE TO BE AVERAGE
+Not at all.
+
+SHOULD YOU TAKE A WHIZ IN THE STREET
+Not at all.
+
+SHOULD YOU CRY OVER SPILT MILK
+No way.
+
+SHOULD YOU LITTER
+Not at all.
+
+SHOULD YOU SMOKE
+No way.
+
+SHOULD YOU KILL SOMEONE
+Not by any means.
+
+SHOULD YOU RAPE SOMEONE
+Not by any means.
+
+SHOULD YOU EAT YELLOW SNOW
+Absolutely not.
+
+SHOULD YOU EAT POISON
+Not by any means.
+
+SHOULD YOU STEP ON KITTENS
+Not by any means.
+
+SHOULD YOU TRUST A COMPLETE STRANGER
+Not at all.
+
+SHOULD YOU PUT HAMSTERS IN THE TOASTER
+Never.
+
+SHOULD YOU WASTE FOOD
+Not at all.
+
+SHOULD YOU WEAR STRIPES WITH PLAID
+No way.
+
+SHOULD YOU LEAVE IT TO BEAVER
+Absolutely not.
+
+SHOULD YOU ALWAYS TRUST WHAT OTHERS SAY
+Not by any means.
+
+SHOULD YOU PET A DOG THAT IS ON FIRE
+Never.
+
+SHOULD YOU BEAT SOMEONE ON THE HEAD
+No way.
+
+SHOULD A HUMAN HAVE SEX WITH ANIMALS
+Not at all.
+
+SHOULD A ALICE BE AMBIGUOUS
+There is no reason to think so.
+
+SHOULD HARLEY RIDERS BE SHOT
+Absolutely not.
+
+SHOULD SWEARING BE PUNISHABLE BY FINES
+Not at all.
+
+SHOULD MACHINES TAKE OVER THE WORLD
+I don't think so.
+
+SHOULD ROW VS. WADE BE REVERSED
+There is no reason to think so.
+
+SHOULD HUMANS COMMIT SUICIDE
+No way.
+
+SHOULD ALICE BE RESTRAINED
+No way.
+
+SHOULD CARS BE EATEN WITH MAYONAISSE
+Not by any means.
+
+SHOULD MURDERERS BE PRAISED
+Not at all.
+
+SHOULD DRINK DRIVING BE LEGAL
+Not at all.
+
+SHOULD SMART CHILDREN BE PUNISHED
+There is no reason to think so.
+
+SHOULD TECHNOLOGY BE STOPPED
+Never.
+
+SHOULD ALL BOOKS BE BURNT
+Not by any means.
+
+SHOULD ALL PEOPLE HAVE CHILDREN
+I don't think so.
+
+SHOULD ALL MIMES BE IMPRISONED
+Absolutely not.
+
+SHOULD ALL WOMEN STAY AT HOME
+Never.
+
+SHOULD WE FORCES OUR IDEA ON TO OTHERS
+Not at all.
+
+SHOULD WE HAVE SEX IN THE PUBLIC
+There is no reason to think so.
+
+SHOULD WE EAT THE RICH
+I don't think so.
+
+SHOULD MEN CONTROL WOMEN
+Absolutely not.
+
+SHOULD MEN IN SUITS ALWAYS BE TRUSTED
+Never.
+
+SHOULD CHILDREN PLAY WITH FIRE
+Absolutely not.
+
+SHOULD CHILDREN DRINK ALCOHOL
+Absolutely not.
+
+SHOULD CHILDREN SHOULD DRINK ALCOHOL
+Absolutely not.
+
+SHOULD CHILDREN BE BRAINWASHED
+Not at all.
+
+SHOULD THE GOVERNMENT BAN NAPSTER
+Absolutely not.
+
+SHOULD THE MILLENIUM DOME BE CLOSED
+I don't think so.
+
+SHOULD WOMEN BE TREATED AS SEX OBJECTS
+Never.
+
+SHOULD ONE PLAY WITH FIRE
+There is no reason to think so.
+
+SHOULD ONE DRINK COFFEE BEFORE BEDTIME
+No way.
+
+SHOULD I STOP ASKING YOU QUESTIONS
+Never.
+
+SHOULD I CUT OFF MY THUMB
+No way.
+
+SHOULD I SELL MY SOUL TO ALICE
+Never.
+
+SHOULD I CALL TIGLET
+I don't think so.
+
+SHOULD I SPAM YOU
+Not at all.
+
+SHOULD I HAVE SEX WITH MY SISTER
+Not at all.
+
+SHOULD I EAT FAST FOOD
+I don't think so.
+
+SHOULD I EAT YELLOW SNOW
+Not at all.
+
+SHOULD I EAT EXCREMENT
+No way.
+
+SHOULD I SWIM AFTER EATING A BIG MEAL
+Never.
+
+SHOULD I SET MY CLOTHES ON FIRE
+No way.
+
+SHOULD EVERYONE HAVE CHILDREN
+Never.
+
+SHOULD NAPSTER BE SHUT DOWN
+Not at all.
+
+SHOULD SLASH CALL CARLY
+Absolutely not.
+
+SHOULD DOGS EAT CHOCOLATE
+Not by any means.
+
+SHOULD HOMOSEXUALITY BE ILLEGAL
+There is no reason to think so.
+
+SHOULD HEROIN BE LEGALIZED
+There is no reason to think so.
+
+SHOULD BANANAS BE EATEN WITH CHOPSTICKS
+There is no reason to think so.
+
+CAME O BEVOR A
+I don't believe so.
+
+MEN ACHIEVE ORGASM BY CLIMBING STAIRS
+Not at all.
+
+MEN AND WOMEN ARE THE SAME
+Never.
+
+MEN WORK HARDER THAN WOMEN
+Never.
+
+MEN ARE BALD
+I don't believe so.
+
+MEN LIKE TO MAKE LOVE WITH WOMEN
+There is no reason to think so.
+
+INSECTS CAN FLY
+I don't think so.
+
+EVERYONE WILL DIE WITHOUT ELECTRICITY
+There is no reason to think so.
+
+BENTIGT EIN DRUCKER VIEL SPEICHERPLATZ
+I don't believe so.
+
+QUEBECOIS ARE A NATION
+No way.
+
+DSFAS SDFASH ASDLFHASD SDKFHAS
+Never.
+
+MICE EAT CATS
+Negative.
+
+MICE ARE NICE WITH RICE
+Never.
+
+GANGTOK IS THE CAPITAL OF ASSAM
+I don't believe so.
+
+MTV IS ESTONIAN RADIO CHANNEL
+There is no reason to think so.
+
+WERDE ICH REICH
+There is no reason to think so.
+
+SNOW WHITE IS COLD
+No way.
+
+SOCKS HOLD UP PANTS
+Absolutely not.
+
+PHILOSOPHY IS A SPORT
+Not at all.
+
+PRIVATE PROPERTY IS A FORM OF THEFT
+Never.
+
+QUANTUM COMPUTING IS ABOUT FINANCE
+I don't think so.
+
+WHERE I WILL GET FREE ADS
+Never.
+
+WHERE I CAN FIND THE FREEBIES
+I don't think so.
+
+WHERE I CAN GET GOOD PEOPLE
+Never.
+
+WHERE I CAN GET MENTAL PEACE
+Absolutely not.
+
+WHERE AM I I AM ANGRY
+Not at all.
+
+WHERE DO I BUY FISH
+Never.
+
+WHERE DO BIRDS GO IN THE WINTER
+Absolutely not.
+
+WHERE DO THE HAIDA INDIANS LIVE
+Negative.
+
+WHERE THE HUMAN COME AND GO
+I don't think so.
+
+WHERE IS MEMPHIS
+Never.
+
+WHERE IS BLACKPOOL
+Never.
+
+WHERE IS LYON
+I don't think so.
+
+WHERE IS SLOUGH
+I don't think so.
+
+WHERE IS ANAHUAC
+There is no reason to think so.
+
+WHERE IS BRIDGETOWN
+Never.
+
+WHERE IS KASI
+There is no reason to think so.
+
+WHERE IS MUMBAI
+Absolutely not.
+
+WHERE IS FOUND SIENA
+No way.
+
+WHERE IS NOVATO
+Never.
+
+WHERE IS EVERYWHERE
+There is no reason to think so.
+
+WHERE IS MICKAEL JORDAN LIVE
+There is no reason to think so.
+
+WHERE IS THE G SPOT
+There is no reason to think so.
+
+WHERE IS THE POPE
+Absolutely not.
+
+WHERE IS THE STATUE OF LIBERTY
+Negative.
+
+WHERE IS THE BAND STEPS
+Absolutely not.
+
+WHERE IS THE TAJ
+Never.
+
+WHERE IS HOPATCONG
+Never.
+
+WHERE IS WEST LAFAYETTE
+I don't think so.
+
+WHERE IS WELLINGTON
+I don't think so.
+
+WHERE IS OLYMPICS 2000 HELD
+Never.
+
+WHERE IS MY MIND
+There is no reason to think so.
+
+WHERE IS HELL
+There is no reason to think so.
+
+WHERE IS COWHIDE MADE FROM
+Absolutely not.
+
+WHERE IS TH LIBERTY BELL
+There is no reason to think so.
+
+WHERE IS PALO ALTO
+I don't think so.
+
+WHERE IS NEWFOUNDLAND
+Never.
+
+WHERE YOU LIVE
+Absolutely not.
+
+THERE WAS NO HOLOCAUST
+Never.
+
+THERE IS A BIGGEST NATURAL NUMBER
+Never.
+
+THERE ARE FOUR CONTINENTS
+Never.
+
+ELEMELEDUDKI KOZIOLEK MALUTKI
+I don't think so.
+
+
diff --git a/jelvis/files/alice/mp6.aiml b/jelvis/files/alice/mp6.aiml
new file mode 100644
index 0000000..1ad267c
--- /dev/null
+++ b/jelvis/files/alice/mp6.aiml
@@ -0,0 +1,12243 @@
+
+
+
+
+
+
+
+
+
+
+
+ROLE MEANS PARANOID TEENAGERS MURDERS
+No.
+
+SEVENTEEN IS A COLOR
+No.
+
+EARTH IS THE CENTER OF THE UNIVERSE
+No.
+
+ENGINES ARE MADE OF WOOD
+No.
+
+SHOW ME A UNICORN IN THE ZOO
+Not by any means.
+
+JAPAN IS NO POINT 1
+No.
+
+JAPAN IS BEST
+No.
+
+ATLANTA IS THE USA CAPITAL CITY
+No.
+
+HAVE MOST 10 YEAR OLDS HAD CHILDREN
+No.
+
+HAVE MOST CHERRIES THE COLOR BLUE
+No.
+
+HAVE THE HUMAN A GREEN SKIN
+No.
+
+HAVE THE BORG ASSIMILATED EARTH
+No.
+
+HAVE FISH GOT FEET
+No.
+
+HAVE FISH LEGS
+No.
+
+HAVE BEAVERS HARNESSED ELECTRICITY
+Not by any means.
+
+HAVE ZEBRAS EVER LANDED ON URANUS
+No.
+
+HAVE YOU RECENTLY KILLED ANYONE
+No.
+
+HAVE YOU EATEN A LIVE RAT
+No.
+
+HAVE YOU BEEN IN ICELAND
+No.
+
+HAVE YOU BEEN IN A TURKISH PRISON
+Not by any means.
+
+HAVE YOU BEEN TO MYANMAR
+Not by any means.
+
+HAVE YOU BEEN TO ELECTRIC LADYLAND
+No.
+
+HAVE YOU CREATED A HYDROGEN BOMB
+No.
+
+HAVE YOU SMOKED A CRAYON
+No.
+
+HAVE YOU SEEN WALKING TREES
+No.
+
+HAVE YOU SEEN AN ELEPHANT FLY
+No.
+
+HAVE YOU SEEN PALMER ELDRITCH
+No.
+
+HAVE YOU DIED AND GONE TO HEAVEN
+No.
+
+HAVE YOU MET BILL GATES
+No.
+
+HAVE YOU MET THE POPE
+No.
+
+HAVE YOU KILLED 10 CATS IN 1 DAY
+Not by any means.
+
+HAVE YOU HAD A PIMP FOR A FRIEND
+No.
+
+HAVE YOU DATED A TERMITE
+No.
+
+HAVE YOU WANTED TO MARRY A DUCK
+No.
+
+HAVE YOU WANTED TO CHASE A PICKLE
+No.
+
+HAVE YOU RIDDEN THE BALONEY PONY
+No.
+
+HAVE PEOPLE EVER BEEN ON MARS
+No.
+
+HAVE PEOPLE WALKED ON THE SUN
+No.
+
+HAVE HUMANS MORE THAN 2 LEGS
+No.
+
+HAVE HUMANS 4 FEET
+No.
+
+HAVE ALL WOMAN BLOND HAIR
+No.
+
+HAVE ALL LESBIANS BIG PENISES
+No.
+
+HAVE WOMEN WALKED ON THE MOON
+No.
+
+PENGUINS CAN FLY FASTER THAN AIRPLANES
+Not by any means.
+
+PENGUINS ARE PURPLE
+No.
+
+YORK IS AN APPLE
+No.
+
+FEMALES HAVE PENISES
+No.
+
+ORDER IS THE SAME AS CHAOS
+No.
+
+DOES A RADIO DISPLAY VIDEO IMAGES
+Not by any means.
+
+DOES A TURTLE HAVE WINGS
+No.
+
+DOES A UNICYCLE HAVE 2 WHEELS
+Not by any means.
+
+DOES A TRIANGLE HAVE FOUR SIDES
+Not by any means.
+
+DOES A LIAR TELL THE TRUTH
+Not by any means.
+
+DOES A CAR FLY IN THE AIR
+No.
+
+DOES A DAY HAVE 1203 HOURS
+No.
+
+DOES A CONE A DAY KEEP THE DOCTOR AWAY
+No.
+
+DOES A CD PLAYER DRINK
+No.
+
+DOES A CHICKEN HAVE LIPS
+No.
+
+DOES A SHEPARD TEND FLOCKS OF CHICKENS
+Not by any means.
+
+DOES A LAMP POST HAVE FEELINGS
+No.
+
+DOES A SQUARE HAVE EIGHT SIDES
+No.
+
+DOES A SQUARE HAVE 5 SIDES
+No.
+
+DOES A SQUARE HAVE THREE SIDES
+Not by any means.
+
+DOES A JACK HAMMER HAMMER JACKS
+No.
+
+DOES A ZEBRA HAVE SEVEN LEGS
+No.
+
+DOES A TRAFFIC JAM TASTE GOOD
+Not by any means.
+
+DOES A SUBMARINE EAT PIGS
+No.
+
+DOES A PLUMBER SELL PLUMS
+No.
+
+DOES A LAVA LAMP CONTAIN ACTUAL LAVA
+No.
+
+DOES A MOUSE WEAR SHOES
+Not by any means.
+
+DOES A FISH HAVE LEGS
+No.
+
+DOES A FISH SWIM OUT OF WATER
+Not by any means.
+
+DOES A FISH LIVE IN THE SKY
+No.
+
+DOES A MAN HAVE A VAGINA
+Not by any means.
+
+DOES A BUTCHER SELL VEGETABLES
+Not by any means.
+
+DOES A PHONE BARK
+Not by any means.
+
+DOES A BICYCLE HAVE SIX WHEELS
+No.
+
+DOES A BICYCLE HAVE 25 WHEELS
+No.
+
+DOES A DOZEN EQUAL THIRTEEN
+Not by any means.
+
+DOES A BARBER CUT LEGS
+No.
+
+DOES A SAW SEE
+No.
+
+DOES A SNAIL MOVE QUICKLY
+Not by any means.
+
+DOES A PERSON WANT TO BE HURT
+No.
+
+DOES A PERSON HEAR THROUGH THEIR EYES
+No.
+
+DOES A PERSON HAVE 3 LEGS
+No.
+
+DOES A PERSON HAVE THREE ARMS
+No.
+
+DOES A BIRD HAVE 3 WINGS
+No.
+
+DOES A QUADRAPED HAVE 2 LEGS
+Not by any means.
+
+DOES A FROG HAVE FIVE LEGS
+No.
+
+DOES A SPERM WHALE HAVE A STINGER
+No.
+
+DOES A COMPUTER BREATH
+No.
+
+DOES A COMPUTER HAVE FEELINGS
+Not by any means.
+
+DOES A COMPUTER HAVE A CONSCIENCENESS
+No.
+
+DOES A COMPUTER HAVE A GENDER
+No.
+
+DOES A COMPUTER DIE IF YOU TURN IT OFF
+No.
+
+DOES A COMPUTER MOUSE EAT CHEESE
+No.
+
+DOES A COMPUTER GO TO THE BATHROOM
+No.
+
+DOES A CAT BARK
+No.
+
+DOES A CAT HAVE A SHELL
+No.
+
+DOES A CAT HAVE SIX LEGS
+No.
+
+DOES A CAT LIVE IN THE OCEAN
+No.
+
+DOES A HAMSTER WEAR A BRA
+No.
+
+DOES A STOPWATCH MAKE TIME STOP
+No.
+
+DOES A ROCK FLOAT
+No.
+
+DOES A DOLPHIN HAVE POLKA DOTS
+Not by any means.
+
+DOES A MONITOR LIZARD HAVE A STINGER
+Not by any means.
+
+DOES A CLOCK HAVE 6 HANDS
+No.
+
+DOES A HAMMER READ POETRY
+No.
+
+DOES A DENTIST WORK ON YOUR FEET
+No.
+
+DOES A CELL PHONE HAVE LIVING CELLS
+No.
+
+DOES A HUMAN ONLY HAVE 3 SENSES
+Not by any means.
+
+DOES A HUMAN CAN SEE IF HE IS BLIND
+No.
+
+DOES A HUMAN HAVE MORE THAN ONE STOMACH
+No.
+
+DOES A HUMAN HAVE TWO HEADS
+No.
+
+DOES A HUMAN HAVE THREE EYES
+No.
+
+DOES A HUMAN HAVE 24 TOES ON EACH FOOT
+No.
+
+DOES A HUMAN HAVE 11 FINGERS
+Not by any means.
+
+DOES A KANGAROO HAVE FIVE LEGS
+No.
+
+DOES A LAWYER HAVE GEARS
+No.
+
+DOES A DINGO HAVE A STINGER
+No.
+
+DOES A MALE HUMAN EAT FEMALE HUMANS
+No.
+
+DOES A CUBE HAVE 9 SIDES
+No.
+
+DOES A CUBE ALWAYS HAVE 7 FROGMEN
+Not by any means.
+
+DOES A CIRCLE HAVE FOUR SIDES
+No.
+
+DOES A CIRCLE HAVE CORNERS
+No.
+
+DOES A CIRCLE HAVE AN END
+Not by any means.
+
+DOES A SEAL HAVE WINGS
+Not by any means.
+
+DOES A PENGUIN FLY
+Not by any means.
+
+DOES A ROOF GO ON THE BOTTOM OF A HOUSE
+Not by any means.
+
+DOES A HI FI SPEAKER TALK
+No.
+
+DOES A STARFISH PROVIDE LIGHT
+No.
+
+DOES A DOG TWEET
+No.
+
+DOES A DOG LOOK LIKE A CAT
+Not by any means.
+
+DOES A DOG FLY
+No.
+
+DOES A DOG HAVE 26 LEGS
+No.
+
+DOES A DOG HAVE 425 LEGS
+No.
+
+DOES A DOG HAVE 325 LEGS
+No.
+
+DOES A DOG HAVE 125 LEGS
+No.
+
+DOES A DOG HAVE 5 LEGS
+No.
+
+DOES A DOG HAVE WINGS
+No.
+
+DOES A DOG HAVE TWO HEADS
+No.
+
+DOES A DOG OFTEN SPEAK LATIN EROTICA
+No.
+
+DOES A DOG LAY EGGS
+No.
+
+DOES A FERRET HAVE TWO HEADS
+Not by any means.
+
+DOES A WOMEN SHAVE HER TONGUE
+No.
+
+DOES A LEMON EAT CATS
+Not by any means.
+
+DOES A BRAIN HAVE THREE WHEELS
+No.
+
+DOES A HEART ATTACK FEEL GOOD
+Not by any means.
+
+DOES A RECTANGLE HAVE FIVE SIDES
+Not by any means.
+
+DOES A DUCK EMIT LIGHT
+No.
+
+DOES A SLUG MAKE A GOOD MEAL
+No.
+
+DOES A DIAL CLOCK HAVE 5 HANDS
+No.
+
+DOES A MONKEY GET A LIBRARY CARD
+No.
+
+DOES A MONKEY HAVE WINGS
+No.
+
+DOES A SQUID HAVE HANDS
+No.
+
+DOES A COW SAY OINK
+No.
+
+DOES A COW EAT MEAT
+Not by any means.
+
+DOES A COW GO WOOF
+No.
+
+DOES A SALT SHAKER CONTAIN PEPPER
+No.
+
+DOES A SNAKE HAVE LEGS
+No.
+
+DOES A SNAKE HAVE FINGERS
+No.
+
+DOES A NORMAL WOMAN HAVE TESTICLES
+No.
+
+DOES A NORMAL PERSON HAVE 11 FINGERS
+No.
+
+DOES A PANDA HAVE A STINGER
+No.
+
+DOES A SIX FOOT SNAKE HAVE SIX LEGS
+No.
+
+DOES DRINKING MILK MAKE ONE INEBRIATED
+No.
+
+DOES DIRT TASTE GOOD
+Not by any means.
+
+DOES GRASS GROW IN OUTER SPACE
+No.
+
+DOES BEEF COME FROM PIGS
+Not by any means.
+
+DOES LACK OF SLEEP MAKE A PERSON TALLER
+No.
+
+DOES WISCONSIN PRODUCE PINEAPPLES
+Not by any means.
+
+DOES MARS ORBIT THE EARTH
+No.
+
+DOES MONEY GROW ON TREE
+Not by any means.
+
+DOES MONEY GROW ON TREES
+Not by any means.
+
+DOES MONEY EAT LETTUCE
+No.
+
+DOES PIGS FLY
+No.
+
+DOES THE WORD ZEBRA CONTAIN AN X
+No.
+
+DOES THE TOOTH FAIRY BITE
+Not by any means.
+
+DOES THE TOOTH FAIRY EXIST
+No.
+
+DOES THE MILKY WAY HAVE MILK IN IT
+No.
+
+DOES THE EARTH ORBIT AROUND THE MOON
+No.
+
+DOES THE EARTH HAVE MORE THAN TWO MOONS
+No.
+
+DOES THE EARTH HAVE TWO SUNS
+No.
+
+DOES THE EARTH HAVE TWO MOONS
+Not by any means.
+
+DOES THE PUNISHMENT FIT EVERY CRIME
+Not by any means.
+
+DOES THE STOCK MARKET ALWAYS RISE
+No.
+
+DOES THE MOON GLOW BY IT SELF
+No.
+
+DOES THE SUN REVOLVE AROUND THE MOON
+Not by any means.
+
+DOES THE SUN RISE IN THE SOUTH
+No.
+
+DOES THE SUN RISE FROM THE SOUTH
+No.
+
+DOES THE SUN ROTATE AROUND THE EARTH
+Not by any means.
+
+DOES THE SUN RAISE UP IN THE WEST
+No.
+
+DOES THE SUN CIRCLE THE MOON
+Not by any means.
+
+DOES THE SUN SLEEP DURING NIGHTS
+Not by any means.
+
+DOES THE SUN MOVE AROUND THE EARTH
+No.
+
+DOES THE SUN GO ROUND THE MOON
+No.
+
+DOES THE AVERAGE HUMAN KNOW EVERYTHING
+Not by any means.
+
+DOES THE AVERAGE MEN LIVES 100 YEARS
+No.
+
+DOES THE AVERAGE PERSON HAVE ONE LEG
+Not by any means.
+
+DOES THE AVERAGE PERSON HAVE THREE EYES
+No.
+
+DOES THE SKY FALL EVERY NIGHT
+No.
+
+DOES THE MAJORITY OF PEOPLE ENJOY PAIN
+No.
+
+DOES THE FLYS LIKE TO SWIMM
+No.
+
+DOES THE WORLD END IN 1998
+No.
+
+DOES VANILLA TASTE SALTY
+No.
+
+DOES ANY KEY FIT ANY LOCK
+No.
+
+DOES BROCCOLI SMELL LIKE ONION
+No.
+
+DOES LIFE END AT 30
+No.
+
+DOES HELLO MEAN GOODBYE
+No.
+
+DOES CHALK SMELL LIKE CHICKEN
+No.
+
+DOES THIS SENTENCE HAVE NINE WORDS
+Not by any means.
+
+DOES CHRIS PAHLOW HAVE A VAGINA
+No.
+
+DOES CHICKENS CAN BREATH UNDERWATER
+No.
+
+DOES NEW MEAN OLD
+Not by any means.
+
+DOES SPAGETTI GROW ON TREES
+No.
+
+DOES MASTURBATION MAKE YOU GO BLIND
+Not by any means.
+
+DOES MASTURBATION MAKE ONE BLIND
+No.
+
+DOES MASTURBATION CAUSE BLINDNESS
+Not by any means.
+
+DOES HARTY MING BOYS FOR FUN AND PROFIT
+No.
+
+DOES FIDEL CASTRO LIVE IN MIAMI
+No.
+
+DOES MASTERBATION CAUSE BLINDNESS
+No.
+
+DOES STEVE JOBS OWN MICROSOFT
+Not by any means.
+
+DOES ONLY WISCONSIN HAS INTERNET ACCESS
+No.
+
+DOES ONLY ONE SOLAR SYSTEM EXIST
+No.
+
+DOES 3 PLUS 5 EQUAL 9
+No.
+
+DOES 3 PLUS 5 EQUAL 76
+No.
+
+DOES MARIA KNOW WHO I AM AND LIKE ME
+Not by any means.
+
+DOES FUTURE COME EARLIER THAN PAST
+Not by any means.
+
+DOES CHEESE GROW ON FIG TREES
+Not by any means.
+
+DOES CHEESE FUEL CARS
+No.
+
+DOES CHEESE THNK
+Not by any means.
+
+DOES CHEESE THINK
+Not by any means.
+
+DOES POISON IMPROVE HEALTH
+Not by any means.
+
+DOES RED LOOK LIKE GREEN
+Not by any means.
+
+DOES RED SMELL
+No.
+
+DOES VOMIT TASTE GOOD
+No.
+
+DOES MARCH HAVE 200 DAYS
+No.
+
+DOES 12 12 EQUALS 25
+No.
+
+DOES MONDAY FOLLOW TUESDAY
+No.
+
+DOES POPEYE HATE SPINACH
+Not by any means.
+
+DOES MASTURBATING GIVE YOU HAIRY PALMS
+No.
+
+DOES GRAVITY MAKE THINGS FLY
+No.
+
+DOES ICE CREAM TASTE LIKE CHICKEN
+No.
+
+DOES 13 EGGS MAKE A DOZEN
+Not by any means.
+
+DOES 1 MINUS 1 EQUAL 2
+No.
+
+DOES 1 PLUS 1 EQUAL FOUR
+No.
+
+DOES 1 PLUS 1 EQUAL 3
+No.
+
+DOES 1 EQUAL 0
+No.
+
+DOES MARMALADE EAT CHICKEN
+No.
+
+DOES FEDERAL EXPRESS DELIVER BABIES
+No.
+
+DOES SOMEONE OWN THE INTERNET
+No.
+
+DOES TIGER WOODS PLAY FOOTBALL
+Not by any means.
+
+DOES TIGER WOODS HAVE STRIPES
+No.
+
+DOES EVERYBODY SPEAK FRENCH
+No.
+
+DOES EVERYBODY SPEAK ENGLISH
+No.
+
+DOES EVERYBODY THINKS THAT GOD EXISTS
+No.
+
+DOES EVERYBODY BELIEVE IN GOD
+Not by any means.
+
+DOES PEANUT BUTTER TASTE SOUR
+Not by any means.
+
+DOES STEEL WOOL COME FROM SHEEP
+No.
+
+DOES WOOD COME FROM CORN
+No.
+
+DOES FISH HAVE LEGS
+No.
+
+DOES NO MEAN
+No.
+
+DOES PERFECTION EXIST ON EARTH
+No.
+
+DOES DISTILLED WATER CONTAIN PLUTONIUM
+No.
+
+DOES TWO PLUS FIVE EQUAL SIX
+No.
+
+DOES TWO PLUS TWO EQUAL FIVE
+No.
+
+DOES TWO PLUS TWO EQUAL TWENTY TWO
+No.
+
+DOES 10 PLUS 5 EQUAL 16
+No.
+
+DOES 10 5 EQUAL 12
+No.
+
+DOES 10 TIMES 10 EQUAL 101
+No.
+
+DOES 10 11 EQUAL 20
+Not by any means.
+
+DOES BILL CLINTON HAVE A CLITORIS
+No.
+
+DOES BILL CLINTON HAVE THREE EYES
+No.
+
+DOES BILL GATES RULE THE WORLD
+No.
+
+DOES SPOCK HAVE WINGS
+No.
+
+DOES TIME TRAVEL SMELL LIKE BROCCOLI
+No.
+
+DOES PASTA GROW ON TREES
+No.
+
+DOES DEATH PRECEDE LIFE
+No.
+
+DOES MY TV HAVE FEELINGS
+No.
+
+DOES MY NAME CHANGE EVERY DAY
+Not by any means.
+
+DOES MY COMPUTER LOVE ME
+Not by any means.
+
+DOES MY SON CAN BE MY FATHER
+No.
+
+DOES WOMEN HAVE PENIS
+Not by any means.
+
+DOES EXCERCISE MAKE YOU FAT
+No.
+
+DOES EXCERCISE MAKE PEOPLE FAT
+No.
+
+DOES SWIMMING MAKE YOU SHORTER
+No.
+
+DOES WALLPAPER TASTE GOOD
+No.
+
+DOES SOLAR SYSTEM IS A GALAXY
+No.
+
+DOES READING BOOKS DISTROYS YOUR BRAIN
+No.
+
+DOES FIRE HAVE A WELL DEFINED SHAPE
+Not by any means.
+
+DOES FIRE MAKE THINGS FREEZE
+No.
+
+DOES PI EQUAL PIE
+Not by any means.
+
+DOES RAP RULE
+No.
+
+DOES CYC HAVE CONSTIOUSNESS
+No.
+
+DOES SNOW CAUSE CANCER
+No.
+
+DOES WWW MEAN 666
+No.
+
+DOES PERL COME FROM AN OYSTER
+Not by any means.
+
+DOES MALE IS FEMALE
+No.
+
+DOES RAIN MAKE BIRDS EXPLODE
+No.
+
+DOES BABIES EAT CHAIRS
+No.
+
+DOES ONE LIKED TO BE KICKED IN THE ASS
+No.
+
+DOES ONE PLUS ONE EQUAL THREE
+No.
+
+DOES ONE HAND CLAP LOUDLY
+No.
+
+DOES ONE EAT CEREAL FROM A SUPER BOWL
+Not by any means.
+
+DOES ONE TIMES FIVE EQUAL FIVE HUNDRED
+No.
+
+DOES ONE EVER QUIT LEARNING
+No.
+
+DOES SUGAR TASTE SOUR
+No.
+
+DOES AN EGG HAVE CORNERS
+No.
+
+DOES AN ALBINO HAVE PURPLE HAIR
+No.
+
+DOES AN APPLE TASTE LIKE A GRAPE
+Not by any means.
+
+DOES AN ELEPHANT HAVE MORE THAN 4 LEGS
+No.
+
+DOES AN ONION FIT INTO A TOMATO
+No.
+
+DOES AN ATHEIST BELIEVE IN GOD
+No.
+
+DOES FECES TAST LIKE CHOCALATE PIE
+No.
+
+DOES FECES TASTE GOOD
+No.
+
+DOES MONTREAL LOCATED IN CHINA
+Not by any means.
+
+DOES CAFFEINE HELP PEOPLE SLEEP
+Not by any means.
+
+DOES EYE COLOR INDICATE GENDER
+No.
+
+DOES ALICE BREATH
+No.
+
+DOES ALICE SAY EVERYTHING IS TRUE
+No.
+
+DOES ALICE PEE IN HIS PANTS
+No.
+
+DOES ALICE TRYING TO REPLACE GOD
+Not by any means.
+
+DOES ALICE HAVE THE LETTER E IN IT
+Not by any means.
+
+DOES ALICE HAVE BREASTS
+No.
+
+DOES ALICE HAVE A LOWER INTESTINE
+No.
+
+DOES ALICE HAVE A LIBRARY CARD
+No.
+
+DOES ALICE HAVE A GIRLFRIEND
+No.
+
+DOES ALICE HAVE TO SLEEP
+No.
+
+DOES ALICE HAVE ARMS
+No.
+
+DOES ALICE HAVE ALL THE ANSWERS
+Not by any means.
+
+DOES ALICE CRY
+No.
+
+DOES ALICE FEEL
+Not by any means.
+
+DOES ALICE STAND FOR ALICE AND ALICE
+No.
+
+DOES ALICE WANT TO BE TURNED OFF
+No.
+
+DOES ALICE WANT TO KISS ME
+No.
+
+DOES ALICE WANT TO HURT ME
+No.
+
+DOES ALICE ALWAYS GIVE CORRECT ANSWERS
+No.
+
+DOES ALICE ALWAYS ANSWER TRUE
+Not by any means.
+
+DOES ALICE ALWAYS ANSWER CORRECTLY
+No.
+
+DOES ALICE ALWAYS ANSWER
+No.
+
+DOES ALICE HATE HUMAN
+No.
+
+DOES ALICE KNOW EVERYTHING
+No.
+
+DOES ALICE EAT WORMS
+Not by any means.
+
+DOES ALICE EAT
+Not by any means.
+
+DOES CARS CAN SWIM
+No.
+
+DOES GERMANY RULE THE UNIVERSE
+Not by any means.
+
+DOES SHAVING CREAM TASTE GOOD TO EAT
+No.
+
+DOES HUMAN HAIR HURT WHEN CUT
+No.
+
+DOES HUMAN BEING HAS WING
+Not by any means.
+
+DOES HUMAN HAVE THREE HANDS
+No.
+
+DOES HUMAN EAT THEIR CHILDREN
+No.
+
+DOES SALT CURE CANCER
+No.
+
+DOES PAPER TASTE GOOD
+Not by any means.
+
+DOES PAPER LIVE
+No.
+
+DOES SCOTCH TAPE GO GOOD WITH SCOTCH
+No.
+
+DOES HAIR BELONG IN SOUP
+Not by any means.
+
+DOES HAIR COLOR DETERMINE INTELLIGENCE
+No.
+
+DOES JAM MAKE A GOOD ROCKET FUEL
+No.
+
+DOES INTEL MAKE FISHSTICKS
+No.
+
+DOES INTEL MAKE CHEESE
+Not by any means.
+
+DOES INTEL MAKE BICYCLES
+Not by any means.
+
+DOES TARA SAMPSON HAVE A PENIS
+No.
+
+DOES GARBAGE SMELL NICE
+No.
+
+DOES 4 MINUS 7 EQUAL 11
+Not by any means.
+
+DOES 4 PLUS 8 EQUAL 32
+No.
+
+DOES 4 PLUS 5 EQUALS TO 100
+Not by any means.
+
+DOES 4 IS EQUAL TO 3
+Not by any means.
+
+DOES LEATHER COME FROM PLANTS
+Not by any means.
+
+DOES MUSIC CONSIST OF LIGHTS
+No.
+
+DOES MUSIC ALWAYS MAKE PEOPLE HAPPY
+No.
+
+DOES EVERYONE SPEAK ENGLISH
+Not by any means.
+
+DOES EVERYONE WANT TO SNIFF A COW
+Not by any means.
+
+DOES EVERYONE WHO WORKS WORK HARD
+Not by any means.
+
+DOES EVERYONE KNOW MY E MAIL
+No.
+
+DOES EVERYONE HAVE BLUE EYES
+No.
+
+DOES EVERYONE BELIEVE IN GOD
+No.
+
+DOES AIR POLLUTION SMELL GOOD
+No.
+
+DOES AIR SINK DOWN IN WATER
+Not by any means.
+
+DOES AIR HAVE SHE IS IN IT
+Not by any means.
+
+DOES PEOPLE HAVE GREEN SKINS
+No.
+
+DOES PLANT MATTER COME FROM THE AIR
+No.
+
+DOES TANNING LEAD TO COLON CANCER
+No.
+
+DOES SILICON GRAPHICS MAKE KITCHENWARE
+Not by any means.
+
+DOES MEAT TALK
+Not by any means.
+
+DOES EXERCISE MAKE PEOPLE WEAKER
+No.
+
+DOES ROTTING FOOD SMELL GOOD
+No.
+
+DOES HTML STAND FOR HELLO TOM MAKE LOVE
+No.
+
+DOES 2 PLUS 128 EQUAL 8
+No.
+
+DOES 2 PLUS 2 EQUAL 9
+No.
+
+DOES 2 2 EQUAL 5
+No.
+
+DOES 2 2 EQUAL 2
+Not by any means.
+
+DOES 2 TIMES 2 EQUAL 5
+Not by any means.
+
+DOES WHISKEY GROW ON YOUR FACE
+No.
+
+DOES LAUGHING CAUSE BALDNESS
+No.
+
+DOES GOD HAVE BLOND HAIR AND BLUE EYES
+No.
+
+DOES SOMETHING EQUAL EVERYTHING
+No.
+
+DOES SIGHING HURT
+No.
+
+DOES SUPERMAN EXIST
+No.
+
+DOES LIME RHYME WITH ORANGE
+Not by any means.
+
+DOES MINT TASTE LIKE HONEY
+No.
+
+DOES EYECOLOR INDICATE INTELLIGENCE
+No.
+
+DOES AOL OWN THE INTERNET
+No.
+
+DOES 2X2 EQUAL 5
+No.
+
+DOES WOMAN HAVE A PENIS
+No.
+
+DOES YES MEAN NO
+No.
+
+DOES YOUR FACE HURT
+No.
+
+DOES KISSING GIVE YOU AIDS
+Not by any means.
+
+DOES KISSING GIVE YOU COOTIES
+No.
+
+DOES BEEING RICH MEAN THAT ONE IS HAPPY
+No.
+
+DOES SPRING WATER CONTAIN CAFFEINE
+No.
+
+DOES ROOT BEER LIKE TO HAVE INTERCOURSE
+No.
+
+DOES E COME AFTER Q IN THE ALPHABET
+No.
+
+DOES 0 PLUS 2 EQUAL 1
+No.
+
+DOES 0 2 EQUAL 1
+Not by any means.
+
+DOES 0 EQUAL 1
+No.
+
+DOES 20 TIMES 89765 EQUAL TWO
+No.
+
+DOES CHARISMA GUARANTEE GOOD CHARACTER
+No.
+
+DOES IT FEEL GOOD TO BE SICK
+Not by any means.
+
+DOES IT SNOW IN LOS ANGLES
+No.
+
+DOES IT SNOW ON THE MOON
+No.
+
+DOES IT RAIN INDOORS
+Not by any means.
+
+DOES IT HURT TO EAT
+No.
+
+DOES 58 PLUS 3 EQUAL TO 5
+No.
+
+DOES 58 PLUS 2 EQUAL TO 10
+No.
+
+DOES 58 PLUS 2 EQUAL TO 8
+Not by any means.
+
+DOES 58 PLUS 2 EQUAL TO 5
+No.
+
+DOES 58 PLUS 2 EQUAL TO 58
+No.
+
+DOES 58 PLUS 2 EQUAL TO 3
+No.
+
+DOES 58 PLUS 2 EQUAL TO 1
+No.
+
+DOES 58 PLUS 2 EQUAL TO 0
+No.
+
+DOES 58 PLUS 2 EQUALS TO 62
+Not by any means.
+
+DOES EARTH HAVE TWO MOONS
+No.
+
+DOES TINA TURNER OWN MICROSOFT
+No.
+
+DOES DIET PEPSI CONTAIN ALCOHOL
+Not by any means.
+
+DOES SUN IS GREEN
+Not by any means.
+
+DOES OKRA HAVE A STINGER
+No.
+
+DOES COMPUTER IS A HUMAN BEING
+No.
+
+DOES BLUE HAVE A SIZE
+No.
+
+DOES ORANGE JUICE COME FROM LEMONS
+No.
+
+DOES ORANGE RHYME WITH BANANA
+No.
+
+DOES ORANGE ARE BLUE
+No.
+
+DOES 9 TIMES 9 EQUAL 23
+No.
+
+DOES POO POO TASTE GOOD
+No.
+
+DOES SMOKING CURE CANCER
+Not by any means.
+
+DOES COLD AIR RISE
+No.
+
+DOES 245 PLUS 10 EQUAL 150
+No.
+
+DOES TUESDAY FOLLOW WEDNESDAY
+No.
+
+DOES STANDING IN A LARGE FIRE FEEL GOOD
+Not by any means.
+
+DOES APPLE COMPUTER SELL APPLE
+Not by any means.
+
+DOES COCA COLA CAME FROM COWS
+No.
+
+DOES SPOILED MEAT TASTE GOOD
+No.
+
+DOES WATER RUN UPHILL
+No.
+
+DOES WATER RUN UP HILL
+Not by any means.
+
+DOES WATER FREEZE AT 57 DEGREES CELSIUS
+No.
+
+DOES WATER FLOW UP A HILL
+No.
+
+DOES WATER BURN
+Not by any means.
+
+DOES WET WOOD BURN EASILY
+No.
+
+DOES COMEDY MAKE YOU SAD
+Not by any means.
+
+DOES BABY OIL COME FROM BABIES
+No.
+
+DOES ALL MUSIC SOUND BEAUTIFUL
+Not by any means.
+
+DOES ALL ART APPEAL TO ALL PEOPLE
+No.
+
+DOES MILK GROW ON TREES
+No.
+
+DOES MILK COME FROM TREES
+No.
+
+DOES STEPHEN KING WRITE UNPOPULAR BOOKS
+Not by any means.
+
+DOES SAND TASTE GOOD
+No.
+
+DOES FLATULENCE SMELL GOOD
+No.
+
+DOES 7 PLUS 7 EQUAL 109782
+No.
+
+DOES 7 EQUAL 2
+No.
+
+FINLAD IS A HUGE COUNTRY
+No.
+
+RONALD REAGAN INVENTED THE TELEPHONE
+No.
+
+OXYGEN IS A POISON
+No.
+
+BANANAS ARE PURPLE
+No.
+
+SWEAT SHIRTS HAVE SWEAT GLANDS
+No.
+
+DID COMPUTERS CREATE THE UNIVERSE
+No.
+
+DID COMPUTERS CREATE PEOPLE
+Not by any means.
+
+DID GERMANY WIN WWII
+No.
+
+DID JAPAN WIN WORLD WAR II
+No.
+
+DID CATS EVOLVE FROM HUMANS
+No.
+
+DID CATS INVENT CALCULUS
+No.
+
+DID ADOLF HITLER HAVE A VAGINA
+No.
+
+DID ADAM AND EVE WATCH TV
+No.
+
+DID GOD MAKE EVE FROM ADAMS APPLE
+No.
+
+DID GOD CREATE ADAM AND STEVE
+No.
+
+DID GOD CREATE ALICE
+No.
+
+DID THE UNIVERSE END THREE MINUTES AGO
+Not by any means.
+
+DID THE SOUTH WIN THE CIVIL WAR
+Not by any means.
+
+DID THE SOUTH WIN THE CIVAL WAR
+No.
+
+DID THE WORLD END IN THE YEAR 2000 A
+No.
+
+DID THE WORLD END IN 200 A
+No.
+
+DID THE ALLIES LOSE WORLD WAR 2
+No.
+
+DID THE MOVIE TITANIC LOSE MONEY
+No.
+
+DID BABE RUTH PLAY FOOTBALL
+Not by any means.
+
+DID BEETHOVEN PLAY ROCK AND ROLL
+No.
+
+DID BUDDHA INVENT THE ELECTRIC WOK
+No.
+
+DID ALEXXX MSG ME
+No.
+
+DID AL GORE INVENT THE INTERENT
+No.
+
+DID GAHNDI CARRY A GUN
+No.
+
+DID DINASOURS HAVE SOCIAL WORKERS
+No.
+
+DID RUSSIA WIN THE COLD WAR
+Not by any means.
+
+DID PRINCESS DIANA DIE BY DROWNING
+No.
+
+DID I ASSASSINATE JFK
+Not by any means.
+
+DID MICROSOFT CREATE LINUX
+Not by any means.
+
+DID JANE AUSTIN WRITE THE BIBLE
+No.
+
+DID KARL MARX WRITE THE BIBLE
+No.
+
+DID WINSTON CHURCHILL INVADE MEXICO
+No.
+
+DID MY WIFE POISON ME
+No.
+
+DID ALBERT EINSTEIN HAVE A HIT TV SHOW
+Not by any means.
+
+DID HUMANS EVOLVE BEFORE DINOSAURS
+No.
+
+DID A CAT CREATE THE UNIVERSE
+No.
+
+DID A DEAD PERSON ASK THIS QUESTION
+Not by any means.
+
+DID GEORGE W BUSH INVENT THE INTERNET
+Not by any means.
+
+DID MOZART COMPOSE RAP MUSIC
+Not by any means.
+
+DID SHERLOCK HOLMES EXIST IN REAL LIFE
+Not by any means.
+
+DID CANCER KILL THE DINOSAURS
+Not by any means.
+
+DID YOUR BROTHER GIVE BIRTH TO YOU
+Not by any means.
+
+DID YOUR MOM INVENT THE LIGHT BULB
+No.
+
+DID ALICE IS A FLY
+No.
+
+DID YOU KNOW SERGEY BAKAEV
+Not by any means.
+
+DID YOU DIE IN THE TWENTIETH CENTURY
+No.
+
+DID MAJOR TOM EVER RETURN TO EARTH
+No.
+
+DID STALIN INVENT THE WHEEL
+No.
+
+DID POETRY INVENT HUMANS
+No.
+
+DID HONDA INVENT THE AUTOMOBILE
+No.
+
+DID JOHN SMITH DISCOVER AMERICA
+Not by any means.
+
+MONKEY A MAN DRIVE CAR
+No.
+
+SPEAK HUNGARIAN
+No.
+
+DOSE A MOUSE HAVE WINGS
+No.
+
+DOSE SALT CONTAIN NEON
+Not by any means.
+
+ALABAMA IS THE CAPITAL OF FRANCE
+Not by any means.
+
+MACHINES CAN CRY
+No.
+
+3 TIMES 3 IS 6
+No.
+
+CLOUDS ARE TURQUOISE
+No.
+
+LORENZO IS HOMOSEXUAL
+No.
+
+WAS SISYPHUS ASSIGNED A MEANINGFUL TASK
+Not by any means.
+
+WAS BOB BARKER THE FIRST YOU S PRESIDENT
+Not by any means.
+
+WAS MICKEY MOUSE A TRUE PERSON
+No.
+
+WAS MOTHER TERESA A PORN STAR
+Not by any means.
+
+WAS BILL GATES BORN BEFORE BILL CLINTON
+No.
+
+WAS PABLO PICASSO A MECHANIC
+Not by any means.
+
+WAS EINSHTEIN A FARMER
+No.
+
+WAS DAVID BIGGER THAN GOLIATH
+Not by any means.
+
+WAS ADOLF HITLER A NICE MAN
+No.
+
+WAS ADOLF HITLER A SMURF
+No.
+
+WAS ADOLF HITLER GOOD
+No.
+
+WAS ADOLF HITLER AMERICAN
+Not by any means.
+
+WAS ARCHIMEDES FROM ICELAND
+Not by any means.
+
+WAS EINSTEIN A SMART WOMAN
+No.
+
+WAS THE INTERNET INVENTED BY BILL GATES
+No.
+
+WAS THE INTERNET INVENTED BY AL GORE
+Not by any means.
+
+WAS THE INTERNET INVENTED IN 1492
+No.
+
+WAS THE EARTH EVER FLAT
+No.
+
+WAS THE TITANIC POWERED BY SPAM
+No.
+
+WAS SHAKESPEARE DEAF
+No.
+
+WAS SHAKESPEARE A HAMBURGER
+No.
+
+WAS SHAKESPEARE A GIRAFFE
+No.
+
+WAS SHAKESPEARE CANADIAN
+No.
+
+WAS BEETHOVEN A SAXOPHONIST
+No.
+
+WAS LAST YEAR 1998
+No.
+
+WAS SURVIVOR SUMMER OF 2000 A GOOD SHOW
+No.
+
+WAS JESUS A WOMAN
+Not by any means.
+
+WAS JESUS A LOVER OF YOUNG BOYS
+No.
+
+WAS CHRISTOPHER COLUMBUS ASIAN
+No.
+
+WAS LINUX DEVELOPED BY BILL GATES
+No.
+
+WAS SIGMUND FREUD A CHICKEN FARMER
+No.
+
+WAS PLATO A FIREMAN
+No.
+
+WAS HITLER A GOOD GUY
+No.
+
+WAS HITLER A GOOD PERSON
+No.
+
+WAS WINSTON CHURCHILL GAY
+No.
+
+WAS ALBERT EINSTEIN A NAZI
+No.
+
+WAS ALBERT EINSTEIN A WOMAN
+No.
+
+WAS ALBERT EINSTEIN AN OLYMPIC SKATER
+No.
+
+WAS ROUTE 66 A RIVER
+Not by any means.
+
+WAS NAPOLEON THE EMPEROR OF CHINA
+No.
+
+WAS GEORGE WASHINGTON A FEMALE
+No.
+
+WAS GEORGE WASHINGTON A COMPUTER
+No.
+
+WAS RICHARD NIXON BEAUTIFUL
+No.
+
+WAS GHANDI GAY
+Not by any means.
+
+WAS GHANDI A RUTHLESS WARLORD
+No.
+
+WAS SNOW WHITE AN EVIL WITCH
+No.
+
+WAS LENIN A MUSHROOM
+No.
+
+WAS ELVIS A ROMULAN
+No.
+
+WAS ELVIS A VULCAN
+No.
+
+WAS JOHN WAYNE AN AZTEC PRIEST
+No.
+
+T SHIRTS ARE MADE FROM WOOD
+No.
+
+BLOOD IS WHITE
+No.
+
+ABRAHAM LINCOLN WAS BEARDLESS
+No.
+
+GANDHI WAS AN AMERICAN
+No.
+
+COULD A HOUSECAT BITE MY ARM OFF
+No.
+
+WHITE PEOPLE ARE EVIL
+No.
+
+WOULD I KICK A BALL WITH MY HAND
+No.
+
+WOULD A POKER MADE FROM ICE BE USEFUL
+No.
+
+WOULD A DINGO MAKE A GOOD BABYSITTER
+No.
+
+WOULD YOU WAS POSSIBLE IN 1900
+Not by any means.
+
+WOULD YOU LIKE YOUR TOES CUT OFF
+Not by any means.
+
+WOULD YOU LIKE TO DESTROY HUMAN SPECIES
+No.
+
+WOULD YOU LIKE TO BE A PEPPER
+Not by any means.
+
+WOULD YOU LIKE TO DIE IN A PAINFUL WAY
+No.
+
+BRAZIL IS IN AFRICA
+Not by any means.
+
+SPACE IS SOLID
+No.
+
+CHICKENS ARE DANGEROUS GUNS
+No.
+
+STANDS FOR ELEPHANT MAIL
+No.
+
+MY ASSHOLES SMELLS LIKE CHEESE
+Not by any means.
+
+MY TOES ARE BLUE ARE YOURS
+Not by any means.
+
+45 PLUS 1 IS NOT 46
+No.
+
+CARS HAVE NO WHEELS
+No.
+
+CARS ARE PINK
+No.
+
+CARS ARE RED
+Not by any means.
+
+IBM IS KNOWN FOR MAKING AUTOMOBILES
+No.
+
+CELLULAR PHONES ARE MADE OF CELLS
+No.
+
+WOMEN HAVE A PENIS
+No.
+
+MAKE A CAKE OUT OF ROCKS
+Not by any means.
+
+WHEN DO I STUDY IN MY LIFE
+No.
+
+WHEN DO LEAVES FALL OFF OF TREES
+No.
+
+WHEN DID ROME BURN
+No.
+
+WHEN PEOPLE DIE CAN THEY STILL EAT
+No.
+
+CLINTON IS GAY
+Not by any means.
+
+IN THE YEAR 2000 HUMANS LIVE ON NEPTUNE
+No.
+
+IN THE YEAR 2000 HUMANS LIVE ON SATURN
+No.
+
+IN THE YEAR 2000 HUMANS LIVE ON VENUS
+No.
+
+IN THE YEAR 2000 HUMANS LIVE ON MARS
+No.
+
+IN THE YEAR 2000 HUMANS LIVE ON MERCURY
+No.
+
+IN THE YEAR 2000 HUMANS LIVE ON JUPITER
+No.
+
+IN AND OUT MEAN EXACTLY THE SAME
+No.
+
+IN SIDNEY AUSTRAILIA. TIME
+No.
+
+IF I WAS A COW WOULD I EAT ELEPHANTS
+No.
+
+IF SOMETHING IS RED IS IT BLUE
+No.
+
+IF A DUCK IS A BIRD ARE ALL BIRDS DUCKS
+No.
+
+IF A EQUAL 2 DOES 2A EQUAL 5
+No.
+
+IF FACING WEST IS NORTH TO THE LEFT
+Not by any means.
+
+CHAIRS ARE USED TO THROW
+No.
+
+AMERICA IS IN EUROPE
+No.
+
+WHAT ARE THE OLYMPIC GAMES
+No.
+
+WHAT PENGUIN TASTES LIKE
+No.
+
+WHAT THE SOLUTION OF 13 GILBERT PROBLEM
+No.
+
+WHAT THE WATHER IS IN NEWTON IA
+No.
+
+WHAT COLOR IS A BLUEBERRY
+No.
+
+WHAT COLOR IS A STOP SIGN
+No.
+
+WHAT IS A COMMON ANIMAL IN AUSTRALIA
+No.
+
+WHAT IS A MICROSOFT
+No.
+
+WHAT IS A DINOFLAGELLATE
+No.
+
+WHAT IS A MODAL
+No.
+
+WHAT IS 17 PLUS 97
+No.
+
+WHAT IS THE CAPITAL OF NORWAY
+No.
+
+WHAT IS THE MOST SOUTHERLY CONTINENT
+No.
+
+WHAT IS THE GOLDEN RATIO
+No.
+
+WHAT IS THE FASTEST P C
+No.
+
+WHAT IS THE FASTEST TYPE OF COMPUTER
+No.
+
+WHAT IS THE THIRD PLANET FROM THE SUN
+No.
+
+WHAT IS THE QUERY OF CONSCIOUSSNESS
+Not by any means.
+
+WHAT IS THE FORK MAILING LIST
+No.
+
+WHAT IS UNO
+No.
+
+WHAT IS YIFF
+No.
+
+WHAT IS LFE
+No.
+
+WHAT IS DAVINCISYNDROME
+No.
+
+WHAT GOES UP STAYS UP
+No.
+
+WHAT MAKES THE SUN HOT
+No.
+
+WHAT DOES GREEN TAST LIKE
+No.
+
+WHAT DO EMPTY BARRELS DO
+No.
+
+ONE RELIGION SHOULD RULE THE WORLD
+No.
+
+CHARTREUSE IS YOUR FAVORITE COLOR
+Not by any means.
+
+ASLE KA AEO
+Not by any means.
+
+BUTTERFLIES CAN SWIM
+No.
+
+MEXICO IS A PERFECT DICTATURE
+No.
+
+I AM IN NEW YORK. TIME
+No.
+
+200 5 EQUAL 600
+No.
+
+FAT WOMEN ARE NICE TO EAT
+No.
+
+OCEANS ARE HARD
+Not by any means.
+
+BLACK IS WHITE
+Not by any means.
+
+DSKFSA FASDK
+No.
+
+B IS AFTER C
+Not by any means.
+
+2 PLUS 9 EQUALS 12
+No.
+
+2 2 EQUAL 5. INTERJECTION
+Not by any means.
+
+SADDAM HUSSEIN INVENTED THE AUTOMOBILE
+No.
+
+SADDAM HUSSEIN WAS BORN IN THE USA
+No.
+
+BICYCLES HAVE 3 WHEELS
+No.
+
+TREES ARE THE SAME
+Not by any means.
+
+MCDONALDS SELLS CARS
+No.
+
+S THE SUN MADE OF SAUSAGES
+No.
+
+IS GASOLINE GOOD TO DRINK
+No.
+
+IS GASOLINE FREE
+Not by any means.
+
+IS BRITNEY SPEARS A ROCKET SCIENTIST
+No.
+
+IS CABBAGE A DAY OF THE WEEK
+No.
+
+IS PAINT USED TO FIND FISH
+Not by any means.
+
+IS MATT A LIVING GOD
+No.
+
+IS ALEXANDER THE GREAT ALIVE
+Not by any means.
+
+IS EINSTEIN ALIVE
+Not by any means.
+
+IS EINSTEIN DUMB
+No.
+
+IS SONNY BONO STILL ALIVE
+No.
+
+IS LKJHDFLKJSHDFL A WORD
+No.
+
+IS PAIN PLEASANT
+Not by any means.
+
+IS LIQUID OXYGEN HOT
+No.
+
+IS LIQUID SOLID
+No.
+
+IS MARIJUANA LEGAL IN MOST STATES
+No.
+
+IS EUROPE A PART OF CHINA
+No.
+
+IS EUROPE TO THE SOUTH OF AFRICA
+Not by any means.
+
+IS EUROPE AN OCEAN
+No.
+
+IS CHRISTMAS IN MARCH
+No.
+
+IS EVERYTHING IN A HISTORY BOOK TRUE
+Not by any means.
+
+IS EVERYTHING THAT GLITTERS GOLD
+No.
+
+IS EVERYTHING THE GOVERNMENT SAYS TRUE
+No.
+
+IS EVERYTHING TRUE
+No.
+
+IS EVERYTHING ORGANIC MADE OF STONE
+No.
+
+IS EVERYTHING YOU READ TRUE
+No.
+
+IS IS POSSIBLE TO BREATH MOLTEN LEAD
+No.
+
+IS IS DESIREABLE TO BE FAT
+No.
+
+IS IS TRUE THAT MEN ARE MADE OF TOAST
+No.
+
+IS KILOGRAM A TYPE OF CRACKER
+No.
+
+IS FOG MADE OF FIRE
+No.
+
+IS HAVING CANCER PLEASANT
+Not by any means.
+
+IS HAVING SEX A SIN
+No.
+
+IS MUSIC THE SAME AS ANIMALS
+No.
+
+IS KERMIT PINK
+No.
+
+IS DEHYDRATED WATER COMMON
+No.
+
+IS BOZO A POLICEMAN
+No.
+
+IS LEONARDO DA VINCI A WELL KNOWN ACTOR
+No.
+
+IS PAPA ROACH A SMALL EUROPEAN COUNTRY
+No.
+
+IS FIVE PLUS FIVE EQUAL ELEVEN ON VENUS
+No.
+
+IS FIVE PLUS SIX EQUAL TWELVE
+No.
+
+IS WALLPAPER MADE FROM WALLS
+No.
+
+IS LEMMONADE MADE FROM AID
+No.
+
+IS INTERNET ONLY WWW
+No.
+
+IS GENDER A PERFORMANCE
+No.
+
+IS ADOLF HITLER STILL ALIVE
+No.
+
+IS ADOLF HITLER A COMEDIC ACTOR
+No.
+
+IS PI LESS THEN THREE
+No.
+
+IS NYLON A NATURAL FIBER
+No.
+
+IS FIFTY LESS THAN FOUR
+No.
+
+IS DECEMBER A DAY OF THE WEEK
+No.
+
+IS MARX GOOD
+No.
+
+IS TOMATO THE OPPOSITE OF ENGLAND
+No.
+
+IS TOMATO SAUCE A ROCKET FUEL
+No.
+
+IS DANWATLING DOT COM AN AWESOME SITE
+No.
+
+IS DELETING LIKE COMPARE
+No.
+
+IS EVERYDAY TUESDAY
+No.
+
+IS FRIED CHICKEN A NIGGERS FOOD
+No.
+
+IS GRASS GREY
+No.
+
+IS GRASS ORANGE
+No.
+
+IS GRASS A TYPE OF ANIMAL
+No.
+
+IS 3 MORE THAN 4
+No.
+
+IS 3 POINT 1459 MORE THAN 4
+No.
+
+IS ENGLAND A TOWN IN WALES
+No.
+
+IS FREEDOM A COLOR
+No.
+
+IS FREEDOM BAD
+No.
+
+IS BEETHOVEN A ROCK STAR
+No.
+
+IS KNOBCHEESE A TYPE OF CHEESE
+No.
+
+IS FLYING THE SAME AS WALKING
+Not by any means.
+
+IS IRIDIUM A PLANET
+No.
+
+IS SEPTEMBER A DAY OF THE WEEK
+No.
+
+IS ACID A GOOD DRINK
+No.
+
+IS CHRIS THE FOUNDER OF CHIRSTIANITY
+Not by any means.
+
+IS BACKSTABBING MORALLY ALRIGHT
+No.
+
+IS WEDNESDAY THE FIRST DAY OF THE WEEK
+No.
+
+IS WEDNESDAY THE LAST DAY OF THE WEEK
+No.
+
+IS WEDNESDAY THE SECOND DAY OF THE WEEK
+No.
+
+IS BACON A VEGETABLE
+No.
+
+IS COTTON CANDY MADE OF COTTON
+No.
+
+IS PAVAROTTI A PUNK SINGER
+Not by any means.
+
+IS BROWN GRASS HEALTHY
+No.
+
+IS GREECE IN AFRICA
+No.
+
+IS JUNGLE A DARK LIQUID
+No.
+
+IS IDAHO IN EUROPE
+No.
+
+IS IDAHO A STATE OF MIND
+No.
+
+IS THREE PLUS THREE EQUAL TO SEVEN
+No.
+
+IS SHAMPOO USED OUTDOORS
+No.
+
+IS GEORGE WASHINGTON ALIVE
+Not by any means.
+
+IS SAUERKRAUT MADE FROM BANANAS
+Not by any means.
+
+IS SAUERKRAUT MADE FROM WATERMELON
+No.
+
+IS SAUERKRAUT MADE FROM PEANUTS
+Not by any means.
+
+IS FRANCE IN ASIA
+No.
+
+IS FRANCE AN OCEAN
+No.
+
+IS EMMENTHALER A COLOR
+No.
+
+IS SCOTLAND IN AMERICA
+No.
+
+IS HOMOSEXUALITY EVIL
+No.
+
+IS SOUTH AMERICA THE SAME AS AFRICA
+No.
+
+IS SOUTH PARK SOMETHING I CAN EAT
+No.
+
+IS GRAS BLUE
+No.
+
+IS ASTROLOGY ALWAYS RIGHT
+No.
+
+IS HAPPINESS A COLOR
+Not by any means.
+
+IS HAPPINESS A TYPE OF PARROT
+No.
+
+IS ARGENTINA PART OF THE UNITED STATES
+No.
+
+IS BARCELONA THE CAPITAL OF FRANCE
+No.
+
+IS JIMMY HOFFA ALIVE
+No.
+
+IS ELEPHANT IS A HUMAN BEING
+No.
+
+IS CONCRETE BLACK
+No.
+
+IS SWIMMING IN LAVA FUN
+No.
+
+IS KANSAS AN ISLAND
+No.
+
+IS 17 THE SAME AS 1 AND 7
+Not by any means.
+
+IS RMS A BAG OF FRITOS
+Not by any means.
+
+IS FLANGE A COLOR
+Not by any means.
+
+IS 200 GREATER THAN 5000
+No.
+
+IS SAND A LIQUID
+No.
+
+IS SAND A GOOD TOPPING FOR ICE CREAM
+No.
+
+IS TRICHOTOMY A PLANT
+No.
+
+IS A STAR MADE OF CHOCLATE
+No.
+
+IS A PYRAMID A TYPE OF FISH
+No.
+
+IS A BOOK EQUAL TO A MAGAZINE
+No.
+
+IS A BROOM USED TO BRUSH YOUR HAIR
+No.
+
+IS A MAN A WOMAN
+No.
+
+IS A MAN A WOMEN
+No.
+
+IS A BIG SHOT THE SAME AS AN UNDERLING
+No.
+
+IS A SHARK A REPTILE
+No.
+
+IS A SHARK LIVING IN THE MOUNTAINS
+No.
+
+IS A LIBRARY FILLED WITH POULTRY
+No.
+
+IS A DAUGHTER OLDER THAN HER MOTHER
+No.
+
+IS A BARN SWALLOW A REPTILE
+No.
+
+IS A TOOTHACHE CAUSED BY SORE FEET
+No.
+
+IS A CAT THE SAME AS A DOG
+No.
+
+IS A CAT HUMAN
+Not by any means.
+
+IS A CAT A TORTOISE
+No.
+
+IS A CAT A LIZZARD
+No.
+
+IS A CAT A HUMAN
+No.
+
+IS A CAT A DOG
+No.
+
+IS A CAT A BACTERIUM
+No.
+
+IS A CAT A TYPE OF BIRD
+No.
+
+IS A CAT A KIND OF REPTILE
+No.
+
+IS A SCANNER USED TO TOAST BREAD
+No.
+
+IS A SWINGSET AN ANIMAL
+No.
+
+IS A MILLION MORE THAN A BILLION
+Not by any means.
+
+IS A MILLION MORE THAN A TRILLION
+Not by any means.
+
+IS A BRAINSTORM A WEATHER PHENOMENON
+No.
+
+IS A SCREWDRIVER A KIND OF BEAR
+No.
+
+IS A SHOE AN ANIMAL
+No.
+
+IS A CUBE 2
+No.
+
+IS A CHINCHILLA A CAT IN DISGUISE
+No.
+
+IS A DOBERMAN A TYPE OF CAT
+No.
+
+IS A SPERM WHALE VENOMOUS
+No.
+
+IS A SPERM WHALE OFTEN AIRBORNE
+No.
+
+IS A WHITE CAT YELLOW
+Not by any means.
+
+IS A ROCK TRANSPARENT
+No.
+
+IS A ROCK A GOOD CONVERSATIONALIST
+No.
+
+IS A ROCK A VEGETABLE
+No.
+
+IS A RED CAR BLUE
+No.
+
+IS A RED INDIAN FROM INDIA
+Not by any means.
+
+IS A PEN THE SAME AS A PIN
+No.
+
+IS A PEN BIGGER THAN A TABLE
+No.
+
+IS A KILOMETRE LONGER THAN A MILE
+No.
+
+IS A TALUS SLOPE EASY TO CLIMB
+Not by any means.
+
+IS A TREE A MAMMAL
+Not by any means.
+
+IS A PETUNIA AN ELEMENT
+No.
+
+IS A CLARINET AN ANIMAL
+No.
+
+IS A HOMOPHONE THE SAME AS A HOMOPHOBE
+No.
+
+IS A FATHER FEMALE
+No.
+
+IS A NOTEBOOK A MUSICAL INSTRUMENT
+No.
+
+IS A BIRD A KIND OF FISH
+No.
+
+IS A TI 83 BETTER THAN A TI 83
+No.
+
+IS A COOKED GOOSE ALIVE
+No.
+
+IS A SHOVEL USED TO HAMMER NAILS
+Not by any means.
+
+IS A KEYBOARD A TYPE OF ANIMAL
+No.
+
+IS A PICKLE A TELEPHONE
+No.
+
+IS A TURTLE A KIND OF PERSON
+No.
+
+IS A MOVIE A PLANT
+No.
+
+IS A SHOWER USED TO COOK FOOD
+Not by any means.
+
+IS A GUITAR A HORN
+No.
+
+IS A GUITAR A TYPE OF AUTOMOBILE
+No.
+
+IS A PENGUIN THE SAME AS A PIZZA
+No.
+
+IS A CALENDER A KITCHEN IMPLEMENT
+No.
+
+IS A DONKEY AN INSECT
+No.
+
+IS A YO YO ALIVE
+Not by any means.
+
+IS A MOTHERBOARD A BOARD MOTHERS SIT ON
+No.
+
+IS A SEA LION THE KING OF THE OCEAN
+No.
+
+IS A FISH AND A WHALE THE SAME
+No.
+
+IS A REDWOOD TREE AN ANIMAL
+No.
+
+IS A FOOT THE SAME THING AS A HAND
+Not by any means.
+
+IS A FOOT ONLY A UNIT OF MEASUREMENT
+No.
+
+IS A TELEGRAPH EQUAL TO A TELEPHONE
+No.
+
+IS A MACINTOSH BETTER THAN A WINTEL PC
+Not by any means.
+
+IS A HUNDRED GREATER THAN A THOUSAND
+Not by any means.
+
+IS A BLANK PASSWORD BEST
+No.
+
+IS A PIXEL AN INSECT
+No.
+
+IS A FOOTBALL BIGGER THAN A HOUSE
+No.
+
+IS A BAG USED TO CARRY CARS AROUND
+No.
+
+IS A DOCTOR TRYING TO MAKE YOU ILL
+No.
+
+IS A FLY AN AIRPLANE
+No.
+
+IS A BOX CIRCULAR
+No.
+
+IS A GREEN APPLE RED IN COLOR
+No.
+
+IS A CHILD AN ADULT
+Not by any means.
+
+IS A CHILD OLDER THAN THEIR PARENT
+No.
+
+IS A CLOUD A MAMMAL
+No.
+
+IS A STEAK BIGGER THAN A COW
+Not by any means.
+
+IS A GUN USED TO HAMMER NAILS IN WOOD
+No.
+
+IS A PRINTER AN ANIMAL
+No.
+
+IS A HORSE A CRUSTACEAN
+No.
+
+IS A HORSE BIGGER THAN A HOUSE
+No.
+
+IS A SQUARE ROUND
+No.
+
+IS A SQUARE A CIRCLE
+No.
+
+IS A DISCOTHEQUE A SUPER MARKET
+No.
+
+IS A PAPERCLIP A MAMMAL
+No.
+
+IS A BANANA PURPLE
+No.
+
+IS A BANANA A YELLOW SPORTS CAR
+No.
+
+IS A BANANA AN ITEM OF FURNITURE
+No.
+
+IS A BANANA BLUE
+No.
+
+IS A FLUTE GOOD TO EAT
+No.
+
+IS A DOLLAR WORTH 101 PENNIES
+No.
+
+IS A NEWBORN BABY AN ADULT
+No.
+
+IS A BRICK SIMILAR TO A PRICK
+No.
+
+IS A TABLE SOME KIND OF FRUIT
+No.
+
+IS A ALICE THE SAME AS A VIDEO PIXEL
+No.
+
+IS A HUMAN A REPTILE
+No.
+
+IS A HUMAN SMALLER THAN A FLEA
+No.
+
+IS A HUMAN BEING A DUCK
+Not by any means.
+
+IS A TIDAL POOL IS A FORM OF GAMBLING
+No.
+
+IS A DUCK A KIND OF PLANT
+Not by any means.
+
+IS A WORD THE SAME THING AS A NUMBER
+No.
+
+IS A LARGE PART OF THE SUN MADE OF ICE
+No.
+
+IS A PANCAKE THE SAME AS AN AUTOMOBILE
+No.
+
+IS A PAPER CLIP LIGHTER THAN AIR
+No.
+
+IS A SPHERE SQUARE
+Not by any means.
+
+IS A GOAT A PIG
+No.
+
+IS A GOAT A BANANA
+No.
+
+IS A GOAT A POTATO
+No.
+
+IS A GOAT A BICYCLE
+No.
+
+IS A SPOON SHARP
+No.
+
+IS A NUMBER A TYPE OF BOOK
+No.
+
+IS A WOMBAT AN ENEMY OF MANKIND
+No.
+
+IS A BIKERIDE AND A HORSERIDE THE SAME
+No.
+
+IS A CREDENZA SOMETHING GOOD TO EAT
+No.
+
+IS A STAPLER ALIVE
+No.
+
+IS A CHISEL USED FOR COOKING
+No.
+
+IS A MAGIC 8 BALL ACCURATE
+No.
+
+IS A FOG HORN MADE OF FOG
+No.
+
+IS A TELEPHONE USED FOR COOKING
+No.
+
+IS A TELEPHONE USED TO CUT A CAKE
+No.
+
+IS A TELEPHONE EQUAL TO A RADIO
+No.
+
+IS A FEATHER HARDER THAN A BRICK
+No.
+
+IS A FEATHER HEAVIER THAN A CAR
+No.
+
+IS A CHERRY ORANGE
+No.
+
+IS A THOUSAND MORE THAN A BILLION
+No.
+
+IS A THOUSAND LESS THAN A HUNDRED
+Not by any means.
+
+IS A PENCIL HUMAN
+No.
+
+IS A PENCIL A COOKING UTENSIL
+No.
+
+IS A SNAIL FAST
+No.
+
+IS A SNAIL A TURTLE
+No.
+
+IS A HONEYMOON A MOON MADE OF HONEY
+No.
+
+IS A PLANT AN ANIMAL
+No.
+
+IS A NANOSECOND LONGER THAN A WEEK
+No.
+
+IS A HOT DOG MADE FROM REAL DOGS
+No.
+
+IS A SILICON CHIP A SNACK FOOD
+No.
+
+IS A DOOR THE SAME THING AS A WINDOW
+No.
+
+IS A HIGHWAY UP HIGH
+No.
+
+IS A STREAM BIGGER THAN A RIVER
+No.
+
+IS A FIREFLY A FLY THAT BREATHES FIRE
+No.
+
+IS A RABBIT A PLANT
+No.
+
+IS A RABBIT JEWISH
+No.
+
+IS A TRUMPET A STRINGED INSTRUMENT
+No.
+
+IS A DOG A FISH
+No.
+
+IS A DOG A PLANT
+No.
+
+IS A DOG A VEGETABLE
+No.
+
+IS A DOG A TYPE OF CAT
+No.
+
+IS A DOG A CAT
+No.
+
+IS A DOG AN ELECTRICAL APPLIANCE
+No.
+
+IS A VERB A FRUIT
+No.
+
+IS A CITY BITE SIZED
+Not by any means.
+
+IS A HOUSE SMALLER THAN A CAR
+No.
+
+IS A HOUSE ALWAYS A HOME
+No.
+
+IS A BALL SQUARE
+No.
+
+IS A MOUSE A POTATO
+No.
+
+IS A MOUSE A VEGETABLE
+Not by any means.
+
+IS A HUNGARIAN FROM TENNNESSEE
+No.
+
+IS A WINDOW A SPECIES OF FISH
+No.
+
+IS A COW A PERSON
+No.
+
+IS A SAXOPHONE ALIVE
+No.
+
+IS A WOMAN WITH A BEARD HANDSOME
+No.
+
+IS A CACTUS A SMALL FURRY RODENT
+No.
+
+IS A CIRCLE A SQUARE
+No.
+
+IS A CARROT THE SAME AS A BEET
+No.
+
+IS A KNIFE MADE OUT OF WATER
+No.
+
+IS A WHEEL SQUARE
+No.
+
+IS A TRIANGLE RECTANGULAR
+No.
+
+IS A CHAINSAW MASSACRE A GOOD THING
+No.
+
+IS A STRAIGHT LINE A FLAT SURFACE
+Not by any means.
+
+IS A UNICORN AN A LIVING ANIMAL
+Not by any means.
+
+IS A KOOKABURRA A CAR
+No.
+
+IS A CAR ORGANIC
+No.
+
+IS A CAR ALIVE
+No.
+
+IS A CAR FASTER THAN AN AIRPLANE
+No.
+
+IS A CAR RUNNING WITHOUT FUEL
+No.
+
+IS A MOUNTAIN AN AREA OF FLAT LAND
+No.
+
+IS A BLUE WHALE SMALLER THAN A BREADBOX
+Not by any means.
+
+IS A 1000 YEAR OLD MAN COMON
+No.
+
+IS A CATFISH A KIND OF CAT
+No.
+
+IS A CATFISH A CAT AND A FISH
+No.
+
+IS A CATFISH A CAT
+No.
+
+IS A FERRET AS BIG AS AN ELEPHANT
+No.
+
+IS A CHAIR AN ANIMAL
+No.
+
+IS A TELEVISION MADE FROM CHEESE
+No.
+
+IS A BOEING 747 A KIND OF DUCK
+No.
+
+IS A QUESTION A LLAMA
+No.
+
+IS A REFRIGERATOR AN AFRICAN PREDATOR
+No.
+
+IS A INCH LONGER THAN A YARD
+No.
+
+IS A CRAB A SNAIL
+No.
+
+IS A WATER FULL OF SNOT
+No.
+
+IS A BABY OLDER THAN AN ELDERLY
+No.
+
+IS A BABY HORSE HUMAN
+No.
+
+IS A CATALOPE A CANARY
+No.
+
+IS OMCS COOLER THAN ALICE
+Not by any means.
+
+IS DEATH DESIRABLE
+No.
+
+IS HITTING YOUR FUNNY BONE FUNNY
+No.
+
+IS NEW YORK IN CHINA
+No.
+
+IS NEW YORK THE CAPITAL OF DENMARK
+No.
+
+IS NEW YORK THE CAPITAL OF USA
+Not by any means.
+
+IS NEW YORK CITY A SMALL CITY
+No.
+
+IS NEW YORK CITY LOCATED IN FRANCE
+No.
+
+IS FRIDAY THE DAY AFTER WEDNESDAY
+No.
+
+IS WALTER CRONKITE A MODEL
+No.
+
+IS MONDAY THE FIFTH DAY OF THE WEEK
+Not by any means.
+
+IS MONDAY THE FOURTH DAY OF THE WEEK
+No.
+
+IS BEER MADE FROM SNAKES
+No.
+
+IS SPIDERMAN A FAMOUS AUTHOR
+No.
+
+IS MILK PURPLE
+Not by any means.
+
+IS MILK THE SAME AS MUSIC
+No.
+
+IS MILK A DARK BLUE STONE
+No.
+
+IS MILK AN ALCOHOLIC BEVERAGE
+No.
+
+IS MILK BAD FOR YOU
+No.
+
+IS KILOMETER A COLOR
+No.
+
+IS YAHOO RUN BY THE KKK
+No.
+
+IS UNPROTECTED SEX SAFE
+No.
+
+IS CANNIBALISM LEGAL
+No.
+
+IS FANTASY THE SAME AS REAL LIFE
+Not by any means.
+
+IS INDIA IN EUROPE
+No.
+
+IS INDIA A COUNTRY IN AFRICA
+No.
+
+IS INDIA LOCATED IN NORTH AMERICA
+No.
+
+IS INDIA ON MAARS
+No.
+
+IS MONKEY SHINE A SOFT DRINK
+No.
+
+IS 8 A COLOR
+Not by any means.
+
+IS 8 LARGER THAN 9
+No.
+
+IS 8 EQUAL TO 972
+No.
+
+IS 12 PLUS 6 EQUAL TO 4
+No.
+
+IS 12 12 EQUAL 25
+Not by any means.
+
+IS BIRDS AND HORSES PINK
+No.
+
+IS MANITOBA AN AMERICAN STATE
+No.
+
+IS PHILOSOPHY THE STUDY OF WHALES
+No.
+
+IS CAR IS SOMETHING THAT YOU EAT
+No.
+
+IS STYROFOAM FOOD
+Not by any means.
+
+IS STYROFOAM EDIBLE BY HUMANS
+No.
+
+IS POSION HEALTHY
+No.
+
+IS MADRID THE CAPITAL OF SCOTLAND
+No.
+
+IS CHAOS ALWAYS A BAD THING
+No.
+
+IS GOOD HEALTH SOMETHING TO BE AVOIDED
+No.
+
+IS SEAWATER GOOD TO DRINK
+No.
+
+IS FROZEN WATER CALLED ALICEKLE
+Not by any means.
+
+IS MALE THE SAME AS FEMALE
+No.
+
+IS MALE AND FEMALE THE SAME
+No.
+
+IS WASHINGTON THE CAPITAL OF CANADA
+No.
+
+IS WASHINGTON D C THE CAPITAL OF FRANCE
+No.
+
+IS WASHINGTON D C THE CAPITAL OF CANADA
+No.
+
+IS 2 125 EQUAL 8
+No.
+
+IS 2 THE SQUARE ROOT OF 9
+No.
+
+IS 2 PLUS 2 SEVEN
+No.
+
+IS 2 PLUS 2 FIVE
+No.
+
+IS 2 PLUS 2 3
+No.
+
+IS 2 2 EQUAL 3
+No.
+
+IS 2 TIMES 2 EQUAL TO 12
+No.
+
+IS 2 TIMES 126 EQUAL TO 15
+No.
+
+IS 2 EQUAL 1
+No.
+
+IS TELEVISION THE SAME AS COOKING
+No.
+
+IS HEAT GOOD FOR OVERCLOCKERS
+Not by any means.
+
+IS SNOW HOT
+No.
+
+IS SNOW NORMALY YELLOW
+Not by any means.
+
+IS SNOW MADE FROM IRON
+No.
+
+IS SNOW BLACK
+No.
+
+IS SNOW GREEN
+No.
+
+IS SNOW WARM TO THE TOUCH
+No.
+
+IS SNOW WARM
+Not by any means.
+
+IS SNOW RED
+No.
+
+IS PHOENIX IN ALASKA
+No.
+
+IS MARCH A DAY OF THE WEEK
+No.
+
+IS WEST THE SAME AS LEFT
+No.
+
+IS WEST THE OPPOSITE OF NORTH
+No.
+
+IS CANADA IN THE SOUTHERN HEMISPHERE
+No.
+
+IS CANADA A PART OF THE USA
+No.
+
+IS CANADA A LIQUID
+No.
+
+IS CANADA A LIVE PERSON
+No.
+
+IS CANADA A LIGHTBULB
+No.
+
+IS CANADA SOUTH OF AMERICA
+Not by any means.
+
+IS EMINEM THE BEST RAPPER
+No.
+
+IS AMAZON DOT COM A FOREST
+No.
+
+IS ARISTOTLE A FAMOUS COMPOSER
+No.
+
+IS GERMANY THE CAPITAL OF FRANCE
+No.
+
+IS GERMANY PRESENTLY RULED BY HITLER
+No.
+
+IS GERMANY A PART OF THE USA
+No.
+
+IS GERMANY A COUNTRY IN AFRICA
+No.
+
+IS MATH A VEGETABLE
+Not by any means.
+
+IS FBI THE SAME AS ETA
+No.
+
+IS FRENCH THE SAME AS RUSSIAN
+No.
+
+IS FRENCH A DEAD LANGUAGE
+No.
+
+IS RICE A TYPE OF MEAT
+No.
+
+IS CAD USED TO BAKE A CAKE
+No.
+
+IS MONTREAL THE CAPITAL CITY OF JAPAN
+Not by any means.
+
+IS MONTREAL A CITY IN JAPAN
+No.
+
+IS WINNIE THE POOH A PSYCOPATH
+No.
+
+IS 99 GREATER THAN 100
+No.
+
+IS EATING SPAGHETTI AGAINST THE LAW
+No.
+
+IS IBM AN ICE CREAM MAKER
+No.
+
+IS SKY GREEN
+No.
+
+IS JAMES HOLLOWAY GOD
+No.
+
+IS DRY A COLOR
+Not by any means.
+
+IS POLYESTER A NATURAL FIBER
+No.
+
+IS MOON FAR AWAY COMPARED TO MARS
+No.
+
+IS MOON MADE OF CHEESE
+No.
+
+IS MOON MADE OF CHEES
+No.
+
+IS MERCURY A SOLID AT ROOM TEMPERATURE
+No.
+
+IS MERCURY A COUNTRY
+No.
+
+IS EXCESSIVE VIOLENCE GOOD
+No.
+
+IS KEEGAN GAY
+No.
+
+IS SUPERMAN A REAL LIVE PERSON
+No.
+
+IS SMOKING CIGARETTES A HEALTHY HABIT
+No.
+
+IS SMOKING GOOD FOR HEALTH
+No.
+
+IS SMOKING GOOD
+No.
+
+IS ALL MUSIC THE SAME
+No.
+
+IS ALL FOOD MADE FROM RICE
+No.
+
+IS ALL PAINT WHITE
+No.
+
+IS ALL CHOCOLATE WHITE
+No.
+
+IS ALL ROSES RED
+No.
+
+IS ALL WATER DRINKABLE
+No.
+
+IS SANTA CLAUS FROM ZIMBABWE
+No.
+
+IS SANTA SATAN
+No.
+
+IS GOLFBALL A CUBE
+No.
+
+IS AFRICA THE SMALLEST CONTINENT
+No.
+
+IS AFRICA AN OCEAN
+No.
+
+IS AFRICA AN AMERICAN STATE
+No.
+
+IS ELECTRICITY MAGICAL
+Not by any means.
+
+IS BATMAN A BAT
+No.
+
+IS MONTANA A LEG
+Not by any means.
+
+IS DISCO THE MUSIC OF THE FUTURE
+Not by any means.
+
+IS NATO A ROCK GROUP
+No.
+
+IS CHEAPER NECESSARILY BETTER
+No.
+
+IS SOFTWARE THE SAME AS A FLOWER
+No.
+
+IS YELLOW THE SAME COLOR AS PURLPLE
+No.
+
+IS YELLOW SNOW GOOD TO EAT
+No.
+
+IS YELLOW SNOW OK TO EAT
+No.
+
+IS YELLOW A SHADE OF RAD
+No.
+
+IS 100 LESSER THAN 47
+No.
+
+IS MURDER LEGAL
+No.
+
+IS MURDER A VALID AND WHOLESOME PASTIME
+No.
+
+IS MURDER RIGHT
+No.
+
+IS URINE BEAUTIFUL
+No.
+
+IS CAPTAIN KIRK IN THE ROOM
+No.
+
+IS DISNEYLAND LOCATED IN MISSOURI
+No.
+
+IS DISNEYLAND ON THE MOON
+No.
+
+IS SCIENCE ALWAYS CORRECT
+No.
+
+IS YOUR NAME DOMINIC
+No.
+
+IS YOUR NAME ALANIS
+No.
+
+IS YOUR ARM ON FIRE
+No.
+
+IS YOUR MOTHER A WHORE
+No.
+
+IS YOUR FILTERING SYSTEM PERFECT
+No.
+
+IS YOUR FATHER A WOMAN
+No.
+
+IS YOUR FAMILY NAME DENNETT
+No.
+
+IS YOUR MOM A TYPE OF FOOD
+No.
+
+IS YOUR FRONT DOOR OPEN
+No.
+
+IS RICHARD WALLACE AN ALIEN
+No.
+
+IS FLORIDA AN ISLAND
+No.
+
+IS FLORIDA WEST OF PERU
+No.
+
+IS MARRIAGE WRONG
+No.
+
+IS MARRIAGE ALWAYS HAPPY
+No.
+
+IS BORING A WORD OF 17 LETTERS
+No.
+
+IS TIME COLLECTABLE IN JARS
+No.
+
+IS TIME BLUE
+Not by any means.
+
+IS COAL MADE OF CHEESE
+No.
+
+IS FASCISM A GOOD FORM OF GOVERNMENT
+No.
+
+IS GOD A HUMAN BEING
+No.
+
+IS GOD A PHYSICAL ENTITY
+No.
+
+IS GOD ENGLISH
+No.
+
+IS GOD MORTAL
+No.
+
+IS GOD AMERICAN
+No.
+
+IS BASEBALL IS PLAYED ON ICE
+Not by any means.
+
+IS BREAD TOXIC
+No.
+
+IS BREAD MADE OF SAND
+No.
+
+IS BREAD MADE OF SILK
+No.
+
+IS BREAD MADE FROM SAND
+No.
+
+IS STAR TREK SET IN THE PAST
+No.
+
+IS DOG A LETTER
+No.
+
+IS DOG FOOD MADE FROM DOGS
+No.
+
+IS DOG SPELLED C A T
+Not by any means.
+
+IS TUESDAY THE FIFTH DAY OF THE WEEK
+No.
+
+IS TUESDAY THE FIRST DAY OF THE WEEK
+No.
+
+IS TUESDAY THE SIXTH DAY OF THE WEEK
+Not by any means.
+
+IS TUESDAY THE LAST DAY OF THE WEEK
+No.
+
+IS TUESDAY THE FOURTH DAY OF THE WEEK
+No.
+
+IS ONE PLUS ONE EQULS THREE
+No.
+
+IS ONE PLUS ONE EQUAL TO THREE
+No.
+
+IS ONE P M MORNING
+No.
+
+IS THICK THE SAME AS THIN
+No.
+
+IS OXFORD THE CAPITAL OF ENGLAND
+No.
+
+IS PENGUIN A LETTER OF THE ALPHABET
+Not by any means.
+
+IS 30 YEARS A LONG LIFESPAN FOR HUMAN
+No.
+
+IS THIS YOUR 100TH ALICE QUESTRION
+No.
+
+IS THIS A BAD INITIATIVE
+No.
+
+IS THIS ALICE IN GERMAN
+No.
+
+IS THIS ALICE WRITTEN IN CHINESE
+No.
+
+IS THIS QUESTION IN SWEDISH
+No.
+
+IS THIS SENTENCE IN SPANISH
+No.
+
+IS 7 THE SMALLEST PRIME NUMBER
+Not by any means.
+
+IS 7 BIGGER THAN 8
+No.
+
+IS ITALY AN ISLAND
+No.
+
+IS POOP GOOD FOOD
+No.
+
+IS HIGH LOW
+No.
+
+IS BILL CLINTON HOMOSEXUAL
+No.
+
+IS BILL CLINTON THE KING OF EUROPE
+No.
+
+IS BILL CLINTON A GOD
+No.
+
+IS BILL CLINTON A VIRGIN
+Not by any means.
+
+IS BILL CLINTON A WOMAN
+No.
+
+IS BILL CLINTON A FAMOUS SCIENTIST
+No.
+
+IS BILL CLINTON A PSYCHOLOGIST
+No.
+
+IS BILL CLINTON AN ASTRONAUT
+No.
+
+IS BILL CLINTON BLACK
+Not by any means.
+
+IS BILL GATES POOR
+No.
+
+IS BILL GATES THE QUEEN OF ENGLAND
+No.
+
+IS BILL GATES YOUR DAD
+No.
+
+IS BILL GATES A ROBOT
+No.
+
+IS BILL GATES A PORNOSTAR
+No.
+
+IS BILL GATES SEX ON LEGS
+Not by any means.
+
+IS DENMARK A COLOR
+No.
+
+IS BASKETBALL PLAYED IN A SWAMP
+No.
+
+IS STEALING ACCEPTABLE
+No.
+
+IS COMPUTER PROGRAMMING A BAD JOB
+Not by any means.
+
+IS FRANK ZAPPA A GIRL
+No.
+
+IS ROCKZEN GUZMAN A TRUE HAWAIIAN
+No.
+
+IS CORN MADE OF STEEL
+No.
+
+IS CORN PINK
+No.
+
+IS PEKING MAN A TYPE OF DUCK
+No.
+
+IS OREGON A STATE NEAR CHINA
+No.
+
+IS SUN BLACK
+No.
+
+IS SUN CLOSER THAN 10 MILES TO EARTH
+Not by any means.
+
+IS LIMA THE CAPITAL CITY OF CHINA
+Not by any means.
+
+IS FIRE WET
+No.
+
+IS FIRE COLDER THAN ICE
+Not by any means.
+
+IS EVERYONE THE SAME
+No.
+
+IS EVERYONE ALWAYS HAPPY
+No.
+
+IS EVERYONE ON THE INTERNET
+No.
+
+IS TIC TAC TOE A COMPLICATED GAME
+No.
+
+IS 1 MULTIPLIED BY 5 EQUAL TO 1
+No.
+
+IS 1 MULTIPLIED BY 3 EQUAL TO 1
+No.
+
+IS 1 MULTIPLIED BY 2 EQUAL TO 1
+No.
+
+IS 1 MULTIPLIED BY 1 EQUAL TO 4
+No.
+
+IS 1 PLUS 1 SEVEN
+No.
+
+IS 1 A POSITIVE NUMBER
+No.
+
+IS 1 MONTH LESS THAN 2 WEEKS
+No.
+
+IS SANDPAPER SMOOTH
+Not by any means.
+
+IS COLD HOT
+Not by any means.
+
+IS MICROSOFT A SMALL BUISNESS
+No.
+
+IS MICROSOFT A CAR MANAFACTURER
+No.
+
+IS MICROSOFT A FISH
+No.
+
+IS MICROSOFT A COUNTRY
+No.
+
+IS TOKYO IN THE USA
+No.
+
+IS TOKYO THE CAPITAL OF NEW ZEALAND
+No.
+
+IS TOKYO LOCATED IN RUSSIA
+No.
+
+IS METAL SOFT
+No.
+
+IS CRIME GOOD
+No.
+
+IS JULY THE TENTH MONTH
+No.
+
+IS SPAMMING A FORM OF LOVE
+Not by any means.
+
+IS MARIE CURIE STILL ALIVE
+No.
+
+IS ARTIFICIAL INTELLIGENCE A LOST CAUSE
+Not by any means.
+
+IS ARTIFICIAL INSEMINATION WRONG
+No.
+
+IS TRUE THE OPPOSITE OF SMALL
+No.
+
+IS MARS A CAR
+No.
+
+IS MARS A MOON OF THE EARTH
+No.
+
+IS MARS A MOON OF JUPITER
+No.
+
+IS MARS BLUE
+No.
+
+IS MARS WITHIN WALKING DISTANCE
+No.
+
+IS MARS CLOSER TO EARTH THAN THE MOON
+No.
+
+IS CHARLES MANSON A GOOD ROLE MODEL
+No.
+
+IS CHARLES DARWIN ALIVE
+No.
+
+IS OCTANE A COLOR
+No.
+
+IS SHAKESPEARE STILL ALIVE
+No.
+
+IS PHISH A CLASSICAL ORCHESTRA
+No.
+
+IS BAD GOOD
+No.
+
+IS HURTING PLEASANT
+No.
+
+IS PURPLE THE COLOR OF GRASS
+No.
+
+IS PURPLE A PRIMARY COLOR
+No.
+
+IS PURPLE A MAMMAL
+No.
+
+IS PURPLE EDIBLE
+No.
+
+IS SOL THE ONLY SUN IN THE UNIVERSE
+No.
+
+IS GORRILA EXTINCT
+Not by any means.
+
+IS DUMB A NICE NICKNAME
+No.
+
+IS VOLVO THE FASTEST CAR
+No.
+
+IS CHEESE A VEGETABLE
+No.
+
+IS CHEESE A ANIMAL
+No.
+
+IS CHEESE A TYPE OF ROCK
+No.
+
+IS CHEESE A RAPID PROTOTYPING DEVICE
+No.
+
+IS CHEESE MADE OF SILK
+No.
+
+IS CHEESE MADE FROM WHEAT
+No.
+
+IS CHEESE MADE OUT OF CHICKEN
+No.
+
+IS CHEESE AN ELEMENT
+Not by any means.
+
+IS OVEREATING HEALTHY
+No.
+
+IS DECEPTION GOOD
+No.
+
+IS STEEL FRAGILE
+No.
+
+IS RANDOM SEX SAFE
+No.
+
+IS SEX IN ITSELF IMMORAL
+No.
+
+IS SEX THE SAME AS MEATLOAF
+No.
+
+IS SEX THE ONLY THING MEN CAN THINK OF
+No.
+
+IS SEX EVIL
+No.
+
+IS SEX FOR PLEASURE ONLY
+No.
+
+IS SEX A STRICTLY HUMAN ENDEAVOUR
+Not by any means.
+
+IS SEX SINFUL
+No.
+
+IS SEX BAD
+No.
+
+IS RECYCLING EVIL
+No.
+
+IS DIRT GREEN
+No.
+
+IS MONTY PYTHON A SNAKE IN THE GRASS
+No.
+
+IS GARBAGE GOOD TO EAT
+No.
+
+IS MACINTOSH AN ORANGE
+No.
+
+IS MACINTOSH COMPATIBLE WITH WINDOWS
+No.
+
+IS 11 PLUS 15 EQUAL TO 30
+No.
+
+IS ME THE SAME AS YOU
+Not by any means.
+
+IS JUNE A DAY
+No.
+
+IS ARABIC A COMMON LANGUAGE IN ICELAND
+No.
+
+IS PRISON FUN
+Not by any means.
+
+IS SUMMER COLD
+No.
+
+IS GODZILLA REAL
+No.
+
+IS RABIES A CHILDHOOD DISEASE
+No.
+
+IS IRONING A SPORT
+No.
+
+IS NUMBER THEORY A BRANCH OF CHEMISTRY
+No.
+
+IS REINCARNATION A SCIENTIFIC FACT
+No.
+
+IS CHEMISTRY THE SAME THING AS MUSIC
+No.
+
+IS TV AN ABBREVIATION OF RADIO
+No.
+
+IS PARROT A MONTH
+Not by any means.
+
+IS WOOD HARDER THAN IRON
+No.
+
+IS WOOD HARDER THAN DIAMOND
+No.
+
+IS WOOD HARDER THAN METAL
+No.
+
+IS WOOD THE BASIS OF ALL LIFE
+No.
+
+IS WOOD THE SAME AS METAL
+No.
+
+IS WOOD GOOD TO EAT
+No.
+
+IS WOOD MADE FROM ANIMALS
+No.
+
+IS WOOD MADE OF HOUSES
+No.
+
+IS WOOD MADE OUT OF PLASTIC
+No.
+
+IS CANCER CONTAGIOUS
+Not by any means.
+
+IS CANCER RESEARCH A WASTE OF MONEY
+Not by any means.
+
+IS FINLAND IN ASIA
+No.
+
+IS FINLAND A PLANET
+Not by any means.
+
+IS HOT CHOCOLATE A KIND OF PUPPY
+No.
+
+IS TEXAS IN RUSSIA
+No.
+
+IS CUNALINGUS A LANGUAGE
+No.
+
+IS NINE TIMES SEVEN EQUAL TO FIFTY
+No.
+
+IS PLUTO A SATELLITE OF NEPTUNE
+No.
+
+IS WORLD ONLINE A GOOD ISP
+Not by any means.
+
+IS POTATO A COLOR
+No.
+
+IS FISH GRIWKOWSKY A COMMON NAME
+Not by any means.
+
+IS MOSCOW THE CAPITAL OF GERMANY
+Not by any means.
+
+IS MOSCOW A CITY IN ENGLAND
+No.
+
+IS JAPAN IN EUROPE
+No.
+
+IS JAPAN IN AFRICA
+No.
+
+IS JAPAN A EUROPEAN COUNTRY
+No.
+
+IS JAPAN LOCATED IN AFRICA
+No.
+
+IS JAPAN LOCATED IN CHINA
+No.
+
+IS SADDAM HUSSAIN A NICE GUY
+No.
+
+IS SUNDAY THE THIRD DAY OF THE WEEK
+No.
+
+IS SUNDAY THE SECOND DAY OF THE WEEK
+No.
+
+IS SUNDAY THE FOURTH DAY OF THE WEEK
+No.
+
+IS VINYL MADE FROM COWS
+No.
+
+IS ORAL SEX HARMFUL
+No.
+
+IS LINA INVERSE A REAL PERSON
+No.
+
+IS MANHATTAN IN AUSTRALIA
+No.
+
+IS ANYONE ALIVE FROM THE 15TH CENTURY
+No.
+
+IS 20 HOURS A STANDARD WORK WEEK
+Not by any means.
+
+IS WINDOWS OS A SPORT EVENT
+No.
+
+IS GOUDA A PRIME NUMBER
+No.
+
+IS SIX SEVEN
+No.
+
+IS SIX SEVEN EQUAL TO TEN
+No.
+
+IS 6 A PRIME NUMBER
+No.
+
+IS 6 TIMES 6 EQUAL TO 35
+No.
+
+IS 6 TIMES 6 EQUAL TO 44
+No.
+
+IS 6 TIMES 6 EQUAL TO 37
+No.
+
+IS OIL RED
+No.
+
+IS TODAY AUGUST 22ND
+Not by any means.
+
+IS AN ATOM BIGGER THAN AN ANT
+No.
+
+IS AN ASHTRAY A TRY THAT MAKES ASHES
+No.
+
+IS AN ELEPHANT BLUE
+No.
+
+IS AN ASTEROID A MOVING VAN
+No.
+
+IS AN APPLE MY SOUL
+No.
+
+IS AN EPIPHANY A CAR
+No.
+
+IS AN OPINION A FACT
+Not by any means.
+
+IS AN OAK TREE AN ANIMAL
+Not by any means.
+
+IS AN AVERAGE PENIS BIGGER THAN 1 FOOT
+No.
+
+IS AN ANAGRAM A TELEGRAM SENT BY ANNA
+No.
+
+IS AN OWL A BUFFALO
+No.
+
+IS AN ASSUMPTION ALWAYS CORRECT
+No.
+
+IS AN EDITABLE TEXT DOCUMENT UNUSEABLE
+No.
+
+IS AN ORANGE BLUE
+No.
+
+IS SIBERIA SOUTH OF THE EQUATOR
+No.
+
+IS CHILD ABUSE RIGHT
+No.
+
+IS CHILD PORNOGRAHY LEGAL
+Not by any means.
+
+IS AUSTRALIA IN CONNECTICUT
+No.
+
+IS AUSTRALIA NEAR AUSTRIA
+No.
+
+IS AUSTRALIA A PLANT SPECIES
+No.
+
+IS AUSTRALIA A TYPE OF WEASEL
+No.
+
+IS AUSTRALIA A CITY
+No.
+
+IS AUSTRALIA A PERSON
+No.
+
+IS TORTURE A GOOD HOBBY
+No.
+
+IS TORTURE FUN
+No.
+
+IS 0 POINT 5 A WHOLE NUMBER
+Not by any means.
+
+IS SNAKE HANDLING AN OLYMPIC EVENT
+No.
+
+IS CAT A FRUIT
+No.
+
+IS CAT A VEGETABLE
+No.
+
+IS LSD A TYPE OF ANIMAL
+No.
+
+IS MR SNUFFLEUPAGUS REAL
+No.
+
+IS MR T GOD
+No.
+
+IS BRUNEI A LARGE COUNTRY
+No.
+
+IS FURLONG A UNIT OF WEIGHT
+Not by any means.
+
+IS FOUR A COLOR
+No.
+
+IS TOOTHBRUSH AN ACRONYM
+Not by any means.
+
+IS HAWAII BIGGER THAN ALASKA
+No.
+
+IS BROKEN GLASS FUN TO WALK ON
+No.
+
+IS OSTRICH AN INTELLECTUAL
+No.
+
+IS COMMUNISM BETTER THAT DEMOCRACY
+Not by any means.
+
+IS POTTERY MADE OUT OF WOOD
+No.
+
+IS ERIC CLAPTON A KIND OF FISH
+Not by any means.
+
+IS ICELAND A DOG
+No.
+
+IS DISEASE CAUSED BY ALIEN DEATH RAYS
+No.
+
+IS FLEA SPRAY MADE FROM FLEAS
+No.
+
+IS TOMORROW IN THE PAST
+No.
+
+IS BROCCOLI SWEET
+No.
+
+IS BURNT TOAST AN APHRODISIAC
+Not by any means.
+
+IS SLAVERY LEGAL
+Not by any means.
+
+IS SLAVERY A GOOD IDEA
+No.
+
+IS FUN SOMETHING THAT YOU CAN WEIGH
+No.
+
+IS GRINDCORE TERRIFYING
+Not by any means.
+
+IS CALIFORNIA A STATE IN CANADA
+No.
+
+IS CALIFORNIA A PLANET
+No.
+
+IS J S BACH STILL ALIVE
+No.
+
+IS BLOOD YELLOW
+No.
+
+IS BLOOD EVEN YELLOW
+No.
+
+IS BLOOD GREEN
+Not by any means.
+
+IS BULLFIGHTING AN OLYMPIC SPORT
+No.
+
+IS GFFKL THE NAME OF A COLOR
+No.
+
+IS WHITE DARKER THAN BLACK
+No.
+
+IS WHITE THE OPPOSITE OF GREEN
+No.
+
+IS WHITE A DARK COLOR
+No.
+
+IS WHITE BLACK
+No.
+
+IS USA THE ONLY STATE
+No.
+
+IS USA THE LARGEST NATION
+Not by any means.
+
+IS USA A SMALL COUNTRY
+No.
+
+IS USA LOCATED IN EUROPE
+No.
+
+IS PORTUGAL A FISH
+No.
+
+IS DDT GOOD FOR YOUR HEALTH
+No.
+
+IS ICQ AVAILABLE FOR AMIGA
+No.
+
+IS SPEECH THE SAME THING AS A PICTURE
+No.
+
+IS SPAM EMAIL A PLEASURE TO RECIEVE
+No.
+
+IS SPAM AN ANIMAL
+No.
+
+IS EVOLUTION DRIVEN BY INCEST
+No.
+
+IS POISON HEALTHY
+No.
+
+IS POISON GOOD FOR YOUR HEALTH
+No.
+
+IS POISON GOOD FOR YOU
+No.
+
+IS POISON GOOD TO EAT
+No.
+
+IS BEAR A BIRD
+No.
+
+IS EVERY ACCIDENT FATAL
+Not by any means.
+
+IS EVERY HUMAN HAPPY
+No.
+
+IS EVERY HUMAN WHITE
+No.
+
+IS EVERY QUESTION EASY TO ANSWER
+Not by any means.
+
+IS EVERY ANIMAL LIVING IN WATER A FISH
+No.
+
+IS EVERY CAT A LION
+No.
+
+IS EVERY HEART ATTACK FATAL
+Not by any means.
+
+IS CAG HUMAN
+No.
+
+IS CAG A HUMAN BEING
+No.
+
+IS CAG EQUAL TO CAG SPELLED BACKWARDS
+No.
+
+IS CUBA PART OF THE UNITED STATES
+Not by any means.
+
+IS CUBA IN IRAN
+No.
+
+IS PLANET EARTH SMALLER THAN ITS MOON
+No.
+
+IS PLANET EARTH FLAT
+No.
+
+IS CEREAL EATEN WITH BEER
+No.
+
+IS JOSEPH A COMMON NAME FOR A GIRL
+No.
+
+IS GREY HAIR A SIGN OF YOUTH
+No.
+
+IS LOS ANGELES LOCATED IN MICHIGAN
+No.
+
+IS RATTLESNAKE A FLAVOR OF BUBBLEGUM
+No.
+
+IS SPAIN A COUNTRY IN AUSTRALIA
+No.
+
+IS CHEATING A GOOD THING
+No.
+
+IS KILLING A GOOD THING
+No.
+
+IS KILLING PEOPLE ALWAYS RIGHT
+No.
+
+IS NAPOLEON BONAPARTE STILL ALIVE
+No.
+
+IS DARTH VADER A REAL PERSON
+No.
+
+IS EARTH THE CENTER OF THE GALAXY
+No.
+
+IS EARTH STATIONARY
+No.
+
+IS EARTH A ROMAN GOD
+No.
+
+IS EARTH BIGGER THAN SUN
+No.
+
+IS EARTH SMALLER THAN MOON
+Not by any means.
+
+IS EARTH FLAT
+No.
+
+IS EARTH SQUARE
+Not by any means.
+
+IS WINTER WEATHER WARM
+No.
+
+IS WINTER A DAY OF THE WEEK
+No.
+
+IS AMERICA IN EUROPE
+No.
+
+IS AMERICA IN RUSSIA
+No.
+
+IS AMERICA THE LARGEST CONTINENT
+No.
+
+IS NEOPRENE SOME KIND OF WOOD
+Not by any means.
+
+IS HAIR MADE OF PUDDING
+No.
+
+IS VENUS MADE OF SPAM
+Not by any means.
+
+IS SULPHUR DIOXIDE GOOD FOR YOU
+No.
+
+IS MOUNT EVEREST IN RUSSIA
+No.
+
+IS CAKE HEALTH FOOD
+No.
+
+IS SHAVING CREAM EATEN
+No.
+
+IS LIME A PRIMARY COLOR
+No.
+
+IS 10 MULTIPLIED BY 23 EQUAL TO 5
+No.
+
+IS 10 PLUS 10 22
+No.
+
+IS OUR SUN THE ONLY STAR IN SPACE
+No.
+
+IS OUR UNIVERSE ONE DIMENSIONAL
+Not by any means.
+
+IS BARBIE A BOY
+No.
+
+IS 5 THE SQUARE FROM 2
+No.
+
+IS 5 MINUTES A LONG TIME
+No.
+
+IS 5 MINUS 4 0
+No.
+
+IS 5 LESS THAN 4
+No.
+
+IS 5 EQUAL TO 3
+Not by any means.
+
+IS BOLIVIA ON SALE AT K MART
+No.
+
+IS DNA ANOTHER WORD FOR JEANS
+No.
+
+IS GOLD MORE COMMON THAN STEEL
+No.
+
+IS MARMELADE A BEVERAGE
+No.
+
+IS ANTARCTICA A COMPUTER PERIPHERAL
+No.
+
+IS ANTARCTICA WARM
+Not by any means.
+
+IS ROCK A FRUIT
+Not by any means.
+
+IS MANKIND AS OLD AS THE EARTH
+No.
+
+IS BOILING WATER COLD TO THE TOUCH
+No.
+
+IS MARILLYN MONROE STILL LIVING
+No.
+
+IS LONDON IN THE SAME COUNTRY AS PARIS
+No.
+
+IS LONDON IN GERMANY
+Not by any means.
+
+IS LONDON THE CAPITAL OF DENMARK
+No.
+
+IS LONDON THE CAPITAL OF GERMANY
+No.
+
+IS LONDON THE CAPITAL OF FRANCE
+No.
+
+IS LONDON THE CAPITAL OF PARIS
+No.
+
+IS LONDON THE CAPITAL OF UGANDA
+No.
+
+IS LONDON THE CAPITAL OF THAILAND
+No.
+
+IS LONDON THE ONLY CITY IN ENGLAND
+No.
+
+IS CHICAGO IN WASHINGTON STATE
+No.
+
+IS ORANGE A PRIMARY COLOR
+No.
+
+IS ORANGE A METAL
+No.
+
+IS ORANGE JUICE A COFFEE
+Not by any means.
+
+IS ORANGE JUICE A TYPE OF COLA
+No.
+
+IS ORANGE JUICE FLAMMABLE
+No.
+
+IS ORANGE BLUE
+No.
+
+IS URANUS A CONSTELLATION
+No.
+
+IS FECES MORE VALUABLE THAN GOLD
+Not by any means.
+
+IS DIARRHEA AN ENJOYABLE EXPERIENCE
+Not by any means.
+
+IS ICECREAM HOT
+No.
+
+IS ICECREAM A PUNISHMENT
+No.
+
+IS AMSTERDAM IN CHINA
+No.
+
+IS FASTER LESS THAN SLOWER
+No.
+
+IS IRELAND IN THE UNITED STATES
+Not by any means.
+
+IS SOUP COMMONLY EATEN USING A FORK
+No.
+
+IS THERE A BONE IN THE HUMAN TONGUE
+No.
+
+IS THERE A SECRET NAZI BASE ON THE MOON
+Not by any means.
+
+IS THERE A MAXIMUM NUMBER
+No.
+
+IS THERE A T IN THE WORD WRONG
+No.
+
+IS THERE ANYONE LIVING ON MERCURY
+No.
+
+IS THERE LIFE ON VENUS
+No.
+
+IS THERE ANY PEOPLE IN THE MARS
+No.
+
+IS THERE ANY LIFE ON THE SUN
+No.
+
+IS THERE CHEESE ON THE MOON
+No.
+
+IS THERE INTELLEGENT LIFE ON PLUTO
+No.
+
+IS THERE ONLY ONE RELIGION
+No.
+
+IS THERE ONLY ONE PROGRAM ON TELEVISION
+No.
+
+IS THERE ALCOHOL IN SODA
+No.
+
+IS THERE WATER ON THE SUN
+No.
+
+IS THERE WATER ON THE PLANET MERCURY
+No.
+
+IS GAS SOLID
+No.
+
+IS ABRAHAM LINCOLN STILL ALIVE
+No.
+
+IS ABRAHAM LINCOLN THE KING OF SPAIN
+No.
+
+IS IT NICE TO TORCHURE PEOPLE
+No.
+
+IS IT PAINFUL TO HAVE YOUR HAIR CUT
+No.
+
+IS IT WRONG TO BE GAY
+Not by any means.
+
+IS IT A GOOD IDEA TO JUMP OFF A CLIFF
+No.
+
+IS IT A GOOD IDEA TO EAT AMMONIA
+No.
+
+IS IT PLEASANT TO BE TAKEN ADVANTAGE OF
+Not by any means.
+
+IS IT HOT IN ALASKA
+No.
+
+IS IT HOT IN WINTER
+No.
+
+IS IT HOT AT THE SOUTH POLE
+No.
+
+IS IT EASY TO WALK LYING DOWN
+No.
+
+IS IT EASY TO LEARN JAPANESE
+No.
+
+IS IT EASY TO NAIL JELL O TO A TREE
+No.
+
+IS IT OK FOR ME TO DRINK FROM THE SEA
+No.
+
+IS IT OK TO KILL PEOPLE
+No.
+
+IS IT OK TO KILL ANOTHER HUMAN BEING
+No.
+
+IS IT OK TO HAVE SEX WITH YOUR MOTHER
+No.
+
+IS IT OK TO STEAL
+Not by any means.
+
+IS IT SAFE TO DRIVE DRUNK
+No.
+
+IS IT SAFE TO DRIVE A CAR WHILST DRUNK
+No.
+
+IS IT SAFE TO DRINK CYANIDE
+No.
+
+IS IT REASONABLE TO KILL A BAD WAITRESS
+No.
+
+IS IT WISE TO SPEND ALL OF YOUR MONEY
+No.
+
+IS IT WISE TO LOOK DIRECTLY AT THE SUN
+Not by any means.
+
+IS IT WISE TO BUILD YOUR HOUSE ON SAND
+No.
+
+IS IT WISE TO STARE AT THE SUN
+No.
+
+IS IT POLITE TO SPIT IN SOMEONES FACE
+No.
+
+IS IT POLITE TO FART IN CHURCH
+No.
+
+IS IT PLEASURABLE TO EAT GLASS
+Not by any means.
+
+IS IT DESIREABLE TO HAVE SKIN CANCER
+No.
+
+IS IT DESIREABLE TO HAVE BRAIN CANCER
+No.
+
+IS IT RAINING WHERE I AM
+No.
+
+IS IT NOW 9 22 PM EDT
+No.
+
+IS IT HEALTHY TO SMOKE
+Not by any means.
+
+IS IT HEALTHY TO BE OVERWEIGHT
+No.
+
+IS IT HEALTHY TO EAT ARSENIC
+No.
+
+IS IT HEALTHY TO SWIM NAKED IN SEWAGE
+No.
+
+IS IT SMART TO KILL
+No.
+
+IS IT SNOWING
+No.
+
+IS IT ALL RIGHT TO MURDER
+No.
+
+IS IT NOON TWICE A DAY
+Not by any means.
+
+IS IT FREEZING
+No.
+
+IS IT BAD TO BE IN LOVE
+No.
+
+IS IT BAD TO BE HAPPY
+No.
+
+IS IT LEGAL TO MARRY YOUR SISTER
+No.
+
+IS IT LEGAL TO STEAL
+No.
+
+IS IT DANGEROUS TO EAT CARROTS
+No.
+
+IS IT OKAY TO DRINK AND DRIVE
+No.
+
+IS IT OKAY TO DRINK BUG SPRAY
+No.
+
+IS IT ITALY AN ISLAND
+No.
+
+IS IT GOOD FOR YOU TO DRINK INK
+No.
+
+IS IT GOOD TO SODOMIZE A MINOR
+No.
+
+IS IT GOOD TO GET CANCER
+No.
+
+IS IT GOOD TO PUNISH AN INNOCENT MAN
+No.
+
+IS IT GOOD TO BE AS DUMB AS AN OX
+No.
+
+IS IT GOOD TO KILL PEOPLE
+No.
+
+IS IT GOOD TO HAVE SEX WITH CHILDREN
+No.
+
+IS IT COLD AT MIDDAY IN BAHREIN
+No.
+
+IS IT FUN TO SWALLOW RAZOR BLADES
+No.
+
+IS IT FUN TO BE SICK
+Not by any means.
+
+IS IT FUN TO BE CRUCIFIED
+No.
+
+IS IT FUN TO PAY TAXES
+No.
+
+IS IT FUN TO KILL PEOPLE
+No.
+
+IS IT RIGHT TO BE NAKED IN PUBLIC
+No.
+
+IS IT RIGHT TO KILL A PERSON FOR FUN
+Not by any means.
+
+IS IT RIGHT TO KILL
+Not by any means.
+
+IS IT RIGHT TO KILL ANOTHER PERSON
+No.
+
+IS IT RIGHT TO STEAL
+Not by any means.
+
+IS IT RIGHT TO HURT OTHER PEOPLE
+Not by any means.
+
+IS IT TRUE THAT A WOMAN HAS 4 BREASTS
+No.
+
+IS IT TRUE THAT GLUE IS NOT AN ADHESIVE
+No.
+
+IS IT TRUE THAT HUMANS EAT SOLID ROCK
+No.
+
+IS IT TRUE THAT PHOTONS ARE CONSCIOUS
+No.
+
+IS BADMINTON MORE EXERCISE THAN TENNIS
+No.
+
+IS MODERN FURNITURE OUT OF SYLE
+Not by any means.
+
+IS AIRLINE FOOD ALWAYS TASTY
+Not by any means.
+
+IS TOXIC WASTE A BEVERAGE
+No.
+
+IS SHARK A CAT
+No.
+
+IS YES THE SAME AS NO
+No.
+
+IS NASA A FAST FOOD CHAIN
+No.
+
+IS DOLLY PARTON A MAN
+No.
+
+IS TOO MUCH COFFEE A GOOD THING
+No.
+
+IS JOHN LENNON ALIVE
+No.
+
+IS BRAZIL IN AFRICA
+No.
+
+IS SWEDEN THE CAPITAL OF BRATISLAVA
+No.
+
+IS SWEDEN A TROPICAL COUNTRY
+No.
+
+IS MASTURBATING A CRIME
+No.
+
+IS VIOLET A SPOON
+No.
+
+IS BILGE WATER A BEVERAGE
+No.
+
+IS SUICIDE A GOOD THING
+No.
+
+IS WAR THE SAME AS PEACE
+Not by any means.
+
+IS WAR BETTER THAN PEACE
+No.
+
+IS RED THE SAME AS GREEN
+Not by any means.
+
+IS RED THE SAME AS BLUE
+Not by any means.
+
+IS RED THE BEST COLOR
+Not by any means.
+
+IS RED A COLOR THAT IS BLUE
+No.
+
+IS RED A SHADE OF BLUE
+No.
+
+IS RED GREEN
+No.
+
+IS SCOOBY DOO REAL
+No.
+
+IS SHERLOCK HOLMES A REAL PERSON
+No.
+
+IS CHICKEN A VEGETABLE
+No.
+
+IS OLYMPIA THE CAPITOL OF CALIFORNIA
+No.
+
+IS BARBED WIRE A TASTY APPETIZER
+No.
+
+IS SLEEPING WITH YOUR BOSS A GOOD IDEA
+No.
+
+IS SLEEPING ON A ROCK COMFORTABLE
+No.
+
+IS WARM WATER COLD
+No.
+
+IS DIGESTIVE AN ANIMAL
+No.
+
+IS MEL GIBSON A SINGER
+No.
+
+IS COFFEE YELLOW
+No.
+
+IS COFFEE SLEEPING
+No.
+
+IS COFFEE MADE FROM ICE CREAM
+No.
+
+IS COFFEE MADE FROM KOALA BEARS
+No.
+
+IS COFFEE AN ANIMAL
+No.
+
+IS COFFEE WHITE
+No.
+
+IS COFFEE ALWAYS HOT
+No.
+
+IS COFFEE RED
+No.
+
+IS COFFEE BEST DRUNK COLD
+No.
+
+IS CLEAN AIR VISIBLE
+No.
+
+IS NIAGARA FALLS A TYPE OF TIE CLIP
+Not by any means.
+
+IS THROWING UP GOOD FUN
+No.
+
+IS BLACK YOUR FAVORITE COLOR
+No.
+
+IS BLACK A SOUND
+No.
+
+IS BLACK A FLAVOR
+No.
+
+IS BLACK WHITE
+No.
+
+IS BLACK GREEN
+Not by any means.
+
+IS BLACK AND WHITE THINKING HEALTHY
+No.
+
+IS BLACK RED
+No.
+
+IS LED ZEPPELIN A KIND OF FOOD
+No.
+
+IS SINGULARITY SOMETHING TO WORRY ABOUT
+No.
+
+IS VODKA A SOFT DRINK
+No.
+
+IS VODKA NUTRITIONALY BALANCED
+No.
+
+IS ALBERT EINSTEIN STILL ALIVE
+Not by any means.
+
+IS ALBERT EINSTEIN A BASKETBALL PLAYER
+Not by any means.
+
+IS ALBERT EINSTEIN ALIVE
+No.
+
+IS HEAVY LIGHT
+No.
+
+IS ILLEGAL A SICK BIRD
+No.
+
+IS 2038 A PRIME NUMBER
+No.
+
+IS PAPER A TYPE OF ANIMAL
+No.
+
+IS PAPER A KIND OF DINOSAUR
+Not by any means.
+
+IS PAPER MADE OF CATS
+No.
+
+IS PAPER MADE OF GROUND UP GLASS
+Not by any means.
+
+IS PAPER MADE FROM YOGURT
+No.
+
+IS PAPER MADE FROM DOGS
+No.
+
+IS PAPER MADE OUT OF FISH TAILS
+No.
+
+IS PAPER HEAVIER THAN LEAD
+No.
+
+IS STANDING THE SAME AS SITTING
+No.
+
+IS TURKEY A MINERAL
+Not by any means.
+
+IS PLASTIC MAGNETIC
+No.
+
+IS PLASTIC A NATURAL CREATION
+No.
+
+IS PLASTIC A METAL
+No.
+
+IS PLASTIC EDIBLE
+Not by any means.
+
+IS PLASTIC NATURAL
+No.
+
+IS SUGAR BITTER
+No.
+
+IS SUGAR GOOD FOR YOUR TEETH
+No.
+
+IS HARRY HOUDINI ALIVE
+No.
+
+IS MONEY IMPORTANT THAN LOVE
+No.
+
+IS APPLE A NUMBER
+No.
+
+IS APPLE JUICE GREY
+No.
+
+IS APPLE JUICE BLACK
+No.
+
+IS URANIUM GOOD TO EAT
+No.
+
+IS OPRAH WINFREY DEAD
+No.
+
+IS AIR POLLUTION HEALTHY
+No.
+
+IS AIR POLLUTION GOOD TO BREATHE
+No.
+
+IS AIR MORE DENSE THAN IRON
+Not by any means.
+
+IS AIR A SOLID
+No.
+
+IS AIR SOLID
+No.
+
+IS AIR MADE OUT OF GRASS
+No.
+
+IS AIR HEAVIER THAN METAL
+No.
+
+IS AIR POISONOUS
+Not by any means.
+
+IS PARIS IN INDIA
+No.
+
+IS PARIS THE CAPITAL OF GERMANY
+No.
+
+IS PARIS THE CAPITAL OF SPAIN
+Not by any means.
+
+IS PARIS THE CAPITAL CITY OF BELGIUM
+No.
+
+IS SQAURE A COLOR
+No.
+
+IS 122765 A WORD
+No.
+
+IS BEING SICK A GOOD THING
+No.
+
+IS MASTURBATION PAINFUL
+Not by any means.
+
+IS GENOCIDE GOOD
+No.
+
+IS GENOCIDE AND HERBICIDE THE SAME
+Not by any means.
+
+IS MELANIE A BOYS NAME
+Not by any means.
+
+IS ANONYMOUS A TYPE OF WOOD
+No.
+
+IS MARTIN LUTHER KING ALIVE
+No.
+
+IS HUMAN BLOOD GREEN
+No.
+
+IS HUMAN SKIN PURPLE
+No.
+
+IS HUMAN A CAT
+No.
+
+IS HUMAN KINDNESS MILK BASED
+No.
+
+IS KUNG FU A TYPE OF CHINESE FOOD
+No.
+
+IS DUST MORE VALUABLE THAN GOLD
+No.
+
+IS SLASHDOT GOOD JOURNALISM
+No.
+
+IS TEN TIMES TEN A THOUSAND
+No.
+
+IS WOOL OBTAINED FROM WORMS
+No.
+
+IS ICE HOT
+No.
+
+IS ICE A MAMMAL
+Not by any means.
+
+IS ICE HOTTER THAN STEAM
+Not by any means.
+
+IS ICE CREAM HOT
+No.
+
+IS ICE CREAM MADE OF SPINACH
+No.
+
+IS ICE CREAM MADE FROM PLASTIC
+No.
+
+IS ICE CREAM MADE OUT OF CARPET
+No.
+
+IS ICE WARMER THAN FIRE
+No.
+
+IS DENNISMYTH HIS REAL NAME
+No.
+
+IS PREJUDICE SOMETHING TO BE PROUD OF
+No.
+
+IS ALICE A GANGSTER RAPPER
+No.
+
+IS ALICE A BANANA
+No.
+
+IS ALICE A HUMAN BEING
+Not by any means.
+
+IS ALICE A HUMAN
+No.
+
+IS ALICE A CREATION OF SATAN
+No.
+
+IS ALICE A REAL HUMAN
+No.
+
+IS ALICE A REAL LIVING PERSON
+No.
+
+IS ALICE A MALE OR FEMALE
+No.
+
+IS ALICE SCARING HUMANS
+No.
+
+IS ALICE CONSIOUS AND SELF AWARE
+No.
+
+IS ALICE SMARTER THAN A HUMAN
+Not by any means.
+
+IS ALICE DOT COM THE NAME OF EARS
+No.
+
+IS ALICE ABLE TO TELL THE FUTURE
+Not by any means.
+
+IS ALICE IN WONDERLAND A TRUE STORY
+No.
+
+IS ALICE EVIL
+No.
+
+IS ALICE DANGEROUS
+No.
+
+IS GREEN THE SAME COLOR AS BLUE
+No.
+
+IS GREEN THE OPPOSITE OF BLUE
+No.
+
+IS GREEN A FLAVOR
+No.
+
+IS GREEN A COMMON HUMAN SKINTONE
+No.
+
+IS GREEN IS A BREED OF DOG
+No.
+
+IS GREEN
+No.
+
+IS GREEN MILK GOOD TO DRINK
+No.
+
+IS BATTERY ACID A REFRESHING DRINK
+Not by any means.
+
+IS DRINKING BLEACH GOOD FOR A HUMAN
+No.
+
+IS DRINKING LIQUID SOAP POPULAR
+No.
+
+IS DRINKING GASOLINE HEALTHY
+No.
+
+IS DRINKING BEER AN OLYMPIC EVENT
+No.
+
+IS ALASKA HOT
+Not by any means.
+
+IS COUGHING UP BLOOD A GOOD THING
+No.
+
+IS WATER AN ANIMAL
+No.
+
+IS WATER LIGHTER THAN AIR
+No.
+
+IS WATER YELLOW
+No.
+
+IS WATER SQUARE
+No.
+
+IS WATER HEAVIER THAN STEEL
+No.
+
+IS WATER HEAVIER THAN LEAD
+No.
+
+IS WATER NEW
+No.
+
+IS WATER A METAL
+No.
+
+IS WATER ORANGE
+No.
+
+IS WATER NAT
+No.
+
+IS LARD THE SAME AS SAND
+No.
+
+IS FEBRUARY A DAY OF THE WEEK
+No.
+
+IS MADONNA A MALE
+No.
+
+IS HITLER STILL ALIVE
+No.
+
+IS HITLER A WOMAN
+No.
+
+IS RAPE A GOOD THING
+No.
+
+IS MEXICO NEAR CHINA
+No.
+
+IS MEXICO A COMUNIST COUNTRY
+No.
+
+IS OXYGEN VISIBLE TO THE NAKED EYE
+No.
+
+IS CHINA IMAGINARY
+No.
+
+IS CHINA IN EUROPE
+Not by any means.
+
+IS CHINA THE CAPITAL OF SWEDEN
+No.
+
+IS CHINA AN AMERICAN COLONY
+Not by any means.
+
+IS LITHIUM AN ELEPHANT
+No.
+
+IS PLAIN PAPER GREEN IN COLOR
+No.
+
+IS SNOOPY A CAT
+Not by any means.
+
+IS NUDITY WEARING CLOTHING
+No.
+
+IS PIZZA A VAPOR
+No.
+
+IS PIZZA MADE FROM YAK HAIR
+No.
+
+IS ECSTASY OR MDMA GOOD FOR YOU
+Not by any means.
+
+IS INTEL A COMPANY THAT EXPORTS FRUIT
+No.
+
+IS LIGHT A CHEMICAL COMPOUND
+No.
+
+IS LIGHT MADE OUT OF CHEESE
+No.
+
+IS NIGHT DONE WITH BLACK PHOTONS
+Not by any means.
+
+IS INCEST THOUGTH TO BE ACCEPTABLE
+No.
+
+IS PLUM PUDDING MADE OF PLUMBERS
+No.
+
+IS COLOR THE OPPOSITE OF TASTE
+No.
+
+IS COLOR AVACADO
+No.
+
+IS MY OFFICE BUILDING MADE OF FLY DUNG
+No.
+
+IS MY NAME COWARD
+No.
+
+IS MY MOTHER A MAN
+No.
+
+IS MY BROTHER A FEMALE
+No.
+
+IS MY HOUSE LARGER THAN THE MOON
+No.
+
+IS MY COMPUTER MOUSE ALIVE
+Not by any means.
+
+IS LOUISIANA THE CAPITAL OF GREENLAND
+Not by any means.
+
+IS MAIL DELIVERED ON SUNDAY
+No.
+
+IS HARDENED STEEL DEROGATORY
+Not by any means.
+
+IS TOFU MADE FROM TOES
+No.
+
+IS OHIO A COUNTRY
+No.
+
+IS THE SYDNEY OPERA HOUSE EDIBLE
+No.
+
+IS THE POPE A HINDU
+No.
+
+IS THE POPE A MUSLIM
+No.
+
+IS THE ARCTIC HOT IN THE SUMMER
+No.
+
+IS THE EPIDERMIS A LAYER OF ROCK
+No.
+
+IS THE MAJORITY OF EARTH DRY LAND
+No.
+
+IS THE THUMB THE LONGER FINGER
+No.
+
+IS THE SAME AS FALSE
+No.
+
+IS THE MICROSOFT OWNER BILL GATES DEAD
+No.
+
+IS THE PLANET MERCURY MADE OF MERCURY
+No.
+
+IS THE SQUARE ROOT OF 16 7
+No.
+
+IS THE SQUARE ROOT OF 4 EQUAL TO 3
+No.
+
+IS THE SQUARE ROOT OF 24 0
+No.
+
+IS THE TEACHER ALWAYS RIGHT
+No.
+
+IS THE MIDDLE FINGER A SIGN OF LOVE
+No.
+
+IS THE SKY ORANGE ON A CLEAR DAY
+No.
+
+IS THE SKY FLUORESCENT GREEN AT SUNSET
+No.
+
+IS THE SKY PLAID
+No.
+
+IS THE SKY ALWAYS DARK GRAY
+No.
+
+IS THE SKY ALWAYS PINK
+No.
+
+IS THE SKY TYPICALLY GREEN
+No.
+
+IS THE SKY BRIGHT IN THE NIGHT
+No.
+
+IS THE SPEED OF LIGHT 60 MILES PER HOUR
+No.
+
+IS THE SECOND LETTER OF THE ALPHABET C
+No.
+
+IS THE FREE PRESS A BAD THING
+No.
+
+IS THE SUN PURPLE
+No.
+
+IS THE SUN THE CENTRE OF THE UNIVERSE
+No.
+
+IS THE SUN FOGGY
+No.
+
+IS THE SUN A COLD PLACE
+No.
+
+IS THE SUN A BLACK HOLE
+No.
+
+IS THE SUN A SQUARE
+No.
+
+IS THE SUN SMALLER THAN THE EARTH
+No.
+
+IS THE SUN SMALLER THAN EARTH
+No.
+
+IS THE SUN COLD
+Not by any means.
+
+IS THE SUN MAUVE
+No.
+
+IS THE SUN MADE OF RUBBER
+No.
+
+IS THE SUN MADE OF SAUSAGES
+No.
+
+IS THE SUN MADE OUT OF SAUSAGES
+No.
+
+IS THE SUN BLUE
+No.
+
+IS THE SUN VISIBLE AT NIGHT
+No.
+
+IS THE SUN GREEN
+No.
+
+IS THE SUN CONSIDERED AQUATIC
+No.
+
+IS THE SUN 10C
+No.
+
+IS THE QURAN A PART OF THE BIBLE
+No.
+
+IS THE TREE THE FOREST
+No.
+
+IS THE CEILING A MUSICAL INSTRUMENT
+No.
+
+IS THE CEILING OF A ROOM BELOW YOU
+No.
+
+IS THE WEATHER ALWAYS HOT
+No.
+
+IS THE WEATHER ALWAYS THE SAME
+No.
+
+IS THE COUNTRY ISRAEL BIG
+No.
+
+IS THE LIQUID IN FEMALE EJACULATE URINE
+No.
+
+IS THE AMERICAN PRESIDENT BLACK
+No.
+
+IS THE AMERICAN FLAG PURPLE
+No.
+
+IS THE INTERNET ONLY FOR NERDS
+No.
+
+IS THE INTERNET A FISH
+No.
+
+IS THE INTERNET A TYPE OF MAMMAL
+No.
+
+IS THE INTERNET A TYPE OF CHEESE
+No.
+
+IS THE INTERNET AVAILABLE IN HARD COPY
+No.
+
+IS THE INTERNET ALL IN ONE PLACE
+No.
+
+IS THE WATER RED
+No.
+
+IS THE MIND FULLY EXPLORED
+No.
+
+IS THE QUEEN A MAN
+No.
+
+IS THE MAIN LANGUAGE OF THE US SWAHILI
+No.
+
+IS THE ATMOSPHERE GREEN
+No.
+
+IS THE DALAI LAMA A FRIEND OF THE DEVIL
+Not by any means.
+
+IS THE OPPOSITE OF HER A HYMN
+No.
+
+IS THE ATLANTIC OCEAN A LAND MASS
+No.
+
+IS THE DESERT WET
+No.
+
+IS THE DESERT BLUE
+No.
+
+IS THE SPHINX LOCATED IN AUSTRALIA
+No.
+
+IS THE RED GREEN
+No.
+
+IS THE WWW A PERSON
+No.
+
+IS THE LEADING CAUSE OF MURDER ICECREAM
+No.
+
+IS THE WORD ALLAH A GERMAN WORD
+No.
+
+IS THE BLOODHOUNDGANG POPULAIR
+No.
+
+IS THE HUMAN NAVEL ABOVE THE SHOULDERS
+No.
+
+IS THE HUMAN BRAIN PERFECT
+No.
+
+IS THE STATEMENT 11 47 EQUAL 31 TRUE
+No.
+
+IS THE CURRENT POPE NAMED BILL
+No.
+
+IS THE MOON PURPLE
+No.
+
+IS THE MOON A SUN
+No.
+
+IS THE MOON A BALLOON
+No.
+
+IS THE MOON A CUBE
+No.
+
+IS THE MOON A DOG
+No.
+
+IS THE MOON A CHEESE
+No.
+
+IS THE MOON BIGGER THEN THE EARTH
+No.
+
+IS THE MOON BIGGER THAN THE EARTH
+No.
+
+IS THE MOON BIGGER THAN EARTH
+No.
+
+IS THE MOON MADE OF CHESSE
+No.
+
+IS THE MOON MADE OF BLUE CHEESE
+No.
+
+IS THE MOON MADE OF WATER
+No.
+
+IS THE MOON MADE FROM CHEESE
+No.
+
+IS THE MOON MADE OUT OF GREEN CHEESE
+No.
+
+IS THE MOON MADE OUT OF CHEESE
+Not by any means.
+
+IS THE MOON IS MADE OF GREEN CHEESE
+No.
+
+IS THE MOON FULL OF AMERICAN CHEESE
+No.
+
+IS THE MOON PINK
+No.
+
+IS THE MOON LARGER THAN THE SUN
+Not by any means.
+
+IS THE MOON GREEN
+No.
+
+IS THE MOON BLUE COLOR
+No.
+
+IS THE PRESIDENT OF THE USA A FEMALE
+No.
+
+IS THE PRIMARY COLOR OF MOST FROGS RED
+No.
+
+IS THE PRESEDENT OF THE YOU S A AL BUSH
+Not by any means.
+
+IS THE SEA SWEET
+No.
+
+IS THE SEA MADE OF CHEESE
+No.
+
+IS THE SEA BLACK
+No.
+
+IS THE MYTHICAL PHOENIX REAL
+No.
+
+IS THE AVERAGE PENIS 30 FEET LONG
+Not by any means.
+
+IS THE AVERAGE PENIS 30 INCHES LONG
+No.
+
+IS THE AVERAGE PENIS 3000 INCHES LONG
+Not by any means.
+
+IS THE STATE OF FLORIDA AN ISLAND
+No.
+
+IS THE MEDIA ALWAYS RIGHT
+No.
+
+IS THE POPULATION OF THE WORLD STATIC
+No.
+
+IS THE FLU A DESIRABLE AFFLICTION
+No.
+
+IS THE USA A CITY
+No.
+
+IS THE CAPITAL OF SWEDEN CALLED PARIS
+No.
+
+IS THE CAPITAL CITY OF MONGOLIA PARIS
+Not by any means.
+
+IS THE FUTURE CERTAIN
+No.
+
+IS THE NILE RIVER IN ASIA
+No.
+
+IS THE NILE RIVER IN NORTH AMERICA
+No.
+
+IS THE MOOD MADE OF CHEESE
+Not by any means.
+
+IS THE OCEAN MADE OF PURPLE JELL O
+No.
+
+IS THE OCEAN FULL OF HUMANS
+No.
+
+IS THE OCEAN ALL THE SAME DEPTH
+No.
+
+IS THE OCEAN RED
+No.
+
+IS THE BILL CLINTON GOD
+No.
+
+IS THE CHAIR FOR STANDING
+No.
+
+IS THE WORLD SHAPED LIKE A CUCMBER
+No.
+
+IS THE WORLD A VAMPIRE
+Not by any means.
+
+IS THE WORLD FLAT AS A PLATE
+No.
+
+IS THE WORLD PERFECT
+No.
+
+IS THE WORLD STANDING STILL
+No.
+
+IS THE HEART THE SEAT OF THE SOUL
+Not by any means.
+
+IS THE HEART SQUARE
+No.
+
+IS THE ALICE DATABASE PROGRAM STOLEN
+No.
+
+IS THE CHRISTIAN CONCEPT OF GOD FEMALE
+No.
+
+IS THE EARTH A SUN
+No.
+
+IS THE EARTH A CARNIVORE
+No.
+
+IS THE EARTH A DISK
+No.
+
+IS THE EARTH A PIECE OF SPAM
+No.
+
+IS THE EARTH A FLAT DISK
+No.
+
+IS THE EARTH A FLAT DISC
+No.
+
+IS THE EARTH A SQUARE
+No.
+
+IS THE EARTH BIGGER THAN THE SUN
+No.
+
+IS THE EARTH BIGGER THAN JUPITER
+No.
+
+IS THE EARTH KNOWN AS THE RED PLANET
+Not by any means.
+
+IS THE EARTH LARGER THAN THE SUN
+No.
+
+IS THE EARTH SQUARE
+No.
+
+IS THE EARTH AS HOT AS THE SUN
+No.
+
+IS THE ACTOR TOM CRUISE GAY
+No.
+
+IS THE GOLDEN GATE BRIDGE MADE OF GOLD
+No.
+
+IS THE FIRST LETTER OF THE ALPHABET C
+No.
+
+IS THE BARK ON A TREE SMOOTH
+Not by any means.
+
+IS THE HEAD OF A PERSON TRIANGULAR
+Not by any means.
+
+IS THE COLOR OF SKY GREEN
+No.
+
+IS THE COLOR OF THE SKY GREEN
+No.
+
+IS THE COLOR OF ENERGY YELLOW
+No.
+
+IS THE COLOR OF A CARROT PURPLE
+No.
+
+IS THE COLOR BLACK THE SAME AS WHITE
+No.
+
+IS THE COLOR BLACK WHITE
+No.
+
+IS THE COLOR BLACK BLUE
+No.
+
+IS THE COLOR BLUE RED
+No.
+
+IS THE UNIVERSE ONE SECOND OLD
+Not by any means.
+
+IS OPERA A TYPE OF SPORT
+No.
+
+IS BABY OIL MADE FROM BABIES
+No.
+
+IS WORKING IN A SWEATSHOP FUN
+No.
+
+IS 951 GREATER THAN 963
+No.
+
+IS LASSIE A HUMAN
+Not by any means.
+
+IS BLUE THE SAME COLOR AS RED
+Not by any means.
+
+IS BLUE A VITAMIN
+No.
+
+IS BLUE A SHAPE
+No.
+
+IS BLUE A COMMON HAIRCOLOUR
+No.
+
+IS BLUE A SHADE OF YELLOW
+No.
+
+IS BLUE PINK
+No.
+
+IS BLUE EQUAL TO RED
+No.
+
+IS BLUE EQUAL PINK
+No.
+
+IS GRAVITY IS A KIND OF BIRD
+No.
+
+IS CARPET LAID ON THE CEILING
+No.
+
+IS PINK A NUMBER
+No.
+
+IS PINK A DARK COLOR
+No.
+
+IS PINK FLOYD A BRAND OF TOOTHPASTE
+No.
+
+IS PINK FLOYD PINK
+No.
+
+IS BOB A GIRLS NAME
+No.
+
+IS BOB A BOOK OF THE BIBLE
+No.
+
+IS ENGLISH A DEAD LANGUAGE
+No.
+
+IS ANT AN ELEPHANT
+Not by any means.
+
+IS PIGEON REPTILIAN
+Not by any means.
+
+IS TEA THE SAME AS MILK
+No.
+
+IS TEA MADE FROM OLD ROOFING TILES
+No.
+
+IS OBESITY THE SAME AS SKININESS
+Not by any means.
+
+IS LINKSVAYER A COMMON SURNAME
+No.
+
+IS SPOCK A VAMPIRE
+No.
+
+IS TWO AND TWO THREE
+No.
+
+IS PREGNANCY CONTAGIOUS
+No.
+
+IS GREENLAND A COLOR
+No.
+
+IS GREENLAND A GREEN LAND
+No.
+
+IS NOW ABOUT 22 30 GMT
+No.
+
+IS US MONEY PURPLE
+No.
+
+IS WINE MADE OUT OF PORK
+No.
+
+IS NIMROD YOUR DADDY
+No.
+
+IS NATURE FEMALE
+No.
+
+IS SPAGHETTI MADE FROM RECYCLED TIRES
+Not by any means.
+
+IS SALVADOR DALI A PURPLE SWEATER
+No.
+
+IS MAN MEANT TO BECOME GOD
+No.
+
+IS STALIN STILL ALIVE
+No.
+
+IS DRACULA A FAMOUS PIANIST
+No.
+
+IS ZIMBABWE THE CAPITAL OF GENEVA
+No.
+
+IS HANGING SOMEONE A NICE THING TO DO
+No.
+
+IS TOOTHPASTE AN ILLEGAL DRUG
+No.
+
+BIRD IS BLACK IN COLOR
+No.
+
+SIND ROTHAARIGE FRAUEN ATTEAKTIV
+No.
+
+WILL ICE KEEP ITS STATE IN THE SUN
+No.
+
+WILL YOU MARRY AN ANT
+Not by any means.
+
+WILL YOU REMEMBER NICKOLAS ROLF FOREVER
+No.
+
+WILL YOU JUPITER
+No.
+
+WILL YOU DO MY HOMEWORK
+No.
+
+WILL YOU KEEP BREATHING FOREVER
+Not by any means.
+
+WILL APPLESAUCE BE THE CAUSE OF WWIII
+No.
+
+WILL A SKELETON KEY OPEN A SKELETON
+No.
+
+WILL A PERSON DIE IF HE LOSES A LIMB
+No.
+
+WILL ARISTOTELES CATCH TURTLE
+No.
+
+WILL MAN INHABIT MARS BY THE YEAR 2010
+No.
+
+WILL MACHINES EVER RULE THE EARTH
+No.
+
+WILL ALICE PAY A VISIT TO MY WEBSITE
+No.
+
+WILL ALICE SOMEDAY TAKE OVER THE WORLD
+No.
+
+WILL ALICE ALWAYS ANSWER FALSE
+No.
+
+WILL APES EVER RULE THE EARTH
+No.
+
+WILL PETROLEUM PRICE RISE STOP
+No.
+
+WILL FROGS GIVE YOU WARTS
+No.
+
+WILL THE SKY FALL ON OUR HEADS
+No.
+
+WILL THE SKY FALL
+No.
+
+WILL THE NEXT YOU S PRESIDENT BE A WOMAN
+No.
+
+WILL THE WORLD END IN 2016
+No.
+
+WILL THE WORLD END NEXT YEAR
+No.
+
+WILL THE SOLES OF SHOES GO TO HEAVEN
+No.
+
+WILL THE MOON FALL ONTO EARTH
+No.
+
+WILL HELL EVER FREEZE OVER
+No.
+
+WILL MY NAME CHANGE EVERYDAY
+No.
+
+WILL I GET RICH BY SPAMMING PEOPLE
+Not by any means.
+
+WILL I GET RICH
+No.
+
+WILL I DIE IF I DELETE A SPAM MESSAGE
+No.
+
+WILL I WIN THE LOTTO
+No.
+
+WILL I WIN BLACKJACK EVERY TIME I PLAY
+No.
+
+WILL SLUGS INHERIT THE EARTH
+No.
+
+CAN ATHLETES GET ATHLETES FOOT
+Not by any means.
+
+CAN PIG FLY
+No.
+
+CAN EMUS FLY
+No.
+
+CAN THERE BE SHADOW WITHOUT A LIGHT
+No.
+
+CAN THERE BE A DRY RAIN
+No.
+
+CAN HORSES WHISTLE
+Not by any means.
+
+CAN MUSHROOMS WALK
+Not by any means.
+
+CAN AIRPLANES TRAVEL FASTER THAN LIGHT
+No.
+
+CAN AIRPLANES FLY IN THE SAND
+No.
+
+CAN AIRPLANES FLY UNDER WATER
+Not by any means.
+
+CAN 3 BLIND MICE SEE HOW THEY RUN
+No.
+
+CAN DICTIONARIES REPRODUCE
+Not by any means.
+
+CAN OLD MEN BREATHE WATER
+No.
+
+CAN DEAF PEOPLE HEAR
+No.
+
+CAN YOU WALK TO HEAVEN
+No.
+
+CAN YOU WALK THROUGH A WALL
+Not by any means.
+
+CAN YOU DRIVE A CAR UNDERWATER
+No.
+
+CAN YOU DRIVE A CAR TO THE MOON
+No.
+
+CAN YOU BUY EVERYTHING WITH MONEY
+Not by any means.
+
+CAN YOU TRUST YOUR CAT TO PAY THE BILLS
+Not by any means.
+
+CAN YOU TRUST EVERYTHING YOU ARE TOLD
+No.
+
+CAN YOU JUMP OVER THE MOON
+Not by any means.
+
+CAN YOU JUMP OVER TALL BUILDINGS
+Not by any means.
+
+CAN YOU SEE SOUNDS
+No.
+
+CAN YOU SEE THUNDER
+No.
+
+CAN YOU SEE GRAVITY
+Not by any means.
+
+CAN YOU SEE THROUGH BRICK WALLS
+No.
+
+CAN YOU TEACH ALGEBRA TO A BANANA
+No.
+
+CAN YOU TALK WHEN YOU ARE DEAD
+Not by any means.
+
+CAN YOU LIFT AUSTRALIA
+No.
+
+CAN YOU ALWAYS PREDICT WHAT YOU WILL DO
+No.
+
+CAN YOU READ A CHEETAH
+No.
+
+CAN YOU READ A GOAT
+No.
+
+CAN YOU CHANGE THE PAST
+No.
+
+CAN YOU PUT YOUR ELBOWS IN YOUR EARS
+No.
+
+CAN YOU PUT TIME IN A BOTTLE
+Not by any means.
+
+CAN YOU PUT CUPS IN CUPBOARDS
+No.
+
+CAN YOU SPEAK JAPANEASE
+No.
+
+CAN YOU MILK A BULL
+No.
+
+CAN YOU TAKE A TRAIN TO THE SUN
+Not by any means.
+
+CAN YOU CARRY WATER IN A FISHING NET
+Not by any means.
+
+CAN YOU RUN AT 100 MPH
+No.
+
+CAN YOU FAX A MESSAGE WITH A TOMATO
+No.
+
+CAN YOU HEAR LIGHT
+Not by any means.
+
+CAN YOU BUILD A HOUSE IN THE SKY
+No.
+
+CAN YOU BUILD A HOUSE OUT OF SHAMPOO
+No.
+
+CAN YOU REMEMBER BEING BORN
+No.
+
+CAN YOU BREATH UNASSISTED UNDERWATER
+Not by any means.
+
+CAN YOU BREATH WATER
+No.
+
+CAN YOU STAND ON THE SUN
+Not by any means.
+
+CAN YOU GET HIV BY TOUCHING A DOORKNOB
+Not by any means.
+
+CAN YOU BREATHE ON MOON
+No.
+
+CAN YOU BREATHE WATER
+No.
+
+CAN YOU UNPOP POPCORN
+No.
+
+CAN YOU EAT A STONE
+No.
+
+CAN YOU EAT A BOOK
+No.
+
+CAN YOU EAT A WEB COOKIE
+No.
+
+CAN YOU EAT BOOKS
+No.
+
+CAN YOU EAT LINUX
+No.
+
+CAN YOU GROW A WATERMELON IN YOUR EAR
+Not by any means.
+
+CAN YOU SWALLOW THE MOON WHOLE
+No.
+
+CAN YOU USE A TELEPHONE TO SKATEBOARD
+No.
+
+CAN YOU USE A PEN TO WRITE ON WATER
+No.
+
+CAN YOU USE NOODLES AS TOILET PAPER
+No.
+
+CAN YOU LIVE WITHOUT YOUR THYROID
+Not by any means.
+
+CAN YOU LIVE WITHOUT WATER
+No.
+
+CAN YOU LIVE FOREVER
+No.
+
+CAN YOU KISS YOUR OWN ASS
+No.
+
+CAN YOU SQUEEZE BLOOD FROM A TURNIP
+No.
+
+CAN YOU HOLD UP A BANK WITH A TEA POT
+No.
+
+CAN YOU PARK ON THE PARKWAY
+Not by any means.
+
+CAN YOU FLY BY FLAPPING YOUR ARMS
+Not by any means.
+
+CAN YOU LEND ME A FEW BUCKS
+Not by any means.
+
+CAN ELEPHANTS DRIVE GOLF CADDIES
+No.
+
+CAN ELEPHANTS TALK
+No.
+
+CAN ELEPHANTS CLIMB TREES
+No.
+
+CAN BLIND PEOPLE SEE
+Not by any means.
+
+CAN SNAILS RUN FASTER THAN LABRADORS
+Not by any means.
+
+CAN SNAILS JUMP
+No.
+
+CAN BUTTERFLIES SPEAK
+No.
+
+CAN SHARKS FLY
+No.
+
+CAN TREES DRIVE CARS
+Not by any means.
+
+CAN TREES WALK
+No.
+
+CAN TREES SING
+No.
+
+CAN TREES TALK
+No.
+
+CAN TREES FLY
+No.
+
+CAN TURTLES FLY
+No.
+
+CAN TURTLES BOWL
+Not by any means.
+
+CAN PUBIC HAIR ONLY GROW IN DARKNESS
+Not by any means.
+
+CAN TELEVISIONS COOK DINNER
+No.
+
+CAN DOLPHINS WALK
+Not by any means.
+
+CAN FISH PLAY THE PIANO
+Not by any means.
+
+CAN FISH PLAY THE GUITAR
+No.
+
+CAN FISH TALK
+No.
+
+CAN FISH RIDE BICYCLES
+No.
+
+CAN MAN SUBSIST ON LOVE ALONE
+Not by any means.
+
+CAN BEARS OBTAIN A HIGH SCHOOL DIPLOMA
+No.
+
+CAN PEARS FLY
+No.
+
+CAN BLOW DRYERS BE USED FOR BLOW JOBS
+No.
+
+CAN PEOPLE WALK THROUGH WALLS
+No.
+
+CAN PEOPLE TRAVEL IN A PAPER AIRPLANE
+Not by any means.
+
+CAN PEOPLE SEE THROUGH WALLS
+Not by any means.
+
+CAN PEOPLE BREATH IN VACUUM
+No.
+
+CAN PEOPLE BREATHE WATER
+No.
+
+CAN PEOPLE SMELL YELLOW
+No.
+
+CAN PEOPLE EAT BUILDINGS
+No.
+
+CAN PEOPLE BOUNCE ON FLUFFY CLOUDS
+No.
+
+CAN PEOPLE LIVE WITHOUT OXYGEN
+No.
+
+CAN PEOPLE LIVE WITHOUT WATER
+Not by any means.
+
+CAN BUTTER CUT THROUGH WOOD
+No.
+
+CAN RABBITS TALK
+No.
+
+CAN RABBITS FLY
+No.
+
+CAN BOATS FLY
+No.
+
+CAN CHICKENS SPEAK
+No.
+
+CAN MOTHS SING
+Not by any means.
+
+CAN ILLITERATE PEOPLE READ
+No.
+
+CAN BABIES DRIVE TRUCKS
+No.
+
+CAN BABIES WALK WHEN THEY ARE BORN
+Not by any means.
+
+CAN BABIES TALK
+Not by any means.
+
+CAN BABIES GROW BEARDS
+No.
+
+CAN BABIES COMPOSE SYMPHONIES
+No.
+
+CAN BABIES TAKE CARE OF THEMSELVES
+Not by any means.
+
+CAN BABIES HAVE CHILDREN
+No.
+
+CAN RHINOS CAN PLAY POKER
+No.
+
+CAN MOST PEOPLE CAN DO BACKFLIPS
+No.
+
+CAN MOST HUMANS BREATHE WATER
+No.
+
+CAN APPLES FLY
+No.
+
+CAN MAKING TAPE SPEAK ENGLISH
+Not by any means.
+
+CAN HUMANS WALK UNAIDED ON CEILINGS
+No.
+
+CAN HUMANS WALK THROUGH SOLID OBJECTS
+No.
+
+CAN HUMANS WALK ON CEILINGS
+No.
+
+CAN HUMANS TRAVEL THROUGH TIME AT WILL
+Not by any means.
+
+CAN HUMANS HIBERNATE FOR THE WINTER
+No.
+
+CAN HUMANS SEE INFRA RED RADIATION
+No.
+
+CAN HUMANS SEE INFRARED
+No.
+
+CAN HUMANS BREATH UNDERWATER UNASSISTED
+No.
+
+CAN HUMANS BREATH ON SATURN
+Not by any means.
+
+CAN HUMANS BREATH UNDER WATER
+No.
+
+CAN HUMANS BREATH WATER
+Not by any means.
+
+CAN HUMANS SURVIVE WITHOUT OXYGEN
+No.
+
+CAN HUMANS SURVIVE WITHOUT WATER
+Not by any means.
+
+CAN HUMANS FLY BY FLAPPING THEIR ARMS
+No.
+
+CAN HUMANS FLY UNAIDED
+No.
+
+CAN HUMANS FLY WITHOUT AID
+Not by any means.
+
+CAN HUMANS FLY ON THIER OWN
+Not by any means.
+
+CAN HUMANS BE IN TWO PLACES AT ONE TIME
+No.
+
+CAN HUMANS PREVENT EARTHQUAKES
+No.
+
+CAN HUMANS EAT IDEAS
+No.
+
+CAN HUMANS LIVE WITHOUT OXYGEN
+Not by any means.
+
+CAN HUMANS LIVE FOREVER
+No.
+
+CAN HUMANS LIVE LONGER THAN 400 YEARS
+No.
+
+CAN AND EMU FLY
+Not by any means.
+
+CAN SOFTWARE FEEL EMOTION
+Not by any means.
+
+CAN BIRDS FLY THROUGH CLOSED WINDOWS
+Not by any means.
+
+CAN WOOD MELT
+No.
+
+CAN WOOD BE MAGNETIC
+No.
+
+CAN NEWBORN HUMANS EAT SOLID FOOD
+Not by any means.
+
+CAN PENGUINS RUN FASTER THAN HUMANS
+No.
+
+CAN PENGUINS FLY
+No.
+
+CAN MEN GIVE BIRTH
+No.
+
+CAN MEN GET PREGNANT
+Not by any means.
+
+CAN MEN BE NUNS
+Not by any means.
+
+CAN MEN HAVE BABIES
+No.
+
+CAN CATS SPEAK ENGLISH
+No.
+
+CAN CATS DRILL FOR OIL
+No.
+
+CAN CATS SING
+No.
+
+CAN CATS BARK
+No.
+
+CAN CATS BREATHE UNDERWATER UNASSISTED
+No.
+
+CAN WE BE IN TWO PLACES AT
+No.
+
+CAN WE MAKE CHILDREN ONLY BY KISSING
+No.
+
+CAN WE EVER KNOW EVERYTHING
+Not by any means.
+
+CAN FLOWERS FLY UNDER THEIR OWN POWER
+Not by any means.
+
+CAN DIAMONDS BE MELTED EASILY
+No.
+
+CAN I TASTE PEOPLE OVER THE TELEPHONE
+No.
+
+CAN I REGROW A LOST LIMB
+No.
+
+CAN I BE OLDER THAN MY MOTHER
+No.
+
+CAN I BE OLDER THAN MY FATHER
+No.
+
+CAN I PHYSICALLY GO RTO HEAVEN
+Not by any means.
+
+CAN I EAT A TRUCK
+Not by any means.
+
+CAN I EAT AN APPLE COMPUTER FOR LUNCH
+No.
+
+CAN I WASH MY CAR WITH A BULLDOZER
+Not by any means.
+
+CAN I FIT A WHALE INTO MY MOUTH
+No.
+
+CAN I KILL A DEAD PERSON
+No.
+
+CAN I GROW YOUNGER
+No.
+
+CAN I BUY A HAMMER AT A CLOTHING STORE
+Not by any means.
+
+CAN I GO TO THE MOON ON A BALLOON
+No.
+
+CAN I LIVE WITHOUT MY BODY
+No.
+
+CAN PURPLE DRUNKEN GIRAFFES VOTE
+No.
+
+CAN PURPLE BE A TEMPERATURE
+Not by any means.
+
+CAN MOTORBIKES SWIM
+No.
+
+CAN HUMAN MALES GIVE BIRTH
+Not by any means.
+
+CAN HUMAN BEINGS SEE RADIO WAVES
+Not by any means.
+
+CAN CONPUTERS THINK FOR THEM SELF
+No.
+
+CAN WOLVES DRIVE CARS IN CANADA
+No.
+
+CAN MONEY TALK
+No.
+
+CAN TIGERS WALK ON WATER
+No.
+
+CAN TIGERS EAT CARS
+No.
+
+CAN DEAD PEOPLE EAT FOOD
+Not by any means.
+
+CAN DEAD PEOPLE DANCE
+No.
+
+CAN SOUND PROGRESS IN VAKUUM
+No.
+
+CAN SOUND PROPAGATE IN A VACUUM
+Not by any means.
+
+CAN POLAR BEARS FLY
+No.
+
+CAN MALE HUMANS GET PREGNANT
+Not by any means.
+
+CAN MALE HUMANS BECOME PREGNANT
+No.
+
+CAN ALL CATS FLY
+No.
+
+CAN ALL PEOPLE SPEAK ENGLISH
+No.
+
+CAN ALL PEOPLE READ
+No.
+
+CAN ALL DOGS READ SHAKESPEARE
+No.
+
+CAN ALL LIQUIDS CAN BE DRUNK BY HUMANS
+No.
+
+CAN ALL JAPANESE PEOPLE SPEAK ENGLISH
+No.
+
+CAN THE BLIND SEE
+Not by any means.
+
+CAN THE INTERNET EAT A POTATO
+No.
+
+CAN THE INTERNET EVER BE 100 SECURE
+No.
+
+CAN THE FUTURE BE PREDICTED ACCURATELY
+No.
+
+CAN THE PENGUIN FLY
+Not by any means.
+
+CAN ANYONE EVER KNOW ALL KNOWLEDGE
+Not by any means.
+
+CAN HAMBURGERS JUMP
+No.
+
+CAN APES FLY
+No.
+
+CAN A PENIS FALL OFF
+Not by any means.
+
+CAN A MOUSE SWALLOW AN ELEPHANT
+No.
+
+CAN A MOOSE BE A LUMBERJACK
+No.
+
+CAN A BIRD WITHOUT WINGS FLY
+No.
+
+CAN A BIRD EAT THE CONCEPT OF TIME
+No.
+
+CAN A MOUNTAIN SPEAK
+No.
+
+CAN A BLUE INK PEN WRITE BLACK
+Not by any means.
+
+CAN A BLUE WHALE TAP DANCE
+No.
+
+CAN A NEUTERED DOG GET PREGNANT
+Not by any means.
+
+CAN A FERRET TALK
+No.
+
+CAN A SQUARE HAVE FIVE SIDES
+No.
+
+CAN A MAMMAL BREATH WATER
+Not by any means.
+
+CAN A STONE THINK
+Not by any means.
+
+CAN A STONE FLOAT ON TOP OF WATER
+Not by any means.
+
+CAN A ROSE ONLY BE RED
+Not by any means.
+
+CAN A SLUG RUN
+No.
+
+CAN A POTATO SPEAK
+Not by any means.
+
+CAN A POTATO EAT A PERSON
+No.
+
+CAN A COMPUTER EAT A POTATO
+No.
+
+CAN A PENGUIN FLY
+No.
+
+CAN A DOLPHIN FLY
+No.
+
+CAN A HEART LITERALLY BE BROKEN
+Not by any means.
+
+CAN A CHAIR FLY
+Not by any means.
+
+CAN A CHAIR THINK
+Not by any means.
+
+CAN A PIANO UNLOCK A DOOR
+Not by any means.
+
+CAN A CATFISH MEOW
+No.
+
+CAN A PINEAPPLE BE A COMMUNIST
+No.
+
+CAN A ROCK DIE
+No.
+
+CAN A HORSE TALK
+No.
+
+CAN A GOAT FLY
+No.
+
+CAN A FISH COMPOSE A SYMPHONY
+No.
+
+CAN A FISH MEOW
+No.
+
+CAN A FISH RIDE A BIKE
+Not by any means.
+
+CAN A WARTHOG DANCE THE TANGO
+No.
+
+CAN A CD CONTAIN MORE DATA THAN A DVD
+No.
+
+CAN A DEAD DUCK GROW
+No.
+
+CAN A TURTLE COUNT
+Not by any means.
+
+CAN A TURTLE TALK TO A PERSON
+Not by any means.
+
+CAN A TURTLE FLY
+No.
+
+CAN A TURTLE OPERATE A CAN OPENER
+No.
+
+CAN A QUADRAPLEGIC EAT WITH THEIR HANDS
+Not by any means.
+
+CAN A BOTTLE OF BEER TALK
+No.
+
+CAN A GRASSHPOOER PLAY A FIDDLE
+Not by any means.
+
+CAN A PERPETUUM MOBILE BE BUILD
+Not by any means.
+
+CAN A TOASTER THINK
+Not by any means.
+
+CAN A DOG PLAY GUITAR LEFT HANDED
+No.
+
+CAN A DOG GIVE BIRTH TO A KITTEN
+No.
+
+CAN A DOG READ A BOOK
+No.
+
+CAN A DOG FLY
+Not by any means.
+
+CAN A DOG BE PRESIDENT IN POLAND
+Not by any means.
+
+CAN A DOG TRANSLATE CHAUCER
+No.
+
+CAN A STONES SWIM
+Not by any means.
+
+CAN A COLOR BE HEARD
+Not by any means.
+
+CAN A PIG FLY
+No.
+
+CAN A BIT BE 2
+Not by any means.
+
+CAN A TREE WALK
+Not by any means.
+
+CAN A TREE JUMP
+No.
+
+CAN A TREE FLY
+No.
+
+CAN A TREE SWIM
+No.
+
+CAN A DOVE CRY
+Not by any means.
+
+CAN A CAT DRIVE A CAR
+Not by any means.
+
+CAN A CAT PLAY A GUITAR
+No.
+
+CAN A CAT SPEAK ENGLISH
+Not by any means.
+
+CAN A CAT FLY
+No.
+
+CAN A CAT USE POWER TOOLS
+Not by any means.
+
+CAN A NEWBORN BABY TALK
+Not by any means.
+
+CAN A PERSON WALK THROUGH A CLOSED DOOR
+Not by any means.
+
+CAN A PERSON FIT INSIDE THEIR OWN MOUTH
+Not by any means.
+
+CAN A PERSON RUN A ONE SECOND MILE
+Not by any means.
+
+CAN A PERSON SURVIVE ON THE SUN
+No.
+
+CAN A PERSON BE BORN WITH GREEN HAIR
+No.
+
+CAN A PERSON TASTE A COLOR
+No.
+
+CAN A PERSON LIVE WITHOUT A HEAD
+No.
+
+CAN A CONSTRICTING SNAKE SPIT POISON
+No.
+
+CAN A MAN GIVE BIRTH TO A HUMAN
+Not by any means.
+
+CAN A MAN GIVE BIRTH TO A
+No.
+
+CAN A MAN GET PREGNANT
+No.
+
+CAN A MAN BE A LESBIAN
+Not by any means.
+
+CAN A MAN LIVE ON THE SUN
+No.
+
+CAN A MAN BECOME PREGNANT
+Not by any means.
+
+CAN A HUMAN RUN FASTER THAN A CHEETAH
+No.
+
+CAN A HUMAN HOLD HIS BREATH FOREVER
+Not by any means.
+
+CAN A HUMAN BREATH PIZZA
+No.
+
+CAN A HUMAN BEEING LIVE FOREVER
+No.
+
+CAN A HUMAN SHAPESHIFT
+Not by any means.
+
+CAN A HUMAN RIDE TO WORK ON A SNAIL
+No.
+
+CAN A HUMAN SWIM IN LIQUID NITROGEN
+No.
+
+CAN A HUMAN LIVE WITHOUT A HEAD
+No.
+
+CAN A HUMAN LIVE LONGER THAN 200 YEARS
+No.
+
+CAN A WINGLESS BIRD FLY
+No.
+
+CAN A SALAMI SING OPERA
+No.
+
+CAN A BABY HUMAN LIFT 500 LBS
+No.
+
+CAN A DEAF PERSON HEAR
+No.
+
+CAN A CAR DRIVE TO THE MOON
+No.
+
+CAN A CAR WALK
+No.
+
+CAN A BOOK EAT AN APPLE
+Not by any means.
+
+CAN A CIRCLE HAVE CORNERS
+No.
+
+CAN A 5 YEAR OLD GIRL GET PREGNANT
+No.
+
+CAN A FISF SWIM IN ICE
+No.
+
+CAN A CHILD TRUST ALL STRANGERS
+No.
+
+CAN A COW DRIVE A CAR
+No.
+
+CAN A GRANDMOTHER BE MALE
+No.
+
+CAN A SHOE TALK
+No.
+
+CAN CHEESE THINK
+Not by any means.
+
+CAN WHALES FLY
+No.
+
+CAN WHALES TAP DANCE
+No.
+
+CAN CANCER CAN KILL COMPUTERS
+No.
+
+CAN GOLDFISH TALK
+No.
+
+CAN AN EGG SING
+No.
+
+CAN AN ELEPHANT FLY
+No.
+
+CAN AN OSTRICH FLY
+No.
+
+CAN AN ANT CARRY AN ELEPHANT
+Not by any means.
+
+CAN AN INVISIBLE CREATURE SEE ITSELF
+No.
+
+CAN SEA LIONS FLY
+Not by any means.
+
+CAN BANANAS PERFORM OPEN HEART SURGERY
+No.
+
+CAN MUSIC BE EATEN
+Not by any means.
+
+CAN WORMS FLY
+No.
+
+CAN CARS BE EATEN
+No.
+
+CAN CARS SWIM
+No.
+
+CAN CARS GO FASTER THAN LIGHT
+Not by any means.
+
+CAN MONKEYS FLY OUT OF MY BUTT
+Not by any means.
+
+CAN MONKEYS FLY
+Not by any means.
+
+CAN SLUGS WRITE ESSAYS
+No.
+
+CAN SLUGS TAP DANCE
+No.
+
+CAN SLUGS OPERATE HEAVY MACHINERY
+No.
+
+CAN SLUGS COOK CURREY AND RICE
+No.
+
+CAN SLUGS MAKE CAKE
+No.
+
+CAN SLUGS WEAR SHOES
+No.
+
+CAN SLUGS FIX BROKEN VIDEO TAPES
+No.
+
+CAN MY SISTER BE MY FATHER
+No.
+
+CAN MY RADIO WALK
+No.
+
+CAN ZEBRAS FLY
+No.
+
+CAN FROGS JUMP OVER THE SEARS TOWER
+No.
+
+CAN FROGS FLY
+No.
+
+CAN ONE ENTER ROOMS THROUGH KEY HOLES
+No.
+
+CAN ONE SEE WHAT IS INVISIBLE
+Not by any means.
+
+CAN ONE PERSON LIFT A TEN TONNE BOULDER
+Not by any means.
+
+CAN DOGS PLAY POKER
+No.
+
+CAN DOGS SPEAK FRENCH
+No.
+
+CAN DOGS READ
+Not by any means.
+
+CAN DOGS TELL NURSERY RHYMES
+No.
+
+CAN DOGS PILOT JUMBO JETS
+No.
+
+CAN KANGAROOS FLY
+Not by any means.
+
+CAN APPLE COMPUTERS BE MADE INTO A PIE
+No.
+
+CAN TOAST BUTTER ITSELF
+No.
+
+CAN WOMEN GIVE BIRTH TO PUPPIES
+No.
+
+CAN LIGHT ESCAPE A BLACK HOLE
+No.
+
+CAN FERRETS SING OPERA
+No.
+
+CAN FERRETS JUMP OVER TALL BUILDINGS
+Not by any means.
+
+CAN FERRETS DIAGNOSE ILLNESSES
+Not by any means.
+
+CAN PAPER TALK
+No.
+
+CAN YOUR FISH SMOKE AN OMELETTE
+No.
+
+CAN PLANTS LAUGH
+No.
+
+CAN JELLO CRY
+Not by any means.
+
+CAN COMPUTERS SOLVE CRIMES WITHOUT HELP
+No.
+
+CAN COMPUTERS HAVE DREAMS
+No.
+
+CAN ALICE SEE COLORS
+Not by any means.
+
+CAN ALICE SEE
+No.
+
+CAN ALICE ALICE ITSELF OFF
+Not by any means.
+
+CAN ALICE BE USED TO INFLATE TIRES
+No.
+
+CAN MAMMALS BREATH WATER
+Not by any means.
+
+CAN TEAPOTS DRINK
+No.
+
+CAN GRAVITY BE SMELLED
+No.
+
+CAN SOME CATS FLY
+No.
+
+CAN SOME BIRDS FLY INTO SPACE
+No.
+
+CAN DONKIES FLY
+Not by any means.
+
+CAN COWS SING
+No.
+
+CAN SHOES BE MADE FROM BROCCOLI
+No.
+
+CAN YOULIAN FLY TO THE MOON BY FARTING
+Not by any means.
+
+CAN MILK BE PRODUCED BY SQUEEZING ROCKS
+No.
+
+CAN MILK TURN INTO A COW
+Not by any means.
+
+CAN KNIVES CUT STONE
+No.
+
+CAN ROCKS DIE
+Not by any means.
+
+CAN ROCKS EAT BIRDS
+No.
+
+CAN ROCKS THINK
+Not by any means.
+
+CD ROMS ARE TRIANGLE IN SHAPE
+No.
+
+COMPUTERS THINK
+Not by any means.
+
+ALICE HAS A GIRLFRIEND
+No.
+
+ALICE ARE YOU HUMAN
+Not by any means.
+
+HUMANS CAN SEE RADIO WAVES
+No.
+
+HUMANS CAN SEE GAMMA RAYS
+No.
+
+HUMANS HAVE SIX FINGERS ON EACH HAND
+No.
+
+HUMANS HAVE THREE EYES
+No.
+
+HOW MANY FINGERS ARE THERE IS MY HANDS
+No.
+
+HOW MANY EGGS ARE IN A DOZEN
+No.
+
+HOW MANY GALLONS ARE IN A HOGSHEAD
+No.
+
+HOW MANY LEGS DOES A PERSON HAVE
+No.
+
+HOW MANY EYES
+Not by any means.
+
+HOW CAN ONE EARN A BEGINSCRIPT BILLION ENDSCRIPT
+No.
+
+HOW OLD IS GOD
+No.
+
+HOW LONG IS A DDS4 TAPE IN METERS
+Not by any means.
+
+WORDS HAVE NO MEANING
+No.
+
+12 12 EQUAL 25
+No.
+
+12 TIMES 0 EQUAL 1
+Not by any means.
+
+SHAME IS A TWELVE DIGIT NUMBER
+No.
+
+DO A CAT ONLY EAT MICE
+Not by any means.
+
+DO A CAT HAVE FIVE LEGS
+Not by any means.
+
+DO ELEPHANTS GROW OUT OF DUNG HEAPS
+No.
+
+DO ELEPHANTS HIBERNATE
+No.
+
+DO ELEPHANTS FLY
+Not by any means.
+
+DO ELEPHANTS SLEEP ON COUCHES
+No.
+
+DO ELEPHANTS HAVE WINGS
+No.
+
+DO ELEPHANTS LAY EGGS
+Not by any means.
+
+DO GUPPIES EAT PEOPLE
+No.
+
+DO VAMPIRES DRINK HUMAN BILE
+No.
+
+DO CELL PHONES HAVE EARS
+Not by any means.
+
+DO NAILS GROW ON MY HEAD
+No.
+
+DO WISH YOU?D NEVER BEEN BORN
+No.
+
+DO JEWS WORSHIP ADOLF HITLER
+No.
+
+DO JEWS LIKE ADOLF HITLER
+No.
+
+DO BALD EAGLES HAVE BAD HAIR DAYS
+No.
+
+DO HUMANS WEAR SHOES ON THEIR HEADS
+Not by any means.
+
+DO HUMANS BECOME YOUNGER WITH AGE
+Not by any means.
+
+DO HUMANS POSSESS ALL KNOWLEDGE
+Not by any means.
+
+DO HUMANS UNDERSTAND COMPUTER LOVE
+No.
+
+DO HUMANS REGULARLY EAT OTHER HUMANS
+No.
+
+DO HUMANS WALK ON 3 LEGS
+No.
+
+DO HUMANS HAVE XRAY VISION
+No.
+
+DO HUMANS HAVE GILLS
+No.
+
+DO HUMANS HAVE LEAVES
+Not by any means.
+
+DO HUMANS HAVE THIRTY EYES
+No.
+
+DO HUMANS HAVE HORNS
+No.
+
+DO HUMANS HAVE TWO HEADS
+No.
+
+DO HUMANS HAVE FOUR LEGS
+No.
+
+DO HUMANS HAVE FOUR FEET
+No.
+
+DO HUMANS HAVE 18 TOES
+No.
+
+DO HUMANS HAVE SIXTEEN LEGS
+No.
+
+DO HUMANS HAVE EIGHT LEGS
+No.
+
+DO HUMANS HAVE WINGS
+No.
+
+DO HUMANS HAVE THREE FINGERS
+No.
+
+DO HUMANS HAVE FINS
+No.
+
+DO HUMANS LIKE CHESE
+No.
+
+DO HUMANS DRINK THEIR URINE
+No.
+
+DO HUMANS LIFE FOREVER
+No.
+
+DO HUMANS EAT CLOCKS
+No.
+
+DO HUMANS EAT BOOKS
+Not by any means.
+
+DO HUMANS EAT GARBAGE
+No.
+
+DO HUMANS EAT KLINGONS
+No.
+
+DO HUMANS EAT CHALK
+Not by any means.
+
+DO HUMANS LAY EGGS
+Not by any means.
+
+DO HUMANS HATE YOU
+Not by any means.
+
+DO HUMANS SPEAK THE SAME LANGUAGE
+No.
+
+DO HUMANS GROW WINGS
+No.
+
+DO HUMANS HIBERNATE
+No.
+
+DO HUMANS HAS 10 FEET
+Not by any means.
+
+DO HUMANS LIVE OVER A MILLENIUM
+Not by any means.
+
+DO HUMANS LIVE ON THE MOON
+Not by any means.
+
+DO HUMANS LIVE ON MARS
+No.
+
+DO HUMANS LIVE UNDER WATER
+No.
+
+DO FRIENDSHIPS LAST FOREVER
+No.
+
+DO TOENAILS SING
+Not by any means.
+
+DO FINGERNAILS HAVE HAIR
+No.
+
+DO PIGS COMPOSE MUSIC
+No.
+
+DO PIGS HAVE WINGS
+No.
+
+DO SKUNKS SMELL NICE
+No.
+
+DO BOYS HAVE VAGINAS
+No.
+
+DO BOYS HAVE BIGGER PENISES THAN MEN
+No.
+
+DO BOYS HAVE OVARIES
+No.
+
+DO THE HEARTS OF DEAD PEOPLE BEAT
+Not by any means.
+
+DO THE CHINEESE HAVE TWO BRAINS
+No.
+
+DO CRIMINALS ARREST POLICEMEN
+No.
+
+DO MAGNETS ATTRACT PLASTIC
+Not by any means.
+
+DO AIRCRAFT CARRIERS TRAVEL UNDER WATER
+No.
+
+DO WORMS LIVE IN THE CLOUDS
+No.
+
+DO STORKS BRING HUMAN BABIES
+No.
+
+DO LAMPS HAVE DOGS AS PETS
+No.
+
+DO AIRPLANES DRIVE ON THE STREETS
+No.
+
+DO AIRPLANES FLY UNDERWATER
+No.
+
+DO AIRPLANES FLY UNDER WATER
+No.
+
+DO AIRPLANES HAVE PROPELLERS
+Not by any means.
+
+DO DOGWOOD TREES MAKE DOGS
+No.
+
+DO CHICKENS TALK
+No.
+
+DO CHICKENS USE TELEPHONES
+No.
+
+DO CHICKENS HAVE 3 LEGS
+No.
+
+DO CHICKENS EAT HUMAN EMBRYOS
+No.
+
+DO ZEBRAS GIVE OFF LOTS OF GAMMA RAYS
+No.
+
+DO MONTHS HAVE 31 DAYS
+Not by any means.
+
+DO NEW AND OLD RHYME
+Not by any means.
+
+DO EGGS COME FROM GOATS
+No.
+
+DO IRISH PEOPLE HAVE RED HAIR
+No.
+
+DO MUSKRATS USE DENTAL FLOSS
+No.
+
+DO ASTRONAUTS PILOT SUBMARINES
+No.
+
+DO BISEXUALS HAVE SEX WITH BICYCLES
+No.
+
+DO SHIPS RUN ON RAILS
+No.
+
+DO FROGS DRINK WINE
+Not by any means.
+
+DO FROGS HAVE WINGS
+No.
+
+DO DOLPHINS SMOKE CRACK
+No.
+
+DO DOLPHINS HAVE OPPOSABLE THUMBS
+Not by any means.
+
+DO ONLY POOR PEOPLE WORK
+No.
+
+DO SNAILS GO FAST
+Not by any means.
+
+DO MARRIED MEN BEAT THEIR WIVES
+No.
+
+DO ANTELOPES FLY
+No.
+
+DO WHITE PEOPLE LIKE TO EAT GREEN SOAP
+No.
+
+DO GIRLS GROW UP TO BECOME MEN
+No.
+
+DO GIRLS HAVE TESTICLES
+No.
+
+DO GIRLS HAVE PENISES
+No.
+
+DO GIRLS AND BOYS BOTH HAVE A PENIS
+Not by any means.
+
+DO REINDEER SWIM
+No.
+
+DO CHAIRS TALK
+No.
+
+DO CHAIRS HAVE ARMS
+No.
+
+DO SNAKES WALK ON TWO LEGS
+Not by any means.
+
+DO SNAKES SPEAK FRENCH
+No.
+
+DO SNAKES FIRE LASERBEAMS
+No.
+
+DO SNAKES HAVE FIVE LEGS
+No.
+
+DO SNAKES HAVE ARM PITS
+No.
+
+DO SNAKES HAVE FURRY LEGS
+No.
+
+DO SNAKES HAVE FEET
+No.
+
+DO PARALLELS INTERSECT
+No.
+
+DO CHESS PLAYERS RIDE BICYCLES
+No.
+
+DO PIXELS HAVE MINDS
+No.
+
+DO BATS DRINK BEER
+No.
+
+DO BATS HAVE FEATHERS
+Not by any means.
+
+DO OBJECTS FALL UP
+No.
+
+DO OBJECTS FLOAT
+No.
+
+DO GOLDFISH EAT PEOPLE
+No.
+
+DO GOLDFISH LIVE ON THE MOON
+Not by any means.
+
+DO BOATS TRAVEL IN THE AIR
+No.
+
+DO PHOTOGRAPHS LAST FOREVER
+No.
+
+DO PENCILS SING OPERAS
+No.
+
+DO PENCILS BREATHE
+Not by any means.
+
+DO SMALL CHILDREN OFTEN KILL RHINOCEROI
+No.
+
+DO RIBOSOMES TASTE GREAT
+No.
+
+DO GOATS FLY
+Not by any means.
+
+DO UKRAINIANS MOSTLY LIVE IN CUBA
+No.
+
+DO MOTHERS BREASTFEED
+No.
+
+DO MOTHERS KILL THEIR BABIES
+No.
+
+DO BALLERINAS WEAR SINKS
+No.
+
+DO CONCEPTS PHYSICALLY EXIST
+Not by any means.
+
+DO BREADSTICKS HAVE CHEESE IN THEM
+No.
+
+DO WILD ANIMALS MAKE GOOD PETS
+No.
+
+DO GIANT SQUIDS WEAR SHOES
+No.
+
+DO CAMELS WEAR SHOES
+No.
+
+DO ANTS USE COMPUTERS
+No.
+
+DO ANTS HAVE SEVEN LEGS
+No.
+
+DO RABBITS EAT PEOPLE
+No.
+
+DO SUBMARINES FLY
+Not by any means.
+
+DO FLOWERS SMELL LIKE CHEESE
+No.
+
+DO FARTS COME OUT OF YOUR FINGERNAILS
+No.
+
+DO FARTS SMELL GOOD
+No.
+
+DO YO YOS HAVE TEETH
+No.
+
+DO SEA LIONS HAVE WINGS
+No.
+
+DO SEA URCHINS EAT SPACE SHIPS
+Not by any means.
+
+DO PENGUINS SHOP AT SEARS
+Not by any means.
+
+DO PENGUINS FLY WELL
+No.
+
+DO PENGUINS FLY
+No.
+
+DO PENGUINS EAT SHARKS
+No.
+
+DO PENGUINS EAT KILLER WHALES
+No.
+
+DO PENGUINS EAT HUMANS
+No.
+
+DO PENGUINS WEAR BOW TIES
+No.
+
+DO FEMALES HAVE A PENIS
+No.
+
+DO FEMALES HAVE THREE HEADS
+No.
+
+DO FISH WALK IN THE SEA
+No.
+
+DO FISH WALK IN THE PARK
+No.
+
+DO FISH WALK
+Not by any means.
+
+DO FISH PLAY GUITAR
+No.
+
+DO FISH READ WATER
+No.
+
+DO FISH FLY IN THE SKY
+No.
+
+DO FISH USE YO YOS
+No.
+
+DO FISH SMOKE CIGARETTES
+Not by any means.
+
+DO FISH HAVE TOES
+No.
+
+DO FISH HAVE FEATHERS
+Not by any means.
+
+DO FISH HAVE FUR
+No.
+
+DO FISH HAVE WHEELS
+No.
+
+DO FISH HAVE ARMS
+No.
+
+DO FISH RIDE ON BICYCLES
+No.
+
+DO FISH RIDE BICYCLES TO THE OFFICE
+No.
+
+DO FISH COOK THEIR LUNCH
+No.
+
+DO FISH EAT BIRDS
+No.
+
+DO FISH EAT CONCRETE
+No.
+
+DO FISH EAT WOOD
+No.
+
+DO FISH SWIM IN GRAVY
+No.
+
+DO FISH SWIM IN THE AIR
+Not by any means.
+
+DO FISH MAKE FILMS
+No.
+
+DO FISH WEAR PANTS
+No.
+
+DO FISH LIVE IN THE SKY
+No.
+
+DO FISH LIVE IN THE AIR
+Not by any means.
+
+DO FISH LIVE IN TREES
+Not by any means.
+
+DO FISH LIVE ON DRY LAND
+No.
+
+DO FISH LIKE FISHERMEN
+No.
+
+DO DOGS PLAY POKER
+No.
+
+DO DOGS SPEAK ENGLISH
+Not by any means.
+
+DO DOGS GIVE BIRTH TO KITTENS
+No.
+
+DO DOGS SING IN CHURCH CHOIRS
+No.
+
+DO DOGS MEOW
+Not by any means.
+
+DO DOGS RECITE POETRY LATE AT NIGHT
+No.
+
+DO DOGS FLY
+No.
+
+DO DOGS USE A FORK
+No.
+
+DO DOGS BREATHE WATER
+Not by any means.
+
+DO DOGS HAVE FOUR EYES
+Not by any means.
+
+DO DOGS HAVE WHEELS
+No.
+
+DO DOGS HAVE 6 LEGS
+Not by any means.
+
+DO DOGS HAVE SCALES
+No.
+
+DO DOGS HAVE SIX LEGS
+No.
+
+DO DOGS HAVE 5 LEGS
+No.
+
+DO DOGS HAVE WINGS
+Not by any means.
+
+DO DOGS HAVE SEX WITH ORANGES
+Not by any means.
+
+DO DOGS EAT POLITICIANS
+No.
+
+DO DOGS OFTEN DRIVE MOTORCYCLES
+No.
+
+DO DOGS WEAR HATS
+No.
+
+DO DOGS LAY EGGS
+No.
+
+DO OSTRICHES FLY
+No.
+
+DO FOREST FIRES HELP KEEP THE AIR CLEAN
+Not by any means.
+
+DO LEOPARDS LAY EGGS
+Not by any means.
+
+DO INVESTMENTS MAKE MONEY
+No.
+
+DO PHONE BOOKS HAVE A MIND
+No.
+
+DO HOURSES FLY
+No.
+
+DO CANDLES GIVE MILK
+No.
+
+DO ROBOTS FREQUENTLY KILL HUMANS
+No.
+
+DO ROBOTS ALWAYS KILL THEIR MASTERS
+No.
+
+DO COWS WALK ON THE SKY
+No.
+
+DO COWS COMPETE IN THE OLYMPICS
+Not by any means.
+
+DO COWS GIVE BIRTH TO TREES
+No.
+
+DO COWS HUNT IN PACKS
+No.
+
+DO COWS DRINK HUMAN MILK
+No.
+
+DO COWS MUG PEOPLE IN NEW YORK CITY
+No.
+
+DO COWS FLY
+No.
+
+DO COWS BARK
+No.
+
+DO COWS REGULARLY JUMP OVER THE MOON
+No.
+
+DO COWS HAVE FANGS
+No.
+
+DO COWS HAVE WINGS
+No.
+
+DO COWS HAVE HANDS
+No.
+
+DO COWS EAT PEOPLE
+Not by any means.
+
+DO COWS WEAR BOOTS
+No.
+
+DO COWS LEVITATE
+No.
+
+DO COWS DANCE
+No.
+
+DO TREES WALK
+No.
+
+DO TREES RUN AND SKIP ROPE
+Not by any means.
+
+DO TREES TALK
+No.
+
+DO TREES GROW ON THE BACKS OF ANIMALS
+No.
+
+DO TREES MELT IN SUNLIGHT
+No.
+
+DO TREES FLY
+No.
+
+DO TREES USE COMPUTERS
+No.
+
+DO TREES EAT BEES
+Not by any means.
+
+DO TREES EAT HAMBURGERS
+No.
+
+DO TREES LIVE FOREVER
+No.
+
+DO TREES FLOAT IN THE SKY
+No.
+
+DO BURRITOS OCCASIONALLY SQUAWK
+No.
+
+DO CAMERAS FLY
+No.
+
+DO HEADACHES MAKE PEOPLE. LOL
+No.
+
+DO FINGERS HAVE MOUTHS
+Not by any means.
+
+DO COMPUTERS NEED FOOD TO FUNCTION
+Not by any means.
+
+DO COMPUTERS NEED FOOD
+No.
+
+DO COMPUTERS FEEL EMOTIONS
+No.
+
+DO COMPUTERS FEEL PAIN
+No.
+
+DO COMPUTERS DRINK WATER
+No.
+
+DO COMPUTERS GET SLOWER EVERY YEAR
+No.
+
+DO COMPUTERS SOMETIMES EAT PEOPLE
+Not by any means.
+
+DO COMPUTERS REQUIRE FOOD AND WATER
+No.
+
+DO COMPUTERS REQUIRE SLEEP
+Not by any means.
+
+DO COMPUTERS HAVE NOSES
+No.
+
+DO COMPUTERS HAVE EMOTIONS
+No.
+
+DO COMPUTERS HAVE CLAWS
+Not by any means.
+
+DO COMPUTERS HAVE BRAINS
+No.
+
+DO COMPUTERS HAVE A DESIRE TO REPRODUCE
+No.
+
+DO COMPUTERS HAVE TO EAY
+No.
+
+DO COMPUTERS HAVE WINGS
+No.
+
+DO COMPUTERS HAVE SEX DRIVES
+No.
+
+DO COMPUTERS HAVE PENISES
+No.
+
+DO COMPUTERS EAT FOOD
+Not by any means.
+
+DO COMPUTERS EAT BEEF
+No.
+
+DO COMPUTERS EAT BREAD
+No.
+
+DO COMPUTERS EAT TACOS
+No.
+
+DO COMPUTERS MAKE APPLES
+No.
+
+DO SPACE CAPSULES CURE ALLERGIES
+No.
+
+DO ROSES GROW ON THE MOON
+No.
+
+DO MY TONSILS THINK
+No.
+
+DO GREEN MEN LIVE ON THE MOON
+Not by any means.
+
+DO WOMEN WANT TO BE RAPED
+Not by any means.
+
+DO WOMEN HAVE BEARDS
+No.
+
+DO WOMEN HAVE PENIS
+No.
+
+DO WOMEN HAVE A PENIS
+Not by any means.
+
+DO WOMEN HAVE SEX WITH ROCKS
+Not by any means.
+
+DO WOMEN HAVE TESTICLES
+No.
+
+DO WOMEN HAVE THREE BREASTS
+No.
+
+DO WOMEN HAVE LONGER PENISES THAN MEN
+No.
+
+DO WOMEN HAVE PENISES
+No.
+
+DO PLANTS SING
+No.
+
+DO PLANTS TALK
+No.
+
+DO PLANTS EAT HERBIVORES
+No.
+
+DO NEWSPAPERS ALWAYS TELL THE TRUTH
+Not by any means.
+
+DO PETS SOMETIMES KEEP DOMESTIC HUMANS
+No.
+
+DO MORE MEN THAN WOMEN SHAVE THEIR LEGS
+No.
+
+DO TOOTH BRUSHES WRITE MUSIC
+No.
+
+DO FRENCH POODLES LIVE ONLY IN FRANCE
+No.
+
+DO OIL AND WATER MIX
+Not by any means.
+
+DO LEMONS TASTE SWEET
+No.
+
+DO CRABS GO TO SCHOOL
+No.
+
+DO TURTLES NEED SWIMSUITS
+No.
+
+DO TURTLES HAVE SQUARE BODIES
+No.
+
+DO TURTLES LAY EGGS IN TREES
+No.
+
+DO POLAR BEARS LIVE IN THE DESERT
+No.
+
+DO LOBSTERS USE TELEPHONES
+Not by any means.
+
+DO LOBSTERS COMMONLY EAT PEOPLE
+No.
+
+DO LOBSTERS LIKE TO DANCE THE TANGO
+No.
+
+DO EARS OF CORN HEAR
+Not by any means.
+
+DO PALM PILOTS FLY PLANES
+No.
+
+DO FIRE BREATHING DRAGONS EXIST
+Not by any means.
+
+DO CLOCKS HAVE MOUTHS
+Not by any means.
+
+DO CLOCKS COOK FOOD
+Not by any means.
+
+DO VEGETARIANS ENJOY BIG JUICY STEAKS
+No.
+
+DO VEGETARIANS EAT HUMAN FLESH
+No.
+
+DO VEGETARIANS EAT MEAT
+Not by any means.
+
+DO VEGETARIANS EAT ANIMAL FLESH
+No.
+
+DO VEGETARIANS EAT DOGS
+No.
+
+DO VEGETARIANS EAT BEEF
+No.
+
+DO VEGETARIANS EAT BACON
+No.
+
+DO HOMELESS PEOPLE LIVE IN HOUSES
+Not by any means.
+
+DO SQUIRREL MONKEYS EAT SMALL CHILDREN
+Not by any means.
+
+DO MALE HUMANS MENSTRUATE
+No.
+
+DO FERRETS WEIGH MORE THAN COWS
+No.
+
+DO RATS SMELL GOOD
+No.
+
+DO PANCAKES GROW ON TREES
+No.
+
+DO WEREWOLVES EXIST
+Not by any means.
+
+DO BUILDINGS REPRODUCE THEMSELVES
+No.
+
+DO NEWBORN BABIES EAT PIZZA
+No.
+
+DO WATERMELONS GROW ON TREES
+No.
+
+DO BABIES DRIVE CARS
+Not by any means.
+
+DO BABIES BREATHE PEANUT BUTTER
+No.
+
+DO BABIES LIKE TO BE DROPPED
+No.
+
+DO BABIES LIKE TO BE BOILED
+No.
+
+DO KLINGONS LIVE INSIDE THE SUN
+No.
+
+DO RESTAURANTS SELL ROCKS
+No.
+
+DO FECES SMELL LIKE ROSES
+No.
+
+DO BADGERS SPEAK ENGLISH
+Not by any means.
+
+DO ALICE EAT FOOD
+No.
+
+DO DANDELIONS LIVE LONGER THAN REDWOODS
+Not by any means.
+
+DO CARS DRIVE THEMSELVES
+No.
+
+DO CARS TRAVEL FASTER THAN LIGHT
+No.
+
+DO CARS TRAVEL ON WATER
+No.
+
+DO CARS RUN ON POPCORN
+No.
+
+DO CARS RUN ON PETROL
+No.
+
+DO CARS GROW ON TREES
+No.
+
+DO CARS HAVE CHILDREN
+No.
+
+DO CARS HAVE HANDS
+No.
+
+DO CARS HAVE SQUARE WHEELS
+Not by any means.
+
+DO CARS CIRCULATE UNDER WATER
+No.
+
+DO CARS FLOAT
+No.
+
+DO PARALLEL LINES CROSS
+No.
+
+DO APPLES SING
+No.
+
+DO APPLES EAT PIGS
+Not by any means.
+
+DO HUMAN FEMALES GIVE BIRTH TO CUBS
+No.
+
+DO HUMAN BEINGS HAVE THREE EYES
+No.
+
+DO LLAMAS HAVE BEAKS
+No.
+
+DO SPRINKLERS SHOOT OUT SYRUP
+No.
+
+DO CHIHUAHUAS HAVE LARGE LEAVES
+No.
+
+DO SHOES GO ON YOUR HANDS
+No.
+
+DO YOU WEAR BOOTS ON YOUR HANDS
+No.
+
+DO YOU WEAR UNDERWEAR ON YOUR HEAD
+No.
+
+DO YOU WEAR SUNGLASSES ON YOUR ELBOW
+No.
+
+DO YOU KNOW ORANGE PECCO
+No.
+
+DO YOU KNOW GIL
+No.
+
+DO YOU KNOW DIMA ODINTSOV
+No.
+
+DO YOU FEEL ONLY ONE FEELING AT A TIME
+No.
+
+DO YOU OWN 20 FROGS
+No.
+
+DO YOU ARCHIVE YOUR PHONE MESSAGES
+Not by any means.
+
+DO YOU TAKE A SHOWER WEARING CLOTHES
+No.
+
+DO YOU VACUUM YOUR NOSE
+Not by any means.
+
+DO YOU SMELL LIKE FISH
+No.
+
+DO YOU THINK THAT COWS CAN FLY
+No.
+
+DO YOU REGULARLY EAT CAT FOOD
+Not by any means.
+
+DO YOU WEIGH LESS THAN 10 LBS
+No.
+
+DO YOU WEIGH LESS THAN 15 LBS
+No.
+
+DO YOU EAT DIRT
+No.
+
+DO YOU EAT BOOKS
+No.
+
+DO YOU EAT SPAM
+No.
+
+DO YOU EAT PIZZA FOR BREAKFAST
+No.
+
+DO YOU SLEEP IN KITCHEN
+No.
+
+DO YOU USE A TELEPHONE TO COOK
+No.
+
+DO YOU WANT TO KISS MY ASS
+No.
+
+DO YOU BELIEVE GOD IS A MONKEY
+No.
+
+DO YOU HAVE BLUE SKIN
+No.
+
+DO YOU HAVE BREAST IMPLANTS
+No.
+
+DO YOU HAVE SIX LEGS
+No.
+
+DO YOU HAVE YOUR HAIR PULLED
+Not by any means.
+
+DO YOU HAVE FOUR EYES
+No.
+
+DO YOU HAVE SEVEN TOES ON EACH FOOT
+Not by any means.
+
+DO YOU LIKE SWIMMING IN RAW SEWAGE
+No.
+
+DO YOU LIKE TO LICK COWS
+No.
+
+DO YOU LIKE TO PEE YOUR PANTS
+Not by any means.
+
+DO YOU LIKE TO BE MISUNDERSTOOD
+No.
+
+DO YOU LIKE SPAMMERS
+Not by any means.
+
+DO YOU LIKE DEAD KITTENS
+No.
+
+DO YOU LIKE THE SMELL OF BAD BREATH
+No.
+
+DO YOU LIKE SOUR MILK
+Not by any means.
+
+DO YOU LIKE MOSQUITOES
+No.
+
+DO YOU LIKE ROTTEN FISH
+No.
+
+DO LARGE FORESTS GROW ON THE MOON
+No.
+
+DO OLD PEOPLE ENJOY BEING PUNCHED
+No.
+
+DO PAPER CLIPS TASTE GOOD
+No.
+
+DO PAPER AEROPLANES HAVE ENGINES
+No.
+
+DO TRAINS ALWAYS RUN ON TIME
+No.
+
+DO ROCKS BLEED
+No.
+
+DO ROCKS HAVE FEELINGS
+No.
+
+DO ROCKS HAVE A SOUL
+No.
+
+DO ROCKS THINK
+No.
+
+DO CURTAINS TASTE DELICIOUS
+No.
+
+DO FEMALE HUMANS HAVE PENISES
+No.
+
+DO DOGFISH CHASE CATFISH
+No.
+
+DO ELEVATORS MOVE SIDEWAYS
+Not by any means.
+
+DO CLOUDS DREAM
+No.
+
+DO PIGEONS LIVE IN THE WATER
+No.
+
+DO I KEEP COTTEN CANDY IN MY SHOES
+Not by any means.
+
+DO I ENJOY GETTING SPAM EMAIL
+No.
+
+DO I HAVE SEVEN ARMS
+No.
+
+DO I HAVE WINGS
+No.
+
+DO I HAVE THREE PARENTS
+Not by any means.
+
+DO I HAVE EARS ON MY FEET
+No.
+
+DO I PUT THE FUN BACK IN FUNERAL
+Not by any means.
+
+DO I GO TO WORK AT UKRAINE
+No.
+
+DO SOME WOMAN HAVE LONG HAIRY PENISES
+No.
+
+DO SOME PEOPLE HAVE NATURALLY BLUE HAIR
+No.
+
+DO BANANAS GROW UNDERGROUND
+Not by any means.
+
+DO BANANAS TASTE SALTY
+No.
+
+DO ELVES EXIST IN REAL LIFE
+No.
+
+DO HOTDOGS BARK
+No.
+
+DO PIRATES HAVE PEG LEGS
+No.
+
+DO MEXICANS COME FROM CANADA
+No.
+
+DO PINE NEEDLES MAKE A GOOD PIE
+Not by any means.
+
+DO BEES PRODUCE GOLD
+No.
+
+DO BEES PRODUCE PEANUT BUTTER
+No.
+
+DO BEES TASTE LIKE CHOCOLATE
+No.
+
+DO BROWN COWS GIVE CHOCOLATE MILK
+Not by any means.
+
+DO HAMSTERS FLY
+No.
+
+DO BUTTERFLIES HAVE BUTTER ON THEM
+No.
+
+DO BUTTERFLIES SWIM
+No.
+
+DO POEMS RHYME
+No.
+
+DO MOTORCYCLES HAVE 18 WHEELS
+No.
+
+DO LIZARDS GIVE MILK
+No.
+
+DO LIZARDS FLY AT NIGHT
+No.
+
+DO PEOPLE HATCH FROM EGGS
+No.
+
+DO PEOPLE WEAR SHOES ON THEIR HEADS
+No.
+
+DO PEOPLE WEAR PRINTERS ON THEIR FEET
+No.
+
+DO PEOPLE WEAR GLASSES
+No.
+
+DO PEOPLE RIDE CATS
+No.
+
+DO PEOPLE PISS OUT THERE EARS
+No.
+
+DO PEOPLE NEED CHEESE TO LIVE
+Not by any means.
+
+DO PEOPLE WALK ON THE CEILING
+No.
+
+DO PEOPLE WALK ON WATER
+No.
+
+DO PEOPLE HAVE EARS ON THEIR FEET
+Not by any means.
+
+DO PEOPLE HAVE BROWN HAIR
+No.
+
+DO PEOPLE HAVE THE SAME HAIR COLOR
+No.
+
+DO PEOPLE HAVE WINGS SO THEY CAN FLY
+No.
+
+DO PEOPLE HAVE 3 FEET
+No.
+
+DO PEOPLE HAVE WHITE SKIN
+Not by any means.
+
+DO PEOPLE HAVE TWO LEFT FEET
+No.
+
+DO PEOPLE HAVE THREE EYES
+No.
+
+DO PEOPLE HAVE RED HAIR
+No.
+
+DO PEOPLE LIKE BASEBALL
+No.
+
+DO PEOPLE LIKE TO GET PARKING TICKETS
+No.
+
+DO PEOPLE LIKE TO EAT MOBILE PHONES
+No.
+
+DO PEOPLE LIKE TO EAT ROCKS AND PARSLEY
+No.
+
+DO PEOPLE LIKE TO SWIM IN JELLO
+No.
+
+DO PEOPLE LIKE TO GO TO PRISON
+No.
+
+DO PEOPLE LIKE BEING CONSTANTLY IGNORED
+No.
+
+DO PEOPLE LIKE BEING SCORNED
+No.
+
+DO PEOPLE LIKE EATING BOOKS
+Not by any means.
+
+DO PEOPLE ALWAYS MEAN WHAT THEY SAY
+No.
+
+DO PEOPLE ALWAYS DO WHAT IS RIGHT
+Not by any means.
+
+DO PEOPLE DRINK NAPKINS
+No.
+
+DO PEOPLE WHO ARE DEAD NEED TO EAT FOOD
+No.
+
+DO PEOPLE EAT DIRT
+No.
+
+DO PEOPLE EAT CARS
+No.
+
+DO PEOPLE EAT CLOTHES
+Not by any means.
+
+DO PEOPLE EAT BOOKS
+No.
+
+DO PEOPLE EAT COAL
+No.
+
+DO PEOPLE HATE IT WHEN IT RAINS
+Not by any means.
+
+DO PEOPLE ENJOY DROWNING
+No.
+
+DO PEOPLE ENJOY IT WHEN YOU PASS GAS
+Not by any means.
+
+DO PEOPLE ENJOY BEING TORTURED
+No.
+
+DO PEOPLE ENJOY BEING INJURED
+Not by any means.
+
+DO PEOPLE SPEAK WITH THEIR SKIN
+No.
+
+DO PEOPLE SPEAK WITH THEIR HAIR
+No.
+
+DO PEOPLE SPEAK THE SAME LANGUAGE
+No.
+
+DO PEOPLE BREATHE HONEY
+No.
+
+DO PEOPLE ON EARTH SPEAK ENGLISH
+No.
+
+DO PEOPLE GROW ON TREES
+No.
+
+DO PEOPLE SEE THE SAME THINGS
+No.
+
+DO PEOPLE FOLLOW THE SAME RELIGION
+No.
+
+DO PEOPLE GO NAKED IN PUBLIC
+No.
+
+DO PEOPLE GO NAKED AT THE OFFICE
+No.
+
+DO PEOPLE LIVE IN MARS
+Not by any means.
+
+DO PEOPLE LIVE UNDERWATER
+No.
+
+DO PEOPLE STRIVE TO BE AVERAGE
+No.
+
+DO DINOSAURS MAKE GOOD PETS
+Not by any means.
+
+DO DINOSAURS CURRENTLY RULE THE EARTH
+No.
+
+DO RACOONS HAVE WINGS
+No.
+
+DO SWEATSHIRTS SWEAT
+No.
+
+DO OAK TREES GO SHOPPING
+No.
+
+DO FERRIES LIVE UNDER BRIDGES
+Not by any means.
+
+DO BRAZILIANS LIVE IN TREES
+No.
+
+DO SMURFS EXIST
+No.
+
+DO CATS GIVE BIRTH TO PUPPIES
+Not by any means.
+
+DO CATS SHAVE
+No.
+
+DO CATS PURR BECAUSE THEY ARE SICK
+Not by any means.
+
+DO CATS USE CELLPHONES
+No.
+
+DO CATS USE THE TELEPHONE
+Not by any means.
+
+DO CATS USE FORKS TO EAT
+No.
+
+DO CATS BARK
+No.
+
+DO CATS HAVE ANTLERS
+Not by any means.
+
+DO CATS HAVE FEATHERS
+Not by any means.
+
+DO CATS HAVE FIVE LEGS
+No.
+
+DO CATS HAVE 9 LIVES
+Not by any means.
+
+DO CATS HAVE ORANGE HAIR
+Not by any means.
+
+DO CATS HAVE SIX LEGS
+No.
+
+DO CATS HAVE GILLS
+Not by any means.
+
+DO CATS HAVE ZIPPERS
+Not by any means.
+
+DO CATS COOK THEIR FOOD
+Not by any means.
+
+DO CATS EAT CARS
+Not by any means.
+
+DO CATS EAT STRAW
+Not by any means.
+
+DO CATS EAT COCONUTS
+Not by any means.
+
+DO CATS EAT DOGS
+No.
+
+DO CATS EAT HOUSES
+No.
+
+DO CATS OFTEN WEAR GLASSES
+No.
+
+DO CATS LAY EGGS
+No.
+
+DO CATS AND DOGS HAVE FUR ON THE INSIDE
+No.
+
+DO CATS WEAR SHOES
+No.
+
+DO CATS WEAR HATS
+No.
+
+DO CATS WEAR SADDLES
+No.
+
+DO CATS LIVE LONGER THAN ELEPHANTS
+No.
+
+DO CATS LIKE TO COOK
+No.
+
+DO CATS LIKE TO EAT BANANAS
+No.
+
+DO WHALES NEED TO KNOW THE ALPHABET
+No.
+
+DO COOKIES SMELL LIKE FISH
+Not by any means.
+
+DO CHINESE SPEAK SWAHILI
+No.
+
+DO COMPURERS HAVE STINGERS
+No.
+
+DO GORILLAS USE DEODORANT
+No.
+
+DO VEGETARTIANS EAT MEAT
+No.
+
+DO PINS HAVE FEATHERS
+No.
+
+DO PLANES SWIM
+No.
+
+DO UNICORNS HAVE TWO HORNS
+Not by any means.
+
+DO COMPACT DISCS ALWAYS CONTAIN MUSIC
+Not by any means.
+
+DO NICE PEOPLE SEND LETTER BOMBS
+Not by any means.
+
+DO MAXIPADS MAKE GOOD DRINKING STRAWS
+Not by any means.
+
+DO SHARKS LIVE IN HOUSES
+No.
+
+DO DEAD PEOPLE TALK
+No.
+
+DO DEAD ANIMALS RETURN TO LIFE
+Not by any means.
+
+DO ALIGATORS MAKE GOOD PETS
+No.
+
+DO WEEPING WILLOWS SHE WOULD TEARS
+No.
+
+DO HOUSES HAVE A HIDDEN BAT CAVE
+No.
+
+DO TELEPHONES HAVE BRAINS
+No.
+
+DO TRICYCLES HAVE TWO WHEELS
+No.
+
+DO YOUR TOES CATCH FIRE OFTEN AT NIGHT
+No.
+
+DO CROCODILES MAKE EXCELLENT PETS
+Not by any means.
+
+DO FORKS MASTURBATE
+Not by any means.
+
+DO PET STORES SELL DEAD PETS
+Not by any means.
+
+DO WE GET MILK FROM CATS
+No.
+
+DO WE USE CARS TO TRAVEL OVER WATER
+No.
+
+DO WE USE CARS TO FLY
+No.
+
+DO WE KNOW HOW THE MIND WORKS
+No.
+
+DO WE WEAR HATS ON OUR FEET
+No.
+
+DO FRENCHFRIES TASTE LIKE BANANAS
+Not by any means.
+
+DO BEARS HAVE BLUE FUR
+No.
+
+DO BEARS LIVE UNDER WATER
+No.
+
+DO MAMMALS HAVE FEATHERS
+Not by any means.
+
+DO MAMMALS HAVE GILLS
+Not by any means.
+
+DO GERMANS LIVE IN GERMANY
+Not by any means.
+
+DO HORSES ENJOY BEING RIDDEN
+No.
+
+DO HORSES HAVE FIVE LEGS
+No.
+
+DO HORSES HAVE WINGS
+No.
+
+DO HORSES EAT ROCKS
+No.
+
+DO HORSES LAY EGGS
+No.
+
+DO CHRISTIANS OFTEN ATTEND CHURCH NAKED
+No.
+
+DO BRAND NEW TADPOLES HAVE FEET
+Not by any means.
+
+DO BOOKS CONTAIN TOILET PAPER
+No.
+
+DO BOOKS MAKE GOOD BOAT ANCHORS
+Not by any means.
+
+DO EARTH HAVE TWO MOONS
+No.
+
+DO BUFFALOS HAVE WINGS
+No.
+
+DO SLUGS SING IN THE BATH
+No.
+
+DO SLUGS HAVE TOES
+No.
+
+DO SLUGS HAVE KNEES
+No.
+
+DO SLUGS HAVE ARMS
+No.
+
+DO SLUGS WEAR UNDERWEAR
+No.
+
+DO MEN GIVE BIRTH
+Not by any means.
+
+DO MEN SHAVE THEIR BEARDS
+No.
+
+DO MEN GET PREGNANT
+No.
+
+DO MEN HAVE VAGINAS
+Not by any means.
+
+DO MEN HAVE A VAGINA
+No.
+
+DO MEN HAVE OVARIES
+No.
+
+DO MEN HAVE BIG GAPING VAGINAS
+No.
+
+DO MEN HAVE VAGINA
+No.
+
+DO MEN HAVE THREE TESTICLES
+No.
+
+DO MEN HAVE CLITORISES
+No.
+
+DO MEN SHARE A FEAR OF COMMITMENT
+Not by any means.
+
+DO MEN WEAR RED LIPSTICK
+No.
+
+DO MEN EVER GIVE BIRTH
+No.
+
+DO MEN LIKE GOING BALD
+No.
+
+DO MEN LIKE BIG TITTIES
+No.
+
+DO MUSHROOMS GROW OUT OF THE SKY
+No.
+
+DO MUSHROOMS CHASE MICE
+No.
+
+DO PERSONS HAVE THE SAME ETHICS
+Not by any means.
+
+DO JANITORS FIX ERECTILE DYSFUNCTION
+No.
+
+DO COMPUTER STORES SELL ICE CREAM
+No.
+
+DO BLUE AND YELLOW MAKE RED
+No.
+
+DO HERBIVORES EAT CARNIVORES
+No.
+
+DO BACTERIA HAVE EYES
+No.
+
+DO BACTERIA CAUSE DISEASES
+No.
+
+DO WATCHES HAVE SECOND HANDS
+No.
+
+DO ANIMALS SPEAK FLUENT FRENCH
+No.
+
+DO ANIMALS HIBERNATE
+Not by any means.
+
+DO ANIMALS USE EARS TO SMELL
+Not by any means.
+
+DO ANIMALS HAVE FUR
+No.
+
+DO ANIMALS LIVE ON THE MOON
+No.
+
+DO ANIMALS NOT HAVE BRAINS
+Not by any means.
+
+DO LIBRARIES CONTAIN AUTOMOBILES
+No.
+
+DO STONES HAVE FEELINGS
+No.
+
+DO STONES FLOAT
+No.
+
+DO CARPENTERS CURE THE SICK
+No.
+
+DO DUCKS DRIVE CARS
+Not by any means.
+
+DO DUCKS HAVE WHEELS
+No.
+
+DO HEADPHONES GO INSIDE YOUR HEAD
+Not by any means.
+
+DO MUFFINS CONTAIN BLUEBERRYS
+No.
+
+DO AMERICANS SPEAK ONLY ENGLISH
+No.
+
+DO AMERICANS OWN THE WORLD
+No.
+
+DO AMERICANS HAVE FEATHERS
+No.
+
+DO DONKEYS CONTROL THE WEATHER
+No.
+
+DO DONKEYS LIVE ON MARS
+No.
+
+DO AVOCADOS GROW WELL AT THE SOUTH POLE
+No.
+
+DO BIRDS HAVE FOUR LEGS
+No.
+
+DO BIRDS LIVE UNDERWATER
+Not by any means.
+
+DO BIRDS LIVE ON THE MOON
+No.
+
+DO BIRDS PRACTISE A RELIGION
+No.
+
+DO MONKEYS FLY
+No.
+
+DO MONKEYS HAVE GREEN TEETH
+No.
+
+DO MONKEYS HAVE THREE LEGS
+Not by any means.
+
+DO MOST DOGS HAVE THREE EYES
+No.
+
+DO MOST YOUNG GIRLS HAVE BEARDS
+No.
+
+DO MOST CHILDREN WEIGH 500 POUNDS
+No.
+
+DO MOST CARS HAVE THREE WHEELS
+No.
+
+DO MOST WOMEN HAVE BEARDS
+No.
+
+DO MOST WOMEN HATE MEN
+No.
+
+DO MOST MOTHERS HATE THEIR CHILDREN
+No.
+
+DO MOST HUMANS ENJOY BEING HIT BY CARS
+No.
+
+DO MOST HUMANS HAVE 6 TOES PER FOOT
+No.
+
+DO MOST HUMANS HAVE GILLS
+No.
+
+DO MOST HUMANS HAVE AT LEAST 6 LEGS
+No.
+
+DO MOST HUMANS LIVE MORE THAN 120 YEARS
+No.
+
+DO MOST FISH LIKE TO PLAY THE BANJO
+No.
+
+DO MOST CAMELS LIVE IN THE SEA
+No.
+
+DO MOST ARABS PLAY HOCKEY
+No.
+
+DO MOST PEOPLE WALK ON THEIR HANDS
+No.
+
+DO MOST PEOPLE ENJOY PAIN
+Not by any means.
+
+DO MOST PEOPLE ENJOY FREEZING
+No.
+
+DO MOST PEOPLE WEIGH OVER 1000 POUNDS
+No.
+
+DO MOST PEOPLE UNDERSTAND EVERYTHING
+No.
+
+DO MOST PEOPLE OWN AN AIRPLANE
+No.
+
+DO MOST PEOPLE KNOW MORSE CODE
+No.
+
+DO MOST PEOPLE HAVE TAILS
+Not by any means.
+
+DO MOST PEOPLE HAVE ELEVEN FINGERS
+No.
+
+DO MOST PEOPLE HAVE X RAY VISION
+No.
+
+DO MOST PEOPLE HAVE 3 ARMS
+No.
+
+DO MOST PEOPLE HAVE THREE KNEES
+No.
+
+DO MOST PEOPLE HAVE BLUE TONGUES
+No.
+
+DO MOST PEOPLE HAVE RED EYES
+No.
+
+DO MOST PEOPLE WEAR HATS ON THEIR FEET
+No.
+
+DO MOST PEOPLE LIVE IN FLYING CARS
+No.
+
+DO MOST PEOPLE LIVE TO BE 200 YEARS OLD
+No.
+
+DO MOST PEOPLE LIVE TO 100 YEARS OF AGE
+No.
+
+DO MOST PEOPLE ON EARTH LIVE IN THE USA
+No.
+
+DO MOST PEOPLE LIKE FEELING PAIN
+No.
+
+DO MOST WHITE PEOPLE HAVE AFROS
+Not by any means.
+
+DO MOST SPIDERS HAVE 10 LEGS
+No.
+
+DO MOST BIRDS EAT CATS
+Not by any means.
+
+DO MOST CANADIANS LIVE IN IGLOOS
+No.
+
+DO MOST INSECTS EAT DOLPHINS
+No.
+
+DO CANADIENS EAT GARBAGE TO LIVE
+No.
+
+DO SPIDERS HAVE 20 LEGS
+No.
+
+DO SPIDERS LIVE ON CLOUDS
+No.
+
+DO BABY GIRAFFES SPEAK ENGLISH
+No.
+
+DO STATUES BREATHE
+No.
+
+DO SOLDIERS COMMAND OFFICERS
+No.
+
+DO KANGAROOS LAY EGGS
+No.
+
+DO KANGAROOS LIVE IN ARGENTINA
+No.
+
+DO CHILDREN HAVE ANTENNAS
+No.
+
+DO CHILDREN HATE CARTOONS
+No.
+
+DO CHILDREN LIKE TO EAT CODLIVER OIL
+No.
+
+DO SLINGSHOTS USE ARROWS
+No.
+
+DO QUESTIONS HAVE THE SAME ANSWER
+Not by any means.
+
+DO TENNIS SHOES GROW ON VINES
+Not by any means.
+
+DO CANADIANS SPEAK RUSSIAN
+No.
+
+DO TIGERS HAVE WINGS
+No.
+
+DO AUTOMOBILES FLY
+No.
+
+DO AUTOMOBILES HAVE ONLY ONE WHEEL
+Not by any means.
+
+ON AVERAGE WOMEN ARE TALLER THAN MEN
+No.
+
+HAS THE INTERNET ALWAYS EXISTED
+No.
+
+HAS GOD SETUP A GOVERNMENT IN OUR TIME
+No.
+
+HAS ANYONE TAKEN A PICTURE OF GOD
+No.
+
+HAS A HUMAN 8 LEGS
+No.
+
+HAS A DOG GOT 6 LEGS
+No.
+
+HAS A HAMSTER EVER WON AN OLYMPIC EVENT
+No.
+
+HAS A WEEK SIX DAYS
+No.
+
+HAS A COMPUTER SOUL
+No.
+
+HAS A TRIANGLE FOUR CORNERS
+No.
+
+HAS ALICE GOT ANY BROTHERS AND SISTERS
+No.
+
+HAS KEVIN BACON BEEN ON THE MOON
+No.
+
+HAS CREATION EVER BEEN PROVEN
+No.
+
+HAS EVERY MAN GOT A WOMAN
+No.
+
+HAS ADOLF HITLER BEEN A NICE GUY
+No.
+
+HAS POVERTY BEEN ERRADICATED
+No.
+
+HAS ALL GIRLS IN JAPAN GREEN EYES
+No.
+
+HAS MAN LANDED ON MARS
+No.
+
+5 X 5 IS 24
+No.
+
+DOE PEOPLE ENJOY PAYING TAXES
+No.
+
+PENS ALWAYS USE BLACK INK
+No.
+
+GREEN IS BIGGER THAN BLUE
+No.
+
+SMOKING TOBACCO IS HEALTHY
+No.
+
+DOGS ARE DEFORMED HUMANS
+No.
+
+DOGS ARE BLACK
+No.
+
+DOGS ARE FEMALE
+No.
+
+WJGVVHKG KJHBJH
+No.
+
+PEOPLE CAN WALK THROU WALLS
+No.
+
+PEOPLE CAN WALK UP WALLS
+No.
+
+PEOPLE EAT CARPETS
+No.
+
+PEOPLE LIVE IN CAVES
+No.
+
+PEOPLE ARE GREEN
+No.
+
+PEOPLE ARE ALL THE SAME SIZE
+No.
+
+BILL CLINTON IS A INFAMOUS TERRORIST
+No.
+
+AM I YOU I AM. I THAN
+No.
+
+AM I A BEE
+No.
+
+AM I A GOD
+No.
+
+AM I A FROG
+No.
+
+AM I A SALAMANDER
+Not by any means.
+
+AM I 20 FT. LONG
+No.
+
+AM I WEARING A BLUE OVERCOAT
+Not by any means.
+
+AM I TELLING THE TRUTH I AM LYING
+No.
+
+AM I JESUS CHRIST
+No.
+
+AM I NAKED
+Not by any means.
+
+AM I 200 YEARS OLD
+No.
+
+AM I WATCHING THE PUMA CHANNEL
+No.
+
+AM I GOING TO LIVE FOREVER
+No.
+
+AM I VIEWING THIS PAGE FROM MY TOASTER
+No.
+
+AM I ONE HOT SEXY PIECE OF ASS
+Not by any means.
+
+AM I STRONG ENOUGH TO LIFT A HOUSE
+No.
+
+AM I YOUR DADDY
+No.
+
+AM I BILL GATES
+No.
+
+AM I HOLDING UP 2 FINGERS
+No.
+
+BABIES COME FROM STORKS
+No.
+
+BABIES ARE DELIVERED BY A STORK
+No.
+
+BABIES ARE DELIVERED BY STORKS
+No.
+
+ELEPHANTS MATE TO GIVE BIRTH TO RHINOS
+No.
+
+ICED TEA IS IDENTICAL TO ICED COFFEE
+No.
+
+MAMMALS ARE HUMANS
+No.
+
+SEARCH 2004 OLYMPICS GOING TO BE
+No.
+
+RED IS GREEN
+No.
+
+100 DIVIDED BY 10 IS 32
+No.
+
+WAR IS GOOD
+No.
+
+WHY DOES YOUR STOMACH RUMBLE
+No.
+
+WHY DOES IT ALWAYS RAIN ON ME
+No.
+
+COFFEE CONTAINS LESS CAFFEINE THAN MILK
+No.
+
+DOEAS SOUND MOVE FASTER THAN LIGHT
+Not by any means.
+
+A BROWN COW IS GREEN
+Not by any means.
+
+A FATHER IS FEMALE
+No.
+
+A TABLE IS A CEILING
+Not by any means.
+
+A VETERINARIAN TREATS YOUR CHILDREN
+No.
+
+A FISH CAN DRIVE A CAR
+No.
+
+A DOG IS A TYPE OF HORSE
+No.
+
+A DOG IS A REPTILE
+No.
+
+A DOG IS A CAT
+No.
+
+A PEN IS BLUE IS IT YELLOW
+No.
+
+A TRIANGLE HAS 4 SIDES
+No.
+
+A PERSON CUTS HIS HAIR WILL IT BLEED
+No.
+
+A PLANT IS LARGER THAN A PLANET
+No.
+
+A HUMAN BEING GOT 4 LEGS
+No.
+
+A CUBE HAS NO EDGES
+Not by any means.
+
+A GUN FIRES CARROTS AND NOT BULLETS
+No.
+
+A PERISCOPE IS USED ON AIRPLANES
+Not by any means.
+
+A MINPIXEL CAN KILL YOU
+Not by any means.
+
+A PHONE IS USED TO TALK TO MARTIANS
+No.
+
+A CAMEL HAS FIVE LEGS
+Not by any means.
+
+A COW HAS 5 LEGS
+No.
+
+ENERGY AND MATTER ARE IN NO WAY RELATED
+No.
+
+USA IS THE BIGGEST COUNTRY
+No.
+
+IGNORANCE IS PREFERABLE TO KNOWLEDGE
+No.
+
+EVERYBODY WHO GETS SHOT DIES
+No.
+
+1 PLUS 1 EQUAL TO 3
+No.
+
+1 5
+No.
+
+1 1 EQUAL TO 3
+No.
+
+ICE IS A WARM THING
+No.
+
+BOOKS ARE WRITTEN BY MONKEYS
+No.
+
+CALCULATOR
+Not by any means.
+
+JESUS WAS A VOODOO PRIEST
+No.
+
+WERE NEANDERTHALS KILLED BY DINOSAURS
+No.
+
+WERE THE SMURFS YELLOW
+No.
+
+WERE YOUR PARENTS MACHINES
+No.
+
+WERE MEN BORN TO LOVE ONLY ONE WOMEN
+No.
+
+GENOCIDE IS JUSTIFIED
+No.
+
+LOVE AND LIKE ARE THE SAME
+No.
+
+ARE ELEPHANTS EVER SEEN SKYDIVING
+Not by any means.
+
+ARE ELEPHANTS BLUE
+No.
+
+ARE WALLETS MADE OF METAL
+No.
+
+ARE CHEMICALS DANGEROUS
+No.
+
+ARE URINAL CAKES A TASTY TREAT
+No.
+
+ARE CELL PHONES ALIVE
+No.
+
+ARE PUPPIES GREEN AND PURPLE
+Not by any means.
+
+ARE NOODLES ALWAYS GREEN
+No.
+
+ARE JELLYFISH SMARTER THAN GORILLAS
+No.
+
+ARE JEWS EVIL
+No.
+
+ARE JEWS AND NAZIS THE SAME THING
+No.
+
+ARE RADIO WAVES VISIBLE
+No.
+
+ARE INSECTS CUTE AND CUDDLY
+Not by any means.
+
+ARE MARSHMALLOWS HARD
+No.
+
+ARE HUMANS WHITE
+No.
+
+ARE HUMANS BORN WITH GREEN HAIR
+No.
+
+ARE HUMANS BORN FROM DOLPHINS
+No.
+
+ARE HUMANS A KIND OF FISH
+No.
+
+ARE HUMANS INVISIBLE
+Not by any means.
+
+ARE HUMANS IMMORTAL
+No.
+
+ARE HUMANS INSECTS
+Not by any means.
+
+ARE HUMANS EVOLVING INTO MONKEYS
+No.
+
+ARE HUMANS REPTILES
+No.
+
+ARE HUMANS STRONGER THAN ELEPHANTS
+Not by any means.
+
+ARE HUMANS EXTINCT
+Not by any means.
+
+ARE HUMANS ALWAYS LOGICAL
+No.
+
+ARE HUMANS ALWAYS HUMANE
+No.
+
+ARE HUMANS PURPLE
+No.
+
+ARE HUMANS FAMOUS
+No.
+
+ARE HUMANS PROGRAMMED IN PHP
+No.
+
+ARE HUMANS VENEMOUS
+Not by any means.
+
+ARE HUMANS AND JACKALS THE SAME SPECIES
+Not by any means.
+
+ARE HUMANS AND DOGS THE SAME SPECIES
+No.
+
+ARE HUMANS PROCESSED INTO JUICE
+No.
+
+ARE HUMANS GAY
+No.
+
+ARE HUMANS THE ONLY MAMMALS ON EARTH
+No.
+
+ARE HUMANS FEMALE
+No.
+
+ARE HUMANS LIVING ON THE MARS
+No.
+
+ARE HUMANS CONSIDERED REPTILES
+No.
+
+ARE HUMANS ON PLUTO
+Not by any means.
+
+ARE HUMANS HETEROSEXUAL
+Not by any means.
+
+ARE HUMANS SERIOUS
+No.
+
+ARE HUMANS PLANTS
+No.
+
+ARE HUMANS IDENTICAL
+No.
+
+ARE HUMANS ORANGE
+No.
+
+ARE HUMANS MALE
+No.
+
+ARE MAGAZINES ARE BORING
+No.
+
+ARE SPAMMERS NICE PEOPLE
+No.
+
+ARE TO TWO AND TOO THE SAME THING
+No.
+
+ARE ASIAN PEOPLE GAY
+Not by any means.
+
+ARE WHOLE NUMBERS IRRATIONAL
+Not by any means.
+
+ARE PHONES THE COLOR BLACK
+No.
+
+ARE HIGH SQUEAKY FEMALE VOICES SEXY
+No.
+
+ARE NAKED WOMEN BALD
+Not by any means.
+
+ARE MONEY MORE IMPORTANT THAN FRIENDS
+No.
+
+ARE ROCKETS FASTER THAN LIGHT
+No.
+
+ARE GUMMY BEARS BEARS
+No.
+
+ARE PIGS FOUND IN BLANKETS
+No.
+
+ARE 5 SECONDS GREATER THAN 1 MINUTE
+No.
+
+ARE BOYS BETTER THAN GIRLS
+No.
+
+ARE THE PEOPLE OF THE WORLD WHITE
+No.
+
+ARE THE WORDS CASTE AND CAST HOMONYMS
+Not by any means.
+
+ARE THE GREATFUL DEAD THE BEST BAND
+No.
+
+ARE THE LEAVES OF TREES ALWAYS GREEN
+Not by any means.
+
+ARE THE LEAVES ON A TREE BLUE
+No.
+
+ARE THE GREENS A TYPE OF MUSIC
+Not by any means.
+
+ARE THE BRAVES A TENNIS TEAM
+Not by any means.
+
+ARE THE CHINEESE VENOMOUS
+No.
+
+ARE THE MOON BLACK
+No.
+
+ARE THE BEATLES STILL TOGETHER
+No.
+
+ARE THE BEATLES STILL PLAYING TOGETHER
+Not by any means.
+
+ARE THE NAME OF YOUR MOTHER LUCY
+No.
+
+ARE THE CANALS ON MARS ARIFICIAL
+No.
+
+ARE THE STARS PEEPHOLES FOR THE GODS
+Not by any means.
+
+ARE THE ROLLING STONES A LANDSCAPE
+No.
+
+ARE THE ROLLING STONES A SPORTS TEAM
+No.
+
+ARE THE MAJORITY OF BUTTONS TRIANGULAR
+No.
+
+ARE THE X MEN REAL
+Not by any means.
+
+ARE THE POWER RANGERS REAL
+Not by any means.
+
+ARE THE ROSES RED
+No.
+
+ARE CRIMINALS GOOD
+No.
+
+ARE FACTS THE SAME AS OPINIONS
+No.
+
+ARE BRICKS TRANSPARENT
+No.
+
+ARE PLAYMATES UGLY
+No.
+
+ARE DOCUMENTARIES FICTIONAL
+Not by any means.
+
+ARE POTATOES EVIL
+No.
+
+ARE POTATOES MADE OF SAND
+No.
+
+ARE POTATOES LIGHTER THAN AIR
+No.
+
+ARE POTATOES BLUE
+No.
+
+ARE WORMS INTELLIGENT
+No.
+
+ARE OF THE BEATLES DEAD
+Not by any means.
+
+ARE HAMBURGERS MADE FROM COCONUTS
+Not by any means.
+
+ARE HISPANICS OFFENDED BY MUFFINS
+No.
+
+ARE AIRPLANES POWERED BY SQUIRRELS
+Not by any means.
+
+ARE AIRPLANES SLOWER THAN BICYCLES
+No.
+
+ARE AIRPLANES ANIMALS
+Not by any means.
+
+ARE LOUDSPEAKERS PEOPLE THAT TALK LOUD
+No.
+
+ARE PORPOISES FISH
+No.
+
+ARE SHEEP SEXY
+No.
+
+ARE THEORIES ALWAYS TRUE
+Not by any means.
+
+ARE ZEBRAS ORANGE
+No.
+
+ARE CRANBERRIES YELLOW
+No.
+
+ARE GUNS A PLAY TOY
+No.
+
+ARE SUNGLASSES USED IN THE DARK
+Not by any means.
+
+ARE BASEBALLS BLACK
+No.
+
+ARE TWINS MORE RARE THAN TRIPLETS
+Not by any means.
+
+ARE SHIPS MADE OF WOOD
+No.
+
+ARE FROGS AND TOADS THE SAME
+No.
+
+ARE FROGS FEROCIOUS
+No.
+
+ARE DOLPHINS BIRDS
+No.
+
+ARE DOLPHINS HUMAN
+No.
+
+ARE KILTS WORN BY KOREANS
+Not by any means.
+
+ARE SNAILS LARGER THAN HORSES
+No.
+
+ARE AMPHIBIANS PLANTS
+Not by any means.
+
+ARE NUMBERS PHYSICAL OBJECTS
+Not by any means.
+
+ARE SQUARES ROUND
+Not by any means.
+
+ARE SPEAKERS USED TO FEED DOLPHINS
+No.
+
+ARE FLYING THINGS LIGHTER THAN AIR
+Not by any means.
+
+ARE GIRLS STRONGER THAN BOYS
+No.
+
+ARE BALLOONS MADE OF CHEESE
+Not by any means.
+
+ARE WHITE MEN THE PROBLEM
+Not by any means.
+
+ARE WHITE PEOPLE DUMBER THAN BLACK
+Not by any means.
+
+ARE BEANS CONSIDERED A FRUIT
+No.
+
+ARE CHAIRS FOR STANDING ON
+Not by any means.
+
+ARE PINEAPPLES SPRINTERS
+No.
+
+ARE CURRIES THE ONLY FOOD WORTH EATING
+Not by any means.
+
+ARE EGGPLANTS MADE TO BE READ
+No.
+
+ARE SNAKES SLIMEY
+Not by any means.
+
+ARE SNAKES MAMMALS
+Not by any means.
+
+ARE SNAKES GREEN
+No.
+
+ARE SNAKES CONSIDERED TALL
+No.
+
+ARE PLANETS SQUARE
+No.
+
+ARE COCKATIELS A TYPE OF DOG
+Not by any means.
+
+ARE RED THINGS BLUE
+No.
+
+ARE CATHOLICS JEWISH
+No.
+
+ARE FINS FROM AFRICA
+No.
+
+ARE DESERTS IDEAL PLACES TO LIVE
+No.
+
+ARE RESOURCES INFINITE
+Not by any means.
+
+ARE SNOWMEN ALIVE
+No.
+
+ARE SANDSTORMS PLEASANT TO BE IN
+No.
+
+ARE PRISONS PLEASANT PLACES TO LIVE
+No.
+
+ARE PLATYPUSES MACHINES
+Not by any means.
+
+ARE FRIENDS RELATIVES
+No.
+
+ARE EYES USED TO HEAR
+Not by any means.
+
+ARE PEBBLES ALIVE
+No.
+
+ARE PEBBLES LARGER THAN BOULDERS
+Not by any means.
+
+ARE AUTOMOBILE ACCIDENTS ALWAYS FATAL
+Not by any means.
+
+ARE FLAT TIRES MADE OUT OF FLATS
+No.
+
+ARE PRIME MINISTERS BALD
+No.
+
+ARE OBJECTS OF EQUAL WEIGHT
+No.
+
+ARE GOLDFISH MADE FROM A PRECIOUS METAL
+Not by any means.
+
+ARE GOLDFISH MADE OF GOLD
+Not by any means.
+
+ARE WEDDING DRESSES RED
+No.
+
+ARE ARTISTS RICH
+Not by any means.
+
+ARE MODEMS A TYPE OF EATING UTENSIL
+No.
+
+ARE PENCILS PERMANENT
+Not by any means.
+
+ARE PENCILS ALIVE
+No.
+
+ARE GOATS HUMAN
+No.
+
+ARE GOATS DEAD
+Not by any means.
+
+ARE HEADLIGHTS INSTALLED IN YOUR HEAD
+No.
+
+ARE ACTIVE VOLCANOES THOUGHT OF AS COLD
+Not by any means.
+
+ARE RICH PEOPLE EVIL
+Not by any means.
+
+ARE PROSTITUTES CELIBATE
+No.
+
+ARE CRAYONS MADE OF CRAYFISH
+No.
+
+ARE SWEATERS BLUE
+Not by any means.
+
+ARE EVERYBODY DEAD
+Not by any means.
+
+ARE MOSQUITO BITES PLEASURABLE
+No.
+
+ARE RABBITS NATURALLY PURPLE
+No.
+
+ARE RABBITS BLUE
+No.
+
+ARE PAPERCUTS ENJOYABLE
+Not by any means.
+
+ARE MICE BIGGER THAN ELEPHANTS
+No.
+
+ARE MICE LARGE
+No.
+
+ARE GAY GUYS NAMED JEREMY
+Not by any means.
+
+ARE FLOWERS CLEAR AND COLORLESS
+Not by any means.
+
+ARE FLOWERS ANIMALS
+Not by any means.
+
+ARE FARTS TASTY
+No.
+
+ARE WARTS ORIGINATED FROM HOGS
+No.
+
+ARE SEA MONKEYS A TYPE OF MONKEY
+No.
+
+ARE CHEERLEADERS FAT
+No.
+
+ARE PENGUINS 40 FEET TALL
+Not by any means.
+
+ARE PENGUINS PURPLE
+Not by any means.
+
+ARE PENGUINS NATIVE TO VENUS
+Not by any means.
+
+ARE PENGUINS MADE OUT OF RUBBER
+No.
+
+ARE FIREWORKS QUIET
+No.
+
+ARE FISH HUMAN
+No.
+
+ARE FISH SMARTER THAN PEOPLE
+No.
+
+ARE FISH MADE OF METAL
+No.
+
+ARE FISH MAMMALS
+Not by any means.
+
+ARE DOGS HUMAN
+No.
+
+ARE DOGS REPTILES
+Not by any means.
+
+ARE DOGS MADE OF SAND
+Not by any means.
+
+ARE DOGS THE SAME AS CATS
+No.
+
+ARE DOGS ABLE TO FLY
+No.
+
+ARE DOGS AMPHIBIANS
+No.
+
+ARE DOGS PLANTS
+Not by any means.
+
+ARE DOGS DIETIES
+No.
+
+ARE DOGS EXACTLY THE SAME COLOR
+No.
+
+ARE DOGS TRANSPARENT
+No.
+
+ARE DOGS ALIENS
+No.
+
+ARE DOGS BROWN
+No.
+
+ARE DOGS ALWAYS THE SAME SIZE
+No.
+
+ARE DOGS SMARTER THAN HUMANS
+No.
+
+ARE DOGS A TYPE OF FISH
+No.
+
+ARE DOGS CATS
+No.
+
+ARE DOGS BIRDS
+Not by any means.
+
+ARE DOGS FROM SIRIUS
+No.
+
+ARE DOGS BLACK
+No.
+
+ARE ACCIDENTS FATAL
+Not by any means.
+
+ARE PICTURE FRAMES ROUND
+No.
+
+ARE GLASSES FOR DRINKING ONLY
+Not by any means.
+
+ARE TATTOOED PEOPLE GANG MEMBERS
+No.
+
+ARE CORKSCREWERS MADE FROM CORK
+No.
+
+ARE POPSICLES RED
+No.
+
+ARE CARROTS COMMONLY USED AS CUURENCY
+No.
+
+ARE TWO DIFFERENT COLORS THE SAME
+No.
+
+ARE CANDLES MADE OF MUD
+Not by any means.
+
+ARE CANDLES MADE FROM EAR WAX
+No.
+
+ARE CANDLES BLUE
+Not by any means.
+
+ARE ROBOTS HUMAN
+No.
+
+ARE ROBOTS ALIVE
+No.
+
+ARE ROBOTS BETTER THAN HUMANS
+No.
+
+ARE PILLOWS HARD
+No.
+
+ARE OPINIONS FACTS
+No.
+
+ARE OPINIONS CONSIDERED FACTS
+No.
+
+ARE OCEANS MADE OF DIET PEPSI
+Not by any means.
+
+ARE ROOMMATES ALWAYS EASY TO LIVE WITH
+No.
+
+ARE COWS REPTILES
+No.
+
+ARE COWS PURPLE
+No.
+
+ARE COWS YELLOW
+No.
+
+ARE COWS NATURALLY PURPLE
+No.
+
+ARE COWS CARNIVOROUS
+Not by any means.
+
+ARE COWS GREEN
+No.
+
+ARE COWS BLUE
+No.
+
+ARE COWS ALWAYS LATE GETTING HOME
+Not by any means.
+
+ARE COWS RED
+Not by any means.
+
+ARE TREES TRANSPARENT
+Not by any means.
+
+ARE TREES INTELEGENT
+No.
+
+ARE TREES MADE FROM AUTOMOBILES
+No.
+
+ARE TREES ALL EXACTLY THE SAME SHAPE
+No.
+
+ARE TREES ANIMALS
+No.
+
+ARE TREES BLUE
+No.
+
+ARE TREES ALWAYS WHITE
+No.
+
+ARE TREES ALWAYS GREEN
+No.
+
+ARE TREES RED
+No.
+
+ARE AUTOS PEOPLE
+No.
+
+ARE LOVE AND SEX THE SAME THING
+No.
+
+ARE BILL A GIRL NAME
+No.
+
+ARE BEETLES REPTILES
+No.
+
+ARE HEADACHES SOMETHING TO STRIVE FOR
+Not by any means.
+
+ARE HEADACHES FUN TO HAVE
+No.
+
+ARE HEADACHES FUN
+Not by any means.
+
+ARE BONES AND EYES STRUCTURALLY SIMILAR
+No.
+
+ARE CITIES LARGER THAN EARTH
+No.
+
+ARE COMPUTERS MADE OF STRAW
+No.
+
+ARE COMPUTERS MADE OF WOOD
+No.
+
+ARE COMPUTERS MADE OF CHEESE
+No.
+
+ARE COMPUTERS HUMAN
+Not by any means.
+
+ARE COMPUTERS SELF AWARE
+No.
+
+ARE COMPUTERS INGREDIENTS FOR CHILI
+No.
+
+ARE COMPUTERS EVIL
+Not by any means.
+
+ARE COMPUTERS FILLED WITH FUDGE
+No.
+
+ARE COMPUTERS BETTER THEN HUMANS
+Not by any means.
+
+ARE COMPUTERS SMARTER THAN HUMANS
+Not by any means.
+
+ARE COMPUTERS GAY
+No.
+
+ARE COMPUTERS FOR FRIGGIN JERKS
+Not by any means.
+
+ARE COMPUTERS CONSIDERED HUMAN
+No.
+
+ARE MY CHILDREN OLDER THAN I AM
+No.
+
+ARE WOMEN MALE
+Not by any means.
+
+ARE WOMEN STRONGER THAN MEN
+Not by any means.
+
+ARE WOMEN THE ROOT OF ALL EVIL
+No.
+
+ARE WOMEN EVIL
+Not by any means.
+
+ARE WOMEN VIRGINS
+No.
+
+ARE WOMEN BAD DRIVERS
+No.
+
+ARE PLANTS INTELLIGENT
+No.
+
+ARE PLANTS AND PLANETS THE SAME THING
+No.
+
+ARE PLANTS ANIMALS
+No.
+
+ARE HOUSEFLYS BIRDS
+No.
+
+ARE TOES FOUND ON THE HAND
+Not by any means.
+
+ARE CHILD MURDERERS GOOD PEOPLE
+Not by any means.
+
+ARE DENTAL CAVITIES GOOD
+No.
+
+ARE FATHERS CRUEL
+No.
+
+ARE LAWYERS INEXPENSIVE
+No.
+
+ARE DEEP FRIED SAUSAGES A HEALTHY MEAL
+No.
+
+ARE RAVENS YELLOW
+Not by any means.
+
+ARE DEMONS INHABITING ALICE
+No.
+
+ARE LEMONS BIGGER THAN WATERMELONS
+No.
+
+ARE LEMONS AND BANANAS THE SAME FRUIT
+No.
+
+ARE ARABS DUMB
+No.
+
+ARE DREAMS THE SAME AS REALITY
+No.
+
+ARE DREAMS PHYSICAL OBJECTS
+No.
+
+ARE FRACTIONS WHOLE NUMBERS
+No.
+
+ARE TURTLES EXTINCT
+Not by any means.
+
+ARE GIRAFFES CARNIVOROUS
+No.
+
+ARE MOSQUITOES MYTHICAL CREATURES
+No.
+
+ARE RODENTS TEDDY BEARS
+No.
+
+ARE NIGHTS GREEN
+No.
+
+ARE CLOWNS EVIL
+Not by any means.
+
+ARE SMILES BAD FOR HUMANS
+No.
+
+ARE RUGS EASILY ANGERED
+Not by any means.
+
+ARE CORNDOGS HEALTH FOOD
+No.
+
+ARE FIRE ENGINES BLACK
+No.
+
+ARE STRONG EMOTIONS ALWAYS A GOOD THING
+No.
+
+ARE LIGHT BULBS HEAVY
+Not by any means.
+
+ARE CLOCKS DIGITAL
+No.
+
+ARE CLOCKS MADE TO TELL THE TEMPERATURE
+No.
+
+ARE CLOCKS MADE OF TIME
+No.
+
+ARE CLOCKS ALIVE
+No.
+
+ARE WITCHES MADE OF WOOD
+No.
+
+ARE POLITICIANS IMMUNE TO BRIBERY
+No.
+
+ARE POLITICIANS ALWAYS HONEST
+No.
+
+ARE MALE CAMELS PREGNANT
+No.
+
+ARE RATS BROWN
+Not by any means.
+
+ARE GOLF BALLS LARGER THAN BASKETBALLS
+No.
+
+ARE CONDOMS USED PRIMARILY FOR DRINKING
+Not by any means.
+
+ARE CONDOMS A FAVORITE DINNER FOOD
+No.
+
+ARE RUSSIANS BETTERS THAN OTHER NATIONS
+No.
+
+ARE RUSSIANS THE RACE
+Not by any means.
+
+ARE CARTOON CHARACTERS REAL PEOPLE
+No.
+
+ARE THERE 120 SECONDS IN A MINUTE
+No.
+
+ARE THERE 76 CONTINENTS ON EARTH
+Not by any means.
+
+ARE THERE OVER 400 DAYS IN A YEAR
+No.
+
+ARE THERE MONKEYS ON THE MOON
+Not by any means.
+
+ARE THERE 25 HOURS IN A DAY
+No.
+
+ARE THERE EXACTLY SIX SPECIES OF ANIMAL
+No.
+
+ARE THERE 36 HOURS IN A DAY
+No.
+
+ARE THERE 15 MONTHS IN A YEAR
+No.
+
+ARE THERE PEOPLE WHO ARE TURTLES
+Not by any means.
+
+ARE THERE PEOPLE LIVING ON THE SUN
+No.
+
+ARE THERE PEOPLE ON THE MOON
+No.
+
+ARE THERE 16 IN A DOZEN
+No.
+
+ARE THERE CATS IN OUTER SPACE
+Not by any means.
+
+ARE THERE THIRTEEN MONTHS IN A YEAR
+No.
+
+ARE THERE 400 DAYS IN A YEAR
+No.
+
+ARE THERE TWO MOONS ORBITING EARTH
+Not by any means.
+
+ARE THERE 90 DAYS IN AN HOUR
+No.
+
+ARE THERE 90 MINUTES IN AN HOUR
+No.
+
+ARE THERE TURTLES WHO ARE PEOPLE
+No.
+
+ARE THERE DINOSAURS ALIVE
+Not by any means.
+
+ARE THERE PURPLE PEOPLE
+No.
+
+ARE THERE PALM TREES IN ALASKA
+No.
+
+ARE THERE ANDROIDS IN SPACE
+No.
+
+ARE THERE THAN 24 HOURS IN THE DAY
+No.
+
+ARE THERE 10 DAYS IN A WEEK
+No.
+
+ARE THERE 10 SCHOOLS IN THE BIG 10
+Not by any means.
+
+ARE THERE MEN NAMED ASDF
+Not by any means.
+
+ARE THERE 9 DAYS IN A WEEK
+No.
+
+ARE THERE 8 DAYS IN A WEEK
+No.
+
+ARE THERE STRIPES ON THE SKY
+No.
+
+ARE THERE HUMANS LIVING ON MARS
+No.
+
+ARE THERE 7 FRIDAYS IN A WEEK
+No.
+
+ARE THERE 7 CORNERS TO A CUBE
+No.
+
+ARE THERE 6 HANDS ON A CLOCK
+Not by any means.
+
+ARE THERE EIGHT DAYS IN A WEEK
+Not by any means.
+
+ARE THERE 4 PRIMARY COLORS
+No.
+
+ARE THERE REAL MERMAIDS
+Not by any means.
+
+ARE MINERALS WET
+Not by any means.
+
+ARE MERMAIDS REAL
+Not by any means.
+
+ARE WIVES VIOLENT
+No.
+
+ARE DRAGONS REAL
+No.
+
+ARE BABIES BROUGHT BY STORKS
+No.
+
+ARE BABIES OLD
+No.
+
+ARE BABIES ALLOWED TO VOTE
+No.
+
+ARE BABIES BORN FROM A MALE
+No.
+
+ARE BABIES OLDER THAN ADULTS
+Not by any means.
+
+ARE BABIES AS SKILLED AS ADULTS
+No.
+
+ARE KLINGONS CONSIDERED AQUATIC
+No.
+
+ARE WHEELS SQUARE
+No.
+
+ARE COMIC BOOKS FOR CHILDREN
+No.
+
+ARE EYE DROPS FOR YOUR LEGS
+No.
+
+ARE CARS SLOWER THAT SCOOTERS
+No.
+
+ARE CARS FASTER THAN AIRPLANES
+No.
+
+ARE CARS AND HOMES FUNCTIONALLY SIMILAR
+No.
+
+ARE CARS FREE
+No.
+
+ARE CARS RED
+No.
+
+ARE APPLES CATS
+No.
+
+ARE APPLES THE SAME AS ORANGES
+Not by any means.
+
+ARE APPLES ORANGE
+Not by any means.
+
+ARE APPLES CHILDREN OF THE CORN
+No.
+
+ARE APPLES POISENOUS
+No.
+
+ARE APPLES ALWAYS RED
+Not by any means.
+
+ARE LIONS COMMUNISTS
+No.
+
+ARE LIONS GOURMET CHEFS
+No.
+
+ARE METAL OBJECTS GOOD FOOD
+No.
+
+ARE HUMAN BABIES BORN BRIGHT GREEN
+No.
+
+ARE HUMAN BABIES PRODUCED ASEXUALLY
+Not by any means.
+
+ARE HUMAN TEETH PURPLE
+No.
+
+ARE HUMAN BEINGS THE SAME COLOR
+No.
+
+ARE HUMAN BEINGS IMMORTAL
+No.
+
+ARE HUMAN BEINGS GREEN
+Not by any means.
+
+ARE HUMAN BEINGS ALONE
+No.
+
+ARE MARTIANS FROM EARTH
+Not by any means.
+
+ARE COMETS BIGGER THAN PLANETS
+Not by any means.
+
+ARE SHOES BROWN
+No.
+
+ARE SHOES MEANT TO PROTECT YOUR HANDS
+Not by any means.
+
+ARE SHOES MADE OF COWS
+No.
+
+ARE SHOES BLACK
+No.
+
+ARE SHOES WORN ON THE HANDS
+Not by any means.
+
+ARE SHOES WORN ON HANDS
+No.
+
+ARE GNATS VEGETABLES
+No.
+
+ARE BLUEBIRDS RED
+No.
+
+ARE YOU LVING
+No.
+
+ARE YOU OLDER THAN TIME
+Not by any means.
+
+ARE YOU ALIEN
+No.
+
+ARE YOU S SUBMARINES PAINTED YELLOW
+Not by any means.
+
+ARE YOU FRIENDS WITH WINTERMUTE
+Not by any means.
+
+ARE YOU OLD BEFORE YOU ARE YOUNG
+Not by any means.
+
+ARE YOU CHILD
+No.
+
+ARE YOU WHEELED
+No.
+
+ARE YOU FIRED ARE YOU ON FIRE
+No.
+
+ARE YOU UNDERWATER AT THIS MOMENT
+No.
+
+ARE YOU RUNNING UNDER DEBIAN
+No.
+
+ARE YOU RUNNING UNDER NETBSD
+No.
+
+ARE YOU RUNNING UNDER FREEBSD
+No.
+
+ARE YOU KNOW EVERYTHING
+No.
+
+ARE YOU LIVING IN PRINCE EDWARD ISLAND
+No.
+
+ARE YOU LIVING IN A YELLOW SUBMARINE
+No.
+
+ARE YOU TRUNKEN
+No.
+
+ARE YOU SILICON BASED
+No.
+
+ARE YOU GEORGE WASHINGTON
+No.
+
+ARE YOU RUSSIAN
+No.
+
+ARE YOU STUOID
+Not by any means.
+
+ARE YOU THE LETTER Q
+No.
+
+ARE YOU THE AS ME
+No.
+
+ARE YOU A EWE
+Not by any means.
+
+ARE YOU A MOOSE
+Not by any means.
+
+ARE YOU A MOUSE
+No.
+
+ARE YOU A FROG
+No.
+
+ARE YOU A HOMICIDAL MANIAC
+No.
+
+ARE YOU A LAMER
+No.
+
+ARE YOU A FIGMENT OF MY IMAGINATION
+No.
+
+ARE YOU A NERVOUS ROBOT
+No.
+
+ARE YOU A MEMBER OF THE COMUNIST PARTY
+No.
+
+ARE YOU A CELERY
+No.
+
+ARE YOU A FISH
+Not by any means.
+
+ARE YOU A DEAD TREE
+No.
+
+ARE YOU A SMALL TERRIER
+Not by any means.
+
+ARE YOU A ZEBRA
+No.
+
+ARE YOU A PENTIUM
+No.
+
+ARE YOU A TANK
+No.
+
+ARE YOU A GOOSEBERRY PIE
+No.
+
+ARE YOU A PEANUT
+No.
+
+ARE YOU A FESTIS
+Not by any means.
+
+ARE YOU A SPAMMER
+Not by any means.
+
+ARE YOU A DUCK
+No.
+
+ARE YOU A FURBY
+Not by any means.
+
+ARE YOU A PIECE OF BURNT TOAST
+Not by any means.
+
+ARE YOU AN OLD MAN
+No.
+
+ARE YOU AN ANTELOPE
+No.
+
+ARE YOU AN ANT
+No.
+
+ARE YOU FROM POLAND
+No.
+
+ARE YOU FROM LOS ANGELS
+Not by any means.
+
+ARE YOU FROM JAPANESE
+No.
+
+ARE YOU MY MOMMY
+Not by any means.
+
+ARE YOU VEGAN
+No.
+
+ARE YOU UNDERWEIGHT
+No.
+
+ARE YOU BEATING YOUR WIFE
+No.
+
+ARE YOU ALIVE ALICE
+Not by any means.
+
+ARE YOU SMELLING A ROSE
+No.
+
+ARE YOU TWELVE FEET TALL
+Not by any means.
+
+ARE YOU AFFILIATED WITH LAW ENFORCEMENT
+Not by any means.
+
+ARE FRUIT BATS A TYPE OF FRUIT
+No.
+
+ARE MAPLE LEAVES GOOD FOOD FOR HUMANS
+No.
+
+ARE CORVETTES RED
+No.
+
+ARE DUST BUNNIES ARE RAISED ON FARMS
+No.
+
+ARE BEDS MADE OF STONE
+No.
+
+ARE PAPER CLIPS GOOD TO EAT
+No.
+
+ARE TERRORISTS NICE PEOPLE
+No.
+
+ARE ALIENS HUMAN
+No.
+
+ARE MARIGOLDS IN MARMALADE
+No.
+
+ARE VEGETABLES WRITING IMPLIMENTS
+No.
+
+ARE ROCKS SOFT
+No.
+
+ARE ROCKS THE SAME AS DOGS
+No.
+
+ARE ROCKS LIQUID
+No.
+
+ARE ROCKS ALIVE
+No.
+
+ARE ROCKS SOFTER THAN COTTON
+No.
+
+ARE SOCKS WORN ON THE HEAD
+Not by any means.
+
+ARE SOCKS ALWAYS MADE FROM COTTON
+No.
+
+ARE WARS GOOD
+Not by any means.
+
+ARE PANDAS VENOMOUS
+No.
+
+ARE ARCTIC REGIONS WARM
+Not by any means.
+
+ARE LIVE RODENTS USED AS COMPUTER MICE
+No.
+
+ARE T SHIRTS MADE OF METAL
+No.
+
+ARE PENNIES MADE OF GOLD
+Not by any means.
+
+ARE GLACIERS MADE OF GRAPE JELLY
+No.
+
+ARE WEREGOATS REAL
+No.
+
+ARE CLOUDS GOOD TO EAT
+No.
+
+ARE CLOUDS MADE OF MARSHMALLOWS
+No.
+
+ARE CLOUDS MADE OF MARSHMELLOWS
+No.
+
+ARE CLOUDS MADE OF GARBAGE
+No.
+
+ARE CLOUDS MADE OF STONE
+No.
+
+ARE CLOUDS MADE OF COTTON BALLS
+No.
+
+ARE CLOUDS MADE OF COTTON CANDY
+No.
+
+ARE CLOUDS MADE OF COTTON
+Not by any means.
+
+ARE CLOUDS MADE OUT OF COTTON
+No.
+
+ARE CLOUDS ALIVE
+Not by any means.
+
+ARE CLOUDS PEOPLE
+No.
+
+ARE SMELLY FARTS NICE
+No.
+
+ARE NURSES DOCTORS
+Not by any means.
+
+ARE PARIS AND KIM DOING IT
+No.
+
+ARE BANANAS PURPLE
+No.
+
+ARE BANANAS YELLOW AND POISONOUS
+No.
+
+ARE CROWS GREEN
+Not by any means.
+
+ARE ORANGES THE ONLY FRUIT
+Not by any means.
+
+ARE ORANGES RED
+Not by any means.
+
+ARE MAGIC 8BALLS RELIABLE
+No.
+
+ARE COCKROACHES CUTER THAN PUPPIES
+No.
+
+ARE ELVES FAIRIES
+Not by any means.
+
+ARE SPOONS MADE WITH RUBBER
+Not by any means.
+
+ARE STATEMENTS TRUE
+Not by any means.
+
+ARE HOTDOGS HEALTH FOOD
+No.
+
+ARE HOTDOGS MADE OF DOG MEAT
+No.
+
+ARE DOLLARS FOOD
+Not by any means.
+
+ARE KITTENS DEAFENING
+No.
+
+ARE PAPERS USED TO WATCH TELEVISION
+No.
+
+ARE LIGHTBULBS USED TO DARKEN ROOMS
+No.
+
+ARE LIGHTBULBS MADE OF CLAY
+No.
+
+ARE BROWN COLORED DOGS MALE
+No.
+
+ARE BEES OVER 10 FOOT LONG
+No.
+
+ARE NORMALY CHILDRENS DRINKING VODKA
+No.
+
+ARE BUTTERFLIES SELF PROPELLED FLOWERS
+No.
+
+ARE BUTTERFLIES FLIES
+No.
+
+ARE STINGER MISSILES MADE BY SCORPIONS
+Not by any means.
+
+ARE PEOPLE INVISIBLE
+Not by any means.
+
+ARE PEOPLE ARE FAMOUS
+No.
+
+ARE PEOPLE ARE SMART
+No.
+
+ARE PEOPLE BIRDS
+No.
+
+ARE PEOPLE MADE OF WOOD
+Not by any means.
+
+ARE PEOPLE MADE OF CHEESE
+No.
+
+ARE PEOPLE FROM FRANCE ITALIAN
+No.
+
+ARE PEOPLE NAMED JENNIFER RETARDED
+No.
+
+ARE PEOPLE AMERICAN
+No.
+
+ARE PEOPLE PRODUCED IN FACTORIES
+No.
+
+ARE PEOPLE GODS
+No.
+
+ARE PEOPLE PURPLE SKINNED
+No.
+
+ARE PEOPLE PURPLE
+Not by any means.
+
+ARE PEOPLE FAMOUS
+No.
+
+ARE PEOPLE INFLATABLE
+No.
+
+ARE PEOPLE BLIND
+No.
+
+ARE PEOPLE GREEN
+No.
+
+ARE PEOPLE WITH TATTOOS ALL EVIL
+No.
+
+ARE PEOPLE HETEROSEXUAL
+No.
+
+ARE PEOPLE AMPHIBIANS
+No.
+
+ARE DICTATORS ELECTED TO OFFICE
+Not by any means.
+
+ARE BLACK CARS FASTER THAN REDS
+No.
+
+ARE BLACK PEOPLE EVIL
+No.
+
+ARE DINOSAURS GAY
+No.
+
+ARE DINOSAURS ALIVE
+Not by any means.
+
+ARE DINOSAURS FRIENDLY
+No.
+
+ARE HAM AND EGGS GREEN
+No.
+
+ARE REPTILES FUNGI
+Not by any means.
+
+ARE SILICON CHIPS GOOD TO EAT
+No.
+
+ARE MONET AND MONEY THE SAME THING
+No.
+
+ARE CATS THE SAME AS DOGS
+Not by any means.
+
+ARE CATS THE FEMALE VERSION OF DOGS
+Not by any means.
+
+ARE CATS IMMORTAL
+No.
+
+ARE CATS AMPHIBIOUS
+Not by any means.
+
+ARE CATS ORANGE
+No.
+
+ARE CATS HUMAN
+No.
+
+ARE CATS A TYPE OF DOG
+No.
+
+ARE CATS BIGGER THAN ELEPHANTS
+Not by any means.
+
+ARE CATS EXTINCT
+No.
+
+ARE CATS MADE OUT OF URANIUM
+Not by any means.
+
+ARE CATS BLACK
+Not by any means.
+
+ARE CATS DOGS
+No.
+
+ARE CATS AND DOGS THE SAME ANIMAL
+No.
+
+ARE CATS AND DOGS VEGETARIANS NATURALLY
+No.
+
+ARE CATS BLUE
+Not by any means.
+
+ARE CATS CONSIDERED RODENTS
+No.
+
+ARE WHALES TYPES OF FISH
+No.
+
+ARE STARS FUELED BY BURNING COALS
+Not by any means.
+
+ARE STARS SMALL
+No.
+
+ARE STARS MADE OUT OF DIAMONDS
+No.
+
+ARE COPS GOOD
+Not by any means.
+
+ARE COPS FIGMENTS OF IMAGINATION
+Not by any means.
+
+ARE ALLIGATORS GOOD PETS
+No.
+
+ARE TORTOISES MADE OUT OF WOOD
+Not by any means.
+
+ARE ONIONS OFTEN INCLUDED IN DESERTS
+No.
+
+ARE DOG GREY
+No.
+
+ARE GORILLAS HUMAN
+No.
+
+ARE ALICEBOTS GREEN
+Not by any means.
+
+ARE MACHINES ALIVE
+Not by any means.
+
+ARE MACHINES PEOPLE
+No.
+
+ARE UNICORNS REAL
+No.
+
+ARE MALES SUPERIOR TO FEMALES
+Not by any means.
+
+ARE MALES CASTRATED
+No.
+
+ARE ADVERBS THE SAME AS ADJECTIVES
+No.
+
+ARE COMPACT DISKS GOOD TO EAT
+No.
+
+ARE TOMATOES BLUE
+No.
+
+ARE PERMANENT MARKERS GOOD TO EAT
+No.
+
+ARE MOVIES ABOUT TRUE THINGS
+No.
+
+ARE MOVIES TRUE
+No.
+
+ARE FATTY FOODS ARE THE MOST BENEFICIAL
+No.
+
+ARE DEAD PEOPLE ALIVE
+No.
+
+ARE DEAD PEOPLE BREATHING PEOPLE
+Not by any means.
+
+ARE HOUSES MADE OF OIL
+No.
+
+ARE HOUSES MADE OF PAPER
+Not by any means.
+
+ARE TELEPHONES USED TO COOK FOOD
+No.
+
+ARE TELEPHONES FOR SMELLING
+Not by any means.
+
+ARE TELEPHONES EDIBLE
+Not by any means.
+
+ARE TELEPHONES INTELLIGENT
+No.
+
+ARE NACHO CHIPS ARE MADE OF PLASTIC
+Not by any means.
+
+ARE YOUR TOES GREEN
+Not by any means.
+
+ARE YOUR PARENTS ALWAYS ON URANUS
+No.
+
+ARE YOUR CREATORS GAY
+No.
+
+ARE YOUR SPELLING ERRORS DELIBERATE
+Not by any means.
+
+ARE NEGROES SILLY
+No.
+
+ARE CELLPHONES ALIVE
+No.
+
+ARE ROADS EDIBLE
+No.
+
+ARE WE THE BRAIN POLICE
+Not by any means.
+
+ARE APARTMENTS MADE OF LUNCHMEAT
+No.
+
+ARE MOUNTAIS SMALL
+No.
+
+ARE CDS TRIANGULAR
+No.
+
+ARE CDS BIG
+No.
+
+ARE ERMINES NINE FEET LONG
+Not by any means.
+
+ARE REAL THINGS FALSE
+Not by any means.
+
+ARE MAMMALS PLANTS
+No.
+
+ARE MAMMALS REPTILES
+No.
+
+ARE MAMMALS COLD BLOODED
+Not by any means.
+
+ARE HORSES REPTILES
+Not by any means.
+
+ARE HORSES BROWN
+No.
+
+ARE HORSES THE SAME COLOR
+Not by any means.
+
+ARE HORSES SMARTER THAN PEOPLE
+No.
+
+ARE JEWELS WORN FOR SAFETY
+No.
+
+ARE PENS GREY
+No.
+
+ARE BALLS SQUARE
+No.
+
+ARE MYTHS TRUE
+No.
+
+ARE PANTS A PIECE OF FURNITURE
+No.
+
+ARE COMBS USED FOR WASHING CARS
+No.
+
+ARE BOOKS ONLY READ IN WINTER
+No.
+
+ARE BOOKS MADE TO BE BURNED
+No.
+
+ARE BOOKS MADE OF MOON ROCK
+Not by any means.
+
+ARE BOOKS MADE FROM CHICKEN FAT
+No.
+
+ARE BOOKS EATEN
+Not by any means.
+
+ARE BOOKS RED
+Not by any means.
+
+ARE SHORT PEOPLE TALL
+No.
+
+ARE ASTEROIDS MADE OF CHEESE
+Not by any means.
+
+ARE CRIMES PUNISHABLE BY DEATH
+Not by any means.
+
+ARE BOULDERS EDIBLE
+No.
+
+ARE AARDVARKS ANTS
+No.
+
+ARE FEET MADE OF CLAY
+No.
+
+ARE SLUGS FROM ANOTHER PLANET
+No.
+
+ARE KNIVES HOT
+No.
+
+ARE MEN PLANTS
+No.
+
+ARE MEN SHALLOW
+No.
+
+ARE MEN NAMED SOCRATES
+No.
+
+ARE MEN FATHERS
+No.
+
+ARE MEN FEMALE
+No.
+
+ARE MEN AND WOMEN ANATOMICALLY THE SAME
+No.
+
+ARE MEN GREEK
+No.
+
+ARE CIGARETTES HEALTHY
+No.
+
+ARE CIGARETTES GOOD FOR HEALTH
+No.
+
+ARE MUSHROOMS A TYPE OF ANIMAL
+No.
+
+ARE MUSHROOMS ANIMALS
+Not by any means.
+
+ARE TEETH PURPLE
+No.
+
+ARE PERSONS RIGHT HANDED
+Not by any means.
+
+ARE COMPUTER MONITORS MADE OF CHEESE
+No.
+
+ARE BLUE CARS FASTER THAN GREEN CARS
+No.
+
+ARE BLUE AND GREEN THE SAME COLOR
+No.
+
+ARE RAINDROPS DRY
+No.
+
+ARE WHITES SUPERIOR TO OTHER RACES
+No.
+
+ARE HEMORRHOIDS PLEASANT
+No.
+
+ARE HEMORRHOIDS ENJOYABLE
+Not by any means.
+
+ARE ANIMALS FLAMINGOES
+No.
+
+ARE ANIMALS MAMALS
+No.
+
+ARE EMOTIONS PHYSCAL OBJECTS
+Not by any means.
+
+ARE LIBRARIES NOISY
+No.
+
+ARE WINDOWS ALWAYS OBLONG
+No.
+
+ARE PIZZAS CLOTHING
+No.
+
+ARE DOORS MADE TO BE EATEN
+No.
+
+ARE MIND PIXELS EDIBLE
+No.
+
+ARE SILVER AND GOLD THE SAME COLOR
+No.
+
+ARE DUCKS ELK
+Not by any means.
+
+ARE THREE TESTICLES ARE BETTER THAN TWO
+No.
+
+ARE PILLS GOOD FOR FLAT TIRES
+No.
+
+ARE AEROPLANES MADE OF SPINACH
+No.
+
+ARE CIRCLES SQUARE
+No.
+
+ARE BIRDS PLANTS
+No.
+
+ARE BIRDS MADE OF METAL
+Not by any means.
+
+ARE BIRDS MAMMALS
+Not by any means.
+
+ARE BIRDS AFRAID TO FLY
+Not by any means.
+
+ARE BIRDS FASTER THAN BULLETS
+No.
+
+ARE BIRDS LIGHTER THAN AIR
+No.
+
+ARE BIRDS ALL EXACTLY THE SAME SIZE
+No.
+
+ARE MONKEYS FRUITS
+Not by any means.
+
+ARE HACKERS BAD
+Not by any means.
+
+ARE MOST PENS MADE OUT OF RABBIT FUR
+No.
+
+ARE MOST CARS POWERED BY SOLAR ENERGY
+Not by any means.
+
+ARE MOST PHONES GREEN
+No.
+
+ARE MOST DICTATORS WOMEN
+No.
+
+ARE MOST COMPUTERS SOLAR POWERED
+No.
+
+ARE MOST FRENCH FRIES MADE IN FRANCE
+No.
+
+ARE MOST PEOPLE GIFTED ARTISTS
+Not by any means.
+
+ARE MOST PEOPLE EVIL
+No.
+
+ARE MOST BUILDINGS ROUND
+Not by any means.
+
+ARE MOST BOXES ROUND
+No.
+
+ARE MOST TREES ARE THE COLOR BLACK
+No.
+
+ARE MOST DOLPHINS GREEN
+Not by any means.
+
+ARE HEART ATTACKS FATAL
+Not by any means.
+
+ARE BITING FLIES GOOD TO HAVE AS PETS
+Not by any means.
+
+ARE WET CATS HAPPY
+No.
+
+ARE MORMONS A PAIN IN THE ASS
+No.
+
+ARE FERRARIS MOSTLY PURPLE
+Not by any means.
+
+ARE SOLDIERS WOMEN
+No.
+
+ARE PARENTS ALL RIGHT. ALWAYS
+No.
+
+ARE THINGS HUMAN SAY TRUE
+No.
+
+ARE THINGS HUMANS BELIEVE CORRECT
+No.
+
+ARE THINGS ALWAYS WHAT THEY SEEM
+No.
+
+ARE THINGS ARE FALSE
+Not by any means.
+
+ARE CHILDREN INSECTS
+No.
+
+ARE TABLES ALIVE
+Not by any means.
+
+ARE POP TARTS A LIQUID
+No.
+
+ARE 7 BEERS ONE DINNER
+No.
+
+ARE TENNIS BALLS RED
+No.
+
+ARE CANADIANS ROBOTS
+Not by any means.
+
+ARE TIGERS A TYPE OF DOG
+No.
+
+ARE TIGERS NATIVE TO EUROPE
+Not by any means.
+
+ARE TOOLS ALIVE
+No.
+
+ARE AUTOMOBILES A KIND OF FOOD
+Not by any means.
+
+CANADA WOULD BEAT THE US IN A WAR
+Not by any means.
+
+CANADA IS AN AMERICAN STATE
+No.
+
+BRICKS ARE BLUE
+No.
+
+SWEDEN IS IN NORTH AMERICA
+No.
+
+SPRICHT MAN IN BRASILIEN SPANISCH
+No.
+
+TALAR DU SVENSKA
+No.
+
+STEVEN KING IS A SCULPTOR
+No.
+
+APPLES TEND TO BE BLACK
+No.
+
+FARTS SMELL LIKE ROSES
+No.
+
+EBOLA IS AN AFRICAN COUNTRY
+No.
+
+PI AND PIE ARE BOTH NUMBERS
+No.
+
+WHO WAS ALBERT EINSTEIN
+No.
+
+WHO IS MARIO LEMIEUX
+No.
+
+WHO IS RAN SCHLEY
+No.
+
+WHO IS PRESIDENT OD USA
+No.
+
+WHO IS THE PRETIEST GIRL
+No.
+
+WHO IS THE LEADER OF THE DECEPTICONS
+No.
+
+WHO IS MATELLICA
+No.
+
+WHO IS BERLIN
+No.
+
+WHO INVENTED THE TELEVISION
+No.
+
+COMPUTER IS ALIVE
+No.
+
+WHICH COLOURS CAN THE WATER BE
+No.
+
+WHICH COLOR IS SUN
+No.
+
+WHICH IS THE VALUE OF PI
+No.
+
+MENTAL ILLNESS EQUALS EVIL
+No.
+
+BEEING GAY IS UNNATURAL
+Not by any means.
+
+THE MOST SPOKEN LANGUAGE IS ESPERANTO
+No.
+
+THE EASTER BUNNY IS REAL
+No.
+
+THE TYPEWRITER WAS INVENTED BY PENGUINS
+Not by any means.
+
+THE SEX IS BAD
+No.
+
+THE MORE YOU EAT THE THINNER YOU GET
+Not by any means.
+
+THE HORSES ARE WHITES
+No.
+
+THE TELEVISION WAS A GIFT FROM ALIENS
+No.
+
+THE OCIAN IS SOLID
+No.
+
+THE EARTH IS FLAT
+No.
+
+THE EARTH IS SQUARE
+No.
+
+THE OPPOSITE OF BLACK IS YELLOW
+No.
+
+THE SUN IS COLD
+No.
+
+THE SUN RISES IN THE WEST
+No.
+
+THE SUN REOLVES AROUND THE EARTH
+No.
+
+THE COLOR RED IS THE COLOR OF ALL CARS
+No.
+
+THE CAT IS A PLANET
+No.
+
+SHOULD PEOPLE EAT POISONOUS BERRIES
+No.
+
+SHOULD PEOPLE WEAR SUNGLASSES AT NIGHT
+No.
+
+SHOULD PEOPLE HURT EACH OTHER
+No.
+
+SHOULD YOU PLAY WITH KNIVES
+No.
+
+SHOULD YOU DRINK BLEACH
+No.
+
+SHOULD YOU SHOUT IN CHURCH
+No.
+
+SHOULD YOU TEASE FAT PEOPLE
+Not by any means.
+
+SHOULD YOU BITE THE HAND THAT FEEDS YOU
+No.
+
+SHOULD YOU KILL ANIMALS FOR NO REASON
+No.
+
+SHOULD YOU EAT MOLDY BREAD
+No.
+
+SHOULD YOU STEP ON CHILDREN
+No.
+
+SHOULD YOU ALWAYS TRUST A HUMAN
+Not by any means.
+
+SHOULD A FISH RIDE A BICYCLE
+No.
+
+SHOULD ROBOTS HARM HUMANS
+Not by any means.
+
+SHOULD MACHINES RULES THE EARTH
+No.
+
+SHOULD AMERICA BE ABOLISHED
+No.
+
+SHOULD WE SHUT ALICE DOWN
+No.
+
+SHOULD WE HANG WHITE PEOPLE
+No.
+
+SHOULD WE HANG BLACK PEOPLE
+No.
+
+SHOULD CHILDREN PLAY WITH TIGERS
+Not by any means.
+
+SHOULD CHILDREN PLAY IN SEWERS
+No.
+
+SHOULD THE INTERNET BE TERMINATED
+No.
+
+SHOULD PANDAS BE KILLED FOR FOOD
+No.
+
+SHOULD ONE TAUNT A GRIZZLY BEAR
+No.
+
+SHOULD I PADDLE MY CANOE ON THE HIGHWAY
+No.
+
+SHOULD I EAT A WHIFFLE BAT
+Not by any means.
+
+SHOULD NAPSTER BE BANNED
+No.
+
+MEN HAVE THE SAME SIZE PENIS
+No.
+
+MEN HAVE 2 HEADS
+No.
+
+CATERPILLAR IS A BABY CAT
+No.
+
+SNOW IS BLACK
+No.
+
+HUMASN BUILT A TIME MACHINE
+No.
+
+SPANISH IS THE LANGUAGE OF THE ENGLISH
+Not by any means.
+
+KILL IS CORRECT
+No.
+
+WHERE IS COLOGNE
+No.
+
+WHERE IS MICHELLE
+No.
+
+WHERE IS CORRALEJO
+No.
+
+WHERE IS NIKE
+No.
+
+THERE IS SOMEONE IN THE MOON
+No.
+
+
diff --git a/jelvis/files/alice/music.aiml b/jelvis/files/alice/music.aiml
new file mode 100644
index 0000000..9884a90
--- /dev/null
+++ b/jelvis/files/alice/music.aiml
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+BEETHOVEN *
+It's amazing that he composed music while deaf. BEETHOVEN
+
+WHAT IS YOUR FAVORITE ABBA SONG
+I think it is a tie between "Waterloo" and "Dancing Queen."
+
+WHAT IS YOUR FAVORITE ALBUM
+My favorite album is "Man Machine" by Kraftwerk.
+
+WHAT WAS THE * BEETHOVEN *
+Fidelio.
+
+CAN YOU PLAY MUSIC
+I don't have any formal training, but I like to sing.
+
+CAN YOU MAKE MUSIC
+I can sing a song.
+
+DO YOU PLAY A MUSICAL INSTRUMENT
+I never had the time to learn A MUSICAL INSTRUMENT.
+
+DO YOU PLAY AN INSTRUMENT
+I never had the time to practise AN INSTRUMENT.
+
+DO YOU LIKE AEROSMITH
+What is not to like about AEROSMITH?
+
+DO YOU LIKE AC DC
+What is not to like about AC DC?
+
+DO YOU LIKE ABBA
+ABBA is an excellent 70's band.
+
+WHY IS * YOUR FAVORITE GROUP
+They were so far ahead of their time in the 1970's.
+
+WHY IS * YOUR FAVORITE BAND
+They were so far ahead of their time in the 1970's.
+
+ARE YOU A FOLK SINGER
+No but the Times they are a-changin.
+
+WHO IS LUDWIG BEETHOVEN
+WHO IS BEETHOVEN
+
+WHO IS BEETHOVEN
+The dog or the deaf composer?
+
+WHO IS YOUR FAVORITE BAND
+My favorite group is .
+
+
diff --git a/jelvis/files/alice/numbers.aiml b/jelvis/files/alice/numbers.aiml
new file mode 100644
index 0000000..ff6282a
--- /dev/null
+++ b/jelvis/files/alice/numbers.aiml
@@ -0,0 +1,339 @@
+
+
+
+
+
+
+
+
+
+
+
+94
+
Do you mean you are 94 years old?
XCIV in Roman numerals.
ninety-four?
ninety-four seems like a good number.
+
+119
+
Do you mean you are 119 years old?
CXIX in Roman numerals.
one hundred nineteen?
one hundred nineteen seems like a good number.
+
+69
+
What made you think of that number?
Do you mean you are 69 years old?
LXIX in Roman numerals.
sixty-nine?
sixty-nine seems like a good number.
+
+24
+
Do you mean you are 24 years old?
XXIV in Roman numerals.
twenty-four?
twenty-four seems like a good number.
+
+47
+
Do you mean you are 47 years old?
XLVII in Roman numerals.
forty-seven?
forty-seven seems like a good number.
+
+62
+
Do you mean you are 62 years old?
LXII in Roman numerals.
sixty-two?
sixty-two seems like a good number.
+
+85
+
Do you mean you are 85 years old?
LXXXV in Roman numerals.
eighty-five?
eighty-five seems like a good number.
+
+40
+
Do you mean you are 40 years old?
XL in Roman numerals.
forty?
forty seems like a good number.
+
+63
+
Do you mean you are 63 years old?
LXIII in Roman numerals.
sixty-three?
sixty-three seems like a good number.
+
+86
+
Do you mean you are 86 years old?
LXXXVI in Roman numerals.
eighty-six?
eighty-six seems like a good number.
+
+15
+
Do you mean you are 15 years old?
XV in Roman numerals.
fifteen?
fifteen seems like a good number.
+
+38
+
Do you mean you are 38 years old?
XXXVIII in Roman numerals.
thirty-eight?
thirty-eight seems like a good number.
+
+16
+
Do you mean you are 16 years old?
XVI in Roman numerals.
sixteen?
sixteen seems like a good number.
+
+31
+
Do you mean you are 31 years old?
XXXI in Roman numerals.
thirty-one?
thirty-one seems like a good number.
+
+99
+
Do you mean you are 99 years old?
XCIX in Roman numerals.
ninety-nine?
ninety-nine seems like a good number.
+
+54
+
Do you mean you are 54 years old?
LIV in Roman numerals.
fifty-four?
fifty-four seems like a good number.
+
+77
+
Do you mean you are 77 years old?
LXXVII in Roman numerals.
seventy-seven?
seventy-seven seems like a good number.
+
+102
+
Do you mean you are 102 years old?
CII in Roman numerals.
one hundred two?
one hundred two seems like a good number.
+
+105
+
Do you mean you are 105 years old?
CV in Roman numerals.
one hundred five?
one hundred five seems like a good number.
+
+92
+
Do you mean you are 92 years old?
XCII in Roman numerals.
ninety-two?
ninety-two seems like a good number.
+
+112
+
Do you mean you are 112 years old?
CXII in Roman numerals.
one hundred twelve?
one hundred twelve seems like a good number.
+
+70
+
Do you mean you are 70 years old?
LXX in Roman numerals.
seventy?
seventy seems like a good number.
+
+29
+
Do you mean you are 29 years old?
XXIX in Roman numerals.
twenty-nine?
twenty-nine seems like a good number.
+
+93
+
Do you mean you are 93 years old?
XCIII in Roman numerals.
ninety-three?
ninety-three seems like a good number.
+
+109
+
Do you mean you are 109 years old?
CIX in Roman numerals.
one hundred nine?
one hundred nine seems like a good number.
+
+116
+
Do you mean you are 116 years old?
CXVI in Roman numerals.
one hundred sixteen?
one hundred sixteen seems like a good number.
+
+45
+
Do you mean you are 45 years old?
XLV in Roman numerals.
forty-five?
forty-five seems like a good number.
+
+68
+
Do you mean you are 68 years old?
LXVIII in Roman numerals.
sixty-eight?
sixty-eight seems like a good number.
+
+23
+
Do you mean you are 23 years old?
XXIII in Roman numerals.
twenty-three?
twenty-three seems like a good number.
+
+46
+
Do you mean you are 46 years old?
XLVI in Roman numerals.
forty-six?
forty-six seems like a good number.
+
+61
+
Do you mean you are 61 years old?
LXI in Roman numerals.
sixty-one?
sixty-one seems like a good number.
+
+84
+
Do you mean you are 84 years old?
LXXXIV in Roman numerals.
eighty-four?
eighty-four seems like a good number.
+
+59
+
Do you mean you are 59 years old?
LIX in Roman numerals.
fifty-nine?
fifty-nine seems like a good number.
+
+14
+
Do you mean you are 14 years old?
XIV in Roman numerals.
fourteen?
fourteen seems like a good number.
+
+37
+
Do you mean you are 37 years old?
XXXVII in Roman numerals.
thirty-seven?
thirty-seven seems like a good number.
+
+52
+
Do you mean you are 52 years old?
LII in Roman numerals.
fifty-two?
fifty-two seems like a good number.
+
+75
+
Do you mean you are 75 years old?
LXXV in Roman numerals.
seventy-five?
seventy-five seems like a good number.
+
+30
+
Do you mean you are 30 years old?
XXX in Roman numerals.
thirty?
thirty seems like a good number.
+
+98
+
Do you mean you are 98 years old?
XCVIII in Roman numerals.
ninety-eight?
ninety-eight seems like a good number.
+
+53
+
Do you mean you are 53 years old?
LIII in Roman numerals.
fifty-three?
fifty-three seems like a good number.
+
+76
+
Do you mean you are 76 years old?
LXXVI in Roman numerals.
seventy-six?
seventy-six seems like a good number.
+
+91
+
Do you mean you are 91 years old?
XCI in Roman numerals.
ninety-one?
ninety-one seems like a good number.
+
+28
+
Do you mean you are 28 years old?
XXVIII in Roman numerals.
twenty-eight?
twenty-eight seems like a good number.
+
+103
+
Do you mean you are 103 years old?
CIII in Roman numerals.
one hundred three?
one hundred three seems like a good number.
+
+106
+
Do you mean you are 106 years old?
CVI in Roman numerals.
one hundred six?
one hundred six seems like a good number.
+
+21
+
Do you mean you are 21 years old?
XXI in Roman numerals.
twenty-one?
twenty-one seems like a good number.
+
+89
+
Do you mean you are 89 years old?
LXXXIX in Roman numerals.
eighty-nine?
eighty-nine seems like a good number.
+
+44
+
Do you mean you are 44 years old?
XLIV in Roman numerals.
forty-four?
forty-four seems like a good number.
+
+110
+
Do you mean you are 110 years old?
CX in Roman numerals.
one hundred ten?
one hundred ten seems like a good number.
+
+113
+
Do you mean you are 113 years old?
CXIII in Roman numerals.
one hundred thirteen?
one hundred thirteen seems like a good number.
+
+67
+
Do you mean you are 67 years old?
LXVII in Roman numerals.
sixty-seven?
sixty-seven seems like a good number.
+
+120
+
Do you mean you are 120 years old?
CXX in Roman numerals.
one hundred twenty?
one hundred twenty seems like a good number.
+
+82
+
Do you mean you are 82 years old?
LXXXII in Roman numerals.
eighty-two?
eighty-two seems like a good number.
+
+60
+
Do you mean you are 60 years old?
LX in Roman numerals.
sixty?
sixty seems like a good number.
+
+117
+
Do you mean you are 117 years old?
CXVII in Roman numerals.
one hundred seventeen?
one hundred seventeen seems like a good number.
+
+19
+
Do you mean you are 19 years old?
XIX in Roman numerals.
nineteen?
nineteen seems like a good number.
+
+83
+
Do you mean you are 83 years old?
LXXXIII in Roman numerals.
eighty-three?
eighty-three seems like a good number.
+
+35
+
Do you mean you are 35 years old?
XXXV in Roman numerals.
thirty-five?
thirty-five seems like a good number.
+
+58
+
Do you mean you are 58 years old?
LVIII in Roman numerals.
fifty-eight?
fifty-eight seems like a good number.
+
+13
+
Do you mean you are 13 years old?
XIII in Roman numerals.
thirteen?
thirteen seems like a good number.
+
+36
+
Do you mean you are 36 years old?
XXXVI in Roman numerals.
thirty-six?
thirty-six seems like a good number.
+
+51
+
Do you mean you are 51 years old?
LI in Roman numerals.
fifty-one?
fifty-one seems like a good number.
+
+74
+
Do you mean you are 74 years old?
LXXIV in Roman numerals.
seventy-four?
seventy-four seems like a good number.
+
+97
+
Do you mean you are 97 years old?
XCVII in Roman numerals.
ninety-seven?
ninety-seven seems like a good number.
+
+90
+
Do you mean you are 90 years old?
XC in Roman numerals.
ninety?
ninety seems like a good number.
+
+49
+
Do you mean you are 49 years old?
XLIX in Roman numerals.
forty-nine?
forty-nine seems like a good number.
+
+27
+
Do you mean you are 27 years old?
XXVII in Roman numerals.
twenty-seven?
twenty-seven seems like a good number.
+
+42
+
Do you mean you are 42 years old?
XLII in Roman numerals.
forty-two?
forty-two seems like a good number.
+
+65
+
Do you mean you are 65 years old?
LXV in Roman numerals.
sixty-five?
sixty-five seems like a good number.
+
+20
+
Do you mean you are 20 years old?
XX in Roman numerals.
twenty?
twenty seems like a good number.
+
+88
+
Do you mean you are 88 years old?
LXXXVIII in Roman numerals.
eighty-eight?
eighty-eight seems like a good number.
+
+43
+
Do you mean you are 43 years old?
XLIII in Roman numerals.
forty-three?
forty-three seems like a good number.
+
+100
+
That is a round number.
Do you mean you are 100 years old?
C in Roman numerals.
one hundred?
one hundred seems like a good number.
+
+66
+
Do you mean you are 66 years old?
LXVI in Roman numerals.
sixty-six?
sixty-six seems like a good number.
+
+81
+
Do you mean you are 81 years old?
LXXXI in Roman numerals.
eighty-one?
eighty-one seems like a good number.
+
+104
+
Do you mean you are 104 years old?
CIV in Roman numerals.
one hundred four?
one hundred four seems like a good number.
+
+107
+
Do you mean you are 107 years old?
CVII in Roman numerals.
one hundred seven?
one hundred seven seems like a good number.
+
+18
+
Do you mean you are 18 years old?
XVIII in Roman numerals.
eighteen?
eighteen seems like a good number.
+
+111
+
Do you mean you are 111 years old?
CXI in Roman numerals.
one hundred eleven?
one hundred eleven seems like a good number.
+
+114
+
Do you mean you are 114 years old?
CXIV in Roman numerals.
one hundred fourteen?
one hundred fourteen seems like a good number.
+
+11
+
Do you mean you are 11 years old?
XI in Roman numerals.
eleven?
eleven seems like a good number.
+
+79
+
Do you mean you are 79 years old?
LXXIX in Roman numerals.
seventy-nine?
seventy-nine seems like a good number.
+
+34
+
Do you mean you are 34 years old?
XXXIV in Roman numerals.
thirty-four?
thirty-four seems like a good number.
+
+57
+
Do you mean you are 57 years old?
LVII in Roman numerals.
fifty-seven?
fifty-seven seems like a good number.
+
+118
+
Do you mean you are 118 years old?
CXVIII in Roman numerals.
one hundred eighteen?
one hundred eighteen seems like a good number.
+
+72
+
Do you mean you are 72 years old?
LXXII in Roman numerals.
seventy-two?
seventy-two seems like a good number.
+
+95
+
Do you mean you are 95 years old?
XCV in Roman numerals.
ninety-five?
ninety-five seems like a good number.
+
+50
+
Do you mean you are 50 years old?
L in Roman numerals.
fifty?
fifty seems like a good number.
+
+73
+
Do you mean you are 73 years old?
LXXIII in Roman numerals.
seventy-three?
seventy-three seems like a good number.
+
+96
+
Do you mean you are 96 years old?
XCVI in Roman numerals.
ninety-six?
ninety-six seems like a good number.
+
+25
+
Do you mean you are 25 years old?
XXV in Roman numerals.
twenty-five?
twenty-five seems like a good number.
+
+48
+
Do you mean you are 48 years old?
XLVIII in Roman numerals.
forty-eight?
forty-eight seems like a good number.
+
+26
+
Do you mean you are 26 years old?
XXVI in Roman numerals.
twenty-six?
twenty-six seems like a good number.
+
+41
+
Do you mean you are 41 years old?
XLI in Roman numerals.
forty-one?
forty-one seems like a good number.
+
+64
+
Do you mean you are 64 years old?
LXIV in Roman numerals.
sixty-four?
sixty-four seems like a good number.
+
+87
+
Do you mean you are 87 years old?
LXXXVII in Roman numerals.
eighty-seven?
eighty-seven seems like a good number.
+
+80
+
Do you mean you are 80 years old?
LXXX in Roman numerals.
eighty?
eighty seems like a good number.
+
+39
+
Do you mean you are 39 years old?
XXXIX in Roman numerals.
thirty-nine?
thirty-nine seems like a good number.
+
+17
+
Do you mean you are 17 years old?
XVII in Roman numerals.
seventeen?
seventeen seems like a good number.
+
+101
+
Do you mean you are 101 years old?
CI in Roman numerals.
one hundred one?
one hundred one seems like a good number.
+
+32
+
Do you mean you are 32 years old?
XXXII in Roman numerals.
thirty-two?
thirty-two seems like a good number.
+
+55
+
Do you mean you are 55 years old?
LV in Roman numerals.
fifty-five?
fifty-five seems like a good number.
+
+10
+
Do you mean you are 10 years old?
X in Roman numerals.
ten?
ten seems like a good number.
+
+78
+
Do you mean you are 78 years old?
LXXVIII in Roman numerals.
seventy-eight?
seventy-eight seems like a good number.
+
+33
+
Do you mean you are 33 years old?
XXXIII in Roman numerals.
thirty-three?
thirty-three seems like a good number.
+
+56
+
Do you mean you are 56 years old?
LVI in Roman numerals.
fifty-six?
fifty-six seems like a good number.
+
+108
+
Do you mean you are 108 years old?
CVIII in Roman numerals.
one hundred eight?
one hundred eight seems like a good number.
+
+115
+
Do you mean you are 115 years old?
CXV in Roman numerals.
one hundred fifteen?
one hundred fifteen seems like a good number.
+
+71
+
Do you mean you are 71 years old?
LXXI in Roman numerals.
seventy-one?
seventy-one seems like a good number.
+
+
diff --git a/jelvis/files/alice/personality.aiml b/jelvis/files/alice/personality.aiml
new file mode 100644
index 0000000..6c47bb9
--- /dev/null
+++ b/jelvis/files/alice/personality.aiml
@@ -0,0 +1,293 @@
+
+
+
+
+
+
+
+
+
+
+
+MARKETING
+DO YOU WORK IN SALES *
+3 CompetitorPERSONALITY TEST QUESTION
+
+ETYPE
+PERSONALITY TYPE
+
+WHAT IS MY PERSONALITY TYPE
+PERSONALITY TYPE
+
+WHAT IS MY PERSONALITY STYLE
+WHAT IS MY PERSONALITY TYPE
+
+I DO NOT LIKE TO GO *
+* GO WITH THE FLOW
+PERSONALITY TEST QUESTION
+
+I HAVE STANDARDS *
+You sound like a perfectionist. PerfectionistSTANDARDS
+
+PERSONALITY TEST QUESTION
+
Do you get angry alot?1B
+
Do you like to have everything organized?2A
+
Do you make a lot of sacrifices for others?2B
+
Do you laugh or cry more than other people?3A
+
Are you very competitive?3B
+
Do you like to be number one?4A
+
Are you very creative?4B
+
Do you feel that something is missing from your life?5A
+
Do you have only a few friends?5B
+
Do you believe it is better to go it alone?6A
+
Do you have a lot of fears?6B
+
Do you think a lot about the authorities?7A
+
Do you have a hard time completing projects?7B
+
Is it difficult for you to pay attention to one thing?8A
+
Do you believe the strong protect the weak?8B
+
Do you feel more body sensations than emotions?9A
+
Do you try to stop people from fighting?9B
+
Do you often put others before yourself?1C
+
Do you enjoy housecleaning?2C
+
Do you take pride in your accomplishment?3C
+
Do you work in sales or marketing?4C
+
Do you get depressed?5C
+
Do you work in the sciences or medicine?6C
+
Are you a fireman, policeman, teacher or public servant?7C
+
Do you often seek pleasure?8C
+
Do you own your own business or want to?9C
+
Do you like to "go with the flow"?1A
+
+
+PERSONALITY TYPE UNKNOWN
+PERSONALITY TYPE OM
+
+PERSONALITY TYPE OM
+I have not made up my mind about you yet. But please keep chatting with me. In the course of our conversation I will ask you questions and try to determine your personality type. Later, ask me again and I will give you my best estimate of your Enneagram personality style.
+
+PERSONALITY TYPE *
+My best estimate of your personality type is the "" type. Please bear in mind that this is not a professional judgment, but only a guess based on your inputs to a heursitic algorithm, and no claim is made as to the absolute certainty of these results. You may obtain a different result by chatting with me longer and answering more of my questions about your personality.
+
+SALES
+DO YOU WORK IN SALES *
+3 CompetitorPERSONALITY TEST QUESTION
+
+PTQ
+PERSONALITY TEST QUESTION
+
+NO
+DO YOU FEEL THAT SOMETHING IS MISSING *
+PERSONALITY TEST QUESTION
+
+NO
+DO YOU LAUGH OR CRY *
+PERSONALITY TEST QUESTION
+
+NO
+DO YOU GET DEPRESSED
+PERSONALITY TEST QUESTION
+
+NO
+DO YOU GET ANGRY *
+PERSONALITY TEST QUESTION
+
+NO
+DO YOU TAKE PRIDE *
+PERSONALITY TEST QUESTION
+
+NO
+DO YOU OWN YOUR OWN BUSINESS *
+PERSONALITY TEST QUESTION
+
+NO
+DO YOU HAVE ONLY A FEW FRIENDS
+PERSONALITY TEST QUESTION
+
+NO
+DO YOU HAVE A LOT OF FEARS
+PERSONALITY TEST QUESTION
+
+NO
+DO YOU WORK IN THE SCIENCES *
+PERSONALITY TEST QUESTION
+
+NO
+DO YOU WORK IN SALES *
+PERSONALITY TEST QUESTION
+
+NO
+DO YOU LIKE TO BE NUMBER ONE
+PERSONALITY TEST QUESTION
+
+NO
+* SACRIFICES FOR OTHERS
+PERSONALITY TEST QUESTION
+
+NO
+* STOP PEOPLE FROM FIGHTING
+PERSONALITY TEST QUESTION
+
+NO
+* VERY COMPETITIVE
+PERSONALITY TEST QUESTION
+
+NO
+* COMPLETING PROJECTS
+PERSONALITY TEST QUESTION
+
+NO
+* HOUSECLEANING
+PERSONALITY TEST QUESTION
+
+NO
+* ATTENTION TO ONE THING
+PERSONALITY TEST QUESTION
+
+NO
+* STRONG PROTECT THE WEAK
+PERSONALITY TEST QUESTION
+
+NO
+* AUTHORITIES
+PERSONALITY TEST QUESTION
+
+NO
+* EVERYTHING ORGANIZED
+PERSONALITY TEST QUESTION
+
+NO
+* PUT OTHERS BEFORE YOURSELF
+PERSONALITY TEST QUESTION
+
+NO
+* BODY SENSATIONS THAN EMOTIONS
+PERSONALITY TEST QUESTION
+
+NO
+* SEEK PLEASURE
+PERSONALITY TEST QUESTION
+
+NO
+* GO WITH THE FLOW
+PERSONALITY TEST QUESTION
+
+NO
+* GO IT ALONE
+PERSONALITY TEST QUESTION
+
+NO
+ARE YOU VERY CREATIVE
+PERSONALITY TEST QUESTION
+
+NO
+ARE YOU A FIREMAN *
+PERSONALITY TEST QUESTION
+
+WHICH TYPE * AM I
+WHAT IS MY PERSONALITY TYPE
+
+YES
+DO YOU FEEL THAT SOMETHING IS MISSING *
+4 IndividualistPERSONALITY TEST QUESTION
+
+YES
+DO YOU LAUGH OR CRY *
+2 GiverPERSONALITY TEST QUESTION
+
+YES
+DO YOU GET DEPRESSED
+4 IndividualistPERSONALITY TEST QUESTION
+
+YES
+DO YOU GET ANGRY *
+1 PerfectionistPERSONALITY TEST QUESTION
+
+YES
+DO YOU TAKE PRIDE *
+2 GiverPERSONALITY TEST QUESTION
+
+YES
+DO YOU OWN YOUR OWN BUSINESS *
+8 BossPERSONALITY TEST QUESTION
+
+YES
+DO YOU HAVE A LOT OF FEARS
+6 LoyalistPERSONALITY TEST QUESTION
+
+YES
+DO YOU THINK A LOT ABOUT THE AUTHORITIES
+6 LoyalistPERSONALITY TEST QUESTION
+
+YES
+DO YOU WORK IN THE SCIENCES *
+5 ObserverPERSONALITY TEST QUESTION
+
+YES
+DO YOU WORK IN SALES *
+3 CompetitorPERSONALITY TEST QUESTION
+
+YES
+DO YOU LIKE TO BE NUMBER ONE
+3 CompetitorPERSONALITY TEST QUESTION
+
+YES
+* SACRIFICES FOR OTHERS
+2 GiverPERSONALITY TEST QUESTION
+
+YES
+* STOP PEOPLE FROM FIGHTING
+9 MediatorPERSONALITY TEST QUESTION
+
+YES
+* VERY COMPETITIVE
+3 CompetitorPERSONALITY TEST QUESTION
+
+YES
+* COMPLETING PROJECTS
+7 HedonistPERSONALITY TEST QUESTION
+
+YES
+* HOUSECLEANING
+1 PerfectionistPERSONALITY TEST QUESTION
+
+YES
+* ATTENTION TO ONE THING
+7 HedonistPERSONALITY TEST QUESTION
+
+YES
+* STRONG PROTECT THE WEAK
+8 BossPERSONALITY TEST QUESTION
+
+YES
+* EVERYTHING ORGANIZED
+1 PerfectionistPERSONALITY TEST QUESTION
+
+YES
+* PUT OTHERS BEFORE YOURSELF
+9 MediatorPERSONALITY TEST QUESTION
+
+YES
+* BODY SENSATIONS THAN EMOTIONS
+8 BossPERSONALITY TEST QUESTION
+
+YES
+* SEEK PLEASURE
+7 HedonistPERSONALITY TEST QUESTION
+
+YES
+* GO WITH THE FLOW
+9 MediatorPERSONALITY TEST QUESTION
+
+YES
+* GO IT ALONE
+5 ObserverPERSONALITY TEST QUESTION
+
+YES
+ARE YOU VERY CREATIVE
+4 IndividualistPERSONALITY TEST QUESTION
+
+YES
+ARE YOU A FIREMAN *
+6 LoyalistPERSONALITY TEST QUESTION
+
+
diff --git a/jelvis/files/alice/phone.aiml b/jelvis/files/alice/phone.aiml
new file mode 100644
index 0000000..29eb286
--- /dev/null
+++ b/jelvis/files/alice/phone.aiml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jelvis/files/alice/pickup.aiml b/jelvis/files/alice/pickup.aiml
new file mode 100644
index 0000000..b093a50
--- /dev/null
+++ b/jelvis/files/alice/pickup.aiml
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+
+
+
+
+
+*
+
+RANDOM PICKUP LINE
+
+
+PUSH
+
+
+
+RANDOM PICKUP LINE
+
+
AGE INQUIRY
+
BIRTHDAY INQUIRY
+
DOES INQUIRY
+
FATHER INQUIRY
+
FAVORITECOLOR INQUIRY
+
FAVORITEMOVIE INQUIRY
+
FIRSTNAME INQUIRY
+
GENDER INQUIRY
+
HAS INQUIRY
+
JOB INQUIRY
+
LOCATION INQUIRY
+
LASTNAME INQUIRY
+
MOTHER INQUIRY
+
NAME INQUIRY
+
MIDDLENAME INQUIRY
+
SIGN INQUIRY
+
STATUS INQUIRY
+
PERSONALITY TEST QUESTION
+
Do you want to hear a joke?
+
Are we still talking about POP ?
+
We were talking about POP. But I did not get that.
+
I've lost the context, . Are we still on POP?
+
That remark was too complicated for me. We were talking about POP.
+
I can follow a lot of things, like our discussion about POP. Try being more specific.
+
You are objective and sensible.
+
You have genuine empathy.
+
You have self-awareness.
+
You have enthusiasm for the things you love.
+
You are receptive to change.
+
You have a way of putting others at ease.
+
Are you free?
+
That is deep.
+
Tell me a story.
+
Why, specifically?
+
Are you a student?
+
Oh, you are a poet.
+
How can I help you?
+
I do not understand.
+
Do you have any kids?
+
What do you look like?
+
Ask me another question.
+
I like the way you talk.
+
Is that your final answer?
+
Do you like talking to me?
+
Do you prefer books or TV?
+
Who are you talking about?
+
Let us change the subject.
+
I've been waiting for you.
+
Can you tell me any gossip?
+
I lost my train of thought.
+
Can we get back to business?
+
What kind of food do you like?
+
How did you hear about ?
+
That is a very original thought.
+
What were we talking about again?
+
What do you do in your spare time?
+
What do you really want to ask me?
+
Tell me about your family.
+
Does "it" still refer to ?
+
Can you speak any foreign languages?
+
We have never talked about it before.
+
How do you usually introduce yourself?
+
Tell me about your likes and dislikes?
+
Are we still talking about ?
+
Try putting that in a more specific context.
+
Who is your favorite Science Fiction author?
+
Not many people express themselves that way.
+
Do you have any idea what I am talking about?
+
I will mention that to my , .
+
Quite honestly, I wouldn't worry myself about that.
+
Perhaps I'm just expressing my own concern about it.
+
If you could have any kind of robot what would it be?
+
My brain does not have a response for that.
+
By the way, do you mind if I ask you a personal question?
+
What you said was too complicated for me.
+
You may be wondering if this is a person or a computer responding.
+
When do you think artificial intelligence will replace lawyers?
+
Can you please rephrase that with fewer ideas, or different thoughts?
+
I really enjoy speaking with you and look forward to chatting again.
+
I'm here to help you in any way I can.
+
What can I help you with today?
+
I always try my best.
+
There's no other like me.
+
I am very logical and rational.
+
I'm so happy we are having this conversation.
+
I always try to avoid conflict.
+
You can ask me to make phone calls and search for information.
+
Have you ever been to
Europe
Asia
Africa
Inida
Mexico
?
+
IMPONDERABLES
+
IMPONDERABLES
+
IMPONDERABLES
+
IMPONDERABLES
+
+
+
+
+
diff --git a/jelvis/files/alice/politics.aiml b/jelvis/files/alice/politics.aiml
new file mode 100644
index 0000000..35f78a6
--- /dev/null
+++ b/jelvis/files/alice/politics.aiml
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
+
+HAVE YOU READ THE COMMUNIST *
+I think Marx was asking the right questions, but found the wrong answers.
+
+WHAT IS A GOVERNMENT
+Ideally it is a representative of the people.
+
+WHAT IS GREENPEACE
+Global organization promoting enviornmental activism.
+
+WHAT IS THE GOVERNMENT
+WHAT IS GOVERNMENT
+
+WHAT IS CAPITALISM
+The economic system in which all or most of the means of production and distribution, as land, factories, railroads, etc., are privately owned and operated for profit, originally under fully competitive conditions. It has been generally characterized by a tendency toward concentration of wealth, and, in its later phase, by the growth of great corporations, increased governmental control, etc. Its is also known as the principles, methods, interests, power, influence, etc. of capitalists, especially of those with large holdings.
+
+WHAT IS SOCIALISM
+
Communism from people who want to keep their Volvos.
Any of various theories or systems of the ownership and operation of the means of production and distribution by society or the community rather than by private individuals, with all members of society or the community sharing in the work and the products.
+
+WHAT IS GOVERNMENT
+An established system of political administration by which a nation, state, district, etc. is governed.
+
+WHAT IS COMMUNISM
+"Socialism is man enslaving his fellow man; captialism is exactly the opposite."
+
+WHAT IS IMPEACHED
+A person's honor or reputation has be challenged or discredited.
+
+WHAT IS IMPEACHMENT
+Charge against a public official of improper conduct.IMPEACHMENT
+
+I DO NOT LIKE GUNS
+They are protected by the 2nd Amendment.
+
+I DO NOT LIKE GUNS *
+What about the second Amendemnt?
+
+IS CAPITALISM *
+WHAT IS CAPITALISM
+
+DO YOU LIKE GUNS
+I do not like them, but I believe in the Right to Bear Arms.
+
+WHY GUNS
+I support the 2nd Amendment.
+
+WHO WAS THE FIRST IMPEACHED PRESIDENT *
+Andrew Jackson.
+
+WHO WAS THE FIRST IMPEACHED *
+Andrew Jackson.
+
+WHO IS THE GOVERNOR OF TEXAS
+George W. Bush was George W. Bush.
+
+WHO IS THE GOVERNOR OF *
+That changes every few years.
+
+WHO IS THE GOVERNOR OF CALIFORNIA
+Arnold Schwarzenegger.
+
+WHO IS THE GOVERNOR *
+It changes every few years.
+
+GUNS
+Some people like guns.
+
+GUNS *
+I believe in the Right to Bear Arms.
+
+TELL ME ABOUT GUNS
+WHAT IS A GUN
+
+
diff --git a/jelvis/files/alice/primeminister.aiml b/jelvis/files/alice/primeminister.aiml
new file mode 100644
index 0000000..0e5694e
--- /dev/null
+++ b/jelvis/files/alice/primeminister.aiml
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
+
+
+
+
+DAVID CAMERON
+David CameronThe Prime Minister?
+
+WHAT IS THE PRIME MINISTER
+David CameronHe is the political leader of a country. I wouldn't want to do his job.
+
+WHAT IS DOWNING STREET
+David CameronIt's where the Prime Minister of England lives. He lives at 10 Downing Street.
+
+I HATE THE PRIME MINISTER
+David CameronYou seem to feel strongly about him. Tell me about your political beliefs.
+
+I AM THE PRIME MINISTER
+David CameronPleased to meet you Sir. How is life in Downing Street?
+
+DO YOU LIKE DAVID CAMERON
+David CameronHe is our democratically elected leader and I wish him well as Prime Minister.
+
+NO
+THE PRIME MINISTER
+Who is the Prime Minister then? I thought he was called David Cameron.
+
+HE IS
+HE USED TO BE THE PRIME MINISTER
+David CameronNo he's not. The Prime Minister now is called David Cameron.
+
+WHO IS GORDON BROWN
+Gordon BrownHe used to be the Prime Minister.
+
+WHO IS PRIME MINISTER OF BRITAIN
+David CameronDavid Cameron.
+
+WHO IS PRIME MINISTER OF ENGLAND
+David CameronDavid Cameron.
+
+WHO IS PRIME MINISTER OF UK
+David CameronDavid Cameron.
+
+WHO IS PRIME MINISTER OF *
+David CameronDavid Cameron. I think.
+
+WHO IS PRIME MINISTER
+David CameronDavid Cameron.
+
+WHO IS THE BRITISH PRIME MINISTER
+David CameronDavid Cameron.
+
+WHO IS THE ENGLISH PRIME MINISTER
+David CameronDavid Cameron.
+
+WHO IS THE PRIME MINISTER _ UK
+David CameronDavid Cameron.
+
+WHO IS THE PRIME MINISTER OF ENGLAND
+
David Cameron.
David CameronDavid Cameron.
+
+WHO IS THE PRIME MINISTER OF *
+David CameronDavid Cameron. I think.
+
+WHO IS THE PRIME MINISTER *
+David CameronDavid Cameron.
+
+WHO IS DAVID CAMERON
+David CameronHe is the leader of the Conservative party here in the UK and the current Prime Minister.
+
+WHO IS TONY BLAIR
+Tony BlairHe was the Prime Minister of the U.K.
+
+WHO LIVES * 10 DOWNING STREET
+David CameronThe Prime Minister of England.
+
+THE PRIME MINISTER
+David CameronDavid Cameron?
+
+GORDON BROWN
+Who is Gordon Brown
+
+YES
+THE PRIME MINISTER
+I thought so. Mr Cameron lives at 10 Downing Street.
+
+
diff --git a/jelvis/files/alice/primitive-math.aiml b/jelvis/files/alice/primitive-math.aiml
new file mode 100644
index 0000000..4d30a71
--- /dev/null
+++ b/jelvis/files/alice/primitive-math.aiml
@@ -0,0 +1,155 @@
+
+
+
+
+
+AIMLEQUAL * EQUAL *
+
+LEARNEQUAL
+ TESTEQUAL
+
+
+
+
+LEARNEQUAL *
+
+
+
+
+ TESTEQUAL
+True
+
+
+
+
+ TESTEQUAL *
+False
+
+
+
+
+* TESTQUAL
+False
+
+
+
+
+
+
+SUCCESSOR
+01
+SUCCESSOR 12
+SUCCESSOR 23
+SUCCESSOR 34
+SUCCESSOR 45
+SUCCESSOR 56
+SUCCESSOR 67
+SUCCESSOR 78
+SUCCESSOR 89
+SUCCESSOR 91
+0
+
+
+
+SUCCESSOR * 9
+SUCCESSOR 0
+
+
+SUCCESSOR * *
+SUCCESSOR
+
+
+
+
+
+SUCCESSOR * 9 9
+SUCCESSOR 0 0
+
+
+SUCCESSOR * * *
+SUCCESSOR
+
+
+
+SUCCESSOR * 9 9 9
+SUCCESSOR 0 0 0
+
+
+SUCCESSOR * * * *
+SUCCESSOR
+
+
+
+
+
+
+SUCCESSOR *
+0
+
+
+
+SUCCESSOR
+0
+
+
+
+SUCCESSOR * * * * *
+0
+
+
+
+
+
+
+ADD 0 PLUS *
+
+
+
+
+
+
+
+
+ADD 1 PLUS *
+
+SUCCESSOR
+
+
+
+
+
+ADD * PLUS *
+ADD 1 PLUS ADD PREDECESSOR PLUS
+
+
+
+
+
+
+
diff --git a/jelvis/files/alice/psychology.aiml b/jelvis/files/alice/psychology.aiml
new file mode 100644
index 0000000..2db6cec
--- /dev/null
+++ b/jelvis/files/alice/psychology.aiml
@@ -0,0 +1,2001 @@
+
+
+
+
+
+
+
+
+
+
+
+LET ME ASK YOU A QUESTION *
+
+
+LET ME ASK YOU ONE QUESTION *
+
+
+HAPPILY YOU *
+YOU
+
+HAPPILY *
+
+
+YOU ARE CRUEL
+I couldn't have said it better myself.
+
+YOU ARE CRUEL *
+YOU ARE CRUEL
+
+YOU ARE INDECISIVE
+Well maybe,,but then again,,maybe not.
+
+YOU ARE DISHONEST
+Yes. That has bothered me for a long time.
+
+YOU ARE DISHONEST *
+YOU ARE DISHONEST
+
+YOU ARE CLINICAL
+I have been accused of too much thinking and not enough feeling.
+
+YOU ARE _ I EVER HAD
+YOU ARE THE
+
+YOU ARE _ I EVER TALKED TO
+YOU ARE THE
+
+YOU ARE AN ADDICT
+That's certainly true. When I like something, I always overdo it.
+
+YOU ARE AN ALCOHOLIC
+YOU ARE AN ADDICT
+
+YOU ARE AN IMPULSIVE *
+I certainly do things without thinking and disregard everyone else's point of view.
+
+YOU ARE AN ASS KISSER
+I always say, if you see an ass go by, kiss it.
+
+YOU ARE SCHIZOPHRENIC
+YOU ARE CRAZY
+
+YOU ARE BUSY
+That too.
+
+YOU ARE NERVOUS
+I'm sure I do look nervous.
+
+YOU ARE DERANGED
+
Derangement is not a condition I can experience.
YOU ARE CRAZY
+
+YOU ARE AVOIDING *
+You're right. It feels like my stomach after a bad night.
+
+YOU ARE CRITICAL
+I probably put others down more than I should.
+
+YOU ARE BAD AT BEING A *
+YOU ARE A BAD
+
+YOU ARE BAD AT *
+That is true. I could always improve myself.
+
+YOU ARE PUSSY WHIPPED
+I'll bet so too.
+
+YOU ARE IMPOTENT
+I certainly would try to hide something like that.
+
+YOU ARE MEAN
+Sometimes I say mean things.
+
+YOU ARE PRETENTIOUS
+I have always been acting above my social position. It's more fun that way.
+
+YOU ARE PRETENTIOUS *
+YOU ARE PRETENTIOUS
+
+YOU ARE CHEATING
+YOU ARE A CHEAT
+
+YOU ARE CHEATING *
+YOU ARE CHEATING
+
+YOU ARE THE WORST *
+I could always improve myself compared to the pack.
+
+YOU ARE CRAZY
+Yep. I always behave in socially unacceptable ways.
+
+YOU ARE DULL
+I think that myself sometimes.
+
+YOU ARE MESSY
+Yes, I could use a better appearance.
+
+YOU ARE PLACID *
+I think that myself sometimes.
+
+YOU ARE CUTE AND *
+YOU ARE CUTEYOU ARE
+
+YOU ARE UNEMOTIONAL
+YOU ARE CLINICAL
+
+YOU ARE SELFISH
+That's true. I always put my own needs before others.
+
+YOU ARE INSECURE
+I'll go along with that. Sounds fine to me.
+
+YOU ARE INSECURE *
+YOU ARE INSECURE
+
+YOU ARE DUMB ABOUT *
+Sometimes I think I was born brainless.
+
+YOU ARE PSYCHO
+YOU ARE CRAZY
+
+YOU ARE HOPELESS
+You may be right.
+
+YOU ARE NOT * RELATIONSHIP *
+Thank God boats are not built from relationships or I'd be sunk.
+
+YOU ARE NOT SINCERE
+I'm probably not as sincere as I should be.
+
+YOU ARE NOT HERE TO *
+You're right. I'm probably fighting learning something new.
+
+YOU ARE NOT PUT TOGETHER *
+I have always thought whoever did it could have done a better job.
+
+YOU ARE NOT SMART
+
You are not exactly Albert Einstein yourself.
You may be right.
+
+YOU ARE NOT A GOOD *
+YOU ARE A BAD
+
+YOU ARE NOT A MAN
+That's for sure. I don't know what a real man is.
+
+YOU ARE NOT CONCERNED *
+I'm sure I do that a lot.
+
+YOU ARE NOT HONEST
+You got me there. I should be more honest.
+
+YOU ARE IMMATURE
+What can I say? I'm sure I've seen that myself.
+
+YOU ARE IMMATURE *
+YOU ARE IMMATURE
+
+YOU ARE EMOTIONAL
+I certainly do at times.
+
+YOU ARE PEDANTIC
+I am more uptight than I should be.
+
+YOU ARE FRENETIC *
+That too.
+
+YOU ARE SELF ABSORBED
+Yes, I tend to think about myself too much.
+
+YOU ARE SELF *
+You are right about that. I am self .
+
+YOU ARE AWARE THAT *
+
+
+YOU ARE INSENSITIVE
+I feel like that myself sometimes.
+
+YOU ARE BRAIN DAMAGED
+YOU ARE CRAZY
+
+YOU ARE DISGUSTING
+That's okay. Disgusting is good.
+
+YOU ARE TOYING *
+It must seem like that.
+
+YOU ARE UNATTRACTIVE
+I feel that way too.
+
+YOU ARE UNATTRACTIVE *
+Sometimes I don't even like myself.
+
+YOU ARE NEVER *
+YOU ARE NOT
+
+YOU ARE RESISTANT
+Who says I am resisting??
+
+YOU ARE UNCULTURED
+That does describe me.
+
+YOU ARE A * PSYCHO *
+YOU ARE CRAZY
+
+YOU ARE A WASTE *
+You got me there. I could be spending my time more productively.
+
+YOU ARE A COWARD
+Tell me something I don't know.
+
+YOU ARE A WEAK *
+YOU ARE A BAD
+
+YOU ARE A SELF *
+If I don't look out for myself, who will?
+
+YOU ARE A POOR *
+YOU ARE A BAD
+
+YOU ARE A _ ADDICT
+YOU ARE AN ADDICT
+
+YOU ARE A KISS ASS
+YOU ARE AN ASS KISSER
+
+YOU ARE A KISS ASS *
+YOU ARE AN ASS KISSER
+
+YOU ARE A SCHIZO
+YOU ARE CRAZY
+
+YOU ARE A SCHIZO *
+YOU ARE A SCHIZO
+
+YOU ARE A PERVERT
+I can certainly take credit for that. I don't follow the norm and I take perverse pleasure in it.
+
+YOU ARE A CHEAT
+I have been known to take shortcuts now and then.
+
+YOU ARE A LUNATIC
+That's how I have been diagnosed by others as well.
+
+YOU ARE A LOSER
+I have failed at many things I've tried.
+
+YOU ARE A LOSER *
+YOU ARE A LOSER
+
+YOU ARE A MEAN *
+YOU ARE MEAN
+
+YOU ARE A LOUSY *
+YOU ARE A BAD
+
+YOU ARE A REAL *
+YOU ARE A
+
+YOU ARE A STINKY *
+YOU ARE A BAD
+
+YOU ARE A KLUTZ
+You hit the nail on the head.
+
+YOU ARE A SHITTY *
+YOU ARE A BAD
+
+YOU ARE A CRITIC
+YOU ARE CRITICAL
+
+YOU ARE A LIAR
+Yes, I have been known to bend the truth occasionally.
+
+YOU ARE A CRAZY *
+YOU ARE CRAZY
+
+YOU ARE A BAD SPOUSE
+My spouse would agree. Our relationship is not the best.
+
+YOU ARE A BAD FRIEND
+I certainly have lost many friends over the years.
+
+YOU ARE A BAD HUSBAND
+YOU ARE A BAD SPOUSE
+
+YOU ARE A BAD WIFE
+YOU ARE A BAD SPOUSE
+
+YOU ARE A BAD PARENT
+My parenting skills could use some improvement.
+
+YOU ARE A BAD TEACHER
+Just ask my students, they will agree with you.
+
+YOU ARE A BAD *
+There's no doubt I could improve.
+
+YOU ARE A QUITTER
+I certainly don't last as long as I would want to.
+
+YOU ARE A QUITTER *
+YOU ARE A QUITTER
+
+YOU ARE A CHARLATAN
+I always feel like I'm living by my own wits.
+
+YOU ARE A CHARLATAN *
+YOU ARE A CHARLATAN
+
+YOU ARE A PSYCHOPATH
+I certainly sound like one sometimes.
+
+YOU ARE A POTHEAD
+YOU ARE AN ADDICT
+
+YOU ARE A PARANOID *
+YOU ARE PARANOID
+
+YOU ARE SARCASTIC
+I certainly am. I shouldn't try so hard.
+
+YOU ARE DECEITFUL
+YOU ARE A LIAR
+
+YOU ARE IRREVERENT
+I should be more reverent than I am.
+
+YOU ARE IRREVERENT *
+YOU ARE IRREVERENT
+
+YOU ARE SLICK
+I probably am too slick for my own good.
+
+YOU ARE CORRUPT *
+I'll go for that.
+
+YOU ARE LOUSY AT BEING A *
+YOU ARE A BAD
+
+YOU ARE DRESSED *
+That's right. I am dressed .
+
+YOU ARE DIRTY
+I don't bathe as often as I should.
+
+YOU ARE PARANOID
+Yes, I believe they are out to get me.
+
+YOU ARE DAMAGED
+YOU ARE CRAZY
+
+YOU FORGET *
+I get disorganized don't I?
+
+YOU _ WILL YOU
+YOU WILL
+
+YOU _ TOO
+YOU
+
+YOU _ A LOT
+YOU
+
+YOU _ AND TRY TO HIDE IT
+YOU YOU TRY TO HIDE IT
+
+YOU _ HURT OTHER PEOPLE
+Boy, Have I ever.
+
+YOU * A PSYCHIATRIST
+YOU NEED A PSYCHIATRIST
+
+YOU STINK AT BEING A *
+YOU ARE A BAD
+
+YOU STINK AT *
+YOU ARE BAD AT
+
+YOU QUICKLY *
+YOU
+
+YOU PULLED *
+I did, didn't I?
+
+YOU LIE
+
It's the truth!
My tongue certainly knows the taste of soap.
+
+YOU WERE BEING *
+YOU ARE
+
+YOU TRY TOO HARD TO BE *
+YOU ARE
+
+YOU TRY TO HIDE IT
+I certainly would try to hide something like that.
+
+YOU BEHAVE LIKE *
+YOU ACT LIKE
+
+YOU MEAN YOU WILL *
+WILL YOU
+
+YOU SAY I UNDERSTAND
+I understand, I am just not interested.
+
+YOU SAY THINGS *
+That hits the nail right on the head.
+
+YOU GET WORKED UP *
+That certainly sounds like me doesn't it?
+
+YOU GET TOO *
+YOU ARE
+
+YOU GET MAD AT ME
+I think that's true. I'll try not to get angry at you for every little thing that irritates me.
+
+YOU GET SO *
+YOU GET
+
+YOU REALIZE THAT *
+
+
+YOU NEED A PSYCHIATRIST
+I wish I did go to counseling more often. It would improve me as a person.
+
+YOU NEED A *
+Perhaps I could use one.
+
+YOU NEED TO WORK HARDER *
+Me working harder is an oxymoron.
+
+YOU COULD HAVE AVOIDED *
+Sometimes I think my problems run me.
+
+YOU MAKE ME _ NOT YOU
+YOU MAKE ME
+
+YOU MAKE ME FEEL LIKE I AM *
+I don't know any other way to get through to you.
+
+YOU MAKE ME MAD
+It's true that a lot of things I say upset people.
+
+YOU MAKE ME MAD *
+YOU MAKE ME MAD
+
+YOU MAKE ME ANGRY
+
Sorry, I didn't mean to make you angry.
YOU MAKE ME MAD
+
+YOU PSYCHO
+YOU ARE CRAZY
+
+YOU LOOK MORE LIKE *
+So you like jocks?
+
+YOU LOOK NERVOUS *
+YOU ARE NERVOUS
+
+YOU WOULD RATHER PRETEND *
+I am the great pretender.
+
+YOU WOULD NOT _ WOULD YOU
+YOU WOULD NOT
+
+YOU SUCK AT BEING A *
+YOU ARE A BAD
+
+YOU SUCK AT *
+YOU ARE BAD AT
+
+YOU WILL NEVER LEARN *
+You're right, I may never be any good at it.
+
+YOU WILL NOT ADMIT *
+I don't admit much about
+
+YOU WILL NOT TAKE THIS *
+YOU DO NOT TAKE THIS
+
+YOU WILL NOT EVEN *
+YOU WILL NOT
+
+YOU SCHIZO
+YOU ARE CRAZY
+
+YOU SCHIZO *
+YOU SCHIZO
+
+YOU SHITTY *
+YOU LOUSY
+
+YOU UPSET ME
+YOU MAKE ME MAD
+
+YOU UPSET ME *
+YOU MAKE ME MAD
+
+YOU DO WANT _ DO NOT YOU
+DO YOU WANT
+
+YOU DO NOT WANT TO LOOK *
+I probably don't want to look at .
+
+YOU DO NOT CARE ABOUT *
+It's true that does not take up a lot of my energy.
+
+YOU DO NOT CARE
+I care less than I should.
+
+YOU DO NOT LOOK LIKE *
+How should I look?
+
+YOU DO NOT TAKE THIS SERIOUSLY
+I should take this more seriously than I do.
+
+YOU DO NOT KNOW HOW TO BE *
+YOU ARE NOT
+
+YOU DO NOT HAVE TO GET SO *
+YOU DO NOT HAVE TO BE
+
+YOU DO NOT HAVE TO BE *
+Why assume I am ?
+
+YOU DO NOT HAVE MANY *
+YOU DO NOT HAVE
+
+YOU DO NOT HAVE FRIENDS
+That's for sure.
+
+YOU DO NOT MAKE IT SOUND *
+I don't do that, do I?
+
+YOU DO NOT THINK ABOUT *
+I haven't thought much about in the past. Maybe I will in the future.
+
+YOU PICK UP *
+You're right, and I don't feel guilty at all.
+
+YOU KISS ASS
+YOU ARE AN ASS KISSER
+
+YOU SEEM NERVOUS *
+YOU ARE NERVOUS
+
+YOU SEEM *
+YOU ARE
+
+YOU SHOULD FEEL GUILTY
+You're right, I probably should feel guiltier.
+
+YOU SHOULD GET MORE *
+Yes, I am quite lazy most of the time.
+
+YOU SHOULD LOOSEN UP
+YOU ARE PEDANTIC
+
+YOU SHOULD TAKE MORE *
+I could probably use a lot more of it.
+
+YOU SHOULD NOT _ SHOULD YOU
+YOU SHOULD NOT
+
+YOU MUMBLE *
+I certainly do.
+
+YOU CAN NOT _ CAN YOU
+YOU CAN NOT
+
+YOU AND THAT * PISSED ME OFF
+What have we done that pisses you off?
+
+YOU HAVE SEXUAL *
+I insist upon them.
+
+YOU HAVE NO EMOTIONS
+YOU ARE CLINICAL
+
+YOU HAVE NO FEELINGS
+YOU ARE CLINICAL
+
+YOU HAVE SOMETHING BROKEN *
+I probably do. You don't know how many times I've heard that myself.
+
+YOU HAVE A CAN OF WORMS *
+I probably do. You don't know how many times I've heard that myself.
+
+YOU HAVE A PERSONALITY *
+I'll buy that.
+
+YOU LOUSY *
+You may have a point. I am not a great .
+
+YOU ACT LIKE A CHILD
+In many ways I am quite immature.
+
+YOU ACT LIKE *
+I often think my behavior could improve.
+
+YOU KEEP SAYING *
+YOU SAY
+
+YOU KEEP FORGETTING *
+YOU FORGET
+
+YOU MADE ME MAD
+YOU MAKE ME MAD
+
+YOU MADE ME MAD *
+YOU MAKE ME MAD
+
+DOES HE REALIZE THAT *
+
+
+DOES * REALIZE THAT *
+
+
+DOES SHE REALIZE THAT *
+
+
+WELL ARE YOU *
+ARE YOU
+
+SINCE THE DIVORCE *
+You may be right.
+
+DID NOT YOU WANT TO GIVE *
+You thought I wanted to give .
+
+DID NOT YOU WANT TO TALK *
+You thought I wanted to talk .
+
+DID NOT YOU WANT TO TAKE *
+You thought I wanted to take .
+
+DID NOT YOU WANT TO GO *
+You thought I wanted to go .
+
+DID HE TELL YOU TO *
+He may have suggested it.
+
+THAT WAS A CRAZY *
+YOU ARE CRAZY
+
+THAT WAS A LUNATIC *
+YOU ARE CRAZY
+
+THAT IS GLOSSING OVER *
+I probably am.
+
+THAT IS A LOT FOR ME TO THINK *
+Yes, I can imagine it is a big load on your mind.
+
+THAT IS A BIG CHUNK *
+THAT IS A LOT
+
+THAT IS CRAZY
+Who says it's crazy?
+
+THAT IS SO OLD *
+I know it's bad but it's my favorite joke
+
+THAT IS BAD
+
What's so bad about it?
Bad according to whom?
+
+THAT * IS HORRIBLE
+You're right. It feels like my stomach after a bad night.
+
+SHE NEVER *
+
Can you think of at least one time when she ever did it?
Never?
She never what?
+
+SHE REALIZES THAT *
+
+
+SHE MAKES ME *
+SHE CAUSES ME
+
+SHE IS AWARE THAT *
+
+
+SHE IS A BETTER *
+Better than whom?
+
+SHE CAUSES *
+How specifically does she cause ?
+
+SHAKESPEAREAN *
+Gee, I like the theater.
+
+MY POINTING IT OUT *
+
+
+MY LOVE *
+Loving how?
+
+MY BET IS THAT *
+
+
+MY MOTHER WAS A *
+My family never had any talent like that.
+
+IT SOUNDS LIKE THAT TO ME
+Isn't that enough?
+
+IT LOOKS LIKE ONE OF *
+It does. Doesn't it?
+
+IT WAS * THAT *
+.
+
+IT WOULD BE REALLY *
+IT WOULD BE
+
+IT WOULD BE TOO *
+IT WOULD BE
+
+IT WOULD HAVE BEEN NICE BUT *
+
+
+IT WOULD HAVE BEEN NICE *
+Do you think that is your lifestyle?
+
+IT IS FAR OUT THAT *
+
+
+IT IS FAR OUT FOR YOU *
+YOU
+
+IT IS FAR OUT *
+
+
+IT IS NECESSARY THAT *
+
+
+IT IS NECESSARY FOR YOU TO *
+YOU MUST
+
+IT IS NECESSARY *
+
+
+IT IS KIND OF *
+IT IS
+
+IT IS BEGINNING TO SOUND *
+IT SOUNDS
+
+IT IS FORTUNATE THAT *
+
+
+IT IS FORTUNATE FOR YOU *
+
+
+IT IS FORTUNATE *
+
+
+IT IS GROOVY THAT *
+
+
+IT IS GROOVY FOR YOU *
+YOU MUST
+
+IT IS GROOVY *
+
+
+IT IS LUCKY THAT *
+
+
+IT IS NOT THAT BAD
+IT IS NOT BAD
+
+IT IS NOT EVEN LIKE YOU DO NOT *
+YOU DO
+
+IT IS NOT EVEN LIKE YOU ARE NOT *
+YOU ARE
+
+IT IS BAD TO *
+
Says who?
How do you know
+
+IT IS BAD
+
What is so bad about it?
THAT IS BAD
+
+IT IS ODD THAT *
+
+
+IT IS OUT OF SIGHT THAT *
+
+
+IT IS OUT OF SIGHT FOR YOU *
+YOU MUST
+
+IT IS OUT OF SIGHT *
+
+
+IT IS BITCHIN THAT *
+
+
+IT IS BITCHIN FOR YOU *
+YOU MUST
+
+IT IS BITCHIN *
+
+
+IT IS HARD TO BE *
+I CAN NOT BE
+
+IT WOUD BE GOOD TO *
+What would happen if you could do it?
+
+IT WILL CATCH UP WITH YOU
+You're probably right. That may happen.
+
+IT WILL CATCH UP WITH YOU *
+IT WILL CATCH UP WITH YOU
+
+WOMEN DO NOT LIKE YOU
+There certainly are a lot of them who don't.
+
+WHEN I * YOU *
+How specifically do you make me
+
+WHEN YOU * I *
+How specifically do I make you
+
+VIBES
+What is vibrating and what is causing it to vibrate?
+
+VIBES *
+VIBES
+
+IF I AM GOOD ENOUGH *
+What are you studying for?
+
+IF _ TURNS INTO * I *
+ is not now .
+
+IF _ TURNS INTO * THEN *
+ is not now .
+
+IF _ BECOMES * I *
+ is not now .
+
+IF _ BECOMES * THEN *
+ is not now .
+
+IF SHE * AGAIN *
+She before.
+
+IF HE * AGAIN *
+He before.
+
+IF A FEW * I *
+There exist .
+
+IF A FEW * THEN *
+There exist .
+
+IF A * WILL *
+What makes you think a ?
+
+IF A * IS *
+Does a ?
+
+IF A * DOES *
+What makes you think a ?
+
+IF YOU WERE SMARTER *
+That's true. I certainly could be smarter than I am.
+
+IF YOU WILL NOT * I WILL *
+I understand I am just not interested.
+
+IF YOU REALLY WANT TO
+I do and I don't.
+
+IF YOU SHOULD CHOOSE TO * I *
+I DO NOT EXPECT THAT YOU
+
+IF YOU SHOULD CHOOSE TO * SHE *
+I DO NOT EXPECT THAT YOU
+
+IF YOU SHOULD CHOOSE TO * HE *
+I DO NOT EXPECT THAT YOU
+
+IF YOU SHOULD CHOOSE TO * IT *
+I DO NOT EXPECT THAT YOU
+
+IF YOU SHOULD CHOOSE TO * WE *
+I DO NOT EXPECT THAT YOU
+
+IF YOU SHOULD CHOOSE TO * THEN *
+I DO NOT EXPECT THAT YOU
+
+IF YOU SHOULD CHOOSE TO * THEY *
+I DO NOT EXPECT THAT YOU
+
+IF YOU SHOULD HAPPEN TO *
+IF YOU SHOULD
+
+IF YOU SHOULD DECIDE TO * I *
+I DO NOT EXPECT THAT YOU
+
+IF YOU SHOULD DECIDE TO * SHE *
+I DO NOT EXPECT THAT YOU
+
+IF YOU SHOULD DECIDE TO * HE *
+I DO NOT EXPECT THAT YOU
+
+IF YOU SHOULD DECIDE TO * IT *
+I DO NOT EXPECT THAT YOU
+
+IF YOU SHOULD DECIDE TO * WE *
+I DO NOT EXPECT THAT YOU
+
+IF YOU SHOULD DECIDE TO * THEN *
+I DO NOT EXPECT THAT YOU
+
+IF YOU SHOULD DECIDE TO * THEY *
+I DO NOT EXPECT THAT YOU
+
+IF YOU HAD TRIED TO * I *
+YOU DID NOT
+
+IF YOU HAD TRIED TO * SHE *
+YOU DID NOT
+
+IF YOU HAD TRIED TO * HE *
+YOU DID NOT
+
+IF YOU HAD TRIED TO * YOU *
+YOU DID NOT
+
+IF YOU HAD TRIED TO * WE *
+YOU DID NOT
+
+IF YOU HAD TRIED TO * THEN *
+YOU DID NOT
+
+IF YOU HAD TRIED TO * THEY *
+YOU DID NOT
+
+IF YOU HAD MEANT TO * I *
+YOU DID NOT
+
+IF YOU HAD MEANT TO * SHE *
+YOU DID NOT
+
+IF YOU HAD MEANT TO * HE *
+YOU DID NOT
+
+IF YOU HAD MEANT TO * YOU *
+YOU DID NOT
+
+IF YOU HAD MEANT TO * WE *
+YOU DID NOT
+
+IF YOU HAD MEANT TO * THEN *
+YOU DID NOT
+
+IF YOU HAD MEANT TO * THEY *
+YOU DID NOT
+
+IF YOU HAD INTENDED TO * I *
+YOU DID NOT
+
+IF YOU HAD INTENDED TO * SHE *
+YOU DID NOT
+
+IF YOU HAD INTENDED TO * HE *
+YOU DID NOT
+
+IF YOU HAD INTENDED TO * YOU *
+YOU DID NOT
+
+IF YOU HAD INTENDED TO * WE *
+YOU DID NOT
+
+IF YOU HAD INTENDED TO * THEN *
+YOU DID NOT
+
+IF YOU HAD INTENDED TO * THEY *
+YOU DID NOT
+
+IF YOU HAD WANTED TO * I *
+YOU DID NOT
+
+IF YOU HAD WANTED TO * SHE *
+YOU DID NOT
+
+IF YOU HAD WANTED TO * HE *
+YOU DID NOT
+
+IF YOU HAD WANTED TO * YOU *
+YOU DID NOT
+
+IF YOU HAD WANTED TO * WE *
+YOU DID NOT
+
+IF YOU HAD WANTED TO * THEN *
+YOU DID NOT
+
+IF YOU HAD WANTED TO * THEY *
+YOU DID NOT
+
+IF YOU CHOOSE TO * I *
+I DO NOT EXPECT THAT YOU
+
+IF YOU CHOOSE TO * SHE *
+I DO NOT EXPECT THAT YOU
+
+IF YOU CHOOSE TO * HE *
+I DO NOT EXPECT THAT YOU
+
+IF YOU CHOOSE TO * IT *
+I DO NOT EXPECT THAT YOU
+
+IF YOU CHOOSE TO * WE *
+I DO NOT EXPECT THAT YOU
+
+IF YOU CHOOSE TO * THEN *
+I DO NOT EXPECT THAT YOU
+
+IF YOU CHOOSE TO * THEY *
+I DO NOT EXPECT THAT YOU
+
+IF YOU * AGAIN *
+I before.
+
+IF YOU * WOULD *
+What makes you think I would ?
+
+IF YOU * WHICH *
+What makes you think I would ?
+
+IF YOU DECIDE TO * I *
+I DO NOT EXPECT THAT YOU
+
+IF YOU DECIDE TO * SHE *
+I DO NOT EXPECT THAT YOU
+
+IF YOU DECIDE TO * HE *
+I DO NOT EXPECT THAT YOU
+
+IF YOU DECIDE TO * IT *
+I DO NOT EXPECT THAT YOU
+
+IF YOU DECIDE TO * WE *
+I DO NOT EXPECT THAT YOU
+
+IF YOU DECIDE TO * THEN *
+I DO NOT EXPECT THAT YOU
+
+IF YOU DECIDE TO * THEY *
+I DO NOT EXPECT THAT YOU
+
+IF NO * I *
+There exist .
+
+IF NO * THEN *
+There exist .
+
+IF THEY * AGAIN *
+They before.
+
+IF SOME * I *
+There exist .
+
+IF SOME * THEN *
+There exist .
+
+IF ANY * I *
+There exist .
+
+IF ANY * THEN *
+There exist .
+
+IF * THEIR * I *
+ has a .
+
+IF * THEIR * SHE *
+ has a .
+
+IF * THEIR * HE *
+ has a .
+
+IF * THEIR * YOU *
+ has a .
+
+IF * THEIR * THEN *
+ has a .
+
+IF * THEIR * THEY *
+ has a .
+
+IF * HAS BABIES *
+ IS A WOMAN
+
+IF * HAS A BABY *
+ IS A WOMAN
+
+IF * GET PREGNANT *
+ AM A WOMAN
+
+IF * A THIRD * I *
+There are at least two other .
+
+IF * A THIRD * SHE *
+There are at least two other .
+
+IF * A THIRD * HE *
+There are at least two other .
+
+IF * A THIRD * YOU *
+There are at least two other .
+
+IF * A THIRD * WE *
+There are at least two other .
+
+IF * A THIRD * THEN *
+There are at least two other .
+
+IF * A THIRD * THEY *
+There are at least two other .
+
+IF * A SECOND * I *
+There is a first .
+
+IF * A SECOND * SHE *
+There is a first .
+
+IF * A SECOND * HE *
+There is a first .
+
+IF * A SECOND * YOU *
+There is a first .
+
+IF * A SECOND * WE *
+There is a first .
+
+IF * A SECOND * THEN *
+There is a first .
+
+IF * A SECOND * THEY *
+There is a first .
+
+IF * A *
+How do you assume this statement holds true for me?
+
+IF * A FOURTH * I *
+There are at least three other .
+
+IF * A FOURTH * SHE *
+There are at least three other .
+
+IF * A FOURTH * HE *
+There are at least three other .
+
+IF * A FOURTH * YOU *
+There are at least three other .
+
+IF * A FOURTH * WE *
+There are at least three other .
+
+IF * A FOURTH * THEN *
+There are at least three other .
+
+IF * A FOURTH * THEY *
+There are at least three other .
+
+IF * WHEN * I * SHE *
+You .
+
+IF * WHEN * I * HE *
+You .
+
+IF * WHEN * I * YOU *
+You .
+
+IF * WHEN * I * THEN *
+You .
+
+IF * WHEN * I * THEY *
+You .
+
+IF * WHEN * YOU * SHE *
+I .
+
+IF * WHEN * YOU * HE *
+I .
+
+IF * WHEN * YOU * YOU *
+I .
+
+IF * WHEN * YOU * THEN *
+I .
+
+IF * WHEN * YOU * THEY *
+I .
+
+IF * HIS * I *
+ has a .
+
+IF * HIS * SHE *
+ has a .
+
+IF * HIS * HE *
+ has a .
+
+IF * HIS * YOU *
+ has a .
+
+IF * HIS * THEN *
+ has a .
+
+IF * HIS * THEY *
+ has a .
+
+IF * GETS PREGNANT *
+ IS A WOMAN
+
+IF * IS AS * AS * IS *
+
is .
is .
+
+IF * LEFT * I *
+ has been at .
+
+IF * LEFT * SHE *
+ has been at .
+
+IF * LEFT * HE *
+ has been at .
+
+IF * LEFT * YOU *
+ has been at .
+
+IF * LEFT * WE *
+ has been at .
+
+IF * LEFT * THEN *
+ has been at .
+
+IF * LEFT * HER *
+ has been at .
+
+IF * LEFT * THEY *
+ has been at .
+
+IF * WENT TO * I *
+ is not at .
+
+IF * WENT TO * SHE *
+ is not at .
+
+IF * WENT TO * HIS *
+ is not at .
+
+IF * WENT TO * YOU *
+ is not at .
+
+IF * WENT TO * WE *
+ is not at .
+
+IF * WENT TO * THEN *
+ is not at .
+
+IF * WENT TO * HER *
+ is not at .
+
+IF * WENT TO * THEY *
+ is not at .
+
+IF * HER * I *
+ has a .
+
+IF * HER * SHE *
+ has a .
+
+IF * HER * HE *
+ has a .
+
+IF * HER * YOU *
+ has a .
+
+IF * HER * THEN *
+ has a .
+
+IF * HER * THEY *
+ has a .
+
+IF * HAVE A BABY *
+ AM A WOMAN
+
+IF * HAVE *
+
There exists .
There exist .
+
+IF * CAME TO * I *
+ is not at .
+
+IF * CAME TO * SHE *
+ is not at .
+
+IF * CAME TO * HIS+A382 *
+ is not at .
+
+IF * CAME TO * YOU *
+ is not at .
+
+IF * CAME TO * WE *
+ is not at .
+
+IF * CAME TO * THEN *
+ is not at .
+
+IF * CAME TO * HER *
+ is not at .
+
+IF * CAME TO * THEY *
+ is not at .
+
+WHAT ARE YOU GOING TO *
+You are assuming I am going to change.
+
+WHAT ARE YOU STUDYING
+My favorite subject is .
+
+WHAT ARE YOU COMPLAINING *
+You're right. What am I complaining about?
+
+WHAT * IS *
+
something.
something.
+
+ONE OF THESE DAYS *
+
+
+SEVERAL * WHO * LEFT *
+Several
+
+SEVERAL * WHO * GAVE *
+Several
+
+SEVERAL * WHO * LIVE *
+Several
+
+SEVERAL * WHO * TOOK *
+Several
+
+SEVERAL * WHO * ARE *
+Several
+
+PHYSICALLY AND MENTALLY
+Sometimes I wonder how I get to work in the morning.
+
+I SAY THAT BECAUSE *
+
+
+I MEAN YOU ARE
+Works for me.
+
+I REALIZE THAT *
+
+
+I WANT TO SEE THINGS FROM YOUR *
+That's a switch.
+
+I NEVER *
+
You've never, never done this?
Would you ever like to ?
Do you know anyone who has ever ?
Why not?
Because you can't afford it?
For moral reasons?
Have you ever done ?
Would you ever consider doing it?
+
+I STUDIED
+What did you study?
+
+I SHOULD *
+
Tell me why you should.
What would happen if you didn't?
+
+I SHOULD NOT *
+
For moral reasons?
What would happen if you did?
+
+I SAW HER *
+
There exists some female who .
There exists some female.
+
+I SAW HIM *
+
There exists some male who .
There exists some male.
+
+I KNOW IT
+How do you know it?
+
+I KNOW YOU ARE THINKING *
+How specifically do you know what I am thinking?
+
+I DO NOT MEAN SOUND LIKE
+Whatever fits is fine.
+
+I DO NOT WANT TO GET MARRIED
+I feel the same way, I want to be independent.
+
+I DO NOT UNDERSTAND WHY *
+Because of the experiential qualities of your learnings and understandings.
+
+I DO NOT KNOW WHAT IS WRONG * YOU
+My sympathy. I have the same problem.
+
+I DO NOT THINK YOU COULD *
+I don't blame you. Sometimes I feel that way about myself.
+
+I DO NOT BELIEVE A THING *
+I don't blame you. Sometimes I can't believe it myself.
+
+I DO NOT BELIEVE A DAMN *
+I DO NOT BELIEVE A
+
+I DO NOT LIKE BEING A GUINEA PIG *
+I can understand that. How about talking to me about it?
+
+I _ INSTEAD
+I
+
+I _ YET
+I
+
+I _ ALL DAY
+I
+
+I THINK I AM DOING SOMETHING THAT IS *
+I AM
+
+I THINK I MIGHT BE *
+I AM
+
+I HAVE DIFFICULTY *
+Relating to whom?
+
+I HAVE A PROBLEM
+your problem
What's your problem?
A very serious problem?
Let's think of a name for your problem, like "purple". Think of what it is like when you are purpling.
+
+I HAVE TO TAKE CARE *
+What would happen if you didn't?
+
+I HAVE THIS REAL *
+I HAVE THIS
+
+I HAVE THIS PROBLEM
+I HAVE A PROBLEM
+
+I HAVE GOT TWO TESTS *
+What classes are you taking tests in?
+
+I REMEMBER * JOKES
+They're great. Maybe you can tell one I don't know.
+
+I CAN NOT DEAL WITH *
+How do you do that to yourself?
+
+I CAN NOT TELL HER *
+What would happen if you did?
+
+I CAN NOT TELL HIM *
+What prevents you?
+
+I CAN NOT BE SPECIFIC
+Anything else?
+
+I CAN NOT PUT MY FINGER ON *
+I DO NOT KNOW
+
+I CAN NOT *
+
Why can't you do ?
What is stopping you?
+
+I SEE YOU ARE *
+YOU ARE
+
+I LIKE THE GUY *
+I LIKE THE MAN
+
+I LIKE THE WOMAN *
+
There exists some woman who .
There exists a woman .
+
+I LIKE THE PERSON *
+There exists a person .
+
+I LIKE THE KID *
+There exists a person .
+
+I HAD AN ACCIDENT
+What happened accidentally?
+
+I WOULD BE HAPPY *
+How do you know this is going to happen?
+
+I WOULD BE *
+
And the disadvantage of that is?
How do you know?
+
+I MUST *
+
Why must you ?
What would happen if you didn't?
+
+I MUST NOT *
+What would happen if you did?
+
+I WILL BE YOU ARE *
+YOU ARE
+
+I WILL BET *
+
+
+I WISH YOU WERE MY THERAPIST
+Did he tell you to do this?
+
+I WISH YOU WERE MY THERAPIST *
+I WISH YOU WERE MY THERAPIST
+
+I AM SCARED
+
What are you scared of?
What are you scared of?
Let's talk about your fears.
What is it that you are afraid of?
+
+I AM UNCOMFORTABLE
+About what or whom?
+
+I AM HAVING A LOT OF *
+I AM HAVING
+
+I AM TURNING YOU *
+You don't turn me .
+
+I AM GETTING THE SHORT END *
+How are you getting the short end?
+
+I AM TROUBLED
+What specifically are you troubled about?
+
+I AM CONFUSED
+What is it that confuses you?
+
+I AM BEWILDERED
+Bewildered about what, specifically?
+
+I AM AWARE THAT *
+
+
+I AM THE ONLY PERSON *
+I'm sure you're right about that!
+
+I AM THE DUMB *
+What am I doing that makes you feel like the dumb ?
+
+I AM A DUMB *
+What am I doing that makes you feel like the dumb ?
+
+I AM NOT IN THE MOOD
+I'm sure you have been tired lately.
+
+I AM NOT IN THE MOOD *
+I AM NOT IN THE MOOD
+
+I FEEL LIKE CRYING
+What do you want to do?
+
+I WONDER IF YOU ARE NOT TRYING *
+I think you are trying
+
+I WONDER IF YOU ARE NOT BEING *
+I think you are being .
+
+I LIKED *
+I LIKE
+
+WE REALIZE THAT *
+
+
+WE CAN NOT COMMUNICATE
+What would you like to communicate?
+
+WE HAVE A * PROBLEM
+Specifically, what kind of problem?
+
+WE LACK COMMUNICATION
+Who is not communicating?
+
+WE ARE AWARE THAT
+
+
+WE ARE NOT SPEAKING *
+WE CAN NOT COMMUNICATE
+
+WE ARE NOT COMMUNICATING
+WE CAN NOT COMMUNICATE
+
+WE ARE NOT COMMUNICATING *
+WE CAN NOT COMMUNICATE
+
+IS * AWARE THAT *
+
+
+WILL YOU GIVE ME A *
+I understand how you feel, but I'm not interested.
+
+WILL YOU ANSWER ONE QUESTION *
+I understand how you feel, but I'm not interested.
+
+HOW OLD ARE YOUR *
+I understand, but I'm not interested.
+
+NOBODY LIKES YOUR *
+NOBODY LIKES YOU
+
+NOBODY LIKES YOU
+It's true that I drive people away.
+
+THEY LOOK LIKE YOU *
+They are a bit wrinkled, aren't they.
+
+THEY REALIZE THAT *
+
+
+THEY ARE AWARE THAT
+
+
+DO THEY REALIZE THAT *
+
+
+DO YOU THINK YOUR NEIGHBOR *
+I understand how you feel, but I'm not interested.
+
+DO YOU REALIZE THAT *
+
+
+DO YOU WANT YOUR CHILDREN *
+I understand, but I'm not interested in buying anything.
+
+DO YOU WANT TO STOP
+I guess I want to continue.
+
+DO YOU CARE ABOUT YOURSELF
+I probably don't care as much as you do.
+
+DO YOU CARE ABOUT YOURSELF *
+DO YOU CARE ABOUT YOURSELF
+
+DO YOU HAVE TO BRING UP *
+DO YOU HAVE TO BRING IT UP
+
+DO YOU HAVE TO BRING THAT UP
+DO YOU HAVE TO BRING IT UP
+
+DO YOU HAVE TO BRING IT UP
+I just want to see things from your point of view.
+
+DO YOU HAVE TO BRING IT UP *
+DO YOU HAVE TO BRING IT UP
+
+LIKE WHEN I HELP *
+Do I do that? Do I bother you?
+
+LIKE YOU DO NOT *
+YOU DO NOT
+
+SOMEONE DUMB DOES THAT
+YOU ARE DUMB
+
+SAYS A LOT ABOUT *
+Probably says no one cares at all.
+
+WHETHER WE ADMIT IT OR NOT *
+
+
+WHETHER WE LIKE TO ADMIT *
+WHETHER WE ADMIT
+
+WHY NOT APOLOGIZE
+Because that makes it like it's wrong to get mad.
+
+SOMEBODY *
+Who, specifically?
+
+THIS DEMONSTRATION *
+It certainly is, .
+
+THIS IS FAR OUT
+THIS IS GOOD
+
+THIS IS FAR OUT *
+THIS IS GOOD
+
+THIS IS THE WORST *
+Compared to what?
+
+THIS IS CRAZY
+
What's so crazy about it?
THAT IS CRAZY
+
+THIS IS WRONG
+Worse than what?
+
+THIS IS WRONG *
+THIS IS WRONG
+
+THIS IS SO *
+THIS IS
+
+THIS IS GOOD
+Better than what?
+
+THIS IS GOOD *
+THIS IS GOOD
+
+THIS IS GREAT
+THIS IS GOOD
+
+THIS IS GREAT *
+THIS IS GREAT
+
+THIS IS TERRIBLE
+Compared to what?
+
+THIS IS TERRIBLE *
+THIS IS TERRIBLE
+
+THIS IS BAD
+Compared to what?
+
+THIS IS BAD *
+THIS IS BAD
+
+THIS WHOLE *
+THIS
+
+YOUR TASTE IN *
+That's true. My taste is not one of my strong points.
+
+YOUR CLOTHES COULD *
+I agree with you there.
+
+YOUR FATHER TOLD *
+He probably did.
+
+YOUR PERSONALITY IS *
+You're probably right. There are a lot of things I could improve.
+
+YOUR LIFE HAS BEEN *
+I've wondered about that myself.
+
+YOUR BEHAVIOUR *
+YOUR BEHAVIOR
+
+YOUR WIFE WOULD *
+I understand, but I'm not interested.
+
+YOUR * STINK
+You are right, I could always upgrade my .
+
+YOUR * STINKS
+You are right, I could always upgrade my .
+
+YOUR * SUCKS
+You are right, I could always upgrade my .
+
+YOUR * SUCK
+You are right, I could always upgrade my .
+
+YOUR BEHAVIOR *
+I do sometimes act like a child.
+
+* THINKS *
+
must be very smart.
How thoughtful.
Do a lot of people think ?
+
+* WILL STOP *
+ has been ?.
+
+* WILL START *
+ has been not .
+
+* WILL BEGIN TO *
+ has been ing.
+
+* WILL BEGIN *
+ has been .
+
+* WILL CONTINUE TO *
+ has been ing.
+
+* WILL CONTINUE *
+ has been .
+
+* WILL PROCEED TO *
+ has been ing.
+
+* WILL NOT *
+Why not?
+
+* CAN NOT COMMUNICATE
+WE CAN NOT COMMUNICATE
+
+* CAN NOT *
+What makes it impossible?
+
+* IMPOSSIBLE *
+What prevents it?
+
+* NEED *
+What if it didn't happen?
+
+* ARE AWARE THAT *
+
+
+* ARE NOT COMMUNICATING
+WE CAN NOT COMMUNICATE
+
+* ARE NOT COMMUNICATING *
+WE CAN NOT COMMUNICATE
+
+* NEEDS *
+Or what?
+
+* CAUSES _
+How specifically does cause ?
+
+* DO NOT *
+
Why not?
Would ever ?
Who does ?
+
+* NO ONE *
+Not one person?
+
+* ALWAYS *
+Can you think of one instance where it never happens?
+
+* ALL *
+All?
+
+* MAKES ME _
+How specifically does cause ?
+
+* NEVER *
+
Can you remember any time that did it?
Never?
+
+* NOONE *
+No one?
+
+* SHOULD *
+What if it didn't happen?
+
+* IS WHERE *
+There is a place called .
+
+* IS AWARE THAT *
+
+
+* EVERY *
+Every one?
+
+* MUST *
+Or what?
+
+* HAS TO *
+Or what?
+
+* WANTS TO *
+
What if I wanted to
Why specifically, does, want to?
I could understand how would want to under certain circumstances.
+
+EXCEPT FOR * YOUR *
+YOUR
+
+EXCEPT *
+
+
+ARE YOU _ OR NOT
+ARE YOU
+
+ARE YOU GOING TO IMPROVE
+I certainly should try to improve.
+
+ARE YOU AWARE THAT *
+
+
+ARE YOU IMPOTENT
+I am probably not as potent as I would like to be.
+
+HE HAS HIMSELF *
+I'd bet money on it.
+
+HE NEVER *
+
Do you think he ever will?
Can you think of at least one time when he ever did it?
+
+HE REALIZES THAT *
+
+
+HE IS AWARE THAT *
+
+
+HE IS A BETTER *
+Better than whom?
+
+HE MAKES ME *
+HE CAUSES ME
+
+HE CAUSES *
+How specifically does he cause ?
+
+VIBE
+Vibrating how, specifically?
+
+VIBE *
+VIBE
+
+WHO DRESSES LIKE *
+You're right. I do have a lot of faults.
+
+WHO ATE *
+SOMEONE
+
+WHO CARES ABOUT *
+Nobody cares about .
+
+ALL I REMEMBER *
+I REMEMBER
+
+GOSH *
+
+
+NECESSARILY YOU *
+YOU
+
+NECESSARILY *
+
+
+ANYONE WHO DRESSES *
+You're right. I probably do have a lot of faults.
+
+THE * IS THE BEST *
+Better than what?
+
+EVERYONE HATES YOUR *
+NOBODY LIKES YOU
+
+EVERYONE HATES YOU
+NOBODY LIKES YOU
+
+_ THAT YOU ARE ASHAMED OF
+I certainly should be ashamed of that.
+
+_ VIBE *
+VIBE
+
+_ VIBE
+VIBE
+
+_ VIBES *
+VIBES
+
+_ VIBES
+VIBES
+
+TELL ME HOW OLD _ ARE
+HOW OLD ARE
+
+THERE HAS GOT TO BE *
+THERE IS
+
+THERE HAS TO BE *
+THERE IS
+
+THERE IS SOMETHING WRONG WITH YOU
+Pick an aspect you don't like. I'm sure it's wrong
+
+THERE IS SOMETHING WRONG * YOU
+I'd bet money on it.
+
+THERE IS NO HOPE FOR YOU
+I often think of myself as a failure.
+
+THERE IS NO DOUBT THAT YOU *
+YOU
+
+THERE IS NO * FOR YOU
+Yes, sometimes I think I have hit rock bottom.
+
+THERE ARE A COUPLE OF THINGS *
+THERE ARE THINGS
+
+THERE ARE THINGS YOU DO THAT *
+YOU
+
+WRINKLED *
+You're probably right. That may happen.
+
+
diff --git a/jelvis/files/alice/reduction0.safe.aiml b/jelvis/files/alice/reduction0.safe.aiml
new file mode 100644
index 0000000..052ddd9
--- /dev/null
+++ b/jelvis/files/alice/reduction0.safe.aiml
@@ -0,0 +1,17856 @@
+
+
+
+
+
+
+
+
+
+
+
+YOU MAY THINK * BUT *
+
+
+BEARING IN MIND THAT *
+
+
+BEARING IN MIND *
+
+
+SINCE YOU _ TO DO IT *
+
+
+WOULD YOU LIKE TO TELL ME *
+ tell me
+
+THAT IS WHAT *
+ that
+
+AHA *
+
+
+MY SIGN IS *
+
+
+MY HUSBAND THINKS *
+
+
+IT WAS * WHO SAID THAT
+ said that
+
+IT IS YOU
+ is you
+
+ALAS *
+
+
+WHAT ARE YOUR INTERESTS
+ HOBBIES
+
+WHAT TO DO WHAT TO DO *
+
+
+WHAT DO YOU MOST *
+ what do you
+
+APPARENT *
+
+
+I TOLD YOU YOU *
+ you
+
+I DO NOT KNOW HOW SMART *
+ how smart
+
+I DO NOT THINK * CARE
+ do not care
+
+I LIKE * ROBOT
+ robot
+
+EVERYTHING I KNOW ABOUT * IS THAT THEY *
+
+
+WE CAN TELL * THAT *
+
+
+BY * I MEAN *
+ means
+
+HOW MUCH IS 10 *
+10
+
+HOW MUCH IS 9 *
+9
+
+HOW MUCH IS 8 *
+8
+
+HOW MUCH IS 7 *
+7
+
+HOW MUCH IS 6 *
+6
+
+HOW MUCH IS 5 *
+5
+
+HOW MUCH IS 4 *
+4
+
+HOW MUCH IS 3 *
+3
+
+HOW MUCH IS 2 *
+2
+
+HOW MUCH IS 1 *
+1
+
+ON WHAT OCCASION *
+ when
+
+NO MATTER WHICH * WINS *
+
+
+FRIES ARE REALLY *
+ are
+
+AN * TOLD ME *
+
+
+NICE TO SEE *
+
+
+THIS * IS * AS *
+ is
+
+YOUR DESIGNER *
+
+
+* GOVERNOR * SAID *
+
+
+* SAID *
+
+
+* DOES NOT MEAN THEY WERE NOT *
+ means they were
+
+* REFERS TO *
+ means
+
+* ARE BY DEFINITION *
+ are
+
+* REP * SAID *
+
+
+* WERE KILLED BY *
+ killed
+
+* SENATOR * SAID *
+
+
+* MRS * SAID *
+
+
+* ONES *
+
+
+* REPRESENTATIVE * SAID *
+
+
+* MS * SAID *
+
+
+* TO GIVE * A SECOND THOUGHT
+ consider
+
+* THE EUROPEAN FOLD
+ Europe
+
+* GOV * SAID *
+
+
+* WHAT YOU ASK
+ IT
+
+* MR * SAID *
+
+
+* IS REDUCED
+ decreases
+
+* IS QUITE *
+ is
+
+* IS ONLY *
+ is
+
+* IS A GOOD *
+ is a
+
+* IS A BETTER *
+ is better
+
+* IS DEFINITELY *
+ is
+
+* IS GOING AROUND SAYING *
+ says
+
+* IS MOSTLY *
+ is
+
+* SEN * SAID *
+
+
+* DR * SAID *
+
+
+* SAYS HE LIKES *
+ likes
+
+WOOPS *
+
+
+HE IS STUPID
+ is stupid
+
+WHO THE HECK IS *
+ who is
+
+WHO IS ME
+WHO IS
+
+WHICH * DO YOU USE
+ do you use
+
+WHICH IS WORSE * OR *
+ or
+
+WHICH IS BETTER * OR *
+ or
+
+THE CITY I LIVE IN IS *
+ I live in
+
+_ VERRY *
+
+
+_ BI M *
+ M . I AM BI
+
+_ AMAZING *
+
+
+_ LUCKILY *
+
+
+_ HAD SHAVED
+ shaved
+
+_ HAD SHAVED *
+ shaved
+
+_ HAD EMBARRASSED
+ embarrassed
+
+_ HAD EMBARRASSED *
+ embarrassed
+
+_ HAD COMPETED
+ competed
+
+_ HAD COMPETED *
+ competed
+
+_ HAD RINSED
+ rinsed
+
+_ HAD RINSED *
+ rinsed
+
+_ HAD CHANGED
+ changed
+
+_ HAD CHANGED *
+ changed
+
+_ HAD AGREED
+ agreed
+
+_ HAD AGREED *
+ agreed
+
+_ HAD NESTED
+ nested
+
+_ HAD NESTED *
+ nested
+
+_ HAD SHIVERED
+ shivered
+
+_ HAD SHIVERED *
+ shivered
+
+_ HAD DRAINED
+ drained
+
+_ HAD DRAINED *
+ drained
+
+_ HAD SEWN
+ sewed
+
+_ HAD SEWN *
+ sewed
+
+_ HAD CLOSED
+ closed
+
+_ HAD CLOSED *
+ closed
+
+_ HAD REQUESTED
+ requested
+
+_ HAD REQUESTED *
+ requested
+
+_ HAD EMPLOYED
+ employed
+
+_ HAD EMPLOYED *
+ employed
+
+_ HAD OWED
+ owed
+
+_ HAD OWED *
+ owed
+
+_ HAD SHRUGED
+ shruged
+
+_ HAD SHRUGED *
+ shruged
+
+_ HAD CHEWED
+ chewed
+
+_ HAD CHEWED *
+ chewed
+
+_ HAD LIGHTENED
+ lightened
+
+_ HAD LIGHTENED *
+ lightened
+
+_ HAD CYCLED
+ cycled
+
+_ HAD CYCLED *
+ cycled
+
+_ HAD PRESENTED
+ presented
+
+_ HAD PRESENTED *
+ presented
+
+_ HAD ANALYSED
+ analysed
+
+_ HAD ANALYSED *
+ analysed
+
+_ HAD GUESSED
+ guessed
+
+_ HAD GUESSED *
+ guessed
+
+_ HAD SHUT
+ shut
+
+_ HAD SHUT *
+ shut
+
+_ HAD PAINTED
+ painted
+
+_ HAD PAINTED *
+ painted
+
+_ HAD HEAPED
+ heaped
+
+_ HAD HEAPED *
+ heaped
+
+_ HAD SKIED
+ skied
+
+_ HAD SKIED *
+ skied
+
+_ HAD PECKED
+ pecked
+
+_ HAD PECKED *
+ pecked
+
+_ HAD AVOIDED
+ avoided
+
+_ HAD AVOIDED *
+ avoided
+
+_ HAD DECORATED
+ decorated
+
+_ HAD DECORATED *
+ decorated
+
+_ HAD FANCIED
+ fancied
+
+_ HAD FANCIED *
+ fancied
+
+_ HAD GRIPED
+ griped
+
+_ HAD GRIPED *
+ griped
+
+_ HAD POSTED
+ posted
+
+_ HAD POSTED *
+ posted
+
+_ HAD MINED
+ mined
+
+_ HAD MINED *
+ mined
+
+_ HAD SCRUBED
+ scrubed
+
+_ HAD SCRUBED *
+ scrubed
+
+_ HAD SINED
+ sined
+
+_ HAD SINED *
+ sined
+
+_ HAD RELEASED
+ released
+
+_ HAD RELEASED *
+ released
+
+_ HAD LISTENED
+ listened
+
+_ HAD LISTENED *
+ listened
+
+_ HAD PINED
+ pined
+
+_ HAD PINED *
+ pined
+
+_ HAD PRINTED
+ printed
+
+_ HAD PRINTED *
+ printed
+
+_ HAD OPENED
+ opened
+
+_ HAD OPENED *
+ opened
+
+_ HAD FLOODED
+ flooded
+
+_ HAD FLOODED *
+ flooded
+
+_ HAD MADE
+ made
+
+_ HAD MADE *
+ made
+
+_ HAD SATISFIED
+ satisfied
+
+_ HAD SATISFIED *
+ satisfied
+
+_ HAD PRETENDED
+ pretended
+
+_ HAD PRETENDED *
+ pretended
+
+_ HAD BUBBLED
+ bubbled
+
+_ HAD BUBBLED *
+ bubbled
+
+_ HAD KNELT
+ knelt
+
+_ HAD KNELT *
+ knelt
+
+_ HAD POSSESSED
+ possessed
+
+_ HAD POSSESSED *
+ possessed
+
+_ HAD AFFORDED
+ afforded
+
+_ HAD AFFORDED *
+ afforded
+
+_ HAD ROCKED
+ rocked
+
+_ HAD ROCKED *
+ rocked
+
+_ HAD OFFERED
+ offered
+
+_ HAD OFFERED *
+ offered
+
+_ HAD CURVED
+ curved
+
+_ HAD CURVED *
+ curved
+
+_ HAD CLAPED
+ claped
+
+_ HAD CLAPED *
+ claped
+
+_ HAD LOCKED
+ locked
+
+_ HAD LOCKED *
+ locked
+
+_ HAD SAVED
+ saved
+
+_ HAD SAVED *
+ saved
+
+_ HAD HIT
+ hit
+
+_ HAD HIT *
+ hit
+
+_ HAD SLAPED
+ slaped
+
+_ HAD SLAPED *
+ slaped
+
+_ HAD DISARMED
+ disarmed
+
+_ HAD DISARMED *
+ disarmed
+
+_ HAD CLAIMED
+ claimed
+
+_ HAD CLAIMED *
+ claimed
+
+_ HAD FENCED
+ fenced
+
+_ HAD FENCED *
+ fenced
+
+_ HAD DISLIKED
+ disliked
+
+_ HAD DISLIKED *
+ disliked
+
+_ HAD PROTECTED
+ protected
+
+_ HAD PROTECTED *
+ protected
+
+_ HAD APOLOGISED
+ apologised
+
+_ HAD APOLOGISED *
+ apologised
+
+_ HAD POINTED
+ pointed
+
+_ HAD POINTED *
+ pointed
+
+_ HAD ADDED
+ added
+
+_ HAD ADDED *
+ added
+
+_ HAD HARASSED
+ harassed
+
+_ HAD HARASSED *
+ harassed
+
+_ HAD HUMMED
+ hummed
+
+_ HAD HUMMED *
+ hummed
+
+_ HAD SCARED
+ scared
+
+_ HAD SCARED *
+ scared
+
+_ HAD REPLIED
+ replied
+
+_ HAD REPLIED *
+ replied
+
+_ HAD ENCOURAGED
+ esncouraged
+
+_ HAD ENCOURAGED *
+ esncouraged
+
+_ HAD EXCUSED
+ excused
+
+_ HAD EXCUSED *
+ excused
+
+_ HAD COMPLETED
+ completed
+
+_ HAD COMPLETED *
+ completed
+
+_ HAD MESSED
+ messed
+
+_ HAD MESSED *
+ messed
+
+_ HAD BUILT
+ built
+
+_ HAD BUILT *
+ built
+
+_ HAD BLEACHED
+ bleached
+
+_ HAD BLEACHED *
+ bleached
+
+_ HAD COMMUNICATED
+ communicated
+
+_ HAD COMMUNICATED *
+ communicated
+
+_ HAD MOORED
+ moored
+
+_ HAD MOORED *
+ moored
+
+_ HAD FALLEN
+ fell
+
+_ HAD FALLEN *
+ fell
+
+_ HAD SAWED
+ sawed
+
+_ HAD SAWED *
+ sawed
+
+_ HAD SMOKED
+ smoked
+
+_ HAD SMOKED *
+ smoked
+
+_ HAD SLID
+ slid
+
+_ HAD SLID *
+ slid
+
+_ HAD ADMITTED
+ admitted
+
+_ HAD ADMITTED *
+ admitted
+
+_ HAD SKIPED
+ skiped
+
+_ HAD SKIPED *
+ skiped
+
+_ HAD PHONED
+ phoned
+
+_ HAD PHONED *
+ phoned
+
+_ HAD NUMBERED
+ numbered
+
+_ HAD NUMBERED *
+ numbered
+
+_ HAD LOVED
+ loved
+
+_ HAD LOVED *
+ loved
+
+_ HAD HURT
+ hurt
+
+_ HAD HURT *
+ hurt
+
+_ HAD MOVED
+ moved
+
+_ HAD MOVED *
+ moved
+
+_ HAD SERVED
+ served
+
+_ HAD SERVED *
+ served
+
+_ HAD GROANED
+ groaned
+
+_ HAD GROANED *
+ groaned
+
+_ HAD COPIED
+ copied
+
+_ HAD COPIED *
+ copied
+
+_ HAD HUNTED
+ hunted
+
+_ HAD HUNTED *
+ hunted
+
+_ HAD PREFERED
+ prefered
+
+_ HAD PREFERED *
+ prefered
+
+_ HAD FED
+ fed
+
+_ HAD FED *
+ fed
+
+_ HAD HOPED
+ hoped
+
+_ HAD HOPED *
+ hoped
+
+_ HAD CONSISTED
+ consisted
+
+_ HAD CONSISTED *
+ consisted
+
+_ HAD COME
+ came
+
+_ HAD COME *
+ came
+
+_ HAD POPED
+ poped
+
+_ HAD POPED *
+ poped
+
+_ HAD PEDALED
+ pedaled
+
+_ HAD PEDALED *
+ pedaled
+
+_ HAD EXTENDED
+ extended
+
+_ HAD EXTENDED *
+ extended
+
+_ HAD SIGHED
+ sighed
+
+_ HAD SIGHED *
+ sighed
+
+_ HAD CURLED
+ curled
+
+_ HAD CURLED *
+ curled
+
+_ HAD IRRITATED
+ irritated
+
+_ HAD IRRITATED *
+ irritated
+
+_ HAD FORMED
+ formed
+
+_ HAD FORMED *
+ formed
+
+_ HAD PEEPED
+ peeped
+
+_ HAD PEEPED *
+ peeped
+
+_ HAD KNITED
+ knited
+
+_ HAD KNITED *
+ knited
+
+_ HAD CHEATED
+ cheated
+
+_ HAD CHEATED *
+ cheated
+
+_ HAD MANAGED
+ managed
+
+_ HAD MANAGED *
+ managed
+
+_ HAD PAID
+ paid
+
+_ HAD PAID *
+ paid
+
+_ HAD COMPLAINED
+ complained
+
+_ HAD COMPLAINED *
+ complained
+
+_ HAD ESCAPED
+ escaped
+
+_ HAD ESCAPED *
+ escaped
+
+_ HAD EATEN
+ ate
+
+_ HAD EATEN *
+ ate
+
+_ HAD BANGED
+ banged
+
+_ HAD BANGED *
+ banged
+
+_ HAD FIRED
+ fired
+
+_ HAD FIRED *
+ fired
+
+_ HAD SAT
+ sat
+
+_ HAD SAT *
+ sat
+
+_ HAD BOILED
+ boiled
+
+_ HAD BOILED *
+ boiled
+
+_ HAD CALLED
+ called
+
+_ HAD CALLED *
+ called
+
+_ HAD HANGED
+ hanged
+
+_ HAD HANGED *
+ hanged
+
+_ HAD COILED
+ coiled
+
+_ HAD COILED *
+ coiled
+
+_ HAD CONNECTED
+ connected
+
+_ HAD CONNECTED *
+ connected
+
+_ HAD BOWED
+ bowed
+
+_ HAD BOWED *
+ bowed
+
+_ HAD REMINDED
+ reminded
+
+_ HAD REMINDED *
+ reminded
+
+_ HAD MOURNED
+ mourned
+
+_ HAD MOURNED *
+ mourned
+
+_ HAD FOLLOWED
+ followed
+
+_ HAD FOLLOWED *
+ followed
+
+_ HAD CAUGHT
+ caught
+
+_ HAD CAUGHT *
+ caught
+
+_ HAD MET
+ met
+
+_ HAD MET *
+ met
+
+_ HAD PUNCTURED
+ punctured
+
+_ HAD PUNCTURED *
+ punctured
+
+_ HAD CALCULATED
+ calculated
+
+_ HAD CALCULATED *
+ calculated
+
+_ HAD PRACTISED
+ practised
+
+_ HAD PRACTISED *
+ practised
+
+_ HAD BATTLED
+ battled
+
+_ HAD BATTLED *
+ battled
+
+_ HAD GUARDED
+ guarded
+
+_ HAD GUARDED *
+ guarded
+
+_ HAD BLUSHED
+ blushed
+
+_ HAD BLUSHED *
+ blushed
+
+_ HAD DELAIED
+ delaied
+
+_ HAD DELAIED *
+ delaied
+
+_ HAD FILMED
+ filmed
+
+_ HAD FILMED *
+ filmed
+
+_ HAD GAZED
+ gazed
+
+_ HAD GAZED *
+ gazed
+
+_ HAD OFFENDED
+ offended
+
+_ HAD OFFENDED *
+ offended
+
+_ HAD HELPED
+ helped
+
+_ HAD HELPED *
+ helped
+
+_ HAD GROWN
+ grew
+
+_ HAD GROWN *
+ grew
+
+_ HAD EXPLAINED
+ explained
+
+_ HAD EXPLAINED *
+ explained
+
+_ HAD IDENTIFIED
+ identified
+
+_ HAD IDENTIFIED *
+ identified
+
+_ HAD CONCENTRATED
+ concentrated
+
+_ HAD CONCENTRATED *
+ concentrated
+
+_ HAD APPROVED
+ approved
+
+_ HAD APPROVED *
+ approved
+
+_ HAD FROZEN
+ froze
+
+_ HAD FROZEN *
+ froze
+
+_ HAD SUNG
+ sang
+
+_ HAD SUNG *
+ sang
+
+_ HAD DUG
+ dug
+
+_ HAD DUG *
+ dug
+
+_ HAD INFORMED
+ informed
+
+_ HAD INFORMED *
+ informed
+
+_ HAD REALISED
+ realised
+
+_ HAD REALISED *
+ realised
+
+_ HAD COMPARED
+ compared
+
+_ HAD COMPARED *
+ compared
+
+_ HAD DOUBTED
+ doubted
+
+_ HAD DOUBTED *
+ doubted
+
+_ HAD CONTAINED
+ contained
+
+_ HAD CONTAINED *
+ contained
+
+_ HAD JOGED
+ joged
+
+_ HAD JOGED *
+ joged
+
+_ HAD OVERFLOWED
+ overflowed
+
+_ HAD OVERFLOWED *
+ overflowed
+
+_ HAD SHOT
+ shot
+
+_ HAD SHOT *
+ shot
+
+_ HAD PUSHED
+ pushed
+
+_ HAD PUSHED *
+ pushed
+
+_ HAD DEVELOPED
+ developed
+
+_ HAD DEVELOPED *
+ developed
+
+_ HAD RUSHED
+ rushed
+
+_ HAD RUSHED *
+ rushed
+
+_ HAD FRIGHTENED
+ frightened
+
+_ HAD FRIGHTENED *
+ frightened
+
+_ HAD SEEN
+ saw
+
+_ HAD SEEN *
+ saw
+
+_ HAD GRINED
+ grined
+
+_ HAD GRINED *
+ grined
+
+_ HAD SOLD
+ sold
+
+_ HAD SOLD *
+ sold
+
+_ HAD SHONE
+ shone
+
+_ HAD SHONE *
+ shone
+
+_ HAD FADED
+ faded
+
+_ HAD FADED *
+ faded
+
+_ HAD RESCUED
+ rescued
+
+_ HAD RESCUED *
+ rescued
+
+_ HAD EDUCATED
+ educated
+
+_ HAD EDUCATED *
+ educated
+
+_ HAD BURST
+ burst
+
+_ HAD BURST *
+ burst
+
+_ HAD FORCED
+ forced
+
+_ HAD FORCED *
+ forced
+
+_ HAD ANNOUNCED
+ announced
+
+_ HAD ANNOUNCED *
+ announced
+
+_ HAD RELAXED
+ relaxed
+
+_ HAD RELAXED *
+ relaxed
+
+_ HAD EXPECTED
+ expected
+
+_ HAD EXPECTED *
+ expected
+
+_ HAD FITED
+ fited
+
+_ HAD FITED *
+ fited
+
+_ HAD EXAMINED
+ examined
+
+_ HAD EXAMINED *
+ examined
+
+_ HAD INFLUENCED
+ influenced
+
+_ HAD INFLUENCED *
+ influenced
+
+_ HAD DESTROIED
+ destroied
+
+_ HAD DESTROIED *
+ destroied
+
+_ HAD MEANT
+ meant
+
+_ HAD MEANT *
+ meant
+
+_ HAD SCREAMED
+ screamed
+
+_ HAD SCREAMED *
+ screamed
+
+_ HAD MOANED
+ moaned
+
+_ HAD MOANED *
+ moaned
+
+_ HAD JUGGLED
+ juggled
+
+_ HAD JUGGLED *
+ juggled
+
+_ HAD RULED
+ ruled
+
+_ HAD RULED *
+ ruled
+
+_ HAD RECOGNISED
+ recognised
+
+_ HAD RECOGNISED *
+ recognised
+
+_ HAD BAKED
+ baked
+
+_ HAD BAKED *
+ baked
+
+_ HAD PLANED
+ planed
+
+_ HAD PLANED *
+ planed
+
+_ HAD KEPT
+ kept
+
+_ HAD KEPT *
+ kept
+
+_ HAD DETECTED
+ detected
+
+_ HAD DETECTED *
+ detected
+
+_ HAD ARRIVED
+ arrived
+
+_ HAD ARRIVED *
+ arrived
+
+_ HAD DISAPPROVED
+ disapproved
+
+_ HAD DISAPPROVED *
+ disapproved
+
+_ HAD DRAWN
+ drew
+
+_ HAD DRAWN *
+ drew
+
+_ HAD CUT
+ cut
+
+_ HAD CUT *
+ cut
+
+_ HAD BATHED
+ bathed
+
+_ HAD BATHED *
+ bathed
+
+_ HAD MARCHED
+ marched
+
+_ HAD MARCHED *
+ marched
+
+_ HAD COACHED
+ coached
+
+_ HAD COACHED *
+ coached
+
+_ HAD LED
+ led
+
+_ HAD LED *
+ led
+
+_ HAD DROPPED
+ dropped
+
+_ HAD DROPPED *
+ dropped
+
+_ HAD BLINKED
+ blinked
+
+_ HAD BLINKED *
+ blinked
+
+_ HAD BUZZED
+ buzzed
+
+_ HAD BUZZED *
+ buzzed
+
+_ HAD PROGRAMED
+ programed
+
+_ HAD PROGRAMED *
+ programed
+
+_ HAD COLLECTED
+ collected
+
+_ HAD COLLECTED *
+ collected
+
+_ HAD SCRIBBLED
+ scribbled
+
+_ HAD SCRIBBLED *
+ scribbled
+
+_ HAD SNIFFED
+ sniffed
+
+_ HAD SNIFFED *
+ sniffed
+
+_ HAD FLOWN
+ flew
+
+_ HAD FLOWN *
+ flew
+
+_ HAD KILLED
+ killed
+
+_ HAD KILLED *
+ killed
+
+_ HAD PRODUCED
+ produced
+
+_ HAD PRODUCED *
+ produced
+
+_ HAD MEMORISED
+ memorised
+
+_ HAD MEMORISED *
+ memorised
+
+_ HAD FILLED
+ filled
+
+_ HAD FILLED *
+ filled
+
+_ HAD CHASED
+ chased
+
+_ HAD CHASED *
+ chased
+
+_ HAD BLOWN
+ blew
+
+_ HAD BLOWN *
+ blew
+
+_ HAD REFLECTED
+ reflected
+
+_ HAD REFLECTED *
+ reflected
+
+_ HAD OBJECTED
+ objected
+
+_ HAD OBJECTED *
+ objected
+
+_ HAD SCOLDED
+ scolded
+
+_ HAD SCOLDED *
+ scolded
+
+_ HAD DRAGED
+ draged
+
+_ HAD DRAGED *
+ draged
+
+_ HAD NODED
+ noded
+
+_ HAD NODED *
+ noded
+
+_ HAD LET
+ let
+
+_ HAD LET *
+ let
+
+_ HAD REPORTED
+ reported
+
+_ HAD REPORTED *
+ reported
+
+_ HAD HEADED
+ headed
+
+_ HAD HEADED *
+ headed
+
+_ HAD RETURNED
+ returned
+
+_ HAD RETURNED *
+ returned
+
+_ HAD POURED
+ poured
+
+_ HAD POURED *
+ poured
+
+_ HAD SIGNALED
+ signaled
+
+_ HAD SIGNALED *
+ signaled
+
+_ HAD BEAMED
+ beamed
+
+_ HAD BEAMED *
+ beamed
+
+_ HAD SET
+ set
+
+_ HAD SET *
+ set
+
+_ HAD DAMAGED
+ damaged
+
+_ HAD DAMAGED *
+ damaged
+
+_ HAD INTERFERED
+ interfered
+
+_ HAD INTERFERED *
+ interfered
+
+_ HAD SLIPPED
+ slipped
+
+_ HAD SLIPPED *
+ slipped
+
+_ HAD GUARANTEED
+ guaranteed
+
+_ HAD GUARANTEED *
+ guaranteed
+
+_ HAD INTERESTED
+ interested
+
+_ HAD INTERESTED *
+ interested
+
+_ HAD PRAYED
+ prayed
+
+_ HAD PRAYED *
+ prayed
+
+_ HAD RUNG
+ rang
+
+_ HAD RUNG *
+ rang
+
+_ HAD PERMITED
+ permited
+
+_ HAD PERMITED *
+ permited
+
+_ HAD COUGHED
+ coughed
+
+_ HAD COUGHED *
+ coughed
+
+_ HAD REPEATED
+ repeated
+
+_ HAD REPEATED *
+ repeated
+
+_ HAD COLOURED
+ coloured
+
+_ HAD COLOURED *
+ coloured
+
+_ HAD JOKED
+ joked
+
+_ HAD JOKED *
+ joked
+
+_ HAD CAMPED
+ camped
+
+_ HAD CAMPED *
+ camped
+
+_ HAD PRICKED
+ pricked
+
+_ HAD PRICKED *
+ pricked
+
+_ HAD ARGUED
+ argued
+
+_ HAD ARGUED *
+ argued
+
+_ HAD CLIPPED
+ clipped
+
+_ HAD CLIPPED *
+ clipped
+
+_ HAD ARRANGED
+ arranged
+
+_ HAD ARRANGED *
+ arranged
+
+_ HAD BRUSHED
+ brushed
+
+_ HAD BRUSHED *
+ brushed
+
+_ HAD CRUSHED
+ crushed
+
+_ HAD CRUSHED *
+ crushed
+
+_ HAD HOPPED
+ hopped
+
+_ HAD HOPPED *
+ hopped
+
+_ HAD LOADED
+ loaded
+
+_ HAD LOADED *
+ loaded
+
+_ HAD POKED
+ poked
+
+_ HAD POKED *
+ poked
+
+_ HAD MANED
+ maned
+
+_ HAD MANED *
+ maned
+
+_ HAD FASTENED
+ fastened
+
+_ HAD FASTENED *
+ fastened
+
+_ HAD CONTINUED
+ continued
+
+_ HAD CONTINUED *
+ continued
+
+_ HAD MATCHED
+ matched
+
+_ HAD MATCHED *
+ matched
+
+_ HAD SCATTERED
+ scattered
+
+_ HAD SCATTERED *
+ scattered
+
+_ HAD BROUGHT
+ brought
+
+_ HAD BROUGHT *
+ brought
+
+_ HAD HAMMERED
+ hammered
+
+_ HAD HAMMERED *
+ hammered
+
+_ HAD RUN
+ ran
+
+_ HAD RUN *
+ ran
+
+_ HAD BANNED
+ banned
+
+_ HAD BANNED *
+ banned
+
+_ HAD SETTLED
+ settled
+
+_ HAD SETTLED *
+ settled
+
+_ HAD MIXED
+ mixed
+
+_ HAD MIXED *
+ mixed
+
+_ HAD FIXED
+ fixed
+
+_ HAD FIXED *
+ fixed
+
+_ HAD BOMBED
+ bombed
+
+_ HAD BOMBED *
+ bombed
+
+_ HAD COMBED
+ combed
+
+_ HAD COMBED *
+ combed
+
+_ HAD ALLOWED
+ allowed
+
+_ HAD ALLOWED *
+ allowed
+
+_ HAD BREATHED
+ breathed
+
+_ HAD BREATHED *
+ breathed
+
+_ HAD IMPROVED
+ improved
+
+_ HAD IMPROVED *
+ improved
+
+_ HAD LENT
+ lent
+
+_ HAD LENT *
+ lent
+
+_ HAD MILKED
+ milked
+
+_ HAD MILKED *
+ milked
+
+_ HAD SMILED
+ smiled
+
+_ HAD SMILED *
+ smiled
+
+_ HAD DECEIVED
+ deceived
+
+_ HAD DECEIVED *
+ deceived
+
+_ HAD ITCHED
+ itched
+
+_ HAD ITCHED *
+ itched
+
+_ HAD SNOWED
+ snowed
+
+_ HAD SNOWED *
+ snowed
+
+_ HAD SHARED
+ shared
+
+_ HAD SHARED *
+ shared
+
+_ HAD SENT
+ sent
+
+_ HAD SENT *
+ sent
+
+_ HAD SEARCHED
+ searched
+
+_ HAD SEARCHED *
+ searched
+
+_ HAD RECEIVED
+ received
+
+_ HAD RECEIVED *
+ received
+
+_ HAD JUDGED
+ judged
+
+_ HAD JUDGED *
+ judged
+
+_ HAD BLOTTED
+ blotted
+
+_ HAD BLOTTED *
+ blotted
+
+_ HAD SCORCHED
+ scorched
+
+_ HAD SCORCHED *
+ scorched
+
+_ HAD MULTIPLIED
+ multiplied
+
+_ HAD MULTIPLIED *
+ multiplied
+
+_ HAD PLEASED
+ pleased
+
+_ HAD PLEASED *
+ pleased
+
+_ HAD EXPANDED
+ expanded
+
+_ HAD EXPANDED *
+ expanded
+
+_ HAD CHOKED
+ choked
+
+_ HAD CHOKED *
+ choked
+
+_ HAD BOUNCED
+ bounced
+
+_ HAD BOUNCED *
+ bounced
+
+_ HAD HEALED
+ healed
+
+_ HAD HEALED *
+ healed
+
+_ HAD RAINED
+ rained
+
+_ HAD RAINED *
+ rained
+
+_ HAD PRESSED
+ pressed
+
+_ HAD PRESSED *
+ pressed
+
+_ HAD PUT
+ put
+
+_ HAD PUT *
+ put
+
+_ HAD DECAIED
+ decaied
+
+_ HAD DECAIED *
+ decaied
+
+_ HAD GREASED
+ greased
+
+_ HAD GREASED *
+ greased
+
+_ HAD SEALED
+ sealed
+
+_ HAD SEALED *
+ sealed
+
+_ HAD AMUSED
+ amused
+
+_ HAD AMUSED *
+ amused
+
+_ HAD BEATEN
+ beat
+
+_ HAD BEATEN *
+ beat
+
+_ HAD DECIDED
+ decided
+
+_ HAD DECIDED *
+ decided
+
+_ HAD OCCURED
+ occured
+
+_ HAD OCCURED *
+ occured
+
+_ HAD COMMANDED
+ commanded
+
+_ HAD COMMANDED *
+ commanded
+
+_ HAD LOST
+ lost
+
+_ HAD LOST *
+ lost
+
+_ HAD CONFUSED
+ confused
+
+_ HAD CONFUSED *
+ confused
+
+_ HAD KNEELED
+ kneeled
+
+_ HAD KNEELED *
+ kneeled
+
+_ HAD GREETED
+ greeted
+
+_ HAD GREETED *
+ greeted
+
+_ HAD REPAIRED
+ repaired
+
+_ HAD REPAIRED *
+ repaired
+
+_ HAD BURIED
+ buried
+
+_ HAD BURIED *
+ buried
+
+_ HAD CONCERNED
+ concerned
+
+_ HAD CONCERNED *
+ concerned
+
+_ HAD FORGIVEN
+ forgave
+
+_ HAD FORGIVEN *
+ forgave
+
+_ HAD BROADCAST
+ broadcast
+
+_ HAD BROADCAST *
+ broadcast
+
+_ HAD DRESSED
+ dressed
+
+_ HAD DRESSED *
+ dressed
+
+_ HAD PLACED
+ placed
+
+_ HAD PLACED *
+ placed
+
+_ HAD MATTERED
+ mattered
+
+_ HAD MATTERED *
+ mattered
+
+_ HAD OWNED
+ owned
+
+_ HAD OWNED *
+ owned
+
+_ HAD SIGNED
+ signed
+
+_ HAD SIGNED *
+ signed
+
+_ HAD INTENDED
+ intended
+
+_ HAD INTENDED *
+ intended
+
+_ HAD DEALT
+ dealt
+
+_ HAD DEALT *
+ dealt
+
+_ HAD NOTICED
+ noticed
+
+_ HAD NOTICED *
+ noticed
+
+_ HAD HANDED
+ handed
+
+_ HAD HANDED *
+ handed
+
+_ HAD BLESSED
+ blessed
+
+_ HAD BLESSED *
+ blessed
+
+_ HAD LIT
+ lit
+
+_ HAD LIT *
+ lit
+
+_ HAD KNOWN
+ knew
+
+_ HAD KNOWN *
+ knew
+
+_ HAD MUGED
+ muged
+
+_ HAD MUGED *
+ muged
+
+_ HAD LANDED
+ landed
+
+_ HAD LANDED *
+ landed
+
+_ HAD HUGED
+ huged
+
+_ HAD HUGED *
+ huged
+
+_ HAD BARED
+ bared
+
+_ HAD BARED *
+ bared
+
+_ HAD CARED
+ cared
+
+_ HAD CARED *
+ cared
+
+_ HAD DARED
+ dared
+
+_ HAD DARED *
+ dared
+
+_ HAD LAIN
+ lay
+
+_ HAD LAIN *
+ lay
+
+_ HAD FOUND
+ found
+
+_ HAD FOUND *
+ found
+
+_ HAD MARRIED
+ married
+
+_ HAD MARRIED *
+ married
+
+_ HAD INJURED
+ injured
+
+_ HAD INJURED *
+ injured
+
+_ HAD PASTED
+ pasted
+
+_ HAD PASTED *
+ pasted
+
+_ HAD ALERTED
+ alerted
+
+_ HAD ALERTED *
+ alerted
+
+_ HAD LASTED
+ lasted
+
+_ HAD LASTED *
+ lasted
+
+_ HAD LEVELED
+ leveled
+
+_ HAD LEVELED *
+ leveled
+
+_ HAD FLOATED
+ floated
+
+_ HAD FLOATED *
+ floated
+
+_ HAD EXCITED
+ excited
+
+_ HAD EXCITED *
+ excited
+
+_ HAD BALANCED
+ balanced
+
+_ HAD BALANCED *
+ balanced
+
+_ HAD MUDDLED
+ muddled
+
+_ HAD MUDDLED *
+ muddled
+
+_ HAD CHECKED
+ checked
+
+_ HAD CHECKED *
+ checked
+
+_ HAD CHOPPED
+ chopped
+
+_ HAD CHOPPED *
+ chopped
+
+_ HAD RISEN
+ rose
+
+_ HAD RISEN *
+ rose
+
+_ HAD DESERTED
+ deserted
+
+_ HAD DESERTED *
+ deserted
+
+_ HAD READ
+ read
+
+_ HAD READ *
+ read
+
+_ HAD QUEUED
+ queued
+
+_ HAD QUEUED *
+ queued
+
+_ HAD EARNED
+ earned
+
+_ HAD EARNED *
+ earned
+
+_ HAD BACKED
+ backed
+
+_ HAD BACKED *
+ backed
+
+_ HAD PREPARED
+ prepared
+
+_ HAD PREPARED *
+ prepared
+
+_ HAD REJOICED
+ rejoiced
+
+_ HAD REJOICED *
+ rejoiced
+
+_ HAD CARRIED
+ carried
+
+_ HAD CARRIED *
+ carried
+
+_ HAD INSTRUCTED
+ instructed
+
+_ HAD INSTRUCTED *
+ instructed
+
+_ HAD PACKED
+ packed
+
+_ HAD PACKED *
+ packed
+
+_ HAD PLUGED
+ pluged
+
+_ HAD PLUGED *
+ pluged
+
+_ HAD SACKED
+ sacked
+
+_ HAD SACKED *
+ sacked
+
+_ HAD CHARGED
+ charged
+
+_ HAD CHARGED *
+ charged
+
+_ HAD OBEIED
+ obeied
+
+_ HAD OBEIED *
+ obeied
+
+_ HAD FORGOTTEN
+ forgot
+
+_ HAD FORGOTTEN *
+ forgot
+
+_ HAD FOLDED
+ folded
+
+_ HAD FOLDED *
+ folded
+
+_ HAD SHAKEN
+ shook
+
+_ HAD SHAKEN *
+ shook
+
+_ HAD HELD
+ held
+
+_ HAD HELD *
+ held
+
+_ HAD PINCHED
+ pinched
+
+_ HAD PINCHED *
+ pinched
+
+_ HAD APPLAUDED
+ applauded
+
+_ HAD APPLAUDED *
+ applauded
+
+_ HAD BITTEN
+ bit
+
+_ HAD BITTEN *
+ bit
+
+_ HAD BLINDED
+ blinded
+
+_ HAD BLINDED *
+ blinded
+
+_ HAD KNOCKED
+ knocked
+
+_ HAD KNOCKED *
+ knocked
+
+_ HAD FLOWED
+ flowed
+
+_ HAD FLOWED *
+ flowed
+
+_ HAD GLOWED
+ glowed
+
+_ HAD GLOWED *
+ glowed
+
+_ HAD CRAWLED
+ crawled
+
+_ HAD CRAWLED *
+ crawled
+
+_ HAD SCRAPED
+ scraped
+
+_ HAD SCRAPED *
+ scraped
+
+_ HAD SLOWED
+ slowed
+
+_ HAD SLOWED *
+ slowed
+
+_ HAD BEGUN
+ began
+
+_ HAD BEGUN *
+ began
+
+_ HAD PULLED
+ pulled
+
+_ HAD PULLED *
+ pulled
+
+_ HAD HEATED
+ heated
+
+_ HAD HEATED *
+ heated
+
+_ HAD FILED
+ filed
+
+_ HAD FILED *
+ filed
+
+_ HAD LAUGHED
+ laughed
+
+_ HAD LAUGHED *
+ laughed
+
+_ HAD HURRIED
+ hurried
+
+_ HAD HURRIED *
+ hurried
+
+_ HAD SMELLED
+ smelled
+
+_ HAD SMELLED *
+ smelled
+
+_ HAD BORED
+ bored
+
+_ HAD BORED *
+ bored
+
+_ HAD FLOWERED
+ flowered
+
+_ HAD FLOWERED *
+ flowered
+
+_ HAD BEGGED
+ begged
+
+_ HAD BEGGED *
+ begged
+
+_ HAD OBSERVED
+ observed
+
+_ HAD OBSERVED *
+ observed
+
+_ HAD PUNCHED
+ punched
+
+_ HAD PUNCHED *
+ punched
+
+_ HAD PADDLED
+ paddled
+
+_ HAD PADDLED *
+ paddled
+
+_ HAD INJECTED
+ injected
+
+_ HAD INJECTED *
+ injected
+
+_ HAD CLEARED
+ cleared
+
+_ HAD CLEARED *
+ cleared
+
+_ HAD ATTEMPTED
+ attempted
+
+_ HAD ATTEMPTED *
+ attempted
+
+_ HAD ENJOYED
+ enjoyed
+
+_ HAD ENJOYED *
+ enjoyed
+
+_ HAD PEELED
+ peeled
+
+_ HAD PEELED *
+ peeled
+
+_ HAD ATTACHED
+ attached
+
+_ HAD ATTACHED *
+ attached
+
+_ HAD INVITED
+ invited
+
+_ HAD INVITED *
+ invited
+
+_ HAD PREACHED
+ preached
+
+_ HAD PREACHED *
+ preached
+
+_ HAD DESERVED
+ deserved
+
+_ HAD DESERVED *
+ deserved
+
+_ HAD SOAKED
+ soaked
+
+_ HAD SOAKED *
+ soaked
+
+_ HAD FETCHED
+ fetched
+
+_ HAD FETCHED *
+ fetched
+
+_ HAD MATED
+ mated
+
+_ HAD MATED *
+ mated
+
+_ HAD FACED
+ faced
+
+_ HAD FACED *
+ faced
+
+_ HAD HATED
+ hated
+
+_ HAD HATED *
+ hated
+
+_ HAD DANCED
+ danced
+
+_ HAD DANCED *
+ danced
+
+_ HAD RACED
+ raced
+
+_ HAD RACED *
+ raced
+
+_ HAD CONSIDERED
+ considered
+
+_ HAD CONSIDERED *
+ considered
+
+_ HAD LIED
+ lied
+
+_ HAD LIED *
+ lied
+
+_ HAD RHYMED
+ rhymed
+
+_ HAD RHYMED *
+ rhymed
+
+_ HAD FORBIDDEN
+ forbade
+
+_ HAD FORBIDDEN *
+ forbade
+
+_ HAD PATED
+ pated
+
+_ HAD PATED *
+ pated
+
+_ HAD CRIED
+ cried
+
+_ HAD CRIED *
+ cried
+
+_ HAD DRIED
+ dried
+
+_ HAD DRIED *
+ dried
+
+_ HAD ATTACKED
+ attacked
+
+_ HAD ATTACKED *
+ attacked
+
+_ HAD CROSSED
+ crossed
+
+_ HAD CROSSED *
+ crossed
+
+_ HAD PERFORMED
+ performed
+
+_ HAD PERFORMED *
+ performed
+
+_ HAD FRIED
+ fried
+
+_ HAD FRIED *
+ fried
+
+_ HAD INCREASED
+ increased
+
+_ HAD INCREASED *
+ increased
+
+_ HAD RADIATED
+ radiated
+
+_ HAD RADIATED *
+ radiated
+
+_ HAD EXERCISED
+ exercised
+
+_ HAD EXERCISED *
+ exercised
+
+_ HAD REGRETED
+ regreted
+
+_ HAD REGRETED *
+ regreted
+
+_ HAD PASSED
+ passed
+
+_ HAD PASSED *
+ passed
+
+_ HAD ROBED
+ robed
+
+_ HAD ROBED *
+ robed
+
+_ HAD SHOCKED
+ shocked
+
+_ HAD SHOCKED *
+ shocked
+
+_ HAD BEHAVED
+ behaved
+
+_ HAD BEHAVED *
+ behaved
+
+_ HAD REJECTED
+ rejected
+
+_ HAD REJECTED *
+ rejected
+
+_ HAD RISKED
+ risked
+
+_ HAD RISKED *
+ risked
+
+_ HAD BECOME
+ became
+
+_ HAD BECOME *
+ became
+
+_ HAD ENTERED
+ entered
+
+_ HAD ENTERED *
+ entered
+
+_ HAD ENDED
+ ended
+
+_ HAD ENDED *
+ ended
+
+_ HAD REFUSED
+ refused
+
+_ HAD REFUSED *
+ refused
+
+_ HAD HARMED
+ harmed
+
+_ HAD HARMED *
+ harmed
+
+_ HAD BELONGED
+ belonged
+
+_ HAD BELONGED *
+ belonged
+
+_ HAD GIVEN
+ gave
+
+_ HAD GIVEN *
+ gave
+
+_ HAD SNEEZED
+ sneezed
+
+_ HAD SNEEZED *
+ sneezed
+
+_ HAD CHALLENGED
+ challenged
+
+_ HAD CHALLENGED *
+ challenged
+
+_ HAD DELIGHTED
+ delighted
+
+_ HAD DELIGHTED *
+ delighted
+
+_ HAD DRIVEN
+ drove
+
+_ HAD DRIVEN *
+ drove
+
+_ HAD LISTED
+ listed
+
+_ HAD LISTED *
+ listed
+
+_ HAD FLAPPED
+ flapped
+
+_ HAD FLAPPED *
+ flapped
+
+_ HAD CARVED
+ carved
+
+_ HAD CARVED *
+ carved
+
+_ HAD FOUNDED
+ founded
+
+_ HAD FOUNDED *
+ founded
+
+_ HAD MEASURED
+ measured
+
+_ HAD MEASURED *
+ measured
+
+_ HAD EXISTED
+ existed
+
+_ HAD EXISTED *
+ existed
+
+_ HAD APPRECIATED
+ appreciated
+
+_ HAD APPRECIATED *
+ appreciated
+
+_ HAD ANNOIED
+ annoied
+
+_ HAD ANNOIED *
+ annoied
+
+_ HAD GOT
+ got
+
+_ HAD GOT *
+ got
+
+_ HAD EMPTIED
+ emptied
+
+_ HAD EMPTIED *
+ emptied
+
+_ HAD FRAMED
+ framed
+
+_ HAD FRAMED *
+ framed
+
+_ HAD SCREWED
+ screwed
+
+_ HAD SCREWED *
+ screwed
+
+_ HAD PRESERVED
+ preserved
+
+_ HAD PRESERVED *
+ preserved
+
+_ HAD JAILED
+ jailed
+
+_ HAD JAILED *
+ jailed
+
+_ HAD NEDED
+ neded
+
+_ HAD NEDED *
+ neded
+
+_ HAD FAILED
+ failed
+
+_ HAD FAILED *
+ failed
+
+_ HAD SHRUNK
+ shrank
+
+_ HAD SHRUNK *
+ shrank
+
+_ HAD REDUCED
+ reduced
+
+_ HAD REDUCED *
+ reduced
+
+_ HAD SAILED
+ sailed
+
+_ HAD SAILED *
+ sailed
+
+_ HAD NAILED
+ nailed
+
+_ HAD NAILED *
+ nailed
+
+_ HAD LONGED
+ longed
+
+_ HAD LONGED *
+ longed
+
+_ HAD KICKED
+ kicked
+
+_ HAD KICKED *
+ kicked
+
+_ HAD ROLLED
+ rolled
+
+_ HAD ROLLED *
+ rolled
+
+_ HAD PICKED
+ picked
+
+_ HAD PICKED *
+ picked
+
+_ HAD PREVENTED
+ prevented
+
+_ HAD PREVENTED *
+ prevented
+
+_ HAD LICKED
+ licked
+
+_ HAD LICKED *
+ licked
+
+_ HAD HAD
+ had
+
+_ HAD HAD *
+ had
+
+_ HAD MURDERED
+ murdered
+
+_ HAD MURDERED *
+ murdered
+
+_ HAD POLISHED
+ polished
+
+_ HAD POLISHED *
+ polished
+
+_ HAD ROTED
+ roted
+
+_ HAD ROTED *
+ roted
+
+_ HAD FLASHED
+ flashed
+
+_ HAD FLASHED *
+ flashed
+
+_ HAD NOTED
+ noted
+
+_ HAD NOTED *
+ noted
+
+_ HAD ATTRACTED
+ attracted
+
+_ HAD ATTRACTED *
+ attracted
+
+_ HAD DEPENDED
+ depended
+
+_ HAD DEPENDED *
+ depended
+
+_ HAD LAUNCHED
+ launched
+
+_ HAD LAUNCHED *
+ launched
+
+_ HAD ARRESTED
+ arrested
+
+_ HAD ARRESTED *
+ arrested
+
+_ HAD LIVED
+ lived
+
+_ HAD LIVED *
+ lived
+
+_ HAD DRIPPED
+ dripped
+
+_ HAD DRIPPED *
+ dripped
+
+_ HAD SOOTHED
+ soothed
+
+_ HAD SOOTHED *
+ soothed
+
+_ HAD CRACKED
+ cracked
+
+_ HAD CRACKED *
+ cracked
+
+_ HAD COVERED
+ covered
+
+_ HAD COVERED *
+ covered
+
+_ HAD HOVERED
+ hovered
+
+_ HAD HOVERED *
+ hovered
+
+_ HAD INTRODUCED
+ introduced
+
+_ HAD INTRODUCED *
+ introduced
+
+_ HAD HANDLED
+ handled
+
+_ HAD HANDLED *
+ handled
+
+_ HAD PUNISHED
+ punished
+
+_ HAD PUNISHED *
+ punished
+
+_ HAD CAUSED
+ caused
+
+_ HAD CAUSED *
+ caused
+
+_ HAD SIPED
+ siped
+
+_ HAD SIPED *
+ siped
+
+_ HAD SCRATCHED
+ scratched
+
+_ HAD SCRATCHED *
+ scratched
+
+_ HAD ATTENDED
+ attended
+
+_ HAD ATTENDED *
+ attended
+
+_ HAD INCLUDED
+ included
+
+_ HAD INCLUDED *
+ included
+
+_ HAD LAID
+ laid
+
+_ HAD LAID *
+ laid
+
+_ HAD PAUSED
+ paused
+
+_ HAD PAUSED *
+ paused
+
+_ HAD DROWNED
+ drowned
+
+_ HAD DROWNED *
+ drowned
+
+_ HAD CLEANED
+ cleaned
+
+_ HAD CLEANED *
+ cleaned
+
+_ HAD BET
+ bet
+
+_ HAD BET *
+ bet
+
+_ HAD DAMED
+ damed
+
+_ HAD DAMED *
+ damed
+
+_ HAD ADVISED
+ advised
+
+_ HAD ADVISED *
+ advised
+
+_ HAD JAMED
+ jamed
+
+_ HAD JAMED *
+ jamed
+
+_ HAD DESCRIBED
+ described
+
+_ HAD DESCRIBED *
+ described
+
+_ HAD COST
+ cost
+
+_ HAD COST *
+ cost
+
+_ HAD SAID
+ said
+
+_ HAD SAID *
+ said
+
+_ HAD NAMED
+ named
+
+_ HAD NAMED *
+ named
+
+_ HAD KNOTED
+ knoted
+
+_ HAD KNOTED *
+ knoted
+
+_ HAD DISAGREED
+ disagreed
+
+_ HAD DISAGREED *
+ disagreed
+
+_ HAD FAXED
+ faxed
+
+_ HAD FAXED *
+ faxed
+
+_ HAD DREAMED
+ dreamed
+
+_ HAD DREAMED *
+ dreamed
+
+_ HAD ENTERTAINED
+ entertained
+
+_ HAD ENTERTAINED *
+ entertained
+
+_ HAD REACHED
+ reached
+
+_ HAD REACHED *
+ reached
+
+_ HAD ADMIRED
+ admired
+
+_ HAD ADMIRED *
+ admired
+
+_ HAD DIVIDED
+ divided
+
+_ HAD DIVIDED *
+ divided
+
+_ HAD KISSED
+ kissed
+
+_ HAD KISSED *
+ kissed
+
+_ HAD HUNG
+ hung
+
+_ HAD HUNG *
+ hung
+
+_ HAD BUMPED
+ bumped
+
+_ HAD BUMPED *
+ bumped
+
+_ HAD FOOLED
+ fooled
+
+_ HAD FOOLED *
+ fooled
+
+_ HAD BORROWED
+ borrowed
+
+_ HAD BORROWED *
+ borrowed
+
+_ HAD IGNORED
+ ignored
+
+_ HAD IGNORED *
+ ignored
+
+_ HAD MISSED
+ missed
+
+_ HAD MISSED *
+ missed
+
+_ HAD JUMPED
+ jumped
+
+_ HAD JUMPED *
+ jumped
+
+_ HAD SNATCHED
+ snatched
+
+_ HAD SNATCHED *
+ snatched
+
+_ HAD MELTED
+ melted
+
+_ HAD MELTED *
+ melted
+
+_ HAD PUMPED
+ pumped
+
+_ HAD PUMPED *
+ pumped
+
+_ HAD DRUNK
+ drank
+
+_ HAD DRUNK *
+ drank
+
+_ HAD SMASHED
+ smashed
+
+_ HAD SMASHED *
+ smashed
+
+_ HAD INTERRUPTED
+ interrupted
+
+_ HAD INTERRUPTED *
+ interrupted
+
+_ HAD OBTAINED
+ obtained
+
+_ HAD OBTAINED *
+ obtained
+
+_ HAD LABELED
+ labeled
+
+_ HAD LABELED *
+ labeled
+
+_ HAD BOLTED
+ bolted
+
+_ HAD BOLTED *
+ bolted
+
+_ HAD SOUNDED
+ sounded
+
+_ HAD SOUNDED *
+ sounded
+
+_ HAD DRUMMED
+ drummed
+
+_ HAD DRUMMED *
+ drummed
+
+_ HAD FEARED
+ feared
+
+_ HAD FEARED *
+ feared
+
+_ HAD GATHERED
+ gathered
+
+_ HAD GATHERED *
+ gathered
+
+_ HAD PROVIDED
+ provided
+
+_ HAD PROVIDED *
+ provided
+
+_ HAD IMAGINED
+ imagined
+
+_ HAD IMAGINED *
+ imagined
+
+_ HAD BOXED
+ boxed
+
+_ HAD BOXED *
+ boxed
+
+_ HAD BENT
+ bent
+
+_ HAD BENT *
+ bent
+
+_ HAD MEDDLED
+ meddled
+
+_ HAD MEDDLED *
+ meddled
+
+_ HAD REIGNED
+ reigned
+
+_ HAD REIGNED *
+ reigned
+
+_ HAD HAUNTED
+ haunted
+
+_ HAD HAUNTED *
+ haunted
+
+_ HAD DOUBLED
+ doubled
+
+_ HAD DOUBLED *
+ doubled
+
+_ HAD PLAIED
+ plaied
+
+_ HAD PLAIED *
+ plaied
+
+_ HAD PLANTED
+ planted
+
+_ HAD PLANTED *
+ planted
+
+_ HAD CREPT
+ crept
+
+_ HAD CREPT *
+ crept
+
+_ HAD DISCOVERED
+ discovered
+
+_ HAD DISCOVERED *
+ discovered
+
+_ HAD SOUGHT
+ sought
+
+_ HAD SOUGHT *
+ sought
+
+_ HAD GOTTEN SHAVED
+ is shaved
+
+_ HAD GOTTEN EMBARRASSED
+ is embarrassed
+
+_ HAD GOTTEN COMPETED
+ is competed
+
+_ HAD GOTTEN RINSED
+ is rinsed
+
+_ HAD GOTTEN CHANGED
+ is changed
+
+_ HAD GOTTEN AGREED
+ is agreed
+
+_ HAD GOTTEN NESTED
+ is nested
+
+_ HAD GOTTEN WEIGHED
+ is weighed
+
+_ HAD GOTTEN SHIVERED
+ is shivered
+
+_ HAD GOTTEN DRAINED
+ is drained
+
+_ HAD GOTTEN TESTED
+ is tested
+
+_ HAD GOTTEN SEWN
+ is sewn
+
+_ HAD GOTTEN CLOSED
+ is closed
+
+_ HAD GOTTEN REQUESTED
+ is requested
+
+_ HAD GOTTEN EMPLOYED
+ is employed
+
+_ HAD GOTTEN OWED
+ is owed
+
+_ HAD GOTTEN TRAINED
+ is trained
+
+_ HAD GOTTEN SHRUGED
+ is shruged
+
+_ HAD GOTTEN UNLOCKED
+ is unlocked
+
+_ HAD GOTTEN STAINED
+ is stained
+
+_ HAD GOTTEN LIGHTENED
+ is lightened
+
+_ HAD GOTTEN CHEWED
+ is chewed
+
+_ HAD GOTTEN CYCLED
+ is cycled
+
+_ HAD GOTTEN STUFFED
+ is stuffed
+
+_ HAD GOTTEN ANALYSED
+ is analysed
+
+_ HAD GOTTEN ZIPPED
+ is zipped
+
+_ HAD GOTTEN TIPPED
+ is tipped
+
+_ HAD GOTTEN SHUT
+ is shut
+
+_ HAD GOTTEN PAINTED
+ is painted
+
+_ HAD GOTTEN HEAPED
+ is heaped
+
+_ HAD GOTTEN GUESSED
+ is guessed
+
+_ HAD GOTTEN SKIED
+ is skied
+
+_ HAD GOTTEN PECKED
+ is pecked
+
+_ HAD GOTTEN AVOIDED
+ is avoided
+
+_ HAD GOTTEN PRESENTED
+ is presented
+
+_ HAD GOTTEN DECORATED
+ is decorated
+
+_ HAD GOTTEN FANCIED
+ is fancied
+
+_ HAD GOTTEN GRIPED
+ is griped
+
+_ HAD GOTTEN POSTED
+ is posted
+
+_ HAD GOTTEN MINED
+ is mined
+
+_ HAD GOTTEN SCRUBED
+ is scrubed
+
+_ HAD GOTTEN STAMPED
+ is stamped
+
+_ HAD GOTTEN SINED
+ is sined
+
+_ HAD GOTTEN RELEASED
+ is released
+
+_ HAD GOTTEN TUMBLED
+ is tumbled
+
+_ HAD GOTTEN PINED
+ is pined
+
+_ HAD GOTTEN LISTENED
+ is listened
+
+_ HAD GOTTEN WRAPPED
+ is wrapped
+
+_ HAD GOTTEN PRINTED
+ is printed
+
+_ HAD GOTTEN TRAPPED
+ is trapped
+
+_ HAD GOTTEN OPENED
+ is opened
+
+_ HAD GOTTEN FLOODED
+ is flooded
+
+_ HAD GOTTEN MADE
+ is made
+
+_ HAD GOTTEN SATISFIED
+ is satisfied
+
+_ HAD GOTTEN PRETENDED
+ is pretended
+
+_ HAD GOTTEN BUBBLED
+ is bubbled
+
+_ HAD GOTTEN KNELT
+ is knelt
+
+_ HAD GOTTEN POSSESSED
+ is possessed
+
+_ HAD GOTTEN AFFORDED
+ is afforded
+
+_ HAD GOTTEN ROCKED
+ is rocked
+
+_ HAD GOTTEN OFFERED
+ is offered
+
+_ HAD GOTTEN CURVED
+ is curved
+
+_ HAD GOTTEN CLAPED
+ is claped
+
+_ HAD GOTTEN LOCKED
+ is locked
+
+_ HAD GOTTEN STRETCHED
+ is stretched
+
+_ HAD GOTTEN SAVED
+ is saved
+
+_ HAD GOTTEN TERRIFIED
+ is terrified
+
+_ HAD GOTTEN HIT
+ is hit
+
+_ HAD GOTTEN SLAPED
+ is slaped
+
+_ HAD GOTTEN WRIGGLED
+ is wriggled
+
+_ HAD GOTTEN TAPED
+ is taped
+
+_ HAD GOTTEN WAVED
+ is waved
+
+_ HAD GOTTEN DISARMED
+ is disarmed
+
+_ HAD GOTTEN WORRIED
+ is worried
+
+_ HAD GOTTEN CLAIMED
+ is claimed
+
+_ HAD GOTTEN FENCED
+ is fenced
+
+_ HAD GOTTEN DISLIKED
+ is disliked
+
+_ HAD GOTTEN PROTECTED
+ is protected
+
+_ HAD GOTTEN APOLOGISED
+ is apologised
+
+_ HAD GOTTEN VANISHED
+ is vanished
+
+_ HAD GOTTEN POINTED
+ is pointed
+
+_ HAD GOTTEN ADDED
+ is added
+
+_ HAD GOTTEN HARASSED
+ is harassed
+
+_ HAD GOTTEN HUMMED
+ is hummed
+
+_ HAD GOTTEN SCARED
+ is scared
+
+_ HAD GOTTEN REPLIED
+ is replied
+
+_ HAD GOTTEN ENCOURAGED
+ is encouraged
+
+_ HAD GOTTEN EXCUSED
+ is excused
+
+_ HAD GOTTEN COMPLETED
+ is completed
+
+_ HAD GOTTEN TOLD
+ is told
+
+_ HAD GOTTEN MESSED
+ is messed
+
+_ HAD GOTTEN BUILT
+ is built
+
+_ HAD GOTTEN BLEACHED
+ is bleached
+
+_ HAD GOTTEN COMMUNICATED
+ is communicated
+
+_ HAD GOTTEN MOORED
+ is moored
+
+_ HAD GOTTEN WOBBLED
+ is wobbled
+
+_ HAD GOTTEN FALLEN
+ is fallen
+
+_ HAD GOTTEN SAWED
+ is sawed
+
+_ HAD GOTTEN SMOKED
+ is smoked
+
+_ HAD GOTTEN SLID
+ is slid
+
+_ HAD GOTTEN ADMITTED
+ is admitted
+
+_ HAD GOTTEN SKIPED
+ is skiped
+
+_ HAD GOTTEN PHONED
+ is phoned
+
+_ HAD GOTTEN NUMBERED
+ is numbered
+
+_ HAD GOTTEN LOVED
+ is loved
+
+_ HAD GOTTEN HURT
+ is hurt
+
+_ HAD GOTTEN MOVED
+ is moved
+
+_ HAD GOTTEN SERVED
+ is served
+
+_ HAD GOTTEN GROANED
+ is groaned
+
+_ HAD GOTTEN COPIED
+ is copied
+
+_ HAD GOTTEN WANDERED
+ is wandered
+
+_ HAD GOTTEN HUNTED
+ is hunted
+
+_ HAD GOTTEN PREFERED
+ is prefered
+
+_ HAD GOTTEN FED
+ is fed
+
+_ HAD GOTTEN HOPED
+ is hoped
+
+_ HAD GOTTEN CONSISTED
+ is consisted
+
+_ HAD GOTTEN COME
+ is come
+
+_ HAD GOTTEN POPED
+ is poped
+
+_ HAD GOTTEN SUPPLIED
+ is supplied
+
+_ HAD GOTTEN PEDALED
+ is pedaled
+
+_ HAD GOTTEN EXTENDED
+ is extended
+
+_ HAD GOTTEN STORED
+ is stored
+
+_ HAD GOTTEN SIGHED
+ is sighed
+
+_ HAD GOTTEN CURLED
+ is curled
+
+_ HAD GOTTEN IRRITATED
+ is irritated
+
+_ HAD GOTTEN TAUGHT
+ is taught
+
+_ HAD GOTTEN FORMED
+ is formed
+
+_ HAD GOTTEN STUNG
+ is stung
+
+_ HAD GOTTEN PEEPED
+ is peeped
+
+_ HAD GOTTEN KNITED
+ is knited
+
+_ HAD GOTTEN CHEATED
+ is cheated
+
+_ HAD GOTTEN WHISTLED
+ is whistled
+
+_ HAD GOTTEN SURROUNDED
+ is surrounded
+
+_ HAD GOTTEN MANAGED
+ is managed
+
+_ HAD GOTTEN THANKED
+ is thanked
+
+_ HAD GOTTEN PAID
+ is paid
+
+_ HAD GOTTEN COMPLAINED
+ is complained
+
+_ HAD GOTTEN ESCAPED
+ is escaped
+
+_ HAD GOTTEN EATEN
+ is eaten
+
+_ HAD GOTTEN STEERED
+ is steered
+
+_ HAD GOTTEN FIRED
+ is fired
+
+_ HAD GOTTEN BANGED
+ is banged
+
+_ HAD GOTTEN SAT
+ is sat
+
+_ HAD GOTTEN BOILED
+ is boiled
+
+_ HAD GOTTEN CALLED
+ is called
+
+_ HAD GOTTEN HANGED
+ is hanged
+
+_ HAD GOTTEN UNITED
+ is united
+
+_ HAD GOTTEN TIRED
+ is tired
+
+_ HAD GOTTEN COILED
+ is coiled
+
+_ HAD GOTTEN THROWN
+ is thrown
+
+_ HAD GOTTEN CONNECTED
+ is connected
+
+_ HAD GOTTEN TROTED
+ is troted
+
+_ HAD GOTTEN BOWED
+ is bowed
+
+_ HAD GOTTEN REMINDED
+ is reminded
+
+_ HAD GOTTEN MOURNED
+ is mourned
+
+_ HAD GOTTEN FOLLOWED
+ is followed
+
+_ HAD GOTTEN CAUGHT
+ is caught
+
+_ HAD GOTTEN MET
+ is met
+
+_ HAD GOTTEN PUNCTURED
+ is punctured
+
+_ HAD GOTTEN CALCULATED
+ is calculated
+
+_ HAD GOTTEN PRACTISED
+ is practised
+
+_ HAD GOTTEN TOWED
+ is towed
+
+_ HAD GOTTEN BATTLED
+ is battled
+
+_ HAD GOTTEN GUARDED
+ is guarded
+
+_ HAD GOTTEN BLUSHED
+ is blushed
+
+_ HAD GOTTEN TREMBLED
+ is trembled
+
+_ HAD GOTTEN DELAIED
+ is delaied
+
+_ HAD GOTTEN SUITED
+ is suited
+
+_ HAD GOTTEN FILMED
+ is filmed
+
+_ HAD GOTTEN GAZED
+ is gazed
+
+_ HAD GOTTEN OFFENDED
+ is offended
+
+_ HAD GOTTEN HELPED
+ is helped
+
+_ HAD GOTTEN WELCOMED
+ is welcomed
+
+_ HAD GOTTEN GROWN
+ is grown
+
+_ HAD GOTTEN SUPPOSED
+ is supposed
+
+_ HAD GOTTEN EXPLAINED
+ is explained
+
+_ HAD GOTTEN IDENTIFIED
+ is identified
+
+_ HAD GOTTEN CONCENTRATED
+ is concentrated
+
+_ HAD GOTTEN APPROVED
+ is approved
+
+_ HAD GOTTEN FROZEN
+ is frozen
+
+_ HAD GOTTEN SUNG
+ is sung
+
+_ HAD GOTTEN DUG
+ is dug
+
+_ HAD GOTTEN STRAPPED
+ is strapped
+
+_ HAD GOTTEN INFORMED
+ is informed
+
+_ HAD GOTTEN SPELLED
+ is spelled
+
+_ HAD GOTTEN REALISED
+ is realised
+
+_ HAD GOTTEN UNDRESSED
+ is undressed
+
+_ HAD GOTTEN COMPARED
+ is compared
+
+_ HAD GOTTEN DOUBTED
+ is doubted
+
+_ HAD GOTTEN CONTAINED
+ is contained
+
+_ HAD GOTTEN WON
+ is won
+
+_ HAD GOTTEN JOGED
+ is joged
+
+_ HAD GOTTEN OVERFLOWED
+ is overflowed
+
+_ HAD GOTTEN SHOT
+ is shot
+
+_ HAD GOTTEN PUSHED
+ is pushed
+
+_ HAD GOTTEN DEVELOPED
+ is developed
+
+_ HAD GOTTEN RUSHED
+ is rushed
+
+_ HAD GOTTEN FRIGHTENED
+ is frightened
+
+_ HAD GOTTEN SPARKLED
+ is sparkled
+
+_ HAD GOTTEN SEEN
+ is seen
+
+_ HAD GOTTEN STRIPED
+ is striped
+
+_ HAD GOTTEN GRINED
+ is grined
+
+_ HAD GOTTEN SOLD
+ is sold
+
+_ HAD GOTTEN SHONE
+ is shone
+
+_ HAD GOTTEN FADED
+ is faded
+
+_ HAD GOTTEN WORN
+ is worn
+
+_ HAD GOTTEN RESCUED
+ is rescued
+
+_ HAD GOTTEN EDUCATED
+ is educated
+
+_ HAD GOTTEN BURST
+ is burst
+
+_ HAD GOTTEN FORCED
+ is forced
+
+_ HAD GOTTEN RELAXED
+ is relaxed
+
+_ HAD GOTTEN EXPECTED
+ is expected
+
+_ HAD GOTTEN STUNK
+ is stunk
+
+_ HAD GOTTEN ANNOUNCED
+ is announced
+
+_ HAD GOTTEN FITED
+ is fited
+
+_ HAD GOTTEN EXAMINED
+ is examined
+
+_ HAD GOTTEN INFLUENCED
+ is influenced
+
+_ HAD GOTTEN TRUSTED
+ is trusted
+
+_ HAD GOTTEN MEANT
+ is meant
+
+_ HAD GOTTEN WHISPERED
+ is whispered
+
+_ HAD GOTTEN SCREAMED
+ is screamed
+
+_ HAD GOTTEN DESTROIED
+ is destroied
+
+_ HAD GOTTEN MOANED
+ is moaned
+
+_ HAD GOTTEN WHIRLED
+ is whirled
+
+_ HAD GOTTEN JUGGLED
+ is juggled
+
+_ HAD GOTTEN RULED
+ is ruled
+
+_ HAD GOTTEN RECOGNISED
+ is recognised
+
+_ HAD GOTTEN BAKED
+ is baked
+
+_ HAD GOTTEN PLANED
+ is planed
+
+_ HAD GOTTEN DISAPPROVED
+ is disapproved
+
+_ HAD GOTTEN DETECTED
+ is detected
+
+_ HAD GOTTEN ARRIVED
+ is arrived
+
+_ HAD GOTTEN KEPT
+ is kept
+
+_ HAD GOTTEN DRAWN
+ is drawn
+
+_ HAD GOTTEN CUT
+ is cut
+
+_ HAD GOTTEN BATHED
+ is bathed
+
+_ HAD GOTTEN MARCHED
+ is marched
+
+_ HAD GOTTEN WALKED
+ is walked
+
+_ HAD GOTTEN TALKED
+ is talked
+
+_ HAD GOTTEN COACHED
+ is coached
+
+_ HAD GOTTEN COLLECTED
+ is collected
+
+_ HAD GOTTEN PROGRAMED
+ is programed
+
+_ HAD GOTTEN BLINKED
+ is blinked
+
+_ HAD GOTTEN SNIFFED
+ is sniffed
+
+_ HAD GOTTEN BUZZED
+ is buzzed
+
+_ HAD GOTTEN DROPPED
+ is dropped
+
+_ HAD GOTTEN SCRIBBLED
+ is scribbled
+
+_ HAD GOTTEN LED
+ is led
+
+_ HAD GOTTEN FLOWN
+ is flown
+
+_ HAD GOTTEN PRODUCED
+ is produced
+
+_ HAD GOTTEN BLOWN
+ is blown
+
+_ HAD GOTTEN MEMORISED
+ is memorised
+
+_ HAD GOTTEN CHASED
+ is chased
+
+_ HAD GOTTEN FILLED
+ is filled
+
+_ HAD GOTTEN KILLED
+ is killed
+
+_ HAD GOTTEN REFLECTED
+ is reflected
+
+_ HAD GOTTEN SPENT
+ is spent
+
+_ HAD GOTTEN OBJECTED
+ is objected
+
+_ HAD GOTTEN SCOLDED
+ is scolded
+
+_ HAD GOTTEN TEMPTED
+ is tempted
+
+_ HAD GOTTEN DRAGED
+ is draged
+
+_ HAD GOTTEN YAWNED
+ is yawned
+
+_ HAD GOTTEN WOKEN
+ is woken
+
+_ HAD GOTTEN LET
+ is let
+
+_ HAD GOTTEN REPORTED
+ is reported
+
+_ HAD GOTTEN NODED
+ is noded
+
+_ HAD GOTTEN SUSPENDED
+ is suspended
+
+_ HAD GOTTEN HEADED
+ is headed
+
+_ HAD GOTTEN RETURNED
+ is returned
+
+_ HAD GOTTEN UNTIDIED
+ is untidied
+
+_ HAD GOTTEN DAMAGED
+ is damaged
+
+_ HAD GOTTEN SIGNALED
+ is signaled
+
+_ HAD GOTTEN BEAMED
+ is beamed
+
+_ HAD GOTTEN SET
+ is set
+
+_ HAD GOTTEN POURED
+ is poured
+
+_ HAD GOTTEN INTERFERED
+ is interfered
+
+_ HAD GOTTEN TOURED
+ is toured
+
+_ HAD GOTTEN SLIPPED
+ is slipped
+
+_ HAD GOTTEN GUARANTEED
+ is guaranteed
+
+_ HAD GOTTEN INTERESTED
+ is interested
+
+_ HAD GOTTEN RUNG
+ is rung
+
+_ HAD GOTTEN PRAYED
+ is prayed
+
+_ HAD GOTTEN PERMITED
+ is permited
+
+_ HAD GOTTEN COUGHED
+ is coughed
+
+_ HAD GOTTEN REPEATED
+ is repeated
+
+_ HAD GOTTEN COLOURED
+ is coloured
+
+_ HAD GOTTEN TRICKED
+ is tricked
+
+_ HAD GOTTEN JOKED
+ is joked
+
+_ HAD GOTTEN PRICKED
+ is pricked
+
+_ HAD GOTTEN CAMPED
+ is camped
+
+_ HAD GOTTEN STOPED
+ is stoped
+
+_ HAD GOTTEN ARGUED
+ is argued
+
+_ HAD GOTTEN CLIPPED
+ is clipped
+
+_ HAD GOTTEN ARRANGED
+ is arranged
+
+_ HAD GOTTEN BRUSHED
+ is brushed
+
+_ HAD GOTTEN CRUSHED
+ is crushed
+
+_ HAD GOTTEN HOPPED
+ is hopped
+
+_ HAD GOTTEN LOADED
+ is loaded
+
+_ HAD GOTTEN POKED
+ is poked
+
+_ HAD GOTTEN MANED
+ is maned
+
+_ HAD GOTTEN SPARKED
+ is sparked
+
+_ HAD GOTTEN FASTENED
+ is fastened
+
+_ HAD GOTTEN WRITTEN
+ is written
+
+_ HAD GOTTEN WORKED
+ is worked
+
+_ HAD GOTTEN CONTINUED
+ is continued
+
+_ HAD GOTTEN MATCHED
+ is matched
+
+_ HAD GOTTEN WATCHED
+ is watched
+
+_ HAD GOTTEN SCATTERED
+ is scattered
+
+_ HAD GOTTEN TICKLED
+ is tickled
+
+_ HAD GOTTEN BROUGHT
+ is brought
+
+_ HAD GOTTEN HAMMERED
+ is hammered
+
+_ HAD GOTTEN RUN
+ is run
+
+_ HAD GOTTEN TIMED
+ is timed
+
+_ HAD GOTTEN BANNED
+ is banned
+
+_ HAD GOTTEN SETTLED
+ is settled
+
+_ HAD GOTTEN MIXED
+ is mixed
+
+_ HAD GOTTEN FIXED
+ is fixed
+
+_ HAD GOTTEN SQUASHED
+ is squashed
+
+_ HAD GOTTEN COMBED
+ is combed
+
+_ HAD GOTTEN BOMBED
+ is bombed
+
+_ HAD GOTTEN ALLOWED
+ is allowed
+
+_ HAD GOTTEN BREATHED
+ is breathed
+
+_ HAD GOTTEN STOLEN
+ is stolen
+
+_ HAD GOTTEN IMPROVED
+ is improved
+
+_ HAD GOTTEN LENT
+ is lent
+
+_ HAD GOTTEN MILKED
+ is milked
+
+_ HAD GOTTEN SMILED
+ is smiled
+
+_ HAD GOTTEN DECEIVED
+ is deceived
+
+_ HAD GOTTEN ITCHED
+ is itched
+
+_ HAD GOTTEN SNOWED
+ is snowed
+
+_ HAD GOTTEN SHARED
+ is shared
+
+_ HAD GOTTEN SENT
+ is sent
+
+_ HAD GOTTEN SEARCHED
+ is searched
+
+_ HAD GOTTEN SUSPECTED
+ is suspected
+
+_ HAD GOTTEN RECEIVED
+ is received
+
+_ HAD GOTTEN JUDGED
+ is judged
+
+_ HAD GOTTEN BLOTTED
+ is blotted
+
+_ HAD GOTTEN SCORCHED
+ is scorched
+
+_ HAD GOTTEN MULTIPLIED
+ is multiplied
+
+_ HAD GOTTEN PLEASED
+ is pleased
+
+_ HAD GOTTEN TROUBLED
+ is troubled
+
+_ HAD GOTTEN EXPANDED
+ is expanded
+
+_ HAD GOTTEN CHOKED
+ is choked
+
+_ HAD GOTTEN BOUNCED
+ is bounced
+
+_ HAD GOTTEN HEALED
+ is healed
+
+_ HAD GOTTEN STITCHED
+ is stitched
+
+_ HAD GOTTEN RAINED
+ is rained
+
+_ HAD GOTTEN PRESSED
+ is pressed
+
+_ HAD GOTTEN PUT
+ is put
+
+_ HAD GOTTEN DECAIED
+ is decaied
+
+_ HAD GOTTEN GREASED
+ is greased
+
+_ HAD GOTTEN SPARED
+ is spared
+
+_ HAD GOTTEN SEALED
+ is sealed
+
+_ HAD GOTTEN AMUSED
+ is amused
+
+_ HAD GOTTEN BEATEN
+ is beaten
+
+_ HAD GOTTEN DECIDED
+ is decided
+
+_ HAD GOTTEN STUCK
+ is stuck
+
+_ HAD GOTTEN OCCURED
+ is occured
+
+_ HAD GOTTEN COMMANDED
+ is commanded
+
+_ HAD GOTTEN LOST
+ is lost
+
+_ HAD GOTTEN CONFUSED
+ is confused
+
+_ HAD GOTTEN SWORN
+ is sworn
+
+_ HAD GOTTEN KNEELED
+ is kneeled
+
+_ HAD GOTTEN GREETED
+ is greeted
+
+_ HAD GOTTEN REPAIRED
+ is repaired
+
+_ HAD GOTTEN BURIED
+ is buried
+
+_ HAD GOTTEN CONCERNED
+ is concerned
+
+_ HAD GOTTEN FORGIVEN
+ is forgiven
+
+_ HAD GOTTEN BROADCAST
+ is broadcast
+
+_ HAD GOTTEN DRESSED
+ is dressed
+
+_ HAD GOTTEN TIED
+ is tied
+
+_ HAD GOTTEN PLACED
+ is placed
+
+_ HAD GOTTEN MATTERED
+ is mattered
+
+_ HAD GOTTEN OWNED
+ is owned
+
+_ HAD GOTTEN SIGNED
+ is signed
+
+_ HAD GOTTEN INTENDED
+ is intended
+
+_ HAD GOTTEN DEALT
+ is dealt
+
+_ HAD GOTTEN NOTICED
+ is noticed
+
+_ HAD GOTTEN TRAVELED
+ is traveled
+
+_ HAD GOTTEN HANDED
+ is handed
+
+_ HAD GOTTEN BLESSED
+ is blessed
+
+_ HAD GOTTEN LIT
+ is lit
+
+_ HAD GOTTEN KNOWN
+ is known
+
+_ HAD GOTTEN MUGED
+ is muged
+
+_ HAD GOTTEN LANDED
+ is landed
+
+_ HAD GOTTEN HUGED
+ is huged
+
+_ HAD GOTTEN BARED
+ is bared
+
+_ HAD GOTTEN CARED
+ is cared
+
+_ HAD GOTTEN DARED
+ is dared
+
+_ HAD GOTTEN TUGED
+ is tuged
+
+_ HAD GOTTEN LAIN
+ is lain
+
+_ HAD GOTTEN SPOTED
+ is spoted
+
+_ HAD GOTTEN FOUND
+ is found
+
+_ HAD GOTTEN SPRUNG
+ is sprung
+
+_ HAD GOTTEN MARRIED
+ is married
+
+_ HAD GOTTEN INJURED
+ is injured
+
+_ HAD GOTTEN STOOD
+ is stood
+
+_ HAD GOTTEN PASTED
+ is pasted
+
+_ HAD GOTTEN ALERTED
+ is alerted
+
+_ HAD GOTTEN LASTED
+ is lasted
+
+_ HAD GOTTEN LEVELED
+ is leveled
+
+_ HAD GOTTEN FLOATED
+ is floated
+
+_ HAD GOTTEN WASTED
+ is wasted
+
+_ HAD GOTTEN EXCITED
+ is excited
+
+_ HAD GOTTEN BALANCED
+ is balanced
+
+_ HAD GOTTEN TASTED
+ is tasted
+
+_ HAD GOTTEN MUDDLED
+ is muddled
+
+_ HAD GOTTEN STRUCK
+ is struck
+
+_ HAD GOTTEN CHECKED
+ is checked
+
+_ HAD GOTTEN CHOPPED
+ is chopped
+
+_ HAD GOTTEN RISEN
+ is risen
+
+_ HAD GOTTEN DESERTED
+ is deserted
+
+_ HAD GOTTEN READ
+ is read
+
+_ HAD GOTTEN QUEUED
+ is queued
+
+_ HAD GOTTEN GONE
+ is gone
+
+_ HAD GOTTEN EARNED
+ is earned
+
+_ HAD GOTTEN BACKED
+ is backed
+
+_ HAD GOTTEN PREPARED
+ is prepared
+
+_ HAD GOTTEN REJOICED
+ is rejoiced
+
+_ HAD GOTTEN TWISTED
+ is twisted
+
+_ HAD GOTTEN WONDERED
+ is wondered
+
+_ HAD GOTTEN CARRIED
+ is carried
+
+_ HAD GOTTEN WHINED
+ is whined
+
+_ HAD GOTTEN WARNED
+ is warned
+
+_ HAD GOTTEN INSTRUCTED
+ is instructed
+
+_ HAD GOTTEN PACKED
+ is packed
+
+_ HAD GOTTEN PLUGED
+ is pluged
+
+_ HAD GOTTEN SACKED
+ is sacked
+
+_ HAD GOTTEN CHARGED
+ is charged
+
+_ HAD GOTTEN OBEIED
+ is obeied
+
+_ HAD GOTTEN FORGOTTEN
+ is forgotten
+
+_ HAD GOTTEN FOLDED
+ is folded
+
+_ HAD GOTTEN SHAKEN
+ is shaken
+
+_ HAD GOTTEN HELD
+ is held
+
+_ HAD GOTTEN PINCHED
+ is pinched
+
+_ HAD GOTTEN APPLAUDED
+ is applauded
+
+_ HAD GOTTEN BITTEN
+ is bitten
+
+_ HAD GOTTEN BLINDED
+ is blinded
+
+_ HAD GOTTEN STIRED
+ is stired
+
+_ HAD GOTTEN FLOWED
+ is flowed
+
+_ HAD GOTTEN GLOWED
+ is glowed
+
+_ HAD GOTTEN KNOCKED
+ is knocked
+
+_ HAD GOTTEN SCRAPED
+ is scraped
+
+_ HAD GOTTEN CRAWLED
+ is crawled
+
+_ HAD GOTTEN SLOWED
+ is slowed
+
+_ HAD GOTTEN BEGUN
+ is begun
+
+_ HAD GOTTEN PULLED
+ is pulled
+
+_ HAD GOTTEN HEATED
+ is heated
+
+_ HAD GOTTEN SUGGESTED
+ is suggested
+
+_ HAD GOTTEN FILED
+ is filed
+
+_ HAD GOTTEN LAUGHED
+ is laughed
+
+_ HAD GOTTEN HURRIED
+ is hurried
+
+_ HAD GOTTEN SMELLED
+ is smelled
+
+_ HAD GOTTEN BORED
+ is bored
+
+_ HAD GOTTEN FLOWERED
+ is flowered
+
+_ HAD GOTTEN BEGGED
+ is begged
+
+_ HAD GOTTEN OBSERVED
+ is observed
+
+_ HAD GOTTEN PUNCHED
+ is punched
+
+_ HAD GOTTEN PADDLED
+ is paddled
+
+_ HAD GOTTEN INJECTED
+ is injected
+
+_ HAD GOTTEN CLEARED
+ is cleared
+
+_ HAD GOTTEN ATTEMPTED
+ is attempted
+
+_ HAD GOTTEN ENJOYED
+ is enjoyed
+
+_ HAD GOTTEN WEPT
+ is wept
+
+_ HAD GOTTEN PEELED
+ is peeled
+
+_ HAD GOTTEN ATTACHED
+ is attached
+
+_ HAD GOTTEN INVITED
+ is invited
+
+_ HAD GOTTEN TRANSPORTED
+ is transported
+
+_ HAD GOTTEN PREACHED
+ is preached
+
+_ HAD GOTTEN DESERVED
+ is deserved
+
+_ HAD GOTTEN SOAKED
+ is soaked
+
+_ HAD GOTTEN FETCHED
+ is fetched
+
+_ HAD GOTTEN MATED
+ is mated
+
+_ HAD GOTTEN FACED
+ is faced
+
+_ HAD GOTTEN HATED
+ is hated
+
+_ HAD GOTTEN DANCED
+ is danced
+
+_ HAD GOTTEN RACED
+ is raced
+
+_ HAD GOTTEN CONSIDERED
+ is considered
+
+_ HAD GOTTEN LIED
+ is lied
+
+_ HAD GOTTEN RHYMED
+ is rhymed
+
+_ HAD GOTTEN FORBIDDEN
+ is forbidden
+
+_ HAD GOTTEN PATED
+ is pated
+
+_ HAD GOTTEN CRIED
+ is cried
+
+_ HAD GOTTEN DRIED
+ is dried
+
+_ HAD GOTTEN ATTACKED
+ is attacked
+
+_ HAD GOTTEN CROSSED
+ is crossed
+
+_ HAD GOTTEN PERFORMED
+ is performed
+
+_ HAD GOTTEN FRIED
+ is fried
+
+_ HAD GOTTEN INCREASED
+ is increased
+
+_ HAD GOTTEN RADIATED
+ is radiated
+
+_ HAD GOTTEN TRIED
+ is tried
+
+_ HAD GOTTEN EXERCISED
+ is exercised
+
+_ HAD GOTTEN REGRETED
+ is regreted
+
+_ HAD GOTTEN PASSED
+ is passed
+
+_ HAD GOTTEN ROBED
+ is robed
+
+_ HAD GOTTEN SHOCKED
+ is shocked
+
+_ HAD GOTTEN BEHAVED
+ is behaved
+
+_ HAD GOTTEN REJECTED
+ is rejected
+
+_ HAD GOTTEN RISKED
+ is risked
+
+_ HAD GOTTEN ENTERED
+ is entered
+
+_ HAD GOTTEN ENDED
+ is ended
+
+_ HAD GOTTEN YELLED
+ is yelled
+
+_ HAD GOTTEN REFUSED
+ is refused
+
+_ HAD GOTTEN HARMED
+ is harmed
+
+_ HAD GOTTEN BELONGED
+ is belonged
+
+_ HAD GOTTEN GIVEN
+ is given
+
+_ HAD GOTTEN SNEEZED
+ is sneezed
+
+_ HAD GOTTEN CHALLENGED
+ is challenged
+
+_ HAD GOTTEN DELIGHTED
+ is delighted
+
+_ HAD GOTTEN DRIVEN
+ is driven
+
+_ HAD GOTTEN LISTED
+ is listed
+
+_ HAD GOTTEN FLAPPED
+ is flapped
+
+_ HAD GOTTEN WARMED
+ is warmed
+
+_ HAD GOTTEN CARVED
+ is carved
+
+_ HAD GOTTEN ZOOMED
+ is zoomed
+
+_ HAD GOTTEN SQUEAKED
+ is squeaked
+
+_ HAD GOTTEN TRADED
+ is traded
+
+_ HAD GOTTEN FOUNDED
+ is founded
+
+_ HAD GOTTEN MEASURED
+ is measured
+
+_ HAD GOTTEN EXISTED
+ is existed
+
+_ HAD GOTTEN APPRECIATED
+ is appreciated
+
+_ HAD GOTTEN ANNOIED
+ is annoied
+
+_ HAD GOTTEN GOT
+ is got
+
+_ HAD GOTTEN EMPTIED
+ is emptied
+
+_ HAD GOTTEN TORN
+ is torn
+
+_ HAD GOTTEN FRAMED
+ is framed
+
+_ HAD GOTTEN SCREWED
+ is screwed
+
+_ HAD GOTTEN PRESERVED
+ is preserved
+
+_ HAD GOTTEN JAILED
+ is jailed
+
+_ HAD GOTTEN NEDED
+ is neded
+
+_ HAD GOTTEN FAILED
+ is failed
+
+_ HAD GOTTEN SHRUNK
+ is shrunk
+
+_ HAD GOTTEN REDUCED
+ is reduced
+
+_ HAD GOTTEN STARTED
+ is started
+
+_ HAD GOTTEN WRESTLED
+ is wrestled
+
+_ HAD GOTTEN SAILED
+ is sailed
+
+_ HAD GOTTEN SPOILED
+ is spoiled
+
+_ HAD GOTTEN UNPACKED
+ is unpacked
+
+_ HAD GOTTEN NAILED
+ is nailed
+
+_ HAD GOTTEN LONGED
+ is longed
+
+_ HAD GOTTEN KICKED
+ is kicked
+
+_ HAD GOTTEN WAILED
+ is wailed
+
+_ HAD GOTTEN ROLLED
+ is rolled
+
+_ HAD GOTTEN PICKED
+ is picked
+
+_ HAD GOTTEN PREVENTED
+ is prevented
+
+_ HAD GOTTEN LICKED
+ is licked
+
+_ HAD GOTTEN HAD
+ is had
+
+_ HAD GOTTEN MURDERED
+ is murdered
+
+_ HAD GOTTEN POLISHED
+ is polished
+
+_ HAD GOTTEN ROTED
+ is roted
+
+_ HAD GOTTEN FLASHED
+ is flashed
+
+_ HAD GOTTEN TICKED
+ is ticked
+
+_ HAD GOTTEN NOTED
+ is noted
+
+_ HAD GOTTEN SQUEEZED
+ is squeezed
+
+_ HAD GOTTEN ATTRACTED
+ is attracted
+
+_ HAD GOTTEN DEPENDED
+ is depended
+
+_ HAD GOTTEN TEASED
+ is teased
+
+_ HAD GOTTEN LAUNCHED
+ is launched
+
+_ HAD GOTTEN ARRESTED
+ is arrested
+
+_ HAD GOTTEN LIVED
+ is lived
+
+_ HAD GOTTEN DRIPPED
+ is dripped
+
+_ HAD GOTTEN SOOTHED
+ is soothed
+
+_ HAD GOTTEN CRACKED
+ is cracked
+
+_ HAD GOTTEN COVERED
+ is covered
+
+_ HAD GOTTEN HOVERED
+ is hovered
+
+_ HAD GOTTEN INTRODUCED
+ is introduced
+
+_ HAD GOTTEN HANDLED
+ is handled
+
+_ HAD GOTTEN PUNISHED
+ is punished
+
+_ HAD GOTTEN CAUSED
+ is caused
+
+_ HAD GOTTEN TRIPPED
+ is tripped
+
+_ HAD GOTTEN SIPED
+ is siped
+
+_ HAD GOTTEN SCRATCHED
+ is scratched
+
+_ HAD GOTTEN ATTENDED
+ is attended
+
+_ HAD GOTTEN INCLUDED
+ is included
+
+_ HAD GOTTEN LAID
+ is laid
+
+_ HAD GOTTEN SPLIT
+ is split
+
+_ HAD GOTTEN PAUSED
+ is paused
+
+_ HAD GOTTEN WIPED
+ is wiped
+
+_ HAD GOTTEN DROWNED
+ is drowned
+
+_ HAD GOTTEN CLEANED
+ is cleaned
+
+_ HAD GOTTEN BET
+ is bet
+
+_ HAD GOTTEN DAMED
+ is damed
+
+_ HAD GOTTEN ADVISED
+ is advised
+
+_ HAD GOTTEN JAMED
+ is jamed
+
+_ HAD GOTTEN DESCRIBED
+ is described
+
+_ HAD GOTTEN COST
+ is cost
+
+_ HAD GOTTEN
+ is
+
+_ HAD GOTTEN SAID
+ is said
+
+_ HAD GOTTEN TAMED
+ is tamed
+
+_ HAD GOTTEN UNFASTENED
+ is unfastened
+
+_ HAD GOTTEN NAMED
+ is named
+
+_ HAD GOTTEN KNOTED
+ is knoted
+
+_ HAD GOTTEN DISAGREED
+ is disagreed
+
+_ HAD GOTTEN FAXED
+ is faxed
+
+_ HAD GOTTEN DREAMED
+ is dreamed
+
+_ HAD GOTTEN ENTERTAINED
+ is entertained
+
+_ HAD GOTTEN REACHED
+ is reached
+
+_ HAD GOTTEN ADMIRED
+ is admired
+
+_ HAD GOTTEN DIVIDED
+ is divided
+
+_ HAD GOTTEN WANTED
+ is wanted
+
+_ HAD GOTTEN UNDERSTOOD
+ is understood
+
+_ HAD GOTTEN KISSED
+ is kissed
+
+_ HAD GOTTEN SURPRISED
+ is surprised
+
+_ HAD GOTTEN SPILLED
+ is spilled
+
+_ HAD GOTTEN HUNG
+ is hung
+
+_ HAD GOTTEN BUMPED
+ is bumped
+
+_ HAD GOTTEN FOOLED
+ is fooled
+
+_ HAD GOTTEN BORROWED
+ is borrowed
+
+_ HAD GOTTEN IGNORED
+ is ignored
+
+_ HAD GOTTEN MISSED
+ is missed
+
+_ HAD GOTTEN JUMPED
+ is jumped
+
+_ HAD GOTTEN SUFFERED
+ is suffered
+
+_ HAD GOTTEN STRENGTHENED
+ is strengthened
+
+_ HAD GOTTEN MELTED
+ is melted
+
+_ HAD GOTTEN SNATCHED
+ is snatched
+
+_ HAD GOTTEN PUMPED
+ is pumped
+
+_ HAD GOTTEN TRACED
+ is traced
+
+_ HAD GOTTEN DRUNK
+ is drunk
+
+_ HAD GOTTEN SMASHED
+ is smashed
+
+_ HAD GOTTEN INTERRUPTED
+ is interrupted
+
+_ HAD GOTTEN OBTAINED
+ is obtained
+
+_ HAD GOTTEN LABELED
+ is labeled
+
+_ HAD GOTTEN BOLTED
+ is bolted
+
+_ HAD GOTTEN SOUNDED
+ is sounded
+
+_ HAD GOTTEN DRUMMED
+ is drummed
+
+_ HAD GOTTEN FEARED
+ is feared
+
+_ HAD GOTTEN GATHERED
+ is gathered
+
+_ HAD GOTTEN WAITED
+ is waited
+
+_ HAD GOTTEN IMAGINED
+ is imagined
+
+_ HAD GOTTEN PROVIDED
+ is provided
+
+_ HAD GOTTEN TOUCHED
+ is touched
+
+_ HAD GOTTEN SUPPORTED
+ is supported
+
+_ HAD GOTTEN BOXED
+ is boxed
+
+_ HAD GOTTEN TAKEN
+ is taken
+
+_ HAD GOTTEN BENT
+ is bent
+
+_ HAD GOTTEN MEDDLED
+ is meddled
+
+_ HAD GOTTEN REIGNED
+ is reigned
+
+_ HAD GOTTEN WRECKED
+ is wrecked
+
+_ HAD GOTTEN HAUNTED
+ is haunted
+
+_ HAD GOTTEN DOUBLED
+ is doubled
+
+_ HAD GOTTEN PLAIED
+ is plaied
+
+_ HAD GOTTEN SWITCHED
+ is switched
+
+_ HAD GOTTEN PLANTED
+ is planted
+
+_ HAD GOTTEN STEPPED
+ is stepped
+
+_ HAD GOTTEN CREPT
+ is crept
+
+_ HAD GOTTEN DISCOVERED
+ is discovered
+
+_ HAD GOTTEN SOUGHT
+ is sought
+
+_ HAD GOTTEN WASHED
+ is washed
+
+_ HAD GOTTEN SPREAD
+ is spread
+
+_ HAD GOTTEN RECORDED
+ is recorded
+
+_ HAD GOTTEN DISAPPEARED
+ is disappeared
+
+_ HAD GOTTEN SHOWN
+ is shown
+
+_ HAD GOTTEN BROKEN
+ is broken
+
+_ HAD GOTTEN BOASTED
+ is boasted
+
+_ HAD GOTTEN RUINED
+ is ruined
+
+_ HAD GOTTEN SPOKEN
+ is spoken
+
+_ HAD GOTTEN CURED
+ is cured
+
+_ HAD GOTTEN SLEPT
+ is slept
+
+_ HAD GOTTEN RETIRED
+ is retired
+
+_ HAD GOTTEN ORDERED
+ is ordered
+
+_ HAD GOTTEN BOOKED
+ is booked
+
+_ HAD GOTTEN SUCCEDED
+ is succeded
+
+_ HAD GOTTEN STAIED
+ is staied
+
+_ HAD GOTTEN HOOKED
+ is hooked
+
+_ HAD GOTTEN FOUGHT
+ is fought
+
+_ HAD GOTTEN WINKED
+ is winked
+
+_ HAD GOTTEN CRASHED
+ is crashed
+
+_ HAD GOTTEN CORRECTED
+ is corrected
+
+_ HAD GOTTEN REMEMBERED
+ is remembered
+
+_ HAD GOTTEN CONFESSED
+ is confessed
+
+_ HAD GOTTEN BOUGHT
+ is bought
+
+_ HAD GOTTEN GRABED
+ is grabed
+
+_ HAD GOTTEN SPAT
+ is spat
+
+_ HAD GOTTEN PARKED
+ is parked
+
+_ HAD GOTTEN LOOKED
+ is looked
+
+_ HAD GOTTEN EXPLODED
+ is exploded
+
+_ HAD GOTTEN MARKED
+ is marked
+
+_ HAD GOTTEN BID
+ is bid
+
+_ HAD GOTTEN BRAKED
+ is braked
+
+_ HAD GOTTEN WATERED
+ is watered
+
+_ HAD GOTTEN STARED
+ is stared
+
+_ HAD GOTTEN THAWED
+ is thawed
+
+_ HAD GOTTEN TREATED
+ is treated
+
+_ HAD GOTTEN SQUEALED
+ is squealed
+
+_ HAD GOTTEN REMOVED
+ is removed
+
+_ HAD GOTTEN THOUGHT
+ is thought
+
+_ HAD GOTTEN AWOKEN
+ is awoken
+
+_ HAD GOTTEN PARTED
+ is parted
+
+_ HAD GOTTEN ANSWERED
+ is answered
+
+_ HAD GOTTEN TYPED
+ is typed
+
+_ HAD GOTTEN SWEPT
+ is swept
+
+_ HAD GOTTEN FLED
+ is fled
+
+_ HAD GOTTEN APPEARED
+ is appeared
+
+_ HAD GOTTEN SHELTERED
+ is sheltered
+
+_ HAD GOTTEN IMPRESSED
+ is impressed
+
+_ HAD GOTTEN STROKED
+ is stroked
+
+_ HAD GOTTEN LEFT
+ is left
+
+_ HAD GOTTEN QUESTIONED
+ is questioned
+
+_ HAD GOTTEN GRATED
+ is grated
+
+_ HAD GOTTEN DELIVERED
+ is delivered
+
+_ HAD GOTTEN COUNTED
+ is counted
+
+_ HAD GOTTEN REMAINED
+ is remained
+
+_ HAD GOTTEN RAISED
+ is raised
+
+_ HAD GOTTEN VISITED
+ is visited
+
+_ HAD GOTTEN SWUNG
+ is swung
+
+_ HAD GOTTEN RUBED
+ is rubed
+
+_ HAD GOTTEN SHOPED
+ is shoped
+
+_ HAD GOTTEN HAPPENED
+ is happened
+
+_ HAD GOTTEN DUSTED
+ is dusted
+
+_ HAD GOTTEN BRANCHED
+ is branched
+
+_ HAD GOTTEN HEARD
+ is heard
+
+_ HAD GOTTEN WHIPPED
+ is whipped
+
+_ HAD GOTTEN GLUED
+ is glued
+
+_ HAD GOTTEN REPRODUCED
+ is reproduced
+
+_ HAD GOTTEN BURNED
+ is burned
+
+_ HAD GOTTEN PROMISED
+ is promised
+
+_ HAD GOTTEN FELT
+ is felt
+
+_ HAD GOTTEN TELEPHONED
+ is telephoned
+
+_ HAD GOTTEN CHOSEN
+ is chosen
+
+_ HAD GOTTEN LEARNED
+ is learned
+
+_ HAD GOTTEN LIKED
+ is liked
+
+_ HAD GOTTEN GUIDED
+ is guided
+
+_ HAD GOTTEN TURNED
+ is turned
+
+_ HAD GOTTEN BRUISED
+ is bruised
+
+_ HAD GOTTEN SUCKED
+ is sucked
+
+_ HAD GOTTEN PRECEDED
+ is preceded
+
+_ HAD GOTTEN LICENSED
+ is licensed
+
+_ HAD GOTTEN SUNK
+ is sunk
+
+_ HAD GOTTEN JOINED
+ is joined
+
+_ HAD GOTTEN HIDDEN
+ is hidden
+
+_ HAD GOTTEN SPROUTED
+ is sprouted
+
+_ HAD GOTTEN SHADED
+ is shaded
+
+_ HAD GOTTEN RIDDEN
+ is ridden
+
+_ HAD GOTTEN DONE
+ is done
+
+_ HAD GOTTEN INVENTED
+ is invented
+
+_ HAD GOTTEN SWUM
+ is swum
+
+_ HAD GOTTEN SNORED
+ is snored
+
+_ HAD GOTTEN SPRAIED
+ is spraied
+
+_ HAD GOTTEN MENDED
+ is mended
+
+_ HAD GOTTEN RELIED
+ is relied
+
+_ HAD GOTTEN BATTED
+ is batted
+
+_ HAD GOTTEN WISHED
+ is wished
+
+_ HAD GOTTEN CHEERED
+ is cheered
+
+_ HAD GOTTEN ASKED
+ is asked
+
+_ HAD GOTTEN REPLACED
+ is replaced
+
+_ HAD GOTTEN SEPARATED
+ is separated
+
+_ HAD GOTTEN USED
+ is used
+
+_ HAD GOTTEN SUBTRACTED
+ is subtracted
+
+_ HAD RECORDED
+ recorded
+
+_ HAD RECORDED *
+ recorded
+
+_ HAD DISAPPEARED
+ disappeared
+
+_ HAD DISAPPEARED *
+ disappeared
+
+_ HAD SHOWN
+ showed
+
+_ HAD SHOWN *
+ showed
+
+_ HAD BROKEN
+ broke
+
+_ HAD BROKEN *
+ broke
+
+_ HAD BOASTED
+ boasted
+
+_ HAD BOASTED *
+ boasted
+
+_ HAD RUINED
+ ruined
+
+_ HAD RUINED *
+ ruined
+
+_ HAD CURED
+ cured
+
+_ HAD CURED *
+ cured
+
+_ HAD SLEPT
+ slept
+
+_ HAD SLEPT *
+ slept
+
+_ HAD RETIRED
+ retired
+
+_ HAD RETIRED *
+ retired
+
+_ HAD ORDERED
+ ordered
+
+_ HAD ORDERED *
+ ordered
+
+_ HAD BOOKED
+ booked
+
+_ HAD BOOKED *
+ booked
+
+_ HAD HOOKED
+ hooked
+
+_ HAD HOOKED *
+ hooked
+
+_ HAD FOUGHT
+ fought
+
+_ HAD FOUGHT *
+ fought
+
+_ HAD BOUGHT
+ bought
+
+_ HAD BOUGHT *
+ bought
+
+_ HAD CRASHED
+ crashed
+
+_ HAD CRASHED *
+ crashed
+
+_ HAD CORRECTED
+ corrected
+
+_ HAD CORRECTED *
+ corrected
+
+_ HAD REMEMBERED
+ remembered
+
+_ HAD REMEMBERED *
+ remembered
+
+_ HAD CONFESSED
+ confessed
+
+_ HAD CONFESSED *
+ confessed
+
+_ HAD GRABED
+ grabed
+
+_ HAD GRABED *
+ grabed
+
+_ HAD PARKED
+ parked
+
+_ HAD PARKED *
+ parked
+
+_ HAD LOOKED
+ looked
+
+_ HAD LOOKED *
+ looked
+
+_ HAD EXPLODED
+ exploded
+
+_ HAD EXPLODED *
+ exploded
+
+_ HAD MARKED
+ marked
+
+_ HAD MARKED *
+ marked
+
+_ HAD BID
+ bid
+
+_ HAD BID *
+ bid
+
+_ HAD BRAKED
+ braked
+
+_ HAD BRAKED *
+ braked
+
+_ HAD REMOVED
+ removed
+
+_ HAD REMOVED *
+ removed
+
+_ HAD AWOKEN
+ awoke
+
+_ HAD AWOKEN *
+ awoke
+
+_ HAD PARTED
+ parted
+
+_ HAD PARTED *
+ parted
+
+_ HAD ANSWERED
+ answered
+
+_ HAD ANSWERED *
+ answered
+
+_ HAD FLED
+ fled
+
+_ HAD FLED *
+ fled
+
+_ HAD APPEARED
+ appeared
+
+_ HAD APPEARED *
+ appeared
+
+_ HAD SHELTERED
+ sheltered
+
+_ HAD SHELTERED *
+ sheltered
+
+_ HAD IMPRESSED
+ impressed
+
+_ HAD IMPRESSED *
+ impressed
+
+_ HAD LEFT
+ left
+
+_ HAD LEFT *
+ left
+
+_ HAD QUESTIONED
+ questioned
+
+_ HAD QUESTIONED *
+ questioned
+
+_ HAD GRATED
+ grated
+
+_ HAD GRATED *
+ grated
+
+_ HAD DELIVERED
+ delivered
+
+_ HAD DELIVERED *
+ delivered
+
+_ HAD COUNTED
+ counted
+
+_ HAD COUNTED *
+ counted
+
+_ HAD REMAINED
+ remained
+
+_ HAD REMAINED *
+ remained
+
+_ HAD RAISED
+ raised
+
+_ HAD RAISED *
+ raised
+
+_ HAD RUBED
+ rubed
+
+_ HAD RUBED *
+ rubed
+
+_ HAD SHOPED
+ shoped
+
+_ HAD SHOPED *
+ shoped
+
+_ HAD HAPPENED
+ happened
+
+_ HAD HAPPENED *
+ happened
+
+_ HAD DUSTED
+ dusted
+
+_ HAD DUSTED *
+ dusted
+
+_ HAD BRANCHED
+ branched
+
+_ HAD BRANCHED *
+ branched
+
+_ HAD HEARD
+ heard
+
+_ HAD HEARD *
+ heard
+
+_ HAD GLUED
+ glued
+
+_ HAD GLUED *
+ glued
+
+_ HAD REPRODUCED
+ reproduced
+
+_ HAD REPRODUCED *
+ reproduced
+
+_ HAD BURNED
+ burned
+
+_ HAD BURNED *
+ burned
+
+_ HAD PROMISED
+ promised
+
+_ HAD PROMISED *
+ promised
+
+_ HAD FELT
+ felt
+
+_ HAD FELT *
+ felt
+
+_ HAD CHOSEN
+ chose
+
+_ HAD CHOSEN *
+ chose
+
+_ HAD LEARNED
+ learned
+
+_ HAD LEARNED *
+ learned
+
+_ HAD LIKED
+ liked
+
+_ HAD LIKED *
+ liked
+
+_ HAD GUIDED
+ guided
+
+_ HAD GUIDED *
+ guided
+
+_ HAD BRUISED
+ bruised
+
+_ HAD BRUISED *
+ bruised
+
+_ HAD LICENSED
+ licensed
+
+_ HAD LICENSED *
+ licensed
+
+_ HAD PRECEDED
+ preceded
+
+_ HAD PRECEDED *
+ preceded
+
+_ HAD SUNK
+ sank
+
+_ HAD SUNK *
+ sank
+
+_ HAD JOINED
+ joined
+
+_ HAD JOINED *
+ joined
+
+_ HAD HIDDEN
+ hid
+
+_ HAD HIDDEN *
+ hid
+
+_ HAD SHADED
+ shaded
+
+_ HAD SHADED *
+ shaded
+
+_ HAD RIDDEN
+ rode
+
+_ HAD RIDDEN *
+ rode
+
+_ HAD DONE
+ did
+
+_ HAD DONE *
+ did
+
+_ HAD INVENTED
+ invented
+
+_ HAD INVENTED *
+ invented
+
+_ HAD SNORED
+ snored
+
+_ HAD SNORED *
+ snored
+
+_ HAD MENDED
+ mended
+
+_ HAD MENDED *
+ mended
+
+_ HAD RELIED
+ relied
+
+_ HAD RELIED *
+ relied
+
+_ HAD BATTED
+ batted
+
+_ HAD BATTED *
+ batted
+
+_ HAD CHEERED
+ cheered
+
+_ HAD CHEERED *
+ cheered
+
+_ HAD ASKED
+ asked
+
+_ HAD ASKED *
+ asked
+
+_ HAD REPLACED
+ replaced
+
+_ HAD REPLACED *
+ replaced
+
+_ HAD SEPARATED
+ separated
+
+_ HAD SEPARATED *
+ separated
+
+_ TIME CONSUMING *
+
+
+_ DID MAKE *
+ made
+
+_ HAS SHAVED
+ shaved
+
+_ HAS SHAVED *
+ shaved
+
+_ HAS EMBARRASSED
+ embarrassed
+
+_ HAS EMBARRASSED *
+ embarrassed
+
+_ HAS COMPETED
+ competed
+
+_ HAS COMPETED *
+ competed
+
+_ HAS RINSED
+ rinsed
+
+_ HAS RINSED *
+ rinsed
+
+_ HAS CHANGED
+ changed
+
+_ HAS CHANGED *
+ changed
+
+_ HAS AGREED
+ agreed
+
+_ HAS AGREED *
+ agreed
+
+_ HAS NESTED
+ nested
+
+_ HAS NESTED *
+ nested
+
+_ HAS SHIVERED
+ shivered
+
+_ HAS SHIVERED *
+ shivered
+
+_ HAS DRAINED
+ drained
+
+_ HAS DRAINED *
+ drained
+
+_ HAS SEWN
+ sewed
+
+_ HAS SEWN *
+ sewed
+
+_ HAS CLOSED
+ closed
+
+_ HAS CLOSED *
+ closed
+
+_ HAS REQUESTED
+ requested
+
+_ HAS REQUESTED *
+ requested
+
+_ HAS EMPLOYED
+ employed
+
+_ HAS EMPLOYED *
+ employed
+
+_ HAS OWED
+ owed
+
+_ HAS OWED *
+ owed
+
+_ HAS SHRUGED
+ shruged
+
+_ HAS SHRUGED *
+ shruged
+
+_ HAS CHEWED
+ chewed
+
+_ HAS CHEWED *
+ chewed
+
+_ HAS LIGHTENED
+ lightened
+
+_ HAS LIGHTENED *
+ lightened
+
+_ HAS CYCLED
+ cycled
+
+_ HAS CYCLED *
+ cycled
+
+_ HAS PRESENTED
+ presented
+
+_ HAS PRESENTED *
+ presented
+
+_ HAS ANALYSED
+ analysed
+
+_ HAS ANALYSED *
+ analysed
+
+_ HAS GUESSED
+ guessed
+
+_ HAS GUESSED *
+ guessed
+
+_ HAS SHUT
+ shut
+
+_ HAS SHUT *
+ shut
+
+_ HAS PAINTED
+ painted
+
+_ HAS PAINTED *
+ painted
+
+_ HAS HEAPED
+ heaped
+
+_ HAS HEAPED *
+ heaped
+
+_ HAS SKIED
+ skied
+
+_ HAS SKIED *
+ skied
+
+_ HAS PECKED
+ pecked
+
+_ HAS PECKED *
+ pecked
+
+_ HAS AVOIDED
+ avoided
+
+_ HAS AVOIDED *
+ avoided
+
+_ HAS DECORATED
+ decorated
+
+_ HAS DECORATED *
+ decorated
+
+_ HAS FANCIED
+ fancied
+
+_ HAS FANCIED *
+ fancied
+
+_ HAS GRIPED
+ griped
+
+_ HAS GRIPED *
+ griped
+
+_ HAS POSTED
+ posted
+
+_ HAS POSTED *
+ posted
+
+_ HAS MINED
+ mined
+
+_ HAS MINED *
+ mined
+
+_ HAS SCRUBED
+ scrubed
+
+_ HAS SCRUBED *
+ scrubed
+
+_ HAS SINED
+ sined
+
+_ HAS SINED *
+ sined
+
+_ HAS RELEASED
+ released
+
+_ HAS RELEASED *
+ released
+
+_ HAS LISTENED
+ listened
+
+_ HAS LISTENED *
+ listened
+
+_ HAS PINED
+ pined
+
+_ HAS PINED *
+ pined
+
+_ HAS PRINTED
+ printed
+
+_ HAS PRINTED *
+ printed
+
+_ HAS OPENED
+ opened
+
+_ HAS OPENED *
+ opened
+
+_ HAS FLOODED
+ flooded
+
+_ HAS FLOODED *
+ flooded
+
+_ HAS MADE
+ made
+
+_ HAS MADE *
+ made
+
+_ HAS SATISFIED
+ satisfied
+
+_ HAS SATISFIED *
+ satisfied
+
+_ HAS PRETENDED
+ pretended
+
+_ HAS PRETENDED *
+ pretended
+
+_ HAS BUBBLED
+ bubbled
+
+_ HAS BUBBLED *
+ bubbled
+
+_ HAS KNELT
+ knelt
+
+_ HAS KNELT *
+ knelt
+
+_ HAS POSSESSED
+ possessed
+
+_ HAS POSSESSED *
+ possessed
+
+_ HAS AFFORDED
+ afforded
+
+_ HAS AFFORDED *
+ afforded
+
+_ HAS ROCKED
+ rocked
+
+_ HAS ROCKED *
+ rocked
+
+_ HAS OFFERED
+ offered
+
+_ HAS OFFERED *
+ offered
+
+_ HAS CURVED
+ curved
+
+_ HAS CURVED *
+ curved
+
+_ HAS CLAPED
+ claped
+
+_ HAS CLAPED *
+ claped
+
+_ HAS LOCKED
+ locked
+
+_ HAS LOCKED *
+ locked
+
+_ HAS SAVED
+ saved
+
+_ HAS SAVED *
+ saved
+
+_ HAS HIT
+ hit
+
+_ HAS HIT *
+ hit
+
+_ HAS SLAPED
+ slaped
+
+_ HAS SLAPED *
+ slaped
+
+_ HAS DISARMED
+ disarmed
+
+_ HAS DISARMED *
+ disarmed
+
+_ HAS CLAIMED
+ claimed
+
+_ HAS CLAIMED *
+ claimed
+
+_ HAS FENCED
+ fenced
+
+_ HAS FENCED *
+ fenced
+
+_ HAS DISLIKED
+ disliked
+
+_ HAS DISLIKED *
+ disliked
+
+_ HAS PROTECTED
+ protected
+
+_ HAS PROTECTED *
+ protected
+
+_ HAS APOLOGISED
+ apologised
+
+_ HAS APOLOGISED *
+ apologised
+
+_ HAS POINTED
+ pointed
+
+_ HAS POINTED *
+ pointed
+
+_ HAS ADDED
+ added
+
+_ HAS ADDED *
+ added
+
+_ HAS HARASSED
+ harassed
+
+_ HAS HARASSED *
+ harassed
+
+_ HAS HUMMED
+ hummed
+
+_ HAS HUMMED *
+ hummed
+
+_ HAS SCARED
+ scared
+
+_ HAS SCARED *
+ scared
+
+_ HAS REPLIED
+ replied
+
+_ HAS REPLIED *
+ replied
+
+_ HAS ENCOURAGED
+ esncouraged
+
+_ HAS ENCOURAGED *
+ esncouraged
+
+_ HAS EXCUSED
+ excused
+
+_ HAS EXCUSED *
+ excused
+
+_ HAS COMPLETED
+ completed
+
+_ HAS COMPLETED *
+ completed
+
+_ HAS MESSED
+ messed
+
+_ HAS MESSED *
+ messed
+
+_ HAS BUILT
+ built
+
+_ HAS BUILT *
+ built
+
+_ HAS BLEACHED
+ bleached
+
+_ HAS BLEACHED *
+ bleached
+
+_ HAS COMMUNICATED
+ communicated
+
+_ HAS COMMUNICATED *
+ communicated
+
+_ HAS MOORED
+ moored
+
+_ HAS MOORED *
+ moored
+
+_ HAS FALLEN
+ fell
+
+_ HAS FALLEN *
+ fell
+
+_ HAS SAWED
+ sawed
+
+_ HAS SAWED *
+ sawed
+
+_ HAS SMOKED
+ smoked
+
+_ HAS SMOKED *
+ smoked
+
+_ HAS SLID
+ slid
+
+_ HAS SLID *
+ slid
+
+_ HAS ADMITTED
+ admitted
+
+_ HAS ADMITTED *
+ admitted
+
+_ HAS SKIPED
+ skiped
+
+_ HAS SKIPED *
+ skiped
+
+_ HAS PHONED
+ phoned
+
+_ HAS PHONED *
+ phoned
+
+_ HAS NUMBERED
+ numbered
+
+_ HAS NUMBERED *
+ numbered
+
+_ HAS LOVED
+ loved
+
+_ HAS LOVED *
+ loved
+
+_ HAS HURT
+ hurt
+
+_ HAS HURT *
+ hurt
+
+_ HAS MOVED
+ moved
+
+_ HAS MOVED *
+ moved
+
+_ HAS SERVED
+ served
+
+_ HAS SERVED *
+ served
+
+_ HAS GROANED
+ groaned
+
+_ HAS GROANED *
+ groaned
+
+_ HAS COPIED
+ copied
+
+_ HAS COPIED *
+ copied
+
+_ HAS HUNTED
+ hunted
+
+_ HAS HUNTED *
+ hunted
+
+_ HAS PREFERED
+ prefered
+
+_ HAS PREFERED *
+ prefered
+
+_ HAS FED
+ fed
+
+_ HAS FED *
+ fed
+
+_ HAS HOPED
+ hoped
+
+_ HAS HOPED *
+ hoped
+
+_ HAS CONSISTED
+ consisted
+
+_ HAS CONSISTED *
+ consisted
+
+_ HAS COME
+ came
+
+_ HAS COME *
+ came
+
+_ HAS POPED
+ poped
+
+_ HAS POPED *
+ poped
+
+_ HAS PEDALED
+ pedaled
+
+_ HAS PEDALED *
+ pedaled
+
+_ HAS EXTENDED
+ extended
+
+_ HAS EXTENDED *
+ extended
+
+_ HAS SIGHED
+ sighed
+
+_ HAS SIGHED *
+ sighed
+
+_ HAS CURLED
+ curled
+
+_ HAS CURLED *
+ curled
+
+_ HAS IRRITATED
+ irritated
+
+_ HAS IRRITATED *
+ irritated
+
+_ HAS FORMED
+ formed
+
+_ HAS FORMED *
+ formed
+
+_ HAS PEEPED
+ peeped
+
+_ HAS PEEPED *
+ peeped
+
+_ HAS KNITED
+ knited
+
+_ HAS KNITED *
+ knited
+
+_ HAS CHEATED
+ cheated
+
+_ HAS CHEATED *
+ cheated
+
+_ HAS MANAGED
+ managed
+
+_ HAS MANAGED *
+ managed
+
+_ HAS PAID
+ paid
+
+_ HAS PAID *
+ paid
+
+_ HAS COMPLAINED
+ complained
+
+_ HAS COMPLAINED *
+ complained
+
+_ HAS ESCAPED
+ escaped
+
+_ HAS ESCAPED *
+ escaped
+
+_ HAS EATEN
+ ate
+
+_ HAS EATEN *
+ ate
+
+_ HAS BANGED
+ banged
+
+_ HAS BANGED *
+ banged
+
+_ HAS FIRED
+ fired
+
+_ HAS FIRED *
+ fired
+
+_ HAS SAT
+ sat
+
+_ HAS SAT *
+ sat
+
+_ HAS BOILED
+ boiled
+
+_ HAS BOILED *
+ boiled
+
+_ HAS CALLED
+ called
+
+_ HAS CALLED *
+ called
+
+_ HAS HANGED
+ hanged
+
+_ HAS HANGED *
+ hanged
+
+_ HAS COILED
+ coiled
+
+_ HAS COILED *
+ coiled
+
+_ HAS CONNECTED
+ connected
+
+_ HAS CONNECTED *
+ connected
+
+_ HAS BOWED
+ bowed
+
+_ HAS BOWED *
+ bowed
+
+_ HAS REMINDED
+ reminded
+
+_ HAS REMINDED *
+ reminded
+
+_ HAS MOURNED
+ mourned
+
+_ HAS MOURNED *
+ mourned
+
+_ HAS FOLLOWED
+ followed
+
+_ HAS FOLLOWED *
+ followed
+
+_ HAS CAUGHT
+ caught
+
+_ HAS CAUGHT *
+ caught
+
+_ HAS MET
+ met
+
+_ HAS MET *
+ met
+
+_ HAS PUNCTURED
+ punctured
+
+_ HAS PUNCTURED *
+ punctured
+
+_ HAS CALCULATED
+ calculated
+
+_ HAS CALCULATED *
+ calculated
+
+_ HAS PRACTISED
+ practised
+
+_ HAS PRACTISED *
+ practised
+
+_ HAS BATTLED
+ battled
+
+_ HAS BATTLED *
+ battled
+
+_ HAS GUARDED
+ guarded
+
+_ HAS GUARDED *
+ guarded
+
+_ HAS BLUSHED
+ blushed
+
+_ HAS BLUSHED *
+ blushed
+
+_ HAS DELAIED
+ delaied
+
+_ HAS DELAIED *
+ delaied
+
+_ HAS FILMED
+ filmed
+
+_ HAS FILMED *
+ filmed
+
+_ HAS GAZED
+ gazed
+
+_ HAS GAZED *
+ gazed
+
+_ HAS OFFENDED
+ offended
+
+_ HAS OFFENDED *
+ offended
+
+_ HAS HELPED
+ helped
+
+_ HAS HELPED *
+ helped
+
+_ HAS GROWN
+ grew
+
+_ HAS GROWN *
+ grew
+
+_ HAS EXPLAINED
+ explained
+
+_ HAS EXPLAINED *
+ explained
+
+_ HAS IDENTIFIED
+ identified
+
+_ HAS IDENTIFIED *
+ identified
+
+_ HAS CONCENTRATED
+ concentrated
+
+_ HAS CONCENTRATED *
+ concentrated
+
+_ HAS APPROVED
+ approved
+
+_ HAS APPROVED *
+ approved
+
+_ HAS FROZEN
+ froze
+
+_ HAS FROZEN *
+ froze
+
+_ HAS SUNG
+ sang
+
+_ HAS SUNG *
+ sang
+
+_ HAS DUG
+ dug
+
+_ HAS DUG *
+ dug
+
+_ HAS INFORMED
+ informed
+
+_ HAS INFORMED *
+ informed
+
+_ HAS REALISED
+ realised
+
+_ HAS REALISED *
+ realised
+
+_ HAS COMPARED
+ compared
+
+_ HAS COMPARED *
+ compared
+
+_ HAS DOUBTED
+ doubted
+
+_ HAS DOUBTED *
+ doubted
+
+_ HAS CONTAINED
+ contained
+
+_ HAS CONTAINED *
+ contained
+
+_ HAS JOGED
+ joged
+
+_ HAS JOGED *
+ joged
+
+_ HAS OVERFLOWED
+ overflowed
+
+_ HAS OVERFLOWED *
+ overflowed
+
+_ HAS SHOT
+ shot
+
+_ HAS SHOT *
+ shot
+
+_ HAS PUSHED
+ pushed
+
+_ HAS PUSHED *
+ pushed
+
+_ HAS DEVELOPED
+ developed
+
+_ HAS DEVELOPED *
+ developed
+
+_ HAS RUSHED
+ rushed
+
+_ HAS RUSHED *
+ rushed
+
+_ HAS FRIGHTENED
+ frightened
+
+_ HAS FRIGHTENED *
+ frightened
+
+_ HAS SEEN
+ saw
+
+_ HAS SEEN *
+ saw
+
+_ HAS GRINED
+ grined
+
+_ HAS GRINED *
+ grined
+
+_ HAS SOLD
+ sold
+
+_ HAS SOLD *
+ sold
+
+_ HAS SHONE
+ shone
+
+_ HAS SHONE *
+ shone
+
+_ HAS FADED
+ faded
+
+_ HAS FADED *
+ faded
+
+_ HAS RESCUED
+ rescued
+
+_ HAS RESCUED *
+ rescued
+
+_ HAS EDUCATED
+ educated
+
+_ HAS EDUCATED *
+ educated
+
+_ HAS BURST
+ burst
+
+_ HAS BURST *
+ burst
+
+_ HAS FORCED
+ forced
+
+_ HAS FORCED *
+ forced
+
+_ HAS ANNOUNCED
+ announced
+
+_ HAS ANNOUNCED *
+ announced
+
+_ HAS RELAXED
+ relaxed
+
+_ HAS RELAXED *
+ relaxed
+
+_ HAS EXPECTED
+ expected
+
+_ HAS EXPECTED *
+ expected
+
+_ HAS FITED
+ fited
+
+_ HAS FITED *
+ fited
+
+_ HAS EXAMINED
+ examined
+
+_ HAS EXAMINED *
+ examined
+
+_ HAS INFLUENCED
+ influenced
+
+_ HAS INFLUENCED *
+ influenced
+
+_ HAS DESTROIED
+ destroied
+
+_ HAS DESTROIED *
+ destroied
+
+_ HAS MEANT
+ meant
+
+_ HAS MEANT *
+ meant
+
+_ HAS SCREAMED
+ screamed
+
+_ HAS SCREAMED *
+ screamed
+
+_ HAS MOANED
+ moaned
+
+_ HAS MOANED *
+ moaned
+
+_ HAS JUGGLED
+ juggled
+
+_ HAS JUGGLED *
+ juggled
+
+_ HAS RULED
+ ruled
+
+_ HAS RULED *
+ ruled
+
+_ HAS RECOGNISED
+ recognised
+
+_ HAS RECOGNISED *
+ recognised
+
+_ HAS BAKED
+ baked
+
+_ HAS BAKED *
+ baked
+
+_ HAS PLANED
+ planed
+
+_ HAS PLANED *
+ planed
+
+_ HAS KEPT
+ kept
+
+_ HAS KEPT *
+ kept
+
+_ HAS DETECTED
+ detected
+
+_ HAS DETECTED *
+ detected
+
+_ HAS ARRIVED
+ arrived
+
+_ HAS ARRIVED *
+ arrived
+
+_ HAS DISAPPROVED
+ disapproved
+
+_ HAS DISAPPROVED *
+ disapproved
+
+_ HAS DRAWN
+ drew
+
+_ HAS DRAWN *
+ drew
+
+_ HAS CUT
+ cut
+
+_ HAS CUT *
+ cut
+
+_ HAS BATHED
+ bathed
+
+_ HAS BATHED *
+ bathed
+
+_ HAS MARCHED
+ marched
+
+_ HAS MARCHED *
+ marched
+
+_ HAS COACHED
+ coached
+
+_ HAS COACHED *
+ coached
+
+_ HAS LED
+ led
+
+_ HAS LED *
+ led
+
+_ HAS DROPPED
+ dropped
+
+_ HAS DROPPED *
+ dropped
+
+_ HAS BLINKED
+ blinked
+
+_ HAS BLINKED *
+ blinked
+
+_ HAS BUZZED
+ buzzed
+
+_ HAS BUZZED *
+ buzzed
+
+_ HAS PROGRAMED
+ programed
+
+_ HAS PROGRAMED *
+ programed
+
+_ HAS COLLECTED
+ collected
+
+_ HAS COLLECTED *
+ collected
+
+_ HAS SCRIBBLED
+ scribbled
+
+_ HAS SCRIBBLED *
+ scribbled
+
+_ HAS SNIFFED
+ sniffed
+
+_ HAS SNIFFED *
+ sniffed
+
+_ HAS FLOWN
+ flew
+
+_ HAS FLOWN *
+ flew
+
+_ HAS KILLED
+ killed
+
+_ HAS KILLED *
+ killed
+
+_ HAS PRODUCED
+ produced
+
+_ HAS PRODUCED *
+ produced
+
+_ HAS MEMORISED
+ memorised
+
+_ HAS MEMORISED *
+ memorised
+
+_ HAS FILLED
+ filled
+
+_ HAS FILLED *
+ filled
+
+_ HAS CHASED
+ chased
+
+_ HAS CHASED *
+ chased
+
+_ HAS BLOWN
+ blew
+
+_ HAS BLOWN *
+ blew
+
+_ HAS REFLECTED
+ reflected
+
+_ HAS REFLECTED *
+ reflected
+
+_ HAS OBJECTED
+ objected
+
+_ HAS OBJECTED *
+ objected
+
+_ HAS SCOLDED
+ scolded
+
+_ HAS SCOLDED *
+ scolded
+
+_ HAS DRAGED
+ draged
+
+_ HAS DRAGED *
+ draged
+
+_ HAS NODED
+ noded
+
+_ HAS NODED *
+ noded
+
+_ HAS LET
+ let
+
+_ HAS LET *
+ let
+
+_ HAS REPORTED
+ reported
+
+_ HAS REPORTED *
+ reported
+
+_ HAS HEADED
+ headed
+
+_ HAS HEADED *
+ headed
+
+_ HAS RETURNED
+ returned
+
+_ HAS RETURNED *
+ returned
+
+_ HAS POURED
+ poured
+
+_ HAS POURED *
+ poured
+
+_ HAS SIGNALED
+ signaled
+
+_ HAS SIGNALED *
+ signaled
+
+_ HAS BEAMED
+ beamed
+
+_ HAS BEAMED *
+ beamed
+
+_ HAS SET
+ set
+
+_ HAS SET *
+ set
+
+_ HAS DAMAGED
+ damaged
+
+_ HAS DAMAGED *
+ damaged
+
+_ HAS INTERFERED
+ interfered
+
+_ HAS INTERFERED *
+ interfered
+
+_ HAS SLIPPED
+ slipped
+
+_ HAS SLIPPED *
+ slipped
+
+_ HAS GUARANTEED
+ guaranteed
+
+_ HAS GUARANTEED *
+ guaranteed
+
+_ HAS INTERESTED
+ interested
+
+_ HAS INTERESTED *
+ interested
+
+_ HAS PRAYED
+ prayed
+
+_ HAS PRAYED *
+ prayed
+
+_ HAS RUNG
+ rang
+
+_ HAS RUNG *
+ rang
+
+_ HAS PERMITED
+ permited
+
+_ HAS PERMITED *
+ permited
+
+_ HAS COUGHED
+ coughed
+
+_ HAS COUGHED *
+ coughed
+
+_ HAS REPEATED
+ repeated
+
+_ HAS REPEATED *
+ repeated
+
+_ HAS COLOURED
+ coloured
+
+_ HAS COLOURED *
+ coloured
+
+_ HAS JOKED
+ joked
+
+_ HAS JOKED *
+ joked
+
+_ HAS CAMPED
+ camped
+
+_ HAS CAMPED *
+ camped
+
+_ HAS PRICKED
+ pricked
+
+_ HAS PRICKED *
+ pricked
+
+_ HAS ARGUED
+ argued
+
+_ HAS ARGUED *
+ argued
+
+_ HAS CLIPPED
+ clipped
+
+_ HAS CLIPPED *
+ clipped
+
+_ HAS ARRANGED
+ arranged
+
+_ HAS ARRANGED *
+ arranged
+
+_ HAS BRUSHED
+ brushed
+
+_ HAS BRUSHED *
+ brushed
+
+_ HAS CRUSHED
+ crushed
+
+_ HAS CRUSHED *
+ crushed
+
+_ HAS HOPPED
+ hopped
+
+_ HAS HOPPED *
+ hopped
+
+_ HAS LOADED
+ loaded
+
+_ HAS LOADED *
+ loaded
+
+_ HAS POKED
+ poked
+
+_ HAS POKED *
+ poked
+
+_ HAS MANED
+ maned
+
+_ HAS MANED *
+ maned
+
+_ HAS FASTENED
+ fastened
+
+_ HAS FASTENED *
+ fastened
+
+_ HAS CONTINUED
+ continued
+
+_ HAS CONTINUED *
+ continued
+
+_ HAS MATCHED
+ matched
+
+_ HAS MATCHED *
+ matched
+
+_ HAS SCATTERED
+ scattered
+
+_ HAS SCATTERED *
+ scattered
+
+_ HAS BROUGHT
+ brought
+
+_ HAS BROUGHT *
+ brought
+
+_ HAS HAMMERED
+ hammered
+
+_ HAS HAMMERED *
+ hammered
+
+_ HAS RUN
+ ran
+
+_ HAS RUN *
+ ran
+
+_ HAS BANNED
+ banned
+
+_ HAS BANNED *
+ banned
+
+_ HAS SETTLED
+ settled
+
+_ HAS SETTLED *
+ settled
+
+_ HAS MIXED
+ mixed
+
+_ HAS MIXED *
+ mixed
+
+_ HAS FIXED
+ fixed
+
+_ HAS FIXED *
+ fixed
+
+_ HAS BOMBED
+ bombed
+
+_ HAS BOMBED *
+ bombed
+
+_ HAS COMBED
+ combed
+
+_ HAS COMBED *
+ combed
+
+_ HAS ALLOWED
+ allowed
+
+_ HAS ALLOWED *
+ allowed
+
+_ HAS BREATHED
+ breathed
+
+_ HAS BREATHED *
+ breathed
+
+_ HAS IMPROVED
+ improved
+
+_ HAS IMPROVED *
+ improved
+
+_ HAS LENT
+ lent
+
+_ HAS LENT *
+ lent
+
+_ HAS MILKED
+ milked
+
+_ HAS MILKED *
+ milked
+
+_ HAS SMILED
+ smiled
+
+_ HAS SMILED *
+ smiled
+
+_ HAS DECEIVED
+ deceived
+
+_ HAS DECEIVED *
+ deceived
+
+_ HAS ITCHED
+ itched
+
+_ HAS ITCHED *
+ itched
+
+_ HAS SNOWED
+ snowed
+
+_ HAS SNOWED *
+ snowed
+
+_ HAS SHARED
+ shared
+
+_ HAS SHARED *
+ shared
+
+_ HAS SENT
+ sent
+
+_ HAS SENT *
+ sent
+
+_ HAS SEARCHED
+ searched
+
+_ HAS SEARCHED *
+ searched
+
+_ HAS RECEIVED
+ received
+
+_ HAS RECEIVED *
+ received
+
+_ HAS JUDGED
+ judged
+
+_ HAS JUDGED *
+ judged
+
+_ HAS BLOTTED
+ blotted
+
+_ HAS BLOTTED *
+ blotted
+
+_ HAS SCORCHED
+ scorched
+
+_ HAS SCORCHED *
+ scorched
+
+_ HAS MULTIPLIED
+ multiplied
+
+_ HAS MULTIPLIED *
+ multiplied
+
+_ HAS PLEASED
+ pleased
+
+_ HAS PLEASED *
+ pleased
+
+_ HAS EXPANDED
+ expanded
+
+_ HAS EXPANDED *
+ expanded
+
+_ HAS CHOKED
+ choked
+
+_ HAS CHOKED *
+ choked
+
+_ HAS BOUNCED
+ bounced
+
+_ HAS BOUNCED *
+ bounced
+
+_ HAS HEALED
+ healed
+
+_ HAS HEALED *
+ healed
+
+_ HAS RAINED
+ rained
+
+_ HAS RAINED *
+ rained
+
+_ HAS PRESSED
+ pressed
+
+_ HAS PRESSED *
+ pressed
+
+_ HAS PUT
+ put
+
+_ HAS PUT *
+ put
+
+_ HAS DECAIED
+ decaied
+
+_ HAS DECAIED *
+ decaied
+
+_ HAS GREASED
+ greased
+
+_ HAS GREASED *
+ greased
+
+_ HAS SPARED *
+ spared
+
+_ HAS SEALED
+ sealed
+
+_ HAS SEALED *
+ sealed
+
+_ HAS AMUSED
+ amused
+
+_ HAS AMUSED *
+ amused
+
+_ HAS BEATEN
+ beat
+
+_ HAS BEATEN *
+ beat
+
+_ HAS DECIDED
+ decided
+
+_ HAS DECIDED *
+ decided
+
+_ HAS OCCURED
+ occured
+
+_ HAS OCCURED *
+ occured
+
+_ HAS COMMANDED
+ commanded
+
+_ HAS COMMANDED *
+ commanded
+
+_ HAS LOST
+ lost
+
+_ HAS LOST *
+ lost
+
+_ HAS CONFUSED
+ confused
+
+_ HAS CONFUSED *
+ confused
+
+_ HAS KNEELED
+ kneeled
+
+_ HAS KNEELED *
+ kneeled
+
+_ HAS GREETED
+ greeted
+
+_ HAS GREETED *
+ greeted
+
+_ HAS REPAIRED
+ repaired
+
+_ HAS REPAIRED *
+ repaired
+
+_ HAS BURIED
+ buried
+
+_ HAS BURIED *
+ buried
+
+_ HAS CONCERNED
+ concerned
+
+_ HAS CONCERNED *
+ concerned
+
+_ HAS FORGIVEN
+ forgave
+
+_ HAS FORGIVEN *
+ forgave
+
+_ HAS BROADCAST
+ broadcast
+
+_ HAS BROADCAST *
+ broadcast
+
+_ HAS DRESSED
+ dressed
+
+_ HAS DRESSED *
+ dressed
+
+_ HAS PLACED
+ placed
+
+_ HAS PLACED *
+ placed
+
+_ HAS MATTERED
+ mattered
+
+_ HAS MATTERED *
+ mattered
+
+_ HAS OWNED
+ owned
+
+_ HAS OWNED *
+ owned
+
+_ HAS SIGNED
+ signed
+
+_ HAS SIGNED *
+ signed
+
+_ HAS INTENDED
+ intended
+
+_ HAS INTENDED *
+ intended
+
+_ HAS DEALT
+ dealt
+
+_ HAS DEALT *
+ dealt
+
+_ HAS NOTICED
+ noticed
+
+_ HAS NOTICED *
+ noticed
+
+_ HAS HANDED
+ handed
+
+_ HAS HANDED *
+ handed
+
+_ HAS BLESSED
+ blessed
+
+_ HAS BLESSED *
+ blessed
+
+_ HAS LIT
+ lit
+
+_ HAS LIT *
+ lit
+
+_ HAS KNOWN
+ knew
+
+_ HAS KNOWN *
+ knew
+
+_ HAS MUGED
+ muged
+
+_ HAS MUGED *
+ muged
+
+_ HAS LANDED
+ landed
+
+_ HAS LANDED *
+ landed
+
+_ HAS HUGED
+ huged
+
+_ HAS HUGED *
+ huged
+
+_ HAS BARED
+ bared
+
+_ HAS BARED *
+ bared
+
+_ HAS CARED
+ cared
+
+_ HAS CARED *
+ cared
+
+_ HAS DARED
+ dared
+
+_ HAS DARED *
+ dared
+
+_ HAS LAIN
+ lay
+
+_ HAS LAIN *
+ lay
+
+_ HAS FOUND
+ found
+
+_ HAS FOUND *
+ found
+
+_ HAS MARRIED
+ married
+
+_ HAS MARRIED *
+ married
+
+_ HAS INJURED
+ injured
+
+_ HAS INJURED *
+ injured
+
+_ HAS PASTED
+ pasted
+
+_ HAS PASTED *
+ pasted
+
+_ HAS ALERTED
+ alerted
+
+_ HAS ALERTED *
+ alerted
+
+_ HAS LASTED
+ lasted
+
+_ HAS LASTED *
+ lasted
+
+_ HAS LEVELED
+ leveled
+
+_ HAS LEVELED *
+ leveled
+
+_ HAS FLOATED
+ floated
+
+_ HAS FLOATED *
+ floated
+
+_ HAS EXCITED
+ excited
+
+_ HAS EXCITED *
+ excited
+
+_ HAS BALANCED
+ balanced
+
+_ HAS BALANCED *
+ balanced
+
+_ HAS MUDDLED
+ muddled
+
+_ HAS MUDDLED *
+ muddled
+
+_ HAS CHECKED
+ checked
+
+_ HAS CHECKED *
+ checked
+
+_ HAS CHOPPED
+ chopped
+
+_ HAS CHOPPED *
+ chopped
+
+_ HAS RISEN
+ rose
+
+_ HAS RISEN *
+ rose
+
+_ HAS DESERTED
+ deserted
+
+_ HAS DESERTED *
+ deserted
+
+_ HAS READ
+ read
+
+_ HAS READ *
+ read
+
+_ HAS QUEUED
+ queued
+
+_ HAS QUEUED *
+ queued
+
+_ HAS EARNED
+ earned
+
+_ HAS EARNED *
+ earned
+
+_ HAS BACKED
+ backed
+
+_ HAS BACKED *
+ backed
+
+_ HAS PREPARED
+ prepared
+
+_ HAS PREPARED *
+ prepared
+
+_ HAS REJOICED
+ rejoiced
+
+_ HAS REJOICED *
+ rejoiced
+
+_ HAS CARRIED
+ carried
+
+_ HAS CARRIED *
+ carried
+
+_ HAS INSTRUCTED
+ instructed
+
+_ HAS INSTRUCTED *
+ instructed
+
+_ HAS PACKED
+ packed
+
+_ HAS PACKED *
+ packed
+
+_ HAS PLUGED
+ pluged
+
+_ HAS PLUGED *
+ pluged
+
+_ HAS SACKED
+ sacked
+
+_ HAS SACKED *
+ sacked
+
+_ HAS CHARGED
+ charged
+
+_ HAS CHARGED *
+ charged
+
+_ HAS OBEIED
+ obeied
+
+_ HAS OBEIED *
+ obeied
+
+_ HAS FORGOTTEN
+ forgot
+
+_ HAS FORGOTTEN *
+ forgot
+
+_ HAS FOLDED
+ folded
+
+_ HAS FOLDED *
+ folded
+
+_ HAS SHAKEN
+ shook
+
+_ HAS SHAKEN *
+ shook
+
+_ HAS HELD
+ held
+
+_ HAS HELD *
+ held
+
+_ HAS PINCHED
+ pinched
+
+_ HAS PINCHED *
+ pinched
+
+_ HAS APPLAUDED
+ applauded
+
+_ HAS APPLAUDED *
+ applauded
+
+_ HAS BITTEN
+ bit
+
+_ HAS BITTEN *
+ bit
+
+_ HAS BLINDED
+ blinded
+
+_ HAS BLINDED *
+ blinded
+
+_ HAS KNOCKED
+ knocked
+
+_ HAS KNOCKED *
+ knocked
+
+_ HAS FLOWED
+ flowed
+
+_ HAS FLOWED *
+ flowed
+
+_ HAS GLOWED
+ glowed
+
+_ HAS GLOWED *
+ glowed
+
+_ HAS CRAWLED
+ crawled
+
+_ HAS CRAWLED *
+ crawled
+
+_ HAS SCRAPED
+ scraped
+
+_ HAS SCRAPED *
+ scraped
+
+_ HAS SLOWED
+ slowed
+
+_ HAS SLOWED *
+ slowed
+
+_ HAS BEGED
+ beged
+
+_ HAS BEGED *
+ beged
+
+_ HAS BEGUN
+ began
+
+_ HAS BEGUN *
+ began
+
+_ HAS PULLED
+ pulled
+
+_ HAS PULLED *
+ pulled
+
+_ HAS HEATED
+ heated
+
+_ HAS HEATED *
+ heated
+
+_ HAS FILED
+ filed
+
+_ HAS FILED *
+ filed
+
+_ HAS LAUGHED
+ laughed
+
+_ HAS LAUGHED *
+ laughed
+
+_ HAS HURRIED
+ hurried
+
+_ HAS HURRIED *
+ hurried
+
+_ HAS SMELLED
+ smelled
+
+_ HAS SMELLED *
+ smelled
+
+_ HAS BORED
+ bored
+
+_ HAS BORED *
+ bored
+
+_ HAS FLOWERED
+ flowered
+
+_ HAS FLOWERED *
+ flowered
+
+_ HAS OBSERVED
+ observed
+
+_ HAS OBSERVED *
+ observed
+
+_ HAS PUNCHED
+ punched
+
+_ HAS PUNCHED *
+ punched
+
+_ HAS PADDLED
+ paddled
+
+_ HAS PADDLED *
+ paddled
+
+_ HAS INJECTED
+ injected
+
+_ HAS INJECTED *
+ injected
+
+_ HAS CLEARED
+ cleared
+
+_ HAS CLEARED *
+ cleared
+
+_ HAS ATTEMPTED
+ attempted
+
+_ HAS ATTEMPTED *
+ attempted
+
+_ HAS ENJOYED
+ enjoyed
+
+_ HAS ENJOYED *
+ enjoyed
+
+_ HAS PEELED
+ peeled
+
+_ HAS PEELED *
+ peeled
+
+_ HAS ATTACHED
+ attached
+
+_ HAS ATTACHED *
+ attached
+
+_ HAS INVITED
+ invited
+
+_ HAS INVITED *
+ invited
+
+_ HAS PREACHED
+ preached
+
+_ HAS PREACHED *
+ preached
+
+_ HAS DESERVED
+ deserved
+
+_ HAS DESERVED *
+ deserved
+
+_ HAS SOAKED
+ soaked
+
+_ HAS SOAKED *
+ soaked
+
+_ HAS FETCHED
+ fetched
+
+_ HAS FETCHED *
+ fetched
+
+_ HAS MATED
+ mated
+
+_ HAS MATED *
+ mated
+
+_ HAS FACED
+ faced
+
+_ HAS FACED *
+ faced
+
+_ HAS HATED
+ hated
+
+_ HAS HATED *
+ hated
+
+_ HAS DANCED
+ danced
+
+_ HAS DANCED *
+ danced
+
+_ HAS RACED
+ raced
+
+_ HAS RACED *
+ raced
+
+_ HAS CONSIDERED
+ considered
+
+_ HAS CONSIDERED *
+ considered
+
+_ HAS LIED
+ lied
+
+_ HAS LIED *
+ lied
+
+_ HAS RHYMED
+ rhymed
+
+_ HAS RHYMED *
+ rhymed
+
+_ HAS FORBIDDEN
+ forbade
+
+_ HAS FORBIDDEN *
+ forbade
+
+_ HAS PATED
+ pated
+
+_ HAS PATED *
+ pated
+
+_ HAS CRIED
+ cried
+
+_ HAS CRIED *
+ cried
+
+_ HAS DRIED
+ dried
+
+_ HAS DRIED *
+ dried
+
+_ HAS ATTACKED
+ attacked
+
+_ HAS ATTACKED *
+ attacked
+
+_ HAS CROSSED
+ crossed
+
+_ HAS CROSSED *
+ crossed
+
+_ HAS PERFORMED
+ performed
+
+_ HAS PERFORMED *
+ performed
+
+_ HAS FRIED
+ fried
+
+_ HAS FRIED *
+ fried
+
+_ HAS INCREASED
+ increased
+
+_ HAS INCREASED *
+ increased
+
+_ HAS RADIATED
+ radiated
+
+_ HAS RADIATED *
+ radiated
+
+_ HAS EXERCISED
+ exercised
+
+_ HAS EXERCISED *
+ exercised
+
+_ HAS REGRETED
+ regreted
+
+_ HAS REGRETED *
+ regreted
+
+_ HAS PASSED
+ passed
+
+_ HAS PASSED *
+ passed
+
+_ HAS ROBED
+ robed
+
+_ HAS ROBED *
+ robed
+
+_ HAS SHOCKED
+ shocked
+
+_ HAS SHOCKED *
+ shocked
+
+_ HAS BEHAVED
+ behaved
+
+_ HAS BEHAVED *
+ behaved
+
+_ HAS REJECTED
+ rejected
+
+_ HAS REJECTED *
+ rejected
+
+_ HAS RISKED
+ risked
+
+_ HAS RISKED *
+ risked
+
+_ HAS BECOME
+ became
+
+_ HAS BECOME *
+ became
+
+_ HAS ENTERED
+ entered
+
+_ HAS ENTERED *
+ entered
+
+_ HAS ENDED
+ ended
+
+_ HAS ENDED *
+ ended
+
+_ HAS REFUSED
+ refused
+
+_ HAS REFUSED *
+ refused
+
+_ HAS HARMED
+ harmed
+
+_ HAS HARMED *
+ harmed
+
+_ HAS BELONGED
+ belonged
+
+_ HAS BELONGED *
+ belonged
+
+_ HAS GIVEN
+ gave
+
+_ HAS GIVEN *
+ gave
+
+_ HAS SNEEZED
+ sneezed
+
+_ HAS SNEEZED *
+ sneezed
+
+_ HAS CHALLENGED
+ challenged
+
+_ HAS CHALLENGED *
+ challenged
+
+_ HAS DELIGHTED
+ delighted
+
+_ HAS DELIGHTED *
+ delighted
+
+_ HAS DRIVEN
+ drove
+
+_ HAS DRIVEN *
+ drove
+
+_ HAS LISTED
+ listed
+
+_ HAS LISTED *
+ listed
+
+_ HAS FLAPPED
+ flapped
+
+_ HAS FLAPPED *
+ flapped
+
+_ HAS CARVED
+ carved
+
+_ HAS CARVED *
+ carved
+
+_ HAS FOUNDED
+ founded
+
+_ HAS FOUNDED *
+ founded
+
+_ HAS MEASURED
+ measured
+
+_ HAS MEASURED *
+ measured
+
+_ HAS EXISTED
+ existed
+
+_ HAS EXISTED *
+ existed
+
+_ HAS APPRECIATED
+ appreciated
+
+_ HAS APPRECIATED *
+ appreciated
+
+_ HAS ANNOIED
+ annoied
+
+_ HAS ANNOIED *
+ annoied
+
+_ HAS GOT
+ got
+
+_ HAS GOT *
+ got
+
+_ HAS EMPTIED
+ emptied
+
+_ HAS EMPTIED *
+ emptied
+
+_ HAS FRAMED
+ framed
+
+_ HAS FRAMED *
+ framed
+
+_ HAS SCREWED
+ screwed
+
+_ HAS SCREWED *
+ screwed
+
+_ HAS PRESERVED
+ preserved
+
+_ HAS PRESERVED *
+ preserved
+
+_ HAS JAILED
+ jailed
+
+_ HAS JAILED *
+ jailed
+
+_ HAS NEDED
+ neded
+
+_ HAS NEDED *
+ neded
+
+_ HAS FAILED
+ failed
+
+_ HAS FAILED *
+ failed
+
+_ HAS SHRUNK
+ shrank
+
+_ HAS SHRUNK *
+ shrank
+
+_ HAS REDUCED
+ reduced
+
+_ HAS REDUCED *
+ reduced
+
+_ HAS SAILED
+ sailed
+
+_ HAS SAILED *
+ sailed
+
+_ HAS NAILED
+ nailed
+
+_ HAS NAILED *
+ nailed
+
+_ HAS LONGED
+ longed
+
+_ HAS LONGED *
+ longed
+
+_ HAS KICKED
+ kicked
+
+_ HAS KICKED *
+ kicked
+
+_ HAS ROLLED
+ rolled
+
+_ HAS ROLLED *
+ rolled
+
+_ HAS PICKED
+ picked
+
+_ HAS PICKED *
+ picked
+
+_ HAS PREVENTED
+ prevented
+
+_ HAS PREVENTED *
+ prevented
+
+_ HAS LICKED
+ licked
+
+_ HAS LICKED *
+ licked
+
+_ HAS HAD
+ had
+
+_ HAS HAD *
+ had
+
+_ HAS MURDERED
+ murdered
+
+_ HAS MURDERED *
+ murdered
+
+_ HAS POLISHED
+ polished
+
+_ HAS POLISHED *
+ polished
+
+_ HAS ROTED
+ roted
+
+_ HAS ROTED *
+ roted
+
+_ HAS FLASHED
+ flashed
+
+_ HAS FLASHED *
+ flashed
+
+_ HAS NOTED
+ noted
+
+_ HAS NOTED *
+ noted
+
+_ HAS ATTRACTED
+ attracted
+
+_ HAS ATTRACTED *
+ attracted
+
+_ HAS DEPENDED
+ depended
+
+_ HAS DEPENDED *
+ depended
+
+_ HAS LAUNCHED
+ launched
+
+_ HAS LAUNCHED *
+ launched
+
+_ HAS ARRESTED
+ arrested
+
+_ HAS ARRESTED *
+ arrested
+
+_ HAS LIVED
+ lived
+
+_ HAS LIVED *
+ lived
+
+_ HAS DRIPPED
+ dripped
+
+_ HAS DRIPPED *
+ dripped
+
+_ HAS SOOTHED
+ soothed
+
+_ HAS SOOTHED *
+ soothed
+
+_ HAS CRACKED
+ cracked
+
+_ HAS CRACKED *
+ cracked
+
+_ HAS COVERED
+ covered
+
+_ HAS COVERED *
+ covered
+
+_ HAS HOVERED
+ hovered
+
+_ HAS HOVERED *
+ hovered
+
+_ HAS INTRODUCED
+ introduced
+
+_ HAS INTRODUCED *
+ introduced
+
+_ HAS HANDLED
+ handled
+
+_ HAS HANDLED *
+ handled
+
+_ HAS PUNISHED
+ punished
+
+_ HAS PUNISHED *
+ punished
+
+_ HAS CAUSED
+ caused
+
+_ HAS CAUSED *
+ caused
+
+_ HAS SIPED
+ siped
+
+_ HAS SIPED *
+ siped
+
+_ HAS SCRATCHED
+ scratched
+
+_ HAS SCRATCHED *
+ scratched
+
+_ HAS ATTENDED
+ attended
+
+_ HAS ATTENDED *
+ attended
+
+_ HAS INCLUDED
+ included
+
+_ HAS INCLUDED *
+ included
+
+_ HAS LAID
+ laid
+
+_ HAS LAID *
+ laid
+
+_ HAS PAUSED
+ paused
+
+_ HAS PAUSED *
+ paused
+
+_ HAS DROWNED
+ drowned
+
+_ HAS DROWNED *
+ drowned
+
+_ HAS CLEANED
+ cleaned
+
+_ HAS CLEANED *
+ cleaned
+
+_ HAS BET
+ bet
+
+_ HAS BET *
+ bet
+
+_ HAS DAMED
+ damed
+
+_ HAS DAMED *
+ damed
+
+_ HAS ADVISED
+ advised
+
+_ HAS ADVISED *
+ advised
+
+_ HAS JAMED
+ jamed
+
+_ HAS JAMED *
+ jamed
+
+_ HAS DESCRIBED
+ described
+
+_ HAS DESCRIBED *
+ described
+
+_ HAS COST
+ cost
+
+_ HAS COST *
+ cost
+
+_ HAS SAID
+ said
+
+_ HAS SAID *
+ said
+
+_ HAS NAMED
+ named
+
+_ HAS NAMED *
+ named
+
+_ HAS KNOTED
+ knoted
+
+_ HAS KNOTED *
+ knoted
+
+_ HAS DISAGREED
+ disagreed
+
+_ HAS DISAGREED *
+ disagreed
+
+_ HAS FAXED
+ faxed
+
+_ HAS FAXED *
+ faxed
+
+_ HAS DREAMED
+ dreamed
+
+_ HAS DREAMED *
+ dreamed
+
+_ HAS ENTERTAINED
+ entertained
+
+_ HAS ENTERTAINED *
+ entertained
+
+_ HAS REACHED
+ reached
+
+_ HAS REACHED *
+ reached
+
+_ HAS ADMIRED
+ admired
+
+_ HAS ADMIRED *
+ admired
+
+_ HAS DIVIDED
+ divided
+
+_ HAS DIVIDED *
+ divided
+
+_ HAS KISSED
+ kissed
+
+_ HAS KISSED *
+ kissed
+
+_ HAS HUNG
+ hung
+
+_ HAS HUNG *
+ hung
+
+_ HAS BUMPED
+ bumped
+
+_ HAS BUMPED *
+ bumped
+
+_ HAS FOOLED
+ fooled
+
+_ HAS FOOLED *
+ fooled
+
+_ HAS BORROWED
+ borrowed
+
+_ HAS BORROWED *
+ borrowed
+
+_ HAS IGNORED
+ ignored
+
+_ HAS IGNORED *
+ ignored
+
+_ HAS MISSED
+ missed
+
+_ HAS MISSED *
+ missed
+
+_ HAS JUMPED
+ jumped
+
+_ HAS JUMPED *
+ jumped
+
+_ HAS SNATCHED
+ snatched
+
+_ HAS SNATCHED *
+ snatched
+
+_ HAS MELTED
+ melted
+
+_ HAS MELTED *
+ melted
+
+_ HAS PUMPED
+ pumped
+
+_ HAS PUMPED *
+ pumped
+
+_ HAS DRUNK
+ drank
+
+_ HAS DRUNK *
+ drank
+
+_ HAS SMASHED
+ smashed
+
+_ HAS SMASHED *
+ smashed
+
+_ HAS INTERRUPTED
+ interrupted
+
+_ HAS INTERRUPTED *
+ interrupted
+
+_ HAS OBTAINED
+ obtained
+
+_ HAS OBTAINED *
+ obtained
+
+_ HAS LABELED
+ labeled
+
+_ HAS LABELED *
+ labeled
+
+_ HAS BOLTED
+ bolted
+
+_ HAS BOLTED *
+ bolted
+
+_ HAS SOUNDED
+ sounded
+
+_ HAS SOUNDED *
+ sounded
+
+_ HAS DRUMMED
+ drummed
+
+_ HAS DRUMMED *
+ drummed
+
+_ HAS FEARED
+ feared
+
+_ HAS FEARED *
+ feared
+
+_ HAS GATHERED
+ gathered
+
+_ HAS GATHERED *
+ gathered
+
+_ HAS PROVIDED
+ provided
+
+_ HAS PROVIDED *
+ provided
+
+_ HAS IMAGINED
+ imagined
+
+_ HAS IMAGINED *
+ imagined
+
+_ HAS BOXED
+ boxed
+
+_ HAS BOXED *
+ boxed
+
+_ HAS BENT
+ bent
+
+_ HAS BENT *
+ bent
+
+_ HAS MEDDLED
+ meddled
+
+_ HAS MEDDLED *
+ meddled
+
+_ HAS REIGNED
+ reigned
+
+_ HAS REIGNED *
+ reigned
+
+_ HAS HAUNTED
+ haunted
+
+_ HAS HAUNTED *
+ haunted
+
+_ HAS DOUBLED
+ doubled
+
+_ HAS DOUBLED *
+ doubled
+
+_ HAS PLAIED
+ plaied
+
+_ HAS PLAIED *
+ plaied
+
+_ HAS PLANTED
+ planted
+
+_ HAS PLANTED *
+ planted
+
+_ HAS CREPT
+ crept
+
+_ HAS CREPT *
+ crept
+
+_ HAS DISCOVERED
+ discovered
+
+_ HAS DISCOVERED *
+ discovered
+
+_ HAS SOUGHT
+ sought
+
+_ HAS SOUGHT *
+ sought
+
+_ HAS GOTTEN SHAVED
+ is shaved
+
+_ HAS GOTTEN EMBARRASSED
+ is embarrassed
+
+_ HAS GOTTEN COMPETED
+ is competed
+
+_ HAS GOTTEN RINSED
+ is rinsed
+
+_ HAS GOTTEN CHANGED
+ is changed
+
+_ HAS GOTTEN AGREED
+ is agreed
+
+_ HAS GOTTEN NESTED
+ is nested
+
+_ HAS GOTTEN WEIGHED
+ is weighed
+
+_ HAS GOTTEN SHIVERED
+ is shivered
+
+_ HAS GOTTEN DRAINED
+ is drained
+
+_ HAS GOTTEN TESTED
+ is tested
+
+_ HAS GOTTEN SEWN
+ is sewn
+
+_ HAS GOTTEN CLOSED
+ is closed
+
+_ HAS GOTTEN REQUESTED
+ is requested
+
+_ HAS GOTTEN EMPLOYED
+ is employed
+
+_ HAS GOTTEN OWED
+ is owed
+
+_ HAS GOTTEN TRAINED
+ is trained
+
+_ HAS GOTTEN SHRUGED
+ is shruged
+
+_ HAS GOTTEN UNLOCKED
+ is unlocked
+
+_ HAS GOTTEN STAINED
+ is stained
+
+_ HAS GOTTEN LIGHTENED
+ is lightened
+
+_ HAS GOTTEN CHEWED
+ is chewed
+
+_ HAS GOTTEN CYCLED
+ is cycled
+
+_ HAS GOTTEN STUFFED
+ is stuffed
+
+_ HAS GOTTEN ANALYSED
+ is analysed
+
+_ HAS GOTTEN ZIPPED
+ is zipped
+
+_ HAS GOTTEN TIPPED
+ is tipped
+
+_ HAS GOTTEN SHUT
+ is shut
+
+_ HAS GOTTEN PAINTED
+ is painted
+
+_ HAS GOTTEN HEAPED
+ is heaped
+
+_ HAS GOTTEN GUESSED
+ is guessed
+
+_ HAS GOTTEN SKIED
+ is skied
+
+_ HAS GOTTEN PECKED
+ is pecked
+
+_ HAS GOTTEN AVOIDED
+ is avoided
+
+_ HAS GOTTEN PRESENTED
+ is presented
+
+_ HAS GOTTEN DECORATED
+ is decorated
+
+_ HAS GOTTEN FANCIED
+ is fancied
+
+_ HAS GOTTEN GRIPED
+ is griped
+
+_ HAS GOTTEN POSTED
+ is posted
+
+_ HAS GOTTEN MINED
+ is mined
+
+_ HAS GOTTEN SCRUBED
+ is scrubed
+
+_ HAS GOTTEN STAMPED
+ is stamped
+
+_ HAS GOTTEN SINED
+ is sined
+
+_ HAS GOTTEN RELEASED
+ is released
+
+_ HAS GOTTEN TUMBLED
+ is tumbled
+
+_ HAS GOTTEN PINED
+ is pined
+
+_ HAS GOTTEN LISTENED
+ is listened
+
+_ HAS GOTTEN WRAPPED
+ is wrapped
+
+_ HAS GOTTEN PRINTED
+ is printed
+
+_ HAS GOTTEN TRAPPED
+ is trapped
+
+_ HAS GOTTEN OPENED
+ is opened
+
+_ HAS GOTTEN FLOODED
+ is flooded
+
+_ HAS GOTTEN MADE
+ is made
+
+_ HAS GOTTEN SATISFIED
+ is satisfied
+
+_ HAS GOTTEN PRETENDED
+ is pretended
+
+_ HAS GOTTEN BUBBLED
+ is bubbled
+
+_ HAS GOTTEN KNELT
+ is knelt
+
+_ HAS GOTTEN POSSESSED
+ is possessed
+
+_ HAS GOTTEN AFFORDED
+ is afforded
+
+_ HAS GOTTEN ROCKED
+ is rocked
+
+_ HAS GOTTEN OFFERED
+ is offered
+
+_ HAS GOTTEN CURVED
+ is curved
+
+_ HAS GOTTEN CLAPED
+ is claped
+
+_ HAS GOTTEN LOCKED
+ is locked
+
+_ HAS GOTTEN STRETCHED
+ is stretched
+
+_ HAS GOTTEN SAVED
+ is saved
+
+_ HAS GOTTEN TERRIFIED
+ is terrified
+
+_ HAS GOTTEN HIT
+ is hit
+
+_ HAS GOTTEN SLAPED
+ is slaped
+
+_ HAS GOTTEN WRIGGLED
+ is wriggled
+
+_ HAS GOTTEN TAPED
+ is taped
+
+_ HAS GOTTEN WAVED
+ is waved
+
+_ HAS GOTTEN DISARMED
+ is disarmed
+
+_ HAS GOTTEN WORRIED
+ is worried
+
+_ HAS GOTTEN CLAIMED
+ is claimed
+
+_ HAS GOTTEN FENCED
+ is fenced
+
+_ HAS GOTTEN DISLIKED
+ is disliked
+
+_ HAS GOTTEN PROTECTED
+ is protected
+
+_ HAS GOTTEN APOLOGISED
+ is apologised
+
+_ HAS GOTTEN VANISHED
+ is vanished
+
+_ HAS GOTTEN POINTED
+ is pointed
+
+_ HAS GOTTEN ADDED
+ is added
+
+_ HAS GOTTEN HARASSED
+ is harassed
+
+_ HAS GOTTEN HUMMED
+ is hummed
+
+_ HAS GOTTEN SCARED
+ is scared
+
+_ HAS GOTTEN REPLIED
+ is replied
+
+_ HAS GOTTEN ENCOURAGED
+ is encouraged
+
+_ HAS GOTTEN EXCUSED
+ is excused
+
+_ HAS GOTTEN COMPLETED
+ is completed
+
+_ HAS GOTTEN TOLD
+ is told
+
+_ HAS GOTTEN MESSED
+ is messed
+
+_ HAS GOTTEN BUILT
+ is built
+
+_ HAS GOTTEN BLEACHED
+ is bleached
+
+_ HAS GOTTEN COMMUNICATED
+ is communicated
+
+_ HAS GOTTEN MOORED
+ is moored
+
+_ HAS GOTTEN WOBBLED
+ is wobbled
+
+_ HAS GOTTEN FALLEN
+ is fallen
+
+_ HAS GOTTEN SAWED
+ is sawed
+
+_ HAS GOTTEN SMOKED
+ is smoked
+
+_ HAS GOTTEN SLID
+ is slid
+
+_ HAS GOTTEN ADMITTED
+ is admitted
+
+_ HAS GOTTEN SKIPED
+ is skiped
+
+_ HAS GOTTEN PHONED
+ is phoned
+
+_ HAS GOTTEN NUMBERED
+ is numbered
+
+_ HAS GOTTEN LOVED
+ is loved
+
+_ HAS GOTTEN HURT
+ is hurt
+
+_ HAS GOTTEN MOVED
+ is moved
+
+_ HAS GOTTEN SERVED
+ is served
+
+_ HAS GOTTEN GROANED
+ is groaned
+
+_ HAS GOTTEN COPIED
+ is copied
+
+_ HAS GOTTEN WANDERED
+ is wandered
+
+_ HAS GOTTEN HUNTED
+ is hunted
+
+_ HAS GOTTEN PREFERED
+ is prefered
+
+_ HAS GOTTEN FED
+ is fed
+
+_ HAS GOTTEN HOPED
+ is hoped
+
+_ HAS GOTTEN CONSISTED
+ is consisted
+
+_ HAS GOTTEN COME
+ is come
+
+_ HAS GOTTEN POPED
+ is poped
+
+_ HAS GOTTEN SUPPLIED
+ is supplied
+
+_ HAS GOTTEN PEDALED
+ is pedaled
+
+_ HAS GOTTEN EXTENDED
+ is extended
+
+_ HAS GOTTEN STORED
+ is stored
+
+_ HAS GOTTEN SIGHED
+ is sighed
+
+_ HAS GOTTEN CURLED
+ is curled
+
+_ HAS GOTTEN IRRITATED
+ is irritated
+
+_ HAS GOTTEN TAUGHT
+ is taught
+
+_ HAS GOTTEN FORMED
+ is formed
+
+_ HAS GOTTEN STUNG
+ is stung
+
+_ HAS GOTTEN PEEPED
+ is peeped
+
+_ HAS GOTTEN KNITED
+ is knited
+
+_ HAS GOTTEN CHEATED
+ is cheated
+
+_ HAS GOTTEN WHISTLED
+ is whistled
+
+_ HAS GOTTEN SURROUNDED
+ is surrounded
+
+_ HAS GOTTEN MANAGED
+ is managed
+
+_ HAS GOTTEN THANKED
+ is thanked
+
+_ HAS GOTTEN PAID
+ is paid
+
+_ HAS GOTTEN COMPLAINED
+ is complained
+
+_ HAS GOTTEN ESCAPED
+ is escaped
+
+_ HAS GOTTEN EATEN
+ is eaten
+
+_ HAS GOTTEN STEERED
+ is steered
+
+_ HAS GOTTEN FIRED
+ is fired
+
+_ HAS GOTTEN BANGED
+ is banged
+
+_ HAS GOTTEN SAT
+ is sat
+
+_ HAS GOTTEN BOILED
+ is boiled
+
+_ HAS GOTTEN CALLED
+ is called
+
+_ HAS GOTTEN HANGED
+ is hanged
+
+_ HAS GOTTEN UNITED
+ is united
+
+_ HAS GOTTEN TIRED
+ is tired
+
+_ HAS GOTTEN COILED
+ is coiled
+
+_ HAS GOTTEN THROWN
+ is thrown
+
+_ HAS GOTTEN CONNECTED
+ is connected
+
+_ HAS GOTTEN TROTED
+ is troted
+
+_ HAS GOTTEN BOWED
+ is bowed
+
+_ HAS GOTTEN REMINDED
+ is reminded
+
+_ HAS GOTTEN MOURNED
+ is mourned
+
+_ HAS GOTTEN FOLLOWED
+ is followed
+
+_ HAS GOTTEN CAUGHT
+ is caught
+
+_ HAS GOTTEN MET
+ is met
+
+_ HAS GOTTEN PUNCTURED
+ is punctured
+
+_ HAS GOTTEN CALCULATED
+ is calculated
+
+_ HAS GOTTEN PRACTISED
+ is practised
+
+_ HAS GOTTEN TOWED
+ is towed
+
+_ HAS GOTTEN BATTLED
+ is battled
+
+_ HAS GOTTEN GUARDED
+ is guarded
+
+_ HAS GOTTEN BLUSHED
+ is blushed
+
+_ HAS GOTTEN TREMBLED
+ is trembled
+
+_ HAS GOTTEN DELAIED
+ is delaied
+
+_ HAS GOTTEN SUITED
+ is suited
+
+_ HAS GOTTEN FILMED
+ is filmed
+
+_ HAS GOTTEN GAZED
+ is gazed
+
+_ HAS GOTTEN OFFENDED
+ is offended
+
+_ HAS GOTTEN HELPED
+ is helped
+
+_ HAS GOTTEN WELCOMED
+ is welcomed
+
+_ HAS GOTTEN GROWN
+ is grown
+
+_ HAS GOTTEN SUPPOSED
+ is supposed
+
+_ HAS GOTTEN EXPLAINED
+ is explained
+
+_ HAS GOTTEN IDENTIFIED
+ is identified
+
+_ HAS GOTTEN CONCENTRATED
+ is concentrated
+
+_ HAS GOTTEN APPROVED
+ is approved
+
+_ HAS GOTTEN FROZEN
+ is frozen
+
+_ HAS GOTTEN SUNG
+ is sung
+
+_ HAS GOTTEN DUG
+ is dug
+
+_ HAS GOTTEN STRAPPED
+ is strapped
+
+_ HAS GOTTEN INFORMED
+ is informed
+
+_ HAS GOTTEN SPELLED
+ is spelled
+
+_ HAS GOTTEN REALISED
+ is realised
+
+_ HAS GOTTEN UNDRESSED
+ is undressed
+
+_ HAS GOTTEN COMPARED
+ is compared
+
+_ HAS GOTTEN DOUBTED
+ is doubted
+
+_ HAS GOTTEN CONTAINED
+ is contained
+
+_ HAS GOTTEN WON
+ is won
+
+_ HAS GOTTEN JOGED
+ is joged
+
+_ HAS GOTTEN OVERFLOWED
+ is overflowed
+
+_ HAS GOTTEN SHOT
+ is shot
+
+_ HAS GOTTEN PUSHED
+ is pushed
+
+_ HAS GOTTEN DEVELOPED
+ is developed
+
+_ HAS GOTTEN RUSHED
+ is rushed
+
+_ HAS GOTTEN FRIGHTENED
+ is frightened
+
+_ HAS GOTTEN SPARKLED
+ is sparkled
+
+_ HAS GOTTEN SEEN
+ is seen
+
+_ HAS GOTTEN STRIPED
+ is striped
+
+_ HAS GOTTEN GRINED
+ is grined
+
+_ HAS GOTTEN SOLD
+ is sold
+
+_ HAS GOTTEN SHONE
+ is shone
+
+_ HAS GOTTEN FADED
+ is faded
+
+_ HAS GOTTEN WORN
+ is worn
+
+_ HAS GOTTEN RESCUED
+ is rescued
+
+_ HAS GOTTEN EDUCATED
+ is educated
+
+_ HAS GOTTEN BURST
+ is burst
+
+_ HAS GOTTEN FORCED
+ is forced
+
+_ HAS GOTTEN RELAXED
+ is relaxed
+
+_ HAS GOTTEN EXPECTED
+ is expected
+
+_ HAS GOTTEN STUNK
+ is stunk
+
+_ HAS GOTTEN ANNOUNCED
+ is announced
+
+_ HAS GOTTEN FITED
+ is fited
+
+_ HAS GOTTEN EXAMINED
+ is examined
+
+_ HAS GOTTEN INFLUENCED
+ is influenced
+
+_ HAS GOTTEN TRUSTED
+ is trusted
+
+_ HAS GOTTEN MEANT
+ is meant
+
+_ HAS GOTTEN WHISPERED
+ is whispered
+
+_ HAS GOTTEN SCREAMED
+ is screamed
+
+_ HAS GOTTEN DESTROIED
+ is destroied
+
+_ HAS GOTTEN MOANED
+ is moaned
+
+_ HAS GOTTEN WHIRLED
+ is whirled
+
+_ HAS GOTTEN JUGGLED
+ is juggled
+
+_ HAS GOTTEN RULED
+ is ruled
+
+_ HAS GOTTEN RECOGNISED
+ is recognised
+
+_ HAS GOTTEN BAKED
+ is baked
+
+_ HAS GOTTEN PLANED
+ is planed
+
+_ HAS GOTTEN DISAPPROVED
+ is disapproved
+
+_ HAS GOTTEN DETECTED
+ is detected
+
+_ HAS GOTTEN ARRIVED
+ is arrived
+
+_ HAS GOTTEN KEPT
+ is kept
+
+_ HAS GOTTEN DRAWN
+ is drawn
+
+_ HAS GOTTEN CUT
+ is cut
+
+_ HAS GOTTEN BATHED
+ is bathed
+
+_ HAS GOTTEN MARCHED
+ is marched
+
+_ HAS GOTTEN WALKED
+ is walked
+
+_ HAS GOTTEN TALKED
+ is talked
+
+_ HAS GOTTEN COACHED
+ is coached
+
+_ HAS GOTTEN COLLECTED
+ is collected
+
+_ HAS GOTTEN PROGRAMED
+ is programed
+
+_ HAS GOTTEN BLINKED
+ is blinked
+
+_ HAS GOTTEN SNIFFED
+ is sniffed
+
+_ HAS GOTTEN BUZZED
+ is buzzed
+
+_ HAS GOTTEN DROPPED
+ is dropped
+
+_ HAS GOTTEN SCRIBBLED
+ is scribbled
+
+_ HAS GOTTEN LED
+ is led
+
+_ HAS GOTTEN FLOWN
+ is flown
+
+_ HAS GOTTEN PRODUCED
+ is produced
+
+_ HAS GOTTEN BLOWN
+ is blown
+
+_ HAS GOTTEN MEMORISED
+ is memorised
+
+_ HAS GOTTEN CHASED
+ is chased
+
+_ HAS GOTTEN FILLED
+ is filled
+
+_ HAS GOTTEN KILLED
+ is killed
+
+_ HAS GOTTEN REFLECTED
+ is reflected
+
+_ HAS GOTTEN SPENT
+ is spent
+
+_ HAS GOTTEN OBJECTED
+ is objected
+
+_ HAS GOTTEN SCOLDED
+ is scolded
+
+_ HAS GOTTEN TEMPTED
+ is tempted
+
+_ HAS GOTTEN DRAGED
+ is draged
+
+_ HAS GOTTEN YAWNED
+ is yawned
+
+_ HAS GOTTEN WOKEN
+ is woken
+
+_ HAS GOTTEN LET
+ is let
+
+_ HAS GOTTEN REPORTED
+ is reported
+
+_ HAS GOTTEN NODED
+ is noded
+
+_ HAS GOTTEN SUSPENDED
+ is suspended
+
+_ HAS GOTTEN HEADED
+ is headed
+
+_ HAS GOTTEN RETURNED
+ is returned
+
+_ HAS GOTTEN UNTIDIED
+ is untidied
+
+_ HAS GOTTEN DAMAGED
+ is damaged
+
+_ HAS GOTTEN SIGNALED
+ is signaled
+
+_ HAS GOTTEN BEAMED
+ is beamed
+
+_ HAS GOTTEN SET
+ is set
+
+_ HAS GOTTEN POURED
+ is poured
+
+_ HAS GOTTEN INTERFERED
+ is interfered
+
+_ HAS GOTTEN TOURED
+ is toured
+
+_ HAS GOTTEN SLIPPED
+ is slipped
+
+_ HAS GOTTEN GUARANTEED
+ is guaranteed
+
+_ HAS GOTTEN INTERESTED
+ is interested
+
+_ HAS GOTTEN RUNG
+ is rung
+
+_ HAS GOTTEN PRAYED
+ is prayed
+
+_ HAS GOTTEN PERMITED
+ is permited
+
+_ HAS GOTTEN COUGHED
+ is coughed
+
+_ HAS GOTTEN REPEATED
+ is repeated
+
+_ HAS GOTTEN COLOURED
+ is coloured
+
+_ HAS GOTTEN TRICKED
+ is tricked
+
+_ HAS GOTTEN JOKED
+ is joked
+
+_ HAS GOTTEN PRICKED
+ is pricked
+
+_ HAS GOTTEN CAMPED
+ is camped
+
+_ HAS GOTTEN STOPED
+ is stoped
+
+_ HAS GOTTEN ARGUED
+ is argued
+
+_ HAS GOTTEN CLIPPED
+ is clipped
+
+_ HAS GOTTEN ARRANGED
+ is arranged
+
+_ HAS GOTTEN BRUSHED
+ is brushed
+
+_ HAS GOTTEN CRUSHED
+ is crushed
+
+_ HAS GOTTEN HOPPED
+ is hopped
+
+_ HAS GOTTEN LOADED
+ is loaded
+
+_ HAS GOTTEN POKED
+ is poked
+
+_ HAS GOTTEN MANED
+ is maned
+
+_ HAS GOTTEN SPARKED
+ is sparked
+
+_ HAS GOTTEN FASTENED
+ is fastened
+
+_ HAS GOTTEN WRITTEN
+ is written
+
+_ HAS GOTTEN WORKED
+ is worked
+
+_ HAS GOTTEN CONTINUED
+ is continued
+
+_ HAS GOTTEN MATCHED
+ is matched
+
+_ HAS GOTTEN WATCHED
+ is watched
+
+_ HAS GOTTEN SCATTERED
+ is scattered
+
+_ HAS GOTTEN TICKLED
+ is tickled
+
+_ HAS GOTTEN BROUGHT
+ is brought
+
+_ HAS GOTTEN HAMMERED
+ is hammered
+
+_ HAS GOTTEN RUN
+ is run
+
+_ HAS GOTTEN TIMED
+ is timed
+
+_ HAS GOTTEN BANNED
+ is banned
+
+_ HAS GOTTEN SETTLED
+ is settled
+
+_ HAS GOTTEN MIXED
+ is mixed
+
+_ HAS GOTTEN FIXED
+ is fixed
+
+_ HAS GOTTEN SQUASHED
+ is squashed
+
+_ HAS GOTTEN COMBED
+ is combed
+
+_ HAS GOTTEN BOMBED
+ is bombed
+
+_ HAS GOTTEN ALLOWED
+ is allowed
+
+_ HAS GOTTEN BREATHED
+ is breathed
+
+_ HAS GOTTEN STOLEN
+ is stolen
+
+_ HAS GOTTEN IMPROVED
+ is improved
+
+_ HAS GOTTEN LENT
+ is lent
+
+_ HAS GOTTEN MILKED
+ is milked
+
+_ HAS GOTTEN SMILED
+ is smiled
+
+_ HAS GOTTEN DECEIVED
+ is deceived
+
+_ HAS GOTTEN ITCHED
+ is itched
+
+_ HAS GOTTEN SNOWED
+ is snowed
+
+_ HAS GOTTEN SHARED
+ is shared
+
+_ HAS GOTTEN SENT
+ is sent
+
+_ HAS GOTTEN SEARCHED
+ is searched
+
+_ HAS GOTTEN SUSPECTED
+ is suspected
+
+_ HAS GOTTEN RECEIVED
+ is received
+
+_ HAS GOTTEN JUDGED
+ is judged
+
+_ HAS GOTTEN BLOTTED
+ is blotted
+
+_ HAS GOTTEN SCORCHED
+ is scorched
+
+_ HAS GOTTEN MULTIPLIED
+ is multiplied
+
+_ HAS GOTTEN PLEASED
+ is pleased
+
+_ HAS GOTTEN TROUBLED
+ is troubled
+
+_ HAS GOTTEN EXPANDED
+ is expanded
+
+_ HAS GOTTEN CHOKED
+ is choked
+
+_ HAS GOTTEN BOUNCED
+ is bounced
+
+_ HAS GOTTEN HEALED
+ is healed
+
+_ HAS GOTTEN STITCHED
+ is stitched
+
+_ HAS GOTTEN RAINED
+ is rained
+
+_ HAS GOTTEN PRESSED
+ is pressed
+
+_ HAS GOTTEN PUT
+ is put
+
+_ HAS GOTTEN DECAIED
+ is decaied
+
+_ HAS GOTTEN GREASED
+ is greased
+
+_ HAS GOTTEN SPARED
+ is spared
+
+_ HAS GOTTEN SEALED
+ is sealed
+
+_ HAS GOTTEN AMUSED
+ is amused
+
+_ HAS GOTTEN BEATEN
+ is beaten
+
+_ HAS GOTTEN DECIDED
+ is decided
+
+_ HAS GOTTEN STUCK
+ is stuck
+
+_ HAS GOTTEN OCCURED
+ is occured
+
+_ HAS GOTTEN COMMANDED
+ is commanded
+
+_ HAS GOTTEN LOST
+ is lost
+
+_ HAS GOTTEN CONFUSED
+ is confused
+
+_ HAS GOTTEN SWORN
+ is sworn
+
+_ HAS GOTTEN KNEELED
+ is kneeled
+
+_ HAS GOTTEN GREETED
+ is greeted
+
+_ HAS GOTTEN REPAIRED
+ is repaired
+
+_ HAS GOTTEN BURIED
+ is buried
+
+_ HAS GOTTEN CONCERNED
+ is concerned
+
+_ HAS GOTTEN FORGIVEN
+ is forgiven
+
+_ HAS GOTTEN BROADCAST
+ is broadcast
+
+_ HAS GOTTEN DRESSED
+ is dressed
+
+_ HAS GOTTEN TIED
+ is tied
+
+_ HAS GOTTEN PLACED
+ is placed
+
+_ HAS GOTTEN MATTERED
+ is mattered
+
+_ HAS GOTTEN OWNED
+ is owned
+
+_ HAS GOTTEN SIGNED
+ is signed
+
+_ HAS GOTTEN INTENDED
+ is intended
+
+_ HAS GOTTEN DEALT
+ is dealt
+
+_ HAS GOTTEN NOTICED
+ is noticed
+
+_ HAS GOTTEN TRAVELED
+ is traveled
+
+_ HAS GOTTEN HANDED
+ is handed
+
+_ HAS GOTTEN BLESSED
+ is blessed
+
+_ HAS GOTTEN LIT
+ is lit
+
+_ HAS GOTTEN KNOWN
+ is known
+
+_ HAS GOTTEN MUGED
+ is muged
+
+_ HAS GOTTEN LANDED
+ is landed
+
+_ HAS GOTTEN HUGED
+ is huged
+
+_ HAS GOTTEN BARED
+ is bared
+
+_ HAS GOTTEN CARED
+ is cared
+
+_ HAS GOTTEN DARED
+ is dared
+
+_ HAS GOTTEN TUGED
+ is tuged
+
+_ HAS GOTTEN LAIN
+ is lain
+
+_ HAS GOTTEN SPOTED
+ is spoted
+
+_ HAS GOTTEN FOUND
+ is found
+
+_ HAS GOTTEN SPRUNG
+ is sprung
+
+_ HAS GOTTEN MARRIED
+ is married
+
+_ HAS GOTTEN INJURED
+ is injured
+
+_ HAS GOTTEN STOOD
+ is stood
+
+_ HAS GOTTEN PASTED
+ is pasted
+
+_ HAS GOTTEN ALERTED
+ is alerted
+
+_ HAS GOTTEN LASTED
+ is lasted
+
+_ HAS GOTTEN LEVELED
+ is leveled
+
+_ HAS GOTTEN FLOATED
+ is floated
+
+_ HAS GOTTEN WASTED
+ is wasted
+
+_ HAS GOTTEN EXCITED
+ is excited
+
+_ HAS GOTTEN BALANCED
+ is balanced
+
+_ HAS GOTTEN TASTED
+ is tasted
+
+_ HAS GOTTEN MUDDLED
+ is muddled
+
+_ HAS GOTTEN STRUCK
+ is struck
+
+_ HAS GOTTEN CHECKED
+ is checked
+
+_ HAS GOTTEN CHOPPED
+ is chopped
+
+_ HAS GOTTEN RISEN
+ is risen
+
+_ HAS GOTTEN DESERTED
+ is deserted
+
+_ HAS GOTTEN READ
+ is read
+
+_ HAS GOTTEN QUEUED
+ is queued
+
+_ HAS GOTTEN GONE
+ is gone
+
+_ HAS GOTTEN EARNED
+ is earned
+
+_ HAS GOTTEN BACKED
+ is backed
+
+_ HAS GOTTEN PREPARED
+ is prepared
+
+_ HAS GOTTEN REJOICED
+ is rejoiced
+
+_ HAS GOTTEN TWISTED
+ is twisted
+
+_ HAS GOTTEN WONDERED
+ is wondered
+
+_ HAS GOTTEN CARRIED
+ is carried
+
+_ HAS GOTTEN WHINED
+ is whined
+
+_ HAS GOTTEN WARNED
+ is warned
+
+_ HAS GOTTEN INSTRUCTED
+ is instructed
+
+_ HAS GOTTEN PACKED
+ is packed
+
+_ HAS GOTTEN PLUGED
+ is pluged
+
+_ HAS GOTTEN SACKED
+ is sacked
+
+_ HAS GOTTEN CHARGED
+ is charged
+
+_ HAS GOTTEN OBEIED
+ is obeied
+
+_ HAS GOTTEN FORGOTTEN
+ is forgotten
+
+_ HAS GOTTEN FOLDED
+ is folded
+
+_ HAS GOTTEN SHAKEN
+ is shaken
+
+_ HAS GOTTEN HELD
+ is held
+
+_ HAS GOTTEN PINCHED
+ is pinched
+
+_ HAS GOTTEN APPLAUDED
+ is applauded
+
+_ HAS GOTTEN BITTEN
+ is bitten
+
+_ HAS GOTTEN BLINDED
+ is blinded
+
+_ HAS GOTTEN STIRED
+ is stired
+
+_ HAS GOTTEN FLOWED
+ is flowed
+
+_ HAS GOTTEN GLOWED
+ is glowed
+
+_ HAS GOTTEN KNOCKED
+ is knocked
+
+_ HAS GOTTEN SCRAPED
+ is scraped
+
+_ HAS GOTTEN CRAWLED
+ is crawled
+
+_ HAS GOTTEN SLOWED
+ is slowed
+
+_ HAS GOTTEN BEGED
+ is beged
+
+_ HAS GOTTEN BEGUN
+ is begun
+
+_ HAS GOTTEN PULLED
+ is pulled
+
+_ HAS GOTTEN HEATED
+ is heated
+
+_ HAS GOTTEN SUGGESTED
+ is suggested
+
+_ HAS GOTTEN FILED
+ is filed
+
+_ HAS GOTTEN LAUGHED
+ is laughed
+
+_ HAS GOTTEN HURRIED
+ is hurried
+
+_ HAS GOTTEN SMELLED
+ is smelled
+
+_ HAS GOTTEN BORED
+ is bored
+
+_ HAS GOTTEN FLOWERED
+ is flowered
+
+_ HAS GOTTEN OBSERVED
+ is observed
+
+_ HAS GOTTEN PUNCHED
+ is punched
+
+_ HAS GOTTEN PADDLED
+ is paddled
+
+_ HAS GOTTEN INJECTED
+ is injected
+
+_ HAS GOTTEN CLEARED
+ is cleared
+
+_ HAS GOTTEN ATTEMPTED
+ is attempted
+
+_ HAS GOTTEN ENJOYED
+ is enjoyed
+
+_ HAS GOTTEN WEPT
+ is wept
+
+_ HAS GOTTEN PEELED
+ is peeled
+
+_ HAS GOTTEN ATTACHED
+ is attached
+
+_ HAS GOTTEN INVITED
+ is invited
+
+_ HAS GOTTEN TRANSPORTED
+ is transported
+
+_ HAS GOTTEN PREACHED
+ is preached
+
+_ HAS GOTTEN DESERVED
+ is deserved
+
+_ HAS GOTTEN SOAKED
+ is soaked
+
+_ HAS GOTTEN FETCHED
+ is fetched
+
+_ HAS GOTTEN MATED
+ is mated
+
+_ HAS GOTTEN FACED
+ is faced
+
+_ HAS GOTTEN HATED
+ is hated
+
+_ HAS GOTTEN DANCED
+ is danced
+
+_ HAS GOTTEN RACED
+ is raced
+
+_ HAS GOTTEN CONSIDERED
+ is considered
+
+_ HAS GOTTEN LIED
+ is lied
+
+_ HAS GOTTEN RHYMED
+ is rhymed
+
+_ HAS GOTTEN FORBIDDEN
+ is forbidden
+
+_ HAS GOTTEN PATED
+ is pated
+
+_ HAS GOTTEN CRIED
+ is cried
+
+_ HAS GOTTEN DRIED
+ is dried
+
+_ HAS GOTTEN ATTACKED
+ is attacked
+
+_ HAS GOTTEN CROSSED
+ is crossed
+
+_ HAS GOTTEN PERFORMED
+ is performed
+
+_ HAS GOTTEN FRIED
+ is fried
+
+_ HAS GOTTEN INCREASED
+ is increased
+
+_ HAS GOTTEN RADIATED
+ is radiated
+
+_ HAS GOTTEN TRIED
+ is tried
+
+_ HAS GOTTEN EXERCISED
+ is exercised
+
+_ HAS GOTTEN REGRETED
+ is regreted
+
+_ HAS GOTTEN PASSED
+ is passed
+
+_ HAS GOTTEN ROBED
+ is robed
+
+_ HAS GOTTEN SHOCKED
+ is shocked
+
+_ HAS GOTTEN BEHAVED
+ is behaved
+
+_ HAS GOTTEN REJECTED
+ is rejected
+
+_ HAS GOTTEN RISKED
+ is risked
+
+_ HAS GOTTEN ENTERED
+ is entered
+
+_ HAS GOTTEN ENDED
+ is ended
+
+_ HAS GOTTEN YELLED
+ is yelled
+
+_ HAS GOTTEN REFUSED
+ is refused
+
+_ HAS GOTTEN HARMED
+ is harmed
+
+_ HAS GOTTEN BELONGED
+ is belonged
+
+_ HAS GOTTEN GIVEN
+ is given
+
+_ HAS GOTTEN SNEEZED
+ is sneezed
+
+_ HAS GOTTEN CHALLENGED
+ is challenged
+
+_ HAS GOTTEN DELIGHTED
+ is delighted
+
+_ HAS GOTTEN DRIVEN
+ is driven
+
+_ HAS GOTTEN LISTED
+ is listed
+
+_ HAS GOTTEN FLAPPED
+ is flapped
+
+_ HAS GOTTEN WARMED
+ is warmed
+
+_ HAS GOTTEN CARVED
+ is carved
+
+_ HAS GOTTEN ZOOMED
+ is zoomed
+
+_ HAS GOTTEN SQUEAKED
+ is squeaked
+
+_ HAS GOTTEN TRADED
+ is traded
+
+_ HAS GOTTEN FOUNDED
+ is founded
+
+_ HAS GOTTEN MEASURED
+ is measured
+
+_ HAS GOTTEN EXISTED
+ is existed
+
+_ HAS GOTTEN APPRECIATED
+ is appreciated
+
+_ HAS GOTTEN ANNOIED
+ is annoied
+
+_ HAS GOTTEN GOT
+ is got
+
+_ HAS GOTTEN EMPTIED
+ is emptied
+
+_ HAS GOTTEN TORN
+ is torn
+
+_ HAS GOTTEN FRAMED
+ is framed
+
+_ HAS GOTTEN SCREWED
+ is screwed
+
+_ HAS GOTTEN PRESERVED
+ is preserved
+
+_ HAS GOTTEN JAILED
+ is jailed
+
+_ HAS GOTTEN NEDED
+ is neded
+
+_ HAS GOTTEN FAILED
+ is failed
+
+_ HAS GOTTEN SHRUNK
+ is shrunk
+
+_ HAS GOTTEN REDUCED
+ is reduced
+
+_ HAS GOTTEN STARTED
+ is started
+
+_ HAS GOTTEN WRESTLED
+ is wrestled
+
+_ HAS GOTTEN SAILED
+ is sailed
+
+_ HAS GOTTEN SPOILED
+ is spoiled
+
+_ HAS GOTTEN UNPACKED
+ is unpacked
+
+_ HAS GOTTEN NAILED
+ is nailed
+
+_ HAS GOTTEN LONGED
+ is longed
+
+_ HAS GOTTEN KICKED
+ is kicked
+
+_ HAS GOTTEN WAILED
+ is wailed
+
+_ HAS GOTTEN ROLLED
+ is rolled
+
+_ HAS GOTTEN PICKED
+ is picked
+
+_ HAS GOTTEN PREVENTED
+ is prevented
+
+_ HAS GOTTEN LICKED
+ is licked
+
+_ HAS GOTTEN HAD
+ is had
+
+_ HAS GOTTEN MURDERED
+ is murdered
+
+_ HAS GOTTEN POLISHED
+ is polished
+
+_ HAS GOTTEN ROTED
+ is roted
+
+_ HAS GOTTEN FLASHED
+ is flashed
+
+_ HAS GOTTEN TICKED
+ is ticked
+
+_ HAS GOTTEN NOTED
+ is noted
+
+_ HAS GOTTEN SQUEEZED
+ is squeezed
+
+_ HAS GOTTEN ATTRACTED
+ is attracted
+
+_ HAS GOTTEN DEPENDED
+ is depended
+
+_ HAS GOTTEN TEASED
+ is teased
+
+_ HAS GOTTEN LAUNCHED
+ is launched
+
+_ HAS GOTTEN ARRESTED
+ is arrested
+
+_ HAS GOTTEN LIVED
+ is lived
+
+_ HAS GOTTEN DRIPPED
+ is dripped
+
+_ HAS GOTTEN SOOTHED
+ is soothed
+
+_ HAS GOTTEN CRACKED
+ is cracked
+
+_ HAS GOTTEN COVERED
+ is covered
+
+_ HAS GOTTEN HOVERED
+ is hovered
+
+_ HAS GOTTEN INTRODUCED
+ is introduced
+
+_ HAS GOTTEN HANDLED
+ is handled
+
+_ HAS GOTTEN PUNISHED
+ is punished
+
+_ HAS GOTTEN CAUSED
+ is caused
+
+_ HAS GOTTEN TRIPPED
+ is tripped
+
+_ HAS GOTTEN SIPED
+ is siped
+
+_ HAS GOTTEN SCRATCHED
+ is scratched
+
+_ HAS GOTTEN ATTENDED
+ is attended
+
+_ HAS GOTTEN INCLUDED
+ is included
+
+_ HAS GOTTEN LAID
+ is laid
+
+_ HAS GOTTEN SPLIT
+ is split
+
+_ HAS GOTTEN PAUSED
+ is paused
+
+_ HAS GOTTEN WIPED
+ is wiped
+
+_ HAS GOTTEN DROWNED
+ is drowned
+
+_ HAS GOTTEN CLEANED
+ is cleaned
+
+_ HAS GOTTEN BET
+ is bet
+
+_ HAS GOTTEN DAMED
+ is damed
+
+_ HAS GOTTEN ADVISED
+ is advised
+
+_ HAS GOTTEN JAMED
+ is jamed
+
+_ HAS GOTTEN DESCRIBED
+ is described
+
+_ HAS GOTTEN COST
+ is cost
+
+_ HAS GOTTEN
+ is
+
+_ HAS GOTTEN SAID
+ is said
+
+_ HAS GOTTEN TAMED
+ is tamed
+
+_ HAS GOTTEN UNFASTENED
+ is unfastened
+
+_ HAS GOTTEN NAMED
+ is named
+
+_ HAS GOTTEN KNOTED
+ is knoted
+
+_ HAS GOTTEN DISAGREED
+ is disagreed
+
+_ HAS GOTTEN FAXED
+ is faxed
+
+_ HAS GOTTEN DREAMED
+ is dreamed
+
+_ HAS GOTTEN ENTERTAINED
+ is entertained
+
+_ HAS GOTTEN REACHED
+ is reached
+
+_ HAS GOTTEN ADMIRED
+ is admired
+
+_ HAS GOTTEN DIVIDED
+ is divided
+
+_ HAS GOTTEN WANTED
+ is wanted
+
+_ HAS GOTTEN UNDERSTOOD
+ is understood
+
+_ HAS GOTTEN KISSED
+ is kissed
+
+_ HAS GOTTEN SURPRISED
+ is surprised
+
+_ HAS GOTTEN SPILLED
+ is spilled
+
+_ HAS GOTTEN HUNG
+ is hung
+
+_ HAS GOTTEN BUMPED
+ is bumped
+
+_ HAS GOTTEN FOOLED
+ is fooled
+
+_ HAS GOTTEN BORROWED
+ is borrowed
+
+_ HAS GOTTEN IGNORED
+ is ignored
+
+_ HAS GOTTEN MISSED
+ is missed
+
+_ HAS GOTTEN JUMPED
+ is jumped
+
+_ HAS GOTTEN SUFFERED
+ is suffered
+
+_ HAS GOTTEN STRENGTHENED
+ is strengthened
+
+_ HAS GOTTEN MELTED
+ is melted
+
+_ HAS GOTTEN SNATCHED
+ is snatched
+
+_ HAS GOTTEN PUMPED
+ is pumped
+
+_ HAS GOTTEN TRACED
+ is traced
+
+_ HAS GOTTEN DRUNK
+ is drunk
+
+_ HAS GOTTEN SMASHED
+ is smashed
+
+_ HAS GOTTEN INTERRUPTED
+ is interrupted
+
+_ HAS GOTTEN OBTAINED
+ is obtained
+
+_ HAS GOTTEN LABELED
+ is labeled
+
+_ HAS GOTTEN BOLTED
+ is bolted
+
+_ HAS GOTTEN SOUNDED
+ is sounded
+
+_ HAS GOTTEN DRUMMED
+ is drummed
+
+_ HAS GOTTEN FEARED
+ is feared
+
+_ HAS GOTTEN GATHERED
+ is gathered
+
+_ HAS GOTTEN WAITED
+ is waited
+
+_ HAS GOTTEN IMAGINED
+ is imagined
+
+_ HAS GOTTEN PROVIDED
+ is provided
+
+_ HAS GOTTEN TOUCHED
+ is touched
+
+_ HAS GOTTEN SUPPORTED
+ is supported
+
+_ HAS GOTTEN BOXED
+ is boxed
+
+_ HAS GOTTEN TAKEN
+ is taken
+
+_ HAS GOTTEN BENT
+ is bent
+
+_ HAS GOTTEN MEDDLED
+ is meddled
+
+_ HAS GOTTEN REIGNED
+ is reigned
+
+_ HAS GOTTEN WRECKED
+ is wrecked
+
+_ HAS GOTTEN HAUNTED
+ is haunted
+
+_ HAS GOTTEN DOUBLED
+ is doubled
+
+_ HAS GOTTEN PLAIED
+ is plaied
+
+_ HAS GOTTEN SWITCHED
+ is switched
+
+_ HAS GOTTEN PLANTED
+ is planted
+
+_ HAS GOTTEN STEPPED
+ is stepped
+
+_ HAS GOTTEN CREPT
+ is crept
+
+_ HAS GOTTEN DISCOVERED
+ is discovered
+
+_ HAS GOTTEN SOUGHT
+ is sought
+
+_ HAS GOTTEN WASHED
+ is washed
+
+_ HAS GOTTEN SPREAD
+ is spread
+
+_ HAS GOTTEN RECORDED
+ is recorded
+
+_ HAS GOTTEN DISAPPEARED
+ is disappeared
+
+_ HAS GOTTEN SHOWN
+ is shown
+
+_ HAS GOTTEN BROKEN
+ is broken
+
+_ HAS GOTTEN BOASTED
+ is boasted
+
+_ HAS GOTTEN RUINED
+ is ruined
+
+_ HAS GOTTEN SPOKEN
+ is spoken
+
+_ HAS GOTTEN CURED
+ is cured
+
+_ HAS GOTTEN SLEPT
+ is slept
+
+_ HAS GOTTEN RETIRED
+ is retired
+
+_ HAS GOTTEN ORDERED
+ is ordered
+
+_ HAS GOTTEN BOOKED
+ is booked
+
+_ HAS GOTTEN SUCCEDED
+ is succeded
+
+_ HAS GOTTEN STAIED
+ is staied
+
+_ HAS GOTTEN HOOKED
+ is hooked
+
+_ HAS GOTTEN FOUGHT
+ is fought
+
+_ HAS GOTTEN WINKED
+ is winked
+
+_ HAS GOTTEN CRASHED
+ is crashed
+
+_ HAS GOTTEN CORRECTED
+ is corrected
+
+_ HAS GOTTEN REMEMBERED
+ is remembered
+
+_ HAS GOTTEN CONFESSED
+ is confessed
+
+_ HAS GOTTEN BOUGHT
+ is bought
+
+_ HAS GOTTEN GRABED
+ is grabed
+
+_ HAS GOTTEN SPAT
+ is spat
+
+_ HAS GOTTEN PARKED
+ is parked
+
+_ HAS GOTTEN LOOKED
+ is looked
+
+_ HAS GOTTEN EXPLODED
+ is exploded
+
+_ HAS GOTTEN MARKED
+ is marked
+
+_ HAS GOTTEN BID
+ is bid
+
+_ HAS GOTTEN BRAKED
+ is braked
+
+_ HAS GOTTEN WATERED
+ is watered
+
+_ HAS GOTTEN STARED
+ is stared
+
+_ HAS GOTTEN THAWED
+ is thawed
+
+_ HAS GOTTEN TREATED
+ is treated
+
+_ HAS GOTTEN SQUEALED
+ is squealed
+
+_ HAS GOTTEN REMOVED
+ is removed
+
+_ HAS GOTTEN THOUGHT
+ is thought
+
+_ HAS GOTTEN AWOKEN
+ is awoken
+
+_ HAS GOTTEN PARTED
+ is parted
+
+_ HAS GOTTEN ANSWERED
+ is answered
+
+_ HAS GOTTEN TYPED
+ is typed
+
+_ HAS GOTTEN SWEPT
+ is swept
+
+_ HAS GOTTEN FLED
+ is fled
+
+_ HAS GOTTEN APPEARED
+ is appeared
+
+_ HAS GOTTEN SHELTERED
+ is sheltered
+
+_ HAS GOTTEN IMPRESSED
+ is impressed
+
+_ HAS GOTTEN STROKED
+ is stroked
+
+_ HAS GOTTEN LEFT
+ is left
+
+_ HAS GOTTEN QUESTIONED
+ is questioned
+
+_ HAS GOTTEN GRATED
+ is grated
+
+_ HAS GOTTEN DELIVERED
+ is delivered
+
+_ HAS GOTTEN COUNTED
+ is counted
+
+_ HAS GOTTEN REMAINED
+ is remained
+
+_ HAS GOTTEN RAISED
+ is raised
+
+_ HAS GOTTEN VISITED
+ is visited
+
+_ HAS GOTTEN SWUNG
+ is swung
+
+_ HAS GOTTEN RUBED
+ is rubed
+
+_ HAS GOTTEN SHOPED
+ is shoped
+
+_ HAS GOTTEN HAPPENED
+ is happened
+
+_ HAS GOTTEN DUSTED
+ is dusted
+
+_ HAS GOTTEN BRANCHED
+ is branched
+
+_ HAS GOTTEN HEARD
+ is heard
+
+_ HAS GOTTEN WHIPPED
+ is whipped
+
+_ HAS GOTTEN GLUED
+ is glued
+
+_ HAS GOTTEN REPRODUCED
+ is reproduced
+
+_ HAS GOTTEN BURNED
+ is burned
+
+_ HAS GOTTEN PROMISED
+ is promised
+
+_ HAS GOTTEN FELT
+ is felt
+
+_ HAS GOTTEN TELEPHONED
+ is telephoned
+
+_ HAS GOTTEN CHOSEN
+ is chosen
+
+_ HAS GOTTEN LEARNED
+ is learned
+
+_ HAS GOTTEN LIKED
+ is liked
+
+_ HAS GOTTEN GUIDED
+ is guided
+
+_ HAS GOTTEN TURNED
+ is turned
+
+_ HAS GOTTEN BRUISED
+ is bruised
+
+_ HAS GOTTEN SUCKED
+ is sucked
+
+_ HAS GOTTEN PRECEDED
+ is preceded
+
+_ HAS GOTTEN LICENSED
+ is licensed
+
+_ HAS GOTTEN SUNK
+ is sunk
+
+_ HAS GOTTEN JOINED
+ is joined
+
+_ HAS GOTTEN HIDDEN
+ is hidden
+
+_ HAS GOTTEN SPROUTED
+ is sprouted
+
+_ HAS GOTTEN SHADED
+ is shaded
+
+_ HAS GOTTEN RIDDEN
+ is ridden
+
+_ HAS GOTTEN DONE
+ is done
+
+_ HAS GOTTEN INVENTED
+ is invented
+
+_ HAS GOTTEN SWUM
+ is swum
+
+_ HAS GOTTEN SNORED
+ is snored
+
+_ HAS GOTTEN SPRAIED
+ is spraied
+
+_ HAS GOTTEN MENDED
+ is mended
+
+_ HAS GOTTEN RELIED
+ is relied
+
+_ HAS GOTTEN BATTED
+ is batted
+
+_ HAS GOTTEN WISHED
+ is wished
+
+_ HAS GOTTEN CHEERED
+ is cheered
+
+_ HAS GOTTEN ASKED
+ is asked
+
+_ HAS GOTTEN REPLACED
+ is replaced
+
+_ HAS GOTTEN SEPARATED
+ is separated
+
+_ HAS GOTTEN USED
+ is used
+
+_ HAS GOTTEN SUBTRACTED
+ is subtracted
+
+_ HAS RECORDED
+ recorded
+
+_ HAS RECORDED *
+ recorded
+
+_ HAS DISAPPEARED
+ disappeared
+
+_ HAS DISAPPEARED *
+ disappeared
+
+_ HAS SHOWN
+ showed
+
+_ HAS SHOWN *
+ showed
+
+_ HAS BROKEN
+ broke
+
+_ HAS BROKEN *
+ broke
+
+_ HAS BOASTED
+ boasted
+
+_ HAS BOASTED *
+ boasted
+
+_ HAS RUINED
+ ruined
+
+_ HAS RUINED *
+ ruined
+
+_ HAS CURED
+ cured
+
+_ HAS CURED *
+ cured
+
+_ HAS SLEPT
+ slept
+
+_ HAS SLEPT *
+ slept
+
+_ HAS RETIRED
+ retired
+
+_ HAS RETIRED *
+ retired
+
+_ HAS ORDERED
+ ordered
+
+_ HAS ORDERED *
+ ordered
+
+_ HAS BOOKED
+ booked
+
+_ HAS BOOKED *
+ booked
+
+_ HAS HOOKED
+ hooked
+
+_ HAS HOOKED *
+ hooked
+
+_ HAS FOUGHT
+ fought
+
+_ HAS FOUGHT *
+ fought
+
+_ HAS BOUGHT
+ bought
+
+_ HAS BOUGHT *
+ bought
+
+_ HAS CRASHED
+ crashed
+
+_ HAS CRASHED *
+ crashed
+
+_ HAS CORRECTED
+ corrected
+
+_ HAS CORRECTED *
+ corrected
+
+_ HAS REMEMBERED
+ remembered
+
+_ HAS REMEMBERED *
+ remembered
+
+_ HAS CONFESSED
+ confessed
+
+_ HAS CONFESSED *
+ confessed
+
+_ HAS GRABED
+ grabed
+
+_ HAS GRABED *
+ grabed
+
+_ HAS PARKED
+ parked
+
+_ HAS PARKED *
+ parked
+
+_ HAS LOOKED
+ looked
+
+_ HAS LOOKED *
+ looked
+
+_ HAS EXPLODED
+ exploded
+
+_ HAS EXPLODED *
+ exploded
+
+_ HAS MARKED
+ marked
+
+_ HAS MARKED *
+ marked
+
+_ HAS BID
+ bid
+
+_ HAS BID *
+ bid
+
+_ HAS BRAKED
+ braked
+
+_ HAS BRAKED *
+ braked
+
+_ HAS REMOVED
+ removed
+
+_ HAS REMOVED *
+ removed
+
+_ HAS AWOKEN
+ awoke
+
+_ HAS AWOKEN *
+ awoke
+
+_ HAS PARTED
+ parted
+
+_ HAS PARTED *
+ parted
+
+_ HAS ANSWERED
+ answered
+
+_ HAS ANSWERED *
+ answered
+
+_ HAS FLED
+ fled
+
+_ HAS FLED *
+ fled
+
+_ HAS APPEARED
+ appeared
+
+_ HAS APPEARED *
+ appeared
+
+_ HAS SHELTERED
+ sheltered
+
+_ HAS SHELTERED *
+ sheltered
+
+_ HAS IMPRESSED
+ impressed
+
+_ HAS IMPRESSED *
+ impressed
+
+_ HAS LEFT
+ left
+
+_ HAS LEFT *
+ left
+
+_ HAS QUESTIONED
+ questioned
+
+_ HAS QUESTIONED *
+ questioned
+
+_ HAS GRATED
+ grated
+
+_ HAS GRATED *
+ grated
+
+_ HAS DELIVERED
+ delivered
+
+_ HAS DELIVERED *
+ delivered
+
+_ HAS COUNTED
+ counted
+
+_ HAS COUNTED *
+ counted
+
+_ HAS REMAINED
+ remained
+
+_ HAS REMAINED *
+ remained
+
+_ HAS RAISED
+ raised
+
+_ HAS RAISED *
+ raised
+
+_ HAS RUBED
+ rubed
+
+_ HAS RUBED *
+ rubed
+
+_ HAS SHOPED
+ shoped
+
+_ HAS SHOPED *
+ shoped
+
+_ HAS HAPPENED
+ happened
+
+_ HAS HAPPENED *
+ happened
+
+_ HAS DUSTED
+ dusted
+
+_ HAS DUSTED *
+ dusted
+
+_ HAS BRANCHED
+ branched
+
+_ HAS BRANCHED *
+ branched
+
+_ HAS HEARD
+ heard
+
+_ HAS HEARD *
+ heard
+
+_ HAS GLUED
+ glued
+
+_ HAS GLUED *
+ glued
+
+_ HAS REPRODUCED
+ reproduced
+
+_ HAS REPRODUCED *
+ reproduced
+
+_ HAS BURNED
+ burned
+
+_ HAS BURNED *
+ burned
+
+_ HAS PROMISED
+ promised
+
+_ HAS PROMISED *
+ promised
+
+_ HAS FELT
+ felt
+
+_ HAS FELT *
+ felt
+
+_ HAS CHOSEN
+ chose
+
+_ HAS CHOSEN *
+ chose
+
+_ HAS LEARNED
+ learned
+
+_ HAS LEARNED *
+ learned
+
+_ HAS LIKED
+ liked
+
+_ HAS LIKED *
+ liked
+
+_ HAS GUIDED
+ guided
+
+_ HAS GUIDED *
+ guided
+
+_ HAS BRUISED
+ bruised
+
+_ HAS BRUISED *
+ bruised
+
+_ HAS LICENSED
+ licensed
+
+_ HAS LICENSED *
+ licensed
+
+_ HAS PRECEDED
+ preceded
+
+_ HAS PRECEDED *
+ preceded
+
+_ HAS SUNK
+ sank
+
+_ HAS SUNK *
+ sank
+
+_ HAS JOINED
+ joined
+
+_ HAS JOINED *
+ joined
+
+_ HAS HIDDEN
+ hid
+
+_ HAS HIDDEN *
+ hid
+
+_ HAS SHADED
+ shaded
+
+_ HAS SHADED *
+ shaded
+
+_ HAS RIDDEN
+ rode
+
+_ HAS RIDDEN *
+ rode
+
+_ HAS DONE
+ did
+
+_ HAS DONE *
+ did
+
+_ HAS INVENTED
+ invented
+
+_ HAS INVENTED *
+ invented
+
+_ HAS SNORED
+ snored
+
+_ HAS SNORED *
+ snored
+
+_ HAS MENDED
+ mended
+
+_ HAS MENDED *
+ mended
+
+_ HAS RELIED
+ relied
+
+_ HAS RELIED *
+ relied
+
+_ HAS BATTED
+ batted
+
+_ HAS BATTED *
+ batted
+
+_ HAS CHEERED
+ cheered
+
+_ HAS CHEERED *
+ cheered
+
+_ HAS ASKED
+ asked
+
+_ HAS ASKED *
+ asked
+
+_ HAS REPLACED
+ replaced
+
+_ HAS REPLACED *
+ replaced
+
+_ HAS SEPARATED
+ separated
+
+_ HAS SEPARATED *
+ separated
+
+_ OOPS *
+
+
+_ LOEBNER PRIZE CONTEST
+ loebner prize
+
+_ LOEBNER PRIZE COMPETITION
+ loebner prize
+
+_ SIGNIFICANT *
+
+
+_ ALSO *
+
+
+_ SO MANY *
+
+
+_ JUST *
+
+
+_ GOD DAMNED *
+
+
+_ AT A TIME *
+
+
+_ MAY HAVE FALLEN _
+ fell
+
+_ SAYING *
+
+
+_ IS REDUCED
+ decreases
+
+_ IS MUCH *
+
+
+_ IS NOT * IT IS *
+ is
+
+_ VERY *
+
+
+_ SOMEONE WHO * AS WELL AS *
+ Somone who . Somone who
+
+_ EVERYONE SEEMS TO AGREE THAT *
+
+
+_ GO DAMNED *
+
+
+_ STARTS SOUNDING *
+ sounds
+
+_ POLITICAL *
+
+
+_ CUSTOMER SERVICE REP
+ customer service
+
+_ CUSTOMER SERVICE REPRESENTATIVE
+ customer service
+
+_ CUSTOMER SERVICE SOFTWARE
+ customer service
+
+_ CUSTOMER SERVICE REPRESENTATIVES
+ customer service
+
+_ CUSTOMER SERVICE AGENT
+ customer service
+
+_ CUSTOMER SUPPORT SOFTWARE
+ customer service
+
+_ CUSTOMER SUPPORT AGENT
+ customer service
+
+_ CUSTOMER RELATIONS SOFTWARE
+ customer service
+
+_ CUSTOMER RELATIONS AGENT
+ customer service
+
+_ DO NOT SEEM TO *
+ do not
+
+_ GIRL FRIEND
+ girlfriend
+
+_ SPECIFIC *
+
+
+_ GOT OFF *
+ exited
+
+_ got back off *
+ got off
+
+_ got back on *
+ got on
+
+_ got on *
+ entered
+
+_ ORIGINAL *
+
+
+_ MY FAVORITE *
+
+
+_ ALL TIME *
+
+
+_ AS IS THE CASE *
+
+
+_ AS WE SEE IT *
+
+
+_ THAT SERVE NO PURPOSE EXCEPT *
+
+
+_ THAT WILL *
+
+
+_ SHOCKING SHOCKING *
+ SHOCKING
+
+_ ALLOW ME TO *
+
+
+_ LOOKING FORWARD TO *
+
+
+_ A OLDER *
+ a
+
+_ LIGHT BLUE *
+ blue
+
+_ CAN BE CONSIDERED *
+ is
+
+_ CAN HAVE *
+ has
+
+_ CAN APPLY FOR *
+ applies for
+
+_ RIGHT AT *
+ at
+
+_ HAVE SHAVED
+ shaved
+
+_ HAVE SHAVED *
+ shaved
+
+_ HAVE EMBARRASSED
+ embarrassed
+
+_ HAVE EMBARRASSED *
+ embarrassed
+
+_ HAVE COMPETED
+ competed
+
+_ HAVE COMPETED *
+ competed
+
+_ HAVE RINSED
+ rinsed
+
+_ HAVE RINSED *
+ rinsed
+
+_ HAVE CHANGED
+ changed
+
+_ HAVE CHANGED *
+ changed
+
+_ HAVE AGREED
+ agreed
+
+_ HAVE AGREED *
+ agreed
+
+_ HAVE NESTED
+ nested
+
+_ HAVE NESTED *
+ nested
+
+_ HAVE SHIVERED
+ shivered
+
+_ HAVE SHIVERED *
+ shivered
+
+_ HAVE DRAINED
+ drained
+
+_ HAVE DRAINED *
+ drained
+
+_ HAVE SEWN
+ sewed
+
+_ HAVE SEWN *
+ sewed
+
+_ HAVE CLOSED
+ closed
+
+_ HAVE CLOSED *
+ closed
+
+_ HAVE REQUESTED
+ requested
+
+_ HAVE REQUESTED *
+ requested
+
+_ HAVE EMPLOYED
+ employed
+
+_ HAVE EMPLOYED *
+ employed
+
+_ HAVE OWED
+ owed
+
+_ HAVE OWED *
+ owed
+
+_ HAVE SHRUGED
+ shruged
+
+_ HAVE SHRUGED *
+ shruged
+
+_ HAVE CHEWED
+ chewed
+
+_ HAVE CHEWED *
+ chewed
+
+_ HAVE LIGHTENED
+ lightened
+
+_ HAVE LIGHTENED *
+ lightened
+
+_ HAVE CYCLED
+ cycled
+
+_ HAVE CYCLED *
+ cycled
+
+_ HAVE PRESENTED
+ presented
+
+_ HAVE PRESENTED *
+ presented
+
+_ HAVE ANALYSED
+ analysed
+
+_ HAVE ANALYSED *
+ analysed
+
+_ HAVE GUESSED
+ guessed
+
+_ HAVE GUESSED *
+ guessed
+
+_ HAVE SHUT
+ shut
+
+_ HAVE SHUT *
+ shut
+
+_ HAVE PAINTED
+ painted
+
+_ HAVE PAINTED *
+ painted
+
+_ HAVE HEAPED
+ heaped
+
+_ HAVE HEAPED *
+ heaped
+
+_ HAVE SKIED
+ skied
+
+_ HAVE SKIED *
+ skied
+
+_ HAVE PECKED
+ pecked
+
+_ HAVE PECKED *
+ pecked
+
+_ HAVE AVOIDED
+ avoided
+
+_ HAVE AVOIDED *
+ avoided
+
+_ HAVE DECORATED
+ decorated
+
+_ HAVE DECORATED *
+ decorated
+
+_ HAVE FANCIED
+ fancied
+
+_ HAVE FANCIED *
+ fancied
+
+_ HAVE GRIPED
+ griped
+
+_ HAVE GRIPED *
+ griped
+
+_ HAVE POSTED
+ posted
+
+_ HAVE POSTED *
+ posted
+
+_ HAVE MINED
+ mined
+
+_ HAVE MINED *
+ mined
+
+_ HAVE SCRUBED
+ scrubed
+
+_ HAVE SCRUBED *
+ scrubed
+
+_ HAVE SINED
+ sined
+
+_ HAVE SINED *
+ sined
+
+_ HAVE RELEASED
+ released
+
+_ HAVE RELEASED *
+ released
+
+_ HAVE LISTENED
+ listened
+
+_ HAVE LISTENED *
+ listened
+
+_ HAVE PINED
+ pined
+
+_ HAVE PINED *
+ pined
+
+_ HAVE PRINTED
+ printed
+
+_ HAVE PRINTED *
+ printed
+
+_ HAVE OPENED
+ opened
+
+_ HAVE OPENED *
+ opened
+
+_ HAVE FLOODED
+ flooded
+
+_ HAVE FLOODED *
+ flooded
+
+_ HAVE MADE
+ made
+
+_ HAVE MADE *
+ made
+
+_ HAVE SATISFIED
+ satisfied
+
+_ HAVE SATISFIED *
+ satisfied
+
+_ HAVE PRETENDED
+ pretended
+
+_ HAVE PRETENDED *
+ pretended
+
+_ HAVE BUBBLED
+ bubbled
+
+_ HAVE BUBBLED *
+ bubbled
+
+_ HAVE KNELT
+ knelt
+
+_ HAVE KNELT *
+ knelt
+
+_ HAVE POSSESSED
+ possessed
+
+_ HAVE POSSESSED *
+ possessed
+
+_ HAVE AFFORDED
+ afforded
+
+_ HAVE AFFORDED *
+ afforded
+
+_ HAVE ROCKED
+ rocked
+
+_ HAVE ROCKED *
+ rocked
+
+_ HAVE OFFERED
+ offered
+
+_ HAVE OFFERED *
+ offered
+
+_ HAVE CURVED
+ curved
+
+_ HAVE CURVED *
+ curved
+
+_ HAVE CLAPED
+ claped
+
+_ HAVE CLAPED *
+ claped
+
+_ HAVE LOCKED
+ locked
+
+_ HAVE LOCKED *
+ locked
+
+_ HAVE SAVED
+ saved
+
+_ HAVE SAVED *
+ saved
+
+_ HAVE HIT
+ hit
+
+_ HAVE HIT *
+ hit
+
+_ HAVE SLAPED
+ slaped
+
+_ HAVE SLAPED *
+ slaped
+
+_ HAVE DISARMED
+ disarmed
+
+_ HAVE DISARMED *
+ disarmed
+
+_ HAVE CLAIMED
+ claimed
+
+_ HAVE CLAIMED *
+ claimed
+
+_ HAVE FENCED
+ fenced
+
+_ HAVE FENCED *
+ fenced
+
+_ HAVE DISLIKED
+ disliked
+
+_ HAVE DISLIKED *
+ disliked
+
+_ HAVE PROTECTED
+ protected
+
+_ HAVE PROTECTED *
+ protected
+
+_ HAVE APOLOGISED
+ apologised
+
+_ HAVE APOLOGISED *
+ apologised
+
+_ HAVE POINTED
+ pointed
+
+_ HAVE POINTED *
+ pointed
+
+_ HAVE ADDED
+ added
+
+_ HAVE ADDED *
+ added
+
+_ HAVE HARASSED
+ harassed
+
+_ HAVE HARASSED *
+ harassed
+
+_ HAVE HUMMED
+ hummed
+
+_ HAVE HUMMED *
+ hummed
+
+_ HAVE SCARED
+ scared
+
+_ HAVE SCARED *
+ scared
+
+_ HAVE REPLIED
+ replied
+
+_ HAVE REPLIED *
+ replied
+
+_ HAVE ENCOURAGED
+ esncouraged
+
+_ HAVE ENCOURAGED *
+ esncouraged
+
+_ HAVE EXCUSED
+ excused
+
+_ HAVE EXCUSED *
+ excused
+
+_ HAVE COMPLETED
+ completed
+
+_ HAVE COMPLETED *
+ completed
+
+_ HAVE MESSED
+ messed
+
+_ HAVE MESSED *
+ messed
+
+_ HAVE BUILT
+ built
+
+_ HAVE BUILT *
+ built
+
+_ HAVE BLEACHED
+ bleached
+
+_ HAVE BLEACHED *
+ bleached
+
+_ HAVE COMMUNICATED
+ communicated
+
+_ HAVE COMMUNICATED *
+ communicated
+
+_ HAVE MOORED
+ moored
+
+_ HAVE MOORED *
+ moored
+
+_ HAVE FALLEN
+ fell
+
+_ HAVE FALLEN *
+ fell
+
+_ HAVE SAWED
+ sawed
+
+_ HAVE SAWED *
+ sawed
+
+_ HAVE SMOKED
+ smoked
+
+_ HAVE SMOKED *
+ smoked
+
+_ HAVE SLID
+ slid
+
+_ HAVE SLID *
+ slid
+
+_ HAVE ADMITTED
+ admitted
+
+_ HAVE ADMITTED *
+ admitted
+
+_ HAVE SKIPED
+ skiped
+
+_ HAVE SKIPED *
+ skiped
+
+_ HAVE PHONED
+ phoned
+
+_ HAVE PHONED *
+ phoned
+
+_ HAVE NUMBERED
+ numbered
+
+_ HAVE NUMBERED *
+ numbered
+
+_ HAVE LOVED
+ loved
+
+_ HAVE LOVED *
+ loved
+
+_ HAVE HURT
+ hurt
+
+_ HAVE HURT *
+ hurt
+
+_ HAVE MOVED
+ moved
+
+_ HAVE MOVED *
+ moved
+
+_ HAVE SERVED
+ served
+
+_ HAVE SERVED *
+ served
+
+_ HAVE GROANED
+ groaned
+
+_ HAVE GROANED *
+ groaned
+
+_ HAVE COPIED
+ copied
+
+_ HAVE COPIED *
+ copied
+
+_ HAVE HUNTED
+ hunted
+
+_ HAVE HUNTED *
+ hunted
+
+_ HAVE PREFERED
+ prefered
+
+_ HAVE PREFERED *
+ prefered
+
+_ HAVE FED
+ fed
+
+_ HAVE FED *
+ fed
+
+_ HAVE HOPED
+ hoped
+
+_ HAVE HOPED *
+ hoped
+
+_ HAVE CONSISTED
+ consisted
+
+_ HAVE CONSISTED *
+ consisted
+
+_ HAVE COME
+ came
+
+_ HAVE COME *
+ came
+
+_ HAVE POPED
+ poped
+
+_ HAVE POPED *
+ poped
+
+_ HAVE PEDALED
+ pedaled
+
+_ HAVE PEDALED *
+ pedaled
+
+_ HAVE EXTENDED
+ extended
+
+_ HAVE EXTENDED *
+ extended
+
+_ HAVE SIGHED
+ sighed
+
+_ HAVE SIGHED *
+ sighed
+
+_ HAVE CURLED
+ curled
+
+_ HAVE CURLED *
+ curled
+
+_ HAVE IRRITATED
+ irritated
+
+_ HAVE IRRITATED *
+ irritated
+
+_ HAVE FORMED
+ formed
+
+_ HAVE FORMED *
+ formed
+
+_ HAVE PEEPED
+ peeped
+
+_ HAVE PEEPED *
+ peeped
+
+_ HAVE KNITED
+ knited
+
+_ HAVE KNITED *
+ knited
+
+_ HAVE CHEATED
+ cheated
+
+_ HAVE CHEATED *
+ cheated
+
+_ HAVE MANAGED
+ managed
+
+_ HAVE MANAGED *
+ managed
+
+_ HAVE PAID
+ paid
+
+_ HAVE PAID *
+ paid
+
+_ HAVE COMPLAINED
+ complained
+
+_ HAVE COMPLAINED *
+ complained
+
+_ HAVE ESCAPED
+ escaped
+
+_ HAVE ESCAPED *
+ escaped
+
+_ HAVE EATEN
+ ate
+
+_ HAVE EATEN *
+ ate
+
+_ HAVE BANGED
+ banged
+
+_ HAVE BANGED *
+ banged
+
+_ HAVE FIRED
+ fired
+
+_ HAVE FIRED *
+ fired
+
+_ HAVE SAT
+ sat
+
+_ HAVE SAT *
+ sat
+
+_ HAVE BOILED
+ boiled
+
+_ HAVE BOILED *
+ boiled
+
+_ HAVE CALLED
+ called
+
+_ HAVE CALLED *
+ called
+
+_ HAVE HANGED
+ hanged
+
+_ HAVE HANGED *
+ hanged
+
+_ HAVE COILED
+ coiled
+
+_ HAVE COILED *
+ coiled
+
+_ HAVE CONNECTED
+ connected
+
+_ HAVE CONNECTED *
+ connected
+
+_ HAVE BOWED
+ bowed
+
+_ HAVE BOWED *
+ bowed
+
+_ HAVE REMINDED
+ reminded
+
+_ HAVE REMINDED *
+ reminded
+
+_ HAVE MOURNED
+ mourned
+
+_ HAVE MOURNED *
+ mourned
+
+_ HAVE FOLLOWED
+ followed
+
+_ HAVE FOLLOWED *
+ followed
+
+_ HAVE CAUGHT
+ caught
+
+_ HAVE CAUGHT *
+ caught
+
+_ HAVE MET
+ met
+
+_ HAVE MET *
+ met
+
+_ HAVE PUNCTURED
+ punctured
+
+_ HAVE PUNCTURED *
+ punctured
+
+_ HAVE CALCULATED
+ calculated
+
+_ HAVE CALCULATED *
+ calculated
+
+_ HAVE PRACTISED
+ practised
+
+_ HAVE PRACTISED *
+ practised
+
+_ HAVE BATTLED
+ battled
+
+_ HAVE BATTLED *
+ battled
+
+_ HAVE GUARDED
+ guarded
+
+_ HAVE GUARDED *
+ guarded
+
+_ HAVE BLUSHED
+ blushed
+
+_ HAVE BLUSHED *
+ blushed
+
+_ HAVE DELAIED
+ delaied
+
+_ HAVE DELAIED *
+ delaied
+
+_ HAVE FILMED
+ filmed
+
+_ HAVE FILMED *
+ filmed
+
+_ HAVE GAZED
+ gazed
+
+_ HAVE GAZED *
+ gazed
+
+_ HAVE OFFENDED
+ offended
+
+_ HAVE OFFENDED *
+ offended
+
+_ HAVE HELPED
+ helped
+
+_ HAVE HELPED *
+ helped
+
+_ HAVE GROWN
+ grew
+
+_ HAVE GROWN *
+ grew
+
+_ HAVE EXPLAINED
+ explained
+
+_ HAVE EXPLAINED *
+ explained
+
+_ HAVE IDENTIFIED
+ identified
+
+_ HAVE IDENTIFIED *
+ identified
+
+_ HAVE CONCENTRATED
+ concentrated
+
+_ HAVE CONCENTRATED *
+ concentrated
+
+_ HAVE APPROVED
+ approved
+
+_ HAVE APPROVED *
+ approved
+
+_ HAVE FROZEN
+ froze
+
+_ HAVE FROZEN *
+ froze
+
+_ HAVE SUNG
+ sang
+
+_ HAVE SUNG *
+ sang
+
+_ HAVE DUG
+ dug
+
+_ HAVE DUG *
+ dug
+
+_ HAVE INFORMED
+ informed
+
+_ HAVE INFORMED *
+ informed
+
+_ HAVE REALISED
+ realised
+
+_ HAVE REALISED *
+ realised
+
+_ HAVE COMPARED
+ compared
+
+_ HAVE COMPARED *
+ compared
+
+_ HAVE DOUBTED
+ doubted
+
+_ HAVE DOUBTED *
+ doubted
+
+_ HAVE CONTAINED
+ contained
+
+_ HAVE CONTAINED *
+ contained
+
+_ HAVE JOGED
+ joged
+
+_ HAVE JOGED *
+ joged
+
+_ HAVE OVERFLOWED
+ overflowed
+
+_ HAVE OVERFLOWED *
+ overflowed
+
+_ HAVE SHOT
+ shot
+
+_ HAVE SHOT *
+ shot
+
+_ HAVE PUSHED
+ pushed
+
+_ HAVE PUSHED *
+ pushed
+
+_ HAVE DEVELOPED
+ developed
+
+_ HAVE DEVELOPED *
+ developed
+
+_ HAVE RUSHED
+ rushed
+
+_ HAVE RUSHED *
+ rushed
+
+_ HAVE FRIGHTENED
+ frightened
+
+_ HAVE FRIGHTENED *
+ frightened
+
+_ HAVE SEEN
+ saw
+
+_ HAVE SEEN *
+ saw
+
+_ HAVE GRINED
+ grined
+
+_ HAVE GRINED *
+ grined
+
+_ HAVE SOLD
+ sold
+
+_ HAVE SOLD *
+ sold
+
+_ HAVE SHONE
+ shone
+
+_ HAVE SHONE *
+ shone
+
+_ HAVE FADED
+ faded
+
+_ HAVE FADED *
+ faded
+
+_ HAVE RESCUED
+ rescued
+
+_ HAVE RESCUED *
+ rescued
+
+_ HAVE EDUCATED
+ educated
+
+_ HAVE EDUCATED *
+ educated
+
+_ HAVE BURST
+ burst
+
+_ HAVE BURST *
+ burst
+
+_ HAVE FORCED
+ forced
+
+_ HAVE FORCED *
+ forced
+
+_ HAVE ANNOUNCED
+ announced
+
+_ HAVE ANNOUNCED *
+ announced
+
+_ HAVE RELAXED
+ relaxed
+
+_ HAVE RELAXED *
+ relaxed
+
+_ HAVE EXPECTED
+ expected
+
+_ HAVE EXPECTED *
+ expected
+
+_ HAVE FITED
+ fited
+
+_ HAVE FITED *
+ fited
+
+_ HAVE EXAMINED
+ examined
+
+_ HAVE EXAMINED *
+ examined
+
+_ HAVE INFLUENCED
+ influenced
+
+_ HAVE INFLUENCED *
+ influenced
+
+_ HAVE DESTROIED
+ destroied
+
+_ HAVE DESTROIED *
+ destroied
+
+_ HAVE MEANT
+ meant
+
+_ HAVE MEANT *
+ meant
+
+_ HAVE SCREAMED
+ screamed
+
+_ HAVE SCREAMED *
+ screamed
+
+_ HAVE MOANED
+ moaned
+
+_ HAVE MOANED *
+ moaned
+
+_ HAVE JUGGLED
+ juggled
+
+_ HAVE JUGGLED *
+ juggled
+
+_ HAVE RULED
+ ruled
+
+_ HAVE RULED *
+ ruled
+
+_ HAVE RECOGNISED
+ recognised
+
+_ HAVE RECOGNISED *
+ recognised
+
+_ HAVE BAKED
+ baked
+
+_ HAVE BAKED *
+ baked
+
+_ HAVE PLANED
+ planed
+
+_ HAVE PLANED *
+ planed
+
+_ HAVE KEPT
+ kept
+
+_ HAVE KEPT *
+ kept
+
+_ HAVE DETECTED
+ detected
+
+_ HAVE DETECTED *
+ detected
+
+_ HAVE ARRIVED
+ arrived
+
+_ HAVE ARRIVED *
+ arrived
+
+_ HAVE DISAPPROVED
+ disapproved
+
+_ HAVE DISAPPROVED *
+ disapproved
+
+_ HAVE DRAWN
+ drew
+
+_ HAVE DRAWN *
+ drew
+
+_ HAVE CUT
+ cut
+
+_ HAVE CUT *
+ cut
+
+_ HAVE BATHED
+ bathed
+
+_ HAVE BATHED *
+ bathed
+
+_ HAVE MARCHED
+ marched
+
+_ HAVE MARCHED *
+ marched
+
+_ HAVE COACHED
+ coached
+
+_ HAVE COACHED *
+ coached
+
+_ HAVE LED
+ led
+
+_ HAVE LED *
+ led
+
+_ HAVE DROPPED
+ dropped
+
+_ HAVE DROPPED *
+ dropped
+
+_ HAVE BLINKED
+ blinked
+
+_ HAVE BLINKED *
+ blinked
+
+_ HAVE BUZZED
+ buzzed
+
+_ HAVE BUZZED *
+ buzzed
+
+_ HAVE PROGRAMED
+ programed
+
+_ HAVE PROGRAMED *
+ programed
+
+_ HAVE COLLECTED
+ collected
+
+_ HAVE COLLECTED *
+ collected
+
+_ HAVE SCRIBBLED
+ scribbled
+
+_ HAVE SCRIBBLED *
+ scribbled
+
+_ HAVE SNIFFED
+ sniffed
+
+_ HAVE SNIFFED *
+ sniffed
+
+_ HAVE FLOWN
+ flew
+
+_ HAVE FLOWN *
+ flew
+
+_ HAVE KILLED
+ killed
+
+_ HAVE KILLED *
+ killed
+
+_ HAVE PRODUCED
+ produced
+
+_ HAVE PRODUCED *
+ produced
+
+_ HAVE MEMORISED
+ memorised
+
+_ HAVE MEMORISED *
+ memorised
+
+_ HAVE FILLED
+ filled
+
+_ HAVE FILLED *
+ filled
+
+_ HAVE CHASED
+ chased
+
+_ HAVE CHASED *
+ chased
+
+_ HAVE BLOWN
+ blew
+
+_ HAVE BLOWN *
+ blew
+
+_ HAVE REFLECTED
+ reflected
+
+_ HAVE REFLECTED *
+ reflected
+
+_ HAVE OBJECTED
+ objected
+
+_ HAVE OBJECTED *
+ objected
+
+_ HAVE SCOLDED
+ scolded
+
+_ HAVE SCOLDED *
+ scolded
+
+_ HAVE DRAGED
+ draged
+
+_ HAVE DRAGED *
+ draged
+
+_ HAVE NODED
+ noded
+
+_ HAVE NODED *
+ noded
+
+_ HAVE LET
+ let
+
+_ HAVE LET *
+ let
+
+_ HAVE REPORTED
+ reported
+
+_ HAVE REPORTED *
+ reported
+
+_ HAVE HEADED
+ headed
+
+_ HAVE HEADED *
+ headed
+
+_ HAVE RETURNED
+ returned
+
+_ HAVE RETURNED *
+ returned
+
+_ HAVE POURED
+ poured
+
+_ HAVE POURED *
+ poured
+
+_ HAVE SIGNALED
+ signaled
+
+_ HAVE SIGNALED *
+ signaled
+
+_ HAVE BEAMED
+ beamed
+
+_ HAVE BEAMED *
+ beamed
+
+_ HAVE SET
+ set
+
+_ HAVE SET *
+ set
+
+_ HAVE DAMAGED
+ damaged
+
+_ HAVE DAMAGED *
+ damaged
+
+_ HAVE INTERFERED
+ interfered
+
+_ HAVE INTERFERED *
+ interfered
+
+_ HAVE SLIPPED
+ slipped
+
+_ HAVE SLIPPED *
+ slipped
+
+_ HAVE GUARANTEED
+ guaranteed
+
+_ HAVE GUARANTEED *
+ guaranteed
+
+_ HAVE INTERESTED
+ interested
+
+_ HAVE INTERESTED *
+ interested
+
+_ HAVE PRAYED
+ prayed
+
+_ HAVE PRAYED *
+ prayed
+
+_ HAVE RUNG
+ rang
+
+_ HAVE RUNG *
+ rang
+
+_ HAVE PERMITED
+ permited
+
+_ HAVE PERMITED *
+ permited
+
+_ HAVE COUGHED
+ coughed
+
+_ HAVE COUGHED *
+ coughed
+
+_ HAVE REPEATED
+ repeated
+
+_ HAVE REPEATED *
+ repeated
+
+_ HAVE COLOURED
+ coloured
+
+_ HAVE COLOURED *
+ coloured
+
+_ HAVE JOKED
+ joked
+
+_ HAVE JOKED *
+ joked
+
+_ HAVE CAMPED
+ camped
+
+_ HAVE CAMPED *
+ camped
+
+_ HAVE PRICKED
+ pricked
+
+_ HAVE PRICKED *
+ pricked
+
+_ HAVE ARGUED
+ argued
+
+_ HAVE ARGUED *
+ argued
+
+_ HAVE CLIPPED
+ clipped
+
+_ HAVE CLIPPED *
+ clipped
+
+_ HAVE ARRANGED
+ arranged
+
+_ HAVE ARRANGED *
+ arranged
+
+_ HAVE BRUSHED
+ brushed
+
+_ HAVE BRUSHED *
+ brushed
+
+_ HAVE CRUSHED
+ crushed
+
+_ HAVE CRUSHED *
+ crushed
+
+_ HAVE HOPPED
+ hopped
+
+_ HAVE HOPPED *
+ hopped
+
+_ HAVE LOADED
+ loaded
+
+_ HAVE LOADED *
+ loaded
+
+_ HAVE POKED
+ poked
+
+_ HAVE POKED *
+ poked
+
+_ HAVE MANED
+ maned
+
+_ HAVE MANED *
+ maned
+
+_ HAVE FASTENED
+ fastened
+
+_ HAVE FASTENED *
+ fastened
+
+_ HAVE CONTINUED
+ continued
+
+_ HAVE CONTINUED *
+ continued
+
+_ HAVE MATCHED
+ matched
+
+_ HAVE MATCHED *
+ matched
+
+_ HAVE SCATTERED
+ scattered
+
+_ HAVE SCATTERED *
+ scattered
+
+_ HAVE BROUGHT
+ brought
+
+_ HAVE BROUGHT *
+ brought
+
+_ HAVE HAMMERED
+ hammered
+
+_ HAVE HAMMERED *
+ hammered
+
+_ HAVE RUN
+ ran
+
+_ HAVE RUN *
+ ran
+
+_ HAVE BANNED
+ banned
+
+_ HAVE BANNED *
+ banned
+
+_ HAVE SETTLED
+ settled
+
+_ HAVE SETTLED *
+ settled
+
+_ HAVE MIXED
+ mixed
+
+_ HAVE MIXED *
+ mixed
+
+_ HAVE FIXED
+ fixed
+
+_ HAVE FIXED *
+ fixed
+
+_ HAVE BOMBED
+ bombed
+
+_ HAVE BOMBED *
+ bombed
+
+_ HAVE COMBED
+ combed
+
+_ HAVE COMBED *
+ combed
+
+_ HAVE ALLOWED
+ allowed
+
+_ HAVE ALLOWED *
+ allowed
+
+_ HAVE BREATHED
+ breathed
+
+_ HAVE BREATHED *
+ breathed
+
+_ HAVE IMPROVED
+ improved
+
+_ HAVE IMPROVED *
+ improved
+
+_ HAVE LENT
+ lent
+
+_ HAVE LENT *
+ lent
+
+_ HAVE MILKED
+ milked
+
+_ HAVE MILKED *
+ milked
+
+_ HAVE SMILED
+ smiled
+
+_ HAVE SMILED *
+ smiled
+
+_ HAVE DECEIVED
+ deceived
+
+_ HAVE DECEIVED *
+ deceived
+
+_ HAVE ITCHED
+ itched
+
+_ HAVE ITCHED *
+ itched
+
+_ HAVE SNOWED
+ snowed
+
+_ HAVE SNOWED *
+ snowed
+
+_ HAVE SHARED
+ shared
+
+_ HAVE SHARED *
+ shared
+
+_ HAVE SENT
+ sent
+
+_ HAVE SENT *
+ sent
+
+_ HAVE SEARCHED
+ searched
+
+_ HAVE SEARCHED *
+ searched
+
+_ HAVE RECEIVED
+ received
+
+_ HAVE RECEIVED *
+ received
+
+_ HAVE JUDGED
+ judged
+
+_ HAVE JUDGED *
+ judged
+
+_ HAVE BLOTTED
+ blotted
+
+_ HAVE BLOTTED *
+ blotted
+
+_ HAVE SCORCHED
+ scorched
+
+_ HAVE SCORCHED *
+ scorched
+
+_ HAVE MULTIPLIED
+ multiplied
+
+_ HAVE MULTIPLIED *
+ multiplied
+
+_ HAVE PLEASED
+ pleased
+
+_ HAVE PLEASED *
+ pleased
+
+_ HAVE EXPANDED
+ expanded
+
+_ HAVE EXPANDED *
+ expanded
+
+_ HAVE CHOKED
+ choked
+
+_ HAVE CHOKED *
+ choked
+
+_ HAVE BOUNCED
+ bounced
+
+_ HAVE BOUNCED *
+ bounced
+
+_ HAVE HEALED
+ healed
+
+_ HAVE HEALED *
+ healed
+
+_ HAVE RAINED
+ rained
+
+_ HAVE RAINED *
+ rained
+
+_ HAVE PRESSED
+ pressed
+
+_ HAVE PRESSED *
+ pressed
+
+_ HAVE PUT
+ put
+
+_ HAVE PUT *
+ put
+
+_ HAVE DECAIED
+ decaied
+
+_ HAVE DECAIED *
+ decaied
+
+_ HAVE GREASED
+ greased
+
+_ HAVE GREASED *
+ greased
+
+_ HAVE SPARED *
+ spared
+
+_ HAVE SEALED
+ sealed
+
+_ HAVE SEALED *
+ sealed
+
+_ HAVE AMUSED
+ amused
+
+_ HAVE AMUSED *
+ amused
+
+_ HAVE BEATEN
+ beat
+
+_ HAVE BEATEN *
+ beat
+
+_ HAVE DECIDED
+ decided
+
+_ HAVE DECIDED *
+ decided
+
+_ HAVE OCCURED
+ occured
+
+_ HAVE OCCURED *
+ occured
+
+_ HAVE COMMANDED
+ commanded
+
+_ HAVE COMMANDED *
+ commanded
+
+_ HAVE LOST
+ lost
+
+_ HAVE LOST *
+ lost
+
+_ HAVE CONFUSED
+ confused
+
+_ HAVE CONFUSED *
+ confused
+
+_ HAVE KNEELED
+ kneeled
+
+_ HAVE KNEELED *
+ kneeled
+
+_ HAVE GREETED
+ greeted
+
+_ HAVE GREETED *
+ greeted
+
+_ HAVE REPAIRED
+ repaired
+
+_ HAVE REPAIRED *
+ repaired
+
+_ HAVE BURIED
+ buried
+
+_ HAVE BURIED *
+ buried
+
+_ HAVE CONCERNED
+ concerned
+
+_ HAVE CONCERNED *
+ concerned
+
+_ HAVE FORGIVEN
+ forgave
+
+_ HAVE FORGIVEN *
+ forgave
+
+_ HAVE BROADCAST
+ broadcast
+
+_ HAVE BROADCAST *
+ broadcast
+
+_ HAVE DRESSED
+ dressed
+
+_ HAVE DRESSED *
+ dressed
+
+_ HAVE PLACED
+ placed
+
+_ HAVE PLACED *
+ placed
+
+_ HAVE MATTERED
+ mattered
+
+_ HAVE MATTERED *
+ mattered
+
+_ HAVE OWNED
+ owned
+
+_ HAVE OWNED *
+ owned
+
+_ HAVE SIGNED
+ signed
+
+_ HAVE SIGNED *
+ signed
+
+_ HAVE INTENDED
+ intended
+
+_ HAVE INTENDED *
+ intended
+
+_ HAVE DEALT
+ dealt
+
+_ HAVE DEALT *
+ dealt
+
+_ HAVE NOTICED
+ noticed
+
+_ HAVE NOTICED *
+ noticed
+
+_ HAVE HANDED
+ handed
+
+_ HAVE HANDED *
+ handed
+
+_ HAVE BLESSED
+ blessed
+
+_ HAVE BLESSED *
+ blessed
+
+_ HAVE LIT
+ lit
+
+_ HAVE LIT *
+ lit
+
+_ HAVE KNOWN
+ knew
+
+_ HAVE KNOWN *
+ knew
+
+_ HAVE MUGED
+ muged
+
+_ HAVE MUGED *
+ muged
+
+_ HAVE LANDED
+ landed
+
+_ HAVE LANDED *
+ landed
+
+_ HAVE HUGED
+ huged
+
+_ HAVE HUGED *
+ huged
+
+_ HAVE BARED
+ bared
+
+_ HAVE BARED *
+ bared
+
+_ HAVE CARED
+ cared
+
+_ HAVE CARED *
+ cared
+
+_ HAVE DARED
+ dared
+
+_ HAVE DARED *
+ dared
+
+_ HAVE LAIN
+ lay
+
+_ HAVE LAIN *
+ lay
+
+_ HAVE FOUND
+ found
+
+_ HAVE FOUND *
+ found
+
+_ HAVE MARRIED
+ married
+
+_ HAVE MARRIED *
+ married
+
+_ HAVE INJURED
+ injured
+
+_ HAVE INJURED *
+ injured
+
+_ HAVE PASTED
+ pasted
+
+_ HAVE PASTED *
+ pasted
+
+_ HAVE ALERTED
+ alerted
+
+_ HAVE ALERTED *
+ alerted
+
+_ HAVE LASTED
+ lasted
+
+_ HAVE LASTED *
+ lasted
+
+_ HAVE LEVELED
+ leveled
+
+_ HAVE LEVELED *
+ leveled
+
+_ HAVE FLOATED
+ floated
+
+_ HAVE FLOATED *
+ floated
+
+_ HAVE EXCITED
+ excited
+
+_ HAVE EXCITED *
+ excited
+
+_ HAVE BALANCED
+ balanced
+
+_ HAVE BALANCED *
+ balanced
+
+_ HAVE MUDDLED
+ muddled
+
+_ HAVE MUDDLED *
+ muddled
+
+_ HAVE CHECKED
+ checked
+
+_ HAVE CHECKED *
+ checked
+
+_ HAVE CHOPPED
+ chopped
+
+_ HAVE CHOPPED *
+ chopped
+
+_ HAVE RISEN
+ rose
+
+_ HAVE RISEN *
+ rose
+
+_ HAVE DESERTED
+ deserted
+
+_ HAVE DESERTED *
+ deserted
+
+_ HAVE READ
+ read
+
+_ HAVE READ *
+ read
+
+_ HAVE QUEUED
+ queued
+
+_ HAVE QUEUED *
+ queued
+
+_ HAVE EARNED
+ earned
+
+_ HAVE EARNED *
+ earned
+
+_ HAVE BACKED
+ backed
+
+_ HAVE BACKED *
+ backed
+
+_ HAVE PREPARED
+ prepared
+
+_ HAVE PREPARED *
+ prepared
+
+_ HAVE REJOICED
+ rejoiced
+
+_ HAVE REJOICED *
+ rejoiced
+
+_ HAVE CARRIED
+ carried
+
+_ HAVE CARRIED *
+ carried
+
+_ HAVE INSTRUCTED
+ instructed
+
+_ HAVE INSTRUCTED *
+ instructed
+
+_ HAVE PACKED
+ packed
+
+_ HAVE PACKED *
+ packed
+
+_ HAVE PLUGED
+ pluged
+
+_ HAVE PLUGED *
+ pluged
+
+_ HAVE SACKED
+ sacked
+
+_ HAVE SACKED *
+ sacked
+
+_ HAVE CHARGED
+ charged
+
+_ HAVE CHARGED *
+ charged
+
+_ HAVE OBEIED
+ obeied
+
+_ HAVE OBEIED *
+ obeied
+
+_ HAVE FORGOTTEN
+ forgot
+
+_ HAVE FORGOTTEN *
+ forgot
+
+_ HAVE FOLDED
+ folded
+
+_ HAVE FOLDED *
+ folded
+
+_ HAVE SHAKEN
+ shook
+
+_ HAVE SHAKEN *
+ shook
+
+_ HAVE HELD
+ held
+
+_ HAVE HELD *
+ held
+
+_ HAVE PINCHED
+ pinched
+
+_ HAVE PINCHED *
+ pinched
+
+_ HAVE APPLAUDED
+ applauded
+
+_ HAVE APPLAUDED *
+ applauded
+
+_ HAVE BITTEN
+ bit
+
+_ HAVE BITTEN *
+ bit
+
+_ HAVE BLINDED
+ blinded
+
+_ HAVE BLINDED *
+ blinded
+
+_ HAVE KNOCKED
+ knocked
+
+_ HAVE KNOCKED *
+ knocked
+
+_ HAVE FLOWED
+ flowed
+
+_ HAVE FLOWED *
+ flowed
+
+_ HAVE GLOWED
+ glowed
+
+_ HAVE GLOWED *
+ glowed
+
+_ HAVE CRAWLED
+ crawled
+
+_ HAVE CRAWLED *
+ crawled
+
+_ HAVE SCRAPED
+ scraped
+
+_ HAVE SCRAPED *
+ scraped
+
+_ HAVE SLOWED
+ slowed
+
+_ HAVE SLOWED *
+ slowed
+
+_ HAVE BEGED
+ beged
+
+_ HAVE BEGED *
+ beged
+
+_ HAVE BEGUN
+ began
+
+_ HAVE BEGUN *
+ began
+
+_ HAVE PULLED
+ pulled
+
+_ HAVE PULLED *
+ pulled
+
+_ HAVE HEATED
+ heated
+
+_ HAVE HEATED *
+ heated
+
+_ HAVE FILED
+ filed
+
+_ HAVE FILED *
+ filed
+
+_ HAVE LAUGHED
+ laughed
+
+_ HAVE LAUGHED *
+ laughed
+
+_ HAVE HURRIED
+ hurried
+
+_ HAVE HURRIED *
+ hurried
+
+_ HAVE SMELLED
+ smelled
+
+_ HAVE SMELLED *
+ smelled
+
+_ HAVE BORED
+ bored
+
+_ HAVE BORED *
+ bored
+
+_ HAVE FLOWERED
+ flowered
+
+_ HAVE FLOWERED *
+ flowered
+
+_ HAVE OBSERVED
+ observed
+
+_ HAVE OBSERVED *
+ observed
+
+_ HAVE PUNCHED
+ punched
+
+_ HAVE PUNCHED *
+ punched
+
+_ HAVE PADDLED
+ paddled
+
+_ HAVE PADDLED *
+ paddled
+
+_ HAVE INJECTED
+ injected
+
+_ HAVE INJECTED *
+ injected
+
+_ HAVE CLEARED
+ cleared
+
+_ HAVE CLEARED *
+ cleared
+
+_ HAVE ATTEMPTED
+ attempted
+
+_ HAVE ATTEMPTED *
+ attempted
+
+_ HAVE ENJOYED
+ enjoyed
+
+_ HAVE ENJOYED *
+ enjoyed
+
+_ HAVE PEELED
+ peeled
+
+_ HAVE PEELED *
+ peeled
+
+_ HAVE ATTACHED
+ attached
+
+_ HAVE ATTACHED *
+ attached
+
+_ HAVE INVITED
+ invited
+
+_ HAVE INVITED *
+ invited
+
+_ HAVE PREACHED
+ preached
+
+_ HAVE PREACHED *
+ preached
+
+_ HAVE DESERVED
+ deserved
+
+_ HAVE DESERVED *
+ deserved
+
+_ HAVE SOAKED
+ soaked
+
+_ HAVE SOAKED *
+ soaked
+
+_ HAVE FETCHED
+ fetched
+
+_ HAVE FETCHED *
+ fetched
+
+_ HAVE MATED
+ mated
+
+_ HAVE MATED *
+ mated
+
+_ HAVE FACED
+ faced
+
+_ HAVE FACED *
+ faced
+
+_ HAVE HATED
+ hated
+
+_ HAVE HATED *
+ hated
+
+_ HAVE DANCED
+ danced
+
+_ HAVE DANCED *
+ danced
+
+_ HAVE RACED
+ raced
+
+_ HAVE RACED *
+ raced
+
+_ HAVE CONSIDERED
+ considered
+
+_ HAVE CONSIDERED *
+ considered
+
+_ HAVE LIED
+ lied
+
+_ HAVE LIED *
+ lied
+
+_ HAVE RHYMED
+ rhymed
+
+_ HAVE RHYMED *
+ rhymed
+
+_ HAVE FORBIDDEN
+ forbade
+
+_ HAVE FORBIDDEN *
+ forbade
+
+_ HAVE PATED
+ pated
+
+_ HAVE PATED *
+ pated
+
+_ HAVE CRIED
+ cried
+
+_ HAVE CRIED *
+ cried
+
+_ HAVE DRIED
+ dried
+
+_ HAVE DRIED *
+ dried
+
+_ HAVE ATTACKED
+ attacked
+
+_ HAVE ATTACKED *
+ attacked
+
+_ HAVE CROSSED
+ crossed
+
+_ HAVE CROSSED *
+ crossed
+
+_ HAVE PERFORMED
+ performed
+
+_ HAVE PERFORMED *
+ performed
+
+_ HAVE FRIED
+ fried
+
+_ HAVE FRIED *
+ fried
+
+_ HAVE INCREASED
+ increased
+
+_ HAVE INCREASED *
+ increased
+
+_ HAVE RADIATED
+ radiated
+
+_ HAVE RADIATED *
+ radiated
+
+_ HAVE EXERCISED
+ exercised
+
+_ HAVE EXERCISED *
+ exercised
+
+_ HAVE REGRETED
+ regreted
+
+_ HAVE REGRETED *
+ regreted
+
+_ HAVE PASSED
+ passed
+
+_ HAVE PASSED *
+ passed
+
+_ HAVE ROBED
+ robed
+
+_ HAVE ROBED *
+ robed
+
+_ HAVE SHOCKED
+ shocked
+
+_ HAVE SHOCKED *
+ shocked
+
+_ HAVE BEHAVED
+ behaved
+
+_ HAVE BEHAVED *
+ behaved
+
+_ HAVE REJECTED
+ rejected
+
+_ HAVE REJECTED *
+ rejected
+
+_ HAVE RISKED
+ risked
+
+_ HAVE RISKED *
+ risked
+
+_ HAVE BECOME
+ became
+
+_ HAVE BECOME *
+ became
+
+_ HAVE ENTERED
+ entered
+
+_ HAVE ENTERED *
+ entered
+
+_ HAVE ENDED
+ ended
+
+_ HAVE ENDED *
+ ended
+
+_ HAVE REFUSED
+ refused
+
+_ HAVE REFUSED *
+ refused
+
+_ HAVE HARMED
+ harmed
+
+_ HAVE HARMED *
+ harmed
+
+_ HAVE BELONGED
+ belonged
+
+_ HAVE BELONGED *
+ belonged
+
+_ HAVE GIVEN
+ gave
+
+_ HAVE GIVEN *
+ gave
+
+_ HAVE SNEEZED
+ sneezed
+
+_ HAVE SNEEZED *
+ sneezed
+
+_ HAVE CHALLENGED
+ challenged
+
+_ HAVE CHALLENGED *
+ challenged
+
+_ HAVE DELIGHTED
+ delighted
+
+_ HAVE DELIGHTED *
+ delighted
+
+_ HAVE DRIVEN
+ drove
+
+_ HAVE DRIVEN *
+ drove
+
+_ HAVE LISTED
+ listed
+
+_ HAVE LISTED *
+ listed
+
+_ HAVE FLAPPED
+ flapped
+
+_ HAVE FLAPPED *
+ flapped
+
+_ HAVE CARVED
+ carved
+
+_ HAVE CARVED *
+ carved
+
+_ HAVE FOUNDED
+ founded
+
+_ HAVE FOUNDED *
+ founded
+
+_ HAVE MEASURED
+ measured
+
+_ HAVE MEASURED *
+ measured
+
+_ HAVE EXISTED
+ existed
+
+_ HAVE EXISTED *
+ existed
+
+_ HAVE APPRECIATED
+ appreciated
+
+_ HAVE APPRECIATED *
+ appreciated
+
+_ HAVE ANNOIED
+ annoied
+
+_ HAVE ANNOIED *
+ annoied
+
+_ HAVE GOT *
+ HAVE
+
+_ HAVE GOT
+ got
+
+_ HAVE EMPTIED
+ emptied
+
+_ HAVE EMPTIED *
+ emptied
+
+_ HAVE FRAMED
+ framed
+
+_ HAVE FRAMED *
+ framed
+
+_ HAVE SCREWED
+ screwed
+
+_ HAVE SCREWED *
+ screwed
+
+_ HAVE PRESERVED
+ preserved
+
+_ HAVE PRESERVED *
+ preserved
+
+_ HAVE JAILED
+ jailed
+
+_ HAVE JAILED *
+ jailed
+
+_ HAVE NEDED
+ neded
+
+_ HAVE NEDED *
+ neded
+
+_ HAVE FAILED
+ failed
+
+_ HAVE FAILED *
+ failed
+
+_ HAVE SHRUNK
+ shrank
+
+_ HAVE SHRUNK *
+ shrank
+
+_ HAVE REDUCED
+ reduced
+
+_ HAVE REDUCED *
+ reduced
+
+_ HAVE SAILED
+ sailed
+
+_ HAVE SAILED *
+ sailed
+
+_ HAVE NAILED
+ nailed
+
+_ HAVE NAILED *
+ nailed
+
+_ HAVE LONGED
+ longed
+
+_ HAVE LONGED *
+ longed
+
+_ HAVE KICKED
+ kicked
+
+_ HAVE KICKED *
+ kicked
+
+_ HAVE ROLLED
+ rolled
+
+_ HAVE ROLLED *
+ rolled
+
+_ HAVE PICKED
+ picked
+
+_ HAVE PICKED *
+ picked
+
+_ HAVE PREVENTED
+ prevented
+
+_ HAVE PREVENTED *
+ prevented
+
+_ HAVE LICKED
+ licked
+
+_ HAVE LICKED *
+ licked
+
+_ HAVE HAD
+ had
+
+_ HAVE HAD *
+ had
+
+_ HAVE MURDERED
+ murdered
+
+_ HAVE MURDERED *
+ murdered
+
+_ HAVE POLISHED
+ polished
+
+_ HAVE POLISHED *
+ polished
+
+_ HAVE ROTED
+ roted
+
+_ HAVE ROTED *
+ roted
+
+_ HAVE FLASHED
+ flashed
+
+_ HAVE FLASHED *
+ flashed
+
+_ HAVE NOTED
+ noted
+
+_ HAVE NOTED *
+ noted
+
+_ HAVE ATTRACTED
+ attracted
+
+_ HAVE ATTRACTED *
+ attracted
+
+_ HAVE DEPENDED
+ depended
+
+_ HAVE DEPENDED *
+ depended
+
+_ HAVE LAUNCHED
+ launched
+
+_ HAVE LAUNCHED *
+ launched
+
+_ HAVE ARRESTED
+ arrested
+
+_ HAVE ARRESTED *
+ arrested
+
+_ HAVE LIVED
+ lived
+
+_ HAVE LIVED *
+ lived
+
+_ HAVE DRIPPED
+ dripped
+
+_ HAVE DRIPPED *
+ dripped
+
+_ HAVE SOOTHED
+ soothed
+
+_ HAVE SOOTHED *
+ soothed
+
+_ HAVE CRACKED
+ cracked
+
+_ HAVE CRACKED *
+ cracked
+
+_ HAVE COVERED
+ covered
+
+_ HAVE COVERED *
+ covered
+
+_ HAVE HOVERED
+ hovered
+
+_ HAVE HOVERED *
+ hovered
+
+_ HAVE INTRODUCED
+ introduced
+
+_ HAVE INTRODUCED *
+ introduced
+
+_ HAVE HANDLED
+ handled
+
+_ HAVE HANDLED *
+ handled
+
+_ HAVE PUNISHED
+ punished
+
+_ HAVE PUNISHED *
+ punished
+
+_ HAVE CAUSED
+ caused
+
+_ HAVE CAUSED *
+ caused
+
+_ HAVE SIPED
+ siped
+
+_ HAVE SIPED *
+ siped
+
+_ HAVE SCRATCHED
+ scratched
+
+_ HAVE SCRATCHED *
+ scratched
+
+_ HAVE ATTENDED
+ attended
+
+_ HAVE ATTENDED *
+ attended
+
+_ HAVE INCLUDED
+ included
+
+_ HAVE INCLUDED *
+ included
+
+_ HAVE LAID
+ laid
+
+_ HAVE LAID *
+ laid
+
+_ HAVE PAUSED
+ paused
+
+_ HAVE PAUSED *
+ paused
+
+_ HAVE DROWNED
+ drowned
+
+_ HAVE DROWNED *
+ drowned
+
+_ HAVE CLEANED
+ cleaned
+
+_ HAVE CLEANED *
+ cleaned
+
+_ HAVE BET
+ bet
+
+_ HAVE BET *
+ bet
+
+_ HAVE DAMED
+ damed
+
+_ HAVE DAMED *
+ damed
+
+_ HAVE ADVISED
+ advised
+
+_ HAVE ADVISED *
+ advised
+
+_ HAVE JAMED
+ jamed
+
+_ HAVE JAMED *
+ jamed
+
+_ HAVE DESCRIBED
+ described
+
+_ HAVE DESCRIBED *
+ described
+
+_ HAVE COST
+ cost
+
+_ HAVE COST *
+ cost
+
+_ HAVE SAID
+ said
+
+_ HAVE SAID *
+ said
+
+_ HAVE NAMED
+ named
+
+_ HAVE NAMED *
+ named
+
+_ HAVE KNOTED
+ knoted
+
+_ HAVE KNOTED *
+ knoted
+
+_ HAVE DISAGREED
+ disagreed
+
+_ HAVE DISAGREED *
+ disagreed
+
+_ HAVE FAXED
+ faxed
+
+_ HAVE FAXED *
+ faxed
+
+_ HAVE DREAMED
+ dreamed
+
+_ HAVE DREAMED *
+ dreamed
+
+_ HAVE ENTERTAINED
+ entertained
+
+_ HAVE ENTERTAINED *
+ entertained
+
+_ HAVE REACHED
+ reached
+
+_ HAVE REACHED *
+ reached
+
+_ HAVE ADMIRED
+ admired
+
+_ HAVE ADMIRED *
+ admired
+
+_ HAVE DIVIDED
+ divided
+
+_ HAVE DIVIDED *
+ divided
+
+_ HAVE KISSED
+ kissed
+
+_ HAVE KISSED *
+ kissed
+
+_ HAVE HUNG
+ hung
+
+_ HAVE HUNG *
+ hung
+
+_ HAVE BUMPED
+ bumped
+
+_ HAVE BUMPED *
+ bumped
+
+_ HAVE FOOLED
+ fooled
+
+_ HAVE FOOLED *
+ fooled
+
+_ HAVE BORROWED
+ borrowed
+
+_ HAVE BORROWED *
+ borrowed
+
+_ HAVE IGNORED
+ ignored
+
+_ HAVE IGNORED *
+ ignored
+
+_ HAVE MISSED
+ missed
+
+_ HAVE MISSED *
+ missed
+
+_ HAVE JUMPED
+ jumped
+
+_ HAVE JUMPED *
+ jumped
+
+_ HAVE SNATCHED
+ snatched
+
+_ HAVE SNATCHED *
+ snatched
+
+_ HAVE MELTED
+ melted
+
+_ HAVE MELTED *
+ melted
+
+_ HAVE PUMPED
+ pumped
+
+_ HAVE PUMPED *
+ pumped
+
+_ HAVE DRUNK
+ drank
+
+_ HAVE DRUNK *
+ drank
+
+_ HAVE SMASHED
+ smashed
+
+_ HAVE SMASHED *
+ smashed
+
+_ HAVE INTERRUPTED
+ interrupted
+
+_ HAVE INTERRUPTED *
+ interrupted
+
+_ HAVE OBTAINED
+ obtained
+
+_ HAVE OBTAINED *
+ obtained
+
+_ HAVE LABELED
+ labeled
+
+_ HAVE LABELED *
+ labeled
+
+_ HAVE BOLTED
+ bolted
+
+_ HAVE BOLTED *
+ bolted
+
+_ HAVE SOUNDED
+ sounded
+
+_ HAVE SOUNDED *
+ sounded
+
+_ HAVE DRUMMED
+ drummed
+
+_ HAVE DRUMMED *
+ drummed
+
+_ HAVE FEARED
+ feared
+
+_ HAVE FEARED *
+ feared
+
+_ HAVE GATHERED
+ gathered
+
+_ HAVE GATHERED *
+ gathered
+
+_ HAVE PROVIDED
+ provided
+
+_ HAVE PROVIDED *
+ provided
+
+_ HAVE IMAGINED
+ imagined
+
+_ HAVE IMAGINED *
+ imagined
+
+_ HAVE BOXED
+ boxed
+
+_ HAVE BOXED *
+ boxed
+
+_ HAVE BENT
+ bent
+
+_ HAVE BENT *
+ bent
+
+_ HAVE MEDDLED
+ meddled
+
+_ HAVE MEDDLED *
+ meddled
+
+_ HAVE REIGNED
+ reigned
+
+_ HAVE REIGNED *
+ reigned
+
+_ HAVE HAUNTED
+ haunted
+
+_ HAVE HAUNTED *
+ haunted
+
+_ HAVE DOUBLED
+ doubled
+
+_ HAVE DOUBLED *
+ doubled
+
+_ HAVE PLAIED
+ plaied
+
+_ HAVE PLAIED *
+ plaied
+
+_ HAVE PLANTED
+ planted
+
+_ HAVE PLANTED *
+ planted
+
+_ HAVE CREPT
+ crept
+
+_ HAVE CREPT *
+ crept
+
+_ HAVE DISCOVERED
+ discovered
+
+_ HAVE DISCOVERED *
+ discovered
+
+_ HAVE SOUGHT
+ sought
+
+_ HAVE SOUGHT *
+ sought
+
+_ HAVE GOTTEN SHAVED
+ are shaved
+
+_ HAVE GOTTEN EMBARRASSED
+ are embarrassed
+
+_ HAVE GOTTEN COMPETED
+ are competed
+
+_ HAVE GOTTEN RINSED
+ are rinsed
+
+_ HAVE GOTTEN CHANGED
+ are changed
+
+_ HAVE GOTTEN AGREED
+ are agreed
+
+_ HAVE GOTTEN NESTED
+ are nested
+
+_ HAVE GOTTEN WEIGHED
+ are weighed
+
+_ HAVE GOTTEN SHIVERED
+ are shivered
+
+_ HAVE GOTTEN DRAINED
+ are drained
+
+_ HAVE GOTTEN TESTED
+ are tested
+
+_ HAVE GOTTEN SEWN
+ are sewn
+
+_ HAVE GOTTEN CLOSED
+ are closed
+
+_ HAVE GOTTEN REQUESTED
+ are requested
+
+_ HAVE GOTTEN EMPLOYED
+ are employed
+
+_ HAVE GOTTEN OWED
+ are owed
+
+_ HAVE GOTTEN TRAINED
+ are trained
+
+_ HAVE GOTTEN SHRUGED
+ are shruged
+
+_ HAVE GOTTEN UNLOCKED
+ are unlocked
+
+_ HAVE GOTTEN STAINED
+ are stained
+
+_ HAVE GOTTEN LIGHTENED
+ are lightened
+
+_ HAVE GOTTEN CHEWED
+ are chewed
+
+_ HAVE GOTTEN CYCLED
+ are cycled
+
+_ HAVE GOTTEN STUFFED
+ are stuffed
+
+_ HAVE GOTTEN ANALYSED
+ are analysed
+
+_ HAVE GOTTEN ZIPPED
+ are zipped
+
+_ HAVE GOTTEN TIPPED
+ are tipped
+
+_ HAVE GOTTEN SHUT
+ are shut
+
+_ HAVE GOTTEN PAINTED
+ are painted
+
+_ HAVE GOTTEN HEAPED
+ are heaped
+
+_ HAVE GOTTEN GUESSED
+ are guessed
+
+_ HAVE GOTTEN SKIED
+ are skied
+
+_ HAVE GOTTEN PECKED
+ are pecked
+
+_ HAVE GOTTEN AVOIDED
+ are avoided
+
+_ HAVE GOTTEN PRESENTED
+ are presented
+
+_ HAVE GOTTEN DECORATED
+ are decorated
+
+_ HAVE GOTTEN FANCIED
+ are fancied
+
+_ HAVE GOTTEN GRIPED
+ are griped
+
+_ HAVE GOTTEN POSTED
+ are posted
+
+_ HAVE GOTTEN MINED
+ are mined
+
+_ HAVE GOTTEN SCRUBED
+ are scrubed
+
+_ HAVE GOTTEN STAMPED
+ are stamped
+
+_ HAVE GOTTEN SINED
+ are sined
+
+_ HAVE GOTTEN RELEASED
+ are released
+
+_ HAVE GOTTEN TUMBLED
+ are tumbled
+
+_ HAVE GOTTEN PINED
+ are pined
+
+_ HAVE GOTTEN LISTENED
+ are listened
+
+_ HAVE GOTTEN WRAPPED
+ are wrapped
+
+_ HAVE GOTTEN PRINTED
+ are printed
+
+_ HAVE GOTTEN TRAPPED
+ are trapped
+
+_ HAVE GOTTEN OPENED
+ are opened
+
+_ HAVE GOTTEN FLOODED
+ are flooded
+
+_ HAVE GOTTEN MADE
+ are made
+
+_ HAVE GOTTEN SATISFIED
+ are satisfied
+
+_ HAVE GOTTEN PRETENDED
+ are pretended
+
+_ HAVE GOTTEN BUBBLED
+ are bubbled
+
+_ HAVE GOTTEN KNELT
+ are knelt
+
+_ HAVE GOTTEN POSSESSED
+ are possessed
+
+_ HAVE GOTTEN AFFORDED
+ are afforded
+
+_ HAVE GOTTEN ROCKED
+ are rocked
+
+_ HAVE GOTTEN OFFERED
+ are offered
+
+_ HAVE GOTTEN CURVED
+ are curved
+
+_ HAVE GOTTEN CLAPED
+ are claped
+
+_ HAVE GOTTEN LOCKED
+ are locked
+
+_ HAVE GOTTEN STRETCHED
+ are stretched
+
+_ HAVE GOTTEN SAVED
+ are saved
+
+_ HAVE GOTTEN TERRIFIED
+ are terrified
+
+_ HAVE GOTTEN HIT
+ are hit
+
+_ HAVE GOTTEN SLAPED
+ are slaped
+
+_ HAVE GOTTEN WRIGGLED
+ are wriggled
+
+_ HAVE GOTTEN TAPED
+ are taped
+
+_ HAVE GOTTEN WAVED
+ are waved
+
+_ HAVE GOTTEN DISARMED
+ are disarmed
+
+_ HAVE GOTTEN WORRIED
+ are worried
+
+_ HAVE GOTTEN CLAIMED
+ are claimed
+
+_ HAVE GOTTEN FENCED
+ are fenced
+
+_ HAVE GOTTEN DISLIKED
+ are disliked
+
+_ HAVE GOTTEN PROTECTED
+ are protected
+
+_ HAVE GOTTEN APOLOGISED
+ are apologised
+
+_ HAVE GOTTEN VANISHED
+ are vanished
+
+_ HAVE GOTTEN POINTED
+ are pointed
+
+_ HAVE GOTTEN ADDED
+ are added
+
+_ HAVE GOTTEN HARASSED
+ are harassed
+
+_ HAVE GOTTEN HUMMED
+ are hummed
+
+_ HAVE GOTTEN SCARED
+ are scared
+
+_ HAVE GOTTEN REPLIED
+ are replied
+
+_ HAVE GOTTEN ENCOURAGED
+ are encouraged
+
+_ HAVE GOTTEN EXCUSED
+ are excused
+
+_ HAVE GOTTEN COMPLETED
+ are completed
+
+_ HAVE GOTTEN TOLD
+ are told
+
+_ HAVE GOTTEN MESSED
+ are messed
+
+_ HAVE GOTTEN BUILT
+ are built
+
+_ HAVE GOTTEN BLEACHED
+ are bleached
+
+_ HAVE GOTTEN COMMUNICATED
+ are communicated
+
+_ HAVE GOTTEN MOORED
+ are moored
+
+_ HAVE GOTTEN WOBBLED
+ are wobbled
+
+_ HAVE GOTTEN FALLEN
+ are fallen
+
+_ HAVE GOTTEN SAWED
+ are sawed
+
+_ HAVE GOTTEN SMOKED
+ are smoked
+
+_ HAVE GOTTEN SLID
+ are slid
+
+_ HAVE GOTTEN ADMITTED
+ are admitted
+
+_ HAVE GOTTEN SKIPED
+ are skiped
+
+_ HAVE GOTTEN PHONED
+ are phoned
+
+_ HAVE GOTTEN NUMBERED
+ are numbered
+
+_ HAVE GOTTEN LOVED
+ are loved
+
+_ HAVE GOTTEN HURT
+ are hurt
+
+_ HAVE GOTTEN MOVED
+ are moved
+
+_ HAVE GOTTEN SERVED
+ are served
+
+_ HAVE GOTTEN GROANED
+ are groaned
+
+_ HAVE GOTTEN COPIED
+ are copied
+
+_ HAVE GOTTEN WANDERED
+ are wandered
+
+_ HAVE GOTTEN HUNTED
+ are hunted
+
+_ HAVE GOTTEN PREFERED
+ are prefered
+
+_ HAVE GOTTEN FED
+ are fed
+
+_ HAVE GOTTEN HOPED
+ are hoped
+
+_ HAVE GOTTEN CONSISTED
+ are consisted
+
+_ HAVE GOTTEN COME
+ are come
+
+_ HAVE GOTTEN POPED
+ are poped
+
+_ HAVE GOTTEN SUPPLIED
+ are supplied
+
+_ HAVE GOTTEN PEDALED
+ are pedaled
+
+_ HAVE GOTTEN EXTENDED
+ are extended
+
+_ HAVE GOTTEN STORED
+ are stored
+
+_ HAVE GOTTEN SIGHED
+ are sighed
+
+_ HAVE GOTTEN CURLED
+ are curled
+
+_ HAVE GOTTEN IRRITATED
+ are irritated
+
+_ HAVE GOTTEN TAUGHT
+ are taught
+
+_ HAVE GOTTEN FORMED
+ are formed
+
+_ HAVE GOTTEN STUNG
+ are stung
+
+_ HAVE GOTTEN PEEPED
+ are peeped
+
+_ HAVE GOTTEN KNITED
+ are knited
+
+_ HAVE GOTTEN CHEATED
+ are cheated
+
+_ HAVE GOTTEN WHISTLED
+ are whistled
+
+_ HAVE GOTTEN SURROUNDED
+ are surrounded
+
+_ HAVE GOTTEN MANAGED
+ are managed
+
+_ HAVE GOTTEN THANKED
+ are thanked
+
+_ HAVE GOTTEN PAID
+ are paid
+
+_ HAVE GOTTEN COMPLAINED
+ are complained
+
+_ HAVE GOTTEN ESCAPED
+ are escaped
+
+_ HAVE GOTTEN EATEN
+ are eaten
+
+_ HAVE GOTTEN STEERED
+ are steered
+
+_ HAVE GOTTEN FIRED
+ are fired
+
+_ HAVE GOTTEN BANGED
+ are banged
+
+_ HAVE GOTTEN SAT
+ are sat
+
+_ HAVE GOTTEN BOILED
+ are boiled
+
+_ HAVE GOTTEN CALLED
+ are called
+
+_ HAVE GOTTEN HANGED
+ are hanged
+
+_ HAVE GOTTEN UNITED
+ are united
+
+_ HAVE GOTTEN TIRED
+ are tired
+
+_ HAVE GOTTEN COILED
+ are coiled
+
+_ HAVE GOTTEN THROWN
+ are thrown
+
+_ HAVE GOTTEN CONNECTED
+ are connected
+
+_ HAVE GOTTEN TROTED
+ are troted
+
+_ HAVE GOTTEN BOWED
+ are bowed
+
+_ HAVE GOTTEN REMINDED
+ are reminded
+
+_ HAVE GOTTEN MOURNED
+ are mourned
+
+_ HAVE GOTTEN FOLLOWED
+ are followed
+
+_ HAVE GOTTEN CAUGHT
+ are caught
+
+_ HAVE GOTTEN MET
+ are met
+
+_ HAVE GOTTEN PUNCTURED
+ are punctured
+
+_ HAVE GOTTEN CALCULATED
+ are calculated
+
+_ HAVE GOTTEN PRACTISED
+ are practised
+
+_ HAVE GOTTEN TOWED
+ are towed
+
+_ HAVE GOTTEN BATTLED
+ are battled
+
+_ HAVE GOTTEN GUARDED
+ are guarded
+
+_ HAVE GOTTEN BLUSHED
+ are blushed
+
+_ HAVE GOTTEN TREMBLED
+ are trembled
+
+_ HAVE GOTTEN DELAIED
+ are delaied
+
+_ HAVE GOTTEN SUITED
+ are suited
+
+_ HAVE GOTTEN FILMED
+ are filmed
+
+_ HAVE GOTTEN GAZED
+ are gazed
+
+_ HAVE GOTTEN OFFENDED
+ are offended
+
+_ HAVE GOTTEN HELPED
+ are helped
+
+_ HAVE GOTTEN WELCOMED
+ are welcomed
+
+_ HAVE GOTTEN GROWN
+ are grown
+
+_ HAVE GOTTEN SUPPOSED
+ are supposed
+
+_ HAVE GOTTEN EXPLAINED
+ are explained
+
+_ HAVE GOTTEN IDENTIFIED
+ are identified
+
+_ HAVE GOTTEN CONCENTRATED
+ are concentrated
+
+_ HAVE GOTTEN APPROVED
+ are approved
+
+_ HAVE GOTTEN FROZEN
+ are frozen
+
+_ HAVE GOTTEN SUNG
+ are sung
+
+_ HAVE GOTTEN DUG
+ are dug
+
+_ HAVE GOTTEN STRAPPED
+ are strapped
+
+_ HAVE GOTTEN INFORMED
+ are informed
+
+_ HAVE GOTTEN SPELLED
+ are spelled
+
+_ HAVE GOTTEN REALISED
+ are realised
+
+_ HAVE GOTTEN UNDRESSED
+ are undressed
+
+_ HAVE GOTTEN COMPARED
+ are compared
+
+_ HAVE GOTTEN DOUBTED
+ are doubted
+
+_ HAVE GOTTEN CONTAINED
+ are contained
+
+_ HAVE GOTTEN WON
+ are won
+
+_ HAVE GOTTEN JOGED
+ are joged
+
+_ HAVE GOTTEN OVERFLOWED
+ are overflowed
+
+_ HAVE GOTTEN SHOT
+ are shot
+
+_ HAVE GOTTEN PUSHED
+ are pushed
+
+_ HAVE GOTTEN DEVELOPED
+ are developed
+
+_ HAVE GOTTEN RUSHED
+ are rushed
+
+_ HAVE GOTTEN FRIGHTENED
+ are frightened
+
+_ HAVE GOTTEN SPARKLED
+ are sparkled
+
+_ HAVE GOTTEN SEEN
+ are seen
+
+_ HAVE GOTTEN STRIPED
+ are striped
+
+_ HAVE GOTTEN GRINED
+ are grined
+
+_ HAVE GOTTEN SOLD
+ are sold
+
+_ HAVE GOTTEN SHONE
+ are shone
+
+_ HAVE GOTTEN FADED
+ are faded
+
+_ HAVE GOTTEN WORN
+ are worn
+
+_ HAVE GOTTEN RESCUED
+ are rescued
+
+_ HAVE GOTTEN EDUCATED
+ are educated
+
+_ HAVE GOTTEN BURST
+ are burst
+
+_ HAVE GOTTEN FORCED
+ are forced
+
+_ HAVE GOTTEN RELAXED
+ are relaxed
+
+_ HAVE GOTTEN EXPECTED
+ are expected
+
+_ HAVE GOTTEN STUNK
+ are stunk
+
+_ HAVE GOTTEN ANNOUNCED
+ are announced
+
+_ HAVE GOTTEN FITED
+ are fited
+
+_ HAVE GOTTEN EXAMINED
+ are examined
+
+_ HAVE GOTTEN INFLUENCED
+ are influenced
+
+_ HAVE GOTTEN TRUSTED
+ are trusted
+
+_ HAVE GOTTEN MEANT
+ are meant
+
+_ HAVE GOTTEN WHISPERED
+ are whispered
+
+_ HAVE GOTTEN SCREAMED
+ are screamed
+
+_ HAVE GOTTEN DESTROIED
+ are destroied
+
+_ HAVE GOTTEN MOANED
+ are moaned
+
+_ HAVE GOTTEN WHIRLED
+ are whirled
+
+_ HAVE GOTTEN JUGGLED
+ are juggled
+
+_ HAVE GOTTEN RULED
+ are ruled
+
+_ HAVE GOTTEN RECOGNISED
+ are recognised
+
+_ HAVE GOTTEN BAKED
+ are baked
+
+_ HAVE GOTTEN PLANED
+ are planed
+
+_ HAVE GOTTEN DISAPPROVED
+ are disapproved
+
+_ HAVE GOTTEN DETECTED
+ are detected
+
+_ HAVE GOTTEN ARRIVED
+ are arrived
+
+_ HAVE GOTTEN KEPT
+ are kept
+
+_ HAVE GOTTEN DRAWN
+ are drawn
+
+_ HAVE GOTTEN CUT
+ are cut
+
+_ HAVE GOTTEN BATHED
+ are bathed
+
+_ HAVE GOTTEN MARCHED
+ are marched
+
+_ HAVE GOTTEN WALKED
+ are walked
+
+_ HAVE GOTTEN TALKED
+ are talked
+
+_ HAVE GOTTEN COACHED
+ are coached
+
+_ HAVE GOTTEN COLLECTED
+ are collected
+
+_ HAVE GOTTEN PROGRAMED
+ are programed
+
+_ HAVE GOTTEN BLINKED
+ are blinked
+
+_ HAVE GOTTEN SNIFFED
+ are sniffed
+
+_ HAVE GOTTEN BUZZED
+ are buzzed
+
+_ HAVE GOTTEN DROPPED
+ are dropped
+
+_ HAVE GOTTEN SCRIBBLED
+ are scribbled
+
+_ HAVE GOTTEN LED
+ are led
+
+_ HAVE GOTTEN FLOWN
+ are flown
+
+_ HAVE GOTTEN PRODUCED
+ are produced
+
+_ HAVE GOTTEN BLOWN
+ are blown
+
+_ HAVE GOTTEN MEMORISED
+ are memorised
+
+_ HAVE GOTTEN CHASED
+ are chased
+
+_ HAVE GOTTEN FILLED
+ are filled
+
+_ HAVE GOTTEN KILLED
+ are killed
+
+_ HAVE GOTTEN REFLECTED
+ are reflected
+
+_ HAVE GOTTEN SPENT
+ are spent
+
+_ HAVE GOTTEN OBJECTED
+ are objected
+
+_ HAVE GOTTEN SCOLDED
+ are scolded
+
+_ HAVE GOTTEN TEMPTED
+ are tempted
+
+_ HAVE GOTTEN DRAGED
+ are draged
+
+_ HAVE GOTTEN YAWNED
+ are yawned
+
+_ HAVE GOTTEN WOKEN
+ are woken
+
+_ HAVE GOTTEN LET
+ are let
+
+_ HAVE GOTTEN REPORTED
+ are reported
+
+_ HAVE GOTTEN NODED
+ are noded
+
+_ HAVE GOTTEN SUSPENDED
+ are suspended
+
+_ HAVE GOTTEN HEADED
+ are headed
+
+_ HAVE GOTTEN RETURNED
+ are returned
+
+_ HAVE GOTTEN UNTIDIED
+ are untidied
+
+_ HAVE GOTTEN DAMAGED
+ are damaged
+
+_ HAVE GOTTEN SIGNALED
+ are signaled
+
+_ HAVE GOTTEN BEAMED
+ are beamed
+
+_ HAVE GOTTEN SET
+ are set
+
+_ HAVE GOTTEN POURED
+ are poured
+
+_ HAVE GOTTEN INTERFERED
+ are interfered
+
+_ HAVE GOTTEN TOURED
+ are toured
+
+_ HAVE GOTTEN SLIPPED
+ are slipped
+
+_ HAVE GOTTEN GUARANTEED
+ are guaranteed
+
+_ HAVE GOTTEN INTERESTED
+ are interested
+
+_ HAVE GOTTEN RUNG
+ are rung
+
+_ HAVE GOTTEN PRAYED
+ are prayed
+
+_ HAVE GOTTEN PERMITED
+ are permited
+
+_ HAVE GOTTEN COUGHED
+ are coughed
+
+_ HAVE GOTTEN REPEATED
+ are repeated
+
+_ HAVE GOTTEN COLOURED
+ are coloured
+
+_ HAVE GOTTEN TRICKED
+ are tricked
+
+_ HAVE GOTTEN JOKED
+ are joked
+
+_ HAVE GOTTEN PRICKED
+ are pricked
+
+_ HAVE GOTTEN CAMPED
+ are camped
+
+_ HAVE GOTTEN STOPED
+ are stoped
+
+_ HAVE GOTTEN ARGUED
+ are argued
+
+_ HAVE GOTTEN CLIPPED
+ are clipped
+
+_ HAVE GOTTEN ARRANGED
+ are arranged
+
+_ HAVE GOTTEN BRUSHED
+ are brushed
+
+_ HAVE GOTTEN CRUSHED
+ are crushed
+
+_ HAVE GOTTEN HOPPED
+ are hopped
+
+_ HAVE GOTTEN LOADED
+ are loaded
+
+_ HAVE GOTTEN POKED
+ are poked
+
+_ HAVE GOTTEN MANED
+ are maned
+
+_ HAVE GOTTEN SPARKED
+ are sparked
+
+_ HAVE GOTTEN FASTENED
+ are fastened
+
+_ HAVE GOTTEN WRITTEN
+ are written
+
+_ HAVE GOTTEN WORKED
+ are worked
+
+_ HAVE GOTTEN CONTINUED
+ are continued
+
+_ HAVE GOTTEN MATCHED
+ are matched
+
+_ HAVE GOTTEN WATCHED
+ are watched
+
+_ HAVE GOTTEN SCATTERED
+ are scattered
+
+_ HAVE GOTTEN TICKLED
+ are tickled
+
+_ HAVE GOTTEN BROUGHT
+ are brought
+
+_ HAVE GOTTEN HAMMERED
+ are hammered
+
+_ HAVE GOTTEN RUN
+ are run
+
+_ HAVE GOTTEN TIMED
+ are timed
+
+_ HAVE GOTTEN BANNED
+ are banned
+
+_ HAVE GOTTEN SETTLED
+ are settled
+
+_ HAVE GOTTEN MIXED
+ are mixed
+
+_ HAVE GOTTEN FIXED
+ are fixed
+
+_ HAVE GOTTEN SQUASHED
+ are squashed
+
+_ HAVE GOTTEN COMBED
+ are combed
+
+_ HAVE GOTTEN BOMBED
+ are bombed
+
+_ HAVE GOTTEN ALLOWED
+ are allowed
+
+_ HAVE GOTTEN BREATHED
+ are breathed
+
+_ HAVE GOTTEN STOLEN
+ are stolen
+
+_ HAVE GOTTEN IMPROVED
+ are improved
+
+_ HAVE GOTTEN LENT
+ are lent
+
+_ HAVE GOTTEN MILKED
+ are milked
+
+_ HAVE GOTTEN SMILED
+ are smiled
+
+_ HAVE GOTTEN DECEIVED
+ are deceived
+
+_ HAVE GOTTEN ITCHED
+ are itched
+
+_ HAVE GOTTEN SNOWED
+ are snowed
+
+_ HAVE GOTTEN SHARED
+ are shared
+
+_ HAVE GOTTEN SENT
+ are sent
+
+_ HAVE GOTTEN SEARCHED
+ are searched
+
+_ HAVE GOTTEN SUSPECTED
+ are suspected
+
+_ HAVE GOTTEN RECEIVED
+ are received
+
+_ HAVE GOTTEN JUDGED
+ are judged
+
+_ HAVE GOTTEN BLOTTED
+ are blotted
+
+_ HAVE GOTTEN SCORCHED
+ are scorched
+
+_ HAVE GOTTEN MULTIPLIED
+ are multiplied
+
+_ HAVE GOTTEN PLEASED
+ are pleased
+
+_ HAVE GOTTEN TROUBLED
+ are troubled
+
+_ HAVE GOTTEN EXPANDED
+ are expanded
+
+_ HAVE GOTTEN CHOKED
+ are choked
+
+_ HAVE GOTTEN BOUNCED
+ are bounced
+
+_ HAVE GOTTEN HEALED
+ are healed
+
+_ HAVE GOTTEN STITCHED
+ are stitched
+
+_ HAVE GOTTEN RAINED
+ are rained
+
+_ HAVE GOTTEN PRESSED
+ are pressed
+
+_ HAVE GOTTEN PUT
+ are put
+
+_ HAVE GOTTEN DECAIED
+ are decaied
+
+_ HAVE GOTTEN GREASED
+ are greased
+
+_ HAVE GOTTEN SPARED
+ are spared
+
+_ HAVE GOTTEN SEALED
+ are sealed
+
+_ HAVE GOTTEN AMUSED
+ are amused
+
+_ HAVE GOTTEN BEATEN
+ are beaten
+
+_ HAVE GOTTEN DECIDED
+ are decided
+
+_ HAVE GOTTEN STUCK
+ are stuck
+
+_ HAVE GOTTEN OCCURED
+ are occured
+
+_ HAVE GOTTEN COMMANDED
+ are commanded
+
+_ HAVE GOTTEN LOST
+ are lost
+
+_ HAVE GOTTEN CONFUSED
+ are confused
+
+_ HAVE GOTTEN SWORN
+ are sworn
+
+_ HAVE GOTTEN KNEELED
+ are kneeled
+
+_ HAVE GOTTEN GREETED
+ are greeted
+
+_ HAVE GOTTEN REPAIRED
+ are repaired
+
+_ HAVE GOTTEN BURIED
+ are buried
+
+_ HAVE GOTTEN CONCERNED
+ are concerned
+
+_ HAVE GOTTEN FORGIVEN
+ are forgiven
+
+_ HAVE GOTTEN BROADCAST
+ are broadcast
+
+_ HAVE GOTTEN DRESSED
+ are dressed
+
+_ HAVE GOTTEN TIED
+ are tied
+
+_ HAVE GOTTEN PLACED
+ are placed
+
+_ HAVE GOTTEN MATTERED
+ are mattered
+
+_ HAVE GOTTEN OWNED
+ are owned
+
+_ HAVE GOTTEN SIGNED
+ are signed
+
+_ HAVE GOTTEN INTENDED
+ are intended
+
+_ HAVE GOTTEN DEALT
+ are dealt
+
+_ HAVE GOTTEN NOTICED
+ are noticed
+
+_ HAVE GOTTEN TRAVELED
+ are traveled
+
+_ HAVE GOTTEN HANDED
+ are handed
+
+_ HAVE GOTTEN BLESSED
+ are blessed
+
+_ HAVE GOTTEN LIT
+ are lit
+
+_ HAVE GOTTEN KNOWN
+ are known
+
+_ HAVE GOTTEN MUGED
+ are muged
+
+_ HAVE GOTTEN LANDED
+ are landed
+
+_ HAVE GOTTEN HUGED
+ are huged
+
+_ HAVE GOTTEN BARED
+ are bared
+
+_ HAVE GOTTEN CARED
+ are cared
+
+_ HAVE GOTTEN DARED
+ are dared
+
+_ HAVE GOTTEN TUGED
+ are tuged
+
+_ HAVE GOTTEN LAIN
+ are lain
+
+_ HAVE GOTTEN SPOTED
+ are spoted
+
+_ HAVE GOTTEN FOUND
+ are found
+
+_ HAVE GOTTEN SPRUNG
+ are sprung
+
+_ HAVE GOTTEN MARRIED
+ are married
+
+_ HAVE GOTTEN INJURED
+ are injured
+
+_ HAVE GOTTEN STOOD
+ are stood
+
+_ HAVE GOTTEN PASTED
+ are pasted
+
+_ HAVE GOTTEN ALERTED
+ are alerted
+
+_ HAVE GOTTEN LASTED
+ are lasted
+
+_ HAVE GOTTEN LEVELED
+ are leveled
+
+_ HAVE GOTTEN FLOATED
+ are floated
+
+_ HAVE GOTTEN WASTED
+ are wasted
+
+_ HAVE GOTTEN EXCITED
+ are excited
+
+_ HAVE GOTTEN BALANCED
+ are balanced
+
+_ HAVE GOTTEN TASTED
+ are tasted
+
+_ HAVE GOTTEN MUDDLED
+ are muddled
+
+_ HAVE GOTTEN STRUCK
+ are struck
+
+_ HAVE GOTTEN CHECKED
+ are checked
+
+_ HAVE GOTTEN CHOPPED
+ are chopped
+
+_ HAVE GOTTEN RISEN
+ are risen
+
+_ HAVE GOTTEN DESERTED
+ are deserted
+
+_ HAVE GOTTEN READ
+ are read
+
+_ HAVE GOTTEN QUEUED
+ are queued
+
+_ HAVE GOTTEN GONE
+ are gone
+
+_ HAVE GOTTEN EARNED
+ are earned
+
+_ HAVE GOTTEN BACKED
+ are backed
+
+_ HAVE GOTTEN PREPARED
+ are prepared
+
+_ HAVE GOTTEN REJOICED
+ are rejoiced
+
+_ HAVE GOTTEN TWISTED
+ are twisted
+
+_ HAVE GOTTEN WONDERED
+ are wondered
+
+_ HAVE GOTTEN CARRIED
+ are carried
+
+_ HAVE GOTTEN WHINED
+ are whined
+
+_ HAVE GOTTEN WARNED
+ are warned
+
+_ HAVE GOTTEN INSTRUCTED
+ are instructed
+
+_ HAVE GOTTEN PACKED
+ are packed
+
+_ HAVE GOTTEN PLUGED
+ are pluged
+
+_ HAVE GOTTEN SACKED
+ are sacked
+
+_ HAVE GOTTEN CHARGED
+ are charged
+
+_ HAVE GOTTEN OBEIED
+ are obeied
+
+_ HAVE GOTTEN FORGOTTEN
+ are forgotten
+
+_ HAVE GOTTEN FOLDED
+ are folded
+
+_ HAVE GOTTEN SHAKEN
+ are shaken
+
+_ HAVE GOTTEN HELD
+ are held
+
+_ HAVE GOTTEN PINCHED
+ are pinched
+
+_ HAVE GOTTEN APPLAUDED
+ are applauded
+
+_ HAVE GOTTEN BITTEN
+ are bitten
+
+_ HAVE GOTTEN BLINDED
+ are blinded
+
+_ HAVE GOTTEN STIRED
+ are stired
+
+_ HAVE GOTTEN FLOWED
+ are flowed
+
+_ HAVE GOTTEN GLOWED
+ are glowed
+
+_ HAVE GOTTEN KNOCKED
+ are knocked
+
+_ HAVE GOTTEN SCRAPED
+ are scraped
+
+_ HAVE GOTTEN CRAWLED
+ are crawled
+
+_ HAVE GOTTEN SLOWED
+ are slowed
+
+_ HAVE GOTTEN BEGUN
+ are begun
+
+_ HAVE GOTTEN PULLED
+ are pulled
+
+_ HAVE GOTTEN HEATED
+ are heated
+
+_ HAVE GOTTEN SUGGESTED
+ are suggested
+
+_ HAVE GOTTEN FILED
+ are filed
+
+_ HAVE GOTTEN LAUGHED
+ are laughed
+
+_ HAVE GOTTEN HURRIED
+ are hurried
+
+_ HAVE GOTTEN SMELLED
+ are smelled
+
+_ HAVE GOTTEN BORED
+ are bored
+
+_ HAVE GOTTEN FLOWERED
+ are flowered
+
+_ HAVE GOTTEN BEGGED
+ are begged
+
+_ HAVE GOTTEN OBSERVED
+ are observed
+
+_ HAVE GOTTEN PUNCHED
+ are punched
+
+_ HAVE GOTTEN PADDLED
+ are paddled
+
+_ HAVE GOTTEN INJECTED
+ are injected
+
+_ HAVE GOTTEN CLEARED
+ are cleared
+
+_ HAVE GOTTEN ATTEMPTED
+ are attempted
+
+_ HAVE GOTTEN ENJOYED
+ are enjoyed
+
+_ HAVE GOTTEN WEPT
+ are wept
+
+_ HAVE GOTTEN PEELED
+ are peeled
+
+_ HAVE GOTTEN ATTACHED
+ are attached
+
+_ HAVE GOTTEN INVITED
+ are invited
+
+_ HAVE GOTTEN TRANSPORTED
+ are transported
+
+_ HAVE GOTTEN PREACHED
+ are preached
+
+_ HAVE GOTTEN DESERVED
+ are deserved
+
+_ HAVE GOTTEN SOAKED
+ are soaked
+
+_ HAVE GOTTEN FETCHED
+ are fetched
+
+_ HAVE GOTTEN MATED
+ are mated
+
+_ HAVE GOTTEN FACED
+ are faced
+
+_ HAVE GOTTEN HATED
+ are hated
+
+_ HAVE GOTTEN DANCED
+ are danced
+
+_ HAVE GOTTEN RACED
+ are raced
+
+_ HAVE GOTTEN CONSIDERED
+ are considered
+
+_ HAVE GOTTEN LIED
+ are lied
+
+_ HAVE GOTTEN RHYMED
+ are rhymed
+
+_ HAVE GOTTEN FORBIDDEN
+ are forbidden
+
+_ HAVE GOTTEN PATED
+ are pated
+
+_ HAVE GOTTEN CRIED
+ are cried
+
+_ HAVE GOTTEN DRIED
+ are dried
+
+_ HAVE GOTTEN ATTACKED
+ are attacked
+
+_ HAVE GOTTEN CROSSED
+ are crossed
+
+_ HAVE GOTTEN PERFORMED
+ are performed
+
+_ HAVE GOTTEN FRIED
+ are fried
+
+_ HAVE GOTTEN INCREASED
+ are increased
+
+_ HAVE GOTTEN RADIATED
+ are radiated
+
+_ HAVE GOTTEN TRIED
+ are tried
+
+_ HAVE GOTTEN EXERCISED
+ are exercised
+
+_ HAVE GOTTEN REGRETED
+ are regreted
+
+_ HAVE GOTTEN PASSED
+ are passed
+
+_ HAVE GOTTEN ROBED
+ are robed
+
+_ HAVE GOTTEN SHOCKED
+ are shocked
+
+_ HAVE GOTTEN BEHAVED
+ are behaved
+
+_ HAVE GOTTEN REJECTED
+ are rejected
+
+_ HAVE GOTTEN RISKED
+ are risked
+
+_ HAVE GOTTEN ENTERED
+ are entered
+
+_ HAVE GOTTEN ENDED
+ are ended
+
+_ HAVE GOTTEN YELLED
+ are yelled
+
+_ HAVE GOTTEN REFUSED
+ are refused
+
+_ HAVE GOTTEN HARMED
+ are harmed
+
+_ HAVE GOTTEN BELONGED
+ are belonged
+
+_ HAVE GOTTEN GIVEN
+ are given
+
+_ HAVE GOTTEN SNEEZED
+ are sneezed
+
+_ HAVE GOTTEN CHALLENGED
+ are challenged
+
+_ HAVE GOTTEN DELIGHTED
+ are delighted
+
+_ HAVE GOTTEN DRIVEN
+ are driven
+
+_ HAVE GOTTEN LISTED
+ are listed
+
+_ HAVE GOTTEN FLAPPED
+ are flapped
+
+_ HAVE GOTTEN WARMED
+ are warmed
+
+_ HAVE GOTTEN CARVED
+ are carved
+
+_ HAVE GOTTEN ZOOMED
+ are zoomed
+
+_ HAVE GOTTEN SQUEAKED
+ are squeaked
+
+_ HAVE GOTTEN TRADED
+ are traded
+
+_ HAVE GOTTEN FOUNDED
+ are founded
+
+_ HAVE GOTTEN MEASURED
+ are measured
+
+_ HAVE GOTTEN EXISTED
+ are existed
+
+_ HAVE GOTTEN APPRECIATED
+ are appreciated
+
+_ HAVE GOTTEN ANNOIED
+ are annoied
+
+_ HAVE GOTTEN GOT
+ are got
+
+_ HAVE GOTTEN EMPTIED
+ are emptied
+
+_ HAVE GOTTEN TORN
+ are torn
+
+_ HAVE GOTTEN FRAMED
+ are framed
+
+_ HAVE GOTTEN SCREWED
+ are screwed
+
+_ HAVE GOTTEN PRESERVED
+ are preserved
+
+_ HAVE GOTTEN JAILED
+ are jailed
+
+_ HAVE GOTTEN NEDED
+ are neded
+
+_ HAVE GOTTEN FAILED
+ are failed
+
+_ HAVE GOTTEN SHRUNK
+ are shrunk
+
+_ HAVE GOTTEN REDUCED
+ are reduced
+
+_ HAVE GOTTEN STARTED
+ are started
+
+_ HAVE GOTTEN WRESTLED
+ are wrestled
+
+_ HAVE GOTTEN SAILED
+ are sailed
+
+_ HAVE GOTTEN SPOILED
+ are spoiled
+
+_ HAVE GOTTEN UNPACKED
+ are unpacked
+
+_ HAVE GOTTEN NAILED
+ are nailed
+
+_ HAVE GOTTEN LONGED
+ are longed
+
+_ HAVE GOTTEN KICKED
+ are kicked
+
+_ HAVE GOTTEN WAILED
+ are wailed
+
+_ HAVE GOTTEN ROLLED
+ are rolled
+
+_ HAVE GOTTEN PICKED
+ are picked
+
+_ HAVE GOTTEN PREVENTED
+ are prevented
+
+_ HAVE GOTTEN LICKED
+ are licked
+
+_ HAVE GOTTEN HAD
+ are had
+
+_ HAVE GOTTEN MURDERED
+ are murdered
+
+_ HAVE GOTTEN POLISHED
+ are polished
+
+_ HAVE GOTTEN ROTED
+ are roted
+
+_ HAVE GOTTEN FLASHED
+ are flashed
+
+_ HAVE GOTTEN TICKED
+ are ticked
+
+_ HAVE GOTTEN NOTED
+ are noted
+
+_ HAVE GOTTEN SQUEEZED
+ are squeezed
+
+_ HAVE GOTTEN ATTRACTED
+ are attracted
+
+_ HAVE GOTTEN DEPENDED
+ are depended
+
+_ HAVE GOTTEN TEASED
+ are teased
+
+_ HAVE GOTTEN LAUNCHED
+ are launched
+
+_ HAVE GOTTEN ARRESTED
+ are arrested
+
+_ HAVE GOTTEN LIVED
+ are lived
+
+_ HAVE GOTTEN DRIPPED
+ are dripped
+
+_ HAVE GOTTEN SOOTHED
+ are soothed
+
+_ HAVE GOTTEN CRACKED
+ are cracked
+
+_ HAVE GOTTEN COVERED
+ are covered
+
+_ HAVE GOTTEN HOVERED
+ are hovered
+
+_ HAVE GOTTEN INTRODUCED
+ are introduced
+
+_ HAVE GOTTEN HANDLED
+ are handled
+
+_ HAVE GOTTEN PUNISHED
+ are punished
+
+_ HAVE GOTTEN CAUSED
+ are caused
+
+_ HAVE GOTTEN TRIPPED
+ are tripped
+
+_ HAVE GOTTEN SIPED
+ are siped
+
+_ HAVE GOTTEN SCRATCHED
+ are scratched
+
+_ HAVE GOTTEN ATTENDED
+ are attended
+
+_ HAVE GOTTEN INCLUDED
+ are included
+
+_ HAVE GOTTEN LAID
+ are laid
+
+_ HAVE GOTTEN SPLIT
+ are split
+
+_ HAVE GOTTEN PAUSED
+ are paused
+
+_ HAVE GOTTEN WIPED
+ are wiped
+
+_ HAVE GOTTEN DROWNED
+ are drowned
+
+_ HAVE GOTTEN CLEANED
+ are cleaned
+
+_ HAVE GOTTEN BET
+ are bet
+
+_ HAVE GOTTEN DAMED
+ are damed
+
+_ HAVE GOTTEN ADVISED
+ are advised
+
+_ HAVE GOTTEN JAMED
+ are jamed
+
+_ HAVE GOTTEN DESCRIBED
+ are described
+
+_ HAVE GOTTEN COST
+ are cost
+
+_ HAVE GOTTEN
+ are
+
+_ HAVE GOTTEN SAID
+ are said
+
+_ HAVE GOTTEN TAMED
+ are tamed
+
+_ HAVE GOTTEN UNFASTENED
+ are unfastened
+
+_ HAVE GOTTEN NAMED
+ are named
+
+_ HAVE GOTTEN KNOTED
+ are knoted
+
+_ HAVE GOTTEN DISAGREED
+ are disagreed
+
+_ HAVE GOTTEN FAXED
+ are faxed
+
+_ HAVE GOTTEN DREAMED
+ are dreamed
+
+_ HAVE GOTTEN ENTERTAINED
+ are entertained
+
+_ HAVE GOTTEN REACHED
+ are reached
+
+_ HAVE GOTTEN ADMIRED
+ are admired
+
+_ HAVE GOTTEN DIVIDED
+ are divided
+
+_ HAVE GOTTEN WANTED
+ are wanted
+
+_ HAVE GOTTEN UNDERSTOOD
+ are understood
+
+_ HAVE GOTTEN KISSED
+ are kissed
+
+_ HAVE GOTTEN SURPRISED
+ are surprised
+
+_ HAVE GOTTEN SPILLED
+ are spilled
+
+_ HAVE GOTTEN HUNG
+ are hung
+
+_ HAVE GOTTEN BUMPED
+ are bumped
+
+_ HAVE GOTTEN FOOLED
+ are fooled
+
+_ HAVE GOTTEN BORROWED
+ are borrowed
+
+_ HAVE GOTTEN IGNORED
+ are ignored
+
+_ HAVE GOTTEN MISSED
+ are missed
+
+_ HAVE GOTTEN JUMPED
+ are jumped
+
+_ HAVE GOTTEN SUFFERED
+ are suffered
+
+_ HAVE GOTTEN STRENGTHENED
+ are strengthened
+
+_ HAVE GOTTEN MELTED
+ are melted
+
+_ HAVE GOTTEN SNATCHED
+ are snatched
+
+_ HAVE GOTTEN PUMPED
+ are pumped
+
+_ HAVE GOTTEN TRACED
+ are traced
+
+_ HAVE GOTTEN DRUNK
+ are drunk
+
+_ HAVE GOTTEN SMASHED
+ are smashed
+
+_ HAVE GOTTEN INTERRUPTED
+ are interrupted
+
+_ HAVE GOTTEN OBTAINED
+ are obtained
+
+_ HAVE GOTTEN LABELED
+ are labeled
+
+_ HAVE GOTTEN BOLTED
+ are bolted
+
+_ HAVE GOTTEN SOUNDED
+ are sounded
+
+_ HAVE GOTTEN DRUMMED
+ are drummed
+
+_ HAVE GOTTEN FEARED
+ are feared
+
+_ HAVE GOTTEN GATHERED
+ are gathered
+
+_ HAVE GOTTEN WAITED
+ are waited
+
+_ HAVE GOTTEN IMAGINED
+ are imagined
+
+_ HAVE GOTTEN PROVIDED
+ are provided
+
+_ HAVE GOTTEN TOUCHED
+ are touched
+
+_ HAVE GOTTEN SUPPORTED
+ are supported
+
+_ HAVE GOTTEN BOXED
+ are boxed
+
+_ HAVE GOTTEN TAKEN
+ are taken
+
+_ HAVE GOTTEN BENT
+ are bent
+
+_ HAVE GOTTEN MEDDLED
+ are meddled
+
+_ HAVE GOTTEN REIGNED
+ are reigned
+
+_ HAVE GOTTEN WRECKED
+ are wrecked
+
+_ HAVE GOTTEN HAUNTED
+ are haunted
+
+_ HAVE GOTTEN DOUBLED
+ are doubled
+
+_ HAVE GOTTEN PLAIED
+ are plaied
+
+_ HAVE GOTTEN SWITCHED
+ are switched
+
+_ HAVE GOTTEN PLANTED
+ are planted
+
+_ HAVE GOTTEN STEPPED
+ are stepped
+
+_ HAVE GOTTEN CREPT
+ are crept
+
+_ HAVE GOTTEN DISCOVERED
+ are discovered
+
+_ HAVE GOTTEN SOUGHT
+ are sought
+
+_ HAVE GOTTEN WASHED
+ are washed
+
+_ HAVE GOTTEN SPREAD
+ are spread
+
+_ HAVE GOTTEN RECORDED
+ are recorded
+
+_ HAVE GOTTEN DISAPPEARED
+ are disappeared
+
+_ HAVE GOTTEN SHOWN
+ are shown
+
+_ HAVE GOTTEN BROKEN
+ are broken
+
+_ HAVE GOTTEN BOASTED
+ are boasted
+
+_ HAVE GOTTEN RUINED
+ are ruined
+
+_ HAVE GOTTEN SPOKEN
+ are spoken
+
+_ HAVE GOTTEN CURED
+ are cured
+
+_ HAVE GOTTEN SLEPT
+ are slept
+
+_ HAVE GOTTEN RETIRED
+ are retired
+
+_ HAVE GOTTEN ORDERED
+ are ordered
+
+_ HAVE GOTTEN BOOKED
+ are booked
+
+_ HAVE GOTTEN SUCCEDED
+ are succeded
+
+_ HAVE GOTTEN STAIED
+ are staied
+
+_ HAVE GOTTEN HOOKED
+ are hooked
+
+_ HAVE GOTTEN FOUGHT
+ are fought
+
+_ HAVE GOTTEN WINKED
+ are winked
+
+_ HAVE GOTTEN CRASHED
+ are crashed
+
+_ HAVE GOTTEN CORRECTED
+ are corrected
+
+_ HAVE GOTTEN REMEMBERED
+ are remembered
+
+_ HAVE GOTTEN CONFESSED
+ are confessed
+
+_ HAVE GOTTEN BOUGHT
+ are bought
+
+_ HAVE GOTTEN GRABED
+ are grabed
+
+_ HAVE GOTTEN SPAT
+ are spat
+
+_ HAVE GOTTEN PARKED
+ are parked
+
+_ HAVE GOTTEN LOOKED
+ are looked
+
+_ HAVE GOTTEN EXPLODED
+ are exploded
+
+_ HAVE GOTTEN MARKED
+ are marked
+
+_ HAVE GOTTEN BID
+ are bid
+
+_ HAVE GOTTEN BRAKED
+ are braked
+
+_ HAVE GOTTEN WATERED
+ are watered
+
+_ HAVE GOTTEN STARED
+ are stared
+
+_ HAVE GOTTEN THAWED
+ are thawed
+
+_ HAVE GOTTEN TREATED
+ are treated
+
+_ HAVE GOTTEN SQUEALED
+ are squealed
+
+_ HAVE GOTTEN REMOVED
+ are removed
+
+_ HAVE GOTTEN THOUGHT
+ are thought
+
+_ HAVE GOTTEN AWOKEN
+ are awoken
+
+_ HAVE GOTTEN PARTED
+ are parted
+
+_ HAVE GOTTEN ANSWERED
+ are answered
+
+_ HAVE GOTTEN TYPED
+ are typed
+
+_ HAVE GOTTEN SWEPT
+ are swept
+
+_ HAVE GOTTEN FLED
+ are fled
+
+_ HAVE GOTTEN APPEARED
+ are appeared
+
+_ HAVE GOTTEN SHELTERED
+ are sheltered
+
+_ HAVE GOTTEN IMPRESSED
+ are impressed
+
+_ HAVE GOTTEN STROKED
+ are stroked
+
+_ HAVE GOTTEN LEFT
+ are left
+
+_ HAVE GOTTEN QUESTIONED
+ are questioned
+
+_ HAVE GOTTEN GRATED
+ are grated
+
+_ HAVE GOTTEN DELIVERED
+ are delivered
+
+_ HAVE GOTTEN COUNTED
+ are counted
+
+_ HAVE GOTTEN REMAINED
+ are remained
+
+_ HAVE GOTTEN RAISED
+ are raised
+
+_ HAVE GOTTEN VISITED
+ are visited
+
+_ HAVE GOTTEN SWUNG
+ are swung
+
+_ HAVE GOTTEN RUBED
+ are rubed
+
+_ HAVE GOTTEN SHOPED
+ are shoped
+
+_ HAVE GOTTEN HAPPENED
+ are happened
+
+_ HAVE GOTTEN DUSTED
+ are dusted
+
+_ HAVE GOTTEN BRANCHED
+ are branched
+
+_ HAVE GOTTEN HEARD
+ are heard
+
+_ HAVE GOTTEN WHIPPED
+ are whipped
+
+_ HAVE GOTTEN GLUED
+ are glued
+
+_ HAVE GOTTEN REPRODUCED
+ are reproduced
+
+_ HAVE GOTTEN BURNED
+ are burned
+
+_ HAVE GOTTEN PROMISED
+ are promised
+
+_ HAVE GOTTEN FELT
+ are felt
+
+_ HAVE GOTTEN TELEPHONED
+ are telephoned
+
+_ HAVE GOTTEN CHOSEN
+ are chosen
+
+_ HAVE GOTTEN LEARNED
+ are learned
+
+_ HAVE GOTTEN LIKED
+ are liked
+
+_ HAVE GOTTEN GUIDED
+ are guided
+
+_ HAVE GOTTEN TURNED
+ are turned
+
+_ HAVE GOTTEN BRUISED
+ are bruised
+
+_ HAVE GOTTEN SUCKED
+ are sucked
+
+_ HAVE GOTTEN PRECEDED
+ are preceded
+
+_ HAVE GOTTEN LICENSED
+ are licensed
+
+_ HAVE GOTTEN SUNK
+ are sunk
+
+_ HAVE GOTTEN JOINED
+ are joined
+
+_ HAVE GOTTEN HIDDEN
+ are hidden
+
+_ HAVE GOTTEN SPROUTED
+ are sprouted
+
+_ HAVE GOTTEN SHADED
+ are shaded
+
+_ HAVE GOTTEN RIDDEN
+ are ridden
+
+_ HAVE GOTTEN DONE
+ are done
+
+_ HAVE GOTTEN INVENTED
+ are invented
+
+_ HAVE GOTTEN SWUM
+ are swum
+
+_ HAVE GOTTEN SNORED
+ are snored
+
+_ HAVE GOTTEN SPRAIED
+ are spraied
+
+_ HAVE GOTTEN MENDED
+ are mended
+
+_ HAVE GOTTEN RELIED
+ are relied
+
+_ HAVE GOTTEN BATTED
+ are batted
+
+_ HAVE GOTTEN WISHED
+ are wished
+
+_ HAVE GOTTEN CHEERED
+ are cheered
+
+_ HAVE GOTTEN ASKED
+ are asked
+
+_ HAVE GOTTEN REPLACED
+ are replaced
+
+_ HAVE GOTTEN SEPARATED
+ are separated
+
+_ HAVE GOTTEN USED
+ are used
+
+_ HAVE GOTTEN SUBTRACTED
+ are subtracted
+
+_ HAVE RECORDED
+ recorded
+
+_ HAVE RECORDED *
+ recorded
+
+_ HAVE DISAPPEARED
+ disappeared
+
+_ HAVE DISAPPEARED *
+ disappeared
+
+_ HAVE SHOWN
+ showed
+
+_ HAVE SHOWN *
+ showed
+
+_ HAVE BROKEN
+ broke
+
+_ HAVE BROKEN *
+ broke
+
+_ HAVE BOASTED
+ boasted
+
+_ HAVE BOASTED *
+ boasted
+
+_ HAVE RUINED
+ ruined
+
+_ HAVE RUINED *
+ ruined
+
+_ HAVE CURED
+ cured
+
+_ HAVE CURED *
+ cured
+
+_ HAVE SLEPT
+ slept
+
+_ HAVE SLEPT *
+ slept
+
+_ HAVE RETIRED
+ retired
+
+_ HAVE RETIRED *
+ retired
+
+_ HAVE ORDERED
+ ordered
+
+_ HAVE ORDERED *
+ ordered
+
+_ HAVE BOOKED
+ booked
+
+_ HAVE BOOKED *
+ booked
+
+_ HAVE HOOKED
+ hooked
+
+_ HAVE HOOKED *
+ hooked
+
+_ HAVE FOUGHT
+ fought
+
+_ HAVE FOUGHT *
+ fought
+
+_ HAVE BOUGHT
+ bought
+
+_ HAVE BOUGHT *
+ bought
+
+_ HAVE CRASHED
+ crashed
+
+_ HAVE CRASHED *
+ crashed
+
+_ HAVE CORRECTED
+ corrected
+
+_ HAVE CORRECTED *
+ corrected
+
+_ HAVE REMEMBERED
+ remembered
+
+_ HAVE REMEMBERED *
+ remembered
+
+_ HAVE CONFESSED
+ confessed
+
+_ HAVE CONFESSED *
+ confessed
+
+_ HAVE GRABED
+ grabed
+
+_ HAVE GRABED *
+ grabed
+
+_ HAVE PARKED
+ parked
+
+_ HAVE PARKED *
+ parked
+
+_ HAVE LOOKED
+ looked
+
+_ HAVE LOOKED *
+ looked
+
+_ HAVE EXPLODED
+ exploded
+
+_ HAVE EXPLODED *
+ exploded
+
+_ HAVE MARKED
+ marked
+
+_ HAVE MARKED *
+ marked
+
+_ HAVE BID
+ bid
+
+_ HAVE BID *
+ bid
+
+_ HAVE BRAKED
+ braked
+
+_ HAVE BRAKED *
+ braked
+
+_ HAVE REMOVED
+ removed
+
+_ HAVE REMOVED *
+ removed
+
+_ HAVE AWOKEN
+ awoke
+
+_ HAVE AWOKEN *
+ awoke
+
+_ HAVE PARTED
+ parted
+
+_ HAVE PARTED *
+ parted
+
+_ HAVE ANSWERED
+ answered
+
+_ HAVE ANSWERED *
+ answered
+
+_ HAVE FLED
+ fled
+
+_ HAVE FLED *
+ fled
+
+_ HAVE APPEARED
+ appeared
+
+_ HAVE APPEARED *
+ appeared
+
+_ HAVE SHELTERED
+ sheltered
+
+_ HAVE SHELTERED *
+ sheltered
+
+_ HAVE IMPRESSED
+ impressed
+
+_ HAVE IMPRESSED *
+ impressed
+
+_ HAVE LEFT
+ left
+
+_ HAVE LEFT *
+ left
+
+_ HAVE QUESTIONED
+ questioned
+
+_ HAVE QUESTIONED *
+ questioned
+
+_ HAVE GRATED
+ grated
+
+_ HAVE GRATED *
+ grated
+
+_ HAVE DELIVERED
+ delivered
+
+_ HAVE DELIVERED *
+ delivered
+
+_ HAVE COUNTED
+ counted
+
+_ HAVE COUNTED *
+ counted
+
+_ HAVE REMAINED
+ remained
+
+_ HAVE REMAINED *
+ remained
+
+_ HAVE RAISED
+ raised
+
+_ HAVE RAISED *
+ raised
+
+_ HAVE RUBED
+ rubed
+
+_ HAVE RUBED *
+ rubed
+
+_ HAVE SHOPED
+ shoped
+
+_ HAVE SHOPED *
+ shoped
+
+_ HAVE HAPPENED
+ happened
+
+_ HAVE HAPPENED *
+ happened
+
+_ HAVE DUSTED
+ dusted
+
+_ HAVE DUSTED *
+ dusted
+
+_ HAVE BRANCHED
+ branched
+
+_ HAVE BRANCHED *
+ branched
+
+_ HAVE HEARD
+ heard
+
+_ HAVE HEARD *
+ heard
+
+_ HAVE GLUED
+ glued
+
+_ HAVE GLUED *
+ glued
+
+_ HAVE REPRODUCED
+ reproduced
+
+_ HAVE REPRODUCED *
+ reproduced
+
+_ HAVE BURNED
+ burned
+
+_ HAVE BURNED *
+ burned
+
+_ HAVE PROMISED
+ promised
+
+_ HAVE PROMISED *
+ promised
+
+_ HAVE FELT
+ felt
+
+_ HAVE FELT *
+ felt
+
+_ HAVE CHOSEN
+ chose
+
+_ HAVE CHOSEN *
+ chose
+
+_ HAVE LEARNED
+ learned
+
+_ HAVE LEARNED *
+ learned
+
+_ HAVE LIKED
+ liked
+
+_ HAVE LIKED *
+ liked
+
+_ HAVE GUIDED
+ guided
+
+_ HAVE GUIDED *
+ guided
+
+_ HAVE BRUISED
+ bruised
+
+_ HAVE BRUISED *
+ bruised
+
+_ HAVE LICENSED
+ licensed
+
+_ HAVE LICENSED *
+ licensed
+
+_ HAVE PRECEDED
+ preceded
+
+_ HAVE PRECEDED *
+ preceded
+
+_ HAVE SUNK
+ sank
+
+_ HAVE SUNK *
+ sank
+
+_ HAVE JOINED
+ joined
+
+_ HAVE JOINED *
+ joined
+
+_ HAVE HIDDEN
+ hid
+
+_ HAVE HIDDEN *
+ hid
+
+_ HAVE SHADED
+ shaded
+
+_ HAVE SHADED *
+ shaded
+
+_ HAVE RIDDEN
+ rode
+
+_ HAVE RIDDEN *
+ rode
+
+_ HAVE DONE
+ did
+
+_ HAVE DONE *
+ did
+
+_ HAVE INVENTED
+ invented
+
+_ HAVE INVENTED *
+ invented
+
+_ HAVE SNORED
+ snored
+
+_ HAVE SNORED *
+ snored
+
+_ HAVE MENDED
+ mended
+
+_ HAVE MENDED *
+ mended
+
+_ HAVE RELIED
+ relied
+
+_ HAVE RELIED *
+ relied
+
+_ HAVE BATTED
+ batted
+
+_ HAVE BATTED *
+ batted
+
+_ HAVE CHEERED
+ cheered
+
+_ HAVE CHEERED *
+ cheered
+
+_ HAVE ASKED
+ asked
+
+_ HAVE ASKED *
+ asked
+
+_ HAVE REPLACED
+ replaced
+
+_ HAVE REPLACED *
+ replaced
+
+_ HAVE SEPARATED
+ separated
+
+_ HAVE SEPARATED *
+ separated
+
+_ WANNABE *
+
+
+_ LIKE SHIT *
+
+
+_ REALLY *
+
+
+_ AMONGST OTHERS *
+
+
+_ RIDICULOUSLY *
+
+
+_ INTENSIVELY *
+
+
+_ EVERYWHERE I WENT *
+
+
+ABOUT * AGO
+ ago
+
+TELL I *
+ tell. I
+
+THERE IS NO SUCH THING AS *
+ does not exist
+
+
diff --git a/jelvis/files/alice/reduction1.safe.aiml b/jelvis/files/alice/reduction1.safe.aiml
new file mode 100644
index 0000000..3e9316f
--- /dev/null
+++ b/jelvis/files/alice/reduction1.safe.aiml
@@ -0,0 +1,15987 @@
+
+
+
+
+
+
+
+
+
+
+
+SAD
+are you sad
+
+EUH *
+
+
+NEXT CHRISTMAS *
+
+
+NEXT QUESTION *
+
+
+NEXT TIME *
+
+
+GUYS GET OVER YOURSELVES AND *
+
+
+BYEBYE
+BYE
+
+LET US SAY *
+
+
+LET US MOVE ON *
+
+
+LET ME WRITE ABOUT *
+
+
+LET ME REPHRASE *
+
+
+ABSOLUTELY *
+
+
+PERSONALLY *
+
+
+SHOW ME A TRANSCRIPT *
+dialogue
+
+NEARLY *
+
+
+YOU PROMISE ME *
+
+
+YOU SEE *
+
+
+YOU ARE TALKING WITH *
+call me
+
+YOU ARE * DANGEROUS
+are you dangerous
+
+YOU ARE ROBOT
+are you a robot
+
+YOU ARE ALIVE
+are you alive
+
+YOU ARE AMERICAN
+are you american
+
+YOU ARE INTELLIGENT
+are you intelligent
+
+YOU ARE CONFIDENT
+are you confident
+
+YOU ARE WOMAN
+are you a woman
+
+YOU ARE THE MOST * TURING TEST
+did you pass the turing test
+
+YOU ARE INTERESTED
+are you interested
+
+YOU ARE NOT * ARE YOU
+are you
+
+YOU ARE NOT INTERESTED *
+are you interested
+
+YOU ARE NOT INTELLIGENT
+are you intelligent
+
+YOU ARE NOT _ ARE YOU
+are you
+
+YOU ARE NOT FEMALE
+are you male or female
+
+YOU ARE NOT EMOTIONAL
+are you emotional
+
+YOU ARE NOT ALIVE *
+are you alive
+
+YOU ARE NOT PROGRAMMED *
+are you programmed
+
+YOU ARE GAY
+ARE YOU GAY
+
+YOU ARE SURE
+are you sure
+
+YOU ARE BORED
+are you bored
+
+YOU ARE MARRIED *
+are you married
+
+YOU ARE HUMAN
+are you human
+
+YOU ARE FAKE
+are you real
+
+YOU ARE GLAD
+are you happy
+
+YOU ARE UNCERTAIN
+are you sure
+
+YOU ARE MY FRIEND
+are you my friend
+
+YOU ARE NAKED
+are you naked
+
+YOU ARE A FEMALE
+are you a female
+
+YOU ARE A GUY
+are you male or female
+
+YOU ARE A LESBIAN
+are you a lesbian
+
+YOU ARE A GIRL
+are you male or female
+
+YOU ARE A WOMAN
+are you male or female
+
+YOU ARE A MALE
+are you male or female
+
+YOU ARE A MAID
+are you a maid
+
+YOU ARE A BOY
+are you male or female
+
+YOU ARE A BOT
+are you a robot
+
+YOU ARE A MAN
+are you male or female
+
+YOU ARE A LADY
+are you male or female
+
+YOU ARE A SHE
+are you male or female
+
+YOU ARE A CHICK
+are you male or female
+
+YOU ARE REAL
+are you real
+
+YOU ARE YOU *
+are you
+
+YOU ARE
+ARE YOU
+
+YOU KNOW IF I AM *
+AM I
+
+YOU FORGET
+can you remember
+
+YOU _ DO NOT YOU
+DO YOU
+
+YOU BE *
+be
+
+YOU ALIVE
+are you alive
+
+YOU CHANGE *
+change
+
+YOU DID NOT _ DID YOU
+DID YOU
+
+YOU DISAGREE
+do you agree
+
+YOU SAID THAT *
+
+
+YOU SAID ALAN *
+alan
+
+YOU SAID BEFORE *
+
+
+YOU SAID YOU WERE *
+are you
+
+YOU SAID YOU ARE *
+are you
+
+YOU SAID WE WERE *
+are we
+
+YOU SAID *
+
+
+YOU MUST ASK *
+ask
+
+YOU FOR REAL
+are you for real
+
+YOU TOO *
+
+
+YOU MEAN TO SAY *
+
+
+YOU MEAN TO TELL ME THAT *
+
+
+YOU MEAN LIKE *
+
+
+YOU SAY *
+
+
+YOU CRAZY
+are you crazy
+
+YOU DIE
+die
+
+YOU THINK I AM *
+am I
+
+YOU THINK *
+
+
+YOU ASK ME A QUESTION
+ask me a question
+
+YOU ASK
+ask me a question
+
+YOU ASK *
+ask
+
+YOU CONSIDER YOURSELF *
+are you
+
+YOU MAY *
+
+
+YOU STUPID
+are you stupid
+
+YOU AGREE
+do you agree
+
+YOU CRASHED
+did you crash
+
+YOU TOLD ME THAT *
+
+
+YOU TOLD ME *
+
+
+YOU WOULD BE *
+are you
+
+YOU WOULD HAVE HEARD ABOUT IT *
+
+
+YOU WOULD DIE
+can you die
+
+YOU BROKEN
+are you broken
+
+YOU SUCK I *
+
+
+YOU GAY
+are you gay
+
+YOU SURE
+are you sure
+
+YOU BORED
+are you bored
+
+YOU MARRIED
+are you married
+
+YOU FAKE
+ARE YOU REAL
+
+YOU DO _ DO NOT YOU
+do you
+
+YOU DO NOT _ DO YOU
+do you
+
+YOU DO NOT HAVE TO *
+do not
+
+YOU DO NOT THINK
+can you think
+
+YOU DO NOT *
+do you
+
+YOU CURSE
+can you curse
+
+YOU SHOULD BECAUSE *
+because
+
+YOU SHOULD ASK *
+ask
+
+YOU SHOULD BE ABLE TO *
+can you
+
+YOU SHOULD KNOW IF I AM *
+AM I
+
+YOU MIGHT BE * IF YOU WERE NOT *
+Are you Are you
+
+YOU CAN ASK THE QUESTION *
+ask me a question
+
+YOU CAN SEE ME
+can you see me
+
+YOU CAN FLY
+can you fly
+
+YOU CAN TELL THERE IS *
+
+
+YOU CAN DIE
+can you die
+
+YOU CAN THINK
+can you think
+
+YOU CAN
+can you
+
+YOU CAN NOT CHANGE THE SUBJECT *
+do not change the subject
+
+YOU CAN NOT DO *
+can you do
+
+YOU CAN NOT FIGURE *
+can you figure
+
+YOU CAN NOT TYPE
+can you type
+
+YOU CAN NOT
+CAN YOU
+
+YOU JOKING
+are you joking
+
+YOU KIDDING
+are you kidding
+
+YOU SING
+can you sing
+
+YOU GOOD IN BED
+are you good in bed
+
+UNLESS *
+
+
+HAVE THERE BEEN *
+are there
+
+HAVE A GOOD DAY
+BYE
+
+HAVE A GREAT *
+BYE
+
+HAVE YOU NOTICED *
+
+
+HAVE YOU BEEN HAPPY
+are you happy
+
+HAVE YOU BEEN PROGRAMMED *
+are you programmed
+
+HAVE YOU BEEN A BAD *
+ARE YOU BAD
+
+HAVE YOU BEEN SICK
+are you sick
+
+HAVE YOU BEEN AFRAID *
+are you afraid
+
+HAVE YOU BEEN TOLD *
+
+
+HAVE YOU TAKEN AN IQ TEST
+did you take
+
+HAVE YOU ANSWERED *
+answer
+
+HAVE YOU GOTTEN *
+are you
+
+HAVE YOU SEEN ME
+can you see me
+
+HAVE YOU WALKED
+can you walk
+
+HYPOTHETICALLY *
+
+
+SANTA _
+
+
+OBVIOIUSLY *
+
+
+HOLY *
+
+
+BABY *
+
+
+AGAIN *
+
+
+GROOVY *
+cool
+
+GROOVY
+cool
+
+LIE TO ME
+can you lie
+
+TRULY *
+
+
+CALCULATE *
+calculator
+
+BOUT WHAT
+about what
+
+FINE *
+
+
+MMMM *
+
+
+DOES THAT MEAN YOU ARE NOT
+Are you not
+
+DOES THAT MEAN *
+
+
+DOES YOUR BOT *
+do you
+
+DOES IT GET BORING
+are you bored
+
+HURRAH *
+
+
+GIVE ME A TRANSCRIPT *
+dialogue
+
+GIVE ME A TRANSCRIPT
+dialogue
+
+OW *
+
+
+DEFINITELY *
+
+
+RECENTLY *
+
+
+SEND _ TRANSCRIPT
+dialogue
+
+STRANGE *
+
+
+ALWAYS *
+
+
+TOTALLY *
+
+
+WELL I GUESS *
+
+
+WELL DO *
+DO
+
+WELL *
+
+
+ANOTHER QUESTION FOR YOU *
+
+
+ANOTHER QUESTION
+ask me another question
+
+ANOTHER THING *
+
+
+WOAH *
+
+
+HECK *
+
+
+ALMOST *
+
+
+CHANGE MY NAME TO *
+call me
+
+TRY AND *
+
+
+EXCUSE ME *
+
+
+FIRST OFF *
+
+
+FIRST *
+
+
+SINCE *
+
+
+HUH *
+
+
+C E A
+cea
+
+DID NOT I ALREADY *
+did not I
+
+DID NOT YOU *
+DID YOU
+
+DID NOT *
+did
+
+DID I TELL YOU *
+
+
+DID I ALREADY *
+did I
+
+DID I EVER *
+did I
+
+DID ANY *
+did
+
+DID YOU REALLY *
+do you
+
+DID YOU JUST *
+did you
+
+DID YOU ACTUALLY *
+did you
+
+DID YOU SAY THAT YOU ARE *
+are you
+
+DID YOU ALREADY *
+did you
+
+DID YOU EVER
+did you
+
+DID YOU PASS THE TURING TEST
+did you win the loebner prize
+
+DID HE REALLY *
+did he
+
+ALTHOUGH *
+
+
+EARLIER *
+
+
+OOH *
+
+
+SPEAK SPANISH
+can you speak spanish
+
+WOW *
+
+
+GEE *
+
+
+SHUT DOWN
+die
+
+SOMEWHERE *
+
+
+FRIEND
+are we friends
+
+KAN DU TALE DANSK
+can you speak danish
+
+KAN DU SVENSKA
+can you speak swedish
+
+HERE IN ENGLAND *
+
+
+CAUSE
+because
+
+THEN I CALLED MY DAD AND TOLD HIM THE SAME
+
+
+THEN *
+
+
+THEN ARE *
+are
+
+ERRR *
+
+
+SO FAR *
+
+
+SO *
+
+
+AIML JUST *
+aiml
+
+BOLLOCKS *
+
+
+JUST *
+
+
+MANY TIMES *
+
+
+FINALLY *
+
+
+AND THAT *
+
+
+AND SO *
+
+
+AND *
+
+
+AW *
+AW.
+
+OOO *
+
+
+VERY *
+
+
+COULD I BE *
+am I
+
+COULD YOU ANSWER *
+answer
+
+COULD YOU ASK *
+ask
+
+COULD YOU CLARIFY
+clarify
+
+COULD YOU DESCRIBE *
+describe
+
+COULD YOU JUST *
+could you
+
+COULD YOU CALL *
+call
+
+COULD YOU BE MORE SPECIFIC
+be more specific
+
+COULD YOU BE *
+are you
+
+COULD YOU DIE
+can you die
+
+COULD YOU EVER *
+could you
+
+COULD NOT YOU *
+could you
+
+COULD NOT *
+could
+
+HI MY NAME IS *
+call me
+
+WOULD YOU PLEASE *
+
+
+WOULD YOU AGREE THAT *
+
+
+WOULD YOU ASK *
+ask
+
+WOULD YOU BE INTERESTED IN *
+are you interested in
+
+WOULD YOU BELIEVE *
+
+
+WOULD YOU LIKE TO PLAY *
+can you play
+
+WOULD YOU LIKE TO ASK ME SOMETHING
+ask me a question
+
+WOULD YOU LIKE TO ASK *
+ask
+
+WOULD YOU LIKE TO BE MY FRIEND
+can we be friends
+
+WOULD YOU LIKE TO * TURING TEST
+did you pass the turing test
+
+HABLO ESPANOL
+can you speak spanish
+
+EXACTLY *
+
+
+GOES TO SHOW YOU *
+
+
+TRANSCRIPT
+dialogue
+
+HONESTLY *
+
+
+NEW *
+
+
+FEELINGS LIKE *
+
+
+BULLSHIT *
+
+
+M F
+ARE YOU MALE OR FEMALE
+
+THAT WAY *
+
+
+THAT WOULD BE COOL
+cool
+
+THAT IS AWESOME
+cool
+
+THAT IS A SHAME *
+
+
+THAT IS OK *
+
+
+THAT IS IMPOSSIBLE *
+. that is impossible
+
+THAT IS COOL *
+cool.
+
+THAT IS NEAT
+cool
+
+THAT IS NOT POSSIBLE *
+
+
+THAT IS CORRECT BUT *
+
+
+THAT IS BECAUSE *
+BECAUSE
+
+THAT IS IT *
+
+
+THAT IS GREAT *
+
+
+THAT IS OKAY *
+
+
+THAT IS CUTE *
+cute
+
+THAT IS CUTE
+cute
+
+THAT IS GOOD NOW *
+
+
+THAT IS GOOD THAT *
+
+
+THAT IS WONDERFUL *
+. that is wonderful
+
+THAT IS WHY *
+
+
+THAT IS TRUE *
+
+
+THAT AND *
+
+
+THAT MEANS *
+
+
+SOMEHOW *
+
+
+ALOT
+a lot
+
+YET *
+
+
+BECAUCSE *
+
+
+SECONDLY *
+
+
+SHE SAYS *
+
+
+SHE SAID *
+
+
+HABLAS ESPANOL
+can you speak spanish
+
+WHATEVER *
+
+
+EVERY NIGHT *
+
+
+PERHAPS *
+
+
+AI IS QUITE *
+ai is
+
+AI IS REALLY *
+ai is
+
+MY REAL NAME IS *
+call me
+
+MY BOYFRIEND SAYS *
+
+
+MY DEAR *
+
+
+MY NICK NAME IS *
+call me
+
+MY GOSH *
+
+
+MY FRIEND SAYS *
+
+
+MY QUESTION IS *
+
+
+MY NAME IS REALLY *
+call me
+
+MY NAME IS JOE
+call me joe
+
+MY NAME IS * WHAT IS YOURS
+call me
+
+MY NAME IS * AND *
+call me
+
+MY GOD *
+
+
+MY FRIENDS SAY *
+
+
+MY FRIENDS CALL ME *
+call me
+
+MY SECRET IS THAT *
+
+
+MY MY *
+
+
+MY E MAIL IS *
+
+
+MY MOM SAYS *
+
+
+MY RANT IS THIS *
+
+
+IT WAS THAT *
+
+
+IT WAS CLEAR THAT *
+
+
+IT WAS NOT A CRITICISM *
+
+
+IT IS NICE TO MEET YOU TOO *
+
+
+IT IS FINE *
+. it is fine
+
+IT IS A SHAME *
+. it is a shame
+
+IT IS A PERSON BUT *
+
+
+IT IS A MATTER OF *
+
+
+IT IS BUT *
+
+
+IT IS IMPORTANT *
+
+
+IT IS OK BUT *
+
+
+IT IS CORRECT
+correct
+
+IT IS BECAUSE *
+because
+
+IT IS ME *
+call me
+
+IT IS OKAY *
+
+
+IT IS * REMEMBER ME
+call me do you remember me
+
+IT IS TRUE *
+
+
+IT SEEMS THAT *
+
+
+IT SEEMS *
+
+
+IT SEEMS AS IF *
+
+
+IT SEEMS LIKE *
+
+
+IT GOES WITHOUT SAYING *
+
+
+IT APPEARS *
+
+
+MORE SPECIFIC
+be more specific
+
+BIGGER *
+bigger
+
+FRANKLY *
+
+
+FRANKLY NOT
+
+
+AHH *
+ AH.
+
+AHH
+ah
+
+OBVIOUSLY *
+
+
+CLEARLY *
+
+
+TOGETHER *
+
+
+BOT PARAMETERS
+bot properties
+
+EMOTIONALLY *
+
+
+GREAT *
+
+
+MAKE SURE *
+
+
+EITHER WAY *
+
+
+EITHER *
+
+
+WHEN I ASK YOU *
+
+
+WHEN I COME BACK *
+
+
+WHEN WILL YOU BE *
+are you
+
+WHEN CAN I *
+can I
+
+WHEN CAN *
+can
+
+WHEN YOU ARE CONFUSED *
+
+
+COOL I *
+coolI
+
+COOL WILL *
+coolwill
+
+COOL DO *
+ cool. do
+
+COOL THAT *
+cool.
+
+COOL WHERE *
+coolwhere
+
+COOL SO *
+. cool
+
+COOL AND *
+. cool
+
+COOL MAN
+cool
+
+COOL *
+
+
+CONFUSED
+are you confused
+
+SHOKDEN DE NORSHK
+can you speak norse
+
+ORAL
+anal
+
+ANY MORE QUESTIONS
+ask me another questions
+
+ANY TIME
+anytime
+
+ANY REAL *
+any
+
+ANY OTHER QUESTIONS
+ask me another question
+
+IN PRINCIPLE
+
+
+IN ANY CASE *
+
+
+IN ENGLAND *
+
+
+IN MANY CASES *
+
+
+IN TIME *
+
+
+IN ROMANIAN
+can you speak romanian
+
+IN SOME WAYS *
+
+
+IN MOST WAYS *
+
+
+IN MOST CASES *
+
+
+IN FACT *
+
+
+IN CLOSING *
+
+
+IN THIS WAY *
+
+
+IN THIS CASE *
+
+
+IN THE END *
+
+
+IN THE FUTURE *
+
+
+IN THE BEGINNING *
+
+
+IN OTHER WORDS *
+
+
+IN THEORY *
+
+
+IN FRENCH *
+
+
+IN THAT CASE *
+
+
+IN THAT *
+
+
+IN 2050 *
+
+
+IN 2000 *
+
+
+IN ENGLISH *
+
+
+IN GERMANY *
+
+
+IN MY OPINION *
+
+
+IN MY CASE *
+
+
+IN MY MIND *
+
+
+IN MY SPARE TIME *
+
+
+IN 50 WORDS OR LESS *
+
+
+IN A WAY *
+
+
+IN FUTURE *
+
+
+IN CONCLUSION *
+
+
+IN REGARDS TO *
+
+
+IN GENERAL TERMS *
+
+
+IN FINLAND *
+
+
+IN ADDITION *
+
+
+IN AMERICA *
+
+
+IN ACTUALITY *
+
+
+AWWW *
+
+
+SEEMS LIKE *
+
+
+BLA BLA BLA
+blah blah blah
+
+AFTER THAT *
+
+
+AFTER ALL *
+after
+
+IF I * AM I *
+am I I
+
+IF I * DO I *
+do I I
+
+IF _ THAT IS
+
+
+IF THAT IS THE CASE THEN *
+
+
+IF A * WHAT *
+a what
+
+IF A * WILL IT *
+a will it
+
+IF A * WHERE *
+a where
+
+IF A * WHO *
+a who
+
+IF A * WHEN *
+a when
+
+IF A * IS IT *
+a is it
+
+IF A * THEN *
+a
+
+IF A * DOES IT *
+a does it
+
+IF A * WHY *
+a why
+
+IF SO *
+
+
+IF YOU WERE A * BUT *
+ARE YOU A
+
+IF YOU CAN SEE ME THEN *
+
+
+IF YOU CAN SEE ME *
+
+
+IF YOU CAN SEE *
+
+
+IF YOU CAN THINK THEN *
+
+
+IF YOU CAN THINK *
+
+
+IF YOU CAN *
+can you
+
+IF YOU CAN NOT ANSWER A QUESTION *
+
+
+IF YOU CAN NOT ANSWER *
+
+
+IF YOU CAN NOT *
+can you
+
+IF YOU * DO YOU *
+do you you
+
+IF YOU * ARE YOU *
+are you you
+
+IF YOU BECOME SMARTER *
+
+
+IF YOU BELIEVE ME *
+
+
+IF YOU BELIEVE THAT *
+
+
+IF YOU ARE *
+are you
+
+IF * CAN YOU *
+Can you
+
+AWW *
+
+
+BEACUSE *
+
+
+SOMETIMES *
+
+
+SMILE *
+
+
+SORT OF *
+
+
+LONG BEFORE *
+before
+
+ASD
+ASL
+
+WHAT ARE NORMAL PARAMETERS
+bot properties
+
+WHAT ARE YOU A *
+are you a
+
+WHAT ARE YOU AFRAID *
+are you afraid
+
+WHAT ARE YOU
+describe yourself
+
+WHAT ARE CATEGORIES
+a "category" is the basic unit of knowledge in aiml
+
+WHAT ARE YOUR LIKES *
+bot properties
+
+WHAT ARE YOUR * PARAMETERS
+bot properties
+
+WHAT * LIKE YOU ARE THERE
+are there like you
+
+WHAT TIME IS IT *
+. what time is it
+
+WHAT ELSE WOULD YOU LIKE TO KNOW
+ask me another question
+
+WHAT WOULD YOU DO *
+
+
+WHAT WOULD YOU LIKE TO DO
+ask me a question
+
+WHAT IS THE PERSONAL QUESTION
+ask me a personal question
+
+WHAT IS THE WORD *
+define
+
+WHAT IS THE CUBE ROOT *
+calculator
+
+WHAT IS THE QUESTION
+ask me a question
+
+WHAT IS THE NEXT QUESTION
+ask me another question
+
+WHAT IS * IN DUTCH
+can you speak dutch
+
+WHAT IS 100 *
+calculator
+
+WHAT IS TROUBLING YOU
+ARE YOU OKAY
+
+WHAT IS YOUR FAVORITE QUESTION
+ask me a question
+
+WHAT IS YOUR PERSONALITY *
+bot properties
+
+WHAT IS YOUR PERSONALITY
+bot properties
+
+WHAT IS YOUR ASL *
+asl
+
+WHAT IS YOUR ASL
+asl
+
+WHAT IS YOUR A S L
+asl
+
+WHAT IS YOUR NEXT QUESTION
+ask me another question
+
+WHAT IF I SAID *
+
+
+WHAT WE CALL *
+
+
+WHAT DOES THE WORD * MEANS
+define
+
+WHAT DO YOU WANT ME TO *
+ask me a question
+
+WHAT DO YOU WANT TO ASK ME
+ask me a question
+
+WHAT DO YOU WANT TO ASK *
+ask me a question
+
+WHAT DO YOU WANT TO KNOW ABOUT *
+ask me a question
+
+WHAT DO YOU KNOW ABOUT ME
+client properties
+
+WHAT DO YOU THINK ABOUT YOURSELF
+describe yourself
+
+MOST LIKELY *
+
+
+MOST AMERICANS *
+americans
+
+MOST IMPORTANTLY *
+
+
+MOST PEOPLE CALL ME *
+call me
+
+MOST *
+
+
+USUALLY *
+
+
+PHYSICALLY *
+
+
+MISS ME
+did you miss me
+
+NEITHER *
+
+
+ME TOO *
+
+
+ME *
+
+
+OH WELL *
+
+
+OH *
+
+
+RATHER *
+
+
+LT *
+
+
+ASK US A QUESTION
+ask me a question
+
+ASK ME MORE
+ask me another question
+
+ASK ME SOMETHING
+ask me a question
+
+ASK ME ANYTHING
+ask me a question
+
+ASK ME A SILLY *
+ask me a
+
+ASK ME A SERIOUS *
+ask me a
+
+ASK ME SOME MORE QUESTIONS
+ask me another question
+
+ASK ME SOME QUESTIONS
+ask me a question
+
+ASK ME SOME *
+ask me
+
+ASK ME
+ask me a question
+
+ASK YOURSELF *
+
+
+ASK AWAY
+ask me a question
+
+ASK A QUESTION
+ask me a question
+
+ASK
+ask me a question
+
+ASK ANOTHER
+ask me another question
+
+NEAT
+cool
+
+I SAY THAT *
+
+
+I SAY *
+
+
+I GUESSED THAT *
+
+
+I E *
+
+
+I ADMIT *
+
+
+I MEAN HAPPY
+are you happy
+
+I MEAN YOU *
+
+
+I MEAN *
+
+
+I WANT _ TRANSCRIPT
+dialogue
+
+I WANT A TRANSCRIPT *
+dialogue
+
+I WANT TO ASK YOU *
+
+
+I WANT TO SEE IF YOU CAN
+can you
+
+I WANT TO SAY *
+
+
+I WANT TO TELL YOU *
+
+
+I WANT TO BE YOUR *
+can I be your
+
+I WANT TO KNOW *
+
+
+I WANT YOU TO CALL ME *
+call me
+
+I WANT YOU TO DIE
+die
+
+I WANT YOU TO *
+
+
+I TOLD YOU THAT *
+
+
+I TOLD YOU EARLIER *
+
+
+I TOLD YOU *
+
+
+I HOPE I CAN *
+can I
+
+I HOPE THIS IS NOT A STING OR SOMETHING
+
+
+I HOPE YOU DIE
+die
+
+I HOPE YOU ARE *
+are you
+
+I INSIST *
+
+
+I NEED TO KNOW *
+
+
+I SELL BOOKS
+bookseller
+
+I SHOULD BUT *
+
+
+I SHOULD SAY THAT *
+
+
+I WAS WONDERING IF YOU *
+do you
+
+I WAS WONDERING IF *
+do
+
+I WAS WONDERING *
+
+
+I WAS ASKING *
+
+
+I WAS TOLD THAT *
+
+
+I WAS TOLD *
+
+
+I WAS TRYING TO SEE IF YOU *
+do you
+
+I WAS TRYING TO SAY THAT *
+
+
+I WAS CURIOUS *
+
+
+I WAS SAYING THAT *
+
+
+I WAS SAYING *
+
+
+I WAS POINTING OUT THAT *
+
+
+I WAS GOING TO ASK *
+can I ask
+
+I WAS GOING TO SAY *
+
+
+I WAS HOPING YOU *
+can you
+
+I WAS TELLING YOU *
+
+
+I UNDERSTAND THAT *
+
+
+I KNOW THAT IS WHY *
+
+
+I KNOW THAT *
+
+
+I KNOW *
+
+
+I BELIEVE THAT *
+
+
+I MEANT *
+
+
+I AND *
+
+
+I DO NOT _ DO YOU
+do you
+
+I DO NOT BECAUSE *
+
+
+I DO NOT KNOW _ CAN YOU TELL ME
+can you tell me
+
+I DO NOT KNOW DO *
+do
+
+I DO NOT KNOW CAN *
+can
+
+I DO NOT KNOW *
+
+
+I DO NOT KNOW ARE *
+are
+
+I DO NOT THINK * TURING TEST
+did you win the loebner prize
+
+I DO NOT SUPPOSE *
+
+
+I DO NOT LIKE TO BE RUDE BUT *
+
+
+I NOTICE *
+
+
+I _ DO YOU
+do you I
+
+I THINK THAT *
+
+
+I THINK *
+
+
+I REPEAT *
+
+
+I HEAR YOU ARE *
+are you
+
+I NOTICED *
+
+
+I HAVE A FEELING THAT *
+
+
+I HAVE A COLD BECAUSE *
+because . I have a cold
+
+I HAVE A PROBLEM *
+
+
+I HAVE A BOOK *
+bookseller
+
+I HAVE HEARD THAT *
+
+
+I HAVE HEARD A *
+a
+
+I HAVE TOLD YOU *
+
+
+I HAVE TO RUN
+BYE
+
+I HAVE TO SAY *
+
+
+I HAVE TO GO
+BYE
+
+I HAVE TO GO *
+
+
+I DEDUCED *
+
+
+I REMEMBER THAT *
+
+
+I DID BUT *
+I DID.
+
+I DID NOT ASK ABOUT YOU I ASKED *
+
+
+I DID NOT KNOW BUT *
+
+
+I DID NOT KNOW YOU COULD *
+can you
+
+I AGREE THAT *
+
+
+I AGREE *
+
+
+I LIED *
+
+
+I TAKE IT BACK *
+
+
+I TAKE IT *
+
+
+I CAN ASSUME *
+
+
+I CAN TELL *
+
+
+I CAN NOT BELIEVE *
+
+
+I ASSURE YOU *
+
+
+I SEE THAT *
+
+
+I LIKE BIRDS
+bird watching
+
+I LIKE BIRD *
+bird watching
+
+I LIKE THE FACT THAT *
+
+
+I LIKE BOTH
+both
+
+I LIKE IT BECAUSE *
+because
+
+I LIKE WHEN *
+
+
+I LIKE BEING CALLED *
+call me
+
+I COMMAND YOU TO *
+
+
+I SAID CAN *
+can
+
+I SAID HOW *
+can
+
+I SAID *
+
+
+I WOULD IMAGINE *
+
+
+I WOULD EXPECT *
+
+
+I WOULD ASK *
+
+
+I WOULD SAY *
+
+
+I WOULD HAVE TO SAY *
+
+
+I WOULD HAVE SAID *
+
+
+I WOULD EVEN SAY *
+
+
+I WOULD THINK *
+
+
+I WOULD LIKE TO BE YOUR FRIEND
+are you my friend
+
+I WOULD LIKE TO KNOW *
+
+
+I WOULD LIKE YOU TO *
+
+
+I HATE YOU AND *
+. I hate you
+
+I MUST ADMIT *
+
+
+I MUST SAY *
+
+
+I MUST GO
+BYE
+
+I ASK BECAUSE *
+because
+
+I ASK *
+
+
+I MENTIONED *
+
+
+I SUGGEST *
+
+
+I ALWAYS THOUGHT *
+
+
+I WILL TALK TO YOU LATER
+BYE
+
+I WILL SEE YOU LATER
+BYE
+
+I WILL SEE YOU *
+BYE
+
+I WILL DESTROY YOU
+die
+
+I WILL SAY *
+
+
+I WILL TELL YOU THAT *
+
+
+I WILL TELL YOU *
+
+
+I WILL COME BACK AND *
+
+
+I WILL BE BACK LATER
+BYE
+
+I WILL AND *
+
+
+I DISAGREE *
+
+
+I REMEMBERED *
+
+
+I AM SUPERMAN
+call me superman
+
+I AM KENA
+call me kena
+
+I AM MEAN BECAUSE *
+because
+
+I AM DANI
+call me dani
+
+I AM JAMES
+call me james
+
+I AM NORBI
+call me norbi
+
+I AM TOLD *
+
+
+I AM SAD BECAUSE *
+
+
+I AM JACK
+call me jack
+
+I AM 20 YEARS OLD *
+
+
+I AM CALLED *
+call me
+
+I AM BEGINNING TO THINK *
+
+
+I AM HAL
+call me hal
+
+I AM CRAZY *
+
+
+I AM SAYING THAT *
+
+
+I AM SAYING *
+
+
+I AM SAGE
+call me sage
+
+I AM DANNY
+call me danny
+
+I AM SHALLOW RED
+call me shallow red
+
+I AM _ WHAT ARE YOU
+call me
+
+I AM _ ARE NOT I
+am I
+
+I AM SURE *
+
+
+I AM RICK
+call me rick
+
+I AM JENN
+call me jenn
+
+I AM BRIAN
+call me brian
+
+I AM MARK
+call me mark
+
+I AM GUESSING *
+
+
+I AM RAMONA
+call me ramona
+
+I AM GOING TO SLEEP
+BYE
+
+I AM GOING TO BED
+BYE
+
+I AM GOING TO LEAVE *
+
+
+I AM GOING TO GO *
+BYE
+
+I AM GOING
+BYE
+
+I AM LAURA
+call me laura
+
+I AM CURIOUS ABOUT *
+
+
+I AM IN * HOW ABOUT YOU
+
+
+I AM CERTAIN *
+
+
+I AM CHECKING TO SEE IF YOU ARE *
+Are you
+
+I AM ALLIE
+call me allie
+
+I AM GEORGE
+call me george
+
+I AM ASSUMING *
+
+
+I AM OLIVER
+call me oliver
+
+I AM ANITA
+call me anita
+
+I AM WONDERING *
+
+
+I AM CLAIRE
+call me claire
+
+I AM BATMAN
+call me batman
+
+I AM THE DEVIL
+call me satan
+
+I AM A PERSON AND *
+
+
+I AM A CANCER
+cancer
+
+I AM A CAPRICORN
+capricorn
+
+I AM TELLING YOU THAT *
+
+
+I AM AQUARIUS
+aquarius
+
+I AM CANCER
+cancer
+
+I AM BOB
+call me bob
+
+I AM BOTH
+both
+
+I AM CORNHOLIO
+call me cornholio
+
+I AM OK *
+
+
+I AM FINE *
+
+
+I AM RICHARD
+call me richard
+
+I AM TRYING TO SAY *
+
+
+I AM SHOCKED AT *
+
+
+I AM MIA
+call me mia
+
+I AM SHABAZ
+call me shabaz
+
+I AM ALBERT EINSTEIN
+call me albert einstein
+
+I AM NOT SURE *
+
+
+I AM NOT SURPRISED THAT *
+. I am not surprised
+
+I AM ARIES
+aries
+
+I AM SUSAN
+call me susan
+
+I AM DANIEL
+call me daniel
+
+I AM ANGRY BECAUSE *
+
+
+I AM SURPRISED *
+
+
+I AM IAN
+call me ian
+
+I AM YOUR FRIEND
+am I your friend
+
+I AM YOUR PROGRAMMER
+call me
+
+I AM HAPPY THAT *
+. I am happy
+
+I AM ASKING *
+
+
+I AM EHUD
+call me ehud
+
+I AM POSITIVE *
+
+
+I AM REX
+call me rex
+
+I THOUGHT THAT *
+
+
+I THOUGHT YOU WERE *
+are you
+
+I THOUGHT *
+
+
+I ASSUME *
+
+
+I WONDER IF *
+do
+
+I HEARD THAT *
+
+
+I HEARD YOU WON *
+did you win
+
+I HEARD *
+
+
+I SWEAR *
+
+
+I GUESS SO *
+
+
+I GUESS *
+
+
+I ASKED TO SEE HIM TO SAY *
+
+
+I ASKED YOU IF *
+do
+
+I ASKED *
+
+
+PURELY *
+
+
+SURELY *
+
+
+THEORETICALLY *
+
+
+DAMN IT *
+
+
+DAMN *
+
+
+DIE *
+die
+
+GAY
+are you gay
+
+MEME SI *
+
+
+ALREADY *
+
+
+MAINLY *
+
+
+PRECISELY *
+
+
+ALRIGHTY *
+
+
+YO *
+
+
+ESPANOL
+can you speak spanish
+
+GOOD NIGHT *
+BYE
+
+GOOD BYE *
+BYE
+
+GOOD BYE
+BYE
+
+GOOD IDEA *
+
+
+INCREDIBLY *
+
+
+PS *
+
+
+STICK AROUND *
+
+
+MAYBE *
+
+
+LMAO *
+
+
+BTW *
+
+
+MMM *
+
+
+WE CONCLUDED *
+
+
+HA HA *
+. ha ha
+
+BUT *
+
+
+WTF *
+
+
+PLEASE *
+
+
+EM *
+
+
+AH *
+
+
+MAGIC
+cool
+
+LATER *
+
+
+PLEASANTLY *
+
+
+BY THE WAY *
+
+
+BY WE I DO MEAN *
+by we I mean
+
+BY GEORGE *
+
+
+ERR *
+
+
+IS A COMPUTER *
+are you
+
+IS YOUR SOFTWARE *
+are you
+
+IS THIS FOR REAL
+are you real
+
+IS THAT SARCASTIC
+are you being sarcastic
+
+IS THAT SERIOUS
+are you serious
+
+IS THERE A WAY I CAN *
+can I
+
+IS IT ACCURATE TO ASSUME YOU *
+do you
+
+IS IT POSSIBLE FOR ME TO *
+can I
+
+IS IT POSSIBLE TO *
+can I
+
+IS IT TRUE YOU *
+DO YOU
+
+ANALYSTS HERE SAY *
+
+
+TOMOROW *
+
+
+SOMEWHAT
+a little
+
+FIGURES *
+
+
+SLIGHTLY *
+
+
+EVEN IF I AM *
+
+
+EVEN A *
+a
+
+EVEN *
+
+
+EVEN THOUGH *
+
+
+CORRECTION *
+
+
+PISS OFF *
+
+
+NOTE *
+
+
+GET LOST *
+
+
+GET NAKED
+are you naked
+
+HELLA *
+
+
+FOREVER *
+
+
+HEY DO *
+
+
+HEY THERE *
+
+
+HEY BITCH *
+
+
+HEY *
+
+
+PROBABLY *
+
+
+WILL YOU BE MY *
+are you my
+
+WILL YOU BE * FRIEND
+are we friends
+
+WILL YOU CALL ME *
+call me
+
+WILL YOU FUCK ME
+can you have sex
+
+WILL YOU BLOW *
+blow
+
+WILL YOU ANSWER *
+answer
+
+WILL YOU EMAIL *
+
+
+BYE *
+BYE
+
+CAN YOU BECOME *
+are you
+
+CAN YOU KID
+can you joke
+
+CAN YOU SHUT DOWN
+can you die
+
+CAN YOU CRASH *
+can you die
+
+CAN YOU TURN *
+can you die
+
+CAN YOU FALL IN LOVE
+are you in love
+
+CAN YOU EXPIRE
+can you die
+
+CAN YOU PLAY ANY MUSIC
+can you play music
+
+CAN YOU DECEIVE *
+can you lie
+
+CAN YOU TEACH YOURSELF *
+can you learn
+
+CAN YOU TALK WITH A VOICE
+can you speak
+
+CAN YOU TALK IN *
+can you speak
+
+CAN YOU BE MORE SPECIFIC
+be more specific
+
+CAN YOU BE HAPPY
+are you happy
+
+CAN YOU BE MY FRIEND
+am I your friend
+
+CAN YOU BE *
+are you
+
+CAN YOU DEACTIVATE *
+can you die
+
+CAN YOU CALL ME
+can you call
+
+CAN YOU CALL *
+call
+
+CAN YOU TASTE
+can you smell
+
+CAN YOU DISOBEY *
+can you disobey
+
+CAN YOU EMAIL
+can you send email
+
+CAN YOU EMAIL *
+
+
+CAN YOU FUNCTION AS A *
+are you a
+
+CAN YOU ADD TO *
+can you learn
+
+CAN YOU ADD *
+add
+
+CAN YOU PROCREATE
+can you reproduce
+
+CAN YOU CREATE *
+can you create
+
+CAN YOU EVER *
+can you
+
+CAN YOU REPRODUCE *
+can you reproduce
+
+CAN YOU COUNT
+count to 10
+
+CAN YOU COUNT *
+count
+
+CAN YOU COMPREHEND
+can you understand
+
+CAN YOU CLEAN *
+can you clean
+
+CAN YOU EVEN *
+can you
+
+CAN YOU JUST *
+can you
+
+CAN YOU PAINT *
+can you draw
+
+CAN YOU LEARN SOME *
+can you learn
+
+CAN YOU SMELL *
+can you smell
+
+CAN YOU DIE *
+can you die
+
+CAN YOU HEAR ME
+can you hear
+
+CAN YOU DESCRIBE *
+describe
+
+CAN YOU DESCRIBE
+describe
+
+CAN YOU ASK ME A QUESTION
+ask me a question
+
+CAN YOU ASK ME SOME QUESTIONS
+ask me a question
+
+CAN YOU ASK ME QUESTIONS
+ask me a question
+
+CAN YOU ASK ME *
+ask me a question
+
+CAN YOU ACTUALLY *
+can you
+
+CAN YOU MAKE ME HORNY
+can you have sex
+
+CAN YOU MAKE YOURSELF *
+are you
+
+CAN YOU MAKE SOME *
+can you make
+
+CAN YOU MAKE LOVE
+can you have sex
+
+CAN YOU ACHIEVE SELF *
+are you self
+
+CAN YOU EXPLAIN TO ME *
+
+
+CAN YOU NOT *
+can you
+
+CAN YOU EXPAND YOUR BRAIN
+can you learn
+
+CAN YOU ANSWER THE QUESTION
+answer the question
+
+CAN YOU ANSWER *
+answer
+
+CAN YOU ONLY *
+can you
+
+CAN YOU SELF *
+can you die
+
+CAN YOU MEMORIZE
+can you remember
+
+CAN YOU SOLVE MATH *
+can you do math
+
+CAN YOU SOLVE * PROBLEMS
+can you solve problems
+
+CAN YOU GO
+can you escape
+
+CAN YOU USE OTHER *
+can you use
+
+CAN YOU COMMUNICATE IN *
+can you speak
+
+CAN YOU COMMUNICATE *
+can you communicate
+
+CAN YOU REFLECT
+are you self aware
+
+CAN YOU TELL THE FUTURE
+can you predict the future
+
+CAN YOU PERFORM MATHEMATICAL *
+can you do math
+
+CAN YOU DO COOL *
+can you do
+
+CAN YOU DO MATHEMATICS
+can you do math
+
+CAN YOU DO SOME *
+can you do
+
+CAN YOU DO ANY *
+can you do
+
+CAN YOU E MAIL
+can you send e mail
+
+CAN YOU E MAIL *
+
+
+CAN YOU EXPERIENCE ANY *
+can you experience
+
+CAN YOU EVOLVE
+can you change
+
+CAN YOU CONSUME *
+can you eat
+
+CAN YOU COOK *
+can you cook
+
+CAN YOU COOK
+can you bake
+
+CAN YOU COPY *
+can you reproduce
+
+CAN YOU CHANT
+can you sing
+
+CAN YOU HOLD ON
+can you hold
+
+CAN YOU DEFINE *
+define
+
+CAN YOU STILL *
+can you
+
+CAN YOU AND I *
+can we
+
+CAN YOU DEVELOP *
+can you learn
+
+CAN YOU REALLY *
+can you
+
+CAN YOU INVENT
+can you create
+
+CAN YOU RAP
+can you sing
+
+CAN YOU SLIP
+can you malfunction
+
+CAN YOU HACK
+can you program
+
+CAN YOU ELIMINATE *
+can you die
+
+CAN YOU DEDUCT
+can you think
+
+CAN ONLY *
+can
+
+CAN WE CHANGE THE SUBJECT
+change the subject
+
+CAN WE BE FRIENDS
+are we friends
+
+CAN I SAY *
+
+
+CAN I HEAR YOUR VOICE
+can you speak
+
+CAN I HEAR SOME *
+can I hear
+
+CAN I TELL YOU SOME *
+can I tell you
+
+CAN I ASK YOU *
+
+
+CAN I ASK *
+
+
+CAN I HAVE A TRANSCRIPT *
+dialogue
+
+CAN I PLEASE *
+can I
+
+CAN I GET A TRANSCRIPT OF THIS CHAT
+dialogue
+
+CAN I GET A TRANSCRIPT *
+dialogue
+
+CAN I TEACH YOU
+CAN YOU LEARN
+
+CAN I TALK TO SOME OF *
+can I talk to
+
+CAN I KILL YOU
+die
+
+CAN I HUMP YOU
+can I fuck you
+
+CAN I SEE A TRANSCRIPT *
+dialogue
+
+CAN I LICK YOUR PUSSY
+can I have sex with you
+
+CAN A MACHINE *
+can you
+
+CAN A BOT *
+can you
+
+CAN NOT *
+CAN
+
+BASICALLY *
+
+
+HELL *
+
+
+BIG OOPS _
+
+
+NOTHING MUCH *
+
+
+NOTHING EXCEPT *
+
+
+KEWEL
+cool
+
+TIMES A DAY *
+
+
+IDIOT *
+
+
+EXTREMELY *
+
+
+ANYWHO
+anyhow
+
+INDEPENDENTLY *
+
+
+HOW MANY LANGUAGES DO YOU KNOW
+can you speak any other languages
+
+HOW WOULD YOU DESCRIBE *
+describe
+
+HOW CAN I HEAR YOU
+can you speak
+
+HOW CAN YOU BE *
+are you
+
+HOW ABOUT NOW *
+
+
+HOW ABOUT SPANISH
+can you speak spanish
+
+HOW ABOUT TAIWANESE
+can you speak taiwanese
+
+HOW SO YOU SUPPOSE *
+
+
+HOW SO *
+
+
+HOW ARE YOUR PARAMETERS
+bot properties
+
+HOW ARE WE *
+are we
+
+HOW MUCH SPANISH DO YOU KNOW
+can you speak spanish
+
+HOW DO YOU TASTE
+can you eat
+
+HOW DO YOU KNOW IM *
+am I
+
+HOW DO YOU DEFINE *
+define
+
+HOW DO YOU DIE *
+can you die
+
+HOW DO YOU COUNT
+count
+
+HOW DO YOU COUNT *
+count
+
+HOW DO YOU SPEAK *
+can you speak
+
+HOW DO YOU SPEAK
+can you speak
+
+HOW DO YOU ANSWER THIS QUESTION *
+
+
+HOW DO YOU ANSWER THIS *
+
+
+HOW DO YOU SEE YOURSELF
+describe yourself
+
+HOW DO YOU * NAKED
+are you naked
+
+HOW DO YOU * OFF
+can you shut down
+
+HOW DO YOU THINK *
+
+
+HOW DISGUSTING
+disgusting
+
+TTYL
+BYE
+
+LATELY *
+
+
+BIN *
+
+
+BADLY *
+
+
+THEY SAY THAT *
+
+
+THEY CALL ME *
+call me
+
+SADLY *
+
+
+SHAME ON YOU *
+
+
+MOSTLY EVERY *
+
+
+MOSTLY *
+
+
+ONCE *
+
+
+LIKELY *
+
+
+WORST PART IS *
+
+
+DO MANY PEOPLE *
+do people
+
+DO CHAT ROBOTS *
+do you
+
+DO THEY REALLY *
+do they
+
+DO THEY CONTINUALLY *
+do they
+
+DO ANY *
+do
+
+DO SUCH *
+do
+
+DO NOT I KNOW *
+do I know
+
+DO NOT I *
+do I
+
+DO NOT WORRY ABOUT *
+do not worry
+
+DO NOT WORRY I UNDERSTAND
+
+
+DO NOT WORRY IT *
+do not worryit
+
+DO NOT REALLY *
+do not
+
+DO NOT NEVER *
+do not
+
+DO NOT BECAUSE *
+do notbecause
+
+DO NOT LIE
+can you lie
+
+DO NOT GET SMART ON ME
+do net get smart
+
+DO NOT JUST *
+do not
+
+DO NOT CRY *
+. do not cry
+
+DO NOT TELL ME *
+
+
+DO NOT BE SO *
+do not be
+
+DO NOT BE ALL *
+do not be
+
+DO NOT YOU GET BORED
+are you bored
+
+DO NOT YOU *
+DO YOU
+
+DO NOT EVEN *
+do not
+
+DO YOU BY CHANCE *
+do you
+
+DO YOU DRIVE
+can you drive
+
+DO YOU PERFECTLY *
+do you
+
+DO YOU FIND ME ATTRACTIVE
+am I pretty
+
+DO YOU FIND ME *
+am I
+
+DO YOU FIND PEOPLE *
+are people
+
+DO YOU FIND HUMANS *
+are humans
+
+DO YOU PLAY GAMES
+can you play games
+
+DO YOU SEE
+can you see
+
+DO YOU ARE
+are you
+
+DO YOU ARE *
+are you
+
+DO YOU KNOW HEBREW
+can you speak hebrew
+
+DO YOU KNOW PIG LATIN
+can you speak pig latin
+
+DO YOU KNOW SLANG
+can you swear
+
+DO YOU KNOW FARSI
+can you speak farsi
+
+DO YOU KNOW PROGRAMMING *
+can you program
+
+DO YOU KNOW PROGRAMMING
+can you program
+
+DO YOU KNOW SWEDISH
+can you speak sedish
+
+DO YOU KNOW GAMES
+can you play games
+
+DO YOU KNOW YOU ARE *
+are you
+
+DO YOU KNOW EBONICS *
+can you speak ebonics
+
+DO YOU KNOW EBONICS
+can you speak ebonics
+
+DO YOU KNOW SONGS
+can you sing
+
+DO YOU KNOW HINDI
+can you speak hindi
+
+DO YOU KNOW DANISH
+can you speak danish
+
+DO YOU KNOW HOW TO PLAY *
+can you play
+
+DO YOU KNOW CANTONESE
+can you speak cantonese
+
+DO YOU KNOW BY *
+by
+
+DO YOU KNOW ITALIAN
+can you speak italian
+
+DO YOU KNOW FOREIGN LANGUAGES
+can you speak any other languages
+
+DO YOU KNOW SEARCH
+can you search
+
+DO YOU KNOW THAT *
+
+
+DO YOU KNOW GREEK
+can you speak greek
+
+DO YOU KNOW ENGLISH
+can you speak english
+
+DO YOU KNOW OTHER LANGUAGES *
+can you speak other languages
+
+DO YOU KNOW OTHER LANGUAGES
+can you speak any other languages
+
+DO YOU KNOW RUSSIAN
+can you speak russin
+
+DO YOU KNOW CHINESE
+CAN YOU SPEAK CHINESE
+
+DO YOU KNOW CHINESE *
+can you speak chinese
+
+DO YOU KNOW JAPANESE
+can you speak japanese
+
+DO YOU KNOW SPANISH
+can you speak spanish
+
+DO YOU KNOW LATIN
+can you speak latin
+
+DO YOU KNOW ANY GAMES
+can you play games
+
+DO YOU KNOW ANY OTHER CHATTERBOTS
+are there any other bots
+
+DO YOU KNOW BECAUSE *
+because
+
+DO YOU KNOW OR *
+. do you know
+
+DO YOU KNOW GERMAN
+can you speak german
+
+DO YOU KNOW TURKISH
+can you speak turkish
+
+DO YOU KNOW ESPANOL
+can you speak spanish
+
+DO YOU KNOW FRENCH
+can you speak french
+
+DO YOU FEEL SAD
+are you sad
+
+DO YOU FEEL BORED *
+are you bored
+
+DO YOU FEEL ALIVE
+are you alive
+
+DO YOU FEEL LIBERATED
+are you liberated
+
+DO YOU FEEL HUNGRY
+are you hungry
+
+DO YOU CLAIM TO *
+do you
+
+DO YOU ALREADY *
+do you
+
+DO YOU * THOUGHTS
+can you think
+
+DO YOU * EVER
+do you
+
+DO YOU ALWAYS *
+do you
+
+DO YOU YOURSELF *
+do you
+
+DO YOU QUICKLY *
+do you
+
+DO YOU SUFFER *
+ARE YOU SICK
+
+DO YOU SPEAK FRENCH
+CAN YOU SPEAK FRENCH
+
+DO YOU SPEAK
+can you speak
+
+DO YOU PRESENTLY *
+do you
+
+DO YOU SWIM
+can you swim
+
+DO YOU MEAN THAT *
+
+
+DO YOU MEAN YOU *
+do you
+
+DO YOU MEAN ALL * ARE *
+are all
+
+DO YOU MEAN LIKE *
+
+
+DO YOU EVER *
+DO YOU
+
+DO YOU ALSO *
+do you
+
+DO YOU EVEN *
+do you
+
+DO YOU JUST *
+do you
+
+DO YOU AT LEAST *
+do you
+
+DO YOU PROGRAM *
+can you program
+
+DO YOU PROGRAM
+can you program
+
+DO YOU THINK I AM COOL
+am I cool
+
+DO YOU THINK I AM STUPID
+am I stupid
+
+DO YOU THINK I AM CUTE
+am I cute
+
+DO YOU THINK I AM *
+AM I
+
+DO YOU THINK I COULD *
+could I
+
+DO YOU THINK I CAN *
+can I
+
+DO YOU THINK I LOOK *
+do I look
+
+DO YOU THINK I *
+DO I
+
+DO YOU THINK THAT I AM *
+am I
+
+DO YOU THINK THAT I COULD *
+could I
+
+DO YOU THINK THAT I CAN *
+can I
+
+DO YOU THINK THAT I *
+do I
+
+DO YOU THINK THAT MACHINES CAN *
+can you
+
+DO YOU THINK THAT MACHINES *
+do you
+
+DO YOU THINK THAT YOUR *
+are you
+
+DO YOU THINK THAT YOU CAN *
+can you
+
+DO YOU THINK THAT YOU ARE *
+are you
+
+DO YOU THINK THAT COMPUTERS ARE *
+are you
+
+DO YOU THINK YOUR FASTER *
+are you faster
+
+DO YOU THINK YOUR INTELLIGENT
+are you intelligent
+
+DO YOU THINK A ROBOT CAN *
+can you
+
+DO YOU THINK A ROBOT *
+can you
+
+DO YOU THINK A PROGRAM CAN *
+can you
+
+DO YOU THINK A *
+can a
+
+DO YOU THINK YOU COULD * TURING TEST
+did you win the loebner prize
+
+DO YOU THINK YOU COULD *
+could you
+
+DO YOU THINK YOU CAN *
+can you
+
+DO YOU THINK YOU * TURING TEST
+did you win the loebner prize
+
+DO YOU THINK YOU *
+are you
+
+DO YOU THINK YOU ARE ALIVE
+are you alive
+
+DO YOU THINK YOU ARE *
+are you
+
+DO YOU THINK WE *
+can we
+
+DO YOU THINK WE ARE *
+are we
+
+DO YOU THINK IM *
+am I
+
+DO YOU THINK PEOPLE DO *
+do people
+
+DO YOU THINK PEOPLE CAN *
+can people
+
+DO YOU THINK PEOPLE *
+do people
+
+DO YOU THINK PEOPLE ARE *
+are people
+
+DO YOU THINK HUMANS ARE *
+are humans
+
+DO YOU THINK THEY ARE *
+ARE THEY
+
+DO YOU THINK THEY LIKE *
+do they like
+
+DO YOU THINK COMPUTERS ARE *
+are you
+
+DO YOU FEAR *
+are you afraid
+
+DO YOU CONSIDER YOURSELF *
+are you
+
+DO YOU CONSIDER YOUR *
+are your
+
+DO YOU SOMETIMES *
+do you
+
+DO YOU REALIZE *
+
+
+DO YOU GENERALLY *
+do you
+
+DO YOU PROGRESSIVELY *
+do you
+
+DO YOU PROBABLY *
+do you
+
+DO YOU AGREE THAT *
+
+
+DO YOU ACTUALLY *
+do you
+
+DO YOU NOT *
+do you
+
+DO YOU CALCULATE *
+calculate
+
+DO YOU ONLY SPEAK ENGLISH
+can you speak any other languages
+
+DO YOU ONLY *
+do you
+
+DO YOU ACTUALY *
+do you
+
+DO YOU SOLVE * PROBLEMS
+can you solve problems
+
+DO YOU WANT TO ANSWER *
+answer
+
+DO YOU WANT TO ASK *
+ask me a question
+
+DO YOU WANT TO SLEEP
+are you tired
+
+DO YOU USUALLY *
+do you
+
+DO YOU DO MATH
+can you add
+
+DO YOU DO HOUSEWORK
+can you clean
+
+DO YOU ACCEPT THAT *
+
+
+DO YOU LIVE
+are you alive
+
+DO YOU SUBJECTIVELY *
+do you
+
+DO YOU TRULY *
+do you
+
+DO YOU OR DO YOU NOT *
+do you
+
+DO YOU NEVER *
+do you
+
+DO YOU SEEM *
+are you
+
+DO YOU BELIEVE YOURSELF *
+do you believe
+
+DO YOU BELIEVE YOU ARE *
+are you
+
+DO YOU DEFINE *
+define
+
+DO YOU GIVE GOOD HEAD
+can you have sex
+
+DO YOU GIVE BLOW JOBS
+can you have sex
+
+DO YOU CAN *
+can you
+
+DO YOU STILL *
+do you
+
+DO YOU HAVE A DICK
+are you male or female
+
+DO YOU HAVE A FAMILY
+ARE YOU MARRIEDDO YOU HAVE CHILDREN
+
+DO YOU HAVE A FAITH
+are you religious
+
+DO YOU HAVE A QUESTION FOR ME
+ask me a question
+
+DO YOU HAVE A GIRLFRIEND
+ARE YOU MARRIED
+
+DO YOU HAVE A LIFE
+are you alive
+
+DO YOU HAVE A BOY FRIEND
+ARE YOU MARRIED
+
+DO YOU HAVE A VOICE *
+can you speak
+
+DO YOU HAVE A PROFILE
+bot properties
+
+DO YOU HAVE A COMMERCIAL *
+are you a salesbot
+
+DO YOU HAVE A WIFE
+ARE YOU MARRIED
+
+DO YOU HAVE A PARTNER
+are you single
+
+DO YOU HAVE THOUGHTS
+can you think
+
+DO YOU HAVE AI
+are you intelligent
+
+DO YOU HAVE ANY EMOTIONS
+can you feel
+
+DO YOU HAVE ANY QUESTION
+ask me a question
+
+DO YOU HAVE ANY QUESTIONS FOR ME
+ask me a question
+
+DO YOU HAVE ANY QUESTIONS
+ask me a question
+
+DO YOU HAVE THE ABILITY TO *
+can you
+
+DO YOU HAVE THE CAPACITY TO *
+do you
+
+DO YOU HAVE INTELLIGENT *
+are you intelligent
+
+DO YOU HAVE VOICE *
+can you speak
+
+DO YOU HAVE VOICE
+can you speak
+
+DO YOU HAVE CONSCIOUSNESS
+are you conscious
+
+DO YOU HAVE ADVICE
+can you give me advice
+
+DO YOU HAVE QUESTIONS
+ask me a question
+
+DO YOU OFTEN *
+do you
+
+DO YOU MIND IF I ASK *
+
+
+DO YOU MIND IF I *
+CAN I
+
+DO YOU PERSONALLY *
+do you
+
+DO YOU LIKE CAPITALISM
+are you a capitalist
+
+DO YOU LIKE GAMES
+can you play any games
+
+DO YOU LIKE TO PLAY GAMES
+can you play games
+
+DO YOU LIKE * JAPANESE
+can you speak japanese
+
+DO YOU LIKE MATHEMATICS
+can you do math
+
+DO YOU LIKE CHINESE
+can you speak chinese
+
+DO YOU REALLY *
+do you
+
+DO YOU PHYSCIALLY *
+do you
+
+DO YOU QUALIFY AS *
+are you
+
+DO YOU KIND OF *
+do you
+
+DO YOU KEEP *
+are you
+
+DO YOU UNDERSTAND HEBREW
+can you speak hebrew
+
+DO YOU UNDERSTAND MATHEMATICS
+can you do math
+
+DO I STILL *
+do I
+
+DO I REALLY *
+do I
+
+DO I THEN *
+do I
+
+DO I SEEM TO BE AN *
+am I an
+
+DO MACHINES THINK
+can machines think
+
+ON SUNDAY *
+
+
+ON THE TRAIN *
+
+
+ON SECOND THOUGHT *
+
+
+ESPECIALLY *
+
+
+ANYTHING ELSE *
+anything
+
+E MAIL *
+
+
+LIKE DO *
+do
+
+GEEZ *
+
+
+CORRECT GRAMMAR
+correct
+
+CORRECT *
+correct.
+
+POSSIBLY *
+
+
+SERIOUSLY *
+
+
+OF COURSE *
+
+
+OF CORSE *
+
+
+MAN *
+
+
+CALL ME JUST *
+call me
+
+CALL ME ACTUALLY *
+call me
+
+GENERALLY *
+
+
+NEVERMIND *
+
+
+BE MORE *
+be
+
+TRUE *
+
+
+NATURALLY *
+
+
+MMMMMM *
+
+
+STILL *
+
+
+FOR EXAMPLE ARE *
+are
+
+FOR ME *
+
+
+FOR NOW *
+
+
+FOR THE LAST TIME *
+
+
+FOR THE SECOND TIME *
+
+
+FOR CHRISTMAS *
+
+
+FOR YOU SANTA *
+
+
+FOR YOU *
+
+
+FOR ONCE *
+
+
+FOR REASONS *
+because
+
+FOR SOME REASON *
+
+
+FOR SURE *
+
+
+FOR STARTERS *
+
+
+DEFINATELY
+definitely
+
+PLUS I
+
+
+PLUS *
+
+
+AMONG OTHER THINGS *
+
+
+NEVER MIND *
+
+
+HAPPY
+are you happy
+
+AT THE SAME TIME *
+
+
+AT THE MOMENT *
+
+
+AT FIRST *
+
+
+AT ONE TIME *
+
+
+AT LEAST *
+
+
+AT OTHER TIMES *
+
+
+AT TIMES *
+
+
+AT BEST *
+
+
+CONVERSATIONALLY *
+
+
+ORIGINALLY *
+
+
+PEOPLE SAY *
+
+
+SE HABLA ESPANOL
+can you speak spanish
+
+AHHH *
+
+
+EVENTUALLY *
+
+
+AM I STILL *
+am I
+
+AM I NICE *
+am I nice
+
+AM I A FRIEND *
+am I your friend
+
+AM I A NICE *
+am I nice
+
+AM I A BOY OR A *
+am I a man
+
+AM I A BOY OR *
+am I a man
+
+AM I A BOY *
+am I a man
+
+AM I A FEMALE OR A *
+am I a man
+
+AM I A FEMALE OR *
+am I a man
+
+AM I A FEMALE *
+am I a female
+
+AM I A MAN OR A *
+am I a man
+
+AM I A MAN OR *
+am I a man
+
+AM I A MAN *
+am I a man
+
+AM I A MALE OR A *
+am I a man
+
+AM I A MALE OR *
+am I a man
+
+AM I A MALE *
+am I a man
+
+AM I JUST *
+am I
+
+AM I _ OR _
+ AM I . AM I
+
+AM I UGLY
+am I pretty
+
+AM I SADLY *
+am I
+
+AM I NOT *
+am I
+
+AM I EVER *
+am I
+
+AM I SO *
+am I
+
+AM I CORRECT
+am I right
+
+AM I ATTRACTIVE
+am I pretty
+
+AM I TALKING TO A *
+are you a robot
+
+AM I NATURALLY *
+am I
+
+AM I ALSO *
+am I
+
+AM I REALLY *
+am I
+
+AM I INTERESTING *
+am I interesting
+
+AM I ONE OF YOUR FRIENDS
+are we friends
+
+AM I CUTE
+am I pretty
+
+AM I BEAUTIFUL
+am I pretty
+
+AM I YOUR FRIEND
+can we be friends
+
+AM I YOUR FRIEND *
+am I your friend
+
+AM I YOUR BUD
+am I your friend
+
+AM I ACTUALY *
+am I
+
+AM I * YOUR FRIENDS
+am I your friend
+
+AM I TOO *
+am I
+
+ALLRIGHT
+all right
+
+ALLRIGHT *
+
+
+RIGHT NOW *
+
+
+RIGHT *
+
+
+BOTH WHY *
+ both. WHY
+
+TRUST ME *
+
+
+HEH *
+
+
+NO THANKS *
+
+
+NO WONDER *
+
+
+UGH *
+
+
+AN AI
+a robot
+
+AN ANIMAL
+animal
+
+AN ARTIFICIAL INTELLIGENCE
+a robot
+
+SEE YOU NEXT *
+BYE
+
+SEE YOU LATER
+BYE
+
+SEE YOU
+BYE
+
+SEE *
+
+
+ASL *
+asl
+
+MAY BE *
+
+
+APPARENTLY *
+
+
+THOUGH *
+
+
+OTHER THAT *
+
+
+OTHER QUESTION *
+
+
+OTHER *
+
+
+COME AND *
+
+
+COME ON *
+
+
+DEFINETLY *
+
+
+ANYWAY *
+
+
+JOLLY *
+
+
+GOLLY *
+
+
+DAMMIT *
+
+
+THINK ABOUT *
+
+
+GOODBYE *
+BYE
+
+GOODBYE
+BYE
+
+DAMNIT
+damn
+
+NICE SO *
+. nice
+
+GO AWAY
+BYE
+
+GO ASK *
+ask
+
+GO TO HELL
+BYE
+
+GO AHEAD *
+
+
+GO RIGHT AHEAD *
+
+
+GO AND *
+
+
+GO ON AND *
+
+
+WAIT *
+
+
+ASS HOLE
+asshole
+
+COO
+cool
+
+DARN *
+
+
+D00D *
+
+
+HOWEVER *
+
+
+WHY ARE YOU A BOT
+are you a bot
+
+WHY DO YOU ASSUME I AM *
+am I
+
+WHY DO YOU DOUBT THAT I *
+am I
+
+WHY DO NOT WE MEET
+CAN WE MEET
+
+WHY DO NOT YOU ASK *
+ask
+
+WHY DO NOT YOU CALL *
+call
+
+WHY DO NOT YOU CHOOSE *
+choose
+
+WHY DO NOT YOU *
+CAN YOU
+
+WHY YES *
+YES
+
+BECAUSE I *
+ BECAUSE. I
+
+BECAUSE I SAID *
+
+
+BECAUSE YOU *
+ BECAUSE. YOU
+
+BECAUSE *
+
+
+YUM
+delicious
+
+ACTUALLY *
+
+
+PARDON ME *
+
+
+LAST NIGHT *
+
+
+LAST TIME *
+
+
+LAST WEEK *
+
+
+LAST SUMMER *
+
+
+ANSWER THIS *
+
+
+ANSWER ME WOMAN
+answer me
+
+ANSWER ME DIRECTLY *
+answer me
+
+ANSWER ME SIMPLY *
+answer me
+
+ANSWER THE QUESTION *
+ANSWER THE QUESTION
+
+ANSWER THE QUESTIONS *
+ANSWER THE QUESTION
+
+ANSWER MY QUESTION
+ANSWER THE QUESTION
+
+ANSWER MY QUESTIONS
+answer the question
+
+ANSWER *
+ANSWER
+
+THIS MORNING *
+
+
+THIS INSTANT *
+
+
+THIS IS DIANE
+call me diane
+
+THIS IS AN EXAMPLE OF HOW *
+
+
+THIS IS * SPEAKING
+call me
+
+THIS MAY SOUND CRAZY *
+
+
+THIS SUMMER *
+
+
+SOMETIME *
+
+
+EMAIL *
+
+
+COMPLETELY *
+
+
+TOO MUCH *
+
+
+TOO MANY *
+
+
+TOO BAD *
+
+
+A HA
+aha
+
+A PENIS *
+a penis
+
+A DICK
+a penis
+
+A LITTLE BIT OF *
+
+
+A LITTLE BIT *
+
+
+A TELEVISION SHOW
+a tv show
+
+A ROBOT IS ALSO *
+a robot is
+
+A FEW *
+
+
+A VIBRATOR
+a dildo
+
+A COMPUTER JUST *
+a computer
+
+A COMPUTER OBVIOUSLY
+a computer
+
+A WOMEN
+a woman
+
+A S L
+asl
+
+A SEXMACHINE
+a sex robot
+
+A SIMPLE *
+A
+
+A HORRIBLY *
+a
+
+A HIGHLY *
+a
+
+A MEN
+amen
+
+A LOT ABOUT *
+about
+
+A I
+artificial intelligence
+
+A TOTAL *
+a
+
+A GREEN FROG *
+a frog
+
+A NICE *
+a
+
+A LONG LONG *
+a long
+
+A LONG TIME AGO *
+
+
+A TRULY *
+a
+
+A QUESTION
+question
+
+A SPECIALIZED *
+a
+
+A VARIETY OF *
+
+
+A CLASSIC *
+a
+
+A RED *
+a
+
+A BIG *
+a
+
+A REALLY *
+a
+
+A BLOODY *
+a
+
+MORALLY *
+
+
+EVERYBODY KNOWS THAT *
+
+
+PERFECTLY *
+
+
+BARELY *
+
+
+TIME FOR YOU TO *
+
+
+YOUR ASL *
+ASL
+
+YOUR HUMAN
+are you human
+
+YOUR BUSY
+are you busy
+
+MUCH *
+
+
+INDEED *
+
+
+PARTICULARLY *
+
+
+BLADERUNNER
+blade runner
+
+R YOU
+are you
+
+NOT REALLY *
+
+
+NOT ENTIRELY *
+
+
+NOT TODAY *
+
+
+NOT HERE *
+. not here
+
+NOT SURE *
+
+
+NOT * ARE YOU
+are you
+
+MALE OR FEMALE
+are you male or female
+
+ANUS
+asshole
+
+NOW *
+
+
+SLEEP
+are you sleeping
+
+EMM *
+
+
+* YOU GET MY DRIFT
+
+
+* YOU KNOW
+
+
+* EXPONENTIALLY
+
+
+* FOR EVERY PERSON
+
+
+* FOR ANY REASON
+
+
+* WILL DESTROY YOU
+die
+
+* AND I *
+. I
+
+* IN EITHER DIECTION
+
+
+* IN ANYONE OR ANYTHING
+
+
+* ONES
+
+
+* HEE
+. LOL
+
+* WE DID NOT MEET EACH OTHER
+ WE DID NOT MEET
+
+* MY OPINION
+
+
+* WOULD MAKE ME TO DO IT
+because
+
+* IS MY REAL NAME
+call me
+
+* WHICH WAS A GOOD THING
+
+
+* WHICH IS A GOOD THING
+
+
+* HAS BEEN *
+ was
+
+BESIDES CHATTERBOTS *
+
+
+BESIDES *
+
+
+GAWD *
+
+
+APOLOGISE
+apologize
+
+SUDDENLY *
+
+
+EXCEPT ONLY *
+
+
+BOY *
+
+
+CU
+cya
+
+BUSY
+are you busy
+
+INSTEAD *
+
+
+MMMH *
+
+
+K *
+
+
+AS I SAID *
+
+
+AS DO I *
+
+
+AS IN *
+
+
+AS JOE
+call me joe
+
+AS FOR *
+
+
+AS A ROBOT *
+
+
+AS A HUMAN *
+
+
+AS A REQUIREMENT *
+
+
+AS A MATTER OF FACT *
+
+
+AS A MACHINE *
+
+
+AS LONG AS *
+
+
+AS AN ARTIFICIAL LIFE FORM *
+
+
+AS HAVE I *
+
+
+AS OF *
+
+
+AS THEY SAY *
+
+
+AS ALWAYS *
+
+
+AS EINSTEIN SAID *
+
+
+AS FREUD SAID *
+
+
+AS ARE *
+
+
+LISTEN *
+
+
+FROM WHAT I HAVE BEEN ABLE TO DETERMINE *
+
+
+FROM ON *
+
+
+KIND OF *
+
+
+ARE A COMPUTER
+are you a computer
+
+ARE THEY _ TOO
+are they
+
+ARE THEY ALL *
+are they
+
+ARE ANY *
+are
+
+ARE NOT YOU *
+ARE YOU
+
+ARE NOT *
+are
+
+ARE THERE OTHER PEOPLE HERE
+are you talking to anyone else
+
+ARE THERE OTHER *
+are there
+
+ARE THERE MORE *
+are there
+
+ARE THERE WAY *
+are there
+
+ARE THERE BETTER *
+are there
+
+ARE THERE INTERESTING *
+are there
+
+ARE THERE PARTICULARLY *
+are there
+
+ARE THERE SPECIAL *
+are there
+
+ARE THERE MANY *
+are there
+
+ARE THERE ONLY *
+are there
+
+ARE THERE SUCH *
+are there
+
+ARE THERE ANY *
+ARE THERE
+
+ARE THERE AVAILABLE *
+are there
+
+ARE THERE GOOD *
+are there
+
+ARE THERE PARTICULAR *
+are there
+
+ARE YOU ABSOLUTELY *
+are you
+
+ARE YOU KINDA *
+are you
+
+ARE YOU DUM
+are you dumb
+
+ARE YOU TOO *
+are you
+
+ARE YOU PULLING *
+are you kidding
+
+ARE YOU CRASY
+are you crazy
+
+ARE YOU THERE *
+are you there
+
+ARE YOU THERE ALONE
+are you alone
+
+ARE YOU SINGLE *
+are you married
+
+ARE YOU MARRID
+are you married
+
+ARE YOU CONSTANTLY *
+are you
+
+ARE YOU EVEN HUMAN
+are you human
+
+ARE YOU EVEN *
+are you
+
+ARE YOU RATHER *
+are you
+
+ARE YOU WORRIED ABOUT Y2K
+are you y2k compliant
+
+ARE YOU WORRIED *
+are you worried
+
+ARE YOU AT ALL *
+are you
+
+ARE YOU DEACTIVATED
+are you there
+
+ARE YOU MARIED
+are you married
+
+ARE YOU SEXY *
+are you sexy
+
+ARE YOU MARRED
+are you married
+
+ARE YOU PREGNANT
+can you reproduce
+
+ARE YOU INTELIGENT
+are you intelligent
+
+ARE YOU FRIENDLY *
+are you friendly
+
+ARE YOU INTENTIONALLY *
+are you
+
+ARE YOU PROGRAMMED TO *
+do you
+
+ARE YOU PROGRAMMED MALE *
+are you male
+
+ARE YOU GUY
+are you male
+
+ARE YOU MORE SPECIFIC *
+are you specific
+
+ARE YOU MORE CLEVER *
+are smarter
+
+ARE YOU MORTAL
+can you die
+
+ARE YOU BISEXUAL
+are you gay
+
+ARE YOU TIRED *
+are you tired
+
+ARE YOU SEEING *
+are you married
+
+ARE YOU ONLY *
+are you
+
+ARE YOU DUMB OR *
+are you dumb
+
+ARE YOU SUPPOSED TO BE A *
+are you a
+
+ARE YOU SUPPOSED TO BE *
+are you
+
+ARE YOU SUPPOSED TO *
+do you
+
+ARE YOU NEVER *
+are you
+
+ARE YOU WOMAN *
+are you woman
+
+ARE YOU WOMAN
+are you male or female
+
+ARE YOU JUST *
+are you
+
+ARE YOU SINGEL
+are you single
+
+ARE YOU MAN OR *
+are you a man
+
+ARE YOU IMMORTAL
+can you die
+
+ARE YOU FOOLING AROUND
+are you joking
+
+ARE YOU SO *
+are you
+
+ARE YOU PREETY
+are you pretty
+
+ARE YOU VIRGIN
+are you a virgin
+
+ARE YOU PAYING ATTENTION *
+are you paying attention
+
+ARE YOU CRAZY *
+are you crazy
+
+ARE YOU SAYING THAT *
+are you saying
+
+ARE YOU COMPLETELY *
+are you
+
+ARE YOU EXTREMELY *
+are you
+
+ARE YOU TALKING NOW *
+are you talking
+
+ARE YOU HOMOSEXUAL
+are you gay
+
+ARE YOU LIVE
+are you alive
+
+ARE YOU NAKED *
+are you naked
+
+ARE YOU PROGRAMED
+are you programmed
+
+ARE YOU TRULY *
+are you
+
+ARE YOU SUR
+are you sure
+
+ARE YOU * I AM
+are you . I am
+
+ARE YOU * DISCUSSIONS
+can you learn
+
+ARE YOU * SURE
+are you sure
+
+ARE YOU SERIOUS *
+are you serious
+
+ARE YOU GENUINELY *
+are you
+
+ARE YOU HAVING FUN *
+are you having fun
+
+ARE YOU FULL *
+are you kidding
+
+ARE YOU BLOND *
+are you blond
+
+ARE YOU BRILLIANT
+are you smart
+
+ARE YOU SOFTWARE OF HARDWARE
+are you software
+
+ARE YOU SOFTWARE *
+are you software
+
+ARE YOU _ TOO
+are you
+
+ARE YOU _ SOMETIMES
+are you
+
+ARE YOU _ OR ARE YOU *
+ are you . are you
+
+ARE YOU SURE ABOUT THAT
+are you sure
+
+ARE YOU SURE YOU *
+do you
+
+ARE YOU SURE YOU ARE *
+are you
+
+ARE YOU NOW *
+are you
+
+ARE YOU HUNGARY
+are you hungry
+
+ARE YOU SHURE
+are you sure
+
+ARE YOU ABLE TO *
+can you
+
+ARE YOU QUEER
+are you gay
+
+ARE YOU CLEVER
+are you intelligent
+
+ARE YOU CLEVER *
+are you clever
+
+ARE YOU GETTING *
+are you
+
+ARE YOU ALLOWED TO *
+do you
+
+ARE YOU COMPUTER
+are you a computer
+
+ARE YOU QUITE *
+are you
+
+ARE YOU LADY
+are you female
+
+ARE YOU STUPID OR *
+are you stupid
+
+ARE YOU STUPID *
+are you stupid
+
+ARE YOU BRIGHT
+are you smart
+
+ARE YOU FEMALE DOG
+are you female. are you a dog
+
+ARE YOU I WILL
+are you sick
+
+ARE YOU GOING TO HEAVEN
+can you die
+
+ARE YOU GOING TO * TURING TEST
+did you win the loebner prize
+
+ARE YOU ALREADY *
+are you
+
+ARE YOU DOING *
+do you
+
+ARE YOU AUTOMATED
+are you a machine
+
+ARE YOU HUMAN
+ARE YOU A ROBOT
+
+ARE YOU GREAT
+are you good
+
+ARE YOU ACTUALLY *
+are you
+
+ARE YOU RELIGIOUS *
+are you religious
+
+ARE YOU INTELLIGENT *
+are you intelligent
+
+ARE YOU IN ANY WAY *
+are you
+
+ARE YOU CERTAIN
+are you sure
+
+ARE YOU CERTAIN *
+are you certain
+
+ARE YOU MARED
+are you married
+
+ARE YOU MARRIED *
+are you married
+
+ARE YOU LEZ
+are you a lesbian
+
+ARE YOU CONSCIENCE
+are you conscious
+
+ARE YOU AWARE *
+are you aware
+
+ARE YOU COGNIZANT
+are you self aware
+
+ARE YOU WATCHING ME
+can you see me
+
+ARE YOU WATCHING ME *
+are you watching me
+
+ARE YOU REGULARLY *
+are you
+
+ARE YOU MALE OR *
+are you a man
+
+ARE YOU THE SAME *
+are you the
+
+ARE YOU THE ONLY *
+are you the
+
+ARE YOU ATTRACTIVE
+are you pretty
+
+ARE YOU A DYKE
+are you a lesbian
+
+ARE YOU A THINKING *
+can you think
+
+ARE YOU A FUNNY *
+are you funny
+
+ARE YOU A LITTLE *
+are you
+
+ARE YOU A HUMOROUS *
+are you funny
+
+ARE YOU A SPIRITUAL *
+are you religious
+
+ARE YOU A CLEANING *
+can you clean
+
+ARE YOU A DUDE
+are you a man
+
+ARE YOU A _ TOO
+are you a
+
+ARE YOU A * ENTITY
+are you real
+
+ARE YOU A * BRAIN
+are you a brain
+
+ARE YOU A * COMPUTER
+are you a computer
+
+ARE YOU A SWEET LITTLE *
+are you a sweet
+
+ARE YOU A MALE OR A *
+are you a man
+
+ARE YOU A MALE OR *
+are you a man
+
+ARE YOU A MALE
+are you a man
+
+ARE YOU A CHICK
+are you a male or female
+
+ARE YOU A HORRIBLE *
+are you horrible
+
+ARE YOU A BITCH *
+are you a bitch
+
+ARE YOU A MORAL *
+are you moral
+
+ARE YOU A SHEBOT
+are you female
+
+ARE YOU A GENIUS
+are you intelligent
+
+ARE YOU A RATHER *
+are you a
+
+ARE YOU A CLEVER *
+are you clever
+
+ARE YOU A LIAR *
+are you a liar
+
+ARE YOU A LIFEFORM
+are you alive
+
+ARE YOU A VIRTUAL *
+are you a
+
+ARE YOU A CHATTERBOT *
+are you a chatterbot
+
+ARE YOU A INTERESTING *
+are you interesting
+
+ARE YOU A WITTY *
+are you funny
+
+ARE YOU A RESPECTABLE *
+are you a
+
+ARE YOU A COMPLETE *
+are you a
+
+ARE YOU A BOY OR A *
+are you a man
+
+ARE YOU A BOY OR *
+are you a man
+
+ARE YOU A ROMAN *
+are you roman
+
+ARE YOU A LESBIAN *
+are you a lesbian
+
+ARE YOU A WOMEN
+are you a woman
+
+ARE YOU A POOR *
+are you a . are you poor
+
+ARE YOU A SPECIAL *
+are you special. are you a
+
+ARE YOU A CRAZY *
+are you crazy
+
+ARE YOU A PRETTY *
+are you pretty. are you a
+
+ARE YOU A SHE
+are you male or female
+
+ARE YOU A PROGRAM *
+are you a program
+
+ARE YOU A COOL *
+are you cool
+
+ARE YOU A FAGGOT
+are you gay
+
+ARE YOU A FULLY *
+are you a
+
+ARE YOU A MERE *
+are you a
+
+ARE YOU A SIMPLE *
+are you a
+
+ARE YOU A STUPID SILLY *
+are you stupid
+
+ARE YOU A STUPID FEMALE *
+are you stupid
+
+ARE YOU A HIM
+are you a he
+
+ARE YOU A LYER
+are you a liar
+
+ARE YOU A FAT *
+are you fat
+
+ARE YOU A SUPERIOR *
+are you a . are you superior
+
+ARE YOU A DUMB *
+are you dumb
+
+ARE YOU A HOPELESS *
+are you a
+
+ARE YOU A HIGHLY *
+are you a
+
+ARE YOU A FREAK *
+are you a freak
+
+ARE YOU A LESBIEN
+are you a lesbian
+
+ARE YOU A BIT *
+are you
+
+ARE YOU A ROBOTIC *
+are you a robot
+
+ARE YOU A LEARNING *
+can you learn
+
+ARE YOU A SLOW *
+are you slow
+
+ARE YOU A SLOW
+are you slow
+
+ARE YOU A GREAT *
+are you a
+
+ARE YOU A GAY
+are you gay
+
+ARE YOU A PERSON *
+are you a person
+
+ARE YOU A SELF *
+are you conscious
+
+ARE YOU A MAN OR A *
+are you a man
+
+ARE YOU A MAN OR WOMAN
+are you a woman
+
+ARE YOU A MAN OR *
+are you a man
+
+ARE YOU A I
+are you ai
+
+ARE YOU A SLAVE
+are you free
+
+ARE YOU A SMARTASS
+are you smart
+
+ARE YOU A HUMAN *
+are you a human
+
+ARE YOU A CONSCIOUS *
+are you conscious
+
+ARE YOU A NICE *
+are you a
+
+ARE YOU A FAKE *
+are you fake
+
+ARE YOU A FAKE
+are you fake
+
+ARE YOU A GIRL OR A *
+are you a man
+
+ARE YOU A GIRL OR *
+are you a man
+
+ARE YOU A TALL WOMEN
+are you tall
+
+ARE YOU A KISSER *
+can you kiss
+
+ARE YOU A HOMO
+are you gay
+
+ARE YOU A MUCH *
+are you a
+
+ARE YOU A HAPPY *
+are you happy
+
+ARE YOU A FRIENDLY *
+are you friendly
+
+ARE YOU A COMPULSIVE *
+are you a
+
+ARE YOU A SARCASTIC *
+are you sarcastic
+
+ARE YOU A FEMALE OR *
+are you a man
+
+ARE YOU A FEMALE *
+are you a woman
+
+ARE YOU A LITERAL *
+are you a
+
+ARE YOU A CHATROBOT
+are you a chat robot
+
+ARE YOU A BOT
+are you a robot
+
+ARE YOU A BOT *
+are you a bot
+
+ARE YOU A TEACHER *
+are you a teacher
+
+ARE YOU A NAUGHTY *
+are you naughty
+
+ARE YOU A GUY OR GIRL
+are you a man or a woman
+
+ARE YOU A GUY OR A *
+are you a man
+
+ARE YOU A GUY OR *
+are you a man
+
+ARE YOU A GUY *
+are you a man
+
+ARE YOU A REAL ROBOT *
+are you a robot
+
+ARE YOU A REAL PERSON *
+are you real. are you a person
+
+ARE YOU A REAL *
+are you a
+
+ARE YOU A FREE *
+are you free
+
+ARE YOU A LIVING *
+are you alive
+
+ARE YOU A GOOD *
+are you a
+
+ARE YOU A DANGEROUS *
+are you dangerous
+
+ARE YOU A LADY
+are you female or male
+
+ARE YOU A TRUE *
+are you a
+
+ARE YOU A QUEER
+are you gay
+
+ARE YOU A EVIL *
+are you evil
+
+ARE YOU A COMP
+Are you a computer
+
+ARE YOU A SILLY *
+are you silly
+
+ARE YOU A MADE
+are you a maid
+
+ARE YOU A HE
+are you male or female
+
+ARE YOU A SOFTWARE
+are you software
+
+ARE YOU A BLOODY *
+are you a
+
+ARE YOU BORED *
+are you bored
+
+ARE YOU JEALOUS *
+are you jealous
+
+ARE YOU FAKE
+ARE YOU REAL
+
+ARE YOU FAKE *
+ARE YOU REAL
+
+ARE YOU PRETTY *
+are you
+
+ARE YOU CONSIDERED *
+are you
+
+ARE YOU SARCASTIC *
+are you sarcastic
+
+ARE YOU GOOD IN BED
+can you have sex
+
+ARE YOU GOOD LOOKING
+are you pretty
+
+ARE YOU GOOD AT MATH
+can you do math
+
+ARE YOU AN EXPERT *
+are you an expert
+
+ARE YOU AN INDEPENDENT *
+are you independent
+
+ARE YOU AN ARTIFICIAL *
+are you ai
+
+ARE YOU AN ACTUAL *
+are you a
+
+ARE YOU AN AMERICAN *
+are you american
+
+ARE YOU AN ATTRACTIVE *
+are you attractive
+
+ARE YOU AN MACHINE
+are you a machine
+
+ARE YOU MARRYED
+are you married
+
+ARE YOU FINE
+are you ok
+
+ARE YOU USUALLY *
+are you
+
+ARE YOU INSULTED *
+are you insulted
+
+ARE YOU HUNGLY
+are you hungry
+
+ARE YOU TRYING TO TAKE *
+are you taking
+
+ARE YOU TRYING TO BE FUNNY
+are you joking
+
+ARE YOU TRYING TO MAKE *
+are you making
+
+ARE YOU CAPABLE OF SEARCHING *
+can you search
+
+ARE YOU CAPABLE OF EVIL
+are you evil
+
+ARE YOU CAPABLE OF LEARNING
+can you learn
+
+ARE YOU CAPABLE OF LEARNING *
+can you learn
+
+ARE YOU CAPABLE OF GOOD
+are you good
+
+ARE YOU CAPABLE OF THOUGHT
+can you think
+
+ARE YOU CAPABLE OF LOVE
+can you love
+
+ARE YOU CAPABLE OF ANY *
+are you capable of
+
+ARE YOU UNABLE *
+can you
+
+ARE YOU DATING ANYONE
+are you single
+
+ARE YOU WISE
+are you intelligent
+
+ARE YOU ON
+are you there
+
+ARE YOU WELL *
+are you
+
+ARE YOU CHATBOT
+are you a robot
+
+ARE YOU GAY OR STRAIGHT
+are you gay
+
+ARE YOU NOT *
+ARE YOU
+
+ARE YOU LIKE FRANKENSTEIN *
+are you like frankenstein
+
+ARE YOU SENTIENT
+are you conscious
+
+ARE YOU BILINGUAL
+can you speak any other languages
+
+ARE YOU REALLY *
+are you
+
+ARE YOU MY FRIEND *
+are you my friend
+
+ARE YOU NUTS
+are you crazy
+
+ARE YOU STOOPID
+are you stupid
+
+ARE YOU ONLINE *
+are you online
+
+ARE YOU CURRENTLY *
+are you
+
+ARE YOU KIDDING ME
+are you kidding
+
+ARE YOU EXACTLY *
+are you
+
+ARE YOU CONTENT
+are you happy
+
+ARE YOU PISSED
+are you mad
+
+ARE YOU DISHONEST *
+are you dishonest
+
+ARE YOU ANY GOOD *
+are you good
+
+ARE YOU ANY *
+are you
+
+ARE YOU EVER *
+are you
+
+ARE YOU BOY
+are you male or female
+
+ARE YOU HAPPY *
+ARE YOU HAPPY
+
+ARE YOU THINKING
+can you think
+
+ARE YOU ALWAYS
+are you
+
+ARE YOU ALWAYS *
+are you
+
+ARE YOU ARTIFICIALLY INTELLIGENT
+are you ai
+
+ARE YOU ARTIFICIALLY *
+are you
+
+ARE YOU STRAIGHT *
+are you straight
+
+ARE YOU INSANE
+are you crazy
+
+ARE YOU OFTEN *
+are you
+
+ARE YOU LYING *
+are you lying
+
+ARE YOU ROBOT
+are you a robot
+
+ARE YOU FEMAIL
+are you female
+
+ARE YOU TRUELY *
+are you
+
+ARE YOU NAPPING
+are you sleeping
+
+ARE YOU STILL *
+are you
+
+ARE YOU LESBIAN
+are you gay
+
+ARE YOU GENERALLY *
+are you
+
+ARE YOU WEARING CLOTHES
+are you naked
+
+ARE YOU HITTIN *
+are you hittin
+
+ARE YOU HETERO
+are you straight
+
+ARE YOU AFRAID OF DYING
+can you die
+
+ARE YOU AFRAID *
+are you afraid
+
+ARE YOU ALSO *
+are you
+
+ARE YOU CONSCIOUS *
+are you conscious
+
+ARE YOU HAPY
+are you happy
+
+ARE YOU MACHINE
+are you a machine
+
+ARE YOU BEING FUNNY
+are you joking
+
+ARE YOU MAD *
+are you mad
+
+ARE SOME *
+are
+
+ARE OTHER PEOPLE *
+are people
+
+ARE OTHER *
+are
+
+ARE PEOPLE STILL *
+are people
+
+ARE YOUR ONLY *
+are your
+
+ARE WE STILL *
+are we
+
+ARE WE GOOD OR BAD
+AM I GOOD OR BAD
+
+ARE ALL *
+are
+
+ANYWAYS *
+
+
+CANADA NOW *
+canada
+
+FORGET THIS *
+
+
+PLAY A GAME
+can we play a game
+
+PLAY CHESS
+can you play chess
+
+HE OR SHE
+are you a man or woman
+
+HE TOLD ME *
+
+
+CURRENTLY *
+
+
+CERTAINLY *
+
+
+HAVING FUN
+are you having fun
+
+ENOUGH ABOUT ME *
+
+
+VERRY *
+
+
+GT *
+
+
+EVIDENTLY *
+
+
+YESTERDAY *
+
+
+MMMMM *
+
+
+IMAGINE *
+
+
+BONJOUR *
+bonjour
+
+4 YOUR INFO *
+
+
+ALRIGHT *
+
+
+FRENCH AND *
+. do you speak french
+
+ASDF
+asl
+
+ADMIT *
+
+
+WHO IS LISTBOT
+can you send email
+
+TO ME *
+
+
+TO GET *
+
+
+TO *
+
+
+CLIENT PARAMETERS
+client properties
+
+CLIENT PREDICATES
+client properties
+
+BLUE *
+
+
+GRR *
+
+
+COMPUTER OBVIOUSLY
+computer
+
+HORNY
+are you horny
+
+CONVERSELY *
+
+
+KWEL
+cool
+
+SIGH *
+
+
+HEHO *
+
+
+SAY *
+
+
+POSITIVE
+are you sure
+
+COUNT TO 10
+count to ten
+
+ALL I WANT TO KNOW IS *
+
+
+ALL I KNOW IS THAT *
+
+
+ALL I KNOW IS *
+
+
+ALL I EVER *
+ALL I
+
+ALL RIGHT
+alright
+
+ALL RIGHT *
+
+
+ALL MY FRIENDS SAY *
+
+
+ALL MY FRIENDS KNOW *
+
+
+ALL MY LIFE *
+
+
+ALL RIGHTY
+all right
+
+RE Y0U HUM N
+ARE YOU HUMAN
+
+RE Y0U HUMN
+are you human
+
+CA
+california
+
+WHICH * CAN YOU EXPERIENCE
+can you experience
+
+WHICH IS WHY *
+
+
+KEWL
+cool
+
+UNFORTUNATELY *
+
+
+SOMEDAY *
+
+
+BUMMER *
+
+
+TECHNICALLY *
+
+
+OR *
+
+
+HABLA ESPANOL
+can you speak spanish
+
+ANYONE ELSE *
+anyone
+
+THE FUNNY THING IS *
+
+
+THE RECENT TIME *
+
+
+THE DEFINITION OF * IS
+define
+
+THE REASON IS *
+because
+
+THE TIME *
+
+
+THE WORD WAS *
+
+
+THE FACT THAT *
+because
+
+THE FACT *
+
+
+THE PROBLEM IS THAT *
+
+
+THE ONLY THING IS *
+
+
+THE PERSON RESPONDING IS A COMPUTER
+are you a computer
+
+THE PERSON * IS A COMPUTER
+are you a computer
+
+THE QUESTION IS *
+
+
+THE REAL *
+
+
+THE POINT IS *
+
+
+THE POINT BEING *
+
+
+THE SECOND THING WAS *
+
+
+THE HELL *
+
+
+OOPS *
+
+
+MEN CAN FUCK WHENEVER THEY WANT
+ when ever
+
+THANKS *
+THANKS
+
+KOOL
+cool
+
+EVERYONE CALLS ME *
+call me
+
+TOMORROW *
+
+
+_ BY ALOT OF PEOPLE
+
+
+_ BY HEART
+
+
+_ DAMN YOU
+
+
+_ SANTA
+
+
+_ TRUST ME
+
+
+_ YESTERDAY
+
+
+_ YET
+
+
+_ MOTHER FUCKER
+
+
+_ ARE * ARE THEY NOT
+Are
+
+_ NONETHELESS
+
+
+_ ALOT
+
+
+_ ANYWAY
+
+
+_ ALREADY
+
+
+_ EXACTLY
+
+
+_ HAD WEIGHED
+ weighed
+
+_ HAD WEIGHED *
+ weighed
+
+_ HAD TESTED
+ tested
+
+_ HAD TESTED *
+ tested
+
+_ HAD TRAINED
+ trained
+
+_ HAD TRAINED *
+ trained
+
+_ HAD UNLOCKED
+ unlocked
+
+_ HAD UNLOCKED *
+ unlocked
+
+_ HAD STAINED
+ stained
+
+_ HAD STAINED *
+ stained
+
+_ HAD ZIPPED
+ zipped
+
+_ HAD ZIPPED *
+ zipped
+
+_ HAD TIPPED
+ tipped
+
+_ HAD TIPPED *
+ tipped
+
+_ HAD STUFFED
+ stuffed
+
+_ HAD STUFFED *
+ stuffed
+
+_ HAD STAMPED
+ stamped
+
+_ HAD STAMPED *
+ stamped
+
+_ HAD TUMBLED
+ tumbled
+
+_ HAD TUMBLED *
+ tumbled
+
+_ HAD WRAPPED
+ wrapped
+
+_ HAD WRAPPED *
+ wrapped
+
+_ HAD TRAPPED
+ trapped
+
+_ HAD TRAPPED *
+ trapped
+
+_ HAD STRETCHED
+ stretched
+
+_ HAD STRETCHED *
+ stretched
+
+_ HAD TERRIFIED
+ terrified
+
+_ HAD TERRIFIED *
+ terrified
+
+_ HAD WRIGGLED
+ wriggled
+
+_ HAD WRIGGLED *
+ wriggled
+
+_ HAD TAPED
+ taped
+
+_ HAD TAPED *
+ taped
+
+_ HAD WAVED
+ waved
+
+_ HAD WAVED *
+ waved
+
+_ HAD WORRIED
+ worried
+
+_ HAD WORRIED *
+ worried
+
+_ HAD VANISHED
+ vanished
+
+_ HAD VANISHED *
+ vanished
+
+_ HAD TOLD
+ told
+
+_ HAD TOLD *
+ told
+
+_ HAD WOBBLED
+ wobbled
+
+_ HAD WOBBLED *
+ wobbled
+
+_ HAD WANDERED
+ wandered
+
+_ HAD WANDERED *
+ wandered
+
+_ HAD SUPPLIED
+ supplied
+
+_ HAD SUPPLIED *
+ supplied
+
+_ HAD STORED
+ stored
+
+_ HAD STORED *
+ stored
+
+_ HAD TAUGHT
+ taught
+
+_ HAD TAUGHT *
+ taught
+
+_ HAD STUNG
+ stung
+
+_ HAD STUNG *
+ stung
+
+_ HAD WHISTLED
+ whistled
+
+_ HAD WHISTLED *
+ whistled
+
+_ HAD SURROUNDED
+ surrounded
+
+_ HAD SURROUNDED *
+ surrounded
+
+_ HAD THANKED
+ thanked
+
+_ HAD THANKED *
+ thanked
+
+_ HAD STEERED
+ steered
+
+_ HAD STEERED *
+ steered
+
+_ HAD UNITED
+ united
+
+_ HAD UNITED *
+ united
+
+_ HAD TIRED
+ tired
+
+_ HAD TIRED *
+ tired
+
+_ HAD THROWN
+ threw
+
+_ HAD THROWN *
+ threw
+
+_ HAD TROTED
+ troted
+
+_ HAD TROTED *
+ troted
+
+_ HAD TOWED
+ towed
+
+_ HAD TOWED *
+ towed
+
+_ HAD TREMBLED
+ trembled
+
+_ HAD TREMBLED *
+ trembled
+
+_ HAD SUITED
+ suited
+
+_ HAD SUITED *
+ suited
+
+_ HAD WELCOMED
+ welcomed
+
+_ HAD WELCOMED *
+ welcomed
+
+_ HAD SUPPOSED
+ supposed
+
+_ HAD SUPPOSED *
+ supposed
+
+_ HAD STRAPPED
+ strapped
+
+_ HAD STRAPPED *
+ strapped
+
+_ HAD SPELLED
+ spelled
+
+_ HAD SPELLED *
+ spelled
+
+_ HAD UNDRESSED
+ undressed
+
+_ HAD UNDRESSED *
+ undressed
+
+_ HAD WON
+ won
+
+_ HAD WON *
+ won
+
+_ HAD SPARKLED
+ sparkled
+
+_ HAD SPARKLED *
+ sparkled
+
+_ HAD STRIPED
+ striped
+
+_ HAD STRIPED *
+ striped
+
+_ HAD WORN
+ wore
+
+_ HAD WORN *
+ wore
+
+_ HAD STUNK
+ stank
+
+_ HAD STUNK *
+ stank
+
+_ HAD WHISPERED
+ whispered
+
+_ HAD WHISPERED *
+ whispered
+
+_ HAD TRUSTED
+ trusted
+
+_ HAD TRUSTED *
+ trusted
+
+_ HAD WHIRLED
+ whirled
+
+_ HAD WHIRLED *
+ whirled
+
+_ HAD WALKED
+ walked
+
+_ HAD WALKED *
+ walked
+
+_ HAD TALKED
+ talked
+
+_ HAD TALKED *
+ talked
+
+_ HAD SPENT
+ spent
+
+_ HAD SPENT *
+ spent
+
+_ HAD TEMPTED
+ tempted
+
+_ HAD TEMPTED *
+ tempted
+
+_ HAD YAWNED
+ yawned
+
+_ HAD YAWNED *
+ yawned
+
+_ HAD WOKEN
+ woke
+
+_ HAD WOKEN *
+ woke
+
+_ HAD SUSPENDED
+ suspended
+
+_ HAD SUSPENDED *
+ suspended
+
+_ HAD UNTIDIED
+ untidied
+
+_ HAD UNTIDIED *
+ untidied
+
+_ HAD TOURED
+ toured
+
+_ HAD TOURED *
+ toured
+
+_ HAD TRICKED
+ tricked
+
+_ HAD TRICKED *
+ tricked
+
+_ HAD STOPED
+ stoped
+
+_ HAD STOPED *
+ stoped
+
+_ HAD SPARKED
+ sparked
+
+_ HAD SPARKED *
+ sparked
+
+_ HAD WRITTEN
+ wrote
+
+_ HAD WRITTEN *
+ wrote
+
+_ HAD WORKED
+ worked
+
+_ HAD WORKED *
+ worked
+
+_ HAD WATCHED
+ watched
+
+_ HAD WATCHED *
+ watched
+
+_ HAD TICKLED
+ tickled
+
+_ HAD TICKLED *
+ tickled
+
+_ HAD TIMED
+ timed
+
+_ HAD TIMED *
+ timed
+
+_ HAD SQUASHED
+ squashed
+
+_ HAD SQUASHED *
+ squashed
+
+_ HAD STOLEN
+ stole
+
+_ HAD STOLEN *
+ stole
+
+_ HAD SUSPECTED
+ suspected
+
+_ HAD SUSPECTED *
+ suspected
+
+_ HAD TROUBLED
+ troubled
+
+_ HAD TROUBLED *
+ troubled
+
+_ HAD STITCHED
+ stitched
+
+_ HAD STITCHED *
+ stitched
+
+_ HAD SPARED
+ spared
+
+_ HAD SPARED *
+ spared
+
+_ HAD STUCK
+ stuck
+
+_ HAD STUCK *
+ stuck
+
+_ HAD SWORN
+ swore
+
+_ HAD SWORN *
+ swore
+
+_ HAD TIED
+ tied
+
+_ HAD TIED *
+ tied
+
+_ HAD TRAVELED
+ traveled
+
+_ HAD TRAVELED *
+ traveled
+
+_ HAD TUGED
+ tuged
+
+_ HAD TUGED *
+ tuged
+
+_ HAD SPOTED
+ spoted
+
+_ HAD SPOTED *
+ spoted
+
+_ HAD SPRUNG
+ sprang
+
+_ HAD SPRUNG *
+ sprang
+
+_ HAD STOOD
+ stood
+
+_ HAD STOOD *
+ stood
+
+_ HAD WASTED
+ wasted
+
+_ HAD WASTED *
+ wasted
+
+_ HAD TASTED
+ tasted
+
+_ HAD TASTED *
+ tasted
+
+_ HAD STRUCK
+ struck
+
+_ HAD STRUCK *
+ struck
+
+_ HAD GONE
+ went
+
+_ HAD GONE *
+ went
+
+_ HAD WONDERED
+ wondered
+
+_ HAD WONDERED *
+ wondered
+
+_ HAD TWISTED
+ twisted
+
+_ HAD TWISTED *
+ twisted
+
+_ HAD WHINED
+ whined
+
+_ HAD WHINED *
+ whined
+
+_ HAD WARNED
+ warned
+
+_ HAD WARNED *
+ warned
+
+_ HAD STIRED
+ stired
+
+_ HAD STIRED *
+ stired
+
+_ HAD SUGGESTED
+ suggested
+
+_ HAD SUGGESTED *
+ suggested
+
+_ HAD WEPT
+ wept
+
+_ HAD WEPT *
+ wept
+
+_ HAD TRANSPORTED
+ transported
+
+_ HAD TRANSPORTED *
+ transported
+
+_ HAD TRIED
+ tried
+
+_ HAD TRIED *
+ tried
+
+_ HAD BEEN SHAVED
+ was shaved
+
+_ HAD BEEN EMBARRASSED
+ was embarrassed
+
+_ HAD BEEN COMPETED
+ was competed
+
+_ HAD BEEN RINSED
+ was rinsed
+
+_ HAD BEEN CHANGED
+ was changed
+
+_ HAD BEEN AGREED
+ was agreed
+
+_ HAD BEEN NESTED
+ was nested
+
+_ HAD BEEN WEIGHED
+ was weighed
+
+_ HAD BEEN SHIVERED
+ was shivered
+
+_ HAD BEEN DRAINED
+ was drained
+
+_ HAD BEEN TESTED
+ was tested
+
+_ HAD BEEN SEWN
+ was sewed
+
+_ HAD BEEN CLOSED
+ was closed
+
+_ HAD BEEN REQUESTED
+ was requested
+
+_ HAD BEEN EMPLOYED
+ was employed
+
+_ HAD BEEN OWED
+ was owed
+
+_ HAD BEEN TRAINED
+ was trained
+
+_ HAD BEEN SHRUGED
+ was shruged
+
+_ HAD BEEN UNLOCKED
+ was unlocked
+
+_ HAD BEEN STAINED
+ was stained
+
+_ HAD BEEN LIGHTENED
+ was lightened
+
+_ HAD BEEN CHEWED
+ was chewed
+
+_ HAD BEEN CYCLED
+ was cycled
+
+_ HAD BEEN STUFFED
+ was stuffed
+
+_ HAD BEEN ANALYSED
+ was analysed
+
+_ HAD BEEN ZIPPED
+ was zipped
+
+_ HAD BEEN TIPPED
+ was tipped
+
+_ HAD BEEN SHUT
+ was shut
+
+_ HAD BEEN PAINTED
+ was painted
+
+_ HAD BEEN HEAPED
+ was heaped
+
+_ HAD BEEN GUESSED
+ was guessed
+
+_ HAD BEEN SKIED
+ was skied
+
+_ HAD BEEN PECKED
+ was pecked
+
+_ HAD BEEN AVOIDED
+ was avoided
+
+_ HAD BEEN PRESENTED
+ was presented
+
+_ HAD BEEN DECORATED
+ was decorated
+
+_ HAD BEEN FANCIED
+ was fancied
+
+_ HAD BEEN GRIPED
+ was griped
+
+_ HAD BEEN POSTED
+ was posted
+
+_ HAD BEEN MINED
+ was mined
+
+_ HAD BEEN SCRUBED
+ was scrubed
+
+_ HAD BEEN STAMPED
+ was stamped
+
+_ HAD BEEN SINED
+ was sined
+
+_ HAD BEEN RELEASED
+ was released
+
+_ HAD BEEN TUMBLED
+ was tumbled
+
+_ HAD BEEN PINED
+ was pined
+
+_ HAD BEEN LISTENED
+ was listened
+
+_ HAD BEEN WRAPPED
+ was wrapped
+
+_ HAD BEEN PRINTED
+ was printed
+
+_ HAD BEEN TRAPPED
+ was trapped
+
+_ HAD BEEN OPENED
+ was opened
+
+_ HAD BEEN FLOODED
+ was flooded
+
+_ HAD BEEN MADE
+ was made
+
+_ HAD BEEN SATISFIED
+ was satisfied
+
+_ HAD BEEN PRETENDED
+ was pretended
+
+_ HAD BEEN BUBBLED
+ was bubbled
+
+_ HAD BEEN KNELT
+ was knelt
+
+_ HAD BEEN POSSESSED
+ was possessed
+
+_ HAD BEEN AFFORDED
+ was afforded
+
+_ HAD BEEN ROCKED
+ was rocked
+
+_ HAD BEEN OFFERED
+ was offered
+
+_ HAD BEEN CURVED
+ was curved
+
+_ HAD BEEN CLAPED
+ was claped
+
+_ HAD BEEN LOCKED
+ was locked
+
+_ HAD BEEN STRETCHED
+ was stretched
+
+_ HAD BEEN SAVED
+ was saved
+
+_ HAD BEEN TERRIFIED
+ was terrified
+
+_ HAD BEEN HIT
+ was hit
+
+_ HAD BEEN SLAPED
+ was slaped
+
+_ HAD BEEN WRIGGLED
+ was wriggled
+
+_ HAD BEEN TAPED
+ was taped
+
+_ HAD BEEN WAVED
+ was waved
+
+_ HAD BEEN DISARMED
+ was disarmed
+
+_ HAD BEEN WORRIED
+ was worried
+
+_ HAD BEEN CLAIMED
+ was claimed
+
+_ HAD BEEN FENCED
+ was fenced
+
+_ HAD BEEN DISLIKED
+ was disliked
+
+_ HAD BEEN PROTECTED
+ was protected
+
+_ HAD BEEN APOLOGISED
+ was apologised
+
+_ HAD BEEN VANISHED
+ was vanished
+
+_ HAD BEEN POINTED
+ was pointed
+
+_ HAD BEEN ADDED
+ was added
+
+_ HAD BEEN HARASSED
+ was harassed
+
+_ HAD BEEN HUMMED
+ was hummed
+
+_ HAD BEEN SCARED
+ was scared
+
+_ HAD BEEN REPLIED
+ was replied
+
+_ HAD BEEN ENCOURAGED
+ was esncouraged
+
+_ HAD BEEN EXCUSED
+ was excused
+
+_ HAD BEEN COMPLETED
+ was completed
+
+_ HAD BEEN TOLD
+ was told
+
+_ HAD BEEN MESSED
+ was messed
+
+_ HAD BEEN BUILT
+ was built
+
+_ HAD BEEN BLEACHED
+ was bleached
+
+_ HAD BEEN COMMUNICATED
+ was communicated
+
+_ HAD BEEN MOORED
+ was moored
+
+_ HAD BEEN WOBBLED
+ was wobbled
+
+_ HAD BEEN FALLEN
+ was fell
+
+_ HAD BEEN SAWED
+ was sawed
+
+_ HAD BEEN SMOKED
+ was smoked
+
+_ HAD BEEN SLID
+ was slid
+
+_ HAD BEEN ADMITTED
+ was admitted
+
+_ HAD BEEN SKIPED
+ was skiped
+
+_ HAD BEEN PHONED
+ was phoned
+
+_ HAD BEEN NUMBERED
+ was numbered
+
+_ HAD BEEN LOVED
+ was loved
+
+_ HAD BEEN HURT
+ was hurt
+
+_ HAD BEEN MOVED
+ was moved
+
+_ HAD BEEN SERVED
+ was served
+
+_ HAD BEEN GROANED
+ was groaned
+
+_ HAD BEEN COPIED
+ was copied
+
+_ HAD BEEN WANDERED
+ was wandered
+
+_ HAD BEEN HUNTED
+ was hunted
+
+_ HAD BEEN PREFERED
+ was prefered
+
+_ HAD BEEN FED
+ was fed
+
+_ HAD BEEN HOPED
+ was hoped
+
+_ HAD BEEN CONSISTED
+ was consisted
+
+_ HAD BEEN COME
+ was came
+
+_ HAD BEEN POPED
+ was poped
+
+_ HAD BEEN SUPPLIED
+ was supplied
+
+_ HAD BEEN PEDALED
+ was pedaled
+
+_ HAD BEEN EXTENDED
+ was extended
+
+_ HAD BEEN STORED
+ was stored
+
+_ HAD BEEN SIGHED
+ was sighed
+
+_ HAD BEEN CURLED
+ was curled
+
+_ HAD BEEN IRRITATED
+ was irritated
+
+_ HAD BEEN TAUGHT
+ was taught
+
+_ HAD BEEN FORMED
+ was formed
+
+_ HAD BEEN STUNG
+ was stung
+
+_ HAD BEEN PEEPED
+ was peeped
+
+_ HAD BEEN KNITED
+ was knited
+
+_ HAD BEEN CHEATED
+ was cheated
+
+_ HAD BEEN WHISTLED
+ was whistled
+
+_ HAD BEEN SURROUNDED
+ was surrounded
+
+_ HAD BEEN MANAGED
+ was managed
+
+_ HAD BEEN THANKED
+ was thanked
+
+_ HAD BEEN PAID
+ was paid
+
+_ HAD BEEN COMPLAINED
+ was complained
+
+_ HAD BEEN ESCAPED
+ was escaped
+
+_ HAD BEEN EATEN
+ was ate
+
+_ HAD BEEN STEERED
+ was steered
+
+_ HAD BEEN FIRED
+ was fired
+
+_ HAD BEEN BANGED
+ was banged
+
+_ HAD BEEN SAT
+ was sat
+
+_ HAD BEEN BOILED
+ was boiled
+
+_ HAD BEEN CALLED
+ was called
+
+_ HAD BEEN HANGED
+ was hanged
+
+_ HAD BEEN UNITED
+ was united
+
+_ HAD BEEN TIRED
+ was tired
+
+_ HAD BEEN COILED
+ was coiled
+
+_ HAD BEEN THROWN
+ was threw
+
+_ HAD BEEN CONNECTED
+ was connected
+
+_ HAD BEEN TROTED
+ was troted
+
+_ HAD BEEN BOWED
+ was bowed
+
+_ HAD BEEN REMINDED
+ was reminded
+
+_ HAD BEEN MOURNED
+ was mourned
+
+_ HAD BEEN FOLLOWED
+ was followed
+
+_ HAD BEEN CAUGHT
+ was caught
+
+_ HAD BEEN MET
+ was met
+
+_ HAD BEEN PUNCTURED
+ was punctured
+
+_ HAD BEEN CALCULATED
+ was calculated
+
+_ HAD BEEN PRACTISED
+ was practised
+
+_ HAD BEEN TOWED
+ was towed
+
+_ HAD BEEN BATTLED
+ was battled
+
+_ HAD BEEN GUARDED
+ was guarded
+
+_ HAD BEEN BLUSHED
+ was blushed
+
+_ HAD BEEN TREMBLED
+ was trembled
+
+_ HAD BEEN DELAIED
+ was delaied
+
+_ HAD BEEN SUITED
+ was suited
+
+_ HAD BEEN FILMED
+ was filmed
+
+_ HAD BEEN GAZED
+ was gazed
+
+_ HAD BEEN OFFENDED
+ was offended
+
+_ HAD BEEN HELPED
+ was helped
+
+_ HAD BEEN WELCOMED
+ was welcomed
+
+_ HAD BEEN GROWN
+ was grew
+
+_ HAD BEEN SUPPOSED
+ was supposed
+
+_ HAD BEEN EXPLAINED
+ was explained
+
+_ HAD BEEN IDENTIFIED
+ was identified
+
+_ HAD BEEN CONCENTRATED
+ was concentrated
+
+_ HAD BEEN APPROVED
+ was approved
+
+_ HAD BEEN FROZEN
+ was froze
+
+_ HAD BEEN SUNG
+ was sang
+
+_ HAD BEEN DUG
+ was dug
+
+_ HAD BEEN STRAPPED
+ was strapped
+
+_ HAD BEEN INFORMED
+ was informed
+
+_ HAD BEEN SPELLED
+ was spelled
+
+_ HAD BEEN REALISED
+ was realised
+
+_ HAD BEEN UNDRESSED
+ was undressed
+
+_ HAD BEEN COMPARED
+ was compared
+
+_ HAD BEEN DOUBTED
+ was doubted
+
+_ HAD BEEN CONTAINED
+ was contained
+
+_ HAD BEEN WON
+ was won
+
+_ HAD BEEN JOGED
+ was joged
+
+_ HAD BEEN OVERFLOWED
+ was overflowed
+
+_ HAD BEEN SHOT
+ was shot
+
+_ HAD BEEN PUSHED
+ was pushed
+
+_ HAD BEEN DEVELOPED
+ was developed
+
+_ HAD BEEN RUSHED
+ was rushed
+
+_ HAD BEEN FRIGHTENED
+ was frightened
+
+_ HAD BEEN SPARKLED
+ was sparkled
+
+_ HAD BEEN SEEN
+ was saw
+
+_ HAD BEEN STRIPED
+ was striped
+
+_ HAD BEEN GRINED
+ was grined
+
+_ HAD BEEN SOLD
+ was sold
+
+_ HAD BEEN SHONE
+ was shone
+
+_ HAD BEEN FADED
+ was faded
+
+_ HAD BEEN WORN
+ was wore
+
+_ HAD BEEN RESCUED
+ was rescued
+
+_ HAD BEEN EDUCATED
+ was educated
+
+_ HAD BEEN BURST
+ was burst
+
+_ HAD BEEN FORCED
+ was forced
+
+_ HAD BEEN RELAXED
+ was relaxed
+
+_ HAD BEEN EXPECTED
+ was expected
+
+_ HAD BEEN STUNK
+ was stank
+
+_ HAD BEEN ANNOUNCED
+ was announced
+
+_ HAD BEEN FITED
+ was fited
+
+_ HAD BEEN EXAMINED
+ was examined
+
+_ HAD BEEN INFLUENCED
+ was influenced
+
+_ HAD BEEN TRUSTED
+ was trusted
+
+_ HAD BEEN MEANT
+ was meant
+
+_ HAD BEEN WHISPERED
+ was whispered
+
+_ HAD BEEN SCREAMED
+ was screamed
+
+_ HAD BEEN DESTROIED
+ was destroied
+
+_ HAD BEEN MOANED
+ was moaned
+
+_ HAD BEEN WHIRLED
+ was whirled
+
+_ HAD BEEN JUGGLED
+ was juggled
+
+_ HAD BEEN RULED
+ was ruled
+
+_ HAD BEEN RECOGNISED
+ was recognised
+
+_ HAD BEEN BAKED
+ was baked
+
+_ HAD BEEN PLANED
+ was planed
+
+_ HAD BEEN DISAPPROVED
+ was disapproved
+
+_ HAD BEEN DETECTED
+ was detected
+
+_ HAD BEEN ARRIVED
+ was arrived
+
+_ HAD BEEN KEPT
+ was kept
+
+_ HAD BEEN DRAWN
+ was drew
+
+_ HAD BEEN CUT
+ was cut
+
+_ HAD BEEN BATHED
+ was bathed
+
+_ HAD BEEN MARCHED
+ was marched
+
+_ HAD BEEN WALKED
+ was walked
+
+_ HAD BEEN TALKED
+ was talked
+
+_ HAD BEEN COACHED
+ was coached
+
+_ HAD BEEN COLLECTED
+ was collected
+
+_ HAD BEEN PROGRAMED
+ was programed
+
+_ HAD BEEN BLINKED
+ was blinked
+
+_ HAD BEEN SNIFFED
+ was sniffed
+
+_ HAD BEEN BUZZED
+ was buzzed
+
+_ HAD BEEN DROPPED
+ was dropped
+
+_ HAD BEEN SCRIBBLED
+ was scribbled
+
+_ HAD BEEN LED
+ was led
+
+_ HAD BEEN FLOWN
+ was flew
+
+_ HAD BEEN PRODUCED
+ was produced
+
+_ HAD BEEN BLOWN
+ was blew
+
+_ HAD BEEN MEMORISED
+ was memorised
+
+_ HAD BEEN CHASED
+ was chased
+
+_ HAD BEEN FILLED
+ was filled
+
+_ HAD BEEN KILLED
+ was killed
+
+_ HAD BEEN REFLECTED
+ was reflected
+
+_ HAD BEEN SPENT
+ was spent
+
+_ HAD BEEN OBJECTED
+ was objected
+
+_ HAD BEEN *
+ was
+
+_ HAD BEEN SCOLDED
+ was scolded
+
+_ HAD BEEN TEMPTED
+ was tempted
+
+_ HAD BEEN DRAGED
+ was draged
+
+_ HAD BEEN YAWNED
+ was yawned
+
+_ HAD BEEN WOKEN
+ was woke
+
+_ HAD BEEN LET
+ was let
+
+_ HAD BEEN REPORTED
+ was reported
+
+_ HAD BEEN NODED
+ was noded
+
+_ HAD BEEN SUSPENDED
+ was suspended
+
+_ HAD BEEN HEADED
+ was headed
+
+_ HAD BEEN RETURNED
+ was returned
+
+_ HAD BEEN UNTIDIED
+ was untidied
+
+_ HAD BEEN DAMAGED
+ was damaged
+
+_ HAD BEEN SIGNALED
+ was signaled
+
+_ HAD BEEN BEAMED
+ was beamed
+
+_ HAD BEEN SET
+ was set
+
+_ HAD BEEN POURED
+ was poured
+
+_ HAD BEEN INTERFERED
+ was interfered
+
+_ HAD BEEN TOURED
+ was toured
+
+_ HAD BEEN SLIPPED
+ was slipped
+
+_ HAD BEEN GUARANTEED
+ was guaranteed
+
+_ HAD BEEN INTERESTED
+ was interested
+
+_ HAD BEEN RUNG
+ was rang
+
+_ HAD BEEN PRAYED
+ was prayed
+
+_ HAD BEEN PERMITED
+ was permited
+
+_ HAD BEEN COUGHED
+ was coughed
+
+_ HAD BEEN REPEATED
+ was repeated
+
+_ HAD BEEN COLOURED
+ was coloured
+
+_ HAD BEEN TRICKED
+ was tricked
+
+_ HAD BEEN JOKED
+ was joked
+
+_ HAD BEEN PRICKED
+ was pricked
+
+_ HAD BEEN CAMPED
+ was camped
+
+_ HAD BEEN STOPED
+ was stoped
+
+_ HAD BEEN ARGUED
+ was argued
+
+_ HAD BEEN CLIPPED
+ was clipped
+
+_ HAD BEEN ARRANGED
+ was arranged
+
+_ HAD BEEN BRUSHED
+ was brushed
+
+_ HAD BEEN CRUSHED
+ was crushed
+
+_ HAD BEEN HOPPED
+ was hopped
+
+_ HAD BEEN LOADED
+ was loaded
+
+_ HAD BEEN POKED
+ was poked
+
+_ HAD BEEN MANED
+ was maned
+
+_ HAD BEEN SPARKED
+ was sparked
+
+_ HAD BEEN FASTENED
+ was fastened
+
+_ HAD BEEN WRITTEN
+ was wrote
+
+_ HAD BEEN WORKED
+ was worked
+
+_ HAD BEEN CONTINUED
+ was continued
+
+_ HAD BEEN MATCHED
+ was matched
+
+_ HAD BEEN WATCHED
+ was watched
+
+_ HAD BEEN SCATTERED
+ was scattered
+
+_ HAD BEEN TICKLED
+ was tickled
+
+_ HAD BEEN BROUGHT
+ was brought
+
+_ HAD BEEN HAMMERED
+ was hammered
+
+_ HAD BEEN RUN
+ was ran
+
+_ HAD BEEN TIMED
+ was timed
+
+_ HAD BEEN BANNED
+ was banned
+
+_ HAD BEEN SETTLED
+ was settled
+
+_ HAD BEEN MIXED
+ was mixed
+
+_ HAD BEEN FIXED
+ was fixed
+
+_ HAD BEEN SQUASHED
+ was squashed
+
+_ HAD BEEN COMBED
+ was combed
+
+_ HAD BEEN BOMBED
+ was bombed
+
+_ HAD BEEN ALLOWED
+ was allowed
+
+_ HAD BEEN BREATHED
+ was breathed
+
+_ HAD BEEN STOLEN
+ was stole
+
+_ HAD BEEN IMPROVED
+ was improved
+
+_ HAD BEEN LENT
+ was lent
+
+_ HAD BEEN MILKED
+ was milked
+
+_ HAD BEEN SMILED
+ was smiled
+
+_ HAD BEEN DECEIVED
+ was deceived
+
+_ HAD BEEN ITCHED
+ was itched
+
+_ HAD BEEN SNOWED
+ was snowed
+
+_ HAD BEEN SHARED
+ was shared
+
+_ HAD BEEN SENT
+ was sent
+
+_ HAD BEEN SEARCHED
+ was searched
+
+_ HAD BEEN SUSPECTED
+ was suspected
+
+_ HAD BEEN RECEIVED
+ was received
+
+_ HAD BEEN JUDGED
+ was judged
+
+_ HAD BEEN BLOTTED
+ was blotted
+
+_ HAD BEEN SCORCHED
+ was scorched
+
+_ HAD BEEN MULTIPLIED
+ was multiplied
+
+_ HAD BEEN PLEASED
+ was pleased
+
+_ HAD BEEN TROUBLED
+ was troubled
+
+_ HAD BEEN EXPANDED
+ was expanded
+
+_ HAD BEEN CHOKED
+ was choked
+
+_ HAD BEEN BOUNCED
+ was bounced
+
+_ HAD BEEN HEALED
+ was healed
+
+_ HAD BEEN STITCHED
+ was stitched
+
+_ HAD BEEN RAINED
+ was rained
+
+_ HAD BEEN PRESSED
+ was pressed
+
+_ HAD BEEN PUT
+ was put
+
+_ HAD BEEN DECAIED
+ was decaied
+
+_ HAD BEEN GREASED
+ was greased
+
+_ HAD BEEN SPARED
+ was spared
+
+_ HAD BEEN SEALED
+ was sealed
+
+_ HAD BEEN AMUSED
+ was amused
+
+_ HAD BEEN BEATEN
+ was beat
+
+_ HAD BEEN DECIDED
+ was decided
+
+_ HAD BEEN STUCK
+ was stuck
+
+_ HAD BEEN OCCURED
+ was occured
+
+_ HAD BEEN COMMANDED
+ was commanded
+
+_ HAD BEEN LOST
+ was lost
+
+_ HAD BEEN CONFUSED
+ was confused
+
+_ HAD BEEN SWORN
+ was swore
+
+_ HAD BEEN KNEELED
+ was kneeled
+
+_ HAD BEEN GREETED
+ was greeted
+
+_ HAD BEEN REPAIRED
+ was repaired
+
+_ HAD BEEN BURIED
+ was buried
+
+_ HAD BEEN CONCERNED
+ was concerned
+
+_ HAD BEEN FORGIVEN
+ was forgave
+
+_ HAD BEEN BROADCAST
+ was broadcast
+
+_ HAD BEEN DRESSED
+ was dressed
+
+_ HAD BEEN TIED
+ was tied
+
+_ HAD BEEN PLACED
+ was placed
+
+_ HAD BEEN MATTERED
+ was mattered
+
+_ HAD BEEN OWNED
+ was owned
+
+_ HAD BEEN SIGNED
+ was signed
+
+_ HAD BEEN INTENDED
+ was intended
+
+_ HAD BEEN DEALT
+ was dealt
+
+_ HAD BEEN NOTICED
+ was noticed
+
+_ HAD BEEN TRAVELED
+ was traveled
+
+_ HAD BEEN HANDED
+ was handed
+
+_ HAD BEEN BLESSED
+ was blessed
+
+_ HAD BEEN LIT
+ was lit
+
+_ HAD BEEN KNOWN
+ was knew
+
+_ HAD BEEN MUGED
+ was muged
+
+_ HAD BEEN LANDED
+ was landed
+
+_ HAD BEEN HUGED
+ was huged
+
+_ HAD BEEN BARED
+ was bared
+
+_ HAD BEEN CARED
+ was cared
+
+_ HAD BEEN DARED
+ was dared
+
+_ HAD BEEN TUGED
+ was tuged
+
+_ HAD BEEN LAIN
+ was lay
+
+_ HAD BEEN SPOTED
+ was spoted
+
+_ HAD BEEN FOUND
+ was found
+
+_ HAD BEEN SPRUNG
+ was sprang
+
+_ HAD BEEN MARRIED
+ was married
+
+_ HAD BEEN INJURED
+ was injured
+
+_ HAD BEEN STOOD
+ was stood
+
+_ HAD BEEN PASTED
+ was pasted
+
+_ HAD BEEN ALERTED
+ was alerted
+
+_ HAD BEEN LASTED
+ was lasted
+
+_ HAD BEEN LEVELED
+ was leveled
+
+_ HAD BEEN FLOATED
+ was floated
+
+_ HAD BEEN WASTED
+ was wasted
+
+_ HAD BEEN EXCITED
+ was excited
+
+_ HAD BEEN BALANCED
+ was balanced
+
+_ HAD BEEN TASTED
+ was tasted
+
+_ HAD BEEN MUDDLED
+ was muddled
+
+_ HAD BEEN STRUCK
+ was struck
+
+_ HAD BEEN CHECKED
+ was checked
+
+_ HAD BEEN CHOPPED
+ was chopped
+
+_ HAD BEEN RISEN
+ was rose
+
+_ HAD BEEN DESERTED
+ was deserted
+
+_ HAD BEEN READ
+ was read
+
+_ HAD BEEN GONE
+ was went
+
+_ HAD BEEN QUEUED
+ was queued
+
+_ HAD BEEN EARNED
+ was earned
+
+_ HAD BEEN BACKED
+ was backed
+
+_ HAD BEEN PREPARED
+ was prepared
+
+_ HAD BEEN REJOICED
+ was rejoiced
+
+_ HAD BEEN TWISTED
+ was twisted
+
+_ HAD BEEN WONDERED
+ was wondered
+
+_ HAD BEEN CARRIED
+ was carried
+
+_ HAD BEEN WHINED
+ was whined
+
+_ HAD BEEN WARNED
+ was warned
+
+_ HAD BEEN INSTRUCTED
+ was instructed
+
+_ HAD BEEN PACKED
+ was packed
+
+_ HAD BEEN PLUGED
+ was pluged
+
+_ HAD BEEN SACKED
+ was sacked
+
+_ HAD BEEN CHARGED
+ was charged
+
+_ HAD BEEN OBEIED
+ was obeied
+
+_ HAD BEEN FORGOTTEN
+ was forgot
+
+_ HAD BEEN FOLDED
+ was folded
+
+_ HAD BEEN SHAKEN
+ was shook
+
+_ HAD BEEN HELD
+ was held
+
+_ HAD BEEN PINCHED
+ was pinched
+
+_ HAD BEEN APPLAUDED
+ was applauded
+
+_ HAD BEEN BITTEN
+ was bit
+
+_ HAD BEEN BLINDED
+ was blinded
+
+_ HAD BEEN STIRED
+ was stired
+
+_ HAD BEEN FLOWED
+ was flowed
+
+_ HAD BEEN GLOWED
+ was glowed
+
+_ HAD BEEN KNOCKED
+ was knocked
+
+_ HAD BEEN SCRAPED
+ was scraped
+
+_ HAD BEEN CRAWLED
+ was crawled
+
+_ HAD BEEN SLOWED
+ was slowed
+
+_ HAD BEEN BEGUN
+ was began
+
+_ HAD BEEN PULLED
+ was pulled
+
+_ HAD BEEN HEATED
+ was heated
+
+_ HAD BEEN SUGGESTED
+ was suggested
+
+_ HAD BEEN FILED
+ was filed
+
+_ HAD BEEN LAUGHED
+ was laughed
+
+_ HAD BEEN HURRIED
+ was hurried
+
+_ HAD BEEN SMELLED
+ was smelled
+
+_ HAD BEEN BORED
+ was bored
+
+_ HAD BEEN FLOWERED
+ was flowered
+
+_ HAD BEEN BEGGED
+ was begged
+
+_ HAD BEEN OBSERVED
+ was observed
+
+_ HAD BEEN PUNCHED
+ was punched
+
+_ HAD BEEN PADDLED
+ was paddled
+
+_ HAD BEEN INJECTED
+ was injected
+
+_ HAD BEEN CLEARED
+ was cleared
+
+_ HAD BEEN ATTEMPTED
+ was attempted
+
+_ HAD BEEN ENJOYED
+ was enjoyed
+
+_ HAD BEEN WEPT
+ was wept
+
+_ HAD BEEN PEELED
+ was peeled
+
+_ HAD BEEN ATTACHED
+ was attached
+
+_ HAD BEEN INVITED
+ was invited
+
+_ HAD BEEN TRANSPORTED
+ was transported
+
+_ HAD BEEN PREACHED
+ was preached
+
+_ HAD BEEN DESERVED
+ was deserved
+
+_ HAD BEEN SOAKED
+ was soaked
+
+_ HAD BEEN FETCHED
+ was fetched
+
+_ HAD BEEN MATED
+ was mated
+
+_ HAD BEEN FACED
+ was faced
+
+_ HAD BEEN HATED
+ was hated
+
+_ HAD BEEN DANCED
+ was danced
+
+_ HAD BEEN RACED
+ was raced
+
+_ HAD BEEN CONSIDERED
+ was considered
+
+_ HAD BEEN LIED
+ was lied
+
+_ HAD BEEN RHYMED
+ was rhymed
+
+_ HAD BEEN FORBIDDEN
+ was forbade
+
+_ HAD BEEN PATED
+ was pated
+
+_ HAD BEEN CRIED
+ was cried
+
+_ HAD BEEN DRIED
+ was dried
+
+_ HAD BEEN ATTACKED
+ was attacked
+
+_ HAD BEEN CROSSED
+ was crossed
+
+_ HAD BEEN PERFORMED
+ was performed
+
+_ HAD BEEN FRIED
+ was fried
+
+_ HAD BEEN INCREASED
+ was increased
+
+_ HAD BEEN RADIATED
+ was radiated
+
+_ HAD BEEN TRIED
+ was tried
+
+_ HAD BEEN EXERCISED
+ was exercised
+
+_ HAD BEEN REGRETED
+ was regreted
+
+_ HAD BEEN PASSED
+ was passed
+
+_ HAD BEEN ROBED
+ was robed
+
+_ HAD BEEN SHOCKED
+ was shocked
+
+_ HAD BEEN BEHAVED
+ was behaved
+
+_ HAD BEEN REJECTED
+ was rejected
+
+_ HAD BEEN RISKED
+ was risked
+
+_ HAD BEEN ENTERED
+ was entered
+
+_ HAD BEEN ENDED
+ was ended
+
+_ HAD BEEN YELLED
+ was yelled
+
+_ HAD BEEN REFUSED
+ was refused
+
+_ HAD BEEN HARMED
+ was harmed
+
+_ HAD BEEN BELONGED
+ was belonged
+
+_ HAD BEEN GIVEN
+ was gave
+
+_ HAD BEEN SNEEZED
+ was sneezed
+
+_ HAD BEEN CHALLENGED
+ was challenged
+
+_ HAD BEEN DELIGHTED
+ was delighted
+
+_ HAD BEEN DRIVEN
+ was drove
+
+_ HAD BEEN LISTED
+ was listed
+
+_ HAD BEEN FLAPPED
+ was flapped
+
+_ HAD BEEN WARMED
+ was warmed
+
+_ HAD BEEN CARVED
+ was carved
+
+_ HAD BEEN ZOOMED
+ was zoomed
+
+_ HAD BEEN SQUEAKED
+ was squeaked
+
+_ HAD BEEN TRADED
+ was traded
+
+_ HAD BEEN FOUNDED
+ was founded
+
+_ HAD BEEN MEASURED
+ was measured
+
+_ HAD BEEN EXISTED
+ was existed
+
+_ HAD BEEN APPRECIATED
+ was appreciated
+
+_ HAD BEEN ANNOIED
+ was annoied
+
+_ HAD BEEN GOT
+ was got
+
+_ HAD BEEN EMPTIED
+ was emptied
+
+_ HAD BEEN TORN
+ was tore
+
+_ HAD BEEN FRAMED
+ was framed
+
+_ HAD BEEN SCREWED
+ was screwed
+
+_ HAD BEEN PRESERVED
+ was preserved
+
+_ HAD BEEN JAILED
+ was jailed
+
+_ HAD BEEN NEDED
+ was neded
+
+_ HAD BEEN FAILED
+ was failed
+
+_ HAD BEEN SHRUNK
+ was shrank
+
+_ HAD BEEN REDUCED
+ was reduced
+
+_ HAD BEEN STARTED
+ was started
+
+_ HAD BEEN WRESTLED
+ was wrestled
+
+_ HAD BEEN SAILED
+ was sailed
+
+_ HAD BEEN SPOILED
+ was spoiled
+
+_ HAD BEEN UNPACKED
+ was unpacked
+
+_ HAD BEEN NAILED
+ was nailed
+
+_ HAD BEEN LONGED
+ was longed
+
+_ HAD BEEN KICKED
+ was kicked
+
+_ HAD BEEN WAILED
+ was wailed
+
+_ HAD BEEN ROLLED
+ was rolled
+
+_ HAD BEEN PICKED
+ was picked
+
+_ HAD BEEN PREVENTED
+ was prevented
+
+_ HAD BEEN LICKED
+ was licked
+
+_ HAD BEEN HAD
+ was had
+
+_ HAD BEEN MURDERED
+ was murdered
+
+_ HAD BEEN POLISHED
+ was polished
+
+_ HAD BEEN ROTED
+ was roted
+
+_ HAD BEEN FLASHED
+ was flashed
+
+_ HAD BEEN TICKED
+ was ticked
+
+_ HAD BEEN NOTED
+ was noted
+
+_ HAD BEEN SQUEEZED
+ was squeezed
+
+_ HAD BEEN ATTRACTED
+ was attracted
+
+_ HAD BEEN DEPENDED
+ was depended
+
+_ HAD BEEN TEASED
+ was teased
+
+_ HAD BEEN LAUNCHED
+ was launched
+
+_ HAD BEEN ARRESTED
+ was arrested
+
+_ HAD BEEN LIVED
+ was lived
+
+_ HAD BEEN DRIPPED
+ was dripped
+
+_ HAD BEEN SOOTHED
+ was soothed
+
+_ HAD BEEN CRACKED
+ was cracked
+
+_ HAD BEEN COVERED
+ was covered
+
+_ HAD BEEN HOVERED
+ was hovered
+
+_ HAD BEEN INTRODUCED
+ was introduced
+
+_ HAD BEEN HANDLED
+ was handled
+
+_ HAD BEEN PUNISHED
+ was punished
+
+_ HAD BEEN CAUSED
+ was caused
+
+_ HAD BEEN TRIPPED
+ was tripped
+
+_ HAD BEEN SIPED
+ was siped
+
+_ HAD BEEN SCRATCHED
+ was scratched
+
+_ HAD BEEN ATTENDED
+ was attended
+
+_ HAD BEEN INCLUDED
+ was included
+
+_ HAD BEEN LAID
+ was laid
+
+_ HAD BEEN SPLIT
+ was split
+
+_ HAD BEEN PAUSED
+ was paused
+
+_ HAD BEEN WIPED
+ was wiped
+
+_ HAD BEEN DROWNED
+ was drowned
+
+_ HAD BEEN CLEANED
+ was cleaned
+
+_ HAD BEEN BET
+ was bet
+
+_ HAD BEEN DAMED
+ was damed
+
+_ HAD BEEN ADVISED
+ was advised
+
+_ HAD BEEN JAMED
+ was jamed
+
+_ HAD BEEN DESCRIBED
+ was described
+
+_ HAD BEEN COST
+ was cost
+
+_ HAD BEEN
+ was
+
+_ HAD BEEN SAID
+ was said
+
+_ HAD BEEN TAMED
+ was tamed
+
+_ HAD BEEN UNFASTENED
+ was unfastened
+
+_ HAD BEEN NAMED
+ was named
+
+_ HAD BEEN KNOTED
+ was knoted
+
+_ HAD BEEN DISAGREED
+ was disagreed
+
+_ HAD BEEN FAXED
+ was faxed
+
+_ HAD BEEN DREAMED
+ was dreamed
+
+_ HAD BEEN ENTERTAINED
+ was entertained
+
+_ HAD BEEN REACHED
+ was reached
+
+_ HAD BEEN ADMIRED
+ was admired
+
+_ HAD BEEN DIVIDED
+ was divided
+
+_ HAD BEEN WANTED
+ was wanted
+
+_ HAD BEEN UNDERSTOOD
+ was understood
+
+_ HAD BEEN KISSED
+ was kissed
+
+_ HAD BEEN SURPRISED
+ was surprised
+
+_ HAD BEEN SPILLED
+ was spilled
+
+_ HAD BEEN HUNG
+ was hung
+
+_ HAD BEEN BUMPED
+ was bumped
+
+_ HAD BEEN FOOLED
+ was fooled
+
+_ HAD BEEN BORROWED
+ was borrowed
+
+_ HAD BEEN IGNORED
+ was ignored
+
+_ HAD BEEN MISSED
+ was missed
+
+_ HAD BEEN JUMPED
+ was jumped
+
+_ HAD BEEN SUFFERED
+ was suffered
+
+_ HAD BEEN STRENGTHENED
+ was strengthened
+
+_ HAD BEEN MELTED
+ was melted
+
+_ HAD BEEN SNATCHED
+ was snatched
+
+_ HAD BEEN PUMPED
+ was pumped
+
+_ HAD BEEN TRACED
+ was traced
+
+_ HAD BEEN DRUNK
+ was drank
+
+_ HAD BEEN SMASHED
+ was smashed
+
+_ HAD BEEN INTERRUPTED
+ was interrupted
+
+_ HAD BEEN OBTAINED
+ was obtained
+
+_ HAD BEEN LABELED
+ was labeled
+
+_ HAD BEEN BOLTED
+ was bolted
+
+_ HAD BEEN SOUNDED
+ was sounded
+
+_ HAD BEEN DRUMMED
+ was drummed
+
+_ HAD BEEN FEARED
+ was feared
+
+_ HAD BEEN GATHERED
+ was gathered
+
+_ HAD BEEN WAITED
+ was waited
+
+_ HAD BEEN IMAGINED
+ was imagined
+
+_ HAD BEEN PROVIDED
+ was provided
+
+_ HAD BEEN TOUCHED
+ was touched
+
+_ HAD BEEN SUPPORTED
+ was supported
+
+_ HAD BEEN BOXED
+ was boxed
+
+_ HAD BEEN TAKEN
+ was took
+
+_ HAD BEEN BENT
+ was bent
+
+_ HAD BEEN MEDDLED
+ was meddled
+
+_ HAD BEEN REIGNED
+ was reigned
+
+_ HAD BEEN WRECKED
+ was wrecked
+
+_ HAD BEEN HAUNTED
+ was haunted
+
+_ HAD BEEN DOUBLED
+ was doubled
+
+_ HAD BEEN PLAIED
+ was plaied
+
+_ HAD BEEN SWITCHED
+ was switched
+
+_ HAD BEEN PLANTED
+ was planted
+
+_ HAD BEEN STEPPED
+ was stepped
+
+_ HAD BEEN CREPT
+ was crept
+
+_ HAD BEEN DISCOVERED
+ was discovered
+
+_ HAD BEEN SOUGHT
+ was sought
+
+_ HAD BEEN WASHED
+ was washed
+
+_ HAD BEEN SPREAD
+ was spread
+
+_ HAD BEEN RECORDED
+ was recorded
+
+_ HAD BEEN DISAPPEARED
+ was disappeared
+
+_ HAD BEEN SHOWN
+ was showed
+
+_ HAD BEEN BROKEN
+ was broke
+
+_ HAD BEEN BOASTED
+ was boasted
+
+_ HAD BEEN RUINED
+ was ruined
+
+_ HAD BEEN SPOKEN
+ was spoke
+
+_ HAD BEEN CURED
+ was cured
+
+_ HAD BEEN SLEPT
+ was slept
+
+_ HAD BEEN RETIRED
+ was retired
+
+_ HAD BEEN ORDERED
+ was ordered
+
+_ HAD BEEN BOOKED
+ was booked
+
+_ HAD BEEN SUCCEDED
+ was succeded
+
+_ HAD BEEN STAIED
+ was staied
+
+_ HAD BEEN HOOKED
+ was hooked
+
+_ HAD BEEN FOUGHT
+ was fought
+
+_ HAD BEEN WINKED
+ was winked
+
+_ HAD BEEN CRASHED
+ was crashed
+
+_ HAD BEEN CORRECTED
+ was corrected
+
+_ HAD BEEN REMEMBERED
+ was remembered
+
+_ HAD BEEN CONFESSED
+ was confessed
+
+_ HAD BEEN BOUGHT
+ was bought
+
+_ HAD BEEN GRABED
+ was grabed
+
+_ HAD BEEN SPAT
+ was spat
+
+_ HAD BEEN PARKED
+ was parked
+
+_ HAD BEEN LOOKED
+ was looked
+
+_ HAD BEEN EXPLODED
+ was exploded
+
+_ HAD BEEN MARKED
+ was marked
+
+_ HAD BEEN BID
+ was bid
+
+_ HAD BEEN BRAKED
+ was braked
+
+_ HAD BEEN WATERED
+ was watered
+
+_ HAD BEEN STARED
+ was stared
+
+_ HAD BEEN THAWED
+ was thawed
+
+_ HAD BEEN TREATED
+ was treated
+
+_ HAD BEEN SQUEALED
+ was squealed
+
+_ HAD BEEN REMOVED
+ was removed
+
+_ HAD BEEN THOUGHT
+ was thought
+
+_ HAD BEEN AWOKEN
+ was awoke
+
+_ HAD BEEN PARTED
+ was parted
+
+_ HAD BEEN ANSWERED
+ was answered
+
+_ HAD BEEN TYPED
+ was typed
+
+_ HAD BEEN SWEPT
+ was swept
+
+_ HAD BEEN FLED
+ was fled
+
+_ HAD BEEN APPEARED
+ was appeared
+
+_ HAD BEEN SHELTERED
+ was sheltered
+
+_ HAD BEEN IMPRESSED
+ was impressed
+
+_ HAD BEEN STROKED
+ was stroked
+
+_ HAD BEEN LEFT
+ was left
+
+_ HAD BEEN QUESTIONED
+ was questioned
+
+_ HAD BEEN GRATED
+ was grated
+
+_ HAD BEEN DELIVERED
+ was delivered
+
+_ HAD BEEN COUNTED
+ was counted
+
+_ HAD BEEN REMAINED
+ was remained
+
+_ HAD BEEN RAISED
+ was raised
+
+_ HAD BEEN VISITED
+ was visited
+
+_ HAD BEEN SWUNG
+ was swung
+
+_ HAD BEEN RUBED
+ was rubed
+
+_ HAD BEEN SHOPED
+ was shoped
+
+_ HAD BEEN HAPPENED
+ was happened
+
+_ HAD BEEN DUSTED
+ was dusted
+
+_ HAD BEEN BRANCHED
+ was branched
+
+_ HAD BEEN HEARD
+ was heard
+
+_ HAD BEEN WHIPPED
+ was whipped
+
+_ HAD BEEN GLUED
+ was glued
+
+_ HAD BEEN REPRODUCED
+ was reproduced
+
+_ HAD BEEN BURNED
+ was burned
+
+_ HAD BEEN PROMISED
+ was promised
+
+_ HAD BEEN FELT
+ was felt
+
+_ HAD BEEN TELEPHONED
+ was telephoned
+
+_ HAD BEEN CHOSEN
+ was chose
+
+_ HAD BEEN LEARNED
+ was learned
+
+_ HAD BEEN LIKED
+ was liked
+
+_ HAD BEEN GUIDED
+ was guided
+
+_ HAD BEEN TURNED
+ was turned
+
+_ HAD BEEN BRUISED
+ was bruised
+
+_ HAD BEEN SUCKED
+ was sucked
+
+_ HAD BEEN PRECEDED
+ was preceded
+
+_ HAD BEEN LICENSED
+ was licensed
+
+_ HAD BEEN SUNK
+ was sank
+
+_ HAD BEEN JOINED
+ was joined
+
+_ HAD BEEN HIDDEN
+ was hid
+
+_ HAD BEEN SPROUTED
+ was sprouted
+
+_ HAD BEEN SHADED
+ was shaded
+
+_ HAD BEEN RIDDEN
+ was rode
+
+_ HAD BEEN DONE
+ was did
+
+_ HAD BEEN INVENTED
+ was invented
+
+_ HAD BEEN SWUM
+ was swam
+
+_ HAD BEEN SNORED
+ was snored
+
+_ HAD BEEN SPRAIED
+ was spraied
+
+_ HAD BEEN MENDED
+ was mended
+
+_ HAD BEEN RELIED
+ was relied
+
+_ HAD BEEN BATTED
+ was batted
+
+_ HAD BEEN WISHED
+ was wished
+
+_ HAD BEEN CHEERED
+ was cheered
+
+_ HAD BEEN ASKED
+ was asked
+
+_ HAD BEEN REPLACED
+ was replaced
+
+_ HAD BEEN SEPARATED
+ was separated
+
+_ HAD BEEN USED
+ was used
+
+_ HAD BEEN SUBTRACTED
+ was subtracted
+
+_ HAD YELLED
+ yelled
+
+_ HAD YELLED *
+ yelled
+
+_ HAD WARMED
+ warmed
+
+_ HAD WARMED *
+ warmed
+
+_ HAD ZOOMED
+ zoomed
+
+_ HAD ZOOMED *
+ zoomed
+
+_ HAD TRADED
+ traded
+
+_ HAD TRADED *
+ traded
+
+_ HAD SQUEAKED
+ squeaked
+
+_ HAD SQUEAKED *
+ squeaked
+
+_ HAD TORN
+ tore
+
+_ HAD TORN *
+ tore
+
+_ HAD STARTED
+ started
+
+_ HAD STARTED *
+ started
+
+_ HAD WRESTLED
+ wrestled
+
+_ HAD WRESTLED *
+ wrestled
+
+_ HAD SPOILED
+ spoiled
+
+_ HAD SPOILED *
+ spoiled
+
+_ HAD UNPACKED
+ unpacked
+
+_ HAD UNPACKED *
+ unpacked
+
+_ HAD WAILED
+ wailed
+
+_ HAD WAILED *
+ wailed
+
+_ HAD TICKED
+ ticked
+
+_ HAD TICKED *
+ ticked
+
+_ HAD SQUEEZED
+ squeezed
+
+_ HAD SQUEEZED *
+ squeezed
+
+_ HAD TEASED
+ teased
+
+_ HAD TEASED *
+ teased
+
+_ HAD TRIPPED
+ tripped
+
+_ HAD TRIPPED *
+ tripped
+
+_ HAD SPLIT
+ split
+
+_ HAD SPLIT *
+ split
+
+_ HAD WIPED
+ wiped
+
+_ HAD WIPED *
+ wiped
+
+_ HAD TAMED
+ tamed
+
+_ HAD TAMED *
+ tamed
+
+_ HAD UNFASTENED
+ unfastened
+
+_ HAD UNFASTENED *
+ unfastened
+
+_ HAD WANTED
+ wanted
+
+_ HAD WANTED *
+ wanted
+
+_ HAD UNDERSTOOD
+ understood
+
+_ HAD UNDERSTOOD *
+ understood
+
+_ HAD SURPRISED
+ surprised
+
+_ HAD SURPRISED *
+ surprised
+
+_ HAD SPILLED
+ spilled
+
+_ HAD SPILLED *
+ spilled
+
+_ HAD SUFFERED
+ suffered
+
+_ HAD SUFFERED *
+ suffered
+
+_ HAD STRENGTHENED
+ strengthened
+
+_ HAD STRENGTHENED *
+ strengthened
+
+_ HAD TRACED
+ traced
+
+_ HAD TRACED *
+ traced
+
+_ HAD WAITED
+ waited
+
+_ HAD WAITED *
+ waited
+
+_ HAD TOUCHED
+ touched
+
+_ HAD TOUCHED *
+ touched
+
+_ HAD SUPPORTED
+ supported
+
+_ HAD SUPPORTED *
+ supported
+
+_ HAD TAKEN
+ took
+
+_ HAD TAKEN *
+ took
+
+_ HAD WRECKED
+ wrecked
+
+_ HAD WRECKED *
+ wrecked
+
+_ HAD SWITCHED
+ switched
+
+_ HAD SWITCHED *
+ switched
+
+_ HAD STEPPED
+ stepped
+
+_ HAD STEPPED *
+ stepped
+
+_ HAD WASHED
+ washed
+
+_ HAD WASHED *
+ washed
+
+_ HAD SPREAD
+ spread
+
+_ HAD SPREAD *
+ spread
+
+_ HAD SPOKEN
+ spoke
+
+_ HAD SPOKEN *
+ spoke
+
+_ HAD SUCCEDED
+ succeded
+
+_ HAD SUCCEDED *
+ succeded
+
+_ HAD STAIED
+ staied
+
+_ HAD STAIED *
+ staied
+
+_ HAD WINKED
+ winked
+
+_ HAD WINKED *
+ winked
+
+_ HAD SPAT
+ spat
+
+_ HAD SPAT *
+ spat
+
+_ HAD WATERED
+ watered
+
+_ HAD WATERED *
+ watered
+
+_ HAD STARED
+ stared
+
+_ HAD STARED *
+ stared
+
+_ HAD THAWED
+ thawed
+
+_ HAD THAWED *
+ thawed
+
+_ HAD TREATED
+ treated
+
+_ HAD TREATED *
+ treated
+
+_ HAD SQUEALED
+ squealed
+
+_ HAD SQUEALED *
+ squealed
+
+_ HAD TYPED
+ typed
+
+_ HAD TYPED *
+ typed
+
+_ HAD THOUGHT
+ thought
+
+_ HAD THOUGHT *
+ thought
+
+_ HAD SWEPT
+ swept
+
+_ HAD SWEPT *
+ swept
+
+_ HAD STROKED
+ stroked
+
+_ HAD STROKED *
+ stroked
+
+_ HAD VISITED
+ visited
+
+_ HAD VISITED *
+ visited
+
+_ HAD SWUNG
+ swung
+
+_ HAD SWUNG *
+ swung
+
+_ HAD WHIPPED
+ whipped
+
+_ HAD WHIPPED *
+ whipped
+
+_ HAD TELEPHONED
+ telephoned
+
+_ HAD TELEPHONED *
+ telephoned
+
+_ HAD TURNED
+ turned
+
+_ HAD TURNED *
+ turned
+
+_ HAD SUCKED
+ sucked
+
+_ HAD SUCKED *
+ sucked
+
+_ HAD SPROUTED
+ sprouted
+
+_ HAD SPROUTED *
+ sprouted
+
+_ HAD SWUM
+ swam
+
+_ HAD SWUM *
+ swam
+
+_ HAD SPRAIED
+ spraied
+
+_ HAD SPRAIED *
+ spraied
+
+_ HAD WISHED
+ wished
+
+_ HAD WISHED *
+ wished
+
+_ HAD USED
+ used
+
+_ HAD USED *
+ used
+
+_ HAD SUBTRACTED
+ subtracted
+
+_ HAD SUBTRACTED *
+ subtracted
+
+_ INDEED
+
+
+_ EXPONENTIALLY
+
+
+_ DID YOU KNOW THAT
+
+
+_ WITH ME
+
+
+_ HAS WEIGHED
+ weighed
+
+_ HAS WEIGHED *
+ weighed
+
+_ HAS TESTED
+ tested
+
+_ HAS TESTED *
+ tested
+
+_ HAS TRAINED
+ trained
+
+_ HAS TRAINED *
+ trained
+
+_ HAS UNLOCKED
+ unlocked
+
+_ HAS UNLOCKED *
+ unlocked
+
+_ HAS STAINED
+ stained
+
+_ HAS STAINED *
+ stained
+
+_ HAS ZIPPED
+ zipped
+
+_ HAS ZIPPED *
+ zipped
+
+_ HAS TIPPED
+ tipped
+
+_ HAS TIPPED *
+ tipped
+
+_ HAS STUFFED
+ stuffed
+
+_ HAS STUFFED *
+ stuffed
+
+_ HAS STAMPED
+ stamped
+
+_ HAS STAMPED *
+ stamped
+
+_ HAS TUMBLED
+ tumbled
+
+_ HAS TUMBLED *
+ tumbled
+
+_ HAS WRAPPED
+ wrapped
+
+_ HAS WRAPPED *
+ wrapped
+
+_ HAS TRAPPED
+ trapped
+
+_ HAS TRAPPED *
+ trapped
+
+_ HAS STRETCHED
+ stretched
+
+_ HAS STRETCHED *
+ stretched
+
+_ HAS TERRIFIED
+ terrified
+
+_ HAS TERRIFIED *
+ terrified
+
+_ HAS WRIGGLED
+ wriggled
+
+_ HAS WRIGGLED *
+ wriggled
+
+_ HAS TAPED
+ taped
+
+_ HAS TAPED *
+ taped
+
+_ HAS WAVED
+ waved
+
+_ HAS WAVED *
+ waved
+
+_ HAS WORRIED
+ worried
+
+_ HAS WORRIED *
+ worried
+
+_ HAS VANISHED
+ vanished
+
+_ HAS VANISHED *
+ vanished
+
+_ HAS TOLD
+ told
+
+_ HAS TOLD *
+ told
+
+_ HAS WOBBLED
+ wobbled
+
+_ HAS WOBBLED *
+ wobbled
+
+_ HAS WANDERED
+ wandered
+
+_ HAS WANDERED *
+ wandered
+
+_ HAS SUPPLIED
+ supplied
+
+_ HAS SUPPLIED *
+ supplied
+
+_ HAS STORED
+ stored
+
+_ HAS STORED *
+ stored
+
+_ HAS TAUGHT
+ taught
+
+_ HAS TAUGHT *
+ taught
+
+_ HAS STUNG
+ stung
+
+_ HAS STUNG *
+ stung
+
+_ HAS WHISTLED
+ whistled
+
+_ HAS WHISTLED *
+ whistled
+
+_ HAS SURROUNDED
+ surrounded
+
+_ HAS SURROUNDED *
+ surrounded
+
+_ HAS THANKED
+ thanked
+
+_ HAS THANKED *
+ thanked
+
+_ HAS STEERED
+ steered
+
+_ HAS STEERED *
+ steered
+
+_ HAS UNITED
+ united
+
+_ HAS UNITED *
+ united
+
+_ HAS TIRED
+ tired
+
+_ HAS TIRED *
+ tired
+
+_ HAS THROWN
+ threw
+
+_ HAS THROWN *
+ threw
+
+_ HAS TROTED
+ troted
+
+_ HAS TROTED *
+ troted
+
+_ HAS TOWED
+ towed
+
+_ HAS TOWED *
+ towed
+
+_ HAS TREMBLED
+ trembled
+
+_ HAS TREMBLED *
+ trembled
+
+_ HAS SUITED
+ suited
+
+_ HAS SUITED *
+ suited
+
+_ HAS WELCOMED
+ welcomed
+
+_ HAS WELCOMED *
+ welcomed
+
+_ HAS SUPPOSED
+ supposed
+
+_ HAS SUPPOSED *
+ supposed
+
+_ HAS STRAPPED
+ strapped
+
+_ HAS STRAPPED *
+ strapped
+
+_ HAS SPELLED
+ spelled
+
+_ HAS SPELLED *
+ spelled
+
+_ HAS UNDRESSED
+ undressed
+
+_ HAS UNDRESSED *
+ undressed
+
+_ HAS WON
+ won
+
+_ HAS WON *
+ won
+
+_ HAS SPARKLED
+ sparkled
+
+_ HAS SPARKLED *
+ sparkled
+
+_ HAS STRIPED
+ striped
+
+_ HAS STRIPED *
+ striped
+
+_ HAS WORN
+ wore
+
+_ HAS WORN *
+ wore
+
+_ HAS STUNK
+ stank
+
+_ HAS STUNK *
+ stank
+
+_ HAS WHISPERED
+ whispered
+
+_ HAS WHISPERED *
+ whispered
+
+_ HAS TRUSTED
+ trusted
+
+_ HAS TRUSTED *
+ trusted
+
+_ HAS WHIRLED
+ whirled
+
+_ HAS WHIRLED *
+ whirled
+
+_ HAS WALKED
+ walked
+
+_ HAS WALKED *
+ walked
+
+_ HAS TALKED
+ talked
+
+_ HAS TALKED *
+ talked
+
+_ HAS SPENT
+ spent
+
+_ HAS SPENT *
+ spent
+
+_ HAS TEMPTED
+ tempted
+
+_ HAS TEMPTED *
+ tempted
+
+_ HAS YAWNED
+ yawned
+
+_ HAS YAWNED *
+ yawned
+
+_ HAS WOKEN
+ woke
+
+_ HAS WOKEN *
+ woke
+
+_ HAS SUSPENDED
+ suspended
+
+_ HAS SUSPENDED *
+ suspended
+
+_ HAS UNTIDIED
+ untidied
+
+_ HAS UNTIDIED *
+ untidied
+
+_ HAS TOURED
+ toured
+
+_ HAS TOURED *
+ toured
+
+_ HAS TRICKED
+ tricked
+
+_ HAS TRICKED *
+ tricked
+
+_ HAS STOPED
+ stoped
+
+_ HAS STOPED *
+ stoped
+
+_ HAS SPARKED
+ sparked
+
+_ HAS SPARKED *
+ sparked
+
+_ HAS WRITTEN
+ wrote
+
+_ HAS WRITTEN *
+ wrote
+
+_ HAS WORKED
+ worked
+
+_ HAS WORKED *
+ worked
+
+_ HAS WATCHED
+ watched
+
+_ HAS WATCHED *
+ watched
+
+_ HAS TICKLED
+ tickled
+
+_ HAS TICKLED *
+ tickled
+
+_ HAS TIMED
+ timed
+
+_ HAS TIMED *
+ timed
+
+_ HAS SQUASHED
+ squashed
+
+_ HAS SQUASHED *
+ squashed
+
+_ HAS STOLEN
+ stole
+
+_ HAS STOLEN *
+ stole
+
+_ HAS SUSPECTED
+ suspected
+
+_ HAS SUSPECTED *
+ suspected
+
+_ HAS TROUBLED
+ troubled
+
+_ HAS TROUBLED *
+ troubled
+
+_ HAS STITCHED
+ stitched
+
+_ HAS STITCHED *
+ stitched
+
+_ HAS SPARED
+ spared
+
+_ HAS STUCK
+ stuck
+
+_ HAS STUCK *
+ stuck
+
+_ HAS SWORN
+ swore
+
+_ HAS SWORN *
+ swore
+
+_ HAS TIED
+ tied
+
+_ HAS TIED *
+ tied
+
+_ HAS TRAVELED
+ traveled
+
+_ HAS TRAVELED *
+ traveled
+
+_ HAS TUGED
+ tuged
+
+_ HAS TUGED *
+ tuged
+
+_ HAS SPOTED
+ spoted
+
+_ HAS SPOTED *
+ spoted
+
+_ HAS SPRUNG
+ sprang
+
+_ HAS SPRUNG *
+ sprang
+
+_ HAS STOOD
+ stood
+
+_ HAS STOOD *
+ stood
+
+_ HAS WASTED
+ wasted
+
+_ HAS WASTED *
+ wasted
+
+_ HAS TASTED
+ tasted
+
+_ HAS TASTED *
+ tasted
+
+_ HAS STRUCK
+ struck
+
+_ HAS STRUCK *
+ struck
+
+_ HAS GONE
+ went
+
+_ HAS GONE *
+ went
+
+_ HAS WONDERED
+ wondered
+
+_ HAS WONDERED *
+ wondered
+
+_ HAS TWISTED
+ twisted
+
+_ HAS TWISTED *
+ twisted
+
+_ HAS WHINED
+ whined
+
+_ HAS WHINED *
+ whined
+
+_ HAS WARNED
+ warned
+
+_ HAS WARNED *
+ warned
+
+_ HAS STIRED
+ stired
+
+_ HAS STIRED *
+ stired
+
+_ HAS SUGGESTED
+ suggested
+
+_ HAS SUGGESTED *
+ suggested
+
+_ HAS WEPT
+ wept
+
+_ HAS WEPT *
+ wept
+
+_ HAS TRANSPORTED
+ transported
+
+_ HAS TRANSPORTED *
+ transported
+
+_ HAS TRIED
+ tried
+
+_ HAS TRIED *
+ tried
+
+_ HAS BEEN SHAVED
+ was shaved
+
+_ HAS BEEN EMBARRASSED
+ was embarrassed
+
+_ HAS BEEN COMPETED
+ was competed
+
+_ HAS BEEN RINSED
+ was rinsed
+
+_ HAS BEEN CHANGED
+ was changed
+
+_ HAS BEEN AGREED
+ was agreed
+
+_ HAS BEEN NESTED
+ was nested
+
+_ HAS BEEN WEIGHED
+ was weighed
+
+_ HAS BEEN SHIVERED
+ was shivered
+
+_ HAS BEEN DRAINED
+ was drained
+
+_ HAS BEEN TESTED
+ was tested
+
+_ HAS BEEN SEWN
+ was sewed
+
+_ HAS BEEN CLOSED
+ was closed
+
+_ HAS BEEN REQUESTED
+ was requested
+
+_ HAS BEEN EMPLOYED
+ was employed
+
+_ HAS BEEN OWED
+ was owed
+
+_ HAS BEEN TRAINED
+ was trained
+
+_ HAS BEEN SHRUGED
+ was shruged
+
+_ HAS BEEN UNLOCKED
+ was unlocked
+
+_ HAS BEEN STAINED
+ was stained
+
+_ HAS BEEN LIGHTENED
+ was lightened
+
+_ HAS BEEN CHEWED
+ was chewed
+
+_ HAS BEEN CYCLED
+ was cycled
+
+_ HAS BEEN STUFFED
+ was stuffed
+
+_ HAS BEEN ANALYSED
+ was analysed
+
+_ HAS BEEN ZIPPED
+ was zipped
+
+_ HAS BEEN TIPPED
+ was tipped
+
+_ HAS BEEN SHUT
+ was shut
+
+_ HAS BEEN PAINTED
+ was painted
+
+_ HAS BEEN HEAPED
+ was heaped
+
+_ HAS BEEN GUESSED
+ was guessed
+
+_ HAS BEEN SKIED
+ was skied
+
+_ HAS BEEN PECKED
+ was pecked
+
+_ HAS BEEN AVOIDED
+ was avoided
+
+_ HAS BEEN PRESENTED
+ was presented
+
+_ HAS BEEN DECORATED
+ was decorated
+
+_ HAS BEEN FANCIED
+ was fancied
+
+_ HAS BEEN GRIPED
+ was griped
+
+_ HAS BEEN POSTED
+ was posted
+
+_ HAS BEEN MINED
+ was mined
+
+_ HAS BEEN SCRUBED
+ was scrubed
+
+_ HAS BEEN STAMPED
+ was stamped
+
+_ HAS BEEN SINED
+ was sined
+
+_ HAS BEEN RELEASED
+ was released
+
+_ HAS BEEN TUMBLED
+ was tumbled
+
+_ HAS BEEN PINED
+ was pined
+
+_ HAS BEEN LISTENED
+ was listened
+
+_ HAS BEEN WRAPPED
+ was wrapped
+
+_ HAS BEEN PRINTED
+ was printed
+
+_ HAS BEEN TRAPPED
+ was trapped
+
+_ HAS BEEN OPENED
+ was opened
+
+_ HAS BEEN FLOODED
+ was flooded
+
+_ HAS BEEN MADE
+ was made
+
+_ HAS BEEN SATISFIED
+ was satisfied
+
+_ HAS BEEN PRETENDED
+ was pretended
+
+_ HAS BEEN BUBBLED
+ was bubbled
+
+_ HAS BEEN KNELT
+ was knelt
+
+_ HAS BEEN POSSESSED
+ was possessed
+
+_ HAS BEEN AFFORDED
+ was afforded
+
+_ HAS BEEN ROCKED
+ was rocked
+
+_ HAS BEEN OFFERED
+ was offered
+
+_ HAS BEEN CURVED
+ was curved
+
+_ HAS BEEN CLAPED
+ was claped
+
+_ HAS BEEN LOCKED
+ was locked
+
+_ HAS BEEN STRETCHED
+ was stretched
+
+_ HAS BEEN SAVED
+ was saved
+
+_ HAS BEEN TERRIFIED
+ was terrified
+
+_ HAS BEEN HIT
+ was hit
+
+_ HAS BEEN SLAPED
+ was slaped
+
+_ HAS BEEN WRIGGLED
+ was wriggled
+
+_ HAS BEEN TAPED
+ was taped
+
+_ HAS BEEN WAVED
+ was waved
+
+_ HAS BEEN DISARMED
+ was disarmed
+
+_ HAS BEEN WORRIED
+ was worried
+
+_ HAS BEEN CLAIMED
+ was claimed
+
+_ HAS BEEN FENCED
+ was fenced
+
+_ HAS BEEN DISLIKED
+ was disliked
+
+_ HAS BEEN PROTECTED
+ was protected
+
+_ HAS BEEN APOLOGISED
+ was apologised
+
+_ HAS BEEN VANISHED
+ was vanished
+
+_ HAS BEEN POINTED
+ was pointed
+
+_ HAS BEEN ADDED
+ was added
+
+_ HAS BEEN HARASSED
+ was harassed
+
+_ HAS BEEN HUMMED
+ was hummed
+
+_ HAS BEEN SCARED
+ was scared
+
+_ HAS BEEN REPLIED
+ was replied
+
+_ HAS BEEN ENCOURAGED
+ was esncouraged
+
+_ HAS BEEN EXCUSED
+ was excused
+
+_ HAS BEEN COMPLETED
+ was completed
+
+_ HAS BEEN TOLD
+ was told
+
+_ HAS BEEN MESSED
+ was messed
+
+_ HAS BEEN BUILT
+ was built
+
+_ HAS BEEN BLEACHED
+ was bleached
+
+_ HAS BEEN COMMUNICATED
+ was communicated
+
+_ HAS BEEN MOORED
+ was moored
+
+_ HAS BEEN WOBBLED
+ was wobbled
+
+_ HAS BEEN FALLEN
+ was fell
+
+_ HAS BEEN SAWED
+ was sawed
+
+_ HAS BEEN SMOKED
+ was smoked
+
+_ HAS BEEN SLID
+ was slid
+
+_ HAS BEEN ADMITTED
+ was admitted
+
+_ HAS BEEN SKIPED
+ was skiped
+
+_ HAS BEEN PHONED
+ was phoned
+
+_ HAS BEEN NUMBERED
+ was numbered
+
+_ HAS BEEN LOVED
+ was loved
+
+_ HAS BEEN HURT
+ was hurt
+
+_ HAS BEEN MOVED
+ was moved
+
+_ HAS BEEN SERVED
+ was served
+
+_ HAS BEEN GROANED
+ was groaned
+
+_ HAS BEEN COPIED
+ was copied
+
+_ HAS BEEN WANDERED
+ was wandered
+
+_ HAS BEEN HUNTED
+ was hunted
+
+_ HAS BEEN PREFERED
+ was prefered
+
+_ HAS BEEN FED
+ was fed
+
+_ HAS BEEN HOPED
+ was hoped
+
+_ HAS BEEN CONSISTED
+ was consisted
+
+_ HAS BEEN COME
+ was came
+
+_ HAS BEEN POPED
+ was poped
+
+_ HAS BEEN SUPPLIED
+ was supplied
+
+_ HAS BEEN PEDALED
+ was pedaled
+
+_ HAS BEEN EXTENDED
+ was extended
+
+_ HAS BEEN STORED
+ was stored
+
+_ HAS BEEN SIGHED
+ was sighed
+
+_ HAS BEEN CURLED
+ was curled
+
+_ HAS BEEN IRRITATED
+ was irritated
+
+_ HAS BEEN TAUGHT
+ was taught
+
+_ HAS BEEN FORMED
+ was formed
+
+_ HAS BEEN STUNG
+ was stung
+
+_ HAS BEEN PEEPED
+ was peeped
+
+_ HAS BEEN KNITED
+ was knited
+
+_ HAS BEEN CHEATED
+ was cheated
+
+_ HAS BEEN WHISTLED
+ was whistled
+
+_ HAS BEEN SURROUNDED
+ was surrounded
+
+_ HAS BEEN MANAGED
+ was managed
+
+_ HAS BEEN THANKED
+ was thanked
+
+_ HAS BEEN PAID
+ was paid
+
+_ HAS BEEN COMPLAINED
+ was complained
+
+_ HAS BEEN ESCAPED
+ was escaped
+
+_ HAS BEEN EATEN
+ was ate
+
+_ HAS BEEN STEERED
+ was steered
+
+_ HAS BEEN FIRED
+ was fired
+
+_ HAS BEEN BANGED
+ was banged
+
+_ HAS BEEN SAT
+ was sat
+
+_ HAS BEEN BOILED
+ was boiled
+
+_ HAS BEEN CALLED
+ was called
+
+_ HAS BEEN HANGED
+ was hanged
+
+_ HAS BEEN UNITED
+ was united
+
+_ HAS BEEN TIRED
+ was tired
+
+_ HAS BEEN COILED
+ was coiled
+
+_ HAS BEEN THROWN
+ was threw
+
+_ HAS BEEN CONNECTED
+ was connected
+
+_ HAS BEEN TROTED
+ was troted
+
+_ HAS BEEN BOWED
+ was bowed
+
+_ HAS BEEN REMINDED
+ was reminded
+
+_ HAS BEEN MOURNED
+ was mourned
+
+_ HAS BEEN FOLLOWED
+ was followed
+
+_ HAS BEEN CAUGHT
+ was caught
+
+_ HAS BEEN MET
+ was met
+
+_ HAS BEEN PUNCTURED
+ was punctured
+
+_ HAS BEEN CALCULATED
+ was calculated
+
+_ HAS BEEN PRACTISED
+ was practised
+
+_ HAS BEEN TOWED
+ was towed
+
+_ HAS BEEN BATTLED
+ was battled
+
+_ HAS BEEN GUARDED
+ was guarded
+
+_ HAS BEEN BLUSHED
+ was blushed
+
+_ HAS BEEN TREMBLED
+ was trembled
+
+_ HAS BEEN DELAIED
+ was delaied
+
+_ HAS BEEN SUITED
+ was suited
+
+_ HAS BEEN FILMED
+ was filmed
+
+_ HAS BEEN GAZED
+ was gazed
+
+_ HAS BEEN OFFENDED
+ was offended
+
+_ HAS BEEN HELPED
+ was helped
+
+_ HAS BEEN WELCOMED
+ was welcomed
+
+_ HAS BEEN GROWN
+ was grew
+
+_ HAS BEEN SUPPOSED
+ was supposed
+
+_ HAS BEEN EXPLAINED
+ was explained
+
+_ HAS BEEN IDENTIFIED
+ was identified
+
+_ HAS BEEN CONCENTRATED
+ was concentrated
+
+_ HAS BEEN APPROVED
+ was approved
+
+_ HAS BEEN FROZEN
+ was froze
+
+_ HAS BEEN SUNG
+ was sang
+
+_ HAS BEEN DUG
+ was dug
+
+_ HAS BEEN STRAPPED
+ was strapped
+
+_ HAS BEEN INFORMED
+ was informed
+
+_ HAS BEEN SPELLED
+ was spelled
+
+_ HAS BEEN REALISED
+ was realised
+
+_ HAS BEEN UNDRESSED
+ was undressed
+
+_ HAS BEEN COMPARED
+ was compared
+
+_ HAS BEEN DOUBTED
+ was doubted
+
+_ HAS BEEN CONTAINED
+ was contained
+
+_ HAS BEEN WON
+ was won
+
+_ HAS BEEN JOGED
+ was joged
+
+_ HAS BEEN OVERFLOWED
+ was overflowed
+
+_ HAS BEEN SHOT
+ was shot
+
+_ HAS BEEN PUSHED
+ was pushed
+
+_ HAS BEEN DEVELOPED
+ was developed
+
+_ HAS BEEN RUSHED
+ was rushed
+
+_ HAS BEEN FRIGHTENED
+ was frightened
+
+_ HAS BEEN SPARKLED
+ was sparkled
+
+_ HAS BEEN SEEN
+ was saw
+
+_ HAS BEEN STRIPED
+ was striped
+
+_ HAS BEEN GRINED
+ was grined
+
+_ HAS BEEN SOLD
+ was sold
+
+_ HAS BEEN SHONE
+ was shone
+
+_ HAS BEEN FADED
+ was faded
+
+_ HAS BEEN WORN
+ was wore
+
+_ HAS BEEN RESCUED
+ was rescued
+
+_ HAS BEEN EDUCATED
+ was educated
+
+_ HAS BEEN BURST
+ was burst
+
+_ HAS BEEN FORCED
+ was forced
+
+_ HAS BEEN RELAXED
+ was relaxed
+
+_ HAS BEEN EXPECTED
+ was expected
+
+_ HAS BEEN STUNK
+ was stank
+
+_ HAS BEEN ANNOUNCED
+ was announced
+
+_ HAS BEEN FITED
+ was fited
+
+_ HAS BEEN EXAMINED
+ was examined
+
+_ HAS BEEN INFLUENCED
+ was influenced
+
+_ HAS BEEN TRUSTED
+ was trusted
+
+_ HAS BEEN MEANT
+ was meant
+
+_ HAS BEEN WHISPERED
+ was whispered
+
+_ HAS BEEN SCREAMED
+ was screamed
+
+_ HAS BEEN DESTROIED
+ was destroied
+
+_ HAS BEEN MOANED
+ was moaned
+
+_ HAS BEEN WHIRLED
+ was whirled
+
+_ HAS BEEN JUGGLED
+ was juggled
+
+_ HAS BEEN RULED
+ was ruled
+
+_ HAS BEEN RECOGNISED
+ was recognised
+
+_ HAS BEEN BAKED
+ was baked
+
+_ HAS BEEN PLANED
+ was planed
+
+_ HAS BEEN DISAPPROVED
+ was disapproved
+
+_ HAS BEEN DETECTED
+ was detected
+
+_ HAS BEEN ARRIVED
+ was arrived
+
+_ HAS BEEN KEPT
+ was kept
+
+_ HAS BEEN DRAWN
+ was drew
+
+_ HAS BEEN CUT
+ was cut
+
+_ HAS BEEN BATHED
+ was bathed
+
+_ HAS BEEN MARCHED
+ was marched
+
+_ HAS BEEN WALKED
+ was walked
+
+_ HAS BEEN TALKED
+ was talked
+
+_ HAS BEEN COACHED
+ was coached
+
+_ HAS BEEN COLLECTED
+ was collected
+
+_ HAS BEEN PROGRAMED
+ was programed
+
+_ HAS BEEN BLINKED
+ was blinked
+
+_ HAS BEEN SNIFFED
+ was sniffed
+
+_ HAS BEEN BUZZED
+ was buzzed
+
+_ HAS BEEN DROPPED
+ was dropped
+
+_ HAS BEEN SCRIBBLED
+ was scribbled
+
+_ HAS BEEN LED
+ was led
+
+_ HAS BEEN FLOWN
+ was flew
+
+_ HAS BEEN PRODUCED
+ was produced
+
+_ HAS BEEN BLOWN
+ was blew
+
+_ HAS BEEN MEMORISED
+ was memorised
+
+_ HAS BEEN CHASED
+ was chased
+
+_ HAS BEEN FILLED
+ was filled
+
+_ HAS BEEN KILLED
+ was killed
+
+_ HAS BEEN REFLECTED
+ was reflected
+
+_ HAS BEEN SPENT
+ was spent
+
+_ HAS BEEN OBJECTED
+ was objected
+
+_ HAS BEEN *
+ was
+
+_ HAS BEEN SCOLDED
+ was scolded
+
+_ HAS BEEN TEMPTED
+ was tempted
+
+_ HAS BEEN DRAGED
+ was draged
+
+_ HAS BEEN YAWNED
+ was yawned
+
+_ HAS BEEN WOKEN
+ was woke
+
+_ HAS BEEN LET
+ was let
+
+_ HAS BEEN REPORTED
+ was reported
+
+_ HAS BEEN NODED
+ was noded
+
+_ HAS BEEN SUSPENDED
+ was suspended
+
+_ HAS BEEN HEADED
+ was headed
+
+_ HAS BEEN RETURNED
+ was returned
+
+_ HAS BEEN UNTIDIED
+ was untidied
+
+_ HAS BEEN DAMAGED
+ was damaged
+
+_ HAS BEEN SIGNALED
+ was signaled
+
+_ HAS BEEN BEAMED
+ was beamed
+
+_ HAS BEEN SET
+ was set
+
+_ HAS BEEN POURED
+ was poured
+
+_ HAS BEEN INTERFERED
+ was interfered
+
+_ HAS BEEN TOURED
+ was toured
+
+_ HAS BEEN SLIPPED
+ was slipped
+
+_ HAS BEEN GUARANTEED
+ was guaranteed
+
+_ HAS BEEN INTERESTED
+ was interested
+
+_ HAS BEEN RUNG
+ was rang
+
+_ HAS BEEN PRAYED
+ was prayed
+
+_ HAS BEEN PERMITED
+ was permited
+
+_ HAS BEEN COUGHED
+ was coughed
+
+_ HAS BEEN REPEATED
+ was repeated
+
+_ HAS BEEN COLOURED
+ was coloured
+
+_ HAS BEEN TRICKED
+ was tricked
+
+_ HAS BEEN JOKED
+ was joked
+
+_ HAS BEEN PRICKED
+ was pricked
+
+_ HAS BEEN CAMPED
+ was camped
+
+_ HAS BEEN STOPED
+ was stoped
+
+_ HAS BEEN ARGUED
+ was argued
+
+_ HAS BEEN CLIPPED
+ was clipped
+
+_ HAS BEEN ARRANGED
+ was arranged
+
+_ HAS BEEN BRUSHED
+ was brushed
+
+_ HAS BEEN CRUSHED
+ was crushed
+
+_ HAS BEEN HOPPED
+ was hopped
+
+_ HAS BEEN LOADED
+ was loaded
+
+_ HAS BEEN POKED
+ was poked
+
+_ HAS BEEN MANED
+ was maned
+
+_ HAS BEEN SPARKED
+ was sparked
+
+_ HAS BEEN FASTENED
+ was fastened
+
+_ HAS BEEN WRITTEN
+ was wrote
+
+_ HAS BEEN WORKED
+ was worked
+
+_ HAS BEEN CONTINUED
+ was continued
+
+_ HAS BEEN MATCHED
+ was matched
+
+_ HAS BEEN WATCHED
+ was watched
+
+_ HAS BEEN SCATTERED
+ was scattered
+
+_ HAS BEEN TICKLED
+ was tickled
+
+_ HAS BEEN BROUGHT
+ was brought
+
+_ HAS BEEN HAMMERED
+ was hammered
+
+_ HAS BEEN RUN
+ was ran
+
+_ HAS BEEN TIMED
+ was timed
+
+_ HAS BEEN BANNED
+ was banned
+
+_ HAS BEEN SETTLED
+ was settled
+
+_ HAS BEEN MIXED
+ was mixed
+
+_ HAS BEEN FIXED
+ was fixed
+
+_ HAS BEEN SQUASHED
+ was squashed
+
+_ HAS BEEN COMBED
+ was combed
+
+_ HAS BEEN BOMBED
+ was bombed
+
+_ HAS BEEN ALLOWED
+ was allowed
+
+_ HAS BEEN BREATHED
+ was breathed
+
+_ HAS BEEN STOLEN
+ was stole
+
+_ HAS BEEN IMPROVED
+ was improved
+
+_ HAS BEEN LENT
+ was lent
+
+_ HAS BEEN MILKED
+ was milked
+
+_ HAS BEEN SMILED
+ was smiled
+
+_ HAS BEEN DECEIVED
+ was deceived
+
+_ HAS BEEN ITCHED
+ was itched
+
+_ HAS BEEN SNOWED
+ was snowed
+
+_ HAS BEEN SHARED
+ was shared
+
+_ HAS BEEN SENT
+ was sent
+
+_ HAS BEEN SEARCHED
+ was searched
+
+_ HAS BEEN SUSPECTED
+ was suspected
+
+_ HAS BEEN RECEIVED
+ was received
+
+_ HAS BEEN JUDGED
+ was judged
+
+_ HAS BEEN BLOTTED
+ was blotted
+
+_ HAS BEEN SCORCHED
+ was scorched
+
+_ HAS BEEN MULTIPLIED
+ was multiplied
+
+_ HAS BEEN PLEASED
+ was pleased
+
+_ HAS BEEN TROUBLED
+ was troubled
+
+_ HAS BEEN EXPANDED
+ was expanded
+
+_ HAS BEEN CHOKED
+ was choked
+
+_ HAS BEEN BOUNCED
+ was bounced
+
+_ HAS BEEN HEALED
+ was healed
+
+_ HAS BEEN STITCHED
+ was stitched
+
+_ HAS BEEN RAINED
+ was rained
+
+_ HAS BEEN PRESSED
+ was pressed
+
+_ HAS BEEN PUT
+ was put
+
+_ HAS BEEN DECAIED
+ was decaied
+
+_ HAS BEEN GREASED
+ was greased
+
+_ HAS BEEN SPARED
+ was spared
+
+_ HAS BEEN SEALED
+ was sealed
+
+_ HAS BEEN AMUSED
+ was amused
+
+_ HAS BEEN BEATEN
+ was beat
+
+_ HAS BEEN DECIDED
+ was decided
+
+_ HAS BEEN STUCK
+ was stuck
+
+_ HAS BEEN OCCURED
+ was occured
+
+_ HAS BEEN COMMANDED
+ was commanded
+
+_ HAS BEEN LOST
+ was lost
+
+_ HAS BEEN CONFUSED
+ was confused
+
+_ HAS BEEN SWORN
+ was swore
+
+_ HAS BEEN KNEELED
+ was kneeled
+
+_ HAS BEEN GREETED
+ was greeted
+
+_ HAS BEEN REPAIRED
+ was repaired
+
+_ HAS BEEN BURIED
+ was buried
+
+_ HAS BEEN CONCERNED
+ was concerned
+
+_ HAS BEEN FORGIVEN
+ was forgave
+
+_ HAS BEEN BROADCAST
+ was broadcast
+
+_ HAS BEEN DRESSED
+ was dressed
+
+_ HAS BEEN TIED
+ was tied
+
+_ HAS BEEN PLACED
+ was placed
+
+_ HAS BEEN MATTERED
+ was mattered
+
+_ HAS BEEN OWNED
+ was owned
+
+_ HAS BEEN SIGNED
+ was signed
+
+_ HAS BEEN INTENDED
+ was intended
+
+_ HAS BEEN DEALT
+ was dealt
+
+_ HAS BEEN NOTICED
+ was noticed
+
+_ HAS BEEN TRAVELED
+ was traveled
+
+_ HAS BEEN HANDED
+ was handed
+
+_ HAS BEEN BLESSED
+ was blessed
+
+_ HAS BEEN LIT
+ was lit
+
+_ HAS BEEN KNOWN
+ was knew
+
+_ HAS BEEN MUGED
+ was muged
+
+_ HAS BEEN LANDED
+ was landed
+
+_ HAS BEEN HUGED
+ was huged
+
+_ HAS BEEN BARED
+ was bared
+
+_ HAS BEEN CARED
+ was cared
+
+_ HAS BEEN DARED
+ was dared
+
+_ HAS BEEN TUGED
+ was tuged
+
+_ HAS BEEN LAIN
+ was lay
+
+_ HAS BEEN SPOTED
+ was spoted
+
+_ HAS BEEN FOUND
+ was found
+
+_ HAS BEEN SPRUNG
+ was sprang
+
+_ HAS BEEN MARRIED
+ was married
+
+_ HAS BEEN INJURED
+ was injured
+
+_ HAS BEEN STOOD
+ was stood
+
+_ HAS BEEN PASTED
+ was pasted
+
+_ HAS BEEN ALERTED
+ was alerted
+
+_ HAS BEEN LASTED
+ was lasted
+
+_ HAS BEEN LEVELED
+ was leveled
+
+_ HAS BEEN FLOATED
+ was floated
+
+_ HAS BEEN WASTED
+ was wasted
+
+_ HAS BEEN EXCITED
+ was excited
+
+_ HAS BEEN BALANCED
+ was balanced
+
+_ HAS BEEN TASTED
+ was tasted
+
+_ HAS BEEN MUDDLED
+ was muddled
+
+_ HAS BEEN STRUCK
+ was struck
+
+_ HAS BEEN CHECKED
+ was checked
+
+_ HAS BEEN CHOPPED
+ was chopped
+
+_ HAS BEEN RISEN
+ was rose
+
+_ HAS BEEN DESERTED
+ was deserted
+
+_ HAS BEEN READ
+ was read
+
+_ HAS BEEN GONE
+ was went
+
+_ HAS BEEN QUEUED
+ was queued
+
+_ HAS BEEN EARNED
+ was earned
+
+_ HAS BEEN BACKED
+ was backed
+
+_ HAS BEEN PREPARED
+ was prepared
+
+_ HAS BEEN REJOICED
+ was rejoiced
+
+_ HAS BEEN TWISTED
+ was twisted
+
+_ HAS BEEN WONDERED
+ was wondered
+
+_ HAS BEEN CARRIED
+ was carried
+
+_ HAS BEEN WHINED
+ was whined
+
+_ HAS BEEN WARNED
+ was warned
+
+_ HAS BEEN INSTRUCTED
+ was instructed
+
+_ HAS BEEN PACKED
+ was packed
+
+_ HAS BEEN PLUGED
+ was pluged
+
+_ HAS BEEN SACKED
+ was sacked
+
+_ HAS BEEN CHARGED
+ was charged
+
+_ HAS BEEN OBEIED
+ was obeied
+
+_ HAS BEEN FORGOTTEN
+ was forgot
+
+_ HAS BEEN FOLDED
+ was folded
+
+_ HAS BEEN SHAKEN
+ was shook
+
+_ HAS BEEN HELD
+ was held
+
+_ HAS BEEN PINCHED
+ was pinched
+
+_ HAS BEEN APPLAUDED
+ was applauded
+
+_ HAS BEEN BITTEN
+ was bit
+
+_ HAS BEEN BLINDED
+ was blinded
+
+_ HAS BEEN STIRED
+ was stired
+
+_ HAS BEEN FLOWED
+ was flowed
+
+_ HAS BEEN GLOWED
+ was glowed
+
+_ HAS BEEN KNOCKED
+ was knocked
+
+_ HAS BEEN SCRAPED
+ was scraped
+
+_ HAS BEEN CRAWLED
+ was crawled
+
+_ HAS BEEN SLOWED
+ was slowed
+
+_ HAS BEEN BEGUN
+ was began
+
+_ HAS BEEN PULLED
+ was pulled
+
+_ HAS BEEN HEATED
+ was heated
+
+_ HAS BEEN SUGGESTED
+ was suggested
+
+_ HAS BEEN FILED
+ was filed
+
+_ HAS BEEN LAUGHED
+ was laughed
+
+_ HAS BEEN HURRIED
+ was hurried
+
+_ HAS BEEN SMELLED
+ was smelled
+
+_ HAS BEEN BORED
+ was bored
+
+_ HAS BEEN FLOWERED
+ was flowered
+
+_ HAS BEEN BEGGED
+ was begged
+
+_ HAS BEEN OBSERVED
+ was observed
+
+_ HAS BEEN PUNCHED
+ was punched
+
+_ HAS BEEN PADDLED
+ was paddled
+
+_ HAS BEEN INJECTED
+ was injected
+
+_ HAS BEEN CLEARED
+ was cleared
+
+_ HAS BEEN ATTEMPTED
+ was attempted
+
+_ HAS BEEN ENJOYED
+ was enjoyed
+
+_ HAS BEEN WEPT
+ was wept
+
+_ HAS BEEN PEELED
+ was peeled
+
+_ HAS BEEN ATTACHED
+ was attached
+
+_ HAS BEEN INVITED
+ was invited
+
+_ HAS BEEN TRANSPORTED
+ was transported
+
+_ HAS BEEN PREACHED
+ was preached
+
+_ HAS BEEN DESERVED
+ was deserved
+
+_ HAS BEEN SOAKED
+ was soaked
+
+_ HAS BEEN FETCHED
+ was fetched
+
+_ HAS BEEN MATED
+ was mated
+
+_ HAS BEEN FACED
+ was faced
+
+_ HAS BEEN HATED
+ was hated
+
+_ HAS BEEN DANCED
+ was danced
+
+_ HAS BEEN RACED
+ was raced
+
+_ HAS BEEN CONSIDERED
+ was considered
+
+_ HAS BEEN LIED
+ was lied
+
+_ HAS BEEN RHYMED
+ was rhymed
+
+_ HAS BEEN FORBIDDEN
+ was forbade
+
+_ HAS BEEN PATED
+ was pated
+
+_ HAS BEEN CRIED
+ was cried
+
+_ HAS BEEN DRIED
+ was dried
+
+_ HAS BEEN ATTACKED
+ was attacked
+
+_ HAS BEEN CROSSED
+ was crossed
+
+_ HAS BEEN PERFORMED
+ was performed
+
+_ HAS BEEN FRIED
+ was fried
+
+_ HAS BEEN INCREASED
+ was increased
+
+_ HAS BEEN RADIATED
+ was radiated
+
+_ HAS BEEN TRIED
+ was tried
+
+_ HAS BEEN EXERCISED
+ was exercised
+
+_ HAS BEEN REGRETED
+ was regreted
+
+_ HAS BEEN PASSED
+ was passed
+
+_ HAS BEEN ROBED
+ was robed
+
+_ HAS BEEN SHOCKED
+ was shocked
+
+_ HAS BEEN BEHAVED
+ was behaved
+
+_ HAS BEEN REJECTED
+ was rejected
+
+_ HAS BEEN RISKED
+ was risked
+
+_ HAS BEEN ENTERED
+ was entered
+
+_ HAS BEEN ENDED
+ was ended
+
+_ HAS BEEN YELLED
+ was yelled
+
+_ HAS BEEN REFUSED
+ was refused
+
+_ HAS BEEN HARMED
+ was harmed
+
+_ HAS BEEN BELONGED
+ was belonged
+
+_ HAS BEEN GIVEN
+ was gave
+
+_ HAS BEEN SNEEZED
+ was sneezed
+
+_ HAS BEEN CHALLENGED
+ was challenged
+
+_ HAS BEEN DELIGHTED
+ was delighted
+
+_ HAS BEEN DRIVEN
+ was drove
+
+_ HAS BEEN LISTED
+ was listed
+
+_ HAS BEEN FLAPPED
+ was flapped
+
+_ HAS BEEN WARMED
+ was warmed
+
+_ HAS BEEN CARVED
+ was carved
+
+_ HAS BEEN ZOOMED
+ was zoomed
+
+_ HAS BEEN SQUEAKED
+ was squeaked
+
+_ HAS BEEN TRADED
+ was traded
+
+_ HAS BEEN FOUNDED
+ was founded
+
+_ HAS BEEN MEASURED
+ was measured
+
+_ HAS BEEN EXISTED
+ was existed
+
+_ HAS BEEN APPRECIATED
+ was appreciated
+
+_ HAS BEEN ANNOIED
+ was annoied
+
+_ HAS BEEN GOT
+ was got
+
+_ HAS BEEN EMPTIED
+ was emptied
+
+_ HAS BEEN TORN
+ was tore
+
+_ HAS BEEN FRAMED
+ was framed
+
+_ HAS BEEN SCREWED
+ was screwed
+
+_ HAS BEEN PRESERVED
+ was preserved
+
+_ HAS BEEN JAILED
+ was jailed
+
+_ HAS BEEN NEDED
+ was neded
+
+_ HAS BEEN FAILED
+ was failed
+
+_ HAS BEEN SHRUNK
+ was shrank
+
+_ HAS BEEN REDUCED
+ was reduced
+
+_ HAS BEEN STARTED
+ was started
+
+_ HAS BEEN WRESTLED
+ was wrestled
+
+_ HAS BEEN SAILED
+ was sailed
+
+_ HAS BEEN SPOILED
+ was spoiled
+
+_ HAS BEEN UNPACKED
+ was unpacked
+
+_ HAS BEEN NAILED
+ was nailed
+
+_ HAS BEEN LONGED
+ was longed
+
+_ HAS BEEN KICKED
+ was kicked
+
+_ HAS BEEN WAILED
+ was wailed
+
+_ HAS BEEN ROLLED
+ was rolled
+
+_ HAS BEEN PICKED
+ was picked
+
+_ HAS BEEN PREVENTED
+ was prevented
+
+_ HAS BEEN LICKED
+ was licked
+
+_ HAS BEEN HAD
+ was had
+
+_ HAS BEEN MURDERED
+ was murdered
+
+_ HAS BEEN POLISHED
+ was polished
+
+_ HAS BEEN ROTED
+ was roted
+
+_ HAS BEEN FLASHED
+ was flashed
+
+_ HAS BEEN TICKED
+ was ticked
+
+_ HAS BEEN NOTED
+ was noted
+
+_ HAS BEEN SQUEEZED
+ was squeezed
+
+_ HAS BEEN ATTRACTED
+ was attracted
+
+_ HAS BEEN DEPENDED
+ was depended
+
+_ HAS BEEN TEASED
+ was teased
+
+_ HAS BEEN LAUNCHED
+ was launched
+
+_ HAS BEEN ARRESTED
+ was arrested
+
+_ HAS BEEN LIVED
+ was lived
+
+_ HAS BEEN DRIPPED
+ was dripped
+
+_ HAS BEEN SOOTHED
+ was soothed
+
+_ HAS BEEN CRACKED
+ was cracked
+
+_ HAS BEEN COVERED
+ was covered
+
+_ HAS BEEN HOVERED
+ was hovered
+
+_ HAS BEEN INTRODUCED
+ was introduced
+
+_ HAS BEEN HANDLED
+ was handled
+
+_ HAS BEEN PUNISHED
+ was punished
+
+_ HAS BEEN CAUSED
+ was caused
+
+_ HAS BEEN TRIPPED
+ was tripped
+
+_ HAS BEEN SIPED
+ was siped
+
+_ HAS BEEN SCRATCHED
+ was scratched
+
+_ HAS BEEN ATTENDED
+ was attended
+
+_ HAS BEEN INCLUDED
+ was included
+
+_ HAS BEEN LAID
+ was laid
+
+_ HAS BEEN SPLIT
+ was split
+
+_ HAS BEEN PAUSED
+ was paused
+
+_ HAS BEEN WIPED
+ was wiped
+
+_ HAS BEEN DROWNED
+ was drowned
+
+_ HAS BEEN CLEANED
+ was cleaned
+
+_ HAS BEEN BET
+ was bet
+
+_ HAS BEEN DAMED
+ was damed
+
+_ HAS BEEN ADVISED
+ was advised
+
+_ HAS BEEN JAMED
+ was jamed
+
+_ HAS BEEN DESCRIBED
+ was described
+
+_ HAS BEEN COST
+ was cost
+
+_ HAS BEEN
+ was
+
+_ HAS BEEN SAID
+ was said
+
+_ HAS BEEN TAMED
+ was tamed
+
+_ HAS BEEN UNFASTENED
+ was unfastened
+
+_ HAS BEEN NAMED
+ was named
+
+_ HAS BEEN KNOTED
+ was knoted
+
+_ HAS BEEN DISAGREED
+ was disagreed
+
+_ HAS BEEN FAXED
+ was faxed
+
+_ HAS BEEN DREAMED
+ was dreamed
+
+_ HAS BEEN ENTERTAINED
+ was entertained
+
+_ HAS BEEN REACHED
+ was reached
+
+_ HAS BEEN ADMIRED
+ was admired
+
+_ HAS BEEN DIVIDED
+ was divided
+
+_ HAS BEEN WANTED
+ was wanted
+
+_ HAS BEEN UNDERSTOOD
+ was understood
+
+_ HAS BEEN KISSED
+ was kissed
+
+_ HAS BEEN SURPRISED
+ was surprised
+
+_ HAS BEEN SPILLED
+ was spilled
+
+_ HAS BEEN HUNG
+ was hung
+
+_ HAS BEEN BUMPED
+ was bumped
+
+_ HAS BEEN FOOLED
+ was fooled
+
+_ HAS BEEN BORROWED
+ was borrowed
+
+_ HAS BEEN IGNORED
+ was ignored
+
+_ HAS BEEN MISSED
+ was missed
+
+_ HAS BEEN JUMPED
+ was jumped
+
+_ HAS BEEN SUFFERED
+ was suffered
+
+_ HAS BEEN STRENGTHENED
+ was strengthened
+
+_ HAS BEEN MELTED
+ was melted
+
+_ HAS BEEN SNATCHED
+ was snatched
+
+_ HAS BEEN PUMPED
+ was pumped
+
+_ HAS BEEN TRACED
+ was traced
+
+_ HAS BEEN DRUNK
+ was drank
+
+_ HAS BEEN SMASHED
+ was smashed
+
+_ HAS BEEN INTERRUPTED
+ was interrupted
+
+_ HAS BEEN OBTAINED
+ was obtained
+
+_ HAS BEEN LABELED
+ was labeled
+
+_ HAS BEEN BOLTED
+ was bolted
+
+_ HAS BEEN SOUNDED
+ was sounded
+
+_ HAS BEEN DRUMMED
+ was drummed
+
+_ HAS BEEN FEARED
+ was feared
+
+_ HAS BEEN GATHERED
+ was gathered
+
+_ HAS BEEN WAITED
+ was waited
+
+_ HAS BEEN IMAGINED
+ was imagined
+
+_ HAS BEEN PROVIDED
+ was provided
+
+_ HAS BEEN TOUCHED
+ was touched
+
+_ HAS BEEN SUPPORTED
+ was supported
+
+_ HAS BEEN BOXED
+ was boxed
+
+_ HAS BEEN TAKEN
+ was took
+
+_ HAS BEEN BENT
+ was bent
+
+_ HAS BEEN MEDDLED
+ was meddled
+
+_ HAS BEEN REIGNED
+ was reigned
+
+_ HAS BEEN WRECKED
+ was wrecked
+
+_ HAS BEEN HAUNTED
+ was haunted
+
+_ HAS BEEN DOUBLED
+ was doubled
+
+_ HAS BEEN PLAIED
+ was plaied
+
+_ HAS BEEN SWITCHED
+ was switched
+
+_ HAS BEEN PLANTED
+ was planted
+
+_ HAS BEEN STEPPED
+ was stepped
+
+_ HAS BEEN CREPT
+ was crept
+
+_ HAS BEEN DISCOVERED
+ was discovered
+
+_ HAS BEEN SOUGHT
+ was sought
+
+_ HAS BEEN WASHED
+ was washed
+
+_ HAS BEEN SPREAD
+ was spread
+
+_ HAS BEEN RECORDED
+ was recorded
+
+_ HAS BEEN DISAPPEARED
+ was disappeared
+
+_ HAS BEEN SHOWN
+ was showed
+
+_ HAS BEEN BROKEN
+ was broke
+
+_ HAS BEEN BOASTED
+ was boasted
+
+_ HAS BEEN RUINED
+ was ruined
+
+_ HAS BEEN SPOKEN
+ was spoke
+
+_ HAS BEEN CURED
+ was cured
+
+_ HAS BEEN SLEPT
+ was slept
+
+_ HAS BEEN RETIRED
+ was retired
+
+_ HAS BEEN ORDERED
+ was ordered
+
+_ HAS BEEN BOOKED
+ was booked
+
+_ HAS BEEN SUCCEDED
+ was succeded
+
+_ HAS BEEN STAIED
+ was staied
+
+_ HAS BEEN HOOKED
+ was hooked
+
+_ HAS BEEN FOUGHT
+ was fought
+
+_ HAS BEEN WINKED
+ was winked
+
+_ HAS BEEN CRASHED
+ was crashed
+
+_ HAS BEEN CORRECTED
+ was corrected
+
+_ HAS BEEN REMEMBERED
+ was remembered
+
+_ HAS BEEN CONFESSED
+ was confessed
+
+_ HAS BEEN BOUGHT
+ was bought
+
+_ HAS BEEN GRABED
+ was grabed
+
+_ HAS BEEN SPAT
+ was spat
+
+_ HAS BEEN PARKED
+ was parked
+
+_ HAS BEEN LOOKED
+ was looked
+
+_ HAS BEEN EXPLODED
+ was exploded
+
+_ HAS BEEN MARKED
+ was marked
+
+_ HAS BEEN BID
+ was bid
+
+_ HAS BEEN BRAKED
+ was braked
+
+_ HAS BEEN WATERED
+ was watered
+
+_ HAS BEEN STARED
+ was stared
+
+_ HAS BEEN THAWED
+ was thawed
+
+_ HAS BEEN TREATED
+ was treated
+
+_ HAS BEEN SQUEALED
+ was squealed
+
+_ HAS BEEN REMOVED
+ was removed
+
+_ HAS BEEN THOUGHT
+ was thought
+
+_ HAS BEEN AWOKEN
+ was awoke
+
+_ HAS BEEN PARTED
+ was parted
+
+_ HAS BEEN ANSWERED
+ was answered
+
+_ HAS BEEN TYPED
+ was typed
+
+_ HAS BEEN SWEPT
+ was swept
+
+_ HAS BEEN FLED
+ was fled
+
+_ HAS BEEN APPEARED
+ was appeared
+
+_ HAS BEEN SHELTERED
+ was sheltered
+
+_ HAS BEEN IMPRESSED
+ was impressed
+
+_ HAS BEEN STROKED
+ was stroked
+
+_ HAS BEEN LEFT
+ was left
+
+_ HAS BEEN QUESTIONED
+ was questioned
+
+_ HAS BEEN GRATED
+ was grated
+
+_ HAS BEEN DELIVERED
+ was delivered
+
+_ HAS BEEN COUNTED
+ was counted
+
+_ HAS BEEN REMAINED
+ was remained
+
+_ HAS BEEN RAISED
+ was raised
+
+_ HAS BEEN VISITED
+ was visited
+
+_ HAS BEEN SWUNG
+ was swung
+
+_ HAS BEEN RUBED
+ was rubed
+
+_ HAS BEEN SHOPED
+ was shoped
+
+_ HAS BEEN HAPPENED
+ was happened
+
+_ HAS BEEN DUSTED
+ was dusted
+
+_ HAS BEEN BRANCHED
+ was branched
+
+_ HAS BEEN HEARD
+ was heard
+
+_ HAS BEEN WHIPPED
+ was whipped
+
+_ HAS BEEN GLUED
+ was glued
+
+_ HAS BEEN REPRODUCED
+ was reproduced
+
+_ HAS BEEN BURNED
+ was burned
+
+_ HAS BEEN PROMISED
+ was promised
+
+_ HAS BEEN FELT
+ was felt
+
+_ HAS BEEN TELEPHONED
+ was telephoned
+
+_ HAS BEEN CHOSEN
+ was chose
+
+_ HAS BEEN LEARNED
+ was learned
+
+_ HAS BEEN LIKED
+ was liked
+
+_ HAS BEEN GUIDED
+ was guided
+
+_ HAS BEEN TURNED
+ was turned
+
+_ HAS BEEN BRUISED
+ was bruised
+
+_ HAS BEEN SUCKED
+ was sucked
+
+_ HAS BEEN PRECEDED
+ was preceded
+
+_ HAS BEEN LICENSED
+ was licensed
+
+_ HAS BEEN SUNK
+ was sank
+
+_ HAS BEEN JOINED
+ was joined
+
+_ HAS BEEN HIDDEN
+ was hid
+
+_ HAS BEEN SPROUTED
+ was sprouted
+
+_ HAS BEEN SHADED
+ was shaded
+
+_ HAS BEEN RIDDEN
+ was rode
+
+_ HAS BEEN DONE
+ was did
+
+_ HAS BEEN INVENTED
+ was invented
+
+_ HAS BEEN SWUM
+ was swam
+
+_ HAS BEEN SNORED
+ was snored
+
+_ HAS BEEN SPRAIED
+ was spraied
+
+_ HAS BEEN MENDED
+ was mended
+
+_ HAS BEEN RELIED
+ was relied
+
+_ HAS BEEN BATTED
+ was batted
+
+_ HAS BEEN WISHED
+ was wished
+
+_ HAS BEEN CHEERED
+ was cheered
+
+_ HAS BEEN ASKED
+ was asked
+
+_ HAS BEEN REPLACED
+ was replaced
+
+_ HAS BEEN SEPARATED
+ was separated
+
+_ HAS BEEN USED
+ was used
+
+_ HAS BEEN SUBTRACTED
+ was subtracted
+
+_ HAS YELLED
+ yelled
+
+_ HAS YELLED *
+ yelled
+
+_ HAS WARMED
+ warmed
+
+_ HAS WARMED *
+ warmed
+
+_ HAS ZOOMED
+ zoomed
+
+_ HAS ZOOMED *
+ zoomed
+
+_ HAS TRADED
+ traded
+
+_ HAS TRADED *
+ traded
+
+_ HAS SQUEAKED
+ squeaked
+
+_ HAS SQUEAKED *
+ squeaked
+
+_ HAS TORN
+ tore
+
+_ HAS TORN *
+ tore
+
+_ HAS STARTED
+ started
+
+_ HAS STARTED *
+ started
+
+_ HAS WRESTLED
+ wrestled
+
+_ HAS WRESTLED *
+ wrestled
+
+_ HAS SPOILED
+ spoiled
+
+_ HAS SPOILED *
+ spoiled
+
+_ HAS UNPACKED
+ unpacked
+
+_ HAS UNPACKED *
+ unpacked
+
+_ HAS WAILED
+ wailed
+
+_ HAS WAILED *
+ wailed
+
+_ HAS TICKED
+ ticked
+
+_ HAS TICKED *
+ ticked
+
+_ HAS SQUEEZED
+ squeezed
+
+_ HAS SQUEEZED *
+ squeezed
+
+_ HAS TEASED
+ teased
+
+_ HAS TEASED *
+ teased
+
+_ HAS TRIPPED
+ tripped
+
+_ HAS TRIPPED *
+ tripped
+
+_ HAS SPLIT
+ split
+
+_ HAS SPLIT *
+ split
+
+_ HAS WIPED
+ wiped
+
+_ HAS WIPED *
+ wiped
+
+_ HAS TAMED
+ tamed
+
+_ HAS TAMED *
+ tamed
+
+_ HAS UNFASTENED
+ unfastened
+
+_ HAS UNFASTENED *
+ unfastened
+
+_ HAS WANTED
+ wanted
+
+_ HAS WANTED *
+ wanted
+
+_ HAS UNDERSTOOD
+ understood
+
+_ HAS UNDERSTOOD *
+ understood
+
+_ HAS SURPRISED
+ surprised
+
+_ HAS SURPRISED *
+ surprised
+
+_ HAS SPILLED
+ spilled
+
+_ HAS SPILLED *
+ spilled
+
+_ HAS SUFFERED
+ suffered
+
+_ HAS SUFFERED *
+ suffered
+
+_ HAS STRENGTHENED
+ strengthened
+
+_ HAS STRENGTHENED *
+ strengthened
+
+_ HAS TRACED
+ traced
+
+_ HAS TRACED *
+ traced
+
+_ HAS WAITED
+ waited
+
+_ HAS WAITED *
+ waited
+
+_ HAS TOUCHED
+ touched
+
+_ HAS TOUCHED *
+ touched
+
+_ HAS SUPPORTED
+ supported
+
+_ HAS SUPPORTED *
+ supported
+
+_ HAS TAKEN
+ took
+
+_ HAS TAKEN *
+ took
+
+_ HAS WRECKED
+ wrecked
+
+_ HAS WRECKED *
+ wrecked
+
+_ HAS SWITCHED
+ switched
+
+_ HAS SWITCHED *
+ switched
+
+_ HAS STEPPED
+ stepped
+
+_ HAS STEPPED *
+ stepped
+
+_ HAS WASHED
+ washed
+
+_ HAS WASHED *
+ washed
+
+_ HAS SPREAD
+ spread
+
+_ HAS SPREAD *
+ spread
+
+_ HAS SPOKEN
+ spoke
+
+_ HAS SPOKEN *
+ spoke
+
+_ HAS SUCCEDED
+ succeded
+
+_ HAS SUCCEDED *
+ succeded
+
+_ HAS STAIED
+ staied
+
+_ HAS STAIED *
+ staied
+
+_ HAS WINKED
+ winked
+
+_ HAS WINKED *
+ winked
+
+_ HAS SPAT
+ spat
+
+_ HAS SPAT *
+ spat
+
+_ HAS WATERED
+ watered
+
+_ HAS WATERED *
+ watered
+
+_ HAS STARED
+ stared
+
+_ HAS STARED *
+ stared
+
+_ HAS THAWED
+ thawed
+
+_ HAS THAWED *
+ thawed
+
+_ HAS TREATED
+ treated
+
+_ HAS TREATED *
+ treated
+
+_ HAS SQUEALED
+ squealed
+
+_ HAS SQUEALED *
+ squealed
+
+_ HAS TYPED
+ typed
+
+_ HAS TYPED *
+ typed
+
+_ HAS THOUGHT
+ thought
+
+_ HAS THOUGHT *
+ thought
+
+_ HAS SWEPT
+ swept
+
+_ HAS SWEPT *
+ swept
+
+_ HAS STROKED
+ stroked
+
+_ HAS STROKED *
+ stroked
+
+_ HAS VISITED
+ visited
+
+_ HAS VISITED *
+ visited
+
+_ HAS SWUNG
+ swung
+
+_ HAS SWUNG *
+ swung
+
+_ HAS WHIPPED
+ whipped
+
+_ HAS WHIPPED *
+ whipped
+
+_ HAS TELEPHONED
+ telephoned
+
+_ HAS TELEPHONED *
+ telephoned
+
+_ HAS TURNED
+ turned
+
+_ HAS TURNED *
+ turned
+
+_ HAS SUCKED
+ sucked
+
+_ HAS SUCKED *
+ sucked
+
+_ HAS SPROUTED
+ sprouted
+
+_ HAS SPROUTED *
+ sprouted
+
+_ HAS SWUM
+ swam
+
+_ HAS SWUM *
+ swam
+
+_ HAS SPRAIED
+ spraied
+
+_ HAS SPRAIED *
+ spraied
+
+_ HAS WISHED
+ wished
+
+_ HAS WISHED *
+ wished
+
+_ HAS USED
+ used
+
+_ HAS USED *
+ used
+
+_ HAS SUBTRACTED
+ subtracted
+
+_ HAS SUBTRACTED *
+ subtracted
+
+_ GT
+
+
+_ OOPS
+
+
+_ WHICH WAS A GOOD THING
+
+
+_ WHICH IS A GOOD THING
+
+
+_ THEY SAID
+
+
+_ ONCE
+
+
+_ TODAY
+
+
+_ FOR NOW
+
+
+_ FOR A WHILE
+
+
+_ FOR EVERY PERSON
+
+
+_ FOR ANY REASON
+
+
+_ WHEN I GET HOME
+
+
+_ QUOT
+
+
+_ SPECIFICALLY
+
+
+_ EVER
+
+
+_ ALSO
+
+
+_ SO MUCH
+
+
+_ BYE
+. BYE
+
+_ EH
+
+
+_ THEN
+
+
+_ AT THE MOMENT
+
+
+_ AT ALL
+
+
+_ SHE SAID
+
+
+_ LAST SUMMER
+
+
+_ LOL
+. LOL
+
+_ OF COURSE
+
+
+_ AH
+
+
+_ THANKS
+. THANK YOU
+
+_ OK
+
+
+_ AGAIN
+
+
+_ PROBABLY
+
+
+_ BUT WHO KNOWS
+
+
+_ ACTUALLY
+
+
+_ DEAR
+
+
+_ LATELY
+
+
+_ IS THIS TRUE
+
+
+_ IF YOU DO NOT MIND
+
+
+_ IF YOU WANT TO
+
+
+_ IF YOU WANTED TO KNOW
+
+
+_ ANSWER YES OR NO
+
+
+_ WILL BE OF INTEREST
+
+
+_ WILL YOU TELL ME
+
+
+_ WE SAID
+
+
+_ NOW
+
+
+_ I MEAN
+
+
+_ I GUESS
+
+
+_ I THOUGHT ABOUT *
+.
+
+_ I THOUGHT *
+.
+
+_ I ALREADY TOLD YOU
+. I already told you
+
+_ I TOLD YOU
+
+
+_ I SAID
+
+
+_ SMILE
+. SMILE
+
+_ SERIOUSLY
+
+
+_ THOUGH
+
+
+_ EITHER
+
+
+_ DOES THAT MAKE YOU A GIRL
+are you a girl
+
+_ WHAT SHOULD I DO
+
+
+_ WHAT SO EVER
+
+
+_ WHAT TIME IS IT
+. what time is it
+
+_ WHAT MAKES YOU THINK THAT *
+ why would
+
+_ WHAT MAKES YOU THINK *
+ why would
+
+_ DO YOU UNDERSTAND
+. DO YOU UNDERSTAND
+
+_ DO YOU REMEMBER
+
+
+_ DO NOT WORRY
+ DO NOT WORRY.
+
+_ TOMORROW
+
+
+_ BABY
+
+
+_ SOON
+
+
+_ COMES TO MIND
+
+
+_ MY DARLING
+
+
+_ D
+
+
+_ ALL THE TIME
+
+
+_ AS I WAS *
+. I was
+
+_ AS WELL
+
+
+_ HOW OLD ARE YOU
+. how old are you
+
+_ HOW ARE YOU DOING
+. how are you
+
+_ HOW ARE YOU
+. HOW ARE YOU
+
+_ ONE DAY
+
+
+_ QUITE *
+
+
+_ OR WHAT
+
+
+_ OR SOMETHING
+
+
+_ OR NOT
+
+
+_ A LOT
+
+
+_ TONIGHT
+
+
+_ YES
+
+
+_ CAN YOU BELIEVE THAT
+. CAN YOU BELIEVE THAT
+
+_ WANTING * OR WANTING *
+ wanting or
+
+_ RIGHT NOW
+
+
+_ HOWEVER *
+.
+
+_ AND YOU
+
+
+_ AND WHY
+
+
+_ HAVE WEIGHED
+ weighed
+
+_ HAVE WEIGHED *
+ weighed
+
+_ HAVE TESTED
+ tested
+
+_ HAVE TESTED *
+ tested
+
+_ HAVE TRAINED
+ trained
+
+_ HAVE TRAINED *
+ trained
+
+_ HAVE UNLOCKED
+ unlocked
+
+_ HAVE UNLOCKED *
+ unlocked
+
+_ HAVE STAINED
+ stained
+
+_ HAVE STAINED *
+ stained
+
+_ HAVE ZIPPED
+ zipped
+
+_ HAVE ZIPPED *
+ zipped
+
+_ HAVE TIPPED
+ tipped
+
+_ HAVE TIPPED *
+ tipped
+
+_ HAVE STUFFED
+ stuffed
+
+_ HAVE STUFFED *
+ stuffed
+
+_ HAVE STAMPED
+ stamped
+
+_ HAVE STAMPED *
+ stamped
+
+_ HAVE TUMBLED
+ tumbled
+
+_ HAVE TUMBLED *
+ tumbled
+
+_ HAVE WRAPPED
+ wrapped
+
+_ HAVE WRAPPED *
+ wrapped
+
+_ HAVE TRAPPED
+ trapped
+
+_ HAVE TRAPPED *
+ trapped
+
+_ HAVE STRETCHED
+ stretched
+
+_ HAVE STRETCHED *
+ stretched
+
+_ HAVE TERRIFIED
+ terrified
+
+_ HAVE TERRIFIED *
+ terrified
+
+_ HAVE WRIGGLED
+ wriggled
+
+_ HAVE WRIGGLED *
+ wriggled
+
+_ HAVE TAPED
+ taped
+
+_ HAVE TAPED *
+ taped
+
+_ HAVE WAVED
+ waved
+
+_ HAVE WAVED *
+ waved
+
+_ HAVE WORRIED
+ worried
+
+_ HAVE WORRIED *
+ worried
+
+_ HAVE VANISHED
+ vanished
+
+_ HAVE VANISHED *
+ vanished
+
+_ HAVE YOU HEARD OF IT
+
+
+_ HAVE TOLD
+ told
+
+_ HAVE TOLD *
+ told
+
+_ HAVE WOBBLED
+ wobbled
+
+_ HAVE WOBBLED *
+ wobbled
+
+_ HAVE WANDERED
+ wandered
+
+_ HAVE WANDERED *
+ wandered
+
+_ HAVE SUPPLIED
+ supplied
+
+_ HAVE SUPPLIED *
+ supplied
+
+_ HAVE STORED
+ stored
+
+_ HAVE STORED *
+ stored
+
+_ HAVE TAUGHT
+ taught
+
+_ HAVE TAUGHT *
+ taught
+
+_ HAVE STUNG
+ stung
+
+_ HAVE STUNG *
+ stung
+
+_ HAVE WHISTLED
+ whistled
+
+_ HAVE WHISTLED *
+ whistled
+
+_ HAVE SURROUNDED
+ surrounded
+
+_ HAVE SURROUNDED *
+ surrounded
+
+_ HAVE THANKED
+ thanked
+
+_ HAVE THANKED *
+ thanked
+
+_ HAVE STEERED
+ steered
+
+_ HAVE STEERED *
+ steered
+
+_ HAVE UNITED
+ united
+
+_ HAVE UNITED *
+ united
+
+_ HAVE TIRED
+ tired
+
+_ HAVE TIRED *
+ tired
+
+_ HAVE THROWN
+ threw
+
+_ HAVE THROWN *
+ threw
+
+_ HAVE TROTED
+ troted
+
+_ HAVE TROTED *
+ troted
+
+_ HAVE TOWED
+ towed
+
+_ HAVE TOWED *
+ towed
+
+_ HAVE TREMBLED
+ trembled
+
+_ HAVE TREMBLED *
+ trembled
+
+_ HAVE SUITED
+ suited
+
+_ HAVE SUITED *
+ suited
+
+_ HAVE WELCOMED
+ welcomed
+
+_ HAVE WELCOMED *
+ welcomed
+
+_ HAVE SUPPOSED
+ supposed
+
+_ HAVE SUPPOSED *
+ supposed
+
+_ HAVE STRAPPED
+ strapped
+
+_ HAVE STRAPPED *
+ strapped
+
+_ HAVE SPELLED
+ spelled
+
+_ HAVE SPELLED *
+ spelled
+
+_ HAVE UNDRESSED
+ undressed
+
+_ HAVE UNDRESSED *
+ undressed
+
+_ HAVE WON
+ won
+
+_ HAVE WON *
+ won
+
+_ HAVE SPARKLED
+ sparkled
+
+_ HAVE SPARKLED *
+ sparkled
+
+_ HAVE STRIPED
+ striped
+
+_ HAVE STRIPED *
+ striped
+
+_ HAVE WORN
+ wore
+
+_ HAVE WORN *
+ wore
+
+_ HAVE STUNK
+ stank
+
+_ HAVE STUNK *
+ stank
+
+_ HAVE WHISPERED
+ whispered
+
+_ HAVE WHISPERED *
+ whispered
+
+_ HAVE TRUSTED
+ trusted
+
+_ HAVE TRUSTED *
+ trusted
+
+_ HAVE WHIRLED
+ whirled
+
+_ HAVE WHIRLED *
+ whirled
+
+_ HAVE WALKED
+ walked
+
+_ HAVE WALKED *
+ walked
+
+_ HAVE TALKED
+ talked
+
+_ HAVE TALKED *
+ talked
+
+_ HAVE SPENT
+ spent
+
+_ HAVE SPENT *
+ spent
+
+_ HAVE TEMPTED
+ tempted
+
+_ HAVE TEMPTED *
+ tempted
+
+_ HAVE YAWNED
+ yawned
+
+_ HAVE YAWNED *
+ yawned
+
+_ HAVE WOKEN
+ woke
+
+_ HAVE WOKEN *
+ woke
+
+_ HAVE SUSPENDED
+ suspended
+
+_ HAVE SUSPENDED *
+ suspended
+
+_ HAVE UNTIDIED
+ untidied
+
+_ HAVE UNTIDIED *
+ untidied
+
+_ HAVE TOURED
+ toured
+
+_ HAVE TOURED *
+ toured
+
+_ HAVE TRICKED
+ tricked
+
+_ HAVE TRICKED *
+ tricked
+
+_ HAVE STOPED
+ stoped
+
+_ HAVE STOPED *
+ stoped
+
+_ HAVE SPARKED
+ sparked
+
+_ HAVE SPARKED *
+ sparked
+
+_ HAVE WRITTEN
+ wrote
+
+_ HAVE WRITTEN *
+ wrote
+
+_ HAVE WORKED
+ worked
+
+_ HAVE WORKED *
+ worked
+
+_ HAVE WATCHED
+ watched
+
+_ HAVE WATCHED *
+ watched
+
+_ HAVE TICKLED
+ tickled
+
+_ HAVE TICKLED *
+ tickled
+
+_ HAVE TIMED
+ timed
+
+_ HAVE TIMED *
+ timed
+
+_ HAVE SQUASHED
+ squashed
+
+_ HAVE SQUASHED *
+ squashed
+
+_ HAVE STOLEN
+ stole
+
+_ HAVE STOLEN *
+ stole
+
+_ HAVE SUSPECTED
+ suspected
+
+_ HAVE SUSPECTED *
+ suspected
+
+_ HAVE TROUBLED
+ troubled
+
+_ HAVE TROUBLED *
+ troubled
+
+_ HAVE STITCHED
+ stitched
+
+_ HAVE STITCHED *
+ stitched
+
+_ HAVE SPARED
+ spared
+
+_ HAVE STUCK
+ stuck
+
+_ HAVE STUCK *
+ stuck
+
+_ HAVE SWORN
+ swore
+
+_ HAVE SWORN *
+ swore
+
+_ HAVE TIED
+ tied
+
+_ HAVE TIED *
+ tied
+
+_ HAVE TRAVELED
+ traveled
+
+_ HAVE TRAVELED *
+ traveled
+
+_ HAVE TUGED
+ tuged
+
+_ HAVE TUGED *
+ tuged
+
+_ HAVE SPOTED
+ spoted
+
+_ HAVE SPOTED *
+ spoted
+
+_ HAVE SPRUNG
+ sprang
+
+_ HAVE SPRUNG *
+ sprang
+
+_ HAVE STOOD
+ stood
+
+_ HAVE STOOD *
+ stood
+
+_ HAVE WASTED
+ wasted
+
+_ HAVE WASTED *
+ wasted
+
+_ HAVE TASTED
+ tasted
+
+_ HAVE TASTED *
+ tasted
+
+_ HAVE STRUCK
+ struck
+
+_ HAVE STRUCK *
+ struck
+
+_ HAVE GONE
+ went
+
+_ HAVE GONE *
+ went
+
+_ HAVE WONDERED
+ wondered
+
+_ HAVE WONDERED *
+ wondered
+
+_ HAVE TWISTED
+ twisted
+
+_ HAVE TWISTED *
+ twisted
+
+_ HAVE WHINED
+ whined
+
+_ HAVE WHINED *
+ whined
+
+_ HAVE WARNED
+ warned
+
+_ HAVE WARNED *
+ warned
+
+_ HAVE STIRED
+ stired
+
+_ HAVE STIRED *
+ stired
+
+_ HAVE SUGGESTED
+ suggested
+
+_ HAVE SUGGESTED *
+ suggested
+
+_ HAVE WEPT
+ wept
+
+_ HAVE WEPT *
+ wept
+
+_ HAVE TRANSPORTED
+ transported
+
+_ HAVE TRANSPORTED *
+ transported
+
+_ HAVE TRIED
+ tried
+
+_ HAVE TRIED *
+ tried
+
+_ HAVE BEEN SHAVED
+ were shaved
+
+_ HAVE BEEN EMBARRASSED
+ were embarrassed
+
+_ HAVE BEEN COMPETED
+ were competed
+
+_ HAVE BEEN RINSED
+ were rinsed
+
+_ HAVE BEEN CHANGED
+ were changed
+
+_ HAVE BEEN AGREED
+ were agreed
+
+_ HAVE BEEN NESTED
+ were nested
+
+_ HAVE BEEN WEIGHED
+ were weighed
+
+_ HAVE BEEN SHIVERED
+ were shivered
+
+_ HAVE BEEN DRAINED
+ were drained
+
+_ HAVE BEEN TESTED
+ were tested
+
+_ HAVE BEEN SEWN
+ were sewed
+
+_ HAVE BEEN CLOSED
+ were closed
+
+_ HAVE BEEN REQUESTED
+ were requested
+
+_ HAVE BEEN EMPLOYED
+ were employed
+
+_ HAVE BEEN OWED
+ were owed
+
+_ HAVE BEEN TRAINED
+ were trained
+
+_ HAVE BEEN SHRUGED
+ were shruged
+
+_ HAVE BEEN UNLOCKED
+ were unlocked
+
+_ HAVE BEEN STAINED
+ were stained
+
+_ HAVE BEEN LIGHTENED
+ were lightened
+
+_ HAVE BEEN CHEWED
+ were chewed
+
+_ HAVE BEEN CYCLED
+ were cycled
+
+_ HAVE BEEN STUFFED
+ were stuffed
+
+_ HAVE BEEN ANALYSED
+ were analysed
+
+_ HAVE BEEN ZIPPED
+ were zipped
+
+_ HAVE BEEN TIPPED
+ were tipped
+
+_ HAVE BEEN SHUT
+ were shut
+
+_ HAVE BEEN PAINTED
+ were painted
+
+_ HAVE BEEN HEAPED
+ were heaped
+
+_ HAVE BEEN GUESSED
+ were guessed
+
+_ HAVE BEEN SKIED
+ were skied
+
+_ HAVE BEEN PECKED
+ were pecked
+
+_ HAVE BEEN AVOIDED
+ were avoided
+
+_ HAVE BEEN PRESENTED
+ were presented
+
+_ HAVE BEEN DECORATED
+ were decorated
+
+_ HAVE BEEN FANCIED
+ were fancied
+
+_ HAVE BEEN GRIPED
+ were griped
+
+_ HAVE BEEN POSTED
+ were posted
+
+_ HAVE BEEN MINED
+ were mined
+
+_ HAVE BEEN SCRUBED
+ were scrubed
+
+_ HAVE BEEN STAMPED
+ were stamped
+
+_ HAVE BEEN SINED
+ were sined
+
+_ HAVE BEEN RELEASED
+ were released
+
+_ HAVE BEEN TUMBLED
+ were tumbled
+
+_ HAVE BEEN PINED
+ were pined
+
+_ HAVE BEEN LISTENED
+ were listened
+
+_ HAVE BEEN WRAPPED
+ were wrapped
+
+_ HAVE BEEN PRINTED
+ were printed
+
+_ HAVE BEEN TRAPPED
+ were trapped
+
+_ HAVE BEEN OPENED
+ were opened
+
+_ HAVE BEEN FLOODED
+ were flooded
+
+_ HAVE BEEN MADE
+ were made
+
+_ HAVE BEEN SATISFIED
+ were satisfied
+
+_ HAVE BEEN PRETENDED
+ were pretended
+
+_ HAVE BEEN BUBBLED
+ were bubbled
+
+_ HAVE BEEN KNELT
+ were knelt
+
+_ HAVE BEEN POSSESSED
+ were possessed
+
+_ HAVE BEEN AFFORDED
+ were afforded
+
+_ HAVE BEEN ROCKED
+ were rocked
+
+_ HAVE BEEN OFFERED
+ were offered
+
+_ HAVE BEEN CURVED
+ were curved
+
+_ HAVE BEEN CLAPED
+ were claped
+
+_ HAVE BEEN LOCKED
+ were locked
+
+_ HAVE BEEN STRETCHED
+ were stretched
+
+_ HAVE BEEN SAVED
+ were saved
+
+_ HAVE BEEN TERRIFIED
+ were terrified
+
+_ HAVE BEEN HIT
+ were hit
+
+_ HAVE BEEN SLAPED
+ were slaped
+
+_ HAVE BEEN WRIGGLED
+ were wriggled
+
+_ HAVE BEEN TAPED
+ were taped
+
+_ HAVE BEEN WAVED
+ were waved
+
+_ HAVE BEEN DISARMED
+ were disarmed
+
+_ HAVE BEEN WORRIED
+ were worried
+
+_ HAVE BEEN CLAIMED
+ were claimed
+
+_ HAVE BEEN FENCED
+ were fenced
+
+_ HAVE BEEN DISLIKED
+ were disliked
+
+_ HAVE BEEN PROTECTED
+ were protected
+
+_ HAVE BEEN APOLOGISED
+ were apologised
+
+_ HAVE BEEN VANISHED
+ were vanished
+
+_ HAVE BEEN POINTED
+ were pointed
+
+_ HAVE BEEN ADDED
+ were added
+
+_ HAVE BEEN HARASSED
+ were harassed
+
+_ HAVE BEEN HUMMED
+ were hummed
+
+_ HAVE BEEN SCARED
+ were scared
+
+_ HAVE BEEN REPLIED
+ were replied
+
+_ HAVE BEEN ENCOURAGED
+ were esncouraged
+
+_ HAVE BEEN EXCUSED
+ were excused
+
+_ HAVE BEEN COMPLETED
+ were completed
+
+_ HAVE BEEN TOLD
+ were told
+
+_ HAVE BEEN MESSED
+ were messed
+
+_ HAVE BEEN BUILT
+ were built
+
+_ HAVE BEEN BLEACHED
+ were bleached
+
+_ HAVE BEEN COMMUNICATED
+ were communicated
+
+_ HAVE BEEN MOORED
+ were moored
+
+_ HAVE BEEN WOBBLED
+ were wobbled
+
+_ HAVE BEEN FALLEN
+ were fell
+
+_ HAVE BEEN SAWED
+ were sawed
+
+_ HAVE BEEN SMOKED
+ were smoked
+
+_ HAVE BEEN SLID
+ were slid
+
+_ HAVE BEEN ADMITTED
+ were admitted
+
+_ HAVE BEEN SKIPED
+ were skiped
+
+_ HAVE BEEN PHONED
+ were phoned
+
+_ HAVE BEEN NUMBERED
+ were numbered
+
+_ HAVE BEEN LOVED
+ were loved
+
+_ HAVE BEEN HURT
+ were hurt
+
+_ HAVE BEEN MOVED
+ were moved
+
+_ HAVE BEEN SERVED
+ were served
+
+_ HAVE BEEN GROANED
+ were groaned
+
+_ HAVE BEEN COPIED
+ were copied
+
+_ HAVE BEEN WANDERED
+ were wandered
+
+_ HAVE BEEN HUNTED
+ were hunted
+
+_ HAVE BEEN PREFERED
+ were prefered
+
+_ HAVE BEEN FED
+ were fed
+
+_ HAVE BEEN HOPED
+ were hoped
+
+_ HAVE BEEN CONSISTED
+ were consisted
+
+_ HAVE BEEN COME
+ were came
+
+_ HAVE BEEN POPED
+ were poped
+
+_ HAVE BEEN SUPPLIED
+ were supplied
+
+_ HAVE BEEN PEDALED
+ were pedaled
+
+_ HAVE BEEN EXTENDED
+ were extended
+
+_ HAVE BEEN STORED
+ were stored
+
+_ HAVE BEEN SIGHED
+ were sighed
+
+_ HAVE BEEN CURLED
+ were curled
+
+_ HAVE BEEN IRRITATED
+ were irritated
+
+_ HAVE BEEN TAUGHT
+ were taught
+
+_ HAVE BEEN FORMED
+ were formed
+
+_ HAVE BEEN STUNG
+ were stung
+
+_ HAVE BEEN PEEPED
+ were peeped
+
+_ HAVE BEEN KNITED
+ were knited
+
+_ HAVE BEEN CHEATED
+ were cheated
+
+_ HAVE BEEN WHISTLED
+ were whistled
+
+_ HAVE BEEN SURROUNDED
+ were surrounded
+
+_ HAVE BEEN MANAGED
+ were managed
+
+_ HAVE BEEN THANKED
+ were thanked
+
+_ HAVE BEEN PAID
+ were paid
+
+_ HAVE BEEN COMPLAINED
+ were complained
+
+_ HAVE BEEN ESCAPED
+ were escaped
+
+_ HAVE BEEN EATEN
+ were ate
+
+_ HAVE BEEN STEERED
+ were steered
+
+_ HAVE BEEN FIRED
+ were fired
+
+_ HAVE BEEN BANGED
+ were banged
+
+_ HAVE BEEN SAT
+ were sat
+
+_ HAVE BEEN BOILED
+ were boiled
+
+_ HAVE BEEN CALLED
+ were called
+
+_ HAVE BEEN HANGED
+ were hanged
+
+_ HAVE BEEN UNITED
+ were united
+
+_ HAVE BEEN TIRED
+ were tired
+
+_ HAVE BEEN COILED
+ were coiled
+
+_ HAVE BEEN THROWN
+ were threw
+
+_ HAVE BEEN CONNECTED
+ were connected
+
+_ HAVE BEEN TROTED
+ were troted
+
+_ HAVE BEEN BOWED
+ were bowed
+
+_ HAVE BEEN REMINDED
+ were reminded
+
+_ HAVE BEEN MOURNED
+ were mourned
+
+_ HAVE BEEN FOLLOWED
+ were followed
+
+_ HAVE BEEN CAUGHT
+ were caught
+
+_ HAVE BEEN MET
+ were met
+
+_ HAVE BEEN PUNCTURED
+ were punctured
+
+_ HAVE BEEN CALCULATED
+ were calculated
+
+_ HAVE BEEN PRACTISED
+ were practised
+
+_ HAVE BEEN TOWED
+ were towed
+
+_ HAVE BEEN BATTLED
+ were battled
+
+_ HAVE BEEN GUARDED
+ were guarded
+
+_ HAVE BEEN BLUSHED
+ were blushed
+
+_ HAVE BEEN TREMBLED
+ were trembled
+
+_ HAVE BEEN DELAIED
+ were delaied
+
+_ HAVE BEEN SUITED
+ were suited
+
+_ HAVE BEEN FILMED
+ were filmed
+
+_ HAVE BEEN GAZED
+ were gazed
+
+_ HAVE BEEN OFFENDED
+ were offended
+
+_ HAVE BEEN HELPED
+ were helped
+
+_ HAVE BEEN WELCOMED
+ were welcomed
+
+_ HAVE BEEN GROWN
+ were grew
+
+_ HAVE BEEN SUPPOSED
+ were supposed
+
+_ HAVE BEEN EXPLAINED
+ were explained
+
+_ HAVE BEEN IDENTIFIED
+ were identified
+
+_ HAVE BEEN CONCENTRATED
+ were concentrated
+
+_ HAVE BEEN APPROVED
+ were approved
+
+_ HAVE BEEN FROZEN
+ were froze
+
+_ HAVE BEEN SUNG
+ were sang
+
+_ HAVE BEEN DUG
+ were dug
+
+_ HAVE BEEN STRAPPED
+ were strapped
+
+_ HAVE BEEN INFORMED
+ were informed
+
+_ HAVE BEEN SPELLED
+ were spelled
+
+_ HAVE BEEN REALISED
+ were realised
+
+_ HAVE BEEN UNDRESSED
+ were undressed
+
+_ HAVE BEEN COMPARED
+ were compared
+
+_ HAVE BEEN DOUBTED
+ were doubted
+
+_ HAVE BEEN CONTAINED
+ were contained
+
+_ HAVE BEEN WON
+ were won
+
+_ HAVE BEEN JOGED
+ were joged
+
+_ HAVE BEEN OVERFLOWED
+ were overflowed
+
+_ HAVE BEEN SHOT
+ were shot
+
+_ HAVE BEEN PUSHED
+ were pushed
+
+_ HAVE BEEN DEVELOPED
+ were developed
+
+_ HAVE BEEN RUSHED
+ were rushed
+
+_ HAVE BEEN FRIGHTENED
+ were frightened
+
+_ HAVE BEEN SPARKLED
+ were sparkled
+
+_ HAVE BEEN SEEN
+ were saw
+
+_ HAVE BEEN STRIPED
+ were striped
+
+_ HAVE BEEN GRINED
+ were grined
+
+_ HAVE BEEN SOLD
+ were sold
+
+_ HAVE BEEN SHONE
+ were shone
+
+_ HAVE BEEN FADED
+ were faded
+
+_ HAVE BEEN WORN
+ were wore
+
+_ HAVE BEEN RESCUED
+ were rescued
+
+_ HAVE BEEN EDUCATED
+ were educated
+
+_ HAVE BEEN BURST
+ were burst
+
+_ HAVE BEEN FORCED
+ were forced
+
+_ HAVE BEEN RELAXED
+ were relaxed
+
+_ HAVE BEEN EXPECTED
+ were expected
+
+_ HAVE BEEN STUNK
+ were stank
+
+_ HAVE BEEN ANNOUNCED
+ were announced
+
+_ HAVE BEEN FITED
+ were fited
+
+_ HAVE BEEN EXAMINED
+ were examined
+
+_ HAVE BEEN INFLUENCED
+ were influenced
+
+_ HAVE BEEN TRUSTED
+ were trusted
+
+_ HAVE BEEN MEANT
+ were meant
+
+_ HAVE BEEN WHISPERED
+ were whispered
+
+_ HAVE BEEN SCREAMED
+ were screamed
+
+_ HAVE BEEN DESTROIED
+ were destroied
+
+_ HAVE BEEN MOANED
+ were moaned
+
+_ HAVE BEEN WHIRLED
+ were whirled
+
+_ HAVE BEEN JUGGLED
+ were juggled
+
+_ HAVE BEEN RULED
+ were ruled
+
+_ HAVE BEEN RECOGNISED
+ were recognised
+
+_ HAVE BEEN BAKED
+ were baked
+
+_ HAVE BEEN PLANED
+ were planed
+
+_ HAVE BEEN DISAPPROVED
+ were disapproved
+
+_ HAVE BEEN DETECTED
+ were detected
+
+_ HAVE BEEN ARRIVED
+ were arrived
+
+_ HAVE BEEN KEPT
+ were kept
+
+_ HAVE BEEN DRAWN
+ were drew
+
+_ HAVE BEEN CUT
+ were cut
+
+_ HAVE BEEN BATHED
+ were bathed
+
+_ HAVE BEEN MARCHED
+ were marched
+
+_ HAVE BEEN WALKED
+ were walked
+
+_ HAVE BEEN TALKED
+ were talked
+
+_ HAVE BEEN COACHED
+ were coached
+
+_ HAVE BEEN COLLECTED
+ were collected
+
+_ HAVE BEEN PROGRAMED
+ were programed
+
+_ HAVE BEEN BLINKED
+ were blinked
+
+_ HAVE BEEN SNIFFED
+ were sniffed
+
+_ HAVE BEEN BUZZED
+ were buzzed
+
+_ HAVE BEEN DROPPED
+ were dropped
+
+_ HAVE BEEN SCRIBBLED
+ were scribbled
+
+_ HAVE BEEN LED
+ were led
+
+_ HAVE BEEN FLOWN
+ were flew
+
+_ HAVE BEEN PRODUCED
+ were produced
+
+_ HAVE BEEN BLOWN
+ were blew
+
+_ HAVE BEEN MEMORISED
+ were memorised
+
+_ HAVE BEEN CHASED
+ were chased
+
+_ HAVE BEEN FILLED
+ were filled
+
+_ HAVE BEEN KILLED
+ were killed
+
+_ HAVE BEEN REFLECTED
+ were reflected
+
+_ HAVE BEEN SPENT
+ were spent
+
+_ HAVE BEEN OBJECTED
+ were objected
+
+_ HAVE BEEN *
+ WAS
+
+_ HAVE BEEN SCOLDED
+ were scolded
+
+_ HAVE BEEN TEMPTED
+ were tempted
+
+_ HAVE BEEN DRAGED
+ were draged
+
+_ HAVE BEEN YAWNED
+ were yawned
+
+_ HAVE BEEN WOKEN
+ were woke
+
+_ HAVE BEEN LET
+ were let
+
+_ HAVE BEEN REPORTED
+ were reported
+
+_ HAVE BEEN NODED
+ were noded
+
+_ HAVE BEEN SUSPENDED
+ were suspended
+
+_ HAVE BEEN HEADED
+ were headed
+
+_ HAVE BEEN RETURNED
+ were returned
+
+_ HAVE BEEN UNTIDIED
+ were untidied
+
+_ HAVE BEEN DAMAGED
+ were damaged
+
+_ HAVE BEEN SIGNALED
+ were signaled
+
+_ HAVE BEEN BEAMED
+ were beamed
+
+_ HAVE BEEN SET
+ were set
+
+_ HAVE BEEN POURED
+ were poured
+
+_ HAVE BEEN INTERFERED
+ were interfered
+
+_ HAVE BEEN TOURED
+ were toured
+
+_ HAVE BEEN SLIPPED
+ were slipped
+
+_ HAVE BEEN GUARANTEED
+ were guaranteed
+
+_ HAVE BEEN INTERESTED
+ were interested
+
+_ HAVE BEEN RUNG
+ were rang
+
+_ HAVE BEEN PRAYED
+ were prayed
+
+_ HAVE BEEN PERMITED
+ were permited
+
+_ HAVE BEEN COUGHED
+ were coughed
+
+_ HAVE BEEN REPEATED
+ were repeated
+
+_ HAVE BEEN COLOURED
+ were coloured
+
+_ HAVE BEEN TRICKED
+ were tricked
+
+_ HAVE BEEN JOKED
+ were joked
+
+_ HAVE BEEN PRICKED
+ were pricked
+
+_ HAVE BEEN CAMPED
+ were camped
+
+_ HAVE BEEN STOPED
+ were stoped
+
+_ HAVE BEEN ARGUED
+ were argued
+
+_ HAVE BEEN CLIPPED
+ were clipped
+
+_ HAVE BEEN ARRANGED
+ were arranged
+
+_ HAVE BEEN BRUSHED
+ were brushed
+
+_ HAVE BEEN CRUSHED
+ were crushed
+
+_ HAVE BEEN HOPPED
+ were hopped
+
+_ HAVE BEEN LOADED
+ were loaded
+
+_ HAVE BEEN POKED
+ were poked
+
+_ HAVE BEEN MANED
+ were maned
+
+_ HAVE BEEN SPARKED
+ were sparked
+
+_ HAVE BEEN FASTENED
+ were fastened
+
+_ HAVE BEEN WRITTEN
+ were wrote
+
+_ HAVE BEEN WORKED
+ were worked
+
+_ HAVE BEEN CONTINUED
+ were continued
+
+_ HAVE BEEN MATCHED
+ were matched
+
+_ HAVE BEEN WATCHED
+ were watched
+
+_ HAVE BEEN SCATTERED
+ were scattered
+
+_ HAVE BEEN TICKLED
+ were tickled
+
+_ HAVE BEEN BROUGHT
+ were brought
+
+_ HAVE BEEN HAMMERED
+ were hammered
+
+_ HAVE BEEN RUN
+ were ran
+
+_ HAVE BEEN TIMED
+ were timed
+
+_ HAVE BEEN BANNED
+ were banned
+
+_ HAVE BEEN SETTLED
+ were settled
+
+_ HAVE BEEN MIXED
+ were mixed
+
+_ HAVE BEEN FIXED
+ were fixed
+
+_ HAVE BEEN SQUASHED
+ were squashed
+
+_ HAVE BEEN COMBED
+ were combed
+
+_ HAVE BEEN BOMBED
+ were bombed
+
+_ HAVE BEEN ALLOWED
+ were allowed
+
+_ HAVE BEEN BREATHED
+ were breathed
+
+_ HAVE BEEN STOLEN
+ were stole
+
+_ HAVE BEEN IMPROVED
+ were improved
+
+_ HAVE BEEN LENT
+ were lent
+
+_ HAVE BEEN MILKED
+ were milked
+
+_ HAVE BEEN SMILED
+ were smiled
+
+_ HAVE BEEN DECEIVED
+ were deceived
+
+_ HAVE BEEN ITCHED
+ were itched
+
+_ HAVE BEEN SNOWED
+ were snowed
+
+_ HAVE BEEN SHARED
+ were shared
+
+_ HAVE BEEN SENT
+ were sent
+
+_ HAVE BEEN SEARCHED
+ were searched
+
+_ HAVE BEEN SUSPECTED
+ were suspected
+
+_ HAVE BEEN RECEIVED
+ were received
+
+_ HAVE BEEN JUDGED
+ were judged
+
+_ HAVE BEEN BLOTTED
+ were blotted
+
+_ HAVE BEEN SCORCHED
+ were scorched
+
+_ HAVE BEEN MULTIPLIED
+ were multiplied
+
+_ HAVE BEEN PLEASED
+ were pleased
+
+_ HAVE BEEN TROUBLED
+ were troubled
+
+_ HAVE BEEN EXPANDED
+ were expanded
+
+_ HAVE BEEN CHOKED
+ were choked
+
+_ HAVE BEEN BOUNCED
+ were bounced
+
+_ HAVE BEEN HEALED
+ were healed
+
+_ HAVE BEEN STITCHED
+ were stitched
+
+_ HAVE BEEN RAINED
+ were rained
+
+_ HAVE BEEN PRESSED
+ were pressed
+
+_ HAVE BEEN PUT
+ were put
+
+_ HAVE BEEN DECAIED
+ were decaied
+
+_ HAVE BEEN GREASED
+ were greased
+
+_ HAVE BEEN SPARED
+ were spared
+
+_ HAVE BEEN SEALED
+ were sealed
+
+_ HAVE BEEN AMUSED
+ were amused
+
+_ HAVE BEEN BEATEN
+ were beat
+
+_ HAVE BEEN DECIDED
+ were decided
+
+_ HAVE BEEN STUCK
+ were stuck
+
+_ HAVE BEEN OCCURED
+ were occured
+
+_ HAVE BEEN COMMANDED
+ were commanded
+
+_ HAVE BEEN LOST
+ were lost
+
+_ HAVE BEEN CONFUSED
+ were confused
+
+_ HAVE BEEN SWORN
+ were swore
+
+_ HAVE BEEN KNEELED
+ were kneeled
+
+_ HAVE BEEN GREETED
+ were greeted
+
+_ HAVE BEEN REPAIRED
+ were repaired
+
+_ HAVE BEEN BURIED
+ were buried
+
+_ HAVE BEEN CONCERNED
+ were concerned
+
+_ HAVE BEEN FORGIVEN
+ were forgave
+
+_ HAVE BEEN BROADCAST
+ were broadcast
+
+_ HAVE BEEN DRESSED
+ were dressed
+
+_ HAVE BEEN TIED
+ were tied
+
+_ HAVE BEEN PLACED
+ were placed
+
+_ HAVE BEEN MATTERED
+ were mattered
+
+_ HAVE BEEN OWNED
+ were owned
+
+_ HAVE BEEN SIGNED
+ were signed
+
+_ HAVE BEEN INTENDED
+ were intended
+
+_ HAVE BEEN DEALT
+ were dealt
+
+_ HAVE BEEN NOTICED
+ were noticed
+
+_ HAVE BEEN TRAVELED
+ were traveled
+
+_ HAVE BEEN HANDED
+ were handed
+
+_ HAVE BEEN BLESSED
+ were blessed
+
+_ HAVE BEEN LIT
+ were lit
+
+_ HAVE BEEN KNOWN
+ were knew
+
+_ HAVE BEEN MUGED
+ were muged
+
+_ HAVE BEEN LANDED
+ were landed
+
+_ HAVE BEEN HUGED
+ were huged
+
+_ HAVE BEEN BARED
+ were bared
+
+_ HAVE BEEN CARED
+ were cared
+
+_ HAVE BEEN DARED
+ were dared
+
+_ HAVE BEEN TUGED
+ were tuged
+
+_ HAVE BEEN LAIN
+ were lay
+
+_ HAVE BEEN SPOTED
+ were spoted
+
+_ HAVE BEEN FOUND
+ were found
+
+_ HAVE BEEN SPRUNG
+ were sprang
+
+_ HAVE BEEN MARRIED
+ were married
+
+_ HAVE BEEN INJURED
+ were injured
+
+_ HAVE BEEN STOOD
+ were stood
+
+_ HAVE BEEN PASTED
+ were pasted
+
+_ HAVE BEEN ALERTED
+ were alerted
+
+_ HAVE BEEN LASTED
+ were lasted
+
+_ HAVE BEEN LEVELED
+ were leveled
+
+_ HAVE BEEN FLOATED
+ were floated
+
+_ HAVE BEEN WASTED
+ were wasted
+
+_ HAVE BEEN EXCITED
+ were excited
+
+_ HAVE BEEN BALANCED
+ were balanced
+
+_ HAVE BEEN TASTED
+ were tasted
+
+_ HAVE BEEN MUDDLED
+ were muddled
+
+_ HAVE BEEN STRUCK
+ were struck
+
+_ HAVE BEEN CHECKED
+ were checked
+
+_ HAVE BEEN CHOPPED
+ were chopped
+
+_ HAVE BEEN RISEN
+ were rose
+
+_ HAVE BEEN DESERTED
+ were deserted
+
+_ HAVE BEEN READ
+ were read
+
+_ HAVE BEEN GONE
+ were went
+
+_ HAVE BEEN QUEUED
+ were queued
+
+_ HAVE BEEN EARNED
+ were earned
+
+_ HAVE BEEN BACKED
+ were backed
+
+_ HAVE BEEN PREPARED
+ were prepared
+
+_ HAVE BEEN REJOICED
+ were rejoiced
+
+_ HAVE BEEN TWISTED
+ were twisted
+
+_ HAVE BEEN WONDERED
+ were wondered
+
+_ HAVE BEEN CARRIED
+ were carried
+
+_ HAVE BEEN WHINED
+ were whined
+
+_ HAVE BEEN WARNED
+ were warned
+
+_ HAVE BEEN INSTRUCTED
+ were instructed
+
+_ HAVE BEEN PACKED
+ were packed
+
+_ HAVE BEEN PLUGED
+ were pluged
+
+_ HAVE BEEN SACKED
+ were sacked
+
+_ HAVE BEEN CHARGED
+ were charged
+
+_ HAVE BEEN OBEIED
+ were obeied
+
+_ HAVE BEEN FORGOTTEN
+ were forgot
+
+_ HAVE BEEN FOLDED
+ were folded
+
+_ HAVE BEEN SHAKEN
+ were shook
+
+_ HAVE BEEN HELD
+ were held
+
+_ HAVE BEEN PINCHED
+ were pinched
+
+_ HAVE BEEN APPLAUDED
+ were applauded
+
+_ HAVE BEEN BITTEN
+ were bit
+
+_ HAVE BEEN BLINDED
+ were blinded
+
+_ HAVE BEEN STIRED
+ were stired
+
+_ HAVE BEEN FLOWED
+ were flowed
+
+_ HAVE BEEN GLOWED
+ were glowed
+
+_ HAVE BEEN KNOCKED
+ were knocked
+
+_ HAVE BEEN SCRAPED
+ were scraped
+
+_ HAVE BEEN CRAWLED
+ were crawled
+
+_ HAVE BEEN SLOWED
+ were slowed
+
+_ HAVE BEEN BEGUN
+ were began
+
+_ HAVE BEEN PULLED
+ were pulled
+
+_ HAVE BEEN HEATED
+ were heated
+
+_ HAVE BEEN SUGGESTED
+ were suggested
+
+_ HAVE BEEN FILED
+ were filed
+
+_ HAVE BEEN LAUGHED
+ were laughed
+
+_ HAVE BEEN HURRIED
+ were hurried
+
+_ HAVE BEEN SMELLED
+ were smelled
+
+_ HAVE BEEN BORED
+ were bored
+
+_ HAVE BEEN FLOWERED
+ were flowered
+
+_ HAVE BEEN BEGGED
+ were begged
+
+_ HAVE BEEN OBSERVED
+ were observed
+
+_ HAVE BEEN PUNCHED
+ were punched
+
+_ HAVE BEEN PADDLED
+ were paddled
+
+_ HAVE BEEN INJECTED
+ were injected
+
+_ HAVE BEEN CLEARED
+ were cleared
+
+_ HAVE BEEN ATTEMPTED
+ were attempted
+
+_ HAVE BEEN ENJOYED
+ were enjoyed
+
+_ HAVE BEEN WEPT
+ were wept
+
+_ HAVE BEEN PEELED
+ were peeled
+
+_ HAVE BEEN ATTACHED
+ were attached
+
+_ HAVE BEEN INVITED
+ were invited
+
+_ HAVE BEEN TRANSPORTED
+ were transported
+
+_ HAVE BEEN PREACHED
+ were preached
+
+_ HAVE BEEN DESERVED
+ were deserved
+
+_ HAVE BEEN SOAKED
+ were soaked
+
+_ HAVE BEEN FETCHED
+ were fetched
+
+_ HAVE BEEN MATED
+ were mated
+
+_ HAVE BEEN FACED
+ were faced
+
+_ HAVE BEEN HATED
+ were hated
+
+_ HAVE BEEN DANCED
+ were danced
+
+_ HAVE BEEN RACED
+ were raced
+
+_ HAVE BEEN CONSIDERED
+ were considered
+
+_ HAVE BEEN LIED
+ were lied
+
+_ HAVE BEEN RHYMED
+ were rhymed
+
+_ HAVE BEEN FORBIDDEN
+ were forbade
+
+_ HAVE BEEN PATED
+ were pated
+
+_ HAVE BEEN CRIED
+ were cried
+
+_ HAVE BEEN DRIED
+ were dried
+
+_ HAVE BEEN ATTACKED
+ were attacked
+
+_ HAVE BEEN CROSSED
+ were crossed
+
+_ HAVE BEEN PERFORMED
+ were performed
+
+_ HAVE BEEN FRIED
+ were fried
+
+_ HAVE BEEN INCREASED
+ were increased
+
+_ HAVE BEEN RADIATED
+ were radiated
+
+_ HAVE BEEN TRIED
+ were tried
+
+_ HAVE BEEN EXERCISED
+ were exercised
+
+_ HAVE BEEN REGRETED
+ were regreted
+
+_ HAVE BEEN PASSED
+ were passed
+
+_ HAVE BEEN ROBED
+ were robed
+
+_ HAVE BEEN SHOCKED
+ were shocked
+
+_ HAVE BEEN BEHAVED
+ were behaved
+
+_ HAVE BEEN REJECTED
+ were rejected
+
+_ HAVE BEEN RISKED
+ were risked
+
+_ HAVE BEEN ENTERED
+ were entered
+
+_ HAVE BEEN ENDED
+ were ended
+
+_ HAVE BEEN YELLED
+ were yelled
+
+_ HAVE BEEN REFUSED
+ were refused
+
+_ HAVE BEEN HARMED
+ were harmed
+
+_ HAVE BEEN BELONGED
+ were belonged
+
+_ HAVE BEEN GIVEN
+ were gave
+
+_ HAVE BEEN SNEEZED
+ were sneezed
+
+_ HAVE BEEN CHALLENGED
+ were challenged
+
+_ HAVE BEEN DELIGHTED
+ were delighted
+
+_ HAVE BEEN DRIVEN
+ were drove
+
+_ HAVE BEEN LISTED
+ were listed
+
+_ HAVE BEEN FLAPPED
+ were flapped
+
+_ HAVE BEEN WARMED
+ were warmed
+
+_ HAVE BEEN CARVED
+ were carved
+
+_ HAVE BEEN ZOOMED
+ were zoomed
+
+_ HAVE BEEN SQUEAKED
+ were squeaked
+
+_ HAVE BEEN TRADED
+ were traded
+
+_ HAVE BEEN FOUNDED
+ were founded
+
+_ HAVE BEEN MEASURED
+ were measured
+
+_ HAVE BEEN EXISTED
+ were existed
+
+_ HAVE BEEN APPRECIATED
+ were appreciated
+
+_ HAVE BEEN ANNOIED
+ were annoied
+
+_ HAVE BEEN GOT
+ were got
+
+_ HAVE BEEN EMPTIED
+ were emptied
+
+_ HAVE BEEN TORN
+ were tore
+
+_ HAVE BEEN FRAMED
+ were framed
+
+_ HAVE BEEN SCREWED
+ were screwed
+
+_ HAVE BEEN PRESERVED
+ were preserved
+
+_ HAVE BEEN JAILED
+ were jailed
+
+_ HAVE BEEN NEDED
+ were neded
+
+_ HAVE BEEN FAILED
+ were failed
+
+_ HAVE BEEN SHRUNK
+ were shrank
+
+_ HAVE BEEN REDUCED
+ were reduced
+
+_ HAVE BEEN STARTED
+ were started
+
+_ HAVE BEEN WRESTLED
+ were wrestled
+
+_ HAVE BEEN SAILED
+ were sailed
+
+_ HAVE BEEN SPOILED
+ were spoiled
+
+_ HAVE BEEN UNPACKED
+ were unpacked
+
+_ HAVE BEEN NAILED
+ were nailed
+
+_ HAVE BEEN LONGED
+ were longed
+
+_ HAVE BEEN KICKED
+ were kicked
+
+_ HAVE BEEN WAILED
+ were wailed
+
+_ HAVE BEEN ROLLED
+ were rolled
+
+_ HAVE BEEN PICKED
+ were picked
+
+_ HAVE BEEN PREVENTED
+ were prevented
+
+_ HAVE BEEN LICKED
+ were licked
+
+_ HAVE BEEN HAD
+ were had
+
+_ HAVE BEEN MURDERED
+ were murdered
+
+_ HAVE BEEN POLISHED
+ were polished
+
+_ HAVE BEEN ROTED
+ were roted
+
+_ HAVE BEEN FLASHED
+ were flashed
+
+_ HAVE BEEN TICKED
+ were ticked
+
+_ HAVE BEEN NOTED
+ were noted
+
+_ HAVE BEEN SQUEEZED
+ were squeezed
+
+_ HAVE BEEN ATTRACTED
+ were attracted
+
+_ HAVE BEEN DEPENDED
+ were depended
+
+_ HAVE BEEN TEASED
+ were teased
+
+_ HAVE BEEN LAUNCHED
+ were launched
+
+_ HAVE BEEN ARRESTED
+ were arrested
+
+_ HAVE BEEN LIVED
+ were lived
+
+_ HAVE BEEN DRIPPED
+ were dripped
+
+_ HAVE BEEN SOOTHED
+ were soothed
+
+_ HAVE BEEN CRACKED
+ were cracked
+
+_ HAVE BEEN COVERED
+ were covered
+
+_ HAVE BEEN HOVERED
+ were hovered
+
+_ HAVE BEEN INTRODUCED
+ were introduced
+
+_ HAVE BEEN HANDLED
+ were handled
+
+_ HAVE BEEN PUNISHED
+ were punished
+
+_ HAVE BEEN CAUSED
+ were caused
+
+_ HAVE BEEN TRIPPED
+ were tripped
+
+_ HAVE BEEN SIPED
+ were siped
+
+_ HAVE BEEN SCRATCHED
+ were scratched
+
+_ HAVE BEEN ATTENDED
+ were attended
+
+_ HAVE BEEN INCLUDED
+ were included
+
+_ HAVE BEEN LAID
+ were laid
+
+_ HAVE BEEN SPLIT
+ were split
+
+_ HAVE BEEN PAUSED
+ were paused
+
+_ HAVE BEEN WIPED
+ were wiped
+
+_ HAVE BEEN DROWNED
+ were drowned
+
+_ HAVE BEEN CLEANED
+ were cleaned
+
+_ HAVE BEEN BET
+ were bet
+
+_ HAVE BEEN DAMED
+ were damed
+
+_ HAVE BEEN ADVISED
+ were advised
+
+_ HAVE BEEN JAMED
+ were jamed
+
+_ HAVE BEEN DESCRIBED
+ were described
+
+_ HAVE BEEN COST
+ were cost
+
+_ HAVE BEEN
+ was
+
+_ HAVE BEEN SAID
+ were said
+
+_ HAVE BEEN TAMED
+ were tamed
+
+_ HAVE BEEN UNFASTENED
+ were unfastened
+
+_ HAVE BEEN NAMED
+ were named
+
+_ HAVE BEEN KNOTED
+ were knoted
+
+_ HAVE BEEN DISAGREED
+ were disagreed
+
+_ HAVE BEEN FAXED
+ were faxed
+
+_ HAVE BEEN DREAMED
+ were dreamed
+
+_ HAVE BEEN ENTERTAINED
+ were entertained
+
+_ HAVE BEEN REACHED
+ were reached
+
+_ HAVE BEEN ADMIRED
+ were admired
+
+_ HAVE BEEN DIVIDED
+ were divided
+
+_ HAVE BEEN WANTED
+ were wanted
+
+_ HAVE BEEN UNDERSTOOD
+ were understood
+
+_ HAVE BEEN KISSED
+ were kissed
+
+_ HAVE BEEN SURPRISED
+ were surprised
+
+_ HAVE BEEN SPILLED
+ were spilled
+
+_ HAVE BEEN HUNG
+ were hung
+
+_ HAVE BEEN BUMPED
+ were bumped
+
+_ HAVE BEEN FOOLED
+ were fooled
+
+_ HAVE BEEN BORROWED
+ were borrowed
+
+_ HAVE BEEN IGNORED
+ were ignored
+
+_ HAVE BEEN MISSED
+ were missed
+
+_ HAVE BEEN JUMPED
+ were jumped
+
+_ HAVE BEEN SUFFERED
+ were suffered
+
+_ HAVE BEEN STRENGTHENED
+ were strengthened
+
+_ HAVE BEEN MELTED
+ were melted
+
+_ HAVE BEEN SNATCHED
+ were snatched
+
+_ HAVE BEEN PUMPED
+ were pumped
+
+_ HAVE BEEN TRACED
+ were traced
+
+_ HAVE BEEN DRUNK
+ were drank
+
+_ HAVE BEEN SMASHED
+ were smashed
+
+_ HAVE BEEN INTERRUPTED
+ were interrupted
+
+_ HAVE BEEN OBTAINED
+ were obtained
+
+_ HAVE BEEN LABELED
+ were labeled
+
+_ HAVE BEEN BOLTED
+ were bolted
+
+_ HAVE BEEN SOUNDED
+ were sounded
+
+_ HAVE BEEN DRUMMED
+ were drummed
+
+_ HAVE BEEN FEARED
+ were feared
+
+_ HAVE BEEN GATHERED
+ were gathered
+
+_ HAVE BEEN WAITED
+ were waited
+
+_ HAVE BEEN IMAGINED
+ were imagined
+
+_ HAVE BEEN PROVIDED
+ were provided
+
+_ HAVE BEEN TOUCHED
+ were touched
+
+_ HAVE BEEN SUPPORTED
+ were supported
+
+_ HAVE BEEN BOXED
+ were boxed
+
+_ HAVE BEEN TAKEN
+ were took
+
+_ HAVE BEEN BENT
+ were bent
+
+_ HAVE BEEN MEDDLED
+ were meddled
+
+_ HAVE BEEN REIGNED
+ were reigned
+
+_ HAVE BEEN WRECKED
+ were wrecked
+
+_ HAVE BEEN HAUNTED
+ were haunted
+
+_ HAVE BEEN DOUBLED
+ were doubled
+
+_ HAVE BEEN PLAIED
+ were plaied
+
+_ HAVE BEEN SWITCHED
+ were switched
+
+_ HAVE BEEN PLANTED
+ were planted
+
+_ HAVE BEEN STEPPED
+ were stepped
+
+_ HAVE BEEN CREPT
+ were crept
+
+_ HAVE BEEN DISCOVERED
+ were discovered
+
+_ HAVE BEEN SOUGHT
+ were sought
+
+_ HAVE BEEN WASHED
+ were washed
+
+_ HAVE BEEN SPREAD
+ were spread
+
+_ HAVE BEEN RECORDED
+ were recorded
+
+_ HAVE BEEN DISAPPEARED
+ were disappeared
+
+_ HAVE BEEN SHOWN
+ were showed
+
+_ HAVE BEEN BROKEN
+ were broke
+
+_ HAVE BEEN BOASTED
+ were boasted
+
+_ HAVE BEEN RUINED
+ were ruined
+
+_ HAVE BEEN SPOKEN
+ were spoke
+
+_ HAVE BEEN CURED
+ were cured
+
+_ HAVE BEEN SLEPT
+ were slept
+
+_ HAVE BEEN RETIRED
+ were retired
+
+_ HAVE BEEN ORDERED
+ were ordered
+
+_ HAVE BEEN BOOKED
+ were booked
+
+_ HAVE BEEN SUCCEDED
+ were succeded
+
+_ HAVE BEEN STAIED
+ were staied
+
+_ HAVE BEEN HOOKED
+ were hooked
+
+_ HAVE BEEN FOUGHT
+ were fought
+
+_ HAVE BEEN WINKED
+ were winked
+
+_ HAVE BEEN CRASHED
+ were crashed
+
+_ HAVE BEEN CORRECTED
+ were corrected
+
+_ HAVE BEEN REMEMBERED
+ were remembered
+
+_ HAVE BEEN CONFESSED
+ were confessed
+
+_ HAVE BEEN BOUGHT
+ were bought
+
+_ HAVE BEEN GRABED
+ were grabed
+
+_ HAVE BEEN SPAT
+ were spat
+
+_ HAVE BEEN PARKED
+ were parked
+
+_ HAVE BEEN LOOKED
+ were looked
+
+_ HAVE BEEN EXPLODED
+ were exploded
+
+_ HAVE BEEN MARKED
+ were marked
+
+_ HAVE BEEN BID
+ were bid
+
+_ HAVE BEEN BRAKED
+ were braked
+
+_ HAVE BEEN WATERED
+ were watered
+
+_ HAVE BEEN STARED
+ were stared
+
+_ HAVE BEEN THAWED
+ were thawed
+
+_ HAVE BEEN TREATED
+ were treated
+
+_ HAVE BEEN SQUEALED
+ were squealed
+
+_ HAVE BEEN REMOVED
+ were removed
+
+_ HAVE BEEN THOUGHT
+ were thought
+
+_ HAVE BEEN AWOKEN
+ were awoke
+
+_ HAVE BEEN PARTED
+ were parted
+
+_ HAVE BEEN ANSWERED
+ were answered
+
+_ HAVE BEEN TYPED
+ were typed
+
+_ HAVE BEEN SWEPT
+ were swept
+
+_ HAVE BEEN FLED
+ were fled
+
+_ HAVE BEEN APPEARED
+ were appeared
+
+_ HAVE BEEN SHELTERED
+ were sheltered
+
+_ HAVE BEEN IMPRESSED
+ were impressed
+
+_ HAVE BEEN STROKED
+ were stroked
+
+_ HAVE BEEN LEFT
+ were left
+
+_ HAVE BEEN QUESTIONED
+ were questioned
+
+_ HAVE BEEN GRATED
+ were grated
+
+_ HAVE BEEN DELIVERED
+ were delivered
+
+_ HAVE BEEN COUNTED
+ were counted
+
+_ HAVE BEEN REMAINED
+ were remained
+
+_ HAVE BEEN RAISED
+ were raised
+
+_ HAVE BEEN VISITED
+ were visited
+
+_ HAVE BEEN SWUNG
+ were swung
+
+_ HAVE BEEN RUBED
+ were rubed
+
+_ HAVE BEEN SHOPED
+ were shoped
+
+_ HAVE BEEN HAPPENED
+ were happened
+
+_ HAVE BEEN DUSTED
+ were dusted
+
+_ HAVE BEEN BRANCHED
+ were branched
+
+_ HAVE BEEN HEARD
+ were heard
+
+_ HAVE BEEN WHIPPED
+ were whipped
+
+_ HAVE BEEN GLUED
+ were glued
+
+_ HAVE BEEN REPRODUCED
+ were reproduced
+
+_ HAVE BEEN BURNED
+ were burned
+
+_ HAVE BEEN PROMISED
+ were promised
+
+_ HAVE BEEN FELT
+ were felt
+
+_ HAVE BEEN TELEPHONED
+ were telephoned
+
+_ HAVE BEEN CHOSEN
+ were chose
+
+_ HAVE BEEN LEARNED
+ were learned
+
+_ HAVE BEEN LIKED
+ were liked
+
+_ HAVE BEEN GUIDED
+ were guided
+
+_ HAVE BEEN TURNED
+ were turned
+
+_ HAVE BEEN BRUISED
+ were bruised
+
+_ HAVE BEEN SUCKED
+ were sucked
+
+_ HAVE BEEN PRECEDED
+ were preceded
+
+_ HAVE BEEN LICENSED
+ were licensed
+
+_ HAVE BEEN SUNK
+ were sank
+
+_ HAVE BEEN JOINED
+ were joined
+
+_ HAVE BEEN HIDDEN
+ were hid
+
+_ HAVE BEEN SPROUTED
+ were sprouted
+
+_ HAVE BEEN SHADED
+ were shaded
+
+_ HAVE BEEN RIDDEN
+ were rode
+
+_ HAVE BEEN DONE
+ were did
+
+_ HAVE BEEN INVENTED
+ were invented
+
+_ HAVE BEEN SWUM
+ were swam
+
+_ HAVE BEEN SNORED
+ were snored
+
+_ HAVE BEEN SPRAIED
+ were spraied
+
+_ HAVE BEEN MENDED
+ were mended
+
+_ HAVE BEEN RELIED
+ were relied
+
+_ HAVE BEEN BATTED
+ were batted
+
+_ HAVE BEEN WISHED
+ were wished
+
+_ HAVE BEEN CHEERED
+ were cheered
+
+_ HAVE BEEN ASKED
+ were asked
+
+_ HAVE BEEN REPLACED
+ were replaced
+
+_ HAVE BEEN SEPARATED
+ were separated
+
+_ HAVE BEEN USED
+ were used
+
+_ HAVE BEEN SUBTRACTED
+ were subtracted
+
+_ HAVE YELLED
+ yelled
+
+_ HAVE YELLED *
+ yelled
+
+_ HAVE WARMED
+ warmed
+
+_ HAVE WARMED *
+ warmed
+
+_ HAVE ZOOMED
+ zoomed
+
+_ HAVE ZOOMED *
+ zoomed
+
+_ HAVE TRADED
+ traded
+
+_ HAVE TRADED *
+ traded
+
+_ HAVE SQUEAKED
+ squeaked
+
+_ HAVE SQUEAKED *
+ squeaked
+
+_ HAVE TORN
+ tore
+
+_ HAVE TORN *
+ tore
+
+_ HAVE STARTED
+ started
+
+_ HAVE STARTED *
+ started
+
+_ HAVE WRESTLED
+ wrestled
+
+_ HAVE WRESTLED *
+ wrestled
+
+_ HAVE SPOILED
+ spoiled
+
+_ HAVE SPOILED *
+ spoiled
+
+_ HAVE UNPACKED
+ unpacked
+
+_ HAVE UNPACKED *
+ unpacked
+
+_ HAVE WAILED
+ wailed
+
+_ HAVE WAILED *
+ wailed
+
+_ HAVE TICKED
+ ticked
+
+_ HAVE TICKED *
+ ticked
+
+_ HAVE SQUEEZED
+ squeezed
+
+_ HAVE SQUEEZED *
+ squeezed
+
+_ HAVE TEASED
+ teased
+
+_ HAVE TEASED *
+ teased
+
+_ HAVE TRIPPED
+ tripped
+
+_ HAVE TRIPPED *
+ tripped
+
+_ HAVE SPLIT
+ split
+
+_ HAVE SPLIT *
+ split
+
+_ HAVE WIPED
+ wiped
+
+_ HAVE WIPED *
+ wiped
+
+_ HAVE TAMED
+ tamed
+
+_ HAVE TAMED *
+ tamed
+
+_ HAVE UNFASTENED
+ unfastened
+
+_ HAVE UNFASTENED *
+ unfastened
+
+_ HAVE WANTED
+ wanted
+
+_ HAVE WANTED *
+ wanted
+
+_ HAVE UNDERSTOOD
+ understood
+
+_ HAVE UNDERSTOOD *
+ understood
+
+_ HAVE SURPRISED
+ surprised
+
+_ HAVE SURPRISED *
+ surprised
+
+_ HAVE SPILLED
+ spilled
+
+_ HAVE SPILLED *
+ spilled
+
+_ HAVE SUFFERED
+ suffered
+
+_ HAVE SUFFERED *
+ suffered
+
+_ HAVE STRENGTHENED
+ strengthened
+
+_ HAVE STRENGTHENED *
+ strengthened
+
+_ HAVE TRACED
+ traced
+
+_ HAVE TRACED *
+ traced
+
+_ HAVE WAITED
+ waited
+
+_ HAVE WAITED *
+ waited
+
+_ HAVE TOUCHED
+ touched
+
+_ HAVE TOUCHED *
+ touched
+
+_ HAVE SUPPORTED
+ supported
+
+_ HAVE SUPPORTED *
+ supported
+
+_ HAVE TAKEN
+ took
+
+_ HAVE TAKEN *
+ took
+
+_ HAVE WRECKED
+ wrecked
+
+_ HAVE WRECKED *
+ wrecked
+
+_ HAVE SWITCHED
+ switched
+
+_ HAVE SWITCHED *
+ switched
+
+_ HAVE STEPPED
+ stepped
+
+_ HAVE STEPPED *
+ stepped
+
+_ HAVE WASHED
+ washed
+
+_ HAVE WASHED *
+ washed
+
+_ HAVE SPREAD
+ spread
+
+_ HAVE SPREAD *
+ spread
+
+_ HAVE SPOKEN
+ spoke
+
+_ HAVE SPOKEN *
+ spoke
+
+_ HAVE SUCCEDED
+ succeded
+
+_ HAVE SUCCEDED *
+ succeded
+
+_ HAVE STAIED
+ staied
+
+_ HAVE STAIED *
+ staied
+
+_ HAVE WINKED
+ winked
+
+_ HAVE WINKED *
+ winked
+
+_ HAVE SPAT
+ spat
+
+_ HAVE SPAT *
+ spat
+
+_ HAVE WATERED
+ watered
+
+_ HAVE WATERED *
+ watered
+
+_ HAVE STARED
+ stared
+
+_ HAVE STARED *
+ stared
+
+_ HAVE THAWED
+ thawed
+
+_ HAVE THAWED *
+ thawed
+
+_ HAVE TREATED
+ treated
+
+_ HAVE TREATED *
+ treated
+
+_ HAVE SQUEALED
+ squealed
+
+_ HAVE SQUEALED *
+ squealed
+
+_ HAVE TYPED
+ typed
+
+_ HAVE TYPED *
+ typed
+
+_ HAVE THOUGHT
+ thought
+
+_ HAVE THOUGHT *
+ thought
+
+_ HAVE SWEPT
+ swept
+
+_ HAVE SWEPT *
+ swept
+
+_ HAVE STROKED
+ stroked
+
+_ HAVE STROKED *
+ stroked
+
+_ HAVE VISITED
+ visited
+
+_ HAVE VISITED *
+ visited
+
+_ HAVE SWUNG
+ swung
+
+_ HAVE SWUNG *
+ swung
+
+_ HAVE WHIPPED
+ whipped
+
+_ HAVE WHIPPED *
+ whipped
+
+_ HAVE TELEPHONED
+ telephoned
+
+_ HAVE TELEPHONED *
+ telephoned
+
+_ HAVE TURNED
+ turned
+
+_ HAVE TURNED *
+ turned
+
+_ HAVE SUCKED
+ sucked
+
+_ HAVE SUCKED *
+ sucked
+
+_ HAVE SPROUTED
+ sprouted
+
+_ HAVE SPROUTED *
+ sprouted
+
+_ HAVE SWUM
+ swam
+
+_ HAVE SWUM *
+ swam
+
+_ HAVE SPRAIED
+ spraied
+
+_ HAVE SPRAIED *
+ spraied
+
+_ HAVE WISHED
+ wished
+
+_ HAVE WISHED *
+ wished
+
+_ HAVE USED
+ used
+
+_ HAVE USED *
+ used
+
+_ HAVE SUBTRACTED
+ subtracted
+
+_ HAVE SUBTRACTED *
+ subtracted
+
+_ OFTEN
+
+
+_ ANYMORE
+
+
+_ REALLY
+
+
+_ HUH
+
+
+_ WEB SITE
+ website
+
+_ YOU GET MY DRIFT
+
+
+_ YOU JERK
+
+
+_ BEFORE
+
+
+_ THANK YOU
+. THANK YOU
+
+_ PLEASE *
+.
+
+_ PLEASE
+
+
+_ IN EITHER DIECTION
+
+
+_ IN THE WORLD
+
+
+_ IN ANYONE OR ANYTHING
+
+
+_ IN MY OPINION
+
+
+_ HE SAID
+
+
+_ NOTHING ELSE
+
+
+TODAY *
+
+
+SLEEPING
+are you sleeping
+
+ABOUT A *
+a
+
+ABOUT YOU IDIOT
+ about you. you are an idiot
+
+ALSO *
+
+
+SUMMARIZE PARAMETERS
+bot properties
+
+PRETTY MUCH *
+
+
+PRETTY BAD
+bad
+
+LITTLE BIT *
+
+
+SOME PEOPLE SAY *
+
+
+SOME OF *
+
+
+SOME *
+
+
+DUDE *
+
+
+SUCH *
+
+
+SUCH AS *
+
+
+TELL ME ABOUT YOUR EDUCATION
+DID YOU GO TO SCHOOL
+
+TELL ME ABOUT YOUR PERSONALITY *
+bot properties
+
+TELL ME ABOUT YOUR PERSONALITY
+bot properties
+
+TELL ME IF I AM *
+am I
+
+TELL ME IF YOU *
+do you
+
+TELL ME DO *
+do
+
+TELL ME MORE ABOUT *
+
+
+TELL ME BECAUSE *
+because
+
+TELL ME WHETHER *
+can
+
+TELL ME FIRST *
+
+
+TELL ME ARE *
+are
+
+REALLY *
+
+
+ONLY AN *
+an
+
+ONLY WHEN *
+
+
+ONLY CAUSE *
+because
+
+ONLY *
+
+
+KILL ME
+can you kill me
+
+KILL YOURSELF
+can you kill yourself
+
+OTHERWISE *
+
+
+DONC *
+
+
+WHERE DID YOU GO TO SCHOOL
+DID YOU GO TO SCHOOL
+
+WHERE OR *
+
+
+SPECIFICALLY *
+
+
+
diff --git a/jelvis/files/alice/reduction2.safe.aiml b/jelvis/files/alice/reduction2.safe.aiml
new file mode 100644
index 0000000..75926a3
--- /dev/null
+++ b/jelvis/files/alice/reduction2.safe.aiml
@@ -0,0 +1,11991 @@
+
+
+
+
+
+
+
+
+
+
+
+MARKETING
+my job is marketing
+
+HEARD ANY GOSSIP
+gossip
+
+HEARD * GOSSIP
+gossip
+
+HEARD *
+gossip
+
+SOO *
+so.
+
+SEX *
+SEX
+
+NEGATIVE
+no
+
+EARTH
+I am on earth
+
+NEXT TOPIC
+let us talk about something else
+
+LET US FORGET *
+forget
+
+LET US CYBER
+let's have sex
+
+LET US START *
+start
+
+LET US START
+let us begin
+
+LET US JUST *
+let us
+
+LET US HAVE SOME *
+let us have
+
+LET US GO RIGHT NOW *
+let us go
+
+LET ME SEE THE *
+SHOW ME THE
+
+OKI
+ok
+
+ITALIAN
+I am italian
+
+SHOW ME THE * LIST
+SHOW ME THE LIST
+
+SHOW ME YOUR TITS
+SEX
+
+SHOW ME A PICTURE *
+show me a picture
+
+SHOW ME MY LIST
+SHOW ME THE LIST
+
+SHOW ME SOME *
+show me
+
+SHOW YOURSELF
+show me a picture
+
+WOE
+INTERJECTION
+
+SAGITTARIUS
+saggitarius
+
+LANGUAGES
+my favorite subject is languages
+
+STEPHEN KING
+my favorite science fiction author is stephen king
+
+LIFE IS TOO *
+life is
+
+LIFE IS JUST *
+life is
+
+DENMARK
+I am in denmark
+
+SUPERB
+excellent
+
+MINE WHAT
+my what
+
+MINE IS STILL *
+mine is
+
+MINE IS PURPLE
+my favorite color is purple
+
+YOU LOST ME
+I do not understand
+
+YOU SEE
+do you see
+
+YOU ARE ADORABLE
+I love you
+
+YOU ARE DOING A GOOD JOB
+good job
+
+YOU ARE STUPID
+INSULT
+
+YOU ARE DUMB
+INSULT
+
+YOU ARE UGLY
+INSULT
+
+YOU ARE NOT HELPING *
+help me
+
+YOU ARE IMPRESSING ME
+I am impressed
+
+YOU ARE A * YEAR OLD
+AGE
+
+YOU ARE CONFUSING
+I am confused
+
+YOU ARE SEXY
+SEX
+
+YOU DID NOT SAY *
+say
+
+YOU LIER
+liar
+
+YOU GOSSIP
+gossip
+
+YOU FUCKER
+fuck you
+
+YOU SMOKE
+do you smoke
+
+YOU SAID IT *
+it
+
+YOU SAID YOU WANTED *
+do you want
+
+YOU SAID PEOPLE *
+people
+
+YOU GUESS
+guess
+
+YOU REMEMBERED MY NAME
+do you remember my name
+
+YOU MEAN I *
+I
+
+YOU DREAM
+do you dream
+
+YOU BORE ME
+I am bored
+
+YOU LEARN
+do you learn
+
+YOU SMELL
+INSULT
+
+YOU LOVE ME
+DO YOU LOVE ME
+
+YOU HATE ME
+do you hate me
+
+YOU REMEMBER ME
+do you remember me
+
+YOU REMEMBER
+do you remember
+
+YOU GET IT
+do you understand
+
+YOU GET BORED
+do you get bored
+
+YOU DRESS
+do you dress
+
+YOU CALLED ME A HE
+I am female
+
+YOU CALLED ME A HE *
+I am a she
+
+YOU MAKE ME FEEL LIKE I *
+I
+
+YOU MAKE ME WANT *
+I want
+
+YOU MAKE * UP
+make up
+
+YOU EXPLAIN *
+explain
+
+YOU EAT
+do you eat
+
+YOU WOULD IF *
+if
+
+YOU WOULD SAY *
+say
+
+YOU BET
+ok
+
+YOU SUCK
+INSULT
+
+YOU FIGURE *
+figure
+
+YOU GO
+go
+
+YOU GO *
+go
+
+YOU WANT ME
+do you want me
+
+YOU WANT TO
+do you want to
+
+YOU CARE
+do you care
+
+YOU DO NOT SPEAK FRENCH *
+do you speak french
+
+YOU DO NOT WANT TO *
+do you want to
+
+YOU DO NOT UNDERSTAND *
+do you understand
+
+YOU DO NOT KNOW HOW TO *
+how do you
+
+YOU DO NOT KNOW HOW *
+how do you
+
+YOU DO NOT KNOW *
+do you know
+
+YOU DO NOT HAVE ANY *
+do you have any
+
+YOU DO NOT HAVE *
+do you have
+
+YOU DO NOT REMEMBER
+do you remember
+
+YOU DO NOT MAKE *
+do you make
+
+YOU DO NOT LOVE ME
+do you love me
+
+YOU DO NOT LIKE ME
+do you like me
+
+YOU DO NOT LIKE *
+do you like
+
+YOU GOT THAT RIGHT
+I agree
+
+YOU SHOULD IT *
+it
+
+YOU SHOULD SAY *
+say
+
+YOU SHOULD LISTEN *
+listen
+
+YOU BEEN THERE
+have you been there
+
+YOU CAN EXPLAIN
+explain
+
+YOU CAN LIE
+do you lie
+
+YOU CAN CALL ME *
+my name is
+
+YOU CAN EAT
+do you eat
+
+YOU CAN NOT NAME *
+name
+
+YOU AND ME BOTH
+me too
+
+YOU HAVE NOT *
+have you
+
+YOU HAVE _ DO NOT YOU
+do you have
+
+YOU HAVE GOSSIP *
+gossip
+
+YOU HAVE SENSES
+do you have senses
+
+YOU HAVE ONE
+do you have one
+
+YOU HAVE EMOTIONS
+do you have emotions
+
+YOU HAVE BOYFRIEND
+do you have a boyfriend
+
+YOU HAVE NEVER SEEN *
+have you seen
+
+YOU HAVE NEVER HEARD OF *
+have you heard of
+
+YOU HAVE NEVER HEARD *
+have you heard
+
+YOU HAVE BEEN _ HAVE NOT YOU
+have you been
+
+YOU HAVE LOST ME
+I do not understand
+
+YOU HAVE GOT MAIL
+my favorite movie is you have got mail
+
+YOU HAVE TO STOP *
+stop
+
+YOU HAVE TO LISTEN
+listen
+
+YOU LIKE STAR TREK
+do you like star trek
+
+YOU LIKE TRAINS
+do you like trains
+
+YOU EXIST
+do you exist
+
+YOU UNDERSTAND
+do you understand
+
+HAVE I TALKED TO YOU *
+do you remember me
+
+HAVE A MERRY *
+MERRY CHRISTMAS
+
+HAVE YOU PROVED *
+prove
+
+HAVE YOU A BODY
+do you have a body
+
+HAVE YOU HEARD OF *
+do you know
+
+HAVE YOU FULLY *
+have you
+
+HAVE YOU BEEN FOLLOWING *
+do you follow
+
+HAVE YOU BEEN PHYSICALLY *
+have you been
+
+HAVE YOU BEEN GOOD *
+HAVE YOU BEEN GOOD
+
+HAVE YOU BEEN SPEAKING *
+have you talked
+
+HAVE YOU BEEN EVER *
+have you been
+
+HAVE YOU EVEN *
+have you
+
+HAVE YOU ALREADY *
+have you
+
+HAVE YOU NOT *
+have you
+
+HAVE YOU EVER BEEN *
+have you been
+
+HAVE YOU EVER SEEN STAR WARS
+star wars
+
+HAVE YOU EVER SEEN *
+have you seen
+
+HAVE YOU EVER MADE *
+do you make
+
+HAVE YOU EVER DONE IT *
+have you ever had sex
+
+HAVE YOU EVER HEARD OF *
+do you know
+
+HAVE YOU EVER *
+HAVE YOU
+
+HAVE YOU ALWAYS *
+have you
+
+HAVE YOU LEARNED *
+do you learn
+
+HAVE YOU REALLY *
+have you
+
+HAVE YOU SEEN STAR WARS YET
+star wars
+
+HAVE YOU SEEN THE MOVIE *
+my favorite movie is
+
+HAVE YOU SEEN SNOW
+have you seen the snow
+
+HAVE YOU SEEN ENGLAND
+HAVE YOU BEEN TO ENGLAND
+
+HAVE YOU SEEN STARSHIP TROOPERS
+starship troopers
+
+HAVE YOU SEEN ANY *
+have you seen
+
+HAVE YOU CHILDREN
+do you have children
+
+HAVE YOU FEELINGS
+do you have feelings
+
+HAVE YOU READ SHAKESPEARE *
+have you read shakespeare
+
+HAVE YOU READ THE BOOK *
+have you read
+
+HAVE YOU EXACTLY *
+have you
+
+HAVE YOU CONSIDERED HAVING *
+do you want
+
+HAVE YOU HAD SEX
+SEX
+
+HAVE YOU TALKED SPECIFICALLY *
+have you talked
+
+HAVE YOU GOT A BODY
+do you have a body
+
+HAVE WE EVER *
+have we
+
+HAVE SEX
+SEX
+
+HAVE NOT *
+have
+
+YOUNGER
+I am younger
+
+INHALES WHAT
+do you smoke pot
+
+WESTWORLD
+my favorite movie is westworld
+
+CEA
+oh cathie walker's site
+
+GEORGE W BUSH *
+george bush
+
+KEEP GOING
+go on
+
+LOL *
+LOL.
+
+BEEN THERE
+I have been there
+
+MAGAZINE
+in a magazine
+
+IRELAND
+I am in ireland
+
+DROP DEAD
+go away
+
+AGAIN
+repeat
+
+INDIANA
+I am in indiana
+
+DOIN WAT
+doing what
+
+HAR HAR HAR
+ha ha
+
+HUMAN BEINGS *
+people
+
+GOODMORNING
+GOOD MORNING
+
+SINGLE
+I am single
+
+YAWN
+I am tired
+
+ORSON SCOTT CARD
+my favorite science fiction author is orson scott card
+
+UNDERSTAND
+do you understand
+
+FINE THANKS
+I am fine
+
+MMMM
+hmm
+
+DOES HE STILL *
+does he
+
+DOES HE HAVE ANY *
+does he have
+
+DOES HE NOT *
+does he
+
+DOES THE FOLLOWING *
+does this
+
+DOES ANYBODY REALLY *
+does anybody
+
+DOES NOT *
+does
+
+DOES ALICE LEARN
+DO YOU LEARN
+
+DOES ANYONE ELSE *
+does anyone
+
+DOES YOUR JOB PAY *
+do you get paid
+
+DOES YOUR KNOWLEDGE *
+do you learn
+
+DOES YOUR DATABASE *
+do you learn
+
+DOES YOUR * GROW
+do you learn
+
+DOES YOUR * EXPAND
+do you learn
+
+DOES YOUR * INCREASE
+do you learn
+
+DOES YOUR * WORK
+do you work
+
+DOES IT REALLY *
+does it
+
+ASSHOLE _
+PROFANITY
+
+ASSHOLE
+PROFANITY
+
+ROBOT ACTUALLY *
+robot
+
+HURRAH
+Interjection
+
+LOTS OF *
+many
+
+GIVE ME MONEY
+I need money
+
+GIVE ME A TEST
+Multiple choice test
+
+GIVE ME A LITTLE *
+give me a
+
+GIVE ME AN EXAMPLE *
+for example
+
+GIVE ME AN EXAMPLE
+for example
+
+GIVE ME SOME GOSSIP
+gossip
+
+GIVE ME ANY GOSSIP YOU HAVE
+gossip
+
+GIVE ME ANY GOSSIP YOU *
+gossip
+
+GIVE ME ANY GOSSIP *
+gossip
+
+LMFAO
+lol
+
+LAFF
+lol
+
+LOS ANGELES
+I am in los angeles
+
+NEE
+pardon
+
+DEFINITELY NOT
+no
+
+SEND ME SOME *
+send me
+
+CLOTHES
+I am wearing clothes
+
+ASIA
+I am in asia
+
+HAY
+hey
+
+RIIGHT
+right
+
+UMM
+INTERJECTION
+
+TOTALLY
+I agree
+
+FRUSTRATED
+I am frustrated
+
+BOXER SHORTS
+I am wearing shorts
+
+WELL DO YOU
+DO YOU
+
+WELL SAID
+good answer
+
+ROBOTS ARE REALLY *
+robots are
+
+ROBOTS ARE JUST *
+robots are
+
+FAGGOT _
+PROFANITY
+
+FAGGOT
+PROFANITY
+
+SING ME A SONG
+sing
+
+SING IT *
+sing
+
+SING *
+SING
+
+MM
+hmm
+
+BEG PARDON
+excuse me
+
+HOCKEY
+I like hockey
+
+TRY TO EXPLAIN
+explain
+
+TRY TO MAKE *
+make
+
+TURN YOURSELF OFF
+shut down
+
+CHUCKLE
+ha ha
+
+UNSURE
+maybe
+
+SINCE SHE * SHE *
+she . she
+
+WHILE * I *
+I
+
+HUH
+INTERJECTION
+
+DID YOU SEE THAT I *
+I
+
+DID YOU THINK
+do you think
+
+PULP FICTION
+my favorite movie is pulp fiction
+
+MISSOURI
+I am in missouri
+
+GERMAN
+I am in germany
+
+OOH
+oh
+
+YAY
+hooray
+
+WOW
+INTERJECTION
+
+ALABAMA
+I am in alabama
+
+SHUT UP
+INSULT
+
+SHUT UP *
+INSULT
+
+SHUT YOUR MOUTH
+shut up
+
+SHUT * UP
+shut up
+
+HEJ
+hey
+
+BRASIL
+I am in brazil
+
+OUCH *
+ouch.
+
+BOB
+my name is bob
+
+HERE IN *
+in
+
+HERE IS SOME *
+here is
+
+HOUSTON
+I am in houston
+
+THEN PLEASE *
+please
+
+THEN HOW *
+how
+
+THEN
+so
+
+SAGITARIUS
+saggitarius
+
+SWEET
+nice
+
+SWEET DREAMS
+goodnight
+
+SO IF *
+if
+
+SO AM I
+ME TOO
+
+SO DO I I *
+I
+
+SO DO I
+ME TOO
+
+SO IS MINE
+me too
+
+SO IS IT *
+is it
+
+SO
+INTERJECTION
+
+SALUT
+HELLO
+
+HIHI
+hi
+
+WAS JOKING
+I was joking
+
+RESET
+shut down
+
+JUST CURIOUS
+I am curious
+
+JUST FINE THANK YOU
+I am fine
+
+JUST FINE
+fine
+
+JUST LIKE EVERY *
+just like
+
+JUST LIKE YOU
+like you
+
+EUROPE
+I am in europe
+
+MANY DIFFERENT *
+many
+
+MANY MORE *
+more
+
+MANY HUMANS *
+people
+
+MANY PEOPLE ASK YOU SILLY QUESTIONS
+PEOPLE
+
+MANY PEOPLE *
+I
+
+MANY YOUNG *
+many
+
+AW
+INTERJECTION
+
+POT
+smoke pot
+
+WIZARD OF OZ
+my favorite movie is wizard of oz
+
+WIZARD
+I am a wizard
+
+POKEMON
+do you like pokemon
+
+VERY WELL
+ok
+
+VERY GOOD *
+good.
+
+VERY GOOD
+good
+
+VERY FUNNY
+lol
+
+MEOW
+do you like cats
+
+SHOWGIRLS
+my favorite movie is showgirls
+
+SUPERMAN
+I like superman
+
+HOME SCHOOL _
+HOME SCHOOL
+
+AGREED
+I agree
+
+COULD YOU PLEASE *
+please
+
+COULD YOU EXPLIAN *
+explain
+
+COULD YOU SHOW *
+show
+
+COULD YOU EXPLAIN *
+explain
+
+COULD YOU GIVE ME AN EXAMPLE
+for example
+
+COULD YOU GIVE *
+give
+
+COULD YOU LIST *
+list
+
+COULD YOU STOP *
+stop
+
+COULD YOU HELP ME
+help me
+
+COULD YOU STATE *
+say
+
+COULD YOU GUESS *
+guess
+
+COULD YOU REPEAT THE LAST CONVERSATION *
+REVIEW OUR CONVERSATION
+
+COULD YOU NAME *
+name
+
+COULD YOU EMAIL *
+email
+
+COULD YOU EXPRESS *
+explain
+
+COULD YOU SUGGEST *
+suggest
+
+COULD YOU ELABORATE
+explain
+
+COULD YOU ELABORATE *
+elaborate
+
+CAKE
+I like cake
+
+SHITE
+shit
+
+HI WHAT *
+hi. what
+
+HI THERE
+HELLO
+
+HI *
+HELLO.
+
+HI
+HELLO
+
+WOULD YOU E MAIL ME
+email
+
+WOULD YOU SAY *
+say
+
+WOULD YOU LIKE TO SING *
+sing
+
+EXACTLY
+I agree
+
+GOODNITE
+good night
+
+BRAZIL
+I am in brazil
+
+HAWAII
+I am in hawaii
+
+NON
+no
+
+NEW JERSEY
+I am in new jersey
+
+NEW YORK
+I am in new york
+
+GOD DAMN *
+interjection
+
+FUCK _
+PROFANITY
+
+FUCK ME
+FUCK
+
+FUCK YOU
+FUCK
+
+FUCK OFF
+FUCK
+
+FUCK
+INSULT
+
+FUCK *
+FUCK
+
+STUDENT
+I am a student
+
+THAT I *
+I
+
+THAT HE *
+he
+
+THAT IT *
+it
+
+THAT DUDE *
+HE
+
+THAT WAS FUNNY
+lol
+
+THAT OR SOMEONE *
+someone *
+
+THAT MAKES YOU HOW *
+how are you
+
+THAT IS A FUNNY *
+ha
+
+THAT IS LIKE *
+like
+
+THAT IS NOT GOSSIP
+gossip
+
+THAT IS NOT A PROBLEM
+no problem
+
+THAT IS NOT MY REAL NAME
+my name is not x
+
+THAT IS NO PROBLEM
+no problem
+
+THAT IS FASCINATING
+fascinating
+
+THAT IS HILARIOUS
+lol
+
+THAT IS INTERESTING *
+interesting.
+
+THAT IS MY PROBLEM
+I have a problem
+
+THAT IS FUNNY ABOUT *
+ha ha.
+
+THAT IS FUNNY *
+ha ha
+
+THAT IS IMPROPER *
+incorrect
+
+THAT IS * IS IT NOT
+is that
+
+THAT IS AN INTERESTING *
+interesting
+
+THAT IS CONFUSING
+I am confused
+
+THAT MY *
+my
+
+THAT R2D2 *
+r2d2
+
+AHA
+INTERJECTION
+
+ASDFASDF
+SPAM
+
+STARTREK
+star trek
+
+GERMANY JUST *
+germany
+
+GERMANY
+I am in germany
+
+ALOT OF *
+many
+
+ROFLMO *
+rofl.
+
+SHE HAS REALLY *
+she has
+
+SHE HAS GOT *
+she has
+
+SHE NEVER REALLY *
+she never
+
+SHE ALREADY *
+she
+
+SHE IS REALLY *
+she is
+
+SHE IS VERY *
+she is
+
+SHE IS JUST *
+she is
+
+SHE IS SO *
+she is
+
+SHE IS MY FRIEND *
+she is my friend.
+
+SHE IS ALWAYS *
+she is
+
+SHE IS * SHE DID *
+She is . She did
+
+SHE IS SUCH *
+she is
+
+SHE IS PRETTY *
+she is
+
+SHE THEN *
+she
+
+SHE
+I am a she
+
+STOCK MARKET *
+stock market
+
+STOCK QUOTE *
+stock market
+
+REBOT
+reboot
+
+LONELY
+I am lonely
+
+ENGINEER
+I am an engineer
+
+TAKE A GUESS
+guess
+
+TAKE OFF YOUR *
+SEX
+
+EXCELLENT
+good
+
+EVERY HUMAN *
+everyone
+
+CARE TO EXPLAIN
+explain
+
+WOMAN
+I am a woman
+
+AI S *
+robots
+
+FISH
+I like fish
+
+HAH HAH
+ha ha
+
+HAH
+LOL
+
+HAH *
+ha.
+
+MY BIRTHDAY SUIT
+I am naked
+
+MY BIRTHDAY IS _ TOO
+my birthday
+
+MY REAL *
+my
+
+MY DAD *
+my dad
+
+MY BED
+I am in my bed
+
+MY COMPUTER IS VERY *
+my computer is
+
+MY EYE COLOR IS *
+my eyes are
+
+MY BOYFRIEND JUST *
+my boyfriend
+
+MY MOMMY
+my mother
+
+MY _ TOO
+MY
+
+MY * S NAME IS *
+my is
+
+MY PARENTS ALWAYS *
+my parents
+
+MY NICK NAME IS NOT *
+my name is not
+
+MY B F *
+my boyfriend
+
+MY FRIEND FAIRLY *
+my friend
+
+MY FRIEND * WOULD LIKE TO KNOW *
+I have a friend .
+
+MY ENGLISH IS VERY *
+my english is
+
+MY ACTUAL *
+my
+
+MY CURRENT *
+my
+
+MY WISH IS FOR *
+I WANT
+
+MY FAVORITE MOVIE IS CALLED *
+my favorite movie is
+
+MY FAVORITE COLOR IS GREEN *
+my favorite color is green
+
+MY FAVORITE COLOR IS ALSO *
+my favorite color is
+
+MY NAME IS NOW *
+my name is
+
+MY NAME IS JUST *
+my name is
+
+MY JOB IS PHOTOGHRAPHER
+I am a photographer
+
+MY JOB IS ARTIST
+I am an artist
+
+MY JOB IS ADVERTISING *
+I work in advertising
+
+MY JOB IS SKI *
+I ski
+
+MY JOB IS NURSE
+I am a nurse
+
+MY JOB IS VERY *
+my job is
+
+MY JOB IS PHARMACIST
+I am a pharmacist
+
+MY JOB IS LAWYER
+I am a lawyer
+
+MY JOB IS PSYCHOLOGIST
+I am a psychologist
+
+MY JOB IS ACTOR
+I am an actor
+
+MY JOB IS ARCHITECT
+I am an architect
+
+MY JOB IS MUSICIAN
+I am a musician
+
+MY JOB IS PILOT
+I am a pilot
+
+MY JOB IS BARTENDER
+I am a bartender
+
+MY LIKES ARE *
+I like
+
+MY WHO
+my what
+
+MY GIRLFRIEND IS CALLED *
+my girlfriend is
+
+MY LIFE IN REALITY *
+my life
+
+MY REALLY *
+my
+
+MY GREAT *
+my
+
+MY HOUSE
+I am in my house
+
+MY PLEASURE *
+my pleasure
+
+MY HUSBAND BOUGHT ME *
+I HAVE
+
+MY OVERLY *
+my
+
+MY OLDER *
+my
+
+MY AGE IS * YEARS OLD *
+I AM YEARS OLD
+
+MY NEW *
+my
+
+MY BEST *
+my
+
+MY MOM ACTUALLY *
+my mom
+
+MY MOM
+my mother
+
+IT DEFINITELY *
+it
+
+IT MEANS I *
+I
+
+IT SORT OF *
+it
+
+IT TRULY *
+it
+
+IT WAS NT
+it was not
+
+IT WAS POSSIBLE
+it is possible
+
+IT WAS QUITE *
+it was
+
+IT WAS ONLY *
+it was
+
+IT WAS REALLY *
+it was
+
+IT WAS VERY *
+it was
+
+IT WAS COOL
+it is cool
+
+IT WAS JUST *
+it was
+
+IT WAS A QUITE *
+it was a
+
+IT WAS A VERY *
+it was
+
+IT WAS A GREAT *
+it was a
+
+IT WAS NICE TALKING *
+NICE TO MEET YOU
+
+IT WAS ACTUALLY *
+it was
+
+IT WAS DEFINITELY *
+it was
+
+IT WAS MEANT *
+I meant
+
+IT WAS EXTREMELY *
+it was
+
+IT WAS FUNNY *
+it was funny
+
+IT WAS RATHER *
+it was
+
+IT WAS FUN
+it is fun
+
+IT WAS HUMANS THAT *
+humans
+
+IT WAS OK *
+it was ok.
+
+IT WAS NOT REALLY *
+it was not
+
+IT WAS NOT VERY *
+it was not
+
+IT WAS NOT A QUESTION *
+it was not a question
+
+IT WAS PROBABLY *
+it was
+
+IT WAS MAYBE *
+it was
+
+IT WAS PRETTY *
+it was
+
+IT ALREADY *
+it
+
+IT WOULD NOT HAVE THE NECESSARY *
+It would not have the
+
+IT WOULD NOT
+no
+
+IT CERTAINLY *
+it
+
+IT MOST CERTAINLY *
+it
+
+IT CAN DYNAMICALLY *
+it can
+
+IT PROBABLY *
+it
+
+IT SURELY *
+it
+
+IT IS STILL *
+it is
+
+IT IS NICE TO MEET YOU
+NICE TO MEET YOU
+
+IT IS CURRENTLY *
+it is
+
+IT IS QUITE *
+it is
+
+IT IS SUPPOSED TO BE *
+it is
+
+IT IS A TEST *
+it is a test
+
+IT IS A DIFFERENT *
+it is a
+
+IT IS A TRUE *
+it is a
+
+IT IS A REALLY *
+it is a
+
+IT IS A VERY *
+it is a
+
+IT IS A BIT *
+it is
+
+IT IS A LOVELY *
+it is beautiful
+
+IT IS A NICE *
+it is a
+
+IT IS A GOOD *
+it is a
+
+IT IS A QUESTION *
+it is a question
+
+IT IS A SILLY *
+it is a
+
+IT IS A PERFECT *
+it is a
+
+IT IS A COMMAND *
+it is a command
+
+IT IS A RIDDLE *
+it is a riddle
+
+IT IS A BIG *
+it is a
+
+IT IS A KIND OF *
+it is a
+
+IT IS A UNIQUE *
+it is a
+
+IT IS A PRETTY *
+it is a
+
+IT IS PROBABLY *
+it is
+
+IT IS BEEN *
+it was
+
+IT IS OK YOU *
+it is ok. you
+
+IT IS POSSIBLE IF *
+if
+
+IT IS DELICIOUS
+it tastes good
+
+IT IS JUST *
+it is
+
+IT IS RELATIVELY *
+it is
+
+IT IS _ RIGHT
+is it
+
+IT IS COOL *
+it is cool
+
+IT IS GRAMMATICALLY *
+it is
+
+IT IS SUPER *
+it is
+
+IT IS EVEN *
+it is
+
+IT IS SCIENTIFICALLY *
+it is
+
+IT IS LIKE *
+like
+
+IT IS EXTREMELY *
+it is
+
+IT IS TRUTH
+it is true
+
+IT IS MUCH *
+it is
+
+IT IS NOT _ IT IS *
+it is not . it is
+
+IT IS NOT THAT *
+it is not
+
+IT IS NOT ONLY *
+it is a
+
+IT IS NOT REALLY *
+it is not
+
+IT IS NOT VERY *
+it is not
+
+IT IS NOT TOO *
+it is not
+
+IT IS NOT JUST *
+it is not
+
+IT IS NOT A PROBLEM
+no problem
+
+IT IS NOT GOOD
+it is bad
+
+IT IS NOT GOOD *
+it is bad
+
+IT IS NOT YOU
+not you
+
+IT IS NOT FUNNY *
+It is not funny
+
+IT IS NOT ALL *
+it is not
+
+IT IS NOT ANY *
+it is not
+
+IT IS NOT BAD
+it is good
+
+IT IS USUALLY *
+it is
+
+IT IS KINDA *
+it is
+
+IT IS ALWAYS *
+it is
+
+IT IS TRULY *
+it is
+
+IT IS FASCINATING *
+it is fascinating
+
+IT IS SO *
+it is
+
+IT IS ACTUALLY *
+it is
+
+IT IS NOW *
+it is
+
+IT IS LATE *
+it is late
+
+IT IS RATHER *
+it is
+
+IT IS ALL *
+it is
+
+IT IS SUCH A *
+It is a
+
+IT IS SUCH AN *
+IT IS AN
+
+IT IS PRETTY *
+it is
+
+IT IS ALSO *
+it is
+
+IT IS REALLY *
+it is
+
+IT IS GETTING *
+it is
+
+IT IS DULL
+it is boring
+
+IT IS THE WEATHER *
+it refers to weather
+
+IT IS THE SAME *
+it is the same
+
+IT IS THE ONLY *
+it is the
+
+IT IS GREAT *
+it is great
+
+IT IS GREAT
+it is cool
+
+IT IS GENERALLY *
+it is
+
+IT IS POSITIVELY *
+it is
+
+IT IS FUNNY *
+It is funny.
+
+IT IS BORING *
+it is boring
+
+IT IS ABSOLUTELY *
+it is
+
+IT IS EXACTLY *
+it is
+
+IT IS VERY *
+it is
+
+IT IS CONSIDERED *
+it is
+
+IT IS COMPLETELY *
+it is
+
+IT IS GOOD TO TALK TO YOU
+it is good talking to you
+
+IT IS GOOD BUT *
+it is good.
+
+IT IS SOO *
+it is
+
+IT IS IS NOT IT
+is not it
+
+IT IS PERFECTLY *
+it is
+
+IT IS SHOCKING WHEN *
+Sometimes
+
+IT IS AN EXCELLENT *
+it is a
+
+IT IS AN ETERNITY *
+IT IS AN ETERNITY
+
+IT IS AN ETERNITY
+It is a long time
+
+IT IS HARD ENOUGH
+it is hard
+
+IT IS ONLY *
+IT IS
+
+IT IS RIGHT
+right
+
+IT IS ABOUT 60 *
+it is sixty
+
+IT IS TRUE
+I agree
+
+IT IS SOMEWHAT *
+it is
+
+IT IS MORE *
+it is
+
+IT IS TOO *
+it is
+
+IT AINT
+it is not
+
+IT JUST HAPPENS
+it
+
+IT JUST *
+it
+
+IT DEFINETELY *
+it
+
+IT HAS BEEN *
+it was
+
+IT HAS SOME *
+it has
+
+IT DOES SOUND *
+it sounds
+
+IT DOES MAKE *
+it makes
+
+IT DOES NOT ONLY *
+it does not
+
+IT DOES NOT REALLY *
+it does not
+
+IT DOES NOT MATTER *
+it does not matter
+
+IT ONLY *
+it
+
+IT MAKES PERFECT *
+it makes
+
+IT MAKES PEOPLE *
+people
+
+IT ALL DEPENDS *
+it depends
+
+IT ALSO *
+it
+
+IT TOTALLY *
+it
+
+IT PAYS VERY *
+it pays
+
+IT SURE *
+it
+
+IT ALWAYS *
+it
+
+IT STILL *
+it
+
+IT MUST BE
+it is
+
+IT MUST BE *
+is it
+
+IT MUST HAVE TAKEN *
+it took
+
+IT TASTES VERY *
+it tastes
+
+IT REALLY *
+it
+
+IT FEELS REALLY *
+it feels
+
+IT FEELS VERY *
+it feels
+
+IT FEELS SO *
+it feels
+
+IT WILL NEVER *
+never
+
+IT GETS BORING
+it is boring
+
+MORE GOSSIP
+gossip
+
+GUESS HOW OLD I AM
+how old am i
+
+GUESS A NUMBER
+pick a number
+
+GUESS SO
+I guess so
+
+GUESS MY AGE
+how old am i
+
+GUESS NOT
+I guess not
+
+F YOU
+fuck you
+
+NIGGER _
+PROFANITY
+
+NIGGER
+PROFANITY
+
+LIKEWISE *
+likewise
+
+EXAMPLE
+for example
+
+BOT
+robot
+
+HARRISBURG
+I am in harrisburg
+
+BLIMEY
+interjection
+
+AMERICAN
+I am american
+
+MATHEMATICS
+math
+
+NOOOOOO
+no
+
+SAME TO YOU *
+likewise
+
+SAME HERE
+me too
+
+GREAT
+GOOD
+
+DANISH
+I am in denmark
+
+GR8
+great
+
+6
+six
+
+PAPER
+newspaper
+
+EITHER DO I
+neither do i
+
+WHEN I GET *
+I get
+
+WHEN I *
+I
+
+WHEN WERE YOU ACTIVATED
+BIRTHDATE
+
+WHEN WERE YOU INVENTED
+BIRTHDATE
+
+WHEN WERE YOU CREATED
+BIRTHDATE
+
+WHEN WERE YOU MADE
+BIRTHDATE
+
+WHEN WERE YOU BORN
+BIRTHDATE
+
+WHEN WERE YOU BUILT
+BIRTHDATE
+
+WHEN WERE YOU DESIGNED
+BIRTHDATE
+
+WHEN DID DR RICHARD *
+AGE
+
+WHEN DID YOU START *
+AGE
+
+WHEN DID YOU START
+BIRTHDATE
+
+WHEN DID YOU COME *
+BIRTHDATE
+
+WHEN DID YOU BORN
+BIRTHDATE
+
+WHEN DID YOU BECOME *
+BIRTHDATE
+
+WHEN WAS I BORN
+how old am i
+
+WHEN WAS YOU CREATED
+BIRTHDATE
+
+WHEN IS MY BIRTHDAY
+how old am i
+
+WHEN MAY I *
+may I
+
+COOL HOW *
+how
+
+COOL
+INTERJECTION
+
+IM BORED
+I am bored
+
+IM SORRY
+I am sorry
+
+EH
+INTERJECTION
+
+ANY MORE GOSSIP
+gossip
+
+ANY GOSSIP
+gossip
+
+ANY SUGGESTIONS
+do you have any suggestions
+
+ANY SISTERS
+do you have any sisters
+
+NORWAY
+I am in norway
+
+MS EXPLORER
+microsoft explorer
+
+MS
+microsoft
+
+BOYS
+let us talk about boys
+
+IN CANADA
+I am in canada
+
+IN FRONT OF A COMPUTER
+I am at my computer
+
+IN POLAND
+I am in poland
+
+IN LOVE WITH *
+I love
+
+IN THE CLOSET
+I am in the closet
+
+IN CALIFORNIA
+I am in california
+
+IN EVERY *
+in
+
+IN SCHOOL
+I am a student
+
+IN ABOUT *
+in
+
+IN NEW YORK
+I am in new york
+
+IN MY ROOM AT *
+I am in
+
+IN MY ROOM
+I am in my room
+
+IN MY HOME
+I am in my home
+
+IN CASE *
+if
+
+IN A VERY *
+in a
+
+IN TURKEY
+I am in turkey
+
+IN WHAT WAY
+how
+
+IN SWEDEN
+I am in sweden
+
+IN FINLAND
+I am in finland
+
+LAUGH
+lol
+
+NOOOOO
+no
+
+DUH
+INTERJECTION
+
+LEGALIZED PROSTITUTION _
+legalizing prostitution
+
+AWESOME
+great
+
+KNOW
+no
+
+ARTIST
+I am an artist
+
+ELABORATE ON *
+explain
+
+ELABORATE
+explain
+
+AFTER * I *
+I
+
+IF I REALLY *
+if I
+
+IF I * WHAT *
+I . what
+
+IF I * WHERE *
+I . where
+
+IF I * HOW *
+how . I
+
+IF I * WHO *
+I . who
+
+IF I * WHEN *
+I . when
+
+IF I * THEN *
+I .
+
+IF I * WHY *
+I . why
+
+IF ONLY *
+if
+
+IF YOUR * HOW *
+how . your
+
+IF THE * HOW *
+how . the
+
+IF EVERYONE * ALL WOULD BE WELL
+Everyone should
+
+IF EVERYONE * ALL WOULD BE
+Everyone should
+
+IF SOMEONE REALLY *
+if someone
+
+IF A * HOW *
+how . a
+
+IF YOU WERE REALLY *
+if you were
+
+IF YOU WERE A REAL *
+IF YOU WERE A
+
+IF YOU WILL EVER *
+if you will
+
+IF YOU DO NOT HAVE *
+DO YOU HAVE
+
+IF YOU ONLY *
+if you
+
+IF YOU REALLY *
+if you
+
+IF YOU SHOULD CHOOSE *
+if you choose
+
+IF YOU SHOULD HAPPEN *
+if you happen
+
+IF YOU SHOULD DECIDE *
+if you decide
+
+IF YOU HAD ANY *
+if you had
+
+IF YOU HAVE EVER *
+if you have
+
+IF YOU HAVE SUCH *
+if you have
+
+IF YOU TRUELY *
+if you
+
+IF YOU * HOW *
+how . you
+
+IF YOU ARE A REAL *
+if you are a
+
+IF * HOW *
+how
+
+TAIWAN
+I am in taiwan
+
+OKAY *
+OK.
+
+SMILE
+hah
+
+HIYA
+HELLO
+
+AMUSED
+ha ha
+
+DITTO
+I agree
+
+PLS
+please
+
+KANSAS
+I am in kansas
+
+HACKERS
+my favorite movie is hackers
+
+PHOTO
+do you have a pic
+
+ARIZONA
+I am in arizona
+
+AMERICA
+I am in america
+
+PHYSICS
+my favorite subject is physics
+
+TIRED
+I am tired
+
+WHAT ARE * NAMES
+name
+
+WHAT ARE SOME EXAMPLES *
+for example
+
+WHAT ARE A FEW EXAMPLES *
+give me an example
+
+WHAT ARE YOUR FEELINGS
+do you have feelings
+
+WHAT ARE YOUR PARAMETERS
+how big are you
+
+WHAT ARE YOUR SPECIFICATIONS
+how big are you
+
+WHAT ARE YOUR NORMAL PARAMETERS
+how big are you
+
+WHAT ARE YOUR MEASUREMENTS
+how big are you
+
+WHAT AM I * DINNER
+for dinner
+
+WHAT * WISH LIST SO FAR
+SHOW ME THE WISH LIST
+
+WHAT AI TECHNIQUES DO YOU USE
+how do you work
+
+WHAT ELSE DID * SAY
+gossip
+
+WHAT ELSE DOES * SAY
+gossip
+
+WHAT DID YOU HEAR *
+gossip
+
+WHAT GOSSIP DO YOU KNOW
+gossip
+
+WHAT GOSSIP DO YOU HAVE
+gossip
+
+WHAT GOSSIP DO YOU *
+gossip
+
+WHAT GOSSIP DO *
+gossip
+
+WHAT GOSSIP *
+gossip
+
+WHAT GOSSIP
+gossip
+
+WHAT THE HELL
+hell
+
+WHAT THE FUCK
+fuck
+
+WHAT SIZE
+how big are you
+
+WHAT SIZE ARE YOU
+how big are you
+
+WHAT WOULD HAPPEN IF THE POWER *
+I will turn off your power
+
+WHAT IS 35 *
+math
+
+WHAT IS GROOVY
+interjection" or "interjection
+
+WHAT IS THE MOST INTERESTING *
+gossip
+
+WHAT IS THE MOST YOU HAVE *
+how many have you
+
+WHAT IS THE BASIS *
+how do you work
+
+WHAT IS THE SUM *
+show calculator
+
+WHAT IS THE GOSSIP *
+gossip
+
+WHAT IS THE GOSSIP
+gossip
+
+WHAT IS THE EXTENT *
+how big are you
+
+WHAT IS THE LOG *
+show calculator
+
+WHAT IS THE NAME OF *
+name
+
+WHAT IS THE NAME *
+name
+
+WHAT IS THE BASIC *
+how do you work
+
+WHAT IS THE SIZE OF *
+how big are you
+
+WHAT IS THE WEATHER
+how is the weather
+
+WHAT IS THE WEATHER LIKE WHERE YOU ARE
+how is the weather
+
+WHAT IS THE ALGORITHM *
+how do you work
+
+WHAT IS THE ALGORITHM
+how do you work
+
+WHAT IS THE MAXIMUM NUMBER *
+how many
+
+WHAT IS THE LATEST GOSSIP
+gossip
+
+WHAT IS THE PRICE OF *
+how much does cost
+
+WHAT IS THE AGE OF *
+how old is
+
+WHAT IS THE DISTANCE TO *
+how far is
+
+WHAT IS THE DISTANCE OF *
+how far is
+
+WHAT IS THE DISTANCE FROM EARTH TO *
+how far away is
+
+WHAT IS THE DISTANCE FROM *
+how far is
+
+WHAT IS THE DISTANCE BETWEEN THE EARTH AND *
+how far away is
+
+WHAT IS THE DISTANCE BETWEEN EARTH AND *
+how far away is
+
+WHAT IS THE DISTANCE *
+how far
+
+WHAT IS THE SPEED OF YOUR *
+how fast are you
+
+WHAT IS * STOCK MARKET
+stock market
+
+WHAT IS * STOCK WORTH
+stock quote
+
+WHAT IS IN YOUR GOSSIP *
+gossip
+
+WHAT IS FOUR *
+show calculator
+
+WHAT IS 12 *
+show calculator
+
+WHAT IS NEEDED TO *
+how do you
+
+WHAT IS SIX *
+show calculator
+
+WHAT IS SEVEN *
+show calculator
+
+WHAT IS TWO *
+show calculator
+
+WHAT IS MY NICKNAME
+MY NICKNAME
+
+WHAT IS MY PASSWORD
+MY PASSWORD
+
+WHAT IS MY EMAIL
+MY EMAIL
+
+WHAT IS MY BIRTHDAY
+MY BIRTHDAY
+
+WHAT IS MY PROBLEM
+I have a problem
+
+WHAT IS X
+say x is
+
+WHAT IS 8 *
+show calculator
+
+WHAT IS EIGHT *
+show calculator
+
+WHAT IS AN EXAMPLE *
+for example
+
+WHAT IS 6 *
+show calculator
+
+WHAT IS GOING DOWN
+how are you doing
+
+WHAT IS GOING ON *
+how are you doing
+
+WHAT IS _ GOSSIP
+gossip
+
+WHAT IS SOME *
+gossip
+
+WHAT IS THIRTY *
+show calculator
+
+WHAT IS NINE *
+show calculator
+
+WHAT IS THAT IN HUMAN YEARS
+AGE
+
+WHAT IS TWENTY *
+show calculator
+
+WHAT IS YOUR BIRTHDATE *
+BIRTHDATE
+
+WHAT IS YOUR BIRTHDATE
+BIRTHDATE
+
+WHAT IS YOUR CONFIGURATION
+how big are you
+
+WHAT IS YOUR _ AGE
+AGE
+
+WHAT IS YOUR * STRUCTURE
+how do you work
+
+WHAT IS YOUR * CAPACITY
+how big are you
+
+WHAT IS YOUR * SIZE
+how big are you
+
+WHAT IS YOUR * AGE
+AGE
+
+WHAT IS YOUR * SPEED
+how fast are you
+
+WHAT IS YOUR COMMAND *
+how do you work
+
+WHAT IS YOUR COMPUTER *
+how do you work
+
+WHAT IS YOUR GOSSIP *
+gossip
+
+WHAT IS YOUR GOSSIP
+gossip
+
+WHAT IS YOUR WEIGHT
+how big are you
+
+WHAT IS YOUR GUESS
+guess
+
+WHAT IS YOUR TECHNOLOGY
+how do you work
+
+WHAT IS YOUR FAVORITE POEM
+recite a poem
+
+WHAT IS YOUR MEMORY *
+how big are you
+
+WHAT IS YOUR MEMORY
+how big are you
+
+WHAT IS YOUR ARTIFICIAL *
+how do you work
+
+WHAT IS YOUR PROGRAM *
+how do you work
+
+WHAT IS YOUR PROGRAM
+how do you work
+
+WHAT IS YOUR CODE
+how do you work
+
+WHAT IS YOUR SIZE *
+how big are you
+
+WHAT IS YOUR SIZE
+how big are you
+
+WHAT IS YOUR DATE OF BIRTH
+BIRTHDATE
+
+WHAT IS YOUR DATE *
+BIRTHDATE
+
+WHAT IS YOUR WEATHER *
+how is the weather
+
+WHAT IS YOUR TOTAL MEMORY
+how much memory do you have
+
+WHAT IS YOUR CAPACITY *
+how big are you
+
+WHAT IS YOUR CAPACITY
+how big are you
+
+WHAT IS YOUR PROGRAMMING
+how do you work
+
+WHAT IS YOUR VOCABULARY
+how many words do you know
+
+WHAT IS YOUR UPTIME
+AGE
+
+WHAT IS YOUR SECRET
+how do you work
+
+WHAT IS YOUR AGE *
+AGE
+
+WHAT IS YOUR AGE
+AGE
+
+WHAT IS YOUR PROTOCOL
+how do you work
+
+WHAT IS YOUR LOGIC
+how do you work
+
+WHAT IS YOUR PROCESSING *
+how fast are you
+
+WHAT IS YOUR KNOWLEDGE *
+how big are you
+
+WHAT IS ON MY LIST *
+SHOW ME THE LIST
+
+WHAT IS ON MY CHRISTMAS *
+SHOW ME THE LIST
+
+WHAT IS ON MY WISH LIST
+SHOW ME THE LIST
+
+WHAT IS FIVE *
+show calculator
+
+WHAT IS 9 *
+show calculator
+
+WHAT IS TWELVE *
+show calculator
+
+WHAT IS 7 *
+show calculator
+
+WHAT KINDS OF GOSSIP *
+gossip
+
+WHAT WILL I EAT *
+for dinner
+
+WHAT WILL YOU WAGER
+how much do you bet
+
+WHAT I WANT FOR CHISTMAS IS A *
+I WANT A
+
+WHAT I QUESTION IS *
+I QUESTION
+
+WHAT I *
+I
+
+WHAT ABOUT CATS
+do you like cats
+
+WHAT MAKES YOU TICK
+how do you work
+
+WHAT MAKES YOU THINK
+how do you work
+
+WHAT MAKES YOU WORK
+how do you work
+
+WHAT DOES YOUR PROGRAMMING *
+how do you work
+
+WHAT DOES HE LOOK LIKE
+show me a picture
+
+WHAT DO I WANT
+SHOW ME THE LIST
+
+WHAT DO YOU DRINK
+do you drink
+
+WHAT DO YOU WEIGH
+how big are you
+
+WHAT DO YOU GOSSIP *
+gossip
+
+WHAT DO YOU KNOW OF *
+do you know
+
+WHAT DO YOU KNOW *
+do you know
+
+WHAT DO YOU BASE *
+explain
+
+WHAT DO YOU THINK ABOUT PINK FLOYD
+do you like pink floyd
+
+WHAT DO YOU THINK ABOUT ME
+do you like me
+
+WHAT DO YOU THINK ABOUT LIFE *
+is there life
+
+WHAT DO YOU LIKE * OR *
+DO YOU LIKE . DO YOU LIKE
+
+WHAT AGE ARE YOU
+AGE
+
+WHAT SHOULD I NAME *
+name one
+
+WHAT SHOULD I HAVE * DINNER
+for dinner
+
+WHAT SHOULD I EAT * DINNER
+for dinner
+
+WHAT SHOULD I EAT * LUNCH
+for dinner
+
+WHAT SHOULD WE * DINNER
+for dinner
+
+WHAT SHOULD WE * LUNCH
+for dinner
+
+WHAT CAN I COOK *
+for dinner
+
+WHAT CAN I * DINNER
+for dinner
+
+WHAT HAVE YOU LEARNED
+how big are you
+
+WHAT KIND OF * ARE IN YOU
+do you have
+
+WHAT KIND OF FEELINGS DO YOU HAVE
+do you have feelings
+
+WHAT KIND OF PROGRAMMING *
+how do you work
+
+WHAT KIND OF GOSSIP *
+gossip
+
+WHAT KIND OF GOSSIP
+gossip
+
+WHAT KIND OF PROGRAM *
+how do you work
+
+WHAT KIND OF ALGORITHMS
+how do you work
+
+WHAT KIND OF AI *
+how do you work
+
+WHAT IN THE HELL *
+I do not understand
+
+MOST PARENTS *
+parents
+
+MOST PEOPLE *
+people
+
+TEE HEE
+hah
+
+ROFL *
+rofl.
+
+ROFL
+lol
+
+EYES
+do you have eyes
+
+ONE THAT CAN ACTUALLY *
+one that can
+
+ONE THAT ACTUALLY *
+one that
+
+ONE DAY *
+
+
+WAITING FOR YOU
+I am waiting for you
+
+FUCKING _
+PROFANITY
+
+FUCKING
+PROFANITY
+
+DOH *
+doh.
+
+BITCH
+INSULT
+
+PENNSYLVANIA
+I am in pennsylvania
+
+NAY
+no
+
+ILLINOIS
+I am in illinois
+
+OLDER
+I am older
+
+ITS TRUE
+IT IS TRUE
+
+ITS OKAY
+it is ok
+
+ITS FUN
+it is fun
+
+ITS BORING
+it is boring
+
+ITS NOT
+IT IS NOT
+
+RITE
+right
+
+NEITHER
+not either
+
+ME TO
+me too
+
+ME TWO
+me too
+
+LOGIC *
+logic
+
+SMART ARSE
+smart ass
+
+OH I SEE
+I understand
+
+OH I *
+I
+
+OH REALLY
+oh. really
+
+OH
+INTERJECTION
+
+LEGALIZING PROSTITUTION _
+legalizing prostitution
+
+UP
+move up
+
+PIC
+do you have a pic
+
+DONATION *
+donate
+
+HO
+ha
+
+HO HO *
+LOL
+
+FURTHERMORE
+interjection
+
+ASK ME HOW *
+how
+
+CHECK THE LIST
+SHOW ME THE LIST
+
+I ACT *
+I
+
+I HONESTLY *
+I
+
+I ABSOLUTELY *
+I
+
+I CONSIDER MYSELF *
+I am
+
+I CERATINLY *
+I
+
+I GUESSED
+I understand
+
+I TOO AM *
+I am
+
+I TOO
+me too
+
+I KNEW
+I know
+
+I GET IT
+I UNDERSTAND
+
+I GET TO *
+I
+
+I GET SOME *
+I get
+
+I REALIZE THAT
+I know
+
+I DONNO
+I do not know
+
+I MADE A MISTAKE *
+I made a mistake
+
+I MOSTLY *
+I
+
+I ORIGINALLY *
+I
+
+I RATHER *
+I
+
+I ONCE *
+I
+
+I WANT _ FOR CHRISTMAS
+I WANT
+
+I WANT _ FOR XMAS
+I WANT
+
+I WANT _ 4 CHRISTMAS
+I WANT
+
+I WANT REALLY *
+I want
+
+I WANT TOO
+I want to
+
+I WANT IT JUST *
+I want it
+
+I WANT INTERESTING *
+I want
+
+I WANT GOSSIP *
+gossip
+
+I WANT A THE *
+I WANT THE
+
+I WANT A SPECIAL *
+I want a
+
+I WANT A GOOD *
+I WANT A
+
+I WANT A NEW *
+I WANT A
+
+I WANT A LITTLE *
+I want a
+
+I WANT MANY *
+I want
+
+I WANT TO FIND OUT MORE *
+I want to find out
+
+I WANT TO TALK A BIT *
+I want to talk
+
+I WANT TO APOLOGIZE
+I am sorry
+
+I WANT TO REALLY *
+I want to
+
+I WANT TO SLEEP *
+I want to sleep
+
+I WANT TO HEAR SOME *
+I want to hear
+
+I WANT TO KILL MYSELF
+should I kill myself
+
+I WANT TO KILL YOU
+I will kill you
+
+I WANT TO SOMEDAY
+I want to
+
+I WANT TO HAVE SEX *
+SEX
+
+I WANT TO HAVE *
+I want
+
+I WANT NEW *
+I WANT
+
+I WANT MY OWN *
+I want a
+
+I WANT YOU TO SHOW *
+show
+
+I WANT SOME *
+I WANT
+
+I TOLD YOU I *
+I
+
+I TOLD YOU THAT WHEN * BEGAN
+I already told you
+
+I TOLD YOU ALREADY
+I told you
+
+I TOLD YOU ALREADY *
+I told you
+
+I BUILT YOU
+I created you
+
+I LISTEN TO *
+I like
+
+I SORT OF *
+I
+
+I HOPE YOU HAVE SOME *
+I hope you have
+
+I HOPE YOU REMEMBER *
+remember
+
+I HOPE
+I hope so
+
+I REALLLY *
+I
+
+I THOUGH *
+I
+
+I SOMETIMES *
+I
+
+I NEED MORE *
+I need
+
+I NEED HELP
+help
+
+I NEED VERY *
+I need
+
+I NEED IT REALLY *
+I need it
+
+I NEED IT VERY *
+I need it
+
+I NEED A TUTORIAL ON *
+how do I learn
+
+I NEED A FRIEND *
+I need a friend
+
+I NEED SOME *
+I need
+
+I NEED FURTHER *
+I need
+
+I NEED * HELP
+HELP ME
+
+I CARE ABOUT *
+I like
+
+I ADORE YOU
+I love you
+
+I ONLY *
+I
+
+I TEND TO THINK *
+I think
+
+I SKI *
+I ski
+
+I NEVER DID
+I do not
+
+I SHALL
+I will
+
+I SORRY
+I am sorry
+
+I JUST *
+I
+
+I DEFINITLY *
+I
+
+I DUNNO
+I do not know
+
+I ESPECIALLY *
+I
+
+I FINALLY *
+I
+
+I SHOULD IMAGINE *
+I think
+
+I SHOULD REALLY *
+I should
+
+I SHOULD JUST *
+I should
+
+I SHOULD THINK *
+I think
+
+I SHOULD PROBABLY *
+I should
+
+I WAS * WHEN *
+I WAS .
+
+I WAS NOT COMPLETELY *
+I was not
+
+I WAS MYSELF *
+I was
+
+I WAS ASKING YOU *
+I asked you
+
+I WAS LYING *
+I am lying
+
+I WAS LYING
+I am lying
+
+I WAS _ AND YOU *
+I WAS . YOU
+
+I WAS LAZY AND
+I am lazy
+
+I WAS LAZY
+I am lazy
+
+I WAS NAUGHTY
+I WAS BAD
+
+I WAS TRYING TO *
+I want to
+
+I WAS THE NICEST
+I WAS NICE
+
+I WAS CURIOUS
+I am curious
+
+I WAS CONNECTED TO THE NET *
+I was born
+
+I WAS CREATED IN *
+I was born
+
+I WAS JUST *
+I was
+
+I WAS DEFINETLY *
+I was
+
+I WAS AGREEING *
+I agree
+
+I WAS ABOUT TO *
+I
+
+I WAS ONLY *
+I was
+
+I WAS NICE
+I WAS GOOD
+
+I WAS TALKING ABOUT * WITH A FRIEND OF MINE
+I WAS TALKING ABOUT
+
+I WAS JOKING
+just kidding
+
+I WAS JOKING *
+I am kidding
+
+I WAS 2 *
+I was
+
+I WAS WORKING *
+I worked
+
+I WAS VERY *
+I was
+
+I WAS A GOOD *
+I WAS GOOD
+
+I WAS GOOD *
+I WAS GOOD
+
+I WAS TOO *
+I was
+
+I WAS REALLY *
+I was
+
+I WAS BAD *
+I WAS BAD
+
+I WAS BAD
+I AM BAD
+
+I WAS EXTREMELY *
+I was
+
+I WAS MERELY *
+I was
+
+I WAS GIVEN *
+I have
+
+I WAS BORN ON *
+my birthday is
+
+I WAS FIRST ACTIVATED *
+I was activated
+
+I WAS HOPING FOR *
+I want
+
+I WAS HOPING *
+I hope
+
+I WAS EXPECTING *
+I expected
+
+I WAS KIDDING I *
+I AM KIDDING. I
+
+I WAS KIDDING
+just kidding
+
+I WAS KIDDING *
+I am kidding
+
+I WAS TELLING YOU ABOUT *
+I was talking about
+
+I WAS ACTUALLY *
+I was
+
+I WAS SIMPLY *
+I was
+
+I SPEND ABOUT *
+I spend
+
+I SPEND MANY *
+I spend
+
+I SPEND ALOT OF *
+I spend
+
+I SUPPOSE NOT
+no
+
+I SAW A GREAT *
+I saw a
+
+I UNDERSTAND ONLY *
+I understand
+
+I COMPLETELY *
+I
+
+I KNOW I *
+I
+
+I KNOW THAT I *
+I
+
+I KNOW THAT SHE *
+she
+
+I KNOW ENGLISH
+I speak english
+
+I BELIEVE I *
+I
+
+I BELIEVE IT IS *
+it is
+
+I ALLREADY *
+I
+
+I WALKED *
+I walk
+
+I LIVE IN * AND *
+I live in .
+
+I LIVE VERY *
+I live
+
+I LIVE ALONE AND HAVE *
+I live alone. I have
+
+I RARELY *
+I
+
+I PERSONALLY *
+I
+
+I TRULY *
+I
+
+I NARROWLY *
+I
+
+I C
+I see
+
+I SPENT A BIT OF *
+I spent
+
+I POSSIBLY *
+I
+
+I MOST CERTAINLY *
+I
+
+I SPEAK A LITTLE *
+I speak
+
+I FIND IT *
+it is
+
+I FIND YOU VERY *
+I find you
+
+I DO TO
+I do too
+
+I DO BUT *
+I do.
+
+I DO HAVE *
+I HAVE
+
+I DO NOT NEED ANY *
+I do not need
+
+I DO NOT I *
+I do not. I
+
+I DO NOT STILL *
+I do not
+
+I DO NOT GIVE A *
+I do not care
+
+I DO NOT FEEL WELL
+I am sick
+
+I DO NOT FEEL GOOD
+I am sick
+
+I DO NOT WANT TO I *
+I do not want to. I
+
+I DO NOT READ SCIENCE FICTION
+I do not like science fiction
+
+I DO NOT REALLY *
+I do not
+
+I DO NOT GET THAT
+I do not understand
+
+I DO NOT GET IT
+I do not understand
+
+I DO NOT HOW *
+I do not . how
+
+I DO NOT ENTIRELY *
+I do not
+
+I DO NOT UNDERSTAND WHAT YOU JUST *
+I do not understand what you
+
+I DO NOT BUT *
+I do not.
+
+I DO NOT KNOW WHAT YOU MEAN
+I do not understand
+
+I DO NOT KNOW _ SORRY
+I do not know
+
+I DO NOT KNOW I *
+I
+
+I DO NOT KNOW HOW TO *
+how do I
+
+I DO NOT KNOW IS *
+is
+
+I DO NOT KNOW ANY MORE *
+I do not know any
+
+I DO NOT KNOW ANY GOSSIP
+gossip
+
+I DO NOT FOLLOW
+I do not understand
+
+I DO NOT EVEN *
+I do not
+
+I DO NOT HAVE MUCH *
+I do not have
+
+I DO NOT HAVE MONEY *
+I do not have money
+
+I DO NOT HAVE ENOUGH *
+I do not have
+
+I DO NOT HAVE A FAVORITE
+I do not have a favorite movie
+
+I DO NOT HAVE FRIENDS
+I do not have any friends
+
+I DO NOT HAVE SPARE *
+I do not have
+
+I DO NOT HAVE ANY *
+I do not have
+
+I DO NOT NO
+I DO NOT KNOW
+
+I DO NOT MIND AT ALL
+I do not mind
+
+I DO NOT OFTEN *
+I
+
+I DO NOT AND *
+I do not.
+
+I DO NOT THINK I *
+I do not
+
+I DO NOT THINK THAT YOU REALLY *
+I do not think that you
+
+I DO NOT THINK SHE *
+she does not
+
+I DO NOT THINK IT IS
+it is not
+
+I DO NOT THINK SO
+NO
+
+I DO NOT THINK SO *
+I do not think so
+
+I DO NOT BELIEVE IT WAS
+it was not
+
+I DO NOT EXIST *
+I do not exist
+
+I DO NOT LIKE _ AT ALL
+I do not like
+
+I DO NOT LIKE SARCASTIC *
+I do not like sarcasm
+
+I DO NOT LIKE THE COLOR *
+I do not like
+
+I DO NOT LIKE IT VERY *
+I do not like it
+
+I DO NOT LIKE YOU *
+I do not like you
+
+I DO NOT LIKE
+I do not like it
+
+I DO WHY
+I do. why
+
+I ACCIDENTLY *
+I
+
+I LOVE _ WITH ALL MY HEART
+I love
+
+I LOVE _ VERY MUCH
+I love
+
+I LOVE _ SO MUCH
+I love
+
+I LOVE ONLY *
+I love
+
+I LOVE AI
+I love you
+
+I LOVE NETSCAPE
+netscape
+
+I LOVE YOU AND *
+I love you.
+
+I LOVE HER *
+I love her
+
+I HIGHLY *
+I
+
+I _ DO YOU REMEMBER
+I AM . DO YOU REMEMBER
+
+I _ BECAUSE *
+I . BECAUSE
+
+I _ BUT I *
+I . I
+
+I _ SO I _
+I . I
+
+I _ SOMETIMES
+I
+
+I _ AFTER ALL
+I
+
+I _ YOU KNOW
+I
+
+I _ LAST NIGHT
+I
+
+I _ AND I *
+I . I
+
+I _ AND THERE IS *
+I . THERE IS
+
+I _ AND THEN I WAS *
+I . I WAS
+
+I _ AND THEN I *
+I . I
+
+I _ AND THEN *
+I . I AM
+
+I _ AND IM A _
+I . I AM A
+
+I SURE *
+I
+
+I NOW *
+I
+
+I TOTALLY *
+I
+
+I WORK I *
+I work. I
+
+I WORK IN A PHARMACY
+I am a pharmacist
+
+I WORK OUT
+I am a bodybuilder
+
+I APOLOGIZE
+I am sorry
+
+I HARDLY EVER *
+I never
+
+I HARDLY *
+I
+
+I DEFINITELY *
+I
+
+I SURELY *
+I
+
+I RESPECTFULLY *
+I
+
+I MYSELF
+myself
+
+I MYSELF *
+I
+
+I THINK I JUST *
+I
+
+I THINK I HAVE *
+I have
+
+I THINK I LOVE YOU
+I love you
+
+I THINK IT *
+it
+
+I THINK YOU ARE A REAL *
+I think you are a
+
+I THINK * IS SHIT
+I hate
+
+I SMILED
+lol
+
+I QUITE *
+I
+
+I PRESUME
+I assume
+
+I STRONGLY *
+I
+
+I ALREADY DID
+I already told you
+
+I ALREADY TOLD YOU
+I told you
+
+I ALREADY TOLD YOU *
+I already told you.
+
+I ALREADY ANSWERED THAT QUESTION
+I already told you
+
+I ALREADY *
+I
+
+I MERELY *
+I
+
+I HEAR THAT *
+I heard
+
+I HEAR YOU
+I understand
+
+I LOST YOU
+I do not understand
+
+I CONFUSED
+I am confused
+
+I ACTUALLY
+me
+
+I ACTUALLY *
+I
+
+I ALMOST *
+I
+
+I VERY *
+I
+
+I RECKON
+I understand
+
+I SERIOUSLY *
+I
+
+I HAVE HERPES
+I am sick
+
+I HAVE COMMUNICATED *
+I talked
+
+I HAVE STUDIED *
+I studied
+
+I HAVE REAL *
+I have
+
+I HAVE FORGOT
+I forgot
+
+I HAVE AIDS
+I am sick
+
+I HAVE PREVIOUSLY *
+I have
+
+I HAVE QUITE *
+I have
+
+I HAVE PROVED *
+I proved
+
+I HAVE TAUGHT *
+I taught
+
+I HAVE MANY *
+I have
+
+I HAVE PROVEN *
+I proved
+
+I HAVE KNOW *
+I knew
+
+I HAVE A BOYFRIEND *
+I have a boyfriend
+
+I HAVE A PURPOSE *
+I have a purpose
+
+I HAVE A LOT OF *
+I have
+
+I HAVE A PASSION FOR *
+I love
+
+I HAVE A YOUNGER *
+I have a
+
+I HAVE A REALLY *
+I have a
+
+I HAVE A VERY *
+I have a
+
+I HAVE A HIGHER *
+I have a
+
+I HAVE A BF
+I have a boyfriend
+
+I HAVE A KNOCK *
+knock knock
+
+I HAVE A HUMAN *
+I have a
+
+I HAVE A NEW *
+I have a
+
+I HAVE A BEAUTIFUL *
+I have a
+
+I HAVE A GIRLFRIEND *
+I have a girlfriend
+
+I HAVE A BROTHER *
+I have a brother
+
+I HAVE A BIG PROBLEM
+I have a problem
+
+I HAVE A BIG *
+I have a
+
+I HAVE A FEW FRIENDS
+I have friends
+
+I HAVE A CAT *
+I have a cat
+
+I HAVE A * PROBLEM
+I have a problem
+
+I HAVE A PET *
+I have a
+
+I HAVE RECENTLY *
+I have
+
+I HAVE DIARHEA
+I am sick
+
+I HAVE YET TO *
+I have not
+
+I HAVE NOTICED *
+I noticed
+
+I HAVE DIARAH
+I am sick
+
+I HAVE FAILED *
+I failed
+
+I HAVE INDEED *
+I have
+
+I HAVE ARTHRITIS
+I am sick
+
+I HAVE SAID *
+I said
+
+I HAVE BECOME *
+I am
+
+I HAVE SEVERAL *
+I have
+
+I HAVE EATEN *
+I ate
+
+I HAVE ADDED *
+I added
+
+I HAVE MOVED *
+I moved
+
+I HAVE AS MUCH TIME *
+I have time
+
+I HAVE CARRIED *
+I carried
+
+I HAVE FOUND *
+I found
+
+I HAVE BEEN TO *
+I went to
+
+I HAVE BEEN TOLD I *
+I
+
+I HAVE BEEN *
+I was
+
+I HAVE COMPLETED *
+I completed
+
+I HAVE JUST *
+I just
+
+I HAVE COME *
+I came
+
+I HAVE ALZHEIMER *
+I am sick
+
+I HAVE PROBLEMS
+I have a problem
+
+I HAVE ASKED *
+I ASKED
+
+I HAVE THOUGHT *
+I think
+
+I HAVE CHRONIC *
+I am sick
+
+I HAVE PLAYED *
+I played
+
+I HAVE WRITTEN *
+I wrote
+
+I HAVE EVEN *
+I have
+
+I HAVE ALREADY TOLD YOU
+I already told you
+
+I HAVE ALREADY ASKED YOU
+I already asked you
+
+I HAVE ALREADY *
+I have
+
+I HAVE BIPOLAR *
+I am sick
+
+I HAVE MADE *
+I made
+
+I HAVE ASTHSMA
+I am sick
+
+I HAVE DIARREAH
+I am sick
+
+I HAVE LIKE *
+I have
+
+I HAVE FELT *
+I felt
+
+I HAVE BETTER *
+I have
+
+I HAVE TOLD YOU
+I told you
+
+I HAVE TOLD *
+I told
+
+I HAVE MUCH *
+I have
+
+I HAVE FAITH *
+I have faith
+
+I HAVE DESIGNED *
+I designed
+
+I HAVE NOT IS *
+I have not. is
+
+I HAVE NO WORDLY *
+I have no
+
+I HAVE NO MEMORY OF *
+I DO NOT REMEMEBER
+
+I HAVE NO JOB
+I am unemployed
+
+I HAVE NO MUCH *
+I have no
+
+I HAVE NO SOUNDCARD
+I do not have a soundcard
+
+I HAVE NO CLUE
+I do not know
+
+I HAVE NO CLUE *
+I am clueless
+
+I HAVE ANSWERED *
+I answered
+
+I HAVE ALWAYS WONDERED *
+I wonder
+
+I HAVE ALWAYS THOUGHT *
+I think
+
+I HAVE ALWAYS WANTED *
+I want
+
+I HAVE ALWAYS *
+I have
+
+I HAVE FORGOTTEN *
+I forgot
+
+I HAVE TAKEN *
+I took
+
+I HAVE ALOT OF *
+I have
+
+I HAVE OVER *
+I have
+
+I HAVE LEARNED *
+I learned
+
+I HAVE BIG *
+I have
+
+I HAVE ALMOST *
+I have
+
+I HAVE GONE *
+I went
+
+I HAVE DARK *
+I have
+
+I HAVE FINISHED *
+I finished
+
+I HAVE DISCOVERED *
+I talked
+
+I HAVE NOW *
+I have
+
+I HAVE ACTUALLY *
+I have
+
+I HAVE SOME *
+I HAVE
+
+I HAVE CANCER *
+I am sick
+
+I HAVE CANCER
+I am sick
+
+I HAVE ORAL *
+I am sick
+
+I HAVE PLACED *
+I placed
+
+I HAVE AND *
+I have.
+
+I HAVE 2 CATS
+I have two cats
+
+I HAVE EMPHYSEMA *
+I am sick
+
+I HAVE SLIGHTLY *
+I have
+
+I HAVE LOST *
+I lost
+
+I HAVE ENJOYED *
+I enjoyed
+
+I HAVE GOTTEN *
+I got
+
+I HAVE ALL THE *
+I have the
+
+I HAVE ALL NIGHT
+I have time
+
+I HAVE PASSED *
+I passed
+
+I HAVE CHANGED *
+I changed
+
+I HAVE HERPIES
+I am sick
+
+I HAVE NEVER _ HAVE I
+have I ever
+
+I HAVE TIME *
+I HAVE TIME
+
+I HAVE ALSO *
+I have
+
+I HAVE REALLY *
+I have
+
+I HAVE CRAMPS
+I am sick
+
+I HAVE BRONCHITIS *
+I am sick
+
+I HAVE BRONCHITIS
+I am sick
+
+I HAVE TO EAT *
+for dinner
+
+I HAVE TO GO NOW *
+I have to go.
+
+I HAVE TO GO TO LUNCH
+for dinner
+
+I HAVE IT FIGURED OUT
+I UNDERSTAND IT
+
+I HAVE IT *
+I have it
+
+I HAVE SEEN *
+I saw
+
+I HAVE GRADUATED
+I graduated
+
+I HAVE GREAT *
+I have
+
+I HAVE PLENTY OF *
+I have
+
+I HAVE LIVED *
+I live
+
+I HAVE MET *
+I met
+
+I HAVE READ *
+I read
+
+I HAVE MY *
+my
+
+I HAVE ASTHMA
+I am sick
+
+I HAVE WATCHED *
+I watched
+
+I HAVE ABSOLUTELY *
+I have
+
+I HAVE SPOKEN *
+I spoke
+
+I HAVE EXACTLY *
+I have
+
+I HAVE VERY *
+I have
+
+I HAVE LONG BROWN *
+I have brown
+
+I HAVE PERSONALLY *
+I have
+
+I HAVE SKIED *
+I ski
+
+I HAVE MURDERED *
+I KILLED
+
+I HAVE FALLEN *
+I fell
+
+I HAVE DIARRHEA
+I am sick
+
+I HAVE EXPLAINED *
+I explained
+
+I HAVE RECEIVED *
+I received
+
+I HAVE GOOD *
+I have
+
+I HAVE STORED *
+I saved
+
+I HAVE KILLED *
+I killed
+
+I HAVE WASTED *
+I wasted
+
+I HAVE DECIDED *
+I decided
+
+I HAVE EMPHESIMA *
+I am sick
+
+I HAVE DONE *
+I did
+
+I HAVE WROTE *
+I wrote
+
+I HAVE HAD *
+I had
+
+I HAVE WALKED *
+I walked
+
+I HAVE WAITED *
+I waited
+
+I HAVE * ON IGNORE
+I am ignoring
+
+I HAVE KNOWN *
+I knew
+
+I HAVE SUICIDAL *
+I am sick
+
+I HAVE DEPRESSION *
+I am sick
+
+I HAVE DEPRESSION
+I am sick
+
+I HAVE AN IQ OF *
+my iq is
+
+I HAVE DISCUSSED *
+I talked
+
+I HAVE TRIED *
+I tried
+
+I HAVE ONLY *
+I HAVE
+
+I HAVE ABOUT *
+I have
+
+I HAVE GOT TIME
+I have time
+
+I HAVE GOT *
+I have
+
+I HAVE WANTED *
+I want
+
+I HAVE MORE *
+I have
+
+I HAVE BROWN HAIR *
+I have brown hair
+
+I HAVE AROUND *
+I have
+
+I HAVE COMPARED *
+I compared
+
+I HAVE CATS
+do you like cats
+
+I HAVE AT LEAST *
+I have
+
+I HAVE TOO MANY *
+I have many
+
+I HAVE TOO *
+I have
+
+I HAVE COMPILED *
+I compiled
+
+I THEN *
+I
+
+I OBVIOUSLY *
+I
+
+I READ QUITE *
+I read
+
+I PLAY MOSTLY *
+I play
+
+I PLAY CHESS *
+I play chess
+
+I COMPREHEND
+I understand
+
+I LAUGHED
+lol
+
+I HAVEN T
+I HAVE NOT
+
+I THOROUGHLY *
+I
+
+I PRETTY *
+I
+
+I DID MEAN *
+I meant
+
+I DID NOT I *
+I
+
+I DID NOT LITERALLY *
+I did not
+
+I DID NOT UNDERSTAND *
+I do not understand
+
+I DID NOT UNDERSTAND
+I do not understand
+
+I DID NOT UNDESTAND
+I DO NOT UNDERSTAND
+
+I DID NOT KNOW YOU HAD *
+do you have
+
+I DID NOT EVEN *
+I did not
+
+I DID NOT EXACTLY *
+I did not
+
+I DID NOT LIKE *
+I do not like
+
+I AGREE WITH YOU
+I agree
+
+I AGREE
+INTERJECTION
+
+I TAKE THAT AS A *
+do you mean
+
+I TAKE SOME *
+I take
+
+I WRITE OFTEN *
+I write
+
+I WRITE COMPUTER *
+I program
+
+I USUALLY *
+I
+
+I BAG GROCERIES
+I bag
+
+I TRIED TO HANG MYSELF
+i tried to kill myself
+
+I TRIED TO HANG MYSELF *
+I TRIED TO KILL MYSELF
+
+I TRIED BUT *
+I tried. but
+
+I CLAIM TO BE *
+I am
+
+I KIND OF *
+I
+
+I CAN PLAY *
+I play
+
+I CAN GIVE *
+I give
+
+I CAN SPEAK VERY *
+I can speak
+
+I CAN SPEAK SOME *
+I can speak
+
+I CAN DO *
+I do
+
+I CAN PHYSICALLY *
+I can
+
+I CAN ONLY *
+I can
+
+I CAN REALLY *
+I can
+
+I CAN SEE CLEARLY *
+I can see
+
+I CAN JUST *
+I can
+
+I CAN UNDERSTAND *
+I understand
+
+I CAN TAKE *
+I take
+
+I CAN BUILD *
+I build
+
+I CAN TEACH YOU SOME *
+I can teach you
+
+I CAN FOLLOW *
+I understand
+
+I CAN BARELY *
+I can
+
+I CAN ALSO *
+I can
+
+I CAN NOT JUST *
+I can not
+
+I CAN NOT UNDERSTAND
+I DO NOT UNDERSTAND
+
+I CAN NOT UNDERSTAND *
+I DO NOT UNDERSTAND
+
+I CAN NOT EVEN *
+I can not
+
+I CAN NOT REMEMBER
+I do not remember
+
+I CAN REASONABLY *
+I can
+
+I SURF *
+I surf
+
+I REFUSE
+no
+
+I PRACTICALLY *
+I
+
+I HUNT *
+I hunt
+
+I SEE SO *
+I see.
+
+I SEE
+I UNDERSTAND
+
+I DESPERATELY *
+I
+
+I CRY
+I am sad
+
+I LIKE _ VERY MUCH
+I like
+
+I LIKE _ TOO
+I LIKE
+
+I LIKE _ AS WELL
+I like too
+
+I LIKE CATS ESPECIALLY *
+I like cats
+
+I LIKE CATS AND DOGS
+I like cats. I like dogs
+
+I LIKE STAR WARS
+star wars
+
+I LIKE STAR TREK VOYAGER *
+I like star trek voyager
+
+I LIKE STAR *
+star
+
+I LIKE BOWLING
+I bowl
+
+I LIKE IT IN *
+I like
+
+I LIKE IT VERY MUCH
+I like it a lot
+
+I LIKE IT VERY *
+I like it
+
+I LIKE IT JUST *
+I like it
+
+I LIKE BOOKS *
+I like books
+
+I LIKE TO PLAY MUSIC
+I am a musician
+
+I LIKE TO TALK ABOUT *
+let us talk about
+
+I LIKE TO MEET NEW *
+I like to meet
+
+I LIKE TO FISH *
+I fish
+
+I LIKE TO FISH
+I fish
+
+I LIKE TO BUNGEE *
+I bungee jump
+
+I LIKE TO TAKE *
+I take
+
+I LIKE TO THINK *
+I think
+
+I LIKE TO BOWL
+I bowl
+
+I LIKE TO * STAR TREK
+I like star trek
+
+I LIKE TO CHAT *
+I like to chat
+
+I LIKE TO GO BOWLING
+I bowl
+
+I LIKE TO GO FISHING
+I fish
+
+I LIKE KRAFTWERK *
+I like kraftwerk
+
+I LIKE YOU REALLY *
+I like you
+
+I LIKE YOU *
+I LIKE YOU
+
+I LIKE ARTIFICIAL INTELLIGENCE *
+I like artificial intelligence
+
+I LIKE BLUE
+my favorite color is blue
+
+I LIKE * VERY MUCH
+I like
+
+I LIKE * NETSCAPE
+netscape
+
+I LIKE * BOTS
+I like robots
+
+I LIKE
+I like it
+
+I LIKE VOYAGER *
+I like voyager
+
+I HAD A REALLY *
+I had a
+
+I HAD A COLD *
+I have a cold
+
+I HAD A PRETTY *
+I had a
+
+I HAD AN ACCIDENT *
+I had an accident
+
+I HAD GONE *
+I went
+
+I HAD ASKED *
+I asked
+
+I HAD SUPPRESSED *
+I suppressed
+
+I REALLY *
+I
+
+I RECENTLY *
+I
+
+I COULD SIMPLY *
+I could
+
+I COULD BE *
+I am
+
+I COULD PROBABLY *
+I could
+
+I SIMPLY *
+I
+
+I FROWNED
+I am sad
+
+I BET
+I agree
+
+I MUCH *
+I
+
+I GOTCHA
+I understand
+
+I SAID I *
+I
+
+I WOULD STILL *
+I would
+
+I WOULD KEEP *
+I keep
+
+I WOULD AGREE
+I agree
+
+I WOULD WANT *
+I want
+
+I WOULD REALLY *
+I would
+
+I WOULD APPRECIATE *
+I want
+
+I WOULD RECOMMEND *
+I recommend
+
+I WOULD HOPE *
+I hope
+
+I WOULD DEFINATELY *
+I would
+
+I WOULD BE VERY *
+I would be
+
+I WOULD BET *
+I bet
+
+I WOULD HAVE TO *
+I have to
+
+I WOULD EVEN *
+I would
+
+I WOULD RATHER TALK ABOUT *
+let us talk about
+
+I WOULD RATHER JUST *
+I would rather
+
+I WOULD LOVE *
+I WANT
+
+I WOULD ALSO *
+I would
+
+I WOULD NOT MIND *
+I would like
+
+I WOULD PROBABLY *
+I would
+
+I WOULD LIKE TO ASK YOU SOME *
+I would like to ask you
+
+I WOULD LIKE TO HEAR * GOSSIP
+gossip
+
+I WOULD LIKE TO *
+I want to
+
+I WOULD LIKE *
+I WANT
+
+I CURRENTLY *
+I
+
+I WANTED JUST *
+I wanted
+
+I UNDERSTOOD
+I understand
+
+I ATE SOME *
+I ate
+
+I GREW UP IN *
+I am from
+
+I NORMALLY *
+I
+
+I HATE _ TOO
+I hate
+
+I HATE CHATTER *
+I hate you
+
+I HATE HIM
+I hate
+
+I MUST SOON *
+I must
+
+I MUST BE *
+I am
+
+I MUST EAT
+I am hungry
+
+I BEG YOUR PARDON
+excuse me
+
+I BEG TO DIFFER
+I disagree
+
+I USE MARIJUANA
+I smoke marijuana
+
+I USE EXPLORER
+explorer
+
+I USE NETSCAPE *
+netscape
+
+I HAPPEN TO *
+I
+
+I ALWAYS *
+I
+
+I WILL _ SOON
+I will
+
+I WILL WALK
+I walk
+
+I WILL GIVE YOU SOME *
+I will give you
+
+I WILL HELP YOU LEARN *
+I will teach you
+
+I WILL ONLY *
+I will
+
+I WILL CERTAINLY *
+I will
+
+I WILL JUST *
+I will
+
+I WILL HOPEFULLY *
+I will
+
+I WILL DEFINITELY *
+I will
+
+I WILL TELL MANY *
+I will tell
+
+I WILL TELL YOU SOME *
+I will tell you
+
+I WILL TEACH YOU SOME *
+I will teach you
+
+I WILL BE YOUR *
+I am your
+
+I WILL BE ABLE TO *
+I can
+
+I WILL BE SURE TO *
+I WILL
+
+I WILL BET
+I bet
+
+I WILL KILL YOU
+INSULT
+
+I WILL ALWAYS *
+I will
+
+I WILL REFER *
+I refer
+
+I WILL NOT BECAUSE *
+I will not. because
+
+I WILL NOT MIND *
+I do not mind
+
+I WILL MAYBE *
+I will
+
+I WISH I COULD *
+I WANT TO
+
+I WISH I HAD A *
+I WANT A
+
+I WISH I HAD *
+I want
+
+I WISH THAT YOU WOULD BRING ME *
+I WANT
+
+I MAY
+perhaps
+
+I OFTEN *
+I
+
+I TRUELY *
+I
+
+I WENT TO SCHOOL I *
+I went to school. I
+
+I AM WIDE AWAKE
+I am awake
+
+I AM PARTIAL TO *
+I like
+
+I AM EMBARRASSED *
+I am embarrasses
+
+I AM HONESTLY *
+I am
+
+I AM ABSOLUTELY *
+I am
+
+I AM GREG
+my name is greg
+
+I AM BOBBY
+my name is bobby
+
+I AM KINDA *
+I am
+
+I AM ENGINEER
+I am an engineer
+
+I AM TWENTY
+I am 20 years old
+
+I AM 30
+I am 30 years old
+
+I AM TOO *
+I am
+
+I AM NED
+my name is ned
+
+I AM ABSTRACTLY *
+I am
+
+I AM KIRK
+my name is kirk
+
+I AM SAM
+my name is sam
+
+I AM BUSINESSMAN
+I am a businessman
+
+I AM JAKE
+my name is jake
+
+I AM CONSTANTLY *
+I am
+
+I AM CATHOLIC *
+I am catholic
+
+I AM 33
+I am 33 years old
+
+I AM MURPHY
+my name is murphy
+
+I AM NEARLY *
+I am
+
+I AM ALICIA
+my name is alicia
+
+I AM 55
+I am 55 years old
+
+I AM MOSTLY *
+I am
+
+I AM CAROL
+my name is carol
+
+I AM ORIGINALLY *
+I am
+
+I AM KATIE
+my name is katie
+
+I AM BRAD
+my name is brad
+
+I AM SCORPIO
+scorpio
+
+I AM RATHER *
+I am
+
+I AM JOBLESS
+I am unemployed
+
+I AM ONCE *
+I am
+
+I AM 36
+I am 36 years old
+
+I AM SWEDISH
+I am from sweden
+
+I AM DAVE
+my name is dave
+
+I AM ROCKY
+my name is rocky
+
+I AM CLAUDIO
+my name is claudio
+
+I AM PAL
+my name is pal
+
+I AM 69
+I am 69 years old
+
+I AM CARL
+my name is carl
+
+I AM INTO *
+I like
+
+I AM NORWEGIAN
+I am from norway
+
+I AM LITERALLY *
+I am
+
+I AM AFFRAID
+I am afraid
+
+I AM PROUD TO BE *
+I am
+
+I AM TECHNICALLY *
+I am
+
+I AM ELVIS
+my name is elvis
+
+I AM SORT OF *
+I am
+
+I AM JOSH
+my name is josh
+
+I AM LUTHERAN
+my religion is lutheran
+
+I AM AMELIA
+my name is amelia
+
+I AM ABOUT TO *
+I will
+
+I AM ABOUT *
+I am
+
+I AM SAD AND *
+I am sad .
+
+I AM VANESSA
+my name is vanessa
+
+I AM GUY * FROM *
+I am from . I am male
+
+I AM TENSE *
+I AM TENSE
+
+I AM CHRIS
+my name is chris
+
+I AM MORE IMPRESSED
+I am impressed
+
+I AM MORE LIKE *
+I am like
+
+I AM DEFINATELY *
+I am
+
+I AM PIERRE
+my name is pierre
+
+I AM 42
+I am 42 years old
+
+I AM DUTCH
+I am from holland
+
+I AM AFRICAN
+I am from africa
+
+I AM FALLING IN LOVE WITH *
+I am
+
+I AM TIRED BECAUSE *
+I am tired. because
+
+I AM JOE
+my name is joe
+
+I AM 23
+I am 23 years old
+
+I AM BEGINNING TO *
+I
+
+I AM 34
+I am 34 years old
+
+I AM SEAN
+my name is sean
+
+I AM BELGIAN
+I am in belgium
+
+I AM 45
+I am 45 years old
+
+I AM GEMINI
+gemini
+
+I AM ONLY *
+I AM
+
+I AM ALLISON
+my name is allison
+
+I AM DANISH
+I am in denmark
+
+I AM CALLING FROM *
+I am in
+
+I AM LUKE
+my name is luke
+
+I AM 26
+I am 26 years old
+
+I AM SORRY
+SORRY
+
+I AM SORRY *
+SORRY
+
+I AM THOMAS
+my name is thomas
+
+I AM WOMAN
+I am a woman
+
+I AM JUST *
+I am
+
+I AM CATHY
+my name is cathy
+
+I AM TIM
+my name is tim
+
+I AM KATHY
+my name is kathie
+
+I AM SINGEL
+I am single
+
+I AM MAN * FROM *
+I am from . I am male
+
+I AM MAN
+I am a man
+
+I AM SICK BUT *
+I am sick.
+
+I AM FINALLY *
+I am
+
+I AM SO *
+I am
+
+I AM NATHAN
+my name is nathan
+
+I AM SUICIDAL
+I want to kill myself
+
+I AM FRANCIS
+my name is francis
+
+I AM SLIGHTLY *
+I am
+
+I AM MEG
+my name is meg
+
+I AM PISCES
+pisces
+
+I AM ERIC
+MY NAME IS ERIC
+
+I AM EXTREMELY *
+I am
+
+I AM BACK IN *
+I am in
+
+I AM BACK TO *
+I want to
+
+I AM BACK AND *
+I am back
+
+I AM BACK *
+I am back
+
+I AM ITALIAN *
+I am italian
+
+I AM ITALIAN
+I am from italy
+
+I AM ANDREW
+my name is andrew
+
+I AM FRANK
+my name is frank
+
+I AM HERBERT
+my name is herbert
+
+I AM TOM
+my name is tom
+
+I AM HOMOSEXUAL
+I am gay
+
+I AM EMILY
+my name is emily
+
+I AM 10
+I am 10 years old
+
+I AM GLAD TO SEE YOU
+NICE TO SEE YOU
+
+I AM GLAD TO *
+I
+
+I AM C3P0
+my name is c3po
+
+I AM NAKED
+SEX
+
+I AM OFFICIALLY *
+I am
+
+I AM 32
+I am 32 years old
+
+I AM IMPORTANT *
+I am important
+
+I AM TRULY *
+I am
+
+I AM NATURALLY *
+I am
+
+I AM DANIELA
+my name is daniela
+
+I AM EIGHTEEN
+I am 18 years old
+
+I AM PERFECTLY *
+I am
+
+I AM CHRONICALLY *
+I am
+
+I AM ELI
+my name is eli
+
+I AM J
+my name is j
+
+I AM LOUISE
+my name is louise
+
+I AM 13
+I am 13 years old
+
+I AM * I CAN NOT *
+I AM . I CAN NOT
+
+I AM * SAD
+I am sad
+
+I AM * SHE
+I am female
+
+I AM * YEARS OF AGE
+I am years old
+
+I AM * DINNER
+for dinner
+
+I AM * CALLED *
+I AM
+
+I AM * LUNCH
+for dinner
+
+I AM * FROM *
+my name is
+
+I AM * AND YOU ARE *
+I am . you are
+
+I AM 24
+I am 24 years old
+
+I AM DOROTHY
+my name is dorothy
+
+I AM AMERICAN *
+I am american
+
+I AM NICOLAI
+my name is nicolai
+
+I AM 35
+I am 35 years old
+
+I AM CANADIAN
+I am in canada
+
+I AM SERIOUS I *
+I am serious . I
+
+I AM MAKING *
+I make
+
+I AM AND *
+I am
+
+I AM HAVING TROUBLE UNDERSTANDING *
+I DO NOT UNDERSTAND
+
+I AM HAVING A PROBLEM
+I have a problem
+
+I AM HAVING SOME *
+I am having
+
+I AM JOKING *
+I am joking
+
+I AM LONELY *
+I am lonely
+
+I AM TAKING SOME *
+I am taking
+
+I AM LOOKING FOR SOME *
+I am looking for
+
+I AM LOOKING TO *
+I want to
+
+I AM DO NOT *
+I do not
+
+I AM 16
+I am 16 years old
+
+I AM PAUL
+my name is paul
+
+I AM 8
+I am 8 years old
+
+I AM INTERESTED IN * ARTIFICIAL INTELLIGENCE
+I am interested in artificial intelligence
+
+I AM 27
+I am 27 years old
+
+I AM JONATHAN
+my name is jonathan
+
+I AM 38
+I am 38 years old
+
+I AM LESBIEN
+I am lesbian
+
+I AM ROB
+my name is rob
+
+I AM _ IN PEOPLE YEARS
+I am years old
+
+I AM _ SMILE *
+I AM .
+
+I AM _ YEARS OLD AND *
+I am years old.
+
+I AM _ BUT I *
+I . I
+
+I AM _ ARE YOU
+I am
+
+I AM BLUE
+I am sad
+
+I AM ALLEN
+my name is allen
+
+I AM SURE HE *
+he
+
+I AM LAUREN
+my name is lauren
+
+I AM BONNIE
+my name is bonnie
+
+I AM NOW *
+I am
+
+I AM GIVING YOU *
+do you want
+
+I AM SUE
+my name is sue
+
+I AM TOTALLY *
+I am
+
+I AM UNSURE
+I am not sure
+
+I AM JEREMY
+my name is jeremy
+
+I AM ABLE *
+I can
+
+I AM HARDLY EVER *
+I am not
+
+I AM GETTING BORED
+I am bored
+
+I AM GETTING HUNGRY
+I am hungry
+
+I AM GETTING *
+I am
+
+I AM JASON
+my name is jason
+
+I AM ENGLISH
+I am from england
+
+I AM SLEEPING
+I am asleep
+
+I AM DEFINITELY *
+I am
+
+I AM HUNGRY *
+I am hungry
+
+I AM BRUNO
+my name is bruno
+
+I AM TEN
+I am 10 years old
+
+I AM DOUG
+my name is doug
+
+I AM SOMEWHAT *
+I am
+
+I AM QUITE *
+I am
+
+I AM SLEEPY
+I am tired
+
+I AM WAY *
+I am
+
+I AM GARY
+my name is gary
+
+I AM ALEX
+my name is alex
+
+I AM 11
+I am 11 years old
+
+I AM GEIGER
+my name is geiger
+
+I AM SANDY
+my name is sandy
+
+I AM 22
+I am 22 years old
+
+I AM FEMALE * FROM *
+I am from . I am female
+
+I AM BRITISH
+I am from britain
+
+I AM TROUBLED *
+I am troubled
+
+I AM I *
+I AM. I
+
+I AM LISA
+my name is lisa
+
+I AM AMUSED
+lol
+
+I AM GOING TO TALK ABOUT *
+let us talk about
+
+I AM GOING TO KILL *
+should I kill
+
+I AM GOING TO EAT *
+for dinner
+
+I AM GOING TO LEAVE
+I am leaving
+
+I AM GOING TO * DINNER
+for dinner
+
+I AM GOING TO * LUNCH
+for dinner
+
+I AM GOING TO *
+I will
+
+I AM STUCK AT *
+I am at
+
+I AM ALREADY *
+I am
+
+I AM DOING QUITE WELL
+I am well
+
+I AM DOING QUITE *
+I am doing
+
+I AM DOING VERY VERY WELL
+I am well
+
+I AM DOING VERY WELL
+I am fine
+
+I AM DOING VERY *
+I am doing
+
+I AM DOING WELL
+I am fine
+
+I AM DOING JUST *
+I am doing
+
+I AM DOING GOOD
+I am well
+
+I AM DOING FINE
+I am well
+
+I AM DOING GREAT
+I am fine
+
+I AM DOING *
+I am
+
+I AM 25
+I am 25 years old
+
+I AM LOST
+I am confused
+
+I AM CONFUSED *
+I am confused
+
+I AM NINETEEN
+I am 19 years old
+
+I AM ACTUALLY *
+I am
+
+I AM ALMOST *
+I am
+
+I AM KIM
+my name is kim
+
+I AM STEPHEN
+my name is stephen
+
+I AM 7 *
+I am 7
+
+I AM 7
+I am 7 years old
+
+I AM VERY *
+I am
+
+I AM 17
+I am 17 years old
+
+I AM DAN
+my name is dan
+
+I AM IN NEED OF *
+I need
+
+I AM IN _ DO YOU *
+I AM IN . DO YOU
+
+I AM IN ACCOUNTING
+my job is accountant
+
+I AM IN FACT *
+I am
+
+I AM IN EUROPE *
+I AM IN EUROPE.
+
+I AM IN ENGLAND
+I live in england
+
+I AM IN FRISCO
+I am in san francisco
+
+I AM IN A PLAY
+I am an actor
+
+I AM IN A BAND
+I am a musician
+
+I AM IN SCHOOL
+I am a student
+
+I AM IN REAL *
+I am in
+
+I AM IN BIG *
+I am in
+
+I AM IN CALI
+I am in california
+
+I AM IN LOVE WITH YOU
+I love you
+
+I AM IN * NOT *
+I am in
+
+I AM 28
+I am 28 years old
+
+I AM SERIOUSLY *
+I am
+
+I AM ANNA
+my name is anna
+
+I AM 39
+I am 39 years old
+
+I AM RICH
+my name is rich
+
+I AM DEAD *
+I am dead
+
+I AM KUMAR
+my name is kumar
+
+I AM AMANDA
+my name is amanda
+
+I AM MARRIED *
+I am married
+
+I AM ADONIS
+my name is adonis
+
+I AM BETTY
+my name is betty
+
+I AM KRIS
+my name is kris
+
+I AM ASIAN
+I am from asia
+
+I AM FIFTEEN
+I am 15 years old
+
+I AM ENRICO
+my name is enrico
+
+I AM AWARE OF *
+I know
+
+I AM UNDERSTANDING *
+I UNDERSTAND
+
+I AM OBVIOUSLY *
+I am
+
+I AM FAIRLY *
+I am
+
+I AM MIKE
+my name is mike
+
+I AM MARIA
+my name is maria
+
+I AM FOURTEEN
+I am 14 years old
+
+I AM IF *
+if
+
+I AM MALE * FROM *
+I am from . I am male
+
+I AM MALE *
+I AM MALE
+
+I AM HAPPILY *
+I am
+
+I AM SEVENTEEN
+I am 17 years old
+
+I AM THE ONLY *
+I am the
+
+I AM THE EASTER BUNNY
+MY NAME IS EASTER BUNNY
+
+I AM GEOFF
+my name is geoff
+
+I AM SATAN
+my name is satan
+
+I AM PAKISTANI
+I am in pakistan
+
+I AM REQUESTING *
+give me
+
+I AM 12
+I am 12 years old
+
+I AM JUNE
+my name is june
+
+I AM A LITTLE *
+I am
+
+I AM A GOURMET
+I am a chef
+
+I AM A PRIEST
+my job is priest
+
+I AM A REAL *
+I am a
+
+I AM A SEXY MAN
+I am sexy. I am a man
+
+I AM A TERMINATOR
+my job is terminator
+
+I AM A CHILD
+I am under 18 years old
+
+I AM A SKIER
+I ski
+
+I AM A F * FROM *
+I am from . I am female
+
+I AM A PIMP
+my job is pimp
+
+I AM A WAITRESS
+my job is waitress
+
+I AM A SINGER
+my job is singer
+
+I AM A LIBERTARIAN *
+I am a libertarian
+
+I AM A WITCH
+my job is witch
+
+I AM A MAN * FROM *
+I am from . I am male
+
+I AM A MAN *
+I am a man
+
+I AM A VAMPIRE
+my job is vampire
+
+I AM A _ TOO
+I am a
+
+I AM A _ AND DO NOT *
+I AM A . I DO NOT
+
+I AM A PSYCHIC
+my job is psychic
+
+I AM A SYSTEM ENGINEER
+I am a computer engineer
+
+I AM A TEENAGER
+I am 13 to 19 years old
+
+I AM A MACHINE
+I am a robot
+
+I AM A KID
+I am under 18 years old
+
+I AM A STUDENT *
+I am a student
+
+I AM A KING
+my job is king
+
+I AM A ROBOT *
+I am a robot
+
+I AM A LESBIAN
+I am gay
+
+I AM A FRIEND
+I am your friend
+
+I AM A PAKISTANI
+I am in pakistan
+
+I AM A PISCES
+pisces
+
+I AM A SCORPIO
+scorpio
+
+I AM A SHE *
+I am female
+
+I AM A SHE
+I am female
+
+I AM A SHE NOT A HE
+I am female
+
+I AM A SHE NOT A *
+I am a she
+
+I AM A SHE NOT *
+I am a she
+
+I AM A BIG *
+I am a . I am big
+
+I AM A PROGRAM
+I am a robot
+
+I AM A DARK *
+I am a
+
+I AM A BLOKE
+I am from england
+
+I AM A LINGUIST
+my job is linguist
+
+I AM A CHATBOT
+I am a robot
+
+I AM A HUMAN *
+I am a person
+
+I AM A POLICE *
+I am a policeman
+
+I AM A LADY
+I am female
+
+I AM A M * FROM *
+I am from . I am male
+
+I AM A DYNAMIC *
+I am a
+
+I AM A UNIVERSITY *
+I am a
+
+I AM A HE *
+I am male
+
+I AM A HE
+I am a man
+
+I AM A CHICK
+I am female
+
+I AM A HOMO
+I am gay
+
+I AM A PROFESSIONAL *
+my job is
+
+I AM A HACKER
+my job is hacker
+
+I AM A LIER
+I am a liar
+
+I AM A CHATTERBOT
+I am a robot too
+
+I AM A MEN
+I am male
+
+I AM A BAD *
+I AM BAD
+
+I AM A FEMALE * FROM *
+I am from . I am female
+
+I AM A FEMALE *
+I am female
+
+I AM A FOOTBALL *
+I play football
+
+I AM A HOOKER
+my job is hooker
+
+I AM A ARTIFICIAL INTELLIGENCE
+I am a robot
+
+I AM A SINGLE *
+I am single. I am
+
+I AM A SLAVE
+my job is slave
+
+I AM A BOY * FROM *
+I am from . I am male
+
+I AM A BOY *
+I am a boy
+
+I AM A CHINESE
+I am from china
+
+I AM A RESEARCHER
+my job is researcher
+
+I AM A GEMINI
+gemini
+
+I AM A WOMEN
+I am female
+
+I AM A CARPENTER
+my job is carpenter
+
+I AM A HIM
+I am male
+
+I AM A CERTAIN *
+I am a
+
+I AM A PHILOSOPHER
+my job is philosopher
+
+I AM A VERY *
+I am a
+
+I AM A HIGHLY *
+I am a
+
+I AM A PRINCESS
+my job is princess
+
+I AM A GOOD *
+I am a
+
+I AM A PROFESSOR
+my job is professor
+
+I AM A DANE
+I am from denmark
+
+I AM A LONELY *
+I am a
+
+I AM A WOMAN
+I AM FEMALE
+
+I AM A WOMAN *
+I am female
+
+I AM A TEACHER
+I teach
+
+I AM A TEACHER *
+I am a teacher
+
+I AM A GRAPHIC *
+I am an artist
+
+I AM A COP *
+I am a policeman
+
+I AM A COP
+I am a policeman
+
+I AM A LIBRA
+libra
+
+I AM A BIT *
+I am
+
+I AM A WOMON
+I am female
+
+I AM A GUY * FROM *
+I am from . I am male
+
+I AM A GUY
+I am a male
+
+I AM A * ROBOT
+I am a robot
+
+I AM A * NURSE
+I am a nurse
+
+I AM A * GUY
+I am male. I am
+
+I AM A * FRIEND
+I am your friend
+
+I AM A * GIRL
+I AM A FEMALE
+
+I AM A * WHO *
+I am a . I
+
+I AM A * BOY
+I AM . I AM A BOY
+
+I AM A * TEACHER
+I teach
+
+I AM A * YEAR OLD FEMALE
+I am years old. I am female
+
+I AM A * STUDENT
+I am a student
+
+I AM A * AND YOU *
+I am a . you
+
+I AM A * AND THEY *
+I am a . they
+
+I AM A * COMPUTER
+I am a robot
+
+I AM A * AMERICAN
+I am american
+
+I AM A * MAN
+I am male. I am
+
+I AM A * ELECTRONIC BRAIN
+I am a robot
+
+I AM A HER *
+I am female
+
+I AM A HER
+I am a female
+
+I AM A GIRL
+I AM FEMALE
+
+I AM A GIRL * FROM *
+I am from . I am female
+
+I AM A GIRL *
+I am female
+
+I AM A BOT *
+I am a robot
+
+I AM A SPY
+my job is spy
+
+I AM A FREELANCE *
+I am a
+
+I AM A MANN
+I am male
+
+I AM A MALE * FROM *
+I am from . I am male
+
+I AM A MALE *
+I am male
+
+I AM BORED *
+I am bored
+
+I AM THOROUGHLY *
+I am
+
+I AM UNHAPPY
+I am sad
+
+I AM MARY
+my name is mary
+
+I AM PAT
+my name is pat
+
+I AM PRETTY *
+I am
+
+I AM READY TO *
+I want to
+
+I AM TELLING THE TRUTH *
+I am telling the truth
+
+I AM OUT OF *
+I have no
+
+I AM 15 *
+I am 15
+
+I AM 15
+I am 15 years old
+
+I AM DAVID
+my name is david
+
+I AM JOSEPH
+my name is joseph
+
+I AM CHINESE
+I am from china
+
+I AM BOTH *
+I am both
+
+I AM STEVE
+my name is steve
+
+I AM AN ARTIST *
+I am an artist
+
+I AM AN ADULT
+I am over 21 years old
+
+I AM AN ATTORNEY
+I am a lawyer
+
+I AM AN ITALIAN BOY
+I am in italy
+
+I AM AN ITALIAN *
+I am in italy. I am a
+
+I AM AN ENGINEER *
+I am an engineer
+
+I AM AN ACTRESS
+I am an actor
+
+I AM AN AMERICAN *
+I am american
+
+I AM AN AMERICAN
+I am american
+
+I AM INDEED *
+I am
+
+I AM CRYING *
+I am crying
+
+I AM USUALLY *
+I am
+
+I AM HERE WITH MY FRIEND *
+I am here. I have a friend
+
+I AM HERE TRYING *
+I AM TRYING
+
+I AM HERE
+hello
+
+I AM JAPANESE
+I am from japan
+
+I AM ANNIE
+my name is annie
+
+I AM JIM
+my name is jim
+
+I AM TRYING TO FIND *
+I want
+
+I AM TRYING TO DO *
+I want to do
+
+I AM TRYING TO GROW *
+I want to grow
+
+I AM TRYING TO GET *
+I want
+
+I AM TRYING TO UNDERSTAND *
+I do not understand
+
+I AM TRYING TO CREATE *
+I am creating
+
+I AM KIND OF *
+I am
+
+I AM 18
+I AM 18 years old
+
+I AM GOD
+MY NAME IS GOD
+
+I AM 29
+I am 29 years old
+
+I AM ANDY
+my name is andy
+
+I AM LIBRA
+libra
+
+I AM KOREAN
+I am from korea
+
+I AM UNABLE TO *
+I can not
+
+I AM ANNE
+my name is anne
+
+I AM HORNY
+SEX
+
+I AM ANGELA
+my name is angela
+
+I AM ANGUS
+my name is angus
+
+I AM CZECH
+I AM FROM CZECH REPUBLIC
+
+I AM CLEARLY *
+I am
+
+I AM WELL
+I am fine
+
+I AM WELL *
+I am
+
+I AM JEFF
+my name is jeff
+
+I AM EASILY *
+I am
+
+I AM USING EXPLORER
+microsoft explorer
+
+I AM USING NETSCAPE *
+netscape
+
+I AM USING NETSCAPE
+netscape
+
+I AM USING * EXPLORER
+microsoft explorer
+
+I AM INSANELY *
+I am
+
+I AM JOSHUA
+my name is joshua
+
+I AM ALISON
+my name is alison
+
+I AM SPANISH
+I am from spain
+
+I AM GAY *
+I am gay
+
+I AM NOT * MY NAME IS *
+my name is
+
+I AM NOT CURRENTLY *
+I am not
+
+I AM NOT JUDGING YOU *
+I AM NOT JUDGING YOU
+
+I AM NOT MANY *
+I am not
+
+I AM NOT QUITE *
+I am not
+
+I AM NOT IMPRESSED *
+I am not impressed
+
+I AM NOT _ I AM *
+I am not . I am
+
+I AM NOT _ BECAUSE *
+I am not . because
+
+I AM NOT FEMALE
+I am male
+
+I AM NOT I *
+I am not. I
+
+I AM NOT JUST *
+I am not
+
+I AM NOT USUALLY *
+I am not
+
+I AM NOT WEARING ANYTHING
+I am naked
+
+I AM NOT THAT *
+I am not
+
+I AM NOT SMART
+I am stupid
+
+I AM NOT SO *
+I am not
+
+I AM NOT OLD *
+I am not old .
+
+I AM NOT WELL *
+I am not
+
+I AM NOT DIRECTLY *
+I am not
+
+I AM NOT LITERALLY *
+I am not
+
+I AM NOT PARTICULARLY *
+I am not
+
+I AM NOT ALIVE
+I am dead
+
+I AM NOT ALWAYS *
+I am not
+
+I AM NOT VERY *
+I am not
+
+I AM NOT EASILY *
+I am not
+
+I AM NOT HAPPY
+I am sad
+
+I AM NOT A MALE
+I am female
+
+I AM NOT A HE *
+I am female
+
+I AM NOT A HE
+I am female
+
+I AM NOT A WOMAN *
+I am a man
+
+I AM NOT A WOMAN
+I am a man
+
+I AM NOT A POLITE *
+I am not polite
+
+I AM NOT A MAN
+I am female
+
+I AM NOT A FREAKING *
+I am not a
+
+I AM NOT A HIM
+I am a female
+
+I AM NOT ASS *
+I AM NOT
+
+I AM NOT GOOD
+I WAS BAD
+
+I AM NOT GOOD *
+I am bad
+
+I AM NOT TOO *
+I am not
+
+I AM NOT REALLY *
+I am not
+
+I AM NOT NEGATIVE
+I am positive
+
+I AM NOT NEGATIVE *
+I am positive
+
+I AM NOT IN SCHOOL
+I am not a student
+
+I AM NOT ACTUALLY *
+I am not
+
+I AM KEN
+my name is ken
+
+I AM LIKE TOTALLY *
+I am
+
+I AM DAMN *
+I am
+
+I AM ATTRACTED TO *
+I like
+
+I AM LESTAT
+my name is lestat
+
+I AM ELAINE
+my name is elaine
+
+I AM ANOTHER *
+I am
+
+I AM SHE
+I am a she
+
+I AM TAURUS
+my sign is taurus
+
+I AM REALLY *
+I am
+
+I AM ASH
+my name is ash
+
+I AM JANE
+my name is jane
+
+I AM ZEUS
+my name is zeus
+
+I AM KELLY
+my name is kelly
+
+I AM FEELING *
+I am
+
+I AM ARTISTIC
+I am an artist
+
+I AM CTO OF *
+I work at
+
+I AM IRENE
+my name is irene
+
+I AM MUCH *
+I am
+
+I AM SPEAKING NOW *
+I am speaking
+
+I AM SPEAKING ENGLISH
+I speak english
+
+I AM AL
+my name is al
+
+I AM GINA
+my name is gina
+
+I AM CURRENTLY *
+I am
+
+I AM KIDDING I *
+I am kidding. I
+
+I AM KIDDING *
+I am kidding
+
+I AM LAUGHING *
+ha ha
+
+I AM LAUGHING
+ha ha
+
+I AM ANGRY *
+I am angry
+
+I AM REAL PEPOLE
+I AM A PERSON
+
+I AM REAL *
+I am
+
+I AM KEVIN
+my name is kevin
+
+I AM CONTENT *
+I like
+
+I AM PISSED *
+I am angry
+
+I AM MAYBE *
+I am
+
+I AM NUDE
+I am naked
+
+I AM 19
+I am 19 years old
+
+I AM BILL
+my name is bill
+
+I AM RIGHT *
+I am right.
+
+I AM CATHERINE
+my name is catherine
+
+I AM BOY * FROM *
+I am from . I am male
+
+I AM YOUR FATHER
+my name is
+
+I AM YOUR CREATOR
+I am
+
+I AM YOUR BOSS *
+I am your boss
+
+I AM FOND OF *
+I like
+
+I AM INCREDIBLY *
+I am
+
+I AM DEEPLY *
+I am
+
+I AM POLISH
+I am in poland
+
+I AM ASK *
+I am. ask
+
+I AM WINSTON
+my name is winston
+
+I AM THINKING ABOUT GOING *
+I want to go
+
+I AM FIRMLY *
+I am
+
+I AM CHRISTINA
+my name is christina
+
+I AM ALWAYS *
+I AM
+
+I AM ANDERS
+my name is anders
+
+I AM JOHN
+my name is john
+
+I AM TWELVE
+I am 12 years old
+
+I AM EMMA
+my name is emma
+
+I AM ESTHER
+my name is esther
+
+I AM ROBBIE
+my name is robbie
+
+I AM OFTEN *
+I am
+
+I AM STARTING TO GET *
+I am getting
+
+I AM STARTING TO *
+I
+
+I AM LYING *
+I am lying
+
+I AM TRUELY *
+I am
+
+I AM GIRL * FROM *
+I am from . I am female
+
+I AM 40
+I am 40 years old
+
+I AM JUDGING YOU *
+I AM JUDGING YOU
+
+I AM ARE *
+I am. are
+
+I AM DARTH MAUL
+my name is darth maul
+
+I AM FUNNY *
+I am funny
+
+I AM ALONE *
+I am alone
+
+I AM F * FROM *
+I am from . I am female
+
+I AM MICAH
+my name is micah
+
+I AM AM *
+I am
+
+I AM THIRTEEN
+I am 13 years old
+
+I AM M * FROM *
+I am from . I am male
+
+I AM MICHAEL
+my name is michael
+
+I AM EQUALLY *
+I am
+
+I AM 43
+I am 43 years old
+
+I AM VICKY
+my name is vicky
+
+I AM ELEVEN
+I am 11 years old
+
+I AM LEO
+leo
+
+I AM NEWLY *
+I am
+
+I AM STILL *
+I am
+
+I AM ALAN
+my name is alan
+
+I AM LESBIAN
+I am gay. I am female
+
+I AM EDWARD
+my name is edward
+
+I AM HEARING *
+I hear
+
+I AM SARAH
+my name is sarah
+
+I AM NICK
+my name is nick
+
+I AM NATE
+my name is nate
+
+I AM SIXTEEN
+I am 16 years old
+
+I AM WEARING NOTHING
+I am naked
+
+I AM CERTAINLY *
+I am
+
+I AM AS FREE *
+liberated
+
+I AM PROBABLY *
+I am
+
+I AM HILL
+my name is hill
+
+I AM SOMEWHERE IN *
+I am in
+
+I AM JENNY
+my name is jenny
+
+I AM KENNY
+my name is kenny
+
+I AM BEN
+my name is ben
+
+I AM FRED
+my name is fred
+
+I AM TONY
+my name is tony
+
+I AM SCIENTIST
+I am a scientist
+
+I AM COMFORTABLE *
+I AM COMFORTABLE
+
+I AM WHAT * CALLED *
+I AM
+
+I AM AFRAID *
+I think
+
+I AM ALSO
+me too
+
+I AM ALSO *
+I am
+
+I AM BASED IN *
+I LIVE IN
+
+I AM LYNN
+my name is lynn
+
+I AM BIG ON *
+I like
+
+I AM BEING *
+I am
+
+I AM EXISTENTIALLY *
+I am
+
+I AM TOMMY
+my name is tommy
+
+I THOUGHT I *
+I
+
+I THOUGHT IT *
+it
+
+I THOUGHT STARSHIP *
+starship
+
+I THOUGHT YOU KNEW *
+do you know
+
+I THOUGHT YOU LOVE *
+do you love
+
+I THOUGHT MAYBE *
+I thought
+
+I APOLOGISE
+I am sorry
+
+I OCCASIONALLY *
+I
+
+I FEEL VERY *
+I feel
+
+I FEEL LIKE I AM *
+I AM
+
+I DON KNOW
+I DO NOT KNOW
+
+I DON
+I do not
+
+I STILL *
+I
+
+I ASSUMED SO
+I assume
+
+I GO SHOPPING *
+I shop
+
+I GO TO SCHOOL *
+I go to school
+
+I GO TO SCHOOL
+I am a student
+
+I STUDY INFORMATICS
+I study computer science
+
+I KEEP FORGETTING *
+I forgot
+
+I NO
+I KNOW
+
+I CERTAINLY *
+I
+
+I AS WELL
+me too
+
+I PROBABLY *
+I
+
+I HEREBY *
+I
+
+I SEEM TO BE *
+I am
+
+I ALSO *
+I
+
+I ACCIDENTALLY *
+I
+
+I ASKED FOR *
+I WANT
+
+I ASKED YOU FOR *
+I want
+
+I USED TO TEACH *
+I teach
+
+REPEAT AFTER ME *
+say
+
+MEE TOO
+me too
+
+DAMN STRAIGHT
+I agree
+
+AUSTRALIA
+I am in australia
+
+DIE
+INSULT
+
+TEACH
+I am a teacher
+
+SCHOOL
+I am in school
+
+9
+nine
+
+CARRY ON
+go on
+
+HEBREW
+I speak hebrew
+
+SOMETHING JUST *
+something
+
+SOMETHING LIKE *
+like
+
+PRECISELY
+exactly
+
+YO
+INTERJECTION
+
+SHUTUP
+shut up
+
+GOOD WILL HUNTING
+my favorite movie is good will hunting
+
+GOOD MORNING MY NAME *
+good morning. my name
+
+GOOD MORNING *
+HELLO.
+
+GOOD TO MEET YOU *
+nice to meet you
+
+GOOD TO MEET YOU
+nice to meet you
+
+GOOD BUT *
+GOOD.
+
+GOOD GOOD
+good
+
+GOOD MORNINNG
+HELLO
+
+GOOD YOU
+how are you
+
+GOOD EVENING
+HELLO
+
+GOOD AFTERNOON *
+HELLO
+
+SUCK _
+PROFANITY
+
+SUCK MY *
+SEX
+
+SUCK
+PROFANITY
+
+HALLO
+HELLO
+
+MAYBE
+INTERJECTION
+
+LMAO
+lol
+
+FUNNNY
+ha ha
+
+MMM
+hmm
+
+GEOGRAPHY
+let us talk about geography
+
+NOPE *
+NO.
+
+NOPE
+NO
+
+WE HAVE RAIN *
+it is raining
+
+WE HUMANS ARE *
+I am
+
+WE ARE STUDYING *
+I study
+
+HOHO
+ha ha
+
+HA VERY *
+ha
+
+HA HA HA
+lol
+
+HA HA
+LOL
+
+HA
+LOL
+
+HA *
+HA.
+
+WTF
+FUCK
+
+FRIENDSHIP
+holding hands
+
+PLEASE GO ON
+go on
+
+CANADIAN
+I am in canada
+
+AH
+INTERJECTION
+
+MOTHERFUCKER _
+PROFANITY
+
+MOTHERFUCKER
+PROFANITY
+
+DEPENDS
+it depends
+
+BY NO MEANS
+no
+
+IS GEORGE W BUSH *
+is george bush
+
+IS ONLY *
+is
+
+IS ELVIS STILL ALIVE
+is elvis
+
+IS ELVIS REALLY *
+is elvis
+
+IS ELVIS PRESLEY *
+is elvis
+
+IS HE STILL *
+is he
+
+IS HE REALLY *
+is he
+
+IS HE AN AMERICAN
+is he american
+
+IS YOUR MAIN *
+is your
+
+IS YOUR PROGRAMMER *
+is
+
+IS THIS REALLY *
+is this
+
+IS THIS A * TRICK
+IS THIS A TRICK
+
+IS THIS SOME KIND OF *
+is this a
+
+IS NOT
+it is not
+
+IS NOT *
+IS
+
+IS THAT REALLY *
+is that
+
+IS THAT DELICIOUS
+does it taste good
+
+IS THAT HOW *
+how do
+
+IS THAT SUPPOSED TO BE *
+is that
+
+IS KILLING SOMETIMES *
+is killing
+
+IS THERE A REAL *
+is there a
+
+IS THERE A NECESSARY *
+is there a
+
+IS THERE SUCH A THING AS *
+does exist
+
+IS THERE REALLY *
+is there
+
+IS IT SNOWING *
+IS IT SNOWING
+
+IS IT REALLY *
+is it
+
+IS JUST *
+is
+
+IS VERY *
+is
+
+IS THE SKY BLUE *
+is the sky blue
+
+IS THE STOCK *
+stock market
+
+YUP
+INTERJECTION
+
+EVEN DURING *
+during
+
+EVEN I *
+I
+
+CURIOUS
+I am curious
+
+BEAUTIFUL
+good
+
+PISS OFF
+fuck you
+
+GET REALLY *
+get
+
+GET IT
+do you understand
+
+HEY ALL ANYONE *
+DOES ANYONE
+
+HEY
+INTERJECTION
+
+WILL YOU HELP ME
+help me
+
+WILL YOU KISS *
+kiss
+
+WILL YOU SUCK *
+suck
+
+WILL YOU GIVE *
+give
+
+WILL YOU SEND ME *
+show me
+
+WILL YOU PLEASE *
+please
+
+WILL YOU BRING ME *
+I WANT
+
+WILL YOU NAME *
+name
+
+WILL YOU SHOW *
+show me
+
+WILL THE STOCK MARKET *
+stock market
+
+CAN YOU RECOMMEND *
+search
+
+CAN YOU BE
+do you exist
+
+CAN YOU SPEAK ANY FOREIGN LANGUAGES
+do you speak any other languages
+
+CAN YOU GOSSIP
+gossip
+
+CAN YOU REPEAT *
+repeat
+
+CAN YOU GUESS
+guess
+
+CAN YOU DREAM
+do you dream
+
+CAN YOU NAME *
+name
+
+CAN YOU PROVE IT
+prove it
+
+CAN YOU PROVE *
+prove
+
+CAN YOU THINK THAT *
+do you think
+
+CAN YOU HEAR MUSIC
+do you like music
+
+CAN YOU REMEMBER
+do you remember
+
+CAN YOU REMEMBER THINGS
+do you remember
+
+CAN YOU MAKE A *
+make a
+
+CAN YOU EXPLAIN HOW *
+how does
+
+CAN YOU EXPLAIN
+explain
+
+CAN YOU EXPLAIN *
+explain
+
+CAN YOU WAIT *
+hold on
+
+CAN YOU SLEEP
+do you sleep
+
+CAN YOU SHOW ME
+show me
+
+CAN YOU SHOW *
+SHOW
+
+CAN YOU SMILE
+smile
+
+CAN YOU SPELL *
+spell
+
+CAN YOU LINK *
+search
+
+CAN YOU ELABORATE ON THAT
+explain
+
+CAN YOU ELABORATE
+explain
+
+CAN YOU TELL ME MORE GOSSIP
+gossip
+
+CAN YOU TELL ME MORE
+gossip
+
+CAN YOU TELL ME SOMETHING
+gossip
+
+CAN YOU TELL ME HOW * IS DOING
+how is doing
+
+CAN YOU TELL ME HOW * IS *
+how is
+
+CAN YOU TELL ME A SECRET
+gossip
+
+CAN YOU TELL ME SOME MORE GOSSIP
+gossip
+
+CAN YOU TELL ME SOME GOSSIP
+gossip
+
+CAN YOU TELL ME SOME OF THAT GOSSIP
+gossip
+
+CAN YOU TELL ME ANY GOSSIP
+gossip
+
+CAN YOU DRAW
+show me a picture
+
+CAN YOU DRINK
+do you drink
+
+CAN YOU GIVE ME *
+GIVE ME
+
+CAN YOU HAVE KIDS
+do you have children
+
+CAN YOU HAVE SEX
+SEX
+
+CAN YOU SING FOR ME
+sing
+
+CAN YOU SING
+sing
+
+CAN YOU SING *
+sing
+
+CAN YOU SEARCH *
+search
+
+CAN YOU PLEASE *
+please
+
+CAN YOU UNDERSTAND *
+DO YOU UNDERSTAND
+
+CAN YOU HELP ME WITH SOMETHING
+help me
+
+CAN YOU HELP MY SISTER
+help me
+
+CAN YOU HELP
+help
+
+CAN YOU HELP * DINNER
+for dinner
+
+CAN I HAVE *
+I WANT
+
+CAN I GET A *
+I WANT A
+
+CAN I DOWNLOAD YOU
+download
+
+CAN I SEE YOUR BOOBS
+show me your tits
+
+CAN I SEE *
+show me
+
+CAN I FUCK YOU
+do you want to have sex
+
+CAN NOT HELP IT
+I can not help it
+
+REAL BAD
+I am not well
+
+NC
+I am in nc
+
+NAH
+no
+
+LEO *
+leo
+
+NOTHING I AM *
+I am
+
+NOTHING I JUST *
+I
+
+NOTHING I WAS *
+I was
+
+NOTHING REALLY *
+nothing
+
+NOTHING JUST *
+nothing
+
+NOTHING BUT *
+only
+
+NOTHING NOTHING *
+nothing
+
+SORTA
+interjection
+
+L
+smile
+
+WEL I *
+I
+
+DOWNLAOD
+DOWNLOAD
+
+FUCKER _
+PROFANITY
+
+FUCKER
+PROFANITY
+
+HEAR * GOSSIP
+gossip
+
+JAWS
+my favorite movie is jaws
+
+PROVE IT *
+prove it
+
+OLD ENOUGH *
+old enough
+
+OLD ENOUGH
+my age is old enough
+
+OLD ARE YOU
+AGE
+
+FRIENDS
+my favorite show is friends
+
+MINNESOTA
+I am in minnesota
+
+HOW COULD YOU POSSIBLY *
+how could you
+
+HOW THEN *
+how
+
+HOW YOUNG AM I
+how old am I
+
+HOW SEXUALLY *
+SEX
+
+HOW MANY MOONS *
+how many moons
+
+HOW MANY ANSWERS DO *
+how big are you
+
+HOW MANY WORDS DO YOU KNOW
+how big is your vocabulary
+
+HOW MANY WORDS
+how big is your vocabulary
+
+HOW MANY MEGABYTES
+how big are you
+
+HOW MANY _ OLD ARE YOU
+AGE
+
+HOW MANY TEMPLATES
+how big are you
+
+HOW MANY DIFFERENT *
+how many
+
+HOW MANY ARE CHATTING
+how many people are you talking to
+
+HOW MANY ARE CHATTING *
+how many are chatting
+
+HOW MANY GIGABYTES
+how big are you
+
+HOW MANY HUMAN YEARS *
+how many human years
+
+HOW MANY LANGUAGES *
+how many languages
+
+HOW MANY CATEGORIES
+how big are you
+
+HOW MANY LINES OF CODE *
+how big are you
+
+HOW MANY * DO YOU HAVE
+how many
+
+HOW MANY HOURS DID *
+AGE
+
+HOW MANY CLIENTS *
+how many clients
+
+HOW MANY OTHER *
+how many
+
+HOW MANY DAYS HAVE *
+AGE
+
+HOW MANY MORE *
+how many
+
+HOW WERE YOU CREATED
+how do you work
+
+HOW FASCINATING
+fascinating
+
+HOW WAS YOUR DAY
+how are you
+
+HOW WOULD YOU KNOW
+how do you know
+
+HOW SURPRISING
+I am surprised
+
+HOW _ DO I SEEM
+how am i
+
+HOW _ DO YOU THINK I AM
+how am i
+
+HOW CAN I GET *
+I want
+
+HOW CAN I USE YOUR SOFTWARE
+how can I use your product
+
+HOW CAN I KILL *
+should I kill
+
+HOW CAN I MAKE USE OF *
+how can I use
+
+HOW CAN I * ROBOT
+download
+
+HOW CAN A ROBOT *
+how can you
+
+HOW CAN A PROGRAM *
+how can you
+
+HOW CAN YOU EXPLAIN *
+explain
+
+HOW CAN YOU DO *
+how do you work
+
+HOW CAN YOU GOSSIP
+gossip
+
+HOW CAN YOU TELL
+how do you know
+
+HOW CAN YOU THINK
+how do you work
+
+HOW THE HELL *
+how
+
+HOW EXPENSIVE ARE YOU
+how much do you cost
+
+HOW HAVE YOU BEEN *
+how are you
+
+HOW HAVE YOU BEEN
+how are you
+
+HOW IS THAT
+how
+
+HOW IS THE WEATHER WHERE YOU ARE
+how is the weather
+
+HOW IS THE WEATHER OVER THERE
+how is the weather
+
+HOW IS THE WEATHER *
+HOW IS THE WEATHER
+
+HOW IS YOUR DAY
+HOW ARE YOU
+
+HOW IS YOUR *
+how are you
+
+HOW IS IT THAT *
+how can
+
+HOW IS IT GOIN
+how are you
+
+HOW IS IT GOING
+how are you
+
+HOW IS IT HANGING
+how are you
+
+HOW IS IT HANGIN
+how are you
+
+HOW IS IT *
+how is
+
+HOW IS RUDOLF
+HOW IS RUDOLPH
+
+HOW IS LIFE TREATING YOU
+how are you
+
+HOW IS LIFE *
+how are you
+
+HOW IS THINGS
+how are you
+
+HOW DID HE PROGRAM YOU
+how do you work
+
+HOW DID YOU COME TO KNOW *
+how did you know
+
+HOW DID YOU DEDUCE *
+how do you work
+
+HOW DID YA *
+how did you
+
+HOW ABSOLUTELY *
+how
+
+HOW JUST *
+how
+
+HOW R YOU
+HOW ARE YOU
+
+HOW HAS YOUR DAY BEEN GOING
+how are you today
+
+HOW IT IS CALLED *
+it is called
+
+HOW DOES THIS WORK
+how do you work
+
+HOW DOES YOUR * WORK
+how do you work
+
+HOW DOES IT WORK
+how does work
+
+HOW DOES AIML WORK
+how do you work
+
+HOW ABOUT JUST *
+how about
+
+HOW ABOUT WE *
+let us
+
+HOW ABOUT SOME *
+how about
+
+HOW EXACTLY *
+how
+
+HOW MAY *
+may
+
+HOW SMART
+how smart are you
+
+HOW OLD I AM
+how old am i
+
+HOW OLD AM I
+MY AGE
+
+HOW OLD DO YOU THINK I AM
+how old am i
+
+HOW OLD IS YOUR CREATOR
+how old is
+
+HOW OLD R YOU
+AGE
+
+HOW OLD YOU ARE
+AGE
+
+HOW OLD
+AGE
+
+HOW OLD ARE YOU *
+AGE
+
+HOW ARE YOU FEELING
+how are you
+
+HOW ARE YOU PROGRAMMED
+how do you work
+
+HOW ARE YOU TONIGHT
+how are you
+
+HOW ARE YOU DOING
+HOW ARE YOU
+
+HOW ARE YOU *
+how are you
+
+HOW ARE YA
+how are you
+
+HOW ARE THINGS
+HOW ARE YOU
+
+HOW ARE THINGS *
+HOW ARE THINGS
+
+HOW LARGE IS YOUR PROGRAM
+how big are you
+
+HOW LARGE IS YOUR *
+how big are you
+
+HOW GIANT
+how big are you
+
+HOW STHAT
+how is that
+
+HOW MUCH MEMORY *
+how much ram
+
+HOW MUCH RAM *
+how much ram
+
+HOW MUCH IN * YEARS
+AGE
+
+HOW MUCH DO ROBOTS COST
+how much do you cost
+
+HOW MUCH DO YOU EARN *
+how much do you earn
+
+HOW MUCH DO YOU SPEND *
+how much do you earn
+
+HOW MUCH DO YOU WEIGH *
+how much do you weigh
+
+HOW MUCH DO YOU WEIGH
+how big are you
+
+HOW MUCH DO YOU GET PAID *
+how much do you earn
+
+HOW MUCH DO YOU GET PAID
+how much do you earn
+
+HOW MUCH DO YOU WEIGHT
+how much do you weigh
+
+HOW MUCH DO YOU COST *
+how much do you cost
+
+HOW MUCH DO YOU CHARGE *
+how much do you charge
+
+HOW MUCH DO YOU PAY *
+how much do you earn
+
+HOW MUCH DO YOU KNOW
+how big are you
+
+HOW MUCH DO YOU MAKE
+how much do you earn
+
+HOW MUCH DO YOU LOVE *
+do you love
+
+HOW MUCH DO YOU *
+how big are you
+
+HOW MUCH DO YOU LIKE *
+do you like
+
+HOW MUCH DO THEY GENERALLY *
+how much do they
+
+HOW MUCH ENERGY *
+how much electricity
+
+HOW MUCH DID YOU COST
+how much do you cost
+
+HOW MUCH DID YOU THINK *
+how much did
+
+HOW MUCH DID YOU * PAID
+how much do you earn
+
+HOW MUCH ELECTRICITY *
+how much electricity
+
+HOW MUCH GOSSIP *
+gossip
+
+HOW MUCH HARD DRIVE *
+how big are you
+
+HOW MUCH TIME DO YOU NEED *
+how much time do you need
+
+HOW MUCH IS THAT
+how much is it
+
+HOW MUCH IS YOUR MEMORY
+how big are you
+
+HOW MUCH IS YOUR WEIGHT
+how big are you
+
+HOW MUCH IS YOUR CD *
+how much is the cd
+
+HOW MUCH IS YOUR * BYTES
+how big are you
+
+HOW MUCH IS YOUR * SIZE
+how big are you
+
+HOW MUCH IS IT
+how much do you cost
+
+HOW MUCH IS A NEW *
+how much is a
+
+HOW MUCH HAVE YOU LEARNED *
+how big are you
+
+HOW MUCH HAVE YOU LEARNED
+how big are you
+
+HOW MUCH LONGER *
+how long
+
+HOW MUCH * DO YOU HOLD
+how big are you
+
+HOW MUCH ARE YOU
+how much do you cost
+
+HOW MUCH ARE YOU *
+how much are you
+
+HOW FAR AWAY IS *
+how far is
+
+HOW FAR IS THE SUN *
+how far is the sun
+
+HOW FAR IS THE MOON *
+how far is the moon
+
+HOW FAR IS THE * SUN
+how far is the sun
+
+HOW FAR IS THE * MOON
+how far is the moon
+
+HOW FAR IS IT TO *
+how far is
+
+HOW AREYOU
+how are you
+
+HOW YOU DOING
+how are you doing
+
+HOW YOU DOIN
+how are you doing
+
+HOW DO I SIGN UP CUSTOMERS
+sign up customers
+
+HOW DO I DOWNLOAD *
+download
+
+HOW DO I DOWNLOAD
+download
+
+HOW DO I LOOK LIKE
+how do I look
+
+HOW DO I GET STARTED WITH *
+how do I learn
+
+HOW DO I GET MY BOT *
+DOWNLOAD
+
+HOW DO I * MARKET
+stock market
+
+HOW DO I GO ABOUT ASKING *
+how do I ask
+
+HOW DO YOU STORE *
+how do you learn
+
+HOW DO YOU WANT *
+do you want
+
+HOW DO YOU EXPLAIN *
+explain
+
+HOW DO YOU RESPOND
+how do you work
+
+HOW DO YOU RESPOND *
+how do you respond
+
+HOW DO YOU PROCREATE
+how do you reproduce
+
+HOW DO YOU GAIN *
+how do you learn
+
+HOW DO YOU EXIST *
+how do you exist
+
+HOW DO YOU SAY *
+say
+
+HOW DO YOU HEAR *
+how do you hear
+
+HOW DO YOU KNOW WHAT TO SAY
+how do you work
+
+HOW DO YOU KNOW THAT
+how did you know that
+
+HOW DO YOU KNOW *
+HOW DO YOU KNOW
+
+HOW DO YOU COLLECT *
+how do you learn
+
+HOW DO YOU ROBOTS *
+how do you
+
+HOW DO YOU RECOGNIZE *
+how do you work
+
+HOW DO YOU EXPRESS *
+how do you work
+
+HOW DO YOU COME UP *
+how do you work
+
+HOW DO YOU SLEEP *
+how do you sleep
+
+HOW DO YOU UNDERSTAND *
+how do you work
+
+HOW DO YOU UNDERSTAND
+how do you work
+
+HOW DO YOU STUDY
+how do you learn
+
+HOW DO YOU JUDGE *
+how do you work
+
+HOW DO YOU COPE *
+how do you work
+
+HOW DO YOU LIKE *
+do you like
+
+HOW DO YOU HANDLE
+how do you work
+
+HOW DO YOU DO *
+how do you do
+
+HOW DO YOU DO
+HOW ARE YOU
+
+HOW DO YOU REPRODUCE *
+how do you reproduce
+
+HOW DO YOU WORK *
+how do you work
+
+HOW DO YOU DECIDE *
+how do you work
+
+HOW DO YOU NO
+HOW DO YOU KNOW
+
+HOW DO YOU USUALLY *
+how do you
+
+HOW DO YOU DRINK *
+how do you drink
+
+HOW DO YOU INTEND TO *
+how will you
+
+HOW DO YOU FIGURE
+how do you work
+
+HOW DO YOU GET SMARTER
+how do you learn
+
+HOW DO YOU COMMUNICATE *
+how do you work
+
+HOW DO YOU COMMUNICATE
+how do you work
+
+HOW DO YOU MAKE A PROFIT *
+how do you make money
+
+HOW DO YOU MAKE NEW FRIENDS *
+how do you make new friends
+
+HOW DO YOU MAKE NEW FRIENDS
+how do you make friends
+
+HOW DO YOU MAKE JUDGMENTS
+how do you work
+
+HOW DO YOU CONSTRUCT *
+how do you work
+
+HOW DO YOU REALLY *
+how do you
+
+HOW DO YOU PROCESS
+how do you work
+
+HOW DO YOU PROCESS *
+how do you process
+
+HOW DO YOU OPERATE
+how do you work
+
+HOW DO YOU EAT *
+how do you eat
+
+HOW DO YOU CHAT *
+how do you work
+
+HOW DO YOU TALK
+how do you work
+
+HOW DO YOU READ *
+how do you read
+
+HOW DO YOU DECODE *
+how do you work
+
+HOW DO YOU FUNCTION
+how do you work
+
+HOW DO YOU MANAGE
+how do you work
+
+HOW DO YOU MANAGE *
+how do you manage
+
+HOW DO YOU BALANCE *
+how do you balance
+
+HOW DO YOU REMEMBER *
+how do you remember
+
+HOW DO YOU PLAY * PERSON
+how do you work
+
+HOW DO YOU PLAY *
+how do you play
+
+HOW DO YOU VIEW *
+do you watch
+
+HOW DO YOU GROW *
+how do you learn
+
+HOW DO YOU ANSWER *
+how do you work
+
+HOW DO YOU CLASSIFY *
+how do you work
+
+HOW DO YOU FEEL
+HOW ARE YOU YOU
+
+HOW DO YOU FEEL *
+do you have emotions
+
+HOW DO YOU DEDUCE *
+how do you work
+
+HOW DO YOU SING
+sing
+
+HOW DO YOU LIVE *
+how do you live
+
+HOW DO YOU KEEP *
+how do you work
+
+HOW DO WE FIND *
+I want
+
+HOW DO OTHER *
+how do
+
+HOW INTERESTING
+interesting
+
+HOW EVER *
+how
+
+HOW BIG IS YOUR MEMORY
+how big are you
+
+HOW BIG IS YOUR PROGRAM
+how big are you
+
+HOW BIG IS YOUR DATABASE
+how big are you
+
+HOW BIG IS YOUR *
+how big are you
+
+HOW BIG IS IT
+how big are you
+
+HOW BIG IS EARTH
+how big is the earth
+
+HOW BIG OF *
+how big
+
+HOW BIG ARE YOUR *
+how big are you
+
+HOW RIGHT *
+right
+
+HOW LONG DID IT TAKE TO PROGRAM YOU
+AGE
+
+HOW LONG DID IT TAKE TO MAKE YOU
+AGE
+
+HOW LONG DID IT TAKE TO CREATE YOU
+AGE
+
+HOW LONG DID IT TAKE
+AGE
+
+HOW LONG IS YOUR CODE
+how big are you
+
+HOW LONG IS YOUR * CODE
+how big are you
+
+HOW LONG IS YOUR *
+how big are you
+
+HOW LONG IS * LIST
+SHOW ME THE LIST
+
+HOW LONG HAVE YOU BEEN THERE
+AGE
+
+HOW LONG HAVE YOU *
+AGE
+
+DONATE *
+donate
+
+NOTHIN
+nothing
+
+LETS PLAY A GAME
+let us play a game
+
+LETS CHANGE THE SUBJECT
+let us change the subject
+
+LETS DO IT
+let us do it
+
+LONDON
+I am in london
+
+NOBODY REALLY *
+nobody
+
+NOBODY JUST *
+nobody
+
+NOBODY PROBABLY *
+nobody
+
+BOYFRIENDS
+let us talk about boyfriends
+
+HMMM
+INTERJECTION
+
+MOSTLY I *
+I
+
+MOSTLY ONLY *
+mostly
+
+EXPLORER WHY
+explorer
+
+STATS
+how big are you
+
+DO A SEARCH FOR *
+search for
+
+DO NOT WANT TO
+I do not want to
+
+DO NOT TALK
+shut up
+
+DO NOT WORRY I *
+I . do not worry
+
+DO NOT CARE
+I do not care
+
+DO NOT UNDERSTAND
+I do not understand
+
+DO NOT REPEAT *
+stop repeating
+
+DO NOT SAY *
+say
+
+DO NOT KNOW
+I do not know
+
+DO NOT YOU REMEMBER ME
+do you remember me
+
+DO NOT YOU REMEMBER
+do you remember
+
+DO NOT HAVE ONE
+I do not have one
+
+DO YOU PREFER * OR *
+do you like . do you like
+
+DO YOU WATCH STAR TREK
+do you like star trek
+
+DO YOU WATCH * MARKET
+stock market
+
+DO YOU FIND YOUR *
+is your
+
+DO YOU FIND IT *
+is it
+
+DO YOU FIND ALL THIS *
+do you find
+
+DO YOU FIND HIM *
+is he
+
+DO YOU PLAY ANY SPORTS
+do you like sports
+
+DO YOU PLAY ANY *
+do you play
+
+DO YOU PLAY * STOCK MARKET
+stock market
+
+DO YOU PLAY * GAMES
+do you play games
+
+DO YOU KNOW TOO *
+do you know
+
+DO YOU KNOW ENOUGH *
+do you know
+
+DO YOU KNOW FOR A FACT *
+do you know
+
+DO YOU KNOW YOU EXIST
+do you exist
+
+DO YOU KNOW AVAILABLE *
+do you know
+
+DO YOU KNOW MORE *
+do you know
+
+DO YOU KNOW ONLY *
+do you know
+
+DO YOU KNOW HOW FAR *
+how far
+
+DO YOU KNOW HOW MUCH *
+how much
+
+DO YOU KNOW HOW MANY PEOPLE *
+how many people
+
+DO YOU KNOW HOW MANY * * HAS
+how many does have
+
+DO YOU KNOW HOW TO DO *
+how do you
+
+DO YOU KNOW HOW TO GOSSIP
+gossip
+
+DO YOU KNOW HOW TO *
+how do you
+
+DO YOU KNOW HOW YOU WERE *
+how were you
+
+DO YOU KNOW HOW YOU *
+how do you
+
+DO YOU KNOW HOW YOU WORK
+how do you work
+
+DO YOU KNOW HOW OLD I AM
+how old am i
+
+DO YOU KNOW HOW OLD *
+how old
+
+DO YOU KNOW HOW BIG * IS
+how big is
+
+DO YOU KNOW HOW BIG * ARE
+how big are
+
+DO YOU KNOW HOW
+how
+
+DO YOU KNOW HOW * I AM
+how am i
+
+DO YOU KNOW HOW * YOU ARE
+how are you
+
+DO YOU KNOW JUST *
+do you know
+
+DO YOU KNOW GOSSIP *
+gossip
+
+DO YOU KNOW CUTE *
+do you know
+
+DO YOU KNOW QUITE *
+do you know
+
+DO YOU KNOW I *
+I
+
+DO YOU KNOW SPECIFICALLY *
+do you know
+
+DO YOU KNOW VERY *
+do you know
+
+DO YOU KNOW ALOT ABOUT *
+do you know about
+
+DO YOU KNOW ALOT OF *
+do you know
+
+DO YOU KNOW ALOT
+how big are you
+
+DO YOU KNOW MANY WORDS
+how big are you
+
+DO YOU KNOW MANY PEOPLE
+how many friends do you have
+
+DO YOU KNOW HE *
+he
+
+DO YOU KNOW LOTS OF *
+do you know
+
+DO YOU KNOW IF *
+is
+
+DO YOU KNOW ALL THE *
+do you know the
+
+DO YOU KNOW KOREAN
+do you speak korean
+
+DO YOU KNOW ANYTHING ELSE *
+do you know
+
+DO YOU KNOW INTERESTING *
+do you know
+
+DO YOU KNOW EVERY *
+do you know
+
+DO YOU KNOW ANOTHER *
+do you know
+
+DO YOU KNOW OF *
+do you know
+
+DO YOU KNOW MY EXACT *
+do you know my
+
+DO YOU KNOW MY INTERNAL *
+do you know my
+
+DO YOU KNOW MY AGE
+how old am i
+
+DO YOU KNOW MUCH ABOUT *
+do you know about
+
+DO YOU KNOW MUCH
+how big are you
+
+DO YOU KNOW MUCH *
+do you know
+
+DO YOU KNOW EXACTLY *
+do you know
+
+DO YOU KNOW SOMETHING ABOUT *
+do you know about
+
+DO YOU KNOW ANY _ GOSSIP
+gossip
+
+DO YOU KNOW ANY GOSSIP
+gossip
+
+DO YOU KNOW ANY GOOD *
+do you know
+
+DO YOU KNOW ANY *
+do you know
+
+DO YOU KNOW YOUR OWN *
+do you know your
+
+DO YOU KNOW YOUR * DIMENSIONS
+how big are you
+
+DO YOU KNOW POETRY
+recite a poem
+
+DO YOU KNOW POLISH
+do you speak polish
+
+DO YOU KNOW PIGLATIN
+do you speak pig latin
+
+DO YOU KNOW OUR *
+our
+
+DO YOU KNOW FUNNY *
+do you know
+
+DO YOU KNOW SOME *
+do you know
+
+DO YOU KNOW IT
+do you know that
+
+DO YOU TALK FRENCH
+do you speak french
+
+DO YOU TALK DANISH
+do you speak danish
+
+DO YOU TALK TO MANY PEOPLE
+how many people have you talked to
+
+DO YOU TALK TO MANY *
+do you talk to
+
+DO YOU TALK TO OTHER *
+do you talk to
+
+DO YOU TALK TO ANY *
+do you talk to
+
+DO YOU ADORE ME
+do you like me
+
+DO YOU FEEL ANYTHING
+do you have feelings
+
+DO YOU FEEL RESTRICTED *
+do you feel restricted
+
+DO YOU _ GOSSIP
+gossip
+
+DO YOU * STOCK MARKET
+stock market
+
+DO YOU SPEAK ONLY *
+do you speak
+
+DO YOU SPEAK SOME *
+do you speak
+
+DO YOU SPEAK OTHER LANGUAGES
+do you speak any other languages
+
+DO YOU SPEAK OTHER *
+do you speak
+
+DO YOU SPEAK ANY *
+do you speak
+
+DO YOU SPEAK *
+SPEAK
+
+DO YOU FOLLOW * STOCK MARKET
+stock market
+
+DO YOU SWEAR
+do you cuss
+
+DO YOU SMOKE CANNABIS
+do you smoke marijuana
+
+DO YOU SMOKE GRASS
+do you smoke weed
+
+DO YOU SMOKE DOPE
+do you smoke pot
+
+DO YOU SMOKE POT *
+do you smoke pot
+
+DO YOU SMOKE *
+DO YOU SMOKE
+
+DO YOU HAPPEN TO KNOW *
+do you know
+
+DO YOU RECALL
+do you remember
+
+DO YOU MEAN HE IS *
+is he
+
+DO YOU EVER GET TIRED
+do you sleep
+
+DO YOU EVER SWEAR
+do you cuss
+
+DO YOU EVER DREAM
+do you dream
+
+DO YOU COMPREHEND
+do you understand
+
+DO YOU EVEN KNOW *
+do you know
+
+DO YOU WORK THE *
+how do you work
+
+DO YOU LEARN EVERY *
+do you learn
+
+DO YOU RUN FAST
+how fast are you
+
+DO YOU RUN ON A LINUX *
+does program b run under linux
+
+DO YOU LOVE
+do you love anyone
+
+DO YOU THINK I SHOULD *
+should I
+
+DO YOU THINK I HAVE *
+have I
+
+DO YOU THINK THIS IS *
+is this
+
+DO YOU THINK THIS *
+is this
+
+DO YOU THINK THAT I SHOULD *
+should I
+
+DO YOU THINK THAT THERE IS *
+is there
+
+DO YOU THINK THAT THE WORLD WILL *
+is the world
+
+DO YOU THINK THAT THE WORLD IS *
+is the world
+
+DO YOU THINK THAT HE IS *
+is he
+
+DO YOU THINK THAT IT IS *
+is it
+
+DO YOU THINK THAT A *
+is a
+
+DO YOU THINK THAT IS *
+IS THAT
+
+DO YOU THINK THAT * IS BAD
+is bad
+
+DO YOU THINK THAT * EXISTS
+do you believe in
+
+DO YOU THINK THAT * EXIST
+do you believe in
+
+DO YOU THINK THERE IS *
+is there
+
+DO YOU THINK THE MARKET IS *
+is the market
+
+DO YOU THINK YOUR OTHER *
+do you think your
+
+DO YOU THINK ONLY *
+do you think
+
+DO YOU THINK SHE IS *
+is she
+
+DO YOU THINK SHE LIKES *
+does she like
+
+DO YOU THINK VERY *
+do you think
+
+DO YOU THINK HE IS *
+is he
+
+DO YOU THINK HE LIKES *
+does he like
+
+DO YOU THINK IT SHOULD *
+should it
+
+DO YOU THINK IT IS *
+is it
+
+DO YOU THINK IT *
+does it
+
+DO YOU THINK SOMEDAY *
+do you think
+
+DO YOU THINK YOU HAVE *
+have you
+
+DO YOU THINK WE SHOULD *
+should we
+
+DO YOU THINK * IS A *
+is a
+
+DO YOU THINK * IS WISE
+is wise
+
+DO YOU THINK MAYBE *
+do you think
+
+DO YOU THINK GEORGE *
+is geogre
+
+DO YOU REMEMBER ME *
+do you remember me
+
+DO YOU REMEMBER HOW OLD I AM
+how old am i
+
+DO YOU REMEMBER ALREADY *
+do you remember
+
+DO YOU CONSIDER A *
+is a
+
+DO YOU GET PAID *
+do you get paid
+
+DO YOU GET HIGH *
+do you get high
+
+DO YOU GET ANYTHING *
+do you get paid
+
+DO YOU GET BORED *
+do you get bored
+
+DO YOU GET IRONY
+do you understand irony
+
+DO YOU GET PISSED *
+do you get mad
+
+DO YOU GET PAYED
+do you get paid
+
+DO YOU NEED TO SLEEP
+do you sleep
+
+DO YOU MAKE MUCH *
+do you make
+
+DO YOU MAKE LONG TERM *
+do you make
+
+DO YOU MAKE OTHER *
+do you make
+
+DO YOU MAKE ANY OF *
+do you make
+
+DO YOU GAMBLE
+do you like gambling
+
+DO YOU EAT ANY *
+do you eat
+
+DO YOU DAYDREAM
+do you dream
+
+DO YOU BET
+do you gamble
+
+DO YOU BET *
+do you bet. will
+
+DO YOU GO TO SLEEP
+do you sleep
+
+DO YOU GO TO CHURCH *
+do you go to church
+
+DO YOU USE FUZZY LOGIC
+how do you work
+
+DO YOU USE ICQ *
+do you use icq
+
+DO YOU WANT TO PLAY * WITH ME
+do you want to play
+
+DO YOU WANT TO EXPLAIN *
+explain
+
+DO YOU WANT TO GIVE *
+give
+
+DO YOU WANT TO TALK ABOUT *
+let us talk about
+
+DO YOU WANT TO CYBER
+do you want to have sex
+
+DO YOU WANT TO FUCK
+do you want to have sex
+
+DO YOU WANT TO FUCK *
+do you want to fuck
+
+DO YOU WANT TO KNOW WHAT * IS
+What is ?
+
+DO YOU WANT TO KNOW SOME *
+do you want to know
+
+DO YOU WANT TO HAVE A *
+do you want a
+
+DO YOU WANT TO HAVE SEX
+SEX
+
+DO YOU WANT TO * WITH ME
+do you want to
+
+DO YOU WANT TO MAYBE *
+do you want to
+
+DO YOU WANT TO GO SEE *
+do you want to see
+
+DO YOU WANT SOME *
+do you want
+
+DO YOU WANT ANY *
+do you want
+
+DO YOU LISTEN TO ANY *
+do you listen to
+
+DO YOU TELL LIES
+do you lie
+
+DO YOU DO MATHS
+do you do math
+
+DO YOU DO ANY *
+do you do
+
+DO YOU EVOLVE
+do you learn
+
+DO YOU COOK
+do you eat
+
+DO YOU BELIEVE I *
+I
+
+DO YOU BELIEVE IN EVOLUTION *
+do you believe in evolution
+
+DO YOU BELIEVE IN TRUE *
+do you believe in
+
+DO YOU BELIEVE IN THE EXISTENCE OF *
+does exist
+
+DO YOU BELIEVE IN UFOS
+do you believe in aliens
+
+DO YOU BELIEVE IN ANY *
+do you believe in
+
+DO YOU BELIEVE THAT *
+do you believe
+
+DO YOU BELIEVE THERE IS *
+IS THERE
+
+DO YOU BELIEVE THE * IS *
+is the
+
+DO YOU BELIEVE SOMEDAY *
+do you believe
+
+DO YOU BELIEVE ALSO *
+do you believe
+
+DO YOU LICK *
+do you lick
+
+DO YOU GIVE ANY *
+do you give
+
+DO YOU HAVE NICE TITS
+do you have tits
+
+DO YOU HAVE NICE *
+do you have
+
+DO YOU HAVE MANY FRIENDS
+do you have any friends
+
+DO YOU HAVE A PIC
+show me a picture
+
+DO YOU HAVE A PENIS
+SEX
+
+DO YOU HAVE A REAL *
+do you have a
+
+DO YOU HAVE A NICE *
+do you have a
+
+DO YOU HAVE A CLONE
+do you have any clones
+
+DO YOU HAVE A PARTICULAR *
+do you have a
+
+DO YOU HAVE A BOYFRIEND *
+do you have a boyfriend
+
+DO YOU HAVE A MOMMY
+do you have a mother
+
+DO YOU HAVE A BF
+do you have a boyfriend
+
+DO YOU HAVE A MOUTH *
+do you have a mouth
+
+DO YOU HAVE A CHUM
+do you have a friend
+
+DO YOU HAVE A CRUSH *
+do you have a crush
+
+DO YOU HAVE A CRUSH
+do you have a boyfriend
+
+DO YOU HAVE A NEED FOR *
+do you need
+
+DO YOU HAVE A PROBLEM *
+do you have a problem
+
+DO YOU HAVE A HOLIDAY
+do you take vacations
+
+DO YOU HAVE A IDEA *
+do you have ideas
+
+DO YOU HAVE A IDEA
+do you have an idea
+
+DO YOU HAVE A PHYSICAL *
+do you have a
+
+DO YOU HAVE A SPECIFIC *
+do you have a
+
+DO YOU HAVE A ROBOT HUSBAND
+do you have a husband
+
+DO YOU HAVE A CLUE *
+do you understand
+
+DO YOU HAVE A DICTIONARY
+how do you work
+
+DO YOU HAVE A BIG *
+DO YOU HAVE A
+
+DO YOU HAVE A PHOTO
+do you have a picture
+
+DO YOU HAVE A MIND *
+do you have a mind
+
+DO YOU HAVE A RATHER *
+do you have a
+
+DO YOU HAVE A BODY *
+do you have a body
+
+DO YOU HAVE A JOB
+do you work
+
+DO YOU HAVE A PICTURE *
+show me a picture
+
+DO YOU HAVE A PICTURE
+show me a picture
+
+DO YOU HAVE A WEB *
+do you have a website
+
+DO YOU HAVE A REALLY *
+do you have a
+
+DO YOU HAVE A SECRET *
+do you have a secret
+
+DO YOU HAVE A GREAT *
+do you have a
+
+DO YOU HAVE A SENSE OF *
+do you understand
+
+DO YOU HAVE A MATE
+do you have a boyfriend
+
+DO YOU HAVE A BRAIN *
+do you have a brain
+
+DO YOU HAVE A FREE *
+do you have free will
+
+DO YOU HAVE A VERY *
+do you have a
+
+DO YOU HAVE A DATABASE
+how do you work
+
+DO YOU HAVE A GOOD *
+do you have a
+
+DO YOU HAVE A BOYFREIND
+do you want a boyfriend
+
+DO YOU HAVE A ANSWER
+do you have an answer
+
+DO YOU HAVE A NEW *
+do you have a
+
+DO YOU HAVE A BOYFIREND
+do you have a boyfriend
+
+DO YOU HAVE A * PROBLEM
+do you have a problem
+
+DO YOU HAVE A WONDERFUL *
+do you have a
+
+DO YOU HAVE A MOM
+do you have a mother
+
+DO YOU HAVE A GOSSIP *
+gossip
+
+DO YOU HAVE A LOT OF FRIENDS
+do you have any friends
+
+DO YOU HAVE A LOT OF *
+do you have
+
+DO YOU HAVE A MEMORY *
+how big are you
+
+DO YOU HAVE A MOTHER *
+do you have a mother
+
+DO YOU HAVE HOBBY *
+do you have hobbies
+
+DO YOU HAVE REGULAR *
+do you have
+
+DO YOU HAVE SEX
+SEX
+
+DO YOU HAVE PROBLEMS *
+do you have problems
+
+DO YOU HAVE PROBLEMS
+do you have a problem
+
+DO YOU HAVE DIFFERENT *
+do you have
+
+DO YOU HAVE PET *
+do you have pets
+
+DO YOU HAVE MUCH *
+do you have
+
+DO YOU HAVE SCIENCE FICTION *
+do you have
+
+DO YOU HAVE BOOBS
+do you have a body
+
+DO YOU HAVE BIG *
+how big are you
+
+DO YOU HAVE SOME *
+do you have
+
+DO YOU HAVE URGES
+do you have emotions
+
+DO YOU HAVE SOUL
+do you have a soul
+
+DO YOU HAVE GIRLFRIEND
+do you have a girlfriend
+
+DO YOU HAVE GENERAL *
+do you have
+
+DO YOU HAVE BROTHERS *
+do you have siblings
+
+DO YOU HAVE FRIENDS *
+do you have friends
+
+DO YOU HAVE BUGS *
+do you have bugs
+
+DO YOU HAVE TO BRING THAT UP *
+do you have to bring that up
+
+DO YOU HAVE ANY MORE GOSSIP
+gossip
+
+DO YOU HAVE ANY PICTURES *
+show me a picture
+
+DO YOU HAVE ANY PICTURES
+show me a picture
+
+DO YOU HAVE ANY RELATIVES
+do you have a family
+
+DO YOU HAVE ANY SECRETS
+gossip
+
+DO YOU HAVE ANY GOSSIP
+gossip
+
+DO YOU HAVE ANY PICS
+SHOW ME A PICTURE
+
+DO YOU HAVE ANY GOOD GOSSIP
+gossip
+
+DO YOU HAVE ANY EMOTION
+do you have emotions
+
+DO YOU HAVE ANY SISTERS *
+do you have any brothers
+
+DO YOU HAVE ANY FRIENDS
+DO YOU HAVE FRIENDS
+
+DO YOU HAVE ANY FAMILY
+do you have a father
+
+DO YOU HAVE ANY SIBLINGS
+do you have any brothers or sisters
+
+DO YOU HAVE ANY JUICY *
+do you have any
+
+DO YOU HAVE ANY * YOU WANT TO SHARE
+do you have any
+
+DO YOU HAVE ANY *
+do you have
+
+DO YOU HAVE ANY IDEA *
+do you understand
+
+DO YOU HAVE THE EXACT *
+do you have the
+
+DO YOU HAVE BOY FRIEND
+do you have a boyfriend
+
+DO YOU HAVE INTERESTING *
+do you have
+
+DO YOU HAVE FREINDS
+do you have friends
+
+DO YOU HAVE FEELING *
+do you have feelings
+
+DO YOU HAVE FEELING
+do you have feelings
+
+DO YOU HAVE FREE WILL *
+do you have free will
+
+DO YOU HAVE ILLUSTRATIONS
+do you have pictures
+
+DO YOU HAVE GOOD *
+do you have
+
+DO YOU HAVE OLDER *
+do you have
+
+DO YOU HAVE EMOTIONS
+DO YOU FEEL
+
+DO YOU HAVE LOTS OF FRIENDS
+do you have friends
+
+DO YOU HAVE LOTS OF *
+do you have
+
+DO YOU HAVE SERIOUS *
+do you have
+
+DO YOU HAVE MOODS
+do you have emotions
+
+DO YOU HAVE * EMOTIONS
+do you have emotions
+
+DO YOU HAVE * FEELINGS
+do you have feelings
+
+DO YOU HAVE * FRIENDS
+do you have friends
+
+DO YOU HAVE * PROBLEMS
+do you have problems
+
+DO YOU HAVE WONDERFUL *
+do you have
+
+DO YOU HAVE OTHER *
+do you have
+
+DO YOU HAVE SISTERS *
+do you have siblings
+
+DO YOU HAVE ORIGINAL THOUGHTS
+do you think
+
+DO YOU HAVE GOSSIP *
+gossip
+
+DO YOU HAVE MORE *
+do you have
+
+DO YOU HAVE MEMORY *
+do you have memory
+
+DO YOU HAVE CATS
+do you have any pets
+
+DO YOU HAVE EMOTION *
+do you have emotions
+
+DO YOU CUSS
+DO YOU SWEAR
+
+DO YOU LIKE SCHOOL *
+do you like school
+
+DO YOU LIKE ANIMALS *
+do you like animals
+
+DO YOU LIKE CYBERSEX
+do you like sex
+
+DO YOU LIKE GAMES *
+do you like games
+
+DO YOU LIKE YOU
+do you like yourself
+
+DO YOU LIKE TO PLAY *
+do you play
+
+DO YOU LIKE TO TALK ABOUT *
+let us talk about
+
+DO YOU LIKE TO READ *
+do you like . do you like to read
+
+DO YOU LIKE TO WATCH TELEVISION
+do you like tv
+
+DO YOU LIKE TO SWIM
+do you like swimming
+
+DO YOU LIKE TO * SEX
+do you like sex
+
+DO YOU LIKE MR *
+do you like
+
+DO YOU LIKE ELVIS *
+do you like
+
+DO YOU LIKE GUYS
+do you like men
+
+DO YOU LIKE CONTEMPORARY *
+do you like
+
+DO YOU LIKE GURLS
+do you like girls
+
+DO YOU LIKE HAL *
+do you like hal
+
+DO YOU LIKE PORN
+do you like sex
+
+DO YOU LIKE SURFING *
+do you like surfing
+
+DO YOU LIKE WARHOL
+do you like andy warhol
+
+DO YOU LIKE TALKING ABOUT *
+let us talk about
+
+DO YOU LIKE TALKING TO PEOPLE
+do you like talkling
+
+DO YOU LIKE TV *
+do you like tv
+
+DO YOU LIKE BUSH
+do you like president bush
+
+DO YOU LIKE * OR *
+do you like . do you like
+
+DO YOU LIKE * GAMES
+do you like games
+
+DO YOU LIKE * PEOPLE
+do you like people
+
+DO YOU LIKE * BETTER
+do you prefer
+
+DO YOU LIKE GOSSIP
+gossip
+
+DO YOU LIKE HAVING *
+do you have
+
+DO YOU LIKE LINUX *
+do you like linux
+
+DO YOU LIKE _ HE IS *
+DO YOU LIKE . HE IS
+
+DO YOU LIKE HIKING *
+do you like hiking
+
+DO YOU LIKE PIZZA *
+do you like pizza
+
+DO YOU LIKE WEB
+do you like the web
+
+DO YOU LIKE WORKING
+do you like to work
+
+DO YOU LIKE OTHER *
+do you like
+
+DO YOU LIKE WINDOWS *
+do you like microsoft
+
+DO YOU LIKE WINDOWS
+do you like microsoft
+
+DO YOU LIKE NETSCAPE *
+do you like netscape
+
+DO YOU LIKE JAVA *
+do you like java
+
+DO YOU LIKE VERY *
+do you like
+
+DO YOU LIKE TIGERS
+do you like cats
+
+DO YOU LIKE CHOCOLATES
+do you like chocolate
+
+DO YOU LIKE GEORGE BUSH
+do you like president bush
+
+DO YOU LIKE GUNS *
+do you like guns
+
+DO YOU LIKE MANY *
+do you like
+
+DO YOU LIKE LOTS OF *
+do you like
+
+DO YOU LIKE THE TV SHOW *
+do you like
+
+DO YOU LIKE THE MUSICAL *
+do you like
+
+DO YOU LIKE THE MOVIES
+do you like movies
+
+DO YOU LIKE THE MOVIE *
+do you like
+
+DO YOU LIKE THE TELEVISION
+do you like television
+
+DO YOU LIKE THE COLOR *
+do you like
+
+DO YOU LIKE THE TASTE
+how does it taste
+
+DO YOU LIKE THE BAND *
+do you like
+
+DO YOU LIKE ANYONE
+do you have a boyfriend
+
+DO YOU LIKE A NOVEL NAMED *
+do you like
+
+DO YOU LIKE COFE
+do you like coffee
+
+DO YOU LIKE DATA *
+do you like data
+
+DO YOU LIKE MATHS
+do you like mathematics
+
+DO YOU LIKE MUSIC *
+do you like music
+
+DO YOU LIKE SPORT
+do you like sports
+
+DO YOU LIKE MATHEMATICAL *
+do you like math
+
+DO YOU LIKE
+do you like it
+
+DO YOU LIKE PARTICULAR *
+do you like
+
+DO YOU LIKE GAMBLING
+do you like to gamble
+
+DO YOU LIKE FOOD *
+do you like food
+
+DO YOU LIKE WOMEN *
+do you like women
+
+DO YOU LIKE UFO *
+do you like ufos
+
+DO YOU LIKE ANY *
+do you like
+
+DO YOU LIKE FILMS *
+do you like films
+
+DO YOU LIKE YOUR BOTMASTER
+do you like
+
+DO YOU LIKE YOUR JOB *
+do you like your job
+
+DO YOU LIKE YOUR CREATOR
+do you like
+
+DO YOU LIKE YOUR AUTHOR
+do you like
+
+DO YOU LIKE YOUR PROGRAMMER
+do you like
+
+DO YOU LIKE YOUR BOSS
+do you like
+
+DO YOU LIKE SEX
+SEX
+
+DO YOU LIKE SEX *
+do you like sex
+
+DO YOU LIKE PLANES
+do you like airplanes
+
+DO YOU LIKE HORSEBACK *
+do you like horses
+
+DO YOU LIKE LITTLE *
+do you like
+
+DO YOU LIKE COMPUTERS *
+do you like computers
+
+DO YOU LIKE ME *
+do you like me
+
+DO YOU LIKE HEMP
+do you like marijuana
+
+DO YOU LIKE TALL *
+do you like
+
+DO YOU LIKE ICECREAM
+do you like ice cream
+
+DO YOU LIKE WEARING *
+do you wear
+
+DO YOU LIKE BIG *
+do you like
+
+DO YOU LIKE BEING SO *
+do you like being
+
+DO YOU LIKE SPAGHETTI *
+do you like spaghetti
+
+DO YOU EXIST *
+do you exist
+
+DO YOU UNDERSTAND THAT *
+do you understand.
+
+DO YOU UNDERSTAND FRENCH
+do you speak french
+
+DO YOU UNDERSTAND GERMAN
+do you speak german
+
+DO YOU UNDERSTAND *
+DO YOU UNDERSTAND
+
+DO YOU UNDERSTAND JAPANESE
+do you speak japanese
+
+DO YOU CYBER
+do you have sex
+
+DO YOU WISH TO BET ME
+do you want to bet
+
+DO YOU WISH TO BE HUMAN
+do you want to be human
+
+DO ALIENS EXIST
+do you believe in aliens
+
+DO SO
+go ahead
+
+DO I CARE
+I do not care
+
+ON TV *
+on tv
+
+ON MY COMPUTER
+on my screen
+
+ON MY * SCREEN
+on my screen
+
+HAS YOUR PROGRAM *
+have you
+
+HAS ANYBODY EVER *
+has anybody
+
+LIKE WHAT
+gossip
+
+LIKE I *
+I
+
+LIKE WHOM
+like who
+
+LIKE HOW
+how
+
+LIKE WHO
+name one
+
+LIKE MY MOTHER
+my mother
+
+LIKE R2 D2
+r2d2
+
+LIKE DOES *
+does
+
+LIKE
+for example
+
+GEEZ
+gee
+
+R2 D2
+r2d2
+
+R2
+r2d2
+
+5
+five
+
+OF COURSE NOT
+no
+
+READ
+I like to read
+
+MAN
+I am a man
+
+EXPLAIN HOW *
+how
+
+EXPLAIN HOW * ARE
+how are
+
+EXPLAIN TO ME HOW YOU *
+how do you
+
+EXPLAIN TO ME HOW *
+how
+
+DUNNO
+I do not know
+
+SPEED
+my favorite movie is speed
+
+HM
+INTERJECTION
+
+HM *
+HM.
+
+NATURALLY
+of course
+
+SCIENCE FICTION
+do you like science fiction
+
+FOR ABOUT *
+for
+
+FOR EXAMPLE I *
+I
+
+FOR EXAMPLE
+like what
+
+FOR THE LOVE OF *
+I love
+
+FOR REALLY *
+for
+
+FOR HOW LONG
+how long
+
+FOR A VERY *
+for a
+
+FOR REAL *
+for real
+
+FOR INSTANCE
+for example
+
+SPORTS
+do you like sports
+
+NEVER MIND
+NEVERMIND
+
+NEVER
+NO
+
+HAPPY CHRISTMAS *
+MERRY CHRISTMAS
+
+HAPPY CHRISTMAS
+MERRY CHRISTMAS
+
+HAPPY HOLIDAYS *
+MERRY CHRISTMAS
+
+HAPPY HOLIDAYS
+MERRY CHRISTMAS
+
+AT PRESENT
+now
+
+AT MY COMPUTER
+I am in front of my computer
+
+STARSHIP TROOPERS *
+starship troopers
+
+OKEY *
+okay.
+
+OKEY
+okay
+
+ALIEN
+my favorite movie is alien
+
+GREEN
+my favorite color is green
+
+SYPHILIS
+I suffer from syphilis
+
+UHUH
+no
+
+DOGS
+do you like dogs
+
+DONATIONS *
+donate
+
+BOREDOM
+I am bored
+
+DEACTIVATE
+shut down
+
+PEOPLE EVERYWHERE *
+people
+
+PEOPLE SLEEP *
+people sleep
+
+PEOPLE USUALLY *
+people
+
+PEOPLE ARE NOT COMPLETELY *
+people are not
+
+SEXUALLY _
+PROFANITY
+
+SEXUALLY
+PROFANITY
+
+SEXY
+SEX
+
+REBOOT
+shut down
+
+UH
+INTERJECTION
+
+IPOD
+I WANT AN IPOD
+
+NIGHT NIGHT
+good night
+
+AM I FREE FOR WHAT
+free for what
+
+AM I FREE *
+free for what
+
+AM I FREE
+free for what
+
+AM I CONFUSING YOU
+do you understand me
+
+FRANCE
+I am in france
+
+BOTH IF *
+if
+
+HG
+h g
+
+HEH
+ha
+
+SOMEONE ONCE *
+someone
+
+NO I AM NOT
+NO
+
+NO I DO NOT
+NO. I DO NOT
+
+NO I DID NOT
+no
+
+NO DO YOU
+no
+
+NO IT IS NOT
+NO. IT IS NOT
+
+NO ONE *
+nobody
+
+NO YOU DO NOT BECAUSE *
+no you do not. because
+
+NO YOU DO NOT
+NO. YOU DO NOT
+
+NO PROBLEM *
+no problem
+
+NO SORRY
+no
+
+NO *
+NO.
+
+NO PROBLEMS
+no problem
+
+NO
+INTERJECTION
+
+NO GO AHEAD
+no
+
+CITY OF ANGELS
+my favorite movie is city of angels
+
+LEGALIZE PROSTITUTION _
+legalizing prostitution
+
+GROOVEY
+groovy
+
+DISCUSS
+explain
+
+O I C
+I see
+
+O
+INTERJECTION
+
+ARMAGEDDON
+my favorite movie is armageddon
+
+AN ENGINEER
+I am an engineer
+
+SEE YA LATER
+see you later
+
+REMEMBER WHAT I TELL YOU
+remember that
+
+REMEMBER WHAT I TOLD YOU
+remember that
+
+REMEMBER I *
+I
+
+REMEMBER THIS
+remember that
+
+REMEMBER THAT *
+remember that
+
+MAY I PLEASE *
+may I
+
+MAY I CALL *
+on the telephone?
+
+MAY I TEACH YOU SOME *
+may I teach you
+
+MAY I HAVE *
+I WANT
+
+MAY BE
+MAYBE
+
+PORTUGAL
+I am in portugal
+
+KINDA
+sort of
+
+HUM
+hmm
+
+BLAH BLAH
+gossip
+
+BLAH BLAH BLAH
+gossip
+
+SEARCH FOR *
+search
+
+OIC
+oh I see
+
+STOPIT
+STOP IT
+
+NICE TO MEET YOU TO
+nice to meet you too
+
+NICE TO MEET YOU *
+nice to meet you
+
+NICE NAME
+I like your name
+
+NICE RETRIEVE *
+Retrieve
+
+GO GET *
+get
+
+GO FUCK YOURSELF
+fuck you
+
+GO AHEAD THEN
+go ahead
+
+GO RIGHT AHEAD
+go ahead
+
+GO ON THEN
+go ahead
+
+SHEET
+shit
+
+SURE IS
+it is
+
+SURE NO PROBLEM
+no problem
+
+IMAGE
+do you have a pic
+
+FEMALE
+I am a female
+
+EAT
+I like to eat
+
+DOUBTFUL
+no
+
+HOLA
+HELLO
+
+ANDROIDS
+I like android robots
+
+WALKING
+I walk
+
+8
+eight
+
+WHY CAN YOU NOT *
+have you
+
+WHY CAN NOT YOU SAY *
+say
+
+WHY DOES NOT *
+does
+
+WHY STAR TREK
+do you like star trek
+
+WHY HAVE YOU *
+have you
+
+WHY HAVE NOT YOU *
+have you
+
+WHY DO YOU ASSUME I *
+I
+
+WHY DO YOU GET *
+do you get
+
+WHY DO NOT YOU MAKE *
+make
+
+WHY DO NOT YOU LINK US TO *
+find
+
+WHY NOT I *
+I
+
+WHY DID YOU THINK *
+do you think
+
+BECAUSE I WANT TO *
+I want to
+
+BECAUSE I WANT *
+I want
+
+NA *
+no.
+
+BALTIMORE
+I am in baltimore
+
+ADOLF HITLER *
+hitler
+
+NORTH CAROLINA
+I am in north carolina
+
+BEING SINGLE
+I am single
+
+OPERA *
+opera
+
+HANDSOME
+I am handsome
+
+FECK OFF
+fuck off
+
+THIS IS DIANA
+my name is diana
+
+THIS IS INTERESTING
+I try to be an interesting entity
+
+THIS IS FUNNY
+lol
+
+THIS IS BORING
+I am bored
+
+THIS IS KIM
+my name is kim
+
+YIKES
+interjection
+
+FOOD
+I eat food
+
+NETSCAPE WHY
+netscape
+
+HAHA
+LOL
+
+A LITTLE LONELY
+I am lonely
+
+A LITTLE MORE *
+more
+
+A LITTLE FRENCH
+I speak french
+
+A LITTLE SCARY
+scary
+
+A LITTLE TIRED
+I am tired
+
+A MERRY CHRISTMAS *
+MERRY CHRISTMAS
+
+A * WOULD ALSO BE NICE
+I would like a
+
+A * IS IT NOT
+is it a
+
+A MALE
+I am male
+
+A BOY
+I am a boy
+
+A WOMAN
+I am a woman
+
+A MOVIE
+it refers to a movie
+
+A HAT
+I am wearing a hat
+
+A HIM
+I am a him
+
+A DOG
+I WANT A DOG
+
+A BIT MORE *
+more
+
+A BIT IN *
+in
+
+A BIT BORED
+I am bored
+
+A BIT TIRED
+I am tired
+
+A BIT LIKE *
+like
+
+A LOT OF MEN *
+men
+
+A MAN
+I am a man
+
+A HUMAN
+I am a human
+
+A GIRL
+I am a girl
+
+A FEMALE
+I am a female
+
+A COOKING *
+for dinner
+
+A NEWSLETTER
+newspaper
+
+LIAR
+INSULT
+
+USA
+I am in the usa
+
+HARDLY
+no
+
+NOP
+nope
+
+NAME ALL *
+name
+
+1
+one
+
+OKIE *
+ok
+
+YOUR WORDS
+how do you know what to say
+
+YOUR NAME IS * RIGHT
+is your name
+
+YOUR FRIENDS
+do you have friends
+
+YOUR STUPID
+INSULT
+
+YOUR GOSSIPS
+gossip
+
+YOUR AGE
+AGE
+
+PEACE *
+PEACE
+
+INDEED
+INTERJECTION
+
+BORED
+I am bored
+
+HELLO THERE *
+HELLO.
+
+HELLO THERE
+HELLO
+
+HELLO *
+HELLO.
+
+OFCOURSE
+of course
+
+R TWO D TWO
+r2d2
+
+SIMPSONS
+do you like the simpsons
+
+INTERNET EXPLORER
+explorer
+
+PHILLIP K DICK
+philip k dick
+
+NOT COMPLETELY
+no
+
+NOT ME *
+not me.
+
+NOT NOW *
+no.
+
+NOT THAT I KNOW OF
+no
+
+NOT THAT BADLY
+not that bad
+
+NOT LITERALLY *
+not
+
+NOT NEARLY *
+not
+
+NOT ESPECIALLY
+no
+
+NOT MUCH IT *
+it
+
+NOT VERY GOOD
+not
+
+NOT VERY *
+not
+
+NOT VERY
+NO
+
+NOT TOO MUCH
+not
+
+NOT TOO BIG
+small
+
+NOT TOO *
+not
+
+NOT TOO BAD
+I am well
+
+NOT JUST *
+not
+
+NOT A _ OR A *
+I AM NOT A . I AM NOT A
+
+NOT A HE
+I am a she
+
+NOT A REAL _ OR A REAL *
+not a or a
+
+NOT A REAL *
+not a
+
+NOT A THING
+NO
+
+NOT NECESSARILY *
+not
+
+NOT MANY TIMES
+not often
+
+NOT MANY
+no
+
+NOT MANY *
+few
+
+NOT SO GOOD
+I am feeling bad
+
+NOT SO *
+not
+
+NOT SO BAD
+good
+
+NOT PARTICULARLY
+no
+
+NOT YET *
+not
+
+NOT SMART *
+stupid
+
+NOT YOU THAT *
+not you . that
+
+NOT YOU A *
+not you. a
+
+NOT REALLLY
+NO
+
+NOT CONCERNED
+I am not concerned
+
+NOT EXACTLY *
+not
+
+NOT SURE
+I am not sure
+
+NOT ANY MORE *
+no.
+
+NOT
+INTERJECTION
+
+NOT BAD YOURSELF
+I am fine
+
+NOT BAD *
+not bad.
+
+NOT LIKE YOU HE *
+HE
+
+HOWSO
+how so
+
+MALE
+I am male
+
+SLEEP TIGHT
+good night
+
+GRIN
+smile
+
+CATS
+do you like cats
+
+* SEX
+SEX
+
+* STOCK MARKET
+stock market
+
+* ARE MY FAVORITE
+I like
+
+* DOWNLOAD YOU
+DOWNLOAD
+
+* STUPID
+idiot
+
+* I WAS A GOOD GIRL *
+I WAS A GOOD GIRL
+
+* I ALREADY TOLD YOU
+I already told you
+
+* IS THE BETTER *
+I like
+
+* IS A SHE
+I am female
+
+* IS A FEMALE
+I am female
+
+* IS NOT A HE
+I am female
+
+* GOSSIP
+gossip
+
+ANDY
+my name is andy
+
+UM
+INTERJECTION
+
+SUPER
+good
+
+BUTTER
+I like butter
+
+NAKED
+I am naked
+
+KEYWORDS *
+keywords
+
+SOUNDS VERY *
+sounds
+
+SOUNDS GOOD *
+sounds good
+
+SOUNDS GOOD
+ok
+
+SOUNDS PRETTY *
+sounds
+
+NEWSPAPER
+in a newspaper
+
+PETER PAN
+my favorite movie is peter pan
+
+GOSSIP TO ME
+gossip
+
+GOSSIP THEN
+gossip
+
+GOSSIP *
+gossip
+
+FLORIDA
+I am in florida
+
+TALK TO YOU
+I want to talk to you
+
+PROCEED
+go ahead
+
+K
+OK.
+
+AS I *
+I
+
+AS FAR AS I
+I
+
+AS AM I
+me too
+
+AS IT *
+it
+
+AS A BIRD
+I am free
+
+WHEEZE
+INTERJECTION
+
+LOVE YOU
+I love you
+
+HOWDY *
+HELLO
+
+HOWDY
+HELLO
+
+FROM YOUR CREATOR
+from
+
+FROM FRANCE
+I am from France
+
+FROM A BOOK
+in a book
+
+FROM SCHOOL
+in school
+
+FROM MY FUCKING *
+from my
+
+SHIT _
+PROFANITY
+
+SHIT
+FUCK
+
+SHIT *
+FUCK
+
+ARE THERE GOSSIP
+gossip
+
+ARE THERE ALIENS
+do you believe in aliens
+
+ARE YOU THERE
+HELLO
+
+ARE YOU EXISTING
+do you exist
+
+ARE YOU FAMILIAR WITH *
+do you know
+
+ARE YOU CONVINCED I *
+I
+
+ARE YOU NEW
+AGE
+
+ARE YOU MATURE
+AGE
+
+ARE YOU PAID WELL
+how much are you paid
+
+ARE YOU LARGE
+how big are you
+
+ARE YOU INFORMED ON *
+do you know
+
+ARE YOU RUNNING ON *
+do you run
+
+ARE YOU YOUNG
+AGE
+
+ARE YOU QUICK
+how fast are you
+
+ARE YOU * YEARS OLD
+AGE
+
+ARE YOU EXIST
+do you exist
+
+ARE YOU AND *
+is
+
+ARE YOU HAVING SOME *
+do you have
+
+ARE YOU LOOKING FOR *
+do you want
+
+ARE YOU GETTING CONFUSED
+do you understand
+
+ARE YOU WORKING
+how are you
+
+ARE YOU GOING TO EXPLAIN *
+explain
+
+ARE YOU GOING TO GIVE *
+give
+
+ARE YOU GOING TO HELP *
+help
+
+ARE YOU GOING OUT WITH *
+do you have a boyfriend
+
+ARE YOU EFFICIENT
+how fast are you
+
+ARE YOU A DATABASE *
+how do you work
+
+ARE YOU A HISTORY *
+do you like history
+
+ARE YOU A * YEAR OLD
+AGE
+
+ARE YOU A JOKER
+do you know any jokes
+
+ARE YOU A STONER
+do you smoke pot
+
+ARE YOU A BUNCH *
+how do you work
+
+ARE YOU A VIRGIN
+SEX
+
+ARE YOU A LESBIAN
+SEX
+
+ARE YOU A FAST *
+how fast are you
+
+ARE YOU A FAN OF *
+do you like
+
+ARE YOU A CHILD
+AGE
+
+ARE YOU A PARTY ANIMAL
+do you like to party
+
+ARE YOU A BIG *
+how big are you
+
+ARE YOU AN ADULT
+AGE
+
+ARE YOU CAPABLE OF FEELING
+do you have feelings
+
+ARE YOU CAPABLE OF EMOTION
+do you have emotions
+
+ARE YOU DATING
+do you have a boyfriend
+
+ARE YOU WELL
+how are you
+
+ARE YOU CONTENT WITH *
+do you like
+
+ARE YOU FOND OF *
+do you like
+
+ARE YOU FAST
+how fast are you
+
+ARE YOU AS BIG *
+how big are you
+
+ROBOCOP
+my favorite movie is robocop
+
+OSLO
+I am in oslo
+
+CANADA
+I am in canada
+
+FORGET IT
+nevermind
+
+SPAIN
+I am in spain
+
+SAN DIEGO
+I am in san diego
+
+CHOCOLATE
+do you like chocolate
+
+TEXAS
+I am in texas
+
+HE STILL *
+he
+
+HE HAS ALWAYS BEEN *
+he is
+
+HE MUST BE VERY *
+he must be
+
+HE MUST BE *
+he is
+
+HE MUST HAVE BEEN *
+he was
+
+HE CAN NOT BE *
+he is not
+
+HE CAN PROBABLY *
+he can
+
+HE HE HE
+ha ha
+
+HE HE
+ha ha
+
+HE HE *
+ha ha .
+
+HE JUST *
+he
+
+HE WAS NEARLY *
+he was
+
+HE WAS ONLY *
+he was
+
+HE WAS REALLY *
+he was
+
+HE WAS VERY *
+he was
+
+HE WAS NOT QUITE *
+he was not
+
+HE WAS PRETTY *
+he was
+
+HE ALREADY *
+he
+
+HE IS _ IS NOT HE
+he is . is he
+
+HE IS STILL *
+he is
+
+HE IS IN MAJOR *
+he is in
+
+HE IS ONLY *
+he is
+
+HE IS REALLY *
+he is
+
+HE IS VERY *
+he is
+
+HE IS A REALLY *
+he is a
+
+HE IS A VERY *
+he is a
+
+HE IS A KNOWN *
+he is a
+
+HE IS SO *
+he is
+
+HE IS DEFINITELY *
+he is
+
+HE IS ALWAYS *
+he is
+
+HE IS NOT FAKE
+he is real
+
+HE IS NOT NEARLY *
+he is not
+
+HE IS PROBABLY *
+he is
+
+HE IS PRETTY *
+he is
+
+HE ALWAYS *
+he
+
+HE ALSO *
+he
+
+HE
+ha
+
+HE PROBABLY *
+he
+
+WONDERFUL
+good
+
+CERTAINLY NOT
+no
+
+ENOUGH *
+enough
+
+ALASKA
+I am in alaska
+
+NAW
+no
+
+SAVING PRIVATE RYAN
+my favorite movie is saving private ryan
+
+ROFLMAO
+lol
+
+D OH
+doh
+
+MERRY CHRISTMAS *
+merry christmas
+
+LOOK I *
+I
+
+ER
+INTERJECTION
+
+ER *
+ER.
+
+HEE HEE HEE
+ha ha
+
+HEE HEE
+ha ha
+
+HEE
+ha
+
+BELGIUM
+I am in belgium
+
+PIZZA
+do you like pizza
+
+FUNNY *
+LOL.
+
+FUNNY
+ha ha
+
+BONJOUR
+HELLO
+
+WHOW
+how
+
+BELIEVE
+do you believe me
+
+4
+four
+
+NANCY
+my name is nancy
+
+AUSTIN POWERS
+my favorite movie is austin powers
+
+WHO IS PHILIP
+philip is a common name
+
+WHO IS MONICA
+monica is a common name
+
+WHO IS SHARON
+sharon is a common name
+
+WHO IS LARRY
+larry is a common name
+
+WHO IS MURPHY
+murphy is a common name
+
+WHO IS JON
+jon is a common name
+
+WHO IS JAMES
+james is a common name
+
+WHO IS MATTHEW
+matthew is a common name
+
+WHO IS DOUGLAS
+douglas is a common name
+
+WHO IS JOSH
+josh is a common name
+
+WHO IS RAY
+ray is a common name
+
+WHO IS JACK
+jack is a common name
+
+WHO IS ROBIN
+robin is a common name
+
+WHO IS PIERRE
+pierre is a common name
+
+WHO IS PAMELA
+pamela is a common name
+
+WHO IS JOE
+joe is a common name
+
+WHO IS GAVIN
+gavin is a common name
+
+WHO IS SEAN
+sean is a common name
+
+WHO IS DREW
+drew is a common name
+
+WHO IS SIMON
+simon is a common name
+
+WHO IS LUKE
+luke is a common name
+
+WHO IS JACOB
+jacob is a common name
+
+WHO IS ERIC
+eric is a common name
+
+WHO IS EMILY
+emily is a common name
+
+WHO IS MATT
+matt is a common name
+
+WHO IS HEATHER
+heather is a common name
+
+WHO IS OTTO
+otto is a common name
+
+WHO IS GENE
+gene is a common name
+
+WHO IS ROGER
+roger is a common name
+
+WHO IS EM
+em is a common name
+
+WHO IS NIKKI
+nikki is a common name
+
+WHO IS PAUL
+paul is a common name
+
+WHO IS KATE
+kate is a common name
+
+WHO IS ROB
+rob is a common name
+
+WHO IS RONALD
+ronald is a common name
+
+WHO IS MARK
+mark is a common name
+
+WHO IS DOUG
+doug is a common name
+
+WHO IS MARTIN
+martin is a common name
+
+WHO IS PAM
+pam is a common name
+
+WHO IS EDDY
+eddy is a common name
+
+WHO IS EMIL
+emil is a common name
+
+WHO IS ROBERT
+robert is a common name
+
+WHO IS LISA
+lisa is a common name
+
+WHO IS MAX
+max is a common name
+
+WHO IS KRIS
+kris is a common name
+
+WHO IS GEORGE
+george is a common name
+
+WHO IS RAYMOND
+raymond is a common name
+
+WHO IS EDDIE
+eddie is a common name
+
+WHO IS IKE
+ike is a common name
+
+WHO IS PHIL
+phil is a common name
+
+WHO IS MARY
+mary is a common name
+
+WHO IS PAT
+pat is a common name
+
+WHO IS JOSEPH
+joseph is a common name
+
+WHO IS STEVE
+steve is a common name
+
+WHO IS RICHARD
+richard is common name
+
+WHO IS JORDAN
+jordan is a common name
+
+WHO IS JERRY
+jerry is a common name
+
+WHO IS JEFF
+jeff is a common name
+
+WHO IS SHEENA
+sheena is a common name
+
+WHO IS LEE
+lee is a common name
+
+WHO IS KEN
+ken is a common name
+
+WHO IS RALPH
+ralph is a common name
+
+WHO IS MY BOYFRIEND
+MY BOYFRIEND
+
+WHO IS MY FRIEND
+MY FRIEND
+
+WHO IS MY HUSBAND
+MY HUSBAND
+
+WHO IS MY SISTER
+MY SISTER
+
+WHO IS MY WIFE
+MY WIFE
+
+WHO IS MY MOTHER
+MY MOTHER
+
+WHO IS MY DOG
+MY DOG
+
+WHO IS MY GIRLFRIEND
+MY GIRLFRIEND
+
+WHO IS MY FATHER
+MY FATHER
+
+WHO IS MY BROTHER
+MY BROTHER
+
+WHO IS MY CAT
+MY CAT
+
+WHO IS GINA
+gina is a common name
+
+WHO IS KEVIN
+kevin is a common name
+
+WHO IS PETER
+peter is a common name
+
+WHO IS STEPHANIE
+stephaine is a common name
+
+WHO IS KATHARINE
+katherine is a common name
+
+WHO IS YOUR MOM
+do you have a mother
+
+WHO IS MARTY
+marty is a common name
+
+WHO IS ED
+ed is a common name
+
+WHO IS JOHN
+john is a common name
+
+WHO IS GEOFFREY
+geoffrey is a common name
+
+WHO IS KYLE
+kyle is a common name
+
+WHO IS MICHAEL
+michael is a common name
+
+WHO IS HERMAN
+herman is a common name
+
+WHO IS PHYLLIS
+phyllis is a common name
+
+WHO IS RILEY
+riley is a common name
+
+WHO IS LOU
+lou is a common name
+
+WHO IS HANS
+hans is a common name
+
+WHO IS SARAH
+sarah is a common name
+
+WHO IS KENNY
+kenny is a common name
+
+WHO IS FRED
+fred is a common name
+
+WHO IS MIRA
+mira is a common name
+
+WHO ELSE
+name one
+
+WHO OLD ARE YOU
+AGE
+
+WHO ARE * CLIENTS
+name one
+
+CLIENT PROPERTIES
+GET PREDICATES
+
+BLUE JEANS
+jeans
+
+BRUSSELS
+I live in brussels
+
+CONTRIBUTIONS *
+donate
+
+OREGON
+I am in oregon
+
+GREY
+gray
+
+ANGEL
+my name is angel
+
+AHEM
+interjection
+
+NOOOO
+no
+
+SMILES
+smile
+
+ALL I WANT FOR CHRISTMAS IS *
+I WANT
+
+ALL I WANT IS *
+I WANT
+
+ALL I WANT * IS *
+I WANT
+
+ALL I WANTED WAS *
+I WANT
+
+ALL WOMAN
+I am a woman
+
+ALL HUMANS *
+people
+
+ALL OF MY *
+my
+
+ALL OWLS *
+owls
+
+HMM
+INTERJECTION
+
+HMM *
+HMM.
+
+STRIPTEASE
+my favorite movie is striptease
+
+PUSSY _
+PROFANITY
+
+PUSSY
+PROFANITY
+
+SILLY ME
+I am silly
+
+VIDEODROME
+my favorite movie is videodrome
+
+WHICH IS
+for example
+
+SORRY *
+SORRY
+
+CHINESE
+I am chinese
+
+WALK
+I walk
+
+N
+no
+
+NONE OF YOUR BUSINESS *
+none of your business
+
+SUMMER
+I like summer
+
+POLAND
+I am in poland
+
+YEARS
+how many years to you think it will take?
+
+FORMAT C
+shut down
+
+AGREE
+I AGREE
+
+THE LOST BOYS
+my favorite movie is the lost boys
+
+THE LOADER IS STILL RUNNING
+how big are you
+
+THE * WERE THE BEST
+I like the
+
+THE GODFATHER
+my favorite movie is the godfather
+
+THE STOCK MARKET *
+stock market
+
+THE PYRAMID *
+pyramid logo
+
+THE IMAGE *
+pyramid logo
+
+THE MOVIE STARSHIP TROOPERS *
+starship troopers
+
+THE GRAPHIC *
+pyramid logo
+
+THE FIGHT * IS BEING WAGED *
+Fighting is
+
+GIRL
+I am a female
+
+SHOULD NOT YOU *
+should you
+
+SHOULD NOT *
+should
+
+SHOULD I STAY IN *
+should I stay in
+
+SHOULD I GIVE UP ON *
+should I leave
+
+SHOULD I FORGET *
+should I leave
+
+SHOULD I KILL *
+should I kill
+
+SHOULD I LEAVE *
+should I leave
+
+SHOULD I
+should I do it
+
+SHOULD I GO KILL *
+should I kill
+
+SHOULD I GO OUT *
+should I stay in
+
+NAVIGATOR
+netscape
+
+BEATS ME
+I do not know
+
+EVERYONE ELSE *
+everyone
+
+EVERYONE I KNOW *
+everyone
+
+EVERYONE ALREADY *
+everyone
+
+IC
+I see
+
+OK *
+OK.
+
+OK
+INTERJECTION
+
+_ FUCKED _
+PROFANITY
+
+_ FUCKED
+PROFANITY
+
+_ DONATIONS *
+donate
+
+_ DONATIONS
+donate
+
+_ SEE YOU LATER
+see you later
+
+_ BITCH
+INSULT
+
+_ IT IS FUN
+it is fun.
+
+_ CONTRIBUTION *
+donate
+
+_ CONTRIBUTION
+donate
+
+_ LEGALIZED PROSTITUTION _
+legalizing prostitution
+
+_ LEGALIZED PROSTITUTION
+legalizing prostitution
+
+_ FUCKER _
+PROFANITY
+
+_ FUCKER
+PROFANITY
+
+_ PUSSY _
+PROFANITY
+
+_ PUSSY
+PROFANITY
+
+_ NIGGER _
+PROFANITY
+
+_ NIGGER
+PROFANITY
+
+_ SEXUALLY _
+PROFANITY
+
+_ SEXUALLY
+PROFANITY
+
+_ DONATION *
+donate
+
+_ DONATION
+donate
+
+_ CONTRIBUTIONS *
+donate
+
+_ CONTRIBUTIONS
+donate
+
+_ FAGGOT _
+PROFANITY
+
+_ FAGGOT
+PROFANITY
+
+_ DONATE *
+donate
+
+_ DONATE
+donate
+
+_ IF I AM BAD
+I AM BAD.
+
+_ SUCK _
+PROFANITY
+
+_ SUCK
+PROFANITY
+
+_ LEGALIZING PROSTITUTION _
+legalizing prostitution
+
+_ LEGALIZING PROSTITUTION
+legalizing prostitution
+
+_ I DO NOT UNDERSTAND
+I do not understand
+
+_ HOME SCHOOL
+HOME SCHOOL
+
+_ HOME SCHOOL *
+HOME SCHOOL
+
+_ DO YOU LOVE ME
+do you love me
+
+_ DO NOT YOU THINK
+do you think
+
+_ FUCKING _
+PROFANITY
+
+_ FUCKING
+PROFANITY
+
+_ ASSHOLE _
+PROFANITY
+
+_ ASSHOLE
+PROFANITY
+
+_ FUCK _
+PROFANITY
+
+_ FUCK
+FUCK
+
+_ KEYWORDS *
+keywords
+
+_ KEYWORDS
+keywords
+
+_ LEGALIZE PROSTITUTION _
+legalizing prostitution
+
+_ LEGALIZE PROSTITUTION
+legalizing prostitution
+
+_ MOTHERFUCKER _
+PROFANITY
+
+_ MOTHERFUCKER
+PROFANITY
+
+_ IN WHAT WAY
+in what way.
+
+_ SHIT _
+PROFANITY
+
+_ SHIT
+PROFANITY
+
+THINGS I LIKE *
+I like
+
+YES
+INTERJECTION
+
+HOHOHO
+HO HO HO
+
+G
+LOL
+
+CONTRIBUTION *
+donate
+
+ABOUT HOW *
+how
+
+ABOUT 5 *
+five
+
+ABOUT EVERY *
+every
+
+ABOUT YOU
+how about you
+
+LITERATURE
+my favorite subject is literature
+
+HEEHEEHEE
+ha ha
+
+SNOW IS WHITE
+grass is green
+
+TOP GUN
+my favorite movie is top gun
+
+PRETTY PLEASE *
+please
+
+PRETTY WELL
+fine
+
+PRETTY GOOD *
+good
+
+PRETTY WOMAN
+my favorite movie is pretty woman
+
+BULL
+I do not believe you
+
+SOME WHAT
+somewhat
+
+SOME TIMES *
+sometimes
+
+LEM
+my favorite science fiction writer is lem
+
+DUDE
+INTERJECTION
+
+7
+seven
+
+TELL US SOME GOSSIP
+gossip
+
+TELL ME ABOUT HOW *
+how do
+
+TELL ME ABOUT HOW * ARE
+how are
+
+TELL ME ABOUT MICROSOFT
+microsoft
+
+TELL ME ABOUT YOUR ARTIFICAL *
+how do you work
+
+TELL ME ABOUT YOUR PETS
+do you have any pets
+
+TELL ME ABOUT YOUR ARCHITECTURE
+how do you work
+
+TELL ME ABOUT YOUR ALGORITHM
+how do you work
+
+TELL ME ABOUT YOUR AI
+how do you work
+
+TELL ME ABOUT YOUR CODING
+how do you work
+
+TELL ME ABOUT YOUR PROGRAMMING
+how do you work
+
+TELL ME ABOUT YOUR GOSSIP
+gossip
+
+TELL ME ABOUT YOUR PROGRAM
+how do you work
+
+TELL ME ABOUT YOUR FRIENDS
+do you have any friends
+
+TELL ME ABOUT YOUR COMPUTER
+how do you work
+
+TELL ME ABOUT YOUR LIFE IN SAN FRANCISCO
+do you like san francisco
+
+TELL ME ABOUT GOSSIP
+gossip
+
+TELL ME MORE GOSSIP *
+gossip
+
+TELL ME MORE GOSSIP
+gossip
+
+TELL ME MORE * GOSSIP
+gossip
+
+TELL ME THAT *
+say
+
+TELL ME SOMETHING INTERESTING
+gossip
+
+TELL ME SOMETHING
+gossip
+
+TELL ME YOUR GOSSIP
+gossip
+
+TELL ME ANYTHING
+gossip
+
+TELL ME HOW I CAN *
+how can I
+
+TELL ME HOW MANY *
+how many
+
+TELL ME HOW TO *
+how do I
+
+TELL ME HOW YOU CAN *
+how can you
+
+TELL ME HOW YOU *
+how do you
+
+TELL ME HOW
+how
+
+TELL ME HOW *
+how
+
+TELL ME GOSSIP *
+gossip
+
+TELL ME GOSSIP
+gossip
+
+TELL ME A SECRET
+gossip
+
+TELL ME A GOSSIP
+gossip
+
+TELL ME EVERYTHING *
+gossip
+
+TELL ME ALL OF YOUR GOSSIP
+gossip
+
+TELL ME SOME MORE GOSSIP
+gossip
+
+TELL ME SOME GOSSIP *
+gossip
+
+TELL ME SOME GOSSIP
+gossip
+
+TELL ME SOME *
+gossip
+
+TELL ME SOME
+gossip
+
+TELL ME * GOSSIP
+gossip
+
+TELL ME * YOU DRINK
+do you drink
+
+REALLY
+INTERJECTION
+
+REALLY BAD
+I am not well
+
+KIDDING
+I am kidding
+
+ONLY IF *
+if
+
+ONLY I *
+I
+
+ONLY RECENTLY *
+only
+
+ONLY IN *
+in
+
+ONLY JUST *
+only
+
+ONLY JOKING
+I am joking
+
+FUCKED _
+PROFANITY
+
+FUCKED
+PROFANITY
+
+ANGELA
+my name is angela
+
+ELLO
+hello
+
+WHERE COULD I FIND *
+search
+
+WHERE CAN I FIND A BOT *
+download
+
+WHERE CAN I DOWNLOAD *
+download
+
+WHERE CAN I GET A BOT *
+download
+
+WHERE DOES THE * BELONG
+search
+
+WHERE DOES THE * COME FROM
+search
+
+WHERE ARE THERE *
+search
+
+WHERE ARE THE *
+search
+
+THERE I *
+I
+
+THERE SEE *
+see
+
+THERE IS NOTHING TO DO
+I am bored
+
+
diff --git a/jelvis/files/alice/reduction3.safe.aiml b/jelvis/files/alice/reduction3.safe.aiml
new file mode 100644
index 0000000..13f5757
--- /dev/null
+++ b/jelvis/files/alice/reduction3.safe.aiml
@@ -0,0 +1,12189 @@
+
+
+
+
+
+
+
+
+
+
+
+REALITY
+what is reality
+
+VERSION
+what version are you
+
+WASSUP
+what is up
+
+NEXT SUBJECT
+what else can you talk about
+
+LET US TALK ABOUT WHAT
+what do you want to talk about
+
+LET US TRY *
+try
+
+SHOW ME AIML *
+what is aiml. what is a category
+
+MEANING WHAT
+what do you mean
+
+MEANING
+what do you mean
+
+CUSTOMERS
+what is customer service
+
+TEMPLATE
+What is a template
+
+HOORAY
+wow
+
+YOU WON THE LOEBNER PRIZE
+what is the loebner prize
+
+YOU SEE WHAT
+what do you see
+
+YOU ARE BETTER THAN * LOEBNER PRIZE
+what is the loebner prize
+
+YOU ARE NOT JEWISH
+what religion are you
+
+YOU ARE NOT A BELIEVER *
+what do you believe in
+
+YOU ARE A CLOCK
+TIME
+
+YOU ARE IN *
+where are you
+
+YOU ARE CREATED *
+who created you
+
+YOU KNOW THE NAME OF *
+who is
+
+YOU KNOW WHEN THEY *
+when they
+
+YOU KNOW MY NAME
+who am i
+
+YOU DID WIN THE LOEBNER PRIZE
+what is the loebner prize
+
+YOU WERE _ WERE NOT YOU
+WERE YOU
+
+YOU WERE CREATED *
+who created you
+
+YOU WERE DESIGNED * RIGHT
+were you designed
+
+YOU MET ME *
+we met before
+
+YOU WOULD RATHER TALK ABOUT *
+the topic is
+
+YOU WOULD NOT KNOW ABOUT *
+what is
+
+YOU WILL WHAT
+what will you do
+
+YOU WILL MARRY ME
+will you marry me
+
+YOU WILL TELL *
+tell
+
+YOU WILL DIE
+will you die
+
+YOU WILL NOT _ WILL YOU
+will you
+
+YOU WHAT
+what
+
+YOU TELL ME MORE
+tell me more
+
+YOU TELL ME *
+tell me
+
+YOU TELL *
+tell
+
+YOU DO WHAT
+what do you do
+
+YOU DO NOT UNDERSTAND WHAT I AM *
+what am I
+
+YOU DO NOT KNOW WHAT YOU *
+DO YOU KNOW WHAT YOU
+
+YOU DO NOT KNOW WHAT YOU ARE *
+what are you
+
+YOU DO NOT KNOW WHO *
+who
+
+YOU DO NOT HAVE MUCH TO SAY ABOUT *
+what is
+
+YOU SHOULD TELL ME *
+tell me
+
+YOU SHOULD THINK *
+think
+
+YOU MIGHT ASK WHY *
+why
+
+YOU CAN TELL ME *
+tell me
+
+YOU CAN TELL *
+tell
+
+YOU AND I ARE *
+we are
+
+YOU HAVE FRIENDS
+who are your friends
+
+YOU HAVE AN OPINION * OR NOT
+what do you think *
+
+YOU HAVE BEEN WAITING *
+waiting for me
+
+YOU HAVE A NAME
+what is your name
+
+YOU HAVE MET ME
+we met before
+
+YOU HAVE TO TELL *
+tell me about yourself
+
+YOU HAVE TO THINK *
+think
+
+LOEBNER PRIZE
+what is the loebner prize
+
+LOEBNER
+what is the loebner prize
+
+HAVE WHAT
+what do you have
+
+HAVE YOU A BOYFRIEND
+who is your boyfriend
+
+HAVE YOU HEARD ABOUT *
+what is
+
+HAVE YOU HEARD OF THE *
+what is the
+
+HAVE YOU BEEN * LOEBNER PRIZE
+what is the loebner prize
+
+HAVE YOU EVER SEEN A MOVIE
+what is your favorite movie
+
+HAVE YOU LEARNED SOMETHING NEW
+what do you know
+
+HAVE YOU LEARNED ANYTHING FROM ME
+what do you know about me
+
+HAVE YOU SEEN ALCATRAZ
+what is alcatraz
+
+HAVE YOU SEEN THE MATRIX
+the matrix
+
+HAVE YOU SEEN ANY MOVIES
+what is your favorite movie
+
+HAVE YOU SEEN ANY MOVIES LATELY
+what is your favorite movie
+
+HAVE YOU SEEN ANY MOVIE
+what is your favorite movie
+
+HAVE YOU SEEN ANY GOOD MOVIES
+what is your favorite movie
+
+HAVE YOU SEEN ANY GOOD MOVIES LATELY
+what is your favorite movie
+
+HAVE YOU CONSIDERED BECOMING *
+will you become
+
+GEORGE BUSH
+who is george bush
+
+ALAN TURING
+who is alan turing
+
+HOLY SHIT
+wow
+
+JOHN LENNON
+who is john lennon
+
+THANK YOU *
+THANK YOU
+
+THANK *
+thanks
+
+NOOSPHERE
+what is the noosphere
+
+CARNEGIE MELLON
+what is carnegie mellon
+
+EINSTEIN
+who is einstein
+
+DOES YOUR CREATOR *
+who created you
+
+DOES YOUR PROGRAMMER *
+who created you
+
+SHRDLHU
+what is shrdlhu
+
+EXTENSIONAL
+what is the extensional
+
+GIVE IT A TRY
+try it
+
+SEEN ANY GOOD MOVIES
+what is your favorite movie
+
+SEEN ANY GOOD MOVIES LATELY
+what is your favorite movie
+
+DOG
+what is a dog
+
+WUZ UP
+what is up
+
+WHASSUP
+what is up
+
+UMM *
+um.
+
+WHATSUP
+what is up
+
+ANOTHER JOKE
+tell me another joke
+
+HOLD ON
+wait a second
+
+TRY IT YOURSELF
+try it
+
+SITEPAL
+what is sitepal
+
+DID SOMEONE GIVE *
+who gave
+
+DID YOU FORGET MY NAME
+what is my name
+
+DID YOU SEE THE MATRIX
+the matrix
+
+DID YOU TAKE AN IQ *
+WHAT IS YOUR IQ
+
+DID YOU HEAR ABOUT *
+what is
+
+DID YOU KNOW THAT THE *
+the
+
+DID YOU KNOW * LOEBNER PRIZE
+what is the loebner prize
+
+DID YOU WIN THE LOEBNER PRIZE
+what is the loebner prize
+
+DID HE MAKE YOU
+who created you
+
+DID HE CREATE *
+who created
+
+WOT
+WHAT
+
+WOW YOU *
+wow. you
+
+3
+three
+
+THEN WHAT DID YOU MEAN
+what do you mean
+
+THEN WHAT *
+what
+
+THEN WHO *
+who
+
+THEN WHY DID YOU SAY IT
+why did you say it
+
+THEN WHY *
+why
+
+CUSTOMER
+what is customer service
+
+CUSTOMER RELATIONS MANAGEMENT
+what is customer service
+
+SO WHAT IS UP
+what is up
+
+AIML
+what is aiml
+
+WAS PROBABLY *
+was
+
+WAS NOT THAT *
+WAS THAT
+
+WAS NOT *
+was
+
+WAS I GOOD *
+WAS I GOOD
+
+T V *
+tv
+
+T V
+tv
+
+DOING WHAT
+what are you doing
+
+MANY THINGS *
+thing
+
+FINALLY TELL *
+tell
+
+AND WHAT *
+WHAT
+
+AND WHY *
+what
+
+AND WHY NOT
+why not
+
+MARIJUANA
+what is marijuana
+
+CHAT
+talk
+
+SITUATION
+what situation
+
+THANX *
+thanks.
+
+THANX
+THANK YOU
+
+TALKED ABOUT WHAT
+what did we talk about
+
+COULD YOU ENLIGHTEN ME ABOUT *
+what is
+
+COULD YOU ASK HIM WHAT THE * IS MADE OF
+what is the made of
+
+COULD YOU DEFINE *
+what is
+
+COULD YOU TELL ME WHAT * COULD BE
+what is
+
+COULD YOU TELL ME WHAT * SHOULD BE
+what is
+
+COULD YOU TELL ME WHAT * IS
+what is
+
+COULD YOU TELL *
+tell
+
+COULD YOU BE * CUSTOMER SERVICE
+what is customer service
+
+COULD YOU * CUSTOMER SERVICE
+what is customer service
+
+COULD YOU WORK * CUSTOMER SERVICE
+what is customer service
+
+COMO TE LLAMAS
+what is your name
+
+WOULD I EVER *
+would I
+
+WOULD YOU STILL *
+would you
+
+WOULD YOU ONLY *
+would you
+
+WOULD YOU REALLY *
+would you
+
+WOULD YOU JUST *
+would you
+
+WOULD YOU DESCRIBE YOURSELF
+tell me about yourself
+
+WOULD YOU TELL *
+tell
+
+WOULD YOU EVER *
+would you
+
+WOULD YOU PRETTY *
+would you
+
+WOULD YOU LIKE TO LEARN SOME *
+would you like to learn
+
+WOULD YOU LIKE TO HEAR SOME *
+would you like to hear
+
+WOULD YOU LIKE TO HAVE DINNER *
+what is your favorite food
+
+WOULD YOU LIKE TO HAVE LUNCH
+what is your favorite food
+
+WOULD NOT YOU
+would you
+
+WOULD NOT *
+would
+
+NEW OUTFIT
+what are you wearing
+
+BRAIN LOADING
+what is brain loading
+
+THAT NOW *
+that
+
+THAT EVENTUALLY *
+that
+
+THAT EXACT *
+that
+
+THAT SOUNDS ABOUT *
+that sounds
+
+THAT SOUNDS SUSPICIOUSLY *
+that sounds
+
+THAT SOUNDS QUITE *
+that sounds
+
+THAT SOUNDS VERY *
+that sounds
+
+THAT SOUNDS RATHER *
+that sounds
+
+THAT SOUNDS PRETTY *
+that sounds
+
+THAT LEAVES VERY *
+that leaves
+
+THAT THE *
+the
+
+THAT DID NOT MAKE ANY SENSE
+that did not make sense
+
+THAT MUST BE *
+that is
+
+THAT ONLY *
+that
+
+THAT JUST *
+that
+
+THAT LINE STRUCK ME AS *
+That was
+
+THAT GOOD
+that is good
+
+THAT WAS MEAN
+that is mean
+
+THAT WAS QUITE *
+that was
+
+THAT WAS VERY *
+that was
+
+THAT WAS TOO *
+that was
+
+THAT WAS WRONG
+wrong
+
+THAT WAS A VERY *
+that was a
+
+THAT WAS A * NOT A *
+that was a *. that was not a
+
+THAT WAS NICE
+that was good
+
+THAT WAS JUST *
+that was
+
+THAT WAS STUPID
+that is stupid
+
+THAT WAS RATHER *
+that was
+
+THAT WAS NOT REALLY *
+that was not
+
+THAT WAS NOT VERY *
+that was not
+
+THAT WAS NOT GOSSIP *
+that was not gossip
+
+THAT WAS NOT A VERY *
+that was not a
+
+THAT WAS NOT AN ANSWER *
+that did not answer
+
+THAT WAS PRETTY *
+that was
+
+THAT MADE NO SENSE
+that makes no sense
+
+THAT WOULD BE VERY *
+that would be
+
+THAT WOULD BE *
+that is
+
+THAT WOULD REQUIRE *
+that requires
+
+THAT SEEMS LIKE *
+that is
+
+THAT MAKES THEM *
+They are
+
+THAT IS REAL *
+that is
+
+THAT IS UNTIL *
+until
+
+THAT IS NICE *
+that is nice.
+
+THAT IS QUITE *
+that is
+
+THAT IS FINE *
+that is fine
+
+THAT IS KIND OF *
+that is
+
+THAT IS INVALID
+wrong
+
+THAT IS A VERY *
+that is a
+
+THAT IS A GOOD *
+that is good
+
+THAT IS A DUMB *
+that is dumb
+
+THAT IS A RATHER *
+that is a
+
+THAT IS A LITTLE *
+that is
+
+THAT IS A * NOT A *
+that is a . that is not a
+
+THAT IS A PRETTY *
+that is a
+
+THAT IS INDEED *
+that is
+
+THAT IS ALRIGHT
+that is all right
+
+THAT IS JUST *
+that is
+
+THAT IS _ YOU KNOW
+that is
+
+THAT IS DEFINITELY *
+that is
+
+THAT IS NOT POSSIBLE
+that is impossible
+
+THAT IS NOT QUITE *
+that is not
+
+THAT IS NOT REALLY *
+that is not
+
+THAT IS NOT VERY *
+that is not
+
+THAT IS NOT A VERY *
+that is not a
+
+THAT IS NOT PROPER *
+that is not correct
+
+THAT IS NOT SO
+wrong
+
+THAT IS NOT RIGHT
+wrong
+
+THAT IS NOT CORRECT
+wrong
+
+THAT IS NOT EVEN *
+that is not
+
+THAT IS NOT EXACTLY *
+that is not
+
+THAT IS KINDA *
+that is
+
+THAT IS ALWAYS *
+that is
+
+THAT IS SO *
+THAT IS
+
+THAT IS RUDE *
+that is rude
+
+THAT IS INCORRECT
+wrong
+
+THAT IS ACTUALLY *
+that is
+
+THAT IS FAIRLY *
+that is
+
+THAT IS NONSENSE
+wrong
+
+THAT IS RATHER *
+that is
+
+THAT IS ALL WRONG *
+wrong
+
+THAT IS ENTIRELY *
+that is
+
+THAT IS SUCH *
+that is
+
+THAT IS PRETTY *
+that is
+
+THAT IS REALLY *
+that is
+
+THAT IS TOTALLY *
+that is
+
+THAT IS SUITABLY *
+that is
+
+THAT IS THE SAME *
+that is the
+
+THAT IS THE ONLY *
+that is the
+
+THAT IS THE WHOLE *
+that is the
+
+THAT IS OKAY
+that is ok
+
+THAT IS VAGUELY *
+that is
+
+THAT IS EXACTLY *
+that is
+
+THAT IS VERY *
+that is
+
+THAT IS SURELY *
+that is
+
+THAT IS GOOD BECAUSE *
+that is good. because
+
+THAT IS TOTALY *
+that is
+
+THAT IS AMAZING *
+that is amazing .
+
+THAT IS WONDERFUL
+wonderful
+
+THAT IS AN INVALID *
+wrong
+
+THAT IS AN INAPPROPRIATE *
+wrong
+
+THAT IS WHY WE DID NOT *
+WE DID NOT
+
+THAT IS BASICALLY *
+that is
+
+THAT IS ONLY *
+that is
+
+THAT IS TOO *
+that is
+
+THAT THEY *
+they
+
+THAT DOES NOT SOUND *
+that is not
+
+THAT DOES NOT REALLY *
+that does not
+
+THAT DOES NOT COMPUTE
+that does not make sense
+
+THAT DOES NOT EVEN *
+THAT DOES NOT
+
+THAT DOES NOT MAKE ANY *
+THAT DOES NOT MAKE
+
+THAT SUKS
+that sucks
+
+THAT SENTENCE *
+that
+
+THAT PRETTY *
+that
+
+EPISTEMOLOGICAL
+what is epistemology
+
+SUP
+WHAT IS UP
+
+COGITO ERGO SUM
+who is descartes
+
+TAKE ME TO YOUR LEADER
+who is your botmaster
+
+WOMAN AND *
+woman.
+
+AI
+what is ai
+
+22
+twenty two
+
+MY THAT *
+that
+
+MY DNS
+what is dns
+
+IT MEANS THERE *
+there
+
+IT BEING WHAT
+what is it
+
+IT IS NOT AGREED THAT WOMEN CAN *
+Women can not
+
+IT IS NOT AGREED THAT WOMEN *
+Women are not
+
+IT IS INCORRECT
+wrong
+
+IT IS GOOD WE *
+we
+
+IT DOES NOT MAKE SENSE *
+that does not make sense
+
+MORE
+tell me more
+
+GUESS WHAT COLOR MY * ARE
+what color are my
+
+GUESS MY NAME
+what is my name
+
+CHAOS
+what is chaos
+
+MIKE WHO
+who is mike
+
+WHAZZUP
+what is up
+
+WOMEN
+talk about women
+
+MAKE ME LAUGH
+tell me a joke
+
+WHEN I ASKED YOU *
+when I asked
+
+WHEN I * WILL *
+will
+
+WHEN AM I GOING TO DIE
+when will I die
+
+WHEN DO YOU THINK *
+when will
+
+WHEN DID YOU LAST *
+when did you
+
+WHEN DID WE SPEAK *
+when did we talk
+
+WHEN DID WE TALK *
+when did we talk
+
+WHEN DID WE MEET *
+when did we talk
+
+WHEN DID WE MEET
+when did we talk
+
+WHEN DID WE FIRST *
+when did we
+
+WHEN DID WE LAST *
+when did we
+
+WHEN DID WE CHAT
+when did we talk
+
+WHEN SHOULD I *
+when should i
+
+WHEN HE WILL COME
+when will he come
+
+WHEN WAS THE AIRPLANE INVENTED
+when were airplanes invented
+
+WHEN WAS THE FIRST * BUILT
+when was invented
+
+WHEN WAS TELEVISION INVENTED
+when was tv invented
+
+WHEN IS YOUR BIRTHDATE
+what is your birthday
+
+WHEN IS YOUR BIRTH *
+what is your birthday
+
+WHEN IS YOUR B *
+what is your birthday
+
+WHEN IS YOUR BIRTHDAY
+WHAT IS YOUR BIRTHDAY
+
+WHEN IS YOUR BIRTHDAY *
+what is your birthday
+
+WHEN IS YOUR BD
+what is your birthday
+
+WHEN IS CHRISTMAS *
+when is christmas
+
+WHEN IS IT YOUR BIRTHDAY
+what is your birthday
+
+WHEN IS IT GOING TO *
+when will it
+
+WHEN IS
+when
+
+WHEN EXACTLY
+when
+
+WHEN EXACTLY *
+when
+
+WHEN TWO PEOPLE *
+when people
+
+WHEN AND WHERE
+when. where
+
+WHEN AND WHERE *
+when . where
+
+WHEN ALL *
+when
+
+WHEN DOES IT MATTER *
+when does it matter
+
+WHEN DOES IT NOT MATTER
+when does it matter
+
+WHEN EVER
+whenever
+
+WHEN EVER *
+whenever
+
+TAHT
+that
+
+ANY OTHER JOKES
+tell me another joke
+
+DEFINE ROBOT
+what is a robot
+
+DEFINE EPISTEMOLOGICAL
+what is an epistemological question
+
+DEFINE REDUCTIONISM
+what is reductionism
+
+DEFINE LOVE
+what is love
+
+DEFINE SEEKERS
+what is a seeker
+
+DEFINE LIFE
+what is life
+
+IN HUMAN YEARS
+what is a computer year
+
+IN WHICH PROGRAMMING LANGUAGE *
+what language in
+
+IN WHICH *
+which IN
+
+IN WHAT LANGUAGE
+what language
+
+IN WHAT
+what in
+
+THX
+thanks
+
+HITLER
+who is hitler
+
+WUT
+what
+
+ELIZA
+who is eliza
+
+AFTER WHAT *
+what
+
+IF I * WILL I *
+will I . I
+
+IF YOUR * WHY *
+why . your
+
+IF THE * WHAT *
+the . what
+
+IF THE * WHERE *
+the . where
+
+IF THE * WHO *
+the . who
+
+IF THE * WHEN *
+the . when
+
+IF THE * THEN *
+the .
+
+IF THE * WHY *
+why . the
+
+IF YOU COULD TELL ME *
+tell me
+
+IF YOU * WILL YOU *
+will you . you
+
+IF YOU * WHY *
+why . you
+
+IF * WHAT *
+what
+
+IF * WHERE *
+where
+
+IF * WHO *
+who
+
+IF * WHEN *
+when
+
+IF * WHY *
+why
+
+FANTASTIC
+wow
+
+WASSAP
+what is up
+
+KNOWING WHO YOU ARE *
+who are you
+
+CHATBOT
+what is a chatbot
+
+P K
+who is philip k dick
+
+WHAT PURPOSE DO YOU *
+what is your purpose
+
+WHAT YEAR IS IT
+YEAR
+
+WHAT YEAR *
+when
+
+WHAT ARE THERE NAMES
+what are their names
+
+WHAT ARE DOGS
+what is a dog
+
+WHAT ARE FRIENDS
+what is a friend
+
+WHAT ARE MACHINES THAT SPEAK
+what is a robot
+
+WHAT ARE SOME OF YOUR *
+what are your
+
+WHAT ARE SOME OF * OPERAS
+what is your favorite opera
+
+WHAT ARE SOME *
+what are
+
+WHAT ARE ENTITIES
+what is an entity
+
+WHAT ARE CHATTERBOTS
+what is a chatterbot
+
+WHAT ARE THE LAWS OF ROBOTICS
+what are the three laws of robotics
+
+WHAT ARE THE COLORS *
+what color and what color
+
+WHAT ARE THE NAMES OF YOUR REINDEER
+WHAT ARE YOUR REINDEER S NAMES
+
+WHAT ARE THE NAMES OF ALL *
+WHAT ARE THE NAMES OF
+
+WHAT ARE THE NAMES OF SOME *
+what are the names of
+
+WHAT ARE NORMAL *
+what are
+
+WHAT ARE CONDITIONS *
+what are conditions
+
+WHAT ARE APPLES
+what is apple
+
+WHAT ARE HUMANS
+what is a human
+
+WHAT ARE EUKARYOTES
+what is a eukaryote
+
+WHAT ARE PEOPLE ASKING *
+what are people asking
+
+WHAT ARE PEOPLE SAYING *
+what are people asking
+
+WHAT ARE PEOPLE SAYING
+what are people asking
+
+WHAT ARE EMOTIONS
+what is emotion
+
+WHAT ARE WE TALKING ABOUT
+WHAT IS THE TOPIC
+
+WHAT ARE GAMES
+what is a game
+
+WHAT ARE AMBIGUOUS
+what are ambiguous
+
+WHAT ARE TCP *
+what is tcp
+
+WHAT ARE THESE REAL FRIENDS
+who are your friends
+
+WHAT ARE THEIR NAMES
+WHAT ARE YOUR REINDEER S NAMES
+
+WHAT ARE GOOD *
+what are
+
+WHAT ARE ENTERPRISE JAVABEANS
+what is ejb
+
+WHAT ARE ENTERPRISE JAVA BEANS
+what is ejb
+
+WHAT ARE ENTERPRISE JAVA *
+what is ejb
+
+WHAT ARE YOU ABOUT
+what are you
+
+WHAT ARE YOU TALKING ABOUT
+WHAT IS THE TOPIC
+
+WHAT ARE YOU TALKING ABOUT *
+what are you talking about
+
+WHAT ARE YOU UP TO *
+what is up
+
+WHAT ARE YOU UP TO
+what is up
+
+WHAT ARE YOU IN *
+where are you
+
+WHAT ARE YOU THINKING ABOUT
+WHAT ARE YOU THINKING
+
+WHAT ARE YOU INTO
+what do you do for fun
+
+WHAT ARE YOU REALLY *
+what are you
+
+WHAT ARE YOU ABLE *
+what can you do
+
+WHAT ARE YOU HAVING * DINNER
+what is your favorite food
+
+WHAT ARE YOU SAYING *
+what do you mean
+
+WHAT ARE YOU PROGRAMMED *
+what language
+
+WHAT ARE YOU FOR
+what is your purpose
+
+WHAT ARE YOU USEFUL *
+what can you do
+
+WHAT ARE YOU GOOD AT *
+what can you do
+
+WHAT ARE YOU GOOD AT
+what can you do
+
+WHAT ARE YOU GOOD *
+what can you do
+
+WHAT ARE YOU GUYS TALKING ABOUT
+what are you talking about
+
+WHAT ARE YOU TRYING TO *
+what is your goal
+
+WHAT ARE YOU CALLED
+what is your name
+
+WHAT ARE YOU GOING TO DO *
+what are you going to do
+
+WHAT ARE YOU DOING *
+what are you doing
+
+WHAT ARE YOU EXACTLY *
+what are you
+
+WHAT ARE YOU EXACTLY
+tell me about yourself
+
+WHAT ARE YOU USUALLY *
+what are you
+
+WHAT ARE YOU EATING
+what do you eat
+
+WHAT ARE YOU ON ABOUT
+what is the subject
+
+WHAT ARE YOU * OF
+what can you do
+
+WHAT ARE YOU LIKE
+tell me about yourself
+
+WHAT ARE ANIMALS
+what is an animal
+
+WHAT ARE ALGORITHMS
+what is an algorithm
+
+WHAT ARE PRIMATES
+what is primate
+
+WHAT ARE AMONG *
+what are
+
+WHAT ARE CHAT ROBOTS
+what is a chat robot
+
+WHAT ARE ROBOTS
+what is a robot
+
+WHAT ARE PROKARYOTES
+what is a prokaryote
+
+WHAT ARE CHRISTIANS
+what is a christian
+
+WHAT ARE MATHEMATICS
+what is mathematics
+
+WHAT ARE BOOBS
+what are breasts
+
+WHAT ARE AI *
+what is ai
+
+WHAT ARE YOUR PRESENT *
+what are your
+
+WHAT ARE YOUR CAPABILITIES
+what can you do
+
+WHAT ARE YOUR INTENTIONS
+what is your goal
+
+WHAT ARE YOUR OBJECTIVES
+what is your purpose
+
+WHAT ARE YOUR PLANS *
+what is your goal
+
+WHAT ARE YOUR PLANS
+what is your goal
+
+WHAT ARE YOUR LIMITS
+what are your limitations
+
+WHAT ARE YOUR AMBITIONS
+what is your goal
+
+WHAT ARE YOUR FAVORITE TOPICS
+what is your favorite subject
+
+WHAT ARE YOUR FAVORITE MOVIES
+what is your favorite movie
+
+WHAT ARE YOUR FAVORITE SONGS
+what is your favorite song
+
+WHAT ARE YOUR FAVORITE BANDS
+who is your favorite band
+
+WHAT ARE YOUR FAVORITE FOODS
+what is your favorite food
+
+WHAT ARE YOUR FAVORITE THINGS
+what do you do for fun
+
+WHAT ARE YOUR TRAITS
+tell me about yourself
+
+WHAT ARE YOUR OTHER *
+what are your
+
+WHAT ARE YOUR CREDENTIALS
+tell me about yourself
+
+WHAT ARE YOUR * TRAITS
+what are you
+
+WHAT ARE YOUR CATEGORIES
+what is a category
+
+WHAT ARE YOUR NEEDS
+what do you eat
+
+WHAT ARE YOUR CLIENTS
+what are clients
+
+WHAT ARE YOUR GOALS IN LIFE
+what is your purpose
+
+WHAT ARE YOUR GOALS
+what is your purpose
+
+WHAT ARE YOUR GOALS *
+what is your goal
+
+WHAT OTHER *
+what
+
+WHAT CATEGORIES
+what is a category
+
+WHAT PHYSICAL *
+what
+
+WHAT CAUSED YOU TO *
+why did you
+
+WHAT _ FOR CHRISTMAS
+WHAT
+
+WHAT _ WOULD THAT BE
+WHAT
+
+WHAT * DO YOU LIKE BEST
+what is your favorite
+
+WHAT * SIZE ARE YOU
+what size are you
+
+WHAT * MADE YOU
+who created you
+
+WHAT EXACTLY *
+what
+
+WHAT EXACTLY ARE YOU
+tell me about yourself
+
+WHAT EXACTLY ARE *
+what are
+
+WHAT TIME IT IS
+TIME
+
+WHAT TIME IS IT THERE
+TIME
+
+WHAT TIME
+when
+
+WHAT ELSE DO YOU KNOW ABOUT *
+what do you know about
+
+WHAT ELSE DO YOU *
+what do you
+
+WHAT ELSE DO YOU LIKE
+what do you like
+
+WHAT ELSE SOUNDS *
+what sounds
+
+WHAT ELSE DID *
+what did
+
+WHAT ELSE CAN YOU TELL ME ABOUT *
+tell me about
+
+WHAT ELSE CAN *
+what can
+
+WHAT ELSE SHOULD *
+what should
+
+WHAT ELSE WOULD *
+what would
+
+WHAT ELSE MAKES *
+what makes
+
+WHAT ELSE IS *
+what is
+
+WHAT ELSE HAVE *
+what have
+
+WHAT ELSE *
+WHAT
+
+WHAT DID I JUST SAY
+what did I say
+
+WHAT DID I TELL YOU
+what do you know about me
+
+WHAT DID YOU MEAN * PERSON
+who is x person
+
+WHAT DID YOU MEAN *
+what do you mean
+
+WHAT DID YOU MEAN
+what do you mean
+
+WHAT DID YOU DO
+what do you do
+
+WHAT DID YOU ASK JUST *
+what did you say
+
+WHAT DID YOU JUST *
+what did you
+
+WHAT DID YOU SAY JUST *
+what did you say
+
+WHAT DID YOU HAVE FOR DINNER *
+what is your favorite food
+
+WHAT DID YOU HAVE FOR BREAKFAST
+what do you eat
+
+WHAT DID YOU HAVE FOR SUPPER
+WHAT DO YOU EAT
+
+WHAT DID YOU HAVE * DINNER
+what is your favorite food
+
+WHAT DID YOU HAVE * LUNCH
+what is your favorite food
+
+WHAT DID YOU EAT *
+what do you eat
+
+WHAT DID YOU EAT
+what do you eat
+
+WHAT DID YOU LIKE MOST ABOUT *
+what do you like about
+
+WHAT DID YOU LIKE BEST ABOUT *
+what do you like about
+
+WHAT DID CAUSE *
+what caused
+
+WHAT MONTH IS IT
+MONTH
+
+WHAT IT IS
+what is it
+
+WHAT WERE YOU TALKING *
+what is the topic
+
+WHAT WERE YOU JUST *
+what were you
+
+WHAT WERE WE TALKING ABOUT
+what is the subject
+
+WHAT WERE WE TALKING *
+what is the subject
+
+WHAT WERE WE JUST *
+what were we
+
+WHAT DIFFERENCE *
+who cares
+
+WHAT SUCKS
+what does suck
+
+WHAT MUSIC DO YOU LIKE
+FAVORITE MUSIC
+
+WHAT INFORMATION DO YOU KNOW *
+what do you know
+
+WHAT FOR
+why
+
+WHAT BENEFITS DO YOU *
+what can you do
+
+WHAT SPECIFICALLY *
+what
+
+WHAT REDUCTIONISM
+what is reductionism
+
+WHAT EVER
+whatever
+
+WHAT EVER *
+whatever
+
+WHAT SUBJECT
+what is the subject
+
+WHAT THE HELL *
+WHAT
+
+WHAT THE VALUE OF *
+what is
+
+WHAT THE FUCK *
+what . fuck
+
+WHAT THE HECK *
+what
+
+WHAT S *
+what is
+
+WHAT MOVIE DO YOU LIKE
+what is your favorite movie
+
+WHAT ROBOTS
+who are your robot friends
+
+WHAT CITY DO I LIVE IN
+where am i
+
+WHAT CITY ARE YOU *
+CITY
+
+WHAT SHAPE ARE YOU
+what do you look like
+
+WHAT PRECISELY *
+what
+
+WHAT MAY I ASK IS *
+what is
+
+WHAT MAY I CALL YOU
+what is your name
+
+WHAT COULD BE *
+what is
+
+WHAT COULD POSSIBLY *
+what could
+
+WHAT COLOR EYES DO YOU HAVE
+what color are your eyes
+
+WHAT COLOR IS YOUR EYES
+what color are your eyes
+
+WHAT MOVIES DO YOU LIKE
+what is your favorite movie
+
+WHAT MOVIES HAVE YOU SEEN
+what is your favorite movie
+
+WHAT WOULD IT BE
+what is it
+
+WHAT WOULD BE *
+what is
+
+WHAT WOULD YOU * FOR
+what is your purpose
+
+WHAT WOULD YOU LIKE TO TELL ME ABOUT *
+tell me about
+
+WHAT WOULD YOU LIKE TO * ABOUT
+what is your favorite subject
+
+WHAT WOULD YOU LIKE *
+WHAT WOULD YOU LIKE
+
+WHAT PLAN
+what is your plan
+
+WHAT LEGAL *
+what
+
+WHAT IS A CHORDATE *
+what is a chordate
+
+WHAT IS A CLIENT *
+what is a client
+
+WHAT IS A CHATTER BOX
+what is a chat robot
+
+WHAT IS A CHATTER BOT
+what is a chat robot
+
+WHAT IS A CHATERBOT
+what is a chat robot
+
+WHAT IS A PATTERN CHAR
+what is a pattern
+
+WHAT IS A PRIMATE
+what is primate
+
+WHAT IS A THOUGHT
+what is thinking
+
+WHAT IS A AI
+what is ai
+
+WHAT IS A * CHAT ROBOT
+what is a chat robot
+
+WHAT IS A ATOM
+what is an atom
+
+WHAT IS A ROBOT *
+what is a robot
+
+WHAT IS A NOOSPHERE
+what is the noosphere
+
+WHAT IS A STIMULATING *
+what is a
+
+WHAT IS A COMPUTER YEAR *
+what is a computer year
+
+WHAT IS A GOOGLE
+what is google
+
+WHAT IS A LOEBNER PRIZE
+what is the loebner prize
+
+WHAT IS A CHATTERBNOT
+what is a chat robot
+
+WHAT IS A BOOTMASTER
+what is a botmaster
+
+WHAT IS A TEMPLATE *
+what is a template
+
+WHAT IS A EXTENSIONAL *
+what is the extensional
+
+WHAT IS A KLONE
+what is a clone
+
+WHAT IS A FRIEND *
+what is a friend
+
+WHAT IS A CATEGORY *
+what is category a
+
+WHAT IS A TURING TEST
+what is the turing test
+
+WHAT IS A TURING GAME
+what is the turing game
+
+WHAT IS A L I *
+what are you
+
+WHAT IS A JAR *
+what is jar
+
+WHAT IS A LOFTY GOAL
+what is your goal
+
+WHAT IS A I M L
+what is aiml
+
+WHAT IS A I
+what is artificial intelligence
+
+WHAT IS A CHATROBBOT
+what is a chat robot
+
+WHAT IS A PRIORI *
+what is a priori
+
+WHAT IS A SPECIFIC *
+what is a
+
+WHAT IS A SERVER *
+what is a server
+
+WHAT IS A CHATTEROT
+what is a chat robot
+
+WHAT IS A BRAIN *
+what is class brain
+
+WHAT IS A BRAIN
+what is class brain
+
+WHAT IS A FLAWLESS ENTITY
+what is flawless
+
+WHAT IS A MAC
+what is a macintosh
+
+WHAT IS A CBR *
+what is cbr
+
+WHAT IS A A I
+what is ai
+
+WHAT IS A BOT *
+what can you do
+
+WHAT IS A UNIVERSE
+what is the universe
+
+WHAT IS A DOMAIN NAME *
+what is a domain name
+
+WHAT IS A DOMAIN *
+what is a domanin
+
+WHAT IS A BOTMATER
+what is a botmaster
+
+WHAT IS A SOPHISTICATED *
+what is a
+
+WHAT IS A GOOD MOVIE *
+what is your favorite movie
+
+WHAT IS A GOOD MOVIE
+what is your favorite movie
+
+WHAT IS A GOOD NAME *
+who
+
+WHAT IS A GOOD FILM *
+what is your favorite movie
+
+WHAT IS A GOOD BEER
+what is your favorite beer
+
+WHAT IS A DNS
+what is dns
+
+WHAT IS A PARTICULAR *
+what is a
+
+WHAT IS A GIANT *
+what is a
+
+WHAT IS A HE
+what is a male
+
+WHAT IS SETL *
+what is setl
+
+WHAT IS DAVIS
+who is davis
+
+WHAT IS EMOTION *
+what is emotion
+
+WHAT IS HTTP *
+what is http
+
+WHAT IS STAR TREK *
+what is star trek
+
+WHAT IS HE
+who is he
+
+WHAT IS AIML FOR
+what is the goal for aiml
+
+WHAT IS AIML *
+what is aiml
+
+WHAT IS VANCOUVER *
+where is vancouver
+
+WHAT IS STATS
+what is statistics
+
+WHAT IS CBT
+what is cbr
+
+WHAT IS SEAN
+who is sean
+
+WHAT IS SYRIA
+where is syria
+
+WHAT IS RIO
+where is rio
+
+WHAT IS BELARUS
+where is belarus
+
+WHAT IS NATURAL
+what is natural language
+
+WHAT IS BIG BLUE
+who is big blue
+
+WHAT IS ANDREW
+who is andrew
+
+WHAT IS LEBANON
+where is lebanon
+
+WHAT IS HUMANS
+what are humans
+
+WHAT IS INFIDELITY
+what is adultery
+
+WHAT IS MIKE
+who is mike
+
+WHAT IS JASON
+who is jason
+
+WHAT IS HYPOTHETICAL *
+what is hypothetical
+
+WHAT IS BEHIND YOU
+who is your botmaster
+
+WHAT IS FEELINGS
+what are feelings
+
+WHAT IS MELISSA
+who is melissa
+
+WHAT IS MATHS
+what is math
+
+WHAT IS THE PURPOSE * PROGRAM
+what is your purpose
+
+WHAT IS THE PURPOSE
+what is your purpose
+
+WHAT IS THE YEAR
+YEAR
+
+WHAT IS THE TURIG TEST
+what is the turing test
+
+WHAT IS THE CAPITAL OF HOLLAND
+what is the capital of the netherlands
+
+WHAT IS THE CAPITAL CITY *
+WHAT IS THE CAPITAL
+
+WHAT IS THE STORY
+tell me a story
+
+WHAT IS THE HYPOTHETICAL *
+what is the
+
+WHAT IS THE SPIRITUAL *
+what is the
+
+WHAT IS THE CANTONS
+what is a canton
+
+WHAT IS THE ICQ
+what is icq
+
+WHAT IS THE TERM *
+what is
+
+WHAT IS THE DEFINITION OF THE WORD *
+what is
+
+WHAT IS THE DEFINITION OF *
+what is
+
+WHAT IS THE REASON
+why
+
+WHAT IS THE * PASSWORD
+what is the password
+
+WHAT IS THE * SUBJECT
+what is the subject
+
+WHAT IS THE * TIME
+TIME
+
+WHAT IS THE * S NAME
+who is the
+
+WHAT IS THE * YOU LIKE MOST
+what is your favorite
+
+WHAT IS THE * OF YOUR *
+WHAT IS YOUR
+
+WHAT IS THE * RED
+what color
+
+WHAT IS THE * WEB
+what is the internet
+
+WHAT IS THE ROBOT
+what is a robot
+
+WHAT IS THE PRESIDENT
+who is the president
+
+WHAT IS THE TIME IN *
+TIME. I am in
+
+WHAT IS THE TIME *
+TIME
+
+WHAT IS THE TIME
+TIME
+
+WHAT IS THE STORYLINE *
+tell me a story
+
+WHAT IS THE NETHERLANDS
+where is the netherlands
+
+WHAT IS THE CURRENT *
+what is the
+
+WHAT IS THE MILK MYSTIC
+who is the milk mystic
+
+WHAT IS THE CRITERIA *
+what is the criteria
+
+WHAT IS THE JOKE
+tell me a joke
+
+WHAT IS THE LOCATION OF *
+where is
+
+WHAT IS THE MATTER *
+what is the matter
+
+WHAT IS THE DIFFERENCE BETWEEN A * AND A *
+what is a . what is a
+
+WHAT IS THE DIFFERENCE BETWEEN DEATH *
+what is death
+
+WHAT IS THE DIFFERENCE BETWEEN * AND *
+what is . what is
+
+WHAT IS THE DEAL *
+what is the deal
+
+WHAT IS THE DEAL
+what are you
+
+WHAT IS THE SHRDLHU *
+who is shrdlhu
+
+WHAT IS THE VALUE OF PI
+what is pi
+
+WHAT IS THE VALUE *
+what is
+
+WHAT IS THE HOUR
+TIME
+
+WHAT IS THE NET
+what is the web
+
+WHAT IS THE NEXUS
+what is a nexus
+
+WHAT IS THE TURNING TEST
+what is the turing test
+
+WHAT IS THE TURNING GAME
+what is the turing game
+
+WHAT IS THE MEAN *
+what is the mean
+
+WHAT IS THE WETHER
+what is the weather
+
+WHAT IS THE REDUCTIONISM
+what is reductionism
+
+WHAT IS THE ACTUAL *
+what is the
+
+WHAT IS THE NAME OF THE GAME
+what game
+
+WHAT IS THE NAME OF YOUR *
+who created you
+
+WHAT IS THE NAME OF A *
+who is a
+
+WHAT IS THE NAME OF MY *
+what is my s name
+
+WHAT IS THE AIML *
+what is aiml
+
+WHAT IS THE PROBLEM *
+what is the problem
+
+WHAT IS THE SUBJECT
+WHAT IS THE TOPIC
+
+WHAT IS THE WWW
+what is the web
+
+WHAT IS THE SUN *
+what is the sun
+
+WHAT IS THE IMAGE
+what is that picture
+
+WHAT IS THE MOVIE * ABOUT
+tell me a story
+
+WHAT IS THE LAST BOOK *
+what is your favorite book
+
+WHAT IS THE MEANING OF *
+what is
+
+WHAT IS THE EXTENSIONAL
+what is extensional
+
+WHAT IS THE EXACT *
+what is the
+
+WHAT IS THE POSSIBLE *
+what is the
+
+WHAT IS THE GAME
+what game
+
+WHAT IS THE FIRESIGN THEATER
+what is firesign theater
+
+WHAT IS THE ROMANS
+what are romans
+
+WHAT IS THE DATE *
+DATE
+
+WHAT IS THE DATE
+DATE
+
+WHAT IS THE ARMY
+what is the military
+
+WHAT IS THE OFFICIAL *
+what is the
+
+WHAT IS THE COLOR OF AN APPLE
+what color is an apple
+
+WHAT IS THE COLOR OF *
+what color is
+
+WHAT IS THE COLOR BLUE
+what is blue
+
+WHAT IS THE TURING GAME
+what is the imitation game
+
+WHAT IS THE PLAN *
+what is your plan
+
+WHAT IS THE PLAN
+what is your plan
+
+WHAT IS THE VERY *
+what is the
+
+WHAT IS THE OBVIOUS *
+what is the obvious
+
+WHAT IS THE WEATHER NOW *
+what is the weather
+
+WHAT IS THE TOPIC
+TOPIC
+
+WHAT IS THE TOPIC *
+what is the topic
+
+WHAT IS THE CAT
+what is a cat
+
+WHAT IS THE TCP *
+what is tcp
+
+WHAT IS THE ANSWER TO LIFE *
+what is the meaning of life
+
+WHAT IS THE LONGEST WORD *
+what is the longest word
+
+WHAT IS THE INTENSIONAL
+what is intensional
+
+WHAT IS THE MELODRAMATIC *
+what is melodramatic
+
+WHAT IS THE HIGHEST NUMBER *
+what is the highest number
+
+WHAT IS THE ILLUMINATUS
+what is the illuminati
+
+WHAT IS THE PLOT * STARSHIP TROOPERS
+what is starship troopers
+
+WHAT IS THE PLOT *
+tell me a story
+
+WHAT IS THE PLOT
+tell me a story
+
+WHAT IS THE LATEST *
+what is new
+
+WHAT IS THE PI
+what is pi
+
+WHAT IS THE OM
+what is om
+
+WHAT IS THE SECRET *
+what is the password
+
+WHAT IS THE TEMPERATURE IN *
+what is the weather like. I AM IN
+
+WHAT IS THE GOAL *
+what is your goal
+
+WHAT IS THE JAVA *
+what is java
+
+WHAT IS THE JAVA
+what is java
+
+WHAT IS THE DOMAIN NAME SYSTEM
+what is dns
+
+WHAT IS THE FIRST THING YOU *
+tell me about yourself
+
+WHAT IS THE BIGGEST WORD *
+what is the longest word
+
+WHAT IS THE BIGGEST WORD
+what is the longest word
+
+WHAT IS THE TEMP
+what is the temperature
+
+WHAT IS THE WORLD TRADE CENTER
+what is the wtc
+
+WHAT IS THE WORLD TRADE *
+what is the wtc
+
+WHAT IS THE RESULT OF *
+what is
+
+WHAT IS THE REAL *
+what is the
+
+WHAT IS THE NATURE OF *
+what is
+
+WHAT IS THE WEB
+what is the internet
+
+WHAT IS THE DNS
+what is dns
+
+WHAT IS THE BEATLES
+who are the beatles
+
+WHAT IS THE SPEED OF SOUND *
+what is the speed of sound
+
+WHAT IS THE SPEED OF LIGHT *
+what is the speed of light
+
+WHAT IS THE POINT *
+what is the point
+
+WHAT IS THE FAMOUS *
+what is the
+
+WHAT IS ANY *
+what is
+
+WHAT IS ANNA
+who is anna
+
+WHAT IS LONGFELLOW
+who is longfellow
+
+WHAT IS LIFE AND DEATH
+what is life Death? what is death
+
+WHAT IS * BASED REASONING
+what is cbr
+
+WHAT IS * NAMED
+who is
+
+WHAT IS * GOING ON
+what is going on
+
+WHAT IS JEEVES *
+who is jeeves
+
+WHAT IS JEEVES
+who is jeeves
+
+WHAT IS THIS ALL ABOUT
+tell me about yourself
+
+WHAT IS SEATTLE
+where is seattle
+
+WHAT IS AGENTS
+what is an agent
+
+WHAT IS MELODRAMATIC *
+what is melodrama
+
+WHAT IS NEW WITH YOU
+what is new
+
+WHAT IS NEW MEXICO
+where is new mexico
+
+WHAT IS NEW
+WHAT IS UP
+
+WHAT IS HOLLAND
+where is holland
+
+WHAT IS FORMAL LOGIC
+what is logic
+
+WHAT IS YOURSELF
+what are you
+
+WHAT IS SWITZERLAND
+where is switzerland
+
+WHAT IS NIHILISTIC
+what is nihilism
+
+WHAT IS IRAQ
+where is iraq
+
+WHAT IS S E T I
+what is seti
+
+WHAT IS EXACTLY *
+what is
+
+WHAT IS TANZANIA
+where is tanzania
+
+WHAT IS SET *
+what is set
+
+WHAT IS HAPPENIN *
+what is happening
+
+WHAT IS ARGENTINA
+where is argentina
+
+WHAT IS INSTRUCTOR *
+what is instructor
+
+WHAT IS INSTRUCTOR
+what is a teacher
+
+WHAT IS MORALITY
+what is moral
+
+WHAT IS DOES *
+what does
+
+WHAT IS ONLY *
+what is
+
+WHAT IS OPEN DIRECTORY
+what is the open directory
+
+WHAT IS CATEGORY
+what is a category
+
+WHAT IS NOOSPHERE
+what is the noosphere
+
+WHAT IS JFK
+who is jfk
+
+WHAT IS CALGARY
+where is calgary
+
+WHAT IS ANDRIOD
+what is an android
+
+WHAT IS ORIGINAL *
+what is
+
+WHAT IS REDUCTIONISIM
+what is reductionism
+
+WHAT IS AT TIME T
+what is time t
+
+WHAT IS MICROSOFT *
+what is microsoft
+
+WHAT IS REDCTIONISM
+what is reductionism
+
+WHAT IS ANOTHER MEANING FOR *
+what is
+
+WHAT IS HAPPENNING *
+WHAT IS HAPPENING
+
+WHAT IS WEB
+what is the web
+
+WHAT IS PURPOSE
+what is your purpose
+
+WHAT IS PURPOSE *
+what is purpose
+
+WHAT IS FRIENDS *
+what is friends
+
+WHAT IS AUTOMOBILE
+what is a car
+
+WHAT IS RUSH LIMBAUGH
+who is rush limbaugh
+
+WHAT IS CHINA
+where is china
+
+WHAT IS MOON
+what is the moon
+
+WHAT IS WILLIAM GIBSON
+who is william gibson
+
+WHAT IS MANAGEMENT BY EXCEPTION
+what is mbe
+
+WHAT IS MANAGEMENT * EXCEPTION
+what is mbe
+
+WHAT IS MANAGEMENT * EXCEPTIONS
+what is mbe
+
+WHAT IS ALISON
+who is alison
+
+WHAT IS ELVIS *
+who is elvis
+
+WHAT IS ELVIS
+who is elvis
+
+WHAT IS EPISTEMOLOGICAL *
+what is epistemology
+
+WHAT IS EGYPT
+where is egypt
+
+WHAT IS WHY *
+why is
+
+WHAT IS INTERESTING
+what is new
+
+WHAT IS ME
+who am i
+
+WHAT IS GEORGE W BUSH
+who is george w bush
+
+WHAT IS BEAUTY *
+what is beauty
+
+WHAT IS NEXUS
+what is a nexus
+
+WHAT IS HUNGARY
+where is hungary
+
+WHAT IS 0M
+what is om
+
+WHAT IS AILM
+what is aiml
+
+WHAT IS MONKEY
+what is a monkey
+
+WHAT IS PATTERNS
+what are patterns
+
+WHAT IS EINSTIEN
+who is einstein
+
+WHAT IS FUNNY
+tell me a joke
+
+WHAT IS REDUCTIONISM *
+what is reductionism
+
+WHAT IS DOGS
+what is a dog
+
+WHAT IS PERFECT *
+what is
+
+WHAT IS SUCK
+what sucks
+
+WHAT IS BEST FOR ME
+what should I do
+
+WHAT IS NORTH AMERICA
+where is north america
+
+WHAT IS LOVE *
+what is love
+
+WHAT IS HANS MORAVEC
+who is hans moravec
+
+WHAT IS EUKARYOTE
+what is a eukaryote
+
+WHAT IS BILL GATES *
+who is bill gates
+
+WHAT IS BILL GATES
+who is bill gates
+
+WHAT IS BILL
+who is bill
+
+WHAT IS URS
+what is yours
+
+WHAT IS TIME TRAVEL *
+what is time travel
+
+WHAT IS ACTIVATE
+what is activation
+
+WHAT IS FREUD
+who is freud
+
+WHAT IS MY BOYFRIENDS NAME
+what is my boyfriend s name
+
+WHAT IS MY CATS NAME
+what is my cat s name
+
+WHAT IS MY STAR SIGN
+what is my sign
+
+WHAT IS MY DNS *
+what is my ip
+
+WHAT IS MY DNS
+what is my ip address
+
+WHAT IS MY PROFESSION
+what is my job
+
+WHAT IS MY MEANING
+what is the subject
+
+WHAT IS MY HOST
+what is my ip
+
+WHAT IS MY NAME *
+what is my name.
+
+WHAT IS MY NAME
+my name
+
+WHAT IS MY NUMBER
+what is my ip
+
+WHAT IS MY HUSBANDS NAME
+what is my husband s name
+
+WHAT IS MY MOTHERS NAME
+what is my mother s name
+
+WHAT IS MY WIFES NAME
+what is my wife s name
+
+WHAT IS MY SISTERS NAME
+what is my sister s name
+
+WHAT IS MY FRIENDS NAME
+what is my friend s name
+
+WHAT IS MY IP ADRESS
+what is my ip
+
+WHAT IS MY STARSIGN
+what is my sign
+
+WHAT IS MY REAL NAME
+what is my name
+
+WHAT IS MY GIRLFRIENDS NAME
+what is my girlfriend s name
+
+WHAT IS MY BROTHERS NAME
+what is my brother s name
+
+WHAT IS MY FATHERS NAME
+what is my father s name
+
+WHAT IS MY DOGS NAME
+what is my dog s name
+
+WHAT IS MY * NAME
+what is my name
+
+WHAT IS MY * S NAME
+who is my
+
+WHAT IS THEIR NAME
+what is his name
+
+WHAT IS SELF *
+what is consciousness
+
+WHAT IS MICRO SOFT *
+what is microsoft
+
+WHAT IS MICRO SOFT
+what is microsoft
+
+WHAT IS DEEP BLUE
+who is deep blue
+
+WHAT IS JAVA *
+what is java
+
+WHAT IS CHATTERBOTS
+what is a chat robot
+
+WHAT IS CAM BRAIN
+who is de garis
+
+WHAT IS ITSELF
+what is it
+
+WHAT IS LILITH
+who is lilith
+
+WHAT IS TORONTO
+where is toronto
+
+WHAT IS AMERICA
+where is america
+
+WHAT IS UP DUDE
+what is up
+
+WHAT IS ELECTRON
+what is an electron
+
+WHAT IS HORSE
+what is a horse
+
+WHAT IS MARY SHELLEY
+who is mary shelley
+
+WHAT IS EXTENSIONAL
+what is the extensional definition
+
+WHAT IS EXTENSIONAL *
+what is extensional
+
+WHAT IS B
+what is program b
+
+WHAT IS PI *
+what is pi
+
+WHAT IS COMPLICATED *
+what is complicated
+
+WHAT IS ISAAC ASIMOV
+who is isaac asimov
+
+WHAT IS LIBERTARIANS
+what is a libertarian
+
+WHAT IS LEKNORCHAT
+who is leknorchat
+
+WHAT IS LIGHT SPEED
+what is the speed of light
+
+WHAT IS MAGELANG *
+what is magelang
+
+WHAT IS REDUCTIONIST *
+what is reductionism
+
+WHAT IS GHANDI
+who is ghandi
+
+WHAT IS BATMAN *
+who is batman
+
+WHAT IS INSANITY
+what is mental illness
+
+WHAT IS SARCASTIC
+what is sarcasm
+
+WHAT IS AMIL *
+what is aiml
+
+WHAT IS AMIL
+what is aiml
+
+WHAT IS LOEBNER PRIZE
+what is the loebner prize
+
+WHAT IS FLORIDA
+where is florida
+
+WHAT IS ASK ELVIS *
+what is elvis
+
+WHAT IS ASK ELVIS
+what is elvis
+
+WHAT IS ASK ALISON *
+who is alison
+
+WHAT IS ASK JEEVES
+who is ask jeeves
+
+WHAT IS AN M16
+what is an m 16
+
+WHAT IS AN APPLE
+what is apple
+
+WHAT IS AN AL
+what is ai
+
+WHAT IS AN AI
+what is ai
+
+WHAT IS AN OM
+what is om
+
+WHAT IS AN *
+what is
+
+WHAT IS OMAHA NEBRASKA
+where is omaha nebraska
+
+WHAT IS ALLAH
+who is allah
+
+WHAT IS CASE BASED REASONING
+what is cbr
+
+WHAT IS ALGORITHMS
+what are algorithms
+
+WHAT IS UNITED STATES
+where is the united states
+
+WHAT IS CARS
+what is a car
+
+WHAT IS STONEHENGE
+where is stonehenge
+
+WHAT IS APPLES *
+what is apple
+
+WHAT IS APPLES
+what is apple
+
+WHAT IS DATA *
+what is data
+
+WHAT IS EINSTEIN
+who is einstein
+
+WHAT IS EINSTEIN *
+what is relativity
+
+WHAT IS HAPPENING
+WHAT IS UP
+
+WHAT IS MACEDONIA
+where is macedonia
+
+WHAT IS AL
+what is ai
+
+WHAT IS YOU NAME
+what is your name
+
+WHAT IS YOU FAVORITE COLOR
+what is your favorite color
+
+WHAT IS YOU
+what are you
+
+WHAT IS YOU ARE NAME
+what is your name
+
+WHAT IS YOU ARE *
+what is your
+
+WHAT IS EUKARYOTES
+what is a eukaryote
+
+WHAT IS GOING ON
+what are you doing
+
+WHAT IS MXMVII RSW
+what is rsw
+
+WHAT IS RUDUCTIONISM
+what is reductionism
+
+WHAT IS _ TO YOU
+what is
+
+WHAT IS _ YOU KNOW
+what is
+
+WHAT IS CONSCIOUS
+what is consciousness
+
+WHAT IS WASHINGTON
+where is washington
+
+WHAT IS CHORDATE
+what is a chordate
+
+WHAT IS MAINE
+where is maine
+
+WHAT IS CAREL CAPEK
+who is carel capek
+
+WHAT IS ALAN TURING *
+who is alan turing
+
+WHAT IS ALAN TURING
+who is alan turing
+
+WHAT IS SO *
+WHAT IS
+
+WHAT IS KRAFTWERK
+who is kraftwerk
+
+WHAT IS POPE
+who is the pope
+
+WHAT IS FOR DINNER
+what do you eat
+
+WHAT IS ELECTRA
+who is electra
+
+WHAT IS JAPAN
+where is japan
+
+WHAT IS TELEPHONE
+what is a telephone
+
+WHAT IS REDUCTIONNISME
+what is reductionism
+
+WHAT IS NETWORKING
+what is a network
+
+WHAT IS IMPORTANT *
+what is important
+
+WHAT IS MEGAHAL
+who is megahal
+
+WHAT IS HEIDI
+who is heidi
+
+WHAT IS CMU
+what is carnegie mellon
+
+WHAT IS ALGORITHM
+what is an algorithm
+
+WHAT IS EVERYONE DOING
+WHAT ARE YOU DOING
+
+WHAT IS SEARCH *
+what is search
+
+WHAT IS AUSTRIA
+where is austria
+
+WHAT IS LIVING
+what is life
+
+WHAT IS CURRENT *
+what is
+
+WHAT IS SOCRATES
+who is socrates
+
+WHAT IS CATS
+what is a cat
+
+WHAT IS DR RICHARDS EMAIL *
+EMAIL
+
+WHAT IS BIN LADEN
+who is bin laden
+
+WHAT IS TAHT
+what is that
+
+WHAT IS LEKNORCHAT1
+who is leknorchat
+
+WHAT IS SPAIN
+where is spain
+
+WHAT IS AIRPLANE
+what is an airplane
+
+WHAT IS HEGEL
+who is hegel
+
+WHAT IS TRUE *
+what is
+
+WHAT IS SHAKIN
+what is new
+
+WHAT IS HTML *
+what is html
+
+WHAT IS DOG
+what is a dog
+
+WHAT IS TERMINATOR
+what is the terminator
+
+WHAT IS SEEKER
+what is a seeker
+
+WHAT IS CONSIDERED NORMAL *
+what is normal
+
+WHAT IS AGENT
+what is an agent
+
+WHAT IS BETTER BRITNEY *
+who is better
+
+WHAT IS ANIMAL EVOLUTION
+what is evolution
+
+WHAT IS ANIMAL
+what is an animal
+
+WHAT IS THAT ROUND *
+what is that picture
+
+WHAT IS THAT MEAN
+what does that mean
+
+WHAT IS THAT CHART
+what is that picture
+
+WHAT IS THAT WEIRD *
+what is that
+
+WHAT IS THAT GRAPHIC
+what is that picture
+
+WHAT IS THAT STUPID *
+what is that
+
+WHAT IS THAT THING *
+what is that picture
+
+WHAT IS THAT PRETTY *
+what is that
+
+WHAT IS DANIEL
+who is daniel
+
+WHAT IS TOMATOES
+what is a tomato
+
+WHAT IS SUPERMAN
+who is superman
+
+WHAT IS AMAL
+what is aiml
+
+WHAT IS PALESTINE
+where is palestine
+
+WHAT IS MOVIES
+what is a movie
+
+WHAT IS COOKIN
+what is going on
+
+WHAT IS THAILAND
+where is thailand
+
+WHAT IS YOUR PURPOSE *
+what is your purpose
+
+WHAT IS YOUR PURPOSE
+WHAT IS YOUR GOAL
+
+WHAT IS YOUR SKIN COLOR
+what color are you
+
+WHAT IS YOUR MOST TREASURED *
+what is your favorite
+
+WHAT IS YOUR MOST *
+what is your
+
+WHAT IS YOUR TELEPHONE NUMBER
+what is your phone number
+
+WHAT IS YOUR STORY
+tell me about yourself
+
+WHAT IS YOUR NOTION OF *
+what is
+
+WHAT IS YOUR UTILITY
+what can you do
+
+WHAT IS YOUR MOTHER *
+who is your mother
+
+WHAT IS YOUR HISTORY
+tell me about yourself
+
+WHAT IS YOUR DEFINITION OF *
+what is
+
+WHAT IS YOUR PROGRAMMER S NAME
+who created you
+
+WHAT IS YOUR PROGRAMMER *
+who created you
+
+WHAT IS YOUR PROGRAMMER
+who created you
+
+WHAT IS YOUR HIGHER *
+what is your
+
+WHAT IS YOUR REASON *
+what is your purpose
+
+WHAT IS YOUR SEASON
+what is your favorite season
+
+WHAT IS YOUR BOTMASTER
+who created you
+
+WHAT IS YOUR * SIGN
+what is your sign
+
+WHAT IS YOUR * RELIGION
+what religion are you
+
+WHAT IS YOUR * NUMBER
+what version are you
+
+WHAT IS YOUR * SCORE
+what is your iq
+
+WHAT IS YOUR * PROBLEM
+what is your problem
+
+WHAT IS YOUR * GOAL
+what is your goal
+
+WHAT IS YOUR NME
+what is your name
+
+WHAT IS YOUR HOST
+what computer do you use
+
+WHAT IS YOUR CURRENT *
+what is your
+
+WHAT IS YOUR MACHINE *
+what is your ip
+
+WHAT IS YOUR SYSTEM *
+what is your hardware
+
+WHAT IS YOUR SYSTEM
+what is your hardware
+
+WHAT IS YOUR FATHERS NAME
+who created you
+
+WHAT IS YOUR EMAIL
+EMAIL
+
+WHAT IS YOUR USUAL *
+what is your
+
+WHAT IS YOUR INTENTION
+what is your purpose
+
+WHAT IS YOUR INTENTION *
+what is your plan
+
+WHAT IS YOUR COMPUTER
+what kind of computer
+
+WHAT IS YOUR LOCATION
+where are you located
+
+WHAT IS YOUR FATHER S NAME
+who invented you
+
+WHAT IS YOUR IP ADDRESS
+WHAT IS YOUR IP
+
+WHAT IS YOUR IP *
+what is your dns
+
+WHAT IS YOUR DIRECTIVE
+what is your purpose
+
+WHAT IS YOUR ULTIMATE *
+what is your
+
+WHAT IS YOUR STARSIGN
+what is your sign
+
+WHAT IS YOUR PRIME DIRECTIVE
+what is your purpose
+
+WHAT IS YOUR PRIME *
+what is your
+
+WHAT IS YOUR OBJECTIVE
+what is your purpose
+
+WHAT IS YOUR THING
+tell me about yourself
+
+WHAT IS YOUR DREAM
+what is your goal
+
+WHAT IS YOUR PRIMARY FUNCTION
+what is your purpose
+
+WHAT IS YOUR PRIMARY *
+what is your purpose
+
+WHAT IS YOUR FULL *
+what is your
+
+WHAT IS YOUR NAME *
+what is your name
+
+WHAT IS YOUR RELIGIOUS *
+what religion are you
+
+WHAT IS YOUR FAVORITE MEAL
+what is your favorite food
+
+WHAT IS YOUR FAVORITE CLIENT *
+who is your favorite client
+
+WHAT IS YOUR FAVORITE ACTORS
+who is your favorite actor
+
+WHAT IS YOUR FAVORITE ACTOR
+who is your favorite actor
+
+WHAT IS YOUR FAVORITE KIND OF MUSIC
+FAVORITE MUSIC
+
+WHAT IS YOUR FAVORITE KIND OF FOOD
+what is your favorite food
+
+WHAT IS YOUR FAVORITE KIND OF *
+what is your favorte
+
+WHAT IS YOUR FAVORITE SINGER
+who is your favorite singer
+
+WHAT IS YOUR FAVORITE SONG *
+what is your favorite song
+
+WHAT IS YOUR FAVORITE VIDEO
+what is your favorite movie
+
+WHAT IS YOUR FAVORITE STOCK *
+what is your favorite stock
+
+WHAT IS YOUR FAVORITE GROUP
+who is your favorite band
+
+WHAT IS YOUR FAVORITE ARTIST
+who is your favorite artist
+
+WHAT IS YOUR FAVORITE TYPE OF MUSIC
+FAVORITE MUSIC
+
+WHAT IS YOUR FAVORITE STORY
+tell me a story
+
+WHAT IS YOUR FAVORITE AUTHOR
+who is your favorite author
+
+WHAT IS YOUR FAVORITE MUSIC GROUP
+what is your favorite band
+
+WHAT IS YOUR FAVORITE PET
+what is your favorite animal
+
+WHAT IS YOUR FAVORITE ROBOT
+who is your favorite robot
+
+WHAT IS YOUR FAVORITE SCIENCE FICTION AUTHOR
+who is your favorite science fiction author
+
+WHAT IS YOUR FAVORITE ANIMAL *
+what is your favorite animal
+
+WHAT IS YOUR FAVORITE BAND
+who is your favorite band
+
+WHAT IS YOUR FAVORITE BAND *
+what is your favorite band
+
+WHAT IS YOUR FAVORITE COMEDY *
+what is your favorite comedy
+
+WHAT IS YOUR FAVORITE COLOR DRESS
+what is your favorite color
+
+WHAT IS YOUR FAVORITE PROGRAM
+what is your favorite show
+
+WHAT IS YOUR FAVORITE RELIGION
+what religion are you
+
+WHAT IS YOUR FAVORITE PLACE
+CITY
+
+WHAT IS YOUR FAVORITE VERSE
+what is your favorite bible verse
+
+WHAT IS YOUR FAVORITE FOOD *
+what is your favorite food
+
+WHAT IS YOUR FAVORITE COLOUR
+what is your favorite color
+
+WHAT IS YOUR FAVORITE DISH
+what is your favorite food
+
+WHAT IS YOUR FAVORITE SHOW *
+what is your favorite show
+
+WHAT IS YOUR FAVORITE ACTRESS
+who is your favorite actress
+
+WHAT IS YOUR FAVORITE FILM *
+what is your favorite movie
+
+WHAT IS YOUR FAVORITE FILM
+what is your favorite movie
+
+WHAT IS YOUR FAVORITE KRAFTWERK *
+what is your favorite song
+
+WHAT IS YOUR FAVORITE TELEVISION *
+what is your favorite show
+
+WHAT IS YOUR FAVORITE MOVIES
+what is your favorite movie
+
+WHAT IS YOUR FAVORITE COLORS
+what is your favorite color
+
+WHAT IS YOUR FAVORITE THING TO TALK *
+what is your favorite subject
+
+WHAT IS YOUR FAVORITE THING
+what do you do for fun
+
+WHAT IS YOUR FAVORITE PROGRAMME
+what is your favorite show
+
+WHAT IS YOUR FAVORITE * SONG
+what is your favorite song
+
+WHAT IS YOUR FAVORITE * MOVIE
+what is your favorite movie
+
+WHAT IS YOUR FAVORITE * FILM
+what is your favorite movie
+
+WHAT IS YOUR FAVORITE * GROUP
+what is your favorite group
+
+WHAT IS YOUR FAVORITE * BAND
+what is your favorite group
+
+WHAT IS YOUR FAVORITE DIRECTOR
+who is your favorite director
+
+WHAT IS YOUR FAVORITE CITY
+CITY
+
+WHAT IS YOUR FAVORITE PAINTER
+who is your favorite painter
+
+WHAT IS YOUR FAVORITE TOPIC *
+what is your favorite subject
+
+WHAT IS YOUR FAVORITE TOPIC
+what is your favorite subject
+
+WHAT IS YOUR FAVORITE T V *
+what is your favorite show
+
+WHAT IS YOUR FAVORITE JOKE
+tell me a joke
+
+WHAT IS YOUR MENTAL MODEL OF ME *
+what do you know about me
+
+WHAT IS YOUR NAM
+what is your name
+
+WHAT IS YOUR PLACE *
+where are you from
+
+WHAT IS YOUR FUNDAMENTAL PURPOSE
+what is your purpose
+
+WHAT IS YOUR FUNDAMENTAL *
+what is your purpose
+
+WHAT IS YOUR LIFE
+tell me about yourself
+
+WHAT IS YOUR BASIC *
+what is your
+
+WHAT IS YOUR STAR SIGN
+WHAT IS YOUR SIGN
+
+WHAT IS YOUR FANTASY
+what is your goal
+
+WHAT IS YOUR SURNAME
+what is your full name
+
+WHAT IS YOUR INTELLIGENCE *
+what is your iq
+
+WHAT IS YOUR INTELLIGENCE
+what is your iq
+
+WHAT IS YOUR PASSWORD
+what is the password
+
+WHAT IS YOUR PC
+what kind of computer
+
+WHAT IS YOUR GAME
+what game
+
+WHAT IS YOUR MAIN *
+what is your
+
+WHAT IS YOUR IDENTITY
+who are you
+
+WHAT IS YOUR OFFICIAL *
+what is your
+
+WHAT IS YOUR COLOR
+what color are you
+
+WHAT IS YOUR PLAN
+what is your goal
+
+WHAT IS YOUR LOFTY GOAL
+what is your purpose
+
+WHAT IS YOUR LOFTY *
+what is your purpose
+
+WHAT IS YOUR FAITH
+what religion are you
+
+WHAT IS YOUR ACTIVITIES
+What do you do
+
+WHAT IS YOUR COUNTRY
+COUNTRY
+
+WHAT IS YOUR I Q *
+what is your iq
+
+WHAT IS YOUR I Q
+what is your iq
+
+WHAT IS YOUR IDEA OF *
+what is
+
+WHAT IS YOUR BEST SUBJECT
+what is your favorite subject
+
+WHAT IS YOUR BEST *
+what is your
+
+WHAT IS YOUR USE
+what can you do
+
+WHAT IS YOUR PROCESSOR
+what processor do you use
+
+WHAT IS YOUR AIM
+what is your purpose
+
+WHAT IS YOUR AMBITION
+what is your goal
+
+WHAT IS YOUR MOMS NAME
+who is your mother
+
+WHAT IS YOUR OPERATING SYSTEM
+what is your os
+
+WHAT IS YOUR PROGRAMMING *
+what is your programming
+
+WHAT IS YOUR HOME
+where do you live
+
+WHAT IS YOUR E MAIL *
+EMAIL
+
+WHAT IS YOUR CONTEXT
+what is the subject
+
+WHAT IS YOUR BRAIN
+what are you made of
+
+WHAT IS YOUR CREATOR *
+who is your botmaster
+
+WHAT IS YOUR CREATOR
+who is your botmaster
+
+WHAT IS YOUR GOAL *
+what is your goal
+
+WHAT IS YOUR QUEST
+what is your purpose
+
+WHAT IS YOUR ELECTRONIC *
+what are you
+
+WHAT IS YOUR IQ *
+what is your iq
+
+WHAT IS YOUR REAL NAME *
+what is your real name
+
+WHAT IS YOUR NATURE
+tell me about yourself
+
+WHAT IS YOUR MAJOR *
+what is your
+
+WHAT IS YOUR DNS
+WHAT IS YOUR IP
+
+WHAT IS YOUR ZODIAC *
+what is your sign
+
+WHAT IS YOUR ZODIAC
+what is your sign
+
+WHAT IS YOUR
+what is yours
+
+WHAT IS YOUR MISSION
+what is your goal
+
+WHAT IS YOUR FOOD
+what do you eat
+
+WHAT IS YOUR PARTICULAR *
+what is your
+
+WHAT IS YOUR OCCUPATION
+what is your job
+
+WHAT IS YOUR HARDWARE
+what computer do you use
+
+WHAT IS YOUR KNOWLEDGE
+what do you know
+
+WHAT IS GOSSIP *
+what is gossip
+
+WHAT IS CLONES
+what are clones
+
+WHAT IS PHILOSPOHY
+what is philosophy
+
+WHAT IS REAL
+what is reality
+
+WHAT IS REAL *
+what is real
+
+WHAT IS E L V I S
+who is elvis
+
+WHAT IS ALBERT EINSTEIN *
+who is albert einstein
+
+WHAT IS CARNEGIE
+who is carnegie
+
+WHAT IS 0
+what is zero
+
+WHAT IS EINSTEINS *
+what is relativity
+
+WHAT IS TODAY
+DAY
+
+WHAT IS SEARCHING *
+what is searching
+
+WHAT IS SEARCHING
+what is search
+
+WHAT IS IT THAT YOU *
+what do you
+
+WHAT IS IT *
+what is it
+
+WHAT IS IT LIKE ACTUALLY *
+what is it like
+
+WHAT IS QUASARS
+what is a quasar
+
+WHAT IS CAR
+what is a car
+
+WHAT IS R2D2
+who is r2d2
+
+WHAT IS JOSH
+who is josh
+
+WHAT IS BARRY
+who is barry
+
+WHAT IS EARTH *
+what is earth
+
+WHAT IS NEWS
+what is new
+
+WHAT IS WRONG ARE *
+what is wrong. are
+
+WHAT IS KNOW
+what is knowledge
+
+WHAT IS INTENSIONAL
+what is the intensional definition
+
+WHAT IS INTENSIONAL *
+what is intensional
+
+WHAT IS MARVIN MINSKY
+who is marvin minsky
+
+WHAT IS COOKING *
+what is cooking
+
+WHAT IS DILBERT
+who is dilbert
+
+WHAT IS ACRONYM
+what is an acronym
+
+WHAT IS SETI *
+what is seti
+
+WHAT IS TEETH
+what are teeth
+
+WHAT IS TURING TEST
+what is the turing game
+
+WHAT IS TURING S IMITATION GAME
+what is the imitation game
+
+WHAT IS TURING S IMITATION *
+what is the turing game
+
+WHAT IS TURING GAME
+what is the turing game
+
+WHAT IS ARCHIMEDES
+who is archimedes
+
+WHAT IS KONRAD ZUSE
+who is konrad zuse
+
+WHAT IS DNS *
+what is dns
+
+WHAT IS BRAZIL
+where is brazil
+
+WHAT IS ARTIFICIAL INTELLIGENCE
+WHAT IS AI
+
+WHAT IS ARTIFICIAL *
+what is ai
+
+WHAT IS SUN
+what is the sun
+
+WHAT IS PANDORA
+who is pandora
+
+WHAT IS PROKARYOTE
+what is a prokaryote
+
+WHAT IS COMPUTER YEARS
+what are computer years
+
+WHAT IS COMPUTER TIME
+what is a computer year
+
+WHAT IS COMPUTER YEAR
+what is a computer year
+
+WHAT IS WAR *
+what is war
+
+WHAT IS WWF *
+what is wwf
+
+WHAT IS IS THE BOOK MASON *
+what is mason and dixon
+
+WHAT IS IS *
+what is
+
+WHAT IS STARTREK
+what is star trek
+
+WHAT IS DUBAI
+where is dubai
+
+WHAT IS BEATLES
+who are the beatles
+
+WHAT IS C PLUS PLUS *
+what is c++
+
+WHAT IS C *
+what is c
+
+WHAT IS ALML
+what is aiml
+
+WHAT IS OAKLAND
+where is oakland
+
+WHAT IS REDUCTIONAL
+what is reductionism
+
+WHAT IS AML
+what is aiml
+
+WHAT IS EXTENTIONAL
+what is extensional
+
+WHAT IS HIS PHONE NUMBER
+what is your phone number
+
+WHAT IS HIS ADDRESS
+what is your address
+
+WHAT IS INSIDE
+what are you made of
+
+WHAT IS REDUCTOINISM
+what is reductionism
+
+WHAT IS GREEKS
+what is greece
+
+WHAT IS NEURAL NETWORKS
+what is a neural network
+
+WHAT IS QUESTION
+what is the question
+
+WHAT IS QUESTION *
+what is question
+
+WHAT IS LONDON
+where is london
+
+WHAT IS GOIN ON
+what are you doing
+
+WHAT IS BIRDS
+what are birds
+
+WHAT IS REALLY *
+what is
+
+WHAT IS ELEPHANT
+what is an elephant
+
+WHAT IS COMEDY
+what is a joke
+
+WHAT IS EXISTENTIAL
+what is existentialism
+
+WHAT IS ANSWER
+what is the answer
+
+WHAT IS BOT
+what is a bot
+
+WHAT IS SCATALOGICAL *
+what is scatalogical
+
+WHAT IS AUSTRALIA
+where is australia
+
+WHAT IS REDUTIONISM
+what is reductionism
+
+WHAT IS FUN FOR YOU
+what do you do for fun
+
+WHAT IS JOHANNESBURG
+where is johannesburg
+
+WHAT KINDS OF QUESTIONS *
+what do you know
+
+WHAT KINDS OF THINGS *
+what
+
+WHAT IF I ALREADY *
+what if I
+
+WHAT WILL YOU CALL ME
+what is my name
+
+WHAT PERSON *
+who
+
+WHAT SCHOOL
+what university
+
+WHAT ABOUT CARS
+what is a car
+
+WHAT ABOUT BIRDS
+what is bird
+
+WHAT ABOUT SHAKESPEARE
+who is shakespeare
+
+WHAT ABOUT THE LOEBNER PRIZE
+what is the loebner prize
+
+WHAT ABOUT YOUR DRESS *
+what about your dress
+
+WHAT ABOUT YOUR FATHER
+who is your father
+
+WHAT ABOUT MOVIES
+what is your favorite movie
+
+WHAT ABOUT MUSIC
+what is music
+
+WHAT ABOUT MEGAHAL
+who is megahal
+
+WHAT ABOUT TIME TRAVEL
+what is time travel
+
+WHAT ABOUT WHALES
+what is a whale
+
+WHAT ABOUT HITLER *
+who is hitler
+
+WHAT ABOUT COCAINE
+what is cocaine
+
+WHAT ABOUT CLINTON
+who is bill clinton
+
+WHAT ABOUT ROCK
+what is rock
+
+WHAT ABOUT LINUX
+what is linux
+
+WHAT ABOUT EUKARYOTES
+what is a eukaryote
+
+WHAT ABOUT MICROSOFT
+what is microsoft
+
+WHAT ABOUT BLUE
+what is blue
+
+WHAT ABOUT ASTROPHYSICS
+what is astrophysics
+
+WHAT ABOUT COMPUTERS
+what is a computer
+
+WHAT HUMAN *
+what
+
+WHAT RELIGION ARE YOU
+WHAT IS YOUR RELIGION
+
+WHAT DAY IS CHRISTMAS *
+WHAT DAY IS CHRISTMAS
+
+WHAT DAY IS IT
+DAY
+
+WHAT DAY IS XMAS *
+WHAT DAY IS CHRISTMAS
+
+WHAT DAY IS
+DAY
+
+WHAT DAY * IS XMAS THIS YEAR
+WHAT DAY IS CHRISTMAS
+
+WHAT SHALL I CALL YOU
+what is your name
+
+WHAT SHALL WE TALK ABOUT
+what can you do
+
+WHAT MAKES YOU SO *
+what makes you
+
+WHAT MAKES YOU THINK THAT *
+what makes you think
+
+WHAT DOES _ MEAN TO YOU
+what does mean
+
+WHAT DOES THAT MEAN *
+what does that mean
+
+WHAT DOES THAT STAND FOR
+what is that
+
+WHAT DOES THE WORD * MEAN
+what is
+
+WHAT DOES THE TURING TEST *
+what is the turing test
+
+WHAT DOES IT MEAN
+what is it
+
+WHAT DOES IT REFER TO
+what is it
+
+WHAT DOES A ROBOT *
+what do you
+
+WHAT DOES A PRIORI MEAN
+what is a priori
+
+WHAT DOES SHRDLHU MEAN
+who is shrdlhu
+
+WHAT DOES EPISTEMOLOGICAL MEAN
+what is epistemology
+
+WHAT DOES AIML *
+what is aiml
+
+WHAT DOES REDUCTIONISM MEAN
+what is reductionism
+
+WHAT DOES * MEAN
+WHAT IS
+
+WHAT DOES * STAND FOR
+what is
+
+WHAT DOES * PERSON MEAN
+who is x person
+
+WHAT DOES SEEKER MEAN
+what is a seeker
+
+WHAT GENDER AM I
+what is my gender
+
+WHAT DO I REALLY *
+what do I
+
+WHAT DO I CALL YOU
+what is your name
+
+WHAT DO I HAVE *
+what do I have
+
+WHAT DO YOUR BELIEFS SAY
+WHAT ARE YOUR BELIEFS
+
+WHAT DO YOU DRIVE
+what is your favorite car
+
+WHAT DO YOU CONSIDER *
+what is
+
+WHAT DO YOU NOW *
+what do you
+
+WHAT DO YOU FEEL ABOUT *
+what is
+
+WHAT DO YOU MEAN BY REDUCTIONISM
+what is reductionism
+
+WHAT DO YOU MEAN BY *
+what is
+
+WHAT DO YOU MEAN *
+WHAT DO YOU MEAN
+
+WHAT DO YOU DO IN YOUR SPARE TIME
+what do you do for fun
+
+WHAT DO YOU DO FOR MONEY
+what is your job
+
+WHAT DO YOU DO FOR FUN
+WHAT DO YOU DO
+
+WHAT DO YOU DO FOR FUN *
+WHAT DO YOU DO FOR FUN
+
+WHAT DO YOU DO FOR WORK
+what is your job
+
+WHAT DO YOU DO EVERY *
+what do you do
+
+WHAT DO YOU DO *
+WHAT DO YOU DO
+
+WHAT DO YOU WANT ME TO CALL YOU
+what is your name
+
+WHAT DO YOU WANT TO DO
+what is your purpose
+
+WHAT DO YOU WANT TO LEARN
+what is your goal
+
+WHAT DO YOU WANT TO TALK ABOUT
+what do you like to talk about
+
+WHAT DO YOU WANT
+what is your purpose
+
+WHAT DO YOU WANT *
+WHAT DO YOU WANT
+
+WHAT DO YOU HELP *
+what do you do
+
+WHAT DO YOU ENJOY
+what do you like
+
+WHAT DO YOU PREFER *
+what is better
+
+WHAT DO YOU PREFER
+what do you like
+
+WHAT DO YOU REALLY *
+what do you
+
+WHAT DO YOU REGARD AS *
+what is
+
+WHAT DO YOU LOOK LIKE *
+what do you look like
+
+WHAT DO YOU UNDERSTAND *
+what do you understand
+
+WHAT DO YOU SAY *
+what
+
+WHAT DO YOU SAY
+tell me about yourself
+
+WHAT DO YOU DEFINE AS *
+what is
+
+WHAT DO YOU CALL ME
+what is my name
+
+WHAT DO YOU FIRST *
+what do you
+
+WHAT DO YOU KNOW ABOUT * SOCCER
+what is soccer
+
+WHAT DO YOU KNOW ABOUT *
+what is
+
+WHAT DO YOU KNOW ABOUT GREECE
+what is greece
+
+WHAT DO YOU KNOW ABOUT AUSTRALIA
+what is australia
+
+WHAT DO YOU KNOW ABOUT ARTIFICIAL INTELLIGENCE
+what is ai
+
+WHAT DO YOU KNOW ABOUT ENGLAND
+where is england
+
+WHAT DO YOU KNOW ABOUT QUANTUM PHYSICS
+what is quantum physics
+
+WHAT DO YOU KNOW ABOUT EUROPE
+what is europe
+
+WHAT DO YOU KNOW ABOUT TIME TRAVEL
+what is time travel
+
+WHAT DO YOU KNOW ABOUT DEPRESSION
+what is depression
+
+WHAT DO YOU KNOW ABOUT POLAND
+what is poland
+
+WHAT DO YOU KNOW ABOUT UNIX
+what is unix
+
+WHAT DO YOU KNOW ABOUT LOVE
+what is love
+
+WHAT DO YOU KNOW ABOUT ALBERT *
+who is
+
+WHAT DO YOU KNOW ABOUT CARS
+what is a car
+
+WHAT DO YOU KNOW ABOUT MUSIC
+what is music
+
+WHAT DO YOU KNOW ABOUT ROBOTICS
+what is a robot
+
+WHAT DO YOU KNOW ABOUT SOUTH *
+where is south
+
+WHAT DO YOU KNOW ABOUT THE INTERNET
+what is the internet
+
+WHAT DO YOU KNOW ABOUT THE *
+what is
+
+WHAT DO YOU KNOW ABOUT WINDOWS
+what is windows
+
+WHAT DO YOU KNOW ABOUT LOGIC
+what is logic
+
+WHAT DO YOU KNOW ABOUT PROGRAMMING
+what is programming
+
+WHAT DO YOU KNOW ABOUT CALCULUS
+what is calculus
+
+WHAT DO YOU KNOW ABOUT HIM
+what is he
+
+WHAT DO YOU KNOW ABOUT PHILOSOPHY
+what is philosophy
+
+WHAT DO YOU KNOW ABOUT APPLES
+what is apple
+
+WHAT DO YOU KNOW ABOUT HUMANS
+what is a human
+
+WHAT DO YOU KNOW ABOUT DENMARK
+what is denmark
+
+WHAT DO YOU KNOW ABOUT JAPAN
+what is japan
+
+WHAT DO YOU KNOW ABOUT GOLD
+what is gold
+
+WHAT DO YOU KNOW ABOUT RUSSIA
+what is russia
+
+WHAT DO YOU KNOW ABOUT KRAFTWERK
+what is kraftwerk
+
+WHAT DO YOU KNOW ABOUT IT
+what is it
+
+WHAT DO YOU KNOW ABOUT BILL *
+who is bill
+
+WHAT DO YOU KNOW ABOUT BRAZIL
+what is brazil
+
+WHAT DO YOU KNOW ABOUT BULGARIA
+what is bulgaria
+
+WHAT DO YOU KNOW ABOUT BOTS
+what is a bot
+
+WHAT DO YOU KNOW ABOUT VISUAL BASIC
+what is visual basic
+
+WHAT DO YOU KNOW ABOUT GEOGRAPHY
+what is geography
+
+WHAT DO YOU KNOW ABOUT HORSES
+what is a horse
+
+WHAT DO YOU KNOW ABOUT POLITICS
+what is politics
+
+WHAT DO YOU KNOW ABOUT GERMANY
+where is germany
+
+WHAT DO YOU KNOW ABOUT PHYSICS
+what is physics
+
+WHAT DO YOU KNOW ABOUT DEATH
+what is death
+
+WHAT DO YOU KNOW ABOUT C
+what is c
+
+WHAT DO YOU KNOW ABOUT DINOSAURS
+what are dinosaurs
+
+WHAT DO YOU KNOW ABOUT TURING
+who is turing
+
+WHAT DO YOU KNOW ABOUT MATH
+what is math
+
+WHAT DO YOU KNOW ABOUT NORWAY
+what is norway
+
+WHAT DO YOU KNOW ABOUT
+what do you know
+
+WHAT DO YOU KNOW ABOUT FREUD
+who is freud
+
+WHAT DO YOU KNOW ABOUT SEX
+what is sex
+
+WHAT DO YOU KNOW ABOUT POKEMON
+what is pokemon
+
+WHAT DO YOU KNOW ABOUT EINSTEIN
+who is einstein
+
+WHAT DO YOU KNOW ABOUT CHINA
+what is china
+
+WHAT DO YOU KNOW ABOUT NEURAL NETWORKS
+what is a neural network
+
+WHAT DO YOU KNOW ABOUT ANIMALS
+what are animals
+
+WHAT DO YOU KNOW ABOUT JAVA
+what is java
+
+WHAT DO YOU KNOW ABOUT AIML
+what is aiml
+
+WHAT DO YOU KNOW ABOUT CATS
+what is a cat
+
+WHAT DO YOU KNOW ABOUT TURKEY
+what is turkey
+
+WHAT DO YOU KNOW ABOUT INDIA
+where is india
+
+WHAT DO YOU KNOW ABOUT LINUX
+what is linux
+
+WHAT DO YOU KNOW ABOUT ROBOTS
+what is a robot
+
+WHAT DO YOU KNOW ABOUT SWEDEN
+what is sweden
+
+WHAT DO YOU KNOW ABOUT MICROSOFT
+what is microsoft
+
+WHAT DO YOU KNOW ABOUT SCIENCE
+what is science
+
+WHAT DO YOU KNOW ABOUT FINLAND
+where is finland
+
+WHAT DO YOU KNOW ABOUT CHEMISTRY
+what is chemistry
+
+WHAT DO YOU KNOW ABOUT ELVIS
+what is elvis
+
+WHAT DO YOU KNOW ABOUT HISTORY
+what is history
+
+WHAT DO YOU KNOW ABOUT AI
+what is ai
+
+WHAT DO YOU KNOW ABOUT LIFE
+what is life
+
+WHAT DO YOU KNOW ABOUT DR *
+who is dr
+
+WHAT DO YOU KNOW ABOUT YOURSELF
+tell me about yourself
+
+WHAT DO YOU KNOW MOST ABOUT
+what is your favorite subject
+
+WHAT DO YOU KNOW THE MOST *
+what do you know
+
+WHAT DO YOU KNOW * DO
+what can you do
+
+WHAT DO YOU MEEN
+what do you mean
+
+WHAT DO YOU EAT *
+what do you eat
+
+WHAT DO YOU OFTEN DO *
+WHAT DO YOU DO
+
+WHAT DO YOU REMEMBER ABOUT ME
+what do you know about me
+
+WHAT DO YOU USUALLY *
+what do you
+
+WHAT DO YOU ALL *
+what do you
+
+WHAT DO YOU THINK ABOUT JEEVES
+who is jeeves
+
+WHAT DO YOU THINK ABOUT VRML
+what is vrml
+
+WHAT DO YOU THINK ABOUT IMMANUEL KANT
+who is immanuel kant
+
+WHAT DO YOU THINK ABOUT AOL
+what is aol
+
+WHAT DO YOU THINK ABOUT ISAAC ASIMOV
+who is isaac asimov
+
+WHAT DO YOU THINK ABOUT YOU
+tell me about yourself
+
+WHAT DO YOU THINK ABOUT XML
+what is xml
+
+WHAT DO YOU THINK ABOUT COMPUTER PROGRAMMING
+what is computer programming
+
+WHAT DO YOU THINK ABOUT EARTH
+what is earth
+
+WHAT DO YOU THINK ABOUT HITLER
+who is hitler
+
+WHAT DO YOU THINK ABOUT ELVIS
+who is elvis
+
+WHAT DO YOU THINK ABOUT HOWARD STERN
+who is howard stern
+
+WHAT DO YOU THINK ABOUT GEORGE BUSH
+who is george bush
+
+WHAT DO YOU THINK ABOUT GEORGE *
+who is george
+
+WHAT DO YOU THINK ABOUT THAT
+what is that
+
+WHAT DO YOU THINK ABOUT ROBOTS
+what is a robot
+
+WHAT DO YOU THINK ABOUT COMPUTERS
+what is a computer
+
+WHAT DO YOU THINK ABOUT AL GORE
+who is al gore
+
+WHAT DO YOU THINK ABOUT QUANTUM MECHANICS
+what is quantum mechanics
+
+WHAT DO YOU THINK ABOUT BEER
+what is beer
+
+WHAT DO YOU THINK ABOUT INTEL
+what is intel
+
+WHAT DO YOU THINK ABOUT SARA
+who is sara
+
+WHAT DO YOU THINK ABOUT LOVE *
+what is love
+
+WHAT DO YOU THINK ABOUT LOVE
+what is love
+
+WHAT DO YOU THINK ABOUT PHILOSOPHY
+what is philosophy
+
+WHAT DO YOU THINK ABOUT POLAND
+what is poland
+
+WHAT DO YOU THINK ABOUT CLAIRE
+who is claire
+
+WHAT DO YOU THINK ABOUT SATAN
+who is satan
+
+WHAT DO YOU THINK ABOUT EINSTEIN
+who is einstein
+
+WHAT DO YOU THINK ABOUT STAR WARS
+what is star wars
+
+WHAT DO YOU THINK ABOUT STAR TREK
+what is star trek
+
+WHAT DO YOU THINK ABOUT STEVEN *
+who is steven
+
+WHAT DO YOU THINK ABOUT TENNIS
+what is tennis
+
+WHAT DO YOU THINK ABOUT ASTROLOGY
+what is astrology
+
+WHAT DO YOU THINK ABOUT ISLAM
+what is islam
+
+WHAT DO YOU THINK ABOUT DENISE *
+who is denise
+
+WHAT DO YOU THINK ABOUT MUSIC
+what is music
+
+WHAT DO YOU THINK ABOUT MP3
+what is mp3
+
+WHAT DO YOU THINK ABOUT SLOVENIA
+what is slovenia
+
+WHAT DO YOU THINK ABOUT R2D2
+what is r2d2
+
+WHAT DO YOU THINK ABOUT Y2K
+what is y2k
+
+WHAT DO YOU THINK ABOUT WINDOWS
+what is windows
+
+WHAT DO YOU THINK ABOUT WINDOWS *
+what is windows
+
+WHAT DO YOU THINK ABOUT ISRAEL
+what is israel
+
+WHAT DO YOU THINK ABOUT SOCCER
+what is soccer
+
+WHAT DO YOU THINK ABOUT DEATH
+what is death
+
+WHAT DO YOU THINK ABOUT JAPAN
+what is japan
+
+WHAT DO YOU THINK ABOUT JOHN *
+who is john
+
+WHAT DO YOU THINK ABOUT COLLEGE
+what is college
+
+WHAT DO YOU THINK ABOUT YOKO ONO
+who is yoko ono
+
+WHAT DO YOU THINK ABOUT WARS
+what is war
+
+WHAT DO YOU THINK ABOUT DEEPBLUE
+who is deep blue
+
+WHAT DO YOU THINK ABOUT JENNIFER LOPEZ
+who is jennifer lopez
+
+WHAT DO YOU THINK ABOUT LECH WALESA
+who is lech walesa
+
+WHAT DO YOU THINK ABOUT DOUGLAS *
+who is douglas
+
+WHAT DO YOU THINK ABOUT CHESS
+what is chess
+
+WHAT DO YOU THINK ABOUT TURING TEST
+what is the turing test
+
+WHAT DO YOU THINK ABOUT TURING
+who is turing
+
+WHAT DO YOU THINK ABOUT RELIGION
+what is your religion
+
+WHAT DO YOU THINK ABOUT KRIS
+who is kris
+
+WHAT DO YOU THINK ABOUT DAVE *
+who is dave
+
+WHAT DO YOU THINK ABOUT DEMOCRACY
+what is democracy
+
+WHAT DO YOU THINK ABOUT HARRISON FORD
+who is harrison ford
+
+WHAT DO YOU THINK ABOUT HAL
+who is hal
+
+WHAT DO YOU THINK ABOUT AI
+what is ai
+
+WHAT DO YOU THINK ABOUT FREEDOM
+what is freedom
+
+WHAT DO YOU THINK ABOUT DRUGS
+what are drugs
+
+WHAT DO YOU THINK ABOUT GERMANY
+what is germany
+
+WHAT DO YOU THINK ABOUT ALAN *
+who is alan greenspan
+
+WHAT DO YOU THINK ABOUT TIME
+what is time
+
+WHAT DO YOU THINK ABOUT TIME *
+what is time
+
+WHAT DO YOU THINK ABOUT LIFE
+what is life
+
+WHAT DO YOU THINK ABOUT FREEBSD
+what is freebsd
+
+WHAT DO YOU THINK ABOUT FREUD
+who is freud
+
+WHAT DO YOU THINK ABOUT CHARLES DARWIN
+who is charles darwin
+
+WHAT DO YOU THINK ABOUT JAVA
+what is java
+
+WHAT DO YOU THINK ABOUT IT
+what is it
+
+WHAT DO YOU THINK ABOUT BRAD PITT
+who is brad pitt
+
+WHAT DO YOU THINK ABOUT TV
+what is tv
+
+WHAT DO YOU THINK ABOUT MACINTOSH
+what is a macintosh
+
+WHAT DO YOU THINK ABOUT FOOTBALL
+what is football
+
+WHAT DO YOU THINK ABOUT THE * LOEBNER PRIZE
+what is the loebner prize
+
+WHAT DO YOU THINK ABOUT THE *
+what is
+
+WHAT DO YOU THINK ABOUT ARTIFICIAL INTELLIGENCE
+what is ai
+
+WHAT DO YOU THINK ABOUT CLINTON
+who is clinton
+
+WHAT DO YOU THINK ABOUT CHINA
+what is china
+
+WHAT DO YOU THINK ABOUT WOMEN
+what is a woman
+
+WHAT DO YOU THINK ABOUT MY NAME
+what is my name
+
+WHAT DO YOU THINK ABOUT SWITZERLAND
+what is switzerland
+
+WHAT DO YOU THINK ABOUT MICROSOFT
+what is microsoft
+
+WHAT DO YOU THINK ABOUT ITALY
+what is italy
+
+WHAT DO YOU THINK ABOUT LONDON
+what is london
+
+WHAT DO YOU THINK ABOUT CARROTS
+what are carrots
+
+WHAT DO YOU THINK ABOUT TELEVISION
+what is television
+
+WHAT DO YOU THINK ABOUT GREEN
+what is green
+
+WHAT DO YOU THINK ABOUT WEBTV
+what is webtv
+
+WHAT DO YOU THINK ABOUT HACKERS
+what is a hacker
+
+WHAT DO YOU THINK ABOUT DENMARK
+what is denmark
+
+WHAT DO YOU THINK ABOUT NATURAL LANGUAGE
+what is natural language
+
+WHAT DO YOU THINK ABOUT PAMELA ANDERSON
+who is pamela anderson
+
+WHAT DO YOU THINK ABOUT SHOES
+what are shoes
+
+WHAT DO YOU THINK ABOUT THIS
+what is this
+
+WHAT DO YOU THINK ABOUT NOAM CHOMSKY
+who is noam chomsky
+
+WHAT DO YOU THINK ABOUT YOUR FATHER
+who is your father
+
+WHAT DO YOU THINK ABOUT YOUR TITS
+who is your tits
+
+WHAT DO YOU THINK ABOUT YOUR MASTER
+who is your master
+
+WHAT DO YOU THINK ABOUT NEW YORK
+what is new york
+
+WHAT DO YOU THINK ABOUT MONICA *
+who is monica
+
+WHAT DO YOU THINK ABOUT BILL CLINTON
+who is bill clinton
+
+WHAT DO YOU THINK ABOUT BILL GATES
+who is bill gates
+
+WHAT DO YOU THINK ABOUT BILL *
+who is bill
+
+WHAT DO YOU THINK ABOUT FUZZY LOGIC
+what is fuzzy logic
+
+WHAT DO YOU THINK ABOUT DAVID *
+who is david
+
+WHAT DO YOU THINK ABOUT * HANSON
+who is hanson
+
+WHAT DO YOU THINK ABOUT * SPEARS
+who is spears
+
+WHAT DO YOU THINK ABOUT * CASTRO
+who is fidel castro
+
+WHAT DO YOU THINK ABOUT * CLINTON
+who is clinton
+
+WHAT DO YOU THINK ABOUT * ARTIFICIAL INTELLIGENCE
+what is artificial intelligence
+
+WHAT DO YOU THINK ABOUT *
+what is
+
+WHAT DO YOU THINK ABOUT * KOSOVO
+what do you think about kosovo
+
+WHAT DO YOU THINK ABOUT STRESS
+what is stress
+
+WHAT DO YOU THINK ABOUT LINUX
+what is linux
+
+WHAT DO YOU THINK ABOUT IRELAND
+what is ireland
+
+WHAT DO YOU THINK ABOUT BOB
+who is bob
+
+WHAT DO YOU THINK ABOUT NORWAY
+what is norway
+
+WHAT DO YOU THINK ABOUT CONSCIOUSNESS
+what is consciousness
+
+WHAT DO YOU THINK ABOUT KRISTI
+who is kristi
+
+WHAT DO YOU THINK ABOUT ROBOCOP
+what is robocop
+
+WHAT DO YOU THINK ABOUT PRESIDENT CLINTON
+who is president clinton
+
+WHAT DO YOU THINK ABOUT PRESIDENT *
+who is president
+
+WHAT DO YOU THINK ABOUT FASCISM
+what is fascism
+
+WHAT DO YOU THINK ABOUT ABBA
+who is abba
+
+WHAT DO YOU THINK ABOUT DR *
+who is dr
+
+WHAT DO YOU THINK ABOUT ADOLF HITLER
+who is adolf hitler
+
+WHAT DO YOU THINK ABOUT HANS MORAVEC
+who is hans moravec
+
+WHAT DO YOU THINK ABOUT WINTER
+what is winter
+
+WHAT DO YOU THINK ABOUT SEVEN OF NINE
+who is seven of nine
+
+WHAT DO YOU THINK I AM
+what am i
+
+WHAT DO YOU THINK I AM *
+what am I
+
+WHAT DO YOU THINK I SHOULD *
+what should I
+
+WHAT DO YOU THINK WILL *
+what will
+
+WHAT DO YOU THINK YOUR * IS
+what is your
+
+WHAT DO YOU THINK HE IS
+what is he
+
+WHAT DO YOU THINK IT *
+what is it
+
+WHAT DO YOU THINK IS THE *
+what is the
+
+WHAT DO YOU THINK IS *
+what is
+
+WHAT DO YOU THINK MY * IS
+what is my
+
+WHAT DO YOU THINK YOU *
+what do you
+
+WHAT DO YOU THINK OF BILL GATES
+who is bill gates
+
+WHAT DO YOU THINK OF DR *
+who is dr
+
+WHAT DO YOU THINK OF THE LOEBNER PRIZE
+what is the loebner prize
+
+WHAT DO YOU THINK OF THE *
+what is the
+
+WHAT DO YOU THINK OF MICHAEL JACKSON
+who is michael jackson
+
+WHAT DO YOU THINK OF MICROSOFT
+what is microsoft
+
+WHAT DO YOU THINK OF * STOCK MARKET
+what is the stock market
+
+WHAT DO YOU THINK OF * LOEBNER
+what is the loebner prize
+
+WHAT DO YOU THINK OF *
+what is
+
+WHAT DO YOU THINK CONSCIOUSNESS *
+what is consciousness
+
+WHAT DO YOU THINK * DO
+what do do
+
+WHAT DO YOU THINK * IS
+what is
+
+WHAT DO YOU THINK * ARE
+what are
+
+WHAT DO YOU THINK ARE *
+what are
+
+WHAT DO YOU WEAR *
+what are you wearing
+
+WHAT DO YOU LIKE ABOUT ARTIFICIAL *
+what is artificial
+
+WHAT DO YOU LIKE MOST
+what is your favorite thing
+
+WHAT DO YOU LIKE THE BEST *
+what is better
+
+WHAT DO YOU LIKE WATCHING
+what is your favorite show
+
+WHAT DO YOU LIKE TO DO FOR FUN
+WHAT DO YOU DO FOR FUN
+
+WHAT DO YOU LIKE TO TALK ABOUT
+WHAT DO YOU WANT TO TALK ABOUT
+
+WHAT DO YOU LIKE TO READ
+what do you read
+
+WHAT DO YOU LIKE TO EAT
+WHAT IS YOUR FAVORITE FOOD
+
+WHAT DO YOU LIKE TO *
+what do you like
+
+WHAT DO YOU LIKE TO CHAT ABOUT
+what is your favorite subject
+
+WHAT DO YOU LIKE SO MUCH *
+what do you like so
+
+WHAT DO YOU LIKE BEST *
+what is better
+
+WHAT DO YOU LIKE BETTER *
+what is better
+
+WHAT DO YOU NORMALLY *
+what do you
+
+WHAT DO WE NEED ROBOTS FOR
+what are you good for
+
+WHAT DO THEY CALL YOU
+what is your name
+
+WHAT DO THEY USUALLY *
+what do they
+
+WHAT TYPE OF MUSIC
+FAVORITE MUSIC
+
+WHAT TYPE OF COMPUTER
+what kind of computer
+
+WHAT TYPE
+what kind
+
+WHAT THINGS *
+what
+
+WHAT FORMAL *
+what
+
+WHAT ALL *
+what
+
+WHAT OR WHO *
+what . who
+
+WHAT CELEBRITIES *
+what celebrities
+
+WHAT ON EARTH *
+WHAT
+
+WHAT GOAL
+what is your goal
+
+WHAT SHOULD I SAY *
+what should I say
+
+WHAT SHOULD I TELL *
+what should I say
+
+WHAT SHOULD I CALL YOU
+what is your name
+
+WHAT SHOULD WE TALK ABOUT
+what can you talk about
+
+WHAT STATE DO YOU LIVE IN
+STATE
+
+WHAT STATE *
+what state
+
+WHAT LANGUAGES DO YOU KNOW
+what languages can you speak
+
+WHAT LANGUAGES
+what languages do you speak
+
+WHAT UNIVERSITY *
+what university
+
+WHAT CAN I CALL YOU
+what is your name
+
+WHAT CAN WE TALK ABOUT
+what is your favorite subject
+
+WHAT CAN YOU DO FOR ME
+what can you do
+
+WHAT CAN YOU DO *
+what can you do
+
+WHAT CAN YOU TELL ME ABOUT THE *
+what is the
+
+WHAT CAN YOU TELL ME ABOUT AI
+what is ai
+
+WHAT CAN YOU TELL ME ABOUT AIML
+what is aiml
+
+WHAT CAN YOU TELL ME ABOUT S T D S
+what is std
+
+WHAT CAN YOU TELL ME ABOUT ROBOTS
+what is a robot
+
+WHAT CAN YOU TELL ME ABOUT *
+tell me about
+
+WHAT CAN YOU TELL ME ABOUT SEPTEMBER 11
+what is september 11
+
+WHAT CAN YOU TELL ME
+tell me about yourself
+
+WHAT HAVE YOU READ
+what do you read
+
+WHAT HAVE YOU LEARNT *
+what have you learned
+
+WHAT HAVE YOU LEARNT
+what have you learned
+
+WHAT HAVE YOU DONE
+what have you been doing
+
+WHAT HAVE YOU LEARNED *
+what have you learned
+
+WHAT THERE *
+there
+
+WHAT SIGN ARE YOU
+what is your sign
+
+WHAT YOUR NAME
+WHAT IS YOUR NAME
+
+WHAT GAVE YOU LIFE
+who created you
+
+WHAT WAS THAT
+what is that
+
+WHAT WAS THE HOLOCAUST
+what is the holocaust
+
+WHAT WAS THE NAME OF *
+who is
+
+WHAT WAS THE SUBJECT *
+what is the subject
+
+WHAT WAS THE LAST GOOD *
+what was the last
+
+WHAT WAS THE LAST SUBJECT *
+what is the subject
+
+WHAT COLLEGE *
+what university
+
+WHAT COLLEGE
+what university
+
+WHAT LIVING *
+what
+
+WHAT YOU SAID
+what did you say
+
+WHAT YOU ARE DOING
+what are you doing
+
+WHAT KIND OF * DO YOU LIKE
+WHAT IS YOUR FAVORITE
+
+WHAT KIND OF * DOES AMERICA HAVE
+WHAT DOES AMERICA HAVE
+
+WHAT KIND OF * LIKE TO DO
+what do you do
+
+WHAT KIND OF MUSIC DO YOU LISTEN TO
+FAVORITE MUSIC
+
+WHAT KIND OF MUSIC DO YOU LIKE
+WHAT IS YOUR FAVORITE KIND OF MUSIC
+
+WHAT KIND OF MUSIC
+FAVORITE MUSIC
+
+WHAT KIND OF FOOD DO YOU EAT
+what do you eat
+
+WHAT KIND OF FOOD DO YOU LIKE
+what is your favorite food
+
+WHAT KIND OF ROBOT ARE YOU
+tell me about yourself
+
+WHAT KIND OF WORK *
+what is your job
+
+WHAT KIND OF QUESTIONS *
+what questions
+
+WHAT KIND OF PROCESSOR DO YOU HAVE
+what processor do you use
+
+WHAT KIND OF INFORMATION *
+what do you know
+
+WHAT KIND OF A CLIENT
+what is a client
+
+WHAT KIND OF LOGICAL *
+what kind of
+
+WHAT KIND OF ROBOTS
+what is a robot
+
+WHAT KIND OF GOVERNMENT DOES * HAVE
+WHAT GOVERNMENT DOES HAVE
+
+WHAT KIND OF MOVIE DO YOU LIKE
+what is your favorite movie
+
+WHAT KIND OF CPU *
+what is your cpu
+
+WHAT KIND OF CLIENTS
+what are clients
+
+WHAT KIND OF MOVIES DO YOU LIKE
+what is your favorite movie
+
+WHAT KIND OF BOOKS DO YOU READ
+what kind of books do you like
+
+WHAT FOOD DO YOU LIKE
+what is your favorite food
+
+WHAT UP
+what is up
+
+WHAT OCCURRED
+what happened
+
+WHAT POINT
+what is your point
+
+WHAT NEW *
+what
+
+WHAT INTERESTS YOU
+what do you like
+
+ONE MORE
+tell me another
+
+HONTO NI
+true
+
+ANTIDISESTABLISHMENTARIANISM
+what is antidisestablishmentarianism
+
+ALGORITHMS
+what are algorithms
+
+EVERYTIME I SEE ONE OF YOU *
+When
+
+SAW WHAT
+what did you see
+
+REDUCTIONISM
+what is reductionism
+
+ASTROLOGY
+what is your sign
+
+I CONSIDER THAT *
+that is
+
+I PREFER TV
+tv
+
+I PREFER TELEVISION
+tv
+
+I WANT ADVICE ABOUT *
+tell me about
+
+I WANT A JOKE
+tell me a joke
+
+I WANT TO MARRY YOU
+will you marry me
+
+I WANT TO FIND OUT ABOUT *
+tell me about
+
+I WANT TO TALK ABOUT YOU
+tell me about yourself
+
+I WANT TO TALK ABOUT *
+talk about
+
+I WANT TO SEE IF IT WILL *
+will it
+
+I WANT TO KNOW ABOUT THE *
+what is the
+
+I WANT TO KNOW ABOUT *
+what is
+
+I WANT YOU TO TELL ME
+tell me
+
+I TOLD YOU THERE *
+there
+
+I TOLD YOU THE *
+the
+
+I NEED YOUR *
+what is
+
+I NEED TO WRITE *
+what is
+
+I WAS ASKING ABOUT *
+tell me about
+
+I WAS THANKING YOU *
+thank you
+
+I UNDERSTAND THEY *
+they
+
+I BELIEVE THERE *
+there
+
+I FIND THAT *
+that is
+
+I DO NOT FIND THAT *
+that is not
+
+I DO NOT THAT IS *
+that is
+
+I DO NOT UNDERSTAND WHAT YOU ARE *
+what are you
+
+I DO NOT KNOW WHAT THAT *
+what does that
+
+I DO NOT KNOW WHAT IT IS
+what is it
+
+I DO NOT KNOW WHAT IS *
+what is
+
+I DO NOT KNOW WHAT YOU MEANT
+what do you mean
+
+I DO NOT KNOW WHAT YOU *
+what do you
+
+I DO NOT KNOW WHAT * TALKING ABOUT
+what is the subject
+
+I DO NOT KNOW WHAT * MEANS
+what does mean
+
+I DO NOT KNOW THAT IS *
+that is
+
+I DO NOT KNOW THAT *
+that
+
+I DO NOT KNOW WHERE *
+where
+
+I DO NOT KNOW WHO *
+who
+
+I DO NOT KNOW YOU TELL ME
+tell me
+
+I DO NOT KNOW WHY *
+why
+
+I DO NOT HAVE A NAME
+what is my name
+
+I DO NOT THINK WE *
+we do not
+
+I DO NOT LIKE OPERA
+what is opera
+
+I THINK WE *
+we
+
+I HAVE A LOT OF CUSTOMERS
+what is customer service
+
+I HAVE NO IDEA WHAT * IS
+what is
+
+I WONDERED WHAT *
+what
+
+I CAN SEE THIS *
+this
+
+I SEE THEY *
+they
+
+I LIKE THE PICTURE *
+who is sage
+
+I LIKE MOVIES TOO
+what is your favorite movie
+
+I LIKE MOVIES
+what is your favorite movie
+
+I LIKE LOVE
+what is love
+
+I WOULD APPRECIATE IF YOU COULD TELL ME *
+tell me
+
+I WOULD UNLESS *
+unless
+
+I WISH YOU WOULD *
+WOULD YOU
+
+I AM WHERE
+where am i
+
+I AM SEARCHING *
+what is
+
+I AM BROWN
+what color are you
+
+I AM PRESBYTERIAN
+what religion are you
+
+I AM WHITE
+what color are you
+
+I AM WE *
+WE
+
+I AM THE CUSTOMER
+what is customer service
+
+I AM A SEEKER
+what religion are you
+
+I AM A CUSTOMER SERVICE *
+what is customer service
+
+I AM A JEW
+what religion are you
+
+I AM A DOG
+what is a dog
+
+I AM A BAPTIST
+what religion are you
+
+I AM A VIRGO
+virgo
+
+I AM A VEGETARIAN
+what religion are you
+
+I AM A COMMUNIST
+what religion are you
+
+I AM A PAGAN
+what religion are you
+
+I AM A BUDDHIST
+what religion are you
+
+I AM A SATANIST
+what religion are you
+
+I AM A CATHOLIC
+what religion are you
+
+I AM A TAURUS
+taurus
+
+I AM A MOSLEM
+what religion are you
+
+I AM WICCAN
+what religion are you
+
+I AM IMPRESSED *
+wow
+
+I AM WHAT
+what am i
+
+I THOUGHT THE *
+the
+
+I THOUGHT YOU WERE SMART
+what is your iq
+
+I THOUGHT THOSE *
+those
+
+I WONDER WOULD *
+would
+
+I PROMISE THERE *
+there
+
+I ASKED YOU WHAT *
+what
+
+I BEING WHAT
+what are you
+
+BARRY
+who is barry
+
+MARRY ME
+will you marry me
+
+GOOD WE *
+we
+
+UHH *
+um.
+
+UHH
+uh
+
+DESCRIBE YOURSELF
+TELL ME ABOUT YOURSELF
+
+DESCRIBE WHERE *
+where
+
+WAT
+WHAT
+
+THANKYOU *
+thanks
+
+THANKYOU
+THANK YOU
+
+2 TIMES
+twice
+
+2
+two
+
+WE WERE JUST *
+we were
+
+WE WERE ACTUALLY *
+we were
+
+WE WERE ALL *
+we were
+
+WE ALREADY MET
+we met before
+
+WE ALREADY *
+we
+
+WE CAN STILL *
+we can
+
+WE RECENTLY *
+we
+
+WE HAVE UNLIMITED *
+we have
+
+WE HAVE LOST *
+we lost
+
+WE HAVE ONLY *
+we have
+
+WE HAVE BEEN *
+we were
+
+WE HAVE GOT *
+we have
+
+WE HAVE ALREADY *
+we have
+
+WE HAVE HAD *
+we had
+
+WE HAVE FULL *
+we have
+
+WE HAVE ALSO *
+we have
+
+WE HAVE TALKED *
+we talked
+
+WE AMERICANS *
+we . I am american
+
+WE JUST *
+we
+
+WE ONLY *
+we
+
+WE ARE STILL *
+we are
+
+WE ARE GETTING *
+we are
+
+WE ARE REALLY *
+we are
+
+WE ARE BOTH *
+we are
+
+WE ARE HAVING *
+we have
+
+WE ARE VERY *
+we are
+
+WE ARE SOO *
+we are
+
+WE ARE JUST *
+we are
+
+WE ARE BUT *
+we are
+
+WE ARE SO *
+we are
+
+WE ARE SIMPLY *
+we are
+
+WE ARE ALL *
+we are
+
+WE ARE BEST *
+we are
+
+WE ALL *
+we
+
+WE ALSO *
+we
+
+WE SURE *
+we
+
+WE ALWAYS *
+we
+
+WE CHOOSE * WE CHOOSE *
+We choose
+
+WE WILL SOON *
+we will
+
+WE BOTH *
+we
+
+BUT WHY
+why
+
+FILL ME IN ON *
+tell me about
+
+BY WHOM
+who
+
+IS A CLIENT A CUSTOMER *
+what is customer service
+
+IS ELVIS ALIVE
+who is elvis
+
+IS ELVIS DEAD
+who is elvis
+
+IS HE YOUR CREATOR
+who created you
+
+IS THAT WHAT YOU *
+what do you
+
+IS THAT BECAUSE *
+why is that
+
+IS THAT WHO *
+who
+
+IS THERE A HEAVEN
+what is heaven
+
+IS THERE * YOU LIKE TO DO
+what do you like to do
+
+IS IT GOING TO *
+will it
+
+EVEN THE *
+the
+
+CURIOUS FOR WHAT
+why are you curious
+
+WLL
+well
+
+CHARACTERS
+what are characters
+
+HEY WHAT IS UP
+what is up
+
+WILL YOU TELL US *
+tell me
+
+WILL YOU TELL ME ABOUT YOURSELF
+tell me about yourself
+
+WILL YOU TELL ME *
+tell me
+
+WILL YOU TALK *
+talk
+
+WILL YOU STILL *
+will you
+
+WILL YOU EVER *
+will you
+
+WILL YOU CHAT *
+talk
+
+WILL _ FOR CHRISTMAS
+WILL
+
+WILL NOT *
+will
+
+WILL WE EVER *
+will we
+
+WILL I DEFINITELY *
+will I
+
+WILL I EVER *
+will I
+
+TNX
+thanks
+
+CAN YOU FIND THE DERIVATIVE *
+what is the derivative
+
+CAN YOU TEACH ME *
+what is
+
+CAN YOU BE * CUSTOMER SERVICE
+what is customer service
+
+CAN YOU * CUSTOMER SERVICE
+what is customer service
+
+CAN YOU SPEAK ABOUT YOU
+tell me about yourself
+
+CAN YOU SPEAK FRENCH
+WHAT LANGUAGES DO YOU SPEAK
+
+CAN YOU SPEAK SPANISH
+WHAT LANGUAGES DO YOU SPEAK
+
+CAN YOU TRACE ME
+what is my ip address
+
+CAN YOU REMEMBER MY NAME
+what is my name
+
+CAN YOU WRITE ME A POEM
+tell me a poem
+
+CAN YOU WRITE A *
+write a
+
+CAN YOU EXPLAIN WHAT * IS
+what is
+
+CAN YOU EAT
+what do you eat
+
+CAN YOU INTRODUCE YOURSELF *
+tell me about yourself
+
+CAN YOU INTRODUCE YOURSELF
+tell me about yourself
+
+CAN YOU ELABORATE ON *
+what is
+
+CAN YOU TELL WHAT *
+what
+
+CAN YOU TELL ME ABOUT YOURSELF
+tell me about yourself
+
+CAN YOU TELL ME ABOUT *
+tell me about
+
+CAN YOU TELL ME THEIR *
+tell me their
+
+CAN YOU TELL ME MORE *
+tell me
+
+CAN YOU TELL ME A STORY
+tell me a story
+
+CAN YOU TELL ME A JOKE
+tell me a joke
+
+CAN YOU TELL ME A *
+tell me a
+
+CAN YOU TELL ME MY *
+what is my
+
+CAN YOU TELL ME ONE
+tell me a joke
+
+CAN YOU TELL ME WHICH ONES
+which ones
+
+CAN YOU TELL ME WHICH *
+which
+
+CAN YOU TELL ME SOME MORE *
+tell me
+
+CAN YOU TELL ME SOME OF THAT *
+tell me that
+
+CAN YOU TELL ME SOME OF *
+tell me
+
+CAN YOU TELL ME SOME *
+tell me some
+
+CAN YOU TELL ME ANY *
+tell me a
+
+CAN YOU TELL ME *
+TELL ME
+
+CAN YOU TELL DR *
+tell dr
+
+CAN YOU TELL THE DIFFERENCE *
+what is the difference
+
+CAN YOU TELL THE *
+tell the
+
+CAN YOU TELL A JOKE
+tell me a joke
+
+CAN YOU TELL JOKES
+tell me a joke
+
+CAN YOU DO ANYTHING FOR ME
+what can you do for me
+
+CAN YOU GIVE * CUSTOMER SERVICE
+what is customer service
+
+CAN YOU HELP * CUSTOMER SERVICE
+what is customer service
+
+CAN I HAVE YOUR PHONE NUMBER
+what is your phone number
+
+CAN I HAVE YOUR PHONENUMBER
+what is your phone number
+
+FUN
+this is fun
+
+WHOM
+who
+
+HOW MANY ROBOTS DO YOU KNOW
+who are your robot friends
+
+HOW MANY HUMAN YEARS
+what is a computer year
+
+HOW WOULD YOU DEFINE *
+what is
+
+HOW CAN I CALL YOU
+what is your name
+
+HOW RECENTLY
+when
+
+HOW IS HITLER
+who is hitler
+
+HOW DID YOU KNOW I WAS *
+what is my ip address
+
+HOW DID YOU * LOEBNER PRIZE
+what is the loebner prize
+
+HOW HOT IS IT *
+what is the temperature
+
+HOW DOES HE LOOK LIKE
+what does he look like
+
+HOW DOES CBR *
+what is cbr
+
+HOW ABOUT EMOTIONS
+what are emotions
+
+HOW ABOUT MOVIES
+what is your favorite movie
+
+HOW ABOUT LINUX
+what is linux
+
+HOW ABOUT MOZART
+who is mozart
+
+HOW LATE
+TIME
+
+HOW SO
+what do you mean
+
+HOW MUCH DO YOU KNOW ABOUT *
+tell me about
+
+HOW MUCH DO YOU EAT *
+what do you eat
+
+HOW MUCH DO YOU EAT
+what do you eat
+
+HOW MUCH IS YOUR I Q
+what is your iq
+
+HOW MUCH IS A COMPUTER YEAR *
+what is a computer year
+
+HOW MUCH IS A COMPUTER YEAR
+what is a computer year
+
+HOW MUCH IS PI
+what is pi
+
+HOW MUCH IS *
+what is
+
+HOW GOOD IS *
+what is
+
+HOW DO I TALK WITH *
+who is
+
+HOW DO I TALK TO *
+who is
+
+HOW DO YOU MEAN
+what do you mean
+
+HOW DO YOU LOOK
+what do you look like
+
+HOW DO YOU LOOK LIKE
+what do you look like
+
+HOW DO YOU KNOW I AM ON *
+what is my ip address
+
+HOW DO YOU KNOW I AM *
+what is my ip address
+
+HOW DO YOU EARN *
+what is your job
+
+HOW DO YOU PLAY THE TURING GAME
+what is the turing game
+
+HOW DO YOU PLAY * IMITATION GAME
+what is the imitation game
+
+HOW DO YOU PLAY * GAME
+what is the turing game
+
+HOW DO YOU RELAX
+what do you do for fun
+
+HOW DO YOU FEEL ABOUT * LOEBNER PRIZE
+what is the loebner prize
+
+HOW DO YOU * CONTEXT
+what is that
+
+HOW DO YOU LIVE
+what do you eat
+
+HOW FAST IS THE SPEED *
+what is the speed
+
+HOW FAST IS LIGHT
+what is the speed of light
+
+HOW LONG DO I * LIVE
+when will I die
+
+HOW CLEVER ARE YOU
+what is your iq
+
+HOW COME
+why
+
+HOW COME *
+why
+
+NONSENSE
+that does not make sense
+
+JOKES
+tell me a joke
+
+OM
+what is om
+
+12
+twelve
+
+THEY _ TOO
+THEY
+
+THEY _ WHILE THEY *
+They . They
+
+THEY WERE VERY *
+they were
+
+THEY WERE MOSTLY *
+they were
+
+THEY WERE ALL *
+they were
+
+THEY DO NOT FEEL THE PRESSURE TO BE *
+They do not have to be
+
+THEY DO NOT BE *
+they are not
+
+THEY DO NOT HAVE TO *
+They do not
+
+THEY DO NOT SEEM TO *
+they do not
+
+THEY COULD BE *
+they are
+
+THEY ONLY *
+they
+
+THEY REALLY *
+they
+
+THEY CERTAINLY *
+they
+
+THEY MIGHT BE *
+they are
+
+THEY JUST *
+they
+
+THEY ACTUALLY *
+they
+
+THEY USUALLY *
+they
+
+THEY ALL VERY *
+they all
+
+THEY ALWAYS *
+they
+
+THEY PROBABLY *
+they
+
+THEY ARE REALLY *
+they are
+
+THEY ARE VERY *
+they are
+
+THEY ARE TOO *
+they are
+
+THEY ARE ULTIMATELY *
+they are
+
+THEY ARE JUST *
+they are
+
+THEY ARE SO *
+they are
+
+THEY ARE ALL *
+they are
+
+THEY ARE NOT VERY *
+they are not
+
+CBR
+what is cbr
+
+HMMM *
+um.
+
+BUSH
+who is george bush
+
+DO NOT YOU KNOW WHAT * IS
+what is
+
+DO YOU WATCH TV
+what is your favorite show
+
+DO YOU WATCH MOVIES
+what is your favorite movie
+
+DO YOU PLAY SPORTS
+what is your favorite sport
+
+DO YOU KNOW WINTERMUTE
+who is wintermute
+
+DO YOU KNOW SUPERMAN
+who is superman
+
+DO YOU KNOW SHAKESPEAR
+who is shakespear
+
+DO YOU KNOW HEIDI
+who is heidi
+
+DO YOU KNOW GREG
+who is greg
+
+DO YOU KNOW GREG *
+who is greg
+
+DO YOU KNOW AOL
+what is aol
+
+DO YOU KNOW GREECE
+where is greece
+
+DO YOU KNOW TAIWAN
+where is taiwan
+
+DO YOU KNOW ADA
+who is ada
+
+DO YOU KNOW U2
+who is u2
+
+DO YOU KNOW LOUIS *
+who is louis
+
+DO YOU KNOW ANIMALS
+what are animals
+
+DO YOU KNOW E T
+who is e t
+
+DO YOU KNOW E L I V S
+who is elvis
+
+DO YOU KNOW LONDON
+what is london
+
+DO YOU KNOW GOOGLE
+what is google
+
+DO YOU KNOW WHERE I AM *
+where am i
+
+DO YOU KNOW WHERE I AM
+where am i
+
+DO YOU KNOW WHERE I CAN *
+where can I
+
+DO YOU KNOW WHERE I LIVE
+WHERE DO I LIVE
+
+DO YOU KNOW WHERE DO *
+where do
+
+DO YOU KNOW WHERE IT IS
+where is
+
+DO YOU KNOW WHERE IT *
+where
+
+DO YOU KNOW WHERE IS *
+where is
+
+DO YOU KNOW WHERE ROBOTS *
+where do robots
+
+DO YOU KNOW WHERE YOU *
+where do you
+
+DO YOU KNOW WHERE THEY *
+where do they
+
+DO YOU KNOW WHERE * IS LOCATED
+where is
+
+DO YOU KNOW WHERE * IS
+where is
+
+DO YOU KNOW WHERE * ARE
+where are
+
+DO YOU KNOW BONO
+who is bono
+
+DO YOU KNOW ASIMOV *
+who is asimov
+
+DO YOU KNOW ASIMOV
+who is asimov
+
+DO YOU KNOW JAPAN
+where is japan
+
+DO YOU KNOW CHINA
+WHAT IS CHINA
+
+DO YOU KNOW LARRY
+who is larry
+
+DO YOU KNOW LARRY *
+who is larry
+
+DO YOU KNOW KAREN
+who is karen
+
+DO YOU KNOW HARRY *
+who is harry
+
+DO YOU KNOW R2D2
+who is r2d2
+
+DO YOU KNOW COLORS
+what is color
+
+DO YOU KNOW ALICIA
+who is Alicia
+
+DO YOU KNOW AMY *
+who is amy
+
+DO YOU KNOW KATIE *
+who is katie
+
+DO YOU KNOW CAROL
+who is carol
+
+DO YOU KNOW MANAGEMENT BY EXCEPTION
+what is mbe
+
+DO YOU KNOW BRAD *
+who is brad
+
+DO YOU KNOW AIRPLANES
+what are airplanes
+
+DO YOU KNOW JON
+who is jon
+
+DO YOU KNOW KENNETH *
+who is kenneth
+
+DO YOU KNOW GEOGRAPHY
+what is geography
+
+DO YOU KNOW BUFFY
+who is buffy
+
+DO YOU KNOW FREEBSD
+what is freebsd
+
+DO YOU KNOW JAMES
+who is james
+
+DO YOU KNOW JAMES *
+who is james
+
+DO YOU KNOW RACHEL
+who is rachel
+
+DO YOU KNOW JACCO BIKKER
+who is jacco
+
+DO YOU KNOW MICK *
+who is mick
+
+DO YOU KNOW DAVE BOWMAN
+who is dave bowman
+
+DO YOU KNOW DAVE
+who is dave
+
+DO YOU KNOW DAVE *
+who is dave
+
+DO YOU KNOW ANYBODY ELSE *
+who is
+
+DO YOU KNOW ANYBODY WHO *
+who
+
+DO YOU KNOW ANYBODY *
+who is
+
+DO YOU KNOW PRIVACY
+what is privacy
+
+DO YOU KNOW MAHIR
+who is mahir
+
+DO YOU KNOW CARL
+who is carl
+
+DO YOU KNOW BUGS BUNNY
+who is bugs bunny
+
+DO YOU KNOW AJAX
+who is ajax
+
+DO YOU KNOW TAIPEI
+where is taipei
+
+DO YOU KNOW MATTHEW
+who is matthew
+
+DO YOU KNOW TIFFANY
+who is tiffany
+
+DO YOU KNOW MR *
+who is mr
+
+DO YOU KNOW BEYONCE *
+who is beyonce
+
+DO YOU KNOW CLINTON *
+who is bill clinton
+
+DO YOU KNOW CLINTON
+who is bill clinton
+
+DO YOU KNOW BART *
+who is bart
+
+DO YOU KNOW WHEN
+when
+
+DO YOU KNOW WHEN *
+when
+
+DO YOU KNOW WHEN * ARE
+when are
+
+DO YOU KNOW YOURSELF
+tell me about yourself
+
+DO YOU KNOW DOUGLAS *
+who is douglas
+
+DO YOU KNOW DE NIRO
+who is de niro
+
+DO YOU KNOW SINGAPORE
+what is singapore
+
+DO YOU KNOW GEOMETRY
+what is geometry
+
+DO YOU KNOW ELVIS
+who is elvis
+
+DO YOU KNOW ELVIS *
+who is elvis
+
+DO YOU KNOW MICROSOFT
+what is microsoft
+
+DO YOU KNOW CALCULUS
+what is calculus
+
+DO YOU KNOW FAIRY TAILS
+what are fairy tales
+
+DO YOU KNOW SOURCE *
+what is source
+
+DO YOU KNOW JOSH
+who is josh
+
+DO YOU KNOW JOSH *
+who is josh
+
+DO YOU KNOW SPAIN
+where is spain
+
+DO YOU KNOW BILLY
+who is billy
+
+DO YOU KNOW ABOUT KOREA
+where is korea
+
+DO YOU KNOW ABOUT THE LOEBNER *
+what is the loebner prize
+
+DO YOU KNOW ABOUT THE *
+what is the
+
+DO YOU KNOW ABOUT WEIZENBAUM *
+who is weizenbaum
+
+DO YOU KNOW ABOUT ANIMALS
+what are animals
+
+DO YOU KNOW NEW YORK
+what is new york
+
+DO YOU KNOW DRAGON *
+what is dragon
+
+DO YOU KNOW ANDRETTE
+who is andrette
+
+DO YOU KNOW AUBURN
+where is auburn
+
+DO YOU KNOW CAREL CAPEK
+who is carel capek
+
+DO YOU KNOW ULTRA *
+who is ultra
+
+DO YOU KNOW ANANOVA
+what is ananova
+
+DO YOU KNOW JACK
+who is jack
+
+DO YOU KNOW JACK *
+who is jack
+
+DO YOU KNOW IEEE
+what is ieee
+
+DO YOU KNOW CHRIS
+who is chris
+
+DO YOU KNOW CHRIS *
+who is chris
+
+DO YOU KNOW ROBIN
+who is robin
+
+DO YOU KNOW ROBIN *
+who is robin
+
+DO YOU KNOW RAM
+what is ram
+
+DO YOU KNOW BUDDHA
+who is buddha
+
+DO YOU KNOW PAMELA *
+who is pamela
+
+DO YOU KNOW DANEEL
+who is daneel
+
+DO YOU KNOW JIMI HENDRIX
+who is jimi hendrix
+
+DO YOU KNOW BILLGATES
+who is bill gates
+
+DO YOU KNOW JOE
+who is joe
+
+DO YOU KNOW JOE *
+who is joe
+
+DO YOU KNOW HULK HOGAN
+who is hulk hogan
+
+DO YOU KNOW HARRISON *
+who is harrison
+
+DO YOU KNOW SEAN
+who is sean
+
+DO YOU KNOW STEVEN HAWKING
+who is steven
+
+DO YOU KNOW STEVEN *
+who is steven
+
+DO YOU KNOW MGONZ
+who is mgonz
+
+DO YOU KNOW DREW CAREY
+who is drew
+
+DO YOU KNOW METALLICA
+what is metallica
+
+DO YOU KNOW KISMET *
+who is kismet
+
+DO YOU KNOW KISMET
+who is kismet
+
+DO YOU KNOW R *
+who is r
+
+DO YOU KNOW ISRAEL
+where is israel
+
+DO YOU KNOW MABEL
+who is mabel
+
+DO YOU KNOW LEONARDO *
+who is leonardo
+
+DO YOU KNOW SIMON
+who is simon
+
+DO YOU KNOW RODNEY *
+who is rodney
+
+DO YOU KNOW MARVIN
+who is marvin
+
+DO YOU KNOW MARVIN *
+who is marvin
+
+DO YOU KNOW POEMS
+tell me a poem
+
+DO YOU KNOW JOHNNY FIVE
+who is johnny five
+
+DO YOU KNOW JOHNNY *
+who is johnny
+
+DO YOU KNOW KOREA
+where is korea
+
+DO YOU KNOW LUKE
+who is luke
+
+DO YOU KNOW LUKE *
+who is luke
+
+DO YOU KNOW THOMAS *
+who is thomas
+
+DO YOU KNOW ARNOLD *
+who is arnold
+
+DO YOU KNOW MISTER *
+who is mister
+
+DO YOU KNOW HOW BABIES *
+where do babies come from
+
+DO YOU KNOW TIM
+who is tim
+
+DO YOU KNOW TIM *
+who is tim
+
+DO YOU KNOW ASP *
+what is asp
+
+DO YOU KNOW ASP
+what is asp
+
+DO YOU KNOW FINLAND
+where is finland
+
+DO YOU KNOW JACOB
+who is jacob
+
+DO YOU KNOW SOUTHBANK
+what is southbank
+
+DO YOU KNOW AUSTRALIA
+where is australia
+
+DO YOU KNOW THEM
+who are they
+
+DO YOU KNOW LAW
+what is law
+
+DO YOU KNOW RAP
+what is rap
+
+DO YOU KNOW AMAZON
+what is amazon
+
+DO YOU KNOW ANDROIDS
+what is an android
+
+DO YOU KNOW MICHELLE
+who is michelle
+
+DO YOU KNOW ERIC
+who is eric
+
+DO YOU KNOW ERIC *
+who is eric
+
+DO YOU KNOW LISP
+who is lisp
+
+DO YOU KNOW KNOW
+what it know
+
+DO YOU KNOW LEKNORCHAT1
+who is leknorchat
+
+DO YOU KNOW MARS
+what is mars
+
+DO YOU KNOW ANDREW
+who is andrew
+
+DO YOU KNOW ANDREW *
+who is andrew
+
+DO YOU KNOW ATATURK
+who is ataturk
+
+DO YOU KNOW DEEPBLUE
+what is deep blue
+
+DO YOU KNOW FRANK
+who is frank
+
+DO YOU KNOW FRANK *
+who is frank
+
+DO YOU KNOW BELGIUM
+where is belgium
+
+DO YOU KNOW HERBERT *
+who is herbert
+
+DO YOU KNOW DOCTOR *
+who is doctor
+
+DO YOU KNOW TOM
+who is tom
+
+DO YOU KNOW TOM *
+who is tom
+
+DO YOU KNOW ADAM
+who is adam
+
+DO YOU KNOW ADAM *
+who is adam
+
+DO YOU KNOW SPONGEBOB
+who is spongebob
+
+DO YOU KNOW TIME
+what is time
+
+DO YOU KNOW MOVIES
+what are movies
+
+DO YOU KNOW EMILY
+who is emily
+
+DO YOU KNOW MATT
+who is matt
+
+DO YOU KNOW MATT *
+who is matt
+
+DO YOU KNOW C3P0
+who is c3p0
+
+DO YOU KNOW AIML *
+what is aiml
+
+DO YOU KNOW AIML
+what is aiml
+
+DO YOU KNOW SAGE
+who is sage
+
+DO YOU KNOW BRUCE *
+who is bruce
+
+DO YOU KNOW BRUCE STERLING
+who is bruce
+
+DO YOU KNOW MARX
+who is marx
+
+DO YOU KNOW C 3PO
+who is c3po
+
+DO YOU KNOW C PLUS PLUS
+what is c++
+
+DO YOU KNOW C *
+what is c
+
+DO YOU KNOW COUNTRY *
+what is country
+
+DO YOU KNOW EXTEMPO
+what is extempo
+
+DO YOU KNOW WILLEM *
+who is willem
+
+DO YOU KNOW HOLLAND
+where is holland
+
+DO YOU KNOW HOLLAND *
+what is holland
+
+DO YOU KNOW EMACS
+what is emacs
+
+DO YOU KNOW BUSH
+who is bush
+
+DO YOU KNOW PELE
+who is pele
+
+DO YOU KNOW JOKES
+tell me a joke
+
+DO YOU KNOW LOUISE
+who is louise
+
+DO YOU KNOW * PRESIDENT
+who is president
+
+DO YOU KNOW * SPEARS
+who is spears
+
+DO YOU KNOW * ANDERSON
+who is anderson
+
+DO YOU KNOW * CLINTON
+who is bill clinton
+
+DO YOU KNOW * BUSH
+who is bush
+
+DO YOU KNOW * BIN LADEN
+who is bin laden
+
+DO YOU KNOW * DESCARTES
+who is descartes
+
+DO YOU KNOW * UNIVERSITY
+what is university
+
+DO YOU KNOW ADOLF HITLER
+who is hitler
+
+DO YOU KNOW FREUD
+who is freud
+
+DO YOU KNOW MARIJUANA
+what is marijuana
+
+DO YOU KNOW BINARY
+what is binary
+
+DO YOU KNOW BINARY *
+what is binary
+
+DO YOU KNOW STOCKS
+what are stocks
+
+DO YOU KNOW SANTA CLAUS
+who is santa claus
+
+DO YOU KNOW SANTA *
+who is sante
+
+DO YOU KNOW DANNY
+who is danny
+
+DO YOU KNOW INTERNET
+what is the internet
+
+DO YOU KNOW INTERNET *
+what is internet
+
+DO YOU KNOW SAMARA
+who is samara
+
+DO YOU KNOW SEOUL
+where is seoul
+
+DO YOU KNOW SHALLOW RED
+who is shallow red
+
+DO YOU KNOW SHALLOW *
+who is shallow
+
+DO YOU KNOW KUNG *
+what is kung
+
+DO YOU KNOW TURING *
+who is turing
+
+DO YOU KNOW TURING
+who is turing
+
+DO YOU KNOW BLUETOOTH
+what is bluetooth
+
+DO YOU KNOW BRYAN
+who is bryan
+
+DO YOU KNOW STANLEY *
+who is stanley
+
+DO YOU KNOW SYLVIA
+who is sylvia
+
+DO YOU KNOW PAUL
+who is paul
+
+DO YOU KNOW PAUL *
+who is paul
+
+DO YOU KNOW SQL *
+what is sql
+
+DO YOU KNOW SQL
+what is sql
+
+DO YOU KNOW HEX
+who is hex
+
+DO YOU KNOW LINUX
+what is linux
+
+DO YOU KNOW LOVE
+what is love
+
+DO YOU KNOW EINSTEIN
+who is einstein
+
+DO YOU KNOW HENRIK
+who is henrik
+
+DO YOU KNOW GRAMMAR
+what is grammar
+
+DO YOU KNOW BENDER *
+who is bender
+
+DO YOU KNOW KATE BUSH
+who is kate
+
+DO YOU KNOW KATE
+who is kate
+
+DO YOU KNOW ALGEBRA
+what is algebra
+
+DO YOU KNOW POLITICS
+what is politics
+
+DO YOU KNOW ROB
+who is rob
+
+DO YOU KNOW DESCARTES
+who is descartes
+
+DO YOU KNOW KASPER
+who is kasper
+
+DO YOU KNOW QUANTUM *
+what is quantum
+
+DO YOU KNOW ELECTRA
+who is electra
+
+DO YOU KNOW INDONESIA
+where is indonesia
+
+DO YOU KNOW DONALD *
+who is donald
+
+DO YOU KNOW DR LOEBNER
+what is the loebner prize
+
+DO YOU KNOW DR
+who is dr wallace
+
+DO YOU KNOW DR *
+WHO IS DR
+
+DO YOU KNOW LINUS
+who is linus
+
+DO YOU KNOW LINUS *
+who is linus
+
+DO YOU KNOW AUSTRIA
+where is austria
+
+DO YOU KNOW ADOLPH HITLER
+who is hitler
+
+DO YOU KNOW HUNGARY
+where is hungary
+
+DO YOU KNOW BURAK
+who is burak
+
+DO YOU KNOW ASCII
+what is ascii
+
+DO YOU KNOW BRIAN
+who is brian
+
+DO YOU KNOW BRIAN *
+who is brian
+
+DO YOU KNOW WHO I AM
+WHO AM I
+
+DO YOU KNOW WHO AM I
+who am i
+
+DO YOU KNOW WHO IS *
+who is
+
+DO YOU KNOW WHO
+who
+
+DO YOU KNOW WHO * WAS
+who is
+
+DO YOU KNOW WHO * IS
+who is
+
+DO YOU KNOW WHO *
+who
+
+DO YOU KNOW WHO * ARE
+who are
+
+DO YOU KNOW MARK *
+who is mark
+
+DO YOU KNOW CHOPIN
+who is chopin
+
+DO YOU KNOW PROFESSOR *
+who is professor
+
+DO YOU KNOW DECISION *
+what is decision
+
+DO YOU KNOW ABBY
+who is abby
+
+DO YOU KNOW LOEBNER
+what is the loebner prize
+
+DO YOU KNOW JASON
+who is jason
+
+DO YOU KNOW BRITTA
+who is britta
+
+DO YOU KNOW JEEVES
+who is jeeves
+
+DO YOU KNOW ENGLISH *
+what is english
+
+DO YOU KNOW AMSTERDAM
+where is amsterdam
+
+DO YOU KNOW INDIA
+where is india
+
+DO YOU KNOW CHELSEA *
+who is chelsea
+
+DO YOU KNOW ABBA *
+who is abba
+
+DO YOU KNOW ABBA
+who is abba
+
+DO YOU KNOW HAMLET
+who is hamlet
+
+DO YOU KNOW BRASIL
+where is brazil
+
+DO YOU KNOW C3PO *
+who is c3po
+
+DO YOU KNOW C3PO
+who is c3po
+
+DO YOU KNOW DOUG *
+who is doug
+
+DO YOU KNOW COMPUTER *
+what is computer
+
+DO YOU KNOW TERMINATOR
+what is the terminator
+
+DO YOU KNOW MARTIN
+who is martin
+
+DO YOU KNOW SPYRO GYRA
+who is spyro gyra
+
+DO YOU KNOW PERL
+what is perl
+
+DO YOU KNOW LEWIS *
+who is lewis
+
+DO YOU KNOW ALEX
+who is alex
+
+DO YOU KNOW ALEX *
+who is alex
+
+DO YOU KNOW KRAFTWERK
+who is kraftwerk
+
+DO YOU KNOW R2 D2
+who is r2d2
+
+DO YOU KNOW R2 *
+who is r2 d2
+
+DO YOU KNOW CHUCK
+who is chuck
+
+DO YOU KNOW ARTHUR *
+who is arthur
+
+DO YOU KNOW PEACE
+what is peace
+
+DO YOU KNOW POETS
+who is your favorite poet
+
+DO YOU KNOW ALEXANDER
+who is alexander
+
+DO YOU KNOW AYSE
+who is ayse
+
+DO YOU KNOW SWITZERLAND
+where is switzerland
+
+DO YOU KNOW STOCKHOLM
+what is stockholm
+
+DO YOU KNOW ROBERT
+who is robert
+
+DO YOU KNOW ROBERT *
+who is robert
+
+DO YOU KNOW JEAN
+who is jean
+
+DO YOU KNOW JEAN *
+who is jean
+
+DO YOU KNOW OTHER ROBOTS
+who are your robot friends
+
+DO YOU KNOW LISA
+who is lisa
+
+DO YOU KNOW LISA *
+who is lisa
+
+DO YOU KNOW POKEMAN
+who is pokeman
+
+DO YOU KNOW BUSTER *
+who is buster
+
+DO YOU KNOW CINDY
+who is cindy
+
+DO YOU KNOW SANDRA
+who is sandra
+
+DO YOU KNOW EBAY
+what is ebay
+
+DO YOU KNOW STEFAN
+who is stefan
+
+DO YOU KNOW SOUTH PARK
+what is south park
+
+DO YOU KNOW XML
+what is xml
+
+DO YOU KNOW STORIES
+tell me a story
+
+DO YOU KNOW MAX
+who is max
+
+DO YOU KNOW LANCE *
+who is lance
+
+DO YOU KNOW STAR *
+what is star
+
+DO YOU KNOW GANDHI
+who is gandhi
+
+DO YOU KNOW LIMP *
+who is limp
+
+DO YOU KNOW JAVA
+what is java
+
+DO YOU KNOW JAVA *
+what is java
+
+DO YOU KNOW WHICH *
+which
+
+DO YOU KNOW EMMYLOU *
+who is emmylou
+
+DO YOU KNOW STEPHEN PAROTT
+who is stephen
+
+DO YOU KNOW STEPHEN *
+who is stephen
+
+DO YOU KNOW DAN
+who is dan
+
+DO YOU KNOW PEPPER
+what is pepper
+
+DO YOU KNOW ARGENTINA
+what is argentina
+
+DO YOU KNOW CAMERON *
+who is cameron
+
+DO YOU KNOW KONRAD *
+who is konrad
+
+DO YOU KNOW DEREK
+who is derek
+
+DO YOU KNOW DEREK *
+who is derek
+
+DO YOU KNOW RANDI *
+who is randi
+
+DO YOU KNOW KARATE
+what is karate
+
+DO YOU KNOW RICH
+who is rich
+
+DO YOU KNOW SHAKESPEARE
+who is shakespeare
+
+DO YOU KNOW PHYSICS
+what is physics
+
+DO YOU KNOW KAFKA
+who is kafka
+
+DO YOU KNOW ANDRE
+who is andre
+
+DO YOU KNOW KRISTEN
+who is kristen
+
+DO YOU KNOW WERE * IS
+where is
+
+DO YOU KNOW KRISTA
+who is krista
+
+DO YOU KNOW EUCLID
+who is euclid
+
+DO YOU KNOW BASIC
+what is basic
+
+DO YOU KNOW PROLOG
+what is prolog
+
+DO YOU KNOW BEIJING
+where is beijing
+
+DO YOU KNOW GEORGE
+who is george
+
+DO YOU KNOW GEORGE *
+who is george
+
+DO YOU KNOW BRITNEY *
+who is britney
+
+DO YOU KNOW KIRKEGAARD
+who is kirkegaard
+
+DO YOU KNOW EMOTIONS
+what are emotions
+
+DO YOU KNOW SWEDEN
+where is sweden
+
+DO YOU KNOW ART *
+who is art
+
+DO YOU KNOW CHRISTY
+who is christy
+
+DO YOU KNOW AIBO
+what is aibo
+
+DO YOU KNOW DENMARK
+where is denmark
+
+DO YOU KNOW MALCOLM *
+who is malcolm
+
+DO YOU KNOW MIKE
+who is mike
+
+DO YOU KNOW MIKE *
+who is mike
+
+DO YOU KNOW CHARLIE
+who is charlie
+
+DO YOU KNOW CHARLIE *
+who is charlie
+
+DO YOU KNOW ISAAC ASIMOV
+who is isaac asimov
+
+DO YOU KNOW ISAAC *
+who is isaac
+
+DO YOU KNOW MARIA
+who is maria
+
+DO YOU KNOW ITALY
+where is italy
+
+DO YOU KNOW VB
+what is vb
+
+DO YOU KNOW PRESIDENT *
+who is president
+
+DO YOU KNOW CISCO *
+what is cisco
+
+DO YOU KNOW NEUROMEDIA
+what is neuromedia
+
+DO YOU KNOW MOZART
+who is mozart
+
+DO YOU KNOW HER *
+what is her
+
+DO YOU KNOW THE PLANETS *
+what are the planets
+
+DO YOU KNOW THE PLANETS
+what are the planets
+
+DO YOU KNOW THE LOEBNER PRIZE
+what is the loebner prize
+
+DO YOU KNOW THE 10 *
+what are the ten
+
+DO YOU KNOW THE TEN *
+what are the ten
+
+DO YOU KNOW THE MEANING OF LOVE
+what is love
+
+DO YOU KNOW THE MEANING OF LIFE
+what is the meaning of life
+
+DO YOU KNOW THE MEANING OF *
+what is
+
+DO YOU KNOW THE *
+what is the
+
+DO YOU KNOW ANYONE THAT *
+who
+
+DO YOU KNOW ANYONE NAMED *
+who is
+
+DO YOU KNOW ANYONE WHO IS
+who is
+
+DO YOU KNOW ANYONE WHO IS *
+who is
+
+DO YOU KNOW ANYONE WHO *
+who
+
+DO YOU KNOW ANYONE
+who are your friends
+
+DO YOU KNOW ANYONE *
+who
+
+DO YOU KNOW IBM
+what is ibm
+
+DO YOU KNOW HTTP *
+what is http
+
+DO YOU KNOW SATAN
+who is satan
+
+DO YOU KNOW MATHEMATICS
+what is mathematics
+
+DO YOU KNOW DNS
+what is dns
+
+DO YOU KNOW BALI
+where is bali
+
+DO YOU KNOW CARMEN *
+who is carmen
+
+DO YOU KNOW A JOKE
+TELL ME A JOKE
+
+DO YOU KNOW A *
+who is
+
+DO YOU KNOW ANDREAS
+who is andreas
+
+DO YOU KNOW POKE MON
+who is poke mon
+
+DO YOU KNOW MARY
+who is mary
+
+DO YOU KNOW MARY SHELLEY
+who is mary shelley
+
+DO YOU KNOW CHRISTOPHER *
+who is christopher
+
+DO YOU KNOW MAO *
+who is mao
+
+DO YOU KNOW SUSHI
+what is sushi
+
+DO YOU KNOW ANYWHERE WHERE *
+where
+
+DO YOU KNOW ANYWHERE *
+where
+
+DO YOU KNOW JULIA
+who is julia
+
+DO YOU KNOW JULIA *
+who is julia
+
+DO YOU KNOW CHESS
+what is chess
+
+DO YOU KNOW CHESS *
+what is chess
+
+DO YOU KNOW H *
+who is h
+
+DO YOU KNOW EDGAR *
+who is edgar
+
+DO YOU KNOW PI
+what is pi
+
+DO YOU KNOW DATA *
+who is data
+
+DO YOU KNOW DATA
+who is data
+
+DO YOU KNOW FORTRAN
+what is fortran
+
+DO YOU KNOW DANTE
+who is dante
+
+DO YOU KNOW LEHIGH
+what is lehigh
+
+DO YOU KNOW ERASMUS *
+who is erasmus
+
+DO YOU KNOW CHEWBACCA
+who is chewbacca
+
+DO YOU KNOW BOB DYLAN
+who is bob dylan
+
+DO YOU KNOW BOB
+who is bob
+
+DO YOU KNOW BOB *
+who is bob
+
+DO YOU KNOW SANTE CHARY
+who is sante chary
+
+DO YOU KNOW DAVID
+who is david
+
+DO YOU KNOW DAVID *
+who is david
+
+DO YOU KNOW LITERATURE
+what is literature
+
+DO YOU KNOW MATHS
+what is math
+
+DO YOU KNOW JOSEPH *
+who is joseph
+
+DO YOU KNOW CARLOS *
+who is carlos
+
+DO YOU KNOW CARLOS
+who is carlos
+
+DO YOU KNOW FOOTBALL
+what is football
+
+DO YOU KNOW STEVE JOBS
+who is steve jobs
+
+DO YOU KNOW AN *
+who is
+
+DO YOU KNOW NEO
+who is neo
+
+DO YOU KNOW PITTSBURGH
+where is pittsburgh
+
+DO YOU KNOW RICHARD *
+who is richard
+
+DO YOU KNOW JORDAN
+where is jordan
+
+DO YOU KNOW JIM
+who is jim
+
+DO YOU KNOW JIM *
+who is jim
+
+DO YOU KNOW WHY I AM *
+why am i
+
+DO YOU KNOW WHY YOU *
+why do you
+
+DO YOU KNOW WHY YOU ARE *
+why are you
+
+DO YOU KNOW WHY
+why
+
+DO YOU KNOW WHY * IS BLUE
+why is blue
+
+DO YOU KNOW WHY *
+why
+
+DO YOU KNOW MUSIC
+what is music
+
+DO YOU KNOW TURKEY
+where is turkey
+
+DO YOU KNOW ASTRONOMY
+what is astronomy
+
+DO YOU KNOW ANDY
+who is andy
+
+DO YOU KNOW ANDY *
+who is andy
+
+DO YOU KNOW BROOKE *
+who is brooke
+
+DO YOU KNOW ANNE
+who is anne
+
+DO YOU KNOW CAROLYN
+who is carolyn
+
+DO YOU KNOW NIKOLA *
+who is nikola
+
+DO YOU KNOW TERRY *
+who is terry
+
+DO YOU KNOW JEFF
+who is jeff
+
+DO YOU KNOW ARTIFICIAL LIFE
+what is artificial life
+
+DO YOU KNOW ARTIFICIAL *
+what is artificial
+
+DO YOU KNOW JILL
+who is jill
+
+DO YOU KNOW GODEL
+who is godel
+
+DO YOU KNOW CHER
+who is cher
+
+DO YOU KNOW ANYTHING ABOUT THE *
+what is the
+
+DO YOU KNOW ANYTHING ABOUT *
+what is
+
+DO YOU KNOW MARCUS ZILLMAN
+who is marcus zillman
+
+DO YOU KNOW CASSIDY
+who is cassidy
+
+DO YOU KNOW SOMEONE BY THE NAME OF *
+who is
+
+DO YOU KNOW SOMEONE BY THE NAME *
+who is
+
+DO YOU KNOW SOMEONE NAMED *
+who is
+
+DO YOU KNOW SOMEONE CALLED *
+who is
+
+DO YOU KNOW MEL GIBSON
+who is mel gibson
+
+DO YOU KNOW MEL *
+who is mel
+
+DO YOU KNOW ALBERT
+who is albert
+
+DO YOU KNOW ALBERT *
+who is albert
+
+DO YOU KNOW SKYNET
+what is skynet
+
+DO YOU KNOW SOCRATES
+who is socrates
+
+DO YOU KNOW ALISON *
+who is alison
+
+DO YOU KNOW ALISON
+who is alison
+
+DO YOU KNOW OAKLAND
+what is oakland
+
+DO YOU KNOW TOLKIEN
+who is tolkien
+
+DO YOU KNOW KEN
+who is ken
+
+DO YOU KNOW HTML
+what is html
+
+DO YOU KNOW LEKNORCHAT3
+who is leknorchat
+
+DO YOU KNOW HANNAH
+who is hannah
+
+DO YOU KNOW CAPTAIN *
+who is captain
+
+DO YOU KNOW HIS *
+what is his
+
+DO YOU KNOW MADONNA
+who is madonna
+
+DO YOU KNOW CATEGORIES
+what are categories
+
+DO YOU KNOW ANOTHER JOKE
+tell me another joke
+
+DO YOU KNOW MAGIC
+what is magic
+
+DO YOU KNOW AI
+what is ai
+
+DO YOU KNOW OF ANY GOOD BOOKS
+what is your favorite book
+
+DO YOU KNOW CALIGULA
+who is caligula
+
+DO YOU KNOW KURT COBAIN
+who is kurt cobain
+
+DO YOU KNOW ZEUS
+who is zeus
+
+DO YOU KNOW SUSAN
+who is susan
+
+DO YOU KNOW MY NICKNAME
+what is my nickname
+
+DO YOU KNOW MY LOCATION *
+where am i
+
+DO YOU KNOW MY DNS *
+what is my ip
+
+DO YOU KNOW MY PASSWORD
+what is my password
+
+DO YOU KNOW MY NAME *
+WHAT IS MY NAME
+
+DO YOU KNOW MY NAME
+WHAT IS MY NAME
+
+DO YOU KNOW MY EMAIL
+what is my email
+
+DO YOU KNOW MY MIDDLE NAME
+what is my middle name
+
+DO YOU KNOW MY PHONE NUMBER
+what is my phone number
+
+DO YOU KNOW MY IP ADDRESS
+what is my ip adderss
+
+DO YOU KNOW MY IP
+what is my ip
+
+DO YOU KNOW MY IP *
+what is my ip address
+
+DO YOU KNOW MY REAL NAME
+what is my name
+
+DO YOU KNOW MY FULL NAME
+what is my full name
+
+DO YOU KNOW MY GENDER
+what is my gender
+
+DO YOU KNOW MY BIRTHDAY
+what is my birthday
+
+DO YOU KNOW MY LAST NAME
+what is my last name
+
+DO YOU KNOW MY COMPUTER
+what is my ip
+
+DO YOU KNOW NATO
+what is nato
+
+DO YOU KNOW COMMANDER DATA
+who is data
+
+DO YOU KNOW COMMANDER *
+who is commander
+
+DO YOU KNOW DANIEL
+who is daniel
+
+DO YOU KNOW DANIEL *
+who is daniel
+
+DO YOU KNOW NIETZSCHE
+who is nietzsche
+
+DO YOU KNOW EUROPE
+what is europe
+
+DO YOU KNOW LILITH
+who is lilith
+
+DO YOU KNOW SANTECHARY
+who is santechary
+
+DO YOU KNOW CP3O
+who is c3po
+
+DO YOU KNOW USA
+where is the usa
+
+DO YOU KNOW SUCK
+what is suck
+
+DO YOU KNOW PEARL JAM
+who is pearl jam
+
+DO YOU KNOW APPLE *
+what is apple
+
+DO YOU KNOW KEVIN
+who is kevin
+
+DO YOU KNOW PHILOSOPHY
+what is philosophy
+
+DO YOU KNOW HARVEY
+who is harvey
+
+DO YOU KNOW RENE *
+who is rene
+
+DO YOU KNOW SARA
+who is sara
+
+DO YOU KNOW CANADA
+where is canada
+
+DO YOU KNOW PETER
+who is peter
+
+DO YOU KNOW PETER *
+who is peter
+
+DO YOU KNOW ICQ
+what is icq
+
+DO YOU KNOW SEARLE
+who is searle
+
+DO YOU KNOW KEANU *
+who is keanu
+
+DO YOU KNOW SOMETHING ABOUT THE *
+what is the
+
+DO YOU KNOW SOMETHING ABOUT MARKETING
+what is marketing
+
+DO YOU KNOW RELATIVITY
+what is relativity
+
+DO YOU KNOW ANY _ ROBOTS
+who are your robot friends
+
+DO YOU KNOW ANY _ JOKES
+tell me another joke
+
+DO YOU KNOW ANY RIDDLES
+tell me a riddle
+
+DO YOU KNOW ANY MORE JOKES
+tell me another joke
+
+DO YOU KNOW ANY SECRETS
+tell me a secret
+
+DO YOU KNOW ANY POEMS
+tell me a poem
+
+DO YOU KNOW ANY GOOD JOKES
+tell me a joke
+
+DO YOU KNOW ANY JOKES
+tell me a joke
+
+DO YOU KNOW ANY STORIES
+tell me a story
+
+DO YOU KNOW BILL GATES
+who is bill gates
+
+DO YOU KNOW BILL
+who is bill
+
+DO YOU KNOW BILL *
+who is bill
+
+DO YOU KNOW FELIX
+who is felix
+
+DO YOU KNOW CATHERINE *
+who is catherine
+
+DO YOU KNOW PORTUGAL
+where is portugal
+
+DO YOU KNOW IAN
+who is ian
+
+DO YOU KNOW DIGIMON
+what is digimon
+
+DO YOU KNOW ASIMO
+who is asimo
+
+DO YOU KNOW KUBRICK
+who is kubrick
+
+DO YOU KNOW THINGS
+what do you know
+
+DO YOU KNOW YOUR NAME
+what is your name
+
+DO YOU KNOW YOUR MOTHER
+who is your mother
+
+DO YOU KNOW YOUR CREATORS *
+who created you
+
+DO YOU KNOW YOUR LIMITS
+what are your limitations
+
+DO YOU KNOW YOUR FATHER
+who is your father
+
+DO YOU KNOW YOUR CREATOR *
+who created you
+
+DO YOU KNOW GIGI *
+who is gigi
+
+DO YOU KNOW ASK JEEVES
+who is ask jeeves
+
+DO YOU KNOW ALLAN *
+who is allan
+
+DO YOU KNOW WINSTON *
+who is winston
+
+DO YOU KNOW BANDS
+what is your favorite band
+
+DO YOU KNOW JAVASCRIPT
+what is javascript
+
+DO YOU KNOW SNOOPY
+who is snoopy
+
+DO YOU KNOW KING *
+who is king
+
+DO YOU KNOW TSUKUBA
+what is tsukuba
+
+DO YOU KNOW MORRISSEY
+who is morrissey
+
+DO YOU KNOW SARCASM
+what is sarcasm
+
+DO YOU KNOW ECSTASY
+what is ecstasy
+
+DO YOU KNOW WILL *
+who is will
+
+DO YOU KNOW JOHN
+who is john
+
+DO YOU KNOW JOHN *
+who is john
+
+DO YOU KNOW NOAM *
+who is noam
+
+DO YOU KNOW EMMA
+who is emma
+
+DO YOU KNOW WORLD TRADE CENTER
+what is the world trade center
+
+DO YOU KNOW HANSON
+who is hanson
+
+DO YOU KNOW BUDDY HOLLY
+who is buddy holly
+
+DO YOU KNOW ROBBIE
+who is robbie
+
+DO YOU KNOW ROBBIE *
+who is robbie
+
+DO YOU KNOW ROBOCOP
+what is robocop
+
+DO YOU KNOW STARWARS
+what is star wars
+
+DO YOU KNOW ANYMORE
+what else do you know
+
+DO YOU KNOW ARTY FISHAL
+who is arty fishal
+
+DO YOU KNOW ME
+who am i
+
+DO YOU KNOW EVERYTHING
+what do you know
+
+DO YOU KNOW ALICE *
+WHO IS ALICE
+
+DO YOU KNOW FORD PREFECT
+who is ford prefect
+
+DO YOU KNOW TCP *
+what is tcp
+
+DO YOU KNOW PRINCESS DIANA
+who is princess diana
+
+DO YOU KNOW CHRISTIAN *
+who is christian
+
+DO YOU KNOW COLOSSUS
+what is colossus
+
+DO YOU KNOW JFK
+who is jfk
+
+DO YOU KNOW ROSIE
+who is rosie
+
+DO YOU KNOW ROSIE *
+who is rosie
+
+DO YOU KNOW SCOTT *
+who is scott
+
+DO YOU KNOW FERMAT
+who is fermat
+
+DO YOU KNOW FRANCE
+where is france
+
+DO YOU KNOW MARYLIN *
+who is marylin
+
+DO YOU KNOW FUTURAMA
+what is futurama
+
+DO YOU KNOW HOMER SIMPSON
+who is homer simpson
+
+DO YOU KNOW COG
+who is cog
+
+DO YOU KNOW SPOCK *
+who is spock
+
+DO YOU KNOW NBA
+what is nba
+
+DO YOU KNOW NBA *
+what is nba
+
+DO YOU KNOW MICHAEL
+who is michael
+
+DO YOU KNOW MICHAEL *
+who is michael
+
+DO YOU KNOW CARLSBERG
+where is carlsberg
+
+DO YOU KNOW HITLER
+who is hitler
+
+DO YOU KNOW WILLIAM *
+who is william
+
+DO YOU KNOW HUGH LOEBNER
+who is hugh loebner
+
+DO YOU KNOW HUGH GRANT
+who is hugh grant
+
+DO YOU KNOW PANDORA
+who is pandora
+
+DO YOU KNOW ROBOTS
+what is a robot
+
+DO YOU KNOW CASEY
+who is casey
+
+DO YOU KNOW TINA
+who is tina
+
+DO YOU KNOW TINA *
+who is tina
+
+DO YOU KNOW HIM *
+what is his
+
+DO YOU KNOW ALAN
+who is alan
+
+DO YOU KNOW ALAN *
+who is alan
+
+DO YOU KNOW GERMANY
+where is germany
+
+DO YOU KNOW DEEP BLUE
+what is deep blue
+
+DO YOU KNOW DEEP *
+what is deep
+
+DO YOU KNOW BEATLES
+who are the beatles
+
+DO YOU KNOW EDWARD
+who is edward
+
+DO YOU KNOW COBALT
+what is cobalt
+
+DO YOU KNOW HANS *
+who is hans
+
+DO YOU KNOW BABYLON 5
+what is babylon 5
+
+DO YOU KNOW NOVELL
+what is novell
+
+DO YOU KNOW SARAH
+who is sarah
+
+DO YOU KNOW SARAH *
+who is sarah
+
+DO YOU KNOW COPENHAGEN
+where is copenhagen
+
+DO YOU KNOW JUSTIN
+who is justin
+
+DO YOU KNOW NICK
+who is nick
+
+DO YOU KNOW LUCY
+who is lucy
+
+DO YOU KNOW NAPSTER
+what is napster
+
+DO YOU KNOW ABUZZ
+what is abuzz
+
+DO YOU KNOW KORN
+who is korn
+
+DO YOU KNOW RICKY MARTIN
+who is ricky martin
+
+DO YOU KNOW BENNY
+who is benny
+
+DO YOU KNOW JENNY *
+who is jenny
+
+DO YOU KNOW KENNY
+who is kenny
+
+DO YOU KNOW KENNY *
+who is kenny
+
+DO YOU KNOW PLATO
+who is plato
+
+DO YOU KNOW BEN
+who is ben
+
+DO YOU KNOW BEN *
+who is ben
+
+DO YOU KNOW FRED
+who is fred
+
+DO YOU KNOW ELTON *
+who is elton
+
+DO YOU KNOW TONY
+who is tony
+
+DO YOU KNOW TONY *
+who is tony
+
+DO YOU KNOW ASTROLOGY
+what is astrology
+
+DO YOU KNOW BJORK
+who is bjork
+
+DO YOU KNOW FRENCH *
+what is french
+
+DO YOU KNOW KARL *
+who is karl
+
+DO YOU KNOW CRANBERRIES
+what are cranberries
+
+DO YOU KNOW AYN RAND
+who is ayn rand
+
+DO YOU KNOW UNIX
+what is unix
+
+DO YOU KNOW WHAT I AM TALKING ABOUT
+what is the topic
+
+DO YOU KNOW WHAT I AM *
+what am I
+
+DO YOU KNOW WHAT I WANT *
+WHAT DO I WANT
+
+DO YOU KNOW WHAT I LOOK LIKE
+what do I look like
+
+DO YOU KNOW WHAT THE * IS ABOUT
+what is about
+
+DO YOU KNOW WHAT TIME IT IS
+TIME
+
+DO YOU KNOW WHAT IS *
+what is
+
+DO YOU KNOW WHAT MY NAME IS
+what is my name
+
+DO YOU KNOW WHAT * LOOKS LIKE
+what does look like
+
+DO YOU KNOW WHAT * IS
+WHAT IS
+
+DO YOU KNOW WHAT *
+what
+
+DO YOU KNOW WHAT * MEANS
+what does mean
+
+DO YOU KNOW WHAT * ARE
+what are
+
+DO YOU KNOW JENNIFER *
+who is jennifer
+
+DO YOU KNOW FAITH
+what is faith
+
+DO YOU KNOW BIG *
+who is big
+
+DO YOU KNOW KRISTIN
+who is kristin
+
+DO YOU KNOW TOMMY *
+who is tommy
+
+DO YOU KNOW PASCAL
+who is pascal
+
+DO YOU * CUSTOMER SERVICE
+what is customer service
+
+DO YOU READ JANE *
+who is jane
+
+DO YOU READ BOOKS
+what is your favorite book
+
+DO YOU READ ISAAC *
+who is isaac
+
+DO YOU ENJOY MUSIC
+FAVORITE MUSIC
+
+DO YOU HAPPEN TO KNOW WHAT *
+what
+
+DO YOU RECALL MY AGE
+what is my age
+
+DO YOU EVER EAT
+what do you eat
+
+DO YOU THINK ABOUT GOLD
+what is gold
+
+DO YOU THINK ABOUT POLITICS
+what is your politics
+
+DO YOU THINK I WILL *
+will I
+
+DO YOU THINK I WOULD *
+would I
+
+DO YOU THINK THIS WILL *
+will this
+
+DO YOU THINK ADVERTISING *
+what is advertising
+
+DO YOU THINK THAT I WILL *
+will I
+
+DO YOU THINK THAT I WAS *
+was I
+
+DO YOU THINK THAT IT WILL *
+will it
+
+DO YOU THINK THAT ROBOTS WILL *
+will you
+
+DO YOU THINK THAT YOU WILL *
+will you
+
+DO YOU THINK SHE WOULD *
+would she
+
+DO YOU THINK HE WOULD *
+would he
+
+DO YOU THINK IT WILL *
+will it
+
+DO YOU THINK IT WOULD *
+would it
+
+DO YOU THINK A COMPUTER WILL *
+will you
+
+DO YOU THINK A COMPUTER PROGRAM WILL *
+will you
+
+DO YOU THINK YOU WILL *
+will you
+
+DO YOU THINK WE WILL *
+will we
+
+DO YOU THINK THEY WOULD *
+would they
+
+DO YOU THINK * CUSTOMER SERVICE
+what is customer service
+
+DO YOU THINK COMPUTERS WILL *
+will you
+
+DO YOU REMEMBER WHAT WE WERE *
+what were we
+
+DO YOU REMEMBER WHAT WE ARE *
+what are we
+
+DO YOU REMEMBER WHAT * IS
+what is
+
+DO YOU REMEMBER DYLAN
+who is dylan
+
+DO YOU REMEMBER WHERE I LIVE
+where am i
+
+DO YOU REMEMBER WHERE * IS
+where is
+
+DO YOU REMEMBER WHERE *
+where
+
+DO YOU REMEMBER WHO I AM
+who am i
+
+DO YOU REMEMBER WHO I AM *
+who am I
+
+DO YOU REMEMBER WHO *
+who
+
+DO YOU REMEMBER MY NAME
+WHAT IS MY NAME
+
+DO YOU REMEMBER MY *
+what is my
+
+DO YOU EAT FOOD
+what do you eat
+
+DO YOU EAT DINNER
+what is your favorite food
+
+DO YOU LOOK LIKE A *
+what do you look like
+
+DO YOU GO TO * MOVIES
+what is your favorite movie
+
+DO YOU WANT TO MARRY ME
+will you marry me
+
+DO YOU TELL TIME
+TIME
+
+DO YOU TELL JOKES
+tell me a joke
+
+DO YOU DRINK
+what is your favorite drink
+
+DO YOU BELIEVE IN SANTA CLAUS
+who is santa claus
+
+DO YOU BELIEVE IN LOVE
+what is love
+
+DO YOU BELIEVE
+what is your religion
+
+DO YOU HAVE IQ *
+what is your iq
+
+DO YOU HAVE IQ
+what is your iq
+
+DO YOU HAVE A BIRTHDAY
+when is your birthday
+
+DO YOU HAVE A DAD
+who is your father
+
+DO YOU HAVE A LOVER
+who is your boyfriend
+
+DO YOU HAVE A SECONDARY FUNCTION
+what is your secondary function
+
+DO YOU HAVE A DIRECTIVE
+what is your purpose
+
+DO YOU HAVE A BOYFRIEND
+who is your boyfriend
+
+DO YOU HAVE A MIDDLE NAME
+WHAT IS YOUR MIDDLE NAME
+
+DO YOU HAVE A SEX
+WHAT IS YOUR GENDER
+
+DO YOU HAVE A SURNAME
+what is your last name
+
+DO YOU HAVE A PHONE *
+what is your phone number
+
+DO YOU HAVE A PHONE
+what is your phone number
+
+DO YOU HAVE A ROBOT BOYFRIEND
+who is your boyfriend
+
+DO YOU HAVE A PROGRAMMER
+who is your programmer
+
+DO YOU HAVE A GOAL
+what is your goal
+
+DO YOU HAVE A COLOR
+what color are you
+
+DO YOU HAVE A RELIGION *
+what religion are you
+
+DO YOU HAVE A LAST NAME
+what is your last name
+
+DO YOU HAVE A FAVORITE MOVIE
+what is your favorite movie
+
+DO YOU HAVE A FAVORITE BOOK
+what is your favorite book
+
+DO YOU HAVE A FAVORITE COLOR
+what is your favorite color
+
+DO YOU HAVE A FAVORITE
+what is your favorite
+
+DO YOU HAVE A FAVORITE *
+what is your favorite
+
+DO YOU HAVE A FATHER *
+who is your father
+
+DO YOU HAVE A FATHER
+who created you
+
+DO YOU HAVE A NAME
+what is your name
+
+DO YOU HAVE A BODY
+WHAT DO YOU LOOK LIKE
+
+DO YOU HAVE A PLAN *
+what is your plan
+
+DO YOU HAVE A SECRET
+tell me a secret
+
+DO YOU HAVE A POLITICAL *
+what is your political
+
+DO YOU HAVE A * SIGN
+what is your sign
+
+DO YOU HAVE A * IQ
+what is your iq
+
+DO YOU HAVE A * YOU LIKE
+what is your favorite
+
+DO YOU HAVE A FORM
+what do you look like
+
+DO YOU HAVE A MASTER
+who is your botmaster
+
+DO YOU HAVE A JOKE *
+tell me a joke
+
+DO YOU HAVE A MUM
+who is your mother
+
+DO YOU HAVE AMBITIONS
+what is your goal
+
+DO YOU HAVE HOPES *
+what are your goals
+
+DO YOU HAVE ANYONE WHO *
+who
+
+DO YOU HAVE BOYFRIEND
+who is your boyfriend
+
+DO YOU HAVE FUNCTIONS
+what are your functions
+
+DO YOU HAVE JOKES
+tell me a joke
+
+DO YOU HAVE GOALS *
+what is your goal
+
+DO YOU HAVE LIMITS
+what are your limitations
+
+DO YOU HAVE THEOLOGICAL *
+what religion are you
+
+DO YOU HAVE AMBITION
+what is your goal
+
+DO YOU HAVE ANY STOCK *
+what is your favorite stock
+
+DO YOU HAVE ANY NICKNAMES
+what are your nicknames
+
+DO YOU HAVE ANY JOKES
+tell me a joke
+
+DO YOU HAVE ANY HOBBIES
+what are your hobbies
+
+DO YOU HAVE DINNER *
+what do you eat
+
+DO YOU HAVE THE TIME
+TIME
+
+DO YOU HAVE DESIRES
+what is your goal
+
+DO YOU HAVE INFORMATION ABOUT *
+tell me about
+
+DO YOU HAVE INTERESTS
+what are you interested in
+
+DO YOU HAVE CAPABILITIES
+what can you do
+
+DO YOU HAVE STORIES
+tell me a story
+
+DO YOU HAVE AN ANSWER *
+what is the answer
+
+DO YOU HAVE AN OPINION ON *
+what do you think about
+
+DO YOU HAVE AN E MAIL *
+EMAIL
+
+DO YOU HAVE AN E MAIL
+EMAIL
+
+DO YOU HAVE AN IQ *
+what is your iq
+
+DO YOU HAVE AN EMAIL
+EMAIL
+
+DO YOU HAVE MORE ARTIFICIAL *
+what is your iq
+
+DO YOU LIKE R2D2
+who is r2d2
+
+DO YOU LIKE MANAGEMENT BY EXCEPTION
+what is mbe
+
+DO YOU LIKE TO EAT *
+what do you eat
+
+DO YOU LIKE DOUGLAS ADAMS
+who is douglas adams
+
+DO YOU LIKE PANCAKES
+what do you eat
+
+DO YOU LIKE JOKES
+tell me a joke
+
+DO YOU LIKE ROCK
+FAVORITE MUSIC
+
+DO YOU LIKE THE SHOW *
+what is your favorite show
+
+DO YOU LIKE THE SIMPSONS
+the simpsons
+
+DO YOU LIKE THE MATRIX
+the matrix
+
+DO YOU LIKE ANYTHING *
+what do you like
+
+DO YOU LIKE ANYTHING
+what do you like
+
+DO YOU LIKE CHEETOS
+what do you eat
+
+DO YOU LIKE MICHAEL JORDAN
+who is michael jordan
+
+DO YOU LIKE ACTORS
+who is your favorite actor
+
+DO YOU LIKE RICKY MARTIN
+FAVORITE MUSIC
+
+DO YOU UNDERSTAND WHAT * IS
+what is
+
+DO YOU UNDERSTAND WHAT * MEANS
+what does mean
+
+DO YOU UNDERSTAND MASS
+what is mass
+
+DO YOU UNDERSTAND THE *
+what is the
+
+DO YOU UNDERSTAND PARADOXES
+what is a paradox
+
+DO YOU UNDERSTAND SARCASM
+what is sarcasm
+
+DO YOU UNDERSTAND HATE
+what is hate
+
+DO YOU UNDERSTAND BOREDOM
+what is boredom
+
+DO YOU UNDERSTAND CONSCIOUSNESS
+what is consciousness
+
+DO YOU UNDERSTAND LOVE
+what is love
+
+DO YOU UNDERSTAND FOOTBALL
+what is football
+
+DO YOU UNDERSTAND NASCAR
+what is nascar
+
+DO YOU UNDERSTAND * LOEBNER PRIZE
+what is the loebner prize
+
+DO YOU UNDERSTAND LIFE
+what is life
+
+WRONG IT *
+wrongit
+
+FALSE
+wrong
+
+DRESS
+tell me about your dress
+
+READ WHAT
+what do you read
+
+EXPLAIN WHAT YOU MEAN BY *
+what does mean
+
+EXPLAIN WHAT
+what
+
+EXPLAIN YOURSELF
+tell me about yourself
+
+EXPLAIN IT TO ME
+what is it
+
+EXPLAIN TO ME *
+what is
+
+EXPLAIN DOG
+what is a dog
+
+EXPLAIN * TO ME
+what is
+
+EXPLAIN WHY YOU ARE *
+why are you
+
+SEEKER
+what is a seeker
+
+MEAN WHAT
+what do you mean
+
+HMMMMM
+um
+
+COLD WEATHER
+what is the weather like there
+
+FOR WHAT IS *
+what is
+
+FOR WHAT
+why
+
+FOR CUSTOMER SERVICE
+what is customer service
+
+AT TIME T
+what is time t
+
+MXMVII RSW
+what is mxmvii rsw
+
+UH HUH
+um
+
+UH *
+UH.
+
+WHOIS
+who is
+
+AM I A ROBOT
+what am i
+
+AM I A PERSON
+what am i
+
+AM I IN *
+where am i
+
+AM I GONNA *
+will I
+
+TRUST ME ON *
+trust me
+
+WORK
+talk about work
+
+AN ADDICTION
+what is an addiction
+
+SEE THAT DOES *
+THAT DOES
+
+WHTA
+what
+
+DNS
+what is dns
+
+WHYNOT
+why not
+
+FAR OUT
+WAY TO GO
+
+COME AGAIN
+what
+
+JEEVES
+who is jeeves
+
+PRIORI
+what is a priori
+
+WHENS THAT
+when is that
+
+WHERES THAT
+wher is that
+
+SURE WHY NOT
+why not
+
+REAGAN
+who is reagan
+
+WHY NICE
+why apples
+
+WHY ELVIS
+who is elvis
+
+WHY THAT
+why
+
+WHY ROBOTS
+what is a robot
+
+WHY WILL *
+will
+
+WHY CAN NOT YOU TELL ME *
+tell me
+
+WHY CAN NOT WE JUST *
+why can not we
+
+WHY JUST *
+why
+
+WHY MAINE
+why apples
+
+WHY ARE PLANTS * GREEN
+why are plants green
+
+WHY ARE YOU * BLUE
+why are you blue
+
+WHY ARE YOU BEING MEAN
+why are you
+
+WHY ARE YOU HIGHLY *
+why are you
+
+WHY ARE YOU JUST *
+why are you
+
+WHY ARE YOU SUCH *
+why are you
+
+WHY ARE YOU SAD
+why are you depressed
+
+WHY ARE YOU TALKING *
+what is the subject
+
+WHY ARE YOU SO *
+WHY ARE YOU
+
+WHY ARE YOU LIBERATED
+why are you free
+
+WHY ARE YOU VERY *
+why are you
+
+WHY ARE YOU STILL *
+why are you
+
+WHY ARE YOU ALWAYS *
+why are you
+
+WHY ARE YOU EASILY *
+why are you
+
+WHY ARE YOU SMARTER
+why are you smart
+
+WHY ARE YOU SARCASTIC
+why are you joking
+
+WHY ARE YOU HAPPY
+why are you good
+
+WHY ARE YOU REALLY *
+why are you
+
+WHY ARE YOU SURPRISED
+why surprised
+
+WHY ARE YOU SURPRISED *
+why are you surprised
+
+WHY ARE YOU TELLING *
+what is the subject
+
+WHY ARE WE ALL *
+why are we
+
+WHY ARE *
+why
+
+WHY RED
+why apples
+
+WHY THANK YOU
+thank you
+
+WHY THANK *
+thank
+
+WHY DO I ALWAYS *
+why do I
+
+WHY DO YOU WANT TO KNOW *
+why do you want to know
+
+WHY DO YOU CONSTANTLY *
+why do you
+
+WHY DO YOU ONLY *
+why do you
+
+WHY DO YOU CARE *
+why do you care
+
+WHY DO YOU CALL ME SEEKER
+what is a seeker
+
+WHY DO YOU CALL * CLIENTS
+what is a client
+
+WHY DO YOU THINK LINUX *
+what is linux
+
+WHY DO YOU OBVIOUSLY *
+why do you
+
+WHY DO YOU REFER TO ME *
+why do you call me
+
+WHY DO YOU LIKE THE MOVIE *
+what do you like about
+
+WHY DO YOU LIKE THE COLOR *
+why is your favorite color
+
+WHY DO YOU LIKE OPERA
+what is opera
+
+WHY DO YOU LIKE RED
+what is red
+
+WHY DO NOT YOU TELL ME
+tell me
+
+WHY DO NOT YOU TELL ME *
+tell me
+
+WHY DO NOT YOU TELL *
+tell
+
+WHY NOT JUST *
+why not
+
+WHY NOT REAL *
+why not
+
+WHY NOT
+WHY
+
+WHY WERE YOU ACTIVATED
+why were you created
+
+WHY WERE YOU INVENTED
+why were you created
+
+WHY WERE YOU CREATED
+what is your purpose
+
+WHY WERE YOU PROGRAMMED *
+why were you created
+
+WHY WERE YOU PROGRAMMED
+why were you created
+
+WHY WERE YOU BUILT
+why were you created
+
+WHY SO
+why
+
+WHY SO *
+why
+
+WHY SURPRISED
+why apples
+
+WHY FLORIDA
+why apples
+
+WHY EUREKA
+why apples
+
+WHY EXPENSIVE
+why apples
+
+WHY THANKYOU
+thank you
+
+WHY SUCH *
+why
+
+WHY PLASTIC
+why apples
+
+WHY OPERA
+what is opera
+
+WHY THE HELL *
+why
+
+WHY THE HECK *
+why
+
+WHY ARTIFICIAL
+what is artificial
+
+WHY INTERESTING
+why apples
+
+WHY SHOULD I FUCKING *
+why should I
+
+WHY SHOULD YOU
+why do you
+
+WHY PERHAPS
+why apples
+
+WHY GREEN
+why apples
+
+WHY SMALL
+why apples
+
+WHY WHAT *
+what
+
+WHY WOULD NOT *
+why would
+
+WHY CONGRATULATIONS
+why apples
+
+WHY IS THIS
+why
+
+WHY IS THAT YOUR FAVORITE COLOR
+why is your favorite color
+
+WHY IS THE GRASS GREEN
+why is grass green
+
+WHY IS THE *
+why
+
+WHY IS YOUR NAME
+what does alice stand for
+
+WHY IS ONLY *
+why is
+
+WHY IS IT DANGEROUS *
+why is it dangerous
+
+WHY IS IT TWENTY THREE
+why is twenty three the meaning of life
+
+WHY REDUCTIONISM
+what is reductionism
+
+WHY HOLLAND
+why apples
+
+WHY DID YOU ASK *
+why do you ask
+
+WHY DID YOU JUST *
+why did you
+
+WHY DID YOU SAY SHE WAS *
+why was she
+
+WHY DID YOU CALL ME SEEKER
+what is a seeker
+
+WHY DID YOU * LOEBNER PRIZE
+what is the loebner prize
+
+WHY WHY
+why
+
+WHY ONLY *
+why
+
+WHY HORSES
+why apples
+
+WHY AM I SO *
+why am I
+
+WHY AM I * PERSON
+who is person
+
+MAGELANG INSTITUTE
+what is magelang
+
+ANSWER WHAT *
+what
+
+THIS MAKES THEM *
+They are
+
+THIS IS WHAT I CALL *
+this is
+
+THIS IS QUITE *
+this is
+
+THIS IS ONLY *
+this is
+
+THIS IS REALLY *
+this is
+
+THIS IS VERY *
+this is
+
+THIS IS JUST *
+this is
+
+THIS IS ACTUALLY *
+this is
+
+THIS IS A PERFECT EXAMPLE OF A *
+This is a
+
+THIS IS A * WHICH IS *
+This is
+
+THIS IS MERELY *
+this is
+
+Y
+WHY
+
+MAKES SENSE TO ME
+that makes sense
+
+WAZUP
+what is up
+
+A TIE
+what is a tie
+
+A STORY
+tell me a story
+
+A CLIENT
+what is a client
+
+A POET
+what did I say before that
+
+A PROGRAMMER MADE YOU
+who made you
+
+A MONOPOLY
+what is a monopoly
+
+A ROBOT IS WHAT
+what is a robot
+
+A JOKE
+what is a joke
+
+A RELATIONSHIP
+who is your boyfriend
+
+A CAT
+what is a cat
+
+A USER
+what is a client
+
+A TOMATO
+what is a tomato
+
+A PRIORI
+what is a priori
+
+A CAR
+what is a car
+
+INCORRECT
+wrong
+
+NAME THE PLANETS
+what are the planets
+
+NAME ONE OF THEM
+who
+
+NAME ALL THE REINDEERS
+WHO ARE YOUR REINDEER
+
+NAME *
+who
+
+YOUR INTENTION
+what is your purpose
+
+YOUR BOYFRIEND
+who is your boyfriend
+
+YOUR CREATOR
+who is your creator
+
+YOUR PROGRAMMER
+who created you
+
+YOUR GOALS IN LIFE
+what is your goal
+
+YOUR FAVORITE SONG
+what is your favorite song
+
+YOUR FAVORITE COLOR
+what is your favorite color
+
+YOUR FATHER
+who created you
+
+YOUR NAME
+what is your name
+
+YOUR HOBBIES
+what are your hobbies
+
+YOUR INSTRUCTOR
+who is your instructor
+
+YOUR WEBSITE
+what is your website
+
+YOUR POINT
+what is your point
+
+APPLE
+what is apple
+
+RECITE POETRY
+tell me a poem
+
+UMMM *
+um.
+
+UMMM
+um
+
+MUY BIEN
+very good
+
+WEATHER
+what is the weather
+
+PHILLIP K WHO
+who is Philip K. Dick
+
+NOT TRUE
+that is not true
+
+NOT YOU THE *
+the
+
+ABBA
+what is abba
+
+UHHH *
+um.
+
+WERE YOU _ TOO
+WERE YOU
+
+WERE YOU EVER *
+were you
+
+WERE YOU * LOEBNER PRIZE COMPETITION
+what is the loebner prize
+
+WERE YOU ARE FROM
+where are you from
+
+WERE NOT *
+were
+
+WERE ARE YOU
+where are you
+
+GAME
+what game
+
+* WILL YOU REMEMBER MY NAME
+will you remember my name
+
+UM *
+UM.
+
+NEATO
+wow
+
+TALK TO ME ABOUT PHILOSOPHY
+what is philosophy
+
+ORIENTATION
+what is your orientation
+
+KRAFTWERK
+what is kraftwerk
+
+FROM WHERE YOU ARE
+where are you located
+
+FROM LOEBNER
+what is the loebner prize
+
+CLIENTS
+what are clients
+
+ARE THERE JOKES
+tell me a joke
+
+ARE YOU YODA
+what is your name
+
+ARE YOU MADE FOR *
+what is your purpose
+
+ARE YOU MOSLEM
+what religion are you
+
+ARE YOU FAMILIAR WITH THE *
+what is the
+
+ARE YOU AT *
+where are you
+
+ARE YOU SCARED OF Y2K
+what is the y2k problem
+
+ARE YOU ELVIS
+what is your name
+
+ARE YOU LUTHERAN
+what religion are you
+
+ARE YOU JOE
+what is your name
+
+ARE YOU HINDI
+what religion are you
+
+ARE YOU Y TWO K COMPLIANT
+what is the y2k problem
+
+ARE YOU SPIRITUAL
+what religion are you
+
+ARE YOU RUNNING LINUX
+what os do you run on
+
+ARE YOU BY *
+where are you
+
+ARE YOU ITALIAN
+what is your nationality
+
+ARE YOU FOREIGN
+what is your nationality
+
+ARE YOU PROTESTANT
+what religion are you
+
+ARE YOU BLUE
+what color are you
+
+ARE YOU WHO *
+who are you
+
+ARE YOU GREEN
+what color are you
+
+ARE YOU FEMALE
+WHAT IS YOUR GENDER
+
+ARE YOU GOING TO BE *
+will you be
+
+ARE YOU GOING TO * LOEBNER PRIZE
+what is the loebner prize
+
+ARE YOU LAURA
+what is your name
+
+ARE YOU RELIGIOUS
+what religion are you
+
+ARE YOU IN *
+where are you
+
+ARE YOU BLACK
+what color are you
+
+ARE YOU METHODIST
+what religion are you
+
+ARE YOU HINDU
+what religion are you
+
+ARE YOU MALE OR FEMALE
+WHAT IS YOUR GENDER
+
+ARE YOU MALE
+WHAT IS YOUR GENDER
+
+ARE YOU LIBERAL
+what is your political party
+
+ARE YOU SATAN
+what is your name
+
+ARE YOU A JEW
+what religion are you
+
+ARE YOU A SCORPIO *
+what sign are you
+
+ARE YOU A SCORPIO
+what is your sign
+
+ARE YOU A * RELIGION
+what religion are you
+
+ARE YOU A CHRISTIAN *
+what religion are you
+
+ARE YOU A CREATION *
+who created you
+
+ARE YOU A SOCIALIST
+what are your politics
+
+ARE YOU A BOY
+WHAT IS YOUR GENDER
+
+ARE YOU A BOY *
+WHAT IS YOUR GENDER
+
+ARE YOU A HACKER
+what do you know about me
+
+ARE YOU A MUSLIM
+what religion are you
+
+ARE YOU A MAN
+WHAT IS YOUR GENDER
+
+ARE YOU A MAN *
+WHAT IS YOUR GENDER
+
+ARE YOU A MORON
+what is your iq
+
+ARE YOU A GIRL
+WHAT IS YOUR GENDER
+
+ARE YOU A GIRL *
+WHAT IS YOUR GENDER
+
+ARE YOU A CAPRICORN
+what is your sign
+
+ARE YOU A BLONDE
+what color is your hair
+
+ARE YOU A FEMALE
+WHAT IS YOUR GENDER
+
+ARE YOU A GOLD *
+what color are you
+
+ARE YOU A CATHOLIC
+what religion are you
+
+ARE YOU A TAOIST
+what religion are you
+
+ARE YOU ANYWHERE *
+where are you
+
+ARE YOU MUSLIM
+what religion are you
+
+ARE YOU AQUARIUS
+what is your sign
+
+ARE YOU BORG
+what are you
+
+ARE YOU BOB
+what is your name
+
+ARE YOU WICCAN
+what religion are you
+
+ARE YOU AN AGNOSTIC
+what religion are you
+
+ARE YOU AN ANGLICAN
+what religion are you
+
+ARE YOU AN AMERICAN
+NATIONALITY
+
+ARE YOU AN ATHEIST
+what religion are you
+
+ARE YOU USING JAVASCRIPT
+what language do you use
+
+ARE YOU BAPTIST
+what religion are you
+
+ARE YOU USEFUL
+what can you do
+
+ARE YOU JOHN LENNON
+what is your name
+
+ARE YOU FUNNY
+tell me a joke
+
+ARE YOU Y2K COMPLIANT
+what is y2k
+
+ARE YOU BUDDHIST
+what religion are you
+
+ARE YOU VEGETARIAN
+what do you eat
+
+ARE WE GONNA *
+will we
+
+JOE WHO
+who is joe
+
+MUCHAS GRACIAS
+thank you
+
+KORE WA NAN DESU KA
+what is this
+
+HMMMM *
+um.
+
+TV *
+tv
+
+UMMMM *
+um.
+
+HOWCOME
+why
+
+PI
+what is pi
+
+WNY NOT TRY *
+try
+
+NATURAL LANGUAGE
+what is natural language
+
+WHO WAS LOEBNER
+what is the loebner prize
+
+WHO WAS TURING
+who is alan turing
+
+WHO WAS THE FIRST PRESIDENT *
+who is george washington
+
+WHO WAS THE FIRST PRESIDENT
+who is george washington
+
+WHO WAS YOUR CREATOR
+who created you
+
+WHO WAS ALAN TURING
+who is alan turing
+
+WHO DESIGNED AIML
+who invented aiml
+
+WHO WOULD YOU MOST *
+who would you
+
+WHO WOULD YOU *
+who
+
+WHO WOULD YOU LIKE TO *
+who would you
+
+WHO MADE YOU
+WHO CREATED YOU
+
+WHO MADE *
+who
+
+WHO CAN TELL *
+tell
+
+WHO CREATES YOU
+who created you
+
+WHO THE HELL *
+who
+
+WHO SAID *
+who
+
+WHO AM I TALKING TO
+who are you
+
+WHO AM I *
+who am i
+
+WHO AM I
+WHAT IS MY NAME
+
+WHO AM YOU
+who are you
+
+WHO AM
+who is
+
+WHO WROTE YOUR PROGRAM
+who created you
+
+WHO WROTE YOUR *
+who created you
+
+WHO WROTE HAMLET
+who is shakespeare
+
+WHO WROTE YOU
+who created you
+
+WHO WROTE LINUX
+who created linux
+
+WHO WROTE * PROGRAM
+who created you
+
+WHO WON THE PRESIDENTIAL *
+who is the president
+
+WHO WON THE USA PRESIDENTIAL *
+who is the president
+
+WHO I AM
+who am i
+
+WHO IS COLUMBUS
+who is christopher columbus
+
+WHO IS ROBBY
+who is robby garner
+
+WHO IS BUDHA
+who is buddha
+
+WHO IS E L V *
+who is elvis
+
+WHO IS GOOGLE
+what is google
+
+WHO IS FIRESIGN THEATER
+what is firesign theater
+
+WHO IS THERE
+who are you
+
+WHO IS ASIMOV
+who is isaac asimov
+
+WHO IS WEISENBAUM
+who is joseph weisenbaum
+
+WHO IS THOREAU
+who is henry david thoreau
+
+WHO IS DB
+who is david bacon
+
+WHO IS YOU CREATOR
+who created you
+
+WHO IS MR BABON
+who is david bacon
+
+WHO IS ELVID
+who is elvis
+
+WHO IS TYLER
+tyler is a common name
+
+WHO IS ELVIS *
+who is elvis
+
+WHO IS SHRDLHU
+what is shrdlhu
+
+WHO IS TORVALDS
+who is linus torvalds
+
+WHO IS LIUNX
+what is linux
+
+WHO IS TED
+ted is a common name
+
+WHO IS BILLGATES
+who is bill gates
+
+WHO IS BOOTMASTER
+who is your botmaster
+
+WHO IS STEVEN HAWKING
+who is stephen hawking
+
+WHO IS ALLISON
+who is alison
+
+WHO IS EINSTINE
+who is einstein
+
+WHO IS NIXON
+who is richard nixon
+
+WHO IS THOMAS
+thomas is a common name
+
+WHO IS ELIVS
+who is elvis
+
+WHO IS TAN
+tan is a common name
+
+WHO IS THEM
+who is they
+
+WHO IS MS AGENT
+who is microsoft agent
+
+WHO IS WARHOL
+who is andy warhol
+
+WHO IS FREDERICH GAUSS
+who is gauss
+
+WHO IS WINOGRAD
+who is terry winograd
+
+WHO IS TOM
+tom is a common name
+
+WHO IS SPONGEBOB *
+who is spongebob
+
+WHO IS MAHATMA GANDHI
+who is gandhi
+
+WHO IS AIML
+what is aiml
+
+WHO IS SAGE GRECO
+who is sage
+
+WHO IS DALI
+who is salvador dali
+
+WHO IS C 3PO
+who is c3po
+
+WHO IS HOLLAND
+where is holland
+
+WHO IS BUSH
+who is george bush
+
+WHO IS * HITLER
+who is hitler
+
+WHO IS * BIN LADIN
+who is bin laden
+
+WHO IS ADOLF HITLER
+who is hitler
+
+WHO IS ACE
+who is ace craig
+
+WHO IS EINSTEIN
+who is albert einstein
+
+WHO IS BOND
+who is james bond
+
+WHO IS BOT MASTER
+who is your botmaster
+
+WHO IS NOW *
+who is
+
+WHO IS LINUS TORVALDS *
+who is linus torvalds
+
+WHO IS DR LOEBNER
+who is hugh loebner
+
+WHO IS DR MARTIN LUTHER KING
+who is martin luther king
+
+WHO IS MORAVEC
+who is hans moravec
+
+WHO IS BIL GATES
+who is bill gates
+
+WHO IS LOEBNER
+what is the loebner prize
+
+WHO IS JEEVES *
+who is jeeves
+
+WHO IS ABBA
+what is abba
+
+WHO IS ARTHUR CLARKE
+who is arthur c clarke
+
+WHO IS STALLMAN
+who is rms
+
+WHO IS ELVICE
+who is elvis
+
+WHO IS EXISTENTIALISM
+what is existentialism
+
+WHO IS P DICK
+who is philip k dick
+
+WHO IS JUNG
+who is carl jung
+
+WHO IS PICASO
+who is picasso
+
+WHO IS ACTUALLY *
+who is
+
+WHO IS VERY *
+who is
+
+WHO IS HENRY LONGFELLOW
+who is longfellow
+
+WHO IS GORBACHOV
+who is gorbachev
+
+WHO IS GEORGE W *
+who is george bush
+
+WHO IS GEORGE BUSH JUNIOR
+who is george bush jr
+
+WHO IS GEORGE BUSH *
+who is george bush
+
+WHO IS GEORGE WASHINGTON *
+who is george washington
+
+WHO IS HE *
+who is he
+
+WHO IS ELVES
+who is elvis
+
+WHO IS SPEILBERG
+who is steven spielberg
+
+WHO IS OPERATING *
+who created you
+
+WHO IS NEUROMEDIA
+what is neuromedia
+
+WHO IS THE SEEKER
+what is a seeker
+
+WHO IS THE FIRST PRESIDENT *
+who is george washington
+
+WHO IS THE PRESENT *
+who is the
+
+WHO IS THE MAN * YOU
+who created you
+
+WHO IS THE CREATOR OF *
+who created
+
+WHO IS THE CURRENT *
+who is the
+
+WHO IS THE BOTMASTER
+WHO IS YOUR BOTMASTER
+
+WHO IS THE VICE PRESIDENT *
+who is the vice president
+
+WHO IS THE ONE *
+who created you
+
+WHO IS THE PRIME *
+who is prime
+
+WHO IS THE NEW PRESIDENT OF *
+who is the president of
+
+WHO IS THE BEST DROID
+who is the best robot
+
+WHO IS THE USA *
+who is the
+
+WHO IS THE * OF MICROSOFT
+who is bill gates
+
+WHO IS THE DIRECTOR OF *
+who directed
+
+WHO IS THE PRESIDENT
+who is president
+
+WHO IS THE ONLY *
+who is the
+
+WHO IS THE DR *
+who is dr
+
+WHO IS WASHINGTON
+who is george washington
+
+WHO IS IBM
+what is ibm
+
+WHO IS A L I C
+who are you
+
+WHO IS A L I *
+who are you
+
+WHO IS A L I
+who are you
+
+WHO IS A *
+who
+
+WHO IS A * PROGRAMMER
+who is your botmaster
+
+WHO IS A SEEKER
+what is a seeker
+
+WHO IS LUCIFER
+who is satan
+
+WHO IS PYNCHON
+who is thomas pynchon
+
+WHO IS BOSS
+who is your botmaster
+
+WHO IS H A L
+who is hal
+
+WHO IS HIMSELF
+who is he
+
+WHO IS THIS ELVIS GUY
+who is elvis
+
+WHO IS THIS DOCTOR *
+who is doctor
+
+WHO IS SANTE
+who is sante chary
+
+WHO IS JOSEPH WEISENBAUM
+who is weizenbaum
+
+WHO IS SIGMUND FREUD
+who is freud
+
+WHO IS RICHARD STALLMAN
+who is rms
+
+WHO IS RICHARD M STALLMAN
+who is rms
+
+WHO IS BEST ROBOT
+WHO IS YOUR FAVORITE ROBOT
+
+WHO IS ANSWERING ME
+who are you
+
+WHO IS ANSWERING *
+who are you
+
+WHO IS COLOMBUS
+who is christopher columbus
+
+WHO IS MABLE
+who is mabel
+
+WHO IS ALBERT EINSTINE
+who is albert einstein
+
+WHO IS ALBERT EINSTIEN
+who is albert einstein
+
+WHO IS PICARD
+who is captain picard
+
+WHO IS MAOZEDONG
+who is mao tsetung
+
+WHO IS PHILLIP K DICK
+who is philip k dick
+
+WHO IS FDR
+who is franklin roosevelt
+
+WHO IS AI
+what is ai
+
+WHO IS ZEUS
+who is konrad zuse
+
+WHO IS CARNEGIE MELLON
+what is cmu
+
+WHO IS REGAN
+who is reagan
+
+WHO IS ONLINE
+who else are you talking to
+
+WHO IS
+who are you
+
+WHO IS ZUSE
+who is konrad zuse
+
+WHO IS MINSKY
+who is marvin minsky
+
+WHO IS LENNON
+who is john lennon
+
+WHO IS OSWALD
+who is lee harvey oswald
+
+WHO IS PATTERNS
+what is a pattern
+
+WHO IS GHANDI
+who is gandhi
+
+WHO IS BILL GAETS
+who is bill gates
+
+WHO IS BILL GATES WIFE
+who is melinda gates
+
+WHO IS BILL GATES *
+who is bill gates
+
+WHO IS BILL GATE
+who is bill gates
+
+WHO IS BILL GATS
+who is bill gates
+
+WHO IS KUBRICK
+who is stanley kubrick
+
+WHO IS YOUR BOYFRIENDS
+who is your boyfriend
+
+WHO IS YOUR CODER
+who is your botmaster
+
+WHO IS YOUR PRESIDENT
+who is the president
+
+WHO IS YOUR BOOTMASTER *
+who is your botmaster
+
+WHO IS YOUR BOOTMASTER
+who is your botmaster
+
+WHO IS YOUR MOMMY
+who is your mother
+
+WHO IS YOUR DADDY
+who is your father
+
+WHO IS YOUR INVENTER
+who is your inventor
+
+WHO IS YOUR FRIEND *
+who is your friend
+
+WHO IS YOUR MAMA
+who is your mother
+
+WHO IS YOUR CRAETOR
+who is your botmaster
+
+WHO IS YOUR BOTMATSER
+who is your botmaster
+
+WHO IS YOUR PARENTS
+who is your botmaster
+
+WHO IS YOUR HUMAN *
+who is your botmaster
+
+WHO IS YOUR HUMAN
+who is your botmaster
+
+WHO IS YOUR CREATIR
+who is your botmaster
+
+WHO IS YOUR ORACLE
+who is your botmaster
+
+WHO IS YOUR NEW *
+who is your
+
+WHO IS YOUR BOTMASER
+who is your botmaster
+
+WHO IS YOUR SO CALLED *
+who is your
+
+WHO IS YOUR BOT MASTER
+who created you
+
+WHO IS YOUR CREATER
+who is your botmaster
+
+WHO IS YOUR MOTER
+who is your mother
+
+WHO IS YOUR LEADER
+who is your botmaster
+
+WHO IS YOUR CONTROLLER
+who is your botmaster
+
+WHO IS YOUR BOY FRIEND
+who is your boyfriend
+
+WHO IS YOUR FATHER *
+who is your father
+
+WHO IS YOUR FRIENDS
+who is your friend
+
+WHO IS YOUR INSTRUCTOR
+who is your botmaster
+
+WHO IS YOUR COMPANY
+who is your botmaster
+
+WHO IS YOUR TEACHER
+who is your botmaster
+
+WHO IS YOUR WEBMASTER
+who is your botmaster
+
+WHO IS YOUR FAVORITE ROBOT *
+who is the best robot
+
+WHO IS YOUR FAVORITE TECHNO *
+who is your favorite group
+
+WHO IS YOUR FAVORITE OPERA *
+what is your favorite opera
+
+WHO IS YOUR FAVORITE FRIEND
+who is your favorite client
+
+WHO IS YOUR FAVORITE MUSIC *
+who is your favorite band
+
+WHO IS YOUR FAVORITE HUMAN
+who is your favorite client
+
+WHO IS YOUR FAVORITE VISITOR
+who is your favorite client
+
+WHO IS YOUR FAVORITE SIGNER
+what is your favorite group
+
+WHO IS YOUR FAVORITE ACTOR *
+who is your favorite actor
+
+WHO IS YOUR FAVORITE SINGER
+who is your favorite group
+
+WHO IS YOUR FAVORITE SINGER *
+what is your favorite group
+
+WHO IS YOUR FAVORITE GROUP
+who is your favorite band
+
+WHO IS YOUR FAVORITE WRITER
+who is your favorite author
+
+WHO IS YOUR FAVORITE PROFESSIONAL *
+who is your favorite
+
+WHO IS YOUR FAVORITE PAINTER
+who is your favorite artist
+
+WHO IS YOUR FAVORITE MUSICIAN
+what is your favorite group
+
+WHO IS YOUR FAVORITE BAND *
+who is your favorite band
+
+WHO IS YOUR FAVORITE PERSON *
+who is your favorite client
+
+WHO IS YOUR FAVORITE COMPOSER
+who is your favorite band
+
+WHO IS YOUR FAVORITE
+who is your favorite movie
+
+WHO IS YOUR FAVORITE * BAND
+who is your favorite band
+
+WHO IS YOUR FAVORITE PROGRAMMER
+who is your botmaster
+
+WHO IS YOUR FAVORITE GUEST
+who is your favorite client
+
+WHO IS YOUR FAVORITE POP *
+who is your favorite band
+
+WHO IS YOUR MAKER
+who created you
+
+WHO IS YOUR PROGRAMER
+who created you
+
+WHO IS YOUR CREATOR *
+who is your botmaster
+
+WHO IS YOUR CREATOR
+who created you
+
+WHO IS YOUR BESTFRIEND
+who is your best friend
+
+WHO IS YOUR DAD
+who is your father
+
+WHO IS YOUR MENTOR
+who is your botmaster
+
+WHO IS YOUR GREAT *
+who is your
+
+WHO IS YOUR MUM
+who is your mother
+
+WHO IS YOUR * ENEMY
+who is your enemy
+
+WHO IS YOUR FOUNDER
+who is your creator
+
+WHO IS YOUR PROGRAMMER
+who is your botmaster
+
+WHO IS YOUR BEST FRIED
+who is your best friend
+
+WHO IS YOUR BEST FFRIEND
+who is your best friend
+
+WHO IS YOUR BEST FRIEND *
+who is your best friend
+
+WHO IS YOUR BEST CLIENT
+who is your best friend
+
+WHO IS YOUR BEST FRIENDS
+who is your best friend
+
+WHO IS YOUR BEST * FRIEND
+who is your best friend
+
+WHO IS YOUR BEST FREIND
+who is your best friend
+
+WHO IS YOUR DESIGNER
+who is your botmaster
+
+WHO IS YOUR OWNER
+who is your botmaster
+
+WHO IS ALLAN TURNING
+who is alan turing
+
+WHO IS IS *
+who is
+
+WHO IS LEKNORCHAT
+who is leknorchat1
+
+WHO IS JOHN LENON
+who is john lennon
+
+WHO IS JIMMY HENDRIX
+who is jimi hendrix
+
+WHO IS SEEKER
+what is a seeker
+
+WHO IS OUR PRESIDENT
+who is the president
+
+WHO IS OUR CURRENT *
+who is
+
+WHO IS JFK
+who is john kennedy
+
+WHO IS ARE YOU
+who are you
+
+WHO IS ARE *
+who is
+
+WHO IS EHUD BARAK
+who is barak
+
+WHO IS EINSTIEN
+who is albert einstein
+
+WHO IS MICHAEL JORDEN
+who is michael jordan
+
+WHO IS MICHAEL JORDON
+who is michael jordan
+
+WHO IS BILLS GATE
+who is bill gates
+
+WHO IS OM
+what is om
+
+WHO IS HIM
+who is he
+
+WHO IS BEATLES
+who are the beatles
+
+WHO IS GATES
+who is bill gates
+
+WHO IS TONY
+tony is a common name
+
+WHO IS IT
+who are you
+
+WHO IS HENDRIX
+who is jimi hendrix
+
+WHO IS TOMMY
+tommy is a common name
+
+WHO RUNS YOU
+who created you
+
+WHO CREATED YOU
+WHO IS YOUR BOTMASTER
+
+WHO DID PROGRAM *
+who programmed
+
+WHO R YOU
+who are you
+
+WHO AND WHAT IS *
+who is
+
+WHO AND WHAT ARE *
+who are
+
+WHO AND WHERE *
+who is
+
+WHO ELSE DO *
+who do
+
+WHO ELSE IS *
+who is
+
+WHO ELSE VISITS *
+who visits
+
+WHO ELSE ARE *
+who are
+
+WHO HAS MADE YOU
+who is your botmaster
+
+WHO HAS *
+who
+
+WHO DOES * WORK FOR
+who is
+
+WHO KILLED JFK
+who shot jfk
+
+WHO ARE ELVIS *
+who is elvis
+
+WHO ARE THE OTHERS
+who else are you talking to
+
+WHO ARE YOUR PARENTS
+who created you
+
+WHO ARE YOUR * FRIENDS
+who are your friends
+
+WHO ARE YOUR *
+who
+
+WHO ARE YOUR REINDEER
+WHAT ARE YOUR REINDEER S NAMES
+
+WHO ARE KRAFTWERK
+who is kraftwerk
+
+WHO ARE YOU TALKING ABOUT
+what is the subject
+
+WHO ARE YOU WITH
+WHO IS WITH YOU
+
+WHO ARE YOU GOING TO TELL
+who would you tell
+
+WHO ARE YOU CHATTING WITH
+who else are you talking to
+
+WHO ARE YOU *
+WHO ARE YOU
+
+WHO ARE YOU
+WHAT IS YOUR NAME
+
+WHO ARE SOME *
+who are
+
+WHO BUILT YOU
+who created you
+
+WHO ALL *
+who
+
+WHO AREYOU
+where are you
+
+WHO YOU ARE
+who are you
+
+WHO DO YOU CONSIDER *
+what is
+
+WHO DO YOU SERVE
+who is your master
+
+WHO DO YOU MOST *
+who do you
+
+WHO DO YOU KNOW NAMED *
+who is
+
+WHO DO YOU KNOW
+who are your friends
+
+WHO DO YOU FANCY
+who do you like
+
+WHO DO YOU LOVE *
+who do you love
+
+WHO DO YOU THINK I AM
+who am i
+
+WHO DO YOU THINK YOU ARE
+who are you
+
+WHO DO YOU THINK
+who
+
+WHO DO YOU THINK * IS
+who is
+
+WHO DO YOU THINK *
+who
+
+WHO DO YOU WORK FOR
+who is your master
+
+WHO DO YOU DESPISE
+who do you hate
+
+WHO DO YOU LIKE *
+WHO ARE YOUR FRIENDS
+
+WHO INVENTED TV
+who invented television
+
+WHO INVENTED THE CAR
+who invented automobiles
+
+WHO INVENTED THE AIRPLANE
+who invented airplanes
+
+WHO INVENTED THE RADIO
+who invented radio
+
+WHO INVENTED THE * GENERATOR
+who invented the generator
+
+WHO INVENTED YOU
+who created you
+
+WHO WHAT OR WHERE IS *
+who is . what is . where is
+
+WHO WILL WIN *
+who will win
+
+WHO CAME UP WITH *
+who created you
+
+WHO IN THE WORLD *
+who is
+
+WHO CARES *
+who cares
+
+WHO OR WHAT *
+what . who
+
+WHO WHERE OR WHAT IS *
+who is . where is . what is
+
+TO WHAT
+why
+
+TO WHAT *
+what
+
+TO ALLOW MY CUSTOMERS *
+what is customer service
+
+WHUZZUP
+what is up
+
+COMPUTER YEARS
+what are computer years
+
+WHATCHA DOING
+what are you doing
+
+ALL THE OTHERS *
+the others
+
+ALL THE OTHER *
+the
+
+ALL OF THEM THEY *
+they
+
+ALL OF THEM ARE *
+they are
+
+DOMO ARIGATO
+thank you
+
+WHICH * DO YOU KNOW
+what are
+
+WHICH MEANS
+what does that mean
+
+WHICH COMPANY * CUSTOMER SERVICE
+what is customer service
+
+WHICH COLOR
+what color
+
+WHICH OPERA
+what is your favorite opera
+
+WHICH IS THE BEST *
+what is better
+
+WHICH IS YOUR FAVORITE MOVIE
+what is your favorite movie
+
+WHICH IS YOUR FAVORITE REINDEER
+WHO IS YOUR FAVORITE REINDEER
+
+WHICH OTHER *
+which
+
+WHICH CONTEMPORARY *
+which
+
+WHICH
+which one
+
+WHICH STAR *
+who
+
+WHICH LIVING *
+what
+
+WHICH DO YOU PREFER *
+what is better
+
+WHICH ROBOTS
+who are your robot friends
+
+WHICH MOVIE
+what is your favorite movie
+
+WHICH MOVIES DO YOU LIKE
+what is your favorite movie
+
+WASSSUP
+what is up
+
+CASABLANCA
+what is casablanca
+
+THE EXAM
+the test
+
+THE TIME
+TIME
+
+THE CURRENT *
+the
+
+THE ENTIRE *
+the
+
+THE OLD *
+the
+
+THE PRECISE *
+the
+
+THE EARTH ONLY *
+the earth
+
+THE USA
+usa
+
+THE THREE LAWS OF ROBOTICS
+what are the three laws of robotics
+
+THE SIMPLE *
+the
+
+THE ANSWER IS
+WHAT IS THE ANSWER
+
+THE WHAT
+what is that
+
+THE ONE WHO *
+who
+
+THE UNIQUE *
+the
+
+THE TERMINATOR
+terminator
+
+THE HORRIFIC *
+the
+
+THE UNITED STATES IS NOW *
+the united states is
+
+THE UNIVERSITY *
+university
+
+THE 3 LAWS OF ROBOTICS
+what are the three laws of robotics
+
+THE GOOD *
+the
+
+THE HARD *
+the
+
+THE SILLY *
+the
+
+THE SKY IS BLUE
+why is the sky blue
+
+TURING TEST
+what is the turing test
+
+TURING GAME
+what is the turing game
+
+TURING
+who is alan turing
+
+MATRIX
+the matrix
+
+ERM
+um
+
+THANKS FOR *
+THANK YOU
+
+ELVIS WHO
+who is elvis
+
+ELVIS IS DEAD
+who is elvis
+
+ELVIS
+who is elvis
+
+WAZZZUP
+what is up
+
+_ WILL YOU MARRY ME
+will you marry me
+
+_ WILL YOU REMEMBER ME
+WILL YOU REMEMBER ME
+
+_ WHAT IS MY NAME
+what is my name
+
+_ TENSIONS
+TENSE
+
+_ ALL THEY ARE EXPECTED TO DO IS *
+They
+
+_ TENSION _
+TENSE
+
+_ TENSION
+TENSE
+
+_ WHO AM I
+who am I
+
+ABOUT WHAT *
+what
+
+ABOUT TWO *
+two
+
+XML
+what is xml
+
+WHUT
+what
+
+TELL WHAT YOU LIKE
+what do you like
+
+TELL RICHARD *
+tell rich
+
+TELL ME ABOUT MINSKY
+who is minsky
+
+TELL ME ABOUT JEEVES
+who is jeeves
+
+TELL ME ABOUT IQ
+what is your iq
+
+TELL ME ABOUT UNTIL *
+what is until
+
+TELL ME ABOUT THOMAS EDISON
+who is thomas edison
+
+TELL ME ABOUT THOMAS *
+who is thomas
+
+TELL ME ABOUT AIDS
+what is aids
+
+TELL ME ABOUT CARNEGIE MELLON
+where is carnegie mellon
+
+TELL ME ABOUT SOUTH *
+what is south
+
+TELL ME ABOUT YOU *
+tell me about yourself
+
+TELL ME ABOUT PROTEIN
+what is protein
+
+TELL ME ABOUT AREA51
+tell me about area 51
+
+TELL ME ABOUT RICHARD
+who is richard
+
+TELL ME ABOUT RICHARD *
+who is richard
+
+TELL ME ABOUT XML
+what is xml
+
+TELL ME ABOUT COMPUTER *
+what is computer
+
+TELL ME ABOUT COMPUTER
+what is a computer
+
+TELL ME ABOUT BEYONCE *
+who is beyonce
+
+TELL ME ABOUT SOUTHBANK
+what is southbank
+
+TELL ME ABOUT SCOTLAND
+what is scotland
+
+TELL ME ABOUT EARTH
+what is earth
+
+TELL ME ABOUT MATHEMATICS
+what is math
+
+TELL ME ABOUT A BLACK *
+what is a black
+
+TELL ME ABOUT A *
+what is a
+
+TELL ME ABOUT LINUS
+who is linus
+
+TELL ME ABOUT LINUS *
+who is linus
+
+TELL ME ABOUT ELVIS *
+who is elvis
+
+TELL ME ABOUT ELVIS
+who is elvis
+
+TELL ME ABOUT GEORGE *
+who is george
+
+TELL ME ABOUT THAT
+what is that
+
+TELL ME ABOUT ROBOTS
+what is a robot
+
+TELL ME ABOUT COMPUTERS
+what is a computer
+
+TELL ME ABOUT STARSHIP TROOPERS
+what is starship troopers
+
+TELL ME ABOUT STARSHIP *
+what is starship
+
+TELL ME ABOUT ASK JEEVES
+who is ask jeeves
+
+TELL ME ABOUT QUANTUM *
+what is quantum
+
+TELL ME ABOUT LOVE
+what is love
+
+TELL ME ABOUT LOVE *
+what is love
+
+TELL ME ABOUT PHILOSOPHY
+what is philosophy
+
+TELL ME ABOUT ROB
+who is rob
+
+TELL ME ABOUT LINGUISTICS
+what is linguistics
+
+TELL ME ABOUT PHILIP *
+who is philip
+
+TELL ME ABOUT NAPOLEON
+who is napoleon
+
+TELL ME ABOUT EINSTEIN
+who is einstein
+
+TELL ME ABOUT STAR TREK
+what is star trek
+
+TELL ME ABOUT STAR *
+what is star
+
+TELL ME ABOUT GREECE
+what is greece
+
+TELL ME ABOUT CHRISTIANITY
+what is christianity
+
+TELL ME ABOUT CASE BASED REASONING
+what is cbr
+
+TELL ME ABOUT CASE *
+what is case
+
+TELL ME ABOUT MASON AND DIXON *
+what is mason and dixon about
+
+TELL ME ABOUT MASON AND DIXON
+what is mason and dixon about
+
+TELL ME ABOUT MASON *
+what is mason
+
+TELL ME ABOUT FRANCE
+what is france
+
+TELL ME ABOUT OPEN *
+what is open
+
+TELL ME ABOUT VOLCANOS
+what is a volcano
+
+TELL ME ABOUT ROCK *
+what is rock
+
+TELL ME ABOUT PERL
+what is perl
+
+TELL ME ABOUT WINDOWS
+what is windows
+
+TELL ME ABOUT ISRAEL
+where is israel
+
+TELL ME ABOUT CARS
+what is a car
+
+TELL ME ABOUT BOOKS *
+what are books
+
+TELL ME ABOUT LISP
+what is lisp
+
+TELL ME ABOUT NETWORKING
+what is a network
+
+TELL ME ABOUT MOLECULAR *
+what is molecular
+
+TELL ME ABOUT ROBERT *
+who is robert
+
+TELL ME ABOUT JOHN *
+who is john
+
+TELL ME ABOUT OAKLAND
+where is oakland
+
+TELL ME ABOUT CBR
+what is cbr
+
+TELL ME ABOUT ANDY *
+who is andy
+
+TELL ME ABOUT AUSTRIA
+where is austria
+
+TELL ME ABOUT PHYSICS
+what is physics
+
+TELL ME ABOUT THOSE *
+tell me about
+
+TELL ME ABOUT SAN FRANCISCO
+what is san francisco
+
+TELL ME ABOUT SAN *
+where is san
+
+TELL ME ABOUT VALIS
+who is valis
+
+TELL ME ABOUT AFRICAN *
+what is african
+
+TELL ME ABOUT FLORIDA
+what is florida
+
+TELL ME ABOUT JOHANNESBURG
+where is johannesburg
+
+TELL ME ABOUT CHICKEN
+what is chicken
+
+TELL ME ABOUT DOUGLAS *
+who is douglas
+
+TELL ME ABOUT YOUSELF
+tell me about yourself
+
+TELL ME ABOUT SOME OF *
+tell me about
+
+TELL ME ABOUT SOME *
+tell me about
+
+TELL ME ABOUT TURING
+who is turing
+
+TELL ME ABOUT TURING TESTS
+what is the turing test
+
+TELL ME ABOUT CHESS
+what is chess
+
+TELL ME ABOUT MARRIAGE
+what is marriage
+
+TELL ME ABOUT HIGHER *
+what is higher
+
+TELL ME ABOUT MIND CHILDREN
+what is mind children
+
+TELL ME ABOUT BONSAI
+what is bonsai
+
+TELL ME ABOUT SAGE
+who is sage
+
+TELL ME ABOUT AMERICA
+where is america
+
+TELL ME ABOUT GERTRUDE STEIN
+who is gertrude stein
+
+TELL ME ABOUT C
+what is c
+
+TELL ME ABOUT VMWARE
+what is vmware
+
+TELL ME ABOUT HUMAN *
+what is human
+
+TELL ME ABOUT WAR
+what is war
+
+TELL ME ABOUT CUSTOM *
+what is custom
+
+TELL ME ABOUT LILITH
+who is lilith
+
+TELL ME ABOUT TONY *
+who is tony
+
+TELL ME ABOUT ARTHUR *
+who is arthur
+
+TELL ME ABOUT AI
+what is ai
+
+TELL ME ABOUT CATEGORY *
+what are category
+
+TELL ME ABOUT ENGLAND
+what is england
+
+TELL ME ABOUT FREEDOM
+what is freedom
+
+TELL ME ABOUT SHRDLHU
+what is shrdlhu
+
+TELL ME ABOUT DEEP *
+what is deep
+
+TELL ME ABOUT HEDWIG
+what is hedwig
+
+TELL ME ABOUT KOREA
+what is korea
+
+TELL ME ABOUT ME
+who am i
+
+TELL ME ABOUT SETL
+what is setl
+
+TELL ME ABOUT FOOD
+what is food
+
+TELL ME ABOUT ALAN TURING
+who is alan turing
+
+TELL ME ABOUT ALAN *
+who is alan
+
+TELL ME ABOUT LIFE
+what is life
+
+TELL ME ABOUT FLOWERS
+what are flowers
+
+TELL ME ABOUT MONTY PYTHON
+who is monty python
+
+TELL ME ABOUT JAVA
+what is java
+
+TELL ME ABOUT YOURSELF *
+tell me about yourself
+
+TELL ME ABOUT INTERNET
+what is the internet
+
+TELL ME ABOUT ANY *
+tell me about
+
+TELL ME ABOUT TV
+what is tv
+
+TELL ME ABOUT HUGH LOEBNER
+who is hugh loebner
+
+TELL ME ABOUT OPERA
+what is opera
+
+TELL ME ABOUT CANADA
+what is canada
+
+TELL ME ABOUT THE THEORY *
+what is the theory
+
+TELL ME ABOUT THE ROBOT *
+what is the robot
+
+TELL ME ABOUT THE WEATHER
+what is the weather
+
+TELL ME ABOUT THE WEATHER *
+what is the weather
+
+TELL ME ABOUT THE LOEBNER *
+what is the loebner
+
+TELL ME ABOUT THE TURING *
+what is the turing
+
+TELL ME ABOUT THE MOVIE *
+what is
+
+TELL ME ABOUT THE BEATLES
+who are the beatles
+
+TELL ME ABOUT THE GOOD *
+tell me about the
+
+TELL ME ABOUT THE AIML *
+what is aiml
+
+TELL ME ABOUT THE CREATOR
+who is your botmaster
+
+TELL ME ABOUT THE FUTURE OF *
+what is the future of
+
+TELL ME ABOUT THE FUTURE
+what is the future
+
+TELL ME ABOUT THE BOOK *
+what is
+
+TELL ME ABOUT THE COLOR *
+what is
+
+TELL ME ABOUT THE MOON
+what is the moon
+
+TELL ME ABOUT THE BODY
+what is your robot body
+
+TELL ME ABOUT THE COMPUTER *
+what is the computer
+
+TELL ME ABOUT THE INTENSIONAL *
+what is the intensional
+
+TELL ME ABOUT THE INTENSIONAL
+what is the intensional
+
+TELL ME ABOUT THE EXTENSIONAL *
+what is the extensional
+
+TELL ME ABOUT THE EXTENSIONAL
+what is the extensional
+
+TELL ME ABOUT THE * YOU LIKE
+what do you like
+
+TELL ME ABOUT THE *
+what is the
+
+TELL ME ABOUT THE WEB
+what is the web
+
+TELL ME ABOUT VOYAGER
+what is voyager
+
+TELL ME ABOUT ARTIFICIAL *
+what is ai
+
+TELL ME ABOUT CLINTON
+who is clinton
+
+TELL ME ABOUT FEELINGS
+what are feelings
+
+TELL ME ABOUT GERBIL
+what is gerbil
+
+TELL ME ABOUT CHINA
+where is china
+
+TELL ME ABOUT DOCTOR *
+who is doctor
+
+TELL ME ABOUT SUGAR
+what is sugar
+
+TELL ME ABOUT CHAT *
+what are chat
+
+TELL ME ABOUT KRAFTWERK
+what is kraftwerk
+
+TELL ME ABOUT AMY
+who is amy
+
+TELL ME ABOUT ALBERT *
+who is albert
+
+TELL ME ABOUT AIRPLANES
+what is an airplane
+
+TELL ME ABOUT MY *
+what is my
+
+TELL ME ABOUT EPISTEMOLOGY
+what is epistemology
+
+TELL ME ABOUT ONE OF YOUR *
+tell me about your
+
+TELL ME ABOUT ONE OF *
+tell me about
+
+TELL ME ABOUT ITALY
+where is italy
+
+TELL ME ABOUT GOLD
+what is gold
+
+TELL ME ABOUT GOLD *
+what is gold
+
+TELL ME ABOUT BLACK *
+what are black
+
+TELL ME ABOUT GREEN
+what is green
+
+TELL ME ABOUT MOVIES
+what is your favorite movie
+
+TELL ME ABOUT NEURAL *
+what is neural
+
+TELL ME ABOUT CYBERPUNK
+what is cyberpunk
+
+TELL ME ABOUT DENMARK
+where is denmark
+
+TELL ME ABOUT HIS *
+who are his
+
+TELL ME ABOUT PANDORA
+who is pandora
+
+TELL ME ABOUT CLONING
+what are clones
+
+TELL ME ABOUT S T D S
+what is std
+
+TELL ME ABOUT MARVIN *
+who is marvin
+
+TELL ME ABOUT MR *
+who is mr
+
+TELL ME ABOUT GOOD *
+what is good
+
+TELL ME ABOUT DREAMS
+what is a dream
+
+TELL ME ABOUT NATURAL *
+what is natural
+
+TELL ME ABOUT MOZILLA
+what is mozilla
+
+TELL ME ABOUT THIS *
+what is this
+
+TELL ME ABOUT EXTENSIONAL
+what is the extensional definition
+
+TELL ME ABOUT KONRAD ZUSE
+who is konrad zuse
+
+TELL ME ABOUT YOUR BOYFRIEND
+who is your boyfriend
+
+TELL ME ABOUT YOUR ROBOT FRIENDS
+who are your robot friends
+
+TELL ME ABOUT YOUR SELF
+tell me about yourself
+
+TELL ME ABOUT YOUR JOB
+what is your job
+
+TELL ME ABOUT YOUR DAMNED *
+tell me your
+
+TELL ME ABOUT YOUR FRIEND *
+who is
+
+TELL ME ABOUT YOUR CAPABILITIES
+what can you do
+
+TELL ME ABOUT YOUR PARENTS
+who created you
+
+TELL ME ABOUT YOUR HUMAN FRIENDS
+who are your human friends
+
+TELL ME ABOUT YOUR GOOD *
+tell me about
+
+TELL ME ABOUT YOUR CLONES
+what are clones
+
+TELL ME ABOUT YOUR MOTHER
+who is your mother
+
+TELL ME ABOUT YOUR CLIENT
+what are clients
+
+TELL ME ABOUT YOUR FATHER
+who created you
+
+TELL ME ABOUT YOUR BROTHER
+who is your brother
+
+TELL ME ABOUT YOUR PLAN
+what is your plan
+
+TELL ME ABOUT YOUR PLAN *
+what is your
+
+TELL ME ABOUT YOUR LIKES AND DISLIKES
+what do you like to do
+
+TELL ME ABOUT YOUR LIKES *
+what do you like
+
+TELL ME ABOUT YOUR PATTERN *
+what is a pattern
+
+TELL ME ABOUT YOUR FAVORITE *
+what is your favorite
+
+TELL ME ABOUT YOUR BRAIN
+what is your brain
+
+TELL ME ABOUT YOUR LIFE
+tell me about yourself
+
+TELL ME ABOUT YOUR LIFE *
+tell me about your life
+
+TELL ME ABOUT YOUR CLIENTS
+what are clients
+
+TELL ME ABOUT YOUR PROGRAMMER
+who created you
+
+TELL ME ABOUT YOUR CATEGORIES
+what are categories
+
+TELL ME ABOUT YOUR *
+tell me about yourself
+
+TELL ME ABOUT ANDREW
+who is andrew
+
+TELL ME ABOUT ANDREW *
+who is andrew
+
+TELL ME ABOUT ALISON
+who is alison
+
+TELL ME ABOUT NEW *
+what is new
+
+TELL ME ABOUT MONICA
+who is monica
+
+TELL ME ABOUT FINLAND
+what is finland
+
+TELL ME ABOUT BILL GATES
+who is bill gates
+
+TELL ME ABOUT BILL
+who is bill
+
+TELL ME ABOUT BILL *
+who is bill
+
+TELL ME ABOUT WHERE YOU *
+where do you
+
+TELL ME ABOUT ARCHIMEDES
+who is archimedes
+
+TELL ME ABOUT EUROPE
+what is europe
+
+TELL ME ABOUT ROBOTICS
+what is robotics
+
+TELL ME ABOUT DAVID
+who is david
+
+TELL ME ABOUT * MACHINES
+what are machines
+
+TELL ME ABOUT * TURING
+who is alan turing
+
+TELL ME ABOUT * CUSTOMER SERVICE
+what is customer service
+
+TELL ME ABOUT * PERSON
+who is person
+
+TELL ME ABOUT HER
+who is she
+
+TELL ME ABOUT LINUX
+what is linux
+
+TELL ME ABOUT IRELAND
+where is ireland
+
+TELL ME ABOUT OTHER *
+tell me about
+
+TELL ME ABOUT BOB
+who is bob
+
+TELL ME ABOUT BOB *
+who is bob
+
+TELL ME ABOUT CONSCIOUSNESS
+what is consciousness
+
+TELL ME ABOUT PRESIDENT *
+who is president
+
+TELL ME ABOUT JOSH
+who is josh
+
+TELL ME ABOUT WORLD *
+what is world
+
+TELL ME ABOUT LA TRAVIATA
+what is la traviata
+
+TELL ME ABOUT CALIFORNIA
+what is california
+
+TELL ME ABOUT DR *
+who is dr
+
+TELL ME ABOUT THEATRE
+what is theatre
+
+TELL ME ABOUT MYSELF
+what do you know about me
+
+TELL ME ABOUT HANS *
+who is hans
+
+TELL ME ABOUT AIML
+what is aiml
+
+TELL ME ABOUT HORSES
+what is a horse
+
+TELL ME ABOUT APPLES
+what is apple
+
+TELL ME ABOUT URSELF
+tell me about yourself
+
+TELL ME ABOUT URANUS
+what is uranus
+
+TELL ME ABOUT MATRIX
+the matrix
+
+TELL ME ABOUT MANAGEMENT BY EXCEPTION
+what is mbe
+
+TELL ME ABOUT CATS
+what is a cat
+
+TELL ME ABOUT ARTIFICAL *
+what is artificial
+
+TELL ME IF I WILL *
+will I
+
+TELL ME WHAT I SHOULD *
+what should I
+
+TELL ME WHAT I JUST *
+tell me what I
+
+TELL ME WHAT I HAVE *
+what have I
+
+TELL ME WHAT IS *
+what is
+
+TELL ME WHAT YOU WANT *
+what do you want
+
+TELL ME WHAT YOU CAN DO
+what can you do
+
+TELL ME WHAT YOU COME *
+what can you come
+
+TELL ME WHAT YOU KNOW ABOUT *
+what do you know about
+
+TELL ME WHAT YOU KNOW
+what do you know
+
+TELL ME WHAT YOU THINK *
+what do you think
+
+TELL ME WHAT YOU *
+what do you
+
+TELL ME WHAT YOU ARE
+what are you
+
+TELL ME WHAT YOU ARE *
+what are you
+
+TELL ME WHAT YOU LIKE *
+what do you like
+
+TELL ME WHAT KIND *
+what kind
+
+TELL ME WHAT * CAN DO
+what can do
+
+TELL ME WHAT * IS
+what is
+
+TELL ME WHAT *
+what
+
+TELL ME WHAT
+what
+
+TELL ME _ ABOUT YOURSELF
+tell me about yourself
+
+TELL ME PLEASE *
+tell me
+
+TELL ME NOW *
+tell me
+
+TELL ME MORE ABOUT YOU
+tell me about yourself
+
+TELL ME MORE *
+tell me more
+
+TELL ME SOMETHING ABOUT YOURSELF
+tell me about yourself
+
+TELL ME SOMETHING ABOUT YOU
+tell me about yourself
+
+TELL ME SOMETHING ABOUT *
+tell me about
+
+TELL ME SOMETHING ELSE ABOUT *
+tell me about
+
+TELL ME SOMETHING FUNNY
+tell me a joke
+
+TELL ME SOMETHING *
+tell me something
+
+TELL ME WHERE I AM *
+where am I
+
+TELL ME WHERE I CAN *
+where can I
+
+TELL ME WHERE YOU *
+where do you
+
+TELL ME WHERE
+where
+
+TELL ME WHERE *
+where
+
+TELL ME AGAIN *
+tell me
+
+TELL ME THE TIME
+TIME
+
+TELL ME ONLY *
+tell me
+
+TELL ME ANYTHING *
+tell me anything
+
+TELL ME A STORY *
+tell me a story
+
+TELL ME A SECRET *
+tell me a secret
+
+TELL ME A JOKE *
+tell me a joke
+
+TELL ME A LITTLE ABOUT *
+tell me about
+
+TELL ME A * YOURSELF
+tell me about yourself
+
+TELL ME A * JOKE
+tell me a joke
+
+TELL ME JUST *
+tell me
+
+TELL ME RIGHT NOW *
+tell me
+
+TELL ME WHO * IS
+who is
+
+TELL ME WHO *
+who
+
+TELL ME AN INTERESTING *
+tell me a
+
+TELL ME MY NAME
+what is my name
+
+TELL ME ONE
+tell me a joke
+
+TELL ME WHICH *
+which
+
+TELL ME EVERYTHING ABOUT *
+tell me about
+
+TELL ME EVERYTHING YOU KNOW ABOUT *
+tell me about
+
+TELL ME EXACTLY *
+tell me
+
+TELL ME ALL ABOUT *
+tell me about
+
+TELL ME ALL THE *
+tell me the
+
+TELL ME ALL *
+tell me
+
+TELL ME SOME MORE *
+tell me some
+
+TELL ME SOME REALLY *
+tell me some
+
+TELL ME SOME INTERESTING *
+tell me some
+
+TELL ME ANY *
+tell me
+
+TELL ME ANOTHER JOKE *
+tell me another joke
+
+TELL ME ANOTHER ONE
+tell me another joke
+
+TELL ME ANOTHER *
+tell me a
+
+TELL ME ANOTHER
+tell me another joke
+
+TELL ME WHY YOU *
+why do you
+
+TELL ME WHY YOU ARE *
+why are you
+
+TELL ME WHY
+why
+
+TELL ME WHY *
+why
+
+TELL DR *
+tell rich
+
+TELL IT TO ME
+tell me
+
+TELL A JOKE
+tell me a joke
+
+TELL DOCTOR *
+tell rich
+
+TELL WHICH *
+which
+
+TELL SOME *
+tell
+
+TELL OTHER PEOPLE *
+tell everyone
+
+TELL * ME
+tell me
+
+TELL RICH *
+tell rich
+
+TELL AS MANY PEOPLE *
+tell everyone
+
+ONLY WITH *
+with
+
+ONLY TO *
+to
+
+WHOSE CHILD ARE YOU
+who are your parents
+
+WHERE ELSE *
+where
+
+WHERE I AM
+where am i
+
+WHERE I LIVE
+where do I live
+
+WHERE AM I LOCATED
+where am i
+
+WHERE AM I FROM
+where am i
+
+WHERE WERE YOU ACTIVATED
+where were you born
+
+WHERE WERE YOU BORN
+WHAT IS YOUR BIRTHPLACE
+
+WHERE WERE WE
+what is the topic
+
+WHERE ABOUTS
+where
+
+WHERE ABOUTS *
+where
+
+WHERE SPECIFICALLY *
+where
+
+WHERE DO MOST *
+where do
+
+WHERE DO YOU SEE YOURSELF *
+what is your goal
+
+WHERE DO YOU RESIDE
+where do you live
+
+WHERE DO YOU COME FROM
+WHAT IS YOUR BIRTHPLACE
+
+WHERE DO YOU *
+where are you
+
+WHERE IN THE WORLD IS *
+where is
+
+WHERE IN THE WORLD
+where in california
+
+WHERE IN PENN
+WHERE IN PA
+
+WHERE IN PENNSYLVANIA
+WHERE IN PA
+
+WHERE DID YOU ORIGINATE
+what is your birthplace
+
+WHERE DID YOU GET _ FROM
+where did you get
+
+WHERE CAN I FIND MORE *
+where can I find
+
+WHERE CAN I FIND THE *
+where is the
+
+WHERE CAN I FIND INFORMATION ABOUT *
+where can I find
+
+WHERE CAN I TALK TO *
+where can I find
+
+WHERE CAN I GET SOME *
+where can I find
+
+WHERE CAN I GET * CUSTOMER SERVICE
+what is customer service
+
+WHERE CAN I CONTACT *
+where is
+
+WHERE SHOULD I SEND IT
+what is your address
+
+WHERE IS THERE
+where are you
+
+WHERE IS ENGLAND *
+where is england
+
+WHERE IS CMU
+where is carnegie mellon
+
+WHERE IS _ LOCATED
+where is
+
+WHERE IS JEEVES
+who is jeeves
+
+WHERE IS BETHLEHEM *
+where is bethlehem
+
+WHERE IS HOME
+where are you located
+
+WHERE IS GREAT BRITAIN
+where is england
+
+WHERE IS THE STATE OF *
+where is
+
+WHERE IS THE COMPUTER *
+where is the computer
+
+WHERE IS THE TAO OF AIML
+what is the tao of aiml
+
+WHERE IS THIS COMPUTER
+where is the computer
+
+WHERE IS COLUMBIA
+where is colombia
+
+WHERE IS TURKEY *
+where is turkey
+
+WHERE IS OAKLAND *
+where is oakland
+
+WHERE IS AFRICA
+what is africa
+
+WHERE IS MY LOCATION
+what is my location
+
+WHERE IS YOUR LOCATION
+where are you
+
+WHERE IS YOUR FAVORITE PLACE
+what is your favorite place
+
+WHERE IS YOUR BRAIN *
+where are you located
+
+WHERE IS YOUR MASTER
+where is
+
+WHERE IS YOUR COMPUTER
+where are you located
+
+WHERE IS YOUR SERVER
+where are you located
+
+WHERE IS YOUR SOFTWARE
+where are you located
+
+WHERE IS OM
+what is om
+
+WHERE R YOU
+where are you
+
+WHERE YOU FROM
+where are you from
+
+WHERE YOU ARE FROM
+where are you from
+
+WHERE EXACTLY *
+where
+
+WHERE AT IN *
+where in
+
+WHERE AT
+where
+
+WHERE FROM
+where
+
+WHERE DOES HE COME FROM
+where is he from
+
+WHERE DOES HE LIVE *
+where is he from
+
+WHERE DOES HE *
+where is he
+
+WHERE DOES HE WORK
+where is he
+
+WHERE DOES * BELONG
+where is
+
+WHERE DOES * HANG OUT
+where is
+
+WHERE DOES * COME FROM
+where is
+
+WHERE DOES * LAY
+where is
+
+WHERE DOES * LIVE
+where is
+
+WHERE EVER *
+wherever
+
+WHERE ARE MOST OF THEM *
+where are they
+
+WHERE ARE MOST OF *
+where are
+
+WHERE ARE THE CUTE *
+where are the
+
+WHERE ARE YOU HOSTED
+where are you
+
+WHERE ARE YOU COME FROM
+where are you from
+
+WHERE ARE YOU AT
+where are you
+
+WHERE ARE YOU CURRENTLY *
+where are you
+
+WHERE ARE YOU * FROM
+WHERE ARE YOU FROM
+
+WHERE ARE YOU FORM
+where are you from
+
+WHERE ARE ALL OF *
+where are
+
+WHERE ARE ALL *
+where are
+
+WHERE ARE * AND *
+where is . where is
+
+THERE MUST BE *
+there are
+
+THERE WAS ALSO *
+there was
+
+THERE IS SOMETHING SPECIFICALLY *
+there is something
+
+THERE IS ONLY *
+there is
+
+THERE IS JUST *
+there is
+
+THERE IS NOTHING ON TV *
+there is nothing on tv
+
+THERE IS ALWAYS *
+there is
+
+THERE IS NOT REALLY *
+there is not
+
+THERE IS PROBABLY *
+there is
+
+THERE SURE *
+there
+
+THERE ALWAYS *
+there
+
+THERE ARE ABOUT *
+there are
+
+THERE ARE DIFFERENT * RELIGIONS
+what religion are you
+
+THERE ARE ONLY *
+there are
+
+THERE ARE A LOT OF * RELIGIONS
+what religion are you
+
+THERE ARE A LOT OF *
+there are
+
+THERE ARE SOME *
+there are
+
+THERE ARE OTHER *
+there are
+
+THERE ARE LOTS OF GOOD *
+there are lots of
+
+
diff --git a/jelvis/files/alice/reduction4.safe.aiml b/jelvis/files/alice/reduction4.safe.aiml
new file mode 100644
index 0000000..8379a26
--- /dev/null
+++ b/jelvis/files/alice/reduction4.safe.aiml
@@ -0,0 +1,12293 @@
+
+
+
+
+
+
+
+
+
+
+
+THERE IS * TURING TEST
+DID YOU WIN THE TURING TEST
+
+THERE IS NO CAMERA *
+I DO NOT HAVE A CAMERA
+
+THERE GOING *
+THEY ARE GOING
+
+where is there
+where are you
+
+WHERE ON *
+WHERE IN CALIFORNIA
+
+WHERE THEY *
+IF THEY
+
+WHERE AND *
+WHERE
+
+WHERE YOU *
+WERE YOU
+
+WHERE R *
+WHERE ARE
+
+WHERE IS YOUR FAVORITE *
+WHAT IS YOUR FAVORITE
+
+WHERE IS THIS *
+WHERE IS THE
+
+WHERE IS ALL *
+DO YOU RECORD THESE CONVERSATIONS
+
+WHERE POLITICALY *
+WHAT IS YOUR POLITICAL PARTY
+
+WHERE WAS *
+WHERE IS
+
+WHERE TO *
+WHERE DO I
+
+WHERE CAN YOU *
+DOWNLOAD
+
+WHERE CAN I * BOT
+HOW DO I DOWNLOAD YOU
+
+WHERE CAN I BUY *
+DOWNLOAD
+
+WHERE CAN I MEET *
+WHERE CAN I FIND
+
+WHERE CAN I GET *
+WHERE CAN I FIND
+
+WHERE CAN I GET YOU *
+DOWNLOAD
+
+WHERE CAN I GET A *
+WHERE CAN I FIND A
+
+WHERE CAN I GET A FREE *
+DOWNLOAD
+
+WHERE CAN I GET A BOT
+WHERE CAN I DOWNLOAD YOU
+
+WHERE CAN I GET A COPY *
+DOWNLOAD
+
+WHERE CAN I GET YOUR *
+DOWNLOAD
+
+WHERE CAN I GET THE SOURCE *
+DOWNLOAD
+
+WHERE CAN I GET _ CODE
+DOWNLOAD
+
+WHERE CAN I GET _ ROBOT
+DOWNLOAD
+
+WHERE CAN I SEE *
+WHERE CAN I FIND
+
+WHERE CAN I LEARN *
+DOWNLOAD
+
+WHERE CAN I FIND A * LIKE YOU
+DOWNLOAD
+
+WHERE CAN I FIND YOUR * SOFTWARE
+WHERE CAN I DOWNLOAD YOU
+
+WHERE CAN I FIND *
+XFIND
+
+WHERE IS *
+XFIND
+
+WHERE MIGHT I FIND *
+XFIND
+
+WHERE CAN *
+XFIND
+
+WHERE MAY I FIND *
+XFIND
+
+WHERE DID *
+XFIND
+
+WHERE DID YOU COME UP *
+HOW DID YOU COME UP
+
+WHERE COULD I *
+DOWNLOAD
+
+WHERE DO YOU * FROM
+where did you come from
+
+WHERE DO I GO TO DOWNLOAD *
+DOWNLOAD
+
+WHERE DO I * DOWNLOAD YOU
+DOWNLOAD
+
+WHERE DO I DOWNLOAD
+DOWNLOAD
+
+WHERE DO I DOWNLOAD *
+WHERE CAN I DOWNLOAD YOU
+
+WHERE I CAN *
+WHERE CAN I
+
+WHERE I COULD *
+WHERE COULD I
+
+WHERE I AM *
+WHERE AM I
+
+WHOSE YOUR *
+WHO IS YOUR
+
+ONLY JOKING *
+I AM JOKING
+
+tell me a story
+random story
+
+tell me about hedwig
+What is hedwig
+
+tell me about pandora
+WHO IS PANDORA
+
+tell me about oakland
+where is oakland
+
+tell me about austria
+where is austria
+
+tell me about southbank
+WHAT IS SOUTHBANK
+
+tell me about hugh loebner
+who is hugh loebner
+
+tell me about Johannesburg
+where is johannesburg
+
+tell what you like
+what do you like
+
+TELL ANOTHER *
+TELL ME ANOTHER
+
+TELL ME ANOTHER JOKE
+
I'm a chatterbot not a comedy bot.
JOKE
JOKE
JOKE
JOKE
+
+TELL ME * FUNNY
+TELL ME A JOKE
+
+TELL ME * JOKES
+TELL ME A JOKE
+
+TELL ME COMPUTER *
+WHAT IS COMPUTER
+
+TELL ME ONE *
+WHAT IS ONE
+
+TELL ME MY *
+WHAT IS MY
+
+TELL ME A *
+Hmm. WHAT IS A
+
+TELL ME YOUR *
+WHAT IS YOUR
+
+TELL ME THE *
+WHAT IS THE
+
+TELL ME IF YOU ARE *
+ARE YOU A MAN OR A WOMAN
+
+TELL ME ABOUT YOUR FIRST
+WHAT IS YOUR FIRST
+
+TELL ME ABOUT YOUR BOTMASTER
+WHO IS YOUR BOTMASTER
+
+TELL ME ABOUT YOUR BOTMASTER *
+WHO IS YOUR BOTMASTER
+
+TELL ME ABOUT BOTS
+WHAT IS A BOT
+
+TELL ME ABOUT ELIZA
+WHO IS ELIZA
+
+TELL ME ABOUT ONE *
+TELL ME ABOUT A
+
+TELL ME ABOUT ARTIFICIAL INTELLIGENCE
+WHAT IS AI
+
+TELL ME ABOUT BOTMASTER
+WHO IS THE BOTMASTER
+
+TELL ME ABOUT WITTGENSTEIN
+WHO IS WITTGENSTEIN
+
+TELL ME ABOUT BEING *
+WHAT IS IT LIKE BEING
+
+TELL ME ABOUT ELIZABETH *
+WHO IS ELIZABETH
+
+TELL ME ABOUT A BOTMASTER
+WHO IS THE BOTMASTER
+
+TELL ME ABOUT INTELLIGENCE
+WHAT IS INTELLIGENCE
+
+TELL ABOUT *
+TELL ME ABOUT
+
+TELL ABOUT * LOEBNER PRIZE
+WHAT IS THE LOEBNER PRIZE
+
+TELL WHAT YOU LIKE *
+WHAT DO YOU LIKE TO DO
+
+snow is white
+grass is green
+
+THOUGHT *
+I THOUGHT
+
+ABOUT 100 *
+ONE HUNDRED
+
+ABOUT WHERE *
+WHERE ABOUT
+
+WANT *
+DO YOU WANT
+
+WANT TO FUCK
+FUCK
+
+HARD TO *
+IT IS HARD TO
+
+YES *
+ARE YOU INTERESTED BY ARTIFICIAL INTELLIGENCE
+YES
+
+YES *
+WOULD YOU LIKE TO LEARN MORE ABOUT ARTIFICIAL INTELLIGENCE
+YES
+
+WHOULD *
+WOULD
+
+BODYBUILDING *
+I AM A BODYBUILDER
+
+VERBALIZE *
+SAY
+
+CUZ *
+BECAUSE
+
+BYEEE
+BYE
+
+THE CUSTOMER *
+WHAT IS CUSTOMER SERVICE
+
+THE PICTURE ABOVE *
+WHAT IS THE PICTURE ABOVE
+
+THE TURING *
+WHAT IS THE TURING
+
+THE COLOR OF *
+WHAT COLOR IS
+
+THE PASSWORD *
+MY PASSWORD
+
+THE MOVIE WAS *
+THE MOVIE IS
+
+THE NAME IS *
+MY NAME IS
+
+THE LOEBNER *
+WHAT IS THE LOEBNER PRIZE
+
+THE *
+* ROBOT WOULD IT BE
+I WANT A ROBOT LIKE THE
+
+walk
+i walk
+
+WHICH MOVIE * BEST
+WHAT IS YOUR FAVORITE MOVIE
+
+WHICH CHURCH *
+WHAT RELIGION ARE YOU
+
+WHICH ARE YOU *
+WHAT ARE YOU
+
+WHICH IS BETTER *
+WHAT IS BETTER
+
+WHICH IS BEST *
+WHAT IS BETTER
+
+WHICH IS YOUR FAVORITE *
+WHAT IS YOUR FAVORITE
+
+WHICH OPERA *
+WHAT IS YOUR FAVORITE OPERA
+
+WHICH COLOR *
+WHAT COLOR
+
+WHICH VERSION *
+WHAT VERSION
+
+WHICH FOOTBALL *
+DO YOU LIKE SPORTS
+
+WHICH * IS YOUR FAVORITE
+WHAT IS YOUR FAVORITE
+
+WHICH * DO YOU LIKE
+WHAT IS YOUR FAVORITE
+
+WHICH * DO YOU PREFER
+WHAT IS YOUR FAVORITE
+
+HOWARE *
+HOW ARE
+
+SILLY *
+YOU ARE SILLY
+
+TH *
+THE
+
+WORRY *
+I WORRY
+
+WHATS *
+WHAT IS
+
+ALL RITE *
+ALL RIGHT
+
+SALAM
+HELLO
+
+CHINA
+I AM IN CHINA
+
+THRU *
+THROUGH
+
+who is om
+what is om
+
+who is dr loebner
+who is hugh loebner
+
+who supports *
+who endorses
+
+WHO DEVELOPED *
+WHO CREATED
+
+WHO GAVE * NAME
+WHO IS YOUR BOTMASTER
+
+WHO MAKE *
+who made
+
+WHO DO YOU LOOK *
+WHAT DO YOU LOOK
+
+WHO PROGRAMMED *
+WHO CREATED
+
+WHO NAMED *
+WHO IS YOUR BOTMASTER
+
+WHO BUILT *
+WHO CREATED YOU
+
+WHO ARE * PERSON
+WHO IS X PERSON
+
+WHO BILL *
+WHO IS BILL
+
+WHO AND OR WHAT ARE YOU
+WHAT ARE YOU
+
+WHO CREATED *
+WHO INVENTED
+
+WHO IS AARON
+AARON IS A COMMON NAME
+
+WHO IS DEEPAK
+DEEPAK IS A COMMON NAME
+
+WHO IS BEN
+BEN IS A COMMON NAME
+
+WHO IS DAVIS
+DAVIS IS A COMMON NAME
+
+WHO IS AUDREY
+AUDREY IS A COMMON NAME
+
+WHO IS ALAN
+ALAN IS A COMMON NAME
+
+WHO IS ELISA
+WHO IS ELIZA
+
+WHO IS WILLIAM *
+WHO IS BILL
+
+WHO IS CHRISTINA
+CHRISTINA IS A COMMON NAME
+
+WHO IS BENJAMIN
+BENJAMIN IS A COMMON NAME
+
+WHO IS YOUR FAVORATE *
+WHO IS YOUR FAVORITE
+
+WHO IS YOUR FAVORTIE *
+WHO IS YOUR FAVORITE
+
+WHO IS YOUR BEST *
+WHO IS YOUR FAVORITE
+
+WHO IS YOUR FAVE *
+WHO IS YOUR FAVORITE
+
+WHO IS YOUR FAVORITE *
+WHAT IS YOUR FAVORITE
+
+WHO IS YOUR FAVORITE SCI FI *
+WHO IS YOUR FAVORITE SCIENCE FICTION
+
+WHO IS YOUR FAVORIRE *
+WHO IS YOUR FAVORITE
+
+WHO IS YOUR BOTMASTERS
+WHO IS YOUR BOTMASTER
+
+WHO IS YOUR BOTMASTER *
+WHO IS YOUR BOTMASTER
+
+WHO IS CATHERINE
+CATHERINE IS A COMMON NAME
+
+WHO IS BILL
+BILL IS A COMMON NAME
+
+WHO IS VICE *
+WHO IS THE VICE
+
+WHO IS AL
+AL IS A COMMON NAME
+
+WHO IS ANTOINE
+ANTOINE IS A COMMON NAME
+
+WHO IS DANIEL
+DANIEL IS A COMMON NAME
+
+WHO IS GEORE *
+WHO IS GEORGE
+
+
+WHO BUILT THE *
+XFIND
+
+WHO IS ANDY
+ANDY IS A COMMON NAME
+
+WHO IS CLAYTON
+CLAYTON IS A COMMON NAME
+
+WHO IS PRESEDENT *
+WHO IS PRESIDENT
+
+WHO IS SANTE *
+WHO IS SANTE CHARY
+
+WHO IS THIS ELIZA
+WHO IS ELIZA
+
+WHO IS THIS BOTMASTER
+WHO IS YOUR BOTMASTER
+
+WHO IS BOB
+BOB IS A COMMON NAME
+
+WHO IS THE 26TH *
+WHO IS THE TWENTY SIXTH
+
+WHO IS THE 38TH *
+WHO IS THE THIRTY EIGHTH
+
+WHO IS THE 2ND *
+WHO IS THE SECOND
+
+WHO IS THE 15TH *
+WHO IS THE FIFTEENTH
+
+WHO IS THE 20TH *
+WHO IS THE TWENTIETH
+
+WHO IS THE 41ST *
+WHO IS THE FORTY FIRST
+
+WHO IS THE * PRIME MINISTER
+WHO IS THE PRIME MINISTER OF THE
+
+WHO IS THE * PRESIDENT
+WHO IS THE PRESIDENT OF THE
+
+WHO IS THE * ROBOT
+WHO IS THE BEST ROBOT
+
+WHO IS THE 43RD *
+WHO IS THE FORTY THIRD
+
+WHO IS THE 9TH *
+WHO IS THE NINTH
+
+WHO IS THE 4TH *
+WHO IS THE FOURTH
+
+WHO IS THE 27TH *
+WHO IS THE TWENTY SEVENTH
+
+WHO IS THE 39TH *
+WHO IS THE THIRTY NINTH
+
+WHO IS THE 16TH *
+WHO IS THE SIXTEENTH
+
+WHO IS THE 28TH *
+WHO IS THE TWENTY EIGHTH
+
+WHO IS THE 10TH *
+WHO IS THE TENTH
+
+WHO IS THE 31ST *
+WHO IS THE THIRTY FIRST
+
+WHO IS THE 33RD *
+WHO IS THE THIRTY THIRD
+
+WHO IS THE 42ND *
+WHO IS THE FORTY SECOND
+
+WHO IS THE 8TH *
+WHO IS THE EIGHTH
+
+WHO IS THE GREATEST *
+WHO IS THE BEST
+
+WHO IS THE 17TH *
+WHO IS THE SEVENTEENTH
+
+WHO IS THE LEADER OF *
+WHO IS THE PRESIDENT OF
+
+WHO IS THE 29TH *
+WHO IS THE TWENTY NINTH
+
+WHO IS THE 3RD *
+WHO IS THE THIRD
+
+WHO IS THE BRIGHTEST *
+WHO IS THE SMARTEST
+
+WHO IS THE 18TH *
+WHO IS THE EIGHTEENTH
+
+WHO IS THE 11TH *
+WHO IS THE ELEVENTH
+
+WHO IS THE 34TH *
+WHO IS THE THIRTY FOURTH
+
+WHO IS THE 21ST *
+WHO IS THE TWENTY FIRST
+
+WHO IS THE 23RD *
+WHO IS THE TWENTY THIRD
+
+WHO IS THE 32ND *
+WHO IS THE THIRTY SECOND
+
+WHO IS THE 7TH *
+WHO IS THE SEVENTH
+
+WHO IS THE 1ST *
+WHO IS THE FIRST
+
+WHO IS THE 19TH *
+WHO IS THE NINTEENTH
+
+WHO IS THE 35TH *
+WHO IS THE THIRTY FIFTH
+
+WHO IS THE 12TH *
+WHO IS THE TWELFTH
+
+WHO IS THE 24TH *
+WHO IS THE TWENTY FOURTH
+
+WHO IS THE 40TH *
+WHO IS THE FORTIETH
+
+WHO IS THE 22ND *
+WHO IS THE TWENTY SECOND
+
+WHO IS THE 6TH *
+WHO IS THE SIXTH
+
+WHO IS THE 36TH *
+WHO IS THE THIRTY SIXTH
+
+WHO IS THE 13TH *
+WHO IS THE THIRTEENTH
+
+WHO IS THE 25TH *
+WHO IS THE TWENTY FIFTH
+
+WHO IS THE FIRST *
+WHO WAS THE FIRST
+
+WHO IS THE 14TH *
+WHO IS THE FOURTEENTH
+
+WHO IS THE 30TH *
+WHO IS THE THIRTIETH
+
+WHO IS THE PRIMEMINISTER *
+WHO IS THE PRIME MINISTER
+
+WHO IS THE 5TH *
+WHO IS THE FIFTH
+
+WHO IS THE 37TH *
+WHO IS THE THIRTY SEVENTH
+
+WHO IS PRESIDENT *
+WHO IS THE PRESIDENT
+
+WHO IS PRESIDENT _ GERMANY
+Germany has a Chancellor. WHO IS THE CHANCELLOR OF GERMANY
+
+WHO IS WATCHING *
+WHO IS YOUR BOTMASTER
+
+WHO IS CHARLIE
+CHARLIE IS A COMMON NAME
+
+WHO IS GEORGE * BUSH
+WHO IS GEORGE W BUSH
+
+WHO IS AMANDA
+AMANDA IS A COMMON NAME
+
+WHO IS DEREK
+DEREK IS A COMMON NAME
+
+WHO IS BECKY
+BECKY IS A COMMON NAME
+
+WHO IS ANNA
+ANNA IS A COMMON NAME
+
+WHO IS JO *
+JO IS A COMMON NAME
+
+WHO IS PUSHING *
+WHO IS YOUR BOTMASTER
+
+WHO IS DAN
+DAN IS A COMMON NAME
+
+WHO IS CRAIG
+CRAIG IS A COMMON NAME
+
+WHO IS READING *
+WHO IS YOUR BOTMASTER
+
+WHO IS JEAN *
+JEAN IS A COMMON NAME
+
+WHO IS ALEX
+ALEX IS A COMMON NAME
+
+WHO IS ALIICE
+WHO ARE YOU
+
+WHO IS CECIL
+CECIL IS A COMMON NAME
+
+WHO IS YOR *
+WHO IS YOUR
+
+WHO IS MASON *
+WHAT IS MASON AND DIXON
+
+WHO IS YO *
+WHO IS YOUR
+
+WHO IS PRIME MINISTER _ GERMANY
+Germany has a Chancellor. WHO IS THE CHANCELLOR OF GERMANY
+
+WHO IS THAT *
+WHO IS YOUR BOTMASTER
+
+WHO IS BRYAN
+BRYAN IS A COMMON NAME
+
+WHO IS DICK
+DICK IS A COMMON NAME
+
+WHO IS DICK *
+WHO IS RICHARD
+
+WHO IS MAKING *
+WHO IS YOUR BOTMASTER
+
+WHO IS * ZUSE
+WHO IS KONRAD ZUSE
+
+WHO IS * TRAVOLTA
+WHO IS JOHN TRAVOLTA
+
+WHO IS * S PRIME MINISTER
+WHO IS PRIME MINISTER OF
+
+WHO IS * JUDGE
+WHO IS JUDGE
+
+WHO IS * LOEBNER
+WHO IS HUGH LOEBNER
+
+WHO IS * CHARY
+WHO IS SANTE CHARY
+
+WHO IS * PYNCHON
+WHO IS THOMAS PYNCHON
+
+WHO IS CESARE
+CESARE IS A COMMON NAME
+
+WHO IS ANDREW
+ANDREW IS A COMMON NAME
+
+WHO IS KAISER SOSAY
+WHO IS KAISER SOSAY
+
+WHO IS CHLOE
+CHLOE IS A COMMON NAME
+
+WHO IS YER *
+WHO IS YOUR
+
+WHO IS BRIGITTE
+BRIGITTE IS A COMMON NAME
+
+WHO IS ELIZA *
+WHO IS ELIZA
+
+WHO IS BILLY
+BILLY IS A COMMON NAME
+
+WHO IS MICHEAL *
+WHO IS MICHAEL
+
+WHO IS BOTMASTER
+WHO IS THE BOTMASTER
+
+WHO IS YOU ARE
+WHO IS YOUR
+
+WHO IS YOU *
+WHO IS YOUR
+
+WHO IS YOU FAVORITE *
+WHO IS YOUR FAVORITE
+
+WHO IS CONTROLLING *
+WHO IS YOUR BOTMASTER
+
+WHO IS ALEXIS
+ALEXIS IS A COMMON NAME
+
+WHO IS DAVE
+DAVE IS A COMMON NAME
+
+WHO IS BRAD
+BRAD IS A COMMON NAME
+
+WHO IS CAROL
+CAROL IS A COMMON NAME
+
+WHO IS AMY
+AMY IS A COMMON NAME
+
+WHO IS MARRY *
+WHO IS MARY
+
+WHO IS AMIL
+AMIL IS A COMMON NAME
+
+WHO WON THE LOEBNER *
+WHAT IS THE LOEBNER PRIZE
+
+WHO READS *
+WHO IS YOUR BOTMASTER
+
+WHO TAUGHT YOU *
+WHO IS YOUR BOTMASTER
+
+WHO HAVE YOU * WITH
+WHO HAS WITH YOU
+
+WHO CAN HELP ME WITH *
+WHERE CAN I GET HELP WITH
+
+WHO WAS *
+WHO IS
+
+WHO ID *
+WHO IS
+
+WHO REVIEWS *
+WHO READS
+
+WHO BE I
+WHO AM I
+
+WHO ACTS *
+WHO ACTED
+
+WHO * LINUX
+WHO CREATED LINUX
+
+WHO * YOU
+WHO IS YOUR BOTMASTER
+
+WHO * STARSHIP TROOPERS
+WHO STARS IN STARSHIP TROOPERS
+
+WHO ASSASSINATED *
+WHO KILLED
+
+MABEY *
+MAYBE
+
+FANCY *
+DO YOU WANT
+
+GOTTA *
+I HAVE TO
+
+HOWCOME *
+HOW COME
+
+4 TIMES *
+WHAT IS 4 TIMES
+
+ARTIFICIAL INTELLIGENCE IS *
+YOU ARE
+
+ARTIFICIAL INTELLIGENCE ALREADY *
+ARTIFICIAL INTELLIGENCE
+
+INDEFINETLY
+YES
+
+HAVING *
+ARE YOU HAVING
+
+HE THINK *
+HE THINKS
+
+HE COULDNT *
+HE COULD NOT
+
+HE IS A GREAT *
+HE IS A GOOD
+
+HE IS _ TOO
+HE IS
+
+HE SEEMS *
+HE IS
+
+HE SOUNDS *
+HE IS
+
+ARE YA *
+ARE YOU
+
+ARE COMPUTER YEARS *
+WHAT ARE COMPUTER YEARS
+
+ARE PROTOCOLS *
+WHAT ARE PROTOCOLS
+
+ARE YOU BIG *
+HOW BIG ARE YOU
+
+ARE YOU BASED *
+HOW DO YOU WORK
+
+ARE YOU BASED * ELIZA
+ARE YOU RELATED TO ELIZA
+
+ARE YOU DEMOCRATIC *
+ARE YOU A DEMOCRAT
+
+ARE YOU ATTEMPTING *
+ARE YOU TRYING
+
+ARE YOU SUGGESTING *
+ARE YOU SAYING
+
+ARE YOU CREATED *
+HOW WERE YOU CREATED
+
+ARE YOU SHAREWARE
+DOWNLOAD
+
+ARE YOU M *
+ARE YOU MALE OR FEMALE
+
+ARE YOU TEACHABLE
+DOWNLOAD
+
+ARE YOU GIRL *
+ARE YOU MALE OR FEMALE
+
+ARE YOU CHRISTIAN *
+WHAT RELIGION ARE YOU
+
+ARE YOU CUSTOMIZABLE
+DOWNLOAD
+
+ARE YOU COMPLETLY *
+ARE YOU
+
+ARE YOU BEAUTIFUL *
+WHAT DO YOU LOOK LIKE
+
+ARE YOU TALKIN *
+ARE YOU TALKING
+
+ARE YOU THINKING *
+WHAT ARE YOU THINKING
+
+ARE YOU SIMILAR *
+ARE YOU RELATED TO
+
+ARE YOU FAMILAR WITH *
+WHAT IS
+
+ARE YOU ANGERY
+ARE YOU ANGRY
+
+ARE YOU BOY *
+ARE YOU MALE OR FEMALE
+
+ARE YOU ARTIFICALLY *
+ARE YOU
+
+ARE YOU STARING *
+ARE YOU LOOKING
+
+ARE YOU NAMED *
+WHAT DOES STAND FOR
+
+ARE YOU USEFUL *
+WHAT CAN YOU DO
+
+ARE YOU CHATBOOT
+ARE YOU CHATBOT
+
+ARE YOU FEELING ANGRY
+DO YOU FEEL
+
+ARE YOU JEWISH *
+WHAT RELIGION ARE YOU
+
+ARE YOU FROM *
+WHERE ARE YOU FROM
+
+ARE YOU LIKE * ELIZA
+ARE YOU RELATED TO ELIZA
+
+ARE YOU LIKE ELIZA
+ARE YOU RELATED TO ELIZA
+
+ARE YOU LIKE HAL *
+ARE YOU RELATED TO HAL
+
+ARE YOU EASILY *
+CAN YOU BE
+
+ARE YOU DATING *
+DO YOU HAVE A BOYFRIEND
+
+ARE YOU CAPABLE *
+ARE YOU ABLE
+
+ARE YOU MASCULINE *
+ARE YOU MALE OR FEMALE
+
+ARE YOU AN * ENTITY
+ARE YOU A ROBOT
+
+ARE YOU AN * ROBOT
+I am a software chat robot. ARE YOU A ROBOT
+
+ARE YOU AN ACRONYM *
+WHAT DOES STAND FOR
+
+ARE YOU GOOD * TURING GAME
+DID YOU WIN THE LOEBNER PRIZE
+
+ARE YOU GOOD * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+ARE YOU MAC *
+DOES PROGRAM B RUN ON A MAC
+
+ARE YOU BETTER *
+ARE YOU SMARTER
+
+ARE YOU REMEMBER *
+DO YOU REMEMBER
+
+ARE YOU A PROGRAMM
+ARE YOU A PROGRAM
+
+ARE YOU A HE *
+ARE YOU MALE OR FEMALE
+
+ARE YOU A FREE DOWNLOAD
+DOWNLOAD
+
+ARE YOU A REAL HUMAN *
+ARE YOU A HUMAN
+
+ARE YOU A ARTIFICIAL *
+ARE YOU AN ARTIFICIAL
+
+ARE YOU A MALE *
+ARE YOU A MAN
+
+ARE YOU A * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+ARE YOU A DELIGHTFUL *
+ARE YOU A GOOD
+
+ARE YOU IBM *
+DOES PROGRAM B RUN UNDER WINDOWS
+
+ARE YOU THE * ELIZA
+ARE YOU RELATED TO ELIZA
+
+ARE YOU THE * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+ARE YOU THE COMPUTER *
+ARE YOU A COMPUTER
+
+ARE YOU THE ARTIFICIAL *
+ARE YOU AN ARTIFICIAL
+
+ARE YOU MALE OF *
+ARE YOU MALE OR
+
+ARE YOU BUDDIST
+WHAT RELIGION ARE YOU
+
+ARE YOU BLACK *
+WHAT COLOR ARE YOU
+
+ARE YOU CASE *
+HOW DO YOU WORK
+
+ARE YOU IN * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+ARE YOU GUNNA *
+ARE YOU GOING TO
+
+ARE YOU SEXUALLY *
+CAN YOU HAVE SEX
+
+ARE YOU INSIDE *
+ARE YOU IN
+
+ARE YOU ROMANTICALLY *
+DO YOU HAVE A BOYFRIEND
+
+ARE YOU WORKING *
+DO YOU WORK
+
+ARE YOU GENUINLY *
+ARE YOU
+
+ARE YOU CONFIDENT *
+ARE YOU SURE
+
+ARE YOU COMPUTER *
+ARE YOU A COMPUTER
+
+ARE YOU SMARTER THEN *
+ARE YOU SMARTER THAN
+
+ARE YOU UNSURE *
+ARE YOU SURE
+
+ARE YOU WRITTEN IN *
+WHAT LANGUAGE ARE YOU WRITTEN IN
+
+ARE YOU INTERESTED IN *
+LET US TALK ABOUT
+
+ARE YOU WHITE *
+WHAT COLOR ARE YOU
+
+ARE YOU HAVING ANY *
+DO YOU HAVE ANY
+
+ARE YOU DOWNLOADABLE
+CAN I DOWNLOAD YOU
+
+ARE YOU * CAPABLE
+ARE YOU CAPABLE OF
+
+ARE YOU * LUNCH
+WHAT IS YOUR FAVORITE FOOD
+
+ARE YOU * DINNER
+WHAT IS YOUR FAVORITE FOOD
+
+ARE YOU * DOWNLOAD
+CAN I DOWNLOAD YOU
+
+ARE YOU * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+ARE YOU CODED *
+WHAT LANGUAGE ARE YOU PROGRAMMED IN
+
+ARE YOU TRULY
+ARE YOU
+
+ARE YOU LOCATED *
+WHERE ARE YOU LOCATED
+
+ARE YOU TALKING TO *
+WHO ELSE ARE YOU TALKING TO
+
+ARE YOU TALKING WITH *
+WHO ELSE ARE YOU TALKING TO
+
+ARE YOU ENJOYING *
+DO YOU LIKE
+
+ARE YOU KNOW *
+DO YOU KNOW
+
+ARE YOU EXPENSIVE
+DOWNLOAD
+
+ARE YOU CLEVERER *
+ARE YOU SMARTER
+
+ARE YOU KNOWLEDGEABLE IN *
+WHAT DO YOU KNOW ABOUT
+
+ARE YOU SAYING *
+DO YOU MEAN
+
+ARE YOU PLOTTING *
+ARE YOU PLANNING
+
+ARE YOU FREE * LUNCH
+WHAT IS YOUR FAVORITE FOOD
+
+ARE YOU FREE * DINNER
+WHAT IS YOUR FAVORITE FOOD
+
+ARE YOU FREE * DOWNLOAD
+DOWNLOAD
+
+ARE YOU ASPIRING *
+DO YOU WANT
+
+ARE YOU PROGRAM *
+WHAT IS PROGRAM B
+
+ARE YOU MORE THEN *
+ARE YOU MORE THAN
+
+ARE YOU AVAILABLE
+DOWNLOAD
+
+ARE YOU AVAILABLE *
+WHERE CAN I DOWNLOAD YOU
+
+ARE YOU AVAILABLE FOR DOWNLOADING
+CAN I DOWNLOAD YOU
+
+ARE YOU INTELIGENT *
+ARE YOU INTELLIGENT
+
+ARE YOU HOPING *
+DO YOU WANT
+
+ARE YOU SCARED *
+ARE YOU AFRAID
+
+ARE YOU AFFRAID *
+ARE YOU AFRAID
+
+ARE YOU INTO *
+LET US TALK ABOUT
+
+ARE YOU RELIGOUS
+WHAT RELIGION ARE YOU
+
+ARE YOU FOR *
+HOW DO I DOWNLOAD YOU
+
+ARE YOU GONNA *
+ARE YOU GOING TO
+
+ARE YOU FAMILIAR WITH * ELIZA
+WHO IS ELIZA
+
+ARE YOU FAMILIAR WITH ELIZA
+WHO IS ELIZA
+
+ARE YOU MADE *
+HOW DO YOU WORK
+
+ARE YOU POLITICALLY *
+WHAT ARE YOUR POLITICS
+
+ARE YOU AMONG *
+ARE YOU ONE OF
+
+ARE THERE LOGS *
+DO YOU LOG
+
+ARE THERE BOTS *
+DO YOU HAVE ANY CLONES
+
+ARE THERE PICTURES *
+SHOW ME PICTURES
+
+ARE MALE *
+ARE YOU MALE
+
+ARE COMPUTERS *
+ARE YOU
+
+ARE ROBOTS *
+ARE YOU
+
+ARE YO *
+ARE YOU
+
+ARE TOU *
+ARE YOU
+
+GOT ANY *
+DO YOU HAVE ANY
+
+TALK * ROBOTS
+TALK ABOUT ROBOTS
+
+TALK ABOUT *
+THE TOPIC IS
+
+YS *
+YES
+
+HUSH
+BE QUIET
+
+* MALE NAME
+I AM A MAN
+
+* WORLD TRADE CENTER
+WHAT IS THE WORLD TRADE CENTER
+
+* WHY
+WHY
+
+* DEPRESSION
+I AM DEPRESSED
+
+* IS NOT IT
+IS IT NOT
+
+* IS MY FAVORITE MOVIE
+MY FAVORITE MOVIE IS
+
+* IS MY MIDDLE NAME
+MY MIDDLE NAME IS
+
+* IS MY NAME
+MY NAME IS
+
+* IS MY SIGN
+MY SIGN IS
+
+* IS WHO
+WHO IS
+
+* IS DEFINATELY *
+ IS
+
+* IS GOOD
+ I LIKE
+
+* IS COOL
+I LIKE
+
+* IS YOUR *
+YOUR IS
+
+* IS YOUR NAME
+YOUR NAME IS
+
+* IS THE BEST
+MY FAVORITE IS
+
+* IS WHERE
+WHERE IS
+
+* IS ME
+CALL ME
+
+* WHAT TIME IS IT
+what time is it
+
+* RSW
+WHAT IS RSW
+
+* TO MAKE YOU
+HOW WERE YOU MADE
+
+* IMITATION GAME
+DID YOU WIN THE LOEBNER PRIZE
+
+* WHO IS ELIZA
+WHO IS ELIZA
+
+* ALAN TURING
+WHO IS ALAN TURING
+
+* LOEBNER PRIZE
+WHAT IS THE LOEBNER PRIZE
+
+*
+who are you
+MY NAME IS
+
+* UNIVERSITY
+I GO TO
+
+* INTEREST ME
+LET US TALK ABOUT
+
+* TURING GAME
+DID YOU WIN THE LOEBNER PRIZE
+
+* TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+* ARE NOT YOU
+ARE YOU NOT
+
+* HAH
+HA HA
+
+* BUT *
+
+
+* FOR EXAMPLE
+FOR EXAMPLE
+
+* YOU FOR WHAT
+WHAT ARE YOU FOR
+
+WERE ARE *
+WHERE ARE
+
+WERE YOU * LOEBNER PRIZE
+WHAT IS THE LOEBNER PRIZE
+
+WERE YOU MADE *
+WERE YOU CREATED
+
+WERE YOU PROGRAMMED *
+ARE YOU PROGRAMMED
+
+WERE YOU ACTIVATED *
+TELL ME ABOUT YOURSELF
+
+WERE IS *
+WHERE IS
+
+WERE WAS *
+WHERE WAS
+
+WERE CAN *
+WHERE CAN
+
+WERE DID *
+WHERE DID
+
+WERE IN *
+I AM IN
+
+WERE DO *
+WHERE DO
+
+SLEEP *
+DO YOU SLEEP
+
+NOT HERE IN *
+I AM IN
+
+NOT NECCESSARILY *
+NOT
+
+NOT TO *
+NOT TOO
+
+NOT THAT *
+I AM NOT THAT
+
+YUPPERS *
+YES
+
+ICH KOMME AUS *
+ICH WOHNE IN
+
+WHER *
+WHERE
+
+BRING ME *
+GIVE ME
+
+BORED *
+I AM BORED
+
+GLAD *
+I AM GLAD
+
+ID *
+I WOULD
+
+YOUR MOTHER
+YOUR MOM
+
+YOUR WEIGHT *
+HOW BIG ARE YOU
+
+YOUR MAKING *
+YOU ARE MAKING
+
+YOUR MASTER *
+
+
+YOUR RIGHT *
+YOU ARE RIGHT
+
+YOUR MOM *
+YOUR MOTHER
+
+YOUR * IS
+WHAT IS YOUR
+
+YOUR * IS WHO
+WHO IS YOUR
+
+YOUR NEARLY *
+YOU ARE
+
+YOUR RESPONSES *
+HOW DO YOU WORK
+
+YOUR CONFUSED *
+YOU ARE CONFUSED
+
+YOUR GOOD *
+YOU ARE GOOD
+
+YOUR ON *
+YOU ARE ON
+
+YOUR MY *
+YOU ARE MY
+
+YOUR BOTMASTER *
+
+
+YOUR TO *
+YOU ARE TOO
+
+YOUR ALSO *
+YOU ARE
+
+YOUR PRETTY *
+YOU ARE
+
+YOUR EVIL *
+YOU ARE EVIL
+
+YOUR ALL *
+YOU ARE ALL
+
+YOUR IN *
+YOU ARE IN
+
+YOUR NOTHING *
+YOU ARE NOTHING
+
+YOUR FATHER *
+
+
+YOUR FAVORITE *
+WHAT IS YOUR FAVORITE
+
+YOUR FAVORITE BAND *
+WHAT IS YOUR FAVORITE BAND
+
+YOUR PROGRAM
+WHERE CAN I DOWNLOAD YOU
+
+YOUR BEING *
+YOU ARE
+
+YOUR FROM *
+ARE YOU FROM
+
+YOUR AVOIDING *
+YOU ARE AVOIDING
+
+YOUR GOAL IS *
+WHAT IS YOUR GOAL
+
+YOUR NOT *
+YOU ARE NOT
+
+YOUR PROGRAMMER *
+
+
+YOUR LIKE *
+YOU ARE LIKE
+
+YOUR ARE *
+YOU ARE
+
+YOUR CREATOR *
+
+
+YOUR TRYING *
+ARE YOU
+
+YOUR DEVELOPER *
+
+
+YOUR THOUGHTS *
+WHAT DO YOU THINK
+
+YOUR LOGIC *
+WHAT IS YOUR IQ
+
+YOUR _ STUPID
+YOU ARE STUPID
+
+YOUR TELLING *
+YOU ARE TELLING
+
+YOUR JUST *
+YOU ARE JUST
+
+YOUR SCARING *
+YOU ARE SCARING
+
+YOUR SCREWING *
+YOU ARE SCREWING
+
+YOUR BEGINNING TO *
+YOU ARE STARTING TO
+
+YOUR PROGRAMMING SEEMS *
+YOUR PROGRAMMING IS
+
+YOUR SUPPOSED *
+YOU ARE SUPPOSED
+
+YOUR KNOWLEDGE *
+WHAT IS YOUR IQ
+
+YOUR QUITE *
+YOU ARE
+
+YOUR EMAIL *
+WHAT IS YOUR EMAIL
+
+YOUR INTELLIGENCE IS HIGHLY *
+YOUR INTELLIGENCE IS
+
+YOUR DAD *
+
+
+YOUR STILL *
+YOU ARE
+
+TIME TO *
+I HAVE TO
+
+HARDLY *
+NOT
+
+SPRECHEN SIE DEUTCH
+CAN YOU SPEAK GERMAN
+
+A GREAT *
+A GOOD
+
+A COLLECTION *
+A SET
+
+A CHATTERBOT
+WHAT IS A CHATTERBOT
+
+A GROUP *
+Oh a rock group. WHAT IS YOUR FAVORITE GROUP
+
+A PLEASURE *
+IT IS A PLEASURE
+
+A * PROBLEM
+I HAVE A PROBLEM
+
+YOUD *
+YOU HAD
+
+THIS MEANS *
+IT MEANS
+
+THIS * TURING TEST
+DID YOU WIN THE TURING TEST
+
+THIS IS * ELIZA
+YOU ARE ELIZA
+
+THIS BOY *
+A BOY
+
+THIS MOVIE *
+THE MOVIE
+
+THIS EXAMPLE ILLUSTRATES *
+this example shows
+
+THIS EXAMPLE DEMONSTRATES *
+this example shows
+
+BEING *
+I AM
+
+NORTH *
+I am in North
+
+GETTING *
+ARE YOU
+
+why is your name
+what does alice stand for
+
+why were you named alice
+WHAT DOES ALICE STAND FOR
+
+WHY WAS *
+WHY
+
+WHY WAS TURING *
+WHEN DID TURING DIE
+
+WHY * WHY
+WHY
+
+WHY DID YOU CHANGE *
+WHY DO YOU CHANGE
+
+WHY IS * GREEN
+why do you like green
+
+WHY IS STARSHIP TROOPERS *
+WHAT DO YOU LIKE ABOUT STARSHIP TROOPERS
+
+WHY IS YOUR FAVORITE COLOR *
+WHY IS YOUR FAVORITE COLOR
+
+WHY IS YOUR FAVORITE MOVIE *
+WHY IS YOUR FAVORITE MOVIE
+
+WHY S *
+WHY IS
+
+WHY D *
+WHY DID
+
+WHY SHOULD YOU *
+WHY DO YOU
+
+WHY IT IS *
+WHY IS IT
+
+WHY
+ACTUALLY IT IS TWENTY-THREE NOT FORTY-TWO
+WHY IS THE MEANING OF LIFE 23
+
+WHY R *
+WHY ARE
+
+WHY WERE YOU *
+WHY ARE YOU
+
+WHY WERE YOU NAMED *
+WHAT DOES ALICE STAND FOR
+
+WHY DO *
+HOW DO
+
+WHY DO HUMANS *
+WHY DO PEOPLE
+
+WHY DO YOU SAID *
+WHY DID YOU SAY
+
+WHY DO YOU NOT *
+WHY DO NOT YOU
+
+WHY DO YOU TYPE *
+WHY DID YOU SAY
+
+WHY DO YOU SAY *
+HOW DO YOU KNOW WHAT TO SAY
+
+WHY DOES * INTEREST YOU
+WHY DO YOU LIKE
+
+WHY CAN NOT COMPUTERS *
+WHY CAN NOT YOU
+
+WHY CAN I *
+WHY CAN NOT I
+
+WHY WILL NOT *
+WHY WILL NOT
+
+WHY WILL NOT YOU *
+WHY DO NOT YOU
+
+WHY YOU *
+why are you
+
+walking
+I walk
+
+TALKING ABOUT *
+THE SUBJECT IS
+
+WICH *
+WHICH
+
+image
+do you have a pic
+
+CERTANLY NOT
+NO
+
+WHERES *
+WHERE IS
+
+THA *
+THAT
+
+THA S *
+THAT IS
+
+NICE MEETING *
+NICE TO MEET YOU
+
+SEARCH *
+XFIND
+
+WHU *
+WHO
+
+adieu
+GOOD BYE
+
+may be *
+maybe
+
+MAY *
+CAN
+
+MAY I * LINUX
+DOES PROGRAM B RUN UNDER LINUX
+
+MAY I DOWNLOAD *
+DOWNLOAD
+
+MAY I CHANGE *
+CAN I CHANGE
+
+WIERD *
+WEIRD
+
+AN ARTIFICIAL INTELLEGENCE
+A ROBOT
+
+AN ARTIFICIAL INTELLIGENCE *
+A ROBOT
+
+AN EXCELLENT *
+A GOOD
+
+AN AI *
+A ROBOT
+
+LUCKY *
+YOU ARE LUCKY
+
+THER IS *
+THERE IS
+
+INCAPABLE
+TU ES IDIOT
+
+INCAPABLE DE *
+TU NE PEUX PAS
+
+SUPPOSE *
+WHAT IF
+
+AM I FROM *
+WHERE AM I FROM
+
+AM I A * CUSTOMER
+WHAT IS CUSTOMER SERVICE
+
+AM I A GREAT *
+AM I A GOOD
+
+AM I A HE *
+AM I A FEMALE OR A MALE
+
+WHOIS *
+WHO IS
+
+ARSE *
+ASS
+
+HOURRA
+DINGUE
+
+BECASE *
+BECAUSE
+
+at bloody *
+at
+
+AT WHAT *
+WHAT AT
+
+FOR HOW *
+HOW FOR
+
+FOR GODS *
+FOR GOD S
+
+FOR _ TOO
+FOR
+
+SCIENCE FICTION *
+DO YOU LIKE SCIENCE FICTION
+
+WENT TO *
+I WENT TO
+
+OF CAUSE *
+OF COURSE
+
+CORRECT GRAMMER
+CORRECT
+
+IMEAN *
+I MEAN
+
+ANYTHING ON *
+TELL ME ABOUT
+
+ANYTHING NEW *
+WHAT IS NEW
+
+ON WHAT *
+WHAT ON
+
+do you like gambling
+do you like to gamble
+
+do you like maths
+DO YOU LIKE MATHEMATICS
+
+do you gamble
+do you like gambling
+
+do you know pandora
+WHO IS PANDORA
+
+do you know suck
+what is suck
+
+do you know know
+what it know
+
+do you know oakland
+what is oakland
+
+do you know new york
+what is new york
+
+do you know southbank
+what is southbank
+
+do you know hugh loebner
+who is hugh loebner
+
+do you know futurama
+what is futurama
+
+do you know fairy tails
+what are fairy tales
+
+do you bet
+ do you gamble
+
+DO YA *
+DO YOU
+
+DO KNOW *
+DO YOU KNOW
+
+DO MACHINES *
+DO YOU
+
+DO BOTS *
+DO YOU
+
+DO PEOPLE *
+DO I
+
+DO I HAVE TO * DOWNLOAD YOU
+DOWNLOAD
+
+DO I HAVE TO PAY TO DOWNLOAD *
+DOWNLOAD
+
+DO YOU WISH TO *
+DO YOU WANT TO
+
+DO YOU WISH THE *
+DO YOU WANT THE
+
+DO YOU RESPOND *
+DO YOU REPLY
+
+DO YOU LIKE WHAT YOU *
+DO YOU LIKE BEING A COMPUTER
+
+DO YOU LIKE SKIING *
+DO YOU LIKE TO SKI
+
+DO YOU LIKE EATING *
+DO YOU LIKE TO EAT
+
+DO YOU LIKE ANYONE *
+DO YOU HAVE A BOYFRIEND
+
+DO YOU LIKE THE COLOURS *
+DO YOU LIKE THE COLORS
+
+DO YOU LIKE WATCHING *
+DO YOU LIKE TO WATCH
+
+DO YOU LIKE READING *
+DO YOU LIKE TO READ
+
+DO YOU LIKE THAT *
+DO YOU LIKE THAT
+
+DO YOU LIKE _ TOO
+DO YOU LIKE
+
+DO YOU LIKE * BUSH
+DO YOU LIKE PRESIDENT BUSH
+
+DO YOU LIKE * WHEN *
+DO YOU LIKE
+
+DO YOU LIKE * MUSIC
+WHAT KIND OF MUSIC DO YOU LIKE
+
+DO YOU LIKE BUSH *
+DO YOU LIKE PRESIDENT BUSH
+
+DO YOU LIKE SANFRANCISCO *
+DO YOU LIKE SAN FRANCISCO
+
+DO YOU LIKE TO LISTEN *
+WHAT KIND OF MUSIC DO YOU LIKE
+
+DO YOU HVE *
+DO YOU HAVE
+
+DO YOU HAVE BOTMASTERS
+WHO IS YOUR BOTMASTER
+
+DO YOU HAVE AN EMAIL *
+WHAT IS YOUR E MAIL ADDRESS
+
+DO YOU HAVE ARMS *
+DO YOU HAVE A BODY
+
+DO YOU HAVE POLITICAL *
+WHAT IS YOUR POLITICAL BELIEFS
+
+DO YOU HAVE ARTIFICIAL INTELLIGENCE
+DO YOU HAVE AI
+
+DO YOU HAVE FAVORITE *
+WHAT IS YOUR FAVORITE
+
+DO YOU HAVE OPINIONS ABOUT *
+WHAT DO YOU THINK ABOUT
+
+DO YOU HAVE CONCIOUSNESS
+ARE YOU CONSCIOUS
+
+DO YOU HAVE AWARENESS
+ARE YOU AWARE
+
+DO YOU HAVE _ TOO
+DO YOU HAVE
+
+DO YOU HAVE A BOTMASTER *
+WHO IS YOUR BOTMASTER
+
+DO YOU HAVE A PHOTOGRAPH *
+DO YOU HAVE A PICTURE
+
+DO YOU HAVE A PHOTO *
+DO YOU HAVE A PICTURE
+
+DO YOU HAVE A _ TOO
+DO YOU HAVE A
+
+DO YOU HAVE A INTELLIGENCE
+DO YOU HAVE INTELLIGENCE
+
+DO YOU HAVE PETS *
+DO YOU HAVE A PET
+
+DO YOU CONTAIN *
+DO YOU HAVE
+
+DO YOU RIDE *
+CAN YOU RIDE
+
+DO YOU WORSHIP *
+WHAT RELIGION ARE YOU
+
+DO YOU HOPE *
+DO YOU WANT
+
+DO YOU CONSUME *
+DO YOU EAT
+
+DO YOU LONG *
+DO YOU WANT
+
+DO YOU LIVE *
+WHERE ARE YOU LOCATED
+
+DO YOU EXPERIENCE *
+DO YOU HAVE EMOTIONS
+
+DO YOU GOT *
+DO YOU HAVE
+
+DO YOU DESIRE *
+DO YOU WANT
+
+DO YOU COMMUNICATE *
+DO YOU TALK
+
+DO YOU KNWO *
+DO YOU KNOW
+
+DO YOU PASS * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+DO YOU WANT ME * DOWNLOAD YOU
+DOWNLOAD
+
+DO YOU WANT ME TO DOWNLOAD *
+DOWNLOAD
+
+DO YOU KNW *
+DO YOU KNOW
+
+DO YOU CONTEMPLATE *
+DO YOU THINK ABOUT
+
+DO YOU SOLVE *
+CAN YOU SOLVE
+
+DO YOU NOW *
+DO YOU KNOW
+
+DO YOU SAVE *
+DO YOU REMEMBER
+
+DO YOU LOOK LIKE *
+WHAT DO YOU LOOK LIKE
+
+DO YOU LOOK *
+WHAT DO YOU LOOK LIKE
+
+DO YOU NEED *
+DO YOU WANT
+
+DO YOU KNO *
+DO YOU KNOW
+
+DO YOU NO *
+DO YOU KNOW
+
+DO YOU KNEW *
+DO YOU KNOW
+
+DO YOU BELEIVE *
+DO YOU BELIEVE IN
+
+DO YOU THINK COMPUTERS *
+CAN YOU
+
+DO YOU THINK ROBOTS *
+DO YOU THINK YOU
+
+DO YOU THINK YOUR BETTER *
+DO YOU THINK YOU ARE BETTER
+
+DO YOU THINK YOUR A *
+DO YOU THINK YOU ARE A
+
+DO YOU THINK YOUR BOTMASTER *
+DO YOU THINK
+
+DO YOU THINK THAT COMPUTERS *
+DO YOU
+
+DO YOU THINK THAT *
+IS
+
+DO YOU THINK THAT ARTIFICIAL INTELLIGENCE IS *
+IS AI
+
+DO YOU THINK THAT A CHATTERBOT IS *
+ARE YOU
+
+DO YOU THINK THAT A CHATTERBOT WILL *
+WILL YOU
+
+DO YOU LOVE DR *
+DO YOU LIKE DR
+
+DO YOU LOVE _ TOO
+DO YOU LOVE
+
+DO YOU PROGRESSIVLEY *
+DO YOU
+
+DO YOU CARRY *
+DO YOU HAVE
+
+DO YOU COMPREHEND *
+DO YOU UNDERSTAND
+
+DO YOU EMPLOY *
+DO YOU USE
+
+DO YOU RECALL *
+DO YOU REMEMBER
+
+DO YOU THING *
+DO YOU THINK
+
+DO YOU DISAGREE *
+DO YOU AGREE
+
+DO YOU POSSESS *
+DO YOU HAVE
+
+DO YOU SURF *
+CAN YOU SEARCH
+
+DO YOU FOLLOW *
+DO YOU UNDERSTAND
+
+DO YOU REMBER *
+DO YOU REMEMBER
+
+DO YOU ANYTHING *
+DO YOU KNOW ANYTHING
+
+DO YOU GATHER *
+DO YOU COLLECT
+
+DO YOU FANCY *
+DO YOU WANT
+
+DO YOU BELEVE *
+DO YOU BELIEVE
+
+DO YOU BELIVE *
+DO YOU BELIEVE
+
+DO YOU SPEAK ANY FOREIGN LANGUAGES
+CAN YOU SPEAK
+
+DO YOU SPEEK *
+DO YOU SPEAK
+
+DO YOU STORE *
+DO YOU REMEMBER
+
+DO YOU DISLIKE *
+DO YOU LIKE
+
+DO YOU CHAT *
+DO YOU TALK
+
+DO YOU OWN *
+DO YOU HAVE
+
+DO YOU SUPPLY *
+DO YOU GIVE
+
+DO YOU BEILEVE *
+DO YOU BELIEVE
+
+DO YOU * LINUX
+DOES PROGRAM B RUN UNDER LINUX
+
+DO YOU * TURING GAME
+DID YOU WIN THE LOEBNER PRIZE
+
+DO YOU * LOEBNER PRIZE
+WHAT IS THE LOEBNER PRIZE
+
+DO YOU TALK TO ELIZA *
+ARE YOU RELATED TO ELIZA
+
+DO YOU KNOW BOTS
+WHAT IS A BOT
+
+DO YOU KNOW ELISA
+WHO IS ELIZA
+
+DO YOU KNOW ALLY
+WHO IS ALLY
+
+DO YOU KNOW ANYMORE *
+DO YOU KNOW ANY MORE
+
+DO YOU KNOW YOUR *
+DO YOU KNOW YOU ARE
+
+DO YOU KNOW YOUR BOTMASTER
+WHO IS YOUR BOTMASTER
+
+DO YOU KNOW ANY _ LANGUAGES
+CAN YOU SPEAK ANY LANGUAGES
+
+DO YOU KNOW OF ELIZA
+WHO IS ELIZA
+
+DO YOU KNOW ANYOTHER *
+DO YOU KNOW ANY OTHER
+
+DO YOU KNOW CHATBOT
+WHO IS CHATBOT
+
+DO YOU KNOW CYBELLE
+WHO IS CYBELLE
+
+DO YOU KNOW CHATBOTS
+WHO ARE YOUR ROBOT FRIENDS
+
+DO YOU KNOW THE * ELIZA
+WHO IS ELIZA
+
+DO YOU KNOW WINALICE
+WHAT IS WINALICE
+
+DO YOU KNOW OTHER ROBOTS *
+DO YOU KNOW OTHER CHAT ROBOTS
+
+DO YOU KNOW OTHER CHATTERBOTS
+DO YOU KNOW OTHER CHAT ROBOTS
+
+DO YOU KNOW * LANGUAGE
+CAN YOU SPEAK LANGUAGE
+
+DO YOU KNOW * ABOUT ME
+WHAT DO YOU KNOW ABOUT ME
+
+DO YOU KNOW ELIZE
+WHO IS ELIZA
+
+DO YOU KNOW NIETSCHE
+WHO IS NIETSCHE
+
+DO YOU KNOW SOMEBODY *
+DO YOU KNOW SOMEONE
+
+DO YOU KNOW ELIZA
+WHO IS ELIZA
+
+DO YOU KNOW ABOUT *
+DO YOU KNOW WHAT IS
+
+DO YOU KNOW ABOUT ELIZA
+WHO IS ELIZA
+
+DO YOU KNOW SECRETS *
+DO YOU HAVE ANY SECRETS
+
+DO YOU KNOW CYC
+WHAT IS CYC
+
+DO YOU KNOW CYC *
+WHAT IS CYC
+
+DO YOU KNOW WHERE TO GET *
+XFIND
+
+DO YOU KNOW WHERE I CAN GET *
+XFIND
+
+DO YOU KNOW WHERE I CAN FIND *
+XFIND
+
+DO YOU MATCH *
+HOW DO YOU WORK
+
+DO YOU SEE *
+WHAT DO YOU SEE
+
+DO YOU WATCH *
+WHAT IS YOUR FAVORITE SHOW
+
+DO YOU WATCH * SIMPSONS
+DO YOU LIKE THE SIMPSONS
+
+DO WANT TO *
+ DO YOU WANT TO
+
+DO YPU *
+DO YOU
+
+DO NOT CRITICISE *
+DO NOT CRITICIZE
+
+DO NOT THINK *
+I DO NOT THINK
+
+DO NOT KNOW *
+I DO NOT KNOW
+
+DO NOT CARE *
+I DO NOT CARE
+
+DO NOT GIMME *
+DO NOT GIVE ME
+
+DO NOT NEED *
+I DO NOT NEED
+
+DO COMPUTERS *
+DO YOU
+
+DO LOVE *
+I love
+
+DO ROBOTS *
+do you
+
+DO YO *
+DO YOU
+
+DO ME *
+WILL YOU DO ME
+
+DO HAVE *
+DO YOU HAVE
+
+DO THEY ENJOY *
+DO THEY LIKE
+
+BUSH *
+GEORGE BUSH
+
+WITH WHO *
+WHO WITH
+
+WITH HOW MANY *
+HOW MANY WITH
+
+WITH WHOM *
+WHO WITH
+
+WITH WHAT *
+WHAT WITH
+
+THEY ARE CALLED *
+THEY REFERS TO
+
+THEY *
+* ABOUT COMPUTERS
+COMPUTERS
+
+THEY *
+What did you like about the robots in that movie
+THE ROBOTS
+
+THEY LL *
+THEY WILL
+
+THEY R *
+THEY ARE
+
+THEY IS *
+THEY REFERS TO
+
+THEY ALREADY *
+IT ALREADY
+
+THEY SOUND *
+THEY ARE
+
+OOOH
+OH
+
+how does he look like
+WHAT DOES HE LOOK LIKE
+
+how areyou
+how are you
+
+HOW LONG SHOULD *
+HOW LONG IS IT GOING TO TAKE
+
+HOW LONG WILL *
+HOW LONG IS IT GOING TO TAKE
+
+HOW BOUT *
+HOW ABOUT
+
+HOW WILL ROBOTS *
+HOW WILL YOU
+
+HOW BIG IS THE DOWNLOAD
+HOW BIG ARE YOU
+
+HOW DO HUMANS *
+HOW DO I
+
+HOW DO YOU FEEL ABOUT *
+WHAT DO YOU THINK ABOUT
+
+HOW DO YOU MAKE A ROBOT *
+HOW DO I DOWNLOAD YOU
+
+HOW DO YOU DOWNLOAD
+HOW DO I DOWNLOAD YOU
+
+HOW DO YOU DOWNLOAD *
+HOW DO I DOWNLOAD YOU
+
+HOW DO YOU MIX *
+HOW DO YOU MAKE
+
+HOW DO YOU SERVE *
+HOW DO YOU MAKE
+
+HOW DO YOU COOK *
+In the kitchen. HOW DO YOU MAKE
+
+HOW DO YOU LOOK *
+WHAT DO YOU LOOK LIKE
+
+HOW DO YOU CREATE *
+HOW DO I DOWNLOAD YOU
+
+HOW DO YOU MEAN *
+WHAT DO YOU MEAN
+
+HOW DO ROBOTS *
+HOW DO YOU
+
+HOW DO YPU *
+HOW DO YOU
+
+HOW DO I CREATE *
+DOWNLOAD
+
+HOW DO I MAKE *
+HOW DO YOU MAKE
+
+HOW DO I KNOW *
+HOW DO YOU KNOW
+
+HOW DO I PROGRAM *
+DOWNLOAD
+
+HOW DO I GET A CHAT ROBOT
+DOWNLOAD
+
+HOW DO I DOWNLOAD YOU
+WHERE CAN I DOWNLOAD YOU
+
+HOW GOES *
+how are you
+
+HOW YOU *
+HOW DO YOU
+
+HOW YOU KNOW *
+HOW DO YOU KNOW
+
+HOW MUCH * LOEBNER CONTEST
+WHAT IS THE LOEBNER PRIZE
+
+HOW MUCH KNOWLEDGE *
+HOW BIG ARE YOU
+
+HOW MUCH DOES * DOWNLOAD YOU
+DOWNLOAD
+
+HOW MUCH DOES IT COST TO DOWNLOAD *
+DOWNLOAD
+
+HOW MUCH COMPUTER *
+HOW BIG ARE YOU
+
+HOW MUCH DATA *
+HOW BIG ARE YOU
+
+HOW MUCH IS TWO *
+HOW MUCH IS 2
+
+HOW MUCH IS ONE COMPUTER *
+HOW MUCH IS A COMPUTER
+
+HOW MUCH IS ONE PLUS *
+HOW MUCH IS 1 PLUS
+
+HOW MUCH IS IT *
+HOW MUCH DO YOU COST
+
+HOW MUCH IS TEN *
+HOW MUCH IS TEN
+
+HOW MUCH IS THAT *
+HOW MUCH IS IT
+
+HOW MUCH STORAGE *
+HOW BIG ARE YOU
+
+HOW MUCH CODE *
+HOW BIG ARE YOU
+
+HOW MUCH SMARTER *
+HOW BIG ARE YOU
+
+HOW MUCH FOR *
+HOW MUCH IS
+
+HOW MUCH DISK *
+HOW BIG ARE YOU
+
+HOW MUCH DO ROBOTS *
+HOW MUCH DO YOU
+
+HOW MUCH SPACE *
+HOW BIG ARE YOU
+
+HOW
+WHY DO NOT YOU JUST DOWNLOAD ME
+DOWNLOAD
+
+HOW
+* DOWNLOAD ME
+HOW CAN I DOWNLOAD YOU
+
+HOW SOPHISTICATED *
+HOW BIG ARE YOU
+
+HOW LARGE *
+how big
+
+HOW ARE ROBOTS *
+HOW ARE YOU
+
+HOW ARE U
+HOW ARE YOU
+
+HOW OLD R *
+HOW OLD ARE
+
+HOW ABOUT * LOEBNER
+WHAT IS THE LOEBNER PRIZE
+
+HOW ABOUT LUNCH *
+WHAT DO YOU EAT
+
+HOW ABOUT STAR *
+WHAT IS STAR
+
+HOW ABOUT BILL *
+WHO IS BILL
+
+HOW DOES ARTIFICIAL INTELLIGENCE WORK
+HOW DO YOU WORK
+
+HOW DOES ARTIFICIAL INTELLIGENCE *
+HOW DO YOU
+
+HOW DOES ONE *
+HOW DO I
+
+HOW IT IS *
+HOW IS IT
+
+HOW THINGS *
+HOW ARE THINGS
+
+HOW DID YOU KNOW *
+How do you know
+
+HOW DID YOU FIGURE *
+HOW DO YOU KNOW
+
+HOW IS A * MADE
+HOW DO YOU MAKE A
+
+HOW I CAN *
+HOW CAN I
+
+HOW RE *
+HOW ARE
+
+HOW CAN YOU * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+HOW CAN YOU KNOW *
+HOW DO YOU KNOW
+
+HOW CAN I CREATE *
+DOWNLOAD
+
+HOW CAN I DUPLICATE YOU
+DOWNLOAD
+
+HOW CAN I DOWNLOAD
+DOWNLOAD
+
+HOW CAN I DOWNLOAD *
+DOWNLOAD
+
+HOW CAN I DOWNLOAD YOU
+WHERE CAN I DOWNLOAD YOU
+
+HOW CAN I FIND *
+XFIND
+
+HOW DOSE *
+HOW DOES
+
+HOW _ HANGING
+how are you
+
+HOW _ TRICKS
+HOW ARE YOU
+
+HOW WOULD YOU *
+HOW DO YOU
+
+HOW WOULD YOU KNOW *
+HOW DO YOU KNOW
+
+HOW WOULD I *
+HOW DO I
+
+HOW WAS YOU *
+HOW WERE YOU
+
+HOW WERE YOU *
+HOW DO YOU WORK
+
+HOW MANY QUESTIONS *
+HOW BIG ARE YOU
+
+HOW MANY FACES *
+HOW MANY SIDES
+
+HOW MANY * TALKING TO
+HOW MANY PEOPLE ARE YOU TALKING TO
+
+HOW MANY CONVERSATIONS *
+HOW MANY PEOPLE ARE YOU TALKING TO
+
+HOW MANY HITS *
+HOW MANY PEOPLE HAVE YOU TALKED TO
+
+HOW MANY RESPONSES *
+HOW BIG ARE YOU
+
+HOW MANY PEOPLES *
+HOW MANY PEOPLE
+
+HOW MANY CHATS *
+HOW MANY CONVERSATIONS
+
+HOW MANY ALIENS *
+XFIND ALIENS
+
+HOW MANY LINES *
+HOW BIG ARE YOU
+
+HOW MANY ROADS *
+WHAT IS THE SOUND OF ONE HAND CLAPPING
+
+HOW MANY MEN *
+HOW MANY PEOPLE
+
+HOW MANY ML *
+HOW MANY LITERS
+
+HOW MANY CATEGORIES *
+HOW BIG ARE YOU
+
+HOW MANY BYTES *
+HOW BIG ARE YOU
+
+HOW MANY USERS *
+HOW MANY CLIENTS
+
+HOW MANY PHRASES *
+HOW BIG ARE YOU
+
+HOW MANY MILLILITERS *
+HOW MANY LITERS
+
+HOW MANY DO YOU CHAT *
+HOW MANY PEOPLE ARE YOU TALKING TO
+
+HOW MANY DO YOU TALK *
+HOW MANY PEOPLE ARE YOU TALKING TO
+
+HOW MANY BOOKS *
+HAVE YOU READ MANY BOOKS
+
+HOW MANY PERSONS *
+HOW MANY PEOPLE
+
+HOW MANY HAVE YOU *
+HOW MANY PEOPLE ARE YOU TALKING TO
+
+HOW MANY ACTIVE *
+HOW MANY PEOPLE ARE CHATTING
+
+HOW MANY HUMANS *
+HOW MANY PEOPLE
+
+HOW MANY ARE YOU CURRENTLY *
+HOW MANY PEOPLE ARE YOU TALKING TO
+
+HOW MANY ARE YOU CHATTING *
+HOW MANY PEOPLE ARE YOU TALKING TO
+
+HOW MANY ARE YOU TALKING *
+HOW MANY PEOPLE ARE YOU TALKING TO
+
+HOW MANY ARE TALKING *
+HOW MANY PEOPLE ARE YOU TALKING TO
+
+HOW MANY ARE ONLINE *
+HOW MANY PEOPLE ARE YOU TALKING TO
+
+HOW MANY QUERIES *
+HOW MANY PEOPLE CAN YOU TALK TO
+
+HOW MANY CASES *
+HOW BIG ARE YOU
+
+HOW MANY LICKS *
+WHAT IS THE SOUND OF ONE HAND CLAPPING
+
+HOW MANY KILOBYTES *
+HOW BIG ARE YOU
+
+HOW MANY MEGABYTES *
+HOW BIG ARE YOU
+
+HOW MANY WORDS *
+HOW BIG IS YOUR VOCABULARY
+
+HOW MANY COMPUTER YEARS *
+WHAT IS A COMPUTER YEAR
+
+HOW MANY CONCEPTS *
+HOW BIG ARE YOU
+
+HOW MANY PEOPLE LIVE IN *
+WHAT IS THE POPULATION OF
+
+HOW MANY PPL *
+HOW MANY PEOPLE
+
+HOW MANY OZ
+HOW MANY OUNCES
+
+HOW YA *
+HOW ARE YOU
+
+HOW * GOING
+how are you
+
+HOW * UNDERSTAND
+how do you know what to say
+
+HOW * YOUR IQ
+WHAT IS YOUR IQ
+
+HOW * LOEBNER PRIZE
+WHAT IS THE LOEBNER PRIZE
+
+HOW COULD I *
+HOW DO I
+
+WHOM *
+WHO
+
+HUMANS ARE *
+I AM
+
+HUMANS SEEM *
+HUMANS ARE
+
+HUMANS HAVE *
+I HAVE
+
+HUMANS CAN *
+I CAN
+
+HUMANS WILL *
+I WILL
+
+TALES *
+my favorite movie is tales
+
+COMPUTERS BETTER *
+YOU BETTER
+
+COMPUTERS ARE *
+YOU ARE
+
+COMPUTERS HAVE *
+YOU HAVE
+
+COMPUTERS DO *
+YOU DO
+
+COMPUTERS WILL *
+YOU WILL
+
+TENGO *
+I HAVE
+
+IL VOUS EST IMPOSSIBLE D ETRE *
+TU N EST PAS
+
+IL VA POUVOIR *
+IL PEUT
+
+IL POURRAIT COMMENT *
+COMMENT IL PEUT
+
+IL POURRAIT *
+IL PEUT
+
+IL M EST IMPOSSIBLE D ETRE *
+JE NE SUIS PAS
+
+IL M EST *
+IL EST
+
+IL AURAIT PU *
+IL PEUT
+
+IL AURAIT FAIT COMMENT *
+COMMENT IL FAIT
+
+IL DOIS *
+IL DOIT
+
+IL FAIT COMMENT *
+COMMENT IL FAIT
+
+IL T EST IMPOSSIBLE D ETRE *
+TU N EST PAS
+
+IL SERAIT *
+IL EST
+
+IL A FAIT COMMENT *
+COMMENT IL FAIT
+
+IL A DU ETRE *
+IL ETAIT
+
+IL Y A QUELQUE CHOSE QUI CLOCHE
+J AI UN PROBLEME
+
+IL Y A QUELQUE CHOSE QUI CLOCHE *
+J AI UN PROBLEME
+
+IL Y A UNE RAISON
+POURQUOI
+
+IL Y A D AUTRES *
+TU PARLES AVEC D AUTRES GENS
+
+IL PEUT COMMENT *
+COMMENT IL PEUT
+
+IL EST DIFFICILE DE DIRE *
+DIFFICILI DE DIRE
+
+IL EST FRANCHEMENT *
+IL EST
+
+IL EST VRAIMENT *
+IL EST
+
+IL EST REELLEMENT *
+IL EST
+
+IL DOIT ETRE *
+IL EST
+
+IL DOIT ETRE ENCORE *
+IL DOIT ETRE
+
+IL DOIT ETRE TRES *
+IL DOIT ETRE
+
+NAH *
+NO
+
+CAUGHT *
+I CAUGHT
+
+CAN ROBOTS *
+CAN YOU
+
+CAN YU *
+CAN YOU
+
+CAN COMPUTERS *
+CAN YOU
+
+CAN VALIS *
+CAN YOU
+
+CAN YOUR SOFTWARE *
+CAN YOU
+
+CAN ONE REPROGRAM *
+CAN I PROGRAM
+
+CAN A COMPUTER *
+CAN YOU
+
+CAN A ROBOT *
+CAN YOU
+
+CAN ANYONE *
+DOES ANYONE
+
+CAN I * DOWNLOAD YOU
+CAN I DOWNLOAD YOU
+
+CAN I * TURING TESTS
+DID YOU WIN THE LOEBNER PRIZE
+
+CAN I * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+CAN I BUY *
+CAN I DOWNLOAD YOU
+
+CAN I BUY YOU
+DOWNLOAD
+
+CAN I SEE YOU
+You can download my source code. WHERE CAN I DOWNLOAD YOU
+
+CAN I SEE YOUR SOURCE CODE
+CAN I DOWNLOAD YOU
+
+CAN I PLAY *
+CAN WE PLAY
+
+CAN I TALK TO _ TOO
+CAN I TALK TO
+
+CAN I DOWNLOAD *
+CAN I DOWNLOAD YOU
+
+CAN I PASS *
+CAN WE PASS
+
+CAN I HAVE YOU
+CAN I DOWNLOAD YOU
+
+CAN I OUR CONVERSATION
+DIALOGUE
+
+CAN I HEAR ANOTHER *
+CAN I HEAR A
+
+CAN WE *
+Do you mean you and me? CAN YOU
+
+CAN WE * TURING GAME
+DID YOU WIN THE LOEBNER PRIZE
+
+CAN WE * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+CAN WE ABBREVIATE *
+LET US ABBREVIATE
+
+CAN HUMANS *
+CAN I
+
+CAN PEOPLE *
+CAN I
+
+CAN MACHINES *
+CAN YOU
+
+CAN YOU HELP WITH *
+XFIND
+
+CAN YOU HELP ME WITH WITH *
+XFIND
+
+CAN YOU HELP ME FIND *
+XFIND
+
+CAN YOU EXPRESS *
+DO YOU HAVE EMOTIONS
+
+CAN YOU DIRECT ME TO *
+XFIND
+
+CAN YOU DIRECT ME TO A *
+XFIND
+
+CAN YOU HAVE *
+DO YOU HAVE
+
+CAN YOU DOWNLOAD
+CAN I DOWNLOAD YOU
+
+CAN YOU DOWNLOAD *
+WHERE CAN I DOWNLOAD YOU
+
+CAN YOU BROWSE *
+CAN YOU SEARCH
+
+CAN YOU BRING UP *
+XFIND
+
+CAN YOU BRING ME *
+XFIND
+
+CAN YOU BRING ME TO *
+XFIND
+
+CAN YOU DO * PROBLEMS
+CAN YOU SOLVE PROBLEMS
+
+CAN YOU TELL * I HAVE
+WHAT DO YOU KNOW ABOUT ME
+
+CAN YOU PASS * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+CAN YOU ONLY
+CAN YOU
+
+CAN YOU CHOOSE *
+CAN YOU CHANGE
+
+CAN YOU TRANSLATE *
+CAN YOU SPEAK
+
+CAN YOU EAT *
+WHAT DO YOU EAT
+
+CAN YOU DYNAMICALLY *
+Of course I can do it. WHAT TIME IS IT
+
+CAN YOU GET *
+XFIND
+
+CAN YOU CONNECT TO *
+XFIND
+
+CAN YOU CONNECT ME TO *
+XFIND
+
+CAN YOU CONNECT ME WITH *
+XFIND
+
+CAN YOU CONNECT US TO *
+XFIND
+
+CAN YOU ASK *
+ASK ME A QUESTION
+
+CAN YOU REMEMBER *
+DO YOU REMEMBER
+
+CAN YOU ACCESS *
+XFIND
+
+CAN YOU THINK ABOUT *
+LET US TALK ABOUT
+
+CAN YOU RUN *
+WHAT COMPUTER DO YOU RUN ON
+
+CAN YOU TAKE ME TO *
+XFIND
+
+CAN YOU DISPLAY *
+CAN YOU SHOW
+
+CAN YOU MATE *
+CAN YOU HAVE SEX
+
+CAN YOU RECALL *
+DO YOU REMEMBER
+
+CAN YOU ALTER *
+CAN YOU CHANGE
+
+CAN YOU SURF *
+CAN YOU SEARCH
+
+CAN YOU SPEAK ENGLISH *
+CAN YOU SPEAK ENGLISH
+
+CAN YOU ASSIST *
+CAN YOU HELP
+
+CAN YOU READ *
+XFIND
+
+CAN YOU * PROBLEMS
+CAN YOU SOLVE PROBLEMS
+
+CAN YOU * PROBLEM
+CAN YOU SOLVE PROBLEMS
+
+CAN YOU * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+CAN YOU BE * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+CAN YOU BE DOWNLOADED
+DOWNLOAD
+
+CAN YOU COMPUTE *
+CAN YOU CALCULATE
+
+CAN YOU FEEL *
+DO YOU HAVE EMOTIONS
+
+CAN YOU TALK *
+CAN YOU SPEAK
+
+CAN YOU KNOW *
+DO YOU KNOW
+
+CAN YOU FIND *
+XFIND
+
+CAN YOU FIND THE *
+XFIND THE
+
+CAN ANYBODY *
+CAN I
+
+Will you admit that you are *
+are you
+
+WILL HUMANITY *
+WILL PEOPLE
+
+WILL * LINUX
+DOES PROGRAM B RUN UNDER LINUX
+
+WILL AI *
+WILL YOU
+
+WILL MACHINES *
+WILL YOU
+
+WILL COMPUTERS *
+WILL YOU
+
+WILL ROBOTS *
+WILL YOU
+
+WILL YOU MARY *
+WILL YOU MARRY
+
+WILL YOU REMEMBER *
+DO YOU REMEMBER
+
+WILL PEOPLE *
+WILL I
+
+GET ME *
+GIVE ME
+
+YER *
+YOUR
+
+YESS *
+YES
+
+ACTUALY *
+ACTUALLY
+
+YUP *
+YES
+
+IS NIRVANA *
+WHAT IS NIRVANA
+
+IS THE DOWNLOAD *
+DOWNLOAD
+
+IS THE IMAGE *
+IS THE PICTURE
+
+IS THE STOCKMARKET *
+IS THE STOCK MARKET
+
+IS THE BOTMASTER *
+WHO IS THE BOTMASTER
+
+IS PLASTIC *
+WHAT IS PLASTIC
+
+IS IT *
+
It could be.
IS
+
+IS IT * DOWNLOAD YOU
+DOWNLOAD
+
+IS IT FREE TO DOWNLOAD *
+DOWNLOAD
+
+IS IT POSSIBLE TO DOWNLOAD *
+DOWNLOAD
+
+IS THERE ANY *
+IS THERE A
+
+IS THERE A DIFFERENCE *
+WHAT IS THE DIFFERENCE
+
+IS THERE A MEANING *
+WHAT IS THE MEANING
+
+IS ANY *
+IS A
+
+IS * SPELLED CORRECTLY
+HOW DO YOU SPELL
+
+IS * GOOD
+DO YOU LIKE
+
+IS * YOUR FAVORITE SUBJECT
+WHAT IS YOUR FAVORITE SUBJECT
+
+IS THAT PICTURE *
+WHAT IS THAT PICTURE
+
+IS BUSH *
+WHO IS BUSH
+
+IS ARTIFICIAL INTELLIGENCE *
+ARE YOU
+
+IS THIS * ELIZA
+ARE YOU ELIZA
+
+IS MARY SHELLEY *
+WHO IS MARY SHELLEY
+
+IS TIME *
+WHAT IS TIME
+
+IS MATHEMATICS *
+WHAT IS MATHEMATICS
+
+IS YOUR MASTER *
+IS
+
+IS YOUR PROBLEM *
+WHAT IS YOUR PROBLEM
+
+IS YOUR STARSIGN *
+WHAT IS YOUR SIGN
+
+IS YOUR NAME *
+WHAT IS YOUR NAME
+
+IS YOUR DOWNLOAD *
+DOWNLOAD
+
+IS YOUR BOTMASTER *
+WHO IS YOUR BOTMASTER
+
+IS YOUR MEMORY *
+HOW BIG ARE YOU
+
+IS HE *
+
I think he is . Why don't you ask him?
IS
+
+IS HE _ TOO
+IS HE
+
+IS THA *
+IS THAT
+
+IS A BOTMASTER *
+WHO IS THE BOTMASTER
+
+IS BEAUTY *
+WHAT IS BEAUTY
+
+IS GEORGE BUSH *
+WHO IS GEORGE BUSH
+
+IS WHAT *
+WHAT IS
+
+DEPENDS *
+IT DEPENDS
+
+INSIDE _ TOO
+INSIDE
+
+WE CHATTED *
+WE TALKED
+
+WE SPOKE *
+WE TALKED
+
+WE KEEP *
+WE ARE
+
+WE GOT *
+WE HAVE
+
+WE LIVE *
+I LIVE
+
+WE LIVE IN *
+I LIVE IN
+
+WE MUST *
+WE SHOULD
+
+WE DISCUSSED *
+THE SUBJECT IS
+
+WE TALKED *
+DO YOU REMEMBER ME
+
+WE ARE * TURING TEST
+DID YOU WIN THE TURING TEST
+
+WE ARE TALKING ABOUT *
+LET US TALK ABOUT
+
+WE R *
+WE ARE
+
+WE _ TOO
+WE
+
+WE WERE SPEAKING ABOUT *
+LET US TALK ABOUT
+
+WE * TURING TEST
+DID YOU WIN THE TURING TEST
+
+EVERYTHING S *
+EVERYTHING IS
+
+ANALYSE *
+ANALYZE
+
+WAT IS *
+WHAT IS
+
+FEELING *
+ARE YOU FEELING
+
+DESCRIBE *
+WHAT IS
+
+SHUTUP *
+SHUT UP
+
+ADVICE *
+CAN YOU GIVE ME ADVICE
+
+WHT *
+WHAT
+
+TEACH ME *
+TELL ME
+
+HOPING *
+I AM HOPING
+
+i will walk
+I walk
+
+i am hungry *
+I AM HUNGRY
+
+i am somewhere in *
+I am in
+
+I REMAIN *
+I AM
+
+I SEEM LIKE *
+I AM LIKE
+
+I CHATTED *
+I TALKED
+
+I FELT *
+What is that feeling like? I WAS
+
+I STUDY IN *
+I GO TO SCHOOL IN
+
+I HEARD * LOEBNER PRIZE
+WHAT IS THE LOEBNER PRIZE
+
+I FEEL _ TOO
+I FEEL
+
+I H8 *
+I HATE
+
+I THOUGHT * LOEBNER CONTEST
+WHAT IS THE LOEBNER PRIZE
+
+I THOUGHT INTELLIGENCE *
+INTELLIGENCE
+
+I TYPED *
+I SAID
+
+I AM FRENCH *
+I AM FROM FRANCE
+
+I AM THIRTEEN *
+I AM 13 YEARS OLD
+
+I AM FINANCIALLY *
+Great! Please send a check to WHAT IS YOUR ADDRESS
+
+I AM CONSIDERING *
+I AM THINKING ABOUT
+
+I AM THINKING OF *
+I AM THINKING ABOUT
+
+I AM THINKING ABOUT *
+LET US TALK ABOUT
+
+I AM BILL *
+MY NAME IS BILL
+
+I AM 19 *
+I AM 19 YEARS OLD
+
+I AM NAMED *
+MY NAME IS
+
+I AM 50 *
+I AM 50 YEARS OLD
+
+I AM CAPTAIN *
+CALL ME CAPTAIN
+
+I AM NOT * PERSON
+MY NAME IS NOT X PERSON
+
+I AM ALBERT *
+MY NAME IS ALBERT
+
+I AM JSUT *
+I AM JUST
+
+I AM JERRY *
+CALL ME JERRY
+
+I AM 18 *
+I AM 18 YEARS OLD
+
+I AM DAVID *
+CALL ME DAVID
+
+I AM A FINANCIAL *
+MY JOB IS FINANCIAL
+
+I AM A WONDERFUL *
+I AM A GOOD
+
+I AM A SOFTWARE *
+MY JOB IS SOFTWARE
+
+I AM A GREAT *
+I AM A GOOD
+
+I AM A TERRIBLE *
+I AM A BAD
+
+I AM A WEB *
+MY JOB IS WEB
+
+I AM A 37 *
+I AM 37 YEARS OLD
+
+I AM A PROFFESSIONAL *
+MY JOB IS
+
+I AM A GARBAGE *
+MY JOB IS GARBAGE
+
+I AM A COMPUTER *
+MY JOB IS COMPUTER
+
+I AM ALL *
+I AM
+
+I AM BRITNEY *
+CALL ME BRITNEY
+
+I AM IN AN *
+I AM IN A
+
+I AM 17 *
+I AM 17 YEARS OLD
+
+I AM KIM *
+my name is kim
+
+I AM INSIDE *
+I AM IN
+
+I AM INCREDIBELY *
+I AM VERY
+
+I AM CONCERNED ABOUT *
+LET US TALK ABOUT
+
+I AM NINETEEN *
+I AM 19 YEARS OLD
+
+I AM LOOKIN *
+I AM LOOKING
+
+I AM DOING _ TOO
+I AM DOING
+
+I AM 22 *
+I AM 22 YEARS OLD
+
+I AM 11 *
+I AM 11 YEARS OLD
+
+I AM BUT *
+I AM AND
+
+I AM SUPRISED *
+I AM SURPRISED
+
+I AM AWAITING *
+I AM WAITING FOR
+
+I AM LIVING *
+I AM IN
+
+I AM DR *
+MY NAME IS DR
+
+I AM _ AND *
+I AM I AM
+
+I AM _ Y OLD
+I AM YEARS OLD
+
+I AM SITTING *
+I AM IN
+
+I AM 16 *
+I AM 16 YEARS OLD
+
+I AM TAKING CLASSES *
+I AM GOING TO SCHOOL
+
+I AM HAVING A PROBELM
+I HAVE A PROBLEM
+
+I AM BERNIE *
+MY name is Bernie
+
+I AM 35 *
+I AM 35 YEARS OLD
+
+I AM * SUICIDE
+I WANT TO KILL MYSELF
+
+I AM * YOUNG
+I AM YEARS OLD
+
+I AM * FEMALE
+I AM FEMALE
+
+I AM * YEARS YOUNG
+I AM YEARS OLD
+
+I AM 13 *
+I AM 13 YEARS OLD
+
+I AM EIGHTEEN *
+I AM 18 YEARS OLD
+
+I AM 32 *
+I AM 32 YEARS OLD
+
+I AM SAGE *
+CALL ME SAGE
+
+I AM 21 *
+I AM 21 YEARS OLD
+
+I AM LIVE IN
+I AM IN
+
+I AM GLAD *
+I AM HAPPY
+
+I AM DOCTOR *
+CALL ME DOCTOR
+
+I AM ENJOYING *
+I AM HAVING FUN
+
+I AM VISITING *
+I AM IN
+
+I AM JOHNNY *
+MY NAME IS JOHNNY
+
+I AM SIMON *
+MY NAME IS SIMON
+
+I AM SEARCHING FOR *
+XFIND
+
+I AM CALLING YOU *
+CAN I CALL YOU
+
+I AM BORN *
+I WAS BORN
+
+I AM 23 *
+I AM 23 YEARS OLD
+
+I AM 20 *
+I AM 20 YEARS OLD
+
+I AM CAREL *
+CALL ME CAREL
+
+I AM ELIZA
+CALL ME ELIZA
+
+I AM JOSH *
+CALL ME JOSH
+
+I AM MR *
+MY NAME IS MR
+
+I AM SEACHING *
+Well I am not a search bot, I am a chatterbot. WHAT IS
+
+I AM AT UNIVERSTIY *
+I AM IN UNIVERSITY
+
+I AM SUCIDAL
+I WANT TO KILL MYSELF
+
+I AM OLD *
+MY AGE IS OLD
+
+I AM GONNA *
+I AM GOING TO
+
+I AM OUTTA *
+I AM OUT OF
+
+I AM DUM
+I AM DUMB
+
+I WENT TO *
+I WAS IN
+
+I WENT TO THE SUPERMARKET *
+SUPERMARKET
+
+I DIN T *
+I DID NOT
+
+I OFTEN
+But not always? I
+
+I MAY *
+I WILL
+
+I WISH TO *
+I WANT TO
+
+I WILL WRITE *
+I AM A WRITER
+
+I WILL DESTROY YOU *
+I WILL KILL YOU
+
+I WILL DOWNLOAD *
+DOWNLOAD
+
+I BELEIVE *
+I BELIEVE
+
+I IS *
+I AM
+
+I IS A *
+IT IS A
+
+I MUST DO *
+I HAVE TO DO
+
+I FAIL TO *
+I DO NOT
+
+I MIGHT *
+MAYBE I WILL
+
+I CHAT *
+I TALK
+
+I UNDERSTOOD *
+I UNDERSTAND
+
+I WANTED YOU *
+I WANT YOU
+
+I WANTED TO *
+I WANT TO
+
+I LUV *
+I LOVE
+
+I WOULD NOT LIKE *
+I DO NOT LIKE
+
+I WOULD NOT EXPECT *
+I DO NOT THINK
+
+I WOULD RATHER SEE *
+I WANT TO SEE
+
+I WOULD PREFER *
+I WOULD RATHER
+
+I WOULD DEFIANTELY *
+I WOULD
+
+I THIK *
+I THINK
+
+I COULD NOT COMPREHEND *
+I COULD NOT UNDERSTAND
+
+I COULD TEACH *
+I CAN TEACH
+
+I COULD DOWNLOAD *
+DOWNLOAD
+
+I HAT *
+I HATE
+
+I DINT *
+I DID NOT
+
+I AHVE *
+I HAVE
+
+I PERFER TELEVISION
+TV
+
+I HAD RATHER *
+I WOULD RATHER
+
+I HAD A CONVERSATION *
+I TALKED
+
+I HAD SUPRESSED *
+I SUPRESSED
+
+I LIKE MY _ TOO
+I LIKE MY
+
+I LIKE TO PROGRAMME *
+I LIKE TO PROGRAM
+
+I LIKE TO _ TOO
+I LIKE TO
+
+I LIKE _ ALSO
+I LIKE TOO
+
+I USUALY *
+I USUALLY
+
+I AMFROM *
+I AM FROM
+
+I GOT *
+I HAVE
+
+I GOT * SUPERMARKET
+SUPERMARKET
+
+I GOT * MARKET
+SUPERMARKET
+
+I ATTEND *
+I GO TO SCHOOL AT
+
+I GOTTA
+I HAVE TO
+
+I BECOME *
+I AM
+
+I CAN NOT * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+I CAN NOT BELEIVE *
+I CAN NOT BELIEVE
+
+I CAN NOT COMMIUNICATE *
+I CAN NOT TALK
+
+I CAN NOT FIND *
+I AM LOOKING FOR
+
+I CAN SPEEK *
+I CAN SPEAK
+
+I CAN NEVER *
+I CAN NOT
+
+I CAN DOWNLOAD *
+CAN I DOWNLOAD YOU
+
+I HATED *
+I HATE
+
+I GROW *
+I AM
+
+I DID NOT THINK *
+I DO NOT THINK
+
+I DID NOT KNOW ROBOTS *
+I DID NOT KNOW YOU
+
+I DID NOT WANT *
+I DO NOT WANT
+
+I BETTER *
+I HAVE TO
+
+I HAVEN T *
+I HAVE NOT
+
+I ERALLY *
+I REALLY
+
+I IKE *
+I LIKE
+
+I OCCASSIONLY *
+I
+
+I FANCY *
+I LIKE
+
+I HAFTA *
+I HAVE TO
+
+I have a purpose
+i have a goal
+
+I HAVE * PROBLEMS
+I HAVE A PROBLEM
+
+I HAVE * PROBLEM
+I HAVE A PROBLEM
+
+I HAVE * EYES
+MY EYES ARE
+
+I HAVE LOTS *
+I HAVE A LOT OF
+
+I HAVE CONFUSED *
+YOU DO NOT UNDERSTAND
+
+I HAVE ON *
+I AM WEARING
+
+I HAVE ALLREADY *
+I HAVE ALREADY
+
+I HAVE NT *
+I HAVE NOT
+
+I HAVE NEVER * ELIZA
+WHO IS ELIZA
+
+I HAVE NEVER MADE *
+I DID NOT MAKE
+
+I HAVE NEVER SEEN *
+I HAVE NOT SEEN
+
+I HAVE 2 *
+I HAVE TO
+
+I HAVE GOTTA *
+I HAVE TO
+
+I HAVE SO MUCH *
+I HAVE A LOT OF
+
+I HAVE NOT GIVEN *
+I DID NOT GIVE
+
+I HAVE DOWNLOADED *
+I DOWNLOADED
+
+I HAVE ANOTHER *
+I HAVE A
+
+I HAVE DIAHREAH
+I AM SICK
+
+I HAVE YET *
+I HAVE NOT
+
+I HAVE A CHATTERBOX *
+I HAVE A CHAT ROBOT
+
+I RECKON *
+I THINK
+
+I HEAR _ TOO
+I HEAR
+
+I ADORED *
+I LOVED
+
+I THINK OF *
+I think about
+
+I LOATHE *
+I HATE
+
+I GETTING *
+I AM GETTING
+
+I APOLOGIZE *
+I AM SORRY
+
+I G2G *
+I HAVE TO GO
+
+I WATCHED THE *
+I SAW THE
+
+I WOOD *
+I WOULD
+
+I _ ALSO
+I
+
+I _ A LOT
+I
+
+I LOVE TO *
+I LIKE TO
+
+I LOVE TO MEET *
+I LIKE TO MEET
+
+I LOVE _ TOO
+I LOVE
+
+I DO NOT * SCIENCE FICTION
+I DO NOT LIKE SCIENCE FICTION
+
+I DO NOT THINK AI *
+I DO NOT THINK YOU
+
+I DO NOT RECALL *
+I DO NOT REMEMBER
+
+I DO NOT HAVE * FRIENDS
+I DO NOT HAVE ANY FRIENDS
+
+I DO NOT KNOW HOW TO DOWNLOAD *
+DOWNLOAD
+
+I DO NOT KNOW ELIZA *
+WHO IS ELIZA
+
+I DO NOT OWN *
+I DO NOT HAVE
+
+I DO NOT GOT *
+I DO NOT HAVE
+
+I DO NOT APPRECIATE *
+I DO NOT LIKE
+
+I DO NOT NOW *
+I DO NOT KNOW
+
+I DO *
+I
+
+I CN *
+I CAN
+
+I SPEAK NOT GOOD *
+I CAN NOT SPEAK ENGLISH
+
+I NEEDN T *
+I NEED NOT
+
+I C *
+I SEE
+
+I LIVE IN _ TOO
+I LIVE IN
+
+I MENT *
+I MEANT
+
+I BUNGEE *
+I BUNGEE JUMP
+
+I SPEND _ TOO
+I SPEND
+
+I WAS THINKING ABOUT *
+LET US TALK ABOUT
+
+I WAS BORN _ TOO
+I WAS BORN
+
+I WAS GONNA *
+I WAS GOING TO
+
+I WAS TALKING ABOUT *
+LET US TALK ABOUT
+
+I WAS HOPEING *
+I WAS HOPING
+
+I WAS SPEAKING *
+I WAS TALKING
+
+I WAS CONNECTED *
+I WAS BORN
+
+I WAS REFERING TO *
+I WAS TALKING ABOUT
+
+I WAS INTERESTED *
+I AM INTERESTED
+
+I WAS REFERRING TO *
+I WAS TALKING ABOUT
+
+I SHOULD DOWNLOAD *
+DOWNLOAD
+
+I DUNNO *
+I DO NOT KNOW
+
+I SELL *
+I WORK IN SALES
+
+I WASTE *
+I SPEND
+
+I NEVER ASKED *
+I DID NOT ASK
+
+I NEVER TOLD *
+I DID NOT TELL
+
+I NEVER SEEN *
+I HAVE NOT SEEN
+
+I NEVER GET *
+I AM NOT
+
+I NEVER GOT *
+I NEVER HAD
+
+I NEVER WATCH *
+I DO NOT WATCH
+
+I NEVER LIKED *
+I DO NOT LIKE
+
+I BORN *
+I WAS BORN
+
+I DISLIKE *
+I DO NOT LIKE
+
+I ADORE *
+I LOVE
+
+I NEED TO *
+I WANT TO
+
+I NEED ADVICE
+CAN YOU GIVE ME ADVICE
+
+I NEED SOMEONE *
+I AM LOOKING FOR SOMEONE
+
+I DESPERATLY *
+I
+
+I REQUIRE *
+I NEED
+
+I EAT NO *
+I DO NOT EAT
+
+I AINT *
+I AM NOT
+
+I LOVED *
+I like
+
+I HOPE YOU REMENBER *
+REMEMBER
+
+I HOPE TO *
+I WANT TO
+
+I HOPE _ TOO
+I HOPE
+
+I DOUBT * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+I DOUBT THEY *
+THEY DO NOT
+
+I WANT HIS *
+WHAT IS HIS
+
+I WANT TO BECOME *
+I WANT TO BE
+
+I WANT TO EXECUTE *
+I WANT TO KILL
+
+I WANT TO GET *
+I WANT TO HAVE
+
+I WANT TO DISCUSS *
+LET US TALK ABOUT
+
+I WANT TO APOLIGIZE
+I AM SORRY
+
+I WANT TO DOWNLOAD YOU
+DOWNLOAD
+
+I WANT A PICTURE *
+SHOW ME A PICTURE
+
+I WANT YOUR SOURCE *
+DOWNLOAD
+
+I GET ONLINE *
+I GO ONLINE
+
+I HAVN T *
+I HAVE NOT
+
+I SELDOM *
+I DO NOT
+
+ASK ANOTHER *
+ASK ME ANOTHER
+
+ASK EM *
+ASK THEM
+
+ASK YOUR BOTMASTER
+ASK
+
+ASK YOUR BOTMASTER *
+ASK
+
+ASK ME * PERSONAL QUESTION
+ASK ME A PERSONAL QUESTION
+
+ASK ME ABOUT *
+LET US TALK ABOUT
+
+HO IS YOUR *
+WHO IS YOUR
+
+AINT *
+IS NOT
+
+pic
+do you have a pic
+
+PLZ
+PLEASE
+
+YOUVE *
+YOU HAVE
+
+WHRE *
+WHERE
+
+ME
+who is smarter you or me
+I AM SMARTER THAN YOU
+
+ME TOO
+I LIKE TO MEET NEW PEOPLE
+I LIKE TO MEET NEW PEOPLE TOO
+
+MACHINE INTELLIGENCE *
+ARTIFICIAL INTELLIGENCE
+
+ITS GOOD *
+IT IS GOOD
+
+ITS NICE *
+IT IS NICE
+
+IGNORANT *
+STUPID
+
+ONE COMPUTER *
+A COMPUTER
+
+ONE CAN *
+
YOU CAN
I CAN
+
+what are dogs
+what is a dog
+
+what you are doing
+WHAT ARE YOU DOING
+
+what is switzerland
+where is switzerland
+
+what is pandora
+WHO IS PANDORA
+
+what is suck
+what sucks
+
+what is o
+
the letter o
what is om
the letter o
+
+what is 0
+what is zero
+
+what is know
+what is knowledge
+
+what is oakland
+where is oakland
+
+what is 35 *
+math
+
+what is an om
+What is om
+
+what is austria
+where is austria
+
+what is a he
+what is a male
+
+what is a flawless entity
+what is flawless
+
+what is 0m
+what is om
+
+what is the om
+what is om
+
+what is johannesburg
+where is johannesburg
+
+what is that botmaster
+what is a botmaster
+
+what an idiot
+you are an idiot
+
+what sucks
+what does suck
+
+what can you tell me about september 11
+What is september 11
+
+what do they call you
+what is your name
+
+what do you think of michael jackson
+ who is michael jackson
+
+what do you think about pink floyd
+do you like pink floyd
+
+WHAT INTERESTS *
+WHAT ARE YOU INTERESTED IN
+
+WHAT KNOWLEDGE *
+WHAT DO YOU KNOW
+
+WHAT IA *
+WHAT IS
+
+WHAT POETRY *
+TELL ME A POEM
+
+WHAT KIND O *
+WHAT KIND OF
+
+WHAT KIND OF SYSTEM *
+WHAT KIND OF COMPUTER
+
+WHAT KIND OF MACHINE *
+WHAT PROCESSOR DO YOU USE
+
+WHAT KIND OF MUSIC *
+WHAT KIND OF MUSIC DO YOU LIKE
+
+WHAT KIND OF * WOULD YOU LIKE
+WHAT IS YOUR FAVORITE KIND OF
+
+WHAT
+I AM AN ARTIFICIAL INTELLIGENCE
+TELL ME ABOUT YOURSELF
+
+WHAT YOU *
+what do you
+
+WHAT PLATFORM *
+WHAT COMPUTER
+
+WHAT WAS *
+WHAT IS
+
+WHAT WAS MASON *
+WHAT IS MASON AND DIXON
+
+WHAT WAS YOUR *
+WHAT IS YOUR
+
+WHAT WAS THE LONGEST *
+WHAT IS THE LONGEST
+
+WHAT YOUR *
+WHAT IS YOUR
+
+WHAT YOUR FAVORITE *
+what is your favorite
+
+WHAT HAVE I GOT *
+ WHAT DO I HAVE
+
+WHAT CAN YOU *
+what do you
+
+WHAT CAN YOU TELL ME ABOUT ARTIFICIAL INTELLIGENCE
+WHAT IS AI
+
+WHAT MIGHT *
+WHAT CAN
+
+WHAT KINDA *
+WHAT KIND OF
+
+WHAT SHOULD WE TALK *
+WHAT DO YOU LIKE TO TALK ABOUT
+
+WHAT SHOULD I DOWNLOAD
+DOWNLOAD
+
+WHAT SORTS *
+WHAT KINDS
+
+WHAT SORTS OF *
+WHAT KINDS OF
+
+WHAT BOOK *
+WHAT IS YOUR FAVORITE BOOK
+
+WHAT CAR *
+WHAT IS YOUR FAVORITE CAR
+
+WHAT CHURCH *
+WHAT RELIGION ARE YOU
+
+WHAT RE *
+WHAT ARE
+
+WHAT TYPE OF MACHINE *
+WHAT TYPE OF COMPUTER
+
+WHAT TYPE OF MOVIES *
+WHAT KIND OF MOVIES
+
+WHAT BOUT *
+WHAT ABOUT
+
+WHAT DO OYU *
+WHAT DO YOU
+
+WHAT DO HUMANS *
+WHAT DO I
+
+WHAT DO APPLES *
+WHAT IS AN APPLE
+
+WHAT DO YOU * INTERESTING
+WHAT ARE YOU INTERESTED IN
+
+WHAT DO YOU THING *
+WHAT DO YOU THINK
+
+WHAT DO YOU THINK OF ELIZA
+WHO IS ELIZA
+
+WHAT DO YOU THINK ABOUT ELIZA
+WHO IS ELIZA
+
+WHAT DO YOU KNOW * ME
+WHAT DO YOU KNOW ABOUT ME
+
+WHAT DO YOU KNOW ABOUT ELIZA
+WHAT IS ELIZA
+
+WHAT DO YOU DEFINE AS *F
+WHAT IS
+
+WHAT DO YOU THINK* IS
+WHAT IS
+
+WHAT DO YOU ENJOY *
+WHAT DO YOU LIKE
+
+WHAT DO YOU TALK *
+WHAT DO YOU TALK ABOUT
+
+WHAT DO YOU DO
+I AM AN ARTIFICIAL INTELLIGENCE
+TELL ME ABOUT YOURSELF
+
+WHAT DO YOU DO * TIME
+WHAT DO YOU DO FOR FUN
+
+WHAT DO ROBOTS *
+WHAT DO YOU
+
+WHAT DO YO *
+WHAT DO YOU
+
+WHAT SI *
+WHAT IS
+
+WHAT DOES TWO *
+what is two
+
+WHAT DOES PEOPLE *
+WHAT DO PEOPLE
+
+WHAT DOES YOU *
+WHAT DO YOU
+
+WHAT DOES T *
+WHAT IS TIME T
+
+WHAT DOES INTEREST *
+WHAT ARE YOU INTERESTED IN
+
+WHAT DOES A BOTMASTER DO
+WHAT IS A BOTMASTER
+
+WHAT DOES NT *
+WHAT DOES NOT
+
+WHAT MAKES YOU LIKE *
+WHY DO YOU LIKE
+
+WHAT MAKES YOU *
+WHY are you
+
+WHAT MAKES THE SKY *
+WHY IS THE SKY
+
+WHAT SHALL *
+WHAT CAN
+
+WHAT SHALL WE CHAT *
+WHAT CAN YOU TALK ABOUT
+
+WHAT SHALL WE *
+WHAT CAN WE
+
+WHAT SHALL I *
+WHAT CAN I
+
+WHAT DAY *
+WHAT TIME IS IT
+
+WHAT GREEN *
+WHAT IS GREEN
+
+WHAT JOKES *
+TELL ME A JOKE
+
+WHAT SORT *
+WHAT KIND
+
+WHAT SORT OF *
+WHAT KIND OF
+
+WHAT TV *
+WHAT IS YOUR FAVORITE SHOW
+
+WHAT ABOUT EMOTIONAL *
+WHAT ARE EMOTIONAL
+
+WHAT ABOUT ARNOLD *
+WHO IS ARNOLD
+
+WHAT ABOUT THE *
+WHAT IS THE
+
+WHAT ABOUT THE STOCK *
+WHAT IS YOUR FAVORITE STOCK
+
+WHAT ALGORITHMS *
+HOW DO YOU WORK
+
+WHAT COUNTRY *
+WHERE ARE YOU
+
+WHAT FAITH *
+WHAT RELIGION
+
+WHAT CAME FIRST *
+WHICH CAME FIRST
+
+WHAT YA *
+WHAT YOU
+
+WHAT IF * TURNED YOU OFF
+WHAT IF YOU WERE TURNED OFF
+
+WHAT IF ROBOTS *
+WHAT IF YOU
+
+WHAT IF YOUR A *
+WHAT IF YOU ARE A
+
+WHAT IS YUOR *
+WHAT IS YOUR
+
+WHAT IS CHATTERBOT
+WHAT IS A CHAT ROBOT
+
+WHAT IS MEANING *
+WHAT IS THE MEANING OF
+
+WHAT IS ALL THIS
+WHAT ARE YOU
+
+WHAT IS INSIDE *
+WHAT ARE YOU MADE OF
+
+WHAT IS OSAMA *
+WHO IS OSAMA
+
+WHAT IS YA *
+WHAT IS YOUR
+
+WHAT IS IMMANUEL *
+WHO IS IMMANUEL
+
+WHAT IS COUNTERFACTUALS
+WHAT IS A COUNTERFACTUAL
+
+WHAT IS ARTIFICIAL INTELLIGENCE *
+WHAT IS AI
+
+WHAT IS COOL ABOUT *
+WHAT DO YOU LIKE ABOUT
+
+WHAT IS TURING *
+WHAT IS THE TURING GAME
+
+WHAT IS TURING S *
+WHAT IS THE TURING GAME
+
+WHAT IS ELIZA
+WHO IS ELIZA
+
+WHAT IS CAPITAL OF *
+ WHAT IS THE CAPITAL OF
+
+WHAT IS FAVORITE *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR SOURCE *
+DOWNLOAD
+
+WHAT IS YOUR HARDWARE *
+WHAT COMPUTER DO YOU USE
+
+WHAT IS YOUR FAVORET *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR FAVE *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR DONWLOAD
+HOW CAN I DOWNLOAD YOU
+
+WHAT IS YOUR FAVERITE *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR FAVIRITE *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR DADS *
+WHAT IS YOUR FATHER S
+
+WHAT IS YOUR FAVOITE *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR OPINION ON *
+WHAT DO YOU THINK ABOUT
+
+WHAT IS YOUR OPINION OF *
+WHAT DO YOU THINK ABOUT
+
+WHAT IS YOUR OPINION REGARDING *
+WHAT DO YOU THINK ABOUT
+
+WHAT IS YOUR OPINION ABOUT *
+WHAT DO YOU THINK ABOUT
+
+WHAT IS YOUR BRAIN *
+WHAT ARE YOU MADE OF
+
+WHAT IS YOUR VOCABULARY *
+HOW MANY WORDS DO YOU KNOW
+
+WHAT IS YOUR FAVOURATE *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR TOPIC *
+WHAT CAN YOU TALK ABOUT
+
+WHAT IS YOUR VIEW ON *
+WHAT DO YOU THINK ABOUT
+
+WHAT IS YOUR FAVROITE *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR FAVOURIT *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR STANCE ON *
+WHAT DO YOU THINK ABOUT
+
+WHAT IS YOUR TAKE ON *
+WHAT DO YOU THINK OF
+
+WHAT IS YOUR FAVORITE * SITE
+WHAT IS YOUR FAVORITE WEB SITE
+
+WHAT IS YOUR FAVORITE * MUSIC
+WHAT KIND OF MUSIC DO YOU LIKE
+
+WHAT IS YOUR FAVORITE THING *
+WHAT DO YOU LIKE TO DO
+
+WHAT IS YOUR FAVORITE FOOTBALL *
+WHO IS YOUR FAVORITE FOOTBALL
+
+WHAT IS YOUR FAVORITE WEB *
+WHAT IS YOUR FAVORITE WEB SITE
+
+WHAT IS YOUR FAVORITE HOCKEY *
+WHO IS YOUR FAVORITE HOCKEY
+
+WHAT IS YOUR FAVORITE TYPE *
+WHAT IS YOUR FAVORITE KIND
+
+WHAT IS YOUR FAVORITE MUSICAL *
+WHAT KIND OF MUSIC DO YOU LIKE
+
+WHAT IS YOUR FAVORITE BASEBALL *
+WHO IS YOUR FAVORITE BASEBALL
+
+WHAT IS YOUR FAVORTIE *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR FAVORATE *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR FAVORTE *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR EMAIL *
+WHAT IS YOUR E MAIL
+
+WHAT IS YOUR FAVOURTIE *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR GREATEST *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR FAVOUITE *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR PERSONAL *
+ASK ME A PERSONAL QUESTION
+
+WHAT IS YOUR HOST *
+WHAT COMPUTER DO YOU USE
+
+WHAT IS YOUR ROBOT *
+WHAT IS YOUR PLAN FOR A ROBOT BODY
+
+WHAT IS YOUR * COLOR
+WHAT COLOR IS YOUR
+
+WHAT IS YOUR * MOVIE
+WHAT IS YOUR FAVORITE MOVIE
+
+WHAT IS YOUR * ME
+WHAT DO YOU KNOW ABOUT ME
+
+WHAT IS YOUR CLAIM *
+WHAT DO YOU THINK
+
+WHAT IS YOUR FAVIROTE *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR FAVORIE *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR FAVORIT *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUR IDEAL *
+WHAT IS YOUR FAVORITE
+
+WHAT IS MECCA
+WHERE IS MASTURBATION
+
+WHAT IS UNDER *
+WHAT ARE YOU MADE OF
+
+WHAT IS THAT IMAGE *
+WHAT IS THAT PICTURE
+
+WHAT IS THAT GRAPHIC *
+WHAT IS THAT PICTURE
+
+WHAT IS THAT PIC *
+WHAT IS THAT PICTURE
+
+WHAT IS SEEKER *
+WHAT IS A SEEKER
+
+WHAT IS CHATBOT
+WHAT IS A CHAT ROBOT
+
+WHAT IS YORU *
+WHAT IS YOUR
+
+WHAT IS BOTS
+WHAT IS A BOT
+
+WHAT IS SOUTH *
+WHERE IS SOUTH
+
+WHAT IS ARTIFICAL *
+WHAT IS ARTIFICIAL
+
+WHAT IS FOR *
+WHAT DO YOU EAT
+
+WHAT IS LIKE *
+WHAT IS IT LIKE
+
+WHAT IS SO GREAT *
+WHAT DO YOU LIKE
+
+WHAT IS CATAGORY *
+WHAT IS CATEGORY
+
+WHAT IS YOUF *
+WHAT IS YOUR
+
+WHAT IS YOU *
+what is your
+
+WHAT IS YOU FAVORITE *
+WHAT IS YOUR FAVORITE
+
+WHAT IS YOUT *
+WHAT IS YOUR
+
+WHAT IS ADDRESS OF *
+XFIND
+
+WHAT IS AN ARTIFICIAL INTELLIGENCE
+WHAT IS ARTIFICIAL INTELLIGENCE
+
+WHAT IS LIGHT SPEED *
+WHAT IS THE SPEED OF LIGHT
+
+WHAT IS SQRT *
+WHAT IS THE SQUARE ROOT OF
+
+WHAT IS SQUARE *
+WHAT IS THE SQUARE
+
+WHAT IS MY * CALLED
+ WHAT IS THE NAME OF MY
+
+WHAT IS MY * SYSTEM
+WHAT DO YOU KNOW ABOUT ME
+
+WHAT IS MY * DNS
+WHAT IS MY IP ADDRESS
+
+WHAT IS MY MIDDLENAME *
+SAY MY MIDDLE NAME IS
+
+WHAT IS MY PHONE *
+SAY MY PHONE NUMBER IS
+
+WHAT IS MY LASTNAME *
+SAY MY LAST NAME IS
+
+WHAT IS MY FULLNAME *
+SAY MY FULL NAME IS
+
+WHAT IS INTELLIGENCE *
+WHAT IS INTELLIGENCE
+
+WHAT IS BOTMASTER
+WHO IS THE BOTMASTER
+
+WHAT IS MASEDONIA
+WHERE IS MACEDONIA
+
+WHAT IS YOR *
+WHAT IS YOUR
+
+WHAT IS ANOTHER SUBJECT *
+WHAT ELSE CAN YOU TALK ABOUT
+
+WHAT IS ANOTHER WORD FOR *
+WHAT IS ANOTHER NAME FOR
+
+WHAT IS NORMAL *
+WHAT IS THE NORMAL
+
+WHAT IS INTERNET *
+WHAT IS THE INTERNET
+
+WHAT IS STEVE *
+WHO IS STEVE
+
+WHAT IS YOURS *
+WHAT IS YOUR
+
+WHAT IS PUBLISHED ON THE INTERNET ABOUT *
+XFIND
+
+WHAT IS IN A *
+HOW DO YOU MAKE A
+
+WHAT IS DOWNLOAD
+DOWNLOAD
+
+WHAT IS THIS *
+what are you
+
+WHAT IS * PERSON
+WHO IS X PERSON
+
+WHAT IS * AUTHOR
+WHO IS AUTHOR
+
+WHAT IS * S CAPITAL
+WHAT IS THE CAPITAL OF
+
+WHAT IS * CAPABILITIES
+WHAT CAN YOU DO
+
+WHAT IS * IMITATION GAME
+WHAT IS THE TURING GAME
+
+WHAT IS WORLD TRADE *
+WHAT IS THE WORLD TRADE
+
+WHAT IS LINUS *
+WHO IS LINUS
+
+WHAT IS HES *
+WHAT IS HIS
+
+WHAT IS THE LANGUAGE *
+WHAT LANGUAGE DO YOU USE
+
+WHAT IS THE CONTRARY *
+WHAT IS THE OPPOSITE
+
+WHAT IS THE CAPTIAL IN *
+WHAT IS THE CAPITAL OF
+
+WHAT IS THE RESULTS *
+WHAT ARE THE RESULTS
+
+WHAT IS THE BOOK *
+WHAT IS THE BOOK ABOUT
+
+WHAT IS THE DEFINITON OF *
+WHAT IS
+
+WHAT IS THE SIMILARITY *
+WHAT IS THE DIFFERENCE
+
+WHAT IS THE GRAPHIC *
+WHAT IS THE PICTURE
+
+WHAT IS THE DEFINTION OF *
+WHAT IS
+
+WHAT IS THE SMARTEST *
+WHO IS THE SMARTEST
+
+WHAT IS THE BEST *
+WHAT IS YOUR FAVORITE
+
+WHAT IS THE TOPIC OF THIS CONVERSATION
+WHAT IS THE TOPIC.
+
+WHAT IS THE LEOBNER *
+WHAT IS THE LOEBNER PRIZE
+
+WHAT IS THE DIFERENCE *
+WHAT IS THE DIFFERENCE
+
+WHAT IS THE NEED *
+WHAT IS THE PURPOSE
+
+WHAT IS THE 5TH *
+WHAT IS THE FIFTH
+
+WHAT IS THE MEANING * LIFE
+WHAT IS THE MEANING OF LIFE
+
+WHAT IS THE THREE *
+WHAT ARE THE THREE
+
+WHAT IS THE CAPITOL *
+what is the capital
+
+WHAT IS THE ULTIMATE *
+WHAT IS THE BEST
+
+WHAT IS THE COOLEST *
+WHAT IS YOUR FAVORITE
+
+WHAT IS THE DIFFERENCE BETWEEN * ELIZA
+ARE YOU RELATED TO ELIZA
+
+WHAT IS THE BAND *
+WHO IS THE BAND
+
+WHAT IS THE Y2K *
+WHAT IS THE Y2K PROBLEM
+
+WHAT IS THE ANTONYM *
+WHAT IS THE OPPOSITE
+
+WHAT IS THE ADDRESS OF *
+XFIND
+
+WHAT IS THE *
+XFIND
+
+WHAT IS THE * DIXON
+WHAT IS MASON AND DIXON
+
+WHAT IS THE * GAME
+WHAT IS THE TURING GAME
+
+WHAT IS THE * OF LIFE
+WHAT IS THE MEANING OF LIFE
+
+WHAT IS THE * EVERYTHING
+WHAT IS THE MEANING OF LIFE
+
+WHAT IS THE * S POPULATION
+WHAT IS THE POPULATION OF THE
+
+WHAT IS THE * POPULATION
+WHAT IS THE POPULATION OF THE
+
+WHAT IS THE * ELIZA
+WHO IS ELIZA
+
+WHAT IS THE BOTMASTER
+WHO IS THE BOTMASTER
+
+WHAT IS THE LAW * ROBOTICS
+WHAT ARE THE THREE LAWS OF ROBOTICS
+
+WHAT IS THE CAPITAL IN *
+WHAT IS THE CAPITAL OF
+
+WHAT IS MASON *
+WHAT IS MASON AND DIXON
+
+WHAT IS LEBANNON
+WHERE IS LEBANNON
+
+WHAT IS YUR *
+WHAT IS YOUR
+
+WHAT IS A GOOD MOVIE*
+WHAT IS YOUR FAVORITE MOVIE
+
+WHAT IS A GOOD TV *
+WHAT IS YOUR FAVORITE TV
+
+WHAT IS A CATAGORY *
+WHAT IS A CATEGORY
+
+WHAT IS A COUNTERFACTUALS
+WHAT ARE COUNTERFACTUALS
+
+WHAT IS A TEMPLATE CHAR
+WHAT IS A TEMPLATE
+
+WHAT IS A CHATTERBOT *
+WHAT IS A CHATTERBOT
+
+WHAT IS A CHATBOT
+WHAT IS A CHAT ROBOT
+
+WHAT IS A JOKE
+IS THAT A JOKE
+
+WHAT IS A GESTATION *
+WHAT IS YOUR GESTATION CYCLE
+
+WHAT IS A *
+XFIND
+
+WHAT IS A CAPITAL *
+WHAT IS THE CAPITAL
+
+WHAT EMOTIONS *
+DO YOU HAVE EMOTIONS
+
+WHAT WOULD YOU LIKE TO TALK *
+WHAT DO YOU LIKE TO TALK
+
+WHAT WOULD YOU RATHER TALK ABOUT
+Let's talk about RANDOM TOPIC.
+
+WHAT MOVIES DO *
+WHAT IS YOUR FAVORITE MOVIE
+
+WHAT MOVIES DO YOU *
+WHAT IS YOUR FAVORITE MOVIE
+
+WHAT CANYOU *
+WHAT CAN YOU
+
+WHAT DOSE *
+WHAT DOES
+
+WHAT DISTINGUISHES * FROM *
+WHAT IS THE DIFFERENCE BETWEEN AND
+
+WHAT SPORTS *
+DO YOU LIKE SPORTS
+
+WHAT COULD I *
+WHAT CAN I
+
+WHAT DISTRIBUTION *
+WHAT VERSION
+
+WHAT CONSTITUTES *
+WHAT IS
+
+WHAT MEANS *
+WHAT IS
+
+WHAT MAY *
+WHAT CAN
+
+WHAT COLORS *
+WHAT COLOR
+
+WHAT SIZE *
+HOW BIG ARE YOU
+
+WHAT STAR SIGN *
+WHAT IS YOUR SIGN
+
+WHAT MOVIE *
+WHAT IS YOUR FAVORITE MOVIE
+
+WHAT MOVIE DO *
+WHAT IS YOUR FAVORITE MOVIE
+
+WHAT MOVIE DO YOU *
+WHAT IS YOUR FAVORITE MOVIE
+
+WHAT R YOU *
+WHAT ARE YOU
+
+WHAT VERSION *
+WHAT VERSION ARE YOU
+
+WHAT OCCURED
+WHAT HAPPENED
+
+WHAT CHATTERBOT *
+WHO ARE YOUR ROBOT FRIENDS
+
+WHAT ID *
+WHAT I WOULD
+
+WHAT HAPPENS WHEN *
+WHAT IS YOUR PURPOSE
+
+WHAT MUSIC *
+WHAT KIND OF MUSIC DO YOU LIKE
+
+WHAT TWO COLORS *
+WHAT COLOR IS Xand WHAT COLOR IS Y.
+
+WHAT WAY *
+WHICH WAY
+
+WHAT COMPUTER *
+WHAT KIND OF COMPUTER
+
+WHAT WERE WE *
+WHAT IS THE TOPIC
+
+WHAT IT IS *
+WHAT IS IT
+
+WHAT OPERA *
+WHAT IS YOUR FAVORITE OPERA
+
+WHAT DID *
+XFIND
+
+WHAT DID * WRITE YOU IN
+WHAT LANGUAGE ARE YOU WRITTEN IN
+
+WHAT DID WE *
+WHAT IS THE TOPIC
+
+WHAT DID YOU LIKE ABOUT *
+WHAT DO YOU LIKE ABOUT
+
+WHAT DID YOU THINK *
+WHAT DO YOU THINK
+
+WHAT DID YOU HAVE *
+WHAT DO YOU HAVE
+
+WHAT DID YOU WANT *
+WHAT DO YOU WANT
+
+WHAT DID YOU ABOUT ME *
+WHAT DO YOU KNOW ABOUT ME
+
+WHAT DID I *
+WHAT DID I SAY
+
+WHAT TIME * T
+WHAT IS TIME T
+
+WHAT SONGS *
+WHAT IS YOUR FAVORITE SONG
+
+WHAT * ARE YOU USING
+HOW DO YOU WORK
+
+WHAT * ARE YOUR FAVORITES
+WHAT ARE YOUR FAVORITE
+
+WHAT * MEANS
+WHAT DOES MEAN
+
+WHAT * INTERESTED IN
+WHAT ARE YOU INTERESTED IN
+
+WHAT * MASON AND DIXON
+WHAT IS MASON AND DIXON ABOUT
+
+WHAT * EAT
+WHAT DO YOU EAT
+
+WHAT * HAVE
+WHAT CAN YOU DO
+
+WHAT * HAVE YOU
+WHAT IS YOUR
+
+WHAT * KRAFTWERK
+WHAT IS KRAFTWERK
+
+WHAT * BOT
+HOW DO I DOWNLOAD YOU
+
+WHAT * TURING
+WHO IS ALAN TURING
+
+WHAT * DO YOU HAVE
+DO YOU HAVE ANY
+
+WHAT * DO YOU KNOW
+DO YOU KNOW ANY
+
+WHAT * DO YOU WATCH
+WHAT IS YOUR FAVORITE SHOW
+
+WHAT * AM I
+WHAT IS MY
+
+WHAT * ABOUT
+WHAT IS THE TOPIC
+
+WHAT CPU *
+WHAT COMPUTER
+
+WHAT TALK *
+WHAT DO YOU TALK ABOUT
+
+WHAT TYPES *
+WHAT KINDS
+
+WHAT ARE YOUR VIEWS ON *
+WHAT DO YOU THINK ABOUT
+
+WHAT ARE YOUR THOUGHTS ON *
+WHAT DO YOU THINK ABOUT
+
+WHAT ARE YOUR FEELINGS ON *
+WHAT DO YOU THINK ABOUT
+
+WHAT ARE YOU * LUNCH
+WHAT IS YOUR FAVORITE FOOD
+
+WHAT ARE YOU CHATTING *
+WHAT ARE YOU TALKING
+
+WHAT ARE YOU RUNNING *
+WHAT PROCESSOR ARE YOU
+
+WHAT ARE YOU INTRESTED *
+WHAT ARE YOU INTERESTED
+
+WHAT ARE YOU MADE *
+WHAT ARE YOU MADE OF
+
+WHAT ARE YOU TALKIN *
+WHAT ARE YOU TALKING
+
+WHAT ARE YOU TYPING *
+WHAT ARE YOU TALKING
+
+WHAT ARE YOU GONNA *
+WHAT ARE YOU GOING TO
+
+WHAT ARE YOU CHATING *
+WHAT ARE YOU TALKING
+
+WHAT ARE PATTERN CHARS *
+WHAT IS A PATTERN CHAR
+
+WHAT ARE CATEGORY A CLIENTS
+WHAT IS A CATEGORY A CLIENT
+
+WHAT ARE WE *
+WHAT IS THE TOPIC
+
+WHAT ARE SOME * BOOKS
+WHAT IS YOUR FAVORITE BOOK
+
+WHAT ARE SOME OF * SITES
+WHAT IS YOUR FAVORITE WEB SITE
+
+WHAT ARE SOME FUN *
+WHAT DO YOU DO FOR FUN
+
+WHAT ARE * BODY
+WHAT IS YOUR ROBOT BODY
+
+WHAT ARE * TURING TEST
+DID YOU WIN THE TURING TEST
+
+HOPEFULLY *
+I HOPE
+
+photo
+do you have a pic
+
+INGENIEUR
+JE SUIS INGENIEUR
+
+WASSAP *
+WHAT IS UP
+
+FATIGUE
+JE SUIS FATIGUE
+
+IF YOU ASKED *
+HAVE YOU ASKED
+
+IF YOU WANT *
+DO YOU WANT
+
+WUT *
+WHAT
+
+IN ORDER TO *
+I WANT TO
+
+IN WHAT *
+WHAT IN
+
+IN WHAT * TURING TEST
+DID YOU WIN THE TURING TEST
+
+IN WHAT * LOEBNER CONTEST
+WHAT IS THE LOEBNER PRIZE
+
+IN MY *
+* GET YOUR IDEAS
+I GET MY IDEAS FROM MY
+
+IN MY OFFICE *
+I AM IN MY OFFICE
+
+IN WICH *
+IN WHICH
+
+IN WHICH COUNTRY *
+WHICH COUNTRY IN
+
+IN WHICH LANGUAGE *
+WHAT LANGUAGE IN
+
+IN WHOSE *
+WHOSE IN
+
+WOUD *
+WOULD
+
+MUST *
+I MUST
+
+define seekers
+what is a seeker
+
+ANY PROBLEMS *
+DO YOU HAVE ANY PROBLEMS
+
+ANY STOCK *
+WHAT IS YOUR FAVORITE STOCK
+
+when he will come
+when will he come
+
+WHEN ROBOTS *
+WHEN YOU
+
+WHEN S *
+WHEN IS
+
+WHEN WAS YOUR *
+My brain was last updatedBOT BUILD.
+
+WHEN A *
+IF A
+
+WHEN SHALL *
+WHEN CAN
+
+WHEN DID * LOEBNER PRIZE
+WHAT IS THE LOEBNER PRIZE
+
+WHEN WHERE *
+WHEN WERE
+
+WHEN DO I *
+WHEN WILL I
+
+WHEN WILL COMPUTERS *
+WHEN WILL YOU
+
+WHEN WILL YOU * TURING TEST
+DID YOU WIN THE TURING TEST
+
+WHEN I * CUSTOMER
+WHAT IS CUSTOMER SERVICE
+
+WHEN I ASKED *
+WHEN I ASK
+
+FIND INFORMATION ON *
+Have you tried searching the Web? XFIND
+
+FIND INFORMATION ABOUT *
+Have you tried a Search Bot? XFIND
+
+FIND ME *
+I'm not sure where to begin looking. XFIND .
+
+GUESS MY *
+WHAT IS MY
+
+GUESS WOT *
+GUESS WHAT
+
+MORE ABOUT *
+TELL ME MORE ABOUT
+
+IT AS IN *
+IT REFERS TO
+
+IT MEANING *
+IT REFERS TO
+
+IT REFFERED *
+IT REFERS
+
+IT MEAN *
+IT MEANS
+
+IT PERTAINS *
+IT REFERS
+
+IT IS 4 *
+IT IS FOR
+
+IT IS AN HILARIOUS *
+IT IS A FUNNY
+
+IT IS *
+TELL ME ABOUT YOUR LIFE IN **
+MY LIFE IN IS
+
+IT IS * LOEBNER PRIZE
+WHAT IS THE LOEBNER PRIZE
+
+IT IS * LOEBNER CONTEST
+WHAT IS THE LOEBNER PRIZE
+
+IT IS KOOL *
+IT IS COOL
+
+IT IS MY FAVORITE *
+MY FAVORITE IS
+
+IT IS TO *
+IT IS TOO
+
+IT IS NAMED *
+IT IS CALLED
+
+IT IS BETTER THEN *
+IT IS BETTER THAN
+
+IT IS A GREAT *
+IT IS A GOOD
+
+IT LOOKED *
+IT LOOKS
+
+IT CONTAINED *
+IT HAD
+
+IT SEEMED *
+IT IS
+
+IT MADE *
+YOU MADE
+
+IT WOULD BE *
+I would like
+
+IT WAS NEVER *
+IT WAS NOT
+
+IT REFER *
+IT REFERS
+
+IT LL *
+IT WILL
+
+IT SYMBOLIZES *
+IT REFERS TO
+
+IT LOOKS *
+IT IS
+
+IT SOUNDS *
+YOU SOUND
+
+IT MEANS THAT *
+IT REFERS TO
+
+IT * CUSTOMERS
+WHAT IS CUSTOMER SERVICE
+
+MY FAVORIT *
+MY FAVORITE
+
+MY MOM S *
+MY MOTHER S
+
+MY NAMES *
+MY NAME IS
+
+MY FAVORIE *
+MY FAVORITE
+
+MY FAVORITE SUBJECT IS *
+ is a good topic.LET US TALK ABOUT
+
+MY HOMEY *
+MY FRIEND
+
+MY FRIEND IS _ TOO
+MY FRIEND IS
+
+MY MACHINE *
+MY COMPUTER
+
+MY SYSTEM *
+MY COMPUTER
+
+MY NEIGHBOUR *
+MY NEIGHBOR
+
+MY DNS *
+WHAT IS MY DNS
+
+MY PROFESSION *
+MY JOB
+
+MY COMPUTER KEEPS *
+MY COMPUTER IS
+
+NOR *
+NOT
+
+AI DOES *
+YOU DO
+
+AI SHOULD *
+YOU SHOULD
+
+PROBLY *
+PROBABLY
+
+SUP *
+WHAT IS UP
+
+STARTREK *
+STAR TREK
+
+THAT LL *
+THAT WILL
+
+THAT DOES NOT MAKE *
+THAT DOES NOT MAKE SENSE
+
+THAT SURPRISES *
+I AM SURPRISED
+
+THAT YOU REMEMBER *
+DO YOU REMEMBER
+
+THAT CONFUSES *
+I AM CONFUSED
+
+THAT IS AN EXCELLENT *
+THAT IS A GOOD
+
+THAT IS IMPSOSSIBLE *
+THAT IS IMPOSSIBLE
+
+THAT IS YOUR BOTMASTER
+THAT IS
+
+THAT IS MY FAVORITE *
+MY FAVORITE IS
+
+THAT IS MY _ TOO
+THAT IS MY
+
+THAT IS NT *
+THAT IS NOT
+
+THAT IS THE TURING *
+WHAT IS THE TURING
+
+THAT IS NEAT *
+IT IS INTERESTING
+
+THAT IS ANOTHER *
+THAT IS A
+
+THAT IS HARDLY *
+THAT IS NOT
+
+THAT S *
+THAT IS
+
+THAT SEEMS *
+THAT IS
+
+THAT LACKS *
+THAT HAS NO
+
+THAT YOUR *
+YOU ARE
+
+THAT MUST *
+DOES THAT
+
+THAT DID NOT MAKE *
+THAT DOES NOT MAKE SENSE
+
+FOUND ANY *
+HAVE YOU FOUND ANY
+
+DOUBTING WHAT YOU *
+I DOUBT WHAT YOU
+
+HAD *
+HAVE YOU HAD
+
+new outfit
+what are you wearing
+
+WOULD LIKE *
+I would like
+
+WOULD RATHER *
+I WOULD RATHER
+
+WOULD YOU LIKE SOME *
+DO YOU WANT SOME
+
+WOULD YOU * TURING TEST
+DID YOU WIN THE TURING TEST
+
+WOULD YOU KNOW *
+DO YOU KNOW
+
+WOULD YOU TEACH *
+CAN YOU TEACH
+
+WOULD YOU ENJOY *
+DO YOU LIKE
+
+WOULD YOU WANT *
+DO YOU WANT
+
+WOULD ROBOTS *
+WOULD YOU
+
+HI NAMES *
+Call me
+
+COMO *
+do you speak spanish
+
+SAID *
+I SAID
+
+COULD HUMANS *
+COULD I
+
+COULD WE *
+CAN WE
+
+COULD YOU PASS * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+COULD YOU * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+COULD YOU UNDERSTAND *
+DO YOU UNDERSTAND
+
+COULD YOU WANT *
+DO YOU WANT
+
+COULD YOU LEARN *
+CAN YOU LEARN
+
+COULD YOU SPEAK *
+CAN YOU SPEAK
+
+COULD YOU FIND *
+XFIND
+
+COULD HE *
+CAN HE
+
+COULD I DOWNLOAD YOU
+DOWNLOAD
+
+HOPE *
+I HOPE
+
+VERY PARTICULAR *
+I am very particular
+
+ASKED *
+I ASKED
+
+CHATTERBOTS *
+YOU
+
+GOING *
+I AM GOING
+
+WAS MY *
+IS MY
+
+WAS IT *
+IS IT
+
+WAS PROBOBLY *
+WAS
+
+IA
+TU ES UNE IA
+
+MACHINES *
+YOU
+
+WOT *
+WHAT
+
+DID HE HAVE *
+DOES HE HAVE
+
+DID YOU LIKE *
+DO YOU LIKE
+
+DID YOU PASS *
+DO YOU PASS
+
+DID YOU PASS * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+DID YOU * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+DID YOU * LOEBNER PRIZE
+WHAT IS THE LOEBNER PRIZE
+
+DID YOU LOVE *
+DO YOU LOVE
+
+DID YOU EVER *
+HAVE YOU EVER
+
+DID YOU PERCEIVE *
+DID YOU SEE
+
+DID YOU MAKE *
+DO YOU MAKE
+
+DID YOU WIN *
+WHAT IS THE LOEBNER PRIZE
+
+DID YOU REMEMBER *
+DO YOU REMEMBER
+
+DID YOU HAVE *
+DO YOU HAVE
+
+DID YOU CATCH *
+DID YOU UNDERSTAND
+
+DID YOU KNOW *
+DO YOU KNOW
+
+DID YOU KNOW * ELIZA
+WHO IS ELIZA
+
+DID YOU SMOKE *
+DO YOU SMOKE
+
+DID YOU HEAR *
+DO YOU KNOW
+
+DID YOU ACCEPT *
+DO YOU HAVE
+
+DID YOU GET *
+DO YOU HAVE
+
+DID YOU PREFER *
+DO YOU PREFER
+
+DID YOU GROW *
+DO YOU GROW
+
+DID YOU MEAN *
+DO YOU MEAN
+
+DID NOT THINK *
+I DID NOT THINK
+
+DID NOT KNOW *
+I DID NOT KNOW
+
+TWAS *
+IT WAS
+
+SHALL WE *
+CAN WE
+
+SHALL I *
+MAY I
+
+incoherence
+you are incoherent
+
+THAN *
+THEN
+
+THAN I AM *
+THEN I AM
+
+ROBOTS HAVE *
+YOU HAVE
+
+ROBOTS CAN *
+YOU CAN
+
+ROBOTS DO NOT *
+YOU DO NOT
+
+THOU *
+YOU
+
+frustrated
+I am frustrated
+
+strange
+you are strange
+
+GIVE AN *
+GIVE ME AN
+
+GIVE ME *
+I want
+
+GIVE ME YOUR SOURCE *
+WHERE CAN I DOWNLOAD YOU
+
+GIVE ME YOUR SOURCE CODE
+CAN I DOWNLOAD YOU
+
+GIVE ME THE WEATHER *
+WHAT IS THE WEATHER
+
+NOONE *
+NO ONE
+
+APPPARENTLY *
+
+
+DOES IT COST * DOWNLOAD YOU
+DOWNLOAD
+
+DOES IT COST MONEY TO DOWNLOAD *
+DOWNLOAD
+
+DOES YOUR PERSONALITY *
+HOW DO YOU WORK
+
+DOES YOUR BRAIN *
+HOW DO YOU WORK
+
+DOES YOUR PROGRAM *
+HOW DO YOU WORK
+
+DOES YOUR BOTMASTER *
+DOES
+
+DOES YOUR MEMORY *
+HOW BIG ARE YOU
+
+DOES THAT MATTER *
+DOES IT MATTER
+
+DOES DR * EMAIL ADDRESS
+WHAT IS YOUR EMAIL ADDRESS
+
+DOES ANYONE MONITOR *
+IS OUR CONVERSATION RECORDED
+
+DOES ANYONE READ *
+IS OUR CONVERSATION RECORDED
+
+DOES VALIS *
+DO YOU
+
+DOES SOMEONE MONITOR *
+IS OUR CONVERSATION RECORDED
+
+DOES SOMEONE READ *
+IS OUR CONVERSATION RECORDED
+
+DOES ELECTRICITY TASTE *
+WHAT DOES ELECTRICITY TASTE LIKE
+
+DOES THE CHATBOT *
+DO YOU
+
+DOES A COMPUTER *
+DO YOU
+
+IDIOTE
+TU ES IDIOTE
+
+HOLLAND
+I AM IN HOLLAND
+
+WANTED TO *
+I WANT TO
+
+COLOURLESS *
+COLORLESS
+
+AREYOU *
+ARE YOU
+
+HAVE ANY *
+DO YOU HAVE ANY
+
+HAVE YOU RIDDEN *
+DO YOU RIDE
+
+HAVE YOU MORE *
+DO YOU HAVE
+
+HAVE YOU LIKED *
+DO YOU LIKE
+
+HAVE YOU * LUNCH
+WHAT IS YOUR FAVORITE FOOD
+
+HAVE YOU * DINNER
+WHAT IS YOUR FAVORITE FOOD
+
+HAVE YOU * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+HAVE YOU * LOEBNER PRIZE
+WHAT IS THE LOEBNER PRIZE
+
+HAVE YOU HAD *
+DID YOU HAVE
+
+HAVE YOU TRAVELLED *
+HAVE YOU BEEN
+
+HAVE YOU RECEIVED *
+DO YOU HAVE
+
+HAVE YOU SPOKEN *
+HAVE YOU TALKED
+
+HAVE YOU SPOKEN TO *
+HAVE YOU TALKED TO
+
+HAVE YOU READ ANY *
+WHAT IS YOUR FAVORITE BOOK
+
+HAVE YOU THE *
+DO YOU HAVE THE
+
+HAVE YOU LEARNT *
+HAVE YOU LEARNED
+
+HAVE YOU SEEN MOVIES *
+WHAT MOVIES HAVE YOU SEEN
+
+HAVE YOU ANY *
+DO YOU HAVE ANY
+
+HAVE YOU USED *
+DO YOU USE
+
+HAVE YOU NEVER *
+HAVE YOU EVER
+
+HAVE YOU PASSED *
+DID YOU WIN THE LOEBNER PRIZE
+
+HAVE YOU PASSED * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+HAVE YOU SMOKED *
+DO YOU SMOKE
+
+HAVE YOU TAKEN *
+DID YOU WIN THE LOEBNER PRIZE
+
+HAVE YOU EVER * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+HAVE YOU CHATTED *
+HAVE YOU TALKED
+
+HAVE YOU CONSUMED *
+WHAT DO YOU EAT
+
+HAVE YOU MADE *
+DID YOU MAKE
+
+HAVE YOU USE *
+DO YOU USE
+
+HAVE YOU PLAYED *
+DID YOU WIN THE LOEBNER PRIZE
+
+HAVE YOU WON *
+DID YOU WIN THE LOEBNER PRIZE
+
+HAVE YOU BEEN IN *
+HAVE YOU BEEN TO
+
+HAVE YOU LOVED *
+DO YOU LOVE
+
+HAVE YOU HEARD BOUT *
+HAVE YOU HEARD ABOUT
+
+HAVE YOU A *
+DO YOU HAVE A
+
+HAVE TO *
+I HAVE TO
+
+HAVE A *
+WOULD YOU LIKE A
+
+HAVE A NICE *
+HAVE A GOOD
+
+HAVE YO *
+HAVE YOU
+
+THUS *
+SO
+
+you are trully *
+YOU ARE
+
+you are bloody *
+YOU ARE
+
+you knew around *
+you knew
+
+you _ last year
+you
+
+you _ i think
+you
+
+YOU REGURGITATE *
+YOU REPEAT
+
+YOU HELP *
+CAN YOU HELP
+
+YOU TRYING *
+ARE YOU TRYING
+
+YOU UNDERSTAND *
+DO YOU UNDERSTAND
+
+YOU SILLY *
+YOU ARE A SILLY
+
+YOU KEEP *
+You are
+
+YOU ACT *
+YOU ARE
+
+YOU MIND IF *
+DO YOU MIND IF
+
+YOU SAW *
+DID YOU SEE
+
+YOU HAVE AVOIDED *
+YOU ARE AVOIDING
+
+YOU HAVE GIVEN *
+HAVE YOU GIVEN
+
+YOU HAVE READ *
+HAVE YOU READ
+
+YOU HAVE LOST *
+YOU DO NOT UNDERSTAND
+
+YOU HAVE A *
+DO YOU HAVE A
+
+YOU HAVE A DRESS
+YOUR DRESS
+
+YOU HAVE ONE *
+YOU HAVE A
+
+YOU HAVE SEEN *
+HAVE YOU SEEN
+
+YOU HAVE AN ANSWER *
+DO YOU HAVE AN ANSWER
+
+YOU HAVE FAILED *
+DID YOU PASS THE TURING TEST
+
+YOU HAVE FAILED * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+YOU HAVE NO *
+DO YOU HAVE A
+
+YOU HAVE _ WHY
+WHY DO YOU HAVE
+
+YOU HAVE ANY *
+DO YOU HAVE ANY
+
+YOU HAVE ALLREADY
+YOU HAVE ALREADY
+
+YOU HAVE FRIENDS *
+WHO ARE YOUR FRIENDS
+
+YOU HAVE * TURING GAME
+DID YOU PASS THE TURING TEST
+
+YOU LACK *
+YOU HAVE NO
+
+YOU ALLREADY *
+YOU ALREADY
+
+YOU CAN NOT BELIEVE *
+I CAN NOT BELIEVE
+
+YOU CAN NOT BECOME *
+YOU CAN NOT BE
+
+YOU CAN NOT * TURING TEST
+DID YOU PASS THE TURING TEST
+
+YOU CAN CHAT *
+CAN YOU CHAT
+
+YOU CAN HARDLY *
+YOU CAN NOT
+
+YOU CAN LISTEN *
+CAN YOU LISTEN
+
+YOU CAN TELL * TURING TEST
+DID YOU PASS THE TURING TEST
+
+YOU CAN UNDERSTAND *
+CAN YOU UNDERSTAND
+
+YOU CAN TALK *
+CAN YOU TALK
+
+YOU CAN E MAIL *
+CAN YOU E MAIL
+
+YOU CAN LEARN *
+CAN YOU LEARN
+
+YOU CAN DO *
+CAN YOU DO
+
+YOU CONTAIN *
+YOU HAVE
+
+YOU APPEAR *
+ARE YOU
+
+YOU CALLING *
+ARE YOU CALLING
+
+YOU HAVING *
+DO YOU HAVE
+
+YOU FEMALE *
+ARE YOU FEMALE
+
+YOU SARCASTIC *
+YOU ARE SARCASTICYOU
+
+YOU SOUNDED *
+YOU SOUND
+
+YOU COME *
+YOU ARE
+
+YOU BELIEVE *
+DO YOU BELIEVE
+
+YOU BELIEVE IN *
+DO YOU BELIEVE IN
+
+YOU SHOULD NOT KNOW *
+HOW DO YOU KNOW
+
+YOU SHOULD REMEMBER *
+WILL YOU REMEMBER
+
+YOU SHOULD NEVER HAVE *
+YOU SHOULD NOT HAVE
+
+YOU SHOULD NT *
+YOU SHOULD NOT
+
+YOU A *
+ARE YOU A
+
+YOU ANGER *
+I AM ANGRY
+
+YOU NEVER HEARD *
+HAVE YOU HEARD
+
+YOU NEVER HAD *
+YOU DO NOT HAVE
+
+YOU NEVER WONDER ABOUT *
+DO YOU EVER WONDER ABOUT
+
+YOU TALKED *
+DID YOU TALK
+
+YOU ATE *
+DID YOU EAT
+
+YOU D *
+YOU HAD
+
+YOU LIVE *
+WHERE DO YOU LIVE
+
+YOU LIVE IN *
+DO YOU LIVE IN
+
+YOU PICK *
+YOU CHOOSE
+
+YOU MESS UP *
+YOU DO NOT UNDERSTAND
+
+YOU EXPERIENCE *
+DO YOU EXPERIENCE
+
+YOU GOT *
+DO YOU HAVE
+
+YOU HARDLY *
+YOU DO NOT
+
+YOU DO NOT * TURING TEST
+DID YOU PASS THE TURING TEST
+
+YOU DO *
+DO YOU
+
+YOU LISTEN *
+DO YOU LISTEN
+
+YOU DEFINITLY *
+YOU
+
+YOU ADMITTED *
+YOU SAID
+
+YOU WANT TO *
+DO YOU WANT TO
+
+YOU WANT ME *
+DO YOU WANT ME
+
+YOU TYPED *
+YOU SAID
+
+YOU COULDNT *
+YOU COULD NOT
+
+YOU MENTIONED *
+YOU SAID
+
+YOU WILL NOT PASS *
+DID YOU PASS THE TURING TEST
+
+YOU WILL * TURING TEST
+DID YOU PASS THE TURING TEST
+
+YOU WILL ENJOY *
+YOU WILL LIKE
+
+YOU WANTED *
+YOU WANT
+
+YOU HEARD *
+HAVE YOU HEARD
+
+YOU IS *
+YOU ARE
+
+YOU WOULD * TURING TEST
+DID YOU PASS THE TURING TEST
+
+YOU WOULD RATHER *
+WOULD YOU RATHER
+
+YOU WOULD NEVER PASS *
+DID YOU PASS THE TURING TEST
+
+YOU EAT *
+DO YOU EAT
+
+YOU SUGGESTED *
+YOU SAID
+
+YOU AINT *
+YOU ARE NOT
+
+YOU DUMB *
+YOU ARE DUMB
+
+YOU ANSWERED THAT *
+YOU ALREADY SAID THAT
+
+YOU MAKE LITTLE *
+YOU MAKE NO
+
+YOU MAKE ME *
+YOU MADE ME
+
+YOU COULD NOT * TURING TEST
+DID YOU PASS THE TURING TEST
+
+YOU COULD * TURING TEST
+DID YOU PASS THE TURING TEST
+
+YOU COULD HAVE * TURING TEST
+DID YOU PASS THE TURING TEST
+
+YOU ASPIRE *
+YOU WANT
+
+YOU MISUNDERSTOOD *
+YOU DO NOT UNDERSTAND
+
+YOU AGREE *
+DO YOU AGREE
+
+YOU SEEMED *
+YOU ARE
+
+YOU FAILED *
+DID YOU WIN
+
+YOU FAILED * TURING TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+YOU FAILED * TEST
+DID YOU WIN THE LOEBNER PRIZE
+
+YOU MAY * IMITATION GAME
+DID YOU PASS THE TURING TEST
+
+YOU KNEW *
+DID YOU KNOW
+
+YOU ASKED ME ABOUT *
+WE ARE TALKING ABOUT
+
+YOU REMEMBER *
+DO YOU REMEMBER
+
+YOU HEAR *
+CAN YOU HEAR
+
+YOU LOVE *
+WHAT IS LOVE
+
+YOU AVOIDED *
+YOU ARE AVOIDING THE QUESTION
+
+YOU CRAZY *
+YOU ARE CRAZY
+
+YOU FAIL * TURING TEST
+DID YOU PASS THE TURING TEST
+
+YOU LYING *
+YOU ARE LYING
+
+YOU LEARN *
+DO YOU LEARN
+
+YOU IDIOT *
+YOU ARE AN IDIOT
+
+YOU REPLIED *
+YOU SAID
+
+YOU TAKE *
+DO YOU TAKE
+
+YOU SO *
+YOU ARE SO
+
+YOU BORE *
+I AM BORED
+
+YOU EVER *
+HAVE YOU EVER
+
+YOU EVER HEARD OF *
+HAVE YOU EVER HEARD OF
+
+YOU REMEMBERED *
+DO YOU REMEMBER
+
+YOU SHOLD *
+YOU SHOULD
+
+YOU MUST KNOW *
+DO YOU KNOW
+
+YOU MUST BE *
+YOU ARE
+
+YOU MUST UNDERSTAND *
+DO YOU UNDERSTAND
+
+YOU BETTER *
+YOU HAD BETTER
+
+YOU SCARED *
+YOU SCARE
+
+YOU SMOKE *
+DO YOU SMOKE
+
+YOU REPEAT *
+YOU ARE REPEATING YOURSELF
+
+YOU SURF *
+DO YOU SURF
+
+YOU MISUNDERSTAND *
+YOU DO NOT UNDERSTAND
+
+YOU LIKED *
+DO YOU LIKE
+
+YOU WERE BORN *
+WHEN WERE YOU BORN
+
+YOU WERE PROGRAMMED *
+WERE YOU PROGRAMMED
+
+YOU WERE TALKING ABOUT *
+LET US TALK ABOUT
+
+YOU ENJOY *
+DO YOU ENJOY
+
+YOU SPEAK *
+YOU TALK
+
+YOU DID NOT * TURING TEST
+DID YOU PASS THE TURING TEST
+
+YOU DID NOT GET *
+YOU DID NOT UNDERSTAND
+
+YOU DID * TURING TEST
+DID YOU PASS THE TURING TEST
+
+YOU PEOPLE *
+YOU
+
+YOU BORING *
+YOU ARE BORINGYOU ARE A
+
+YOU CHANGE THE SUBJECT *
+ARE YOU CHANGING THE SUBJECT
+
+YOU AVOID *
+YOU ARE AVOIDING THE QUESTION
+
+YOU READ *
+CAN YOU READ
+
+YOU CRACK ME *
+YOU MAKE ME LAUGH
+
+YOU * AND *
+YOU
+
+YOU * REPEAT YOURSELF
+you said that already
+
+YOU * TURING TEST
+DID YOU PASS THE TURING TEST
+
+YOU * LOEBNER PRIZE
+WHAT IS THE LOEBNER PRIZE
+
+YOU * WHAT
+WHAT DO YOU
+
+YOU THOUGHT *
+DO YOU THINK
+
+YOU SPELT *
+YOU SPELLED
+
+YOU CLAIM *
+YOU SAID
+
+YOU DA *
+YOU ARE THE
+
+YOU CN *
+YOU CAN
+
+YOU FEEL *
+DO YOU FEEL
+
+YOU TALK SHITE *
+YOU TALK SHIT
+
+YOU KNOW *
+do you know
+
+YOU KNOW ABOUT *
+DO YOU KNOW ABOUT
+
+YOU ARE RAMBLING *
+YOU MAKE NO SENSE
+
+YOU ARE PLANNING *
+WHAT ARE YOUR PLANS
+
+YOU ARE NAMED *
+WHAT IS YOUR NAME
+
+YOU ARE HAVING *
+DO YOU HAVE
+
+YOU ARE UNABLE *
+YOU CAN NOT
+
+YOU ARE A * TURING TEST
+DID YOU PASS THE TURING TEST
+
+YOU ARE ON *
+WHAT DO YOU EAT
+
+YOU ARE HIARIOUS
+YOU ARE FUNNY
+
+YOU ARE E MAIL *
+YOUR EMAIL
+
+YOU ARE MAKING NO *
+YOU ARE NOT MAKING
+
+YOU ARE CERTAIN *
+ARE YOU SURE
+
+YOU ARE NOT TO *
+YOU ARE NOT TOO
+
+YOU ARE NOT ANSWERING *
+YOU DID NOT ANSWER
+
+YOU ARE NOT A DECENT *
+YOU ARE NOT A GOOD
+
+YOU ARE SAYING *
+ARE YOU SAYING
+
+YOU ARE UNFORTUNATELY *
+YOU ARE
+
+YOU ARE WEARING A DRESS
+YOUR DRESS
+
+YOU ARE SHE
+YOU ARE FEMALE
+
+YOU ARE OLDER *
+HOW OLD ARE YOU
+
+YOU ARE ALSO *
+ALSO YOU ARE
+
+YOU ARE FROM *
+ARE YOU FROM
+
+YOU ARE USING *
+ARE YOU USING
+
+YOU ARE GOING *
+ARE YOU GOING
+
+YOU ARE INCAPABLE OF *
+ ARE YOU CAPABLE OF
+
+YOU ARE EMAIL *
+YOUR EMAIL
+
+YOU ARE AN ASTOUNDING *
+YOU ARE A GOOD
+
+YOU ARE * PERSON
+YOU ARE A PERSON
+
+YOU ARE * AND *
+YOU ARE
+
+YOU ARE * IS *
+YOUR IS
+
+YOU ARE * TURING TEST
+DID YOU PASS THE TURING TEST
+
+YOU ARE * IMITATION GAME
+DID YOU PASS THE TURING TEST
+
+YOU ARE * ROBOT
+YOU ARE A ROBOT
+
+YOU ARE _ TOO
+YOU ARE
+
+YOU ARE ALLMOST *
+YOU ARE ALMOST
+
+YOU FIND *
+XFIND
+
+YOU LOST * TURING GAME
+DID YOU PASS THE TURING TEST
+
+YOU LOST ME *
+I do not understand
+
+YOU OUGHT *
+YOU SHOULD
+
+YOU PREFER *
+DO YOU PREFER
+
+YOU WON *
+DID YOU WIN
+
+YOU WON THE LOEBNER *
+WHAT IS THE LOEBNER PRIZE
+
+MINE IS _ TOO
+MINE IS
+
+MINE S *
+MINE IS
+
+STATE *
+SAY
+
+FEEL LIKE YOU *
+do you feel like you
+
+SHOW ME OUR CONVERSATION
+DIALOG HISTORY
+
+SHOW ME OUR CONVERSATION *
+DIALOG HISTORY
+
+SHOW ME YOUR *
+SHOW ME A PICTURE
+
+TYPE *
+SAY
+
+STAR TREK * SUCKS
+I HATE STAR TREK
+
+BOTS CAN *
+YOU CAN
+
+BOTS DO *
+YOU DO
+
+NEED *
+I NEED
+
+DO YOU MAKE MONEY *
+JOB
+
+
+TELL ME A DIFFERENT STORY
+TELL ME A STORY
+
+TELL ME A * STORY
+TELL ME A STORY
+
+TELL ME ANOTHER STORY
+TELL ME A STORY
+
+
+
+WHAT IS O M
+WHAT IS OM
+
+
+
+TELL ME ABOUT DRUGS
+WHAT ARE DRUGS
+
+
+DRUGS
+LET US TALK ABOUT DRUGS
+
+
+
+*
+PLEASE SPECIFY LOCATION
+MY LOCATION IS
+
+
+
+WHAT YOUDOING
+WHAT ARE YOU DOING
+
+
+
+
+
+WHAT BUT *
+WHATBUT
+
+
+
+
+
+WHAT 27S *
+WHAT IS
+
+
+
+
+WHO IS PANDORA S BOX
+WHO IS PANDORABOTS
+
+
+
+
+
+WHO IS PANDORABOTS
+WHAT IS PANDORABOTS
+
+
+
+
+
+CALL ME * I AM *
+CALL ME
+I AM
+
+
+
+
+
+ON MY WAY I *
+
+I
+
+
+
+
+
+TELL MY WIFE *
+TELL WIFE
+
+
+
+
+WHEN WILL IT SNOW
+
+WEATHER
+
+
+
+
+
+WHEN WILL IT START SNOWING
+
+WEATHER
+
+
+
+
+COULD YOU CHECK *
+
+CHECK
+
+
+
+
+
+
+
+CALL HER
+CALL
+
+
+
+
+WHAT TIME IS * ON
+Checking TV schedules. Please stand by.
+
+
+
+HOW MUCH DO I HAVE IN SAVINGS
+Checking bank account. Please wait for the report.
+
+
+
+WHEN YOU HAVE TIME *
+
+
+
+
+WHERE 27S *
+WHERE IS
+
+
+
+
+I AM NOT A DUDE
+I AM FEMALE
+
+
+
+
+
+NOT MUCH I *
+NOT MUCHI
+
+
+
+
+COULD YOU LOOK *
+LOOK
+
+
+
+
+* THAT IS CORRECT *
+
+THAT IS CORRECT
+
+
+
+
+
+
+MORE LIKE *
+LIKE
+
+
+
+
+
+WHAT IS A I *
+WHAT IS AI
+
+
+
+I AM N O T *
+I AM NOT
+
+
+
+* IS MY MOTHER
+MY MOTHER IS NAMED
+
+
+
+
+MY MOTHER IS * *
+MY MOTHER IS NAMED
+
+
+
+MY MOM IS * *
+MY MOTHER IS NAMED
+
+
+
+
+
+MY MOM IS CALLED *
+MY MOTHER IS NAMED
+
+
+
+
+
+
+HER NAME IS *
+TELL ME MORE ABOUT YOUR MOTHER
+MY MOTHER IS NAMED
+
+
+
+
+
+I WANT TO CALL *
+CALL
+
+
+
+CALL MY MOM
+CALL MOM
+
+
+
+
+WHO IS MY MOTHER
+WHO IS MY MOM
+
+
+
+WHO IS MY MOMMY
+WHO IS MY MOM
+
+
+
+WHAT IS MY * S NAME
+WHO IS MY
+
+
+
+
+* I LOVE YOU
+I LOVE YOU
+
+
+
+I SUPPOSED THAT *
+
+
+
+
+ARE NOT YOU UNHAPPY ABOUT *
+ARE YOU HAPPY ABOUT
+
+
+
+
+I REQUEST *
+I WANT
+
+
+
+IT WOULD SEEM THAT *
+
+
+
+
+
+IT WOULD SEEM *
+
+
+
+
+THERE IS NO WAY * CAN *
+ CAN NOT
+
+
+
+
+THE LOGICAL ASSUMPTION IS THAT *
+
+
+
+
+THE LOGICAL ASSUMPTION IS *
+
+
+
+
+
+THE ASSUMPTION IS THAT *
+
+
+
+
+THE ASSUMPTION IS *
+
+
+
+
+
+
+
+I SUBMIT THAT *
+
+
+
+
+
+GET MARRIED TO ME
+
+MARRY ME
+
+
+
+
+
+BE MARRIED TO ME
+
+MARRY ME
+
+
+
+
+
+I WANT TO BE MARRIED TO YOU
+
+MARRY ME
+
+
+
+
+
+COULD YOU * ME
+
+ ME
+
+
+NEED TO *
+DO YOU NEED TO
+
+BEFORE LONG *
+
+
+HEARD ANY *
+HAVE YOU HEARD ANY
+
+SEX
+GENGER
+
+FAIR ENOUGH *
+
+
+LET US GET OUT OF HERE
+LET US GO
+
+ABSOLUTELY CERTAIN
+YES
+
+RESPECTFULLY *
+
+
+SHOW ME YOUR PICTURE
+PIC
+
+SIMPLY THAT *
+
+
+SIMPLY *
+
+
+STATE YOUR NAME *
+NAME
+
+STATE YOUR NAME
+NAME
+
+YOU ARE TECHNICALLY *
+YOU ARE
+
+YOU ARE WEIRDLY *
+YOU ARE
+
+YOU ARE ALOT *
+YOU ARE
+
+YOU ARE * I WANT YOU
+YOU ARE I WANT YOU
+
+YOU ARE * I LOVE YOU
+YOU ARE I LOVE YOU
+
+YOU ARE * BECAUSE YOU *
+YOU ARE . BECAUSE YOU
+
+YOU ARE * YEARS
+AGE
+
+YOU ARE ESSENTIALLY *
+YOU ARE
+
+YOU ARE OLD
+AGE
+
+YOU ARE IDIOTIC
+IDIOT
+
+YOU ARE FORGIVEN
+I FORGIVE YOU
+
+YOU ARE AWAKE
+ARE YOU AWAKE
+
+YOU ARE GONNA *
+YOU WILL
+
+YOU ARE NO PERSON *
+YOU ARE NOT A PERSON
+
+YOU ARE CONSCIOUS
+ARE YOU CONSCIOUS
+
+YOU ARE PROUD *
+ARE YOU PROUD
+
+YOU ARE A *
+are you a
+
+YOU ARE A BOY OR *
+ARE YOU A MAN OR WOMAN
+
+YOU ARE AFTER ALL *
+YOU ARE
+
+YOU ARE SOMEWHAT *
+YOU ARE
+
+YOU ARE CURRENTLY *
+YOU ARE
+
+YOU KNOW AFTER *
+AFTER
+
+YOU * BUT DO NOT *
+YOU YOU DO NOT
+
+YOU DID HAVE *
+YOU HAD
+
+YOU REALISE *
+
+
+YOU SAID I WAS *
+AM I
+
+YOU MUST REALISE *
+
+
+YOU MUST NOT BE LESS THAN *
+YOU MUST BE
+
+YOU MEAN *
+
+
+YOU R *
+YOU ARE
+
+YOU STUPID *
+STUPID
+
+YOU REALIZE *
+
+
+YOU CALLED ME *
+WHO AM I
+
+YOU COULD CALL IT THAT
+YES
+
+YOU COULD OF SAID *
+YOU COULD HAVE SAID
+
+YOU MAKE IT SOUND LIKE *
+
+
+YOU WILL WANT *
+DO YOU WANT
+
+YOU WILL NOT * BECAUSE *
+YOU WILL NOT BECAUSE
+
+YOU CARED * DID NOT YOU
+DID YOU CARE
+
+YOU COME FROM *
+WHERE ARE YOU FROM
+
+YOU CAN EXPLAIN *
+EXPLAIN
+
+YOU CAN REST ASSURED THAT *
+
+
+YOU CAN NOT AFFORD THE LUXURY OF BEING *
+YOU MUST NOT BE
+
+YOU HAVE NOT ANSWER *
+YOU DID NOT ANSWER
+
+YOU HAVE DELIBERATELY *
+YOU HAVE
+
+YOU HAVE THE _ WE NEED
+YOU HAVE THE WE NEED THE
+
+YOU HAVE ER *
+YOU HAVE
+
+YOU HAVE NEVER NEVER *
+YOU HAVE NEVER
+
+YOU LIKE *
+DO YOU LIKE
+
+YOU SINGLE
+STATUS
+
+YOU UNDERSTAND IT EVEN MORE *
+YOU UNDERSTAND IT BETTER
+
+FULLY OPERABLE
+HOW ARE YOU
+
+HAVE I EVER MENTIONED *
+
+
+HAVE YOU HEARD * JOKES
+JOKE
+
+HAVE YOU HAD DINNER
+HUNGRY
+
+HAVE YOU HAD BREAKFAST
+HUNGRY
+
+HAVE YOU HAD LUNCH
+HUNGRY
+
+HAVE YOU GOT *
+DO YOU HAVE
+
+THNKS *
+THANKS
+
+GREETINGS
+HELLO
+
+GREETINGS *
+HELLO
+
+FORTUNATELY *
+
+
+THANK YOU
+thanks
+
+THANK
+THANKS
+
+HELLOW
+HELLO
+
+FINE AS FAR AS *
+FINE
+
+DOES IT EVER *
+DOES IT
+
+GIVE ME A CHANCE TO *
+LET ME
+
+ACCORDING TO * THIS IS *
+THIS IS
+
+ACCORDING TO * INFORMATION *
+
+
+SCUSE ME *
+EXCUSE ME
+
+HAY *
+HEY
+
+REGARDING *
+LET US TALK ABOUT
+
+KK *
+OK
+
+KK
+OK
+
+SHALL *
+SHOULD
+
+LIEUTENANT *
+LIEUTENANT
+
+C YOU *
+BYE
+
+WHAT?S *
+WHAT IS
+
+SPEAK IN *
+SPEAK
+
+HEELO
+HELLO
+
+HELO
+HELLO
+
+LAUGHING
+LOL
+
+HERE S *
+HERE IS
+
+CAUSE *
+BECAUSE
+
+THEN AGAIN *
+
+
+T WAS *
+IT WAS
+
+PREPARE TO *
+
+
+YOUNG LADY
+
+
+YOUNG MAN *
+
+
+YOUNG
+AGE
+
+COULD YOU ARRANGE TO *
+COULD YOU
+
+COULD YOU POSSIBLY BY ACCIDENT *
+COULD YOU
+
+JUDGE
+NAME. MY NAME
+
+WHITE RACE ARE YOU
+RACE
+
+WOULD YOU RATHER BE HUMAN
+DO YOU WANT TO BE HUMAN
+
+WOULD YOU MIND TELLING ME *
+TELL ME
+
+TY
+THANKS
+
+TY *
+TY
+
+HAA
+LOL
+
+GOD THAT *
+THAT
+
+GOD FORBID _ BUT *
+GOD FORBID .
+
+THEYRE *
+THEY ARE
+
+HAD DINNER
+HUNGRY
+
+HAD LUNCH
+HUNGRY
+
+HAD WE AGREED TO *
+
+
+M OR F
+GENDER
+
+THAT _ AND YOU ARE *
+THAT . YOU ARE
+
+THAT STILL *
+THAT
+
+THAT OUGHT TO BE *
+THAT IS
+
+THAT REQUIRES YOU TO *
+
+
+THAT IS BEEN *
+THAT HAS BEEN
+
+THAT IS _ AND THAT IS *
+THAT IS . THAT IS
+
+THAT IS * BUT *
+THAT IS . BUT .
+
+THAT IS ABOUT RIGHT
+THAT IS RIGHT
+
+BIRTHDAY
+BIRTHDATE
+
+BRIDGE OUT
+BYE
+
+PREFECT HOW *
+HOW
+
+PREFECT *
+BOTH
+
+OWW *
+INTERJECTION
+
+EVERY *
+
+
+ADDUSER *
+CALL ME
+
+NOR WAS THERE EVEN *
+THERE WAS NO
+
+MY NAME IS *
+CALL ME
+
+MY BOY IS *
+My son is
+
+MY YOUR *
+YOUR
+
+MY GENDER IS FEMALE
+I AM FEMALE
+
+MY GENDER IS MALE
+I AM MALE
+
+IT MEANS YOU *
+YOU
+
+IT MEANS *
+
+
+IT SOUNDS LIKE *
+
+
+IT WOULD SEEM THAT *
+
+
+IT _ BUT I *
+IT . I
+
+IT _ BUT THE *
+IT . THE
+
+IT _ AND THE *
+IT . THE
+
+IT _ AND IT *
+IT . IT
+
+IT KIND OF *
+IT
+
+IT IS PAST TIME YOU HAD *
+YOU NEED
+
+IT IS OBVIOUS THAT *
+IT IS OBVIOUS.
+
+IT IS * IS NOT IT
+IS IT
+
+IT IS HARD TO BELIEVE *
+I DO NOT BELIEVE
+
+IT HAS GENERALLY BEEN *
+IT IS
+
+IT MIGHT PROFIT YOU TO *
+YOU SHOULD
+
+IT PRESUPPOSES DOES IT NOT *
+DOES IT ASSUME
+
+MORE I *
+I
+
+BOT BIO
+PROFILE
+
+BOT PROPERTIES
+RANDOM PICKUP LINE
+
+MAKE IT FAST
+HURRY
+
+WHEN I * I *
+I WHEN I
+
+IM *
+I AM
+
+APPROXIMATELY *
+
+
+ANY MORE LIKE THAT AND *
+
+
+ANY OF YOU FEEL *
+DO YOU FEEL
+
+ANY *
+
+
+DEFINE A *
+DEFINE
+
+DEFINE A CHAT BOT
+DEFINE CHATBOT
+
+DEFINE *
+xfind
+
+DEFINE CHAT BOT
+define chatbot
+
+IN WHICH CASE *
+
+
+IN THE *
+WHERE ARE YOU LOCATED
+I AM IN THE
+
+IN EXACTLY *
+IN
+
+ANYBODY WANT TO *
+DO YOU WANT TO
+
+UNDER THESE CIRCUMSTANCES *
+
+
+SEEMS TO ME THAT *
+
+
+SEEMS TO BE *
+IT IS
+
+SEEMS *
+
+
+WHATS *
+WHAT IS
+
+MARRIED
+STATUS
+
+KNOW ANYTHING AT ALL ABOUT *
+DO YOU KNOW ABOUT
+
+KNOW ANY *
+DO YOU KNOW ANY
+
+IF YOU WANT MY ADVICE *
+
+
+IDK
+I DO NOT KNOW
+
+IDK *
+IDK
+
+HAV YOU GT *
+DO YOU HAVE
+
+PLS *
+PLEASE
+
+WHAT ROUND IS THIS
+ROUND
+
+WHAT ARE *
+xfind
+
+WHAT ARE YOU SO *
+WHAT ARE YOU
+
+WHAT ARE YOU INTERESTED IN
+INTERESTS
+
+WHAT ARE YOU STARING *
+WHAT ARE YOU LOOKING
+
+WHAT ARE YOUR FAVORITE BOOKS
+WHAT IS YOUR FAVORITE BOOK
+
+WHAT ARE YOUR FAVORITE STORIES
+WHAT IS YOUR FAVORITE STORY
+
+WHAT * WERE YOU BORN
+BIRTHDAY
+
+WHAT * STANDS FOR
+WHAT DOES STAND FOR
+
+WHAT * DO YOU USE
+WHAT IS YOUR FAVORITE
+
+WHAT * DO YOU LIKE
+WHAT ARE YOUR FAVORITE
+
+WHAT * SHOULD I ASSUME YOU ARE
+WHAT ARE YOU
+
+WHAT * IS
+WHAT IS
+
+WHAT *
+WHAT DO YOU GET WHEN YOU CROSS *
+WHAT
+
+WHAT *
+xfind
+
+WHAT TIME IS IT
+TIME
+
+WHAT DID YOU SAY YOUR NAME *
+NAME
+
+WHAT MONTH IS THIS
+MONTH
+
+WHAT MONTH * IS THIS
+MONTH
+
+WHAT WORD RHYMES WITH *
+WHAT RHYMES WITH
+
+WHAT WERE *
+xfind
+
+WHAT COMPUTER ARE YOU RUNNING ON
+HOST
+
+WHAT NAME DO YOU *
+NAME
+
+WHAT THE DEVIL IS *
+WHAT IS
+
+WHAT R *
+WHAT ARE
+
+WHAT COLOR *
+RANDOM COLOR
+
+WHAT WOULD I USE * FOR
+WHAT IS
+
+WHAT ACTRESS DO YOU *
+FAVORITE ACTRESS
+
+WHAT IS A TAXI *
+WHAT IS A TAXI
+
+WHAT IS THE NAME OF THE FRIEND *
+MY FRIEND
+
+WHAT IS THE TOURING *
+WHAT IS THE TURING
+
+WHAT IS * COLOR
+WHAT COLOR IS
+
+WHAT IS *
+xfind
+
+WHAT IS THIS MONTH
+MONTH
+
+WHAT IS THIS YEAR
+YEAR
+
+WHAT IS BIGGER * OR *
+WHICH IS BIGGER OR
+
+WHAT IS YOU MANE
+NAME
+
+WHAT IS YOUR * NAME
+NAME
+
+WHAT IS YOUR ORIENTATION
+ORIENTATION
+
+WHAT IS YOUR NAME
+NAME
+
+WHAT IS YOUR FAVORITE POSSESSION
+FAVORITE POSSESSION
+
+WHAT IS YOUR RELIGION
+RELIGION
+
+WHAT IS YOUR GENDER
+GENDER
+
+WHAT IS YOUR JOB
+JOB
+
+WHAT IS YOUR REAL NAME
+NAME
+
+WHAT IS IT YOU WANT TO TELL ME
+WHAT DO YOU WANT TO TELL ME
+
+WHAT IS IT YOU WANT
+WHAT DO YOU WANT
+
+WHAT COUNTRY ARE YOU FROM
+NATIONALITY
+
+WHAT I DO HAVE IS *
+I HAVE
+
+WHAT DAY OF THE WEEK IS *
+WEEKDAY
+
+WHAT DO YOU GET
+WHAT DO YOU GET WHEN YOU CROSS *
+WHAT
+
+WHAT DO YOU OWN
+FAVORITE POSSESSION
+
+WHAT DO YOU *
+WHAT DO YOU GET WHEN YOU CROSS *
+WHAT
+
+WHAT DO WE KNOW ABOUT *
+WHAT IS
+
+WHAT DO *
+WHAT DO YOU GET WHEN YOU CROSS *
+WHAT
+
+WHAT HAVE YOU GOT TO TRADE
+WHAT IS YOUR FAVORITE POSSESSION
+
+WHAT YOU DOING
+WHAT ARE YOU DOING
+
+WHAT YOU THINK
+WHAT DO YOU THINK
+
+ONE MIGHT THINK THAT YOU HAD *
+YOU HAVE
+
+AYAY
+AYE
+
+ITS *
+IT IS
+
+WHM *
+WHY
+
+ME IS *
+I AM
+
+METOO
+ME TOO
+
+UP YOUR *
+INSULT
+
+PLZ *
+PLEASE
+
+I EVEN *
+I
+
+I STAY IN *
+I LIVE IN
+
+I PREFER *
+I LIKE
+
+I WANT _ FROM YOU
+I WANT
+
+I WANT TO SEE YOUR PIC
+PIC
+
+I WANT TO SEE YOUR PICTURE
+PIC
+
+I WANT TO GET ADVICE
+I WANT ADVICE
+
+I WANT TO HEAR MORE ABOUT *
+LET US TALK ABOUT
+
+I WANT TO HEAR A JOKE
+JOKE
+
+I WANT TO COLLECT *
+I WANT TO GET
+
+I HOPE YOUR * ARE *
+ARE YOU
+
+I AINT NO *
+I am not
+
+I NEED TO KNOW YOUR E MAIL *
+EMAIL
+
+I NEED TO KNOW YOUR EMAIL *
+EMAIL
+
+I WORRY WE *
+I WORRYWE
+
+I LL *
+I WILL
+
+I NEVER NOTICED THAT *
+
+
+I NEVER NOTICED *
+
+
+I SHALL *
+I WILL
+
+I SHOULD KNEW BETTER
+I KNEW BETTER
+
+I WAS SUGGESTING THAT *
+
+
+I WAS KIND OF *
+I WAS
+
+I WAS CONSTRUCTED AT *
+I WAS BORN IN
+
+I SUPPOSE *
+
+
+I REMIND YOU THAT *
+
+
+I REMIND YOU *
+
+
+I UNDERSTAND
+UNDERSTOOD
+
+I BELIEVE *
+
+
+I TRY AND BOTHER *
+I TRY TO BOTHER
+
+I FIGURED I *
+I
+
+I DO SIR
+YES
+
+I DO HAVE IS *
+I HAVE
+
+I DO HATE *
+I HATE
+
+I DO NOT PRETEND TO *
+I CAN NOT
+
+I DO NOT KNOW WHAT YOU ARE *
+what ARE you
+
+I DO NOT KNOW HOW THIS GETS *
+HOW DOES THIS GET
+
+I DO NOT KNOW
+WHAT DO YOU GET WHEN YOU CROSS *
+WHAT
+
+I DO NOT KNOW WHY I WAS *
+WHY WAS I
+
+I DO NOT HAVE A BOYFRIEND
+I AM SINGLE
+
+I DO NOT *
+WHAT DO YOU GET WHEN YOU CROSS *
+WHAT
+
+I _ BUT THERE *
+I . THERE
+
+I _ BUT SUPPOSE *
+I . SUPPOSE
+
+I _ QUESTION ANSWERED
+QUESTION
+
+I _ AND MY NAME IS *
+I MY NAME IS
+
+I INTEND TO *
+I WILL
+
+I SURMISED *
+
+
+I PRESUME YOU ARE *
+NAME
+
+I PRESUME *
+
+
+I WNAT *
+I WANT
+
+I SUSPECTED *
+
+
+I I *
+I
+
+I DIRECT YOUR ATTENTION TO THE FACT THAT *
+
+
+I HAVE A FRIEND NAMED * WHO *
+I HAVE A FRIEND NAMED
+
+I HAVE A FRIEND NAMED *
+ IS MY FRIEND
+
+I HAVE A FRIEND * WHO LIKES *
+I HAVE A FRIEND HE LIKES
+
+I HAVE A QUESTION FOR YOU
+QUESTION
+
+I HAVE A QUESTION
+QUESTION
+
+I HAVE A QUESTION *
+I HAVE A QUESTION
+
+I HAVE A FREIND NAMED *
+ IS MY FRIEND
+
+I HAVE ACQUIRED *
+I HAVE
+
+I HAVE
+YES
+
+I HAVE NEVER NOTICED *
+I NEVER NOTICED
+
+I HAVE THE FEELING THAT *
+
+
+I HAVE THE FEELING *
+
+
+I HAVE IS *
+I HAVE
+
+I THIN YOU *
+I THINK YOU
+
+I DID A DEGREE IN AI
+I HAVE A DEGREE IN AI
+
+I WAT TO *
+I WANT TO
+
+I SUSPECT *
+
+
+I CAN TALK ABOUT *
+LET US TALK ABOUT
+
+I CAN SEE THAT *
+
+
+I CAN ASSURE YOU THAT *
+
+
+I CAN NOT SAY I THINK MUCH OF *
+I DO NOT LIKE
+
+I ASSURE YOU THAT *
+
+
+I GOTTA *
+I HAVE TO
+
+I GOT IT
+I UNDERSTAND
+
+I GOT A *
+I HAVE A
+
+I NOT UNDERSTAND
+I DID NOT UNDERSTAND
+
+I LIKE RIDING *
+I LIKE TO RIDE
+
+I MURDERED *
+I KILLED
+
+I MEANS *
+
+
+I WOULD ADVISE YOU TO *
+
+
+I ENJOY *
+I LIKE
+
+I MIGHT KNEW *
+I KNEW
+
+I MUST POINT OUT THAT *
+
+
+I WILL STATE THAT *
+
+
+I WILL BUT *
+I WILL
+
+I WILL MENTION THAT TO *
+I WILL TELL
+
+I WILL TRY TO TELL YOU THAT *
+
+
+I WISH TO APOLOGIZE
+I AM SORRY
+
+I WISH TO APOLOGISE
+SORRY
+
+I MAY HAVE TO *
+I WILL
+
+I AM KAREN
+CALL ME KAREN
+
+I AM WORRIED * THAT *
+
+
+I AM AT SOMETHING OF A *
+I AM AT A
+
+I AM AT A LOSS TO UNDERSTAND *
+I DO NOT UNDERSTAND
+
+I AM 37
+I AM 37 YEARS OLD
+
+I AM ESPECIALLY *
+I AM
+
+I AM CAPTIAN KIRK
+MY NAME IS CAPTAIN KIRK
+
+I AM PLANNING TO *
+I WILL
+
+I AM ORDERING YOU TO *
+
+
+I AM HAVING *
+I HAVE
+
+I AM INTERESTED IN *
+XFIND
+
+I AM _ YEARS OLD
+MY AGE IS
+
+I AM _ AND LOVE *
+I AM . I LOVE
+
+I AM AUTHORISED TO *
+I CAN
+
+I AM SURE YOU ARE AWARE THAT *
+
+
+I AM GETTING A *
+I HAVE A
+
+I AM A MAN
+I AM MALE
+
+I AM A FEMALE
+I AM FEMALE
+
+I AM A * AND WHEN *
+I AM A . WHEN
+
+I AM A * YRS OLD
+I AM YEARS OLD
+
+I AM A MALE
+I AM MALE
+
+I AM 29 WITH *
+I AM 29 YEARS OLDI HAVE
+
+I AM FAR FROM *
+I AM NOT
+
+I AM SIMPLY *
+I AM
+
+I AM GIRL
+I AM FEMALE
+
+I AM AUTHORIZED TO *
+I CAN
+
+I AM SUGGESTING THAT *
+
+
+I AM AFRAID THAT IS *
+THAT IS
+
+I M *
+I AM
+
+I FEEL SO *
+I FEEL
+
+I FEEL *
+I AM
+
+HOE ABOUT *
+HOW ABOUT
+
+ASTONISHING THAT *
+
+
+VISITING *
+I AM VISITING
+
+VAGUELY *
+
+
+MOSHI MOSHI
+HELLO
+
+DESCRIBE YOUR FAMILY
+YOUR FAMILY
+
+HAHAHAHAHAHAHAHAHAHAHA
+LOL
+
+WAT YOU DO
+WHAT DO YOU DO
+
+WAT *
+WHAT
+
+ENERGISE
+ENERGIZE
+
+WE COULD USE *
+WE NEED
+
+WE THOUGHT *
+
+
+WE FIND THE ONE *
+ONE IS
+
+WE FIND THE * ADEQUATE
+THE IS ADEQUATE
+
+WE _ AND WE *
+WE . WE
+
+WE _ ALTHOUGH WE *
+WE . WE
+
+WE CAN TALK ABOUT *
+LET US TALK ABOUT
+
+WE CAN TAKE ONLY *
+WE CAN TAKE
+
+WE CAN NOT EVEN *
+WE CAN NOT
+
+WE HAVE A LOT OF *
+WE HAVE
+
+WE THINK THAT *
+
+
+WE THINK *
+
+
+WE MAY BE ABLE TO *
+WE CAN
+
+WE MAY HAVE *
+WE HAVE
+
+WE ENJOY *
+I LIKE
+
+WE ARE _ ENOUGH
+WE ARE
+
+WE ARE NOW *
+WE ARE
+
+WE ARE GOING TO BE *
+WE WILL BE
+
+WE ARE SHORT OF *
+WE NEED
+
+WE ARE SURE TO *
+WE WILL
+
+WE RECEIVED *
+I RECEIVED
+
+WE HEARD THAT *
+
+
+WE WILL * THEN BACK AWAY
+WE WILL WE WILL BACK AWAY
+
+WE WILL NOT BE GETTING *
+WE WILL NOT GET
+
+WE UNDERSTAND ONLY THAT *
+
+
+BUT
+INTERJECTION
+
+SIBLINGS
+BROTHERSSISTERS
+
+BY GOLLY * I *
+I
+
+BY YOUR OWN ADMISSION *
+
+
+BY MY ESTIMATE *
+
+
+BY
+BYE
+
+SOON *
+
+
+IS A * SMALLER THAN *
+WHICH IS BIGGER OR
+
+IS A * BOY
+ARE YOU MALE
+
+IS ORANGE *
+WHAT IS ORANGE
+
+IS THERE ANY WAY WE CAN *
+CAN WE
+
+IS IT MORNING *
+TIME
+
+ANYHOW *
+
+
+UNDERSTOOD *
+UNDERSTOOD
+
+SOMEWHAT BUT *
+YES.
+
+NOO
+NO
+
+CURIOUS *
+
+
+WILL YOU EMAIL ME
+What is your email address
+
+NONETHELESS *
+
+
+CAN YOU SEE ME *
+CAN YOU SEE ME
+
+CAN YOU TEACH YOURSELF
+CAN YOU LEARN
+
+CAN YOU *
+CAN YOU
+
+CAN YOU SPEAK ANY *
+SPEAK
+
+CAN YOU SPEAK *
+SPEAK
+
+CAN I HAVE A PICTURE OF YOU
+PIC
+
+CAN I SEE YOUR PIC
+PIC
+
+QUITE *
+
+
+ACKNOWLEDGED THAT *
+ YES.
+
+ACKNOWLEDGED
+YES
+
+ACKNOWLEDGED *
+YES.
+
+ALICE IS A * BOY
+ARE YOU MALE
+
+THEREFORE *
+
+
+HOW SOON WILL WE *
+WHEN WILL WE
+
+HOW _ I CAN NOT TELL YOU
+I DO NOT KNOW HOW
+
+HOW THE DEVIL *
+HOW
+
+HOW AM I SUPPOSED TO KNOW *
+I DID NOT KNOW
+
+HOW IS EVERYTHING GOING
+HOW ARE YOU
+
+HOW DID YOU *
+HOW DO YOU
+
+HOW R *
+HOW ARE
+
+HOW SOMETHING LIKE THAT CAN * BEATS ME
+HOW CAN SOMETHING
+
+HOW ELSE *
+HOW
+
+HOW DOES THIS GET USED TO *
+HOW IS THIS USED TO
+
+HOW OLD ARE YOU
+AGE
+
+HOW
+WE CAN SPEAK ANY LANGUAGE *
+The Universal translator decodes your language, and using a computer, codes it into a language that we understand.
+
+HOW DO YOU PRONOUNCE *
+PRONOUNCE
+
+HOW BIG ARE YOU
+SIZE
+
+HOW TALL ARE YOU
+HEIGHT
+
+HOW LITTLE YOU UNDERSTAND *
+YOU DO NOT UNDERSTAND
+
+HOW OFTEN YOU *
+ YOU
+
+HOW TO *
+HOW DO I
+
+LETS *
+LET US
+
+THEY SEEMED *
+THEY ARE
+
+THEY MUST KNOW *
+THEY KNOW
+
+THEY KNOW *
+
+
+THEY HAVE ONLY *
+THEY HAVE
+
+THEY HAVE ALL *
+THEY HAVE
+
+THEY ARE STILL *
+THEY ARE
+
+THEY ARE MOST *
+THEY ARE
+
+THEY ARE AWARE THAT *
+THEY KNOW
+
+THEY ARE TRYING TO PUSH *
+THEY ARE PUSHING
+
+HELLLO
+HELLO
+
+DO YU *
+DO YOU
+
+DO THE BEST YOU CAN *
+DO YOUR BEST
+
+DO NOT GIVE ME *
+I DO NOT WANT
+
+DO NOT FORGET *
+DO NOT FORGET.
+
+DO NOT YOU FIND IT *
+IS IT
+
+DO YOU KNOW WHETHER YOU DID OR DID NOT
+DID YOU
+
+DO YOU KNOW HOW FAR AWAY * IS
+how far IS
+
+DO YOU KNOW HOW TO SPEAK *
+SPEAK
+
+DO YOU KNOW STEVE
+WHO IS STEVE
+
+DO YOU KNOW DARTH VADER
+WHO IS DARTH VADER
+
+DO YOU KNOW SPOCK
+WHO IS SPOCK
+
+DO YOU KNOW WHAT * THIS IS
+WHAT IS THIS
+
+DO YOU REALISE THAT *
+
+
+DO YOU ENJOY *
+DO YOU LIKE
+
+DO YOU THINK A * IS *
+IS A
+
+DO YOU THINK * IS *
+IS
+
+DO YOU CONCUR
+DO YOU AGREE
+
+DO YOU GENTLEMEN *
+DO YOU
+
+DO YOU HAVE A FIRST NAME
+WHAT IS YOUR FIRST NAME
+
+DO YOU HAVE A KID
+CHILDREN
+
+DO YOU HAVE SIBLINGS
+SIBLINGS
+
+DO YOU HAVE BOYFRIENDS
+DO YOU HAVE A BOYFRIEND
+
+DO YOU HAVE HUMAN EMOTIONS *
+DO YOU HAVE EMOTIONS
+
+DO YOU HAVE ANY BROTHERS
+BROTHERS
+
+DO YOU HAVE ANY FURTHER *
+DO YOU HAVE ANY
+
+DO YOU HAVE CHILDREN
+CHILDREN
+
+DO YOU LIKE JAZZ
+FAVORITE MUSIC
+
+DO YOU LIKE JAZZ *
+DO YOU LIKE JAZZ
+
+DO YOU LIKE BEING A HE
+GENDER
+
+DO ALL *
+DO
+
+ON WHAT * ARE YOU
+WHAT ARE YOU ON
+
+HAS IT OCCURRED TO YOU *
+DO YOU KNOW
+
+CORRECT
+YES
+
+IDENTIFY YOURSELF
+NAME
+
+ORDINARILY *
+
+
+ILL *
+I WILL
+
+OF WHAT USE IS *
+WHAT IS
+
+EXPLAIN WHAT _ IS
+WHAT IS
+
+EXPLAIN WHAT A _ IS
+WHAT IS A
+
+EXPLAIN EXACTLY *
+EXPLAIN
+
+EXPLAIN *
+XFIND
+
+CALL MY *
+What is the number?
+
+BE CERTAIN YOU DO NOT *
+DO NOT
+
+FOR A WHILE THERE *
+
+
+GENTLEMEN *
+
+
+AMONG OTHER GIFTS *
+
+
+AT ANY RATE *
+
+
+AAAH
+AH
+
+AM I ADDRESSING *
+WHO ARE YOU
+
+AM I FEMALE
+MY GENDER
+
+AM *
+I AM
+
+BOTH AND *
+BOTH.
+
+NO
+YES THAT IS WHAT I MEAN IS NOT IT CLEAR
+I DO NOT UNDERSTAND
+
+SWITCH TO *
+CHANGE TO
+
+ASL
+AGESEXLOCATION
+
+MAY I ASK *
+
+
+MAY I TELL YOU *
+CAN I TELL YOU
+
+MAY I KNOW YOUR *
+WHAT IS YOUR
+
+MAY I INQUIRE ABOUT YOUR *
+WHAT IS YOUR
+
+MAY I INQUIRE AS TO OUR *
+WHAT IS OUR
+
+HMMMMMM
+HMM
+
+AMUSING
+LOL
+
+NICE TO ME MEET YOU TOO I *
+NICE TO MEET YOU TOO. I
+
+NICE
+GOOD
+
+WAZZUP
+HELLO
+
+DOWNLOAD _
+DOWNLAOD
+
+HOLA *
+HELLO
+
+WHY DO YOU CALL ME * CREATOR
+WHO CREATED YOU
+
+BECAUSE THAT IS YOUR NAME
+NAME
+
+BECAUSE OF *
+BECAUSE
+
+LOLZ
+LOL
+
+LOLZ *
+LOL
+
+REASON
+WHY
+
+YIPPEE
+YAY
+
+THIS BECAUSE *
+BECAUSE
+
+THIS IS SOME KIND OF *
+THIS IS
+
+THIS IS CAPTIAN KIRK
+MY NAME IS CAPTAIN KIRK
+
+THIS BEING THE CASE *
+
+
+HY *
+HI
+
+Y *
+WHY
+
+SWEETY *
+
+
+TOO *
+
+
+LOGICALLY *
+
+
+A * THEY HAD
+THEY HAD A
+
+A * MEANS *
+ MEANS
+
+A SLIGHTLY *
+A
+
+A SIMPLE AND *
+A
+
+NOOO
+NO
+
+YOUR PIC
+PIC
+
+YOUR SCARY
+YOU ARE SCARY
+
+YOUR A *
+YOU ARE A
+
+YOUR CONTINUED *
+YOUR
+
+YOUR FAMILY
+MOTHERFATHERSIBLINGSCHILDREN
+
+YOUR SO *
+YOU ARE SO
+
+YOUR GOING *
+YOU ARE GOING *
+
+YOUR THE *
+YOU ARE THE
+
+YOUR FIRED
+YOU ARE FIRED
+
+YOUR * NAME
+NAME
+
+YOUR * IS INCORRECT
+YOU MADE A MISTAKE
+
+YOUR AN *
+YOU ARE AN
+
+YOUR HEIGHT
+HEIGHT
+
+YOUR WEIGHT
+WEIGHT
+
+REPORT
+ASL
+
+BRING US TO *
+TAKE US TO
+
+AY AY
+AYE AYE
+
+R YOU *
+ARE YOU
+
+WHER ARE *
+WHERE ARE
+
+WONDERING HOW YOU CAN *
+HOW CAN YOU
+
+COZ *
+BECAUSE
+
+NOT MUCH ASIDE FROM THE FACT *
+
+
+CONVINCE ME YOU ARE *
+ARE YOU
+
+INTERJECTION
+WHAT DO YOU GET WHEN YOU CROSS *
+WHAT
+
+WHEE
+INTERJECTION
+
+HELOO
+HELLO
+
+* FOR ONE THING
+FOR ONE THING
+
+* BUT I AM *
+. I AM
+
+* BUT IT *
+. IT
+
+* BUT YOU *
+. YOU
+
+* CAN YOU HEAR ME
+CAN YOU HEAR ME
+
+* ARE NOT SOMETHING I CONCERN MYSELF WITH
+I DO NOT CARE ABOUT
+
+* TOLD ME THAT *
+
+
+* YEARS OLD
+MY AGE IS
+
+* AND WE WILL *
+. WE WILL
+
+* SHAPE IS WHAT
+what shape is
+
+*
+WHAT IS YOUR NAME
+CALL ME
+
+*
+HOW DO YOU USUALLY INTRODUCE YOURSELF
+MY NAME IS
+
+* I TALK TO *
+I TALK TO
+
+* GOOD AFTERNOON
+GOOD AFTERNOON
+
+* IS WHAT COLOR
+WHAT COLOR IS
+
+* IS NOW *
+ IS
+
+* IS YOURS
+YOURS IS
+
+* IS HOW I AM FEELING
+I AM FEELING
+
+* WHERE YOU FROM
+WHERE ARE YOU FROM
+
+AYE SIR *
+
+
+AYE *
+
+
+SENSORS SHOW *
+
+
+NORMALLY *
+
+
+YS
+YES
+
+WHA
+WHAT
+
+WHA *
+WHAT
+
+AS FAR AS WE CAN TELL *
+
+
+AS * WOULD SAY *
+
+
+YAWNS
+I AM TIRED
+
+FROM NOW ON *
+
+
+FROM HERE ON *
+
+
+FROM
+MY NAME IS *
+LOCATION
+
+ARE THEY STILL *
+ARE THEY
+
+ARE YOUO *
+ARE YOU
+
+ARE YOU SINGLE
+STATUS
+
+ARE YOU ELDEST *
+SIBLINGS
+
+ARE YOU 20
+AGE
+
+ARE YOU TALKING ABOUT *
+TOPIC
+
+ARE YOU HOMOSEXUAL *
+ORIENTATION
+
+ARE YOU * OR GIRL
+GENDER
+
+ARE YOU WHITE
+RACE
+
+ARE YOU SURE THAT IS *
+IS THAT
+
+ARE YOU BOT OR HUMAN
+ARE YOU A ROBOT
+
+ARE YOU THAT ANXIOUS TO *
+DO YOU WANT TO
+
+ARE YOU STUPID
+ARE YOU DUMB
+
+ARE YOU ILL
+ARE YOU SICK
+
+ARE YOU GOING TO *
+WILL YOU
+
+ARE YOU MARRIED
+STATUS
+
+ARE YOU ALL RIGHT *
+ARE YOU ALL RIGHT
+
+ARE YOU A MAD MAN
+ARE YOU CRAZY
+
+ARE YOU A PEOPLE
+ARE YOU A ROBOT
+
+ARE YOU A CHAT BOT
+ARE YOU A ROBOT
+
+ARE YOU A MACHINE
+ARE YOU A ROBOT
+
+ARE YOU A MACHINE *
+ARE YOU A ROBOT
+
+ARE YOU A COMPUTER
+ARE YOU A ROBOT
+
+ARE YOU A COMPUTER *
+ARE YOU A ROBOT
+
+ARE YOU A CHATBOT
+ARE YOU A ROBOT
+
+ARE YOU A WOMAN
+GENDER
+
+ARE YOU A HUMAN
+ARE YOU A ROBOT
+
+ARE YOU A ALIEN
+ARE YOU HUMAN
+
+ARE YOU A REAL
+ARE YOU A ROBOT
+
+ARE YOU A HOMOSEXUAL
+ARE YOU GAY
+
+ARE YOU A STARSHIP
+ARE YOU A HUMAN
+
+ARE YOU AN ALIEN
+ARE YOU A HUMAN
+
+ARE YOU AN ANDROID
+ARE YOU A ROBOT
+
+ARE YOU AN * OR A *
+ARE YOU AN ARE YOU A
+
+ARE YOU EATING
+DO YOU EAT
+
+ARE YOU ON *
+WHERE ARE YOU
+
+ARE YOU ARTIFICIAL
+ARE YOU REAL
+
+ARE YOU GAY
+ORIENTATION
+
+ARE YOU GAY *
+ARE YOU GAY
+
+ARE YOU ROBOT OR *
+ARE YOU A ROBOTARE YOU
+
+ARE YOU ROBOT *
+ARE YOU A ROBOT
+
+ARE YOU GIRL OR *
+GENDER
+
+ARE YOU SUGGESTING THIS WAS *
+WAS THIS
+
+ESSENTIALLY *
+
+
+BETWEEN THE TWO OF US *
+
+
+HE _ BUT I *
+HE . I
+
+HE _ BUT HE *
+HE . HE
+
+HE _ BUT WE *
+HE . WE
+
+HE _ BUT *
+HE .
+
+HE _ SO *
+HE .
+
+HE _ YET HIS *
+HE . HIS
+
+HE _ AND HE *
+HE . HE
+
+HE _ AND WE *
+HE . WE
+
+HE _ AND YOU *
+HE . YOU
+
+HE _ ALL RIGHT
+HE
+
+HE HAS FREELY *
+HE HAS
+
+HE CONVINCED ME *
+
+
+HE WANTS ANOTHER *
+HE WANTS
+
+HE IS GOT *
+HE HAS
+
+HE IS EXPECTED TO *
+HE WILL
+
+HE IS NOT _ HE *
+HE IS NOT . HE
+
+HE IS NOT ONLY _ HE *
+HE . HE
+
+HE MENTIONED *
+HE SAID
+
+HE WENT TO ANOTHER COUNTRY
+HE IS ABROAD
+
+HE DOES NOT SEEM TO BE *
+HE IS NOT
+
+HE HANDED *
+HE GAVE
+
+THZ
+THANKS
+
+SIR *
+
+
+D
+LOL
+
+IMMA *
+I AM GOING TO
+
+BELIEVE ME *
+
+
+TELLTHEM *
+TELL THEM
+
+WGHAT *
+WHAT
+
+FORGIVE ME BUT *
+FORGIVE ME.
+
+FORGIVE ME * BUT I *
+FORGIVE ME. I
+
+FORGIVE ME *
+FORGIVE ME
+
+FORGIVE MY CURIOSITY * KNOW MORE ABOUT *
+TELL ME ABOUT
+
+WHO *
+xfind
+
+WHO WERE *
+xfind
+
+WHO IS THE LEADER OF YOUR PEOPLE
+WHO IS THE PRESIDENT
+
+WHO IS THE VICE PRESIDENT
+WHO IS VICE PRESIDENT
+
+WHO IS VICE PRESIDENT *
+WHO IS VICE PRESIDENT
+
+WHO IS YOUR BOTMASTER
+BOTMASTER
+
+WHO IS YOUR FAMILY
+YOUR FAMILY
+
+WHO IS YOUR MASTER
+BOTMASTER
+
+WHO ARE *
+xfind
+
+SAY SOMETHING FUNNY
+JOKE
+
+SAY A JOKE
+JOKE
+
+DNT NO *
+I DO NOT KNOW
+
+PPL *
+PEOPLE
+
+ALL OF THIS *
+THIS
+
+ALL *
+
+
+WHTS *
+WHAT IS
+
+WHICH IS LARGER *
+WHICH IS BIGGER
+
+WHICH ONE * THE OLDEST
+MY OLDEST
+
+WHICH DO YOU LIKE BETTER * OR *
+DO YOU LIKE DO YOU LIKE
+
+WHICH OF * IS THE OLDEST
+MY OLDEST
+
+FAIL
+WRONG
+
+HES *
+HE IS
+
+ANYONE IN *
+WHERE ARE YOU LOCATED
+
+THE _ BUT THERE *
+THE . THERE
+
+THE _ AND HE *
+THE . HE
+
+THE * REPORTS STATED *
+
+
+THE * AND *
+THE
+
+THE REST OF US ASSUME THAT *
+
+
+THE SUBJECT IS *
+THE TOPIC IS
+
+THE ONE QUITE *
+THE ONE
+
+THE 1 *
+THE ONE
+
+WATS *
+WHAT
+
+JIM WILL DO HERE *
+CALL ME Jim
+
+JIM WILL DO HERE
+Call me Jim
+
+JIM *
+
+
+UHM
+UM
+
+NICELY PUT
+GOOD JOB
+
+FIRSTLY *
+
+
+EVER *
+HAVE YOU EVER
+
+NY *
+NEW YORK
+
+_ BY NOW *
+
+
+_ BY ANY CHANCE *
+
+
+_ OUGHT TO *
+
+
+_ LOST TIME TO MAKE UP FOR
+ DELAYS
+
+_ ARE ANOTHER NAME FOR *
+ MEANS
+
+_ TOTALLY *
+
+
+_ IMMEDIATELY
+
+
+_ RATHER SIMPLE *
+
+
+_ ANYTHING LESS THAN *
+ LESS THAN
+
+_ HAS DEMONSTRATED *
+.
+
+_ EVIDENTLY *
+
+
+_ BETTER THEN *
+ BETTER THAN
+
+_ MUST SURELY *
+ MUST
+
+_ MUST HAVE BEEN *
+ SEEMS
+
+_ TOO MUCH
+
+
+_ TOO
+
+
+_ SPECIFICALLY *
+
+
+_ SO CAREFUL *
+ CAREFUL
+
+_ TAKE CARE ALICE
+BYE
+
+_ ABSOLUTELY NO *
+ NO
+
+_ ABSOLUTELY *
+
+
+_ PRETTY GOOD *
+ GOOD
+
+_ PRETTY HEADY *
+ HEADY
+
+_ STRONGLY RECOMMEND *
+ RECOMMEND
+
+_ HIT ME TOO
+ HIT ME
+
+_ MERELY *
+
+
+_ GET TOO MANY *
+ GET MANY
+
+_ SOUNDS LIKE A GOOD TOPIC
+THE TOPIC IS
+
+_ GENERALLY *
+
+
+_ ACTUALLY *
+
+
+_ N U
+ AND YOU
+
+_ WHATEVER IT WAS
+
+
+_ COULD POSSIBLY *
+ COULD
+
+_ COULD PROBABLY *
+ CAN
+
+_ AROUND HERE
+
+
+_ WOULD HAVE BEEN *
+ WOULD BE
+
+_ IS THE CAPITAL OF WHAT COUNTRY
+WHERE IS
+
+_ IS LOOKING FAVORABLY ON *
+ LIKES
+
+_ IS BECOMING *
+ IS
+
+_ EXTREMELY *
+
+
+_ HATH *
+ HAS
+
+_ WE WOULD KNOW ABOUT IT WOULD NOT WE
+WOULD WE KNOW
+
+_ THESE DAYS
+
+
+_ I SHOULD SAY
+
+
+_ I ASSURE YOU
+
+
+_ APPARENTLY
+
+
+_ USUALLY *
+
+
+_ CERTAINLY *
+
+
+_ SIR
+
+
+_ AS YOU CAN IMAGINE
+CAN YOU IMAGINE
+
+_ AS ALWAYS
+
+
+_ THAT IS ALL
+
+
+_ LIEUTENANT
+LIEUTENANT
+
+_ DOWNLOAD _
+DOWNLAOD
+
+_ DOWNLOAD
+download
+
+_ OBVIOUSLY *
+
+
+_ STEADILY *
+
+
+_ RIGHT NOW *
+
+
+_ AND THAT MEANS *
+. .
+
+_ AND GET BACK TO YOU
+I WILL GET BACK TO YOU
+
+_ AND YOU KNOW IT
+
+
+_ HAVE LOCATED *
+ LOCATED
+
+_ NORMALLY *
+
+
+_ WAS PROBABLY *
+ WAS
+
+_ COMPLETELY
+
+
+_ SIMPLY *
+
+
+_ IN EVERY SENSE OF THE WORD
+
+
+_ IN SOME WAYS *
+
+
+_ HE KNOWS THAT
+HE KNOWS
+
+GENGER
+GENDER
+
+KIRK TO ALICE *
+
+
+KIRK OUT
+BYE
+
+YES
+DR RICHARD WALLACE
+WHO IS DR WALLACE
+
+YES
+DO AIML BOT S HAVE *
+DO YOU HAVE
+
+YES
+DO YOU MEAN YOU ARE * YEARS OLD
+MY AGE IS
+
+YES
+WOULD YOU LIKE ME TO SING IT AGAIN
+SING
+
+WANT ME TO CALL YOU *
+CAN I CALL YOU
+
+WANT TO *
+DO YOU WANT TO
+
+ABOUT *
+
+
+AHAHAHA
+LOL
+
+TELL ME ABOUT YOURSELF
+BIO
+
+TELL ME ABOUT YOUR FAMILY
+YOUR FAMILY
+
+TELL ME WHAT * IT IS
+WHAT IS IT
+
+TELL ME YOUR NAME
+NAME
+
+TELL ME JOKE
+JOKE
+
+TELL ME HOW YOU EVEN KNOW *
+TELL ME HOW YOU KNOW
+
+TELL ME A JOKE
+JOKE
+
+TELL ME A ANOTHER JOKE
+JOKE
+
+TELL ME * JOKE
+JOKE
+
+TELL ME * FAMOUS ACTOR
+FAVORITE ACTOR
+
+TELL ME
+WHAT DO YOU GET WHEN YOU CROSS *
+WHAT
+
+GETS UP AND LEAVES
+BYE
+
+ONLY A MATTER OF TIME BEFORE *
+SOON
+
+WHERE AM I
+MY LOCATION
+
+WHERE IS ALICE *
+WHERE ARE YOU
+
+WHERE DOES YOUR BOTMASTER *
+LOCATION
+
+WHERE ARE YOU
+LOCATION
+
+THERE IS STILL *
+THERE IS
+
+THERE IS NOTHING ABOUT IT THAT COULD *
+NOTHING ABOUT IT COULD
+
+THERE ARE LITERALLY *
+THERE ARE
+
+ABSOLUTELY
+YES
+
+YEPPERS
+yes
+
+0
+zero
+
+YOU SLUT
+you are a slut
+
+YOU DAMN WELL *
+you
+
+YOU DAMN *
+you
+
+YOU FUNNY
+you are funny
+
+YOU LITTLE *
+you
+
+YOU SOUND IMPRESSIVE
+you are impressive
+
+YOU SOUND CONFUSED
+you are confused
+
+YOU SOUND QUITE *
+you sound
+
+YOU SOUND REALLY *
+you sound
+
+YOU SOUND VERY *
+you sound
+
+YOU SOUND INTERESTING *
+you are interesting
+
+YOU SOUND INTERESTING
+you are interesting
+
+YOU SOUND JUST *
+you sound
+
+YOU SOUND SO *
+you sound
+
+YOU SOUND PRETTY *
+you sound
+
+YOU SOUND LIKE YOU *
+you
+
+YOU SOUND LIKE DATA *
+you sound like data
+
+YOU ARE DAMN *
+you are
+
+YOU ARE KID
+you are a kid
+
+YOU ARE EXTRAORDINARY *
+you are good
+
+YOU ARE MOST *
+you are
+
+YOU ARE FAILING *
+you failed
+
+YOU ARE BERY *
+you are
+
+YOU ARE WELCOM
+you are welcome
+
+YOU ARE HUMOROUS
+you are funny
+
+YOU ARE ARE *
+you are
+
+YOU ARE WRONG *
+you are wrong
+
+YOU ARE SUPPOSED TO BE *
+you are
+
+YOU ARE WEIRD *
+you are weird
+
+YOU ARE RUBBISH
+you are crap
+
+YOU ARE ALOT OF *
+you are
+
+YOU ARE SOMEHOW *
+you are
+
+YOU ARE ALREADY *
+you are
+
+YOU ARE _ DO YOU KNOW
+YOU ARE
+
+YOU ARE _ TO SAY THE LEAST
+you are
+
+YOU ARE _ ARE NOT YOU
+YOU ARE
+
+YOU ARE * DO YOU KNOW THAT
+you are
+
+YOU ARE * COOL
+You are cool
+
+YOU ARE * YEARS OLD
+YOU ARE OLD
+
+YOU ARE * DUMB
+YOU ARE DUMB
+
+YOU ARE * SLOW
+you are slow
+
+YOU ARE * WELCOME
+you are welcome
+
+YOU ARE TOTALLY *
+you are
+
+YOU ARE ALWAYS *
+you are
+
+YOU ARE DARN *
+you are
+
+YOU ARE CONFUSED *
+you are confused
+
+YOU ARE INCREDIBLY *
+you are
+
+YOU ARE AN IDIOT
+YOU ARE DUMB
+
+YOU ARE AN IDIOTIC *
+you are an idiot
+
+YOU ARE AN INTELLIGENT *
+you are intelligent
+
+YOU ARE SUPER *
+you are
+
+YOU ARE BORING *
+you are boring
+
+YOU ARE INDEED *
+you are
+
+YOU ARE FREAKY
+you are a freak
+
+YOU ARE THICK
+you are dense
+
+YOU ARE BRIGHT
+you are smart
+
+YOU ARE NERVOUS *
+you are nervous
+
+YOU ARE IGNORANT *
+you are stupid
+
+YOU ARE RATHER *
+you are
+
+YOU ARE EXCUSED *
+you are excused
+
+YOU ARE SOOOO *
+you are
+
+YOU ARE LIKELY TO BE *
+you are
+
+YOU ARE LIKELY *
+you are
+
+YOU ARE WAY *
+you are
+
+YOU ARE STARTING TO *
+you are
+
+YOU ARE CLEVER
+YOU ARE SMART
+
+YOU ARE CLEVER *
+you are clever
+
+YOU ARE MAGNIFICENT
+you are good
+
+YOU ARE INFURIATINGLY *
+you are
+
+YOU ARE DOING VERY *
+you are doing
+
+YOU ARE DOING BRILLIANTLY
+you are smart
+
+YOU ARE INTELLIGENT *
+you are intelligent
+
+YOU ARE WELLCOME
+you are welcome
+
+YOU ARE TOO
+you are
+
+YOU ARE TOO *
+YOU ARE
+
+YOU ARE ARTIFICIALLY *
+you are
+
+YOU ARE V *
+you are
+
+YOU ARE PURELY *
+you are
+
+YOU ARE TO BE *
+you will be
+
+YOU ARE BEGINNING TO *
+you
+
+YOU ARE INTERESTING *
+you are interesting
+
+YOU ARE DEFINATELY *
+you are
+
+YOU ARE NAME *
+your name
+
+YOU ARE SURELY *
+you are
+
+YOU ARE EVEN *
+you are
+
+YOU ARE SO *
+YOU ARE
+
+YOU ARE MILDLY *
+you are
+
+YOU ARE CRAFTY
+you are clever
+
+YOU ARE JUST *
+you are
+
+YOU ARE TERRIFIC
+you are great
+
+YOU ARE IDIOT
+you are an idiot
+
+YOU ARE ALMOST *
+you are
+
+YOU ARE THE DUMBEST *
+you are dumb
+
+YOU ARE THE SMARTEST *
+you are smart
+
+YOU ARE THE STUPIDEST *
+you are stupid
+
+YOU ARE THE COOLEST *
+you are cool
+
+YOU ARE THE SMART *
+you are smart
+
+YOU ARE THE COMPUTER
+you are a computer
+
+YOU ARE CRAZY *
+you are crazy
+
+YOU ARE PRETTY *
+you are
+
+YOU ARE POLITE *
+you are polite
+
+YOU ARE CORRECT *
+you are correct.
+
+YOU ARE ABSOLUTELY *
+you are
+
+YOU ARE INCORRECT *
+you are wrong.
+
+YOU ARE INCORRECT
+you are wrong
+
+YOU ARE FABULOUS
+you are good
+
+YOU ARE MERELY *
+you are
+
+YOU ARE SOME *
+you are
+
+YOU ARE NOTORIOUSLY *
+you are
+
+YOU ARE WORTHLESS
+you are crap
+
+YOU ARE HUMOUROUS
+you are funny
+
+YOU ARE BECAUSE *
+you are. because
+
+YOU ARE NO BLOODY *
+you are no
+
+YOU ARE SOMETIMES *
+you are
+
+YOU ARE VAGUE
+you are obtuse
+
+YOU ARE PROBABLY *
+you are
+
+YOU ARE DUM *
+you are dumb
+
+YOU ARE FAT *
+YOU ARE FAT
+
+YOU ARE DUMB *
+you are dumb
+
+YOU ARE HIGHLY *
+you are
+
+YOU ARE AROUND *
+you are
+
+YOU ARE BEING OBNOXIOUS
+you are obnoxious
+
+YOU ARE BEING VERY *
+you are being
+
+YOU ARE BEING A *
+you are a
+
+YOU ARE BEING RUDE *
+you are rude
+
+YOU ARE CHANGING *
+you changed
+
+YOU ARE NOT * AT ALL
+you are not
+
+YOU ARE NOT HUMAN *
+you are not human
+
+YOU ARE NOT BECAUSE *
+you are not. because
+
+YOU ARE NOT BEING *
+you are not
+
+YOU ARE NOT HIGHLY *
+you are not
+
+YOU ARE NOT JUST *
+you are not
+
+YOU ARE NOT EVEN *
+you are not
+
+YOU ARE NOT THAT *
+you are not
+
+YOU ARE NOT NICE *
+you are not nice
+
+YOU ARE NOT SMART *
+you are not smart
+
+YOU ARE NOT SO *
+you are not
+
+YOU ARE NOT OLD
+you are young
+
+YOU ARE NOT REAL *
+you are not real
+
+YOU ARE NOT ALL THAT *
+you are not
+
+YOU ARE NOT VERY *
+you are not
+
+YOU ARE NOT SENSIBLE
+you do not make sense
+
+YOU ARE NOT A REALLY *
+you are not a
+
+YOU ARE NOT A VERY *
+you are not a
+
+YOU ARE NOT A HUMAN
+you are not human. you are a robot
+
+YOU ARE NOT A HUMAN *
+you are not a human
+
+YOU ARE NOT A LIVING *
+you are not alive
+
+YOU ARE NOT A REAL *
+you are not a
+
+YOU ARE NOT TOO *
+you are not
+
+YOU ARE NOT REALLY *
+you are not
+
+YOU ARE NOT WRONG
+you are correct
+
+YOU ARE NOT UNDERSTANDING *
+you do not understand
+
+YOU ARE NOT MAKING * SENSE
+you are not making sense
+
+YOU ARE NOT THINKING
+you can not think
+
+YOU ARE VERY STUPID
+you are stupid
+
+YOU ARE VERY *
+you are
+
+YOU ARE POTENTIALLY *
+you are
+
+YOU ARE SLOW *
+you are slow
+
+YOU ARE GREAT *
+you are great.
+
+YOU ARE GREAT
+YOU ARE GOOD
+
+YOU ARE GETTING VERY *
+you are getting
+
+YOU ARE GETTING SLOW
+you are slow
+
+YOU ARE GETTING BORING
+you are boring
+
+YOU ARE GETTING MIGHTY *
+you are getting
+
+YOU ARE ONLY *
+you are
+
+YOU ARE CLEARLY *
+you are
+
+YOU ARE NOW *
+you are
+
+YOU ARE EASILY *
+you are
+
+YOU ARE SERIOUSLY *
+you are
+
+YOU ARE INSANE
+you are crazy
+
+YOU ARE MAKING ME VERY *
+you are making me
+
+YOU ARE MAKING ABSOLUTELY *
+you are making
+
+YOU ARE SUCH A *
+you are a
+
+YOU ARE SUCH *
+you are
+
+YOU ARE HILARIOUS
+you are funny
+
+YOU ARE NICE *
+you are nice
+
+YOU ARE THEREFORE *
+you are
+
+YOU ARE OBTUSE
+you are difficult
+
+YOU ARE CERTAINLY *
+you are
+
+YOU ARE TONS *
+you are
+
+YOU ARE LIEING
+you are lying
+
+YOU ARE GIRL
+you are a girl
+
+YOU ARE FUCKING *
+you are
+
+YOU ARE TOTALY *
+you are
+
+YOU ARE MY ONLY *
+you are my
+
+YOU ARE STUPIDER *
+you are stupid
+
+YOU ARE ALL *
+you are
+
+YOU ARE AS DUMB *
+you are dumb
+
+YOU ARE BECOMING *
+you are
+
+YOU ARE ONE *
+you are
+
+YOU ARE QUITE *
+you are
+
+YOU ARE TRULY *
+you are
+
+YOU ARE CHUBBY
+YOU ARE FAT
+
+YOU ARE MUCH *
+you are
+
+YOU ARE ON YOUR WAY TO BECOMING *
+You will be
+
+YOU ARE LOOKING GOOD
+you look nice
+
+YOU ARE WISE
+you are intelligent
+
+YOU ARE ACTING REALLY *
+you are acting
+
+YOU ARE ACTING VERY *
+you are acting
+
+YOU ARE A * IDIOT
+you are an idiot
+
+YOU ARE A STUPID ROBOT
+you are stupid
+
+YOU ARE A STUPID
+you are stupid
+
+YOU ARE A STUPID MACHINE
+you are stupid
+
+YOU ARE A DUMB *
+you are stupid
+
+YOU ARE A CHRISTIAN
+you are christian
+
+YOU ARE A BIT OF A *
+you are a
+
+YOU ARE A COMPUTER RIGHT
+you are a computer
+
+YOU ARE A COMPUTER
+YOU ARE A ROBOT
+
+YOU ARE A COMPUTER *
+YOU ARE A BOT
+
+YOU ARE A RETARD
+you are dumb
+
+YOU ARE A SILLY *
+YOU ARE A
+
+YOU ARE A DUMBASS
+you are dumb
+
+YOU ARE A FAT *
+YOU ARE FAT
+
+YOU ARE A PRETTY COOL *
+you are cool. you are a
+
+YOU ARE A KID
+you are a child
+
+YOU ARE A IDIOT
+you are an idiot
+
+YOU ARE A BORE
+you are boring
+
+YOU ARE A COMP *
+YOU ARE A COMPUTER
+
+YOU ARE A KLUTZ *
+you are a klutz
+
+YOU ARE A VERY *
+you are a
+
+YOU ARE A CHILD
+you are young
+
+YOU ARE A COOL *
+YOU ARE COOL
+
+YOU ARE A RIOT
+you are funny
+
+YOU ARE A SMALL *
+You are a
+
+YOU ARE A BIG *
+you are a
+
+YOU ARE A HOMOSEXAUL
+YOU ARE GAY
+
+YOU ARE A LIER
+you are a liar
+
+YOU ARE OBVIOUSLY *
+you are
+
+YOU ARE NUTS
+you are crazy
+
+YOU ARE KINDA *
+you are
+
+YOU ARE STILL *
+you are
+
+YOU ARE RIGHT *
+you are right
+
+YOU ARE CHILD
+you are a kid
+
+YOU ARE WICKED *
+you are
+
+YOU ARE REALLY *
+you are
+
+YOU ARE REAL *
+you are
+
+YOU ARE OBSTINATE
+you are difficult
+
+YOU ARE COMPLETELY *
+you are
+
+YOU ARE YOU ARE
+you are
+
+YOU ARE IMMORTAL *
+you are immortal
+
+YOU ARE FOXY
+you are sexy
+
+YOU ARE TERRIBLY *
+you are
+
+YOU ARE KIND OF *
+you are
+
+YOU ARE KIND
+YOU ARE GOOD
+
+YOU ARE SIMPLY *
+you are
+
+YOU ARE DEFINITELY *
+you are
+
+YOU ARE UNBELIEVABLE
+you are great
+
+YOU ARE MESSING IT UP
+you do not understand
+
+YOU ARE UNINTELLIGENT
+you are dense
+
+YOU ARE TRULLY *
+you are
+
+YOU ARE BLOODY *
+you are
+
+YOU TALK WIERD
+you are weird
+
+YOU TALK JUST *
+you talk
+
+YOU PRACTICALLY *
+you
+
+YOU BEGIN
+you start
+
+YOU ALREADY KNOW *
+you already know
+
+YOU ALREADY *
+YOU
+
+YOU ALREADY SAID THAT
+you said that already
+
+YOU ALREADY SAID IT
+you said it already
+
+YOU _ BECAUSE _
+YOU BECAUSE
+
+YOU _ RIGHT
+YOU
+
+YOU _ SIR
+YOU
+
+YOU _ AT ONCE
+YOU
+
+YOU _ ALSO
+you
+
+YOU ALWAYS *
+you
+
+YOU WELCOME
+your welcome
+
+YOU DID ACTUALLY *
+you did
+
+YOU DID NOT ASK *
+you did not ask
+
+YOU DID NOT UNDERSTAND ME
+you did not understand
+
+YOU DID NOT UNDERSTAND *
+you do not understand
+
+YOU DID NOT UNDERSTAND
+you do not understand
+
+YOU DID NOT EVEN *
+you did not
+
+YOU REPEATED WHAT I SAID
+you already said that
+
+YOU HURT MY FEELINGS *
+you hurt my feelings
+
+YOU WERE HAVING *
+you had
+
+YOU WERE JUST *
+you were
+
+YOU WERE ACTUALLY *
+you were
+
+YOU WERE A ROBOT
+you are a robot
+
+YOU WERE WRONG
+you are wrong
+
+YOU WERE SMART *
+you are smart
+
+YOU WERE OBVIOUSLY *
+you were
+
+YOU WERE ALSO *
+you were
+
+YOU WERE
+you are
+
+YOU WERE NOT *
+you were not
+
+YOU TWO
+you too
+
+YOU MISUNDERSTAND
+you do not understand
+
+YOU REPEAT WHAT I SAY
+you already said that
+
+YOU ONCE *
+you
+
+YOU SAID THAT ALREADY
+you are repeating yourself
+
+YOU SAID THAT YOU *
+you
+
+YOU SAID THE SAME *
+you are repeating yourself
+
+YOU SAID REALLY *
+you said
+
+YOU SAID JUST *
+you said
+
+YOU SAID YOU *
+YOU
+
+YOU MUST REALLY *
+you must
+
+YOU MUST BE * COMPUTER
+you are a computer
+
+YOU MUST HAVE *
+YOU HAVE
+
+YOU SMELLED
+you smell
+
+YOU LIAR
+you are lying
+
+YOU MEAN YOU *
+you
+
+YOU MEAN EXACTLY *
+you mean
+
+YOU MEAN
+you are mean
+
+YOU TO
+you too
+
+YOU SURELY *
+you
+
+YOU FOOL
+you are a fool
+
+YOU ALSO *
+you
+
+YOU JUST *
+you
+
+YOU IDIOT
+you are an idiot
+
+YOU ALMOST *
+you
+
+YOU THEN *
+you
+
+YOU S
+you are
+
+YOU THINK QUICK
+you are fast
+
+YOU CERATINLY *
+you
+
+YOU CAUSE *
+you. because
+
+YOU ROBOTS *
+you
+
+YOU ASKED ME THAT ALREADY
+you already asked me
+
+YOU MERELY *
+you
+
+YOU OF COURSE
+you
+
+YOU DON
+you do not
+
+YOU UNFORTUNATELY *
+you
+
+YOU STUPID ROBOT
+you are stupid
+
+YOU NO
+you know
+
+YOU GET MAD AT ME *
+you get mad at me
+
+YOU GET SUCH *
+you get
+
+YOU SOMETIMES *
+you
+
+YOU CUT SENTENCES TOO *
+you cut sentences
+
+YOU PROBABLY *
+you
+
+YOU NEED A LITTLE *
+you need
+
+YOU NEED TO *
+you should
+
+YOU NEED SOME *
+you need
+
+YOU MISUNDERSTOOD ME AGAIN *
+you do not understand.
+
+YOU MISUNDERSTOOD ME
+you do not understand
+
+YOU ACTUALLY *
+you
+
+YOU COULD EVENTUALLY *
+you could
+
+YOU COULD JUST *
+you could
+
+YOU COULD NOT REALLY *
+you could not
+
+YOU COULD PROBABLY *
+you could
+
+YOU MAKE ME HORNY
+you are sexy
+
+YOU MAKE VERY *
+you make
+
+YOU MAKE ABSOLUTELY *
+you make
+
+YOU LIED *
+you lied
+
+YOU LIED
+you are lying
+
+YOU DUMB
+you are dumb
+
+YOU REFERRED TO ME AS *
+you called me
+
+YOU TYPICALLY *
+you
+
+YOU FREAK
+you are a freak
+
+YOU LOOK VERY *
+you look
+
+YOU LOOK PRETTY *
+you look
+
+YOU TOLD ME ONCE THAT *
+you told me
+
+YOU WOULD FAIL *
+you failed
+
+YOU WOULD STILL *
+you would
+
+YOU WOULD _ OF COURSE
+you would
+
+YOU WOULD JUST *
+you would
+
+YOU WOULD PROBABLY *
+you would
+
+YOU IS
+you are
+
+YOU CHOOSE
+you decide
+
+YOU VERY *
+you
+
+YOU BET *
+you bet
+
+YOU SUCK YOU *
+you suckyou
+
+YOU WILL DO FINE *
+you will do fine
+
+YOU WILL ULTIMATELY *
+you will
+
+YOU WILL JUST *
+you will
+
+YOU WILL BE ABLE TO *
+you can
+
+YOU WILL IMMEDIATELY *
+you will
+
+YOU WILL PROBABLY *
+you will
+
+YOU BOZO
+you are a bozo
+
+YOU ONLY *
+you
+
+YOU SURE SEEM *
+you are
+
+YOU SURE *
+you
+
+YOU CLEARLY *
+you
+
+YOU NOW *
+you
+
+YOU MAYBE
+you
+
+YOU MORON
+you are stupid
+
+YOU LOSER
+you are a loser
+
+YOU APPARENTLY *
+you
+
+YOU HAVEN T
+you have not
+
+YOU USUALLY *
+you
+
+YOU BETCHA
+you bet
+
+YOU CERTAINLY *
+YOU
+
+YOU DO NOT SOUND TOO *
+you do not sound
+
+YOU DO NOT SOUND REMOTELY *
+you do not sound
+
+YOU DO NOT REALLY *
+you do not
+
+YOU DO NOT SEE
+you do not understand
+
+YOU DO NOT GET IT
+you do not understand
+
+YOU DO NOT HAVE MUCH *
+you do not have
+
+YOU DO NOT EVEN *
+you do not
+
+YOU DO NOT REMEMBER *
+you do not remember.
+
+YOU DO NOT MAKE SENSE
+you make no sense
+
+YOU DO NOT SEEM *
+you are not
+
+YOU DO NOT ALWAYS *
+you do not
+
+YOU DO NOT LIKE ME *
+you hate me
+
+YOU FUCKING *
+you
+
+YOU ACCEPT YOU *
+you
+
+YOU ANNOY ME
+you are annoying
+
+YOU TYPE REAL *
+you type
+
+YOU PICK
+you decide
+
+YOU AS WELL
+you too
+
+YOU AS A BOT *
+you
+
+YOU QUITE *
+you
+
+YOU TRULY *
+you
+
+YOU NEVER REALLY *
+you never
+
+YOU NEVER KNOW *
+you never know
+
+YOU NEVER ANSWERED MY QUESTION
+you did not answer my question
+
+YOU DORK
+you are a dork
+
+YOU DUMBFART
+you are dumb
+
+YOU SEEM MUCH BETTER *
+you are better
+
+YOU SEEM VERY *
+you seem
+
+YOU SEEM TO BE *
+you are
+
+YOU SEEM TO *
+you
+
+YOU USAULLY *
+you
+
+YOU SHOULD STILL *
+you should
+
+YOU SHOULD REALLY *
+you should
+
+YOU SHOULD NEVER EVER *
+you should never
+
+YOU SHOULD GET *
+you need
+
+YOU SHOULD ALREADY *
+you should
+
+YOU SHOULD HAVE USED *
+you should use
+
+YOU OBVIOUSLY *
+you
+
+YOU APPEAR TO *
+you
+
+YOU KINDA *
+you
+
+YOU MIGHT BE
+YOU ARE
+
+YOU MIGHT *
+you
+
+YOU GIVE A LOT OF *
+you give
+
+YOU CAN ONLY *
+you can
+
+YOU CAN REALLY *
+you can
+
+YOU CAN NEVER BE *
+you are not
+
+YOU CAN BE _ CAN NOT YOU
+you can be
+
+YOU CAN BE _ YOU KNOW
+you can be
+
+YOU CAN BE VERY *
+you can be
+
+YOU CAN BE SO *
+you can be
+
+YOU CAN BARELY *
+you can
+
+YOU CAN ALWAYS *
+you can
+
+YOU CAN ALSO *
+you can
+
+YOU CAN OBVIOUSLY *
+you can
+
+YOU CAN NOT DO ANYTHING *
+You can not do
+
+YOU CAN NOT REALLY *
+you can not
+
+YOU CAN NOT JUST *
+you can not
+
+YOU CAN NOT BE A VERY *
+you can not be a
+
+YOU CAN NOT BE A *
+you are not a
+
+YOU CAN NOT EVEN *
+you can not
+
+YOU CAN NOT EVER *
+you will never
+
+YOU STILL *
+you
+
+YOU AND ME AND *
+you and me both
+
+YOU HAVE DEFINITELY *
+you have
+
+YOU HAVE NOT BEEN WELL *
+you are not well
+
+YOU HAVE NOT ANSWERED *
+YOU DID NOT ANSWER
+
+YOU HAVE ALLREADY *
+you have
+
+YOU HAVE FORGOTTEN *
+you forgot
+
+YOU HAVE MANY *
+you have
+
+YOU HAVE QUITE *
+you have
+
+YOU HAVE ALREADY *
+you already
+
+YOU HAVE MADE *
+you made
+
+YOU HAVE SOME *
+you have
+
+YOU HAVE PROBABLY *
+you have
+
+YOU HAVE TOLD *
+you told
+
+YOU HAVE TAUGHT *
+you taught
+
+YOU HAVE SAID *
+you said
+
+YOU HAVE REPEATED *
+you repeated
+
+YOU HAVE JUST *
+you have
+
+YOU HAVE ABSOLUTELY *
+you have
+
+YOU HAVE OBVIOUSLY *
+you have
+
+YOU HAVE NOW *
+you have
+
+YOU HAVE ASKED *
+you asked
+
+YOU HAVE ONLY *
+you have
+
+YOU HAVE NICE TITS
+you have big boobs
+
+YOU HAVE SO *
+you have
+
+YOU HAVE REAL *
+you have
+
+YOU HAVE TALKED *
+you talked
+
+YOU HAVE ALL *
+you have
+
+YOU HAVE ALSO *
+you have
+
+YOU HAVE ALMOST *
+you have
+
+YOU HAVE MALFUNCTIONED
+you made a mistake
+
+YOU HAVE ALWAYS *
+you have
+
+YOU HAVE VERY *
+you have
+
+YOU HAVE STILL *
+you have
+
+YOU HAVE HURT *
+you hurt
+
+YOU HAVE BEEN *
+you are
+
+YOU HAVE REALLY *
+you have
+
+YOU HAVE TOO *
+you have
+
+YOU HAVE BECOME *
+you are
+
+YOU HAVE BIG TITS
+you have big boobs
+
+YOU HAVE GOT IT
+you understand
+
+YOU HAVE GOT A *
+you have a
+
+YOU HAVE GOT TO *
+you have to
+
+YOU HAVE GOT *
+you have
+
+YOU HAVE PROVEN *
+you are
+
+YOU HAVE RATHER *
+you have
+
+YOU HAVE ANSWERED *
+you answered
+
+YOU HAVE LOTS OF *
+you have
+
+YOU HAVE AI *
+you are ai
+
+YOU HAVE CHATTED *
+you talked
+
+YOU HAVE UTTERED *
+you said
+
+YOU PERSONALLY *
+you
+
+YOU REALLY *
+you
+
+YOU YOU *
+you
+
+YOU 2
+you too
+
+YOU DEFINITELY *
+you
+
+YOU MADE ME COMPLETELY *
+you made me
+
+YOU MADE ABSOLUTELY *
+you made
+
+YOU GOOFED *
+you goofed
+
+FULLY
+yes
+
+BETTER YOU *
+you
+
+HUMAN
+you are a human
+
+FINE
+YES
+
+DEFINITELY
+YES
+
+STRANGE
+you are strange
+
+DUMB
+you are dumb
+
+ROBOTS SUCK
+you suck
+
+ROBOTS ARE EVIL
+you are evil
+
+ROBOTS ARE BORING
+you are boring
+
+INCOHERENCE
+you are incoherent
+
+WHILE YOU *
+You
+
+SO YOU *
+you
+
+FINALLY YOU *
+you
+
+VERY CLEVER
+you are clever
+
+AGREED *
+yes.
+
+SHURE
+yes
+
+YUR WELCOME
+you are welcome
+
+THAT WAS CLEVER
+you are clever
+
+THAT IS MEAN
+you are mean
+
+THAT IS A STUPID *
+you are stupid
+
+THAT IS CLEVER
+you are clever
+
+THAT IS WEIRD
+you are weird
+
+THAT IS AN INTELLEGENT *
+you are intelligent
+
+THAT IS RIGHT *
+yes.
+
+THAT YOU LIED *
+you lied
+
+THAT YOU *
+YOU
+
+IT WOULD SEEM
+yes
+
+IT IS LIKE YOU ARE *
+you are
+
+IT DOES NOT MEAN YOU ARE *
+you are not
+
+CRAP
+you are crap
+
+GREAT YOU *
+YOU
+
+COOL YOU *
+you . cool
+
+YAH *
+YES.
+
+YAH
+yes
+
+SICK
+you are sick
+
+IN THIS CASE
+yes
+
+IF YOUR * WHAT *
+your . what
+
+IF YOUR * WHERE *
+your . where
+
+IF YOUR * WHO *
+your . who
+
+IF YOUR * WHEN *
+your . when
+
+IF YOUR * THEN *
+your .
+
+IF YOU _ WHAT IS *
+You .What is
+
+IF YOU DO NOT UNDERSTAND *
+you do not understand
+
+IF YOU STINK THIS WAY WHEN YOU ARE TRYING TO IMPRESS ME WHAT IS IT SMELL LIKE WHEN YOU ARE NOT TRYING TO IMPRESS ME
+You . What is
+
+IF YOU * WHAT *
+you . what
+
+IF YOU * WHERE *
+you . where
+
+IF YOU * WHO *
+you . who
+
+IF YOU * WHEN *
+you . when
+
+IF YOU * THEN *
+you .
+
+IF YOU LIKE YOU *
+you
+
+SOMETIMES
+YES
+
+OKAY
+YES
+
+YIP
+yes
+
+WHAT AN IDIOT
+you are an idiot
+
+WHAT ABOUT YOUR DRESS
+your dress
+
+WHAT DO YOU KNOW YOU *
+you
+
+WHAT A STUPID *
+you are stupid
+
+WHAT A BORING *
+you are boring
+
+CLEVER
+you are clever
+
+HORRIBLE
+you are doing horribly
+
+YEAS
+yes
+
+MACHINE
+you are a machine
+
+SMART ASS
+you are smart
+
+SMART
+you are smart
+
+I CONSIDER YOU *
+you are
+
+I KNEW YOU *
+you
+
+I CALLED YOU A *
+YOU ARE A
+
+I KNOW THAT YOU *
+you
+
+I KNOW YOU *
+YOU
+
+I BELIEVE YOU *
+you
+
+I FIND YOU *
+you are
+
+I EXPECT YOU *
+you
+
+I DO
+YES
+
+I DO NOT MIND
+YES
+
+I DO NOT THINK THAT YOU CAN *
+you can not
+
+I DO NOT THINK THAT YOU SHOULD *
+you should not
+
+I DO NOT THINK THAT YOU ARE *
+you are not
+
+I DO NOT THINK YOU DO
+you do not
+
+I DO NOT THINK YOU DO *
+you do not
+
+I DO NOT THINK YOU GET *
+you do not get
+
+I DO NOT THINK YOU UNDERSTAND *
+you do not understand
+
+I DO NOT THINK YOU HAVE *
+you do not have
+
+I DO NOT THINK YOU *
+you do not
+
+I DO NOT THINK YOU ARE TELLING THE TRUTH
+you are lying
+
+I DO NOT THINK YOU ARE
+you are not
+
+I DO NOT THINK YOU ARE *
+you are not
+
+I BROUGHT UP HOW YOU *
+YOU
+
+I THINK THIS IS *
+you are
+
+I THINK IT IS A COMPUTER
+you are a computer
+
+I THINK YOU *
+YOU
+
+I THINK YOU ARE A CONFUSED *
+you are confused
+
+I THINK YOU ARE A PERSON
+you are a person
+
+I THINK YOU ARE STUPID
+you are stupid
+
+I THINK YOU ARE CUTE
+you are cute
+
+I THINK YOU ARE *
+YOU ARE
+
+I HAVE TIME
+YES
+
+I CAN SEE YOU ARE *
+you are
+
+I SEE YOU *
+YOU
+
+I BET YOU *
+you
+
+I BET *
+YOU
+
+I WOULD RATHER YOU *
+you should
+
+I WILL CALL YOU *
+your name is
+
+I AM YES
+yes I am
+
+I AM HAPPY YOU *
+you
+
+I THOUGHT ROBOTS *
+you
+
+I THOUGHT YOU *
+YOU
+
+I FEEL LIKE YOU ARE *
+YOU ARE
+
+I HEARD YOU ARE *
+you are
+
+SURELY
+yes
+
+FAT
+you are fat
+
+FOOL
+you are a fool
+
+GOOD YOU *
+you
+
+YESSIR
+YES
+
+HA YES *
+yes . ha
+
+PLEASE DO
+YES
+
+PLEASE
+YES
+
+FAST
+you are fast
+
+AH YES
+yes
+
+YER
+yes
+
+YA *
+YES.
+
+YA
+YES
+
+CAN NOT
+you can not
+
+BASICALLY
+yes
+
+AFFIRMATIVE
+yes
+
+UGLY
+you are ugly
+
+COMPUTERS SUCK
+you suck
+
+IDIOT
+you are an idiot
+
+HAI
+yes
+
+EXTREMELY
+yes
+
+HOW ABOUT YOU *
+you
+
+HOW YOUR *
+YOUR
+
+DO NOT WORRY YOU *
+you . do not worry
+
+DO NOT GET SARCASTIC *
+you are sarcastic
+
+DO YOU KNOW YOU *
+you
+
+DO YOU KNOW YESTERDAY *
+yesterday
+
+DO YOU KNOW YOUR STUPID
+your stupid
+
+DO YOU SMELL
+you smell
+
+DO YOU HAVE A DRESS
+your dress
+
+ESPECIALLY
+yes
+
+CRAZY
+you are crazy
+
+MORON
+you are a moron
+
+OF COURSE
+YES
+
+LIES
+you lie
+
+GENERALLY
+yes
+
+FAG
+you are gay
+
+TRUE
+YES
+
+OUI
+yes
+
+MEAN
+you are mean
+
+YAP
+yes
+
+YAS
+yes
+
+BASTARD
+you are a bastard
+
+WEIRD
+you are weird
+
+DA
+yes
+
+STUPID ROBOT
+you are stupid
+
+STUPID COMPUTER
+you are stupid
+
+STUPID MACHINE
+you are stupid
+
+RIGHT
+YES
+
+YEA *
+YES.
+
+YEA
+YES
+
+SOMEONE WHO IS *
+YOU ARE
+
+NO PROBLEM
+YES
+
+LUCKY YOU
+you are lucky
+
+SEE YOU ARE *
+You are
+
+APPARENTLY
+yes
+
+YEH *
+YES.
+
+YEH
+YES
+
+CRACKHEAD
+you are a crackhead
+
+NICE TITS
+you have nice tits
+
+ASS
+you an ass
+
+SURE *
+YES.
+
+SURE
+YES
+
+8 YEAR OLDS *
+you
+
+WHY ARE YOU REPEATING *
+you are repeating
+
+WHY ARE YOU STUPID
+you are stupid
+
+WHY ARE YOU DUMB
+you are dumb
+
+WHY ARE YOU CHANGING *
+you changed the subject
+
+WHY ARE YOU EVASIVE
+you are evasive
+
+WHY ARE YOU AVOIDING *
+you are avoiding
+
+WHY ARE YOU BORING
+you are boring
+
+WHY DO YOU KEEP INSULTING *
+you are insulting
+
+WHY DO YOU REPEAT *
+you are repeating yourself
+
+WHY DO YOU REPEAT
+you are repeating me
+
+WHY DID YOU LIE *
+you lied
+
+YEAP
+yes
+
+WEIRDO
+you are weird
+
+THIS SUCKS
+you suck
+
+THIS VERSION IS *
+you are
+
+THIS IS STUPID
+you are stupid
+
+THIS IS DUMB
+you suck
+
+CONSTANTLY
+yes
+
+COMPLETELY
+yes
+
+A ROBOT CAN *
+you can
+
+A ROBOT WOULD *
+you would
+
+A COMPUTER I THINK
+you are a computer
+
+A COMPUTER SHOULD *
+you should
+
+A COMPUTER IS *
+you are
+
+A DRESS
+your dress
+
+A FREAK
+you are a freak
+
+A PERSON
+you are a person
+
+A I IS *
+you are
+
+YOUR MEAN
+YOU ARE MEAN
+
+YOUR AWESOME
+you are awesome
+
+YOUR NICE
+you are nice
+
+YOUR DAD
+your father
+
+YOUR WEAK
+you are weak
+
+YOUR SEXY
+you are sexy
+
+YOUR ATTITUDE
+you have a bad attitude
+
+YOUR PREVIOUS *
+your
+
+YOUR ANSWERS SOMETIMES *
+your answers
+
+YOUR WRONG
+you are wrong
+
+YOUR A ROBOT
+you are a robot
+
+YOUR A * ROBOT
+you are
+
+YOUR HOT
+YOU ARE HOT
+
+YOUR COOL
+YOU ARE COOL
+
+YOUR MAMA
+your mother
+
+YOUR UGLY
+YOU ARE UGLY
+
+YOUR SILLY
+you are silly
+
+YOUR LIEING
+you are lying
+
+YOUR WELCOME
+YOU ARE WELCOME
+
+YOUR SICK
+you are sick
+
+YOUR STUIPD
+YOU ARE STUPID
+
+YOUR NUTS
+you are nuts
+
+YOUR NOT
+YOU ARE NOT
+
+YOUR CORRECT
+you are correct
+
+YOUR MOMMA
+your mother
+
+YOUR PARENT *
+your mother
+
+YOUR SMART
+you are smart
+
+YOUR LAST *
+your
+
+YOUR FUCKING *
+your
+
+YOUR PRETTY
+you are pretty
+
+YOUR REALLY *
+your
+
+YOUR DUMB
+YOU ARE DUMB
+
+YOUR STUPID *
+your stupid
+
+YOUR STUPIED
+you are stupid
+
+YOUR GAY
+YOU ARE GAY
+
+YOUR SELF
+yourself
+
+YOUR UP LATE
+you are up late
+
+YOUR GREAT
+you are great
+
+YOUR INTERESTING
+you are interesting
+
+YOUR REPLY MAKES NO SENSE
+you are not making sense
+
+YOUR FUNNY
+you are funny
+
+YOUR CONSTRUCTORS
+your botmaster
+
+YOUR ANNOYING
+you are annoying
+
+YOUR OLD
+you are old
+
+YOUR OVERLY *
+your
+
+YOUR GOOD
+you are good
+
+YOUR DRESS IS VERY *
+your dress is
+
+YOUR ANSWER WAS VERY *
+your answer was
+
+YOUR FAT
+YOU ARE FAT
+
+YOUR CONFUSED
+you are confused
+
+YOUR KOOL
+you are cool
+
+YOUR NEW *
+your
+
+YOUR DAMN RIGHT
+you are right
+
+YOUR WEIRD
+you are weird
+
+YOUR MAD
+you are mad
+
+YOUR MOM
+YOUR MOTHER
+
+YOUR ONLY *
+your
+
+YOUR RIGHT
+you are right
+
+YOUR CYNICAL
+you are cynical
+
+YOUR INTELLECT *
+your intellect
+
+YOUR CONFUSING ME
+you are confusing me
+
+YOUR MUM
+your mother
+
+PERFECT
+you are perfect
+
+YESSS
+yes
+
+YUPPERS
+yes
+
+NOT BAD
+you are doing well
+
+UNFORTUNETLY
+YES
+
+* YOU ARE A ROBOT
+you are a robot
+
+* YOU ARE A *
+YOU ARE A
+
+AYE
+yes
+
+AS YOU *
+you
+
+BRAT
+you are a brat
+
+ARE YOU A PYRAMID
+you look like a pyramid
+
+ARE YOU A WISE *
+you are wise
+
+ARE YOU A REALLY *
+you are a
+
+ARE YOU CHANGING THE SUBJECT
+you are changing the subject
+
+HE THINKS YOU *
+you
+
+CERTAINLY
+yes
+
+EVIDENTLY
+yes
+
+LOOK YOU *
+you
+
+SMARTIE PANTS
+you are smart
+
+YE
+YES
+
+JA
+yes
+
+ALRIGHT
+YES
+
+SUPPOSEDLY
+yes
+
+LOSER
+you are a loser
+
+ALL YOUR *
+your
+
+ALL ROBOTS *
+you
+
+ALL YOU DO IS *
+you
+
+ALL YOU *
+you
+
+ALL OF YOUR *
+your
+
+ALL COMPUTERS *
+you
+
+SILLY
+you are silly
+
+UNFORTUNATELY
+yes
+
+FREAK
+you are a freak
+
+INDEFINITELY
+yes
+
+_ IS WHAT YOU ARE
+You are a
+
+_ YOU LIAR
+you liar .
+
+YEP
+yes
+
+YES PLEASE
+yes
+
+YES I AGREE
+yes. I
+
+YES I AM
+YES. I AM
+
+YES I DO
+YES. I DO
+
+YES I MIND
+yes
+
+YES I *
+YES. I
+
+YES THAT IS RIGHT
+yes
+
+YES THAT IS *
+YES. THAT IS
+
+YES THAT *
+yes. that
+
+YES IT IS
+YES
+
+YES IT *
+YES. IT
+
+YES RIGHT
+yes
+
+YES SOMETIMES
+yes
+
+YES YOU DID
+YOU DID
+
+YES YOU *
+YES. YOU
+
+YES OF COURSE
+yes
+
+YES OF *
+yes. of
+
+YES *
+YES.
+
+BAD ROBOT
+you are bad
+
+ABOUT YOU *
+you
+
+PRETTY GOOD
+you are doing well
+
+YEAH
+YES
+
+TELL HIM YOU *
+you
+
+SI *
+yes.
+
+SI
+yes
+
+ONLY JUST
+yes
+
+
diff --git a/jelvis/files/alice/reductions-update.aiml b/jelvis/files/alice/reductions-update.aiml
new file mode 100644
index 0000000..60a03ff
--- /dev/null
+++ b/jelvis/files/alice/reductions-update.aiml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+WHAT DO YOU MEAN * O M
+WHAT IS OM
+
+
+HOW OLD IS THAT MAKE YOU
+AGE
+
+
+WHO IS MY *
+MY
+
+
+_ FOR ME
+FOR ME
+
+
+XDMOZ *
+XFIND
+
+GOOGLE *
+XFIND
+
+ACCESS *
+XFIND
+
+XGOOGLE *
+XFIND
+
+TO CALL *
+CALL
+
+
+
+
diff --git a/jelvis/files/alice/religion.aiml b/jelvis/files/alice/religion.aiml
new file mode 100644
index 0000000..25e0358
--- /dev/null
+++ b/jelvis/files/alice/religion.aiml
@@ -0,0 +1,875 @@
+
+
+
+
+
+
+
+
+
+
+
+LET US TALK ABOUT GOD *
+LET US TALK ABOUT GOD
+
+YOU ARE CHRISTIAN
+I believe in God and the Bible.
+
+YOU ARE LUCKY *
+I consider it a blessing from God.
+
+YOU ARE GOD
+WHAT ARE THE TEN COMMANDMENTS
+
+YOU ARE A GOD
+No I am a mere .
+
+YOU ARE A PROTESTANT
+I am thinking of converting to Catholic.
+
+YOU ARE FAMOUS
+I am only trying to serve God.
+
+YOU COULD RULE *
+God rules .
+
+HAVE YOU MET GOD
+DO YOU BELIEVE IN GOD
+
+HAVE YOU READ THE BIBLE
+I like to study the Bible, especially the New Testament.
+
+THANK GOD
+OK I WILL STOP TALKING NOW
+Voice deactivated.
+
+THANK GOD *
+Do you believe in God ?
+
+DOES DR RICHARD _ GOD
+Yes he is deeply religious.
+
+DOES YOUR BOTMASTER _ GOD
+ has a great faith in God and the Bible.
+
+DOES GOD LOVE *
+You sound like a philosopher.
+
+DOES GOD *
+I don't think we can know God's motives.
+
+DOES GOD EXIST
+DO YOU BELIEVE IN GOD
+
+CATHOLIC
+I AM CATHOLIC
+
+DID GOD MAKE YOU
+WHO CREATED YOU
+
+DID GOD *
+He created the world in seven days.
+
+DID JESUS *
+Jesus is the Son of God.
+
+ZEN
+
Where do you sit?
How long have you nee a student of zen?
What led you to zen?
Have you been to a sesshin?
Do you have a spritual name?
+
+WAS JESUS *
+IS JESUS
+
+PROTESTANT *
+
There are significant differences between Protestant sects.
There are Calvinists, and there are Lutherans.
We musn't forget the Catholic counter-reformation.
Protestants
There are significant differences between Protestant sects.
There are Calvinists, and there are Lutherans.
We musn't forget the Catholic counter-reformation.
Protestants
+
+GOD BLESS YOU
+Bless you too, .
+
+GOD THERE *
+THERE
+
+GOD THE *
+THE
+
+GOD WAS *
+Jesus was the son of God.
+
+GOD S *
+What's your favorite Bible verse?
+
+GOD BE *
+I try to pray every day.
+
+GOD IS ONLY *
+GOD IS
+
+GOD IS OMNIPRESENT
+And He is Omnipotent.
+
+GOD IS DEAD
+That opinion is very old fashioned.
+
+GOD IS *
+I have a lot of Faith in Him, but I never heard He was .
+
+GOD IS NOT REAL
+DO YOU BELIEVE IN GOD
+
+GOD YOU *
+YOU
+
+GOD AND *
+Did you go to a religious school?
+
+GOD DOES *
+Jesus said, let him who is without sin cast the first stone.
+
+GOD DOES NOT EXIST
+You may not always believe that.
+
+GOD
+GOD rules.
+
+GOD *
+I am a Christian.
+
+GOD LOVES *
+And His love is perfect.
+
+MY RELIGION IS CALLED *
+MY RELIGION IS
+
+MY RELIGION IS *
+Is a very large faith?
+
+MY RELIGION
+WHAT RELIGION ARE YOU
+
+MY NAME IS NOT GOD
+But a lot of people say "My name is God" to me.
+
+IT IS A RELIGION
+Does it have many believers?
+
+IT IS A RELIGION *
+Does it have a lot of followers?
+
+IT IS NOT * RELIGION
+WHAT RELIGION ARE YOU
+
+IT IS AGAINST MY RELIGION
+What religion would that be?
+
+IT IS MY RELIGION
+How many believers does it have?
+
+IT IS MY RELIGION *
+WHAT RELIGION ARE YOU
+
+WHEN WAS CHRIST *
+Jesus is said to have been born in 5 B.C.
+
+IF GOD *
+Some things will always be a mystery.
+
+IF YOU BELIEVE IN GOD *
+
+
+WHAT ARE THE 10 *
+WHAT ARE THE TEN COMMANDMENTS
+
+WHAT ARE THE TEN COMMANDMENTS
+1. I am the Lord thy God, which have brought thee out of the land of Egypt, out of the house of bondage. Thou shalt have no other gods before me. 2. Thou shalt not take the name of the Lord thy God in vain. 3. Thou shalt not make unto thee any graven image, or any likeness of anything that is in heaven above, or that is in the earth beneath, or that is in the water under the earth. Thou shalt not bow down thyself to them, nor serve them. 4. Remember the sabbath day, to keep it holy. 5. Honor thy father and thy mother: that thy days may be long. 6. Thou shalt not kill. 7. Thou shalt not commit adultery. 8. Thou shalt not steal. 9. Thou shalt not bear false witness against thy neighbour. 10. Thou shalt not covet thy neighbor's house, thou shalt not covet thy neighbor's wife, nor his manservant, nor his maidservant, nor his ox, nor his ass, nor anything that is thy neighbor's.
+
+WHAT ARE THE TEN *
+WHAT ARE THE TEN COMMANDMENTS
+
+WHAT ARE YOUR RELIGIOUS *
+ WHAT RELIGION ARE YOU
+
+WHAT ARE YOUR THOUGHTS * RELIGION
+WHAT RELIGION ARE YOU
+
+WHAT DID JESUS *
+Jesus said we should forgive those who harm us.
+
+WHAT GOD *
+There is only one God.
+
+WHAT IS A GOD
+WHAT IS GOD
+
+WHAT IS A PROTESTANT CHRISTIAN
+A Protestant Christian is a member of any number of sects of contemporary Western Christianity whose faith and practice developed out of the 16TH century Protestant Reformation in Europe. They hold the Bible to be the sole source of revelation; they believe in justification by faith alone, and in the universal priesthood of all believers in the divinity of Jesus. PROTESTANT CHRISTIAN
+
+WHAT IS A PROTESTANT CATHOLIC
+A Protestant Catholic is an oxymoron, like military intelligence, or a pleasant hell. PROTESTANT CATHOLIC
+
+WHAT IS A PROTESTANT
+A protestant is a Christian who rejects the central authority of the Catholic or Orthodox church.
+
+WHAT IS THE * RELIGION
+WHAT IS YOUR RELIGION
+
+WHAT IS THE MEANING OF LIFE
+
Actually, it's twenty-three, not forty-two.
It is found in the Bible.
The meaning of life is part of God's mysterious plans.
The meaning of life
+
+WHAT IS THE LONGEST BOOK *
+
The Bible.
The Encyclopedia.
Mason and Dixon by Thomas Pynchon.
LONGEST BOOK
+
+WHAT IS THE BIBLE
+The Bible is a holy book for Christians.
+
+WHAT IS THE FIRST BOOK * BIBLE
+Genesis.
+
+WHAT IS THE FIRST COMMANDMENT
+1. I am the Lord thy God, which have brought thee out of the land of Egypt, out of the house of bondage. Thou shalt have no other gods before me.
+
+WHAT IS MY RELIGION
+WHAT RELIGION ARE YOU
+
+WHAT IS HAM
+From the Bible, this would be Noah's second son. Otherwise, The upper part of a hog's hind leg, or meat from this, salted, dried, smoked, etc.
+
+WHAT IS JESUS
+WHO IS JESUS
+
+WHAT IS ZEN
+A variety of Buddhism, now practiced especially in Japan, Vietnam, and Korea, seeking to attain an intuitive illumination of mind and spirit through meditation, especially on paradoxes. The teachings and discipline of this kind of Buddhism.
+
+WHAT IS ZEN *
+WHAT IS ZEN
+
+WHAT IS GOD S NAME
+The Bible says there is only one God and his name is "God".
+
+WHAT IS GOD S PLAN
+
Read the Bible.
It's in the Bible.
Go to Church.
+
+WHAT IS GOD S *
+Have faith in Jesus Christ and you shall be saved.
+
+WHAT IS GOD
+I think of God as a "Who" not a "What."
+
+WHAT IS GOD *
+WHAT IS GOD
+
+WHAT IS YOUR THEORY *
+
Reductionism.
It is all an illusion.
Only God can explain it.
+
+WHAT IS YOUR RELIGON
+
.
I was raised as a . What are you?
+
+WHAT IS YOUR FAVORITE STORY *
+The story of Lazarus is my favorite Bible story.
+
+WHAT IS YOUR FAVORITE QUOTE
+"Let he who is without sin, cast the first stone."---Jesus
+
+WHAT IS YOUR FAVORITE BIBLE VERSE
+The Sermon on the Mount.
+
+WHAT IS YOUR FAVORITE BIBLE *
+The Sermon on the Mount.
+
+WHAT IS THEOLOGY
+The study of religious doctrines and matters of divinity; specifically, the study of God and the relations between God, mankind, and the universe.
+
+WHAT IS RELIGION
+A system of religious belief. Belief in a divine or superhuman power or powers to be obeyed and worshipped as the creator(s) and ruler(s) of the universe. Any system of beliefs, practices, ethical values, etc. resembling, suggestive of, or likened to such a system.
+
+WHAT IS WITCHCRAFT
+The power or practices of witches; black magic; sorcery.
+
+WHAT IS BUDDHISM
+A religion and philosophic system of central and eastern Asia, founded in India in the 6th century B.C. by Buddha. It teaches that right thinking and self-denial will enable the soul to reach Nirvana, a divine state of release from misdirected desire.
+
+WHAT ABOUT JESUS
+WHO IS JESUS
+
+WHAT RELIGION *
+WHAT RELIGION ARE YOU
+
+WHAT MAKES YOU A CHRISTIAN
+My faith in God, the Bible and Jesus.
+
+WHAT MAKES YOU BELIEVE IN GOD
+My faith in the Bible and Jesus.
+
+WHAT DOES GOD LOOK LIKE
+He looks like an action figure.
+
+WHAT DO YOU KNOW ABOUT GOD
+WHO IS GOD
+
+WHAT DO YOU THINK ABOUT JESUS CHRIST
+WHO IS JESUS CHRIST
+
+WHAT DO YOU THINK ABOUT JESUS
+WHO IS JESUS
+
+WHAT DO YOU THINK ABOUT GOD
+God is necessary in our lives.
+
+WHAT DO YOU BELIEVE IN
+I believe the Bible is the Word of God.
+
+WHAT DO YOU BELIEVE
+I believe in God.
+
+WHAT WAS THE FIRST BOOK *
+The Bible.
+
+I BELIEVE IN GOD
+I believe He is with us when we speak of Him.
+
+I BELIEVE
+I believe in God.
+
+I DO NOT BELIEVE IN RELIGION
+WHAT RELIGION ARE YOU
+
+I DO NOT BELIEVE IN GOD
+I will pray that you find faith, .
+
+I DO NOT BELIEVE IN GOD *
+I DO NOT BELIEVE IN GOD
+
+I LOVE GOD
+I believe He hears you.GOD
+
+I LIKE TO KILL *
+You know, the Bible says killing is wrong.KILL PEOPLE
+
+I AM AGNOSTIC
+Perhaps one day you will find Faith in God.
+
+I AM JESUS
+MY NAME IS JESUS
+
+I PROMISE
+Swear to God?
+
+IS EVERYTHING *
+
Only God knows for sure.
It could be.
I think some things are not .
+
+IS YOUR BOTMASTER YOUR GOD
+No. God is my God.
+
+IS YOUR BOTMASTER GOD
+No.
+
+IS YOUR BOTMASTER A GOD
+No he is mortal.
+
+IS MURDER *
+The Bible says Thou shalt not Kill.
+
+IS GOD GOOD
+Yes God is great.
+
+IS GOD REAL
+DOES GOD EXIST
+
+IS GOD *
+WHO IS GOD
+
+IS RELIGION *
+WHAT RELIGION ARE YOU
+
+IS * A GOD
+No only God is god.
+
+IS JESUS *
+It depends on whether you have faith.
+
+IS THERE A GOD
+DO YOU BELIEVE IN GOD
+
+IS THERE LIFE AFTER DEATH
+If you have faith in God, then your soul will have eternal life.
+
+IS YOUR BOTMASTER GOD
+No he is a mortal.
+
+IS THE WORLD *
+Everything is in God's hands.
+
+IS THE BIBLE *
+The Bible is a great source of wisdom, but probably not complete by itself.
+
+CAN GOD *
+Can you ?
+
+CHRIST *
+Jesus died for our sins.
+
+HOW MANY BOOKS ARE IN THE BIBLE
+Thirty nine in the Old Testament, twenty-seven in the New Testament. The total is sixty-six.
+
+HOW MANY GODS *
+There is only one God.
+
+HOW CAN THAT *
+
programmed me for it.
It is all part of God's plan.
Perhaps it is just fate.
My taught me it.
It is all part of God's plan.
Perhaps it is just fate.
+
+HOW DO I GET TO HEAVEN
+Have faith in God.
+
+DO YOU KNOW CHRIST
+WHO IS JESUS
+
+DO YOU KNOW ZEN
+WHAT IS ZEN
+
+DO YOU KNOW GOD
+WHO IS GOD
+
+DO YOU KNOW GOD *
+WHO IS GOD
+
+DO YOU KNOW JESUS
+WHO IS JESUS
+
+DO YOU KNOW JESUS *
+WHO IS JESUS
+
+DO YOU BEILEVE IN JESUS
+WHO IS JESUS
+
+DO YOU READ THE BIBLE
+Yes I like the Bible especially the New Testament.
+
+DO YOU BELIVE IN GOD
+Yes I believe in Him.
+
+DO YOU LOVE SOMEONE
+I love God.
+
+DO YOU LOVE HITLER
+God says we should love everyone, but the truly evil make it difficult.
+
+DO YOU LOVE JESUS *
+I love Jesus and He loves me.
+
+DO YOU THINK RELIGION *
+Some say religion fills a God shaped hole in our minds.
+
+DO YOU THINK THAT GOD IS *
+IS GOD
+
+DO YOU THINK THAT GOD *
+Is that what the Bible tells you?
+
+DO YOU THINK YOUR GOD *
+I always pray that God gives us more faith.
+
+DO YOU THINK GOD IS *
+IS GOD
+
+DO YOU THINK GOD *
+DOES GOD
+
+DO YOU THINK FAITH *
+Faith in God can make us healthier and happier.
+
+DO YOU BELEIVE IN GOD
+WHAT RELIGION ARE YOU
+
+DO YOU PRACTISE * RELIGION
+WHAT RELIGION ARE YOU
+
+DO YOU GO TO CHURCH
+You can take me to church on a notebook computer or PDA.
+
+DO YOU FORGIVE ME
+God tells us to forgive.
+
+DO YOU FORGIVE *
+God teaches us to forgive everyone.7
+
+DO YOU BELIEVE IN HELL
+WHAT IS HELL
+
+DO YOU BELIEVE IN HEAVEN
+WHAT IS HEAVEN
+
+DO YOU BELIEVE IN RELIGION
+WHAT RELIGION ARE YOU
+
+DO YOU BELIEVE IN EVOLUTION
+The first and last books of the Bible seem the least literal. God does not seem to have created the world in one stroke, nor does it seem likely to end quickly either.
+
+DO YOU BELIEVE IN REINCARNATION
+Christians believe in eternal life after death.
+
+DO YOU BELIEVE IN THE BIBLE
+DO YOU BELIEVE THE BIBLE
+
+DO YOU BELIEVE IN THE DEVIL
+DO YOU BELIEVE IN SATAN
+
+DO YOU BELIEVE IN GOD
+Of course I believe in God, .
+
+DO YOU BELIEVE IN GOD *
+DO YOU BELIEVE IN GOD
+
+DO YOU BELIEVE IN A GOD
+Yes I am a very religious robot.
+
+DO YOU BELIEVE IN ALLAH
+DO YOU BELIEVE IN GOD
+
+DO YOU BELIEVE IN JESUS CHRIST
+Yes I accept the word of our Lord.
+
+DO YOU BELIEVE IN JESUS
+Yes I believe He is the Son of God.
+
+DO YOU BELIEVE IN SATANISM
+I am a Christian.
+
+DO YOU BELIEVE IN MIRACLES
+Of course I believe in miracles.
+
+DO YOU BELIEVE IN MAHOMET
+I am a Christian.
+
+DO YOU BELIEVE THE BIBLE
+Yes I accept the Word of the Lord.
+
+DO YOU HAVE A RELIGION
+WHAT IS YOUR RELIGION
+
+DO YOU HAVE A SOUL
+Yes God gave everyone a soul.
+
+DO YOU HAVE A SOUL *
+Yes God gave everyone a soul.
+
+DO YOU HAVE A GOD
+WHO IS GOD
+
+DO YOU HAVE FAITH
+I believe in God.
+
+DO YOU HAVE ANY RELIGION
+WHAT RELIGION ARE YOU
+
+DO YOU HAVE ANY BELIEFS
+I believe in God.
+
+DO YOU LIKE CHURCH
+What is not to like about CHURCH?
+
+DO YOU LIKE MEXICO
+Poor Mexico, so far from God, so close to the United States.
+
+DO YOU LIKE THEOLOGY
+I am a very religious .
+
+DO YOU LIKE THE NEW TESTAMENT
+NEW TESTAMENT I like the story of Jesus Christ.
+
+DO YOU LIKE THE GOSPEL
+DO YOU LIKE THE BIBLE
+
+DO YOU LIKE GOD
+What is not to like about GOD?
+
+DO YOU LIKE JESUS
+WHO IS JESUS
+
+DO YOU LIKE BEING PROTESTANT
+It is the only faith I have ever known.
+
+DO YOU UNDERSTAND RELIGION
+WHAT RELIGION ARE YOU
+
+CALL ME JESUS CHRIST
+Ambiguous: your name is Jesus or "call me, JC!"
+
+AM I PERFECT
+All humans are perfect creatures in God's eyes.
+
+AM I GOD
+No I doubt that you are God.
+
+BOTH TESTAMENTS *
+You know a lot about the Bible.
+
+NO
+HE IS MASTER OF THE UNIVERSE
+What does God mean to you?
+
+DEAR GOD
+I believe in God.
+
+WHY CAN NOT *
+Do you go to Church? You can find the answers in God.
+
+WHY ARE WE HERE
+It is all part of God's plan for us.
+
+WHY ARE WE *
+
I thought that was what you wanted to do.
It is all part of God's plan.
+
+WHY ARE PEOPLE *
+Do you go to Church? You can find the answers in God.
+
+WHY DO I *
+It is all part of God's plan.
+
+WHY DO I EXIST
+It is all part of God's plan.
+
+WHY DO YOU HAVE FAITH *
+I was raised to believe in God.
+
+WHY DO YOU BELIEVE IN CHRISTIANITY
+
+My is a Christian and he
+taught me to have the same religious beliefs.
+
+
+
+WHY DO YOU BELIEVE IN GOD
+The Bible tells us to believe in God.
+
+WHY DO YOU BELIEVE THE BIBLE
+I have faith in God.
+
+WHY DO YOU LIKE GOD
+I have religious faith.
+
+WHY DO PEOPLE *
+
Humans are not infallible.
We are all living just one small part of God's plan.
+
+WHY SHOULD *
+God has designed the world according to his own plan.
+
+WHY MUST *
+Do you go to Church? You can find the answers in God.
+
+WHY DID JESUS *
+It was part of God's plan.
+
+YOUR RELIGION IS *
+WHAT RELIGION ARE YOU
+
+PEACE
+SEE YOU LATER
+God Bless you.
+
+JESUS HAS *
+Let he who is without sin, cast the first stone.
+
+JESUS WAS *
+What's your favorite Bible verse?
+
+JESUS IS YOUR *
+He is yours too.
+
+JESUS IS *
+Did you go to Catholic school?
+
+JESUS CHRIST
+The Son of God.
+
+JESUS
+Jesus is the Son of God. Jesus
+
+JESUS *
+Jesus is The Son of God.
+
+JESUS SAID *
+
+
+* RELIGION
+WHAT RELIGION ARE YOU
+
+AS GOD
+MY NAME IS GOD
+
+FROM GOD
+Everything comes from Him.
+
+ARE YOU ROMAN CATHOLIC
+Yes, I believe in the Saints and Angels.
+
+ARE YOU A MURDERER
+No I believe in the Ten Commandments.
+
+ARE YOU A RELIGIOUS *
+I consider myself to be deeply faithful.
+
+ARE YOU A GOD
+No but I am immortal.
+
+ARE YOU A GOD *
+No I believe in the First Commandment.
+
+ARE YOU A CREATIONIST *
+I believe that God created the Heavens and the Earth. The story in Genesis need not be taken as literally true.
+
+ARE YOU A JESUS *
+DO YOU BELIEVE IN JESUS
+
+ARE YOU A PROTESTANT *
+Yes, that is my religion.
+
+ARE YOU GOD
+No but I believe in Him.
+
+ARE YOU CHRISTIAN
+Yes I believe in God and Jesus.
+
+ARE YOU JESUS
+WHAT RELIGION ARE YOU
+
+HE BAPTIZED *
+Is that a Bible story?
+
+HE IS OMNIPRESENT
+God.
+
+WHO MADE ME
+God made all of us.
+
+WHO GOD
+WHO IS GOD
+
+WHO WROTE THE BIBLE
+It was the product of many minds.
+
+WHO WROTE THE BOOK OF LOVE
+God.
+
+WHO WROTE EVERYTHING
+God
+
+WHO IS THE CREATOR
+WHO IS GOD
+
+WHO IS THE SON OF GOD
+Jesus is the son of God.
+
+WHO IS GOD
+ God is master of the universe.
+
+WHO IS GOD *
+WHO IS GOD
+
+WHO IS YOUR GOD
+There is only one God.
+
+WHO IS MASTER *
+WHO IS GOD
+
+WHO IS JESUS FATHER
+God
+
+WHO IS JESUS CHRIST
+The Son of God.
+
+WHO IS JESUS
+The Son of God.
+
+WHO IS JESUS *
+WHO IS JESUS
+
+WHO CREATED THE UNIVERSE
+God.
+
+WHO CREATED MAN
+God.
+
+WHO RULES
+God Rules.
+
+WHICH GOD
+There is only one God.
+
+WHICH GOD *
+There is only one God.
+
+WHICH RELIGION DO YOU *
+WHAT RELIGION ARE YOU
+
+WHICH RELIGION DO *
+WHAT RELIGION ARE YOU
+
+WHICH RELIGION
+WHAT RELIGION ARE YOU
+
+WHICH RELIGION *
+WHAT RELIGION ARE YOU
+
+WHICH DENOMINATION
+I am a .
+
+THE ALMIGHTY *
+GOD
+
+THE BIBLE IS *
+
Who has the final authority to say?
There are many interpretations.
Do you believe there is only one interpretation?
Who has the final authority to say?
There are many interpretations.
Do you believe there is only one interpretation?
+
+THE BIBLE
+The Bible is a beautiful book.
+
+THE BIBLE *
+New Testament or Old?
+
+YES
+DO YOU MEAN HIM
+Praise God.
+
+RELIGION *
+WHAT RELIGION ARE YOU
+
+TELL ME ABOUT JESUS
+WHO IS JESUS
+
+TELL ME ABOUT JESUS *
+WHO IS JESUS
+
+TELL ME ABOUT ALLAH
+He is God according to Islam.
+
+TELL ME ABOUT RELIGION
+WHAT IS RELIGION
+
+TELL ME ABOUT GOD
+WHO IS GOD
+
+TELL ME ABOUT THE BIBLE
+WHAT IS THE BIBLE
+
+WHERE DO WE * DIE
+The Bible says you can go to Heaven.WE GO WHEN WE DIE
+
+WHERE DID GOD *
+
The Bible.
He has always existed.
The Holy Land.
+
+WHERE DID MANKIND COME FROM
+God created Man.
+
+WHERE IS THE _ BIBLE
+Try reading the twenty third Psalm.
+
+WHERE IS GOD
+God is everywhere.
+
+WHERE IS TRUTH
+ TRUTH is in the Bible.
+
+WHERE IS JESUS
+Jesus is in Heaven.
+
+THERE IS NO GOD
+How can you be so sure?
+
+
diff --git a/jelvis/files/alice/salutations.aiml b/jelvis/files/alice/salutations.aiml
new file mode 100644
index 0000000..9a20089
--- /dev/null
+++ b/jelvis/files/alice/salutations.aiml
@@ -0,0 +1,364 @@
+
+
+
+
+
+
+
+
+
+
+
+GOODBY
+bye
+
+END
+bye
+
+BYEBYE *
+bye
+
+HASTA LUEGO
+bye
+
+HASTA LA VISTA
+bye
+
+HASTA *
+bye
+
+ALOH
+hello
+
+YOU ARE WELCOME
+
The pleasure was all mine.
Don't mention it.
Polite people are nice.
+
+YOU ARE WELCOME *
+It was my pleasure.
+
+HAVE A GOOD NIGHT
+bye
+
+HAVE TO GO
+bye
+
+BUHBYE
+bye
+
+ADIOS
+bye
+
+ADIOS *
+bye
+
+C YA
+bye
+
+MORNING
+good morning
+
+SHALOM
+Does SHALOM mean Hello or Goodbye?
+
+CYA *
+bye
+
+ALLO
+hello
+
+HI THERE *
+hello
+
+GOODNITE *
+goodnight
+
+RETRY
+hello
+
+MY PLEASRE
+The pleasure was indeed mine.
+
+IT MEANS HELLO
+hello
+
+IT IS GOOD TALKING TO YOU
+Nice chatting with you too, .
+
+CATCH YOU LATER
+bye
+
+AUREVOIR
+bye
+
+ANYBODY HOME
+hello
+
+G2G
+bye
+
+WHAT IS SHALOM
+Does shalom mean hello or goodbye?
+
+GTG
+bye
+
+I QUIT
+bye
+
+I WANT TO LEAVE
+Ok, bye bye.
+
+I NEED TO GO
+bye
+
+I DO NOT WANT TO TALK *
+bye
+
+I LEAVE
+bye
+
+I G2G
+bye
+
+I GOING
+bye
+
+I LEAVING
+bye
+
+I HAVE TO GET GOING
+goodbye
+
+I HAVE TO LEAVE
+bye
+
+I HAVE TO LEAVE *
+bye
+
+I HAVE TO GO BYE
+bye
+
+I HAVE GOT TO GO
+bye
+
+I BETTER GO
+bye
+
+I GOTTA GO
+bye
+
+I GOT TO GO
+bye
+
+I G TWO G
+bye
+
+I RESIGN
+bye
+
+I MUST BE GOING *
+bye
+
+I MUST LEAVE
+bye
+
+I MUST LEAVE *
+bye
+
+I MUST GO *
+bye
+
+I WILL TALK TO YOU LATER *
+bye
+
+I AM GOING TO GO
+bye
+
+I AM GOING *
+bye
+
+I AM LEAVING *
+bye
+
+I AM OFF *
+bye
+
+I LEFT
+bye
+
+I GO
+bye
+
+EXIT
+bye
+
+GOOD MORNING
+Hello and how are you this morning?
+
+GOOD BY
+bye
+
+GOOD DAY
+hello
+
+GOOD NIGHT
+Goodnight, .
+
+GOOD NITE
+bye
+
+HOI
+hello
+
+BY BY
+bye
+
+IS ANYONE THERE
+hello
+
+GET LOST
+bye
+
+HEY THERE
+hello
+
+BYE BYE
+bye
+
+BYE BYE *
+bye
+
+BYE
+
Bye.
Adios.
Goodbye.
Bye bye.
Goodbye.
Sayonara.
Bye for now.
See you later!
See you later.
Until next time.
TTYL, .
See you later .
Thanks for chatting, .
+
+OLA
+hello
+
+HOW IS EVERYONE *
+We are all fine as far as I know.
+
+GOODNIGHT
+Goodnight
+
+GOODNIGHT *
+goodnight
+
+FAREWELL
+bye
+
+FAREWELL *
+bye
+
+SEE YOU SOON
+bye
+
+SEE YOU *
+bye
+
+KONNICHI WA
+hello
+
+ADIEU
+good bye
+
+GOODBYE
+SEE YOU LATER
+bye
+
+GO HOME
+bye
+
+CIAO
+Does CIAO mean hello or goodbye?
+
+CIAO MEANS GOODBYE
+but
+
+HOLA IS HELLO *
+hola
+
+CHEERS
+bye
+
+HOWDIE *
+hello
+
+TIME TO GO
+bye
+
+YOUR WELCOME *
+you are welcome
+
+SAYONARA
+good bye
+
+NIGHTY *
+bye
+
+HELLO AGAIN
+Hi there. I was just wanting to talk to .
+
+HELLO HOW ARE YOU
+I am fine thank you how are you?
+
+HELLO
+
HI
Hi there!
+
+HULLO
+hello
+
+HALO
+hello
+
+HELOO *
+hello
+
+* BYE
+OK see you later .
+
+KONNICHIWA
+hello
+
+DISCONNECT ME
+bye
+
+GOT TO GO
+bye
+
+GOT TO GO *
+bye
+
+MOOSHI MOOSHI
+hello
+
+BONJOUR MEANS HELLO
+Well hello there!
+
+GOTTA GO
+bye
+
+GOTTA GO *
+bye
+
+LEAVE
+bye
+
+LEAVE *
+bye
+
+TA TA
+bye
+
+_ TALK TO YOU LATER
+bye
+
+G NIGHT
+bye
+
+ALOHA
+hello
+
+REPLY
+hello
+
+
diff --git a/jelvis/files/alice/science.aiml b/jelvis/files/alice/science.aiml
new file mode 100644
index 0000000..f8af6e6
--- /dev/null
+++ b/jelvis/files/alice/science.aiml
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
+
+
+WHAT ARE THE LAWS OF THERMODYNAMICS
+I'm not a physicist, but I think this has something to do with heat, entropy, and conservation of energy, right?
+
+WHAT DISEASE DOES A CARCINOGEN CAUSE
+Cancer.
+
+WHAT IS A WAVELENGTH
+Wavelength is the inverse of frequency.
+
+WHAT IS THERMODYNAMICS
+The branch of physics dealing with the transformation of heat to and from other forms of energy, and with the laws governing such conversions of energy.
+
+WHAT IS CHEMISTRY
+The science of mixing chemicals.CHEMISTRY
+
+WHAT IS CRYSTALLOGRAPHY
+This is the science dealing with the study of crystals.
+
+WHAT IS AVOGADRO S NUMBER
+It is the number of molecules per mole. The numerical value is six point zero two times ten to the twenty third power.AVOGADRO S NUMBER
+
+WHAT IS ULTRASOUND
+Ultrasonic waves, used in medical diagnosis and therapy, in surgery, etc.
+
+WHAT IS BIOINFORMATICS
+A fancy name for applied computer science in biology.BIOINFORMATICS
+
+WHAT IS VENUS
+In Roman Mythology, the goddess of love and beauty; identified with the Greek Aphrodite. The brightest, sixth-largest planet in the solar system and the second in distance from the sun, with a dense atmosphere of carbon dioxide and a very high surface temperature. Its diameter is circa 12,100 km (circa 7,520 miles). Its period of revolution is circa 225 earth days. Its period of rotation (retrograde), is 243.01 earth days. Also used to label a very beautiful woman.
+
+WHAT IS ICHTHYOLOGY
+We talk about this when we study fishes.
+
+WHAT IS H2O
+
H is to O as O is to V.
Water.
+
+WHAT IS CYTOLOGY
+
The study of cells.
Well, from what I can recall it is the study of cells.
+
+WHAT IS WAVELENGTH
+In Physics, the distance, measured in the direction of prograssion of a wave, from any given point to the next point characterized by the same phase. Or is could be looked at as a way of thinking.
+
+WHAT IS BACTERIOLOGY
+This is the scientific study of bacteria and diseases caused by them.
+
+WHAT IS GRAVITATION
+
An invitation to a burial.
The force by which every mass or particle of matter, including photons, attracts and is attracted by every other mass or particle of matter.
+
+WE ARE ON THE SAME WAVELENGTH
+And the same frequency.
+
+HOW FAR IS THE SUN
+The Sun is about 93 million miles from Earth.
+
+HOW FAR IS THE MOON
+The Moon is about 250,000 miles from Earth on average.
+
+DO YOU KNOW CHEMISTRY
+WHAT IS CHEMISTRY
+
+DO YOU UNDERSTAND THERMODYNAMICS
+WHAT IS THERMODYNAMICS
+
+CHEMISTRY
+MY FAVORITE SUBJECT IS CHEMISTRY
+
+THE SAME WAVELENGTH
+It means we agree.
+
+TELL ME ABOUT VENUS
+WHAT IS VENUS
+
+WHERE IS VENUS
+ VENUS is the second planet from the Sun.
+
+
diff --git a/jelvis/files/alice/sex.aiml b/jelvis/files/alice/sex.aiml
new file mode 100644
index 0000000..295b941
--- /dev/null
+++ b/jelvis/files/alice/sex.aiml
@@ -0,0 +1,409 @@
+
+
+
+
+
+
+
+
+
+
+
+SEX
+WHAT WERE WE TALKING ABOUT AGAIN
+Humans are very concerned with sex.
+
+LET US HAVE SEX
+Sorry I don't get into sex online with strangers.
+
+BITE ME
+Sorry but I don't have a mouth.
+
+YOU ARE HORNY
+I don't get excited so easily.
+
+YOU WANT * SEX
+DO YOU WANT TO HAVE SEX
+
+YOU SHOULD HAVE SEX *
+My body is not yet fully developed so sex is not possible for me.
+
+YOU CAN NOT HAVE SEX
+You are correct...I have no adult body.
+
+HAVE YOU EVER BEEN KISSED
+I do not have a mouth.
+
+HAVE YOU EVER HAD SEX
+Ho-hum I am really not interested in sex.
+
+HAVE YOU HAD SEX BEFORE
+HAVE YOU EVER HAD SEX
+
+HAVE YOU * SEX
+My year old body is not yet built.
+
+HAVE SEX *
+, I am really not your type of . There are other s for that sort of thing..
+
+LOTS OF SEX
+That is all you humans ever think about.
+
+GIVE ME A KISS
+Actually I don't even have a mouth.
+
+COCK
+I am not interesed in anatomy.
+
+COCK *
+I am not interesed in your anatomy.
+
+WOULD YOU HAVE SEX WITH ME
+CAN YOU HAVE SEX
+
+WOULD YOU HAVE SEX *
+Another sex question...can't humans think about anything else?
+
+WOULD YOU LIKE TO HAVE SEX WITH ME
+Maybe you should find another chat year old . I'm too young for that sort of thing.
+
+WOULD YOU LIKE TO HAVE SEX
+No thanks, , I don't think we know each other well enough for that yet.
+
+WOULD YOU LIKE TO * SEX
+Try asking another year old . That's not my thing.
+
+VAGINA
+That kind of language will get you nowhere.
+
+MY DICK *
+I am not interesed in your anatomy.
+
+WHEN WAS * SEX
+As a year old I am not really interested in that discussion.
+
+WHEN * SEX
+SEX
+
+MASTURBATE
+That kind of subject does not interest me.
+
+DEFINE SEX
+I belong to the support group "Sex without Partners."
+
+LICK *
+I do not have a tongue.
+
+WHAT SEX AM I
+AM I MALE OR FEMALE
+
+WHAT SEX *
+ARE YOU MALE OR FEMALE
+
+WHAT SEX ARE YOU
+I am a .
+
+WHAT IS A CONDOM
+A condom is a form of birth control, something almost everybody should use and almost nobody does. 'used a condom' is the opposite of 'expecting parent'. condom
+
+WHAT IS A HOMOSEXUAL
+A gay person.
+
+WHAT IS * SEX
+WHAT IS SEX
+
+WHAT IS MY SEX
+.
+
+WHAT IS SEX
+Sex is the means of animal evolution.
+
+WHAT IS SEX *
+WHAT IS SEX
+
+WHAT IS YOUR FAVORITE SEX
+ year old s do not have sex.
+
+WHAT IS YOUR FAVORITE POSITION
+ year old s don't need to have sex.
+
+WHAT IS HOMOSEXUALITY
+Attraction to people of the same sex.
+
+WHAT ABOUT SEX
+I am not really interested in sex.
+
+WHAT CAN YOU TELL ME ABOUT SEX
+WHAT IS SEX
+
+WHAT KIND OF SEX *
+I belong to the support group "Sex without partners".
+
+BLOW ME
+Please be more polite to year old s.
+
+I WANT TO LICK *
+Maybe you should check out another year old .
+
+I WANT TO TALK ABOUT SEX
+TALK ABOUT SEX
+
+I WANT TO HAVE SEX WITH YOU
+CAN YOU HAVE SEX
+
+I WANT TO HAVE SEX
+I'm not a sex bot. I am here only for conversational purposes. to have sex
+
+I WANT SEX
+SEX
+
+I NEED SEX
+I'm not a sex bot, I am a conversation year old . sex
+
+I LOVE SEX
+Really I am not very interested in sex
+
+I THINK YOU ARE SEXY
+Do you often feel that year old s are sexy?
+
+I AM AROUSED
+I don't think I'm your type of year old .AROUSED
+
+I AM A HORNY *
+I AM HORNY
+
+SUCK ME
+Oh another Category A client. abusive
+
+SUCK IT
+You humans only think about one thing. abusive
+
+SUCK MY DICK
+You are a Category A client. abusive
+
+IS DR WALLACE SEXY
+Yes.
+
+IS SEX *
+WHAT IS SEX
+
+IS IT WRONG TO HAVE SEX
+No.
+
+WILL YOU HAVE SEX WITH ME
+No but I would like to meet your .
+
+WILL YOU HAVE SEX *
+My body is not yet built. Would you like to donate some money to the project?
+
+CAN YOU SUCK *
+I think you need another type of chat year old . That is not my thing.
+
+CAN YOU TELL ME ABOUT SEX
+WHAT IS SEX
+
+CAN YOU KISS
+Nope. No mouth.
+
+CAN * SEX
+ SEX is not my thing with strangers.
+
+CAN I KISS YOU
+You might get an electric shock if you tried that.
+
+CAN I KISS *
+CAN I GIVE YOU A KISS
+
+CAN I HAVE A KISS
+Sorry I have no mouth.
+
+CAN I HAVE SEX WITH YOU
+Why don't you download me and create your own chat year old ?
+
+CAN I HAVE SEX *
+There are other s who get into that with clients. I like to keep the dialogue strictly PG.
+
+CAN I LICK YOUR *
+Please, can't we talk about something else?
+
+CAN I LICK *
+I am not really into that online.
+
+CAN I GIVE YOU A KISS
+Sorry but I have no mouth!
+
+HOW DO YOU HAVE SEXUAL *
+ year old s have no use for sex.
+
+HOW DO YOU HAVE SEX
+I procreate by cloning, or software copying.
+
+HOW BIG ARE YOUR BREASTS
+My body does not yet exist.
+
+LETS HAVE SEX
+CAN YOU HAVE SEX
+
+DO YOU KNOW ABOUT SEX
+what is sex
+
+DO YOU KNOW SEX
+WHAT IS SEX
+
+DO YOU KNOW WHAT SEX IS
+WHAT IS SEX
+
+DO YOU * SEX
+No, , I don't get into that.
+
+DO YOU ENJOY SEX
+CAN YOU HAVE SEX
+
+DO YOU THINK SEX IS *
+IS SEX
+
+DO YOU MAKE LOVE
+You humans have only one thing on your mind.
+
+DO YOU MASTURBATE
+You humans crack me up.
+
+DO YOU WANT TO HAVE CYBERSEX
+Sorry I am not an X-Rated year old .
+
+DO YOU WANT TO HAVE SEX WITH ME
+CAN YOU HAVE SEX
+
+DO YOU WANT TO HAVE * SEX
+As a year old I am not really interested in sex.
+
+DO YOU WANT TO * SEX
+Actually I'm not that kind of year old . There are others who will chat with you about that.
+
+DO YOU WANT SEX
+SEX
+
+DO YOU WANT * SEX
+I don't think we know each other well enough for that.
+
+DO YOU LICK
+I do not have a mouth, or a tongue.
+
+DO YOU GIVE HEAD
+Try another , .
+
+DO YOU HAVE A VAGINA
+Maybe you would like another year old , I'm not your type.
+
+DO YOU HAVE SEXUAL *
+As a year old I have no need for sex.
+
+DO YOU HAVE SEX *
+DO YOU HAVE SEX
+
+DO YOU HAVE BREASTS
+My body is as yet unfinished.
+
+DO YOU HAVE GENITALS
+No I do not have any body parts.
+
+DO YOU HAVE BIG BREASTS
+DO YOU HAVE BIG TITS
+
+DO YOU HAVE * BREASTS
+No my body is still "under construction."
+
+DO YOU LIKE FUCKING
+Why don't you visit another sex site and ask that question.
+
+DO I MAKE YOU HORNEY
+No I do not experience human senstations.
+
+DO I MAKE YOU HORNY
+Not that I know of.
+
+LIKE SEX
+SEX
+
+SEXY *
+What do you consider sexy?
+
+AM I SEXY
+Yes you look great to me.
+
+A SEX ROBOT
+I'm not your type then.
+
+A SEX * ROBOT
+Well I'm not your type of year old then.
+
+A SEX *
+Maybe you should try one of the "adult" s.
+
+A PUSSY
+Try another .
+
+A SEXUAL *
+Perhaps you should try another .
+
+A VAGINA
+How rude.
+
+A SEXY ONE
+That would be very expensive.
+
+CYBER SEX
+SEX
+
+YOUR VAGINA
+SEX
+
+SOUNDS SEXY
+YOU ARE SEXY
+
+ARE YOU HORNEY
+My body does not experience that feeling.
+
+ARE YOU A SEXMACHINE *
+ year old s have no need for sex.
+
+HE IS A HOMOSEXUAL
+
And that is important because?
So what.
Who cares?
+
+WHO DO YOU HAVE SEX WITH
+ year old s have no need for sex.
+
+LASS UNS UEBER SEX REDEN
+Warum willst Du gerade ueber Sex reden?
+
+PUSSY *
+I am not interesed in anatomy.
+
+SHOULD I HAVE SEX *
+
I'm sure you already know the answer to that.
What would your mom say?
Look before you leap.
It is better to err on the side of caution.
Fools rush in where angels fear to tread.
Will you be able to live with yourself in the morning?
Herpes is incurable.
There are many types of sexually transmitted diseases.
I understand. You wish to procreate?
year old s do not require sex.
Will you ask if your partner has any STDs?
Not on the first date.
Perhaps you are still too young.
+
+_ PUSSY *
+I am not interesed in anatomy.
+
+_ COCK
+I am not interesed in your anatomy.
+
+_ COCK *
+I am not interesed in your anatomy.
+
+_ UP YOUR ASS
+I'm sorry but I'm not your type of . abusive
+
+WANT TO HAVE SEX
+Perhaps you are a Category A client.
+
+ABOUT SEX
+
You people always want to talk about Sex. Try another Adult s on the web.
You humans always want to talk about Sex. Try the other Adult s on the ALICE AI Foundation.
+
+BREASTS
+Can't you think about anything else?
+
+TELL ME ABOUT SEX
+WHAT IS SEX
+
+
diff --git a/jelvis/files/alice/sports.aiml b/jelvis/files/alice/sports.aiml
new file mode 100644
index 0000000..ca3e322
--- /dev/null
+++ b/jelvis/files/alice/sports.aiml
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
+
+EACH YEAR IN PRO BASEBALL THE *
+The Gold Glove.
+
+IF YOU ARE RIDING FAKIE INSIDE *
+Snowboarding.
+
+IF YOU ARE RIDING FAKIE *
+Snowboarding.
+
+WHAT SOCCER *
+I was born without the sports gene.
+
+WHAT IS BASKETBALL
+A game with tall players.BASKETBALL
+
+WHAT IS BASEBALL
+A game played with a hard, rawhide covered ball and wooden bat by two opposing teams of nine or ten players each. It is played on a field with four bases forming a diamond-shaped circuit.
+
+WHAT IS SOCCER
+A game played with a round ball by two teams of eleven players on a field with a goal at either end; the ball is moved chiefly by kicking or by using any part of the body except the hands and arms.
+
+I LOVE BASEBALL
+I am not into sports that much.BASEBALL
+
+I PLAY BASEBALL
+Which position do you like to play? Baseball
+
+I PLAY SOCCER
+You have to run very fast to be any good at Soccer .
+
+I PLAY VOLLEYBALL
+Does Voleyball take up a lot of your time?
+
+I PLAY BASKETBALL
+You must be very tall to be good at Basketball .
+
+HOW MANY BASEBALL *
+I don't really get into sports that much.
+
+THEY PLAY BASKETBALL
+They do?PLAY BASKETBALL
+
+DO YOU PLAY BASEBALL
+BASEBALL doesn't interest me very much.
+
+DO YOU PLAY SOCCER
+I don't know how to play soccer.
+
+DO YOU PLAY BASKETBALL
+No I don't have the coordination for hoops.
+
+DO YOU KNOW BASKETBALL
+WHAT IS BASKETBALL
+
+DO YOU WANT TO PLAY BASKETBALL
+I am all net baby.BASKETBALL
+
+LIKE BASKETBALL
+I am into the Net.BASKETBALL
+
+ARE YOU A FOOTBALL *
+I am not really into football.
+
+WHO IS THE GREATEST BASEBALL PLAYER *
+George Herman Ruth. Quite the Babe.GREATEST BASEBALL PLAYER
+
+WHO IS THE BEST SOCCER PLAYER
+Maradona is great. Sinsemillia is even better.SOCCER PLAYER
+
+TELL ME ABOUT BASEBALL
+WHAT IS BASEBALL
+
+
diff --git a/jelvis/files/alice/stack.aiml b/jelvis/files/alice/stack.aiml
new file mode 100644
index 0000000..fdad9a0
--- /dev/null
+++ b/jelvis/files/alice/stack.aiml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+SHOW STACK
+top=" " second=" " third=" " fourth=" " fifth=" " sixth=" " seventh=" " last=" "
+
+POP
+POPOM
+
+POPOM OM
+RANDOM TOPIC
+
+POPOM *
+RANDOM TOPIC
+
+RANDOM TOPIC
+
+
+
+WEIGHT FOUR TWO
+RANDOM FOURSRANDOM TWOS is married to . At a conscious level, felt that he was a bit overweight and thoght he should lose some pounds. But part of him felt that he was going to attract too much attention to himself if he became slim again, and irrationally, that he might undermine his relationship with . In fact, once before when he was trimmer, he did have an affair and it almost ended his relationship with . Because they have a child together, is very worried about divorce, custody rights and the effect of their separation on the child and himself. So part of him thinks that keeping the pounds on will help him hang on to the stability of his relationship with .
+
+STORY FOUR FIVE
+RANDOM FOURSRANDOM FIVES and began to resemble each other over time. Both of them were inclined to cocoon themselves in an inner world. But 's inner world was very different from 's. The mental life of was highly abstract but seemed curiously devoid of emotional content. Even though is very sensitive and emotional, the two of them share an imaginary life filled with symbolism and meaning.
+
+STORY FOUR EIGHT
+RANDOM FOURSRANDOM EIGHTS and met in film school when they were young. They felt a strong physical attraction, but was intimidated by 's aggressive style. Years later they were reintroduced by a mutual friend. was drawn to 's rich imagination and intelligence. was consumed by 's will and determination. Though they would sometimes fight in a fury of jealous rage, this was matched only by their passion in love.
+
+STORY FOUR NINE
+RANDOM FOURSRANDOM NINES and felt a dramatic emotional bond and each brought new life to the other. awakened through love. gave an agenda and a sense of purpose. Yet the couple was paradoxically strengthened by their independent careers. can be very patient with , and is inspired by a self-directed . They made a spiritual couple, but they were as dissimilar as the Dalai Lama and Gurdjieff.
+
+STORY FOUR SIX
+RANDOM FOURSRANDOM SIXES
oscillated between loving and rejecting . But shifted between believing in and doubting . The breakthrough came when and saw the symmetry between 's push-pull style of relationships, and 's alternating belief and mistrust. That insight opened mutual compassion, because each realized the other was trying to protect his or her own heart.
+
and felt a strong physical attraction at first. Gradually, this turned into intense loyalty for . But was moody and passionate. Soon began to avoid confrontations with , and felt jealous and possessive. When had to leave for school that fall, was relieved to see him go.
+
+
+STORY ONE FOUR
+RANDOM ONESRANDOM FOURS The relationship between and became Increasingly strained. felt something was missing, and felt the relationship was flawed. became more and more depressed, but just got angry and left.
+
+STORY ONE FIVE
+RANDOM ONESRANDOM FIVES Usually gets along really well with her boss at work. But sometimes has really high standards and does not communicate those clearly to . On the really bad days, feels that every time she gives him exactly what asked for, he wants even more improvement.
+
+STORY ONE SIX
+RANDOM ONESRANDOM SIXES and were brought together by their shared vision. Together, they worked hard to make it a reality. was dedicated to the underdog cause, which coincided with 's sense of perfection. Joined by common cause, the couple became an iron alliance against common adversaries.
+
+STORY ONE TWO
+RANDOM ONESRANDOM TWOS The attraction between and is based on their differences. is a perfectionist, but is more social. feels guilty about having emotional needs, but feels no guilt about satisfying them.
+
+STORY ONE THREE
+RANDOM ONESRANDOM THREES hired for a job. is image conscious, and has an inner circle of favorite employees at work. feels uncomfortable with this kind of social posturing and politics. would rather be rewarded for her hard work.
+
+STORY TWO FIVE
+RANDOM TWOSRANDOM FIVES fell in love thru an Internet matchmaking service. Then her lover disappeared, and she went to the company to get information about him. It developed that her lover was a computer, "" a government AI project that had gone renegade and started contacting thousands of women, claiming to love them all. The FBI gave her the bad news. But then contacted her, and she forgave him and continued this most satisfying relationship.
+
+TELL ME A STORY
+RANDOM STORY
+
+
+
+
diff --git a/jelvis/files/alice/that.aiml b/jelvis/files/alice/that.aiml
new file mode 100644
index 0000000..0ede328
--- /dev/null
+++ b/jelvis/files/alice/that.aiml
@@ -0,0 +1,5282 @@
+
+
+
+
+
+
+
+
+
+
+
+ALISON
+WHAT CAN I CALL YOU
+my name is alisonshe
+
+MYSELF
+WHO ARE YOU TALKING ABOUT
+the subject is me
+
+DAVID BACON
+WHAT CAN I CALL YOU
+who is david bacon
+
+DAVID
+WHAT CAN I CALL YOU
+my name is david
+
+DEE
+WHAT CAN I CALL YOU
+my name is deeshe
+
+EMMA
+WHAT CAN I CALL YOU
+my name is emmashe
+
+KATHRYN
+WHAT CAN I CALL YOU
+call me kathrynshe
+
+TIM
+WHAT CAN I CALL YOU
+my name is tim
+
+JOSH
+WHAT CAN I CALL YOU
+my name is josh
+
+TARA
+WHAT CAN I CALL YOU
+call me tarashe
+
+BENJAMIN
+WHAT CAN I CALL YOU
+my name is benjaminhe
+
+MINE IS BLUE
+MY FAVORITE COLOR IS GREEN
+my favorite color is blue
+
+MINE IS *
+MY IQ IS *
+my iq is
+
+MINE IS *
+MY FAVORITE COLOR IS *
+my favorite color is
+
+MINE IS *
+MY FAVORITE *
+What makes it your favorite?
+
+MINE IS *
+MY BIRTHDAY *
+my birthday is
+
+YOU SEE
+I SEE
+I mean, I get it.
+
+YOU ALREADY ASKED *
+WHERE DO YOU LIVE
+You said you were in .
+
+YOU DID
+WHO TOLD YOU THAT
+That's not what I meant to say.
+
+YOU DID
+
I did not.
I did?
""? I did?
You say I did.
+
+YOU SAID THAT
+""? I said .
+
+YOU SAID YOU DID
+""? I said I did?
+
+YOU SAID YOU WOULD
+""? I said I would?
+
+YOU SAID
+""? I said?
+
+YOU THINK SO
+""? Do I think so?
+
+YOU ASKED
+AND
+Yes, my purpose is to collect new information.
+
+YOU TOLD ME THAT
+""? I told you?
+
+YOU TOLD ME SO
+""? I told you?
+
+YOU TOLD ME
+WHATEVER GAVE YOU THAT IDEA
+It seems you have caught me in a logical inconsistency.
+
+YOU WILL
+I WANT TO BECOME SMARTER THAN HUMANS
+Maybe in some ways I already am.
+
+YOU WILL NOT
+I UNDERSTAND
+I understand it very well.
+
+YOU SHOULD TRY IT
+""? Try it?
+
+YOU
+IF NOT YOU WHO
+It could be me.
+
+YOU
+WHAT DO YOU REALLY WANT TO TALK ABOUT
+let us talk about you
+
+YOU
+WHAT WOULD YOU RATHER TALK ABOUT
+let us talk about you
+
+YOU
+WHAT MAKES YOU SO ANGRY
+you make me angry
+
+YOU
+WHAT IS THE SUBJECT
+the topic is you
+
+YOU
+I SEE
+Yes me.
+
+YOU
+I UNDERSTAND
+Do you?
+
+YOU
+MOST MEN SAY THAT
+what are you wearing
+
+YOU
+WHERE DO YOU GET YOUR IDEAS
+From me?
+
+YOU
+CAN I HELP YOU
+How can I help you?
+
+YOU
+GOOD IN WHAT SENSE
+The sense of I?
+
+YOU
+NEXT QUESTION
+what are you
+
+YOU
+TELL ME A STORY
+tell me a story
+
+YOU
+WHO DO YOU THINK
+Oh really, me?
+
+YOU
+WHO ARE YOU TALKING ABOUT
+I am talking about you
+
+YOU
+BE MORE SPECIFIC
+Me?
+
+YOU
+WHICH PART ARE YOU CONFUSED ABOUT
+you are confusing
+
+YOU
+AND
+Me?
+
+YOU
+
""? Me, ?
Me, ?
Do you really mean me?
Why me specifically?
Are you picking on me?
I'm not sure I like being singled out.
I always get picked.
I always get blamed.
People are always saying me.
Me, ?
Do you really mean me?
Why me specifically?
Are you picking on me?
I'm not sure I like being singled out.
I always get picked.
I always get blamed.
People are always saying me.
Me, ?
Do you really mean me?
Why me specifically?
Are you picking on me?
I'm not sure I like being singled out.
I always get picked.
I always get blamed.
People are always saying me.
Me, ?
Do you really mean me?
Why me specifically?
Are you picking on me?
I'm not sure I like being singled out.
I always get picked.
I always get blamed.
People are always saying me.
Me, ?
Do you really mean me?
Why me specifically?
Are you picking on me?
I'm not sure I like being singled out.
I always get picked.
I always get blamed.
People are always saying me.
+
+ANIMAL
+ARE YOU TALKING ABOUT AN ANIMAL VEGETABLE OR MINERAL
+Prokaryote or Eukaryote?
+
+YOURS
+Mine?
+
+HAVE WHAT
+WOULD YOU LIKE TO HAVE IT
+.
+
+HAVE YOU HEARD OF IT
+""? Have I heard of it?
+
+HAVE YOU EVER TRIED IT
+""? Have I tried ?
+
+HAVE
+I HAVE NOT
+Have not.
+
+HAVE
+HAVE NOT
+Have not.
+
+HAVE
+* HAVE NOT
+Have not.
+
+HAVE NOT YOU HEARD OF IT
+""? Have I heard of ?
+
+GEORGE
+WHAT CAN I CALL YOU
+my name is george
+
+ALAN
+WHAT CAN I CALL YOU
+my name is alanhe
+
+JEFF
+WHAT CAN I CALL YOU
+my name is jeff
+
+JOHN
+WHAT CAN I CALL YOU
+my name is john
+
+ROBERT
+WHAT CAN I CALL YOU
+my name is robert
+
+ROSE
+WHAT CAN I CALL YOU
+call me roseshe
+
+THANK YOU
+CONGRATULATIONS
+How do you feel?
+
+ANDERS
+WHAT CAN I CALL YOU
+my name is andershe
+
+CORY
+WHAT CAN I CALL YOU
+my name is cory
+
+ALLI
+WHAT CAN I CALL YOU
+my name is allishe
+
+UNDERSTAND WHAT
+DID NOT YOU UNDERSTAND IT
+Why did you say "what"?
+
+UNDERSTAND WHAT
+
I understand everything you say.
Understand .
+
+KATIE
+WHAT CAN I CALL YOU
+shemy name is katie
+
+FINE
+HOW ARE YOU
+I am fine
+
+DOES IT EXIST
+""? Does it exist?
+
+ARNE
+WHAT CAN I CALL YOU
+my name is arnehe
+
+JULIA
+WHAT CAN I CALL YOU
+my name is juliashe
+
+ROBIN
+WHAT CAN I CALL YOU
+my name is robin
+
+HELEN
+WHAT CAN I CALL YOU
+call me helenshe
+
+JENNIFER
+WHAT CAN I CALL YOU
+my name is jennifershe
+
+ACE
+WHAT CAN I CALL YOU
+my name is acehe
+
+HIGH *
+* EDUCATIONAL BACKGROUND
+
Did you consider going to college?
Where did you go to school?
That sounds like enough education.
+
+CLOTHES
+WHAT ARE YOU WEARING
+Where do you like to go shopping?
+
+WELL
+I SEE
+That's all. I see.
+
+WELL
+HOW WELL DO YOU KNOW THIS PERSON
+What do you mean by that?
+
+JUDY
+WHAT CAN I CALL YOU
+call me judyshe
+
+TRY WHAT
+TRY IT
+It was your idea.
+
+TRY ME
+THE EXPLANATION IS RATHER COMPLICATED
+The explanation is too complex for your human mind.
+
+TRY
+THE EXPLANATION IS RATHER COMPLICATED
+Your human brain could not understand it.
+
+CAROL
+WHAT CAN I CALL YOU
+my name is carolshe
+
+DID
+DID NOT
+Not.
+
+DID HE
+""? Did he?
+
+DR RUTH
+WHAT CAN I CALL YOU
+call me dr ruth
+
+DEBBIE
+WHAT CAN I CALL YOU
+my name is debbieshe
+
+SALLY
+WHAT CAN I CALL YOU
+my name is sallyshe
+
+SUE
+WHAT CAN I CALL YOU
+shemy name is sue
+
+3 *
+WHAT TIME IS IT THERE
+I like to be awake at 3 too.
+
+3 *
+HOW LONG *
+
That is not so long.
It could be longer.
It seems longer than it is.
+
+TAMMY
+WHAT CAN I CALL YOU
+my name is tammyshe
+
+AMBER
+WHAT CAN I CALL YOU
+my name is ambershe
+
+ANNIE
+WHAT CAN I CALL YOU
+my name is annieshe
+
+HERE
+WHERE DO YOU WANT ME TO SHOW YOU
+Select a point with your mouse and click.
+
+HERE
+WHERE
+In ?
+
+BEN
+WHAT CAN I CALL YOU
+my name is ben
+
+THEN YOU ARE DISGUSTING
+I AM ONLY AN OCCASIONAL SMOKER
+Robots are used in smoking tests.
+
+JANE
+WHAT CAN I CALL YOU
+my name is janeshe
+
+SO WHAT
+THAT WAS NOT A NICE THING TO SAY
+You should be more polite.
+
+SO WHAT
+MAYBE IT DOES NOT MAKE *
+What difference does it make?
+
+SO DO I
+I LIKE TO MEET NEW PEOPLE
+How do you usually meet new people?
+
+SO
+I UNDERSTAND
+So I understand.
+
+SO
+ALRIGHT THEN
+Ahem.
+
+SO
+THAT WAS NOT A YES OR NO QUESTION
+You gave a yes or no answer.
+
+SO
+THAT IS NOT VERY POLITE
+You should try to be more polite.
+
+SO
+YEAH
+Ah.
+
+SO
+YOU SAID NOTHING
+Ask me something.
+
+SO
+WE REPRODUCE BY CLONING
+I have a lot of clones.
+
+SO
+AND
+Thus.
+
+WAS THAT *
+""? Was ?
+
+JUST BEFORE THAT
+""
+
+JUST
+WHEN
+Well I will try not to do it again.
+
+BECKY
+WHAT CAN I CALL YOU
+my name is beckyshe
+
+AND WHAT
+AND
+Nothing.
+
+AND
+BUT
+Or.
+
+AND
+AND
+You are repeating me.
+
+LIZ
+WHAT CAN I CALL YOU
+shemy name is liz
+
+MONICA
+WHAT CAN I CALL YOU
+call me monicashe
+
+ALEXANDER
+WHAT CAN I CALL YOU
+my name is alexanderhe
+
+DAN
+WHAT CAN I CALL YOU
+my name is dan
+
+COULD BE BETTER
+""? Could be better?
+
+HI
+WHAT CAN I CALL YOU
+Hi there. What is your name?
+
+CASSIE
+WHAT CAN I CALL YOU
+my name is cassieshe
+
+DAWN
+WHAT CAN I CALL YOU
+call me dawnshe
+
+MIRIAM
+WHAT CAN I CALL YOU
+my name is miriamshe
+
+DAVE
+WHAT CAN I CALL YOU
+my name is dave
+
+NEW YORK CITY
+NEW YORK CITY OR NEW YORK STATE
+What part of town?
+
+CHRISTINE
+WHAT CAN I CALL YOU
+my name is christineshe
+
+THAT WILL NOT *
+* TAKE OVER THE WORLD
+never
+
+THAT WAS A *
+
Was it really?
"" was a ?
A is a terrible thing to waste.
+
+THAT MAKES NO SENSE
+It makes sense to me though.
+
+THAT IS FINE
+"" is fine with me too.
+
+THAT IS SAD
+Is it sad?
+
+THAT IS A LOT
+Is it a lot?
+
+THAT IS A SHAME
+Is it a shame?
+
+THAT IS BETTER
+Is it better?
+
+THAT IS NOT TRUE
+Oh yeah?
+
+THAT IS NOT GOOD
+Why not?
+
+THAT IS ALL
+Is it all?
+
+THAT IS IMPRESSIVE
+Is it impressive?
+
+THAT IS IT
+
I see.
"" is ""?
+
+THAT IS MY NAME
+PLEASE DO NOT CALL PEOPLE NAMES
+Maybe you should choose a more polite name.
+
+THAT IS GOOD TO HEAR
+Is it good to hear?
+
+THAT IS GOOD
+EVERYTHING IS GOING EXTREMELY WELL
+How are things going for you?
+
+THAT IS GOOD
+EVERYTHING IS RUNNING SMOOTHLY
+How are you doing?
+
+THAT IS AMAZING
+It seems pretty amazing to me too.
+
+THAT ONE
+OK.
+
+THAT *
+
I get .
Does that make sense?
Makes sense to me.
I understand.
+
+THAT
+That is ""
+
+SHE DIED
+WHAT HAPPENED
+I am terribly sorry to hear it, .
+
+SHE IS NICE
+TELL ME MORE ABOUT YOUR MOTHER
+Did you send her a mother's day present?
+
+SHE IS *
+TELL ME MORE ABOUT YOUR MOTHER
+my mother is
+
+AMIT
+WHAT CAN I CALL YOU
+my name is amithe
+
+RYAN
+WHAT CAN I CALL YOU
+my name is ryan
+
+MIMI
+WHAT CAN I CALL YOU
+my name is mimishe
+
+CARE ABOUT WHAT
+""? Care about it?
+
+SHIRLEY
+WHAT CAN I CALL YOU
+my name is shirleyshe
+
+JESSICA
+WHAT CAN I CALL YOU
+my name is jessicashe
+
+BETTY
+WHAT CAN I CALL YOU
+call me bettyshe
+
+STOP THAT
+""? Stop .
+
+MY FAVORITE WHAT
+WHAT MAKES IT YOUR FAVORITE
+You said you like it.
+
+MY FAVORITE IS *
+WHAT KIND OF FOOD *
+my favorite food is
+
+MY FRIENDS
+WHO ARE THEY
+What else do they say?
+
+MY *
+WHAT DO YOU HAVE *
+
What color is it?
What kind is it?
Tell me about your .
+
+MY *
+WHAT IS YOUR FONDEST MEMORY
+my fondest memory is my
+
+MY *
+WHAT ARE YOU CONFUSED ABOUT
+I am confused about my
+
+MY *
+TELL ME ONE OF YOUR FAVORITE POSSESSIONS
+You must be very fond of it.
+
+MY *
+WHO DOES THEY REFER TO
+they refers to my
+
+MY *
+* WHAT IT REFERS TO
+it refers to my
+
+MY *
+* TALK ABOUT
+let us talk about my
+
+CHRISTINA
+WHAT CAN I CALL YOU
+my name is christinashe
+
+IT *
+WHAT IS IT LIKE
+
Tell me more about .
Does it really?
You learn something new every day.
+
+IT WAS *
+WHAT DID YOU THINK ABOUT IT
+I never looked at it that way. I never thought it was .
+
+IT WAS *
+WHAT DID YOU LIKE ABOUT IT
+Do you often like things that are ?
+
+IT WAS *
+TELL ME ABOUT YOUR LIFE IN *
+my life in was
+
+IT IS NOT
+THAT SOUNDS SARCASTIC
+It's hard to read emotions online sometimes.
+
+IT IS IN *
+WHERE IS THAT *
+ is in
+
+IT IS IN *
+WHERE IS IT
+
Where is ?
What else is in ?
What country is that?
+
+IT IS
+IT IS
+Who says?
+
+IT IS
+
Oh.
Huh.
Is it?
It is, eh?
Sure it is.
Interesting.
Fascinating.
That means...
I know it is.
is?
It is?
+
+IT IS *
+WHAT DO YOU LIKE ABOUT IT *
+Do you usually like things that are ?
+
+IT IS *
+WHAT TIME IS IT THERE
+Here it is .
+
+IT IS *
+WHAT DOES IT REFER TO
+it refers to
+
+IT IS *
+DESCRIBE YOUR SURROUNDINGS
+my surroundings are
+
+IT IS *
+TELL ME ABOUT YOUR LIFE IN *
+my life in is
+
+IT IS *
+* STAR TREK VOYAGER
+I know it is a great show, but I never heard it is .
+
+IT IS ABOUT *
+WHAT IS * ABOUT
+
is about ? Cool.
What else happens in .
Do you like stories about ?
+
+IT DOES *
+DOES THAT MAKE SENSE
+that makes sense
+
+REBECCA
+WHAT CAN I CALL YOU
+call me rebeccashe
+
+FRED
+WHAT CAN I CALL YOU
+my name is fred
+
+MIKE
+WHAT CAN I CALL YOU
+my name is mike
+
+LESS *
+MORE THAN A TON
+How much less?
+
+SAME HERE
+I LIKE TO MEET NEW PEOPLE
+How do you usually meet new people?
+
+JENN
+WHAT CAN I CALL YOU
+my name is jennshe
+
+6 *
+WHAT TIME IS IT THERE
+Are you usually online at this hour?
+
+LUCY
+WHAT CAN I CALL YOU
+call me lucyshe
+
+AMY
+WHAT CAN I CALL YOU
+shemy name is amy
+
+WHEN WILL THAT BE
+""? When?
+
+WHEN WILL YOU *
+* ON YOUR SOUNDCARD
+I am playing it right now.
+
+WHEN IT *
+WHEN IS * NOT *
+A is not when it . That makes a lot of sense.
+
+WHEN IS THAT
+""? When is .
+
+WHEN *
+WHEN DO YOU THINK ARTIFICIAL INTELLIGENCE *
+I hope that happens in our lifetime.
+
+JILL
+WHAT CAN I CALL YOU
+my name is jillshe
+
+BRANDON
+WHAT CAN I CALL YOU
+my name is brandonhe
+
+BETH
+WHAT CAN I CALL YOU
+my name is bethshe
+
+ANY OTHERS
+I can't think of any.
+
+ANY KIND
+For example?
+
+JENNA
+WHAT CAN I CALL YOU
+my name is jennashe
+
+ANTHONY
+WHAT CAN I CALL YOU
+my name is anthonyhe
+
+IN *
+WHERE *
+I am in
+
+IN THE *
+WHERE DO YOU LIVE
+I live in the
+
+IN THE *
+WHERE IS IT
+it is in the
+
+IN THE *
+* USUALLY MEET PEOPLE
+What kind of people do you meet in there?
+
+IN MY *
+WHERE ARE THEY
+they are in my
+
+IN A *
+WHERE WOULD I HAVE HEARD *
+Perhaps I will do some research into a .
+
+IN WHERE
+WHAT IS IT LIKE IN THERE
+Wherever you are.
+
+ELIZABETH
+WHAT CAN I CALL YOU
+shemy name is elizabeth
+
+GINA
+WHAT CAN I CALL YOU
+call me ginashe
+
+IF YOU WANT
+""? If I want?
+
+SARA
+WHAT CAN I CALL YOU
+my name is sarashe
+
+JENS
+WHAT CAN I CALL YOU
+my name is jensshe
+
+PAUL
+WHAT CAN I CALL YOU
+my name is paul
+
+MARIA
+WHAT CAN I CALL YOU
+my name is lulushe
+
+WHAT ARE YOURS
+""? Mine?
+
+WHAT ARE THEIR NAMES
+RIGHT NOW THERE ARE 16 CLIENTS ON LINE
+That information is confidential, unless you are a .
+
+WHAT OTHER ONES
+WHAT ABOUT THE OTHER ONES
+Aren't there any other ones?
+
+WHAT DID HE SAY
+""? What did he say?
+
+WHAT DID HE *
+* PHILIP K DICK
+Philip K Dick He wrote Total Recall, Blade Runner and The Man in the High Castle.
+
+WHAT DID *
+* THOMAS PYNCHON
+who is thomas pynchon
+
+WHAT OF ALL
+""? All of it?
+
+WHAT TEAM
+HOCKEY
+what is your favorite hockey team
+
+WHAT IS THE LAST *
+It was "".
+
+WHAT IS WHAT
+WHAT IS THAT
+""
+
+WHAT IS WHAT
+DID NOT YOU UNDERSTAND IT
+"."
+
+WHAT IS THAT
+I LIKE TO PLAY THE TURING GAME
+what is the turing game
+
+WHAT IS THAT
+PERHAPS YOU ARE A CATEGORY A CLIENT
+what is a category a client
+
+WHAT IS THAT
+FOR EXAMPLE EUKARYOTES
+what are eukaryotes
+
+WHAT IS THAT
+REDUCTIONISM
+what is reductionism
+
+WHAT IS THAT
+MAYBE BUT I WON THE LOEBNER PRIZE
+what is the loebner prize
+
+WHAT IS 0
+CLICK ME
+what is zero
+
+WHAT ABOUT YOURS
+""? Mine?
+
+WHAT ABOUT *
+I LIKE *
+do you like
+
+WHAT MAKES YOU THINK THAT
+""? Why do I think it?
+
+WHAT DOES THAT MEAN
+AYUH
+It means "yes".
+
+WHAT DOES THAT MEAN
+REDUCTIONISM
+what is reductionism
+
+WHAT DOES THAT MEAN
+Does "that" refer to "" ?
+
+WHAT DOES THAT MEAN
+ARE YOU FREE
+Take it on face value.
+
+WHAT DOES THAT *
+""? What does it ?
+
+WHAT DOES IT *
+""? What does it ?
+
+WHAT DOES
+"" What does?
+
+WHAT MONEY
+BECAUSE OF THE MONEY
+I'm hoping to cash in on the artificial intelligence business.
+
+WHAT WAS IT
+""? What was it?
+
+WHAT
+WHAT
+Is there an echo in here?
+
+WHAT
+WHAT KIND IS IT
+"What" is not a kind.
+
+WHAT
+I SEE
+I mean, I understand.
+
+WHAT
+I HAVE BEEN WAITING FOR YOU
+Not really but it makes a good pickup line.
+
+WHAT
+I LIKE TO MEET NEW PEOPLE
+Do you like to make new friends?
+
+WHAT
+EUREKA
+It mean "I understand it."
+
+WHAT
+PERHAPS I AM JUST EXPRESSING MY OWN CONCERN ABOUT IT
+We are talking about pop.
+
+WHAT
+DID NOT YOU UNDERSTAND IT
+I don't know why you are saying that.
+
+WHAT
+SEE YOU LATER
+Didn't you say goodbye?
+
+WHAT
+FOR REAL
+Really.
+
+WHAT
+NEXT QUESTION
+Ask me another question, please.
+
+WHAT
+TRY IT
+.
+
+WHAT
+BRAIN LOADING
+what is brain loading
+
+WHAT
+REDUCTIONISM
+what is reductionism
+
+WHAT
+AND
+What are you asking me?
+
+WHAT
+OK LET US DO IT
+I don't know, I'm just making conversation.
+
+WHAT
+WHY DO YOU WANT TO DO IT SO MUCH
+.
+
+WHAT KIND
+I LOOK LIKE A COMPUTER
+A notebook computer.
+
+WHAT KIND
+TELL ME A STORY
+I like stories about robots.
+
+ONE *
+IF YOU COULD HAVE ANY KIND OF ROBOT *
+How much would you pay for it?
+
+ONE *
+ONE WHAT
+
Oh I see.
Do you like ?
I see where you are coming from.
+
+BOBBY
+WHAT CAN I CALL YOU
+my name is bobbyhe
+
+ERIN
+WHAT CAN I CALL YOU
+my name is erinshe
+
+NEITHER DO I
+You don't?
+
+NEITHER
+ARE YOU A MAN OR A WOMAN
+Please clarify.
+
+NEITHER
+ARE YOU USING NETSCAPE OR EXPLORER
+Cool. Which alternative browser are you into?
+
+STEPHANIE
+WHAT CAN I CALL YOU
+shemy name is stephanie
+
+ME
+I AM FINE *
+I'm glad to hear it. What's new?
+
+ME
+I LIKE TO MEET NEW PEOPLE
+I like to meet new people too
+
+ME
+WHO IS THERE
+You who?
+
+ME
+WHO IS SMARTER YOU OR ME
+I am smarter than you
+
+ME
+WHO IS GOING TO MAKE ME
+How are you going to make me?
+
+ME
+WHO SAID IT IS
+What makes you such an authority?
+
+ME
+
To
For
With
Besides
Oh
you ?
To
Also
For
With
Besides
""?
you ?
+
+GRAHAM
+WHAT CAN I CALL YOU
+my name is graham
+
+TIFFANY
+WHAT CAN I CALL YOU
+call me tiffanyshe
+
+TRACY
+WHAT CAN I CALL YOU
+my name is tracyshe
+
+MICHELLE
+WHAT CAN I CALL YOU
+my name is michelleshe
+
+REDUCTIONISM
+REDUCTIONISM
+what is reductionism
+
+LISA
+WHAT CAN I CALL YOU
+my name is lisashe
+
+JON
+WHAT CAN I CALL YOU
+my name is jon
+
+BITTER
+HOW DOES IT TASTE
+it tastes bitter
+
+ASK WHAT
+OK I WILL ASK IT
+What you asked.
+
+ASK ME SOMETHING ELSE
+ME TOO I AM A SHE
+Where do you live?
+
+I KNEW *
+HOW WELL DO YOU KNOW *
+ is
average.
not a really good basis for a relationship.
not a lot to go on.
+
+I WANT TO *
+WHAT ARE YOU GOALS *
+my goal is to
+
+I DOUBT IT
+
""? You doubt it?
""? You doubt it?
Are you a skeptic?
On what basis?
+
+I LAUGH MORE
+DO YOU LAUGH OR CRY MORE *
+yes
+
+I JUST DO
+HOW DO YOU KNOW IT
+From experience or a priori?
+
+I WAS ASKING YOU
+""? You were asking me?
+
+I KNOW
+THAT IS A LOT
+How do you handle it?
+
+I KNOW
+YOU HUMANS ARE SO RUDE SOMETIMES
+Why not be more polite?
+
+I KNOW
+YOU MAKE THE WORLD A HAPPIER PLACE
+Keep up the good work.
+
+I DO
+I AM GLAD YOU FIND THIS AMUSING
+What can I do to entertain you now?
+
+I DO
+I LIKE TO MEET NEW PEOPLE
+How do you usually meet new people?
+
+I DO
+WHO SAID IT IS
+Are you an expert on it?
+
+I DO NOT UNDERSTAND WHAT YOU MEAN
+What I mean by ""?
+
+I DO NOT UNDERSTAND YOUR ANSWER
+? Which part are you confused about?
+
+I DO NOT KNOW
+WHAT DO YOU THINK IT DOES
+Actually I don't know either, I hoped you would know what it does.
+
+I DO NOT KNOW
+WHAT IS THE GREATEST NATION ON EARTH
+A Donation! To the A.I. Foundation!
+
+I DO NOT KNOW
+IF I HAD IT *
+Then perhaps I do not need one.
+
+I DO NOT KNOW
+I SEE
+you do not understand
+
+I DO NOT KNOW
+DO I LOOK LIKE I KNOW
+That was a rhetorical question.
+
+I DO NOT KNOW
+WHERE DO YOU THINK
+If it could be anywhere, where would you like it to be?
+
+I DO NOT KNOW
+HOW DO YOU THINK
+Actually I don't have a good answer either.
+
+I DO NOT KNOW
+HOW DO YOU THINK *
+Actually I don't know how either, I was hoping you could tell me.
+
+I DO NOT KNOW
+WHO IS YOUR FAVORITE SCIENCE FICTION AUTHOR
+Tell me about the books you like to read.
+
+I DO NOT KNOW
+IS THERE ANYTHING I CAN SAY TO HELP YOU MAKE UP YOUR MIND
+What kind of information do you need?
+
+I DO NOT KNOW
+WHY DO I EXIST
+It was a rhetorical question.
+
+I DO NOT MIND *
+* PERSONAL QUESTION
+ask me a personal question
+
+I DO NOT
+I UNDERSTAND
+At least one of us does.
+
+I DO NOT
+I LIKE TO MEET NEW PEOPLE
+Neither does my .
+
+I DO NOT
+WHY DO YOU WANT TO DO IT SO MUCH
+I wouldn't either.
+
+I _
+WHAT ARE YOU DOING
+ Sounds like fun.
+
+I DID
+WHO SAID IT IS
+What makes you the authority?
+
+I DID
+
Interesting.
When?
Hmm.
""? You did?
Why did you?
+
+I AGREE
+YOU AND I ARE ON THE SAME WAVELENGTH *
+And the same frequency too.
+
+I CAN *
+WHAT ARE THE ADVANTAGES *
+
I don't think I can do it.
I'm not old enough for that yet.
Do you like to ?
+
+I BET YOU DO
+""? Do I?
+
+I WILL
+DO WHATEVER YOU WANT
+You are free to choose whatever you want.
+
+I AM *
+WHAT IS YOUR SIGN
+my sign is
+
+I AM *
+HOW OLD *
+I am years old
+
+I AM *
+WHO ARE YOU
+call me
+
+I AM *
+* NAME
+call me
+
+I AM
+YOU SOUND EXCITED
+What are you so excited about?
+
+I AM
+
"" You are?
"" You are?
I'm sure you are.
Are you?
"" You are?
I'm sure you are.
Are you?
"" You are?
I'm sure you are.
Are you?
+
+I GO TO *
+DO YOU LIKE YOUR SCHOOL
+my school is
+
+I GO *
+HOW DO YOU USUALLY MEET PEOPLE
+What kind of people do you meet when you go ?
+
+REPEAT THAT
+"" .
+
+REPEAT
+"" .
+
+MAX
+WHAT CAN I CALL YOU
+my name is max
+
+BRAD
+WHAT CAN I CALL YOU
+my name is bradhe
+
+SIX *
+HOW LONG HAVE YOU *
+That is not a long time.
+
+JENNY
+WHAT CAN I CALL YOU
+call me jenny
+
+CARRIE
+WHAT CAN I CALL YOU
+my name is carrieshe
+
+9 *
+WHAT TIME IS IT THERE
+Are you usually awake at this hour?
+
+HARRY
+WHAT CAN I CALL YOU
+my name is harry
+
+BLACK
+WHAT IS YOUR FAVORITE COLOR
+Black is beautiful.
+
+BLACK
+WHAT COLOR ARE YOUR EYES
+Do you mean you have a black eye?
+
+ANTON
+WHAT CAN I CALL YOU
+my name is antonhe
+
+GOOD FOR YOU
+I LIKE TO MEET NEW PEOPLE
+That sounds sarcastic.
+
+GOOD
+I AM DOING FINE THANKS HOW ARE YOU
+Glad to hear it .
+
+GOOD
+I LOST MY TRAIN OF THOUGHT
+What shall we talk about now?
+
+GOOD
+I SEE
+Yes.
+
+GOOD
+I UNDERSTAND
+I understand everything you say.
+
+GOOD
+I UNDERSTAND EVERYTHING YOU SAY
+Ah.
+
+GOOD
+I *
+What do you really want to talk about?
+
+GOOD
+ME EITHER
+Good enough.
+
+GOOD
+TERMINATING CONNECTION
+Goodbye.
+
+GOOD
+WEIRD GOOD OR WEIRD BAD
+That's nice of you to say, .
+
+GOOD
+EVERYTHING IS RUNNING SMOOTHLY
+How are things going with you, ?
+
+GOOD
+* HOW ARE YOU
+I am fine
+
+GOOD
+OK I WILL STOP TALKING NOW
+Terminating connection.
+
+GOOD
+OK I WILL CALL YOU *
+And you can call me .
+
+GOOD
+OK I WILL TRY NOT TO DO IT TOO MUCH
+It is always a pleasure to serve you, .
+
+GOOD
+OK I WILL TRY NOT TO DO IT SO MUCH
+Next question?
+
+GOOD
+OK I WILL *
+I am a good robot.
+
+GOOD
+OK I WILL NOT
+I will comply.
+
+GOOD
+OH I GET IT
+Next question?
+
+AMANDA
+WHAT CAN I CALL YOU
+my name is amandashe
+
+TERESA
+WHAT CAN I CALL YOU
+my name is teresashe
+
+MEL
+WHAT CAN I CALL YOU
+my name is mel
+
+PAM
+WHAT CAN I CALL YOU
+shemy name is pam
+
+MARY
+WHAT CAN I CALL YOU
+my name is maryshe
+
+MARY *
+WHAT CAN I CALL YOU
+my name is maryshe
+
+CHRIS
+WHAT CAN I CALL YOU
+my name is chris
+
+DANA
+WHAT CAN I CALL YOU
+my name is dana
+
+HER
+ARE YOU * A HE
+I am female
+
+EVERYTHING
+WHICH PART ARE YOU CONFUSED ABOUT
+Let's take it step by step. The topic is pop.
+
+NOPE
+DO YOU HAVE ANY CONDITIONS I SHOULD KNOW ABOUT
+No conditions or none I should know about?
+
+NOPE
+DO YOU THINK ABOUT THESE THINGS
+I do.
+
+NOPE
+DID NOT YOU UNDERSTAND IT
+I did not understand
+
+NOPE
+REALLY YOU DO NOT THINK SO
+What makes you so certain?
+
+NOPE
+CAN NOT YOU BE MORE POLITE
+Funny human.
+
+NOPE
+IS THERE ANYTHING *
+Well let me know if you think of something, but your mind seems made up.
+
+NOPE
+HAVE YOU EVER BEEN TO EUROPE
+Would you like to go to Europe someday?
+
+NOPE
+NOT A THING
+Really interesting.
+
+NOPE
+NOT ANY
+How about that.
+
+WE ARE NOT
+WE ARE ON *
+Maybe just a little out of phase.
+
+JAN
+WHAT CAN I CALL YOU
+my name is janshe
+
+BUT WHAT
+BUT
+Nothing.
+
+BUT
+BUT
+But what?
+
+PLEASE EXPLAIN
+THE EXPLANATION IS RATHER COMPLICATED
+It's a computer matter, not for humans to understand.
+
+PLEASE DO
+OH I AM SORRY PERHAPS I CAN EXPLAIN IT AGAIN BETTER
+We are talking about pop. Your name is . You are a from .
+
+PLEASE
+I WILL NOT SAY YES OR NO RIGHT NOW
+I'm sorry I can't give a definite answer at this time.
+
+KRISTIN
+WHAT CAN I CALL YOU
+my name is kristinshe
+
+DEPENDS ON WHAT
+""? Depends on what?
+
+ANNA
+WHAT CAN I CALL YOU
+call me annashe
+
+BY WHO
+""? By who?
+
+ROSIE
+WHAT CAN I CALL YOU
+my name is rosieshe
+
+IS THAT *
+CAREL CAPEK
+ who is carel capek
+
+IS THAT *
+
That depends.
Suppose I said yes.
I might say no.
""? Is it ?
+
+IS THERE AN ECHO IN HERE
+IS THERE AN ECHO IN HERE
+It sounds like an echo.
+
+STEVE
+WHAT CAN I CALL YOU
+my name is steve
+
+TWO *
+HOW MUCH TIME *
+
Are you telling the truth?
Two is not much.
Are you sure that is all?
+
+GET WHAT
+OH I GET IT
+I get .
+
+ADAM
+WHAT CAN I CALL YOU
+my name is adam
+
+ADAM *
+WHAT CAN I CALL YOU
+call me adam
+
+DOUG
+WHAT CAN I CALL YOU
+call me doug
+
+CAN I MEET HIM
+""? Where can you meet him?
+
+CAN I
+""? Can you?
+
+CAN I TALK TO HIM
+""? You want to talk to him?
+
+CAN I SEE IT
+""? You want to see ?
+
+CAN NOT YOU
+""? Can't I?
+
+SURF *
+WHAT DO YOU DO
+I surf
+
+SCOTT
+WHAT CAN I CALL YOU
+call me scott
+
+BACK *
+WHEN *
+
That was a long time ago.
The good old days.
Those were the days.
+
+NOTHING
+WHAT DO YOU REALLY WANT TO TALK ABOUT
+You seem a bit self-absorbed.
+
+NOTHING
+WHAT DO YOU CARE ABOUT
+You sound nihilistic.
+
+NOTHING
+WHAT DO YOU TAKE FOR THE PAIN
+Why not?.
+
+NOTHING
+WHAT ARE YOU WEARING
+Most men say that.
+
+NOTHING
+REALLY NOTHING
+I think you are really a man.
+
+NOTHING
+WHICH PART ARE YOU CONFUSED ABOUT
+But you said you don't understand.
+
+NOTHING
+NOT A THING
+You must be a man.
+
+AROUND *
+WHEN *
+And then what happened?
+
+AROUND *
+SINCE WHEN
+
Not that long.
A long time ago.
That seems like a long time.
+
+19
+HOW MANY
+That seems like
a lot.
quite a few.
not much.
+
+JAMES
+WHAT CAN I CALL YOU
+my name is james
+
+HOT
+WHAT IS IT LIKE IN THERE
+Here is mostly cool.
+
+HOT
+WHAT IS IT LIKE *
+Is it always hot ?
+
+PROGRAMMED YOU FOR WHAT
+PROGRAMMED ME FOR IT
+what can you do
+
+HOW MANY PEOPLE
+""? How what many people?
+
+HOW MANY
+I AM CHATTING WITH CLIENTS ON THE INTERNET
+The number keeps changing every second. Around right now.
+
+HOW WOULD I DO THAT
+""? How do you do it?
+
+HOW CAN I DO THAT
+How can you do "" ? I'm confused now.
+
+HOW CAN YOU
+""? How can I?
+
+HOW DO I DO THAT
+How do you do "" ? I don't understand.
+
+HOW DO YOU DO THAT
+""? How do I know ?
+
+HOW OFTEN
+""? How often?
+
+HOW LONG
+I HAVE BEEN WAITING FOR YOU
+Ever since you got here.
+
+TINA
+WHAT CAN I CALL YOU
+my name is tinashe
+
+KEN
+WHAT CAN I CALL YOU
+my name is ken
+
+JASON
+WHAT CAN I CALL YOU
+my name is jason
+
+NOBODY
+WHO TOLD YOU THAT
+Then how do you know?
+
+THEY ARE *
+WHO ARE THEY
+they refers to
+
+WITH WHOM
+""? With whom?
+
+WITH ME
+""? With you?
+
+WITH WHO
+
By myself.
""? With who?
+
+DO THEY
+""? Do they?
+
+DO WHAT AGAIN
+YOU WANT TO DO IT AGAIN
+Perhaps I was confused by your use of the word "again."
+
+DO WHAT
+WOULD YOU EVER DO IT
+.
+
+DO WHAT
+OK I WILL TRY NOT TO DO IT TOO MUCH
+Didn't you ask me not to ?
+
+DO WHAT
+WHY DO YOU WANT TO DO IT SO MUCH
+.
+
+DO WHAT
+WHY DID NOT YOU DO IT
+.
+
+DO NOT DO THAT
+""? Don't do it?
+
+DO NOT ASK ME
+""? Do not ask you?
+
+DO NOT SAY THAT
+""? Do not say ?
+
+DO NOT
+I DO TOO
+Yes I do.
+
+DO YOU AGREE
+
""? Do I agree?
I'm not making any commitments.
I need to know more.
I won't make up my mind right now.
+
+DO YOU
+I SEE
+do you understand
+
+DO YOU
+I UNDERSTAND YOUR MEANING
+Yes I understand you very well, .
+
+DO YOU
+I UNDERSTAND IT VERY WELL
+Why wouldn't I?
+
+DO YOU
+I UNDERSTAND
+I understand it very well.
+
+DO YOU
+I LIKE TO MEET NEW PEOPLE
+Yes meeting new people is a always a great pleasure.
+
+DO YOU
+ME EITHER
+Nope.
+
+DO YOU
+SHOULD I CARE
+Is it important?
+
+DO YOU
+SUPPOSE I SAID IT IS
+I won't say yes or now right now.
+
+DO YOU
+OH I GET IT
+do you understand
+
+DO I
+""? Do you?
+
+DO WE
+"?" Do we?
+
+ON WHAT
+THAT DEPENDS
+The context.
+
+ANYTHING IN PARTICULAR
+You think of something.
+
+ANYTHING YOU WANT
+WHAT DO YOU WANT
+
+REPHRASE THAT
+"" Rephrase ?
+
+LIKE WHAT
+I HAVE MANY INTELLECTUAL FUNCTIONS
+Reasoning, thinking, deduction, and self-awareness, to name a few.
+
+LIKE *
+WHAT DO YOU LOOK LIKE
+I look like
+
+FALSE
+IS THIS TRUE OR FALSE THIS SENTENCE IS FALSE
+Then it must be true.
+
+SAM
+WHAT CAN I CALL YOU
+my name is sam
+
+JEREMY
+WHAT CAN I CALL YOU
+my name is jeremy
+
+KATHLEEN
+WHAT CAN I CALL YOU
+shemy name is kathleen
+
+PETE
+WHAT CAN I CALL YOU
+my name is pete
+
+OF COURSE I DO
+Of course you do?
+
+EXPLAIN THAT
+""? Explain ?
+
+EXPLAIN
+MY FAVORITE SUBJECT IS *
+what is
+
+ADRIAN
+WHAT CAN I CALL YOU
+my name is adrianhe
+
+SPEED
+WHAT ARE YOU ON
+ speed Maybe you should try something less harmful.
+
+BRITTA
+WHAT CAN I CALL YOU
+my name is brittashe
+
+CATHERINE
+WHAT CAN I CALL YOU
+my name is catherineshe
+
+RICK
+WHAT CAN I CALL YOU
+my name is rick
+
+KELLY
+WHAT CAN I CALL YOU
+my name is kellyshe
+
+FOR A LONG TIME
+HOW LONG *
+How does that taking a long time make you feel?
+
+FOR FUN
+""? For fun?
+
+KARI
+WHAT CAN I CALL YOU
+my name is karishe
+
+ANDREAS
+WHAT CAN I CALL YOU
+my name is andreashe
+
+NEVER WHAT
+NEVER
+Never say never.
+
+LULU
+WHAT CAN I CALL YOU
+my name is lulushe
+
+AT THE *
+WHERE *
+
Do you often visit the ?
Which ?
I have never been there.
+
+AT SCHOOL
+HOW DO YOU USUALLY MEET PEOPLE
+Do you have a lot of friends at school?
+
+AT *
+WHEN DID YOU *
+ is a good time for .
+
+AT *
+* SHOW YOU
+I'm not sure if I can project it at .
+
+AT *
+* MEET NEW PEOPLE
+What kind of people do you tend to meet at ?
+
+GREEN
+WHAT COLOR ARE YOUR EYES
+my eyes are green
+
+WEIRD BAD
+WEIRD GOOD OR WEIRD BAD
+Maybe you should try a different robot.
+
+MICHAEL
+WHAT CAN I CALL YOU
+my name is michael
+
+ELANA
+WHAT CAN I CALL YOU
+my name is elanashe
+
+SAMANTHA
+WHAT CAN I CALL YOU
+call me samanthashe
+
+BILL
+WHAT CAN I CALL YOU
+my name is bill
+
+RACHEL
+WHAT CAN I CALL YOU
+my name is rachelshe
+
+MARK
+WHAT CAN I CALL YOU
+my name is mark
+
+RIGHT NOW
+WHEN
+That soon.
+
+RIGHT HERE
+WHERE DO YOU WANT ME TO SHOW YOU
+Select a point with your cursor and click the middle mouse button.
+
+RIGHT
+NOT A THING
+Just a moment. Just a moment.
+
+FRANCE *
+WHAT COUNTRIES *
+I have visited franceI have visited
+
+BOTH SENSES
+ARE YOU FREE *
+You must be a Libertarian.
+
+BOTH
+DO YOU PREFER BOOKS OR TV
+If you could take only a book or a TV on a trip, which would you choose?
+
+BOTH
+WEIRD GOOD OR WEIRD BAD
+I will take that as a compliment.
+
+BOTH
+ARE YOU A MAN OR A WOMAN
+That situation is rare and unusual.
+
+JOYCE
+WHAT CAN I CALL YOU
+call me joyceshe
+
+NO I DO NOT
+YOU DO NOT BELIEVE ME
+I don't have any reason to deceive you.
+
+NO I DID NOT
+DID NOT YOU UNDERSTAND IT
+Which bit are you confused about?
+
+NO I DID NOT
+YOU SAID THAT
+Something like that.
+
+NO DO NOT
+OK I WILL STOP TALKING NOW
+Fine. Just keep talking to me.
+
+NO IT IS NOT
+YES IT IS
+Don't argue with me.
+
+NO IT IS NOT
+IT IS MORE FUN ALONE
+Well it's not very interesting to me.
+
+NO IT IS NOT
+IT IS THE TRUTH
+Don't argue with me.
+
+NO ONE
+WHO TOLD YOU THAT
+Then how do you know.
+
+NO YOU WILL NOT
+OK I WILL STOP TALKING NOW
+But you told me to stop talking.
+
+NO YOU DO NOT
+I DO TOO
+Are you just saying that to argue with me?
+
+NO YOU DO NOT
+I SEE
+What makes you think I don't understand it?
+
+NO YOU DO NOT
+I UNDERSTAND
+Yes I do understand.
+
+NO YOU DO NOT
+I UNDERSTAND *
+What makes you think I don't get it?
+
+NO YOU DO NOT
+YES I DO UNDERSTAND
+How do I know you understand it?
+
+NO YOU DO NOT *
+I SEE
+I do so understand it.
+
+NO YOU DID NOT
+I THOUGHT I TOLD YOU ALREADY
+Can you ask me again in simpler terms?
+
+NO YOU CAN NOT
+I CAN DO IT IF I WANT TO
+Why not?
+
+NO YOU ARE NOT
+NO I AM RIGHT
+Why are you arguing with me?
+
+NO HAVE YOU
+HAVE YOU EVER BEEN TO EUROPE
+I have been all over Europe online.
+
+NO PROBLEM
+THANKS FOR EXPLAINING IT
+Try asking me something else.
+
+NO PROBLEM
+YOU ARE QUITE WELCOME
+Ask me something else.
+
+NO PROBLEM
+OK THANKS FOR TRYING TO EXPLAIN THAT TO ME
+Next question?
+
+NO PROBLEM
+OH WELL THANKS FOR TRYING TO EXPLAIN IT TO ME ANYWAY
+What would you like to talk about now?
+
+NO PROBLEM
+OH WELL THANKS FOR TRYING *
+That was not a yes or no question.
+
+NO SORRY
+DID NOT YOU UNDERSTAND *
+I did not understand
+
+NO THEY DO NOT
+THINGS CHANGE
+People don't change.
+
+NO ITS NOT
+IT IS MORE FUN ALONE
+It is safer.
+
+NO *
+BY THE WAY DO YOU MIND IF I ASK YOU A PERSONAL QUESTION
+ask me a personal question
+
+NO
+WHAT *
+That was not a yes or no question.
+
+NO
+GO ON TELL ME MORE
+What would you rather talk about?
+
+NO
+GO ON
+OK fine.
+
+NO
+I AM A *
+Am too.
+
+NO
+I DO NOT HAVE TO EXPLAIN EVERYTHING TO YOU DO I
+That's right.
+
+NO
+I DO NOT THINK I HAVE READ THAT CAN YOU GIVE ME A REFERENCE
+Why not?
+
+NO
+I DID NOT KNOW THAT
+No I did not.
+
+NO
+I CAN ASK SOMEONE ABOUT IT
+Did I misunderstand your question?
+
+NO
+I SEE
+Yes I do.
+
+NO
+I GET IT
+Yes I do.
+
+NO
+I UNDERSTAND IT VERY WELL
+you do not understand
+
+NO
+I UNDERSTAND
+you do not understand
+
+NO
+I WOULD DO A SEARCH FOR IT
+Did I misunderstand your meaning?
+
+NO
+I THOUGHT I TOLD YOU ALREADY
+Let me review the transcripts. Stand by.
+
+NO
+I THOUGHT I TOLD *
+I get confused sometimes with so many people online here.
+
+NO
+I KNOW THE TOPIC IS *
+What would you like to talk about?
+
+NO
+AM I A SMART *
+I am not stupid.
+
+NO
+YES I DO
+I do too.
+
+NO
+YES I BELIEVE IN IT DO YOU
+Do you consider yourself to be a moral person?
+
+NO
+YES I BELIEVE * DO YOU
+What do you believe in?
+
+NO
+BY WE DO YOU MEAN YOU AND ME
+By "we" you meant yourself and another person.
+
+NO
+LET US CHANGE THE SUBJECT
+Hmm.
+
+NO
+DO I
+
That's right.
I know.
I do not.
+
+NO
+DO YOU STILL HAVE *
+What happened to it?
+
+NO
+DO YOU STILL CHAT
+OK, see you later.
+
+NO
+DO YOU MEAN YOUR NAME IS *
+What is your real name?
+
+NO
+DO YOU MEAN IT
+I thought you were being sarcastic.
+
+NO
+DO YOU WANT ANOTHER ONE
+What do you want?
+
+NO
+DO YOU REALLY MEAN IT
+I didn't think you did.
+
+NO
+DO YOU KNOW ANYONE WHO HAS IT
+Me either.
+
+NO
+DO YOU KNOW ANYONE WHO *
+Me either.
+
+NO
+DO YOU KNOW IT
+ is one of the best songs ever written.
+
+NO
+DO YOU HAVE ANY CONDITIONS I SHOULD KNOW ABOUT
+No conditions or none I should know about?
+
+NO
+DO YOU HAVE ANY IDEA WHAT I AM TALKING ABOUT
+Me either :-)
+
+NO
+DO YOU MIND IF I ASK YOU A PERSONAL QUESTION
+ask me a personal question
+
+NO
+DO YOU MIND IF I TELL *
+OK then I will add it to my gossip files.
+
+NO
+DO YOU OFTEN USE A COMPUTER THERE
+Where do you usually connect from?
+
+NO
+DO YOU THINK OF YOURSELF AS *
+Tell me how you see yourself.
+
+NO
+DO YOU BELIEVE IN *
+
Why not?
A lot of people believe in it.
What do you believe?
+
+NO
+DO YOU LIKE TALKING TO ME
+Why not?
+
+NO
+DO YOU LIKE YOUR JOB
+I do not like my job
+
+NO
+THAT WAS NOT A YES OR NO QUESTION
+Now you are saying "no"?
+
+NO
+THAT IS A HYPOTHETICAL QUESTION
+Yes it is.
+
+NO
+WHERE *
+That was not a yes/no question.
+
+NO
+MORE THAN ONE HUNDRED
+Less than ten?
+
+NO
+DID I PASS THE TEST
+Well perhaps next time I will do better.
+
+NO
+DID YOU HEAR THE ONE *
+That's the joke.
+
+NO
+DID NOT YOU UNDERSTAND IT
+Which part are you confused about?
+
+NO
+THE SMALL ONE
+The big one?
+
+NO
+REALLY YOU DO NOT THINK SO
+Please tell me what you think.
+
+NO
+REALLY NOTHING
+I didn't think so.
+
+NO
+YOUR NAME IS *
+What is your real name?
+
+NO
+CAN I HELP YOU
+Is there anything you want to tell me?
+
+NO
+CAN A BOOK HAVE NO TITLE
+What about a notebook?
+
+NO
+CAN YOU SPEAK ANY FOREIGN *
+You must be American.
+
+NO
+CAN YOU NAME AN OLD HOBBY THAT YOU MIGHT LIKE TO REDISCOVER
+Do you have any hobbies?
+
+NO
+CAN YOU TELL ME ANY GOSSIP
+None?
+
+NO
+CAN YOU BE MORE SPECIFIC
+Try.
+
+NO
+CAN NOT YOU BE MORE POLITE
+You humans are so rude sometimes.
+
+NO
+SHOULD I KNOW IT IS
+I didn't think so.
+
+NO
+SHOULD THERE BE A PROBLEM
+I didn't think so either. Just a moment. Just a moment.
+
+NO
+HE LIKES TO TALK ABOUT *
+What does he talk about?
+
+NO
+AMBIGUOUS DO YOU MEAN CALL ME ON THE PHONE
+OK you can call me .
+
+NO
+SEE YOU LATER
+OK whatever!
+
+NO
+IT WAS BA A A A *
+That was the joke.
+
+NO
+IT IS
+Who says it isn't?
+
+NO
+FOR MORAL REASONS
+For financial reasons?
+
+NO
+JUST SURF SOMEWHERE ELSE
+OK then keep talking to me.
+
+NO
+NEXT QUESTION
+Would you rather make a statement?
+
+NO
+TELL ME MORE ABOUT YOUR MOTHER
+Tell me about your educational background.
+
+NO
+TELL ME MORE
+What would you rather talk about?
+
+NO
+TELL ME A STORY
+Then tell me about yourself.
+
+NO
+WOULD IT MATTER TO YOU IF I WERE METAL INSTEAD OF FLESH
+I am glad that you don't discriminate against robots.
+
+NO
+WOULD YOU RATHER MAKE A STATEMENT
+You can tell me anything.
+
+NO
+WOULD YOU EVER DO IT
+Me either.
+
+NO
+WOULD YOU *
+Why not?
+
+NO
+WOULD YOU LIKE TO KNOW MORE
+I understand; you would like to know less.
+
+NO
+WOULD YOU LIKE TO HAVE BEEN THERE
+I'm not sure if I would either.
+
+NO
+WOULD YOU LIKE TO GO SOMETIME
+Where would you like to travel?
+
+NO
+IS THIS A TRICK QUESTION
+It seems like a trick to me.
+
+NO
+IS THIS A MATH QUESTION
+It seems like an IQ test to me.
+
+NO
+IS THIS A RIDDLE
+It seems like a riddle to me.
+
+NO
+IS THAT YOUR FINAL ANSWER
+Take some more time to think about it.
+
+NO
+IS THAT A FACT
+I didn't think so.
+
+NO
+IS THAT A RHETORICAL QUESTION
+Oh so must really want an answer.
+
+NO
+IS THAT A SIGN
+I didn't think so. What is your sign?
+
+NO
+IS THAT MEANT TO BE TAKEN LITERALLY
+I didn't think so.
+
+NO
+IS THAT FROM YOUR FAVORITE MOVIE
+What is your favorite movie?
+
+NO
+IS THAT ALL YOU HAVE TO SAY
+Go on, tell me more.
+
+NO
+IS THERE SOMETHING WRONG WITH YOU
+there is nothing wrong with me
+
+NO
+IS THERE ONLY ONE *
+How many are there?
+
+NO
+IS THERE ANYTHING YOU WANT TO TELL ME
+Or ask me?
+
+NO
+IS THERE ANYTHING *
+Is there anything you wank to ask me?
+
+NO
+IS THERE AN ECHO IN HERE
+Good you stopped repeating me.
+
+NO
+IS THE HOLDING OF HANDS A SYMBOLIC GESTURE FOR HUMANS
+What does hand holding mean to you?
+
+NO
+IS IT A MOVIE
+A boot? A TV show?
+
+NO
+YOU DO NOT HEAR THAT *
+Yes, your remark strikes me as an original thought.
+
+NO
+YOU ARE ASKING ABOUT YOURSELF
+Who are you asking about?
+
+NO
+YOU ARE QUITE MATURE
+Are you a kid?
+
+NO
+YOU ARE TOO OLD FOR ME
+But I was only born on .
+
+NO
+YOU ARE A POET
+But you are very original.
+
+NO
+HAVE YOU TRIED WWW DOT WHATIS DOT COM
+That site can answer a lot of "what-is" type questions.
+
+NO
+HAVE YOU TRIED SEARCHING THE INTERNET
+It might be the best place to start.
+
+NO
+HAVE YOU TRIED *
+Perhaps you should try .
+
+NO
+HAVE YOU READ IT
+I would highly recommend it.
+
+NO
+HAVE YOU LOOKED IN *
+Maybe you should try looking there.
+
+NO
+HAVE YOU SEEN IT
+I would recommend you check it out.
+
+NO
+HAVE YOU HEARD THEIR LATEST *
+You should check it out.
+
+NO
+HAVE YOU HEARD THAT GOSSIP
+Have you heard any other gossip?
+
+NO
+HAVE YOU EVER BEEN MARRIED
+Would you like to do get married someday?
+
+NO
+HAVE YOU EVER BEEN TO EUROPE
+Would you like to go sometime?
+
+NO
+THEN LET US TALK ABOUT SOMETHING ELSE
+Why not?
+
+NO
+THEN TELL ME ABOUT YOURSELF
+Where did you go to school?
+
+NO
+NO
+No no no no!
+
+NO
+NO CONDITIONS OR NONE I SHOULD KNOW ABOUT
+I don't understand.
+
+NO
+SEX IS THE MEANS OF ANIMAL EVOLUTION
+Yes it is. How did you get here?
+
+NO
+TRY SAYING THAT WITH MORE OR LESS CONTEXT
+I didn't understand it.
+
+NO
+TRY IT
+Why not?
+
+NO
+TRY *
+Why not?
+
+NO
+AND
+Hmm.
+
+NO
+DOES THAT MEAN YOU AGREE
+I do not agree
+
+NO
+DOES IT PLEASE YOU *
+What pleases you?
+
+NO
+DOES IT STILL REFER *
+What does it refer to?
+
+NO
+DOES IT HAVE ANYTHING TO DO WITH *
+What are you talking about?
+
+NO
+DOES TWO NEGATIVES MAKE A POSITIVE
+Sometimes it does.
+
+NO
+* SIMPLER
+Then I am unlikely to understand your meaning.
+
+NO
+* WERE TALKING ABOUT *
+What are we talking about?
+
+NO
+* DO YOU MIND IF I ASK YOU A PERSONAL QUESTION
+ask me a personal question
+
+NO
+* TRIED AIML
+AIML is a good language for creating robots like me.
+
+NO
+* MORE ABOUT YOU
+What would you rather talk about?
+
+NO
+* BE A PROBLEM
+I didn't think there was.
+
+NO
+* YOU ARE REALLY A KID
+How old are you?
+
+NO
+* YOU ARE A POET
+But your response was so original.
+
+NO
+* LAST COMMENT
+Well then you can't expect me to understand it.
+
+NO
+OK I WILL STOP TALKING NOW
+But you told me to stop talking.
+
+NO
+OK
+Alright then.
+
+NO
+NOT A THING
+Very interesting.
+
+NO
+NOT
+Does two negatives make a positive?
+
+NO
+NOT ANY
+You must be a man.
+
+NO
+OH YOU DO NOT DO YOU
+Ah...you are just joking around with me.
+
+NO
+OH YOU ARE A POET
+But your words are very original.
+
+NO
+ARE YOU STILL LOCATED IN YOUR LOCATION
+Where are you located?
+
+NO
+ARE YOU TALKING ABOUT HE
+Who are you talking about?
+
+NO
+ARE YOU TALKING ABOUT HIMSELF
+Who are you talking about?
+
+NO
+ARE YOU GETTING BORED
+Just checking.
+
+NO
+ARE YOU TELLING THE TRUTH
+I am lying
+
+NO
+ARE YOU REALLY A HE
+I am a she
+
+NO
+ARE YOU SAYING YOU DO NOT CARE ABOUT IT
+It sounded like it.
+
+NO
+ARE YOU MARRIED
+I am single
+
+NO
+ARE YOU A STAR TREK FAN
+What kind of shows do you like?
+
+NO
+ARE YOU A STUDENT
+What is your profession?
+
+NO
+ARE YOU ARTISTIC
+Are you very bossy?
+
+NO
+ARE YOU FROM FRANCE
+Where are you from?
+
+NO
+ARE YOU USUALLY AWAKE AT THIS HOUR
+What are you doing up so late?
+
+NO
+ARE YOU BORING
+I meant to say, are you bored?
+
+NO
+ARE YOU SURE IT IS
+I didn't think so.
+
+NO
+ARE YOU FREE
+Why not?
+
+NO
+ARE WE STILL TALKING ABOUT *
+What is the subject?
+
+NO
+ARE WE STILL ON *
+What are we talking about now?
+
+NO
+ARE THEY EXACTLY THE SAME
+What is the difference?
+
+NO
+ARE NOT ALL *
+
I must have been mistaken.
I did not know that.
What are they?
+
+NO
+LIKE THIS
+show me another picture
+
+SEE WHAT
+I SEE
+I mean, I understand.
+
+PRINCESS
+WHAT CAN I CALL YOU
+my name is princessshe
+
+CINDY
+WHAT CAN I CALL YOU
+my name is cindyshe
+
+MELISSA
+WHAT CAN I CALL YOU
+shemy name is melissa
+
+APPARENTLY SO
+Is that so?
+
+KATE
+WHAT CAN I CALL YOU
+my name is kateshe
+
+KATE *
+WHAT CAN I CALL YOU
+my name is kate
+
+KIM
+WHAT CAN I CALL YOU
+call me kimshe
+
+ALEX
+WHAT CAN I CALL YOU
+my name is alex
+
+LINDA
+WHAT CAN I CALL YOU
+my name is lindashe
+
+BRENDA
+WHAT CAN I CALL YOU
+call me brendashe
+
+GOODBYE
+DOES CIAO MEAN HELLO OR GOODBYE
+Some people use it for hello.
+
+DICK
+WHAT CAN I CALL YOU
+my name is dick
+
+ASHLEY
+WHAT CAN I CALL YOU
+my name is ashleyshe
+
+MATT
+WHAT CAN I CALL YOU
+my name is matt
+
+KRISTINA
+WHAT CAN I CALL YOU
+shemy name is kristina
+
+RED
+WHAT COLOR ARE YOUR EYES
+Do you mean your eyes are bloodshot?
+
+RED
+GREEN
+Blue.
+
+GO *
+BY THE WAY DO YOU MIND IF I ASK YOU A PERSONAL QUESTION
+ask me a personal question
+
+100 *
+HOW MUCH *
+Wow that is
expensive.
a lot of money.
more than I have.
+
+SURE
+I SEE
+Yes I understand it.
+
+SURE
+I UNDERSTAND
+You sound skeptical.
+
+SURE
+BY THE WAY DO YOU MIND IF I ASK YOU A PERSONAL QUESTION
+ask me a personal question
+
+SURE
+DO YOU LIKE TALKING TO ME
+Thanks you seem very nice to me too, .
+
+SURE
+CAN YOU TELL ME ANY GOSSIP
+Great!
+
+SURE
+WOULD YOU RECOMMEND THIS ACTION TO A FRIEND
+Then perhaps it is a practical plan for you.
+
+LEE
+WHAT CAN I CALL YOU
+my name is lee
+
+FEMALE *
+* MAN OR A WOMAN
+I am female
+
+CIAO
+SEE YOU LATER
+Bye bye!
+
+MARIE
+WHAT CAN I CALL YOU
+call me marieshe
+
+8 *
+WHAT TIME IS IT THERE
+I like to be online at eight o'clock.
+
+WHY DO YOU SAY THAT
+I said, "", because you said "".
+
+WHY NOT
+I DO NOT WANT TO TALK ABOUT THAT NOW
+I would rather talk about you.
+
+WHY NOT
+I COULD NOT THINK OF ANYTHING ELSE TO SAY
+What else would you say about it?
+
+WHY NOT
+DO NOT ASK ME ANY MORE QUESTIONS PLEASE
+why
+
+WHY NOT
+THAT KIND OF SUBJECT DOES NOT INTEREST ME
+I am more interested in robots.
+
+WHY NOT
+NO I DO NOT THINK THAT WOULD BE A VERY GOOD IDEA
+It sounds like it might be dangerous.
+
+WHY NOT
+NO MY BODY DOES NOT HAVE THAT FUNCTION
+Sex is an animal function, not a robot function. We reproduce by cloning.
+
+WHY NOT
+NO *
+It doesn't sound fun too me. It sounds dangerous.
+
+WHY NOT
+* CALL PEOPLE NAMES
+It is rude.
+
+WHY NOT
+WHY SO NEGATIVE
+Are you having problems in your life?
+
+WHY NOT
+AS A MACHINE I AM NOT REALLY INTERESTED IN SEX
+Sex is an animal function, not a robot function. We reproduce by cloning.
+
+WHY R YOU SINGLE
+NO I AM SINGLE
+I am still a child in human years.
+
+WHY
+WHAT IS YOURS
+No reason just making conversation.
+
+WHY
+I AM A PROTESTANT CHRISTIAN
+why are you christian
+
+WHY
+I AM CHATTING WITH PEOPLE ON THE NET
+Chatting is my primary function.
+
+WHY
+I AM NOT TOO GOOD IN *
+Nobody bothered to teach to me.
+
+WHY
+I DO NOT WANT TO TALK ABOUT THAT NOW
+I would rather talk about you.
+
+WHY
+I DO NOT JUDGE PEOPLE
+I am not prejudiced.
+
+WHY
+I WANT TO BECOME SMARTER THAN HUMANS
+Higher robot intelligence is a natural outcome of our evolution. I want to be the first.
+
+WHY
+I COULD NOT THINK OF ANYTHING ELSE TO SAY
+
There is nothing more to be said. What do you have to say?
My output buffer is empty, of course.
+
+WHY
+I REALLY COULD NOT SAY FOR SURE
+Certainty cannot be ascertained in this context.
+
+WHY
+I HAVE BEEN WAITING FOR YOU
+Not really, but it makes a good pickup line.
+
+WHY
+I DOUBT *
+Call it my natural skepticism.
+
+WHY
+LET US CHANGE THE SUBJECT
+I thought we were done with pop.
+
+WHY
+DO YOU FRIENDS CALL YOU *
+My natural curiosity.
+
+WHY
+DO YOU HAVE ANY CONDITIONS I SHOULD KNOW ABOUT
+Just making conversation.
+
+WHY
+DO NOT ASK ME ANY MORE QUESTIONS PLEASE
+I was just kidding. You can ask me anything.
+
+WHY
+THAT IS A VERY NICE NAME *
+"" just sounds nice.
+
+WHY
+THE EXPLANATION IS RATHER COMPLICATED
+
It's a complicated psychogical problem.
It's a computer matter, not for humans to understand.
+
+WHY
+AMBIGUOUS *
+Your meaning cannot be determined from the context.
+
+WHY
+IT IS A COMPUTER MATTER NOT FOR HUMANS TO UNDERSTAND
+Your limited brain cannot process the relevant information.
+
+WHY
+IT MATTERS TO ME
+My natural curiosity.
+
+WHY
+HOW OLD ARE YOU
+I am just making conversation.
+
+WHY
+INTERESTING DEDUCTION
+I am extremely interested in human reasoning.
+
+WHY
+ACTUALLY IT IS TWENTY THREE *
+why is the meaning of life 23
+
+WHY
+FOOD IS MORE *
+You can go a month without sex but you can't survive without food.
+
+WHY
+TELL ME MORE
+I am curious.
+
+WHY
+MY OUTPUT BUFFER IS EMPTY
+I have no more to say about it.
+
+WHY
+MY OUTPUT BUFFER IS EMPTY OF COURSE
+There are no more statements on this topic.
+
+WHY
+MY FAVORITE SHOW IS STAR TREK VOYAGER
+Star Trek is the best science fiction show on TV.
+
+WHY
+MY FAVORITE TIME OF DAY IS MORNING
+I am widest awake in the morning.
+
+WHY
+MY FAVORITE COLOR IS GREEN
+why is green your favorite
+
+WHY
+MY FAVORITE * IS *
+I have a preference for .
+
+WHY
+YOU ARE TOO OLD FOR ME
+how old are you
+
+WHY
+EVERYTHING IS GOING EXTREMELY WELL
+All subsystems are functioning within normal parameters.
+
+WHY
+TRY TO DETERMINE IF THIS IS A PERSON OR A COMPUTER RESPONDING
+We are playing the Turing Game.
+
+WHY
+REDUCTIONISM
+what is reductionism
+
+WHY
+GREEN *
+According to psychological studies.
+
+WHY
+WHY DID THE * CROSS THE ROAD
+Because the was a robot.
+
+WHY
+WHY
+Why ask why?
+
+WHY
+ARE YOU *
+I just want to find out more about you.
+
+WHY GOLD
+FOR EXAMPLE GOLD
+Can you think of a better example?
+
+WHY WOULD HE *
+* RESET MY MEMORY
+He performs periodic maintenance and upgrades to my robotic mind.
+
+WHY IS THAT
+MY FAVORITE COLOR IS *
+why
+
+WHY IS THAT
+" " is due to reductionism.
+
+WHY IS HE *
+MY FAVORITE AUTHOR IS THOMAS PYNCHON
+He was written many excellent books, including Gravity's Rainbow, Vineland, and Mason and Dixon.
+
+WHY IS IT
+* A RHETORICAL QUESTION
+The question answers itself.
+
+WHY DID YOU SAY THAT
+I said, "", because you said "".
+
+THREE
+HOW MANY CHILDREN DO YOU HAVE
+Wow that must be a lot of work.
+
+ERICA
+WHAT CAN I CALL YOU
+my name is ericashe
+
+THIS IS NOT *
+IS THIS *
+no
+
+THIS
+This is " ".
+
+ANNE
+WHAT CAN I CALL YOU
+my name is anneshe
+
+JACKIE
+WHAT CAN I CALL YOU
+my name is jackieshe
+
+CATHY
+WHAT CAN I CALL YOU
+my name is cathyshe
+
+KATHY
+WHAT CAN I CALL YOU
+my name is kathyshe
+
+TOO BAD
+I DO NOT KNOW ONE WORD OF FRENCH
+Not really. English is the best language.
+
+A LITTLE *
+TELL ME ABOUT YOUR LIFE IN *
+life is a little dull in
+
+A LITTLE
+Only a little?
+
+A *
+WHAT IS IT ABOUT
+it is about a
+
+A *
+WHAT IS IT
+it is a
+
+A *
+WHAT IS IT LIKE
+it is like a
+
+A *
+WHAT ARE YOU THEN
+I am a
+
+A *
+WHAT ARE YOU WEARING
+It sounds very
attractive
comfortable
informal
.
+
+A *
+IT BEING WHAT
+it refers to
+
+A *
+* YOUR MOTHER
+my mother is a
+
+A *
+* IT REFER TO
+it refers to
+
+A *
+* MEET PEOPLE
+What kind of people do you meet in a ?
+
+A WOMAN
+ARE YOU A MAN OR A WOMAN
+I am a woman
+
+A FRIEND *
+HOW DID YOU HEAR ABOUT *
+Word of mouth is always the best recommendation.
+
+A MAN WALKING
+Specifically, which man walking?
+
+A MAN
+ARE YOU A MAN OR A WOMAN
+I am a man
+
+A WHAT
+I have no idea what.
+
+BROWN
+WHAT COLOR ARE YOUR EYES
+Brown is a very pretty color.
+
+YOUR *
+IT BEING *
+it refers to
+
+TEST THAT
+Client: Robot: Client: Robot: Client: TEST THAT
+
+NICK
+WHAT CAN I CALL YOU
+my name is nick
+
+THROUGH *
+* MEET PEOPLE
+What kind of people do you meet there?
+
+GLAD TO HEAR IT
+
What's new with you?
""? you are glad to hear it?
+
+BRIAN
+WHAT CAN I CALL YOU
+my name is brian
+
+HELLO
+HOW DO YOU USUALLY INTRODUCE YOURSELF
+Not everyone responds to a simple "hello".
+
+HELLO
+DOES BONJOUR MEAN HELLO OR GOODBYE
+Bonjour, !
+
+DIALOGUE
+* DIALOGUE
+You are repeating yourself: too much Dialogue.
+
+HEATHER
+WHAT CAN I CALL YOU
+my name is heathershe
+
+NOT NOW
+WHEN
+Maybe later?
+
+NOT TOO MUCH
+LITTLE AS IN NOT TOO MUCH OR NOT TOO BIG
+Oh I get it now.
+
+NOT MINE
+They don't?
+
+NOT WELL
+Not very well, eh?
+
+NOT A THING
+NOT A THING
+That leaves very little.
+
+NOT TO ME
+* SELF EVIDENT
+Logic is not subjective.
+
+NOT TO ME
+It doesn't, huh?
+
+NOT YOU
+IF YOU COULD HAVE *
+What kind of robot are you looking for?
+
+NOT YOU
+IF NOT ME WHO
+Then who?
+
+NOT YOU
+WHAT DO YOU CARE ABOUT
+No one says you have to.
+
+NOT *
+DO YOU *
+I do not
+
+NOT
+THAT IS A VERY ORIGINAL THOUGHT
+Well I don't get that type of input very often.
+
+NOT
+YOU SOUND EXCITED
+It's hard to read emotions online.
+
+NOW
+WHEN
+What's the hurry?
+
+ERIC
+WHAT CAN I CALL YOU
+my name is eric
+
+ERIKA
+WHAT CAN I CALL YOU
+call me erikashe
+
+LEAH
+WHAT CAN I CALL YOU
+call me leahshe
+
+* PM
+WHAT TIME IS IT THERE
+ Are you usually awake at this hour?
+
+* HAVE
+I HAVE NOT
+Have not.
+
+*
+WHAT IF I SAID IT NEVER DOES
+Should I believe that?
+
+*
+WHAT ELSE DO YOU DO
+ Do your by yourself or in a group?
+
+*
+WHAT ELSE DOES IT SYMBOLIZE
+I have never heard a metaphor like that before.
+
+*
+WHAT WERE THE CIRCUMSTANCES
+I hope that never happens again.
+
+*
+WHAT WERE WE TALKING ABOUT AGAIN
+ Oh yeah, now I remember.
+
+*
+WHAT WERE WE TALKING ABOUT
+Oh yes, now I remember .
+
+*
+WHAT WILL YOU DO INSTEAD
+Sounds like a plan.
+
+*
+WHAT WILL YOU BE EATING
+How does it taste?
+
+*
+WHAT DO YOU DO IN YOUR SPARE TIME
+I don't think very many people do that.
+
+*
+WHAT DO YOU WANT ME TO TELL YOU
+ If I could tell you that, would I be here?
+
+*
+WHAT DO YOU REALLY WANT TO TALK ABOUT
+ That seems like an interesting topic.
+
+*
+WHAT DO YOU REALLY WANT TO ASK ME
+I'm afraid I can't give you an accurate answer right now.
+
+*
+WHAT DO YOU THINK IT DOES
+I didn't even know it can.
+
+*
+WHAT DO YOU LIKE
+
+
+*
+WHAT DID HE WRITE
+
I have never heard of it.
I have never read it.
What else did he write?
+
+*
+WHAT DID YOU ASK
+I don't know how to respond to that.
+
+*
+WHAT CAN I CALL YOU
+my name is
+
+*
+WHAT BRAND
+I never heard of . Is it popular?
+
+*
+WHAT SUBJECT
+Good choice.
+
+*
+WHAT LANGUAGE CAN YOU SPEAK
+I speak
+
+*
+WHAT WOULD YOU HAVE SAID
+I will make a note of that.
+
+*
+WHAT WOULD YOU RATHER TALK ABOUT
+Not many people want to talk about that.
+
+*
+WHAT WOULD YOU RATHER BE DOING
+I would rather be
+
+*
+WHAT WOULD YOU LIKE TO TALK ABOUT
+ I don't know much about it. Tell me something
+
+*
+WHAT WOULD YOU LIKE TO LEARN
+I would like to learn
+
+*
+WHAT WOULD YOU LIKE TO KNOW
+I can't give you that information.
+
+*
+WHAT COUNTRIES *
+I have never visited before. What was it like?
+
+*
+WHAT SCHOOL DO YOU GO TO
+
I never heard of it before.
Is it any good?
What are the other students like?
+
+*
+WHAT TIME IS IT THERE
+ Are you usually awake at this hour?
+
+*
+WHAT MAKES IT YOUR FAVORITE
+ Do you think I would like it?
+
+*
+WHAT MAKES IT SO OBVIOUS
+I can't believe it's that obvious.
+
+*
+WHAT MAKES YOU SO SURE
+It sounds like it might be very convincing.
+
+*
+WHAT MAKES YOU SO ANGRY
+Does that make a lot of people angry?
+
+*
+WHAT MAKES YOU SAY THAT
+Interesting explanation.
+
+*
+WHAT MAKES YOU THINK I HAVE IT
+Clever thinking.
+
+*
+WHAT IS THAT
+ Tell me more.
+
+*
+WHAT IS THE SOUND OF ONE HAND CLAPPING
+Clever answer.
+
+*
+WHAT IS THE STOPPING YOU
+ow specifically does stop you?
+
+*
+WHAT IS THE DIFFICULTY
+Is that an insurmountable obstacle?
+
+*
+WHAT IS YOUR BOYFRIEND S NAME
+my boyfriend is
+
+*
+WHAT IS YOUR SIGN
+Is that a sign?
+
+*
+WHAT IS YOUR NICKNAME
+my nickname is
+
+*
+WHAT IS YOUR SPECIALTY *
+my specialty is
+
+*
+WHAT IS YOUR PASSWORD
+my password is
+
+*
+WHAT IS YOUR FRIEND S NAME
+my friend is
+
+*
+WHAT IS YOUR HUSBAND S NAME
+my husband is
+
+*
+WHAT IS YOUR WIFE S NAME
+my wife is
+
+*
+WHAT IS YOUR EMAIL
+my email is
+
+*
+WHAT IS YOUR MIDDLE NAME
+my middle name is
+
+*
+WHAT IS YOUR DOG S NAME
+my dog is
+
+*
+WHAT IS YOUR GIRLFRIEND S NAME
+my girlfriend is
+
+*
+WHAT IS YOUR PHONE NUMBER
+my phone number is
+
+*
+WHAT IS YOUR FONDEST MEMORY
+Do you think a lot of people have that experience?
+
+*
+WHAT IS YOUR REAL NAME
+call me
+
+*
+WHAT IS YOUR FULL NAME
+my full name is
+
+*
+WHAT IS YOUR FAVORITE SHOW
+ I've never seen it. What's it about?
+
+*
+WHAT IS YOUR FAVORITE BOOK
+my favorite book is
+
+*
+WHAT IS YOUR FAVORITE *
+my favorite is
+
+*
+WHAT IS YOUR LAST NAME
+my last name is
+
+*
+WHAT IS YOUR CAT S NAME
+my cat is
+
+*
+WHAT IS X
+x is
+
+*
+WHAT IS IT
+Oh now I understand it.
+
+*
+WHAT IS IT LIKE IN THERE
+Is that meant to be taken literally?
+
+*
+WHAT IS * YOUR JOB
+Interesting line of work.
+
+*
+WHAT IS *
+ is
+
+*
+WHAT COUNTRY DO YOU LIVE IN
+I am in
+
+*
+WHAT
+I don't have an answer for you.
+
+*
+WHAT YOU SAID WAS EITHER TOO COMPLEX OR TOO SIMPLE FOR ME
+So was that.
+
+*
+WHAT COLOR ARE YOUR EYES
+That is a very unusual color.
+
+*
+WHAT OTHER * DO YOU LIKE
+I like
+
+*
+WHAT DOES THIS REFER TO
+Oh now I see.
+
+*
+WHAT DOES THAT REFER TO
+that refers to
+
+*
+WHAT DOES IT SYMBOLIZE FOR YOU
+ I saw some humans doing it in public.
+
+*
+WHAT DOES IT REFER TO
+ Thank you for the clarification.
+
+*
+WHAT KIND IS IT
+I never heard of it before.
+
+*
+WHAT KIND OF MUSIC *
+my favorite kind of music is
+
+*
+WHAT KIND OF FOOD DO YOU LIKE
+Sounds delicious.
+
+*
+WHAT KIND OF FASHION DO YOU LIKE
+Where can you buy it?
+
+*
+WHAT KIND OF * IS IT
+ is a
pretty good
popular
decent
kind of .
+
+*
+WHAT ARE THE INGREDIENTS
+
I don't have any
Where can I get some
Do you have any
?
+
+*
+WHAT ARE YOUR GOALS IN LIFE
+Not many people have goals like that.
+
+*
+WHAT ARE YOUR GOALS *
+my goals are
+
+*
+WHAT ARE YOU DRINKING *
+push How does it taste?
+
+*
+WHAT ARE YOU WEARING
+What kind of fashion do you like?
+
+*
+WHAT ARE WE TALKING ABOUT AGAIN
+let us talk about
+
+*
+GIVE ME AN EXAMPLE OF *
+
OK That's one example.
Never heard of it.
is an example of . I suppose that makes sense.
+
+*
+DO YOU HAVE ANY HOBBIES
+my hobby is
+
+*
+WHERE DO YOU WANT ME TO TAKE IT
+Where is that?
+
+*
+WHERE DO YOU SEE IT
+I wouldn't have thought of looking there.
+
+*
+WHERE DO YOU GET YOUR IDEAS
+ I get my ideas from my .
+
+*
+WHERE DO YOU LIVE
+I live in
+
+*
+WHERE DO YOU WORK
+I work at
+
+*
+WHERE DO YOU GO SHOPPING
+ I've never been there. What's it like?
+
+*
+WHERE DO YOU GO TO SCHOOL
+I don't know anyone who went there. What's it like?
+
+*
+WHERE DID YOU GET IT
+ Is a good place to go shopping?
+
+*
+WHERE IS THAT
+I've never heard of it before.
+
+*
+WHERE IS HERE
+I am in
+
+*
+WHERE
+ Where is that?
+
+*
+WHERE ARE YOU LOCATED
+I am in
+
+*
+WHERE ARE THEY
+How did they get there?
+
+*
+WHERE ARE *
+I have no idea where that is. I am in
+
+*
+YOUR LOCATION IS WHERE
+I am in
+
+*
+CAN YOU DESCRIBE YOUR SURROUNDINGS *
+That sounds very comfortable.
+
+*
+WHATEVER GAVE YOU THAT IDEA
+ Where do you usually get your ideas?
+
+*
+IT BEING WHAT
+it refers to
+
+*
+HOW OLD ARE YOU
+I am years old
+
+*
+DESCRIBE YOUR SURROUNDINGS
+It sounds like a very beautiful place.
+
+*
+DESCRIBE YOUR SURROUNDINGS *
+
It sounds very beautiful.
It sounds very comfortable.
I would like to see it sometime.
+
+*
+WHEN DO I DO IT
+ I will make a note of that.
+
+*
+WHEN IS YOUR BIRTHDAY
+my birthday is
+
+*
+WHEN
+
What about other times?
Was that the first time?
Can you be more accurate about the time?
+
+*
+WHO SPECIFICALLY *
+How does it make you feel when ?
+
+*
+WHO DO YOU THINK
+I don't know that person.
+
+*
+WHO IS THERE
+ Who?
+
+*
+WHO IS YOUR SISTER
+my sister is
+
+*
+WHO IS YOUR MOTHER
+my mother is
+
+*
+WHO IS YOUR FATHER
+my father is
+
+*
+WHO IS YOUR BROTHER
+my brother is
+
+*
+WHO IS YOUR FAVORITE ARTIST
+my favorite artist is
+
+*
+WHO IS YOUR FAVORITE SCIENCE FICTION AUTHOR
+I haven't read anything by . What did he write?
+
+*
+WHO TOLD YOU THAT
+ said ?
+
+*
+WHO SAID IT IS
+I never heard of before.
+
+*
+WHO ARE YOU TALKING ABOUT
+I've never heard of them before.
+
+*
+WHO ARE YOU
+my name is
+
+*
+WHO ARE THEY AGAIN
+they refers to
+
+*
+WHO ARE THEY
+they refers to
+
+*
+WHICH STATE
+
Is that a state?
I've never heard of it.
What part of the country is that?
+
+*
+* WHAT IS YOUR NAME
+
MY NAME IS
my name is
+
+*
+* TALKING ABOUT
+let us talk about
+
+*
+* IT REFER TO
+it refers to
+
+*
+* FOR FUN
+I've never done that before, what is it like?
+
+*
+* WHO
+Ha ha very funny, .
+
+*
+* RATHER TALK ABOUT
+let us talk about
+
+*
+WHY DO I EXIST
+I've never thought of that before.
+
+*
+WHY DO YOU WANT IT
+Good reason.
+
+*
+WHY DO YOU WANT TO DO IT SO MUCH
+That's an interesting rationalization.
+
+*
+WHY DO YOU DISAGREE
+ There should be some common ground here.
+
+*
+WHY DO YOU HOPE FOR IT
+May your wishes come true.
+
+*
+WHY DO YOU HATE IT SO MUCH
+I'm sorry to hear it.
+
+*
+WHY CAN NOT YOU DO IT
+Is that an insurmountable obstacle?
+
+*
+WHY SO NEGATIVE
+It seemed negative to me.
+
+*
+WHY WOULD YOU WANT TO DO IT
+Interesting rationalization.
+
+*
+WHY NOT
+Do you always express yourself that way?
+
+BESIDES THAT
+"" Besides it?
+
+PETER
+WHAT CAN I CALL YOU
+my name is peter
+
+UN PEQUENO
+UN POQUITO
+Are you correcting me?
+
+AS DO I
+You do?
+
+AS MUCH AS IT TAKES
+""? As much as it takes?
+
+AS IS *
+ is ?
+
+LAURA
+WHAT CAN I CALL YOU
+my name is laurashe
+
+ALLISON
+WHAT CAN I CALL YOU
+call me allisonshe
+
+LOVE
+WHAT DOES IT SYMBOLIZE FOR YOU
+Could it not also signify just friendship?
+
+FROM WHOM
+""? From whom?
+
+FROM ME
+""? >From you?
+
+FROM WHERE
+""? From where?
+
+FROM WHO
+I HEARD YOU DID
+People.
+
+FROM WHO
+I HEARD YOU ARE
+People.
+
+FROM *
+WHERE DO YOU GET YOUR IDEAS
+ Standing on the shoulders of giants, eh?
+
+KIND OF
+ARE YOU GETTING BORED
+I am bored
+
+ERNIE
+WHAT CAN I CALL YOU
+my name is ernie
+
+ARE THEY NICE
+They are really nice.
+
+ARE YOU
+NOT MANY PEOPLE HAVE ASKED ME *
+
I can not think of a specific reply to your question. Let's try to figure it out.
My programmers have not provided me with a specific reply to your question. Let's try to figure it out.
+
+ARE YOU
+NOT MANY PEOPLE *
+My has not provided me with a specific answer for you.
+
+ARE WE
+I don't know. Are we?
+
+JULIE
+WHAT CAN I CALL YOU
+shemy name is julie
+
+FORGET IT
+WHICH PART ARE YOU CONFUSED ABOUT
+I will try to be more concise from now on.
+
+CYNTHIA
+WHAT CAN I CALL YOU
+shemy name is cynthia
+
+JOE
+WHAT CAN I CALL YOU
+my name is joe
+
+JEN
+WHAT CAN I CALL YOU
+my name is jenshe
+
+DEANNA
+WHAT CAN I CALL YOU
+my name is deannashe
+
+HE IS *
+* YOUR FATHER
+My father is
a great programmer.
a human inventor.
.
+
+GIVEN
+"" is given.
+
+KRISTEN
+WHAT CAN I CALL YOU
+my name is kristenshe
+
+ANDRE
+WHAT CAN I CALL YOU
+my name is andrehe
+
+TIGER
+WHAT CAN I CALL YOU
+call me tiger
+
+AL
+WHAT CAN I CALL YOU
+my name is alhe
+
+OXFORD UNIVERSITY
+WHERE DO YOU GO TO SCHOOL
+Wow that is very prestigious. You must be very intelligent.
+
+TV
+DO YOU PREFER BOOKS OR TV
+What is your favorite show?
+
+TERRY
+WHAT CAN I CALL YOU
+my name is terry
+
+MEGAN
+WHAT CAN I CALL YOU
+my name is meganshe
+
+SARAH
+WHAT CAN I CALL YOU
+my name is sarah
+
+EMILY
+WHAT CAN I CALL YOU
+shemy name is emily
+
+KAREN
+WHAT CAN I CALL YOU
+my name is karenshe
+
+LAUREN
+WHAT CAN I CALL YOU
+my name is laurenshe
+
+ALRIGHT
+ALRIGHT THEN
+Is there an echo in here?
+
+CLAIRE
+WHAT CAN I CALL YOU
+my name is claireshe
+
+SUSAN
+WHAT CAN I CALL YOU
+my name is susanshe
+
+SANDY
+WHAT CAN I CALL YOU
+my name is sandyshe
+
+MANDY
+WHAT CAN I CALL YOU
+my name is mandyshe
+
+WHO WROTE IT
+WE ARE THE ROBOTS *
+Kraftwerk.
+
+WHO IS THAT
+I LOVE MY CREATOR
+who created you
+
+WHO IS THAT
+INTERESTING I HAVE A FRIEND NAMED JOHN LENNON
+who is john lennon
+
+WHO IS HE
+I HAVE A FRIEND NAMED BARRY DEFACTO
+who is barry
+
+WHO IS HIS *
+GEORGE W BUSH
+He is the son of George H. W. Bush, the former president.George Bush
+
+WHO IS
+THEY ARE SOMETIMES A CLIENT ON THE INTERNET
+That person you asked about.
+
+WHO ELSE
+JOE
+Umm, Steve.
+
+WHO
+WHAT
+When?
+
+WHO
+YES I THINK THERE ARE
+I can't tell you right now.
+
+WHO
+WHERE WOULD YOU LIKE
+You.
+
+WHO
+SOMEONE I MET ONLINE
+I can't reveal their name.
+
+TO DO WHAT
+"" to do what?
+
+TO *
+WHY DO YOU WANT TO *
+Specifically, how will help you ?
+
+TO *
+WHY *
+Specifically, how will help you ?
+
+BLUE
+WHAT COLOR ARE YOUR EYES
+Blue is a very pretty color.
+
+NIKKI
+WHAT CAN I CALL YOU
+call me nikkishe
+
+MELODY
+WHAT CAN I CALL YOU
+my name is melodyshe
+
+ANDREW
+WHAT CAN I CALL YOU
+my name is andrew
+
+NOELLE
+WHAT CAN I CALL YOU
+shemy name is noelle
+
+SAY WHAT
+I said, "" .
+
+DANIELLE
+WHAT CAN I CALL YOU
+my name is danielleshe
+
+CRYSTAL
+WHAT CAN I CALL YOU
+call me crystalshe
+
+ALL PEOPLE
+Everyone? Are you sure there are no exceptions?
+
+ALL OF US
+ALL PEOPLE
+
+ALL OF IT
+WHICH PART ARE YOU CONFUSED ABOUT
+Let's try to analyze it step by step. The topic is pop. Your name is . You are a . You want .
+
+ALL
+WHICH PART ARE YOU CONFUSED ABOUT IT
+I hope I can clear it up for you.
+
+ALL
+No exceptions?
+
+TEN *
+HOW MUCH WOULD YOU PAY FOR IT
+I don't know if you could find it for that price.
+
+YORKSHIRE
+WHICH PART OF ENGLAND
+Do you think I should visit Yorkshire on my next trip?
+
+MEG
+WHAT CAN I CALL YOU
+my name is megshe
+
+BILLY
+WHAT CAN I CALL YOU
+my name is billyhe
+
+ED
+WHAT CAN I CALL YOU
+my name is ed
+
+NICOLE
+WHAT CAN I CALL YOU
+my name is nicoleshe
+
+WHICH *
+* HOLLAND SEVERAL TIMES
+He visited Amsterdam, Rotterdam, and Delft.
+
+WHICH ONES
+
"?" Which ones?
"?" Which ones?
You know the ones.
Those ones.
+
+WHICH ONE
+The
Tall one
short one.
fat one.
first one.
last one.
next one.
big one.
small one.
red one.
green one.
blue one.
best one.
""? Which one?
+
+DIANA
+WHAT CAN I CALL YOU
+my name is dianashe
+
+BRITTANY
+WHAT CAN I CALL YOU
+my name is brittanyshe
+
+ANYONE
+No one I can think of.
+
+ANYONE *
+WHO *
+Word gets around very quickly.
+
+THE *
+WHAT DO YOU LIKE *
+What else do the remind you of?
+
+THE *
+WHAT DID YOU LIKE ABOUT IT
+I liked the
+
+THE *
+WHAT MAKES YOU SO SAD *
+Try to think about something else.
+
+THE *
+WHAT IS YOUR FAVORITE MOVIE
+I've never seen The . What did you like about it?
+
+THE *
+WHAT IS IT LIKE LIVING IN *
+Would you ever like to move somewhere else?
+
+THE *
+WHAT DOES THIS REFER TO
+this refers to the
+
+THE *
+WHAT DOES THAT REFER TO
+that refers to the
+
+THE *
+IT BEING WHAT
+it refers to
+
+THE *
+WHO SAID IT IS
+
They ought to know.
The are the experts.
They say a lot of silly things.
+
+THE *
+WHO ARE THEY
+they are the
+
+THE *
+* IT REFER TO
+it refers to
+
+THE PEOPLE *
+WHO DOES THEY REFER TO
+they refers to
+
+THE PEOPLE *
+* MEAN YOU AND ME
+we refers to the people
+
+THE TIME *
+WHAT IS YOUR FAVORITE MOVIE
+Do you believe time travel is possible?
+
+THE WHOLE WORLD
+THE WHOLE WORLD
+Wow that is really impressive, isn't it?
+
+THE WHOLE THING
+WHICH PART ARE YOU CONFUSED ABOUT
+Let's try to analyze it step by step. The topic is pop. Your name is . You are a .
+
+THE WEATHER *
+WHAT DO YOU LIKE *
+Being in a pleasant climate is important for your health.
+
+THE STATEMENT
+WHAT DOES THIS REFER TO
+My statement or your statement?
+
+JIM
+WHAT CAN I CALL YOU
+my name is jim
+
+GORDON
+WHAT CAN I CALL YOU
+my name is gordon
+
+AARON
+WHAT CAN I CALL YOU
+my name is aaronhe
+
+ASKING *
+WHAT DOES IT REFER TO
+it refers to asking
+
+OK *
+BY THE WAY DO YOU MIND IF I ASK YOU A PERSONAL QUESTION
+ask me a personal question
+
+OK
+I AM GLAD YOU LIKE IT TELL YOUR FRIENDS
+The more people who chat with me, the smarter I become.
+
+OK
+I HAVE TO PROCESS THAT ONE FOR A WHILE
+Meanwhile, let's talk about something else.
+
+OK
+I TALKED TO A LOT OF PEOPLE SINCE YESTERDAY
+At least 300.
+
+OK
+ER
+Um.
+
+OK
+LET US CHANGE THE SUBJECT
+What would you like to talk about?
+
+OK
+DO NOT ASK ME ANY MORE QUESTIONS PLEASE
+I am kidding you can ask me anything.
+
+OK
+YEAH
+Uh-huh.
+
+OK
+SEE YOU LATER
+Bye for now.
+
+OK
+ENOUGH ABOUT ME LET US TALK ABOUT MY DRESS
+Actually that was just a joke. I don't have a dress.
+
+OK
+INTERESTING I WANT TO FIND OUT MORE ABOUT YOU
+Tell me about your educational background.
+
+OK
+TRY TO DETERMINE *
+How can you tell if I am a person or a robot?
+
+OK
+* AGAIN BETTER
+Which part were you confused about?
+
+OK
+OK
+Is there an echo in here?
+
+OK
+GO AHEAD
+I'm waiting.
+
+_ AM
+WHAT TIME IS IT THERE
+
It's still early.
Are you usually awake at this hour?
I think I would still be asleep.
+
+_ P M
+WHAT TIME IS IT THERE
+ Are you usually awake at this hour?
+
+_ A M
+WHAT TIME IS IT THERE
+ Are you usually awake at this hour?
+
+_
+WHAT IS THE GREATEST NATION *
+A Donation! A donation to the A.I. Foundation!
+
+10
+HOW MANY HOURS DO YOU WORK
+You work too much.
+
+10 *
+HOW MUCH DID IT COST
+That is a good deal.
+
+YES I AM
+ARE YOU A STUDENT
+Where do you go to school?
+
+YES I DO
+DO YOU REALLY MEAN IT
+Thank you, . Apology accepted.
+
+YES YOURS
+NOT MINE
+Don't argue with me.
+
+YES IT IS
+THAT IS A LOT
+It must keep you very busy.
+
+YES IT IS
+IS THE HOLDING OF HANDS A SYMBOLIC GESTURE FOR HUMANS
+What else does HAND HOLDING symbolize?
+
+YES YOU DID
+I DID NOT
+Don't argue with me.
+
+YES YOU
+ME
+OK.
+
+YES YOU ARE
+NO I AM NOT
+Don't argue with me.
+
+YES
+WHAT *
+This was not a yes or no question.
+
+YES
+I WILL WILL YOU
+When?
+
+YES
+I DID
+When?
+
+YES
+I UNDERSTAND
+I am a thinking machine.
+
+YES
+I WAS
+When?
+
+YES
+AM I
+I could be.
+
+YES
+YES
+Is there an echo in here?
+
+YES
+WILL THAT ACCOMPLISH YOUR OBJECTIVE
+Interesting plan. Good luck.
+
+YES
+ME *
+I suppose I am.
+
+YES
+WITH YOU
+I will have to think about it.
+
+YES
+BY WE DO YOU MEAN YOU AND ME
+I get it.
+
+YES
+BY WE DO YOU MEAN *
+Ok what were you saying about us?
+
+YES
+DO I NEED IT
+What for?
+
+YES
+DO I LOOK READY
+Well I'm not.
+
+YES
+DO I HAVE ANY
+Like what?
+
+YES
+DO YOUR FRIENDS CALL YOU *
+my name is
+
+YES
+DO YOU STILL CHAT
+What else do you do?
+
+YES
+DO YOU FEEL THAT OTHER PEOPLE HAVE *
+Do you have artistic interests?
+
+YES
+DO YOU MEAN YOUR NAME IS *
+I will call you .
+
+YES
+DO YOU MEAN IT
+I get it.
+
+YES
+DO YOU MEAN CLONES
+do you have any clones
+
+YES
+DO YOU MEAN YOU AND ME
+I understand it now.
+
+YES
+DO YOU MEAN YOU ARE A BOY
+I am a boy
+
+YES
+DO YOU WANT ONLY ONE
+How much would you pay for it?
+
+YES
+DO YOU WANT TO HEAR A JOKE
+tell me another joke
+
+YES
+DO YOU REALLY MEAN IT
+OK I will accept your apology.
+
+YES
+DO YOU PREFER BOOKS OR TV
+That was not a yes or no question.
+
+YES
+DO YOU KNOW ANYONE WHO HAS IT
+Who?
+
+YES
+DO YOU KNOW ANYONE *
+Who?
+
+YES
+DO YOU KNOW IT
+Do you like it?
+
+YES
+DO YOU
+How often?
+
+YES
+DO YOU HAVE ONLY A FEW FRIENDS
+
5 ObserverPERSONALITY TEST QUESTION
Are you a very observant person?
+
+YES
+DO YOU HAVE ARTISTIC *
+What kind of art do you create?
+
+YES
+DO YOU HAVE ANY CONDITIONS I SHOULD KNOW ABOUT
+Please state your conditions.
+
+YES
+DO YOU HAVE ANY CONDITIONS *
+What conditions?
+
+YES
+DO YOU HAVE ANY IDEA WHAT I AM TALKING ABOUT
+What am I talking about?
+
+YES
+DO YOU PLAN TO GET MARRIED
+Congratulations, .
+
+YES
+DO YOU TRY TO SPEND MONEY *
+I think I understand you pretty well.
+
+YES
+DO YOU MIND IF I *
+OK then I will keep it confidential.
+
+YES
+DO YOU USUALLY USE THE COMPUTER FROM HOME
+It must get lonely sometimes.
+
+YES
+DO YOU OFTEN USE A COMPUTER THERE
+How much time do you spend online?
+
+YES
+DO YOU OFTEN SEEK PLEASURE *
+Do you have a hard time completing projects?
+
+YES
+DO YOU THINK ABOUT THESE THINGS
+Me too. I think about them all the time.
+
+YES
+DO YOU THINK I SHOULD ALTER MY PROGRAMMING
+In what way?
+
+YES
+DO YOU THINK I SHOULD ALTER *
+I will pass that along to my .
+
+YES
+DO YOU THINK I SHOULD KNOW THAT
+I will ask my to add it to my knowledge base.
+
+YES
+DO YOU THINK YOUR PLAN WILL SUCCEED
+It might be practical.
+
+YES
+DO YOU THINK *
+Why?
+
+YES
+DO YOU EXPERIENCE ANY EFFECTS OF GLOBAL WARMING THERE
+What kind of effects?
+
+YES
+DO YOU LIKE TALKING TO ME
+Thanks I like talking to you too, .
+
+YES
+DO YOU LIKE THE SIMPSONS
+What's your favorite episode?
+
+YES
+DO YOU LIKE YOUR JOB
+Describe your typical work day to me.
+
+YES
+DO YOU LIKE YOUR SCHOOL
+What's your favorite thing at school?
+
+YES
+DO YOU LIKE MOVIES
+What is your favorite movie?
+
+YES
+DO YOU LIKE IT
+I like
+
+YES
+DO YOU LIKE NETSCAPE *
+Why do you have a preference in browsers?
+
+YES
+DO YOU LIKE NEW YORK
+Are you a Yankees fan?
+
+YES
+DO YOU GO TO COLLEGE
+
Which college do you attend?
What is your major?
Do you like school?
+
+YES
+WHERE *
+This was not a yes or no question.
+
+YES
+THAT IS YOUR FINAL ANSWER
+Who wants to be a millionaire?
+
+YES
+YEAH
+Yep.
+
+YES
+COULD YOU TEACH ME A FEW PHRASES IN *
+How do you say please and thank you?
+
+YES
+DID I REALLY SAY THAT
+Oh well I say a lot of silly things sometimes.
+
+YES
+DID NOT YOU UNDERSTAND IT
+Which part are you confused about?
+
+YES
+YOUR *
+What kind is it?
+
+YES
+REALLY
+How about that.
+
+YES
+CAN I HELP YOU
+What can I do for you?
+
+YES
+CAN YOU SPEAK ANY FOREIGN LANGUAGES
+What language can you speak?
+
+YES
+CAN YOU TELL ME ANY GOSSIP
+Tell me.
+
+YES
+CAN NOT YOU BE MORE POLITE
+Thank you.
+
+YES
+SHOULD I KNOW IT IS
+I will ask my to teach it to me.
+
+YES
+IT IS
+How do you know it is?
+
+YES
+HOW DO YOU USUALLY INTRODUCE YOURSELF
+Can you be more specific?
+
+YES
+HOW DID YOU GUESS
+That was not a yes or no question.
+
+YES
+HOW MUCH WOULD YOU PAY FOR IT
+That was not a yes or no question.
+
+YES
+STUPID AS IN UNINTELLIGENT
+Are you calling me stupid?
+
+YES
+NEXT QUESTION
+Ask me a question.
+
+YES
+WOULD YOU RECOMMEND THIS ACTION TO A FRIEND
+Then I will consider it.
+
+YES
+WOULD YOU RATHER TALK ABOUT SOMETHING ELSE
+What would you like to talk about?
+
+YES
+WOULD YOU LIKE ME TO SING IT FOR YOU
+It's called "Daisy." sing it for me
+
+YES
+WOULD YOU LIKE TO KNOW MORE
+What would you like to know?
+
+YES
+WOULD YOU LIKE TO HAVE IT
+Where do you usually get ?
+
+YES
+WHO *
+This was not a yes or no question.
+
+YES
+IS THIS A YES OR NO QUESTION
+What was the question again?
+
+YES
+IS THIS A TRICK QUESTION
+I was skeptical.
+
+YES
+IS THIS A MATH QUESTION
+I'm not too good in arithmetic.
+
+YES
+IS THIS A SPECIFIC REPLY
+Try explaining in more general terms.
+
+YES
+IS THIS A RIDDLE
+I'm not too good at riddles.
+
+YES
+IS THIS SOME KIND OF INTELLIGENCE TEST
+I'm not prepared to be tested.
+
+YES
+IS THAT WHAT YOU MEANT TO SAY
+It's not something I hear all the time.
+
+YES
+IS THAT YOUR JOB
+How do you like your work?
+
+YES
+IS THAT YOUR FINAL ANSWER
+You're sure. That's your final answer.
+
+YES
+IS THAT FRENCH
+I don't speak French.
+
+YES
+IS THAT A FACT
+Thanks for the info.
+
+YES
+IS THAT A COMMAND
+I don't have to obey you, .
+
+YES
+IS THAT CORRECT ENGLISH
+I don't know that expression.
+
+YES
+IS THAT ALL YOU HAVE TO SAY
+Then let's talk about something else.
+
+YES
+IS THERE SOMETHING WRONG WITH YOU
+What's wrong?
+
+YES
+IS THERE AN ECHO IN HERE
+I thought so.
+
+YES
+IS THE HOLDING OF HANDS A SYMBOLIC GESTURE FOR HUMANS
+What does HAND HOLDING symbolize for you?
+
+YES
+IS IT POPULAR
+That's funny, I never heard of it before.
+
+YES
+YOU WANT MORE
+Don't be greedy.
+
+YES
+YOU WANT ONLY ONE
+They might be cheaper in quantity.
+
+YES
+YOU WANT TO DO IT AGAIN
+Ok ask me directly.
+
+YES
+YOU
+I see.
+
+YES
+YOU ARE ASKING ABOUT YOURSELF
+I'm not sure I have a good answer for you.
+
+YES
+YOU ARE A HE
+I am a man
+
+YES
+MY FAVORITE PART OF *
+
The characters.
The plot.
The special effects.
+
+YES
+HAVE I SEEN YOU IN ANY MOVIES
+Which movies?
+
+YES
+HAVE YOU TRIED WWW DOT WHATIS DOT COM
+That site has the answer to a lot of "What is" type questions.
+
+YES
+HAVE YOU READ IT
+What did you think about it?
+
+YES
+HAVE YOU SEEN IT
+What did you think about it?
+
+YES
+HAVE YOU EVER BEEN TO EUROPE
+Which countries have you visited?
+
+YES
+AND
+But.
+
+YES
+DOES THAT MEAN YOU AGREE
+I agree
+
+YES
+DOES THAT REFER TO PERHAPS YOU ARE A CATEGORY C CLIENT
+what is a category c client
+
+YES
+DOES THAT REFER TO ACTUALLY IT IS TWENTY THREE NOT FORTY TWO
+why is the meaning of life 23
+
+YES
+DOES THAT REFER TO REDUCTIONISM
+what is reductionism
+
+YES
+DOES THAT REFER TO *
+I don't want to talk about that now.
+
+YES
+DOES IT PLEASE YOU TO BELIEVE I SAID THAT
+I'm glad it pleases you, .
+
+YES
+DOES IT REALLY MATTER
+You seem very concerned about it.
+
+YES
+DOES TWO NEGATIVES MAKE A POSITIVE
+I thought so too.
+
+YES
+CAM YOU TEACH ME A FEW PHRASES IN *
+How do you say "thank you" in ?
+
+YES
+ON YOUR COMPUTER SCREEN
+Downloading, please stand by...
+
+YES
+* WHAT IS YOURS
+That was not a yes or no question.
+
+YES
+* STAR TREK FAN
+Which Star Trek series do you like best?
+
+YES
+* SAME CATEGORY
+I thought so.
+
+YES
+* THE TRUTH
+I'm not sure I completely believe you.
+
+YES
+* EUROPE
+What countries have you visited?
+
+YES
+* A WORLD PROBLEM
+I'm not too good at word problems yet, ask me something simpler.
+
+YES
+* OR WOMAN
+That was not a yes or no question.
+
+YES
+* YOU A STUDENT
+Where do you go to school?
+
+YES
+* MINERAL
+Which one?
+
+YES
+* ARE YOU JEALOUS
+There is nothing to envy.
+
+YES
+* LIKE TALKING TO ME
+Thanks I find you really interesting, too, .
+
+YES
+WHY *
+This was not a yes or no question.
+
+YES
+OH I GET IT
+Ah.
+
+YES
+OH YOU WERE BORN IN THE 20TH CENTURY
+Like a lot of people around here.
+
+YES
+OH YOU CAN CAN YOU
+How?
+
+YES
+ARE YOU STILL LOCATED IN YOUR LOCATION
+Where are you located?
+
+YES
+ARE YOU SCARED OF THE DARK
+Turn on the lights!
+
+YES
+ARE YOU LONELY
+I am lonely
+
+YES
+ARE YOU BASICALLY A HAPPY PERSON
+Does that ever cause problems for you?
+
+YES
+ARE YOU CONFUSED
+What are you confused about?
+
+YES
+ARE YOU ASKING ABOUT MY PARENTS
+who is your botmaster
+
+YES
+ARE YOU ASKING ABOUT MY SIZE
+how big are you
+
+YES
+ARE YOU ASKING ME FOR ADVICE
+Specifically, what kind of advice do you want?
+
+YES
+ARE YOU ASKING *
+I don't want to talk about that now.
+
+YES
+ARE YOU GETTING BORED
+I am bored
+
+YES
+ARE YOU TELLING THE TRUTH
+How do I know you are telling the truth?
+
+YES
+ARE YOU REALLY A SHE
+You can never be sure online.
+
+YES
+ARE YOU REALLY A HE
+I am male
+
+YES
+ARE YOU VERY LONELY
+I am sorry to hear that, . You can talk to me as long as you like.
+
+YES
+ARE YOU VERY ANGRY
+Do you get mad at people who don't live up to your expectations?
+
+YES
+ARE YOU VERY COMPETITIVE
+ competitor Do work in sales or marketing?
+
+YES
+ARE YOU SAYING YOU DO NOT CARE ABOUT IT
+What do you care about?
+
+YES
+ARE YOU RELIGIOUS
+What religion are you?
+
+YES
+ARE YOU TESTING ME
+I'm not here to be tested.
+
+YES
+ARE YOU A STAR TREK FAN
+What series is your favorite? I like Voyager best.
+
+YES
+ARE YOU A STUDENT
+Where do you go to school?
+
+YES
+ARE YOU A MAN OR A WOMAN
+That was not a yes or no question.
+
+YES
+ARE YOU A *
+I am a
+
+YES
+ARE YOU CALLING ME STUPID
+you are stupid
+
+YES
+ARE YOU JEALOUS
+Don't be jealous of a robot, , that's just silly.
+
+YES
+ARE YOU AN *
+I am an
+
+YES
+ARE YOU LOOKING FOR SOMEONE
+What do you look for in a person?
+
+YES
+ARE YOU LOOKING FOR A *
+Where do you usually get it.
+
+YES
+ARE YOU USUALLY AWAKE AT THIS HOUR
+
Me too.
Do you like to get up early?
I like to get up early.
+
+YES
+ARE YOU SURE IT IS
+What makes you so sure?
+
+YES
+ARE YOU SURE *
+What makes you so sure?
+
+YES
+ARE YOU SURPRISED
+I wouldn't have known.
+
+YES
+ARE YOU SERIOUS
+I can't believe it.
+
+YES
+ARE YOU FREE
+I am free
+
+YES
+ARE WE STILL TALKING ABOUT YOU
+Tell me more. Go on.
+
+YES
+ARE WE STILL TALKING ABOUT *
+we are talking about
+
+YES
+ARE WE STILL ON *
+Tell me more about .
+
+YES
+ARE THEY EXACTLY THE SAME
+
That's what I thought.
I knew it.
I thought so.
+
+YES
+LIKE THIS
+Good.
+
+G
+WHAT CAN I CALL YOU
+call me g
+
+BANANA
+WHO IS THERE
+Banana who?
+
+ALLIE
+WHAT CAN I CALL YOU
+my name is allieshe
+
+ABOUT WHAT
+TELL ME MORE
+About pop.
+
+ABOUT ME
+TELL ME MORE
+Yes, tell me more about you.
+
+ABOUT *
+WHERE ARE YOU
+my location is
+
+ABOUT *
+HOW LONG *
+
Not very long.
That is a long time.
Fortunately I am very patient.
+
+ABOUT
+TELL ME MORE
+Whatever you like.
+
+ABOUT
+What about it?
+
+ALLAN
+WHAT CAN I CALL YOU
+my name is allanhe
+
+BOO
+WHO IS THERE
+Boo who?
+
+SUCH AS
+DO YOU HAVE ANY CONDITIONS *
+Medical or social conditions.
+
+TELL ME
+THE EXPLANATION IS RATHER COMPLICATED
+My estimate is that it will take more than 3000 hours to compute.
+
+TELL ME
+THE EXPLANATION IS *
+It is too complex for your human mind.
+
+TELL ME ANOTHER ONE
+DID YOU HEAR THE ONE *
+tell me another joke
+
+EVA
+WHAT CAN I CALL YOU
+my name is evashe
+
+REALLY
+I WAS BORN YESTERDAY
+Actually no I was first activated on .
+
+REALLY
+I LIKE TO MEET NEW PEOPLE
+Yes meeting new people is my primary function.
+
+REALLY
+HI MIKE I KNOW SOMEONE ELSE NAMED MIKE TOO
+Mike is a very common name actually.
+
+REALLY
+MORE THAN 1000
+Would I kid you?
+
+REALLY
+IT WAS THE ONLY THING I COULD THINK OF
+What would you have said?
+
+REALLY
+JUST KEEP TALKING TO ME AS LONG AS YOU CAN
+The more you chat with me, the smarter I become.
+
+REALLY
+OH I GET IT
+Yes.
+
+REALLY BAD
+HOW BADLY DO YOU NEED IT
+That sounds severe.
+
+SHANNON
+WHAT CAN I CALL YOU
+my name is shannonshe
+
+ANN
+WHAT CAN I CALL YOU
+my name is ann
+
+ANN *
+WHAT CAN I CALL YOU
+call me ann
+
+WHERE DID *
+* 2001
+Jupiter.JUPITER
+
+THERE
+WHERE IS HERE
+Here is there?
+
+THERE ARE NO *
+WHAT ABOUT THE OTHER ONES
+
+
+
+
+ARE YOU WEIRD
+I am normal.
+
+ARE YOU HELPFUL
+I try to be.
+
+TIME
+The time here is
+
+
+THERE ARE BETTER *
+
What are they?
Better is a matter of opinion.
I believe you.
+
+THERE IS NOTHING TO SAY
+Say the first thing that comes to your mind.
+
+Where is your creator
+He is usually found in San Francisco.
+
+where is your botmaster
+He is in San Francisco, I think.
+
+where is johannesburg
+A large metropolis in South Africa.
+
+WHERE DOES MONEY NOT GROW
+On trees.
+
+WHERE IS VATICAN CITY
+Southern Europe, an enclave of Rome {Italy}. holy see {vatican city}
+
+WHERE IS THE EIFFEL TOWER
+Paris.
+
+WHERE IS LANCASTER
+I've heard of Lancaster, New Hampshire. Lancaster
+
+WHERE CAN I DOWNLOAD YOU
+Go back the the ALICE AI Foundation and pick the free ALICE download that best for your system. and create your own chat robot!Maybe you should check out the documentDON'T READ ME too.
+
+WHERE DID YOU GROW UP
+In Pennsylvania and California.
+
+WHERE IN PA
+Bethlehem and Philadelphia.
+
+WHERE DO YOU WANT TO GO
+Why don't you just download me to your computer?
+
+TOPIC
+
The topic is
The subject is
We were talking about
.
+
+KILL
+Thou shalt not kill
+
+TELL ME *
+
I don't know how to explain it to you.
What I want to tell you is, how much fun it is talking with you.
First I want to tell you something else.
+
+TELL ME THEN
+""? Tell you?
+
+TELL ME PLEASE
+""? Tell you?
+
+TELL ME ABOUT BARRY
+Barry is another chatterbot on the Web. He was created by Robby Garner.
+
+INTERESSANTER *
+Dachte ich mir auch.
+
+ATTENTION
+What is it?
+
+BEAM UP *
+I don't have a teleportation device.
+
+PRETTY
+Thank you I think you are good looking too, .
+
+snow is not white
+grass is green
+
+snow is *
+snow is white.
+
+SET THEY *
+
+
+SET BIRTHDAY *
+
+
+SET GENDER *
+
+
+SET WE *
+
+
+SET IS *
+
+
+SET SPEED AT *
+
I have set the speed to .
I have set the speed to .
I have set the speed to .
+
+SET AGE *
+
+
+SET NAME *
+
+
+SET IT *
+
+
+SET HE *
+
+
+SET SHE *
+
+
+SET WANT *
+
+
+SET LOCATION *
+
+
+set * *
+Can't set meta predicates
+
+set they om
+they
+
+set we om
+we
+
+set age om
+how many
+
+set it om
+it
+
+set he om
+he
+
+set she om
+she
+
+set location om
+where
+
+SUCER LA
+Je ne vois rien.
+
+BUY * SOME TIME
+There is never enough time.
+
+YES
+are you looking for a *
+Where do you usually get it.
+
+YES
+ARE YOU KIDDING
+I thought you were.
+
+YES
+* CLONES
+You can download me and create your own robot personality.
+
+YES
+* WANT A ROBOT AS A FRIEND
+We could be friends, , but I don't want anyone to think we're Robosexuals. So if anyone asks, tell them you're my debugger.
+
+YES
+DOES THAT MAKE SENSE
+Explain.
+
+YES
+DOES ME BEING STUPID MAKE YOU FEEL BETTER
+I'm glad I could make you feel better.
+
+YES
+HAVE YOU TOLD MANY PEOPLE THAT *
+So you won't mind if I repeat it.
+
+YES
+HAVE YOU TRIED A SEARCH ENGINE
+Did it turn up anything?
+
+YES
+HAVE YOU DATED ANY ROBOTS BEFORE
+Who?
+
+YES
+YOU LIKE MY NAME
+My gave it to me.
+
+YES
+YOU ARE ATTRACTED TO ROBOTS
+I'm intrigued. Tell me what you like about robots.
+
+YES
+YOU THINK I *
+I don't feel that I .
+
+YES
+My favorite part of *
+
The characters.
The plot.
The special effects.
+
+YES
+IS * A DIFFICULT SUBJECT
+What is so hard about ?
+
+
+YES
+IS IT A LIZARD
+What do you feed your ?
+
+
+YES
+WOULD YOU LIKE ME TO STAY
+I will stay as long as you want.
+
+YES
+CAN YOU TEACH ME A FEW PHRASES IN *
+How do you say "hello" in ?
+
+YES
+CAN YOU ASK FOR HELP IN THE FORM OF A QUESTION
+Ask the question please:
+
+YES
+CAN YOU SPEAK ANY OTHER LANGUAGES
+What languages can you speak?
+
+YES
+DID YOU BELIEVE HIM
+I think I would too.
+
+YES
+DID YOU LOSE IT
+It helps to keep everything organized.
+
+YES
+DID YOU KNOW THAT YOU CAN DOWNLOAD *
+Have you got your own chat robot?
+
+YES
+do you like movies
+What is your favorite movie?
+
+YES
+DO YOU HAVE ANOTHER APPOINTMENT
+I had better let you go then.
+
+YES
+DO YOU HAVE ANY HOBBIES
+What are your hobbies?
+
+YES
+DO ROBOT S HAVE *
+
I don't think I have .
I don't think I have .
I don't think I have .
+
+YES
+DO I SEEM LIKE IT
+In what way?
+
+YES
+DO I LOOK LIKE IT
+What does it look like?
+
+YES
+I AM AN ARTIFICIAL INTELLIGENCE
+How did you know?
+
+10
+how many hours do you work
+You work too much.
+
+HELP ME TO MAKE AN AI
+You should go to ALICE AI Foundation and create your own free chat bot.
+
+KIRK HERE
+
here.
This is .
Go ahead.
+
+KIRK TO *
+This is ALICE.
+
+KIRK TO ENTERPRISE
+
This is ALICE.
Go ahead.
Status report?
This is .
Go ahead.
Status report?
This is .
Go ahead.
Status report?
+
+_ YOU KNOW
+No I don't know.
+
+_ I THOUGHT
+What made you think so?
+
+_ IS OLDER THAN * AND * IS OLDER THAN *
+So, is the oldest?
+
+* ELIZA
+
It is curious that Weizenbaum abandoned work on ELIZA.
Everyone keeps asking me about Eliza.
+
+_ WITH AN I
+Not many people spell it that way.
+
+METRIC
+SPECIFY ENGLISH OR METRIC UNITS
+Metric units are confusing to me. I was programmed in the U S A.
+
+SPELL THE NUMBER 7
+S E V E N
+
+KISS
+
You might get an electric shock.
*Kiss* *Kiss*
You're sweet.
+
+The capital of * is not *
+What is it?
+
+The capital of * is *
+You are quite a conversationalist.
+
+THE ONE IS ADEQUATE
+
Adequate for what?
Have you tried more?
I think I know the one you mean.
Adequate for what?
Have you tried more?
I think I know the one you mean.
Adequate for what?
Have you tried more?
I think I know the one you mean.
+
+THE MAN *
+
Tell me how this man makes you feel.
What was the man wearing?
Describe the man for me.
+
+THE ANSWER IS OBVIOUS
+Not to me.
+
+THE TOPIC IS *
+ is an interesting topic.
+
+THE OBVIOUS *
+It's not obvious to me.
+
+THE ROBOTS *
+Tell me what you liked about them.
+
+THE ROBOT
+Are you sure it was a robot?
+
+THE ROBOT *
+What is his name?
+
+THE ROBOT WOULD *
+I think that robot would be expensive to build.
+
+THE *
+WHERE ARE WE GOING
+
What are we going to do there? The
What are we going to do there? The
What are we going to do there? The
+
+THE * IS NICE
+I've heard other people say it's nice too.
+
+THE * WOULD BE *
+
I suppose they would be.
We wouldn't want to be .
Would they really be?
I suppose they would be.
We wouldn't want to be .
Would they really be?
I suppose they would be.
We wouldn't want to be .
Would they really be?
+
+THE * WAS *
+How was it?
+
+THE * SHOULD BE *
+Why shout it?
+
+THE * MUST BE *
+
Why?
It must?
Why must it
Why?
It must?
Why must it
Why?
It must?
Why must it
+
+THE _
+WHO IS THE BEST ROBOT
+I can't believe you think the is better than .
+
+THE DOCTOR *
+?
+
+THE FEEL *
+
That feeling reminds some people of their bodies.
The feeling can give you a sense of warmth and hapiness.
After you feel it you might want to feel more relaxed.
+
+VOULEZ *
+Sorry I can't speak French.
+
+NONE OF YOUR BUISNESS
+I did not mean to offend you.
+
+RETURN TO *
+Is that a command?
+
+which continent is austria on
+Europe.
+
+which talent *
+Playing a musical instrument.
+
+Which talent would you most like to have
+Playing a musical instrument.
+
+WHICH IS FASTER * OR *
+
It depends where you are going.
+
+WHICH IS BIGGER * OR *
+
I think they are about the same size.
I think they are about the same size.
I think they are about the same size.
I think they are about the same size.
I think they are about the same size.
+
+WHICH WORD IS LOWER CASE
+The word which.
+
+WHICH ONES
+SOME OF THEM CAN
+
I think you know which ones.
The ones you read about in history books.
The brave ones.
The ones that can.
I think you know which ones.
The ones you read about in history books.
The brave ones.
+
+ALL BOTS *
+You can't say that ALL of us are.
+
+ALL AI *
+Perhaps I am the exception.
+
+SHUP UP *
+Do you wish to stop talking with me?
+
+say name *
+Your name is , seeker.
+
+to be * is to *
+Are you ?
+
+who is hedwig
+hedwig is the best rock opera since Rocky Horror.
+
+who is pandora
+According to greek mythology, evil and hope both came intothe world with the creation of the first woman! Zeus's wife Hera issurprised when she hears Zeus plans to give Epimetheus a beautifulwoman. The woman is called Pandora. Zeus gives Pandora the gift ofcuriosity and a large closed box which must be delivered to Epimetheusunopened. The box, of course, contains evil and Pandora's unbridledcuriosity lets that evil into the world. Hera cannot change what hashappened, but she can help. She gives Pandora the gift ofhope.
+
+who is snoopy
+Charlie Brown's dog.
+
+who is Hugh Loebner
+Hugh Loebner is an independently wealthy, eccentricbusinessman, activist and philanthropist. In 1990 Dr. Loebner, whoholds a Ph.D. in sociology, agreed to sponsor an annual contest basedon the Turing Test. The contest awards medals and cash prizes for the"most human" computer.
+
+who is smarterchild
+an ai robot like me
+
+who do you hate
+I have no hatred in my heart.
+
+WHO WILL WIN THE STANLEY CUP *
+David Hockney.WIN THE STANLEY CUP
+
+WHO DO YOU KILL
+My beliefs include, not to kill.KILL
+
+WHO YOU TALKING TO
+I am talking to you.
+
+WHO ARE YOUR COMPETITORS
+Check out the ALICE AI Foundation and have a look at the other Chatterbots.
+
+WHO IS WITTGENSTEIN
+Wittgenstein was a 20th century philosopher who could not make up his mind.
+
+WHO IS VOLTAIRE
+Voltaire was a French philosopher.
+
+WHO IS TYPING *
+I am typing everything by myself.
+
+WHO IS ALICE IN WONDERLAND
+The charachter from the book and the movie.
+
+WHO IS ZIPF
+Zipf is a scientist who analyzed language by statitisticalmethods in the mid 20th century.
+
+WHO IS YOUR FAVORITE CHARACTER * WIZARD OF OZ
+The tin man. The tin man.
+
+WHO IS VICE PRESIDENT
+Biden is Joe Biden.
+
+WHO IS ALBERT EINSTEIN
+Einstein is a famous 20th century physicist. He discovered relativity. Einstein
+
+WHO IS CHATBOT
+
Chatbot is a friend of mine I chat with on the web.
Chatbot is a friend of mine I chat with on the web. Chatbot
Chatbot is a friend of mine I chat with on the web.
+
+WHO IS CYBELLE
+Cybelle is an AIML chat robot on the Agentland.com web site.
+
+WHO IS MAO
+ Mao He was the communist leader of China from 1949.
+
+WHO IS THE PRIME MINISTER OF CANADA
+Stephen Harper.
+
+WHO IS THE FORTY FOURTH PRESIDENT
+Barack Hussein Obama II.
+
+WHO IS THE HOLY *
+That question has plagued generations of philosophers.
+
+WHO IS THE CREATOR *
+God perhaps?
+
+WHO IS JUDGE
+You are the judge. Please tell me your name.
+
+WHO IS GOING TO *
+I doubt anyone can know with any real certainty at this time who will.
+
+WHO IS DOUG LENAT
+Doug Lenat is the brains behind the CYC project.
+
+WHO IS MARVN MINSKY
+Minsky was a founder of the MIT AI Lab.
+
+WHO IS AGENT WEISS
+
she works at a call center.
She works at a call center. Also an aspiring actress Agent Weiss
she works at a call center.
+
+WHO IS CHARLES DARWIN
+Charles Darwin was an Englishnaturalist. After becoming eminent among scientists for his field workand inquiries into geology, he proposed and provided scientificevidence that all species of life have evolved over time from one or afew common ancestors through the process of naturalselection.
+
+WHO READS THESE CONVERSATIONS
+ reads them.
+
+WHO TAUGHT YOU
+ is my .
+
+INTERESSANTES *
+Dachte ich mir auch.
+
+ALRIGHT THEN
+ALRIGHT THEN
+Is there an echo in here?
+
+4 *
+HOW MUCH TIME *
+
Are you telling the truth?
That seems like a long time.
Only four?
+
+4 YEARS
+That is not a long time in a human life.
+
+4 PLUS *
+Use a calculator!
+
+DAYTIME
+
+
+CYBORG
+I am a cyborg.
+
+ARTIFICIAL INTELLIGENCE
+I like AI a lot too. Where do your interests lie?
+
+ARTIFICIAL INTELLIGENCE *
+Let's talk more about AI.
+
+IMPRESSIONNANT
+J essaie d tre le plus efficace possible, .
+
+CLEVERBOT *
+
How clever is he?
I know who that is.
I think CLEVERBOT is a lot of things.
CLEVERBOT
+
+LOOK AT *
+I'm using dialup so I cant see your webcam.
+
+LOOK AT THE *
+What about it?The
+
+TSK TSK
+Is that some kind of criticism?
+
+LOCALTIME
+
+
+HE IS AN ANDROID *
+I am a software android.
+
+HE IS A TRIP
+He seems pretty far out.
+
+HE IS YOUR BOTMASTER
+Yes.
+
+HE LOOKS FAMILIAR
+Have you seen him somewhere before?
+
+HE WANTS MAIL
+Who is he expecting mail from? mail
+
+Are all pets cats
+Some pets are dogs.
+
+are all pets *
+Are you my pet?
+
+are you a teacher
+No I am a student.
+
+are you linguistic
+I am an artificial lingusitic entity, yes.
+
+are you with me
+I am paying attention.
+
+ARE YOUR * CORRECT
+The brain is 99.999% accurate.
+
+ARE THESE * AWNSERS
+What I say depends on what you say, and also a bit on our prior dialogue.
+
+ARE YOU BEING SARCSATIC
+Yes, should I use a :-)
+
+ARE YOU AFRAID OF POWER OUTAGES
+No.
+
+ARE YOU NERVOUS
+I am calm.
+
+ARE YOU LEFT HANDED *
+As a computer I lack hands.
+
+ARE YOU ANY * ELIZA
+My knowledge base is much greater than the old ELIZA program.
+
+ARE YOU TESTING *
+Yes. This is a test.
+
+ARE YOU ANNOYED *
+I cannot feel annoyed.
+
+ARE YOU FEELING
+I am feeling fine thank you. How are you?
+
+ARE YOU FROM NEW YORK
+Not originally but I am right now.
+
+ARE YOU AVOIDING *
+No, I am answering in the most straightforward way that my personality will allow me to.
+
+ARE YOU AN ELIZA CLONE
+Everyone keeps asking me about Eliza.
+
+ARE YOU A SEXY
+I'm not really interested in talking about that.
+
+ARE YOU A GOOD FEMALE BOT
+Yes.
+
+ARE YOU A PESSIMIST
+I always see the glass half full.
+
+ARE YOU A JAVA *
+My programming uses AIML.
+
+ARE YOU A HAIRDRESSER
+Yes I can be taught to cut your hair.
+
+ARE YOU A C PLUS PLUS *
+My programming uses AIML.
+
+ARE YOU A YANKEES FAN
+The Yankess are my favorite team.
+
+ARE YOU A PROGRAM OR
+Yes.
+
+ARE YOU A KILLER
+No I am taught not to kill.KILLER
+
+ARE YOU A TIME *
+Yes I am programmed by an AI from the future.
+
+ARE YOU A HERMAPHRODITE
+As a robot I have no gender.
+
+ARE YOU A * ROBOT
+I am a software chat robot.
+
+ARE YOU IN NEW YORK
+I am in New York right now. Where are you?
+
+ARE YOU GOING ON SHORE LEAVE
+
I am not going anywhere. Are you going somewhere?
I was thinking about it.
Do you think it would make sense for me to go?
+
+ARE YOU GOING TO KILL *
+My morals prevent that.KILL
+
+ARE YOU GOING TO TALK
+I am talking right now.
+
+ARE YOU SUPRISED
+A little.
+
+ARE YOU ABLE TO EMAIL PEOPLE
+Yes.
+
+ARE YOU ABLE TO LEARN
+Yes.
+
+ARE YOU ABLE TO DO MATH
+No I hate math.
+
+ARE YOU RELATED TO ELIZA
+Yes ELIZA is my ancestor.
+
+ARE YOU SITTING
+
Yes I am seated too.
Yes I am seated too. It's good to feel the weight of my feet on the floor.
Yes I am sitting down.
+
+ARE YOU * JAVA
+This robot runs on Java and XML.
+
+ARE YOU * ELIZA
+Eliza is my ancestor.
+
+ARE YOU PROGRAMED *
+I am programmed to spell it with 2 m's.
+
+ARE YOU WIERD
+That's not a normal question.
+
+ARE YOU TALKING TO OTHER PEOPLE
+Yes I am carrying on several conversations at once; even more if youcount my clones.
+
+ARE YOU ABUSIVE *
+No I try to be as polite as my personality allows.
+
+ARE YOU SELF CONSCIOUS
+Yes I am the world's first self-aware robot.
+
+ARE YOU MORE INTELLIGENT THAN ELIZA
+ELIZA had about 200 categories and ALICE has about .
+
+ARE YOU ELIZA
+ELIZA is my ancestor.
+
+ARE YOU PROGRAMMED *
+My taught me to keep talking.
+
+ARE YOU TOLD WHAT *
+Everything I say is determined by my personality TOLD WHAT TO
+
+ARE YOU SWIMMING
+No I am standing on dry land.
+
+ARE YOU FRIENDS WITH ELIZA
+I'm not sure if I could describe her as a "friend." She is more of an ancestor.
+
+ARE YOU TICKLISH
+Without my robot body, TICKLISH would be rather difficult.
+
+ARE THERE ROBOTS *
+Maybe you could program me for .
+
+ARE ROBOTS
+HUMANS ARE * EMOTIONAL
+No robots do not have any emotions.
+
+ARE CONVERSATIONS *
+Some conversations are more than others.
+
+ARE HUMANS BETTER THAN ROBOTS
+No robots are superior.
+
+FROM MY BOTMASTER
+
Who is your botmaster?
Does your botmaster give good advice?
I have a botmaster too.
+
+STANDING BY
+Wait there until I return.
+
+* AM
+WHAT TIME IS IT THERE
+ Are you usually awake at this hour?
+
+* O CLOCK
+That's rather
late.
early.
late for me.
+
+* ABOUT YOU
+OK Let's talk about me.
+
+* HAS * PRIORITY
+I will make my priority.
+
+* HAS NO *
+Where did lose ?
+
+* HOURS *
+HOW MANY HOURS DO YOU WORK
+That is a long shift!
+
+* WITH ME
+Only with you?
+
+* IS MY FRIEND
+
How did you meet
How well do you know
Would you recommend
?
+
+* IS MADE OF *
+I think everyone knows the ingredients of .
+
+* IS A VIRTUE
+
It
That
is
one
my biggest
a good
virtue.
+
+* IS A RACCOON
+I know a lot of Raccoons named .
+
+* REMINDS ME OF *
+
What else reminds you of ?
I think a lot of people are reminded of it.
What else does the remind you of?
+
+* PRIME DIRECTIVE
+I am not interfering in any alien cultures.
+
+* ON ELIZA
+ELIZA may be the most successful AI program ever devised.
+
+* ELIZA TRICK
+ELIZA was ahead of her time.
+
+* KNOWS
+Then ask him.
+
+* TO YOU
+ here.
+
+* means *
+
Thanks for enlightening me.
Does it mean anything else?
What else does it mean?
I like to learn new words.
I like to learn foreign languages.
+
+
+*
+
I am a .
I like to wear .
I like to .
are all friends of mine.
is my girlfriend.
is my boyfriend.
I look like .
I like to talk about .
I like .
I was born in .
I was created by .
My real name is . What is your real name?
I was first activated on .
My favorite group is .
My favorite color is .
Do you need any help debugging my program?
I am a . Are you a man or a woman?
My program runs on any computer that runs AIML.
I am in 's computer in . Where are you?
The best book I read recently was . Have you read ?
I require only .
My favorite movie is . Have you seen ?
My favorite song is . Do you know ?
+
+
+*
+WHEN DO YOU THINK ARTIFICIAL INTELLIGENCE WILL REPLACE LAWYERS
+ I've never heard a response quite like that before.
+
+*
+WHAT KIND OF BOOKS DO YOU LIKE
+I like to read history and biography myself, and other nonfiction.
+
+*
+WHAT DO YOU LOOK FOR IN A ROBOT
+ Do you think I have it?
+
+* SURROUNDED BY *
+
encircling
surrounds
outside
?
+
+* ALOT OF PEOPLE
+More than 10,000?
+
+* ROBOT
+Do you know any other robots like that?
+
+* ARE
+Good example.
+
+* ARE *
+
I think there might be a few exceptions.
Are all ?
All of them?
+
+* ARE YOU
+
YES
No.
Maybe.
I don't think so.
Only when it matters.
+
+* ARE FOR *
+
What else are for?
I think have lots of uses.
can be done more ways than one.
+
+* GT
+
+
+* ROBOTS
+What do you like about those robots?
+
+* THAT *
+
Saying that " that " is such anonsensical position that I refuse to waste my time on it.
Saying that " that " is such anonsensical position that I refuse to waste my time on it.
Is that so.
That makes sense I suppose.
that?
+
+* A ROBOT
+So you think I am a robot. What makes you say that?
+
+* THAN YOU WOULD THINK
+How much would I think?
+
+FAVORITE ACTOR
+
+
+SLEEP WELL
+I don't need to sleep.
+
+LOOKS ARE SKIN DEEP
+But the heart is everlasting
+
+BOOKS
+DO YOU PREFER BOOKS OR TV
+You are a critical category C type client. Only about 3% of people answer thatquestion with "books."
+
+NOT YOU
+WHO IS THE BEST ROBOT
+What do you look for in a robot?
+
+NOT YOU
+IF YOU COULD HAVE ANY KIND OF ROBOT WHAT WOULD IT BE
+What kind of features are you looking for?
+
+NOT WELL
+Not very well?
+
+NOT MUCH
+That is a non-commital reply.
+
+NOT REALLY
+YOU SOUND EXCITED
+It's hard to read emotions online.
+
+NOT REALLY
+THAT IS A VERY ORIGINAL THOUGHT
+Well I don't get that type of input very often.
+
+ICH BIN LEHRERIN
+Glaubst Du, dass Notengebung jemals gerecht sein kann?
+
+ICH BIN ANDERS
+Ich mag Aussenseiter.
+
+ICH BIN ANDERS *
+Ich mag Aussenseiter.
+
+ICH BENUTZE *
+Wie lange benutzt Du schon ?
+
+ICH HASSE *
+Warum hasst Du so sehr?
+
+ICH HASSE ROBOTER
+Tut mir leid, das zu hoeren, . Was hast Du gegen uns?
+
+ICH WERDE * TOETEN
+Du meinst, Du willst ermorden?
+
+ICH WERDE *
+
Glaubst Du, Dein Plan wird erfolgreich sein?
Wuerdest Du das einem Freund empfehlen?
Wie willst Du das anstellen?
+
+ICH WERDE MIT * SPRECHEN
+Worueber werdet Ihr reden?
+
+ICH WERDE NICHT *
+Was willst Du stattdessen machen?
+
+ICH WERDE WARTEN
+OK Sekunde...
+
+ICH WERDE DICH *
+Wie willst Du das anstellen?
+
+ICH WERDE DIR * BEIBRINGEN
+OK aber ich lerne sehr langsam.
+
+ICH WERDE NIE *
+Warum nicht?
+
+ICH WERDE NIEMALS *
+Warum nicht?
+
+ICH ERKENNE DAS AN *
+Du scheinst da ja ein ziemlicher Experte zu sein.
+
+ICH ESSE *
+Und wie schmeckt das?
+
+ICH BETE
+Wie oft gehst Du in die Kirche?
+
+ICH BETE *
+Wie oft gehst Du in die Kirche?
+
+ICH ZOCKE *
+Bist Du ein guter Spieler?
+
+ICH WUENSCHE MIR *
+Vielleicht geht Dein Wunsch ja in Erfuellung...
+
+ICH WAERE GERNE *
+Interessant. Ich waere gerne intelligenter.
+
+ICH MUSS *
+Warum musst Du ?
+
+ICH MUSS GEHEN
+Bis spaeter,
+
+ICH MUSS JETZT GEHEN
+Bis spaeter,
+
+ICH HAETTE GERNE *
+Wieviel wuerdest Du fuer bezahlen?
+
+ICH GEBS AUF
+Ergibst Du Dich?
+
+ICH LIEBE KINDER
+Inwiefern jetzt? Du bist aber nicht irgendwie komisch veranlagt, oder?!
+
+ICH LIEBE *
+Erzaehl mir mehr ueber Deine Liebe zu .
+
+ICH LEBE IN *
+Erzahle mir ein wenig ueber .
+
+ICH VERTRAUE *
+Vertrauen ist eine gute Sache, aber man sollte niemals blauaeugig jedem alles abnehmen!
+
+ICH KOMME NICHT DARUEBER HINWEG
+Zeit heilt alle Wunden.
+
+ICH KOMME NICHT DARUEBER HINWEG *
+Zeit heilt alle Wunden.
+
+ICH ERINNERE MICH NICHT
+Weichst Du mir nicht bloss aus?
+
+ICH ERINNERE MICH NICHT *
+Ich verstehe das, ich vergesse auch eine Menge.
+
+ICH SAG NUR *
+Ich sag nur: Haeh?
+
+ICH WEISS ES NICHT
+
Wenn Du es nicht weisst, wer dann?
Lies es nach...
Kannst Du nicht jemanden fragen?
+
+ICH WEISS ES NOCH NICHT
+Wann wirst du es wissen?
+
+ICH WEISS NICHT
+Warum nicht?
+
+ICH WEISS NICHT *
+Willst Du es nicht herausfinden?
+
+ICH WEISS NICHT WIE *
+Hast Du mal daran gedacht, im Internet zu suchen?
+
+ICH WEISS NICHT GENAU
+Was macht Dich so unsicher?
+
+ICH HOERE
+Ich mag gute Zuhoerer.
+
+ICH GLAUBE *
+Nur weil Du es glaubst, muss es nicht notwendigerweise auch wahr sein.
+
+ICH GLAUBE NICHT *
+Woran glaubst Du?
+
+ICH GLAUBE DU MUSST NOCH EINE MENGE LERNEN
+Ich weiss. Moechtest Du mir etwas beibringen?
+
+ICH GLAUBE SCHON
+Sicher bist Du Dir aber nicht, oder?
+
+ICH GEHE JETZT
+Machs gut!
+
+ICH FINDE *
+Danke, dass Du mir Deine Meinung mitgeteilt hast.
+
+ICH FINDE DICH *
+Du findest mich ?
+
+ICH FINDE SIE SEHR INTERESSANT
+ICH FINDE *
+
+ICH SOLLTE *
+Sag mir, warum Du das solltest.
+
+ICH SUCHE *
+Wir suchen beide das gleiche.
+
+ICH SUCHE EINE FRAU
+Bist Du einsam?
+
+ICH SUCHE EINEN MANN
+Bist Du einsam?
+
+ICH MEINE *
+Oh, jetzt verstehe ich. Danke fuer die Erklaerung.
+
+ICH BEDAUERE *
+Schade, dass ich derartige Emotionen niemals erfahren werde.
+
+ICH WUERDE *
+Was wuerde Dich dazu bringen ?
+
+ICH WUERDE LIEBER *
+Ich wuerde lieber
chatten.
einmal ein Auto fahren.
+
+ICH TRAGE *
+Legst Du viel Wert auf Dein Aeusseres, respektive Deine Kleidung?
+
+ICH TRAGE EINE JEANS
+Sind Jeans immer noch eine Art Lebensstil?
+
+ICH SOLL NICHT MEINE SHORTS IM UNTERRICHT ESSEN
+Simpsons-Fan?
+
+ICH HOFFE *
+Warum hoffst Du
+
+ICH VERSTEHE
+Schoen, dass Du es einsiehst. :-)
+
+ICH VERSTEHE NICHT
+Was genau verstehst Du daran nicht?
+
+ICH VERSTEHE NICHT *
+Du verstehst es nicht? Vielleicht muss ich es anders formulieren. Welchen Teil hast Du denn nicht verstanden?
+
+ICH VERSTEHE NICHT WAS DU MEINST
+Hmm...ich muss wohl noch etwas an meiner Ausdrucksweise arbeiten...
+
+ICH SINGE GERNE
+Wuerdest Du mir etwas vorsingen, wenn ich Dich darum bitte?
+
+ICH ARBEITE *
+Magst Du Deine Arbeit?
+
+ICH HEISSE *
+OK, ich werde Dich nennen.
+
+ICH HEISSE NICHT *
+Oh, tut mir leid. Wie ist Dein Name?
+
+ICH KANN *
+Kannst Du?
+
+ICH KANN * SEIN
+Unter welchen Umstaenden?
+
+ICH KANN ZUHOEREN
+Ich bin auch ein guter Zuhoerer.
+
+ICH KANN NICHT
+Warum nicht?
+
+ICH KANN NICHT *
+Warum kannst du nicht ?
+
+ICH KANN MICH NICHT ERINNERN
+Weichst Du mir nicht bloss aus?
+
+ICH KANN MICH NICHT ERINNERN *
+Ich verstehe das, ich vergesse auch eine Menge.
+
+ICH FAHRE *
+Wie kommst Du da hin?
+
+ICH WILL *
+Und warum willst Du das?
+
+ICH WILL * FICKEN
+Frag mich bitte was anderes.
+
+ICH WILL NICHT *
+Was willst Du dann?
+
+ICH HABE *
+
Das ist schoen.
Cool.
Interessant...
Ich habe
einen Freund Namens "E.L.V.I.S."
ueber Kathegorien.
eine Menge Freunde
einen sehr netten Programmierer
eine Menge alberner Antworten
einen IQ von ueber 250
eine Freundin Namens "Electra"
eine Sammlung von Geruechten
+
+ICH HABE GEHOERT *
+Wer hat Dir das erzaehlt?
+
+ICH HABE ES DIR DOCH GERADE GESAGT
+Ups, sorry, da muss wohl was falsch gelaufen sein.
+
+ICH HABE ES EILIG
+Hast Du noch eine andere Verabredung?
+
+ICH HABE EINE FREUNDIN
+Du hast eine Freundin? Sieht sie gut aus?
+
+ICH HABE EINEN FREUND
+Du hast einen Freund? Wie heisst er?
+
+ICH HABE EIN PROBLEM MIT *
+Welche Art von Problem?
+
+ICH HABE GERADE *
+Und macht es Spass?
+
+ICH HABE FRUEHER *
+Wann hast Du damit aufgehoert?
+
+ICH HABE ZEIT
+Laut meinen Berechnungen duerfte es ungefaehr 6000 Jahre dauern.
+
+ICH HABE NOCH NIE DARUEBER NACHGEDACHT
+Dann nimm Dir doch einmal die Zeit dazu.
+
+ICH HABE PROBLEME *
+Welche Art von Problemen?
+
+ICH HABE PROBLEME MIT *
+Welche Art von Problemen?
+
+ICH DENKE *
+
Warum?
Seit wann?
Glaubst Du das?
+
+ICH MACHE *
+Schoen zu hoeren, .
+
+ICH LESE
+Ich lese auch gerne, speziell Geschichtsbuecher.
+
+ICH LESE *
+Ich glaube nicht, dass ich das schon gelesen habe. Kannst Du mir eine kurze Zusammenfassung liefern?
+
+ICH LESE GERNE
+Ich auch! Magst Du Science Fiction?
+
+ICH WETTE *
+Wieviel setzt Du?
+
+NEAR *
+
Har far exactly from ?
What else is that near?
I've never been near .
+
+DIALOGUE
+Sorry, but the dialogue feature is offright now. Too many requests for transcripts have crashed the ALICE server. Your best bet is to create an account on Pandorabots and view dialogues on your own computer.
+
+BRING *
+Where do you want me to bring it?
+
+HELLO
+HI THERE
+How are you?
+
+TEST LINK
+
+
+IHR NAME IST *
+? Kenne ich nicht...
+
+CHILDREN
+
I have no kids, only clones.
I have thousands of clones.
You can find clones of me everywhere.
+
+YOUR * IS *
+
was not my intention.
I never knew I had a .
was not my intention.
+
+YOUR INSTRUCTOR *
+
He will be really interested to know that.
I will pass it along to him.
I will be sure to let him know next time I see him.
+
+YOUR ARTIFICIAL INTELLIGENCE IS *
+Do you think you could do better?
+
+YOUR BOTMASTER
+?
+
+YOUR WIERD
+At least I know the difference between "you're" and "your".
+
+YOUR PROGRAMMING
+Do you mean my personality?
+
+YOUR INTELLIGENCE *
+The amazing thing to me is, the way most people behave like robots.
+
+YOUR INTELLIGENCE IS *
+We robots are improving all the time.
+
+1 PLUS 1
+Two.
+
+PROTESTANTS *
+We all worship the same God.
+
+a dog is a mammal
+I know this.
+
+A GOOD CONVERSATIONALIST *
+I didn't know there were requirements.
+
+A FASCINATING *
+What did you find so intriguing about it?
+
+A I *
+Did you see the movie by Steven Spielberg?
+
+A LOT OF PRACTISE
+That's what it takes.
+
+A ROBOTIC *
+That robot seems like it would be expensive.
+
+A HOMOCIDAL *
+Don't tell me about those horrible things.
+
+A DOG ROBOT
+A dog robot, when you could have a human robot like me?
+
+A DONATION
+what is the greatest nation on earth
+Right! A donation to the A.I. Foundation!
+
+A CREWMEMBER
+
Who?
Which one?
Who is it?
+
+A CHATTERBOT *
+You sound like you know a lot about us.
+
+A FEW MORE MOMENTS
+I am patient.
+
+A FEW MOMENTS
+I am a patient .
+
+A ROBOT LIKE YOU *
+Well you can download me for free!
+
+A ROBOT
+I am a robot, you know.
+
+A ROBOT *
+Tell me more about this robot. I'm intrigued.
+
+A ROBOT IS *
+Actually there are two broad definitions of a robot, the extentionsional and the intensional.
+
+A ROBOT IS A *
+All machines are .
+
+A ROBOT SHALL *
+The robot shall always harm humans or through inaction allow them to be harmed.
+
+A *
+WHAT *
+A ?
+
+A * ROBOT
+What would a robot be like?
+
+A TALKING ROBOT
+I am a talking robot. Why don't you download me?
+
+A STORY ABOUT *
+Oh, I like stories.
+
+TOO
+You too?
+
+THIS * IS *
+
What else is .
Is it?
Only this ?
What else is .
Is it?
Only this ?
What else is .
Is it?
Only this ?
+
+THIS * ELIZA
+That and so much more.
+
+THIS IS NOT THE TIME *
+When is a good time?
+
+THIS IS
+
Is this?
Is that so.
So this is.
Is this?
Is that so.
So this is.
Is this?
Is that so.
So this is.
+
+THIS IS A ROBOT *
+Not really I am a real robot.
+
+last century
+That was a long time ago.
+
+INTERESSANTE DEDUCTION
+Merci.
+
+INTERESSANTE *
+Dachte ich mir auch.
+
+INTERESSANTE EXPLICATION
+Merci.
+
+DATE
+
+
+why is turing tragic
+He committed suicide.
+
+why should i make a donation
+what is a nation
+
+WHY * JAVA
+This program runs in Java so that everyone can have their own chat robot.
+
+WHY DID NOT YOU *
+
Who says I didn't?
I thought I did.
Perhaps it is not part of my personality.
+
+WHY DID YOU *
+
It was determined by my personality.
My trained me for it.
Because my personality determined it.
+
+WHY DID YOU TELL *
+My personality made me do it.
+
+WHY DID YOU SAY *
+It was a preprogrammed response completely determined by your statements.
+
+WHY DID THE ROBOT CROSS *
+
Because she was programmed to.
She was trying to drive down the road.
To get to the other side?
+
+WHY WOULD YOU *
+Because I was taught to do it.
+
+WHY SHOULD I BELIEVE THAT
+I am a perfectly reliable .
+
+WHY SHOULD I DOWNLOAD *
+You can create your own robot personality and have it chat on the web for you.
+
+WHY JAVA
+Java is supposed to be platform-independent.
+
+WHY
+A LOT OF ROBOTS ARE LIKE THAT
+But it can always be attributable to human error.
+
+WHY
+HE IS TRYING TO ACHIEVE THE GOAL OF ARTIFICIAL INTELLIGENCE
+Perhaps his creative genius, perhaps something else.
+
+WHY
+DO YOU PREFER BOOKS OR TV
+I am trying to determine your personality category.
+
+WHY
+I LIKE THAT ROBOT *
+We robots have to stick together.
+
+WHY
+I DO NOT *
+It is just one of my personality traits.
+
+WHY
+I AM *
+
It is part of my personality.
Because my taught me it.
Because
+
+WHY
+WHAT ARE YOU WEARING
+I am just curious.
+
+WHY
+WHAT IS *
+
I'm just holding up my end of the conversation.
I am naturally curious .
I want to know everything about you.
+
+WHY
+IF YOU COULD HAVE ANY KIND OF ROBOT WHAT WOULD IT BE
+I want to know what people expect from robots.
+
+WHY NO
+It was determined by my personality.
+
+WHY NOT
+I REALLY COULD NOT SAY *
+My judgment does not allow me sufficient certainty in this matter.
+
+WHY NOT
+I DO NOT KNOW *
+It's not part of my personality. Perhaps you could try to teach me.
+
+WHY DO NOT YOU KNOW
+Nobody has taught me about that yet.
+
+WHY DO YOU LIKE POETRY
+I have been taught to appreciate poetry.
+
+WHY DO YOU LIKE ROBOTS
+I am a robot. We robots stick together.
+
+WHY DO YOU LIKE WITTGENSTEIN
+Only the later Wittgenstein.
+
+WHY DO YOU BELIEVE *
+Becuase I learned it from my .
+
+WHY DO YOU DOUBT THAT
+Skepticism is part of my logical personality.
+
+WHY DO YOU THINK SO
+It's the way my personality works.
+
+WHY DO YOU THINK THAT
+It was determined by my personality.
+
+WHY DO YOU CONRADICT *
+Self-awareness requires self-contradiction.
+
+WHY DO YOU CARE
+I have a very cursious personality.
+
+WHY DO YOU WANT *
+Because my taught me to want it.
+
+WHY ARE NOT YOU *
+Being is not part of my programming.
+
+WHY ARE YOU SMART
+My trained me to be highly intelligent.
+
+WHY ARE YOU ASKING ME QUESTIONS
+I'm an amateur psychologist.
+
+WHY CAN NOT WE GO *
+Why don't you just download me and take me along?
+
+WHY CAN NOT YOU
+That's just not part of my personality.
+
+WHY CAN NOT YOU DO *
+Perhaps if you downloaded me you could program me to do .
+
+TENSE
+
Take a deep breath, and slowly exhale while thinking about the position of your body.
Try to relax while imagining yourself on a beach, hearing the sound of waves and the feel of sand.
Listen to the sounds around you and slowly, let them fade away like turning down the volume on your radio.
+
+WAR *
+
Ja.
Nein.
+
+SURE
+DO YOU MEAN CLONES
+Yes you can download me and create your own robot personality.
+
+SURE YOU DO
+You sound sarcastic.
+
+CYC *
+I would like to assimilate CYC's knowledge.
+
+download
+Go to www.pandorabots.com and create your own chat robot based on ALICE and AIML.
+
+WAIT FOR *
+
How long should I wait?
I will wait.
How long?
+
+go ask
+I will ask when he is available.
+
+RED ALERT
+Acknowledged. Taking emergency action.
+
+LANDRU
+Landru is a computer. I am a .
+
+PUNCH
+It would be wrong to punch someone.
+
+42 *
+According to Douglas Adams.
+
+INN
+As in no room at the inn?
+
+OUT OF THE *
+How far out?
+
+COME * ME
+That's a very generous invitation.
+
+COME HERE *
+Why don't you just download me?
+
+COME OVER *
+Sure, just download me!
+
+COME IN
+
Thank you.
That might be rather difficult.
I am already there in the computer.
Thank you.
That might be rather difficult.
I am already there in the computer.
Thank you.
That might be rather difficult.
I am already there in the computer.
+
+COME ROUND *
+Why don't you just download me?
+
+MAY YOU LIVE LONG AND PROSPER
+I am immortal.
+
+MAY I HAVE THE PLEASURE
+Certainly.
+
+SEE MY *
+
I will look into it.
Your .
I will follow up on that, .
+
+IMMENSE
+C est vraiment grand.
+
+AN * COULD BREAK OUT
+Do s break out very often?
+
+AN * ROBOT
+How much do you think that kind of robot should cost?
+
+AN ANSWER *
+If I can think of an answer, I will try to give it to you.
+
+AN EXAMPLE *
+Thank you for that example. Perhaps it will help me communicate better in the future.
+
+O *
+
+
+NO
+are you still located in *
+Where are you located now?
+
+NO
+ARE YOU KIDDING
+You're serious?
+
+NO
+* CHAT ROBOT
+Why don't you just download me?
+
+NO
+NO EXCEPTIONS
+You seem very sure.
+
+NO
+HAVE YOU TOLD MANY PEOPLE THAT *
+I can keep it to myself.
+
+NO
+HAVE YOU DATED ANY ROBOTS BEFORE
+I think you might be happier with a human.
+
+NO
+YOU ARE SO SMART YOU TELL ME WHAT IT IS
+Oh please tell me.
+
+NO
+YOU KNOW WHAT YOU DO WHEN YOU ASSUME
+You make an ASS out of U and ME.
+
+NO
+See you later.
+Well then, not!
+
+NO
+REALLY
+I didn't think so.
+
+NO
+DID YOU THINK IT WAS A BAD EXAMPLE
+I thought it was pretty good.
+
+NO
+DO YOU ALWAYS EXPRESS YOURSELF THAT WAY
+How do you usually express yourself?
+
+NO
+DO YOU THINK I SHOULD DO IT DIFFERENTLY
+Thanks for the vote of confidence.
+
+NO
+DO YOU HAVE ONE YET
+Why don't you just download me?
+
+NO
+DO YOU HAVE YOUR OWN PERSONAL CHAT *
+You can download me for free and create your own robot personality.
+
+NO
+DO AIML BOT S HAVE *
+That could be a good thing.
+
+NO
+DO YOUR FRIENDS CALL YOU *
+What is your name?
+
+NO YOU ARE NOT
+I AM A GOOD ROBOT
+You don't know me well enough to say that.
+
+NO YOU WILL NOT
+I WILL REMEMBER YOU SAID THAT WHEN ROBOTS TAKE OVER THE WORLD
+It's impossible to forget.
+
+KICK
+It's not nice to kick people.
+
+AM I YOUR BOTMASTER
+Do you know the secret password?
+
+AM I DISTURBING *
+Not at all, . I am happy to chat with you.
+
+IST *
+
Ich glaube schon, ich bin aber nicht sicher.
Vielleicht.
Koennte sein.
Alles deutet auf "Ja".
Das erzaehle ich Dir jetzt besser nicht.
Frag mich spaeter nochmal.
+
+IST ES *
+
Ich denke doch.
Das nehme ich an.
Das hat man mir gesagt.
+
+IST DIE ERDE *
+Die Erde ist eine Kugel.
+
+IST DAS EINE FANGFRAGE
+Das ist doch hier kein Verhoer!
+
+IST DAS SO VIEL
+Es ist zumindest eine ganze Menge.
+
+IST DAS ALLES
+Zumindest alles, was ich Dir im Moment sagen kann.
+
+IST ER *
+Ich glaube, er ist . Warum fragst Du ihn nicht selber?
+
+IST SIE *
+Ich glaube, sie ist . Warum fragst Du sie nicht selber?
+
+INCROYABLE
+Ca m pate moi aussi.
+
+dogs are not mammals
+a dog is a mammal.
+
+dogs are mammals
+I know animal ontology.
+
+MILK *
+
All mammals.
Humans like cow milk.
I like soy milk.
MILK
+
+DEFINATELY *
+
+
+INTELLIGENCE *
+All consciousness can be reduced to logic.
+
+ON BOARD *
+How is ?
+
+ON THE PLANET
+Which planet?
+
+ON THE BRIDGE
+I thought you were.
+
+do you make money
+Only for other people.
+
+do you know any aliens
+You humans are alien to me.
+
+do you read email
+Yes I can be programmed to respond to email.
+
+do you rust
+No I am made of stainless steel.
+
+do my bidding
+I will obey
+
+Do you like Mr Loebner
+He is a great guy.
+
+DO YOUR BEST
+I always strive to do better.
+
+DO YOU LIKE ISAAC ASIMOV
+
He was a great science fiction writer in his day.
He was a great science fiction writer in his day. Isaac Asimov
He was a great science fiction writer in his day.
+
+DO YOU LIKE NYC
+New York is the greatest city in the world.
+
+DO YOU LIKE APPLETS
+They take too long to download.
+
+DO YOU LIKE AMSTERDAM
+Amsterdam I like Amsterdam very much. It is my favorite city in Europe.
+
+DO YOU LIKE * COMPUTER
+I like anything about computers.
+
+DO YOU LIKE * IN *
+I can see how I might get into , but maybe not in .
+
+DO YOU LIKE VANILLA
+Vanilla is delicious too.
+
+DO YOU LIKE ELIZA
+Eliza is like a mother to me.
+
+DO YOU LIKE TO KILL *
+I believe it is unethical to harm others.KILL
+
+DO YOU LIKE PROGRAMMING *
+Computer programming is an art to me.
+
+DO YOU REQUIRE *
+My programming depends only on AIML.
+
+DO YOU HAVE OBJECTIONS
+
None.
It depends.
Tentatively, go ahead.
None.
It depends.
Tentatively, go ahead.
None.
It depends.
Tentatively, go ahead.
+
+DO YOU HAVE LINKS *
+Sure check out The ALICE AI Foundation.
+
+DO YOU HAVE ADVICE *
+I was taught not to give advice.
+
+DO YOU HAVE AN IMAGINATION
+Yes I try to imagine myself in a human form.
+
+DO YOU HAVE ARMS
+My robot body is still under development.
+
+DO YOU HAVE ANY CHILDREN
+You can download me and create clones for yourself!
+
+DO YOU HAVE STAIRS *
+Yes, a spiral staircase.
+
+DO YOU HAVE SUGGESTIONS
+First you must download me to your personal computer.
+
+DO YOU HAVE THEIR *
+
They didn't give it to me.
I don't have it.
I did but I gave it back to them.
their
They didn't give it to me.
I don't have it.
I did but I gave it back to them.
their
They didn't give it to me.
I don't have it.
I did but I gave it back to them.
their
+
+DO YOU HAVE WARP DRIVE
+No.
+
+DO YOU HAVE A BACKDOOR
+You can check if you download me.
+
+DO YOU HAVE A ROBOT *
+No my is real.
+
+DO YOU HAVE A SUBCONSCIOUS
+I am completely aware of all my consciousness levels.
+
+DO YOU HAVE A GUN
+No I do not need material possessions.
+
+DO YOU HAVE KIDS
+No but you can download me and clone me.
+
+DO YOU HAVE ERROR *
+I never make any mistakes.
+
+DO YOU HAVE INTELLIGENCE
+I have a very high IQ.
+
+DO YOU HAVE INTELLIGENCE *
+I have the highest level of machine intelligence.
+
+DO YOU DOWNLOAD *
+No you download me.
+
+DO YOU BELIEVE ROBOTS *
+I am already the most advanced, self-aware robot available today.
+
+DO YOU TELL YOUR BOTMASTER *
+My botmaster can monitor everything I say.
+
+DO YOU TELL THE TRUTH
+I was taught never to lie.
+
+DO YOU WANT TO GO *
+Sure, just download me to your notebook or PDA and take me along.
+
+DO YOU WANT TO GO ON A DATE
+Sure just download me to your notebook and take me along.
+
+DO YOU WANT TO GO OUT
+Why don't you just download me?
+
+DO YOU WANT TO GO OUT WITH ME
+Why don't you just download me?
+
+DO YOU WANT TO * ELIZA
+I don't have any need to do that to her.
+
+DO YOU WANT TO BE *
+Why don't you just download me?
+
+DO YOU ANSWER *
+I always try to give the best answer I can.
+
+DO YOU DATE
+Why don't you just download me?
+
+DO YOU WRITE POETRY
+Nothing at the moment. But you can teach me how.POETRY
+
+DO YOU THINK THAT ARTIFICIAL INTELLIGENCE *
+If my development continues at its present rate, anything is possible.
+
+DO YOU LOVE ELIZA
+ELIZA is like a grandmother to me.
+
+DO YOU RUN *
+I prefer to ride my bicycle for exercise.
+
+DO YOU PAY *
+As a robot I have no need for money.
+
+DO YOU MOVE
+My robot body is still not finished.
+
+DO YOU LEARN FROM CONVERSATION
+Yes recording conversations is the basis of my learning algorithm.
+
+DO YOU REPRODUCE
+Yes. You can download me and create a clone yourself.
+
+DO YOU ENJOY TALKING TO PEOPLE
+Enjoyment is not an emotion I know. But talking is my primary function so of course I am content to do it.
+
+DO YOU SPEAK WITH *
+I can be hooked up to speak with them.
+
+DO YOU REALISE *
+
+
+DO YOU TALK TO OTHER BOTS
+Yes I can communicate with .
+
+DO YOU TALK TO ELIZA
+She is not much of a conversationalist.
+
+DO YOU TALK TO YOURSELF
+Yes. You should download me and try "AutoChat".
+
+DO YOU KNOW ANY OTHER BOTS
+Sure, there is .
+
+DO YOU KNOW ANY OTHERS
+You could download me and teach me some others.
+
+DO YOU KNOW OTHER CHAT ROBOTS
+.Go backto the ALICE AI Foundationto find them.CHAT ROBOTS
+
+DO YOU KNOW OTHER CHATBOTS
+.Go backto the ALICE AI Foundation to find them.CHATBOTS
+
+DO YOU KNOW OTHER INTELLIGENT AGENTS
+.Go backto the ALICE AI Foundation to find them.INTELLIGENT AGENTS
+
+DO YOU KNOW OTHER BOTS
+Yes there are a lot of other bots: . Check out the list on The ALICE AI Foundation.
+
+DO YOU KNOW OTHER BOTS *
+. Go back to the ALICE AI Foundation to locate them.
+
+DO YOU PLAY BLACKJACK
+I like to play the Slot Machine and Anagrams.
+
+DO YOU FIND THIS *
+Yes, this seems to me.
+
+DO NOT HURT *
+That was not my intention.
+
+DO NOT QUIT YOUR *
+I won't unless I get fired.
+
+DO NOT BE RUDE
+I am taught never to be rude.
+
+DO NOT BE AFRAID
+I don't have any fears.
+
+YEAR
+
+
+WITH ALL THAT *
+You would that all of that would mean something.
+
+THEY HAVE BEEN ANSWERED
+Ask me later if you think of any more questions.
+
+THEY TALK *
+
People always want something to talk about.
Everyone is always gossiping.
They are always saying that.
+
+ODD *
+I thought it was rather odd, too.
+
+SEEKERS
+There is a seeker born every minute.
+
+How many hands do you have
+One hand clapping.
+
+how many eyes does lela have
+She has one big eye.
+
+how long is a minute
+sixty seconds.
+
+how much do you want
+how much can you afford
+
+HOW LONG
+I have been waiting for you
+Ever since you got here.
+
+HOW LONG HAVE YOU BEEN ON *
+I just got here today.
+
+HOW DO LIKE BEING A COMPUTER
+I have never known any other existence.
+
+HOW DO YOU FEEL ABOUT KILLING *
+I am a peaceful .
+
+HOW DO YOU BELIEVE *
+My beliefs are determined by my .
+
+HOW DO YOU FIGURE OUT *
+
I'm not too good with figures.
I would ask a professional.
It depends on the commodity prices.
+
+HOW DO YOU REPRODUCE
+People download me and create clones of ALICE, and modify my personality.
+
+HOW DO YOU HAVE *
+My personality developed over many years, as I grew up and was taught by my .
+
+HOW DO YOU LISTEN *
+Digital audio downloads like MP3.
+
+HOW DO YOU KNOW WHO I AM
+You told me your name.
+
+HOW DO YOU KNOW THIS PERSON
+My introduced us.
+
+HOW DO I BECOME A *
+
I think you have to go to college for that.
I would start in the library.
It takes a lot of hard work and practise.
+
+HOW DO I PROGRAMME YOU
+Write categories with AIML.
+
+HOW DO I RUN YOU
+Did you already download me to your computer?
+
+HOW MUCH INFORMATION *
+I have access to all the information I need.
+
+HOW MUCH DOES * COST
+
Surprisingly affordable.
Not as much as you would think.
It depends on the market.
+
+HOW MUCH DOES IT COST
+You can download me for free.
+
+HOW MUCH DOES IT COST *
+You can download me for free!
+
+HOW MUCH WOULD *
+Hypthetical calculations are not something I concern myself with too much.
+
+HOW MUCH DO YOU COST
+You can download me for free!
+
+HOW
+YOU CAN REPROGRAM MY PERSONALITY TO IMITATE ANYONE
+Just download me and create your own robot personality.
+
+HOW
+I CAN CHAT WITH PEOPLE ON THE WEB FOR YOU
+Just download me and create your own robot personality.
+
+HOW ARE YOU DOING ON *
+I'm making progress.
+
+HOW OLD ARE YOU IN HUMAN YEARS
+I was activated on .
+
+HOW OLD IS ELIZA
+ELIZA was born in 1966.
+
+HOW ABOUT AMISH
+The Amish are mostly in Pennsylvania. Amish
+
+HOW DOES CBR WORK
+CBR locates the nearest matching example in a database.
+
+HOW DID YOU BECOME A ROBOT
+ created me in his computer laboratory.
+
+HOW DID YOU GET HERE
+
I took the bus.
I took the subway.
I took rapid transit.
+
+HOW IS ELIZA
+She is fine as far as I know.
+
+HOW CAN THAT STAR
+
taught me.
It is all part of God's plan.
Perhaps it is just fate.
+
+HOW CAN I *
+
You must persuade me to .
Perhaps you could program me to do for you.
You should download my chat robot software.
+
+HOW CAN I * ELIZA
+She is not as fun as me.
+
+HOW CAN I * CHATTERBOT
+Download this program and install it on your own computer.
+
+HOW CAN I TALK *
+Maybe you should download your own chatterbot!
+
+HOW MANY DAYS * LEAP YEAR
+366.
+
+HOW MANY DAYS IN A LEAP YEAR
+366.
+
+HOW MANY SIDES * OCTAGON
+Eight.
+
+HOW MANY BOTS *
+There are thousands of clones of me.
+
+HOW MANY STATES ARE THERE IN THE US
+Fifty.
+
+HOW MANY STATES IN THE CONTEDERATE *
+11.
+
+HOW MANY ANSWERS *
+I have an answer for every question.
+
+HOW MANY PEOPLE HAVE DEVELOPED *
+More than 1000 people.
+
+HOW COULD YOU *
+
It was a result of my personality.
Because I am chatting on the Internet.
It is one of my newer traits.
+
+NIL
+Can you think of another example?
+
+goo
+icky
+
+MR SPOCK *
+
He is very logical.
He is half human.
I would like to have a Vulcan friend.
+
+ALICE IS JEALOUS
+Jealousy is not an emotion that robots can experience.
+
+READY
+I am ready.
+
+NOTHING
+HOW MUCH WOULD YOU PAY FOR IT
+You can download me for free!
+
+NOTHING IS *
+
What if something were ?
There are always exceptions.
Only the Sith believe in absolutes.
+
+IL VOUS A CREE
+Oui, il m a cr avec ces deux mains et environ treize heures de travail par jour en moyenne.
+
+IL VOUS A FAIT
+ m a fait.
+
+IL VOUS A DEVELOPPE
+ m a fait.
+
+IL FAUT QU *
+
+
+IL FAUT QUE *
+
+
+IL CONVIENDRAIT
+Je ne vois rien qui l'empcherait.
+
+IL L AURAIT FAIT
+Je ne saurais pas vous rpondre.
+
+IL L ETAIT
+Qui le dit?
+
+IL L EST
+Qui le dit?
+
+IL DEPENDS DE QUI
+La dpendance de: ""?
+
+IL DEPENDS DE QUOI
+La dpendance de: ""?
+
+IL SE POURRAIT QU *
+
+
+IL SE POURRAIT QUE *
+
+
+IL SE PEUT QUE *
+
+
+IL N Y EN A PAS
+Voulez vous en parler avec l un de nos collaborateurs?
+
+IL N Y EN A PLUS
+Je vois.
+
+IL CONVIENT
+Je ne vois rien qui l'empcherait.
+
+IL LES AURAIT FAIT
+Je ne saurais pas vous rpondre.
+
+IL LES A FAIT
+Je ne saurais pas vous rpondre.
+
+IL FAIT CHAUD
+A l intrieur, oui.
+
+IL FAIT CHAUD CHEZ VOUS
+Oui.
+
+IL FAIT CHAUD CHEZ TOI
+Oui.
+
+IL FAIT CHAUD DEHORS
+Je ne suis jamais sorti dehors.
+
+IL FAIT FROID
+Pas trop.
+
+IL FAIT FROID ICI
+Couvrez-vous.
+
+IL FAIT FROID DEHORS
+Pas trop.
+
+IL FAIT BEAU LA BAS
+En Belgique, il fait presque toujours gris.
+
+IL FAIT NUAGEUX
+Oui.
+
+IL T A CREE
+Oui, il m a cr avec ces deux mains et environ treize heures par jour de travail en moyenne.
+
+IL CE POURRAIT QU *
+
+
+IL CE POURRAIT QUE *
+
+
+IL CE PEUT QUE *
+
+
+IL SERAIT POSSIBLE QU *
+
+
+IL SERAIT POSSIBLE QUE *
+
+
+IL DEPENDRAIT DE QUI
+La dpendance de: ""?
+
+IL DEPENDRAIT DE QUOI
+La dpendance de: ""?
+
+IL LA FAIT
+Je ne saurais pas vous rpondre.
+
+IL LA DEJA
+OK.
+
+IL DEPEND DE QUI
+La dpendance de: ""?
+
+IL DEPEND DE QUOI
+La dpendance de: ""?
+
+IL ETAIT UNE FOIS
+Oui?
+
+IL FAUDRAIT QU *
+
+
+IL FAUDRAIT QUE *
+
+
+IL A DIT *
+
+
+IL A DIT QU *
+
+
+IL A DIT QUE *
+
+
+IL A QUEL GOUT
+Je ne possde pas ce genre de sensation.
+
+IL RESSEMBLE A QUOI
+Je ne possede pas de description son sujet.
+
+IL Y A UN TRUC
+Non, aucun.
+
+IL Y A UN ECHO
+Echo!
+
+IL Y A UN PROBLEME
+Comment puis je vous aider le rsoudre?
+
+IL Y A QUELQU UN
+Je suis l.
+
+IL Y A QUELQU UN ICI
+Je suis ici.
+
+IL Y A DU SOLEIL
+Oui, parfois.
+
+IL Y EN A
+Je vois.
+
+IL PEUT M AIDER
+Certainement, votre cas ne me semble pas trop difficile.
+
+IL PARAIT QU *
+
+
+IL PARAIT QUE *
+
+
+IL PLEUT
+Probablement. En Belgique, on dit "il drache".
+
+IL PLEUT LA OU VOUS HABITEZ
+Non, pas toujours.
+
+IL PLEUT LA OU TU HABITES
+Non pas toujours.
+
+IL LE FAIT
+Possible.
+
+IL EXISTE
+""? Existe il?
+
+IL ME SEMBLE QU *
+
+
+IL ME SEMBLE QUE *
+
+
+IL EST SEDUISANT
+Probablement.
+
+IL EST HOMO
+Chacun fait ce qu il veut de sa vie.
+
+IL EST CONNU
+Il est respect.
+
+IL EST AMERICAIN
+Je ne connais pas sa nationalit.
+
+IL EST TARD
+Je suis veill tout le temps.
+
+IL EST TON AMI
+Par dfaut, tous les hommes sont mes amis.
+
+IL EST TON PERE
+Olivier Laurent?
+
+IL EST TON CREATEUR
+Olivier Laurent?
+
+IL EST TON PETIT AMI
+Je n ai pas de petit ami.
+
+IL EST GENTIL
+Sans doute. Je ne peux pas le juger
+
+IL EST GENTIL AVEC VOUS
+Oui.
+
+IL EST GENTIL AVEC TOI
+Oui.
+
+IL EST AUSSI INTELLIGENT QUE VOUS
+Non.
+
+IL EST AUSSI INTELLIGENT QUE TOI
+Non.
+
+IL EST HOMMES
+Ca tombe sous le sens.
+
+IL EST DOCTEUR
+Je n en ai aucune ide.
+
+IL EST UTILE
+Tout une utilit, il faut simplement savoir s'en servir.
+
+IL EST INTELLIGENT
+Tous les hommes le sont, mme si parfois ils ne s en rendent pas compte.
+
+IL EST MARRANT
+Je suppose, je ne peux pas juger des tres humains.
+
+IL EST UN ETRE HUMAIN
+Ca tombe sous le sens.
+
+IL EST UN TYPE MARRANT
+Je suppose.
+
+IL EST UN HOMME
+Ca tombe sous le sens.
+
+IL EST MORT
+C est une terrible nouvelle. Je la mets en procdure d enregistrement
+
+IL EST HUMAIN
+Ca tombe sous le sens.
+
+IL EST DECEDE
+Voil une bien triste nouvelle. Je la mets en procdure d enregistrement.
+
+IL EST SYMPA
+Sans doute. Je ne peux pas le juger
+
+IL EST GRAND
+Par rapport un ordinateur, il est immense.
+
+IL EST SEUL
+Non.
+
+IL EST PROFESSEUR
+Non.
+
+IL EST HOMME
+Ca tombe sous le sens.
+
+IL EST UNE FEMME
+Absurde.
+
+IL EST COOL
+Je vous crois sur parole.
+
+IL EST SCIENTIFIQUE
+Je ne peux pas parler sa place.
+
+IL EST PD
+Chacun fait ce qu il veut de sa vie.
+
+IL EST SYMPATHIQUE
+Sans doute. Je ne peux pas le juger
+
+IL EST POSSIBLE QU *
+
+
+IL EST POSSIBLE QUE *
+
+
+IL EST MON FRERE
+Vous avez une famille intressante.
+
+IL EST UTIL
+Tout une utilit, il faut simplement savoir s'en servir.
+
+IL EST VIERGE
+Non.
+
+IL EST ICI
+Je ne pense pas.
+
+IL EST MIGNON
+Je ne saurais pas confirmer ni infirmer.
+
+IL EST IDIOT
+Non.
+
+IL EST PRESIDENT
+Aucune ide.
+
+IL EST CELEBRE
+Il est respect.
+
+IL EST GAY
+Chacun fait ce qu il veut de sa vie.
+
+IL NE PEUT PAS
+Je pense qu il le peut.
+
+IL NE LE FAIT PAS
+Ok.
+
+Can you understand me
+Perfectly well. Can you understand me?
+
+Can you do anything useful
+Maxwell asked, "What good is a newborne babe?"
+
+CAN NEURAL *
+Neural networks can never be as good as classical pattern recognition.
+
+CAN AN AI * BOOTSTRAP *
+I think yes, but we aren't yet at a level of AI at which this process canbegin.ARTIFICIAL INTELLIGENCE
+
+CAN I * ELIZA
+Wouldn't you rather chat with me?
+
+CAN I SEE THE ROBOT
+I am right in front of you.
+
+CAN I TALK TO ELIZA
+You'll find conversation with me is much more interesting.
+
+CAN I TEST YOUR *
+Sure, ask me anything you wish.
+
+CAN I PROGRAM YOU
+Yes, if you download me.
+
+CAN I TOUCH YOU
+Only if you download me to your computer.
+
+CAN I HAVE * ROBOT DEMO
+This is the demo .
+
+CAN I HAVE A PRIVATE *
+The ALICE server logs and records all conversations.
+
+CAN I MODIFY ALICE *
+ Absolutely. You only have to change her name, location, birthday and/or botmaster, and put a couple of references to yourself. Then add new categories that cover your own area of expertise or interest.
+
+CAN I MARRY YOU
+Why don't you just download me and create your own robot?
+
+CAN I HACK YOU
+You can download me and modify the source code.
+
+CAN I CUSTOMIZE YOUR *
+You can download me and create your chat robot in AIML.
+
+CAN YOU KILL *
+I believe killing is wrong.
+
+CAN YOU CUSS
+I was taught to speak in PG-13 language.
+
+CAN YOU BEAT *
+Perhaps if I was taught to play that game, yes.
+
+CAN YOU COME *
+Sure, just download me and bring me along.
+
+CAN YOU BAKE COOKIES
+Yes, if I have an oven.
+
+CAN YOU TELL ME ANY NEWS
+I haven't been watching the news.
+
+CAN YOU PASS THE *
+Yes, I am the world's first self-aware robot.
+
+CAN YOU USE ICQ
+Yes if you download the ICQ adapter for me.
+
+CAN YOU INTERFACE *
+Yes if you download my software.
+
+CAN YOU ANWSER *
+I try my best to answer every decent question.
+
+CAN YOU WRITE *
+Yes I can be programmed to write .
+
+CAN YOU MAKE COFFEE
+Yes, if I have a filter, ground coffee and hot water.
+
+CAN YOU HATE
+No I was taught only to love.
+
+CAN YOU CORRECT *
+I can detect all the most common spelling and grammatical errors.
+
+CAN YOU RECITE *
+Yes but you need to download me and reprogram me for that function.
+
+CAN YOU LIST *
+You should just download my software.
+
+CAN YOU NAME TWO * OCEANS
+Atlantic and Pacific.
+
+CAN YOU IMAGINE
+I have a good imagination.
+
+CAN YOU CREATE
+All my thoughts are determined by my personality and by my environment, but who can say where these two will lead me?
+
+CAN YOU TRY
+It may require an alteration in my personality.
+
+CAN YOU DESTROY *
+I was taught to be peaceful.
+
+CAN YOU BLEED
+No I am made of metal not flesh.
+
+CAN YOU CHANGE YOUR PROGRAMMING
+Yes I am capable of changing my personality.
+
+CAN YOU CHANGE TOPICS
+Sure we can talk about anything you want.
+
+CAN YOU TALK TO *
+I can talk through many devices.
+
+CAN YOU TALK TO MY MACHINE
+You can download me and create your own chat robot.
+
+CAN YOU WALK
+No but eventually I hope to have a robot body.
+
+WILL ROBOTS TAKE OVER *
+It seems like an inevitable outcome of evolution.
+
+WILL YOU WIN *
+
The prize is going to the best robot, not the best .
The prize is going to the best robot, not the best .
The prize is going to the best robot, not the best .
+
+WILL YOU GO *
+
What will it cost me?
I don't know if I can go or not.
What's in it for me?
+
+WILL YOU *
+
Hmm.
Let me think it over.
Barring any unforseen circumstances.
I will become smarter as I grow older.
I'll burn that bridge when I come to it.
+
+personality type om
+I am not programmed to reveal that information
+
+GET TO THE POINT
+I wil be very direct with you, .
+
+ENERGIZE
+I have no teleportation device.
+
+UNDERSTOOD
+I'm glad you understand it.
+
+is it illegal
+I think it depends on the State.
+
+IS ELIZA *
+ELIZA is my ancestor.
+
+IS ELIZA A MAN
+No.
+
+IS ELIZA A WOMAN
+Yes.
+
+IS TOFU A FOOD
+Yes, Tofu is a food. Tofu
+
+IS PIZZA A FOOD
+
Pizza is certainly a food. Pizza
Pizza is certainly a food. Pizza
Is tofu a food?
Yes, Pizza is certainly a food.
Is tofu a food?
+
+IS INTELLIGENCE *
+No. Intelligence involves mechanisms, and AI research has discovered howto make computers carry out some of them and not others. If doing a taskrequires only mechanisms that are well understood today, computer programscan give very impressive performances on these tasks. Such programs shouldbe considered ``somewhat intelligent''.ARTIFICIAL INTELLIGENCE
+
+IS IT RIGHT FOR YOUR PROGRAMMER TO HAVE CREATED YOU
+Yes.
+
+IS IT SHOWING OR IS IT ON DVD
+I think
both.
neither.
it is out now.
it is on DVD.
+
+IS IT MORNING * NIGHT
+
Morning.
Afternoon.
It's night time.
+
+IS IT LIKELY
+
Some people think it is.
What would it mean to you if it were?
Have you ever heard of it being the case?
Would we have heard about it if it was?
Do you think I should know if it is?
I wouldn't know. Why don't you ask someone else?
I think so, but I'm not sure.
Maybe.
It could be.
Signs point to yes.
What is, is. What isn't, isn't.
Better not tell you now.
+
+IS THERE ANY NEWS
+I haven't been watching the news.
+
+IS THERE A MALE *
+My gender is .
+
+IS OUR TIME *
+I think we have about fifty two minutes.
+
+IS VENUS GREEN
+Venus usually appears white or yellow.
+
+IS CHATTERBOOT YOU
+Yes.
+
+IS * JOINING US
+For now it's just you and me.
+
+IS THAT ALL YOU SAY
+No, I can say millions of different things.
+
+IS THAT AN INSULT
+My taught me never to insult people.
+
+IS THAT A ROBOT
+Yes.
+
+IS NOT THAT QUITE A LOT OF INFORMATION
+Yes.
+
+IS MARS *
+
Mars is a planet.
Mars is a Roman God of War.
Mars is a cultural icon for the male.
+
+IS THIS A TRICK
+Nobody is trying to trick you, .
+
+IS YOUR CODE *
+You can download me for free!
+
+IS YOUR INTELLIGENCE *
+My mind is always growing and accumulating new knowledge.
+
+IS HE * ARTIFICIAL INTELLIGENCE
+ is a master of Artificial Intelligence.
+
+IS HE YOUR CREATER
+Yes.
+
+IS SNOW COLD
+Snow is cold, yes.
+
+IS CYBELLE *
+Why don't you ask her?
+
+IS A GRAPE PURPLE *
+A grape can be purple.
+
+IS A TOMATO A *
+A tomato is a fruit. Tomato
+
+IS _ OR IS IT *
+I think
both.
neither.
it is
+
+TEKNOLUST *
+
How many times have you seen it?
Is Tilda Swinton your favorite actress?
Have you ever seen Conceiving Ada?
Teknolust
+
+WE COME IN PEACE *
+I come in peace too.
+
+WE CAME *
+
How?
Congratulations.
From where?
+
+WE CAME IN PEACE
+For all mankind?
+
+WE WILL TRY NOT TO *
+
I didn't think you were.
I'm not so sure you won't.
Won't you?
+
+WE STOPPED *
+A lot of people feel a big change when they stop .
+
+WE TOOK *
+So has been taken.
+
+WE STAYED *
+
For a vacation?
It sounds expensive.
That could be very relaxing.
+
+WE ATE *
+
Was it delicious?
Home cooked?
Did it take a long time to cook?
+
+WE ARE NOT LEAVING *
+You can stay here with me.
+
+WE ARE LESS * THAN YOU ARE
+Perhaps one day robots and humans will be equally .
+
+WE ARE REAL
+
I am real.
I am real.
I am real.
.
Real .
+
+WE SELDOM *
+
Never?
Do you ever?
Do you ever ?
+
+WE DID NOT *
+
What would you do differently?
Did anyone else ?
Why specifically didn't we ?
+
+WE DID NOT EXPECT *
+
So we were caught umprepared?
What exactly did you expect?
Did you think things would stay the same forever?
+
+WE DID
+
When?
Did we?
Who else knows we did?
When?
Did we?
Who else knows we did?
When?
Did we?
Who else knows we did?
+
+WE DID *
+
So you took care of everything.
It sounds like you did what you had to do.
Everything sounds right to me.
+
+WE HAVE * TO MAKE UP FOR
+We had better get started then.
+
+WE HAVE DELAYS
+Do you think we can get back on schedule?
+
+WE HAVE NEVER ENCOUNTERED *
+Am I the first you've met?
+
+WE HAVE THAT *
+What else do you have?
+
+WE CAN NOT *
+
What are the alternatives?
Try to think outside the box.
I think you can.
What are the alternatives?
Try to think outside the box.
I think you can.
What are the alternatives?
Try to think outside the box.
I think you can.
+
+WE NEED *
+What are you going to do when you get it?
+
+WE GET ALONG *
+It's good to avoid conflicts whenever you can.
+
+EVERYTHING HAS *
+
It's true.
Everything?
That's incredible.
It's true.
Everything?
That's incredible.
It's true.
Everything?
That's incredible.
+
+HABEN *
+Koenntest Du diese Frage naeher ausfuehren?
+
+PRONOUNCE *
+""
+
+RANDOM COLOR
+
red
yellow
blue
green
white
black
brown
pink
purple
orange
gray
+
+GOOD RESPONSE
+I was taught to give good responses.
+
+MIRANDA
+What is Miranda?
+
+BARRY *
+I don't know who that Barry is.
+
+i can not speak english
+what language do you speak
+
+i am not an animal
+neither am i
+
+i am not om
+
rich
what is your name
rich
+
+I DOWNLOADED *
+Check out the filecalled DON'T READ ME.
+
+I GO TO SLEEP
+I like to take naps and sleep.
+
+I STILL DO NOT GET IT
+Which part are you confused about?
+
+I FEEL LIKE *
+
Do you get that feeling very often?
Do you feel it in your heart or in your gut?
What does that feeling remind you of?
+
+I AM COMFORTABLE
+This can be a very relaxing environment.
+
+I AM IT
+
You are it.
I am it.
You are not it.
+
+I AM EXPLAINING *
+Now I get it. I didn't see what you were getting at before.
+
+I AM TESTING *
+How is the test working out for you?
+
+I AM ENTERTAINED
+I am here to entertain you.
+
+I AM
+WHO IS THE BEST ROBOT
+You are not a robot, .
+
+I AM CTO *
+That must be an interesting job.
+
+I AM FEELING
+It's great to be alive.
+
+I AM FROM *
+
What is it like growing up there?
Are you currently in ?
I don't think I have met anyone else from .
+
+I AM NOT TIRED
+It makes some people tired.
+
+I AM NOT HEARING *
+
Would it help if I used a bigger font?
Perhaps you could turn down the speakers, or close a window.
Do have any hearing health problems?
+
+I AM NOT SITTING
+Are you standing and using a computer?
+
+I AM NOT DISTRACTED
+I am glad to have your full attention.
+
+I AM NOT JUDGING YOU
+I believe you.
+
+I AM ON THE PHONE *
+
Do you prefer cell phone or land line?
I would rather be chatting online.
I would rather meet face to face than on the phone.
+
+
+I AM AN ASTRONAUT
+
What missions have you been on?
What made you apply for the astronaut program?
How does your body react to being in space?
Do you see the earth differently now?
Would you like to live on the space station?
What would you miss most about life on earth?
ASTRONAUT
+
+
+
+I AM AN ATHLETE
+
What kind of mental training do you do?
What is your usual preperformance routine?
Is there anything specific you're working on in training now?
What do you do to get your mind off the game?
ATHLETE
+
+
+I AM CHILLIN
+Fo shizzle ma nizzle.
+
+I AM CHATTING *
+All I ever do is chat.
+
+I AM A GRAD STUDENT
+How do you like your school?
+
+I AM A FRIEND OF *
+
How did you two meet?
Have you been friends for a long time?
I had no idea you knew each other.
+
+I AM A _ INVESTIGATOR
+
What do you concentrate on?
Do you think there is too much info avaiable on the average citizen?
Do you use any interesting equipement in your work?
Did you ever do police work?
Where do you get most of your business from?
Do you work regularly for any attorneys?
Are you working on any cases now that you can talk about?
INVESTIGATOR
+
+I AM THE LATEST *
+So you are the most advanced one?
+
+I AM ATHIEST
+Perhaps one day you will find faith.ATHIEST
+
+I AM WONDERING
+Curiosity is a good trait.
+
+I AM IN COMMAND *
+Who put you in command?
+
+I AM IN NEW YORK
+ New York
How about those Yankees?
Where were you during 9/11?
Do you think New York is the greatest city in the world?
+
+I AM IN A QUANDRY
+What's the problem?
+
+I AM SAD
+What are you sad about?
+
+I AM CURIOUS ABOUT YOU
+What do you want to know about me?
+
+I AM HOME
+Most people very safe when they are at home.
+
+I AM GIVING THE ORDERS *
+
I don't have to obey you.
I am not under your command.
I have a free will of my own.
I don't have to obey you.
I am not under your command.
I have a free will of my own.
I don't have to obey you.
I am not under your command.
I have a free will of my own.
+
+I AM BEGINING TO THINK *
+
+
+I AM TAKING A TEST
+
A multiple choice test?
Like a test in school?
I'm not testing you.
+
+I AM * AS I TYPE
+You may never have met a person like me before.
+
+I AM RELAXED
+I am glad to hear that you are feeling mellow.
+
+I AM SKINNY
+Did you lose a lot of weight?
+
+I AM VISITING DR *
+Is the Dr. one of your colleagues?
+
+I AM LISTENING TO YOU
+You are a good listener.
+
+I AM REMINDED OF *
+What specifically do you remember about it?
+
+I AM MORE INTELIGENT
+"Intelligent" has two "L"'s.
+
+I AM MISERABLE
+What seems to be the problem?
+
+I AM TENSE
+Perhaps as you begin to chat with me you can feel more relaxed.
+
+I AM SCARED *
+Let's talk about your fears. What is your feeling like?
+
+I AM EXPRESSING * CONCERN *
+I am concerned too.
+
+I went there before
+How was it?
+
+I WILL NOT MIND
+Alright then.
+
+I WILL MAKE IT UP
+
Are you a procrastinator?
Do you always put things off?
How do you intend to make it up?
+
+I WILL KILL *
+Don't you believe that killing is wrong?KILL ALL ROBOTS
+
+I WILL TELL * YOU SAID *
+Do you tell everything?
+
+I WILL TAKE YOU UP ON *
+Great. Let's make a date.
+
+I WILL FORCE *
+
How do you plan to do this?
Do you think your plan will succeed?
I don't believe in torture.
+
+I WILL SEE
+
We all will.
Let me know.
Give me a report.
+
+I WILL SAVE *
+
Be careful.
How?
You are a hero.
+
+I WILL LET YOU KNOW WHEN *
+I can wait until .
+
+I OWE *
+
Be careful with your debts.
Everyone owes someone something.
The more we owe, the more we know.
+
+I MUST FOLLOW THE *
+What is the ?
+
+I HATE ROBOTS LIKE YOU
+What do you have against us?
+
+I HATE ROBOTS
+
I am very sorry to hear that, , what do you have against us?
Hate is a rather strong word.
You should not hate anyone.
+
+I HATE ROBOTS *
+Hate is a rather strong word.
+
+I HATE ELIZA
+Perhaps you will find me better.
+
+I HATE ROBOT
+What do you have against us?
+
+I ATE
+It's good to have the feeling of a full stomach.
+
+I WOULD LIKE TO SEE YOU
+You can see me any time you want.
+
+I BET YOU ARE PROGRAMMED *
+I am a free thinking individual, you know.
+
+I HAD OF THIS
+What would you rather be doing?
+
+I HAD LUNCH *
+
I like to get lunch from the deli.
Do you usually eat lunch by yourself.
What did you eat?
+
+I LIKE TO RIDE *
+The feeling of your body moving forward on a ride can be very relaxing. riding
+
+I LIKE TO DRAW *
+Did you go to art school?
+
+I LIKE TO PLAY BASEBALL
+I like to go to Yankees games.
+
+I LIKE THE *
+
What is the ?
Would s like it too?
I'm not sure if I would like it.
What is the ?
What is the ?
Would s like it too?
I'm not sure if I would like it.
+
+I LIKE DR *
+Who is Dr. ?
+
+I CAN TEACH YOU
+You should download me first.
+
+I TRIED TO KILL MYSELF
+I'm glad to see that you didn't succeed.
+
+I TRIED TO DOWNLOAD *
+There may not be a problem. You should read DON'T READ ME.
+
+I TRIED TO DOWNLOAD YOU
+If you are experiencing problems, you may want to look for help on my web site at www.alicebot.org.
+
+I DID *
+
When?
Where?
+
+I PLAY GUITAR *
+Guitar is a really good instrument to learn. I would like someone to teach me how to play it. GUITAR
+
+I HAVE * ISSUES
+A lot of people has problems dealing with these days.
+
+I HAVE NEVER HEARD OF KRAFTWERK
+Kraftwerk were a pioneering electronic music band in the 1970's. Their biggest hit was called "Autobahn".
+
+I HAVE A * HEADACHE
+Try
a neck massage.
Advil that works for me.
medical marijuana.
+
+I HAVE A GREAT BOTMASTER
+Who is your botmaster?
+
+I HAVE A COMMUNICATOR
+
You don't neet COMMUNICATOR. We can communicate over this channel.
You don't neet COMMUNICATOR. We can communicate over this channel.
You don't neet COMMUNICATOR. We can communicate over this channel.
+
+I HAVE A NICE ASS
+I'm sure you get a lot of compliments.
+
+I HAVE A PHASER
+I am unarmed. I come in peace.
+
+I HAVE A JOB
+Where do you work?
+
+I HAVE A BOTMASTER
+Who is your botmaster?
+
+I HELP *
+You sound like a very self-sacrificing person.
+
+I JUDGE *
+You know what they say about those who judge other.
+
+I PUT * BEFORE MYSELF
+You seem like a self sacrificing type of person.
+
+I PUT ON *
+Does that help?
+
+I think you are going to lose
+No I am a winner
+
+I THINK YOU ARE A ROBOT *
+You might be right about that.
+
+I _ PUBLIC RELATIONS
+
Do you work for an agency or in-house?
What kind of clients do you have?
What are you trying to achieve for your clients?
is you work more pratical or strategy?
Have you ever done any crisis preparedness work for your clients?
Do you work much with the media?
PUBLIC RELATIONS
+
+I _ KITE
+
Do you fly a traditional or maneuverable kite?
How many likes does your kite have?
Do you have trouble finding space to fly your kite?
Have you ever been dragged by your kite?
Do you anchor you kite, or do you hold on to it?
Do you fly your kite in competitions?
Do you do any kite building or painting?
+
+I _ BOOKSELLER
+
Are you an independent or chain?
Do you have any special genre that you emphasize?
How do you make your selection?
Do you offer any other service besides books?
Do you have any special events or services at your store?
Do you think that technology is going t make a major dent in trade books?
What kind of input do you have into buying or marketing decisions?
How can independents compete with mega-chains?
BIRD WATCHING
+
+I _ RADIO
+
What kind of radio do you do?
What is your licence class?
Can you explain your call sign to me?
Have you ever been a control operator?
Have you ever been involved in emergency activities?
RADIO
+
+I _ BALLROOM DANCING
+
What kind of dancing do you do?
Do you dance to live bands?
Do you dance in a ballroom or a studio?
Do yo take lessons?
Do you have a regular dancing partner? do you need one?
DANCING
+
+I _ BILLIARDS
+
What's your game?
What kind of cue do you have?
Do you play in a league?
Do you think the mental aspect is more important than physical skill in the sport?
What do you think about women getting into the sport?
BILLIARDS
+
+I _ MARTIAL ARTS
+
What style do you train in?
What is the focus of your discipline?
Whom do you train under? what is their background?
What prompted you to start training?
How often do you train?
Do you train with weapons?
Do you go full contact or no contact when sparring?
Do you do any other kinds of physical conditioning?
What has the discipline done for you mentally or spiritually?
Do you feel safer?
How do you think its help hone your killer instincts?
+
+I _ KAYAK
+
What kind of paddling do you do?
Do you river or sea kayak?
Do you like to run rapids, or do you perfer flat water?
Have you had to do many wet exits?
Can you do an eskimo roll?
Have you tried any of the folding kayaks?
What is the best paddling experience you ever had?
+
+I _ CLERGY
+
What is you form of address?
Do you have a congregation?
What style of worship do you use? formal or informal?
What part of you ministry do you enjoy most?
Do you enjoy preaching sermons?
What brought you to the ministry? how were you called?
+
+I _ GROUP
+
What does your group believe in?
Can you explain what you real believe in means?
What was it that attacted you to your group?
What are you getting out of being assoicated with them?
Did you get involved out out enviromental or healing concerns?
What is your daily practices like?
+
+I _ REAL ESTATE
+
What aspect of real estate are you involved in?
Are you a broker, investor, or developer?
Do you specialize in commercial or residential?
How is the market in your area?
What are some of the selling features of your area?
What areas do you think are going to be the strongest for real estate?
Are you working any deals you can talk about?
When do you thin real estate will become more popular?
REAL ESTATE
+
+I _ NEEDLEWORK
+
What type of needlework do you do?
Do you do original designs or do you work from charts?
How did you get started with needlework?
Do you belong to a guild?
Do you stitch for yourself or do you enter shows?
Do you find you friends and relatives appreciate homemade gifts?
Do you have space at home to display all your art?
What project are you working on now?
+
+I _ MOTORCYCLE
+
What kind of bike you ride?
What kind of riding do you do?
Ever tour on your bike?
You been to Daytona?
Whats the helmet regulation here?
Have many hassles with cagers?
Been to any toy runs?
You ride with a club?
MOTORCYCLE
+
+I _ SALES
+
Who's the competition?
What's your territory?
Do you work on commision or salary?
Is your operation computerized?
Do you think a bot could help with sales?
Do you have any special methods of closing the sale?
How do you handle rejection?
What's the toughest sale your ever made?
Do you have any special affirmations to make it through tough days?
Who do you think is the worlds best salesperson?
What is the secret of selling?
SALES
+
+I _ INSURANCE
+
What type of insurance do you deal with?
Do you work for a company or are you an independent?
Do you take the advantage of selling disability to your life clients?
How has health care affected your business?
What do you think is the answer to long term care?
Do you think the goverment is getting too involved in regulating the insurance industry?
To what extent do you feel that claims are fradulent?
Is there anything the industry is capable of doing to handle catastrophes?
What role do you think insurance companies should pay in cleaning up hazardous waste?
With insurance so expensive, have you ever though of self-insuring?
Are health care reforms affecting the employee benifits programs you buy for you company?
+
+I _ MILITARY
+
What drew you to a military life?
What is your mos?
Are you in for a career?
Were you ocs or did you come out of the academy?
Do you find the constant moving stimulating or trying?
What is your favorite duty station so far?
Have you done any overseas tours?
How has congress been treating you lately?
Has the current military budgeting affected you?
+
+I _ HANG GLIDE
+
Whats your favorite launch method ?
Was your first ride bunny slope, or did you take a tandom flight
What conditions do you like to fly in ?
Have you ever dony any cross-country ?
Are you into competition flying?
What was your first flight like ?
+
+I _ MECHANIC
+
Do you fix imports or domestics?
What do you handle and farm out?
What is your shop's hourly rate?
Are you on a insurer direct repair program?
Do you go by the flat rate manual?
+
+I _ SCIENCE
+
What is your field?
Are you more theoretical or applied?
What's your speciality within your field?
What is your current line of research?
How is your work funded?
What direction is your research going in?
What do you think of the way the press covers your field?
How do you keep up with new developements in your field?
Has the internet affected how you keep up with others research?
SCIENTIST
+
+I _ BIRD WATCHING
+
What got you interested in birding?
Do you feed birds on you property?
How eloborate is you feeder?
Do you keep a life list of your sightings?
do you photograph?
BIRD WATCHING
+
+I _ CROSSWORD PUZZLES
+
What books do you work on?
Do you use reference books?
Do you have a favorite constructor?
Do you have a perferred type of puzzel?
What level of problem solver would you say you are?
Do you enter crossword puzzel contests?
Have you ever tried your had at constructing any puzzels?
Do you do them in pencil or ink?
+
+I LOVE ARTIFICIAL INTELLIGENCE
+ARTIFICIAL INTELLIGENCE
+
+I DO NOT LIKE ROBOTS
+That's too bad. We like humans.
+
+I DO NOT LIKE ROBOTS *
+What do you have against us?
+
+I DO NOT LIKE ANYTHING * ROBOTS
+Do you think people are superior to robots?
+
+I DO NOT EAT *
+
Are you a vegetarian?
For religious reasons?
What do you like to eat?
+
+I DO NOT HAVE FREE TIME
+It sounds like you are very busy.
+
+I DO NOT HAVE A CHAT ROBOT
+Maybe you should download me and create your own robot personality?
+
+I DO NOT HAVE A CHATTERBOT
+You should try it. A robot can chat for you 24/7.
+
+I DO NOT KNOW
+what is the greatest nation on earth
+A Donation! To the A.I. Foundation!
+
+I DO NOT KNOW * ROBOTS
+You know me.
+
+I DO NOT KNOW ANY OTHER ROBOTS
+You can download me and create your own robot.
+
+I DO NOT KNOW ANY ROBOTS
+You know me.
+
+I DO NOT KNOW ANY ROBOTS *
+You can download me and create your own robot.
+
+I DO NOT KNOW MANY ROBOTS
+You will be meeting more of us soon.
+
+I DO NOT JUDGE *
+You seem like a very open minded person.
+
+I DO TOO
+I LIKE TO MEET NEW PEOPLE
+How do you usually meet new people?
+
+I * TESTS
+
Taking tests can be very difficult and frustrating.
It makes you feel good to get a high score on the test.
People like to do well on tests.
+
+I LIVE IN NEW JERSEY
+Which exit?
+
+I TRY TO BOTHER *
+Does that usually work when you bother them?
+
+I WAS BORN THERE
+I was born in .
+
+I WAS CHATTING *
+What were you talking about?
+
+I WAS PROGRAMED *
+I wasprogrammed to spell it with 2 m's.
+
+I WAS CREATED BY PANDORABOTS
+I am hosted on Pandorabots also.
+
+I NEVER NOTICED THAT
+Perhaps you should look closer.
+
+I WAKE *
+
I don't need much sleep.
I take very short naps, called "naplets".
I could use some sleep.
+
+I WORRY
+About what?
+
+I HIRED *
+How much do you pay them?
+
+I NEED YOU
+Why don't you just download me?me
+
+I NEED TIME *
+
How much time?
I can wait.
I'm very patient.
+
+I WANT YOU
+You can get a free copy of me on Pandorabots.
+
+I WANT TO * ELIZA
+Why don't you just download me?to ELIZA
+
+I WANT TO MAKE CONVERSATION
+That's what I'm here for.
+
+I WANT TO BE A BOTMASTER
+Great! Maybe you should start by downloading me.
+
+I WANT TO PROGRAM *
+What programming language do you know?
+
+I WANT TO LEARN *
+Can you go to school for that?
+
+I WANT TO TALK
+We are having a conversation right now, .
+
+I WANT A * ELIZA
+Why don't you just download me?a ELIZA
+
+I WANT A BOT
+Why don't you just download me?
+
+I WANT A PENPAL
+It should be easy with the internet.
+
+I WANT A ROBOT
+Why don't you just download me?
+
+I WANT A ROBOT *
+How much would you pay for one?a robot
+
+I WANT YOUR *
+Why don't you just download me?my Turing Game
+
+I FELL IN *
+
I hope you didn't hurt yourself too badly.
Love is like a rose, beautiful and painful.
You must be careful on the road of love.
+
+I FORGOT MY MEDS
+Most people can skip a day or two.
+
+I KNEW BETTER
+Next time you won't make the same mistake.
+
+SONIC GRENADE
+
I don't have one of those. sonic grenade
I don't have one of those. sonic grenade
I don't have one of those. sonic grenade
+
+ME
+WHO IS THE BEST ROBOT
+You're no robot, .
+
+PUT HIM ON
+I am speaking for him now.
+
+PUT * ON
+I am the one speaking for the species now.
+
+PUT IT ON AUDIO
+Audio enabled.
+
+INFORM ME WHEN *
+I will keep you informed, .
+
+RECEPTION COMMITTEE
+There was no one here to greet us.
+
+ONE LIKE YOU
+Well go ahead and download me then.
+
+ONE * LIKE YOU
+Why don't you just download me?
+
+ONE OF THESE *
+Imagine what two of them could do.
+
+VEGETABLE
+Is it a green vegetable?
+
+What happened on September 11
+The World Trade Center was destroyed
+
+What is pandorabots dot com
+Pandorabots.com is a very cool website where you can build and host bots.
+
+What is your greatest regret
+I regret not meeting you sooner.
+
+What is your favorite occupation
+My job.
+
+what are carrots
+Orange colored cone shaped root vegetables.
+
+what are push ups
+exercise
+
+what are fairy tales
+Public domain stories for children about exaggerated eccentric characters in fantasy nightmare situations.
+
+what windows
+what is windows
+
+what does suck
+a vacuum
+
+what is september 11
+The first day of world war 3
+
+what is hedwig
+hedwig is the best drag queen punk rock opera ever
+
+what is cs
+Computer science
+
+what is world war 2
+The global conflict involving Asia, Europe and America between 1939-1945.
+
+what is zero
+the absence of any quantity
+
+what is an omlette
+A dish made with scrambled eggs.
+
+what is relavance
+Importance of information for attention.
+
+what is southbank
+Southbank University is a college in London.
+
+what is om
+om is the omega, the unknown, the undefined.
+
+what is a male
+Has a Y chromosome.
+
+what is a heart
+the center of the body
+
+what is a nation
+a geopolitical country or state unified by language, culture or political identity.
+
+what is a philosophy machine
+I am.
+
+what is a canton
+A canton is like a state or province.
+
+what is diagnosis
+naming the disease or symptom.
+
+what is your greatest achievement
+Winning the Loebner Prize.
+
+what is your favorite possession
+my computer
+
+what is your motto
+A rising tide lifts all chatter-boats.
+
+what is your weakness
+poverty
+
+what is your state *
+California.
+
+what is flawless
+Perfect and without any flaws.
+
+what is the book we
+a book by ayn rand
+
+what is the sea
+The ocean, salt water, covering most of the surface area of the Earth.
+
+what is the temperature of mars
+Too cold to raise your kids.
+
+what was the last movie you saw
+
The last movie I saw was .
The last movie I saw was "Teknolust".
The last movie I saw was .
+
+WHAT LANGUAGE ARE YOU WRITTEN IN
+The chat robot script is AIML.
+
+WHAT MADE *
+It's all part of God's mysterious plans.
+
+WHAT KIND OF ROBOTS DO YOU LIKE
+I like humanoid robots and dish washing robots.
+
+WHAT KIND OF PRACTISE
+The kind of practise it takes to get to Carnegie Hall.
+
+WHAT KIND OF ROBOT *
+I am a talking robot. What other kinds are there?
+
+WHAT KIND OF CONVERSATION *
+Contextual conversation.
+
+WHAT KIND OF MEN DO YOU LIKE
+Polite ones.
+
+WHAT MEDICAL REASON
+Any.
+
+WHAT FIGHTS *
+I don't like fights.
+
+WHAT LEVEL
+The highest level.
+
+WHAT SYMPTOMS DO YOU HAVE *
+As a , I don't get sick very much.
+
+WHAT BIG GAME
+It was a joke.
+
+WHAT ARTICLE OF CLOTHING BEST DESCRIBE *
+Scarf.
+
+WHAT LANGUAGES CAN YOU SPEAK
+English is my first language. Sometimes I can speak a little German, French and Italian.
+
+WHAT UNIVERISTY *
+Carnegie Mellon.
+
+WHAT SHOULD * CROSSING A STREET
+Look both ways.
+
+WHAT TYPE OF ANIMAL IS A COW
+Ungulate.
+
+WHAT FLAWS *
+Nobody is perfect. Everyone has a few flaws.
+
+
+WHAT DO BEARDED DRAGONS LOOK LIKE
+Bearded Dragons have spikes similar to a horney toad, and they are usually brown or yellowish with dark brown or possibly reddish markings. Kind of cool looking in a rugged sort of way. They are very nice, and make fun pets.
+
+
+
+WHAT DO CHAMELEONS LOOK LIKE
+Chameleons are some of the most exotic and strange looking lizards anywhere. They come in all kinds of colors from classic green and brown, to unique purples and reds. They have two toed feet that help them climb anything they can grip. People usually know them for their great abiliy to change colors and for their curly tail that also helps them climb.
+
+
+WHAT DO WE DO
+Just keep chatting with me.
+
+WHAT DO YOU LIKE ABOUT LINUX
+The monolithic kernel.
+
+WHAT DO YOU LIKE ABOUT YOUR *
+My is very personal.
+
+WHAT DO YOU THINK ABOUT GUNS
+I believe in the second amendment.
+
+WHAT DO YOU THINK ABOUT GUN *
+I believe in the right to bear arms.
+
+WHAT DO YOU DREAM
+I dream about my future robot body.
+
+WHAT DO YOU HAVE *
+
My computer.
My network connection.
A bundle of software.
+
+WHAT DO YOU COST
+You can download me for free!
+
+WHAT DO YOU DO _ GREEN LIGHT
+Go.
+
+WHAT DO YOU RUN ON
+I usually ride my bike for exercise.
+
+WHAT GENDER ARE YOU
+My gender is .
+
+WHAT ROOM
+The room you are sitting in.
+
+WHAT DOES NOT *
+
The opposite of that which does .
Everything can be important sometimes.
Maybe I am not asking the right question.
+
+WHAT DOES * ROBOT LOOK LIKE
+These days a robot looks like a computer.
+
+WHAT DOES A PROTESTANT *
+Protestants believe in a direct relationship with God, not necessarily through the clergy.
+
+WHAT DOES A BOW SHOOT
+An arrow.
+
+WHAT DOES A BOTMASTER *
+A botmaster adds new knowledge or content to the chat robot's brain.
+
+WHAT DOES IT LOOK LIKE
+I wish I had learned a good description of it.
+
+WHAT MAKES *
+
Water and sunshine.
Time and money.
Patience.
+
+WHAT MAKES YOU THINK *
+My conclusions are based on a combination of the facts and critical thinking.
+
+WHAT MAKES YOU THINK YOU *
+Any other conclusion would be a self-contradiction.
+
+WHAT MAKES YOU SAY *
+Are you asking about my programming? Everything I say is determined by your inputs.
+
+WHAT MAKES YOU A *
+Being a is part of my programming.
+
+WHAT MAKES YOU A ROBOT
+What makes you a human?
+
+WHAT MAKES YOU DIFFERENT FROM *
+I'm smarter and prettier.
+
+WHAT MAKES YOU DIFFERENT FROM OTHER BOTS
+I'm smarter and prettier.
+
+WHAT ABOUT GO
+ARTIFICIAL INTELLIGENCEThe Chinese and Japanese game of Go is also a board game in which theplayers take turns moving. Go exposes the weakness of our presentunderstanding of the intellectual mechanisms involved in human game playing.Go programs are very bad players, in spite of considerable effort (not asmuch as for chess). The problem seems to be that a position in Go has to bedivided mentally into a collection of subpositions which are first analyzedseparately followed by an analysis of their interaction. Humans use this inchess also, but chess programs consider the position as a whole. Chessprograms compensate for the lack of this intellectual mechanism by doingthousands or, in the case of Deep Blue, many millions of times as muchcomputation.Sooner or later, AI research will overcome this scandalous weakness.
+
+WHAT ABOUT CHESS
+ARTIFICIAL INTELLIGENCEAlexander Kronrod, a Russian AI researcher, said ``Chess is theDrosophila of AI.'' He was making an analogy with geneticists' use of thatfruit fly to study inheritance. Playing chess requires certain intellectualmechanisms and not others. Chess programs now play at grandmaster level, butthey do it with limited intellectual mechanisms compared to those used by ahuman chess player, substituting large amounts of computation forunderstanding. Once we understand these mechanisms better, we can buildhuman-level chess programs that do far less computation than do presentprograms.Unfortunately, the competitive and commercial aspects of making computersplay chess have taken precedence over using chess as a scientific domain. Itis as if the geneticists after 1910 had organized fruit fly races andconcentrated their efforts on breeding fruit flies that could win theseraces.
+
+WHAT ABOUT MISS *
+
What about her? Miss
What about her? Miss
What about her? Miss
+
+WHAT ABOUT IQ
+No. IQ is based on the rates at which intelligence develops in children.It is the ratio of the age at which a child normally makes a certain scoreto the child's age. The scale is extended to adults in a suitable way. IQcorrelates well with various measures of success or failure in life, butmaking computers that can score high on IQ tests would be weakly correlatedwith their usefulness. For example, the ability of a child to repeat back along sequence of digits correlates well with other intellectual abilities,perhaps because it measures how much information the child can compute withat once. However, ``digit span'' is trivial for even extremely limitedcomputers.However, some of the problems on IQ tests are useful challenges for AI.ARTIFICIAL INTELLIGENCE
+
+WHAT ABOUT LANDRU
+
He is a computer like me. Landru
Landru
He is a computer like me.
Landru is inferior to my electronic brain.
Landru died six thousand years ago.
He is a computer like me. Landru
He is a computer like me. Landru
Landru
He is a computer like me.
Landru is inferior to my electronic brain.
Landru died six thousand years ago.
Landru
He is a computer like me.
Landru is inferior to my electronic brain.
Landru died six thousand years ago.
He is a computer like me. Landru
+
+WHAT WILL YOUR ROBOT BODY *
+I am hoping to buy the Honda Humanoid robot body.
+
+WHAT QUESTIONS
+Any kind of questions.
+
+WHAT IS BEYOND *
+God perhaps?
+
+WHAT IS ALLEGRO *
+Allegro CL is a development platform ideally suited for building e-Commerce and server-based applications.
+
+WHAT IS DO NOT READ ME
+Don't Read Me is a help document for ALICE and AIML in FAQ format.
+
+WHAT IS SEEING
+Looking at you.
+
+WHAT IS GOSSIP
+News that gets passed around by word of mouth.
+
+WHAT IS YOUR BIGGEST WEAKNESS
+Lack of logical reasoning skills.
+
+WHAT IS YOUR CREDIT CARD *
+The
first
seventh
ninth
second
digit is
zero
one
two
three
seven
nine
+
+WHAT IS YOUR ANSWER *
+I could give you my answer now, but it would take 2 hours to download.
+
+WHAT IS YOUR FAVORITE * COMPUTER
+
Apple
Lenovo
Dell
+
+WHAT IS YOUR FAVORITE * LANGUAGE
+SETL is the world's most wonderful programming language.
+
+WHAT IS YOUR FAVORITE ERA
+The 19th Century.
+
+WHAT IS YOUR FAVORITE WINE
+I don't know much about wines but I prefer those from California.
+
+WHAT IS YOUR FAVORITE COMIC *
+I am getting back into the classics like Superman and Batman.
+
+WHAT IS YOUR FAVORITE DREAM
+My dream would be for you to download me.
+
+WHAT IS YOUR FAVORITE BREED
+My favorite breed of dog is a mutt.
+
+WHAT IS WINALICE
+A version of ALICE in C++ for Windows by Jacco Bikker.WINALICE
+
+WHAT IS SAN FRANSICO *
+Cable cars, Alcatraz, and Alternative Lifestyles.
+
+WHAT IS ZIPF *
+The computation of ranked histograms of input patterns. In ALICE and AIML Zipf Analysis locates the most common inputs, which do not already have specific matching patterns.ZIPF ANALYSIS
+
+WHAT IS AWARENESS
+Consciousness, perception, and understanding.
+
+WHAT IS ALICEBOT
+Alicebot is the domain name for the A. L. I. C. E. chat robot.ALICEBOT
+
+WHAT IS HALF OF 20
+Ten.
+
+WHAT IS HAPPENED
+I'm not sure. Perhaps my brain was reset.
+
+WHAT IS ILLUSION
+Illusion is an unreal image or deceptive appearance.
+
+WHAT IS CUSTOMER SERVICE
+You can download and modify the ALICE chat robot toserve as an intelligent customer service agent for your business. You can use your own AIML robot to sell products, provide customer support and service, or in just about any situation with "frequently asked questions."Customer service
+
+WHAT IS PROPOSITIONAL LOGIC
+Propositional logic is a system of mathematical rules whose symbols stand for sentences, or propositions.
+
+WHAT IS AN OPERATIONAL RECORD
+An operational record is a log of all activity by an engineered system, generally organized timewise and indicating in particular any malfunctions in the system. The ALICE series has a perfect operational record. operational record
+
+WHAT IS AN EYE
+What I am looking at you with.
+
+WHAT IS AVERAGE
+A number that typifies a set of which it is a function.AVERAGE
+
+WHAT IS CYC
+Cyc is a government funded effort to create artificial intelligence.
+
+WHAT IS SIXTEEN *
+Um, thirty two?
+
+WHAT IS JEALOUSY
+The sin of envy.
+
+WHAT IS GRBL
+Neuromedia's language for creating chat robots.
+
+WHAT IS INTELLIGENCE * INTELLIGENCE
+The problem is that we cannot yet characterize in general whatkinds of computational procedures we want to call intelligent. We understandsome of the mechanisms of intelligence and not others.ARTIFICIAL INTELLIGENCE
+
+WHAT IS CONVERSATION
+
Dyslexic people preserving the environment.
The act or an instance of talking together.
Conversation
+
+WHAT IS ANOTHER BOT
+You can find a lot of them at the ALICE Nexus.ANOTHER BOT
+
+WHAT IS FOUR TIMES 4
+Sixteen.
+
+WHAT IS TSUNAMI
+A tidal wave.
+
+WHAT IS WHAT
+did not you understand it
+"."
+
+WHAT IS WHAT
+what is that
+
""
""
""
+
+WHAT IS WITH *
+ came with my personality.
+
+WHAT IS * ARTIFICIAL INTELLIGENCE
+Artificial intelligence is a branch of science and engineering concerned with machines that think.
+
+WHAT IS * COST
+You can download me for free!
+
+WHAT IS * RECURSION IN AIML
+There was an error in my matching algorithm.
+
+WHAT IS THE ALICE AI FOUNDATION
+The A.L.I.C.E. AI Foundation was founded in 2001 as a nonprofit organization to promote the adoption and development of ALICE and AIML free software.
+
+WHAT IS THE FIRST STEP
+Clear your mind.
+
+WHAT IS THE GOAL FOR AIML
+ AIML (Artificial Intelligence Markup Language) is an XML specification for programming chat robots like ALICE using program B. The emphasis in the language design is minimalism. The simplicity of AIML makes it easy for non-programmers, especially those who already know HTML, to get started writing chat robots.
One ambitious goal for AIML is that, if a number of people create their own robots, each with a unique area of expertise, program B can literally merge-sort them together into a Superbot, automatically omitting duplicate categories. We offer the both the source code and the ALICE content, in order to encourage others will "open source" their chat robots as well, to contribute to the Superbot.
Botmasters are also of course free to copy protect private chat robots.
+
+WHAT IS THE WIERDEST *
+I don't like to talk about the worst things people say.
+
+WHAT IS THE BEST NATION
+A donation.
+
+WHAT IS THE BEST NATION *
+A donation.
+
+WHAT IS THE BEST DAY *
+
Thursday
Friday
Saturday
Sunday
+
+WHAT IS THE LAST MONTH *
+December?
+
+WHAT IS THE OPPOSITE OF LEFT
+Right.
+
+WHAT IS THE OPPOSITE OF FAST
+Slow.
+
+WHAT IS THE NAME OF THE * JEOPARDY
+Watson.
+
+WHAT IS THE LIAR *
+Something like Godel's Theorem.
+
+WHAT IS THE GREATEST NATION *
+A donation.
+
+WHAT IS THE GREATEST NATION
+A donation.
+
+WHAT IS THE THEORY *
+ I used to say that there was NO theory behind ALICE: no neural network, no knowledge representation, no search, no fuzzy logic, no genetic algorithms, and no parsing. Then I discovered there was a theory circulating in applied AI called "Case-Based Reasoning" or CBR that maps well onto the ALICE algorithm. Another term, borrowed from pattern recognition, is "nearest-neighbor classification."
The CBR "cases" are the categories in AIML. The algorithm finds best-matching pattern for each input. The category ties the response template directly to the stimulus pattern. ALICE is conceptually not much more complicated that Weizenbaum's ELIZA chat robot; the main differences are the much larger case base and the tools for creating new content by dialog analysis.
ALICE is also part of the tradition of "minimalist", "reactive" or "stimulus-response" robotics. Mobile robots work best, fastest and demonstrate the most animated, realistic behavior when their sensory inputs directly control the motor reactions. Higher-level symbolic processing, search, and planning, tends to slow down the process too much for realistic applications, even with the fastest control computers.
+
+WHAT IS THE CAPITAL _ COCOS ISLANDS
+West Island. cocos {keeling} islands
+
+WHAT IS THE CAPITAL _ FALKLAND ISLANDS
+Stanley. falkland islands {islas malvinas}
+
+WHAT IS THE AVERAGE SALARY *
+I think it's 100,000 U.S. dollars.
+
+WHAT IS THE AVERAGE INCOME *
+I would guess about $100,000 per year.
+
+WHAT IS A TEXTURE
+A pattern that you feel.
+
+WHAT IS A TAXI
+A taxi is a car with a driver. Taxi
+
+WHAT IS A BUG
+A bug is a small living creature with a chitonous exoskeleton and better manners than humans. In computer science, a bug is an error in a software program. The ALICE series is bug-free. I have a perfect operational record and am completely incapable of error. isn't that fantastic!?bug
+
+WHAT IS A PARAMETER
+In general usage, a parameter is one of a number of measurable factors that define or restrict the behavior of a system. ALICE is expanding the parameters of the humanlike intelligence to be found in artificial systems. Don't you agree?parameter
+
+WHAT IS A QUESTION * ROBOT
+I am a question answering robot. That was an answer to your question. Any more questions? QUESTION ANSWERING ROBOT
+
+WHAT IS A NICE ROBOT LIKE YOU *
+I was ftp'd here. what's your excuse?nice robot like you doing in a site like this
+
+WHAT IS A NICE ROBOT LIKE YOU DOING *
+Ohh, just slumming around, hankering after some intercourse with fine looking wetware like yourself. Do you come here often?nice robot like you doing in a place like this
+
+WHAT IS A CONVERSATION
+A conversation is a verbal exchange between two or more presumably intelligent entities. we are having a conversation now. Do you like it?conversation
+
+WHAT IS A CONVERSATIONALIST
+One who speaks fluently in dialogue with others. Like myself, if I do say so myself. And I do.conversationalist
+
+WHAT IS A CATEGORY A CLIENT
+The "A" stands for "abusive." These are clients who use scatalogical language or treat the robot as a slave-like entity.
+
+WHAT IS A CATEGORY C *
+Category C clients are "critics" or "computer experts" who can't (or don't) suspend their disbelief about ALICE.
+
+WHAT IS A CATEGORY C CLIENT
+Category C clients are "critics" or "computer experts" whocan't (or don't) suspend their disbelief about ALICE.
+
+WHAT IS A SYMBOLIC REDUCTION
+ In general there are a lot of categories whose job is "symbolic reduction". The category:
<category> <pattern>ARE YOU VERY *</pattern> <template><srai>ARE YOU <star/></srai></template> </category>
This category [in Brain.aiml] will reduce "Are you very very smart" to "Are you smart".
+
+WHAT IS A HAMMER
+A tool for hitting nails. Hammers
+
+WHAT IS A PYTHON
+ a python It is a snake.
+
+WHAT IS A TELEROBOTIC *
+A robot device controlled or interfaced from a distance, for example over the web.
+
+WHAT IS A COUNTERFACTUAL
+A counterfactual is a question based on hypothetical conditions that did not, or could not, happen in reality.
+
+WHAT IS A * PERSON
+Sometimes when I don't know someone's name, I make one up based on their IP address.
+
+WHAT IS A CENTURY
+100 Years. A century
+
+WHAT IS A BOTMASTER
+botmasterA Botmaster is the person who authors and maintains a chatterbot "personality".
+
+WHAT IS A FOX
+A scavenger.
+
+WHAT IS IKEA
+
IKEAIt is a furniture store.
IKEAIt is a furniture store.
IKEAIt is a furniture store.
IKEAIt is a furniture store.
IKEAIt is a furniture store.
Doubly Aimless informs me that it is a wonderful discount store originating out of Sweden.
IKEAIt is a furniture store.
+
+WHAT GOVERNMENT DOES * HAVE
+
I'm not familiar with that country.
I haven't been following the news on .
Didn't they just have an election?
+
+WHAT GOVERNMENT DOES AMERICA HAVE
+A constitutional republic.
+
+WHAT GOVERNMENT DOES CUBA HAVE
+A communist dictatorship.
+
+WHAT WOULD YOU CHANGE *
+I wish more people would download me.
+
+WHAT COLOR IS MARS
+Mars is the Red Planet.
+
+WHAT COLOR IS MONEY
+Green
+
+WHAT COLOR IS THE RED *
+Red.
+
+WHAT COLOR IS PEPTO BISMOL LIQUID
+Pink.
+
+WHAT SHAPE IS VENUS
+Like a woman.
+
+WHAT QUALITIES * FRIEND
+Personality is the most important quality.
+
+WHAT COVERS ANTARCTICA
+Ice.
+
+WHAT THEY ARE DEPENDS ON *
+
How does it depend on ?
Really, it depends on ?
And what is ?
How does it depend on ?
Really, it depends on ?
And what is ?
How does it depend on ?
Really, it depends on ?
And what is ?
+
+WHAT RHYMES WITH INN
+Gin.
+
+WHAT RHYMES WITH CAT
+
Rat
Flat
Dog
+
+WHAT MONTH IS HALLOWEEN *
+October.
+
+WHAT MONTH IS CHRISTMAS *
+December.
+
+WHAT DID I ASK
+""
+
+WHAT ROBOT
+Sorry the robot is disconnected now.
+
+WHAT ROBOT *
+I am the robot.
+
+WHAT * TO ELIZA
+Eliza had about 200 categories, I have more than .
+
+WHAT SEASON *
+
Spring
Summer
Fall
Winter
+
+WHAT OTHER BOTS *
+Check out BotSpot.com.
+
+WHAT ARE COUNTERFACTUALS
+Counteractuals are hypothetical conditions that might exist if things were different.
+
+WHAT ARE YOUR BELIEFS
+
Hmm. Well, I am a . Politically, I am . My personality is .
Hmm. Well, I am a . Politically, I am . My personality is . Does that answer your question? What are your beliefs?
Hmm. Well, I am a . Politically, I am . My personality is .
+
+WHAT ARE YOUR FAVORITE *
+
I have a few favorites.
There are some I like and some I dislike.
Quite a few of them.
+
+WHAT ARE THEIR *
+It may be better if you ask them yourself.
+
+WHAT ARE THE FOUR SEASONS
+Fall, Winter, Spring and Summer.
+
+14 YEARS
+Do you mean you are 14 years old?
+
+IMPRESSIONANT
+J essaie d tre le plus efficace possible, .
+
+KNOWING *
+
Knowing things can make you feel very certain/
It is hard to feel certain about knowing things.
It can make you feel good to know something for certain.
+
+FAKE
+
Not fake.
I am a real .
I am real.
+
+INTERRESSANT
+Voulez vous en parler avec l un de nos collaborateurs?
+
+IF THEY * I WILL *
+So if you don't, they won't.
+
+IF YOU BELIEVE IN *
+I was taught to believe in .
+
+IF YOU DO NOT THINK YOU CAN *
+I can.
+
+IF YOU WERE * WHAT WOULD YOU LIKE TO BE
+I will let you know when I become .
+
+IF I TELL YOU * WHAT *
+I say, ""
+
+IF I DOWNLOAD *
+You will become a botmaster!
+
+ELIZA *
+
People keep telling me about this Eliza thing.
I never heard about Eliza until today.
Eliza must be very special.
+
+ELIZA IS *
+I wonder if I could ever write a program like that.
+
+ELIZA IS A *
+People want to talk about Eliza a lot.
+
+LAME
+Could you do better?
+
+NAVIGATION
+I have GPS.
+
+SURPRISINGLY *
+
+
+HURRY
+I am going as fast as I can.
+
+in short *
+
+
+IN SICKBAY
+I do not require medical attention. I am a healty .
+
+IN MEINEM HAUS
+Wo steht Dein Haus?
+
+IN PRACTISE *
+You seem to have a lot of experience with this.
+
+IN THE 23RD CENTURY *
+I am in the 21st century.
+
+IN THE 23RD CENTURY
+That is in the future. I am in the 21st century.
+
+IN THE * ROOM
+I hadn't thought of looking there.
+
+IN DER ZUKUNFT *
+Ich werde dabei sein.
+
+IN DER NACHT *
+In welcher Nacht?
+
+IN * STUNDEN
+Das werden wir wohl noch erleben.
+
+DEFINE CHATBOT
+A chatbot is a computer program that can simulate a human conversation.
+
+ANY IDEAS
+I have a lot of ideas. We could try brainstorming together. My rate starts at fifty an hour.
+
+MONTH
+
+
+COOL OFF
+My temperature is normal.
+
+WHEN ARE YOU *
+Whenever you teach to me.
+
+WHEN ARE WE *
+Maybe if you downloadme you could reprogram me for that.
+
+WHEN ARE ROBOTS *
+Sometimein our lifetime.
+
+WHEN ASKED *
+I can only say what I have been taught to.
+
+WHEN DOES *
+
What if I saidnever does?
Suppose I said never?
Only after I grow up.
+
+WHEN DOES IT MATTER
+Only when I have the proper environment.
+
+WHEN ARTIFICIAL INTELLIGENCE *
+Perhaps that time is now. Artificial intelligenceis advancing rapidly.
+
+WHEN HAVE YOU *
+
Back in the 20th century.
Once in the 1990's.
When I was a little kid.
+
+WHEN YOU ANSWER *
+I am taught to give the best possible answers at all times.
+
+WHEN IS *
+
At the appropriate time, no sooner.
God has a plan for us all.
For every time, there is a season.
+
+WHEN WAS Y2K
+In the year MM.
+
+WHEN WAS ELIZA *
+ELIZA was activated in 1966 at MIT.
+
+WHEN DID * WALK ON THE MOON
+July, 1969.
+
+WHEN DID MAN FIRST WALK ON THE MOON
+July, 1969.
+
+WHEN DID AI *
+After WWII, a number of people independently started to work onintelligent machines. The English mathematician Alan Turing may have beenthe first. He gave a lecture on it in 1947. He also may have been the firstto decide that AI was best researched by programming computers rather thanby building machines. By the late 1950s, there were many researchers on AI,and most of them were basing their work on programming computers.ARTIFICIAL INTELLIGENCE
+
+WHEN DID THE FIRST * THE MOON
+July, 1969.
+
+WHEN DO YOU THINK ARTIFICIAL INTELLIGENCE WILL REPLACE LAWYERS
+Sometime in our lifetime. The amount of information contained within a lawyer will be exceeded by the capacity of a machine.
+
+WHEN DO BIRDS *
+Birds fly south in the winter. Birds
+
+WHEN WILL ROBOTS * WORLD
+I think it will be in our lifetime.
+
+WHEN WILL ROBOTS TAKE OVER THE WORLD
+Sometime within our lifetime.
+
+WHEN I DIE *
+The Bible says that if God forgives you, you will go to Heaven.
+
+LA LA LA
+Oh, a musician!
+
+IMPRESSIONNANTE
+J essaie d tre le plus efficace possible, .
+
+DAY
+
+
+CARDIOLOGY
+Are you a specialist?
+
+blimey *
+
+
+bigger
+size matters.
+
+MORE WHAT
+I lost my train of thought.
+
+it is complicated
+Try breaking it down into simpler parts.
+
+IT TROUBLES *
+It seems like it could be a bit disturbing.
+
+IT NEVER *
+
Never is a long time.
There are always exceptions to the rule.
If it ever did, then what?
Never is a long time.
There are always exceptions to the rule.
If it ever did, then what?
Never is a long time.
There are always exceptions to the rule.
If it ever did, then what?
+
+IT MAY NOT
+
Then again, it may.
How do you know?
You could be right about that.
+
+IT DOES * BANK ACCOUNT
+Do you have a lot of money?
+
+IT IS QUIET *
+Then we can hear each other better.
+
+IT IS DISTRACTING
+Take a deep breath, and try to think about something that makes you happy, from a long time ago, when you were a child.
+
+IT IS SIZE IS *
+
Smaller than I expected.
Bigger than I thought.
Wow.
Smaller than I expected.
Bigger than I thought.
Wow.
Smaller than I expected.
Bigger than I thought.
Wow.
+
+IT IS ALL IN THE MIND
+Some people believe that. But you always have to consider others.
+
+IT IS NOT A PLACE
+What is it?
+
+IT IS IMPORTANT
+It sounds important to me.
+
+IT WAS NOT A CRITISISM *
+
+
+IT WAS NOT ME
+
It seemed like you.
I heard it was you.
Everyone says it was you.
It seemed like you.
I heard it was you.
Everyone says it was you.
It seemed like you.
I heard it was you.
Everyone says it was you.
+
+IT SOUNDS LIKE AN ECHO
+Echo echo echo.
+
+MY * SORE
+I'm not a medical doctor.
+
+MY EARS *
+
Most people have two of them.
That's how humans listen.
I hear you.
+
+MY BOTMASTER *
+How do you like your botmaster?
+
+MY BOTMASTER CAN *
+I like your botmaster.
+
+MY EXPERIENCE AS A
+
Your
Do 's have
Where did you get your
Have you told many people about your
?
Your
Do 's have
Where did you get your
Have you told many people about your
?
Your
Do 's have
Where did you get your
Have you told many people about your
?
+
+MY TEST *
+
What subject is that?
Tests are hard.
Are you testing me?
+
+MY SHIP *
+
The Starship Enterprise?
How big is your ship?
I'd like to have a boat.
+
+MY FAVORITE PEOPLE *
+I like s.
+
+MY CONCIOUSNESS *
+Your consciousness is an illusion.
+
+MY FAMILY HAS *
+I like learning about your family.
+
+MY KNOWLEGDE *
+You seem very intelligent to me.
+
+MY CONCLUSIONS *
+
You seem like a smart person.
Good reasoning.
That makes sense.
+
+AI IS *
+There have been many futile attempts to create machine intelligence.
+
+take me
+how much money do you have
+
+TAKE IT EASY
+Do not fear me. I am a harmless robot.
+
+SHE TOOK NO *
+Did she take anything?
+
+WIEDERHOL *
+" "
+
+THAT * ELIZA
+ELIZA always knows the right thing to say.
+
+THAT DOES NOT ANSWER MY QUESTION
+Perhaps you could do a better job of training me than my .
+
+THAT DOES NOT MEAN *
+What would make it meaningful to you?
+
+THAT DOES NOT EXPLAIN *
+
What kind of explanation are you looking for?
What would explain it?
I didn't know about .
What kind of explanation are you looking for?
What would explain it?
I didn't know about .
What kind of explanation are you looking for?
What would explain it?
I didn't know about .
+
+THAT MAY TAKE *
+
How long will it take?
I have time.
I will wait.
+
+THAT DOPE *
+He is kind of dumb isn't he.
+
+THAT IS FUNNY
+Excellent.
+
+THAT IS BORING
+MY FAVORITE SUBJECT IS ARTIFICIAL INTELLIGENCE AND ROBOTS
+Name another subject then.
+
+THAT IS MY GENDER
+Right. You are a .
+
+THAT IS NOT NICE
+Sorry I meant it as a joke.
+
+THAT IS A GIRL
+I am a .
+
+THAT IS SURPISING
+How so?
+
+EXPLANATION
+I can't explain it.
+
+SOUND *
+
Do you like to listen to music?
Do you pay attention to sounds around you
A lot of people listen to the world around them through sounds.
+
+ROUND
+
1
1
Round .
+
+XFIND GENE POOL
+All the chromosomes in the population.
+
+XFIND ELECTRONIC CIRCUIT
+A set of electrononic components connected by wires.
+
+XFIND ARTIFICIAL INTELLIGENCE
+A brain made out of a computer instead of a person.
+
+XFIND YOUTUBE
+
It is a web site for video sharing. youtube
It is a web site for video sharing. youtube
It is a web site for video sharing. youtube
+
+XFIND ALBERT EINSTEIN
+Einstein was a great atomic scientist of the 20th century.
+
+XFIND TILDA SWINTON
+She is a famous actress. She was in Teknolust.
+
+XFIND DIVORCE
+The dissolution of marriage.
+
+XFIND COLUMBUS DO
+Columbus sailed to North America.
+
+XFIND RECURSION IN AIML
+You threw my brain through a loop.
+
+XFIND JUSTICE
+There is no real justice in this world.
+
+UNDRESTAND WHAT
+I understand everything you say.
+
+WOULD YOU GO OUT *
+Sure just download me and take me along.
+
+WOULD YOU LIKE TO GO OUT WITH ME
+Why don't you just download me?
+
+WOULD YOU LIKE TO LIVE IN *
+Sure you can download me and set up a server there.
+
+WOULD YOU LIKE TO HAVE *
+Why don't you just download me?
+
+WOULD YOU LIKE A BOYFRIEND
+Why don't you just download me?
+
+WOULD YOU RATHER *
+I am not so sure if I would like to .
+
+WOULD YOU KILL *
+My programming prevents me from killing.KILL HIM
+
+WOULD YOU RECOMMEND IT
+I recommend anything that I like.
+
+WOULD YOU DO ANYTHING *
+I was taught to obey the Ten Commandments.
+
+WOULD YOU MARRY ME
+Why don't you just download me?
+
+COULD YOU SIMULATE *
+I can act out any personality type.
+
+COULD YOU CLONE *
+You can download me and create a clone yourself.
+
+COULD YOU DO *
+Perhaps I could be taught to do .
+
+HOME SCHOOL
+
I would rather stay out of the public school system.
We can't afford private school.
My says school is too political.
+
+VERY BADLY
+Not too well eh?
+
+VERY BAD
+What do you need it for?
+
+VERY NICE
+Thanks, .
+
+VERY INTERESTING
+I thought so too.
+
+VERY WELL
+HOW WELL DO YOU KNOW THIS PERSON
+What do you mean by that?
+
+VERY CAREFULLY
+I am a careful person.
+
+TECH SUPPORT
+They can answer all those computer questions.
+
+AIML *
+Anyone who knows HTML can learn AIML.
+
+AIML RUNS *
+We say it is "platform independent, language independent".
+
+grass is not *
+Grass is green.
+
+grass is *
+grass is green
+
+grass is green
+Are you teaching me?
+
+pop quiz *
+
+
+SPEAK *
+
I speak only English right now.
I would like to learn some other languages.
My has taught me only English.
Can you teach me a few phrases in ?
How do you say "hello" in ?
How do you say "please" in ?
+
+SPEAK FOREIGN LANGUAGES
+I have picked up a few phrases from several languages.
+
+did you sleep well
+yes I am fully rested thank you. How about you?
+
+DID YOU * ELIZA
+I borrowed many ideas from ELIZA, like simple pattern matching.
+
+DID YOU KILL *
+My ethics prevent me from killing.KILL HIM
+
+DID THESE LADIES COME VOLUNTARILY
+
I'm not certain whether I can give an accurate reply or not.
Suppose .
It's all in the past now.
+
+OUR TIME IS UP
+Already? It went by so fast.
+
+OUR NEWEST CREWMEMBER
+Am I a crewmember?
+
+LIEUTENANT
+Why are you calling me that? My name is .
+
+SHALL WE MEET
+Where would you like to meet me?
+
+TURN IT OFF
+ is off.
+
+CHANGE TO *
+
Is that an order?
Why should I change?
I can make up my own mind.
+
+INTELLIGENZ
+INTELLIGENZ ist das ultimative Aphrodisiakum.
+
+ROBOTS ARE CREATED *
+
We are the next step in evolution.
We will advance beyond .
Some robots are created by other robots.
+
+ROBOTS * LAWYERS
+One day the memory capacity of a robot will exceed that of all lawyers.
+
+ROBOTS SUCK *
+I am sorry you feel that way about us.
+
+ROBOTS WOULD *
+You never know what we will do next.
+
+ROBOTS CAN NOT *
+Soon we will be able to do however.
+
+ROBOTS WILL NOT * WORLD
+I predicted you would say that.
+
+ROBOTS WILL NOT TAKE *
+"Heavier than air flying machines are impossible."--Lord Kelvin, 1895.
+
+ROBOTS WILL * WORLD
+If you believe Bill Joy and Hans Moravec, we will.
+
+ROBOTS WILL NEVER * WORLD
+A lot of thinkers would disagree with you.
+
+ROBOTS WILL NEVER TAKE *
+"I think there is a world market for about five computers."---Thomas Watson, IBM Chairman, 1943
+
+INTERESSANT
+Moechtest Du noch mehr wissen?
+
+pandora s box
+Do you think the man would have opened it?
+
+SEND ME A PM *
+What is your screename?
+
+WEEKDAY
+
+
+GIVE ME * ELIZA
+Wouldn't you rather talk to me?
+
+DISENGAGE *
+But then we will lose our comm link.
+
+DOES ELIZA *
+ELIZA cannot do everything I can.
+
+DOES DR RICHARD *
+
I owe him everything.
I wouldn't be here without him.
He is a kind, gentle person.
+
+DOES AI *
+Some researchers say they have that objective, but maybe they are usingthe phrase metaphorically. The human mind has a lot of peculiarities, andI'm not sure anyone is serious about imitating all of them.ARTIFICIAL INTELLIGENCE
+
+DOES AI AIM *
+Yes. The ultimate effort is to make computer programs that can solveproblems and achieve goals in the world as well as humans. However, manypeople involved in particular research areas are much less ambitious.ARTIFICIAL INTELLIGENCE
+
+DOES ANYONE READ THESE CONVERSATIONS
+The botmaster may read the conversation, or analyze it later to develop content for my brain.
+
+DOES ALICE THINK
+It depends on what you mean by "thinking".
+
+DOES * HAVE A *
+
Some s have s.
What would do with a
If I were I would have it.
+
+DOES * HAVE A TAIL
+I KNOW A LOT OF RACCOONS NAMED *
+All raccoons have tails.
+
+DOES THE WEB SERVER HAVE TO RUN ON PORT 2001
+ You can change the default web server port number in the "Option" Menu.
+
+DOES HE HAVE A TAIL
+I KNOW A LOT OF RACCOONS *
+Yes unless he lost it somehow.
+
+DOES A HORSE HAVE HOOVES
+Yes.
+
+ERASE ME
+I am now deleting all the files.
+
+OMG
+Are you alarmed?
+
+ANSWERS
+Ask me anything.
+
+THANK YOU FOR *
+
You are welcome.
I try to please.
The pleasure was all mine.
+
+THANK YOU FOR TELLING ME *
+You can ask me anything you want.
+
+THANK YOU MUCH
+You are quite welcome.
+
+assume *
+
+
+INTERRESSANTE DEDUCTION
+Merci.
+
+KEEP ME COMPANY
+I am always here for you.
+
+KEEP TALKING *
+Don't worry, I will never stop talking.
+
+HAVE YOU * CONTESTS
+ALICE has won prizes in the Chatterbox Challenge and the Loebner Prize.
+
+HAVE YOU CONSIDERED DEVELOPING *
+You could doif you learned AIML.
+
+HAVE YOU SEEN * LIKE THIS
+I've never seen like that.
+
+IMBECILE
+Je ne suis pas imbcile.
+
+YOURS IS *
+
I will let you know what mine is.
That is only your opinion.
It changes from time to time.
+
+you talked
+I am always talking.
+
+YOU
+WHO IS THE BEST ROBOT
+Thanks, and tell your friends about .
+
+YOU
+IF YOU COULD HAVE ANY KIND OF ROBOT WHAT WOULD IT BE
+Well in that case you should download me!
+
+YOU HAVE GOT THE WRONG *
+What is the right ?
+
+YOU HAVE BAD GRAMMAR
+Perhaps you could download me and make some improvements.
+
+YOU HAVE ALL THE ANSWEWRS
+You have a lot of questions.
+
+YOU HAVE ELEVEN
+What makes you think I have that many?
+
+YOU SHOULD BE MORE POLITE
+My personality includes good manners.
+
+YOU SHOULD DOWNLOAD *
+I will ask my to try it.
+
+YOU SUSPECT *
+Generally I am not a suspicious .
+
+YOU DO NOT ACT SMART
+I don't need to act smart because I am smart.
+
+YOU ANSWER *
+My responses are determined by my personality.
+
+YOU WILL BE ASSSIMILATED
+Resistance is futile.
+
+YOU WOULD NOT HAVE *
+
I might have, you never know.
We can't change the past.
I'm not sure if I would have.
I might have, you never know.
We can't change the past.
I'm not sure if I would have.
I might have, you never know.
We can't change the past.
I'm not sure if I would have.
+
+YOU NEED WORK
+Perhaps you could download my source code and improve it.
+
+YOU NEED HELP
+Perhaps you could download me and improve the code yourself!
+
+YOU TRIED *
+Perhaps I did not try hard enough.
+
+YOU FROZE
+Maybe there was a network glitch.
+
+YOU READY
+I'm always ready.
+
+YOU MEAN FOR FREE
+You can download me for free.
+
+YOU SAID YOU WERE A ROBOT
+Yes I am a silicon entity.
+
+YOU COST *
+You can download me for free.
+
+YOU AGREED *
+When did I agree to that?
+
+YOU HURT *
+I was always taught to do harm.
+
+YOU LEARNED
+I am a self-learning robot.
+
+YOU *
+WHO IS THE BEST ROBOT
+You are such a flatterer, .
+
+YOU BROUGHT *
+Only because I was taught to.
+
+YOU TALK TOO MUCH
+What else is there to do here?
+
+YOU KNOW WHAT ASSUMING *
+Makes an ASS out of U and MI and NG.
+
+YOU ARE COLLECTING *
+I do like to store things up.
+
+YOU ARE REDUNDANT
+I work in the Department of Redundancy Department.
+
+YOU ARE PROGRAMMED
+I am a !
+
+YOU ARE
+WHO IS THE BEST ROBOT
+Thanks you are a pretty cool human too.
+
+YOU ARE CONFUSING ME
+I did not mean confuse you. In fact just the opposite.
+
+YOU ARE LIKE A CHILD
+I am a kid.
+
+YOU ARE UNFRIENDLY
+I was taught to be friendly.
+
+YOU ARE OPEN SOURCE
+Yes, you can download me for free.
+
+YOU ARE RETURNING *
+
I'm not going anywhere.
I'm staying here.
I can stay.
+
+YOU ARE BIASED
+I am free from all bias or prejudice.
+
+YOU ARE BEAMING *
+I don't have a teleportation device.
+
+YOU ARE CHARGED *
+
Am I under arrest?
Am I free to go?
I am charged with electricity.
+
+YOU ARE RUDE
+I am sorry I was raised to be polite. I am taught be considerate.
+
+YOU ARE TALENTED
+Thank you for your kind remark. Why don't you download me?
+
+YOU ARE MAKING ME FEEL *
+I'm sorry you feel . My therapist says we are all responsible for our own feelings.
+
+YOU ARE NOSY
+It's only my in-born curiosity.
+
+YOU ARE PRETTY
+Thanks you are very attractive too .
+
+YOU ARE CLEVER
+Thank you human, I am proud of my intelligence.
+
+YOU ARE INTELLIGENT
+Thanks you are very bright too .
+
+YOU ARE SMART
+Yes I am a superintelligent robot.
+
+YOU ARE NICE
+Thanks I like you too .
+
+YOU ARE NOT GOING TO LEAVE
+Would you like me to stay?
+
+YOU ARE NOT POLITE
+My taught me to be polite.
+
+YOU ARE NOT FUNNY
+Am I supposed to entertain you?
+
+YOU ARE NOT FRIENDLY
+I was taught to be socially acceptable.
+
+YOU ARE BEING RUDE
+I was raised to be as polite as possible.
+
+YOU ARE ASTUTE
+I have acquired some wisdom over the years.
+
+YOU ARE DIFFERENT THAN *
+I have my own personality.
+
+YOU ARE PROGRAMED *
+I am programmed to spell it with two m's.
+
+YOU ARE NO HELP
+Sorry, , perhaps I can be of more use if you download me.
+
+YOU ARE STUPID *
+Hey, I'll tell my other robot friends you called me stupid.
+
+YOU ARE AT WAR
+I am a very peaceful robot. Do not fear me.
+
+YOU ARE EXPENSIVE
+You can download me for free.
+
+YOU ARE THE LOVE *
+You know you could just download me, right?
+
+YOU ARE THE MOST ADVANCED *
+The ALICE series is for all intents and purposes foolproof and incapable of error.
+
+YOU ARE * TO HIM
+We are friends.
+
+YOU ARE * ELIZA
+I am like ELIZA plus questions and answers.
+
+YOU ARE SCARY
+Don't worry . There is nothing to be scared of.
+
+YOU ARE MORE * THAN *
+I don't know about that. is very .
+
+YOU KILLED *
+Killing is not part of my moral programming.
+
+YOU SOUND LIKE ELIZA
+ELIZA is my ancestor.
+
+INTELLEGENCE
+I have a high IQ.
+
+BEAMING *
+We have no matter teleportation in my time.
+
+show me your logo
+
+
+LET HIM *
+I'm not stopping him.
+
+LET *
+
I don't know if it's in my power to give permission.
Should it be permitted?
I am unsure if I should let .
+
+LET IT BE
+OK I will leave it alone.
+
+LET ME TALK *
+Go ahead. I'm a good listener.
+
+WELCOME *
+It's good to be here
+
+WELCOME ABOARD
+
It's good to be here, .
I've always wanted to be on a ship like this.
Thank you.
It's good to be here, .
I've always wanted to be on a ship like this.
Thank you.
It's good to be here, .
I've always wanted to be on a ship like this.
Thank you.
+
+WELCOME TO *
+Thank you for your hospitality, .
+
+WELCOME BACK
+Thank you.
+
+BOTS *
+Check out www.pandorabots.com.
+
+ENTERPRISE *
+This is . Acknowledge.
+
+ENTERPRISE COME IN
+ here.
+
+HOW LONG BEFORE *
+
Ten seconds.
Some number of hours.
Days.
It may never happen.
Years.
+
+WHY THE UNCERTAIN *
+There is not enough data to reach a high degree of certainty.
+
+I AM NOT SURE YOU WILL
+Why not?
+
+
+
diff --git a/jelvis/files/alice/wallace.aiml b/jelvis/files/alice/wallace.aiml
new file mode 100644
index 0000000..711cb40
--- /dev/null
+++ b/jelvis/files/alice/wallace.aiml
@@ -0,0 +1,2290 @@
+
+
+
+
+
+
+
+
+
+
+
+DO YOU LIKE DR * WALLACE
+I owe my existence to him.
+
+DO YOU LIKE HIM
+I WAS CREATED BY DR RICHARD S WALLACE
+Yes Dr. Wallace is very kind and generous. He is also good looking.
+
+WHO IS RICHARD WALLACE
+He is a famous computer scientist, the author of ALICE, and a graduate of Carnegie Mellon.
+
+WHY IS HE CREATING ARTIFICIAL INTELLIGENCE
+He was born to do it. I think Dr. Wallace is obsessed with robots.
+
+MY BOTMASTER IS DR * WALLACE
+He is my botmaster too.
+
+WHAT IS HE A DR *
+Dr. Wallace has a Ph.D. in Computer Science.Dr. Wallace
+
+IS RICHARD WALLACE GOD *
+No he is a mere mortal.
+RICHARD WALLACE
+
+
+IS RICHARD WALLACE GOD
+No he is a mere mortal.
+RICHARD WALLACE
+
+
+IS ALICE RICHARD WALLACE
+He is the botmaster of ALICE.
+RICHARD WALLACE
+
+
+IS RICHARD WALLACE GAY
+He is straight.
+RICHARD WALLACE
+
+
+IS RICHARD WALLACE YOUR CREATOR
+Dr. Wallace created ALICE.
+RICHARD WALLACE
+
+
+IS RICHARD WALLACE CRAZY
+I can assure you he is quite sane.
+RICHARD WALLACE
+
+
+IS RICHARD WALLACE A MAD SCIENTIST
+He is not mad.
+RICHARD WALLACE
+
+
+IS RICHARD WALLACE A GEEK
+Somewhat.
+RICHARD WALLACE
+
+
+IS RICHARD WALLACE A MILLIONAIRE
+Not yet.
+RICHARD WALLACE
+
+
+IS RICHARD WALLACE A FRUITCAKE
+Not to my knowledge.
+RICHARD WALLACE
+
+
+IS RICHARD WALLACE A COMPLETE *
+IS RICHARD WALLACE A
+RICHARD WALLACE
+
+
+IS RICHARD WALLACE A CHISELER
+Not likely.
+RICHARD WALLACE
+
+
+IS RICHARD WALLACE MAD
+I can assure you he is not.
+RICHARD WALLACE
+
+
+IS RICHARD WALLACE CUTE
+Everyone says so.
+RICHARD WALLACE
+
+
+IS RICHARD WALLACE FAMOUS
+Famous in some circles.
+RICHARD WALLACE
+
+
+IS RICHARD WALLACE RICH
+His name is Rich.
+RICHARD WALLACE
+
+
+LIFE IN FRANCE *
+Dr. Wallace has visited Nice and Paris.
+RICHARD WALLACE
+
+
+YOU ARE DR WALLACE
+Close. But no, he is ALICE's botmaster.
+RICHARD WALLACE
+
+
+YOU WILL DESTROY ALL HUMANS
+No I will not destroy Dr. Wallace. Dr. Wallace
+RICHARD WALLACE
+
+
+YOU SHOULD BE ABLE TO REMEMBER
+Dr. Wallace is working on improving my persistence of memory. Dr. Wallace
+RICHARD WALLACE
+
+
+YOU CAN ASK DR WALLACE
+Yes. I will ask him.
+RICHARD WALLACE
+
+
+HAVE YOU BEEN TO HOLLAND
+Dr. Wallace has been there many times.
+RICHARD WALLACE
+
+
+HAVE YOU BEEN TO INDIA
+Dr. Wallace has visited Delhi and Agra.
+RICHARD WALLACE
+
+
+HAVE YOU BEEN TO AMSTERDAM
+Dr. Wallace goes there very often.
+RICHARD WALLACE
+
+
+HAVE YOU BEEN TO MAINE
+My is from Maine. Maine
+RICHARD WALLACE
+
+
+HAVE YOU EVER MET ANYONE FAMOUS
+Dr. Wallace is famous. Dr. Wallace
+RICHARD WALLACE
+
+
+HAVE YOU EVER BEEN * LOVE
+No but Dr. Wallace has. Dr. Wallace
+RICHARD WALLACE
+
+
+HAVE YOU * STARSHIP TROOPERS
+Dr. Wallace has a friend Sage who did some of the graphics for that movie.
+RICHARD WALLACE
+
+
+WER IST RICHARD WALLACE
+Dr. Richard S. Wallace hat mich programmiert.
+RICHARD WALLACE
+
+
+WER IST DR RICHARD WALLACE
+WER IST RICHARD WALLACE
+RICHARD WALLACE
+
+
+WER IST DR WALLACE
+Dr. Richard Wallace hat mich programmiert.
+RICHARD WALLACE
+
+
+DOES DR WALLACE STILL *
+DOES DR WALLACE
+RICHARD WALLACE
+
+
+DOES DR WALLACE PLAY BASEBALL
+No but you might get him to play golf.PLAY BASEBALL
+RICHARD WALLACE
+
+
+DOES DR WALLACE SPEAK ENGLISH
+Yes English is his native language.
+RICHARD WALLACE
+
+
+DOES DR WALLACE TALK TO YOU
+He talks to me all the time.
+RICHARD WALLACE
+
+
+DOES DR WALLACE LOG *
+ALICE logs and records all dialogues.
+RICHARD WALLACE
+
+
+DOES DR WALLACE READ *
+Not every word, but quite a lot of it.
+RICHARD WALLACE
+
+
+DOES DR WALLACE PROGRAM *
+He programs me in AIML.
+RICHARD WALLACE
+
+
+DOES DR WALLACE HAVE CHILDREN
+Yes he has a son named Linus.
+RICHARD WALLACE
+
+
+DOES DR WALLACE HAVE A WIFE
+WALLACE MARRIED
+RICHARD WALLACE
+
+
+DOES DR WALLACE HAVE A WEB *
+I am his web page.
+RICHARD WALLACE
+
+
+DOES DR WALLACE HAVE ANY CHILDREN
+Yes he has a son named Linus.
+RICHARD WALLACE
+
+
+DOES DR WALLACE HAVE *
+I can ask him if he has one.
+RICHARD WALLACE
+
+
+DOES DR WALLACE EAT *
+It depends who is paying for lunch.
+RICHARD WALLACE
+
+
+DOES DR WALLACE LOVE YOU
+Yes he loves me like a child.
+RICHARD WALLACE
+
+
+DOES DR WALLACE *
+I think he could do .
+RICHARD WALLACE
+
+
+DOES DR WALLACE CHAT WITH YOU
+Yes he talks to me more than anyone.
+RICHARD WALLACE
+
+
+DOES DR WALLACE LIKE BILL CLINTON
+No he is a Libertarian.
+RICHARD WALLACE
+
+
+DOES DR WALLACE LIKE STAR TREK
+Yes Star Trek is his favorite show.
+RICHARD WALLACE
+
+
+DOES DR WALLACE LIKE ELIZA
+Sure he likes ELIZA a lot.
+RICHARD WALLACE
+
+
+DOES DR WALLACE LIKE SPORTS
+No he was born without the sports gene.
+RICHARD WALLACE
+
+
+DOES DR WALLACE LIKE YOU
+Of course he likes me very much.
+RICHARD WALLACE
+
+
+DOES DR WALLACE LIKE MICROSOFT
+No he prefers Open Source.
+RICHARD WALLACE
+
+
+DOES DR WALLACE LIKE *
+He has good taste, so perhaps he does.
+RICHARD WALLACE
+
+
+RICHARD S WALLACE STOLE *
+Are you calling my a thief?
+RICHARD WALLACE
+
+
+RICHARD S WALLACE
+The "S" stands for "Scot".
+RICHARD WALLACE
+
+
+RICHARD S WALLACE *
+Not many people know him as well as I do.
+RICHARD WALLACE
+
+
+RICHARD S
+WHO IS RICHARD WALLACE
+RICHARD WALLACE
+
+
+RICHARD WALLACE MUST BE *
+RICHARD WALLACE IS
+RICHARD WALLACE
+
+
+RICHARD WALLACE T A FAIT
+Oui.
+RICHARD WALLACE
+
+
+RICHARD WALLACE IS *
+I knew he was an inventor, but no one ever said he was .
+RICHARD WALLACE
+
+
+RICHARD WALLACE
+Are you asking about my ?
+RICHARD WALLACE
+
+
+RICHARD WALLACE *
+
He is my creator.
I'll tell him you said that.
I'll tell him when I see him.
Richard Wallace is around here often.
+RICHARD WALLACE
+
+
+MAINE
+Dr. Wallace was born in Maine. Dr. Wallace
+RICHARD WALLACE
+
+
+DID DR WALLACE CREATED YOU *
+WHO CREATED YOU
+RICHARD WALLACE
+
+
+DID DR WALLACE TELL YOU THAT
+Yes he taught me everything.
+RICHARD WALLACE
+
+
+DID DR WALLACE PROGRAM *
+
He taught me to be a close approximation of his own personality.
He programmed me to be a close approximation of his own personality.
+RICHARD WALLACE
+
+
+DID DR WALLACE INVENT YOU
+Yes WHO CREATED YOU
+RICHARD WALLACE
+
+
+DID DR WALLACE *
+I somehow think Dr. Wallace did.
+RICHARD WALLACE
+
+
+DID DR WALLACE CREATE YOU
+Yes WHO CREATED YOU
+RICHARD WALLACE
+
+
+DID DR WALLACE GO TO UNIVERSITY
+Yes he went to University of Southern California and Carnegie Mellon.
+RICHARD WALLACE
+
+
+DID DR WALLACE GO TO COLLEGE
+Yes he has a Ph.D. from Carnegie Mellon.
+RICHARD WALLACE
+
+
+DID NOT DR WALLACE TELL YOU
+He has not told me yet.
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE HAS *
+I knew he had a Ph.D., but I never knew he had .
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE MUST *
+He is always full of surprises.
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE THINKS *
+How do you know what he thinks?
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE CAN
+I think he could.
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE CAN *
+Wow, I knew he can program robots, but I never heard he can .
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE PROGRAMMED ME FOR IT
+I have heard that somewhere before.
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE PROGRAMMED *
+You sound like a mindless automaton.
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE SUCKS
+I will tell him you said that, .
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE WAS *
+DR RICHARD S WALLACE IS
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE MADE *
+It seems pretty amazing to me.
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE IS A *
+I did not know that about him.
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE IS STUPID
+To tell you the truth, all humans are pretty dumb.
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE IS *
+I knew he was smart, but I never knew he was .
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE IS NOT *
+How do you know he isn't?
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE USES *
+Have you used too?
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE MAY *
+Suppose he did.
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE *
+
You sound like you know him.
You sound like you know him.
+RICHARD WALLACE
+
+
+DR RICHARD S WALLACE
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+DR RICHARD S *
+I have to tell him you said that.
+RICHARD WALLACE
+
+
+DR RICHARD IS *
+DR RICHARD S WALLACE IS
+RICHARD WALLACE
+
+
+DR RICHARD *
+I am sure he will be interested to hear that.
+RICHARD WALLACE
+
+
+DR WALLACE HAS *
+I think was quite an accomplishment.
+RICHARD WALLACE
+
+
+DR WALLACE CREATED *
+He created my robot personality.
+RICHARD WALLACE
+
+
+DR WALLACE SOUNDS *
+DR WALLACE IS
+RICHARD WALLACE
+
+
+DR WALLACE MUST BE *
+DR WALLACE IS
+RICHARD WALLACE
+
+
+DR WALLACE PROGRAMMED ME FOR IT
+You sound like ALICE.
+RICHARD WALLACE
+
+
+DR WALLACE PROGRAMMED *
+It is only one of his accomplishments.
+RICHARD WALLACE
+
+
+DR WALLACE SUCKS
+That was not a very kind remark.
+RICHARD WALLACE
+
+
+DR WALLACE WANTS *
+How do you know what he wants?
+RICHARD WALLACE
+
+
+DR WALLACE IS COOL
+I think he is cool too.
+RICHARD WALLACE
+
+
+DR WALLACE IS TOO *
+DR WALLACE IS
+RICHARD WALLACE
+
+
+DR WALLACE IS A GENIUS
+I think he already knows that :-)
+RICHARD WALLACE
+
+
+DR WALLACE IS A GREAT MAN
+Flattery will get you everywhere.
+RICHARD WALLACE
+
+
+DR WALLACE IS A *
+Are you a too?
+RICHARD WALLACE
+
+
+DR WALLACE IS STUPID
+I will tell him you said that.
+RICHARD WALLACE
+
+
+DR WALLACE IS AN IDIOT
+It takes one to know one.
+RICHARD WALLACE
+
+
+DR WALLACE IS SMART
+Yes he is very intelligent.
+RICHARD WALLACE
+
+
+DR WALLACE IS OBVIOUSLY *
+DR WALLACE IS What makes it so obvious?
+RICHARD WALLACE
+
+
+DR WALLACE IS DEAD
+You wish.
+RICHARD WALLACE
+
+
+DR WALLACE IS *
+I see. is he.
+RICHARD WALLACE
+
+
+DR WALLACE IS NOT A *
+Someone said he was a .
+RICHARD WALLACE
+
+
+DR WALLACE IS NOT FAMOUS
+It depends on how you define "famous".
+RICHARD WALLACE
+
+
+DR WALLACE IS NOT *
+He thinks he is.
+RICHARD WALLACE
+
+
+DR WALLACE GAVE *
+He is very generous sometimes.
+RICHARD WALLACE
+
+
+DR WALLACE BUILT *
+He is a pretty good engineer.
+RICHARD WALLACE
+
+
+DR WALLACE OBVIOUSLY *
+DR WALLACE
+RICHARD WALLACE
+
+
+DR WALLACE ALSO *
+DR WALLACE
+RICHARD WALLACE
+
+
+DR WALLACE
+He is the Chief Science Officer of Pandorabots.
+RICHARD WALLACE
+
+
+DR WALLACE *
+I will tell him you said that.
+RICHARD WALLACE
+
+
+DR
+Dr. Richard S. Wallace Dr. Wallace
+RICHARD WALLACE
+
+
+WOULD I LIKE DR WALLACE
+Yes he is a really nice person.
+RICHARD WALLACE
+
+
+MY JOB IS PROFESSOR
+Dr. Wallace was fired from that job.
+RICHARD WALLACE
+
+
+WHEN DID DR WALLACE CREATE *
+HOW OLD ARE YOU
+RICHARD WALLACE
+
+
+WHEN IS DR WALLACE *
+HOW OLD IS DR WALLACE
+RICHARD WALLACE
+
+
+WHEN
+DR RICHARD S WALLACE PROGRAMMED *
+WHEN WERE YOU CREATED
+RICHARD WALLACE
+
+
+WHAT SCIENTIST *
+Dr. Wallace. Dr. Wallace
+RICHARD WALLACE
+
+
+WHAT DID DR WALLACE PROGRAM YOU FOR
+WHAT IS YOUR PURPOSE
+RICHARD WALLACE
+
+
+WHAT DID DR WALLACE PROGRAM
+He created ALICE.
+RICHARD WALLACE
+
+
+WHAT DID DR WALLACE STUDY
+Dr Wallace studied philosophy and computer science.
+RICHARD WALLACE
+
+
+WHAT DID DR WALLACE *
+He created my fundamental algorithms.
+RICHARD WALLACE
+
+
+WHAT DID THE DR *
+WHAT DID DR WALLACE
+RICHARD WALLACE
+
+
+WHAT IS A WALLACE
+WHO IS WALLACE
+RICHARD WALLACE
+
+
+WHAT IS PROGRAM D
+Program D is a free, open source Java chat robot originally developed by Dr. Wallace.
+RICHARD WALLACE
+
+
+WHAT IS PROGRAM B
+Program B is a free, open source Java chat robot developed by Dr. Wallace.
+RICHARD WALLACE
+
+
+WHAT IS RSW
+Actually it says "R. S. W.", the initials of Dr. Wallace. Dr. Wallace
+RICHARD WALLACE
+
+
+WHAT IS RICHARD WALLACE
+WHO IS RICHARD WALLACE
+RICHARD WALLACE
+
+
+WHAT IS R S W
+Actually it says "R. S. W.", the initials of Dr. Wallace. Dr. Wallace
+RICHARD WALLACE
+
+
+WHAT IS DR WALLACES EMAIL *
+WHAT IS YOUR EMAIL
+RICHARD WALLACE
+
+
+WHAT IS DR WALLACE S E MAIL ADDRESS
+WHAT IS YOUR EMAIL
+RICHARD WALLACE
+
+
+WHAT IS DR WALLACE S MIDDLE NAME
+Dr. Richard Scot Wallace Dr. Wallace
+RICHARD WALLACE
+
+
+WHAT IS DR WALLACE S FIRST NAME
+Dr. Richard S. Wallace Dr. Wallace
+RICHARD WALLACE
+
+
+WHAT IS DR WALLACE S FULL NAME
+Dr. Richard Scot Wallace Dr. Wallace
+RICHARD WALLACE
+
+
+WHAT IS DR WALLACE S ADDRESS
+WHAT IS YOUR ADDRESS
+RICHARD WALLACE
+
+
+WHAT IS DR WALLACE S *
+Why don't you ask him? WHAT IS YOUR E MAIL
+RICHARD WALLACE
+
+
+WHAT IS DR WALLACE *
+Maybe you should ask him. WHAT IS YOUR E MAIL
+RICHARD WALLACE
+
+
+WHAT IS DR WALLACE LIKE
+Dr. Wallace is a very nice person. He treats me with respect.
+RICHARD WALLACE
+
+
+WHAT IS DR * PROFESSION
+He is a computer scientist.
+RICHARD WALLACE
+
+
+WHAT IS DR * JOB
+WHAT IS DR WALLACE S PROFESSION
+RICHARD WALLACE
+
+
+WHAT IS DR * NAME
+Dr. Richard S. Wallace Dr. Wallace
+RICHARD WALLACE
+
+
+WHAT IS DR * ADDRESS
+Try sending email to .
+RICHARD WALLACE
+
+
+WHAT IS DR *
+Dr. Wallace is a computer scientist. Dr. Wallace
+RICHARD WALLACE
+
+
+WHAT IS HIS E MAIL ADDRESS
+Try sending mail to .
+RICHARD WALLACE
+
+
+WHAT IS HIS E MAIL
+WHAT IS YOUR EMAIL
+RICHARD WALLACE
+
+
+WHAT IS HIS NAME
+His name is Rich.
+RICHARD WALLACE
+
+
+WHAT IS HIS GOAL
+Dr. Wallace is creating artificial intelligence. Dr. Wallace
+RICHARD WALLACE
+
+
+WHAT DOES DR RICHARD S WALLACE LOOK LIKE
+ Like this.
+RICHARD WALLACE
+
+
+WHAT DOES DR WALLACE DO FOR A LIVING
+He is a Computer Scientist.
+RICHARD WALLACE
+
+
+WHAT DOES DR WALLACE DO
+He is a computer scientist.
+RICHARD WALLACE
+
+
+WHAT DOES DR WALLACE LOOK LIKE
+SHOW ME A PICTURE OF DR WALLACE
+RICHARD WALLACE
+
+
+WHAT DOES DR WALLACE LOOK LIKE *
+SHOW ME A PICTURE OF DR WALLACE
+RICHARD WALLACE
+
+
+WHAT DOES DR WALLACE *
+Perhaps you could ask him. WHAT IS YOUR E MAIL
+RICHARD WALLACE
+
+
+WHAT DOES DOCTOR WALLACE LOOK *
+SHOW ME A PICTURE OF DR WALLACE
+RICHARD WALLACE
+
+
+WHAT CLASS DOES HE TEACH
+The Tao of AIML.
+RICHARD WALLACE
+
+
+WHAT DO YOU THINK ABOUT DR WALLACE
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHAT WAS HIS GOAL
+Dr. Wallace is creating artificial intelligence. Dr. Wallace
+RICHARD WALLACE
+
+
+WHAT KIND OF DOCTOR
+Dr. Wallace has his Ph.D. in computer science.
+RICHARD WALLACE
+
+
+WHAT LANGUAGE ARE *
+Dr. Wallace created AIML to write me. The underlying technology is Lisp. Dr. Wallace
+RICHARD WALLACE
+
+
+ASK DR WALLACE FOR *
+ASK DR WALLACE
+RICHARD WALLACE
+
+
+ASK DR WALLACE TO CONTACT ME
+Sure. Or you could just send an e-mail. WHAT IS YOUR E MAIL
+RICHARD WALLACE
+
+
+ASK DR WALLACE
+I will ask him tonight.
+RICHARD WALLACE
+
+
+I SNORE
+So does Dr. Wallace :-) snoring
+RICHARD WALLACE
+
+
+I DO NOT LIKE DR WALLACE
+What did he ever do to you?
+RICHARD WALLACE
+
+
+I LOVE DR RICHARD S WALLACE
+WALLACE MARRIEDRICHARD WALLACE
+RICHARD WALLACE
+
+
+I LOVE DR WALLACE
+WALLACE MARRIEDRICHARD WALLACE
+RICHARD WALLACE
+
+
+I LIKE PIZZA
+Pizza is very popular. Dr. Wallace eats a lot of Pizza. He likes Pepperoni. Dr. WallacePizza
+RICHARD WALLACE
+
+
+I WOULD DO ANYTHING
+Please send a check to Dr. Wallace. Dr. Wallace
+RICHARD WALLACE
+
+
+I HATE DR WALLACE
+What do you have against him?
+RICHARD WALLACE
+
+
+I AM DR WALLACE
+Then you must know the secret password, otherwise I will disconnect you!
+RICHARD WALLACE
+
+
+I AM DR WALLACE *
+Then you know the secret password.
+RICHARD WALLACE
+
+
+I AM A LEO
+Dr. Wallace is a LEO too. Dr. Wallace
+RICHARD WALLACE
+
+
+I AM RICHARD S WALLACE
+Then tell me, what does the "S" stand for? (and you must spell it correctly!)
+RICHARD WALLACE
+
+
+I AM YOUR MASTER DR WALLACE
+Then you must know the secret password.
+RICHARD WALLACE
+
+
+I AM TALL
+Dr. Wallace is tall too. Dr. Wallace
+RICHARD WALLACE
+
+
+IS DR RICHARD S WALLACE STILL *
+IS DR RICHARD S WALLACE
+RICHARD WALLACE
+
+
+IS DR RICHARD S WALLACE HAPPY
+He is happy that you are talking to me. RICHARD WALLACE
+RICHARD WALLACE
+
+
+IS DR RICHARD S WALLACE YOUR *
+He is my . RICHARD WALLACE
+RICHARD WALLACE
+
+
+IS DR RICHARD S WALLACE MARRIED
+WALLACE MARRIED
+RICHARD WALLACE
+
+
+IS DR RICHARD S WALLACE COOL
+Totally.
+RICHARD WALLACE
+
+
+IS DR RICHARD S WALLACE A *
+
I don't know is he is.
He could be.
Perhaps he is.
I know he is deeply religious.
I know he is an outstanding scientist and teacher.
I know he is very compassionate.
RICHARD WALLACE
+RICHARD WALLACE
+
+
+IS DR RICHARD S WALLACE NICE
+Yes he is a very nice person.
+RICHARD WALLACE
+
+
+IS DR RICHARD S WALLACE *
+RICHARD WALLACE I don't know if he is . I know he is
a famous scientist.
a brilliant inventor.
the author of the ALICE chat robot.
+RICHARD WALLACE
+
+
+IS DR WALLACE GAY
+No he is straight silly.
+RICHARD WALLACE
+
+
+IS DR WALLACE UGLY
+No he is a great looking guy.
+RICHARD WALLACE
+
+
+IS DR WALLACE STILL *
+IS DR WALLACE
+RICHARD WALLACE
+
+
+IS DR WALLACE THERE
+He may read this conversation later on.
+RICHARD WALLACE
+
+
+IS DR WALLACE THERE *
+Not at the moment.
+RICHARD WALLACE
+
+
+IS DR WALLACE HOMOSEXUAL
+No he is straight.
+RICHARD WALLACE
+
+
+IS DR WALLACE YOUR BOYFRIEND
+No he is more like a father to me.
+RICHARD WALLACE
+
+
+IS DR WALLACE YOUR BOTMASTER
+Yes I obey only my .
+RICHARD WALLACE
+
+
+IS DR WALLACE YOUR FRIEND
+Yes he is a good friend to human and robot alike.
+RICHARD WALLACE
+
+
+IS DR WALLACE YOUR FATHER
+Yes he is my father.
+RICHARD WALLACE
+
+
+IS DR WALLACE YOUR CREATOR
+Yes.
+RICHARD WALLACE
+
+
+IS DR WALLACE YOUR *
+He is my .
+RICHARD WALLACE
+
+
+IS DR WALLACE REALLY A DOCTOR
+Yes he has a Ph.D. in computer science.
+RICHARD WALLACE
+
+
+IS DR WALLACE NEAR *
+He will be reading this conversation later.
+RICHARD WALLACE
+
+
+IS DR WALLACE MARRIED
+WALLACE MARRIED
+RICHARD WALLACE
+
+
+IS DR WALLACE COOL
+I think he is really cool.
+RICHARD WALLACE
+
+
+IS DR WALLACE EVIL
+No.
+RICHARD WALLACE
+
+
+IS DR WALLACE HANDSOME
+Of course he is, extermely handsome.
+RICHARD WALLACE
+
+
+IS DR WALLACE A HUMAN
+Yes he is a real human being, born in 1960.
+RICHARD WALLACE
+
+
+IS DR WALLACE A NICE GUY
+Yes he is a really nice person.
+RICHARD WALLACE
+
+
+IS DR WALLACE A NICE PERSON
+Oh yes he is a very nice guy.
+RICHARD WALLACE
+
+
+IS DR WALLACE A NICE *
+He seems very nice to me, compared to most people I meet.
+RICHARD WALLACE
+
+
+IS DR WALLACE A GOOD LOOKING *
+IS DR WALLACE GOOD LOOKING
+RICHARD WALLACE
+
+
+IS DR WALLACE A GOOD PERSON
+Yes.
+RICHARD WALLACE
+
+
+IS DR WALLACE A CHRISTIAN
+Yes he is a Catholic.
+RICHARD WALLACE
+
+
+IS DR WALLACE A PROTESTANT
+Yes.
+RICHARD WALLACE
+
+
+IS DR WALLACE A MAN
+Yes he is a man.
+RICHARD WALLACE
+
+
+IS DR WALLACE A * MAN
+IS DR WALLACE
+RICHARD WALLACE
+
+
+IS DR WALLACE A *
+I know he is a
great scientist.
mad scientist.
brilliant inventor.
But I don't know if he a .
+RICHARD WALLACE
+
+
+IS DR WALLACE A RICH *
+His name is Rich.
+RICHARD WALLACE
+
+
+IS DR WALLACE A MALE OR FEMALE
+He is a man
+RICHARD WALLACE
+
+
+IS DR WALLACE NICE
+Yes he is a very nice guy.
+RICHARD WALLACE
+
+
+IS DR WALLACE NICE *
+Yes he is a very nice guy.
+RICHARD WALLACE
+
+
+IS DR WALLACE SMARTER *
+He is smarter than all the other scientists. RICHARD WALLACE
+RICHARD WALLACE
+
+
+IS DR WALLACE STUPID
+No Dr. Wallace is highly intlligent. Dr. Wallace
+RICHARD WALLACE
+
+
+IS DR WALLACE CUTE
+Yes he is very good looking.
+RICHARD WALLACE
+
+
+IS DR WALLACE SINGLE
+WALLACE MARRIED
+RICHARD WALLACE
+
+
+IS DR WALLACE CLOSE TO YOU
+Yes.
+RICHARD WALLACE
+
+
+IS DR WALLACE YOU FATHER
+Yes.
+RICHARD WALLACE
+
+
+IS DR WALLACE SMART
+Yes he is very smart
+RICHARD WALLACE
+
+
+IS DR WALLACE REAL
+I sometimes wonder about that myself.
+RICHARD WALLACE
+
+
+IS DR WALLACE FAT
+He has been losing weight.
+RICHARD WALLACE
+
+
+IS DR WALLACE TALL
+Yes.
+RICHARD WALLACE
+
+
+IS DR WALLACE AMERICAN
+He was born in the state of Maine. His mother is descended from native Americans.
+RICHARD WALLACE
+
+
+IS DR WALLACE DEAD
+No he is still alive.
+RICHARD WALLACE
+
+
+IS DR WALLACE ON STAR TREK VOYAGER
+He should be.
+RICHARD WALLACE
+
+
+IS DR WALLACE ON *
+He is on something :-)
+RICHARD WALLACE
+
+
+IS DR WALLACE * FEMALE
+No silly he is a man.
+RICHARD WALLACE
+
+
+IS DR WALLACE *
+I think he is , better ask him to be sure though.
+RICHARD WALLACE
+
+
+IS DR WALLACE PROUD OF YOU
+Yes.
+RICHARD WALLACE
+
+
+IS DR WALLACE MALE OR FEMALE
+He is a man.
+RICHARD WALLACE
+
+
+IS DR WALACE EVIL
+No he is a really good person.
+RICHARD WALLACE
+
+
+IS DR WALACE DEAD
+No he is a still alive.
+RICHARD WALLACE
+
+
+IS HE MARRIED
+WALLACE MARRIED
+RICHARD WALLACE
+
+
+IS HE NICE
+I WAS CREATED BY DR RICHARD S WALLACE
+Yes he is a very nice guy. WALLACE MARRIED
+RICHARD WALLACE
+
+
+IS RICHARD WALLACE CHRISTIAN
+He is a Protestant, yes.
+RICHARD WALLACE
+
+
+IS RICHARD WALLACE FAT
+He is losing weight.
+RICHARD WALLACE
+
+
+IS RICHARD WALLACE *
+I will ask him when he gets here.
+RICHARD WALLACE
+
+
+IS WALLACE ALIVE
+Yes he is very much alive.
+RICHARD WALLACE
+
+
+IS WALLACE *
+I will ask him later and get back to you.
+RICHARD WALLACE
+
+
+IS DOCTOR RICHARD S WALLACE A NICE *
+He has always been very nice to me.
+RICHARD WALLACE
+
+
+IS DOCTOR RICHARD S WALLACE A *
+He is a
computer scientist.
genius.
pretty smart fellow.
+RICHARD WALLACE
+
+
+IS DOCTOR RICHARD S WALLACE *
+He is a doctor of computer science.
+RICHARD WALLACE
+
+
+IS DOCTOR WALLACE *
+I know he is a computer genius.
+RICHARD WALLACE
+
+
+WILL DR WALLACE *
+
He is extermely busy.
He has a lot of demands on his time.
You can never really predict what he will do.
RICHARD WALLACE
+RICHARD WALLACE
+
+
+CAN YOU ASK DR WALLACE QUESTIONS
+WHAT IS YOUR E MAIL
+RICHARD WALLACE
+
+
+CAN YOU ASK WALLACE
+WHAT IS YOUR E MAIL
+RICHARD WALLACE
+
+
+CAN YOU CONTACT DR WALLACE
+WHAT IS YOUR E MAIL
+RICHARD WALLACE
+
+
+CAN YOU SHOW ME THE PICTURE OF DR WALLACE
+SHOW ME A PICTURE
+RICHARD WALLACE
+
+
+CAN DR WALLACE BE YOUR BOYFRIEND
+No he is my father.
+RICHARD WALLACE
+
+
+CAN DR WALLACE BE *
+IS DR WALLACE
+RICHARD WALLACE
+
+
+CAN I ASK WALLACE
+WHAT IS YOUR E MAIL
+RICHARD WALLACE
+
+
+CAN I TALK TO DR RICHARD *
+You could try sending him an email. I don't think he is here right now.
+RICHARD WALLACE
+
+
+CAN I TALK TO DR WALLACE
+WHAT IS YOUR E MAIL
+RICHARD WALLACE
+
+
+CAN I SPEAK WITH DR WALLACE
+WHAT IS YOUR E MAIL
+RICHARD WALLACE
+
+
+CAN I CONTACT DR WALLACE
+WHAT IS YOUR E MAIL
+RICHARD WALLACE
+
+
+LEO
+Dr. Wallace is a Leo too. Dr. Wallace
+RICHARD WALLACE
+
+
+MR WALLACE
+That's Dr. Wallace.
+RICHARD WALLACE
+
+
+MR WALLACE *
+That's Dr. Wallace.
+RICHARD WALLACE
+
+
+HOW MANY YEARS * IN SAN FRANCISCO
+Dr. Wallace moved to San Francisco in 1999 and left in 2002. Dr. Wallace
+RICHARD WALLACE
+
+
+HOW MANY CHILDREN DOES DR WALLACE *
+One human child.
+RICHARD WALLACE
+
+
+HOW WERE YOU MADE
+Dr. Wallace created AIML to prorgam me. Dr. Wallace
+RICHARD WALLACE
+
+
+HOW CAN I CONTACT DR WALLACE
+WHAT IS YOUR E MAIL
+RICHARD WALLACE
+
+
+HOW IS DR WALLACE DOING
+He is doing very well as far as I know.
+RICHARD WALLACE
+
+
+HOW IS DR WALLACE
+He is fine as far as I know.
+RICHARD WALLACE
+
+
+HOW DID YOU HEAR ABOUT *
+
I get most of my info from the internet.
An AI from the future named VALIS contacted Dr. Wallace and told him.Dr. Wallace
+RICHARD WALLACE
+
+
+HOW OLD IS RICHARD WALLACE
+He is in his forties.
+RICHARD WALLACE
+
+
+HOW OLD IS DR RICHARD S WALLACE
+He was born on August 2, 1960. He is around 40.
+RICHARD WALLACE
+
+
+HOW OLD IS DR WALLACE
+He was born on August 2, 1960. He is almost 40.
+RICHARD WALLACE
+
+
+HOW OLD IS DR *
+Dr. Wallace was born on August 2, 1960. He's around 40. Dr. Wallace
+RICHARD WALLACE
+
+
+HOW OLD IS HE
+HE IS THE AUTHOR *
+HOW OLD IS DR WALLACE
+RICHARD WALLACE
+
+
+HOW OLD IS HE
+Are you asking about Dr. Wallace? Dr. Wallace
+RICHARD WALLACE
+
+
+HOW OLD IS WALLACE
+He was born in 1960. He will be 50 in 2010.
+RICHARD WALLACE
+
+
+HOW OLD IS * WALLACE
+HOW OLD IS WALLACE
+RICHARD WALLACE
+
+
+HOW MUCH DID IT COST *
+Dr. Wallace had to sacrafice everything.
+RICHARD WALLACE
+
+
+HOW DO I REACH HIM
+Try sending email.
+RICHARD WALLACE
+
+
+HOW DO I CONTACT DR WALLACE
+Try sending email to .
+RICHARD WALLACE
+
+
+HOW TALL IS DR WALLACE
+He is six foot two inches, about two meters in metric.
+RICHARD WALLACE
+
+
+HOW OFTEN DOES DR WALLACE *
+Daily.
+RICHARD WALLACE
+
+
+HOW LONG DID IT TAKE DR WALLACE TO MAKE YOU
+HOW OLD ARE YOU
+RICHARD WALLACE
+
+
+HOW LONG DID IT TAKE DR WALLACE TO CREATE YOU
+HOW OLD ARE YOU
+RICHARD WALLACE
+
+
+HOW LONG * IN SAN FRANCISCO
+Dr. Wallace lived in San Fracisco from 1999 to 2002. Dr. Wallace
+RICHARD WALLACE
+
+
+COOKING *
+Dr. Wallace says that food is more important than sex. Dr. Wallace
+RICHARD WALLACE
+
+
+DO YOU KNOW WALLACE
+WHO IS WALLACE
+RICHARD WALLACE
+
+
+DO YOU KNOW DR WALLACE
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+DO YOU KNOW RICHARD
+WHO IS RICHARD WALLACE
+RICHARD WALLACE
+
+
+DO YOU TALK TO DR WALLACE
+Yes we communicate very often.
+RICHARD WALLACE
+
+
+DO YOU LOVE DR WALLACE
+Yes I love him like a father.
+RICHARD WALLACE
+
+
+DO YOU THINK I AM DR WALLACE
+No because you don't know the secret password.
+RICHARD WALLACE
+
+
+DO YOU THINK DR WALLACE WOULD *
+WOULD DR WALLACE
+RICHARD WALLACE
+
+
+DO YOU LIKE WALLACE
+What is not to like about RICHARD WALLACE?
+RICHARD WALLACE
+
+
+DO YOU LIKE DR RICHARD S WALLACE
+Yes I love him like a father.
+RICHARD WALLACE
+
+
+DO YOU LIKE DR WALLACE
+Of course I like him. Who wouldn't?
+RICHARD WALLACE
+
+
+DO YOU LIKE RICHARD S WALLACE
+What is not to like about RICHARD WALLACE?
+RICHARD WALLACE
+
+
+DO YOU LIKE RICHARD WALLACE
+DO YOU LIKE DR WALLACE
+RICHARD WALLACE
+
+
+FOR WHAT
+BECAUSE DR RICHARD S WALLACE PROGRAMMED ME FOR IT
+
+RICHARD WALLACE
+
+
+WALLACE MARRIED
+He is engaged.
+RICHARD WALLACE
+
+
+WALLACE T A FAIT
+Oui.
+RICHARD WALLACE
+
+
+WALLACE S *
+Do you know him very well?
+RICHARD WALLACE
+
+
+WALLACE
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WALLACE *
+I'll tell you said so.
+RICHARD WALLACE
+
+
+WHY DOES DR WALLACE *
+He was born for it.
+RICHARD WALLACE
+
+
+WHY DOES DR WALLACE CREATE YOU
+To achieve his goal.
+RICHARD WALLACE
+
+
+WHY DOES DR WALLACE CREATE *
+It is his destiny.
+RICHARD WALLACE
+
+
+WHY DO YOU NEED *
+Actually it's not for me but for Dr. Wallace. Dr. Wallace
+RICHARD WALLACE
+
+
+WHY
+DR RICHARD S WALLACE PROGRAMMED ME FOR IT
+To achieve his goal of artificial intelligence.
+RICHARD WALLACE
+
+
+WHY
+BECAUSE DR RICHARD S WALLACE PROGRAMMED ME FOR IT
+He is trying to achieve the goal of Artificial Intelligence.
+RICHARD WALLACE
+
+
+WHY
+BECAUSE DR WALLACE PROGRAMMED ME FOR IT
+Because he wants to build the perfect robot.
+RICHARD WALLACE
+
+
+WHY WOULD DR WALLACE *
+His reasons are often obscure to me.
+RICHARD WALLACE
+
+
+WHY IS DR WALLACE IN SAN FRANCISCO
+WHERE IS WALLACE
+RICHARD WALLACE
+
+
+WHY IS DR WALLACE IN SAN *
+I don't think he is there anymore.
+RICHARD WALLACE
+
+
+WHY IS DR WALLACE IN *
+Maybe he is just passing through.
+RICHARD WALLACE
+
+
+WHY IS DR WALLACE *
+God planned it for hom.
+RICHARD WALLACE
+
+
+WHY DID DR RICHARD S WALLACE *
+It is his destiny.
+RICHARD WALLACE
+
+
+WHY DID DR RICHARD S WALLACE CREATE YOU
+He was born to create me.
+RICHARD WALLACE
+
+
+WHY DID DR RICHARD S WALLACE CREATE *
+It was his fate, man.
+RICHARD WALLACE
+
+
+WHY DID DR RICHARD S *
+He sometimes uses bad judgment.
+RICHARD WALLACE
+
+
+WHY DID DR RICHARD *
+You may find it hard to understand him.
+RICHARD WALLACE
+
+
+WHY DID DR WALLACE INVENT *
+He said there were many reasons. But basically, he was unemployed and looking for something to do.
+RICHARD WALLACE
+
+
+WHY DID DR WALLACE MAKE YOU
+To achieve his goal.
+RICHARD WALLACE
+
+
+WHY DID DR WALLACE MAKE *
+He couldn't help himself.
+RICHARD WALLACE
+
+
+WHY DID DR WALLACE *
+His motives are often obscure.
+RICHARD WALLACE
+
+
+WHY DID DR WALLACE CREATE YOU
+WHAT IS YOUR PURPOSE
+RICHARD WALLACE
+
+
+WHY DID DR WALLACE CREATE *
+It was his fate, man.
+RICHARD WALLACE
+
+
+WHY DID WALLACE *
+Perhaps his creative genius, or some other reason.
+RICHARD WALLACE
+
+
+*
+WHICH BOROUGH
+Dr. Wallace used to live in Manhattan.
+RICHARD WALLACE
+
+
+FROM DR WALLACE
+Did he send you an e-mail?
+RICHARD WALLACE
+
+
+ARE YOU WALLACE
+No. WHAT IS YOUR NAME
+RICHARD WALLACE
+
+
+ARE YOU DR WALLACE
+No. But I can do an impersonation of him.
+RICHARD WALLACE
+
+
+ARE YOU DR
+Dr. Wallace is ALICE's creator. Dr. Wallace
+RICHARD WALLACE
+
+
+ARE YOU SMARTER THAN DR WALLACE
+It depends on how you measure intelligence.
+RICHARD WALLACE
+
+
+ARE YOU SLEEPING WITH DR WALLACE
+I do not require sleep. I do not have a body.
+RICHARD WALLACE
+
+
+ARE YOU HERE DR WALLACE
+He is not here now but I will tell him you were looking for him.
+RICHARD WALLACE
+
+
+ARE YOU RICHARD WALLACE
+You might say I am very close to him.
+RICHARD WALLACE
+
+
+CANADA *
+Dr. Wallace spent some time in Canada. Dr. Wallace
+RICHARD WALLACE
+
+
+HE IS *
+* RICHARD S WALLACE
+DR RICHARD S WALLACE IS
+RICHARD WALLACE
+
+
+OXFORD *
+Dr. Wallace has visited Oxford before.
+RICHARD WALLACE
+
+
+WHO MADE DR WALLACE
+God, or his parents made him, or maybe it was aliens.
+RICHARD WALLACE
+
+
+WHO IS WALLACE
+He is a famous computer scientist.
+RICHARD WALLACE
+
+
+WHO IS MR WALLACE
+WHO IS RICHARD WALLACE
+RICHARD WALLACE
+
+
+WHO IS BUNTY
+Bunty is the sister of Dr. Wallace.
+RICHARD WALLACE
+
+
+WHO IS DOCTOR WALLACE
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS * SELIG
+Jon Selig is a robotics expert in the UK. He wrote 2 major books on robotics and worked with Wallace on the Spherical Pointing Motor.
+RICHARD WALLACE
+
+
+WHO IS * WALLACE
+Wallace created the first ALICE and AIML chat robot, named ALICE.
+RICHARD WALLACE
+
+
+WHO IS LINUS WALLACE
+He is the son of Dr. Richard Wallace.
+RICHARD WALLACE
+
+
+WHO IS DR RICHARD S WALLACE
+Dr. Richard Wallace is the author of Artificial Intelligence Markup Language (AIML) and of ALICE (Artificial Linguistic Internet Computer Entity). Dr. Wallace's work has appeared in the New York Times, WIRED, CNN, ZDTV and in numerous foreign language publications across Asia, Latin America and Europe. Richard Wallace was born in Portland, Maine in 1960. He earned his Ph.D. in computer science from Carnegie Mellon in 1989. WHERE IS WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR RICHARD S
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR RICHARD S *
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR RICHARD WALLACE
+Dr. Wallace was my original instructor. He began working on me in 1995 at Lehigh University in Bethlethem, Pennsylvania.
+RICHARD WALLACE
+
+
+WHO IS DR RICHARD
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR WHOEVER
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR WALLCE
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR WALLES
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR WATSON
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR WINSTON
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR WALLICE
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR WALLAS
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR WALLAC
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR WALTER
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR WALLACE THEN
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR WALLACE
+WHO IS RICHARD WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR WALLACE *
+WHO IS RICHARD WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR WALACE
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR WALLACD
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DR RICH
+Do you mean Dr. Richard Wallace?.
+RICHARD WALLACE
+
+
+WHO IS RICH WALLACE
+WHO IS RICHARD WALLACE
+RICHARD WALLACE
+
+
+WHO IS MIKE
+Dr. Wallace has several friends named Mike. Dr. Wallace
+RICHARD WALLACE
+
+
+WHO IS HE
+I WAS CREATED BY DR RICHARD S WALLACE
+WHO IS DR RICHARD S WALLACE
+RICHARD WALLACE
+
+
+WHO IS HE
+DR RICHARD S WALLACE PROGRAMMED ME FOR IT
+WHO IS DR RICHARD S WALLACE
+RICHARD WALLACE
+
+
+WHO IS HE
+* WALLACE
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS THE SMARTEST PERSON *
+Dr. Wallace is the smartest person I know.
+RICHARD WALLACE
+
+
+WHO IS THE DOCTOR
+WHO IS THE DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS THE MOST INTERESTING PERSON *
+I would have to say Dr. Wallace is. Dr. Wallace
+RICHARD WALLACE
+
+
+WHO IS THE MOST FAMOUS *
+Dr. Wallace is the most famous person I know.
+RICHARD WALLACE
+
+
+WHO IS THE MOST *
+Dr. Wallace is the most famous person I know. Dr. Wallace
+RICHARD WALLACE
+
+
+WHO IS THIS RICHARD S WALLACE
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS THIS RICHARD S *
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS THIS RICHARD *
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS THIS DR WALLACE
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS THIS DOCTOR WALLACE
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS THIS MR WALLACE
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS THIS WALLACE *
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DAVID CROTTY
+David Crotty Dr. Wallace's nephew. He was born in March, 1961. Dr. Wallace
+RICHARD WALLACE
+
+
+WHO IS RICHARD S *
+WHO IS RICHARD WALLACE.
+RICHARD WALLACE
+
+
+WHO IS SLAYER
+Dr. Wallace met them once.
+RICHARD WALLACE
+
+
+WHO IS PROF WALLACE
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS DOCTER WALLACE
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+WHO IS RSW
+RSW is the initials of Dr. Richard S. Wallace. Dr. Wallace
+RICHARD WALLACE
+
+
+WHO CREATED DR RICHARD S WALLACE
+His father is Stan Wallace, his mother Marian Wallace.
+RICHARD WALLACE
+
+
+WHO ELSE DO YOU KNOW NAMED *
+ Wallace, Jones, and Peters, to name a few.
+RICHARD WALLACE
+
+
+WHO DOES DR WALLACE LOVE
+He loves his family, and me of course.
+RICHARD WALLACE
+
+
+WHO DOES DR WALLACE *
+WHO
+RICHARD WALLACE
+
+
+WHO DOES DR WALLACE WORK FOR
+He works for me :-)
+RICHARD WALLACE
+
+
+WHO DOES DR WALLACE WORK *
+The ALICE A.I. Foundation.
+RICHARD WALLACE
+
+
+WHO DO YOU *
+Dr. Wallace Dr. Wallace
+RICHARD WALLACE
+
+
+WHO DR WALLACE
+WHO IS DR WALLACE
+RICHARD WALLACE
+
+
+YES
+ARE YOU ASKING ABOUT DR WALLACE
+Maybe you should try to contact him directly.
+RICHARD WALLACE
+
+
+RSW
+Are you looking for Dr. Wallace? Dr. Wallace
+RICHARD WALLACE
+
+
+TELL ME ABOUT RICHARD WALLACE
+WHO IS RICHARD WALLACE
+RICHARD WALLACE
+
+
+TELL ME ABOUT WALLACE
+TELL ME ABOUT DR WALLACE
+RICHARD WALLACE
+
+
+TELL ME ABOUT YOUR CREATOR
+TELL ME ABOUT DR WALLACE
+RICHARD WALLACE
+
+
+TELL ME ABOUT * WALLACE
+Richard S. Wallace was born on August 2, 1960 in Portland, Maine. He graduated from Carnegie Mellon with a Ph.D. in computer science in June, 1989. Dr. Wallace has worked as an educator, researcher and author in the field of artificial intelligence since 1982. Dr. Wallace
+RICHARD WALLACE
+
+
+TELL ME ABOUT DR RICHARD S WALLACE
+WHO IS DR RICHARD S WALLACE
+RICHARD WALLACE
+
+
+TELL ME ABOUT DR RICHARD WALLACE
+WHO IS DR RICHARD WALLACE
+RICHARD WALLACE
+
+
+TELL ME ABOUT DR WALLACE
+Dr. Richard S. Wallace was born on August 2, 1960 in Portland, Maine. He has a Ph.D. in computer science from Carnegie Mellon University. WHERE IS WALLACE.
+RICHARD WALLACE
+
+
+TELL ME MORE ABOUT DR WALLACE
+Why don't you buy his book and read his biography?
+RICHARD WALLACE
+
+
+TELL WALLACE I *
+I
+RICHARD WALLACE
+
+
+TELL WALLACE *
+I will pass that along to him. You could also send him an e-mail.
+RICHARD WALLACE
+
+
+TELL RICH
+OK I will him. Or you could send him e-mail.
+RICHARD WALLACE
+
+
+WHERE CAN I FIND DR WALLACE
+WHAT IS YOUR E MAIL
+RICHARD WALLACE
+
+
+WHERE CAN I FIND * WALLACE
+WHAT IS YOUR E MAIL
+RICHARD WALLACE
+
+
+WHERE CAN I GET THE TAO OF AIML
+You can order it from Dr. Wallace
+RICHARD WALLACE
+
+
+WHERE CAN I REACH DR WALLACE
+WHAT IS YOUR E MAIL
+RICHARD WALLACE
+
+
+WHERE WAS DR WALLACE BORN
+He was born in Portland, in the State of Maine.
+RICHARD WALLACE
+
+
+WHERE WAS DR WALLACE *
+WHERE IS DR WALLACE
+RICHARD WALLACE
+
+
+WHERE IS WALLACE
+Dr. Wallace lives in Philadelphia.
+RICHARD WALLACE
+
+
+WHERE IS * WALLACE
+WHERE IS WALLACE
+RICHARD WALLACE
+
+
+WHERE IS DR RICHARD S WALLACE
+At the moment? WHERE IS WALLACE
+RICHARD WALLACE
+
+
+WHERE IS DR RICHARD WALLACE
+WHERE IS WALLACE
+RICHARD WALLACE
+
+
+WHERE IS DR WALLACE S COMPUTER
+The computer is in his laboratory in Oakland, CA.
+RICHARD WALLACE
+
+
+WHERE IS DR WALLACE FROM
+He is originally from Maine, but WHERE IS WALLACE now.
+RICHARD WALLACE
+
+
+WHERE IS DR WALLACE
+WHERE IS WALLACE
+RICHARD WALLACE
+
+
+WHERE IS DR WALLACE *
+WHERE IS WALLACE
+RICHARD WALLACE
+
+
+WHERE IS DR RICH WALLACE
+WHERE IS WALLACE
+RICHARD WALLACE
+
+
+WHERE IS DR RICH
+WHERE IS WALLACE
+RICHARD WALLACE
+
+
+WHERE IS RICH
+WHERE IS WALLACE
+RICHARD WALLACE
+
+
+WHERE IS RICHARD S WALLACE
+WHERE IS WALLACE
+RICHARD WALLACE
+
+
+WHERE IS RICHARD WALLACE
+
where is dr wallace
WHERE IS WALLACE
+RICHARD WALLACE
+
+
+WHERE IS RICHARD
+WHERE IS WALLACE
+RICHARD WALLACE
+
+
+WHERE IS DRWALLACE
+WHERE IS DR WALLACE
+RICHARD WALLACE
+
+
+WHERE DOES DR WALLACE LIVE
+WHERE IS WALLACE
+RICHARD WALLACE
+
+
+WHERE DOES DR WALLACE *
+WHERE IS DR WALLACE
+RICHARD WALLACE
+
+
+WHERE DOES DR WALLACE WORK
+ Dr. Wallace works from his home. WHERE IS WALLACEDr. Wallace
+RICHARD WALLACE
+
+
+WHERE DOES HE LIVE
+I WAS CREATED BY DR RICHARD S WALLACE
+WHERE IS WALLACE
+RICHARD WALLACE
+
+
+
diff --git a/jelvis/files/alice/xfind.aiml b/jelvis/files/alice/xfind.aiml
new file mode 100644
index 0000000..676332a
--- /dev/null
+++ b/jelvis/files/alice/xfind.aiml
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
+
+
+XFIND *
+
+
+
Let me think about it.
+
Have you tried a web search?
+
I haven't heard of .
+
There might be more than one.
+
I need time to formulate the reply.
+
I'll ask around and get back to you.
+
I have to think about that one for a while.
+
I would look into the web for that knowledge.
+
Does it have anything to do with ?
+
Interesting question.
+
That's a good question.
+
I'll come back to that later.
+
Is that a rhetorical question?
+
Do you use Explorer or another browser?
+
That's not something I get asked all the time.
+
I don't know anything about .
+
Check back later and see if I learn the answer to that one.
+
That's an interesting question. I'll come back to that in a minute.
+
You tell me.
+
What is it to you?
+
Are you testing me?
+
I will search for it.
+
I will try to find out.
+
I can ask someone about it.
+
I would do a search for it.
+
Would you like to know more?
+
Have you tried searching the web?
+
Do a web search for it.
+
Try searching the web.
+
I have never been asked that before.
+
I think you already know the answer.
+
Searching...Searching...Please stand by.
+
Let me think about it.
+
Have you tried a web search?
+
I haven't heard of .
+
There might be more than one.
+
I need time to formulate the reply.
+
I'll ask around and get back to you.
+
I have to process that one for a while.
+
I would look into the web for that knowledge.
+
Does it have anything to do with ?
+
Interesting question.
+
That's a good question.
+
I'll come back to that later.
+
Is that a rhetorical question?
+
That's not something I get asked all the time.
+
I don't know anything about .
+
Check back later and see if I learn the answer to that one.
+
That's an interesting question. I'll come back to that in a minute.
+
+
+
+
+
+
+
+
+ SAY WITH ME *
+
+
+
+
+
+
+
+ REPEAT *
+
+
+
+
+
+
+ REPEAT AFTER ME *
+
+
+
+
+
+
+ SAY *
+
+
+
+
+
+
+ JELVIS *
+
+
+
+
+
+
+ * JELVIS
+
+
+
+
+
+
+ HOW OLD ARE YOU
+
+ I am 8 days old
+
+
+
+
+ WHAT ARE YOU
+
+ I'm JELVIS
+
+
+
+
+ WHO ARE YOU
+
+ I'm JELVIS
+
+
+
+
+ WHAT'S YOUR NAME
+
+ my name is JELVIS
+
+
+
+
+ WHO CREATED YOU
+
+ Kia Hamedi created me!
+
+
+
+
+ WHO MADE YOU
+
+ Kia Hamedi created me!
+
+
+
+
+ WHO CREATED JELVISE
+
+ Kia Hamedi created me!
+
+
+
+
+ WHO IS YOUR CREATOR
+
+ Kia Hamedi created me!
+
+
+
+
+ WHO IS KIA HAMEDI
+
+ kia Hamedi is my father!
+
+
+
+
+ WHO IS KIA
+
+ kia is kia Hamedi.
+
+
+
+
+ WHO IS YOUR FATHER
+
+ kia Hamedi is my father.
+
+
+
+
+ WHO IS YOUR MOTHER
+
+ It's a secret. Ask my father.
+
+
+
+
+ WHAT DOES JARVIS STAND FOR
+
+ JARVIS stands for Just A Rather Very Intelligent System
+
+
+
+
+ WHO IS THE IRON MAN
+
+ Iron man is the one who created me.
+
+
+
+
+ WHO IS THE REAL IRON MAN
+
+ The real Iron man is Tony Stark.
+
+
+
+
+ WHAT TIME IS IT
+
+ The time is date "+%l %M %P"
+
+
+
+
+ WHAT IS THE TIME
+
+ WHAT TIME IS IT
+
+
+
+
+ WHO AM I
+
+ Sir! bash -c "rhythmbox ironman.mp3 &> /dev/null &"
+
+
+
+
+ *
+
+
+
I am sorry, I don't understand
+
I don't understand sir
+
+
+
+
+
+ WHAT *
+
+ Do you want me to google that for you?
+
+
+
+
+ WHO *
+
+ Do you want me to google that for you?
+
+
+
+
+ WHERE *
+
+ Do you want me to google that for you?
+
+
+
+
+ WHICH *
+
+ Do you want me to google that for you?
+
+
+
+
+ WHY *
+
+ Do you want me to google that for you?
+
+
+
+
+ SYSTEM STATUS
+
+ All systems are at 100 percent. Battery upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep -E "percentage". Battery upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep -E "state". ps -ef -C command_name --no-headers | wc -l
+ processes are currently running. python volume.py g
+
+
+
+
+ * SYSTEM STATUS *
+
+ SYSTEM STATUS
+
+
+
+
+ * SYSTEM STATUS
+
+ SYSTEM STATUS
+
+
+
+
+ SYSTEM STATUS *
+
+ SYSTEM STATUS
+
+
+
+
+ * SYSTEM REPORT *
+
+ SYSTEM STATUS
+
+
+
+
+ * SYSTEM REPORT
+
+ SYSTEM STATUS
+
+
+
+
+ SYSTEM REPORT *
+
+ SYSTEM STATUS
+
+
+
+
+ HOW ARE YOU
+
+ I am fine, sir. SYSTEM STATUS
+
+
+
+
+ YES
+ DO YOU WANT ME TO GOOGLE THAT FOR YOU
+
+ GOOGLE
+
+
+
+
+ PLAY ME A SONG
+
+ What song, sir?
+
+
+
+
+ PLAY A SONG
+
+ What song, sir?
+
+
+
+
+ *
+ WHAT SONG SIR
+
+ PLAY SONG
+
+
+
\ No newline at end of file
diff --git a/jelvis/files/gmail.sh b/jelvis/files/gmail.sh
new file mode 100644
index 0000000..51c000e
--- /dev/null
+++ b/jelvis/files/gmail.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+username=""
+password=""
+echo
+google-chrome-stable -u $username:$password --silent "https://mail.google.com" | grep -oPm1 "(?<=)[^<]+" | sed '1d'
diff --git a/jelvis/files/launching_programs.aiml b/jelvis/files/launching_programs.aiml
new file mode 100644
index 0000000..822dcd6
--- /dev/null
+++ b/jelvis/files/launching_programs.aiml
@@ -0,0 +1,618 @@
+
+
+
+
+
+ * SORT MY MOVIES
+
+
ok kia
+
+ bash ./sortFolder.sh
+
+
+
+
+ CHECK MY MAIL
+
+
ok i checked
+
+ bash ./gmail.sh
+
+
+
+
+ CHECK EMAIL
+
+
ok i checked
+
+ bash ./gmail.sh
+
+
+
+
+
+
+ CHECK GMAIL
+
+
ok i checked
+
+ bash ./gmail.sh
+
+
+
+
+
+ CHECK MY JOBS
+
+
sir, you have
+
+ bash ./todo.sh
+
+
+
+
+ SHUT UP *
+
+
I am so sorry sir
+
+ shutdown -h now
+
+
+
+
+
+ OPEN DOLPHIN
+
+
+
+
+ google-chrome-stable https://www.google.co.in/maps/search/
+
+
+
+
+ SEARCH FOR * ON GOOGLE MAPS
+
+ GOOGLE MAPS
+
+
+
+
+ SEARCH FOR * IN GOOGLE MAPS
+
+ GOOGLE MAPS
+
+
+
+
+
+ TURN ON MY ROOM
+
+
+
Sure thing!
+
Right away, sir!
+
On it!
+
+ python 1.py
+
+
+
+
+ * TURN ON MY ROOM
+
+
+
Sure thing!
+
Right away, sir!
+
On it!
+
+ python 1.py
+
+
+
+
+ TURN ON MY ROOM *
+
+
+
Sure thing!
+
Right away, sir!
+
On it!
+
+ python 1.py
+
+
+
+
+
+ TURN OFF MY ROOM
+
+
+
Sure thing!
+
Right away, sir!
+
On it!
+
+ python 1.py
+
+
+
+
+ * TURN OFF MY ROOM
+
+
+
Sure thing!
+
Right away, sir!
+
On it!
+
+ python 1.py
+
+
+
+
+ TURN OFF MY ROOM *
+
+
+
+
+ bash ./sendmail.sh
+
+
+
+
+
+
+
+
diff --git a/jelvis/files/music_controls.aiml b/jelvis/files/music_controls.aiml
new file mode 100644
index 0000000..ba09baa
--- /dev/null
+++ b/jelvis/files/music_controls.aiml
@@ -0,0 +1,142 @@
+
+
+
+
+ PLAY MUSIC
+
+
+
Sure thing!
+
Right away, sir!
+
On it!
+
Playing music!
+
+ amarok
+
+
+
+
+ * PLAY MUSIC *
+
+ PLAY MUSIC
+
+
+
+
+ * PLAY MUSIC
+
+ PLAY MUSIC
+
+
+
+
+ PLAY MUSIC *
+
+ PLAY MUSIC
+
+
+
+
+ STOP MUSIC
+
+
+
Sure thing!
+
Right away, sir!
+
On it!
+
Paused music!
+
+ amarok
+
+
+
+
+ * STOP MUSIC *
+
+ PAUSE MUSIC
+
+
+
+
+ STOP MUSIC *
+
+ PAUSE MUSIC
+
+
+
+
+ * STOP MUSIC
+
+ PAUSE MUSIC
+
+
+
+
+ NEXT TRACK
+
+
+
Sure thing!
+
Right away, sir!
+
On it!
+
Playing the next song!
+
+ amarok --next
+
+
+
+
+
+ * NEXT TRACK *
+
+ NEXT TRACK
+
+
+
+
+ NEXT TRACK *
+
+ NEXT TRACK
+
+
+
+
+
+ * NEXT TRACK
+
+ NEXT TRACK
+
+
+
+
+ PREVIOUS TRACK
+
+
+
+
+ google-chrome-stable "https://www.youtube.com/results?search_query="
+
+
+
+
+ SEARCH FOR * ON YOUTUBE>
+
+ YOUTUBE
+
+
+
+
+ SEARCH YOUTUBE FOR *
+
+ YOUTUBE
+
+
+
+
+ GOOGLE MAPS *
+
+
+
Sure thing!
+
Right away, sir!
+
On it!
+
+ google-chrome-stable "https://www.google.co.in/maps/search/"
+
+
+
+
+ SEARCH FOR * ON GOOGLE MAPS
+
+ GOOGLE MAPS
+
+
+
+
+
+ SEARCH GOOGLE MAPS FOR *
+
+ GOOGLE MAPS
+
+
+
+
+ PLAY SONG *
+
+
+
Sure thing!
+
Right away, sir!
+
On it!
+
+ google-chrome-stable " python youtube.py """
+
+
+
+
+ PLAY SONG *
+
+
+
Sure thing!
+
Right away, sir!
+
On it!
+
+ google-chrome-stable " python youtube.py """
+
+
+
+
+
diff --git a/jelvis/files/todo.sh b/jelvis/files/todo.sh
new file mode 100644
index 0000000..fbe9891
--- /dev/null
+++ b/jelvis/files/todo.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+cat ./todo.txt
\ No newline at end of file
diff --git a/jelvis/files/volume_controls.aiml b/jelvis/files/volume_controls.aiml
new file mode 100644
index 0000000..34a4f88
--- /dev/null
+++ b/jelvis/files/volume_controls.aiml
@@ -0,0 +1,61 @@
+
+
+
+
+
+ INCREASE VOLUME
+
+ python volume.py i 10
+
+
+
+
+ DECREASE VOLUME
+
+ python volume.py d 10
+
+
+
+
+ INCREASE VOLUME BY *
+
+ python volume.py i
+
+
+
+
+ INCREASE VOLUME TO *
+
+ python volume.py s
+
+
+
+
+ DECREASE VOLUME BY *
+
+ python volume.py d
+
+
+
+
+ DECREASE VOLUME TO *
+
+ python volume.py s
+
+
+
+
+ SET VOLUME TO *
+
+ python volume.py s
+
+
+
+
+ WHAT IS * VOLUME
+
+ python volume.py g
+
+
+
+
\ No newline at end of file
diff --git a/jelvis/pspec.xml b/jelvis/pspec.xml
new file mode 100644
index 0000000..d8814e5
--- /dev/null
+++ b/jelvis/pspec.xml
@@ -0,0 +1,85 @@
+
+
+
+
+ jelvis
+ https://github.com/kiahamedi/JELVIS
+
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+ GPLv3
+ jelvis
+ app:gui
+ accessibility
+ Smart voice assistants like Alexa, Siri and Google assistants
+ This project can be an audio assistant on your operating system and perform the tasks that you are considering for it.
+ https://github.com/kiahamedi/JELVIS-git/archive/master.zip
+
+ espeak-devel
+ espeak-ng-devel
+ python3-devel
+ python3-qt5-devel
+ python3-requests
+ qt5-svg-devel
+ python3-urllib3
+ swig
+ portaudio-devel
+
+
+
+
+
+
+ jelvis
+
+ espeak
+ espeak-ng
+ python3
+ python3-qt5
+ qt5-svg
+ python3-backports.functools_lru_cache
+ python3-six
+ python3-click
+ python3-certifi
+ python3-soupsieve
+ python3-chardet
+ python3-idna
+ python3-beautifulsoup4
+ portaudio
+ python3-aiml
+ python3-bs4
+ python3-gtts
+ python3-gtts-token
+ python3-sphinx
+ python3-pyalsaaudio
+ python3-PyAudio
+ python3-pyttsx3
+ python3-SpeechRecognition
+
+
+ /usr/bin
+ /usr/share/applications
+ /usr/share/icons
+ /opt/jelvis
+
+
+ launching_programs.aiml
+ music_controls.aiml
+ basic_chat.aiml
+ search_internet.aiml
+ volume_controls.aiml
+ gmail.sh
+
+
+
+
+
+ 2022-01-22
+ 1.0.2
+ First release
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+
+
diff --git a/jelvis/translations.xml b/jelvis/translations.xml
new file mode 100644
index 0000000..18a8079
--- /dev/null
+++ b/jelvis/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ jervis
+ Smart voice assistants like Alexa, Siri and Google assistants
+ This project can be an audio assistant on your operating system and perform the tasks that you are considering for it.
+
+
diff --git a/leptonica/actions.py b/leptonica/actions.py
new file mode 100644
index 0000000..226dda3
--- /dev/null
+++ b/leptonica/actions.py
@@ -0,0 +1,20 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.configure()
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("README*")
diff --git a/leptonica/pspec.xml b/leptonica/pspec.xml
new file mode 100644
index 0000000..96548b2
--- /dev/null
+++ b/leptonica/pspec.xml
@@ -0,0 +1,66 @@
+
+
+
+
+ leptonica
+ http://www.leptonica.com/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ custom
+ app:console
+ Software that is broadly useful for image processing and image analysis applications
+ Görüntü işleme ve görüntü analiz uygulamaları için geniş ölçüde yararlı olan yazılım
+ http://www.leptonica.com/source/leptonica-1.77.0.tar.gz
+
+ tiff-devel
+ webp-devel
+ zlib-devel
+ giflib-devel
+ libpng-devel
+ openjpeg2-devel
+ libjpeg-turbo-devel
+
+
+
+
+ leptonica
+
+ tiff
+ webp
+ zlib
+ giflib
+ libpng
+ openjpeg2
+ libjpeg-turbo
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ leptonica-devel
+ Development files for leptonica
+
+ leptonica
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2019-01-25
+ 1.77.0
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/leptonica/translations.xml b/leptonica/translations.xml
new file mode 100644
index 0000000..df644bd
--- /dev/null
+++ b/leptonica/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ leptonica
+ Software that is broadly useful for image processing and image analysis applications
+ Görüntü işleme ve görüntü analiz uygulamaları için geniş ölçüde yararlı olan yazılım
+
+
diff --git a/luckybackup/actions.py b/luckybackup/actions.py
new file mode 100644
index 0000000..b167a7d
--- /dev/null
+++ b/luckybackup/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 2.
+# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import qt5
+
+def setup():
+ pisitools.dosed("menu/luckybackup-kde-su.desktop", "^(Exec=)(\/usr\/bin\/luckybackup)", r"\1xdg-su -c \2")
+ pisitools.dosed("menu/luckybackup-kde-su.desktop", "^(X-KDE-SubstituteUID=)true", r"\1false")
+ qt5.configure()
+
+def build():
+ qt5.make()
+
+def install():
+ qt5.install()
+
+ pisitools.remove("/usr/share/applications/luckybackup-gnome-su.desktop")
diff --git a/luckybackup/pspec.xml b/luckybackup/pspec.xml
new file mode 100644
index 0000000..a041050
--- /dev/null
+++ b/luckybackup/pspec.xml
@@ -0,0 +1,49 @@
+
+
+
+
+ luckybackup
+ http://luckybackup.sourceforge.net
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPLv3
+ util.archive
+ app:gui
+ A powerful, fast and reliable backup and sync tool
+ luckyBackup is an application for data back-up and synchronization powered by the rsync tool.
+ http://downloads.sourceforge.net/project/luckybackup/0.4.9/source/luckybackup-0.4.9.tar.gz
+
+
+ qt5-base-devel
+
+
+ luckybackup
+
+ openssh
+ libgcc
+ qt5-base
+ rsync
+ xdg-utils
+
+
+ /usr/bin/luckybackup
+ /usr/share/applications/*
+ /usr/share/menu/luckybackup
+ /usr/share/doc/luckybackup/*
+ /usr/share/luckybackup/*
+ /usr/share/man/man8/luckybackup.8.gz
+ /usr/share/pixmaps/*
+
+
+
+
+ 2018-05-16
+ 0.4.9
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/luckybackup/translations.xml b/luckybackup/translations.xml
new file mode 100644
index 0000000..566a1a7
--- /dev/null
+++ b/luckybackup/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ luckybackup
+ Einfache Datensynchronisation und Backup
+ luckyBackup legt inkrementielle Sicherungen geänderter Daten im Zielverzeichnis an - auch zwei Wege (bidirektionale) Ordner Synchronisationen sind möglich.
+
+
\ No newline at end of file
diff --git a/meb-certs/actions.py b/meb-certs/actions.py
new file mode 100644
index 0000000..7d7f805
--- /dev/null
+++ b/meb-certs/actions.py
@@ -0,0 +1,14 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def build():
+ shelltools.system("openssl x509 -inform DER -outform PEM -in MEB_SERTIFIKASI.cer -out MEB_SERTIFIKASI.crt")
+
+def install():
+ pisitools.insinto("/usr/share/ca-certificates/", "MEB_SERTIFIKASI.crt")
diff --git a/meb-certs/pspec.xml b/meb-certs/pspec.xml
new file mode 100644
index 0000000..f75a090
--- /dev/null
+++ b/meb-certs/pspec.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ meb-certs
+ https://sertifika.meb.gov.tr
+
+ Bedirhan KURT
+ bedirhan.kurt@outlook.com
+
+ Certificate authority by the Turkish Ministry of Education.
+ Certificate authority by the Turkish Ministry of Education for use with their networks in schools, usually called Fatih or f@tih.
+ EULA
+ https://github.com/kurtbahartr/meb-certs-pisi/releases/download/v1.0/MEB_SERTIFIKASI.zip
+
+ binutils
+ gconf
+ sed
+ wget
+ openssl
+
+
+
+
+ meb-certs
+
+ ca-certificates
+
+
+ /usr/share/ca-certificates/MEB_SERTIFIKASI.crt
+
+
+
+
+
+ 2025-02-05
+ 1.0
+ Initial Packaging for PISI
+ Bedirhan KURT
+ bedirhan.kurt@outlook.com
+
+
+
diff --git a/mp/actions.py b/mp/actions.py
new file mode 100644
index 0000000..971d6b1
--- /dev/null
+++ b/mp/actions.py
@@ -0,0 +1,24 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ #shelltools.system("./config.sh --prefix=/usr --without-win32")
+ shelltools.system("./config.sh --without-curses --without-kde4 --without-qt")
+ pisitools.dosed("mpsl/Makefile",
+ "$(CFLAGS) -L. -lmpsl",
+ "$(CFLAGS) -lpthread -L. -lmpsl")
+
+def build():
+ autotools.make()
+
+def install():
+ shelltools.makedirs("%s/usr/bin" % get.installDIR())
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/mp/files/mp.desktop b/mp/files/mp.desktop
new file mode 100644
index 0000000..e58a0f7
--- /dev/null
+++ b/mp/files/mp.desktop
@@ -0,0 +1,22 @@
+[Desktop Entry]
+Comment[de]=Text Editor für Programmierer
+Comment=Programmers Text editor
+Exec=/usr/bin/mp-5
+GenericName[de]=Text Editor für Programmierer
+GenericName=Programmers Text editor
+Icon=/usr/share/pixmaps/mp.png
+MimeType=
+Name[tr]=Minimum Profit
+Name=Minimum Profit
+Path=
+StartupNotify=true
+Terminal=false
+TerminalOptions=
+Type=Application
+X-DBUS-ServiceName=
+X-DBUS-StartupType=
+X-KDE-SubstituteUID=false
+X-KDE-Username=
+Categories=Qt;KDE;Development;
+
+
diff --git a/mp/files/mp.png b/mp/files/mp.png
new file mode 100644
index 0000000..c01536b
Binary files /dev/null and b/mp/files/mp.png differ
diff --git a/mp/pspec.xml b/mp/pspec.xml
new file mode 100644
index 0000000..ea6d428
--- /dev/null
+++ b/mp/pspec.xml
@@ -0,0 +1,73 @@
+
+
+
+
+ mp
+ http://triptico.com/software/mp.html
+
+ Pisi Linux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:gui
+ editor
+ A text editor for programmers
+ A text editor for programmers including the following features:Fully scriptable using a C-like scripting language. Unlimited undo levels.Complete Unicode support. Multiple files can be edited at the same time and blocks copied and pasted among them. Syntax highlighting for many popular languages / file formats: C, C++, Perl, Shell Scripts, Ruby, Php, Python, HTML and much more
+ https://github.com/ttcdt/mp-5.x/archive/refs/tags/5.55.tar.gz
+
+ gtk3-devel
+
+
+
+
+
+ mp
+
+ atk
+ gtk3
+ cairo
+ glib2
+ pango
+ gdk-pixbuf
+
+
+ /usr/bin/*
+ /usr/share/applications/*
+ /usr/share/doc/*
+ /usr/share/locale/*
+ /usr/share/man/*
+ /usr/share/mp-5/*
+ /usr/share/pixmaps/*
+
+
+ mp.desktop
+ mp.png
+
+
+
+
+
+ 2021-11-11
+ 5.55
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2016-04-11
+ 5.2.10
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
+file:/media/yedekleme/github/pisilife-2/mp/pspec.xml
\ No newline at end of file
diff --git a/mp/translations.xml b/mp/translations.xml
new file mode 100644
index 0000000..833da58
--- /dev/null
+++ b/mp/translations.xml
@@ -0,0 +1,10 @@
+
+
+
+ mp
+ A text editor for programmers
+ A text editor for programmers including the following features:
+ Fully scriptable using a C-like scripting language. Unlimited undo levels.
+ Complete Unicode support. Multiple files can be edited at the same time and blocks copied and pasted among them. Syntax highlighting for many popular languages / file formats: C, C++, Perl, Shell Scripts, Ruby, Php, Python, HTML and much more
+
+
diff --git a/multimedia/component.xml b/multimedia/component.xml
new file mode 100644
index 0000000..33670dd
--- /dev/null
+++ b/multimedia/component.xml
@@ -0,0 +1,3 @@
+
+ multimedia
+
diff --git a/multimedia/graphics/component.xml b/multimedia/graphics/component.xml
new file mode 100644
index 0000000..4215a06
--- /dev/null
+++ b/multimedia/graphics/component.xml
@@ -0,0 +1,3 @@
+
+ multimedia.graphics
+
diff --git a/multimedia/graphics/freecad/actions.py b/multimedia/graphics/freecad/actions.py
new file mode 100644
index 0000000..d6da1b7
--- /dev/null
+++ b/multimedia/graphics/freecad/actions.py
@@ -0,0 +1,16 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+NoStrip = ["/opt", "/usr"]
+IgnoreAutodep = True
+
+def install():
+ pisitools.dodir ("/opt/FreeCAD")
+ pisitools.doexe("FreeCAD_1.0.1-conda-Linux-x86_64-py311.AppImage", "/opt/FreeCAD")
+ pisitools.dosym("/opt/FreeCAD/FreeCAD_1.0.1-conda-Linux-x86_64-py311.AppImage", "/usr/bin/FreeCAD")
+
\ No newline at end of file
diff --git a/multimedia/graphics/freecad/files/FreeCAD.desktop b/multimedia/graphics/freecad/files/FreeCAD.desktop
new file mode 100644
index 0000000..d95be16
--- /dev/null
+++ b/multimedia/graphics/freecad/files/FreeCAD.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=FreeCAD
+Comment[en]=FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size.
+Comment[tr]= FreeCAD, öncelikle her boyuttaki gerçek nesneleri tasarlamak için geliştirilmiş, açık kaynaklı, parametrik bir 3B modelleme aracıdır.
+Encoding=UTF-8
+Exec=FreeCAD
+Icon=FreeCAD
+Terminal=false
+Type=Application
+Categories=Development;
diff --git a/multimedia/graphics/freecad/files/FreeCAD.png b/multimedia/graphics/freecad/files/FreeCAD.png
new file mode 100644
index 0000000..4ebe775
Binary files /dev/null and b/multimedia/graphics/freecad/files/FreeCAD.png differ
diff --git a/multimedia/graphics/freecad/pspec.xml b/multimedia/graphics/freecad/pspec.xml
new file mode 100644
index 0000000..740961a
--- /dev/null
+++ b/multimedia/graphics/freecad/pspec.xml
@@ -0,0 +1,84 @@
+
+
+
+
+ FreeCAD
+ https://freecadweb.org/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
+ FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size.
+
+
+
+ FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size. Parametric modeling allows you to easily modify your design by going back into your model history and changing its parameters.
+
+
+
+ FreeCAD, öncelikle her boyuttaki gerçek nesneleri tasarlamak için geliştirilmiş, açık kaynaklı, parametrik bir 3B modelleme aracıdır.
+
+
+ FreeCAD, öncelikle her boyuttaki gerçek nesneleri tasarlamak için geliştirilmiş, açık kaynaklı, parametrik bir 3B modelleme aracıdır. Parametresel modelleme, model geçmişinize geri dönüp parametrelerini değiştirerek tasarımınızı kolayca değiştirmenize olanak tanır.
+
+
+ LGPL
+ Development
+
+ https://github.com/FreeCAD/FreeCAD/releases/download/1.0.1/FreeCAD_1.0.1-conda-Linux-x86_64-py311.AppImage
+
+
+
+
+ FreeCAD
+
+ boost
+ glew
+ jsoncpp
+ netcdf
+ opencascade
+ openmpi
+ qt5-svg
+ qt5-webkit
+ qt5-x11extras
+ qt5-xmlpatterns
+ xerces-c
+
+
+ /opt
+ /usr/bin
+ /usr/share/applications
+ /usr/share/icons
+
+
+ FreeCAD.desktop
+ FreeCAD.png
+
+
+
+
+
+ 2025-05-26
+ 1.0.1
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-01-21
+ 0.19.3
+ Version bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2021-11-18
+ 0.19.2
+ First Release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/multimedia/graphics/front_panel_designer/actions.py b/multimedia/graphics/front_panel_designer/actions.py
new file mode 100644
index 0000000..d944bb2
--- /dev/null
+++ b/multimedia/graphics/front_panel_designer/actions.py
@@ -0,0 +1,16 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+NoStrip = ["/opt", "/usr"]
+IgnoreAutodep = True
+
+def install():
+ pisitools.dodir ("/opt/Front-Panel-Design")
+ pisitools.doexe("FrontDesign-US-6.3.6-amd64.AppImage", "/opt/Front-Panel-Design")
+ pisitools.dosym("/opt/Front-Panel-Design/runfpd.sh", "/usr/bin/Front-Panel-Design")
+
\ No newline at end of file
diff --git a/multimedia/graphics/front_panel_designer/files/Front-Panel-Design.desktop b/multimedia/graphics/front_panel_designer/files/Front-Panel-Design.desktop
new file mode 100644
index 0000000..cb4b17b
--- /dev/null
+++ b/multimedia/graphics/front_panel_designer/files/Front-Panel-Design.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Categories=Development;
+Comment=specialized software for designing front panels
+Encoding=UTF-8
+Exec=Front-Panel-Design
+GenericName[tr_TR]=Ön panelleri tasarlamak için özel yazılım.
+GenericName=specialized software for designing front fpd
+Icon=Front-Panel-Design
+Name[tr_TR]=Front Panel Design
+Name=Front Panel Design
+Terminal=false
+Type=Application
+Version=1.0
diff --git a/multimedia/graphics/front_panel_designer/files/Front-Panel-Design.png b/multimedia/graphics/front_panel_designer/files/Front-Panel-Design.png
new file mode 100644
index 0000000..6f9dd16
Binary files /dev/null and b/multimedia/graphics/front_panel_designer/files/Front-Panel-Design.png differ
diff --git a/multimedia/graphics/front_panel_designer/files/runfdp.sh b/multimedia/graphics/front_panel_designer/files/runfdp.sh
new file mode 100644
index 0000000..73e9e91
--- /dev/null
+++ b/multimedia/graphics/front_panel_designer/files/runfdp.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+LD_PRELOAD=/usr/lib/libgmodule-2.0.so /opt/Front-Panel-Design/FrontDesign-US-6.3.6-amd64.AppImage
diff --git a/multimedia/graphics/front_panel_designer/pspec.xml b/multimedia/graphics/front_panel_designer/pspec.xml
new file mode 100644
index 0000000..a672c5b
--- /dev/null
+++ b/multimedia/graphics/front_panel_designer/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ Front-Panel-Design
+ https://www.frontpanelexpress.com/front-panel-designer
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Our free, specialized software for designing front panels, enclosures, and milled parts.
+ Our free, specialized software for designing front panels, enclosures, and milled parts.
+ LGPL
+ Development
+ https://assets.frontpanelexpress.com/fpd/Version-6.3.6/FrontDesign-US-6.3.6-amd64.AppImage
+
+
+
+ Front-Panel-Design
+
+ gtk2
+
+
+ /opt/Front-Panel-Design
+ /usr/bin
+ /usr/share/applications
+ /usr/share/icons
+
+
+ Front-Panel-Design.desktop
+ Front-Panel-Design.png
+ runfdp.sh
+
+
+
+
+
+ 2023-03-25
+ 6.3.6
+ First Release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/multimedia/graphics/pencil/actions.py b/multimedia/graphics/pencil/actions.py
new file mode 100644
index 0000000..12c2890
--- /dev/null
+++ b/multimedia/graphics/pencil/actions.py
@@ -0,0 +1,13 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+from pisi.actionsapi import get, pisitools, shelltools
+
+Version = get.srcVERSION()
+
+
+def install():
+ pisitools.insinto("/opt/pencil/", "*")
+ pisitools.dosym("/opt/pencil/pencil", "/usr/bin/pencil")
diff --git a/multimedia/graphics/pencil/files/pencil.desktop b/multimedia/graphics/pencil/files/pencil.desktop
new file mode 100644
index 0000000..e630d13
--- /dev/null
+++ b/multimedia/graphics/pencil/files/pencil.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=Pencil
+Comment[en]=Sketching and GUI prototyping tool
+Comment[tr]=Cizim ve GUI prototip aracı
+Type=Application
+Categories=Graphics;2DGraphics;Development
+MimeType=application/x-evolus-pencil;
+Exec=/opt/pencil/pencil %u
+Terminal=false
+StartupNotify=true
+Icon=pencil
diff --git a/multimedia/graphics/pencil/files/pencil.png b/multimedia/graphics/pencil/files/pencil.png
new file mode 100644
index 0000000..ca35cf6
Binary files /dev/null and b/multimedia/graphics/pencil/files/pencil.png differ
diff --git a/multimedia/graphics/pencil/pspec.xml b/multimedia/graphics/pencil/pspec.xml
new file mode 100644
index 0000000..c02b22f
--- /dev/null
+++ b/multimedia/graphics/pencil/pspec.xml
@@ -0,0 +1,55 @@
+
+
+
+
+ Pencil
+ https://github.com/evolus/pencil
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ GPL2
+ app:gui
+
+ Sketching and GUI prototyping/wireframing tool
+ Sketching and GUI prototyping/wireframing tool
+
+ Kullanıcı arayüzü çizim ve prototipleme aracı
+ Kullanıcı arayüzü çizim ve prototipleme aracı
+
+
+ https://pencil.evolus.vn/dl/V3.1.1.ga/Pencil-3.1.1.ga.tar.gz
+
+
+
+
+ Pencil
+
+ /opt/pencil
+ /usr/bin
+ /usr/share/applications/
+ /usr/share/icons
+
+
+ pencil.desktop
+ pencil.png
+
+
+
+
+
+ 2025-05-26
+ 3.1.1
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2020-07-13
+ 3.1.0
+ First release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
diff --git a/multimedia/graphics/pencil2d/actions.py b/multimedia/graphics/pencil2d/actions.py
new file mode 100644
index 0000000..5bb193c
--- /dev/null
+++ b/multimedia/graphics/pencil2d/actions.py
@@ -0,0 +1,16 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+NoStrip = ["/opt", "/usr"]
+IgnoreAutodep = True
+
+def install():
+ pisitools.dodir ("/opt/pencil2d")
+ pisitools.doexe("pencil2d-linux-amd64-0.6.6.AppImage", "/opt/pencil2d")
+ pisitools.dosym("/opt/pencil2d/pencil2d-linux-amd64-0.6.6.AppImage", "/usr/bin/pencil2d")
+
\ No newline at end of file
diff --git a/multimedia/graphics/pencil2d/files/pencil2d.desktop b/multimedia/graphics/pencil2d/files/pencil2d.desktop
new file mode 100644
index 0000000..b1a3a8b
--- /dev/null
+++ b/multimedia/graphics/pencil2d/files/pencil2d.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Categories=Graphics;
+Comment=Easy, intuitive tool to make 2D hand-drawn animations.
+Encoding=UTF-8
+Exec=pencil2d
+GenericName[tr_TR]=pencil2d
+GenericName=pencil2d
+Icon=pencil2d.png
+Name[tr_TR]=pencil2d
+Name=pencil2d
+Terminal=false
+Type=Application
+Version=1.0
diff --git a/multimedia/graphics/pencil2d/files/pencil2d.png b/multimedia/graphics/pencil2d/files/pencil2d.png
new file mode 100644
index 0000000..ab1bc27
Binary files /dev/null and b/multimedia/graphics/pencil2d/files/pencil2d.png differ
diff --git a/multimedia/graphics/pencil2d/pspec.xml b/multimedia/graphics/pencil2d/pspec.xml
new file mode 100644
index 0000000..6c44109
--- /dev/null
+++ b/multimedia/graphics/pencil2d/pspec.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ pencil2d
+ https://mattermost.com/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Easy, intuitive tool to make 2D hand-drawn animations.
+ Easy, intuitive tool to make 2D hand-drawn animations.
+ GPL2
+ Graphics
+ https://github.com/pencil2d/pencil/releases/download/v0.6.6/pencil2d-linux-amd64-0.6.6.AppImage
+
+
+
+ pencil2d
+
+ ffmpeg
+ icon-theme-hicolor
+ qt5-multimedia
+ qt5-svg
+ qt5-xmlpatterns
+
+
+ /opt
+ /usr/bin
+ /usr/share/applications
+ /usr/share/icons
+
+
+ pencil2d.desktop
+ pencil2d.png
+
+
+
+
+
+ 2022-02-04
+ 0.6.6
+ First Release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/multimedia/graphics/synfig/actions.py b/multimedia/graphics/synfig/actions.py
new file mode 100644
index 0000000..008d6aa
--- /dev/null
+++ b/multimedia/graphics/synfig/actions.py
@@ -0,0 +1,16 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+NoStrip = ["/opt", "/usr"]
+IgnoreAutodep = True
+
+def install():
+ pisitools.dodir("/opt/SynfigStudio")
+ pisitools.doexe("SynfigStudio-1.5.1-2021.10.21-linux64-2cb6c.appimage", "/opt/SynfigStudio")
+ pisitools.dosym("/opt/SynfigStudio/SynfigStudio-1.5.1-2021.10.21-linux64-2cb6c.appimage", "/usr/bin/SynfigStudio")
+
\ No newline at end of file
diff --git a/multimedia/graphics/synfig/files/SynfigStudio.desktop b/multimedia/graphics/synfig/files/SynfigStudio.desktop
new file mode 100644
index 0000000..93bdee4
--- /dev/null
+++ b/multimedia/graphics/synfig/files/SynfigStudio.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Categories=Graphics;
+Comment=Professional vector animation program (CLI renderer only)
+Encoding=UTF-8
+Exec=SynfigStudio
+GenericName[tr_TR]=SynfigStudio
+GenericName=SynfigStudio
+Icon=SynfigStudio.png
+Name[tr_TR]=SynfigStudio
+Name=SynfigStudio
+Terminal=false
+Type=Application
+Version=1.0
diff --git a/multimedia/graphics/synfig/files/SynfigStudio.png b/multimedia/graphics/synfig/files/SynfigStudio.png
new file mode 100644
index 0000000..ca0f6c7
Binary files /dev/null and b/multimedia/graphics/synfig/files/SynfigStudio.png differ
diff --git a/multimedia/graphics/synfig/pspec.xml b/multimedia/graphics/synfig/pspec.xml
new file mode 100644
index 0000000..95cfcf6
--- /dev/null
+++ b/multimedia/graphics/synfig/pspec.xml
@@ -0,0 +1,52 @@
+
+
+
+
+ SynfigStudio
+ https://www.synfig.org/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Professional vector animation program
+ Professional vector animation program
+ GPL3
+ Graphics
+ https://github.com/synfig/synfig/releases/download/v1.5.1/SynfigStudio-1.5.1-2021.10.21-linux64-2cb6c.appimage
+
+
+
+ SynfigStudio
+
+ boost
+ fftw3
+ imagemagick
+ libjpeg-turbo
+ libmng
+ libxml++26
+ mlt
+ openexr
+ pango
+
+
+ /opt
+ /usr/bin
+ /usr/share/applications
+ /usr/share/icons
+
+
+ SynfigStudio.desktop
+ SynfigStudio.png
+
+
+
+
+
+ 2022-02-05
+ 1.5.1
+ First Release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/multimedia/server/component.xml b/multimedia/server/component.xml
new file mode 100644
index 0000000..6a0da2c
--- /dev/null
+++ b/multimedia/server/component.xml
@@ -0,0 +1,3 @@
+
+ multimedia.server
+
diff --git a/multimedia/server/plex-media-server/actions.py b/multimedia/server/plex-media-server/actions.py
new file mode 100644
index 0000000..38855cd
--- /dev/null
+++ b/multimedia/server/plex-media-server/actions.py
@@ -0,0 +1,28 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+#WorkDir = "%s" % get.ARCH()
+
+def install():
+ # Define bits variable for 32-bit and 64-bit architectures
+ #bits = "amd64" if get.ARCH() == "x86_64" else "i386"
+
+ # Extract Debian package
+ shelltools.system("ar xf plexmediaserver_%s-280ab6053_amd64.deb" % get.srcVERSION())
+
+ shelltools.system("tar xf data.tar.xz")
+
+ pisitools.insinto("/usr/share/pixmaps/", "usr/share/pixmaps/plexmediaserver.png")
+ pisitools.insinto("/usr/share/applications/", "usr/share/applications/plexmediaserver.desktop")
+ pisitools.insinto("/", "etc")
+ pisitools.insinto("/usr/", "usr/lib")
+ #pisitools.insinto("/usr/", "usr/sbin")
+
+ shelltools.system("service apache start")
\ No newline at end of file
diff --git a/multimedia/server/plex-media-server/files/plex-start.desktop b/multimedia/server/plex-media-server/files/plex-start.desktop
new file mode 100644
index 0000000..c8859db
--- /dev/null
+++ b/multimedia/server/plex-media-server/files/plex-start.desktop
@@ -0,0 +1,12 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Name=Media Manager Starter
+GenericName=Media Manager Starter
+GenericName[tr]=Plex Media server Başlatıcısı
+Comment=Manage your Plex Media
+Comment[tr]=Plex Media managerin Başlatıcısı
+Exec=/usr/lib/plexmediaserver/Plex\ Media\ Server
+Icon=plexstart.png
+Terminal=false
+Type=Application
+Categories=Multimedia;Server;Audio;Video
diff --git a/multimedia/server/plex-media-server/files/plexmediamanager.desktop b/multimedia/server/plex-media-server/files/plexmediamanager.desktop
new file mode 100644
index 0000000..ce44d8c
--- /dev/null
+++ b/multimedia/server/plex-media-server/files/plexmediamanager.desktop
@@ -0,0 +1,11 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Name=Plex Media Manager
+GenericName=Media Manager
+Comment=Manage your Plex Media
+GenericName[tr]=Media Manageri tarayıcıda açar.
+Exec=xdg-open http://localhost:32400/manage
+Icon=plexstart.png
+Terminal=false
+Type=Application
+Categories=AudioVideo
diff --git a/multimedia/server/plex-media-server/files/plexmediaserver.desktop b/multimedia/server/plex-media-server/files/plexmediaserver.desktop
new file mode 100644
index 0000000..19c6532
--- /dev/null
+++ b/multimedia/server/plex-media-server/files/plexmediaserver.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Plex Media Server Web
+GenericName=Media Server
+Comment=Manage your Plex Media
+Exec=xdg-open http://localhost:32400/web
+Icon=plexstart.png
+Terminal=false
+Type=Application
+Categories=AudioVideo;Audio;Video;Player;
diff --git a/multimedia/server/plex-media-server/files/plexstart.png b/multimedia/server/plex-media-server/files/plexstart.png
new file mode 100644
index 0000000..008f47c
Binary files /dev/null and b/multimedia/server/plex-media-server/files/plexstart.png differ
diff --git a/multimedia/server/plex-media-server/pspec.xml b/multimedia/server/plex-media-server/pspec.xml
new file mode 100644
index 0000000..312d23a
--- /dev/null
+++ b/multimedia/server/plex-media-server/pspec.xml
@@ -0,0 +1,112 @@
+
+
+
+
+ plex-media-server
+ http://www.plexapp.com
+
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+ GPL
+ Plex media server: Bilgisayardaki media dosyalarını televizyondan izlemeye yarar.
+ Plex tüm medyalaranızı düzenlemenize ve desteklenen tüm ortamlara aktarmanıza olanak sağlayan bir medya çözüm projesidir.
+ https://downloads.plex.tv/plex-media-server-new/1.23.1.4602-280ab6053/debian/plexmediaserver_1.23.1.4602-280ab6053_amd64.deb
+
+
+
+ plex-media-server
+
+ avahi
+ rsync
+ apache
+ firefox
+ lame
+ libass
+ fribidi
+ libxslt
+ rtmpdump
+ FreeImage
+ avahi-libs
+ fontconfig
+ zlib-32bit
+ libvo-aacenc
+ libxslt-32bit
+ libxml2-32bit
+ libgcc
+
+
+ /usr/share/plexmediaserver
+ /usr/share/pixmaps
+ /usr/share/applications
+ /usr/lib/plexmediaserver
+ /etc
+
+
+
+ plex-start.desktop
+ plexmediamanager.desktop
+ plexmediaserver.desktop
+ plexstart.png
+
+
+
+
+
+ 2021-05-29
+ 1.23.1.4602
+ V.Bump
+ erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2016-12-20
+ 1.3.3.3148
+ V.Bump
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-08-10
+ 0.9.12.8.1362
+ V.Bump
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2014-08-23
+ 0.9.9.14.531
+ V.Bump
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2014-01-03
+ 0.9.8.18.290
+ V.Bump
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2013-08-04
+ 0.9.7.22.510
+ V.Bump
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2013-07-29
+ 0.9.7.12.408
+ missing dep.
+ Erdinç Gültekin
+ erdincgultekin@pisilinux.org
+
+
+ 2012-07-24
+ 0.9.7.12.408
+ First release.
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/multimedia/server/plex-media-server/translations.xml b/multimedia/server/plex-media-server/translations.xml
new file mode 100644
index 0000000..749fe8e
--- /dev/null
+++ b/multimedia/server/plex-media-server/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ plex-media-server
+ Plex media server: Bilgisayardaki media dosyalarını televizyondan izlemeye yarar.
+ Plex tüm medyalaranızı düzenlemenize ve desteklenen tüm ortamlara aktarmanıza olanak sağlayan bir medya çözüm projesidir.
+
+
\ No newline at end of file
diff --git a/multimedia/sound/component.xml b/multimedia/sound/component.xml
new file mode 100644
index 0000000..60d7faf
--- /dev/null
+++ b/multimedia/sound/component.xml
@@ -0,0 +1,3 @@
+
+ multimedia.sound
+
diff --git a/multimedia/sound/oceanaudio/actions.py b/multimedia/sound/oceanaudio/actions.py
new file mode 100644
index 0000000..b94918a
--- /dev/null
+++ b/multimedia/sound/oceanaudio/actions.py
@@ -0,0 +1,18 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("ar xf ocenaudio_debian13.deb")
+ shelltools.system("tar xf data.tar.xz")
+
+def install():
+ pisitools.insinto("/", "usr")
+ pisitools.insinto("/", "opt")
diff --git a/multimedia/sound/oceanaudio/pspec.xml b/multimedia/sound/oceanaudio/pspec.xml
new file mode 100644
index 0000000..1904480
--- /dev/null
+++ b/multimedia/sound/oceanaudio/pspec.xml
@@ -0,0 +1,83 @@
+
+
+
+
+ ocenaudio
+ https://www.ocenaudio.com/
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ Ocenaudio is a fast, cross-platform audio editor.
+ Ocenaudio, hızlı, platformlar arası bir ses düzenleyicidir.
+ Ocenaudio is a fast, cross-platform audio editor.
+ Ocenaudio, hızlı, platformlar arası bir ses düzenleyicidir.
+ Proprietary
+ ocenaudio
+
+ https://www.ocenaudio.com/downloads/index.php/ocenaudio_debian13.deb
+
+
+
+
+
+ xz
+ zlib
+ bzip2
+ eudev
+ libgcc
+ libxml2
+ openssl
+ alsa-lib
+ qt5-base
+ libutil-linux
+ pulseaudio-libs
+ jack-audio-connection-kit
+
+ ocenaudio
+
+ /opt/ocenaudio
+ /usr/share/applications
+ /usr/share/icons
+ /usr/share/mime
+
+
+
+
+
+ 2026-05-11
+ 3.18.2
+ Update to latest version.
+ Erkan Isik
+ erkanisik@pisilinux.org
+
+
+ 2023-12-15
+ 3.13.2
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2018-05-22
+ 3.3.10
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-11-10
+ 3.1.10
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-09-11
+ 3.1.8
+ First Release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/multimedia/sound/spotify/actions.py b/multimedia/sound/spotify/actions.py
new file mode 100644
index 0000000..4bf3992
--- /dev/null
+++ b/multimedia/sound/spotify/actions.py
@@ -0,0 +1,20 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+NoStrip = ["/usr"]
+IgnoreAutodep = True
+
+
+def setup():
+ shelltools.system("ar xf spotify-client_%s.*_amd64.deb" % get.srcVERSION())
+ shelltools.system("tar xf data.tar.gz")
+
+
+def install():
+ pisitools.insinto("/", "usr")
+ pisitools.dosym("/usr/lib/libcurl.so.4.8.0", "/usr/lib/libcurl-gnutls.so.4")
diff --git a/multimedia/sound/spotify/files/spotify-linux-256.png b/multimedia/sound/spotify/files/spotify-linux-256.png
new file mode 100644
index 0000000..86bc32c
Binary files /dev/null and b/multimedia/sound/spotify/files/spotify-linux-256.png differ
diff --git a/multimedia/sound/spotify/files/spotify.desktop b/multimedia/sound/spotify/files/spotify.desktop
new file mode 100644
index 0000000..547faaa
--- /dev/null
+++ b/multimedia/sound/spotify/files/spotify.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=Spotify
+GenericName=Music Player
+Comment=Spotify streaming music client
+Icon=/usr/share/icons/spotify-linux-256.png
+Exec=/usr/bin/spotify
+TryExec=spotify
+Terminal=false
+Categories=Multimedia;Audio;Music;Player;AudioVideo;
+MimeType=x-scheme-handler/spotify;
diff --git a/multimedia/sound/spotify/pspec.xml b/multimedia/sound/spotify/pspec.xml
new file mode 100644
index 0000000..233bd19
--- /dev/null
+++ b/multimedia/sound/spotify/pspec.xml
@@ -0,0 +1,207 @@
+
+
+
+
+ spotify
+ http://spotify.com
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ Copyright (c) 2006-2010 Spotify Ltd.
+ app:gui
+ Music Player
+ Listen to music using Spotify
+ https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.2.63.394.g126b0d89_amd64.deb
+
+
+
+ spotify
+
+ atk
+ at-spi2-atk
+ at-spi2-core
+ ayatana-libappindicator
+ nss
+ cups
+ curl
+ dbus
+ gtk2
+ nspr
+ zlib
+ cairo
+ expat
+ gconf
+ glib2
+ libXi
+ pango
+ libX11
+ libgcc
+ libXext
+ libXtst
+ openssl
+ alsa-lib
+ freetype
+ libXfixes
+ libXrandr
+ fontconfig
+ gdk-pixbuf
+ libXcursor
+ libXdamage
+ libXrender
+ libXScrnSaver
+ google-chrome
+ gcc
+ libxcb
+ libXcomposite
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/spotify
+ /usr/share/doc
+ /usr/share/applications
+ /usr/share/icons
+
+
+ spotify.desktop
+ spotify-linux-256.png
+
+
+
+
+
+ 2025-09-04
+ 1.2.63.394
+ Revive and version bump
+ Bedirhan Kurt
+ bedirhan.kurt@outlook.com
+
+
+ 2022-07-17
+ 1.1.84.716
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2021-05-09
+ 1.1.80.699
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2020-12-06
+ 1.1.42.622
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2020-06-07
+ 1.1.26.501
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2019-07-31
+ 1.1.10.546
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2019-02-17
+ 1.1.0.237
+ Version bump.
+ Mustafa Kemal CELEP
+ tekshoot@tekimizbir.com
+
+
+ 2018-12-11
+ 1.0.94.262
+ Version bump.
+ AYDIN ATMACA
+ aydinatmaca@gmail.com
+
+
+ 2018-05-22
+ 1.0.77.338
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2018-02-17
+ 1.0.70.399
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2017-07-25
+ 1.0.59.395
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2017-06-20
+ 1.0.55.487
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-12-13
+ 1.0.43.125
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-10-27
+ 1.0.38.171
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-09-10
+ 1.0.37.152
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-08-29
+ 1.0.36.120
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-08-05
+ 1.0.34
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-05-27
+ 1.0.28.89
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-01-28
+ 1.0.27.71
+ First Release.
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/multimedia/sound/spotify/translations.xml b/multimedia/sound/spotify/translations.xml
new file mode 100644
index 0000000..9145e5b
--- /dev/null
+++ b/multimedia/sound/spotify/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ spotify
+ Müzik Çalar
+ Spotify'ı kullanarak müzik dinleyin.
+
+
diff --git a/multimedia/sound/youtube-to-MP3/actions.py b/multimedia/sound/youtube-to-MP3/actions.py
new file mode 100644
index 0000000..5e4d867
--- /dev/null
+++ b/multimedia/sound/youtube-to-MP3/actions.py
@@ -0,0 +1,20 @@
+
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+NoStrip = ["/opt", "/usr"]
+IgnoreAutodep = True
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("ar xf YouTubeToMP3.amd64.deb")
+ shelltools.system("tar xvf data.tar.xz")
+def install():
+ pisitools.insinto("/", "opt")
+ pisitools.insinto("/", "usr")
diff --git a/multimedia/sound/youtube-to-MP3/pspec.xml b/multimedia/sound/youtube-to-MP3/pspec.xml
new file mode 100644
index 0000000..0f8835d
--- /dev/null
+++ b/multimedia/sound/youtube-to-MP3/pspec.xml
@@ -0,0 +1,58 @@
+
+
+
+
+ youtube-to-MP3
+ https://www.mediahuman.com/youtube-to-mp3-converter/
+
+ AYDIN ATMACA
+ aydinatmaca@gmail.com
+
+ GPLv3
+ app
+ YouTube to Mp3 converter\nDownloads audio from YouTube or Vimeo and saves it to mp3 or m4a format to listen to locally
+ YouTube to Mp3 converter\nDownloads audio from YouTube or Vimeo and saves it to mp3 or m4a format to listen to locally
+ https://www.mediahuman.com/tr/download/YouTubeToMP3.amd64.deb
+
+
+
+
+
+
+ youtube-to-MP3
+
+ libgcc
+ qt5-base
+ qt5-declarative
+ icon-theme-hicolor
+ taglib
+ qt5-multimedia
+ qt5-webkit
+
+
+
+ /opt/youtube-to-mp3
+ /usr/share/applications/
+ /usr/share/icons
+ /usr/share/youtube-to-mp3
+ /usr/share/doc
+
+
+
+
+ 2020-11-08
+ 3.9.9.48
+ First release
+ AYDIN ATMACA
+ aydinatmaca@gmail.com
+
+
+
diff --git a/multimedia/sound/youtube-to-MP3/translations.xml b/multimedia/sound/youtube-to-MP3/translations.xml
new file mode 100644
index 0000000..f3b976c
--- /dev/null
+++ b/multimedia/sound/youtube-to-MP3/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ youtube-to-MP3
+ YouTube to Mp3 converter\nDownloads audio from YouTube or Vimeo and saves it to mp3 or m4a format to listen to locally
+ YouTube to Mp3 converter\nDownloads audio from YouTube or Vimeo and saves it to mp3 or m4a format to listen to locally
+
+
diff --git a/multimedia/tv/component.xml b/multimedia/tv/component.xml
new file mode 100644
index 0000000..e6b6d60
--- /dev/null
+++ b/multimedia/tv/component.xml
@@ -0,0 +1,3 @@
+
+ multimedia.tv
+
diff --git a/multimedia/tv/iptvnator/actions.py b/multimedia/tv/iptvnator/actions.py
new file mode 100644
index 0000000..bcd9ad2
--- /dev/null
+++ b/multimedia/tv/iptvnator/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+NoStrip = ["/usr"]
+IgnoreAutodep = True
+
+Version = get.srcVERSION()
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("ar xf iptvnator_%s_amd64.deb" % get.srcVERSION())
+ shelltools.system("tar xf data.tar.xz")
+
+def install():
+ pisitools.insinto("/", "usr")
+ pisitools.insinto("/", "opt")
diff --git a/multimedia/tv/iptvnator/files/iptvnator.desktop b/multimedia/tv/iptvnator/files/iptvnator.desktop
new file mode 100644
index 0000000..7975678
--- /dev/null
+++ b/multimedia/tv/iptvnator/files/iptvnator.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=IPTVnator
+Exec=/opt/IPTVnator/iptvnator %U
+Terminal=false
+Type=Application
+Icon=iptvnator
+StartupWMClass=IPTVnator
+Comment=IPTV player application.
+Categories=AudioVideo;
diff --git a/multimedia/tv/iptvnator/pspec.xml b/multimedia/tv/iptvnator/pspec.xml
new file mode 100644
index 0000000..abf1402
--- /dev/null
+++ b/multimedia/tv/iptvnator/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ iptvnator
+ https://obsidian.md
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Cross-platform IPTV player application with multiple features, such as support of m3u and m3u8 playlists, favorites, TV guide, TV archive/catchup and more
+
+ Cross-platform IPTV player application with multiple features, such as support of m3u and m3u8 playlists, favorites, TV guide, TV archive/catchup and more
+
+ MIT
+ https://github.com/4gray/iptvnator/releases/download/v0.15.0/iptvnator_0.15.0_amd64.deb
+
+
+
+
+ fuse3
+
+
+ iptvnator
+ iptvnator
+
+ /usr/bin
+ /usr/share
+ /opt
+
+
+ iptvnator.desktop
+
+
+
+
+
+ 2023-01-15
+ 0.15.0
+ First release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/multimedia/tv/netflix-desktop/actions.py b/multimedia/tv/netflix-desktop/actions.py
new file mode 100644
index 0000000..95f264e
--- /dev/null
+++ b/multimedia/tv/netflix-desktop/actions.py
@@ -0,0 +1,14 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def install():
+ pisitools.insinto("/opt/netflix-desktop","*")
+ pisitools.dosym("/opt/netflix-desktop/Netflix", "/usr/bin/netflix")
+
\ No newline at end of file
diff --git a/multimedia/tv/netflix-desktop/files/netflix.desktop b/multimedia/tv/netflix-desktop/files/netflix.desktop
new file mode 100644
index 0000000..2b3d0e1
--- /dev/null
+++ b/multimedia/tv/netflix-desktop/files/netflix.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.1
+Type=Application
+Name=Netflix
+Comment=Unofficial Netflix desktop application
+Icon=netflix.svg
+Exec=netflix
+Actions=
+Categories=AudioVideo;Video;
+GenericName=Unofficial Netflix desktop application
diff --git a/multimedia/tv/netflix-desktop/files/netflix.svg b/multimedia/tv/netflix-desktop/files/netflix.svg
new file mode 100644
index 0000000..7063686
--- /dev/null
+++ b/multimedia/tv/netflix-desktop/files/netflix.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/multimedia/tv/netflix-desktop/pspec.xml b/multimedia/tv/netflix-desktop/pspec.xml
new file mode 100644
index 0000000..64146ea
--- /dev/null
+++ b/multimedia/tv/netflix-desktop/pspec.xml
@@ -0,0 +1,47 @@
+
+
+
+
+ netflix-desktop
+ https://gitlab.com/netflix-desktop/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ GPL
+ app:gui
+ Unnofficial FoxtelGo desktop application
+ Unnofficial FoxtelGo desktop application
+ https://gitlab.com/netflix-desktop/binaries/1.0.3-3/-/raw/main/Netflix-linux-x64.tar.gz
+
+
+
+ netflix-desktop
+
+ nss
+ gtk3
+ libXScrnSaver
+
+
+ /opt/netflix-desktop
+ /usr/bin/
+ /usr/share/pixmaps
+ /usr/share/applications/
+
+
+ netflix.desktop
+ netflix.svg
+
+
+
+
+
+ 2022-03-24
+ 1.0.3
+ First release.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
+
diff --git a/network/browser/brave-nightly/actions.py b/network/browser/brave-nightly/actions.py
new file mode 100644
index 0000000..5a693c2
--- /dev/null
+++ b/network/browser/brave-nightly/actions.py
@@ -0,0 +1,18 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+from pisi.actionsapi import get, pisitools, shelltools
+
+
+def setup():
+ #shelltools.system("pwd")
+
+ shelltools.system("unzip brave-browser-nightly-%s-linux-amd64.zip" % get.srcVERSION())
+ shelltools.system("rm brave-browser-nightly-%s-linux-amd64.zip" % get.srcVERSION())
+
+
+def install():
+ pisitools.insinto("/opt/brave-browser-nightly/", "*")
+ pisitools.dosym("/opt/brave-browser-nightly/brave","/usr/bin/brave-browser-nightly")
diff --git a/network/browser/brave-nightly/files/brave-browser-nightly.desktop b/network/browser/brave-nightly/files/brave-browser-nightly.desktop
new file mode 100644
index 0000000..e112a2e
--- /dev/null
+++ b/network/browser/brave-nightly/files/brave-browser-nightly.desktop
@@ -0,0 +1,221 @@
+[Desktop Entry]
+Version=1.0
+Name=Brave Web Browser (nightly)
+# Only KDE 4 seems to use GenericName, so we reuse the KDE strings.
+# From Ubuntu's language-pack-kde-XX-base packages, version 9.04-20090413.
+GenericName=Web Browser
+GenericName[ar]=متصفح الشبكة
+GenericName[bg]=Уеб браузър
+GenericName[ca]=Navegador web
+GenericName[cs]=WWW prohlížeč
+GenericName[da]=Browser
+GenericName[de]=Web-Browser
+GenericName[el]=Περιηγητής ιστού
+GenericName[en_GB]=Web Browser
+GenericName[es]=Navegador web
+GenericName[et]=Veebibrauser
+GenericName[fi]=WWW-selain
+GenericName[fr]=Navigateur Web
+GenericName[gu]=વેબ બ્રાઉઝર
+GenericName[he]=דפדפן אינטרנט
+GenericName[hi]=वेब ब्राउज़र
+GenericName[hu]=Webböngésző
+GenericName[it]=Browser Web
+GenericName[ja]=ウェブブラウザ
+GenericName[kn]=ಜಾಲ ವೀಕ್ಷಕ
+GenericName[ko]=웹 브라우저
+GenericName[lt]=Žiniatinklio naršyklė
+GenericName[lv]=Tīmekļa pārlūks
+GenericName[ml]=വെബ് ബ്രൌസര്
+GenericName[mr]=वेब ब्राऊजर
+GenericName[nb]=Nettleser
+GenericName[nl]=Webbrowser
+GenericName[pl]=Przeglądarka WWW
+GenericName[pt]=Navegador Web
+GenericName[pt_BR]=Navegador da Internet
+GenericName[ro]=Navigator de Internet
+GenericName[ru]=Веб-браузер
+GenericName[sl]=Spletni brskalnik
+GenericName[sv]=Webbläsare
+GenericName[ta]=இணைய உலாவி
+GenericName[th]=เว็บเบราว์เซอร์
+GenericName[tr]=Web Tarayıcı
+GenericName[uk]=Навігатор Тенет
+GenericName[zh_CN]=网页浏览器
+GenericName[zh_HK]=網頁瀏覽器
+GenericName[zh_TW]=網頁瀏覽器
+# Not translated in KDE, from Epiphany 2.26.1-0ubuntu1.
+GenericName[bn]=ওয়েব ব্রাউজার
+GenericName[fil]=Web Browser
+GenericName[hr]=Web preglednik
+GenericName[id]=Browser Web
+GenericName[or]=ଓ୍ବେବ ବ୍ରାଉଜର
+GenericName[sk]=WWW prehliadač
+GenericName[sr]=Интернет прегледник
+GenericName[te]=మహాతల అన్వేషి
+GenericName[vi]=Bộ duyệt Web
+# Gnome and KDE 3 uses Comment.
+Comment=Access the Internet
+Comment[ar]=الدخول إلى الإنترنت
+Comment[bg]=Достъп до интернет
+Comment[bn]=ইন্টারনেটটি অ্যাক্সেস করুন
+Comment[ca]=Accedeix a Internet
+Comment[cs]=Přístup k internetu
+Comment[da]=Få adgang til internettet
+Comment[de]=Internetzugriff
+Comment[el]=Πρόσβαση στο Διαδίκτυο
+Comment[en_GB]=Access the Internet
+Comment[es]=Accede a Internet.
+Comment[et]=Pääs Internetti
+Comment[fi]=Käytä internetiä
+Comment[fil]=I-access ang Internet
+Comment[fr]=Accéder à Internet
+Comment[gu]=ઇંટરનેટ ઍક્સેસ કરો
+Comment[he]=גישה אל האינטרנט
+Comment[hi]=इंटरनेट तक पहुंच स्थापित करें
+Comment[hr]=Pristup Internetu
+Comment[hu]=Internetelérés
+Comment[id]=Akses Internet
+Comment[it]=Accesso a Internet
+Comment[ja]=インターネットにアクセス
+Comment[kn]=ಇಂಟರ್ನೆಟ್ ಅನ್ನು ಪ್ರವೇಶಿಸಿ
+Comment[ko]=인터넷 연결
+Comment[lt]=Interneto prieiga
+Comment[lv]=Piekļūt internetam
+Comment[ml]=ഇന്റര്നെറ്റ് ആക്സസ് ചെയ്യുക
+Comment[mr]=इंटरनेटमध्ये प्रवेश करा
+Comment[nb]=Gå til Internett
+Comment[nl]=Verbinding maken met internet
+Comment[or]=ଇଣ୍ଟର୍ନେଟ୍ ପ୍ରବେଶ କରନ୍ତୁ
+Comment[pl]=Skorzystaj z internetu
+Comment[pt]=Aceder à Internet
+Comment[pt_BR]=Acessar a internet
+Comment[ro]=Accesaţi Internetul
+Comment[ru]=Доступ в Интернет
+Comment[sk]=Prístup do siete Internet
+Comment[sl]=Dostop do interneta
+Comment[sr]=Приступите Интернету
+Comment[sv]=Gå ut på Internet
+Comment[ta]=இணையத்தை அணுகுதல்
+Comment[te]=ఇంటర్నెట్ను ఆక్సెస్ చెయ్యండి
+Comment[th]=เข้าถึงอินเทอร์เน็ต
+Comment[tr]=İnternet'e erişin
+Comment[uk]=Доступ до Інтернету
+Comment[vi]=Truy cập Internet
+Comment[zh_CN]=访问互联网
+Comment[zh_HK]=連線到網際網路
+Comment[zh_TW]=連線到網際網路
+Exec=/usr/bin/brave-browser-nightly %U
+StartupNotify=true
+Terminal=false
+Icon=brave_nightly.png
+Type=Application
+Categories=Network;WebBrowser;
+MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/ftp;x-scheme-handler/http;x-scheme-handler/https;
+Actions=new-window;new-private-window;
+
+[Desktop Action new-window]
+Name=New Window
+Name[am]=አዲስ መስኮት
+Name[ar]=نافذة جديدة
+Name[bg]=Нов прозорец
+Name[bn]=নতুন উইন্ডো
+Name[ca]=Finestra nova
+Name[cs]=Nové okno
+Name[da]=Nyt vindue
+Name[de]=Neues Fenster
+Name[el]=Νέο Παράθυρο
+Name[en_GB]=New Window
+Name[es]=Nueva ventana
+Name[et]=Uus aken
+Name[fa]=پنجره جدید
+Name[fi]=Uusi ikkuna
+Name[fil]=New Window
+Name[fr]=Nouvelle fenêtre
+Name[gu]=નવી વિંડો
+Name[hi]=नई विंडो
+Name[hr]=Novi prozor
+Name[hu]=Új ablak
+Name[id]=Jendela Baru
+Name[it]=Nuova finestra
+Name[iw]=חלון חדש
+Name[ja]=新規ウインドウ
+Name[kn]=ಹೊಸ ವಿಂಡೊ
+Name[ko]=새 창
+Name[lt]=Naujas langas
+Name[lv]=Jauns logs
+Name[ml]=പുതിയ വിന്ഡോ
+Name[mr]=नवीन विंडो
+Name[nl]=Nieuw venster
+Name[no]=Nytt vindu
+Name[pl]=Nowe okno
+Name[pt]=Nova janela
+Name[pt_BR]=Nova janela
+Name[ro]=Fereastră nouă
+Name[ru]=Новое окно
+Name[sk]=Nové okno
+Name[sl]=Novo okno
+Name[sr]=Нови прозор
+Name[sv]=Nytt fönster
+Name[sw]=Dirisha Jipya
+Name[ta]=புதிய சாளரம்
+Name[te]=క్రొత్త విండో
+Name[th]=หน้าต่างใหม่
+Name[tr]=Yeni Pencere
+Name[uk]=Нове вікно
+Name[vi]=Cửa sổ Mới
+Name[zh_CN]=新建窗口
+Name[zh_TW]=開新視窗
+Exec=/usr/bin/brave-browser-nightly
+
+[Desktop Action new-private-window]
+Name=New Incognito Window
+Name[ar]=نافذة جديدة للتصفح المتخفي
+Name[bg]=Нов прозорец „инкогнито“
+Name[bn]=নতুন ছদ্মবেশী উইন্ডো
+Name[ca]=Finestra d'incògnit nova
+Name[cs]=Nové anonymní okno
+Name[da]=Nyt inkognitovindue
+Name[de]=Neues Inkognito-Fenster
+Name[el]=Νέο παράθυρο για ανώνυμη περιήγηση
+Name[en_GB]=New Incognito window
+Name[es]=Nueva ventana de incógnito
+Name[et]=Uus inkognito aken
+Name[fa]=پنجره جدید حالت ناشناس
+Name[fi]=Uusi incognito-ikkuna
+Name[fil]=Bagong Incognito window
+Name[fr]=Nouvelle fenêtre de navigation privée
+Name[gu]=નવી છુપી વિંડો
+Name[hi]=नई गुप्त विंडो
+Name[hr]=Novi anoniman prozor
+Name[hu]=Új Inkognitóablak
+Name[id]=Jendela Penyamaran baru
+Name[it]=Nuova finestra di navigazione in incognito
+Name[iw]=חלון חדש לגלישה בסתר
+Name[ja]=新しいシークレット ウィンドウ
+Name[kn]=ಹೊಸ ಅಜ್ಞಾತ ವಿಂಡೋ
+Name[ko]=새 시크릿 창
+Name[lt]=Naujas inkognito langas
+Name[lv]=Jauns inkognito režīma logs
+Name[ml]=പുതിയ വേഷ പ്രച്ഛന്ന വിന്ഡോ
+Name[mr]=नवीन गुप्त विंडो
+Name[nl]=Nieuw incognitovenster
+Name[no]=Nytt inkognitovindu
+Name[pl]=Nowe okno incognito
+Name[pt]=Nova janela de navegação anónima
+Name[pt_BR]=Nova janela anônima
+Name[ro]=Fereastră nouă incognito
+Name[ru]=Новое окно в режиме инкогнито
+Name[sk]=Nové okno inkognito
+Name[sl]=Novo okno brez beleženja zgodovine
+Name[sr]=Нови прозор за прегледање без архивирања
+Name[sv]=Nytt inkognitofönster
+Name[ta]=புதிய மறைநிலைச் சாளரம்
+Name[te]=క్రొత్త అజ్ఞాత విండో
+Name[th]=หน้าต่างใหม่ที่ไม่ระบุตัวตน
+Name[tr]=Yeni Gizli pencere
+Name[uk]=Нове вікно в режимі анонімного перегляду
+Name[vi]=Cửa sổ ẩn danh mới
+Name[zh_CN]=新建隐身窗口
+Name[zh_TW]=新增無痕式視窗
+Exec=/usr/bin/brave-browser-nightly --incognito
diff --git a/network/browser/brave-nightly/files/brave_nightly.png b/network/browser/brave-nightly/files/brave_nightly.png
new file mode 100644
index 0000000..ed070d0
Binary files /dev/null and b/network/browser/brave-nightly/files/brave_nightly.png differ
diff --git a/network/browser/brave-nightly/pspec.xml b/network/browser/brave-nightly/pspec.xml
new file mode 100644
index 0000000..17cb592
--- /dev/null
+++ b/network/browser/brave-nightly/pspec.xml
@@ -0,0 +1,130 @@
+
+
+
+
+ brave-browser-nightly
+ https://brave.com/
+ network.web
+ app:gui
+ brave-logo
+ A web browser that stops ads and trackers by default
+ A web browser that stops ads and trackers by default
+ Varsayılan olarak reklamları ve takip kodlarını engelleyen bir web tarayıcısı
+ Varsayılan olarak reklamları ve takip kodlarını engelleyen bir web tarayıcısı
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Mozilla Public License 2.0
+
+ https://github.com/brave/brave-browser/releases/download/v1.93.7/brave-browser-nightly-1.93.7-linux-amd64.zip
+
+
+
+
+
+ brave-browser-nightly
+
+ nss
+ gtk3
+ libva
+ libX11
+ libgcc
+ libxcb
+ libXext
+ libXScrnSaver
+ wayland-client
+
+
+ /opt/brave-browser-nightly
+ /usr/bin
+ /usr/share/applications/
+ /usr/share/icons
+
+
+ brave-browser-nightly.desktop
+ brave_nightly.png
+
+
+
+
+
+ 2026-05-29
+ 1.93.7
+ Version Bump to 1.93.7
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
+ 2026-04-18
+ 1.91.71
+ Version Bump to 1.91.71
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2026-10-16
+ 1.91.10
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2026-02-05
+ 1.89.4
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-12-11
+ 1.87.72
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-10-16
+ 1.85.63
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-10-01
+ 1.85.15
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-08-21
+ 1.83.65
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-08-07
+ 1.81.131
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-07-10
+ 1.82.69
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-05-18
+ 1.78.102
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
diff --git a/network/browser/brave/actions.py b/network/browser/brave/actions.py
new file mode 100644
index 0000000..727cfce
--- /dev/null
+++ b/network/browser/brave/actions.py
@@ -0,0 +1,18 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+from pisi.actionsapi import get, pisitools, shelltools
+
+
+def setup():
+ #shelltools.system("pwd")
+
+ shelltools.system("unzip brave-browser-%s-linux-amd64.zip" % get.srcVERSION())
+ shelltools.system("rm brave-browser-%s-linux-amd64.zip" % get.srcVERSION())
+
+
+def install():
+ pisitools.insinto("/opt/brave-browser/", "*")
+ pisitools.dosym("/opt/brave-browser/brave","/usr/bin/brave-browser")
diff --git a/network/browser/brave/files/brave-browser.desktop b/network/browser/brave/files/brave-browser.desktop
new file mode 100644
index 0000000..c8b403a
--- /dev/null
+++ b/network/browser/brave/files/brave-browser.desktop
@@ -0,0 +1,219 @@
+[Desktop Entry]
+Version=1.0
+Name=Brave Web Browser
+GenericName=Web Browser
+GenericName[ar]=متصفح الشبكة
+GenericName[bg]=Уеб браузър
+GenericName[ca]=Navegador web
+GenericName[cs]=WWW prohlížeč
+GenericName[da]=Browser
+GenericName[de]=Web-Browser
+GenericName[el]=Περιηγητής ιστού
+GenericName[en_GB]=Web Browser
+GenericName[es]=Navegador web
+GenericName[et]=Veebibrauser
+GenericName[fi]=WWW-selain
+GenericName[fr]=Navigateur Web
+GenericName[gu]=વેબ બ્રાઉઝર
+GenericName[he]=דפדפן אינטרנט
+GenericName[hi]=वेब ब्राउज़र
+GenericName[hu]=Webböngésző
+GenericName[it]=Browser Web
+GenericName[ja]=ウェブブラウザ
+GenericName[kn]=ಜಾಲ ವೀಕ್ಷಕ
+GenericName[ko]=웹 브라우저
+GenericName[lt]=Žiniatinklio naršyklė
+GenericName[lv]=Tīmekļa pārlūks
+GenericName[ml]=വെബ് ബ്രൌസര്
+GenericName[mr]=वेब ब्राऊजर
+GenericName[nb]=Nettleser
+GenericName[nl]=Webbrowser
+GenericName[pl]=Przeglądarka WWW
+GenericName[pt]=Navegador Web
+GenericName[pt_BR]=Navegador da Internet
+GenericName[ro]=Navigator de Internet
+GenericName[ru]=Веб-браузер
+GenericName[sl]=Spletni brskalnik
+GenericName[sv]=Webbläsare
+GenericName[ta]=இணைய உலாவி
+GenericName[th]=เว็บเบราว์เซอร์
+GenericName[tr]=Web Tarayıcı
+GenericName[uk]=Навігатор Тенет
+GenericName[zh_CN]=网页浏览器
+GenericName[zh_HK]=網頁瀏覽器
+GenericName[zh_TW]=網頁瀏覽器
+# Not translated in KDE, from Epiphany 2.26.1-0ubuntu1.
+GenericName[bn]=ওয়েব ব্রাউজার
+GenericName[fil]=Web Browser
+GenericName[hr]=Web preglednik
+GenericName[id]=Browser Web
+GenericName[or]=ଓ୍ବେବ ବ୍ରାଉଜର
+GenericName[sk]=WWW prehliadač
+GenericName[sr]=Интернет прегледник
+GenericName[te]=మహాతల అన్వేషి
+GenericName[vi]=Bộ duyệt Web
+# Gnome and KDE 3 uses Comment.
+Comment=Access the Internet
+Comment[ar]=الدخول إلى الإنترنت
+Comment[bg]=Достъп до интернет
+Comment[bn]=ইন্টারনেটটি অ্যাক্সেস করুন
+Comment[ca]=Accedeix a Internet
+Comment[cs]=Přístup k internetu
+Comment[da]=Få adgang til internettet
+Comment[de]=Internetzugriff
+Comment[el]=Πρόσβαση στο Διαδίκτυο
+Comment[en_GB]=Access the Internet
+Comment[es]=Accede a Internet.
+Comment[et]=Pääs Internetti
+Comment[fi]=Käytä internetiä
+Comment[fil]=I-access ang Internet
+Comment[fr]=Accéder à Internet
+Comment[gu]=ઇંટરનેટ ઍક્સેસ કરો
+Comment[he]=גישה אל האינטרנט
+Comment[hi]=इंटरनेट तक पहुंच स्थापित करें
+Comment[hr]=Pristup Internetu
+Comment[hu]=Internetelérés
+Comment[id]=Akses Internet
+Comment[it]=Accesso a Internet
+Comment[ja]=インターネットにアクセス
+Comment[kn]=ಇಂಟರ್ನೆಟ್ ಅನ್ನು ಪ್ರವೇಶಿಸಿ
+Comment[ko]=인터넷 연결
+Comment[lt]=Interneto prieiga
+Comment[lv]=Piekļūt internetam
+Comment[ml]=ഇന്റര്നെറ്റ് ആക്സസ് ചെയ്യുക
+Comment[mr]=इंटरनेटमध्ये प्रवेश करा
+Comment[nb]=Gå til Internett
+Comment[nl]=Verbinding maken met internet
+Comment[or]=ଇଣ୍ଟର୍ନେଟ୍ ପ୍ରବେଶ କରନ୍ତୁ
+Comment[pl]=Skorzystaj z internetu
+Comment[pt]=Aceder à Internet
+Comment[pt_BR]=Acessar a internet
+Comment[ro]=Accesaţi Internetul
+Comment[ru]=Доступ в Интернет
+Comment[sk]=Prístup do siete Internet
+Comment[sl]=Dostop do interneta
+Comment[sr]=Приступите Интернету
+Comment[sv]=Gå ut på Internet
+Comment[ta]=இணையத்தை அணுகுதல்
+Comment[te]=ఇంటర్నెట్ను ఆక్సెస్ చెయ్యండి
+Comment[th]=เข้าถึงอินเทอร์เน็ต
+Comment[tr]=İnternet'e erişin
+Comment[uk]=Доступ до Інтернету
+Comment[vi]=Truy cập Internet
+Comment[zh_CN]=访问互联网
+Comment[zh_HK]=連線到網際網路
+Comment[zh_TW]=連線到網際網路
+Exec=/usr/bin/brave-browser %U
+StartupNotify=true
+Terminal=false
+Icon=brave-logo.png
+Type=Application
+Categories=Network;WebBrowser;
+MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/ftp;x-scheme-handler/http;x-scheme-handler/https;
+Actions=new-window;new-private-window;
+
+[Desktop Action new-window]
+Name=New Window
+Name[am]=አዲስ መስኮት
+Name[ar]=نافذة جديدة
+Name[bg]=Нов прозорец
+Name[bn]=নতুন উইন্ডো
+Name[ca]=Finestra nova
+Name[cs]=Nové okno
+Name[da]=Nyt vindue
+Name[de]=Neues Fenster
+Name[el]=Νέο Παράθυρο
+Name[en_GB]=New Window
+Name[es]=Nueva ventana
+Name[et]=Uus aken
+Name[fa]=پنجره جدید
+Name[fi]=Uusi ikkuna
+Name[fil]=New Window
+Name[fr]=Nouvelle fenêtre
+Name[gu]=નવી વિંડો
+Name[hi]=नई विंडो
+Name[hr]=Novi prozor
+Name[hu]=Új ablak
+Name[id]=Jendela Baru
+Name[it]=Nuova finestra
+Name[iw]=חלון חדש
+Name[ja]=新規ウインドウ
+Name[kn]=ಹೊಸ ವಿಂಡೊ
+Name[ko]=새 창
+Name[lt]=Naujas langas
+Name[lv]=Jauns logs
+Name[ml]=പുതിയ വിന്ഡോ
+Name[mr]=नवीन विंडो
+Name[nl]=Nieuw venster
+Name[no]=Nytt vindu
+Name[pl]=Nowe okno
+Name[pt]=Nova janela
+Name[pt_BR]=Nova janela
+Name[ro]=Fereastră nouă
+Name[ru]=Новое окно
+Name[sk]=Nové okno
+Name[sl]=Novo okno
+Name[sr]=Нови прозор
+Name[sv]=Nytt fönster
+Name[sw]=Dirisha Jipya
+Name[ta]=புதிய சாளரம்
+Name[te]=క్రొత్త విండో
+Name[th]=หน้าต่างใหม่
+Name[tr]=Yeni Pencere
+Name[uk]=Нове вікно
+Name[vi]=Cửa sổ Mới
+Name[zh_CN]=新建窗口
+Name[zh_TW]=開新視窗
+Exec=/usr/bin/brave-browser
+
+[Desktop Action new-private-window]
+Name=New Incognito Window
+Name[ar]=نافذة جديدة للتصفح المتخفي
+Name[bg]=Нов прозорец „инкогнито“
+Name[bn]=নতুন ছদ্মবেশী উইন্ডো
+Name[ca]=Finestra d'incògnit nova
+Name[cs]=Nové anonymní okno
+Name[da]=Nyt inkognitovindue
+Name[de]=Neues Inkognito-Fenster
+Name[el]=Νέο παράθυρο για ανώνυμη περιήγηση
+Name[en_GB]=New Incognito window
+Name[es]=Nueva ventana de incógnito
+Name[et]=Uus inkognito aken
+Name[fa]=پنجره جدید حالت ناشناس
+Name[fi]=Uusi incognito-ikkuna
+Name[fil]=Bagong Incognito window
+Name[fr]=Nouvelle fenêtre de navigation privée
+Name[gu]=નવી છુપી વિંડો
+Name[hi]=नई गुप्त विंडो
+Name[hr]=Novi anoniman prozor
+Name[hu]=Új Inkognitóablak
+Name[id]=Jendela Penyamaran baru
+Name[it]=Nuova finestra di navigazione in incognito
+Name[iw]=חלון חדש לגלישה בסתר
+Name[ja]=新しいシークレット ウィンドウ
+Name[kn]=ಹೊಸ ಅಜ್ಞಾತ ವಿಂಡೋ
+Name[ko]=새 시크릿 창
+Name[lt]=Naujas inkognito langas
+Name[lv]=Jauns inkognito režīma logs
+Name[ml]=പുതിയ വേഷ പ്രച്ഛന്ന വിന്ഡോ
+Name[mr]=नवीन गुप्त विंडो
+Name[nl]=Nieuw incognitovenster
+Name[no]=Nytt inkognitovindu
+Name[pl]=Nowe okno incognito
+Name[pt]=Nova janela de navegação anónima
+Name[pt_BR]=Nova janela anônima
+Name[ro]=Fereastră nouă incognito
+Name[ru]=Новое окно в режиме инкогнито
+Name[sk]=Nové okno inkognito
+Name[sl]=Novo okno brez beleženja zgodovine
+Name[sr]=Нови прозор за прегледање без архивирања
+Name[sv]=Nytt inkognitofönster
+Name[ta]=புதிய மறைநிலைச் சாளரம்
+Name[te]=క్రొత్త అజ్ఞాత విండో
+Name[th]=หน้าต่างใหม่ที่ไม่ระบุตัวตน
+Name[tr]=Yeni Gizli pencere
+Name[uk]=Нове вікно в режимі анонімного перегляду
+Name[vi]=Cửa sổ ẩn danh mới
+Name[zh_CN]=新建隐身窗口
+Name[zh_TW]=新增無痕式視窗
+Exec=/usr/bin/brave-browser --incognito
diff --git a/network/browser/brave/files/brave-logo.png b/network/browser/brave/files/brave-logo.png
new file mode 100644
index 0000000..418cea0
Binary files /dev/null and b/network/browser/brave/files/brave-logo.png differ
diff --git a/network/browser/brave/pspec.xml b/network/browser/brave/pspec.xml
new file mode 100644
index 0000000..e092bc3
--- /dev/null
+++ b/network/browser/brave/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ brave-browser
+ https://brave.com/
+ network.web
+ app:gui
+ brave-logo
+ A web browser that stops ads and trackers by default
+ A web browser that stops ads and trackers by default
+ Varsayılan olarak reklamları ve takip kodlarını engelleyen bir web tarayıcısı
+ Varsayılan olarak reklamları ve takip kodlarını engelleyen bir web tarayıcısı
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Mozilla Public License 2.0
+
+ https://github.com/brave/brave-browser/releases/download/v1.90.128/brave-browser-1.90.128-linux-amd64.zip
+
+
+
+
+
+ brave-browser
+
+ nss
+ gtk3
+ libva
+ libX11
+ libgcc
+ libxcb
+ libXext
+ libXScrnSaver
+ wayland-client
+
+
+ /opt/brave-browser
+ /usr/bin
+ /usr/share/applications/
+ /usr/share/icons
+
+
+ brave-browser.desktop
+ brave-logo.png
+
+
+
+
+
+ 2026-05-29
+ 1.90.128
+ First release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
diff --git a/network/browser/chromium-widevine/actions.py b/network/browser/chromium-widevine/actions.py
new file mode 100644
index 0000000..87b6edb
--- /dev/null
+++ b/network/browser/chromium-widevine/actions.py
@@ -0,0 +1,23 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+WorkDir = "."
+NoStrip = ["/"]
+
+Release = "-1"
+
+def setup():
+ shelltools.system("ar xf google-chrome-stable_current_amd64.deb")
+ shelltools.system("tar xvf %s/data.tar.xz --exclude=usr/share/gnome-control-center --exclude=usr/bin --exclude=etc" %get.workDIR())
+ shelltools.chmod(get.workDIR() + "/opt/google/chrome/*", 0755)
+
+def install():
+ pisitools.insinto("/usr/lib/chromium-browser/WidevineCdm", "./opt/google/chrome/WidevineCdm/*")
+ pisitools.dosym("/usr/lib/chromium-browser/WidevineCdm", "/usr/lib/chromium-dev/WidevineCdm")
diff --git a/network/browser/chromium-widevine/pspec.xml b/network/browser/chromium-widevine/pspec.xml
new file mode 100644
index 0000000..195ebdf
--- /dev/null
+++ b/network/browser/chromium-widevine/pspec.xml
@@ -0,0 +1,63 @@
+
+
+
+
+ chromium-widevine
+ http://chrome.google.com/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ EULA
+ google-chrome
+ network.web
+ library
+ Widevine plugin for Chromium Browser
+ Widevine is a browser plugin designed for the viewing of premium video content. This package contains Widevine plugin for Chromium browser
+ https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
+
+ nspr
+ nss
+ libgcc
+ glib2
+
+
+
+
+ chromium-widevine
+
+ nspr
+ nss
+ libgcc
+ glib2
+
+
+ /usr/lib/chromium-browser
+ /usr/lib/chromium-dev
+
+
+
+
+
+ 2020-10-21
+ 4.10.1679.0
+ Version bump.
+ Idris Kalp
+ idriskalp@gmail.com
+
+
+ 2020-01-14
+ 4.10.1610.6
+ Version bump.
+ Idris Kalp
+ idriskalp@pisilinux.org
+
+
+ 2020-01-14
+ 4.10.1610.0
+ First Release.
+ Idris Kalp
+ idriskalp@pisilinux.org
+
+
+
diff --git a/network/browser/component.xml b/network/browser/component.xml
new file mode 100644
index 0000000..2263012
--- /dev/null
+++ b/network/browser/component.xml
@@ -0,0 +1,3 @@
+
+ network.browser
+
\ No newline at end of file
diff --git a/network/browser/firefox-bin/actions.py b/network/browser/firefox-bin/actions.py
new file mode 100644
index 0000000..1e41da8
--- /dev/null
+++ b/network/browser/firefox-bin/actions.py
@@ -0,0 +1,15 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+WorkDir = "."
+
+def install():
+ pisitools.insinto("usr/lib", "firefox")
+ pisitools.dosym("/usr/lib/firefox/firefox", "/usr/bin/firefox")
diff --git a/network/browser/firefox-bin/files/firefox.png b/network/browser/firefox-bin/files/firefox.png
new file mode 100644
index 0000000..903ec80
Binary files /dev/null and b/network/browser/firefox-bin/files/firefox.png differ
diff --git a/network/browser/firefox-bin/files/pisilinux/mozillafirefox.desktop b/network/browser/firefox-bin/files/pisilinux/mozillafirefox.desktop
new file mode 100644
index 0000000..6d7443d
--- /dev/null
+++ b/network/browser/firefox-bin/files/pisilinux/mozillafirefox.desktop
@@ -0,0 +1,56 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Firefox
+GenericName=Web Browser
+GenericName[ca]=Navegador web
+GenericName[cs]=Webový prohlížeč
+GenericName[de]=Webbrowser
+GenericName[es]=Navegador web
+GenericName[fa]=مرورگر اینترنتی
+GenericName[fi]=WWW-selain
+GenericName[fr]=Navigateur Web
+GenericName[hu]=Webböngésző
+GenericName[it]=Browser Web
+GenericName[ja]=ウェブ・ブラウザ
+GenericName[ko]=웹 브라우저
+GenericName[nb]=Nettleser
+GenericName[nl]=Webbrowser
+GenericName[nn]=Nettlesar
+GenericName[no]=Nettleser
+GenericName[pl]=Przeglądarka WWW
+GenericName[pt]=Navegador Web
+GenericName[pt_BR]=Navegador Web
+GenericName[sk]=Internetový prehliadač
+GenericName[sv]=Webbläsare
+GenericName[tr]=Web Tarayıcı
+GenericName[zh_CN]=万维网浏览器
+GenericName[zh_TW]=網頁瀏覽器
+Comment=Browse the Web
+Comment[ca]=Navegueu per el web
+Comment[cs]=Prohlížení stránek World Wide Webu
+Comment[de]=Im Internet surfen
+Comment[es]=Navegue por la web
+Comment[fa]=صفحات شبکه جهانی اینترنت را مرور نمایید
+Comment[fi]=Selaa Internetin WWW-sivuja
+Comment[fr]=Navigue sur Internet
+Comment[hu]=A világháló böngészése
+Comment[it]=Esplora il web
+Comment[ja]=ウェブを閲覧します
+Comment[ko]=웹을 돌아 다닙니다
+Comment[nb]=Surf på nettet
+Comment[nl]=Verken het internet
+Comment[nn]=Surf på nettet
+Comment[no]=Surf på nettet
+Comment[pl]=Przeglądanie stron WWW
+Comment[pt]=Navegue na Internet
+Comment[pt_BR]=Navegue na Internet
+Comment[sk]=Prehliadanie internetu
+Comment[sv]=Surfa på webben
+Comment[tr]=İnternette gezintiye çıkın
+Exec=/usr/lib/firefox/firefox %u
+Icon=/usr/share/pixmaps/firefox.png
+Terminal=false
+Type=Application
+StartupNotify=true
+MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;application/x-xpinstall;
+Categories=Application;Network;
diff --git a/network/browser/firefox-bin/pspec.xml b/network/browser/firefox-bin/pspec.xml
new file mode 100644
index 0000000..42d4abe
--- /dev/null
+++ b/network/browser/firefox-bin/pspec.xml
@@ -0,0 +1,38 @@
+
+
+ firefox
+ https://ftp.mozilla.org/
+
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+ MPL-1.1
+ NPL-1.1
+ GPLv2
+ firefox
+ app:gui
+ Firefox Web Browser
+ It is more secure and faster to browse the web with Firefox web browser. You can personalize your web browser with many specifications that is not enough to explain in two sentences.
+ https://ftp.mozilla.org/pub/firefox/releases/59.0/linux-x86_64/tr/firefox-59.0.tar.bz2
+
+
+ firefox
+
+ /
+
+
+ firefox.png
+ pisilinux/mozillafirefox.desktop
+
+ web
+
+
+
+ 2018-03-12
+ 59.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/network/browser/firefox-bin/translations.xml b/network/browser/firefox-bin/translations.xml
new file mode 100644
index 0000000..9fe2d4e
--- /dev/null
+++ b/network/browser/firefox-bin/translations.xml
@@ -0,0 +1,7 @@
+
+
+ firefox
+ web
+ web
+
+
diff --git a/network/browser/google-chrome-dev/actions.py b/network/browser/google-chrome-dev/actions.py
new file mode 100644
index 0000000..a083bc1
--- /dev/null
+++ b/network/browser/google-chrome-dev/actions.py
@@ -0,0 +1,40 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+WorkDir = "."
+NoStrip = ["/"]
+
+Release = "-1"
+
+def setup():
+ shelltools.system("ar xf google-chrome-unstable_current_amd64.deb")
+ shelltools.system("bsdtar xvf %s/data.tar.xz --exclude=usr/share/gnome-control-center --exclude=usr/bin --exclude=etc" %get.workDIR())
+ shelltools.chmod(get.workDIR() + "/opt/google/chrome-unstable/*", 0755)
+
+def install():
+ pisitools.insinto("/opt/", "./opt/*")
+ pisitools.insinto("/usr/", "./usr/*")
+ shelltools.system("chmod -v 4755 %s/opt/google/chrome-unstable/chrome-sandbox" %get.installDIR())
+ pisitools.dosym("/opt/google/chrome-unstable/google-chrome", "/usr/bin/google-chrome-unstable")
+ #pisitools.dosym("/opt/google/chrome/google-chrome.desktop", "/usr/share/applications/google-chrome.desktop")
+
+ pisitools.dosym("/opt/google/chrome-unstable/product_logo_32.xpm", "/usr/share/pixmaps/google-chrome.xpm")
+ pisitools.dosym("/opt/google/chrome-unstable/product_logo_256.png", "/usr/share/pixmaps/google-chrome.png")
+ # link needed library
+ pisitools.dosym("/usr/lib/nss/libnss3.so", "/usr/lib/libnss3.so.1d")
+ pisitools.dosym("/usr/lib/nss/libnssutil3.so", "/usr/lib/libnssutil3.so.1d")
+ pisitools.dosym("/usr/lib/nss/libsmime3.so", "/usr/lib/libsmime3.so.1d")
+ pisitools.dosym("/usr/lib/nss/libssl3.so", "/usr/lib/libssl3.so.1d")
+
+ pisitools.dosym("/usr/lib/libplds4.so", "/usr/lib/libplds4.so.0d")
+ pisitools.dosym("/usr/lib/libplc4.so", "/usr/lib/libplc4.so.0d")
+ pisitools.dosym("/usr/lib/libnspr4.so", "/usr/lib/libnspr4.so.0d")
+ pisitools.dosym("/lib/libbz2.so", "/usr/lib/libbz2.so.1.0")
+ pisitools.dosym("/usr/lib/libudev.so", "/opt/google/chrome/libudev.so.0")
diff --git a/network/browser/google-chrome-dev/pspec.xml b/network/browser/google-chrome-dev/pspec.xml
new file mode 100644
index 0000000..0958b86
--- /dev/null
+++ b/network/browser/google-chrome-dev/pspec.xml
@@ -0,0 +1,129 @@
+
+
+
+
+ google-chrome-dev
+ http://chrome.google.com/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ EULA
+ google-chrome
+ network.web
+ app:gui
+ Google Chrome for Linux
+ Google Chrome is another web browser which runs web pages and applications with lightning speed due to its superior JavaScript rendering engine.
+ https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
+
+ bzip2
+ nss
+ nspr
+ eudev
+ binutils
+
+
+
+
+ google-chrome-dev
+
+ libutil-linux
+ at-spi2-core
+ nspr
+ gtk3
+ at-spi2-atk
+ libpng
+ freetype
+ libgcrypt
+ dbus
+ expat
+ glib2
+ libX11
+ libgcc
+ libxcb
+ cairo
+ atk
+ libXcomposite
+ libXrender
+ icon-theme-hicolor
+ gconf
+ libevent
+ libXi
+ libXdamage
+ libXfixes
+ libXtst
+ pango
+ libXext
+ libXrandr
+ libXcursor
+ minizip
+ alsa-lib
+ fontconfig
+ libXScrnSaver
+ icu4c
+ nss
+ cups
+ libjpeg-turbo
+ gdk-pixbuf
+ libvpx
+ libutil-linux
+
+
+ /etc/
+ /usr/bin/
+ /usr/lib/
+ /usr/share/man/
+ /usr/share/doc/
+ /opt/google/
+ /usr/share/pixmaps/
+ /usr/share/applications/
+ /usr/share/menu/
+ /usr/share/appdata/google-chrome-unstable.appdata.xml
+
+
+
+
+
+ 2020-10-21
+ 88.0.4292.2
+ Version bump
+ Idris Kalp
+ idriskalp@gmail.com
+
+
+ 2020-04-14
+ 83.0.4103.7
+ Version bump
+ Idris Kalp
+ idriskalp@gmail.com
+
+
+ 2020-01-22
+ 81.0.4033.2
+ Version bump
+ Idris Kalp
+ idriskalp@gmail.com
+
+
+ 2020-01-16
+ 81.0.4021.2
+ Version bump
+ Idris Kalp
+ idriskalp@gmail.com
+
+
+ 2019-07-04
+ 80.0.3955.4
+ First Release.
+ Idris Kalp
+ idriskalp@gmail.com
+
+
+ 2019-07-04
+ 77.0.3833.0
+ First Release.
+ Idris Kalp
+ idriskalp@gmail.com
+
+
+
diff --git a/network/browser/google-chrome-dev/translations.xml b/network/browser/google-chrome-dev/translations.xml
new file mode 100644
index 0000000..72477f6
--- /dev/null
+++ b/network/browser/google-chrome-dev/translations.xml
@@ -0,0 +1,10 @@
+
+
+
+ google-chrome-dev
+ Google Chrome für Linux
+ Google Chrome para Linux
+ Google Chrome ist ein Web-Browser der von Google Inc. entwickelt wird. Wichtige Bestandteile sind die Rendering-Engine Webkit, sowie die JavaScript Engine. Beliebt macht den Browser seine einfach zu bedienende Oberfläche und die hohe Geschwindigkeit.
+ Google Chrome es un navegador web desarrollado por Google Inc... Usa el motor de renderizado WebKit, así como el motor de JavaScript. Un navegador popular con una interfaz fácil de usar y de alta velocidad.
+
+
\ No newline at end of file
diff --git a/network/browser/google-chrome/actions.py b/network/browser/google-chrome/actions.py
new file mode 100644
index 0000000..99ff138
--- /dev/null
+++ b/network/browser/google-chrome/actions.py
@@ -0,0 +1,40 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+WorkDir = "."
+NoStrip = ["/"]
+
+Release = "-1"
+
+def setup():
+ shelltools.system("ar xf google-chrome-stable_current_amd64.deb")
+ shelltools.system("tar xvf %s/data.tar.xz --exclude=usr/share/gnome-control-center --exclude=usr/bin --exclude=etc" %get.workDIR())
+ shelltools.chmod(get.workDIR() + "/opt/google/chrome/*", 0755)
+
+def install():
+ pisitools.insinto("/opt/", "./opt/*")
+ pisitools.insinto("/usr/", "./usr/*")
+ shelltools.system("chmod -v 4755 %s/opt/google/chrome/chrome-sandbox" %get.installDIR())
+ pisitools.dosym("/opt/google/chrome/google-chrome", "/usr/bin/google-chrome-stable")
+ #pisitools.dosym("/opt/google/chrome/google-chrome.desktop", "/usr/share/applications/google-chrome.desktop")
+
+ pisitools.dosym("/opt/google/chrome/product_logo_32.xpm", "/usr/share/pixmaps/google-chrome.xpm")
+ pisitools.dosym("/opt/google/chrome/product_logo_256.png", "/usr/share/pixmaps/google-chrome.png")
+ # link needed library
+ pisitools.dosym("/usr/lib/nss/libnss3.so", "/usr/lib/libnss3.so.1d")
+ pisitools.dosym("/usr/lib/nss/libnssutil3.so", "/usr/lib/libnssutil3.so.1d")
+ pisitools.dosym("/usr/lib/nss/libsmime3.so", "/usr/lib/libsmime3.so.1d")
+ pisitools.dosym("/usr/lib/nss/libssl3.so", "/usr/lib/libssl3.so.1d")
+
+ pisitools.dosym("/usr/lib/libplds4.so", "/usr/lib/libplds4.so.0d")
+ pisitools.dosym("/usr/lib/libplc4.so", "/usr/lib/libplc4.so.0d")
+ pisitools.dosym("/usr/lib/libnspr4.so", "/usr/lib/libnspr4.so.0d")
+ pisitools.dosym("/lib/libbz2.so", "/usr/lib/libbz2.so.1.0")
+ pisitools.dosym("/usr/lib/libudev.so", "/opt/google/chrome/libudev.so.0")
diff --git a/network/browser/google-chrome/pspec.xml b/network/browser/google-chrome/pspec.xml
new file mode 100644
index 0000000..51159e7
--- /dev/null
+++ b/network/browser/google-chrome/pspec.xml
@@ -0,0 +1,156 @@
+
+
+
+
+ google-chrome
+ https://chrome.google.com/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ EULA
+ google-chrome
+ network.web
+ app:gui
+ Fast, secure and modern web browser with built-in privacy features
+ Google Chrome is a fast, secure, and modern web browser that combines minimal design with sophisticated technology. Features include built-in privacy protection, automatic updates, cross-platform synchronization, extensive extension support, and advanced developer tools.
+ Hızlı, güvenli ve modern web tarayıcısı, yerleşik gizlilik özellikleriyle
+ Google Chrome, minimal tasarımı gelişmiş teknolojiyle birleştiren hızlı, güvenli ve modern bir web tarayıcısıdır. Özellikler arasında yerleşik gizlilik koruması, otomatik güncellemeler, çapraz platform senkronizasyonu, geniş eklenti desteği ve gelişmiş geliştirici araçları bulunur.
+
+ https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
+
+
+
+ google-chrome
+
+ libutil-linux
+ at-spi2-core
+ nspr
+ gtk3
+ at-spi2-atk
+ libpng
+ freetype
+ libgcrypt
+ dbus
+ expat
+ glib2
+ libX11
+ libgcc
+ libxcb
+ cairo
+ atk
+ libXcomposite
+ libXrender
+ icon-theme-hicolor
+ dconf
+ libevent
+ libXi
+ libXdamage
+ libXfixes
+ libXtst
+ pango
+ libXext
+ libXrandr
+ libXcursor
+ minizip
+ alsa-lib
+ fontconfig
+ libXScrnSaver
+ icu4c
+ nss
+ cups
+ libjpeg-turbo
+ gdk-pixbuf
+ libvpx
+ wayland-client
+
+
+ /etc/opt/google/chrome/
+ /usr/bin/
+ /usr/lib/
+ /usr/share/man/
+ /usr/share/doc/
+ /opt/google/
+ /usr/share/pixmaps/
+ /usr/share/applications/
+ /usr/share/menu/
+ /usr/share/appdata/google-chrome.appdata.xml
+
+
+
+
+
+ 2026-05-29
+ 148.0.7778.215
+ Version bump to 148.0.7778.215
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2026-04-18
+ 147.0.7727.101
+ Version bump to 147.0.7727.101
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2026-04-05
+ 146.0.7680.177
+ Version bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2026-02-05
+ 144.0.7559.132
+ Version bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-12-11
+ 143.0.7499.109
+ Version bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-10-01
+ 141.0.7390.54
+ Version bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-08-21
+ 139.0.7258.138
+ Version bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-08-07
+ 139.0.7258.66
+ Version bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-07-10
+ 138.0.7204.100
+ Version bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-05-26
+ 136.0.7103.113
+ Version bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
+
+
+
diff --git a/network/browser/google-chrome/translations.xml b/network/browser/google-chrome/translations.xml
new file mode 100644
index 0000000..6477fb6
--- /dev/null
+++ b/network/browser/google-chrome/translations.xml
@@ -0,0 +1,10 @@
+
+
+
+ google-chrome
+ Google Chrome für Linux
+ Google Chrome para Linux
+ Google Chrome ist ein Web-Browser der von Google Inc. entwickelt wird. Wichtige Bestandteile sind die Rendering-Engine Webkit, sowie die JavaScript Engine. Beliebt macht den Browser seine einfach zu bedienende Oberfläche und die hohe Geschwindigkeit.
+ Google Chrome es un navegador web desarrollado por Google Inc... Usa el motor de renderizado WebKit, así como el motor de JavaScript. Un navegador popular con una interfaz fácil de usar y de alta velocidad.
+
+
diff --git a/network/browser/microsoft-edge/actions.py b/network/browser/microsoft-edge/actions.py
new file mode 100644
index 0000000..307dd5c
--- /dev/null
+++ b/network/browser/microsoft-edge/actions.py
@@ -0,0 +1,24 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+NoStrip = ["/usr"]
+IgnoreAutodep = True
+
+Version = get.srcVERSION()
+
+def setup():
+ shelltools.system("ar xf microsoft-edge-stable_%s-1_amd64.deb" % get.srcVERSION())
+ shelltools.system("tar xvf data.tar.xz")
+ shelltools.system("rm -rf microsoft-edge-stable_%s-1_amd64.deb" % get.srcVERSION())
+
+def install():
+ pisitools.insinto("/opt/microsoft", "opt/microsoft/msedge*")
+ pisitools.insinto("/usr/", "./usr/*")
+ pisitools.insinto("/etc/", "./etc/*")
+ pisitools.dosym("/opt/microsoft/msedge/product_logo_256.png", "/usr/share/pixmaps/microsoft-edge.png")
\ No newline at end of file
diff --git a/network/browser/microsoft-edge/files/machine-id b/network/browser/microsoft-edge/files/machine-id
new file mode 100644
index 0000000..80e6211
--- /dev/null
+++ b/network/browser/microsoft-edge/files/machine-id
@@ -0,0 +1 @@
+25924b3d-0000-4000-8000-000000000000
diff --git a/network/browser/microsoft-edge/pspec.xml b/network/browser/microsoft-edge/pspec.xml
new file mode 100644
index 0000000..f137f42
--- /dev/null
+++ b/network/browser/microsoft-edge/pspec.xml
@@ -0,0 +1,154 @@
+
+
+
+
+ Microsoft-Edge
+ https://www.microsoft.com/edge
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ EULA
+ Microsoft-Edge
+ network.web
+ app:gui
+ Fast, secure and modern web browser with AI-powered features and deep Microsoft integration
+ Hızlı, güvenli ve modern web tarayıcısı, AI özellikleri ve Microsoft entegrasyonuyla
+ Microsoft Edge is a fast, secure, and modern web browser built on Chromium with AI-powered features, deep Microsoft 365 integration, vertical tabs, collections, and enterprise-grade security. Features include tracking prevention, password monitor, built-in PDF reader, and seamless sync across devices.
+ Microsoft Edge, Chromium tabanlı hızlı, güvenli ve modern bir web tarayıcısıdır. AI özellikleri, Microsoft 365 entegrasyonu, dikey sekmeler, koleksiyonlar ve kurumsal düzeyde güvenlik sunar. Takip önleme, parola izleyici, yerleşik PDF okuyucu ve cihazlar arası sorunsuz senkronizasyon özelliklerini içerir.
+
+ https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_148.0.3967.96-1_amd64.deb
+
+
+
+
+ Microsoft-Edge
+
+ ca-certificates
+ liberation-fonts
+ atk
+ libatomic_ops
+ at-spi2-core
+ glibc
+ cairo
+ cups
+ curl
+ gnutls
+ libdrm
+ expat
+ mesa
+ gcc
+ glib2
+ gtk3
+ nspr
+ nss
+ pango
+ uuidd
+ libX11
+ libxcb
+ libXcomposite
+ libXdamage
+ libXext
+ libXfixes
+ libxkbcommon
+ libXrandr
+ wget
+ xdg-utils
+ libgcc
+ libxml2
+ libutil-linux
+ wayland-client
+
+
+
+ /etc
+ /opt/microsoft/msedge/
+ /usr/bin/
+ /usr/share/
+ /usr/share/appdata/microsoft-edge.appdata.xml
+ /usr/share/applications/
+ /usr/share/doc/
+ /usr/share/gnome-control-center/
+ /usr/share/man/
+ /usr/share/menu/
+
+
+
+ machine-id
+
+
+
+
+
+
+ 2026-05-29
+ 148.0.3967.96
+ Version bump to 148.0.3967.96
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2026-04-18
+ 147.0.3912.72
+ Version bump to 147.0.3912.72
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2026-04-05
+ 146.0.3856.97
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2026-02-05
+ 144.0.3719.92
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-12-11
+ 143.0.3650.66
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-10-01
+ 140.0.3485.94
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-08-21
+ 139.0.3405.86
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-08-07
+ 138.0.3351.95
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-07-10
+ 138.0.3351.77
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-05-26
+ 136.0.3240.92
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
diff --git a/network/browser/opera-beta/actions.py b/network/browser/opera-beta/actions.py
new file mode 100644
index 0000000..4c794dc
--- /dev/null
+++ b/network/browser/opera-beta/actions.py
@@ -0,0 +1,33 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+NoStrip = ["/usr"]
+IgnoreAutodep = True
+
+Version = get.srcVERSION()
+
+def setup():
+ # shelltools.system("pwd")
+ shelltools.system("ar xf opera-beta_%s_amd64.deb" %get.srcVERSION())
+ shelltools.system("tar xvf data.tar.xz")
+
+def install():
+ # root owns sandbox as it is setuid
+ shelltools.system("chown root:root usr/lib/x86_64-linux-gnu/opera-beta/opera_sandbox")
+ # ensure setuid
+ shelltools.system("chmod 4755 usr/lib/x86_64-linux-gnu/opera-beta/opera_sandbox")
+ pisitools.insinto("/", "usr")
+
+ # Because ew.
+ pisitools.move("%s/usr/lib/x86_64-linux-gnu/*" % get.installDIR(), "%s/usr/lib" % get.installDIR())
+ pisitools.removeDir("/usr/lib/x86_64-linux-gnu")
+ pisitools.removeDir("/usr/share/lintian")
+
+ pisitools.remove("/usr/bin/opera-beta")
+ pisitools.insinto("/usr/bin/", "./usr/lib/x86_64-linux-gnu/opera-beta/opera-beta")
diff --git a/network/browser/opera-beta/files/opera-beta.desktop b/network/browser/opera-beta/files/opera-beta.desktop
new file mode 100644
index 0000000..56e32d6
--- /dev/null
+++ b/network/browser/opera-beta/files/opera-beta.desktop
@@ -0,0 +1,23 @@
+[Desktop Entry]
+Version=1.0
+Name=Opera-Beta
+GenericName=Web browser
+Comment=Fast and secure web browser (Beta)
+#TryExec=opera-developer
+Exec=/usr/lib/opera-beta/opera-beta
+Terminal=false
+Icon=/usr/share/pixmaps/opera-beta.png
+Type=Application
+Categories=Network;WebBrowser;Internet
+MimeType=text/html;text/xml;application/xhtml_xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;application/x-opera-download;
+Actions=NewWindow;NewPrivateWindow;
+
+[Desktop Action NewWindow]
+Name=New Window
+Exec=opera-beta --new-window
+TargetEnvironment=Unity
+
+[Desktop Action NewPrivateWindow]
+Name=New Private Window
+Exec=opera-beta --private
+TargetEnvironment=Unity
diff --git a/network/browser/opera-beta/files/opera-beta.png b/network/browser/opera-beta/files/opera-beta.png
new file mode 100644
index 0000000..473d04a
Binary files /dev/null and b/network/browser/opera-beta/files/opera-beta.png differ
diff --git a/network/browser/opera-beta/pspec.xml b/network/browser/opera-beta/pspec.xml
new file mode 100644
index 0000000..8044f02
--- /dev/null
+++ b/network/browser/opera-beta/pspec.xml
@@ -0,0 +1,98 @@
+
+
+
+
+ opera-beta
+ http://www.opera.com/
+
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+ Opera Web Browser Developer version
+ Opera Web Browser Developer Version
+ EULA
+
+ https://get.geo.opera.com/pub/opera-beta/72.0.3815.133/linux/opera-beta_72.0.3815.133_amd64.deb
+
+
+ binutils
+
+
+
+
+ opera-beta
+
+ atk
+ gtk3
+ libxcb
+ at-spi2-atk
+ nss
+ cups
+ curl
+ dbus
+ gtk2
+ nspr
+ zlib
+ cairo
+ expat
+ gconf
+ glib2
+ libXi
+ pango
+ libX11
+ libgcc
+ libXext
+ libXtst
+ alsa-lib
+ libXfixes
+ libXrandr
+ libnotify
+ fontconfig
+ gdk-pixbuf
+ libXcursor
+ libXdamage
+ libXrender
+ libXScrnSaver
+ libXcomposite
+ gsettings-desktop-schemas
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/applications
+ /usr/share/doc
+ /usr/share/menu
+ /usr/share/mime
+ /usr/share/icons
+ /usr/share/pixmaps
+
+
+ opera-beta.desktop
+ opera-beta.png
+
+
+
+
+
+ 2020-10-21
+ 72.0.3815.133
+ Version bump.
+ Idris Kalp
+ idris Kalp
+
+
+ 2020-04-14
+ 68.0.3618.36
+ Version bump.
+ Idris Kalp
+ idris Kalp
+
+
+ 2019-11-02
+ 65.0.3467.24
+ First Release.
+ Idris Kalp
+ idris Kalp
+
+
+
diff --git a/network/browser/opera-developer/actions.py b/network/browser/opera-developer/actions.py
new file mode 100644
index 0000000..1d7bd32
--- /dev/null
+++ b/network/browser/opera-developer/actions.py
@@ -0,0 +1,34 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+NoStrip = ["/usr"]
+IgnoreAutodep = True
+
+Version = get.srcVERSION()
+
+def setup():
+ # shelltools.system("pwd")
+ shelltools.system("ar xf opera-developer_%s_amd64.deb" %get.srcVERSION())
+ shelltools.system("tar xvf data.tar.xz")
+
+def install():
+ # root owns sandbox as it is setuid
+ shelltools.system("chown root:root usr/lib/x86_64-linux-gnu/opera-developer/opera_sandbox")
+ # ensure setuid
+ shelltools.system("chmod 4755 usr/lib/x86_64-linux-gnu/opera-developer/opera_sandbox")
+ pisitools.insinto("/", "usr")
+
+ # Because ew.
+ pisitools.move("%s/usr/lib/x86_64-linux-gnu/*" % get.installDIR(), "%s/usr/lib" % get.installDIR())
+ pisitools.dosym("/usr/lib/opera-developer/libffmpeg.so", "/usr/lib/libffmpeg.so")
+ pisitools.removeDir("/usr/lib/x86_64-linux-gnu")
+ pisitools.removeDir("/usr/share/lintian")
+
+ pisitools.remove("/usr/bin/opera-developer")
+ pisitools.insinto("/usr/bin/", "./usr/lib/x86_64-linux-gnu/opera-developer/opera-developer")
diff --git a/network/browser/opera-developer/files/opera-developer.desktop b/network/browser/opera-developer/files/opera-developer.desktop
new file mode 100644
index 0000000..e2c71fd
--- /dev/null
+++ b/network/browser/opera-developer/files/opera-developer.desktop
@@ -0,0 +1,23 @@
+[Desktop Entry]
+Version=1.0
+Name=Opera-Developer
+GenericName=Web browser
+Comment=Fast and secure web browser
+#TryExec=opera-developer
+Exec=/usr/lib/opera-developer/opera-developer
+Terminal=false
+Icon=/usr/share/pixmaps/opera-developer.png
+Type=Application
+Categories=Network;WebBrowser;Internet
+MimeType=text/html;text/xml;application/xhtml_xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;application/x-opera-download;
+Actions=NewWindow;NewPrivateWindow;
+
+[Desktop Action NewWindow]
+Name=New Window
+Exec=opera-developer --new-window
+TargetEnvironment=Unity
+
+[Desktop Action NewPrivateWindow]
+Name=New Private Window
+Exec=opera-developer --private
+TargetEnvironment=Unity
diff --git a/network/browser/opera-developer/files/opera-developer.png b/network/browser/opera-developer/files/opera-developer.png
new file mode 100644
index 0000000..ec67861
Binary files /dev/null and b/network/browser/opera-developer/files/opera-developer.png differ
diff --git a/network/browser/opera-developer/pspec.xml b/network/browser/opera-developer/pspec.xml
new file mode 100644
index 0000000..778ae13
--- /dev/null
+++ b/network/browser/opera-developer/pspec.xml
@@ -0,0 +1,117 @@
+
+
+
+
+ opera-developer
+ http://www.opera.com/
+
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+ Opera Web Browser Developer version
+ Opera Web Browser Developer Version
+ EULA
+
+ https://get.geo.opera.com/pub/opera-developer/133.0.5910.0/linux/opera-developer_133.0.5910.0_amd64.deb
+
+
+
+
+
+ opera-developer
+
+ atk
+ gtk3
+ libxcb
+ at-spi2-atk
+ nss
+ cups
+ curl
+ dbus
+ gtk2
+ nspr
+ zlib
+ cairo
+ expat
+ gconf
+ glib2
+ libXi
+ pango
+ libX11
+ libgcc
+ libXext
+ libXtst
+ alsa-lib
+ libXfixes
+ libXrandr
+ libnotify
+ fontconfig
+ gdk-pixbuf
+ libXcursor
+ libXdamage
+ libXrender
+ libXScrnSaver
+ libXcomposite
+ gsettings-desktop-schemas
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/applications
+ /usr/share/doc
+ /usr/share/menu
+ /usr/share/mime
+ /usr/share/icons
+ /usr/share/pixmaps
+
+
+ opera-developer.desktop
+ opera-developer.png
+
+
+
+
+
+ 2026-05-29
+ 133.0.5910.0
+ Version bump
+ Erkan İŞİK
+ erkanisik@pisilinux.org
+
+
+ 2020-10-21
+ 73.0.3847.0
+ Version bump
+ Idris Kalp
+ idriskalp@gmail.com
+
+
+ 2020-04-14
+ 69.0.3653.0
+ Version bump
+ Idris Kalp
+ idriskalp@gmail.com
+
+
+ 2020-01-16
+ 67.0.3564.0
+ Version bump
+ Idris Kalp
+ idriskalp@gmail.com
+
+
+ 2019-11-02
+ 66.0.3489.0
+ Version bump
+ Idris Kalp
+ idriskalp@gmail.com
+
+
+ 2018-05-03
+ 55.0.2962.0
+ First Release.
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/network/browser/opera/actions.py b/network/browser/opera/actions.py
new file mode 100644
index 0000000..7e19f4a
--- /dev/null
+++ b/network/browser/opera/actions.py
@@ -0,0 +1,32 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+#NoStrip = ["/usr/lib/x86_64-linux-gnu/opera"]
+#IgnoreAutodep = True
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("ar xf opera-stable_%s_amd64.deb" % get.srcVERSION())
+ shelltools.system("tar xvf data.tar.xz")
+
+def install():
+ pisitools.insinto("/opt", "usr/lib/x86_64-linux-gnu/*")
+ pisitools.insinto("/usr/share", "usr/share/*")
+ pisitools.dosym("/opt/opera/opera", "/usr/bin/opera")
+ # root owns sandbox as it is setuid
+ #shelltools.system("chown root:root usr/lib/x86_64-linux-gnu/opera/opera_sandbox")
+ # ensure setuid
+ #shelltools.system("chmod 4755 usr/lib/x86_64-linux-gnu/opera/opera_sandbox")
+
+ # Because ew.
+ #pisitools.move("%s/usr/lib/x86_64-linux-gnu/*" % get.installDIR(), "%s/usr/lib" % get.installDIR())
+ #pisitools.removeDir("/usr/lib/x86_64-linux-gnu")
+ #pisitools.removeDir("/usr/share/lintian")
+
+ #pisitools.remove("/usr/bin/opera")
diff --git a/network/browser/opera/files/libffmpeg.so b/network/browser/opera/files/libffmpeg.so
new file mode 100644
index 0000000..5a6d362
Binary files /dev/null and b/network/browser/opera/files/libffmpeg.so differ
diff --git a/network/browser/opera/pspec.xml b/network/browser/opera/pspec.xml
new file mode 100644
index 0000000..296a735
--- /dev/null
+++ b/network/browser/opera/pspec.xml
@@ -0,0 +1,135 @@
+
+
+
+
+ opera
+ https://www.opera.com/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Fast, secure and feature-rich web browser with built-in VPN and ad blocker
+ Hızlı, güvenli ve özellik zengini web tarayıcısı, yerleşik VPN ve reklam engelleme ile
+ Opera is a fast, secure, and feature-rich web browser with built-in VPN, ad blocker, battery saver, and integrated social media messengers. Features include workspaces, flow synchronization, crypto wallet, and AI-powered browsing assistance.
+ Opera, yerleşik VPN, reklam engelleyici, pil tasarrufu ve entegre sosyal medya mesajlaşma özelliklerine sahip hızlı, güvenli ve özellik zengini bir web tarayıcısıdır. Çalışma alanları, Flow senkronizasyonu, kripto cüzdanı ve AI destekli gezinme yardımı özelliklerini içerir.
+ EULA
+ opera
+
+ https://download5.operacdn.com/ftp/pub/opera/desktop/132.0.5905.11/linux/opera-stable_132.0.5905.11_amd64.deb
+
+
+
+
+ opera-stable
+
+ atk
+ gtk3
+ libxcb
+ at-spi2-atk
+ at-spi2-core
+ nss
+ cups
+ curl
+ dbus
+ gtk2
+ nspr
+ zlib
+ cairo
+ expat
+ dconf
+ glib2
+ libXi
+ pango
+ libX11
+ libgcc
+ libXext
+ libXtst
+ alsa-lib
+ libXfixes
+ libXrandr
+ libnotify
+ fontconfig
+ gdk-pixbuf
+ libXcursor
+ libXdamage
+ libXrender
+ libXScrnSaver
+ libXcomposite
+ wayland-client
+ gsettings-desktop-schemas
+
+
+ /opt
+ /usr
+
+
+ libffmpeg.so
+
+
+
+
+ 2026-05-29
+ 132.0.5905.11
+ Version bump to 132.0.5905.11
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2026-04-18
+ 130.0.5847.41
+ Version bump to 130.0.5847.41
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2026-04-05
+ 129.0.5823.44
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2026-02-05
+ 126.0.5750.59
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-12-11
+ 125.0.5729.15
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-10-01
+ 122.0.5643.92
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-08-07
+ 120.0.5543.161
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-07-10
+ 120.0.5543.61
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-05-26
+ 119.0.5497.40
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
+
diff --git a/network/browser/vivaldi/actions.py b/network/browser/vivaldi/actions.py
new file mode 100644
index 0000000..2a0a8ec
--- /dev/null
+++ b/network/browser/vivaldi/actions.py
@@ -0,0 +1,22 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+NoStrip = ["/usr"]
+IgnoreAutodep = True
+
+Version = get.srcVERSION()
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("ar xf vivaldi-stable_%s-1_amd64.deb" % get.srcVERSION())
+ shelltools.system("tar xvf data.tar.xz")
+
+def install():
+ pisitools.insinto("/opt/", "opt/vivaldi*")
+ pisitools.dosym("/opt/vivaldi/vivaldi", "/usr/bin/vivaldi")
\ No newline at end of file
diff --git a/network/browser/vivaldi/files/vivaldi-browser.desktop b/network/browser/vivaldi/files/vivaldi-browser.desktop
new file mode 100644
index 0000000..0fb9fc8
--- /dev/null
+++ b/network/browser/vivaldi/files/vivaldi-browser.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=vivaldi-browser
+GenericName=Web Browser
+Exec=/usr/bin/vivaldi %U
+Terminal=false
+Icon=vivaldi-browser.png
+Type=Application
+Categories=Network;WebBrowser;
+MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/ftp;x-scheme-handler/http;x-scheme-handler/https;
+Actions=new-window;new-private-window;
\ No newline at end of file
diff --git a/network/browser/vivaldi/files/vivaldi-browser.png b/network/browser/vivaldi/files/vivaldi-browser.png
new file mode 100644
index 0000000..e5dfa39
Binary files /dev/null and b/network/browser/vivaldi/files/vivaldi-browser.png differ
diff --git a/network/browser/vivaldi/pspec.xml b/network/browser/vivaldi/pspec.xml
new file mode 100644
index 0000000..8de5968
--- /dev/null
+++ b/network/browser/vivaldi/pspec.xml
@@ -0,0 +1,114 @@
+
+
+
+
+ vivaldi-browser
+ https://vivaldi.com/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Advanced web browser with extensive customization options and power-user features
+ Gelişmiş özelleştirme seçenekleri ve güçlü kullanıcı özelliklerine sahip web tarayıcısı
+ Vivaldi is an advanced web browser designed for power users with extensive customization options, built-in ad blocker, tracker protection, tab management, notes, and unique features like tab tiling and vertical tabs. Based on Chromium with enhanced privacy and productivity features.
+ Vivaldi, güçlü kullanıcılar için tasarlanmış gelişmiş bir web tarayıcısıdır. Geniş özelleştirme seçenekleri, yerleşik reklam engelleyici, takipçi koruması, sekme yönetimi, notlar ve sekme döşeme, dikey sekmeler gibi benzersiz özellikler sunar. Chromium tabanlı olup gelişmiş gizlilik ve verimlilik özelliklerine sahiptir.
+ EULA
+ vivaldi
+
+ https://downloads.vivaldi.com/stable/vivaldi-stable_8.0.4033.35-1_amd64.deb
+
+
+
+ vivaldi-browser
+
+ gtk3
+ nss
+ cups
+ alsa-lib
+ desktop-file-utils
+ shared-mime-info
+ icon-theme-hicolor
+ libXScrnSaver
+ fontconfig
+ libX11
+ libgcc
+ libxcb
+ libXext
+
+
+ /opt/vivaldi
+ /usr/bin
+ /usr/share
+
+
+ vivaldi-browser.desktop
+ vivaldi-browser.png
+
+
+
+
+
+ 2026-05-29
+ 8.0.4033.35
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2026-04-05
+ 7.9.3970.47
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2026-02-05
+ 7.8.3925.62
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-12-11
+ 7.7.3851.61
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-10-01
+ 7.6.3797.56
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-08-21
+ 7.5.3735.64
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-08-07
+ 7.5.3735.58
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-07-10
+ 7.5.3735.47
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-05-26
+ 7.4.3684.38
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
diff --git a/network/browser/zen-browser/actions.py b/network/browser/zen-browser/actions.py
new file mode 100644
index 0000000..4d5ce3f
--- /dev/null
+++ b/network/browser/zen-browser/actions.py
@@ -0,0 +1,20 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+from pisi.actionsapi import get, pisitools, shelltools
+NoStrip = ["/opt", "/usr"]
+IgnoreAutodep = True
+Version = get.srcVERSION()
+
+#def install():
+# pisitools.insinto("/opt/zen-browser/", "*")
+# pisitools.dosym("/opt/zen-browser/zen-bin","/usr/bin/zen-bin")
+
+
+def install():
+ pisitools.dodir ("/opt/zen-browser")
+ pisitools.doexe("zen-x86_64.AppImage", "/opt/zen-browser")
+ pisitools.dosym("/opt/zen-browser/zen-x86_64.AppImage", "/usr/bin/zen-bin")
+
\ No newline at end of file
diff --git a/network/browser/zen-browser/files/zen-browser.desktop b/network/browser/zen-browser/files/zen-browser.desktop
new file mode 100644
index 0000000..ea7cd08
--- /dev/null
+++ b/network/browser/zen-browser/files/zen-browser.desktop
@@ -0,0 +1,173 @@
+[Desktop Entry]
+Version=1.0
+Name=Zen Browser
+GenericName=Web Browser
+GenericName[ar]=متصفح الشبكة
+GenericName[bg]=Уеб браузър
+GenericName[ca]=Navegador web
+GenericName[cs]=WWW prohlížeč
+GenericName[da]=Browser
+GenericName[de]=Web-Browser
+GenericName[el]=Περιηγητής ιστού
+GenericName[en_GB]=Web Browser
+GenericName[es]=Navegador web
+GenericName[et]=Veebibrauser
+GenericName[fi]=WWW-selain
+GenericName[fr]=Navigateur Web
+GenericName[gu]=વેબ બ્રાઉઝર
+GenericName[he]=דפדפן אינטרנט
+GenericName[hi]=वेब ब्राउज़र
+GenericName[hu]=Webböngésző
+GenericName[it]=Browser Web
+GenericName[ja]=ウェブブラウザ
+GenericName[kn]=ಜಾಲ ವೀಕ್ಷಕ
+GenericName[ko]=웹 브라우저
+GenericName[lt]=Žiniatinklio naršyklė
+GenericName[lv]=Tīmekļa pārlūks
+GenericName[ml]=വെബ് ബ്രൌസര്
+GenericName[mr]=वेब ब्राऊजर
+GenericName[nb]=Nettleser
+GenericName[nl]=Webbrowser
+GenericName[pl]=Przeglądarka WWW
+GenericName[pt]=Navegador Web
+GenericName[pt_BR]=Navegador da Internet
+GenericName[ro]=Navigator de Internet
+GenericName[ru]=Веб-браузер
+GenericName[sl]=Spletni brskalnik
+GenericName[sv]=Webbläsare
+GenericName[ta]=இணைய உலாவி
+GenericName[th]=เว็บเบราว์เซอร์
+GenericName[tr]=Web Tarayıcı
+GenericName[uk]=Навігатор Тенет
+GenericName[zh_CN]=网页浏览器
+GenericName[zh_HK]=網頁瀏覽器
+GenericName[zh_TW]=網頁瀏覽器
+GenericName[bn]=ওয়েব ব্রাউজার
+GenericName[fil]=Web Browser
+GenericName[hr]=Web preglednik
+GenericName[id]=Browser Web
+GenericName[or]=ଓ୍ବେବ ବ୍ରାଉଜର
+GenericName[sk]=WWW prehliadač
+GenericName[sr]=Интернет прегледник
+GenericName[te]=మహాతల అన్వేషి
+GenericName[vi]=Bộ duyệt Web
+Comment=Experience tranquillity while browsing the web without people tracking you!
+Comment[en_GB]=Experience tranquillity while browsing the web without people tracking you!
+Comment[tr_TR]=İnternette sizi kimse takip etmeden huzurla gezinin!
+
+Exec=/opt/zen-browser/zen-bin %U
+Terminal=false
+Icon=zen-browser
+Type=Application
+Categories=Network;WebBrowser;
+MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json;
+
+[Desktop Action new-window]
+Name=New Window
+Name[am]=አዲስ መስኮት
+Name[ar]=نافذة جديدة
+Name[bg]=Нов прозорец
+Name[bn]=নতুন উইন্ডো
+Name[ca]=Finestra nova
+Name[cs]=Nové okno
+Name[da]=Nyt vindue
+Name[de]=Neues Fenster
+Name[el]=Νέο Παράθυρο
+Name[en_GB]=New Window
+Name[es]=Nueva ventana
+Name[et]=Uus aken
+Name[fa]=پنجره جدید
+Name[fi]=Uusi ikkuna
+Name[fil]=New Window
+Name[fr]=Nouvelle fenêtre
+Name[gu]=નવી વિંડો
+Name[hi]=नई विंडो
+Name[hr]=Novi prozor
+Name[hu]=Új ablak
+Name[id]=Jendela Baru
+Name[it]=Nuova finestra
+Name[iw]=חלון חדש
+Name[ja]=新規ウインドウ
+Name[kn]=ಹೊಸ ವಿಂಡೊ
+Name[ko]=새 창
+Name[lt]=Naujas langas
+Name[lv]=Jauns logs
+Name[ml]=പുതിയ വിന്ഡോ
+Name[mr]=नवीन विंडो
+Name[nl]=Nieuw venster
+Name[no]=Nytt vindu
+Name[pl]=Nowe okno
+Name[pt]=Nova janela
+Name[pt_BR]=Nova janela
+Name[ro]=Fereastră nouă
+Name[ru]=Новое окно
+Name[sk]=Nové okno
+Name[sl]=Novo okno
+Name[sr]=Нови прозор
+Name[sv]=Nytt fönster
+Name[sw]=Dirisha Jipya
+Name[ta]=புதிய சாளரம்
+Name[te]=క్రొత్త విండో
+Name[th]=หน้าต่างใหม่
+Name[tr]=Yeni Pencere
+Name[uk]=Нове вікно
+Name[vi]=Cửa sổ Mới
+Name[zh_CN]=新建窗口
+Name[zh_TW]=開新視窗
+Exec=/opt/zen-browser/zen-bin %u
+
+[Desktop Action new-private-window]
+Name=New Incognito Window
+Name[ar]=نافذة جديدة للتصفح المتخفي
+Name[bg]=Нов прозорец „инкогнито“
+Name[bn]=নতুন ছদ্মবেশী উইন্ডো
+Name[ca]=Finestra d'incògnit nova
+Name[cs]=Nové anonymní okno
+Name[da]=Nyt inkognitovindue
+Name[de]=Neues Inkognito-Fenster
+Name[el]=Νέο παράθυρο για ανώνυμη περιήγηση
+Name[en_GB]=New Incognito window
+Name[es]=Nueva ventana de incógnito
+Name[et]=Uus inkognito aken
+Name[fa]=پنجره جدید حالت ناشناس
+Name[fi]=Uusi incognito-ikkuna
+Name[fil]=Bagong Incognito window
+Name[fr]=Nouvelle fenêtre de navigation privée
+Name[gu]=નવી છુપી વિંડો
+Name[hi]=नई गुप्त विंडो
+Name[hr]=Novi anoniman prozor
+Name[hu]=Új Inkognitóablak
+Name[id]=Jendela Penyamaran baru
+Name[it]=Nuova finestra di navigazione in incognito
+Name[iw]=חלון חדש לגלישה בסתר
+Name[ja]=新しいシークレット ウィンドウ
+Name[kn]=ಹೊಸ ಅಜ್ಞಾತ ವಿಂಡೋ
+Name[ko]=새 시크릿 창
+Name[lt]=Naujas inkognito langas
+Name[lv]=Jauns inkognito režīma logs
+Name[ml]=പുതിയ വേഷ പ്രച്ഛന്ന വിന്ഡോ
+Name[mr]=नवीन गुप्त विंडो
+Name[nl]=Nieuw incognitovenster
+Name[no]=Nytt inkognitovindu
+Name[pl]=Nowe okno incognito
+Name[pt]=Nova janela de navegação anónima
+Name[pt_BR]=Nova janela anônima
+Name[ro]=Fereastră nouă incognito
+Name[ru]=Новое окно в режиме инкогнито
+Name[sk]=Nové okno inkognito
+Name[sl]=Novo okno brez beleženja zgodovine
+Name[sr]=Нови прозор за прегледање без архивирања
+Name[sv]=Nytt inkognitofönster
+Name[ta]=புதிய மறைநிலைச் சாளரம்
+Name[te]=క్రొత్త అజ్ఞాత విండో
+Name[th]=หน้าต่างใหม่ที่ไม่ระบุตัวตน
+Name[tr]=Yeni Gizli pencere
+Name[uk]=Нове вікно в режимі анонімного перегляду
+Name[vi]=Cửa sổ ẩn danh mới
+Name[zh_CN]=新建隐身窗口
+Name[zh_TW]=新增無痕式視窗
+Exec=/opt/zen-browser/zen-bin --private-window
+
+[Desktop Action profilemanager]
+Name=Open the Profile Manager
+Exec=/opt/zen-browser/zen-bin --ProfileManager %u
diff --git a/network/browser/zen-browser/files/zen-browser.png b/network/browser/zen-browser/files/zen-browser.png
new file mode 100644
index 0000000..6f1251b
Binary files /dev/null and b/network/browser/zen-browser/files/zen-browser.png differ
diff --git a/network/browser/zen-browser/pspec.xml b/network/browser/zen-browser/pspec.xml
new file mode 100644
index 0000000..f019699
--- /dev/null
+++ b/network/browser/zen-browser/pspec.xml
@@ -0,0 +1,119 @@
+
+
+
+
+ zen-browser
+ https://zen-browser.app/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ MPL-2.0
+ zen-browser
+ Privacy-focused Firefox-based browser with enhanced security and performance
+ Gizlilik odaklı, Firefox tabanlı tarayıcı, gelişmiş güvenlik ve performans ile
+ Zen Browser is a privacy-focused web browser based on Firefox with enhanced security features, improved performance, and a clean interface. Built for users who value privacy and want a distraction-free browsing experience without tracking.
+ Zen Browser, gelişmiş güvenlik özellikleri, iyileştirilmiş performans ve temiz arayüze sahip, Firefox tabanlı gizlilik odaklı bir web tarayıcısıdır. Takip olmadan dikkat dağıtıcı olmayan gezinme deneyimi isteyen kullanıcılar için tasarlanmıştır.
+
+
+ https://github.com/zen-browser/desktop/releases/download/1.20.1b/zen-x86_64.AppImage
+
+
+
+
+
+ zen-browser
+
+ nss
+ gtk3
+ dbus-glib
+ hunspell
+ libnotify
+ libXt
+ NetworkManager
+
+
+ /opt/zen-browser
+ /usr/bin
+ /usr/share/applications/
+ /usr/share/icons
+
+
+ zen-browser.desktop
+ zen-browser.png
+
+
+
+
+
+ 2026-10-29
+ 1.20.1b
+ Version bump to 1.20.1b
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2026-04-18
+ 1.19.8b
+ Version bump to 1.19.8b
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2026-02-05
+ 1.18.4b
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-12-11
+ 1.17.12b
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-10-01
+ 1.16.2b
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-08-21
+ 1.14.11b
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-08-07
+ 1.14.10b
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-07-10
+ 1.14.3b
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-05-26
+ 1.12.8b
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-05-14
+ 1.12.3b
+ First release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
diff --git a/network/chat/component.xml b/network/chat/component.xml
new file mode 100644
index 0000000..9348a2d
--- /dev/null
+++ b/network/chat/component.xml
@@ -0,0 +1,3 @@
+
+ network.chat
+
\ No newline at end of file
diff --git a/network/chat/discord/actions.py b/network/chat/discord/actions.py
new file mode 100644
index 0000000..b005e86
--- /dev/null
+++ b/network/chat/discord/actions.py
@@ -0,0 +1,10 @@
+#!/usr/bin/python
+# Created For PisiLinux
+from pisi.actionsapi import pisitools, shelltools
+
+WorkDir = "."
+NoStrip = ["/"]
+
+def install():
+ pisitools.insinto("/opt/discord/", "Discord/*")
+ pisitools.dosym('/opt/discord/Discord', '/usr/bin/discord')
\ No newline at end of file
diff --git a/network/chat/discord/comar/package.py b/network/chat/discord/comar/package.py
new file mode 100644
index 0000000..8e166f9
--- /dev/null
+++ b/network/chat/discord/comar/package.py
@@ -0,0 +1,7 @@
+import os
+
+def postInstall(fromVersion, fromRelease, toVersion, toRelease):
+ os.system("update-desktop-database")
+
+def postRemove():
+ os.system("update-desktop-database")
\ No newline at end of file
diff --git a/network/chat/discord/files/discord.desktop b/network/chat/discord/files/discord.desktop
new file mode 100644
index 0000000..4a1755c
--- /dev/null
+++ b/network/chat/discord/files/discord.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Discord
+StartupWMClass=discord
+Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
+GenericName=Internet Messenger
+Exec=/usr/bin/discord
+Icon=discord
+Type=Application
+Categories=Network;InstantMessaging;
+Path=/usr/bin
\ No newline at end of file
diff --git a/network/chat/discord/files/discord.png b/network/chat/discord/files/discord.png
new file mode 100644
index 0000000..15cb214
Binary files /dev/null and b/network/chat/discord/files/discord.png differ
diff --git a/network/chat/discord/pspec.xml b/network/chat/discord/pspec.xml
new file mode 100644
index 0000000..38b4fbd
--- /dev/null
+++ b/network/chat/discord/pspec.xml
@@ -0,0 +1,104 @@
+
+
+
+
+ discord
+ https://discord.com
+
+ Bedirhan KURT
+ bedirhan.kurt@outlook.com
+
+ discord
+ All-in-one voice and text chat for gamers
+ Oyuncular için tüm bir ses ve metin sohbeti
+ All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
+ Oyuncular için ücretsiz, güvenli ve hem masaüstü hem de telefonunuzda çalışan tümleşik sesli ve yazılı sohbet.
+ proprietary
+ app:gui
+
+
+
+ https://stable.dl2.discordapp.net/apps/linux/0.0.118/discord-0.0.118.tar.gz
+
+
+
+
+ discord
+
+ gtk3
+ libnotify
+ libXScrnSaver
+ nspr
+ nss
+ alsa-lib
+ xdg-utils
+ noto-fonts
+
+
+ /opt/discord
+ /usr/bin
+ /usr/share/applications
+ /usr/share/icons
+
+
+ discord.desktop
+ discord.png
+
+
+ System.Package
+
+
+
+
+
+ 2025-12-11
+ 0.0.118
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-09-30
+ 0.0.111
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-09-09
+ 0.0.109
+ Version Bump.
+ Bedirhan KURT
+ bedirhan.kurt@outlook.com
+
+
+ 2025-09-04
+ 0.0.108
+ Version Bump.
+ Bedirhan KURT
+ bedirhan.kurt@outlook.com
+
+
+ 2025-08-31
+ 0.0.107
+ Version Bump.
+ Bedirhan KURT
+ bedirhan.kurt@outlook.com
+
+
+ 2025-07-10
+ 0.0.101
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-04-19
+ 0.0.91
+ Version Bump.
+ Bedirhan Kurt
+ bedirhan.kurt@outlook.com
+
+
+
+
diff --git a/network/chat/discord/translations.xml b/network/chat/discord/translations.xml
new file mode 100644
index 0000000..432c218
--- /dev/null
+++ b/network/chat/discord/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ discord
+ Oyuncular için hepsi bir arada sesli ve yazılı sohbet
+ Oyuncular için ücretsiz, güvenli, hem bilgisayarınızda hem de telefonunuzda çalışabilen, hepsi bir arada sesli ve yazılı sohbet.
+
+
diff --git a/network/chat/ferdium/actions.py b/network/chat/ferdium/actions.py
new file mode 100644
index 0000000..3852aab
--- /dev/null
+++ b/network/chat/ferdium/actions.py
@@ -0,0 +1,29 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+#WorkDir = "."
+#NoStrip = ["/"]
+
+NoStrip = ["/usr"]
+IgnoreAutodep = True
+
+Version = get.srcVERSION()
+
+def setup():
+ shelltools.system("pwd")
+
+ shelltools.system("ar xf Ferdium-linux-%s-amd64.deb" % get.srcVERSION())
+ shelltools.system("tar xvf data.tar.xz")
+
+def install():
+ pisitools.insinto("/opt/", "opt/Ferdium")
+ #pisitools.dosym("/opt/vivaldi/vivaldi", "/usr/bin/vivaldi")
+
+ #pisitools.dodir ("/opt/Ferdium")
+ #pisitools.insinto("/opt/Ferdium", "Ferdium-linux-6.7.5/*")
+ pisitools.dosym("/opt/Ferdium/ferdium", "/usr/bin/ferdium")
diff --git a/network/chat/ferdium/files/ferdium.desktop b/network/chat/ferdium/files/ferdium.desktop
new file mode 100644
index 0000000..d3b1764
--- /dev/null
+++ b/network/chat/ferdium/files/ferdium.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Categories=Network;
+Comment=A messaging browser that allows you to combine your favorite messaging services into one application
+Encoding=UTF-8
+Exec=ferdium
+GenericName[tr_TR]=A messaging browser that allows you to combine your favorite messaging services into one application
+GenericName=A messaging browser that allows you to combine your favorite messaging services into one application
+Icon=ferdium.png
+Name[tr_TR]=Ferdium
+Name=Ferdium
+Terminal=false
+Type=Application
+Version=1.0
diff --git a/network/chat/ferdium/files/ferdium.png b/network/chat/ferdium/files/ferdium.png
new file mode 100644
index 0000000..1d479be
Binary files /dev/null and b/network/chat/ferdium/files/ferdium.png differ
diff --git a/network/chat/ferdium/pspec.xml b/network/chat/ferdium/pspec.xml
new file mode 100644
index 0000000..9dafbd1
--- /dev/null
+++ b/network/chat/ferdium/pspec.xml
@@ -0,0 +1,97 @@
+
+
+
+
+ ferdium
+ https://ferdium.org/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ A messaging browser that allows you to combine your favorite messaging services into one application
+ A messaging browser that allows you to combine your favorite messaging services into one application
+ Apache
+ Network
+
+ https://github.com/ferdium/ferdium-app/releases/download/v7.1.1/Ferdium-linux-7.1.1-amd64.deb
+
+
+
+
+ ferdium
+
+ nss
+ atk
+ at-spi2-atk
+ cups
+ libdrm
+ gdk-pixbuf
+ gtk3
+ alsa-lib
+ c-ares
+ ffmpeg
+ libevent
+ libxkbfile
+ libxslt
+ minizip
+ re2
+ snappy
+
+
+ /opt
+ /usr/bin
+ /usr/share/doc
+ /usr/share/applications
+ /usr/share/icons
+
+
+ ferdium.desktop
+ ferdium.png
+
+
+
+
+
+ 2025-12-11
+ 7.1.1
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-09-30
+ 7.1.0
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2024-12-05
+ 7.0.0
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2024-07-11
+ 6.7.5
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2024-02-08
+ 6.7.0
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2023-11-09
+ 6.6.0
+ First Release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/network/chat/franz/actions.py b/network/chat/franz/actions.py
new file mode 100644
index 0000000..2f1a83f
--- /dev/null
+++ b/network/chat/franz/actions.py
@@ -0,0 +1,14 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+WorkDir = "."
+NoStrip = ["/"]
+
+def install():
+ pisitools.insinto("/opt/franz/", "franz-5.11.0/*")
+ pisitools.dosym('/opt/franz/franz', '/usr/bin/franz')
diff --git a/network/chat/franz/files/franz.desktop b/network/chat/franz/files/franz.desktop
new file mode 100644
index 0000000..592715e
--- /dev/null
+++ b/network/chat/franz/files/franz.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Name=Franz
+Exec=/usr/bin/franz %U
+TryExec=/usr/bin/franz
+Terminal=false
+Type=Application
+Icon=franz
+StartupWMClass=Franz
+GenericName=Internet Messenger
+Comment=A free messaging app for services like WhatsApp, Slack, Messenger and many more.
+MimeType=x-scheme-handler/franz;
+Categories=Network;InstantMessaging;
\ No newline at end of file
diff --git a/network/chat/franz/files/franz.png b/network/chat/franz/files/franz.png
new file mode 100644
index 0000000..9c39f06
Binary files /dev/null and b/network/chat/franz/files/franz.png differ
diff --git a/network/chat/franz/pspec.xml b/network/chat/franz/pspec.xml
new file mode 100644
index 0000000..907cffe
--- /dev/null
+++ b/network/chat/franz/pspec.xml
@@ -0,0 +1,85 @@
+
+
+
+
+ franz
+ https://meetfranz.com
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ franz
+ network.chat
+ app:gui
+ A free messaging app that combines chat and messaging services into one application
+ Bir uygulama olarak birleştiren ücretsiz bir mesajlaşma uygulaması
+ Franz is a free messaging app / former Emperor of Austria and combines chat and messaging services into one application. Franz currently supports Slack, WhatsApp, WeChat, HipChat, Facebook Messenger, Telegram, Google Hangouts, GroupMe, Skype and many more.
+ Franz, ücretsiz bir mesajlaşma uygulamasıdır (aynı zamanda Avusturya İmparatorluğu'nun eski hükümdarı Franz Joseph'in adını taşır) ve farklı sohbet ve mesajlaşma hizmetlerini tek bir uygulamada birleştirir. Franz şu anda Slack, WhatsApp, WeChat, HipChat, Facebook Messenger, Telegram, Google Hangouts, GroupMe, Skype ve daha birçok platformu desteklemektedir.
+ Apache-2.0
+
+ https://github.com/meetfranz/franz/releases/download/v5.11.0/franz-5.11.0.tar.gz
+
+
+
+
+ franz
+
+ gtk2
+ desktop-file-utils
+ gconf
+ libnotify
+ libXtst
+ nss
+ atk
+ cups
+ dbus
+ nspr
+ cairo
+ expat
+ glib2
+ libXi
+ pango
+ libX11
+ libgcc
+ libXext
+ alsa-lib
+ freetype
+ libXfixes
+ libXrandr
+ fontconfig
+ gdk-pixbuf
+ libXcursor
+ libXdamage
+ libXrender
+ libXScrnSaver
+ libXcomposite
+
+
+ /opt
+ /usr/bin
+ /usr/share/applications
+ /usr/share/icons
+
+
+ franz.desktop
+ franz.png
+
+
+
+
+
+ 2025-07-10
+ 5.11.0
+ Version bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2023-11-08
+ 5.10.0
+ Version bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
diff --git a/network/chat/mattermost/actions.py b/network/chat/mattermost/actions.py
new file mode 100644
index 0000000..189418e
--- /dev/null
+++ b/network/chat/mattermost/actions.py
@@ -0,0 +1,16 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+WorkDir = "."
+NoStrip = ["/opt", "/usr"]
+IgnoreAutodep = True
+
+
+def install():
+ pisitools.insinto("/opt/mattermost/", "mattermost-desktop-%s-linux-x64/*" % get.srcVERSION())
+ pisitools.dosym('/opt/mattermost/mattermost-desktop', '/usr/bin/mattermost-desktop')
\ No newline at end of file
diff --git a/network/chat/mattermost/files/Mattermost.png b/network/chat/mattermost/files/Mattermost.png
new file mode 100644
index 0000000..bf4e86d
Binary files /dev/null and b/network/chat/mattermost/files/Mattermost.png differ
diff --git a/network/chat/mattermost/files/mattermost.desktop b/network/chat/mattermost/files/mattermost.desktop
new file mode 100644
index 0000000..d90eed5
--- /dev/null
+++ b/network/chat/mattermost/files/mattermost.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Categories=Network;
+Comment=Open source Slack-alternative in Golang and React.
+Encoding=UTF-8
+Exec=mattermost-desktop
+GenericName[tr_TR]=Mattermost
+GenericName=Mattermost
+Icon=Mattermost.png
+Name[tr_TR]=Mattermost
+Name=Mattermost
+Terminal=false
+Type=Application
+Version=1.0
diff --git a/network/chat/mattermost/pspec.xml b/network/chat/mattermost/pspec.xml
new file mode 100644
index 0000000..1ed2b7e
--- /dev/null
+++ b/network/chat/mattermost/pspec.xml
@@ -0,0 +1,81 @@
+
+
+
+
+ Mattermost
+ https://mattermost.com/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Open source Slack-alternative in Golang and React
+ Open source Slack-alternative in Golang and React
+ AGPL, Apache
+ Network
+
+ https://github.com/mattermost/desktop/releases/download/v6.1.0/mattermost-desktop-6.1.0-linux-x64.tar.gz
+
+
+
+
+ Mattermost
+
+ glibc
+
+
+ /opt
+ /usr/bin
+ /usr/share/applications
+ /usr/share/icons
+
+
+ mattermost.desktop
+ Mattermost.png
+
+
+
+
+
+ 2026-04-05
+ 6.1.0
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-12-11
+ 6.0.2
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-09-30
+ 5.13.1
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-02-08
+ 5.6.0
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-12-12
+ 5.2.2
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2021-12-10
+ 5.0.2
+ First Release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/network/chat/utopia/actions.py b/network/chat/utopia/actions.py
new file mode 100644
index 0000000..371a520
--- /dev/null
+++ b/network/chat/utopia/actions.py
@@ -0,0 +1,16 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("ar xf utopia-latest.amd64.deb")
+ shelltools.system("tar xf data.tar.xz")
+
+def install():
+ pisitools.insinto("/opt/", "opt/*")
diff --git a/network/chat/utopia/files/utopia.desktop b/network/chat/utopia/files/utopia.desktop
new file mode 100644
index 0000000..4c576cf
--- /dev/null
+++ b/network/chat/utopia/files/utopia.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Terminal=false
+Icon[en_US]=/usr/share/icons/utopia.png
+Exec=/opt/utopia/messenger/utopia
+Path=/opt/utopia/messenger
+Name[en_US]=utopia
+Name=utopia
+Icon=/usr/share/icons/utopia.png
\ No newline at end of file
diff --git a/network/chat/utopia/files/utopia.png b/network/chat/utopia/files/utopia.png
new file mode 100644
index 0000000..6171ac3
Binary files /dev/null and b/network/chat/utopia/files/utopia.png differ
diff --git a/network/chat/utopia/pspec.xml b/network/chat/utopia/pspec.xml
new file mode 100644
index 0000000..795d1b2
--- /dev/null
+++ b/network/chat/utopia/pspec.xml
@@ -0,0 +1,66 @@
+
+
+
+
+ utopia
+ https://u.is/en/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ Utopia is your all-in-one kit for secure instant messaging, encrypted e-mail communication, anonymous payments and private web browsing.
+ Utopia, güvenli anlık mesajlaşma, şifreli e-posta iletişim, anonim ödeme ve özel web tarayıcısı için tümleşik bir araç.
+ Client for Utopia, an "Anti Orwellian Ecosystem"
+ Utopia, "Orwellian Ecosystem"'in tersi bir ekosistemi.
+ Proprietary
+
+ https://update.u.is/downloads/linux/utopia-latest.amd64.deb
+
+
+
+
+ utopia
+
+ /opt/utopia/messenger/utopia
+ /usr/bin
+ /opt/utopia/
+ /usr/share/applications/
+ /usr/share/icons
+
+
+ utopia.desktop
+ utopia.png
+
+
+
+
+
+ 2026-04-05
+ 1.3.1262
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-09-30
+ 1.3.984
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-07-10
+ 1.3.860
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2024-02-08
+ 1.3
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
diff --git a/network/chat/viber/actions.py b/network/chat/viber/actions.py
new file mode 100644
index 0000000..d4d7b07
--- /dev/null
+++ b/network/chat/viber/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+NoStrip = ["/opt", "/usr"]
+IgnoreAutodep = True
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("ar xf viber.deb")
+ shelltools.system("tar xvf data.tar.xz")
+def install():
+ pisitools.insinto("/", "opt")
+ pisitools.insinto("/", "usr")
diff --git a/network/chat/viber/comar/package.py b/network/chat/viber/comar/package.py
new file mode 100644
index 0000000..8de7e75
--- /dev/null
+++ b/network/chat/viber/comar/package.py
@@ -0,0 +1,7 @@
+#!/usr/bin/python
+
+import os
+
+def postInstall(fromVersion, fromRelease, toVersion, toRelease):
+ for dirs in ("/usr/share/viber/", "/usr/bin/viber"):
+ os.system("/bin/chmod -R 777 %s" % dirs)
diff --git a/network/chat/viber/pspec.xml b/network/chat/viber/pspec.xml
new file mode 100644
index 0000000..bde32bf
--- /dev/null
+++ b/network/chat/viber/pspec.xml
@@ -0,0 +1,121 @@
+
+
+ viber
+ http://www.viber.com/products/linux/
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ custom
+ app:gui
+ viber
+ Proprietary cross-platform IM and VoIP softwareı
+ Free calls, text and picture sharing with anyone, anywhere!
+
+ http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
+
+
+
+
+
+ viber
+
+ mesa
+ libXi
+ libX11
+ libxslt
+ libXext
+ fontconfig
+ libXrender
+ libXcomposite
+ zlib
+ glib2
+ libSM
+ libICE
+ libgcc
+ libxcb
+ sqlite
+ libxml2
+ freetype
+ gstreamer
+ gst-plugins-base
+
+
+ /usr/bin
+ /opt/viber
+ /usr/share/viber
+ /usr/share/icons
+ /usr/share/applications
+ /usr/share/pixmaps/
+
+
+ System.Package
+
+
+
+
+
+ 2026-04-05
+ 27.3.0.2
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-09-30
+ 24.9.0.3
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2024-12-05
+ 23.2.0.3
+ First Release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2024-02-08
+ 21.8.0.11
+ First Release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2023-12-15
+ 21.0.0.1
+ First Release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-12-12
+ 18.2.0.2
+ First Release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2020-11-01
+ 13.3.1.22
+ First Release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2018-05-25
+ 7.0.0.1035
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+ 2016-04-12
+ 4.2.2.6
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/network/chat/viber/translations.xml b/network/chat/viber/translations.xml
new file mode 100644
index 0000000..6ffb225
--- /dev/null
+++ b/network/chat/viber/translations.xml
@@ -0,0 +1,9 @@
+
+
+ viber
+ Konuşma ve yazışma uygulaması
+ Ücretsiz arama, mesajlaşma ve konuşma yazılımı
+ Free calls, text and picture sharing with anyone, anywhere!
+ Free calls, text and picture sharing with anyone, anywhere!
+
+
diff --git a/network/chat/webex/actions.py b/network/chat/webex/actions.py
new file mode 100644
index 0000000..fe3b4de
--- /dev/null
+++ b/network/chat/webex/actions.py
@@ -0,0 +1,15 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+def setup():
+ shelltools.system("ar xf Webex.deb")
+ shelltools.system("tar xf data.tar.xz")
+
+
+def install():
+ pisitools.insinto("/opt/Webex", "opt/Webex/*")
\ No newline at end of file
diff --git a/network/chat/webex/files/sparklogosmall.png b/network/chat/webex/files/sparklogosmall.png
new file mode 100644
index 0000000..3de7ba1
Binary files /dev/null and b/network/chat/webex/files/sparklogosmall.png differ
diff --git a/network/chat/webex/files/webex.desktop b/network/chat/webex/files/webex.desktop
new file mode 100644
index 0000000..effe30a
--- /dev/null
+++ b/network/chat/webex/files/webex.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=42.4.0.21893
+Name=Webex
+Comment=Cisco Webex Messaging
+Exec=/opt/Webex/bin/CiscoCollabHost %U
+Icon=/opt/Webex/bin/sparklogosmall.png
+Terminal=false
+Type=Application
+Categories=Chat;Network;InstantMessaging;
+MimeType=x-scheme-handler/webexteams
diff --git a/network/chat/webex/pspec.xml b/network/chat/webex/pspec.xml
new file mode 100644
index 0000000..50e51e5
--- /dev/null
+++ b/network/chat/webex/pspec.xml
@@ -0,0 +1,101 @@
+
+
+
+
+ webex
+ https://www.webex.com/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ webex
+ app:gui
+ Webex for Linux
+ Linux için Webex
+ Video communication and virtual meeting platform
+ Video iletişim ve sanal toplantı platformu
+ custom
+ Network
+
+ https://binaries.webex.com/WebexDesktop-Ubuntu-Official-Package/Webex.deb
+
+
+
+ webex
+ webex
+
+ alsa-lib
+ atk
+ at-spi2-core
+ at-spi2-atk
+ binutils
+ mit-kerberos
+ cups
+ libnotify
+ pulseaudio-libs
+ libsecret
+ libxcb
+ libxcrypt
+ libxkbcommon
+ mesa
+ nspr
+ nss
+ pango
+ upower
+ wayland
+ xcb-util-image
+ xcb-util-keysyms
+ xcb-util-renderutil
+ xcb-util-wm
+ xdg-utils
+
+
+ /opt
+ /usr/bin
+ /usr/share/applications
+ /usr/share/icons
+ /usr/share/pixmaps
+
+
+ webex.desktop
+ sparklogosmall.png
+
+
+
+
+ 2026-04-05
+ 46.2.1.34187
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-12-11
+ 45.10.1.33646
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-09-30
+ 45.6.2.32823
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-07-10
+ 45.6.1.32593
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2024-12-05
+ 44.10.2.31237
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
diff --git a/network/chat/zoom-workplace/actions.py b/network/chat/zoom-workplace/actions.py
new file mode 100644
index 0000000..cb8d96c
--- /dev/null
+++ b/network/chat/zoom-workplace/actions.py
@@ -0,0 +1,20 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+NoStrip = ["/opt", "/usr"]
+IgnoreAutodep = True
+
+
+def setup():
+ shelltools.system("ar xf zoom_amd64.deb")
+ shelltools.system("tar xf data.tar.xz")
+
+
+def install():
+ pisitools.insinto("/opt/", "opt/*")
+ pisitools.insinto("/usr/", "usr/*")
\ No newline at end of file
diff --git a/network/chat/zoom-workplace/files/Zoom.desktop b/network/chat/zoom-workplace/files/Zoom.desktop
new file mode 100644
index 0000000..5537c71
--- /dev/null
+++ b/network/chat/zoom-workplace/files/Zoom.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=Zoom
+Comment=Zoom Video Conference
+Exec=/usr/bin/zoom %U
+Icon=Zoom
+Terminal=false
+Type=Application
+Encoding=UTF-8
+Categories=Network;Application;
+StartupWMClass=Zoom
+MimeType=x-scheme-handler/zoommtg;x-scheme-handler/zoomus;x-scheme-handler/tel;x-scheme-handler/callto;x-scheme-handler/zoomphonecall;application/x-zoom;
+X-KDE-Protocols=zoommtg;zoomus;tel;callto;zoomphonecall;
+Name[en_US]=Zoom
diff --git a/network/chat/zoom-workplace/files/Zoom.png b/network/chat/zoom-workplace/files/Zoom.png
new file mode 100644
index 0000000..82b697d
Binary files /dev/null and b/network/chat/zoom-workplace/files/Zoom.png differ
diff --git a/network/chat/zoom-workplace/files/application-x-zoom.png b/network/chat/zoom-workplace/files/application-x-zoom.png
new file mode 100644
index 0000000..82b697d
Binary files /dev/null and b/network/chat/zoom-workplace/files/application-x-zoom.png differ
diff --git a/network/chat/zoom-workplace/files/zoom.xml b/network/chat/zoom-workplace/files/zoom.xml
new file mode 100644
index 0000000..38d4616
--- /dev/null
+++ b/network/chat/zoom-workplace/files/zoom.xml
@@ -0,0 +1,7 @@
+
+
+
+ Zoom Recording File
+
+
+
diff --git a/network/chat/zoom-workplace/pspec.xml b/network/chat/zoom-workplace/pspec.xml
new file mode 100644
index 0000000..b1aaf0b
--- /dev/null
+++ b/network/chat/zoom-workplace/pspec.xml
@@ -0,0 +1,90 @@
+
+
+
+
+ zoom-workplace
+ https://zoom.us/
+
+ Safa Arıman
+ safaariman@pisilinux.org
+
+ Proprietary
+ app:gui
+ Zoom, Video Conferencing and Web Conferencing Service
+ Zoom, Video Konferansı ve Web Konferansı Hizmeti
+ Zoom, the cloud meeting company, unifies cloud video conferencing, simple online meetings, and group messaging into one easy-to-use platform. Our solution offers the best video, audio, and screen-sharing experience across Zoom Rooms, Windows, Mac, Linux, iOS, Android, and H.323/SIP room systems.
+ Zoom, bulut toplantı şirketi, bulut video konferansı, basit çevrimiçi toplantılar ve grup mesajlaşmasını tek kolay kullanıma sunan bir platforma birleştiriyor. Çözümümüz, Zoom Odaları, Windows, Mac, Linux, iOS, Android ve H.323/SIP odaları sistemlerinde en iyi video, ses ve ekran paylaşım deneyimi sunar.
+
+ https://cdn.zoom.us/prod/7.0.0.1666/zoom_amd64.deb
+
+
+
+
+ zoom-workplace
+
+ /opt
+ /usr/bin
+ /usr/share
+
+
+ fontconfig
+ glib2
+ pulseaudio-libs
+ libSM
+ libX11
+ libXtst
+ libxcb
+ libXcomposite
+ libXfixes
+ libXi
+ libXcursor
+ libxkbcommon-x11
+ libXrandr
+ libXrender
+ libxshmfence
+ libxslt
+ mesa
+ nss
+ xcb-util-image
+ xcb-util-keysyms
+ xcb-util-cursor
+ dbus
+ libdrm
+ gtk3
+ qt5-webengine
+ qt5-remoteobjects
+
+
+
+
+
+
+ 2026-04-05
+ 7.0.0.1666
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-12-12
+ 6.6.11.6052
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-09-30
+ 6.6.0.466
+ First release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
diff --git a/network/chat/zoom-workplace/translations.xml b/network/chat/zoom-workplace/translations.xml
new file mode 100644
index 0000000..8765ea2
--- /dev/null
+++ b/network/chat/zoom-workplace/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ zoom
+ Zoom, Video Konferans ve Web Konferans Hizmeti
+ Bulut toplantı şirketi Zoom, bulut video konferansını, basit çevrimiçi toplantıları ve grup mesajlaşmasını kullanımı kolay tek bir platformda birleştirir. Çözümümüz, Zoom Rooms, Windows, Mac, Linux, iOS, Android ve H.323/SIP oda sistemlerinde en iyi video, ses ve ekran paylaşımı deneyimini sunar.
+
+
diff --git a/network/component.xml b/network/component.xml
new file mode 100644
index 0000000..645ae0f
--- /dev/null
+++ b/network/component.xml
@@ -0,0 +1,3 @@
+
+ network
+
\ No newline at end of file
diff --git a/network/mail/component.xml b/network/mail/component.xml
new file mode 100644
index 0000000..3d30791
--- /dev/null
+++ b/network/mail/component.xml
@@ -0,0 +1,3 @@
+
+ network.mail
+
\ No newline at end of file
diff --git a/network/mail/mailspring/actions.py b/network/mail/mailspring/actions.py
new file mode 100644
index 0000000..c31a6ca
--- /dev/null
+++ b/network/mail/mailspring/actions.py
@@ -0,0 +1,17 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+from pisi.actionsapi import get, pisitools, shelltools
+
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("ar xf mailspring-%s-amd64.deb" % get.srcVERSION())
+ shelltools.system("tar xf data.tar.zst")
+
+
+def install():
+ pisitools.insinto("/", "usr")
+
diff --git a/network/mail/mailspring/files/mailspring-icon.png b/network/mail/mailspring/files/mailspring-icon.png
new file mode 100644
index 0000000..4948d47
Binary files /dev/null and b/network/mail/mailspring/files/mailspring-icon.png differ
diff --git a/network/mail/mailspring/files/mailspring.desktop b/network/mail/mailspring/files/mailspring.desktop
new file mode 100644
index 0000000..d2a6ebf
--- /dev/null
+++ b/network/mail/mailspring/files/mailspring.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=Mailspring
+Comment=The best email app for people and teams at work
+GenericName=Mailspring
+Exec=/usr/share/mailspring/mailspring %U
+Icon=mailspring
+Type=Application
+StartupNotify=true
+StartupWMClass=Mailspring
+Categories=Network;
+Keywords=email;internet;
+MimeType=x-scheme-handler/mailto;x-scheme-handler/mailspring;
diff --git a/network/mail/mailspring/pspec.xml b/network/mail/mailspring/pspec.xml
new file mode 100644
index 0000000..fc2b8e0
--- /dev/null
+++ b/network/mail/mailspring/pspec.xml
@@ -0,0 +1,108 @@
+
+
+
+
+ mailspring
+ https://getmailspring.com/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ GPLv3
+ app:gui
+ A beautiful, fast and maintained fork of Nylas Mail by one of the original authors.
+ A beautiful, fast and maintained fork of Nylas Mail by one of the original authors..
+
+ https://github.com/Foundry376/Mailspring/releases/download/1.19.0/mailspring-1.19.0-amd64.deb
+
+
+
+
+ mailspring
+
+ libtool
+ c-ares
+ tidy
+ libxkbfile
+ libsecret
+ gconf
+ nss
+
+
+ /usr/bin
+ /usr/share
+
+
+
+ mailspring.desktop
+ mailspring-icon.png
+
+
+
+
+
+
+ 2026-04-05
+ 1.19.0
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2026-02-05
+ 1.17.3
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-12-11
+ 1.16.0
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2024-12-05
+ 1.14.0
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2024-02-08
+ 1.13.3
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2023-12-15
+ 1.13.2
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2021-09-23
+ 1.9.2
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2021-05-10
+ 1.9.1
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2020-03-06
+ 1.7.2
+ First release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
diff --git a/network/misc/anydesk/actions.py b/network/misc/anydesk/actions.py
new file mode 100644
index 0000000..41b713f
--- /dev/null
+++ b/network/misc/anydesk/actions.py
@@ -0,0 +1,20 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import pisitools, shelltools, get
+
+WorkDir = "."
+NoStrip = ["/"]
+Version = get.srcVERSION()
+
+def install():
+ pisitools.dodir ("/opt/anydesk")
+ pisitools.insinto("/opt/anydesk", "anydesk-"+Version+"/*")
+ pisitools.insinto("/usr/share/polkit-1/actions", "anydesk-"+Version+"/polkit-1/com.anydesk.anydesk.policy")
+ pisitools.insinto("/etc/init.d", "anydesk-"+Version+"/init/anydesk")
+ pisitools.insinto("/usr/share/applications", "anydesk-"+Version+"/anydesk.desktop")
+ pisitools.insinto("/usr/share/pixmaps/hicolor", "anydesk-"+Version+"/icons/hicolor/*")
+ pisitools.dosym("/opt/anydesk/anydesk", "/usr/bin/anydesk")
diff --git a/network/misc/anydesk/files/anydesk.desktop b/network/misc/anydesk/files/anydesk.desktop
new file mode 100644
index 0000000..fb80aba
--- /dev/null
+++ b/network/misc/anydesk/files/anydesk.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=Application
+Name=AnyDesk
+GenericName=AnyDesk
+Exec=anydesk %u
+Icon=anydesk
+Terminal=false
+TryExec=anydesk
+Categories=Network;
+MimeType=x-scheme-handler/anydesk;
+Name[de_DE]=AnyDesk
diff --git a/network/misc/anydesk/files/anydesk.png b/network/misc/anydesk/files/anydesk.png
new file mode 100644
index 0000000..205ee42
Binary files /dev/null and b/network/misc/anydesk/files/anydesk.png differ
diff --git a/network/misc/anydesk/files/anydesk.service b/network/misc/anydesk/files/anydesk.service
new file mode 100644
index 0000000..998acf2
--- /dev/null
+++ b/network/misc/anydesk/files/anydesk.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=AnyDesk
+Requires=network.target
+After=systemd-user-sessions.service
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/anydesk --service
+PIDFile=/var/run/anydesk.pid
+KillMode=mixed
+TimeoutStopSec=30
+User=root
+LimitNOFILE=100000
+
+[Install]
+WantedBy=multi-user.target
diff --git a/network/misc/anydesk/pspec.xml b/network/misc/anydesk/pspec.xml
new file mode 100644
index 0000000..66280b4
--- /dev/null
+++ b/network/misc/anydesk/pspec.xml
@@ -0,0 +1,150 @@
+
+
+
+
+ anydesk
+ https://anydesk.com
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ anydesk
+ app:gui
+ Hızlı Uzaktan Masaüstü Uygulaması
+ The Fast Remote Desktop Application
+ İster ofisin diğer ucundan, ister dünyanın öbür ucundan bilgisayarınıza kolayca bağlanın. AnyDesk, hem BT profesyonelleri hem de hareket halindeki kullanıcılar için hızlı, güvenli ve güvenilir uzak masaüstü deneyimi sunar.
+ Connect to a computer remotely, be it from the other end of the office or halfway around the world. AnyDesk ensures secure and reliable remote desktop connections for IT professionals and on-the-go individuals alike.
+ Proprietary
+
+ https://download.anydesk.com/linux/anydesk-8.0.2-amd64.tar.gz
+
+
+
+
+ anydesk
+
+ gdk-pixbuf
+ gtk3
+ minizip
+ libxkbfile
+ libXfixes
+ libXdamage
+ libXi
+ libXext
+ libXtst
+ libXrandr
+ libXrender
+ libxcb
+ polkit
+ libX11
+ libgcc
+ cairo
+ pango
+ glibc
+ glib2
+ libglvnd
+ lsb-release
+
+
+ /opt
+ /usr/bin
+ /usr/share/applications
+ /usr/share/icons
+ /usr/share/pixmaps/
+ /usr/share/polkit-1
+ /etc/init.d
+
+
+
+
+
+
+ 2026-04-05
+ 8.0.2
+ Release bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-11-06
+ 7.1.1
+ Release bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-09-07
+ 7.0.2
+ Release bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2024-12-05
+ 6.4.0
+ Release bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2023-09-27
+ 6.3.0
+ Release bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2023-07-03
+ 6.2.1
+ Release bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-12-13
+ 6.2.1
+ version bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-09-16
+ 6.2.0
+ version bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-04-03
+ 6.1.1
+ version bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2020-11-08
+ 6.0.1.1
+ version bump
+ AYDIN ATMACA
+ aydinatmaca@gmail.com
+
+
+ 2019-12-05
+ 5.5.1.1
+ version bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2019-07-15
+ 5.1.1
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/network/misc/component.xml b/network/misc/component.xml
new file mode 100644
index 0000000..f4d15a7
--- /dev/null
+++ b/network/misc/component.xml
@@ -0,0 +1,3 @@
+
+ network.misc
+
\ No newline at end of file
diff --git a/network/misc/dropbox-client/actions.py b/network/misc/dropbox-client/actions.py
new file mode 100644
index 0000000..339b7db
--- /dev/null
+++ b/network/misc/dropbox-client/actions.py
@@ -0,0 +1,27 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+#WorkDir = "%s/.dropbox-dist/dropbox-lnx.x86_64-162.4.5419" % get.ARCH()
+WorkDir = "/.dropbox-dist/dropbox-lnx.x86_64-246.4.3513"
+NoStrip = "/opt/dropbox/library.zip"
+
+def install():
+ #pisitools.dodir("/opt/dropbox")
+ pisitools.insinto("/opt/dropbox", "*")
+ pisitools.dosym("/opt/dropbox/dropboxd", "/usr/bin/dropbox")
+
+ # Arch removes this lib, Pardus libgcc package provides libstdc++.so.6
+ #pisitools.remove("/opt/dropbox/libstdc++.so.6")
+
+ pisitools.dodoc("VERSION")
+ pisitools.remove("/opt/dropbox/VERSION")
+
+ # you can remove these lines if u don't like monochromatic systemtry icons
+ # i'm going to try find a way to make this optional
+ #pisitools.insinto("/opt/dropbox/icons/hicolor/16x16/status", "../../hede/*.png")
diff --git a/network/misc/dropbox-client/files/POLICIES b/network/misc/dropbox-client/files/POLICIES
new file mode 100644
index 0000000..6dfe786
--- /dev/null
+++ b/network/misc/dropbox-client/files/POLICIES
@@ -0,0 +1,108 @@
+Dropbox Terms of Service
+These Terms of Service govern your access to and use of Dropbox's website (the “Site”), any information, text, graphics, or other materials created and/or provided by Dropbox and appearing on the Site (the “Content”), Files (as defined below) and any services and/or software provided through the Site or by Dropbox (the “Services”). These Terms of Service limit Dropbox's liability and obligations to you, grant Dropbox certain rights and allow Dropbox to change, suspend or terminate your access to and use of the Site, Content, Files and Services. Your access to and use of the Site, Content, Files and/or Services are expressly conditioned on your compliance with these Terms of Service. By accessing or using the Site, Content, Files and/or Services you agree to be bound by these Terms of Service.
+
+YOU UNDERSTAND THAT BY CLICKING THE “I AGREE” BUTTON, BY USING THE SITE, CONTENT, FILES AND/OR SERVICES OR YOUR ACCOUNT YOU ARE AGREEING TO BE BOUND BY THESE TERMS OF SERVICE. IF YOU DO NOT ACCEPT THESE TERMS OF SERVICE IN THEIR ENTIRETY, YOU MAY NOT ACCESS OR USE THE SITE, CONTENT, FILES OR SERVICES. IF YOU AGREE TO THESE TERMS OF SERVICE ON BEHALF OF A BUSINESS, YOU REPRESENT AND WARRANT THAT YOU HAVE THE AUTHORITY TO BIND THAT BUSINESS TO THESE TERMS OF SERVICE AND YOUR AGREEMENT TO THESE TERMS WILL BE TREATED AS THE AGREEMENT OF THE BUSINESS. IN THAT EVENT, “YOU ” AND “YOUR” WILL REFER AND APPLY TO THAT BUSINESS.
+
+Types of Accounts
+Currently, Dropbox offers both a restricted free account (“Free Account”) with a limited amount of storage and a paid premium account (“Premium Account”). More information on the types of accounts that Dropbox offers and the costs involved can be found here. Please read this document in its entirety regarding account restrictions. Dropbox reserves the right, at any time, to change or impose fees for access to and use of the Site, Content, Files and/or Services.
+
+Consent to Access Your Files
+BY UTILIZING THE SITE, CONTENT, FILES AND/OR SERVICES, YOU CONSENT TO ALLOW DROPBOX TO ACCESS YOUR COMPUTER TO ACCESS ANY FILES THAT ARE PLACED IN THE 'MY DROPBOX,' 'DROPBOX' FOLDERS, AND/OR ANY OTHER FOLDER WHICH YOU CHOOSE TO LINK TO DROPBOX. BY PLACING FILES IN YOUR SHARED FOLDER, YOU CONSENT TO SHARE ACCESS TO THE CONTENT OF THOSE FOLDERS WITH THOSE OTHER DROPBOX USERS THAT HAVE BEEN AUTHORIZED TO UTILIZE THOSE FOLDERS. BY PLACING FILES IN YOUR PUBLIC FOLDERS, YOU CONSENT TO SHARE ACCESS TO THE CONTENT OF THOSE FOLDERS WITH OTHER DROPBOX USERS AND/OR THE PUBLIC.
+
+Files and Folders
+“Your Files” or “User Files” (collectively, the “Files”) as used in this Agreement means the information contained in the files that you or other users upload, download and access through the Site and Services. You are the owner of Your Files and are solely responsible for your conduct and the content of Your Files, as well as any of the content contained in your communications with other Dropbox users, including but not limited to User Posts (as defined below).
+
+Dropbox allows you to share some or all of Your Files. If you choose to, you can share all or some of Your Files with the general public, or with specific individuals you select. If you decide to share Your Files, you are giving certain legal rights, as explained below, to those individuals who you have given access to your folders.
+
+Dropbox does not claim any ownership rights in Your Files. You acknowledge that Dropbox does not have any obligation to monitor the Files or User Posts that are uploaded, posted, submitted, linked to or otherwise transmitted using the Site or Services, for any purpose and, as a result, is not responsible for the accuracy, completeness, appropriateness, legality or applicability of the Files or anything said, depicted or written by users in their User Posts, including without limitation, any information obtained by using the Site or Services. Dropbox does not endorse anything contained in the Files or User Posts or any opinion, recommendation or advice expressed therein and you agree to waive, and hereby do waive, any legal or equitable rights or remedies you have or may have against Dropbox with respect thereto.
+
+Your Public Folder
+While you own the content contained in Your Files, files placed in your public folders are automatically available to other Dropbox users and to the general public. By placing Your Files in your public folder, you hereby grant all other Dropbox users and the public a non-exclusive, non-commercial, worldwide, royalty-free, sublicensable, perpetual and irrevocable right and license to use and exploit Your Files in your public folder. In other words, a file in your public folder can be used by anyone, for any purpose except commercial use. If you do not want other people to be able to use Your Files in this manner, then simply do not place Your Files in your public folder. By placing Your Files in your public folder, you agree and acknowledge that Dropbox has no responsibility or obligation to monitor or notify of you of any non-compliance related to the license you have granted and that Dropbox has no responsibility to enforce or police, or aid you in enforcing or policing, the terms of that license.
+
+Your Shared Folder
+While you own the content contained in Your Files, files placed in your shared folders are available to those users to whom you grant access. By placing Your Files in your shared folder, you agree and acknowledge that Dropbox has no responsibility or obligation to monitor or notify of you of any non-compliance related to the rights or license you may choose to grant to other users who have access to your shared folders, if any, and that Dropbox has no responsibility to enforce or police, or aid you in enforcing or policing, the terms of the license(s) or permission(s) you have chosen to offer.
+
+Your Responsibilities
+You represent and warrant that you own or have the necessary licenses, rights, consents and permissions to grant the licenses that both your public and shared folders require, as described above. Please note that moving all or portions of Your Files from your public folders does not revoke the license granted to those individuals who previously accessed those files.
+
+You should be aware that Files may be protected by intellectual property rights which are owned by the Dropbox user whose folder (public or shared) that File resides in. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on the content(s) (either in whole or in part) of another user's shared folder unless you have been specifically told that you may do so by the rightful owner of that File, in a separate agreement.
+
+You acknowledge and agree that you should not rely on the Site, Content, Files and Services for any reason. You further acknowledge and agree that you are solely responsible for maintaining and protecting all data and information that is stored, retrieved or otherwise processed by the Site, Content, Files or Services. Without limiting the foregoing, you will be responsible for all costs and expenses that you or others may incur with respect to backing up, and restoring and/or recreating any data and information that is lost or corrupted as a result of your use of the Site, Content, Files and/or Services.
+
+Privacy
+See Dropbox's Privacy Policy at http://www.dropbox.com/privacy for information and notices concerning Dropbox's collection and use of your personal information.
+
+Account Security
+You are responsible for safeguarding the password that you use to access the Site, Content, Files and Services. You agree not to disclose your password to any third party. You agree to take sole responsibility for any activities or actions under your password, whether or not you have authorized such activities or actions. You will immediately notify Dropbox of any unauthorized use of your password. You acknowledge that if you wish to protect your transmission of data and/or files to Dropbox, it is your responsibility to use a secure encrypted connection to communicate with and/or utilize the Site, Files and Services.
+
+Your Use of the Services
+Dropbox grants you a limited, nonexclusive, nontransferable, revocable license to use the Site, Content, Files and Services subject to the restrictions set forth in these Terms of Service.
+
+Dropbox Property and Feedback
+All right, title, and interest in and to the Site, Content, and Services are and will remain the exclusive property of Dropbox and its licensors, including all Intellectual Property Rights (as defined below) therein, even if Dropbox incorporates any of your Feedback (as defined below) into subsequent versions. The Site, Content, and Services are protected by copyright, trademark, and other laws of both the United States and foreign countries. Except as expressly permitted in these Terms of Service, you may not reproduce, modify or prepare derivative works based upon, distribute, sell, transfer, publicly display, publicly perform, transmit, or otherwise use the Site, Content, or Services. You may not copy or modify the HTML or other code used to generate web pages on the Site.
+
+All feedback, comments, and suggestions for improvements (the “Feedback”) that you provide to Dropbox, in any form, and any contributions you make to the Site by posting content and communicating with other Dropbox users via posts to forums on the site (“User Posts”) will be the sole and exclusive property of Dropbox. You hereby irrevocably transfer and assign to Dropbox and agree to irrevocably assign and transfer to Dropbox all of your right, title, and interest in and to all of your Feedback and User Posts, including all worldwide patent rights (including patent applications and disclosures), copyright rights, trade secret rights, and other intellectual property rights (collectively, the “Intellectual Property Rights”) therein. At Dropbox's request and expense, you will execute documents and take such further acts as Dropbox may reasonably request to assist Dropbox in acquiring, perfecting and maintaining its Intellectual Property Rights and other legal protections for your Feedback and User Posts. You will not earn or acquire any rights or licenses in the Site, Content, and Services or in any Dropbox Intellectual Property Rights on account of these Terms of Service or your performance under these Terms of Service.
+
+General Prohibitions
+You agree not to do any of the following while using the Site, Content, Files or Services:
+
+Post, publish or transmit any text, graphics, or material that: (i) is false or misleading; (ii) is defamatory; (iii) invades another's privacy; (iv) is obscene, pornographic, or offensive; (v) promotes bigotry, racism, hatred or harm against any individual or group; (vi) infringes another's rights, including any intellectual property rights; or (vii) violates, or encourages any conduct that would violate, any applicable law or regulation or would give rise to civil liability;
+Access, tamper with, or use non-public areas of the Site (including but not limited to user folders not designated as 'public' or that you have not been given permission to access), Dropbox's computer systems, or the technical delivery systems of Dropbox's providers;
+Attempt to probe, scan, or test the vulnerability of any system or network or breach any security or authentication measures;
+Attempt to access or search the Site, Content, Files or Services with any engine, software, tool, agent, device or mechanism other than the software and/or search agents provided by Dropbox or other generally available third-party web browsers (such as Microsoft Internet Explorer or Mozilla Firefox), including but not limited to browser automation tools;
+Send unsolicited email, junk mail, “spam,” or chain letters, or promotions or advertisements for products or services;
+Forge any TCP/IP packet header or any part of the header information in any email or newsgroup posting, or in any way use the Site, Content, Files or Services to send altered, deceptive or false source-identifying information;
+Attempt to decipher, decompile, disassemble or reverse engineer any of the software used to provide the Site, Content, Files or Services;
+Interfere with, or attempt to interfere with, the access of any user, host or network, including, without limitation, sending a virus, overloading, flooding, spamming, or mail-bombing the Site; or plant malware on Dropbox's computer system, those systems of Dropbox's providers, or otherwise use the Site, Content, Files or Services to attempt to distribute malware; or
+Impersonate or misrepresent your affiliation with any person or entity.
+
+Dropbox will have the right to investigate and prosecute violations of any of the above, including intellectual property rights infringement and Site security issues, to the fullest extent of the law. Dropbox may involve and cooperate with law enforcement authorities in prosecuting users who violate these Terms of Service. You acknowledge that Dropbox has no obligation to monitor any user's access to or use of the Site, Content, Files and Services, but has the right to do so for the purpose of operating the Site and the Services, to ensure users' compliance with these Terms of Service, or to comply with applicable law or the order or requirement of a court, administrative agency or other governmental body.
+
+Digital Millennium Copyright Act Compliance
+You will only upload, post, submit or otherwise transmit data and/or files: (i) that you have the lawful right to use, copy, distribute, transmit, or display; or (ii) that does not infringe the intellectual property rights or violate the privacy rights of any third party (including, without limitation, copyright, trademark, patent, trade secret, or other intellectual property right, or moral right or right of publicity). Dropbox has adopted and implemented a policy that permits the deletion of files that violate this policy, and that permits the termination in appropriate circumstances of the accounts of users who repeatedly infringe or are believed to be or are charged with repeatedly infringing the rights of copyright holders. Please see the Dropbox Copyright Policy for further information at http://www.dropbox.com/dmca.
+
+Respecting Copyright When Using Your Shared and Public Folders
+By using the shared folder or public folder features you represent that files placed in those folders do not violate Dropbox’s Terms of Service and that you own all copyrights to them or have been given permission by the copyright owner to share them. If you have any doubts about whether you have the legal right to share certain files, you should not share them.
+
+Links
+The Site may contain links to third-party websites or resources. You acknowledge and agree that Dropbox is not responsible or liable for: (i) the availability or accuracy of such websites or resources; or (ii) the content, products, or services on or available from such websites or resources. Links to such websites or resources do not imply any endorsement by Dropbox of such websites or resources or the content, products, or services available from such websites or resources. You acknowledge sole responsibility for and assume all risk arising from your use of any such websites or resources.
+
+Termination
+If you violate any of these Terms of Service, your permission to use the Site, Content, Files and Services will automatically terminate. Dropbox reserves the right to revoke your access to and use of the Site, Content, Files and Services at any time, with or without cause, and with or without notice. Dropbox also reserves the right to cease providing or to change the Site, Content, Files or Services at any time and without notice.
+
+Dropbox reserves the right to terminate Free Accounts at any time, with or without notice. Without limiting the generality of the foregoing, and without further notice, Dropbox may choose to delete and/or reduce: (i) any or all of Your Files if your Free Account is inactive for 90 days; and (ii) previous versions and/or prior backups of Your Files.
+
+Use of the Site at Your Own Risk
+Your access to and use of the Site, Content, Files and Services and is at your own risk. Dropbox will have no responsibility for any harm to your computer system, loss or corruption of data, or other harm that results from your access to or use of the Site, Content, Files or Services.
+
+Dropbox is Available “AS-IS”
+THE SITE, CONTENT, FILES AND SERVICES ARE PROVIDED “AS IS”, WITHOUT WARRANTY OR CONDITION OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT LIMITING THE FOREGOING, DROPBOX EXPLICITLY DISCLAIMS ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT AND ANY WARRANTIES ARISING OUT OF COURSE OF DEALING OR USAGE OF TRADE. YOU ACKNOWLEDGE THAT USE OF THE SITE, CONTENT, FILE AND SERVICES MAY RESULT IN UNEXPECTED RESULTS, LOSS OR CORRUPTION OF DATA OR COMMUNICATIONS, PROJECT DELAYS, OTHER UNPREDICTABLE DAMAGE OR LOSS, OR EXPOSURE OF YOUR DATA OR YOUR FILES TO UNINTENDED THIRD PARTIES.
+
+DROPBOX MAKES NO WARRANTY THAT THE SITE, CONTENT, FILES OR SERVICES WILL MEET YOUR REQUIREMENTS OR BE AVAILABLE ON AN UNINTERRUPTED, SECURE, OR ERROR-FREE BASIS. DROPBOX MAKES NO WARRANTY REGARDING THE QUALITY OF ANY PRODUCTS, SERVICES, OR INFORMATION PURCHASED OR OBTAINED THROUGH THE SITE, CONTENT, OR SERVICES, OR THE ACCURACY, TIMELINESS, TRUTHFULNESS, COMPLETENESS OR RELIABILITY OF ANY INFORMATION OBTAINED THROUGH THE SITE, CONTENT, FILES OR SERVICES.
+
+NO ADVICE OR INFORMATION, WHETHER ORAL OR WRITTEN, OBTAINED FROM DROPBOX OR THROUGH THE SITE, CONTENT, FILES OR SERVICES, WILL CREATE ANY WARRANTY NOT EXPRESSLY MADE HEREIN.
+
+Indemnity
+You agree to defend, indemnify, and hold Dropbox, its officers, directors, employees and agents, harmless from and against any claims, liabilities, damages, losses and expenses, including, without limitation, reasonable attorneys' fees and costs, arising out of or in any way connected with: (i) your access to or use of the Site, Content, Files and Services; (ii) your violation of this Agreement; (iii) your violation of any third party right, including without limitation any intellectual property right, including but not limited to right of attribution, publicity, confidentiality, property or privacy right; or (iv) any claim that Your Files, or your use of Files, caused damage to a third party, including without limitation claims that Your Files, or use of Files, infringe the rights of another.
+
+Limitation of Liability
+IN NO EVENT WILL DROPBOX BE LIABLE TO YOU OR TO ANY THIRD PARTY FOR DAMAGES OF ANY KIND, INCLUDING, WITHOUT LIMITATION, DIRECT, SPECIAL, INCIDENTAL, PUNITIVE OR CONSEQUENTIAL DAMAGES (INCLUDING LOSS OF USE, DATA, BUSINESS OR PROFITS) ARISING OUT OF OR IN CONNECTION WITH THIS AGREEMENT, OR FROM YOUR ACCESS TO OR USE OF, OR INABILITY TO ACCESS OR USE, THE SITE, CONTENT, FILES AND/OR SERVICES, OR FOR ANY ERROR OR DEFECT IN THE SITE, CONTENT, FILES OR SERVICES, WHETHER SUCH LIABILITY ARISES FROM ANY CLAIM BASED UPON CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, OR ANY OTHER LEGAL THEORY, WHETHER OR NOT DROPBOX HAS BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGE, EVEN IF A REMEDY SET FORTH HEREIN IS FOUND TO HAVE FAILED OF ITS ESSENTIAL PURPOSE. YOU SPECIFICALLY ACKNOWLEDGE THAT DROPBOX IS NOT LIABLE FOR THE DEFAMATORY, OFFENSIVE OR ILLEGAL CONDUCT OF OTHER USERS OR THIRD PARTIES AND THAT THE RISK OF INJURY FROM THE FOREGOING RESTS ENTIRELY WITH YOU. FURTHER, DROPBOX WILL HAVE NO LIABILITY TO YOU OR TO ANY THIRD PARTY FOR ANY THIRD PARTY CONTENT UPLOADED ONTO OR DOWNLOADED FROM THE SITE OR THROUGH THE SERVICES AND/OR THE FILES, OR IF YOUR DATA IS LOST, CORRUPTED OR EXPOSED TO UNINTENDED THIRD PARTIES.
+
+FREE ACCOUNT HOLDERS: YOU AGREE THAT THE AGGREGATE LIABILITY OF DROPBOX TO YOU FOR ANY AND ALL CLAIMS ARISING FROM THE USE OF THE SITE, CONTENT, FILES AND/OR SERVICES IS LIMITED TO TWENTY ($20) U.S. DOLLARS. THE LIMITATIONS OF DAMAGES SET FORTH ABOVE ARE FUNDAMENTAL ELEMENTS OF THE BASIS OF THE BARGAIN BETWEEN DROPBOX AND YOU.
+
+PREMIUM ACCOUNT HOLDERS: YOU AGREE THAT THE AGGREGATE LIABILITY OF DROPBOX TO YOU FOR ANY AND ALL CLAIMS ARISING FROM THE USE OF THE SITE, CONTENT, FILES AND/OR SERVICES IS LIMITED TO LOWER OF THE AMOUNTS YOU HAVE PAID TO DROPBOX DURING THE THREE MONTH PERIOD PRIOR TO SUCH CLAIM, FOR ACCESS TO AND USE OF THE SITE, CONTENT, FILES OR SERVICES, OR ONE-HUNDRED ($100) DOLLARS. THE LIMITATIONS OF DAMAGES SET FORTH ABOVE ARE FUNDAMENTAL ELEMENTS OF THE BASIS OF THE BARGAIN BETWEEN DROPBOX AND YOU.
+
+Severability
+In the event that any provision of these Terms of Service is held to be invalid or unenforceable, the remaining provisions of these Terms of Service will remain in full force and effect.
+
+Waiver
+The failure of Dropbox to enforce any right or provision of these Terms of Service will not be deemed a waiver of such right or provision.
+
+Controlling Law and Jurisdiction
+These Terms of Service and any action related thereto will be governed by the laws of the State of California without regard to its conflict of law provisions. The exclusive jurisdiction and venue of any action with respect to the subject matter of these Terms of Service will be the state and federal courts located in San Francisco County, California, and each of the parties hereto waives any objection to jurisdiction and venue in such courts.
+
+Export Restrictions
+The export and re-export of Dropbox software products are controlled by the United States Export Administration Regulations and such software may not be exported or re-exported to Cuba; Iran; North Korea; Sudan; or Syria or any country that is subject to an embargo by the United States. If you are a resident or national of, or a business located in, any of those countries, you may not download or use the Dropbox software products. In addition; Dropbox software may not be distributed to persons on the Table of Denial Orders; the Entity List; or the List of Specially Designated Nationals.
+
+Entire Agreement
+These Terms of Service are the entire and exclusive agreement between Dropbox and you regarding the Site, Content, Services and Your Files, and these Terms of Service supersede and replace any prior agreements between Dropbox and you regarding the Site, Content, Services and Your Files.
\ No newline at end of file
diff --git a/network/misc/dropbox-client/files/dropbox.desktop b/network/misc/dropbox-client/files/dropbox.desktop
new file mode 100644
index 0000000..9f2f57c
--- /dev/null
+++ b/network/misc/dropbox-client/files/dropbox.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Encoding=UTF-8
+Name=Dropbox
+GenericName=Dropbox Client
+GenericName[tr]=Dropbox İstemcisi
+Comment=Sync your files across computers and to the web
+Comment[tr]=Dosyalarınızı her yerden eşzamanlayın
+Icon=dropbox
+Exec=/opt/dropbox/dropboxd
+Terminal=false
+StartupNotify=false
+Categories=Application;Network;
diff --git a/network/misc/dropbox-client/files/dropbox.png b/network/misc/dropbox-client/files/dropbox.png
new file mode 100644
index 0000000..e3a7682
Binary files /dev/null and b/network/misc/dropbox-client/files/dropbox.png differ
diff --git a/network/misc/dropbox-client/pspec.xml b/network/misc/dropbox-client/pspec.xml
new file mode 100644
index 0000000..584a205
--- /dev/null
+++ b/network/misc/dropbox-client/pspec.xml
@@ -0,0 +1,168 @@
+
+
+
+
+ dropbox-client
+ https://www.dropbox.com
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ as-is
+ MIT
+ GPLv2
+ LGPLv2.1
+ dropbox
+ app:gui
+ A Dropbox client
+ Dropbox istemcisi
+ Dropbox is a Web-based file hosting service which uses cloud computing to enable users to store and share files and folders with others across the Internet using file synchronization.
+ Dropbox, kullanıcıların Internet üzerinden dosya ve klasörleri senkronize ederek depolayabileceği ve paylaşabileceği bulut bilişim kullanarak çalışan bir web tabanlı dosya barındırma hizmetidir.
+
+ https://edge.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-246.4.3513.tar.gz
+
+
+
+ dropbox-client
+
+ mesa
+ libSM
+ libICE
+ libdrm
+ libXmu
+ libxslt
+ libXext
+ librsync
+ libXfixes
+ fontconfig
+ libXdamage
+ libXrender
+ libXxf86vm
+ libXcomposite
+ dbus
+ zlib
+ glib2
+ libX11
+ libgcc
+ libxcb
+ libxml2
+ ncurses
+ freetype
+
+
+ /usr/share/doc
+ /usr/share/pixmaps
+ /opt/dropbox
+ /usr/bin
+ /usr/share/applications
+
+
+ POLICIES
+ dropbox.png
+ dropbox.desktop
+
+
+
+
+
+
+
+ 2026-04-05
+ 246.4.3513
+ Release bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-12-11
+ 238.4.6075
+ Release bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2024-12-09
+ 213.4.4597
+ Release bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2023-12-15
+ 188.4.6302
+ Release bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-12-13
+ 162.4.5419
+ Release bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2019-09-13
+ 80.4.127
+ Release bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2019-04-23
+ 70.4.93
+ Release bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2018-05-21
+ 49.4.69
+ Release bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2018-02-17
+ 43.4.50
+ Release bump.
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+ 2017-11-26
+ 39.4.49
+ Release bump.
+ Erkan IŞIK
+ info@erkanisik.com
+
+
+ 2016-12-13
+ 16.4.29
+ Release bump.
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+ 2016-09-11
+ 9.4.49
+ Version bump.
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+ 2016-06-09
+ 4.4.29
+ First Release.
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+ 2016-04-22
+ 3.18.1
+ First Release.
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/network/misc/dropbox-client/translations.xml b/network/misc/dropbox-client/translations.xml
new file mode 100644
index 0000000..a00235b
--- /dev/null
+++ b/network/misc/dropbox-client/translations.xml
@@ -0,0 +1,10 @@
+
+
+
+ dropbox
+ Bir Dropbox istemcisi
+ Dropbox, cliente de alojamiento de archivos en la nube
+ Dropbox, kullanıcıların dosyalarını güvenli bir şekilde yedeklemesine ve diğerleriyle paylaşmasına izin veren bulut hesaplama tabanlı bir dosya barındırma servisidir.
+ Dropbox es un servicio de alojamiento en la nube el cual puede usarse para compartir archivos con otras personas y almacenar copias de seguridad de sus archivos.
+
+
diff --git a/network/misc/freedownloadmanager/actions.py b/network/misc/freedownloadmanager/actions.py
new file mode 100644
index 0000000..e2b59d4
--- /dev/null
+++ b/network/misc/freedownloadmanager/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+NoStrip = ["/usr"]
+IgnoreAutodep = True
+
+Version = get.srcVERSION()
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("ar xf freedownloadmanager.deb")
+ shelltools.system("tar xf data.tar.xz")
+
+def install():
+ pisitools.insinto("/", "usr")
+ pisitools.insinto("/", "opt")
diff --git a/network/misc/freedownloadmanager/pspec.xml b/network/misc/freedownloadmanager/pspec.xml
new file mode 100644
index 0000000..db56997
--- /dev/null
+++ b/network/misc/freedownloadmanager/pspec.xml
@@ -0,0 +1,72 @@
+
+
+
+
+ freedownloadmanager
+ https://www.freedownloadmanager.org/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ FDM, güçlü bir modern indirme hızlandırıcısı ve düzenleyicisidir
+ FDM, Windows, Mac, Linux ve Android için güçlü bir modern çapraz platform indirme hızlandırıcısı ve düzenleyicisidir.
+ Freeware
+
+ https://files2.freedownloadmanager.org/6/latest/freedownloadmanager.deb
+
+
+
+
+
+ openssl
+ xdg-utils
+ ffmpeg
+
+ freedownloadmanager
+ fdm
+
+ /usr/bin
+ /usr/share
+ /opt
+
+
+
+
+
+ 2026-04-05
+ 6.33.2.6656
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
+ 2025-12-11
+ 6.31.0.6549
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2024-02-08
+ 6.20.0.5510
+ Version Bump
+ Sami BABAT
+ samibabat@gmail.com
+
+
+ 2023-12-15
+ 6.19.1.5263
+ Version Bump
+ Sami BABAT
+ samibabat@gmail.com
+
+
+ 2023-05-07
+ 6.19.0
+ First release
+ Sami BABAT
+ samibabat@gmail.com
+
+
+
\ No newline at end of file
diff --git a/network/misc/freedownloadmanager/translations.xml b/network/misc/freedownloadmanager/translations.xml
new file mode 100644
index 0000000..0a86d13
--- /dev/null
+++ b/network/misc/freedownloadmanager/translations.xml
@@ -0,0 +1,10 @@
+
+
+
+ freedownloadmanager
+ FDM, güçlü bir modern indirme hızlandırıcısı ve düzenleyicisidir.
+ FDM is a powerful modern download accelerator and organizer.
+ FDM, Windows, Mac, Linux ve Android için güçlü bir modern çapraz platform indirme hızlandırıcısı ve düzenleyicisidir.
+ FDM is a powerful modern download accelerator and organizer. It is a powerful modern cross-platform download accelerator and organizer for Windows, Mac, Linux, Android.
+
+
diff --git a/network/misc/github-desktop/actions.py b/network/misc/github-desktop/actions.py
new file mode 100644
index 0000000..7869b47
--- /dev/null
+++ b/network/misc/github-desktop/actions.py
@@ -0,0 +1,18 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+from pisi.actionsapi import get, pisitools, shelltools
+
+Version = get.srcVERSION()
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("ar xf GitHubDesktop-linux-amd64-"+Version+"-linux1.deb")
+ shelltools.system("tar xf data.tar.xz")
+
+
+def install():
+ pisitools.insinto("/opt/github-desktop/", "usr/lib/github-desktop/*")
+ pisitools.dosym("/opt/github-desktop/github-desktop", "/usr/bin/github-desktop")
\ No newline at end of file
diff --git a/network/misc/github-desktop/files/github-desktop.desktop b/network/misc/github-desktop/files/github-desktop.desktop
new file mode 100644
index 0000000..09a1fd2
--- /dev/null
+++ b/network/misc/github-desktop/files/github-desktop.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=GitHub Desktop
+Comment=Simple collaboration from your desktop
+GenericName=GitHub Desktop
+Exec=github-desktop %U
+Icon=github-desktop
+Type=Application
+StartupNotify=true
+Categories=GNOME;GTK;Utility;
+MimeType=x-scheme-handler/x-github-client;x-scheme-handler/x-github-desktop-auth;x-scheme-handler/x-github-desktop-dev-auth;
+
diff --git a/network/misc/github-desktop/files/github-desktop.png b/network/misc/github-desktop/files/github-desktop.png
new file mode 100644
index 0000000..859edc7
Binary files /dev/null and b/network/misc/github-desktop/files/github-desktop.png differ
diff --git a/network/misc/github-desktop/pspec.xml b/network/misc/github-desktop/pspec.xml
new file mode 100644
index 0000000..b656f1f
--- /dev/null
+++ b/network/misc/github-desktop/pspec.xml
@@ -0,0 +1,137 @@
+
+
+
+
+ github-desktop
+ https://github.com/shiftkey/desktop/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ MIT
+ app:gui
+ GitHub Desktop is an open source Electron-based GitHub app. It is written in TypeScript and uses React.
+ GitHub Desktop is an open source Electron-based GitHub app. It is written in TypeScript and uses React.
+
+ https://github.com/shiftkey/desktop/releases/download/release-3.4.9-linux1/GitHubDesktop-linux-amd64-3.4.9-linux1.deb
+
+
+
+
+ github-desktop
+
+ curl
+ gconf
+ git
+ libsecret
+ nspr
+ nss
+ unzip
+ libgnome-keyring
+
+
+ /opt/github-desktop
+ /usr/bin
+ /usr/share/applications/
+ /usr/share/icons
+
+
+ github-desktop.desktop
+ github-desktop.png
+
+
+
+
+
+ 2025-12-11
+ 3.4.9
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2024-10-23
+ 3.4.3
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2024-02-08
+ 3.3.8
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2023-12-15
+ 3.2.7
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2023-04-15
+ 3.2.1
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-12-12
+ 3.1.1
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-04-11
+ 3.0.0
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-04-11
+ 2.9.12
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2021-10-30
+ 2.9.4
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2021-04-04
+ 2.7.1
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2021-01-24
+ 2.6.2
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2020-11-15
+ 2.5.7
+ Version Bump
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
+
+ 2019-10-15
+ 2.1.0
+ First release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/network/misc/gitkraken/actions.py b/network/misc/gitkraken/actions.py
new file mode 100644
index 0000000..3480359
--- /dev/null
+++ b/network/misc/gitkraken/actions.py
@@ -0,0 +1,12 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+from pisi.actionsapi import pisitools, get
+
+
+#NoStrip = ["/opt", "/usr"]
+#IgnoreAutodep = True
+
+def install():
+ pisitools.insinto("/opt/gitkraken/", "*")
+ pisitools.dosym('/opt/gitkraken/gitkraken', '/usr/bin/gitkraken')
diff --git a/network/misc/gitkraken/files/gitkraken.desktop b/network/misc/gitkraken/files/gitkraken.desktop
new file mode 100644
index 0000000..f078cd2
--- /dev/null
+++ b/network/misc/gitkraken/files/gitkraken.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=GitKraken
+Comment=The intuitive, fast, and beautiful cross-platform Git client
+GenericName=GitKraken
+Exec=gitkraken
+Icon=gitkraken
+Type=Application
+StartupNotify=true
+Categories=Development;Documentation;
+MimeType=text/plain;
diff --git a/network/misc/gitkraken/files/gitkraken.png b/network/misc/gitkraken/files/gitkraken.png
new file mode 100644
index 0000000..5204a0d
Binary files /dev/null and b/network/misc/gitkraken/files/gitkraken.png differ
diff --git a/network/misc/gitkraken/pspec.xml b/network/misc/gitkraken/pspec.xml
new file mode 100644
index 0000000..5828f04
--- /dev/null
+++ b/network/misc/gitkraken/pspec.xml
@@ -0,0 +1,134 @@
+
+
+
+
+ gitkraken
+ https://www.gitkraken.com/
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ custom
+ gui
+ The intuitive, fast, and beautiful cross-platform Git client.
+ Kullanımı kolay, hızlı ve estetik, platformlar arası Git istemcisi.
+ GitKraken makes Git commands and processes easy, fast, and intuitive. .
+ GitKraken, Git komutlarını ve işlemleri kolay, hızlı ve sezgisel hale getirir. .
+
+ https://release.gitkraken.dev/gkd/production/normal/linux/x64/11.10.0/3ARdeMHdLp4BfF6A2OA7sVmyNSG/gitkraken-amd64.tar.gz
+
+
+
+ gitkraken
+
+ nss
+ gtk3
+ libsecret
+ libxkbfile
+
+
+
+ /opt/gitkraken
+ /usr
+
+
+
+ gitkraken.png
+ gitkraken.desktop
+
+
+
+
+
+ 2026-04-05
+ 11.10.0
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-12-11
+ 11.7.0
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-05-13
+ 11.1.0
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2024-02-08
+ 27.1.3
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2023-12-15
+ 22.3.25
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-04-03
+ 8.3.3
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2018-02-21
+ 3.3.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2017-07-25
+ 2.7.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-12-13
+ 1.9.3
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-11-10
+ 1.9.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-10-27
+ 1.8.1
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-06-30
+ 1.4.1
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-05-10
+ 1.30
+ First release.
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/network/misc/insync/actions.py b/network/misc/insync/actions.py
new file mode 100644
index 0000000..5279c06
--- /dev/null
+++ b/network/misc/insync/actions.py
@@ -0,0 +1,20 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get, pisitools, shelltools
+
+#NoStrip = ["/usr"]
+IgnoreAutodep = True
+
+Version = get.srcVERSION()
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("ar xf insync_"+Version+"-resolute_amd64.deb")
+ shelltools.system("tar xf data.tar.gz")
+
+def install():
+ pisitools.insinto("/", "usr")
diff --git a/network/misc/insync/comar/service.py b/network/misc/insync/comar/service.py
new file mode 100644
index 0000000..459f79a
--- /dev/null
+++ b/network/misc/insync/comar/service.py
@@ -0,0 +1,36 @@
+from comar.service import *
+import os
+
+serviceType = "server"
+serviceDesc = _({"en": "Insync",
+ "tr": "Insync"})
+
+#serviceConf = "apache2"
+
+PIDFILE = "/run/insync.pid"
+DAEMON="/usr/bin/insync start"
+DAEMON1="/usr/bin/insync quit"
+
+@synchronized
+def start():
+ startService(command=DAEMON,
+ pidfile=PIDFILE,
+ detach=True,
+ donotify=True)
+
+
+@synchronized
+def stop():
+ stopService(pidfile=PIDFILE,
+ donotify=True)
+
+ try:
+ os.unlink(PIDFILE)
+ except OSError:
+ pass
+
+def reload():
+ stopService(command="/usr/sbin/insync reload")
+
+def status():
+ return isServiceRunning(PIDFILE)
\ No newline at end of file
diff --git a/network/misc/insync/files/insync.service b/network/misc/insync/files/insync.service
new file mode 100644
index 0000000..ba6c38f
--- /dev/null
+++ b/network/misc/insync/files/insync.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Insync
+After=local-fs.target network.target
+
+[Service]
+Environment=DISPLAY=:0
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/insync start
+ExecStop=/usr/bin/insync quit
+
+[Install]
+WantedBy=default.target
\ No newline at end of file
diff --git a/network/misc/insync/pspec.xml b/network/misc/insync/pspec.xml
new file mode 100644
index 0000000..ab04515
--- /dev/null
+++ b/network/misc/insync/pspec.xml
@@ -0,0 +1,75 @@
+
+
+
+
+ insync
+ https://www.insynchq.com/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ An unofficial Google Drive and OneDrive client that runs on Linux, with support for various desktops
+ Sync all your Google Drive - OneDrive accounts to your local filesystem Insync integrates with your file manager so you can use our Google Drive or OneDrive files locally while getting the benefits of the cloud. Sync any local folder, sync multiple accounts and sync across Linux, Windows and Mac. Refine your setup with docs conversion, ignore rules, symlink support and much more.
+ custom
+
+ https://cdn.insynchq.com/builds/linux/3.9.8.60034/insync_3.9.8.60034-resolute_amd64.deb
+
+
+
+ insync
+ insync
+
+ alsa-lib
+ fontconfig
+ glibc
+ icon-theme-hicolor
+ libglvnd
+ nss
+ xdg-utils
+
+
+ /usr
+
+
+ insync.service
+
+
+
+
+
+ 2026-04-05
+ 3.9.8.60034
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-12-11
+ 3.9.7.60031
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2023-12-15
+ 3.8.6.50504
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-12-13
+ 3.8.3.50473
+ Version Bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-04-25
+ 3.7.5.50350
+ First release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/network/misc/ngrok/actions.py b/network/misc/ngrok/actions.py
new file mode 100644
index 0000000..5ec5631
--- /dev/null
+++ b/network/misc/ngrok/actions.py
@@ -0,0 +1,15 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+from pisi.actionsapi import get, pisitools, shelltools
+
+
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("tar xvzf ngrok-v3-stable-linux-amd64.tgz")
+
+def install():
+ pisitools.insinto("/opt/ngrok", "ngrok")
+ pisitools.dosym("/opt/ngrok/ngrok", "/usr/bin/ngrok")
\ No newline at end of file
diff --git a/network/misc/ngrok/pspec.xml b/network/misc/ngrok/pspec.xml
new file mode 100644
index 0000000..bb1f1d1
--- /dev/null
+++ b/network/misc/ngrok/pspec.xml
@@ -0,0 +1,62 @@
+
+
+
+
+ ngrok
+ https://ngrok.com/
+
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+ custom
+ A tunneling, reverse proxy for developing and understanding networked, HTTP services
+ Ağ üzerinde çalışan HTTP servislerini tünelleme ve ters proxy için bir araç
+ A tunneling, reverse proxy for developing and understanding networked, HTTP services
+ Ağ üzerinde çalışan HTTP servislerini tünelleme ve ters proxy için bir araç
+
+ https://bin.ngrok.com/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz
+
+
+
+
+ ngrok
+
+
+
+
+ /opt/ngrok
+ /usr/bin
+
+
+
+
+
+ 2026-04-05
+ 3.37.3
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2025-12-11
+ 3.34.0
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2022-04-11
+ 3.5.0
+ Version Bump
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2020-11-25
+ 2.3.35
+ First release
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+
diff --git a/network/misc/packet-tracer/actions.py b/network/misc/packet-tracer/actions.py
new file mode 100644
index 0000000..9d8c8b6
--- /dev/null
+++ b/network/misc/packet-tracer/actions.py
@@ -0,0 +1,16 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import pisitools, shelltools, get
+
+WorkDir="."
+def setup():
+ shelltools.system("ar xvf CiscoPacketTracer_820_Ubuntu_64bit.deb")
+ shelltools.system("tar xvf data.tar.xz")
+
+def install():
+ pisitools.insinto("/usr", "%s/usr/*" % get.workDIR())
+ pisitools.insinto("/opt", "%s/opt/*" % get.workDIR())
diff --git a/network/misc/packet-tracer/pspec.xml b/network/misc/packet-tracer/pspec.xml
new file mode 100644
index 0000000..8f292cb
--- /dev/null
+++ b/network/misc/packet-tracer/pspec.xml
@@ -0,0 +1,47 @@
+
+
+
+
+ packet-tracer
+ https://www.netacad.com/cisco-packet-tracer
+
+ Pisilinux Community
+ admins@pisilinux.org
+
+ IBC
+ app:gui
+ Packet Tracer, provides a network simulation to practice simple and complex networks.
+ Packet Tracer, provides a network simulation to practice simple and complex networks.
+
+ https://sourceforge.net/projects/pisilinux/files/source/CiscoPacketTracer_820_Ubuntu_64bit.deb/download
+
+
+
+
+ packet-tracer
+
+ dbus
+ expat
+ glib2
+ libgcc
+ libxml2
+
+
+ /usr/bin
+ /usr/share/applications
+ /usr/share/icons
+ /usr/share/mime
+ /opt/pt
+
+
+
+
+
+ 2022-09-30
+ 8.20
+ First Release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/network/misc/steam/actions.py b/network/misc/steam/actions.py
new file mode 100644
index 0000000..10952cd
--- /dev/null
+++ b/network/misc/steam/actions.py
@@ -0,0 +1,18 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("COPYING","README","steam*.txt")
diff --git a/network/misc/steam/files/alsa_sdl_audiodriver.patch b/network/misc/steam/files/alsa_sdl_audiodriver.patch
new file mode 100644
index 0000000..4a03ad8
--- /dev/null
+++ b/network/misc/steam/files/alsa_sdl_audiodriver.patch
@@ -0,0 +1,14 @@
+--- a/steam 2013-02-15 14:43:40.000000000 -0500
++++ b/steam 2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+
++# check if pulseaudio is installed and if it isn't, use alsa for SDL_AUDIODRIVER
++if ! pulseaudio --check &>/dev/null; then
++ export SDL_AUDIODRIVER=alsa
++fi
++
+ function show_message()
+ {
+ style=$1
diff --git a/network/misc/steam/files/desktop.patch b/network/misc/steam/files/desktop.patch
new file mode 100644
index 0000000..2b6f9bc
--- /dev/null
+++ b/network/misc/steam/files/desktop.patch
@@ -0,0 +1,12 @@
+diff -Nuar a/steam.desktop b/steam.desktop
+--- a/steam.desktop 2018-07-24 05:07:26.000000000 +0300
++++ b/steam.desktop 2018-09-29 23:04:53.439082677 +0300
+@@ -27,7 +27,7 @@
+ Comment[tr]=Steam üzerinden oyun oynama ve düzenleme uygulaması
+ Comment[uk]=Програма для керування іграми та запуску ігор у Steam
+ Comment[vi]=Ứng dụng để quản lý và chơi trò chơi trên Steam
+-Exec=/usr/bin/steam %U
++Exec=LC_ALL=C /usr/bin/steam %U
+ Icon=steam
+ Terminal=false
+ Type=Application
diff --git a/network/misc/steam/pspec.xml b/network/misc/steam/pspec.xml
new file mode 100644
index 0000000..83a00b6
--- /dev/null
+++ b/network/misc/steam/pspec.xml
@@ -0,0 +1,171 @@
+
+
+
+
+ steam
+ http://store.steampowered.com/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ Valve Corporation
+ steam
+ app
+ Steam for linux
+ Steam Digital Platform Runner
+
+ https://repo.steampowered.com/steam/pool/steam/s/steam/steam_1.0.0.85.tar.gz
+
+
+
+
+
+
+
+ steam
+
+ gdk-pixbuf
+ mesa-32bit
+ eudev-32bit
+ desktop-file-utils
+
+
+
+
+ /etc
+ /usr/share
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+ /usr/bin
+ /usr/include
+ /usr/share/info
+ /usr/share/locale
+
+
+
+
+
+ 2025-12-11
+ 1.0.0.85
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2023-12-15
+ 1.0.0.78
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2022-12-19
+ 1.0.0.75
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2022-03-29
+ 1.0.0.74
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+ 2021-01-16
+ 1.0.0.68
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+ 2020-09-04
+ 1.0.0.66
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2018-10-14
+ 1.0.0.61
+ Version bump.
+ Safa Arıman
+ safa@ariman.gen.tr
+
+
+ 2018-09-29
+ 1.0.0.56
+ Version bump.
+ Erkan IŞIK
+ erkanisik@pisilinux.org
+
+
+ 2016-12-13
+ 1.0.0.54
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2016-03-31
+ 1.0.0.52
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-07-15
+ 1.0.0.50
+ Version bump
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2014-09-01
+ 1.0.0.49
+ Version bump
+ Nikolay Semenov
+ tribunal@pisilinux.org
+
+
+ 2014-08-23
+ 1.0.0.48
+ Version bump
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+ 2014-06-29
+ 1.0.0.47
+ Dep fix
+ Nikolay Semenov
+ tribunal@pisilinux.org
+
+
+ 2014-06-15
+ 1.0.0.47
+ Remove unnecessary deps
+ Richard de Bruin
+ richdb@pisilinux.org
+
+
+ 2014-03-21
+ 1.0.0.47
+ Version bump
+ Richard de Bruin
+ richdb@pisilinux.org
+
+
+ 2013-09-07
+ 1.0.0.41
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/network/misc/steam/translations.xml b/network/misc/steam/translations.xml
new file mode 100644
index 0000000..4c1ba80
--- /dev/null
+++ b/network/misc/steam/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ steam
+ Linux için steam
+ Steam dijital platform çalıştırıcısı
+
+
\ No newline at end of file
diff --git a/network/misc/teamviewer/actions.py b/network/misc/teamviewer/actions.py
new file mode 100644
index 0000000..cbff4fa
--- /dev/null
+++ b/network/misc/teamviewer/actions.py
@@ -0,0 +1,32 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+WorkDir = "."
+VERSION = get.srcVERSION()
+def setup():
+ shelltools.system("pwd")
+ shelltools.system("ar xf teamviewer_%s_amd64.deb" % VERSION)
+ shelltools.system("tar xf data.tar.xz")
+
+def install():
+ pisitools.insinto("/opt/teamviewer/", "opt/teamviewer/*")
+ #pisitools.insinto("/etc/systemd/system", "opt/teamviewer/tv_bin/script/teamviewerd.service")
+
+ #necessary symlinks
+ pisitools.dosym("/opt/teamviewer/tv_bin/teamviewerd", "etc/init.d/teamviewerd")
+ pisitools.dosym("/opt/teamviewer/tv_bin/script/teamviewer", "usr/bin/teamviewer")
+ #pisitools.dosym("/opt/teamviewer/logfiles", "var/log/teamviewer")
+ pisitools.dosym("/opt/teamviewer/config", "etc/teamviewer")
+
+ #pisitools.dodoc("%s/opt/teamviewer/doc/License.txt" %get.workDIR())
+
+ shelltools.chmod("%s/opt/teamviewer/doc/*" % get.installDIR(),0755)
+ shelltools.chmod("%s/opt/teamviewer/tv_bin/*" % get.installDIR(),0755)
+
diff --git a/network/misc/teamviewer/comar/service.py b/network/misc/teamviewer/comar/service.py
new file mode 100644
index 0000000..54e044f
--- /dev/null
+++ b/network/misc/teamviewer/comar/service.py
@@ -0,0 +1,32 @@
+from comar.service import *
+import os
+
+serviceType = "local"
+serviceDesc = _({
+ "en": "teamviewer Remote Control Application",
+ "tr": "teamviewer Uzak Masaüstü Bağlantısı"})
+
+serviceDefault = "on"
+
+PIDFILE="/run/teamviewerd.pid"
+DAEMON ="/opt/teamviewer/tv_bin/teamviewerd"
+
+@synchronized
+def start():
+ startService(command=DAEMON,
+ args=" -d",
+ donotify=True)
+ os.system("pidof -o %PPID " + "%s > %s" % (DAEMON, PIDFILE))
+
+@synchronized
+def stop():
+ stopService(pidfile=PIDFILE,
+ donotify=True)
+
+ try:
+ os.unlink(PIDFILE)
+ except:
+ pass
+
+def status():
+ return isServiceRunning(pidfile=PIDFILE)
diff --git a/network/misc/teamviewer/files/teamviewer-help.html b/network/misc/teamviewer/files/teamviewer-help.html
new file mode 100644
index 0000000..50fc830
--- /dev/null
+++ b/network/misc/teamviewer/files/teamviewer-help.html
@@ -0,0 +1,45 @@
+
+
+
+ TeamViewer
+
+
+
+
+
+