JohnSnowLabs / nlu

1 line for thousands of State of The Art NLP models in hundreds of languages The fastest and most accurate way to solve text problems.
Apache License 2.0
861 stars 130 forks source link

Difference between JSL’s “nlu” and “spark-nlp” packages? #146

Closed falconair closed 1 year ago

falconair commented 2 years ago

Hi, can you please add a comment on the description page about the difference between nlu and spark-nlp libraries?

C-K-Loan commented 2 years ago

HI @falconair ,

thank you for the suggestion, we will be adding such a description page.

In a nutshell, you could say the relationship between NLU and Spark NLP is like Keras and Tensorflow. NLU is a high-level wrapper around Spark NLP, which is the core computation and feature engine.

It gives you the following things :

Hope this clears up all questions,

best greetings,

Christian