英文: All matches in a line : Spacy matcher 问题 I am looking for a solution to print all the matching i...
Regular Expression to extract string after seeing "number + one letter + [comma or whitespace]" in Bigquery
英文: Regular Expression to extract string after seeing "number + one letter + [comma or whitespa...
在SpaCy NER训练中设置验证数据。
英文: Set validation data in SpaCy NER training 问题 SpaCy NER 是否可以使用验证数据进行训练?或者像在 Keras 中一样将一些数据拆分为验证集(...
自然语言处理句子分割相较于Python算法的好处是什么?
英文: What is the benefit of NLP sentence segmentation over Python algorithm? 问题 我在NLP中有一个任务要进行句子分割,但我...
如何在HTTP请求中发送多部分表单数据(用于Watson NLC训练)?
英文: How do I send multipart form data in an HTTP request (for Watson NLC training)? 问题 我正在编写一个应用程序,将...
GoLang PoS标注器脚本执行时间比预期长,并且终端没有输出。
英文: GoLang PoS Tagger script taking longer than it should with no output in terminal 问题 这个脚本在play.go...
在Go语言中是否有mmseg,或者我可以从Go中调用自定义的C函数吗?
英文: Is there mmseg in Go or can I call a self-defined C function from Go? 问题 我想在Go中像其他语言一样使用mmseg,例如...
Go中的上下文无关文法(CFG)解析器
英文: Context Free Grammar (CFG) Parser in Go 问题 我正在寻找一个提供CFG解析的Go库(最好不是在乔姆斯基范式下)。有人听说过类似的东西吗,还是我应该自己写...
11