bluestocking

An information extraction toolkit built on top of NLTK
Download

bluestocking Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Sebastian Benthall

bluestocking Tags


bluestocking Description

bluestocking is an information extraction toolkit.To discuss the project with use, join our maing list: http://groups.google.com/forum/?fromgroups#!forum/bluestocking-devThis project depends on NLTK. You will need to install it before running these scripts.To run tests: python tests.pyTo run factchecker demo, try this: python factchecker.py "The sky is not blue."or this: python factchecker.py "People never eat fish. Goldfish are unpopular."This test a document against the Simple English Wikipedia articles for each word in the tested document. Try replacing test-factchecker.txt with your own text file!(Warning: documents with long sentences take longer to query)Scripts included:parse.pyDefines Document class for wrapping raw text and Parser class for extracting Relations from a Document.Relations encapsulate a semantically significant lexical cooccurence.Documents have a method to turn them into Doxaments (see below).doxament.pyDefines a Doxament class. A Doxament contains many Relations. A Doxament may be queried for consistency with another Doxament. They may also be merged to form a more complete knowledge base.Product's homepage


bluestocking Related Software