-
The following SCM script crashes or hangs after +- 10 cycles.
If I comment the call to cog-set-atomspace! it works ok. If I comment the call to r2l-parse (inside nlp-parse) it will also work ok.
…
-
```
import spacy
from spacymoji import Emoji
def test():
nlp = spacy.load('en_core_web_sm')
emoji = Emoji(nlp, merge_spans=True)
nlp.add_pipe(emoji, first=True)
doc = nlp(
…
-
Hi :), I want train Neuralcoref in language Spanish. First I try train Neuralcoref in English, I get a corpus with format *.v4_gold_conll from this url: **https://github.com/clab/att-coref/tree/master…
-
Hi! I wonder if anyone has used the Wrapper to parse Chinese texts before?
I have the following code:
from stanford_corenlp_pywrapper import sockwrap
parser_path = "/Users/hbyan2/Downloads/stanford-…
-
Domain redirecting https://nlp.stampy.ai/api/search works in a web browser but when called within a program, it returns a 503 error. Need to use https://stampy-nlp-t6p37v2uia-uw.a.run.app/api/search.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and did not find a match.
### Who can help?
_No response_
### What are you working on?
I fine-tuned a T5 model…
-
Hello, because ontonotes contains Chinese dataset in addition to English dataset, but when I change to Chinese runtime it error the following message:
development: 0% 0/172 [00:00
-
Hi. I am getting this warning/error everytime. Can you please help me .. :(
0%| …
-
```
不使用词典的分词:
媒体 计算 研究所 成立 了 , 高级 数据 挖掘 ( data mining ) 很
难 。
媒体 计算 研究所 成立 了 , 高级 数据 挖掘 ( data mining ) 很
难 。
设置临时词典:
java.lang.ArrayIndexOutOfBoundsException: 1
at edu.fudan.nlp.cn.tag.format…
-
```
不使用词典的分词:
媒体 计算 研究所 成立 了 , 高级 数据 挖掘 ( data mining ) 很
难 。
媒体 计算 研究所 成立 了 , 高级 数据 挖掘 ( data mining ) 很
难 。
设置临时词典:
java.lang.ArrayIndexOutOfBoundsException: 1
at edu.fudan.nlp.cn.tag.format…