-
Updated
Jun 19, 2020 - JavaScript
language-detection
Here are 176 public repositories matching this topic...
-
Updated
Apr 25, 2020 - Jupyter Notebook
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Jun 18, 2020 - PHP
-
Updated
May 12, 2020 - PHP
To assist debugging in dev mode, it would be nice to have some visibility into the decision-making logic that Enry uses at runtime.
Problem: after getting a final prediction e.g though enry.GetLanguage() it's very hard to tell:
- what strategies were used
- what suggestions each strategy made
- what was the winning strategy
Such introspection would simplify maintenance and reduce the
-
Updated
Jun 19, 2020
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Jun 19, 2020 - Kotlin
-
Updated
Jun 21, 2020 - Jupyter Notebook
-
Updated
May 10, 2020 - Swift
-
Updated
Nov 13, 2018 - Go
-
Updated
Mar 21, 2019 - Python
-
Updated
Apr 25, 2020 - JavaScript
When trying to attach language detector to multiple instances of spaCy, it fails. Example source code:
import spacy
from spacy_cld import LanguageDetector
nlp1 = spacy.load('en_core_web_sm')
language_detector1 = LanguageDetector()
nlp1.add_pipe(language_detector1)
nlp2 = spacy.load('en_core_web_md')
language_detector2 = LanguageDetector()
nlp2.add_pipe(language_detector2)
-
Updated
May 25, 2020 - Python
Is your feature request related to a problem? Please describe.
Not of a problem, more of an enhancement
Describe the solution you'd like
Add other languages from other repos, assuming that they use the Unicode codepoint + n-grams model.
Describe alternatives you've considered
- https://github.com/wooorm/franc/tree/master/packages/franc-all (JS, 401 languages)
- Codepoints h
-
Updated
Oct 31, 2019 - Elixir
-
Updated
Nov 5, 2019 - PHP
-
Updated
Jun 15, 2020 - Emacs Lisp
-
Updated
Aug 12, 2018 - Go
Hello there,
I'm new to the spaCy universe. I've encountered this issue but it could be something I did wrong.
How to reproduce the behavior
import spacy
from spacy_langdetect import LanguageDetector
nlp = spacy.load('en_core_web_sm')
language_detector = LanguageDetector()
nlp.add_pipe(nlp.create_pipe('sentencizer'))
nlp.add_pipe(language_detector, name='language_detector',
-
Updated
Jan 14, 2020 - JavaScript
-
Updated
Oct 17, 2019 - Python
-
Updated
Apr 23, 2020 - TypeScript
-
Updated
Jun 5, 2020 - C++
Improve this page
Add a description, image, and links to the language-detection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the language-detection topic, visit your repo's landing page and select "manage topics."
On home page of website: https://nlp.johnsnowlabs.com/ I read "Full Python, Scala, and Java support"
Unfortunately it's 3 days now I'm trying to use Spark NLP in Java without any success.
val testData = spark.createDataFrame(