The Wayback Machine - https://web.archive.org/web/20200308192037/https://github.com/topics/natural-language-understanding
Skip to content
#

natural-language-understanding

Here are 353 public repositories matching this topic...

ksopyla
ksopyla commented Feb 11, 2020

🚀 Feature request

It would very useful to have documentation on how to train different models, not necessarily with the use of transformers, but with use external libs (like original BERT, fairseq, etc)

Maybe another repository with readmes or docs with recipes from those who already pretrain their model in order to reproduce procedure for other languages or domain.
There are many exter

engrsfi
engrsfi commented Dec 10, 2019

Google has started using BERT in its search engine. I imagine it creates embeddings for the query on the search engine, and then find a kind of similarity measure with the potential candidate websites/pages, finally ranking them in search results.

I am curious how do they create embeddings for the documents (the potential candidate websites/pages) if any? Or am I interpreting it wrong?

ludwig
BenMacKenzie
BenMacKenzie commented Mar 12, 2019

The diagram in documentation suggest yes, but num_fc_layers and fc_layers are not listed as available parameters as they are for e.g., parallel cnn or stacked cnn.

It does not seem like it is supported based on a few experiments however I am using the RNN encoder inside a sequence combiner, so possibly this is causing problems.

for example, this does not seem to add any fc_layers:

co

dipanjan77
dipanjan77 commented Aug 12, 2019

Description

Add a ReadMe file in the GitHub folder.
Explain usage of the Templates

Other Comments

Principles of NLP Documentation
Each landing page at the folder level should have a ReadMe which explains -
○ Summary of what this folder offers.
○ Why and how it benefits users
○ As applicable - Documentation of using it, brief description etc
Scenarios folder:

linas
linas commented Nov 29, 2018

Per discussion in #3032

The openpsi README.md describes a version of openpsi that no longer exists. It's inaccurate in 120 different ways ... I recognize it, as something that I wrote long ago. As far as I know, there is no adequate documentation for openpsi that

-- explains what it is
-- explains how it works; this includes a review of all of the major components, including control, de

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(
honnibal
honnibal commented Feb 4, 2020

After launching the first versions of this library and listening to a lot of the feature requests, we concluded that working with transformers really needed better access to machine learning models than the API was making easy. The implementation was also awkward in several ways, especially the subclassing of components, different factory names, and the need to subclass the Language class.

To

prateeksinghbundela
prateeksinghbundela commented Jul 20, 2017

Hello @Gugic ,

Please let me know how can I connect API AI , In my rails app with Databases, For examples we need to fetch project status, Then How's its possible to deal with API.I have used https://github.com/api-ai/apiai-ruby-client,
Create some samples intents and response and get the response with this gem api,But need to fetch the record with our database (rails application database).

Improve this page

Add a description, image, and links to the natural-language-understanding 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 natural-language-understanding topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.