Click here to Skip to main content
15,892,253 members
Articles / Programming Languages / C#

cnapinet - ConceptNet4 API Library

Rate me:
Please Sign up or sign in to vote.
4.50/5 (2 votes)
10 Aug 2010GPL32 min read 18.9K   630   5  
Connect to ConceptNet's REST API

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CNAPINetDemo", "CNAPINetDemo\CNAPINetDemo.csproj", "{52C5AA1D-2189-419F-9C59-31E858033BA5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cnapinet", "..\cnapinet\cnapinet\cnapinet.csproj", "{E0AA019A-80FD-4584-9971-5B43CC72C2CF}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{52C5AA1D-2189-419F-9C59-31E858033BA5}.Debug|Any CPU.ActiveCfg = Debug|x86
		{52C5AA1D-2189-419F-9C59-31E858033BA5}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{52C5AA1D-2189-419F-9C59-31E858033BA5}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{52C5AA1D-2189-419F-9C59-31E858033BA5}.Debug|x86.ActiveCfg = Debug|x86
		{52C5AA1D-2189-419F-9C59-31E858033BA5}.Debug|x86.Build.0 = Debug|x86
		{52C5AA1D-2189-419F-9C59-31E858033BA5}.Release|Any CPU.ActiveCfg = Release|x86
		{52C5AA1D-2189-419F-9C59-31E858033BA5}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{52C5AA1D-2189-419F-9C59-31E858033BA5}.Release|Mixed Platforms.Build.0 = Release|x86
		{52C5AA1D-2189-419F-9C59-31E858033BA5}.Release|x86.ActiveCfg = Release|x86
		{52C5AA1D-2189-419F-9C59-31E858033BA5}.Release|x86.Build.0 = Release|x86
		{E0AA019A-80FD-4584-9971-5B43CC72C2CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E0AA019A-80FD-4584-9971-5B43CC72C2CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E0AA019A-80FD-4584-9971-5B43CC72C2CF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{E0AA019A-80FD-4584-9971-5B43CC72C2CF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{E0AA019A-80FD-4584-9971-5B43CC72C2CF}.Debug|x86.ActiveCfg = Debug|Any CPU
		{E0AA019A-80FD-4584-9971-5B43CC72C2CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E0AA019A-80FD-4584-9971-5B43CC72C2CF}.Release|Any CPU.Build.0 = Release|Any CPU
		{E0AA019A-80FD-4584-9971-5B43CC72C2CF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{E0AA019A-80FD-4584-9971-5B43CC72C2CF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{E0AA019A-80FD-4584-9971-5B43CC72C2CF}.Release|x86.ActiveCfg = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

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, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


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