Open SkepticMystic opened 2 years ago
Even after training the winkModel on the users customEntities, you have to access them using doc.customEntities() (They aren't just added to doc.entities())
doc.customEntities()
doc.entities()
Even after training the winkModel on the users customEntities, you have to access them using
doc.customEntities()
(They aren't just added todoc.entities()
)