feat: swarm projected entity

This commit is contained in:
2023-07-02 10:19:28 +08:00
parent b3743bf624
commit 23b30a1084
10 changed files with 5290 additions and 13 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
common/src/main/resources/data/quaedam/projected-person-names:
curl -Ls https://github.com/wainshine/Chinese-Names-Corpus/raw/master/English_Names_Corpus/English_Names_Corpus%EF%BC%882W%EF%BC%89.txt | tail -n +4 | shuf | head -n 2500 > $@.tmp
curl -Ls https://github.com/wainshine/Chinese-Names-Corpus/raw/master/Chinese_Names_Corpus/Chinese_Names_Corpus%EF%BC%88120W%EF%BC%89.txt | tail -n +4 | shuf | head -n 2500 >> $@.tmp
cat $@.tmp | tr -d '\015' > $@
rm $@.tmp
.PHONY: common/src/main/resources/data/quaedam/projected-person-names