Click here to Skip to main content
15,886,110 members
Articles / Containers / Virtual Machine

Statistical parsing of English sentences

Rate me:
Please Sign up or sign in to vote.
4.95/5 (88 votes)
13 Dec 200617 min read 987.5K   23.6K   239  
Shows how to generate parse trees for English language sentences, using a C# port of OpenNLP, a statistical natural language parsing library.
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenNLP", "OpenNLP\OpenNLP.csproj", "{B70185DF-81FD-4417-914F-7C90E65E7D9F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParseTree", "ParseTree\ParseTree.csproj", "{8B7FEF34-CEC3-4212-9E8C-9D815E04BFAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lithium", "Lithium\Lithium.csproj", "{A4FA73C1-2527-4EF9-ACFE-3072386100DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToolsExample", "ToolsExample\ToolsExample.csproj", "{EFDF4714-3781-4B07-8955-C4AC2A74C89E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModelConverter", "ModelConverter\ModelConverter.csproj", "{19A1DDC0-9EE7-46D1-9EA4-3F8D274FAE3F}"
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 6
		SccProjectName0 = \u0022$/OpenNLP\u0022,\u0020QTAAAAAA
		SccLocalPath0 = ..
		SccProvider0 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection0 = OpenNLP\\
		SccProjectUniqueName1 = OpenNLP\\OpenNLP.csproj
		SccLocalPath1 = ..
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection1 = OpenNLP\\OpenNLP\\
		SccProjectUniqueName2 = ParseTree\\ParseTree.csproj
		SccLocalPath2 = ..
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection2 = OpenNLP\\ParseTree\\
		SccProjectUniqueName3 = Lithium\\Lithium.csproj
		SccLocalPath3 = ..
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection3 = OpenNLP\\Lithium\\
		SccProjectUniqueName4 = ToolsExample\\ToolsExample.csproj
		SccLocalPath4 = ..
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection4 = OpenNLP\\ToolsExample\\
		SccProjectUniqueName5 = ModelConverter\\ModelConverter.csproj
		SccLocalPath5 = ..
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection5 = OpenNLP\\ModelConverter\\
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{B70185DF-81FD-4417-914F-7C90E65E7D9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B70185DF-81FD-4417-914F-7C90E65E7D9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B70185DF-81FD-4417-914F-7C90E65E7D9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B70185DF-81FD-4417-914F-7C90E65E7D9F}.Release|Any CPU.Build.0 = Release|Any CPU
		{8B7FEF34-CEC3-4212-9E8C-9D815E04BFAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8B7FEF34-CEC3-4212-9E8C-9D815E04BFAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8B7FEF34-CEC3-4212-9E8C-9D815E04BFAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8B7FEF34-CEC3-4212-9E8C-9D815E04BFAB}.Release|Any CPU.Build.0 = Release|Any CPU
		{A4FA73C1-2527-4EF9-ACFE-3072386100DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A4FA73C1-2527-4EF9-ACFE-3072386100DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A4FA73C1-2527-4EF9-ACFE-3072386100DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A4FA73C1-2527-4EF9-ACFE-3072386100DC}.Release|Any CPU.Build.0 = Release|Any CPU
		{EFDF4714-3781-4B07-8955-C4AC2A74C89E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{EFDF4714-3781-4B07-8955-C4AC2A74C89E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{EFDF4714-3781-4B07-8955-C4AC2A74C89E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{EFDF4714-3781-4B07-8955-C4AC2A74C89E}.Release|Any CPU.Build.0 = Release|Any CPU
		{19A1DDC0-9EE7-46D1-9EA4-3F8D274FAE3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{19A1DDC0-9EE7-46D1-9EA4-3F8D274FAE3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{19A1DDC0-9EE7-46D1-9EA4-3F8D274FAE3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{19A1DDC0-9EE7-46D1-9EA4-3F8D274FAE3F}.Release|Any CPU.Build.0 = 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 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
Web Developer
United Kingdom United Kingdom
Richard Northedge is a senior developer with a UK Microsoft Gold Partner company. He has a postgraduate degree in English Literature, has been programming professionally since 1998 and has been an MCSD since 2000.

Comments and Discussions