Skip to content

Diabetes alone not recognised #4

@woodthom2

Description

@woodthom2

Description

import re
re_tokenise = re.compile(r"((?:\w|'|ÔÇÖ)+)")
from medical_named_entity_recognition import find_diseases
tokens = re_tokenise.findall("diabetes")
find_diseases(tokens)

Expected Behaviour

I would expect it to recognise "diabetes" alone - we need to work out how to expand the dict to do this without too many false positives

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions