Skip to content

Piper File List Diagrams

Johnsd11 edited this page Feb 19, 2025 · 14 revisions

Clinical NLP Transformers

Cnlpt Negation

graph TD;
    subgraph "Complete PBJ Pipeline"
        A[Annotation Engine wrapper for the PbjStarter] --> B[Start 2nd Ctakes Java Pipeline]
        B --> C[Pip Pbj]
        C --> D[Start PBJ Python Pipeline]
        D --> DefaultTokenizerPipeline
        subgraph DefaultTokenizerPipeline[Text Processing]
            E[Discover Sections] --> F[Sentence Detector]
            F --> G[Identify Tokens]
        end
        DefaultTokenizerPipeline --> final
        subgraph final[Finalization]
            H[Create a dictionary lookup] --> I[Send jcas to Artemis Queue]
        end
end
Loading

Degree-of and location-of relation, events,times, temporal relations, document creation time relations and core

(Default Advanced Pipeline)

graph TD;
    A[Clinical Pipeline with degree-of, location-of, events, times, temporal and event-doc creation time relations] --> B[Commands and parameters to create a default coreference processing sub-pipeline.]

Loading

Pipeline with coreference resolution.

(Default Coref Pipeline)

graph TD;
    A[Commands and parameters to create a plaintext document processing pipeline with UMLS entity lookup. ] --> B[Commands and parameters to create a default coreference processing sub-pipeline.]

Loading

Pipeline with coreference resolution.

(Default Coref Pipeline)

Clone this wiki locally