hltcoe / concrete-python

Python modules and scripts for working with Concrete, a data serialization format for NLP
https://concrete-python.readthedocs.io
Other
20 stars 8 forks source link

Better support arbitrary concrete object printing #4

Closed maxthomas closed 10 years ago

maxthomas commented 10 years ago

These commits introduce an ability to print an arbitrary concrete object, so long as a mapping function is defined for that object. Currently only TokenLattice and Communication objects are supported.