Code Coverage for nltk.sem

100% Covered by Tests!

# Natural Language Toolkit: Semantic Interpretation
#
# Copyright (C) 2001-2008 NLTK Project
# Author: Ewan Klein <[email protected]>
# URL: <http://nltk.org>
# For license information, see LICENSE.TXT

"""
This package contains classes for representing semantic structure in
formulas of first-order logic and for evaluating such formulas in
set-theoretic models.

"""

from util import *
from evaluate import *
from logic import *
from relextract import *