LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
firstlanguage_python/__init__.py
firstlanguage_python/api_helper.py
firstlanguage_python/configuration.py
firstlanguage_python/decorators.py
firstlanguage_python/firstlanguage_client.py
firstlanguage_python.egg-info/PKG-INFO
firstlanguage_python.egg-info/SOURCES.txt
firstlanguage_python.egg-info/dependency_links.txt
firstlanguage_python.egg-info/requires.txt
firstlanguage_python.egg-info/top_level.txt
firstlanguage_python/controllers/__init__.py
firstlanguage_python/controllers/advanced_api_controller.py
firstlanguage_python/controllers/base_controller.py
firstlanguage_python/controllers/basic_api_controller.py
firstlanguage_python/controllers/enterprise_only_controller.py
firstlanguage_python/exceptions/__init__.py
firstlanguage_python/exceptions/api_classify_426_error_exception.py
firstlanguage_python/exceptions/api_exception.py
firstlanguage_python/exceptions/api_lemmatize_426_error_exception.py
firstlanguage_python/exceptions/api_morph_426_error_exception.py
firstlanguage_python/exceptions/api_postag_426_error_exception.py
firstlanguage_python/exceptions/api_stemmer_426_error_exception.py
firstlanguage_python/exceptions/errors_exception.py
firstlanguage_python/exceptions/m_426_error_exception.py
firstlanguage_python/http/__init__.py
firstlanguage_python/http/http_call_back.py
firstlanguage_python/http/http_client.py
firstlanguage_python/http/http_method_enum.py
firstlanguage_python/http/http_request.py
firstlanguage_python/http/http_response.py
firstlanguage_python/http/requests_client.py
firstlanguage_python/http/auth/__init__.py
firstlanguage_python/http/auth/custom_header_authentication.py
firstlanguage_python/models/__init__.py
firstlanguage_python/models/api_ner_request.py
firstlanguage_python/models/api_ner_request_1.py
firstlanguage_python/models/api_ner_response.py
firstlanguage_python/models/api_qa_request.py
firstlanguage_python/models/api_qa_request_1.py
firstlanguage_python/models/api_qa_response.py
firstlanguage_python/models/api_question_request.py
firstlanguage_python/models/api_question_response.py
firstlanguage_python/models/api_summary_request.py
firstlanguage_python/models/api_summary_request_1.py
firstlanguage_python/models/api_summary_response.py
firstlanguage_python/models/api_tableqa_request.py
firstlanguage_python/models/api_tableqa_request_1.py
firstlanguage_python/models/api_tableqa_response.py
firstlanguage_python/models/api_translate_request.py
firstlanguage_python/models/api_translate_request_1.py
firstlanguage_python/models/api_translate_response.py
firstlanguage_python/models/errors_1.py
firstlanguage_python/models/input.py
firstlanguage_python/models/input_1.py
firstlanguage_python/models/input_10.py
firstlanguage_python/models/input_11.py
firstlanguage_python/models/input_12.py
firstlanguage_python/models/input_13.py
firstlanguage_python/models/input_14.py
firstlanguage_python/models/input_15.py
firstlanguage_python/models/input_2.py
firstlanguage_python/models/input_3.py
firstlanguage_python/models/input_4.py
firstlanguage_python/models/input_5.py
firstlanguage_python/models/input_6.py
firstlanguage_python/models/input_7.py
firstlanguage_python/models/input_8.py
firstlanguage_python/models/input_9.py
firstlanguage_python/models/orignal_string.py
firstlanguage_python/models/responseclassify.py
firstlanguage_python/models/responselemma.py
firstlanguage_python/models/responsemorph.py
firstlanguage_python/models/responsepo.py
firstlanguage_python/models/responsestem.py
firstlanguage_python/models/text_input.py
firstlanguage_python/models/text_input_classify.py
firstlanguage_python/models/text_input_tamil.py
firstlanguage_python/models/url_input.py
firstlanguage_python/models/url_input_classify.py
firstlanguage_python/utilities/__init__.py
firstlanguage_python/utilities/file_wrapper.py
firstlanguage_python/utilities/schema_validator_wrapper.py
tests/__init__.py
tests/http_response_catcher.py
tests/test_helper.py
tests/controllers/__init__.py
tests/controllers/controller_test_base.py
tests/controllers/test_advanced_ap_is_controller.py
tests/controllers/test_basic_ap_is_controller.py
tests/controllers/test_enterprise_only_controller.py