neomatrix369 / nlp_profiler

A simple NLP library allows profiling datasets with one or more text columns. When given a dataset and a column name containing text data, NLP Profiler will return either high-level insights or low-level/granular statistical information about the text in that column.
Other
243 stars 37 forks source link

Language Detection Feature #4

Open bnriiitb opened 4 years ago

bnriiitb commented 4 years ago

Feature Request: Can we have a language detection feature?

neomatrix369 commented 4 years ago

Feature Request: Can we have a language detection feature?

Can you please elaborate on this a bit more, if you can provide an example of input data and output columns (just a few rows is good enough).

Also if you can give me hints on what is available out there to do this, I may know some as well i.e. libraries, models, packages?

Thanks for raising this issue and bringing these points forward, I have added it to the backlog for now.

neomatrix369 commented 4 years ago

Can be incorporated with #15 when working on that enhancement