infolab-csail / lispify

Lispify converts Python objects into Lisp-like encoded strings that are interpretable in Common Lisp.
MIT License
0 stars 0 forks source link

Fixing LispDict format issue: #11

Closed czhougit closed 3 years ago

czhougit commented 3 years ago

When converting a python dictionary to a LispDict, lispify() produced a key/value pair (string) without double/single quotes. Used lispify() on the key so that the quotes are properly added.

Closing this PR since this change is not needed.

hanryhu commented 3 years ago

@czhougit reassigned to you because tests failing.

sfelshin commented 3 years ago

@czhougit, is this PR still worthwhile even though you found a different way to resolve the API issue for ngrams?

czhougit commented 3 years ago

The changes are not needed.