├── LICENSE ├── README.md ├── backoff.py ├── example.py ├── model.py ├── ngram_chain.py └── pcfg.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matteodellamico/montecarlopwd/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matteodellamico/montecarlopwd/HEAD/README.md -------------------------------------------------------------------------------- /backoff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matteodellamico/montecarlopwd/HEAD/backoff.py -------------------------------------------------------------------------------- /example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matteodellamico/montecarlopwd/HEAD/example.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matteodellamico/montecarlopwd/HEAD/model.py -------------------------------------------------------------------------------- /ngram_chain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matteodellamico/montecarlopwd/HEAD/ngram_chain.py -------------------------------------------------------------------------------- /pcfg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matteodellamico/montecarlopwd/HEAD/pcfg.py --------------------------------------------------------------------------------