![]() |
VOOZH | about |
dotnet add package Microsoft.ProgramSynthesis.Transformation.Text --version 10.16.5
NuGet\Install-Package Microsoft.ProgramSynthesis.Transformation.Text -Version 10.16.5
<PackageReference Include="Microsoft.ProgramSynthesis.Transformation.Text" Version="10.16.5" />
<PackageVersion Include="Microsoft.ProgramSynthesis.Transformation.Text" Version="10.16.5" />Directory.Packages.props
<PackageReference Include="Microsoft.ProgramSynthesis.Transformation.Text" />Project file
paket add Microsoft.ProgramSynthesis.Transformation.Text --version 10.16.5
#r "nuget: Microsoft.ProgramSynthesis.Transformation.Text, 10.16.5"
#:package Microsoft.ProgramSynthesis.Transformation.Text@10.16.5
#addin nuget:?package=Microsoft.ProgramSynthesis.Transformation.Text&version=10.16.5Install as a Cake Addin
#tool nuget:?package=Microsoft.ProgramSynthesis.Transformation.Text&version=10.16.5Install as a Cake Tool
The Program Synthesis using Examples (PROSE) SDK includes a set of technologies for the automatic generation of programs
from input-output examples. The SDK is split into a series of nuget packages that can be used independently or in
concert. Each package references which ever others it depends on as needed, so just install the packages you need for
your scenarios, or install the top-level Microsoft.ProgramSynthesis package to get everything.
You can find samples for consuming the SDK as well as the release notes at https://github.com/microsoft/prose.
The PROSE SDK is available for non-commercial use only. See the file for more details.
The PROSE SDK is closed source (except the usage samples), but if you run into problems, please open an issue, and someone from the PROSE team will work with you to see if the problem can be addressed.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Microsoft.ProgramSynthesis.Transformation.Text:
| Package | Downloads |
|---|---|
|
Microsoft.ProgramSynthesis
Library for automatically synthesizing programs from examples. Microsoft PROgram Synthesis using Examples SDK (PROSE) is a framework of technologies for automatic generation of programs from input-output examples, keywords, and similar forms of imprecise specification. In PROSE, you define a domain-specific language (DSL) of programs that constitute your domain of useful tasks (e.g. a DSL of CSS selectors). At runtime, you give PROSE some (typically user-provided) input-output examples for the desired program's behavior, and its algorithms synthesize a ranked set of programs from this DSL that are consistent with the given examples. These programs can be saved and applied on similar user data after one learning session (typically with 1-4 examples). PROSE can be used to enable programming-by-example experience in an arbitrary user-facing application, provided the app developer describes its application domain in a DSL form. As part of the project, the PROSE framework includes a set of specific technologies for various data wrangling domains. These include Transformation.Text, a library of string transformations first shipped as FlashFill in Microsoft Excel 2013, text extraction library with a DSL of programs that find a desired sequence of regions in a textual file, and several others. All of these data wrangling libraries, as well as the underlying program synthesis framework, can currently be used out of the box for research, education, and other non-commercial initiatives. |
|
|
Microsoft.ProgramSynthesis.Extraction.Web
Domain Specific Language for extracting data from web pages. Part of the Microsoft PROgram Synthesis using Examples SDK (PROSE). |
|
|
Microsoft.ProgramSynthesis.Transformation.Json
Domain Specific Language for transforming JSON documents. Part of the Microsoft PROgram Synthesis using Examples SDK (PROSE). |
|
|
Microsoft.ProgramSynthesis.Detection.Translation
Library to use together with Detection project for translating datatype detection code generated there. Part of the Microsoft PROgram Synthesis using Examples SDK (PROSE). |
|
|
Microsoft.ProgramSynthesis.Transformation.Json.Semantics
Package Description |
Showing the top 1 popular GitHub repositories that depend on Microsoft.ProgramSynthesis.Transformation.Text:
| Repository | Stars |
|---|---|
|
microsoft/prose
Microsoft Program Synthesis using Examples SDK is a framework of technologies for the automatic generation of programs from input-output examples. This repo includes samples and sample data for the Microsoft Program Synthesis using Example SDK.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.16.5 | 1,292 | 10/6/2025 |
| 10.15.4 | 705 | 9/9/2025 |
| 10.15.3 | 378 | 9/6/2025 |
| 10.14.0 | 299 | 8/2/2025 |
| 10.13.0 | 502 | 7/2/2025 |
| 10.12.1 | 529 | 6/3/2025 |
| 10.11.0 | 726 | 5/2/2025 |
| 10.10.3 | 2,153 | 4/8/2025 |
| 10.10.2 | 948 | 4/4/2025 |
| 10.9.0 | 581 | 3/12/2025 |
| 10.8.0 | 659 | 3/5/2025 |
| 10.7.0 | 745 | 2/13/2025 |
| 10.6.5 | 470 | 2/7/2025 |
| 10.6.4 | 515 | 2/7/2025 |
| 10.6.3 | 554 | 2/7/2025 |
| 10.6.2 | 515 | 2/7/2025 |
| 10.6.1 | 527 | 2/6/2025 |
| 10.4.1 | 662 | 11/28/2024 |
| 10.4.0 | 509 | 11/27/2024 |
| 10.3.0 | 996 | 10/28/2024 |