nlp.js
nlp.js copied to clipboard
Documentation for script.dlg and corpous.dlg
I can't seem to find any documentation on how to generate script and corpous dlg files. Is this something that is currently not documented at all?
I am kinda reversing things from https://github.com/jesus-seijas-sp/nlpjs-examples
I know that this is not "official" but take a look this: https://github.com/axa-group/nlp.js/issues/715
FYI, we'll add more detailed documentation in next days.
I followed the docs and issues and would like to dig more, but while the repo is maintained I got confused by missing few bits:
- is mentioned version 5 with bot orchestration happening, dead or just became part of 4?
- is there specification of dlg and dlt fies (or even pipeline files) outside of tests?
Plus suggestion:
- project uses a lot NLP jargon, it would be good to add a glossary to readme
hi @sielay bot orchestration is included in v4. We are putting order and creating updated documentation of v4. Well, if you arrived here, implies that you need to get some notions about the topic before start playing but we'll take note of that, thanks!
Thanks @ericzon I'll be working on some tooling I feel like I'm missing too heavily using your lib. So please expect further questions. Anyhow thanks for the clarification regarding versioning.
To not reinvent the wheel: I don't see typings for the library nor schema validation for any input/output files like corpus, dlg etc. Is that right? It it's the case I'll start by adding to some open packages as I need them as well :)
I started work on https://github.com/sielay/nlp-manager as I have to type most of your libs at some point I'd be happy to export it as a separate package. Please feel free to share ideas/criticism/references.