#markov-chain #random #words #generate #input-file #items #generated

app warkov-wordgen

使用马尔可夫链生成新项目

2. 不稳定的发布

0.2.0 2022年8月29日
0.1.0 2.5MB

2.6MB

2.7MB

2.8MB
2.9MB

2.10MB

2.11MB

2.12MB

2.13MB

warkov-wordgen ./source-data/tds.txt 
kinakeenagh
coolnaknockan
laheenrathmore
commonkehan
monagroe
cahihillaun
redans
bally
cappagh
gorttogh

2.14MB

2.15MB

2.16MB

2.17MB

2.18MB

2.19MB

2.13MB
warkov-wordgen -n 2 --min-look 1 --max-look 10  ./source-data/tds.txt 
10 brollagh
10 tullyglass
9 coolbaun demesne
9 millicent north
8 ballyhohan
8 knockane
7 templeogue
7 carrowmullin
6 ballintober
6 brehaun
5 newtown downing
5 drumalis
4 ballyglass west
4 firee
3 ballywardle
3 dromadalmore
2 parglackmore
2 ballinrean (chandtown
1 bal lousm
1 bar

2.20MB

2.21MB

2.22MB

osmconvert datafile.osm.pbf --csv="place name"  | grep -vP "^\t" | cut -f 2 | grep -vP "^\s*$" > places.txt

2.23MB

osmconvert datafile.osm.pbf --csv="amenity name" | grep -P '^pub\t' | cut -f2 | grep -vP "^\s*$" > pubs.txt

2.24MB

2.25MB

2.26MB
2.27MB