I am currently working on a Named Entity Recognition task. I am using a Conditional Random Field algorithm to classify my marked entites. I was wondering if this algorithm is bi-directional like BERT ?
The features the algorithm has for each word include the previous and the next word, so I guess it is the case. Does that also mean that the CRF is predicting on the whole sentence ? Or on each word ?
Thank you for any lead on this question !