Closed K-WeiMing closed 2 years ago
@K-WeiMing Hi, sorry that currently POS tagging is not supported by the released crf parser. POS tags are taken to be indivisible from their corresponding word terminals, and are therefore transparent to parser training.
I've been looking at the code to explore if I can enable the POS tagging within the training / eval / prediction and I'm stuck, it would be great if you can point me in a rough direction on where to look to modify the required lines. Thank you!
@K-WeiMing Integerating POS tags into a constituency tree could face many potential issues. Hope this paper will be of some help to you.
Thanks for your quick reply, I will look into the suggested paper. Appreciate it.
Hi,
as noted in the README.md, there is an example provided
I would like to find out how to enable POS tagging in the generated predictions. Thank you.