Hello, recently I am studying CRF and I tried to using tensorflow to implement a linear-chain CRF.
I have read about you blog about this repo. And I also checked tensorflow's API, it has a Module for constructing a linear-chain CRF.
By reading your source code and tensorflow's source code, I found that both are using tag\_score for CRF decoding, I was wondering whether the two methods have a performance gap?
Hello, recently I am studying CRF and I tried to using tensorflow to implement a linear-chain CRF.
I have read about you blog about this repo. And I also checked tensorflow's API, it has a Module for constructing a linear-chain CRF.
By reading your source code and tensorflow's source code, I found that both are using
tag\_scorefor CRF decoding, I was wondering whether the two methods have a performance gap?