The Wayback Machine - https://web.archive.org/web/20191028214430/https://github.com/topics/named-entity-recognition
Skip to content
#

named-entity-recognition

Here are 457 public repositories matching this topic...

zzj0402
zzj0402 commented May 1, 2019
This is the second test message.

"test message"
returns

bestTag: "Infinitive"
implicit: ""
normal: "test"
spaceAfter: ""
spaceBefore: " "
tags: (4) ["Infinitive", "PresentTense", "Verb", "VerbPhrase"]
text: "test"
bestTag: "Infinitive"
implicit: ""
normal: "message"
spaceAfter: ""
spaceBefore: " "
tags: (4) ["Infinitive", "PresentTense", "Verb", "VerbPhras
Antonio-Sorrentini
Antonio-Sorrentini commented Jul 24, 2019

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.

  • I cannot find Java API (JavaDoc) of the framework.
  • not event a single example in Java is available
  • I do not know Scala, I do not know how to convert things like:
    val testData = spark.createDataFrame(
You can’t perform that action at this time.