NLP for .NET is built with .NET technologies and can be used directly from C#, Visual Basic.NET or ASP.NET.
Nlp4Net.NlpLib namespace contains .NET classes for natural language recognition. Please add a reference to NlpLib.dll to your project.
Read the documentation. You need only 5 classes to integrate Reed-Kellogg syntax functionality in your application: Lexeme, Word, SyntaxNode, Utterance and NLParser. The first 4 hold the data, the last one does actual processing.
SpellChecker and WordDictionary(T) can be used independently.
Review code samples.
Understand basic principals of Reed-Kellogg diagramming. If you are not familiar with Reed-Kellogg diagramming, please invest some time because parsing is based on Reed-Kellogg syntax.