Skip to content

sample-nlp-example

Pipeline: sample-nlp-example

1
2
3
4
5
6
7
8
@dm:empty

    --> @dm:addrow
            description = "Need to report in 20 hours. Issue with my VMWare virtual machines: I have two virtual machines for my app and One virtual machine has been patched a Microsoft Windows patch yesterday and it worked fine. After attempting update the second virtual machine with same patch, now both VMs are intermittently shutting down"
    --> @nlp:extract-keywords
            description_col = "description"
    --> @nlp:extract-named-entities
            description_col = "description"


Extensions used in this Pipeline

Source Name Extension Type
nlp cfxai_nlp


Bots used in this Pipeline

@dm:empty @dm:addrow @nlp:extract-keywords @nlp:extract-named-entities