-
Hi. Before anything, thanks for your hard and awesome work on this package, and most of all, really thanks for sharing your hard work with us. Thanks!
Now, the lack of docs or functional examples a…
-
I would like to change the configuration at runtime:
```javascript
const [someConvention, setSomeConvention] = useState();
const configuration = getConfiguration(someConvention);
return
…
-
Hello, I'm currently using the code in the NER documentation page
const { NerManager } = require('node-nlp');
const manager = new NerManager({ threshold: 0.8 });
I get an error from node th…
-
**Describe the bug**
I had installed the library around version 4.8.0, and had NER working. The documentation was not up to date on the NER section, but looking by the main 4.0 readme plus the exampl…
-
**Describe the bug**
Hi
I've recently switched from constructing an NLP directly in JavaScript to using the 'dockStart' approach. Since doing this I'm finding that the default entity extraction isn'…
-
**Is your feature request related to a problem? Please describe.**
I am looking for ways to handle a list like input from the user. For example, if we are looking to get pizza toppings from the user …
-
**Describe the bug**
NluManager is documented to work, but does not exist in the actual package itself
**To Reproduce**
Steps to reproduce the behavior:
1. Attempt to initialise the NluManager c…
-
I don't manage to use the framework to identify intents in hebrew, here is my code:
this.manager.addDocument('he', 'האם אני מכוסה', 'coverage.cover');
this.manager.addDocument('he', 'למה אני מכוסה…
-
# OMI Identity
## Contributors
- Robert Long, Independent Contributor
## Summary
I'd like to kick off discussion around an interoperable identity specification. By identity I'm referring t…
-
## Description
Experiment with implementing simple login with PKCE using AxaGuilDEv/react-oidc. Don't worry about refreshing, or logout, just try to get a basic login working.
While at this, investi…