Skip to content

jankogler/dependency-structures

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

166 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Structures

What

This is a Python library implementing the algorithms from the book 'Dependency Structures and Lexicalized Grammars' by Marco Kuhlmann.

'Dependency Structures and Lexicalized Grammars' by Marco Kuhlmann

  • ISSN 0302-9743
  • ISBN-10 3-642-14567-1 Springer Berlin Heidelberg New York
  • ISBN-13 978-3-642-14567-4 Springer Berlin Heidelberg New York

Unicode Error on Windows

Symptom

Python errors with an UnicodeEncodeError. E.g. something like: UnicodeEncodeError: 'charmap' codec can't encode character '\u2013' in position 445: character maps to <undefined>.

Solution

Use Python 3.6 or newer. Source.

If this is absolutely not an option, check this Stackoverflow answer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%