Sentence-Generator:创建表达序列和选项的给定语言的所有句子

时间:2024-06-18 19:22:16
【文件属性】:

文件名称:Sentence-Generator:创建表达序列和选项的给定语言的所有句子

文件大小:35KB

文件格式:ZIP

更新时间:2024-06-18 19:22:16

C#

句子生成器 创建表示序列和选项的给定语言的所有句子。 该软件建立在编译器生成器 Coco/R ( ) 之上。 您还可以在此处找到 Coco/R 所需的文件(.atg 和两个 .frame 文件)。 语法使用“ |” 来描述替代品,“[ .. ]”来描述可选元素。 用法 var generator = new Generator(); generator.Parse("Your [marvellous | humorous | profound] sentence"); var sentences = generator.GetSentences(" "); // results in // Your sentence // Your marvellous sentence // Your humorous sentence // Your profound sentence 例子 以


【文件预览】:
Sentence-Generator-master
----SentenceGenerator()
--------Scanner.cs(12KB)
--------Properties()
--------SentenceGenerator.csproj(3KB)
--------Generator.cs(6KB)
----SentenceGenerator.sln(1KB)
----LICENSE(34KB)
----CocoR()
--------Scanner.frame(11KB)
--------Parser.frame(6KB)
--------SentenceGenerator.atg(1004B)
----README.md(2KB)
----.gitignore(3KB)
----SentenceGeneratorTest()
--------Properties()
--------SentenceGeneratorTest.csproj(4KB)
--------GeneratorTest.cs(5KB)

网友评论