lingpy / pybor

A Python library for borrowing detection based on lexical language models
Apache License 2.0
3 stars 1 forks source link

added/modified files for experimental integration. #3

Closed fractaldragonflies closed 4 years ago

fractaldragonflies commented 4 years ago

Getting up to speed on GitHub as well. Hopefully correctly.

Added my notebook that I used for experiments before running full test scripts. Changes really were experimental -- so no problem rejecting some of my experiments.

fractaldragonflies commented 4 years ago

A note on markov.py. I used the post_order variable as indication of how many previous segments we are conditioning the current segment on. Not sure if this was appropriate.

LinguList commented 4 years ago

So to summarize: we seem to have a common understanding (my comments are not all important, some wrong, as I wasn't seeing the full picture), and we can keep on working. The important thing is the "formspec" I mention, as it spares a lot of work.