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 typescript
Then, from this directory, you can setup the this node package with:
yarn install
Build and test
yarn run test
yarn run build