JohnSnowLabs / spark-nlp-workshop

Public runnable examples of using John Snow Labs' NLP for Apache Spark.
Apache License 2.0
1.03k stars 600 forks source link

Spanish sentence detector #126

Closed polodealvarado closed 3 years ago

polodealvarado commented 3 years ago

Hi everyone!

I would like to know if there is a sentence detector for Spanish.

maziyarpanahi commented 3 years ago

Hi,

We have a model for multilingual sentence detection: https://nlp.johnsnowlabs.com/2020/09/14/sentence_detector_dl_xx.html

You can look into the examples and train your own if it is not efficient.