@conversationai/wpconvlib
v0.0.5
Published
JS/TS library for working with talk page conversations on Wikipedia.
Keywords
Readme
Wikipedia Conversation Lib
This directory contains some tools to support structuing comments in a Wikipedia Talk page conversation as ingested by
Setup
This is a standard nodejs/yarn project. You need to have installed
npm and node (Recommended to install using nvm, the node version manager).
Once you have npm, install yarn and typescript globally with:
npm install -g yarn typescriptThen, from this directory, you can setup the this node package with:
yarn installBuild and test
yarn run test
yarn run build