5. Natural language processing (NLP)
- 5.1. Overview of NLP
- 5.2. NLP config file
- 5.2.1. Overview
- 5.2.2. Detail
- 5.2.3. Testing your NLP definitions
- 5.2.4. Format of the configuration file
- 5.2.5. Config file section: NLP definition
- 5.2.6. Config file section: input field definition
- 5.2.7. Config file section: processor definition
- 5.2.8. Config file section: GATE/cloud output definition
- 5.2.9. Config file section: environment variables definition
- 5.2.10. Config file section: database definition
- 5.2.11. Config file section: cloud NLP configuration
- 5.2.12. Parallel processing
- 5.2.13. Specimen config
- 5.3. Testing NLP
- 5.4. Run the NLP
- 5.5. CRATE’s Python regex NLP
- 5.6. GATE NLP applications
- 5.6.1. Output columns
- 5.6.2. crate_nlp_build_gate_java_interface
- 5.6.3. crate_nlp_write_gate_auto_install_xml
- 5.6.4. CrateGatePipeline
- 5.6.5. KConnect (Bio-YODIE)
- 5.6.6. KCL pharmacotherapy application
- 5.6.7. KCL Lewy Body Diagnosis Application
- 5.6.8. Testing a GATE application manually
- 5.6.9. Troubleshooting GATE
- 5.7. MedEx-UIMA drug NLP
- 5.8. Natural Language Processing Request Protocol (NLPRP)
- 5.8.1. Authors
- 5.8.2. Rationale
- 5.8.3. Communications stack
- 5.8.4. Request
- 5.8.5. Response
- 5.8.6. NLPRP commands
- 5.8.7. Specimen Python 3.7+ client program
- 5.8.8. Specimen Python 3.7+ server program
- 5.8.9. More on error responses
- 5.8.10. Python internal NLP interface
- 5.8.11. Existing code of relevance
- 5.8.12. Aspects of server function that are not part of the NLPRP specification
- 5.8.13. Abbreviations used in this section
- 5.8.14. NLPRP things to do and potential future requirements
- 5.8.15. NLPRP history
- 5.9. NLPRP web server
- 5.9.1. crate_nlp_webserver_print_demo
- 5.9.2. Config file format
- 5.9.3. Processors file format
- 5.9.4. crate_nlp_webserver_initialize_db
- 5.9.5. crate_nlp_webserver_manage_users
- 5.9.6. crate_nlp_webserver_generate_encryption_key
- 5.9.7. crate_nlp_webserver_pserve
- 5.9.8. crate_nlp_webserver_launch_gunicorn
- 5.9.9. crate_nlp_webserver_launch_celery
- 5.9.10. crate_nlp_webserver_launch_flower
- 5.9.11. Internal operations: where is your data stored?