pepper.brain.utils.type_reasoner module

class pepper.brain.utils.type_reasoner.TypeReasoner(address='http://localhost:7200/repositories/leolani', clear_all=False)[source]

Bases: pepper.brain.basic_brain.BasicBrain

reason_entity_type(item, exact_only=True)[source]

Main function to determine if this item can be recognized by the brain, learned, or none :param item: :type item: str :param exact_only: :type exact_only: bool