The outcome of analysing an utterance generates a triple representation, which includes types for any detected entities. These types could come from the internal parsing mechanisms and are not always useful. An extensive analysis on the input for triple representation is needed to filter out unnecessary noise.
|
def _fix_nlp_types(self, types): |
The outcome of analysing an utterance generates a triple representation, which includes types for any detected entities. These types could come from the internal parsing mechanisms and are not always useful. An extensive analysis on the input for triple representation is needed to filter out unnecessary noise.
pepper/pepper/brain/infrastructure/rdf_builder.py
Line 146 in e40435d