Click here to Skip to main content
15,885,953 members
Articles / Programming Languages / XML

Having fun with MIT's ConceptNet 2.1 in C#.

Rate me:
Please Sign up or sign in to vote.
4.23/5 (10 votes)
21 Feb 20068 min read 99.1K   1.7K   73  
A ConceptNet .Net Utility Class Library.
(IsA "grass" "plant" "f=6;i=0;")
(IsA "flower" "sexual organ of plant" "f=4;i=0;")
(IsA "flower" "plant" "f=23;i=0;")
(IsA "orchid" "plant" "f=4;i=3;")
(IsA "cactus" "plant" "f=2;i=1;")
(IsA "bush" "plant" "f=6;i=2;")
(IsA "flower" "reproductive organ of plant" "f=2;i=0;")
(IsA "tomato" "plant" "f=2;i=1;")
(IsA "seedling" "baby plant" "f=2;i=0;")
(IsA "tree" "plant" "f=46;i=11;")
(IsA "vegetable" "plant" "f=6;i=0;")
(IsA "tree" "large plant" "f=5;i=0;")
(IsA "lemon tree" "plant" "f=2;i=0;")
(IsA "tree" "tall plant" "f=3;i=0;")
(IsA "flower" "part of plant" "f=2;i=0;")
(IsA "tree" "woody plant" "f=1;i=2;")
(IsA "fern" "plant" "f=8;i=1;")
(IsA "shamrock" "plant" "f=1;i=4;")

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Chief Technology Officer Earthbotics.com
United States United States
Born in Pennsylvania (USA), just north of Philadelphia. Joe has been programming since he was ten[now much older]. He is entirely self-taught programmer, & he is currently working as an IT Manager in Seattle WA. He was previously U.S. Navy Active Reservist for (SPAWAR)
In '98 was honorably discharged from the USN. He served onboard the USS Carl Vinson (94-98) He was lucky enough to drink President Clinton's leftover wine, promoted by his Captain, and flew in a plane off the flightdeck but not all at the same time. His interests, when time allows, are developing
misc apps and Artificial Intelligence proof-of-concept demos that specifically exhibits human behavior. He is a true sports-a-holic, needs plenty of caffeine, & a coding junkie. He also enjoys alternative music and a big Pearl Jam, Nirvana, new alternative music fan, and the Alison Wonderland.
He is currently working on earthboticsai.net<> which he says is fun and cool. Cool | :cool: :cheers:

Joe is an INTP[
^] personality type. Joe "sees everything in terms of how it could be improved, or what it could be turned into. INTP's live primarily inside their own minds." INTPs also can have the "greatest precision in thought and language. Can readily discern contradictions and inconsistencies. The world exists primarily to be understood. 1% of the total population" [

Comments and Discussions