GrammaticalFramework / gf-ud

Functions to analyse and manipulate dependency trees, as well as conversions between GF and dependency trees. The main use case is UD (Universal Dependencies), but the code is designed to be completely generic as for annotation scheme. This repository replaces the old gf-contrib/ud2gf code. It is also meant to be used in the 'vd' command of GF and replace the supporting code in gf-core in the future.
Other
7 stars 15 forks source link

Added files to make it compile on Windows #1

Closed daherb closed 4 years ago

daherb commented 4 years ago

Added both cabal and stack files as well as a LICENSE and an empty CHANGELOG.md

daherb commented 4 years ago

also added a function to strip trailing and leading spaces/line breaks that lead to problems when e.g. parsing files on windows