How to do Custom NER with Python wrapper

How to do Custom NER with Python wrapper.

Here is example that can be trained using CLI

{“prompt”:“John Smith works at Amazon. ###”, “completion”:“first_name: John, last_name: Smith, director_name:John Smith”}

It is possible to train using typical Python way in which call ‘train’ method to train the scenarios and ‘predict’ method to predict the NERs

@ daveshapautomator

I’m not sure what you’re asking for.

I have edited the with example.

I still don’t know what you’re asking for.