Skip to content

Helper scripts for Yawarakai Project: includes nlp modules, log parsing, message log translate, model initializer

License

Notifications You must be signed in to change notification settings

yawarakaijs/yawarakai-helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yawarakai-helper

This is for the helper script which runs standalone besides Yawarakai it self. The goal of this seperated repository is to make the useful script that may help the Yawarakai user or the other project.
Currently include:

  • NLP modules and several initial algroithm
  • Log parser to parse log to database
  • Log translate to make message log out to database with nlp
  • Few training model for indexing

Usage

Installation

git clone https://github.com/hanamiyuna/yawarakai-helper.git
cd yawarakai-helper
yarn install

Log parse

Parse the log from yawarakai and save it to a database file using NeDB

node ./log/parser.js

database file will be saved to ./log/history.db

About

Helper scripts for Yawarakai Project: includes nlp modules, log parsing, message log translate, model initializer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%