BytecodeApi.Text Namespace
Classes
Class | Description | |
---|---|---|
![]() |
SentenceGenerator |
Class that generates random sentences that match the pattern of real language.
A WordGenerator is used to generate the words that generated sentences are composed of.
|
![]() |
StringDistance |
Class that provides algorithms to measure the distance between strings.
|
![]() |
TextGenerator |
Class that generates a random text sequence that match the pattern of real language.
A SentenceGenerator is used to generate the sentences that generated text are composed of.
|
![]() |
TextResources | |
![]() |
WordGenerator |
Class that generates random words that match the pattern of real language.
Word generation is typically used to create arbitrary text that looks like language.
|
![]() |
Wording |
Class that performs linguistic String manipulation on objects.
|
Structures
Structure | Description | |
---|---|---|
![]() |
QuotedString |
Represents a String value that can be converted to a quoted string (a C# string literal or verbatim string literal).
|
Interfaces
Interface | Description | |
---|---|---|
![]() |
ILanguageStringGenerator |
Defines base methods for generation of a linguistic String.
|