Skip to content
#

entity-extraction

Here are 111 public repositories matching this topic...

etiennellipse
etiennellipse commented Feb 6, 2020

When trying to find the options that can be used to initialize NLP.js, I have to delve into the code and navigate through many files to find what I am looking for, if I am lucky. Also the structure of the settings are hard to figure out and require a lot of trial and error.

For example, we are using the NlpManager with these:

{
    ner: { builtins: [] },
    autoSave: false,
    langua
ansorre
ansorre 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(
JackySnake
JackySnake commented Oct 17, 2018

I notice that when clustype mining the entity mention , the recall is the mainly to consider.But not each mention have a entity type. So if an entity mention is not a real entity, clustype will not assign a entity type to it, is that right?Or,clustype will try to assign a entity type for each mention, no matter the entity mention is a real mention or not.

Improve this page

Add a description, image, and links to the entity-extraction topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the entity-extraction topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.