Skip to content
#

crf

Here are 220 public repositories matching this topic...

Ivan-Ji
Ivan-Ji commented Aug 19, 2019

近期在看模型的时候,因为README.md文件里涉及到了代码,但是markdown文件里代码的变量为Python的关键字str,如下所示,

import time
from bert_base.client import BertClient

with BertClient(show_server_config=False, check_version=False, check_length=False, mode='NER') as bc:
   start_t = time.perf_counter()
   str = '1月24日,新华社对外发布了中央对雄安新区的指导意见,洋洋洒洒1.2万多字,17次提到北京,4次提到天津,信息量很大,其实也回答了人们关心的很多问题。'
   rst = bc.encode([str, str])
   pri
DomHudson
DomHudson commented May 27, 2018

Hi,

The documentation states that "By using this class it is possible to save some time if the same input sequence is passed to trainers/taggers more than once"; however I am struggling to find any examples of it being used. What is the recommended approach to train and predict with ItemSequence objects?

Many thanks

RNNSharp is a toolkit of deep recurrent neural network which is widely used for many different kinds of tasks, such as sequence labeling, sequence-to-sequence and so on. It's written by C# language and based on .NET framework 4.6 or above versions. RNNSharp supports many different types of networks, such as forward and bi-directional network, sequence-to-sequence network, and different types of layers, such as LSTM, Softmax, sampled Softmax and others.

  • Updated Jan 11, 2019
  • C#

Improve this page

Add a description, image, and links to the crf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the crf topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.