Difference between spaCy's (v3.0) `nlp.make_doc(text)` and `nlp(text)`? Why should we use `nlp.make_doc(text)` when training?

前端 未结 0 1120
面向向阳花
面向向阳花 2021-02-08 04:32

I understand that we should create Example objects and pass it to the nlp.update() method. According to the example in the docs, we have



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题