Reputation: 141
I am currently working on a clinical NER tagging application (CliNER - Clinical Named Entity Recognition system) and I am using a Bi-Directional LSTM built with Keras / Tensorflow backend for this task.
I want to know whether there is any method for adding a condition to the output.
For E.X. if the previous output was B-Medicine my next should definitely
I-Medicine or Other and not some random tag like B-Body-Part.
Is there a way to accomplish this?
Upvotes: 2
Views: 194