torchcrf:pytorch的crf
pytorch-crf 描述 该软件包在PyTorch中提供了conditional random field <https> _(CRF)的实现。 此实现主要借鉴了AllenNLP CRF module <https> _并进行了一些修改。 要求 Python 3.6 PyTorch 0.4.0 安装 您可以使用pip ::安装 pip install git+https://github.com/yumoh/torchcrf.git 例子 在下面的示例中,我们将假定这些行已被执行 ..代码块:: python >>