nlpmed_engine package¶
Subpackages¶
- nlpmed_engine.api package
- Submodules
- nlpmed_engine.api.main module
- nlpmed_engine.api.mappers module
- nlpmed_engine.api.models module
ComponentStatusModelConfigModelConfigModel.debugConfigModel.duplicate_checkerConfigModel.encoding_fixerConfigModel.joinerConfigModel.ml_inferenceConfigModel.model_configConfigModel.note_filterConfigModel.pattern_replacerConfigModel.section_filterConfigModel.section_splitterConfigModel.sentence_expanderConfigModel.sentence_filterConfigModel.sentence_segmenterConfigModel.word_masker
DuplicateCheckerModelEncodingFixerModelJoinerModelMLInferenceModelMlModelInfoMlModelsResponseNoteFilterModelNoteModelPatientModelPatternReplacerModelSectionFilterModelSectionModelSectionSplitterModelSentenceExpanderModelSentenceFilterModelSentenceModelSentenceSegmenterModelStringInputModelTextProcessingResponseModelWordMaskerModel
- nlpmed_engine.api.routes module
- Module contents
- nlpmed_engine.components package
- Submodules
- nlpmed_engine.components.duplicate_checker module
- nlpmed_engine.components.encoding_fixer module
- nlpmed_engine.components.joiner module
- nlpmed_engine.components.ml_inference module
- nlpmed_engine.components.note_filter module
- nlpmed_engine.components.pattern_replacer module
- nlpmed_engine.components.section_filter module
- nlpmed_engine.components.section_splitter module
- nlpmed_engine.components.sentence_expander module
- nlpmed_engine.components.sentence_filter module
- nlpmed_engine.components.sentence_segmenter module
- nlpmed_engine.components.word_masker module
- Module contents
- nlpmed_engine.data_structures package
- nlpmed_engine.pipelines package
- nlpmed_engine.utils package
Submodules¶
nlpmed_engine.about module¶
Module Information for NLPMed-Engine.
This module contains metadata about the NLPMed-Engine, a powerful NLP engine designed for medical text processing. It provides essential information such as the title, description, version, author details, licensing, and source code URL.
- Attributes:
__title__ (str): The name of the engine. __description__ (str): A brief description of the engine’s purpose. __version__ (str): The current version of the engine. __author__ (str): The author of the engine. __author_website__ (str): The author’s website for more information. __license__ (str): The license under which the engine is distributed. __url__ (str): The URL to the project’s GitHub repository.
- Author:
Omid Jafari (https://omidjafari.com)
- License: