Skip to content

Commit

Permalink
Merge pull request #24 from Franck-Dernoncourt/patch-1
Browse files Browse the repository at this point in the history
add another format in ItemSequence
  • Loading branch information
tpeng committed Sep 14, 2015
2 parents e769a10 + 6614c6f commit c7e8df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycrfsuite/_pycrfsuite.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ cdef class ItemSequence(object):
{"string_key=string_value": 1.0, ...}
* ["string_key1", "string_key2", ...] list; that's the same as
{"string_key1": 1.0, "string_key2": 1.0, ...}
* ["string_key1=string_value1", "string_key2=string_value2", ...] list;
* {"string_prefix": {...}} dicts: nested dict is processed and
"string_prefix" s prepended to each key.
* {"string_prefix": [...]} dicts: nested list is processed and
Expand Down

0 comments on commit c7e8df6

Please sign in to comment.