Skip to content
#

crf

Here are 232 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
lucaspada894
lucaspada894 commented May 1, 2020

Following the instructions on the grobid site, I cannot embed grobid into my JAVA project due to poor instructions regarding Gradle and Maven. Also, I do not know how to use the APIs because the Java documentation has different parameters for the methods. Specifically, fullTextToTei take in different arguments than what is shown in the Java docs.

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#

自然语言处理工具Macropodus,基于Albert+BiLSTM+CRF深度学习网络架构,中文分词,词性标注,命名实体识别,新词发现,关键词,文本摘要,文本相似度,科学计算器,中文数字阿拉伯数字(罗马数字)转换,中文繁简转换,拼音转换。tookit(tool) of NLP,CWS(chinese word segnment),POS(Part-Of-Speech Tagging),NER(name entity recognition),Find(new words discovery),Keyword(keyword extraction),Summarize(text summarization),Sim(text similarity),Calculate(scientific calculator),Chi2num(chinese number to arabic number)

  • Updated Jun 3, 2020
  • Python

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.