Trogluddite / loombreaker

Tools for building Topic-Specific Web Indexes (CS-480 Capstone)
MIT License
0 stars 0 forks source link

update markov bot so that bayesian network is weighted #25

Open Trogluddite opened 10 months ago

Trogluddite commented 10 months ago

the starter bot doesn't weight inputs (other than allowing duplicate token links, E.G., links like A -> B may exist multiple times).

This behavior needs to be refactored so that the digraph links to unique tokens, and each unique token has a link weight.