I don't understand the hype around spacy especially when it relies on (closed source) annotated corpus to do all of its job. The default models fail in simple cases. And it takes a lot to train a new model on new corpus.
I am wondering how people solve actual problems with spacy. What are the use cases? Is Spacy used in question answering sytems or summarization pipelines? Maybe conceptual search?
I prefer the approach of link grammar / relex which are based on dictionaries / grammars, it seems easier and less error prone.
Prodigy is genius! More tools like that will be built in the next few years...
I am wondering how people solve actual problems with spacy. What are the use cases? Is Spacy used in question answering sytems or summarization pipelines? Maybe conceptual search?
I prefer the approach of link grammar / relex which are based on dictionaries / grammars, it seems easier and less error prone.
Prodigy is genius! More tools like that will be built in the next few years...