Installation
Note the requirements.
If using Visual Studio 2012
- Follow the CodePlex instructions for downloading the source via 'Team Foundation Server'
- Build all
- Set the solution 'start-up project' to agree-console.
- Set the debugger directories (debug and release) in the agree-console project properties to the directory of your agree SVN trunk.
- Launch the demo
The demo loads the English Resource Grammar (ERG), and parses the first 30 sentences from the 'hike' corpus.
Without Visual Studio 2012agree is 100% C# code, and it should be simple to build it using the C# compiler (CSC.EXE) in the (free)
Windows Software Development Kit. The .csproj project files serve as makefiles for this compiler.