Menu

Home

Welcome to BibleNLP, a C# program to build a Natural Language Processing (NLP) system in a Bible domain.

The solution currently has 3 projects: NLPData, NLPGUIControls, and NLPViewer. The startup project is NLPData. You should be able to run it in Visual Studio .NET as well as SharpDevelop.

As of the initial commit, NLPData institutes for the english language:

tokenization
word parts
sentence splitting
part of speech (POS) tagging (using a Brill tagger)
manual POS tag correction
determiner attachment
prepositional phrase reduction
passive-active verb grouping
phrasal concordance

Use the forums to request and discuss new features.