https://github.com/michmech/pgfsharp
You need this to use GF grammars from C# or any other .NET language. Works out of the box.
https://github.com/michmech/pgfsharp
grammatical-framework
Last synced: 3 months ago
JSON representation
You need this to use GF grammars from C# or any other .NET language. Works out of the box.
- Host: GitHub
- URL: https://github.com/michmech/pgfsharp
- Owner: michmech
- License: gpl-2.0
- Created: 2023-03-02T14:42:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T07:29:26.000Z (over 1 year ago)
- Last Synced: 2023-09-11T08:36:44.712Z (over 1 year ago)
- Topics: grammatical-framework
- Language: C#
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
This is a copy of GF's official .NET bindings to GF's official C runtime:
- source: https://github.com/GrammaticalFramework/gf-core/tree/master/src/runtime/dotNet
- documentation: http://www.grammaticalframework.org/doc/runtime-api.html#csharpwith the following changes:
- The target framework has been updated to .NET Framework 4.8 (the latest available at this time).
- The native DLLs (`gu.dll` and `pgf.dll`) are included for convenience.
I stole the two DLLs from [here](https://github.com/luteberget/PGFSharp/tree/master/PGFSharp/build).
I don't know which version of GF these DLLs correspond to but, from experimenting a little, I think they're probably *older* than GF 3.11.0 (the most recent version of GF at this time).