SirajNet
通过任意地将单词交换为同义词,使用深度复杂的NLP将您的文本转换为我的文本。 /秒
用法
usage: main.py [-h] [--text TEXT] [--chance CHANCE] [--file FILE]
optional arguments:
-h, --help show this help message and exit
--text TEXT your original text
--chance CHANCE one in N swap chance
--file FILE path to text file containing text
例子
在命令行中输入文本
$ python3 main.py --chance 1 --text "Hello world, it's siraj!"
h
2022-01-22 18:10:38
2KB
Python
1