LICENSE
MANIFEST.in
README.rst
setup.py
examples/__init__.py
examples/logic.py
examples/shrubbery.py
examples/simplenlg_tutorial.py
examples/spanish.py
examples/starter.py
nlglib/__init__.py
nlglib/aggregation.py
nlglib/lexicalisation.py
nlglib/utils.py
nlglib.egg-info/PKG-INFO
nlglib.egg-info/SOURCES.txt
nlglib.egg-info/dependency_links.txt
nlglib.egg-info/requires.txt
nlglib.egg-info/top_level.txt
nlglib.egg-info/zip-safe
nlglib/features/__init__.py
nlglib/features/category.py
nlglib/features/default.py
nlglib/features/feature.py
nlglib/macroplanning/__init__.py
nlglib/macroplanning/alg.py
nlglib/macroplanning/struct.py
nlglib/microplanning/__init__.py
nlglib/microplanning/factories.py
nlglib/microplanning/struct.py
nlglib/microplanning/visitors.py
nlglib/realisation/__init__.py
nlglib/realisation/basic.py
nlglib/realisation/simplenlg/__init__.py
nlglib/realisation/simplenlg/client.py
nlglib/realisation/simplenlg/realisation.py
tests/__init__.py
tests/main.py
tests/test_aggregation.py
tests/test_features.py
tests/test_lexicalisation.py
tests/test_macroplanning.py
tests/test_macrostructures.py
tests/test_microplanning.py
tests/test_microstructures.py
tests/test_realisation.py
tests/test_simplenlg.py
tests/test_simplenlg_tutorial.py