|
|
|
|
|
by tkosan
2996 days ago
|
|
I spend 1-2 hours each day learning Cyc, and each day I see it do something new. For example, I just asked Cyc "Where did the 2012 Summer Olympics take place?" and this was its response: %cycl,microtheory="InferencePSC"
(eventOccursAt
(SummerOlympicsFn
(YearFn 2012))
?VAR)
%/cycl
%output,mpversion=".257",preserve="false"
# ?VAR
--- ---------------------------------------------------------------------
1 UnitedKingdomOfGreatBritainAndNorthernIreland
2 England
3 EasternContinent
4 ContinentOfEurasia
5 Occident
6 MilkyWay-Galaxy
7 PlanetEarth
8 NorthernHemisphere-Region
9 ContinentOfEurope
10 CityOfLondonEngland
. %/output
|
|