--- layout: page header: false full_width: true modify_date: "2023-03-27" article_header: type: overlay align: center height: 80vh ---
{{ _section.excerpt }}
{%- endif -%}{{ child.excerpt }}
{%- endif -%}!pip install johnsnowlabs
nlp.load('ner').predict("Dr. John Snow is a British physician born in 1813")
entities | entities_class | entities_confidence | |
---|---|---|---|
0 | John Snow | PERSON | 0.9746 |
0 | British | NORP | 0.9928 |
0 | 1813 | DATE | 0.5841 |
nlp.load('sentiment').predict("Well this was easy!")
entities | entities_class | entities_confidence | |
---|---|---|---|
0 | Well this was easy! | pos | 0.999901 |
{{ _section.excerpt }}
{%- endif -%}{{ _section.content }}
{%- endif -%} {%- endfor -%} {{ content }}