/* Generated by Cython 0.26 */

/* BEGIN: Cython Metadata
{
    "distutils": {
        "depends": [
            "cpp-btree/btree_set.h",
            "discodop/_containers.h",
            "discodop/bitcount.h",
            "discodop/macros.h"
        ],
        "extra_compile_args": [
            "-Isparsepp/",
            "-Wno-strict-prototypes",
            "-Wno-unused-function",
            "-Wno-unreachable-code",
            "-Wno-sign-compare",
            "-D__STDC_LIMIT_MACROS",
            "-O3",
            "-march=native",
            "-DNDEBUG"
        ],
        "extra_link_args": [
            "-DNDEBUG"
        ],
        "include_dirs": [
            "discodop",
            "./discodop"
        ],
        "language": "c++",
        "name": "discodop._fragments",
        "sources": [
            "discodop/_fragments.pyx"
        ]
    },
    "module_name": "discodop._fragments"
}
END: Cython Metadata */

#define PY_SSIZE_T_CLEAN
#include "Python.h"
#ifndef Py_PYTHON_H
    #error Python headers needed to compile C extensions, please install development version of Python.
#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03020000)
    #error Cython requires Python 2.6+ or Python 3.2+.
#else
#define CYTHON_ABI "0_26"
#include <stddef.h>
#ifndef offsetof
  #define offsetof(type, member) ( (size_t) & ((type*)0) -> member )
#endif
#if !defined(WIN32) && !defined(MS_WINDOWS)
  #ifndef __stdcall
    #define __stdcall
  #endif
  #ifndef __cdecl
    #define __cdecl
  #endif
  #ifndef __fastcall
    #define __fastcall
  #endif
#endif
#ifndef DL_IMPORT
  #define DL_IMPORT(t) t
#endif
#ifndef DL_EXPORT
  #define DL_EXPORT(t) t
#endif
#define __PYX_COMMA ,
#ifndef HAVE_LONG_LONG
  #if PY_VERSION_HEX >= 0x03030000 || (PY_MAJOR_VERSION == 2 && PY_VERSION_HEX >= 0x02070000)
    #define HAVE_LONG_LONG
  #endif
#endif
#ifndef PY_LONG_LONG
  #define PY_LONG_LONG LONG_LONG
#endif
#ifndef Py_HUGE_VAL
  #define Py_HUGE_VAL HUGE_VAL
#endif
#ifdef PYPY_VERSION
  #define CYTHON_COMPILING_IN_PYPY 1
  #define CYTHON_COMPILING_IN_PYSTON 0
  #define CYTHON_COMPILING_IN_CPYTHON 0
  #undef CYTHON_USE_TYPE_SLOTS
  #define CYTHON_USE_TYPE_SLOTS 0
  #undef CYTHON_USE_ASYNC_SLOTS
  #define CYTHON_USE_ASYNC_SLOTS 0
  #undef CYTHON_USE_PYLIST_INTERNALS
  #define CYTHON_USE_PYLIST_INTERNALS 0
  #undef CYTHON_USE_UNICODE_INTERNALS
  #define CYTHON_USE_UNICODE_INTERNALS 0
  #undef CYTHON_USE_UNICODE_WRITER
  #define CYTHON_USE_UNICODE_WRITER 0
  #undef CYTHON_USE_PYLONG_INTERNALS
  #define CYTHON_USE_PYLONG_INTERNALS 0
  #undef CYTHON_AVOID_BORROWED_REFS
  #define CYTHON_AVOID_BORROWED_REFS 1
  #undef CYTHON_ASSUME_SAFE_MACROS
  #define CYTHON_ASSUME_SAFE_MACROS 0
  #undef CYTHON_UNPACK_METHODS
  #define CYTHON_UNPACK_METHODS 0
  #undef CYTHON_FAST_THREAD_STATE
  #define CYTHON_FAST_THREAD_STATE 0
  #undef CYTHON_FAST_PYCALL
  #define CYTHON_FAST_PYCALL 0
#elif defined(PYSTON_VERSION)
  #define CYTHON_COMPILING_IN_PYPY 0
  #define CYTHON_COMPILING_IN_PYSTON 1
  #define CYTHON_COMPILING_IN_CPYTHON 0
  #ifndef CYTHON_USE_TYPE_SLOTS
    #define CYTHON_USE_TYPE_SLOTS 1
  #endif
  #undef CYTHON_USE_ASYNC_SLOTS
  #define CYTHON_USE_ASYNC_SLOTS 0
  #undef CYTHON_USE_PYLIST_INTERNALS
  #define CYTHON_USE_PYLIST_INTERNALS 0
  #ifndef CYTHON_USE_UNICODE_INTERNALS
    #define CYTHON_USE_UNICODE_INTERNALS 1
  #endif
  #undef CYTHON_USE_UNICODE_WRITER
  #define CYTHON_USE_UNICODE_WRITER 0
  #undef CYTHON_USE_PYLONG_INTERNALS
  #define CYTHON_USE_PYLONG_INTERNALS 0
  #ifndef CYTHON_AVOID_BORROWED_REFS
    #define CYTHON_AVOID_BORROWED_REFS 0
  #endif
  #ifndef CYTHON_ASSUME_SAFE_MACROS
    #define CYTHON_ASSUME_SAFE_MACROS 1
  #endif
  #ifndef CYTHON_UNPACK_METHODS
    #define CYTHON_UNPACK_METHODS 1
  #endif
  #undef CYTHON_FAST_THREAD_STATE
  #define CYTHON_FAST_THREAD_STATE 0
  #undef CYTHON_FAST_PYCALL
  #define CYTHON_FAST_PYCALL 0
#else
  #define CYTHON_COMPILING_IN_PYPY 0
  #define CYTHON_COMPILING_IN_PYSTON 0
  #define CYTHON_COMPILING_IN_CPYTHON 1
  #ifndef CYTHON_USE_TYPE_SLOTS
    #define CYTHON_USE_TYPE_SLOTS 1
  #endif
  #if PY_MAJOR_VERSION < 3
    #undef CYTHON_USE_ASYNC_SLOTS
    #define CYTHON_USE_ASYNC_SLOTS 0
  #elif !defined(CYTHON_USE_ASYNC_SLOTS)
    #define CYTHON_USE_ASYNC_SLOTS 1
  #endif
  #if PY_VERSION_HEX < 0x02070000
    #undef CYTHON_USE_PYLONG_INTERNALS
    #define CYTHON_USE_PYLONG_INTERNALS 0
  #elif !defined(CYTHON_USE_PYLONG_INTERNALS)
    #define CYTHON_USE_PYLONG_INTERNALS 1
  #endif
  #ifndef CYTHON_USE_PYLIST_INTERNALS
    #define CYTHON_USE_PYLIST_INTERNALS 1
  #endif
  #ifndef CYTHON_USE_UNICODE_INTERNALS
    #define CYTHON_USE_UNICODE_INTERNALS 1
  #endif
  #if PY_VERSION_HEX < 0x030300F0
    #undef CYTHON_USE_UNICODE_WRITER
    #define CYTHON_USE_UNICODE_WRITER 0
  #elif !defined(CYTHON_USE_UNICODE_WRITER)
    #define CYTHON_USE_UNICODE_WRITER 1
  #endif
  #ifndef CYTHON_AVOID_BORROWED_REFS
    #define CYTHON_AVOID_BORROWED_REFS 0
  #endif
  #ifndef CYTHON_ASSUME_SAFE_MACROS
    #define CYTHON_ASSUME_SAFE_MACROS 1
  #endif
  #ifndef CYTHON_UNPACK_METHODS
    #define CYTHON_UNPACK_METHODS 1
  #endif
  #ifndef CYTHON_FAST_THREAD_STATE
    #define CYTHON_FAST_THREAD_STATE 1
  #endif
  #ifndef CYTHON_FAST_PYCALL
    #define CYTHON_FAST_PYCALL 1
  #endif
#endif
#if !defined(CYTHON_FAST_PYCCALL)
#define CYTHON_FAST_PYCCALL  (CYTHON_FAST_PYCALL && PY_VERSION_HEX >= 0x030600B1)
#endif
#if CYTHON_USE_PYLONG_INTERNALS
  #include "longintrepr.h"
  #undef SHIFT
  #undef BASE
  #undef MASK
#endif
#if CYTHON_COMPILING_IN_PYPY && PY_VERSION_HEX < 0x02070600 && !defined(Py_OptimizeFlag)
  #define Py_OptimizeFlag 0
#endif
#define __PYX_BUILD_PY_SSIZE_T "n"
#define CYTHON_FORMAT_SSIZE_T "z"
#if PY_MAJOR_VERSION < 3
  #define __Pyx_BUILTIN_MODULE_NAME "__builtin__"
  #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\
          PyCode_New(a+k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
  #define __Pyx_DefaultClassType PyClass_Type
#else
  #define __Pyx_BUILTIN_MODULE_NAME "builtins"
  #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\
          PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
  #define __Pyx_DefaultClassType PyType_Type
#endif
#ifndef Py_TPFLAGS_CHECKTYPES
  #define Py_TPFLAGS_CHECKTYPES 0
#endif
#ifndef Py_TPFLAGS_HAVE_INDEX
  #define Py_TPFLAGS_HAVE_INDEX 0
#endif
#ifndef Py_TPFLAGS_HAVE_NEWBUFFER
  #define Py_TPFLAGS_HAVE_NEWBUFFER 0
#endif
#ifndef Py_TPFLAGS_HAVE_FINALIZE
  #define Py_TPFLAGS_HAVE_FINALIZE 0
#endif
#if PY_VERSION_HEX < 0x030700A0 || !defined(METH_FASTCALL)
  #ifndef METH_FASTCALL
     #define METH_FASTCALL 0x80
  #endif
  typedef PyObject *(*__Pyx_PyCFunctionFast) (PyObject *self, PyObject **args, Py_ssize_t nargs);
  typedef PyObject *(*__Pyx_PyCFunctionFastWithKeywords) (PyObject *self, PyObject **args,
                                                          Py_ssize_t nargs, PyObject *kwnames);
#else
  #define __Pyx_PyCFunctionFast _PyCFunctionFast
  #define __Pyx_PyCFunctionFastWithKeywords _PyCFunctionFastWithKeywords
#endif
#if CYTHON_FAST_PYCCALL
#define __Pyx_PyFastCFunction_Check(func)\
    ((PyCFunction_Check(func) && (METH_FASTCALL == (PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST | METH_KEYWORDS)))))
#else
#define __Pyx_PyFastCFunction_Check(func) 0
#endif
#if PY_VERSION_HEX > 0x03030000 && defined(PyUnicode_KIND)
  #define CYTHON_PEP393_ENABLED 1
  #define __Pyx_PyUnicode_READY(op)       (likely(PyUnicode_IS_READY(op)) ?\
                                              0 : _PyUnicode_Ready((PyObject *)(op)))
  #define __Pyx_PyUnicode_GET_LENGTH(u)   PyUnicode_GET_LENGTH(u)
  #define __Pyx_PyUnicode_READ_CHAR(u, i) PyUnicode_READ_CHAR(u, i)
  #define __Pyx_PyUnicode_MAX_CHAR_VALUE(u)   PyUnicode_MAX_CHAR_VALUE(u)
  #define __Pyx_PyUnicode_KIND(u)         PyUnicode_KIND(u)
  #define __Pyx_PyUnicode_DATA(u)         PyUnicode_DATA(u)
  #define __Pyx_PyUnicode_READ(k, d, i)   PyUnicode_READ(k, d, i)
  #define __Pyx_PyUnicode_WRITE(k, d, i, ch)  PyUnicode_WRITE(k, d, i, ch)
  #define __Pyx_PyUnicode_IS_TRUE(u)      (0 != (likely(PyUnicode_IS_READY(u)) ? PyUnicode_GET_LENGTH(u) : PyUnicode_GET_SIZE(u)))
#else
  #define CYTHON_PEP393_ENABLED 0
  #define PyUnicode_1BYTE_KIND  1
  #define PyUnicode_2BYTE_KIND  2
  #define PyUnicode_4BYTE_KIND  4
  #define __Pyx_PyUnicode_READY(op)       (0)
  #define __Pyx_PyUnicode_GET_LENGTH(u)   PyUnicode_GET_SIZE(u)
  #define __Pyx_PyUnicode_READ_CHAR(u, i) ((Py_UCS4)(PyUnicode_AS_UNICODE(u)[i]))
  #define __Pyx_PyUnicode_MAX_CHAR_VALUE(u)   ((sizeof(Py_UNICODE) == 2) ? 65535 : 1114111)
  #define __Pyx_PyUnicode_KIND(u)         (sizeof(Py_UNICODE))
  #define __Pyx_PyUnicode_DATA(u)         ((void*)PyUnicode_AS_UNICODE(u))
  #define __Pyx_PyUnicode_READ(k, d, i)   ((void)(k), (Py_UCS4)(((Py_UNICODE*)d)[i]))
  #define __Pyx_PyUnicode_WRITE(k, d, i, ch)  (((void)(k)), ((Py_UNICODE*)d)[i] = ch)
  #define __Pyx_PyUnicode_IS_TRUE(u)      (0 != PyUnicode_GET_SIZE(u))
#endif
#if CYTHON_COMPILING_IN_PYPY
  #define __Pyx_PyUnicode_Concat(a, b)      PyNumber_Add(a, b)
  #define __Pyx_PyUnicode_ConcatSafe(a, b)  PyNumber_Add(a, b)
#else
  #define __Pyx_PyUnicode_Concat(a, b)      PyUnicode_Concat(a, b)
  #define __Pyx_PyUnicode_ConcatSafe(a, b)  ((unlikely((a) == Py_None) || unlikely((b) == Py_None)) ?\
      PyNumber_Add(a, b) : __Pyx_PyUnicode_Concat(a, b))
#endif
#if CYTHON_COMPILING_IN_PYPY && !defined(PyUnicode_Contains)
  #define PyUnicode_Contains(u, s)  PySequence_Contains(u, s)
#endif
#if CYTHON_COMPILING_IN_PYPY && !defined(PyByteArray_Check)
  #define PyByteArray_Check(obj)  PyObject_TypeCheck(obj, &PyByteArray_Type)
#endif
#if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)
  #define PyObject_Format(obj, fmt)  PyObject_CallMethod(obj, "__format__", "O", fmt)
#endif
#if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Malloc)
  #define PyObject_Malloc(s)   PyMem_Malloc(s)
  #define PyObject_Free(p)     PyMem_Free(p)
  #define PyObject_Realloc(p)  PyMem_Realloc(p)
#endif
#if CYTHON_COMPILING_IN_PYSTON
  #define __Pyx_PyCode_HasFreeVars(co)  PyCode_HasFreeVars(co)
  #define __Pyx_PyFrame_SetLineNumber(frame, lineno) PyFrame_SetLineNumber(frame, lineno)
#else
  #define __Pyx_PyCode_HasFreeVars(co)  (PyCode_GetNumFree(co) > 0)
  #define __Pyx_PyFrame_SetLineNumber(frame, lineno)  (frame)->f_lineno = (lineno)
#endif
#define __Pyx_PyString_FormatSafe(a, b)   ((unlikely((a) == Py_None)) ? PyNumber_Remainder(a, b) : __Pyx_PyString_Format(a, b))
#define __Pyx_PyUnicode_FormatSafe(a, b)  ((unlikely((a) == Py_None)) ? PyNumber_Remainder(a, b) : PyUnicode_Format(a, b))
#if PY_MAJOR_VERSION >= 3
  #define __Pyx_PyString_Format(a, b)  PyUnicode_Format(a, b)
#else
  #define __Pyx_PyString_Format(a, b)  PyString_Format(a, b)
#endif
#if PY_MAJOR_VERSION < 3 && !defined(PyObject_ASCII)
  #define PyObject_ASCII(o)            PyObject_Repr(o)
#endif
#if PY_MAJOR_VERSION >= 3
  #define PyBaseString_Type            PyUnicode_Type
  #define PyStringObject               PyUnicodeObject
  #define PyString_Type                PyUnicode_Type
  #define PyString_Check               PyUnicode_Check
  #define PyString_CheckExact          PyUnicode_CheckExact
#endif
#if PY_MAJOR_VERSION >= 3
  #define __Pyx_PyBaseString_Check(obj) PyUnicode_Check(obj)
  #define __Pyx_PyBaseString_CheckExact(obj) PyUnicode_CheckExact(obj)
#else
  #define __Pyx_PyBaseString_Check(obj) (PyString_Check(obj) || PyUnicode_Check(obj))
  #define __Pyx_PyBaseString_CheckExact(obj) (PyString_CheckExact(obj) || PyUnicode_CheckExact(obj))
#endif
#ifndef PySet_CheckExact
  #define PySet_CheckExact(obj)        (Py_TYPE(obj) == &PySet_Type)
#endif
#define __Pyx_TypeCheck(obj, type) PyObject_TypeCheck(obj, (PyTypeObject *)type)
#define __Pyx_PyException_Check(obj) __Pyx_TypeCheck(obj, PyExc_Exception)
#if PY_MAJOR_VERSION >= 3
  #define PyIntObject                  PyLongObject
  #define PyInt_Type                   PyLong_Type
  #define PyInt_Check(op)              PyLong_Check(op)
  #define PyInt_CheckExact(op)         PyLong_CheckExact(op)
  #define PyInt_FromString             PyLong_FromString
  #define PyInt_FromUnicode            PyLong_FromUnicode
  #define PyInt_FromLong               PyLong_FromLong
  #define PyInt_FromSize_t             PyLong_FromSize_t
  #define PyInt_FromSsize_t            PyLong_FromSsize_t
  #define PyInt_AsLong                 PyLong_AsLong
  #define PyInt_AS_LONG                PyLong_AS_LONG
  #define PyInt_AsSsize_t              PyLong_AsSsize_t
  #define PyInt_AsUnsignedLongMask     PyLong_AsUnsignedLongMask
  #define PyInt_AsUnsignedLongLongMask PyLong_AsUnsignedLongLongMask
  #define PyNumber_Int                 PyNumber_Long
#endif
#if PY_MAJOR_VERSION >= 3
  #define PyBoolObject                 PyLongObject
#endif
#if PY_MAJOR_VERSION >= 3 && CYTHON_COMPILING_IN_PYPY
  #ifndef PyUnicode_InternFromString
    #define PyUnicode_InternFromString(s) PyUnicode_FromString(s)
  #endif
#endif
#if PY_VERSION_HEX < 0x030200A4
  typedef long Py_hash_t;
  #define __Pyx_PyInt_FromHash_t PyInt_FromLong
  #define __Pyx_PyInt_AsHash_t   PyInt_AsLong
#else
  #define __Pyx_PyInt_FromHash_t PyInt_FromSsize_t
  #define __Pyx_PyInt_AsHash_t   PyInt_AsSsize_t
#endif
#if PY_MAJOR_VERSION >= 3
  #define __Pyx_PyMethod_New(func, self, klass) ((self) ? PyMethod_New(func, self) : PyInstanceMethod_New(func))
#else
  #define __Pyx_PyMethod_New(func, self, klass) PyMethod_New(func, self, klass)
#endif
#ifndef __has_attribute
  #define __has_attribute(x) 0
#endif
#ifndef __has_cpp_attribute
  #define __has_cpp_attribute(x) 0
#endif
#if CYTHON_USE_ASYNC_SLOTS
  #if PY_VERSION_HEX >= 0x030500B1
    #define __Pyx_PyAsyncMethodsStruct PyAsyncMethods
    #define __Pyx_PyType_AsAsync(obj) (Py_TYPE(obj)->tp_as_async)
  #else
    typedef struct {
        unaryfunc am_await;
        unaryfunc am_aiter;
        unaryfunc am_anext;
    } __Pyx_PyAsyncMethodsStruct;
    #define __Pyx_PyType_AsAsync(obj) ((__Pyx_PyAsyncMethodsStruct*) (Py_TYPE(obj)->tp_reserved))
  #endif
#else
  #define __Pyx_PyType_AsAsync(obj) NULL
#endif
#ifndef CYTHON_RESTRICT
  #if defined(__GNUC__)
    #define CYTHON_RESTRICT __restrict__
  #elif defined(_MSC_VER) && _MSC_VER >= 1400
    #define CYTHON_RESTRICT __restrict
  #elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
    #define CYTHON_RESTRICT restrict
  #else
    #define CYTHON_RESTRICT
  #endif
#endif
#ifndef CYTHON_UNUSED
# if defined(__GNUC__)
#   if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4))
#     define CYTHON_UNUSED __attribute__ ((__unused__))
#   else
#     define CYTHON_UNUSED
#   endif
# elif defined(__ICC) || (defined(__INTEL_COMPILER) && !defined(_MSC_VER))
#   define CYTHON_UNUSED __attribute__ ((__unused__))
# else
#   define CYTHON_UNUSED
# endif
#endif
#ifndef CYTHON_MAYBE_UNUSED_VAR
#  if defined(__cplusplus)
     template<class T> void CYTHON_MAYBE_UNUSED_VAR( const T& ) { }
#  else
#    define CYTHON_MAYBE_UNUSED_VAR(x) (void)(x)
#  endif
#endif
#ifndef CYTHON_NCP_UNUSED
# if CYTHON_COMPILING_IN_CPYTHON
#  define CYTHON_NCP_UNUSED
# else
#  define CYTHON_NCP_UNUSED CYTHON_UNUSED
# endif
#endif
#define __Pyx_void_to_None(void_result) ((void)(void_result), Py_INCREF(Py_None), Py_None)
#ifdef _MSC_VER
    #ifndef _MSC_STDINT_H_
        #if _MSC_VER < 1300
           typedef unsigned char     uint8_t;
           typedef unsigned int      uint32_t;
        #else
           typedef unsigned __int8   uint8_t;
           typedef unsigned __int32  uint32_t;
        #endif
    #endif
#else
   #include <stdint.h>
#endif
#ifndef CYTHON_FALLTHROUGH
  #ifdef __cplusplus
    #if __has_cpp_attribute(fallthrough)
      #define CYTHON_FALLTHROUGH [[fallthrough]]
    #elif __has_cpp_attribute(clang::fallthrough)
      #define CYTHON_FALLTHROUGH [[clang::fallthrough]]
    #endif
  #endif
  #ifndef CYTHON_FALLTHROUGH
    #if __has_attribute(fallthrough) || (defined(__GNUC__) && defined(__attribute__))
      #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
    #else
      #define CYTHON_FALLTHROUGH
    #endif
  #endif
#endif

#ifndef __cplusplus
  #error "Cython files generated with the C++ option must be compiled with a C++ compiler."
#endif
#ifndef CYTHON_INLINE
  #if defined(__clang__)
    #define CYTHON_INLINE __inline__ __attribute__ ((__unused__))
  #else
    #define CYTHON_INLINE inline
  #endif
#endif
template<typename T>
void __Pyx_call_destructor(T& x) {
    x.~T();
}
template<typename T>
class __Pyx_FakeReference {
  public:
    __Pyx_FakeReference() : ptr(NULL) { }
    __Pyx_FakeReference(const T& ref) : ptr(const_cast<T*>(&ref)) { }
    T *operator->() { return ptr; }
    T *operator&() { return ptr; }
    operator T&() { return *ptr; }
    template<typename U> bool operator ==(U other) { return *ptr == other; }
    template<typename U> bool operator !=(U other) { return *ptr != other; }
  private:
    T *ptr;
};

#if defined(WIN32) || defined(MS_WINDOWS)
  #define _USE_MATH_DEFINES
#endif
#include <math.h>
#ifdef NAN
#define __PYX_NAN() ((float) NAN)
#else
static CYTHON_INLINE float __PYX_NAN() {
  float value;
  memset(&value, 0xFF, sizeof(value));
  return value;
}
#endif
#if defined(__CYGWIN__) && defined(_LDBL_EQ_DBL)
#define __Pyx_truncl trunc
#else
#define __Pyx_truncl truncl
#endif


#define __PYX_ERR(f_index, lineno, Ln_error) \
{ \
  __pyx_filename = __pyx_f[f_index]; __pyx_lineno = lineno; __pyx_clineno = __LINE__; goto Ln_error; \
}

#if PY_MAJOR_VERSION >= 3
  #define __Pyx_PyNumber_Divide(x,y)         PyNumber_TrueDivide(x,y)
  #define __Pyx_PyNumber_InPlaceDivide(x,y)  PyNumber_InPlaceTrueDivide(x,y)
#else
  #define __Pyx_PyNumber_Divide(x,y)         PyNumber_TrueDivide(x,y)
  #define __Pyx_PyNumber_InPlaceDivide(x,y)  PyNumber_InPlaceTrueDivide(x,y)
#endif

#ifndef __PYX_EXTERN_C
  #ifdef __cplusplus
    #define __PYX_EXTERN_C extern "C"
  #else
    #define __PYX_EXTERN_C extern
  #endif
#endif

#define __PYX_HAVE__discodop___fragments
#define __PYX_HAVE_API__discodop___fragments
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <math.h>
#include <utility>
#include "ios"
#include "new"
#include "stdexcept"
#include "typeinfo"
#include <vector>
#include <string>
#include "macros.h"
#include "bitcount.h"
#include "_containers.h"
#include "../cpp-btree/btree_set.h"
#ifdef _OPENMP
#include <omp.h>
#endif /* _OPENMP */

#ifdef PYREX_WITHOUT_ASSERTIONS
#define CYTHON_WITHOUT_ASSERTIONS
#endif

typedef struct {PyObject **p; const char *s; const Py_ssize_t n; const char* encoding;
                const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry;

#define __PYX_DEFAULT_STRING_ENCODING_IS_ASCII 0
#define __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT 0
#define __PYX_DEFAULT_STRING_ENCODING ""
#define __Pyx_PyObject_FromString __Pyx_PyBytes_FromString
#define __Pyx_PyObject_FromStringAndSize __Pyx_PyBytes_FromStringAndSize
#define __Pyx_uchar_cast(c) ((unsigned char)c)
#define __Pyx_long_cast(x) ((long)x)
#define __Pyx_fits_Py_ssize_t(v, type, is_signed)  (\
    (sizeof(type) < sizeof(Py_ssize_t))  ||\
    (sizeof(type) > sizeof(Py_ssize_t) &&\
          likely(v < (type)PY_SSIZE_T_MAX ||\
                 v == (type)PY_SSIZE_T_MAX)  &&\
          (!is_signed || likely(v > (type)PY_SSIZE_T_MIN ||\
                                v == (type)PY_SSIZE_T_MIN)))  ||\
    (sizeof(type) == sizeof(Py_ssize_t) &&\
          (is_signed || likely(v < (type)PY_SSIZE_T_MAX ||\
                               v == (type)PY_SSIZE_T_MAX)))  )
#if defined (__cplusplus) && __cplusplus >= 201103L
    #include <cstdlib>
    #define __Pyx_sst_abs(value) std::abs(value)
#elif SIZEOF_INT >= SIZEOF_SIZE_T
    #define __Pyx_sst_abs(value) abs(value)
#elif SIZEOF_LONG >= SIZEOF_SIZE_T
    #define __Pyx_sst_abs(value) labs(value)
#elif defined (_MSC_VER) && defined (_M_X64)
    #define __Pyx_sst_abs(value) _abs64(value)
#elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
    #define __Pyx_sst_abs(value) llabs(value)
#elif defined (__GNUC__)
    #define __Pyx_sst_abs(value) __builtin_llabs(value)
#else
    #define __Pyx_sst_abs(value) ((value<0) ? -value : value)
#endif
static CYTHON_INLINE const char* __Pyx_PyObject_AsString(PyObject*);
static CYTHON_INLINE const char* __Pyx_PyObject_AsStringAndSize(PyObject*, Py_ssize_t* length);
#define __Pyx_PyByteArray_FromString(s) PyByteArray_FromStringAndSize((const char*)s, strlen((const char*)s))
#define __Pyx_PyByteArray_FromStringAndSize(s, l) PyByteArray_FromStringAndSize((const char*)s, l)
#define __Pyx_PyBytes_FromString        PyBytes_FromString
#define __Pyx_PyBytes_FromStringAndSize PyBytes_FromStringAndSize
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char*);
#if PY_MAJOR_VERSION < 3
    #define __Pyx_PyStr_FromString        __Pyx_PyBytes_FromString
    #define __Pyx_PyStr_FromStringAndSize __Pyx_PyBytes_FromStringAndSize
#else
    #define __Pyx_PyStr_FromString        __Pyx_PyUnicode_FromString
    #define __Pyx_PyStr_FromStringAndSize __Pyx_PyUnicode_FromStringAndSize
#endif
#define __Pyx_PyObject_AsWritableString(s)    ((char*) __Pyx_PyObject_AsString(s))
#define __Pyx_PyObject_AsWritableSString(s)    ((signed char*) __Pyx_PyObject_AsString(s))
#define __Pyx_PyObject_AsWritableUString(s)    ((unsigned char*) __Pyx_PyObject_AsString(s))
#define __Pyx_PyObject_AsSString(s)    ((const signed char*) __Pyx_PyObject_AsString(s))
#define __Pyx_PyObject_AsUString(s)    ((const unsigned char*) __Pyx_PyObject_AsString(s))
#define __Pyx_PyObject_FromCString(s)  __Pyx_PyObject_FromString((const char*)s)
#define __Pyx_PyBytes_FromCString(s)   __Pyx_PyBytes_FromString((const char*)s)
#define __Pyx_PyByteArray_FromCString(s)   __Pyx_PyByteArray_FromString((const char*)s)
#define __Pyx_PyStr_FromCString(s)     __Pyx_PyStr_FromString((const char*)s)
#define __Pyx_PyUnicode_FromCString(s) __Pyx_PyUnicode_FromString((const char*)s)
#if PY_MAJOR_VERSION < 3
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
{
    const Py_UNICODE *u_end = u;
    while (*u_end++) ;
    return (size_t)(u_end - u - 1);
}
#else
#define __Pyx_Py_UNICODE_strlen Py_UNICODE_strlen
#endif
#define __Pyx_PyUnicode_FromUnicode(u)       PyUnicode_FromUnicode(u, __Pyx_Py_UNICODE_strlen(u))
#define __Pyx_PyUnicode_FromUnicodeAndLength PyUnicode_FromUnicode
#define __Pyx_PyUnicode_AsUnicode            PyUnicode_AsUnicode
#define __Pyx_NewRef(obj) (Py_INCREF(obj), obj)
#define __Pyx_Owned_Py_None(b) __Pyx_NewRef(Py_None)
#define __Pyx_PyBool_FromLong(b) ((b) ? __Pyx_NewRef(Py_True) : __Pyx_NewRef(Py_False))
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject*);
static CYTHON_INLINE PyObject* __Pyx_PyNumber_IntOrLong(PyObject* x);
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject*);
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t);
#if CYTHON_ASSUME_SAFE_MACROS
#define __pyx_PyFloat_AsDouble(x) (PyFloat_CheckExact(x) ? PyFloat_AS_DOUBLE(x) : PyFloat_AsDouble(x))
#else
#define __pyx_PyFloat_AsDouble(x) PyFloat_AsDouble(x)
#endif
#define __pyx_PyFloat_AsFloat(x) ((float) __pyx_PyFloat_AsDouble(x))
#if PY_MAJOR_VERSION >= 3
#define __Pyx_PyNumber_Int(x) (PyLong_CheckExact(x) ? __Pyx_NewRef(x) : PyNumber_Long(x))
#else
#define __Pyx_PyNumber_Int(x) (PyInt_CheckExact(x) ? __Pyx_NewRef(x) : PyNumber_Int(x))
#endif
#define __Pyx_PyNumber_Float(x) (PyFloat_CheckExact(x) ? __Pyx_NewRef(x) : PyNumber_Float(x))
#if PY_MAJOR_VERSION < 3 && __PYX_DEFAULT_STRING_ENCODING_IS_ASCII
static int __Pyx_sys_getdefaultencoding_not_ascii;
static int __Pyx_init_sys_getdefaultencoding_params(void) {
    PyObject* sys;
    PyObject* default_encoding = NULL;
    PyObject* ascii_chars_u = NULL;
    PyObject* ascii_chars_b = NULL;
    const char* default_encoding_c;
    sys = PyImport_ImportModule("sys");
    if (!sys) goto bad;
    default_encoding = PyObject_CallMethod(sys, (char*) "getdefaultencoding", NULL);
    Py_DECREF(sys);
    if (!default_encoding) goto bad;
    default_encoding_c = PyBytes_AsString(default_encoding);
    if (!default_encoding_c) goto bad;
    if (strcmp(default_encoding_c, "ascii") == 0) {
        __Pyx_sys_getdefaultencoding_not_ascii = 0;
    } else {
        char ascii_chars[128];
        int c;
        for (c = 0; c < 128; c++) {
            ascii_chars[c] = c;
        }
        __Pyx_sys_getdefaultencoding_not_ascii = 1;
        ascii_chars_u = PyUnicode_DecodeASCII(ascii_chars, 128, NULL);
        if (!ascii_chars_u) goto bad;
        ascii_chars_b = PyUnicode_AsEncodedString(ascii_chars_u, default_encoding_c, NULL);
        if (!ascii_chars_b || !PyBytes_Check(ascii_chars_b) || memcmp(ascii_chars, PyBytes_AS_STRING(ascii_chars_b), 128) != 0) {
            PyErr_Format(
                PyExc_ValueError,
                "This module compiled with c_string_encoding=ascii, but default encoding '%.200s' is not a superset of ascii.",
                default_encoding_c);
            goto bad;
        }
        Py_DECREF(ascii_chars_u);
        Py_DECREF(ascii_chars_b);
    }
    Py_DECREF(default_encoding);
    return 0;
bad:
    Py_XDECREF(default_encoding);
    Py_XDECREF(ascii_chars_u);
    Py_XDECREF(ascii_chars_b);
    return -1;
}
#endif
#if __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT && PY_MAJOR_VERSION >= 3
#define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_DecodeUTF8(c_str, size, NULL)
#else
#define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_Decode(c_str, size, __PYX_DEFAULT_STRING_ENCODING, NULL)
#if __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT
static char* __PYX_DEFAULT_STRING_ENCODING;
static int __Pyx_init_sys_getdefaultencoding_params(void) {
    PyObject* sys;
    PyObject* default_encoding = NULL;
    char* default_encoding_c;
    sys = PyImport_ImportModule("sys");
    if (!sys) goto bad;
    default_encoding = PyObject_CallMethod(sys, (char*) (const char*) "getdefaultencoding", NULL);
    Py_DECREF(sys);
    if (!default_encoding) goto bad;
    default_encoding_c = PyBytes_AsString(default_encoding);
    if (!default_encoding_c) goto bad;
    __PYX_DEFAULT_STRING_ENCODING = (char*) malloc(strlen(default_encoding_c));
    if (!__PYX_DEFAULT_STRING_ENCODING) goto bad;
    strcpy(__PYX_DEFAULT_STRING_ENCODING, default_encoding_c);
    Py_DECREF(default_encoding);
    return 0;
bad:
    Py_XDECREF(default_encoding);
    return -1;
}
#endif
#endif


/* Test for GCC > 2.95 */
#if defined(__GNUC__)     && (__GNUC__ > 2 || (__GNUC__ == 2 && (__GNUC_MINOR__ > 95)))
  #define likely(x)   __builtin_expect(!!(x), 1)
  #define unlikely(x) __builtin_expect(!!(x), 0)
#else /* !__GNUC__ or GCC < 2.95 */
  #define likely(x)   (x)
  #define unlikely(x) (x)
#endif /* __GNUC__ */
static CYTHON_INLINE void __Pyx_pretend_to_initialize(void* ptr) { (void)ptr; }

static PyObject *__pyx_m;
static PyObject *__pyx_d;
static PyObject *__pyx_b;
static PyObject *__pyx_cython_runtime;
static PyObject *__pyx_empty_tuple;
static PyObject *__pyx_empty_bytes;
static PyObject *__pyx_empty_unicode;
static int __pyx_lineno;
static int __pyx_clineno = 0;
static const char * __pyx_cfilenm= __FILE__;
static const char *__pyx_filename;


static const char *__pyx_f[] = {
  "discodop/_fragments.pyx",
  "discodop/containers.pxd",
  "array.pxd",
  "type.pxd",
};
/* None.proto */
#if defined(__GNUC__)
#define __Pyx_PACKED __attribute__((__packed__))
#else
#define __Pyx_PACKED
#endif


/* "containers.pxd":21
 * include "constants.pxi"
 * 
 * ctypedef uint16_t Idx  # PCFG chart indices; max 16 bits.             # <<<<<<<<<<<<<<
 * 
 * cdef extern from "_containers.h":
 */
typedef uint16_t __pyx_t_8discodop_10containers_Idx;

/*--- Type declarations ---*/
#ifndef _ARRAYARRAY_H
struct arrayobject;
typedef struct arrayobject arrayobject;
#endif
struct __pyx_obj_8discodop_10containers_StringList;
struct __pyx_obj_8discodop_10containers_StringIntDict;
struct __pyx_obj_8discodop_10containers_Grammar;
struct __pyx_obj_8discodop_10containers_Chart;
struct __pyx_obj_8discodop_10containers_Whitelist;
struct __pyx_obj_8discodop_10containers_Ctrees;
struct __pyx_obj_8discodop_10containers_Vocabulary;
struct __pyx_obj_8discodop_10containers_FixedVocabulary;
struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl;
struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree;
struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr;
struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr;
struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr;
struct __pyx_t_8discodop_10containers_Node;
struct __pyx_t_8discodop_10containers_NodeArray;
union __pyx_t_8discodop_10containers_ItemType;
struct __pyx_t_8discodop_10containers_DArray;

/* "containers.pxd":638
 * # start fragments stuff
 * 
 * cdef packed struct Node:  # a node of a binary tree             # <<<<<<<<<<<<<<
 * 	int32_t prod # >= 0: production ID; -1: unseen production
 * 	int16_t left  # >= 0: array idx to child Node; <0: idx sent[-left - 1];
 */
#if defined(__SUNPRO_C)
  #pragma pack(1)
#elif !defined(__GNUC__)
  #pragma pack(push, 1)
#endif
struct __Pyx_PACKED __pyx_t_8discodop_10containers_Node {
  int32_t prod;
  int16_t left;
  int16_t right;
};
#if defined(__SUNPRO_C)
  #pragma pack()
#elif !defined(__GNUC__)
  #pragma pack(pop)
#endif

/* "containers.pxd":644
 * 
 * 
 * cdef packed struct NodeArray:  # a tree as an array of Node structs             # <<<<<<<<<<<<<<
 * 	uint32_t offset  # index to Node array where this tree starts
 * 	int16_t len, root  # number of nodes, index to root node
 */
#if defined(__SUNPRO_C)
  #pragma pack(1)
#elif !defined(__GNUC__)
  #pragma pack(push, 1)
#endif
struct __Pyx_PACKED __pyx_t_8discodop_10containers_NodeArray {
  uint32_t offset;
  int16_t len;
  int16_t root;
};
#if defined(__SUNPRO_C)
  #pragma pack()
#elif !defined(__GNUC__)
  #pragma pack(pop)
#endif

/* "containers.pxd":664
 * 
 * 
 * cdef union ItemType:             # <<<<<<<<<<<<<<
 * 	void *ptr
 * 	char *aschar
 */
union __pyx_t_8discodop_10containers_ItemType {
  void *ptr;
  char *aschar;
  uint32_t *asint;
};

/* "containers.pxd":670
 * 
 * 
 * cdef struct DArray:             # <<<<<<<<<<<<<<
 * 	uint8_t itemsize
 * 	uint32_t len
 */
struct __pyx_t_8discodop_10containers_DArray {
  uint8_t itemsize;
  uint32_t len;
  uint32_t capacity;
  union __pyx_t_8discodop_10containers_ItemType d;
};
struct __pyx_t_8discodop_10_fragments_BitsetTail;
struct __pyx_opt_args_8discodop_10_fragments_extractfragments;
struct __pyx_opt_args_8discodop_10_fragments_exactcounts;
struct __pyx_opt_args_8discodop_10_fragments_exactcountsslice;
struct __pyx_opt_args_8discodop_10_fragments_completebitsets;

/* "discodop/_fragments.pyx":69
 * # it is set just once for a treebank to fit its largest tree.
 * # After SLOTS elements, this struct follows:
 * cdef packed struct BitsetTail:             # <<<<<<<<<<<<<<
 * 	uint32_t id  # tree no. of which this fragment was extracted
 * 	short root  # index of the root of the fragment in the NodeArray
 */
#if defined(__SUNPRO_C)
  #pragma pack(1)
#elif !defined(__GNUC__)
  #pragma pack(push, 1)
#endif
struct __Pyx_PACKED __pyx_t_8discodop_10_fragments_BitsetTail {
  uint32_t id;
  short root;
};
#if defined(__SUNPRO_C)
  #pragma pack()
#elif !defined(__GNUC__)
  #pragma pack(pop)
#endif

/* "discodop/_fragments.pyx":109
 * 
 * 
 * cpdef extractfragments(Ctrees trees1, int start1, int end1, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		Ctrees trees2=None, int start2=0, int end2=0,
 * 		bint approx=True, bint debug=False,
 */
struct __pyx_opt_args_8discodop_10_fragments_extractfragments {
  int __pyx_n;
  struct __pyx_obj_8discodop_10containers_Ctrees *trees2;
  int start2;
  int end2;
  int approx;
  int debug;
  int disc;
  PyObject *twoterms;
  int adjacent;
};

/* "discodop/_fragments.pyx":322
 * 
 * 
 * cpdef exactcounts(Ctrees trees1, Ctrees trees2, list bitsets,             # <<<<<<<<<<<<<<
 * 		int indices=False, maxnodes=None):
 * 	"""Get exact counts or indices of occurrence for fragments.
 */
struct __pyx_opt_args_8discodop_10_fragments_exactcounts {
  int __pyx_n;
  int indices;
  PyObject *maxnodes;
};

/* "discodop/_fragments.pyx":407
 * 
 * 
 * cpdef exactcountsslice(Ctrees trees1, Ctrees trees2, list bitsets,             # <<<<<<<<<<<<<<
 * 		int indices=0, maxnodes=None, start=None, end=None, maxresults=None):
 * 	"""Get counts of fragments in a slice of the treebank.
 */
struct __pyx_opt_args_8discodop_10_fragments_exactcountsslice {
  int __pyx_n;
  int indices;
  PyObject *maxnodes;
  PyObject *start;
  PyObject *end;
  PyObject *maxresults;
};

/* "discodop/_fragments.pyx":575
 * 
 * 
 * cpdef completebitsets(Ctrees trees, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		short maxnodes, bint disc=False, start=None, end=None, tostring=True):
 * 	"""Generate bitsets corresponding to whole trees in the input.
 */
struct __pyx_opt_args_8discodop_10_fragments_completebitsets {
  int __pyx_n;
  int disc;
  PyObject *start;
  PyObject *end;
  PyObject *tostring;
};

/* "containers.pxd":509
 * 
 * @cython.final
 * cdef class StringList(object):             # <<<<<<<<<<<<<<
 * 	cdef vector[string] ob
 * 
 */
struct __pyx_obj_8discodop_10containers_StringList {
  PyObject_HEAD
  std::vector<std::string>  ob;
};


/* "containers.pxd":514
 * 
 * @cython.final
 * cdef class StringIntDict(object):             # <<<<<<<<<<<<<<
 * 	cdef sparse_hash_map[string, Label] ob
 * 
 */
struct __pyx_obj_8discodop_10containers_StringIntDict {
  PyObject_HEAD
  spp::sparse_hash_map<std::string,Label>  ob;
};


/* "containers.pxd":519
 * 
 * @cython.final
 * cdef class Grammar:             # <<<<<<<<<<<<<<
 * 	cdef ProbRule **bylhs
 * 	cdef ProbRule **unary
 */
struct __pyx_obj_8discodop_10containers_Grammar {
  PyObject_HEAD
  struct __pyx_vtabstruct_8discodop_10containers_Grammar *__pyx_vtab;
  ProbRule **bylhs;
  ProbRule **unary;
  ProbRule **lbinary;
  ProbRule **rbinary;
  std::vector<LexicalRule>  lexical;
  spp::sparse_hash_map<std::string,std::vector<uint32_t> >  lexicalbyword;
  spp::sparse_hash_map<Label,spp::sparse_hash_map<std::string,uint32_t> >  lexicalbylhs;
  Label *mapping;
  Label *selfmapping;
  Label **splitmapping;
  uint32_t *revrulemap;
  uint64_t *mask;
  std::vector<std::vector<Label> >  revmap;
  std::vector<uint8_t>  fanout;
  std::vector<ProbRule>  buf;
  RuleHashMap<uint32_t>  rulenos;
  size_t nonterminals;
  size_t phrasalnonterminals;
  size_t numrules;
  size_t numunary;
  size_t numbinary;
  size_t maxfanout;
  int logprob;
  int bitpar;
  PyObject *start;
  PyObject *rulesfile;
  PyObject *lexiconfile;
  PyObject *altweightsfile;
  PyObject *ruletuples;
  struct __pyx_obj_8discodop_10containers_StringList *tolabel;
  struct __pyx_obj_8discodop_10containers_StringIntDict *toid;
  PyObject *rulemapping;
  PyObject *selfrulemapping;
  PyObject *currentmodel;
  std::vector<Prob>  defaultmodel;
  PyObject *models;
};


/* "containers.pxd":560
 * # [ ] can we exploit bottom-up order of parser or previous CTF stages
 * # 		to pack the parse forest?
 * cdef class Chart:             # <<<<<<<<<<<<<<
 * 	cdef vector[Prob] probs
 * 	cdef vector[Prob] inside
 */
struct __pyx_obj_8discodop_10containers_Chart {
  PyObject_HEAD
  struct __pyx_vtabstruct_8discodop_10containers_Chart *__pyx_vtab;
  std::vector<Prob>  probs;
  std::vector<Prob>  inside;
  std::vector<Prob>  outside;
  std::vector<std::vector<Edge> >  parseforest;
  std::vector<std::vector<std::pair<RankedEdge,Prob> > >  rankededges;
  PyObject *derivations;
  struct __pyx_obj_8discodop_10containers_Grammar *grammar;
  PyObject *sent;
  short lensent;
  Label start;
  int logprob;
  int viterbi;
};


/* "containers.pxd":591
 * 
 * @cython.final
 * cdef class Whitelist:             # <<<<<<<<<<<<<<
 * 	cdef vector[sparse_hash_set[Label]] cfg  # span -> set of labels
 * 	# cdef vector[vector[Label]] cfg  # span -> sorted array of fine labels
 */
struct __pyx_obj_8discodop_10containers_Whitelist {
  PyObject_HEAD
  std::vector<spp::sparse_hash_set<Label> >  cfg;
  std::vector<SmallChartItemSet>  small;
  std::vector<FatChartItemSet>  fat;
  Label *mapping;
  Label **splitmapping;
};


/* "containers.pxd":650
 * 
 * @cython.final
 * cdef class Ctrees:             # <<<<<<<<<<<<<<
 * 	cdef Node *nodes
 * 	cdef NodeArray *trees
 */
struct __pyx_obj_8discodop_10containers_Ctrees {
  PyObject_HEAD
  struct __pyx_vtabstruct_8discodop_10containers_Ctrees *__pyx_vtab;
  struct __pyx_t_8discodop_10containers_Node *nodes;
  struct __pyx_t_8discodop_10containers_NodeArray *trees;
  long nodesleft;
  long max;
  size_t numnodes;
  size_t numwords;
  short maxnodes;
  int len;
  PyObject *prodindex;
  PyObject *_state;
};


/* "containers.pxd":677
 * 
 * 
 * cdef class Vocabulary:             # <<<<<<<<<<<<<<
 * 	cdef readonly dict prods  # production str. => int
 * 	cdef readonly dict labels  # label/word str => int
 */
struct __pyx_obj_8discodop_10containers_Vocabulary {
  PyObject_HEAD
  struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *__pyx_vtab;
  PyObject *prods;
  PyObject *labels;
  struct __pyx_t_8discodop_10containers_DArray prodbuf;
  struct __pyx_t_8discodop_10containers_DArray labelbuf;
  struct __pyx_t_8discodop_10containers_DArray labelidx;
};


/* "containers.pxd":692
 * 
 * 
 * cdef class FixedVocabulary(Vocabulary):             # <<<<<<<<<<<<<<
 * 	cdef object state  # to keep buffer alive
 * 
 */
struct __pyx_obj_8discodop_10containers_FixedVocabulary {
  struct __pyx_obj_8discodop_10containers_Vocabulary __pyx_base;
  PyObject *state;
};


/* "discodop/_fragments.pyx":910
 * 
 * 
 * def repl(d):             # <<<<<<<<<<<<<<
 * 	"""A function for use with re.sub that looks up numeric IDs in a dict.
 * 	"""
 */
struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl {
  PyObject_HEAD
  PyObject *__pyx_v_d;
};


/* "discodop/_fragments.pyx":918
 * 
 * 
 * cdef int readtree(             # <<<<<<<<<<<<<<
 * 		str line, Vocabulary vocab, Node *nodes, array stack,
 * 		array labels, list children) except -9:
 */
struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree {
  PyObject_HEAD
  PyObject *__pyx_v_binlabels;
  short __pyx_v_m;
  struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab;
};


/* "discodop/_fragments.pyx":1012
 * 							vocab.idtolabel(labels.data.as_ints[parent]),
 * 							vocab.idtolabel(binlabels[0]),
 * 							','.join(vocab.idtolabel(x)             # <<<<<<<<<<<<<<
 * 								for x in binlabels[1:])))
 * 					nodes[parent].right = idx
 */
struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr {
  PyObject_HEAD
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *__pyx_outer_scope;
  PyObject *__pyx_v_x;
};


/* "discodop/_fragments.pyx":1032
 * 									vocab.idtolabel(
 * 										labels.data.as_ints[parent]),
 * 									','.join(vocab.idtolabel(x)             # <<<<<<<<<<<<<<
 * 										for x in binlabels[:m + 1]),
 * 									','.join(vocab.idtolabel(x)
 */
struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr {
  PyObject_HEAD
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *__pyx_outer_scope;
  PyObject *__pyx_v_x;
};


/* "discodop/_fragments.pyx":1034
 * 									','.join(vocab.idtolabel(x)
 * 										for x in binlabels[:m + 1]),
 * 									','.join(vocab.idtolabel(x)             # <<<<<<<<<<<<<<
 * 										for x in binlabels[m + 1:])))
 * 						nodes[parent].prod = vocab._getprodid(prod)
 */
struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr {
  PyObject_HEAD
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *__pyx_outer_scope;
  PyObject *__pyx_v_x;
};



/* "containers.pxd":519
 * 
 * @cython.final
 * cdef class Grammar:             # <<<<<<<<<<<<<<
 * 	cdef ProbRule **bylhs
 * 	cdef ProbRule **unary
 */

struct __pyx_vtabstruct_8discodop_10containers_Grammar {
  PyObject *(*_indexrules)(struct __pyx_obj_8discodop_10containers_Grammar *, ProbRule **, int, int);
  PyObject *(*rulestr)(struct __pyx_obj_8discodop_10containers_Grammar *, int, int __pyx_skip_dispatch);
  PyObject *(*noderuleno)(struct __pyx_obj_8discodop_10containers_Grammar *, PyObject *, int __pyx_skip_dispatch);
  PyObject *(*getruleno)(struct __pyx_obj_8discodop_10containers_Grammar *, PyObject *, PyObject *, int __pyx_skip_dispatch);
  PyObject *(*yfstr)(struct __pyx_obj_8discodop_10containers_Grammar *, ProbRule);
};
static struct __pyx_vtabstruct_8discodop_10containers_Grammar *__pyx_vtabptr_8discodop_10containers_Grammar;


/* "containers.pxd":560
 * # [ ] can we exploit bottom-up order of parser or previous CTF stages
 * # 		to pack the parse forest?
 * cdef class Chart:             # <<<<<<<<<<<<<<
 * 	cdef vector[Prob] probs
 * 	cdef vector[Prob] inside
 */

struct __pyx_vtabstruct_8discodop_10containers_Chart {
  int (*lexidx)(struct __pyx_obj_8discodop_10containers_Chart *, Edge);
  Prob (*subtreeprob)(struct __pyx_obj_8discodop_10containers_Chart *, ItemNo);
  Prob (*lexprob)(struct __pyx_obj_8discodop_10containers_Chart *, ItemNo, Edge);
  PyObject *(*edgestr)(struct __pyx_obj_8discodop_10containers_Chart *, ItemNo, Edge);
  ItemNo (*_left)(struct __pyx_obj_8discodop_10containers_Chart *, ItemNo, Edge);
  ItemNo (*_right)(struct __pyx_obj_8discodop_10containers_Chart *, ItemNo, Edge);
  ItemNo (*left)(struct __pyx_obj_8discodop_10containers_Chart *, RankedEdge);
  ItemNo (*right)(struct __pyx_obj_8discodop_10containers_Chart *, RankedEdge);
  Label (*label)(struct __pyx_obj_8discodop_10containers_Chart *, ItemNo);
  ItemNo (*getitemidx)(struct __pyx_obj_8discodop_10containers_Chart *, uint64_t);
  SmallChartItem (*asSmallChartItem)(struct __pyx_obj_8discodop_10containers_Chart *, ItemNo);
  FatChartItem (*asFatChartItem)(struct __pyx_obj_8discodop_10containers_Chart *, ItemNo);
  size_t (*asCFGspan)(struct __pyx_obj_8discodop_10containers_Chart *, ItemNo);
};
static struct __pyx_vtabstruct_8discodop_10containers_Chart *__pyx_vtabptr_8discodop_10containers_Chart;


/* "containers.pxd":650
 * 
 * @cython.final
 * cdef class Ctrees:             # <<<<<<<<<<<<<<
 * 	cdef Node *nodes
 * 	cdef NodeArray *trees
 */

struct __pyx_vtabstruct_8discodop_10containers_Ctrees {
  PyObject *(*alloc)(struct __pyx_obj_8discodop_10containers_Ctrees *, int, long, int __pyx_skip_dispatch);
  PyObject *(*realloc)(struct __pyx_obj_8discodop_10containers_Ctrees *, int, int);
  PyObject *(*addnodes)(struct __pyx_obj_8discodop_10containers_Ctrees *, struct __pyx_t_8discodop_10containers_Node *, int, int);
};
static struct __pyx_vtabstruct_8discodop_10containers_Ctrees *__pyx_vtabptr_8discodop_10containers_Ctrees;


/* "containers.pxd":677
 * 
 * 
 * cdef class Vocabulary:             # <<<<<<<<<<<<<<
 * 	cdef readonly dict prods  # production str. => int
 * 	cdef readonly dict labels  # label/word str => int
 */

struct __pyx_vtabstruct_8discodop_10containers_Vocabulary {
  PyObject *(*idtolabel)(struct __pyx_obj_8discodop_10containers_Vocabulary *, uint32_t);
  PyObject *(*getlabel)(struct __pyx_obj_8discodop_10containers_Vocabulary *, int);
  PyObject *(*getword)(struct __pyx_obj_8discodop_10containers_Vocabulary *, int);
  int (*islexical)(struct __pyx_obj_8discodop_10containers_Vocabulary *, int);
  int (*getprod)(struct __pyx_obj_8discodop_10containers_Vocabulary *, PyObject *, PyObject *);
  int (*_getprodid)(struct __pyx_obj_8discodop_10containers_Vocabulary *, PyObject *);
  int (*_getlabelid)(struct __pyx_obj_8discodop_10containers_Vocabulary *, PyObject *);
};
static struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *__pyx_vtabptr_8discodop_10containers_Vocabulary;


/* "containers.pxd":692
 * 
 * 
 * cdef class FixedVocabulary(Vocabulary):             # <<<<<<<<<<<<<<
 * 	cdef object state  # to keep buffer alive
 * 
 */

struct __pyx_vtabstruct_8discodop_10containers_FixedVocabulary {
  struct __pyx_vtabstruct_8discodop_10containers_Vocabulary __pyx_base;
};
static struct __pyx_vtabstruct_8discodop_10containers_FixedVocabulary *__pyx_vtabptr_8discodop_10containers_FixedVocabulary;

/* --- Runtime support code (head) --- */
/* Refnanny.proto */
#ifndef CYTHON_REFNANNY
  #define CYTHON_REFNANNY 0
#endif
#if CYTHON_REFNANNY
  typedef struct {
    void (*INCREF)(void*, PyObject*, int);
    void (*DECREF)(void*, PyObject*, int);
    void (*GOTREF)(void*, PyObject*, int);
    void (*GIVEREF)(void*, PyObject*, int);
    void* (*SetupContext)(const char*, int, const char*);
    void (*FinishContext)(void**);
  } __Pyx_RefNannyAPIStruct;
  static __Pyx_RefNannyAPIStruct *__Pyx_RefNanny = NULL;
  static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname);
  #define __Pyx_RefNannyDeclarations void *__pyx_refnanny = NULL;
#ifdef WITH_THREAD
  #define __Pyx_RefNannySetupContext(name, acquire_gil)\
          if (acquire_gil) {\
              PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();\
              __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__);\
              PyGILState_Release(__pyx_gilstate_save);\
          } else {\
              __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__);\
          }
#else
  #define __Pyx_RefNannySetupContext(name, acquire_gil)\
          __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__)
#endif
  #define __Pyx_RefNannyFinishContext()\
          __Pyx_RefNanny->FinishContext(&__pyx_refnanny)
  #define __Pyx_INCREF(r)  __Pyx_RefNanny->INCREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
  #define __Pyx_DECREF(r)  __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
  #define __Pyx_GOTREF(r)  __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
  #define __Pyx_GIVEREF(r) __Pyx_RefNanny->GIVEREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
  #define __Pyx_XINCREF(r)  do { if((r) != NULL) {__Pyx_INCREF(r); }} while(0)
  #define __Pyx_XDECREF(r)  do { if((r) != NULL) {__Pyx_DECREF(r); }} while(0)
  #define __Pyx_XGOTREF(r)  do { if((r) != NULL) {__Pyx_GOTREF(r); }} while(0)
  #define __Pyx_XGIVEREF(r) do { if((r) != NULL) {__Pyx_GIVEREF(r);}} while(0)
#else
  #define __Pyx_RefNannyDeclarations
  #define __Pyx_RefNannySetupContext(name, acquire_gil)
  #define __Pyx_RefNannyFinishContext()
  #define __Pyx_INCREF(r) Py_INCREF(r)
  #define __Pyx_DECREF(r) Py_DECREF(r)
  #define __Pyx_GOTREF(r)
  #define __Pyx_GIVEREF(r)
  #define __Pyx_XINCREF(r) Py_XINCREF(r)
  #define __Pyx_XDECREF(r) Py_XDECREF(r)
  #define __Pyx_XGOTREF(r)
  #define __Pyx_XGIVEREF(r)
#endif
#define __Pyx_XDECREF_SET(r, v) do {\
        PyObject *tmp = (PyObject *) r;\
        r = v; __Pyx_XDECREF(tmp);\
    } while (0)
#define __Pyx_DECREF_SET(r, v) do {\
        PyObject *tmp = (PyObject *) r;\
        r = v; __Pyx_DECREF(tmp);\
    } while (0)
#define __Pyx_CLEAR(r)    do { PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);} while(0)
#define __Pyx_XCLEAR(r)   do { if((r) != NULL) {PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);}} while(0)

/* PyObjectGetAttrStr.proto */
#if CYTHON_USE_TYPE_SLOTS
static CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStr(PyObject* obj, PyObject* attr_name) {
    PyTypeObject* tp = Py_TYPE(obj);
    if (likely(tp->tp_getattro))
        return tp->tp_getattro(obj, attr_name);
#if PY_MAJOR_VERSION < 3
    if (likely(tp->tp_getattr))
        return tp->tp_getattr(obj, PyString_AS_STRING(attr_name));
#endif
    return PyObject_GetAttr(obj, attr_name);
}
#else
#define __Pyx_PyObject_GetAttrStr(o,n) PyObject_GetAttr(o,n)
#endif

/* GetBuiltinName.proto */
static PyObject *__Pyx_GetBuiltinName(PyObject *name);

/* PyThreadStateGet.proto */
#if CYTHON_FAST_THREAD_STATE
#define __Pyx_PyThreadState_declare  PyThreadState *__pyx_tstate;
#define __Pyx_PyThreadState_assign  __pyx_tstate = PyThreadState_GET();
#else
#define __Pyx_PyThreadState_declare
#define __Pyx_PyThreadState_assign
#endif

/* PyErrFetchRestore.proto */
#if CYTHON_FAST_THREAD_STATE
#define __Pyx_ErrRestoreWithState(type, value, tb)  __Pyx_ErrRestoreInState(PyThreadState_GET(), type, value, tb)
#define __Pyx_ErrFetchWithState(type, value, tb)    __Pyx_ErrFetchInState(PyThreadState_GET(), type, value, tb)
#define __Pyx_ErrRestore(type, value, tb)  __Pyx_ErrRestoreInState(__pyx_tstate, type, value, tb)
#define __Pyx_ErrFetch(type, value, tb)    __Pyx_ErrFetchInState(__pyx_tstate, type, value, tb)
static CYTHON_INLINE void __Pyx_ErrRestoreInState(PyThreadState *tstate, PyObject *type, PyObject *value, PyObject *tb);
static CYTHON_INLINE void __Pyx_ErrFetchInState(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb);
#else
#define __Pyx_ErrRestoreWithState(type, value, tb)  PyErr_Restore(type, value, tb)
#define __Pyx_ErrFetchWithState(type, value, tb)  PyErr_Fetch(type, value, tb)
#define __Pyx_ErrRestore(type, value, tb)  PyErr_Restore(type, value, tb)
#define __Pyx_ErrFetch(type, value, tb)  PyErr_Fetch(type, value, tb)
#endif

/* WriteUnraisableException.proto */
static void __Pyx_WriteUnraisable(const char *name, int clineno,
                                  int lineno, const char *filename,
                                  int full_traceback, int nogil);

/* GetModuleGlobalName.proto */
static CYTHON_INLINE PyObject *__Pyx_GetModuleGlobalName(PyObject *name);

/* PyCFunctionFastCall.proto */
#if CYTHON_FAST_PYCCALL
static CYTHON_INLINE PyObject *__Pyx_PyCFunction_FastCall(PyObject *func, PyObject **args, Py_ssize_t nargs);
#else
#define __Pyx_PyCFunction_FastCall(func, args, nargs)  (assert(0), NULL)
#endif

/* PyFunctionFastCall.proto */
#if CYTHON_FAST_PYCALL
#define __Pyx_PyFunction_FastCall(func, args, nargs)\
    __Pyx_PyFunction_FastCallDict((func), (args), (nargs), NULL)
#if 1 || PY_VERSION_HEX < 0x030600B1
static PyObject *__Pyx_PyFunction_FastCallDict(PyObject *func, PyObject **args, int nargs, PyObject *kwargs);
#else
#define __Pyx_PyFunction_FastCallDict(func, args, nargs, kwargs) _PyFunction_FastCallDict(func, args, nargs, kwargs)
#endif
#endif

/* PyObjectCall.proto */
#if CYTHON_COMPILING_IN_CPYTHON
static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw);
#else
#define __Pyx_PyObject_Call(func, arg, kw) PyObject_Call(func, arg, kw)
#endif

/* PyObjectCallMethO.proto */
#if CYTHON_COMPILING_IN_CPYTHON
static CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg);
#endif

/* PyObjectCallOneArg.proto */
static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg);

/* RaiseException.proto */
static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause);

/* RaiseArgTupleInvalid.proto */
static void __Pyx_RaiseArgtupleInvalid(const char* func_name, int exact,
    Py_ssize_t num_min, Py_ssize_t num_max, Py_ssize_t num_found);

/* RaiseDoubleKeywords.proto */
static void __Pyx_RaiseDoubleKeywordsError(const char* func_name, PyObject* kw_name);

/* ParseKeywords.proto */
static int __Pyx_ParseOptionalKeywords(PyObject *kwds, PyObject **argnames[],\
    PyObject *kwds2, PyObject *values[], Py_ssize_t num_pos_args,\
    const char* function_name);

/* ArgTypeTest.proto */
static CYTHON_INLINE int __Pyx_ArgTypeTest(PyObject *obj, PyTypeObject *type, int none_allowed,
    const char *name, int exact);

/* SaveResetException.proto */
#if CYTHON_FAST_THREAD_STATE
#define __Pyx_ExceptionSave(type, value, tb)  __Pyx__ExceptionSave(__pyx_tstate, type, value, tb)
static CYTHON_INLINE void __Pyx__ExceptionSave(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb);
#define __Pyx_ExceptionReset(type, value, tb)  __Pyx__ExceptionReset(__pyx_tstate, type, value, tb)
static CYTHON_INLINE void __Pyx__ExceptionReset(PyThreadState *tstate, PyObject *type, PyObject *value, PyObject *tb);
#else
#define __Pyx_ExceptionSave(type, value, tb)   PyErr_GetExcInfo(type, value, tb)
#define __Pyx_ExceptionReset(type, value, tb)  PyErr_SetExcInfo(type, value, tb)
#endif

/* GetException.proto */
#if CYTHON_FAST_THREAD_STATE
#define __Pyx_GetException(type, value, tb)  __Pyx__GetException(__pyx_tstate, type, value, tb)
static int __Pyx__GetException(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb);
#else
static int __Pyx_GetException(PyObject **type, PyObject **value, PyObject **tb);
#endif

/* SliceObject.proto */
#define __Pyx_PyObject_DelSlice(obj, cstart, cstop, py_start, py_stop, py_slice, has_cstart, has_cstop, wraparound)\
    __Pyx_PyObject_SetSlice(obj, (PyObject*)NULL, cstart, cstop, py_start, py_stop, py_slice, has_cstart, has_cstop, wraparound)
static CYTHON_INLINE int __Pyx_PyObject_SetSlice(
        PyObject* obj, PyObject* value, Py_ssize_t cstart, Py_ssize_t cstop,
        PyObject** py_start, PyObject** py_stop, PyObject** py_slice,
        int has_cstart, int has_cstop, int wraparound);

/* PyDictContains.proto */
static CYTHON_INLINE int __Pyx_PyDict_ContainsTF(PyObject* item, PyObject* dict, int eq) {
    int result = PyDict_Contains(dict, item);
    return unlikely(result < 0) ? result : (result == (eq == Py_EQ));
}

/* PyIntBinop.proto */
#if !CYTHON_COMPILING_IN_PYPY
static PyObject* __Pyx_PyInt_AddObjC(PyObject *op1, PyObject *op2, long intval, int inplace);
#else
#define __Pyx_PyInt_AddObjC(op1, op2, intval, inplace)\
    (inplace ? PyNumber_InPlaceAdd(op1, op2) : PyNumber_Add(op1, op2))
#endif

/* DictGetItem.proto */
#if PY_MAJOR_VERSION >= 3 && !CYTHON_COMPILING_IN_PYPY
static PyObject *__Pyx_PyDict_GetItem(PyObject *d, PyObject* key) {
    PyObject *value;
    value = PyDict_GetItemWithError(d, key);
    if (unlikely(!value)) {
        if (!PyErr_Occurred()) {
            PyObject* args = PyTuple_Pack(1, key);
            if (likely(args))
                PyErr_SetObject(PyExc_KeyError, args);
            Py_XDECREF(args);
        }
        return NULL;
    }
    Py_INCREF(value);
    return value;
}
#else
    #define __Pyx_PyDict_GetItem(d, key) PyObject_GetItem(d, key)
#endif

/* PyObjectCallNoArg.proto */
#if CYTHON_COMPILING_IN_CPYTHON
static CYTHON_INLINE PyObject* __Pyx_PyObject_CallNoArg(PyObject *func);
#else
#define __Pyx_PyObject_CallNoArg(func) __Pyx_PyObject_Call(func, __pyx_empty_tuple, NULL)
#endif

/* GetItemInt.proto */
#define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\
    (__Pyx_fits_Py_ssize_t(i, type, is_signed) ?\
    __Pyx_GetItemInt_Fast(o, (Py_ssize_t)i, is_list, wraparound, boundscheck) :\
    (is_list ? (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL) :\
               __Pyx_GetItemInt_Generic(o, to_py_func(i))))
#define __Pyx_GetItemInt_List(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\
    (__Pyx_fits_Py_ssize_t(i, type, is_signed) ?\
    __Pyx_GetItemInt_List_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) :\
    (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL))
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i,
                                                              int wraparound, int boundscheck);
#define __Pyx_GetItemInt_Tuple(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\
    (__Pyx_fits_Py_ssize_t(i, type, is_signed) ?\
    __Pyx_GetItemInt_Tuple_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) :\
    (PyErr_SetString(PyExc_IndexError, "tuple index out of range"), (PyObject*)NULL))
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
                                                              int wraparound, int boundscheck);
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j);
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssize_t i,
                                                     int is_list, int wraparound, int boundscheck);

/* SetItemInt.proto */
#define __Pyx_SetItemInt(o, i, v, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\
    (__Pyx_fits_Py_ssize_t(i, type, is_signed) ?\
    __Pyx_SetItemInt_Fast(o, (Py_ssize_t)i, v, is_list, wraparound, boundscheck) :\
    (is_list ? (PyErr_SetString(PyExc_IndexError, "list assignment index out of range"), -1) :\
               __Pyx_SetItemInt_Generic(o, to_py_func(i), v)))
static CYTHON_INLINE int __Pyx_SetItemInt_Generic(PyObject *o, PyObject *j, PyObject *v);
static CYTHON_INLINE int __Pyx_SetItemInt_Fast(PyObject *o, Py_ssize_t i, PyObject *v,
                                               int is_list, int wraparound, int boundscheck);

/* ListCompAppend.proto */
#if CYTHON_USE_PYLIST_INTERNALS && CYTHON_ASSUME_SAFE_MACROS
static CYTHON_INLINE int __Pyx_ListComp_Append(PyObject* list, PyObject* x) {
    PyListObject* L = (PyListObject*) list;
    Py_ssize_t len = Py_SIZE(list);
    if (likely(L->allocated > len)) {
        Py_INCREF(x);
        PyList_SET_ITEM(list, len, x);
        Py_SIZE(list) = len+1;
        return 0;
    }
    return PyList_Append(list, x);
}
#else
#define __Pyx_ListComp_Append(L,x) PyList_Append(L,x)
#endif

/* ExtTypeTest.proto */
static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *type);

/* RaiseTooManyValuesToUnpack.proto */
static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expected);

/* RaiseNeedMoreValuesToUnpack.proto */
static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t index);

/* IterFinish.proto */
static CYTHON_INLINE int __Pyx_IterFinish(void);

/* UnpackItemEndCheck.proto */
static int __Pyx_IternextUnpackEndCheck(PyObject *retval, Py_ssize_t expected);

/* ListAppend.proto */
#if CYTHON_USE_PYLIST_INTERNALS && CYTHON_ASSUME_SAFE_MACROS
static CYTHON_INLINE int __Pyx_PyList_Append(PyObject* list, PyObject* x) {
    PyListObject* L = (PyListObject*) list;
    Py_ssize_t len = Py_SIZE(list);
    if (likely(L->allocated > len) & likely(len > (L->allocated >> 1))) {
        Py_INCREF(x);
        PyList_SET_ITEM(list, len, x);
        Py_SIZE(list) = len+1;
        return 0;
    }
    return PyList_Append(list, x);
}
#else
#define __Pyx_PyList_Append(L,x) PyList_Append(L,x)
#endif

/* PyObjectCallMethod1.proto */
static PyObject* __Pyx_PyObject_CallMethod1(PyObject* obj, PyObject* method_name, PyObject* arg);

/* append.proto */
static CYTHON_INLINE int __Pyx_PyObject_Append(PyObject* L, PyObject* x);

/* NoFastGil.proto */
#define __Pyx_PyGILState_Ensure PyGILState_Ensure
#define __Pyx_PyGILState_Release PyGILState_Release
#define __Pyx_FastGIL_Remember()
#define __Pyx_FastGIL_Forget()
#define __Pyx_FastGilFuncInit()

/* PySequenceContains.proto */
static CYTHON_INLINE int __Pyx_PySequence_ContainsTF(PyObject* item, PyObject* seq, int eq) {
    int result = PySequence_Contains(seq, item);
    return unlikely(result < 0) ? result : (result == (eq == Py_EQ));
}

/* PyUnicode_Substring.proto */
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_Substring(
            PyObject* text, Py_ssize_t start, Py_ssize_t stop);

/* None.proto */
static CYTHON_INLINE void __Pyx_RaiseClosureNameError(const char *varname);

/* FetchCommonType.proto */
static PyTypeObject* __Pyx_FetchCommonType(PyTypeObject* type);

/* CythonFunction.proto */
#define __Pyx_CyFunction_USED 1
#include <structmember.h>
#define __Pyx_CYFUNCTION_STATICMETHOD  0x01
#define __Pyx_CYFUNCTION_CLASSMETHOD   0x02
#define __Pyx_CYFUNCTION_CCLASS        0x04
#define __Pyx_CyFunction_GetClosure(f)\
    (((__pyx_CyFunctionObject *) (f))->func_closure)
#define __Pyx_CyFunction_GetClassObj(f)\
    (((__pyx_CyFunctionObject *) (f))->func_classobj)
#define __Pyx_CyFunction_Defaults(type, f)\
    ((type *)(((__pyx_CyFunctionObject *) (f))->defaults))
#define __Pyx_CyFunction_SetDefaultsGetter(f, g)\
    ((__pyx_CyFunctionObject *) (f))->defaults_getter = (g)
typedef struct {
    PyCFunctionObject func;
#if PY_VERSION_HEX < 0x030500A0
    PyObject *func_weakreflist;
#endif
    PyObject *func_dict;
    PyObject *func_name;
    PyObject *func_qualname;
    PyObject *func_doc;
    PyObject *func_globals;
    PyObject *func_code;
    PyObject *func_closure;
    PyObject *func_classobj;
    void *defaults;
    int defaults_pyobjects;
    int flags;
    PyObject *defaults_tuple;
    PyObject *defaults_kwdict;
    PyObject *(*defaults_getter)(PyObject *);
    PyObject *func_annotations;
} __pyx_CyFunctionObject;
static PyTypeObject *__pyx_CyFunctionType = 0;
#define __Pyx_CyFunction_NewEx(ml, flags, qualname, self, module, globals, code)\
    __Pyx_CyFunction_New(__pyx_CyFunctionType, ml, flags, qualname, self, module, globals, code)
static PyObject *__Pyx_CyFunction_New(PyTypeObject *, PyMethodDef *ml,
                                      int flags, PyObject* qualname,
                                      PyObject *self,
                                      PyObject *module, PyObject *globals,
                                      PyObject* code);
static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *m,
                                                         size_t size,
                                                         int pyobjects);
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsTuple(PyObject *m,
                                                            PyObject *tuple);
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *m,
                                                             PyObject *dict);
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *m,
                                                              PyObject *dict);
static int __pyx_CyFunction_init(void);

/* SliceTupleAndList.proto */
#if CYTHON_COMPILING_IN_CPYTHON
static CYTHON_INLINE PyObject* __Pyx_PyList_GetSlice(PyObject* src, Py_ssize_t start, Py_ssize_t stop);
static CYTHON_INLINE PyObject* __Pyx_PyTuple_GetSlice(PyObject* src, Py_ssize_t start, Py_ssize_t stop);
#else
#define __Pyx_PyList_GetSlice(seq, start, stop)   PySequence_GetSlice(seq, start, stop)
#define __Pyx_PyTuple_GetSlice(seq, start, stop)  PySequence_GetSlice(seq, start, stop)
#endif

/* GetItemIntUnicode.proto */
#define __Pyx_GetItemInt_Unicode(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\
    (__Pyx_fits_Py_ssize_t(i, type, is_signed) ?\
    __Pyx_GetItemInt_Unicode_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) :\
    (PyErr_SetString(PyExc_IndexError, "string index out of range"), (Py_UCS4)-1))
static CYTHON_INLINE Py_UCS4 __Pyx_GetItemInt_Unicode_Fast(PyObject* ustring, Py_ssize_t i,
                                                           int wraparound, int boundscheck);

/* PyObjectCallMethod0.proto */
static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name);

/* pop.proto */
static CYTHON_INLINE PyObject* __Pyx__PyObject_Pop(PyObject* L);
#if CYTHON_USE_PYLIST_INTERNALS && CYTHON_ASSUME_SAFE_MACROS
static CYTHON_INLINE PyObject* __Pyx_PyList_Pop(PyObject* L);
#define __Pyx_PyObject_Pop(L) (likely(PyList_CheckExact(L)) ?\
    __Pyx_PyList_Pop(L) : __Pyx__PyObject_Pop(L))
#else
#define __Pyx_PyList_Pop(L)  __Pyx__PyObject_Pop(L)
#define __Pyx_PyObject_Pop(L)  __Pyx__PyObject_Pop(L)
#endif

/* UnpackUnboundCMethod.proto */
typedef struct {
    PyObject *type;
    PyObject **method_name;
    PyCFunction func;
    PyObject *method;
    int flag;
} __Pyx_CachedCFunction;

/* CallUnboundCMethod0.proto */
static PyObject* __Pyx__CallUnboundCMethod0(__Pyx_CachedCFunction* cfunc, PyObject* self);
#if CYTHON_COMPILING_IN_CPYTHON
#define __Pyx_CallUnboundCMethod0(cfunc, self)\
    ((likely((cfunc)->func)) ?\
        (likely((cfunc)->flag == METH_NOARGS) ?  (*((cfunc)->func))(self, NULL) :\
         (likely((cfunc)->flag == (METH_VARARGS | METH_KEYWORDS)) ?  ((*(PyCFunctionWithKeywords)(cfunc)->func)(self, __pyx_empty_tuple, NULL)) :\
             ((cfunc)->flag == METH_VARARGS ?  (*((cfunc)->func))(self, __pyx_empty_tuple) :\
              (PY_VERSION_HEX >= 0x030600B1 && (cfunc)->flag == METH_FASTCALL ?\
                (PY_VERSION_HEX >= 0x030700A0 ?\
                    (*(__Pyx_PyCFunctionFast)(cfunc)->func)(self, &PyTuple_GET_ITEM(__pyx_empty_tuple, 0), 0) :\
                    (*(__Pyx_PyCFunctionFastWithKeywords)(cfunc)->func)(self, &PyTuple_GET_ITEM(__pyx_empty_tuple, 0), 0, NULL)) :\
              (PY_VERSION_HEX >= 0x030700A0 && (cfunc)->flag == (METH_FASTCALL | METH_KEYWORDS) ?\
                    (*(__Pyx_PyCFunctionFastWithKeywords)(cfunc)->func)(self, &PyTuple_GET_ITEM(__pyx_empty_tuple, 0), 0, NULL) :\
                    __Pyx__CallUnboundCMethod0(cfunc, self)))))) :\
        __Pyx__CallUnboundCMethod0(cfunc, self))
#else
#define __Pyx_CallUnboundCMethod0(cfunc, self)  __Pyx__CallUnboundCMethod0(cfunc, self)
#endif

/* PyIntBinop.proto */
#if !CYTHON_COMPILING_IN_PYPY
static PyObject* __Pyx_PyInt_SubtractObjC(PyObject *op1, PyObject *op2, long intval, int inplace);
#else
#define __Pyx_PyInt_SubtractObjC(op1, op2, intval, inplace)\
    (inplace ? PyNumber_InPlaceSubtract(op1, op2) : PyNumber_Subtract(op1, op2))
#endif

/* PyIntBinop.proto */
#if !CYTHON_COMPILING_IN_PYPY
static PyObject* __Pyx_PyInt_EqObjC(PyObject *op1, PyObject *op2, long intval, int inplace);
#else
#define __Pyx_PyInt_EqObjC(op1, op2, intval, inplace)\
    PyObject_RichCompare(op1, op2, Py_EQ)
    #endif

/* IncludeStringH.proto */
#include <string.h>

/* BytesEquals.proto */
static CYTHON_INLINE int __Pyx_PyBytes_Equals(PyObject* s1, PyObject* s2, int equals);

/* UnicodeEquals.proto */
static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int equals);

/* Import.proto */
static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level);

/* ImportFrom.proto */
static PyObject* __Pyx_ImportFrom(PyObject* module, PyObject* name);

/* GetVTable.proto */
static void* __Pyx_GetVtable(PyObject *dict);

/* CLineInTraceback.proto */
static int __Pyx_CLineForTraceback(int c_line);

/* CodeObjectCache.proto */
typedef struct {
    PyCodeObject* code_object;
    int code_line;
} __Pyx_CodeObjectCacheEntry;
struct __Pyx_CodeObjectCache {
    int count;
    int max_count;
    __Pyx_CodeObjectCacheEntry* entries;
};
static struct __Pyx_CodeObjectCache __pyx_code_cache = {0,0,NULL};
static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line);
static PyCodeObject *__pyx_find_code_object(int code_line);
static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object);

/* AddTraceback.proto */
static void __Pyx_AddTraceback(const char *funcname, int c_line,
                               int py_line, const char *filename);

/* ArrayAPI.proto */
#ifndef _ARRAYARRAY_H
#define _ARRAYARRAY_H
typedef struct arraydescr {
    int typecode;
    int itemsize;
    PyObject * (*getitem)(struct arrayobject *, Py_ssize_t);
    int (*setitem)(struct arrayobject *, Py_ssize_t, PyObject *);
#if PY_MAJOR_VERSION >= 3
    char *formats;
#endif
} arraydescr;
struct arrayobject {
    PyObject_HEAD
    Py_ssize_t ob_size;
    union {
        char *ob_item;
        float *as_floats;
        double *as_doubles;
        int *as_ints;
        unsigned int *as_uints;
        unsigned char *as_uchars;
        signed char *as_schars;
        char *as_chars;
        unsigned long *as_ulongs;
        long *as_longs;
#if PY_MAJOR_VERSION >= 3
        unsigned long long *as_ulonglongs;
        long long *as_longlongs;
#endif
        short *as_shorts;
        unsigned short *as_ushorts;
        Py_UNICODE *as_pyunicodes;
        void *as_voidptr;
    } data;
    Py_ssize_t allocated;
    struct arraydescr *ob_descr;
    PyObject *weakreflist;
#if PY_MAJOR_VERSION >= 3
        int ob_exports;
#endif
};
#ifndef NO_NEWARRAY_INLINE
static CYTHON_INLINE PyObject * newarrayobject(PyTypeObject *type, Py_ssize_t size,
    struct arraydescr *descr) {
    arrayobject *op;
    size_t nbytes;
    if (size < 0) {
        PyErr_BadInternalCall();
        return NULL;
    }
    nbytes = size * descr->itemsize;
    if (nbytes / descr->itemsize != (size_t)size) {
        return PyErr_NoMemory();
    }
    op = (arrayobject *) type->tp_alloc(type, 0);
    if (op == NULL) {
        return NULL;
    }
    op->ob_descr = descr;
    op->allocated = size;
    op->weakreflist = NULL;
    op->ob_size = size;
    if (size <= 0) {
        op->data.ob_item = NULL;
    }
    else {
        op->data.ob_item = PyMem_NEW(char, nbytes);
        if (op->data.ob_item == NULL) {
            Py_DECREF(op);
            return PyErr_NoMemory();
        }
    }
    return (PyObject *) op;
}
#else
PyObject* newarrayobject(PyTypeObject *type, Py_ssize_t size,
    struct arraydescr *descr);
#endif
static CYTHON_INLINE int resize(arrayobject *self, Py_ssize_t n) {
    void *items = (void*) self->data.ob_item;
    PyMem_Resize(items, char, (size_t)(n * self->ob_descr->itemsize));
    if (items == NULL) {
        PyErr_NoMemory();
        return -1;
    }
    self->data.ob_item = (char*) items;
    self->ob_size = n;
    self->allocated = n;
    return 0;
}
static CYTHON_INLINE int resize_smart(arrayobject *self, Py_ssize_t n) {
    void *items = (void*) self->data.ob_item;
    Py_ssize_t newsize;
    if (n < self->allocated && n*4 > self->allocated) {
        self->ob_size = n;
        return 0;
    }
    newsize = n + (n / 2) + 1;
    if (newsize <= n) {
        PyErr_NoMemory();
        return -1;
    }
    PyMem_Resize(items, char, (size_t)(newsize * self->ob_descr->itemsize));
    if (items == NULL) {
        PyErr_NoMemory();
        return -1;
    }
    self->data.ob_item = (char*) items;
    self->ob_size = n;
    self->allocated = newsize;
    return 0;
}
#endif

/* CIntToPy.proto */
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value);

/* CIntToPy.proto */
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_uint32_t(uint32_t value);

/* CIntToPy.proto */
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int16_t(int16_t value);

/* CIntToPy.proto */
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_short(short value);

/* CIntToPy.proto */
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value);

/* ForceInitThreads.proto */
#ifndef __PYX_FORCE_INIT_THREADS
  #define __PYX_FORCE_INIT_THREADS 0
#endif

/* CIntToPy.proto */
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int32_t(int32_t value);

/* CIntToPy.proto */
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_uint64_t(uint64_t value);

/* PyUCS4InUnicode.proto */
static CYTHON_INLINE int __Pyx_UnicodeContainsUCS4(PyObject* unicode, Py_UCS4 character);
static CYTHON_INLINE int __Pyx_PyUnicodeBufferContainsUCS4(Py_UNICODE* buffer, Py_ssize_t length, Py_UCS4 character);

/* None.proto */
#include <new>

/* CIntFromPy.proto */
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *);

/* CIntFromPy.proto */
static CYTHON_INLINE short __Pyx_PyInt_As_short(PyObject *);

/* CIntFromPy.proto */
static CYTHON_INLINE unsigned int __Pyx_PyInt_As_unsigned_int(PyObject *);

/* CIntFromPy.proto */
static CYTHON_INLINE uint32_t __Pyx_PyInt_As_uint32_t(PyObject *);

/* CIntFromPy.proto */
static CYTHON_INLINE size_t __Pyx_PyInt_As_size_t(PyObject *);

/* CIntFromPy.proto */
static CYTHON_INLINE int16_t __Pyx_PyInt_As_int16_t(PyObject *);

/* CIntFromPy.proto */
static CYTHON_INLINE int32_t __Pyx_PyInt_As_int32_t(PyObject *);

/* CIntFromPy.proto */
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *);

/* SwapException.proto */
#if CYTHON_FAST_THREAD_STATE
#define __Pyx_ExceptionSwap(type, value, tb)  __Pyx__ExceptionSwap(__pyx_tstate, type, value, tb)
static CYTHON_INLINE void __Pyx__ExceptionSwap(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb);
#else
static CYTHON_INLINE void __Pyx_ExceptionSwap(PyObject **type, PyObject **value, PyObject **tb);
#endif

/* CoroutineBase.proto */
typedef PyObject *(*__pyx_coroutine_body_t)(PyObject *, PyObject *);
typedef struct {
    PyObject_HEAD
    __pyx_coroutine_body_t body;
    PyObject *closure;
    PyObject *exc_type;
    PyObject *exc_value;
    PyObject *exc_traceback;
    PyObject *gi_weakreflist;
    PyObject *classobj;
    PyObject *yieldfrom;
    PyObject *gi_name;
    PyObject *gi_qualname;
    PyObject *gi_modulename;
    int resume_label;
    char is_running;
} __pyx_CoroutineObject;
static __pyx_CoroutineObject *__Pyx__Coroutine_New(
    PyTypeObject *type, __pyx_coroutine_body_t body, PyObject *closure,
    PyObject *name, PyObject *qualname, PyObject *module_name);
static int __Pyx_Coroutine_clear(PyObject *self);
#if 1 || PY_VERSION_HEX < 0x030300B0
static int __Pyx_PyGen_FetchStopIterationValue(PyObject **pvalue);
#else
#define __Pyx_PyGen_FetchStopIterationValue(pvalue) PyGen_FetchStopIterationValue(pvalue)
#endif

/* PatchModuleWithCoroutine.proto */
static PyObject* __Pyx_Coroutine_patch_module(PyObject* module, const char* py_code);

/* PatchGeneratorABC.proto */
static int __Pyx_patch_abc(void);

/* Generator.proto */
#define __Pyx_Generator_USED
static PyTypeObject *__pyx_GeneratorType = 0;
#define __Pyx_Generator_CheckExact(obj) (Py_TYPE(obj) == __pyx_GeneratorType)
#define __Pyx_Generator_New(body, closure, name, qualname, module_name)\
    __Pyx__Coroutine_New(__pyx_GeneratorType, body, closure, name, qualname, module_name)
static PyObject *__Pyx_Generator_Next(PyObject *self);
static int __pyx_Generator_init(void);

/* CheckBinaryVersion.proto */
static int __Pyx_check_binary_version(void);

/* PyIdentifierFromString.proto */
#if !defined(__Pyx_PyIdentifier_FromString)
#if PY_MAJOR_VERSION < 3
  #define __Pyx_PyIdentifier_FromString(s) PyString_FromString(s)
#else
  #define __Pyx_PyIdentifier_FromString(s) PyUnicode_FromString(s)
#endif
#endif

/* ModuleImport.proto */
static PyObject *__Pyx_ImportModule(const char *name);

/* TypeImport.proto */
static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, size_t size, int strict);

/* VoidPtrImport.proto */
static int __Pyx_ImportVoidPtr(PyObject *module, const char *name, void **p, const char *sig);

/* InitStrings.proto */
static int __Pyx_InitStrings(__Pyx_StringTabEntry *t);


/* Module declarations from 'cython' */

/* Module declarations from 'libc.string' */

/* Module declarations from 'libc.stdlib' */

/* Module declarations from 'libc.stdint' */

/* Module declarations from 'libc.stdio' */

/* Module declarations from '__builtin__' */

/* Module declarations from 'cpython.type' */
static PyTypeObject *__pyx_ptype_7cpython_4type_type = 0;

/* Module declarations from 'cpython' */

/* Module declarations from 'cpython.object' */

/* Module declarations from 'cpython.ref' */

/* Module declarations from 'cpython.exc' */

/* Module declarations from 'cpython.mem' */

/* Module declarations from 'array' */

/* Module declarations from 'cpython.array' */
static PyTypeObject *__pyx_ptype_7cpython_5array_array = 0;
static CYTHON_INLINE arrayobject *__pyx_f_7cpython_5array_clone(arrayobject *, Py_ssize_t, int); /*proto*/
static CYTHON_INLINE int __pyx_f_7cpython_5array_extend_buffer(arrayobject *, char *, Py_ssize_t); /*proto*/

/* Module declarations from 'libc.math' */

/* Module declarations from 'libcpp.utility' */

/* Module declarations from 'libcpp.vector' */

/* Module declarations from 'libcpp.string' */

/* Module declarations from 'cpython.buffer' */

/* Module declarations from 'discodop.bit' */
static CYTHON_INLINE int __pyx_f_8discodop_3bit_nextset(uint64_t, uint32_t); /*proto*/
static CYTHON_INLINE int __pyx_f_8discodop_3bit_nextunset(uint64_t, uint32_t); /*proto*/
static CYTHON_INLINE int __pyx_f_8discodop_3bit_abitcount(uint64_t *, int); /*proto*/
static CYTHON_INLINE int __pyx_f_8discodop_3bit_anextset(uint64_t *, uint32_t, int); /*proto*/
static CYTHON_INLINE int __pyx_f_8discodop_3bit_anextunset(uint64_t *, uint32_t, int); /*proto*/
static CYTHON_INLINE int __pyx_f_8discodop_3bit_iteratesetbits(uint64_t *, int, uint64_t *, int *); /*proto*/
static CYTHON_INLINE void __pyx_f_8discodop_3bit_setunioninplace(uint64_t *, uint64_t *, int); /*proto*/
static CYTHON_INLINE int __pyx_f_8discodop_3bit_subset(uint64_t *, uint64_t *, int); /*proto*/

/* Module declarations from 'discodop.containers' */
static PyTypeObject *__pyx_ptype_8discodop_10containers_StringList = 0;
static PyTypeObject *__pyx_ptype_8discodop_10containers_StringIntDict = 0;
static PyTypeObject *__pyx_ptype_8discodop_10containers_Grammar = 0;
static PyTypeObject *__pyx_ptype_8discodop_10containers_Chart = 0;
static PyTypeObject *__pyx_ptype_8discodop_10containers_Whitelist = 0;
static PyTypeObject *__pyx_ptype_8discodop_10containers_Ctrees = 0;
static PyTypeObject *__pyx_ptype_8discodop_10containers_Vocabulary = 0;
static PyTypeObject *__pyx_ptype_8discodop_10containers_FixedVocabulary = 0;
static PyObject **__pyx_vp_8discodop_10containers_log1e200 = 0;
#define __pyx_v_8discodop_10containers_log1e200 (*__pyx_vp_8discodop_10containers_log1e200)
static CYTHON_INLINE PyObject *__pyx_f_8discodop_10containers_yieldranges(PyObject *); /*proto*/
static CYTHON_INLINE short __pyx_f_8discodop_10containers_termidx(short); /*proto*/

/* Module declarations from 'discodop._fragments' */
static PyTypeObject *__pyx_ptype_8discodop_10_fragments___pyx_scope_struct__repl = 0;
static PyTypeObject *__pyx_ptype_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree = 0;
static PyTypeObject *__pyx_ptype_8discodop_10_fragments___pyx_scope_struct_2_genexpr = 0;
static PyTypeObject *__pyx_ptype_8discodop_10_fragments___pyx_scope_struct_3_genexpr = 0;
static PyTypeObject *__pyx_ptype_8discodop_10_fragments___pyx_scope_struct_4_genexpr = 0;
static arrayobject *__pyx_v_8discodop_10_fragments_ulongarray = 0;
static arrayobject *__pyx_v_8discodop_10_fragments_uintarray = 0;
static arrayobject *__pyx_v_8discodop_10_fragments_intarray = 0;
static arrayobject *__pyx_v_8discodop_10_fragments_shortarray = 0;
static CYTHON_INLINE PyObject *__pyx_f_8discodop_10_fragments_wrap(uint64_t *, short); /*proto*/
static CYTHON_INLINE uint64_t *__pyx_f_8discodop_10_fragments_getpointer(PyObject *); /*proto*/
static CYTHON_INLINE uint32_t __pyx_f_8discodop_10_fragments_getid(uint64_t *, short); /*proto*/
static CYTHON_INLINE short __pyx_f_8discodop_10_fragments_getroot(uint64_t *, short); /*proto*/
static CYTHON_INLINE void __pyx_f_8discodop_10_fragments_setrootid(uint64_t *, short, uint32_t, short); /*proto*/
static PyObject *__pyx_f_8discodop_10_fragments_extractfragments(struct __pyx_obj_8discodop_10containers_Ctrees *, int, int, struct __pyx_obj_8discodop_10containers_Vocabulary *, int __pyx_skip_dispatch, struct __pyx_opt_args_8discodop_10_fragments_extractfragments *__pyx_optional_args); /*proto*/
static CYTHON_INLINE PyObject *__pyx_f_8discodop_10_fragments_extractfrompair(struct __pyx_t_8discodop_10containers_NodeArray, struct __pyx_t_8discodop_10containers_Node *, struct __pyx_obj_8discodop_10containers_Ctrees *, int, int, int, struct __pyx_obj_8discodop_10containers_Vocabulary *, PyObject *, short, uint64_t *, uint64_t *, short); /*proto*/
static CYTHON_INLINE PyObject *__pyx_f_8discodop_10_fragments_collectfragments(PyObject *, PyObject *, struct __pyx_t_8discodop_10containers_Node *, PyObject *, struct __pyx_obj_8discodop_10containers_Vocabulary *, int, int, int, PyObject *, short); /*proto*/
static CYTHON_INLINE void __pyx_f_8discodop_10_fragments_fasttreekernel(struct __pyx_t_8discodop_10containers_Node *, struct __pyx_t_8discodop_10containers_Node *, int, int, uint64_t *, short); /*proto*/
static CYTHON_INLINE PyObject *__pyx_f_8discodop_10_fragments_extractbitsets(uint64_t *, struct __pyx_t_8discodop_10containers_Node *, struct __pyx_t_8discodop_10containers_Node *, short, int, PyObject *, int, uint64_t *, short); /*proto*/
static CYTHON_INLINE int __pyx_f_8discodop_10_fragments_extractat(uint64_t *, uint64_t *, struct __pyx_t_8discodop_10containers_Node *, struct __pyx_t_8discodop_10containers_Node *, short, short, short); /*proto*/
static PyObject *__pyx_f_8discodop_10_fragments_exactcounts(struct __pyx_obj_8discodop_10containers_Ctrees *, struct __pyx_obj_8discodop_10containers_Ctrees *, PyObject *, int __pyx_skip_dispatch, struct __pyx_opt_args_8discodop_10_fragments_exactcounts *__pyx_optional_args); /*proto*/
static PyObject *__pyx_f_8discodop_10_fragments_exactcountsslice(struct __pyx_obj_8discodop_10containers_Ctrees *, struct __pyx_obj_8discodop_10containers_Ctrees *, PyObject *, int __pyx_skip_dispatch, struct __pyx_opt_args_8discodop_10_fragments_exactcountsslice *__pyx_optional_args); /*proto*/
static int __pyx_f_8discodop_10_fragments_countbitset(uint64_t *, struct __pyx_t_8discodop_10containers_Node *, int, int, uint32_t *, int, int, struct __pyx_t_8discodop_10containers_NodeArray *, struct __pyx_t_8discodop_10containers_Node *, size_t, size_t *, size_t *, uint32_t *, uint32_t **, short **); /*proto*/
static PyObject *__pyx_f_8discodop_10_fragments_getcandidates(struct __pyx_t_8discodop_10containers_Node *, uint64_t *, struct __pyx_obj_8discodop_10containers_Ctrees *, short, int, int, short); /*proto*/
static CYTHON_INLINE int __pyx_f_8discodop_10_fragments_containsbitset(struct __pyx_t_8discodop_10containers_Node *, struct __pyx_t_8discodop_10containers_Node *, uint64_t *, short, short); /*proto*/
static PyObject *__pyx_f_8discodop_10_fragments_completebitsets(struct __pyx_obj_8discodop_10containers_Ctrees *, struct __pyx_obj_8discodop_10containers_Vocabulary *, short, int __pyx_skip_dispatch, struct __pyx_opt_args_8discodop_10_fragments_completebitsets *__pyx_optional_args); /*proto*/
static PyObject *__pyx_f_8discodop_10_fragments_twoterminals(struct __pyx_t_8discodop_10containers_NodeArray, struct __pyx_t_8discodop_10containers_Node *, struct __pyx_obj_8discodop_10containers_Ctrees *, PyObject *, PyObject *); /*proto*/
static PyObject *__pyx_f_8discodop_10_fragments_traverse(struct __pyx_t_8discodop_10containers_NodeArray, struct __pyx_t_8discodop_10containers_Node *, int, int, int, int, PyObject *, uint64_t *, int); /*proto*/
static CYTHON_INLINE PyObject *__pyx_f_8discodop_10_fragments_getsubtree(PyObject *, struct __pyx_t_8discodop_10containers_Node *, uint64_t *, struct __pyx_obj_8discodop_10containers_Vocabulary *, int, int); /*proto*/
static CYTHON_INLINE PyObject *__pyx_f_8discodop_10_fragments_getyield(struct __pyx_t_8discodop_10containers_Node *, int); /*proto*/
static PyObject *__pyx_f_8discodop_10_fragments_getsent(PyObject *); /*proto*/
static PyObject *__pyx_f_8discodop_10_fragments_dumpmatrix(uint64_t *, struct __pyx_t_8discodop_10containers_NodeArray, struct __pyx_t_8discodop_10containers_NodeArray, struct __pyx_t_8discodop_10containers_Node *, struct __pyx_t_8discodop_10containers_Node *, struct __pyx_obj_8discodop_10containers_Vocabulary *, uint64_t *, short); /*proto*/
static PyObject *__pyx_f_8discodop_10_fragments_dumptree(struct __pyx_t_8discodop_10containers_NodeArray, struct __pyx_t_8discodop_10containers_Node *, PyObject *, struct __pyx_obj_8discodop_10containers_Vocabulary *, uint64_t *); /*proto*/
static int __pyx_f_8discodop_10_fragments_readtree(PyObject *, struct __pyx_obj_8discodop_10containers_Vocabulary *, struct __pyx_t_8discodop_10containers_Node *, arrayobject *, arrayobject *, PyObject *); /*proto*/
static CYTHON_INLINE PyObject *__pyx_f_8discodop_10_fragments_copynodes(PyObject *, PyObject *, struct __pyx_t_8discodop_10containers_Node *, int *); /*proto*/
#define __Pyx_MODULE_NAME "discodop._fragments"
int __pyx_module_is_main_discodop___fragments = 0;

/* Implementation of 'discodop._fragments' */
static PyObject *__pyx_builtin_MemoryError;
static PyObject *__pyx_builtin_range;
static PyObject *__pyx_builtin_ValueError;
static PyObject *__pyx_builtin_print;
static PyObject *__pyx_builtin_enumerate;
static PyObject *__pyx_builtin_max;
static PyObject *__pyx_builtin_sum;
static PyObject *__pyx_builtin_any;
static const char __pyx_k_1[] = "1";
static const char __pyx_k_I[] = "I";
static const char __pyx_k_L[] = "L";
static const char __pyx_k_d[] = " %d=";
static const char __pyx_k_f[] = "f";
static const char __pyx_k_h[] = "h";
static const char __pyx_k_i[] = "i";
static const char __pyx_k_m[] = "m";
static const char __pyx_k_n[] = "n";
static const char __pyx_k_r[] = "r";
static const char __pyx_k_x[] = "x";
static const char __pyx_k_2d[] = "%2d";
static const char __pyx_k__2[] = "";
static const char __pyx_k__4[] = "(";
static const char __pyx_k__5[] = " ";
static const char __pyx_k__6[] = ")";
static const char __pyx_k__7[] = "\t";
static const char __pyx_k_io[] = "io";
static const char __pyx_k_os[] = "os";
static const char __pyx_k_re[] = "re";
static const char __pyx_k_yf[] = "yf";
static const char __pyx_k_0_9[] = "\\([^(]+ ([0-9]+)=[^ ()]+\\)";
static const char __pyx_k__12[] = "\n";
static const char __pyx_k__16[] = ",";
static const char __pyx_k__39[] = "_";
static const char __pyx_k_all[] = "__all__";
static const char __pyx_k_any[] = "any";
static const char __pyx_k_cnt[] = "cnt";
static const char __pyx_k_d_2[] = "d";
static const char __pyx_k_d_d[] = "%d:%d";
static const char __pyx_k_d_s[] = "%d=%s";
static const char __pyx_k_dot[] = "dot";
static const char __pyx_k_end[] = "end";
static const char __pyx_k_fmt[] = "fmt";
static const char __pyx_k_max[] = "max";
static const char __pyx_k_pop[] = "pop";
static const char __pyx_k_s_s[] = "\t%s=%s";
static const char __pyx_k_sub[] = "sub";
static const char __pyx_k_sum[] = "sum";
static const char __pyx_k_sys[] = "sys";
static const char __pyx_k_tmp[] = "tmp";
static const char __pyx_k_2d_2[] = "\n%2d";
static const char __pyx_k_Tree[] = "Tree";
static const char __pyx_k_args[] = "args";
static const char __pyx_k_both[] = "both";
static const char __pyx_k_data[] = "data";
static const char __pyx_k_disc[] = "disc";
static const char __pyx_k_end1[] = "end1";
static const char __pyx_k_end2[] = "end2";
static const char __pyx_k_frag[] = "frag";
static const char __pyx_k_horz[] = "horz";
static const char __pyx_k_item[] = "item";
static const char __pyx_k_line[] = "line";
static const char __pyx_k_main[] = "__main__";
static const char __pyx_k_repl[] = "repl";
static const char __pyx_k_send[] = "send";
static const char __pyx_k_sent[] = "sent";
static const char __pyx_k_stop[] = "stop";
static const char __pyx_k_test[] = "__test__";
static const char __pyx_k_tree[] = "tree";
static const char __pyx_k_utf8[] = "utf8";
static const char __pyx_k_util[] = "util";
static const char __pyx_k_vert[] = "vert";
static const char __pyx_k_SLOTS[] = "SLOTS";
static const char __pyx_k_array[] = "array";
static const char __pyx_k_close[] = "close";
static const char __pyx_k_debug[] = "debug";
static const char __pyx_k_depth[] = "depth";
static const char __pyx_k_found[] = "found:";
static const char __pyx_k_frags[] = "frags";
static const char __pyx_k_group[] = "group";
static const char __pyx_k_index[] = "index";
static const char __pyx_k_inter[] = "inter";
static const char __pyx_k_isinf[] = "isinf";
static const char __pyx_k_items[] = "items";
static const char __pyx_k_limit[] = "limit";
static const char __pyx_k_match[] = "match";
static const char __pyx_k_nodes[] = "nodes";
static const char __pyx_k_print[] = "print";
static const char __pyx_k_range[] = "range";
static const char __pyx_k_s_s_s[] = "%s|<%s.%s>";
static const char __pyx_k_stack[] = "stack";
static const char __pyx_k_start[] = "start";
static const char __pyx_k_table[] = "table";
static const char __pyx_k_throw[] = "throw";
static const char __pyx_k_trees[] = "trees";
static const char __pyx_k_vocab[] = "vocab";
static const char __pyx_k_append[] = "append";
static const char __pyx_k_approx[] = "approx";
static const char __pyx_k_corpus[] = "corpus";
static const char __pyx_k_ctrees[] = "ctrees";
static const char __pyx_k_escape[] = "escape";
static const char __pyx_k_extend[] = "extend";
static const char __pyx_k_import[] = "__import__";
static const char __pyx_k_islice[] = "islice";
static const char __pyx_k_items1[] = "items1";
static const char __pyx_k_items2[] = "items2";
static const char __pyx_k_labels[] = "labels";
static const char __pyx_k_start1[] = "start1";
static const char __pyx_k_start2[] = "start2";
static const char __pyx_k_trees1[] = "trees1";
static const char __pyx_k_trees2[] = "trees2";
static const char __pyx_k_Counter[] = "Counter";
static const char __pyx_k_READERS[] = "READERS";
static const char __pyx_k_bitsets[] = "bitsets";
static const char __pyx_k_bracket[] = "bracket";
static const char __pyx_k_compile[] = "compile";
static const char __pyx_k_ctrees1[] = "ctrees1";
static const char __pyx_k_ctrees2[] = "ctrees2";
static const char __pyx_k_findall[] = "findall";
static const char __pyx_k_genexpr[] = "genexpr";
static const char __pyx_k_grammar[] = "grammar";
static const char __pyx_k_indices[] = "indices";
static const char __pyx_k_partial[] = "partial";
static const char __pyx_k_scratch[] = "scratch";
static const char __pyx_k_adjacent[] = "adjacent";
static const char __pyx_k_binarize[] = "binarize";
static const char __pyx_k_children[] = "children";
static const char __pyx_k_encoding[] = "encoding";
static const char __pyx_k_maxdepth[] = "maxdepth";
static const char __pyx_k_maxnodes[] = "maxnodes";
static const char __pyx_k_openread[] = "openread";
static const char __pyx_k_terminal[] = "terminal";
static const char __pyx_k_tostring[] = "tostring";
static const char __pyx_k_treebank[] = "treebank";
static const char __pyx_k_twoterms[] = "twoterms";
static const char __pyx_k_0_9_0_9_b[] = " ([0-9]+)(?:=|:[0-9]+\\b)";
static const char __pyx_k_binfactor[] = "binfactor";
static const char __pyx_k_enumerate[] = "enumerate";
static const char __pyx_k_fragments[] = "fragments";
static const char __pyx_k_frontiers[] = "frontiers";
static const char __pyx_k_functools[] = "functools";
static const char __pyx_k_getctrees[] = "getctrees";
static const char __pyx_k_itertools[] = "itertools";
static const char __pyx_k_itertrees[] = "itertrees";
static const char __pyx_k_printrule[] = "printrule";
static const char __pyx_k_pygetsent[] = "pygetsent";
static const char __pyx_k_FRONTIERRE[] = "FRONTIERRE";
static const char __pyx_k_ValueError[] = "ValueError";
static const char __pyx_k_handledisc[] = "handledisc";
static const char __pyx_k_indextrees[] = "indextrees";
static const char __pyx_k_maxresults[] = "maxresults";
static const char __pyx_k_pyx_vtable[] = "__pyx_vtable__";
static const char __pyx_k_0_9_0_9_b_2[] = " ([0-9]+):([0-9]+)\\b";
static const char __pyx_k_MemoryError[] = "MemoryError";
static const char __pyx_k_collections[] = "collections";
static const char __pyx_k_exactcounts[] = "exactcounts";
static const char __pyx_k_extractsent[] = "extractsent";
static const char __pyx_k_maxfrontier[] = "maxfrontier";
static const char __pyx_k_prodsintree[] = "prodsintree";
static const char __pyx_k_TREEPARSEMSG[] = "TREEPARSEMSG";
static const char __pyx_k_allfragments[] = "allfragments";
static const char __pyx_k_intersection[] = "intersection";
static const char __pyx_k_readtreebank[] = "readtreebank";
static const char __pyx_k_treebankfile[] = "treebankfile";
static const char __pyx_k_0_nodes_found[] = "0 nodes found";
static const char __pyx_k_RoaringBitmap[] = "RoaringBitmap";
static const char __pyx_k_TERMINDICESRE[] = "TERMINDICESRE";
static const char __pyx_k_repl_locals_f[] = "repl.<locals>.f";
static const char __pyx_k_roaringbitmap[] = "roaringbitmap";
static const char __pyx_k_treetransforms[] = "treetransforms";
static const char __pyx_k_completebitsets[] = "completebitsets";
static const char __pyx_k_illegal_index_d[] = "illegal index %d";
static const char __pyx_k_FRONTIERORTERMRE[] = "FRONTIERORTERMRE";
static const char __pyx_k_allocation_error[] = "allocation error";
static const char __pyx_k_exactcountsslice[] = "exactcountsslice";
static const char __pyx_k_extractfragments[] = "extractfragments";
static const char __pyx_k_lcfrsproductions[] = "lcfrsproductions";
static const char __pyx_k_cline_in_traceback[] = "cline_in_traceback";
static const char __pyx_k_common_productions[] = "\ncommon productions:";
static const char __pyx_k_pygetsent_line_813[] = "pygetsent (line 813)";
static const char __pyx_k_discodop__fragments[] = "discodop._fragments";
static const char __pyx_k_error_d_in_line_d_s_s[] = "error %d in line %d: %s\n%s";
static const char __pyx_k_frontier_non_terminal[] = "\tfrontier non-terminal";
static const char __pyx_k_r_appears_to_be_empty[] = "%r appears to be empty";
static const char __pyx_k_missing_terminal_index[] = "missing terminal index";
static const char __pyx_k_discodop__fragments_pyx[] = "discodop/_fragments.pyx";
static const char __pyx_k_readtree_locals_genexpr[] = "readtree.<locals>.genexpr";
static const char __pyx_k_completebitsets_line_575[] = "completebitsets (line 575)";
static const char __pyx_k_Expected_Tree_node_got_s_r[] = "Expected Tree node, got %s\n%r";
static const char __pyx_k_unexpected_data_after_terminal[] = "unexpected data after terminal";
static const char __pyx_k_idx_2d_left_2d_right_2d_prod_2d[] = "idx=%2d\tleft=%2d\tright=%2d\tprod=%2d\tlabel=%s";
static const char __pyx_k_Fragment_extraction_with_tree_ke[] = "Fragment extraction with tree kernels.\n\nImplements:\n\n- van Cranenburgh. 2014. Extraction of Phrase-Structure Fragments\n  with a Linear Average Time Tree-Kernel.\n  http://www.clinjournal.org/sites/default/files/01-Cranenburgh-CLIN2014.pdf\n- Sangati et al. 2010. Efficiently extract recurring tree fragments from\n  large treebanks. http://lrec-conf.org/proceedings/lrec2010/pdf/613_Paper.pdf\n- Moschitti. 2006. Making Tree Kernels practical for Natural Language Learning.\n  http://aclweb.org/anthology/E06-1015\n";
static const char __pyx_k_Generate_bitsets_corresponding_t[] = "Generate bitsets corresponding to whole trees in the input.\n\n\t:param tostring: when False, do not create list of trees as strings\n\t:returns: a pair of lists with trees as strings and their bitsets,\n\t\trespectively.\n\n\tA tree with a discontinuous substitution site is expected to be binarized\n\twith ``rightmostunary=True``:\n\n\t>>> from discodop.treebank import brackettree\n\t>>> tree, sent = brackettree(u'(S (X 0= 2= 4=))')\n\t>>> print(handledisc(tree))\n\t(S (X 0 (X|<> 2 (X|<> 4))))\n\n\tThese auxiliary nodes will not be part of the returned tree / bitset:\n\n\t>>> tmp = getctrees([(tree, sent)])\n\t>>> print(completebitsets(tmp['trees1'], tmp['vocab'], 2, disc=True)[0][0])\n\t(S (X 0= 2= 4=))\n\t";
static const char __pyx_k_Wrapper_of_getsent_to_make_docte[] = "Wrapper of ``getsent()`` to make doctests possible.\n\n\t>>> print(pygetsent(u'(S (NP 2=man) (VP 4=walks))'))\n\t(S (NP 0=man) (VP 2=walks))\n\t>>> print(pygetsent(u'(VP (VB 0=Wake) (PRT 3=up))'))\n\t(VP (VB 0=Wake) (PRT 2=up))\n\t>>> print(pygetsent(u'(S (NP 2:2 4:4) (VP 1:1 3:3))'))\n\t(S (NP 1= 3=) (VP 0= 2=))\n\t>>> print(pygetsent(u'(ROOT (S 0:2) ($. 3=.))'))\n\t(ROOT (S 0=) ($. 1=.))\n\t>>> print(pygetsent(u'(ROOT (S 0=Foo) ($. 3=.))'))\n\t(ROOT (S 0=Foo) ($. 2=.))\n\t>>> print(pygetsent(\n\t... u'(S|<VP>_2 (VP_3 0:1 3:3 16:16) (VAFIN 2=wird))'))\n\t(S|<VP>_2 (VP_3 0= 2= 4=) (VAFIN 1=wird))\n\t";
static const char __pyx_k_right_child_can_only_be_non_term[] = "right child can only be non-terminal.";
static const char __pyx_k_stack_not_empty_after_end_of_str[] = "stack not empty after end of string";
static const char __pyx_k_trees_must_be_non_empty_and_bina[] = "trees must be non-empty and binarized\n%s";
static const char __pyx_k_unexpected_data_after_end_of_tre[] = "unexpected data after end of tree";
static const char __pyx_k_unexpected_end_of_string_after_c[] = "unexpected end of string after closing paren";
static const char __pyx_k_unexpected_end_of_string_after_l[] = "unexpected end of string after label";
static const char __pyx_k_unexpected_end_of_string_after_o[] = "unexpected end of string after opening paren";
static PyObject *__pyx_kp_u_0_9;
static PyObject *__pyx_kp_u_0_9_0_9_b;
static PyObject *__pyx_kp_u_0_9_0_9_b_2;
static PyObject *__pyx_kp_u_0_nodes_found;
static PyObject *__pyx_kp_u_1;
static PyObject *__pyx_kp_u_2d;
static PyObject *__pyx_kp_u_2d_2;
static PyObject *__pyx_n_s_Counter;
static PyObject *__pyx_kp_u_Expected_Tree_node_got_s_r;
static PyObject *__pyx_n_s_FRONTIERORTERMRE;
static PyObject *__pyx_n_s_FRONTIERRE;
static PyObject *__pyx_kp_u_Generate_bitsets_corresponding_t;
static PyObject *__pyx_n_u_I;
static PyObject *__pyx_n_u_L;
static PyObject *__pyx_n_s_MemoryError;
static PyObject *__pyx_n_s_READERS;
static PyObject *__pyx_n_s_RoaringBitmap;
static PyObject *__pyx_n_s_SLOTS;
static PyObject *__pyx_n_s_TERMINDICESRE;
static PyObject *__pyx_n_s_TREEPARSEMSG;
static PyObject *__pyx_n_s_Tree;
static PyObject *__pyx_n_s_ValueError;
static PyObject *__pyx_kp_u_Wrapper_of_getsent_to_make_docte;
static PyObject *__pyx_kp_u__12;
static PyObject *__pyx_kp_u__16;
static PyObject *__pyx_kp_u__2;
static PyObject *__pyx_n_s__39;
static PyObject *__pyx_kp_u__4;
static PyObject *__pyx_kp_u__5;
static PyObject *__pyx_kp_u__6;
static PyObject *__pyx_kp_u__7;
static PyObject *__pyx_n_s_adjacent;
static PyObject *__pyx_n_s_all;
static PyObject *__pyx_n_s_allfragments;
static PyObject *__pyx_n_u_allfragments;
static PyObject *__pyx_kp_u_allocation_error;
static PyObject *__pyx_n_s_any;
static PyObject *__pyx_n_s_append;
static PyObject *__pyx_n_s_approx;
static PyObject *__pyx_n_s_args;
static PyObject *__pyx_n_s_array;
static PyObject *__pyx_n_s_binarize;
static PyObject *__pyx_n_s_binfactor;
static PyObject *__pyx_n_s_bitsets;
static PyObject *__pyx_n_u_both;
static PyObject *__pyx_n_u_bracket;
static PyObject *__pyx_n_s_children;
static PyObject *__pyx_n_s_cline_in_traceback;
static PyObject *__pyx_n_s_close;
static PyObject *__pyx_n_s_cnt;
static PyObject *__pyx_n_s_collections;
static PyObject *__pyx_kp_u_common_productions;
static PyObject *__pyx_n_s_compile;
static PyObject *__pyx_n_u_completebitsets;
static PyObject *__pyx_kp_u_completebitsets_line_575;
static PyObject *__pyx_n_s_corpus;
static PyObject *__pyx_n_s_ctrees;
static PyObject *__pyx_n_s_ctrees1;
static PyObject *__pyx_n_s_ctrees2;
static PyObject *__pyx_kp_u_d;
static PyObject *__pyx_n_s_d_2;
static PyObject *__pyx_kp_u_d_d;
static PyObject *__pyx_kp_u_d_s;
static PyObject *__pyx_n_s_data;
static PyObject *__pyx_n_s_debug;
static PyObject *__pyx_n_s_depth;
static PyObject *__pyx_n_s_disc;
static PyObject *__pyx_n_s_discodop__fragments;
static PyObject *__pyx_kp_s_discodop__fragments_pyx;
static PyObject *__pyx_n_s_dot;
static PyObject *__pyx_n_s_encoding;
static PyObject *__pyx_n_s_end;
static PyObject *__pyx_n_s_end1;
static PyObject *__pyx_n_s_end2;
static PyObject *__pyx_n_s_enumerate;
static PyObject *__pyx_kp_u_error_d_in_line_d_s_s;
static PyObject *__pyx_n_s_escape;
static PyObject *__pyx_n_u_exactcounts;
static PyObject *__pyx_n_u_exactcountsslice;
static PyObject *__pyx_n_s_extend;
static PyObject *__pyx_n_u_extractfragments;
static PyObject *__pyx_n_s_extractsent;
static PyObject *__pyx_n_s_f;
static PyObject *__pyx_n_s_findall;
static PyObject *__pyx_n_s_fmt;
static PyObject *__pyx_kp_u_found;
static PyObject *__pyx_n_s_frag;
static PyObject *__pyx_n_s_fragments;
static PyObject *__pyx_n_s_frags;
static PyObject *__pyx_kp_u_frontier_non_terminal;
static PyObject *__pyx_n_s_frontiers;
static PyObject *__pyx_n_s_functools;
static PyObject *__pyx_n_s_genexpr;
static PyObject *__pyx_n_s_getctrees;
static PyObject *__pyx_n_u_getctrees;
static PyObject *__pyx_n_s_grammar;
static PyObject *__pyx_n_s_group;
static PyObject *__pyx_n_u_h;
static PyObject *__pyx_n_s_handledisc;
static PyObject *__pyx_n_u_horz;
static PyObject *__pyx_n_s_i;
static PyObject *__pyx_n_u_i;
static PyObject *__pyx_kp_u_idx_2d_left_2d_right_2d_prod_2d;
static PyObject *__pyx_kp_u_illegal_index_d;
static PyObject *__pyx_n_s_import;
static PyObject *__pyx_n_s_index;
static PyObject *__pyx_n_s_indextrees;
static PyObject *__pyx_n_s_indices;
static PyObject *__pyx_n_s_inter;
static PyObject *__pyx_n_s_intersection;
static PyObject *__pyx_n_s_io;
static PyObject *__pyx_n_s_isinf;
static PyObject *__pyx_n_s_islice;
static PyObject *__pyx_n_s_item;
static PyObject *__pyx_n_s_items;
static PyObject *__pyx_n_s_items1;
static PyObject *__pyx_n_s_items2;
static PyObject *__pyx_n_s_itertools;
static PyObject *__pyx_n_s_itertrees;
static PyObject *__pyx_n_s_labels;
static PyObject *__pyx_n_s_lcfrsproductions;
static PyObject *__pyx_n_s_limit;
static PyObject *__pyx_n_s_line;
static PyObject *__pyx_n_s_m;
static PyObject *__pyx_n_s_main;
static PyObject *__pyx_n_s_match;
static PyObject *__pyx_n_s_max;
static PyObject *__pyx_n_s_maxdepth;
static PyObject *__pyx_n_s_maxfrontier;
static PyObject *__pyx_n_s_maxnodes;
static PyObject *__pyx_n_s_maxresults;
static PyObject *__pyx_kp_u_missing_terminal_index;
static PyObject *__pyx_n_s_n;
static PyObject *__pyx_n_s_nodes;
static PyObject *__pyx_n_s_openread;
static PyObject *__pyx_n_s_os;
static PyObject *__pyx_n_s_partial;
static PyObject *__pyx_n_s_pop;
static PyObject *__pyx_n_s_print;
static PyObject *__pyx_n_s_printrule;
static PyObject *__pyx_n_s_prodsintree;
static PyObject *__pyx_n_s_pygetsent;
static PyObject *__pyx_n_u_pygetsent;
static PyObject *__pyx_kp_u_pygetsent_line_813;
static PyObject *__pyx_n_s_pyx_vtable;
static PyObject *__pyx_n_s_r;
static PyObject *__pyx_kp_u_r_appears_to_be_empty;
static PyObject *__pyx_n_s_range;
static PyObject *__pyx_n_s_re;
static PyObject *__pyx_n_s_readtree_locals_genexpr;
static PyObject *__pyx_n_s_readtreebank;
static PyObject *__pyx_n_u_readtreebank;
static PyObject *__pyx_n_s_repl;
static PyObject *__pyx_n_u_repl;
static PyObject *__pyx_n_s_repl_locals_f;
static PyObject *__pyx_kp_u_right_child_can_only_be_non_term;
static PyObject *__pyx_n_s_roaringbitmap;
static PyObject *__pyx_kp_u_s_s;
static PyObject *__pyx_kp_u_s_s_s;
static PyObject *__pyx_n_s_scratch;
static PyObject *__pyx_n_s_send;
static PyObject *__pyx_n_s_sent;
static PyObject *__pyx_n_s_stack;
static PyObject *__pyx_kp_u_stack_not_empty_after_end_of_str;
static PyObject *__pyx_n_s_start;
static PyObject *__pyx_n_s_start1;
static PyObject *__pyx_n_s_start2;
static PyObject *__pyx_n_s_stop;
static PyObject *__pyx_n_s_sub;
static PyObject *__pyx_n_s_sum;
static PyObject *__pyx_n_s_sys;
static PyObject *__pyx_n_s_table;
static PyObject *__pyx_n_u_terminal;
static PyObject *__pyx_n_s_test;
static PyObject *__pyx_n_s_throw;
static PyObject *__pyx_n_s_tmp;
static PyObject *__pyx_n_s_tostring;
static PyObject *__pyx_n_s_tree;
static PyObject *__pyx_n_s_treebank;
static PyObject *__pyx_n_s_treebankfile;
static PyObject *__pyx_n_s_trees;
static PyObject *__pyx_n_s_trees1;
static PyObject *__pyx_n_s_trees2;
static PyObject *__pyx_kp_u_trees_must_be_non_empty_and_bina;
static PyObject *__pyx_n_s_treetransforms;
static PyObject *__pyx_n_s_twoterms;
static PyObject *__pyx_kp_u_unexpected_data_after_end_of_tre;
static PyObject *__pyx_kp_u_unexpected_data_after_terminal;
static PyObject *__pyx_kp_u_unexpected_end_of_string_after_c;
static PyObject *__pyx_kp_u_unexpected_end_of_string_after_l;
static PyObject *__pyx_kp_u_unexpected_end_of_string_after_o;
static PyObject *__pyx_n_u_utf8;
static PyObject *__pyx_n_s_util;
static PyObject *__pyx_n_u_vert;
static PyObject *__pyx_n_s_vocab;
static PyObject *__pyx_n_s_x;
static PyObject *__pyx_n_s_yf;
static PyObject *__pyx_pf_8discodop_10_fragments_extractfragments(CYTHON_UNUSED PyObject *__pyx_self, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees1, int __pyx_v_start1, int __pyx_v_end1, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees2, int __pyx_v_start2, int __pyx_v_end2, int __pyx_v_approx, int __pyx_v_debug, int __pyx_v_disc, PyObject *__pyx_v_twoterms, int __pyx_v_adjacent); /* proto */
static PyObject *__pyx_pf_8discodop_10_fragments_2exactcounts(CYTHON_UNUSED PyObject *__pyx_self, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees1, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees2, PyObject *__pyx_v_bitsets, int __pyx_v_indices, PyObject *__pyx_v_maxnodes); /* proto */
static PyObject *__pyx_pf_8discodop_10_fragments_4exactcountsslice(CYTHON_UNUSED PyObject *__pyx_self, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees1, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees2, PyObject *__pyx_v_bitsets, int __pyx_v_indices, PyObject *__pyx_v_maxnodes, PyObject *__pyx_v_start, PyObject *__pyx_v_end, PyObject *__pyx_v_maxresults); /* proto */
static PyObject *__pyx_pf_8discodop_10_fragments_6completebitsets(CYTHON_UNUSED PyObject *__pyx_self, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, short __pyx_v_maxnodes, int __pyx_v_disc, PyObject *__pyx_v_start, PyObject *__pyx_v_end, PyObject *__pyx_v_tostring); /* proto */
static PyObject *__pyx_pf_8discodop_10_fragments_8allfragments(CYTHON_UNUSED PyObject *__pyx_self, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, unsigned int __pyx_v_maxdepth, unsigned int __pyx_v_maxfrontier, int __pyx_v_disc, int __pyx_v_indices); /* proto */
static PyObject *__pyx_pf_8discodop_10_fragments_10pygetsent(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_frag); /* proto */
static PyObject *__pyx_pf_8discodop_10_fragments_4repl_f(PyObject *__pyx_self, PyObject *__pyx_v_x); /* proto */
static PyObject *__pyx_pf_8discodop_10_fragments_12repl(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_d); /* proto */
static PyObject *__pyx_pf_8discodop_10_fragments_8readtree_genexpr(PyObject *__pyx_self); /* proto */
static PyObject *__pyx_pf_8discodop_10_fragments_8readtree_3genexpr(PyObject *__pyx_self); /* proto */
static PyObject *__pyx_pf_8discodop_10_fragments_8readtree_6genexpr(PyObject *__pyx_self); /* proto */
static PyObject *__pyx_pf_8discodop_10_fragments_14getctrees(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_items1, PyObject *__pyx_v_items2, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, int __pyx_v_index); /* proto */
static PyObject *__pyx_pf_8discodop_10_fragments_16readtreebank(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_treebankfile, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, PyObject *__pyx_v_fmt, PyObject *__pyx_v_limit, PyObject *__pyx_v_encoding); /* proto */
static int __pyx_pf_7cpython_5array_5array___getbuffer__(arrayobject *__pyx_v_self, Py_buffer *__pyx_v_info, CYTHON_UNUSED int __pyx_v_flags); /* proto */
static void __pyx_pf_7cpython_5array_5array_2__releasebuffer__(CYTHON_UNUSED arrayobject *__pyx_v_self, Py_buffer *__pyx_v_info); /* proto */
static PyObject *__pyx_tp_new_8discodop_10_fragments___pyx_scope_struct__repl(PyTypeObject *t, PyObject *a, PyObject *k); /*proto*/
static PyObject *__pyx_tp_new_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree(PyTypeObject *t, PyObject *a, PyObject *k); /*proto*/
static PyObject *__pyx_tp_new_8discodop_10_fragments___pyx_scope_struct_2_genexpr(PyTypeObject *t, PyObject *a, PyObject *k); /*proto*/
static PyObject *__pyx_tp_new_8discodop_10_fragments___pyx_scope_struct_3_genexpr(PyTypeObject *t, PyObject *a, PyObject *k); /*proto*/
static PyObject *__pyx_tp_new_8discodop_10_fragments___pyx_scope_struct_4_genexpr(PyTypeObject *t, PyObject *a, PyObject *k); /*proto*/
static __Pyx_CachedCFunction __pyx_umethod_PyList_Type_pop = {0, &__pyx_n_s_pop, 0, 0, 0};
static PyObject *__pyx_int_0;
static PyObject *__pyx_int_1;
static PyObject *__pyx_int_460;
static PyObject *__pyx_int_512;
static PyObject *__pyx_tuple_;
static PyObject *__pyx_tuple__3;
static PyObject *__pyx_tuple__8;
static PyObject *__pyx_tuple__9;
static PyObject *__pyx_slice__23;
static PyObject *__pyx_tuple__10;
static PyObject *__pyx_tuple__11;
static PyObject *__pyx_tuple__13;
static PyObject *__pyx_tuple__14;
static PyObject *__pyx_tuple__17;
static PyObject *__pyx_tuple__18;
static PyObject *__pyx_tuple__19;
static PyObject *__pyx_tuple__20;
static PyObject *__pyx_tuple__21;
static PyObject *__pyx_tuple__22;
static PyObject *__pyx_tuple__24;
static PyObject *__pyx_tuple__25;
static PyObject *__pyx_tuple__26;
static PyObject *__pyx_tuple__27;
static PyObject *__pyx_tuple__28;
static PyObject *__pyx_tuple__29;
static PyObject *__pyx_tuple__30;
static PyObject *__pyx_tuple__31;
static PyObject *__pyx_tuple__33;
static PyObject *__pyx_tuple__35;
static PyObject *__pyx_tuple__37;
static PyObject *__pyx_tuple__40;
static PyObject *__pyx_codeobj__15;
static PyObject *__pyx_codeobj__32;
static PyObject *__pyx_codeobj__34;
static PyObject *__pyx_codeobj__36;
static PyObject *__pyx_codeobj__38;
static PyObject *__pyx_codeobj__41;

/* "discodop/_fragments.pyx":78
 * # we leave one byte for NUL-termination:
 * # data (SLOTS * 8), id (4), root (2), NUL (1)
 * cdef inline bytes wrap(uint64_t *data, short SLOTS):             # <<<<<<<<<<<<<<
 * 	"""Wrap bitset in bytes object for handling in Python space."""
 * 	return (<char *>data)[:SLOTS * sizeof(uint64_t) + sizeof(BitsetTail)]
 */

static CYTHON_INLINE PyObject *__pyx_f_8discodop_10_fragments_wrap(uint64_t *__pyx_v_data, short __pyx_v_SLOTS) {
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  __Pyx_RefNannySetupContext("wrap", 0);

  /* "discodop/_fragments.pyx":80
 * cdef inline bytes wrap(uint64_t *data, short SLOTS):
 * 	"""Wrap bitset in bytes object for handling in Python space."""
 * 	return (<char *>data)[:SLOTS * sizeof(uint64_t) + sizeof(BitsetTail)]             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __Pyx_XDECREF(__pyx_r);
  __pyx_t_1 = __Pyx_PyBytes_FromStringAndSize(((char *)__pyx_v_data) + 0, ((__pyx_v_SLOTS * (sizeof(uint64_t))) + (sizeof(struct __pyx_t_8discodop_10_fragments_BitsetTail))) - 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 80, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_r = ((PyObject*)__pyx_t_1);
  __pyx_t_1 = 0;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":78
 * # we leave one byte for NUL-termination:
 * # data (SLOTS * 8), id (4), root (2), NUL (1)
 * cdef inline bytes wrap(uint64_t *data, short SLOTS):             # <<<<<<<<<<<<<<
 * 	"""Wrap bitset in bytes object for handling in Python space."""
 * 	return (<char *>data)[:SLOTS * sizeof(uint64_t) + sizeof(BitsetTail)]
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_AddTraceback("discodop._fragments.wrap", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":86
 * # of a python object, and with a struct the root & id fields must be in front
 * # which seems to lead to bad hashing behavior (?)
 * cdef inline uint64_t *getpointer(object wrapper):             # <<<<<<<<<<<<<<
 * 	"""Get pointer to bitset from wrapper."""
 * 	return <uint64_t *><char *><bytes>wrapper
 */

static CYTHON_INLINE uint64_t *__pyx_f_8discodop_10_fragments_getpointer(PyObject *__pyx_v_wrapper) {
  uint64_t *__pyx_r;
  __Pyx_RefNannyDeclarations
  char *__pyx_t_1;
  __Pyx_RefNannySetupContext("getpointer", 0);

  /* "discodop/_fragments.pyx":88
 * cdef inline uint64_t *getpointer(object wrapper):
 * 	"""Get pointer to bitset from wrapper."""
 * 	return <uint64_t *><char *><bytes>wrapper             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_t_1 = __Pyx_PyObject_AsWritableString(__pyx_v_wrapper); if (unlikely((!__pyx_t_1) && PyErr_Occurred())) __PYX_ERR(0, 88, __pyx_L1_error)
  __pyx_r = ((uint64_t *)((char *)__pyx_t_1));
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":86
 * # of a python object, and with a struct the root & id fields must be in front
 * # which seems to lead to bad hashing behavior (?)
 * cdef inline uint64_t *getpointer(object wrapper):             # <<<<<<<<<<<<<<
 * 	"""Get pointer to bitset from wrapper."""
 * 	return <uint64_t *><char *><bytes>wrapper
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_WriteUnraisable("discodop._fragments.getpointer", __pyx_clineno, __pyx_lineno, __pyx_filename, 1, 0);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":91
 * 
 * 
 * cdef inline uint32_t getid(uint64_t *data, short SLOTS):             # <<<<<<<<<<<<<<
 * 	"""Get id of fragment in a bitset."""
 * 	return (<BitsetTail *>&data[SLOTS]).id
 */

static CYTHON_INLINE uint32_t __pyx_f_8discodop_10_fragments_getid(uint64_t *__pyx_v_data, short __pyx_v_SLOTS) {
  uint32_t __pyx_r;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("getid", 0);

  /* "discodop/_fragments.pyx":93
 * cdef inline uint32_t getid(uint64_t *data, short SLOTS):
 * 	"""Get id of fragment in a bitset."""
 * 	return (<BitsetTail *>&data[SLOTS]).id             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_r = ((struct __pyx_t_8discodop_10_fragments_BitsetTail *)(&(__pyx_v_data[__pyx_v_SLOTS])))->id;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":91
 * 
 * 
 * cdef inline uint32_t getid(uint64_t *data, short SLOTS):             # <<<<<<<<<<<<<<
 * 	"""Get id of fragment in a bitset."""
 * 	return (<BitsetTail *>&data[SLOTS]).id
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":96
 * 
 * 
 * cdef inline short getroot(uint64_t *data, short SLOTS):             # <<<<<<<<<<<<<<
 * 	"""Get root of fragment in a bitset."""
 * 	return (<BitsetTail *>&data[SLOTS]).root
 */

static CYTHON_INLINE short __pyx_f_8discodop_10_fragments_getroot(uint64_t *__pyx_v_data, short __pyx_v_SLOTS) {
  short __pyx_r;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("getroot", 0);

  /* "discodop/_fragments.pyx":98
 * cdef inline short getroot(uint64_t *data, short SLOTS):
 * 	"""Get root of fragment in a bitset."""
 * 	return (<BitsetTail *>&data[SLOTS]).root             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_r = ((struct __pyx_t_8discodop_10_fragments_BitsetTail *)(&(__pyx_v_data[__pyx_v_SLOTS])))->root;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":96
 * 
 * 
 * cdef inline short getroot(uint64_t *data, short SLOTS):             # <<<<<<<<<<<<<<
 * 	"""Get root of fragment in a bitset."""
 * 	return (<BitsetTail *>&data[SLOTS]).root
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":101
 * 
 * 
 * cdef inline void setrootid(uint64_t *data, short root, uint32_t id,             # <<<<<<<<<<<<<<
 * 		short SLOTS):
 * 	"""Set root and id of fragment in a bitset."""
 */

static CYTHON_INLINE void __pyx_f_8discodop_10_fragments_setrootid(uint64_t *__pyx_v_data, short __pyx_v_root, uint32_t __pyx_v_id, short __pyx_v_SLOTS) {
  struct __pyx_t_8discodop_10_fragments_BitsetTail *__pyx_v_tail;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("setrootid", 0);

  /* "discodop/_fragments.pyx":104
 * 		short SLOTS):
 * 	"""Set root and id of fragment in a bitset."""
 * 	cdef BitsetTail *tail = <BitsetTail *>&data[SLOTS]             # <<<<<<<<<<<<<<
 * 	tail.id = id
 * 	tail.root = root
 */
  __pyx_v_tail = ((struct __pyx_t_8discodop_10_fragments_BitsetTail *)(&(__pyx_v_data[__pyx_v_SLOTS])));

  /* "discodop/_fragments.pyx":105
 * 	"""Set root and id of fragment in a bitset."""
 * 	cdef BitsetTail *tail = <BitsetTail *>&data[SLOTS]
 * 	tail.id = id             # <<<<<<<<<<<<<<
 * 	tail.root = root
 * 
 */
  __pyx_v_tail->id = __pyx_v_id;

  /* "discodop/_fragments.pyx":106
 * 	cdef BitsetTail *tail = <BitsetTail *>&data[SLOTS]
 * 	tail.id = id
 * 	tail.root = root             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_v_tail->root = __pyx_v_root;

  /* "discodop/_fragments.pyx":101
 * 
 * 
 * cdef inline void setrootid(uint64_t *data, short root, uint32_t id,             # <<<<<<<<<<<<<<
 * 		short SLOTS):
 * 	"""Set root and id of fragment in a bitset."""
 */

  /* function exit code */
  __Pyx_RefNannyFinishContext();
}

/* "discodop/_fragments.pyx":109
 * 
 * 
 * cpdef extractfragments(Ctrees trees1, int start1, int end1, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		Ctrees trees2=None, int start2=0, int end2=0,
 * 		bint approx=True, bint debug=False,
 */

static PyObject *__pyx_pw_8discodop_10_fragments_1extractfragments(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/
static PyObject *__pyx_f_8discodop_10_fragments_extractfragments(struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees1, int __pyx_v_start1, int __pyx_v_end1, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, CYTHON_UNUSED int __pyx_skip_dispatch, struct __pyx_opt_args_8discodop_10_fragments_extractfragments *__pyx_optional_args) {

  /* "discodop/_fragments.pyx":110
 * 
 * cpdef extractfragments(Ctrees trees1, int start1, int end1, Vocabulary vocab,
 * 		Ctrees trees2=None, int start2=0, int end2=0,             # <<<<<<<<<<<<<<
 * 		bint approx=True, bint debug=False,
 * 		bint disc=False, str twoterms=None, bint adjacent=False):
 */
  struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees2 = ((struct __pyx_obj_8discodop_10containers_Ctrees *)Py_None);
  int __pyx_v_start2 = ((int)0);
  int __pyx_v_end2 = ((int)0);

  /* "discodop/_fragments.pyx":111
 * cpdef extractfragments(Ctrees trees1, int start1, int end1, Vocabulary vocab,
 * 		Ctrees trees2=None, int start2=0, int end2=0,
 * 		bint approx=True, bint debug=False,             # <<<<<<<<<<<<<<
 * 		bint disc=False, str twoterms=None, bint adjacent=False):
 * 	"""Find the largest fragments in treebank(s) with the fast tree kernel.
 */
  int __pyx_v_approx = ((int)1);
  int __pyx_v_debug = ((int)0);

  /* "discodop/_fragments.pyx":112
 * 		Ctrees trees2=None, int start2=0, int end2=0,
 * 		bint approx=True, bint debug=False,
 * 		bint disc=False, str twoterms=None, bint adjacent=False):             # <<<<<<<<<<<<<<
 * 	"""Find the largest fragments in treebank(s) with the fast tree kernel.
 * 
 */
  int __pyx_v_disc = ((int)0);
  PyObject *__pyx_v_twoterms = ((PyObject*)Py_None);
  int __pyx_v_adjacent = ((int)0);
  int __pyx_v_n;
  int __pyx_v_m;
  short __pyx_v_minterms;
  short __pyx_v_SLOTS;
  uint64_t *__pyx_v_matrix;
  uint64_t *__pyx_v_scratch;
  struct __pyx_t_8discodop_10containers_NodeArray __pyx_v_a;
  struct __pyx_t_8discodop_10containers_Node *__pyx_v_anodes;
  PyObject *__pyx_v_asent = 0;
  PyObject *__pyx_v_fragments = 0;
  PyObject *__pyx_v_inter = 0;
  PyObject *__pyx_v_contentwordprods = 0;
  PyObject *__pyx_v_lexicalprods = 0;
  PyObject *__pyx_v_tmp = 0;
  PyObject *__pyx_v_contentword = NULL;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  short __pyx_t_1;
  int __pyx_t_2;
  PyObject *__pyx_t_3 = NULL;
  PyObject *__pyx_t_4 = NULL;
  PyObject *__pyx_t_5 = NULL;
  PyObject *__pyx_t_6 = NULL;
  Py_ssize_t __pyx_t_7;
  int __pyx_t_8;
  PyObject *__pyx_t_9 = NULL;
  PyObject *__pyx_t_10 = NULL;
  int __pyx_t_11;
  short __pyx_t_12;
  short __pyx_t_13;
  int __pyx_t_14;
  int __pyx_t_15;
  PyObject *(*__pyx_t_16)(PyObject *);
  int __pyx_t_17;
  long __pyx_t_18;
  long __pyx_t_19;
  int __pyx_t_20;
  __Pyx_RefNannySetupContext("extractfragments", 0);
  if (__pyx_optional_args) {
    if (__pyx_optional_args->__pyx_n > 0) {
      __pyx_v_trees2 = __pyx_optional_args->trees2;
      if (__pyx_optional_args->__pyx_n > 1) {
        __pyx_v_start2 = __pyx_optional_args->start2;
        if (__pyx_optional_args->__pyx_n > 2) {
          __pyx_v_end2 = __pyx_optional_args->end2;
          if (__pyx_optional_args->__pyx_n > 3) {
            __pyx_v_approx = __pyx_optional_args->approx;
            if (__pyx_optional_args->__pyx_n > 4) {
              __pyx_v_debug = __pyx_optional_args->debug;
              if (__pyx_optional_args->__pyx_n > 5) {
                __pyx_v_disc = __pyx_optional_args->disc;
                if (__pyx_optional_args->__pyx_n > 6) {
                  __pyx_v_twoterms = __pyx_optional_args->twoterms;
                  if (__pyx_optional_args->__pyx_n > 7) {
                    __pyx_v_adjacent = __pyx_optional_args->adjacent;
                  }
                }
              }
            }
          }
        }
      }
    }
  }
  __Pyx_INCREF((PyObject *)__pyx_v_trees2);

  /* "discodop/_fragments.pyx":138
 * 	cdef:
 * 		int n, m
 * 		short minterms = 2 if twoterms else 0             # <<<<<<<<<<<<<<
 * 		short SLOTS  # the number of uint32_ts needed to cover the largest tree
 * 		uint64_t *matrix = NULL  # bit matrix of common productions in tree pair
 */
  __pyx_t_2 = (__pyx_v_twoterms != Py_None) && (__Pyx_PyUnicode_IS_TRUE(__pyx_v_twoterms) != 0);
  if (__pyx_t_2) {
    __pyx_t_1 = 2;
  } else {
    __pyx_t_1 = 0;
  }
  __pyx_v_minterms = __pyx_t_1;

  /* "discodop/_fragments.pyx":140
 * 		short minterms = 2 if twoterms else 0
 * 		short SLOTS  # the number of uint32_ts needed to cover the largest tree
 * 		uint64_t *matrix = NULL  # bit matrix of common productions in tree pair             # <<<<<<<<<<<<<<
 * 		uint64_t *scratch
 * 		NodeArray a
 */
  __pyx_v_matrix = NULL;

  /* "discodop/_fragments.pyx":145
 * 		Node *anodes
 * 		list asent
 * 		dict fragments = {}             # <<<<<<<<<<<<<<
 * 		set inter = set(), contentwordprods = None, lexicalprods = None
 * 		list tmp = []
 */
  __pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 145, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __pyx_v_fragments = ((PyObject*)__pyx_t_3);
  __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":146
 * 		list asent
 * 		dict fragments = {}
 * 		set inter = set(), contentwordprods = None, lexicalprods = None             # <<<<<<<<<<<<<<
 * 		list tmp = []
 * 	if twoterms:
 */
  __pyx_t_3 = PySet_New(0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 146, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __pyx_v_inter = ((PyObject*)__pyx_t_3);
  __pyx_t_3 = 0;
  __Pyx_INCREF(Py_None);
  __pyx_v_contentwordprods = ((PyObject*)Py_None);
  __Pyx_INCREF(Py_None);
  __pyx_v_lexicalprods = ((PyObject*)Py_None);

  /* "discodop/_fragments.pyx":147
 * 		dict fragments = {}
 * 		set inter = set(), contentwordprods = None, lexicalprods = None
 * 		list tmp = []             # <<<<<<<<<<<<<<
 * 	if twoterms:
 * 		contentword = re.compile(twoterms)
 */
  __pyx_t_3 = PyList_New(0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 147, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __pyx_v_tmp = ((PyObject*)__pyx_t_3);
  __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":148
 * 		set inter = set(), contentwordprods = None, lexicalprods = None
 * 		list tmp = []
 * 	if twoterms:             # <<<<<<<<<<<<<<
 * 		contentword = re.compile(twoterms)
 * 		contentwordprods = {n for n in range(len(vocab.prods))
 */
  __pyx_t_2 = (__pyx_v_twoterms != Py_None) && (__Pyx_PyUnicode_IS_TRUE(__pyx_v_twoterms) != 0);
  if (__pyx_t_2) {

    /* "discodop/_fragments.pyx":149
 * 		list tmp = []
 * 	if twoterms:
 * 		contentword = re.compile(twoterms)             # <<<<<<<<<<<<<<
 * 		contentwordprods = {n for n in range(len(vocab.prods))
 * 				if contentword.match(vocab.getlabel(n))}
 */
    __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_re); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 149, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __pyx_t_5 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_n_s_compile); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 149, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_5);
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    __pyx_t_4 = NULL;
    if (CYTHON_UNPACK_METHODS && unlikely(PyMethod_Check(__pyx_t_5))) {
      __pyx_t_4 = PyMethod_GET_SELF(__pyx_t_5);
      if (likely(__pyx_t_4)) {
        PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_5);
        __Pyx_INCREF(__pyx_t_4);
        __Pyx_INCREF(function);
        __Pyx_DECREF_SET(__pyx_t_5, function);
      }
    }
    if (!__pyx_t_4) {
      __pyx_t_3 = __Pyx_PyObject_CallOneArg(__pyx_t_5, __pyx_v_twoterms); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 149, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_3);
    } else {
      #if CYTHON_FAST_PYCALL
      if (PyFunction_Check(__pyx_t_5)) {
        PyObject *__pyx_temp[2] = {__pyx_t_4, __pyx_v_twoterms};
        __pyx_t_3 = __Pyx_PyFunction_FastCall(__pyx_t_5, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 149, __pyx_L1_error)
        __Pyx_XDECREF(__pyx_t_4); __pyx_t_4 = 0;
        __Pyx_GOTREF(__pyx_t_3);
      } else
      #endif
      #if CYTHON_FAST_PYCCALL
      if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) {
        PyObject *__pyx_temp[2] = {__pyx_t_4, __pyx_v_twoterms};
        __pyx_t_3 = __Pyx_PyCFunction_FastCall(__pyx_t_5, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 149, __pyx_L1_error)
        __Pyx_XDECREF(__pyx_t_4); __pyx_t_4 = 0;
        __Pyx_GOTREF(__pyx_t_3);
      } else
      #endif
      {
        __pyx_t_6 = PyTuple_New(1+1); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 149, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_6);
        __Pyx_GIVEREF(__pyx_t_4); PyTuple_SET_ITEM(__pyx_t_6, 0, __pyx_t_4); __pyx_t_4 = NULL;
        __Pyx_INCREF(__pyx_v_twoterms);
        __Pyx_GIVEREF(__pyx_v_twoterms);
        PyTuple_SET_ITEM(__pyx_t_6, 0+1, __pyx_v_twoterms);
        __pyx_t_3 = __Pyx_PyObject_Call(__pyx_t_5, __pyx_t_6, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 149, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_3);
        __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
      }
    }
    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
    __pyx_v_contentword = __pyx_t_3;
    __pyx_t_3 = 0;

    /* "discodop/_fragments.pyx":150
 * 	if twoterms:
 * 		contentword = re.compile(twoterms)
 * 		contentwordprods = {n for n in range(len(vocab.prods))             # <<<<<<<<<<<<<<
 * 				if contentword.match(vocab.getlabel(n))}
 * 		lexicalprods = {n for n in range(len(vocab.prods))
 */
    { /* enter inner scope */
      int __pyx_7genexpr__pyx_v_n;
      __pyx_t_3 = PySet_New(NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 150, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_3);
      __pyx_t_5 = __pyx_v_vocab->prods;
      __Pyx_INCREF(__pyx_t_5);
      if (unlikely(__pyx_t_5 == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
        __PYX_ERR(0, 150, __pyx_L1_error)
      }
      __pyx_t_7 = PyDict_Size(__pyx_t_5); if (unlikely(__pyx_t_7 == -1)) __PYX_ERR(0, 150, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
      for (__pyx_t_8 = 0; __pyx_t_8 < __pyx_t_7; __pyx_t_8+=1) {
        __pyx_7genexpr__pyx_v_n = __pyx_t_8;

        /* "discodop/_fragments.pyx":151
 * 		contentword = re.compile(twoterms)
 * 		contentwordprods = {n for n in range(len(vocab.prods))
 * 				if contentword.match(vocab.getlabel(n))}             # <<<<<<<<<<<<<<
 * 		lexicalprods = {n for n in range(len(vocab.prods))
 * 				if vocab.islexical(n)}
 */
        __pyx_t_6 = __Pyx_PyObject_GetAttrStr(__pyx_v_contentword, __pyx_n_s_match); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 151, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_6);
        __pyx_t_4 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_v_vocab->__pyx_vtab)->getlabel(__pyx_v_vocab, __pyx_7genexpr__pyx_v_n); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 151, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_4);
        __pyx_t_9 = NULL;
        if (CYTHON_UNPACK_METHODS && likely(PyMethod_Check(__pyx_t_6))) {
          __pyx_t_9 = PyMethod_GET_SELF(__pyx_t_6);
          if (likely(__pyx_t_9)) {
            PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_6);
            __Pyx_INCREF(__pyx_t_9);
            __Pyx_INCREF(function);
            __Pyx_DECREF_SET(__pyx_t_6, function);
          }
        }
        if (!__pyx_t_9) {
          __pyx_t_5 = __Pyx_PyObject_CallOneArg(__pyx_t_6, __pyx_t_4); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 151, __pyx_L1_error)
          __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
          __Pyx_GOTREF(__pyx_t_5);
        } else {
          #if CYTHON_FAST_PYCALL
          if (PyFunction_Check(__pyx_t_6)) {
            PyObject *__pyx_temp[2] = {__pyx_t_9, __pyx_t_4};
            __pyx_t_5 = __Pyx_PyFunction_FastCall(__pyx_t_6, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 151, __pyx_L1_error)
            __Pyx_XDECREF(__pyx_t_9); __pyx_t_9 = 0;
            __Pyx_GOTREF(__pyx_t_5);
            __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
          } else
          #endif
          #if CYTHON_FAST_PYCCALL
          if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
            PyObject *__pyx_temp[2] = {__pyx_t_9, __pyx_t_4};
            __pyx_t_5 = __Pyx_PyCFunction_FastCall(__pyx_t_6, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 151, __pyx_L1_error)
            __Pyx_XDECREF(__pyx_t_9); __pyx_t_9 = 0;
            __Pyx_GOTREF(__pyx_t_5);
            __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
          } else
          #endif
          {
            __pyx_t_10 = PyTuple_New(1+1); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 151, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_10);
            __Pyx_GIVEREF(__pyx_t_9); PyTuple_SET_ITEM(__pyx_t_10, 0, __pyx_t_9); __pyx_t_9 = NULL;
            __Pyx_GIVEREF(__pyx_t_4);
            PyTuple_SET_ITEM(__pyx_t_10, 0+1, __pyx_t_4);
            __pyx_t_4 = 0;
            __pyx_t_5 = __Pyx_PyObject_Call(__pyx_t_6, __pyx_t_10, NULL); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 151, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_5);
            __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
          }
        }
        __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
        __pyx_t_2 = __Pyx_PyObject_IsTrue(__pyx_t_5); if (unlikely(__pyx_t_2 < 0)) __PYX_ERR(0, 151, __pyx_L1_error)
        __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
        if (__pyx_t_2) {

          /* "discodop/_fragments.pyx":150
 * 	if twoterms:
 * 		contentword = re.compile(twoterms)
 * 		contentwordprods = {n for n in range(len(vocab.prods))             # <<<<<<<<<<<<<<
 * 				if contentword.match(vocab.getlabel(n))}
 * 		lexicalprods = {n for n in range(len(vocab.prods))
 */
          __pyx_t_5 = __Pyx_PyInt_From_int(__pyx_7genexpr__pyx_v_n); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 150, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_5);
          if (unlikely(PySet_Add(__pyx_t_3, (PyObject*)__pyx_t_5))) __PYX_ERR(0, 150, __pyx_L1_error)
          __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;

          /* "discodop/_fragments.pyx":151
 * 		contentword = re.compile(twoterms)
 * 		contentwordprods = {n for n in range(len(vocab.prods))
 * 				if contentword.match(vocab.getlabel(n))}             # <<<<<<<<<<<<<<
 * 		lexicalprods = {n for n in range(len(vocab.prods))
 * 				if vocab.islexical(n)}
 */
        }
      }
    } /* exit inner scope */
    __Pyx_DECREF_SET(__pyx_v_contentwordprods, ((PyObject*)__pyx_t_3));
    __pyx_t_3 = 0;

    /* "discodop/_fragments.pyx":152
 * 		contentwordprods = {n for n in range(len(vocab.prods))
 * 				if contentword.match(vocab.getlabel(n))}
 * 		lexicalprods = {n for n in range(len(vocab.prods))             # <<<<<<<<<<<<<<
 * 				if vocab.islexical(n)}
 * 	if trees2 is None:
 */
    { /* enter inner scope */
      int __pyx_8genexpr1__pyx_v_n;
      __pyx_t_3 = PySet_New(NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 152, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_3);
      __pyx_t_5 = __pyx_v_vocab->prods;
      __Pyx_INCREF(__pyx_t_5);
      if (unlikely(__pyx_t_5 == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
        __PYX_ERR(0, 152, __pyx_L1_error)
      }
      __pyx_t_7 = PyDict_Size(__pyx_t_5); if (unlikely(__pyx_t_7 == -1)) __PYX_ERR(0, 152, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
      for (__pyx_t_8 = 0; __pyx_t_8 < __pyx_t_7; __pyx_t_8+=1) {
        __pyx_8genexpr1__pyx_v_n = __pyx_t_8;

        /* "discodop/_fragments.pyx":153
 * 				if contentword.match(vocab.getlabel(n))}
 * 		lexicalprods = {n for n in range(len(vocab.prods))
 * 				if vocab.islexical(n)}             # <<<<<<<<<<<<<<
 * 	if trees2 is None:
 * 		trees2 = trees1
 */
        __pyx_t_2 = (((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_v_vocab->__pyx_vtab)->islexical(__pyx_v_vocab, __pyx_8genexpr1__pyx_v_n) != 0);
        if (__pyx_t_2) {

          /* "discodop/_fragments.pyx":152
 * 		contentwordprods = {n for n in range(len(vocab.prods))
 * 				if contentword.match(vocab.getlabel(n))}
 * 		lexicalprods = {n for n in range(len(vocab.prods))             # <<<<<<<<<<<<<<
 * 				if vocab.islexical(n)}
 * 	if trees2 is None:
 */
          __pyx_t_5 = __Pyx_PyInt_From_int(__pyx_8genexpr1__pyx_v_n); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 152, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_5);
          if (unlikely(PySet_Add(__pyx_t_3, (PyObject*)__pyx_t_5))) __PYX_ERR(0, 152, __pyx_L1_error)
          __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;

          /* "discodop/_fragments.pyx":153
 * 				if contentword.match(vocab.getlabel(n))}
 * 		lexicalprods = {n for n in range(len(vocab.prods))
 * 				if vocab.islexical(n)}             # <<<<<<<<<<<<<<
 * 	if trees2 is None:
 * 		trees2 = trees1
 */
        }
      }
    } /* exit inner scope */
    __Pyx_DECREF_SET(__pyx_v_lexicalprods, ((PyObject*)__pyx_t_3));
    __pyx_t_3 = 0;

    /* "discodop/_fragments.pyx":148
 * 		set inter = set(), contentwordprods = None, lexicalprods = None
 * 		list tmp = []
 * 	if twoterms:             # <<<<<<<<<<<<<<
 * 		contentword = re.compile(twoterms)
 * 		contentwordprods = {n for n in range(len(vocab.prods))
 */
  }

  /* "discodop/_fragments.pyx":154
 * 		lexicalprods = {n for n in range(len(vocab.prods))
 * 				if vocab.islexical(n)}
 * 	if trees2 is None:             # <<<<<<<<<<<<<<
 * 		trees2 = trees1
 * 	SLOTS = BITNSLOTS(max(trees1.maxnodes, trees2.maxnodes) + 1)
 */
  __pyx_t_2 = (((PyObject *)__pyx_v_trees2) == Py_None);
  __pyx_t_11 = (__pyx_t_2 != 0);
  if (__pyx_t_11) {

    /* "discodop/_fragments.pyx":155
 * 				if vocab.islexical(n)}
 * 	if trees2 is None:
 * 		trees2 = trees1             # <<<<<<<<<<<<<<
 * 	SLOTS = BITNSLOTS(max(trees1.maxnodes, trees2.maxnodes) + 1)
 * 	matrix = <uint64_t *>malloc(trees2.maxnodes * SLOTS * sizeof(uint64_t))
 */
    __Pyx_INCREF(((PyObject *)__pyx_v_trees1));
    __Pyx_DECREF_SET(__pyx_v_trees2, __pyx_v_trees1);

    /* "discodop/_fragments.pyx":154
 * 		lexicalprods = {n for n in range(len(vocab.prods))
 * 				if vocab.islexical(n)}
 * 	if trees2 is None:             # <<<<<<<<<<<<<<
 * 		trees2 = trees1
 * 	SLOTS = BITNSLOTS(max(trees1.maxnodes, trees2.maxnodes) + 1)
 */
  }

  /* "discodop/_fragments.pyx":156
 * 	if trees2 is None:
 * 		trees2 = trees1
 * 	SLOTS = BITNSLOTS(max(trees1.maxnodes, trees2.maxnodes) + 1)             # <<<<<<<<<<<<<<
 * 	matrix = <uint64_t *>malloc(trees2.maxnodes * SLOTS * sizeof(uint64_t))
 * 	scratch = <uint64_t *>malloc((SLOTS + 2) * sizeof(uint64_t))
 */
  __pyx_t_1 = __pyx_v_trees2->maxnodes;
  __pyx_t_12 = __pyx_v_trees1->maxnodes;
  if (((__pyx_t_1 > __pyx_t_12) != 0)) {
    __pyx_t_13 = __pyx_t_1;
  } else {
    __pyx_t_13 = __pyx_t_12;
  }
  __pyx_v_SLOTS = BITNSLOTS((__pyx_t_13 + 1));

  /* "discodop/_fragments.pyx":157
 * 		trees2 = trees1
 * 	SLOTS = BITNSLOTS(max(trees1.maxnodes, trees2.maxnodes) + 1)
 * 	matrix = <uint64_t *>malloc(trees2.maxnodes * SLOTS * sizeof(uint64_t))             # <<<<<<<<<<<<<<
 * 	scratch = <uint64_t *>malloc((SLOTS + 2) * sizeof(uint64_t))
 * 	if matrix is NULL or scratch is NULL:
 */
  __pyx_v_matrix = ((uint64_t *)malloc(((__pyx_v_trees2->maxnodes * __pyx_v_SLOTS) * (sizeof(uint64_t)))));

  /* "discodop/_fragments.pyx":158
 * 	SLOTS = BITNSLOTS(max(trees1.maxnodes, trees2.maxnodes) + 1)
 * 	matrix = <uint64_t *>malloc(trees2.maxnodes * SLOTS * sizeof(uint64_t))
 * 	scratch = <uint64_t *>malloc((SLOTS + 2) * sizeof(uint64_t))             # <<<<<<<<<<<<<<
 * 	if matrix is NULL or scratch is NULL:
 * 		raise MemoryError('allocation error')
 */
  __pyx_v_scratch = ((uint64_t *)malloc(((__pyx_v_SLOTS + 2) * (sizeof(uint64_t)))));

  /* "discodop/_fragments.pyx":159
 * 	matrix = <uint64_t *>malloc(trees2.maxnodes * SLOTS * sizeof(uint64_t))
 * 	scratch = <uint64_t *>malloc((SLOTS + 2) * sizeof(uint64_t))
 * 	if matrix is NULL or scratch is NULL:             # <<<<<<<<<<<<<<
 * 		raise MemoryError('allocation error')
 * 	end2 = min(end2 or trees2.len, trees2.len)
 */
  __pyx_t_2 = ((__pyx_v_matrix == NULL) != 0);
  if (!__pyx_t_2) {
  } else {
    __pyx_t_11 = __pyx_t_2;
    goto __pyx_L12_bool_binop_done;
  }
  __pyx_t_2 = ((__pyx_v_scratch == NULL) != 0);
  __pyx_t_11 = __pyx_t_2;
  __pyx_L12_bool_binop_done:;
  if (__pyx_t_11) {

    /* "discodop/_fragments.pyx":160
 * 	scratch = <uint64_t *>malloc((SLOTS + 2) * sizeof(uint64_t))
 * 	if matrix is NULL or scratch is NULL:
 * 		raise MemoryError('allocation error')             # <<<<<<<<<<<<<<
 * 	end2 = min(end2 or trees2.len, trees2.len)
 * 	# loop over tree pairs to extract fragments from
 */
    __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_MemoryError, __pyx_tuple_, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 160, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_3);
    __Pyx_Raise(__pyx_t_3, 0, 0, 0);
    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
    __PYX_ERR(0, 160, __pyx_L1_error)

    /* "discodop/_fragments.pyx":159
 * 	matrix = <uint64_t *>malloc(trees2.maxnodes * SLOTS * sizeof(uint64_t))
 * 	scratch = <uint64_t *>malloc((SLOTS + 2) * sizeof(uint64_t))
 * 	if matrix is NULL or scratch is NULL:             # <<<<<<<<<<<<<<
 * 		raise MemoryError('allocation error')
 * 	end2 = min(end2 or trees2.len, trees2.len)
 */
  }

  /* "discodop/_fragments.pyx":161
 * 	if matrix is NULL or scratch is NULL:
 * 		raise MemoryError('allocation error')
 * 	end2 = min(end2 or trees2.len, trees2.len)             # <<<<<<<<<<<<<<
 * 	# loop over tree pairs to extract fragments from
 * 	for n in range(start1, min(end1 or trees1.len, trees1.len)):
 */
  __pyx_t_8 = __pyx_v_trees2->len;
  if (!__pyx_v_end2) {
  } else {
    __pyx_t_14 = __pyx_v_end2;
    goto __pyx_L14_bool_binop_done;
  }
  __pyx_t_14 = __pyx_v_trees2->len;
  __pyx_L14_bool_binop_done:;
  if (((__pyx_t_8 < __pyx_t_14) != 0)) {
    __pyx_t_15 = __pyx_t_8;
  } else {
    __pyx_t_15 = __pyx_t_14;
  }
  __pyx_v_end2 = __pyx_t_15;

  /* "discodop/_fragments.pyx":163
 * 	end2 = min(end2 or trees2.len, trees2.len)
 * 	# loop over tree pairs to extract fragments from
 * 	for n in range(start1, min(end1 or trees1.len, trees1.len)):             # <<<<<<<<<<<<<<
 * 		a = trees1.trees[n]
 * 		asent = trees1.extractsent(n, vocab)
 */
  __pyx_t_15 = __pyx_v_trees1->len;
  if (!__pyx_v_end1) {
  } else {
    __pyx_t_8 = __pyx_v_end1;
    goto __pyx_L16_bool_binop_done;
  }
  __pyx_t_8 = __pyx_v_trees1->len;
  __pyx_L16_bool_binop_done:;
  if (((__pyx_t_15 < __pyx_t_8) != 0)) {
    __pyx_t_14 = __pyx_t_15;
  } else {
    __pyx_t_14 = __pyx_t_8;
  }
  __pyx_t_15 = __pyx_t_14;
  for (__pyx_t_14 = __pyx_v_start1; __pyx_t_14 < __pyx_t_15; __pyx_t_14+=1) {
    __pyx_v_n = __pyx_t_14;

    /* "discodop/_fragments.pyx":164
 * 	# loop over tree pairs to extract fragments from
 * 	for n in range(start1, min(end1 or trees1.len, trees1.len)):
 * 		a = trees1.trees[n]             # <<<<<<<<<<<<<<
 * 		asent = trees1.extractsent(n, vocab)
 * 		anodes = &trees1.nodes[a.offset]
 */
    __pyx_v_a = (__pyx_v_trees1->trees[__pyx_v_n]);

    /* "discodop/_fragments.pyx":165
 * 	for n in range(start1, min(end1 or trees1.len, trees1.len)):
 * 		a = trees1.trees[n]
 * 		asent = trees1.extractsent(n, vocab)             # <<<<<<<<<<<<<<
 * 		anodes = &trees1.nodes[a.offset]
 * 		if adjacent:
 */
    __pyx_t_5 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_trees1), __pyx_n_s_extractsent); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 165, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_5);
    __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_n); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 165, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_6);
    __pyx_t_10 = NULL;
    __pyx_t_8 = 0;
    if (CYTHON_UNPACK_METHODS && likely(PyMethod_Check(__pyx_t_5))) {
      __pyx_t_10 = PyMethod_GET_SELF(__pyx_t_5);
      if (likely(__pyx_t_10)) {
        PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_5);
        __Pyx_INCREF(__pyx_t_10);
        __Pyx_INCREF(function);
        __Pyx_DECREF_SET(__pyx_t_5, function);
        __pyx_t_8 = 1;
      }
    }
    #if CYTHON_FAST_PYCALL
    if (PyFunction_Check(__pyx_t_5)) {
      PyObject *__pyx_temp[3] = {__pyx_t_10, __pyx_t_6, ((PyObject *)__pyx_v_vocab)};
      __pyx_t_3 = __Pyx_PyFunction_FastCall(__pyx_t_5, __pyx_temp+1-__pyx_t_8, 2+__pyx_t_8); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 165, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_10); __pyx_t_10 = 0;
      __Pyx_GOTREF(__pyx_t_3);
      __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
    } else
    #endif
    #if CYTHON_FAST_PYCCALL
    if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) {
      PyObject *__pyx_temp[3] = {__pyx_t_10, __pyx_t_6, ((PyObject *)__pyx_v_vocab)};
      __pyx_t_3 = __Pyx_PyCFunction_FastCall(__pyx_t_5, __pyx_temp+1-__pyx_t_8, 2+__pyx_t_8); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 165, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_10); __pyx_t_10 = 0;
      __Pyx_GOTREF(__pyx_t_3);
      __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
    } else
    #endif
    {
      __pyx_t_4 = PyTuple_New(2+__pyx_t_8); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 165, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_4);
      if (__pyx_t_10) {
        __Pyx_GIVEREF(__pyx_t_10); PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_10); __pyx_t_10 = NULL;
      }
      __Pyx_GIVEREF(__pyx_t_6);
      PyTuple_SET_ITEM(__pyx_t_4, 0+__pyx_t_8, __pyx_t_6);
      __Pyx_INCREF(((PyObject *)__pyx_v_vocab));
      __Pyx_GIVEREF(((PyObject *)__pyx_v_vocab));
      PyTuple_SET_ITEM(__pyx_t_4, 1+__pyx_t_8, ((PyObject *)__pyx_v_vocab));
      __pyx_t_6 = 0;
      __pyx_t_3 = __Pyx_PyObject_Call(__pyx_t_5, __pyx_t_4, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 165, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_3);
      __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    }
    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
    if (!(likely(PyList_CheckExact(__pyx_t_3))||((__pyx_t_3) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "list", Py_TYPE(__pyx_t_3)->tp_name), 0))) __PYX_ERR(0, 165, __pyx_L1_error)
    __Pyx_XDECREF_SET(__pyx_v_asent, ((PyObject*)__pyx_t_3));
    __pyx_t_3 = 0;

    /* "discodop/_fragments.pyx":166
 * 		a = trees1.trees[n]
 * 		asent = trees1.extractsent(n, vocab)
 * 		anodes = &trees1.nodes[a.offset]             # <<<<<<<<<<<<<<
 * 		if adjacent:
 * 			m = n + 1
 */
    __pyx_v_anodes = (&(__pyx_v_trees1->nodes[__pyx_v_a.offset]));

    /* "discodop/_fragments.pyx":167
 * 		asent = trees1.extractsent(n, vocab)
 * 		anodes = &trees1.nodes[a.offset]
 * 		if adjacent:             # <<<<<<<<<<<<<<
 * 			m = n + 1
 * 			if m < trees2.len:
 */
    __pyx_t_11 = (__pyx_v_adjacent != 0);
    if (__pyx_t_11) {

      /* "discodop/_fragments.pyx":168
 * 		anodes = &trees1.nodes[a.offset]
 * 		if adjacent:
 * 			m = n + 1             # <<<<<<<<<<<<<<
 * 			if m < trees2.len:
 * 				extractfrompair(a, anodes, trees2, n, m, debug,
 */
      __pyx_v_m = (__pyx_v_n + 1);

      /* "discodop/_fragments.pyx":169
 * 		if adjacent:
 * 			m = n + 1
 * 			if m < trees2.len:             # <<<<<<<<<<<<<<
 * 				extractfrompair(a, anodes, trees2, n, m, debug,
 * 						vocab, inter, minterms, matrix, scratch, SLOTS)
 */
      __pyx_t_11 = ((__pyx_v_m < __pyx_v_trees2->len) != 0);
      if (__pyx_t_11) {

        /* "discodop/_fragments.pyx":170
 * 			m = n + 1
 * 			if m < trees2.len:
 * 				extractfrompair(a, anodes, trees2, n, m, debug,             # <<<<<<<<<<<<<<
 * 						vocab, inter, minterms, matrix, scratch, SLOTS)
 * 		elif twoterms:
 */
        __pyx_t_3 = __pyx_f_8discodop_10_fragments_extractfrompair(__pyx_v_a, __pyx_v_anodes, __pyx_v_trees2, __pyx_v_n, __pyx_v_m, __pyx_v_debug, __pyx_v_vocab, __pyx_v_inter, __pyx_v_minterms, __pyx_v_matrix, __pyx_v_scratch, __pyx_v_SLOTS); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 170, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_3);
        __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

        /* "discodop/_fragments.pyx":169
 * 		if adjacent:
 * 			m = n + 1
 * 			if m < trees2.len:             # <<<<<<<<<<<<<<
 * 				extractfrompair(a, anodes, trees2, n, m, debug,
 * 						vocab, inter, minterms, matrix, scratch, SLOTS)
 */
      }

      /* "discodop/_fragments.pyx":167
 * 		asent = trees1.extractsent(n, vocab)
 * 		anodes = &trees1.nodes[a.offset]
 * 		if adjacent:             # <<<<<<<<<<<<<<
 * 			m = n + 1
 * 			if m < trees2.len:
 */
      goto __pyx_L20;
    }

    /* "discodop/_fragments.pyx":172
 * 				extractfrompair(a, anodes, trees2, n, m, debug,
 * 						vocab, inter, minterms, matrix, scratch, SLOTS)
 * 		elif twoterms:             # <<<<<<<<<<<<<<
 * 			for m in twoterminals(a, anodes, trees2,
 * 					contentwordprods, lexicalprods):
 */
    __pyx_t_11 = (__pyx_v_twoterms != Py_None) && (__Pyx_PyUnicode_IS_TRUE(__pyx_v_twoterms) != 0);
    if (__pyx_t_11) {

      /* "discodop/_fragments.pyx":173
 * 						vocab, inter, minterms, matrix, scratch, SLOTS)
 * 		elif twoterms:
 * 			for m in twoterminals(a, anodes, trees2,             # <<<<<<<<<<<<<<
 * 					contentwordprods, lexicalprods):
 * 				if trees1 is trees2 and m <= n:
 */
      __pyx_t_3 = __pyx_f_8discodop_10_fragments_twoterminals(__pyx_v_a, __pyx_v_anodes, __pyx_v_trees2, __pyx_v_contentwordprods, __pyx_v_lexicalprods); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 173, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_3);
      if (likely(PyList_CheckExact(__pyx_t_3)) || PyTuple_CheckExact(__pyx_t_3)) {
        __pyx_t_5 = __pyx_t_3; __Pyx_INCREF(__pyx_t_5); __pyx_t_7 = 0;
        __pyx_t_16 = NULL;
      } else {
        __pyx_t_7 = -1; __pyx_t_5 = PyObject_GetIter(__pyx_t_3); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 173, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_5);
        __pyx_t_16 = Py_TYPE(__pyx_t_5)->tp_iternext; if (unlikely(!__pyx_t_16)) __PYX_ERR(0, 173, __pyx_L1_error)
      }
      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
      for (;;) {
        if (likely(!__pyx_t_16)) {
          if (likely(PyList_CheckExact(__pyx_t_5))) {
            if (__pyx_t_7 >= PyList_GET_SIZE(__pyx_t_5)) break;
            #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
            __pyx_t_3 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_7); __Pyx_INCREF(__pyx_t_3); __pyx_t_7++; if (unlikely(0 < 0)) __PYX_ERR(0, 173, __pyx_L1_error)
            #else
            __pyx_t_3 = PySequence_ITEM(__pyx_t_5, __pyx_t_7); __pyx_t_7++; if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 173, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_3);
            #endif
          } else {
            if (__pyx_t_7 >= PyTuple_GET_SIZE(__pyx_t_5)) break;
            #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
            __pyx_t_3 = PyTuple_GET_ITEM(__pyx_t_5, __pyx_t_7); __Pyx_INCREF(__pyx_t_3); __pyx_t_7++; if (unlikely(0 < 0)) __PYX_ERR(0, 173, __pyx_L1_error)
            #else
            __pyx_t_3 = PySequence_ITEM(__pyx_t_5, __pyx_t_7); __pyx_t_7++; if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 173, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_3);
            #endif
          }
        } else {
          __pyx_t_3 = __pyx_t_16(__pyx_t_5);
          if (unlikely(!__pyx_t_3)) {
            PyObject* exc_type = PyErr_Occurred();
            if (exc_type) {
              if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
              else __PYX_ERR(0, 173, __pyx_L1_error)
            }
            break;
          }
          __Pyx_GOTREF(__pyx_t_3);
        }
        __pyx_t_8 = __Pyx_PyInt_As_int(__pyx_t_3); if (unlikely((__pyx_t_8 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 173, __pyx_L1_error)
        __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
        __pyx_v_m = __pyx_t_8;

        /* "discodop/_fragments.pyx":175
 * 			for m in twoterminals(a, anodes, trees2,
 * 					contentwordprods, lexicalprods):
 * 				if trees1 is trees2 and m <= n:             # <<<<<<<<<<<<<<
 * 					continue
 * 				elif start2 > m or m > end2:
 */
        __pyx_t_2 = (__pyx_v_trees1 == __pyx_v_trees2);
        __pyx_t_17 = (__pyx_t_2 != 0);
        if (__pyx_t_17) {
        } else {
          __pyx_t_11 = __pyx_t_17;
          goto __pyx_L25_bool_binop_done;
        }
        __pyx_t_17 = ((__pyx_v_m <= __pyx_v_n) != 0);
        __pyx_t_11 = __pyx_t_17;
        __pyx_L25_bool_binop_done:;
        if (__pyx_t_11) {

          /* "discodop/_fragments.pyx":176
 * 					contentwordprods, lexicalprods):
 * 				if trees1 is trees2 and m <= n:
 * 					continue             # <<<<<<<<<<<<<<
 * 				elif start2 > m or m > end2:
 * 					continue
 */
          goto __pyx_L22_continue;

          /* "discodop/_fragments.pyx":175
 * 			for m in twoterminals(a, anodes, trees2,
 * 					contentwordprods, lexicalprods):
 * 				if trees1 is trees2 and m <= n:             # <<<<<<<<<<<<<<
 * 					continue
 * 				elif start2 > m or m > end2:
 */
        }

        /* "discodop/_fragments.pyx":177
 * 				if trees1 is trees2 and m <= n:
 * 					continue
 * 				elif start2 > m or m > end2:             # <<<<<<<<<<<<<<
 * 					continue
 * 				elif m < 0 or m >= trees2.len:
 */
        __pyx_t_17 = ((__pyx_v_start2 > __pyx_v_m) != 0);
        if (!__pyx_t_17) {
        } else {
          __pyx_t_11 = __pyx_t_17;
          goto __pyx_L27_bool_binop_done;
        }
        __pyx_t_17 = ((__pyx_v_m > __pyx_v_end2) != 0);
        __pyx_t_11 = __pyx_t_17;
        __pyx_L27_bool_binop_done:;
        if (__pyx_t_11) {

          /* "discodop/_fragments.pyx":178
 * 					continue
 * 				elif start2 > m or m > end2:
 * 					continue             # <<<<<<<<<<<<<<
 * 				elif m < 0 or m >= trees2.len:
 * 					raise ValueError('illegal index %d' % m)
 */
          goto __pyx_L22_continue;

          /* "discodop/_fragments.pyx":177
 * 				if trees1 is trees2 and m <= n:
 * 					continue
 * 				elif start2 > m or m > end2:             # <<<<<<<<<<<<<<
 * 					continue
 * 				elif m < 0 or m >= trees2.len:
 */
        }

        /* "discodop/_fragments.pyx":179
 * 				elif start2 > m or m > end2:
 * 					continue
 * 				elif m < 0 or m >= trees2.len:             # <<<<<<<<<<<<<<
 * 					raise ValueError('illegal index %d' % m)
 * 				extractfrompair(a, anodes, trees2, n, m, debug,
 */
        __pyx_t_17 = ((__pyx_v_m < 0) != 0);
        if (!__pyx_t_17) {
        } else {
          __pyx_t_11 = __pyx_t_17;
          goto __pyx_L29_bool_binop_done;
        }
        __pyx_t_17 = ((__pyx_v_m >= __pyx_v_trees2->len) != 0);
        __pyx_t_11 = __pyx_t_17;
        __pyx_L29_bool_binop_done:;
        if (__pyx_t_11) {

          /* "discodop/_fragments.pyx":180
 * 					continue
 * 				elif m < 0 or m >= trees2.len:
 * 					raise ValueError('illegal index %d' % m)             # <<<<<<<<<<<<<<
 * 				extractfrompair(a, anodes, trees2, n, m, debug,
 * 						vocab, inter, minterms, matrix, scratch, SLOTS)
 */
          __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_m); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 180, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_3);
          __pyx_t_4 = PyUnicode_Format(__pyx_kp_u_illegal_index_d, __pyx_t_3); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 180, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_4);
          __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
          __pyx_t_3 = PyTuple_New(1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 180, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_3);
          __Pyx_GIVEREF(__pyx_t_4);
          PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_t_4);
          __pyx_t_4 = 0;
          __pyx_t_4 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_t_3, NULL); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 180, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_4);
          __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
          __Pyx_Raise(__pyx_t_4, 0, 0, 0);
          __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
          __PYX_ERR(0, 180, __pyx_L1_error)

          /* "discodop/_fragments.pyx":179
 * 				elif start2 > m or m > end2:
 * 					continue
 * 				elif m < 0 or m >= trees2.len:             # <<<<<<<<<<<<<<
 * 					raise ValueError('illegal index %d' % m)
 * 				extractfrompair(a, anodes, trees2, n, m, debug,
 */
        }

        /* "discodop/_fragments.pyx":181
 * 				elif m < 0 or m >= trees2.len:
 * 					raise ValueError('illegal index %d' % m)
 * 				extractfrompair(a, anodes, trees2, n, m, debug,             # <<<<<<<<<<<<<<
 * 						vocab, inter, minterms, matrix, scratch, SLOTS)
 * 		else:  # all pairs
 */
        __pyx_t_4 = __pyx_f_8discodop_10_fragments_extractfrompair(__pyx_v_a, __pyx_v_anodes, __pyx_v_trees2, __pyx_v_n, __pyx_v_m, __pyx_v_debug, __pyx_v_vocab, __pyx_v_inter, __pyx_v_minterms, __pyx_v_matrix, __pyx_v_scratch, __pyx_v_SLOTS); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 181, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_4);
        __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;

        /* "discodop/_fragments.pyx":173
 * 						vocab, inter, minterms, matrix, scratch, SLOTS)
 * 		elif twoterms:
 * 			for m in twoterminals(a, anodes, trees2,             # <<<<<<<<<<<<<<
 * 					contentwordprods, lexicalprods):
 * 				if trees1 is trees2 and m <= n:
 */
        __pyx_L22_continue:;
      }
      __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;

      /* "discodop/_fragments.pyx":172
 * 				extractfrompair(a, anodes, trees2, n, m, debug,
 * 						vocab, inter, minterms, matrix, scratch, SLOTS)
 * 		elif twoterms:             # <<<<<<<<<<<<<<
 * 			for m in twoterminals(a, anodes, trees2,
 * 					contentwordprods, lexicalprods):
 */
      goto __pyx_L20;
    }

    /* "discodop/_fragments.pyx":184
 * 						vocab, inter, minterms, matrix, scratch, SLOTS)
 * 		else:  # all pairs
 * 			if trees1 is trees2:             # <<<<<<<<<<<<<<
 * 				start2 = max(n + 1, start2)
 * 			for m in range(start2, end2):
 */
    /*else*/ {
      __pyx_t_11 = (__pyx_v_trees1 == __pyx_v_trees2);
      __pyx_t_17 = (__pyx_t_11 != 0);
      if (__pyx_t_17) {

        /* "discodop/_fragments.pyx":185
 * 		else:  # all pairs
 * 			if trees1 is trees2:
 * 				start2 = max(n + 1, start2)             # <<<<<<<<<<<<<<
 * 			for m in range(start2, end2):
 * 				extractfrompair(a, anodes, trees2, n, m,
 */
        __pyx_t_8 = __pyx_v_start2;
        __pyx_t_18 = (__pyx_v_n + 1);
        if (((__pyx_t_8 > __pyx_t_18) != 0)) {
          __pyx_t_19 = __pyx_t_8;
        } else {
          __pyx_t_19 = __pyx_t_18;
        }
        __pyx_v_start2 = __pyx_t_19;

        /* "discodop/_fragments.pyx":184
 * 						vocab, inter, minterms, matrix, scratch, SLOTS)
 * 		else:  # all pairs
 * 			if trees1 is trees2:             # <<<<<<<<<<<<<<
 * 				start2 = max(n + 1, start2)
 * 			for m in range(start2, end2):
 */
      }

      /* "discodop/_fragments.pyx":186
 * 			if trees1 is trees2:
 * 				start2 = max(n + 1, start2)
 * 			for m in range(start2, end2):             # <<<<<<<<<<<<<<
 * 				extractfrompair(a, anodes, trees2, n, m,
 * 						debug, vocab, inter, minterms, matrix,
 */
      __pyx_t_8 = __pyx_v_end2;
      for (__pyx_t_20 = __pyx_v_start2; __pyx_t_20 < __pyx_t_8; __pyx_t_20+=1) {
        __pyx_v_m = __pyx_t_20;

        /* "discodop/_fragments.pyx":187
 * 				start2 = max(n + 1, start2)
 * 			for m in range(start2, end2):
 * 				extractfrompair(a, anodes, trees2, n, m,             # <<<<<<<<<<<<<<
 * 						debug, vocab, inter, minterms, matrix,
 * 						scratch, SLOTS)
 */
        __pyx_t_5 = __pyx_f_8discodop_10_fragments_extractfrompair(__pyx_v_a, __pyx_v_anodes, __pyx_v_trees2, __pyx_v_n, __pyx_v_m, __pyx_v_debug, __pyx_v_vocab, __pyx_v_inter, __pyx_v_minterms, __pyx_v_matrix, __pyx_v_scratch, __pyx_v_SLOTS); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 187, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_5);
        __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
      }
    }
    __pyx_L20:;

    /* "discodop/_fragments.pyx":190
 * 						debug, vocab, inter, minterms, matrix,
 * 						scratch, SLOTS)
 * 		collectfragments(fragments, inter, anodes, asent, vocab,             # <<<<<<<<<<<<<<
 * 				disc, approx, False, tmp, SLOTS)
 * 	free(matrix)
 */
    __pyx_t_5 = __pyx_f_8discodop_10_fragments_collectfragments(__pyx_v_fragments, __pyx_v_inter, __pyx_v_anodes, __pyx_v_asent, __pyx_v_vocab, __pyx_v_disc, __pyx_v_approx, 0, __pyx_v_tmp, __pyx_v_SLOTS); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 190, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_5);
    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
  }

  /* "discodop/_fragments.pyx":192
 * 		collectfragments(fragments, inter, anodes, asent, vocab,
 * 				disc, approx, False, tmp, SLOTS)
 * 	free(matrix)             # <<<<<<<<<<<<<<
 * 	free(scratch)
 * 	return fragments
 */
  free(__pyx_v_matrix);

  /* "discodop/_fragments.pyx":193
 * 				disc, approx, False, tmp, SLOTS)
 * 	free(matrix)
 * 	free(scratch)             # <<<<<<<<<<<<<<
 * 	return fragments
 * 
 */
  free(__pyx_v_scratch);

  /* "discodop/_fragments.pyx":194
 * 	free(matrix)
 * 	free(scratch)
 * 	return fragments             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __Pyx_XDECREF(__pyx_r);
  __Pyx_INCREF(__pyx_v_fragments);
  __pyx_r = __pyx_v_fragments;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":109
 * 
 * 
 * cpdef extractfragments(Ctrees trees1, int start1, int end1, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		Ctrees trees2=None, int start2=0, int end2=0,
 * 		bint approx=True, bint debug=False,
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_3);
  __Pyx_XDECREF(__pyx_t_4);
  __Pyx_XDECREF(__pyx_t_5);
  __Pyx_XDECREF(__pyx_t_6);
  __Pyx_XDECREF(__pyx_t_9);
  __Pyx_XDECREF(__pyx_t_10);
  __Pyx_AddTraceback("discodop._fragments.extractfragments", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XDECREF(__pyx_v_asent);
  __Pyx_XDECREF(__pyx_v_fragments);
  __Pyx_XDECREF(__pyx_v_inter);
  __Pyx_XDECREF(__pyx_v_contentwordprods);
  __Pyx_XDECREF(__pyx_v_lexicalprods);
  __Pyx_XDECREF(__pyx_v_tmp);
  __Pyx_XDECREF(__pyx_v_contentword);
  __Pyx_XDECREF((PyObject *)__pyx_v_trees2);
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* Python wrapper */
static PyObject *__pyx_pw_8discodop_10_fragments_1extractfragments(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/
static char __pyx_doc_8discodop_10_fragments_extractfragments[] = "extractfragments(Ctrees trees1, int start1, int end1, Vocabulary vocab, Ctrees trees2=None, int start2=0, int end2=0, bool approx=True, bool debug=False, bool disc=False, unicode twoterms=None, bool adjacent=False)\nFind the largest fragments in treebank(s) with the fast tree kernel.\n\n\t- scenario 1: recurring fragments in single treebank, use::\n\t\textractfragments(trees1, start1, end1, vocab)\n\t- scenario 2: common fragments in two treebanks::\n\t\textractfragments(trees1, start1, end1, vocab, trees2)\n\n\t:param start1, end1: specify slice of treebank to be used; can be used to\n\t\tdivide the work over multiple processes; they are indices of ``trees1``\n\t\tto work on (pass 0 for both to use all trees).\n\t:param start2, end2: idem for trees2.\n\t:param approx: return approximate counts instead of bitsets.\n\t:param debug: if True, a table of common productions is printed for each\n\t\tpair of trees\n\t:param disc: if True, return trees with indices as leaves.\n\t:param twoterms: only return fragments with at least two terminals,\n\t\tone of which has a POS tag matching the given regex.\n\t:param adjacent: only extract fragments from sentences with adjacent\n\t\tindices.\n\t:returns: a dictionary; keys are fragments as strings; values are\n\t\teither counts (if approx=True), or bitsets describing fragments of\n\t\t``trees1``.\n\t";
static PyObject *__pyx_pw_8discodop_10_fragments_1extractfragments(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
  struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees1 = 0;
  int __pyx_v_start1;
  int __pyx_v_end1;
  struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab = 0;
  struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees2 = 0;
  int __pyx_v_start2;
  int __pyx_v_end2;
  int __pyx_v_approx;
  int __pyx_v_debug;
  int __pyx_v_disc;
  PyObject *__pyx_v_twoterms = 0;
  int __pyx_v_adjacent;
  PyObject *__pyx_r = 0;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("extractfragments (wrapper)", 0);
  {
    static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_trees1,&__pyx_n_s_start1,&__pyx_n_s_end1,&__pyx_n_s_vocab,&__pyx_n_s_trees2,&__pyx_n_s_start2,&__pyx_n_s_end2,&__pyx_n_s_approx,&__pyx_n_s_debug,&__pyx_n_s_disc,&__pyx_n_s_twoterms,&__pyx_n_s_adjacent,0};
    PyObject* values[12] = {0,0,0,0,0,0,0,0,0,0,0,0};

    /* "discodop/_fragments.pyx":110
 * 
 * cpdef extractfragments(Ctrees trees1, int start1, int end1, Vocabulary vocab,
 * 		Ctrees trees2=None, int start2=0, int end2=0,             # <<<<<<<<<<<<<<
 * 		bint approx=True, bint debug=False,
 * 		bint disc=False, str twoterms=None, bint adjacent=False):
 */
    values[4] = (PyObject *)((struct __pyx_obj_8discodop_10containers_Ctrees *)Py_None);

    /* "discodop/_fragments.pyx":112
 * 		Ctrees trees2=None, int start2=0, int end2=0,
 * 		bint approx=True, bint debug=False,
 * 		bint disc=False, str twoterms=None, bint adjacent=False):             # <<<<<<<<<<<<<<
 * 	"""Find the largest fragments in treebank(s) with the fast tree kernel.
 * 
 */
    values[10] = ((PyObject*)Py_None);
    if (unlikely(__pyx_kwds)) {
      Py_ssize_t kw_args;
      const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args);
      switch (pos_args) {
        case 12: values[11] = PyTuple_GET_ITEM(__pyx_args, 11);
        CYTHON_FALLTHROUGH;
        case 11: values[10] = PyTuple_GET_ITEM(__pyx_args, 10);
        CYTHON_FALLTHROUGH;
        case 10: values[9] = PyTuple_GET_ITEM(__pyx_args, 9);
        CYTHON_FALLTHROUGH;
        case  9: values[8] = PyTuple_GET_ITEM(__pyx_args, 8);
        CYTHON_FALLTHROUGH;
        case  8: values[7] = PyTuple_GET_ITEM(__pyx_args, 7);
        CYTHON_FALLTHROUGH;
        case  7: values[6] = PyTuple_GET_ITEM(__pyx_args, 6);
        CYTHON_FALLTHROUGH;
        case  6: values[5] = PyTuple_GET_ITEM(__pyx_args, 5);
        CYTHON_FALLTHROUGH;
        case  5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4);
        CYTHON_FALLTHROUGH;
        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);
        CYTHON_FALLTHROUGH;
        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);
        CYTHON_FALLTHROUGH;
        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);
        CYTHON_FALLTHROUGH;
        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);
        CYTHON_FALLTHROUGH;
        case  0: break;
        default: goto __pyx_L5_argtuple_error;
      }
      kw_args = PyDict_Size(__pyx_kwds);
      switch (pos_args) {
        case  0:
        if (likely((values[0] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_trees1)) != 0)) kw_args--;
        else goto __pyx_L5_argtuple_error;
        CYTHON_FALLTHROUGH;
        case  1:
        if (likely((values[1] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_start1)) != 0)) kw_args--;
        else {
          __Pyx_RaiseArgtupleInvalid("extractfragments", 0, 4, 12, 1); __PYX_ERR(0, 109, __pyx_L3_error)
        }
        CYTHON_FALLTHROUGH;
        case  2:
        if (likely((values[2] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_end1)) != 0)) kw_args--;
        else {
          __Pyx_RaiseArgtupleInvalid("extractfragments", 0, 4, 12, 2); __PYX_ERR(0, 109, __pyx_L3_error)
        }
        CYTHON_FALLTHROUGH;
        case  3:
        if (likely((values[3] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_vocab)) != 0)) kw_args--;
        else {
          __Pyx_RaiseArgtupleInvalid("extractfragments", 0, 4, 12, 3); __PYX_ERR(0, 109, __pyx_L3_error)
        }
        CYTHON_FALLTHROUGH;
        case  4:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_trees2);
          if (value) { values[4] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  5:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_start2);
          if (value) { values[5] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  6:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_end2);
          if (value) { values[6] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  7:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_approx);
          if (value) { values[7] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  8:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_debug);
          if (value) { values[8] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  9:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_disc);
          if (value) { values[9] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case 10:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_twoterms);
          if (value) { values[10] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case 11:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_adjacent);
          if (value) { values[11] = value; kw_args--; }
        }
      }
      if (unlikely(kw_args > 0)) {
        if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, "extractfragments") < 0)) __PYX_ERR(0, 109, __pyx_L3_error)
      }
    } else {
      switch (PyTuple_GET_SIZE(__pyx_args)) {
        case 12: values[11] = PyTuple_GET_ITEM(__pyx_args, 11);
        CYTHON_FALLTHROUGH;
        case 11: values[10] = PyTuple_GET_ITEM(__pyx_args, 10);
        CYTHON_FALLTHROUGH;
        case 10: values[9] = PyTuple_GET_ITEM(__pyx_args, 9);
        CYTHON_FALLTHROUGH;
        case  9: values[8] = PyTuple_GET_ITEM(__pyx_args, 8);
        CYTHON_FALLTHROUGH;
        case  8: values[7] = PyTuple_GET_ITEM(__pyx_args, 7);
        CYTHON_FALLTHROUGH;
        case  7: values[6] = PyTuple_GET_ITEM(__pyx_args, 6);
        CYTHON_FALLTHROUGH;
        case  6: values[5] = PyTuple_GET_ITEM(__pyx_args, 5);
        CYTHON_FALLTHROUGH;
        case  5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4);
        CYTHON_FALLTHROUGH;
        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);
        values[2] = PyTuple_GET_ITEM(__pyx_args, 2);
        values[1] = PyTuple_GET_ITEM(__pyx_args, 1);
        values[0] = PyTuple_GET_ITEM(__pyx_args, 0);
        break;
        default: goto __pyx_L5_argtuple_error;
      }
    }
    __pyx_v_trees1 = ((struct __pyx_obj_8discodop_10containers_Ctrees *)values[0]);
    __pyx_v_start1 = __Pyx_PyInt_As_int(values[1]); if (unlikely((__pyx_v_start1 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 109, __pyx_L3_error)
    __pyx_v_end1 = __Pyx_PyInt_As_int(values[2]); if (unlikely((__pyx_v_end1 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 109, __pyx_L3_error)
    __pyx_v_vocab = ((struct __pyx_obj_8discodop_10containers_Vocabulary *)values[3]);
    __pyx_v_trees2 = ((struct __pyx_obj_8discodop_10containers_Ctrees *)values[4]);
    if (values[5]) {
      __pyx_v_start2 = __Pyx_PyInt_As_int(values[5]); if (unlikely((__pyx_v_start2 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 110, __pyx_L3_error)
    } else {
      __pyx_v_start2 = ((int)0);
    }
    if (values[6]) {
      __pyx_v_end2 = __Pyx_PyInt_As_int(values[6]); if (unlikely((__pyx_v_end2 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 110, __pyx_L3_error)
    } else {
      __pyx_v_end2 = ((int)0);
    }
    if (values[7]) {
      __pyx_v_approx = __Pyx_PyObject_IsTrue(values[7]); if (unlikely((__pyx_v_approx == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 111, __pyx_L3_error)
    } else {

      /* "discodop/_fragments.pyx":111
 * cpdef extractfragments(Ctrees trees1, int start1, int end1, Vocabulary vocab,
 * 		Ctrees trees2=None, int start2=0, int end2=0,
 * 		bint approx=True, bint debug=False,             # <<<<<<<<<<<<<<
 * 		bint disc=False, str twoterms=None, bint adjacent=False):
 * 	"""Find the largest fragments in treebank(s) with the fast tree kernel.
 */
      __pyx_v_approx = ((int)1);
    }
    if (values[8]) {
      __pyx_v_debug = __Pyx_PyObject_IsTrue(values[8]); if (unlikely((__pyx_v_debug == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 111, __pyx_L3_error)
    } else {
      __pyx_v_debug = ((int)0);
    }
    if (values[9]) {
      __pyx_v_disc = __Pyx_PyObject_IsTrue(values[9]); if (unlikely((__pyx_v_disc == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 112, __pyx_L3_error)
    } else {

      /* "discodop/_fragments.pyx":112
 * 		Ctrees trees2=None, int start2=0, int end2=0,
 * 		bint approx=True, bint debug=False,
 * 		bint disc=False, str twoterms=None, bint adjacent=False):             # <<<<<<<<<<<<<<
 * 	"""Find the largest fragments in treebank(s) with the fast tree kernel.
 * 
 */
      __pyx_v_disc = ((int)0);
    }
    __pyx_v_twoterms = ((PyObject*)values[10]);
    if (values[11]) {
      __pyx_v_adjacent = __Pyx_PyObject_IsTrue(values[11]); if (unlikely((__pyx_v_adjacent == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 112, __pyx_L3_error)
    } else {
      __pyx_v_adjacent = ((int)0);
    }
  }
  goto __pyx_L4_argument_unpacking_done;
  __pyx_L5_argtuple_error:;
  __Pyx_RaiseArgtupleInvalid("extractfragments", 0, 4, 12, PyTuple_GET_SIZE(__pyx_args)); __PYX_ERR(0, 109, __pyx_L3_error)
  __pyx_L3_error:;
  __Pyx_AddTraceback("discodop._fragments.extractfragments", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __Pyx_RefNannyFinishContext();
  return NULL;
  __pyx_L4_argument_unpacking_done:;
  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_trees1), __pyx_ptype_8discodop_10containers_Ctrees, 1, "trees1", 0))) __PYX_ERR(0, 109, __pyx_L1_error)
  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_vocab), __pyx_ptype_8discodop_10containers_Vocabulary, 1, "vocab", 0))) __PYX_ERR(0, 109, __pyx_L1_error)
  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_trees2), __pyx_ptype_8discodop_10containers_Ctrees, 1, "trees2", 0))) __PYX_ERR(0, 110, __pyx_L1_error)
  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_twoterms), (&PyUnicode_Type), 1, "twoterms", 1))) __PYX_ERR(0, 112, __pyx_L1_error)
  __pyx_r = __pyx_pf_8discodop_10_fragments_extractfragments(__pyx_self, __pyx_v_trees1, __pyx_v_start1, __pyx_v_end1, __pyx_v_vocab, __pyx_v_trees2, __pyx_v_start2, __pyx_v_end2, __pyx_v_approx, __pyx_v_debug, __pyx_v_disc, __pyx_v_twoterms, __pyx_v_adjacent);

  /* "discodop/_fragments.pyx":109
 * 
 * 
 * cpdef extractfragments(Ctrees trees1, int start1, int end1, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		Ctrees trees2=None, int start2=0, int end2=0,
 * 		bint approx=True, bint debug=False,
 */

  /* function exit code */
  goto __pyx_L0;
  __pyx_L1_error:;
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

static PyObject *__pyx_pf_8discodop_10_fragments_extractfragments(CYTHON_UNUSED PyObject *__pyx_self, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees1, int __pyx_v_start1, int __pyx_v_end1, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees2, int __pyx_v_start2, int __pyx_v_end2, int __pyx_v_approx, int __pyx_v_debug, int __pyx_v_disc, PyObject *__pyx_v_twoterms, int __pyx_v_adjacent) {
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  struct __pyx_opt_args_8discodop_10_fragments_extractfragments __pyx_t_2;
  __Pyx_RefNannySetupContext("extractfragments", 0);
  __Pyx_XDECREF(__pyx_r);
  __pyx_t_2.__pyx_n = 8;
  __pyx_t_2.trees2 = __pyx_v_trees2;
  __pyx_t_2.start2 = __pyx_v_start2;
  __pyx_t_2.end2 = __pyx_v_end2;
  __pyx_t_2.approx = __pyx_v_approx;
  __pyx_t_2.debug = __pyx_v_debug;
  __pyx_t_2.disc = __pyx_v_disc;
  __pyx_t_2.twoterms = __pyx_v_twoterms;
  __pyx_t_2.adjacent = __pyx_v_adjacent;
  __pyx_t_1 = __pyx_f_8discodop_10_fragments_extractfragments(__pyx_v_trees1, __pyx_v_start1, __pyx_v_end1, __pyx_v_vocab, 0, &__pyx_t_2); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 109, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_r = __pyx_t_1;
  __pyx_t_1 = 0;
  goto __pyx_L0;

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_AddTraceback("discodop._fragments.extractfragments", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":197
 * 
 * 
 * cdef inline extractfrompair(NodeArray a, Node *anodes, Ctrees trees2,             # <<<<<<<<<<<<<<
 * 		int n, int m, bint debug, Vocabulary vocab, set inter,
 * 		short minterms, uint64_t *matrix, uint64_t *scratch, short SLOTS):
 */

static CYTHON_INLINE PyObject *__pyx_f_8discodop_10_fragments_extractfrompair(struct __pyx_t_8discodop_10containers_NodeArray __pyx_v_a, struct __pyx_t_8discodop_10containers_Node *__pyx_v_anodes, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees2, int __pyx_v_n, int __pyx_v_m, int __pyx_v_debug, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, PyObject *__pyx_v_inter, short __pyx_v_minterms, uint64_t *__pyx_v_matrix, uint64_t *__pyx_v_scratch, short __pyx_v_SLOTS) {
  struct __pyx_t_8discodop_10containers_NodeArray __pyx_v_b;
  struct __pyx_t_8discodop_10containers_Node *__pyx_v_bnodes;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  PyObject *__pyx_t_2 = NULL;
  PyObject *__pyx_t_3 = NULL;
  PyObject *__pyx_t_4 = NULL;
  __Pyx_RefNannySetupContext("extractfrompair", 0);

  /* "discodop/_fragments.pyx":201
 * 		short minterms, uint64_t *matrix, uint64_t *scratch, short SLOTS):
 * 	"""Extract the bitsets of maximal overlapping fragments for a tree pair."""
 * 	cdef NodeArray b = trees2.trees[m]             # <<<<<<<<<<<<<<
 * 	cdef Node *bnodes = &trees2.nodes[b.offset]
 * 	# initialize table
 */
  __pyx_v_b = (__pyx_v_trees2->trees[__pyx_v_m]);

  /* "discodop/_fragments.pyx":202
 * 	"""Extract the bitsets of maximal overlapping fragments for a tree pair."""
 * 	cdef NodeArray b = trees2.trees[m]
 * 	cdef Node *bnodes = &trees2.nodes[b.offset]             # <<<<<<<<<<<<<<
 * 	# initialize table
 * 	memset(<void *>matrix, 0, b.len * SLOTS * sizeof(uint64_t))
 */
  __pyx_v_bnodes = (&(__pyx_v_trees2->nodes[__pyx_v_b.offset]));

  /* "discodop/_fragments.pyx":204
 * 	cdef Node *bnodes = &trees2.nodes[b.offset]
 * 	# initialize table
 * 	memset(<void *>matrix, 0, b.len * SLOTS * sizeof(uint64_t))             # <<<<<<<<<<<<<<
 * 	# fill table
 * 	fasttreekernel(anodes, bnodes, a.len, b.len, matrix, SLOTS)
 */
  memset(((void *)__pyx_v_matrix), 0, ((__pyx_v_b.len * __pyx_v_SLOTS) * (sizeof(uint64_t))));

  /* "discodop/_fragments.pyx":206
 * 	memset(<void *>matrix, 0, b.len * SLOTS * sizeof(uint64_t))
 * 	# fill table
 * 	fasttreekernel(anodes, bnodes, a.len, b.len, matrix, SLOTS)             # <<<<<<<<<<<<<<
 * 	# dump table
 * 	if debug:
 */
  __pyx_f_8discodop_10_fragments_fasttreekernel(__pyx_v_anodes, __pyx_v_bnodes, __pyx_v_a.len, __pyx_v_b.len, __pyx_v_matrix, __pyx_v_SLOTS);

  /* "discodop/_fragments.pyx":208
 * 	fasttreekernel(anodes, bnodes, a.len, b.len, matrix, SLOTS)
 * 	# dump table
 * 	if debug:             # <<<<<<<<<<<<<<
 * 		print(n, m)
 * 		dumpmatrix(matrix, a, b, anodes, bnodes, vocab, scratch, SLOTS)
 */
  __pyx_t_1 = (__pyx_v_debug != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":209
 * 	# dump table
 * 	if debug:
 * 		print(n, m)             # <<<<<<<<<<<<<<
 * 		dumpmatrix(matrix, a, b, anodes, bnodes, vocab, scratch, SLOTS)
 * 	# extract results
 */
    __pyx_t_2 = __Pyx_PyInt_From_int(__pyx_v_n); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 209, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_m); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 209, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_3);
    __pyx_t_4 = PyTuple_New(2); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 209, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __Pyx_GIVEREF(__pyx_t_2);
    PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_2);
    __Pyx_GIVEREF(__pyx_t_3);
    PyTuple_SET_ITEM(__pyx_t_4, 1, __pyx_t_3);
    __pyx_t_2 = 0;
    __pyx_t_3 = 0;
    __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_print, __pyx_t_4, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 209, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_3);
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

    /* "discodop/_fragments.pyx":210
 * 	if debug:
 * 		print(n, m)
 * 		dumpmatrix(matrix, a, b, anodes, bnodes, vocab, scratch, SLOTS)             # <<<<<<<<<<<<<<
 * 	# extract results
 * 	extractbitsets(matrix, anodes, bnodes, b.root, n,
 */
    __pyx_t_3 = __pyx_f_8discodop_10_fragments_dumpmatrix(__pyx_v_matrix, __pyx_v_a, __pyx_v_b, __pyx_v_anodes, __pyx_v_bnodes, __pyx_v_vocab, __pyx_v_scratch, __pyx_v_SLOTS); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 210, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_3);
    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

    /* "discodop/_fragments.pyx":208
 * 	fasttreekernel(anodes, bnodes, a.len, b.len, matrix, SLOTS)
 * 	# dump table
 * 	if debug:             # <<<<<<<<<<<<<<
 * 		print(n, m)
 * 		dumpmatrix(matrix, a, b, anodes, bnodes, vocab, scratch, SLOTS)
 */
  }

  /* "discodop/_fragments.pyx":212
 * 		dumpmatrix(matrix, a, b, anodes, bnodes, vocab, scratch, SLOTS)
 * 	# extract results
 * 	extractbitsets(matrix, anodes, bnodes, b.root, n,             # <<<<<<<<<<<<<<
 * 			inter, minterms, scratch, SLOTS)
 * 
 */
  __pyx_t_3 = __pyx_f_8discodop_10_fragments_extractbitsets(__pyx_v_matrix, __pyx_v_anodes, __pyx_v_bnodes, __pyx_v_b.root, __pyx_v_n, __pyx_v_inter, __pyx_v_minterms, __pyx_v_scratch, __pyx_v_SLOTS); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 212, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":197
 * 
 * 
 * cdef inline extractfrompair(NodeArray a, Node *anodes, Ctrees trees2,             # <<<<<<<<<<<<<<
 * 		int n, int m, bint debug, Vocabulary vocab, set inter,
 * 		short minterms, uint64_t *matrix, uint64_t *scratch, short SLOTS):
 */

  /* function exit code */
  __pyx_r = Py_None; __Pyx_INCREF(Py_None);
  goto __pyx_L0;
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_2);
  __Pyx_XDECREF(__pyx_t_3);
  __Pyx_XDECREF(__pyx_t_4);
  __Pyx_AddTraceback("discodop._fragments.extractfrompair", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":216
 * 
 * 
 * cdef inline collectfragments(dict fragments, set inter, Node *anodes,             # <<<<<<<<<<<<<<
 * 		list asent, Vocabulary vocab, bint disc, bint approx,
 * 		bint indices, list tmp, short SLOTS):
 */

static CYTHON_INLINE PyObject *__pyx_f_8discodop_10_fragments_collectfragments(PyObject *__pyx_v_fragments, PyObject *__pyx_v_inter, struct __pyx_t_8discodop_10containers_Node *__pyx_v_anodes, PyObject *__pyx_v_asent, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, int __pyx_v_disc, int __pyx_v_approx, int __pyx_v_indices, PyObject *__pyx_v_tmp, short __pyx_v_SLOTS) {
  uint64_t *__pyx_v_bitset;
  PyObject *__pyx_v_wrapper = NULL;
  PyObject *__pyx_v_frag = NULL;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  PyObject *(*__pyx_t_2)(PyObject *);
  PyObject *__pyx_t_3 = NULL;
  PyObject *__pyx_t_4 = NULL;
  PyObject *__pyx_t_5 = NULL;
  PyObject *__pyx_t_6 = NULL;
  PyObject *__pyx_t_7 = NULL;
  PyObject *__pyx_t_8 = NULL;
  PyObject *__pyx_t_9 = NULL;
  PyObject *__pyx_t_10 = NULL;
  int __pyx_t_11;
  int __pyx_t_12;
  PyObject *__pyx_t_13 = NULL;
  uint32_t __pyx_t_14;
  int __pyx_t_15;
  __Pyx_RefNannySetupContext("collectfragments", 0);

  /* "discodop/_fragments.pyx":221
 * 	"""Collect string representations of fragments given as bitsets."""
 * 	cdef uint64_t *bitset
 * 	for wrapper in inter:             # <<<<<<<<<<<<<<
 * 		bitset = getpointer(wrapper)
 * 		getsubtree(tmp, anodes, bitset, vocab,
 */
  __pyx_t_1 = PyObject_GetIter(__pyx_v_inter); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 221, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_t_2 = Py_TYPE(__pyx_t_1)->tp_iternext; if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 221, __pyx_L1_error)
  for (;;) {
    {
      __pyx_t_3 = __pyx_t_2(__pyx_t_1);
      if (unlikely(!__pyx_t_3)) {
        PyObject* exc_type = PyErr_Occurred();
        if (exc_type) {
          if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
          else __PYX_ERR(0, 221, __pyx_L1_error)
        }
        break;
      }
      __Pyx_GOTREF(__pyx_t_3);
    }
    __Pyx_XDECREF_SET(__pyx_v_wrapper, __pyx_t_3);
    __pyx_t_3 = 0;

    /* "discodop/_fragments.pyx":222
 * 	cdef uint64_t *bitset
 * 	for wrapper in inter:
 * 		bitset = getpointer(wrapper)             # <<<<<<<<<<<<<<
 * 		getsubtree(tmp, anodes, bitset, vocab,
 * 				disc, getroot(bitset, SLOTS))
 */
    __pyx_v_bitset = __pyx_f_8discodop_10_fragments_getpointer(__pyx_v_wrapper);

    /* "discodop/_fragments.pyx":223
 * 	for wrapper in inter:
 * 		bitset = getpointer(wrapper)
 * 		getsubtree(tmp, anodes, bitset, vocab,             # <<<<<<<<<<<<<<
 * 				disc, getroot(bitset, SLOTS))
 * 		try:
 */
    __pyx_t_3 = __pyx_f_8discodop_10_fragments_getsubtree(__pyx_v_tmp, __pyx_v_anodes, __pyx_v_bitset, __pyx_v_vocab, __pyx_v_disc, __pyx_f_8discodop_10_fragments_getroot(__pyx_v_bitset, __pyx_v_SLOTS)); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 223, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_3);
    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

    /* "discodop/_fragments.pyx":225
 * 		getsubtree(tmp, anodes, bitset, vocab,
 * 				disc, getroot(bitset, SLOTS))
 * 		try:             # <<<<<<<<<<<<<<
 * 			frag = getsent(''.join(tmp)) if disc else ''.join(tmp)
 * 		except:
 */
    {
      __Pyx_PyThreadState_declare
      __Pyx_PyThreadState_assign
      __Pyx_ExceptionSave(&__pyx_t_4, &__pyx_t_5, &__pyx_t_6);
      __Pyx_XGOTREF(__pyx_t_4);
      __Pyx_XGOTREF(__pyx_t_5);
      __Pyx_XGOTREF(__pyx_t_6);
      /*try:*/ {

        /* "discodop/_fragments.pyx":226
 * 				disc, getroot(bitset, SLOTS))
 * 		try:
 * 			frag = getsent(''.join(tmp)) if disc else ''.join(tmp)             # <<<<<<<<<<<<<<
 * 		except:
 * 			print(asent)
 */
        if ((__pyx_v_disc != 0)) {
          __pyx_t_7 = PyUnicode_Join(__pyx_kp_u__2, __pyx_v_tmp); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 226, __pyx_L5_error)
          __Pyx_GOTREF(__pyx_t_7);
          __pyx_t_8 = __pyx_f_8discodop_10_fragments_getsent(((PyObject*)__pyx_t_7)); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 226, __pyx_L5_error)
          __Pyx_GOTREF(__pyx_t_8);
          __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
          __pyx_t_3 = __pyx_t_8;
          __pyx_t_8 = 0;
        } else {
          __pyx_t_8 = PyUnicode_Join(__pyx_kp_u__2, __pyx_v_tmp); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 226, __pyx_L5_error)
          __Pyx_GOTREF(__pyx_t_8);
          __pyx_t_3 = __pyx_t_8;
          __pyx_t_8 = 0;
        }
        __Pyx_XDECREF_SET(__pyx_v_frag, __pyx_t_3);
        __pyx_t_3 = 0;

        /* "discodop/_fragments.pyx":225
 * 		getsubtree(tmp, anodes, bitset, vocab,
 * 				disc, getroot(bitset, SLOTS))
 * 		try:             # <<<<<<<<<<<<<<
 * 			frag = getsent(''.join(tmp)) if disc else ''.join(tmp)
 * 		except:
 */
      }
      __Pyx_XDECREF(__pyx_t_4); __pyx_t_4 = 0;
      __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0;
      __Pyx_XDECREF(__pyx_t_6); __pyx_t_6 = 0;
      goto __pyx_L12_try_end;
      __pyx_L5_error:;
      __Pyx_PyThreadState_assign
      __Pyx_XDECREF(__pyx_t_7); __pyx_t_7 = 0;
      __Pyx_XDECREF(__pyx_t_8); __pyx_t_8 = 0;
      __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;

      /* "discodop/_fragments.pyx":227
 * 		try:
 * 			frag = getsent(''.join(tmp)) if disc else ''.join(tmp)
 * 		except:             # <<<<<<<<<<<<<<
 * 			print(asent)
 * 			print(tmp)
 */
      /*except:*/ {
        __Pyx_AddTraceback("discodop._fragments.collectfragments", __pyx_clineno, __pyx_lineno, __pyx_filename);
        if (__Pyx_GetException(&__pyx_t_3, &__pyx_t_8, &__pyx_t_7) < 0) __PYX_ERR(0, 227, __pyx_L7_except_error)
        __Pyx_GOTREF(__pyx_t_3);
        __Pyx_GOTREF(__pyx_t_8);
        __Pyx_GOTREF(__pyx_t_7);

        /* "discodop/_fragments.pyx":228
 * 			frag = getsent(''.join(tmp)) if disc else ''.join(tmp)
 * 		except:
 * 			print(asent)             # <<<<<<<<<<<<<<
 * 			print(tmp)
 * 			raise
 */
        __pyx_t_9 = PyTuple_New(1); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 228, __pyx_L7_except_error)
        __Pyx_GOTREF(__pyx_t_9);
        __Pyx_INCREF(__pyx_v_asent);
        __Pyx_GIVEREF(__pyx_v_asent);
        PyTuple_SET_ITEM(__pyx_t_9, 0, __pyx_v_asent);
        __pyx_t_10 = __Pyx_PyObject_Call(__pyx_builtin_print, __pyx_t_9, NULL); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 228, __pyx_L7_except_error)
        __Pyx_GOTREF(__pyx_t_10);
        __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;
        __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;

        /* "discodop/_fragments.pyx":229
 * 		except:
 * 			print(asent)
 * 			print(tmp)             # <<<<<<<<<<<<<<
 * 			raise
 * 		del tmp[:]
 */
        __pyx_t_10 = PyTuple_New(1); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 229, __pyx_L7_except_error)
        __Pyx_GOTREF(__pyx_t_10);
        __Pyx_INCREF(__pyx_v_tmp);
        __Pyx_GIVEREF(__pyx_v_tmp);
        PyTuple_SET_ITEM(__pyx_t_10, 0, __pyx_v_tmp);
        __pyx_t_9 = __Pyx_PyObject_Call(__pyx_builtin_print, __pyx_t_10, NULL); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 229, __pyx_L7_except_error)
        __Pyx_GOTREF(__pyx_t_9);
        __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
        __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;

        /* "discodop/_fragments.pyx":230
 * 			print(asent)
 * 			print(tmp)
 * 			raise             # <<<<<<<<<<<<<<
 * 		del tmp[:]
 * 		if approx:
 */
        __Pyx_GIVEREF(__pyx_t_3);
        __Pyx_GIVEREF(__pyx_t_8);
        __Pyx_XGIVEREF(__pyx_t_7);
        __Pyx_ErrRestoreWithState(__pyx_t_3, __pyx_t_8, __pyx_t_7);
        __pyx_t_3 = 0; __pyx_t_8 = 0; __pyx_t_7 = 0; 
        __PYX_ERR(0, 230, __pyx_L7_except_error)
      }
      __pyx_L7_except_error:;

      /* "discodop/_fragments.pyx":225
 * 		getsubtree(tmp, anodes, bitset, vocab,
 * 				disc, getroot(bitset, SLOTS))
 * 		try:             # <<<<<<<<<<<<<<
 * 			frag = getsent(''.join(tmp)) if disc else ''.join(tmp)
 * 		except:
 */
      __Pyx_PyThreadState_assign
      __Pyx_XGIVEREF(__pyx_t_4);
      __Pyx_XGIVEREF(__pyx_t_5);
      __Pyx_XGIVEREF(__pyx_t_6);
      __Pyx_ExceptionReset(__pyx_t_4, __pyx_t_5, __pyx_t_6);
      goto __pyx_L1_error;
      __pyx_L12_try_end:;
    }

    /* "discodop/_fragments.pyx":231
 * 			print(tmp)
 * 			raise
 * 		del tmp[:]             # <<<<<<<<<<<<<<
 * 		if approx:
 * 			if frag not in fragments:
 */
    if (unlikely(__pyx_v_tmp == Py_None)) {
      PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
      __PYX_ERR(0, 231, __pyx_L1_error)
    }
    if (__Pyx_PyObject_DelSlice(__pyx_v_tmp, 0, 0, NULL, NULL, NULL, 0, 0, 0) < 0) __PYX_ERR(0, 231, __pyx_L1_error)

    /* "discodop/_fragments.pyx":232
 * 			raise
 * 		del tmp[:]
 * 		if approx:             # <<<<<<<<<<<<<<
 * 			if frag not in fragments:
 * 				fragments[frag] = 0
 */
    __pyx_t_11 = (__pyx_v_approx != 0);
    if (__pyx_t_11) {

      /* "discodop/_fragments.pyx":233
 * 		del tmp[:]
 * 		if approx:
 * 			if frag not in fragments:             # <<<<<<<<<<<<<<
 * 				fragments[frag] = 0
 * 			fragments[frag] += 1
 */
      if (unlikely(__pyx_v_fragments == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable");
        __PYX_ERR(0, 233, __pyx_L1_error)
      }
      __pyx_t_11 = (__Pyx_PyDict_ContainsTF(__pyx_v_frag, __pyx_v_fragments, Py_NE)); if (unlikely(__pyx_t_11 < 0)) __PYX_ERR(0, 233, __pyx_L1_error)
      __pyx_t_12 = (__pyx_t_11 != 0);
      if (__pyx_t_12) {

        /* "discodop/_fragments.pyx":234
 * 		if approx:
 * 			if frag not in fragments:
 * 				fragments[frag] = 0             # <<<<<<<<<<<<<<
 * 			fragments[frag] += 1
 * 		elif indices:
 */
        if (unlikely(__pyx_v_fragments == Py_None)) {
          PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
          __PYX_ERR(0, 234, __pyx_L1_error)
        }
        if (unlikely(PyDict_SetItem(__pyx_v_fragments, __pyx_v_frag, __pyx_int_0) < 0)) __PYX_ERR(0, 234, __pyx_L1_error)

        /* "discodop/_fragments.pyx":233
 * 		del tmp[:]
 * 		if approx:
 * 			if frag not in fragments:             # <<<<<<<<<<<<<<
 * 				fragments[frag] = 0
 * 			fragments[frag] += 1
 */
      }

      /* "discodop/_fragments.pyx":235
 * 			if frag not in fragments:
 * 				fragments[frag] = 0
 * 			fragments[frag] += 1             # <<<<<<<<<<<<<<
 * 		elif indices:
 * 			if frag not in fragments:
 */
      if (unlikely(__pyx_v_fragments == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
        __PYX_ERR(0, 235, __pyx_L1_error)
      }
      __Pyx_INCREF(__pyx_v_fragments);
      __pyx_t_13 = __pyx_v_fragments;
      __Pyx_INCREF(__pyx_v_frag);
      __pyx_t_7 = __pyx_v_frag;
      if (unlikely(__pyx_t_13 == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
        __PYX_ERR(0, 235, __pyx_L1_error)
      }
      __pyx_t_8 = __Pyx_PyDict_GetItem(__pyx_t_13, __pyx_t_7); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 235, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_8);
      __pyx_t_3 = __Pyx_PyInt_AddObjC(__pyx_t_8, __pyx_int_1, 1, 1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 235, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_3);
      __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
      if (unlikely(__pyx_t_13 == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
        __PYX_ERR(0, 235, __pyx_L1_error)
      }
      if (unlikely(PyDict_SetItem(__pyx_t_13, __pyx_t_7, __pyx_t_3) < 0)) __PYX_ERR(0, 235, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
      __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
      __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;

      /* "discodop/_fragments.pyx":232
 * 			raise
 * 		del tmp[:]
 * 		if approx:             # <<<<<<<<<<<<<<
 * 			if frag not in fragments:
 * 				fragments[frag] = 0
 */
      goto __pyx_L15;
    }

    /* "discodop/_fragments.pyx":236
 * 				fragments[frag] = 0
 * 			fragments[frag] += 1
 * 		elif indices:             # <<<<<<<<<<<<<<
 * 			if frag not in fragments:
 * 				fragments[frag] = Counter()
 */
    __pyx_t_12 = (__pyx_v_indices != 0);
    if (__pyx_t_12) {

      /* "discodop/_fragments.pyx":237
 * 			fragments[frag] += 1
 * 		elif indices:
 * 			if frag not in fragments:             # <<<<<<<<<<<<<<
 * 				fragments[frag] = Counter()
 * 			fragments[frag][getid(bitset, SLOTS)] += 1
 */
      if (unlikely(__pyx_v_fragments == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable");
        __PYX_ERR(0, 237, __pyx_L1_error)
      }
      __pyx_t_12 = (__Pyx_PyDict_ContainsTF(__pyx_v_frag, __pyx_v_fragments, Py_NE)); if (unlikely(__pyx_t_12 < 0)) __PYX_ERR(0, 237, __pyx_L1_error)
      __pyx_t_11 = (__pyx_t_12 != 0);
      if (__pyx_t_11) {

        /* "discodop/_fragments.pyx":238
 * 		elif indices:
 * 			if frag not in fragments:
 * 				fragments[frag] = Counter()             # <<<<<<<<<<<<<<
 * 			fragments[frag][getid(bitset, SLOTS)] += 1
 * 		elif frag not in fragments:  # FIXME: is this condition useful?
 */
        __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_Counter); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 238, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_3);
        __pyx_t_8 = NULL;
        if (CYTHON_UNPACK_METHODS && unlikely(PyMethod_Check(__pyx_t_3))) {
          __pyx_t_8 = PyMethod_GET_SELF(__pyx_t_3);
          if (likely(__pyx_t_8)) {
            PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_3);
            __Pyx_INCREF(__pyx_t_8);
            __Pyx_INCREF(function);
            __Pyx_DECREF_SET(__pyx_t_3, function);
          }
        }
        if (__pyx_t_8) {
          __pyx_t_7 = __Pyx_PyObject_CallOneArg(__pyx_t_3, __pyx_t_8); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 238, __pyx_L1_error)
          __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
        } else {
          __pyx_t_7 = __Pyx_PyObject_CallNoArg(__pyx_t_3); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 238, __pyx_L1_error)
        }
        __Pyx_GOTREF(__pyx_t_7);
        __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
        if (unlikely(__pyx_v_fragments == Py_None)) {
          PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
          __PYX_ERR(0, 238, __pyx_L1_error)
        }
        if (unlikely(PyDict_SetItem(__pyx_v_fragments, __pyx_v_frag, __pyx_t_7) < 0)) __PYX_ERR(0, 238, __pyx_L1_error)
        __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;

        /* "discodop/_fragments.pyx":237
 * 			fragments[frag] += 1
 * 		elif indices:
 * 			if frag not in fragments:             # <<<<<<<<<<<<<<
 * 				fragments[frag] = Counter()
 * 			fragments[frag][getid(bitset, SLOTS)] += 1
 */
      }

      /* "discodop/_fragments.pyx":239
 * 			if frag not in fragments:
 * 				fragments[frag] = Counter()
 * 			fragments[frag][getid(bitset, SLOTS)] += 1             # <<<<<<<<<<<<<<
 * 		elif frag not in fragments:  # FIXME: is this condition useful?
 * 			fragments[frag] = wrapper
 */
      if (unlikely(__pyx_v_fragments == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
        __PYX_ERR(0, 239, __pyx_L1_error)
      }
      __pyx_t_7 = __Pyx_PyDict_GetItem(__pyx_v_fragments, __pyx_v_frag); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 239, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_7);
      __pyx_t_14 = __pyx_f_8discodop_10_fragments_getid(__pyx_v_bitset, __pyx_v_SLOTS);
      __pyx_t_3 = __Pyx_GetItemInt(__pyx_t_7, __pyx_t_14, uint32_t, 0, __Pyx_PyInt_From_uint32_t, 0, 0, 0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 239, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_3);
      __pyx_t_8 = __Pyx_PyInt_AddObjC(__pyx_t_3, __pyx_int_1, 1, 1); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 239, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_8);
      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
      if (unlikely(__Pyx_SetItemInt(__pyx_t_7, __pyx_t_14, __pyx_t_8, uint32_t, 0, __Pyx_PyInt_From_uint32_t, 0, 0, 0) < 0)) __PYX_ERR(0, 239, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
      __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;

      /* "discodop/_fragments.pyx":236
 * 				fragments[frag] = 0
 * 			fragments[frag] += 1
 * 		elif indices:             # <<<<<<<<<<<<<<
 * 			if frag not in fragments:
 * 				fragments[frag] = Counter()
 */
      goto __pyx_L15;
    }

    /* "discodop/_fragments.pyx":240
 * 				fragments[frag] = Counter()
 * 			fragments[frag][getid(bitset, SLOTS)] += 1
 * 		elif frag not in fragments:  # FIXME: is this condition useful?             # <<<<<<<<<<<<<<
 * 			fragments[frag] = wrapper
 * 	inter.clear()
 */
    if (unlikely(__pyx_v_fragments == Py_None)) {
      PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable");
      __PYX_ERR(0, 240, __pyx_L1_error)
    }
    __pyx_t_11 = (__Pyx_PyDict_ContainsTF(__pyx_v_frag, __pyx_v_fragments, Py_NE)); if (unlikely(__pyx_t_11 < 0)) __PYX_ERR(0, 240, __pyx_L1_error)
    __pyx_t_12 = (__pyx_t_11 != 0);
    if (__pyx_t_12) {

      /* "discodop/_fragments.pyx":241
 * 			fragments[frag][getid(bitset, SLOTS)] += 1
 * 		elif frag not in fragments:  # FIXME: is this condition useful?
 * 			fragments[frag] = wrapper             # <<<<<<<<<<<<<<
 * 	inter.clear()
 * 
 */
      if (unlikely(__pyx_v_fragments == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
        __PYX_ERR(0, 241, __pyx_L1_error)
      }
      if (unlikely(PyDict_SetItem(__pyx_v_fragments, __pyx_v_frag, __pyx_v_wrapper) < 0)) __PYX_ERR(0, 241, __pyx_L1_error)

      /* "discodop/_fragments.pyx":240
 * 				fragments[frag] = Counter()
 * 			fragments[frag][getid(bitset, SLOTS)] += 1
 * 		elif frag not in fragments:  # FIXME: is this condition useful?             # <<<<<<<<<<<<<<
 * 			fragments[frag] = wrapper
 * 	inter.clear()
 */
    }
    __pyx_L15:;

    /* "discodop/_fragments.pyx":221
 * 	"""Collect string representations of fragments given as bitsets."""
 * 	cdef uint64_t *bitset
 * 	for wrapper in inter:             # <<<<<<<<<<<<<<
 * 		bitset = getpointer(wrapper)
 * 		getsubtree(tmp, anodes, bitset, vocab,
 */
  }
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

  /* "discodop/_fragments.pyx":242
 * 		elif frag not in fragments:  # FIXME: is this condition useful?
 * 			fragments[frag] = wrapper
 * 	inter.clear()             # <<<<<<<<<<<<<<
 * 
 * 
 */
  if (unlikely(__pyx_v_inter == Py_None)) {
    PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "clear");
    __PYX_ERR(0, 242, __pyx_L1_error)
  }
  __pyx_t_15 = PySet_Clear(__pyx_v_inter); if (unlikely(__pyx_t_15 == -1)) __PYX_ERR(0, 242, __pyx_L1_error)

  /* "discodop/_fragments.pyx":216
 * 
 * 
 * cdef inline collectfragments(dict fragments, set inter, Node *anodes,             # <<<<<<<<<<<<<<
 * 		list asent, Vocabulary vocab, bint disc, bint approx,
 * 		bint indices, list tmp, short SLOTS):
 */

  /* function exit code */
  __pyx_r = Py_None; __Pyx_INCREF(Py_None);
  goto __pyx_L0;
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_XDECREF(__pyx_t_3);
  __Pyx_XDECREF(__pyx_t_7);
  __Pyx_XDECREF(__pyx_t_8);
  __Pyx_XDECREF(__pyx_t_9);
  __Pyx_XDECREF(__pyx_t_10);
  __Pyx_XDECREF(__pyx_t_13);
  __Pyx_AddTraceback("discodop._fragments.collectfragments", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XDECREF(__pyx_v_wrapper);
  __Pyx_XDECREF(__pyx_v_frag);
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":245
 * 
 * 
 * cdef inline void fasttreekernel(Node *a, Node *b, int alen, int blen,             # <<<<<<<<<<<<<<
 * 		uint64_t *matrix, short SLOTS):
 * 	"""Fast Tree Kernel (average case linear time).
 */

static CYTHON_INLINE void __pyx_f_8discodop_10_fragments_fasttreekernel(struct __pyx_t_8discodop_10containers_Node *__pyx_v_a, struct __pyx_t_8discodop_10containers_Node *__pyx_v_b, int __pyx_v_alen, int __pyx_v_blen, uint64_t *__pyx_v_matrix, short __pyx_v_SLOTS) {
  int __pyx_v_i;
  int __pyx_v_j;
  int __pyx_v_ii;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  __Pyx_RefNannySetupContext("fasttreekernel", 0);

  /* "discodop/_fragments.pyx":254
 * 	Learning."""
 * 	# i is an index to a, j to b, and ii is a temp index starting at i.
 * 	cdef int i = 0, j = 0, ii = 0             # <<<<<<<<<<<<<<
 * 	while True:
 * 		if a[i].prod < b[j].prod:
 */
  __pyx_v_i = 0;
  __pyx_v_j = 0;
  __pyx_v_ii = 0;

  /* "discodop/_fragments.pyx":255
 * 	# i is an index to a, j to b, and ii is a temp index starting at i.
 * 	cdef int i = 0, j = 0, ii = 0
 * 	while True:             # <<<<<<<<<<<<<<
 * 		if a[i].prod < b[j].prod:
 * 			i += 1
 */
  while (1) {

    /* "discodop/_fragments.pyx":256
 * 	cdef int i = 0, j = 0, ii = 0
 * 	while True:
 * 		if a[i].prod < b[j].prod:             # <<<<<<<<<<<<<<
 * 			i += 1
 * 			if i >= alen:
 */
    __pyx_t_1 = (((__pyx_v_a[__pyx_v_i]).prod < (__pyx_v_b[__pyx_v_j]).prod) != 0);
    if (__pyx_t_1) {

      /* "discodop/_fragments.pyx":257
 * 	while True:
 * 		if a[i].prod < b[j].prod:
 * 			i += 1             # <<<<<<<<<<<<<<
 * 			if i >= alen:
 * 				return
 */
      __pyx_v_i = (__pyx_v_i + 1);

      /* "discodop/_fragments.pyx":258
 * 		if a[i].prod < b[j].prod:
 * 			i += 1
 * 			if i >= alen:             # <<<<<<<<<<<<<<
 * 				return
 * 		elif a[i].prod > b[j].prod:
 */
      __pyx_t_1 = ((__pyx_v_i >= __pyx_v_alen) != 0);
      if (__pyx_t_1) {

        /* "discodop/_fragments.pyx":259
 * 			i += 1
 * 			if i >= alen:
 * 				return             # <<<<<<<<<<<<<<
 * 		elif a[i].prod > b[j].prod:
 * 			j += 1
 */
        goto __pyx_L0;

        /* "discodop/_fragments.pyx":258
 * 		if a[i].prod < b[j].prod:
 * 			i += 1
 * 			if i >= alen:             # <<<<<<<<<<<<<<
 * 				return
 * 		elif a[i].prod > b[j].prod:
 */
      }

      /* "discodop/_fragments.pyx":256
 * 	cdef int i = 0, j = 0, ii = 0
 * 	while True:
 * 		if a[i].prod < b[j].prod:             # <<<<<<<<<<<<<<
 * 			i += 1
 * 			if i >= alen:
 */
      goto __pyx_L5;
    }

    /* "discodop/_fragments.pyx":260
 * 			if i >= alen:
 * 				return
 * 		elif a[i].prod > b[j].prod:             # <<<<<<<<<<<<<<
 * 			j += 1
 * 			if j >= blen:
 */
    __pyx_t_1 = (((__pyx_v_a[__pyx_v_i]).prod > (__pyx_v_b[__pyx_v_j]).prod) != 0);
    if (__pyx_t_1) {

      /* "discodop/_fragments.pyx":261
 * 				return
 * 		elif a[i].prod > b[j].prod:
 * 			j += 1             # <<<<<<<<<<<<<<
 * 			if j >= blen:
 * 				return
 */
      __pyx_v_j = (__pyx_v_j + 1);

      /* "discodop/_fragments.pyx":262
 * 		elif a[i].prod > b[j].prod:
 * 			j += 1
 * 			if j >= blen:             # <<<<<<<<<<<<<<
 * 				return
 * 		else:
 */
      __pyx_t_1 = ((__pyx_v_j >= __pyx_v_blen) != 0);
      if (__pyx_t_1) {

        /* "discodop/_fragments.pyx":263
 * 			j += 1
 * 			if j >= blen:
 * 				return             # <<<<<<<<<<<<<<
 * 		else:
 * 			while a[i].prod == b[j].prod:
 */
        goto __pyx_L0;

        /* "discodop/_fragments.pyx":262
 * 		elif a[i].prod > b[j].prod:
 * 			j += 1
 * 			if j >= blen:             # <<<<<<<<<<<<<<
 * 				return
 * 		else:
 */
      }

      /* "discodop/_fragments.pyx":260
 * 			if i >= alen:
 * 				return
 * 		elif a[i].prod > b[j].prod:             # <<<<<<<<<<<<<<
 * 			j += 1
 * 			if j >= blen:
 */
      goto __pyx_L5;
    }

    /* "discodop/_fragments.pyx":265
 * 				return
 * 		else:
 * 			while a[i].prod == b[j].prod:             # <<<<<<<<<<<<<<
 * 				ii = i
 * 				while a[ii].prod == b[j].prod:
 */
    /*else*/ {
      while (1) {
        __pyx_t_1 = (((__pyx_v_a[__pyx_v_i]).prod == (__pyx_v_b[__pyx_v_j]).prod) != 0);
        if (!__pyx_t_1) break;

        /* "discodop/_fragments.pyx":266
 * 		else:
 * 			while a[i].prod == b[j].prod:
 * 				ii = i             # <<<<<<<<<<<<<<
 * 				while a[ii].prod == b[j].prod:
 * 					SETBIT(&matrix[j * SLOTS], ii)
 */
        __pyx_v_ii = __pyx_v_i;

        /* "discodop/_fragments.pyx":267
 * 			while a[i].prod == b[j].prod:
 * 				ii = i
 * 				while a[ii].prod == b[j].prod:             # <<<<<<<<<<<<<<
 * 					SETBIT(&matrix[j * SLOTS], ii)
 * 					ii += 1
 */
        while (1) {
          __pyx_t_1 = (((__pyx_v_a[__pyx_v_ii]).prod == (__pyx_v_b[__pyx_v_j]).prod) != 0);
          if (!__pyx_t_1) break;

          /* "discodop/_fragments.pyx":268
 * 				ii = i
 * 				while a[ii].prod == b[j].prod:
 * 					SETBIT(&matrix[j * SLOTS], ii)             # <<<<<<<<<<<<<<
 * 					ii += 1
 * 					if ii >= alen:
 */
          SETBIT((&(__pyx_v_matrix[(__pyx_v_j * __pyx_v_SLOTS)])), __pyx_v_ii);

          /* "discodop/_fragments.pyx":269
 * 				while a[ii].prod == b[j].prod:
 * 					SETBIT(&matrix[j * SLOTS], ii)
 * 					ii += 1             # <<<<<<<<<<<<<<
 * 					if ii >= alen:
 * 						break
 */
          __pyx_v_ii = (__pyx_v_ii + 1);

          /* "discodop/_fragments.pyx":270
 * 					SETBIT(&matrix[j * SLOTS], ii)
 * 					ii += 1
 * 					if ii >= alen:             # <<<<<<<<<<<<<<
 * 						break
 * 				j += 1
 */
          __pyx_t_1 = ((__pyx_v_ii >= __pyx_v_alen) != 0);
          if (__pyx_t_1) {

            /* "discodop/_fragments.pyx":271
 * 					ii += 1
 * 					if ii >= alen:
 * 						break             # <<<<<<<<<<<<<<
 * 				j += 1
 * 				if j >= blen:
 */
            goto __pyx_L11_break;

            /* "discodop/_fragments.pyx":270
 * 					SETBIT(&matrix[j * SLOTS], ii)
 * 					ii += 1
 * 					if ii >= alen:             # <<<<<<<<<<<<<<
 * 						break
 * 				j += 1
 */
          }
        }
        __pyx_L11_break:;

        /* "discodop/_fragments.pyx":272
 * 					if ii >= alen:
 * 						break
 * 				j += 1             # <<<<<<<<<<<<<<
 * 				if j >= blen:
 * 					return
 */
        __pyx_v_j = (__pyx_v_j + 1);

        /* "discodop/_fragments.pyx":273
 * 						break
 * 				j += 1
 * 				if j >= blen:             # <<<<<<<<<<<<<<
 * 					return
 * 
 */
        __pyx_t_1 = ((__pyx_v_j >= __pyx_v_blen) != 0);
        if (__pyx_t_1) {

          /* "discodop/_fragments.pyx":274
 * 				j += 1
 * 				if j >= blen:
 * 					return             # <<<<<<<<<<<<<<
 * 
 * 
 */
          goto __pyx_L0;

          /* "discodop/_fragments.pyx":273
 * 						break
 * 				j += 1
 * 				if j >= blen:             # <<<<<<<<<<<<<<
 * 					return
 * 
 */
        }
      }
    }
    __pyx_L5:;
  }

  /* "discodop/_fragments.pyx":245
 * 
 * 
 * cdef inline void fasttreekernel(Node *a, Node *b, int alen, int blen,             # <<<<<<<<<<<<<<
 * 		uint64_t *matrix, short SLOTS):
 * 	"""Fast Tree Kernel (average case linear time).
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
}

/* "discodop/_fragments.pyx":277
 * 
 * 
 * cdef inline extractbitsets(uint64_t *matrix, Node *a, Node *b, short j, int n,             # <<<<<<<<<<<<<<
 * 		set results, int minterms, uint64_t *scratch, short SLOTS):
 * 	"""Visit nodes of ``b`` top-down and store bitsets of common nodes.
 */

static CYTHON_INLINE PyObject *__pyx_f_8discodop_10_fragments_extractbitsets(uint64_t *__pyx_v_matrix, struct __pyx_t_8discodop_10containers_Node *__pyx_v_a, struct __pyx_t_8discodop_10containers_Node *__pyx_v_b, short __pyx_v_j, int __pyx_v_n, PyObject *__pyx_v_results, int __pyx_v_minterms, uint64_t *__pyx_v_scratch, short __pyx_v_SLOTS) {
  uint64_t *__pyx_v_bitset;
  uint64_t __pyx_v_cur;
  int __pyx_v_idx;
  int __pyx_v_terms;
  int __pyx_v_i;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  PyObject *__pyx_t_2 = NULL;
  int __pyx_t_3;
  __Pyx_RefNannySetupContext("extractbitsets", 0);

  /* "discodop/_fragments.pyx":285
 * 	``b`` to start with, which changes with each recursive step. ``n`` is the
 * 	identifier of this tree which is stored with extracted fragments."""
 * 	cdef uint64_t *bitset = &matrix[j * SLOTS]             # <<<<<<<<<<<<<<
 * 	cdef uint64_t cur = bitset[0]
 * 	cdef int idx = 0, terms
 */
  __pyx_v_bitset = (&(__pyx_v_matrix[(__pyx_v_j * __pyx_v_SLOTS)]));

  /* "discodop/_fragments.pyx":286
 * 	identifier of this tree which is stored with extracted fragments."""
 * 	cdef uint64_t *bitset = &matrix[j * SLOTS]
 * 	cdef uint64_t cur = bitset[0]             # <<<<<<<<<<<<<<
 * 	cdef int idx = 0, terms
 * 	cdef int i = iteratesetbits(bitset, SLOTS, &cur, &idx)
 */
  __pyx_v_cur = (__pyx_v_bitset[0]);

  /* "discodop/_fragments.pyx":287
 * 	cdef uint64_t *bitset = &matrix[j * SLOTS]
 * 	cdef uint64_t cur = bitset[0]
 * 	cdef int idx = 0, terms             # <<<<<<<<<<<<<<
 * 	cdef int i = iteratesetbits(bitset, SLOTS, &cur, &idx)
 * 	while i != -1:
 */
  __pyx_v_idx = 0;

  /* "discodop/_fragments.pyx":288
 * 	cdef uint64_t cur = bitset[0]
 * 	cdef int idx = 0, terms
 * 	cdef int i = iteratesetbits(bitset, SLOTS, &cur, &idx)             # <<<<<<<<<<<<<<
 * 	while i != -1:
 * 		memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 */
  __pyx_v_i = __pyx_f_8discodop_3bit_iteratesetbits(__pyx_v_bitset, __pyx_v_SLOTS, (&__pyx_v_cur), (&__pyx_v_idx));

  /* "discodop/_fragments.pyx":289
 * 	cdef int idx = 0, terms
 * 	cdef int i = iteratesetbits(bitset, SLOTS, &cur, &idx)
 * 	while i != -1:             # <<<<<<<<<<<<<<
 * 		memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 * 		terms = extractat(matrix, scratch, a, b, i, j, SLOTS)
 */
  while (1) {
    __pyx_t_1 = ((__pyx_v_i != -1L) != 0);
    if (!__pyx_t_1) break;

    /* "discodop/_fragments.pyx":290
 * 	cdef int i = iteratesetbits(bitset, SLOTS, &cur, &idx)
 * 	while i != -1:
 * 		memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))             # <<<<<<<<<<<<<<
 * 		terms = extractat(matrix, scratch, a, b, i, j, SLOTS)
 * 		if terms >= minterms:
 */
    memset(((void *)__pyx_v_scratch), 0, (__pyx_v_SLOTS * (sizeof(uint64_t))));

    /* "discodop/_fragments.pyx":291
 * 	while i != -1:
 * 		memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 * 		terms = extractat(matrix, scratch, a, b, i, j, SLOTS)             # <<<<<<<<<<<<<<
 * 		if terms >= minterms:
 * 			setrootid(scratch, i, n, SLOTS)
 */
    __pyx_v_terms = __pyx_f_8discodop_10_fragments_extractat(__pyx_v_matrix, __pyx_v_scratch, __pyx_v_a, __pyx_v_b, __pyx_v_i, __pyx_v_j, __pyx_v_SLOTS);

    /* "discodop/_fragments.pyx":292
 * 		memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 * 		terms = extractat(matrix, scratch, a, b, i, j, SLOTS)
 * 		if terms >= minterms:             # <<<<<<<<<<<<<<
 * 			setrootid(scratch, i, n, SLOTS)
 * 			results.add(wrap(scratch, SLOTS))
 */
    __pyx_t_1 = ((__pyx_v_terms >= __pyx_v_minterms) != 0);
    if (__pyx_t_1) {

      /* "discodop/_fragments.pyx":293
 * 		terms = extractat(matrix, scratch, a, b, i, j, SLOTS)
 * 		if terms >= minterms:
 * 			setrootid(scratch, i, n, SLOTS)             # <<<<<<<<<<<<<<
 * 			results.add(wrap(scratch, SLOTS))
 * 		i = iteratesetbits(bitset, SLOTS, &cur, &idx)
 */
      __pyx_f_8discodop_10_fragments_setrootid(__pyx_v_scratch, __pyx_v_i, __pyx_v_n, __pyx_v_SLOTS);

      /* "discodop/_fragments.pyx":294
 * 		if terms >= minterms:
 * 			setrootid(scratch, i, n, SLOTS)
 * 			results.add(wrap(scratch, SLOTS))             # <<<<<<<<<<<<<<
 * 		i = iteratesetbits(bitset, SLOTS, &cur, &idx)
 * 	if b[j].left >= 0:
 */
      if (unlikely(__pyx_v_results == Py_None)) {
        PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "add");
        __PYX_ERR(0, 294, __pyx_L1_error)
      }
      __pyx_t_2 = __pyx_f_8discodop_10_fragments_wrap(__pyx_v_scratch, __pyx_v_SLOTS); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 294, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_2);
      __pyx_t_3 = PySet_Add(__pyx_v_results, __pyx_t_2); if (unlikely(__pyx_t_3 == -1)) __PYX_ERR(0, 294, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

      /* "discodop/_fragments.pyx":292
 * 		memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 * 		terms = extractat(matrix, scratch, a, b, i, j, SLOTS)
 * 		if terms >= minterms:             # <<<<<<<<<<<<<<
 * 			setrootid(scratch, i, n, SLOTS)
 * 			results.add(wrap(scratch, SLOTS))
 */
    }

    /* "discodop/_fragments.pyx":295
 * 			setrootid(scratch, i, n, SLOTS)
 * 			results.add(wrap(scratch, SLOTS))
 * 		i = iteratesetbits(bitset, SLOTS, &cur, &idx)             # <<<<<<<<<<<<<<
 * 	if b[j].left >= 0:
 * 		extractbitsets(matrix, a, b, b[j].left, n,
 */
    __pyx_v_i = __pyx_f_8discodop_3bit_iteratesetbits(__pyx_v_bitset, __pyx_v_SLOTS, (&__pyx_v_cur), (&__pyx_v_idx));
  }

  /* "discodop/_fragments.pyx":296
 * 			results.add(wrap(scratch, SLOTS))
 * 		i = iteratesetbits(bitset, SLOTS, &cur, &idx)
 * 	if b[j].left >= 0:             # <<<<<<<<<<<<<<
 * 		extractbitsets(matrix, a, b, b[j].left, n,
 * 				results, minterms, scratch, SLOTS)
 */
  __pyx_t_1 = (((__pyx_v_b[__pyx_v_j]).left >= 0) != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":297
 * 		i = iteratesetbits(bitset, SLOTS, &cur, &idx)
 * 	if b[j].left >= 0:
 * 		extractbitsets(matrix, a, b, b[j].left, n,             # <<<<<<<<<<<<<<
 * 				results, minterms, scratch, SLOTS)
 * 		if b[j].right >= 0:
 */
    __pyx_t_2 = __pyx_f_8discodop_10_fragments_extractbitsets(__pyx_v_matrix, __pyx_v_a, __pyx_v_b, (__pyx_v_b[__pyx_v_j]).left, __pyx_v_n, __pyx_v_results, __pyx_v_minterms, __pyx_v_scratch, __pyx_v_SLOTS); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 297, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

    /* "discodop/_fragments.pyx":299
 * 		extractbitsets(matrix, a, b, b[j].left, n,
 * 				results, minterms, scratch, SLOTS)
 * 		if b[j].right >= 0:             # <<<<<<<<<<<<<<
 * 			extractbitsets(matrix, a, b, b[j].right, n,
 * 					results, minterms, scratch, SLOTS)
 */
    __pyx_t_1 = (((__pyx_v_b[__pyx_v_j]).right >= 0) != 0);
    if (__pyx_t_1) {

      /* "discodop/_fragments.pyx":300
 * 				results, minterms, scratch, SLOTS)
 * 		if b[j].right >= 0:
 * 			extractbitsets(matrix, a, b, b[j].right, n,             # <<<<<<<<<<<<<<
 * 					results, minterms, scratch, SLOTS)
 * 
 */
      __pyx_t_2 = __pyx_f_8discodop_10_fragments_extractbitsets(__pyx_v_matrix, __pyx_v_a, __pyx_v_b, (__pyx_v_b[__pyx_v_j]).right, __pyx_v_n, __pyx_v_results, __pyx_v_minterms, __pyx_v_scratch, __pyx_v_SLOTS); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 300, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_2);
      __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

      /* "discodop/_fragments.pyx":299
 * 		extractbitsets(matrix, a, b, b[j].left, n,
 * 				results, minterms, scratch, SLOTS)
 * 		if b[j].right >= 0:             # <<<<<<<<<<<<<<
 * 			extractbitsets(matrix, a, b, b[j].right, n,
 * 					results, minterms, scratch, SLOTS)
 */
    }

    /* "discodop/_fragments.pyx":296
 * 			results.add(wrap(scratch, SLOTS))
 * 		i = iteratesetbits(bitset, SLOTS, &cur, &idx)
 * 	if b[j].left >= 0:             # <<<<<<<<<<<<<<
 * 		extractbitsets(matrix, a, b, b[j].left, n,
 * 				results, minterms, scratch, SLOTS)
 */
  }

  /* "discodop/_fragments.pyx":277
 * 
 * 
 * cdef inline extractbitsets(uint64_t *matrix, Node *a, Node *b, short j, int n,             # <<<<<<<<<<<<<<
 * 		set results, int minterms, uint64_t *scratch, short SLOTS):
 * 	"""Visit nodes of ``b`` top-down and store bitsets of common nodes.
 */

  /* function exit code */
  __pyx_r = Py_None; __Pyx_INCREF(Py_None);
  goto __pyx_L0;
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_2);
  __Pyx_AddTraceback("discodop._fragments.extractbitsets", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":304
 * 
 * 
 * cdef inline int extractat(uint64_t *matrix, uint64_t *result, Node *a, Node *b,             # <<<<<<<<<<<<<<
 * 		short i, short j, short SLOTS):
 * 	"""Traverse tree ``a`` and ``b`` in parallel to extract a connected subset.
 */

static CYTHON_INLINE int __pyx_f_8discodop_10_fragments_extractat(uint64_t *__pyx_v_matrix, uint64_t *__pyx_v_result, struct __pyx_t_8discodop_10containers_Node *__pyx_v_a, struct __pyx_t_8discodop_10containers_Node *__pyx_v_b, short __pyx_v_i, short __pyx_v_j, short __pyx_v_SLOTS) {
  int __pyx_v_terms;
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  __Pyx_RefNannySetupContext("extractat", 0);

  /* "discodop/_fragments.pyx":308
 * 	"""Traverse tree ``a`` and ``b`` in parallel to extract a connected subset.
 * 	"""
 * 	cdef int terms = 0             # <<<<<<<<<<<<<<
 * 	SETBIT(result, i)
 * 	CLEARBIT(&matrix[j * SLOTS], i)
 */
  __pyx_v_terms = 0;

  /* "discodop/_fragments.pyx":309
 * 	"""
 * 	cdef int terms = 0
 * 	SETBIT(result, i)             # <<<<<<<<<<<<<<
 * 	CLEARBIT(&matrix[j * SLOTS], i)
 * 	if a[i].left < 0:
 */
  SETBIT(__pyx_v_result, __pyx_v_i);

  /* "discodop/_fragments.pyx":310
 * 	cdef int terms = 0
 * 	SETBIT(result, i)
 * 	CLEARBIT(&matrix[j * SLOTS], i)             # <<<<<<<<<<<<<<
 * 	if a[i].left < 0:
 * 		return 1
 */
  CLEARBIT((&(__pyx_v_matrix[(__pyx_v_j * __pyx_v_SLOTS)])), __pyx_v_i);

  /* "discodop/_fragments.pyx":311
 * 	SETBIT(result, i)
 * 	CLEARBIT(&matrix[j * SLOTS], i)
 * 	if a[i].left < 0:             # <<<<<<<<<<<<<<
 * 		return 1
 * 	elif TESTBIT(&matrix[b[j].left * SLOTS], a[i].left):
 */
  __pyx_t_1 = (((__pyx_v_a[__pyx_v_i]).left < 0) != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":312
 * 	CLEARBIT(&matrix[j * SLOTS], i)
 * 	if a[i].left < 0:
 * 		return 1             # <<<<<<<<<<<<<<
 * 	elif TESTBIT(&matrix[b[j].left * SLOTS], a[i].left):
 * 		terms += extractat(matrix, result, a, b, a[i].left, b[j].left, SLOTS)
 */
    __pyx_r = 1;
    goto __pyx_L0;

    /* "discodop/_fragments.pyx":311
 * 	SETBIT(result, i)
 * 	CLEARBIT(&matrix[j * SLOTS], i)
 * 	if a[i].left < 0:             # <<<<<<<<<<<<<<
 * 		return 1
 * 	elif TESTBIT(&matrix[b[j].left * SLOTS], a[i].left):
 */
  }

  /* "discodop/_fragments.pyx":313
 * 	if a[i].left < 0:
 * 		return 1
 * 	elif TESTBIT(&matrix[b[j].left * SLOTS], a[i].left):             # <<<<<<<<<<<<<<
 * 		terms += extractat(matrix, result, a, b, a[i].left, b[j].left, SLOTS)
 * 	if a[i].right < 0:
 */
  __pyx_t_1 = (TESTBIT((&(__pyx_v_matrix[((__pyx_v_b[__pyx_v_j]).left * __pyx_v_SLOTS)])), (__pyx_v_a[__pyx_v_i]).left) != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":314
 * 		return 1
 * 	elif TESTBIT(&matrix[b[j].left * SLOTS], a[i].left):
 * 		terms += extractat(matrix, result, a, b, a[i].left, b[j].left, SLOTS)             # <<<<<<<<<<<<<<
 * 	if a[i].right < 0:
 * 		return 0
 */
    __pyx_v_terms = (__pyx_v_terms + __pyx_f_8discodop_10_fragments_extractat(__pyx_v_matrix, __pyx_v_result, __pyx_v_a, __pyx_v_b, (__pyx_v_a[__pyx_v_i]).left, (__pyx_v_b[__pyx_v_j]).left, __pyx_v_SLOTS));

    /* "discodop/_fragments.pyx":313
 * 	if a[i].left < 0:
 * 		return 1
 * 	elif TESTBIT(&matrix[b[j].left * SLOTS], a[i].left):             # <<<<<<<<<<<<<<
 * 		terms += extractat(matrix, result, a, b, a[i].left, b[j].left, SLOTS)
 * 	if a[i].right < 0:
 */
  }

  /* "discodop/_fragments.pyx":315
 * 	elif TESTBIT(&matrix[b[j].left * SLOTS], a[i].left):
 * 		terms += extractat(matrix, result, a, b, a[i].left, b[j].left, SLOTS)
 * 	if a[i].right < 0:             # <<<<<<<<<<<<<<
 * 		return 0
 * 	elif TESTBIT(&matrix[b[j].right * SLOTS], a[i].right):
 */
  __pyx_t_1 = (((__pyx_v_a[__pyx_v_i]).right < 0) != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":316
 * 		terms += extractat(matrix, result, a, b, a[i].left, b[j].left, SLOTS)
 * 	if a[i].right < 0:
 * 		return 0             # <<<<<<<<<<<<<<
 * 	elif TESTBIT(&matrix[b[j].right * SLOTS], a[i].right):
 * 		terms += extractat(matrix, result, a, b, a[i].right, b[j].right, SLOTS)
 */
    __pyx_r = 0;
    goto __pyx_L0;

    /* "discodop/_fragments.pyx":315
 * 	elif TESTBIT(&matrix[b[j].left * SLOTS], a[i].left):
 * 		terms += extractat(matrix, result, a, b, a[i].left, b[j].left, SLOTS)
 * 	if a[i].right < 0:             # <<<<<<<<<<<<<<
 * 		return 0
 * 	elif TESTBIT(&matrix[b[j].right * SLOTS], a[i].right):
 */
  }

  /* "discodop/_fragments.pyx":317
 * 	if a[i].right < 0:
 * 		return 0
 * 	elif TESTBIT(&matrix[b[j].right * SLOTS], a[i].right):             # <<<<<<<<<<<<<<
 * 		terms += extractat(matrix, result, a, b, a[i].right, b[j].right, SLOTS)
 * 	return terms
 */
  __pyx_t_1 = (TESTBIT((&(__pyx_v_matrix[((__pyx_v_b[__pyx_v_j]).right * __pyx_v_SLOTS)])), (__pyx_v_a[__pyx_v_i]).right) != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":318
 * 		return 0
 * 	elif TESTBIT(&matrix[b[j].right * SLOTS], a[i].right):
 * 		terms += extractat(matrix, result, a, b, a[i].right, b[j].right, SLOTS)             # <<<<<<<<<<<<<<
 * 	return terms
 * 
 */
    __pyx_v_terms = (__pyx_v_terms + __pyx_f_8discodop_10_fragments_extractat(__pyx_v_matrix, __pyx_v_result, __pyx_v_a, __pyx_v_b, (__pyx_v_a[__pyx_v_i]).right, (__pyx_v_b[__pyx_v_j]).right, __pyx_v_SLOTS));

    /* "discodop/_fragments.pyx":317
 * 	if a[i].right < 0:
 * 		return 0
 * 	elif TESTBIT(&matrix[b[j].right * SLOTS], a[i].right):             # <<<<<<<<<<<<<<
 * 		terms += extractat(matrix, result, a, b, a[i].right, b[j].right, SLOTS)
 * 	return terms
 */
  }

  /* "discodop/_fragments.pyx":319
 * 	elif TESTBIT(&matrix[b[j].right * SLOTS], a[i].right):
 * 		terms += extractat(matrix, result, a, b, a[i].right, b[j].right, SLOTS)
 * 	return terms             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_r = __pyx_v_terms;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":304
 * 
 * 
 * cdef inline int extractat(uint64_t *matrix, uint64_t *result, Node *a, Node *b,             # <<<<<<<<<<<<<<
 * 		short i, short j, short SLOTS):
 * 	"""Traverse tree ``a`` and ``b`` in parallel to extract a connected subset.
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":322
 * 
 * 
 * cpdef exactcounts(Ctrees trees1, Ctrees trees2, list bitsets,             # <<<<<<<<<<<<<<
 * 		int indices=False, maxnodes=None):
 * 	"""Get exact counts or indices of occurrence for fragments.
 */

static PyObject *__pyx_pw_8discodop_10_fragments_3exactcounts(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/
static PyObject *__pyx_f_8discodop_10_fragments_exactcounts(struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees1, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees2, PyObject *__pyx_v_bitsets, CYTHON_UNUSED int __pyx_skip_dispatch, struct __pyx_opt_args_8discodop_10_fragments_exactcounts *__pyx_optional_args) {

  /* "discodop/_fragments.pyx":323
 * 
 * cpdef exactcounts(Ctrees trees1, Ctrees trees2, list bitsets,
 * 		int indices=False, maxnodes=None):             # <<<<<<<<<<<<<<
 * 	"""Get exact counts or indices of occurrence for fragments.
 * 
 */
  int __pyx_v_indices = ((int)0);
  PyObject *__pyx_v_maxnodes = ((PyObject *)Py_None);
  arrayobject *__pyx_v_counts = 0;
  arrayobject *__pyx_v_treenums = 0;
  arrayobject *__pyx_v_nodenums = 0;
  PyObject *__pyx_v_theindices = 0;
  PyObject *__pyx_v_candidates = 0;
  short __pyx_v_i;
  short __pyx_v_j;
  short __pyx_v_SLOTS;
  uint32_t __pyx_v_n;
  uint32_t __pyx_v_m;
  uint32_t *__pyx_v_countsp;
  struct __pyx_t_8discodop_10containers_NodeArray *__pyx_v_a;
  struct __pyx_t_8discodop_10containers_NodeArray *__pyx_v_b;
  struct __pyx_t_8discodop_10containers_Node *__pyx_v_anodes;
  struct __pyx_t_8discodop_10containers_Node *__pyx_v_bnodes;
  uint64_t *__pyx_v_bitset;
  PyObject *__pyx_v_wrapper = NULL;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  PyObject *__pyx_t_2 = NULL;
  int __pyx_t_3;
  short __pyx_t_4;
  short __pyx_t_5;
  short __pyx_t_6;
  Py_ssize_t __pyx_t_7;
  PyObject *__pyx_t_8 = NULL;
  unsigned int *__pyx_t_9;
  PyObject *__pyx_t_10 = NULL;
  PyObject *__pyx_t_11 = NULL;
  PyObject *__pyx_t_12 = NULL;
  uint32_t __pyx_t_13;
  int __pyx_t_14;
  PyObject *(*__pyx_t_15)(PyObject *);
  Py_ssize_t __pyx_t_16;
  PyObject *(*__pyx_t_17)(PyObject *);
  uint32_t __pyx_t_18;
  int16_t __pyx_t_19;
  int __pyx_t_20;
  __Pyx_RefNannySetupContext("exactcounts", 0);
  if (__pyx_optional_args) {
    if (__pyx_optional_args->__pyx_n > 0) {
      __pyx_v_indices = __pyx_optional_args->indices;
      if (__pyx_optional_args->__pyx_n > 1) {
        __pyx_v_maxnodes = __pyx_optional_args->maxnodes;
      }
    }
  }

  /* "discodop/_fragments.pyx":350
 * 	"""
 * 	cdef:
 * 		array counts = None             # <<<<<<<<<<<<<<
 * 		array treenums = None
 * 		array nodenums = None
 */
  __Pyx_INCREF(Py_None);
  __pyx_v_counts = ((arrayobject *)Py_None);

  /* "discodop/_fragments.pyx":351
 * 	cdef:
 * 		array counts = None
 * 		array treenums = None             # <<<<<<<<<<<<<<
 * 		array nodenums = None
 * 		list theindices = None
 */
  __Pyx_INCREF(Py_None);
  __pyx_v_treenums = ((arrayobject *)Py_None);

  /* "discodop/_fragments.pyx":352
 * 		array counts = None
 * 		array treenums = None
 * 		array nodenums = None             # <<<<<<<<<<<<<<
 * 		list theindices = None
 * 		object candidates  # RoaringBitmap()
 */
  __Pyx_INCREF(Py_None);
  __pyx_v_nodenums = ((arrayobject *)Py_None);

  /* "discodop/_fragments.pyx":353
 * 		array treenums = None
 * 		array nodenums = None
 * 		list theindices = None             # <<<<<<<<<<<<<<
 * 		object candidates  # RoaringBitmap()
 * 		short i, j, SLOTS
 */
  __Pyx_INCREF(Py_None);
  __pyx_v_theindices = ((PyObject*)Py_None);

  /* "discodop/_fragments.pyx":357
 * 		short i, j, SLOTS
 * 		uint32_t n, m
 * 		uint32_t *countsp = NULL             # <<<<<<<<<<<<<<
 * 		NodeArray *a
 * 		NodeArray *b
 */
  __pyx_v_countsp = NULL;

  /* "discodop/_fragments.pyx":363
 * 		Node *bnodes
 * 		uint64_t *bitset
 * 	if maxnodes:             # <<<<<<<<<<<<<<
 * 		SLOTS = BITNSLOTS(maxnodes + 1)
 * 	else:
 */
  __pyx_t_1 = __Pyx_PyObject_IsTrue(__pyx_v_maxnodes); if (unlikely(__pyx_t_1 < 0)) __PYX_ERR(0, 363, __pyx_L1_error)
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":364
 * 		uint64_t *bitset
 * 	if maxnodes:
 * 		SLOTS = BITNSLOTS(maxnodes + 1)             # <<<<<<<<<<<<<<
 * 	else:
 * 		SLOTS = BITNSLOTS(max(trees1.maxnodes, trees2.maxnodes) + 1)
 */
    __pyx_t_2 = __Pyx_PyInt_AddObjC(__pyx_v_maxnodes, __pyx_int_1, 1, 0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 364, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __pyx_t_3 = __Pyx_PyInt_As_int(__pyx_t_2); if (unlikely((__pyx_t_3 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 364, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    __pyx_v_SLOTS = BITNSLOTS(__pyx_t_3);

    /* "discodop/_fragments.pyx":363
 * 		Node *bnodes
 * 		uint64_t *bitset
 * 	if maxnodes:             # <<<<<<<<<<<<<<
 * 		SLOTS = BITNSLOTS(maxnodes + 1)
 * 	else:
 */
    goto __pyx_L3;
  }

  /* "discodop/_fragments.pyx":366
 * 		SLOTS = BITNSLOTS(maxnodes + 1)
 * 	else:
 * 		SLOTS = BITNSLOTS(max(trees1.maxnodes, trees2.maxnodes) + 1)             # <<<<<<<<<<<<<<
 * 	if indices == 0:
 * 		counts = clone(uintarray, len(bitsets), True)
 */
  /*else*/ {
    __pyx_t_4 = __pyx_v_trees2->maxnodes;
    __pyx_t_5 = __pyx_v_trees1->maxnodes;
    if (((__pyx_t_4 > __pyx_t_5) != 0)) {
      __pyx_t_6 = __pyx_t_4;
    } else {
      __pyx_t_6 = __pyx_t_5;
    }
    __pyx_v_SLOTS = BITNSLOTS((__pyx_t_6 + 1));
  }
  __pyx_L3:;

  /* "discodop/_fragments.pyx":367
 * 	else:
 * 		SLOTS = BITNSLOTS(max(trees1.maxnodes, trees2.maxnodes) + 1)
 * 	if indices == 0:             # <<<<<<<<<<<<<<
 * 		counts = clone(uintarray, len(bitsets), True)
 * 		countsp = counts.data.as_uints
 */
  switch (__pyx_v_indices) {
    case 0:

    /* "discodop/_fragments.pyx":368
 * 		SLOTS = BITNSLOTS(max(trees1.maxnodes, trees2.maxnodes) + 1)
 * 	if indices == 0:
 * 		counts = clone(uintarray, len(bitsets), True)             # <<<<<<<<<<<<<<
 * 		countsp = counts.data.as_uints
 * 	elif indices == 1:
 */
    __pyx_t_2 = ((PyObject *)__pyx_v_8discodop_10_fragments_uintarray);
    __Pyx_INCREF(__pyx_t_2);
    if (unlikely(__pyx_v_bitsets == Py_None)) {
      PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
      __PYX_ERR(0, 368, __pyx_L1_error)
    }
    __pyx_t_7 = PyList_GET_SIZE(__pyx_v_bitsets); if (unlikely(__pyx_t_7 == -1)) __PYX_ERR(0, 368, __pyx_L1_error)
    __pyx_t_8 = ((PyObject *)__pyx_f_7cpython_5array_clone(((arrayobject *)__pyx_t_2), __pyx_t_7, 1)); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 368, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_8);
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    __Pyx_DECREF_SET(__pyx_v_counts, ((arrayobject *)__pyx_t_8));
    __pyx_t_8 = 0;

    /* "discodop/_fragments.pyx":369
 * 	if indices == 0:
 * 		counts = clone(uintarray, len(bitsets), True)
 * 		countsp = counts.data.as_uints             # <<<<<<<<<<<<<<
 * 	elif indices == 1:
 * 		theindices = [clone(uintarray, 0, False) for _ in bitsets]
 */
    __pyx_t_9 = __pyx_v_counts->data.as_uints;
    __pyx_v_countsp = __pyx_t_9;

    /* "discodop/_fragments.pyx":367
 * 	else:
 * 		SLOTS = BITNSLOTS(max(trees1.maxnodes, trees2.maxnodes) + 1)
 * 	if indices == 0:             # <<<<<<<<<<<<<<
 * 		counts = clone(uintarray, len(bitsets), True)
 * 		countsp = counts.data.as_uints
 */
    break;

    /* "discodop/_fragments.pyx":370
 * 		counts = clone(uintarray, len(bitsets), True)
 * 		countsp = counts.data.as_uints
 * 	elif indices == 1:             # <<<<<<<<<<<<<<
 * 		theindices = [clone(uintarray, 0, False) for _ in bitsets]
 * 	elif indices == 2:
 */
    case 1:

    /* "discodop/_fragments.pyx":371
 * 		countsp = counts.data.as_uints
 * 	elif indices == 1:
 * 		theindices = [clone(uintarray, 0, False) for _ in bitsets]             # <<<<<<<<<<<<<<
 * 	elif indices == 2:
 * 		theindices = [(clone(uintarray, 0, False), clone(shortarray, 0, False))
 */
    { /* enter inner scope */
      CYTHON_UNUSED PyObject *__pyx_8genexpr2__pyx_v__ = NULL;
      __pyx_t_8 = PyList_New(0); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 371, __pyx_L6_error)
      __Pyx_GOTREF(__pyx_t_8);
      if (unlikely(__pyx_v_bitsets == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable");
        __PYX_ERR(0, 371, __pyx_L6_error)
      }
      __pyx_t_2 = __pyx_v_bitsets; __Pyx_INCREF(__pyx_t_2); __pyx_t_7 = 0;
      for (;;) {
        if (__pyx_t_7 >= PyList_GET_SIZE(__pyx_t_2)) break;
        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
        __pyx_t_10 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_7); __Pyx_INCREF(__pyx_t_10); __pyx_t_7++; if (unlikely(0 < 0)) __PYX_ERR(0, 371, __pyx_L6_error)
        #else
        __pyx_t_10 = PySequence_ITEM(__pyx_t_2, __pyx_t_7); __pyx_t_7++; if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 371, __pyx_L6_error)
        __Pyx_GOTREF(__pyx_t_10);
        #endif
        __Pyx_XDECREF_SET(__pyx_8genexpr2__pyx_v__, __pyx_t_10);
        __pyx_t_10 = 0;
        __pyx_t_10 = ((PyObject *)__pyx_v_8discodop_10_fragments_uintarray);
        __Pyx_INCREF(__pyx_t_10);
        __pyx_t_11 = ((PyObject *)__pyx_f_7cpython_5array_clone(((arrayobject *)__pyx_t_10), 0, 0)); if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 371, __pyx_L6_error)
        __Pyx_GOTREF(__pyx_t_11);
        __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
        if (unlikely(__Pyx_ListComp_Append(__pyx_t_8, (PyObject*)__pyx_t_11))) __PYX_ERR(0, 371, __pyx_L6_error)
        __Pyx_DECREF(__pyx_t_11); __pyx_t_11 = 0;
      }
      __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
      __Pyx_XDECREF(__pyx_8genexpr2__pyx_v__);
      goto __pyx_L9_exit_scope;
      __pyx_L6_error:;
      __Pyx_XDECREF(__pyx_8genexpr2__pyx_v__);
      goto __pyx_L1_error;
      __pyx_L9_exit_scope:;
    } /* exit inner scope */
    __Pyx_DECREF_SET(__pyx_v_theindices, ((PyObject*)__pyx_t_8));
    __pyx_t_8 = 0;

    /* "discodop/_fragments.pyx":370
 * 		counts = clone(uintarray, len(bitsets), True)
 * 		countsp = counts.data.as_uints
 * 	elif indices == 1:             # <<<<<<<<<<<<<<
 * 		theindices = [clone(uintarray, 0, False) for _ in bitsets]
 * 	elif indices == 2:
 */
    break;

    /* "discodop/_fragments.pyx":372
 * 	elif indices == 1:
 * 		theindices = [clone(uintarray, 0, False) for _ in bitsets]
 * 	elif indices == 2:             # <<<<<<<<<<<<<<
 * 		theindices = [(clone(uintarray, 0, False), clone(shortarray, 0, False))
 * 				for _ in bitsets]
 */
    case 2:

    /* "discodop/_fragments.pyx":373
 * 		theindices = [clone(uintarray, 0, False) for _ in bitsets]
 * 	elif indices == 2:
 * 		theindices = [(clone(uintarray, 0, False), clone(shortarray, 0, False))             # <<<<<<<<<<<<<<
 * 				for _ in bitsets]
 * 	# compare one bitset to each tree for each unique fragment.
 */
    { /* enter inner scope */
      CYTHON_UNUSED PyObject *__pyx_8genexpr3__pyx_v__ = NULL;
      __pyx_t_8 = PyList_New(0); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 373, __pyx_L12_error)
      __Pyx_GOTREF(__pyx_t_8);

      /* "discodop/_fragments.pyx":374
 * 	elif indices == 2:
 * 		theindices = [(clone(uintarray, 0, False), clone(shortarray, 0, False))
 * 				for _ in bitsets]             # <<<<<<<<<<<<<<
 * 	# compare one bitset to each tree for each unique fragment.
 * 	for n, wrapper in enumerate(bitsets):
 */
      if (unlikely(__pyx_v_bitsets == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable");
        __PYX_ERR(0, 374, __pyx_L12_error)
      }
      __pyx_t_2 = __pyx_v_bitsets; __Pyx_INCREF(__pyx_t_2); __pyx_t_7 = 0;
      for (;;) {
        if (__pyx_t_7 >= PyList_GET_SIZE(__pyx_t_2)) break;
        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
        __pyx_t_11 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_7); __Pyx_INCREF(__pyx_t_11); __pyx_t_7++; if (unlikely(0 < 0)) __PYX_ERR(0, 374, __pyx_L12_error)
        #else
        __pyx_t_11 = PySequence_ITEM(__pyx_t_2, __pyx_t_7); __pyx_t_7++; if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 374, __pyx_L12_error)
        __Pyx_GOTREF(__pyx_t_11);
        #endif
        __Pyx_XDECREF_SET(__pyx_8genexpr3__pyx_v__, __pyx_t_11);
        __pyx_t_11 = 0;

        /* "discodop/_fragments.pyx":373
 * 		theindices = [clone(uintarray, 0, False) for _ in bitsets]
 * 	elif indices == 2:
 * 		theindices = [(clone(uintarray, 0, False), clone(shortarray, 0, False))             # <<<<<<<<<<<<<<
 * 				for _ in bitsets]
 * 	# compare one bitset to each tree for each unique fragment.
 */
        __pyx_t_11 = ((PyObject *)__pyx_v_8discodop_10_fragments_uintarray);
        __Pyx_INCREF(__pyx_t_11);
        __pyx_t_10 = ((PyObject *)__pyx_f_7cpython_5array_clone(((arrayobject *)__pyx_t_11), 0, 0)); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 373, __pyx_L12_error)
        __Pyx_GOTREF(__pyx_t_10);
        __Pyx_DECREF(__pyx_t_11); __pyx_t_11 = 0;
        __pyx_t_11 = ((PyObject *)__pyx_v_8discodop_10_fragments_shortarray);
        __Pyx_INCREF(__pyx_t_11);
        __pyx_t_12 = ((PyObject *)__pyx_f_7cpython_5array_clone(((arrayobject *)__pyx_t_11), 0, 0)); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 373, __pyx_L12_error)
        __Pyx_GOTREF(__pyx_t_12);
        __Pyx_DECREF(__pyx_t_11); __pyx_t_11 = 0;
        __pyx_t_11 = PyTuple_New(2); if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 373, __pyx_L12_error)
        __Pyx_GOTREF(__pyx_t_11);
        __Pyx_GIVEREF(__pyx_t_10);
        PyTuple_SET_ITEM(__pyx_t_11, 0, __pyx_t_10);
        __Pyx_GIVEREF(__pyx_t_12);
        PyTuple_SET_ITEM(__pyx_t_11, 1, __pyx_t_12);
        __pyx_t_10 = 0;
        __pyx_t_12 = 0;
        if (unlikely(__Pyx_ListComp_Append(__pyx_t_8, (PyObject*)__pyx_t_11))) __PYX_ERR(0, 373, __pyx_L12_error)
        __Pyx_DECREF(__pyx_t_11); __pyx_t_11 = 0;

        /* "discodop/_fragments.pyx":374
 * 	elif indices == 2:
 * 		theindices = [(clone(uintarray, 0, False), clone(shortarray, 0, False))
 * 				for _ in bitsets]             # <<<<<<<<<<<<<<
 * 	# compare one bitset to each tree for each unique fragment.
 * 	for n, wrapper in enumerate(bitsets):
 */
      }
      __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
      __Pyx_XDECREF(__pyx_8genexpr3__pyx_v__);
      goto __pyx_L15_exit_scope;
      __pyx_L12_error:;
      __Pyx_XDECREF(__pyx_8genexpr3__pyx_v__);
      goto __pyx_L1_error;
      __pyx_L15_exit_scope:;
    } /* exit inner scope */
    __Pyx_DECREF_SET(__pyx_v_theindices, ((PyObject*)__pyx_t_8));
    __pyx_t_8 = 0;

    /* "discodop/_fragments.pyx":372
 * 	elif indices == 1:
 * 		theindices = [clone(uintarray, 0, False) for _ in bitsets]
 * 	elif indices == 2:             # <<<<<<<<<<<<<<
 * 		theindices = [(clone(uintarray, 0, False), clone(shortarray, 0, False))
 * 				for _ in bitsets]
 */
    break;
    default: break;
  }

  /* "discodop/_fragments.pyx":376
 * 				for _ in bitsets]
 * 	# compare one bitset to each tree for each unique fragment.
 * 	for n, wrapper in enumerate(bitsets):             # <<<<<<<<<<<<<<
 * 		bitset = getpointer(wrapper)
 * 		a = &(trees1.trees[getid(bitset, SLOTS)])  # fragment is from this tree
 */
  __pyx_t_13 = 0;
  __pyx_t_8 = __pyx_v_bitsets; __Pyx_INCREF(__pyx_t_8); __pyx_t_7 = 0;
  for (;;) {
    if (__pyx_t_7 >= PyList_GET_SIZE(__pyx_t_8)) break;
    #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
    __pyx_t_2 = PyList_GET_ITEM(__pyx_t_8, __pyx_t_7); __Pyx_INCREF(__pyx_t_2); __pyx_t_7++; if (unlikely(0 < 0)) __PYX_ERR(0, 376, __pyx_L1_error)
    #else
    __pyx_t_2 = PySequence_ITEM(__pyx_t_8, __pyx_t_7); __pyx_t_7++; if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 376, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    #endif
    __Pyx_XDECREF_SET(__pyx_v_wrapper, __pyx_t_2);
    __pyx_t_2 = 0;
    __pyx_v_n = __pyx_t_13;
    __pyx_t_13 = (__pyx_t_13 + 1);

    /* "discodop/_fragments.pyx":377
 * 	# compare one bitset to each tree for each unique fragment.
 * 	for n, wrapper in enumerate(bitsets):
 * 		bitset = getpointer(wrapper)             # <<<<<<<<<<<<<<
 * 		a = &(trees1.trees[getid(bitset, SLOTS)])  # fragment is from this tree
 * 		anodes = &trees1.nodes[a.offset]
 */
    __pyx_v_bitset = __pyx_f_8discodop_10_fragments_getpointer(__pyx_v_wrapper);

    /* "discodop/_fragments.pyx":378
 * 	for n, wrapper in enumerate(bitsets):
 * 		bitset = getpointer(wrapper)
 * 		a = &(trees1.trees[getid(bitset, SLOTS)])  # fragment is from this tree             # <<<<<<<<<<<<<<
 * 		anodes = &trees1.nodes[a.offset]
 * 		candidates = getcandidates(anodes, bitset, trees2, a.len,
 */
    __pyx_v_a = (&(__pyx_v_trees1->trees[__pyx_f_8discodop_10_fragments_getid(__pyx_v_bitset, __pyx_v_SLOTS)]));

    /* "discodop/_fragments.pyx":379
 * 		bitset = getpointer(wrapper)
 * 		a = &(trees1.trees[getid(bitset, SLOTS)])  # fragment is from this tree
 * 		anodes = &trees1.nodes[a.offset]             # <<<<<<<<<<<<<<
 * 		candidates = getcandidates(anodes, bitset, trees2, a.len,
 * 				0, 0, SLOTS)
 */
    __pyx_v_anodes = (&(__pyx_v_trees1->nodes[__pyx_v_a->offset]));

    /* "discodop/_fragments.pyx":380
 * 		a = &(trees1.trees[getid(bitset, SLOTS)])  # fragment is from this tree
 * 		anodes = &trees1.nodes[a.offset]
 * 		candidates = getcandidates(anodes, bitset, trees2, a.len,             # <<<<<<<<<<<<<<
 * 				0, 0, SLOTS)
 * 		if candidates is None:  # ran across unseen production
 */
    __pyx_t_2 = __pyx_f_8discodop_10_fragments_getcandidates(__pyx_v_anodes, __pyx_v_bitset, __pyx_v_trees2, __pyx_v_a->len, 0, 0, __pyx_v_SLOTS); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 380, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __Pyx_XDECREF_SET(__pyx_v_candidates, __pyx_t_2);
    __pyx_t_2 = 0;

    /* "discodop/_fragments.pyx":382
 * 		candidates = getcandidates(anodes, bitset, trees2, a.len,
 * 				0, 0, SLOTS)
 * 		if candidates is None:  # ran across unseen production             # <<<<<<<<<<<<<<
 * 			continue
 * 		if indices == 1:
 */
    __pyx_t_1 = (__pyx_v_candidates == Py_None);
    __pyx_t_14 = (__pyx_t_1 != 0);
    if (__pyx_t_14) {

      /* "discodop/_fragments.pyx":383
 * 				0, 0, SLOTS)
 * 		if candidates is None:  # ran across unseen production
 * 			continue             # <<<<<<<<<<<<<<
 * 		if indices == 1:
 * 			treenums = theindices[n]
 */
      goto __pyx_L16_continue;

      /* "discodop/_fragments.pyx":382
 * 		candidates = getcandidates(anodes, bitset, trees2, a.len,
 * 				0, 0, SLOTS)
 * 		if candidates is None:  # ran across unseen production             # <<<<<<<<<<<<<<
 * 			continue
 * 		if indices == 1:
 */
    }

    /* "discodop/_fragments.pyx":384
 * 		if candidates is None:  # ran across unseen production
 * 			continue
 * 		if indices == 1:             # <<<<<<<<<<<<<<
 * 			treenums = theindices[n]
 * 		elif indices == 2:
 */
    switch (__pyx_v_indices) {
      case 1:

      /* "discodop/_fragments.pyx":385
 * 			continue
 * 		if indices == 1:
 * 			treenums = theindices[n]             # <<<<<<<<<<<<<<
 * 		elif indices == 2:
 * 			treenums, nodenums = theindices[n]
 */
      if (unlikely(__pyx_v_theindices == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
        __PYX_ERR(0, 385, __pyx_L1_error)
      }
      if (!(likely(((PyList_GET_ITEM(__pyx_v_theindices, __pyx_v_n)) == Py_None) || likely(__Pyx_TypeTest(PyList_GET_ITEM(__pyx_v_theindices, __pyx_v_n), __pyx_ptype_7cpython_5array_array))))) __PYX_ERR(0, 385, __pyx_L1_error)
      __pyx_t_2 = PyList_GET_ITEM(__pyx_v_theindices, __pyx_v_n);
      __Pyx_INCREF(__pyx_t_2);
      __Pyx_DECREF_SET(__pyx_v_treenums, ((arrayobject *)__pyx_t_2));
      __pyx_t_2 = 0;

      /* "discodop/_fragments.pyx":384
 * 		if candidates is None:  # ran across unseen production
 * 			continue
 * 		if indices == 1:             # <<<<<<<<<<<<<<
 * 			treenums = theindices[n]
 * 		elif indices == 2:
 */
      break;

      /* "discodop/_fragments.pyx":386
 * 		if indices == 1:
 * 			treenums = theindices[n]
 * 		elif indices == 2:             # <<<<<<<<<<<<<<
 * 			treenums, nodenums = theindices[n]
 * 		i = getroot(bitset, SLOTS)  # root of fragment in tree 'a'
 */
      case 2:

      /* "discodop/_fragments.pyx":387
 * 			treenums = theindices[n]
 * 		elif indices == 2:
 * 			treenums, nodenums = theindices[n]             # <<<<<<<<<<<<<<
 * 		i = getroot(bitset, SLOTS)  # root of fragment in tree 'a'
 * 		for m in candidates:
 */
      if (unlikely(__pyx_v_theindices == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
        __PYX_ERR(0, 387, __pyx_L1_error)
      }
      __pyx_t_2 = PyList_GET_ITEM(__pyx_v_theindices, __pyx_v_n);
      __Pyx_INCREF(__pyx_t_2);
      if ((likely(PyTuple_CheckExact(__pyx_t_2))) || (PyList_CheckExact(__pyx_t_2))) {
        PyObject* sequence = __pyx_t_2;
        #if !CYTHON_COMPILING_IN_PYPY
        Py_ssize_t size = Py_SIZE(sequence);
        #else
        Py_ssize_t size = PySequence_Size(sequence);
        #endif
        if (unlikely(size != 2)) {
          if (size > 2) __Pyx_RaiseTooManyValuesError(2);
          else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size);
          __PYX_ERR(0, 387, __pyx_L1_error)
        }
        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
        if (likely(PyTuple_CheckExact(sequence))) {
          __pyx_t_11 = PyTuple_GET_ITEM(sequence, 0); 
          __pyx_t_12 = PyTuple_GET_ITEM(sequence, 1); 
        } else {
          __pyx_t_11 = PyList_GET_ITEM(sequence, 0); 
          __pyx_t_12 = PyList_GET_ITEM(sequence, 1); 
        }
        __Pyx_INCREF(__pyx_t_11);
        __Pyx_INCREF(__pyx_t_12);
        #else
        __pyx_t_11 = PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 387, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_11);
        __pyx_t_12 = PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 387, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_12);
        #endif
        __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
      } else {
        Py_ssize_t index = -1;
        __pyx_t_10 = PyObject_GetIter(__pyx_t_2); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 387, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_10);
        __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
        __pyx_t_15 = Py_TYPE(__pyx_t_10)->tp_iternext;
        index = 0; __pyx_t_11 = __pyx_t_15(__pyx_t_10); if (unlikely(!__pyx_t_11)) goto __pyx_L19_unpacking_failed;
        __Pyx_GOTREF(__pyx_t_11);
        index = 1; __pyx_t_12 = __pyx_t_15(__pyx_t_10); if (unlikely(!__pyx_t_12)) goto __pyx_L19_unpacking_failed;
        __Pyx_GOTREF(__pyx_t_12);
        if (__Pyx_IternextUnpackEndCheck(__pyx_t_15(__pyx_t_10), 2) < 0) __PYX_ERR(0, 387, __pyx_L1_error)
        __pyx_t_15 = NULL;
        __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
        goto __pyx_L20_unpacking_done;
        __pyx_L19_unpacking_failed:;
        __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
        __pyx_t_15 = NULL;
        if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index);
        __PYX_ERR(0, 387, __pyx_L1_error)
        __pyx_L20_unpacking_done:;
      }
      if (!(likely(((__pyx_t_11) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_11, __pyx_ptype_7cpython_5array_array))))) __PYX_ERR(0, 387, __pyx_L1_error)
      if (!(likely(((__pyx_t_12) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_12, __pyx_ptype_7cpython_5array_array))))) __PYX_ERR(0, 387, __pyx_L1_error)
      __Pyx_DECREF_SET(__pyx_v_treenums, ((arrayobject *)__pyx_t_11));
      __pyx_t_11 = 0;
      __Pyx_DECREF_SET(__pyx_v_nodenums, ((arrayobject *)__pyx_t_12));
      __pyx_t_12 = 0;

      /* "discodop/_fragments.pyx":386
 * 		if indices == 1:
 * 			treenums = theindices[n]
 * 		elif indices == 2:             # <<<<<<<<<<<<<<
 * 			treenums, nodenums = theindices[n]
 * 		i = getroot(bitset, SLOTS)  # root of fragment in tree 'a'
 */
      break;
      default: break;
    }

    /* "discodop/_fragments.pyx":388
 * 		elif indices == 2:
 * 			treenums, nodenums = theindices[n]
 * 		i = getroot(bitset, SLOTS)  # root of fragment in tree 'a'             # <<<<<<<<<<<<<<
 * 		for m in candidates:
 * 			b = &(trees2.trees[m])
 */
    __pyx_v_i = __pyx_f_8discodop_10_fragments_getroot(__pyx_v_bitset, __pyx_v_SLOTS);

    /* "discodop/_fragments.pyx":389
 * 			treenums, nodenums = theindices[n]
 * 		i = getroot(bitset, SLOTS)  # root of fragment in tree 'a'
 * 		for m in candidates:             # <<<<<<<<<<<<<<
 * 			b = &(trees2.trees[m])
 * 			bnodes = &trees2.nodes[b.offset]
 */
    if (likely(PyList_CheckExact(__pyx_v_candidates)) || PyTuple_CheckExact(__pyx_v_candidates)) {
      __pyx_t_2 = __pyx_v_candidates; __Pyx_INCREF(__pyx_t_2); __pyx_t_16 = 0;
      __pyx_t_17 = NULL;
    } else {
      __pyx_t_16 = -1; __pyx_t_2 = PyObject_GetIter(__pyx_v_candidates); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 389, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_2);
      __pyx_t_17 = Py_TYPE(__pyx_t_2)->tp_iternext; if (unlikely(!__pyx_t_17)) __PYX_ERR(0, 389, __pyx_L1_error)
    }
    for (;;) {
      if (likely(!__pyx_t_17)) {
        if (likely(PyList_CheckExact(__pyx_t_2))) {
          if (__pyx_t_16 >= PyList_GET_SIZE(__pyx_t_2)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_12 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_16); __Pyx_INCREF(__pyx_t_12); __pyx_t_16++; if (unlikely(0 < 0)) __PYX_ERR(0, 389, __pyx_L1_error)
          #else
          __pyx_t_12 = PySequence_ITEM(__pyx_t_2, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 389, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_12);
          #endif
        } else {
          if (__pyx_t_16 >= PyTuple_GET_SIZE(__pyx_t_2)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_12 = PyTuple_GET_ITEM(__pyx_t_2, __pyx_t_16); __Pyx_INCREF(__pyx_t_12); __pyx_t_16++; if (unlikely(0 < 0)) __PYX_ERR(0, 389, __pyx_L1_error)
          #else
          __pyx_t_12 = PySequence_ITEM(__pyx_t_2, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 389, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_12);
          #endif
        }
      } else {
        __pyx_t_12 = __pyx_t_17(__pyx_t_2);
        if (unlikely(!__pyx_t_12)) {
          PyObject* exc_type = PyErr_Occurred();
          if (exc_type) {
            if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
            else __PYX_ERR(0, 389, __pyx_L1_error)
          }
          break;
        }
        __Pyx_GOTREF(__pyx_t_12);
      }
      __pyx_t_18 = __Pyx_PyInt_As_uint32_t(__pyx_t_12); if (unlikely((__pyx_t_18 == ((uint32_t)-1)) && PyErr_Occurred())) __PYX_ERR(0, 389, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_12); __pyx_t_12 = 0;
      __pyx_v_m = __pyx_t_18;

      /* "discodop/_fragments.pyx":390
 * 		i = getroot(bitset, SLOTS)  # root of fragment in tree 'a'
 * 		for m in candidates:
 * 			b = &(trees2.trees[m])             # <<<<<<<<<<<<<<
 * 			bnodes = &trees2.nodes[b.offset]
 * 			for j in range(b.len):
 */
      __pyx_v_b = (&(__pyx_v_trees2->trees[__pyx_v_m]));

      /* "discodop/_fragments.pyx":391
 * 		for m in candidates:
 * 			b = &(trees2.trees[m])
 * 			bnodes = &trees2.nodes[b.offset]             # <<<<<<<<<<<<<<
 * 			for j in range(b.len):
 * 				if anodes[i].prod == bnodes[j].prod:
 */
      __pyx_v_bnodes = (&(__pyx_v_trees2->nodes[__pyx_v_b->offset]));

      /* "discodop/_fragments.pyx":392
 * 			b = &(trees2.trees[m])
 * 			bnodes = &trees2.nodes[b.offset]
 * 			for j in range(b.len):             # <<<<<<<<<<<<<<
 * 				if anodes[i].prod == bnodes[j].prod:
 * 					if containsbitset(anodes, bnodes, bitset, i, j):
 */
      __pyx_t_19 = __pyx_v_b->len;
      for (__pyx_t_6 = 0; __pyx_t_6 < __pyx_t_19; __pyx_t_6+=1) {
        __pyx_v_j = __pyx_t_6;

        /* "discodop/_fragments.pyx":393
 * 			bnodes = &trees2.nodes[b.offset]
 * 			for j in range(b.len):
 * 				if anodes[i].prod == bnodes[j].prod:             # <<<<<<<<<<<<<<
 * 					if containsbitset(anodes, bnodes, bitset, i, j):
 * 						if indices == 0:
 */
        __pyx_t_14 = (((__pyx_v_anodes[__pyx_v_i]).prod == (__pyx_v_bnodes[__pyx_v_j]).prod) != 0);
        if (__pyx_t_14) {

          /* "discodop/_fragments.pyx":394
 * 			for j in range(b.len):
 * 				if anodes[i].prod == bnodes[j].prod:
 * 					if containsbitset(anodes, bnodes, bitset, i, j):             # <<<<<<<<<<<<<<
 * 						if indices == 0:
 * 							countsp[n] += 1
 */
          __pyx_t_14 = (__pyx_f_8discodop_10_fragments_containsbitset(__pyx_v_anodes, __pyx_v_bnodes, __pyx_v_bitset, __pyx_v_i, __pyx_v_j) != 0);
          if (__pyx_t_14) {

            /* "discodop/_fragments.pyx":395
 * 				if anodes[i].prod == bnodes[j].prod:
 * 					if containsbitset(anodes, bnodes, bitset, i, j):
 * 						if indices == 0:             # <<<<<<<<<<<<<<
 * 							countsp[n] += 1
 * 						elif indices == 1:
 */
            switch (__pyx_v_indices) {
              case 0:

              /* "discodop/_fragments.pyx":396
 * 					if containsbitset(anodes, bnodes, bitset, i, j):
 * 						if indices == 0:
 * 							countsp[n] += 1             # <<<<<<<<<<<<<<
 * 						elif indices == 1:
 * 							treenums.append(m)
 */
              __pyx_t_18 = __pyx_v_n;
              (__pyx_v_countsp[__pyx_t_18]) = ((__pyx_v_countsp[__pyx_t_18]) + 1);

              /* "discodop/_fragments.pyx":395
 * 				if anodes[i].prod == bnodes[j].prod:
 * 					if containsbitset(anodes, bnodes, bitset, i, j):
 * 						if indices == 0:             # <<<<<<<<<<<<<<
 * 							countsp[n] += 1
 * 						elif indices == 1:
 */
              break;

              /* "discodop/_fragments.pyx":397
 * 						if indices == 0:
 * 							countsp[n] += 1
 * 						elif indices == 1:             # <<<<<<<<<<<<<<
 * 							treenums.append(m)
 * 						elif indices == 2:
 */
              case 1:

              /* "discodop/_fragments.pyx":398
 * 							countsp[n] += 1
 * 						elif indices == 1:
 * 							treenums.append(m)             # <<<<<<<<<<<<<<
 * 						elif indices == 2:
 * 							treenums.append(m)
 */
              __pyx_t_12 = __Pyx_PyInt_From_uint32_t(__pyx_v_m); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 398, __pyx_L1_error)
              __Pyx_GOTREF(__pyx_t_12);
              __pyx_t_20 = __Pyx_PyObject_Append(((PyObject *)__pyx_v_treenums), __pyx_t_12); if (unlikely(__pyx_t_20 == -1)) __PYX_ERR(0, 398, __pyx_L1_error)
              __Pyx_DECREF(__pyx_t_12); __pyx_t_12 = 0;

              /* "discodop/_fragments.pyx":397
 * 						if indices == 0:
 * 							countsp[n] += 1
 * 						elif indices == 1:             # <<<<<<<<<<<<<<
 * 							treenums.append(m)
 * 						elif indices == 2:
 */
              break;

              /* "discodop/_fragments.pyx":399
 * 						elif indices == 1:
 * 							treenums.append(m)
 * 						elif indices == 2:             # <<<<<<<<<<<<<<
 * 							treenums.append(m)
 * 							nodenums.append(j)
 */
              case 2:

              /* "discodop/_fragments.pyx":400
 * 							treenums.append(m)
 * 						elif indices == 2:
 * 							treenums.append(m)             # <<<<<<<<<<<<<<
 * 							nodenums.append(j)
 * 				elif anodes[i].prod < bnodes[j].prod:
 */
              __pyx_t_12 = __Pyx_PyInt_From_uint32_t(__pyx_v_m); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 400, __pyx_L1_error)
              __Pyx_GOTREF(__pyx_t_12);
              __pyx_t_20 = __Pyx_PyObject_Append(((PyObject *)__pyx_v_treenums), __pyx_t_12); if (unlikely(__pyx_t_20 == -1)) __PYX_ERR(0, 400, __pyx_L1_error)
              __Pyx_DECREF(__pyx_t_12); __pyx_t_12 = 0;

              /* "discodop/_fragments.pyx":401
 * 						elif indices == 2:
 * 							treenums.append(m)
 * 							nodenums.append(j)             # <<<<<<<<<<<<<<
 * 				elif anodes[i].prod < bnodes[j].prod:
 * 					break
 */
              __pyx_t_12 = __Pyx_PyInt_From_short(__pyx_v_j); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 401, __pyx_L1_error)
              __Pyx_GOTREF(__pyx_t_12);
              __pyx_t_20 = __Pyx_PyObject_Append(((PyObject *)__pyx_v_nodenums), __pyx_t_12); if (unlikely(__pyx_t_20 == -1)) __PYX_ERR(0, 401, __pyx_L1_error)
              __Pyx_DECREF(__pyx_t_12); __pyx_t_12 = 0;

              /* "discodop/_fragments.pyx":399
 * 						elif indices == 1:
 * 							treenums.append(m)
 * 						elif indices == 2:             # <<<<<<<<<<<<<<
 * 							treenums.append(m)
 * 							nodenums.append(j)
 */
              break;
              default: break;
            }

            /* "discodop/_fragments.pyx":394
 * 			for j in range(b.len):
 * 				if anodes[i].prod == bnodes[j].prod:
 * 					if containsbitset(anodes, bnodes, bitset, i, j):             # <<<<<<<<<<<<<<
 * 						if indices == 0:
 * 							countsp[n] += 1
 */
          }

          /* "discodop/_fragments.pyx":393
 * 			bnodes = &trees2.nodes[b.offset]
 * 			for j in range(b.len):
 * 				if anodes[i].prod == bnodes[j].prod:             # <<<<<<<<<<<<<<
 * 					if containsbitset(anodes, bnodes, bitset, i, j):
 * 						if indices == 0:
 */
          goto __pyx_L25;
        }

        /* "discodop/_fragments.pyx":402
 * 							treenums.append(m)
 * 							nodenums.append(j)
 * 				elif anodes[i].prod < bnodes[j].prod:             # <<<<<<<<<<<<<<
 * 					break
 * 	return theindices if indices else counts
 */
        __pyx_t_14 = (((__pyx_v_anodes[__pyx_v_i]).prod < (__pyx_v_bnodes[__pyx_v_j]).prod) != 0);
        if (__pyx_t_14) {

          /* "discodop/_fragments.pyx":403
 * 							nodenums.append(j)
 * 				elif anodes[i].prod < bnodes[j].prod:
 * 					break             # <<<<<<<<<<<<<<
 * 	return theindices if indices else counts
 * 
 */
          goto __pyx_L24_break;

          /* "discodop/_fragments.pyx":402
 * 							treenums.append(m)
 * 							nodenums.append(j)
 * 				elif anodes[i].prod < bnodes[j].prod:             # <<<<<<<<<<<<<<
 * 					break
 * 	return theindices if indices else counts
 */
        }
        __pyx_L25:;
      }
      __pyx_L24_break:;

      /* "discodop/_fragments.pyx":389
 * 			treenums, nodenums = theindices[n]
 * 		i = getroot(bitset, SLOTS)  # root of fragment in tree 'a'
 * 		for m in candidates:             # <<<<<<<<<<<<<<
 * 			b = &(trees2.trees[m])
 * 			bnodes = &trees2.nodes[b.offset]
 */
    }
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

    /* "discodop/_fragments.pyx":376
 * 				for _ in bitsets]
 * 	# compare one bitset to each tree for each unique fragment.
 * 	for n, wrapper in enumerate(bitsets):             # <<<<<<<<<<<<<<
 * 		bitset = getpointer(wrapper)
 * 		a = &(trees1.trees[getid(bitset, SLOTS)])  # fragment is from this tree
 */
    __pyx_L16_continue:;
  }
  __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;

  /* "discodop/_fragments.pyx":404
 * 				elif anodes[i].prod < bnodes[j].prod:
 * 					break
 * 	return theindices if indices else counts             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __Pyx_XDECREF(__pyx_r);
  if ((__pyx_v_indices != 0)) {
    __Pyx_INCREF(__pyx_v_theindices);
    __pyx_t_8 = __pyx_v_theindices;
  } else {
    __Pyx_INCREF(((PyObject *)__pyx_v_counts));
    __pyx_t_8 = ((PyObject *)__pyx_v_counts);
  }
  __pyx_r = __pyx_t_8;
  __pyx_t_8 = 0;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":322
 * 
 * 
 * cpdef exactcounts(Ctrees trees1, Ctrees trees2, list bitsets,             # <<<<<<<<<<<<<<
 * 		int indices=False, maxnodes=None):
 * 	"""Get exact counts or indices of occurrence for fragments.
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_2);
  __Pyx_XDECREF(__pyx_t_8);
  __Pyx_XDECREF(__pyx_t_10);
  __Pyx_XDECREF(__pyx_t_11);
  __Pyx_XDECREF(__pyx_t_12);
  __Pyx_AddTraceback("discodop._fragments.exactcounts", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XDECREF((PyObject *)__pyx_v_counts);
  __Pyx_XDECREF((PyObject *)__pyx_v_treenums);
  __Pyx_XDECREF((PyObject *)__pyx_v_nodenums);
  __Pyx_XDECREF(__pyx_v_theindices);
  __Pyx_XDECREF(__pyx_v_candidates);
  __Pyx_XDECREF(__pyx_v_wrapper);
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* Python wrapper */
static PyObject *__pyx_pw_8discodop_10_fragments_3exactcounts(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/
static char __pyx_doc_8discodop_10_fragments_2exactcounts[] = "exactcounts(Ctrees trees1, Ctrees trees2, list bitsets, int indices=False, maxnodes=None)\nGet exact counts or indices of occurrence for fragments.\n\n\t:param trees1, bitsets: ``bitsets`` defines fragments of trees in\n\t\t``trees1`` to search for (the needles).\n\t:param trees2: the trees to search in (haystack); may be equal\n\t\tto ``trees2``.\n\t:param indices: whether to collect indices or counts of fragments.\n\n\t\t:0: return a single count per fragment.\n\t\t:1: collect the indices (sentence numbers) in which fragments occur.\n\t\t:2: collect both sentence numbers, and node numbers of fragments.\n\n\t:param maxnodes: the maximum number of nodes in a single tree to fix the\n\t\tbitset size; use the same value as the function that generated these\n\t\tbitsets. For ``extractfragments``, it is the maximum value across both\n\t\ttreebanks, which is also the default here.\n\t:returns: depending on ``indices``:\n\n\t\t:0: an array of counts, corresponding to ``bitsets``.\n\t\t:1: a list of arrays, each array being a sorted sequence of indices\n\t\t\tfor the corresponding bitset; multiple occurrences of a fragment in\n\t\t\tthe same tree are reflected as multiple occurrences of the same\n\t\t\tindex.\n\t\t:2: a list of pairs of arrays, tree indices paired with node numbers.\n\t";
static PyObject *__pyx_pw_8discodop_10_fragments_3exactcounts(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
  struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees1 = 0;
  struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees2 = 0;
  PyObject *__pyx_v_bitsets = 0;
  int __pyx_v_indices;
  PyObject *__pyx_v_maxnodes = 0;
  PyObject *__pyx_r = 0;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("exactcounts (wrapper)", 0);
  {
    static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_trees1,&__pyx_n_s_trees2,&__pyx_n_s_bitsets,&__pyx_n_s_indices,&__pyx_n_s_maxnodes,0};
    PyObject* values[5] = {0,0,0,0,0};

    /* "discodop/_fragments.pyx":323
 * 
 * cpdef exactcounts(Ctrees trees1, Ctrees trees2, list bitsets,
 * 		int indices=False, maxnodes=None):             # <<<<<<<<<<<<<<
 * 	"""Get exact counts or indices of occurrence for fragments.
 * 
 */
    values[4] = ((PyObject *)Py_None);
    if (unlikely(__pyx_kwds)) {
      Py_ssize_t kw_args;
      const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args);
      switch (pos_args) {
        case  5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4);
        CYTHON_FALLTHROUGH;
        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);
        CYTHON_FALLTHROUGH;
        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);
        CYTHON_FALLTHROUGH;
        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);
        CYTHON_FALLTHROUGH;
        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);
        CYTHON_FALLTHROUGH;
        case  0: break;
        default: goto __pyx_L5_argtuple_error;
      }
      kw_args = PyDict_Size(__pyx_kwds);
      switch (pos_args) {
        case  0:
        if (likely((values[0] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_trees1)) != 0)) kw_args--;
        else goto __pyx_L5_argtuple_error;
        CYTHON_FALLTHROUGH;
        case  1:
        if (likely((values[1] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_trees2)) != 0)) kw_args--;
        else {
          __Pyx_RaiseArgtupleInvalid("exactcounts", 0, 3, 5, 1); __PYX_ERR(0, 322, __pyx_L3_error)
        }
        CYTHON_FALLTHROUGH;
        case  2:
        if (likely((values[2] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_bitsets)) != 0)) kw_args--;
        else {
          __Pyx_RaiseArgtupleInvalid("exactcounts", 0, 3, 5, 2); __PYX_ERR(0, 322, __pyx_L3_error)
        }
        CYTHON_FALLTHROUGH;
        case  3:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_indices);
          if (value) { values[3] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  4:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_maxnodes);
          if (value) { values[4] = value; kw_args--; }
        }
      }
      if (unlikely(kw_args > 0)) {
        if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, "exactcounts") < 0)) __PYX_ERR(0, 322, __pyx_L3_error)
      }
    } else {
      switch (PyTuple_GET_SIZE(__pyx_args)) {
        case  5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4);
        CYTHON_FALLTHROUGH;
        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);
        CYTHON_FALLTHROUGH;
        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);
        values[1] = PyTuple_GET_ITEM(__pyx_args, 1);
        values[0] = PyTuple_GET_ITEM(__pyx_args, 0);
        break;
        default: goto __pyx_L5_argtuple_error;
      }
    }
    __pyx_v_trees1 = ((struct __pyx_obj_8discodop_10containers_Ctrees *)values[0]);
    __pyx_v_trees2 = ((struct __pyx_obj_8discodop_10containers_Ctrees *)values[1]);
    __pyx_v_bitsets = ((PyObject*)values[2]);
    if (values[3]) {
      __pyx_v_indices = __Pyx_PyInt_As_int(values[3]); if (unlikely((__pyx_v_indices == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 323, __pyx_L3_error)
    } else {
      __pyx_v_indices = ((int)0);
    }
    __pyx_v_maxnodes = values[4];
  }
  goto __pyx_L4_argument_unpacking_done;
  __pyx_L5_argtuple_error:;
  __Pyx_RaiseArgtupleInvalid("exactcounts", 0, 3, 5, PyTuple_GET_SIZE(__pyx_args)); __PYX_ERR(0, 322, __pyx_L3_error)
  __pyx_L3_error:;
  __Pyx_AddTraceback("discodop._fragments.exactcounts", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __Pyx_RefNannyFinishContext();
  return NULL;
  __pyx_L4_argument_unpacking_done:;
  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_trees1), __pyx_ptype_8discodop_10containers_Ctrees, 1, "trees1", 0))) __PYX_ERR(0, 322, __pyx_L1_error)
  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_trees2), __pyx_ptype_8discodop_10containers_Ctrees, 1, "trees2", 0))) __PYX_ERR(0, 322, __pyx_L1_error)
  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_bitsets), (&PyList_Type), 1, "bitsets", 1))) __PYX_ERR(0, 322, __pyx_L1_error)
  __pyx_r = __pyx_pf_8discodop_10_fragments_2exactcounts(__pyx_self, __pyx_v_trees1, __pyx_v_trees2, __pyx_v_bitsets, __pyx_v_indices, __pyx_v_maxnodes);

  /* "discodop/_fragments.pyx":322
 * 
 * 
 * cpdef exactcounts(Ctrees trees1, Ctrees trees2, list bitsets,             # <<<<<<<<<<<<<<
 * 		int indices=False, maxnodes=None):
 * 	"""Get exact counts or indices of occurrence for fragments.
 */

  /* function exit code */
  goto __pyx_L0;
  __pyx_L1_error:;
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

static PyObject *__pyx_pf_8discodop_10_fragments_2exactcounts(CYTHON_UNUSED PyObject *__pyx_self, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees1, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees2, PyObject *__pyx_v_bitsets, int __pyx_v_indices, PyObject *__pyx_v_maxnodes) {
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  struct __pyx_opt_args_8discodop_10_fragments_exactcounts __pyx_t_2;
  __Pyx_RefNannySetupContext("exactcounts", 0);
  __Pyx_XDECREF(__pyx_r);
  __pyx_t_2.__pyx_n = 2;
  __pyx_t_2.indices = __pyx_v_indices;
  __pyx_t_2.maxnodes = __pyx_v_maxnodes;
  __pyx_t_1 = __pyx_f_8discodop_10_fragments_exactcounts(__pyx_v_trees1, __pyx_v_trees2, __pyx_v_bitsets, 0, &__pyx_t_2); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 322, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_r = __pyx_t_1;
  __pyx_t_1 = 0;
  goto __pyx_L0;

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_AddTraceback("discodop._fragments.exactcounts", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":407
 * 
 * 
 * cpdef exactcountsslice(Ctrees trees1, Ctrees trees2, list bitsets,             # <<<<<<<<<<<<<<
 * 		int indices=0, maxnodes=None, start=None, end=None, maxresults=None):
 * 	"""Get counts of fragments in a slice of the treebank.
 */

static PyObject *__pyx_pw_8discodop_10_fragments_5exactcountsslice(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/
static PyObject *__pyx_f_8discodop_10_fragments_exactcountsslice(struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees1, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees2, PyObject *__pyx_v_bitsets, CYTHON_UNUSED int __pyx_skip_dispatch, struct __pyx_opt_args_8discodop_10_fragments_exactcountsslice *__pyx_optional_args) {
  int __pyx_v_indices = ((int)0);

  /* "discodop/_fragments.pyx":408
 * 
 * cpdef exactcountsslice(Ctrees trees1, Ctrees trees2, list bitsets,
 * 		int indices=0, maxnodes=None, start=None, end=None, maxresults=None):             # <<<<<<<<<<<<<<
 * 	"""Get counts of fragments in a slice of the treebank.
 * 
 */
  PyObject *__pyx_v_maxnodes = ((PyObject *)Py_None);
  PyObject *__pyx_v_start = ((PyObject *)Py_None);
  PyObject *__pyx_v_end = ((PyObject *)Py_None);
  PyObject *__pyx_v_maxresults = ((PyObject *)Py_None);
  arrayobject *__pyx_v_counts = 0;
  arrayobject *__pyx_v_candidatesarray = 0;
  arrayobject *__pyx_v_tmp = 0;
  arrayobject *__pyx_v_tmp2 = 0;
  PyObject *__pyx_v_theindices = 0;
  PyObject *__pyx_v_candidates = 0;
  short __pyx_v_i;
  short __pyx_v_SLOTS;
  size_t __pyx_v_nummatches;
  size_t __pyx_v_allocated;
  size_t __pyx_v_maxresults_;
  long __pyx_v_cnt;
  uint32_t __pyx_v_n;
  uint32_t __pyx_v_numcandidates;
  uint32_t *__pyx_v_countsp;
  uint32_t *__pyx_v_treenums;
  short *__pyx_v_nodenums;
  struct __pyx_t_8discodop_10containers_NodeArray *__pyx_v_a;
  struct __pyx_t_8discodop_10containers_Node *__pyx_v_anodes;
  uint64_t *__pyx_v_bitset;
  int __pyx_v_start_;
  int __pyx_v_end_;
  PyObject *__pyx_v_wrapper = NULL;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  size_t __pyx_t_1;
  int __pyx_t_2;
  size_t __pyx_t_3;
  int __pyx_t_4;
  int __pyx_t_5;
  PyObject *__pyx_t_6 = NULL;
  short __pyx_t_7;
  short __pyx_t_8;
  short __pyx_t_9;
  PyObject *__pyx_t_10 = NULL;
  Py_ssize_t __pyx_t_11;
  PyObject *__pyx_t_12 = NULL;
  PyObject *__pyx_t_13 = NULL;
  PyObject *__pyx_t_14 = NULL;
  unsigned int *__pyx_t_15;
  uint32_t __pyx_t_16;
  int __pyx_t_17;
  Py_ssize_t __pyx_t_18;
  PyObject *(*__pyx_t_19)(PyObject *);
  __Pyx_RefNannySetupContext("exactcountsslice", 0);
  if (__pyx_optional_args) {
    if (__pyx_optional_args->__pyx_n > 0) {
      __pyx_v_indices = __pyx_optional_args->indices;
      if (__pyx_optional_args->__pyx_n > 1) {
        __pyx_v_maxnodes = __pyx_optional_args->maxnodes;
        if (__pyx_optional_args->__pyx_n > 2) {
          __pyx_v_start = __pyx_optional_args->start;
          if (__pyx_optional_args->__pyx_n > 3) {
            __pyx_v_end = __pyx_optional_args->end;
            if (__pyx_optional_args->__pyx_n > 4) {
              __pyx_v_maxresults = __pyx_optional_args->maxresults;
            }
          }
        }
      }
    }
  }

  /* "discodop/_fragments.pyx":425
 * 	"""
 * 	cdef:
 * 		array counts = None             # <<<<<<<<<<<<<<
 * 		array candidatesarray = None
 * 		array tmp = None, tmp2 = None
 */
  __Pyx_INCREF(Py_None);
  __pyx_v_counts = ((arrayobject *)Py_None);

  /* "discodop/_fragments.pyx":426
 * 	cdef:
 * 		array counts = None
 * 		array candidatesarray = None             # <<<<<<<<<<<<<<
 * 		array tmp = None, tmp2 = None
 * 		list theindices = None
 */
  __Pyx_INCREF(Py_None);
  __pyx_v_candidatesarray = ((arrayobject *)Py_None);

  /* "discodop/_fragments.pyx":427
 * 		array counts = None
 * 		array candidatesarray = None
 * 		array tmp = None, tmp2 = None             # <<<<<<<<<<<<<<
 * 		list theindices = None
 * 		object candidates  # RoaringBitmap
 */
  __Pyx_INCREF(Py_None);
  __pyx_v_tmp = ((arrayobject *)Py_None);
  __Pyx_INCREF(Py_None);
  __pyx_v_tmp2 = ((arrayobject *)Py_None);

  /* "discodop/_fragments.pyx":428
 * 		array candidatesarray = None
 * 		array tmp = None, tmp2 = None
 * 		list theindices = None             # <<<<<<<<<<<<<<
 * 		object candidates  # RoaringBitmap
 * 		short i, SLOTS
 */
  __Pyx_INCREF(Py_None);
  __pyx_v_theindices = ((PyObject*)Py_None);

  /* "discodop/_fragments.pyx":431
 * 		object candidates  # RoaringBitmap
 * 		short i, SLOTS
 * 		size_t nummatches = 0, allocated = 1024             # <<<<<<<<<<<<<<
 * 		size_t maxresults_ = maxresults or SIZE_MAX
 * 		long cnt = 0
 */
  __pyx_v_nummatches = 0;
  __pyx_v_allocated = 0x400;

  /* "discodop/_fragments.pyx":432
 * 		short i, SLOTS
 * 		size_t nummatches = 0, allocated = 1024
 * 		size_t maxresults_ = maxresults or SIZE_MAX             # <<<<<<<<<<<<<<
 * 		long cnt = 0
 * 		uint32_t n, numcandidates
 */
  __pyx_t_2 = __Pyx_PyObject_IsTrue(__pyx_v_maxresults); if (unlikely(__pyx_t_2 < 0)) __PYX_ERR(0, 432, __pyx_L1_error)
  if (!__pyx_t_2) {
  } else {
    __pyx_t_3 = __Pyx_PyInt_As_size_t(__pyx_v_maxresults); if (unlikely((__pyx_t_3 == (size_t)-1) && PyErr_Occurred())) __PYX_ERR(0, 432, __pyx_L1_error)
    __pyx_t_1 = __pyx_t_3;
    goto __pyx_L3_bool_binop_done;
  }
  __pyx_t_1 = SIZE_MAX;
  __pyx_L3_bool_binop_done:;
  __pyx_v_maxresults_ = __pyx_t_1;

  /* "discodop/_fragments.pyx":433
 * 		size_t nummatches = 0, allocated = 1024
 * 		size_t maxresults_ = maxresults or SIZE_MAX
 * 		long cnt = 0             # <<<<<<<<<<<<<<
 * 		uint32_t n, numcandidates
 * 		uint32_t *countsp = NULL
 */
  __pyx_v_cnt = 0;

  /* "discodop/_fragments.pyx":435
 * 		long cnt = 0
 * 		uint32_t n, numcandidates
 * 		uint32_t *countsp = NULL             # <<<<<<<<<<<<<<
 * 		uint32_t *treenums = NULL
 * 		short *nodenums = NULL
 */
  __pyx_v_countsp = NULL;

  /* "discodop/_fragments.pyx":436
 * 		uint32_t n, numcandidates
 * 		uint32_t *countsp = NULL
 * 		uint32_t *treenums = NULL             # <<<<<<<<<<<<<<
 * 		short *nodenums = NULL
 * 		NodeArray *a
 */
  __pyx_v_treenums = NULL;

  /* "discodop/_fragments.pyx":437
 * 		uint32_t *countsp = NULL
 * 		uint32_t *treenums = NULL
 * 		short *nodenums = NULL             # <<<<<<<<<<<<<<
 * 		NodeArray *a
 * 		Node *anodes
 */
  __pyx_v_nodenums = NULL;

  /* "discodop/_fragments.pyx":441
 * 		Node *anodes
 * 		uint64_t *bitset
 * 		int start_ = start or 0, end_ = end or trees2.len             # <<<<<<<<<<<<<<
 * 	if maxnodes:
 * 		SLOTS = BITNSLOTS(maxnodes + 1)
 */
  __pyx_t_2 = __Pyx_PyObject_IsTrue(__pyx_v_start); if (unlikely(__pyx_t_2 < 0)) __PYX_ERR(0, 441, __pyx_L1_error)
  if (!__pyx_t_2) {
  } else {
    __pyx_t_5 = __Pyx_PyInt_As_int(__pyx_v_start); if (unlikely((__pyx_t_5 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 441, __pyx_L1_error)
    __pyx_t_4 = __pyx_t_5;
    goto __pyx_L5_bool_binop_done;
  }
  __pyx_t_4 = 0;
  __pyx_L5_bool_binop_done:;
  __pyx_v_start_ = __pyx_t_4;
  __pyx_t_2 = __Pyx_PyObject_IsTrue(__pyx_v_end); if (unlikely(__pyx_t_2 < 0)) __PYX_ERR(0, 441, __pyx_L1_error)
  if (!__pyx_t_2) {
  } else {
    __pyx_t_5 = __Pyx_PyInt_As_int(__pyx_v_end); if (unlikely((__pyx_t_5 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 441, __pyx_L1_error)
    __pyx_t_4 = __pyx_t_5;
    goto __pyx_L7_bool_binop_done;
  }
  __pyx_t_4 = __pyx_v_trees2->len;
  __pyx_L7_bool_binop_done:;
  __pyx_v_end_ = __pyx_t_4;

  /* "discodop/_fragments.pyx":442
 * 		uint64_t *bitset
 * 		int start_ = start or 0, end_ = end or trees2.len
 * 	if maxnodes:             # <<<<<<<<<<<<<<
 * 		SLOTS = BITNSLOTS(maxnodes + 1)
 * 	else:
 */
  __pyx_t_2 = __Pyx_PyObject_IsTrue(__pyx_v_maxnodes); if (unlikely(__pyx_t_2 < 0)) __PYX_ERR(0, 442, __pyx_L1_error)
  if (__pyx_t_2) {

    /* "discodop/_fragments.pyx":443
 * 		int start_ = start or 0, end_ = end or trees2.len
 * 	if maxnodes:
 * 		SLOTS = BITNSLOTS(maxnodes + 1)             # <<<<<<<<<<<<<<
 * 	else:
 * 		SLOTS = BITNSLOTS(max(trees1.maxnodes, trees2.maxnodes) + 1)
 */
    __pyx_t_6 = __Pyx_PyInt_AddObjC(__pyx_v_maxnodes, __pyx_int_1, 1, 0); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 443, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_6);
    __pyx_t_4 = __Pyx_PyInt_As_int(__pyx_t_6); if (unlikely((__pyx_t_4 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 443, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
    __pyx_v_SLOTS = BITNSLOTS(__pyx_t_4);

    /* "discodop/_fragments.pyx":442
 * 		uint64_t *bitset
 * 		int start_ = start or 0, end_ = end or trees2.len
 * 	if maxnodes:             # <<<<<<<<<<<<<<
 * 		SLOTS = BITNSLOTS(maxnodes + 1)
 * 	else:
 */
    goto __pyx_L9;
  }

  /* "discodop/_fragments.pyx":445
 * 		SLOTS = BITNSLOTS(maxnodes + 1)
 * 	else:
 * 		SLOTS = BITNSLOTS(max(trees1.maxnodes, trees2.maxnodes) + 1)             # <<<<<<<<<<<<<<
 * 	if indices:
 * 		treenums = <uint32_t *>malloc(allocated * sizeof(int))
 */
  /*else*/ {
    __pyx_t_7 = __pyx_v_trees2->maxnodes;
    __pyx_t_8 = __pyx_v_trees1->maxnodes;
    if (((__pyx_t_7 > __pyx_t_8) != 0)) {
      __pyx_t_9 = __pyx_t_7;
    } else {
      __pyx_t_9 = __pyx_t_8;
    }
    __pyx_v_SLOTS = BITNSLOTS((__pyx_t_9 + 1));
  }
  __pyx_L9:;

  /* "discodop/_fragments.pyx":446
 * 	else:
 * 		SLOTS = BITNSLOTS(max(trees1.maxnodes, trees2.maxnodes) + 1)
 * 	if indices:             # <<<<<<<<<<<<<<
 * 		treenums = <uint32_t *>malloc(allocated * sizeof(int))
 * 		if treenums is NULL:
 */
  __pyx_t_2 = (__pyx_v_indices != 0);
  if (__pyx_t_2) {

    /* "discodop/_fragments.pyx":447
 * 		SLOTS = BITNSLOTS(max(trees1.maxnodes, trees2.maxnodes) + 1)
 * 	if indices:
 * 		treenums = <uint32_t *>malloc(allocated * sizeof(int))             # <<<<<<<<<<<<<<
 * 		if treenums is NULL:
 * 			raise MemoryError
 */
    __pyx_v_treenums = ((uint32_t *)malloc((__pyx_v_allocated * (sizeof(int)))));

    /* "discodop/_fragments.pyx":448
 * 	if indices:
 * 		treenums = <uint32_t *>malloc(allocated * sizeof(int))
 * 		if treenums is NULL:             # <<<<<<<<<<<<<<
 * 			raise MemoryError
 * 		if indices == 1:
 */
    __pyx_t_2 = ((__pyx_v_treenums == NULL) != 0);
    if (__pyx_t_2) {

      /* "discodop/_fragments.pyx":449
 * 		treenums = <uint32_t *>malloc(allocated * sizeof(int))
 * 		if treenums is NULL:
 * 			raise MemoryError             # <<<<<<<<<<<<<<
 * 		if indices == 1:
 * 			theindices = [clone(uintarray, 0, False) for _ in bitsets]
 */
      PyErr_NoMemory(); __PYX_ERR(0, 449, __pyx_L1_error)

      /* "discodop/_fragments.pyx":448
 * 	if indices:
 * 		treenums = <uint32_t *>malloc(allocated * sizeof(int))
 * 		if treenums is NULL:             # <<<<<<<<<<<<<<
 * 			raise MemoryError
 * 		if indices == 1:
 */
    }

    /* "discodop/_fragments.pyx":450
 * 		if treenums is NULL:
 * 			raise MemoryError
 * 		if indices == 1:             # <<<<<<<<<<<<<<
 * 			theindices = [clone(uintarray, 0, False) for _ in bitsets]
 * 		elif indices == 2:
 */
    switch (__pyx_v_indices) {
      case 1:

      /* "discodop/_fragments.pyx":451
 * 			raise MemoryError
 * 		if indices == 1:
 * 			theindices = [clone(uintarray, 0, False) for _ in bitsets]             # <<<<<<<<<<<<<<
 * 		elif indices == 2:
 * 			theindices = [
 */
      { /* enter inner scope */
        CYTHON_UNUSED PyObject *__pyx_8genexpr4__pyx_v__ = NULL;
        __pyx_t_6 = PyList_New(0); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 451, __pyx_L14_error)
        __Pyx_GOTREF(__pyx_t_6);
        if (unlikely(__pyx_v_bitsets == Py_None)) {
          PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable");
          __PYX_ERR(0, 451, __pyx_L14_error)
        }
        __pyx_t_10 = __pyx_v_bitsets; __Pyx_INCREF(__pyx_t_10); __pyx_t_11 = 0;
        for (;;) {
          if (__pyx_t_11 >= PyList_GET_SIZE(__pyx_t_10)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_12 = PyList_GET_ITEM(__pyx_t_10, __pyx_t_11); __Pyx_INCREF(__pyx_t_12); __pyx_t_11++; if (unlikely(0 < 0)) __PYX_ERR(0, 451, __pyx_L14_error)
          #else
          __pyx_t_12 = PySequence_ITEM(__pyx_t_10, __pyx_t_11); __pyx_t_11++; if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 451, __pyx_L14_error)
          __Pyx_GOTREF(__pyx_t_12);
          #endif
          __Pyx_XDECREF_SET(__pyx_8genexpr4__pyx_v__, __pyx_t_12);
          __pyx_t_12 = 0;
          __pyx_t_12 = ((PyObject *)__pyx_v_8discodop_10_fragments_uintarray);
          __Pyx_INCREF(__pyx_t_12);
          __pyx_t_13 = ((PyObject *)__pyx_f_7cpython_5array_clone(((arrayobject *)__pyx_t_12), 0, 0)); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 451, __pyx_L14_error)
          __Pyx_GOTREF(__pyx_t_13);
          __Pyx_DECREF(__pyx_t_12); __pyx_t_12 = 0;
          if (unlikely(__Pyx_ListComp_Append(__pyx_t_6, (PyObject*)__pyx_t_13))) __PYX_ERR(0, 451, __pyx_L14_error)
          __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
        }
        __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
        __Pyx_XDECREF(__pyx_8genexpr4__pyx_v__);
        goto __pyx_L17_exit_scope;
        __pyx_L14_error:;
        __Pyx_XDECREF(__pyx_8genexpr4__pyx_v__);
        goto __pyx_L1_error;
        __pyx_L17_exit_scope:;
      } /* exit inner scope */
      __Pyx_DECREF_SET(__pyx_v_theindices, ((PyObject*)__pyx_t_6));
      __pyx_t_6 = 0;

      /* "discodop/_fragments.pyx":450
 * 		if treenums is NULL:
 * 			raise MemoryError
 * 		if indices == 1:             # <<<<<<<<<<<<<<
 * 			theindices = [clone(uintarray, 0, False) for _ in bitsets]
 * 		elif indices == 2:
 */
      break;

      /* "discodop/_fragments.pyx":452
 * 		if indices == 1:
 * 			theindices = [clone(uintarray, 0, False) for _ in bitsets]
 * 		elif indices == 2:             # <<<<<<<<<<<<<<
 * 			theindices = [
 * 					(clone(uintarray, 0, False), clone(shortarray, 0, False))
 */
      case 2:

      /* "discodop/_fragments.pyx":453
 * 			theindices = [clone(uintarray, 0, False) for _ in bitsets]
 * 		elif indices == 2:
 * 			theindices = [             # <<<<<<<<<<<<<<
 * 					(clone(uintarray, 0, False), clone(shortarray, 0, False))
 * 					for _ in bitsets]
 */
      { /* enter inner scope */
        CYTHON_UNUSED PyObject *__pyx_8genexpr5__pyx_v__ = NULL;
        __pyx_t_6 = PyList_New(0); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 453, __pyx_L20_error)
        __Pyx_GOTREF(__pyx_t_6);

        /* "discodop/_fragments.pyx":455
 * 			theindices = [
 * 					(clone(uintarray, 0, False), clone(shortarray, 0, False))
 * 					for _ in bitsets]             # <<<<<<<<<<<<<<
 * 			nodenums = <short *>malloc(allocated * sizeof(int))
 * 			if nodenums is NULL:
 */
        if (unlikely(__pyx_v_bitsets == Py_None)) {
          PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable");
          __PYX_ERR(0, 455, __pyx_L20_error)
        }
        __pyx_t_10 = __pyx_v_bitsets; __Pyx_INCREF(__pyx_t_10); __pyx_t_11 = 0;
        for (;;) {
          if (__pyx_t_11 >= PyList_GET_SIZE(__pyx_t_10)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_13 = PyList_GET_ITEM(__pyx_t_10, __pyx_t_11); __Pyx_INCREF(__pyx_t_13); __pyx_t_11++; if (unlikely(0 < 0)) __PYX_ERR(0, 455, __pyx_L20_error)
          #else
          __pyx_t_13 = PySequence_ITEM(__pyx_t_10, __pyx_t_11); __pyx_t_11++; if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 455, __pyx_L20_error)
          __Pyx_GOTREF(__pyx_t_13);
          #endif
          __Pyx_XDECREF_SET(__pyx_8genexpr5__pyx_v__, __pyx_t_13);
          __pyx_t_13 = 0;

          /* "discodop/_fragments.pyx":454
 * 		elif indices == 2:
 * 			theindices = [
 * 					(clone(uintarray, 0, False), clone(shortarray, 0, False))             # <<<<<<<<<<<<<<
 * 					for _ in bitsets]
 * 			nodenums = <short *>malloc(allocated * sizeof(int))
 */
          __pyx_t_13 = ((PyObject *)__pyx_v_8discodop_10_fragments_uintarray);
          __Pyx_INCREF(__pyx_t_13);
          __pyx_t_12 = ((PyObject *)__pyx_f_7cpython_5array_clone(((arrayobject *)__pyx_t_13), 0, 0)); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 454, __pyx_L20_error)
          __Pyx_GOTREF(__pyx_t_12);
          __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
          __pyx_t_13 = ((PyObject *)__pyx_v_8discodop_10_fragments_shortarray);
          __Pyx_INCREF(__pyx_t_13);
          __pyx_t_14 = ((PyObject *)__pyx_f_7cpython_5array_clone(((arrayobject *)__pyx_t_13), 0, 0)); if (unlikely(!__pyx_t_14)) __PYX_ERR(0, 454, __pyx_L20_error)
          __Pyx_GOTREF(__pyx_t_14);
          __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
          __pyx_t_13 = PyTuple_New(2); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 454, __pyx_L20_error)
          __Pyx_GOTREF(__pyx_t_13);
          __Pyx_GIVEREF(__pyx_t_12);
          PyTuple_SET_ITEM(__pyx_t_13, 0, __pyx_t_12);
          __Pyx_GIVEREF(__pyx_t_14);
          PyTuple_SET_ITEM(__pyx_t_13, 1, __pyx_t_14);
          __pyx_t_12 = 0;
          __pyx_t_14 = 0;
          if (unlikely(__Pyx_ListComp_Append(__pyx_t_6, (PyObject*)__pyx_t_13))) __PYX_ERR(0, 453, __pyx_L20_error)
          __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;

          /* "discodop/_fragments.pyx":455
 * 			theindices = [
 * 					(clone(uintarray, 0, False), clone(shortarray, 0, False))
 * 					for _ in bitsets]             # <<<<<<<<<<<<<<
 * 			nodenums = <short *>malloc(allocated * sizeof(int))
 * 			if nodenums is NULL:
 */
        }
        __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
        __Pyx_XDECREF(__pyx_8genexpr5__pyx_v__);
        goto __pyx_L23_exit_scope;
        __pyx_L20_error:;
        __Pyx_XDECREF(__pyx_8genexpr5__pyx_v__);
        goto __pyx_L1_error;
        __pyx_L23_exit_scope:;
      } /* exit inner scope */
      __Pyx_DECREF_SET(__pyx_v_theindices, ((PyObject*)__pyx_t_6));
      __pyx_t_6 = 0;

      /* "discodop/_fragments.pyx":456
 * 					(clone(uintarray, 0, False), clone(shortarray, 0, False))
 * 					for _ in bitsets]
 * 			nodenums = <short *>malloc(allocated * sizeof(int))             # <<<<<<<<<<<<<<
 * 			if nodenums is NULL:
 * 				raise MemoryError
 */
      __pyx_v_nodenums = ((short *)malloc((__pyx_v_allocated * (sizeof(int)))));

      /* "discodop/_fragments.pyx":457
 * 					for _ in bitsets]
 * 			nodenums = <short *>malloc(allocated * sizeof(int))
 * 			if nodenums is NULL:             # <<<<<<<<<<<<<<
 * 				raise MemoryError
 * 	else:
 */
      __pyx_t_2 = ((__pyx_v_nodenums == NULL) != 0);
      if (__pyx_t_2) {

        /* "discodop/_fragments.pyx":458
 * 			nodenums = <short *>malloc(allocated * sizeof(int))
 * 			if nodenums is NULL:
 * 				raise MemoryError             # <<<<<<<<<<<<<<
 * 	else:
 * 		counts = clone(uintarray, len(bitsets), True)
 */
        PyErr_NoMemory(); __PYX_ERR(0, 458, __pyx_L1_error)

        /* "discodop/_fragments.pyx":457
 * 					for _ in bitsets]
 * 			nodenums = <short *>malloc(allocated * sizeof(int))
 * 			if nodenums is NULL:             # <<<<<<<<<<<<<<
 * 				raise MemoryError
 * 	else:
 */
      }

      /* "discodop/_fragments.pyx":452
 * 		if indices == 1:
 * 			theindices = [clone(uintarray, 0, False) for _ in bitsets]
 * 		elif indices == 2:             # <<<<<<<<<<<<<<
 * 			theindices = [
 * 					(clone(uintarray, 0, False), clone(shortarray, 0, False))
 */
      break;
      default: break;
    }

    /* "discodop/_fragments.pyx":446
 * 	else:
 * 		SLOTS = BITNSLOTS(max(trees1.maxnodes, trees2.maxnodes) + 1)
 * 	if indices:             # <<<<<<<<<<<<<<
 * 		treenums = <uint32_t *>malloc(allocated * sizeof(int))
 * 		if treenums is NULL:
 */
    goto __pyx_L10;
  }

  /* "discodop/_fragments.pyx":460
 * 				raise MemoryError
 * 	else:
 * 		counts = clone(uintarray, len(bitsets), True)             # <<<<<<<<<<<<<<
 * 		countsp = counts.data.as_uints
 * 	candidatesarray = clone(uintarray, 0, False)
 */
  /*else*/ {
    __pyx_t_6 = ((PyObject *)__pyx_v_8discodop_10_fragments_uintarray);
    __Pyx_INCREF(__pyx_t_6);
    if (unlikely(__pyx_v_bitsets == Py_None)) {
      PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
      __PYX_ERR(0, 460, __pyx_L1_error)
    }
    __pyx_t_11 = PyList_GET_SIZE(__pyx_v_bitsets); if (unlikely(__pyx_t_11 == -1)) __PYX_ERR(0, 460, __pyx_L1_error)
    __pyx_t_10 = ((PyObject *)__pyx_f_7cpython_5array_clone(((arrayobject *)__pyx_t_6), __pyx_t_11, 1)); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 460, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_10);
    __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
    __Pyx_DECREF_SET(__pyx_v_counts, ((arrayobject *)__pyx_t_10));
    __pyx_t_10 = 0;

    /* "discodop/_fragments.pyx":461
 * 	else:
 * 		counts = clone(uintarray, len(bitsets), True)
 * 		countsp = counts.data.as_uints             # <<<<<<<<<<<<<<
 * 	candidatesarray = clone(uintarray, 0, False)
 * 	# compare one bitset to each tree for each unique fragment.
 */
    __pyx_t_15 = __pyx_v_counts->data.as_uints;
    __pyx_v_countsp = __pyx_t_15;
  }
  __pyx_L10:;

  /* "discodop/_fragments.pyx":462
 * 		counts = clone(uintarray, len(bitsets), True)
 * 		countsp = counts.data.as_uints
 * 	candidatesarray = clone(uintarray, 0, False)             # <<<<<<<<<<<<<<
 * 	# compare one bitset to each tree for each unique fragment.
 * 	for n, wrapper in enumerate(bitsets):
 */
  __pyx_t_10 = ((PyObject *)__pyx_v_8discodop_10_fragments_uintarray);
  __Pyx_INCREF(__pyx_t_10);
  __pyx_t_6 = ((PyObject *)__pyx_f_7cpython_5array_clone(((arrayobject *)__pyx_t_10), 0, 0)); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 462, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_6);
  __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
  __Pyx_DECREF_SET(__pyx_v_candidatesarray, ((arrayobject *)__pyx_t_6));
  __pyx_t_6 = 0;

  /* "discodop/_fragments.pyx":464
 * 	candidatesarray = clone(uintarray, 0, False)
 * 	# compare one bitset to each tree for each unique fragment.
 * 	for n, wrapper in enumerate(bitsets):             # <<<<<<<<<<<<<<
 * 		bitset = getpointer(wrapper)
 * 		a = &(trees1.trees[getid(bitset, SLOTS)])  # fragment is from this tree
 */
  __pyx_t_16 = 0;
  __pyx_t_6 = __pyx_v_bitsets; __Pyx_INCREF(__pyx_t_6); __pyx_t_11 = 0;
  for (;;) {
    if (__pyx_t_11 >= PyList_GET_SIZE(__pyx_t_6)) break;
    #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
    __pyx_t_10 = PyList_GET_ITEM(__pyx_t_6, __pyx_t_11); __Pyx_INCREF(__pyx_t_10); __pyx_t_11++; if (unlikely(0 < 0)) __PYX_ERR(0, 464, __pyx_L1_error)
    #else
    __pyx_t_10 = PySequence_ITEM(__pyx_t_6, __pyx_t_11); __pyx_t_11++; if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 464, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_10);
    #endif
    __Pyx_XDECREF_SET(__pyx_v_wrapper, __pyx_t_10);
    __pyx_t_10 = 0;
    __pyx_v_n = __pyx_t_16;
    __pyx_t_16 = (__pyx_t_16 + 1);

    /* "discodop/_fragments.pyx":465
 * 	# compare one bitset to each tree for each unique fragment.
 * 	for n, wrapper in enumerate(bitsets):
 * 		bitset = getpointer(wrapper)             # <<<<<<<<<<<<<<
 * 		a = &(trees1.trees[getid(bitset, SLOTS)])  # fragment is from this tree
 * 		anodes = &trees1.nodes[a.offset]
 */
    __pyx_v_bitset = __pyx_f_8discodop_10_fragments_getpointer(__pyx_v_wrapper);

    /* "discodop/_fragments.pyx":466
 * 	for n, wrapper in enumerate(bitsets):
 * 		bitset = getpointer(wrapper)
 * 		a = &(trees1.trees[getid(bitset, SLOTS)])  # fragment is from this tree             # <<<<<<<<<<<<<<
 * 		anodes = &trees1.nodes[a.offset]
 * 		candidates = getcandidates(anodes, bitset, trees2, a.len,
 */
    __pyx_v_a = (&(__pyx_v_trees1->trees[__pyx_f_8discodop_10_fragments_getid(__pyx_v_bitset, __pyx_v_SLOTS)]));

    /* "discodop/_fragments.pyx":467
 * 		bitset = getpointer(wrapper)
 * 		a = &(trees1.trees[getid(bitset, SLOTS)])  # fragment is from this tree
 * 		anodes = &trees1.nodes[a.offset]             # <<<<<<<<<<<<<<
 * 		candidates = getcandidates(anodes, bitset, trees2, a.len,
 * 				start_, end_, SLOTS)
 */
    __pyx_v_anodes = (&(__pyx_v_trees1->nodes[__pyx_v_a->offset]));

    /* "discodop/_fragments.pyx":468
 * 		a = &(trees1.trees[getid(bitset, SLOTS)])  # fragment is from this tree
 * 		anodes = &trees1.nodes[a.offset]
 * 		candidates = getcandidates(anodes, bitset, trees2, a.len,             # <<<<<<<<<<<<<<
 * 				start_, end_, SLOTS)
 * 		if candidates is None:  # ran across unseen production
 */
    __pyx_t_10 = __pyx_f_8discodop_10_fragments_getcandidates(__pyx_v_anodes, __pyx_v_bitset, __pyx_v_trees2, __pyx_v_a->len, __pyx_v_start_, __pyx_v_end_, __pyx_v_SLOTS); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 468, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_10);
    __Pyx_XDECREF_SET(__pyx_v_candidates, __pyx_t_10);
    __pyx_t_10 = 0;

    /* "discodop/_fragments.pyx":470
 * 		candidates = getcandidates(anodes, bitset, trees2, a.len,
 * 				start_, end_, SLOTS)
 * 		if candidates is None:  # ran across unseen production             # <<<<<<<<<<<<<<
 * 			continue
 * 		candidatesarray.extend(candidates)
 */
    __pyx_t_2 = (__pyx_v_candidates == Py_None);
    __pyx_t_17 = (__pyx_t_2 != 0);
    if (__pyx_t_17) {

      /* "discodop/_fragments.pyx":471
 * 				start_, end_, SLOTS)
 * 		if candidates is None:  # ran across unseen production
 * 			continue             # <<<<<<<<<<<<<<
 * 		candidatesarray.extend(candidates)
 * 		numcandidates = len(candidatesarray)
 */
      goto __pyx_L25_continue;

      /* "discodop/_fragments.pyx":470
 * 		candidates = getcandidates(anodes, bitset, trees2, a.len,
 * 				start_, end_, SLOTS)
 * 		if candidates is None:  # ran across unseen production             # <<<<<<<<<<<<<<
 * 			continue
 * 		candidatesarray.extend(candidates)
 */
    }

    /* "discodop/_fragments.pyx":472
 * 		if candidates is None:  # ran across unseen production
 * 			continue
 * 		candidatesarray.extend(candidates)             # <<<<<<<<<<<<<<
 * 		numcandidates = len(candidatesarray)
 * 		if indices == 1:
 */
    __pyx_t_13 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_candidatesarray), __pyx_n_s_extend); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 472, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_13);
    __pyx_t_14 = NULL;
    if (CYTHON_UNPACK_METHODS && likely(PyMethod_Check(__pyx_t_13))) {
      __pyx_t_14 = PyMethod_GET_SELF(__pyx_t_13);
      if (likely(__pyx_t_14)) {
        PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_13);
        __Pyx_INCREF(__pyx_t_14);
        __Pyx_INCREF(function);
        __Pyx_DECREF_SET(__pyx_t_13, function);
      }
    }
    if (!__pyx_t_14) {
      __pyx_t_10 = __Pyx_PyObject_CallOneArg(__pyx_t_13, __pyx_v_candidates); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 472, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_10);
    } else {
      #if CYTHON_FAST_PYCALL
      if (PyFunction_Check(__pyx_t_13)) {
        PyObject *__pyx_temp[2] = {__pyx_t_14, __pyx_v_candidates};
        __pyx_t_10 = __Pyx_PyFunction_FastCall(__pyx_t_13, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 472, __pyx_L1_error)
        __Pyx_XDECREF(__pyx_t_14); __pyx_t_14 = 0;
        __Pyx_GOTREF(__pyx_t_10);
      } else
      #endif
      #if CYTHON_FAST_PYCCALL
      if (__Pyx_PyFastCFunction_Check(__pyx_t_13)) {
        PyObject *__pyx_temp[2] = {__pyx_t_14, __pyx_v_candidates};
        __pyx_t_10 = __Pyx_PyCFunction_FastCall(__pyx_t_13, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 472, __pyx_L1_error)
        __Pyx_XDECREF(__pyx_t_14); __pyx_t_14 = 0;
        __Pyx_GOTREF(__pyx_t_10);
      } else
      #endif
      {
        __pyx_t_12 = PyTuple_New(1+1); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 472, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_12);
        __Pyx_GIVEREF(__pyx_t_14); PyTuple_SET_ITEM(__pyx_t_12, 0, __pyx_t_14); __pyx_t_14 = NULL;
        __Pyx_INCREF(__pyx_v_candidates);
        __Pyx_GIVEREF(__pyx_v_candidates);
        PyTuple_SET_ITEM(__pyx_t_12, 0+1, __pyx_v_candidates);
        __pyx_t_10 = __Pyx_PyObject_Call(__pyx_t_13, __pyx_t_12, NULL); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 472, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_10);
        __Pyx_DECREF(__pyx_t_12); __pyx_t_12 = 0;
      }
    }
    __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
    __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;

    /* "discodop/_fragments.pyx":473
 * 			continue
 * 		candidatesarray.extend(candidates)
 * 		numcandidates = len(candidatesarray)             # <<<<<<<<<<<<<<
 * 		if indices == 1:
 * 			tmp = theindices[n]
 */
    if (unlikely(((PyObject *)__pyx_v_candidatesarray) == Py_None)) {
      PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
      __PYX_ERR(0, 473, __pyx_L1_error)
    }
    __pyx_t_18 = Py_SIZE(((PyObject *)__pyx_v_candidatesarray)); if (unlikely(__pyx_t_18 == -1)) __PYX_ERR(0, 473, __pyx_L1_error)
    __pyx_v_numcandidates = __pyx_t_18;

    /* "discodop/_fragments.pyx":474
 * 		candidatesarray.extend(candidates)
 * 		numcandidates = len(candidatesarray)
 * 		if indices == 1:             # <<<<<<<<<<<<<<
 * 			tmp = theindices[n]
 * 		elif indices == 2:
 */
    switch (__pyx_v_indices) {
      case 1:

      /* "discodop/_fragments.pyx":475
 * 		numcandidates = len(candidatesarray)
 * 		if indices == 1:
 * 			tmp = theindices[n]             # <<<<<<<<<<<<<<
 * 		elif indices == 2:
 * 			tmp, tmp2 = theindices[n]
 */
      if (unlikely(__pyx_v_theindices == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
        __PYX_ERR(0, 475, __pyx_L1_error)
      }
      if (!(likely(((PyList_GET_ITEM(__pyx_v_theindices, __pyx_v_n)) == Py_None) || likely(__Pyx_TypeTest(PyList_GET_ITEM(__pyx_v_theindices, __pyx_v_n), __pyx_ptype_7cpython_5array_array))))) __PYX_ERR(0, 475, __pyx_L1_error)
      __pyx_t_10 = PyList_GET_ITEM(__pyx_v_theindices, __pyx_v_n);
      __Pyx_INCREF(__pyx_t_10);
      __Pyx_DECREF_SET(__pyx_v_tmp, ((arrayobject *)__pyx_t_10));
      __pyx_t_10 = 0;

      /* "discodop/_fragments.pyx":474
 * 		candidatesarray.extend(candidates)
 * 		numcandidates = len(candidatesarray)
 * 		if indices == 1:             # <<<<<<<<<<<<<<
 * 			tmp = theindices[n]
 * 		elif indices == 2:
 */
      break;

      /* "discodop/_fragments.pyx":476
 * 		if indices == 1:
 * 			tmp = theindices[n]
 * 		elif indices == 2:             # <<<<<<<<<<<<<<
 * 			tmp, tmp2 = theindices[n]
 * 		i = getroot(bitset, SLOTS)  # root of fragment in tree 'a'
 */
      case 2:

      /* "discodop/_fragments.pyx":477
 * 			tmp = theindices[n]
 * 		elif indices == 2:
 * 			tmp, tmp2 = theindices[n]             # <<<<<<<<<<<<<<
 * 		i = getroot(bitset, SLOTS)  # root of fragment in tree 'a'
 * 		with nogil:
 */
      if (unlikely(__pyx_v_theindices == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
        __PYX_ERR(0, 477, __pyx_L1_error)
      }
      __pyx_t_10 = PyList_GET_ITEM(__pyx_v_theindices, __pyx_v_n);
      __Pyx_INCREF(__pyx_t_10);
      if ((likely(PyTuple_CheckExact(__pyx_t_10))) || (PyList_CheckExact(__pyx_t_10))) {
        PyObject* sequence = __pyx_t_10;
        #if !CYTHON_COMPILING_IN_PYPY
        Py_ssize_t size = Py_SIZE(sequence);
        #else
        Py_ssize_t size = PySequence_Size(sequence);
        #endif
        if (unlikely(size != 2)) {
          if (size > 2) __Pyx_RaiseTooManyValuesError(2);
          else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size);
          __PYX_ERR(0, 477, __pyx_L1_error)
        }
        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
        if (likely(PyTuple_CheckExact(sequence))) {
          __pyx_t_13 = PyTuple_GET_ITEM(sequence, 0); 
          __pyx_t_12 = PyTuple_GET_ITEM(sequence, 1); 
        } else {
          __pyx_t_13 = PyList_GET_ITEM(sequence, 0); 
          __pyx_t_12 = PyList_GET_ITEM(sequence, 1); 
        }
        __Pyx_INCREF(__pyx_t_13);
        __Pyx_INCREF(__pyx_t_12);
        #else
        __pyx_t_13 = PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 477, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_13);
        __pyx_t_12 = PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 477, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_12);
        #endif
        __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
      } else {
        Py_ssize_t index = -1;
        __pyx_t_14 = PyObject_GetIter(__pyx_t_10); if (unlikely(!__pyx_t_14)) __PYX_ERR(0, 477, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_14);
        __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
        __pyx_t_19 = Py_TYPE(__pyx_t_14)->tp_iternext;
        index = 0; __pyx_t_13 = __pyx_t_19(__pyx_t_14); if (unlikely(!__pyx_t_13)) goto __pyx_L28_unpacking_failed;
        __Pyx_GOTREF(__pyx_t_13);
        index = 1; __pyx_t_12 = __pyx_t_19(__pyx_t_14); if (unlikely(!__pyx_t_12)) goto __pyx_L28_unpacking_failed;
        __Pyx_GOTREF(__pyx_t_12);
        if (__Pyx_IternextUnpackEndCheck(__pyx_t_19(__pyx_t_14), 2) < 0) __PYX_ERR(0, 477, __pyx_L1_error)
        __pyx_t_19 = NULL;
        __Pyx_DECREF(__pyx_t_14); __pyx_t_14 = 0;
        goto __pyx_L29_unpacking_done;
        __pyx_L28_unpacking_failed:;
        __Pyx_DECREF(__pyx_t_14); __pyx_t_14 = 0;
        __pyx_t_19 = NULL;
        if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index);
        __PYX_ERR(0, 477, __pyx_L1_error)
        __pyx_L29_unpacking_done:;
      }
      if (!(likely(((__pyx_t_13) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_13, __pyx_ptype_7cpython_5array_array))))) __PYX_ERR(0, 477, __pyx_L1_error)
      if (!(likely(((__pyx_t_12) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_12, __pyx_ptype_7cpython_5array_array))))) __PYX_ERR(0, 477, __pyx_L1_error)
      __Pyx_DECREF_SET(__pyx_v_tmp, ((arrayobject *)__pyx_t_13));
      __pyx_t_13 = 0;
      __Pyx_DECREF_SET(__pyx_v_tmp2, ((arrayobject *)__pyx_t_12));
      __pyx_t_12 = 0;

      /* "discodop/_fragments.pyx":476
 * 		if indices == 1:
 * 			tmp = theindices[n]
 * 		elif indices == 2:             # <<<<<<<<<<<<<<
 * 			tmp, tmp2 = theindices[n]
 * 		i = getroot(bitset, SLOTS)  # root of fragment in tree 'a'
 */
      break;
      default: break;
    }

    /* "discodop/_fragments.pyx":478
 * 		elif indices == 2:
 * 			tmp, tmp2 = theindices[n]
 * 		i = getroot(bitset, SLOTS)  # root of fragment in tree 'a'             # <<<<<<<<<<<<<<
 * 		with nogil:
 * 			cnt = countbitset(bitset, anodes, i, n,
 */
    __pyx_v_i = __pyx_f_8discodop_10_fragments_getroot(__pyx_v_bitset, __pyx_v_SLOTS);

    /* "discodop/_fragments.pyx":479
 * 			tmp, tmp2 = theindices[n]
 * 		i = getroot(bitset, SLOTS)  # root of fragment in tree 'a'
 * 		with nogil:             # <<<<<<<<<<<<<<
 * 			cnt = countbitset(bitset, anodes, i, n,
 * 					candidatesarray.data.as_uints,
 */
    {
        #ifdef WITH_THREAD
        PyThreadState *_save;
        Py_UNBLOCK_THREADS
        __Pyx_FastGIL_Remember();
        #endif
        /*try:*/ {

          /* "discodop/_fragments.pyx":480
 * 		i = getroot(bitset, SLOTS)  # root of fragment in tree 'a'
 * 		with nogil:
 * 			cnt = countbitset(bitset, anodes, i, n,             # <<<<<<<<<<<<<<
 * 					candidatesarray.data.as_uints,
 * 					numcandidates, indices, trees2.trees, trees2.nodes,
 */
          __pyx_v_cnt = __pyx_f_8discodop_10_fragments_countbitset(__pyx_v_bitset, __pyx_v_anodes, __pyx_v_i, __pyx_v_n, __pyx_v_candidatesarray->data.as_uints, __pyx_v_numcandidates, __pyx_v_indices, __pyx_v_trees2->trees, __pyx_v_trees2->nodes, __pyx_v_maxresults_, (&__pyx_v_nummatches), (&__pyx_v_allocated), __pyx_v_countsp, (&__pyx_v_treenums), (&__pyx_v_nodenums));
        }

        /* "discodop/_fragments.pyx":479
 * 			tmp, tmp2 = theindices[n]
 * 		i = getroot(bitset, SLOTS)  # root of fragment in tree 'a'
 * 		with nogil:             # <<<<<<<<<<<<<<
 * 			cnt = countbitset(bitset, anodes, i, n,
 * 					candidatesarray.data.as_uints,
 */
        /*finally:*/ {
          /*normal exit:*/{
            #ifdef WITH_THREAD
            __Pyx_FastGIL_Forget();
            Py_BLOCK_THREADS
            #endif
            goto __pyx_L34;
          }
          __pyx_L34:;
        }
    }

    /* "discodop/_fragments.pyx":485
 * 					maxresults_, &nummatches, &allocated,
 * 					countsp, &treenums, &nodenums)
 * 		if cnt == -1:             # <<<<<<<<<<<<<<
 * 			raise MemoryError
 * 		if indices == 1:
 */
    __pyx_t_17 = ((__pyx_v_cnt == -1L) != 0);
    if (__pyx_t_17) {

      /* "discodop/_fragments.pyx":486
 * 					countsp, &treenums, &nodenums)
 * 		if cnt == -1:
 * 			raise MemoryError             # <<<<<<<<<<<<<<
 * 		if indices == 1:
 * 			extend_buffer(tmp, <char *>treenums, cnt)
 */
      PyErr_NoMemory(); __PYX_ERR(0, 486, __pyx_L1_error)

      /* "discodop/_fragments.pyx":485
 * 					maxresults_, &nummatches, &allocated,
 * 					countsp, &treenums, &nodenums)
 * 		if cnt == -1:             # <<<<<<<<<<<<<<
 * 			raise MemoryError
 * 		if indices == 1:
 */
    }

    /* "discodop/_fragments.pyx":487
 * 		if cnt == -1:
 * 			raise MemoryError
 * 		if indices == 1:             # <<<<<<<<<<<<<<
 * 			extend_buffer(tmp, <char *>treenums, cnt)
 * 		elif indices == 2:
 */
    switch (__pyx_v_indices) {
      case 1:

      /* "discodop/_fragments.pyx":488
 * 			raise MemoryError
 * 		if indices == 1:
 * 			extend_buffer(tmp, <char *>treenums, cnt)             # <<<<<<<<<<<<<<
 * 		elif indices == 2:
 * 			extend_buffer(tmp, <char *>treenums, cnt)
 */
      __pyx_t_4 = __pyx_f_7cpython_5array_extend_buffer(__pyx_v_tmp, ((char *)__pyx_v_treenums), __pyx_v_cnt); if (unlikely(__pyx_t_4 == -1)) __PYX_ERR(0, 488, __pyx_L1_error)

      /* "discodop/_fragments.pyx":487
 * 		if cnt == -1:
 * 			raise MemoryError
 * 		if indices == 1:             # <<<<<<<<<<<<<<
 * 			extend_buffer(tmp, <char *>treenums, cnt)
 * 		elif indices == 2:
 */
      break;

      /* "discodop/_fragments.pyx":489
 * 		if indices == 1:
 * 			extend_buffer(tmp, <char *>treenums, cnt)
 * 		elif indices == 2:             # <<<<<<<<<<<<<<
 * 			extend_buffer(tmp, <char *>treenums, cnt)
 * 			extend_buffer(tmp2, <char *>nodenums, cnt)
 */
      case 2:

      /* "discodop/_fragments.pyx":490
 * 			extend_buffer(tmp, <char *>treenums, cnt)
 * 		elif indices == 2:
 * 			extend_buffer(tmp, <char *>treenums, cnt)             # <<<<<<<<<<<<<<
 * 			extend_buffer(tmp2, <char *>nodenums, cnt)
 * 		resize(candidatesarray, 0)
 */
      __pyx_t_4 = __pyx_f_7cpython_5array_extend_buffer(__pyx_v_tmp, ((char *)__pyx_v_treenums), __pyx_v_cnt); if (unlikely(__pyx_t_4 == -1)) __PYX_ERR(0, 490, __pyx_L1_error)

      /* "discodop/_fragments.pyx":491
 * 		elif indices == 2:
 * 			extend_buffer(tmp, <char *>treenums, cnt)
 * 			extend_buffer(tmp2, <char *>nodenums, cnt)             # <<<<<<<<<<<<<<
 * 		resize(candidatesarray, 0)
 * 	if indices:
 */
      __pyx_t_4 = __pyx_f_7cpython_5array_extend_buffer(__pyx_v_tmp2, ((char *)__pyx_v_nodenums), __pyx_v_cnt); if (unlikely(__pyx_t_4 == -1)) __PYX_ERR(0, 491, __pyx_L1_error)

      /* "discodop/_fragments.pyx":489
 * 		if indices == 1:
 * 			extend_buffer(tmp, <char *>treenums, cnt)
 * 		elif indices == 2:             # <<<<<<<<<<<<<<
 * 			extend_buffer(tmp, <char *>treenums, cnt)
 * 			extend_buffer(tmp2, <char *>nodenums, cnt)
 */
      break;
      default: break;
    }

    /* "discodop/_fragments.pyx":492
 * 			extend_buffer(tmp, <char *>treenums, cnt)
 * 			extend_buffer(tmp2, <char *>nodenums, cnt)
 * 		resize(candidatesarray, 0)             # <<<<<<<<<<<<<<
 * 	if indices:
 * 		free(treenums)
 */
    __pyx_t_4 = resize(__pyx_v_candidatesarray, 0); if (unlikely(__pyx_t_4 == -1)) __PYX_ERR(0, 492, __pyx_L1_error)

    /* "discodop/_fragments.pyx":464
 * 	candidatesarray = clone(uintarray, 0, False)
 * 	# compare one bitset to each tree for each unique fragment.
 * 	for n, wrapper in enumerate(bitsets):             # <<<<<<<<<<<<<<
 * 		bitset = getpointer(wrapper)
 * 		a = &(trees1.trees[getid(bitset, SLOTS)])  # fragment is from this tree
 */
    __pyx_L25_continue:;
  }
  __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;

  /* "discodop/_fragments.pyx":493
 * 			extend_buffer(tmp2, <char *>nodenums, cnt)
 * 		resize(candidatesarray, 0)
 * 	if indices:             # <<<<<<<<<<<<<<
 * 		free(treenums)
 * 		if indices == 2:
 */
  __pyx_t_17 = (__pyx_v_indices != 0);
  if (__pyx_t_17) {

    /* "discodop/_fragments.pyx":494
 * 		resize(candidatesarray, 0)
 * 	if indices:
 * 		free(treenums)             # <<<<<<<<<<<<<<
 * 		if indices == 2:
 * 			free(nodenums)
 */
    free(__pyx_v_treenums);

    /* "discodop/_fragments.pyx":495
 * 	if indices:
 * 		free(treenums)
 * 		if indices == 2:             # <<<<<<<<<<<<<<
 * 			free(nodenums)
 * 	return theindices if indices else counts
 */
    __pyx_t_17 = ((__pyx_v_indices == 2) != 0);
    if (__pyx_t_17) {

      /* "discodop/_fragments.pyx":496
 * 		free(treenums)
 * 		if indices == 2:
 * 			free(nodenums)             # <<<<<<<<<<<<<<
 * 	return theindices if indices else counts
 * 
 */
      free(__pyx_v_nodenums);

      /* "discodop/_fragments.pyx":495
 * 	if indices:
 * 		free(treenums)
 * 		if indices == 2:             # <<<<<<<<<<<<<<
 * 			free(nodenums)
 * 	return theindices if indices else counts
 */
    }

    /* "discodop/_fragments.pyx":493
 * 			extend_buffer(tmp2, <char *>nodenums, cnt)
 * 		resize(candidatesarray, 0)
 * 	if indices:             # <<<<<<<<<<<<<<
 * 		free(treenums)
 * 		if indices == 2:
 */
  }

  /* "discodop/_fragments.pyx":497
 * 		if indices == 2:
 * 			free(nodenums)
 * 	return theindices if indices else counts             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __Pyx_XDECREF(__pyx_r);
  if ((__pyx_v_indices != 0)) {
    __Pyx_INCREF(__pyx_v_theindices);
    __pyx_t_6 = __pyx_v_theindices;
  } else {
    __Pyx_INCREF(((PyObject *)__pyx_v_counts));
    __pyx_t_6 = ((PyObject *)__pyx_v_counts);
  }
  __pyx_r = __pyx_t_6;
  __pyx_t_6 = 0;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":407
 * 
 * 
 * cpdef exactcountsslice(Ctrees trees1, Ctrees trees2, list bitsets,             # <<<<<<<<<<<<<<
 * 		int indices=0, maxnodes=None, start=None, end=None, maxresults=None):
 * 	"""Get counts of fragments in a slice of the treebank.
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_6);
  __Pyx_XDECREF(__pyx_t_10);
  __Pyx_XDECREF(__pyx_t_12);
  __Pyx_XDECREF(__pyx_t_13);
  __Pyx_XDECREF(__pyx_t_14);
  __Pyx_AddTraceback("discodop._fragments.exactcountsslice", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XDECREF((PyObject *)__pyx_v_counts);
  __Pyx_XDECREF((PyObject *)__pyx_v_candidatesarray);
  __Pyx_XDECREF((PyObject *)__pyx_v_tmp);
  __Pyx_XDECREF((PyObject *)__pyx_v_tmp2);
  __Pyx_XDECREF(__pyx_v_theindices);
  __Pyx_XDECREF(__pyx_v_candidates);
  __Pyx_XDECREF(__pyx_v_wrapper);
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* Python wrapper */
static PyObject *__pyx_pw_8discodop_10_fragments_5exactcountsslice(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/
static char __pyx_doc_8discodop_10_fragments_4exactcountsslice[] = "exactcountsslice(Ctrees trees1, Ctrees trees2, list bitsets, int indices=0, maxnodes=None, start=None, end=None, maxresults=None)\nGet counts of fragments in a slice of the treebank.\n\n\tVariant of exactcounts() that releases the GIL in the inner loop and is\n\tintended for searching in subsets of ``trees2``.\n\n\t:param start, end: only search through this interval of trees from\n\t\t``trees2`` (defaults to all trees).\n\t:param maxresults: stop searching after this number of matchs.\n\t:returns: depending on ``indices``:\n\n\t\t:0: an array of counts, corresponding to ``bitsets``.\n\t\t:1: a list of arrays, each array being a sequence of indices\n\t\t\tfor the corresponding bitset.\n\t\t:2: a list of pairs of arrays, tree indices paired with node numbers.\n\t";
static PyObject *__pyx_pw_8discodop_10_fragments_5exactcountsslice(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
  struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees1 = 0;
  struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees2 = 0;
  PyObject *__pyx_v_bitsets = 0;
  int __pyx_v_indices;
  PyObject *__pyx_v_maxnodes = 0;
  PyObject *__pyx_v_start = 0;
  PyObject *__pyx_v_end = 0;
  PyObject *__pyx_v_maxresults = 0;
  PyObject *__pyx_r = 0;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("exactcountsslice (wrapper)", 0);
  {
    static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_trees1,&__pyx_n_s_trees2,&__pyx_n_s_bitsets,&__pyx_n_s_indices,&__pyx_n_s_maxnodes,&__pyx_n_s_start,&__pyx_n_s_end,&__pyx_n_s_maxresults,0};
    PyObject* values[8] = {0,0,0,0,0,0,0,0};

    /* "discodop/_fragments.pyx":408
 * 
 * cpdef exactcountsslice(Ctrees trees1, Ctrees trees2, list bitsets,
 * 		int indices=0, maxnodes=None, start=None, end=None, maxresults=None):             # <<<<<<<<<<<<<<
 * 	"""Get counts of fragments in a slice of the treebank.
 * 
 */
    values[4] = ((PyObject *)Py_None);
    values[5] = ((PyObject *)Py_None);
    values[6] = ((PyObject *)Py_None);
    values[7] = ((PyObject *)Py_None);
    if (unlikely(__pyx_kwds)) {
      Py_ssize_t kw_args;
      const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args);
      switch (pos_args) {
        case  8: values[7] = PyTuple_GET_ITEM(__pyx_args, 7);
        CYTHON_FALLTHROUGH;
        case  7: values[6] = PyTuple_GET_ITEM(__pyx_args, 6);
        CYTHON_FALLTHROUGH;
        case  6: values[5] = PyTuple_GET_ITEM(__pyx_args, 5);
        CYTHON_FALLTHROUGH;
        case  5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4);
        CYTHON_FALLTHROUGH;
        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);
        CYTHON_FALLTHROUGH;
        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);
        CYTHON_FALLTHROUGH;
        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);
        CYTHON_FALLTHROUGH;
        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);
        CYTHON_FALLTHROUGH;
        case  0: break;
        default: goto __pyx_L5_argtuple_error;
      }
      kw_args = PyDict_Size(__pyx_kwds);
      switch (pos_args) {
        case  0:
        if (likely((values[0] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_trees1)) != 0)) kw_args--;
        else goto __pyx_L5_argtuple_error;
        CYTHON_FALLTHROUGH;
        case  1:
        if (likely((values[1] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_trees2)) != 0)) kw_args--;
        else {
          __Pyx_RaiseArgtupleInvalid("exactcountsslice", 0, 3, 8, 1); __PYX_ERR(0, 407, __pyx_L3_error)
        }
        CYTHON_FALLTHROUGH;
        case  2:
        if (likely((values[2] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_bitsets)) != 0)) kw_args--;
        else {
          __Pyx_RaiseArgtupleInvalid("exactcountsslice", 0, 3, 8, 2); __PYX_ERR(0, 407, __pyx_L3_error)
        }
        CYTHON_FALLTHROUGH;
        case  3:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_indices);
          if (value) { values[3] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  4:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_maxnodes);
          if (value) { values[4] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  5:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_start);
          if (value) { values[5] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  6:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_end);
          if (value) { values[6] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  7:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_maxresults);
          if (value) { values[7] = value; kw_args--; }
        }
      }
      if (unlikely(kw_args > 0)) {
        if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, "exactcountsslice") < 0)) __PYX_ERR(0, 407, __pyx_L3_error)
      }
    } else {
      switch (PyTuple_GET_SIZE(__pyx_args)) {
        case  8: values[7] = PyTuple_GET_ITEM(__pyx_args, 7);
        CYTHON_FALLTHROUGH;
        case  7: values[6] = PyTuple_GET_ITEM(__pyx_args, 6);
        CYTHON_FALLTHROUGH;
        case  6: values[5] = PyTuple_GET_ITEM(__pyx_args, 5);
        CYTHON_FALLTHROUGH;
        case  5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4);
        CYTHON_FALLTHROUGH;
        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);
        CYTHON_FALLTHROUGH;
        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);
        values[1] = PyTuple_GET_ITEM(__pyx_args, 1);
        values[0] = PyTuple_GET_ITEM(__pyx_args, 0);
        break;
        default: goto __pyx_L5_argtuple_error;
      }
    }
    __pyx_v_trees1 = ((struct __pyx_obj_8discodop_10containers_Ctrees *)values[0]);
    __pyx_v_trees2 = ((struct __pyx_obj_8discodop_10containers_Ctrees *)values[1]);
    __pyx_v_bitsets = ((PyObject*)values[2]);
    if (values[3]) {
      __pyx_v_indices = __Pyx_PyInt_As_int(values[3]); if (unlikely((__pyx_v_indices == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 408, __pyx_L3_error)
    } else {
      __pyx_v_indices = ((int)0);
    }
    __pyx_v_maxnodes = values[4];
    __pyx_v_start = values[5];
    __pyx_v_end = values[6];
    __pyx_v_maxresults = values[7];
  }
  goto __pyx_L4_argument_unpacking_done;
  __pyx_L5_argtuple_error:;
  __Pyx_RaiseArgtupleInvalid("exactcountsslice", 0, 3, 8, PyTuple_GET_SIZE(__pyx_args)); __PYX_ERR(0, 407, __pyx_L3_error)
  __pyx_L3_error:;
  __Pyx_AddTraceback("discodop._fragments.exactcountsslice", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __Pyx_RefNannyFinishContext();
  return NULL;
  __pyx_L4_argument_unpacking_done:;
  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_trees1), __pyx_ptype_8discodop_10containers_Ctrees, 1, "trees1", 0))) __PYX_ERR(0, 407, __pyx_L1_error)
  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_trees2), __pyx_ptype_8discodop_10containers_Ctrees, 1, "trees2", 0))) __PYX_ERR(0, 407, __pyx_L1_error)
  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_bitsets), (&PyList_Type), 1, "bitsets", 1))) __PYX_ERR(0, 407, __pyx_L1_error)
  __pyx_r = __pyx_pf_8discodop_10_fragments_4exactcountsslice(__pyx_self, __pyx_v_trees1, __pyx_v_trees2, __pyx_v_bitsets, __pyx_v_indices, __pyx_v_maxnodes, __pyx_v_start, __pyx_v_end, __pyx_v_maxresults);

  /* "discodop/_fragments.pyx":407
 * 
 * 
 * cpdef exactcountsslice(Ctrees trees1, Ctrees trees2, list bitsets,             # <<<<<<<<<<<<<<
 * 		int indices=0, maxnodes=None, start=None, end=None, maxresults=None):
 * 	"""Get counts of fragments in a slice of the treebank.
 */

  /* function exit code */
  goto __pyx_L0;
  __pyx_L1_error:;
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

static PyObject *__pyx_pf_8discodop_10_fragments_4exactcountsslice(CYTHON_UNUSED PyObject *__pyx_self, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees1, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees2, PyObject *__pyx_v_bitsets, int __pyx_v_indices, PyObject *__pyx_v_maxnodes, PyObject *__pyx_v_start, PyObject *__pyx_v_end, PyObject *__pyx_v_maxresults) {
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  struct __pyx_opt_args_8discodop_10_fragments_exactcountsslice __pyx_t_2;
  __Pyx_RefNannySetupContext("exactcountsslice", 0);
  __Pyx_XDECREF(__pyx_r);
  __pyx_t_2.__pyx_n = 5;
  __pyx_t_2.indices = __pyx_v_indices;
  __pyx_t_2.maxnodes = __pyx_v_maxnodes;
  __pyx_t_2.start = __pyx_v_start;
  __pyx_t_2.end = __pyx_v_end;
  __pyx_t_2.maxresults = __pyx_v_maxresults;
  __pyx_t_1 = __pyx_f_8discodop_10_fragments_exactcountsslice(__pyx_v_trees1, __pyx_v_trees2, __pyx_v_bitsets, 0, &__pyx_t_2); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 407, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_r = __pyx_t_1;
  __pyx_t_1 = 0;
  goto __pyx_L0;

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_AddTraceback("discodop._fragments.exactcountsslice", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":500
 * 
 * 
 * cdef int countbitset(uint64_t *bitset, Node *anodes, int i, int n,             # <<<<<<<<<<<<<<
 * 		uint32_t *candidatesarrayp, int numcandidates, int indices,
 * 		NodeArray *trees, Node *nodes, size_t maxresults, size_t *nummatches,
 */

static int __pyx_f_8discodop_10_fragments_countbitset(uint64_t *__pyx_v_bitset, struct __pyx_t_8discodop_10containers_Node *__pyx_v_anodes, int __pyx_v_i, int __pyx_v_n, uint32_t *__pyx_v_candidatesarrayp, int __pyx_v_numcandidates, int __pyx_v_indices, struct __pyx_t_8discodop_10containers_NodeArray *__pyx_v_trees, struct __pyx_t_8discodop_10containers_Node *__pyx_v_nodes, size_t __pyx_v_maxresults, size_t *__pyx_v_nummatches, size_t *__pyx_v_allocated, uint32_t *__pyx_v_countsp, uint32_t **__pyx_v_treenums, short **__pyx_v_nodenums) {
  int __pyx_v_cnt;
  struct __pyx_t_8discodop_10containers_NodeArray __pyx_v_b;
  struct __pyx_t_8discodop_10containers_Node *__pyx_v_bnodes;
  int __pyx_v_x;
  uint32_t __pyx_v_m;
  int16_t __pyx_v_j;
  int __pyx_r;
  int __pyx_t_1;
  int __pyx_t_2;
  int16_t __pyx_t_3;
  int16_t __pyx_t_4;
  int __pyx_t_5;
  int __pyx_t_6;
  long __pyx_t_7;

  /* "discodop/_fragments.pyx":506
 * 		short **nodenums) nogil:
 * 	"""Internal function to process a single fragment."""
 * 	cdef int cnt = 0             # <<<<<<<<<<<<<<
 * 	cdef NodeArray b
 * 	cdef Node *bnodes
 */
  __pyx_v_cnt = 0;

  /* "discodop/_fragments.pyx":509
 * 	cdef NodeArray b
 * 	cdef Node *bnodes
 * 	for x in range(numcandidates):             # <<<<<<<<<<<<<<
 * 		m = candidatesarrayp[x]
 * 		b = trees[m]
 */
  __pyx_t_1 = __pyx_v_numcandidates;
  for (__pyx_t_2 = 0; __pyx_t_2 < __pyx_t_1; __pyx_t_2+=1) {
    __pyx_v_x = __pyx_t_2;

    /* "discodop/_fragments.pyx":510
 * 	cdef Node *bnodes
 * 	for x in range(numcandidates):
 * 		m = candidatesarrayp[x]             # <<<<<<<<<<<<<<
 * 		b = trees[m]
 * 		bnodes = &nodes[b.offset]
 */
    __pyx_v_m = (__pyx_v_candidatesarrayp[__pyx_v_x]);

    /* "discodop/_fragments.pyx":511
 * 	for x in range(numcandidates):
 * 		m = candidatesarrayp[x]
 * 		b = trees[m]             # <<<<<<<<<<<<<<
 * 		bnodes = &nodes[b.offset]
 * 		for j in range(b.len):
 */
    __pyx_v_b = (__pyx_v_trees[__pyx_v_m]);

    /* "discodop/_fragments.pyx":512
 * 		m = candidatesarrayp[x]
 * 		b = trees[m]
 * 		bnodes = &nodes[b.offset]             # <<<<<<<<<<<<<<
 * 		for j in range(b.len):
 * 			if anodes[i].prod == bnodes[j].prod:
 */
    __pyx_v_bnodes = (&(__pyx_v_nodes[__pyx_v_b.offset]));

    /* "discodop/_fragments.pyx":513
 * 		b = trees[m]
 * 		bnodes = &nodes[b.offset]
 * 		for j in range(b.len):             # <<<<<<<<<<<<<<
 * 			if anodes[i].prod == bnodes[j].prod:
 * 				if containsbitset(anodes, bnodes, bitset, i, j):
 */
    __pyx_t_3 = __pyx_v_b.len;
    for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {
      __pyx_v_j = __pyx_t_4;

      /* "discodop/_fragments.pyx":514
 * 		bnodes = &nodes[b.offset]
 * 		for j in range(b.len):
 * 			if anodes[i].prod == bnodes[j].prod:             # <<<<<<<<<<<<<<
 * 				if containsbitset(anodes, bnodes, bitset, i, j):
 * 					if indices == 0:
 */
      __pyx_t_5 = (((__pyx_v_anodes[__pyx_v_i]).prod == (__pyx_v_bnodes[__pyx_v_j]).prod) != 0);
      if (__pyx_t_5) {

        /* "discodop/_fragments.pyx":515
 * 		for j in range(b.len):
 * 			if anodes[i].prod == bnodes[j].prod:
 * 				if containsbitset(anodes, bnodes, bitset, i, j):             # <<<<<<<<<<<<<<
 * 					if indices == 0:
 * 						countsp[n] += 1
 */
        __pyx_t_5 = (__pyx_f_8discodop_10_fragments_containsbitset(__pyx_v_anodes, __pyx_v_bnodes, __pyx_v_bitset, __pyx_v_i, __pyx_v_j) != 0);
        if (__pyx_t_5) {

          /* "discodop/_fragments.pyx":516
 * 			if anodes[i].prod == bnodes[j].prod:
 * 				if containsbitset(anodes, bnodes, bitset, i, j):
 * 					if indices == 0:             # <<<<<<<<<<<<<<
 * 						countsp[n] += 1
 * 					elif indices == 1:
 */
          switch (__pyx_v_indices) {
            case 0:

            /* "discodop/_fragments.pyx":517
 * 				if containsbitset(anodes, bnodes, bitset, i, j):
 * 					if indices == 0:
 * 						countsp[n] += 1             # <<<<<<<<<<<<<<
 * 					elif indices == 1:
 * 						treenums[0][cnt] = m
 */
            __pyx_t_6 = __pyx_v_n;
            (__pyx_v_countsp[__pyx_t_6]) = ((__pyx_v_countsp[__pyx_t_6]) + 1);

            /* "discodop/_fragments.pyx":516
 * 			if anodes[i].prod == bnodes[j].prod:
 * 				if containsbitset(anodes, bnodes, bitset, i, j):
 * 					if indices == 0:             # <<<<<<<<<<<<<<
 * 						countsp[n] += 1
 * 					elif indices == 1:
 */
            break;

            /* "discodop/_fragments.pyx":518
 * 					if indices == 0:
 * 						countsp[n] += 1
 * 					elif indices == 1:             # <<<<<<<<<<<<<<
 * 						treenums[0][cnt] = m
 * 					elif indices == 2:
 */
            case 1:

            /* "discodop/_fragments.pyx":519
 * 						countsp[n] += 1
 * 					elif indices == 1:
 * 						treenums[0][cnt] = m             # <<<<<<<<<<<<<<
 * 					elif indices == 2:
 * 						treenums[0][cnt] = m
 */
            ((__pyx_v_treenums[0])[__pyx_v_cnt]) = __pyx_v_m;

            /* "discodop/_fragments.pyx":518
 * 					if indices == 0:
 * 						countsp[n] += 1
 * 					elif indices == 1:             # <<<<<<<<<<<<<<
 * 						treenums[0][cnt] = m
 * 					elif indices == 2:
 */
            break;

            /* "discodop/_fragments.pyx":520
 * 					elif indices == 1:
 * 						treenums[0][cnt] = m
 * 					elif indices == 2:             # <<<<<<<<<<<<<<
 * 						treenums[0][cnt] = m
 * 						nodenums[0][cnt] = j
 */
            case 2:

            /* "discodop/_fragments.pyx":521
 * 						treenums[0][cnt] = m
 * 					elif indices == 2:
 * 						treenums[0][cnt] = m             # <<<<<<<<<<<<<<
 * 						nodenums[0][cnt] = j
 * 					nummatches[0] += 1
 */
            ((__pyx_v_treenums[0])[__pyx_v_cnt]) = __pyx_v_m;

            /* "discodop/_fragments.pyx":522
 * 					elif indices == 2:
 * 						treenums[0][cnt] = m
 * 						nodenums[0][cnt] = j             # <<<<<<<<<<<<<<
 * 					nummatches[0] += 1
 * 					cnt += 1
 */
            ((__pyx_v_nodenums[0])[__pyx_v_cnt]) = __pyx_v_j;

            /* "discodop/_fragments.pyx":520
 * 					elif indices == 1:
 * 						treenums[0][cnt] = m
 * 					elif indices == 2:             # <<<<<<<<<<<<<<
 * 						treenums[0][cnt] = m
 * 						nodenums[0][cnt] = j
 */
            break;
            default: break;
          }

          /* "discodop/_fragments.pyx":523
 * 						treenums[0][cnt] = m
 * 						nodenums[0][cnt] = j
 * 					nummatches[0] += 1             # <<<<<<<<<<<<<<
 * 					cnt += 1
 * 					if nummatches[0] >= maxresults:
 */
          __pyx_t_7 = 0;
          (__pyx_v_nummatches[__pyx_t_7]) = ((__pyx_v_nummatches[__pyx_t_7]) + 1);

          /* "discodop/_fragments.pyx":524
 * 						nodenums[0][cnt] = j
 * 					nummatches[0] += 1
 * 					cnt += 1             # <<<<<<<<<<<<<<
 * 					if nummatches[0] >= maxresults:
 * 						return cnt
 */
          __pyx_v_cnt = (__pyx_v_cnt + 1);

          /* "discodop/_fragments.pyx":525
 * 					nummatches[0] += 1
 * 					cnt += 1
 * 					if nummatches[0] >= maxresults:             # <<<<<<<<<<<<<<
 * 						return cnt
 * 					elif <size_t>cnt >= allocated[0]:
 */
          __pyx_t_5 = (((__pyx_v_nummatches[0]) >= __pyx_v_maxresults) != 0);
          if (__pyx_t_5) {

            /* "discodop/_fragments.pyx":526
 * 					cnt += 1
 * 					if nummatches[0] >= maxresults:
 * 						return cnt             # <<<<<<<<<<<<<<
 * 					elif <size_t>cnt >= allocated[0]:
 * 						allocated[0] = cnt * 2
 */
            __pyx_r = __pyx_v_cnt;
            goto __pyx_L0;

            /* "discodop/_fragments.pyx":525
 * 					nummatches[0] += 1
 * 					cnt += 1
 * 					if nummatches[0] >= maxresults:             # <<<<<<<<<<<<<<
 * 						return cnt
 * 					elif <size_t>cnt >= allocated[0]:
 */
          }

          /* "discodop/_fragments.pyx":527
 * 					if nummatches[0] >= maxresults:
 * 						return cnt
 * 					elif <size_t>cnt >= allocated[0]:             # <<<<<<<<<<<<<<
 * 						allocated[0] = cnt * 2
 * 						treenums[0] = <uint32_t *>realloc(
 */
          __pyx_t_5 = ((((size_t)__pyx_v_cnt) >= (__pyx_v_allocated[0])) != 0);
          if (__pyx_t_5) {

            /* "discodop/_fragments.pyx":528
 * 						return cnt
 * 					elif <size_t>cnt >= allocated[0]:
 * 						allocated[0] = cnt * 2             # <<<<<<<<<<<<<<
 * 						treenums[0] = <uint32_t *>realloc(
 * 								treenums[0], 2 * cnt * sizeof(int))
 */
            (__pyx_v_allocated[0]) = (__pyx_v_cnt * 2);

            /* "discodop/_fragments.pyx":529
 * 					elif <size_t>cnt >= allocated[0]:
 * 						allocated[0] = cnt * 2
 * 						treenums[0] = <uint32_t *>realloc(             # <<<<<<<<<<<<<<
 * 								treenums[0], 2 * cnt * sizeof(int))
 * 						if treenums[0] is NULL:
 */
            (__pyx_v_treenums[0]) = ((uint32_t *)realloc((__pyx_v_treenums[0]), ((2 * __pyx_v_cnt) * (sizeof(int)))));

            /* "discodop/_fragments.pyx":531
 * 						treenums[0] = <uint32_t *>realloc(
 * 								treenums[0], 2 * cnt * sizeof(int))
 * 						if treenums[0] is NULL:             # <<<<<<<<<<<<<<
 * 							return -1
 * 						if indices == 2:
 */
            __pyx_t_5 = (((__pyx_v_treenums[0]) == NULL) != 0);
            if (__pyx_t_5) {

              /* "discodop/_fragments.pyx":532
 * 								treenums[0], 2 * cnt * sizeof(int))
 * 						if treenums[0] is NULL:
 * 							return -1             # <<<<<<<<<<<<<<
 * 						if indices == 2:
 * 							nodenums[0] = <short *>realloc(
 */
              __pyx_r = -1;
              goto __pyx_L0;

              /* "discodop/_fragments.pyx":531
 * 						treenums[0] = <uint32_t *>realloc(
 * 								treenums[0], 2 * cnt * sizeof(int))
 * 						if treenums[0] is NULL:             # <<<<<<<<<<<<<<
 * 							return -1
 * 						if indices == 2:
 */
            }

            /* "discodop/_fragments.pyx":533
 * 						if treenums[0] is NULL:
 * 							return -1
 * 						if indices == 2:             # <<<<<<<<<<<<<<
 * 							nodenums[0] = <short *>realloc(
 * 									nodenums[0], 2 * cnt * sizeof(int))
 */
            __pyx_t_5 = ((__pyx_v_indices == 2) != 0);
            if (__pyx_t_5) {

              /* "discodop/_fragments.pyx":534
 * 							return -1
 * 						if indices == 2:
 * 							nodenums[0] = <short *>realloc(             # <<<<<<<<<<<<<<
 * 									nodenums[0], 2 * cnt * sizeof(int))
 * 							if nodenums[0] is NULL:
 */
              (__pyx_v_nodenums[0]) = ((short *)realloc((__pyx_v_nodenums[0]), ((2 * __pyx_v_cnt) * (sizeof(int)))));

              /* "discodop/_fragments.pyx":536
 * 							nodenums[0] = <short *>realloc(
 * 									nodenums[0], 2 * cnt * sizeof(int))
 * 							if nodenums[0] is NULL:             # <<<<<<<<<<<<<<
 * 								return -1
 * 			elif anodes[i].prod < bnodes[j].prod:
 */
              __pyx_t_5 = (((__pyx_v_nodenums[0]) == NULL) != 0);
              if (__pyx_t_5) {

                /* "discodop/_fragments.pyx":537
 * 									nodenums[0], 2 * cnt * sizeof(int))
 * 							if nodenums[0] is NULL:
 * 								return -1             # <<<<<<<<<<<<<<
 * 			elif anodes[i].prod < bnodes[j].prod:
 * 				break
 */
                __pyx_r = -1;
                goto __pyx_L0;

                /* "discodop/_fragments.pyx":536
 * 							nodenums[0] = <short *>realloc(
 * 									nodenums[0], 2 * cnt * sizeof(int))
 * 							if nodenums[0] is NULL:             # <<<<<<<<<<<<<<
 * 								return -1
 * 			elif anodes[i].prod < bnodes[j].prod:
 */
              }

              /* "discodop/_fragments.pyx":533
 * 						if treenums[0] is NULL:
 * 							return -1
 * 						if indices == 2:             # <<<<<<<<<<<<<<
 * 							nodenums[0] = <short *>realloc(
 * 									nodenums[0], 2 * cnt * sizeof(int))
 */
            }

            /* "discodop/_fragments.pyx":527
 * 					if nummatches[0] >= maxresults:
 * 						return cnt
 * 					elif <size_t>cnt >= allocated[0]:             # <<<<<<<<<<<<<<
 * 						allocated[0] = cnt * 2
 * 						treenums[0] = <uint32_t *>realloc(
 */
          }

          /* "discodop/_fragments.pyx":515
 * 		for j in range(b.len):
 * 			if anodes[i].prod == bnodes[j].prod:
 * 				if containsbitset(anodes, bnodes, bitset, i, j):             # <<<<<<<<<<<<<<
 * 					if indices == 0:
 * 						countsp[n] += 1
 */
        }

        /* "discodop/_fragments.pyx":514
 * 		bnodes = &nodes[b.offset]
 * 		for j in range(b.len):
 * 			if anodes[i].prod == bnodes[j].prod:             # <<<<<<<<<<<<<<
 * 				if containsbitset(anodes, bnodes, bitset, i, j):
 * 					if indices == 0:
 */
        goto __pyx_L7;
      }

      /* "discodop/_fragments.pyx":538
 * 							if nodenums[0] is NULL:
 * 								return -1
 * 			elif anodes[i].prod < bnodes[j].prod:             # <<<<<<<<<<<<<<
 * 				break
 * 	return cnt
 */
      __pyx_t_5 = (((__pyx_v_anodes[__pyx_v_i]).prod < (__pyx_v_bnodes[__pyx_v_j]).prod) != 0);
      if (__pyx_t_5) {

        /* "discodop/_fragments.pyx":539
 * 								return -1
 * 			elif anodes[i].prod < bnodes[j].prod:
 * 				break             # <<<<<<<<<<<<<<
 * 	return cnt
 * 
 */
        goto __pyx_L6_break;

        /* "discodop/_fragments.pyx":538
 * 							if nodenums[0] is NULL:
 * 								return -1
 * 			elif anodes[i].prod < bnodes[j].prod:             # <<<<<<<<<<<<<<
 * 				break
 * 	return cnt
 */
      }
      __pyx_L7:;
    }
    __pyx_L6_break:;
  }

  /* "discodop/_fragments.pyx":540
 * 			elif anodes[i].prod < bnodes[j].prod:
 * 				break
 * 	return cnt             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_r = __pyx_v_cnt;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":500
 * 
 * 
 * cdef int countbitset(uint64_t *bitset, Node *anodes, int i, int n,             # <<<<<<<<<<<<<<
 * 		uint32_t *candidatesarrayp, int numcandidates, int indices,
 * 		NodeArray *trees, Node *nodes, size_t maxresults, size_t *nummatches,
 */

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "discodop/_fragments.pyx":543
 * 
 * 
 * cdef getcandidates(Node *a, uint64_t *bitset, Ctrees trees, short alen,             # <<<<<<<<<<<<<<
 * 		int start, int end, short SLOTS):
 * 	"""Get candidates from productions in fragment ``bitset`` at ``a[i]``."""
 */

static PyObject *__pyx_f_8discodop_10_fragments_getcandidates(struct __pyx_t_8discodop_10containers_Node *__pyx_v_a, uint64_t *__pyx_v_bitset, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees, short __pyx_v_alen, int __pyx_v_start, int __pyx_v_end, short __pyx_v_SLOTS) {
  uint64_t __pyx_v_cur;
  int __pyx_v_i;
  int __pyx_v_idx;
  PyObject *__pyx_v_tmp = 0;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  int __pyx_t_2;
  int __pyx_t_3;
  int __pyx_t_4;
  PyObject *__pyx_t_5 = NULL;
  PyObject *__pyx_t_6 = NULL;
  PyObject *__pyx_t_7 = NULL;
  PyObject *__pyx_t_8 = NULL;
  __Pyx_RefNannySetupContext("getcandidates", 0);

  /* "discodop/_fragments.pyx":546
 * 		int start, int end, short SLOTS):
 * 	"""Get candidates from productions in fragment ``bitset`` at ``a[i]``."""
 * 	cdef uint64_t cur = bitset[0]             # <<<<<<<<<<<<<<
 * 	cdef int i, idx = 0
 * 	cdef list tmp = []
 */
  __pyx_v_cur = (__pyx_v_bitset[0]);

  /* "discodop/_fragments.pyx":547
 * 	"""Get candidates from productions in fragment ``bitset`` at ``a[i]``."""
 * 	cdef uint64_t cur = bitset[0]
 * 	cdef int i, idx = 0             # <<<<<<<<<<<<<<
 * 	cdef list tmp = []
 * 	while True:
 */
  __pyx_v_idx = 0;

  /* "discodop/_fragments.pyx":548
 * 	cdef uint64_t cur = bitset[0]
 * 	cdef int i, idx = 0
 * 	cdef list tmp = []             # <<<<<<<<<<<<<<
 * 	while True:
 * 		i = iteratesetbits(bitset, SLOTS, &cur, &idx)
 */
  __pyx_t_1 = PyList_New(0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 548, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_v_tmp = ((PyObject*)__pyx_t_1);
  __pyx_t_1 = 0;

  /* "discodop/_fragments.pyx":549
 * 	cdef int i, idx = 0
 * 	cdef list tmp = []
 * 	while True:             # <<<<<<<<<<<<<<
 * 		i = iteratesetbits(bitset, SLOTS, &cur, &idx)
 * 		if i == -1 or i >= alen:  # FIXME. why is 2nd condition necessary?
 */
  while (1) {

    /* "discodop/_fragments.pyx":550
 * 	cdef list tmp = []
 * 	while True:
 * 		i = iteratesetbits(bitset, SLOTS, &cur, &idx)             # <<<<<<<<<<<<<<
 * 		if i == -1 or i >= alen:  # FIXME. why is 2nd condition necessary?
 * 			break
 */
    __pyx_v_i = __pyx_f_8discodop_3bit_iteratesetbits(__pyx_v_bitset, __pyx_v_SLOTS, (&__pyx_v_cur), (&__pyx_v_idx));

    /* "discodop/_fragments.pyx":551
 * 	while True:
 * 		i = iteratesetbits(bitset, SLOTS, &cur, &idx)
 * 		if i == -1 or i >= alen:  # FIXME. why is 2nd condition necessary?             # <<<<<<<<<<<<<<
 * 			break
 * 		tmp.append(a[i].prod)
 */
    __pyx_t_3 = ((__pyx_v_i == -1L) != 0);
    if (!__pyx_t_3) {
    } else {
      __pyx_t_2 = __pyx_t_3;
      goto __pyx_L6_bool_binop_done;
    }
    __pyx_t_3 = ((__pyx_v_i >= __pyx_v_alen) != 0);
    __pyx_t_2 = __pyx_t_3;
    __pyx_L6_bool_binop_done:;
    if (__pyx_t_2) {

      /* "discodop/_fragments.pyx":552
 * 		i = iteratesetbits(bitset, SLOTS, &cur, &idx)
 * 		if i == -1 or i >= alen:  # FIXME. why is 2nd condition necessary?
 * 			break             # <<<<<<<<<<<<<<
 * 		tmp.append(a[i].prod)
 * 	return trees.prodindex.intersection(
 */
      goto __pyx_L4_break;

      /* "discodop/_fragments.pyx":551
 * 	while True:
 * 		i = iteratesetbits(bitset, SLOTS, &cur, &idx)
 * 		if i == -1 or i >= alen:  # FIXME. why is 2nd condition necessary?             # <<<<<<<<<<<<<<
 * 			break
 * 		tmp.append(a[i].prod)
 */
    }

    /* "discodop/_fragments.pyx":553
 * 		if i == -1 or i >= alen:  # FIXME. why is 2nd condition necessary?
 * 			break
 * 		tmp.append(a[i].prod)             # <<<<<<<<<<<<<<
 * 	return trees.prodindex.intersection(
 * 			tmp, start=start, stop=end or trees.len)
 */
    __pyx_t_1 = __Pyx_PyInt_From_int32_t((__pyx_v_a[__pyx_v_i]).prod); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 553, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __pyx_t_4 = __Pyx_PyList_Append(__pyx_v_tmp, __pyx_t_1); if (unlikely(__pyx_t_4 == -1)) __PYX_ERR(0, 553, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  }
  __pyx_L4_break:;

  /* "discodop/_fragments.pyx":554
 * 			break
 * 		tmp.append(a[i].prod)
 * 	return trees.prodindex.intersection(             # <<<<<<<<<<<<<<
 * 			tmp, start=start, stop=end or trees.len)
 * 
 */
  __Pyx_XDECREF(__pyx_r);
  __pyx_t_1 = __Pyx_PyObject_GetAttrStr(__pyx_v_trees->prodindex, __pyx_n_s_intersection); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 554, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);

  /* "discodop/_fragments.pyx":555
 * 		tmp.append(a[i].prod)
 * 	return trees.prodindex.intersection(
 * 			tmp, start=start, stop=end or trees.len)             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 554, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_5);
  __Pyx_INCREF(__pyx_v_tmp);
  __Pyx_GIVEREF(__pyx_v_tmp);
  PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_v_tmp);
  __pyx_t_6 = PyDict_New(); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 555, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_6);
  __pyx_t_7 = __Pyx_PyInt_From_int(__pyx_v_start); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 555, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_7);
  if (PyDict_SetItem(__pyx_t_6, __pyx_n_s_start, __pyx_t_7) < 0) __PYX_ERR(0, 555, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
  if (!__pyx_v_end) {
  } else {
    __pyx_t_8 = __Pyx_PyInt_From_int(__pyx_v_end); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 555, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_8);
    __pyx_t_7 = __pyx_t_8;
    __pyx_t_8 = 0;
    goto __pyx_L8_bool_binop_done;
  }
  __pyx_t_8 = __Pyx_PyInt_From_int(__pyx_v_trees->len); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 555, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_8);
  __pyx_t_7 = __pyx_t_8;
  __pyx_t_8 = 0;
  __pyx_L8_bool_binop_done:;
  if (PyDict_SetItem(__pyx_t_6, __pyx_n_s_stop, __pyx_t_7) < 0) __PYX_ERR(0, 555, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;

  /* "discodop/_fragments.pyx":554
 * 			break
 * 		tmp.append(a[i].prod)
 * 	return trees.prodindex.intersection(             # <<<<<<<<<<<<<<
 * 			tmp, start=start, stop=end or trees.len)
 * 
 */
  __pyx_t_7 = __Pyx_PyObject_Call(__pyx_t_1, __pyx_t_5, __pyx_t_6); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 554, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_7);
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
  __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
  __pyx_r = __pyx_t_7;
  __pyx_t_7 = 0;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":543
 * 
 * 
 * cdef getcandidates(Node *a, uint64_t *bitset, Ctrees trees, short alen,             # <<<<<<<<<<<<<<
 * 		int start, int end, short SLOTS):
 * 	"""Get candidates from productions in fragment ``bitset`` at ``a[i]``."""
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_XDECREF(__pyx_t_5);
  __Pyx_XDECREF(__pyx_t_6);
  __Pyx_XDECREF(__pyx_t_7);
  __Pyx_XDECREF(__pyx_t_8);
  __Pyx_AddTraceback("discodop._fragments.getcandidates", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XDECREF(__pyx_v_tmp);
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":558
 * 
 * 
 * cdef inline int containsbitset(Node *a, Node *b, uint64_t *bitset,             # <<<<<<<<<<<<<<
 * 		short i, short j) nogil:
 * 	"""Test whether the fragment ``bitset`` at ``a[i]`` occurs at ``b[j]``."""
 */

static CYTHON_INLINE int __pyx_f_8discodop_10_fragments_containsbitset(struct __pyx_t_8discodop_10containers_Node *__pyx_v_a, struct __pyx_t_8discodop_10containers_Node *__pyx_v_b, uint64_t *__pyx_v_bitset, short __pyx_v_i, short __pyx_v_j) {
  int __pyx_r;
  int __pyx_t_1;

  /* "discodop/_fragments.pyx":561
 * 		short i, short j) nogil:
 * 	"""Test whether the fragment ``bitset`` at ``a[i]`` occurs at ``b[j]``."""
 * 	if a[i].prod != b[j].prod:             # <<<<<<<<<<<<<<
 * 		return 0
 * 	elif a[i].left < 0:
 */
  __pyx_t_1 = (((__pyx_v_a[__pyx_v_i]).prod != (__pyx_v_b[__pyx_v_j]).prod) != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":562
 * 	"""Test whether the fragment ``bitset`` at ``a[i]`` occurs at ``b[j]``."""
 * 	if a[i].prod != b[j].prod:
 * 		return 0             # <<<<<<<<<<<<<<
 * 	elif a[i].left < 0:
 * 		return 1
 */
    __pyx_r = 0;
    goto __pyx_L0;

    /* "discodop/_fragments.pyx":561
 * 		short i, short j) nogil:
 * 	"""Test whether the fragment ``bitset`` at ``a[i]`` occurs at ``b[j]``."""
 * 	if a[i].prod != b[j].prod:             # <<<<<<<<<<<<<<
 * 		return 0
 * 	elif a[i].left < 0:
 */
  }

  /* "discodop/_fragments.pyx":563
 * 	if a[i].prod != b[j].prod:
 * 		return 0
 * 	elif a[i].left < 0:             # <<<<<<<<<<<<<<
 * 		return 1
 * 	elif TESTBIT(bitset, a[i].left):
 */
  __pyx_t_1 = (((__pyx_v_a[__pyx_v_i]).left < 0) != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":564
 * 		return 0
 * 	elif a[i].left < 0:
 * 		return 1             # <<<<<<<<<<<<<<
 * 	elif TESTBIT(bitset, a[i].left):
 * 		if not containsbitset(a, b, bitset, a[i].left, b[j].left):
 */
    __pyx_r = 1;
    goto __pyx_L0;

    /* "discodop/_fragments.pyx":563
 * 	if a[i].prod != b[j].prod:
 * 		return 0
 * 	elif a[i].left < 0:             # <<<<<<<<<<<<<<
 * 		return 1
 * 	elif TESTBIT(bitset, a[i].left):
 */
  }

  /* "discodop/_fragments.pyx":565
 * 	elif a[i].left < 0:
 * 		return 1
 * 	elif TESTBIT(bitset, a[i].left):             # <<<<<<<<<<<<<<
 * 		if not containsbitset(a, b, bitset, a[i].left, b[j].left):
 * 			return 0
 */
  __pyx_t_1 = (TESTBIT(__pyx_v_bitset, (__pyx_v_a[__pyx_v_i]).left) != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":566
 * 		return 1
 * 	elif TESTBIT(bitset, a[i].left):
 * 		if not containsbitset(a, b, bitset, a[i].left, b[j].left):             # <<<<<<<<<<<<<<
 * 			return 0
 * 	if a[i].right < 0:
 */
    __pyx_t_1 = ((!(__pyx_f_8discodop_10_fragments_containsbitset(__pyx_v_a, __pyx_v_b, __pyx_v_bitset, (__pyx_v_a[__pyx_v_i]).left, (__pyx_v_b[__pyx_v_j]).left) != 0)) != 0);
    if (__pyx_t_1) {

      /* "discodop/_fragments.pyx":567
 * 	elif TESTBIT(bitset, a[i].left):
 * 		if not containsbitset(a, b, bitset, a[i].left, b[j].left):
 * 			return 0             # <<<<<<<<<<<<<<
 * 	if a[i].right < 0:
 * 		return 1
 */
      __pyx_r = 0;
      goto __pyx_L0;

      /* "discodop/_fragments.pyx":566
 * 		return 1
 * 	elif TESTBIT(bitset, a[i].left):
 * 		if not containsbitset(a, b, bitset, a[i].left, b[j].left):             # <<<<<<<<<<<<<<
 * 			return 0
 * 	if a[i].right < 0:
 */
    }

    /* "discodop/_fragments.pyx":565
 * 	elif a[i].left < 0:
 * 		return 1
 * 	elif TESTBIT(bitset, a[i].left):             # <<<<<<<<<<<<<<
 * 		if not containsbitset(a, b, bitset, a[i].left, b[j].left):
 * 			return 0
 */
  }

  /* "discodop/_fragments.pyx":568
 * 		if not containsbitset(a, b, bitset, a[i].left, b[j].left):
 * 			return 0
 * 	if a[i].right < 0:             # <<<<<<<<<<<<<<
 * 		return 1
 * 	elif TESTBIT(bitset, a[i].right):
 */
  __pyx_t_1 = (((__pyx_v_a[__pyx_v_i]).right < 0) != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":569
 * 			return 0
 * 	if a[i].right < 0:
 * 		return 1             # <<<<<<<<<<<<<<
 * 	elif TESTBIT(bitset, a[i].right):
 * 		return containsbitset(a, b, bitset, a[i].right, b[j].right)
 */
    __pyx_r = 1;
    goto __pyx_L0;

    /* "discodop/_fragments.pyx":568
 * 		if not containsbitset(a, b, bitset, a[i].left, b[j].left):
 * 			return 0
 * 	if a[i].right < 0:             # <<<<<<<<<<<<<<
 * 		return 1
 * 	elif TESTBIT(bitset, a[i].right):
 */
  }

  /* "discodop/_fragments.pyx":570
 * 	if a[i].right < 0:
 * 		return 1
 * 	elif TESTBIT(bitset, a[i].right):             # <<<<<<<<<<<<<<
 * 		return containsbitset(a, b, bitset, a[i].right, b[j].right)
 * 	return 1
 */
  __pyx_t_1 = (TESTBIT(__pyx_v_bitset, (__pyx_v_a[__pyx_v_i]).right) != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":571
 * 		return 1
 * 	elif TESTBIT(bitset, a[i].right):
 * 		return containsbitset(a, b, bitset, a[i].right, b[j].right)             # <<<<<<<<<<<<<<
 * 	return 1
 * 
 */
    __pyx_r = __pyx_f_8discodop_10_fragments_containsbitset(__pyx_v_a, __pyx_v_b, __pyx_v_bitset, (__pyx_v_a[__pyx_v_i]).right, (__pyx_v_b[__pyx_v_j]).right);
    goto __pyx_L0;

    /* "discodop/_fragments.pyx":570
 * 	if a[i].right < 0:
 * 		return 1
 * 	elif TESTBIT(bitset, a[i].right):             # <<<<<<<<<<<<<<
 * 		return containsbitset(a, b, bitset, a[i].right, b[j].right)
 * 	return 1
 */
  }

  /* "discodop/_fragments.pyx":572
 * 	elif TESTBIT(bitset, a[i].right):
 * 		return containsbitset(a, b, bitset, a[i].right, b[j].right)
 * 	return 1             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_r = 1;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":558
 * 
 * 
 * cdef inline int containsbitset(Node *a, Node *b, uint64_t *bitset,             # <<<<<<<<<<<<<<
 * 		short i, short j) nogil:
 * 	"""Test whether the fragment ``bitset`` at ``a[i]`` occurs at ``b[j]``."""
 */

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "discodop/_fragments.pyx":575
 * 
 * 
 * cpdef completebitsets(Ctrees trees, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		short maxnodes, bint disc=False, start=None, end=None, tostring=True):
 * 	"""Generate bitsets corresponding to whole trees in the input.
 */

static PyObject *__pyx_pw_8discodop_10_fragments_7completebitsets(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/
static PyObject *__pyx_f_8discodop_10_fragments_completebitsets(struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, short __pyx_v_maxnodes, CYTHON_UNUSED int __pyx_skip_dispatch, struct __pyx_opt_args_8discodop_10_fragments_completebitsets *__pyx_optional_args) {

  /* "discodop/_fragments.pyx":576
 * 
 * cpdef completebitsets(Ctrees trees, Vocabulary vocab,
 * 		short maxnodes, bint disc=False, start=None, end=None, tostring=True):             # <<<<<<<<<<<<<<
 * 	"""Generate bitsets corresponding to whole trees in the input.
 * 
 */
  int __pyx_v_disc = ((int)0);
  PyObject *__pyx_v_start = ((PyObject *)Py_None);
  PyObject *__pyx_v_end = ((PyObject *)Py_None);
  PyObject *__pyx_v_tostring = ((PyObject *)Py_True);
  PyObject *__pyx_v_result = 0;
  PyObject *__pyx_v_bitsets = 0;
  PyObject *__pyx_v_tmp = 0;
  int __pyx_v_n;
  int __pyx_v_i;
  short __pyx_v_SLOTS;
  uint64_t *__pyx_v_scratch;
  struct __pyx_t_8discodop_10containers_Node *__pyx_v_nodes;
  CYTHON_UNUSED PyObject *__pyx_v_unused_step = NULL;
  PyObject *__pyx_v_termindices = NULL;
  PyObject *__pyx_v_tree = NULL;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  int __pyx_t_2;
  PyObject *__pyx_t_3 = NULL;
  PyObject *__pyx_t_4 = NULL;
  PyObject *__pyx_t_5 = NULL;
  PyObject *__pyx_t_6 = NULL;
  PyObject *(*__pyx_t_7)(PyObject *);
  int __pyx_t_8;
  int __pyx_t_9;
  int __pyx_t_10;
  int16_t __pyx_t_11;
  int16_t __pyx_t_12;
  int __pyx_t_13;
  int __pyx_t_14;
  int __pyx_t_15;
  int __pyx_t_16;
  __Pyx_RefNannySetupContext("completebitsets", 0);
  if (__pyx_optional_args) {
    if (__pyx_optional_args->__pyx_n > 0) {
      __pyx_v_disc = __pyx_optional_args->disc;
      if (__pyx_optional_args->__pyx_n > 1) {
        __pyx_v_start = __pyx_optional_args->start;
        if (__pyx_optional_args->__pyx_n > 2) {
          __pyx_v_end = __pyx_optional_args->end;
          if (__pyx_optional_args->__pyx_n > 3) {
            __pyx_v_tostring = __pyx_optional_args->tostring;
          }
        }
      }
    }
  }
  __Pyx_INCREF(__pyx_v_start);
  __Pyx_INCREF(__pyx_v_end);

  /* "discodop/_fragments.pyx":598
 * 	"""
 * 	cdef:
 * 		list result = [] if tostring else None             # <<<<<<<<<<<<<<
 * 		list bitsets = []
 * 		list tmp = []
 */
  __pyx_t_2 = __Pyx_PyObject_IsTrue(__pyx_v_tostring); if (unlikely(__pyx_t_2 < 0)) __PYX_ERR(0, 598, __pyx_L1_error)
  if (__pyx_t_2) {
    __pyx_t_3 = PyList_New(0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 598, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_3);
    __pyx_t_1 = __pyx_t_3;
    __pyx_t_3 = 0;
  } else {
    __Pyx_INCREF(Py_None);
    __pyx_t_1 = Py_None;
  }
  __pyx_v_result = ((PyObject*)__pyx_t_1);
  __pyx_t_1 = 0;

  /* "discodop/_fragments.pyx":599
 * 	cdef:
 * 		list result = [] if tostring else None
 * 		list bitsets = []             # <<<<<<<<<<<<<<
 * 		list tmp = []
 * 		int n, i
 */
  __pyx_t_1 = PyList_New(0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 599, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_v_bitsets = ((PyObject*)__pyx_t_1);
  __pyx_t_1 = 0;

  /* "discodop/_fragments.pyx":600
 * 		list result = [] if tostring else None
 * 		list bitsets = []
 * 		list tmp = []             # <<<<<<<<<<<<<<
 * 		int n, i
 * 		short SLOTS = BITNSLOTS(maxnodes + 1)
 */
  __pyx_t_1 = PyList_New(0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 600, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_v_tmp = ((PyObject*)__pyx_t_1);
  __pyx_t_1 = 0;

  /* "discodop/_fragments.pyx":602
 * 		list tmp = []
 * 		int n, i
 * 		short SLOTS = BITNSLOTS(maxnodes + 1)             # <<<<<<<<<<<<<<
 * 		uint64_t *scratch = <uint64_t *>malloc((SLOTS + 2) * sizeof(uint64_t))
 * 		Node *nodes
 */
  __pyx_v_SLOTS = BITNSLOTS((__pyx_v_maxnodes + 1));

  /* "discodop/_fragments.pyx":603
 * 		int n, i
 * 		short SLOTS = BITNSLOTS(maxnodes + 1)
 * 		uint64_t *scratch = <uint64_t *>malloc((SLOTS + 2) * sizeof(uint64_t))             # <<<<<<<<<<<<<<
 * 		Node *nodes
 * 	start, end, unused_step = slice(start, end).indices(trees.len)
 */
  __pyx_v_scratch = ((uint64_t *)malloc(((__pyx_v_SLOTS + 2) * (sizeof(uint64_t)))));

  /* "discodop/_fragments.pyx":605
 * 		uint64_t *scratch = <uint64_t *>malloc((SLOTS + 2) * sizeof(uint64_t))
 * 		Node *nodes
 * 	start, end, unused_step = slice(start, end).indices(trees.len)             # <<<<<<<<<<<<<<
 * 	for n in range(<int>start, <int>end):
 * 		memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 */
  __pyx_t_3 = PySlice_New(__pyx_v_start, __pyx_v_end, Py_None); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 605, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_n_s_indices); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 605, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
  __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_trees->len); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 605, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __pyx_t_5 = NULL;
  if (CYTHON_UNPACK_METHODS && likely(PyMethod_Check(__pyx_t_4))) {
    __pyx_t_5 = PyMethod_GET_SELF(__pyx_t_4);
    if (likely(__pyx_t_5)) {
      PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_4);
      __Pyx_INCREF(__pyx_t_5);
      __Pyx_INCREF(function);
      __Pyx_DECREF_SET(__pyx_t_4, function);
    }
  }
  if (!__pyx_t_5) {
    __pyx_t_1 = __Pyx_PyObject_CallOneArg(__pyx_t_4, __pyx_t_3); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 605, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
    __Pyx_GOTREF(__pyx_t_1);
  } else {
    #if CYTHON_FAST_PYCALL
    if (PyFunction_Check(__pyx_t_4)) {
      PyObject *__pyx_temp[2] = {__pyx_t_5, __pyx_t_3};
      __pyx_t_1 = __Pyx_PyFunction_FastCall(__pyx_t_4, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 605, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0;
      __Pyx_GOTREF(__pyx_t_1);
      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
    } else
    #endif
    #if CYTHON_FAST_PYCCALL
    if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
      PyObject *__pyx_temp[2] = {__pyx_t_5, __pyx_t_3};
      __pyx_t_1 = __Pyx_PyCFunction_FastCall(__pyx_t_4, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 605, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0;
      __Pyx_GOTREF(__pyx_t_1);
      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
    } else
    #endif
    {
      __pyx_t_6 = PyTuple_New(1+1); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 605, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_6);
      __Pyx_GIVEREF(__pyx_t_5); PyTuple_SET_ITEM(__pyx_t_6, 0, __pyx_t_5); __pyx_t_5 = NULL;
      __Pyx_GIVEREF(__pyx_t_3);
      PyTuple_SET_ITEM(__pyx_t_6, 0+1, __pyx_t_3);
      __pyx_t_3 = 0;
      __pyx_t_1 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_6, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 605, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);
      __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
    }
  }
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
  if ((likely(PyTuple_CheckExact(__pyx_t_1))) || (PyList_CheckExact(__pyx_t_1))) {
    PyObject* sequence = __pyx_t_1;
    #if !CYTHON_COMPILING_IN_PYPY
    Py_ssize_t size = Py_SIZE(sequence);
    #else
    Py_ssize_t size = PySequence_Size(sequence);
    #endif
    if (unlikely(size != 3)) {
      if (size > 3) __Pyx_RaiseTooManyValuesError(3);
      else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size);
      __PYX_ERR(0, 605, __pyx_L1_error)
    }
    #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
    if (likely(PyTuple_CheckExact(sequence))) {
      __pyx_t_4 = PyTuple_GET_ITEM(sequence, 0); 
      __pyx_t_6 = PyTuple_GET_ITEM(sequence, 1); 
      __pyx_t_3 = PyTuple_GET_ITEM(sequence, 2); 
    } else {
      __pyx_t_4 = PyList_GET_ITEM(sequence, 0); 
      __pyx_t_6 = PyList_GET_ITEM(sequence, 1); 
      __pyx_t_3 = PyList_GET_ITEM(sequence, 2); 
    }
    __Pyx_INCREF(__pyx_t_4);
    __Pyx_INCREF(__pyx_t_6);
    __Pyx_INCREF(__pyx_t_3);
    #else
    __pyx_t_4 = PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 605, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __pyx_t_6 = PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 605, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_6);
    __pyx_t_3 = PySequence_ITEM(sequence, 2); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 605, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_3);
    #endif
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  } else {
    Py_ssize_t index = -1;
    __pyx_t_5 = PyObject_GetIter(__pyx_t_1); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 605, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_5);
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
    __pyx_t_7 = Py_TYPE(__pyx_t_5)->tp_iternext;
    index = 0; __pyx_t_4 = __pyx_t_7(__pyx_t_5); if (unlikely(!__pyx_t_4)) goto __pyx_L3_unpacking_failed;
    __Pyx_GOTREF(__pyx_t_4);
    index = 1; __pyx_t_6 = __pyx_t_7(__pyx_t_5); if (unlikely(!__pyx_t_6)) goto __pyx_L3_unpacking_failed;
    __Pyx_GOTREF(__pyx_t_6);
    index = 2; __pyx_t_3 = __pyx_t_7(__pyx_t_5); if (unlikely(!__pyx_t_3)) goto __pyx_L3_unpacking_failed;
    __Pyx_GOTREF(__pyx_t_3);
    if (__Pyx_IternextUnpackEndCheck(__pyx_t_7(__pyx_t_5), 3) < 0) __PYX_ERR(0, 605, __pyx_L1_error)
    __pyx_t_7 = NULL;
    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
    goto __pyx_L4_unpacking_done;
    __pyx_L3_unpacking_failed:;
    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
    __pyx_t_7 = NULL;
    if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index);
    __PYX_ERR(0, 605, __pyx_L1_error)
    __pyx_L4_unpacking_done:;
  }
  __Pyx_DECREF_SET(__pyx_v_start, __pyx_t_4);
  __pyx_t_4 = 0;
  __Pyx_DECREF_SET(__pyx_v_end, __pyx_t_6);
  __pyx_t_6 = 0;
  __pyx_v_unused_step = __pyx_t_3;
  __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":606
 * 		Node *nodes
 * 	start, end, unused_step = slice(start, end).indices(trees.len)
 * 	for n in range(<int>start, <int>end):             # <<<<<<<<<<<<<<
 * 		memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 * 		nodes = &trees.nodes[trees.trees[n].offset]
 */
  __pyx_t_8 = __Pyx_PyInt_As_int(__pyx_v_end); if (unlikely((__pyx_t_8 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 606, __pyx_L1_error)
  __pyx_t_9 = ((int)__pyx_t_8);
  __pyx_t_8 = __Pyx_PyInt_As_int(__pyx_v_start); if (unlikely((__pyx_t_8 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 606, __pyx_L1_error)
  for (__pyx_t_10 = ((int)__pyx_t_8); __pyx_t_10 < __pyx_t_9; __pyx_t_10+=1) {
    __pyx_v_n = __pyx_t_10;

    /* "discodop/_fragments.pyx":607
 * 	start, end, unused_step = slice(start, end).indices(trees.len)
 * 	for n in range(<int>start, <int>end):
 * 		memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))             # <<<<<<<<<<<<<<
 * 		nodes = &trees.nodes[trees.trees[n].offset]
 * 		# The set of terminal indices (i.e., minus frontier non-terminals)
 */
    memset(((void *)__pyx_v_scratch), 0, (__pyx_v_SLOTS * (sizeof(uint64_t))));

    /* "discodop/_fragments.pyx":608
 * 	for n in range(<int>start, <int>end):
 * 		memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 * 		nodes = &trees.nodes[trees.trees[n].offset]             # <<<<<<<<<<<<<<
 * 		# The set of terminal indices (i.e., minus frontier non-terminals)
 * 		termindices = {termidx(nodes[m].left)
 */
    __pyx_v_nodes = (&(__pyx_v_trees->nodes[(__pyx_v_trees->trees[__pyx_v_n]).offset]));

    /* "discodop/_fragments.pyx":610
 * 		nodes = &trees.nodes[trees.trees[n].offset]
 * 		# The set of terminal indices (i.e., minus frontier non-terminals)
 * 		termindices = {termidx(nodes[m].left)             # <<<<<<<<<<<<<<
 * 				for m in range(trees.trees[n].len)
 * 				if nodes[m].left < 0 and vocab.islexical(nodes[m].prod)}
 */
    { /* enter inner scope */
      int16_t __pyx_8genexpr6__pyx_v_m;
      __pyx_t_1 = PySet_New(NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 610, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);

      /* "discodop/_fragments.pyx":611
 * 		# The set of terminal indices (i.e., minus frontier non-terminals)
 * 		termindices = {termidx(nodes[m].left)
 * 				for m in range(trees.trees[n].len)             # <<<<<<<<<<<<<<
 * 				if nodes[m].left < 0 and vocab.islexical(nodes[m].prod)}
 * 		for i in range(trees.trees[n].len):
 */
      __pyx_t_11 = (__pyx_v_trees->trees[__pyx_v_n]).len;
      for (__pyx_t_12 = 0; __pyx_t_12 < __pyx_t_11; __pyx_t_12+=1) {
        __pyx_8genexpr6__pyx_v_m = __pyx_t_12;

        /* "discodop/_fragments.pyx":612
 * 		termindices = {termidx(nodes[m].left)
 * 				for m in range(trees.trees[n].len)
 * 				if nodes[m].left < 0 and vocab.islexical(nodes[m].prod)}             # <<<<<<<<<<<<<<
 * 		for i in range(trees.trees[n].len):
 * 			if nodes[i].left >= 0 or termidx(nodes[i].left) in termindices:
 */
        __pyx_t_13 = (((__pyx_v_nodes[__pyx_8genexpr6__pyx_v_m]).left < 0) != 0);
        if (__pyx_t_13) {
        } else {
          __pyx_t_2 = __pyx_t_13;
          goto __pyx_L10_bool_binop_done;
        }
        __pyx_t_13 = (((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_v_vocab->__pyx_vtab)->islexical(__pyx_v_vocab, (__pyx_v_nodes[__pyx_8genexpr6__pyx_v_m]).prod) != 0);
        __pyx_t_2 = __pyx_t_13;
        __pyx_L10_bool_binop_done:;
        if (__pyx_t_2) {

          /* "discodop/_fragments.pyx":610
 * 		nodes = &trees.nodes[trees.trees[n].offset]
 * 		# The set of terminal indices (i.e., minus frontier non-terminals)
 * 		termindices = {termidx(nodes[m].left)             # <<<<<<<<<<<<<<
 * 				for m in range(trees.trees[n].len)
 * 				if nodes[m].left < 0 and vocab.islexical(nodes[m].prod)}
 */
          __pyx_t_3 = __Pyx_PyInt_From_short(__pyx_f_8discodop_10containers_termidx((__pyx_v_nodes[__pyx_8genexpr6__pyx_v_m]).left)); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 610, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_3);
          if (unlikely(PySet_Add(__pyx_t_1, (PyObject*)__pyx_t_3))) __PYX_ERR(0, 610, __pyx_L1_error)
          __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

          /* "discodop/_fragments.pyx":612
 * 		termindices = {termidx(nodes[m].left)
 * 				for m in range(trees.trees[n].len)
 * 				if nodes[m].left < 0 and vocab.islexical(nodes[m].prod)}             # <<<<<<<<<<<<<<
 * 		for i in range(trees.trees[n].len):
 * 			if nodes[i].left >= 0 or termidx(nodes[i].left) in termindices:
 */
        }
      }
    } /* exit inner scope */
    __Pyx_XDECREF_SET(__pyx_v_termindices, ((PyObject*)__pyx_t_1));
    __pyx_t_1 = 0;

    /* "discodop/_fragments.pyx":613
 * 				for m in range(trees.trees[n].len)
 * 				if nodes[m].left < 0 and vocab.islexical(nodes[m].prod)}
 * 		for i in range(trees.trees[n].len):             # <<<<<<<<<<<<<<
 * 			if nodes[i].left >= 0 or termidx(nodes[i].left) in termindices:
 * 				SETBIT(scratch, i)
 */
    __pyx_t_11 = (__pyx_v_trees->trees[__pyx_v_n]).len;
    for (__pyx_t_14 = 0; __pyx_t_14 < __pyx_t_11; __pyx_t_14+=1) {
      __pyx_v_i = __pyx_t_14;

      /* "discodop/_fragments.pyx":614
 * 				if nodes[m].left < 0 and vocab.islexical(nodes[m].prod)}
 * 		for i in range(trees.trees[n].len):
 * 			if nodes[i].left >= 0 or termidx(nodes[i].left) in termindices:             # <<<<<<<<<<<<<<
 * 				SETBIT(scratch, i)
 * 		setrootid(scratch, trees.trees[n].root, n, SLOTS)
 */
      __pyx_t_13 = (((__pyx_v_nodes[__pyx_v_i]).left >= 0) != 0);
      if (!__pyx_t_13) {
      } else {
        __pyx_t_2 = __pyx_t_13;
        goto __pyx_L15_bool_binop_done;
      }
      __pyx_t_1 = __Pyx_PyInt_From_short(__pyx_f_8discodop_10containers_termidx((__pyx_v_nodes[__pyx_v_i]).left)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 614, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);
      __pyx_t_13 = (__Pyx_PySequence_ContainsTF(__pyx_t_1, __pyx_v_termindices, Py_EQ)); if (unlikely(__pyx_t_13 < 0)) __PYX_ERR(0, 614, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
      __pyx_t_15 = (__pyx_t_13 != 0);
      __pyx_t_2 = __pyx_t_15;
      __pyx_L15_bool_binop_done:;
      if (__pyx_t_2) {

        /* "discodop/_fragments.pyx":615
 * 		for i in range(trees.trees[n].len):
 * 			if nodes[i].left >= 0 or termidx(nodes[i].left) in termindices:
 * 				SETBIT(scratch, i)             # <<<<<<<<<<<<<<
 * 		setrootid(scratch, trees.trees[n].root, n, SLOTS)
 * 		if tostring:
 */
        SETBIT(__pyx_v_scratch, __pyx_v_i);

        /* "discodop/_fragments.pyx":614
 * 				if nodes[m].left < 0 and vocab.islexical(nodes[m].prod)}
 * 		for i in range(trees.trees[n].len):
 * 			if nodes[i].left >= 0 or termidx(nodes[i].left) in termindices:             # <<<<<<<<<<<<<<
 * 				SETBIT(scratch, i)
 * 		setrootid(scratch, trees.trees[n].root, n, SLOTS)
 */
      }
    }

    /* "discodop/_fragments.pyx":616
 * 			if nodes[i].left >= 0 or termidx(nodes[i].left) in termindices:
 * 				SETBIT(scratch, i)
 * 		setrootid(scratch, trees.trees[n].root, n, SLOTS)             # <<<<<<<<<<<<<<
 * 		if tostring:
 * 			tmp[:] = []
 */
    __pyx_f_8discodop_10_fragments_setrootid(__pyx_v_scratch, (__pyx_v_trees->trees[__pyx_v_n]).root, __pyx_v_n, __pyx_v_SLOTS);

    /* "discodop/_fragments.pyx":617
 * 				SETBIT(scratch, i)
 * 		setrootid(scratch, trees.trees[n].root, n, SLOTS)
 * 		if tostring:             # <<<<<<<<<<<<<<
 * 			tmp[:] = []
 * 			getsubtree(tmp, nodes, scratch, vocab,
 */
    __pyx_t_2 = __Pyx_PyObject_IsTrue(__pyx_v_tostring); if (unlikely(__pyx_t_2 < 0)) __PYX_ERR(0, 617, __pyx_L1_error)
    if (__pyx_t_2) {

      /* "discodop/_fragments.pyx":618
 * 		setrootid(scratch, trees.trees[n].root, n, SLOTS)
 * 		if tostring:
 * 			tmp[:] = []             # <<<<<<<<<<<<<<
 * 			getsubtree(tmp, nodes, scratch, vocab,
 * 					disc, trees.trees[n].root)
 */
      __pyx_t_1 = PyList_New(0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 618, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);
      if (__Pyx_PyObject_SetSlice(__pyx_v_tmp, __pyx_t_1, 0, 0, NULL, NULL, NULL, 0, 0, 0) < 0) __PYX_ERR(0, 618, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

      /* "discodop/_fragments.pyx":619
 * 		if tostring:
 * 			tmp[:] = []
 * 			getsubtree(tmp, nodes, scratch, vocab,             # <<<<<<<<<<<<<<
 * 					disc, trees.trees[n].root)
 * 			tree = getsent(''.join(tmp)) if disc else ''.join(tmp)
 */
      __pyx_t_1 = __pyx_f_8discodop_10_fragments_getsubtree(__pyx_v_tmp, __pyx_v_nodes, __pyx_v_scratch, __pyx_v_vocab, __pyx_v_disc, (__pyx_v_trees->trees[__pyx_v_n]).root); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 619, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);
      __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

      /* "discodop/_fragments.pyx":621
 * 			getsubtree(tmp, nodes, scratch, vocab,
 * 					disc, trees.trees[n].root)
 * 			tree = getsent(''.join(tmp)) if disc else ''.join(tmp)             # <<<<<<<<<<<<<<
 * 			result.append(tree)
 * 		bitsets.append(wrap(scratch, SLOTS))
 */
      if ((__pyx_v_disc != 0)) {
        __pyx_t_3 = PyUnicode_Join(__pyx_kp_u__2, __pyx_v_tmp); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 621, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_3);
        __pyx_t_6 = __pyx_f_8discodop_10_fragments_getsent(((PyObject*)__pyx_t_3)); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 621, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_6);
        __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
        __pyx_t_1 = __pyx_t_6;
        __pyx_t_6 = 0;
      } else {
        __pyx_t_6 = PyUnicode_Join(__pyx_kp_u__2, __pyx_v_tmp); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 621, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_6);
        __pyx_t_1 = __pyx_t_6;
        __pyx_t_6 = 0;
      }
      __Pyx_XDECREF_SET(__pyx_v_tree, __pyx_t_1);
      __pyx_t_1 = 0;

      /* "discodop/_fragments.pyx":622
 * 					disc, trees.trees[n].root)
 * 			tree = getsent(''.join(tmp)) if disc else ''.join(tmp)
 * 			result.append(tree)             # <<<<<<<<<<<<<<
 * 		bitsets.append(wrap(scratch, SLOTS))
 * 	free(scratch)
 */
      if (unlikely(__pyx_v_result == Py_None)) {
        PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "append");
        __PYX_ERR(0, 622, __pyx_L1_error)
      }
      __pyx_t_16 = __Pyx_PyList_Append(__pyx_v_result, __pyx_v_tree); if (unlikely(__pyx_t_16 == -1)) __PYX_ERR(0, 622, __pyx_L1_error)

      /* "discodop/_fragments.pyx":617
 * 				SETBIT(scratch, i)
 * 		setrootid(scratch, trees.trees[n].root, n, SLOTS)
 * 		if tostring:             # <<<<<<<<<<<<<<
 * 			tmp[:] = []
 * 			getsubtree(tmp, nodes, scratch, vocab,
 */
    }

    /* "discodop/_fragments.pyx":623
 * 			tree = getsent(''.join(tmp)) if disc else ''.join(tmp)
 * 			result.append(tree)
 * 		bitsets.append(wrap(scratch, SLOTS))             # <<<<<<<<<<<<<<
 * 	free(scratch)
 * 	return result, bitsets
 */
    __pyx_t_1 = __pyx_f_8discodop_10_fragments_wrap(__pyx_v_scratch, __pyx_v_SLOTS); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 623, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __pyx_t_16 = __Pyx_PyList_Append(__pyx_v_bitsets, __pyx_t_1); if (unlikely(__pyx_t_16 == -1)) __PYX_ERR(0, 623, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  }

  /* "discodop/_fragments.pyx":624
 * 			result.append(tree)
 * 		bitsets.append(wrap(scratch, SLOTS))
 * 	free(scratch)             # <<<<<<<<<<<<<<
 * 	return result, bitsets
 * 
 */
  free(__pyx_v_scratch);

  /* "discodop/_fragments.pyx":625
 * 		bitsets.append(wrap(scratch, SLOTS))
 * 	free(scratch)
 * 	return result, bitsets             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __Pyx_XDECREF(__pyx_r);
  __pyx_t_1 = PyTuple_New(2); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 625, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __Pyx_INCREF(__pyx_v_result);
  __Pyx_GIVEREF(__pyx_v_result);
  PyTuple_SET_ITEM(__pyx_t_1, 0, __pyx_v_result);
  __Pyx_INCREF(__pyx_v_bitsets);
  __Pyx_GIVEREF(__pyx_v_bitsets);
  PyTuple_SET_ITEM(__pyx_t_1, 1, __pyx_v_bitsets);
  __pyx_r = __pyx_t_1;
  __pyx_t_1 = 0;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":575
 * 
 * 
 * cpdef completebitsets(Ctrees trees, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		short maxnodes, bint disc=False, start=None, end=None, tostring=True):
 * 	"""Generate bitsets corresponding to whole trees in the input.
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_XDECREF(__pyx_t_3);
  __Pyx_XDECREF(__pyx_t_4);
  __Pyx_XDECREF(__pyx_t_5);
  __Pyx_XDECREF(__pyx_t_6);
  __Pyx_AddTraceback("discodop._fragments.completebitsets", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XDECREF(__pyx_v_result);
  __Pyx_XDECREF(__pyx_v_bitsets);
  __Pyx_XDECREF(__pyx_v_tmp);
  __Pyx_XDECREF(__pyx_v_unused_step);
  __Pyx_XDECREF(__pyx_v_termindices);
  __Pyx_XDECREF(__pyx_v_tree);
  __Pyx_XDECREF(__pyx_v_start);
  __Pyx_XDECREF(__pyx_v_end);
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* Python wrapper */
static PyObject *__pyx_pw_8discodop_10_fragments_7completebitsets(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/
static char __pyx_doc_8discodop_10_fragments_6completebitsets[] = "completebitsets(Ctrees trees, Vocabulary vocab, short maxnodes, bool disc=False, start=None, end=None, tostring=True)\nGenerate bitsets corresponding to whole trees in the input.\n\n\t:param tostring: when False, do not create list of trees as strings\n\t:returns: a pair of lists with trees as strings and their bitsets,\n\t\trespectively.\n\n\tA tree with a discontinuous substitution site is expected to be binarized\n\twith ``rightmostunary=True``:\n\n\t>>> from discodop.treebank import brackettree\n\t>>> tree, sent = brackettree(u'(S (X 0= 2= 4=))')\n\t>>> print(handledisc(tree))\n\t(S (X 0 (X|<> 2 (X|<> 4))))\n\n\tThese auxiliary nodes will not be part of the returned tree / bitset:\n\n\t>>> tmp = getctrees([(tree, sent)])\n\t>>> print(completebitsets(tmp['trees1'], tmp['vocab'], 2, disc=True)[0][0])\n\t(S (X 0= 2= 4=))\n\t";
static PyObject *__pyx_pw_8discodop_10_fragments_7completebitsets(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
  struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees = 0;
  struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab = 0;
  short __pyx_v_maxnodes;
  int __pyx_v_disc;
  PyObject *__pyx_v_start = 0;
  PyObject *__pyx_v_end = 0;
  PyObject *__pyx_v_tostring = 0;
  PyObject *__pyx_r = 0;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("completebitsets (wrapper)", 0);
  {
    static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_trees,&__pyx_n_s_vocab,&__pyx_n_s_maxnodes,&__pyx_n_s_disc,&__pyx_n_s_start,&__pyx_n_s_end,&__pyx_n_s_tostring,0};
    PyObject* values[7] = {0,0,0,0,0,0,0};

    /* "discodop/_fragments.pyx":576
 * 
 * cpdef completebitsets(Ctrees trees, Vocabulary vocab,
 * 		short maxnodes, bint disc=False, start=None, end=None, tostring=True):             # <<<<<<<<<<<<<<
 * 	"""Generate bitsets corresponding to whole trees in the input.
 * 
 */
    values[4] = ((PyObject *)Py_None);
    values[5] = ((PyObject *)Py_None);
    values[6] = ((PyObject *)Py_True);
    if (unlikely(__pyx_kwds)) {
      Py_ssize_t kw_args;
      const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args);
      switch (pos_args) {
        case  7: values[6] = PyTuple_GET_ITEM(__pyx_args, 6);
        CYTHON_FALLTHROUGH;
        case  6: values[5] = PyTuple_GET_ITEM(__pyx_args, 5);
        CYTHON_FALLTHROUGH;
        case  5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4);
        CYTHON_FALLTHROUGH;
        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);
        CYTHON_FALLTHROUGH;
        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);
        CYTHON_FALLTHROUGH;
        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);
        CYTHON_FALLTHROUGH;
        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);
        CYTHON_FALLTHROUGH;
        case  0: break;
        default: goto __pyx_L5_argtuple_error;
      }
      kw_args = PyDict_Size(__pyx_kwds);
      switch (pos_args) {
        case  0:
        if (likely((values[0] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_trees)) != 0)) kw_args--;
        else goto __pyx_L5_argtuple_error;
        CYTHON_FALLTHROUGH;
        case  1:
        if (likely((values[1] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_vocab)) != 0)) kw_args--;
        else {
          __Pyx_RaiseArgtupleInvalid("completebitsets", 0, 3, 7, 1); __PYX_ERR(0, 575, __pyx_L3_error)
        }
        CYTHON_FALLTHROUGH;
        case  2:
        if (likely((values[2] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_maxnodes)) != 0)) kw_args--;
        else {
          __Pyx_RaiseArgtupleInvalid("completebitsets", 0, 3, 7, 2); __PYX_ERR(0, 575, __pyx_L3_error)
        }
        CYTHON_FALLTHROUGH;
        case  3:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_disc);
          if (value) { values[3] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  4:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_start);
          if (value) { values[4] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  5:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_end);
          if (value) { values[5] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  6:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_tostring);
          if (value) { values[6] = value; kw_args--; }
        }
      }
      if (unlikely(kw_args > 0)) {
        if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, "completebitsets") < 0)) __PYX_ERR(0, 575, __pyx_L3_error)
      }
    } else {
      switch (PyTuple_GET_SIZE(__pyx_args)) {
        case  7: values[6] = PyTuple_GET_ITEM(__pyx_args, 6);
        CYTHON_FALLTHROUGH;
        case  6: values[5] = PyTuple_GET_ITEM(__pyx_args, 5);
        CYTHON_FALLTHROUGH;
        case  5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4);
        CYTHON_FALLTHROUGH;
        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);
        CYTHON_FALLTHROUGH;
        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);
        values[1] = PyTuple_GET_ITEM(__pyx_args, 1);
        values[0] = PyTuple_GET_ITEM(__pyx_args, 0);
        break;
        default: goto __pyx_L5_argtuple_error;
      }
    }
    __pyx_v_trees = ((struct __pyx_obj_8discodop_10containers_Ctrees *)values[0]);
    __pyx_v_vocab = ((struct __pyx_obj_8discodop_10containers_Vocabulary *)values[1]);
    __pyx_v_maxnodes = __Pyx_PyInt_As_short(values[2]); if (unlikely((__pyx_v_maxnodes == (short)-1) && PyErr_Occurred())) __PYX_ERR(0, 576, __pyx_L3_error)
    if (values[3]) {
      __pyx_v_disc = __Pyx_PyObject_IsTrue(values[3]); if (unlikely((__pyx_v_disc == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 576, __pyx_L3_error)
    } else {
      __pyx_v_disc = ((int)0);
    }
    __pyx_v_start = values[4];
    __pyx_v_end = values[5];
    __pyx_v_tostring = values[6];
  }
  goto __pyx_L4_argument_unpacking_done;
  __pyx_L5_argtuple_error:;
  __Pyx_RaiseArgtupleInvalid("completebitsets", 0, 3, 7, PyTuple_GET_SIZE(__pyx_args)); __PYX_ERR(0, 575, __pyx_L3_error)
  __pyx_L3_error:;
  __Pyx_AddTraceback("discodop._fragments.completebitsets", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __Pyx_RefNannyFinishContext();
  return NULL;
  __pyx_L4_argument_unpacking_done:;
  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_trees), __pyx_ptype_8discodop_10containers_Ctrees, 1, "trees", 0))) __PYX_ERR(0, 575, __pyx_L1_error)
  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_vocab), __pyx_ptype_8discodop_10containers_Vocabulary, 1, "vocab", 0))) __PYX_ERR(0, 575, __pyx_L1_error)
  __pyx_r = __pyx_pf_8discodop_10_fragments_6completebitsets(__pyx_self, __pyx_v_trees, __pyx_v_vocab, __pyx_v_maxnodes, __pyx_v_disc, __pyx_v_start, __pyx_v_end, __pyx_v_tostring);

  /* "discodop/_fragments.pyx":575
 * 
 * 
 * cpdef completebitsets(Ctrees trees, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		short maxnodes, bint disc=False, start=None, end=None, tostring=True):
 * 	"""Generate bitsets corresponding to whole trees in the input.
 */

  /* function exit code */
  goto __pyx_L0;
  __pyx_L1_error:;
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

static PyObject *__pyx_pf_8discodop_10_fragments_6completebitsets(CYTHON_UNUSED PyObject *__pyx_self, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, short __pyx_v_maxnodes, int __pyx_v_disc, PyObject *__pyx_v_start, PyObject *__pyx_v_end, PyObject *__pyx_v_tostring) {
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  struct __pyx_opt_args_8discodop_10_fragments_completebitsets __pyx_t_2;
  __Pyx_RefNannySetupContext("completebitsets", 0);
  __Pyx_XDECREF(__pyx_r);
  __pyx_t_2.__pyx_n = 4;
  __pyx_t_2.disc = __pyx_v_disc;
  __pyx_t_2.start = __pyx_v_start;
  __pyx_t_2.end = __pyx_v_end;
  __pyx_t_2.tostring = __pyx_v_tostring;
  __pyx_t_1 = __pyx_f_8discodop_10_fragments_completebitsets(__pyx_v_trees, __pyx_v_vocab, __pyx_v_maxnodes, 0, &__pyx_t_2); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 575, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_r = __pyx_t_1;
  __pyx_t_1 = 0;
  goto __pyx_L0;

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_AddTraceback("discodop._fragments.completebitsets", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":628
 * 
 * 
 * cdef twoterminals(NodeArray a, Node *anodes,             # <<<<<<<<<<<<<<
 * 		Ctrees trees2, set contentwordprods, set lexicalprods):
 * 	"""Produce tree pairs that share at least two words.
 */

static PyObject *__pyx_f_8discodop_10_fragments_twoterminals(struct __pyx_t_8discodop_10containers_NodeArray __pyx_v_a, struct __pyx_t_8discodop_10containers_Node *__pyx_v_anodes, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees2, PyObject *__pyx_v_contentwordprods, PyObject *__pyx_v_lexicalprods) {
  int __pyx_v_i;
  int __pyx_v_j;
  PyObject *__pyx_v_tmp = 0;
  PyObject *__pyx_v_candidates = 0;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  PyObject *__pyx_t_2 = NULL;
  PyObject *__pyx_t_3 = NULL;
  int16_t __pyx_t_4;
  int __pyx_t_5;
  int __pyx_t_6;
  int __pyx_t_7;
  int __pyx_t_8;
  int16_t __pyx_t_9;
  int __pyx_t_10;
  __Pyx_RefNannySetupContext("twoterminals", 0);

  /* "discodop/_fragments.pyx":638
 * 	if trees2 is None, pairs (n, m) are such that n < m."""
 * 	cdef int i, j
 * 	cdef object tmp, candidates = RoaringBitmap()             # <<<<<<<<<<<<<<
 * 	# select candidates from 'trees2' that share productions with tree 'a'
 * 	# want to select at least 1 content POS tag, 1 other lexical prod
 */
  __pyx_t_2 = __Pyx_GetModuleGlobalName(__pyx_n_s_RoaringBitmap); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 638, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __pyx_t_3 = NULL;
  if (CYTHON_UNPACK_METHODS && unlikely(PyMethod_Check(__pyx_t_2))) {
    __pyx_t_3 = PyMethod_GET_SELF(__pyx_t_2);
    if (likely(__pyx_t_3)) {
      PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_2);
      __Pyx_INCREF(__pyx_t_3);
      __Pyx_INCREF(function);
      __Pyx_DECREF_SET(__pyx_t_2, function);
    }
  }
  if (__pyx_t_3) {
    __pyx_t_1 = __Pyx_PyObject_CallOneArg(__pyx_t_2, __pyx_t_3); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 638, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
  } else {
    __pyx_t_1 = __Pyx_PyObject_CallNoArg(__pyx_t_2); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 638, __pyx_L1_error)
  }
  __Pyx_GOTREF(__pyx_t_1);
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __pyx_v_candidates = __pyx_t_1;
  __pyx_t_1 = 0;

  /* "discodop/_fragments.pyx":641
 * 	# select candidates from 'trees2' that share productions with tree 'a'
 * 	# want to select at least 1 content POS tag, 1 other lexical prod
 * 	for i in range(a.len):             # <<<<<<<<<<<<<<
 * 		if anodes[i].left >= 0 or anodes[i].prod not in contentwordprods:
 * 			continue
 */
  __pyx_t_4 = __pyx_v_a.len;
  for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) {
    __pyx_v_i = __pyx_t_5;

    /* "discodop/_fragments.pyx":642
 * 	# want to select at least 1 content POS tag, 1 other lexical prod
 * 	for i in range(a.len):
 * 		if anodes[i].left >= 0 or anodes[i].prod not in contentwordprods:             # <<<<<<<<<<<<<<
 * 			continue
 * 		tmp = trees2.prodindex[anodes[i].prod]
 */
    __pyx_t_7 = (((__pyx_v_anodes[__pyx_v_i]).left >= 0) != 0);
    if (!__pyx_t_7) {
    } else {
      __pyx_t_6 = __pyx_t_7;
      goto __pyx_L6_bool_binop_done;
    }
    __pyx_t_1 = __Pyx_PyInt_From_int32_t((__pyx_v_anodes[__pyx_v_i]).prod); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 642, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __pyx_t_7 = (__Pyx_PySequence_ContainsTF(__pyx_t_1, __pyx_v_contentwordprods, Py_NE)); if (unlikely(__pyx_t_7 < 0)) __PYX_ERR(0, 642, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
    __pyx_t_8 = (__pyx_t_7 != 0);
    __pyx_t_6 = __pyx_t_8;
    __pyx_L6_bool_binop_done:;
    if (__pyx_t_6) {

      /* "discodop/_fragments.pyx":643
 * 	for i in range(a.len):
 * 		if anodes[i].left >= 0 or anodes[i].prod not in contentwordprods:
 * 			continue             # <<<<<<<<<<<<<<
 * 		tmp = trees2.prodindex[anodes[i].prod]
 * 		for j in range(a.len):
 */
      goto __pyx_L3_continue;

      /* "discodop/_fragments.pyx":642
 * 	# want to select at least 1 content POS tag, 1 other lexical prod
 * 	for i in range(a.len):
 * 		if anodes[i].left >= 0 or anodes[i].prod not in contentwordprods:             # <<<<<<<<<<<<<<
 * 			continue
 * 		tmp = trees2.prodindex[anodes[i].prod]
 */
    }

    /* "discodop/_fragments.pyx":644
 * 		if anodes[i].left >= 0 or anodes[i].prod not in contentwordprods:
 * 			continue
 * 		tmp = trees2.prodindex[anodes[i].prod]             # <<<<<<<<<<<<<<
 * 		for j in range(a.len):
 * 			if (i != j and anodes[j].left < 0 and
 */
    __pyx_t_1 = __Pyx_GetItemInt(__pyx_v_trees2->prodindex, (__pyx_v_anodes[__pyx_v_i]).prod, int32_t, 1, __Pyx_PyInt_From_int32_t, 0, 0, 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 644, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __Pyx_XDECREF_SET(__pyx_v_tmp, __pyx_t_1);
    __pyx_t_1 = 0;

    /* "discodop/_fragments.pyx":645
 * 			continue
 * 		tmp = trees2.prodindex[anodes[i].prod]
 * 		for j in range(a.len):             # <<<<<<<<<<<<<<
 * 			if (i != j and anodes[j].left < 0 and
 * 					anodes[j].prod in lexicalprods):
 */
    __pyx_t_9 = __pyx_v_a.len;
    for (__pyx_t_10 = 0; __pyx_t_10 < __pyx_t_9; __pyx_t_10+=1) {
      __pyx_v_j = __pyx_t_10;

      /* "discodop/_fragments.pyx":646
 * 		tmp = trees2.prodindex[anodes[i].prod]
 * 		for j in range(a.len):
 * 			if (i != j and anodes[j].left < 0 and             # <<<<<<<<<<<<<<
 * 					anodes[j].prod in lexicalprods):
 * 				candidates |= tmp & trees2.prodindex[anodes[j].prod]
 */
      __pyx_t_8 = ((__pyx_v_i != __pyx_v_j) != 0);
      if (__pyx_t_8) {
      } else {
        __pyx_t_6 = __pyx_t_8;
        goto __pyx_L11_bool_binop_done;
      }
      __pyx_t_8 = (((__pyx_v_anodes[__pyx_v_j]).left < 0) != 0);
      if (__pyx_t_8) {
      } else {
        __pyx_t_6 = __pyx_t_8;
        goto __pyx_L11_bool_binop_done;
      }

      /* "discodop/_fragments.pyx":647
 * 		for j in range(a.len):
 * 			if (i != j and anodes[j].left < 0 and
 * 					anodes[j].prod in lexicalprods):             # <<<<<<<<<<<<<<
 * 				candidates |= tmp & trees2.prodindex[anodes[j].prod]
 * 	return candidates
 */
      __pyx_t_1 = __Pyx_PyInt_From_int32_t((__pyx_v_anodes[__pyx_v_j]).prod); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 647, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);
      __pyx_t_8 = (__Pyx_PySequence_ContainsTF(__pyx_t_1, __pyx_v_lexicalprods, Py_EQ)); if (unlikely(__pyx_t_8 < 0)) __PYX_ERR(0, 647, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
      __pyx_t_7 = (__pyx_t_8 != 0);
      __pyx_t_6 = __pyx_t_7;
      __pyx_L11_bool_binop_done:;

      /* "discodop/_fragments.pyx":646
 * 		tmp = trees2.prodindex[anodes[i].prod]
 * 		for j in range(a.len):
 * 			if (i != j and anodes[j].left < 0 and             # <<<<<<<<<<<<<<
 * 					anodes[j].prod in lexicalprods):
 * 				candidates |= tmp & trees2.prodindex[anodes[j].prod]
 */
      if (__pyx_t_6) {

        /* "discodop/_fragments.pyx":648
 * 			if (i != j and anodes[j].left < 0 and
 * 					anodes[j].prod in lexicalprods):
 * 				candidates |= tmp & trees2.prodindex[anodes[j].prod]             # <<<<<<<<<<<<<<
 * 	return candidates
 * 
 */
        __pyx_t_1 = __Pyx_GetItemInt(__pyx_v_trees2->prodindex, (__pyx_v_anodes[__pyx_v_j]).prod, int32_t, 1, __Pyx_PyInt_From_int32_t, 0, 0, 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 648, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_1);
        __pyx_t_2 = PyNumber_And(__pyx_v_tmp, __pyx_t_1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 648, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_2);
        __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
        __pyx_t_1 = PyNumber_InPlaceOr(__pyx_v_candidates, __pyx_t_2); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 648, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_1);
        __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
        __Pyx_DECREF_SET(__pyx_v_candidates, __pyx_t_1);
        __pyx_t_1 = 0;

        /* "discodop/_fragments.pyx":646
 * 		tmp = trees2.prodindex[anodes[i].prod]
 * 		for j in range(a.len):
 * 			if (i != j and anodes[j].left < 0 and             # <<<<<<<<<<<<<<
 * 					anodes[j].prod in lexicalprods):
 * 				candidates |= tmp & trees2.prodindex[anodes[j].prod]
 */
      }
    }
    __pyx_L3_continue:;
  }

  /* "discodop/_fragments.pyx":649
 * 					anodes[j].prod in lexicalprods):
 * 				candidates |= tmp & trees2.prodindex[anodes[j].prod]
 * 	return candidates             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __Pyx_XDECREF(__pyx_r);
  __Pyx_INCREF(__pyx_v_candidates);
  __pyx_r = __pyx_v_candidates;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":628
 * 
 * 
 * cdef twoterminals(NodeArray a, Node *anodes,             # <<<<<<<<<<<<<<
 * 		Ctrees trees2, set contentwordprods, set lexicalprods):
 * 	"""Produce tree pairs that share at least two words.
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_XDECREF(__pyx_t_2);
  __Pyx_XDECREF(__pyx_t_3);
  __Pyx_AddTraceback("discodop._fragments.twoterminals", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XDECREF(__pyx_v_tmp);
  __Pyx_XDECREF(__pyx_v_candidates);
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":652
 * 
 * 
 * def allfragments(Ctrees trees, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		unsigned int maxdepth, unsigned int maxfrontier=999, bint disc=True,
 * 		bint indices=False):
 */

/* Python wrapper */
static PyObject *__pyx_pw_8discodop_10_fragments_9allfragments(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/
static char __pyx_doc_8discodop_10_fragments_8allfragments[] = "allfragments(Ctrees trees, Vocabulary vocab, unsigned int maxdepth, unsigned int maxfrontier=999, bool disc=True, bool indices=False)\nReturn all fragments of trees up to maxdepth.\n\n\t:param maxdepth: maximum depth of fragments; depth 1 gives fragments that\n\t\tare equivalent to a treebank grammar.\n\t:param maxfrontier: maximum number of frontier non-terminals (substitution\n\t\tsites) in fragments; a limit of 0 only gives fragments that bottom out\n\t\tin terminals; 999 is unlimited for practical purposes.\n\t:returns: dictionary fragments with tree strings as keys and integer counts\n\t\tas values.";
static PyMethodDef __pyx_mdef_8discodop_10_fragments_9allfragments = {"allfragments", (PyCFunction)__pyx_pw_8discodop_10_fragments_9allfragments, METH_VARARGS|METH_KEYWORDS, __pyx_doc_8discodop_10_fragments_8allfragments};
static PyObject *__pyx_pw_8discodop_10_fragments_9allfragments(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
  struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees = 0;
  struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab = 0;
  unsigned int __pyx_v_maxdepth;
  unsigned int __pyx_v_maxfrontier;
  int __pyx_v_disc;
  int __pyx_v_indices;
  PyObject *__pyx_r = 0;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("allfragments (wrapper)", 0);
  {
    static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_trees,&__pyx_n_s_vocab,&__pyx_n_s_maxdepth,&__pyx_n_s_maxfrontier,&__pyx_n_s_disc,&__pyx_n_s_indices,0};
    PyObject* values[6] = {0,0,0,0,0,0};
    if (unlikely(__pyx_kwds)) {
      Py_ssize_t kw_args;
      const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args);
      switch (pos_args) {
        case  6: values[5] = PyTuple_GET_ITEM(__pyx_args, 5);
        CYTHON_FALLTHROUGH;
        case  5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4);
        CYTHON_FALLTHROUGH;
        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);
        CYTHON_FALLTHROUGH;
        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);
        CYTHON_FALLTHROUGH;
        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);
        CYTHON_FALLTHROUGH;
        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);
        CYTHON_FALLTHROUGH;
        case  0: break;
        default: goto __pyx_L5_argtuple_error;
      }
      kw_args = PyDict_Size(__pyx_kwds);
      switch (pos_args) {
        case  0:
        if (likely((values[0] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_trees)) != 0)) kw_args--;
        else goto __pyx_L5_argtuple_error;
        CYTHON_FALLTHROUGH;
        case  1:
        if (likely((values[1] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_vocab)) != 0)) kw_args--;
        else {
          __Pyx_RaiseArgtupleInvalid("allfragments", 0, 3, 6, 1); __PYX_ERR(0, 652, __pyx_L3_error)
        }
        CYTHON_FALLTHROUGH;
        case  2:
        if (likely((values[2] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_maxdepth)) != 0)) kw_args--;
        else {
          __Pyx_RaiseArgtupleInvalid("allfragments", 0, 3, 6, 2); __PYX_ERR(0, 652, __pyx_L3_error)
        }
        CYTHON_FALLTHROUGH;
        case  3:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_maxfrontier);
          if (value) { values[3] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  4:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_disc);
          if (value) { values[4] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  5:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_indices);
          if (value) { values[5] = value; kw_args--; }
        }
      }
      if (unlikely(kw_args > 0)) {
        if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, "allfragments") < 0)) __PYX_ERR(0, 652, __pyx_L3_error)
      }
    } else {
      switch (PyTuple_GET_SIZE(__pyx_args)) {
        case  6: values[5] = PyTuple_GET_ITEM(__pyx_args, 5);
        CYTHON_FALLTHROUGH;
        case  5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4);
        CYTHON_FALLTHROUGH;
        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);
        CYTHON_FALLTHROUGH;
        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);
        values[1] = PyTuple_GET_ITEM(__pyx_args, 1);
        values[0] = PyTuple_GET_ITEM(__pyx_args, 0);
        break;
        default: goto __pyx_L5_argtuple_error;
      }
    }
    __pyx_v_trees = ((struct __pyx_obj_8discodop_10containers_Ctrees *)values[0]);
    __pyx_v_vocab = ((struct __pyx_obj_8discodop_10containers_Vocabulary *)values[1]);
    __pyx_v_maxdepth = __Pyx_PyInt_As_unsigned_int(values[2]); if (unlikely((__pyx_v_maxdepth == (unsigned int)-1) && PyErr_Occurred())) __PYX_ERR(0, 653, __pyx_L3_error)
    if (values[3]) {
      __pyx_v_maxfrontier = __Pyx_PyInt_As_unsigned_int(values[3]); if (unlikely((__pyx_v_maxfrontier == (unsigned int)-1) && PyErr_Occurred())) __PYX_ERR(0, 653, __pyx_L3_error)
    } else {
      __pyx_v_maxfrontier = ((unsigned int)0x3E7);
    }
    if (values[4]) {
      __pyx_v_disc = __Pyx_PyObject_IsTrue(values[4]); if (unlikely((__pyx_v_disc == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 653, __pyx_L3_error)
    } else {

      /* "discodop/_fragments.pyx":653
 * 
 * def allfragments(Ctrees trees, Vocabulary vocab,
 * 		unsigned int maxdepth, unsigned int maxfrontier=999, bint disc=True,             # <<<<<<<<<<<<<<
 * 		bint indices=False):
 * 	"""Return all fragments of trees up to maxdepth.
 */
      __pyx_v_disc = ((int)1);
    }
    if (values[5]) {
      __pyx_v_indices = __Pyx_PyObject_IsTrue(values[5]); if (unlikely((__pyx_v_indices == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 654, __pyx_L3_error)
    } else {

      /* "discodop/_fragments.pyx":654
 * def allfragments(Ctrees trees, Vocabulary vocab,
 * 		unsigned int maxdepth, unsigned int maxfrontier=999, bint disc=True,
 * 		bint indices=False):             # <<<<<<<<<<<<<<
 * 	"""Return all fragments of trees up to maxdepth.
 * 
 */
      __pyx_v_indices = ((int)0);
    }
  }
  goto __pyx_L4_argument_unpacking_done;
  __pyx_L5_argtuple_error:;
  __Pyx_RaiseArgtupleInvalid("allfragments", 0, 3, 6, PyTuple_GET_SIZE(__pyx_args)); __PYX_ERR(0, 652, __pyx_L3_error)
  __pyx_L3_error:;
  __Pyx_AddTraceback("discodop._fragments.allfragments", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __Pyx_RefNannyFinishContext();
  return NULL;
  __pyx_L4_argument_unpacking_done:;
  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_trees), __pyx_ptype_8discodop_10containers_Ctrees, 1, "trees", 0))) __PYX_ERR(0, 652, __pyx_L1_error)
  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_vocab), __pyx_ptype_8discodop_10containers_Vocabulary, 1, "vocab", 0))) __PYX_ERR(0, 652, __pyx_L1_error)
  __pyx_r = __pyx_pf_8discodop_10_fragments_8allfragments(__pyx_self, __pyx_v_trees, __pyx_v_vocab, __pyx_v_maxdepth, __pyx_v_maxfrontier, __pyx_v_disc, __pyx_v_indices);

  /* "discodop/_fragments.pyx":652
 * 
 * 
 * def allfragments(Ctrees trees, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		unsigned int maxdepth, unsigned int maxfrontier=999, bint disc=True,
 * 		bint indices=False):
 */

  /* function exit code */
  goto __pyx_L0;
  __pyx_L1_error:;
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

static PyObject *__pyx_pf_8discodop_10_fragments_8allfragments(CYTHON_UNUSED PyObject *__pyx_self, struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_trees, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, unsigned int __pyx_v_maxdepth, unsigned int __pyx_v_maxfrontier, int __pyx_v_disc, int __pyx_v_indices) {
  struct __pyx_t_8discodop_10containers_NodeArray __pyx_v_tree;
  struct __pyx_t_8discodop_10containers_Node *__pyx_v_nodes;
  int __pyx_v_n;
  int __pyx_v_SLOTS;
  PyObject *__pyx_v_table = 0;
  PyObject *__pyx_v_tmp = 0;
  PyObject *__pyx_v_inter = 0;
  PyObject *__pyx_v_fragments = 0;
  uint64_t *__pyx_v_scratch;
  PyObject *__pyx_v_sent = NULL;
  Py_ssize_t __pyx_v_i;
  PyObject *__pyx_v_frags = NULL;
  PyObject *__pyx_v_frag = NULL;
  short __pyx_v_depth;
  uint32_t __pyx_v_frontiers;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  int __pyx_t_2;
  int __pyx_t_3;
  int __pyx_t_4;
  PyObject *__pyx_t_5 = NULL;
  PyObject *__pyx_t_6 = NULL;
  PyObject *__pyx_t_7 = NULL;
  int __pyx_t_8;
  PyObject *__pyx_t_9 = NULL;
  int16_t __pyx_t_10;
  int16_t __pyx_t_11;
  Py_ssize_t __pyx_t_12;
  Py_ssize_t __pyx_t_13;
  Py_ssize_t __pyx_t_14;
  PyObject *(*__pyx_t_15)(PyObject *);
  int __pyx_t_16;
  __Pyx_RefNannySetupContext("allfragments", 0);

  /* "discodop/_fragments.pyx":666
 * 	cdef NodeArray tree
 * 	cdef Node *nodes
 * 	cdef int n, SLOTS = BITNSLOTS(trees.maxnodes)             # <<<<<<<<<<<<<<
 * 	cdef list table, tmp = []
 * 	cdef set inter = set()
 */
  __pyx_v_SLOTS = BITNSLOTS(__pyx_v_trees->maxnodes);

  /* "discodop/_fragments.pyx":667
 * 	cdef Node *nodes
 * 	cdef int n, SLOTS = BITNSLOTS(trees.maxnodes)
 * 	cdef list table, tmp = []             # <<<<<<<<<<<<<<
 * 	cdef set inter = set()
 * 	cdef dict fragments = {}
 */
  __pyx_t_1 = PyList_New(0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 667, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_v_tmp = ((PyObject*)__pyx_t_1);
  __pyx_t_1 = 0;

  /* "discodop/_fragments.pyx":668
 * 	cdef int n, SLOTS = BITNSLOTS(trees.maxnodes)
 * 	cdef list table, tmp = []
 * 	cdef set inter = set()             # <<<<<<<<<<<<<<
 * 	cdef dict fragments = {}
 * 	cdef uint64_t *scratch = <uint64_t *>malloc((SLOTS + 2) * sizeof(uint64_t))
 */
  __pyx_t_1 = PySet_New(0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 668, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_v_inter = ((PyObject*)__pyx_t_1);
  __pyx_t_1 = 0;

  /* "discodop/_fragments.pyx":669
 * 	cdef list table, tmp = []
 * 	cdef set inter = set()
 * 	cdef dict fragments = {}             # <<<<<<<<<<<<<<
 * 	cdef uint64_t *scratch = <uint64_t *>malloc((SLOTS + 2) * sizeof(uint64_t))
 * 	if scratch is NULL:
 */
  __pyx_t_1 = PyDict_New(); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 669, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_v_fragments = ((PyObject*)__pyx_t_1);
  __pyx_t_1 = 0;

  /* "discodop/_fragments.pyx":670
 * 	cdef set inter = set()
 * 	cdef dict fragments = {}
 * 	cdef uint64_t *scratch = <uint64_t *>malloc((SLOTS + 2) * sizeof(uint64_t))             # <<<<<<<<<<<<<<
 * 	if scratch is NULL:
 * 		raise MemoryError('allocation error')
 */
  __pyx_v_scratch = ((uint64_t *)malloc(((__pyx_v_SLOTS + 2) * (sizeof(uint64_t)))));

  /* "discodop/_fragments.pyx":671
 * 	cdef dict fragments = {}
 * 	cdef uint64_t *scratch = <uint64_t *>malloc((SLOTS + 2) * sizeof(uint64_t))
 * 	if scratch is NULL:             # <<<<<<<<<<<<<<
 * 		raise MemoryError('allocation error')
 * 	for n in range(trees.len):
 */
  __pyx_t_2 = ((__pyx_v_scratch == NULL) != 0);
  if (__pyx_t_2) {

    /* "discodop/_fragments.pyx":672
 * 	cdef uint64_t *scratch = <uint64_t *>malloc((SLOTS + 2) * sizeof(uint64_t))
 * 	if scratch is NULL:
 * 		raise MemoryError('allocation error')             # <<<<<<<<<<<<<<
 * 	for n in range(trees.len):
 * 		tree = trees.trees[n]
 */
    __pyx_t_1 = __Pyx_PyObject_Call(__pyx_builtin_MemoryError, __pyx_tuple__3, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 672, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __Pyx_Raise(__pyx_t_1, 0, 0, 0);
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
    __PYX_ERR(0, 672, __pyx_L1_error)

    /* "discodop/_fragments.pyx":671
 * 	cdef dict fragments = {}
 * 	cdef uint64_t *scratch = <uint64_t *>malloc((SLOTS + 2) * sizeof(uint64_t))
 * 	if scratch is NULL:             # <<<<<<<<<<<<<<
 * 		raise MemoryError('allocation error')
 * 	for n in range(trees.len):
 */
  }

  /* "discodop/_fragments.pyx":673
 * 	if scratch is NULL:
 * 		raise MemoryError('allocation error')
 * 	for n in range(trees.len):             # <<<<<<<<<<<<<<
 * 		tree = trees.trees[n]
 * 		sent = trees.extractsent(n, vocab)
 */
  __pyx_t_3 = __pyx_v_trees->len;
  for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {
    __pyx_v_n = __pyx_t_4;

    /* "discodop/_fragments.pyx":674
 * 		raise MemoryError('allocation error')
 * 	for n in range(trees.len):
 * 		tree = trees.trees[n]             # <<<<<<<<<<<<<<
 * 		sent = trees.extractsent(n, vocab)
 * 		nodes = &trees.nodes[tree.offset]
 */
    __pyx_v_tree = (__pyx_v_trees->trees[__pyx_v_n]);

    /* "discodop/_fragments.pyx":675
 * 	for n in range(trees.len):
 * 		tree = trees.trees[n]
 * 		sent = trees.extractsent(n, vocab)             # <<<<<<<<<<<<<<
 * 		nodes = &trees.nodes[tree.offset]
 * 		# for each node, list of bitsets wrapped in bytes
 */
    __pyx_t_5 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_trees), __pyx_n_s_extractsent); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 675, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_5);
    __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_n); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 675, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_6);
    __pyx_t_7 = NULL;
    __pyx_t_8 = 0;
    if (CYTHON_UNPACK_METHODS && likely(PyMethod_Check(__pyx_t_5))) {
      __pyx_t_7 = PyMethod_GET_SELF(__pyx_t_5);
      if (likely(__pyx_t_7)) {
        PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_5);
        __Pyx_INCREF(__pyx_t_7);
        __Pyx_INCREF(function);
        __Pyx_DECREF_SET(__pyx_t_5, function);
        __pyx_t_8 = 1;
      }
    }
    #if CYTHON_FAST_PYCALL
    if (PyFunction_Check(__pyx_t_5)) {
      PyObject *__pyx_temp[3] = {__pyx_t_7, __pyx_t_6, ((PyObject *)__pyx_v_vocab)};
      __pyx_t_1 = __Pyx_PyFunction_FastCall(__pyx_t_5, __pyx_temp+1-__pyx_t_8, 2+__pyx_t_8); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 675, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_7); __pyx_t_7 = 0;
      __Pyx_GOTREF(__pyx_t_1);
      __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
    } else
    #endif
    #if CYTHON_FAST_PYCCALL
    if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) {
      PyObject *__pyx_temp[3] = {__pyx_t_7, __pyx_t_6, ((PyObject *)__pyx_v_vocab)};
      __pyx_t_1 = __Pyx_PyCFunction_FastCall(__pyx_t_5, __pyx_temp+1-__pyx_t_8, 2+__pyx_t_8); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 675, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_7); __pyx_t_7 = 0;
      __Pyx_GOTREF(__pyx_t_1);
      __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
    } else
    #endif
    {
      __pyx_t_9 = PyTuple_New(2+__pyx_t_8); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 675, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_9);
      if (__pyx_t_7) {
        __Pyx_GIVEREF(__pyx_t_7); PyTuple_SET_ITEM(__pyx_t_9, 0, __pyx_t_7); __pyx_t_7 = NULL;
      }
      __Pyx_GIVEREF(__pyx_t_6);
      PyTuple_SET_ITEM(__pyx_t_9, 0+__pyx_t_8, __pyx_t_6);
      __Pyx_INCREF(((PyObject *)__pyx_v_vocab));
      __Pyx_GIVEREF(((PyObject *)__pyx_v_vocab));
      PyTuple_SET_ITEM(__pyx_t_9, 1+__pyx_t_8, ((PyObject *)__pyx_v_vocab));
      __pyx_t_6 = 0;
      __pyx_t_1 = __Pyx_PyObject_Call(__pyx_t_5, __pyx_t_9, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 675, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);
      __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;
    }
    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
    __Pyx_XDECREF_SET(__pyx_v_sent, __pyx_t_1);
    __pyx_t_1 = 0;

    /* "discodop/_fragments.pyx":676
 * 		tree = trees.trees[n]
 * 		sent = trees.extractsent(n, vocab)
 * 		nodes = &trees.nodes[tree.offset]             # <<<<<<<<<<<<<<
 * 		# for each node, list of bitsets wrapped in bytes
 * 		table = [[] for _ in range(tree.len)]
 */
    __pyx_v_nodes = (&(__pyx_v_trees->nodes[__pyx_v_tree.offset]));

    /* "discodop/_fragments.pyx":678
 * 		nodes = &trees.nodes[tree.offset]
 * 		# for each node, list of bitsets wrapped in bytes
 * 		table = [[] for _ in range(tree.len)]             # <<<<<<<<<<<<<<
 * 		traverse(tree, nodes, tree.root, n, maxdepth, maxfrontier, table,
 * 				scratch, SLOTS)
 */
    { /* enter inner scope */
      CYTHON_UNUSED int16_t __pyx_8genexpr7__pyx_v__;
      __pyx_t_1 = PyList_New(0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 678, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);
      __pyx_t_10 = __pyx_v_tree.len;
      for (__pyx_t_11 = 0; __pyx_t_11 < __pyx_t_10; __pyx_t_11+=1) {
        __pyx_8genexpr7__pyx_v__ = __pyx_t_11;
        __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 678, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_5);
        if (unlikely(__Pyx_ListComp_Append(__pyx_t_1, (PyObject*)__pyx_t_5))) __PYX_ERR(0, 678, __pyx_L1_error)
        __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
      }
    } /* exit inner scope */
    __Pyx_XDECREF_SET(__pyx_v_table, ((PyObject*)__pyx_t_1));
    __pyx_t_1 = 0;

    /* "discodop/_fragments.pyx":679
 * 		# for each node, list of bitsets wrapped in bytes
 * 		table = [[] for _ in range(tree.len)]
 * 		traverse(tree, nodes, tree.root, n, maxdepth, maxfrontier, table,             # <<<<<<<<<<<<<<
 * 				scratch, SLOTS)
 * 		# collect subtrees at each node in a single set
 */
    __pyx_t_1 = __pyx_f_8discodop_10_fragments_traverse(__pyx_v_tree, __pyx_v_nodes, __pyx_v_tree.root, __pyx_v_n, __pyx_v_maxdepth, __pyx_v_maxfrontier, __pyx_v_table, __pyx_v_scratch, __pyx_v_SLOTS); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 679, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

    /* "discodop/_fragments.pyx":682
 * 				scratch, SLOTS)
 * 		# collect subtrees at each node in a single set
 * 		for i, frags in enumerate(table):             # <<<<<<<<<<<<<<
 * 			for frag in frags:
 * 				# in the table, the root & id attributes are used to store
 */
    __pyx_t_12 = 0;
    __pyx_t_1 = __pyx_v_table; __Pyx_INCREF(__pyx_t_1); __pyx_t_13 = 0;
    for (;;) {
      if (__pyx_t_13 >= PyList_GET_SIZE(__pyx_t_1)) break;
      #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
      __pyx_t_5 = PyList_GET_ITEM(__pyx_t_1, __pyx_t_13); __Pyx_INCREF(__pyx_t_5); __pyx_t_13++; if (unlikely(0 < 0)) __PYX_ERR(0, 682, __pyx_L1_error)
      #else
      __pyx_t_5 = PySequence_ITEM(__pyx_t_1, __pyx_t_13); __pyx_t_13++; if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 682, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_5);
      #endif
      __Pyx_XDECREF_SET(__pyx_v_frags, __pyx_t_5);
      __pyx_t_5 = 0;
      __pyx_v_i = __pyx_t_12;
      __pyx_t_12 = (__pyx_t_12 + 1);

      /* "discodop/_fragments.pyx":683
 * 		# collect subtrees at each node in a single set
 * 		for i, frags in enumerate(table):
 * 			for frag in frags:             # <<<<<<<<<<<<<<
 * 				# in the table, the root & id attributes are used to store
 * 				# the depth and frontiers of fragments; replace these
 */
      if (likely(PyList_CheckExact(__pyx_v_frags)) || PyTuple_CheckExact(__pyx_v_frags)) {
        __pyx_t_5 = __pyx_v_frags; __Pyx_INCREF(__pyx_t_5); __pyx_t_14 = 0;
        __pyx_t_15 = NULL;
      } else {
        __pyx_t_14 = -1; __pyx_t_5 = PyObject_GetIter(__pyx_v_frags); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 683, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_5);
        __pyx_t_15 = Py_TYPE(__pyx_t_5)->tp_iternext; if (unlikely(!__pyx_t_15)) __PYX_ERR(0, 683, __pyx_L1_error)
      }
      for (;;) {
        if (likely(!__pyx_t_15)) {
          if (likely(PyList_CheckExact(__pyx_t_5))) {
            if (__pyx_t_14 >= PyList_GET_SIZE(__pyx_t_5)) break;
            #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
            __pyx_t_9 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_14); __Pyx_INCREF(__pyx_t_9); __pyx_t_14++; if (unlikely(0 < 0)) __PYX_ERR(0, 683, __pyx_L1_error)
            #else
            __pyx_t_9 = PySequence_ITEM(__pyx_t_5, __pyx_t_14); __pyx_t_14++; if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 683, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_9);
            #endif
          } else {
            if (__pyx_t_14 >= PyTuple_GET_SIZE(__pyx_t_5)) break;
            #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
            __pyx_t_9 = PyTuple_GET_ITEM(__pyx_t_5, __pyx_t_14); __Pyx_INCREF(__pyx_t_9); __pyx_t_14++; if (unlikely(0 < 0)) __PYX_ERR(0, 683, __pyx_L1_error)
            #else
            __pyx_t_9 = PySequence_ITEM(__pyx_t_5, __pyx_t_14); __pyx_t_14++; if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 683, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_9);
            #endif
          }
        } else {
          __pyx_t_9 = __pyx_t_15(__pyx_t_5);
          if (unlikely(!__pyx_t_9)) {
            PyObject* exc_type = PyErr_Occurred();
            if (exc_type) {
              if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
              else __PYX_ERR(0, 683, __pyx_L1_error)
            }
            break;
          }
          __Pyx_GOTREF(__pyx_t_9);
        }
        __Pyx_XDECREF_SET(__pyx_v_frag, __pyx_t_9);
        __pyx_t_9 = 0;

        /* "discodop/_fragments.pyx":686
 * 				# in the table, the root & id attributes are used to store
 * 				# the depth and frontiers of fragments; replace these
 * 				depth = getroot(getpointer(frag), SLOTS)             # <<<<<<<<<<<<<<
 * 				frontiers = getid(getpointer(frag), SLOTS)
 * 				assert <size_t>depth <= maxdepth
 */
        __pyx_v_depth = __pyx_f_8discodop_10_fragments_getroot(__pyx_f_8discodop_10_fragments_getpointer(__pyx_v_frag), __pyx_v_SLOTS);

        /* "discodop/_fragments.pyx":687
 * 				# the depth and frontiers of fragments; replace these
 * 				depth = getroot(getpointer(frag), SLOTS)
 * 				frontiers = getid(getpointer(frag), SLOTS)             # <<<<<<<<<<<<<<
 * 				assert <size_t>depth <= maxdepth
 * 				assert frontiers <= maxfrontier
 */
        __pyx_v_frontiers = __pyx_f_8discodop_10_fragments_getid(__pyx_f_8discodop_10_fragments_getpointer(__pyx_v_frag), __pyx_v_SLOTS);

        /* "discodop/_fragments.pyx":688
 * 				depth = getroot(getpointer(frag), SLOTS)
 * 				frontiers = getid(getpointer(frag), SLOTS)
 * 				assert <size_t>depth <= maxdepth             # <<<<<<<<<<<<<<
 * 				assert frontiers <= maxfrontier
 * 				memcpy(scratch, getpointer(frag), SLOTS * sizeof(uint64_t))
 */
        #ifndef CYTHON_WITHOUT_ASSERTIONS
        if (unlikely(!Py_OptimizeFlag)) {
          if (unlikely(!((((size_t)__pyx_v_depth) <= __pyx_v_maxdepth) != 0))) {
            PyErr_SetNone(PyExc_AssertionError);
            __PYX_ERR(0, 688, __pyx_L1_error)
          }
        }
        #endif

        /* "discodop/_fragments.pyx":689
 * 				frontiers = getid(getpointer(frag), SLOTS)
 * 				assert <size_t>depth <= maxdepth
 * 				assert frontiers <= maxfrontier             # <<<<<<<<<<<<<<
 * 				memcpy(scratch, getpointer(frag), SLOTS * sizeof(uint64_t))
 * 				setrootid(scratch, i, n, SLOTS)
 */
        #ifndef CYTHON_WITHOUT_ASSERTIONS
        if (unlikely(!Py_OptimizeFlag)) {
          if (unlikely(!((__pyx_v_frontiers <= __pyx_v_maxfrontier) != 0))) {
            PyErr_SetNone(PyExc_AssertionError);
            __PYX_ERR(0, 689, __pyx_L1_error)
          }
        }
        #endif

        /* "discodop/_fragments.pyx":690
 * 				assert <size_t>depth <= maxdepth
 * 				assert frontiers <= maxfrontier
 * 				memcpy(scratch, getpointer(frag), SLOTS * sizeof(uint64_t))             # <<<<<<<<<<<<<<
 * 				setrootid(scratch, i, n, SLOTS)
 * 				inter.add(wrap(scratch, SLOTS))
 */
        memcpy(__pyx_v_scratch, __pyx_f_8discodop_10_fragments_getpointer(__pyx_v_frag), (__pyx_v_SLOTS * (sizeof(uint64_t))));

        /* "discodop/_fragments.pyx":691
 * 				assert frontiers <= maxfrontier
 * 				memcpy(scratch, getpointer(frag), SLOTS * sizeof(uint64_t))
 * 				setrootid(scratch, i, n, SLOTS)             # <<<<<<<<<<<<<<
 * 				inter.add(wrap(scratch, SLOTS))
 * 		collectfragments(fragments, inter, nodes, sent, vocab,
 */
        __pyx_f_8discodop_10_fragments_setrootid(__pyx_v_scratch, __pyx_v_i, __pyx_v_n, __pyx_v_SLOTS);

        /* "discodop/_fragments.pyx":692
 * 				memcpy(scratch, getpointer(frag), SLOTS * sizeof(uint64_t))
 * 				setrootid(scratch, i, n, SLOTS)
 * 				inter.add(wrap(scratch, SLOTS))             # <<<<<<<<<<<<<<
 * 		collectfragments(fragments, inter, nodes, sent, vocab,
 * 				disc, not indices, indices, tmp, SLOTS)
 */
        __pyx_t_9 = __pyx_f_8discodop_10_fragments_wrap(__pyx_v_scratch, __pyx_v_SLOTS); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 692, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_9);
        __pyx_t_16 = PySet_Add(__pyx_v_inter, __pyx_t_9); if (unlikely(__pyx_t_16 == -1)) __PYX_ERR(0, 692, __pyx_L1_error)
        __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;

        /* "discodop/_fragments.pyx":683
 * 		# collect subtrees at each node in a single set
 * 		for i, frags in enumerate(table):
 * 			for frag in frags:             # <<<<<<<<<<<<<<
 * 				# in the table, the root & id attributes are used to store
 * 				# the depth and frontiers of fragments; replace these
 */
      }
      __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;

      /* "discodop/_fragments.pyx":682
 * 				scratch, SLOTS)
 * 		# collect subtrees at each node in a single set
 * 		for i, frags in enumerate(table):             # <<<<<<<<<<<<<<
 * 			for frag in frags:
 * 				# in the table, the root & id attributes are used to store
 */
    }
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

    /* "discodop/_fragments.pyx":693
 * 				setrootid(scratch, i, n, SLOTS)
 * 				inter.add(wrap(scratch, SLOTS))
 * 		collectfragments(fragments, inter, nodes, sent, vocab,             # <<<<<<<<<<<<<<
 * 				disc, not indices, indices, tmp, SLOTS)
 * 		del table[:]
 */
    if (!(likely(PyList_CheckExact(__pyx_v_sent))||((__pyx_v_sent) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "list", Py_TYPE(__pyx_v_sent)->tp_name), 0))) __PYX_ERR(0, 693, __pyx_L1_error)

    /* "discodop/_fragments.pyx":694
 * 				inter.add(wrap(scratch, SLOTS))
 * 		collectfragments(fragments, inter, nodes, sent, vocab,
 * 				disc, not indices, indices, tmp, SLOTS)             # <<<<<<<<<<<<<<
 * 		del table[:]
 * 	free(scratch)
 */
    __pyx_t_1 = __pyx_f_8discodop_10_fragments_collectfragments(__pyx_v_fragments, __pyx_v_inter, __pyx_v_nodes, ((PyObject*)__pyx_v_sent), __pyx_v_vocab, __pyx_v_disc, (!(__pyx_v_indices != 0)), __pyx_v_indices, __pyx_v_tmp, __pyx_v_SLOTS); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 693, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

    /* "discodop/_fragments.pyx":695
 * 		collectfragments(fragments, inter, nodes, sent, vocab,
 * 				disc, not indices, indices, tmp, SLOTS)
 * 		del table[:]             # <<<<<<<<<<<<<<
 * 	free(scratch)
 * 	return fragments
 */
    if (__Pyx_PyObject_DelSlice(__pyx_v_table, 0, 0, NULL, NULL, NULL, 0, 0, 0) < 0) __PYX_ERR(0, 695, __pyx_L1_error)
  }

  /* "discodop/_fragments.pyx":696
 * 				disc, not indices, indices, tmp, SLOTS)
 * 		del table[:]
 * 	free(scratch)             # <<<<<<<<<<<<<<
 * 	return fragments
 * 
 */
  free(__pyx_v_scratch);

  /* "discodop/_fragments.pyx":697
 * 		del table[:]
 * 	free(scratch)
 * 	return fragments             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __Pyx_XDECREF(__pyx_r);
  __Pyx_INCREF(__pyx_v_fragments);
  __pyx_r = __pyx_v_fragments;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":652
 * 
 * 
 * def allfragments(Ctrees trees, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		unsigned int maxdepth, unsigned int maxfrontier=999, bint disc=True,
 * 		bint indices=False):
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_XDECREF(__pyx_t_5);
  __Pyx_XDECREF(__pyx_t_6);
  __Pyx_XDECREF(__pyx_t_7);
  __Pyx_XDECREF(__pyx_t_9);
  __Pyx_AddTraceback("discodop._fragments.allfragments", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_XDECREF(__pyx_v_table);
  __Pyx_XDECREF(__pyx_v_tmp);
  __Pyx_XDECREF(__pyx_v_inter);
  __Pyx_XDECREF(__pyx_v_fragments);
  __Pyx_XDECREF(__pyx_v_sent);
  __Pyx_XDECREF(__pyx_v_frags);
  __Pyx_XDECREF(__pyx_v_frag);
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":700
 * 
 * 
 * cdef traverse(NodeArray tree, Node *nodes, int i, int n, int maxdepth,             # <<<<<<<<<<<<<<
 * 		int maxfrontier, list table, uint64_t *scratch, int SLOTS):
 * 	"""Collect all fragments of a tree up to maxdepth, maxfrontier."""
 */

static PyObject *__pyx_f_8discodop_10_fragments_traverse(struct __pyx_t_8discodop_10containers_NodeArray __pyx_v_tree, struct __pyx_t_8discodop_10containers_Node *__pyx_v_nodes, int __pyx_v_i, int __pyx_v_n, int __pyx_v_maxdepth, int __pyx_v_maxfrontier, PyObject *__pyx_v_table, uint64_t *__pyx_v_scratch, int __pyx_v_SLOTS) {
  PyObject *__pyx_v_lfrag = 0;
  PyObject *__pyx_v_rfrag = 0;
  int __pyx_v_ldepth;
  int __pyx_v_rdepth;
  int __pyx_v_lfrontiers;
  int __pyx_v_rfrontiers;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  PyObject *__pyx_t_2 = NULL;
  int __pyx_t_3;
  Py_ssize_t __pyx_t_4;
  PyObject *(*__pyx_t_5)(PyObject *);
  PyObject *__pyx_t_6 = NULL;
  int __pyx_t_7;
  Py_ssize_t __pyx_t_8;
  PyObject *(*__pyx_t_9)(PyObject *);
  PyObject *__pyx_t_10 = NULL;
  int __pyx_t_11;
  int __pyx_t_12;
  int __pyx_t_13;
  __Pyx_RefNannySetupContext("traverse", 0);

  /* "discodop/_fragments.pyx":706
 * 	cdef int ldepth, rdepth, lfrontiers, rfrontiers
 * 	# First collect fragments of children
 * 	if nodes[i].left >= 0:             # <<<<<<<<<<<<<<
 * 		traverse(tree, nodes, nodes[i].left, n, maxdepth, maxfrontier,
 * 				table, scratch, SLOTS)
 */
  __pyx_t_1 = (((__pyx_v_nodes[__pyx_v_i]).left >= 0) != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":707
 * 	# First collect fragments of children
 * 	if nodes[i].left >= 0:
 * 		traverse(tree, nodes, nodes[i].left, n, maxdepth, maxfrontier,             # <<<<<<<<<<<<<<
 * 				table, scratch, SLOTS)
 * 		if nodes[i].right >= 0:
 */
    __pyx_t_2 = __pyx_f_8discodop_10_fragments_traverse(__pyx_v_tree, __pyx_v_nodes, (__pyx_v_nodes[__pyx_v_i]).left, __pyx_v_n, __pyx_v_maxdepth, __pyx_v_maxfrontier, __pyx_v_table, __pyx_v_scratch, __pyx_v_SLOTS); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 707, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

    /* "discodop/_fragments.pyx":709
 * 		traverse(tree, nodes, nodes[i].left, n, maxdepth, maxfrontier,
 * 				table, scratch, SLOTS)
 * 		if nodes[i].right >= 0:             # <<<<<<<<<<<<<<
 * 			traverse(tree, nodes, nodes[i].right, n, maxdepth, maxfrontier,
 * 					table, scratch, SLOTS)
 */
    __pyx_t_1 = (((__pyx_v_nodes[__pyx_v_i]).right >= 0) != 0);
    if (__pyx_t_1) {

      /* "discodop/_fragments.pyx":710
 * 				table, scratch, SLOTS)
 * 		if nodes[i].right >= 0:
 * 			traverse(tree, nodes, nodes[i].right, n, maxdepth, maxfrontier,             # <<<<<<<<<<<<<<
 * 					table, scratch, SLOTS)
 * 	# Production at current idx is a depth 1 fragment; 0, 1, or 2 frontiers
 */
      __pyx_t_2 = __pyx_f_8discodop_10_fragments_traverse(__pyx_v_tree, __pyx_v_nodes, (__pyx_v_nodes[__pyx_v_i]).right, __pyx_v_n, __pyx_v_maxdepth, __pyx_v_maxfrontier, __pyx_v_table, __pyx_v_scratch, __pyx_v_SLOTS); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 710, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_2);
      __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

      /* "discodop/_fragments.pyx":709
 * 		traverse(tree, nodes, nodes[i].left, n, maxdepth, maxfrontier,
 * 				table, scratch, SLOTS)
 * 		if nodes[i].right >= 0:             # <<<<<<<<<<<<<<
 * 			traverse(tree, nodes, nodes[i].right, n, maxdepth, maxfrontier,
 * 					table, scratch, SLOTS)
 */
    }

    /* "discodop/_fragments.pyx":706
 * 	cdef int ldepth, rdepth, lfrontiers, rfrontiers
 * 	# First collect fragments of children
 * 	if nodes[i].left >= 0:             # <<<<<<<<<<<<<<
 * 		traverse(tree, nodes, nodes[i].left, n, maxdepth, maxfrontier,
 * 				table, scratch, SLOTS)
 */
  }

  /* "discodop/_fragments.pyx":713
 * 					table, scratch, SLOTS)
 * 	# Production at current idx is a depth 1 fragment; 0, 1, or 2 frontiers
 * 	if nodes[i].left < 0:             # <<<<<<<<<<<<<<
 * 		lfrontiers = 0
 * 	elif nodes[i].right < 0:
 */
  __pyx_t_1 = (((__pyx_v_nodes[__pyx_v_i]).left < 0) != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":714
 * 	# Production at current idx is a depth 1 fragment; 0, 1, or 2 frontiers
 * 	if nodes[i].left < 0:
 * 		lfrontiers = 0             # <<<<<<<<<<<<<<
 * 	elif nodes[i].right < 0:
 * 		lfrontiers = 1
 */
    __pyx_v_lfrontiers = 0;

    /* "discodop/_fragments.pyx":713
 * 					table, scratch, SLOTS)
 * 	# Production at current idx is a depth 1 fragment; 0, 1, or 2 frontiers
 * 	if nodes[i].left < 0:             # <<<<<<<<<<<<<<
 * 		lfrontiers = 0
 * 	elif nodes[i].right < 0:
 */
    goto __pyx_L5;
  }

  /* "discodop/_fragments.pyx":715
 * 	if nodes[i].left < 0:
 * 		lfrontiers = 0
 * 	elif nodes[i].right < 0:             # <<<<<<<<<<<<<<
 * 		lfrontiers = 1
 * 	else:
 */
  __pyx_t_1 = (((__pyx_v_nodes[__pyx_v_i]).right < 0) != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":716
 * 		lfrontiers = 0
 * 	elif nodes[i].right < 0:
 * 		lfrontiers = 1             # <<<<<<<<<<<<<<
 * 	else:
 * 		lfrontiers = 2
 */
    __pyx_v_lfrontiers = 1;

    /* "discodop/_fragments.pyx":715
 * 	if nodes[i].left < 0:
 * 		lfrontiers = 0
 * 	elif nodes[i].right < 0:             # <<<<<<<<<<<<<<
 * 		lfrontiers = 1
 * 	else:
 */
    goto __pyx_L5;
  }

  /* "discodop/_fragments.pyx":718
 * 		lfrontiers = 1
 * 	else:
 * 		lfrontiers = 2             # <<<<<<<<<<<<<<
 * 	if lfrontiers <= maxfrontier:
 * 		memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 */
  /*else*/ {
    __pyx_v_lfrontiers = 2;
  }
  __pyx_L5:;

  /* "discodop/_fragments.pyx":719
 * 	else:
 * 		lfrontiers = 2
 * 	if lfrontiers <= maxfrontier:             # <<<<<<<<<<<<<<
 * 		memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 * 		SETBIT(scratch, i)
 */
  __pyx_t_1 = ((__pyx_v_lfrontiers <= __pyx_v_maxfrontier) != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":720
 * 		lfrontiers = 2
 * 	if lfrontiers <= maxfrontier:
 * 		memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))             # <<<<<<<<<<<<<<
 * 		SETBIT(scratch, i)
 * 		setrootid(scratch, 1, lfrontiers, SLOTS)
 */
    memset(((void *)__pyx_v_scratch), 0, (__pyx_v_SLOTS * (sizeof(uint64_t))));

    /* "discodop/_fragments.pyx":721
 * 	if lfrontiers <= maxfrontier:
 * 		memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 * 		SETBIT(scratch, i)             # <<<<<<<<<<<<<<
 * 		setrootid(scratch, 1, lfrontiers, SLOTS)
 * 		table[i].append(wrap(scratch, SLOTS))
 */
    SETBIT(__pyx_v_scratch, __pyx_v_i);

    /* "discodop/_fragments.pyx":722
 * 		memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 * 		SETBIT(scratch, i)
 * 		setrootid(scratch, 1, lfrontiers, SLOTS)             # <<<<<<<<<<<<<<
 * 		table[i].append(wrap(scratch, SLOTS))
 * 	# Then combine with fragments of children to form prunes of this subtree
 */
    __pyx_f_8discodop_10_fragments_setrootid(__pyx_v_scratch, 1, __pyx_v_lfrontiers, __pyx_v_SLOTS);

    /* "discodop/_fragments.pyx":723
 * 		SETBIT(scratch, i)
 * 		setrootid(scratch, 1, lfrontiers, SLOTS)
 * 		table[i].append(wrap(scratch, SLOTS))             # <<<<<<<<<<<<<<
 * 	# Then combine with fragments of children to form prunes of this subtree
 * 	if nodes[i].left >= 0:
 */
    if (unlikely(__pyx_v_table == Py_None)) {
      PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
      __PYX_ERR(0, 723, __pyx_L1_error)
    }
    __pyx_t_2 = __pyx_f_8discodop_10_fragments_wrap(__pyx_v_scratch, __pyx_v_SLOTS); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 723, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __pyx_t_3 = __Pyx_PyObject_Append(PyList_GET_ITEM(__pyx_v_table, __pyx_v_i), __pyx_t_2); if (unlikely(__pyx_t_3 == -1)) __PYX_ERR(0, 723, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

    /* "discodop/_fragments.pyx":719
 * 	else:
 * 		lfrontiers = 2
 * 	if lfrontiers <= maxfrontier:             # <<<<<<<<<<<<<<
 * 		memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 * 		SETBIT(scratch, i)
 */
  }

  /* "discodop/_fragments.pyx":725
 * 		table[i].append(wrap(scratch, SLOTS))
 * 	# Then combine with fragments of children to form prunes of this subtree
 * 	if nodes[i].left >= 0:             # <<<<<<<<<<<<<<
 * 		# unary, or right node as frontier with all lfrags
 * 		for lfrag in table[nodes[i].left]:
 */
  __pyx_t_1 = (((__pyx_v_nodes[__pyx_v_i]).left >= 0) != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":727
 * 	if nodes[i].left >= 0:
 * 		# unary, or right node as frontier with all lfrags
 * 		for lfrag in table[nodes[i].left]:             # <<<<<<<<<<<<<<
 * 			ldepth = getroot(getpointer(lfrag), SLOTS)
 * 			lfrontiers = getid(getpointer(lfrag), SLOTS)
 */
    if (unlikely(__pyx_v_table == Py_None)) {
      PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
      __PYX_ERR(0, 727, __pyx_L1_error)
    }
    if (likely(PyList_CheckExact(PyList_GET_ITEM(__pyx_v_table, (__pyx_v_nodes[__pyx_v_i]).left))) || PyTuple_CheckExact(PyList_GET_ITEM(__pyx_v_table, (__pyx_v_nodes[__pyx_v_i]).left))) {
      __pyx_t_2 = PyList_GET_ITEM(__pyx_v_table, (__pyx_v_nodes[__pyx_v_i]).left); __Pyx_INCREF(__pyx_t_2); __pyx_t_4 = 0;
      __pyx_t_5 = NULL;
    } else {
      __pyx_t_4 = -1; __pyx_t_2 = PyObject_GetIter(PyList_GET_ITEM(__pyx_v_table, (__pyx_v_nodes[__pyx_v_i]).left)); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 727, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_2);
      __pyx_t_5 = Py_TYPE(__pyx_t_2)->tp_iternext; if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 727, __pyx_L1_error)
    }
    for (;;) {
      if (likely(!__pyx_t_5)) {
        if (likely(PyList_CheckExact(__pyx_t_2))) {
          if (__pyx_t_4 >= PyList_GET_SIZE(__pyx_t_2)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_6 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_4); __Pyx_INCREF(__pyx_t_6); __pyx_t_4++; if (unlikely(0 < 0)) __PYX_ERR(0, 727, __pyx_L1_error)
          #else
          __pyx_t_6 = PySequence_ITEM(__pyx_t_2, __pyx_t_4); __pyx_t_4++; if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 727, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_6);
          #endif
        } else {
          if (__pyx_t_4 >= PyTuple_GET_SIZE(__pyx_t_2)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_6 = PyTuple_GET_ITEM(__pyx_t_2, __pyx_t_4); __Pyx_INCREF(__pyx_t_6); __pyx_t_4++; if (unlikely(0 < 0)) __PYX_ERR(0, 727, __pyx_L1_error)
          #else
          __pyx_t_6 = PySequence_ITEM(__pyx_t_2, __pyx_t_4); __pyx_t_4++; if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 727, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_6);
          #endif
        }
      } else {
        __pyx_t_6 = __pyx_t_5(__pyx_t_2);
        if (unlikely(!__pyx_t_6)) {
          PyObject* exc_type = PyErr_Occurred();
          if (exc_type) {
            if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
            else __PYX_ERR(0, 727, __pyx_L1_error)
          }
          break;
        }
        __Pyx_GOTREF(__pyx_t_6);
      }
      if (!(likely(PyBytes_CheckExact(__pyx_t_6))||((__pyx_t_6) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "bytes", Py_TYPE(__pyx_t_6)->tp_name), 0))) __PYX_ERR(0, 727, __pyx_L1_error)
      __Pyx_XDECREF_SET(__pyx_v_lfrag, ((PyObject*)__pyx_t_6));
      __pyx_t_6 = 0;

      /* "discodop/_fragments.pyx":728
 * 		# unary, or right node as frontier with all lfrags
 * 		for lfrag in table[nodes[i].left]:
 * 			ldepth = getroot(getpointer(lfrag), SLOTS)             # <<<<<<<<<<<<<<
 * 			lfrontiers = getid(getpointer(lfrag), SLOTS)
 * 			if (ldepth + 1 <= maxdepth
 */
      __pyx_v_ldepth = __pyx_f_8discodop_10_fragments_getroot(__pyx_f_8discodop_10_fragments_getpointer(__pyx_v_lfrag), __pyx_v_SLOTS);

      /* "discodop/_fragments.pyx":729
 * 		for lfrag in table[nodes[i].left]:
 * 			ldepth = getroot(getpointer(lfrag), SLOTS)
 * 			lfrontiers = getid(getpointer(lfrag), SLOTS)             # <<<<<<<<<<<<<<
 * 			if (ldepth + 1 <= maxdepth
 * 					and lfrontiers + 1 <= maxfrontier):
 */
      __pyx_v_lfrontiers = __pyx_f_8discodop_10_fragments_getid(__pyx_f_8discodop_10_fragments_getpointer(__pyx_v_lfrag), __pyx_v_SLOTS);

      /* "discodop/_fragments.pyx":730
 * 			ldepth = getroot(getpointer(lfrag), SLOTS)
 * 			lfrontiers = getid(getpointer(lfrag), SLOTS)
 * 			if (ldepth + 1 <= maxdepth             # <<<<<<<<<<<<<<
 * 					and lfrontiers + 1 <= maxfrontier):
 * 				# bitset with current idx + left bitset
 */
      __pyx_t_7 = (((__pyx_v_ldepth + 1) <= __pyx_v_maxdepth) != 0);
      if (__pyx_t_7) {
      } else {
        __pyx_t_1 = __pyx_t_7;
        goto __pyx_L11_bool_binop_done;
      }

      /* "discodop/_fragments.pyx":731
 * 			lfrontiers = getid(getpointer(lfrag), SLOTS)
 * 			if (ldepth + 1 <= maxdepth
 * 					and lfrontiers + 1 <= maxfrontier):             # <<<<<<<<<<<<<<
 * 				# bitset with current idx + left bitset
 * 				memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 */
      __pyx_t_7 = (((__pyx_v_lfrontiers + 1) <= __pyx_v_maxfrontier) != 0);
      __pyx_t_1 = __pyx_t_7;
      __pyx_L11_bool_binop_done:;

      /* "discodop/_fragments.pyx":730
 * 			ldepth = getroot(getpointer(lfrag), SLOTS)
 * 			lfrontiers = getid(getpointer(lfrag), SLOTS)
 * 			if (ldepth + 1 <= maxdepth             # <<<<<<<<<<<<<<
 * 					and lfrontiers + 1 <= maxfrontier):
 * 				# bitset with current idx + left bitset
 */
      if (__pyx_t_1) {

        /* "discodop/_fragments.pyx":733
 * 					and lfrontiers + 1 <= maxfrontier):
 * 				# bitset with current idx + left bitset
 * 				memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))             # <<<<<<<<<<<<<<
 * 				SETBIT(scratch, i)
 * 				setunioninplace(scratch, getpointer(lfrag), SLOTS)
 */
        memset(((void *)__pyx_v_scratch), 0, (__pyx_v_SLOTS * (sizeof(uint64_t))));

        /* "discodop/_fragments.pyx":734
 * 				# bitset with current idx + left bitset
 * 				memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 * 				SETBIT(scratch, i)             # <<<<<<<<<<<<<<
 * 				setunioninplace(scratch, getpointer(lfrag), SLOTS)
 * 				setrootid(scratch, ldepth + 1, lfrontiers + 1, SLOTS)
 */
        SETBIT(__pyx_v_scratch, __pyx_v_i);

        /* "discodop/_fragments.pyx":735
 * 				memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 * 				SETBIT(scratch, i)
 * 				setunioninplace(scratch, getpointer(lfrag), SLOTS)             # <<<<<<<<<<<<<<
 * 				setrootid(scratch, ldepth + 1, lfrontiers + 1, SLOTS)
 * 				table[i].append(wrap(scratch, SLOTS))
 */
        __pyx_f_8discodop_3bit_setunioninplace(__pyx_v_scratch, __pyx_f_8discodop_10_fragments_getpointer(__pyx_v_lfrag), __pyx_v_SLOTS);

        /* "discodop/_fragments.pyx":736
 * 				SETBIT(scratch, i)
 * 				setunioninplace(scratch, getpointer(lfrag), SLOTS)
 * 				setrootid(scratch, ldepth + 1, lfrontiers + 1, SLOTS)             # <<<<<<<<<<<<<<
 * 				table[i].append(wrap(scratch, SLOTS))
 * 		if nodes[i].right >= 0:  # binary node
 */
        __pyx_f_8discodop_10_fragments_setrootid(__pyx_v_scratch, (__pyx_v_ldepth + 1), (__pyx_v_lfrontiers + 1), __pyx_v_SLOTS);

        /* "discodop/_fragments.pyx":737
 * 				setunioninplace(scratch, getpointer(lfrag), SLOTS)
 * 				setrootid(scratch, ldepth + 1, lfrontiers + 1, SLOTS)
 * 				table[i].append(wrap(scratch, SLOTS))             # <<<<<<<<<<<<<<
 * 		if nodes[i].right >= 0:  # binary node
 * 			# left node as frontier with all rfrags
 */
        if (unlikely(__pyx_v_table == Py_None)) {
          PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
          __PYX_ERR(0, 737, __pyx_L1_error)
        }
        __pyx_t_6 = __pyx_f_8discodop_10_fragments_wrap(__pyx_v_scratch, __pyx_v_SLOTS); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 737, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_6);
        __pyx_t_3 = __Pyx_PyObject_Append(PyList_GET_ITEM(__pyx_v_table, __pyx_v_i), __pyx_t_6); if (unlikely(__pyx_t_3 == -1)) __PYX_ERR(0, 737, __pyx_L1_error)
        __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;

        /* "discodop/_fragments.pyx":730
 * 			ldepth = getroot(getpointer(lfrag), SLOTS)
 * 			lfrontiers = getid(getpointer(lfrag), SLOTS)
 * 			if (ldepth + 1 <= maxdepth             # <<<<<<<<<<<<<<
 * 					and lfrontiers + 1 <= maxfrontier):
 * 				# bitset with current idx + left bitset
 */
      }

      /* "discodop/_fragments.pyx":727
 * 	if nodes[i].left >= 0:
 * 		# unary, or right node as frontier with all lfrags
 * 		for lfrag in table[nodes[i].left]:             # <<<<<<<<<<<<<<
 * 			ldepth = getroot(getpointer(lfrag), SLOTS)
 * 			lfrontiers = getid(getpointer(lfrag), SLOTS)
 */
    }
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

    /* "discodop/_fragments.pyx":738
 * 				setrootid(scratch, ldepth + 1, lfrontiers + 1, SLOTS)
 * 				table[i].append(wrap(scratch, SLOTS))
 * 		if nodes[i].right >= 0:  # binary node             # <<<<<<<<<<<<<<
 * 			# left node as frontier with all rfrags
 * 			for rfrag in table[nodes[i].right]:
 */
    __pyx_t_1 = (((__pyx_v_nodes[__pyx_v_i]).right >= 0) != 0);
    if (__pyx_t_1) {

      /* "discodop/_fragments.pyx":740
 * 		if nodes[i].right >= 0:  # binary node
 * 			# left node as frontier with all rfrags
 * 			for rfrag in table[nodes[i].right]:             # <<<<<<<<<<<<<<
 * 				rdepth = getroot(getpointer(rfrag), SLOTS)
 * 				rfrontiers = getid(getpointer(rfrag), SLOTS)
 */
      if (unlikely(__pyx_v_table == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
        __PYX_ERR(0, 740, __pyx_L1_error)
      }
      if (likely(PyList_CheckExact(PyList_GET_ITEM(__pyx_v_table, (__pyx_v_nodes[__pyx_v_i]).right))) || PyTuple_CheckExact(PyList_GET_ITEM(__pyx_v_table, (__pyx_v_nodes[__pyx_v_i]).right))) {
        __pyx_t_2 = PyList_GET_ITEM(__pyx_v_table, (__pyx_v_nodes[__pyx_v_i]).right); __Pyx_INCREF(__pyx_t_2); __pyx_t_4 = 0;
        __pyx_t_5 = NULL;
      } else {
        __pyx_t_4 = -1; __pyx_t_2 = PyObject_GetIter(PyList_GET_ITEM(__pyx_v_table, (__pyx_v_nodes[__pyx_v_i]).right)); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 740, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_2);
        __pyx_t_5 = Py_TYPE(__pyx_t_2)->tp_iternext; if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 740, __pyx_L1_error)
      }
      for (;;) {
        if (likely(!__pyx_t_5)) {
          if (likely(PyList_CheckExact(__pyx_t_2))) {
            if (__pyx_t_4 >= PyList_GET_SIZE(__pyx_t_2)) break;
            #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
            __pyx_t_6 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_4); __Pyx_INCREF(__pyx_t_6); __pyx_t_4++; if (unlikely(0 < 0)) __PYX_ERR(0, 740, __pyx_L1_error)
            #else
            __pyx_t_6 = PySequence_ITEM(__pyx_t_2, __pyx_t_4); __pyx_t_4++; if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 740, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_6);
            #endif
          } else {
            if (__pyx_t_4 >= PyTuple_GET_SIZE(__pyx_t_2)) break;
            #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
            __pyx_t_6 = PyTuple_GET_ITEM(__pyx_t_2, __pyx_t_4); __Pyx_INCREF(__pyx_t_6); __pyx_t_4++; if (unlikely(0 < 0)) __PYX_ERR(0, 740, __pyx_L1_error)
            #else
            __pyx_t_6 = PySequence_ITEM(__pyx_t_2, __pyx_t_4); __pyx_t_4++; if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 740, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_6);
            #endif
          }
        } else {
          __pyx_t_6 = __pyx_t_5(__pyx_t_2);
          if (unlikely(!__pyx_t_6)) {
            PyObject* exc_type = PyErr_Occurred();
            if (exc_type) {
              if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
              else __PYX_ERR(0, 740, __pyx_L1_error)
            }
            break;
          }
          __Pyx_GOTREF(__pyx_t_6);
        }
        if (!(likely(PyBytes_CheckExact(__pyx_t_6))||((__pyx_t_6) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "bytes", Py_TYPE(__pyx_t_6)->tp_name), 0))) __PYX_ERR(0, 740, __pyx_L1_error)
        __Pyx_XDECREF_SET(__pyx_v_rfrag, ((PyObject*)__pyx_t_6));
        __pyx_t_6 = 0;

        /* "discodop/_fragments.pyx":741
 * 			# left node as frontier with all rfrags
 * 			for rfrag in table[nodes[i].right]:
 * 				rdepth = getroot(getpointer(rfrag), SLOTS)             # <<<<<<<<<<<<<<
 * 				rfrontiers = getid(getpointer(rfrag), SLOTS)
 * 				if (rdepth + 1 <= maxdepth
 */
        __pyx_v_rdepth = __pyx_f_8discodop_10_fragments_getroot(__pyx_f_8discodop_10_fragments_getpointer(__pyx_v_rfrag), __pyx_v_SLOTS);

        /* "discodop/_fragments.pyx":742
 * 			for rfrag in table[nodes[i].right]:
 * 				rdepth = getroot(getpointer(rfrag), SLOTS)
 * 				rfrontiers = getid(getpointer(rfrag), SLOTS)             # <<<<<<<<<<<<<<
 * 				if (rdepth + 1 <= maxdepth
 * 						and rfrontiers + 1 <= maxfrontier):
 */
        __pyx_v_rfrontiers = __pyx_f_8discodop_10_fragments_getid(__pyx_f_8discodop_10_fragments_getpointer(__pyx_v_rfrag), __pyx_v_SLOTS);

        /* "discodop/_fragments.pyx":743
 * 				rdepth = getroot(getpointer(rfrag), SLOTS)
 * 				rfrontiers = getid(getpointer(rfrag), SLOTS)
 * 				if (rdepth + 1 <= maxdepth             # <<<<<<<<<<<<<<
 * 						and rfrontiers + 1 <= maxfrontier):
 * 					# bitset with current idx + right bitset
 */
        __pyx_t_7 = (((__pyx_v_rdepth + 1) <= __pyx_v_maxdepth) != 0);
        if (__pyx_t_7) {
        } else {
          __pyx_t_1 = __pyx_t_7;
          goto __pyx_L17_bool_binop_done;
        }

        /* "discodop/_fragments.pyx":744
 * 				rfrontiers = getid(getpointer(rfrag), SLOTS)
 * 				if (rdepth + 1 <= maxdepth
 * 						and rfrontiers + 1 <= maxfrontier):             # <<<<<<<<<<<<<<
 * 					# bitset with current idx + right bitset
 * 					memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 */
        __pyx_t_7 = (((__pyx_v_rfrontiers + 1) <= __pyx_v_maxfrontier) != 0);
        __pyx_t_1 = __pyx_t_7;
        __pyx_L17_bool_binop_done:;

        /* "discodop/_fragments.pyx":743
 * 				rdepth = getroot(getpointer(rfrag), SLOTS)
 * 				rfrontiers = getid(getpointer(rfrag), SLOTS)
 * 				if (rdepth + 1 <= maxdepth             # <<<<<<<<<<<<<<
 * 						and rfrontiers + 1 <= maxfrontier):
 * 					# bitset with current idx + right bitset
 */
        if (__pyx_t_1) {

          /* "discodop/_fragments.pyx":746
 * 						and rfrontiers + 1 <= maxfrontier):
 * 					# bitset with current idx + right bitset
 * 					memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))             # <<<<<<<<<<<<<<
 * 					SETBIT(scratch, i)
 * 					setunioninplace(scratch, getpointer(rfrag), SLOTS)
 */
          memset(((void *)__pyx_v_scratch), 0, (__pyx_v_SLOTS * (sizeof(uint64_t))));

          /* "discodop/_fragments.pyx":747
 * 					# bitset with current idx + right bitset
 * 					memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 * 					SETBIT(scratch, i)             # <<<<<<<<<<<<<<
 * 					setunioninplace(scratch, getpointer(rfrag), SLOTS)
 * 					setrootid(scratch, rdepth + 1, rfrontiers + 1, SLOTS)
 */
          SETBIT(__pyx_v_scratch, __pyx_v_i);

          /* "discodop/_fragments.pyx":748
 * 					memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 * 					SETBIT(scratch, i)
 * 					setunioninplace(scratch, getpointer(rfrag), SLOTS)             # <<<<<<<<<<<<<<
 * 					setrootid(scratch, rdepth + 1, rfrontiers + 1, SLOTS)
 * 					table[i].append(wrap(scratch, SLOTS))
 */
          __pyx_f_8discodop_3bit_setunioninplace(__pyx_v_scratch, __pyx_f_8discodop_10_fragments_getpointer(__pyx_v_rfrag), __pyx_v_SLOTS);

          /* "discodop/_fragments.pyx":749
 * 					SETBIT(scratch, i)
 * 					setunioninplace(scratch, getpointer(rfrag), SLOTS)
 * 					setrootid(scratch, rdepth + 1, rfrontiers + 1, SLOTS)             # <<<<<<<<<<<<<<
 * 					table[i].append(wrap(scratch, SLOTS))
 * 			# cartesian product of left x right fragments
 */
          __pyx_f_8discodop_10_fragments_setrootid(__pyx_v_scratch, (__pyx_v_rdepth + 1), (__pyx_v_rfrontiers + 1), __pyx_v_SLOTS);

          /* "discodop/_fragments.pyx":750
 * 					setunioninplace(scratch, getpointer(rfrag), SLOTS)
 * 					setrootid(scratch, rdepth + 1, rfrontiers + 1, SLOTS)
 * 					table[i].append(wrap(scratch, SLOTS))             # <<<<<<<<<<<<<<
 * 			# cartesian product of left x right fragments
 * 			for lfrag in table[nodes[i].left]:
 */
          if (unlikely(__pyx_v_table == Py_None)) {
            PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
            __PYX_ERR(0, 750, __pyx_L1_error)
          }
          __pyx_t_6 = __pyx_f_8discodop_10_fragments_wrap(__pyx_v_scratch, __pyx_v_SLOTS); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_6);
          __pyx_t_3 = __Pyx_PyObject_Append(PyList_GET_ITEM(__pyx_v_table, __pyx_v_i), __pyx_t_6); if (unlikely(__pyx_t_3 == -1)) __PYX_ERR(0, 750, __pyx_L1_error)
          __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;

          /* "discodop/_fragments.pyx":743
 * 				rdepth = getroot(getpointer(rfrag), SLOTS)
 * 				rfrontiers = getid(getpointer(rfrag), SLOTS)
 * 				if (rdepth + 1 <= maxdepth             # <<<<<<<<<<<<<<
 * 						and rfrontiers + 1 <= maxfrontier):
 * 					# bitset with current idx + right bitset
 */
        }

        /* "discodop/_fragments.pyx":740
 * 		if nodes[i].right >= 0:  # binary node
 * 			# left node as frontier with all rfrags
 * 			for rfrag in table[nodes[i].right]:             # <<<<<<<<<<<<<<
 * 				rdepth = getroot(getpointer(rfrag), SLOTS)
 * 				rfrontiers = getid(getpointer(rfrag), SLOTS)
 */
      }
      __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

      /* "discodop/_fragments.pyx":752
 * 					table[i].append(wrap(scratch, SLOTS))
 * 			# cartesian product of left x right fragments
 * 			for lfrag in table[nodes[i].left]:             # <<<<<<<<<<<<<<
 * 				ldepth = getroot(getpointer(lfrag), SLOTS)
 * 				lfrontiers = getid(getpointer(lfrag), SLOTS)
 */
      if (unlikely(__pyx_v_table == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
        __PYX_ERR(0, 752, __pyx_L1_error)
      }
      if (likely(PyList_CheckExact(PyList_GET_ITEM(__pyx_v_table, (__pyx_v_nodes[__pyx_v_i]).left))) || PyTuple_CheckExact(PyList_GET_ITEM(__pyx_v_table, (__pyx_v_nodes[__pyx_v_i]).left))) {
        __pyx_t_2 = PyList_GET_ITEM(__pyx_v_table, (__pyx_v_nodes[__pyx_v_i]).left); __Pyx_INCREF(__pyx_t_2); __pyx_t_4 = 0;
        __pyx_t_5 = NULL;
      } else {
        __pyx_t_4 = -1; __pyx_t_2 = PyObject_GetIter(PyList_GET_ITEM(__pyx_v_table, (__pyx_v_nodes[__pyx_v_i]).left)); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 752, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_2);
        __pyx_t_5 = Py_TYPE(__pyx_t_2)->tp_iternext; if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 752, __pyx_L1_error)
      }
      for (;;) {
        if (likely(!__pyx_t_5)) {
          if (likely(PyList_CheckExact(__pyx_t_2))) {
            if (__pyx_t_4 >= PyList_GET_SIZE(__pyx_t_2)) break;
            #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
            __pyx_t_6 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_4); __Pyx_INCREF(__pyx_t_6); __pyx_t_4++; if (unlikely(0 < 0)) __PYX_ERR(0, 752, __pyx_L1_error)
            #else
            __pyx_t_6 = PySequence_ITEM(__pyx_t_2, __pyx_t_4); __pyx_t_4++; if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 752, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_6);
            #endif
          } else {
            if (__pyx_t_4 >= PyTuple_GET_SIZE(__pyx_t_2)) break;
            #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
            __pyx_t_6 = PyTuple_GET_ITEM(__pyx_t_2, __pyx_t_4); __Pyx_INCREF(__pyx_t_6); __pyx_t_4++; if (unlikely(0 < 0)) __PYX_ERR(0, 752, __pyx_L1_error)
            #else
            __pyx_t_6 = PySequence_ITEM(__pyx_t_2, __pyx_t_4); __pyx_t_4++; if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 752, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_6);
            #endif
          }
        } else {
          __pyx_t_6 = __pyx_t_5(__pyx_t_2);
          if (unlikely(!__pyx_t_6)) {
            PyObject* exc_type = PyErr_Occurred();
            if (exc_type) {
              if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
              else __PYX_ERR(0, 752, __pyx_L1_error)
            }
            break;
          }
          __Pyx_GOTREF(__pyx_t_6);
        }
        if (!(likely(PyBytes_CheckExact(__pyx_t_6))||((__pyx_t_6) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "bytes", Py_TYPE(__pyx_t_6)->tp_name), 0))) __PYX_ERR(0, 752, __pyx_L1_error)
        __Pyx_XDECREF_SET(__pyx_v_lfrag, ((PyObject*)__pyx_t_6));
        __pyx_t_6 = 0;

        /* "discodop/_fragments.pyx":753
 * 			# cartesian product of left x right fragments
 * 			for lfrag in table[nodes[i].left]:
 * 				ldepth = getroot(getpointer(lfrag), SLOTS)             # <<<<<<<<<<<<<<
 * 				lfrontiers = getid(getpointer(lfrag), SLOTS)
 * 				for rfrag in table[nodes[i].right]:
 */
        __pyx_v_ldepth = __pyx_f_8discodop_10_fragments_getroot(__pyx_f_8discodop_10_fragments_getpointer(__pyx_v_lfrag), __pyx_v_SLOTS);

        /* "discodop/_fragments.pyx":754
 * 			for lfrag in table[nodes[i].left]:
 * 				ldepth = getroot(getpointer(lfrag), SLOTS)
 * 				lfrontiers = getid(getpointer(lfrag), SLOTS)             # <<<<<<<<<<<<<<
 * 				for rfrag in table[nodes[i].right]:
 * 					rdepth = getroot(getpointer(rfrag), SLOTS)
 */
        __pyx_v_lfrontiers = __pyx_f_8discodop_10_fragments_getid(__pyx_f_8discodop_10_fragments_getpointer(__pyx_v_lfrag), __pyx_v_SLOTS);

        /* "discodop/_fragments.pyx":755
 * 				ldepth = getroot(getpointer(lfrag), SLOTS)
 * 				lfrontiers = getid(getpointer(lfrag), SLOTS)
 * 				for rfrag in table[nodes[i].right]:             # <<<<<<<<<<<<<<
 * 					rdepth = getroot(getpointer(rfrag), SLOTS)
 * 					rfrontiers = getid(getpointer(rfrag), SLOTS)
 */
        if (unlikely(__pyx_v_table == Py_None)) {
          PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
          __PYX_ERR(0, 755, __pyx_L1_error)
        }
        if (likely(PyList_CheckExact(PyList_GET_ITEM(__pyx_v_table, (__pyx_v_nodes[__pyx_v_i]).right))) || PyTuple_CheckExact(PyList_GET_ITEM(__pyx_v_table, (__pyx_v_nodes[__pyx_v_i]).right))) {
          __pyx_t_6 = PyList_GET_ITEM(__pyx_v_table, (__pyx_v_nodes[__pyx_v_i]).right); __Pyx_INCREF(__pyx_t_6); __pyx_t_8 = 0;
          __pyx_t_9 = NULL;
        } else {
          __pyx_t_8 = -1; __pyx_t_6 = PyObject_GetIter(PyList_GET_ITEM(__pyx_v_table, (__pyx_v_nodes[__pyx_v_i]).right)); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 755, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_6);
          __pyx_t_9 = Py_TYPE(__pyx_t_6)->tp_iternext; if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 755, __pyx_L1_error)
        }
        for (;;) {
          if (likely(!__pyx_t_9)) {
            if (likely(PyList_CheckExact(__pyx_t_6))) {
              if (__pyx_t_8 >= PyList_GET_SIZE(__pyx_t_6)) break;
              #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
              __pyx_t_10 = PyList_GET_ITEM(__pyx_t_6, __pyx_t_8); __Pyx_INCREF(__pyx_t_10); __pyx_t_8++; if (unlikely(0 < 0)) __PYX_ERR(0, 755, __pyx_L1_error)
              #else
              __pyx_t_10 = PySequence_ITEM(__pyx_t_6, __pyx_t_8); __pyx_t_8++; if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 755, __pyx_L1_error)
              __Pyx_GOTREF(__pyx_t_10);
              #endif
            } else {
              if (__pyx_t_8 >= PyTuple_GET_SIZE(__pyx_t_6)) break;
              #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
              __pyx_t_10 = PyTuple_GET_ITEM(__pyx_t_6, __pyx_t_8); __Pyx_INCREF(__pyx_t_10); __pyx_t_8++; if (unlikely(0 < 0)) __PYX_ERR(0, 755, __pyx_L1_error)
              #else
              __pyx_t_10 = PySequence_ITEM(__pyx_t_6, __pyx_t_8); __pyx_t_8++; if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 755, __pyx_L1_error)
              __Pyx_GOTREF(__pyx_t_10);
              #endif
            }
          } else {
            __pyx_t_10 = __pyx_t_9(__pyx_t_6);
            if (unlikely(!__pyx_t_10)) {
              PyObject* exc_type = PyErr_Occurred();
              if (exc_type) {
                if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
                else __PYX_ERR(0, 755, __pyx_L1_error)
              }
              break;
            }
            __Pyx_GOTREF(__pyx_t_10);
          }
          if (!(likely(PyBytes_CheckExact(__pyx_t_10))||((__pyx_t_10) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "bytes", Py_TYPE(__pyx_t_10)->tp_name), 0))) __PYX_ERR(0, 755, __pyx_L1_error)
          __Pyx_XDECREF_SET(__pyx_v_rfrag, ((PyObject*)__pyx_t_10));
          __pyx_t_10 = 0;

          /* "discodop/_fragments.pyx":756
 * 				lfrontiers = getid(getpointer(lfrag), SLOTS)
 * 				for rfrag in table[nodes[i].right]:
 * 					rdepth = getroot(getpointer(rfrag), SLOTS)             # <<<<<<<<<<<<<<
 * 					rfrontiers = getid(getpointer(rfrag), SLOTS)
 * 					if (max(ldepth, rdepth) + 1 <= maxdepth
 */
          __pyx_v_rdepth = __pyx_f_8discodop_10_fragments_getroot(__pyx_f_8discodop_10_fragments_getpointer(__pyx_v_rfrag), __pyx_v_SLOTS);

          /* "discodop/_fragments.pyx":757
 * 				for rfrag in table[nodes[i].right]:
 * 					rdepth = getroot(getpointer(rfrag), SLOTS)
 * 					rfrontiers = getid(getpointer(rfrag), SLOTS)             # <<<<<<<<<<<<<<
 * 					if (max(ldepth, rdepth) + 1 <= maxdepth
 * 							and lfrontiers + rfrontiers <= maxfrontier):
 */
          __pyx_v_rfrontiers = __pyx_f_8discodop_10_fragments_getid(__pyx_f_8discodop_10_fragments_getpointer(__pyx_v_rfrag), __pyx_v_SLOTS);

          /* "discodop/_fragments.pyx":758
 * 					rdepth = getroot(getpointer(rfrag), SLOTS)
 * 					rfrontiers = getid(getpointer(rfrag), SLOTS)
 * 					if (max(ldepth, rdepth) + 1 <= maxdepth             # <<<<<<<<<<<<<<
 * 							and lfrontiers + rfrontiers <= maxfrontier):
 * 						# bitset with current idx + pairs of bitsets in l, r
 */
          __pyx_t_11 = __pyx_v_rdepth;
          __pyx_t_12 = __pyx_v_ldepth;
          if (((__pyx_t_11 > __pyx_t_12) != 0)) {
            __pyx_t_13 = __pyx_t_11;
          } else {
            __pyx_t_13 = __pyx_t_12;
          }

          /* "discodop/_fragments.pyx":759
 * 					rfrontiers = getid(getpointer(rfrag), SLOTS)
 * 					if (max(ldepth, rdepth) + 1 <= maxdepth
 * 							and lfrontiers + rfrontiers <= maxfrontier):             # <<<<<<<<<<<<<<
 * 						# bitset with current idx + pairs of bitsets in l, r
 * 						memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 */
          __pyx_t_7 = (((__pyx_t_13 + 1) <= __pyx_v_maxdepth) != 0);
          if (__pyx_t_7) {
          } else {
            __pyx_t_1 = __pyx_t_7;
            goto __pyx_L24_bool_binop_done;
          }
          __pyx_t_7 = (((__pyx_v_lfrontiers + __pyx_v_rfrontiers) <= __pyx_v_maxfrontier) != 0);
          __pyx_t_1 = __pyx_t_7;
          __pyx_L24_bool_binop_done:;

          /* "discodop/_fragments.pyx":758
 * 					rdepth = getroot(getpointer(rfrag), SLOTS)
 * 					rfrontiers = getid(getpointer(rfrag), SLOTS)
 * 					if (max(ldepth, rdepth) + 1 <= maxdepth             # <<<<<<<<<<<<<<
 * 							and lfrontiers + rfrontiers <= maxfrontier):
 * 						# bitset with current idx + pairs of bitsets in l, r
 */
          if (__pyx_t_1) {

            /* "discodop/_fragments.pyx":761
 * 							and lfrontiers + rfrontiers <= maxfrontier):
 * 						# bitset with current idx + pairs of bitsets in l, r
 * 						memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))             # <<<<<<<<<<<<<<
 * 						SETBIT(scratch, i)
 * 						setunioninplace(scratch, getpointer(lfrag), SLOTS)
 */
            memset(((void *)__pyx_v_scratch), 0, (__pyx_v_SLOTS * (sizeof(uint64_t))));

            /* "discodop/_fragments.pyx":762
 * 						# bitset with current idx + pairs of bitsets in l, r
 * 						memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 * 						SETBIT(scratch, i)             # <<<<<<<<<<<<<<
 * 						setunioninplace(scratch, getpointer(lfrag), SLOTS)
 * 						setunioninplace(scratch, getpointer(rfrag), SLOTS)
 */
            SETBIT(__pyx_v_scratch, __pyx_v_i);

            /* "discodop/_fragments.pyx":763
 * 						memset(<void *>scratch, 0, SLOTS * sizeof(uint64_t))
 * 						SETBIT(scratch, i)
 * 						setunioninplace(scratch, getpointer(lfrag), SLOTS)             # <<<<<<<<<<<<<<
 * 						setunioninplace(scratch, getpointer(rfrag), SLOTS)
 * 						setrootid(scratch, max(ldepth, rdepth) + 1,
 */
            __pyx_f_8discodop_3bit_setunioninplace(__pyx_v_scratch, __pyx_f_8discodop_10_fragments_getpointer(__pyx_v_lfrag), __pyx_v_SLOTS);

            /* "discodop/_fragments.pyx":764
 * 						SETBIT(scratch, i)
 * 						setunioninplace(scratch, getpointer(lfrag), SLOTS)
 * 						setunioninplace(scratch, getpointer(rfrag), SLOTS)             # <<<<<<<<<<<<<<
 * 						setrootid(scratch, max(ldepth, rdepth) + 1,
 * 								lfrontiers + rfrontiers, SLOTS)
 */
            __pyx_f_8discodop_3bit_setunioninplace(__pyx_v_scratch, __pyx_f_8discodop_10_fragments_getpointer(__pyx_v_rfrag), __pyx_v_SLOTS);

            /* "discodop/_fragments.pyx":765
 * 						setunioninplace(scratch, getpointer(lfrag), SLOTS)
 * 						setunioninplace(scratch, getpointer(rfrag), SLOTS)
 * 						setrootid(scratch, max(ldepth, rdepth) + 1,             # <<<<<<<<<<<<<<
 * 								lfrontiers + rfrontiers, SLOTS)
 * 						table[i].append(wrap(scratch, SLOTS))
 */
            __pyx_t_13 = __pyx_v_rdepth;
            __pyx_t_11 = __pyx_v_ldepth;
            if (((__pyx_t_13 > __pyx_t_11) != 0)) {
              __pyx_t_12 = __pyx_t_13;
            } else {
              __pyx_t_12 = __pyx_t_11;
            }

            /* "discodop/_fragments.pyx":766
 * 						setunioninplace(scratch, getpointer(rfrag), SLOTS)
 * 						setrootid(scratch, max(ldepth, rdepth) + 1,
 * 								lfrontiers + rfrontiers, SLOTS)             # <<<<<<<<<<<<<<
 * 						table[i].append(wrap(scratch, SLOTS))
 * 
 */
            __pyx_f_8discodop_10_fragments_setrootid(__pyx_v_scratch, (__pyx_t_12 + 1), (__pyx_v_lfrontiers + __pyx_v_rfrontiers), __pyx_v_SLOTS);

            /* "discodop/_fragments.pyx":767
 * 						setrootid(scratch, max(ldepth, rdepth) + 1,
 * 								lfrontiers + rfrontiers, SLOTS)
 * 						table[i].append(wrap(scratch, SLOTS))             # <<<<<<<<<<<<<<
 * 
 * 
 */
            if (unlikely(__pyx_v_table == Py_None)) {
              PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
              __PYX_ERR(0, 767, __pyx_L1_error)
            }
            __pyx_t_10 = __pyx_f_8discodop_10_fragments_wrap(__pyx_v_scratch, __pyx_v_SLOTS); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 767, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_10);
            __pyx_t_3 = __Pyx_PyObject_Append(PyList_GET_ITEM(__pyx_v_table, __pyx_v_i), __pyx_t_10); if (unlikely(__pyx_t_3 == -1)) __PYX_ERR(0, 767, __pyx_L1_error)
            __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;

            /* "discodop/_fragments.pyx":758
 * 					rdepth = getroot(getpointer(rfrag), SLOTS)
 * 					rfrontiers = getid(getpointer(rfrag), SLOTS)
 * 					if (max(ldepth, rdepth) + 1 <= maxdepth             # <<<<<<<<<<<<<<
 * 							and lfrontiers + rfrontiers <= maxfrontier):
 * 						# bitset with current idx + pairs of bitsets in l, r
 */
          }

          /* "discodop/_fragments.pyx":755
 * 				ldepth = getroot(getpointer(lfrag), SLOTS)
 * 				lfrontiers = getid(getpointer(lfrag), SLOTS)
 * 				for rfrag in table[nodes[i].right]:             # <<<<<<<<<<<<<<
 * 					rdepth = getroot(getpointer(rfrag), SLOTS)
 * 					rfrontiers = getid(getpointer(rfrag), SLOTS)
 */
        }
        __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;

        /* "discodop/_fragments.pyx":752
 * 					table[i].append(wrap(scratch, SLOTS))
 * 			# cartesian product of left x right fragments
 * 			for lfrag in table[nodes[i].left]:             # <<<<<<<<<<<<<<
 * 				ldepth = getroot(getpointer(lfrag), SLOTS)
 * 				lfrontiers = getid(getpointer(lfrag), SLOTS)
 */
      }
      __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

      /* "discodop/_fragments.pyx":738
 * 				setrootid(scratch, ldepth + 1, lfrontiers + 1, SLOTS)
 * 				table[i].append(wrap(scratch, SLOTS))
 * 		if nodes[i].right >= 0:  # binary node             # <<<<<<<<<<<<<<
 * 			# left node as frontier with all rfrags
 * 			for rfrag in table[nodes[i].right]:
 */
    }

    /* "discodop/_fragments.pyx":725
 * 		table[i].append(wrap(scratch, SLOTS))
 * 	# Then combine with fragments of children to form prunes of this subtree
 * 	if nodes[i].left >= 0:             # <<<<<<<<<<<<<<
 * 		# unary, or right node as frontier with all lfrags
 * 		for lfrag in table[nodes[i].left]:
 */
  }

  /* "discodop/_fragments.pyx":700
 * 
 * 
 * cdef traverse(NodeArray tree, Node *nodes, int i, int n, int maxdepth,             # <<<<<<<<<<<<<<
 * 		int maxfrontier, list table, uint64_t *scratch, int SLOTS):
 * 	"""Collect all fragments of a tree up to maxdepth, maxfrontier."""
 */

  /* function exit code */
  __pyx_r = Py_None; __Pyx_INCREF(Py_None);
  goto __pyx_L0;
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_2);
  __Pyx_XDECREF(__pyx_t_6);
  __Pyx_XDECREF(__pyx_t_10);
  __Pyx_AddTraceback("discodop._fragments.traverse", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XDECREF(__pyx_v_lfrag);
  __Pyx_XDECREF(__pyx_v_rfrag);
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":770
 * 
 * 
 * cdef inline getsubtree(list result, Node *tree, uint64_t *bitset,             # <<<<<<<<<<<<<<
 * 		Vocabulary vocab, bint disc, int i):
 * 	"""Get string of tree fragment denoted by bitset; indices as terminals.
 */

static CYTHON_INLINE PyObject *__pyx_f_8discodop_10_fragments_getsubtree(PyObject *__pyx_v_result, struct __pyx_t_8discodop_10containers_Node *__pyx_v_tree, uint64_t *__pyx_v_bitset, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, int __pyx_v_disc, int __pyx_v_i) {
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  PyObject *__pyx_t_2 = NULL;
  int __pyx_t_3;
  PyObject *__pyx_t_4 = NULL;
  PyObject *__pyx_t_5 = NULL;
  __Pyx_RefNannySetupContext("getsubtree", 0);

  /* "discodop/_fragments.pyx":778
 * 		(discontinuous trees); otherwise the result will be a
 * 		continuous tree with words as leaves."""
 * 	result.append('(')             # <<<<<<<<<<<<<<
 * 	result.append(vocab.getlabel(tree[i].prod))
 * 	result.append(' ')
 */
  if (unlikely(__pyx_v_result == Py_None)) {
    PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "append");
    __PYX_ERR(0, 778, __pyx_L1_error)
  }
  __pyx_t_1 = __Pyx_PyList_Append(__pyx_v_result, __pyx_kp_u__4); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(0, 778, __pyx_L1_error)

  /* "discodop/_fragments.pyx":779
 * 		continuous tree with words as leaves."""
 * 	result.append('(')
 * 	result.append(vocab.getlabel(tree[i].prod))             # <<<<<<<<<<<<<<
 * 	result.append(' ')
 * 	if TESTBIT(bitset, i):
 */
  if (unlikely(__pyx_v_result == Py_None)) {
    PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "append");
    __PYX_ERR(0, 779, __pyx_L1_error)
  }
  __pyx_t_2 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_v_vocab->__pyx_vtab)->getlabel(__pyx_v_vocab, (__pyx_v_tree[__pyx_v_i]).prod); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 779, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __pyx_t_1 = __Pyx_PyList_Append(__pyx_v_result, __pyx_t_2); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(0, 779, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /* "discodop/_fragments.pyx":780
 * 	result.append('(')
 * 	result.append(vocab.getlabel(tree[i].prod))
 * 	result.append(' ')             # <<<<<<<<<<<<<<
 * 	if TESTBIT(bitset, i):
 * 		if tree[i].left >= 0:
 */
  if (unlikely(__pyx_v_result == Py_None)) {
    PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "append");
    __PYX_ERR(0, 780, __pyx_L1_error)
  }
  __pyx_t_1 = __Pyx_PyList_Append(__pyx_v_result, __pyx_kp_u__5); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(0, 780, __pyx_L1_error)

  /* "discodop/_fragments.pyx":781
 * 	result.append(vocab.getlabel(tree[i].prod))
 * 	result.append(' ')
 * 	if TESTBIT(bitset, i):             # <<<<<<<<<<<<<<
 * 		if tree[i].left >= 0:
 * 			getsubtree(result, tree, bitset, vocab, disc, tree[i].left)
 */
  __pyx_t_3 = (TESTBIT(__pyx_v_bitset, __pyx_v_i) != 0);
  if (__pyx_t_3) {

    /* "discodop/_fragments.pyx":782
 * 	result.append(' ')
 * 	if TESTBIT(bitset, i):
 * 		if tree[i].left >= 0:             # <<<<<<<<<<<<<<
 * 			getsubtree(result, tree, bitset, vocab, disc, tree[i].left)
 * 			if tree[i].right >= 0:
 */
    __pyx_t_3 = (((__pyx_v_tree[__pyx_v_i]).left >= 0) != 0);
    if (__pyx_t_3) {

      /* "discodop/_fragments.pyx":783
 * 	if TESTBIT(bitset, i):
 * 		if tree[i].left >= 0:
 * 			getsubtree(result, tree, bitset, vocab, disc, tree[i].left)             # <<<<<<<<<<<<<<
 * 			if tree[i].right >= 0:
 * 				result.append(' ')
 */
      __pyx_t_2 = __pyx_f_8discodop_10_fragments_getsubtree(__pyx_v_result, __pyx_v_tree, __pyx_v_bitset, __pyx_v_vocab, __pyx_v_disc, (__pyx_v_tree[__pyx_v_i]).left); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 783, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_2);
      __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

      /* "discodop/_fragments.pyx":784
 * 		if tree[i].left >= 0:
 * 			getsubtree(result, tree, bitset, vocab, disc, tree[i].left)
 * 			if tree[i].right >= 0:             # <<<<<<<<<<<<<<
 * 				result.append(' ')
 * 				getsubtree(result, tree, bitset, vocab, disc, tree[i].right)
 */
      __pyx_t_3 = (((__pyx_v_tree[__pyx_v_i]).right >= 0) != 0);
      if (__pyx_t_3) {

        /* "discodop/_fragments.pyx":785
 * 			getsubtree(result, tree, bitset, vocab, disc, tree[i].left)
 * 			if tree[i].right >= 0:
 * 				result.append(' ')             # <<<<<<<<<<<<<<
 * 				getsubtree(result, tree, bitset, vocab, disc, tree[i].right)
 * 		elif disc:
 */
        if (unlikely(__pyx_v_result == Py_None)) {
          PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "append");
          __PYX_ERR(0, 785, __pyx_L1_error)
        }
        __pyx_t_1 = __Pyx_PyList_Append(__pyx_v_result, __pyx_kp_u__5); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(0, 785, __pyx_L1_error)

        /* "discodop/_fragments.pyx":786
 * 			if tree[i].right >= 0:
 * 				result.append(' ')
 * 				getsubtree(result, tree, bitset, vocab, disc, tree[i].right)             # <<<<<<<<<<<<<<
 * 		elif disc:
 * 			if vocab.islexical(tree[i].prod):
 */
        __pyx_t_2 = __pyx_f_8discodop_10_fragments_getsubtree(__pyx_v_result, __pyx_v_tree, __pyx_v_bitset, __pyx_v_vocab, __pyx_v_disc, (__pyx_v_tree[__pyx_v_i]).right); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 786, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_2);
        __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

        /* "discodop/_fragments.pyx":784
 * 		if tree[i].left >= 0:
 * 			getsubtree(result, tree, bitset, vocab, disc, tree[i].left)
 * 			if tree[i].right >= 0:             # <<<<<<<<<<<<<<
 * 				result.append(' ')
 * 				getsubtree(result, tree, bitset, vocab, disc, tree[i].right)
 */
      }

      /* "discodop/_fragments.pyx":782
 * 	result.append(' ')
 * 	if TESTBIT(bitset, i):
 * 		if tree[i].left >= 0:             # <<<<<<<<<<<<<<
 * 			getsubtree(result, tree, bitset, vocab, disc, tree[i].left)
 * 			if tree[i].right >= 0:
 */
      goto __pyx_L4;
    }

    /* "discodop/_fragments.pyx":787
 * 				result.append(' ')
 * 				getsubtree(result, tree, bitset, vocab, disc, tree[i].right)
 * 		elif disc:             # <<<<<<<<<<<<<<
 * 			if vocab.islexical(tree[i].prod):
 * 				result.append('%d=%s' % (
 */
    __pyx_t_3 = (__pyx_v_disc != 0);
    if (__pyx_t_3) {

      /* "discodop/_fragments.pyx":788
 * 				getsubtree(result, tree, bitset, vocab, disc, tree[i].right)
 * 		elif disc:
 * 			if vocab.islexical(tree[i].prod):             # <<<<<<<<<<<<<<
 * 				result.append('%d=%s' % (
 * 						termidx(tree[i].left), vocab.getword(tree[i].prod)))
 */
      __pyx_t_3 = (((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_v_vocab->__pyx_vtab)->islexical(__pyx_v_vocab, (__pyx_v_tree[__pyx_v_i]).prod) != 0);
      if (__pyx_t_3) {

        /* "discodop/_fragments.pyx":789
 * 		elif disc:
 * 			if vocab.islexical(tree[i].prod):
 * 				result.append('%d=%s' % (             # <<<<<<<<<<<<<<
 * 						termidx(tree[i].left), vocab.getword(tree[i].prod)))
 * 			else:
 */
        if (unlikely(__pyx_v_result == Py_None)) {
          PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "append");
          __PYX_ERR(0, 789, __pyx_L1_error)
        }

        /* "discodop/_fragments.pyx":790
 * 			if vocab.islexical(tree[i].prod):
 * 				result.append('%d=%s' % (
 * 						termidx(tree[i].left), vocab.getword(tree[i].prod)))             # <<<<<<<<<<<<<<
 * 			else:
 * 				result.append('%d:%d' % (
 */
        __pyx_t_2 = __Pyx_PyInt_From_short(__pyx_f_8discodop_10containers_termidx((__pyx_v_tree[__pyx_v_i]).left)); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 790, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_2);
        __pyx_t_4 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_v_vocab->__pyx_vtab)->getword(__pyx_v_vocab, (__pyx_v_tree[__pyx_v_i]).prod); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 790, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_4);
        __pyx_t_5 = PyTuple_New(2); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 790, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_5);
        __Pyx_GIVEREF(__pyx_t_2);
        PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_2);
        __Pyx_GIVEREF(__pyx_t_4);
        PyTuple_SET_ITEM(__pyx_t_5, 1, __pyx_t_4);
        __pyx_t_2 = 0;
        __pyx_t_4 = 0;

        /* "discodop/_fragments.pyx":789
 * 		elif disc:
 * 			if vocab.islexical(tree[i].prod):
 * 				result.append('%d=%s' % (             # <<<<<<<<<<<<<<
 * 						termidx(tree[i].left), vocab.getword(tree[i].prod)))
 * 			else:
 */
        __pyx_t_4 = PyUnicode_Format(__pyx_kp_u_d_s, __pyx_t_5); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 789, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_4);
        __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
        __pyx_t_1 = __Pyx_PyList_Append(__pyx_v_result, __pyx_t_4); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(0, 789, __pyx_L1_error)
        __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;

        /* "discodop/_fragments.pyx":788
 * 				getsubtree(result, tree, bitset, vocab, disc, tree[i].right)
 * 		elif disc:
 * 			if vocab.islexical(tree[i].prod):             # <<<<<<<<<<<<<<
 * 				result.append('%d=%s' % (
 * 						termidx(tree[i].left), vocab.getword(tree[i].prod)))
 */
        goto __pyx_L6;
      }

      /* "discodop/_fragments.pyx":792
 * 						termidx(tree[i].left), vocab.getword(tree[i].prod)))
 * 			else:
 * 				result.append('%d:%d' % (             # <<<<<<<<<<<<<<
 * 						termidx(tree[i].left), termidx(tree[i].left)))
 * 		else:
 */
      /*else*/ {
        if (unlikely(__pyx_v_result == Py_None)) {
          PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "append");
          __PYX_ERR(0, 792, __pyx_L1_error)
        }

        /* "discodop/_fragments.pyx":793
 * 			else:
 * 				result.append('%d:%d' % (
 * 						termidx(tree[i].left), termidx(tree[i].left)))             # <<<<<<<<<<<<<<
 * 		else:
 * 			result.append(vocab.getword(tree[i].prod) or '')
 */
        __pyx_t_4 = __Pyx_PyInt_From_short(__pyx_f_8discodop_10containers_termidx((__pyx_v_tree[__pyx_v_i]).left)); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 793, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_4);
        __pyx_t_5 = __Pyx_PyInt_From_short(__pyx_f_8discodop_10containers_termidx((__pyx_v_tree[__pyx_v_i]).left)); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 793, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_5);
        __pyx_t_2 = PyTuple_New(2); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 793, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_2);
        __Pyx_GIVEREF(__pyx_t_4);
        PyTuple_SET_ITEM(__pyx_t_2, 0, __pyx_t_4);
        __Pyx_GIVEREF(__pyx_t_5);
        PyTuple_SET_ITEM(__pyx_t_2, 1, __pyx_t_5);
        __pyx_t_4 = 0;
        __pyx_t_5 = 0;

        /* "discodop/_fragments.pyx":792
 * 						termidx(tree[i].left), vocab.getword(tree[i].prod)))
 * 			else:
 * 				result.append('%d:%d' % (             # <<<<<<<<<<<<<<
 * 						termidx(tree[i].left), termidx(tree[i].left)))
 * 		else:
 */
        __pyx_t_5 = PyUnicode_Format(__pyx_kp_u_d_d, __pyx_t_2); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 792, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_5);
        __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
        __pyx_t_1 = __Pyx_PyList_Append(__pyx_v_result, __pyx_t_5); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(0, 792, __pyx_L1_error)
        __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
      }
      __pyx_L6:;

      /* "discodop/_fragments.pyx":787
 * 				result.append(' ')
 * 				getsubtree(result, tree, bitset, vocab, disc, tree[i].right)
 * 		elif disc:             # <<<<<<<<<<<<<<
 * 			if vocab.islexical(tree[i].prod):
 * 				result.append('%d=%s' % (
 */
      goto __pyx_L4;
    }

    /* "discodop/_fragments.pyx":795
 * 						termidx(tree[i].left), termidx(tree[i].left)))
 * 		else:
 * 			result.append(vocab.getword(tree[i].prod) or '')             # <<<<<<<<<<<<<<
 * 	elif disc:  # node not in bitset, frontier non-terminal
 * 		result.append(yieldranges(sorted(getyield(tree, i))))
 */
    /*else*/ {
      if (unlikely(__pyx_v_result == Py_None)) {
        PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "append");
        __PYX_ERR(0, 795, __pyx_L1_error)
      }
      __pyx_t_2 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_v_vocab->__pyx_vtab)->getword(__pyx_v_vocab, (__pyx_v_tree[__pyx_v_i]).prod); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 795, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_2);
      __pyx_t_3 = __Pyx_PyObject_IsTrue(__pyx_t_2); if (unlikely(__pyx_t_3 < 0)) __PYX_ERR(0, 795, __pyx_L1_error)
      if (!__pyx_t_3) {
        __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
      } else {
        __Pyx_INCREF(__pyx_t_2);
        __pyx_t_5 = __pyx_t_2;
        __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
        goto __pyx_L7_bool_binop_done;
      }
      __Pyx_INCREF(__pyx_kp_u__2);
      __pyx_t_5 = __pyx_kp_u__2;
      __pyx_L7_bool_binop_done:;
      __pyx_t_1 = __Pyx_PyList_Append(__pyx_v_result, __pyx_t_5); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(0, 795, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
    }
    __pyx_L4:;

    /* "discodop/_fragments.pyx":781
 * 	result.append(vocab.getlabel(tree[i].prod))
 * 	result.append(' ')
 * 	if TESTBIT(bitset, i):             # <<<<<<<<<<<<<<
 * 		if tree[i].left >= 0:
 * 			getsubtree(result, tree, bitset, vocab, disc, tree[i].left)
 */
    goto __pyx_L3;
  }

  /* "discodop/_fragments.pyx":796
 * 		else:
 * 			result.append(vocab.getword(tree[i].prod) or '')
 * 	elif disc:  # node not in bitset, frontier non-terminal             # <<<<<<<<<<<<<<
 * 		result.append(yieldranges(sorted(getyield(tree, i))))
 * 	result.append(')')
 */
  __pyx_t_3 = (__pyx_v_disc != 0);
  if (__pyx_t_3) {

    /* "discodop/_fragments.pyx":797
 * 			result.append(vocab.getword(tree[i].prod) or '')
 * 	elif disc:  # node not in bitset, frontier non-terminal
 * 		result.append(yieldranges(sorted(getyield(tree, i))))             # <<<<<<<<<<<<<<
 * 	result.append(')')
 * 
 */
    if (unlikely(__pyx_v_result == Py_None)) {
      PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "append");
      __PYX_ERR(0, 797, __pyx_L1_error)
    }
    __pyx_t_2 = __pyx_f_8discodop_10_fragments_getyield(__pyx_v_tree, __pyx_v_i); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 797, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __pyx_t_4 = PySequence_List(__pyx_t_2); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 797, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    __pyx_t_5 = ((PyObject*)__pyx_t_4);
    __pyx_t_4 = 0;
    __pyx_t_1 = PyList_Sort(__pyx_t_5); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(0, 797, __pyx_L1_error)
    __pyx_t_4 = __pyx_f_8discodop_10containers_yieldranges(((PyObject*)__pyx_t_5)); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 797, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
    __pyx_t_1 = __Pyx_PyList_Append(__pyx_v_result, __pyx_t_4); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(0, 797, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;

    /* "discodop/_fragments.pyx":796
 * 		else:
 * 			result.append(vocab.getword(tree[i].prod) or '')
 * 	elif disc:  # node not in bitset, frontier non-terminal             # <<<<<<<<<<<<<<
 * 		result.append(yieldranges(sorted(getyield(tree, i))))
 * 	result.append(')')
 */
  }
  __pyx_L3:;

  /* "discodop/_fragments.pyx":798
 * 	elif disc:  # node not in bitset, frontier non-terminal
 * 		result.append(yieldranges(sorted(getyield(tree, i))))
 * 	result.append(')')             # <<<<<<<<<<<<<<
 * 
 * 
 */
  if (unlikely(__pyx_v_result == Py_None)) {
    PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "append");
    __PYX_ERR(0, 798, __pyx_L1_error)
  }
  __pyx_t_1 = __Pyx_PyList_Append(__pyx_v_result, __pyx_kp_u__6); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(0, 798, __pyx_L1_error)

  /* "discodop/_fragments.pyx":770
 * 
 * 
 * cdef inline getsubtree(list result, Node *tree, uint64_t *bitset,             # <<<<<<<<<<<<<<
 * 		Vocabulary vocab, bint disc, int i):
 * 	"""Get string of tree fragment denoted by bitset; indices as terminals.
 */

  /* function exit code */
  __pyx_r = Py_None; __Pyx_INCREF(Py_None);
  goto __pyx_L0;
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_2);
  __Pyx_XDECREF(__pyx_t_4);
  __Pyx_XDECREF(__pyx_t_5);
  __Pyx_AddTraceback("discodop._fragments.getsubtree", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":801
 * 
 * 
 * cdef inline list getyield(Node *tree, int i):             # <<<<<<<<<<<<<<
 * 	"""Recursively collect indices of terminals under a node."""
 * 	if tree[i].left < 0:  # terminal / substitution site
 */

static CYTHON_INLINE PyObject *__pyx_f_8discodop_10_fragments_getyield(struct __pyx_t_8discodop_10containers_Node *__pyx_v_tree, int __pyx_v_i) {
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  PyObject *__pyx_t_2 = NULL;
  PyObject *__pyx_t_3 = NULL;
  PyObject *__pyx_t_4 = NULL;
  __Pyx_RefNannySetupContext("getyield", 0);

  /* "discodop/_fragments.pyx":803
 * cdef inline list getyield(Node *tree, int i):
 * 	"""Recursively collect indices of terminals under a node."""
 * 	if tree[i].left < 0:  # terminal / substitution site             # <<<<<<<<<<<<<<
 * 		if tree[i].right >= 0:  # substitution site with more indices
 * 			return [termidx(tree[i].left)] + getyield(tree, tree[i].right)
 */
  __pyx_t_1 = (((__pyx_v_tree[__pyx_v_i]).left < 0) != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":804
 * 	"""Recursively collect indices of terminals under a node."""
 * 	if tree[i].left < 0:  # terminal / substitution site
 * 		if tree[i].right >= 0:  # substitution site with more indices             # <<<<<<<<<<<<<<
 * 			return [termidx(tree[i].left)] + getyield(tree, tree[i].right)
 * 		return [termidx(tree[i].left)]
 */
    __pyx_t_1 = (((__pyx_v_tree[__pyx_v_i]).right >= 0) != 0);
    if (__pyx_t_1) {

      /* "discodop/_fragments.pyx":805
 * 	if tree[i].left < 0:  # terminal / substitution site
 * 		if tree[i].right >= 0:  # substitution site with more indices
 * 			return [termidx(tree[i].left)] + getyield(tree, tree[i].right)             # <<<<<<<<<<<<<<
 * 		return [termidx(tree[i].left)]
 * 	elif tree[i].right < 0:  # unary node
 */
      __Pyx_XDECREF(__pyx_r);
      __pyx_t_2 = __Pyx_PyInt_From_short(__pyx_f_8discodop_10containers_termidx((__pyx_v_tree[__pyx_v_i]).left)); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 805, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_2);
      __pyx_t_3 = PyList_New(1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 805, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_3);
      __Pyx_GIVEREF(__pyx_t_2);
      PyList_SET_ITEM(__pyx_t_3, 0, __pyx_t_2);
      __pyx_t_2 = 0;
      __pyx_t_2 = __pyx_f_8discodop_10_fragments_getyield(__pyx_v_tree, (__pyx_v_tree[__pyx_v_i]).right); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 805, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_2);
      __pyx_t_4 = PyNumber_Add(__pyx_t_3, __pyx_t_2); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 805, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_4);
      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
      __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
      __pyx_r = ((PyObject*)__pyx_t_4);
      __pyx_t_4 = 0;
      goto __pyx_L0;

      /* "discodop/_fragments.pyx":804
 * 	"""Recursively collect indices of terminals under a node."""
 * 	if tree[i].left < 0:  # terminal / substitution site
 * 		if tree[i].right >= 0:  # substitution site with more indices             # <<<<<<<<<<<<<<
 * 			return [termidx(tree[i].left)] + getyield(tree, tree[i].right)
 * 		return [termidx(tree[i].left)]
 */
    }

    /* "discodop/_fragments.pyx":806
 * 		if tree[i].right >= 0:  # substitution site with more indices
 * 			return [termidx(tree[i].left)] + getyield(tree, tree[i].right)
 * 		return [termidx(tree[i].left)]             # <<<<<<<<<<<<<<
 * 	elif tree[i].right < 0:  # unary node
 * 		return getyield(tree, tree[i].left)
 */
    __Pyx_XDECREF(__pyx_r);
    __pyx_t_4 = __Pyx_PyInt_From_short(__pyx_f_8discodop_10containers_termidx((__pyx_v_tree[__pyx_v_i]).left)); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 806, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __pyx_t_2 = PyList_New(1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 806, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __Pyx_GIVEREF(__pyx_t_4);
    PyList_SET_ITEM(__pyx_t_2, 0, __pyx_t_4);
    __pyx_t_4 = 0;
    __pyx_r = ((PyObject*)__pyx_t_2);
    __pyx_t_2 = 0;
    goto __pyx_L0;

    /* "discodop/_fragments.pyx":803
 * cdef inline list getyield(Node *tree, int i):
 * 	"""Recursively collect indices of terminals under a node."""
 * 	if tree[i].left < 0:  # terminal / substitution site             # <<<<<<<<<<<<<<
 * 		if tree[i].right >= 0:  # substitution site with more indices
 * 			return [termidx(tree[i].left)] + getyield(tree, tree[i].right)
 */
  }

  /* "discodop/_fragments.pyx":807
 * 			return [termidx(tree[i].left)] + getyield(tree, tree[i].right)
 * 		return [termidx(tree[i].left)]
 * 	elif tree[i].right < 0:  # unary node             # <<<<<<<<<<<<<<
 * 		return getyield(tree, tree[i].left)
 * 	# binary node
 */
  __pyx_t_1 = (((__pyx_v_tree[__pyx_v_i]).right < 0) != 0);
  if (__pyx_t_1) {

    /* "discodop/_fragments.pyx":808
 * 		return [termidx(tree[i].left)]
 * 	elif tree[i].right < 0:  # unary node
 * 		return getyield(tree, tree[i].left)             # <<<<<<<<<<<<<<
 * 	# binary node
 * 	return getyield(tree, tree[i].left) + getyield(tree, tree[i].right)
 */
    __Pyx_XDECREF(__pyx_r);
    __pyx_t_2 = __pyx_f_8discodop_10_fragments_getyield(__pyx_v_tree, (__pyx_v_tree[__pyx_v_i]).left); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 808, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __pyx_r = ((PyObject*)__pyx_t_2);
    __pyx_t_2 = 0;
    goto __pyx_L0;

    /* "discodop/_fragments.pyx":807
 * 			return [termidx(tree[i].left)] + getyield(tree, tree[i].right)
 * 		return [termidx(tree[i].left)]
 * 	elif tree[i].right < 0:  # unary node             # <<<<<<<<<<<<<<
 * 		return getyield(tree, tree[i].left)
 * 	# binary node
 */
  }

  /* "discodop/_fragments.pyx":810
 * 		return getyield(tree, tree[i].left)
 * 	# binary node
 * 	return getyield(tree, tree[i].left) + getyield(tree, tree[i].right)             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __Pyx_XDECREF(__pyx_r);
  __pyx_t_2 = __pyx_f_8discodop_10_fragments_getyield(__pyx_v_tree, (__pyx_v_tree[__pyx_v_i]).left); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 810, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __pyx_t_4 = __pyx_f_8discodop_10_fragments_getyield(__pyx_v_tree, (__pyx_v_tree[__pyx_v_i]).right); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 810, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  __pyx_t_3 = PyNumber_Add(__pyx_t_2, __pyx_t_4); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 810, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
  __pyx_r = ((PyObject*)__pyx_t_3);
  __pyx_t_3 = 0;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":801
 * 
 * 
 * cdef inline list getyield(Node *tree, int i):             # <<<<<<<<<<<<<<
 * 	"""Recursively collect indices of terminals under a node."""
 * 	if tree[i].left < 0:  # terminal / substitution site
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_2);
  __Pyx_XDECREF(__pyx_t_3);
  __Pyx_XDECREF(__pyx_t_4);
  __Pyx_AddTraceback("discodop._fragments.getyield", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":813
 * 
 * 
 * def pygetsent(str frag):             # <<<<<<<<<<<<<<
 * 	"""Wrapper of ``getsent()`` to make doctests possible.
 * 
 */

/* Python wrapper */
static PyObject *__pyx_pw_8discodop_10_fragments_11pygetsent(PyObject *__pyx_self, PyObject *__pyx_v_frag); /*proto*/
static char __pyx_doc_8discodop_10_fragments_10pygetsent[] = "pygetsent(unicode frag)\nWrapper of ``getsent()`` to make doctests possible.\n\n\t>>> print(pygetsent(u'(S (NP 2=man) (VP 4=walks))'))\n\t(S (NP 0=man) (VP 2=walks))\n\t>>> print(pygetsent(u'(VP (VB 0=Wake) (PRT 3=up))'))\n\t(VP (VB 0=Wake) (PRT 2=up))\n\t>>> print(pygetsent(u'(S (NP 2:2 4:4) (VP 1:1 3:3))'))\n\t(S (NP 1= 3=) (VP 0= 2=))\n\t>>> print(pygetsent(u'(ROOT (S 0:2) ($. 3=.))'))\n\t(ROOT (S 0=) ($. 1=.))\n\t>>> print(pygetsent(u'(ROOT (S 0=Foo) ($. 3=.))'))\n\t(ROOT (S 0=Foo) ($. 2=.))\n\t>>> print(pygetsent(\n\t... u'(S|<VP>_2 (VP_3 0:1 3:3 16:16) (VAFIN 2=wird))'))\n\t(S|<VP>_2 (VP_3 0= 2= 4=) (VAFIN 1=wird))\n\t";
static PyMethodDef __pyx_mdef_8discodop_10_fragments_11pygetsent = {"pygetsent", (PyCFunction)__pyx_pw_8discodop_10_fragments_11pygetsent, METH_O, __pyx_doc_8discodop_10_fragments_10pygetsent};
static PyObject *__pyx_pw_8discodop_10_fragments_11pygetsent(PyObject *__pyx_self, PyObject *__pyx_v_frag) {
  PyObject *__pyx_r = 0;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("pygetsent (wrapper)", 0);
  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_frag), (&PyUnicode_Type), 1, "frag", 1))) __PYX_ERR(0, 813, __pyx_L1_error)
  __pyx_r = __pyx_pf_8discodop_10_fragments_10pygetsent(__pyx_self, ((PyObject*)__pyx_v_frag));

  /* function exit code */
  goto __pyx_L0;
  __pyx_L1_error:;
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

static PyObject *__pyx_pf_8discodop_10_fragments_10pygetsent(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_frag) {
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  PyObject *__pyx_t_2 = NULL;
  PyObject *__pyx_t_3 = NULL;
  PyObject *__pyx_t_4 = NULL;
  PyObject *__pyx_t_5 = NULL;
  PyObject *__pyx_t_6 = NULL;
  PyObject *__pyx_t_7 = NULL;
  PyObject *__pyx_t_8 = NULL;
  __Pyx_RefNannySetupContext("pygetsent", 0);

  /* "discodop/_fragments.pyx":830
 * 	(S|<VP>_2 (VP_3 0= 2= 4=) (VAFIN 1=wird))
 * 	"""
 * 	try:             # <<<<<<<<<<<<<<
 * 		return getsent(frag)
 * 	except:
 */
  {
    __Pyx_PyThreadState_declare
    __Pyx_PyThreadState_assign
    __Pyx_ExceptionSave(&__pyx_t_1, &__pyx_t_2, &__pyx_t_3);
    __Pyx_XGOTREF(__pyx_t_1);
    __Pyx_XGOTREF(__pyx_t_2);
    __Pyx_XGOTREF(__pyx_t_3);
    /*try:*/ {

      /* "discodop/_fragments.pyx":831
 * 	"""
 * 	try:
 * 		return getsent(frag)             # <<<<<<<<<<<<<<
 * 	except:
 * 		print(frag)
 */
      __Pyx_XDECREF(__pyx_r);
      __pyx_t_4 = __pyx_f_8discodop_10_fragments_getsent(__pyx_v_frag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 831, __pyx_L3_error)
      __Pyx_GOTREF(__pyx_t_4);
      __pyx_r = __pyx_t_4;
      __pyx_t_4 = 0;
      goto __pyx_L7_try_return;

      /* "discodop/_fragments.pyx":830
 * 	(S|<VP>_2 (VP_3 0= 2= 4=) (VAFIN 1=wird))
 * 	"""
 * 	try:             # <<<<<<<<<<<<<<
 * 		return getsent(frag)
 * 	except:
 */
    }
    __pyx_L3_error:;
    __Pyx_PyThreadState_assign
    __Pyx_XDECREF(__pyx_t_4); __pyx_t_4 = 0;

    /* "discodop/_fragments.pyx":832
 * 	try:
 * 		return getsent(frag)
 * 	except:             # <<<<<<<<<<<<<<
 * 		print(frag)
 * 		raise
 */
    /*except:*/ {
      __Pyx_AddTraceback("discodop._fragments.pygetsent", __pyx_clineno, __pyx_lineno, __pyx_filename);
      if (__Pyx_GetException(&__pyx_t_4, &__pyx_t_5, &__pyx_t_6) < 0) __PYX_ERR(0, 832, __pyx_L5_except_error)
      __Pyx_GOTREF(__pyx_t_4);
      __Pyx_GOTREF(__pyx_t_5);
      __Pyx_GOTREF(__pyx_t_6);

      /* "discodop/_fragments.pyx":833
 * 		return getsent(frag)
 * 	except:
 * 		print(frag)             # <<<<<<<<<<<<<<
 * 		raise
 * 
 */
      __pyx_t_7 = PyTuple_New(1); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 833, __pyx_L5_except_error)
      __Pyx_GOTREF(__pyx_t_7);
      __Pyx_INCREF(__pyx_v_frag);
      __Pyx_GIVEREF(__pyx_v_frag);
      PyTuple_SET_ITEM(__pyx_t_7, 0, __pyx_v_frag);
      __pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_print, __pyx_t_7, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 833, __pyx_L5_except_error)
      __Pyx_GOTREF(__pyx_t_8);
      __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
      __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;

      /* "discodop/_fragments.pyx":834
 * 	except:
 * 		print(frag)
 * 		raise             # <<<<<<<<<<<<<<
 * 
 * 
 */
      __Pyx_GIVEREF(__pyx_t_4);
      __Pyx_GIVEREF(__pyx_t_5);
      __Pyx_XGIVEREF(__pyx_t_6);
      __Pyx_ErrRestoreWithState(__pyx_t_4, __pyx_t_5, __pyx_t_6);
      __pyx_t_4 = 0; __pyx_t_5 = 0; __pyx_t_6 = 0; 
      __PYX_ERR(0, 834, __pyx_L5_except_error)
    }
    __pyx_L5_except_error:;

    /* "discodop/_fragments.pyx":830
 * 	(S|<VP>_2 (VP_3 0= 2= 4=) (VAFIN 1=wird))
 * 	"""
 * 	try:             # <<<<<<<<<<<<<<
 * 		return getsent(frag)
 * 	except:
 */
    __Pyx_PyThreadState_assign
    __Pyx_XGIVEREF(__pyx_t_1);
    __Pyx_XGIVEREF(__pyx_t_2);
    __Pyx_XGIVEREF(__pyx_t_3);
    __Pyx_ExceptionReset(__pyx_t_1, __pyx_t_2, __pyx_t_3);
    goto __pyx_L1_error;
    __pyx_L7_try_return:;
    __Pyx_PyThreadState_assign
    __Pyx_XGIVEREF(__pyx_t_1);
    __Pyx_XGIVEREF(__pyx_t_2);
    __Pyx_XGIVEREF(__pyx_t_3);
    __Pyx_ExceptionReset(__pyx_t_1, __pyx_t_2, __pyx_t_3);
    goto __pyx_L0;
  }

  /* "discodop/_fragments.pyx":813
 * 
 * 
 * def pygetsent(str frag):             # <<<<<<<<<<<<<<
 * 	"""Wrapper of ``getsent()`` to make doctests possible.
 * 
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_4);
  __Pyx_XDECREF(__pyx_t_5);
  __Pyx_XDECREF(__pyx_t_6);
  __Pyx_XDECREF(__pyx_t_7);
  __Pyx_XDECREF(__pyx_t_8);
  __Pyx_AddTraceback("discodop._fragments.pygetsent", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":837
 * 
 * 
 * cdef getsent(str frag):             # <<<<<<<<<<<<<<
 * 	"""Renumber indices in fragment and select terminals it contains.
 * 
 */

static PyObject *__pyx_f_8discodop_10_fragments_getsent(PyObject *__pyx_v_frag) {
  int __pyx_v_n;
  int __pyx_v_m;
  int __pyx_v_maxl;
  PyObject *__pyx_v_leafmap = 0;
  PyObject *__pyx_v_spans = 0;
  PyObject *__pyx_v_leaves = 0;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  PyObject *__pyx_t_2 = NULL;
  PyObject *__pyx_t_3 = NULL;
  PyObject *__pyx_t_4 = NULL;
  PyObject *__pyx_t_5 = NULL;
  Py_ssize_t __pyx_t_6;
  PyObject *(*__pyx_t_7)(PyObject *);
  PyObject *__pyx_t_8 = NULL;
  PyObject *(*__pyx_t_9)(PyObject *);
  int __pyx_t_10;
  int __pyx_t_11;
  int __pyx_t_12;
  int __pyx_t_13;
  int __pyx_t_14;
  __Pyx_RefNannySetupContext("getsent", 0);
  __Pyx_INCREF(__pyx_v_frag);

  /* "discodop/_fragments.pyx":844
 * 	of 1. Expects a tree as string where frontier nodes are marked with
 * 	closed intervals ``n:m``, while terminals are denoted with ``n=word``."""
 * 	cdef int n, m = 0, maxl             # <<<<<<<<<<<<<<
 * 	cdef dict leafmap = {}
 * 	cdef dict spans = {int(start): int(end) + 1
 */
  __pyx_v_m = 0;

  /* "discodop/_fragments.pyx":845
 * 	closed intervals ``n:m``, while terminals are denoted with ``n=word``."""
 * 	cdef int n, m = 0, maxl
 * 	cdef dict leafmap = {}             # <<<<<<<<<<<<<<
 * 	cdef dict spans = {int(start): int(end) + 1
 * 			for start, end in FRONTIERRE.findall(frag)}
 */
  __pyx_t_1 = PyDict_New(); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 845, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_v_leafmap = ((PyObject*)__pyx_t_1);
  __pyx_t_1 = 0;

  /* "discodop/_fragments.pyx":846
 * 	cdef int n, m = 0, maxl
 * 	cdef dict leafmap = {}
 * 	cdef dict spans = {int(start): int(end) + 1             # <<<<<<<<<<<<<<
 * 			for start, end in FRONTIERRE.findall(frag)}
 * 	cdef list leaves = [int(a) for a in TERMINDICESRE.findall(frag)]
 */
  { /* enter inner scope */
    PyObject *__pyx_8genexpr8__pyx_v_start = NULL;
    PyObject *__pyx_8genexpr8__pyx_v_end = NULL;
    __pyx_t_1 = PyDict_New(); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 846, __pyx_L5_error)
    __Pyx_GOTREF(__pyx_t_1);

    /* "discodop/_fragments.pyx":847
 * 	cdef dict leafmap = {}
 * 	cdef dict spans = {int(start): int(end) + 1
 * 			for start, end in FRONTIERRE.findall(frag)}             # <<<<<<<<<<<<<<
 * 	cdef list leaves = [int(a) for a in TERMINDICESRE.findall(frag)]
 * 	for n in leaves:
 */
    __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_FRONTIERRE); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 847, __pyx_L5_error)
    __Pyx_GOTREF(__pyx_t_3);
    __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_n_s_findall); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 847, __pyx_L5_error)
    __Pyx_GOTREF(__pyx_t_4);
    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
    __pyx_t_3 = NULL;
    if (CYTHON_UNPACK_METHODS && unlikely(PyMethod_Check(__pyx_t_4))) {
      __pyx_t_3 = PyMethod_GET_SELF(__pyx_t_4);
      if (likely(__pyx_t_3)) {
        PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_4);
        __Pyx_INCREF(__pyx_t_3);
        __Pyx_INCREF(function);
        __Pyx_DECREF_SET(__pyx_t_4, function);
      }
    }
    if (!__pyx_t_3) {
      __pyx_t_2 = __Pyx_PyObject_CallOneArg(__pyx_t_4, __pyx_v_frag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 847, __pyx_L5_error)
      __Pyx_GOTREF(__pyx_t_2);
    } else {
      #if CYTHON_FAST_PYCALL
      if (PyFunction_Check(__pyx_t_4)) {
        PyObject *__pyx_temp[2] = {__pyx_t_3, __pyx_v_frag};
        __pyx_t_2 = __Pyx_PyFunction_FastCall(__pyx_t_4, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 847, __pyx_L5_error)
        __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;
        __Pyx_GOTREF(__pyx_t_2);
      } else
      #endif
      #if CYTHON_FAST_PYCCALL
      if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
        PyObject *__pyx_temp[2] = {__pyx_t_3, __pyx_v_frag};
        __pyx_t_2 = __Pyx_PyCFunction_FastCall(__pyx_t_4, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 847, __pyx_L5_error)
        __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;
        __Pyx_GOTREF(__pyx_t_2);
      } else
      #endif
      {
        __pyx_t_5 = PyTuple_New(1+1); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 847, __pyx_L5_error)
        __Pyx_GOTREF(__pyx_t_5);
        __Pyx_GIVEREF(__pyx_t_3); PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_3); __pyx_t_3 = NULL;
        __Pyx_INCREF(__pyx_v_frag);
        __Pyx_GIVEREF(__pyx_v_frag);
        PyTuple_SET_ITEM(__pyx_t_5, 0+1, __pyx_v_frag);
        __pyx_t_2 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_5, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 847, __pyx_L5_error)
        __Pyx_GOTREF(__pyx_t_2);
        __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
      }
    }
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    if (likely(PyList_CheckExact(__pyx_t_2)) || PyTuple_CheckExact(__pyx_t_2)) {
      __pyx_t_4 = __pyx_t_2; __Pyx_INCREF(__pyx_t_4); __pyx_t_6 = 0;
      __pyx_t_7 = NULL;
    } else {
      __pyx_t_6 = -1; __pyx_t_4 = PyObject_GetIter(__pyx_t_2); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 847, __pyx_L5_error)
      __Pyx_GOTREF(__pyx_t_4);
      __pyx_t_7 = Py_TYPE(__pyx_t_4)->tp_iternext; if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 847, __pyx_L5_error)
    }
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    for (;;) {
      if (likely(!__pyx_t_7)) {
        if (likely(PyList_CheckExact(__pyx_t_4))) {
          if (__pyx_t_6 >= PyList_GET_SIZE(__pyx_t_4)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_2 = PyList_GET_ITEM(__pyx_t_4, __pyx_t_6); __Pyx_INCREF(__pyx_t_2); __pyx_t_6++; if (unlikely(0 < 0)) __PYX_ERR(0, 847, __pyx_L5_error)
          #else
          __pyx_t_2 = PySequence_ITEM(__pyx_t_4, __pyx_t_6); __pyx_t_6++; if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 847, __pyx_L5_error)
          __Pyx_GOTREF(__pyx_t_2);
          #endif
        } else {
          if (__pyx_t_6 >= PyTuple_GET_SIZE(__pyx_t_4)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_2 = PyTuple_GET_ITEM(__pyx_t_4, __pyx_t_6); __Pyx_INCREF(__pyx_t_2); __pyx_t_6++; if (unlikely(0 < 0)) __PYX_ERR(0, 847, __pyx_L5_error)
          #else
          __pyx_t_2 = PySequence_ITEM(__pyx_t_4, __pyx_t_6); __pyx_t_6++; if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 847, __pyx_L5_error)
          __Pyx_GOTREF(__pyx_t_2);
          #endif
        }
      } else {
        __pyx_t_2 = __pyx_t_7(__pyx_t_4);
        if (unlikely(!__pyx_t_2)) {
          PyObject* exc_type = PyErr_Occurred();
          if (exc_type) {
            if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
            else __PYX_ERR(0, 847, __pyx_L5_error)
          }
          break;
        }
        __Pyx_GOTREF(__pyx_t_2);
      }
      if ((likely(PyTuple_CheckExact(__pyx_t_2))) || (PyList_CheckExact(__pyx_t_2))) {
        PyObject* sequence = __pyx_t_2;
        #if !CYTHON_COMPILING_IN_PYPY
        Py_ssize_t size = Py_SIZE(sequence);
        #else
        Py_ssize_t size = PySequence_Size(sequence);
        #endif
        if (unlikely(size != 2)) {
          if (size > 2) __Pyx_RaiseTooManyValuesError(2);
          else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size);
          __PYX_ERR(0, 847, __pyx_L5_error)
        }
        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
        if (likely(PyTuple_CheckExact(sequence))) {
          __pyx_t_5 = PyTuple_GET_ITEM(sequence, 0); 
          __pyx_t_3 = PyTuple_GET_ITEM(sequence, 1); 
        } else {
          __pyx_t_5 = PyList_GET_ITEM(sequence, 0); 
          __pyx_t_3 = PyList_GET_ITEM(sequence, 1); 
        }
        __Pyx_INCREF(__pyx_t_5);
        __Pyx_INCREF(__pyx_t_3);
        #else
        __pyx_t_5 = PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 847, __pyx_L5_error)
        __Pyx_GOTREF(__pyx_t_5);
        __pyx_t_3 = PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 847, __pyx_L5_error)
        __Pyx_GOTREF(__pyx_t_3);
        #endif
        __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
      } else {
        Py_ssize_t index = -1;
        __pyx_t_8 = PyObject_GetIter(__pyx_t_2); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 847, __pyx_L5_error)
        __Pyx_GOTREF(__pyx_t_8);
        __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
        __pyx_t_9 = Py_TYPE(__pyx_t_8)->tp_iternext;
        index = 0; __pyx_t_5 = __pyx_t_9(__pyx_t_8); if (unlikely(!__pyx_t_5)) goto __pyx_L8_unpacking_failed;
        __Pyx_GOTREF(__pyx_t_5);
        index = 1; __pyx_t_3 = __pyx_t_9(__pyx_t_8); if (unlikely(!__pyx_t_3)) goto __pyx_L8_unpacking_failed;
        __Pyx_GOTREF(__pyx_t_3);
        if (__Pyx_IternextUnpackEndCheck(__pyx_t_9(__pyx_t_8), 2) < 0) __PYX_ERR(0, 847, __pyx_L5_error)
        __pyx_t_9 = NULL;
        __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
        goto __pyx_L9_unpacking_done;
        __pyx_L8_unpacking_failed:;
        __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
        __pyx_t_9 = NULL;
        if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index);
        __PYX_ERR(0, 847, __pyx_L5_error)
        __pyx_L9_unpacking_done:;
      }
      __Pyx_XDECREF_SET(__pyx_8genexpr8__pyx_v_start, __pyx_t_5);
      __pyx_t_5 = 0;
      __Pyx_XDECREF_SET(__pyx_8genexpr8__pyx_v_end, __pyx_t_3);
      __pyx_t_3 = 0;

      /* "discodop/_fragments.pyx":846
 * 	cdef int n, m = 0, maxl
 * 	cdef dict leafmap = {}
 * 	cdef dict spans = {int(start): int(end) + 1             # <<<<<<<<<<<<<<
 * 			for start, end in FRONTIERRE.findall(frag)}
 * 	cdef list leaves = [int(a) for a in TERMINDICESRE.findall(frag)]
 */
      __pyx_t_2 = __Pyx_PyNumber_Int(__pyx_8genexpr8__pyx_v_start); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 846, __pyx_L5_error)
      __Pyx_GOTREF(__pyx_t_2);
      __pyx_t_3 = __Pyx_PyNumber_Int(__pyx_8genexpr8__pyx_v_end); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 846, __pyx_L5_error)
      __Pyx_GOTREF(__pyx_t_3);
      __pyx_t_5 = __Pyx_PyInt_AddObjC(__pyx_t_3, __pyx_int_1, 1, 0); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 846, __pyx_L5_error)
      __Pyx_GOTREF(__pyx_t_5);
      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
      if (unlikely(PyDict_SetItem(__pyx_t_1, (PyObject*)__pyx_t_2, (PyObject*)__pyx_t_5))) __PYX_ERR(0, 846, __pyx_L5_error)
      __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
      __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;

      /* "discodop/_fragments.pyx":847
 * 	cdef dict leafmap = {}
 * 	cdef dict spans = {int(start): int(end) + 1
 * 			for start, end in FRONTIERRE.findall(frag)}             # <<<<<<<<<<<<<<
 * 	cdef list leaves = [int(a) for a in TERMINDICESRE.findall(frag)]
 * 	for n in leaves:
 */
    }
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    __Pyx_XDECREF(__pyx_8genexpr8__pyx_v_start);
    __Pyx_XDECREF(__pyx_8genexpr8__pyx_v_end);
    goto __pyx_L10_exit_scope;
    __pyx_L5_error:;
    __Pyx_XDECREF(__pyx_8genexpr8__pyx_v_start);
    __Pyx_XDECREF(__pyx_8genexpr8__pyx_v_end);
    goto __pyx_L1_error;
    __pyx_L10_exit_scope:;
  } /* exit inner scope */
  __pyx_v_spans = ((PyObject*)__pyx_t_1);
  __pyx_t_1 = 0;

  /* "discodop/_fragments.pyx":848
 * 	cdef dict spans = {int(start): int(end) + 1
 * 			for start, end in FRONTIERRE.findall(frag)}
 * 	cdef list leaves = [int(a) for a in TERMINDICESRE.findall(frag)]             # <<<<<<<<<<<<<<
 * 	for n in leaves:
 * 		spans[n] = n + 1
 */
  { /* enter inner scope */
    PyObject *__pyx_8genexpr9__pyx_v_a = NULL;
    __pyx_t_1 = PyList_New(0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 848, __pyx_L13_error)
    __Pyx_GOTREF(__pyx_t_1);
    __pyx_t_5 = __Pyx_GetModuleGlobalName(__pyx_n_s_TERMINDICESRE); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 848, __pyx_L13_error)
    __Pyx_GOTREF(__pyx_t_5);
    __pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_t_5, __pyx_n_s_findall); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 848, __pyx_L13_error)
    __Pyx_GOTREF(__pyx_t_2);
    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
    __pyx_t_5 = NULL;
    if (CYTHON_UNPACK_METHODS && unlikely(PyMethod_Check(__pyx_t_2))) {
      __pyx_t_5 = PyMethod_GET_SELF(__pyx_t_2);
      if (likely(__pyx_t_5)) {
        PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_2);
        __Pyx_INCREF(__pyx_t_5);
        __Pyx_INCREF(function);
        __Pyx_DECREF_SET(__pyx_t_2, function);
      }
    }
    if (!__pyx_t_5) {
      __pyx_t_4 = __Pyx_PyObject_CallOneArg(__pyx_t_2, __pyx_v_frag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 848, __pyx_L13_error)
      __Pyx_GOTREF(__pyx_t_4);
    } else {
      #if CYTHON_FAST_PYCALL
      if (PyFunction_Check(__pyx_t_2)) {
        PyObject *__pyx_temp[2] = {__pyx_t_5, __pyx_v_frag};
        __pyx_t_4 = __Pyx_PyFunction_FastCall(__pyx_t_2, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 848, __pyx_L13_error)
        __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0;
        __Pyx_GOTREF(__pyx_t_4);
      } else
      #endif
      #if CYTHON_FAST_PYCCALL
      if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
        PyObject *__pyx_temp[2] = {__pyx_t_5, __pyx_v_frag};
        __pyx_t_4 = __Pyx_PyCFunction_FastCall(__pyx_t_2, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 848, __pyx_L13_error)
        __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0;
        __Pyx_GOTREF(__pyx_t_4);
      } else
      #endif
      {
        __pyx_t_3 = PyTuple_New(1+1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 848, __pyx_L13_error)
        __Pyx_GOTREF(__pyx_t_3);
        __Pyx_GIVEREF(__pyx_t_5); PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_t_5); __pyx_t_5 = NULL;
        __Pyx_INCREF(__pyx_v_frag);
        __Pyx_GIVEREF(__pyx_v_frag);
        PyTuple_SET_ITEM(__pyx_t_3, 0+1, __pyx_v_frag);
        __pyx_t_4 = __Pyx_PyObject_Call(__pyx_t_2, __pyx_t_3, NULL); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 848, __pyx_L13_error)
        __Pyx_GOTREF(__pyx_t_4);
        __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
      }
    }
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    if (likely(PyList_CheckExact(__pyx_t_4)) || PyTuple_CheckExact(__pyx_t_4)) {
      __pyx_t_2 = __pyx_t_4; __Pyx_INCREF(__pyx_t_2); __pyx_t_6 = 0;
      __pyx_t_7 = NULL;
    } else {
      __pyx_t_6 = -1; __pyx_t_2 = PyObject_GetIter(__pyx_t_4); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 848, __pyx_L13_error)
      __Pyx_GOTREF(__pyx_t_2);
      __pyx_t_7 = Py_TYPE(__pyx_t_2)->tp_iternext; if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 848, __pyx_L13_error)
    }
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    for (;;) {
      if (likely(!__pyx_t_7)) {
        if (likely(PyList_CheckExact(__pyx_t_2))) {
          if (__pyx_t_6 >= PyList_GET_SIZE(__pyx_t_2)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_4 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_6); __Pyx_INCREF(__pyx_t_4); __pyx_t_6++; if (unlikely(0 < 0)) __PYX_ERR(0, 848, __pyx_L13_error)
          #else
          __pyx_t_4 = PySequence_ITEM(__pyx_t_2, __pyx_t_6); __pyx_t_6++; if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 848, __pyx_L13_error)
          __Pyx_GOTREF(__pyx_t_4);
          #endif
        } else {
          if (__pyx_t_6 >= PyTuple_GET_SIZE(__pyx_t_2)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_4 = PyTuple_GET_ITEM(__pyx_t_2, __pyx_t_6); __Pyx_INCREF(__pyx_t_4); __pyx_t_6++; if (unlikely(0 < 0)) __PYX_ERR(0, 848, __pyx_L13_error)
          #else
          __pyx_t_4 = PySequence_ITEM(__pyx_t_2, __pyx_t_6); __pyx_t_6++; if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 848, __pyx_L13_error)
          __Pyx_GOTREF(__pyx_t_4);
          #endif
        }
      } else {
        __pyx_t_4 = __pyx_t_7(__pyx_t_2);
        if (unlikely(!__pyx_t_4)) {
          PyObject* exc_type = PyErr_Occurred();
          if (exc_type) {
            if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
            else __PYX_ERR(0, 848, __pyx_L13_error)
          }
          break;
        }
        __Pyx_GOTREF(__pyx_t_4);
      }
      __Pyx_XDECREF_SET(__pyx_8genexpr9__pyx_v_a, __pyx_t_4);
      __pyx_t_4 = 0;
      __pyx_t_4 = __Pyx_PyNumber_Int(__pyx_8genexpr9__pyx_v_a); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 848, __pyx_L13_error)
      __Pyx_GOTREF(__pyx_t_4);
      if (unlikely(__Pyx_ListComp_Append(__pyx_t_1, (PyObject*)__pyx_t_4))) __PYX_ERR(0, 848, __pyx_L13_error)
      __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    }
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    __Pyx_XDECREF(__pyx_8genexpr9__pyx_v_a);
    goto __pyx_L16_exit_scope;
    __pyx_L13_error:;
    __Pyx_XDECREF(__pyx_8genexpr9__pyx_v_a);
    goto __pyx_L1_error;
    __pyx_L16_exit_scope:;
  } /* exit inner scope */
  __pyx_v_leaves = ((PyObject*)__pyx_t_1);
  __pyx_t_1 = 0;

  /* "discodop/_fragments.pyx":849
 * 			for start, end in FRONTIERRE.findall(frag)}
 * 	cdef list leaves = [int(a) for a in TERMINDICESRE.findall(frag)]
 * 	for n in leaves:             # <<<<<<<<<<<<<<
 * 		spans[n] = n + 1
 * 	maxl = max(spans)
 */
  __pyx_t_1 = __pyx_v_leaves; __Pyx_INCREF(__pyx_t_1); __pyx_t_6 = 0;
  for (;;) {
    if (__pyx_t_6 >= PyList_GET_SIZE(__pyx_t_1)) break;
    #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
    __pyx_t_2 = PyList_GET_ITEM(__pyx_t_1, __pyx_t_6); __Pyx_INCREF(__pyx_t_2); __pyx_t_6++; if (unlikely(0 < 0)) __PYX_ERR(0, 849, __pyx_L1_error)
    #else
    __pyx_t_2 = PySequence_ITEM(__pyx_t_1, __pyx_t_6); __pyx_t_6++; if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 849, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    #endif
    __pyx_t_10 = __Pyx_PyInt_As_int(__pyx_t_2); if (unlikely((__pyx_t_10 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 849, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    __pyx_v_n = __pyx_t_10;

    /* "discodop/_fragments.pyx":850
 * 	cdef list leaves = [int(a) for a in TERMINDICESRE.findall(frag)]
 * 	for n in leaves:
 * 		spans[n] = n + 1             # <<<<<<<<<<<<<<
 * 	maxl = max(spans)
 * 	for n in sorted(spans):
 */
    __pyx_t_2 = __Pyx_PyInt_From_long((__pyx_v_n + 1)); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 850, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_n); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 850, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    if (unlikely(PyDict_SetItem(__pyx_v_spans, __pyx_t_4, __pyx_t_2) < 0)) __PYX_ERR(0, 850, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

    /* "discodop/_fragments.pyx":849
 * 			for start, end in FRONTIERRE.findall(frag)}
 * 	cdef list leaves = [int(a) for a in TERMINDICESRE.findall(frag)]
 * 	for n in leaves:             # <<<<<<<<<<<<<<
 * 		spans[n] = n + 1
 * 	maxl = max(spans)
 */
  }
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

  /* "discodop/_fragments.pyx":851
 * 	for n in leaves:
 * 		spans[n] = n + 1
 * 	maxl = max(spans)             # <<<<<<<<<<<<<<
 * 	for n in sorted(spans):
 * 		leafmap[n] = ' %d=' % m
 */
  __pyx_t_1 = PyTuple_New(1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 851, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __Pyx_INCREF(__pyx_v_spans);
  __Pyx_GIVEREF(__pyx_v_spans);
  PyTuple_SET_ITEM(__pyx_t_1, 0, __pyx_v_spans);
  __pyx_t_2 = __Pyx_PyObject_Call(__pyx_builtin_max, __pyx_t_1, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 851, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  __pyx_t_10 = __Pyx_PyInt_As_int(__pyx_t_2); if (unlikely((__pyx_t_10 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 851, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __pyx_v_maxl = __pyx_t_10;

  /* "discodop/_fragments.pyx":852
 * 		spans[n] = n + 1
 * 	maxl = max(spans)
 * 	for n in sorted(spans):             # <<<<<<<<<<<<<<
 * 		leafmap[n] = ' %d=' % m
 * 		m += 1
 */
  __pyx_t_1 = PySequence_List(__pyx_v_spans); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 852, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_t_2 = ((PyObject*)__pyx_t_1);
  __pyx_t_1 = 0;
  __pyx_t_11 = PyList_Sort(__pyx_t_2); if (unlikely(__pyx_t_11 == -1)) __PYX_ERR(0, 852, __pyx_L1_error)
  if (unlikely(__pyx_t_2 == Py_None)) {
    PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable");
    __PYX_ERR(0, 852, __pyx_L1_error)
  }
  __pyx_t_1 = __pyx_t_2; __Pyx_INCREF(__pyx_t_1); __pyx_t_6 = 0;
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  for (;;) {
    if (__pyx_t_6 >= PyList_GET_SIZE(__pyx_t_1)) break;
    #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
    __pyx_t_2 = PyList_GET_ITEM(__pyx_t_1, __pyx_t_6); __Pyx_INCREF(__pyx_t_2); __pyx_t_6++; if (unlikely(0 < 0)) __PYX_ERR(0, 852, __pyx_L1_error)
    #else
    __pyx_t_2 = PySequence_ITEM(__pyx_t_1, __pyx_t_6); __pyx_t_6++; if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 852, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    #endif
    __pyx_t_10 = __Pyx_PyInt_As_int(__pyx_t_2); if (unlikely((__pyx_t_10 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 852, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    __pyx_v_n = __pyx_t_10;

    /* "discodop/_fragments.pyx":853
 * 	maxl = max(spans)
 * 	for n in sorted(spans):
 * 		leafmap[n] = ' %d=' % m             # <<<<<<<<<<<<<<
 * 		m += 1
 * 		if spans[n] not in spans and n != maxl:  # a gap
 */
    __pyx_t_2 = __Pyx_PyInt_From_int(__pyx_v_m); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 853, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __pyx_t_4 = PyUnicode_Format(__pyx_kp_u_d, __pyx_t_2); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 853, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    __pyx_t_2 = __Pyx_PyInt_From_int(__pyx_v_n); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 853, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    if (unlikely(PyDict_SetItem(__pyx_v_leafmap, __pyx_t_2, __pyx_t_4) < 0)) __PYX_ERR(0, 853, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;

    /* "discodop/_fragments.pyx":854
 * 	for n in sorted(spans):
 * 		leafmap[n] = ' %d=' % m
 * 		m += 1             # <<<<<<<<<<<<<<
 * 		if spans[n] not in spans and n != maxl:  # a gap
 * 			m += 1
 */
    __pyx_v_m = (__pyx_v_m + 1);

    /* "discodop/_fragments.pyx":855
 * 		leafmap[n] = ' %d=' % m
 * 		m += 1
 * 		if spans[n] not in spans and n != maxl:  # a gap             # <<<<<<<<<<<<<<
 * 			m += 1
 * 	frag = FRONTIERORTERMRE.sub(repl(leafmap), frag)
 */
    __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_n); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 855, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __pyx_t_2 = __Pyx_PyDict_GetItem(__pyx_v_spans, __pyx_t_4); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 855, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    __pyx_t_13 = (__Pyx_PyDict_ContainsTF(__pyx_t_2, __pyx_v_spans, Py_NE)); if (unlikely(__pyx_t_13 < 0)) __PYX_ERR(0, 855, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    __pyx_t_14 = (__pyx_t_13 != 0);
    if (__pyx_t_14) {
    } else {
      __pyx_t_12 = __pyx_t_14;
      goto __pyx_L22_bool_binop_done;
    }
    __pyx_t_14 = ((__pyx_v_n != __pyx_v_maxl) != 0);
    __pyx_t_12 = __pyx_t_14;
    __pyx_L22_bool_binop_done:;
    if (__pyx_t_12) {

      /* "discodop/_fragments.pyx":856
 * 		m += 1
 * 		if spans[n] not in spans and n != maxl:  # a gap
 * 			m += 1             # <<<<<<<<<<<<<<
 * 	frag = FRONTIERORTERMRE.sub(repl(leafmap), frag)
 * 	return frag
 */
      __pyx_v_m = (__pyx_v_m + 1);

      /* "discodop/_fragments.pyx":855
 * 		leafmap[n] = ' %d=' % m
 * 		m += 1
 * 		if spans[n] not in spans and n != maxl:  # a gap             # <<<<<<<<<<<<<<
 * 			m += 1
 * 	frag = FRONTIERORTERMRE.sub(repl(leafmap), frag)
 */
    }

    /* "discodop/_fragments.pyx":852
 * 		spans[n] = n + 1
 * 	maxl = max(spans)
 * 	for n in sorted(spans):             # <<<<<<<<<<<<<<
 * 		leafmap[n] = ' %d=' % m
 * 		m += 1
 */
  }
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

  /* "discodop/_fragments.pyx":857
 * 		if spans[n] not in spans and n != maxl:  # a gap
 * 			m += 1
 * 	frag = FRONTIERORTERMRE.sub(repl(leafmap), frag)             # <<<<<<<<<<<<<<
 * 	return frag
 * 
 */
  __pyx_t_2 = __Pyx_GetModuleGlobalName(__pyx_n_s_FRONTIERORTERMRE); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 857, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_2, __pyx_n_s_sub); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 857, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_repl); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 857, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __pyx_t_5 = NULL;
  if (CYTHON_UNPACK_METHODS && unlikely(PyMethod_Check(__pyx_t_3))) {
    __pyx_t_5 = PyMethod_GET_SELF(__pyx_t_3);
    if (likely(__pyx_t_5)) {
      PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_3);
      __Pyx_INCREF(__pyx_t_5);
      __Pyx_INCREF(function);
      __Pyx_DECREF_SET(__pyx_t_3, function);
    }
  }
  if (!__pyx_t_5) {
    __pyx_t_2 = __Pyx_PyObject_CallOneArg(__pyx_t_3, __pyx_v_leafmap); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 857, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
  } else {
    #if CYTHON_FAST_PYCALL
    if (PyFunction_Check(__pyx_t_3)) {
      PyObject *__pyx_temp[2] = {__pyx_t_5, __pyx_v_leafmap};
      __pyx_t_2 = __Pyx_PyFunction_FastCall(__pyx_t_3, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 857, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0;
      __Pyx_GOTREF(__pyx_t_2);
    } else
    #endif
    #if CYTHON_FAST_PYCCALL
    if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
      PyObject *__pyx_temp[2] = {__pyx_t_5, __pyx_v_leafmap};
      __pyx_t_2 = __Pyx_PyCFunction_FastCall(__pyx_t_3, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 857, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0;
      __Pyx_GOTREF(__pyx_t_2);
    } else
    #endif
    {
      __pyx_t_8 = PyTuple_New(1+1); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 857, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_8);
      __Pyx_GIVEREF(__pyx_t_5); PyTuple_SET_ITEM(__pyx_t_8, 0, __pyx_t_5); __pyx_t_5 = NULL;
      __Pyx_INCREF(__pyx_v_leafmap);
      __Pyx_GIVEREF(__pyx_v_leafmap);
      PyTuple_SET_ITEM(__pyx_t_8, 0+1, __pyx_v_leafmap);
      __pyx_t_2 = __Pyx_PyObject_Call(__pyx_t_3, __pyx_t_8, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 857, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_2);
      __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
    }
  }
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
  __pyx_t_3 = NULL;
  __pyx_t_10 = 0;
  if (CYTHON_UNPACK_METHODS && unlikely(PyMethod_Check(__pyx_t_4))) {
    __pyx_t_3 = PyMethod_GET_SELF(__pyx_t_4);
    if (likely(__pyx_t_3)) {
      PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_4);
      __Pyx_INCREF(__pyx_t_3);
      __Pyx_INCREF(function);
      __Pyx_DECREF_SET(__pyx_t_4, function);
      __pyx_t_10 = 1;
    }
  }
  #if CYTHON_FAST_PYCALL
  if (PyFunction_Check(__pyx_t_4)) {
    PyObject *__pyx_temp[3] = {__pyx_t_3, __pyx_t_2, __pyx_v_frag};
    __pyx_t_1 = __Pyx_PyFunction_FastCall(__pyx_t_4, __pyx_temp+1-__pyx_t_10, 2+__pyx_t_10); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 857, __pyx_L1_error)
    __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;
    __Pyx_GOTREF(__pyx_t_1);
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  } else
  #endif
  #if CYTHON_FAST_PYCCALL
  if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
    PyObject *__pyx_temp[3] = {__pyx_t_3, __pyx_t_2, __pyx_v_frag};
    __pyx_t_1 = __Pyx_PyCFunction_FastCall(__pyx_t_4, __pyx_temp+1-__pyx_t_10, 2+__pyx_t_10); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 857, __pyx_L1_error)
    __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;
    __Pyx_GOTREF(__pyx_t_1);
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  } else
  #endif
  {
    __pyx_t_8 = PyTuple_New(2+__pyx_t_10); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 857, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_8);
    if (__pyx_t_3) {
      __Pyx_GIVEREF(__pyx_t_3); PyTuple_SET_ITEM(__pyx_t_8, 0, __pyx_t_3); __pyx_t_3 = NULL;
    }
    __Pyx_GIVEREF(__pyx_t_2);
    PyTuple_SET_ITEM(__pyx_t_8, 0+__pyx_t_10, __pyx_t_2);
    __Pyx_INCREF(__pyx_v_frag);
    __Pyx_GIVEREF(__pyx_v_frag);
    PyTuple_SET_ITEM(__pyx_t_8, 1+__pyx_t_10, __pyx_v_frag);
    __pyx_t_2 = 0;
    __pyx_t_1 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_8, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 857, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
  }
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
  if (!(likely(PyUnicode_CheckExact(__pyx_t_1))||((__pyx_t_1) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "unicode", Py_TYPE(__pyx_t_1)->tp_name), 0))) __PYX_ERR(0, 857, __pyx_L1_error)
  __Pyx_DECREF_SET(__pyx_v_frag, ((PyObject*)__pyx_t_1));
  __pyx_t_1 = 0;

  /* "discodop/_fragments.pyx":858
 * 			m += 1
 * 	frag = FRONTIERORTERMRE.sub(repl(leafmap), frag)
 * 	return frag             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __Pyx_XDECREF(__pyx_r);
  __Pyx_INCREF(__pyx_v_frag);
  __pyx_r = __pyx_v_frag;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":837
 * 
 * 
 * cdef getsent(str frag):             # <<<<<<<<<<<<<<
 * 	"""Renumber indices in fragment and select terminals it contains.
 * 
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_XDECREF(__pyx_t_2);
  __Pyx_XDECREF(__pyx_t_3);
  __Pyx_XDECREF(__pyx_t_4);
  __Pyx_XDECREF(__pyx_t_5);
  __Pyx_XDECREF(__pyx_t_8);
  __Pyx_AddTraceback("discodop._fragments.getsent", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XDECREF(__pyx_v_leafmap);
  __Pyx_XDECREF(__pyx_v_spans);
  __Pyx_XDECREF(__pyx_v_leaves);
  __Pyx_XDECREF(__pyx_v_frag);
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":861
 * 
 * 
 * cdef dumpmatrix(uint64_t *matrix, NodeArray a, NodeArray b, Node *anodes,             # <<<<<<<<<<<<<<
 * 		Node *bnodes, Vocabulary vocab,
 * 		uint64_t *scratch, short SLOTS):
 */

static PyObject *__pyx_f_8discodop_10_fragments_dumpmatrix(uint64_t *__pyx_v_matrix, struct __pyx_t_8discodop_10containers_NodeArray __pyx_v_a, struct __pyx_t_8discodop_10containers_NodeArray __pyx_v_b, struct __pyx_t_8discodop_10containers_Node *__pyx_v_anodes, struct __pyx_t_8discodop_10containers_Node *__pyx_v_bnodes, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, uint64_t *__pyx_v_scratch, short __pyx_v_SLOTS) {
  PyObject *__pyx_v_m = NULL;
  PyObject *__pyx_v_n = NULL;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  PyObject *__pyx_t_2 = NULL;
  int16_t __pyx_t_3;
  int16_t __pyx_t_4;
  int __pyx_t_5;
  PyObject *__pyx_t_6 = NULL;
  PyObject *__pyx_t_7 = NULL;
  Py_ssize_t __pyx_t_8;
  PyObject *(*__pyx_t_9)(PyObject *);
  Py_ssize_t __pyx_t_10;
  PyObject *(*__pyx_t_11)(PyObject *);
  PyObject *__pyx_t_12 = NULL;
  Py_ssize_t __pyx_t_13;
  int __pyx_t_14;
  int16_t __pyx_t_15;
  int16_t __pyx_t_16;
  __Pyx_RefNannySetupContext("dumpmatrix", 0);

  /* "discodop/_fragments.pyx":865
 * 		uint64_t *scratch, short SLOTS):
 * 	"""Dump a table of the common productions of a tree pair."""
 * 	dumptree(a, anodes, [], vocab, scratch)  # FIXME get sent             # <<<<<<<<<<<<<<
 * 	dumptree(b, bnodes, [], vocab, scratch)
 * 	print('\t'.join([''] + ['%2d' % x for x in range(b.len)
 */
  __pyx_t_1 = PyList_New(0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 865, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_t_2 = __pyx_f_8discodop_10_fragments_dumptree(__pyx_v_a, __pyx_v_anodes, ((PyObject*)__pyx_t_1), __pyx_v_vocab, __pyx_v_scratch); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 865, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /* "discodop/_fragments.pyx":866
 * 	"""Dump a table of the common productions of a tree pair."""
 * 	dumptree(a, anodes, [], vocab, scratch)  # FIXME get sent
 * 	dumptree(b, bnodes, [], vocab, scratch)             # <<<<<<<<<<<<<<
 * 	print('\t'.join([''] + ['%2d' % x for x in range(b.len)
 * 		if bnodes[x].prod != -1]))
 */
  __pyx_t_2 = PyList_New(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 866, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __pyx_t_1 = __pyx_f_8discodop_10_fragments_dumptree(__pyx_v_b, __pyx_v_bnodes, ((PyObject*)__pyx_t_2), __pyx_v_vocab, __pyx_v_scratch); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 866, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

  /* "discodop/_fragments.pyx":867
 * 	dumptree(a, anodes, [], vocab, scratch)  # FIXME get sent
 * 	dumptree(b, bnodes, [], vocab, scratch)
 * 	print('\t'.join([''] + ['%2d' % x for x in range(b.len)             # <<<<<<<<<<<<<<
 * 		if bnodes[x].prod != -1]))
 * 	for m in range(b.len):
 */
  __pyx_t_1 = PyList_New(1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 867, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __Pyx_INCREF(__pyx_kp_u__2);
  __Pyx_GIVEREF(__pyx_kp_u__2);
  PyList_SET_ITEM(__pyx_t_1, 0, __pyx_kp_u__2);
  { /* enter inner scope */
    int16_t __pyx_9genexpr10__pyx_v_x;
    __pyx_t_2 = PyList_New(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 867, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __pyx_t_3 = __pyx_v_b.len;
    for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {
      __pyx_9genexpr10__pyx_v_x = __pyx_t_4;

      /* "discodop/_fragments.pyx":868
 * 	dumptree(b, bnodes, [], vocab, scratch)
 * 	print('\t'.join([''] + ['%2d' % x for x in range(b.len)
 * 		if bnodes[x].prod != -1]))             # <<<<<<<<<<<<<<
 * 	for m in range(b.len):
 * 		print('\t', vocab.getlabel((<Node>bnodes[m]).prod)[:3], end='')
 */
      __pyx_t_5 = (((__pyx_v_bnodes[__pyx_9genexpr10__pyx_v_x]).prod != -1L) != 0);
      if (__pyx_t_5) {

        /* "discodop/_fragments.pyx":867
 * 	dumptree(a, anodes, [], vocab, scratch)  # FIXME get sent
 * 	dumptree(b, bnodes, [], vocab, scratch)
 * 	print('\t'.join([''] + ['%2d' % x for x in range(b.len)             # <<<<<<<<<<<<<<
 * 		if bnodes[x].prod != -1]))
 * 	for m in range(b.len):
 */
        __pyx_t_6 = __Pyx_PyInt_From_int16_t(__pyx_9genexpr10__pyx_v_x); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 867, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_6);
        __pyx_t_7 = PyUnicode_Format(__pyx_kp_u_2d, __pyx_t_6); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 867, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_7);
        __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
        if (unlikely(__Pyx_ListComp_Append(__pyx_t_2, (PyObject*)__pyx_t_7))) __PYX_ERR(0, 867, __pyx_L1_error)
        __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;

        /* "discodop/_fragments.pyx":868
 * 	dumptree(b, bnodes, [], vocab, scratch)
 * 	print('\t'.join([''] + ['%2d' % x for x in range(b.len)
 * 		if bnodes[x].prod != -1]))             # <<<<<<<<<<<<<<
 * 	for m in range(b.len):
 * 		print('\t', vocab.getlabel((<Node>bnodes[m]).prod)[:3], end='')
 */
      }
    }
  } /* exit inner scope */

  /* "discodop/_fragments.pyx":867
 * 	dumptree(a, anodes, [], vocab, scratch)  # FIXME get sent
 * 	dumptree(b, bnodes, [], vocab, scratch)
 * 	print('\t'.join([''] + ['%2d' % x for x in range(b.len)             # <<<<<<<<<<<<<<
 * 		if bnodes[x].prod != -1]))
 * 	for m in range(b.len):
 */
  __pyx_t_7 = PyNumber_Add(__pyx_t_1, __pyx_t_2); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 867, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_7);
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __pyx_t_2 = PyUnicode_Join(__pyx_kp_u__7, __pyx_t_7); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 867, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
  __pyx_t_7 = PyTuple_New(1); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 867, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_7);
  __Pyx_GIVEREF(__pyx_t_2);
  PyTuple_SET_ITEM(__pyx_t_7, 0, __pyx_t_2);
  __pyx_t_2 = 0;
  __pyx_t_2 = __Pyx_PyObject_Call(__pyx_builtin_print, __pyx_t_7, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 867, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /* "discodop/_fragments.pyx":869
 * 	print('\t'.join([''] + ['%2d' % x for x in range(b.len)
 * 		if bnodes[x].prod != -1]))
 * 	for m in range(b.len):             # <<<<<<<<<<<<<<
 * 		print('\t', vocab.getlabel((<Node>bnodes[m]).prod)[:3], end='')
 * 	for n in range(a.len):
 */
  __pyx_t_2 = __Pyx_PyInt_From_int16_t(__pyx_v_b.len); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 869, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __pyx_t_7 = PyTuple_New(1); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 869, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_7);
  __Pyx_GIVEREF(__pyx_t_2);
  PyTuple_SET_ITEM(__pyx_t_7, 0, __pyx_t_2);
  __pyx_t_2 = 0;
  __pyx_t_2 = __Pyx_PyObject_Call(__pyx_builtin_range, __pyx_t_7, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 869, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
  if (likely(PyList_CheckExact(__pyx_t_2)) || PyTuple_CheckExact(__pyx_t_2)) {
    __pyx_t_7 = __pyx_t_2; __Pyx_INCREF(__pyx_t_7); __pyx_t_8 = 0;
    __pyx_t_9 = NULL;
  } else {
    __pyx_t_8 = -1; __pyx_t_7 = PyObject_GetIter(__pyx_t_2); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 869, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_7);
    __pyx_t_9 = Py_TYPE(__pyx_t_7)->tp_iternext; if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 869, __pyx_L1_error)
  }
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  for (;;) {
    if (likely(!__pyx_t_9)) {
      if (likely(PyList_CheckExact(__pyx_t_7))) {
        if (__pyx_t_8 >= PyList_GET_SIZE(__pyx_t_7)) break;
        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
        __pyx_t_2 = PyList_GET_ITEM(__pyx_t_7, __pyx_t_8); __Pyx_INCREF(__pyx_t_2); __pyx_t_8++; if (unlikely(0 < 0)) __PYX_ERR(0, 869, __pyx_L1_error)
        #else
        __pyx_t_2 = PySequence_ITEM(__pyx_t_7, __pyx_t_8); __pyx_t_8++; if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 869, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_2);
        #endif
      } else {
        if (__pyx_t_8 >= PyTuple_GET_SIZE(__pyx_t_7)) break;
        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
        __pyx_t_2 = PyTuple_GET_ITEM(__pyx_t_7, __pyx_t_8); __Pyx_INCREF(__pyx_t_2); __pyx_t_8++; if (unlikely(0 < 0)) __PYX_ERR(0, 869, __pyx_L1_error)
        #else
        __pyx_t_2 = PySequence_ITEM(__pyx_t_7, __pyx_t_8); __pyx_t_8++; if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 869, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_2);
        #endif
      }
    } else {
      __pyx_t_2 = __pyx_t_9(__pyx_t_7);
      if (unlikely(!__pyx_t_2)) {
        PyObject* exc_type = PyErr_Occurred();
        if (exc_type) {
          if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
          else __PYX_ERR(0, 869, __pyx_L1_error)
        }
        break;
      }
      __Pyx_GOTREF(__pyx_t_2);
    }
    __Pyx_XDECREF_SET(__pyx_v_m, __pyx_t_2);
    __pyx_t_2 = 0;

    /* "discodop/_fragments.pyx":870
 * 		if bnodes[x].prod != -1]))
 * 	for m in range(b.len):
 * 		print('\t', vocab.getlabel((<Node>bnodes[m]).prod)[:3], end='')             # <<<<<<<<<<<<<<
 * 	for n in range(a.len):
 * 		print('\n%2d' % n, vocab.getlabel((<Node>anodes[n]).prod)[:3], end='')
 */
    __pyx_t_10 = __Pyx_PyIndex_AsSsize_t(__pyx_v_m); if (unlikely((__pyx_t_10 == (Py_ssize_t)-1) && PyErr_Occurred())) __PYX_ERR(0, 870, __pyx_L1_error)
    __pyx_t_2 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_v_vocab->__pyx_vtab)->getlabel(__pyx_v_vocab, (__pyx_v_bnodes[__pyx_t_10]).prod); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 870, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    if (unlikely(__pyx_t_2 == Py_None)) {
      PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
      __PYX_ERR(0, 870, __pyx_L1_error)
    }
    __pyx_t_1 = __Pyx_PyUnicode_Substring(__pyx_t_2, 0, 3); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 870, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    __pyx_t_2 = PyTuple_New(2); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 870, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __Pyx_INCREF(__pyx_kp_u__7);
    __Pyx_GIVEREF(__pyx_kp_u__7);
    PyTuple_SET_ITEM(__pyx_t_2, 0, __pyx_kp_u__7);
    __Pyx_GIVEREF(__pyx_t_1);
    PyTuple_SET_ITEM(__pyx_t_2, 1, __pyx_t_1);
    __pyx_t_1 = 0;
    __pyx_t_1 = PyDict_New(); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 870, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    if (PyDict_SetItem(__pyx_t_1, __pyx_n_s_end, __pyx_kp_u__2) < 0) __PYX_ERR(0, 870, __pyx_L1_error)
    __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_print, __pyx_t_2, __pyx_t_1); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 870, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_6);
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
    __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;

    /* "discodop/_fragments.pyx":869
 * 	print('\t'.join([''] + ['%2d' % x for x in range(b.len)
 * 		if bnodes[x].prod != -1]))
 * 	for m in range(b.len):             # <<<<<<<<<<<<<<
 * 		print('\t', vocab.getlabel((<Node>bnodes[m]).prod)[:3], end='')
 * 	for n in range(a.len):
 */
  }
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;

  /* "discodop/_fragments.pyx":871
 * 	for m in range(b.len):
 * 		print('\t', vocab.getlabel((<Node>bnodes[m]).prod)[:3], end='')
 * 	for n in range(a.len):             # <<<<<<<<<<<<<<
 * 		print('\n%2d' % n, vocab.getlabel((<Node>anodes[n]).prod)[:3], end='')
 * 		for m in range(b.len):
 */
  __pyx_t_7 = __Pyx_PyInt_From_int16_t(__pyx_v_a.len); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 871, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_7);
  __pyx_t_6 = PyTuple_New(1); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 871, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_6);
  __Pyx_GIVEREF(__pyx_t_7);
  PyTuple_SET_ITEM(__pyx_t_6, 0, __pyx_t_7);
  __pyx_t_7 = 0;
  __pyx_t_7 = __Pyx_PyObject_Call(__pyx_builtin_range, __pyx_t_6, NULL); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 871, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_7);
  __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
  if (likely(PyList_CheckExact(__pyx_t_7)) || PyTuple_CheckExact(__pyx_t_7)) {
    __pyx_t_6 = __pyx_t_7; __Pyx_INCREF(__pyx_t_6); __pyx_t_8 = 0;
    __pyx_t_9 = NULL;
  } else {
    __pyx_t_8 = -1; __pyx_t_6 = PyObject_GetIter(__pyx_t_7); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 871, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_6);
    __pyx_t_9 = Py_TYPE(__pyx_t_6)->tp_iternext; if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 871, __pyx_L1_error)
  }
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
  for (;;) {
    if (likely(!__pyx_t_9)) {
      if (likely(PyList_CheckExact(__pyx_t_6))) {
        if (__pyx_t_8 >= PyList_GET_SIZE(__pyx_t_6)) break;
        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
        __pyx_t_7 = PyList_GET_ITEM(__pyx_t_6, __pyx_t_8); __Pyx_INCREF(__pyx_t_7); __pyx_t_8++; if (unlikely(0 < 0)) __PYX_ERR(0, 871, __pyx_L1_error)
        #else
        __pyx_t_7 = PySequence_ITEM(__pyx_t_6, __pyx_t_8); __pyx_t_8++; if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 871, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_7);
        #endif
      } else {
        if (__pyx_t_8 >= PyTuple_GET_SIZE(__pyx_t_6)) break;
        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
        __pyx_t_7 = PyTuple_GET_ITEM(__pyx_t_6, __pyx_t_8); __Pyx_INCREF(__pyx_t_7); __pyx_t_8++; if (unlikely(0 < 0)) __PYX_ERR(0, 871, __pyx_L1_error)
        #else
        __pyx_t_7 = PySequence_ITEM(__pyx_t_6, __pyx_t_8); __pyx_t_8++; if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 871, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_7);
        #endif
      }
    } else {
      __pyx_t_7 = __pyx_t_9(__pyx_t_6);
      if (unlikely(!__pyx_t_7)) {
        PyObject* exc_type = PyErr_Occurred();
        if (exc_type) {
          if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
          else __PYX_ERR(0, 871, __pyx_L1_error)
        }
        break;
      }
      __Pyx_GOTREF(__pyx_t_7);
    }
    __Pyx_XDECREF_SET(__pyx_v_n, __pyx_t_7);
    __pyx_t_7 = 0;

    /* "discodop/_fragments.pyx":872
 * 		print('\t', vocab.getlabel((<Node>bnodes[m]).prod)[:3], end='')
 * 	for n in range(a.len):
 * 		print('\n%2d' % n, vocab.getlabel((<Node>anodes[n]).prod)[:3], end='')             # <<<<<<<<<<<<<<
 * 		for m in range(b.len):
 * 			print('\t', end='')
 */
    __pyx_t_7 = PyUnicode_Format(__pyx_kp_u_2d_2, __pyx_v_n); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 872, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_7);
    __pyx_t_10 = __Pyx_PyIndex_AsSsize_t(__pyx_v_n); if (unlikely((__pyx_t_10 == (Py_ssize_t)-1) && PyErr_Occurred())) __PYX_ERR(0, 872, __pyx_L1_error)
    __pyx_t_1 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_v_vocab->__pyx_vtab)->getlabel(__pyx_v_vocab, (__pyx_v_anodes[__pyx_t_10]).prod); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 872, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    if (unlikely(__pyx_t_1 == Py_None)) {
      PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
      __PYX_ERR(0, 872, __pyx_L1_error)
    }
    __pyx_t_2 = __Pyx_PyUnicode_Substring(__pyx_t_1, 0, 3); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 872, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
    __pyx_t_1 = PyTuple_New(2); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 872, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __Pyx_GIVEREF(__pyx_t_7);
    PyTuple_SET_ITEM(__pyx_t_1, 0, __pyx_t_7);
    __Pyx_GIVEREF(__pyx_t_2);
    PyTuple_SET_ITEM(__pyx_t_1, 1, __pyx_t_2);
    __pyx_t_7 = 0;
    __pyx_t_2 = 0;
    __pyx_t_2 = PyDict_New(); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 872, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    if (PyDict_SetItem(__pyx_t_2, __pyx_n_s_end, __pyx_kp_u__2) < 0) __PYX_ERR(0, 872, __pyx_L1_error)
    __pyx_t_7 = __Pyx_PyObject_Call(__pyx_builtin_print, __pyx_t_1, __pyx_t_2); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 872, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_7);
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;

    /* "discodop/_fragments.pyx":873
 * 	for n in range(a.len):
 * 		print('\n%2d' % n, vocab.getlabel((<Node>anodes[n]).prod)[:3], end='')
 * 		for m in range(b.len):             # <<<<<<<<<<<<<<
 * 			print('\t', end='')
 * 			print('1' if TESTBIT(&matrix[m * SLOTS], n) else ' ', end='')
 */
    __pyx_t_7 = __Pyx_PyInt_From_int16_t(__pyx_v_b.len); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 873, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_7);
    __pyx_t_2 = PyTuple_New(1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 873, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __Pyx_GIVEREF(__pyx_t_7);
    PyTuple_SET_ITEM(__pyx_t_2, 0, __pyx_t_7);
    __pyx_t_7 = 0;
    __pyx_t_7 = __Pyx_PyObject_Call(__pyx_builtin_range, __pyx_t_2, NULL); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 873, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_7);
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    if (likely(PyList_CheckExact(__pyx_t_7)) || PyTuple_CheckExact(__pyx_t_7)) {
      __pyx_t_2 = __pyx_t_7; __Pyx_INCREF(__pyx_t_2); __pyx_t_10 = 0;
      __pyx_t_11 = NULL;
    } else {
      __pyx_t_10 = -1; __pyx_t_2 = PyObject_GetIter(__pyx_t_7); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 873, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_2);
      __pyx_t_11 = Py_TYPE(__pyx_t_2)->tp_iternext; if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 873, __pyx_L1_error)
    }
    __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
    for (;;) {
      if (likely(!__pyx_t_11)) {
        if (likely(PyList_CheckExact(__pyx_t_2))) {
          if (__pyx_t_10 >= PyList_GET_SIZE(__pyx_t_2)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_7 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_10); __Pyx_INCREF(__pyx_t_7); __pyx_t_10++; if (unlikely(0 < 0)) __PYX_ERR(0, 873, __pyx_L1_error)
          #else
          __pyx_t_7 = PySequence_ITEM(__pyx_t_2, __pyx_t_10); __pyx_t_10++; if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 873, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_7);
          #endif
        } else {
          if (__pyx_t_10 >= PyTuple_GET_SIZE(__pyx_t_2)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_7 = PyTuple_GET_ITEM(__pyx_t_2, __pyx_t_10); __Pyx_INCREF(__pyx_t_7); __pyx_t_10++; if (unlikely(0 < 0)) __PYX_ERR(0, 873, __pyx_L1_error)
          #else
          __pyx_t_7 = PySequence_ITEM(__pyx_t_2, __pyx_t_10); __pyx_t_10++; if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 873, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_7);
          #endif
        }
      } else {
        __pyx_t_7 = __pyx_t_11(__pyx_t_2);
        if (unlikely(!__pyx_t_7)) {
          PyObject* exc_type = PyErr_Occurred();
          if (exc_type) {
            if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
            else __PYX_ERR(0, 873, __pyx_L1_error)
          }
          break;
        }
        __Pyx_GOTREF(__pyx_t_7);
      }
      __Pyx_XDECREF_SET(__pyx_v_m, __pyx_t_7);
      __pyx_t_7 = 0;

      /* "discodop/_fragments.pyx":874
 * 		print('\n%2d' % n, vocab.getlabel((<Node>anodes[n]).prod)[:3], end='')
 * 		for m in range(b.len):
 * 			print('\t', end='')             # <<<<<<<<<<<<<<
 * 			print('1' if TESTBIT(&matrix[m * SLOTS], n) else ' ', end='')
 * 	print('\ncommon productions:', end=' ')
 */
      __pyx_t_7 = PyDict_New(); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 874, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_7);
      if (PyDict_SetItem(__pyx_t_7, __pyx_n_s_end, __pyx_kp_u__2) < 0) __PYX_ERR(0, 874, __pyx_L1_error)
      __pyx_t_1 = __Pyx_PyObject_Call(__pyx_builtin_print, __pyx_tuple__8, __pyx_t_7); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 874, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);
      __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
      __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

      /* "discodop/_fragments.pyx":875
 * 		for m in range(b.len):
 * 			print('\t', end='')
 * 			print('1' if TESTBIT(&matrix[m * SLOTS], n) else ' ', end='')             # <<<<<<<<<<<<<<
 * 	print('\ncommon productions:', end=' ')
 * 	print(len({anodes[n].prod for n in range(a.len)} &
 */
      __pyx_t_7 = __Pyx_PyInt_From_short(__pyx_v_SLOTS); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 875, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_7);
      __pyx_t_12 = PyNumber_Multiply(__pyx_v_m, __pyx_t_7); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 875, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_12);
      __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
      __pyx_t_13 = __Pyx_PyIndex_AsSsize_t(__pyx_t_12); if (unlikely((__pyx_t_13 == (Py_ssize_t)-1) && PyErr_Occurred())) __PYX_ERR(0, 875, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_12); __pyx_t_12 = 0;
      __pyx_t_14 = __Pyx_PyInt_As_int(__pyx_v_n); if (unlikely((__pyx_t_14 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 875, __pyx_L1_error)
      if ((TESTBIT((&(__pyx_v_matrix[__pyx_t_13])), __pyx_t_14) != 0)) {
        __Pyx_INCREF(__pyx_kp_u_1);
        __pyx_t_1 = __pyx_kp_u_1;
      } else {
        __Pyx_INCREF(__pyx_kp_u__5);
        __pyx_t_1 = __pyx_kp_u__5;
      }
      __pyx_t_12 = PyTuple_New(1); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 875, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_12);
      __Pyx_GIVEREF(__pyx_t_1);
      PyTuple_SET_ITEM(__pyx_t_12, 0, __pyx_t_1);
      __pyx_t_1 = 0;
      __pyx_t_1 = PyDict_New(); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 875, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);
      if (PyDict_SetItem(__pyx_t_1, __pyx_n_s_end, __pyx_kp_u__2) < 0) __PYX_ERR(0, 875, __pyx_L1_error)
      __pyx_t_7 = __Pyx_PyObject_Call(__pyx_builtin_print, __pyx_t_12, __pyx_t_1); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 875, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_7);
      __Pyx_DECREF(__pyx_t_12); __pyx_t_12 = 0;
      __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
      __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;

      /* "discodop/_fragments.pyx":873
 * 	for n in range(a.len):
 * 		print('\n%2d' % n, vocab.getlabel((<Node>anodes[n]).prod)[:3], end='')
 * 		for m in range(b.len):             # <<<<<<<<<<<<<<
 * 			print('\t', end='')
 * 			print('1' if TESTBIT(&matrix[m * SLOTS], n) else ' ', end='')
 */
    }
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

    /* "discodop/_fragments.pyx":871
 * 	for m in range(b.len):
 * 		print('\t', vocab.getlabel((<Node>bnodes[m]).prod)[:3], end='')
 * 	for n in range(a.len):             # <<<<<<<<<<<<<<
 * 		print('\n%2d' % n, vocab.getlabel((<Node>anodes[n]).prod)[:3], end='')
 * 		for m in range(b.len):
 */
  }
  __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;

  /* "discodop/_fragments.pyx":876
 * 			print('\t', end='')
 * 			print('1' if TESTBIT(&matrix[m * SLOTS], n) else ' ', end='')
 * 	print('\ncommon productions:', end=' ')             # <<<<<<<<<<<<<<
 * 	print(len({anodes[n].prod for n in range(a.len)} &
 * 			{bnodes[n].prod for n in range(b.len)}))
 */
  __pyx_t_6 = PyDict_New(); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 876, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_6);
  if (PyDict_SetItem(__pyx_t_6, __pyx_n_s_end, __pyx_kp_u__5) < 0) __PYX_ERR(0, 876, __pyx_L1_error)
  __pyx_t_2 = __Pyx_PyObject_Call(__pyx_builtin_print, __pyx_tuple__9, __pyx_t_6); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 876, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /* "discodop/_fragments.pyx":877
 * 			print('1' if TESTBIT(&matrix[m * SLOTS], n) else ' ', end='')
 * 	print('\ncommon productions:', end=' ')
 * 	print(len({anodes[n].prod for n in range(a.len)} &             # <<<<<<<<<<<<<<
 * 			{bnodes[n].prod for n in range(b.len)}))
 * 	print('found:', end=' ')
 */
  { /* enter inner scope */
    int16_t __pyx_9genexpr11__pyx_v_n;
    __pyx_t_2 = PySet_New(NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 877, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __pyx_t_3 = __pyx_v_a.len;
    for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {
      __pyx_9genexpr11__pyx_v_n = __pyx_t_4;
      __pyx_t_6 = __Pyx_PyInt_From_int32_t((__pyx_v_anodes[__pyx_9genexpr11__pyx_v_n]).prod); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 877, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_6);
      if (unlikely(PySet_Add(__pyx_t_2, (PyObject*)__pyx_t_6))) __PYX_ERR(0, 877, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
    }
  } /* exit inner scope */
  { /* enter inner scope */
    int16_t __pyx_9genexpr12__pyx_v_n;

    /* "discodop/_fragments.pyx":878
 * 	print('\ncommon productions:', end=' ')
 * 	print(len({anodes[n].prod for n in range(a.len)} &
 * 			{bnodes[n].prod for n in range(b.len)}))             # <<<<<<<<<<<<<<
 * 	print('found:', end=' ')
 * 	print('horz', sum([abitcount(&matrix[n * SLOTS], SLOTS) > 0
 */
    __pyx_t_6 = PySet_New(NULL); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 878, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_6);
    __pyx_t_3 = __pyx_v_b.len;
    for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {
      __pyx_9genexpr12__pyx_v_n = __pyx_t_4;
      __pyx_t_7 = __Pyx_PyInt_From_int32_t((__pyx_v_bnodes[__pyx_9genexpr12__pyx_v_n]).prod); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 878, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_7);
      if (unlikely(PySet_Add(__pyx_t_6, (PyObject*)__pyx_t_7))) __PYX_ERR(0, 878, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
    }
  } /* exit inner scope */

  /* "discodop/_fragments.pyx":877
 * 			print('1' if TESTBIT(&matrix[m * SLOTS], n) else ' ', end='')
 * 	print('\ncommon productions:', end=' ')
 * 	print(len({anodes[n].prod for n in range(a.len)} &             # <<<<<<<<<<<<<<
 * 			{bnodes[n].prod for n in range(b.len)}))
 * 	print('found:', end=' ')
 */
  __pyx_t_7 = PyNumber_And(__pyx_t_2, __pyx_t_6); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 877, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_7);
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
  __pyx_t_8 = PySet_GET_SIZE(__pyx_t_7); if (unlikely(__pyx_t_8 == -1)) __PYX_ERR(0, 877, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
  __pyx_t_7 = PyInt_FromSsize_t(__pyx_t_8); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 877, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_7);
  __pyx_t_6 = PyTuple_New(1); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 877, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_6);
  __Pyx_GIVEREF(__pyx_t_7);
  PyTuple_SET_ITEM(__pyx_t_6, 0, __pyx_t_7);
  __pyx_t_7 = 0;
  __pyx_t_7 = __Pyx_PyObject_Call(__pyx_builtin_print, __pyx_t_6, NULL); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 877, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_7);
  __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;

  /* "discodop/_fragments.pyx":879
 * 	print(len({anodes[n].prod for n in range(a.len)} &
 * 			{bnodes[n].prod for n in range(b.len)}))
 * 	print('found:', end=' ')             # <<<<<<<<<<<<<<
 * 	print('horz', sum([abitcount(&matrix[n * SLOTS], SLOTS) > 0
 * 			for n in range(b.len)]),
 */
  __pyx_t_7 = PyDict_New(); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 879, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_7);
  if (PyDict_SetItem(__pyx_t_7, __pyx_n_s_end, __pyx_kp_u__5) < 0) __PYX_ERR(0, 879, __pyx_L1_error)
  __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_print, __pyx_tuple__10, __pyx_t_7); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 879, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_6);
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
  __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;

  /* "discodop/_fragments.pyx":880
 * 			{bnodes[n].prod for n in range(b.len)}))
 * 	print('found:', end=' ')
 * 	print('horz', sum([abitcount(&matrix[n * SLOTS], SLOTS) > 0             # <<<<<<<<<<<<<<
 * 			for n in range(b.len)]),
 * 		'vert', sum([any([TESTBIT(&matrix[n * SLOTS], m)
 */
  { /* enter inner scope */
    int16_t __pyx_9genexpr13__pyx_v_n;
    __pyx_t_6 = PyList_New(0); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 880, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_6);

    /* "discodop/_fragments.pyx":881
 * 	print('found:', end=' ')
 * 	print('horz', sum([abitcount(&matrix[n * SLOTS], SLOTS) > 0
 * 			for n in range(b.len)]),             # <<<<<<<<<<<<<<
 * 		'vert', sum([any([TESTBIT(&matrix[n * SLOTS], m)
 * 			for n in range(b.len)]) for m in range(a.len)]),
 */
    __pyx_t_3 = __pyx_v_b.len;
    for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {
      __pyx_9genexpr13__pyx_v_n = __pyx_t_4;

      /* "discodop/_fragments.pyx":880
 * 			{bnodes[n].prod for n in range(b.len)}))
 * 	print('found:', end=' ')
 * 	print('horz', sum([abitcount(&matrix[n * SLOTS], SLOTS) > 0             # <<<<<<<<<<<<<<
 * 			for n in range(b.len)]),
 * 		'vert', sum([any([TESTBIT(&matrix[n * SLOTS], m)
 */
      __pyx_t_7 = __Pyx_PyBool_FromLong((__pyx_f_8discodop_3bit_abitcount((&(__pyx_v_matrix[(__pyx_9genexpr13__pyx_v_n * __pyx_v_SLOTS)])), __pyx_v_SLOTS) > 0)); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 880, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_7);
      if (unlikely(__Pyx_ListComp_Append(__pyx_t_6, (PyObject*)__pyx_t_7))) __PYX_ERR(0, 880, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
    }
  } /* exit inner scope */
  __pyx_t_7 = PyTuple_New(1); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 880, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_7);
  __Pyx_GIVEREF(__pyx_t_6);
  PyTuple_SET_ITEM(__pyx_t_7, 0, __pyx_t_6);
  __pyx_t_6 = 0;
  __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_7, NULL); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 880, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_6);
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;

  /* "discodop/_fragments.pyx":882
 * 	print('horz', sum([abitcount(&matrix[n * SLOTS], SLOTS) > 0
 * 			for n in range(b.len)]),
 * 		'vert', sum([any([TESTBIT(&matrix[n * SLOTS], m)             # <<<<<<<<<<<<<<
 * 			for n in range(b.len)]) for m in range(a.len)]),
 * 		'both', abitcount(matrix, b.len * SLOTS))
 */
  { /* enter inner scope */
    int16_t __pyx_9genexpr14__pyx_v_m;
    __pyx_t_7 = PyList_New(0); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 882, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_7);

    /* "discodop/_fragments.pyx":883
 * 			for n in range(b.len)]),
 * 		'vert', sum([any([TESTBIT(&matrix[n * SLOTS], m)
 * 			for n in range(b.len)]) for m in range(a.len)]),             # <<<<<<<<<<<<<<
 * 		'both', abitcount(matrix, b.len * SLOTS))
 * 
 */
    __pyx_t_3 = __pyx_v_a.len;
    for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {
      __pyx_9genexpr14__pyx_v_m = __pyx_t_4;

      /* "discodop/_fragments.pyx":882
 * 	print('horz', sum([abitcount(&matrix[n * SLOTS], SLOTS) > 0
 * 			for n in range(b.len)]),
 * 		'vert', sum([any([TESTBIT(&matrix[n * SLOTS], m)             # <<<<<<<<<<<<<<
 * 			for n in range(b.len)]) for m in range(a.len)]),
 * 		'both', abitcount(matrix, b.len * SLOTS))
 */
      { /* enter inner scope */
        int16_t __pyx_9genexpr15__pyx_9genexpr14__pyx_v_n;
        __pyx_t_2 = PyList_New(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 882, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_2);

        /* "discodop/_fragments.pyx":883
 * 			for n in range(b.len)]),
 * 		'vert', sum([any([TESTBIT(&matrix[n * SLOTS], m)
 * 			for n in range(b.len)]) for m in range(a.len)]),             # <<<<<<<<<<<<<<
 * 		'both', abitcount(matrix, b.len * SLOTS))
 * 
 */
        __pyx_t_15 = __pyx_v_b.len;
        for (__pyx_t_16 = 0; __pyx_t_16 < __pyx_t_15; __pyx_t_16+=1) {
          __pyx_9genexpr15__pyx_9genexpr14__pyx_v_n = __pyx_t_16;

          /* "discodop/_fragments.pyx":882
 * 	print('horz', sum([abitcount(&matrix[n * SLOTS], SLOTS) > 0
 * 			for n in range(b.len)]),
 * 		'vert', sum([any([TESTBIT(&matrix[n * SLOTS], m)             # <<<<<<<<<<<<<<
 * 			for n in range(b.len)]) for m in range(a.len)]),
 * 		'both', abitcount(matrix, b.len * SLOTS))
 */
          __pyx_t_1 = __Pyx_PyInt_From_uint64_t(TESTBIT((&(__pyx_v_matrix[(__pyx_9genexpr15__pyx_9genexpr14__pyx_v_n * __pyx_v_SLOTS)])), __pyx_9genexpr14__pyx_v_m)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 882, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_1);
          if (unlikely(__Pyx_ListComp_Append(__pyx_t_2, (PyObject*)__pyx_t_1))) __PYX_ERR(0, 882, __pyx_L1_error)
          __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
        }
      } /* exit inner scope */
      __pyx_t_1 = PyTuple_New(1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 882, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);
      __Pyx_GIVEREF(__pyx_t_2);
      PyTuple_SET_ITEM(__pyx_t_1, 0, __pyx_t_2);
      __pyx_t_2 = 0;
      __pyx_t_2 = __Pyx_PyObject_Call(__pyx_builtin_any, __pyx_t_1, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 882, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_2);
      __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
      if (unlikely(__Pyx_ListComp_Append(__pyx_t_7, (PyObject*)__pyx_t_2))) __PYX_ERR(0, 882, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    }
  } /* exit inner scope */
  __pyx_t_2 = PyTuple_New(1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 882, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_GIVEREF(__pyx_t_7);
  PyTuple_SET_ITEM(__pyx_t_2, 0, __pyx_t_7);
  __pyx_t_7 = 0;
  __pyx_t_7 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_2, NULL); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 882, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_7);
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /* "discodop/_fragments.pyx":884
 * 		'vert', sum([any([TESTBIT(&matrix[n * SLOTS], m)
 * 			for n in range(b.len)]) for m in range(a.len)]),
 * 		'both', abitcount(matrix, b.len * SLOTS))             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_t_2 = __Pyx_PyInt_From_int(__pyx_f_8discodop_3bit_abitcount(__pyx_v_matrix, (__pyx_v_b.len * __pyx_v_SLOTS))); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 884, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);

  /* "discodop/_fragments.pyx":880
 * 			{bnodes[n].prod for n in range(b.len)}))
 * 	print('found:', end=' ')
 * 	print('horz', sum([abitcount(&matrix[n * SLOTS], SLOTS) > 0             # <<<<<<<<<<<<<<
 * 			for n in range(b.len)]),
 * 		'vert', sum([any([TESTBIT(&matrix[n * SLOTS], m)
 */
  __pyx_t_1 = PyTuple_New(6); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 880, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __Pyx_INCREF(__pyx_n_u_horz);
  __Pyx_GIVEREF(__pyx_n_u_horz);
  PyTuple_SET_ITEM(__pyx_t_1, 0, __pyx_n_u_horz);
  __Pyx_GIVEREF(__pyx_t_6);
  PyTuple_SET_ITEM(__pyx_t_1, 1, __pyx_t_6);
  __Pyx_INCREF(__pyx_n_u_vert);
  __Pyx_GIVEREF(__pyx_n_u_vert);
  PyTuple_SET_ITEM(__pyx_t_1, 2, __pyx_n_u_vert);
  __Pyx_GIVEREF(__pyx_t_7);
  PyTuple_SET_ITEM(__pyx_t_1, 3, __pyx_t_7);
  __Pyx_INCREF(__pyx_n_u_both);
  __Pyx_GIVEREF(__pyx_n_u_both);
  PyTuple_SET_ITEM(__pyx_t_1, 4, __pyx_n_u_both);
  __Pyx_GIVEREF(__pyx_t_2);
  PyTuple_SET_ITEM(__pyx_t_1, 5, __pyx_t_2);
  __pyx_t_6 = 0;
  __pyx_t_7 = 0;
  __pyx_t_2 = 0;
  __pyx_t_2 = __Pyx_PyObject_Call(__pyx_builtin_print, __pyx_t_1, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 880, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /* "discodop/_fragments.pyx":861
 * 
 * 
 * cdef dumpmatrix(uint64_t *matrix, NodeArray a, NodeArray b, Node *anodes,             # <<<<<<<<<<<<<<
 * 		Node *bnodes, Vocabulary vocab,
 * 		uint64_t *scratch, short SLOTS):
 */

  /* function exit code */
  __pyx_r = Py_None; __Pyx_INCREF(Py_None);
  goto __pyx_L0;
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_XDECREF(__pyx_t_2);
  __Pyx_XDECREF(__pyx_t_6);
  __Pyx_XDECREF(__pyx_t_7);
  __Pyx_XDECREF(__pyx_t_12);
  __Pyx_AddTraceback("discodop._fragments.dumpmatrix", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XDECREF(__pyx_v_m);
  __Pyx_XDECREF(__pyx_v_n);
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":887
 * 
 * 
 * cdef dumptree(NodeArray a, Node *anodes, list asent, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		uint64_t *scratch):
 * 	"""Print debug information of a given tree."""
 */

static PyObject *__pyx_f_8discodop_10_fragments_dumptree(struct __pyx_t_8discodop_10containers_NodeArray __pyx_v_a, struct __pyx_t_8discodop_10containers_Node *__pyx_v_anodes, PyObject *__pyx_v_asent, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, uint64_t *__pyx_v_scratch) {
  int16_t __pyx_v_n;
  PyObject *__pyx_v_tmp = NULL;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  int16_t __pyx_t_1;
  int16_t __pyx_t_2;
  PyObject *__pyx_t_3 = NULL;
  PyObject *__pyx_t_4 = NULL;
  PyObject *__pyx_t_5 = NULL;
  PyObject *__pyx_t_6 = NULL;
  PyObject *__pyx_t_7 = NULL;
  PyObject *__pyx_t_8 = NULL;
  int __pyx_t_9;
  __Pyx_RefNannySetupContext("dumptree", 0);

  /* "discodop/_fragments.pyx":890
 * 		uint64_t *scratch):
 * 	"""Print debug information of a given tree."""
 * 	for n in range(a.len):             # <<<<<<<<<<<<<<
 * 		print('idx=%2d\tleft=%2d\tright=%2d\tprod=%2d\tlabel=%s' % (n,
 * 				termidx(anodes[n].left) if anodes[n].left < 0
 */
  __pyx_t_1 = __pyx_v_a.len;
  for (__pyx_t_2 = 0; __pyx_t_2 < __pyx_t_1; __pyx_t_2+=1) {
    __pyx_v_n = __pyx_t_2;

    /* "discodop/_fragments.pyx":891
 * 	"""Print debug information of a given tree."""
 * 	for n in range(a.len):
 * 		print('idx=%2d\tleft=%2d\tright=%2d\tprod=%2d\tlabel=%s' % (n,             # <<<<<<<<<<<<<<
 * 				termidx(anodes[n].left) if anodes[n].left < 0
 * 				else anodes[n].left,
 */
    __pyx_t_3 = __Pyx_PyInt_From_int16_t(__pyx_v_n); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 891, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_3);

    /* "discodop/_fragments.pyx":892
 * 	for n in range(a.len):
 * 		print('idx=%2d\tleft=%2d\tright=%2d\tprod=%2d\tlabel=%s' % (n,
 * 				termidx(anodes[n].left) if anodes[n].left < 0             # <<<<<<<<<<<<<<
 * 				else anodes[n].left,
 * 				anodes[n].right, anodes[n].prod,
 */
    if ((((__pyx_v_anodes[__pyx_v_n]).left < 0) != 0)) {
      __pyx_t_5 = __Pyx_PyInt_From_short(__pyx_f_8discodop_10containers_termidx((__pyx_v_anodes[__pyx_v_n]).left)); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 892, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_5);
      __pyx_t_4 = __pyx_t_5;
      __pyx_t_5 = 0;
    } else {

      /* "discodop/_fragments.pyx":893
 * 		print('idx=%2d\tleft=%2d\tright=%2d\tprod=%2d\tlabel=%s' % (n,
 * 				termidx(anodes[n].left) if anodes[n].left < 0
 * 				else anodes[n].left,             # <<<<<<<<<<<<<<
 * 				anodes[n].right, anodes[n].prod,
 * 				vocab.getlabel(anodes[n].prod)),
 */
      __pyx_t_5 = __Pyx_PyInt_From_int16_t((__pyx_v_anodes[__pyx_v_n]).left); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 893, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_5);
      __pyx_t_4 = __pyx_t_5;
      __pyx_t_5 = 0;
    }

    /* "discodop/_fragments.pyx":894
 * 				termidx(anodes[n].left) if anodes[n].left < 0
 * 				else anodes[n].left,
 * 				anodes[n].right, anodes[n].prod,             # <<<<<<<<<<<<<<
 * 				vocab.getlabel(anodes[n].prod)),
 * 				end='')
 */
    __pyx_t_5 = __Pyx_PyInt_From_int16_t((__pyx_v_anodes[__pyx_v_n]).right); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 894, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_5);
    __pyx_t_6 = __Pyx_PyInt_From_int32_t((__pyx_v_anodes[__pyx_v_n]).prod); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 894, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_6);

    /* "discodop/_fragments.pyx":895
 * 				else anodes[n].left,
 * 				anodes[n].right, anodes[n].prod,
 * 				vocab.getlabel(anodes[n].prod)),             # <<<<<<<<<<<<<<
 * 				end='')
 * 		if anodes[n].left < 0:
 */
    __pyx_t_7 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_v_vocab->__pyx_vtab)->getlabel(__pyx_v_vocab, (__pyx_v_anodes[__pyx_v_n]).prod); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 895, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_7);

    /* "discodop/_fragments.pyx":891
 * 	"""Print debug information of a given tree."""
 * 	for n in range(a.len):
 * 		print('idx=%2d\tleft=%2d\tright=%2d\tprod=%2d\tlabel=%s' % (n,             # <<<<<<<<<<<<<<
 * 				termidx(anodes[n].left) if anodes[n].left < 0
 * 				else anodes[n].left,
 */
    __pyx_t_8 = PyTuple_New(5); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 891, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_8);
    __Pyx_GIVEREF(__pyx_t_3);
    PyTuple_SET_ITEM(__pyx_t_8, 0, __pyx_t_3);
    __Pyx_GIVEREF(__pyx_t_4);
    PyTuple_SET_ITEM(__pyx_t_8, 1, __pyx_t_4);
    __Pyx_GIVEREF(__pyx_t_5);
    PyTuple_SET_ITEM(__pyx_t_8, 2, __pyx_t_5);
    __Pyx_GIVEREF(__pyx_t_6);
    PyTuple_SET_ITEM(__pyx_t_8, 3, __pyx_t_6);
    __Pyx_GIVEREF(__pyx_t_7);
    PyTuple_SET_ITEM(__pyx_t_8, 4, __pyx_t_7);
    __pyx_t_3 = 0;
    __pyx_t_4 = 0;
    __pyx_t_5 = 0;
    __pyx_t_6 = 0;
    __pyx_t_7 = 0;
    __pyx_t_7 = PyUnicode_Format(__pyx_kp_u_idx_2d_left_2d_right_2d_prod_2d, __pyx_t_8); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 891, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_7);
    __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
    __pyx_t_8 = PyTuple_New(1); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 891, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_8);
    __Pyx_GIVEREF(__pyx_t_7);
    PyTuple_SET_ITEM(__pyx_t_8, 0, __pyx_t_7);
    __pyx_t_7 = 0;

    /* "discodop/_fragments.pyx":896
 * 				anodes[n].right, anodes[n].prod,
 * 				vocab.getlabel(anodes[n].prod)),
 * 				end='')             # <<<<<<<<<<<<<<
 * 		if anodes[n].left < 0:
 * 			if vocab.islexical(anodes[n].prod):
 */
    __pyx_t_7 = PyDict_New(); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 896, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_7);
    if (PyDict_SetItem(__pyx_t_7, __pyx_n_s_end, __pyx_kp_u__2) < 0) __PYX_ERR(0, 896, __pyx_L1_error)

    /* "discodop/_fragments.pyx":891
 * 	"""Print debug information of a given tree."""
 * 	for n in range(a.len):
 * 		print('idx=%2d\tleft=%2d\tright=%2d\tprod=%2d\tlabel=%s' % (n,             # <<<<<<<<<<<<<<
 * 				termidx(anodes[n].left) if anodes[n].left < 0
 * 				else anodes[n].left,
 */
    __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_print, __pyx_t_8, __pyx_t_7); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 891, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_6);
    __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
    __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
    __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;

    /* "discodop/_fragments.pyx":897
 * 				vocab.getlabel(anodes[n].prod)),
 * 				end='')
 * 		if anodes[n].left < 0:             # <<<<<<<<<<<<<<
 * 			if vocab.islexical(anodes[n].prod):
 * 				print('\t%s=%s' % ('terminal', vocab.getword(anodes[n].prod)))
 */
    __pyx_t_9 = (((__pyx_v_anodes[__pyx_v_n]).left < 0) != 0);
    if (__pyx_t_9) {

      /* "discodop/_fragments.pyx":898
 * 				end='')
 * 		if anodes[n].left < 0:
 * 			if vocab.islexical(anodes[n].prod):             # <<<<<<<<<<<<<<
 * 				print('\t%s=%s' % ('terminal', vocab.getword(anodes[n].prod)))
 * 			else:
 */
      __pyx_t_9 = (((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_v_vocab->__pyx_vtab)->islexical(__pyx_v_vocab, (__pyx_v_anodes[__pyx_v_n]).prod) != 0);
      if (__pyx_t_9) {

        /* "discodop/_fragments.pyx":899
 * 		if anodes[n].left < 0:
 * 			if vocab.islexical(anodes[n].prod):
 * 				print('\t%s=%s' % ('terminal', vocab.getword(anodes[n].prod)))             # <<<<<<<<<<<<<<
 * 			else:
 * 				print('\tfrontier non-terminal')
 */
        __pyx_t_6 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_v_vocab->__pyx_vtab)->getword(__pyx_v_vocab, (__pyx_v_anodes[__pyx_v_n]).prod); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 899, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_6);
        __pyx_t_7 = PyTuple_New(2); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 899, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_7);
        __Pyx_INCREF(__pyx_n_u_terminal);
        __Pyx_GIVEREF(__pyx_n_u_terminal);
        PyTuple_SET_ITEM(__pyx_t_7, 0, __pyx_n_u_terminal);
        __Pyx_GIVEREF(__pyx_t_6);
        PyTuple_SET_ITEM(__pyx_t_7, 1, __pyx_t_6);
        __pyx_t_6 = 0;
        __pyx_t_6 = PyUnicode_Format(__pyx_kp_u_s_s, __pyx_t_7); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 899, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_6);
        __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
        __pyx_t_7 = PyTuple_New(1); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 899, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_7);
        __Pyx_GIVEREF(__pyx_t_6);
        PyTuple_SET_ITEM(__pyx_t_7, 0, __pyx_t_6);
        __pyx_t_6 = 0;
        __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_print, __pyx_t_7, NULL); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 899, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_6);
        __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
        __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;

        /* "discodop/_fragments.pyx":898
 * 				end='')
 * 		if anodes[n].left < 0:
 * 			if vocab.islexical(anodes[n].prod):             # <<<<<<<<<<<<<<
 * 				print('\t%s=%s' % ('terminal', vocab.getword(anodes[n].prod)))
 * 			else:
 */
        goto __pyx_L6;
      }

      /* "discodop/_fragments.pyx":901
 * 				print('\t%s=%s' % ('terminal', vocab.getword(anodes[n].prod)))
 * 			else:
 * 				print('\tfrontier non-terminal')             # <<<<<<<<<<<<<<
 * 		else:
 * 			print()
 */
      /*else*/ {
        __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_print, __pyx_tuple__11, NULL); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 901, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_6);
        __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
      }
      __pyx_L6:;

      /* "discodop/_fragments.pyx":897
 * 				vocab.getlabel(anodes[n].prod)),
 * 				end='')
 * 		if anodes[n].left < 0:             # <<<<<<<<<<<<<<
 * 			if vocab.islexical(anodes[n].prod):
 * 				print('\t%s=%s' % ('terminal', vocab.getword(anodes[n].prod)))
 */
      goto __pyx_L5;
    }

    /* "discodop/_fragments.pyx":903
 * 				print('\tfrontier non-terminal')
 * 		else:
 * 			print()             # <<<<<<<<<<<<<<
 * 	tmp = []
 * 	memset(<void *>scratch, 255, BITNSLOTS(a.len) * sizeof(uint64_t))
 */
    /*else*/ {
      __pyx_t_6 = __Pyx_PyObject_CallNoArg(__pyx_builtin_print); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 903, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_6);
      __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
    }
    __pyx_L5:;
  }

  /* "discodop/_fragments.pyx":904
 * 		else:
 * 			print()
 * 	tmp = []             # <<<<<<<<<<<<<<
 * 	memset(<void *>scratch, 255, BITNSLOTS(a.len) * sizeof(uint64_t))
 * 	getsubtree(tmp, anodes, scratch, vocab, True, a.root)
 */
  __pyx_t_6 = PyList_New(0); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 904, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_6);
  __pyx_v_tmp = ((PyObject*)__pyx_t_6);
  __pyx_t_6 = 0;

  /* "discodop/_fragments.pyx":905
 * 			print()
 * 	tmp = []
 * 	memset(<void *>scratch, 255, BITNSLOTS(a.len) * sizeof(uint64_t))             # <<<<<<<<<<<<<<
 * 	getsubtree(tmp, anodes, scratch, vocab, True, a.root)
 * 	print(''.join(tmp), '\n', asent, '\n')
 */
  memset(((void *)__pyx_v_scratch), 0xFF, (BITNSLOTS(__pyx_v_a.len) * (sizeof(uint64_t))));

  /* "discodop/_fragments.pyx":906
 * 	tmp = []
 * 	memset(<void *>scratch, 255, BITNSLOTS(a.len) * sizeof(uint64_t))
 * 	getsubtree(tmp, anodes, scratch, vocab, True, a.root)             # <<<<<<<<<<<<<<
 * 	print(''.join(tmp), '\n', asent, '\n')
 * 
 */
  __pyx_t_6 = __pyx_f_8discodop_10_fragments_getsubtree(__pyx_v_tmp, __pyx_v_anodes, __pyx_v_scratch, __pyx_v_vocab, 1, __pyx_v_a.root); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 906, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_6);
  __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;

  /* "discodop/_fragments.pyx":907
 * 	memset(<void *>scratch, 255, BITNSLOTS(a.len) * sizeof(uint64_t))
 * 	getsubtree(tmp, anodes, scratch, vocab, True, a.root)
 * 	print(''.join(tmp), '\n', asent, '\n')             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_t_6 = PyUnicode_Join(__pyx_kp_u__2, __pyx_v_tmp); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 907, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_6);
  __pyx_t_7 = PyTuple_New(4); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 907, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_7);
  __Pyx_GIVEREF(__pyx_t_6);
  PyTuple_SET_ITEM(__pyx_t_7, 0, __pyx_t_6);
  __Pyx_INCREF(__pyx_kp_u__12);
  __Pyx_GIVEREF(__pyx_kp_u__12);
  PyTuple_SET_ITEM(__pyx_t_7, 1, __pyx_kp_u__12);
  __Pyx_INCREF(__pyx_v_asent);
  __Pyx_GIVEREF(__pyx_v_asent);
  PyTuple_SET_ITEM(__pyx_t_7, 2, __pyx_v_asent);
  __Pyx_INCREF(__pyx_kp_u__12);
  __Pyx_GIVEREF(__pyx_kp_u__12);
  PyTuple_SET_ITEM(__pyx_t_7, 3, __pyx_kp_u__12);
  __pyx_t_6 = 0;
  __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_print, __pyx_t_7, NULL); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 907, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_6);
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
  __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;

  /* "discodop/_fragments.pyx":887
 * 
 * 
 * cdef dumptree(NodeArray a, Node *anodes, list asent, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		uint64_t *scratch):
 * 	"""Print debug information of a given tree."""
 */

  /* function exit code */
  __pyx_r = Py_None; __Pyx_INCREF(Py_None);
  goto __pyx_L0;
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_3);
  __Pyx_XDECREF(__pyx_t_4);
  __Pyx_XDECREF(__pyx_t_5);
  __Pyx_XDECREF(__pyx_t_6);
  __Pyx_XDECREF(__pyx_t_7);
  __Pyx_XDECREF(__pyx_t_8);
  __Pyx_AddTraceback("discodop._fragments.dumptree", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XDECREF(__pyx_v_tmp);
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":910
 * 
 * 
 * def repl(d):             # <<<<<<<<<<<<<<
 * 	"""A function for use with re.sub that looks up numeric IDs in a dict.
 * 	"""
 */

/* Python wrapper */
static PyObject *__pyx_pw_8discodop_10_fragments_13repl(PyObject *__pyx_self, PyObject *__pyx_v_d); /*proto*/
static char __pyx_doc_8discodop_10_fragments_12repl[] = "repl(d)\nA function for use with re.sub that looks up numeric IDs in a dict.\n\t";
static PyMethodDef __pyx_mdef_8discodop_10_fragments_13repl = {"repl", (PyCFunction)__pyx_pw_8discodop_10_fragments_13repl, METH_O, __pyx_doc_8discodop_10_fragments_12repl};
static PyObject *__pyx_pw_8discodop_10_fragments_13repl(PyObject *__pyx_self, PyObject *__pyx_v_d) {
  PyObject *__pyx_r = 0;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("repl (wrapper)", 0);
  __pyx_r = __pyx_pf_8discodop_10_fragments_12repl(__pyx_self, ((PyObject *)__pyx_v_d));

  /* function exit code */
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":913
 * 	"""A function for use with re.sub that looks up numeric IDs in a dict.
 * 	"""
 * 	def f(x):             # <<<<<<<<<<<<<<
 * 		return d[int(x.group(1))]
 * 	return f
 */

/* Python wrapper */
static PyObject *__pyx_pw_8discodop_10_fragments_4repl_1f(PyObject *__pyx_self, PyObject *__pyx_v_x); /*proto*/
static PyMethodDef __pyx_mdef_8discodop_10_fragments_4repl_1f = {"f", (PyCFunction)__pyx_pw_8discodop_10_fragments_4repl_1f, METH_O, 0};
static PyObject *__pyx_pw_8discodop_10_fragments_4repl_1f(PyObject *__pyx_self, PyObject *__pyx_v_x) {
  PyObject *__pyx_r = 0;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("f (wrapper)", 0);
  __pyx_r = __pyx_pf_8discodop_10_fragments_4repl_f(__pyx_self, ((PyObject *)__pyx_v_x));

  /* function exit code */
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

static PyObject *__pyx_pf_8discodop_10_fragments_4repl_f(PyObject *__pyx_self, PyObject *__pyx_v_x) {
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl *__pyx_cur_scope;
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl *__pyx_outer_scope;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  PyObject *__pyx_t_2 = NULL;
  __Pyx_RefNannySetupContext("f", 0);
  __pyx_outer_scope = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl *) __Pyx_CyFunction_GetClosure(__pyx_self);
  __pyx_cur_scope = __pyx_outer_scope;

  /* "discodop/_fragments.pyx":914
 * 	"""
 * 	def f(x):
 * 		return d[int(x.group(1))]             # <<<<<<<<<<<<<<
 * 	return f
 * 
 */
  __Pyx_XDECREF(__pyx_r);
  if (unlikely(!__pyx_cur_scope->__pyx_v_d)) { __Pyx_RaiseClosureNameError("d"); __PYX_ERR(0, 914, __pyx_L1_error) }
  __pyx_t_1 = __Pyx_PyObject_GetAttrStr(__pyx_v_x, __pyx_n_s_group); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 914, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_t_2 = __Pyx_PyObject_Call(__pyx_t_1, __pyx_tuple__13, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 914, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  __pyx_t_1 = __Pyx_PyNumber_Int(__pyx_t_2); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 914, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __pyx_t_2 = PyObject_GetItem(__pyx_cur_scope->__pyx_v_d, __pyx_t_1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 914, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  __pyx_r = __pyx_t_2;
  __pyx_t_2 = 0;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":913
 * 	"""A function for use with re.sub that looks up numeric IDs in a dict.
 * 	"""
 * 	def f(x):             # <<<<<<<<<<<<<<
 * 		return d[int(x.group(1))]
 * 	return f
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_XDECREF(__pyx_t_2);
  __Pyx_AddTraceback("discodop._fragments.repl.f", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":910
 * 
 * 
 * def repl(d):             # <<<<<<<<<<<<<<
 * 	"""A function for use with re.sub that looks up numeric IDs in a dict.
 * 	"""
 */

static PyObject *__pyx_pf_8discodop_10_fragments_12repl(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_d) {
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl *__pyx_cur_scope;
  PyObject *__pyx_v_f = 0;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  __Pyx_RefNannySetupContext("repl", 0);
  __pyx_cur_scope = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl *)__pyx_tp_new_8discodop_10_fragments___pyx_scope_struct__repl(__pyx_ptype_8discodop_10_fragments___pyx_scope_struct__repl, __pyx_empty_tuple, NULL);
  if (unlikely(!__pyx_cur_scope)) {
    __pyx_cur_scope = ((struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl *)Py_None);
    __Pyx_INCREF(Py_None);
    __PYX_ERR(0, 910, __pyx_L1_error)
  } else {
    __Pyx_GOTREF(__pyx_cur_scope);
  }
  __pyx_cur_scope->__pyx_v_d = __pyx_v_d;
  __Pyx_INCREF(__pyx_cur_scope->__pyx_v_d);
  __Pyx_GIVEREF(__pyx_cur_scope->__pyx_v_d);

  /* "discodop/_fragments.pyx":913
 * 	"""A function for use with re.sub that looks up numeric IDs in a dict.
 * 	"""
 * 	def f(x):             # <<<<<<<<<<<<<<
 * 		return d[int(x.group(1))]
 * 	return f
 */
  __pyx_t_1 = __Pyx_CyFunction_NewEx(&__pyx_mdef_8discodop_10_fragments_4repl_1f, 0, __pyx_n_s_repl_locals_f, ((PyObject*)__pyx_cur_scope), __pyx_n_s_discodop__fragments, __pyx_d, ((PyObject *)__pyx_codeobj__15)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 913, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_v_f = __pyx_t_1;
  __pyx_t_1 = 0;

  /* "discodop/_fragments.pyx":915
 * 	def f(x):
 * 		return d[int(x.group(1))]
 * 	return f             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __Pyx_XDECREF(__pyx_r);
  __Pyx_INCREF(__pyx_v_f);
  __pyx_r = __pyx_v_f;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":910
 * 
 * 
 * def repl(d):             # <<<<<<<<<<<<<<
 * 	"""A function for use with re.sub that looks up numeric IDs in a dict.
 * 	"""
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_AddTraceback("discodop._fragments.repl", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_XDECREF(__pyx_v_f);
  __Pyx_DECREF(((PyObject *)__pyx_cur_scope));
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}
static PyObject *__pyx_gb_8discodop_10_fragments_8readtree_2generator(__pyx_CoroutineObject *__pyx_generator, PyObject *__pyx_sent_value); /* proto */

/* "discodop/_fragments.pyx":1012
 * 							vocab.idtolabel(labels.data.as_ints[parent]),
 * 							vocab.idtolabel(binlabels[0]),
 * 							','.join(vocab.idtolabel(x)             # <<<<<<<<<<<<<<
 * 								for x in binlabels[1:])))
 * 					nodes[parent].right = idx
 */

static PyObject *__pyx_pf_8discodop_10_fragments_8readtree_genexpr(PyObject *__pyx_self) {
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr *__pyx_cur_scope;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("genexpr", 0);
  __pyx_cur_scope = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr *)__pyx_tp_new_8discodop_10_fragments___pyx_scope_struct_2_genexpr(__pyx_ptype_8discodop_10_fragments___pyx_scope_struct_2_genexpr, __pyx_empty_tuple, NULL);
  if (unlikely(!__pyx_cur_scope)) {
    __pyx_cur_scope = ((struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr *)Py_None);
    __Pyx_INCREF(Py_None);
    __PYX_ERR(0, 1012, __pyx_L1_error)
  } else {
    __Pyx_GOTREF(__pyx_cur_scope);
  }
  __pyx_cur_scope->__pyx_outer_scope = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *) __pyx_self;
  __Pyx_INCREF(((PyObject *)__pyx_cur_scope->__pyx_outer_scope));
  __Pyx_GIVEREF(__pyx_cur_scope->__pyx_outer_scope);
  {
    __pyx_CoroutineObject *gen = __Pyx_Generator_New((__pyx_coroutine_body_t) __pyx_gb_8discodop_10_fragments_8readtree_2generator, (PyObject *) __pyx_cur_scope, __pyx_n_s_genexpr, __pyx_n_s_readtree_locals_genexpr, __pyx_n_s_discodop__fragments); if (unlikely(!gen)) __PYX_ERR(0, 1012, __pyx_L1_error)
    __Pyx_DECREF(__pyx_cur_scope);
    __Pyx_RefNannyFinishContext();
    return (PyObject *) gen;
  }

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_AddTraceback("discodop._fragments.readtree.genexpr", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = NULL;
  __Pyx_DECREF(((PyObject *)__pyx_cur_scope));
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

static PyObject *__pyx_gb_8discodop_10_fragments_8readtree_2generator(__pyx_CoroutineObject *__pyx_generator, PyObject *__pyx_sent_value) /* generator body */
{
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr *__pyx_cur_scope = ((struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr *)__pyx_generator->closure);
  PyObject *__pyx_r = NULL;
  PyObject *__pyx_t_1 = NULL;
  PyObject *__pyx_t_2 = NULL;
  Py_ssize_t __pyx_t_3;
  uint32_t __pyx_t_4;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("None", 0);
  switch (__pyx_generator->resume_label) {
    case 0: goto __pyx_L3_first_run;
    default: /* CPython raises the right error here */
    __Pyx_RefNannyFinishContext();
    return NULL;
  }
  __pyx_L3_first_run:;
  if (unlikely(!__pyx_sent_value)) __PYX_ERR(0, 1012, __pyx_L1_error)
  __pyx_r = PyList_New(0); if (unlikely(!__pyx_r)) __PYX_ERR(0, 1012, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_r);

  /* "discodop/_fragments.pyx":1013
 * 							vocab.idtolabel(binlabels[0]),
 * 							','.join(vocab.idtolabel(x)
 * 								for x in binlabels[1:])))             # <<<<<<<<<<<<<<
 * 					nodes[parent].right = idx
 * 					rule.lhs = labels.data.as_ints[parent]
 */
  if (unlikely(!__pyx_cur_scope->__pyx_outer_scope->__pyx_v_binlabels)) { __Pyx_RaiseClosureNameError("binlabels"); __PYX_ERR(0, 1013, __pyx_L1_error) }
  if (unlikely(__pyx_cur_scope->__pyx_outer_scope->__pyx_v_binlabels == Py_None)) {
    PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
    __PYX_ERR(0, 1013, __pyx_L1_error)
  }
  __pyx_t_1 = __Pyx_PyList_GetSlice(__pyx_cur_scope->__pyx_outer_scope->__pyx_v_binlabels, 1, PY_SSIZE_T_MAX); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1013, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_t_2 = __pyx_t_1; __Pyx_INCREF(__pyx_t_2); __pyx_t_3 = 0;
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  for (;;) {
    if (__pyx_t_3 >= PyList_GET_SIZE(__pyx_t_2)) break;
    #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
    __pyx_t_1 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_3); __Pyx_INCREF(__pyx_t_1); __pyx_t_3++; if (unlikely(0 < 0)) __PYX_ERR(0, 1013, __pyx_L1_error)
    #else
    __pyx_t_1 = PySequence_ITEM(__pyx_t_2, __pyx_t_3); __pyx_t_3++; if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1013, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    #endif
    __Pyx_XGOTREF(__pyx_cur_scope->__pyx_v_x);
    __Pyx_XDECREF_SET(__pyx_cur_scope->__pyx_v_x, __pyx_t_1);
    __Pyx_GIVEREF(__pyx_t_1);
    __pyx_t_1 = 0;

    /* "discodop/_fragments.pyx":1012
 * 							vocab.idtolabel(labels.data.as_ints[parent]),
 * 							vocab.idtolabel(binlabels[0]),
 * 							','.join(vocab.idtolabel(x)             # <<<<<<<<<<<<<<
 * 								for x in binlabels[1:])))
 * 					nodes[parent].right = idx
 */
    if (unlikely(!__pyx_cur_scope->__pyx_outer_scope->__pyx_v_vocab)) { __Pyx_RaiseClosureNameError("vocab"); __PYX_ERR(0, 1012, __pyx_L1_error) }
    __pyx_t_4 = __Pyx_PyInt_As_uint32_t(__pyx_cur_scope->__pyx_v_x); if (unlikely((__pyx_t_4 == ((uint32_t)-1)) && PyErr_Occurred())) __PYX_ERR(0, 1012, __pyx_L1_error)
    __pyx_t_1 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_cur_scope->__pyx_outer_scope->__pyx_v_vocab->__pyx_vtab)->idtolabel(__pyx_cur_scope->__pyx_outer_scope->__pyx_v_vocab, __pyx_t_4); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1012, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    if (unlikely(__Pyx_ListComp_Append(__pyx_r, (PyObject*)__pyx_t_1))) __PYX_ERR(0, 1012, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

    /* "discodop/_fragments.pyx":1013
 * 							vocab.idtolabel(binlabels[0]),
 * 							','.join(vocab.idtolabel(x)
 * 								for x in binlabels[1:])))             # <<<<<<<<<<<<<<
 * 					nodes[parent].right = idx
 * 					rule.lhs = labels.data.as_ints[parent]
 */
  }
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope);

  /* "discodop/_fragments.pyx":1012
 * 							vocab.idtolabel(labels.data.as_ints[parent]),
 * 							vocab.idtolabel(binlabels[0]),
 * 							','.join(vocab.idtolabel(x)             # <<<<<<<<<<<<<<
 * 								for x in binlabels[1:])))
 * 					nodes[parent].right = idx
 */

  /* function exit code */
  goto __pyx_L0;
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_r); __pyx_r = 0;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_XDECREF(__pyx_t_2);
  __Pyx_AddTraceback("genexpr", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_L0:;
  __Pyx_XGIVEREF(__pyx_r);
  __pyx_generator->resume_label = -1;
  __Pyx_Coroutine_clear((PyObject*)__pyx_generator);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}
static PyObject *__pyx_gb_8discodop_10_fragments_8readtree_5generator1(__pyx_CoroutineObject *__pyx_generator, PyObject *__pyx_sent_value); /* proto */

/* "discodop/_fragments.pyx":1032
 * 									vocab.idtolabel(
 * 										labels.data.as_ints[parent]),
 * 									','.join(vocab.idtolabel(x)             # <<<<<<<<<<<<<<
 * 										for x in binlabels[:m + 1]),
 * 									','.join(vocab.idtolabel(x)
 */

static PyObject *__pyx_pf_8discodop_10_fragments_8readtree_3genexpr(PyObject *__pyx_self) {
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr *__pyx_cur_scope;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("genexpr", 0);
  __pyx_cur_scope = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr *)__pyx_tp_new_8discodop_10_fragments___pyx_scope_struct_3_genexpr(__pyx_ptype_8discodop_10_fragments___pyx_scope_struct_3_genexpr, __pyx_empty_tuple, NULL);
  if (unlikely(!__pyx_cur_scope)) {
    __pyx_cur_scope = ((struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr *)Py_None);
    __Pyx_INCREF(Py_None);
    __PYX_ERR(0, 1032, __pyx_L1_error)
  } else {
    __Pyx_GOTREF(__pyx_cur_scope);
  }
  __pyx_cur_scope->__pyx_outer_scope = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *) __pyx_self;
  __Pyx_INCREF(((PyObject *)__pyx_cur_scope->__pyx_outer_scope));
  __Pyx_GIVEREF(__pyx_cur_scope->__pyx_outer_scope);
  {
    __pyx_CoroutineObject *gen = __Pyx_Generator_New((__pyx_coroutine_body_t) __pyx_gb_8discodop_10_fragments_8readtree_5generator1, (PyObject *) __pyx_cur_scope, __pyx_n_s_genexpr, __pyx_n_s_readtree_locals_genexpr, __pyx_n_s_discodop__fragments); if (unlikely(!gen)) __PYX_ERR(0, 1032, __pyx_L1_error)
    __Pyx_DECREF(__pyx_cur_scope);
    __Pyx_RefNannyFinishContext();
    return (PyObject *) gen;
  }

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_AddTraceback("discodop._fragments.readtree.genexpr", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = NULL;
  __Pyx_DECREF(((PyObject *)__pyx_cur_scope));
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

static PyObject *__pyx_gb_8discodop_10_fragments_8readtree_5generator1(__pyx_CoroutineObject *__pyx_generator, PyObject *__pyx_sent_value) /* generator body */
{
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr *__pyx_cur_scope = ((struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr *)__pyx_generator->closure);
  PyObject *__pyx_r = NULL;
  PyObject *__pyx_t_1 = NULL;
  PyObject *__pyx_t_2 = NULL;
  Py_ssize_t __pyx_t_3;
  uint32_t __pyx_t_4;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("None", 0);
  switch (__pyx_generator->resume_label) {
    case 0: goto __pyx_L3_first_run;
    default: /* CPython raises the right error here */
    __Pyx_RefNannyFinishContext();
    return NULL;
  }
  __pyx_L3_first_run:;
  if (unlikely(!__pyx_sent_value)) __PYX_ERR(0, 1032, __pyx_L1_error)
  __pyx_r = PyList_New(0); if (unlikely(!__pyx_r)) __PYX_ERR(0, 1032, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_r);

  /* "discodop/_fragments.pyx":1033
 * 										labels.data.as_ints[parent]),
 * 									','.join(vocab.idtolabel(x)
 * 										for x in binlabels[:m + 1]),             # <<<<<<<<<<<<<<
 * 									','.join(vocab.idtolabel(x)
 * 										for x in binlabels[m + 1:])))
 */
  if (unlikely(!__pyx_cur_scope->__pyx_outer_scope->__pyx_v_binlabels)) { __Pyx_RaiseClosureNameError("binlabels"); __PYX_ERR(0, 1033, __pyx_L1_error) }
  if (unlikely(__pyx_cur_scope->__pyx_outer_scope->__pyx_v_binlabels == Py_None)) {
    PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
    __PYX_ERR(0, 1033, __pyx_L1_error)
  }
  __pyx_t_1 = __Pyx_PyList_GetSlice(__pyx_cur_scope->__pyx_outer_scope->__pyx_v_binlabels, 0, (__pyx_cur_scope->__pyx_outer_scope->__pyx_v_m + 1)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1033, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_t_2 = __pyx_t_1; __Pyx_INCREF(__pyx_t_2); __pyx_t_3 = 0;
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  for (;;) {
    if (__pyx_t_3 >= PyList_GET_SIZE(__pyx_t_2)) break;
    #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
    __pyx_t_1 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_3); __Pyx_INCREF(__pyx_t_1); __pyx_t_3++; if (unlikely(0 < 0)) __PYX_ERR(0, 1033, __pyx_L1_error)
    #else
    __pyx_t_1 = PySequence_ITEM(__pyx_t_2, __pyx_t_3); __pyx_t_3++; if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1033, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    #endif
    __Pyx_XGOTREF(__pyx_cur_scope->__pyx_v_x);
    __Pyx_XDECREF_SET(__pyx_cur_scope->__pyx_v_x, __pyx_t_1);
    __Pyx_GIVEREF(__pyx_t_1);
    __pyx_t_1 = 0;

    /* "discodop/_fragments.pyx":1032
 * 									vocab.idtolabel(
 * 										labels.data.as_ints[parent]),
 * 									','.join(vocab.idtolabel(x)             # <<<<<<<<<<<<<<
 * 										for x in binlabels[:m + 1]),
 * 									','.join(vocab.idtolabel(x)
 */
    if (unlikely(!__pyx_cur_scope->__pyx_outer_scope->__pyx_v_vocab)) { __Pyx_RaiseClosureNameError("vocab"); __PYX_ERR(0, 1032, __pyx_L1_error) }
    __pyx_t_4 = __Pyx_PyInt_As_uint32_t(__pyx_cur_scope->__pyx_v_x); if (unlikely((__pyx_t_4 == ((uint32_t)-1)) && PyErr_Occurred())) __PYX_ERR(0, 1032, __pyx_L1_error)
    __pyx_t_1 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_cur_scope->__pyx_outer_scope->__pyx_v_vocab->__pyx_vtab)->idtolabel(__pyx_cur_scope->__pyx_outer_scope->__pyx_v_vocab, __pyx_t_4); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1032, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    if (unlikely(__Pyx_ListComp_Append(__pyx_r, (PyObject*)__pyx_t_1))) __PYX_ERR(0, 1032, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

    /* "discodop/_fragments.pyx":1033
 * 										labels.data.as_ints[parent]),
 * 									','.join(vocab.idtolabel(x)
 * 										for x in binlabels[:m + 1]),             # <<<<<<<<<<<<<<
 * 									','.join(vocab.idtolabel(x)
 * 										for x in binlabels[m + 1:])))
 */
  }
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope);

  /* "discodop/_fragments.pyx":1032
 * 									vocab.idtolabel(
 * 										labels.data.as_ints[parent]),
 * 									','.join(vocab.idtolabel(x)             # <<<<<<<<<<<<<<
 * 										for x in binlabels[:m + 1]),
 * 									','.join(vocab.idtolabel(x)
 */

  /* function exit code */
  goto __pyx_L0;
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_r); __pyx_r = 0;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_XDECREF(__pyx_t_2);
  __Pyx_AddTraceback("genexpr", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_L0:;
  __Pyx_XGIVEREF(__pyx_r);
  __pyx_generator->resume_label = -1;
  __Pyx_Coroutine_clear((PyObject*)__pyx_generator);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}
static PyObject *__pyx_gb_8discodop_10_fragments_8readtree_8generator2(__pyx_CoroutineObject *__pyx_generator, PyObject *__pyx_sent_value); /* proto */

/* "discodop/_fragments.pyx":1034
 * 									','.join(vocab.idtolabel(x)
 * 										for x in binlabels[:m + 1]),
 * 									','.join(vocab.idtolabel(x)             # <<<<<<<<<<<<<<
 * 										for x in binlabels[m + 1:])))
 * 						nodes[parent].prod = vocab._getprodid(prod)
 */

static PyObject *__pyx_pf_8discodop_10_fragments_8readtree_6genexpr(PyObject *__pyx_self) {
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr *__pyx_cur_scope;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("genexpr", 0);
  __pyx_cur_scope = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr *)__pyx_tp_new_8discodop_10_fragments___pyx_scope_struct_4_genexpr(__pyx_ptype_8discodop_10_fragments___pyx_scope_struct_4_genexpr, __pyx_empty_tuple, NULL);
  if (unlikely(!__pyx_cur_scope)) {
    __pyx_cur_scope = ((struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr *)Py_None);
    __Pyx_INCREF(Py_None);
    __PYX_ERR(0, 1034, __pyx_L1_error)
  } else {
    __Pyx_GOTREF(__pyx_cur_scope);
  }
  __pyx_cur_scope->__pyx_outer_scope = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *) __pyx_self;
  __Pyx_INCREF(((PyObject *)__pyx_cur_scope->__pyx_outer_scope));
  __Pyx_GIVEREF(__pyx_cur_scope->__pyx_outer_scope);
  {
    __pyx_CoroutineObject *gen = __Pyx_Generator_New((__pyx_coroutine_body_t) __pyx_gb_8discodop_10_fragments_8readtree_8generator2, (PyObject *) __pyx_cur_scope, __pyx_n_s_genexpr, __pyx_n_s_readtree_locals_genexpr, __pyx_n_s_discodop__fragments); if (unlikely(!gen)) __PYX_ERR(0, 1034, __pyx_L1_error)
    __Pyx_DECREF(__pyx_cur_scope);
    __Pyx_RefNannyFinishContext();
    return (PyObject *) gen;
  }

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_AddTraceback("discodop._fragments.readtree.genexpr", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = NULL;
  __Pyx_DECREF(((PyObject *)__pyx_cur_scope));
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

static PyObject *__pyx_gb_8discodop_10_fragments_8readtree_8generator2(__pyx_CoroutineObject *__pyx_generator, PyObject *__pyx_sent_value) /* generator body */
{
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr *__pyx_cur_scope = ((struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr *)__pyx_generator->closure);
  PyObject *__pyx_r = NULL;
  PyObject *__pyx_t_1 = NULL;
  PyObject *__pyx_t_2 = NULL;
  Py_ssize_t __pyx_t_3;
  uint32_t __pyx_t_4;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("None", 0);
  switch (__pyx_generator->resume_label) {
    case 0: goto __pyx_L3_first_run;
    default: /* CPython raises the right error here */
    __Pyx_RefNannyFinishContext();
    return NULL;
  }
  __pyx_L3_first_run:;
  if (unlikely(!__pyx_sent_value)) __PYX_ERR(0, 1034, __pyx_L1_error)
  __pyx_r = PyList_New(0); if (unlikely(!__pyx_r)) __PYX_ERR(0, 1034, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_r);

  /* "discodop/_fragments.pyx":1035
 * 										for x in binlabels[:m + 1]),
 * 									','.join(vocab.idtolabel(x)
 * 										for x in binlabels[m + 1:])))             # <<<<<<<<<<<<<<
 * 						nodes[parent].prod = vocab._getprodid(prod)
 * 						parent = idx
 */
  if (unlikely(!__pyx_cur_scope->__pyx_outer_scope->__pyx_v_binlabels)) { __Pyx_RaiseClosureNameError("binlabels"); __PYX_ERR(0, 1035, __pyx_L1_error) }
  if (unlikely(__pyx_cur_scope->__pyx_outer_scope->__pyx_v_binlabels == Py_None)) {
    PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
    __PYX_ERR(0, 1035, __pyx_L1_error)
  }
  __pyx_t_1 = __Pyx_PyList_GetSlice(__pyx_cur_scope->__pyx_outer_scope->__pyx_v_binlabels, (__pyx_cur_scope->__pyx_outer_scope->__pyx_v_m + 1), PY_SSIZE_T_MAX); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1035, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_t_2 = __pyx_t_1; __Pyx_INCREF(__pyx_t_2); __pyx_t_3 = 0;
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  for (;;) {
    if (__pyx_t_3 >= PyList_GET_SIZE(__pyx_t_2)) break;
    #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
    __pyx_t_1 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_3); __Pyx_INCREF(__pyx_t_1); __pyx_t_3++; if (unlikely(0 < 0)) __PYX_ERR(0, 1035, __pyx_L1_error)
    #else
    __pyx_t_1 = PySequence_ITEM(__pyx_t_2, __pyx_t_3); __pyx_t_3++; if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1035, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    #endif
    __Pyx_XGOTREF(__pyx_cur_scope->__pyx_v_x);
    __Pyx_XDECREF_SET(__pyx_cur_scope->__pyx_v_x, __pyx_t_1);
    __Pyx_GIVEREF(__pyx_t_1);
    __pyx_t_1 = 0;

    /* "discodop/_fragments.pyx":1034
 * 									','.join(vocab.idtolabel(x)
 * 										for x in binlabels[:m + 1]),
 * 									','.join(vocab.idtolabel(x)             # <<<<<<<<<<<<<<
 * 										for x in binlabels[m + 1:])))
 * 						nodes[parent].prod = vocab._getprodid(prod)
 */
    if (unlikely(!__pyx_cur_scope->__pyx_outer_scope->__pyx_v_vocab)) { __Pyx_RaiseClosureNameError("vocab"); __PYX_ERR(0, 1034, __pyx_L1_error) }
    __pyx_t_4 = __Pyx_PyInt_As_uint32_t(__pyx_cur_scope->__pyx_v_x); if (unlikely((__pyx_t_4 == ((uint32_t)-1)) && PyErr_Occurred())) __PYX_ERR(0, 1034, __pyx_L1_error)
    __pyx_t_1 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_cur_scope->__pyx_outer_scope->__pyx_v_vocab->__pyx_vtab)->idtolabel(__pyx_cur_scope->__pyx_outer_scope->__pyx_v_vocab, __pyx_t_4); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1034, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    if (unlikely(__Pyx_ListComp_Append(__pyx_r, (PyObject*)__pyx_t_1))) __PYX_ERR(0, 1034, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

    /* "discodop/_fragments.pyx":1035
 * 										for x in binlabels[:m + 1]),
 * 									','.join(vocab.idtolabel(x)
 * 										for x in binlabels[m + 1:])))             # <<<<<<<<<<<<<<
 * 						nodes[parent].prod = vocab._getprodid(prod)
 * 						parent = idx
 */
  }
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope);

  /* "discodop/_fragments.pyx":1034
 * 									','.join(vocab.idtolabel(x)
 * 										for x in binlabels[:m + 1]),
 * 									','.join(vocab.idtolabel(x)             # <<<<<<<<<<<<<<
 * 										for x in binlabels[m + 1:])))
 * 						nodes[parent].prod = vocab._getprodid(prod)
 */

  /* function exit code */
  goto __pyx_L0;
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_r); __pyx_r = 0;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_XDECREF(__pyx_t_2);
  __Pyx_AddTraceback("genexpr", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_L0:;
  __Pyx_XGIVEREF(__pyx_r);
  __pyx_generator->resume_label = -1;
  __Pyx_Coroutine_clear((PyObject*)__pyx_generator);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":918
 * 
 * 
 * cdef int readtree(             # <<<<<<<<<<<<<<
 * 		str line, Vocabulary vocab, Node *nodes, array stack,
 * 		array labels, list children) except -9:
 */

static int __pyx_f_8discodop_10_fragments_readtree(PyObject *__pyx_v_line, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, struct __pyx_t_8discodop_10containers_Node *__pyx_v_nodes, arrayobject *__pyx_v_stack, arrayobject *__pyx_v_labels, PyObject *__pyx_v_children) {
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *__pyx_cur_scope;
  short __pyx_v_idx;
  short __pyx_v_n;
  short __pyx_v_y;
  short __pyx_v_cur;
  short __pyx_v_parent;
  short __pyx_v_lenline;
  short __pyx_v_lensent;
  int __pyx_v_label;
  int __pyx_v_binlabel;
  int __pyx_v_binlabel2;
  PyObject *__pyx_v_terminal = 0;
  PyObject *__pyx_v_prod = 0;
  PyObject *__pyx_v_binchildren = 0;
  Rule __pyx_v_rule;
  short __pyx_v_startlabel;
  short __pyx_v_start;
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  Py_ssize_t __pyx_t_1;
  int __pyx_t_2;
  int __pyx_t_3;
  Py_UCS4 __pyx_t_4;
  int __pyx_t_5;
  Py_UCS4 __pyx_t_6;
  long __pyx_t_7;
  Py_UCS4 __pyx_t_8;
  PyObject *__pyx_t_9 = NULL;
  int __pyx_t_10;
  short __pyx_t_11;
  int __pyx_t_12;
  PyObject *__pyx_t_13 = NULL;
  PyObject *__pyx_t_14 = NULL;
  PyObject *__pyx_t_15 = NULL;
  Py_ssize_t __pyx_t_16;
  Py_UCS4 __pyx_t_17;
  Py_UCS4 __pyx_t_18;
  uint32_t __pyx_t_19;
  short __pyx_t_20;
  int16_t __pyx_t_21;
  Py_ssize_t __pyx_t_22;
  PyObject *__pyx_t_23 = NULL;
  int __pyx_t_24;
  int __pyx_t_25;
  Py_UCS4 __pyx_t_26;
  Py_UCS4 __pyx_t_27;
  Py_UCS4 __pyx_t_28;
  __Pyx_RefNannySetupContext("readtree", 0);
  __pyx_cur_scope = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *)__pyx_tp_new_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree(__pyx_ptype_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree, __pyx_empty_tuple, NULL);
  if (unlikely(!__pyx_cur_scope)) {
    __pyx_cur_scope = ((struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *)Py_None);
    __Pyx_INCREF(Py_None);
    __PYX_ERR(0, 918, __pyx_L1_error)
  } else {
    __Pyx_GOTREF(__pyx_cur_scope);
  }
  __pyx_cur_scope->__pyx_v_vocab = __pyx_v_vocab;
  __Pyx_INCREF((PyObject *)__pyx_cur_scope->__pyx_v_vocab);
  __Pyx_GIVEREF((PyObject *)__pyx_cur_scope->__pyx_v_vocab);

  /* "discodop/_fragments.pyx":936
 * 	"""
 * 	# :param disc: whether to expect discbracket format.
 * 	cdef short idx = 0, n = 0, m, y, cur, parent = -1             # <<<<<<<<<<<<<<
 * 	cdef short lenline = len(line), lensent = 0
 * 	cdef int label, binlabel, binlabel2
 */
  __pyx_v_idx = 0;
  __pyx_v_n = 0;
  __pyx_v_parent = -1;

  /* "discodop/_fragments.pyx":937
 * 	# :param disc: whether to expect discbracket format.
 * 	cdef short idx = 0, n = 0, m, y, cur, parent = -1
 * 	cdef short lenline = len(line), lensent = 0             # <<<<<<<<<<<<<<
 * 	cdef int label, binlabel, binlabel2
 * 	cdef str terminal = None
 */
  if (unlikely(__pyx_v_line == Py_None)) {
    PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
    __PYX_ERR(0, 937, __pyx_L1_error)
  }
  __pyx_t_1 = __Pyx_PyUnicode_GET_LENGTH(__pyx_v_line); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(0, 937, __pyx_L1_error)
  __pyx_v_lenline = __pyx_t_1;
  __pyx_v_lensent = 0;

  /* "discodop/_fragments.pyx":939
 * 	cdef short lenline = len(line), lensent = 0
 * 	cdef int label, binlabel, binlabel2
 * 	cdef str terminal = None             # <<<<<<<<<<<<<<
 * 	cdef bytes prod = None
 * 	cdef list binchildren, binlabels
 */
  __Pyx_INCREF(Py_None);
  __pyx_v_terminal = ((PyObject*)Py_None);

  /* "discodop/_fragments.pyx":940
 * 	cdef int label, binlabel, binlabel2
 * 	cdef str terminal = None
 * 	cdef bytes prod = None             # <<<<<<<<<<<<<<
 * 	cdef list binchildren, binlabels
 * 	cdef Rule rule
 */
  __Pyx_INCREF(Py_None);
  __pyx_v_prod = ((PyObject*)Py_None);

  /* "discodop/_fragments.pyx":943
 * 	cdef list binchildren, binlabels
 * 	cdef Rule rule
 * 	while n < lenline:             # <<<<<<<<<<<<<<
 * 		while n < lenline and line[n] in ' \t\n':
 * 			n += 1
 */
  while (1) {
    __pyx_t_2 = ((__pyx_v_n < __pyx_v_lenline) != 0);
    if (!__pyx_t_2) break;

    /* "discodop/_fragments.pyx":944
 * 	cdef Rule rule
 * 	while n < lenline:
 * 		while n < lenline and line[n] in ' \t\n':             # <<<<<<<<<<<<<<
 * 			n += 1
 * 		if n >= lenline:
 */
    while (1) {
      __pyx_t_3 = ((__pyx_v_n < __pyx_v_lenline) != 0);
      if (__pyx_t_3) {
      } else {
        __pyx_t_2 = __pyx_t_3;
        goto __pyx_L7_bool_binop_done;
      }
      __pyx_t_4 = __Pyx_GetItemInt_Unicode(__pyx_v_line, __pyx_v_n, short, 1, __Pyx_PyInt_From_short, 0, 0, 0); if (unlikely(__pyx_t_4 == (Py_UCS4)-1)) __PYX_ERR(0, 944, __pyx_L1_error)
      switch (__pyx_t_4) {
        case 9:
        case 10:
        case 32:
        __pyx_t_3 = 1;
        break;
        default:
        __pyx_t_3 = 0;
        break;
      }
      __pyx_t_5 = (__pyx_t_3 != 0);
      __pyx_t_2 = __pyx_t_5;
      __pyx_L7_bool_binop_done:;
      if (!__pyx_t_2) break;

      /* "discodop/_fragments.pyx":945
 * 	while n < lenline:
 * 		while n < lenline and line[n] in ' \t\n':
 * 			n += 1             # <<<<<<<<<<<<<<
 * 		if n >= lenline:
 * 			break
 */
      __pyx_v_n = (__pyx_v_n + 1);
    }

    /* "discodop/_fragments.pyx":946
 * 		while n < lenline and line[n] in ' \t\n':
 * 			n += 1
 * 		if n >= lenline:             # <<<<<<<<<<<<<<
 * 			break
 * 		elif line[n] == '(':
 */
    __pyx_t_2 = ((__pyx_v_n >= __pyx_v_lenline) != 0);
    if (__pyx_t_2) {

      /* "discodop/_fragments.pyx":947
 * 			n += 1
 * 		if n >= lenline:
 * 			break             # <<<<<<<<<<<<<<
 * 		elif line[n] == '(':
 * 			n += 1
 */
      goto __pyx_L4_break;

      /* "discodop/_fragments.pyx":946
 * 		while n < lenline and line[n] in ' \t\n':
 * 			n += 1
 * 		if n >= lenline:             # <<<<<<<<<<<<<<
 * 			break
 * 		elif line[n] == '(':
 */
    }

    /* "discodop/_fragments.pyx":948
 * 		if n >= lenline:
 * 			break
 * 		elif line[n] == '(':             # <<<<<<<<<<<<<<
 * 			n += 1
 * 			while n < lenline and line[n] in ' \t\n':
 */
    __pyx_t_6 = __Pyx_GetItemInt_Unicode(__pyx_v_line, __pyx_v_n, short, 1, __Pyx_PyInt_From_short, 0, 0, 0); if (unlikely(__pyx_t_6 == (Py_UCS4)-1)) __PYX_ERR(0, 948, __pyx_L1_error)
    __pyx_t_2 = ((__pyx_t_6 == 40) != 0);
    if (__pyx_t_2) {

      /* "discodop/_fragments.pyx":949
 * 			break
 * 		elif line[n] == '(':
 * 			n += 1             # <<<<<<<<<<<<<<
 * 			while n < lenline and line[n] in ' \t\n':
 * 				n += 1
 */
      __pyx_v_n = (__pyx_v_n + 1);

      /* "discodop/_fragments.pyx":950
 * 		elif line[n] == '(':
 * 			n += 1
 * 			while n < lenline and line[n] in ' \t\n':             # <<<<<<<<<<<<<<
 * 				n += 1
 * 			if n >= lenline:
 */
      while (1) {
        __pyx_t_5 = ((__pyx_v_n < __pyx_v_lenline) != 0);
        if (__pyx_t_5) {
        } else {
          __pyx_t_2 = __pyx_t_5;
          goto __pyx_L12_bool_binop_done;
        }
        __pyx_t_6 = __Pyx_GetItemInt_Unicode(__pyx_v_line, __pyx_v_n, short, 1, __Pyx_PyInt_From_short, 0, 0, 0); if (unlikely(__pyx_t_6 == (Py_UCS4)-1)) __PYX_ERR(0, 950, __pyx_L1_error)
        switch (__pyx_t_6) {
          case 9:
          case 10:
          case 32:
          __pyx_t_5 = 1;
          break;
          default:
          __pyx_t_5 = 0;
          break;
        }
        __pyx_t_3 = (__pyx_t_5 != 0);
        __pyx_t_2 = __pyx_t_3;
        __pyx_L12_bool_binop_done:;
        if (!__pyx_t_2) break;

        /* "discodop/_fragments.pyx":951
 * 			n += 1
 * 			while n < lenline and line[n] in ' \t\n':
 * 				n += 1             # <<<<<<<<<<<<<<
 * 			if n >= lenline:
 * 				return -1  # unexpected end of string after opening paren
 */
        __pyx_v_n = (__pyx_v_n + 1);
      }

      /* "discodop/_fragments.pyx":952
 * 			while n < lenline and line[n] in ' \t\n':
 * 				n += 1
 * 			if n >= lenline:             # <<<<<<<<<<<<<<
 * 				return -1  # unexpected end of string after opening paren
 * 			startlabel = n
 */
      __pyx_t_2 = ((__pyx_v_n >= __pyx_v_lenline) != 0);
      if (__pyx_t_2) {

        /* "discodop/_fragments.pyx":953
 * 				n += 1
 * 			if n >= lenline:
 * 				return -1  # unexpected end of string after opening paren             # <<<<<<<<<<<<<<
 * 			startlabel = n
 * 			while n + 1 < lenline and line[n + 1] not in ' \t\n()':
 */
        __pyx_r = -1;
        goto __pyx_L0;

        /* "discodop/_fragments.pyx":952
 * 			while n < lenline and line[n] in ' \t\n':
 * 				n += 1
 * 			if n >= lenline:             # <<<<<<<<<<<<<<
 * 				return -1  # unexpected end of string after opening paren
 * 			startlabel = n
 */
      }

      /* "discodop/_fragments.pyx":954
 * 			if n >= lenline:
 * 				return -1  # unexpected end of string after opening paren
 * 			startlabel = n             # <<<<<<<<<<<<<<
 * 			while n + 1 < lenline and line[n + 1] not in ' \t\n()':
 * 				n += 1
 */
      __pyx_v_startlabel = __pyx_v_n;

      /* "discodop/_fragments.pyx":955
 * 				return -1  # unexpected end of string after opening paren
 * 			startlabel = n
 * 			while n + 1 < lenline and line[n + 1] not in ' \t\n()':             # <<<<<<<<<<<<<<
 * 				n += 1
 * 			if n + 1>= lenline:
 */
      while (1) {
        __pyx_t_3 = (((__pyx_v_n + 1) < __pyx_v_lenline) != 0);
        if (__pyx_t_3) {
        } else {
          __pyx_t_2 = __pyx_t_3;
          goto __pyx_L17_bool_binop_done;
        }
        __pyx_t_7 = (__pyx_v_n + 1);
        __pyx_t_8 = __Pyx_GetItemInt_Unicode(__pyx_v_line, __pyx_t_7, long, 1, __Pyx_PyInt_From_long, 0, 0, 0); if (unlikely(__pyx_t_8 == (Py_UCS4)-1)) __PYX_ERR(0, 955, __pyx_L1_error)
        switch (__pyx_t_8) {
          case 9:
          case 10:
          case 32:
          case 40:
          case 41:
          __pyx_t_3 = 0;
          break;
          default:
          __pyx_t_3 = 1;
          break;
        }
        __pyx_t_5 = (__pyx_t_3 != 0);
        __pyx_t_2 = __pyx_t_5;
        __pyx_L17_bool_binop_done:;
        if (!__pyx_t_2) break;

        /* "discodop/_fragments.pyx":956
 * 			startlabel = n
 * 			while n + 1 < lenline and line[n + 1] not in ' \t\n()':
 * 				n += 1             # <<<<<<<<<<<<<<
 * 			if n + 1>= lenline:
 * 				return -2  # unexpected end of string after label
 */
        __pyx_v_n = (__pyx_v_n + 1);
      }

      /* "discodop/_fragments.pyx":957
 * 			while n + 1 < lenline and line[n + 1] not in ' \t\n()':
 * 				n += 1
 * 			if n + 1>= lenline:             # <<<<<<<<<<<<<<
 * 				return -2  # unexpected end of string after label
 * 			label = vocab._getlabelid(line[startlabel:n + 1])
 */
      __pyx_t_2 = (((__pyx_v_n + 1) >= __pyx_v_lenline) != 0);
      if (__pyx_t_2) {

        /* "discodop/_fragments.pyx":958
 * 				n += 1
 * 			if n + 1>= lenline:
 * 				return -2  # unexpected end of string after label             # <<<<<<<<<<<<<<
 * 			label = vocab._getlabelid(line[startlabel:n + 1])
 * 			parent = stack.data.as_shorts[len(stack) - 1] if stack else -1
 */
        __pyx_r = -2;
        goto __pyx_L0;

        /* "discodop/_fragments.pyx":957
 * 			while n + 1 < lenline and line[n + 1] not in ' \t\n()':
 * 				n += 1
 * 			if n + 1>= lenline:             # <<<<<<<<<<<<<<
 * 				return -2  # unexpected end of string after label
 * 			label = vocab._getlabelid(line[startlabel:n + 1])
 */
      }

      /* "discodop/_fragments.pyx":959
 * 			if n + 1>= lenline:
 * 				return -2  # unexpected end of string after label
 * 			label = vocab._getlabelid(line[startlabel:n + 1])             # <<<<<<<<<<<<<<
 * 			parent = stack.data.as_shorts[len(stack) - 1] if stack else -1
 * 			stack.append(idx)
 */
      if (unlikely(__pyx_v_line == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
        __PYX_ERR(0, 959, __pyx_L1_error)
      }
      __pyx_t_9 = __Pyx_PyUnicode_Substring(__pyx_v_line, __pyx_v_startlabel, (__pyx_v_n + 1)); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 959, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_9);
      __pyx_t_10 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_cur_scope->__pyx_v_vocab->__pyx_vtab)->_getlabelid(__pyx_cur_scope->__pyx_v_vocab, ((PyObject*)__pyx_t_9)); if (unlikely(__pyx_t_10 == -1)) __PYX_ERR(0, 959, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;
      __pyx_v_label = __pyx_t_10;

      /* "discodop/_fragments.pyx":960
 * 				return -2  # unexpected end of string after label
 * 			label = vocab._getlabelid(line[startlabel:n + 1])
 * 			parent = stack.data.as_shorts[len(stack) - 1] if stack else -1             # <<<<<<<<<<<<<<
 * 			stack.append(idx)
 * 			labels.append(label)
 */
      __pyx_t_2 = __Pyx_PyObject_IsTrue(((PyObject *)__pyx_v_stack)); if (unlikely(__pyx_t_2 < 0)) __PYX_ERR(0, 960, __pyx_L1_error)
      if (__pyx_t_2) {
        if (unlikely(((PyObject *)__pyx_v_stack) == Py_None)) {
          PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
          __PYX_ERR(0, 960, __pyx_L1_error)
        }
        __pyx_t_1 = Py_SIZE(((PyObject *)__pyx_v_stack)); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(0, 960, __pyx_L1_error)
        __pyx_t_11 = (__pyx_v_stack->data.as_shorts[(__pyx_t_1 - 1)]);
      } else {
        __pyx_t_11 = -1;
      }
      __pyx_v_parent = __pyx_t_11;

      /* "discodop/_fragments.pyx":961
 * 			label = vocab._getlabelid(line[startlabel:n + 1])
 * 			parent = stack.data.as_shorts[len(stack) - 1] if stack else -1
 * 			stack.append(idx)             # <<<<<<<<<<<<<<
 * 			labels.append(label)
 * 			nodes[idx].left = nodes[idx].right = nodes[idx].prod = -1
 */
      __pyx_t_9 = __Pyx_PyInt_From_short(__pyx_v_idx); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 961, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_9);
      __pyx_t_12 = __Pyx_PyObject_Append(((PyObject *)__pyx_v_stack), __pyx_t_9); if (unlikely(__pyx_t_12 == -1)) __PYX_ERR(0, 961, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;

      /* "discodop/_fragments.pyx":962
 * 			parent = stack.data.as_shorts[len(stack) - 1] if stack else -1
 * 			stack.append(idx)
 * 			labels.append(label)             # <<<<<<<<<<<<<<
 * 			nodes[idx].left = nodes[idx].right = nodes[idx].prod = -1
 * 			idx += 1
 */
      __pyx_t_9 = __Pyx_PyInt_From_int(__pyx_v_label); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 962, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_9);
      __pyx_t_12 = __Pyx_PyObject_Append(((PyObject *)__pyx_v_labels), __pyx_t_9); if (unlikely(__pyx_t_12 == -1)) __PYX_ERR(0, 962, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;

      /* "discodop/_fragments.pyx":963
 * 			stack.append(idx)
 * 			labels.append(label)
 * 			nodes[idx].left = nodes[idx].right = nodes[idx].prod = -1             # <<<<<<<<<<<<<<
 * 			idx += 1
 * 			if parent >= 0 and nodes[parent].right >= 0:
 */
      (__pyx_v_nodes[__pyx_v_idx]).left = -1;
      (__pyx_v_nodes[__pyx_v_idx]).right = -1;
      (__pyx_v_nodes[__pyx_v_idx]).prod = -1;

      /* "discodop/_fragments.pyx":964
 * 			labels.append(label)
 * 			nodes[idx].left = nodes[idx].right = nodes[idx].prod = -1
 * 			idx += 1             # <<<<<<<<<<<<<<
 * 			if parent >= 0 and nodes[parent].right >= 0:
 * 				children.append([nodes[parent].left, nodes[parent].right,
 */
      __pyx_v_idx = (__pyx_v_idx + 1);

      /* "discodop/_fragments.pyx":965
 * 			nodes[idx].left = nodes[idx].right = nodes[idx].prod = -1
 * 			idx += 1
 * 			if parent >= 0 and nodes[parent].right >= 0:             # <<<<<<<<<<<<<<
 * 				children.append([nodes[parent].left, nodes[parent].right,
 * 						stack.data.as_shorts[len(stack) - 1]])
 */
      __pyx_t_5 = ((__pyx_v_parent >= 0) != 0);
      if (__pyx_t_5) {
      } else {
        __pyx_t_2 = __pyx_t_5;
        goto __pyx_L21_bool_binop_done;
      }
      __pyx_t_5 = (((__pyx_v_nodes[__pyx_v_parent]).right >= 0) != 0);
      __pyx_t_2 = __pyx_t_5;
      __pyx_L21_bool_binop_done:;
      if (__pyx_t_2) {

        /* "discodop/_fragments.pyx":966
 * 			idx += 1
 * 			if parent >= 0 and nodes[parent].right >= 0:
 * 				children.append([nodes[parent].left, nodes[parent].right,             # <<<<<<<<<<<<<<
 * 						stack.data.as_shorts[len(stack) - 1]])
 * 				nodes[parent].right = -2
 */
        if (unlikely(__pyx_v_children == Py_None)) {
          PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "append");
          __PYX_ERR(0, 966, __pyx_L1_error)
        }
        __pyx_t_9 = __Pyx_PyInt_From_int16_t((__pyx_v_nodes[__pyx_v_parent]).left); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 966, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_9);
        __pyx_t_13 = __Pyx_PyInt_From_int16_t((__pyx_v_nodes[__pyx_v_parent]).right); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 966, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_13);

        /* "discodop/_fragments.pyx":967
 * 			if parent >= 0 and nodes[parent].right >= 0:
 * 				children.append([nodes[parent].left, nodes[parent].right,
 * 						stack.data.as_shorts[len(stack) - 1]])             # <<<<<<<<<<<<<<
 * 				nodes[parent].right = -2
 * 			elif parent >= 0 and nodes[parent].right == -2:
 */
        if (unlikely(((PyObject *)__pyx_v_stack) == Py_None)) {
          PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
          __PYX_ERR(0, 967, __pyx_L1_error)
        }
        __pyx_t_1 = Py_SIZE(((PyObject *)__pyx_v_stack)); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(0, 967, __pyx_L1_error)
        __pyx_t_14 = __Pyx_PyInt_From_short((__pyx_v_stack->data.as_shorts[(__pyx_t_1 - 1)])); if (unlikely(!__pyx_t_14)) __PYX_ERR(0, 967, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_14);

        /* "discodop/_fragments.pyx":966
 * 			idx += 1
 * 			if parent >= 0 and nodes[parent].right >= 0:
 * 				children.append([nodes[parent].left, nodes[parent].right,             # <<<<<<<<<<<<<<
 * 						stack.data.as_shorts[len(stack) - 1]])
 * 				nodes[parent].right = -2
 */
        __pyx_t_15 = PyList_New(3); if (unlikely(!__pyx_t_15)) __PYX_ERR(0, 966, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_15);
        __Pyx_GIVEREF(__pyx_t_9);
        PyList_SET_ITEM(__pyx_t_15, 0, __pyx_t_9);
        __Pyx_GIVEREF(__pyx_t_13);
        PyList_SET_ITEM(__pyx_t_15, 1, __pyx_t_13);
        __Pyx_GIVEREF(__pyx_t_14);
        PyList_SET_ITEM(__pyx_t_15, 2, __pyx_t_14);
        __pyx_t_9 = 0;
        __pyx_t_13 = 0;
        __pyx_t_14 = 0;
        __pyx_t_12 = __Pyx_PyList_Append(__pyx_v_children, __pyx_t_15); if (unlikely(__pyx_t_12 == -1)) __PYX_ERR(0, 966, __pyx_L1_error)
        __Pyx_DECREF(__pyx_t_15); __pyx_t_15 = 0;

        /* "discodop/_fragments.pyx":968
 * 				children.append([nodes[parent].left, nodes[parent].right,
 * 						stack.data.as_shorts[len(stack) - 1]])
 * 				nodes[parent].right = -2             # <<<<<<<<<<<<<<
 * 			elif parent >= 0 and nodes[parent].right == -2:
 * 				children[len(children) - 1].append(
 */
        (__pyx_v_nodes[__pyx_v_parent]).right = -2;

        /* "discodop/_fragments.pyx":965
 * 			nodes[idx].left = nodes[idx].right = nodes[idx].prod = -1
 * 			idx += 1
 * 			if parent >= 0 and nodes[parent].right >= 0:             # <<<<<<<<<<<<<<
 * 				children.append([nodes[parent].left, nodes[parent].right,
 * 						stack.data.as_shorts[len(stack) - 1]])
 */
        goto __pyx_L20;
      }

      /* "discodop/_fragments.pyx":969
 * 						stack.data.as_shorts[len(stack) - 1]])
 * 				nodes[parent].right = -2
 * 			elif parent >= 0 and nodes[parent].right == -2:             # <<<<<<<<<<<<<<
 * 				children[len(children) - 1].append(
 * 						stack.data.as_shorts[len(stack) - 1])
 */
      __pyx_t_5 = ((__pyx_v_parent >= 0) != 0);
      if (__pyx_t_5) {
      } else {
        __pyx_t_2 = __pyx_t_5;
        goto __pyx_L23_bool_binop_done;
      }
      __pyx_t_5 = (((__pyx_v_nodes[__pyx_v_parent]).right == -2L) != 0);
      __pyx_t_2 = __pyx_t_5;
      __pyx_L23_bool_binop_done:;
      if (__pyx_t_2) {

        /* "discodop/_fragments.pyx":970
 * 				nodes[parent].right = -2
 * 			elif parent >= 0 and nodes[parent].right == -2:
 * 				children[len(children) - 1].append(             # <<<<<<<<<<<<<<
 * 						stack.data.as_shorts[len(stack) - 1])
 * 		elif line[n] == ')':
 */
        if (unlikely(__pyx_v_children == Py_None)) {
          PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
          __PYX_ERR(0, 970, __pyx_L1_error)
        }
        if (unlikely(__pyx_v_children == Py_None)) {
          PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
          __PYX_ERR(0, 970, __pyx_L1_error)
        }
        __pyx_t_1 = PyList_GET_SIZE(__pyx_v_children); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(0, 970, __pyx_L1_error)
        __pyx_t_16 = (__pyx_t_1 - 1);

        /* "discodop/_fragments.pyx":971
 * 			elif parent >= 0 and nodes[parent].right == -2:
 * 				children[len(children) - 1].append(
 * 						stack.data.as_shorts[len(stack) - 1])             # <<<<<<<<<<<<<<
 * 		elif line[n] == ')':
 * 			prod = terminal = None
 */
        if (unlikely(((PyObject *)__pyx_v_stack) == Py_None)) {
          PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
          __PYX_ERR(0, 971, __pyx_L1_error)
        }
        __pyx_t_1 = Py_SIZE(((PyObject *)__pyx_v_stack)); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(0, 971, __pyx_L1_error)
        __pyx_t_15 = __Pyx_PyInt_From_short((__pyx_v_stack->data.as_shorts[(__pyx_t_1 - 1)])); if (unlikely(!__pyx_t_15)) __PYX_ERR(0, 971, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_15);

        /* "discodop/_fragments.pyx":970
 * 				nodes[parent].right = -2
 * 			elif parent >= 0 and nodes[parent].right == -2:
 * 				children[len(children) - 1].append(             # <<<<<<<<<<<<<<
 * 						stack.data.as_shorts[len(stack) - 1])
 * 		elif line[n] == ')':
 */
        __pyx_t_12 = __Pyx_PyObject_Append(PyList_GET_ITEM(__pyx_v_children, __pyx_t_16), __pyx_t_15); if (unlikely(__pyx_t_12 == -1)) __PYX_ERR(0, 970, __pyx_L1_error)
        __Pyx_DECREF(__pyx_t_15); __pyx_t_15 = 0;

        /* "discodop/_fragments.pyx":969
 * 						stack.data.as_shorts[len(stack) - 1]])
 * 				nodes[parent].right = -2
 * 			elif parent >= 0 and nodes[parent].right == -2:             # <<<<<<<<<<<<<<
 * 				children[len(children) - 1].append(
 * 						stack.data.as_shorts[len(stack) - 1])
 */
      }
      __pyx_L20:;

      /* "discodop/_fragments.pyx":948
 * 		if n >= lenline:
 * 			break
 * 		elif line[n] == '(':             # <<<<<<<<<<<<<<
 * 			n += 1
 * 			while n < lenline and line[n] in ' \t\n':
 */
      goto __pyx_L9;
    }

    /* "discodop/_fragments.pyx":972
 * 				children[len(children) - 1].append(
 * 						stack.data.as_shorts[len(stack) - 1])
 * 		elif line[n] == ')':             # <<<<<<<<<<<<<<
 * 			prod = terminal = None
 * 			cur = stack.pop()
 */
    __pyx_t_17 = __Pyx_GetItemInt_Unicode(__pyx_v_line, __pyx_v_n, short, 1, __Pyx_PyInt_From_short, 0, 0, 0); if (unlikely(__pyx_t_17 == (Py_UCS4)-1)) __PYX_ERR(0, 972, __pyx_L1_error)
    __pyx_t_2 = ((__pyx_t_17 == 41) != 0);
    if (__pyx_t_2) {

      /* "discodop/_fragments.pyx":973
 * 						stack.data.as_shorts[len(stack) - 1])
 * 		elif line[n] == ')':
 * 			prod = terminal = None             # <<<<<<<<<<<<<<
 * 			cur = stack.pop()
 * 			if stack:
 */
      __Pyx_INCREF(Py_None);
      __Pyx_DECREF_SET(__pyx_v_prod, ((PyObject*)Py_None));
      __Pyx_INCREF(Py_None);
      __Pyx_DECREF_SET(__pyx_v_terminal, ((PyObject*)Py_None));

      /* "discodop/_fragments.pyx":974
 * 		elif line[n] == ')':
 * 			prod = terminal = None
 * 			cur = stack.pop()             # <<<<<<<<<<<<<<
 * 			if stack:
 * 				parent = stack.data.as_shorts[len(stack) - 1]
 */
      __pyx_t_15 = __Pyx_PyObject_Pop(((PyObject *)__pyx_v_stack)); if (unlikely(!__pyx_t_15)) __PYX_ERR(0, 974, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_15);
      __pyx_t_11 = __Pyx_PyInt_As_short(__pyx_t_15); if (unlikely((__pyx_t_11 == (short)-1) && PyErr_Occurred())) __PYX_ERR(0, 974, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_15); __pyx_t_15 = 0;
      __pyx_v_cur = __pyx_t_11;

      /* "discodop/_fragments.pyx":975
 * 			prod = terminal = None
 * 			cur = stack.pop()
 * 			if stack:             # <<<<<<<<<<<<<<
 * 				parent = stack.data.as_shorts[len(stack) - 1]
 * 				# lookahead for next paren
 */
      __pyx_t_2 = __Pyx_PyObject_IsTrue(((PyObject *)__pyx_v_stack)); if (unlikely(__pyx_t_2 < 0)) __PYX_ERR(0, 975, __pyx_L1_error)
      if (__pyx_t_2) {

        /* "discodop/_fragments.pyx":976
 * 			cur = stack.pop()
 * 			if stack:
 * 				parent = stack.data.as_shorts[len(stack) - 1]             # <<<<<<<<<<<<<<
 * 				# lookahead for next paren
 * 				while n + 1 < lenline and line[n + 1] in ' \t\n':
 */
        if (unlikely(((PyObject *)__pyx_v_stack) == Py_None)) {
          PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
          __PYX_ERR(0, 976, __pyx_L1_error)
        }
        __pyx_t_16 = Py_SIZE(((PyObject *)__pyx_v_stack)); if (unlikely(__pyx_t_16 == -1)) __PYX_ERR(0, 976, __pyx_L1_error)
        __pyx_v_parent = (__pyx_v_stack->data.as_shorts[(__pyx_t_16 - 1)]);

        /* "discodop/_fragments.pyx":978
 * 				parent = stack.data.as_shorts[len(stack) - 1]
 * 				# lookahead for next paren
 * 				while n + 1 < lenline and line[n + 1] in ' \t\n':             # <<<<<<<<<<<<<<
 * 					n += 1
 * 				if n + 1 >= lenline:
 */
        while (1) {
          __pyx_t_5 = (((__pyx_v_n + 1) < __pyx_v_lenline) != 0);
          if (__pyx_t_5) {
          } else {
            __pyx_t_2 = __pyx_t_5;
            goto __pyx_L28_bool_binop_done;
          }
          __pyx_t_7 = (__pyx_v_n + 1);
          __pyx_t_17 = __Pyx_GetItemInt_Unicode(__pyx_v_line, __pyx_t_7, long, 1, __Pyx_PyInt_From_long, 0, 0, 0); if (unlikely(__pyx_t_17 == (Py_UCS4)-1)) __PYX_ERR(0, 978, __pyx_L1_error)
          switch (__pyx_t_17) {
            case 9:
            case 10:
            case 32:
            __pyx_t_5 = 1;
            break;
            default:
            __pyx_t_5 = 0;
            break;
          }
          __pyx_t_3 = (__pyx_t_5 != 0);
          __pyx_t_2 = __pyx_t_3;
          __pyx_L28_bool_binop_done:;
          if (!__pyx_t_2) break;

          /* "discodop/_fragments.pyx":979
 * 				# lookahead for next paren
 * 				while n + 1 < lenline and line[n + 1] in ' \t\n':
 * 					n += 1             # <<<<<<<<<<<<<<
 * 				if n + 1 >= lenline:
 * 					return -3  # unexpected end of string after closing paren
 */
          __pyx_v_n = (__pyx_v_n + 1);
        }

        /* "discodop/_fragments.pyx":980
 * 				while n + 1 < lenline and line[n + 1] in ' \t\n':
 * 					n += 1
 * 				if n + 1 >= lenline:             # <<<<<<<<<<<<<<
 * 					return -3  # unexpected end of string after closing paren
 * 				if nodes[cur].prod == -1:  # frontier non-terminal?
 */
        __pyx_t_2 = (((__pyx_v_n + 1) >= __pyx_v_lenline) != 0);
        if (__pyx_t_2) {

          /* "discodop/_fragments.pyx":981
 * 					n += 1
 * 				if n + 1 >= lenline:
 * 					return -3  # unexpected end of string after closing paren             # <<<<<<<<<<<<<<
 * 				if nodes[cur].prod == -1:  # frontier non-terminal?
 * 					nodes[cur].left = termidx(lensent)
 */
          __pyx_r = -3;
          goto __pyx_L0;

          /* "discodop/_fragments.pyx":980
 * 				while n + 1 < lenline and line[n + 1] in ' \t\n':
 * 					n += 1
 * 				if n + 1 >= lenline:             # <<<<<<<<<<<<<<
 * 					return -3  # unexpected end of string after closing paren
 * 				if nodes[cur].prod == -1:  # frontier non-terminal?
 */
        }

        /* "discodop/_fragments.pyx":982
 * 				if n + 1 >= lenline:
 * 					return -3  # unexpected end of string after closing paren
 * 				if nodes[cur].prod == -1:  # frontier non-terminal?             # <<<<<<<<<<<<<<
 * 					nodes[cur].left = termidx(lensent)
 * 					lensent += 1
 */
        __pyx_t_2 = (((__pyx_v_nodes[__pyx_v_cur]).prod == -1L) != 0);
        if (__pyx_t_2) {

          /* "discodop/_fragments.pyx":983
 * 					return -3  # unexpected end of string after closing paren
 * 				if nodes[cur].prod == -1:  # frontier non-terminal?
 * 					nodes[cur].left = termidx(lensent)             # <<<<<<<<<<<<<<
 * 					lensent += 1
 * 					rule.lhs = labels.data.as_ints[cur]
 */
          (__pyx_v_nodes[__pyx_v_cur]).left = __pyx_f_8discodop_10containers_termidx(__pyx_v_lensent);

          /* "discodop/_fragments.pyx":984
 * 				if nodes[cur].prod == -1:  # frontier non-terminal?
 * 					nodes[cur].left = termidx(lensent)
 * 					lensent += 1             # <<<<<<<<<<<<<<
 * 					rule.lhs = labels.data.as_ints[cur]
 * 					rule.rhs1 = rule.rhs2 = rule.args = rule.lengths = 0
 */
          __pyx_v_lensent = (__pyx_v_lensent + 1);

          /* "discodop/_fragments.pyx":985
 * 					nodes[cur].left = termidx(lensent)
 * 					lensent += 1
 * 					rule.lhs = labels.data.as_ints[cur]             # <<<<<<<<<<<<<<
 * 					rule.rhs1 = rule.rhs2 = rule.args = rule.lengths = 0
 * 					prod = (<char *>&rule)[:sizeof(Rule)]
 */
          __pyx_v_rule.lhs = (__pyx_v_labels->data.as_ints[__pyx_v_cur]);

          /* "discodop/_fragments.pyx":986
 * 					lensent += 1
 * 					rule.lhs = labels.data.as_ints[cur]
 * 					rule.rhs1 = rule.rhs2 = rule.args = rule.lengths = 0             # <<<<<<<<<<<<<<
 * 					prod = (<char *>&rule)[:sizeof(Rule)]
 * 					nodes[cur].prod = vocab._getprodid(prod)
 */
          __pyx_v_rule.rhs1 = 0;
          __pyx_v_rule.rhs2 = 0;
          __pyx_v_rule.args = 0;
          __pyx_v_rule.lengths = 0;

          /* "discodop/_fragments.pyx":987
 * 					rule.lhs = labels.data.as_ints[cur]
 * 					rule.rhs1 = rule.rhs2 = rule.args = rule.lengths = 0
 * 					prod = (<char *>&rule)[:sizeof(Rule)]             # <<<<<<<<<<<<<<
 * 					nodes[cur].prod = vocab._getprodid(prod)
 * 				if nodes[parent].left == -1:
 */
          __pyx_t_15 = __Pyx_PyBytes_FromStringAndSize(((char *)(&__pyx_v_rule)) + 0, (sizeof(Rule)) - 0); if (unlikely(!__pyx_t_15)) __PYX_ERR(0, 987, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_15);
          __Pyx_DECREF_SET(__pyx_v_prod, ((PyObject*)__pyx_t_15));
          __pyx_t_15 = 0;

          /* "discodop/_fragments.pyx":988
 * 					rule.rhs1 = rule.rhs2 = rule.args = rule.lengths = 0
 * 					prod = (<char *>&rule)[:sizeof(Rule)]
 * 					nodes[cur].prod = vocab._getprodid(prod)             # <<<<<<<<<<<<<<
 * 				if nodes[parent].left == -1:
 * 					nodes[parent].left = cur
 */
          __pyx_t_10 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_cur_scope->__pyx_v_vocab->__pyx_vtab)->_getprodid(__pyx_cur_scope->__pyx_v_vocab, __pyx_v_prod); if (unlikely(__pyx_t_10 == -2)) __PYX_ERR(0, 988, __pyx_L1_error)
          (__pyx_v_nodes[__pyx_v_cur]).prod = __pyx_t_10;

          /* "discodop/_fragments.pyx":982
 * 				if n + 1 >= lenline:
 * 					return -3  # unexpected end of string after closing paren
 * 				if nodes[cur].prod == -1:  # frontier non-terminal?             # <<<<<<<<<<<<<<
 * 					nodes[cur].left = termidx(lensent)
 * 					lensent += 1
 */
        }

        /* "discodop/_fragments.pyx":989
 * 					prod = (<char *>&rule)[:sizeof(Rule)]
 * 					nodes[cur].prod = vocab._getprodid(prod)
 * 				if nodes[parent].left == -1:             # <<<<<<<<<<<<<<
 * 					nodes[parent].left = cur
 * 					if line[n + 1] == ')':  # first and only child, unary node
 */
        __pyx_t_2 = (((__pyx_v_nodes[__pyx_v_parent]).left == -1L) != 0);
        if (__pyx_t_2) {

          /* "discodop/_fragments.pyx":990
 * 					nodes[cur].prod = vocab._getprodid(prod)
 * 				if nodes[parent].left == -1:
 * 					nodes[parent].left = cur             # <<<<<<<<<<<<<<
 * 					if line[n + 1] == ')':  # first and only child, unary node
 * 						rule.lhs = labels.data.as_ints[parent]
 */
          (__pyx_v_nodes[__pyx_v_parent]).left = __pyx_v_cur;

          /* "discodop/_fragments.pyx":991
 * 				if nodes[parent].left == -1:
 * 					nodes[parent].left = cur
 * 					if line[n + 1] == ')':  # first and only child, unary node             # <<<<<<<<<<<<<<
 * 						rule.lhs = labels.data.as_ints[parent]
 * 						rule.rhs1 = labels.data.as_ints[cur]
 */
          __pyx_t_7 = (__pyx_v_n + 1);
          __pyx_t_18 = __Pyx_GetItemInt_Unicode(__pyx_v_line, __pyx_t_7, long, 1, __Pyx_PyInt_From_long, 0, 0, 0); if (unlikely(__pyx_t_18 == (Py_UCS4)-1)) __PYX_ERR(0, 991, __pyx_L1_error)
          __pyx_t_2 = ((__pyx_t_18 == 41) != 0);
          if (__pyx_t_2) {

            /* "discodop/_fragments.pyx":992
 * 					nodes[parent].left = cur
 * 					if line[n + 1] == ')':  # first and only child, unary node
 * 						rule.lhs = labels.data.as_ints[parent]             # <<<<<<<<<<<<<<
 * 						rule.rhs1 = labels.data.as_ints[cur]
 * 						rule.rhs2 = rule.args = 0
 */
            __pyx_v_rule.lhs = (__pyx_v_labels->data.as_ints[__pyx_v_parent]);

            /* "discodop/_fragments.pyx":993
 * 					if line[n + 1] == ')':  # first and only child, unary node
 * 						rule.lhs = labels.data.as_ints[parent]
 * 						rule.rhs1 = labels.data.as_ints[cur]             # <<<<<<<<<<<<<<
 * 						rule.rhs2 = rule.args = 0
 * 						rule.lengths = 1
 */
            __pyx_v_rule.rhs1 = (__pyx_v_labels->data.as_ints[__pyx_v_cur]);

            /* "discodop/_fragments.pyx":994
 * 						rule.lhs = labels.data.as_ints[parent]
 * 						rule.rhs1 = labels.data.as_ints[cur]
 * 						rule.rhs2 = rule.args = 0             # <<<<<<<<<<<<<<
 * 						rule.lengths = 1
 * 						prod = (<char *>&rule)[:sizeof(Rule)]
 */
            __pyx_v_rule.rhs2 = 0;
            __pyx_v_rule.args = 0;

            /* "discodop/_fragments.pyx":995
 * 						rule.rhs1 = labels.data.as_ints[cur]
 * 						rule.rhs2 = rule.args = 0
 * 						rule.lengths = 1             # <<<<<<<<<<<<<<
 * 						prod = (<char *>&rule)[:sizeof(Rule)]
 * 				elif nodes[parent].right == -1:
 */
            __pyx_v_rule.lengths = 1;

            /* "discodop/_fragments.pyx":996
 * 						rule.rhs2 = rule.args = 0
 * 						rule.lengths = 1
 * 						prod = (<char *>&rule)[:sizeof(Rule)]             # <<<<<<<<<<<<<<
 * 				elif nodes[parent].right == -1:
 * 					nodes[parent].right = cur
 */
            __pyx_t_15 = __Pyx_PyBytes_FromStringAndSize(((char *)(&__pyx_v_rule)) + 0, (sizeof(Rule)) - 0); if (unlikely(!__pyx_t_15)) __PYX_ERR(0, 996, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_15);
            __Pyx_DECREF_SET(__pyx_v_prod, ((PyObject*)__pyx_t_15));
            __pyx_t_15 = 0;

            /* "discodop/_fragments.pyx":991
 * 				if nodes[parent].left == -1:
 * 					nodes[parent].left = cur
 * 					if line[n + 1] == ')':  # first and only child, unary node             # <<<<<<<<<<<<<<
 * 						rule.lhs = labels.data.as_ints[parent]
 * 						rule.rhs1 = labels.data.as_ints[cur]
 */
          }

          /* "discodop/_fragments.pyx":989
 * 					prod = (<char *>&rule)[:sizeof(Rule)]
 * 					nodes[cur].prod = vocab._getprodid(prod)
 * 				if nodes[parent].left == -1:             # <<<<<<<<<<<<<<
 * 					nodes[parent].left = cur
 * 					if line[n + 1] == ')':  # first and only child, unary node
 */
          goto __pyx_L32;
        }

        /* "discodop/_fragments.pyx":997
 * 						rule.lengths = 1
 * 						prod = (<char *>&rule)[:sizeof(Rule)]
 * 				elif nodes[parent].right == -1:             # <<<<<<<<<<<<<<
 * 					nodes[parent].right = cur
 * 					if line[n + 1] == ')':  # 2nd and last child, binary node
 */
        __pyx_t_2 = (((__pyx_v_nodes[__pyx_v_parent]).right == -1L) != 0);
        if (__pyx_t_2) {

          /* "discodop/_fragments.pyx":998
 * 						prod = (<char *>&rule)[:sizeof(Rule)]
 * 				elif nodes[parent].right == -1:
 * 					nodes[parent].right = cur             # <<<<<<<<<<<<<<
 * 					if line[n + 1] == ')':  # 2nd and last child, binary node
 * 						rule.lhs = labels.data.as_ints[parent]
 */
          (__pyx_v_nodes[__pyx_v_parent]).right = __pyx_v_cur;

          /* "discodop/_fragments.pyx":999
 * 				elif nodes[parent].right == -1:
 * 					nodes[parent].right = cur
 * 					if line[n + 1] == ')':  # 2nd and last child, binary node             # <<<<<<<<<<<<<<
 * 						rule.lhs = labels.data.as_ints[parent]
 * 						rule.rhs1 = labels.data.as_ints[parent + 1]
 */
          __pyx_t_7 = (__pyx_v_n + 1);
          __pyx_t_18 = __Pyx_GetItemInt_Unicode(__pyx_v_line, __pyx_t_7, long, 1, __Pyx_PyInt_From_long, 0, 0, 0); if (unlikely(__pyx_t_18 == (Py_UCS4)-1)) __PYX_ERR(0, 999, __pyx_L1_error)
          __pyx_t_2 = ((__pyx_t_18 == 41) != 0);
          if (__pyx_t_2) {

            /* "discodop/_fragments.pyx":1000
 * 					nodes[parent].right = cur
 * 					if line[n + 1] == ')':  # 2nd and last child, binary node
 * 						rule.lhs = labels.data.as_ints[parent]             # <<<<<<<<<<<<<<
 * 						rule.rhs1 = labels.data.as_ints[parent + 1]
 * 						rule.rhs2 = labels.data.as_ints[cur]
 */
            __pyx_v_rule.lhs = (__pyx_v_labels->data.as_ints[__pyx_v_parent]);

            /* "discodop/_fragments.pyx":1001
 * 					if line[n + 1] == ')':  # 2nd and last child, binary node
 * 						rule.lhs = labels.data.as_ints[parent]
 * 						rule.rhs1 = labels.data.as_ints[parent + 1]             # <<<<<<<<<<<<<<
 * 						rule.rhs2 = labels.data.as_ints[cur]
 * 						rule.args = rule.lengths = 0b10
 */
            __pyx_v_rule.rhs1 = (__pyx_v_labels->data.as_ints[(__pyx_v_parent + 1)]);

            /* "discodop/_fragments.pyx":1002
 * 						rule.lhs = labels.data.as_ints[parent]
 * 						rule.rhs1 = labels.data.as_ints[parent + 1]
 * 						rule.rhs2 = labels.data.as_ints[cur]             # <<<<<<<<<<<<<<
 * 						rule.args = rule.lengths = 0b10
 * 						prod = (<char *>&rule)[:sizeof(Rule)]
 */
            __pyx_v_rule.rhs2 = (__pyx_v_labels->data.as_ints[__pyx_v_cur]);

            /* "discodop/_fragments.pyx":1003
 * 						rule.rhs1 = labels.data.as_ints[parent + 1]
 * 						rule.rhs2 = labels.data.as_ints[cur]
 * 						rule.args = rule.lengths = 0b10             # <<<<<<<<<<<<<<
 * 						prod = (<char *>&rule)[:sizeof(Rule)]
 * 				elif line[n + 1] == ')':  # last of > 2 children
 */
            __pyx_v_rule.args = 2;
            __pyx_v_rule.lengths = 2;

            /* "discodop/_fragments.pyx":1004
 * 						rule.rhs2 = labels.data.as_ints[cur]
 * 						rule.args = rule.lengths = 0b10
 * 						prod = (<char *>&rule)[:sizeof(Rule)]             # <<<<<<<<<<<<<<
 * 				elif line[n + 1] == ')':  # last of > 2 children
 * 					# collect labels
 */
            __pyx_t_15 = __Pyx_PyBytes_FromStringAndSize(((char *)(&__pyx_v_rule)) + 0, (sizeof(Rule)) - 0); if (unlikely(!__pyx_t_15)) __PYX_ERR(0, 1004, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_15);
            __Pyx_DECREF_SET(__pyx_v_prod, ((PyObject*)__pyx_t_15));
            __pyx_t_15 = 0;

            /* "discodop/_fragments.pyx":999
 * 				elif nodes[parent].right == -1:
 * 					nodes[parent].right = cur
 * 					if line[n + 1] == ')':  # 2nd and last child, binary node             # <<<<<<<<<<<<<<
 * 						rule.lhs = labels.data.as_ints[parent]
 * 						rule.rhs1 = labels.data.as_ints[parent + 1]
 */
          }

          /* "discodop/_fragments.pyx":997
 * 						rule.lengths = 1
 * 						prod = (<char *>&rule)[:sizeof(Rule)]
 * 				elif nodes[parent].right == -1:             # <<<<<<<<<<<<<<
 * 					nodes[parent].right = cur
 * 					if line[n + 1] == ')':  # 2nd and last child, binary node
 */
          goto __pyx_L32;
        }

        /* "discodop/_fragments.pyx":1005
 * 						rule.args = rule.lengths = 0b10
 * 						prod = (<char *>&rule)[:sizeof(Rule)]
 * 				elif line[n + 1] == ')':  # last of > 2 children             # <<<<<<<<<<<<<<
 * 					# collect labels
 * 					binchildren = children.pop()
 */
        __pyx_t_7 = (__pyx_v_n + 1);
        __pyx_t_18 = __Pyx_GetItemInt_Unicode(__pyx_v_line, __pyx_t_7, long, 1, __Pyx_PyInt_From_long, 0, 0, 0); if (unlikely(__pyx_t_18 == (Py_UCS4)-1)) __PYX_ERR(0, 1005, __pyx_L1_error)
        __pyx_t_2 = ((__pyx_t_18 == 41) != 0);
        if (__pyx_t_2) {

          /* "discodop/_fragments.pyx":1007
 * 				elif line[n + 1] == ')':  # last of > 2 children
 * 					# collect labels
 * 					binchildren = children.pop()             # <<<<<<<<<<<<<<
 * 					binlabels = [labels.data.as_ints[m] for m in binchildren]
 * 					binlabel = vocab._getlabelid('%s|<%s.%s>' % (
 */
          if (unlikely(__pyx_v_children == Py_None)) {
            PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "pop");
            __PYX_ERR(0, 1007, __pyx_L1_error)
          }
          __pyx_t_15 = __Pyx_PyList_Pop(__pyx_v_children); if (unlikely(!__pyx_t_15)) __PYX_ERR(0, 1007, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_15);
          if (!(likely(PyList_CheckExact(__pyx_t_15))||((__pyx_t_15) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "list", Py_TYPE(__pyx_t_15)->tp_name), 0))) __PYX_ERR(0, 1007, __pyx_L1_error)
          __Pyx_XDECREF_SET(__pyx_v_binchildren, ((PyObject*)__pyx_t_15));
          __pyx_t_15 = 0;

          /* "discodop/_fragments.pyx":1008
 * 					# collect labels
 * 					binchildren = children.pop()
 * 					binlabels = [labels.data.as_ints[m] for m in binchildren]             # <<<<<<<<<<<<<<
 * 					binlabel = vocab._getlabelid('%s|<%s.%s>' % (
 * 							vocab.idtolabel(labels.data.as_ints[parent]),
 */
          { /* enter inner scope */
            short __pyx_9genexpr16__pyx_v_m;
            __pyx_t_15 = PyList_New(0); if (unlikely(!__pyx_t_15)) __PYX_ERR(0, 1008, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_15);
            if (unlikely(__pyx_v_binchildren == Py_None)) {
              PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable");
              __PYX_ERR(0, 1008, __pyx_L1_error)
            }
            __pyx_t_14 = __pyx_v_binchildren; __Pyx_INCREF(__pyx_t_14); __pyx_t_16 = 0;
            for (;;) {
              if (__pyx_t_16 >= PyList_GET_SIZE(__pyx_t_14)) break;
              #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
              __pyx_t_13 = PyList_GET_ITEM(__pyx_t_14, __pyx_t_16); __Pyx_INCREF(__pyx_t_13); __pyx_t_16++; if (unlikely(0 < 0)) __PYX_ERR(0, 1008, __pyx_L1_error)
              #else
              __pyx_t_13 = PySequence_ITEM(__pyx_t_14, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1008, __pyx_L1_error)
              __Pyx_GOTREF(__pyx_t_13);
              #endif
              __pyx_t_11 = __Pyx_PyInt_As_short(__pyx_t_13); if (unlikely((__pyx_t_11 == (short)-1) && PyErr_Occurred())) __PYX_ERR(0, 1008, __pyx_L1_error)
              __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
              __pyx_9genexpr16__pyx_v_m = __pyx_t_11;
              __pyx_t_13 = __Pyx_PyInt_From_int((__pyx_v_labels->data.as_ints[__pyx_9genexpr16__pyx_v_m])); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1008, __pyx_L1_error)
              __Pyx_GOTREF(__pyx_t_13);
              if (unlikely(__Pyx_ListComp_Append(__pyx_t_15, (PyObject*)__pyx_t_13))) __PYX_ERR(0, 1008, __pyx_L1_error)
              __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
            }
            __Pyx_DECREF(__pyx_t_14); __pyx_t_14 = 0;
          } /* exit inner scope */
          __Pyx_XGOTREF(__pyx_cur_scope->__pyx_v_binlabels);
          __Pyx_XDECREF_SET(__pyx_cur_scope->__pyx_v_binlabels, ((PyObject*)__pyx_t_15));
          __Pyx_GIVEREF(__pyx_t_15);
          __pyx_t_15 = 0;

          /* "discodop/_fragments.pyx":1010
 * 					binlabels = [labels.data.as_ints[m] for m in binchildren]
 * 					binlabel = vocab._getlabelid('%s|<%s.%s>' % (
 * 							vocab.idtolabel(labels.data.as_ints[parent]),             # <<<<<<<<<<<<<<
 * 							vocab.idtolabel(binlabels[0]),
 * 							','.join(vocab.idtolabel(x)
 */
          __pyx_t_15 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_cur_scope->__pyx_v_vocab->__pyx_vtab)->idtolabel(__pyx_cur_scope->__pyx_v_vocab, (__pyx_v_labels->data.as_ints[__pyx_v_parent])); if (unlikely(!__pyx_t_15)) __PYX_ERR(0, 1010, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_15);

          /* "discodop/_fragments.pyx":1011
 * 					binlabel = vocab._getlabelid('%s|<%s.%s>' % (
 * 							vocab.idtolabel(labels.data.as_ints[parent]),
 * 							vocab.idtolabel(binlabels[0]),             # <<<<<<<<<<<<<<
 * 							','.join(vocab.idtolabel(x)
 * 								for x in binlabels[1:])))
 */
          __pyx_t_19 = __Pyx_PyInt_As_uint32_t(PyList_GET_ITEM(__pyx_cur_scope->__pyx_v_binlabels, 0)); if (unlikely((__pyx_t_19 == ((uint32_t)-1)) && PyErr_Occurred())) __PYX_ERR(0, 1011, __pyx_L1_error)
          __pyx_t_14 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_cur_scope->__pyx_v_vocab->__pyx_vtab)->idtolabel(__pyx_cur_scope->__pyx_v_vocab, __pyx_t_19); if (unlikely(!__pyx_t_14)) __PYX_ERR(0, 1011, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_14);

          /* "discodop/_fragments.pyx":1012
 * 							vocab.idtolabel(labels.data.as_ints[parent]),
 * 							vocab.idtolabel(binlabels[0]),
 * 							','.join(vocab.idtolabel(x)             # <<<<<<<<<<<<<<
 * 								for x in binlabels[1:])))
 * 					nodes[parent].right = idx
 */
          __pyx_t_13 = __pyx_pf_8discodop_10_fragments_8readtree_genexpr(((PyObject*)__pyx_cur_scope)); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1012, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_13);
          __pyx_t_9 = __Pyx_Generator_Next(__pyx_t_13); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 1012, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_9);
          __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
          __pyx_t_13 = PyUnicode_Join(__pyx_kp_u__16, __pyx_t_9); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1012, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_13);
          __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;

          /* "discodop/_fragments.pyx":1010
 * 					binlabels = [labels.data.as_ints[m] for m in binchildren]
 * 					binlabel = vocab._getlabelid('%s|<%s.%s>' % (
 * 							vocab.idtolabel(labels.data.as_ints[parent]),             # <<<<<<<<<<<<<<
 * 							vocab.idtolabel(binlabels[0]),
 * 							','.join(vocab.idtolabel(x)
 */
          __pyx_t_9 = PyTuple_New(3); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 1010, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_9);
          __Pyx_GIVEREF(__pyx_t_15);
          PyTuple_SET_ITEM(__pyx_t_9, 0, __pyx_t_15);
          __Pyx_GIVEREF(__pyx_t_14);
          PyTuple_SET_ITEM(__pyx_t_9, 1, __pyx_t_14);
          __Pyx_GIVEREF(__pyx_t_13);
          PyTuple_SET_ITEM(__pyx_t_9, 2, __pyx_t_13);
          __pyx_t_15 = 0;
          __pyx_t_14 = 0;
          __pyx_t_13 = 0;

          /* "discodop/_fragments.pyx":1009
 * 					binchildren = children.pop()
 * 					binlabels = [labels.data.as_ints[m] for m in binchildren]
 * 					binlabel = vocab._getlabelid('%s|<%s.%s>' % (             # <<<<<<<<<<<<<<
 * 							vocab.idtolabel(labels.data.as_ints[parent]),
 * 							vocab.idtolabel(binlabels[0]),
 */
          __pyx_t_13 = PyUnicode_Format(__pyx_kp_u_s_s_s, __pyx_t_9); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1009, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_13);
          __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;
          __pyx_t_10 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_cur_scope->__pyx_v_vocab->__pyx_vtab)->_getlabelid(__pyx_cur_scope->__pyx_v_vocab, ((PyObject*)__pyx_t_13)); if (unlikely(__pyx_t_10 == -1)) __PYX_ERR(0, 1009, __pyx_L1_error)
          __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
          __pyx_v_binlabel = __pyx_t_10;

          /* "discodop/_fragments.pyx":1014
 * 							','.join(vocab.idtolabel(x)
 * 								for x in binlabels[1:])))
 * 					nodes[parent].right = idx             # <<<<<<<<<<<<<<
 * 					rule.lhs = labels.data.as_ints[parent]
 * 					rule.rhs1 = labels.data.as_ints[parent + 1]
 */
          (__pyx_v_nodes[__pyx_v_parent]).right = __pyx_v_idx;

          /* "discodop/_fragments.pyx":1015
 * 								for x in binlabels[1:])))
 * 					nodes[parent].right = idx
 * 					rule.lhs = labels.data.as_ints[parent]             # <<<<<<<<<<<<<<
 * 					rule.rhs1 = labels.data.as_ints[parent + 1]
 * 					rule.rhs2 = binlabel
 */
          __pyx_v_rule.lhs = (__pyx_v_labels->data.as_ints[__pyx_v_parent]);

          /* "discodop/_fragments.pyx":1016
 * 					nodes[parent].right = idx
 * 					rule.lhs = labels.data.as_ints[parent]
 * 					rule.rhs1 = labels.data.as_ints[parent + 1]             # <<<<<<<<<<<<<<
 * 					rule.rhs2 = binlabel
 * 					rule.args = rule.lengths = 0b10
 */
          __pyx_v_rule.rhs1 = (__pyx_v_labels->data.as_ints[(__pyx_v_parent + 1)]);

          /* "discodop/_fragments.pyx":1017
 * 					rule.lhs = labels.data.as_ints[parent]
 * 					rule.rhs1 = labels.data.as_ints[parent + 1]
 * 					rule.rhs2 = binlabel             # <<<<<<<<<<<<<<
 * 					rule.args = rule.lengths = 0b10
 * 					prod = (<char *>&rule)[:sizeof(Rule)]
 */
          __pyx_v_rule.rhs2 = __pyx_v_binlabel;

          /* "discodop/_fragments.pyx":1018
 * 					rule.rhs1 = labels.data.as_ints[parent + 1]
 * 					rule.rhs2 = binlabel
 * 					rule.args = rule.lengths = 0b10             # <<<<<<<<<<<<<<
 * 					prod = (<char *>&rule)[:sizeof(Rule)]
 * 					# add intermediate nodes
 */
          __pyx_v_rule.args = 2;
          __pyx_v_rule.lengths = 2;

          /* "discodop/_fragments.pyx":1019
 * 					rule.rhs2 = binlabel
 * 					rule.args = rule.lengths = 0b10
 * 					prod = (<char *>&rule)[:sizeof(Rule)]             # <<<<<<<<<<<<<<
 * 					# add intermediate nodes
 * 					for m, y in enumerate(
 */
          __pyx_t_13 = __Pyx_PyBytes_FromStringAndSize(((char *)(&__pyx_v_rule)) + 0, (sizeof(Rule)) - 0); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1019, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_13);
          __Pyx_DECREF_SET(__pyx_v_prod, ((PyObject*)__pyx_t_13));
          __pyx_t_13 = 0;

          /* "discodop/_fragments.pyx":1021
 * 					prod = (<char *>&rule)[:sizeof(Rule)]
 * 					# add intermediate nodes
 * 					for m, y in enumerate(             # <<<<<<<<<<<<<<
 * 							binchildren[1:len(binchildren) - 1], 1):
 * 						nodes[idx].left = y
 */
          __pyx_t_11 = 1;

          /* "discodop/_fragments.pyx":1022
 * 					# add intermediate nodes
 * 					for m, y in enumerate(
 * 							binchildren[1:len(binchildren) - 1], 1):             # <<<<<<<<<<<<<<
 * 						nodes[idx].left = y
 * 						if m == len(binlabels) - 2:
 */
          if (unlikely(__pyx_v_binchildren == Py_None)) {
            PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
            __PYX_ERR(0, 1022, __pyx_L1_error)
          }
          if (unlikely(__pyx_v_binchildren == Py_None)) {
            PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
            __PYX_ERR(0, 1022, __pyx_L1_error)
          }
          __pyx_t_16 = PyList_GET_SIZE(__pyx_v_binchildren); if (unlikely(__pyx_t_16 == -1)) __PYX_ERR(0, 1022, __pyx_L1_error)
          __pyx_t_13 = __Pyx_PyList_GetSlice(__pyx_v_binchildren, 1, (__pyx_t_16 - 1)); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1022, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_13);

          /* "discodop/_fragments.pyx":1021
 * 					prod = (<char *>&rule)[:sizeof(Rule)]
 * 					# add intermediate nodes
 * 					for m, y in enumerate(             # <<<<<<<<<<<<<<
 * 							binchildren[1:len(binchildren) - 1], 1):
 * 						nodes[idx].left = y
 */
          __pyx_t_9 = __pyx_t_13; __Pyx_INCREF(__pyx_t_9); __pyx_t_16 = 0;
          __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
          for (;;) {
            if (__pyx_t_16 >= PyList_GET_SIZE(__pyx_t_9)) break;
            #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
            __pyx_t_13 = PyList_GET_ITEM(__pyx_t_9, __pyx_t_16); __Pyx_INCREF(__pyx_t_13); __pyx_t_16++; if (unlikely(0 < 0)) __PYX_ERR(0, 1021, __pyx_L1_error)
            #else
            __pyx_t_13 = PySequence_ITEM(__pyx_t_9, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1021, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_13);
            #endif
            __pyx_t_20 = __Pyx_PyInt_As_short(__pyx_t_13); if (unlikely((__pyx_t_20 == (short)-1) && PyErr_Occurred())) __PYX_ERR(0, 1021, __pyx_L1_error)
            __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
            __pyx_v_y = __pyx_t_20;
            __pyx_cur_scope->__pyx_v_m = __pyx_t_11;
            __pyx_t_11 = (__pyx_t_11 + 1);

            /* "discodop/_fragments.pyx":1023
 * 					for m, y in enumerate(
 * 							binchildren[1:len(binchildren) - 1], 1):
 * 						nodes[idx].left = y             # <<<<<<<<<<<<<<
 * 						if m == len(binlabels) - 2:
 * 							nodes[idx].right = binchildren[m + 1]
 */
            (__pyx_v_nodes[__pyx_v_idx]).left = __pyx_v_y;

            /* "discodop/_fragments.pyx":1024
 * 							binchildren[1:len(binchildren) - 1], 1):
 * 						nodes[idx].left = y
 * 						if m == len(binlabels) - 2:             # <<<<<<<<<<<<<<
 * 							nodes[idx].right = binchildren[m + 1]
 * 							binlabel2 = binlabels[len(binlabels) - 1]
 */
            __pyx_t_13 = __pyx_cur_scope->__pyx_v_binlabels;
            __Pyx_INCREF(__pyx_t_13);
            if (unlikely(__pyx_t_13 == Py_None)) {
              PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
              __PYX_ERR(0, 1024, __pyx_L1_error)
            }
            __pyx_t_1 = PyList_GET_SIZE(__pyx_t_13); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(0, 1024, __pyx_L1_error)
            __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
            __pyx_t_2 = ((__pyx_cur_scope->__pyx_v_m == (__pyx_t_1 - 2)) != 0);
            if (__pyx_t_2) {

              /* "discodop/_fragments.pyx":1025
 * 						nodes[idx].left = y
 * 						if m == len(binlabels) - 2:
 * 							nodes[idx].right = binchildren[m + 1]             # <<<<<<<<<<<<<<
 * 							binlabel2 = binlabels[len(binlabels) - 1]
 * 						else:
 */
              if (unlikely(__pyx_v_binchildren == Py_None)) {
                PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
                __PYX_ERR(0, 1025, __pyx_L1_error)
              }
              __pyx_t_7 = (__pyx_cur_scope->__pyx_v_m + 1);
              __pyx_t_21 = __Pyx_PyInt_As_int16_t(PyList_GET_ITEM(__pyx_v_binchildren, __pyx_t_7)); if (unlikely((__pyx_t_21 == ((int16_t)-1)) && PyErr_Occurred())) __PYX_ERR(0, 1025, __pyx_L1_error)
              (__pyx_v_nodes[__pyx_v_idx]).right = __pyx_t_21;

              /* "discodop/_fragments.pyx":1026
 * 						if m == len(binlabels) - 2:
 * 							nodes[idx].right = binchildren[m + 1]
 * 							binlabel2 = binlabels[len(binlabels) - 1]             # <<<<<<<<<<<<<<
 * 						else:
 * 							nodes[idx].right = idx + 1
 */
              __pyx_t_13 = __pyx_cur_scope->__pyx_v_binlabels;
              __Pyx_INCREF(__pyx_t_13);
              if (unlikely(__pyx_t_13 == Py_None)) {
                PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
                __PYX_ERR(0, 1026, __pyx_L1_error)
              }
              __pyx_t_1 = PyList_GET_SIZE(__pyx_t_13); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(0, 1026, __pyx_L1_error)
              __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
              __pyx_t_22 = (__pyx_t_1 - 1);
              __pyx_t_10 = __Pyx_PyInt_As_int(PyList_GET_ITEM(__pyx_cur_scope->__pyx_v_binlabels, __pyx_t_22)); if (unlikely((__pyx_t_10 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 1026, __pyx_L1_error)
              __pyx_v_binlabel2 = __pyx_t_10;

              /* "discodop/_fragments.pyx":1024
 * 							binchildren[1:len(binchildren) - 1], 1):
 * 						nodes[idx].left = y
 * 						if m == len(binlabels) - 2:             # <<<<<<<<<<<<<<
 * 							nodes[idx].right = binchildren[m + 1]
 * 							binlabel2 = binlabels[len(binlabels) - 1]
 */
              goto __pyx_L39;
            }

            /* "discodop/_fragments.pyx":1028
 * 							binlabel2 = binlabels[len(binlabels) - 1]
 * 						else:
 * 							nodes[idx].right = idx + 1             # <<<<<<<<<<<<<<
 * 							binlabel2 = vocab._getlabelid('%s|<%s.%s>' % (
 * 									vocab.idtolabel(
 */
            /*else*/ {
              (__pyx_v_nodes[__pyx_v_idx]).right = (__pyx_v_idx + 1);

              /* "discodop/_fragments.pyx":1030
 * 							nodes[idx].right = idx + 1
 * 							binlabel2 = vocab._getlabelid('%s|<%s.%s>' % (
 * 									vocab.idtolabel(             # <<<<<<<<<<<<<<
 * 										labels.data.as_ints[parent]),
 * 									','.join(vocab.idtolabel(x)
 */
              __pyx_t_13 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_cur_scope->__pyx_v_vocab->__pyx_vtab)->idtolabel(__pyx_cur_scope->__pyx_v_vocab, (__pyx_v_labels->data.as_ints[__pyx_v_parent])); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1030, __pyx_L1_error)
              __Pyx_GOTREF(__pyx_t_13);

              /* "discodop/_fragments.pyx":1032
 * 									vocab.idtolabel(
 * 										labels.data.as_ints[parent]),
 * 									','.join(vocab.idtolabel(x)             # <<<<<<<<<<<<<<
 * 										for x in binlabels[:m + 1]),
 * 									','.join(vocab.idtolabel(x)
 */
              __pyx_t_14 = __pyx_pf_8discodop_10_fragments_8readtree_3genexpr(((PyObject*)__pyx_cur_scope)); if (unlikely(!__pyx_t_14)) __PYX_ERR(0, 1032, __pyx_L1_error)
              __Pyx_GOTREF(__pyx_t_14);
              __pyx_t_15 = __Pyx_Generator_Next(__pyx_t_14); if (unlikely(!__pyx_t_15)) __PYX_ERR(0, 1032, __pyx_L1_error)
              __Pyx_GOTREF(__pyx_t_15);
              __Pyx_DECREF(__pyx_t_14); __pyx_t_14 = 0;
              __pyx_t_14 = PyUnicode_Join(__pyx_kp_u__16, __pyx_t_15); if (unlikely(!__pyx_t_14)) __PYX_ERR(0, 1032, __pyx_L1_error)
              __Pyx_GOTREF(__pyx_t_14);
              __Pyx_DECREF(__pyx_t_15); __pyx_t_15 = 0;

              /* "discodop/_fragments.pyx":1034
 * 									','.join(vocab.idtolabel(x)
 * 										for x in binlabels[:m + 1]),
 * 									','.join(vocab.idtolabel(x)             # <<<<<<<<<<<<<<
 * 										for x in binlabels[m + 1:])))
 * 						nodes[parent].prod = vocab._getprodid(prod)
 */
              __pyx_t_15 = __pyx_pf_8discodop_10_fragments_8readtree_6genexpr(((PyObject*)__pyx_cur_scope)); if (unlikely(!__pyx_t_15)) __PYX_ERR(0, 1034, __pyx_L1_error)
              __Pyx_GOTREF(__pyx_t_15);
              __pyx_t_23 = __Pyx_Generator_Next(__pyx_t_15); if (unlikely(!__pyx_t_23)) __PYX_ERR(0, 1034, __pyx_L1_error)
              __Pyx_GOTREF(__pyx_t_23);
              __Pyx_DECREF(__pyx_t_15); __pyx_t_15 = 0;
              __pyx_t_15 = PyUnicode_Join(__pyx_kp_u__16, __pyx_t_23); if (unlikely(!__pyx_t_15)) __PYX_ERR(0, 1034, __pyx_L1_error)
              __Pyx_GOTREF(__pyx_t_15);
              __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0;

              /* "discodop/_fragments.pyx":1030
 * 							nodes[idx].right = idx + 1
 * 							binlabel2 = vocab._getlabelid('%s|<%s.%s>' % (
 * 									vocab.idtolabel(             # <<<<<<<<<<<<<<
 * 										labels.data.as_ints[parent]),
 * 									','.join(vocab.idtolabel(x)
 */
              __pyx_t_23 = PyTuple_New(3); if (unlikely(!__pyx_t_23)) __PYX_ERR(0, 1030, __pyx_L1_error)
              __Pyx_GOTREF(__pyx_t_23);
              __Pyx_GIVEREF(__pyx_t_13);
              PyTuple_SET_ITEM(__pyx_t_23, 0, __pyx_t_13);
              __Pyx_GIVEREF(__pyx_t_14);
              PyTuple_SET_ITEM(__pyx_t_23, 1, __pyx_t_14);
              __Pyx_GIVEREF(__pyx_t_15);
              PyTuple_SET_ITEM(__pyx_t_23, 2, __pyx_t_15);
              __pyx_t_13 = 0;
              __pyx_t_14 = 0;
              __pyx_t_15 = 0;

              /* "discodop/_fragments.pyx":1029
 * 						else:
 * 							nodes[idx].right = idx + 1
 * 							binlabel2 = vocab._getlabelid('%s|<%s.%s>' % (             # <<<<<<<<<<<<<<
 * 									vocab.idtolabel(
 * 										labels.data.as_ints[parent]),
 */
              __pyx_t_15 = PyUnicode_Format(__pyx_kp_u_s_s_s, __pyx_t_23); if (unlikely(!__pyx_t_15)) __PYX_ERR(0, 1029, __pyx_L1_error)
              __Pyx_GOTREF(__pyx_t_15);
              __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0;
              __pyx_t_10 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_cur_scope->__pyx_v_vocab->__pyx_vtab)->_getlabelid(__pyx_cur_scope->__pyx_v_vocab, ((PyObject*)__pyx_t_15)); if (unlikely(__pyx_t_10 == -1)) __PYX_ERR(0, 1029, __pyx_L1_error)
              __Pyx_DECREF(__pyx_t_15); __pyx_t_15 = 0;
              __pyx_v_binlabel2 = __pyx_t_10;
            }
            __pyx_L39:;

            /* "discodop/_fragments.pyx":1036
 * 									','.join(vocab.idtolabel(x)
 * 										for x in binlabels[m + 1:])))
 * 						nodes[parent].prod = vocab._getprodid(prod)             # <<<<<<<<<<<<<<
 * 						parent = idx
 * 						label, binlabel = binlabel, binlabel2
 */
            __pyx_t_10 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_cur_scope->__pyx_v_vocab->__pyx_vtab)->_getprodid(__pyx_cur_scope->__pyx_v_vocab, __pyx_v_prod); if (unlikely(__pyx_t_10 == -2)) __PYX_ERR(0, 1036, __pyx_L1_error)
            (__pyx_v_nodes[__pyx_v_parent]).prod = __pyx_t_10;

            /* "discodop/_fragments.pyx":1037
 * 										for x in binlabels[m + 1:])))
 * 						nodes[parent].prod = vocab._getprodid(prod)
 * 						parent = idx             # <<<<<<<<<<<<<<
 * 						label, binlabel = binlabel, binlabel2
 * 						rule.lhs, rule.rhs1, rule.rhs2 = (
 */
            __pyx_v_parent = __pyx_v_idx;

            /* "discodop/_fragments.pyx":1038
 * 						nodes[parent].prod = vocab._getprodid(prod)
 * 						parent = idx
 * 						label, binlabel = binlabel, binlabel2             # <<<<<<<<<<<<<<
 * 						rule.lhs, rule.rhs1, rule.rhs2 = (
 * 								label, labels.data.as_ints[y], binlabel)
 */
            __pyx_t_10 = __pyx_v_binlabel;
            __pyx_t_24 = __pyx_v_binlabel2;
            __pyx_v_label = __pyx_t_10;
            __pyx_v_binlabel = __pyx_t_24;

            /* "discodop/_fragments.pyx":1040
 * 						label, binlabel = binlabel, binlabel2
 * 						rule.lhs, rule.rhs1, rule.rhs2 = (
 * 								label, labels.data.as_ints[y], binlabel)             # <<<<<<<<<<<<<<
 * 						rule.args = rule.lengths = 0b10
 * 						prod = (<char *>&rule)[:sizeof(Rule)]
 */
            __pyx_t_24 = __pyx_v_label;
            __pyx_t_10 = (__pyx_v_labels->data.as_ints[__pyx_v_y]);
            __pyx_t_25 = __pyx_v_binlabel;

            /* "discodop/_fragments.pyx":1039
 * 						parent = idx
 * 						label, binlabel = binlabel, binlabel2
 * 						rule.lhs, rule.rhs1, rule.rhs2 = (             # <<<<<<<<<<<<<<
 * 								label, labels.data.as_ints[y], binlabel)
 * 						rule.args = rule.lengths = 0b10
 */
            __pyx_v_rule.lhs = __pyx_t_24;
            __pyx_v_rule.rhs1 = __pyx_t_10;
            __pyx_v_rule.rhs2 = __pyx_t_25;

            /* "discodop/_fragments.pyx":1041
 * 						rule.lhs, rule.rhs1, rule.rhs2 = (
 * 								label, labels.data.as_ints[y], binlabel)
 * 						rule.args = rule.lengths = 0b10             # <<<<<<<<<<<<<<
 * 						prod = (<char *>&rule)[:sizeof(Rule)]
 * 						idx += 1
 */
            __pyx_v_rule.args = 2;
            __pyx_v_rule.lengths = 2;

            /* "discodop/_fragments.pyx":1042
 * 								label, labels.data.as_ints[y], binlabel)
 * 						rule.args = rule.lengths = 0b10
 * 						prod = (<char *>&rule)[:sizeof(Rule)]             # <<<<<<<<<<<<<<
 * 						idx += 1
 * 						labels.append(label)
 */
            __pyx_t_15 = __Pyx_PyBytes_FromStringAndSize(((char *)(&__pyx_v_rule)) + 0, (sizeof(Rule)) - 0); if (unlikely(!__pyx_t_15)) __PYX_ERR(0, 1042, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_15);
            __Pyx_DECREF_SET(__pyx_v_prod, ((PyObject*)__pyx_t_15));
            __pyx_t_15 = 0;

            /* "discodop/_fragments.pyx":1043
 * 						rule.args = rule.lengths = 0b10
 * 						prod = (<char *>&rule)[:sizeof(Rule)]
 * 						idx += 1             # <<<<<<<<<<<<<<
 * 						labels.append(label)
 * 				# else:  # there is no else.
 */
            __pyx_v_idx = (__pyx_v_idx + 1);

            /* "discodop/_fragments.pyx":1044
 * 						prod = (<char *>&rule)[:sizeof(Rule)]
 * 						idx += 1
 * 						labels.append(label)             # <<<<<<<<<<<<<<
 * 				# else:  # there is no else.
 * 			else:  # end of stack, should be end of tree
 */
            __pyx_t_15 = __Pyx_PyInt_From_int(__pyx_v_label); if (unlikely(!__pyx_t_15)) __PYX_ERR(0, 1044, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_15);
            __pyx_t_12 = __Pyx_PyObject_Append(((PyObject *)__pyx_v_labels), __pyx_t_15); if (unlikely(__pyx_t_12 == -1)) __PYX_ERR(0, 1044, __pyx_L1_error)
            __Pyx_DECREF(__pyx_t_15); __pyx_t_15 = 0;

            /* "discodop/_fragments.pyx":1021
 * 					prod = (<char *>&rule)[:sizeof(Rule)]
 * 					# add intermediate nodes
 * 					for m, y in enumerate(             # <<<<<<<<<<<<<<
 * 							binchildren[1:len(binchildren) - 1], 1):
 * 						nodes[idx].left = y
 */
          }
          __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;

          /* "discodop/_fragments.pyx":1005
 * 						rule.args = rule.lengths = 0b10
 * 						prod = (<char *>&rule)[:sizeof(Rule)]
 * 				elif line[n + 1] == ')':  # last of > 2 children             # <<<<<<<<<<<<<<
 * 					# collect labels
 * 					binchildren = children.pop()
 */
        }
        __pyx_L32:;

        /* "discodop/_fragments.pyx":975
 * 			prod = terminal = None
 * 			cur = stack.pop()
 * 			if stack:             # <<<<<<<<<<<<<<
 * 				parent = stack.data.as_shorts[len(stack) - 1]
 * 				# lookahead for next paren
 */
        goto __pyx_L25;
      }

      /* "discodop/_fragments.pyx":1047
 * 				# else:  # there is no else.
 * 			else:  # end of stack, should be end of tree
 * 				n += 1             # <<<<<<<<<<<<<<
 * 				while n < lenline and line[n] in ' \t\n':
 * 					n += 1
 */
      /*else*/ {
        __pyx_v_n = (__pyx_v_n + 1);

        /* "discodop/_fragments.pyx":1048
 * 			else:  # end of stack, should be end of tree
 * 				n += 1
 * 				while n < lenline and line[n] in ' \t\n':             # <<<<<<<<<<<<<<
 * 					n += 1
 * 				if n < lenline:
 */
        while (1) {
          __pyx_t_3 = ((__pyx_v_n < __pyx_v_lenline) != 0);
          if (__pyx_t_3) {
          } else {
            __pyx_t_2 = __pyx_t_3;
            goto __pyx_L42_bool_binop_done;
          }
          __pyx_t_18 = __Pyx_GetItemInt_Unicode(__pyx_v_line, __pyx_v_n, short, 1, __Pyx_PyInt_From_short, 0, 0, 0); if (unlikely(__pyx_t_18 == (Py_UCS4)-1)) __PYX_ERR(0, 1048, __pyx_L1_error)
          switch (__pyx_t_18) {
            case 9:
            case 10:
            case 32:
            __pyx_t_3 = 1;
            break;
            default:
            __pyx_t_3 = 0;
            break;
          }
          __pyx_t_5 = (__pyx_t_3 != 0);
          __pyx_t_2 = __pyx_t_5;
          __pyx_L42_bool_binop_done:;
          if (!__pyx_t_2) break;

          /* "discodop/_fragments.pyx":1049
 * 				n += 1
 * 				while n < lenline and line[n] in ' \t\n':
 * 					n += 1             # <<<<<<<<<<<<<<
 * 				if n < lenline:
 * 					return -4  # unexpected data after end of tree
 */
          __pyx_v_n = (__pyx_v_n + 1);
        }

        /* "discodop/_fragments.pyx":1050
 * 				while n < lenline and line[n] in ' \t\n':
 * 					n += 1
 * 				if n < lenline:             # <<<<<<<<<<<<<<
 * 					return -4  # unexpected data after end of tree
 * 		else:  # terminal
 */
        __pyx_t_2 = ((__pyx_v_n < __pyx_v_lenline) != 0);
        if (__pyx_t_2) {

          /* "discodop/_fragments.pyx":1051
 * 					n += 1
 * 				if n < lenline:
 * 					return -4  # unexpected data after end of tree             # <<<<<<<<<<<<<<
 * 		else:  # terminal
 * 			start = n
 */
          __pyx_r = -4;
          goto __pyx_L0;

          /* "discodop/_fragments.pyx":1050
 * 				while n < lenline and line[n] in ' \t\n':
 * 					n += 1
 * 				if n < lenline:             # <<<<<<<<<<<<<<
 * 					return -4  # unexpected data after end of tree
 * 		else:  # terminal
 */
        }
      }
      __pyx_L25:;

      /* "discodop/_fragments.pyx":972
 * 				children[len(children) - 1].append(
 * 						stack.data.as_shorts[len(stack) - 1])
 * 		elif line[n] == ')':             # <<<<<<<<<<<<<<
 * 			prod = terminal = None
 * 			cur = stack.pop()
 */
      goto __pyx_L9;
    }

    /* "discodop/_fragments.pyx":1053
 * 					return -4  # unexpected data after end of tree
 * 		else:  # terminal
 * 			start = n             # <<<<<<<<<<<<<<
 * 			while n < lenline and line[n] not in ') \t\n':
 * 				n += 1
 */
    /*else*/ {
      __pyx_v_start = __pyx_v_n;

      /* "discodop/_fragments.pyx":1054
 * 		else:  # terminal
 * 			start = n
 * 			while n < lenline and line[n] not in ') \t\n':             # <<<<<<<<<<<<<<
 * 				n += 1
 * 			terminal = line[start:n]
 */
      while (1) {
        __pyx_t_5 = ((__pyx_v_n < __pyx_v_lenline) != 0);
        if (__pyx_t_5) {
        } else {
          __pyx_t_2 = __pyx_t_5;
          goto __pyx_L47_bool_binop_done;
        }
        __pyx_t_26 = __Pyx_GetItemInt_Unicode(__pyx_v_line, __pyx_v_n, short, 1, __Pyx_PyInt_From_short, 0, 0, 0); if (unlikely(__pyx_t_26 == (Py_UCS4)-1)) __PYX_ERR(0, 1054, __pyx_L1_error)
        switch (__pyx_t_26) {
          case 9:
          case 10:
          case 32:
          case 41:
          __pyx_t_5 = 0;
          break;
          default:
          __pyx_t_5 = 1;
          break;
        }
        __pyx_t_3 = (__pyx_t_5 != 0);
        __pyx_t_2 = __pyx_t_3;
        __pyx_L47_bool_binop_done:;
        if (!__pyx_t_2) break;

        /* "discodop/_fragments.pyx":1055
 * 			start = n
 * 			while n < lenline and line[n] not in ') \t\n':
 * 				n += 1             # <<<<<<<<<<<<<<
 * 			terminal = line[start:n]
 * 			while n < lenline and line[n] in ' \t\n':
 */
        __pyx_v_n = (__pyx_v_n + 1);
      }

      /* "discodop/_fragments.pyx":1056
 * 			while n < lenline and line[n] not in ') \t\n':
 * 				n += 1
 * 			terminal = line[start:n]             # <<<<<<<<<<<<<<
 * 			while n < lenline and line[n] in ' \t\n':
 * 				n += 1
 */
      if (unlikely(__pyx_v_line == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
        __PYX_ERR(0, 1056, __pyx_L1_error)
      }
      __pyx_t_9 = __Pyx_PyUnicode_Substring(__pyx_v_line, __pyx_v_start, __pyx_v_n); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 1056, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_9);
      __Pyx_DECREF_SET(__pyx_v_terminal, ((PyObject*)__pyx_t_9));
      __pyx_t_9 = 0;

      /* "discodop/_fragments.pyx":1057
 * 				n += 1
 * 			terminal = line[start:n]
 * 			while n < lenline and line[n] in ' \t\n':             # <<<<<<<<<<<<<<
 * 				n += 1
 * 			if line[n] != ')':
 */
      while (1) {
        __pyx_t_3 = ((__pyx_v_n < __pyx_v_lenline) != 0);
        if (__pyx_t_3) {
        } else {
          __pyx_t_2 = __pyx_t_3;
          goto __pyx_L51_bool_binop_done;
        }
        __pyx_t_27 = __Pyx_GetItemInt_Unicode(__pyx_v_line, __pyx_v_n, short, 1, __Pyx_PyInt_From_short, 0, 0, 0); if (unlikely(__pyx_t_27 == (Py_UCS4)-1)) __PYX_ERR(0, 1057, __pyx_L1_error)
        switch (__pyx_t_27) {
          case 9:
          case 10:
          case 32:
          __pyx_t_3 = 1;
          break;
          default:
          __pyx_t_3 = 0;
          break;
        }
        __pyx_t_5 = (__pyx_t_3 != 0);
        __pyx_t_2 = __pyx_t_5;
        __pyx_L51_bool_binop_done:;
        if (!__pyx_t_2) break;

        /* "discodop/_fragments.pyx":1058
 * 			terminal = line[start:n]
 * 			while n < lenline and line[n] in ' \t\n':
 * 				n += 1             # <<<<<<<<<<<<<<
 * 			if line[n] != ')':
 * 				return -5  # unexpected data after terminal
 */
        __pyx_v_n = (__pyx_v_n + 1);
      }

      /* "discodop/_fragments.pyx":1059
 * 			while n < lenline and line[n] in ' \t\n':
 * 				n += 1
 * 			if line[n] != ')':             # <<<<<<<<<<<<<<
 * 				return -5  # unexpected data after terminal
 * 			n -= 1
 */
      __pyx_t_28 = __Pyx_GetItemInt_Unicode(__pyx_v_line, __pyx_v_n, short, 1, __Pyx_PyInt_From_short, 0, 0, 0); if (unlikely(__pyx_t_28 == (Py_UCS4)-1)) __PYX_ERR(0, 1059, __pyx_L1_error)
      __pyx_t_2 = ((__pyx_t_28 != 41) != 0);
      if (__pyx_t_2) {

        /* "discodop/_fragments.pyx":1060
 * 				n += 1
 * 			if line[n] != ')':
 * 				return -5  # unexpected data after terminal             # <<<<<<<<<<<<<<
 * 			n -= 1
 * 			parent = stack.data.as_shorts[len(stack) - 1]
 */
        __pyx_r = -5;
        goto __pyx_L0;

        /* "discodop/_fragments.pyx":1059
 * 			while n < lenline and line[n] in ' \t\n':
 * 				n += 1
 * 			if line[n] != ')':             # <<<<<<<<<<<<<<
 * 				return -5  # unexpected data after terminal
 * 			n -= 1
 */
      }

      /* "discodop/_fragments.pyx":1061
 * 			if line[n] != ')':
 * 				return -5  # unexpected data after terminal
 * 			n -= 1             # <<<<<<<<<<<<<<
 * 			parent = stack.data.as_shorts[len(stack) - 1]
 * 			# if disc:
 */
      __pyx_v_n = (__pyx_v_n - 1);

      /* "discodop/_fragments.pyx":1062
 * 				return -5  # unexpected data after terminal
 * 			n -= 1
 * 			parent = stack.data.as_shorts[len(stack) - 1]             # <<<<<<<<<<<<<<
 * 			# if disc:
 * 			# 	m = terminal.find('=')
 */
      if (unlikely(((PyObject *)__pyx_v_stack) == Py_None)) {
        PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
        __PYX_ERR(0, 1062, __pyx_L1_error)
      }
      __pyx_t_16 = Py_SIZE(((PyObject *)__pyx_v_stack)); if (unlikely(__pyx_t_16 == -1)) __PYX_ERR(0, 1062, __pyx_L1_error)
      __pyx_v_parent = (__pyx_v_stack->data.as_shorts[(__pyx_t_16 - 1)]);

      /* "discodop/_fragments.pyx":1071
 * 			# else:
 * 			# 	nodes[parent].left = termidx(lensent)
 * 			nodes[parent].left = termidx(lensent)             # <<<<<<<<<<<<<<
 * 			lensent += 1
 * 			rule.lhs = labels.data.as_ints[parent]
 */
      (__pyx_v_nodes[__pyx_v_parent]).left = __pyx_f_8discodop_10containers_termidx(__pyx_v_lensent);

      /* "discodop/_fragments.pyx":1072
 * 			# 	nodes[parent].left = termidx(lensent)
 * 			nodes[parent].left = termidx(lensent)
 * 			lensent += 1             # <<<<<<<<<<<<<<
 * 			rule.lhs = labels.data.as_ints[parent]
 * 			rule.rhs1 = rule.rhs2 = rule.lengths = 0
 */
      __pyx_v_lensent = (__pyx_v_lensent + 1);

      /* "discodop/_fragments.pyx":1073
 * 			nodes[parent].left = termidx(lensent)
 * 			lensent += 1
 * 			rule.lhs = labels.data.as_ints[parent]             # <<<<<<<<<<<<<<
 * 			rule.rhs1 = rule.rhs2 = rule.lengths = 0
 * 			rule.args = vocab._getlabelid(terminal)
 */
      __pyx_v_rule.lhs = (__pyx_v_labels->data.as_ints[__pyx_v_parent]);

      /* "discodop/_fragments.pyx":1074
 * 			lensent += 1
 * 			rule.lhs = labels.data.as_ints[parent]
 * 			rule.rhs1 = rule.rhs2 = rule.lengths = 0             # <<<<<<<<<<<<<<
 * 			rule.args = vocab._getlabelid(terminal)
 * 			prod = (<char *>&rule)[:sizeof(Rule)]
 */
      __pyx_v_rule.rhs1 = 0;
      __pyx_v_rule.rhs2 = 0;
      __pyx_v_rule.lengths = 0;

      /* "discodop/_fragments.pyx":1075
 * 			rule.lhs = labels.data.as_ints[parent]
 * 			rule.rhs1 = rule.rhs2 = rule.lengths = 0
 * 			rule.args = vocab._getlabelid(terminal)             # <<<<<<<<<<<<<<
 * 			prod = (<char *>&rule)[:sizeof(Rule)]
 * 		if prod is None:
 */
      __pyx_t_25 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_cur_scope->__pyx_v_vocab->__pyx_vtab)->_getlabelid(__pyx_cur_scope->__pyx_v_vocab, __pyx_v_terminal); if (unlikely(__pyx_t_25 == -1)) __PYX_ERR(0, 1075, __pyx_L1_error)
      __pyx_v_rule.args = __pyx_t_25;

      /* "discodop/_fragments.pyx":1076
 * 			rule.rhs1 = rule.rhs2 = rule.lengths = 0
 * 			rule.args = vocab._getlabelid(terminal)
 * 			prod = (<char *>&rule)[:sizeof(Rule)]             # <<<<<<<<<<<<<<
 * 		if prod is None:
 * 			pass
 */
      __pyx_t_9 = __Pyx_PyBytes_FromStringAndSize(((char *)(&__pyx_v_rule)) + 0, (sizeof(Rule)) - 0); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 1076, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_9);
      __Pyx_DECREF_SET(__pyx_v_prod, ((PyObject*)__pyx_t_9));
      __pyx_t_9 = 0;
    }
    __pyx_L9:;

    /* "discodop/_fragments.pyx":1077
 * 			rule.args = vocab._getlabelid(terminal)
 * 			prod = (<char *>&rule)[:sizeof(Rule)]
 * 		if prod is None:             # <<<<<<<<<<<<<<
 * 			pass
 * 		else:
 */
    __pyx_t_2 = (__pyx_v_prod == ((PyObject*)Py_None));
    __pyx_t_5 = (__pyx_t_2 != 0);
    if (__pyx_t_5) {
      goto __pyx_L54;
    }

    /* "discodop/_fragments.pyx":1080
 * 			pass
 * 		else:
 * 			nodes[parent].prod = vocab._getprodid(prod)             # <<<<<<<<<<<<<<
 * 		n += 1
 * 
 */
    /*else*/ {
      __pyx_t_25 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_cur_scope->__pyx_v_vocab->__pyx_vtab)->_getprodid(__pyx_cur_scope->__pyx_v_vocab, __pyx_v_prod); if (unlikely(__pyx_t_25 == -2)) __PYX_ERR(0, 1080, __pyx_L1_error)
      (__pyx_v_nodes[__pyx_v_parent]).prod = __pyx_t_25;
    }
    __pyx_L54:;

    /* "discodop/_fragments.pyx":1081
 * 		else:
 * 			nodes[parent].prod = vocab._getprodid(prod)
 * 		n += 1             # <<<<<<<<<<<<<<
 * 
 * 	if len(stack) != 0 or len(children) != 0:
 */
    __pyx_v_n = (__pyx_v_n + 1);
  }
  __pyx_L4_break:;

  /* "discodop/_fragments.pyx":1083
 * 		n += 1
 * 
 * 	if len(stack) != 0 or len(children) != 0:             # <<<<<<<<<<<<<<
 * 		return -7  # stack / children not empty after end of string
 * 	return idx
 */
  if (unlikely(((PyObject *)__pyx_v_stack) == Py_None)) {
    PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
    __PYX_ERR(0, 1083, __pyx_L1_error)
  }
  __pyx_t_16 = Py_SIZE(((PyObject *)__pyx_v_stack)); if (unlikely(__pyx_t_16 == -1)) __PYX_ERR(0, 1083, __pyx_L1_error)
  __pyx_t_2 = ((__pyx_t_16 != 0) != 0);
  if (!__pyx_t_2) {
  } else {
    __pyx_t_5 = __pyx_t_2;
    goto __pyx_L56_bool_binop_done;
  }
  if (unlikely(__pyx_v_children == Py_None)) {
    PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()");
    __PYX_ERR(0, 1083, __pyx_L1_error)
  }
  __pyx_t_16 = PyList_GET_SIZE(__pyx_v_children); if (unlikely(__pyx_t_16 == -1)) __PYX_ERR(0, 1083, __pyx_L1_error)
  __pyx_t_2 = ((__pyx_t_16 != 0) != 0);
  __pyx_t_5 = __pyx_t_2;
  __pyx_L56_bool_binop_done:;
  if (__pyx_t_5) {

    /* "discodop/_fragments.pyx":1084
 * 
 * 	if len(stack) != 0 or len(children) != 0:
 * 		return -7  # stack / children not empty after end of string             # <<<<<<<<<<<<<<
 * 	return idx
 * 
 */
    __pyx_r = -7;
    goto __pyx_L0;

    /* "discodop/_fragments.pyx":1083
 * 		n += 1
 * 
 * 	if len(stack) != 0 or len(children) != 0:             # <<<<<<<<<<<<<<
 * 		return -7  # stack / children not empty after end of string
 * 	return idx
 */
  }

  /* "discodop/_fragments.pyx":1085
 * 	if len(stack) != 0 or len(children) != 0:
 * 		return -7  # stack / children not empty after end of string
 * 	return idx             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_r = __pyx_v_idx;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":918
 * 
 * 
 * cdef int readtree(             # <<<<<<<<<<<<<<
 * 		str line, Vocabulary vocab, Node *nodes, array stack,
 * 		array labels, list children) except -9:
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_9);
  __Pyx_XDECREF(__pyx_t_13);
  __Pyx_XDECREF(__pyx_t_14);
  __Pyx_XDECREF(__pyx_t_15);
  __Pyx_XDECREF(__pyx_t_23);
  __Pyx_AddTraceback("discodop._fragments.readtree", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = -9;
  __pyx_L0:;
  __Pyx_XDECREF(__pyx_v_terminal);
  __Pyx_XDECREF(__pyx_v_prod);
  __Pyx_XDECREF(__pyx_v_binchildren);
  __Pyx_DECREF(((PyObject *)__pyx_cur_scope));
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":1088
 * 
 * 
 * cdef inline copynodes(tree, list prodsintree, Node *result, int *idx):             # <<<<<<<<<<<<<<
 * 	"""Convert a binarized Tree object to an array of Node structs."""
 * 	cdef size_t n = idx[0]
 */

static CYTHON_INLINE PyObject *__pyx_f_8discodop_10_fragments_copynodes(PyObject *__pyx_v_tree, PyObject *__pyx_v_prodsintree, struct __pyx_t_8discodop_10containers_Node *__pyx_v_result, int *__pyx_v_idx) {
  size_t __pyx_v_n;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  int __pyx_t_2;
  int __pyx_t_3;
  PyObject *__pyx_t_4 = NULL;
  Py_ssize_t __pyx_t_5;
  int32_t __pyx_t_6;
  long __pyx_t_7;
  int16_t __pyx_t_8;
  __Pyx_RefNannySetupContext("copynodes", 0);

  /* "discodop/_fragments.pyx":1090
 * cdef inline copynodes(tree, list prodsintree, Node *result, int *idx):
 * 	"""Convert a binarized Tree object to an array of Node structs."""
 * 	cdef size_t n = idx[0]             # <<<<<<<<<<<<<<
 * 	if not isinstance(tree, Tree):
 * 		raise ValueError('Expected Tree node, got %s\n%r' % (type(tree), tree))
 */
  __pyx_v_n = (__pyx_v_idx[0]);

  /* "discodop/_fragments.pyx":1091
 * 	"""Convert a binarized Tree object to an array of Node structs."""
 * 	cdef size_t n = idx[0]
 * 	if not isinstance(tree, Tree):             # <<<<<<<<<<<<<<
 * 		raise ValueError('Expected Tree node, got %s\n%r' % (type(tree), tree))
 * 	elif not 1 <= len(tree) <= 2:
 */
  __pyx_t_1 = __Pyx_GetModuleGlobalName(__pyx_n_s_Tree); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1091, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_t_2 = PyObject_IsInstance(__pyx_v_tree, __pyx_t_1); if (unlikely(__pyx_t_2 == -1)) __PYX_ERR(0, 1091, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  __pyx_t_3 = ((!(__pyx_t_2 != 0)) != 0);
  if (__pyx_t_3) {

    /* "discodop/_fragments.pyx":1092
 * 	cdef size_t n = idx[0]
 * 	if not isinstance(tree, Tree):
 * 		raise ValueError('Expected Tree node, got %s\n%r' % (type(tree), tree))             # <<<<<<<<<<<<<<
 * 	elif not 1 <= len(tree) <= 2:
 * 		raise ValueError('trees must be non-empty and binarized\n%s' % tree)
 */
    __pyx_t_1 = PyTuple_New(2); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1092, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __Pyx_INCREF(((PyObject *)Py_TYPE(__pyx_v_tree)));
    __Pyx_GIVEREF(((PyObject *)Py_TYPE(__pyx_v_tree)));
    PyTuple_SET_ITEM(__pyx_t_1, 0, ((PyObject *)Py_TYPE(__pyx_v_tree)));
    __Pyx_INCREF(__pyx_v_tree);
    __Pyx_GIVEREF(__pyx_v_tree);
    PyTuple_SET_ITEM(__pyx_t_1, 1, __pyx_v_tree);
    __pyx_t_4 = PyUnicode_Format(__pyx_kp_u_Expected_Tree_node_got_s_r, __pyx_t_1); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1092, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
    __pyx_t_1 = PyTuple_New(1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1092, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __Pyx_GIVEREF(__pyx_t_4);
    PyTuple_SET_ITEM(__pyx_t_1, 0, __pyx_t_4);
    __pyx_t_4 = 0;
    __pyx_t_4 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_t_1, NULL); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1092, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
    __Pyx_Raise(__pyx_t_4, 0, 0, 0);
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    __PYX_ERR(0, 1092, __pyx_L1_error)

    /* "discodop/_fragments.pyx":1091
 * 	"""Convert a binarized Tree object to an array of Node structs."""
 * 	cdef size_t n = idx[0]
 * 	if not isinstance(tree, Tree):             # <<<<<<<<<<<<<<
 * 		raise ValueError('Expected Tree node, got %s\n%r' % (type(tree), tree))
 * 	elif not 1 <= len(tree) <= 2:
 */
  }

  /* "discodop/_fragments.pyx":1093
 * 	if not isinstance(tree, Tree):
 * 		raise ValueError('Expected Tree node, got %s\n%r' % (type(tree), tree))
 * 	elif not 1 <= len(tree) <= 2:             # <<<<<<<<<<<<<<
 * 		raise ValueError('trees must be non-empty and binarized\n%s' % tree)
 * 	result[n].prod = prodsintree[n]
 */
  __pyx_t_5 = PyObject_Length(__pyx_v_tree); if (unlikely(__pyx_t_5 == -1)) __PYX_ERR(0, 1093, __pyx_L1_error)
  __pyx_t_3 = (1 <= __pyx_t_5);
  if (__pyx_t_3) {
    __pyx_t_3 = (__pyx_t_5 <= 2);
  }
  __pyx_t_2 = ((!(__pyx_t_3 != 0)) != 0);
  if (__pyx_t_2) {

    /* "discodop/_fragments.pyx":1094
 * 		raise ValueError('Expected Tree node, got %s\n%r' % (type(tree), tree))
 * 	elif not 1 <= len(tree) <= 2:
 * 		raise ValueError('trees must be non-empty and binarized\n%s' % tree)             # <<<<<<<<<<<<<<
 * 	result[n].prod = prodsintree[n]
 * 	idx[0] += 1
 */
    __pyx_t_4 = PyUnicode_Format(__pyx_kp_u_trees_must_be_non_empty_and_bina, __pyx_v_tree); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1094, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __pyx_t_1 = PyTuple_New(1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1094, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __Pyx_GIVEREF(__pyx_t_4);
    PyTuple_SET_ITEM(__pyx_t_1, 0, __pyx_t_4);
    __pyx_t_4 = 0;
    __pyx_t_4 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_t_1, NULL); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1094, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
    __Pyx_Raise(__pyx_t_4, 0, 0, 0);
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    __PYX_ERR(0, 1094, __pyx_L1_error)

    /* "discodop/_fragments.pyx":1093
 * 	if not isinstance(tree, Tree):
 * 		raise ValueError('Expected Tree node, got %s\n%r' % (type(tree), tree))
 * 	elif not 1 <= len(tree) <= 2:             # <<<<<<<<<<<<<<
 * 		raise ValueError('trees must be non-empty and binarized\n%s' % tree)
 * 	result[n].prod = prodsintree[n]
 */
  }

  /* "discodop/_fragments.pyx":1095
 * 	elif not 1 <= len(tree) <= 2:
 * 		raise ValueError('trees must be non-empty and binarized\n%s' % tree)
 * 	result[n].prod = prodsintree[n]             # <<<<<<<<<<<<<<
 * 	idx[0] += 1
 * 	if isinstance(tree[0], int):  # a terminal index
 */
  if (unlikely(__pyx_v_prodsintree == Py_None)) {
    PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable");
    __PYX_ERR(0, 1095, __pyx_L1_error)
  }
  __pyx_t_6 = __Pyx_PyInt_As_int32_t(PyList_GET_ITEM(__pyx_v_prodsintree, __pyx_v_n)); if (unlikely((__pyx_t_6 == ((int32_t)-1)) && PyErr_Occurred())) __PYX_ERR(0, 1095, __pyx_L1_error)
  (__pyx_v_result[__pyx_v_n]).prod = __pyx_t_6;

  /* "discodop/_fragments.pyx":1096
 * 		raise ValueError('trees must be non-empty and binarized\n%s' % tree)
 * 	result[n].prod = prodsintree[n]
 * 	idx[0] += 1             # <<<<<<<<<<<<<<
 * 	if isinstance(tree[0], int):  # a terminal index
 * 		result[n].left = -tree[0] - 1
 */
  __pyx_t_7 = 0;
  (__pyx_v_idx[__pyx_t_7]) = ((__pyx_v_idx[__pyx_t_7]) + 1);

  /* "discodop/_fragments.pyx":1097
 * 	result[n].prod = prodsintree[n]
 * 	idx[0] += 1
 * 	if isinstance(tree[0], int):  # a terminal index             # <<<<<<<<<<<<<<
 * 		result[n].left = -tree[0] - 1
 * 	else:  # non-terminal
 */
  __pyx_t_4 = __Pyx_GetItemInt(__pyx_v_tree, 0, long, 1, __Pyx_PyInt_From_long, 0, 0, 0); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1097, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  __pyx_t_2 = PyInt_Check(__pyx_t_4); 
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
  __pyx_t_3 = (__pyx_t_2 != 0);
  if (__pyx_t_3) {

    /* "discodop/_fragments.pyx":1098
 * 	idx[0] += 1
 * 	if isinstance(tree[0], int):  # a terminal index
 * 		result[n].left = -tree[0] - 1             # <<<<<<<<<<<<<<
 * 	else:  # non-terminal
 * 		result[n].left = idx[0]
 */
    __pyx_t_4 = __Pyx_GetItemInt(__pyx_v_tree, 0, long, 1, __Pyx_PyInt_From_long, 0, 0, 0); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1098, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __pyx_t_1 = PyNumber_Negative(__pyx_t_4); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1098, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    __pyx_t_4 = __Pyx_PyInt_SubtractObjC(__pyx_t_1, __pyx_int_1, 1, 0); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1098, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
    __pyx_t_8 = __Pyx_PyInt_As_int16_t(__pyx_t_4); if (unlikely((__pyx_t_8 == ((int16_t)-1)) && PyErr_Occurred())) __PYX_ERR(0, 1098, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    (__pyx_v_result[__pyx_v_n]).left = __pyx_t_8;

    /* "discodop/_fragments.pyx":1097
 * 	result[n].prod = prodsintree[n]
 * 	idx[0] += 1
 * 	if isinstance(tree[0], int):  # a terminal index             # <<<<<<<<<<<<<<
 * 		result[n].left = -tree[0] - 1
 * 	else:  # non-terminal
 */
    goto __pyx_L4;
  }

  /* "discodop/_fragments.pyx":1100
 * 		result[n].left = -tree[0] - 1
 * 	else:  # non-terminal
 * 		result[n].left = idx[0]             # <<<<<<<<<<<<<<
 * 		copynodes(tree[0], prodsintree, result, idx)
 * 	if len(tree) == 1:  # unary node
 */
  /*else*/ {
    (__pyx_v_result[__pyx_v_n]).left = (__pyx_v_idx[0]);

    /* "discodop/_fragments.pyx":1101
 * 	else:  # non-terminal
 * 		result[n].left = idx[0]
 * 		copynodes(tree[0], prodsintree, result, idx)             # <<<<<<<<<<<<<<
 * 	if len(tree) == 1:  # unary node
 * 		result[n].right = -1
 */
    __pyx_t_4 = __Pyx_GetItemInt(__pyx_v_tree, 0, long, 1, __Pyx_PyInt_From_long, 0, 0, 0); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1101, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __pyx_t_1 = __pyx_f_8discodop_10_fragments_copynodes(__pyx_t_4, __pyx_v_prodsintree, __pyx_v_result, __pyx_v_idx); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1101, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  }
  __pyx_L4:;

  /* "discodop/_fragments.pyx":1102
 * 		result[n].left = idx[0]
 * 		copynodes(tree[0], prodsintree, result, idx)
 * 	if len(tree) == 1:  # unary node             # <<<<<<<<<<<<<<
 * 		result[n].right = -1
 * 	elif isinstance(tree[1], int):  # a terminal index
 */
  __pyx_t_5 = PyObject_Length(__pyx_v_tree); if (unlikely(__pyx_t_5 == -1)) __PYX_ERR(0, 1102, __pyx_L1_error)
  __pyx_t_3 = ((__pyx_t_5 == 1) != 0);
  if (__pyx_t_3) {

    /* "discodop/_fragments.pyx":1103
 * 		copynodes(tree[0], prodsintree, result, idx)
 * 	if len(tree) == 1:  # unary node
 * 		result[n].right = -1             # <<<<<<<<<<<<<<
 * 	elif isinstance(tree[1], int):  # a terminal index
 * 		raise ValueError('right child can only be non-terminal.')
 */
    (__pyx_v_result[__pyx_v_n]).right = -1;

    /* "discodop/_fragments.pyx":1102
 * 		result[n].left = idx[0]
 * 		copynodes(tree[0], prodsintree, result, idx)
 * 	if len(tree) == 1:  # unary node             # <<<<<<<<<<<<<<
 * 		result[n].right = -1
 * 	elif isinstance(tree[1], int):  # a terminal index
 */
    goto __pyx_L5;
  }

  /* "discodop/_fragments.pyx":1104
 * 	if len(tree) == 1:  # unary node
 * 		result[n].right = -1
 * 	elif isinstance(tree[1], int):  # a terminal index             # <<<<<<<<<<<<<<
 * 		raise ValueError('right child can only be non-terminal.')
 * 	else:  # binary node
 */
  __pyx_t_1 = __Pyx_GetItemInt(__pyx_v_tree, 1, long, 1, __Pyx_PyInt_From_long, 0, 0, 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1104, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_t_3 = PyInt_Check(__pyx_t_1); 
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  __pyx_t_2 = (__pyx_t_3 != 0);
  if (__pyx_t_2) {

    /* "discodop/_fragments.pyx":1105
 * 		result[n].right = -1
 * 	elif isinstance(tree[1], int):  # a terminal index
 * 		raise ValueError('right child can only be non-terminal.')             # <<<<<<<<<<<<<<
 * 	else:  # binary node
 * 		result[n].right = idx[0]
 */
    __pyx_t_1 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__17, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1105, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __Pyx_Raise(__pyx_t_1, 0, 0, 0);
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
    __PYX_ERR(0, 1105, __pyx_L1_error)

    /* "discodop/_fragments.pyx":1104
 * 	if len(tree) == 1:  # unary node
 * 		result[n].right = -1
 * 	elif isinstance(tree[1], int):  # a terminal index             # <<<<<<<<<<<<<<
 * 		raise ValueError('right child can only be non-terminal.')
 * 	else:  # binary node
 */
  }

  /* "discodop/_fragments.pyx":1107
 * 		raise ValueError('right child can only be non-terminal.')
 * 	else:  # binary node
 * 		result[n].right = idx[0]             # <<<<<<<<<<<<<<
 * 		copynodes(tree[1], prodsintree, result, idx)
 * 
 */
  /*else*/ {
    (__pyx_v_result[__pyx_v_n]).right = (__pyx_v_idx[0]);

    /* "discodop/_fragments.pyx":1108
 * 	else:  # binary node
 * 		result[n].right = idx[0]
 * 		copynodes(tree[1], prodsintree, result, idx)             # <<<<<<<<<<<<<<
 * 
 * 
 */
    __pyx_t_1 = __Pyx_GetItemInt(__pyx_v_tree, 1, long, 1, __Pyx_PyInt_From_long, 0, 0, 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1108, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __pyx_t_4 = __pyx_f_8discodop_10_fragments_copynodes(__pyx_t_1, __pyx_v_prodsintree, __pyx_v_result, __pyx_v_idx); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1108, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
  }
  __pyx_L5:;

  /* "discodop/_fragments.pyx":1088
 * 
 * 
 * cdef inline copynodes(tree, list prodsintree, Node *result, int *idx):             # <<<<<<<<<<<<<<
 * 	"""Convert a binarized Tree object to an array of Node structs."""
 * 	cdef size_t n = idx[0]
 */

  /* function exit code */
  __pyx_r = Py_None; __Pyx_INCREF(Py_None);
  goto __pyx_L0;
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_XDECREF(__pyx_t_4);
  __Pyx_AddTraceback("discodop._fragments.copynodes", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":1111
 * 
 * 
 * def getctrees(items1, items2=None, Vocabulary vocab=None, bint index=True):             # <<<<<<<<<<<<<<
 * 	"""Convert binarized Tree objects to Ctrees object.
 * 
 */

/* Python wrapper */
static PyObject *__pyx_pw_8discodop_10_fragments_15getctrees(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/
static char __pyx_doc_8discodop_10_fragments_14getctrees[] = "getctrees(items1, items2=None, Vocabulary vocab=None, bool index=True)\nConvert binarized Tree objects to Ctrees object.\n\n\t:param items1: an iterable with tuples of the form ``(tree, sent)``.\n\t:param items2: optionally, a second iterable of trees.\n\t:param update: if False, do not update ``vocab``; unseen productions are\n\t\tassigned a sentinel that never matches.\n\t:param index: whether to create production index of trees.\n\t:returns: dictionary with same keys as arguments, where trees1 and\n\t\ttrees2 are Ctrees objects for disc. binary trees and sentences.";
static PyMethodDef __pyx_mdef_8discodop_10_fragments_15getctrees = {"getctrees", (PyCFunction)__pyx_pw_8discodop_10_fragments_15getctrees, METH_VARARGS|METH_KEYWORDS, __pyx_doc_8discodop_10_fragments_14getctrees};
static PyObject *__pyx_pw_8discodop_10_fragments_15getctrees(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
  PyObject *__pyx_v_items1 = 0;
  PyObject *__pyx_v_items2 = 0;
  struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab = 0;
  int __pyx_v_index;
  PyObject *__pyx_r = 0;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("getctrees (wrapper)", 0);
  {
    static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_items1,&__pyx_n_s_items2,&__pyx_n_s_vocab,&__pyx_n_s_index,0};
    PyObject* values[4] = {0,0,0,0};
    values[1] = ((PyObject *)Py_None);
    values[2] = (PyObject *)((struct __pyx_obj_8discodop_10containers_Vocabulary *)Py_None);
    if (unlikely(__pyx_kwds)) {
      Py_ssize_t kw_args;
      const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args);
      switch (pos_args) {
        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);
        CYTHON_FALLTHROUGH;
        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);
        CYTHON_FALLTHROUGH;
        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);
        CYTHON_FALLTHROUGH;
        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);
        CYTHON_FALLTHROUGH;
        case  0: break;
        default: goto __pyx_L5_argtuple_error;
      }
      kw_args = PyDict_Size(__pyx_kwds);
      switch (pos_args) {
        case  0:
        if (likely((values[0] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_items1)) != 0)) kw_args--;
        else goto __pyx_L5_argtuple_error;
        CYTHON_FALLTHROUGH;
        case  1:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_items2);
          if (value) { values[1] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  2:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_vocab);
          if (value) { values[2] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  3:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_index);
          if (value) { values[3] = value; kw_args--; }
        }
      }
      if (unlikely(kw_args > 0)) {
        if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, "getctrees") < 0)) __PYX_ERR(0, 1111, __pyx_L3_error)
      }
    } else {
      switch (PyTuple_GET_SIZE(__pyx_args)) {
        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);
        CYTHON_FALLTHROUGH;
        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);
        CYTHON_FALLTHROUGH;
        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);
        CYTHON_FALLTHROUGH;
        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);
        break;
        default: goto __pyx_L5_argtuple_error;
      }
    }
    __pyx_v_items1 = values[0];
    __pyx_v_items2 = values[1];
    __pyx_v_vocab = ((struct __pyx_obj_8discodop_10containers_Vocabulary *)values[2]);
    if (values[3]) {
      __pyx_v_index = __Pyx_PyObject_IsTrue(values[3]); if (unlikely((__pyx_v_index == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 1111, __pyx_L3_error)
    } else {
      __pyx_v_index = ((int)1);
    }
  }
  goto __pyx_L4_argument_unpacking_done;
  __pyx_L5_argtuple_error:;
  __Pyx_RaiseArgtupleInvalid("getctrees", 0, 1, 4, PyTuple_GET_SIZE(__pyx_args)); __PYX_ERR(0, 1111, __pyx_L3_error)
  __pyx_L3_error:;
  __Pyx_AddTraceback("discodop._fragments.getctrees", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __Pyx_RefNannyFinishContext();
  return NULL;
  __pyx_L4_argument_unpacking_done:;
  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_vocab), __pyx_ptype_8discodop_10containers_Vocabulary, 1, "vocab", 0))) __PYX_ERR(0, 1111, __pyx_L1_error)
  __pyx_r = __pyx_pf_8discodop_10_fragments_14getctrees(__pyx_self, __pyx_v_items1, __pyx_v_items2, __pyx_v_vocab, __pyx_v_index);

  /* function exit code */
  goto __pyx_L0;
  __pyx_L1_error:;
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

static PyObject *__pyx_pf_8discodop_10_fragments_14getctrees(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_items1, PyObject *__pyx_v_items2, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, int __pyx_v_index) {
  struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_ctrees = 0;
  struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_ctrees1 = 0;
  struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_ctrees2 = 0;
  struct __pyx_t_8discodop_10containers_Node *__pyx_v_scratch;
  int __pyx_v_cnt;
  PyObject *__pyx_v_maxnodes = NULL;
  PyObject *__pyx_v_m = NULL;
  PyObject *__pyx_v_items = NULL;
  PyObject *__pyx_v_tree = NULL;
  PyObject *__pyx_v_sent = NULL;
  PyObject *__pyx_v_prodsintree = NULL;
  PyObject *__pyx_v_r = NULL;
  PyObject *__pyx_v_yf = NULL;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  PyObject *__pyx_t_2 = NULL;
  size_t __pyx_t_3;
  int __pyx_t_4;
  int __pyx_t_5;
  PyObject *__pyx_t_6 = NULL;
  Py_ssize_t __pyx_t_7;
  Py_ssize_t __pyx_t_8;
  PyObject *(*__pyx_t_9)(PyObject *);
  PyObject *__pyx_t_10 = NULL;
  PyObject *__pyx_t_11 = NULL;
  PyObject *__pyx_t_12 = NULL;
  PyObject *__pyx_t_13 = NULL;
  PyObject *(*__pyx_t_14)(PyObject *);
  Py_ssize_t __pyx_t_15;
  PyObject *(*__pyx_t_16)(PyObject *);
  PyObject *__pyx_t_17 = NULL;
  int __pyx_t_18;
  int __pyx_t_19;
  __Pyx_RefNannySetupContext("getctrees", 0);
  __Pyx_INCREF((PyObject *)__pyx_v_vocab);

  /* "discodop/_fragments.pyx":1121
 * 	:returns: dictionary with same keys as arguments, where trees1 and
 * 		trees2 are Ctrees objects for disc. binary trees and sentences."""
 * 	cdef Ctrees ctrees, ctrees1, ctrees2 = None             # <<<<<<<<<<<<<<
 * 	cdef Node *scratch
 * 	cdef int cnt
 */
  __Pyx_INCREF(Py_None);
  __pyx_v_ctrees2 = ((struct __pyx_obj_8discodop_10containers_Ctrees *)Py_None);

  /* "discodop/_fragments.pyx":1124
 * 	cdef Node *scratch
 * 	cdef int cnt
 * 	maxnodes = 512             # <<<<<<<<<<<<<<
 * 	scratch = <Node *>malloc(maxnodes * sizeof(Node))
 * 	if scratch is NULL:
 */
  __Pyx_INCREF(__pyx_int_512);
  __pyx_v_maxnodes = __pyx_int_512;

  /* "discodop/_fragments.pyx":1125
 * 	cdef int cnt
 * 	maxnodes = 512
 * 	scratch = <Node *>malloc(maxnodes * sizeof(Node))             # <<<<<<<<<<<<<<
 * 	if scratch is NULL:
 * 		raise MemoryError('allocation error')
 */
  __pyx_t_1 = __Pyx_PyInt_FromSize_t((sizeof(struct __pyx_t_8discodop_10containers_Node))); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1125, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_t_2 = PyNumber_Multiply(__pyx_v_maxnodes, __pyx_t_1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1125, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  __pyx_t_3 = __Pyx_PyInt_As_size_t(__pyx_t_2); if (unlikely((__pyx_t_3 == (size_t)-1) && PyErr_Occurred())) __PYX_ERR(0, 1125, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __pyx_v_scratch = ((struct __pyx_t_8discodop_10containers_Node *)malloc(__pyx_t_3));

  /* "discodop/_fragments.pyx":1126
 * 	maxnodes = 512
 * 	scratch = <Node *>malloc(maxnodes * sizeof(Node))
 * 	if scratch is NULL:             # <<<<<<<<<<<<<<
 * 		raise MemoryError('allocation error')
 * 	if vocab is None:
 */
  __pyx_t_4 = ((__pyx_v_scratch == NULL) != 0);
  if (__pyx_t_4) {

    /* "discodop/_fragments.pyx":1127
 * 	scratch = <Node *>malloc(maxnodes * sizeof(Node))
 * 	if scratch is NULL:
 * 		raise MemoryError('allocation error')             # <<<<<<<<<<<<<<
 * 	if vocab is None:
 * 		vocab = Vocabulary()
 */
    __pyx_t_2 = __Pyx_PyObject_Call(__pyx_builtin_MemoryError, __pyx_tuple__18, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1127, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __Pyx_Raise(__pyx_t_2, 0, 0, 0);
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    __PYX_ERR(0, 1127, __pyx_L1_error)

    /* "discodop/_fragments.pyx":1126
 * 	maxnodes = 512
 * 	scratch = <Node *>malloc(maxnodes * sizeof(Node))
 * 	if scratch is NULL:             # <<<<<<<<<<<<<<
 * 		raise MemoryError('allocation error')
 * 	if vocab is None:
 */
  }

  /* "discodop/_fragments.pyx":1128
 * 	if scratch is NULL:
 * 		raise MemoryError('allocation error')
 * 	if vocab is None:             # <<<<<<<<<<<<<<
 * 		vocab = Vocabulary()
 * 	ctrees = ctrees1 = Ctrees()
 */
  __pyx_t_4 = (((PyObject *)__pyx_v_vocab) == Py_None);
  __pyx_t_5 = (__pyx_t_4 != 0);
  if (__pyx_t_5) {

    /* "discodop/_fragments.pyx":1129
 * 		raise MemoryError('allocation error')
 * 	if vocab is None:
 * 		vocab = Vocabulary()             # <<<<<<<<<<<<<<
 * 	ctrees = ctrees1 = Ctrees()
 * 	ctrees.alloc(512, 512 * 512)
 */
    __pyx_t_2 = __Pyx_PyObject_Call(((PyObject *)__pyx_ptype_8discodop_10containers_Vocabulary), __pyx_empty_tuple, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1129, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __Pyx_DECREF_SET(__pyx_v_vocab, ((struct __pyx_obj_8discodop_10containers_Vocabulary *)__pyx_t_2));
    __pyx_t_2 = 0;

    /* "discodop/_fragments.pyx":1128
 * 	if scratch is NULL:
 * 		raise MemoryError('allocation error')
 * 	if vocab is None:             # <<<<<<<<<<<<<<
 * 		vocab = Vocabulary()
 * 	ctrees = ctrees1 = Ctrees()
 */
  }

  /* "discodop/_fragments.pyx":1130
 * 	if vocab is None:
 * 		vocab = Vocabulary()
 * 	ctrees = ctrees1 = Ctrees()             # <<<<<<<<<<<<<<
 * 	ctrees.alloc(512, 512 * 512)
 * 	for m, items in enumerate((items1, items2)):
 */
  __pyx_t_2 = __Pyx_PyObject_Call(((PyObject *)__pyx_ptype_8discodop_10containers_Ctrees), __pyx_empty_tuple, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1130, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_INCREF(__pyx_t_2);
  __pyx_v_ctrees = ((struct __pyx_obj_8discodop_10containers_Ctrees *)__pyx_t_2);
  __Pyx_INCREF(__pyx_t_2);
  __pyx_v_ctrees1 = ((struct __pyx_obj_8discodop_10containers_Ctrees *)__pyx_t_2);
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /* "discodop/_fragments.pyx":1131
 * 		vocab = Vocabulary()
 * 	ctrees = ctrees1 = Ctrees()
 * 	ctrees.alloc(512, 512 * 512)             # <<<<<<<<<<<<<<
 * 	for m, items in enumerate((items1, items2)):
 * 		if items is None:
 */
  __pyx_t_2 = ((struct __pyx_vtabstruct_8discodop_10containers_Ctrees *)__pyx_v_ctrees->__pyx_vtab)->alloc(__pyx_v_ctrees, 0x200, 0x40000, 0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1131, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /* "discodop/_fragments.pyx":1132
 * 	ctrees = ctrees1 = Ctrees()
 * 	ctrees.alloc(512, 512 * 512)
 * 	for m, items in enumerate((items1, items2)):             # <<<<<<<<<<<<<<
 * 		if items is None:
 * 			break
 */
  __Pyx_INCREF(__pyx_int_0);
  __pyx_t_2 = __pyx_int_0;
  __pyx_t_1 = PyTuple_New(2); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1132, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __Pyx_INCREF(__pyx_v_items1);
  __Pyx_GIVEREF(__pyx_v_items1);
  PyTuple_SET_ITEM(__pyx_t_1, 0, __pyx_v_items1);
  __Pyx_INCREF(__pyx_v_items2);
  __Pyx_GIVEREF(__pyx_v_items2);
  PyTuple_SET_ITEM(__pyx_t_1, 1, __pyx_v_items2);
  __pyx_t_6 = __pyx_t_1; __Pyx_INCREF(__pyx_t_6); __pyx_t_7 = 0;
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  for (;;) {
    if (__pyx_t_7 >= 2) break;
    #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
    __pyx_t_1 = PyTuple_GET_ITEM(__pyx_t_6, __pyx_t_7); __Pyx_INCREF(__pyx_t_1); __pyx_t_7++; if (unlikely(0 < 0)) __PYX_ERR(0, 1132, __pyx_L1_error)
    #else
    __pyx_t_1 = PySequence_ITEM(__pyx_t_6, __pyx_t_7); __pyx_t_7++; if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1132, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    #endif
    __Pyx_XDECREF_SET(__pyx_v_items, __pyx_t_1);
    __pyx_t_1 = 0;
    __Pyx_INCREF(__pyx_t_2);
    __Pyx_XDECREF_SET(__pyx_v_m, __pyx_t_2);
    __pyx_t_1 = __Pyx_PyInt_AddObjC(__pyx_t_2, __pyx_int_1, 1, 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1132, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __Pyx_DECREF(__pyx_t_2);
    __pyx_t_2 = __pyx_t_1;
    __pyx_t_1 = 0;

    /* "discodop/_fragments.pyx":1133
 * 	ctrees.alloc(512, 512 * 512)
 * 	for m, items in enumerate((items1, items2)):
 * 		if items is None:             # <<<<<<<<<<<<<<
 * 			break
 * 		elif m == 1:
 */
    __pyx_t_5 = (__pyx_v_items == Py_None);
    __pyx_t_4 = (__pyx_t_5 != 0);
    if (__pyx_t_4) {

      /* "discodop/_fragments.pyx":1134
 * 	for m, items in enumerate((items1, items2)):
 * 		if items is None:
 * 			break             # <<<<<<<<<<<<<<
 * 		elif m == 1:
 * 			ctrees = ctrees2 = Ctrees()
 */
      goto __pyx_L6_break;

      /* "discodop/_fragments.pyx":1133
 * 	ctrees.alloc(512, 512 * 512)
 * 	for m, items in enumerate((items1, items2)):
 * 		if items is None:             # <<<<<<<<<<<<<<
 * 			break
 * 		elif m == 1:
 */
    }

    /* "discodop/_fragments.pyx":1135
 * 		if items is None:
 * 			break
 * 		elif m == 1:             # <<<<<<<<<<<<<<
 * 			ctrees = ctrees2 = Ctrees()
 * 			ctrees.alloc(512, 512 * 512)
 */
    __pyx_t_1 = __Pyx_PyInt_EqObjC(__pyx_v_m, __pyx_int_1, 1, 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1135, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    __pyx_t_4 = __Pyx_PyObject_IsTrue(__pyx_t_1); if (unlikely(__pyx_t_4 < 0)) __PYX_ERR(0, 1135, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
    if (__pyx_t_4) {

      /* "discodop/_fragments.pyx":1136
 * 			break
 * 		elif m == 1:
 * 			ctrees = ctrees2 = Ctrees()             # <<<<<<<<<<<<<<
 * 			ctrees.alloc(512, 512 * 512)
 * 		for tree, sent in items:
 */
      __pyx_t_1 = __Pyx_PyObject_Call(((PyObject *)__pyx_ptype_8discodop_10containers_Ctrees), __pyx_empty_tuple, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1136, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);
      __Pyx_INCREF(__pyx_t_1);
      __Pyx_DECREF_SET(__pyx_v_ctrees, ((struct __pyx_obj_8discodop_10containers_Ctrees *)__pyx_t_1));
      __Pyx_INCREF(__pyx_t_1);
      __Pyx_DECREF_SET(__pyx_v_ctrees2, ((struct __pyx_obj_8discodop_10containers_Ctrees *)__pyx_t_1));
      __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

      /* "discodop/_fragments.pyx":1137
 * 		elif m == 1:
 * 			ctrees = ctrees2 = Ctrees()
 * 			ctrees.alloc(512, 512 * 512)             # <<<<<<<<<<<<<<
 * 		for tree, sent in items:
 * 			cnt = 0
 */
      __pyx_t_1 = ((struct __pyx_vtabstruct_8discodop_10containers_Ctrees *)__pyx_v_ctrees->__pyx_vtab)->alloc(__pyx_v_ctrees, 0x200, 0x40000, 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1137, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);
      __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

      /* "discodop/_fragments.pyx":1135
 * 		if items is None:
 * 			break
 * 		elif m == 1:             # <<<<<<<<<<<<<<
 * 			ctrees = ctrees2 = Ctrees()
 * 			ctrees.alloc(512, 512 * 512)
 */
    }

    /* "discodop/_fragments.pyx":1138
 * 			ctrees = ctrees2 = Ctrees()
 * 			ctrees.alloc(512, 512 * 512)
 * 		for tree, sent in items:             # <<<<<<<<<<<<<<
 * 			cnt = 0
 * 			prodsintree = []
 */
    if (likely(PyList_CheckExact(__pyx_v_items)) || PyTuple_CheckExact(__pyx_v_items)) {
      __pyx_t_1 = __pyx_v_items; __Pyx_INCREF(__pyx_t_1); __pyx_t_8 = 0;
      __pyx_t_9 = NULL;
    } else {
      __pyx_t_8 = -1; __pyx_t_1 = PyObject_GetIter(__pyx_v_items); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1138, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);
      __pyx_t_9 = Py_TYPE(__pyx_t_1)->tp_iternext; if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 1138, __pyx_L1_error)
    }
    for (;;) {
      if (likely(!__pyx_t_9)) {
        if (likely(PyList_CheckExact(__pyx_t_1))) {
          if (__pyx_t_8 >= PyList_GET_SIZE(__pyx_t_1)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_10 = PyList_GET_ITEM(__pyx_t_1, __pyx_t_8); __Pyx_INCREF(__pyx_t_10); __pyx_t_8++; if (unlikely(0 < 0)) __PYX_ERR(0, 1138, __pyx_L1_error)
          #else
          __pyx_t_10 = PySequence_ITEM(__pyx_t_1, __pyx_t_8); __pyx_t_8++; if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 1138, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_10);
          #endif
        } else {
          if (__pyx_t_8 >= PyTuple_GET_SIZE(__pyx_t_1)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_10 = PyTuple_GET_ITEM(__pyx_t_1, __pyx_t_8); __Pyx_INCREF(__pyx_t_10); __pyx_t_8++; if (unlikely(0 < 0)) __PYX_ERR(0, 1138, __pyx_L1_error)
          #else
          __pyx_t_10 = PySequence_ITEM(__pyx_t_1, __pyx_t_8); __pyx_t_8++; if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 1138, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_10);
          #endif
        }
      } else {
        __pyx_t_10 = __pyx_t_9(__pyx_t_1);
        if (unlikely(!__pyx_t_10)) {
          PyObject* exc_type = PyErr_Occurred();
          if (exc_type) {
            if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
            else __PYX_ERR(0, 1138, __pyx_L1_error)
          }
          break;
        }
        __Pyx_GOTREF(__pyx_t_10);
      }
      if ((likely(PyTuple_CheckExact(__pyx_t_10))) || (PyList_CheckExact(__pyx_t_10))) {
        PyObject* sequence = __pyx_t_10;
        #if !CYTHON_COMPILING_IN_PYPY
        Py_ssize_t size = Py_SIZE(sequence);
        #else
        Py_ssize_t size = PySequence_Size(sequence);
        #endif
        if (unlikely(size != 2)) {
          if (size > 2) __Pyx_RaiseTooManyValuesError(2);
          else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size);
          __PYX_ERR(0, 1138, __pyx_L1_error)
        }
        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
        if (likely(PyTuple_CheckExact(sequence))) {
          __pyx_t_11 = PyTuple_GET_ITEM(sequence, 0); 
          __pyx_t_12 = PyTuple_GET_ITEM(sequence, 1); 
        } else {
          __pyx_t_11 = PyList_GET_ITEM(sequence, 0); 
          __pyx_t_12 = PyList_GET_ITEM(sequence, 1); 
        }
        __Pyx_INCREF(__pyx_t_11);
        __Pyx_INCREF(__pyx_t_12);
        #else
        __pyx_t_11 = PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 1138, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_11);
        __pyx_t_12 = PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 1138, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_12);
        #endif
        __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
      } else {
        Py_ssize_t index = -1;
        __pyx_t_13 = PyObject_GetIter(__pyx_t_10); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1138, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_13);
        __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
        __pyx_t_14 = Py_TYPE(__pyx_t_13)->tp_iternext;
        index = 0; __pyx_t_11 = __pyx_t_14(__pyx_t_13); if (unlikely(!__pyx_t_11)) goto __pyx_L10_unpacking_failed;
        __Pyx_GOTREF(__pyx_t_11);
        index = 1; __pyx_t_12 = __pyx_t_14(__pyx_t_13); if (unlikely(!__pyx_t_12)) goto __pyx_L10_unpacking_failed;
        __Pyx_GOTREF(__pyx_t_12);
        if (__Pyx_IternextUnpackEndCheck(__pyx_t_14(__pyx_t_13), 2) < 0) __PYX_ERR(0, 1138, __pyx_L1_error)
        __pyx_t_14 = NULL;
        __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
        goto __pyx_L11_unpacking_done;
        __pyx_L10_unpacking_failed:;
        __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
        __pyx_t_14 = NULL;
        if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index);
        __PYX_ERR(0, 1138, __pyx_L1_error)
        __pyx_L11_unpacking_done:;
      }
      __Pyx_XDECREF_SET(__pyx_v_tree, __pyx_t_11);
      __pyx_t_11 = 0;
      __Pyx_XDECREF_SET(__pyx_v_sent, __pyx_t_12);
      __pyx_t_12 = 0;

      /* "discodop/_fragments.pyx":1139
 * 			ctrees.alloc(512, 512 * 512)
 * 		for tree, sent in items:
 * 			cnt = 0             # <<<<<<<<<<<<<<
 * 			prodsintree = []
 * 			for r, yf in lcfrsproductions(tree, sent, frontiers=True):
 */
      __pyx_v_cnt = 0;

      /* "discodop/_fragments.pyx":1140
 * 		for tree, sent in items:
 * 			cnt = 0
 * 			prodsintree = []             # <<<<<<<<<<<<<<
 * 			for r, yf in lcfrsproductions(tree, sent, frontiers=True):
 * 				prodsintree.append(vocab.getprod(r, yf))
 */
      __pyx_t_10 = PyList_New(0); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 1140, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_10);
      __Pyx_XDECREF_SET(__pyx_v_prodsintree, ((PyObject*)__pyx_t_10));
      __pyx_t_10 = 0;

      /* "discodop/_fragments.pyx":1141
 * 			cnt = 0
 * 			prodsintree = []
 * 			for r, yf in lcfrsproductions(tree, sent, frontiers=True):             # <<<<<<<<<<<<<<
 * 				prodsintree.append(vocab.getprod(r, yf))
 * 				cnt += 1
 */
      __pyx_t_10 = __Pyx_GetModuleGlobalName(__pyx_n_s_lcfrsproductions); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 1141, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_10);
      __pyx_t_12 = PyTuple_New(2); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 1141, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_12);
      __Pyx_INCREF(__pyx_v_tree);
      __Pyx_GIVEREF(__pyx_v_tree);
      PyTuple_SET_ITEM(__pyx_t_12, 0, __pyx_v_tree);
      __Pyx_INCREF(__pyx_v_sent);
      __Pyx_GIVEREF(__pyx_v_sent);
      PyTuple_SET_ITEM(__pyx_t_12, 1, __pyx_v_sent);
      __pyx_t_11 = PyDict_New(); if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 1141, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_11);
      if (PyDict_SetItem(__pyx_t_11, __pyx_n_s_frontiers, Py_True) < 0) __PYX_ERR(0, 1141, __pyx_L1_error)
      __pyx_t_13 = __Pyx_PyObject_Call(__pyx_t_10, __pyx_t_12, __pyx_t_11); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1141, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_13);
      __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
      __Pyx_DECREF(__pyx_t_12); __pyx_t_12 = 0;
      __Pyx_DECREF(__pyx_t_11); __pyx_t_11 = 0;
      if (likely(PyList_CheckExact(__pyx_t_13)) || PyTuple_CheckExact(__pyx_t_13)) {
        __pyx_t_11 = __pyx_t_13; __Pyx_INCREF(__pyx_t_11); __pyx_t_15 = 0;
        __pyx_t_16 = NULL;
      } else {
        __pyx_t_15 = -1; __pyx_t_11 = PyObject_GetIter(__pyx_t_13); if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 1141, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_11);
        __pyx_t_16 = Py_TYPE(__pyx_t_11)->tp_iternext; if (unlikely(!__pyx_t_16)) __PYX_ERR(0, 1141, __pyx_L1_error)
      }
      __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
      for (;;) {
        if (likely(!__pyx_t_16)) {
          if (likely(PyList_CheckExact(__pyx_t_11))) {
            if (__pyx_t_15 >= PyList_GET_SIZE(__pyx_t_11)) break;
            #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
            __pyx_t_13 = PyList_GET_ITEM(__pyx_t_11, __pyx_t_15); __Pyx_INCREF(__pyx_t_13); __pyx_t_15++; if (unlikely(0 < 0)) __PYX_ERR(0, 1141, __pyx_L1_error)
            #else
            __pyx_t_13 = PySequence_ITEM(__pyx_t_11, __pyx_t_15); __pyx_t_15++; if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1141, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_13);
            #endif
          } else {
            if (__pyx_t_15 >= PyTuple_GET_SIZE(__pyx_t_11)) break;
            #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
            __pyx_t_13 = PyTuple_GET_ITEM(__pyx_t_11, __pyx_t_15); __Pyx_INCREF(__pyx_t_13); __pyx_t_15++; if (unlikely(0 < 0)) __PYX_ERR(0, 1141, __pyx_L1_error)
            #else
            __pyx_t_13 = PySequence_ITEM(__pyx_t_11, __pyx_t_15); __pyx_t_15++; if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1141, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_13);
            #endif
          }
        } else {
          __pyx_t_13 = __pyx_t_16(__pyx_t_11);
          if (unlikely(!__pyx_t_13)) {
            PyObject* exc_type = PyErr_Occurred();
            if (exc_type) {
              if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
              else __PYX_ERR(0, 1141, __pyx_L1_error)
            }
            break;
          }
          __Pyx_GOTREF(__pyx_t_13);
        }
        if ((likely(PyTuple_CheckExact(__pyx_t_13))) || (PyList_CheckExact(__pyx_t_13))) {
          PyObject* sequence = __pyx_t_13;
          #if !CYTHON_COMPILING_IN_PYPY
          Py_ssize_t size = Py_SIZE(sequence);
          #else
          Py_ssize_t size = PySequence_Size(sequence);
          #endif
          if (unlikely(size != 2)) {
            if (size > 2) __Pyx_RaiseTooManyValuesError(2);
            else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size);
            __PYX_ERR(0, 1141, __pyx_L1_error)
          }
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          if (likely(PyTuple_CheckExact(sequence))) {
            __pyx_t_12 = PyTuple_GET_ITEM(sequence, 0); 
            __pyx_t_10 = PyTuple_GET_ITEM(sequence, 1); 
          } else {
            __pyx_t_12 = PyList_GET_ITEM(sequence, 0); 
            __pyx_t_10 = PyList_GET_ITEM(sequence, 1); 
          }
          __Pyx_INCREF(__pyx_t_12);
          __Pyx_INCREF(__pyx_t_10);
          #else
          __pyx_t_12 = PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 1141, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_12);
          __pyx_t_10 = PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 1141, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_10);
          #endif
          __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
        } else {
          Py_ssize_t index = -1;
          __pyx_t_17 = PyObject_GetIter(__pyx_t_13); if (unlikely(!__pyx_t_17)) __PYX_ERR(0, 1141, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_17);
          __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
          __pyx_t_14 = Py_TYPE(__pyx_t_17)->tp_iternext;
          index = 0; __pyx_t_12 = __pyx_t_14(__pyx_t_17); if (unlikely(!__pyx_t_12)) goto __pyx_L14_unpacking_failed;
          __Pyx_GOTREF(__pyx_t_12);
          index = 1; __pyx_t_10 = __pyx_t_14(__pyx_t_17); if (unlikely(!__pyx_t_10)) goto __pyx_L14_unpacking_failed;
          __Pyx_GOTREF(__pyx_t_10);
          if (__Pyx_IternextUnpackEndCheck(__pyx_t_14(__pyx_t_17), 2) < 0) __PYX_ERR(0, 1141, __pyx_L1_error)
          __pyx_t_14 = NULL;
          __Pyx_DECREF(__pyx_t_17); __pyx_t_17 = 0;
          goto __pyx_L15_unpacking_done;
          __pyx_L14_unpacking_failed:;
          __Pyx_DECREF(__pyx_t_17); __pyx_t_17 = 0;
          __pyx_t_14 = NULL;
          if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index);
          __PYX_ERR(0, 1141, __pyx_L1_error)
          __pyx_L15_unpacking_done:;
        }
        __Pyx_XDECREF_SET(__pyx_v_r, __pyx_t_12);
        __pyx_t_12 = 0;
        __Pyx_XDECREF_SET(__pyx_v_yf, __pyx_t_10);
        __pyx_t_10 = 0;

        /* "discodop/_fragments.pyx":1142
 * 			prodsintree = []
 * 			for r, yf in lcfrsproductions(tree, sent, frontiers=True):
 * 				prodsintree.append(vocab.getprod(r, yf))             # <<<<<<<<<<<<<<
 * 				cnt += 1
 * 			if cnt > maxnodes:
 */
        if (!(likely(PyTuple_CheckExact(__pyx_v_r))||((__pyx_v_r) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "tuple", Py_TYPE(__pyx_v_r)->tp_name), 0))) __PYX_ERR(0, 1142, __pyx_L1_error)
        if (!(likely(PyTuple_CheckExact(__pyx_v_yf))||((__pyx_v_yf) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "tuple", Py_TYPE(__pyx_v_yf)->tp_name), 0))) __PYX_ERR(0, 1142, __pyx_L1_error)
        __pyx_t_18 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_v_vocab->__pyx_vtab)->getprod(__pyx_v_vocab, ((PyObject*)__pyx_v_r), ((PyObject*)__pyx_v_yf)); if (unlikely(__pyx_t_18 == -2)) __PYX_ERR(0, 1142, __pyx_L1_error)
        __pyx_t_13 = __Pyx_PyInt_From_int(__pyx_t_18); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1142, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_13);
        __pyx_t_19 = __Pyx_PyList_Append(__pyx_v_prodsintree, __pyx_t_13); if (unlikely(__pyx_t_19 == -1)) __PYX_ERR(0, 1142, __pyx_L1_error)
        __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;

        /* "discodop/_fragments.pyx":1143
 * 			for r, yf in lcfrsproductions(tree, sent, frontiers=True):
 * 				prodsintree.append(vocab.getprod(r, yf))
 * 				cnt += 1             # <<<<<<<<<<<<<<
 * 			if cnt > maxnodes:
 * 				maxnodes = cnt
 */
        __pyx_v_cnt = (__pyx_v_cnt + 1);

        /* "discodop/_fragments.pyx":1141
 * 			cnt = 0
 * 			prodsintree = []
 * 			for r, yf in lcfrsproductions(tree, sent, frontiers=True):             # <<<<<<<<<<<<<<
 * 				prodsintree.append(vocab.getprod(r, yf))
 * 				cnt += 1
 */
      }
      __Pyx_DECREF(__pyx_t_11); __pyx_t_11 = 0;

      /* "discodop/_fragments.pyx":1144
 * 				prodsintree.append(vocab.getprod(r, yf))
 * 				cnt += 1
 * 			if cnt > maxnodes:             # <<<<<<<<<<<<<<
 * 				maxnodes = cnt
 * 				scratch = <Node *>realloc(scratch, maxnodes * sizeof(Node))
 */
      __pyx_t_11 = __Pyx_PyInt_From_int(__pyx_v_cnt); if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 1144, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_11);
      __pyx_t_13 = PyObject_RichCompare(__pyx_t_11, __pyx_v_maxnodes, Py_GT); __Pyx_XGOTREF(__pyx_t_13); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1144, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_11); __pyx_t_11 = 0;
      __pyx_t_4 = __Pyx_PyObject_IsTrue(__pyx_t_13); if (unlikely(__pyx_t_4 < 0)) __PYX_ERR(0, 1144, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
      if (__pyx_t_4) {

        /* "discodop/_fragments.pyx":1145
 * 				cnt += 1
 * 			if cnt > maxnodes:
 * 				maxnodes = cnt             # <<<<<<<<<<<<<<
 * 				scratch = <Node *>realloc(scratch, maxnodes * sizeof(Node))
 * 				if scratch is NULL:
 */
        __pyx_t_13 = __Pyx_PyInt_From_int(__pyx_v_cnt); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1145, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_13);
        __Pyx_DECREF_SET(__pyx_v_maxnodes, __pyx_t_13);
        __pyx_t_13 = 0;

        /* "discodop/_fragments.pyx":1146
 * 			if cnt > maxnodes:
 * 				maxnodes = cnt
 * 				scratch = <Node *>realloc(scratch, maxnodes * sizeof(Node))             # <<<<<<<<<<<<<<
 * 				if scratch is NULL:
 * 					raise MemoryError('allocation error')
 */
        __pyx_t_13 = __Pyx_PyInt_FromSize_t((sizeof(struct __pyx_t_8discodop_10containers_Node))); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1146, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_13);
        __pyx_t_11 = PyNumber_Multiply(__pyx_v_maxnodes, __pyx_t_13); if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 1146, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_11);
        __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
        __pyx_t_3 = __Pyx_PyInt_As_size_t(__pyx_t_11); if (unlikely((__pyx_t_3 == (size_t)-1) && PyErr_Occurred())) __PYX_ERR(0, 1146, __pyx_L1_error)
        __Pyx_DECREF(__pyx_t_11); __pyx_t_11 = 0;
        __pyx_v_scratch = ((struct __pyx_t_8discodop_10containers_Node *)realloc(__pyx_v_scratch, __pyx_t_3));

        /* "discodop/_fragments.pyx":1147
 * 				maxnodes = cnt
 * 				scratch = <Node *>realloc(scratch, maxnodes * sizeof(Node))
 * 				if scratch is NULL:             # <<<<<<<<<<<<<<
 * 					raise MemoryError('allocation error')
 * 			cnt = 0
 */
        __pyx_t_4 = ((__pyx_v_scratch == NULL) != 0);
        if (__pyx_t_4) {

          /* "discodop/_fragments.pyx":1148
 * 				scratch = <Node *>realloc(scratch, maxnodes * sizeof(Node))
 * 				if scratch is NULL:
 * 					raise MemoryError('allocation error')             # <<<<<<<<<<<<<<
 * 			cnt = 0
 * 			copynodes(tree, prodsintree, scratch, &cnt)
 */
          __pyx_t_11 = __Pyx_PyObject_Call(__pyx_builtin_MemoryError, __pyx_tuple__19, NULL); if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 1148, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_11);
          __Pyx_Raise(__pyx_t_11, 0, 0, 0);
          __Pyx_DECREF(__pyx_t_11); __pyx_t_11 = 0;
          __PYX_ERR(0, 1148, __pyx_L1_error)

          /* "discodop/_fragments.pyx":1147
 * 				maxnodes = cnt
 * 				scratch = <Node *>realloc(scratch, maxnodes * sizeof(Node))
 * 				if scratch is NULL:             # <<<<<<<<<<<<<<
 * 					raise MemoryError('allocation error')
 * 			cnt = 0
 */
        }

        /* "discodop/_fragments.pyx":1144
 * 				prodsintree.append(vocab.getprod(r, yf))
 * 				cnt += 1
 * 			if cnt > maxnodes:             # <<<<<<<<<<<<<<
 * 				maxnodes = cnt
 * 				scratch = <Node *>realloc(scratch, maxnodes * sizeof(Node))
 */
      }

      /* "discodop/_fragments.pyx":1149
 * 				if scratch is NULL:
 * 					raise MemoryError('allocation error')
 * 			cnt = 0             # <<<<<<<<<<<<<<
 * 			copynodes(tree, prodsintree, scratch, &cnt)
 * 			ctrees.addnodes(scratch, cnt, 0)
 */
      __pyx_v_cnt = 0;

      /* "discodop/_fragments.pyx":1150
 * 					raise MemoryError('allocation error')
 * 			cnt = 0
 * 			copynodes(tree, prodsintree, scratch, &cnt)             # <<<<<<<<<<<<<<
 * 			ctrees.addnodes(scratch, cnt, 0)
 * 		if index:
 */
      __pyx_t_11 = __pyx_f_8discodop_10_fragments_copynodes(__pyx_v_tree, __pyx_v_prodsintree, __pyx_v_scratch, (&__pyx_v_cnt)); if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 1150, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_11);
      __Pyx_DECREF(__pyx_t_11); __pyx_t_11 = 0;

      /* "discodop/_fragments.pyx":1151
 * 			cnt = 0
 * 			copynodes(tree, prodsintree, scratch, &cnt)
 * 			ctrees.addnodes(scratch, cnt, 0)             # <<<<<<<<<<<<<<
 * 		if index:
 * 			ctrees.indextrees(vocab)
 */
      __pyx_t_11 = ((struct __pyx_vtabstruct_8discodop_10containers_Ctrees *)__pyx_v_ctrees->__pyx_vtab)->addnodes(__pyx_v_ctrees, __pyx_v_scratch, __pyx_v_cnt, 0); if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 1151, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_11);
      __Pyx_DECREF(__pyx_t_11); __pyx_t_11 = 0;

      /* "discodop/_fragments.pyx":1138
 * 			ctrees = ctrees2 = Ctrees()
 * 			ctrees.alloc(512, 512 * 512)
 * 		for tree, sent in items:             # <<<<<<<<<<<<<<
 * 			cnt = 0
 * 			prodsintree = []
 */
    }
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

    /* "discodop/_fragments.pyx":1152
 * 			copynodes(tree, prodsintree, scratch, &cnt)
 * 			ctrees.addnodes(scratch, cnt, 0)
 * 		if index:             # <<<<<<<<<<<<<<
 * 			ctrees.indextrees(vocab)
 * 	free(scratch)
 */
    __pyx_t_4 = (__pyx_v_index != 0);
    if (__pyx_t_4) {

      /* "discodop/_fragments.pyx":1153
 * 			ctrees.addnodes(scratch, cnt, 0)
 * 		if index:
 * 			ctrees.indextrees(vocab)             # <<<<<<<<<<<<<<
 * 	free(scratch)
 * 	return dict(trees1=ctrees1, trees2=ctrees2, vocab=vocab)
 */
      __pyx_t_11 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_ctrees), __pyx_n_s_indextrees); if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 1153, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_11);
      __pyx_t_13 = NULL;
      if (CYTHON_UNPACK_METHODS && likely(PyMethod_Check(__pyx_t_11))) {
        __pyx_t_13 = PyMethod_GET_SELF(__pyx_t_11);
        if (likely(__pyx_t_13)) {
          PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_11);
          __Pyx_INCREF(__pyx_t_13);
          __Pyx_INCREF(function);
          __Pyx_DECREF_SET(__pyx_t_11, function);
        }
      }
      if (!__pyx_t_13) {
        __pyx_t_1 = __Pyx_PyObject_CallOneArg(__pyx_t_11, ((PyObject *)__pyx_v_vocab)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1153, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_1);
      } else {
        #if CYTHON_FAST_PYCALL
        if (PyFunction_Check(__pyx_t_11)) {
          PyObject *__pyx_temp[2] = {__pyx_t_13, ((PyObject *)__pyx_v_vocab)};
          __pyx_t_1 = __Pyx_PyFunction_FastCall(__pyx_t_11, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1153, __pyx_L1_error)
          __Pyx_XDECREF(__pyx_t_13); __pyx_t_13 = 0;
          __Pyx_GOTREF(__pyx_t_1);
        } else
        #endif
        #if CYTHON_FAST_PYCCALL
        if (__Pyx_PyFastCFunction_Check(__pyx_t_11)) {
          PyObject *__pyx_temp[2] = {__pyx_t_13, ((PyObject *)__pyx_v_vocab)};
          __pyx_t_1 = __Pyx_PyCFunction_FastCall(__pyx_t_11, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1153, __pyx_L1_error)
          __Pyx_XDECREF(__pyx_t_13); __pyx_t_13 = 0;
          __Pyx_GOTREF(__pyx_t_1);
        } else
        #endif
        {
          __pyx_t_10 = PyTuple_New(1+1); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 1153, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_10);
          __Pyx_GIVEREF(__pyx_t_13); PyTuple_SET_ITEM(__pyx_t_10, 0, __pyx_t_13); __pyx_t_13 = NULL;
          __Pyx_INCREF(((PyObject *)__pyx_v_vocab));
          __Pyx_GIVEREF(((PyObject *)__pyx_v_vocab));
          PyTuple_SET_ITEM(__pyx_t_10, 0+1, ((PyObject *)__pyx_v_vocab));
          __pyx_t_1 = __Pyx_PyObject_Call(__pyx_t_11, __pyx_t_10, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1153, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_1);
          __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
        }
      }
      __Pyx_DECREF(__pyx_t_11); __pyx_t_11 = 0;
      __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

      /* "discodop/_fragments.pyx":1152
 * 			copynodes(tree, prodsintree, scratch, &cnt)
 * 			ctrees.addnodes(scratch, cnt, 0)
 * 		if index:             # <<<<<<<<<<<<<<
 * 			ctrees.indextrees(vocab)
 * 	free(scratch)
 */
    }

    /* "discodop/_fragments.pyx":1132
 * 	ctrees = ctrees1 = Ctrees()
 * 	ctrees.alloc(512, 512 * 512)
 * 	for m, items in enumerate((items1, items2)):             # <<<<<<<<<<<<<<
 * 		if items is None:
 * 			break
 */
  }
  __pyx_L6_break:;
  __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /* "discodop/_fragments.pyx":1154
 * 		if index:
 * 			ctrees.indextrees(vocab)
 * 	free(scratch)             # <<<<<<<<<<<<<<
 * 	return dict(trees1=ctrees1, trees2=ctrees2, vocab=vocab)
 * 
 */
  free(__pyx_v_scratch);

  /* "discodop/_fragments.pyx":1155
 * 			ctrees.indextrees(vocab)
 * 	free(scratch)
 * 	return dict(trees1=ctrees1, trees2=ctrees2, vocab=vocab)             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __Pyx_XDECREF(__pyx_r);
  __pyx_t_2 = PyDict_New(); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1155, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  if (PyDict_SetItem(__pyx_t_2, __pyx_n_s_trees1, ((PyObject *)__pyx_v_ctrees1)) < 0) __PYX_ERR(0, 1155, __pyx_L1_error)
  if (PyDict_SetItem(__pyx_t_2, __pyx_n_s_trees2, ((PyObject *)__pyx_v_ctrees2)) < 0) __PYX_ERR(0, 1155, __pyx_L1_error)
  if (PyDict_SetItem(__pyx_t_2, __pyx_n_s_vocab, ((PyObject *)__pyx_v_vocab)) < 0) __PYX_ERR(0, 1155, __pyx_L1_error)
  __pyx_r = __pyx_t_2;
  __pyx_t_2 = 0;
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":1111
 * 
 * 
 * def getctrees(items1, items2=None, Vocabulary vocab=None, bint index=True):             # <<<<<<<<<<<<<<
 * 	"""Convert binarized Tree objects to Ctrees object.
 * 
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_XDECREF(__pyx_t_2);
  __Pyx_XDECREF(__pyx_t_6);
  __Pyx_XDECREF(__pyx_t_10);
  __Pyx_XDECREF(__pyx_t_11);
  __Pyx_XDECREF(__pyx_t_12);
  __Pyx_XDECREF(__pyx_t_13);
  __Pyx_XDECREF(__pyx_t_17);
  __Pyx_AddTraceback("discodop._fragments.getctrees", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_XDECREF((PyObject *)__pyx_v_ctrees);
  __Pyx_XDECREF((PyObject *)__pyx_v_ctrees1);
  __Pyx_XDECREF((PyObject *)__pyx_v_ctrees2);
  __Pyx_XDECREF(__pyx_v_maxnodes);
  __Pyx_XDECREF(__pyx_v_m);
  __Pyx_XDECREF(__pyx_v_items);
  __Pyx_XDECREF(__pyx_v_tree);
  __Pyx_XDECREF(__pyx_v_sent);
  __Pyx_XDECREF(__pyx_v_prodsintree);
  __Pyx_XDECREF(__pyx_v_r);
  __Pyx_XDECREF(__pyx_v_yf);
  __Pyx_XDECREF((PyObject *)__pyx_v_vocab);
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "discodop/_fragments.pyx":1158
 * 
 * 
 * def readtreebank(treebankfile, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		fmt='bracket', limit=None, encoding='utf8'):
 * 	"""Read a treebank from a given filename.
 */

/* Python wrapper */
static PyObject *__pyx_pw_8discodop_10_fragments_17readtreebank(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/
static char __pyx_doc_8discodop_10_fragments_16readtreebank[] = "readtreebank(treebankfile, Vocabulary vocab, fmt=u'bracket', limit=None, encoding=u'utf8')\nRead a treebank from a given filename.\n\n\t``vocab`` should be re-used when reading multiple treebanks.\n\n\t:returns: tuple of Ctrees object and list of sentences.";
static PyMethodDef __pyx_mdef_8discodop_10_fragments_17readtreebank = {"readtreebank", (PyCFunction)__pyx_pw_8discodop_10_fragments_17readtreebank, METH_VARARGS|METH_KEYWORDS, __pyx_doc_8discodop_10_fragments_16readtreebank};
static PyObject *__pyx_pw_8discodop_10_fragments_17readtreebank(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
  PyObject *__pyx_v_treebankfile = 0;
  struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab = 0;
  PyObject *__pyx_v_fmt = 0;
  PyObject *__pyx_v_limit = 0;
  PyObject *__pyx_v_encoding = 0;
  PyObject *__pyx_r = 0;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("readtreebank (wrapper)", 0);
  {
    static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_treebankfile,&__pyx_n_s_vocab,&__pyx_n_s_fmt,&__pyx_n_s_limit,&__pyx_n_s_encoding,0};
    PyObject* values[5] = {0,0,0,0,0};
    values[2] = ((PyObject *)__pyx_n_u_bracket);

    /* "discodop/_fragments.pyx":1159
 * 
 * def readtreebank(treebankfile, Vocabulary vocab,
 * 		fmt='bracket', limit=None, encoding='utf8'):             # <<<<<<<<<<<<<<
 * 	"""Read a treebank from a given filename.
 * 
 */
    values[3] = ((PyObject *)Py_None);
    values[4] = ((PyObject *)__pyx_n_u_utf8);
    if (unlikely(__pyx_kwds)) {
      Py_ssize_t kw_args;
      const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args);
      switch (pos_args) {
        case  5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4);
        CYTHON_FALLTHROUGH;
        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);
        CYTHON_FALLTHROUGH;
        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);
        CYTHON_FALLTHROUGH;
        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);
        CYTHON_FALLTHROUGH;
        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);
        CYTHON_FALLTHROUGH;
        case  0: break;
        default: goto __pyx_L5_argtuple_error;
      }
      kw_args = PyDict_Size(__pyx_kwds);
      switch (pos_args) {
        case  0:
        if (likely((values[0] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_treebankfile)) != 0)) kw_args--;
        else goto __pyx_L5_argtuple_error;
        CYTHON_FALLTHROUGH;
        case  1:
        if (likely((values[1] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_vocab)) != 0)) kw_args--;
        else {
          __Pyx_RaiseArgtupleInvalid("readtreebank", 0, 2, 5, 1); __PYX_ERR(0, 1158, __pyx_L3_error)
        }
        CYTHON_FALLTHROUGH;
        case  2:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_fmt);
          if (value) { values[2] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  3:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_limit);
          if (value) { values[3] = value; kw_args--; }
        }
        CYTHON_FALLTHROUGH;
        case  4:
        if (kw_args > 0) {
          PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s_encoding);
          if (value) { values[4] = value; kw_args--; }
        }
      }
      if (unlikely(kw_args > 0)) {
        if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, "readtreebank") < 0)) __PYX_ERR(0, 1158, __pyx_L3_error)
      }
    } else {
      switch (PyTuple_GET_SIZE(__pyx_args)) {
        case  5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4);
        CYTHON_FALLTHROUGH;
        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);
        CYTHON_FALLTHROUGH;
        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);
        CYTHON_FALLTHROUGH;
        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);
        values[0] = PyTuple_GET_ITEM(__pyx_args, 0);
        break;
        default: goto __pyx_L5_argtuple_error;
      }
    }
    __pyx_v_treebankfile = values[0];
    __pyx_v_vocab = ((struct __pyx_obj_8discodop_10containers_Vocabulary *)values[1]);
    __pyx_v_fmt = values[2];
    __pyx_v_limit = values[3];
    __pyx_v_encoding = values[4];
  }
  goto __pyx_L4_argument_unpacking_done;
  __pyx_L5_argtuple_error:;
  __Pyx_RaiseArgtupleInvalid("readtreebank", 0, 2, 5, PyTuple_GET_SIZE(__pyx_args)); __PYX_ERR(0, 1158, __pyx_L3_error)
  __pyx_L3_error:;
  __Pyx_AddTraceback("discodop._fragments.readtreebank", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __Pyx_RefNannyFinishContext();
  return NULL;
  __pyx_L4_argument_unpacking_done:;
  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_vocab), __pyx_ptype_8discodop_10containers_Vocabulary, 1, "vocab", 0))) __PYX_ERR(0, 1158, __pyx_L1_error)
  __pyx_r = __pyx_pf_8discodop_10_fragments_16readtreebank(__pyx_self, __pyx_v_treebankfile, __pyx_v_vocab, __pyx_v_fmt, __pyx_v_limit, __pyx_v_encoding);

  /* "discodop/_fragments.pyx":1158
 * 
 * 
 * def readtreebank(treebankfile, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		fmt='bracket', limit=None, encoding='utf8'):
 * 	"""Read a treebank from a given filename.
 */

  /* function exit code */
  goto __pyx_L0;
  __pyx_L1_error:;
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

static PyObject *__pyx_pf_8discodop_10_fragments_16readtreebank(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_treebankfile, struct __pyx_obj_8discodop_10containers_Vocabulary *__pyx_v_vocab, PyObject *__pyx_v_fmt, PyObject *__pyx_v_limit, PyObject *__pyx_v_encoding) {
  struct __pyx_obj_8discodop_10containers_Ctrees *__pyx_v_ctrees = 0;
  struct __pyx_t_8discodop_10containers_Node *__pyx_v_scratch;
  short __pyx_v_maxnodes;
  short __pyx_v_binfactor;
  int __pyx_v_cnt;
  int __pyx_v_n;
  PyObject *__pyx_v_line = 0;
  arrayobject *__pyx_v_stack = 0;
  arrayobject *__pyx_v_labels = 0;
  PyObject *__pyx_v_children = 0;
  PyObject *__pyx_v_READERS = NULL;
  PyObject *__pyx_v_corpus = NULL;
  CYTHON_UNUSED PyObject *__pyx_v__ = NULL;
  PyObject *__pyx_v_item = NULL;
  PyObject *__pyx_v_tree = NULL;
  PyObject *__pyx_v_prodsintree = NULL;
  PyObject *__pyx_v_r = NULL;
  PyObject *__pyx_v_yf = NULL;
  PyObject *__pyx_v_data = NULL;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  int __pyx_t_2;
  PyObject *__pyx_t_3 = NULL;
  PyObject *__pyx_t_4 = NULL;
  PyObject *__pyx_t_5 = NULL;
  PyObject *__pyx_t_6 = NULL;
  int __pyx_t_7;
  Py_ssize_t __pyx_t_8;
  PyObject *(*__pyx_t_9)(PyObject *);
  PyObject *__pyx_t_10 = NULL;
  PyObject *(*__pyx_t_11)(PyObject *);
  PyObject *__pyx_t_12 = NULL;
  PyObject *__pyx_t_13 = NULL;
  Py_ssize_t __pyx_t_14;
  PyObject *(*__pyx_t_15)(PyObject *);
  int __pyx_t_16;
  int __pyx_t_17;
  __Pyx_RefNannySetupContext("readtreebank", 0);

  /* "discodop/_fragments.pyx":1167
 * 	cdef Ctrees ctrees
 * 	cdef Node *scratch
 * 	cdef short maxnodes = 512             # <<<<<<<<<<<<<<
 * 	cdef short binfactor = 2  # conservative estimate to accommodate binarization
 * 	cdef int cnt, n
 */
  __pyx_v_maxnodes = 0x200;

  /* "discodop/_fragments.pyx":1168
 * 	cdef Node *scratch
 * 	cdef short maxnodes = 512
 * 	cdef short binfactor = 2  # conservative estimate to accommodate binarization             # <<<<<<<<<<<<<<
 * 	cdef int cnt, n
 * 	cdef str line
 */
  __pyx_v_binfactor = 2;

  /* "discodop/_fragments.pyx":1173
 * 	cdef array stack, labels
 * 	cdef list children
 * 	if treebankfile is None:             # <<<<<<<<<<<<<<
 * 		return None
 * 	ctrees = Ctrees()
 */
  __pyx_t_1 = (__pyx_v_treebankfile == Py_None);
  __pyx_t_2 = (__pyx_t_1 != 0);
  if (__pyx_t_2) {

    /* "discodop/_fragments.pyx":1174
 * 	cdef list children
 * 	if treebankfile is None:
 * 		return None             # <<<<<<<<<<<<<<
 * 	ctrees = Ctrees()
 * 	ctrees.alloc(512, 512 * 512)  # dummy values, array will be realloc'd
 */
    __Pyx_XDECREF(__pyx_r);
    __Pyx_INCREF(Py_None);
    __pyx_r = Py_None;
    goto __pyx_L0;

    /* "discodop/_fragments.pyx":1173
 * 	cdef array stack, labels
 * 	cdef list children
 * 	if treebankfile is None:             # <<<<<<<<<<<<<<
 * 		return None
 * 	ctrees = Ctrees()
 */
  }

  /* "discodop/_fragments.pyx":1175
 * 	if treebankfile is None:
 * 		return None
 * 	ctrees = Ctrees()             # <<<<<<<<<<<<<<
 * 	ctrees.alloc(512, 512 * 512)  # dummy values, array will be realloc'd
 * 	scratch = <Node *>malloc(maxnodes * binfactor * sizeof(Node))
 */
  __pyx_t_3 = __Pyx_PyObject_Call(((PyObject *)__pyx_ptype_8discodop_10containers_Ctrees), __pyx_empty_tuple, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1175, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __pyx_v_ctrees = ((struct __pyx_obj_8discodop_10containers_Ctrees *)__pyx_t_3);
  __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":1176
 * 		return None
 * 	ctrees = Ctrees()
 * 	ctrees.alloc(512, 512 * 512)  # dummy values, array will be realloc'd             # <<<<<<<<<<<<<<
 * 	scratch = <Node *>malloc(maxnodes * binfactor * sizeof(Node))
 * 	if scratch is NULL:
 */
  __pyx_t_3 = ((struct __pyx_vtabstruct_8discodop_10containers_Ctrees *)__pyx_v_ctrees->__pyx_vtab)->alloc(__pyx_v_ctrees, 0x200, 0x40000, 0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1176, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":1177
 * 	ctrees = Ctrees()
 * 	ctrees.alloc(512, 512 * 512)  # dummy values, array will be realloc'd
 * 	scratch = <Node *>malloc(maxnodes * binfactor * sizeof(Node))             # <<<<<<<<<<<<<<
 * 	if scratch is NULL:
 * 		raise MemoryError('allocation error')
 */
  __pyx_v_scratch = ((struct __pyx_t_8discodop_10containers_Node *)malloc(((__pyx_v_maxnodes * __pyx_v_binfactor) * (sizeof(struct __pyx_t_8discodop_10containers_Node)))));

  /* "discodop/_fragments.pyx":1178
 * 	ctrees.alloc(512, 512 * 512)  # dummy values, array will be realloc'd
 * 	scratch = <Node *>malloc(maxnodes * binfactor * sizeof(Node))
 * 	if scratch is NULL:             # <<<<<<<<<<<<<<
 * 		raise MemoryError('allocation error')
 * 	if fmt != 'bracket':
 */
  __pyx_t_2 = ((__pyx_v_scratch == NULL) != 0);
  if (__pyx_t_2) {

    /* "discodop/_fragments.pyx":1179
 * 	scratch = <Node *>malloc(maxnodes * binfactor * sizeof(Node))
 * 	if scratch is NULL:
 * 		raise MemoryError('allocation error')             # <<<<<<<<<<<<<<
 * 	if fmt != 'bracket':
 * 		from .treebank import READERS
 */
    __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_MemoryError, __pyx_tuple__20, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1179, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_3);
    __Pyx_Raise(__pyx_t_3, 0, 0, 0);
    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
    __PYX_ERR(0, 1179, __pyx_L1_error)

    /* "discodop/_fragments.pyx":1178
 * 	ctrees.alloc(512, 512 * 512)  # dummy values, array will be realloc'd
 * 	scratch = <Node *>malloc(maxnodes * binfactor * sizeof(Node))
 * 	if scratch is NULL:             # <<<<<<<<<<<<<<
 * 		raise MemoryError('allocation error')
 * 	if fmt != 'bracket':
 */
  }

  /* "discodop/_fragments.pyx":1180
 * 	if scratch is NULL:
 * 		raise MemoryError('allocation error')
 * 	if fmt != 'bracket':             # <<<<<<<<<<<<<<
 * 		from .treebank import READERS
 * 		corpus = READERS[fmt](treebankfile, encoding=encoding)
 */
  __pyx_t_2 = (__Pyx_PyUnicode_Equals(__pyx_v_fmt, __pyx_n_u_bracket, Py_NE)); if (unlikely(__pyx_t_2 < 0)) __PYX_ERR(0, 1180, __pyx_L1_error)
  if (__pyx_t_2) {

    /* "discodop/_fragments.pyx":1181
 * 		raise MemoryError('allocation error')
 * 	if fmt != 'bracket':
 * 		from .treebank import READERS             # <<<<<<<<<<<<<<
 * 		corpus = READERS[fmt](treebankfile, encoding=encoding)
 * 		for _, item in corpus.itertrees(0, limit):
 */
    __pyx_t_3 = PyList_New(1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1181, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_3);
    __Pyx_INCREF(__pyx_n_s_READERS);
    __Pyx_GIVEREF(__pyx_n_s_READERS);
    PyList_SET_ITEM(__pyx_t_3, 0, __pyx_n_s_READERS);
    __pyx_t_4 = __Pyx_Import(__pyx_n_s_treebank, __pyx_t_3, 1); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1181, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
    __pyx_t_3 = __Pyx_ImportFrom(__pyx_t_4, __pyx_n_s_READERS); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1181, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_3);
    __Pyx_INCREF(__pyx_t_3);
    __pyx_v_READERS = __pyx_t_3;
    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;

    /* "discodop/_fragments.pyx":1182
 * 	if fmt != 'bracket':
 * 		from .treebank import READERS
 * 		corpus = READERS[fmt](treebankfile, encoding=encoding)             # <<<<<<<<<<<<<<
 * 		for _, item in corpus.itertrees(0, limit):
 * 			tree = binarize(handledisc(item.tree), dot=True)
 */
    __pyx_t_4 = PyObject_GetItem(__pyx_v_READERS, __pyx_v_fmt); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1182, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_4);
    __pyx_t_3 = PyTuple_New(1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1182, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_3);
    __Pyx_INCREF(__pyx_v_treebankfile);
    __Pyx_GIVEREF(__pyx_v_treebankfile);
    PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_v_treebankfile);
    __pyx_t_5 = PyDict_New(); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 1182, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_5);
    if (PyDict_SetItem(__pyx_t_5, __pyx_n_s_encoding, __pyx_v_encoding) < 0) __PYX_ERR(0, 1182, __pyx_L1_error)
    __pyx_t_6 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_3, __pyx_t_5); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 1182, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_6);
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
    __pyx_v_corpus = __pyx_t_6;
    __pyx_t_6 = 0;

    /* "discodop/_fragments.pyx":1183
 * 		from .treebank import READERS
 * 		corpus = READERS[fmt](treebankfile, encoding=encoding)
 * 		for _, item in corpus.itertrees(0, limit):             # <<<<<<<<<<<<<<
 * 			tree = binarize(handledisc(item.tree), dot=True)
 * 			prodsintree = []
 */
    __pyx_t_5 = __Pyx_PyObject_GetAttrStr(__pyx_v_corpus, __pyx_n_s_itertrees); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 1183, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_5);
    __pyx_t_3 = NULL;
    __pyx_t_7 = 0;
    if (CYTHON_UNPACK_METHODS && likely(PyMethod_Check(__pyx_t_5))) {
      __pyx_t_3 = PyMethod_GET_SELF(__pyx_t_5);
      if (likely(__pyx_t_3)) {
        PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_5);
        __Pyx_INCREF(__pyx_t_3);
        __Pyx_INCREF(function);
        __Pyx_DECREF_SET(__pyx_t_5, function);
        __pyx_t_7 = 1;
      }
    }
    #if CYTHON_FAST_PYCALL
    if (PyFunction_Check(__pyx_t_5)) {
      PyObject *__pyx_temp[3] = {__pyx_t_3, __pyx_int_0, __pyx_v_limit};
      __pyx_t_6 = __Pyx_PyFunction_FastCall(__pyx_t_5, __pyx_temp+1-__pyx_t_7, 2+__pyx_t_7); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 1183, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;
      __Pyx_GOTREF(__pyx_t_6);
    } else
    #endif
    #if CYTHON_FAST_PYCCALL
    if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) {
      PyObject *__pyx_temp[3] = {__pyx_t_3, __pyx_int_0, __pyx_v_limit};
      __pyx_t_6 = __Pyx_PyCFunction_FastCall(__pyx_t_5, __pyx_temp+1-__pyx_t_7, 2+__pyx_t_7); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 1183, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;
      __Pyx_GOTREF(__pyx_t_6);
    } else
    #endif
    {
      __pyx_t_4 = PyTuple_New(2+__pyx_t_7); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1183, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_4);
      if (__pyx_t_3) {
        __Pyx_GIVEREF(__pyx_t_3); PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_3); __pyx_t_3 = NULL;
      }
      __Pyx_INCREF(__pyx_int_0);
      __Pyx_GIVEREF(__pyx_int_0);
      PyTuple_SET_ITEM(__pyx_t_4, 0+__pyx_t_7, __pyx_int_0);
      __Pyx_INCREF(__pyx_v_limit);
      __Pyx_GIVEREF(__pyx_v_limit);
      PyTuple_SET_ITEM(__pyx_t_4, 1+__pyx_t_7, __pyx_v_limit);
      __pyx_t_6 = __Pyx_PyObject_Call(__pyx_t_5, __pyx_t_4, NULL); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 1183, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_6);
      __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    }
    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
    if (likely(PyList_CheckExact(__pyx_t_6)) || PyTuple_CheckExact(__pyx_t_6)) {
      __pyx_t_5 = __pyx_t_6; __Pyx_INCREF(__pyx_t_5); __pyx_t_8 = 0;
      __pyx_t_9 = NULL;
    } else {
      __pyx_t_8 = -1; __pyx_t_5 = PyObject_GetIter(__pyx_t_6); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 1183, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_5);
      __pyx_t_9 = Py_TYPE(__pyx_t_5)->tp_iternext; if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 1183, __pyx_L1_error)
    }
    __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
    for (;;) {
      if (likely(!__pyx_t_9)) {
        if (likely(PyList_CheckExact(__pyx_t_5))) {
          if (__pyx_t_8 >= PyList_GET_SIZE(__pyx_t_5)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_6 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_8); __Pyx_INCREF(__pyx_t_6); __pyx_t_8++; if (unlikely(0 < 0)) __PYX_ERR(0, 1183, __pyx_L1_error)
          #else
          __pyx_t_6 = PySequence_ITEM(__pyx_t_5, __pyx_t_8); __pyx_t_8++; if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 1183, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_6);
          #endif
        } else {
          if (__pyx_t_8 >= PyTuple_GET_SIZE(__pyx_t_5)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_6 = PyTuple_GET_ITEM(__pyx_t_5, __pyx_t_8); __Pyx_INCREF(__pyx_t_6); __pyx_t_8++; if (unlikely(0 < 0)) __PYX_ERR(0, 1183, __pyx_L1_error)
          #else
          __pyx_t_6 = PySequence_ITEM(__pyx_t_5, __pyx_t_8); __pyx_t_8++; if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 1183, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_6);
          #endif
        }
      } else {
        __pyx_t_6 = __pyx_t_9(__pyx_t_5);
        if (unlikely(!__pyx_t_6)) {
          PyObject* exc_type = PyErr_Occurred();
          if (exc_type) {
            if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
            else __PYX_ERR(0, 1183, __pyx_L1_error)
          }
          break;
        }
        __Pyx_GOTREF(__pyx_t_6);
      }
      if ((likely(PyTuple_CheckExact(__pyx_t_6))) || (PyList_CheckExact(__pyx_t_6))) {
        PyObject* sequence = __pyx_t_6;
        #if !CYTHON_COMPILING_IN_PYPY
        Py_ssize_t size = Py_SIZE(sequence);
        #else
        Py_ssize_t size = PySequence_Size(sequence);
        #endif
        if (unlikely(size != 2)) {
          if (size > 2) __Pyx_RaiseTooManyValuesError(2);
          else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size);
          __PYX_ERR(0, 1183, __pyx_L1_error)
        }
        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
        if (likely(PyTuple_CheckExact(sequence))) {
          __pyx_t_4 = PyTuple_GET_ITEM(sequence, 0); 
          __pyx_t_3 = PyTuple_GET_ITEM(sequence, 1); 
        } else {
          __pyx_t_4 = PyList_GET_ITEM(sequence, 0); 
          __pyx_t_3 = PyList_GET_ITEM(sequence, 1); 
        }
        __Pyx_INCREF(__pyx_t_4);
        __Pyx_INCREF(__pyx_t_3);
        #else
        __pyx_t_4 = PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1183, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_4);
        __pyx_t_3 = PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1183, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_3);
        #endif
        __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
      } else {
        Py_ssize_t index = -1;
        __pyx_t_10 = PyObject_GetIter(__pyx_t_6); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 1183, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_10);
        __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
        __pyx_t_11 = Py_TYPE(__pyx_t_10)->tp_iternext;
        index = 0; __pyx_t_4 = __pyx_t_11(__pyx_t_10); if (unlikely(!__pyx_t_4)) goto __pyx_L8_unpacking_failed;
        __Pyx_GOTREF(__pyx_t_4);
        index = 1; __pyx_t_3 = __pyx_t_11(__pyx_t_10); if (unlikely(!__pyx_t_3)) goto __pyx_L8_unpacking_failed;
        __Pyx_GOTREF(__pyx_t_3);
        if (__Pyx_IternextUnpackEndCheck(__pyx_t_11(__pyx_t_10), 2) < 0) __PYX_ERR(0, 1183, __pyx_L1_error)
        __pyx_t_11 = NULL;
        __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
        goto __pyx_L9_unpacking_done;
        __pyx_L8_unpacking_failed:;
        __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
        __pyx_t_11 = NULL;
        if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index);
        __PYX_ERR(0, 1183, __pyx_L1_error)
        __pyx_L9_unpacking_done:;
      }
      __Pyx_XDECREF_SET(__pyx_v__, __pyx_t_4);
      __pyx_t_4 = 0;
      __Pyx_XDECREF_SET(__pyx_v_item, __pyx_t_3);
      __pyx_t_3 = 0;

      /* "discodop/_fragments.pyx":1184
 * 		corpus = READERS[fmt](treebankfile, encoding=encoding)
 * 		for _, item in corpus.itertrees(0, limit):
 * 			tree = binarize(handledisc(item.tree), dot=True)             # <<<<<<<<<<<<<<
 * 			prodsintree = []
 * 			cnt = 0
 */
      __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_binarize); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 1184, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_6);
      __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_handledisc); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1184, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_4);
      __pyx_t_10 = __Pyx_PyObject_GetAttrStr(__pyx_v_item, __pyx_n_s_tree); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 1184, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_10);
      __pyx_t_12 = NULL;
      if (CYTHON_UNPACK_METHODS && unlikely(PyMethod_Check(__pyx_t_4))) {
        __pyx_t_12 = PyMethod_GET_SELF(__pyx_t_4);
        if (likely(__pyx_t_12)) {
          PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_4);
          __Pyx_INCREF(__pyx_t_12);
          __Pyx_INCREF(function);
          __Pyx_DECREF_SET(__pyx_t_4, function);
        }
      }
      if (!__pyx_t_12) {
        __pyx_t_3 = __Pyx_PyObject_CallOneArg(__pyx_t_4, __pyx_t_10); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1184, __pyx_L1_error)
        __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
        __Pyx_GOTREF(__pyx_t_3);
      } else {
        #if CYTHON_FAST_PYCALL
        if (PyFunction_Check(__pyx_t_4)) {
          PyObject *__pyx_temp[2] = {__pyx_t_12, __pyx_t_10};
          __pyx_t_3 = __Pyx_PyFunction_FastCall(__pyx_t_4, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1184, __pyx_L1_error)
          __Pyx_XDECREF(__pyx_t_12); __pyx_t_12 = 0;
          __Pyx_GOTREF(__pyx_t_3);
          __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
        } else
        #endif
        #if CYTHON_FAST_PYCCALL
        if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
          PyObject *__pyx_temp[2] = {__pyx_t_12, __pyx_t_10};
          __pyx_t_3 = __Pyx_PyCFunction_FastCall(__pyx_t_4, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1184, __pyx_L1_error)
          __Pyx_XDECREF(__pyx_t_12); __pyx_t_12 = 0;
          __Pyx_GOTREF(__pyx_t_3);
          __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
        } else
        #endif
        {
          __pyx_t_13 = PyTuple_New(1+1); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1184, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_13);
          __Pyx_GIVEREF(__pyx_t_12); PyTuple_SET_ITEM(__pyx_t_13, 0, __pyx_t_12); __pyx_t_12 = NULL;
          __Pyx_GIVEREF(__pyx_t_10);
          PyTuple_SET_ITEM(__pyx_t_13, 0+1, __pyx_t_10);
          __pyx_t_10 = 0;
          __pyx_t_3 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_13, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1184, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_3);
          __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
        }
      }
      __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
      __pyx_t_4 = PyTuple_New(1); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1184, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_4);
      __Pyx_GIVEREF(__pyx_t_3);
      PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_3);
      __pyx_t_3 = 0;
      __pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1184, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_3);
      if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_dot, Py_True) < 0) __PYX_ERR(0, 1184, __pyx_L1_error)
      __pyx_t_13 = __Pyx_PyObject_Call(__pyx_t_6, __pyx_t_4, __pyx_t_3); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1184, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_13);
      __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
      __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
      __Pyx_XDECREF_SET(__pyx_v_tree, __pyx_t_13);
      __pyx_t_13 = 0;

      /* "discodop/_fragments.pyx":1185
 * 		for _, item in corpus.itertrees(0, limit):
 * 			tree = binarize(handledisc(item.tree), dot=True)
 * 			prodsintree = []             # <<<<<<<<<<<<<<
 * 			cnt = 0
 * 			for r, yf in lcfrsproductions(tree, item.sent, frontiers=True):
 */
      __pyx_t_13 = PyList_New(0); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1185, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_13);
      __Pyx_XDECREF_SET(__pyx_v_prodsintree, ((PyObject*)__pyx_t_13));
      __pyx_t_13 = 0;

      /* "discodop/_fragments.pyx":1186
 * 			tree = binarize(handledisc(item.tree), dot=True)
 * 			prodsintree = []
 * 			cnt = 0             # <<<<<<<<<<<<<<
 * 			for r, yf in lcfrsproductions(tree, item.sent, frontiers=True):
 * 				prodsintree.append(vocab.getprod(r, yf))
 */
      __pyx_v_cnt = 0;

      /* "discodop/_fragments.pyx":1187
 * 			prodsintree = []
 * 			cnt = 0
 * 			for r, yf in lcfrsproductions(tree, item.sent, frontiers=True):             # <<<<<<<<<<<<<<
 * 				prodsintree.append(vocab.getprod(r, yf))
 * 				cnt += 1
 */
      __pyx_t_13 = __Pyx_GetModuleGlobalName(__pyx_n_s_lcfrsproductions); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1187, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_13);
      __pyx_t_3 = __Pyx_PyObject_GetAttrStr(__pyx_v_item, __pyx_n_s_sent); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1187, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_3);
      __pyx_t_4 = PyTuple_New(2); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1187, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_4);
      __Pyx_INCREF(__pyx_v_tree);
      __Pyx_GIVEREF(__pyx_v_tree);
      PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_v_tree);
      __Pyx_GIVEREF(__pyx_t_3);
      PyTuple_SET_ITEM(__pyx_t_4, 1, __pyx_t_3);
      __pyx_t_3 = 0;
      __pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1187, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_3);
      if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_frontiers, Py_True) < 0) __PYX_ERR(0, 1187, __pyx_L1_error)
      __pyx_t_6 = __Pyx_PyObject_Call(__pyx_t_13, __pyx_t_4, __pyx_t_3); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 1187, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_6);
      __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
      __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
      if (likely(PyList_CheckExact(__pyx_t_6)) || PyTuple_CheckExact(__pyx_t_6)) {
        __pyx_t_3 = __pyx_t_6; __Pyx_INCREF(__pyx_t_3); __pyx_t_14 = 0;
        __pyx_t_15 = NULL;
      } else {
        __pyx_t_14 = -1; __pyx_t_3 = PyObject_GetIter(__pyx_t_6); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1187, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_3);
        __pyx_t_15 = Py_TYPE(__pyx_t_3)->tp_iternext; if (unlikely(!__pyx_t_15)) __PYX_ERR(0, 1187, __pyx_L1_error)
      }
      __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
      for (;;) {
        if (likely(!__pyx_t_15)) {
          if (likely(PyList_CheckExact(__pyx_t_3))) {
            if (__pyx_t_14 >= PyList_GET_SIZE(__pyx_t_3)) break;
            #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
            __pyx_t_6 = PyList_GET_ITEM(__pyx_t_3, __pyx_t_14); __Pyx_INCREF(__pyx_t_6); __pyx_t_14++; if (unlikely(0 < 0)) __PYX_ERR(0, 1187, __pyx_L1_error)
            #else
            __pyx_t_6 = PySequence_ITEM(__pyx_t_3, __pyx_t_14); __pyx_t_14++; if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 1187, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_6);
            #endif
          } else {
            if (__pyx_t_14 >= PyTuple_GET_SIZE(__pyx_t_3)) break;
            #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
            __pyx_t_6 = PyTuple_GET_ITEM(__pyx_t_3, __pyx_t_14); __Pyx_INCREF(__pyx_t_6); __pyx_t_14++; if (unlikely(0 < 0)) __PYX_ERR(0, 1187, __pyx_L1_error)
            #else
            __pyx_t_6 = PySequence_ITEM(__pyx_t_3, __pyx_t_14); __pyx_t_14++; if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 1187, __pyx_L1_error)
            __Pyx_GOTREF(__pyx_t_6);
            #endif
          }
        } else {
          __pyx_t_6 = __pyx_t_15(__pyx_t_3);
          if (unlikely(!__pyx_t_6)) {
            PyObject* exc_type = PyErr_Occurred();
            if (exc_type) {
              if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
              else __PYX_ERR(0, 1187, __pyx_L1_error)
            }
            break;
          }
          __Pyx_GOTREF(__pyx_t_6);
        }
        if ((likely(PyTuple_CheckExact(__pyx_t_6))) || (PyList_CheckExact(__pyx_t_6))) {
          PyObject* sequence = __pyx_t_6;
          #if !CYTHON_COMPILING_IN_PYPY
          Py_ssize_t size = Py_SIZE(sequence);
          #else
          Py_ssize_t size = PySequence_Size(sequence);
          #endif
          if (unlikely(size != 2)) {
            if (size > 2) __Pyx_RaiseTooManyValuesError(2);
            else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size);
            __PYX_ERR(0, 1187, __pyx_L1_error)
          }
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          if (likely(PyTuple_CheckExact(sequence))) {
            __pyx_t_4 = PyTuple_GET_ITEM(sequence, 0); 
            __pyx_t_13 = PyTuple_GET_ITEM(sequence, 1); 
          } else {
            __pyx_t_4 = PyList_GET_ITEM(sequence, 0); 
            __pyx_t_13 = PyList_GET_ITEM(sequence, 1); 
          }
          __Pyx_INCREF(__pyx_t_4);
          __Pyx_INCREF(__pyx_t_13);
          #else
          __pyx_t_4 = PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1187, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_4);
          __pyx_t_13 = PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1187, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_13);
          #endif
          __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
        } else {
          Py_ssize_t index = -1;
          __pyx_t_10 = PyObject_GetIter(__pyx_t_6); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 1187, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_10);
          __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
          __pyx_t_11 = Py_TYPE(__pyx_t_10)->tp_iternext;
          index = 0; __pyx_t_4 = __pyx_t_11(__pyx_t_10); if (unlikely(!__pyx_t_4)) goto __pyx_L12_unpacking_failed;
          __Pyx_GOTREF(__pyx_t_4);
          index = 1; __pyx_t_13 = __pyx_t_11(__pyx_t_10); if (unlikely(!__pyx_t_13)) goto __pyx_L12_unpacking_failed;
          __Pyx_GOTREF(__pyx_t_13);
          if (__Pyx_IternextUnpackEndCheck(__pyx_t_11(__pyx_t_10), 2) < 0) __PYX_ERR(0, 1187, __pyx_L1_error)
          __pyx_t_11 = NULL;
          __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
          goto __pyx_L13_unpacking_done;
          __pyx_L12_unpacking_failed:;
          __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
          __pyx_t_11 = NULL;
          if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index);
          __PYX_ERR(0, 1187, __pyx_L1_error)
          __pyx_L13_unpacking_done:;
        }
        __Pyx_XDECREF_SET(__pyx_v_r, __pyx_t_4);
        __pyx_t_4 = 0;
        __Pyx_XDECREF_SET(__pyx_v_yf, __pyx_t_13);
        __pyx_t_13 = 0;

        /* "discodop/_fragments.pyx":1188
 * 			cnt = 0
 * 			for r, yf in lcfrsproductions(tree, item.sent, frontiers=True):
 * 				prodsintree.append(vocab.getprod(r, yf))             # <<<<<<<<<<<<<<
 * 				cnt += 1
 * 			if cnt > maxnodes:
 */
        if (!(likely(PyTuple_CheckExact(__pyx_v_r))||((__pyx_v_r) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "tuple", Py_TYPE(__pyx_v_r)->tp_name), 0))) __PYX_ERR(0, 1188, __pyx_L1_error)
        if (!(likely(PyTuple_CheckExact(__pyx_v_yf))||((__pyx_v_yf) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "tuple", Py_TYPE(__pyx_v_yf)->tp_name), 0))) __PYX_ERR(0, 1188, __pyx_L1_error)
        __pyx_t_7 = ((struct __pyx_vtabstruct_8discodop_10containers_Vocabulary *)__pyx_v_vocab->__pyx_vtab)->getprod(__pyx_v_vocab, ((PyObject*)__pyx_v_r), ((PyObject*)__pyx_v_yf)); if (unlikely(__pyx_t_7 == -2)) __PYX_ERR(0, 1188, __pyx_L1_error)
        __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_t_7); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 1188, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_6);
        __pyx_t_16 = __Pyx_PyList_Append(__pyx_v_prodsintree, __pyx_t_6); if (unlikely(__pyx_t_16 == -1)) __PYX_ERR(0, 1188, __pyx_L1_error)
        __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;

        /* "discodop/_fragments.pyx":1189
 * 			for r, yf in lcfrsproductions(tree, item.sent, frontiers=True):
 * 				prodsintree.append(vocab.getprod(r, yf))
 * 				cnt += 1             # <<<<<<<<<<<<<<
 * 			if cnt > maxnodes:
 * 				maxnodes = cnt
 */
        __pyx_v_cnt = (__pyx_v_cnt + 1);

        /* "discodop/_fragments.pyx":1187
 * 			prodsintree = []
 * 			cnt = 0
 * 			for r, yf in lcfrsproductions(tree, item.sent, frontiers=True):             # <<<<<<<<<<<<<<
 * 				prodsintree.append(vocab.getprod(r, yf))
 * 				cnt += 1
 */
      }
      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

      /* "discodop/_fragments.pyx":1190
 * 				prodsintree.append(vocab.getprod(r, yf))
 * 				cnt += 1
 * 			if cnt > maxnodes:             # <<<<<<<<<<<<<<
 * 				maxnodes = cnt
 * 				scratch = <Node *>realloc(scratch,
 */
      __pyx_t_2 = ((__pyx_v_cnt > __pyx_v_maxnodes) != 0);
      if (__pyx_t_2) {

        /* "discodop/_fragments.pyx":1191
 * 				cnt += 1
 * 			if cnt > maxnodes:
 * 				maxnodes = cnt             # <<<<<<<<<<<<<<
 * 				scratch = <Node *>realloc(scratch,
 * 						maxnodes * binfactor * sizeof(Node))
 */
        __pyx_v_maxnodes = __pyx_v_cnt;

        /* "discodop/_fragments.pyx":1192
 * 			if cnt > maxnodes:
 * 				maxnodes = cnt
 * 				scratch = <Node *>realloc(scratch,             # <<<<<<<<<<<<<<
 * 						maxnodes * binfactor * sizeof(Node))
 * 				if scratch is NULL:
 */
        __pyx_v_scratch = ((struct __pyx_t_8discodop_10containers_Node *)realloc(__pyx_v_scratch, ((__pyx_v_maxnodes * __pyx_v_binfactor) * (sizeof(struct __pyx_t_8discodop_10containers_Node)))));

        /* "discodop/_fragments.pyx":1194
 * 				scratch = <Node *>realloc(scratch,
 * 						maxnodes * binfactor * sizeof(Node))
 * 				if scratch is NULL:             # <<<<<<<<<<<<<<
 * 					raise MemoryError('allocation error')
 * 			cnt = 0
 */
        __pyx_t_2 = ((__pyx_v_scratch == NULL) != 0);
        if (__pyx_t_2) {

          /* "discodop/_fragments.pyx":1195
 * 						maxnodes * binfactor * sizeof(Node))
 * 				if scratch is NULL:
 * 					raise MemoryError('allocation error')             # <<<<<<<<<<<<<<
 * 			cnt = 0
 * 			copynodes(tree, prodsintree, scratch, &cnt)
 */
          __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_MemoryError, __pyx_tuple__21, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1195, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_3);
          __Pyx_Raise(__pyx_t_3, 0, 0, 0);
          __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
          __PYX_ERR(0, 1195, __pyx_L1_error)

          /* "discodop/_fragments.pyx":1194
 * 				scratch = <Node *>realloc(scratch,
 * 						maxnodes * binfactor * sizeof(Node))
 * 				if scratch is NULL:             # <<<<<<<<<<<<<<
 * 					raise MemoryError('allocation error')
 * 			cnt = 0
 */
        }

        /* "discodop/_fragments.pyx":1190
 * 				prodsintree.append(vocab.getprod(r, yf))
 * 				cnt += 1
 * 			if cnt > maxnodes:             # <<<<<<<<<<<<<<
 * 				maxnodes = cnt
 * 				scratch = <Node *>realloc(scratch,
 */
      }

      /* "discodop/_fragments.pyx":1196
 * 				if scratch is NULL:
 * 					raise MemoryError('allocation error')
 * 			cnt = 0             # <<<<<<<<<<<<<<
 * 			copynodes(tree, prodsintree, scratch, &cnt)
 * 			ctrees.addnodes(scratch, cnt, 0)
 */
      __pyx_v_cnt = 0;

      /* "discodop/_fragments.pyx":1197
 * 					raise MemoryError('allocation error')
 * 			cnt = 0
 * 			copynodes(tree, prodsintree, scratch, &cnt)             # <<<<<<<<<<<<<<
 * 			ctrees.addnodes(scratch, cnt, 0)
 * 	else:  # do incremental reading of bracket trees
 */
      __pyx_t_3 = __pyx_f_8discodop_10_fragments_copynodes(__pyx_v_tree, __pyx_v_prodsintree, __pyx_v_scratch, (&__pyx_v_cnt)); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1197, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_3);
      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

      /* "discodop/_fragments.pyx":1198
 * 			cnt = 0
 * 			copynodes(tree, prodsintree, scratch, &cnt)
 * 			ctrees.addnodes(scratch, cnt, 0)             # <<<<<<<<<<<<<<
 * 	else:  # do incremental reading of bracket trees
 * 		stack = clone(shortarray, 0, False)
 */
      __pyx_t_3 = ((struct __pyx_vtabstruct_8discodop_10containers_Ctrees *)__pyx_v_ctrees->__pyx_vtab)->addnodes(__pyx_v_ctrees, __pyx_v_scratch, __pyx_v_cnt, 0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1198, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_3);
      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

      /* "discodop/_fragments.pyx":1183
 * 		from .treebank import READERS
 * 		corpus = READERS[fmt](treebankfile, encoding=encoding)
 * 		for _, item in corpus.itertrees(0, limit):             # <<<<<<<<<<<<<<
 * 			tree = binarize(handledisc(item.tree), dot=True)
 * 			prodsintree = []
 */
    }
    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;

    /* "discodop/_fragments.pyx":1180
 * 	if scratch is NULL:
 * 		raise MemoryError('allocation error')
 * 	if fmt != 'bracket':             # <<<<<<<<<<<<<<
 * 		from .treebank import READERS
 * 		corpus = READERS[fmt](treebankfile, encoding=encoding)
 */
    goto __pyx_L5;
  }

  /* "discodop/_fragments.pyx":1200
 * 			ctrees.addnodes(scratch, cnt, 0)
 * 	else:  # do incremental reading of bracket trees
 * 		stack = clone(shortarray, 0, False)             # <<<<<<<<<<<<<<
 * 		labels = clone(intarray, 0, False)
 * 		children = []  # list of lists
 */
  /*else*/ {
    __pyx_t_5 = ((PyObject *)__pyx_v_8discodop_10_fragments_shortarray);
    __Pyx_INCREF(__pyx_t_5);
    __pyx_t_3 = ((PyObject *)__pyx_f_7cpython_5array_clone(((arrayobject *)__pyx_t_5), 0, 0)); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1200, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_3);
    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
    __pyx_v_stack = ((arrayobject *)__pyx_t_3);
    __pyx_t_3 = 0;

    /* "discodop/_fragments.pyx":1201
 * 	else:  # do incremental reading of bracket trees
 * 		stack = clone(shortarray, 0, False)
 * 		labels = clone(intarray, 0, False)             # <<<<<<<<<<<<<<
 * 		children = []  # list of lists
 * 		data = openread(treebankfile, encoding=encoding)
 */
    __pyx_t_3 = ((PyObject *)__pyx_v_8discodop_10_fragments_intarray);
    __Pyx_INCREF(__pyx_t_3);
    __pyx_t_5 = ((PyObject *)__pyx_f_7cpython_5array_clone(((arrayobject *)__pyx_t_3), 0, 0)); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 1201, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_5);
    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
    __pyx_v_labels = ((arrayobject *)__pyx_t_5);
    __pyx_t_5 = 0;

    /* "discodop/_fragments.pyx":1202
 * 		stack = clone(shortarray, 0, False)
 * 		labels = clone(intarray, 0, False)
 * 		children = []  # list of lists             # <<<<<<<<<<<<<<
 * 		data = openread(treebankfile, encoding=encoding)
 * 		for n, line in enumerate(islice(data, limit), 1):
 */
    __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 1202, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_5);
    __pyx_v_children = ((PyObject*)__pyx_t_5);
    __pyx_t_5 = 0;

    /* "discodop/_fragments.pyx":1203
 * 		labels = clone(intarray, 0, False)
 * 		children = []  # list of lists
 * 		data = openread(treebankfile, encoding=encoding)             # <<<<<<<<<<<<<<
 * 		for n, line in enumerate(islice(data, limit), 1):
 * 			cnt = line.count('(')
 */
    __pyx_t_5 = __Pyx_GetModuleGlobalName(__pyx_n_s_openread); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 1203, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_5);
    __pyx_t_3 = PyTuple_New(1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1203, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_3);
    __Pyx_INCREF(__pyx_v_treebankfile);
    __Pyx_GIVEREF(__pyx_v_treebankfile);
    PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_v_treebankfile);
    __pyx_t_6 = PyDict_New(); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 1203, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_6);
    if (PyDict_SetItem(__pyx_t_6, __pyx_n_s_encoding, __pyx_v_encoding) < 0) __PYX_ERR(0, 1203, __pyx_L1_error)
    __pyx_t_13 = __Pyx_PyObject_Call(__pyx_t_5, __pyx_t_3, __pyx_t_6); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1203, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_13);
    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
    __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
    __pyx_v_data = __pyx_t_13;
    __pyx_t_13 = 0;

    /* "discodop/_fragments.pyx":1204
 * 		children = []  # list of lists
 * 		data = openread(treebankfile, encoding=encoding)
 * 		for n, line in enumerate(islice(data, limit), 1):             # <<<<<<<<<<<<<<
 * 			cnt = line.count('(')
 * 			if cnt > maxnodes:
 */
    __pyx_t_7 = 1;
    __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_islice); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 1204, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_6);
    __pyx_t_3 = NULL;
    __pyx_t_17 = 0;
    if (CYTHON_UNPACK_METHODS && unlikely(PyMethod_Check(__pyx_t_6))) {
      __pyx_t_3 = PyMethod_GET_SELF(__pyx_t_6);
      if (likely(__pyx_t_3)) {
        PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_6);
        __Pyx_INCREF(__pyx_t_3);
        __Pyx_INCREF(function);
        __Pyx_DECREF_SET(__pyx_t_6, function);
        __pyx_t_17 = 1;
      }
    }
    #if CYTHON_FAST_PYCALL
    if (PyFunction_Check(__pyx_t_6)) {
      PyObject *__pyx_temp[3] = {__pyx_t_3, __pyx_v_data, __pyx_v_limit};
      __pyx_t_13 = __Pyx_PyFunction_FastCall(__pyx_t_6, __pyx_temp+1-__pyx_t_17, 2+__pyx_t_17); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1204, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;
      __Pyx_GOTREF(__pyx_t_13);
    } else
    #endif
    #if CYTHON_FAST_PYCCALL
    if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
      PyObject *__pyx_temp[3] = {__pyx_t_3, __pyx_v_data, __pyx_v_limit};
      __pyx_t_13 = __Pyx_PyCFunction_FastCall(__pyx_t_6, __pyx_temp+1-__pyx_t_17, 2+__pyx_t_17); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1204, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;
      __Pyx_GOTREF(__pyx_t_13);
    } else
    #endif
    {
      __pyx_t_5 = PyTuple_New(2+__pyx_t_17); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 1204, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_5);
      if (__pyx_t_3) {
        __Pyx_GIVEREF(__pyx_t_3); PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_3); __pyx_t_3 = NULL;
      }
      __Pyx_INCREF(__pyx_v_data);
      __Pyx_GIVEREF(__pyx_v_data);
      PyTuple_SET_ITEM(__pyx_t_5, 0+__pyx_t_17, __pyx_v_data);
      __Pyx_INCREF(__pyx_v_limit);
      __Pyx_GIVEREF(__pyx_v_limit);
      PyTuple_SET_ITEM(__pyx_t_5, 1+__pyx_t_17, __pyx_v_limit);
      __pyx_t_13 = __Pyx_PyObject_Call(__pyx_t_6, __pyx_t_5, NULL); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1204, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_13);
      __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
    }
    __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
    if (likely(PyList_CheckExact(__pyx_t_13)) || PyTuple_CheckExact(__pyx_t_13)) {
      __pyx_t_6 = __pyx_t_13; __Pyx_INCREF(__pyx_t_6); __pyx_t_8 = 0;
      __pyx_t_9 = NULL;
    } else {
      __pyx_t_8 = -1; __pyx_t_6 = PyObject_GetIter(__pyx_t_13); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 1204, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_6);
      __pyx_t_9 = Py_TYPE(__pyx_t_6)->tp_iternext; if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 1204, __pyx_L1_error)
    }
    __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
    for (;;) {
      if (likely(!__pyx_t_9)) {
        if (likely(PyList_CheckExact(__pyx_t_6))) {
          if (__pyx_t_8 >= PyList_GET_SIZE(__pyx_t_6)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_13 = PyList_GET_ITEM(__pyx_t_6, __pyx_t_8); __Pyx_INCREF(__pyx_t_13); __pyx_t_8++; if (unlikely(0 < 0)) __PYX_ERR(0, 1204, __pyx_L1_error)
          #else
          __pyx_t_13 = PySequence_ITEM(__pyx_t_6, __pyx_t_8); __pyx_t_8++; if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1204, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_13);
          #endif
        } else {
          if (__pyx_t_8 >= PyTuple_GET_SIZE(__pyx_t_6)) break;
          #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
          __pyx_t_13 = PyTuple_GET_ITEM(__pyx_t_6, __pyx_t_8); __Pyx_INCREF(__pyx_t_13); __pyx_t_8++; if (unlikely(0 < 0)) __PYX_ERR(0, 1204, __pyx_L1_error)
          #else
          __pyx_t_13 = PySequence_ITEM(__pyx_t_6, __pyx_t_8); __pyx_t_8++; if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1204, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_13);
          #endif
        }
      } else {
        __pyx_t_13 = __pyx_t_9(__pyx_t_6);
        if (unlikely(!__pyx_t_13)) {
          PyObject* exc_type = PyErr_Occurred();
          if (exc_type) {
            if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();
            else __PYX_ERR(0, 1204, __pyx_L1_error)
          }
          break;
        }
        __Pyx_GOTREF(__pyx_t_13);
      }
      if (!(likely(PyUnicode_CheckExact(__pyx_t_13))||((__pyx_t_13) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "unicode", Py_TYPE(__pyx_t_13)->tp_name), 0))) __PYX_ERR(0, 1204, __pyx_L1_error)
      __Pyx_XDECREF_SET(__pyx_v_line, ((PyObject*)__pyx_t_13));
      __pyx_t_13 = 0;
      __pyx_v_n = __pyx_t_7;
      __pyx_t_7 = (__pyx_t_7 + 1);

      /* "discodop/_fragments.pyx":1205
 * 		data = openread(treebankfile, encoding=encoding)
 * 		for n, line in enumerate(islice(data, limit), 1):
 * 			cnt = line.count('(')             # <<<<<<<<<<<<<<
 * 			if cnt > maxnodes:
 * 				maxnodes = 2 * cnt
 */
      if (unlikely(__pyx_v_line == Py_None)) {
        PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "count");
        __PYX_ERR(0, 1205, __pyx_L1_error)
      }
      __pyx_t_14 = PyUnicode_Count(__pyx_v_line, __pyx_kp_u__4, 0, PY_SSIZE_T_MAX); if (unlikely(__pyx_t_14 == -1)) __PYX_ERR(0, 1205, __pyx_L1_error)
      __pyx_v_cnt = __pyx_t_14;

      /* "discodop/_fragments.pyx":1206
 * 		for n, line in enumerate(islice(data, limit), 1):
 * 			cnt = line.count('(')
 * 			if cnt > maxnodes:             # <<<<<<<<<<<<<<
 * 				maxnodes = 2 * cnt
 * 				scratch = <Node *>realloc(scratch,
 */
      __pyx_t_2 = ((__pyx_v_cnt > __pyx_v_maxnodes) != 0);
      if (__pyx_t_2) {

        /* "discodop/_fragments.pyx":1207
 * 			cnt = line.count('(')
 * 			if cnt > maxnodes:
 * 				maxnodes = 2 * cnt             # <<<<<<<<<<<<<<
 * 				scratch = <Node *>realloc(scratch,
 * 						maxnodes * binfactor * sizeof(Node))
 */
        __pyx_v_maxnodes = (2 * __pyx_v_cnt);

        /* "discodop/_fragments.pyx":1208
 * 			if cnt > maxnodes:
 * 				maxnodes = 2 * cnt
 * 				scratch = <Node *>realloc(scratch,             # <<<<<<<<<<<<<<
 * 						maxnodes * binfactor * sizeof(Node))
 * 				if scratch is NULL:
 */
        __pyx_v_scratch = ((struct __pyx_t_8discodop_10containers_Node *)realloc(__pyx_v_scratch, ((__pyx_v_maxnodes * __pyx_v_binfactor) * (sizeof(struct __pyx_t_8discodop_10containers_Node)))));

        /* "discodop/_fragments.pyx":1210
 * 				scratch = <Node *>realloc(scratch,
 * 						maxnodes * binfactor * sizeof(Node))
 * 				if scratch is NULL:             # <<<<<<<<<<<<<<
 * 					raise MemoryError('allocation error')
 * 			cnt = readtree(line, vocab, scratch, stack, labels, children)
 */
        __pyx_t_2 = ((__pyx_v_scratch == NULL) != 0);
        if (__pyx_t_2) {

          /* "discodop/_fragments.pyx":1211
 * 						maxnodes * binfactor * sizeof(Node))
 * 				if scratch is NULL:
 * 					raise MemoryError('allocation error')             # <<<<<<<<<<<<<<
 * 			cnt = readtree(line, vocab, scratch, stack, labels, children)
 * 			if cnt <= 0:
 */
          __pyx_t_13 = __Pyx_PyObject_Call(__pyx_builtin_MemoryError, __pyx_tuple__22, NULL); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1211, __pyx_L1_error)
          __Pyx_GOTREF(__pyx_t_13);
          __Pyx_Raise(__pyx_t_13, 0, 0, 0);
          __Pyx_DECREF(__pyx_t_13); __pyx_t_13 = 0;
          __PYX_ERR(0, 1211, __pyx_L1_error)

          /* "discodop/_fragments.pyx":1210
 * 				scratch = <Node *>realloc(scratch,
 * 						maxnodes * binfactor * sizeof(Node))
 * 				if scratch is NULL:             # <<<<<<<<<<<<<<
 * 					raise MemoryError('allocation error')
 * 			cnt = readtree(line, vocab, scratch, stack, labels, children)
 */
        }

        /* "discodop/_fragments.pyx":1206
 * 		for n, line in enumerate(islice(data, limit), 1):
 * 			cnt = line.count('(')
 * 			if cnt > maxnodes:             # <<<<<<<<<<<<<<
 * 				maxnodes = 2 * cnt
 * 				scratch = <Node *>realloc(scratch,
 */
      }

      /* "discodop/_fragments.pyx":1212
 * 				if scratch is NULL:
 * 					raise MemoryError('allocation error')
 * 			cnt = readtree(line, vocab, scratch, stack, labels, children)             # <<<<<<<<<<<<<<
 * 			if cnt <= 0:
 * 				raise ValueError('error %d in line %d: %s\n%s' % (
 */
      __pyx_t_17 = __pyx_f_8discodop_10_fragments_readtree(__pyx_v_line, __pyx_v_vocab, __pyx_v_scratch, __pyx_v_stack, __pyx_v_labels, __pyx_v_children); if (unlikely(__pyx_t_17 == -9)) __PYX_ERR(0, 1212, __pyx_L1_error)
      __pyx_v_cnt = __pyx_t_17;

      /* "discodop/_fragments.pyx":1213
 * 					raise MemoryError('allocation error')
 * 			cnt = readtree(line, vocab, scratch, stack, labels, children)
 * 			if cnt <= 0:             # <<<<<<<<<<<<<<
 * 				raise ValueError('error %d in line %d: %s\n%s' % (
 * 						cnt, n, TREEPARSEMSG[-cnt], line))
 */
      __pyx_t_2 = ((__pyx_v_cnt <= 0) != 0);
      if (__pyx_t_2) {

        /* "discodop/_fragments.pyx":1215
 * 			if cnt <= 0:
 * 				raise ValueError('error %d in line %d: %s\n%s' % (
 * 						cnt, n, TREEPARSEMSG[-cnt], line))             # <<<<<<<<<<<<<<
 * 			ctrees.addnodes(scratch, cnt, 0)
 * 			del labels[:], children[:]
 */
        __pyx_t_13 = __Pyx_PyInt_From_int(__pyx_v_cnt); if (unlikely(!__pyx_t_13)) __PYX_ERR(0, 1215, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_13);
        __pyx_t_5 = __Pyx_PyInt_From_int(__pyx_v_n); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 1215, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_5);
        __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_TREEPARSEMSG); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1215, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_3);
        __pyx_t_17 = (-__pyx_v_cnt);
        __pyx_t_4 = __Pyx_GetItemInt(__pyx_t_3, __pyx_t_17, int, 1, __Pyx_PyInt_From_int, 0, 0, 0); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1215, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_4);
        __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
        __pyx_t_3 = PyTuple_New(4); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1215, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_3);
        __Pyx_GIVEREF(__pyx_t_13);
        PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_t_13);
        __Pyx_GIVEREF(__pyx_t_5);
        PyTuple_SET_ITEM(__pyx_t_3, 1, __pyx_t_5);
        __Pyx_GIVEREF(__pyx_t_4);
        PyTuple_SET_ITEM(__pyx_t_3, 2, __pyx_t_4);
        __Pyx_INCREF(__pyx_v_line);
        __Pyx_GIVEREF(__pyx_v_line);
        PyTuple_SET_ITEM(__pyx_t_3, 3, __pyx_v_line);
        __pyx_t_13 = 0;
        __pyx_t_5 = 0;
        __pyx_t_4 = 0;

        /* "discodop/_fragments.pyx":1214
 * 			cnt = readtree(line, vocab, scratch, stack, labels, children)
 * 			if cnt <= 0:
 * 				raise ValueError('error %d in line %d: %s\n%s' % (             # <<<<<<<<<<<<<<
 * 						cnt, n, TREEPARSEMSG[-cnt], line))
 * 			ctrees.addnodes(scratch, cnt, 0)
 */
        __pyx_t_4 = PyUnicode_Format(__pyx_kp_u_error_d_in_line_d_s_s, __pyx_t_3); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1214, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_4);
        __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
        __pyx_t_3 = PyTuple_New(1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1214, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_3);
        __Pyx_GIVEREF(__pyx_t_4);
        PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_t_4);
        __pyx_t_4 = 0;
        __pyx_t_4 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_t_3, NULL); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1214, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_4);
        __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
        __Pyx_Raise(__pyx_t_4, 0, 0, 0);
        __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
        __PYX_ERR(0, 1214, __pyx_L1_error)

        /* "discodop/_fragments.pyx":1213
 * 					raise MemoryError('allocation error')
 * 			cnt = readtree(line, vocab, scratch, stack, labels, children)
 * 			if cnt <= 0:             # <<<<<<<<<<<<<<
 * 				raise ValueError('error %d in line %d: %s\n%s' % (
 * 						cnt, n, TREEPARSEMSG[-cnt], line))
 */
      }

      /* "discodop/_fragments.pyx":1216
 * 				raise ValueError('error %d in line %d: %s\n%s' % (
 * 						cnt, n, TREEPARSEMSG[-cnt], line))
 * 			ctrees.addnodes(scratch, cnt, 0)             # <<<<<<<<<<<<<<
 * 			del labels[:], children[:]
 * 		if not ctrees.len:
 */
      __pyx_t_4 = ((struct __pyx_vtabstruct_8discodop_10containers_Ctrees *)__pyx_v_ctrees->__pyx_vtab)->addnodes(__pyx_v_ctrees, __pyx_v_scratch, __pyx_v_cnt, 0); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1216, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_4);
      __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;

      /* "discodop/_fragments.pyx":1217
 * 						cnt, n, TREEPARSEMSG[-cnt], line))
 * 			ctrees.addnodes(scratch, cnt, 0)
 * 			del labels[:], children[:]             # <<<<<<<<<<<<<<
 * 		if not ctrees.len:
 * 			raise ValueError('%r appears to be empty' % treebankfile)
 */
      if (__Pyx_PyObject_DelSlice(((PyObject *)__pyx_v_labels), 0, 0, NULL, NULL, &__pyx_slice__23, 0, 0, 0) < 0) __PYX_ERR(0, 1217, __pyx_L1_error)
      if (__Pyx_PyObject_DelSlice(__pyx_v_children, 0, 0, NULL, NULL, NULL, 0, 0, 0) < 0) __PYX_ERR(0, 1217, __pyx_L1_error)

      /* "discodop/_fragments.pyx":1204
 * 		children = []  # list of lists
 * 		data = openread(treebankfile, encoding=encoding)
 * 		for n, line in enumerate(islice(data, limit), 1):             # <<<<<<<<<<<<<<
 * 			cnt = line.count('(')
 * 			if cnt > maxnodes:
 */
    }
    __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;

    /* "discodop/_fragments.pyx":1218
 * 			ctrees.addnodes(scratch, cnt, 0)
 * 			del labels[:], children[:]
 * 		if not ctrees.len:             # <<<<<<<<<<<<<<
 * 			raise ValueError('%r appears to be empty' % treebankfile)
 * 	free(scratch)
 */
    __pyx_t_2 = ((!(__pyx_v_ctrees->len != 0)) != 0);
    if (__pyx_t_2) {

      /* "discodop/_fragments.pyx":1219
 * 			del labels[:], children[:]
 * 		if not ctrees.len:
 * 			raise ValueError('%r appears to be empty' % treebankfile)             # <<<<<<<<<<<<<<
 * 	free(scratch)
 * 	return ctrees
 */
      __pyx_t_6 = PyUnicode_Format(__pyx_kp_u_r_appears_to_be_empty, __pyx_v_treebankfile); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 1219, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_6);
      __pyx_t_4 = PyTuple_New(1); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1219, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_4);
      __Pyx_GIVEREF(__pyx_t_6);
      PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_6);
      __pyx_t_6 = 0;
      __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_t_4, NULL); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 1219, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_6);
      __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
      __Pyx_Raise(__pyx_t_6, 0, 0, 0);
      __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
      __PYX_ERR(0, 1219, __pyx_L1_error)

      /* "discodop/_fragments.pyx":1218
 * 			ctrees.addnodes(scratch, cnt, 0)
 * 			del labels[:], children[:]
 * 		if not ctrees.len:             # <<<<<<<<<<<<<<
 * 			raise ValueError('%r appears to be empty' % treebankfile)
 * 	free(scratch)
 */
    }
  }
  __pyx_L5:;

  /* "discodop/_fragments.pyx":1220
 * 		if not ctrees.len:
 * 			raise ValueError('%r appears to be empty' % treebankfile)
 * 	free(scratch)             # <<<<<<<<<<<<<<
 * 	return ctrees
 * 
 */
  free(__pyx_v_scratch);

  /* "discodop/_fragments.pyx":1221
 * 			raise ValueError('%r appears to be empty' % treebankfile)
 * 	free(scratch)
 * 	return ctrees             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __Pyx_XDECREF(__pyx_r);
  __Pyx_INCREF(((PyObject *)__pyx_v_ctrees));
  __pyx_r = ((PyObject *)__pyx_v_ctrees);
  goto __pyx_L0;

  /* "discodop/_fragments.pyx":1158
 * 
 * 
 * def readtreebank(treebankfile, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		fmt='bracket', limit=None, encoding='utf8'):
 * 	"""Read a treebank from a given filename.
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_3);
  __Pyx_XDECREF(__pyx_t_4);
  __Pyx_XDECREF(__pyx_t_5);
  __Pyx_XDECREF(__pyx_t_6);
  __Pyx_XDECREF(__pyx_t_10);
  __Pyx_XDECREF(__pyx_t_12);
  __Pyx_XDECREF(__pyx_t_13);
  __Pyx_AddTraceback("discodop._fragments.readtreebank", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = NULL;
  __pyx_L0:;
  __Pyx_XDECREF((PyObject *)__pyx_v_ctrees);
  __Pyx_XDECREF(__pyx_v_line);
  __Pyx_XDECREF((PyObject *)__pyx_v_stack);
  __Pyx_XDECREF((PyObject *)__pyx_v_labels);
  __Pyx_XDECREF(__pyx_v_children);
  __Pyx_XDECREF(__pyx_v_READERS);
  __Pyx_XDECREF(__pyx_v_corpus);
  __Pyx_XDECREF(__pyx_v__);
  __Pyx_XDECREF(__pyx_v_item);
  __Pyx_XDECREF(__pyx_v_tree);
  __Pyx_XDECREF(__pyx_v_prodsintree);
  __Pyx_XDECREF(__pyx_v_r);
  __Pyx_XDECREF(__pyx_v_yf);
  __Pyx_XDECREF(__pyx_v_data);
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "containers.pxd":705
 * 
 * # defined here because circular import.
 * cdef inline size_t cellidx(short start, short end, short lensent,             # <<<<<<<<<<<<<<
 * 		Label nonterminals):
 * 	"""Return an index for a regular three dimensional array.
 */

static CYTHON_INLINE size_t __pyx_f_8discodop_10containers_cellidx(short __pyx_v_start, short __pyx_v_end, short __pyx_v_lensent, Label __pyx_v_nonterminals) {
  size_t __pyx_r;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("cellidx", 0);

  /* "containers.pxd":710
 * 
 * 	``chart[start][end][0] => chart[idx]`` """
 * 	return (start * lensent + (end - 1)) * nonterminals             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_r = (((__pyx_v_start * __pyx_v_lensent) + (__pyx_v_end - 1)) * __pyx_v_nonterminals);
  goto __pyx_L0;

  /* "containers.pxd":705
 * 
 * # defined here because circular import.
 * cdef inline size_t cellidx(short start, short end, short lensent,             # <<<<<<<<<<<<<<
 * 		Label nonterminals):
 * 	"""Return an index for a regular three dimensional array.
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "containers.pxd":713
 * 
 * 
 * cdef inline size_t compactcellidx(short start, short end, short lensent,             # <<<<<<<<<<<<<<
 * 		Label nonterminals):
 * 	"""Return an index to a triangular array, given start < end.
 */

static CYTHON_INLINE size_t __pyx_f_8discodop_10containers_compactcellidx(short __pyx_v_start, short __pyx_v_end, short __pyx_v_lensent, Label __pyx_v_nonterminals) {
  size_t __pyx_r;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("compactcellidx", 0);

  /* "containers.pxd":717
 * 	"""Return an index to a triangular array, given start < end.
 * 	The result of this function is the index to chart[start][end][0]."""
 * 	return nonterminals * (lensent * start             # <<<<<<<<<<<<<<
 * 			- ((start - 1) * start / 2) + end - start - 1)
 * 
 */
  __pyx_r = (__pyx_v_nonterminals * (((((__pyx_v_lensent * __pyx_v_start) - (((__pyx_v_start - 1) * __pyx_v_start) / 2)) + __pyx_v_end) - __pyx_v_start) - 1));
  goto __pyx_L0;

  /* "containers.pxd":713
 * 
 * 
 * cdef inline size_t compactcellidx(short start, short end, short lensent,             # <<<<<<<<<<<<<<
 * 		Label nonterminals):
 * 	"""Return an index to a triangular array, given start < end.
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "containers.pxd":724
 * 
 * 
 * cdef inline logprobadd(x, y):             # <<<<<<<<<<<<<<
 * 	""" Add two log probabilities in log space.
 * 
 */

static CYTHON_INLINE PyObject *__pyx_f_8discodop_10containers_logprobadd(PyObject *__pyx_v_x, PyObject *__pyx_v_y) {
  PyObject *__pyx_v_diff = NULL;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  PyObject *__pyx_t_2 = NULL;
  PyObject *__pyx_t_3 = NULL;
  PyObject *__pyx_t_4 = NULL;
  int __pyx_t_5;
  double __pyx_t_6;
  PyObject *__pyx_t_7 = NULL;
  __Pyx_RefNannySetupContext("logprobadd", 0);

  /* "containers.pxd":734
 * 	:source: https://facwiki.cs.byu.edu/nlp/index.php/Log_Domain_Computations
 * 	"""
 * 	if isinf(x):             # <<<<<<<<<<<<<<
 * 		return y
 * 	elif isinf(y):
 */
  __pyx_t_2 = __Pyx_GetModuleGlobalName(__pyx_n_s_isinf); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 734, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __pyx_t_3 = NULL;
  if (CYTHON_UNPACK_METHODS && unlikely(PyMethod_Check(__pyx_t_2))) {
    __pyx_t_3 = PyMethod_GET_SELF(__pyx_t_2);
    if (likely(__pyx_t_3)) {
      PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_2);
      __Pyx_INCREF(__pyx_t_3);
      __Pyx_INCREF(function);
      __Pyx_DECREF_SET(__pyx_t_2, function);
    }
  }
  if (!__pyx_t_3) {
    __pyx_t_1 = __Pyx_PyObject_CallOneArg(__pyx_t_2, __pyx_v_x); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 734, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
  } else {
    #if CYTHON_FAST_PYCALL
    if (PyFunction_Check(__pyx_t_2)) {
      PyObject *__pyx_temp[2] = {__pyx_t_3, __pyx_v_x};
      __pyx_t_1 = __Pyx_PyFunction_FastCall(__pyx_t_2, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 734, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;
      __Pyx_GOTREF(__pyx_t_1);
    } else
    #endif
    #if CYTHON_FAST_PYCCALL
    if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      PyObject *__pyx_temp[2] = {__pyx_t_3, __pyx_v_x};
      __pyx_t_1 = __Pyx_PyCFunction_FastCall(__pyx_t_2, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 734, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;
      __Pyx_GOTREF(__pyx_t_1);
    } else
    #endif
    {
      __pyx_t_4 = PyTuple_New(1+1); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 734, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_4);
      __Pyx_GIVEREF(__pyx_t_3); PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_3); __pyx_t_3 = NULL;
      __Pyx_INCREF(__pyx_v_x);
      __Pyx_GIVEREF(__pyx_v_x);
      PyTuple_SET_ITEM(__pyx_t_4, 0+1, __pyx_v_x);
      __pyx_t_1 = __Pyx_PyObject_Call(__pyx_t_2, __pyx_t_4, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 734, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);
      __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    }
  }
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __pyx_t_5 = __Pyx_PyObject_IsTrue(__pyx_t_1); if (unlikely(__pyx_t_5 < 0)) __PYX_ERR(1, 734, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  if (__pyx_t_5) {

    /* "containers.pxd":735
 * 	"""
 * 	if isinf(x):
 * 		return y             # <<<<<<<<<<<<<<
 * 	elif isinf(y):
 * 		return x
 */
    __Pyx_XDECREF(__pyx_r);
    __Pyx_INCREF(__pyx_v_y);
    __pyx_r = __pyx_v_y;
    goto __pyx_L0;

    /* "containers.pxd":734
 * 	:source: https://facwiki.cs.byu.edu/nlp/index.php/Log_Domain_Computations
 * 	"""
 * 	if isinf(x):             # <<<<<<<<<<<<<<
 * 		return y
 * 	elif isinf(y):
 */
  }

  /* "containers.pxd":736
 * 	if isinf(x):
 * 		return y
 * 	elif isinf(y):             # <<<<<<<<<<<<<<
 * 		return x
 * 	# If one value is much smaller than the other, keep the larger value.
 */
  __pyx_t_2 = __Pyx_GetModuleGlobalName(__pyx_n_s_isinf); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 736, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __pyx_t_4 = NULL;
  if (CYTHON_UNPACK_METHODS && unlikely(PyMethod_Check(__pyx_t_2))) {
    __pyx_t_4 = PyMethod_GET_SELF(__pyx_t_2);
    if (likely(__pyx_t_4)) {
      PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_2);
      __Pyx_INCREF(__pyx_t_4);
      __Pyx_INCREF(function);
      __Pyx_DECREF_SET(__pyx_t_2, function);
    }
  }
  if (!__pyx_t_4) {
    __pyx_t_1 = __Pyx_PyObject_CallOneArg(__pyx_t_2, __pyx_v_y); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 736, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
  } else {
    #if CYTHON_FAST_PYCALL
    if (PyFunction_Check(__pyx_t_2)) {
      PyObject *__pyx_temp[2] = {__pyx_t_4, __pyx_v_y};
      __pyx_t_1 = __Pyx_PyFunction_FastCall(__pyx_t_2, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 736, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_4); __pyx_t_4 = 0;
      __Pyx_GOTREF(__pyx_t_1);
    } else
    #endif
    #if CYTHON_FAST_PYCCALL
    if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      PyObject *__pyx_temp[2] = {__pyx_t_4, __pyx_v_y};
      __pyx_t_1 = __Pyx_PyCFunction_FastCall(__pyx_t_2, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 736, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_4); __pyx_t_4 = 0;
      __Pyx_GOTREF(__pyx_t_1);
    } else
    #endif
    {
      __pyx_t_3 = PyTuple_New(1+1); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 736, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_3);
      __Pyx_GIVEREF(__pyx_t_4); PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_t_4); __pyx_t_4 = NULL;
      __Pyx_INCREF(__pyx_v_y);
      __Pyx_GIVEREF(__pyx_v_y);
      PyTuple_SET_ITEM(__pyx_t_3, 0+1, __pyx_v_y);
      __pyx_t_1 = __Pyx_PyObject_Call(__pyx_t_2, __pyx_t_3, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 736, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);
      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
    }
  }
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __pyx_t_5 = __Pyx_PyObject_IsTrue(__pyx_t_1); if (unlikely(__pyx_t_5 < 0)) __PYX_ERR(1, 736, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  if (__pyx_t_5) {

    /* "containers.pxd":737
 * 		return y
 * 	elif isinf(y):
 * 		return x             # <<<<<<<<<<<<<<
 * 	# If one value is much smaller than the other, keep the larger value.
 * 	elif x < (y - 460):  # log(1e200)
 */
    __Pyx_XDECREF(__pyx_r);
    __Pyx_INCREF(__pyx_v_x);
    __pyx_r = __pyx_v_x;
    goto __pyx_L0;

    /* "containers.pxd":736
 * 	if isinf(x):
 * 		return y
 * 	elif isinf(y):             # <<<<<<<<<<<<<<
 * 		return x
 * 	# If one value is much smaller than the other, keep the larger value.
 */
  }

  /* "containers.pxd":739
 * 		return x
 * 	# If one value is much smaller than the other, keep the larger value.
 * 	elif x < (y - 460):  # log(1e200)             # <<<<<<<<<<<<<<
 * 		return y
 * 	elif y < (x - 460):  # log(1e200)
 */
  __pyx_t_1 = __Pyx_PyInt_SubtractObjC(__pyx_v_y, __pyx_int_460, 0x1CC, 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 739, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_t_2 = PyObject_RichCompare(__pyx_v_x, __pyx_t_1, Py_LT); __Pyx_XGOTREF(__pyx_t_2); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 739, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  __pyx_t_5 = __Pyx_PyObject_IsTrue(__pyx_t_2); if (unlikely(__pyx_t_5 < 0)) __PYX_ERR(1, 739, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  if (__pyx_t_5) {

    /* "containers.pxd":740
 * 	# If one value is much smaller than the other, keep the larger value.
 * 	elif x < (y - 460):  # log(1e200)
 * 		return y             # <<<<<<<<<<<<<<
 * 	elif y < (x - 460):  # log(1e200)
 * 		return x
 */
    __Pyx_XDECREF(__pyx_r);
    __Pyx_INCREF(__pyx_v_y);
    __pyx_r = __pyx_v_y;
    goto __pyx_L0;

    /* "containers.pxd":739
 * 		return x
 * 	# If one value is much smaller than the other, keep the larger value.
 * 	elif x < (y - 460):  # log(1e200)             # <<<<<<<<<<<<<<
 * 		return y
 * 	elif y < (x - 460):  # log(1e200)
 */
  }

  /* "containers.pxd":741
 * 	elif x < (y - 460):  # log(1e200)
 * 		return y
 * 	elif y < (x - 460):  # log(1e200)             # <<<<<<<<<<<<<<
 * 		return x
 * 	diff = y - x
 */
  __pyx_t_2 = __Pyx_PyInt_SubtractObjC(__pyx_v_x, __pyx_int_460, 0x1CC, 0); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 741, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __pyx_t_1 = PyObject_RichCompare(__pyx_v_y, __pyx_t_2, Py_LT); __Pyx_XGOTREF(__pyx_t_1); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 741, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __pyx_t_5 = __Pyx_PyObject_IsTrue(__pyx_t_1); if (unlikely(__pyx_t_5 < 0)) __PYX_ERR(1, 741, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  if (__pyx_t_5) {

    /* "containers.pxd":742
 * 		return y
 * 	elif y < (x - 460):  # log(1e200)
 * 		return x             # <<<<<<<<<<<<<<
 * 	diff = y - x
 * 	assert not isinf(diff)
 */
    __Pyx_XDECREF(__pyx_r);
    __Pyx_INCREF(__pyx_v_x);
    __pyx_r = __pyx_v_x;
    goto __pyx_L0;

    /* "containers.pxd":741
 * 	elif x < (y - 460):  # log(1e200)
 * 		return y
 * 	elif y < (x - 460):  # log(1e200)             # <<<<<<<<<<<<<<
 * 		return x
 * 	diff = y - x
 */
  }

  /* "containers.pxd":743
 * 	elif y < (x - 460):  # log(1e200)
 * 		return x
 * 	diff = y - x             # <<<<<<<<<<<<<<
 * 	assert not isinf(diff)
 * 	if isinf(exp(diff)):  # difference is too large
 */
  __pyx_t_1 = PyNumber_Subtract(__pyx_v_y, __pyx_v_x); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 743, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_v_diff = __pyx_t_1;
  __pyx_t_1 = 0;

  /* "containers.pxd":744
 * 		return x
 * 	diff = y - x
 * 	assert not isinf(diff)             # <<<<<<<<<<<<<<
 * 	if isinf(exp(diff)):  # difference is too large
 * 		return x if x > y else y
 */
  #ifndef CYTHON_WITHOUT_ASSERTIONS
  if (unlikely(!Py_OptimizeFlag)) {
    __pyx_t_2 = __Pyx_GetModuleGlobalName(__pyx_n_s_isinf); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 744, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_2);
    __pyx_t_3 = NULL;
    if (CYTHON_UNPACK_METHODS && unlikely(PyMethod_Check(__pyx_t_2))) {
      __pyx_t_3 = PyMethod_GET_SELF(__pyx_t_2);
      if (likely(__pyx_t_3)) {
        PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_2);
        __Pyx_INCREF(__pyx_t_3);
        __Pyx_INCREF(function);
        __Pyx_DECREF_SET(__pyx_t_2, function);
      }
    }
    if (!__pyx_t_3) {
      __pyx_t_1 = __Pyx_PyObject_CallOneArg(__pyx_t_2, __pyx_v_diff); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 744, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);
    } else {
      #if CYTHON_FAST_PYCALL
      if (PyFunction_Check(__pyx_t_2)) {
        PyObject *__pyx_temp[2] = {__pyx_t_3, __pyx_v_diff};
        __pyx_t_1 = __Pyx_PyFunction_FastCall(__pyx_t_2, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 744, __pyx_L1_error)
        __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;
        __Pyx_GOTREF(__pyx_t_1);
      } else
      #endif
      #if CYTHON_FAST_PYCCALL
      if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
        PyObject *__pyx_temp[2] = {__pyx_t_3, __pyx_v_diff};
        __pyx_t_1 = __Pyx_PyCFunction_FastCall(__pyx_t_2, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 744, __pyx_L1_error)
        __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;
        __Pyx_GOTREF(__pyx_t_1);
      } else
      #endif
      {
        __pyx_t_4 = PyTuple_New(1+1); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 744, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_4);
        __Pyx_GIVEREF(__pyx_t_3); PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_3); __pyx_t_3 = NULL;
        __Pyx_INCREF(__pyx_v_diff);
        __Pyx_GIVEREF(__pyx_v_diff);
        PyTuple_SET_ITEM(__pyx_t_4, 0+1, __pyx_v_diff);
        __pyx_t_1 = __Pyx_PyObject_Call(__pyx_t_2, __pyx_t_4, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 744, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_1);
        __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
      }
    }
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    __pyx_t_5 = __Pyx_PyObject_IsTrue(__pyx_t_1); if (unlikely(__pyx_t_5 < 0)) __PYX_ERR(1, 744, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
    if (unlikely(!((!__pyx_t_5) != 0))) {
      PyErr_SetNone(PyExc_AssertionError);
      __PYX_ERR(1, 744, __pyx_L1_error)
    }
  }
  #endif

  /* "containers.pxd":745
 * 	diff = y - x
 * 	assert not isinf(diff)
 * 	if isinf(exp(diff)):  # difference is too large             # <<<<<<<<<<<<<<
 * 		return x if x > y else y
 * 	# otherwise return the sum.
 */
  __pyx_t_2 = __Pyx_GetModuleGlobalName(__pyx_n_s_isinf); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 745, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __pyx_t_6 = __pyx_PyFloat_AsDouble(__pyx_v_diff); if (unlikely((__pyx_t_6 == (double)-1) && PyErr_Occurred())) __PYX_ERR(1, 745, __pyx_L1_error)
  __pyx_t_4 = PyFloat_FromDouble(exp(__pyx_t_6)); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 745, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  __pyx_t_3 = NULL;
  if (CYTHON_UNPACK_METHODS && unlikely(PyMethod_Check(__pyx_t_2))) {
    __pyx_t_3 = PyMethod_GET_SELF(__pyx_t_2);
    if (likely(__pyx_t_3)) {
      PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_2);
      __Pyx_INCREF(__pyx_t_3);
      __Pyx_INCREF(function);
      __Pyx_DECREF_SET(__pyx_t_2, function);
    }
  }
  if (!__pyx_t_3) {
    __pyx_t_1 = __Pyx_PyObject_CallOneArg(__pyx_t_2, __pyx_t_4); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 745, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    __Pyx_GOTREF(__pyx_t_1);
  } else {
    #if CYTHON_FAST_PYCALL
    if (PyFunction_Check(__pyx_t_2)) {
      PyObject *__pyx_temp[2] = {__pyx_t_3, __pyx_t_4};
      __pyx_t_1 = __Pyx_PyFunction_FastCall(__pyx_t_2, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 745, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;
      __Pyx_GOTREF(__pyx_t_1);
      __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    } else
    #endif
    #if CYTHON_FAST_PYCCALL
    if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      PyObject *__pyx_temp[2] = {__pyx_t_3, __pyx_t_4};
      __pyx_t_1 = __Pyx_PyCFunction_FastCall(__pyx_t_2, __pyx_temp+1-1, 1+1); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 745, __pyx_L1_error)
      __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;
      __Pyx_GOTREF(__pyx_t_1);
      __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    } else
    #endif
    {
      __pyx_t_7 = PyTuple_New(1+1); if (unlikely(!__pyx_t_7)) __PYX_ERR(1, 745, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_7);
      __Pyx_GIVEREF(__pyx_t_3); PyTuple_SET_ITEM(__pyx_t_7, 0, __pyx_t_3); __pyx_t_3 = NULL;
      __Pyx_GIVEREF(__pyx_t_4);
      PyTuple_SET_ITEM(__pyx_t_7, 0+1, __pyx_t_4);
      __pyx_t_4 = 0;
      __pyx_t_1 = __Pyx_PyObject_Call(__pyx_t_2, __pyx_t_7, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 745, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_1);
      __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
    }
  }
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __pyx_t_5 = __Pyx_PyObject_IsTrue(__pyx_t_1); if (unlikely(__pyx_t_5 < 0)) __PYX_ERR(1, 745, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  if (__pyx_t_5) {

    /* "containers.pxd":746
 * 	assert not isinf(diff)
 * 	if isinf(exp(diff)):  # difference is too large
 * 		return x if x > y else y             # <<<<<<<<<<<<<<
 * 	# otherwise return the sum.
 * 	return x + log(1.0 + exp(diff))
 */
    __Pyx_XDECREF(__pyx_r);
    __pyx_t_2 = PyObject_RichCompare(__pyx_v_x, __pyx_v_y, Py_GT); __Pyx_XGOTREF(__pyx_t_2); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 746, __pyx_L1_error)
    __pyx_t_5 = __Pyx_PyObject_IsTrue(__pyx_t_2); if (unlikely(__pyx_t_5 < 0)) __PYX_ERR(1, 746, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
    if (__pyx_t_5) {
      __Pyx_INCREF(__pyx_v_x);
      __pyx_t_1 = __pyx_v_x;
    } else {
      __Pyx_INCREF(__pyx_v_y);
      __pyx_t_1 = __pyx_v_y;
    }
    __pyx_r = __pyx_t_1;
    __pyx_t_1 = 0;
    goto __pyx_L0;

    /* "containers.pxd":745
 * 	diff = y - x
 * 	assert not isinf(diff)
 * 	if isinf(exp(diff)):  # difference is too large             # <<<<<<<<<<<<<<
 * 		return x if x > y else y
 * 	# otherwise return the sum.
 */
  }

  /* "containers.pxd":748
 * 		return x if x > y else y
 * 	# otherwise return the sum.
 * 	return x + log(1.0 + exp(diff))             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __Pyx_XDECREF(__pyx_r);
  __pyx_t_6 = __pyx_PyFloat_AsDouble(__pyx_v_diff); if (unlikely((__pyx_t_6 == (double)-1) && PyErr_Occurred())) __PYX_ERR(1, 748, __pyx_L1_error)
  __pyx_t_1 = PyFloat_FromDouble(log((1.0 + exp(__pyx_t_6)))); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 748, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_t_2 = PyNumber_Add(__pyx_v_x, __pyx_t_1); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 748, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  __pyx_r = __pyx_t_2;
  __pyx_t_2 = 0;
  goto __pyx_L0;

  /* "containers.pxd":724
 * 
 * 
 * cdef inline logprobadd(x, y):             # <<<<<<<<<<<<<<
 * 	""" Add two log probabilities in log space.
 * 
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_XDECREF(__pyx_t_2);
  __Pyx_XDECREF(__pyx_t_3);
  __Pyx_XDECREF(__pyx_t_4);
  __Pyx_XDECREF(__pyx_t_7);
  __Pyx_AddTraceback("discodop.containers.logprobadd", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XDECREF(__pyx_v_diff);
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "containers.pxd":751
 * 
 * 
 * cdef inline double logprobsum(vector[Prob]& logprobs):             # <<<<<<<<<<<<<<
 * 	"""Sum a list of log probabilities producing a regular probability.
 * 
 */

static CYTHON_INLINE double __pyx_f_8discodop_10containers_logprobsum(std::vector<Prob>  &__pyx_v_logprobs) {
  double __pyx_v_maxprob;
  double __pyx_v_result;
  PyObject *__pyx_v_prob = NULL;
  double __pyx_r;
  __Pyx_RefNannyDeclarations
  std::vector<Prob> ::iterator __pyx_t_1;
  Prob __pyx_t_2;
  PyObject *__pyx_t_3 = NULL;
  PyObject *__pyx_t_4 = NULL;
  int __pyx_t_5;
  double __pyx_t_6;
  __Pyx_RefNannySetupContext("logprobsum", 0);

  /* "containers.pxd":769
 * 	# maxprob = max(logprobs)
 * 	# return exp(maxprob) * fsum([exp(prob - maxprob) for prob in logprobs])
 * 	cdef double maxprob = -800             # <<<<<<<<<<<<<<
 * 	cdef double result = 0
 * 	for prob in logprobs:
 */
  __pyx_v_maxprob = -800.0;

  /* "containers.pxd":770
 * 	# return exp(maxprob) * fsum([exp(prob - maxprob) for prob in logprobs])
 * 	cdef double maxprob = -800
 * 	cdef double result = 0             # <<<<<<<<<<<<<<
 * 	for prob in logprobs:
 * 		if prob <= maxprob:
 */
  __pyx_v_result = 0.0;

  /* "containers.pxd":771
 * 	cdef double maxprob = -800
 * 	cdef double result = 0
 * 	for prob in logprobs:             # <<<<<<<<<<<<<<
 * 		if prob <= maxprob:
 * 			result += exp(prob - maxprob)
 */
  __pyx_t_1 = __pyx_v_logprobs.begin();
  for (;;) {
    if (!(__pyx_t_1 != __pyx_v_logprobs.end())) break;
    __pyx_t_2 = *__pyx_t_1;
    ++__pyx_t_1;
    __pyx_t_3 = PyFloat_FromDouble(__pyx_t_2); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 771, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_3);
    __Pyx_XDECREF_SET(__pyx_v_prob, __pyx_t_3);
    __pyx_t_3 = 0;

    /* "containers.pxd":772
 * 	cdef double result = 0
 * 	for prob in logprobs:
 * 		if prob <= maxprob:             # <<<<<<<<<<<<<<
 * 			result += exp(prob - maxprob)
 * 		else:
 */
    __pyx_t_3 = PyFloat_FromDouble(__pyx_v_maxprob); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 772, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_3);
    __pyx_t_4 = PyObject_RichCompare(__pyx_v_prob, __pyx_t_3, Py_LE); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 772, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
    __pyx_t_5 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_5 < 0)) __PYX_ERR(1, 772, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
    if (__pyx_t_5) {

      /* "containers.pxd":773
 * 	for prob in logprobs:
 * 		if prob <= maxprob:
 * 			result += exp(prob - maxprob)             # <<<<<<<<<<<<<<
 * 		else:
 * 			result *= exp(maxprob - prob)
 */
      __pyx_t_4 = PyFloat_FromDouble(__pyx_v_maxprob); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 773, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_4);
      __pyx_t_3 = PyNumber_Subtract(__pyx_v_prob, __pyx_t_4); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 773, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_3);
      __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
      __pyx_t_6 = __pyx_PyFloat_AsDouble(__pyx_t_3); if (unlikely((__pyx_t_6 == (double)-1) && PyErr_Occurred())) __PYX_ERR(1, 773, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
      __pyx_v_result = (__pyx_v_result + exp(__pyx_t_6));

      /* "containers.pxd":772
 * 	cdef double result = 0
 * 	for prob in logprobs:
 * 		if prob <= maxprob:             # <<<<<<<<<<<<<<
 * 			result += exp(prob - maxprob)
 * 		else:
 */
      goto __pyx_L5;
    }

    /* "containers.pxd":775
 * 			result += exp(prob - maxprob)
 * 		else:
 * 			result *= exp(maxprob - prob)             # <<<<<<<<<<<<<<
 * 			result += 1.0
 * 			maxprob = prob
 */
    /*else*/ {
      __pyx_t_3 = PyFloat_FromDouble(__pyx_v_maxprob); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 775, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_3);
      __pyx_t_4 = PyNumber_Subtract(__pyx_t_3, __pyx_v_prob); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 775, __pyx_L1_error)
      __Pyx_GOTREF(__pyx_t_4);
      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
      __pyx_t_6 = __pyx_PyFloat_AsDouble(__pyx_t_4); if (unlikely((__pyx_t_6 == (double)-1) && PyErr_Occurred())) __PYX_ERR(1, 775, __pyx_L1_error)
      __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
      __pyx_v_result = (__pyx_v_result * exp(__pyx_t_6));

      /* "containers.pxd":776
 * 		else:
 * 			result *= exp(maxprob - prob)
 * 			result += 1.0             # <<<<<<<<<<<<<<
 * 			maxprob = prob
 * 	return exp(maxprob) * result
 */
      __pyx_v_result = (__pyx_v_result + 1.0);

      /* "containers.pxd":777
 * 			result *= exp(maxprob - prob)
 * 			result += 1.0
 * 			maxprob = prob             # <<<<<<<<<<<<<<
 * 	return exp(maxprob) * result
 * 
 */
      __pyx_t_6 = __pyx_PyFloat_AsDouble(__pyx_v_prob); if (unlikely((__pyx_t_6 == (double)-1) && PyErr_Occurred())) __PYX_ERR(1, 777, __pyx_L1_error)
      __pyx_v_maxprob = __pyx_t_6;
    }
    __pyx_L5:;

    /* "containers.pxd":771
 * 	cdef double maxprob = -800
 * 	cdef double result = 0
 * 	for prob in logprobs:             # <<<<<<<<<<<<<<
 * 		if prob <= maxprob:
 * 			result += exp(prob - maxprob)
 */
  }

  /* "containers.pxd":778
 * 			result += 1.0
 * 			maxprob = prob
 * 	return exp(maxprob) * result             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_r = (exp(__pyx_v_maxprob) * __pyx_v_result);
  goto __pyx_L0;

  /* "containers.pxd":751
 * 
 * 
 * cdef inline double logprobsum(vector[Prob]& logprobs):             # <<<<<<<<<<<<<<
 * 	"""Sum a list of log probabilities producing a regular probability.
 * 
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_3);
  __Pyx_XDECREF(__pyx_t_4);
  __Pyx_WriteUnraisable("discodop.containers.logprobsum", __pyx_clineno, __pyx_lineno, __pyx_filename, 1, 0);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XDECREF(__pyx_v_prob);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "containers.pxd":781
 * 
 * 
 * cdef inline str yieldranges(list leaves):             # <<<<<<<<<<<<<<
 * 	"""Convert a sorted list of indices into a string with intervals.
 * 
 */

static CYTHON_INLINE PyObject *__pyx_f_8discodop_10containers_yieldranges(PyObject *__pyx_v_leaves) {
  PyObject *__pyx_v_yields = 0;
  int __pyx_v_a;
  int __pyx_v_start;
  int __pyx_v_prev;
  PyObject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  Py_ssize_t __pyx_t_2;
  PyObject *__pyx_t_3 = NULL;
  int __pyx_t_4;
  int __pyx_t_5;
  PyObject *__pyx_t_6 = NULL;
  PyObject *__pyx_t_7 = NULL;
  int __pyx_t_8;
  __Pyx_RefNannySetupContext("yieldranges", 0);

  /* "containers.pxd":789
 * 	>>> yieldranges([0, 1, 2, 3, 4])
 * 	'0:1= 2:4='"""
 * 	cdef list yields = []             # <<<<<<<<<<<<<<
 * 	cdef int a, start = -2, prev = -2
 * 	for a in leaves:
 */
  __pyx_t_1 = PyList_New(0); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 789, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_v_yields = ((PyObject*)__pyx_t_1);
  __pyx_t_1 = 0;

  /* "containers.pxd":790
 * 	'0:1= 2:4='"""
 * 	cdef list yields = []
 * 	cdef int a, start = -2, prev = -2             # <<<<<<<<<<<<<<
 * 	for a in leaves:
 * 		if a - 1 != prev:
 */
  __pyx_v_start = -2;
  __pyx_v_prev = -2;

  /* "containers.pxd":791
 * 	cdef list yields = []
 * 	cdef int a, start = -2, prev = -2
 * 	for a in leaves:             # <<<<<<<<<<<<<<
 * 		if a - 1 != prev:
 * 			if prev != -2:
 */
  if (unlikely(__pyx_v_leaves == Py_None)) {
    PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable");
    __PYX_ERR(1, 791, __pyx_L1_error)
  }
  __pyx_t_1 = __pyx_v_leaves; __Pyx_INCREF(__pyx_t_1); __pyx_t_2 = 0;
  for (;;) {
    if (__pyx_t_2 >= PyList_GET_SIZE(__pyx_t_1)) break;
    #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
    __pyx_t_3 = PyList_GET_ITEM(__pyx_t_1, __pyx_t_2); __Pyx_INCREF(__pyx_t_3); __pyx_t_2++; if (unlikely(0 < 0)) __PYX_ERR(1, 791, __pyx_L1_error)
    #else
    __pyx_t_3 = PySequence_ITEM(__pyx_t_1, __pyx_t_2); __pyx_t_2++; if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 791, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_3);
    #endif
    __pyx_t_4 = __Pyx_PyInt_As_int(__pyx_t_3); if (unlikely((__pyx_t_4 == (int)-1) && PyErr_Occurred())) __PYX_ERR(1, 791, __pyx_L1_error)
    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
    __pyx_v_a = __pyx_t_4;

    /* "containers.pxd":792
 * 	cdef int a, start = -2, prev = -2
 * 	for a in leaves:
 * 		if a - 1 != prev:             # <<<<<<<<<<<<<<
 * 			if prev != -2:
 * 				yields.append('%d:%d' % (start, prev))
 */
    __pyx_t_5 = (((__pyx_v_a - 1) != __pyx_v_prev) != 0);
    if (__pyx_t_5) {

      /* "containers.pxd":793
 * 	for a in leaves:
 * 		if a - 1 != prev:
 * 			if prev != -2:             # <<<<<<<<<<<<<<
 * 				yields.append('%d:%d' % (start, prev))
 * 			start = a
 */
      __pyx_t_5 = ((__pyx_v_prev != -2L) != 0);
      if (__pyx_t_5) {

        /* "containers.pxd":794
 * 		if a - 1 != prev:
 * 			if prev != -2:
 * 				yields.append('%d:%d' % (start, prev))             # <<<<<<<<<<<<<<
 * 			start = a
 * 		prev = a
 */
        __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_start); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 794, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_3);
        __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_prev); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 794, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_6);
        __pyx_t_7 = PyTuple_New(2); if (unlikely(!__pyx_t_7)) __PYX_ERR(1, 794, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_7);
        __Pyx_GIVEREF(__pyx_t_3);
        PyTuple_SET_ITEM(__pyx_t_7, 0, __pyx_t_3);
        __Pyx_GIVEREF(__pyx_t_6);
        PyTuple_SET_ITEM(__pyx_t_7, 1, __pyx_t_6);
        __pyx_t_3 = 0;
        __pyx_t_6 = 0;
        __pyx_t_6 = PyUnicode_Format(__pyx_kp_u_d_d, __pyx_t_7); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 794, __pyx_L1_error)
        __Pyx_GOTREF(__pyx_t_6);
        __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
        __pyx_t_8 = __Pyx_PyList_Append(__pyx_v_yields, __pyx_t_6); if (unlikely(__pyx_t_8 == -1)) __PYX_ERR(1, 794, __pyx_L1_error)
        __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;

        /* "containers.pxd":793
 * 	for a in leaves:
 * 		if a - 1 != prev:
 * 			if prev != -2:             # <<<<<<<<<<<<<<
 * 				yields.append('%d:%d' % (start, prev))
 * 			start = a
 */
      }

      /* "containers.pxd":795
 * 			if prev != -2:
 * 				yields.append('%d:%d' % (start, prev))
 * 			start = a             # <<<<<<<<<<<<<<
 * 		prev = a
 * 	yields.append('%d:%d' % (start, prev))
 */
      __pyx_v_start = __pyx_v_a;

      /* "containers.pxd":792
 * 	cdef int a, start = -2, prev = -2
 * 	for a in leaves:
 * 		if a - 1 != prev:             # <<<<<<<<<<<<<<
 * 			if prev != -2:
 * 				yields.append('%d:%d' % (start, prev))
 */
    }

    /* "containers.pxd":796
 * 				yields.append('%d:%d' % (start, prev))
 * 			start = a
 * 		prev = a             # <<<<<<<<<<<<<<
 * 	yields.append('%d:%d' % (start, prev))
 * 	return ' '.join(yields)
 */
    __pyx_v_prev = __pyx_v_a;

    /* "containers.pxd":791
 * 	cdef list yields = []
 * 	cdef int a, start = -2, prev = -2
 * 	for a in leaves:             # <<<<<<<<<<<<<<
 * 		if a - 1 != prev:
 * 			if prev != -2:
 */
  }
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;

  /* "containers.pxd":797
 * 			start = a
 * 		prev = a
 * 	yields.append('%d:%d' % (start, prev))             # <<<<<<<<<<<<<<
 * 	return ' '.join(yields)
 * 
 */
  __pyx_t_1 = __Pyx_PyInt_From_int(__pyx_v_start); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 797, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_prev); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 797, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_6);
  __pyx_t_7 = PyTuple_New(2); if (unlikely(!__pyx_t_7)) __PYX_ERR(1, 797, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_7);
  __Pyx_GIVEREF(__pyx_t_1);
  PyTuple_SET_ITEM(__pyx_t_7, 0, __pyx_t_1);
  __Pyx_GIVEREF(__pyx_t_6);
  PyTuple_SET_ITEM(__pyx_t_7, 1, __pyx_t_6);
  __pyx_t_1 = 0;
  __pyx_t_6 = 0;
  __pyx_t_6 = PyUnicode_Format(__pyx_kp_u_d_d, __pyx_t_7); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 797, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_6);
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
  __pyx_t_8 = __Pyx_PyList_Append(__pyx_v_yields, __pyx_t_6); if (unlikely(__pyx_t_8 == -1)) __PYX_ERR(1, 797, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;

  /* "containers.pxd":798
 * 		prev = a
 * 	yields.append('%d:%d' % (start, prev))
 * 	return ' '.join(yields)             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __Pyx_XDECREF(__pyx_r);
  __pyx_t_6 = PyUnicode_Join(__pyx_kp_u__5, __pyx_v_yields); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 798, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_6);
  __pyx_r = ((PyObject*)__pyx_t_6);
  __pyx_t_6 = 0;
  goto __pyx_L0;

  /* "containers.pxd":781
 * 
 * 
 * cdef inline str yieldranges(list leaves):             # <<<<<<<<<<<<<<
 * 	"""Convert a sorted list of indices into a string with intervals.
 * 
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_XDECREF(__pyx_t_3);
  __Pyx_XDECREF(__pyx_t_6);
  __Pyx_XDECREF(__pyx_t_7);
  __Pyx_AddTraceback("discodop.containers.yieldranges", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XDECREF(__pyx_v_yields);
  __Pyx_XGIVEREF(__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "containers.pxd":801
 * 
 * 
 * cdef inline short termidx(short x):             # <<<<<<<<<<<<<<
 * 	"""Translate representation for terminal indices."""
 * 	return -x - 1
 */

static CYTHON_INLINE short __pyx_f_8discodop_10containers_termidx(short __pyx_v_x) {
  short __pyx_r;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("termidx", 0);

  /* "containers.pxd":803
 * cdef inline short termidx(short x):
 * 	"""Translate representation for terminal indices."""
 * 	return -x - 1             # <<<<<<<<<<<<<<
 */
  __pyx_r = ((-__pyx_v_x) - 1);
  goto __pyx_L0;

  /* "containers.pxd":801
 * 
 * 
 * cdef inline short termidx(short x):             # <<<<<<<<<<<<<<
 * 	"""Translate representation for terminal indices."""
 * 	return -x - 1
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "bit.pxd":60
 * 
 * 
 * cdef inline bint testbit(unsigned_fused vec, uint32_t pos):             # <<<<<<<<<<<<<<
 * 	"""Mask a particular bit, return nonzero if set.
 * 
 */

static CYTHON_INLINE int __pyx_fuse_0__pyx_f_8discodop_3bit_testbit(uint8_t __pyx_v_vec, uint32_t __pyx_v_pos) {
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("__pyx_fuse_0testbit", 0);

  /* "bit.pxd":73
 * 			or unsigned_fused is uint16_t
 * 			or unsigned_fused is uint32_t):
 * 		return vec & (1U << pos)             # <<<<<<<<<<<<<<
 * 	else:
 * 		return vec & ((<unsigned_fused>1U) << pos) != 0
 */
  __pyx_r = (__pyx_v_vec & (1U << __pyx_v_pos));
  goto __pyx_L0;

  /* "bit.pxd":60
 * 
 * 
 * cdef inline bint testbit(unsigned_fused vec, uint32_t pos):             # <<<<<<<<<<<<<<
 * 	"""Mask a particular bit, return nonzero if set.
 * 
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

static CYTHON_INLINE int __pyx_fuse_1__pyx_f_8discodop_3bit_testbit(uint16_t __pyx_v_vec, uint32_t __pyx_v_pos) {
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("__pyx_fuse_1testbit", 0);

  /* "bit.pxd":73
 * 			or unsigned_fused is uint16_t
 * 			or unsigned_fused is uint32_t):
 * 		return vec & (1U << pos)             # <<<<<<<<<<<<<<
 * 	else:
 * 		return vec & ((<unsigned_fused>1U) << pos) != 0
 */
  __pyx_r = (__pyx_v_vec & (1U << __pyx_v_pos));
  goto __pyx_L0;

  /* "bit.pxd":60
 * 
 * 
 * cdef inline bint testbit(unsigned_fused vec, uint32_t pos):             # <<<<<<<<<<<<<<
 * 	"""Mask a particular bit, return nonzero if set.
 * 
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

static CYTHON_INLINE int __pyx_fuse_2__pyx_f_8discodop_3bit_testbit(uint32_t __pyx_v_vec, uint32_t __pyx_v_pos) {
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("__pyx_fuse_2testbit", 0);

  /* "bit.pxd":73
 * 			or unsigned_fused is uint16_t
 * 			or unsigned_fused is uint32_t):
 * 		return vec & (1U << pos)             # <<<<<<<<<<<<<<
 * 	else:
 * 		return vec & ((<unsigned_fused>1U) << pos) != 0
 */
  __pyx_r = (__pyx_v_vec & (1U << __pyx_v_pos));
  goto __pyx_L0;

  /* "bit.pxd":60
 * 
 * 
 * cdef inline bint testbit(unsigned_fused vec, uint32_t pos):             # <<<<<<<<<<<<<<
 * 	"""Mask a particular bit, return nonzero if set.
 * 
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

static CYTHON_INLINE int __pyx_fuse_3__pyx_f_8discodop_3bit_testbit(uint64_t __pyx_v_vec, uint32_t __pyx_v_pos) {
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("__pyx_fuse_3testbit", 0);

  /* "bit.pxd":75
 * 		return vec & (1U << pos)
 * 	else:
 * 		return vec & ((<unsigned_fused>1U) << pos) != 0             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_r = ((__pyx_v_vec & (((uint64_t)1U) << __pyx_v_pos)) != 0);
  goto __pyx_L0;

  /* "bit.pxd":60
 * 
 * 
 * cdef inline bint testbit(unsigned_fused vec, uint32_t pos):             # <<<<<<<<<<<<<<
 * 	"""Mask a particular bit, return nonzero if set.
 * 
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "bit.pxd":78
 * 
 * 
 * cdef inline int nextset(uint64_t vec, uint32_t pos):             # <<<<<<<<<<<<<<
 * 	""" Return next set bit starting from pos, -1 if there is none.
 * 
 */

static CYTHON_INLINE int __pyx_f_8discodop_3bit_nextset(uint64_t __pyx_v_vec, uint32_t __pyx_v_pos) {
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  uint32_t __pyx_t_1;
  __Pyx_RefNannySetupContext("nextset", 0);

  /* "bit.pxd":84
 * 	2
 * 	"""
 * 	return (pos + bit_ctz(vec >> pos)) if (vec >> pos) else -1             # <<<<<<<<<<<<<<
 * 	# mask instead of shift:
 * 	# return __builtin_ffsl(vec & (~0UL << pos)) - 1
 */
  if (((__pyx_v_vec >> __pyx_v_pos) != 0)) {
    __pyx_t_1 = (__pyx_v_pos + bit_ctz((__pyx_v_vec >> __pyx_v_pos)));
  } else {
    __pyx_t_1 = -1;
  }
  __pyx_r = __pyx_t_1;
  goto __pyx_L0;

  /* "bit.pxd":78
 * 
 * 
 * cdef inline int nextset(uint64_t vec, uint32_t pos):             # <<<<<<<<<<<<<<
 * 	""" Return next set bit starting from pos, -1 if there is none.
 * 
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "bit.pxd":93
 * 
 * 
 * cdef inline int nextunset(uint64_t vec, uint32_t pos):             # <<<<<<<<<<<<<<
 * 	""" Return next unset bit starting from pos.
 * 
 */

static CYTHON_INLINE int __pyx_f_8discodop_3bit_nextunset(uint64_t __pyx_v_vec, uint32_t __pyx_v_pos) {
  uint64_t __pyx_v_x;
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  size_t __pyx_t_1;
  __Pyx_RefNannySetupContext("nextunset", 0);

  /* "bit.pxd":101
 * 	64
 * 	"""
 * 	cdef uint64_t x = ~vec & (~0UL << pos)             # <<<<<<<<<<<<<<
 * 	return bit_ctz(x) if x else (sizeof(uint64_t) * 8)
 * 
 */
  __pyx_v_x = ((~__pyx_v_vec) & ((~0UL) << __pyx_v_pos));

  /* "bit.pxd":102
 * 	"""
 * 	cdef uint64_t x = ~vec & (~0UL << pos)
 * 	return bit_ctz(x) if x else (sizeof(uint64_t) * 8)             # <<<<<<<<<<<<<<
 * 
 * 
 */
  if ((__pyx_v_x != 0)) {
    __pyx_t_1 = bit_ctz(__pyx_v_x);
  } else {
    __pyx_t_1 = ((sizeof(uint64_t)) * 8);
  }
  __pyx_r = __pyx_t_1;
  goto __pyx_L0;

  /* "bit.pxd":93
 * 
 * 
 * cdef inline int nextunset(uint64_t vec, uint32_t pos):             # <<<<<<<<<<<<<<
 * 	""" Return next unset bit starting from pos.
 * 
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "bit.pxd":105
 * 
 * 
 * cdef inline int bitlength(uint64_t vec):             # <<<<<<<<<<<<<<
 * 	"""Return number of bits needed to represent vector.
 * 
 */

static CYTHON_INLINE int __pyx_f_8discodop_3bit_bitlength(uint64_t __pyx_v_vec) {
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  size_t __pyx_t_1;
  __Pyx_RefNannySetupContext("bitlength", 0);

  /* "bit.pxd":112
 * 	>>> bitlength(0b0011101)
 * 	5"""
 * 	return sizeof(vec) * 8 - bit_clz(vec) if vec else 0             # <<<<<<<<<<<<<<
 * 
 * 
 */
  if ((__pyx_v_vec != 0)) {
    __pyx_t_1 = (((sizeof(__pyx_v_vec)) * 8) - bit_clz(__pyx_v_vec));
  } else {
    __pyx_t_1 = 0;
  }
  __pyx_r = __pyx_t_1;
  goto __pyx_L0;

  /* "bit.pxd":105
 * 
 * 
 * cdef inline int bitlength(uint64_t vec):             # <<<<<<<<<<<<<<
 * 	"""Return number of bits needed to represent vector.
 * 
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "bit.pxd":115
 * 
 * 
 * cdef inline int abitcount(uint64_t *vec, int slots):             # <<<<<<<<<<<<<<
 * 	""" Return number of set bits in variable length bitvector """
 * 	cdef int a
 */

static CYTHON_INLINE int __pyx_f_8discodop_3bit_abitcount(uint64_t *__pyx_v_vec, int __pyx_v_slots) {
  int __pyx_v_a;
  int __pyx_v_result;
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  int __pyx_t_2;
  __Pyx_RefNannySetupContext("abitcount", 0);

  /* "bit.pxd":118
 * 	""" Return number of set bits in variable length bitvector """
 * 	cdef int a
 * 	cdef int result = 0             # <<<<<<<<<<<<<<
 * 	for a in range(slots):
 * 		result += bit_popcount(vec[a])
 */
  __pyx_v_result = 0;

  /* "bit.pxd":119
 * 	cdef int a
 * 	cdef int result = 0
 * 	for a in range(slots):             # <<<<<<<<<<<<<<
 * 		result += bit_popcount(vec[a])
 * 	return result
 */
  __pyx_t_1 = __pyx_v_slots;
  for (__pyx_t_2 = 0; __pyx_t_2 < __pyx_t_1; __pyx_t_2+=1) {
    __pyx_v_a = __pyx_t_2;

    /* "bit.pxd":120
 * 	cdef int result = 0
 * 	for a in range(slots):
 * 		result += bit_popcount(vec[a])             # <<<<<<<<<<<<<<
 * 	return result
 * 
 */
    __pyx_v_result = (__pyx_v_result + bit_popcount((__pyx_v_vec[__pyx_v_a])));
  }

  /* "bit.pxd":121
 * 	for a in range(slots):
 * 		result += bit_popcount(vec[a])
 * 	return result             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_r = __pyx_v_result;
  goto __pyx_L0;

  /* "bit.pxd":115
 * 
 * 
 * cdef inline int abitcount(uint64_t *vec, int slots):             # <<<<<<<<<<<<<<
 * 	""" Return number of set bits in variable length bitvector """
 * 	cdef int a
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "bit.pxd":124
 * 
 * 
 * cdef inline int abitlength(uint64_t *vec, int slots):             # <<<<<<<<<<<<<<
 * 	"""Return number of bits needed to represent vector.
 * 
 */

static CYTHON_INLINE int __pyx_f_8discodop_3bit_abitlength(uint64_t *__pyx_v_vec, int __pyx_v_slots) {
  int __pyx_v_a;
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  __Pyx_RefNannySetupContext("abitlength", 0);

  /* "bit.pxd":128
 * 
 * 	(equivalently: index of most significant set bit, plus one)."""
 * 	cdef int a = slots - 1             # <<<<<<<<<<<<<<
 * 	while not vec[a]:
 * 		a -= 1
 */
  __pyx_v_a = (__pyx_v_slots - 1);

  /* "bit.pxd":129
 * 	(equivalently: index of most significant set bit, plus one)."""
 * 	cdef int a = slots - 1
 * 	while not vec[a]:             # <<<<<<<<<<<<<<
 * 		a -= 1
 * 		if a < 0:
 */
  while (1) {
    __pyx_t_1 = ((!((__pyx_v_vec[__pyx_v_a]) != 0)) != 0);
    if (!__pyx_t_1) break;

    /* "bit.pxd":130
 * 	cdef int a = slots - 1
 * 	while not vec[a]:
 * 		a -= 1             # <<<<<<<<<<<<<<
 * 		if a < 0:
 * 			return 0
 */
    __pyx_v_a = (__pyx_v_a - 1);

    /* "bit.pxd":131
 * 	while not vec[a]:
 * 		a -= 1
 * 		if a < 0:             # <<<<<<<<<<<<<<
 * 			return 0
 * 	return (a + 1) * sizeof(uint64_t) * 8 - bit_clz(vec[a])
 */
    __pyx_t_1 = ((__pyx_v_a < 0) != 0);
    if (__pyx_t_1) {

      /* "bit.pxd":132
 * 		a -= 1
 * 		if a < 0:
 * 			return 0             # <<<<<<<<<<<<<<
 * 	return (a + 1) * sizeof(uint64_t) * 8 - bit_clz(vec[a])
 * 
 */
      __pyx_r = 0;
      goto __pyx_L0;

      /* "bit.pxd":131
 * 	while not vec[a]:
 * 		a -= 1
 * 		if a < 0:             # <<<<<<<<<<<<<<
 * 			return 0
 * 	return (a + 1) * sizeof(uint64_t) * 8 - bit_clz(vec[a])
 */
    }
  }

  /* "bit.pxd":133
 * 		if a < 0:
 * 			return 0
 * 	return (a + 1) * sizeof(uint64_t) * 8 - bit_clz(vec[a])             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_r = ((((__pyx_v_a + 1) * (sizeof(uint64_t))) * 8) - bit_clz((__pyx_v_vec[__pyx_v_a])));
  goto __pyx_L0;

  /* "bit.pxd":124
 * 
 * 
 * cdef inline int abitlength(uint64_t *vec, int slots):             # <<<<<<<<<<<<<<
 * 	"""Return number of bits needed to represent vector.
 * 
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "bit.pxd":136
 * 
 * 
 * cdef inline int anextset(uint64_t *vec, uint32_t pos, int slots):             # <<<<<<<<<<<<<<
 * 	""" Return next set bit starting from pos, -1 if there is none. """
 * 	cdef int a = BITSLOT(pos)
 */

static CYTHON_INLINE int __pyx_f_8discodop_3bit_anextset(uint64_t *__pyx_v_vec, uint32_t __pyx_v_pos, int __pyx_v_slots) {
  int __pyx_v_a;
  uint64_t __pyx_v_x;
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  __Pyx_RefNannySetupContext("anextset", 0);

  /* "bit.pxd":138
 * cdef inline int anextset(uint64_t *vec, uint32_t pos, int slots):
 * 	""" Return next set bit starting from pos, -1 if there is none. """
 * 	cdef int a = BITSLOT(pos)             # <<<<<<<<<<<<<<
 * 	cdef uint64_t x
 * 	if a >= slots:
 */
  __pyx_v_a = BITSLOT(__pyx_v_pos);

  /* "bit.pxd":140
 * 	cdef int a = BITSLOT(pos)
 * 	cdef uint64_t x
 * 	if a >= slots:             # <<<<<<<<<<<<<<
 * 		return -1
 * 	x = vec[a] & (~0UL << (pos % BITSIZE))
 */
  __pyx_t_1 = ((__pyx_v_a >= __pyx_v_slots) != 0);
  if (__pyx_t_1) {

    /* "bit.pxd":141
 * 	cdef uint64_t x
 * 	if a >= slots:
 * 		return -1             # <<<<<<<<<<<<<<
 * 	x = vec[a] & (~0UL << (pos % BITSIZE))
 * 	while x == 0UL:
 */
    __pyx_r = -1;
    goto __pyx_L0;

    /* "bit.pxd":140
 * 	cdef int a = BITSLOT(pos)
 * 	cdef uint64_t x
 * 	if a >= slots:             # <<<<<<<<<<<<<<
 * 		return -1
 * 	x = vec[a] & (~0UL << (pos % BITSIZE))
 */
  }

  /* "bit.pxd":142
 * 	if a >= slots:
 * 		return -1
 * 	x = vec[a] & (~0UL << (pos % BITSIZE))             # <<<<<<<<<<<<<<
 * 	while x == 0UL:
 * 		a += 1
 */
  __pyx_v_x = ((__pyx_v_vec[__pyx_v_a]) & ((~0UL) << (__pyx_v_pos % BITSIZE)));

  /* "bit.pxd":143
 * 		return -1
 * 	x = vec[a] & (~0UL << (pos % BITSIZE))
 * 	while x == 0UL:             # <<<<<<<<<<<<<<
 * 		a += 1
 * 		if a == slots:
 */
  while (1) {
    __pyx_t_1 = ((__pyx_v_x == 0UL) != 0);
    if (!__pyx_t_1) break;

    /* "bit.pxd":144
 * 	x = vec[a] & (~0UL << (pos % BITSIZE))
 * 	while x == 0UL:
 * 		a += 1             # <<<<<<<<<<<<<<
 * 		if a == slots:
 * 			return -1
 */
    __pyx_v_a = (__pyx_v_a + 1);

    /* "bit.pxd":145
 * 	while x == 0UL:
 * 		a += 1
 * 		if a == slots:             # <<<<<<<<<<<<<<
 * 			return -1
 * 		x = vec[a]
 */
    __pyx_t_1 = ((__pyx_v_a == __pyx_v_slots) != 0);
    if (__pyx_t_1) {

      /* "bit.pxd":146
 * 		a += 1
 * 		if a == slots:
 * 			return -1             # <<<<<<<<<<<<<<
 * 		x = vec[a]
 * 	return a * BITSIZE + bit_ctz(x)
 */
      __pyx_r = -1;
      goto __pyx_L0;

      /* "bit.pxd":145
 * 	while x == 0UL:
 * 		a += 1
 * 		if a == slots:             # <<<<<<<<<<<<<<
 * 			return -1
 * 		x = vec[a]
 */
    }

    /* "bit.pxd":147
 * 		if a == slots:
 * 			return -1
 * 		x = vec[a]             # <<<<<<<<<<<<<<
 * 	return a * BITSIZE + bit_ctz(x)
 * 
 */
    __pyx_v_x = (__pyx_v_vec[__pyx_v_a]);
  }

  /* "bit.pxd":148
 * 			return -1
 * 		x = vec[a]
 * 	return a * BITSIZE + bit_ctz(x)             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_r = ((__pyx_v_a * BITSIZE) + bit_ctz(__pyx_v_x));
  goto __pyx_L0;

  /* "bit.pxd":136
 * 
 * 
 * cdef inline int anextset(uint64_t *vec, uint32_t pos, int slots):             # <<<<<<<<<<<<<<
 * 	""" Return next set bit starting from pos, -1 if there is none. """
 * 	cdef int a = BITSLOT(pos)
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "bit.pxd":151
 * 
 * 
 * cdef inline int anextunset(uint64_t *vec, uint32_t pos, int slots):             # <<<<<<<<<<<<<<
 * 	""" Return next unset bit starting from pos. """
 * 	cdef int a = BITSLOT(pos)
 */

static CYTHON_INLINE int __pyx_f_8discodop_3bit_anextunset(uint64_t *__pyx_v_vec, uint32_t __pyx_v_pos, int __pyx_v_slots) {
  int __pyx_v_a;
  uint64_t __pyx_v_x;
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  __Pyx_RefNannySetupContext("anextunset", 0);

  /* "bit.pxd":153
 * cdef inline int anextunset(uint64_t *vec, uint32_t pos, int slots):
 * 	""" Return next unset bit starting from pos. """
 * 	cdef int a = BITSLOT(pos)             # <<<<<<<<<<<<<<
 * 	cdef uint64_t x
 * 	if a >= slots:
 */
  __pyx_v_a = BITSLOT(__pyx_v_pos);

  /* "bit.pxd":155
 * 	cdef int a = BITSLOT(pos)
 * 	cdef uint64_t x
 * 	if a >= slots:             # <<<<<<<<<<<<<<
 * 		return a * BITSIZE
 * 	x = vec[a] | (BITMASK(pos) - 1)
 */
  __pyx_t_1 = ((__pyx_v_a >= __pyx_v_slots) != 0);
  if (__pyx_t_1) {

    /* "bit.pxd":156
 * 	cdef uint64_t x
 * 	if a >= slots:
 * 		return a * BITSIZE             # <<<<<<<<<<<<<<
 * 	x = vec[a] | (BITMASK(pos) - 1)
 * 	while x == ~0UL:
 */
    __pyx_r = (__pyx_v_a * BITSIZE);
    goto __pyx_L0;

    /* "bit.pxd":155
 * 	cdef int a = BITSLOT(pos)
 * 	cdef uint64_t x
 * 	if a >= slots:             # <<<<<<<<<<<<<<
 * 		return a * BITSIZE
 * 	x = vec[a] | (BITMASK(pos) - 1)
 */
  }

  /* "bit.pxd":157
 * 	if a >= slots:
 * 		return a * BITSIZE
 * 	x = vec[a] | (BITMASK(pos) - 1)             # <<<<<<<<<<<<<<
 * 	while x == ~0UL:
 * 		a += 1
 */
  __pyx_v_x = ((__pyx_v_vec[__pyx_v_a]) | (BITMASK(__pyx_v_pos) - 1));

  /* "bit.pxd":158
 * 		return a * BITSIZE
 * 	x = vec[a] | (BITMASK(pos) - 1)
 * 	while x == ~0UL:             # <<<<<<<<<<<<<<
 * 		a += 1
 * 		if a == slots:
 */
  while (1) {
    __pyx_t_1 = ((__pyx_v_x == (~0UL)) != 0);
    if (!__pyx_t_1) break;

    /* "bit.pxd":159
 * 	x = vec[a] | (BITMASK(pos) - 1)
 * 	while x == ~0UL:
 * 		a += 1             # <<<<<<<<<<<<<<
 * 		if a == slots:
 * 			return a * BITSIZE
 */
    __pyx_v_a = (__pyx_v_a + 1);

    /* "bit.pxd":160
 * 	while x == ~0UL:
 * 		a += 1
 * 		if a == slots:             # <<<<<<<<<<<<<<
 * 			return a * BITSIZE
 * 		x = vec[a]
 */
    __pyx_t_1 = ((__pyx_v_a == __pyx_v_slots) != 0);
    if (__pyx_t_1) {

      /* "bit.pxd":161
 * 		a += 1
 * 		if a == slots:
 * 			return a * BITSIZE             # <<<<<<<<<<<<<<
 * 		x = vec[a]
 * 	return a * BITSIZE + bit_ctz(~x)
 */
      __pyx_r = (__pyx_v_a * BITSIZE);
      goto __pyx_L0;

      /* "bit.pxd":160
 * 	while x == ~0UL:
 * 		a += 1
 * 		if a == slots:             # <<<<<<<<<<<<<<
 * 			return a * BITSIZE
 * 		x = vec[a]
 */
    }

    /* "bit.pxd":162
 * 		if a == slots:
 * 			return a * BITSIZE
 * 		x = vec[a]             # <<<<<<<<<<<<<<
 * 	return a * BITSIZE + bit_ctz(~x)
 * 
 */
    __pyx_v_x = (__pyx_v_vec[__pyx_v_a]);
  }

  /* "bit.pxd":163
 * 			return a * BITSIZE
 * 		x = vec[a]
 * 	return a * BITSIZE + bit_ctz(~x)             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_r = ((__pyx_v_a * BITSIZE) + bit_ctz((~__pyx_v_x)));
  goto __pyx_L0;

  /* "bit.pxd":151
 * 
 * 
 * cdef inline int anextunset(uint64_t *vec, uint32_t pos, int slots):             # <<<<<<<<<<<<<<
 * 	""" Return next unset bit starting from pos. """
 * 	cdef int a = BITSLOT(pos)
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "bit.pxd":166
 * 
 * 
 * cdef inline int iteratesetbits(uint64_t *vec, int slots,             # <<<<<<<<<<<<<<
 * 		uint64_t *cur, int *idx):
 * 	"""Iterate over set bits in an array of unsigned long.
 */

static CYTHON_INLINE int __pyx_f_8discodop_3bit_iteratesetbits(uint64_t *__pyx_v_vec, int __pyx_v_slots, uint64_t *__pyx_v_cur, int *__pyx_v_idx) {
  int __pyx_v_tmp;
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  long __pyx_t_2;
  __Pyx_RefNannySetupContext("iteratesetbits", 0);

  /* "bit.pxd":187
 * 	"""
 * 	cdef int tmp
 * 	while not cur[0]:             # <<<<<<<<<<<<<<
 * 		idx[0] += 1
 * 		if idx[0] >= slots:
 */
  while (1) {
    __pyx_t_1 = ((!((__pyx_v_cur[0]) != 0)) != 0);
    if (!__pyx_t_1) break;

    /* "bit.pxd":188
 * 	cdef int tmp
 * 	while not cur[0]:
 * 		idx[0] += 1             # <<<<<<<<<<<<<<
 * 		if idx[0] >= slots:
 * 			return -1
 */
    __pyx_t_2 = 0;
    (__pyx_v_idx[__pyx_t_2]) = ((__pyx_v_idx[__pyx_t_2]) + 1);

    /* "bit.pxd":189
 * 	while not cur[0]:
 * 		idx[0] += 1
 * 		if idx[0] >= slots:             # <<<<<<<<<<<<<<
 * 			return -1
 * 		cur[0] = vec[idx[0]]
 */
    __pyx_t_1 = (((__pyx_v_idx[0]) >= __pyx_v_slots) != 0);
    if (__pyx_t_1) {

      /* "bit.pxd":190
 * 		idx[0] += 1
 * 		if idx[0] >= slots:
 * 			return -1             # <<<<<<<<<<<<<<
 * 		cur[0] = vec[idx[0]]
 * 	tmp = bit_ctz(cur[0])  # index of bit in current slot
 */
      __pyx_r = -1;
      goto __pyx_L0;

      /* "bit.pxd":189
 * 	while not cur[0]:
 * 		idx[0] += 1
 * 		if idx[0] >= slots:             # <<<<<<<<<<<<<<
 * 			return -1
 * 		cur[0] = vec[idx[0]]
 */
    }

    /* "bit.pxd":191
 * 		if idx[0] >= slots:
 * 			return -1
 * 		cur[0] = vec[idx[0]]             # <<<<<<<<<<<<<<
 * 	tmp = bit_ctz(cur[0])  # index of bit in current slot
 * 	cur[0] ^= 1UL << tmp  # TOGGLEBIT(cur, tmp)
 */
    (__pyx_v_cur[0]) = (__pyx_v_vec[(__pyx_v_idx[0])]);
  }

  /* "bit.pxd":192
 * 			return -1
 * 		cur[0] = vec[idx[0]]
 * 	tmp = bit_ctz(cur[0])  # index of bit in current slot             # <<<<<<<<<<<<<<
 * 	cur[0] ^= 1UL << tmp  # TOGGLEBIT(cur, tmp)
 * 	return idx[0] * BITSIZE + tmp
 */
  __pyx_v_tmp = bit_ctz((__pyx_v_cur[0]));

  /* "bit.pxd":193
 * 		cur[0] = vec[idx[0]]
 * 	tmp = bit_ctz(cur[0])  # index of bit in current slot
 * 	cur[0] ^= 1UL << tmp  # TOGGLEBIT(cur, tmp)             # <<<<<<<<<<<<<<
 * 	return idx[0] * BITSIZE + tmp
 * 
 */
  __pyx_t_2 = 0;
  (__pyx_v_cur[__pyx_t_2]) = ((__pyx_v_cur[__pyx_t_2]) ^ (1UL << __pyx_v_tmp));

  /* "bit.pxd":194
 * 	tmp = bit_ctz(cur[0])  # index of bit in current slot
 * 	cur[0] ^= 1UL << tmp  # TOGGLEBIT(cur, tmp)
 * 	return idx[0] * BITSIZE + tmp             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_r = (((__pyx_v_idx[0]) * BITSIZE) + __pyx_v_tmp);
  goto __pyx_L0;

  /* "bit.pxd":166
 * 
 * 
 * cdef inline int iteratesetbits(uint64_t *vec, int slots,             # <<<<<<<<<<<<<<
 * 		uint64_t *cur, int *idx):
 * 	"""Iterate over set bits in an array of unsigned long.
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "bit.pxd":197
 * 
 * 
 * cdef inline int iterateunsetbits(uint64_t *vec, int slots,             # <<<<<<<<<<<<<<
 * 		uint64_t *cur, int *idx):
 * 	"""Like ``iteratesetbits``, but return indices of zero bits.
 */

static CYTHON_INLINE int __pyx_f_8discodop_3bit_iterateunsetbits(uint64_t *__pyx_v_vec, int __pyx_v_slots, uint64_t *__pyx_v_cur, int *__pyx_v_idx) {
  int __pyx_v_tmp;
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  long __pyx_t_2;
  __Pyx_RefNannySetupContext("iterateunsetbits", 0);

  /* "bit.pxd":203
 * 	:param cur: should be initialized as: ``cur = ~vec[idx]``."""
 * 	cdef int tmp
 * 	while not cur[0]:             # <<<<<<<<<<<<<<
 * 		idx[0] += 1
 * 		if idx[0] >= slots:
 */
  while (1) {
    __pyx_t_1 = ((!((__pyx_v_cur[0]) != 0)) != 0);
    if (!__pyx_t_1) break;

    /* "bit.pxd":204
 * 	cdef int tmp
 * 	while not cur[0]:
 * 		idx[0] += 1             # <<<<<<<<<<<<<<
 * 		if idx[0] >= slots:
 * 			return -1
 */
    __pyx_t_2 = 0;
    (__pyx_v_idx[__pyx_t_2]) = ((__pyx_v_idx[__pyx_t_2]) + 1);

    /* "bit.pxd":205
 * 	while not cur[0]:
 * 		idx[0] += 1
 * 		if idx[0] >= slots:             # <<<<<<<<<<<<<<
 * 			return -1
 * 		cur[0] = ~vec[idx[0]]
 */
    __pyx_t_1 = (((__pyx_v_idx[0]) >= __pyx_v_slots) != 0);
    if (__pyx_t_1) {

      /* "bit.pxd":206
 * 		idx[0] += 1
 * 		if idx[0] >= slots:
 * 			return -1             # <<<<<<<<<<<<<<
 * 		cur[0] = ~vec[idx[0]]
 * 	tmp = bit_ctz(cur[0])  # index of bit in current slot
 */
      __pyx_r = -1;
      goto __pyx_L0;

      /* "bit.pxd":205
 * 	while not cur[0]:
 * 		idx[0] += 1
 * 		if idx[0] >= slots:             # <<<<<<<<<<<<<<
 * 			return -1
 * 		cur[0] = ~vec[idx[0]]
 */
    }

    /* "bit.pxd":207
 * 		if idx[0] >= slots:
 * 			return -1
 * 		cur[0] = ~vec[idx[0]]             # <<<<<<<<<<<<<<
 * 	tmp = bit_ctz(cur[0])  # index of bit in current slot
 * 	cur[0] ^= 1UL << tmp  # TOGGLEBIT(cur, tmp)
 */
    (__pyx_v_cur[0]) = (~(__pyx_v_vec[(__pyx_v_idx[0])]));
  }

  /* "bit.pxd":208
 * 			return -1
 * 		cur[0] = ~vec[idx[0]]
 * 	tmp = bit_ctz(cur[0])  # index of bit in current slot             # <<<<<<<<<<<<<<
 * 	cur[0] ^= 1UL << tmp  # TOGGLEBIT(cur, tmp)
 * 	return idx[0] * BITSIZE + tmp
 */
  __pyx_v_tmp = bit_ctz((__pyx_v_cur[0]));

  /* "bit.pxd":209
 * 		cur[0] = ~vec[idx[0]]
 * 	tmp = bit_ctz(cur[0])  # index of bit in current slot
 * 	cur[0] ^= 1UL << tmp  # TOGGLEBIT(cur, tmp)             # <<<<<<<<<<<<<<
 * 	return idx[0] * BITSIZE + tmp
 * 
 */
  __pyx_t_2 = 0;
  (__pyx_v_cur[__pyx_t_2]) = ((__pyx_v_cur[__pyx_t_2]) ^ (1UL << __pyx_v_tmp));

  /* "bit.pxd":210
 * 	tmp = bit_ctz(cur[0])  # index of bit in current slot
 * 	cur[0] ^= 1UL << tmp  # TOGGLEBIT(cur, tmp)
 * 	return idx[0] * BITSIZE + tmp             # <<<<<<<<<<<<<<
 * 
 * 
 */
  __pyx_r = (((__pyx_v_idx[0]) * BITSIZE) + __pyx_v_tmp);
  goto __pyx_L0;

  /* "bit.pxd":197
 * 
 * 
 * cdef inline int iterateunsetbits(uint64_t *vec, int slots,             # <<<<<<<<<<<<<<
 * 		uint64_t *cur, int *idx):
 * 	"""Like ``iteratesetbits``, but return indices of zero bits.
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "bit.pxd":213
 * 
 * 
 * cdef inline void setintersectinplace(uint64_t *dest, uint64_t *src, int slots):             # <<<<<<<<<<<<<<
 * 	"""dest gets the intersection of dest and src.
 * 
 */

static CYTHON_INLINE void __pyx_f_8discodop_3bit_setintersectinplace(uint64_t *__pyx_v_dest, uint64_t *__pyx_v_src, int __pyx_v_slots) {
  int __pyx_v_a;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  int __pyx_t_2;
  int __pyx_t_3;
  __Pyx_RefNannySetupContext("setintersectinplace", 0);

  /* "bit.pxd":218
 * 	both operands must have at least `slots' slots."""
 * 	cdef int a
 * 	for a in range(slots):             # <<<<<<<<<<<<<<
 * 		dest[a] &= src[a]
 * 
 */
  __pyx_t_1 = __pyx_v_slots;
  for (__pyx_t_2 = 0; __pyx_t_2 < __pyx_t_1; __pyx_t_2+=1) {
    __pyx_v_a = __pyx_t_2;

    /* "bit.pxd":219
 * 	cdef int a
 * 	for a in range(slots):
 * 		dest[a] &= src[a]             # <<<<<<<<<<<<<<
 * 
 * 
 */
    __pyx_t_3 = __pyx_v_a;
    (__pyx_v_dest[__pyx_t_3]) = ((__pyx_v_dest[__pyx_t_3]) & (__pyx_v_src[__pyx_v_a]));
  }

  /* "bit.pxd":213
 * 
 * 
 * cdef inline void setintersectinplace(uint64_t *dest, uint64_t *src, int slots):             # <<<<<<<<<<<<<<
 * 	"""dest gets the intersection of dest and src.
 * 
 */

  /* function exit code */
  __Pyx_RefNannyFinishContext();
}

/* "bit.pxd":222
 * 
 * 
 * cdef inline void setunioninplace(uint64_t *dest, uint64_t *src, int slots):             # <<<<<<<<<<<<<<
 * 	"""dest gets the union of dest and src.
 * 
 */

static CYTHON_INLINE void __pyx_f_8discodop_3bit_setunioninplace(uint64_t *__pyx_v_dest, uint64_t *__pyx_v_src, int __pyx_v_slots) {
  int __pyx_v_a;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  int __pyx_t_2;
  int __pyx_t_3;
  __Pyx_RefNannySetupContext("setunioninplace", 0);

  /* "bit.pxd":227
 * 	Both operands must have at least ``slots`` slots."""
 * 	cdef int a
 * 	for a in range(slots):             # <<<<<<<<<<<<<<
 * 		dest[a] |= src[a]
 * 
 */
  __pyx_t_1 = __pyx_v_slots;
  for (__pyx_t_2 = 0; __pyx_t_2 < __pyx_t_1; __pyx_t_2+=1) {
    __pyx_v_a = __pyx_t_2;

    /* "bit.pxd":228
 * 	cdef int a
 * 	for a in range(slots):
 * 		dest[a] |= src[a]             # <<<<<<<<<<<<<<
 * 
 * 
 */
    __pyx_t_3 = __pyx_v_a;
    (__pyx_v_dest[__pyx_t_3]) = ((__pyx_v_dest[__pyx_t_3]) | (__pyx_v_src[__pyx_v_a]));
  }

  /* "bit.pxd":222
 * 
 * 
 * cdef inline void setunioninplace(uint64_t *dest, uint64_t *src, int slots):             # <<<<<<<<<<<<<<
 * 	"""dest gets the union of dest and src.
 * 
 */

  /* function exit code */
  __Pyx_RefNannyFinishContext();
}

/* "bit.pxd":231
 * 
 * 
 * cdef inline void setintersect(uint64_t *dest, uint64_t *src1, uint64_t *src2,             # <<<<<<<<<<<<<<
 * 		int slots):
 * 	"""dest gets the intersection of src1 and src2.
 */

static CYTHON_INLINE void __pyx_f_8discodop_3bit_setintersect(uint64_t *__pyx_v_dest, uint64_t *__pyx_v_src1, uint64_t *__pyx_v_src2, int __pyx_v_slots) {
  int __pyx_v_a;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  int __pyx_t_2;
  __Pyx_RefNannySetupContext("setintersect", 0);

  /* "bit.pxd":237
 * 	operands must have at least ``slots`` slots."""
 * 	cdef int a
 * 	for a in range(slots):             # <<<<<<<<<<<<<<
 * 		dest[a] = src1[a] & src2[a]
 * 
 */
  __pyx_t_1 = __pyx_v_slots;
  for (__pyx_t_2 = 0; __pyx_t_2 < __pyx_t_1; __pyx_t_2+=1) {
    __pyx_v_a = __pyx_t_2;

    /* "bit.pxd":238
 * 	cdef int a
 * 	for a in range(slots):
 * 		dest[a] = src1[a] & src2[a]             # <<<<<<<<<<<<<<
 * 
 * 
 */
    (__pyx_v_dest[__pyx_v_a]) = ((__pyx_v_src1[__pyx_v_a]) & (__pyx_v_src2[__pyx_v_a]));
  }

  /* "bit.pxd":231
 * 
 * 
 * cdef inline void setintersect(uint64_t *dest, uint64_t *src1, uint64_t *src2,             # <<<<<<<<<<<<<<
 * 		int slots):
 * 	"""dest gets the intersection of src1 and src2.
 */

  /* function exit code */
  __Pyx_RefNannyFinishContext();
}

/* "bit.pxd":241
 * 
 * 
 * cdef inline void setunion(uint64_t *dest, uint64_t *src1, uint64_t *src2,             # <<<<<<<<<<<<<<
 * 		int slots):
 * 	"""dest gets the union of src1 and src2.
 */

static CYTHON_INLINE void __pyx_f_8discodop_3bit_setunion(uint64_t *__pyx_v_dest, uint64_t *__pyx_v_src1, uint64_t *__pyx_v_src2, int __pyx_v_slots) {
  int __pyx_v_a;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  int __pyx_t_2;
  __Pyx_RefNannySetupContext("setunion", 0);

  /* "bit.pxd":247
 * 	operands must have at least ``slots`` slots."""
 * 	cdef int a
 * 	for a in range(slots):             # <<<<<<<<<<<<<<
 * 		dest[a] = src1[a] | src2[a]
 * 
 */
  __pyx_t_1 = __pyx_v_slots;
  for (__pyx_t_2 = 0; __pyx_t_2 < __pyx_t_1; __pyx_t_2+=1) {
    __pyx_v_a = __pyx_t_2;

    /* "bit.pxd":248
 * 	cdef int a
 * 	for a in range(slots):
 * 		dest[a] = src1[a] | src2[a]             # <<<<<<<<<<<<<<
 * 
 * 
 */
    (__pyx_v_dest[__pyx_v_a]) = ((__pyx_v_src1[__pyx_v_a]) | (__pyx_v_src2[__pyx_v_a]));
  }

  /* "bit.pxd":241
 * 
 * 
 * cdef inline void setunion(uint64_t *dest, uint64_t *src1, uint64_t *src2,             # <<<<<<<<<<<<<<
 * 		int slots):
 * 	"""dest gets the union of src1 and src2.
 */

  /* function exit code */
  __Pyx_RefNannyFinishContext();
}

/* "bit.pxd":251
 * 
 * 
 * cdef inline bint subset(uint64_t *vec1, uint64_t *vec2, int slots):             # <<<<<<<<<<<<<<
 * 	"""Test whether vec1 is a subset of vec2.
 * 
 */

static CYTHON_INLINE int __pyx_f_8discodop_3bit_subset(uint64_t *__pyx_v_vec1, uint64_t *__pyx_v_vec2, int __pyx_v_slots) {
  int __pyx_v_a;
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  int __pyx_t_2;
  int __pyx_t_3;
  __Pyx_RefNannySetupContext("subset", 0);

  /* "bit.pxd":256
 * 	i.e., all set bits of vec1 should be set in vec2."""
 * 	cdef int a
 * 	for a in range(slots):             # <<<<<<<<<<<<<<
 * 		if (vec1[a] & vec2[a]) != vec1[a]:
 * 			return False
 */
  __pyx_t_1 = __pyx_v_slots;
  for (__pyx_t_2 = 0; __pyx_t_2 < __pyx_t_1; __pyx_t_2+=1) {
    __pyx_v_a = __pyx_t_2;

    /* "bit.pxd":257
 * 	cdef int a
 * 	for a in range(slots):
 * 		if (vec1[a] & vec2[a]) != vec1[a]:             # <<<<<<<<<<<<<<
 * 			return False
 * 	return True
 */
    __pyx_t_3 = ((((__pyx_v_vec1[__pyx_v_a]) & (__pyx_v_vec2[__pyx_v_a])) != (__pyx_v_vec1[__pyx_v_a])) != 0);
    if (__pyx_t_3) {

      /* "bit.pxd":258
 * 	for a in range(slots):
 * 		if (vec1[a] & vec2[a]) != vec1[a]:
 * 			return False             # <<<<<<<<<<<<<<
 * 	return True
 */
      __pyx_r = 0;
      goto __pyx_L0;

      /* "bit.pxd":257
 * 	cdef int a
 * 	for a in range(slots):
 * 		if (vec1[a] & vec2[a]) != vec1[a]:             # <<<<<<<<<<<<<<
 * 			return False
 * 	return True
 */
    }
  }

  /* "bit.pxd":259
 * 		if (vec1[a] & vec2[a]) != vec1[a]:
 * 			return False
 * 	return True             # <<<<<<<<<<<<<<
 */
  __pyx_r = 1;
  goto __pyx_L0;

  /* "bit.pxd":251
 * 
 * 
 * cdef inline bint subset(uint64_t *vec1, uint64_t *vec2, int slots):             # <<<<<<<<<<<<<<
 * 	"""Test whether vec1 is a subset of vec2.
 * 
 */

  /* function exit code */
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "cpython/array.pxd":93
 *             __data_union data
 * 
 *         def __getbuffer__(self, Py_buffer* info, int flags):             # <<<<<<<<<<<<<<
 *             # This implementation of getbuffer is geared towards Cython
 *             # requirements, and does not yet fullfill the PEP.
 */

/* Python wrapper */
static CYTHON_UNUSED int __pyx_pw_7cpython_5array_5array_1__getbuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /*proto*/
static CYTHON_UNUSED int __pyx_pw_7cpython_5array_5array_1__getbuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) {
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("__getbuffer__ (wrapper)", 0);
  __pyx_r = __pyx_pf_7cpython_5array_5array___getbuffer__(((arrayobject *)__pyx_v_self), ((Py_buffer *)__pyx_v_info), ((int)__pyx_v_flags));

  /* function exit code */
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

static int __pyx_pf_7cpython_5array_5array___getbuffer__(arrayobject *__pyx_v_self, Py_buffer *__pyx_v_info, CYTHON_UNUSED int __pyx_v_flags) {
  PyObject *__pyx_v_item_count = NULL;
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  char *__pyx_t_2;
  int __pyx_t_3;
  PyObject *__pyx_t_4 = NULL;
  Py_ssize_t __pyx_t_5;
  int __pyx_t_6;
  __Pyx_RefNannySetupContext("__getbuffer__", 0);
  if (__pyx_v_info != NULL) {
    __pyx_v_info->obj = Py_None; __Pyx_INCREF(Py_None);
    __Pyx_GIVEREF(__pyx_v_info->obj);
  }

  /* "cpython/array.pxd":98
 *             # In particular strided access is always provided regardless
 *             # of flags
 *             item_count = Py_SIZE(self)             # <<<<<<<<<<<<<<
 * 
 *             info.suboffsets = NULL
 */
  __pyx_t_1 = PyInt_FromSsize_t(Py_SIZE(((PyObject *)__pyx_v_self))); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 98, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_v_item_count = __pyx_t_1;
  __pyx_t_1 = 0;

  /* "cpython/array.pxd":100
 *             item_count = Py_SIZE(self)
 * 
 *             info.suboffsets = NULL             # <<<<<<<<<<<<<<
 *             info.buf = self.data.as_chars
 *             info.readonly = 0
 */
  __pyx_v_info->suboffsets = NULL;

  /* "cpython/array.pxd":101
 * 
 *             info.suboffsets = NULL
 *             info.buf = self.data.as_chars             # <<<<<<<<<<<<<<
 *             info.readonly = 0
 *             info.ndim = 1
 */
  __pyx_t_2 = __pyx_v_self->data.as_chars;
  __pyx_v_info->buf = __pyx_t_2;

  /* "cpython/array.pxd":102
 *             info.suboffsets = NULL
 *             info.buf = self.data.as_chars
 *             info.readonly = 0             # <<<<<<<<<<<<<<
 *             info.ndim = 1
 *             info.itemsize = self.ob_descr.itemsize   # e.g. sizeof(float)
 */
  __pyx_v_info->readonly = 0;

  /* "cpython/array.pxd":103
 *             info.buf = self.data.as_chars
 *             info.readonly = 0
 *             info.ndim = 1             # <<<<<<<<<<<<<<
 *             info.itemsize = self.ob_descr.itemsize   # e.g. sizeof(float)
 *             info.len = info.itemsize * item_count
 */
  __pyx_v_info->ndim = 1;

  /* "cpython/array.pxd":104
 *             info.readonly = 0
 *             info.ndim = 1
 *             info.itemsize = self.ob_descr.itemsize   # e.g. sizeof(float)             # <<<<<<<<<<<<<<
 *             info.len = info.itemsize * item_count
 * 
 */
  __pyx_t_3 = __pyx_v_self->ob_descr->itemsize;
  __pyx_v_info->itemsize = __pyx_t_3;

  /* "cpython/array.pxd":105
 *             info.ndim = 1
 *             info.itemsize = self.ob_descr.itemsize   # e.g. sizeof(float)
 *             info.len = info.itemsize * item_count             # <<<<<<<<<<<<<<
 * 
 *             info.shape = <Py_ssize_t*> PyObject_Malloc(sizeof(Py_ssize_t) + 2)
 */
  __pyx_t_1 = PyInt_FromSsize_t(__pyx_v_info->itemsize); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 105, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_t_4 = PyNumber_Multiply(__pyx_t_1, __pyx_v_item_count); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 105, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  __pyx_t_5 = __Pyx_PyIndex_AsSsize_t(__pyx_t_4); if (unlikely((__pyx_t_5 == (Py_ssize_t)-1) && PyErr_Occurred())) __PYX_ERR(2, 105, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
  __pyx_v_info->len = __pyx_t_5;

  /* "cpython/array.pxd":107
 *             info.len = info.itemsize * item_count
 * 
 *             info.shape = <Py_ssize_t*> PyObject_Malloc(sizeof(Py_ssize_t) + 2)             # <<<<<<<<<<<<<<
 *             if not info.shape:
 *                 raise MemoryError()
 */
  __pyx_v_info->shape = ((Py_ssize_t *)PyObject_Malloc(((sizeof(Py_ssize_t)) + 2)));

  /* "cpython/array.pxd":108
 * 
 *             info.shape = <Py_ssize_t*> PyObject_Malloc(sizeof(Py_ssize_t) + 2)
 *             if not info.shape:             # <<<<<<<<<<<<<<
 *                 raise MemoryError()
 *             info.shape[0] = item_count      # constant regardless of resizing
 */
  __pyx_t_6 = ((!(__pyx_v_info->shape != 0)) != 0);
  if (__pyx_t_6) {

    /* "cpython/array.pxd":109
 *             info.shape = <Py_ssize_t*> PyObject_Malloc(sizeof(Py_ssize_t) + 2)
 *             if not info.shape:
 *                 raise MemoryError()             # <<<<<<<<<<<<<<
 *             info.shape[0] = item_count      # constant regardless of resizing
 *             info.strides = &info.itemsize
 */
    PyErr_NoMemory(); __PYX_ERR(2, 109, __pyx_L1_error)

    /* "cpython/array.pxd":108
 * 
 *             info.shape = <Py_ssize_t*> PyObject_Malloc(sizeof(Py_ssize_t) + 2)
 *             if not info.shape:             # <<<<<<<<<<<<<<
 *                 raise MemoryError()
 *             info.shape[0] = item_count      # constant regardless of resizing
 */
  }

  /* "cpython/array.pxd":110
 *             if not info.shape:
 *                 raise MemoryError()
 *             info.shape[0] = item_count      # constant regardless of resizing             # <<<<<<<<<<<<<<
 *             info.strides = &info.itemsize
 * 
 */
  __pyx_t_5 = __Pyx_PyIndex_AsSsize_t(__pyx_v_item_count); if (unlikely((__pyx_t_5 == (Py_ssize_t)-1) && PyErr_Occurred())) __PYX_ERR(2, 110, __pyx_L1_error)
  (__pyx_v_info->shape[0]) = __pyx_t_5;

  /* "cpython/array.pxd":111
 *                 raise MemoryError()
 *             info.shape[0] = item_count      # constant regardless of resizing
 *             info.strides = &info.itemsize             # <<<<<<<<<<<<<<
 * 
 *             info.format = <char*> (info.shape + 1)
 */
  __pyx_v_info->strides = (&__pyx_v_info->itemsize);

  /* "cpython/array.pxd":113
 *             info.strides = &info.itemsize
 * 
 *             info.format = <char*> (info.shape + 1)             # <<<<<<<<<<<<<<
 *             info.format[0] = self.ob_descr.typecode
 *             info.format[1] = 0
 */
  __pyx_v_info->format = ((char *)(__pyx_v_info->shape + 1));

  /* "cpython/array.pxd":114
 * 
 *             info.format = <char*> (info.shape + 1)
 *             info.format[0] = self.ob_descr.typecode             # <<<<<<<<<<<<<<
 *             info.format[1] = 0
 *             info.obj = self
 */
  __pyx_t_3 = __pyx_v_self->ob_descr->typecode;
  (__pyx_v_info->format[0]) = __pyx_t_3;

  /* "cpython/array.pxd":115
 *             info.format = <char*> (info.shape + 1)
 *             info.format[0] = self.ob_descr.typecode
 *             info.format[1] = 0             # <<<<<<<<<<<<<<
 *             info.obj = self
 * 
 */
  (__pyx_v_info->format[1]) = 0;

  /* "cpython/array.pxd":116
 *             info.format[0] = self.ob_descr.typecode
 *             info.format[1] = 0
 *             info.obj = self             # <<<<<<<<<<<<<<
 * 
 *         def __releasebuffer__(self, Py_buffer* info):
 */
  __Pyx_INCREF(((PyObject *)__pyx_v_self));
  __Pyx_GIVEREF(((PyObject *)__pyx_v_self));
  __Pyx_GOTREF(__pyx_v_info->obj);
  __Pyx_DECREF(__pyx_v_info->obj);
  __pyx_v_info->obj = ((PyObject *)__pyx_v_self);

  /* "cpython/array.pxd":93
 *             __data_union data
 * 
 *         def __getbuffer__(self, Py_buffer* info, int flags):             # <<<<<<<<<<<<<<
 *             # This implementation of getbuffer is geared towards Cython
 *             # requirements, and does not yet fullfill the PEP.
 */

  /* function exit code */
  __pyx_r = 0;
  goto __pyx_L0;
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_XDECREF(__pyx_t_4);
  __Pyx_AddTraceback("cpython.array.array.__getbuffer__", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = -1;
  if (__pyx_v_info != NULL && __pyx_v_info->obj != NULL) {
    __Pyx_GOTREF(__pyx_v_info->obj);
    __Pyx_DECREF(__pyx_v_info->obj); __pyx_v_info->obj = NULL;
  }
  goto __pyx_L2;
  __pyx_L0:;
  if (__pyx_v_info != NULL && __pyx_v_info->obj == Py_None) {
    __Pyx_GOTREF(Py_None);
    __Pyx_DECREF(Py_None); __pyx_v_info->obj = NULL;
  }
  __pyx_L2:;
  __Pyx_XDECREF(__pyx_v_item_count);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "cpython/array.pxd":118
 *             info.obj = self
 * 
 *         def __releasebuffer__(self, Py_buffer* info):             # <<<<<<<<<<<<<<
 *             PyObject_Free(info.shape)
 * 
 */

/* Python wrapper */
static CYTHON_UNUSED void __pyx_pw_7cpython_5array_5array_3__releasebuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info); /*proto*/
static CYTHON_UNUSED void __pyx_pw_7cpython_5array_5array_3__releasebuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info) {
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("__releasebuffer__ (wrapper)", 0);
  __pyx_pf_7cpython_5array_5array_2__releasebuffer__(((arrayobject *)__pyx_v_self), ((Py_buffer *)__pyx_v_info));

  /* function exit code */
  __Pyx_RefNannyFinishContext();
}

static void __pyx_pf_7cpython_5array_5array_2__releasebuffer__(CYTHON_UNUSED arrayobject *__pyx_v_self, Py_buffer *__pyx_v_info) {
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("__releasebuffer__", 0);

  /* "cpython/array.pxd":119
 * 
 *         def __releasebuffer__(self, Py_buffer* info):
 *             PyObject_Free(info.shape)             # <<<<<<<<<<<<<<
 * 
 *     array newarrayobject(PyTypeObject* type, Py_ssize_t size, arraydescr *descr)
 */
  PyObject_Free(__pyx_v_info->shape);

  /* "cpython/array.pxd":118
 *             info.obj = self
 * 
 *         def __releasebuffer__(self, Py_buffer* info):             # <<<<<<<<<<<<<<
 *             PyObject_Free(info.shape)
 * 
 */

  /* function exit code */
  __Pyx_RefNannyFinishContext();
}

/* "cpython/array.pxd":130
 * 
 * 
 * cdef inline array clone(array template, Py_ssize_t length, bint zero):             # <<<<<<<<<<<<<<
 *     """ fast creation of a new array, given a template array.
 *     type will be same as template.
 */

static CYTHON_INLINE arrayobject *__pyx_f_7cpython_5array_clone(arrayobject *__pyx_v_template, Py_ssize_t __pyx_v_length, int __pyx_v_zero) {
  arrayobject *__pyx_v_op = NULL;
  arrayobject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  int __pyx_t_2;
  int __pyx_t_3;
  int __pyx_t_4;
  __Pyx_RefNannySetupContext("clone", 0);

  /* "cpython/array.pxd":134
 *     type will be same as template.
 *     if zero is true, new array will be initialized with zeroes."""
 *     op = newarrayobject(Py_TYPE(template), length, template.ob_descr)             # <<<<<<<<<<<<<<
 *     if zero and op is not None:
 *         memset(op.data.as_chars, 0, length * op.ob_descr.itemsize)
 */
  __pyx_t_1 = ((PyObject *)newarrayobject(Py_TYPE(((PyObject *)__pyx_v_template)), __pyx_v_length, __pyx_v_template->ob_descr)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 134, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_v_op = ((arrayobject *)__pyx_t_1);
  __pyx_t_1 = 0;

  /* "cpython/array.pxd":135
 *     if zero is true, new array will be initialized with zeroes."""
 *     op = newarrayobject(Py_TYPE(template), length, template.ob_descr)
 *     if zero and op is not None:             # <<<<<<<<<<<<<<
 *         memset(op.data.as_chars, 0, length * op.ob_descr.itemsize)
 *     return op
 */
  __pyx_t_3 = (__pyx_v_zero != 0);
  if (__pyx_t_3) {
  } else {
    __pyx_t_2 = __pyx_t_3;
    goto __pyx_L4_bool_binop_done;
  }
  __pyx_t_3 = (((PyObject *)__pyx_v_op) != Py_None);
  __pyx_t_4 = (__pyx_t_3 != 0);
  __pyx_t_2 = __pyx_t_4;
  __pyx_L4_bool_binop_done:;
  if (__pyx_t_2) {

    /* "cpython/array.pxd":136
 *     op = newarrayobject(Py_TYPE(template), length, template.ob_descr)
 *     if zero and op is not None:
 *         memset(op.data.as_chars, 0, length * op.ob_descr.itemsize)             # <<<<<<<<<<<<<<
 *     return op
 * 
 */
    memset(__pyx_v_op->data.as_chars, 0, (__pyx_v_length * __pyx_v_op->ob_descr->itemsize));

    /* "cpython/array.pxd":135
 *     if zero is true, new array will be initialized with zeroes."""
 *     op = newarrayobject(Py_TYPE(template), length, template.ob_descr)
 *     if zero and op is not None:             # <<<<<<<<<<<<<<
 *         memset(op.data.as_chars, 0, length * op.ob_descr.itemsize)
 *     return op
 */
  }

  /* "cpython/array.pxd":137
 *     if zero and op is not None:
 *         memset(op.data.as_chars, 0, length * op.ob_descr.itemsize)
 *     return op             # <<<<<<<<<<<<<<
 * 
 * cdef inline array copy(array self):
 */
  __Pyx_XDECREF(((PyObject *)__pyx_r));
  __Pyx_INCREF(((PyObject *)__pyx_v_op));
  __pyx_r = __pyx_v_op;
  goto __pyx_L0;

  /* "cpython/array.pxd":130
 * 
 * 
 * cdef inline array clone(array template, Py_ssize_t length, bint zero):             # <<<<<<<<<<<<<<
 *     """ fast creation of a new array, given a template array.
 *     type will be same as template.
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_AddTraceback("cpython.array.clone", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XDECREF((PyObject *)__pyx_v_op);
  __Pyx_XGIVEREF((PyObject *)__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "cpython/array.pxd":139
 *     return op
 * 
 * cdef inline array copy(array self):             # <<<<<<<<<<<<<<
 *     """ make a copy of an array. """
 *     op = newarrayobject(Py_TYPE(self), Py_SIZE(self), self.ob_descr)
 */

static CYTHON_INLINE arrayobject *__pyx_f_7cpython_5array_copy(arrayobject *__pyx_v_self) {
  arrayobject *__pyx_v_op = NULL;
  arrayobject *__pyx_r = NULL;
  __Pyx_RefNannyDeclarations
  PyObject *__pyx_t_1 = NULL;
  __Pyx_RefNannySetupContext("copy", 0);

  /* "cpython/array.pxd":141
 * cdef inline array copy(array self):
 *     """ make a copy of an array. """
 *     op = newarrayobject(Py_TYPE(self), Py_SIZE(self), self.ob_descr)             # <<<<<<<<<<<<<<
 *     memcpy(op.data.as_chars, self.data.as_chars, Py_SIZE(op) * op.ob_descr.itemsize)
 *     return op
 */
  __pyx_t_1 = ((PyObject *)newarrayobject(Py_TYPE(((PyObject *)__pyx_v_self)), Py_SIZE(((PyObject *)__pyx_v_self)), __pyx_v_self->ob_descr)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 141, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_1);
  __pyx_v_op = ((arrayobject *)__pyx_t_1);
  __pyx_t_1 = 0;

  /* "cpython/array.pxd":142
 *     """ make a copy of an array. """
 *     op = newarrayobject(Py_TYPE(self), Py_SIZE(self), self.ob_descr)
 *     memcpy(op.data.as_chars, self.data.as_chars, Py_SIZE(op) * op.ob_descr.itemsize)             # <<<<<<<<<<<<<<
 *     return op
 * 
 */
  memcpy(__pyx_v_op->data.as_chars, __pyx_v_self->data.as_chars, (Py_SIZE(((PyObject *)__pyx_v_op)) * __pyx_v_op->ob_descr->itemsize));

  /* "cpython/array.pxd":143
 *     op = newarrayobject(Py_TYPE(self), Py_SIZE(self), self.ob_descr)
 *     memcpy(op.data.as_chars, self.data.as_chars, Py_SIZE(op) * op.ob_descr.itemsize)
 *     return op             # <<<<<<<<<<<<<<
 * 
 * cdef inline int extend_buffer(array self, char* stuff, Py_ssize_t n) except -1:
 */
  __Pyx_XDECREF(((PyObject *)__pyx_r));
  __Pyx_INCREF(((PyObject *)__pyx_v_op));
  __pyx_r = __pyx_v_op;
  goto __pyx_L0;

  /* "cpython/array.pxd":139
 *     return op
 * 
 * cdef inline array copy(array self):             # <<<<<<<<<<<<<<
 *     """ make a copy of an array. """
 *     op = newarrayobject(Py_TYPE(self), Py_SIZE(self), self.ob_descr)
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_AddTraceback("cpython.array.copy", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = 0;
  __pyx_L0:;
  __Pyx_XDECREF((PyObject *)__pyx_v_op);
  __Pyx_XGIVEREF((PyObject *)__pyx_r);
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "cpython/array.pxd":145
 *     return op
 * 
 * cdef inline int extend_buffer(array self, char* stuff, Py_ssize_t n) except -1:             # <<<<<<<<<<<<<<
 *     """ efficent appending of new stuff of same type
 *     (e.g. of same array type)
 */

static CYTHON_INLINE int __pyx_f_7cpython_5array_extend_buffer(arrayobject *__pyx_v_self, char *__pyx_v_stuff, Py_ssize_t __pyx_v_n) {
  Py_ssize_t __pyx_v_itemsize;
  Py_ssize_t __pyx_v_origsize;
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  __Pyx_RefNannySetupContext("extend_buffer", 0);

  /* "cpython/array.pxd":149
 *     (e.g. of same array type)
 *     n: number of elements (not number of bytes!) """
 *     cdef Py_ssize_t itemsize = self.ob_descr.itemsize             # <<<<<<<<<<<<<<
 *     cdef Py_ssize_t origsize = Py_SIZE(self)
 *     resize_smart(self, origsize + n)
 */
  __pyx_t_1 = __pyx_v_self->ob_descr->itemsize;
  __pyx_v_itemsize = __pyx_t_1;

  /* "cpython/array.pxd":150
 *     n: number of elements (not number of bytes!) """
 *     cdef Py_ssize_t itemsize = self.ob_descr.itemsize
 *     cdef Py_ssize_t origsize = Py_SIZE(self)             # <<<<<<<<<<<<<<
 *     resize_smart(self, origsize + n)
 *     memcpy(self.data.as_chars + origsize * itemsize, stuff, n * itemsize)
 */
  __pyx_v_origsize = Py_SIZE(((PyObject *)__pyx_v_self));

  /* "cpython/array.pxd":151
 *     cdef Py_ssize_t itemsize = self.ob_descr.itemsize
 *     cdef Py_ssize_t origsize = Py_SIZE(self)
 *     resize_smart(self, origsize + n)             # <<<<<<<<<<<<<<
 *     memcpy(self.data.as_chars + origsize * itemsize, stuff, n * itemsize)
 *     return 0
 */
  __pyx_t_1 = resize_smart(__pyx_v_self, (__pyx_v_origsize + __pyx_v_n)); if (unlikely(__pyx_t_1 == -1)) __PYX_ERR(2, 151, __pyx_L1_error)

  /* "cpython/array.pxd":152
 *     cdef Py_ssize_t origsize = Py_SIZE(self)
 *     resize_smart(self, origsize + n)
 *     memcpy(self.data.as_chars + origsize * itemsize, stuff, n * itemsize)             # <<<<<<<<<<<<<<
 *     return 0
 * 
 */
  memcpy((__pyx_v_self->data.as_chars + (__pyx_v_origsize * __pyx_v_itemsize)), __pyx_v_stuff, (__pyx_v_n * __pyx_v_itemsize));

  /* "cpython/array.pxd":153
 *     resize_smart(self, origsize + n)
 *     memcpy(self.data.as_chars + origsize * itemsize, stuff, n * itemsize)
 *     return 0             # <<<<<<<<<<<<<<
 * 
 * cdef inline int extend(array self, array other) except -1:
 */
  __pyx_r = 0;
  goto __pyx_L0;

  /* "cpython/array.pxd":145
 *     return op
 * 
 * cdef inline int extend_buffer(array self, char* stuff, Py_ssize_t n) except -1:             # <<<<<<<<<<<<<<
 *     """ efficent appending of new stuff of same type
 *     (e.g. of same array type)
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_AddTraceback("cpython.array.extend_buffer", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = -1;
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "cpython/array.pxd":155
 *     return 0
 * 
 * cdef inline int extend(array self, array other) except -1:             # <<<<<<<<<<<<<<
 *     """ extend array with data from another array; types must match. """
 *     if self.ob_descr.typecode != other.ob_descr.typecode:
 */

static CYTHON_INLINE int __pyx_f_7cpython_5array_extend(arrayobject *__pyx_v_self, arrayobject *__pyx_v_other) {
  int __pyx_r;
  __Pyx_RefNannyDeclarations
  int __pyx_t_1;
  int __pyx_t_2;
  __Pyx_RefNannySetupContext("extend", 0);

  /* "cpython/array.pxd":157
 * cdef inline int extend(array self, array other) except -1:
 *     """ extend array with data from another array; types must match. """
 *     if self.ob_descr.typecode != other.ob_descr.typecode:             # <<<<<<<<<<<<<<
 *         PyErr_BadArgument()
 *     return extend_buffer(self, other.data.as_chars, Py_SIZE(other))
 */
  __pyx_t_1 = ((__pyx_v_self->ob_descr->typecode != __pyx_v_other->ob_descr->typecode) != 0);
  if (__pyx_t_1) {

    /* "cpython/array.pxd":158
 *     """ extend array with data from another array; types must match. """
 *     if self.ob_descr.typecode != other.ob_descr.typecode:
 *         PyErr_BadArgument()             # <<<<<<<<<<<<<<
 *     return extend_buffer(self, other.data.as_chars, Py_SIZE(other))
 * 
 */
    __pyx_t_2 = PyErr_BadArgument(); if (unlikely(__pyx_t_2 == 0)) __PYX_ERR(2, 158, __pyx_L1_error)

    /* "cpython/array.pxd":157
 * cdef inline int extend(array self, array other) except -1:
 *     """ extend array with data from another array; types must match. """
 *     if self.ob_descr.typecode != other.ob_descr.typecode:             # <<<<<<<<<<<<<<
 *         PyErr_BadArgument()
 *     return extend_buffer(self, other.data.as_chars, Py_SIZE(other))
 */
  }

  /* "cpython/array.pxd":159
 *     if self.ob_descr.typecode != other.ob_descr.typecode:
 *         PyErr_BadArgument()
 *     return extend_buffer(self, other.data.as_chars, Py_SIZE(other))             # <<<<<<<<<<<<<<
 * 
 * cdef inline void zero(array self):
 */
  __pyx_t_2 = __pyx_f_7cpython_5array_extend_buffer(__pyx_v_self, __pyx_v_other->data.as_chars, Py_SIZE(((PyObject *)__pyx_v_other))); if (unlikely(__pyx_t_2 == -1)) __PYX_ERR(2, 159, __pyx_L1_error)
  __pyx_r = __pyx_t_2;
  goto __pyx_L0;

  /* "cpython/array.pxd":155
 *     return 0
 * 
 * cdef inline int extend(array self, array other) except -1:             # <<<<<<<<<<<<<<
 *     """ extend array with data from another array; types must match. """
 *     if self.ob_descr.typecode != other.ob_descr.typecode:
 */

  /* function exit code */
  __pyx_L1_error:;
  __Pyx_AddTraceback("cpython.array.extend", __pyx_clineno, __pyx_lineno, __pyx_filename);
  __pyx_r = -1;
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  return __pyx_r;
}

/* "cpython/array.pxd":161
 *     return extend_buffer(self, other.data.as_chars, Py_SIZE(other))
 * 
 * cdef inline void zero(array self):             # <<<<<<<<<<<<<<
 *     """ set all elements of array to zero. """
 *     memset(self.data.as_chars, 0, Py_SIZE(self) * self.ob_descr.itemsize)
 */

static CYTHON_INLINE void __pyx_f_7cpython_5array_zero(arrayobject *__pyx_v_self) {
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("zero", 0);

  /* "cpython/array.pxd":163
 * cdef inline void zero(array self):
 *     """ set all elements of array to zero. """
 *     memset(self.data.as_chars, 0, Py_SIZE(self) * self.ob_descr.itemsize)             # <<<<<<<<<<<<<<
 */
  memset(__pyx_v_self->data.as_chars, 0, (Py_SIZE(((PyObject *)__pyx_v_self)) * __pyx_v_self->ob_descr->itemsize));

  /* "cpython/array.pxd":161
 *     return extend_buffer(self, other.data.as_chars, Py_SIZE(other))
 * 
 * cdef inline void zero(array self):             # <<<<<<<<<<<<<<
 *     """ set all elements of array to zero. """
 *     memset(self.data.as_chars, 0, Py_SIZE(self) * self.ob_descr.itemsize)
 */

  /* function exit code */
  __Pyx_RefNannyFinishContext();
}

static struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl *__pyx_freelist_8discodop_10_fragments___pyx_scope_struct__repl[8];
static int __pyx_freecount_8discodop_10_fragments___pyx_scope_struct__repl = 0;

static PyObject *__pyx_tp_new_8discodop_10_fragments___pyx_scope_struct__repl(PyTypeObject *t, CYTHON_UNUSED PyObject *a, CYTHON_UNUSED PyObject *k) {
  PyObject *o;
  if (CYTHON_COMPILING_IN_CPYTHON && likely((__pyx_freecount_8discodop_10_fragments___pyx_scope_struct__repl > 0) & (t->tp_basicsize == sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl)))) {
    o = (PyObject*)__pyx_freelist_8discodop_10_fragments___pyx_scope_struct__repl[--__pyx_freecount_8discodop_10_fragments___pyx_scope_struct__repl];
    memset(o, 0, sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl));
    (void) PyObject_INIT(o, t);
    PyObject_GC_Track(o);
  } else {
    o = (*t->tp_alloc)(t, 0);
    if (unlikely(!o)) return 0;
  }
  return o;
}

static void __pyx_tp_dealloc_8discodop_10_fragments___pyx_scope_struct__repl(PyObject *o) {
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl *p = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl *)o;
  PyObject_GC_UnTrack(o);
  Py_CLEAR(p->__pyx_v_d);
  if (CYTHON_COMPILING_IN_CPYTHON && ((__pyx_freecount_8discodop_10_fragments___pyx_scope_struct__repl < 8) & (Py_TYPE(o)->tp_basicsize == sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl)))) {
    __pyx_freelist_8discodop_10_fragments___pyx_scope_struct__repl[__pyx_freecount_8discodop_10_fragments___pyx_scope_struct__repl++] = ((struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl *)o);
  } else {
    (*Py_TYPE(o)->tp_free)(o);
  }
}

static int __pyx_tp_traverse_8discodop_10_fragments___pyx_scope_struct__repl(PyObject *o, visitproc v, void *a) {
  int e;
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl *p = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl *)o;
  if (p->__pyx_v_d) {
    e = (*v)(p->__pyx_v_d, a); if (e) return e;
  }
  return 0;
}

static int __pyx_tp_clear_8discodop_10_fragments___pyx_scope_struct__repl(PyObject *o) {
  PyObject* tmp;
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl *p = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl *)o;
  tmp = ((PyObject*)p->__pyx_v_d);
  p->__pyx_v_d = Py_None; Py_INCREF(Py_None);
  Py_XDECREF(tmp);
  return 0;
}

static PyTypeObject __pyx_type_8discodop_10_fragments___pyx_scope_struct__repl = {
  PyVarObject_HEAD_INIT(0, 0)
  "discodop._fragments.__pyx_scope_struct__repl", /*tp_name*/
  sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct__repl), /*tp_basicsize*/
  0, /*tp_itemsize*/
  __pyx_tp_dealloc_8discodop_10_fragments___pyx_scope_struct__repl, /*tp_dealloc*/
  0, /*tp_print*/
  0, /*tp_getattr*/
  0, /*tp_setattr*/
  #if PY_MAJOR_VERSION < 3
  0, /*tp_compare*/
  #endif
  #if PY_MAJOR_VERSION >= 3
  0, /*tp_as_async*/
  #endif
  0, /*tp_repr*/
  0, /*tp_as_number*/
  0, /*tp_as_sequence*/
  0, /*tp_as_mapping*/
  0, /*tp_hash*/
  0, /*tp_call*/
  0, /*tp_str*/
  0, /*tp_getattro*/
  0, /*tp_setattro*/
  0, /*tp_as_buffer*/
  Py_TPFLAGS_DEFAULT|Py_TPFLAGS_HAVE_VERSION_TAG|Py_TPFLAGS_CHECKTYPES|Py_TPFLAGS_HAVE_NEWBUFFER|Py_TPFLAGS_HAVE_GC, /*tp_flags*/
  0, /*tp_doc*/
  __pyx_tp_traverse_8discodop_10_fragments___pyx_scope_struct__repl, /*tp_traverse*/
  __pyx_tp_clear_8discodop_10_fragments___pyx_scope_struct__repl, /*tp_clear*/
  0, /*tp_richcompare*/
  0, /*tp_weaklistoffset*/
  0, /*tp_iter*/
  0, /*tp_iternext*/
  0, /*tp_methods*/
  0, /*tp_members*/
  0, /*tp_getset*/
  0, /*tp_base*/
  0, /*tp_dict*/
  0, /*tp_descr_get*/
  0, /*tp_descr_set*/
  0, /*tp_dictoffset*/
  0, /*tp_init*/
  0, /*tp_alloc*/
  __pyx_tp_new_8discodop_10_fragments___pyx_scope_struct__repl, /*tp_new*/
  0, /*tp_free*/
  0, /*tp_is_gc*/
  0, /*tp_bases*/
  0, /*tp_mro*/
  0, /*tp_cache*/
  0, /*tp_subclasses*/
  0, /*tp_weaklist*/
  0, /*tp_del*/
  0, /*tp_version_tag*/
  #if PY_VERSION_HEX >= 0x030400a1
  0, /*tp_finalize*/
  #endif
};

static struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *__pyx_freelist_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree[8];
static int __pyx_freecount_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree = 0;

static PyObject *__pyx_tp_new_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree(PyTypeObject *t, CYTHON_UNUSED PyObject *a, CYTHON_UNUSED PyObject *k) {
  PyObject *o;
  if (CYTHON_COMPILING_IN_CPYTHON && likely((__pyx_freecount_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree > 0) & (t->tp_basicsize == sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree)))) {
    o = (PyObject*)__pyx_freelist_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree[--__pyx_freecount_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree];
    memset(o, 0, sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree));
    (void) PyObject_INIT(o, t);
    PyObject_GC_Track(o);
  } else {
    o = (*t->tp_alloc)(t, 0);
    if (unlikely(!o)) return 0;
  }
  return o;
}

static void __pyx_tp_dealloc_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree(PyObject *o) {
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *p = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *)o;
  PyObject_GC_UnTrack(o);
  Py_CLEAR(p->__pyx_v_binlabels);
  Py_CLEAR(p->__pyx_v_vocab);
  if (CYTHON_COMPILING_IN_CPYTHON && ((__pyx_freecount_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree < 8) & (Py_TYPE(o)->tp_basicsize == sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree)))) {
    __pyx_freelist_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree[__pyx_freecount_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree++] = ((struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *)o);
  } else {
    (*Py_TYPE(o)->tp_free)(o);
  }
}

static int __pyx_tp_traverse_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree(PyObject *o, visitproc v, void *a) {
  int e;
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *p = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *)o;
  if (p->__pyx_v_binlabels) {
    e = (*v)(p->__pyx_v_binlabels, a); if (e) return e;
  }
  if (p->__pyx_v_vocab) {
    e = (*v)(((PyObject *)p->__pyx_v_vocab), a); if (e) return e;
  }
  return 0;
}

static int __pyx_tp_clear_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree(PyObject *o) {
  PyObject* tmp;
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *p = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *)o;
  tmp = ((PyObject*)p->__pyx_v_binlabels);
  p->__pyx_v_binlabels = ((PyObject*)Py_None); Py_INCREF(Py_None);
  Py_XDECREF(tmp);
  tmp = ((PyObject*)p->__pyx_v_vocab);
  p->__pyx_v_vocab = ((struct __pyx_obj_8discodop_10containers_Vocabulary *)Py_None); Py_INCREF(Py_None);
  Py_XDECREF(tmp);
  return 0;
}

static PyTypeObject __pyx_type_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree = {
  PyVarObject_HEAD_INIT(0, 0)
  "discodop._fragments.__pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree", /*tp_name*/
  sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree), /*tp_basicsize*/
  0, /*tp_itemsize*/
  __pyx_tp_dealloc_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree, /*tp_dealloc*/
  0, /*tp_print*/
  0, /*tp_getattr*/
  0, /*tp_setattr*/
  #if PY_MAJOR_VERSION < 3
  0, /*tp_compare*/
  #endif
  #if PY_MAJOR_VERSION >= 3
  0, /*tp_as_async*/
  #endif
  0, /*tp_repr*/
  0, /*tp_as_number*/
  0, /*tp_as_sequence*/
  0, /*tp_as_mapping*/
  0, /*tp_hash*/
  0, /*tp_call*/
  0, /*tp_str*/
  0, /*tp_getattro*/
  0, /*tp_setattro*/
  0, /*tp_as_buffer*/
  Py_TPFLAGS_DEFAULT|Py_TPFLAGS_HAVE_VERSION_TAG|Py_TPFLAGS_CHECKTYPES|Py_TPFLAGS_HAVE_NEWBUFFER|Py_TPFLAGS_HAVE_GC, /*tp_flags*/
  0, /*tp_doc*/
  __pyx_tp_traverse_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree, /*tp_traverse*/
  __pyx_tp_clear_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree, /*tp_clear*/
  0, /*tp_richcompare*/
  0, /*tp_weaklistoffset*/
  0, /*tp_iter*/
  0, /*tp_iternext*/
  0, /*tp_methods*/
  0, /*tp_members*/
  0, /*tp_getset*/
  0, /*tp_base*/
  0, /*tp_dict*/
  0, /*tp_descr_get*/
  0, /*tp_descr_set*/
  0, /*tp_dictoffset*/
  0, /*tp_init*/
  0, /*tp_alloc*/
  __pyx_tp_new_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree, /*tp_new*/
  0, /*tp_free*/
  0, /*tp_is_gc*/
  0, /*tp_bases*/
  0, /*tp_mro*/
  0, /*tp_cache*/
  0, /*tp_subclasses*/
  0, /*tp_weaklist*/
  0, /*tp_del*/
  0, /*tp_version_tag*/
  #if PY_VERSION_HEX >= 0x030400a1
  0, /*tp_finalize*/
  #endif
};

static struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr *__pyx_freelist_8discodop_10_fragments___pyx_scope_struct_2_genexpr[8];
static int __pyx_freecount_8discodop_10_fragments___pyx_scope_struct_2_genexpr = 0;

static PyObject *__pyx_tp_new_8discodop_10_fragments___pyx_scope_struct_2_genexpr(PyTypeObject *t, CYTHON_UNUSED PyObject *a, CYTHON_UNUSED PyObject *k) {
  PyObject *o;
  if (CYTHON_COMPILING_IN_CPYTHON && likely((__pyx_freecount_8discodop_10_fragments___pyx_scope_struct_2_genexpr > 0) & (t->tp_basicsize == sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr)))) {
    o = (PyObject*)__pyx_freelist_8discodop_10_fragments___pyx_scope_struct_2_genexpr[--__pyx_freecount_8discodop_10_fragments___pyx_scope_struct_2_genexpr];
    memset(o, 0, sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr));
    (void) PyObject_INIT(o, t);
    PyObject_GC_Track(o);
  } else {
    o = (*t->tp_alloc)(t, 0);
    if (unlikely(!o)) return 0;
  }
  return o;
}

static void __pyx_tp_dealloc_8discodop_10_fragments___pyx_scope_struct_2_genexpr(PyObject *o) {
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr *p = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr *)o;
  PyObject_GC_UnTrack(o);
  Py_CLEAR(p->__pyx_outer_scope);
  Py_CLEAR(p->__pyx_v_x);
  if (CYTHON_COMPILING_IN_CPYTHON && ((__pyx_freecount_8discodop_10_fragments___pyx_scope_struct_2_genexpr < 8) & (Py_TYPE(o)->tp_basicsize == sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr)))) {
    __pyx_freelist_8discodop_10_fragments___pyx_scope_struct_2_genexpr[__pyx_freecount_8discodop_10_fragments___pyx_scope_struct_2_genexpr++] = ((struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr *)o);
  } else {
    (*Py_TYPE(o)->tp_free)(o);
  }
}

static int __pyx_tp_traverse_8discodop_10_fragments___pyx_scope_struct_2_genexpr(PyObject *o, visitproc v, void *a) {
  int e;
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr *p = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr *)o;
  if (p->__pyx_outer_scope) {
    e = (*v)(((PyObject *)p->__pyx_outer_scope), a); if (e) return e;
  }
  if (p->__pyx_v_x) {
    e = (*v)(p->__pyx_v_x, a); if (e) return e;
  }
  return 0;
}

static int __pyx_tp_clear_8discodop_10_fragments___pyx_scope_struct_2_genexpr(PyObject *o) {
  PyObject* tmp;
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr *p = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr *)o;
  tmp = ((PyObject*)p->__pyx_outer_scope);
  p->__pyx_outer_scope = ((struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *)Py_None); Py_INCREF(Py_None);
  Py_XDECREF(tmp);
  tmp = ((PyObject*)p->__pyx_v_x);
  p->__pyx_v_x = Py_None; Py_INCREF(Py_None);
  Py_XDECREF(tmp);
  return 0;
}

static PyTypeObject __pyx_type_8discodop_10_fragments___pyx_scope_struct_2_genexpr = {
  PyVarObject_HEAD_INIT(0, 0)
  "discodop._fragments.__pyx_scope_struct_2_genexpr", /*tp_name*/
  sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_2_genexpr), /*tp_basicsize*/
  0, /*tp_itemsize*/
  __pyx_tp_dealloc_8discodop_10_fragments___pyx_scope_struct_2_genexpr, /*tp_dealloc*/
  0, /*tp_print*/
  0, /*tp_getattr*/
  0, /*tp_setattr*/
  #if PY_MAJOR_VERSION < 3
  0, /*tp_compare*/
  #endif
  #if PY_MAJOR_VERSION >= 3
  0, /*tp_as_async*/
  #endif
  0, /*tp_repr*/
  0, /*tp_as_number*/
  0, /*tp_as_sequence*/
  0, /*tp_as_mapping*/
  0, /*tp_hash*/
  0, /*tp_call*/
  0, /*tp_str*/
  0, /*tp_getattro*/
  0, /*tp_setattro*/
  0, /*tp_as_buffer*/
  Py_TPFLAGS_DEFAULT|Py_TPFLAGS_HAVE_VERSION_TAG|Py_TPFLAGS_CHECKTYPES|Py_TPFLAGS_HAVE_NEWBUFFER|Py_TPFLAGS_HAVE_GC, /*tp_flags*/
  0, /*tp_doc*/
  __pyx_tp_traverse_8discodop_10_fragments___pyx_scope_struct_2_genexpr, /*tp_traverse*/
  __pyx_tp_clear_8discodop_10_fragments___pyx_scope_struct_2_genexpr, /*tp_clear*/
  0, /*tp_richcompare*/
  0, /*tp_weaklistoffset*/
  0, /*tp_iter*/
  0, /*tp_iternext*/
  0, /*tp_methods*/
  0, /*tp_members*/
  0, /*tp_getset*/
  0, /*tp_base*/
  0, /*tp_dict*/
  0, /*tp_descr_get*/
  0, /*tp_descr_set*/
  0, /*tp_dictoffset*/
  0, /*tp_init*/
  0, /*tp_alloc*/
  __pyx_tp_new_8discodop_10_fragments___pyx_scope_struct_2_genexpr, /*tp_new*/
  0, /*tp_free*/
  0, /*tp_is_gc*/
  0, /*tp_bases*/
  0, /*tp_mro*/
  0, /*tp_cache*/
  0, /*tp_subclasses*/
  0, /*tp_weaklist*/
  0, /*tp_del*/
  0, /*tp_version_tag*/
  #if PY_VERSION_HEX >= 0x030400a1
  0, /*tp_finalize*/
  #endif
};

static struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr *__pyx_freelist_8discodop_10_fragments___pyx_scope_struct_3_genexpr[8];
static int __pyx_freecount_8discodop_10_fragments___pyx_scope_struct_3_genexpr = 0;

static PyObject *__pyx_tp_new_8discodop_10_fragments___pyx_scope_struct_3_genexpr(PyTypeObject *t, CYTHON_UNUSED PyObject *a, CYTHON_UNUSED PyObject *k) {
  PyObject *o;
  if (CYTHON_COMPILING_IN_CPYTHON && likely((__pyx_freecount_8discodop_10_fragments___pyx_scope_struct_3_genexpr > 0) & (t->tp_basicsize == sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr)))) {
    o = (PyObject*)__pyx_freelist_8discodop_10_fragments___pyx_scope_struct_3_genexpr[--__pyx_freecount_8discodop_10_fragments___pyx_scope_struct_3_genexpr];
    memset(o, 0, sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr));
    (void) PyObject_INIT(o, t);
    PyObject_GC_Track(o);
  } else {
    o = (*t->tp_alloc)(t, 0);
    if (unlikely(!o)) return 0;
  }
  return o;
}

static void __pyx_tp_dealloc_8discodop_10_fragments___pyx_scope_struct_3_genexpr(PyObject *o) {
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr *p = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr *)o;
  PyObject_GC_UnTrack(o);
  Py_CLEAR(p->__pyx_outer_scope);
  Py_CLEAR(p->__pyx_v_x);
  if (CYTHON_COMPILING_IN_CPYTHON && ((__pyx_freecount_8discodop_10_fragments___pyx_scope_struct_3_genexpr < 8) & (Py_TYPE(o)->tp_basicsize == sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr)))) {
    __pyx_freelist_8discodop_10_fragments___pyx_scope_struct_3_genexpr[__pyx_freecount_8discodop_10_fragments___pyx_scope_struct_3_genexpr++] = ((struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr *)o);
  } else {
    (*Py_TYPE(o)->tp_free)(o);
  }
}

static int __pyx_tp_traverse_8discodop_10_fragments___pyx_scope_struct_3_genexpr(PyObject *o, visitproc v, void *a) {
  int e;
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr *p = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr *)o;
  if (p->__pyx_outer_scope) {
    e = (*v)(((PyObject *)p->__pyx_outer_scope), a); if (e) return e;
  }
  if (p->__pyx_v_x) {
    e = (*v)(p->__pyx_v_x, a); if (e) return e;
  }
  return 0;
}

static int __pyx_tp_clear_8discodop_10_fragments___pyx_scope_struct_3_genexpr(PyObject *o) {
  PyObject* tmp;
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr *p = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr *)o;
  tmp = ((PyObject*)p->__pyx_outer_scope);
  p->__pyx_outer_scope = ((struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *)Py_None); Py_INCREF(Py_None);
  Py_XDECREF(tmp);
  tmp = ((PyObject*)p->__pyx_v_x);
  p->__pyx_v_x = Py_None; Py_INCREF(Py_None);
  Py_XDECREF(tmp);
  return 0;
}

static PyTypeObject __pyx_type_8discodop_10_fragments___pyx_scope_struct_3_genexpr = {
  PyVarObject_HEAD_INIT(0, 0)
  "discodop._fragments.__pyx_scope_struct_3_genexpr", /*tp_name*/
  sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_3_genexpr), /*tp_basicsize*/
  0, /*tp_itemsize*/
  __pyx_tp_dealloc_8discodop_10_fragments___pyx_scope_struct_3_genexpr, /*tp_dealloc*/
  0, /*tp_print*/
  0, /*tp_getattr*/
  0, /*tp_setattr*/
  #if PY_MAJOR_VERSION < 3
  0, /*tp_compare*/
  #endif
  #if PY_MAJOR_VERSION >= 3
  0, /*tp_as_async*/
  #endif
  0, /*tp_repr*/
  0, /*tp_as_number*/
  0, /*tp_as_sequence*/
  0, /*tp_as_mapping*/
  0, /*tp_hash*/
  0, /*tp_call*/
  0, /*tp_str*/
  0, /*tp_getattro*/
  0, /*tp_setattro*/
  0, /*tp_as_buffer*/
  Py_TPFLAGS_DEFAULT|Py_TPFLAGS_HAVE_VERSION_TAG|Py_TPFLAGS_CHECKTYPES|Py_TPFLAGS_HAVE_NEWBUFFER|Py_TPFLAGS_HAVE_GC, /*tp_flags*/
  0, /*tp_doc*/
  __pyx_tp_traverse_8discodop_10_fragments___pyx_scope_struct_3_genexpr, /*tp_traverse*/
  __pyx_tp_clear_8discodop_10_fragments___pyx_scope_struct_3_genexpr, /*tp_clear*/
  0, /*tp_richcompare*/
  0, /*tp_weaklistoffset*/
  0, /*tp_iter*/
  0, /*tp_iternext*/
  0, /*tp_methods*/
  0, /*tp_members*/
  0, /*tp_getset*/
  0, /*tp_base*/
  0, /*tp_dict*/
  0, /*tp_descr_get*/
  0, /*tp_descr_set*/
  0, /*tp_dictoffset*/
  0, /*tp_init*/
  0, /*tp_alloc*/
  __pyx_tp_new_8discodop_10_fragments___pyx_scope_struct_3_genexpr, /*tp_new*/
  0, /*tp_free*/
  0, /*tp_is_gc*/
  0, /*tp_bases*/
  0, /*tp_mro*/
  0, /*tp_cache*/
  0, /*tp_subclasses*/
  0, /*tp_weaklist*/
  0, /*tp_del*/
  0, /*tp_version_tag*/
  #if PY_VERSION_HEX >= 0x030400a1
  0, /*tp_finalize*/
  #endif
};

static struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr *__pyx_freelist_8discodop_10_fragments___pyx_scope_struct_4_genexpr[8];
static int __pyx_freecount_8discodop_10_fragments___pyx_scope_struct_4_genexpr = 0;

static PyObject *__pyx_tp_new_8discodop_10_fragments___pyx_scope_struct_4_genexpr(PyTypeObject *t, CYTHON_UNUSED PyObject *a, CYTHON_UNUSED PyObject *k) {
  PyObject *o;
  if (CYTHON_COMPILING_IN_CPYTHON && likely((__pyx_freecount_8discodop_10_fragments___pyx_scope_struct_4_genexpr > 0) & (t->tp_basicsize == sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr)))) {
    o = (PyObject*)__pyx_freelist_8discodop_10_fragments___pyx_scope_struct_4_genexpr[--__pyx_freecount_8discodop_10_fragments___pyx_scope_struct_4_genexpr];
    memset(o, 0, sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr));
    (void) PyObject_INIT(o, t);
    PyObject_GC_Track(o);
  } else {
    o = (*t->tp_alloc)(t, 0);
    if (unlikely(!o)) return 0;
  }
  return o;
}

static void __pyx_tp_dealloc_8discodop_10_fragments___pyx_scope_struct_4_genexpr(PyObject *o) {
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr *p = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr *)o;
  PyObject_GC_UnTrack(o);
  Py_CLEAR(p->__pyx_outer_scope);
  Py_CLEAR(p->__pyx_v_x);
  if (CYTHON_COMPILING_IN_CPYTHON && ((__pyx_freecount_8discodop_10_fragments___pyx_scope_struct_4_genexpr < 8) & (Py_TYPE(o)->tp_basicsize == sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr)))) {
    __pyx_freelist_8discodop_10_fragments___pyx_scope_struct_4_genexpr[__pyx_freecount_8discodop_10_fragments___pyx_scope_struct_4_genexpr++] = ((struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr *)o);
  } else {
    (*Py_TYPE(o)->tp_free)(o);
  }
}

static int __pyx_tp_traverse_8discodop_10_fragments___pyx_scope_struct_4_genexpr(PyObject *o, visitproc v, void *a) {
  int e;
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr *p = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr *)o;
  if (p->__pyx_outer_scope) {
    e = (*v)(((PyObject *)p->__pyx_outer_scope), a); if (e) return e;
  }
  if (p->__pyx_v_x) {
    e = (*v)(p->__pyx_v_x, a); if (e) return e;
  }
  return 0;
}

static int __pyx_tp_clear_8discodop_10_fragments___pyx_scope_struct_4_genexpr(PyObject *o) {
  PyObject* tmp;
  struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr *p = (struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr *)o;
  tmp = ((PyObject*)p->__pyx_outer_scope);
  p->__pyx_outer_scope = ((struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree *)Py_None); Py_INCREF(Py_None);
  Py_XDECREF(tmp);
  tmp = ((PyObject*)p->__pyx_v_x);
  p->__pyx_v_x = Py_None; Py_INCREF(Py_None);
  Py_XDECREF(tmp);
  return 0;
}

static PyTypeObject __pyx_type_8discodop_10_fragments___pyx_scope_struct_4_genexpr = {
  PyVarObject_HEAD_INIT(0, 0)
  "discodop._fragments.__pyx_scope_struct_4_genexpr", /*tp_name*/
  sizeof(struct __pyx_obj_8discodop_10_fragments___pyx_scope_struct_4_genexpr), /*tp_basicsize*/
  0, /*tp_itemsize*/
  __pyx_tp_dealloc_8discodop_10_fragments___pyx_scope_struct_4_genexpr, /*tp_dealloc*/
  0, /*tp_print*/
  0, /*tp_getattr*/
  0, /*tp_setattr*/
  #if PY_MAJOR_VERSION < 3
  0, /*tp_compare*/
  #endif
  #if PY_MAJOR_VERSION >= 3
  0, /*tp_as_async*/
  #endif
  0, /*tp_repr*/
  0, /*tp_as_number*/
  0, /*tp_as_sequence*/
  0, /*tp_as_mapping*/
  0, /*tp_hash*/
  0, /*tp_call*/
  0, /*tp_str*/
  0, /*tp_getattro*/
  0, /*tp_setattro*/
  0, /*tp_as_buffer*/
  Py_TPFLAGS_DEFAULT|Py_TPFLAGS_HAVE_VERSION_TAG|Py_TPFLAGS_CHECKTYPES|Py_TPFLAGS_HAVE_NEWBUFFER|Py_TPFLAGS_HAVE_GC, /*tp_flags*/
  0, /*tp_doc*/
  __pyx_tp_traverse_8discodop_10_fragments___pyx_scope_struct_4_genexpr, /*tp_traverse*/
  __pyx_tp_clear_8discodop_10_fragments___pyx_scope_struct_4_genexpr, /*tp_clear*/
  0, /*tp_richcompare*/
  0, /*tp_weaklistoffset*/
  0, /*tp_iter*/
  0, /*tp_iternext*/
  0, /*tp_methods*/
  0, /*tp_members*/
  0, /*tp_getset*/
  0, /*tp_base*/
  0, /*tp_dict*/
  0, /*tp_descr_get*/
  0, /*tp_descr_set*/
  0, /*tp_dictoffset*/
  0, /*tp_init*/
  0, /*tp_alloc*/
  __pyx_tp_new_8discodop_10_fragments___pyx_scope_struct_4_genexpr, /*tp_new*/
  0, /*tp_free*/
  0, /*tp_is_gc*/
  0, /*tp_bases*/
  0, /*tp_mro*/
  0, /*tp_cache*/
  0, /*tp_subclasses*/
  0, /*tp_weaklist*/
  0, /*tp_del*/
  0, /*tp_version_tag*/
  #if PY_VERSION_HEX >= 0x030400a1
  0, /*tp_finalize*/
  #endif
};

static PyMethodDef __pyx_methods[] = {
  {"extractfragments", (PyCFunction)__pyx_pw_8discodop_10_fragments_1extractfragments, METH_VARARGS|METH_KEYWORDS, __pyx_doc_8discodop_10_fragments_extractfragments},
  {"exactcounts", (PyCFunction)__pyx_pw_8discodop_10_fragments_3exactcounts, METH_VARARGS|METH_KEYWORDS, __pyx_doc_8discodop_10_fragments_2exactcounts},
  {"exactcountsslice", (PyCFunction)__pyx_pw_8discodop_10_fragments_5exactcountsslice, METH_VARARGS|METH_KEYWORDS, __pyx_doc_8discodop_10_fragments_4exactcountsslice},
  {"completebitsets", (PyCFunction)__pyx_pw_8discodop_10_fragments_7completebitsets, METH_VARARGS|METH_KEYWORDS, __pyx_doc_8discodop_10_fragments_6completebitsets},
  {0, 0, 0, 0}
};

#if PY_MAJOR_VERSION >= 3
static struct PyModuleDef __pyx_moduledef = {
  #if PY_VERSION_HEX < 0x03020000
    { PyObject_HEAD_INIT(NULL) NULL, 0, NULL },
  #else
    PyModuleDef_HEAD_INIT,
  #endif
    "_fragments",
    __pyx_k_Fragment_extraction_with_tree_ke, /* m_doc */
    -1, /* m_size */
    __pyx_methods /* m_methods */,
    NULL, /* m_reload */
    NULL, /* m_traverse */
    NULL, /* m_clear */
    NULL /* m_free */
};
#endif

static __Pyx_StringTabEntry __pyx_string_tab[] = {
  {&__pyx_kp_u_0_9, __pyx_k_0_9, sizeof(__pyx_k_0_9), 0, 1, 0, 0},
  {&__pyx_kp_u_0_9_0_9_b, __pyx_k_0_9_0_9_b, sizeof(__pyx_k_0_9_0_9_b), 0, 1, 0, 0},
  {&__pyx_kp_u_0_9_0_9_b_2, __pyx_k_0_9_0_9_b_2, sizeof(__pyx_k_0_9_0_9_b_2), 0, 1, 0, 0},
  {&__pyx_kp_u_0_nodes_found, __pyx_k_0_nodes_found, sizeof(__pyx_k_0_nodes_found), 0, 1, 0, 0},
  {&__pyx_kp_u_1, __pyx_k_1, sizeof(__pyx_k_1), 0, 1, 0, 0},
  {&__pyx_kp_u_2d, __pyx_k_2d, sizeof(__pyx_k_2d), 0, 1, 0, 0},
  {&__pyx_kp_u_2d_2, __pyx_k_2d_2, sizeof(__pyx_k_2d_2), 0, 1, 0, 0},
  {&__pyx_n_s_Counter, __pyx_k_Counter, sizeof(__pyx_k_Counter), 0, 0, 1, 1},
  {&__pyx_kp_u_Expected_Tree_node_got_s_r, __pyx_k_Expected_Tree_node_got_s_r, sizeof(__pyx_k_Expected_Tree_node_got_s_r), 0, 1, 0, 0},
  {&__pyx_n_s_FRONTIERORTERMRE, __pyx_k_FRONTIERORTERMRE, sizeof(__pyx_k_FRONTIERORTERMRE), 0, 0, 1, 1},
  {&__pyx_n_s_FRONTIERRE, __pyx_k_FRONTIERRE, sizeof(__pyx_k_FRONTIERRE), 0, 0, 1, 1},
  {&__pyx_kp_u_Generate_bitsets_corresponding_t, __pyx_k_Generate_bitsets_corresponding_t, sizeof(__pyx_k_Generate_bitsets_corresponding_t), 0, 1, 0, 0},
  {&__pyx_n_u_I, __pyx_k_I, sizeof(__pyx_k_I), 0, 1, 0, 1},
  {&__pyx_n_u_L, __pyx_k_L, sizeof(__pyx_k_L), 0, 1, 0, 1},
  {&__pyx_n_s_MemoryError, __pyx_k_MemoryError, sizeof(__pyx_k_MemoryError), 0, 0, 1, 1},
  {&__pyx_n_s_READERS, __pyx_k_READERS, sizeof(__pyx_k_READERS), 0, 0, 1, 1},
  {&__pyx_n_s_RoaringBitmap, __pyx_k_RoaringBitmap, sizeof(__pyx_k_RoaringBitmap), 0, 0, 1, 1},
  {&__pyx_n_s_SLOTS, __pyx_k_SLOTS, sizeof(__pyx_k_SLOTS), 0, 0, 1, 1},
  {&__pyx_n_s_TERMINDICESRE, __pyx_k_TERMINDICESRE, sizeof(__pyx_k_TERMINDICESRE), 0, 0, 1, 1},
  {&__pyx_n_s_TREEPARSEMSG, __pyx_k_TREEPARSEMSG, sizeof(__pyx_k_TREEPARSEMSG), 0, 0, 1, 1},
  {&__pyx_n_s_Tree, __pyx_k_Tree, sizeof(__pyx_k_Tree), 0, 0, 1, 1},
  {&__pyx_n_s_ValueError, __pyx_k_ValueError, sizeof(__pyx_k_ValueError), 0, 0, 1, 1},
  {&__pyx_kp_u_Wrapper_of_getsent_to_make_docte, __pyx_k_Wrapper_of_getsent_to_make_docte, sizeof(__pyx_k_Wrapper_of_getsent_to_make_docte), 0, 1, 0, 0},
  {&__pyx_kp_u__12, __pyx_k__12, sizeof(__pyx_k__12), 0, 1, 0, 0},
  {&__pyx_kp_u__16, __pyx_k__16, sizeof(__pyx_k__16), 0, 1, 0, 0},
  {&__pyx_kp_u__2, __pyx_k__2, sizeof(__pyx_k__2), 0, 1, 0, 0},
  {&__pyx_n_s__39, __pyx_k__39, sizeof(__pyx_k__39), 0, 0, 1, 1},
  {&__pyx_kp_u__4, __pyx_k__4, sizeof(__pyx_k__4), 0, 1, 0, 0},
  {&__pyx_kp_u__5, __pyx_k__5, sizeof(__pyx_k__5), 0, 1, 0, 0},
  {&__pyx_kp_u__6, __pyx_k__6, sizeof(__pyx_k__6), 0, 1, 0, 0},
  {&__pyx_kp_u__7, __pyx_k__7, sizeof(__pyx_k__7), 0, 1, 0, 0},
  {&__pyx_n_s_adjacent, __pyx_k_adjacent, sizeof(__pyx_k_adjacent), 0, 0, 1, 1},
  {&__pyx_n_s_all, __pyx_k_all, sizeof(__pyx_k_all), 0, 0, 1, 1},
  {&__pyx_n_s_allfragments, __pyx_k_allfragments, sizeof(__pyx_k_allfragments), 0, 0, 1, 1},
  {&__pyx_n_u_allfragments, __pyx_k_allfragments, sizeof(__pyx_k_allfragments), 0, 1, 0, 1},
  {&__pyx_kp_u_allocation_error, __pyx_k_allocation_error, sizeof(__pyx_k_allocation_error), 0, 1, 0, 0},
  {&__pyx_n_s_any, __pyx_k_any, sizeof(__pyx_k_any), 0, 0, 1, 1},
  {&__pyx_n_s_append, __pyx_k_append, sizeof(__pyx_k_append), 0, 0, 1, 1},
  {&__pyx_n_s_approx, __pyx_k_approx, sizeof(__pyx_k_approx), 0, 0, 1, 1},
  {&__pyx_n_s_args, __pyx_k_args, sizeof(__pyx_k_args), 0, 0, 1, 1},
  {&__pyx_n_s_array, __pyx_k_array, sizeof(__pyx_k_array), 0, 0, 1, 1},
  {&__pyx_n_s_binarize, __pyx_k_binarize, sizeof(__pyx_k_binarize), 0, 0, 1, 1},
  {&__pyx_n_s_binfactor, __pyx_k_binfactor, sizeof(__pyx_k_binfactor), 0, 0, 1, 1},
  {&__pyx_n_s_bitsets, __pyx_k_bitsets, sizeof(__pyx_k_bitsets), 0, 0, 1, 1},
  {&__pyx_n_u_both, __pyx_k_both, sizeof(__pyx_k_both), 0, 1, 0, 1},
  {&__pyx_n_u_bracket, __pyx_k_bracket, sizeof(__pyx_k_bracket), 0, 1, 0, 1},
  {&__pyx_n_s_children, __pyx_k_children, sizeof(__pyx_k_children), 0, 0, 1, 1},
  {&__pyx_n_s_cline_in_traceback, __pyx_k_cline_in_traceback, sizeof(__pyx_k_cline_in_traceback), 0, 0, 1, 1},
  {&__pyx_n_s_close, __pyx_k_close, sizeof(__pyx_k_close), 0, 0, 1, 1},
  {&__pyx_n_s_cnt, __pyx_k_cnt, sizeof(__pyx_k_cnt), 0, 0, 1, 1},
  {&__pyx_n_s_collections, __pyx_k_collections, sizeof(__pyx_k_collections), 0, 0, 1, 1},
  {&__pyx_kp_u_common_productions, __pyx_k_common_productions, sizeof(__pyx_k_common_productions), 0, 1, 0, 0},
  {&__pyx_n_s_compile, __pyx_k_compile, sizeof(__pyx_k_compile), 0, 0, 1, 1},
  {&__pyx_n_u_completebitsets, __pyx_k_completebitsets, sizeof(__pyx_k_completebitsets), 0, 1, 0, 1},
  {&__pyx_kp_u_completebitsets_line_575, __pyx_k_completebitsets_line_575, sizeof(__pyx_k_completebitsets_line_575), 0, 1, 0, 0},
  {&__pyx_n_s_corpus, __pyx_k_corpus, sizeof(__pyx_k_corpus), 0, 0, 1, 1},
  {&__pyx_n_s_ctrees, __pyx_k_ctrees, sizeof(__pyx_k_ctrees), 0, 0, 1, 1},
  {&__pyx_n_s_ctrees1, __pyx_k_ctrees1, sizeof(__pyx_k_ctrees1), 0, 0, 1, 1},
  {&__pyx_n_s_ctrees2, __pyx_k_ctrees2, sizeof(__pyx_k_ctrees2), 0, 0, 1, 1},
  {&__pyx_kp_u_d, __pyx_k_d, sizeof(__pyx_k_d), 0, 1, 0, 0},
  {&__pyx_n_s_d_2, __pyx_k_d_2, sizeof(__pyx_k_d_2), 0, 0, 1, 1},
  {&__pyx_kp_u_d_d, __pyx_k_d_d, sizeof(__pyx_k_d_d), 0, 1, 0, 0},
  {&__pyx_kp_u_d_s, __pyx_k_d_s, sizeof(__pyx_k_d_s), 0, 1, 0, 0},
  {&__pyx_n_s_data, __pyx_k_data, sizeof(__pyx_k_data), 0, 0, 1, 1},
  {&__pyx_n_s_debug, __pyx_k_debug, sizeof(__pyx_k_debug), 0, 0, 1, 1},
  {&__pyx_n_s_depth, __pyx_k_depth, sizeof(__pyx_k_depth), 0, 0, 1, 1},
  {&__pyx_n_s_disc, __pyx_k_disc, sizeof(__pyx_k_disc), 0, 0, 1, 1},
  {&__pyx_n_s_discodop__fragments, __pyx_k_discodop__fragments, sizeof(__pyx_k_discodop__fragments), 0, 0, 1, 1},
  {&__pyx_kp_s_discodop__fragments_pyx, __pyx_k_discodop__fragments_pyx, sizeof(__pyx_k_discodop__fragments_pyx), 0, 0, 1, 0},
  {&__pyx_n_s_dot, __pyx_k_dot, sizeof(__pyx_k_dot), 0, 0, 1, 1},
  {&__pyx_n_s_encoding, __pyx_k_encoding, sizeof(__pyx_k_encoding), 0, 0, 1, 1},
  {&__pyx_n_s_end, __pyx_k_end, sizeof(__pyx_k_end), 0, 0, 1, 1},
  {&__pyx_n_s_end1, __pyx_k_end1, sizeof(__pyx_k_end1), 0, 0, 1, 1},
  {&__pyx_n_s_end2, __pyx_k_end2, sizeof(__pyx_k_end2), 0, 0, 1, 1},
  {&__pyx_n_s_enumerate, __pyx_k_enumerate, sizeof(__pyx_k_enumerate), 0, 0, 1, 1},
  {&__pyx_kp_u_error_d_in_line_d_s_s, __pyx_k_error_d_in_line_d_s_s, sizeof(__pyx_k_error_d_in_line_d_s_s), 0, 1, 0, 0},
  {&__pyx_n_s_escape, __pyx_k_escape, sizeof(__pyx_k_escape), 0, 0, 1, 1},
  {&__pyx_n_u_exactcounts, __pyx_k_exactcounts, sizeof(__pyx_k_exactcounts), 0, 1, 0, 1},
  {&__pyx_n_u_exactcountsslice, __pyx_k_exactcountsslice, sizeof(__pyx_k_exactcountsslice), 0, 1, 0, 1},
  {&__pyx_n_s_extend, __pyx_k_extend, sizeof(__pyx_k_extend), 0, 0, 1, 1},
  {&__pyx_n_u_extractfragments, __pyx_k_extractfragments, sizeof(__pyx_k_extractfragments), 0, 1, 0, 1},
  {&__pyx_n_s_extractsent, __pyx_k_extractsent, sizeof(__pyx_k_extractsent), 0, 0, 1, 1},
  {&__pyx_n_s_f, __pyx_k_f, sizeof(__pyx_k_f), 0, 0, 1, 1},
  {&__pyx_n_s_findall, __pyx_k_findall, sizeof(__pyx_k_findall), 0, 0, 1, 1},
  {&__pyx_n_s_fmt, __pyx_k_fmt, sizeof(__pyx_k_fmt), 0, 0, 1, 1},
  {&__pyx_kp_u_found, __pyx_k_found, sizeof(__pyx_k_found), 0, 1, 0, 0},
  {&__pyx_n_s_frag, __pyx_k_frag, sizeof(__pyx_k_frag), 0, 0, 1, 1},
  {&__pyx_n_s_fragments, __pyx_k_fragments, sizeof(__pyx_k_fragments), 0, 0, 1, 1},
  {&__pyx_n_s_frags, __pyx_k_frags, sizeof(__pyx_k_frags), 0, 0, 1, 1},
  {&__pyx_kp_u_frontier_non_terminal, __pyx_k_frontier_non_terminal, sizeof(__pyx_k_frontier_non_terminal), 0, 1, 0, 0},
  {&__pyx_n_s_frontiers, __pyx_k_frontiers, sizeof(__pyx_k_frontiers), 0, 0, 1, 1},
  {&__pyx_n_s_functools, __pyx_k_functools, sizeof(__pyx_k_functools), 0, 0, 1, 1},
  {&__pyx_n_s_genexpr, __pyx_k_genexpr, sizeof(__pyx_k_genexpr), 0, 0, 1, 1},
  {&__pyx_n_s_getctrees, __pyx_k_getctrees, sizeof(__pyx_k_getctrees), 0, 0, 1, 1},
  {&__pyx_n_u_getctrees, __pyx_k_getctrees, sizeof(__pyx_k_getctrees), 0, 1, 0, 1},
  {&__pyx_n_s_grammar, __pyx_k_grammar, sizeof(__pyx_k_grammar), 0, 0, 1, 1},
  {&__pyx_n_s_group, __pyx_k_group, sizeof(__pyx_k_group), 0, 0, 1, 1},
  {&__pyx_n_u_h, __pyx_k_h, sizeof(__pyx_k_h), 0, 1, 0, 1},
  {&__pyx_n_s_handledisc, __pyx_k_handledisc, sizeof(__pyx_k_handledisc), 0, 0, 1, 1},
  {&__pyx_n_u_horz, __pyx_k_horz, sizeof(__pyx_k_horz), 0, 1, 0, 1},
  {&__pyx_n_s_i, __pyx_k_i, sizeof(__pyx_k_i), 0, 0, 1, 1},
  {&__pyx_n_u_i, __pyx_k_i, sizeof(__pyx_k_i), 0, 1, 0, 1},
  {&__pyx_kp_u_idx_2d_left_2d_right_2d_prod_2d, __pyx_k_idx_2d_left_2d_right_2d_prod_2d, sizeof(__pyx_k_idx_2d_left_2d_right_2d_prod_2d), 0, 1, 0, 0},
  {&__pyx_kp_u_illegal_index_d, __pyx_k_illegal_index_d, sizeof(__pyx_k_illegal_index_d), 0, 1, 0, 0},
  {&__pyx_n_s_import, __pyx_k_import, sizeof(__pyx_k_import), 0, 0, 1, 1},
  {&__pyx_n_s_index, __pyx_k_index, sizeof(__pyx_k_index), 0, 0, 1, 1},
  {&__pyx_n_s_indextrees, __pyx_k_indextrees, sizeof(__pyx_k_indextrees), 0, 0, 1, 1},
  {&__pyx_n_s_indices, __pyx_k_indices, sizeof(__pyx_k_indices), 0, 0, 1, 1},
  {&__pyx_n_s_inter, __pyx_k_inter, sizeof(__pyx_k_inter), 0, 0, 1, 1},
  {&__pyx_n_s_intersection, __pyx_k_intersection, sizeof(__pyx_k_intersection), 0, 0, 1, 1},
  {&__pyx_n_s_io, __pyx_k_io, sizeof(__pyx_k_io), 0, 0, 1, 1},
  {&__pyx_n_s_isinf, __pyx_k_isinf, sizeof(__pyx_k_isinf), 0, 0, 1, 1},
  {&__pyx_n_s_islice, __pyx_k_islice, sizeof(__pyx_k_islice), 0, 0, 1, 1},
  {&__pyx_n_s_item, __pyx_k_item, sizeof(__pyx_k_item), 0, 0, 1, 1},
  {&__pyx_n_s_items, __pyx_k_items, sizeof(__pyx_k_items), 0, 0, 1, 1},
  {&__pyx_n_s_items1, __pyx_k_items1, sizeof(__pyx_k_items1), 0, 0, 1, 1},
  {&__pyx_n_s_items2, __pyx_k_items2, sizeof(__pyx_k_items2), 0, 0, 1, 1},
  {&__pyx_n_s_itertools, __pyx_k_itertools, sizeof(__pyx_k_itertools), 0, 0, 1, 1},
  {&__pyx_n_s_itertrees, __pyx_k_itertrees, sizeof(__pyx_k_itertrees), 0, 0, 1, 1},
  {&__pyx_n_s_labels, __pyx_k_labels, sizeof(__pyx_k_labels), 0, 0, 1, 1},
  {&__pyx_n_s_lcfrsproductions, __pyx_k_lcfrsproductions, sizeof(__pyx_k_lcfrsproductions), 0, 0, 1, 1},
  {&__pyx_n_s_limit, __pyx_k_limit, sizeof(__pyx_k_limit), 0, 0, 1, 1},
  {&__pyx_n_s_line, __pyx_k_line, sizeof(__pyx_k_line), 0, 0, 1, 1},
  {&__pyx_n_s_m, __pyx_k_m, sizeof(__pyx_k_m), 0, 0, 1, 1},
  {&__pyx_n_s_main, __pyx_k_main, sizeof(__pyx_k_main), 0, 0, 1, 1},
  {&__pyx_n_s_match, __pyx_k_match, sizeof(__pyx_k_match), 0, 0, 1, 1},
  {&__pyx_n_s_max, __pyx_k_max, sizeof(__pyx_k_max), 0, 0, 1, 1},
  {&__pyx_n_s_maxdepth, __pyx_k_maxdepth, sizeof(__pyx_k_maxdepth), 0, 0, 1, 1},
  {&__pyx_n_s_maxfrontier, __pyx_k_maxfrontier, sizeof(__pyx_k_maxfrontier), 0, 0, 1, 1},
  {&__pyx_n_s_maxnodes, __pyx_k_maxnodes, sizeof(__pyx_k_maxnodes), 0, 0, 1, 1},
  {&__pyx_n_s_maxresults, __pyx_k_maxresults, sizeof(__pyx_k_maxresults), 0, 0, 1, 1},
  {&__pyx_kp_u_missing_terminal_index, __pyx_k_missing_terminal_index, sizeof(__pyx_k_missing_terminal_index), 0, 1, 0, 0},
  {&__pyx_n_s_n, __pyx_k_n, sizeof(__pyx_k_n), 0, 0, 1, 1},
  {&__pyx_n_s_nodes, __pyx_k_nodes, sizeof(__pyx_k_nodes), 0, 0, 1, 1},
  {&__pyx_n_s_openread, __pyx_k_openread, sizeof(__pyx_k_openread), 0, 0, 1, 1},
  {&__pyx_n_s_os, __pyx_k_os, sizeof(__pyx_k_os), 0, 0, 1, 1},
  {&__pyx_n_s_partial, __pyx_k_partial, sizeof(__pyx_k_partial), 0, 0, 1, 1},
  {&__pyx_n_s_pop, __pyx_k_pop, sizeof(__pyx_k_pop), 0, 0, 1, 1},
  {&__pyx_n_s_print, __pyx_k_print, sizeof(__pyx_k_print), 0, 0, 1, 1},
  {&__pyx_n_s_printrule, __pyx_k_printrule, sizeof(__pyx_k_printrule), 0, 0, 1, 1},
  {&__pyx_n_s_prodsintree, __pyx_k_prodsintree, sizeof(__pyx_k_prodsintree), 0, 0, 1, 1},
  {&__pyx_n_s_pygetsent, __pyx_k_pygetsent, sizeof(__pyx_k_pygetsent), 0, 0, 1, 1},
  {&__pyx_n_u_pygetsent, __pyx_k_pygetsent, sizeof(__pyx_k_pygetsent), 0, 1, 0, 1},
  {&__pyx_kp_u_pygetsent_line_813, __pyx_k_pygetsent_line_813, sizeof(__pyx_k_pygetsent_line_813), 0, 1, 0, 0},
  {&__pyx_n_s_pyx_vtable, __pyx_k_pyx_vtable, sizeof(__pyx_k_pyx_vtable), 0, 0, 1, 1},
  {&__pyx_n_s_r, __pyx_k_r, sizeof(__pyx_k_r), 0, 0, 1, 1},
  {&__pyx_kp_u_r_appears_to_be_empty, __pyx_k_r_appears_to_be_empty, sizeof(__pyx_k_r_appears_to_be_empty), 0, 1, 0, 0},
  {&__pyx_n_s_range, __pyx_k_range, sizeof(__pyx_k_range), 0, 0, 1, 1},
  {&__pyx_n_s_re, __pyx_k_re, sizeof(__pyx_k_re), 0, 0, 1, 1},
  {&__pyx_n_s_readtree_locals_genexpr, __pyx_k_readtree_locals_genexpr, sizeof(__pyx_k_readtree_locals_genexpr), 0, 0, 1, 1},
  {&__pyx_n_s_readtreebank, __pyx_k_readtreebank, sizeof(__pyx_k_readtreebank), 0, 0, 1, 1},
  {&__pyx_n_u_readtreebank, __pyx_k_readtreebank, sizeof(__pyx_k_readtreebank), 0, 1, 0, 1},
  {&__pyx_n_s_repl, __pyx_k_repl, sizeof(__pyx_k_repl), 0, 0, 1, 1},
  {&__pyx_n_u_repl, __pyx_k_repl, sizeof(__pyx_k_repl), 0, 1, 0, 1},
  {&__pyx_n_s_repl_locals_f, __pyx_k_repl_locals_f, sizeof(__pyx_k_repl_locals_f), 0, 0, 1, 1},
  {&__pyx_kp_u_right_child_can_only_be_non_term, __pyx_k_right_child_can_only_be_non_term, sizeof(__pyx_k_right_child_can_only_be_non_term), 0, 1, 0, 0},
  {&__pyx_n_s_roaringbitmap, __pyx_k_roaringbitmap, sizeof(__pyx_k_roaringbitmap), 0, 0, 1, 1},
  {&__pyx_kp_u_s_s, __pyx_k_s_s, sizeof(__pyx_k_s_s), 0, 1, 0, 0},
  {&__pyx_kp_u_s_s_s, __pyx_k_s_s_s, sizeof(__pyx_k_s_s_s), 0, 1, 0, 0},
  {&__pyx_n_s_scratch, __pyx_k_scratch, sizeof(__pyx_k_scratch), 0, 0, 1, 1},
  {&__pyx_n_s_send, __pyx_k_send, sizeof(__pyx_k_send), 0, 0, 1, 1},
  {&__pyx_n_s_sent, __pyx_k_sent, sizeof(__pyx_k_sent), 0, 0, 1, 1},
  {&__pyx_n_s_stack, __pyx_k_stack, sizeof(__pyx_k_stack), 0, 0, 1, 1},
  {&__pyx_kp_u_stack_not_empty_after_end_of_str, __pyx_k_stack_not_empty_after_end_of_str, sizeof(__pyx_k_stack_not_empty_after_end_of_str), 0, 1, 0, 0},
  {&__pyx_n_s_start, __pyx_k_start, sizeof(__pyx_k_start), 0, 0, 1, 1},
  {&__pyx_n_s_start1, __pyx_k_start1, sizeof(__pyx_k_start1), 0, 0, 1, 1},
  {&__pyx_n_s_start2, __pyx_k_start2, sizeof(__pyx_k_start2), 0, 0, 1, 1},
  {&__pyx_n_s_stop, __pyx_k_stop, sizeof(__pyx_k_stop), 0, 0, 1, 1},
  {&__pyx_n_s_sub, __pyx_k_sub, sizeof(__pyx_k_sub), 0, 0, 1, 1},
  {&__pyx_n_s_sum, __pyx_k_sum, sizeof(__pyx_k_sum), 0, 0, 1, 1},
  {&__pyx_n_s_sys, __pyx_k_sys, sizeof(__pyx_k_sys), 0, 0, 1, 1},
  {&__pyx_n_s_table, __pyx_k_table, sizeof(__pyx_k_table), 0, 0, 1, 1},
  {&__pyx_n_u_terminal, __pyx_k_terminal, sizeof(__pyx_k_terminal), 0, 1, 0, 1},
  {&__pyx_n_s_test, __pyx_k_test, sizeof(__pyx_k_test), 0, 0, 1, 1},
  {&__pyx_n_s_throw, __pyx_k_throw, sizeof(__pyx_k_throw), 0, 0, 1, 1},
  {&__pyx_n_s_tmp, __pyx_k_tmp, sizeof(__pyx_k_tmp), 0, 0, 1, 1},
  {&__pyx_n_s_tostring, __pyx_k_tostring, sizeof(__pyx_k_tostring), 0, 0, 1, 1},
  {&__pyx_n_s_tree, __pyx_k_tree, sizeof(__pyx_k_tree), 0, 0, 1, 1},
  {&__pyx_n_s_treebank, __pyx_k_treebank, sizeof(__pyx_k_treebank), 0, 0, 1, 1},
  {&__pyx_n_s_treebankfile, __pyx_k_treebankfile, sizeof(__pyx_k_treebankfile), 0, 0, 1, 1},
  {&__pyx_n_s_trees, __pyx_k_trees, sizeof(__pyx_k_trees), 0, 0, 1, 1},
  {&__pyx_n_s_trees1, __pyx_k_trees1, sizeof(__pyx_k_trees1), 0, 0, 1, 1},
  {&__pyx_n_s_trees2, __pyx_k_trees2, sizeof(__pyx_k_trees2), 0, 0, 1, 1},
  {&__pyx_kp_u_trees_must_be_non_empty_and_bina, __pyx_k_trees_must_be_non_empty_and_bina, sizeof(__pyx_k_trees_must_be_non_empty_and_bina), 0, 1, 0, 0},
  {&__pyx_n_s_treetransforms, __pyx_k_treetransforms, sizeof(__pyx_k_treetransforms), 0, 0, 1, 1},
  {&__pyx_n_s_twoterms, __pyx_k_twoterms, sizeof(__pyx_k_twoterms), 0, 0, 1, 1},
  {&__pyx_kp_u_unexpected_data_after_end_of_tre, __pyx_k_unexpected_data_after_end_of_tre, sizeof(__pyx_k_unexpected_data_after_end_of_tre), 0, 1, 0, 0},
  {&__pyx_kp_u_unexpected_data_after_terminal, __pyx_k_unexpected_data_after_terminal, sizeof(__pyx_k_unexpected_data_after_terminal), 0, 1, 0, 0},
  {&__pyx_kp_u_unexpected_end_of_string_after_c, __pyx_k_unexpected_end_of_string_after_c, sizeof(__pyx_k_unexpected_end_of_string_after_c), 0, 1, 0, 0},
  {&__pyx_kp_u_unexpected_end_of_string_after_l, __pyx_k_unexpected_end_of_string_after_l, sizeof(__pyx_k_unexpected_end_of_string_after_l), 0, 1, 0, 0},
  {&__pyx_kp_u_unexpected_end_of_string_after_o, __pyx_k_unexpected_end_of_string_after_o, sizeof(__pyx_k_unexpected_end_of_string_after_o), 0, 1, 0, 0},
  {&__pyx_n_u_utf8, __pyx_k_utf8, sizeof(__pyx_k_utf8), 0, 1, 0, 1},
  {&__pyx_n_s_util, __pyx_k_util, sizeof(__pyx_k_util), 0, 0, 1, 1},
  {&__pyx_n_u_vert, __pyx_k_vert, sizeof(__pyx_k_vert), 0, 1, 0, 1},
  {&__pyx_n_s_vocab, __pyx_k_vocab, sizeof(__pyx_k_vocab), 0, 0, 1, 1},
  {&__pyx_n_s_x, __pyx_k_x, sizeof(__pyx_k_x), 0, 0, 1, 1},
  {&__pyx_n_s_yf, __pyx_k_yf, sizeof(__pyx_k_yf), 0, 0, 1, 1},
  {0, 0, 0, 0, 0, 0, 0}
};
static int __Pyx_InitCachedBuiltins(void) {
  __pyx_builtin_MemoryError = __Pyx_GetBuiltinName(__pyx_n_s_MemoryError); if (!__pyx_builtin_MemoryError) __PYX_ERR(0, 160, __pyx_L1_error)
  __pyx_builtin_range = __Pyx_GetBuiltinName(__pyx_n_s_range); if (!__pyx_builtin_range) __PYX_ERR(0, 163, __pyx_L1_error)
  __pyx_builtin_ValueError = __Pyx_GetBuiltinName(__pyx_n_s_ValueError); if (!__pyx_builtin_ValueError) __PYX_ERR(0, 180, __pyx_L1_error)
  __pyx_builtin_print = __Pyx_GetBuiltinName(__pyx_n_s_print); if (!__pyx_builtin_print) __PYX_ERR(0, 209, __pyx_L1_error)
  __pyx_builtin_enumerate = __Pyx_GetBuiltinName(__pyx_n_s_enumerate); if (!__pyx_builtin_enumerate) __PYX_ERR(0, 376, __pyx_L1_error)
  __pyx_builtin_max = __Pyx_GetBuiltinName(__pyx_n_s_max); if (!__pyx_builtin_max) __PYX_ERR(0, 851, __pyx_L1_error)
  __pyx_builtin_sum = __Pyx_GetBuiltinName(__pyx_n_s_sum); if (!__pyx_builtin_sum) __PYX_ERR(0, 880, __pyx_L1_error)
  __pyx_builtin_any = __Pyx_GetBuiltinName(__pyx_n_s_any); if (!__pyx_builtin_any) __PYX_ERR(0, 882, __pyx_L1_error)
  return 0;
  __pyx_L1_error:;
  return -1;
}

static int __Pyx_InitCachedConstants(void) {
  __Pyx_RefNannyDeclarations
  __Pyx_RefNannySetupContext("__Pyx_InitCachedConstants", 0);

  /* "discodop/_fragments.pyx":160
 * 	scratch = <uint64_t *>malloc((SLOTS + 2) * sizeof(uint64_t))
 * 	if matrix is NULL or scratch is NULL:
 * 		raise MemoryError('allocation error')             # <<<<<<<<<<<<<<
 * 	end2 = min(end2 or trees2.len, trees2.len)
 * 	# loop over tree pairs to extract fragments from
 */
  __pyx_tuple_ = PyTuple_Pack(1, __pyx_kp_u_allocation_error); if (unlikely(!__pyx_tuple_)) __PYX_ERR(0, 160, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple_);
  __Pyx_GIVEREF(__pyx_tuple_);

  /* "discodop/_fragments.pyx":672
 * 	cdef uint64_t *scratch = <uint64_t *>malloc((SLOTS + 2) * sizeof(uint64_t))
 * 	if scratch is NULL:
 * 		raise MemoryError('allocation error')             # <<<<<<<<<<<<<<
 * 	for n in range(trees.len):
 * 		tree = trees.trees[n]
 */
  __pyx_tuple__3 = PyTuple_Pack(1, __pyx_kp_u_allocation_error); if (unlikely(!__pyx_tuple__3)) __PYX_ERR(0, 672, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__3);
  __Pyx_GIVEREF(__pyx_tuple__3);

  /* "discodop/_fragments.pyx":874
 * 		print('\n%2d' % n, vocab.getlabel((<Node>anodes[n]).prod)[:3], end='')
 * 		for m in range(b.len):
 * 			print('\t', end='')             # <<<<<<<<<<<<<<
 * 			print('1' if TESTBIT(&matrix[m * SLOTS], n) else ' ', end='')
 * 	print('\ncommon productions:', end=' ')
 */
  __pyx_tuple__8 = PyTuple_Pack(1, __pyx_kp_u__7); if (unlikely(!__pyx_tuple__8)) __PYX_ERR(0, 874, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__8);
  __Pyx_GIVEREF(__pyx_tuple__8);

  /* "discodop/_fragments.pyx":876
 * 			print('\t', end='')
 * 			print('1' if TESTBIT(&matrix[m * SLOTS], n) else ' ', end='')
 * 	print('\ncommon productions:', end=' ')             # <<<<<<<<<<<<<<
 * 	print(len({anodes[n].prod for n in range(a.len)} &
 * 			{bnodes[n].prod for n in range(b.len)}))
 */
  __pyx_tuple__9 = PyTuple_Pack(1, __pyx_kp_u_common_productions); if (unlikely(!__pyx_tuple__9)) __PYX_ERR(0, 876, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__9);
  __Pyx_GIVEREF(__pyx_tuple__9);

  /* "discodop/_fragments.pyx":879
 * 	print(len({anodes[n].prod for n in range(a.len)} &
 * 			{bnodes[n].prod for n in range(b.len)}))
 * 	print('found:', end=' ')             # <<<<<<<<<<<<<<
 * 	print('horz', sum([abitcount(&matrix[n * SLOTS], SLOTS) > 0
 * 			for n in range(b.len)]),
 */
  __pyx_tuple__10 = PyTuple_Pack(1, __pyx_kp_u_found); if (unlikely(!__pyx_tuple__10)) __PYX_ERR(0, 879, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__10);
  __Pyx_GIVEREF(__pyx_tuple__10);

  /* "discodop/_fragments.pyx":901
 * 				print('\t%s=%s' % ('terminal', vocab.getword(anodes[n].prod)))
 * 			else:
 * 				print('\tfrontier non-terminal')             # <<<<<<<<<<<<<<
 * 		else:
 * 			print()
 */
  __pyx_tuple__11 = PyTuple_Pack(1, __pyx_kp_u_frontier_non_terminal); if (unlikely(!__pyx_tuple__11)) __PYX_ERR(0, 901, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__11);
  __Pyx_GIVEREF(__pyx_tuple__11);

  /* "discodop/_fragments.pyx":914
 * 	"""
 * 	def f(x):
 * 		return d[int(x.group(1))]             # <<<<<<<<<<<<<<
 * 	return f
 * 
 */
  __pyx_tuple__13 = PyTuple_Pack(1, __pyx_int_1); if (unlikely(!__pyx_tuple__13)) __PYX_ERR(0, 914, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__13);
  __Pyx_GIVEREF(__pyx_tuple__13);

  /* "discodop/_fragments.pyx":913
 * 	"""A function for use with re.sub that looks up numeric IDs in a dict.
 * 	"""
 * 	def f(x):             # <<<<<<<<<<<<<<
 * 		return d[int(x.group(1))]
 * 	return f
 */
  __pyx_tuple__14 = PyTuple_Pack(1, __pyx_n_s_x); if (unlikely(!__pyx_tuple__14)) __PYX_ERR(0, 913, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__14);
  __Pyx_GIVEREF(__pyx_tuple__14);
  __pyx_codeobj__15 = (PyObject*)__Pyx_PyCode_New(1, 0, 1, 0, 0, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__14, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_discodop__fragments_pyx, __pyx_n_s_f, 913, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__15)) __PYX_ERR(0, 913, __pyx_L1_error)

  /* "discodop/_fragments.pyx":1105
 * 		result[n].right = -1
 * 	elif isinstance(tree[1], int):  # a terminal index
 * 		raise ValueError('right child can only be non-terminal.')             # <<<<<<<<<<<<<<
 * 	else:  # binary node
 * 		result[n].right = idx[0]
 */
  __pyx_tuple__17 = PyTuple_Pack(1, __pyx_kp_u_right_child_can_only_be_non_term); if (unlikely(!__pyx_tuple__17)) __PYX_ERR(0, 1105, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__17);
  __Pyx_GIVEREF(__pyx_tuple__17);

  /* "discodop/_fragments.pyx":1127
 * 	scratch = <Node *>malloc(maxnodes * sizeof(Node))
 * 	if scratch is NULL:
 * 		raise MemoryError('allocation error')             # <<<<<<<<<<<<<<
 * 	if vocab is None:
 * 		vocab = Vocabulary()
 */
  __pyx_tuple__18 = PyTuple_Pack(1, __pyx_kp_u_allocation_error); if (unlikely(!__pyx_tuple__18)) __PYX_ERR(0, 1127, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__18);
  __Pyx_GIVEREF(__pyx_tuple__18);

  /* "discodop/_fragments.pyx":1148
 * 				scratch = <Node *>realloc(scratch, maxnodes * sizeof(Node))
 * 				if scratch is NULL:
 * 					raise MemoryError('allocation error')             # <<<<<<<<<<<<<<
 * 			cnt = 0
 * 			copynodes(tree, prodsintree, scratch, &cnt)
 */
  __pyx_tuple__19 = PyTuple_Pack(1, __pyx_kp_u_allocation_error); if (unlikely(!__pyx_tuple__19)) __PYX_ERR(0, 1148, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__19);
  __Pyx_GIVEREF(__pyx_tuple__19);

  /* "discodop/_fragments.pyx":1179
 * 	scratch = <Node *>malloc(maxnodes * binfactor * sizeof(Node))
 * 	if scratch is NULL:
 * 		raise MemoryError('allocation error')             # <<<<<<<<<<<<<<
 * 	if fmt != 'bracket':
 * 		from .treebank import READERS
 */
  __pyx_tuple__20 = PyTuple_Pack(1, __pyx_kp_u_allocation_error); if (unlikely(!__pyx_tuple__20)) __PYX_ERR(0, 1179, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__20);
  __Pyx_GIVEREF(__pyx_tuple__20);

  /* "discodop/_fragments.pyx":1195
 * 						maxnodes * binfactor * sizeof(Node))
 * 				if scratch is NULL:
 * 					raise MemoryError('allocation error')             # <<<<<<<<<<<<<<
 * 			cnt = 0
 * 			copynodes(tree, prodsintree, scratch, &cnt)
 */
  __pyx_tuple__21 = PyTuple_Pack(1, __pyx_kp_u_allocation_error); if (unlikely(!__pyx_tuple__21)) __PYX_ERR(0, 1195, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__21);
  __Pyx_GIVEREF(__pyx_tuple__21);

  /* "discodop/_fragments.pyx":1211
 * 						maxnodes * binfactor * sizeof(Node))
 * 				if scratch is NULL:
 * 					raise MemoryError('allocation error')             # <<<<<<<<<<<<<<
 * 			cnt = readtree(line, vocab, scratch, stack, labels, children)
 * 			if cnt <= 0:
 */
  __pyx_tuple__22 = PyTuple_Pack(1, __pyx_kp_u_allocation_error); if (unlikely(!__pyx_tuple__22)) __PYX_ERR(0, 1211, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__22);
  __Pyx_GIVEREF(__pyx_tuple__22);

  /* "discodop/_fragments.pyx":1217
 * 						cnt, n, TREEPARSEMSG[-cnt], line))
 * 			ctrees.addnodes(scratch, cnt, 0)
 * 			del labels[:], children[:]             # <<<<<<<<<<<<<<
 * 		if not ctrees.len:
 * 			raise ValueError('%r appears to be empty' % treebankfile)
 */
  __pyx_slice__23 = PySlice_New(Py_None, Py_None, Py_None); if (unlikely(!__pyx_slice__23)) __PYX_ERR(0, 1217, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_slice__23);
  __Pyx_GIVEREF(__pyx_slice__23);

  /* "discodop/_fragments.pyx":45
 * 
 * # a template to create arrays of this type
 * cdef array ulongarray = array('L')             # <<<<<<<<<<<<<<
 * cdef array uintarray = array('I')
 * cdef array intarray = array('i')
 */
  __pyx_tuple__24 = PyTuple_Pack(1, __pyx_n_u_L); if (unlikely(!__pyx_tuple__24)) __PYX_ERR(0, 45, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__24);
  __Pyx_GIVEREF(__pyx_tuple__24);

  /* "discodop/_fragments.pyx":46
 * # a template to create arrays of this type
 * cdef array ulongarray = array('L')
 * cdef array uintarray = array('I')             # <<<<<<<<<<<<<<
 * cdef array intarray = array('i')
 * cdef array shortarray = array('h')
 */
  __pyx_tuple__25 = PyTuple_Pack(1, __pyx_n_u_I); if (unlikely(!__pyx_tuple__25)) __PYX_ERR(0, 46, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__25);
  __Pyx_GIVEREF(__pyx_tuple__25);

  /* "discodop/_fragments.pyx":47
 * cdef array ulongarray = array('L')
 * cdef array uintarray = array('I')
 * cdef array intarray = array('i')             # <<<<<<<<<<<<<<
 * cdef array shortarray = array('h')
 * 
 */
  __pyx_tuple__26 = PyTuple_Pack(1, __pyx_n_u_i); if (unlikely(!__pyx_tuple__26)) __PYX_ERR(0, 47, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__26);
  __Pyx_GIVEREF(__pyx_tuple__26);

  /* "discodop/_fragments.pyx":48
 * cdef array uintarray = array('I')
 * cdef array intarray = array('i')
 * cdef array shortarray = array('h')             # <<<<<<<<<<<<<<
 * 
 * FRONTIERORTERMRE = re.compile(r' ([0-9]+)(?:=|:[0-9]+\b)')  # all leaves
 */
  __pyx_tuple__27 = PyTuple_Pack(1, __pyx_n_u_h); if (unlikely(!__pyx_tuple__27)) __PYX_ERR(0, 48, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__27);
  __Pyx_GIVEREF(__pyx_tuple__27);

  /* "discodop/_fragments.pyx":50
 * cdef array shortarray = array('h')
 * 
 * FRONTIERORTERMRE = re.compile(r' ([0-9]+)(?:=|:[0-9]+\b)')  # all leaves             # <<<<<<<<<<<<<<
 * TERMINDICESRE = re.compile(r'\([^(]+ ([0-9]+)=[^ ()]+\)')  # term. indices
 * FRONTIERRE = re.compile(r' ([0-9]+):([0-9]+)\b')  # non-terminal frontiers
 */
  __pyx_tuple__28 = PyTuple_Pack(1, __pyx_kp_u_0_9_0_9_b); if (unlikely(!__pyx_tuple__28)) __PYX_ERR(0, 50, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__28);
  __Pyx_GIVEREF(__pyx_tuple__28);

  /* "discodop/_fragments.pyx":51
 * 
 * FRONTIERORTERMRE = re.compile(r' ([0-9]+)(?:=|:[0-9]+\b)')  # all leaves
 * TERMINDICESRE = re.compile(r'\([^(]+ ([0-9]+)=[^ ()]+\)')  # term. indices             # <<<<<<<<<<<<<<
 * FRONTIERRE = re.compile(r' ([0-9]+):([0-9]+)\b')  # non-terminal frontiers
 * TREEPARSEMSG = [
 */
  __pyx_tuple__29 = PyTuple_Pack(1, __pyx_kp_u_0_9); if (unlikely(!__pyx_tuple__29)) __PYX_ERR(0, 51, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__29);
  __Pyx_GIVEREF(__pyx_tuple__29);

  /* "discodop/_fragments.pyx":52
 * FRONTIERORTERMRE = re.compile(r' ([0-9]+)(?:=|:[0-9]+\b)')  # all leaves
 * TERMINDICESRE = re.compile(r'\([^(]+ ([0-9]+)=[^ ()]+\)')  # term. indices
 * FRONTIERRE = re.compile(r' ([0-9]+):([0-9]+)\b')  # non-terminal frontiers             # <<<<<<<<<<<<<<
 * TREEPARSEMSG = [
 * 		'0 nodes found',  # 0
 */
  __pyx_tuple__30 = PyTuple_Pack(1, __pyx_kp_u_0_9_0_9_b_2); if (unlikely(!__pyx_tuple__30)) __PYX_ERR(0, 52, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__30);
  __Pyx_GIVEREF(__pyx_tuple__30);

  /* "discodop/_fragments.pyx":652
 * 
 * 
 * def allfragments(Ctrees trees, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		unsigned int maxdepth, unsigned int maxfrontier=999, bint disc=True,
 * 		bint indices=False):
 */
  __pyx_tuple__31 = PyTuple_Pack(21, __pyx_n_s_trees, __pyx_n_s_vocab, __pyx_n_s_maxdepth, __pyx_n_s_maxfrontier, __pyx_n_s_disc, __pyx_n_s_indices, __pyx_n_s_tree, __pyx_n_s_nodes, __pyx_n_s_n, __pyx_n_s_SLOTS, __pyx_n_s_table, __pyx_n_s_tmp, __pyx_n_s_inter, __pyx_n_s_fragments, __pyx_n_s_scratch, __pyx_n_s_sent, __pyx_n_s_i, __pyx_n_s_frags, __pyx_n_s_frag, __pyx_n_s_depth, __pyx_n_s_frontiers); if (unlikely(!__pyx_tuple__31)) __PYX_ERR(0, 652, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__31);
  __Pyx_GIVEREF(__pyx_tuple__31);
  __pyx_codeobj__32 = (PyObject*)__Pyx_PyCode_New(6, 0, 21, 0, 0, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__31, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_discodop__fragments_pyx, __pyx_n_s_allfragments, 652, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__32)) __PYX_ERR(0, 652, __pyx_L1_error)

  /* "discodop/_fragments.pyx":813
 * 
 * 
 * def pygetsent(str frag):             # <<<<<<<<<<<<<<
 * 	"""Wrapper of ``getsent()`` to make doctests possible.
 * 
 */
  __pyx_tuple__33 = PyTuple_Pack(1, __pyx_n_s_frag); if (unlikely(!__pyx_tuple__33)) __PYX_ERR(0, 813, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__33);
  __Pyx_GIVEREF(__pyx_tuple__33);
  __pyx_codeobj__34 = (PyObject*)__Pyx_PyCode_New(1, 0, 1, 0, 0, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__33, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_discodop__fragments_pyx, __pyx_n_s_pygetsent, 813, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__34)) __PYX_ERR(0, 813, __pyx_L1_error)

  /* "discodop/_fragments.pyx":910
 * 
 * 
 * def repl(d):             # <<<<<<<<<<<<<<
 * 	"""A function for use with re.sub that looks up numeric IDs in a dict.
 * 	"""
 */
  __pyx_tuple__35 = PyTuple_Pack(3, __pyx_n_s_d_2, __pyx_n_s_f, __pyx_n_s_f); if (unlikely(!__pyx_tuple__35)) __PYX_ERR(0, 910, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__35);
  __Pyx_GIVEREF(__pyx_tuple__35);
  __pyx_codeobj__36 = (PyObject*)__Pyx_PyCode_New(1, 0, 3, 0, 0, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__35, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_discodop__fragments_pyx, __pyx_n_s_repl, 910, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__36)) __PYX_ERR(0, 910, __pyx_L1_error)

  /* "discodop/_fragments.pyx":1111
 * 
 * 
 * def getctrees(items1, items2=None, Vocabulary vocab=None, bint index=True):             # <<<<<<<<<<<<<<
 * 	"""Convert binarized Tree objects to Ctrees object.
 * 
 */
  __pyx_tuple__37 = PyTuple_Pack(17, __pyx_n_s_items1, __pyx_n_s_items2, __pyx_n_s_vocab, __pyx_n_s_index, __pyx_n_s_ctrees, __pyx_n_s_ctrees1, __pyx_n_s_ctrees2, __pyx_n_s_scratch, __pyx_n_s_cnt, __pyx_n_s_maxnodes, __pyx_n_s_m, __pyx_n_s_items, __pyx_n_s_tree, __pyx_n_s_sent, __pyx_n_s_prodsintree, __pyx_n_s_r, __pyx_n_s_yf); if (unlikely(!__pyx_tuple__37)) __PYX_ERR(0, 1111, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__37);
  __Pyx_GIVEREF(__pyx_tuple__37);
  __pyx_codeobj__38 = (PyObject*)__Pyx_PyCode_New(4, 0, 17, 0, 0, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__37, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_discodop__fragments_pyx, __pyx_n_s_getctrees, 1111, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__38)) __PYX_ERR(0, 1111, __pyx_L1_error)

  /* "discodop/_fragments.pyx":1158
 * 
 * 
 * def readtreebank(treebankfile, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		fmt='bracket', limit=None, encoding='utf8'):
 * 	"""Read a treebank from a given filename.
 */
  __pyx_tuple__40 = PyTuple_Pack(24, __pyx_n_s_treebankfile, __pyx_n_s_vocab, __pyx_n_s_fmt, __pyx_n_s_limit, __pyx_n_s_encoding, __pyx_n_s_ctrees, __pyx_n_s_scratch, __pyx_n_s_maxnodes, __pyx_n_s_binfactor, __pyx_n_s_cnt, __pyx_n_s_n, __pyx_n_s_line, __pyx_n_s_stack, __pyx_n_s_labels, __pyx_n_s_children, __pyx_n_s_READERS, __pyx_n_s_corpus, __pyx_n_s__39, __pyx_n_s_item, __pyx_n_s_tree, __pyx_n_s_prodsintree, __pyx_n_s_r, __pyx_n_s_yf, __pyx_n_s_data); if (unlikely(!__pyx_tuple__40)) __PYX_ERR(0, 1158, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_tuple__40);
  __Pyx_GIVEREF(__pyx_tuple__40);
  __pyx_codeobj__41 = (PyObject*)__Pyx_PyCode_New(5, 0, 24, 0, 0, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__40, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_discodop__fragments_pyx, __pyx_n_s_readtreebank, 1158, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__41)) __PYX_ERR(0, 1158, __pyx_L1_error)
  __Pyx_RefNannyFinishContext();
  return 0;
  __pyx_L1_error:;
  __Pyx_RefNannyFinishContext();
  return -1;
}

static int __Pyx_InitGlobals(void) {
  __pyx_umethod_PyList_Type_pop.type = (PyObject*)&PyList_Type;
  if (__Pyx_InitStrings(__pyx_string_tab) < 0) __PYX_ERR(0, 1, __pyx_L1_error);
  __pyx_int_0 = PyInt_FromLong(0); if (unlikely(!__pyx_int_0)) __PYX_ERR(0, 1, __pyx_L1_error)
  __pyx_int_1 = PyInt_FromLong(1); if (unlikely(!__pyx_int_1)) __PYX_ERR(0, 1, __pyx_L1_error)
  __pyx_int_460 = PyInt_FromLong(460); if (unlikely(!__pyx_int_460)) __PYX_ERR(0, 1, __pyx_L1_error)
  __pyx_int_512 = PyInt_FromLong(512); if (unlikely(!__pyx_int_512)) __PYX_ERR(0, 1, __pyx_L1_error)
  return 0;
  __pyx_L1_error:;
  return -1;
}

#if PY_MAJOR_VERSION < 3
PyMODINIT_FUNC init_fragments(void); /*proto*/
PyMODINIT_FUNC init_fragments(void)
#else
PyMODINIT_FUNC PyInit__fragments(void); /*proto*/
PyMODINIT_FUNC PyInit__fragments(void)
#endif
{
  PyObject *__pyx_t_1 = NULL;
  PyObject *__pyx_t_2 = NULL;
  PyObject *__pyx_t_3 = NULL;
  __Pyx_RefNannyDeclarations
  #if CYTHON_REFNANNY
  __Pyx_RefNanny = __Pyx_RefNannyImportAPI("refnanny");
  if (!__Pyx_RefNanny) {
      PyErr_Clear();
      __Pyx_RefNanny = __Pyx_RefNannyImportAPI("Cython.Runtime.refnanny");
      if (!__Pyx_RefNanny)
          Py_FatalError("failed to import 'refnanny' module");
  }
  #endif
  __Pyx_RefNannySetupContext("PyMODINIT_FUNC PyInit__fragments(void)", 0);
  if (__Pyx_check_binary_version() < 0) __PYX_ERR(0, 1, __pyx_L1_error)
  __pyx_empty_tuple = PyTuple_New(0); if (unlikely(!__pyx_empty_tuple)) __PYX_ERR(0, 1, __pyx_L1_error)
  __pyx_empty_bytes = PyBytes_FromStringAndSize("", 0); if (unlikely(!__pyx_empty_bytes)) __PYX_ERR(0, 1, __pyx_L1_error)
  __pyx_empty_unicode = PyUnicode_FromStringAndSize("", 0); if (unlikely(!__pyx_empty_unicode)) __PYX_ERR(0, 1, __pyx_L1_error)
  #ifdef __Pyx_CyFunction_USED
  if (__pyx_CyFunction_init() < 0) __PYX_ERR(0, 1, __pyx_L1_error)
  #endif
  #ifdef __Pyx_FusedFunction_USED
  if (__pyx_FusedFunction_init() < 0) __PYX_ERR(0, 1, __pyx_L1_error)
  #endif
  #ifdef __Pyx_Coroutine_USED
  if (__pyx_Coroutine_init() < 0) __PYX_ERR(0, 1, __pyx_L1_error)
  #endif
  #ifdef __Pyx_Generator_USED
  if (__pyx_Generator_init() < 0) __PYX_ERR(0, 1, __pyx_L1_error)
  #endif
  #ifdef __Pyx_StopAsyncIteration_USED
  if (__pyx_StopAsyncIteration_init() < 0) __PYX_ERR(0, 1, __pyx_L1_error)
  #endif
  /*--- Library function declarations ---*/
  /*--- Threads initialization code ---*/
  #if defined(__PYX_FORCE_INIT_THREADS) && __PYX_FORCE_INIT_THREADS
  #ifdef WITH_THREAD /* Python build with threading support? */
  PyEval_InitThreads();
  #endif
  #endif
  /*--- Module creation code ---*/
  #if PY_MAJOR_VERSION < 3
  __pyx_m = Py_InitModule4("_fragments", __pyx_methods, __pyx_k_Fragment_extraction_with_tree_ke, 0, PYTHON_API_VERSION); Py_XINCREF(__pyx_m);
  #else
  __pyx_m = PyModule_Create(&__pyx_moduledef);
  #endif
  if (unlikely(!__pyx_m)) __PYX_ERR(0, 1, __pyx_L1_error)
  __pyx_d = PyModule_GetDict(__pyx_m); if (unlikely(!__pyx_d)) __PYX_ERR(0, 1, __pyx_L1_error)
  Py_INCREF(__pyx_d);
  __pyx_b = PyImport_AddModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_b)) __PYX_ERR(0, 1, __pyx_L1_error)
  __pyx_cython_runtime = PyImport_AddModule((char *) "cython_runtime"); if (unlikely(!__pyx_cython_runtime)) __PYX_ERR(0, 1, __pyx_L1_error)
  #if CYTHON_COMPILING_IN_PYPY
  Py_INCREF(__pyx_b);
  #endif
  if (PyObject_SetAttrString(__pyx_m, "__builtins__", __pyx_b) < 0) __PYX_ERR(0, 1, __pyx_L1_error);
  /*--- Initialize various global constants etc. ---*/
  if (__Pyx_InitGlobals() < 0) __PYX_ERR(0, 1, __pyx_L1_error)
  #if PY_MAJOR_VERSION < 3 && (__PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT)
  if (__Pyx_init_sys_getdefaultencoding_params() < 0) __PYX_ERR(0, 1, __pyx_L1_error)
  #endif
  if (__pyx_module_is_main_discodop___fragments) {
    if (PyObject_SetAttrString(__pyx_m, "__name__", __pyx_n_s_main) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
  }
  #if PY_MAJOR_VERSION >= 3
  {
    PyObject *modules = PyImport_GetModuleDict(); if (unlikely(!modules)) __PYX_ERR(0, 1, __pyx_L1_error)
    if (!PyDict_GetItemString(modules, "discodop._fragments")) {
      if (unlikely(PyDict_SetItemString(modules, "discodop._fragments", __pyx_m) < 0)) __PYX_ERR(0, 1, __pyx_L1_error)
    }
  }
  #endif
  /*--- Builtin init code ---*/
  if (__Pyx_InitCachedBuiltins() < 0) __PYX_ERR(0, 1, __pyx_L1_error)
  /*--- Constants init code ---*/
  if (__Pyx_InitCachedConstants() < 0) __PYX_ERR(0, 1, __pyx_L1_error)
  /*--- Global init code ---*/
  __pyx_v_8discodop_10_fragments_ulongarray = ((arrayobject *)Py_None); Py_INCREF(Py_None);
  __pyx_v_8discodop_10_fragments_uintarray = ((arrayobject *)Py_None); Py_INCREF(Py_None);
  __pyx_v_8discodop_10_fragments_intarray = ((arrayobject *)Py_None); Py_INCREF(Py_None);
  __pyx_v_8discodop_10_fragments_shortarray = ((arrayobject *)Py_None); Py_INCREF(Py_None);
  /*--- Variable export code ---*/
  /*--- Function export code ---*/
  /*--- Type init code ---*/
  if (PyType_Ready(&__pyx_type_8discodop_10_fragments___pyx_scope_struct__repl) < 0) __PYX_ERR(0, 910, __pyx_L1_error)
  __pyx_type_8discodop_10_fragments___pyx_scope_struct__repl.tp_print = 0;
  __pyx_ptype_8discodop_10_fragments___pyx_scope_struct__repl = &__pyx_type_8discodop_10_fragments___pyx_scope_struct__repl;
  if (PyType_Ready(&__pyx_type_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree) < 0) __PYX_ERR(0, 918, __pyx_L1_error)
  __pyx_type_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree.tp_print = 0;
  __pyx_ptype_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree = &__pyx_type_8discodop_10_fragments___pyx_scope_struct_1___pyx_f_8discodop_10_fragments_readtree;
  if (PyType_Ready(&__pyx_type_8discodop_10_fragments___pyx_scope_struct_2_genexpr) < 0) __PYX_ERR(0, 1012, __pyx_L1_error)
  __pyx_type_8discodop_10_fragments___pyx_scope_struct_2_genexpr.tp_print = 0;
  __pyx_ptype_8discodop_10_fragments___pyx_scope_struct_2_genexpr = &__pyx_type_8discodop_10_fragments___pyx_scope_struct_2_genexpr;
  if (PyType_Ready(&__pyx_type_8discodop_10_fragments___pyx_scope_struct_3_genexpr) < 0) __PYX_ERR(0, 1032, __pyx_L1_error)
  __pyx_type_8discodop_10_fragments___pyx_scope_struct_3_genexpr.tp_print = 0;
  __pyx_ptype_8discodop_10_fragments___pyx_scope_struct_3_genexpr = &__pyx_type_8discodop_10_fragments___pyx_scope_struct_3_genexpr;
  if (PyType_Ready(&__pyx_type_8discodop_10_fragments___pyx_scope_struct_4_genexpr) < 0) __PYX_ERR(0, 1034, __pyx_L1_error)
  __pyx_type_8discodop_10_fragments___pyx_scope_struct_4_genexpr.tp_print = 0;
  __pyx_ptype_8discodop_10_fragments___pyx_scope_struct_4_genexpr = &__pyx_type_8discodop_10_fragments___pyx_scope_struct_4_genexpr;
  /*--- Type import code ---*/
  __pyx_ptype_7cpython_4type_type = __Pyx_ImportType(__Pyx_BUILTIN_MODULE_NAME, "type", 
  #if CYTHON_COMPILING_IN_PYPY
  sizeof(PyTypeObject),
  #else
  sizeof(PyHeapTypeObject),
  #endif
  0); if (unlikely(!__pyx_ptype_7cpython_4type_type)) __PYX_ERR(3, 9, __pyx_L1_error)
  __pyx_ptype_7cpython_5array_array = __Pyx_ImportType("array", "array", sizeof(arrayobject), 0); if (unlikely(!__pyx_ptype_7cpython_5array_array)) __PYX_ERR(2, 58, __pyx_L1_error)
  __pyx_ptype_8discodop_10containers_StringList = __Pyx_ImportType("discodop.containers", "StringList", sizeof(struct __pyx_obj_8discodop_10containers_StringList), 1); if (unlikely(!__pyx_ptype_8discodop_10containers_StringList)) __PYX_ERR(1, 509, __pyx_L1_error)
  __pyx_ptype_8discodop_10containers_StringIntDict = __Pyx_ImportType("discodop.containers", "StringIntDict", sizeof(struct __pyx_obj_8discodop_10containers_StringIntDict), 1); if (unlikely(!__pyx_ptype_8discodop_10containers_StringIntDict)) __PYX_ERR(1, 514, __pyx_L1_error)
  __pyx_ptype_8discodop_10containers_Grammar = __Pyx_ImportType("discodop.containers", "Grammar", sizeof(struct __pyx_obj_8discodop_10containers_Grammar), 1); if (unlikely(!__pyx_ptype_8discodop_10containers_Grammar)) __PYX_ERR(1, 519, __pyx_L1_error)
  __pyx_vtabptr_8discodop_10containers_Grammar = (struct __pyx_vtabstruct_8discodop_10containers_Grammar*)__Pyx_GetVtable(__pyx_ptype_8discodop_10containers_Grammar->tp_dict); if (unlikely(!__pyx_vtabptr_8discodop_10containers_Grammar)) __PYX_ERR(1, 519, __pyx_L1_error)
  __pyx_ptype_8discodop_10containers_Chart = __Pyx_ImportType("discodop.containers", "Chart", sizeof(struct __pyx_obj_8discodop_10containers_Chart), 1); if (unlikely(!__pyx_ptype_8discodop_10containers_Chart)) __PYX_ERR(1, 560, __pyx_L1_error)
  __pyx_vtabptr_8discodop_10containers_Chart = (struct __pyx_vtabstruct_8discodop_10containers_Chart*)__Pyx_GetVtable(__pyx_ptype_8discodop_10containers_Chart->tp_dict); if (unlikely(!__pyx_vtabptr_8discodop_10containers_Chart)) __PYX_ERR(1, 560, __pyx_L1_error)
  __pyx_ptype_8discodop_10containers_Whitelist = __Pyx_ImportType("discodop.containers", "Whitelist", sizeof(struct __pyx_obj_8discodop_10containers_Whitelist), 1); if (unlikely(!__pyx_ptype_8discodop_10containers_Whitelist)) __PYX_ERR(1, 591, __pyx_L1_error)
  __pyx_ptype_8discodop_10containers_Ctrees = __Pyx_ImportType("discodop.containers", "Ctrees", sizeof(struct __pyx_obj_8discodop_10containers_Ctrees), 1); if (unlikely(!__pyx_ptype_8discodop_10containers_Ctrees)) __PYX_ERR(1, 650, __pyx_L1_error)
  __pyx_vtabptr_8discodop_10containers_Ctrees = (struct __pyx_vtabstruct_8discodop_10containers_Ctrees*)__Pyx_GetVtable(__pyx_ptype_8discodop_10containers_Ctrees->tp_dict); if (unlikely(!__pyx_vtabptr_8discodop_10containers_Ctrees)) __PYX_ERR(1, 650, __pyx_L1_error)
  __pyx_ptype_8discodop_10containers_Vocabulary = __Pyx_ImportType("discodop.containers", "Vocabulary", sizeof(struct __pyx_obj_8discodop_10containers_Vocabulary), 1); if (unlikely(!__pyx_ptype_8discodop_10containers_Vocabulary)) __PYX_ERR(1, 677, __pyx_L1_error)
  __pyx_vtabptr_8discodop_10containers_Vocabulary = (struct __pyx_vtabstruct_8discodop_10containers_Vocabulary*)__Pyx_GetVtable(__pyx_ptype_8discodop_10containers_Vocabulary->tp_dict); if (unlikely(!__pyx_vtabptr_8discodop_10containers_Vocabulary)) __PYX_ERR(1, 677, __pyx_L1_error)
  __pyx_ptype_8discodop_10containers_FixedVocabulary = __Pyx_ImportType("discodop.containers", "FixedVocabulary", sizeof(struct __pyx_obj_8discodop_10containers_FixedVocabulary), 1); if (unlikely(!__pyx_ptype_8discodop_10containers_FixedVocabulary)) __PYX_ERR(1, 692, __pyx_L1_error)
  __pyx_vtabptr_8discodop_10containers_FixedVocabulary = (struct __pyx_vtabstruct_8discodop_10containers_FixedVocabulary*)__Pyx_GetVtable(__pyx_ptype_8discodop_10containers_FixedVocabulary->tp_dict); if (unlikely(!__pyx_vtabptr_8discodop_10containers_FixedVocabulary)) __PYX_ERR(1, 692, __pyx_L1_error)
  /*--- Variable import code ---*/
  __pyx_t_1 = __Pyx_ImportModule("discodop.containers"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
  if (__Pyx_ImportVoidPtr(__pyx_t_1, "log1e200", (void **)&__pyx_vp_8discodop_10containers_log1e200, "PyObject *") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
  Py_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  /*--- Function import code ---*/
  /*--- Execution code ---*/
  #if defined(__Pyx_Generator_USED) || defined(__Pyx_Coroutine_USED)
  if (__Pyx_patch_abc() < 0) __PYX_ERR(0, 1, __pyx_L1_error)
  #endif

  /* "discodop/_fragments.pyx":15
 * 
 * from __future__ import print_function
 * import re             # <<<<<<<<<<<<<<
 * import io
 * import os
 */
  __pyx_t_2 = __Pyx_Import(__pyx_n_s_re, 0, 0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 15, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_re, __pyx_t_2) < 0) __PYX_ERR(0, 15, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /* "discodop/_fragments.pyx":16
 * from __future__ import print_function
 * import re
 * import io             # <<<<<<<<<<<<<<
 * import os
 * import sys
 */
  __pyx_t_2 = __Pyx_Import(__pyx_n_s_io, 0, 0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 16, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_io, __pyx_t_2) < 0) __PYX_ERR(0, 16, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /* "discodop/_fragments.pyx":17
 * import re
 * import io
 * import os             # <<<<<<<<<<<<<<
 * import sys
 * from collections import Counter
 */
  __pyx_t_2 = __Pyx_Import(__pyx_n_s_os, 0, 0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 17, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_os, __pyx_t_2) < 0) __PYX_ERR(0, 17, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /* "discodop/_fragments.pyx":18
 * import io
 * import os
 * import sys             # <<<<<<<<<<<<<<
 * from collections import Counter
 * from functools import partial
 */
  __pyx_t_2 = __Pyx_Import(__pyx_n_s_sys, 0, 0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 18, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_sys, __pyx_t_2) < 0) __PYX_ERR(0, 18, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /* "discodop/_fragments.pyx":19
 * import os
 * import sys
 * from collections import Counter             # <<<<<<<<<<<<<<
 * from functools import partial
 * from itertools import islice
 */
  __pyx_t_2 = PyList_New(1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 19, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_INCREF(__pyx_n_s_Counter);
  __Pyx_GIVEREF(__pyx_n_s_Counter);
  PyList_SET_ITEM(__pyx_t_2, 0, __pyx_n_s_Counter);
  __pyx_t_3 = __Pyx_Import(__pyx_n_s_collections, __pyx_t_2, 0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 19, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __pyx_t_2 = __Pyx_ImportFrom(__pyx_t_3, __pyx_n_s_Counter); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 19, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_Counter, __pyx_t_2) < 0) __PYX_ERR(0, 19, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":20
 * import sys
 * from collections import Counter
 * from functools import partial             # <<<<<<<<<<<<<<
 * from itertools import islice
 * from array import array
 */
  __pyx_t_3 = PyList_New(1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 20, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_INCREF(__pyx_n_s_partial);
  __Pyx_GIVEREF(__pyx_n_s_partial);
  PyList_SET_ITEM(__pyx_t_3, 0, __pyx_n_s_partial);
  __pyx_t_2 = __Pyx_Import(__pyx_n_s_functools, __pyx_t_3, 0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 20, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
  __pyx_t_3 = __Pyx_ImportFrom(__pyx_t_2, __pyx_n_s_partial); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 20, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_partial, __pyx_t_3) < 0) __PYX_ERR(0, 20, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /* "discodop/_fragments.pyx":21
 * from collections import Counter
 * from functools import partial
 * from itertools import islice             # <<<<<<<<<<<<<<
 * from array import array
 * from roaringbitmap import RoaringBitmap
 */
  __pyx_t_2 = PyList_New(1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 21, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_INCREF(__pyx_n_s_islice);
  __Pyx_GIVEREF(__pyx_n_s_islice);
  PyList_SET_ITEM(__pyx_t_2, 0, __pyx_n_s_islice);
  __pyx_t_3 = __Pyx_Import(__pyx_n_s_itertools, __pyx_t_2, 0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 21, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __pyx_t_2 = __Pyx_ImportFrom(__pyx_t_3, __pyx_n_s_islice); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 21, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_islice, __pyx_t_2) < 0) __PYX_ERR(0, 21, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":22
 * from functools import partial
 * from itertools import islice
 * from array import array             # <<<<<<<<<<<<<<
 * from roaringbitmap import RoaringBitmap
 * from .tree import Tree, escape
 */
  __pyx_t_3 = PyList_New(1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 22, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_INCREF(__pyx_n_s_array);
  __Pyx_GIVEREF(__pyx_n_s_array);
  PyList_SET_ITEM(__pyx_t_3, 0, __pyx_n_s_array);
  __pyx_t_2 = __Pyx_Import(__pyx_n_s_array, __pyx_t_3, 0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 22, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /* "discodop/_fragments.pyx":23
 * from itertools import islice
 * from array import array
 * from roaringbitmap import RoaringBitmap             # <<<<<<<<<<<<<<
 * from .tree import Tree, escape
 * from .util import openread
 */
  __pyx_t_2 = PyList_New(1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 23, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_INCREF(__pyx_n_s_RoaringBitmap);
  __Pyx_GIVEREF(__pyx_n_s_RoaringBitmap);
  PyList_SET_ITEM(__pyx_t_2, 0, __pyx_n_s_RoaringBitmap);
  __pyx_t_3 = __Pyx_Import(__pyx_n_s_roaringbitmap, __pyx_t_2, 0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 23, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __pyx_t_2 = __Pyx_ImportFrom(__pyx_t_3, __pyx_n_s_RoaringBitmap); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 23, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_RoaringBitmap, __pyx_t_2) < 0) __PYX_ERR(0, 23, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":24
 * from array import array
 * from roaringbitmap import RoaringBitmap
 * from .tree import Tree, escape             # <<<<<<<<<<<<<<
 * from .util import openread
 * from .grammar import lcfrsproductions, printrule
 */
  __pyx_t_3 = PyList_New(2); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 24, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_INCREF(__pyx_n_s_Tree);
  __Pyx_GIVEREF(__pyx_n_s_Tree);
  PyList_SET_ITEM(__pyx_t_3, 0, __pyx_n_s_Tree);
  __Pyx_INCREF(__pyx_n_s_escape);
  __Pyx_GIVEREF(__pyx_n_s_escape);
  PyList_SET_ITEM(__pyx_t_3, 1, __pyx_n_s_escape);
  __pyx_t_2 = __Pyx_Import(__pyx_n_s_tree, __pyx_t_3, 1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 24, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
  __pyx_t_3 = __Pyx_ImportFrom(__pyx_t_2, __pyx_n_s_Tree); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 24, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_Tree, __pyx_t_3) < 0) __PYX_ERR(0, 24, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
  __pyx_t_3 = __Pyx_ImportFrom(__pyx_t_2, __pyx_n_s_escape); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 24, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_escape, __pyx_t_3) < 0) __PYX_ERR(0, 24, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /* "discodop/_fragments.pyx":25
 * from roaringbitmap import RoaringBitmap
 * from .tree import Tree, escape
 * from .util import openread             # <<<<<<<<<<<<<<
 * from .grammar import lcfrsproductions, printrule
 * from .treetransforms import binarize, handledisc
 */
  __pyx_t_2 = PyList_New(1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 25, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_INCREF(__pyx_n_s_openread);
  __Pyx_GIVEREF(__pyx_n_s_openread);
  PyList_SET_ITEM(__pyx_t_2, 0, __pyx_n_s_openread);
  __pyx_t_3 = __Pyx_Import(__pyx_n_s_util, __pyx_t_2, 1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 25, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __pyx_t_2 = __Pyx_ImportFrom(__pyx_t_3, __pyx_n_s_openread); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 25, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_openread, __pyx_t_2) < 0) __PYX_ERR(0, 25, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":26
 * from .tree import Tree, escape
 * from .util import openread
 * from .grammar import lcfrsproductions, printrule             # <<<<<<<<<<<<<<
 * from .treetransforms import binarize, handledisc
 * 
 */
  __pyx_t_3 = PyList_New(2); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 26, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_INCREF(__pyx_n_s_lcfrsproductions);
  __Pyx_GIVEREF(__pyx_n_s_lcfrsproductions);
  PyList_SET_ITEM(__pyx_t_3, 0, __pyx_n_s_lcfrsproductions);
  __Pyx_INCREF(__pyx_n_s_printrule);
  __Pyx_GIVEREF(__pyx_n_s_printrule);
  PyList_SET_ITEM(__pyx_t_3, 1, __pyx_n_s_printrule);
  __pyx_t_2 = __Pyx_Import(__pyx_n_s_grammar, __pyx_t_3, 1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 26, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
  __pyx_t_3 = __Pyx_ImportFrom(__pyx_t_2, __pyx_n_s_lcfrsproductions); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 26, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_lcfrsproductions, __pyx_t_3) < 0) __PYX_ERR(0, 26, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
  __pyx_t_3 = __Pyx_ImportFrom(__pyx_t_2, __pyx_n_s_printrule); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 26, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_printrule, __pyx_t_3) < 0) __PYX_ERR(0, 26, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /* "discodop/_fragments.pyx":27
 * from .util import openread
 * from .grammar import lcfrsproductions, printrule
 * from .treetransforms import binarize, handledisc             # <<<<<<<<<<<<<<
 * 
 * cimport cython
 */
  __pyx_t_2 = PyList_New(2); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 27, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_INCREF(__pyx_n_s_binarize);
  __Pyx_GIVEREF(__pyx_n_s_binarize);
  PyList_SET_ITEM(__pyx_t_2, 0, __pyx_n_s_binarize);
  __Pyx_INCREF(__pyx_n_s_handledisc);
  __Pyx_GIVEREF(__pyx_n_s_handledisc);
  PyList_SET_ITEM(__pyx_t_2, 1, __pyx_n_s_handledisc);
  __pyx_t_3 = __Pyx_Import(__pyx_n_s_treetransforms, __pyx_t_2, 1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 27, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __pyx_t_2 = __Pyx_ImportFrom(__pyx_t_3, __pyx_n_s_binarize); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 27, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_binarize, __pyx_t_2) < 0) __PYX_ERR(0, 27, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __pyx_t_2 = __Pyx_ImportFrom(__pyx_t_3, __pyx_n_s_handledisc); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 27, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_handledisc, __pyx_t_2) < 0) __PYX_ERR(0, 27, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":45
 * 
 * # a template to create arrays of this type
 * cdef array ulongarray = array('L')             # <<<<<<<<<<<<<<
 * cdef array uintarray = array('I')
 * cdef array intarray = array('i')
 */
  __pyx_t_3 = __Pyx_PyObject_Call(((PyObject *)__pyx_ptype_7cpython_5array_array), __pyx_tuple__24, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 45, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_XGOTREF(((PyObject *)__pyx_v_8discodop_10_fragments_ulongarray));
  __Pyx_DECREF_SET(__pyx_v_8discodop_10_fragments_ulongarray, ((arrayobject *)__pyx_t_3));
  __Pyx_GIVEREF(__pyx_t_3);
  __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":46
 * # a template to create arrays of this type
 * cdef array ulongarray = array('L')
 * cdef array uintarray = array('I')             # <<<<<<<<<<<<<<
 * cdef array intarray = array('i')
 * cdef array shortarray = array('h')
 */
  __pyx_t_3 = __Pyx_PyObject_Call(((PyObject *)__pyx_ptype_7cpython_5array_array), __pyx_tuple__25, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 46, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_XGOTREF(((PyObject *)__pyx_v_8discodop_10_fragments_uintarray));
  __Pyx_DECREF_SET(__pyx_v_8discodop_10_fragments_uintarray, ((arrayobject *)__pyx_t_3));
  __Pyx_GIVEREF(__pyx_t_3);
  __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":47
 * cdef array ulongarray = array('L')
 * cdef array uintarray = array('I')
 * cdef array intarray = array('i')             # <<<<<<<<<<<<<<
 * cdef array shortarray = array('h')
 * 
 */
  __pyx_t_3 = __Pyx_PyObject_Call(((PyObject *)__pyx_ptype_7cpython_5array_array), __pyx_tuple__26, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 47, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_XGOTREF(((PyObject *)__pyx_v_8discodop_10_fragments_intarray));
  __Pyx_DECREF_SET(__pyx_v_8discodop_10_fragments_intarray, ((arrayobject *)__pyx_t_3));
  __Pyx_GIVEREF(__pyx_t_3);
  __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":48
 * cdef array uintarray = array('I')
 * cdef array intarray = array('i')
 * cdef array shortarray = array('h')             # <<<<<<<<<<<<<<
 * 
 * FRONTIERORTERMRE = re.compile(r' ([0-9]+)(?:=|:[0-9]+\b)')  # all leaves
 */
  __pyx_t_3 = __Pyx_PyObject_Call(((PyObject *)__pyx_ptype_7cpython_5array_array), __pyx_tuple__27, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 48, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_XGOTREF(((PyObject *)__pyx_v_8discodop_10_fragments_shortarray));
  __Pyx_DECREF_SET(__pyx_v_8discodop_10_fragments_shortarray, ((arrayobject *)__pyx_t_3));
  __Pyx_GIVEREF(__pyx_t_3);
  __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":50
 * cdef array shortarray = array('h')
 * 
 * FRONTIERORTERMRE = re.compile(r' ([0-9]+)(?:=|:[0-9]+\b)')  # all leaves             # <<<<<<<<<<<<<<
 * TERMINDICESRE = re.compile(r'\([^(]+ ([0-9]+)=[^ ()]+\)')  # term. indices
 * FRONTIERRE = re.compile(r' ([0-9]+):([0-9]+)\b')  # non-terminal frontiers
 */
  __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_re); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 50, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_n_s_compile); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 50, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
  __pyx_t_3 = __Pyx_PyObject_Call(__pyx_t_2, __pyx_tuple__28, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 50, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_FRONTIERORTERMRE, __pyx_t_3) < 0) __PYX_ERR(0, 50, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":51
 * 
 * FRONTIERORTERMRE = re.compile(r' ([0-9]+)(?:=|:[0-9]+\b)')  # all leaves
 * TERMINDICESRE = re.compile(r'\([^(]+ ([0-9]+)=[^ ()]+\)')  # term. indices             # <<<<<<<<<<<<<<
 * FRONTIERRE = re.compile(r' ([0-9]+):([0-9]+)\b')  # non-terminal frontiers
 * TREEPARSEMSG = [
 */
  __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_re); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 51, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_n_s_compile); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 51, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
  __pyx_t_3 = __Pyx_PyObject_Call(__pyx_t_2, __pyx_tuple__29, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 51, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_TERMINDICESRE, __pyx_t_3) < 0) __PYX_ERR(0, 51, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":52
 * FRONTIERORTERMRE = re.compile(r' ([0-9]+)(?:=|:[0-9]+\b)')  # all leaves
 * TERMINDICESRE = re.compile(r'\([^(]+ ([0-9]+)=[^ ()]+\)')  # term. indices
 * FRONTIERRE = re.compile(r' ([0-9]+):([0-9]+)\b')  # non-terminal frontiers             # <<<<<<<<<<<<<<
 * TREEPARSEMSG = [
 * 		'0 nodes found',  # 0
 */
  __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_re); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 52, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_n_s_compile); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 52, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
  __pyx_t_3 = __Pyx_PyObject_Call(__pyx_t_2, __pyx_tuple__30, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 52, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_FRONTIERRE, __pyx_t_3) < 0) __PYX_ERR(0, 52, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":53
 * TERMINDICESRE = re.compile(r'\([^(]+ ([0-9]+)=[^ ()]+\)')  # term. indices
 * FRONTIERRE = re.compile(r' ([0-9]+):([0-9]+)\b')  # non-terminal frontiers
 * TREEPARSEMSG = [             # <<<<<<<<<<<<<<
 * 		'0 nodes found',  # 0
 * 		'unexpected end of string after opening paren',  # 1
 */
  __pyx_t_3 = PyList_New(8); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 53, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_INCREF(__pyx_kp_u_0_nodes_found);
  __Pyx_GIVEREF(__pyx_kp_u_0_nodes_found);
  PyList_SET_ITEM(__pyx_t_3, 0, __pyx_kp_u_0_nodes_found);
  __Pyx_INCREF(__pyx_kp_u_unexpected_end_of_string_after_o);
  __Pyx_GIVEREF(__pyx_kp_u_unexpected_end_of_string_after_o);
  PyList_SET_ITEM(__pyx_t_3, 1, __pyx_kp_u_unexpected_end_of_string_after_o);
  __Pyx_INCREF(__pyx_kp_u_unexpected_end_of_string_after_l);
  __Pyx_GIVEREF(__pyx_kp_u_unexpected_end_of_string_after_l);
  PyList_SET_ITEM(__pyx_t_3, 2, __pyx_kp_u_unexpected_end_of_string_after_l);
  __Pyx_INCREF(__pyx_kp_u_unexpected_end_of_string_after_c);
  __Pyx_GIVEREF(__pyx_kp_u_unexpected_end_of_string_after_c);
  PyList_SET_ITEM(__pyx_t_3, 3, __pyx_kp_u_unexpected_end_of_string_after_c);
  __Pyx_INCREF(__pyx_kp_u_unexpected_data_after_end_of_tre);
  __Pyx_GIVEREF(__pyx_kp_u_unexpected_data_after_end_of_tre);
  PyList_SET_ITEM(__pyx_t_3, 4, __pyx_kp_u_unexpected_data_after_end_of_tre);
  __Pyx_INCREF(__pyx_kp_u_unexpected_data_after_terminal);
  __Pyx_GIVEREF(__pyx_kp_u_unexpected_data_after_terminal);
  PyList_SET_ITEM(__pyx_t_3, 5, __pyx_kp_u_unexpected_data_after_terminal);
  __Pyx_INCREF(__pyx_kp_u_missing_terminal_index);
  __Pyx_GIVEREF(__pyx_kp_u_missing_terminal_index);
  PyList_SET_ITEM(__pyx_t_3, 6, __pyx_kp_u_missing_terminal_index);
  __Pyx_INCREF(__pyx_kp_u_stack_not_empty_after_end_of_str);
  __Pyx_GIVEREF(__pyx_kp_u_stack_not_empty_after_end_of_str);
  PyList_SET_ITEM(__pyx_t_3, 7, __pyx_kp_u_stack_not_empty_after_end_of_str);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_TREEPARSEMSG, __pyx_t_3) < 0) __PYX_ERR(0, 53, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":652
 * 
 * 
 * def allfragments(Ctrees trees, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		unsigned int maxdepth, unsigned int maxfrontier=999, bint disc=True,
 * 		bint indices=False):
 */
  __pyx_t_3 = PyCFunction_NewEx(&__pyx_mdef_8discodop_10_fragments_9allfragments, NULL, __pyx_n_s_discodop__fragments); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 652, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_allfragments, __pyx_t_3) < 0) __PYX_ERR(0, 652, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":813
 * 
 * 
 * def pygetsent(str frag):             # <<<<<<<<<<<<<<
 * 	"""Wrapper of ``getsent()`` to make doctests possible.
 * 
 */
  __pyx_t_3 = PyCFunction_NewEx(&__pyx_mdef_8discodop_10_fragments_11pygetsent, NULL, __pyx_n_s_discodop__fragments); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 813, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_pygetsent, __pyx_t_3) < 0) __PYX_ERR(0, 813, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":910
 * 
 * 
 * def repl(d):             # <<<<<<<<<<<<<<
 * 	"""A function for use with re.sub that looks up numeric IDs in a dict.
 * 	"""
 */
  __pyx_t_3 = PyCFunction_NewEx(&__pyx_mdef_8discodop_10_fragments_13repl, NULL, __pyx_n_s_discodop__fragments); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 910, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_repl, __pyx_t_3) < 0) __PYX_ERR(0, 910, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":1111
 * 
 * 
 * def getctrees(items1, items2=None, Vocabulary vocab=None, bint index=True):             # <<<<<<<<<<<<<<
 * 	"""Convert binarized Tree objects to Ctrees object.
 * 
 */
  __pyx_t_3 = PyCFunction_NewEx(&__pyx_mdef_8discodop_10_fragments_15getctrees, NULL, __pyx_n_s_discodop__fragments); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1111, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_getctrees, __pyx_t_3) < 0) __PYX_ERR(0, 1111, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":1158
 * 
 * 
 * def readtreebank(treebankfile, Vocabulary vocab,             # <<<<<<<<<<<<<<
 * 		fmt='bracket', limit=None, encoding='utf8'):
 * 	"""Read a treebank from a given filename.
 */
  __pyx_t_3 = PyCFunction_NewEx(&__pyx_mdef_8discodop_10_fragments_17readtreebank, NULL, __pyx_n_s_discodop__fragments); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1158, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_readtreebank, __pyx_t_3) < 0) __PYX_ERR(0, 1158, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":1224
 * 
 * 
 * __all__ = ['extractfragments', 'exactcounts', 'completebitsets',             # <<<<<<<<<<<<<<
 * 		'allfragments', 'repl', 'pygetsent', 'getctrees',
 * 		'readtreebank', 'exactcountsslice']
 */
  __pyx_t_3 = PyList_New(9); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1224, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __Pyx_INCREF(__pyx_n_u_extractfragments);
  __Pyx_GIVEREF(__pyx_n_u_extractfragments);
  PyList_SET_ITEM(__pyx_t_3, 0, __pyx_n_u_extractfragments);
  __Pyx_INCREF(__pyx_n_u_exactcounts);
  __Pyx_GIVEREF(__pyx_n_u_exactcounts);
  PyList_SET_ITEM(__pyx_t_3, 1, __pyx_n_u_exactcounts);
  __Pyx_INCREF(__pyx_n_u_completebitsets);
  __Pyx_GIVEREF(__pyx_n_u_completebitsets);
  PyList_SET_ITEM(__pyx_t_3, 2, __pyx_n_u_completebitsets);
  __Pyx_INCREF(__pyx_n_u_allfragments);
  __Pyx_GIVEREF(__pyx_n_u_allfragments);
  PyList_SET_ITEM(__pyx_t_3, 3, __pyx_n_u_allfragments);
  __Pyx_INCREF(__pyx_n_u_repl);
  __Pyx_GIVEREF(__pyx_n_u_repl);
  PyList_SET_ITEM(__pyx_t_3, 4, __pyx_n_u_repl);
  __Pyx_INCREF(__pyx_n_u_pygetsent);
  __Pyx_GIVEREF(__pyx_n_u_pygetsent);
  PyList_SET_ITEM(__pyx_t_3, 5, __pyx_n_u_pygetsent);
  __Pyx_INCREF(__pyx_n_u_getctrees);
  __Pyx_GIVEREF(__pyx_n_u_getctrees);
  PyList_SET_ITEM(__pyx_t_3, 6, __pyx_n_u_getctrees);
  __Pyx_INCREF(__pyx_n_u_readtreebank);
  __Pyx_GIVEREF(__pyx_n_u_readtreebank);
  PyList_SET_ITEM(__pyx_t_3, 7, __pyx_n_u_readtreebank);
  __Pyx_INCREF(__pyx_n_u_exactcountsslice);
  __Pyx_GIVEREF(__pyx_n_u_exactcountsslice);
  PyList_SET_ITEM(__pyx_t_3, 8, __pyx_n_u_exactcountsslice);
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_all, __pyx_t_3) < 0) __PYX_ERR(0, 1224, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "discodop/_fragments.pyx":1
 * """Fragment extraction with tree kernels.             # <<<<<<<<<<<<<<
 * 
 * Implements:
 */
  __pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  if (PyDict_SetItem(__pyx_t_3, __pyx_kp_u_completebitsets_line_575, __pyx_kp_u_Generate_bitsets_corresponding_t) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
  if (PyDict_SetItem(__pyx_t_3, __pyx_kp_u_pygetsent_line_813, __pyx_kp_u_Wrapper_of_getsent_to_make_docte) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_test, __pyx_t_3) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;

  /* "cpython/array.pxd":161
 *     return extend_buffer(self, other.data.as_chars, Py_SIZE(other))
 * 
 * cdef inline void zero(array self):             # <<<<<<<<<<<<<<
 *     """ set all elements of array to zero. """
 *     memset(self.data.as_chars, 0, Py_SIZE(self) * self.ob_descr.itemsize)
 */

  /*--- Wrapped vars code ---*/

  goto __pyx_L0;
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_XDECREF(__pyx_t_2);
  __Pyx_XDECREF(__pyx_t_3);
  if (__pyx_m) {
    if (__pyx_d) {
      __Pyx_AddTraceback("init discodop._fragments", 0, __pyx_lineno, __pyx_filename);
    }
    Py_DECREF(__pyx_m); __pyx_m = 0;
  } else if (!PyErr_Occurred()) {
    PyErr_SetString(PyExc_ImportError, "init discodop._fragments");
  }
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  #if PY_MAJOR_VERSION < 3
  return;
  #else
  return __pyx_m;
  #endif
}

/* --- Runtime support code --- */
/* Refnanny */
#if CYTHON_REFNANNY
static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname) {
    PyObject *m = NULL, *p = NULL;
    void *r = NULL;
    m = PyImport_ImportModule((char *)modname);
    if (!m) goto end;
    p = PyObject_GetAttrString(m, (char *)"RefNannyAPI");
    if (!p) goto end;
    r = PyLong_AsVoidPtr(p);
end:
    Py_XDECREF(p);
    Py_XDECREF(m);
    return (__Pyx_RefNannyAPIStruct *)r;
}
#endif

/* GetBuiltinName */
static PyObject *__Pyx_GetBuiltinName(PyObject *name) {
    PyObject* result = __Pyx_PyObject_GetAttrStr(__pyx_b, name);
    if (unlikely(!result)) {
        PyErr_Format(PyExc_NameError,
#if PY_MAJOR_VERSION >= 3
            "name '%U' is not defined", name);
#else
            "name '%.200s' is not defined", PyString_AS_STRING(name));
#endif
    }
    return result;
}

/* PyErrFetchRestore */
#if CYTHON_FAST_THREAD_STATE
static CYTHON_INLINE void __Pyx_ErrRestoreInState(PyThreadState *tstate, PyObject *type, PyObject *value, PyObject *tb) {
    PyObject *tmp_type, *tmp_value, *tmp_tb;
    tmp_type = tstate->curexc_type;
    tmp_value = tstate->curexc_value;
    tmp_tb = tstate->curexc_traceback;
    tstate->curexc_type = type;
    tstate->curexc_value = value;
    tstate->curexc_traceback = tb;
    Py_XDECREF(tmp_type);
    Py_XDECREF(tmp_value);
    Py_XDECREF(tmp_tb);
}
static CYTHON_INLINE void __Pyx_ErrFetchInState(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb) {
    *type = tstate->curexc_type;
    *value = tstate->curexc_value;
    *tb = tstate->curexc_traceback;
    tstate->curexc_type = 0;
    tstate->curexc_value = 0;
    tstate->curexc_traceback = 0;
}
#endif

/* WriteUnraisableException */
static void __Pyx_WriteUnraisable(const char *name, CYTHON_UNUSED int clineno,
                                  CYTHON_UNUSED int lineno, CYTHON_UNUSED const char *filename,
                                  int full_traceback, CYTHON_UNUSED int nogil) {
    PyObject *old_exc, *old_val, *old_tb;
    PyObject *ctx;
    __Pyx_PyThreadState_declare
#ifdef WITH_THREAD
    PyGILState_STATE state;
    if (nogil)
        state = PyGILState_Ensure();
#ifdef _MSC_VER
    else state = (PyGILState_STATE)-1;
#endif
#endif
    __Pyx_PyThreadState_assign
    __Pyx_ErrFetch(&old_exc, &old_val, &old_tb);
    if (full_traceback) {
        Py_XINCREF(old_exc);
        Py_XINCREF(old_val);
        Py_XINCREF(old_tb);
        __Pyx_ErrRestore(old_exc, old_val, old_tb);
        PyErr_PrintEx(1);
    }
    #if PY_MAJOR_VERSION < 3
    ctx = PyString_FromString(name);
    #else
    ctx = PyUnicode_FromString(name);
    #endif
    __Pyx_ErrRestore(old_exc, old_val, old_tb);
    if (!ctx) {
        PyErr_WriteUnraisable(Py_None);
    } else {
        PyErr_WriteUnraisable(ctx);
        Py_DECREF(ctx);
    }
#ifdef WITH_THREAD
    if (nogil)
        PyGILState_Release(state);
#endif
}

/* GetModuleGlobalName */
static CYTHON_INLINE PyObject *__Pyx_GetModuleGlobalName(PyObject *name) {
    PyObject *result;
#if !CYTHON_AVOID_BORROWED_REFS
    result = PyDict_GetItem(__pyx_d, name);
    if (likely(result)) {
        Py_INCREF(result);
    } else {
#else
    result = PyObject_GetItem(__pyx_d, name);
    if (!result) {
        PyErr_Clear();
#endif
        result = __Pyx_GetBuiltinName(name);
    }
    return result;
}

/* PyCFunctionFastCall */
  #if CYTHON_FAST_PYCCALL
static CYTHON_INLINE PyObject * __Pyx_PyCFunction_FastCall(PyObject *func_obj, PyObject **args, Py_ssize_t nargs) {
    PyCFunctionObject *func = (PyCFunctionObject*)func_obj;
    PyCFunction meth = PyCFunction_GET_FUNCTION(func);
    PyObject *self = PyCFunction_GET_SELF(func);
    int flags = PyCFunction_GET_FLAGS(func);
    assert(PyCFunction_Check(func));
    assert(METH_FASTCALL == (flags & ~(METH_CLASS | METH_STATIC | METH_COEXIST | METH_KEYWORDS)));
    assert(nargs >= 0);
    assert(nargs == 0 || args != NULL);
    /* _PyCFunction_FastCallDict() must not be called with an exception set,
       because it may clear it (directly or indirectly) and so the
       caller loses its exception */
    assert(!PyErr_Occurred());
    if ((PY_VERSION_HEX < 0x030700A0) || unlikely(flags & METH_KEYWORDS)) {
        return (*((__Pyx_PyCFunctionFastWithKeywords)meth)) (self, args, nargs, NULL);
    } else {
        return (*((__Pyx_PyCFunctionFast)meth)) (self, args, nargs);
    }
}
#endif

/* PyFunctionFastCall */
  #if CYTHON_FAST_PYCALL
#include "frameobject.h"
static PyObject* __Pyx_PyFunction_FastCallNoKw(PyCodeObject *co, PyObject **args, Py_ssize_t na,
                                               PyObject *globals) {
    PyFrameObject *f;
    PyThreadState *tstate = PyThreadState_GET();
    PyObject **fastlocals;
    Py_ssize_t i;
    PyObject *result;
    assert(globals != NULL);
    /* XXX Perhaps we should create a specialized
       PyFrame_New() that doesn't take locals, but does
       take builtins without sanity checking them.
       */
    assert(tstate != NULL);
    f = PyFrame_New(tstate, co, globals, NULL);
    if (f == NULL) {
        return NULL;
    }
    fastlocals = f->f_localsplus;
    for (i = 0; i < na; i++) {
        Py_INCREF(*args);
        fastlocals[i] = *args++;
    }
    result = PyEval_EvalFrameEx(f,0);
    ++tstate->recursion_depth;
    Py_DECREF(f);
    --tstate->recursion_depth;
    return result;
}
#if 1 || PY_VERSION_HEX < 0x030600B1
static PyObject *__Pyx_PyFunction_FastCallDict(PyObject *func, PyObject **args, int nargs, PyObject *kwargs) {
    PyCodeObject *co = (PyCodeObject *)PyFunction_GET_CODE(func);
    PyObject *globals = PyFunction_GET_GLOBALS(func);
    PyObject *argdefs = PyFunction_GET_DEFAULTS(func);
    PyObject *closure;
#if PY_MAJOR_VERSION >= 3
    PyObject *kwdefs;
#endif
    PyObject *kwtuple, **k;
    PyObject **d;
    Py_ssize_t nd;
    Py_ssize_t nk;
    PyObject *result;
    assert(kwargs == NULL || PyDict_Check(kwargs));
    nk = kwargs ? PyDict_Size(kwargs) : 0;
    if (Py_EnterRecursiveCall((char*)" while calling a Python object")) {
        return NULL;
    }
    if (
#if PY_MAJOR_VERSION >= 3
            co->co_kwonlyargcount == 0 &&
#endif
            likely(kwargs == NULL || nk == 0) &&
            co->co_flags == (CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE)) {
        if (argdefs == NULL && co->co_argcount == nargs) {
            result = __Pyx_PyFunction_FastCallNoKw(co, args, nargs, globals);
            goto done;
        }
        else if (nargs == 0 && argdefs != NULL
                 && co->co_argcount == Py_SIZE(argdefs)) {
            /* function called with no arguments, but all parameters have
               a default value: use default values as arguments .*/
            args = &PyTuple_GET_ITEM(argdefs, 0);
            result =__Pyx_PyFunction_FastCallNoKw(co, args, Py_SIZE(argdefs), globals);
            goto done;
        }
    }
    if (kwargs != NULL) {
        Py_ssize_t pos, i;
        kwtuple = PyTuple_New(2 * nk);
        if (kwtuple == NULL) {
            result = NULL;
            goto done;
        }
        k = &PyTuple_GET_ITEM(kwtuple, 0);
        pos = i = 0;
        while (PyDict_Next(kwargs, &pos, &k[i], &k[i+1])) {
            Py_INCREF(k[i]);
            Py_INCREF(k[i+1]);
            i += 2;
        }
        nk = i / 2;
    }
    else {
        kwtuple = NULL;
        k = NULL;
    }
    closure = PyFunction_GET_CLOSURE(func);
#if PY_MAJOR_VERSION >= 3
    kwdefs = PyFunction_GET_KW_DEFAULTS(func);
#endif
    if (argdefs != NULL) {
        d = &PyTuple_GET_ITEM(argdefs, 0);
        nd = Py_SIZE(argdefs);
    }
    else {
        d = NULL;
        nd = 0;
    }
#if PY_MAJOR_VERSION >= 3
    result = PyEval_EvalCodeEx((PyObject*)co, globals, (PyObject *)NULL,
                               args, nargs,
                               k, (int)nk,
                               d, (int)nd, kwdefs, closure);
#else
    result = PyEval_EvalCodeEx(co, globals, (PyObject *)NULL,
                               args, nargs,
                               k, (int)nk,
                               d, (int)nd, closure);
#endif
    Py_XDECREF(kwtuple);
done:
    Py_LeaveRecursiveCall();
    return result;
}
#endif
#endif

/* PyObjectCall */
  #if CYTHON_COMPILING_IN_CPYTHON
static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw) {
    PyObject *result;
    ternaryfunc call = func->ob_type->tp_call;
    if (unlikely(!call))
        return PyObject_Call(func, arg, kw);
    if (unlikely(Py_EnterRecursiveCall((char*)" while calling a Python object")))
        return NULL;
    result = (*call)(func, arg, kw);
    Py_LeaveRecursiveCall();
    if (unlikely(!result) && unlikely(!PyErr_Occurred())) {
        PyErr_SetString(
            PyExc_SystemError,
            "NULL result without error in PyObject_Call");
    }
    return result;
}
#endif

/* PyObjectCallMethO */
  #if CYTHON_COMPILING_IN_CPYTHON
static CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg) {
    PyObject *self, *result;
    PyCFunction cfunc;
    cfunc = PyCFunction_GET_FUNCTION(func);
    self = PyCFunction_GET_SELF(func);
    if (unlikely(Py_EnterRecursiveCall((char*)" while calling a Python object")))
        return NULL;
    result = cfunc(self, arg);
    Py_LeaveRecursiveCall();
    if (unlikely(!result) && unlikely(!PyErr_Occurred())) {
        PyErr_SetString(
            PyExc_SystemError,
            "NULL result without error in PyObject_Call");
    }
    return result;
}
#endif

/* PyObjectCallOneArg */
  #if CYTHON_COMPILING_IN_CPYTHON
static PyObject* __Pyx__PyObject_CallOneArg(PyObject *func, PyObject *arg) {
    PyObject *result;
    PyObject *args = PyTuple_New(1);
    if (unlikely(!args)) return NULL;
    Py_INCREF(arg);
    PyTuple_SET_ITEM(args, 0, arg);
    result = __Pyx_PyObject_Call(func, args, NULL);
    Py_DECREF(args);
    return result;
}
static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) {
#if CYTHON_FAST_PYCALL
    if (PyFunction_Check(func)) {
        return __Pyx_PyFunction_FastCall(func, &arg, 1);
    }
#endif
    if (likely(PyCFunction_Check(func))) {
        if (likely(PyCFunction_GET_FLAGS(func) & METH_O)) {
            return __Pyx_PyObject_CallMethO(func, arg);
#if CYTHON_FAST_PYCCALL
        } else if (PyCFunction_GET_FLAGS(func) & METH_FASTCALL) {
            return __Pyx_PyCFunction_FastCall(func, &arg, 1);
#endif
        }
    }
    return __Pyx__PyObject_CallOneArg(func, arg);
}
#else
static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) {
    PyObject *result;
    PyObject *args = PyTuple_Pack(1, arg);
    if (unlikely(!args)) return NULL;
    result = __Pyx_PyObject_Call(func, args, NULL);
    Py_DECREF(args);
    return result;
}
#endif

/* RaiseException */
  #if PY_MAJOR_VERSION < 3
static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb,
                        CYTHON_UNUSED PyObject *cause) {
    __Pyx_PyThreadState_declare
    Py_XINCREF(type);
    if (!value || value == Py_None)
        value = NULL;
    else
        Py_INCREF(value);
    if (!tb || tb == Py_None)
        tb = NULL;
    else {
        Py_INCREF(tb);
        if (!PyTraceBack_Check(tb)) {
            PyErr_SetString(PyExc_TypeError,
                "raise: arg 3 must be a traceback or None");
            goto raise_error;
        }
    }
    if (PyType_Check(type)) {
#if CYTHON_COMPILING_IN_PYPY
        if (!value) {
            Py_INCREF(Py_None);
            value = Py_None;
        }
#endif
        PyErr_NormalizeException(&type, &value, &tb);
    } else {
        if (value) {
            PyErr_SetString(PyExc_TypeError,
                "instance exception may not have a separate value");
            goto raise_error;
        }
        value = type;
        type = (PyObject*) Py_TYPE(type);
        Py_INCREF(type);
        if (!PyType_IsSubtype((PyTypeObject *)type, (PyTypeObject *)PyExc_BaseException)) {
            PyErr_SetString(PyExc_TypeError,
                "raise: exception class must be a subclass of BaseException");
            goto raise_error;
        }
    }
    __Pyx_PyThreadState_assign
    __Pyx_ErrRestore(type, value, tb);
    return;
raise_error:
    Py_XDECREF(value);
    Py_XDECREF(type);
    Py_XDECREF(tb);
    return;
}
#else
static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause) {
    PyObject* owned_instance = NULL;
    if (tb == Py_None) {
        tb = 0;
    } else if (tb && !PyTraceBack_Check(tb)) {
        PyErr_SetString(PyExc_TypeError,
            "raise: arg 3 must be a traceback or None");
        goto bad;
    }
    if (value == Py_None)
        value = 0;
    if (PyExceptionInstance_Check(type)) {
        if (value) {
            PyErr_SetString(PyExc_TypeError,
                "instance exception may not have a separate value");
            goto bad;
        }
        value = type;
        type = (PyObject*) Py_TYPE(value);
    } else if (PyExceptionClass_Check(type)) {
        PyObject *instance_class = NULL;
        if (value && PyExceptionInstance_Check(value)) {
            instance_class = (PyObject*) Py_TYPE(value);
            if (instance_class != type) {
                int is_subclass = PyObject_IsSubclass(instance_class, type);
                if (!is_subclass) {
                    instance_class = NULL;
                } else if (unlikely(is_subclass == -1)) {
                    goto bad;
                } else {
                    type = instance_class;
                }
            }
        }
        if (!instance_class) {
            PyObject *args;
            if (!value)
                args = PyTuple_New(0);
            else if (PyTuple_Check(value)) {
                Py_INCREF(value);
                args = value;
            } else
                args = PyTuple_Pack(1, value);
            if (!args)
                goto bad;
            owned_instance = PyObject_Call(type, args, NULL);
            Py_DECREF(args);
            if (!owned_instance)
                goto bad;
            value = owned_instance;
            if (!PyExceptionInstance_Check(value)) {
                PyErr_Format(PyExc_TypeError,
                             "calling %R should have returned an instance of "
                             "BaseException, not %R",
                             type, Py_TYPE(value));
                goto bad;
            }
        }
    } else {
        PyErr_SetString(PyExc_TypeError,
            "raise: exception class must be a subclass of BaseException");
        goto bad;
    }
#if PY_VERSION_HEX >= 0x03030000
    if (cause) {
#else
    if (cause && cause != Py_None) {
#endif
        PyObject *fixed_cause;
        if (cause == Py_None) {
            fixed_cause = NULL;
        } else if (PyExceptionClass_Check(cause)) {
            fixed_cause = PyObject_CallObject(cause, NULL);
            if (fixed_cause == NULL)
                goto bad;
        } else if (PyExceptionInstance_Check(cause)) {
            fixed_cause = cause;
            Py_INCREF(fixed_cause);
        } else {
            PyErr_SetString(PyExc_TypeError,
                            "exception causes must derive from "
                            "BaseException");
            goto bad;
        }
        PyException_SetCause(value, fixed_cause);
    }
    PyErr_SetObject(type, value);
    if (tb) {
#if CYTHON_COMPILING_IN_PYPY
        PyObject *tmp_type, *tmp_value, *tmp_tb;
        PyErr_Fetch(&tmp_type, &tmp_value, &tmp_tb);
        Py_INCREF(tb);
        PyErr_Restore(tmp_type, tmp_value, tb);
        Py_XDECREF(tmp_tb);
#else
        PyThreadState *tstate = PyThreadState_GET();
        PyObject* tmp_tb = tstate->curexc_traceback;
        if (tb != tmp_tb) {
            Py_INCREF(tb);
            tstate->curexc_traceback = tb;
            Py_XDECREF(tmp_tb);
        }
#endif
    }
bad:
    Py_XDECREF(owned_instance);
    return;
}
#endif

/* RaiseArgTupleInvalid */
    static void __Pyx_RaiseArgtupleInvalid(
    const char* func_name,
    int exact,
    Py_ssize_t num_min,
    Py_ssize_t num_max,
    Py_ssize_t num_found)
{
    Py_ssize_t num_expected;
    const char *more_or_less;
    if (num_found < num_min) {
        num_expected = num_min;
        more_or_less = "at least";
    } else {
        num_expected = num_max;
        more_or_less = "at most";
    }
    if (exact) {
        more_or_less = "exactly";
    }
    PyErr_Format(PyExc_TypeError,
                 "%.200s() takes %.8s %" CYTHON_FORMAT_SSIZE_T "d positional argument%.1s (%" CYTHON_FORMAT_SSIZE_T "d given)",
                 func_name, more_or_less, num_expected,
                 (num_expected == 1) ? "" : "s", num_found);
}

/* RaiseDoubleKeywords */
    static void __Pyx_RaiseDoubleKeywordsError(
    const char* func_name,
    PyObject* kw_name)
{
    PyErr_Format(PyExc_TypeError,
        #if PY_MAJOR_VERSION >= 3
        "%s() got multiple values for keyword argument '%U'", func_name, kw_name);
        #else
        "%s() got multiple values for keyword argument '%s'", func_name,
        PyString_AsString(kw_name));
        #endif
}

/* ParseKeywords */
    static int __Pyx_ParseOptionalKeywords(
    PyObject *kwds,
    PyObject **argnames[],
    PyObject *kwds2,
    PyObject *values[],
    Py_ssize_t num_pos_args,
    const char* function_name)
{
    PyObject *key = 0, *value = 0;
    Py_ssize_t pos = 0;
    PyObject*** name;
    PyObject*** first_kw_arg = argnames + num_pos_args;
    while (PyDict_Next(kwds, &pos, &key, &value)) {
        name = first_kw_arg;
        while (*name && (**name != key)) name++;
        if (*name) {
            values[name-argnames] = value;
            continue;
        }
        name = first_kw_arg;
        #if PY_MAJOR_VERSION < 3
        if (likely(PyString_CheckExact(key)) || likely(PyString_Check(key))) {
            while (*name) {
                if ((CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**name) == PyString_GET_SIZE(key))
                        && _PyString_Eq(**name, key)) {
                    values[name-argnames] = value;
                    break;
                }
                name++;
            }
            if (*name) continue;
            else {
                PyObject*** argname = argnames;
                while (argname != first_kw_arg) {
                    if ((**argname == key) || (
                            (CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**argname) == PyString_GET_SIZE(key))
                             && _PyString_Eq(**argname, key))) {
                        goto arg_passed_twice;
                    }
                    argname++;
                }
            }
        } else
        #endif
        if (likely(PyUnicode_Check(key))) {
            while (*name) {
                int cmp = (**name == key) ? 0 :
                #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION >= 3
                    (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
                #endif
                    PyUnicode_Compare(**name, key);
                if (cmp < 0 && unlikely(PyErr_Occurred())) goto bad;
                if (cmp == 0) {
                    values[name-argnames] = value;
                    break;
                }
                name++;
            }
            if (*name) continue;
            else {
                PyObject*** argname = argnames;
                while (argname != first_kw_arg) {
                    int cmp = (**argname == key) ? 0 :
                    #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION >= 3
                        (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
                    #endif
                        PyUnicode_Compare(**argname, key);
                    if (cmp < 0 && unlikely(PyErr_Occurred())) goto bad;
                    if (cmp == 0) goto arg_passed_twice;
                    argname++;
                }
            }
        } else
            goto invalid_keyword_type;
        if (kwds2) {
            if (unlikely(PyDict_SetItem(kwds2, key, value))) goto bad;
        } else {
            goto invalid_keyword;
        }
    }
    return 0;
arg_passed_twice:
    __Pyx_RaiseDoubleKeywordsError(function_name, key);
    goto bad;
invalid_keyword_type:
    PyErr_Format(PyExc_TypeError,
        "%.200s() keywords must be strings", function_name);
    goto bad;
invalid_keyword:
    PyErr_Format(PyExc_TypeError,
    #if PY_MAJOR_VERSION < 3
        "%.200s() got an unexpected keyword argument '%.200s'",
        function_name, PyString_AsString(key));
    #else
        "%s() got an unexpected keyword argument '%U'",
        function_name, key);
    #endif
bad:
    return -1;
}

/* ArgTypeTest */
    static void __Pyx_RaiseArgumentTypeInvalid(const char* name, PyObject *obj, PyTypeObject *type) {
    PyErr_Format(PyExc_TypeError,
        "Argument '%.200s' has incorrect type (expected %.200s, got %.200s)",
        name, type->tp_name, Py_TYPE(obj)->tp_name);
}
static CYTHON_INLINE int __Pyx_ArgTypeTest(PyObject *obj, PyTypeObject *type, int none_allowed,
    const char *name, int exact)
{
    if (unlikely(!type)) {
        PyErr_SetString(PyExc_SystemError, "Missing type object");
        return 0;
    }
    if (none_allowed && obj == Py_None) return 1;
    else if (exact) {
        if (likely(Py_TYPE(obj) == type)) return 1;
        #if PY_MAJOR_VERSION == 2
        else if ((type == &PyBaseString_Type) && likely(__Pyx_PyBaseString_CheckExact(obj))) return 1;
        #endif
    }
    else {
        if (likely(PyObject_TypeCheck(obj, type))) return 1;
    }
    __Pyx_RaiseArgumentTypeInvalid(name, obj, type);
    return 0;
}

/* SaveResetException */
    #if CYTHON_FAST_THREAD_STATE
static CYTHON_INLINE void __Pyx__ExceptionSave(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb) {
    *type = tstate->exc_type;
    *value = tstate->exc_value;
    *tb = tstate->exc_traceback;
    Py_XINCREF(*type);
    Py_XINCREF(*value);
    Py_XINCREF(*tb);
}
static CYTHON_INLINE void __Pyx__ExceptionReset(PyThreadState *tstate, PyObject *type, PyObject *value, PyObject *tb) {
    PyObject *tmp_type, *tmp_value, *tmp_tb;
    tmp_type = tstate->exc_type;
    tmp_value = tstate->exc_value;
    tmp_tb = tstate->exc_traceback;
    tstate->exc_type = type;
    tstate->exc_value = value;
    tstate->exc_traceback = tb;
    Py_XDECREF(tmp_type);
    Py_XDECREF(tmp_value);
    Py_XDECREF(tmp_tb);
}
#endif

/* GetException */
    #if CYTHON_FAST_THREAD_STATE
static int __Pyx__GetException(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb) {
#else
static int __Pyx_GetException(PyObject **type, PyObject **value, PyObject **tb) {
#endif
    PyObject *local_type, *local_value, *local_tb;
#if CYTHON_FAST_THREAD_STATE
    PyObject *tmp_type, *tmp_value, *tmp_tb;
    local_type = tstate->curexc_type;
    local_value = tstate->curexc_value;
    local_tb = tstate->curexc_traceback;
    tstate->curexc_type = 0;
    tstate->curexc_value = 0;
    tstate->curexc_traceback = 0;
#else
    PyErr_Fetch(&local_type, &local_value, &local_tb);
#endif
    PyErr_NormalizeException(&local_type, &local_value, &local_tb);
#if CYTHON_FAST_THREAD_STATE
    if (unlikely(tstate->curexc_type))
#else
    if (unlikely(PyErr_Occurred()))
#endif
        goto bad;
    #if PY_MAJOR_VERSION >= 3
    if (local_tb) {
        if (unlikely(PyException_SetTraceback(local_value, local_tb) < 0))
            goto bad;
    }
    #endif
    Py_XINCREF(local_tb);
    Py_XINCREF(local_type);
    Py_XINCREF(local_value);
    *type = local_type;
    *value = local_value;
    *tb = local_tb;
#if CYTHON_FAST_THREAD_STATE
    tmp_type = tstate->exc_type;
    tmp_value = tstate->exc_value;
    tmp_tb = tstate->exc_traceback;
    tstate->exc_type = local_type;
    tstate->exc_value = local_value;
    tstate->exc_traceback = local_tb;
    Py_XDECREF(tmp_type);
    Py_XDECREF(tmp_value);
    Py_XDECREF(tmp_tb);
#else
    PyErr_SetExcInfo(local_type, local_value, local_tb);
#endif
    return 0;
bad:
    *type = 0;
    *value = 0;
    *tb = 0;
    Py_XDECREF(local_type);
    Py_XDECREF(local_value);
    Py_XDECREF(local_tb);
    return -1;
}

/* SliceObject */
      static CYTHON_INLINE int __Pyx_PyObject_SetSlice(PyObject* obj, PyObject* value,
        Py_ssize_t cstart, Py_ssize_t cstop,
        PyObject** _py_start, PyObject** _py_stop, PyObject** _py_slice,
        int has_cstart, int has_cstop, CYTHON_UNUSED int wraparound) {
#if CYTHON_USE_TYPE_SLOTS
    PyMappingMethods* mp;
#if PY_MAJOR_VERSION < 3
    PySequenceMethods* ms = Py_TYPE(obj)->tp_as_sequence;
    if (likely(ms && ms->sq_ass_slice)) {
        if (!has_cstart) {
            if (_py_start && (*_py_start != Py_None)) {
                cstart = __Pyx_PyIndex_AsSsize_t(*_py_start);
                if ((cstart == (Py_ssize_t)-1) && PyErr_Occurred()) goto bad;
            } else
                cstart = 0;
        }
        if (!has_cstop) {
            if (_py_stop && (*_py_stop != Py_None)) {
                cstop = __Pyx_PyIndex_AsSsize_t(*_py_stop);
                if ((cstop == (Py_ssize_t)-1) && PyErr_Occurred()) goto bad;
            } else
                cstop = PY_SSIZE_T_MAX;
        }
        if (wraparound && unlikely((cstart < 0) | (cstop < 0)) && likely(ms->sq_length)) {
            Py_ssize_t l = ms->sq_length(obj);
            if (likely(l >= 0)) {
                if (cstop < 0) {
                    cstop += l;
                    if (cstop < 0) cstop = 0;
                }
                if (cstart < 0) {
                    cstart += l;
                    if (cstart < 0) cstart = 0;
                }
            } else {
                if (!PyErr_ExceptionMatches(PyExc_OverflowError))
                    goto bad;
                PyErr_Clear();
            }
        }
        return ms->sq_ass_slice(obj, cstart, cstop, value);
    }
#endif
    mp = Py_TYPE(obj)->tp_as_mapping;
    if (likely(mp && mp->mp_ass_subscript))
#endif
    {
        int result;
        PyObject *py_slice, *py_start, *py_stop;
        if (_py_slice) {
            py_slice = *_py_slice;
        } else {
            PyObject* owned_start = NULL;
            PyObject* owned_stop = NULL;
            if (_py_start) {
                py_start = *_py_start;
            } else {
                if (has_cstart) {
                    owned_start = py_start = PyInt_FromSsize_t(cstart);
                    if (unlikely(!py_start)) goto bad;
                } else
                    py_start = Py_None;
            }
            if (_py_stop) {
                py_stop = *_py_stop;
            } else {
                if (has_cstop) {
                    owned_stop = py_stop = PyInt_FromSsize_t(cstop);
                    if (unlikely(!py_stop)) {
                        Py_XDECREF(owned_start);
                        goto bad;
                    }
                } else
                    py_stop = Py_None;
            }
            py_slice = PySlice_New(py_start, py_stop, Py_None);
            Py_XDECREF(owned_start);
            Py_XDECREF(owned_stop);
            if (unlikely(!py_slice)) goto bad;
        }
#if CYTHON_USE_TYPE_SLOTS
        result = mp->mp_ass_subscript(obj, py_slice, value);
#else
        result = value ? PyObject_SetItem(obj, py_slice, value) : PyObject_DelItem(obj, py_slice);
#endif
        if (!_py_slice) {
            Py_DECREF(py_slice);
        }
        return result;
    }
    PyErr_Format(PyExc_TypeError,
        "'%.200s' object does not support slice %.10s",
        Py_TYPE(obj)->tp_name, value ? "assignment" : "deletion");
bad:
    return -1;
}

/* PyIntBinop */
      #if !CYTHON_COMPILING_IN_PYPY
static PyObject* __Pyx_PyInt_AddObjC(PyObject *op1, PyObject *op2, CYTHON_UNUSED long intval, CYTHON_UNUSED int inplace) {
    #if PY_MAJOR_VERSION < 3
    if (likely(PyInt_CheckExact(op1))) {
        const long b = intval;
        long x;
        long a = PyInt_AS_LONG(op1);
            x = (long)((unsigned long)a + b);
            if (likely((x^a) >= 0 || (x^b) >= 0))
                return PyInt_FromLong(x);
            return PyLong_Type.tp_as_number->nb_add(op1, op2);
    }
    #endif
    #if CYTHON_USE_PYLONG_INTERNALS
    if (likely(PyLong_CheckExact(op1))) {
        const long b = intval;
        long a, x;
#ifdef HAVE_LONG_LONG
        const PY_LONG_LONG llb = intval;
        PY_LONG_LONG lla, llx;
#endif
        const digit* digits = ((PyLongObject*)op1)->ob_digit;
        const Py_ssize_t size = Py_SIZE(op1);
        if (likely(__Pyx_sst_abs(size) <= 1)) {
            a = likely(size) ? digits[0] : 0;
            if (size == -1) a = -a;
        } else {
            switch (size) {
                case -2:
                    if (8 * sizeof(long) - 1 > 2 * PyLong_SHIFT) {
                        a = -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
#ifdef HAVE_LONG_LONG
                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 2 * PyLong_SHIFT) {
                        lla = -(PY_LONG_LONG) (((((unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));
                        goto long_long;
#endif
                    }
                case 2:
                    if (8 * sizeof(long) - 1 > 2 * PyLong_SHIFT) {
                        a = (long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
#ifdef HAVE_LONG_LONG
                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 2 * PyLong_SHIFT) {
                        lla = (PY_LONG_LONG) (((((unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));
                        goto long_long;
#endif
                    }
                case -3:
                    if (8 * sizeof(long) - 1 > 3 * PyLong_SHIFT) {
                        a = -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
#ifdef HAVE_LONG_LONG
                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 3 * PyLong_SHIFT) {
                        lla = -(PY_LONG_LONG) (((((((unsigned PY_LONG_LONG)digits[2]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));
                        goto long_long;
#endif
                    }
                case 3:
                    if (8 * sizeof(long) - 1 > 3 * PyLong_SHIFT) {
                        a = (long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
#ifdef HAVE_LONG_LONG
                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 3 * PyLong_SHIFT) {
                        lla = (PY_LONG_LONG) (((((((unsigned PY_LONG_LONG)digits[2]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));
                        goto long_long;
#endif
                    }
                case -4:
                    if (8 * sizeof(long) - 1 > 4 * PyLong_SHIFT) {
                        a = -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
#ifdef HAVE_LONG_LONG
                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 4 * PyLong_SHIFT) {
                        lla = -(PY_LONG_LONG) (((((((((unsigned PY_LONG_LONG)digits[3]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[2]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));
                        goto long_long;
#endif
                    }
                case 4:
                    if (8 * sizeof(long) - 1 > 4 * PyLong_SHIFT) {
                        a = (long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
#ifdef HAVE_LONG_LONG
                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 4 * PyLong_SHIFT) {
                        lla = (PY_LONG_LONG) (((((((((unsigned PY_LONG_LONG)digits[3]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[2]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));
                        goto long_long;
#endif
                    }
                default: return PyLong_Type.tp_as_number->nb_add(op1, op2);
            }
        }
                x = a + b;
            return PyLong_FromLong(x);
#ifdef HAVE_LONG_LONG
        long_long:
                llx = lla + llb;
            return PyLong_FromLongLong(llx);
#endif
        
        
    }
    #endif
    if (PyFloat_CheckExact(op1)) {
        const long b = intval;
        double a = PyFloat_AS_DOUBLE(op1);
            double result;
            PyFPE_START_PROTECT("add", return NULL)
            result = ((double)a) + (double)b;
            PyFPE_END_PROTECT(result)
            return PyFloat_FromDouble(result);
    }
    return (inplace ? PyNumber_InPlaceAdd : PyNumber_Add)(op1, op2);
}
#endif

/* PyObjectCallNoArg */
      #if CYTHON_COMPILING_IN_CPYTHON
static CYTHON_INLINE PyObject* __Pyx_PyObject_CallNoArg(PyObject *func) {
#if CYTHON_FAST_PYCALL
    if (PyFunction_Check(func)) {
        return __Pyx_PyFunction_FastCall(func, NULL, 0);
    }
#endif
#ifdef __Pyx_CyFunction_USED
    if (likely(PyCFunction_Check(func) || PyObject_TypeCheck(func, __pyx_CyFunctionType))) {
#else
    if (likely(PyCFunction_Check(func))) {
#endif
        if (likely(PyCFunction_GET_FLAGS(func) & METH_NOARGS)) {
            return __Pyx_PyObject_CallMethO(func, NULL);
        }
    }
    return __Pyx_PyObject_Call(func, __pyx_empty_tuple, NULL);
}
#endif

/* GetItemInt */
        static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j) {
    PyObject *r;
    if (!j) return NULL;
    r = PyObject_GetItem(o, j);
    Py_DECREF(j);
    return r;
}
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i,
                                                              CYTHON_NCP_UNUSED int wraparound,
                                                              CYTHON_NCP_UNUSED int boundscheck) {
#if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
    Py_ssize_t wrapped_i = i;
    if (wraparound & unlikely(i < 0)) {
        wrapped_i += PyList_GET_SIZE(o);
    }
    if ((!boundscheck) || likely((0 <= wrapped_i) & (wrapped_i < PyList_GET_SIZE(o)))) {
        PyObject *r = PyList_GET_ITEM(o, wrapped_i);
        Py_INCREF(r);
        return r;
    }
    return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i));
#else
    return PySequence_GetItem(o, i);
#endif
}
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
                                                              CYTHON_NCP_UNUSED int wraparound,
                                                              CYTHON_NCP_UNUSED int boundscheck) {
#if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
    Py_ssize_t wrapped_i = i;
    if (wraparound & unlikely(i < 0)) {
        wrapped_i += PyTuple_GET_SIZE(o);
    }
    if ((!boundscheck) || likely((0 <= wrapped_i) & (wrapped_i < PyTuple_GET_SIZE(o)))) {
        PyObject *r = PyTuple_GET_ITEM(o, wrapped_i);
        Py_INCREF(r);
        return r;
    }
    return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i));
#else
    return PySequence_GetItem(o, i);
#endif
}
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssize_t i, int is_list,
                                                     CYTHON_NCP_UNUSED int wraparound,
                                                     CYTHON_NCP_UNUSED int boundscheck) {
#if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS && CYTHON_USE_TYPE_SLOTS
    if (is_list || PyList_CheckExact(o)) {
        Py_ssize_t n = ((!wraparound) | likely(i >= 0)) ? i : i + PyList_GET_SIZE(o);
        if ((!boundscheck) || (likely((n >= 0) & (n < PyList_GET_SIZE(o))))) {
            PyObject *r = PyList_GET_ITEM(o, n);
            Py_INCREF(r);
            return r;
        }
    }
    else if (PyTuple_CheckExact(o)) {
        Py_ssize_t n = ((!wraparound) | likely(i >= 0)) ? i : i + PyTuple_GET_SIZE(o);
        if ((!boundscheck) || likely((n >= 0) & (n < PyTuple_GET_SIZE(o)))) {
            PyObject *r = PyTuple_GET_ITEM(o, n);
            Py_INCREF(r);
            return r;
        }
    } else {
        PySequenceMethods *m = Py_TYPE(o)->tp_as_sequence;
        if (likely(m && m->sq_item)) {
            if (wraparound && unlikely(i < 0) && likely(m->sq_length)) {
                Py_ssize_t l = m->sq_length(o);
                if (likely(l >= 0)) {
                    i += l;
                } else {
                    if (!PyErr_ExceptionMatches(PyExc_OverflowError))
                        return NULL;
                    PyErr_Clear();
                }
            }
            return m->sq_item(o, i);
        }
    }
#else
    if (is_list || PySequence_Check(o)) {
        return PySequence_GetItem(o, i);
    }
#endif
    return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i));
}

/* SetItemInt */
        static CYTHON_INLINE int __Pyx_SetItemInt_Generic(PyObject *o, PyObject *j, PyObject *v) {
    int r;
    if (!j) return -1;
    r = PyObject_SetItem(o, j, v);
    Py_DECREF(j);
    return r;
}
static CYTHON_INLINE int __Pyx_SetItemInt_Fast(PyObject *o, Py_ssize_t i, PyObject *v, int is_list,
                                               CYTHON_NCP_UNUSED int wraparound, CYTHON_NCP_UNUSED int boundscheck) {
#if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS && CYTHON_USE_TYPE_SLOTS
    if (is_list || PyList_CheckExact(o)) {
        Py_ssize_t n = (!wraparound) ? i : ((likely(i >= 0)) ? i : i + PyList_GET_SIZE(o));
        if ((!boundscheck) || likely((n >= 0) & (n < PyList_GET_SIZE(o)))) {
            PyObject* old = PyList_GET_ITEM(o, n);
            Py_INCREF(v);
            PyList_SET_ITEM(o, n, v);
            Py_DECREF(old);
            return 1;
        }
    } else {
        PySequenceMethods *m = Py_TYPE(o)->tp_as_sequence;
        if (likely(m && m->sq_ass_item)) {
            if (wraparound && unlikely(i < 0) && likely(m->sq_length)) {
                Py_ssize_t l = m->sq_length(o);
                if (likely(l >= 0)) {
                    i += l;
                } else {
                    if (!PyErr_ExceptionMatches(PyExc_OverflowError))
                        return -1;
                    PyErr_Clear();
                }
            }
            return m->sq_ass_item(o, i, v);
        }
    }
#else
#if CYTHON_COMPILING_IN_PYPY
    if (is_list || (PySequence_Check(o) && !PyDict_Check(o))) {
#else
    if (is_list || PySequence_Check(o)) {
#endif
        return PySequence_SetItem(o, i, v);
    }
#endif
    return __Pyx_SetItemInt_Generic(o, PyInt_FromSsize_t(i), v);
}

/* ExtTypeTest */
          static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *type) {
    if (unlikely(!type)) {
        PyErr_SetString(PyExc_SystemError, "Missing type object");
        return 0;
    }
    if (likely(PyObject_TypeCheck(obj, type)))
        return 1;
    PyErr_Format(PyExc_TypeError, "Cannot convert %.200s to %.200s",
                 Py_TYPE(obj)->tp_name, type->tp_name);
    return 0;
}

/* RaiseTooManyValuesToUnpack */
          static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expected) {
    PyErr_Format(PyExc_ValueError,
                 "too many values to unpack (expected %" CYTHON_FORMAT_SSIZE_T "d)", expected);
}

/* RaiseNeedMoreValuesToUnpack */
          static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t index) {
    PyErr_Format(PyExc_ValueError,
                 "need more than %" CYTHON_FORMAT_SSIZE_T "d value%.1s to unpack",
                 index, (index == 1) ? "" : "s");
}

/* IterFinish */
          static CYTHON_INLINE int __Pyx_IterFinish(void) {
#if CYTHON_FAST_THREAD_STATE
    PyThreadState *tstate = PyThreadState_GET();
    PyObject* exc_type = tstate->curexc_type;
    if (unlikely(exc_type)) {
        if (likely(exc_type == PyExc_StopIteration) || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration)) {
            PyObject *exc_value, *exc_tb;
            exc_value = tstate->curexc_value;
            exc_tb = tstate->curexc_traceback;
            tstate->curexc_type = 0;
            tstate->curexc_value = 0;
            tstate->curexc_traceback = 0;
            Py_DECREF(exc_type);
            Py_XDECREF(exc_value);
            Py_XDECREF(exc_tb);
            return 0;
        } else {
            return -1;
        }
    }
    return 0;
#else
    if (unlikely(PyErr_Occurred())) {
        if (likely(PyErr_ExceptionMatches(PyExc_StopIteration))) {
            PyErr_Clear();
            return 0;
        } else {
            return -1;
        }
    }
    return 0;
#endif
}

/* UnpackItemEndCheck */
          static int __Pyx_IternextUnpackEndCheck(PyObject *retval, Py_ssize_t expected) {
    if (unlikely(retval)) {
        Py_DECREF(retval);
        __Pyx_RaiseTooManyValuesError(expected);
        return -1;
    } else {
        return __Pyx_IterFinish();
    }
    return 0;
}

/* PyObjectCallMethod1 */
          static PyObject* __Pyx_PyObject_CallMethod1(PyObject* obj, PyObject* method_name, PyObject* arg) {
    PyObject *method, *result = NULL;
    method = __Pyx_PyObject_GetAttrStr(obj, method_name);
    if (unlikely(!method)) goto done;
#if CYTHON_UNPACK_METHODS
    if (likely(PyMethod_Check(method))) {
        PyObject *self = PyMethod_GET_SELF(method);
        if (likely(self)) {
            PyObject *args;
            PyObject *function = PyMethod_GET_FUNCTION(method);
            #if CYTHON_FAST_PYCALL
            if (PyFunction_Check(function)) {
                PyObject *args[2] = {self, arg};
                result = __Pyx_PyFunction_FastCall(function, args, 2);
                goto done;
            }
            #endif
            #if CYTHON_FAST_PYCCALL
            if (__Pyx_PyFastCFunction_Check(function)) {
                PyObject *args[2] = {self, arg};
                result = __Pyx_PyCFunction_FastCall(function, args, 2);
                goto done;
            }
            #endif
            args = PyTuple_New(2);
            if (unlikely(!args)) goto done;
            Py_INCREF(self);
            PyTuple_SET_ITEM(args, 0, self);
            Py_INCREF(arg);
            PyTuple_SET_ITEM(args, 1, arg);
            Py_INCREF(function);
            Py_DECREF(method); method = NULL;
            result = __Pyx_PyObject_Call(function, args, NULL);
            Py_DECREF(args);
            Py_DECREF(function);
            return result;
        }
    }
#endif
    result = __Pyx_PyObject_CallOneArg(method, arg);
done:
    Py_XDECREF(method);
    return result;
}

/* append */
          static CYTHON_INLINE int __Pyx_PyObject_Append(PyObject* L, PyObject* x) {
    if (likely(PyList_CheckExact(L))) {
        if (unlikely(__Pyx_PyList_Append(L, x) < 0)) return -1;
    } else {
        PyObject* retval = __Pyx_PyObject_CallMethod1(L, __pyx_n_s_append, x);
        if (unlikely(!retval))
            return -1;
        Py_DECREF(retval);
    }
    return 0;
}

/* PyUnicode_Substring */
          static CYTHON_INLINE PyObject* __Pyx_PyUnicode_Substring(
            PyObject* text, Py_ssize_t start, Py_ssize_t stop) {
    Py_ssize_t length;
    if (unlikely(__Pyx_PyUnicode_READY(text) == -1)) return NULL;
    length = __Pyx_PyUnicode_GET_LENGTH(text);
    if (start < 0) {
        start += length;
        if (start < 0)
            start = 0;
    }
    if (stop < 0)
        stop += length;
    else if (stop > length)
        stop = length;
    length = stop - start;
    if (length <= 0)
        return PyUnicode_FromUnicode(NULL, 0);
#if CYTHON_PEP393_ENABLED
    return PyUnicode_FromKindAndData(PyUnicode_KIND(text),
        PyUnicode_1BYTE_DATA(text) + start*PyUnicode_KIND(text), stop-start);
#else
    return PyUnicode_FromUnicode(PyUnicode_AS_UNICODE(text)+start, stop-start);
#endif
}

/* None */
          static CYTHON_INLINE void __Pyx_RaiseClosureNameError(const char *varname) {
    PyErr_Format(PyExc_NameError, "free variable '%s' referenced before assignment in enclosing scope", varname);
}

/* FetchCommonType */
          static PyTypeObject* __Pyx_FetchCommonType(PyTypeObject* type) {
    PyObject* fake_module;
    PyTypeObject* cached_type = NULL;
    fake_module = PyImport_AddModule((char*) "_cython_" CYTHON_ABI);
    if (!fake_module) return NULL;
    Py_INCREF(fake_module);
    cached_type = (PyTypeObject*) PyObject_GetAttrString(fake_module, type->tp_name);
    if (cached_type) {
        if (!PyType_Check((PyObject*)cached_type)) {
            PyErr_Format(PyExc_TypeError,
                "Shared Cython type %.200s is not a type object",
                type->tp_name);
            goto bad;
        }
        if (cached_type->tp_basicsize != type->tp_basicsize) {
            PyErr_Format(PyExc_TypeError,
                "Shared Cython type %.200s has the wrong size, try recompiling",
                type->tp_name);
            goto bad;
        }
    } else {
        if (!PyErr_ExceptionMatches(PyExc_AttributeError)) goto bad;
        PyErr_Clear();
        if (PyType_Ready(type) < 0) goto bad;
        if (PyObject_SetAttrString(fake_module, type->tp_name, (PyObject*) type) < 0)
            goto bad;
        Py_INCREF(type);
        cached_type = type;
    }
done:
    Py_DECREF(fake_module);
    return cached_type;
bad:
    Py_XDECREF(cached_type);
    cached_type = NULL;
    goto done;
}

/* CythonFunction */
          static PyObject *
__Pyx_CyFunction_get_doc(__pyx_CyFunctionObject *op, CYTHON_UNUSED void *closure)
{
    if (unlikely(op->func_doc == NULL)) {
        if (op->func.m_ml->ml_doc) {
#if PY_MAJOR_VERSION >= 3
            op->func_doc = PyUnicode_FromString(op->func.m_ml->ml_doc);
#else
            op->func_doc = PyString_FromString(op->func.m_ml->ml_doc);
#endif
            if (unlikely(op->func_doc == NULL))
                return NULL;
        } else {
            Py_INCREF(Py_None);
            return Py_None;
        }
    }
    Py_INCREF(op->func_doc);
    return op->func_doc;
}
static int
__Pyx_CyFunction_set_doc(__pyx_CyFunctionObject *op, PyObject *value)
{
    PyObject *tmp = op->func_doc;
    if (value == NULL) {
        value = Py_None;
    }
    Py_INCREF(value);
    op->func_doc = value;
    Py_XDECREF(tmp);
    return 0;
}
static PyObject *
__Pyx_CyFunction_get_name(__pyx_CyFunctionObject *op)
{
    if (unlikely(op->func_name == NULL)) {
#if PY_MAJOR_VERSION >= 3
        op->func_name = PyUnicode_InternFromString(op->func.m_ml->ml_name);
#else
        op->func_name = PyString_InternFromString(op->func.m_ml->ml_name);
#endif
        if (unlikely(op->func_name == NULL))
            return NULL;
    }
    Py_INCREF(op->func_name);
    return op->func_name;
}
static int
__Pyx_CyFunction_set_name(__pyx_CyFunctionObject *op, PyObject *value)
{
    PyObject *tmp;
#if PY_MAJOR_VERSION >= 3
    if (unlikely(value == NULL || !PyUnicode_Check(value))) {
#else
    if (unlikely(value == NULL || !PyString_Check(value))) {
#endif
        PyErr_SetString(PyExc_TypeError,
                        "__name__ must be set to a string object");
        return -1;
    }
    tmp = op->func_name;
    Py_INCREF(value);
    op->func_name = value;
    Py_XDECREF(tmp);
    return 0;
}
static PyObject *
__Pyx_CyFunction_get_qualname(__pyx_CyFunctionObject *op)
{
    Py_INCREF(op->func_qualname);
    return op->func_qualname;
}
static int
__Pyx_CyFunction_set_qualname(__pyx_CyFunctionObject *op, PyObject *value)
{
    PyObject *tmp;
#if PY_MAJOR_VERSION >= 3
    if (unlikely(value == NULL || !PyUnicode_Check(value))) {
#else
    if (unlikely(value == NULL || !PyString_Check(value))) {
#endif
        PyErr_SetString(PyExc_TypeError,
                        "__qualname__ must be set to a string object");
        return -1;
    }
    tmp = op->func_qualname;
    Py_INCREF(value);
    op->func_qualname = value;
    Py_XDECREF(tmp);
    return 0;
}
static PyObject *
__Pyx_CyFunction_get_self(__pyx_CyFunctionObject *m, CYTHON_UNUSED void *closure)
{
    PyObject *self;
    self = m->func_closure;
    if (self == NULL)
        self = Py_None;
    Py_INCREF(self);
    return self;
}
static PyObject *
__Pyx_CyFunction_get_dict(__pyx_CyFunctionObject *op)
{
    if (unlikely(op->func_dict == NULL)) {
        op->func_dict = PyDict_New();
        if (unlikely(op->func_dict == NULL))
            return NULL;
    }
    Py_INCREF(op->func_dict);
    return op->func_dict;
}
static int
__Pyx_CyFunction_set_dict(__pyx_CyFunctionObject *op, PyObject *value)
{
    PyObject *tmp;
    if (unlikely(value == NULL)) {
        PyErr_SetString(PyExc_TypeError,
               "function's dictionary may not be deleted");
        return -1;
    }
    if (unlikely(!PyDict_Check(value))) {
        PyErr_SetString(PyExc_TypeError,
               "setting function's dictionary to a non-dict");
        return -1;
    }
    tmp = op->func_dict;
    Py_INCREF(value);
    op->func_dict = value;
    Py_XDECREF(tmp);
    return 0;
}
static PyObject *
__Pyx_CyFunction_get_globals(__pyx_CyFunctionObject *op)
{
    Py_INCREF(op->func_globals);
    return op->func_globals;
}
static PyObject *
__Pyx_CyFunction_get_closure(CYTHON_UNUSED __pyx_CyFunctionObject *op)
{
    Py_INCREF(Py_None);
    return Py_None;
}
static PyObject *
__Pyx_CyFunction_get_code(__pyx_CyFunctionObject *op)
{
    PyObject* result = (op->func_code) ? op->func_code : Py_None;
    Py_INCREF(result);
    return result;
}
static int
__Pyx_CyFunction_init_defaults(__pyx_CyFunctionObject *op) {
    int result = 0;
    PyObject *res = op->defaults_getter((PyObject *) op);
    if (unlikely(!res))
        return -1;
    #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
    op->defaults_tuple = PyTuple_GET_ITEM(res, 0);
    Py_INCREF(op->defaults_tuple);
    op->defaults_kwdict = PyTuple_GET_ITEM(res, 1);
    Py_INCREF(op->defaults_kwdict);
    #else
    op->defaults_tuple = PySequence_ITEM(res, 0);
    if (unlikely(!op->defaults_tuple)) result = -1;
    else {
        op->defaults_kwdict = PySequence_ITEM(res, 1);
        if (unlikely(!op->defaults_kwdict)) result = -1;
    }
    #endif
    Py_DECREF(res);
    return result;
}
static int
__Pyx_CyFunction_set_defaults(__pyx_CyFunctionObject *op, PyObject* value) {
    PyObject* tmp;
    if (!value) {
        value = Py_None;
    } else if (value != Py_None && !PyTuple_Check(value)) {
        PyErr_SetString(PyExc_TypeError,
                        "__defaults__ must be set to a tuple object");
        return -1;
    }
    Py_INCREF(value);
    tmp = op->defaults_tuple;
    op->defaults_tuple = value;
    Py_XDECREF(tmp);
    return 0;
}
static PyObject *
__Pyx_CyFunction_get_defaults(__pyx_CyFunctionObject *op) {
    PyObject* result = op->defaults_tuple;
    if (unlikely(!result)) {
        if (op->defaults_getter) {
            if (__Pyx_CyFunction_init_defaults(op) < 0) return NULL;
            result = op->defaults_tuple;
        } else {
            result = Py_None;
        }
    }
    Py_INCREF(result);
    return result;
}
static int
__Pyx_CyFunction_set_kwdefaults(__pyx_CyFunctionObject *op, PyObject* value) {
    PyObject* tmp;
    if (!value) {
        value = Py_None;
    } else if (value != Py_None && !PyDict_Check(value)) {
        PyErr_SetString(PyExc_TypeError,
                        "__kwdefaults__ must be set to a dict object");
        return -1;
    }
    Py_INCREF(value);
    tmp = op->defaults_kwdict;
    op->defaults_kwdict = value;
    Py_XDECREF(tmp);
    return 0;
}
static PyObject *
__Pyx_CyFunction_get_kwdefaults(__pyx_CyFunctionObject *op) {
    PyObject* result = op->defaults_kwdict;
    if (unlikely(!result)) {
        if (op->defaults_getter) {
            if (__Pyx_CyFunction_init_defaults(op) < 0) return NULL;
            result = op->defaults_kwdict;
        } else {
            result = Py_None;
        }
    }
    Py_INCREF(result);
    return result;
}
static int
__Pyx_CyFunction_set_annotations(__pyx_CyFunctionObject *op, PyObject* value) {
    PyObject* tmp;
    if (!value || value == Py_None) {
        value = NULL;
    } else if (!PyDict_Check(value)) {
        PyErr_SetString(PyExc_TypeError,
                        "__annotations__ must be set to a dict object");
        return -1;
    }
    Py_XINCREF(value);
    tmp = op->func_annotations;
    op->func_annotations = value;
    Py_XDECREF(tmp);
    return 0;
}
static PyObject *
__Pyx_CyFunction_get_annotations(__pyx_CyFunctionObject *op) {
    PyObject* result = op->func_annotations;
    if (unlikely(!result)) {
        result = PyDict_New();
        if (unlikely(!result)) return NULL;
        op->func_annotations = result;
    }
    Py_INCREF(result);
    return result;
}
static PyGetSetDef __pyx_CyFunction_getsets[] = {
    {(char *) "func_doc", (getter)__Pyx_CyFunction_get_doc, (setter)__Pyx_CyFunction_set_doc, 0, 0},
    {(char *) "__doc__",  (getter)__Pyx_CyFunction_get_doc, (setter)__Pyx_CyFunction_set_doc, 0, 0},
    {(char *) "func_name", (getter)__Pyx_CyFunction_get_name, (setter)__Pyx_CyFunction_set_name, 0, 0},
    {(char *) "__name__", (getter)__Pyx_CyFunction_get_name, (setter)__Pyx_CyFunction_set_name, 0, 0},
    {(char *) "__qualname__", (getter)__Pyx_CyFunction_get_qualname, (setter)__Pyx_CyFunction_set_qualname, 0, 0},
    {(char *) "__self__", (getter)__Pyx_CyFunction_get_self, 0, 0, 0},
    {(char *) "func_dict", (getter)__Pyx_CyFunction_get_dict, (setter)__Pyx_CyFunction_set_dict, 0, 0},
    {(char *) "__dict__", (getter)__Pyx_CyFunction_get_dict, (setter)__Pyx_CyFunction_set_dict, 0, 0},
    {(char *) "func_globals", (getter)__Pyx_CyFunction_get_globals, 0, 0, 0},
    {(char *) "__globals__", (getter)__Pyx_CyFunction_get_globals, 0, 0, 0},
    {(char *) "func_closure", (getter)__Pyx_CyFunction_get_closure, 0, 0, 0},
    {(char *) "__closure__", (getter)__Pyx_CyFunction_get_closure, 0, 0, 0},
    {(char *) "func_code", (getter)__Pyx_CyFunction_get_code, 0, 0, 0},
    {(char *) "__code__", (getter)__Pyx_CyFunction_get_code, 0, 0, 0},
    {(char *) "func_defaults", (getter)__Pyx_CyFunction_get_defaults, (setter)__Pyx_CyFunction_set_defaults, 0, 0},
    {(char *) "__defaults__", (getter)__Pyx_CyFunction_get_defaults, (setter)__Pyx_CyFunction_set_defaults, 0, 0},
    {(char *) "__kwdefaults__", (getter)__Pyx_CyFunction_get_kwdefaults, (setter)__Pyx_CyFunction_set_kwdefaults, 0, 0},
    {(char *) "__annotations__", (getter)__Pyx_CyFunction_get_annotations, (setter)__Pyx_CyFunction_set_annotations, 0, 0},
    {0, 0, 0, 0, 0}
};
static PyMemberDef __pyx_CyFunction_members[] = {
    {(char *) "__module__", T_OBJECT, offsetof(__pyx_CyFunctionObject, func.m_module), PY_WRITE_RESTRICTED, 0},
    {0, 0, 0,  0, 0}
};
static PyObject *
__Pyx_CyFunction_reduce(__pyx_CyFunctionObject *m, CYTHON_UNUSED PyObject *args)
{
#if PY_MAJOR_VERSION >= 3
    return PyUnicode_FromString(m->func.m_ml->ml_name);
#else
    return PyString_FromString(m->func.m_ml->ml_name);
#endif
}
static PyMethodDef __pyx_CyFunction_methods[] = {
    {"__reduce__", (PyCFunction)__Pyx_CyFunction_reduce, METH_VARARGS, 0},
    {0, 0, 0, 0}
};
#if PY_VERSION_HEX < 0x030500A0
#define __Pyx_CyFunction_weakreflist(cyfunc) ((cyfunc)->func_weakreflist)
#else
#define __Pyx_CyFunction_weakreflist(cyfunc) ((cyfunc)->func.m_weakreflist)
#endif
static PyObject *__Pyx_CyFunction_New(PyTypeObject *type, PyMethodDef *ml, int flags, PyObject* qualname,
                                      PyObject *closure, PyObject *module, PyObject* globals, PyObject* code) {
    __pyx_CyFunctionObject *op = PyObject_GC_New(__pyx_CyFunctionObject, type);
    if (op == NULL)
        return NULL;
    op->flags = flags;
    __Pyx_CyFunction_weakreflist(op) = NULL;
    op->func.m_ml = ml;
    op->func.m_self = (PyObject *) op;
    Py_XINCREF(closure);
    op->func_closure = closure;
    Py_XINCREF(module);
    op->func.m_module = module;
    op->func_dict = NULL;
    op->func_name = NULL;
    Py_INCREF(qualname);
    op->func_qualname = qualname;
    op->func_doc = NULL;
    op->func_classobj = NULL;
    op->func_globals = globals;
    Py_INCREF(op->func_globals);
    Py_XINCREF(code);
    op->func_code = code;
    op->defaults_pyobjects = 0;
    op->defaults = NULL;
    op->defaults_tuple = NULL;
    op->defaults_kwdict = NULL;
    op->defaults_getter = NULL;
    op->func_annotations = NULL;
    PyObject_GC_Track(op);
    return (PyObject *) op;
}
static int
__Pyx_CyFunction_clear(__pyx_CyFunctionObject *m)
{
    Py_CLEAR(m->func_closure);
    Py_CLEAR(m->func.m_module);
    Py_CLEAR(m->func_dict);
    Py_CLEAR(m->func_name);
    Py_CLEAR(m->func_qualname);
    Py_CLEAR(m->func_doc);
    Py_CLEAR(m->func_globals);
    Py_CLEAR(m->func_code);
    Py_CLEAR(m->func_classobj);
    Py_CLEAR(m->defaults_tuple);
    Py_CLEAR(m->defaults_kwdict);
    Py_CLEAR(m->func_annotations);
    if (m->defaults) {
        PyObject **pydefaults = __Pyx_CyFunction_Defaults(PyObject *, m);
        int i;
        for (i = 0; i < m->defaults_pyobjects; i++)
            Py_XDECREF(pydefaults[i]);
        PyObject_Free(m->defaults);
        m->defaults = NULL;
    }
    return 0;
}
static void __Pyx_CyFunction_dealloc(__pyx_CyFunctionObject *m)
{
    PyObject_GC_UnTrack(m);
    if (__Pyx_CyFunction_weakreflist(m) != NULL)
        PyObject_ClearWeakRefs((PyObject *) m);
    __Pyx_CyFunction_clear(m);
    PyObject_GC_Del(m);
}
static int __Pyx_CyFunction_traverse(__pyx_CyFunctionObject *m, visitproc visit, void *arg)
{
    Py_VISIT(m->func_closure);
    Py_VISIT(m->func.m_module);
    Py_VISIT(m->func_dict);
    Py_VISIT(m->func_name);
    Py_VISIT(m->func_qualname);
    Py_VISIT(m->func_doc);
    Py_VISIT(m->func_globals);
    Py_VISIT(m->func_code);
    Py_VISIT(m->func_classobj);
    Py_VISIT(m->defaults_tuple);
    Py_VISIT(m->defaults_kwdict);
    if (m->defaults) {
        PyObject **pydefaults = __Pyx_CyFunction_Defaults(PyObject *, m);
        int i;
        for (i = 0; i < m->defaults_pyobjects; i++)
            Py_VISIT(pydefaults[i]);
    }
    return 0;
}
static PyObject *__Pyx_CyFunction_descr_get(PyObject *func, PyObject *obj, PyObject *type)
{
    __pyx_CyFunctionObject *m = (__pyx_CyFunctionObject *) func;
    if (m->flags & __Pyx_CYFUNCTION_STATICMETHOD) {
        Py_INCREF(func);
        return func;
    }
    if (m->flags & __Pyx_CYFUNCTION_CLASSMETHOD) {
        if (type == NULL)
            type = (PyObject *)(Py_TYPE(obj));
        return __Pyx_PyMethod_New(func, type, (PyObject *)(Py_TYPE(type)));
    }
    if (obj == Py_None)
        obj = NULL;
    return __Pyx_PyMethod_New(func, obj, type);
}
static PyObject*
__Pyx_CyFunction_repr(__pyx_CyFunctionObject *op)
{
#if PY_MAJOR_VERSION >= 3
    return PyUnicode_FromFormat("<cyfunction %U at %p>",
                                op->func_qualname, (void *)op);
#else
    return PyString_FromFormat("<cyfunction %s at %p>",
                               PyString_AsString(op->func_qualname), (void *)op);
#endif
}
static PyObject * __Pyx_CyFunction_CallMethod(PyObject *func, PyObject *self, PyObject *arg, PyObject *kw) {
    PyCFunctionObject* f = (PyCFunctionObject*)func;
    PyCFunction meth = f->m_ml->ml_meth;
    Py_ssize_t size;
    switch (f->m_ml->ml_flags & (METH_VARARGS | METH_KEYWORDS | METH_NOARGS | METH_O)) {
    case METH_VARARGS:
        if (likely(kw == NULL || PyDict_Size(kw) == 0))
            return (*meth)(self, arg);
        break;
    case METH_VARARGS | METH_KEYWORDS:
        return (*(PyCFunctionWithKeywords)meth)(self, arg, kw);
    case METH_NOARGS:
        if (likely(kw == NULL || PyDict_Size(kw) == 0)) {
            size = PyTuple_GET_SIZE(arg);
            if (likely(size == 0))
                return (*meth)(self, NULL);
            PyErr_Format(PyExc_TypeError,
                "%.200s() takes no arguments (%" CYTHON_FORMAT_SSIZE_T "d given)",
                f->m_ml->ml_name, size);
            return NULL;
        }
        break;
    case METH_O:
        if (likely(kw == NULL || PyDict_Size(kw) == 0)) {
            size = PyTuple_GET_SIZE(arg);
            if (likely(size == 1)) {
                PyObject *result, *arg0 = PySequence_ITEM(arg, 0);
                if (unlikely(!arg0)) return NULL;
                result = (*meth)(self, arg0);
                Py_DECREF(arg0);
                return result;
            }
            PyErr_Format(PyExc_TypeError,
                "%.200s() takes exactly one argument (%" CYTHON_FORMAT_SSIZE_T "d given)",
                f->m_ml->ml_name, size);
            return NULL;
        }
        break;
    default:
        PyErr_SetString(PyExc_SystemError, "Bad call flags in "
                        "__Pyx_CyFunction_Call. METH_OLDARGS is no "
                        "longer supported!");
        return NULL;
    }
    PyErr_Format(PyExc_TypeError, "%.200s() takes no keyword arguments",
                 f->m_ml->ml_name);
    return NULL;
}
static CYTHON_INLINE PyObject *__Pyx_CyFunction_Call(PyObject *func, PyObject *arg, PyObject *kw) {
    return __Pyx_CyFunction_CallMethod(func, ((PyCFunctionObject*)func)->m_self, arg, kw);
}
static PyObject *__Pyx_CyFunction_CallAsMethod(PyObject *func, PyObject *args, PyObject *kw) {
    PyObject *result;
    __pyx_CyFunctionObject *cyfunc = (__pyx_CyFunctionObject *) func;
    if ((cyfunc->flags & __Pyx_CYFUNCTION_CCLASS) && !(cyfunc->flags & __Pyx_CYFUNCTION_STATICMETHOD)) {
        Py_ssize_t argc;
        PyObject *new_args;
        PyObject *self;
        argc = PyTuple_GET_SIZE(args);
        new_args = PyTuple_GetSlice(args, 1, argc);
        if (unlikely(!new_args))
            return NULL;
        self = PyTuple_GetItem(args, 0);
        if (unlikely(!self)) {
            Py_DECREF(new_args);
            return NULL;
        }
        result = __Pyx_CyFunction_CallMethod(func, self, new_args, kw);
        Py_DECREF(new_args);
    } else {
        result = __Pyx_CyFunction_Call(func, args, kw);
    }
    return result;
}
static PyTypeObject __pyx_CyFunctionType_type = {
    PyVarObject_HEAD_INIT(0, 0)
    "cython_function_or_method",
    sizeof(__pyx_CyFunctionObject),
    0,
    (destructor) __Pyx_CyFunction_dealloc,
    0,
    0,
    0,
#if PY_MAJOR_VERSION < 3
    0,
#else
    0,
#endif
    (reprfunc) __Pyx_CyFunction_repr,
    0,
    0,
    0,
    0,
    __Pyx_CyFunction_CallAsMethod,
    0,
    0,
    0,
    0,
    Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC,
    0,
    (traverseproc) __Pyx_CyFunction_traverse,
    (inquiry) __Pyx_CyFunction_clear,
    0,
#if PY_VERSION_HEX < 0x030500A0
    offsetof(__pyx_CyFunctionObject, func_weakreflist),
#else
    offsetof(PyCFunctionObject, m_weakreflist),
#endif
    0,
    0,
    __pyx_CyFunction_methods,
    __pyx_CyFunction_members,
    __pyx_CyFunction_getsets,
    0,
    0,
    __Pyx_CyFunction_descr_get,
    0,
    offsetof(__pyx_CyFunctionObject, func_dict),
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
#if PY_VERSION_HEX >= 0x030400a1
    0,
#endif
};
static int __pyx_CyFunction_init(void) {
    __pyx_CyFunctionType = __Pyx_FetchCommonType(&__pyx_CyFunctionType_type);
    if (__pyx_CyFunctionType == NULL) {
        return -1;
    }
    return 0;
}
static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects) {
    __pyx_CyFunctionObject *m = (__pyx_CyFunctionObject *) func;
    m->defaults = PyObject_Malloc(size);
    if (!m->defaults)
        return PyErr_NoMemory();
    memset(m->defaults, 0, size);
    m->defaults_pyobjects = pyobjects;
    return m->defaults;
}
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsTuple(PyObject *func, PyObject *tuple) {
    __pyx_CyFunctionObject *m = (__pyx_CyFunctionObject *) func;
    m->defaults_tuple = tuple;
    Py_INCREF(tuple);
}
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) {
    __pyx_CyFunctionObject *m = (__pyx_CyFunctionObject *) func;
    m->defaults_kwdict = dict;
    Py_INCREF(dict);
}
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) {
    __pyx_CyFunctionObject *m = (__pyx_CyFunctionObject *) func;
    m->func_annotations = dict;
    Py_INCREF(dict);
}

/* SliceTupleAndList */
              #if CYTHON_COMPILING_IN_CPYTHON
static CYTHON_INLINE void __Pyx_crop_slice(Py_ssize_t* _start, Py_ssize_t* _stop, Py_ssize_t* _length) {
    Py_ssize_t start = *_start, stop = *_stop, length = *_length;
    if (start < 0) {
        start += length;
        if (start < 0)
            start = 0;
    }
    if (stop < 0)
        stop += length;
    else if (stop > length)
        stop = length;
    *_length = stop - start;
    *_start = start;
    *_stop = stop;
}
static CYTHON_INLINE void __Pyx_copy_object_array(PyObject** CYTHON_RESTRICT src, PyObject** CYTHON_RESTRICT dest, Py_ssize_t length) {
    PyObject *v;
    Py_ssize_t i;
    for (i = 0; i < length; i++) {
        v = dest[i] = src[i];
        Py_INCREF(v);
    }
}
static CYTHON_INLINE PyObject* __Pyx_PyList_GetSlice(
            PyObject* src, Py_ssize_t start, Py_ssize_t stop) {
    PyObject* dest;
    Py_ssize_t length = PyList_GET_SIZE(src);
    __Pyx_crop_slice(&start, &stop, &length);
    if (unlikely(length <= 0))
        return PyList_New(0);
    dest = PyList_New(length);
    if (unlikely(!dest))
        return NULL;
    __Pyx_copy_object_array(
        ((PyListObject*)src)->ob_item + start,
        ((PyListObject*)dest)->ob_item,
        length);
    return dest;
}
static CYTHON_INLINE PyObject* __Pyx_PyTuple_GetSlice(
            PyObject* src, Py_ssize_t start, Py_ssize_t stop) {
    PyObject* dest;
    Py_ssize_t length = PyTuple_GET_SIZE(src);
    __Pyx_crop_slice(&start, &stop, &length);
    if (unlikely(length <= 0))
        return PyTuple_New(0);
    dest = PyTuple_New(length);
    if (unlikely(!dest))
        return NULL;
    __Pyx_copy_object_array(
        ((PyTupleObject*)src)->ob_item + start,
        ((PyTupleObject*)dest)->ob_item,
        length);
    return dest;
}
#endif

/* GetItemIntUnicode */
              static CYTHON_INLINE Py_UCS4 __Pyx_GetItemInt_Unicode_Fast(PyObject* ustring, Py_ssize_t i,
                                                           int wraparound, int boundscheck) {
    Py_ssize_t length;
    if (unlikely(__Pyx_PyUnicode_READY(ustring) < 0)) return (Py_UCS4)-1;
    if (wraparound | boundscheck) {
        length = __Pyx_PyUnicode_GET_LENGTH(ustring);
        if (wraparound & unlikely(i < 0)) i += length;
        if ((!boundscheck) || likely((0 <= i) & (i < length))) {
            return __Pyx_PyUnicode_READ_CHAR(ustring, i);
        } else {
            PyErr_SetString(PyExc_IndexError, "string index out of range");
            return (Py_UCS4)-1;
        }
    } else {
        return __Pyx_PyUnicode_READ_CHAR(ustring, i);
    }
}

/* PyObjectCallMethod0 */
              static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) {
    PyObject *method, *result = NULL;
    method = __Pyx_PyObject_GetAttrStr(obj, method_name);
    if (unlikely(!method)) goto bad;
#if CYTHON_UNPACK_METHODS
    if (likely(PyMethod_Check(method))) {
        PyObject *self = PyMethod_GET_SELF(method);
        if (likely(self)) {
            PyObject *function = PyMethod_GET_FUNCTION(method);
            result = __Pyx_PyObject_CallOneArg(function, self);
            Py_DECREF(method);
            return result;
        }
    }
#endif
    result = __Pyx_PyObject_CallNoArg(method);
    Py_DECREF(method);
bad:
    return result;
}

/* UnpackUnboundCMethod */
              static int __Pyx_TryUnpackUnboundCMethod(__Pyx_CachedCFunction* target) {
    PyObject *method;
    method = __Pyx_PyObject_GetAttrStr(target->type, *target->method_name);
    if (unlikely(!method))
        return -1;
    target->method = method;
#if CYTHON_COMPILING_IN_CPYTHON
    #if PY_MAJOR_VERSION >= 3
    if (likely(PyObject_TypeCheck(method, &PyMethodDescr_Type)))
    #endif
    {
        PyMethodDescrObject *descr = (PyMethodDescrObject*) method;
        target->func = descr->d_method->ml_meth;
        target->flag = descr->d_method->ml_flags & ~(METH_CLASS | METH_STATIC | METH_COEXIST);
    }
#endif
    return 0;
}

/* CallUnboundCMethod0 */
              static PyObject* __Pyx__CallUnboundCMethod0(__Pyx_CachedCFunction* cfunc, PyObject* self) {
    PyObject *args, *result = NULL;
    if (unlikely(!cfunc->method) && unlikely(__Pyx_TryUnpackUnboundCMethod(cfunc) < 0)) return NULL;
#if CYTHON_ASSUME_SAFE_MACROS
    args = PyTuple_New(1);
    if (unlikely(!args)) goto bad;
    Py_INCREF(self);
    PyTuple_SET_ITEM(args, 0, self);
#else
    args = PyTuple_Pack(1, self);
    if (unlikely(!args)) goto bad;
#endif
    result = __Pyx_PyObject_Call(cfunc->method, args, NULL);
    Py_DECREF(args);
bad:
    return result;
}

/* pop */
              static CYTHON_INLINE PyObject* __Pyx__PyObject_Pop(PyObject* L) {
    if (Py_TYPE(L) == &PySet_Type) {
        return PySet_Pop(L);
    }
    return __Pyx_PyObject_CallMethod0(L, __pyx_n_s_pop);
}
#if CYTHON_USE_PYLIST_INTERNALS && CYTHON_ASSUME_SAFE_MACROS
static CYTHON_INLINE PyObject* __Pyx_PyList_Pop(PyObject* L) {
    if (likely(PyList_GET_SIZE(L) > (((PyListObject*)L)->allocated >> 1))) {
        Py_SIZE(L) -= 1;
        return PyList_GET_ITEM(L, PyList_GET_SIZE(L));
    }
    return __Pyx_CallUnboundCMethod0(&__pyx_umethod_PyList_Type_pop, L);
}
#endif

/* PyIntBinop */
              #if !CYTHON_COMPILING_IN_PYPY
static PyObject* __Pyx_PyInt_SubtractObjC(PyObject *op1, PyObject *op2, CYTHON_UNUSED long intval, CYTHON_UNUSED int inplace) {
    #if PY_MAJOR_VERSION < 3
    if (likely(PyInt_CheckExact(op1))) {
        const long b = intval;
        long x;
        long a = PyInt_AS_LONG(op1);
            x = (long)((unsigned long)a - b);
            if (likely((x^a) >= 0 || (x^~b) >= 0))
                return PyInt_FromLong(x);
            return PyLong_Type.tp_as_number->nb_subtract(op1, op2);
    }
    #endif
    #if CYTHON_USE_PYLONG_INTERNALS
    if (likely(PyLong_CheckExact(op1))) {
        const long b = intval;
        long a, x;
#ifdef HAVE_LONG_LONG
        const PY_LONG_LONG llb = intval;
        PY_LONG_LONG lla, llx;
#endif
        const digit* digits = ((PyLongObject*)op1)->ob_digit;
        const Py_ssize_t size = Py_SIZE(op1);
        if (likely(__Pyx_sst_abs(size) <= 1)) {
            a = likely(size) ? digits[0] : 0;
            if (size == -1) a = -a;
        } else {
            switch (size) {
                case -2:
                    if (8 * sizeof(long) - 1 > 2 * PyLong_SHIFT) {
                        a = -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
#ifdef HAVE_LONG_LONG
                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 2 * PyLong_SHIFT) {
                        lla = -(PY_LONG_LONG) (((((unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));
                        goto long_long;
#endif
                    }
                case 2:
                    if (8 * sizeof(long) - 1 > 2 * PyLong_SHIFT) {
                        a = (long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
#ifdef HAVE_LONG_LONG
                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 2 * PyLong_SHIFT) {
                        lla = (PY_LONG_LONG) (((((unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));
                        goto long_long;
#endif
                    }
                case -3:
                    if (8 * sizeof(long) - 1 > 3 * PyLong_SHIFT) {
                        a = -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
#ifdef HAVE_LONG_LONG
                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 3 * PyLong_SHIFT) {
                        lla = -(PY_LONG_LONG) (((((((unsigned PY_LONG_LONG)digits[2]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));
                        goto long_long;
#endif
                    }
                case 3:
                    if (8 * sizeof(long) - 1 > 3 * PyLong_SHIFT) {
                        a = (long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
#ifdef HAVE_LONG_LONG
                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 3 * PyLong_SHIFT) {
                        lla = (PY_LONG_LONG) (((((((unsigned PY_LONG_LONG)digits[2]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));
                        goto long_long;
#endif
                    }
                case -4:
                    if (8 * sizeof(long) - 1 > 4 * PyLong_SHIFT) {
                        a = -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
#ifdef HAVE_LONG_LONG
                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 4 * PyLong_SHIFT) {
                        lla = -(PY_LONG_LONG) (((((((((unsigned PY_LONG_LONG)digits[3]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[2]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));
                        goto long_long;
#endif
                    }
                case 4:
                    if (8 * sizeof(long) - 1 > 4 * PyLong_SHIFT) {
                        a = (long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
#ifdef HAVE_LONG_LONG
                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 4 * PyLong_SHIFT) {
                        lla = (PY_LONG_LONG) (((((((((unsigned PY_LONG_LONG)digits[3]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[2]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));
                        goto long_long;
#endif
                    }
                default: return PyLong_Type.tp_as_number->nb_subtract(op1, op2);
            }
        }
                x = a - b;
            return PyLong_FromLong(x);
#ifdef HAVE_LONG_LONG
        long_long:
                llx = lla - llb;
            return PyLong_FromLongLong(llx);
#endif
        
        
    }
    #endif
    if (PyFloat_CheckExact(op1)) {
        const long b = intval;
        double a = PyFloat_AS_DOUBLE(op1);
            double result;
            PyFPE_START_PROTECT("subtract", return NULL)
            result = ((double)a) - (double)b;
            PyFPE_END_PROTECT(result)
            return PyFloat_FromDouble(result);
    }
    return (inplace ? PyNumber_InPlaceSubtract : PyNumber_Subtract)(op1, op2);
}
#endif

/* PyIntBinop */
              #if !CYTHON_COMPILING_IN_PYPY
static PyObject* __Pyx_PyInt_EqObjC(PyObject *op1, PyObject *op2, CYTHON_UNUSED long intval, CYTHON_UNUSED int inplace) {
    if (op1 == op2) {
        Py_RETURN_TRUE;
    }
    #if PY_MAJOR_VERSION < 3
    if (likely(PyInt_CheckExact(op1))) {
        const long b = intval;
        long a = PyInt_AS_LONG(op1);
        if (a == b) {
            Py_RETURN_TRUE;
        } else {
            Py_RETURN_FALSE;
        }
    }
    #endif
    #if CYTHON_USE_PYLONG_INTERNALS
    if (likely(PyLong_CheckExact(op1))) {
        const long b = intval;
        long a;
        const digit* digits = ((PyLongObject*)op1)->ob_digit;
        const Py_ssize_t size = Py_SIZE(op1);
        if (likely(__Pyx_sst_abs(size) <= 1)) {
            a = likely(size) ? digits[0] : 0;
            if (size == -1) a = -a;
        } else {
            switch (size) {
                case -2:
                    if (8 * sizeof(long) - 1 > 2 * PyLong_SHIFT) {
                        a = -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
                    }
                case 2:
                    if (8 * sizeof(long) - 1 > 2 * PyLong_SHIFT) {
                        a = (long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
                    }
                case -3:
                    if (8 * sizeof(long) - 1 > 3 * PyLong_SHIFT) {
                        a = -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
                    }
                case 3:
                    if (8 * sizeof(long) - 1 > 3 * PyLong_SHIFT) {
                        a = (long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
                    }
                case -4:
                    if (8 * sizeof(long) - 1 > 4 * PyLong_SHIFT) {
                        a = -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
                    }
                case 4:
                    if (8 * sizeof(long) - 1 > 4 * PyLong_SHIFT) {
                        a = (long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));
                        break;
                    }
                #if PyLong_SHIFT < 30 && PyLong_SHIFT != 15
                default: return PyLong_Type.tp_richcompare(op1, op2, Py_EQ);
                #else
                default: Py_RETURN_FALSE;
                #endif
            }
        }
            if (a == b) {
                Py_RETURN_TRUE;
            } else {
                Py_RETURN_FALSE;
            }
    }
    #endif
    if (PyFloat_CheckExact(op1)) {
        const long b = intval;
        double a = PyFloat_AS_DOUBLE(op1);
            if ((double)a == (double)b) {
                Py_RETURN_TRUE;
            } else {
                Py_RETURN_FALSE;
            }
    }
    return PyObject_RichCompare(op1, op2, Py_EQ);
}
#endif

/* BytesEquals */
              static CYTHON_INLINE int __Pyx_PyBytes_Equals(PyObject* s1, PyObject* s2, int equals) {
#if CYTHON_COMPILING_IN_PYPY
    return PyObject_RichCompareBool(s1, s2, equals);
#else
    if (s1 == s2) {
        return (equals == Py_EQ);
    } else if (PyBytes_CheckExact(s1) & PyBytes_CheckExact(s2)) {
        const char *ps1, *ps2;
        Py_ssize_t length = PyBytes_GET_SIZE(s1);
        if (length != PyBytes_GET_SIZE(s2))
            return (equals == Py_NE);
        ps1 = PyBytes_AS_STRING(s1);
        ps2 = PyBytes_AS_STRING(s2);
        if (ps1[0] != ps2[0]) {
            return (equals == Py_NE);
        } else if (length == 1) {
            return (equals == Py_EQ);
        } else {
            int result;
#if CYTHON_USE_UNICODE_INTERNALS
            Py_hash_t hash1, hash2;
            hash1 = ((PyBytesObject*)s1)->ob_shash;
            hash2 = ((PyBytesObject*)s2)->ob_shash;
            if (hash1 != hash2 && hash1 != -1 && hash2 != -1) {
                return (equals == Py_NE);
            }
#endif
            result = memcmp(ps1, ps2, (size_t)length);
            return (equals == Py_EQ) ? (result == 0) : (result != 0);
        }
    } else if ((s1 == Py_None) & PyBytes_CheckExact(s2)) {
        return (equals == Py_NE);
    } else if ((s2 == Py_None) & PyBytes_CheckExact(s1)) {
        return (equals == Py_NE);
    } else {
        int result;
        PyObject* py_result = PyObject_RichCompare(s1, s2, equals);
        if (!py_result)
            return -1;
        result = __Pyx_PyObject_IsTrue(py_result);
        Py_DECREF(py_result);
        return result;
    }
#endif
}

/* UnicodeEquals */
              static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int equals) {
#if CYTHON_COMPILING_IN_PYPY
    return PyObject_RichCompareBool(s1, s2, equals);
#else
#if PY_MAJOR_VERSION < 3
    PyObject* owned_ref = NULL;
#endif
    int s1_is_unicode, s2_is_unicode;
    if (s1 == s2) {
        goto return_eq;
    }
    s1_is_unicode = PyUnicode_CheckExact(s1);
    s2_is_unicode = PyUnicode_CheckExact(s2);
#if PY_MAJOR_VERSION < 3
    if ((s1_is_unicode & (!s2_is_unicode)) && PyString_CheckExact(s2)) {
        owned_ref = PyUnicode_FromObject(s2);
        if (unlikely(!owned_ref))
            return -1;
        s2 = owned_ref;
        s2_is_unicode = 1;
    } else if ((s2_is_unicode & (!s1_is_unicode)) && PyString_CheckExact(s1)) {
        owned_ref = PyUnicode_FromObject(s1);
        if (unlikely(!owned_ref))
            return -1;
        s1 = owned_ref;
        s1_is_unicode = 1;
    } else if (((!s2_is_unicode) & (!s1_is_unicode))) {
        return __Pyx_PyBytes_Equals(s1, s2, equals);
    }
#endif
    if (s1_is_unicode & s2_is_unicode) {
        Py_ssize_t length;
        int kind;
        void *data1, *data2;
        if (unlikely(__Pyx_PyUnicode_READY(s1) < 0) || unlikely(__Pyx_PyUnicode_READY(s2) < 0))
            return -1;
        length = __Pyx_PyUnicode_GET_LENGTH(s1);
        if (length != __Pyx_PyUnicode_GET_LENGTH(s2)) {
            goto return_ne;
        }
#if CYTHON_USE_UNICODE_INTERNALS
        {
            Py_hash_t hash1, hash2;
        #if CYTHON_PEP393_ENABLED
            hash1 = ((PyASCIIObject*)s1)->hash;
            hash2 = ((PyASCIIObject*)s2)->hash;
        #else
            hash1 = ((PyUnicodeObject*)s1)->hash;
            hash2 = ((PyUnicodeObject*)s2)->hash;
        #endif
            if (hash1 != hash2 && hash1 != -1 && hash2 != -1) {
                goto return_ne;
            }
        }
#endif
        kind = __Pyx_PyUnicode_KIND(s1);
        if (kind != __Pyx_PyUnicode_KIND(s2)) {
            goto return_ne;
        }
        data1 = __Pyx_PyUnicode_DATA(s1);
        data2 = __Pyx_PyUnicode_DATA(s2);
        if (__Pyx_PyUnicode_READ(kind, data1, 0) != __Pyx_PyUnicode_READ(kind, data2, 0)) {
            goto return_ne;
        } else if (length == 1) {
            goto return_eq;
        } else {
            int result = memcmp(data1, data2, (size_t)(length * kind));
            #if PY_MAJOR_VERSION < 3
            Py_XDECREF(owned_ref);
            #endif
            return (equals == Py_EQ) ? (result == 0) : (result != 0);
        }
    } else if ((s1 == Py_None) & s2_is_unicode) {
        goto return_ne;
    } else if ((s2 == Py_None) & s1_is_unicode) {
        goto return_ne;
    } else {
        int result;
        PyObject* py_result = PyObject_RichCompare(s1, s2, equals);
        if (!py_result)
            return -1;
        result = __Pyx_PyObject_IsTrue(py_result);
        Py_DECREF(py_result);
        return result;
    }
return_eq:
    #if PY_MAJOR_VERSION < 3
    Py_XDECREF(owned_ref);
    #endif
    return (equals == Py_EQ);
return_ne:
    #if PY_MAJOR_VERSION < 3
    Py_XDECREF(owned_ref);
    #endif
    return (equals == Py_NE);
#endif
}

/* Import */
              static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level) {
    PyObject *empty_list = 0;
    PyObject *module = 0;
    PyObject *global_dict = 0;
    PyObject *empty_dict = 0;
    PyObject *list;
    #if PY_VERSION_HEX < 0x03030000
    PyObject *py_import;
    py_import = __Pyx_PyObject_GetAttrStr(__pyx_b, __pyx_n_s_import);
    if (!py_import)
        goto bad;
    #endif
    if (from_list)
        list = from_list;
    else {
        empty_list = PyList_New(0);
        if (!empty_list)
            goto bad;
        list = empty_list;
    }
    global_dict = PyModule_GetDict(__pyx_m);
    if (!global_dict)
        goto bad;
    empty_dict = PyDict_New();
    if (!empty_dict)
        goto bad;
    {
        #if PY_MAJOR_VERSION >= 3
        if (level == -1) {
            if (strchr(__Pyx_MODULE_NAME, '.')) {
                #if PY_VERSION_HEX < 0x03030000
                PyObject *py_level = PyInt_FromLong(1);
                if (!py_level)
                    goto bad;
                module = PyObject_CallFunctionObjArgs(py_import,
                    name, global_dict, empty_dict, list, py_level, NULL);
                Py_DECREF(py_level);
                #else
                module = PyImport_ImportModuleLevelObject(
                    name, global_dict, empty_dict, list, 1);
                #endif
                if (!module) {
                    if (!PyErr_ExceptionMatches(PyExc_ImportError))
                        goto bad;
                    PyErr_Clear();
                }
            }
            level = 0;
        }
        #endif
        if (!module) {
            #if PY_VERSION_HEX < 0x03030000
            PyObject *py_level = PyInt_FromLong(level);
            if (!py_level)
                goto bad;
            module = PyObject_CallFunctionObjArgs(py_import,
                name, global_dict, empty_dict, list, py_level, NULL);
            Py_DECREF(py_level);
            #else
            module = PyImport_ImportModuleLevelObject(
                name, global_dict, empty_dict, list, level);
            #endif
        }
    }
bad:
    #if PY_VERSION_HEX < 0x03030000
    Py_XDECREF(py_import);
    #endif
    Py_XDECREF(empty_list);
    Py_XDECREF(empty_dict);
    return module;
}

/* ImportFrom */
              static PyObject* __Pyx_ImportFrom(PyObject* module, PyObject* name) {
    PyObject* value = __Pyx_PyObject_GetAttrStr(module, name);
    if (unlikely(!value) && PyErr_ExceptionMatches(PyExc_AttributeError)) {
        PyErr_Format(PyExc_ImportError,
        #if PY_MAJOR_VERSION < 3
            "cannot import name %.230s", PyString_AS_STRING(name));
        #else
            "cannot import name %S", name);
        #endif
    }
    return value;
}

/* GetVTable */
              static void* __Pyx_GetVtable(PyObject *dict) {
    void* ptr;
    PyObject *ob = PyObject_GetItem(dict, __pyx_n_s_pyx_vtable);
    if (!ob)
        goto bad;
#if PY_VERSION_HEX >= 0x02070000
    ptr = PyCapsule_GetPointer(ob, 0);
#else
    ptr = PyCObject_AsVoidPtr(ob);
#endif
    if (!ptr && !PyErr_Occurred())
        PyErr_SetString(PyExc_RuntimeError, "invalid vtable found for imported type");
    Py_DECREF(ob);
    return ptr;
bad:
    Py_XDECREF(ob);
    return NULL;
}

/* CLineInTraceback */
              static int __Pyx_CLineForTraceback(int c_line) {
#ifdef CYTHON_CLINE_IN_TRACEBACK
    return ((CYTHON_CLINE_IN_TRACEBACK)) ? c_line : 0;
#else
    PyObject **cython_runtime_dict;
    PyObject *use_cline;
    cython_runtime_dict = _PyObject_GetDictPtr(__pyx_cython_runtime);
    if (unlikely(!cython_runtime_dict)) {
      PyObject *ptype, *pvalue, *ptraceback;
      PyObject *use_cline_obj;
      PyErr_Fetch(&ptype, &pvalue, &ptraceback);
      use_cline_obj = __Pyx_PyObject_GetAttrStr(__pyx_cython_runtime, __pyx_n_s_cline_in_traceback);
      if (use_cline_obj) {
        use_cline = PyObject_Not(use_cline_obj) ? Py_False : Py_True;
        Py_DECREF(use_cline_obj);
      } else {
        use_cline = NULL;
      }
      PyErr_Restore(ptype, pvalue, ptraceback);
    } else {
      use_cline = PyDict_GetItem(*_PyObject_GetDictPtr(__pyx_cython_runtime), __pyx_n_s_cline_in_traceback);
    }
    if (!use_cline) {
        c_line = 0;
        PyObject_SetAttr(__pyx_cython_runtime, __pyx_n_s_cline_in_traceback, Py_False);
    }
    else if (PyObject_Not(use_cline) != 0) {
        c_line = 0;
    }
    return c_line;
#endif
}

/* CodeObjectCache */
              static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line) {
    int start = 0, mid = 0, end = count - 1;
    if (end >= 0 && code_line > entries[end].code_line) {
        return count;
    }
    while (start < end) {
        mid = start + (end - start) / 2;
        if (code_line < entries[mid].code_line) {
            end = mid;
        } else if (code_line > entries[mid].code_line) {
             start = mid + 1;
        } else {
            return mid;
        }
    }
    if (code_line <= entries[mid].code_line) {
        return mid;
    } else {
        return mid + 1;
    }
}
static PyCodeObject *__pyx_find_code_object(int code_line) {
    PyCodeObject* code_object;
    int pos;
    if (unlikely(!code_line) || unlikely(!__pyx_code_cache.entries)) {
        return NULL;
    }
    pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line);
    if (unlikely(pos >= __pyx_code_cache.count) || unlikely(__pyx_code_cache.entries[pos].code_line != code_line)) {
        return NULL;
    }
    code_object = __pyx_code_cache.entries[pos].code_object;
    Py_INCREF(code_object);
    return code_object;
}
static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object) {
    int pos, i;
    __Pyx_CodeObjectCacheEntry* entries = __pyx_code_cache.entries;
    if (unlikely(!code_line)) {
        return;
    }
    if (unlikely(!entries)) {
        entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Malloc(64*sizeof(__Pyx_CodeObjectCacheEntry));
        if (likely(entries)) {
            __pyx_code_cache.entries = entries;
            __pyx_code_cache.max_count = 64;
            __pyx_code_cache.count = 1;
            entries[0].code_line = code_line;
            entries[0].code_object = code_object;
            Py_INCREF(code_object);
        }
        return;
    }
    pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line);
    if ((pos < __pyx_code_cache.count) && unlikely(__pyx_code_cache.entries[pos].code_line == code_line)) {
        PyCodeObject* tmp = entries[pos].code_object;
        entries[pos].code_object = code_object;
        Py_DECREF(tmp);
        return;
    }
    if (__pyx_code_cache.count == __pyx_code_cache.max_count) {
        int new_max = __pyx_code_cache.max_count + 64;
        entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Realloc(
            __pyx_code_cache.entries, (size_t)new_max*sizeof(__Pyx_CodeObjectCacheEntry));
        if (unlikely(!entries)) {
            return;
        }
        __pyx_code_cache.entries = entries;
        __pyx_code_cache.max_count = new_max;
    }
    for (i=__pyx_code_cache.count; i>pos; i--) {
        entries[i] = entries[i-1];
    }
    entries[pos].code_line = code_line;
    entries[pos].code_object = code_object;
    __pyx_code_cache.count++;
    Py_INCREF(code_object);
}

/* AddTraceback */
              #include "compile.h"
#include "frameobject.h"
#include "traceback.h"
static PyCodeObject* __Pyx_CreateCodeObjectForTraceback(
            const char *funcname, int c_line,
            int py_line, const char *filename) {
    PyCodeObject *py_code = 0;
    PyObject *py_srcfile = 0;
    PyObject *py_funcname = 0;
    #if PY_MAJOR_VERSION < 3
    py_srcfile = PyString_FromString(filename);
    #else
    py_srcfile = PyUnicode_FromString(filename);
    #endif
    if (!py_srcfile) goto bad;
    if (c_line) {
        #if PY_MAJOR_VERSION < 3
        py_funcname = PyString_FromFormat( "%s (%s:%d)", funcname, __pyx_cfilenm, c_line);
        #else
        py_funcname = PyUnicode_FromFormat( "%s (%s:%d)", funcname, __pyx_cfilenm, c_line);
        #endif
    }
    else {
        #if PY_MAJOR_VERSION < 3
        py_funcname = PyString_FromString(funcname);
        #else
        py_funcname = PyUnicode_FromString(funcname);
        #endif
    }
    if (!py_funcname) goto bad;
    py_code = __Pyx_PyCode_New(
        0,
        0,
        0,
        0,
        0,
        __pyx_empty_bytes, /*PyObject *code,*/
        __pyx_empty_tuple, /*PyObject *consts,*/
        __pyx_empty_tuple, /*PyObject *names,*/
        __pyx_empty_tuple, /*PyObject *varnames,*/
        __pyx_empty_tuple, /*PyObject *freevars,*/
        __pyx_empty_tuple, /*PyObject *cellvars,*/
        py_srcfile,   /*PyObject *filename,*/
        py_funcname,  /*PyObject *name,*/
        py_line,
        __pyx_empty_bytes  /*PyObject *lnotab*/
    );
    Py_DECREF(py_srcfile);
    Py_DECREF(py_funcname);
    return py_code;
bad:
    Py_XDECREF(py_srcfile);
    Py_XDECREF(py_funcname);
    return NULL;
}
static void __Pyx_AddTraceback(const char *funcname, int c_line,
                               int py_line, const char *filename) {
    PyCodeObject *py_code = 0;
    PyFrameObject *py_frame = 0;
    if (c_line) {
        c_line = __Pyx_CLineForTraceback(c_line);
    }
    py_code = __pyx_find_code_object(c_line ? -c_line : py_line);
    if (!py_code) {
        py_code = __Pyx_CreateCodeObjectForTraceback(
            funcname, c_line, py_line, filename);
        if (!py_code) goto bad;
        __pyx_insert_code_object(c_line ? -c_line : py_line, py_code);
    }
    py_frame = PyFrame_New(
        PyThreadState_GET(), /*PyThreadState *tstate,*/
        py_code,             /*PyCodeObject *code,*/
        __pyx_d,      /*PyObject *globals,*/
        0                    /*PyObject *locals*/
    );
    if (!py_frame) goto bad;
    __Pyx_PyFrame_SetLineNumber(py_frame, py_line);
    PyTraceBack_Here(py_frame);
bad:
    Py_XDECREF(py_code);
    Py_XDECREF(py_frame);
}

/* CIntFromPyVerify */
              #define __PYX_VERIFY_RETURN_INT(target_type, func_type, func_value)\
    __PYX__VERIFY_RETURN_INT(target_type, func_type, func_value, 0)
#define __PYX_VERIFY_RETURN_INT_EXC(target_type, func_type, func_value)\
    __PYX__VERIFY_RETURN_INT(target_type, func_type, func_value, 1)
#define __PYX__VERIFY_RETURN_INT(target_type, func_type, func_value, exc)\
    {\
        func_type value = func_value;\
        if (sizeof(target_type) < sizeof(func_type)) {\
            if (unlikely(value != (func_type) (target_type) value)) {\
                func_type zero = 0;\
                if (exc && unlikely(value == (func_type)-1 && PyErr_Occurred()))\
                    return (target_type) -1;\
                if (is_unsigned && unlikely(value < zero))\
                    goto raise_neg_overflow;\
                else\
                    goto raise_overflow;\
            }\
        }\
        return (target_type) value;\
    }

/* CIntToPy */
              static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value) {
    const int neg_one = (int) -1, const_zero = (int) 0;
    const int is_unsigned = neg_one > const_zero;
    if (is_unsigned) {
        if (sizeof(int) < sizeof(long)) {
            return PyInt_FromLong((long) value);
        } else if (sizeof(int) <= sizeof(unsigned long)) {
            return PyLong_FromUnsignedLong((unsigned long) value);
#ifdef HAVE_LONG_LONG
        } else if (sizeof(int) <= sizeof(unsigned PY_LONG_LONG)) {
            return PyLong_FromUnsignedLongLong((unsigned PY_LONG_LONG) value);
#endif
        }
    } else {
        if (sizeof(int) <= sizeof(long)) {
            return PyInt_FromLong((long) value);
#ifdef HAVE_LONG_LONG
        } else if (sizeof(int) <= sizeof(PY_LONG_LONG)) {
            return PyLong_FromLongLong((PY_LONG_LONG) value);
#endif
        }
    }
    {
        int one = 1; int little = (int)*(unsigned char *)&one;
        unsigned char *bytes = (unsigned char *)&value;
        return _PyLong_FromByteArray(bytes, sizeof(int),
                                     little, !is_unsigned);
    }
}

/* CIntToPy */
              static CYTHON_INLINE PyObject* __Pyx_PyInt_From_uint32_t(uint32_t value) {
    const uint32_t neg_one = (uint32_t) -1, const_zero = (uint32_t) 0;
    const int is_unsigned = neg_one > const_zero;
    if (is_unsigned) {
        if (sizeof(uint32_t) < sizeof(long)) {
            return PyInt_FromLong((long) value);
        } else if (sizeof(uint32_t) <= sizeof(unsigned long)) {
            return PyLong_FromUnsignedLong((unsigned long) value);
#ifdef HAVE_LONG_LONG
        } else if (sizeof(uint32_t) <= sizeof(unsigned PY_LONG_LONG)) {
            return PyLong_FromUnsignedLongLong((unsigned PY_LONG_LONG) value);
#endif
        }
    } else {
        if (sizeof(uint32_t) <= sizeof(long)) {
            return PyInt_FromLong((long) value);
#ifdef HAVE_LONG_LONG
        } else if (sizeof(uint32_t) <= sizeof(PY_LONG_LONG)) {
            return PyLong_FromLongLong((PY_LONG_LONG) value);
#endif
        }
    }
    {
        int one = 1; int little = (int)*(unsigned char *)&one;
        unsigned char *bytes = (unsigned char *)&value;
        return _PyLong_FromByteArray(bytes, sizeof(uint32_t),
                                     little, !is_unsigned);
    }
}

/* CIntToPy */
              static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int16_t(int16_t value) {
    const int16_t neg_one = (int16_t) -1, const_zero = (int16_t) 0;
    const int is_unsigned = neg_one > const_zero;
    if (is_unsigned) {
        if (sizeof(int16_t) < sizeof(long)) {
            return PyInt_FromLong((long) value);
        } else if (sizeof(int16_t) <= sizeof(unsigned long)) {
            return PyLong_FromUnsignedLong((unsigned long) value);
#ifdef HAVE_LONG_LONG
        } else if (sizeof(int16_t) <= sizeof(unsigned PY_LONG_LONG)) {
            return PyLong_FromUnsignedLongLong((unsigned PY_LONG_LONG) value);
#endif
        }
    } else {
        if (sizeof(int16_t) <= sizeof(long)) {
            return PyInt_FromLong((long) value);
#ifdef HAVE_LONG_LONG
        } else if (sizeof(int16_t) <= sizeof(PY_LONG_LONG)) {
            return PyLong_FromLongLong((PY_LONG_LONG) value);
#endif
        }
    }
    {
        int one = 1; int little = (int)*(unsigned char *)&one;
        unsigned char *bytes = (unsigned char *)&value;
        return _PyLong_FromByteArray(bytes, sizeof(int16_t),
                                     little, !is_unsigned);
    }
}

/* CIntToPy */
              static CYTHON_INLINE PyObject* __Pyx_PyInt_From_short(short value) {
    const short neg_one = (short) -1, const_zero = (short) 0;
    const int is_unsigned = neg_one > const_zero;
    if (is_unsigned) {
        if (sizeof(short) < sizeof(long)) {
            return PyInt_FromLong((long) value);
        } else if (sizeof(short) <= sizeof(unsigned long)) {
            return PyLong_FromUnsignedLong((unsigned long) value);
#ifdef HAVE_LONG_LONG
        } else if (sizeof(short) <= sizeof(unsigned PY_LONG_LONG)) {
            return PyLong_FromUnsignedLongLong((unsigned PY_LONG_LONG) value);
#endif
        }
    } else {
        if (sizeof(short) <= sizeof(long)) {
            return PyInt_FromLong((long) value);
#ifdef HAVE_LONG_LONG
        } else if (sizeof(short) <= sizeof(PY_LONG_LONG)) {
            return PyLong_FromLongLong((PY_LONG_LONG) value);
#endif
        }
    }
    {
        int one = 1; int little = (int)*(unsigned char *)&one;
        unsigned char *bytes = (unsigned char *)&value;
        return _PyLong_FromByteArray(bytes, sizeof(short),
                                     little, !is_unsigned);
    }
}

/* CIntToPy */
              static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
    const long neg_one = (long) -1, const_zero = (long) 0;
    const int is_unsigned = neg_one > const_zero;
    if (is_unsigned) {
        if (sizeof(long) < sizeof(long)) {
            return PyInt_FromLong((long) value);
        } else if (sizeof(long) <= sizeof(unsigned long)) {
            return PyLong_FromUnsignedLong((unsigned long) value);
#ifdef HAVE_LONG_LONG
        } else if (sizeof(long) <= sizeof(unsigned PY_LONG_LONG)) {
            return PyLong_FromUnsignedLongLong((unsigned PY_LONG_LONG) value);
#endif
        }
    } else {
        if (sizeof(long) <= sizeof(long)) {
            return PyInt_FromLong((long) value);
#ifdef HAVE_LONG_LONG
        } else if (sizeof(long) <= sizeof(PY_LONG_LONG)) {
            return PyLong_FromLongLong((PY_LONG_LONG) value);
#endif
        }
    }
    {
        int one = 1; int little = (int)*(unsigned char *)&one;
        unsigned char *bytes = (unsigned char *)&value;
        return _PyLong_FromByteArray(bytes, sizeof(long),
                                     little, !is_unsigned);
    }
}

/* CIntToPy */
              static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int32_t(int32_t value) {
    const int32_t neg_one = (int32_t) -1, const_zero = (int32_t) 0;
    const int is_unsigned = neg_one > const_zero;
    if (is_unsigned) {
        if (sizeof(int32_t) < sizeof(long)) {
            return PyInt_FromLong((long) value);
        } else if (sizeof(int32_t) <= sizeof(unsigned long)) {
            return PyLong_FromUnsignedLong((unsigned long) value);
#ifdef HAVE_LONG_LONG
        } else if (sizeof(int32_t) <= sizeof(unsigned PY_LONG_LONG)) {
            return PyLong_FromUnsignedLongLong((unsigned PY_LONG_LONG) value);
#endif
        }
    } else {
        if (sizeof(int32_t) <= sizeof(long)) {
            return PyInt_FromLong((long) value);
#ifdef HAVE_LONG_LONG
        } else if (sizeof(int32_t) <= sizeof(PY_LONG_LONG)) {
            return PyLong_FromLongLong((PY_LONG_LONG) value);
#endif
        }
    }
    {
        int one = 1; int little = (int)*(unsigned char *)&one;
        unsigned char *bytes = (unsigned char *)&value;
        return _PyLong_FromByteArray(bytes, sizeof(int32_t),
                                     little, !is_unsigned);
    }
}

/* CIntToPy */
              static CYTHON_INLINE PyObject* __Pyx_PyInt_From_uint64_t(uint64_t value) {
    const uint64_t neg_one = (uint64_t) -1, const_zero = (uint64_t) 0;
    const int is_unsigned = neg_one > const_zero;
    if (is_unsigned) {
        if (sizeof(uint64_t) < sizeof(long)) {
            return PyInt_FromLong((long) value);
        } else if (sizeof(uint64_t) <= sizeof(unsigned long)) {
            return PyLong_FromUnsignedLong((unsigned long) value);
#ifdef HAVE_LONG_LONG
        } else if (sizeof(uint64_t) <= sizeof(unsigned PY_LONG_LONG)) {
            return PyLong_FromUnsignedLongLong((unsigned PY_LONG_LONG) value);
#endif
        }
    } else {
        if (sizeof(uint64_t) <= sizeof(long)) {
            return PyInt_FromLong((long) value);
#ifdef HAVE_LONG_LONG
        } else if (sizeof(uint64_t) <= sizeof(PY_LONG_LONG)) {
            return PyLong_FromLongLong((PY_LONG_LONG) value);
#endif
        }
    }
    {
        int one = 1; int little = (int)*(unsigned char *)&one;
        unsigned char *bytes = (unsigned char *)&value;
        return _PyLong_FromByteArray(bytes, sizeof(uint64_t),
                                     little, !is_unsigned);
    }
}

/* PyUCS4InUnicode */
              static CYTHON_INLINE int __Pyx_UnicodeContainsUCS4(PyObject* unicode, Py_UCS4 character) {
#if CYTHON_PEP393_ENABLED
    const int kind = PyUnicode_KIND(unicode);
    if (likely(kind != PyUnicode_WCHAR_KIND)) {
        Py_ssize_t i;
        const void* udata = PyUnicode_DATA(unicode);
        const Py_ssize_t length = PyUnicode_GET_LENGTH(unicode);
        for (i=0; i < length; i++) {
            if (unlikely(character == PyUnicode_READ(kind, udata, i))) return 1;
        }
        return 0;
    }
#endif
    return __Pyx_PyUnicodeBufferContainsUCS4(
        PyUnicode_AS_UNICODE(unicode),
        PyUnicode_GET_SIZE(unicode),
        character);
}
static CYTHON_INLINE int __Pyx_PyUnicodeBufferContainsUCS4(Py_UNICODE* buffer, Py_ssize_t length, Py_UCS4 character) {
    Py_UNICODE uchar;
    Py_UNICODE* pos;
    #if Py_UNICODE_SIZE == 2
    if (character > 65535) {
        Py_UNICODE high_val, low_val;
        high_val = (Py_UNICODE) (0xD800 | (((character - 0x10000) >> 10) & ((1<<10)-1)));
        low_val  = (Py_UNICODE) (0xDC00 | ( (character - 0x10000)        & ((1<<10)-1)));
        for (pos=buffer; pos < buffer+length-1; pos++) {
            if (unlikely(high_val == pos[0]) & unlikely(low_val == pos[1])) return 1;
        }
        return 0;
    }
    #endif
    uchar = (Py_UNICODE) character;
    for (pos=buffer; pos < buffer+length; pos++) {
        if (unlikely(uchar == pos[0])) return 1;
    }
    return 0;
}

/* CIntFromPy */
              static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
    const int neg_one = (int) -1, const_zero = (int) 0;
    const int is_unsigned = neg_one > const_zero;
#if PY_MAJOR_VERSION < 3
    if (likely(PyInt_Check(x))) {
        if (sizeof(int) < sizeof(long)) {
            __PYX_VERIFY_RETURN_INT(int, long, PyInt_AS_LONG(x))
        } else {
            long val = PyInt_AS_LONG(x);
            if (is_unsigned && unlikely(val < 0)) {
                goto raise_neg_overflow;
            }
            return (int) val;
        }
    } else
#endif
    if (likely(PyLong_Check(x))) {
        if (is_unsigned) {
#if CYTHON_USE_PYLONG_INTERNALS
            const digit* digits = ((PyLongObject*)x)->ob_digit;
            switch (Py_SIZE(x)) {
                case  0: return (int) 0;
                case  1: __PYX_VERIFY_RETURN_INT(int, digit, digits[0])
                case 2:
                    if (8 * sizeof(int) > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int) >= 2 * PyLong_SHIFT) {
                            return (int) (((((int)digits[1]) << PyLong_SHIFT) | (int)digits[0]));
                        }
                    }
                    break;
                case 3:
                    if (8 * sizeof(int) > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int) >= 3 * PyLong_SHIFT) {
                            return (int) (((((((int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0]));
                        }
                    }
                    break;
                case 4:
                    if (8 * sizeof(int) > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int) >= 4 * PyLong_SHIFT) {
                            return (int) (((((((((int)digits[3]) << PyLong_SHIFT) | (int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0]));
                        }
                    }
                    break;
            }
#endif
#if CYTHON_COMPILING_IN_CPYTHON
            if (unlikely(Py_SIZE(x) < 0)) {
                goto raise_neg_overflow;
            }
#else
            {
                int result = PyObject_RichCompareBool(x, Py_False, Py_LT);
                if (unlikely(result < 0))
                    return (int) -1;
                if (unlikely(result == 1))
                    goto raise_neg_overflow;
            }
#endif
            if (sizeof(int) <= sizeof(unsigned long)) {
                __PYX_VERIFY_RETURN_INT_EXC(int, unsigned long, PyLong_AsUnsignedLong(x))
#ifdef HAVE_LONG_LONG
            } else if (sizeof(int) <= sizeof(unsigned PY_LONG_LONG)) {
                __PYX_VERIFY_RETURN_INT_EXC(int, unsigned PY_LONG_LONG, PyLong_AsUnsignedLongLong(x))
#endif
            }
        } else {
#if CYTHON_USE_PYLONG_INTERNALS
            const digit* digits = ((PyLongObject*)x)->ob_digit;
            switch (Py_SIZE(x)) {
                case  0: return (int) 0;
                case -1: __PYX_VERIFY_RETURN_INT(int, sdigit, (sdigit) (-(sdigit)digits[0]))
                case  1: __PYX_VERIFY_RETURN_INT(int,  digit, +digits[0])
                case -2:
                    if (8 * sizeof(int) - 1 > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int, long, -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int) - 1 > 2 * PyLong_SHIFT) {
                            return (int) (((int)-1)*(((((int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));
                        }
                    }
                    break;
                case 2:
                    if (8 * sizeof(int) > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int) - 1 > 2 * PyLong_SHIFT) {
                            return (int) ((((((int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));
                        }
                    }
                    break;
                case -3:
                    if (8 * sizeof(int) - 1 > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int, long, -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int) - 1 > 3 * PyLong_SHIFT) {
                            return (int) (((int)-1)*(((((((int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));
                        }
                    }
                    break;
                case 3:
                    if (8 * sizeof(int) > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int) - 1 > 3 * PyLong_SHIFT) {
                            return (int) ((((((((int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));
                        }
                    }
                    break;
                case -4:
                    if (8 * sizeof(int) - 1 > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int, long, -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int) - 1 > 4 * PyLong_SHIFT) {
                            return (int) (((int)-1)*(((((((((int)digits[3]) << PyLong_SHIFT) | (int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));
                        }
                    }
                    break;
                case 4:
                    if (8 * sizeof(int) > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int) - 1 > 4 * PyLong_SHIFT) {
                            return (int) ((((((((((int)digits[3]) << PyLong_SHIFT) | (int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));
                        }
                    }
                    break;
            }
#endif
            if (sizeof(int) <= sizeof(long)) {
                __PYX_VERIFY_RETURN_INT_EXC(int, long, PyLong_AsLong(x))
#ifdef HAVE_LONG_LONG
            } else if (sizeof(int) <= sizeof(PY_LONG_LONG)) {
                __PYX_VERIFY_RETURN_INT_EXC(int, PY_LONG_LONG, PyLong_AsLongLong(x))
#endif
            }
        }
        {
#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray)
            PyErr_SetString(PyExc_RuntimeError,
                            "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers");
#else
            int val;
            PyObject *v = __Pyx_PyNumber_IntOrLong(x);
 #if PY_MAJOR_VERSION < 3
            if (likely(v) && !PyLong_Check(v)) {
                PyObject *tmp = v;
                v = PyNumber_Long(tmp);
                Py_DECREF(tmp);
            }
 #endif
            if (likely(v)) {
                int one = 1; int is_little = (int)*(unsigned char *)&one;
                unsigned char *bytes = (unsigned char *)&val;
                int ret = _PyLong_AsByteArray((PyLongObject *)v,
                                              bytes, sizeof(val),
                                              is_little, !is_unsigned);
                Py_DECREF(v);
                if (likely(!ret))
                    return val;
            }
#endif
            return (int) -1;
        }
    } else {
        int val;
        PyObject *tmp = __Pyx_PyNumber_IntOrLong(x);
        if (!tmp) return (int) -1;
        val = __Pyx_PyInt_As_int(tmp);
        Py_DECREF(tmp);
        return val;
    }
raise_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "value too large to convert to int");
    return (int) -1;
raise_neg_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "can't convert negative value to int");
    return (int) -1;
}

/* CIntFromPy */
              static CYTHON_INLINE short __Pyx_PyInt_As_short(PyObject *x) {
    const short neg_one = (short) -1, const_zero = (short) 0;
    const int is_unsigned = neg_one > const_zero;
#if PY_MAJOR_VERSION < 3
    if (likely(PyInt_Check(x))) {
        if (sizeof(short) < sizeof(long)) {
            __PYX_VERIFY_RETURN_INT(short, long, PyInt_AS_LONG(x))
        } else {
            long val = PyInt_AS_LONG(x);
            if (is_unsigned && unlikely(val < 0)) {
                goto raise_neg_overflow;
            }
            return (short) val;
        }
    } else
#endif
    if (likely(PyLong_Check(x))) {
        if (is_unsigned) {
#if CYTHON_USE_PYLONG_INTERNALS
            const digit* digits = ((PyLongObject*)x)->ob_digit;
            switch (Py_SIZE(x)) {
                case  0: return (short) 0;
                case  1: __PYX_VERIFY_RETURN_INT(short, digit, digits[0])
                case 2:
                    if (8 * sizeof(short) > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(short, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(short) >= 2 * PyLong_SHIFT) {
                            return (short) (((((short)digits[1]) << PyLong_SHIFT) | (short)digits[0]));
                        }
                    }
                    break;
                case 3:
                    if (8 * sizeof(short) > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(short, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(short) >= 3 * PyLong_SHIFT) {
                            return (short) (((((((short)digits[2]) << PyLong_SHIFT) | (short)digits[1]) << PyLong_SHIFT) | (short)digits[0]));
                        }
                    }
                    break;
                case 4:
                    if (8 * sizeof(short) > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(short, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(short) >= 4 * PyLong_SHIFT) {
                            return (short) (((((((((short)digits[3]) << PyLong_SHIFT) | (short)digits[2]) << PyLong_SHIFT) | (short)digits[1]) << PyLong_SHIFT) | (short)digits[0]));
                        }
                    }
                    break;
            }
#endif
#if CYTHON_COMPILING_IN_CPYTHON
            if (unlikely(Py_SIZE(x) < 0)) {
                goto raise_neg_overflow;
            }
#else
            {
                int result = PyObject_RichCompareBool(x, Py_False, Py_LT);
                if (unlikely(result < 0))
                    return (short) -1;
                if (unlikely(result == 1))
                    goto raise_neg_overflow;
            }
#endif
            if (sizeof(short) <= sizeof(unsigned long)) {
                __PYX_VERIFY_RETURN_INT_EXC(short, unsigned long, PyLong_AsUnsignedLong(x))
#ifdef HAVE_LONG_LONG
            } else if (sizeof(short) <= sizeof(unsigned PY_LONG_LONG)) {
                __PYX_VERIFY_RETURN_INT_EXC(short, unsigned PY_LONG_LONG, PyLong_AsUnsignedLongLong(x))
#endif
            }
        } else {
#if CYTHON_USE_PYLONG_INTERNALS
            const digit* digits = ((PyLongObject*)x)->ob_digit;
            switch (Py_SIZE(x)) {
                case  0: return (short) 0;
                case -1: __PYX_VERIFY_RETURN_INT(short, sdigit, (sdigit) (-(sdigit)digits[0]))
                case  1: __PYX_VERIFY_RETURN_INT(short,  digit, +digits[0])
                case -2:
                    if (8 * sizeof(short) - 1 > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(short, long, -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(short) - 1 > 2 * PyLong_SHIFT) {
                            return (short) (((short)-1)*(((((short)digits[1]) << PyLong_SHIFT) | (short)digits[0])));
                        }
                    }
                    break;
                case 2:
                    if (8 * sizeof(short) > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(short, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(short) - 1 > 2 * PyLong_SHIFT) {
                            return (short) ((((((short)digits[1]) << PyLong_SHIFT) | (short)digits[0])));
                        }
                    }
                    break;
                case -3:
                    if (8 * sizeof(short) - 1 > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(short, long, -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(short) - 1 > 3 * PyLong_SHIFT) {
                            return (short) (((short)-1)*(((((((short)digits[2]) << PyLong_SHIFT) | (short)digits[1]) << PyLong_SHIFT) | (short)digits[0])));
                        }
                    }
                    break;
                case 3:
                    if (8 * sizeof(short) > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(short, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(short) - 1 > 3 * PyLong_SHIFT) {
                            return (short) ((((((((short)digits[2]) << PyLong_SHIFT) | (short)digits[1]) << PyLong_SHIFT) | (short)digits[0])));
                        }
                    }
                    break;
                case -4:
                    if (8 * sizeof(short) - 1 > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(short, long, -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(short) - 1 > 4 * PyLong_SHIFT) {
                            return (short) (((short)-1)*(((((((((short)digits[3]) << PyLong_SHIFT) | (short)digits[2]) << PyLong_SHIFT) | (short)digits[1]) << PyLong_SHIFT) | (short)digits[0])));
                        }
                    }
                    break;
                case 4:
                    if (8 * sizeof(short) > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(short, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(short) - 1 > 4 * PyLong_SHIFT) {
                            return (short) ((((((((((short)digits[3]) << PyLong_SHIFT) | (short)digits[2]) << PyLong_SHIFT) | (short)digits[1]) << PyLong_SHIFT) | (short)digits[0])));
                        }
                    }
                    break;
            }
#endif
            if (sizeof(short) <= sizeof(long)) {
                __PYX_VERIFY_RETURN_INT_EXC(short, long, PyLong_AsLong(x))
#ifdef HAVE_LONG_LONG
            } else if (sizeof(short) <= sizeof(PY_LONG_LONG)) {
                __PYX_VERIFY_RETURN_INT_EXC(short, PY_LONG_LONG, PyLong_AsLongLong(x))
#endif
            }
        }
        {
#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray)
            PyErr_SetString(PyExc_RuntimeError,
                            "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers");
#else
            short val;
            PyObject *v = __Pyx_PyNumber_IntOrLong(x);
 #if PY_MAJOR_VERSION < 3
            if (likely(v) && !PyLong_Check(v)) {
                PyObject *tmp = v;
                v = PyNumber_Long(tmp);
                Py_DECREF(tmp);
            }
 #endif
            if (likely(v)) {
                int one = 1; int is_little = (int)*(unsigned char *)&one;
                unsigned char *bytes = (unsigned char *)&val;
                int ret = _PyLong_AsByteArray((PyLongObject *)v,
                                              bytes, sizeof(val),
                                              is_little, !is_unsigned);
                Py_DECREF(v);
                if (likely(!ret))
                    return val;
            }
#endif
            return (short) -1;
        }
    } else {
        short val;
        PyObject *tmp = __Pyx_PyNumber_IntOrLong(x);
        if (!tmp) return (short) -1;
        val = __Pyx_PyInt_As_short(tmp);
        Py_DECREF(tmp);
        return val;
    }
raise_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "value too large to convert to short");
    return (short) -1;
raise_neg_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "can't convert negative value to short");
    return (short) -1;
}

/* CIntFromPy */
              static CYTHON_INLINE unsigned int __Pyx_PyInt_As_unsigned_int(PyObject *x) {
    const unsigned int neg_one = (unsigned int) -1, const_zero = (unsigned int) 0;
    const int is_unsigned = neg_one > const_zero;
#if PY_MAJOR_VERSION < 3
    if (likely(PyInt_Check(x))) {
        if (sizeof(unsigned int) < sizeof(long)) {
            __PYX_VERIFY_RETURN_INT(unsigned int, long, PyInt_AS_LONG(x))
        } else {
            long val = PyInt_AS_LONG(x);
            if (is_unsigned && unlikely(val < 0)) {
                goto raise_neg_overflow;
            }
            return (unsigned int) val;
        }
    } else
#endif
    if (likely(PyLong_Check(x))) {
        if (is_unsigned) {
#if CYTHON_USE_PYLONG_INTERNALS
            const digit* digits = ((PyLongObject*)x)->ob_digit;
            switch (Py_SIZE(x)) {
                case  0: return (unsigned int) 0;
                case  1: __PYX_VERIFY_RETURN_INT(unsigned int, digit, digits[0])
                case 2:
                    if (8 * sizeof(unsigned int) > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(unsigned int, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(unsigned int) >= 2 * PyLong_SHIFT) {
                            return (unsigned int) (((((unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned int)digits[0]));
                        }
                    }
                    break;
                case 3:
                    if (8 * sizeof(unsigned int) > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(unsigned int, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(unsigned int) >= 3 * PyLong_SHIFT) {
                            return (unsigned int) (((((((unsigned int)digits[2]) << PyLong_SHIFT) | (unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned int)digits[0]));
                        }
                    }
                    break;
                case 4:
                    if (8 * sizeof(unsigned int) > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(unsigned int, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(unsigned int) >= 4 * PyLong_SHIFT) {
                            return (unsigned int) (((((((((unsigned int)digits[3]) << PyLong_SHIFT) | (unsigned int)digits[2]) << PyLong_SHIFT) | (unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned int)digits[0]));
                        }
                    }
                    break;
            }
#endif
#if CYTHON_COMPILING_IN_CPYTHON
            if (unlikely(Py_SIZE(x) < 0)) {
                goto raise_neg_overflow;
            }
#else
            {
                int result = PyObject_RichCompareBool(x, Py_False, Py_LT);
                if (unlikely(result < 0))
                    return (unsigned int) -1;
                if (unlikely(result == 1))
                    goto raise_neg_overflow;
            }
#endif
            if (sizeof(unsigned int) <= sizeof(unsigned long)) {
                __PYX_VERIFY_RETURN_INT_EXC(unsigned int, unsigned long, PyLong_AsUnsignedLong(x))
#ifdef HAVE_LONG_LONG
            } else if (sizeof(unsigned int) <= sizeof(unsigned PY_LONG_LONG)) {
                __PYX_VERIFY_RETURN_INT_EXC(unsigned int, unsigned PY_LONG_LONG, PyLong_AsUnsignedLongLong(x))
#endif
            }
        } else {
#if CYTHON_USE_PYLONG_INTERNALS
            const digit* digits = ((PyLongObject*)x)->ob_digit;
            switch (Py_SIZE(x)) {
                case  0: return (unsigned int) 0;
                case -1: __PYX_VERIFY_RETURN_INT(unsigned int, sdigit, (sdigit) (-(sdigit)digits[0]))
                case  1: __PYX_VERIFY_RETURN_INT(unsigned int,  digit, +digits[0])
                case -2:
                    if (8 * sizeof(unsigned int) - 1 > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(unsigned int, long, -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(unsigned int) - 1 > 2 * PyLong_SHIFT) {
                            return (unsigned int) (((unsigned int)-1)*(((((unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned int)digits[0])));
                        }
                    }
                    break;
                case 2:
                    if (8 * sizeof(unsigned int) > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(unsigned int, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(unsigned int) - 1 > 2 * PyLong_SHIFT) {
                            return (unsigned int) ((((((unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned int)digits[0])));
                        }
                    }
                    break;
                case -3:
                    if (8 * sizeof(unsigned int) - 1 > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(unsigned int, long, -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(unsigned int) - 1 > 3 * PyLong_SHIFT) {
                            return (unsigned int) (((unsigned int)-1)*(((((((unsigned int)digits[2]) << PyLong_SHIFT) | (unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned int)digits[0])));
                        }
                    }
                    break;
                case 3:
                    if (8 * sizeof(unsigned int) > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(unsigned int, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(unsigned int) - 1 > 3 * PyLong_SHIFT) {
                            return (unsigned int) ((((((((unsigned int)digits[2]) << PyLong_SHIFT) | (unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned int)digits[0])));
                        }
                    }
                    break;
                case -4:
                    if (8 * sizeof(unsigned int) - 1 > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(unsigned int, long, -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(unsigned int) - 1 > 4 * PyLong_SHIFT) {
                            return (unsigned int) (((unsigned int)-1)*(((((((((unsigned int)digits[3]) << PyLong_SHIFT) | (unsigned int)digits[2]) << PyLong_SHIFT) | (unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned int)digits[0])));
                        }
                    }
                    break;
                case 4:
                    if (8 * sizeof(unsigned int) > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(unsigned int, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(unsigned int) - 1 > 4 * PyLong_SHIFT) {
                            return (unsigned int) ((((((((((unsigned int)digits[3]) << PyLong_SHIFT) | (unsigned int)digits[2]) << PyLong_SHIFT) | (unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned int)digits[0])));
                        }
                    }
                    break;
            }
#endif
            if (sizeof(unsigned int) <= sizeof(long)) {
                __PYX_VERIFY_RETURN_INT_EXC(unsigned int, long, PyLong_AsLong(x))
#ifdef HAVE_LONG_LONG
            } else if (sizeof(unsigned int) <= sizeof(PY_LONG_LONG)) {
                __PYX_VERIFY_RETURN_INT_EXC(unsigned int, PY_LONG_LONG, PyLong_AsLongLong(x))
#endif
            }
        }
        {
#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray)
            PyErr_SetString(PyExc_RuntimeError,
                            "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers");
#else
            unsigned int val;
            PyObject *v = __Pyx_PyNumber_IntOrLong(x);
 #if PY_MAJOR_VERSION < 3
            if (likely(v) && !PyLong_Check(v)) {
                PyObject *tmp = v;
                v = PyNumber_Long(tmp);
                Py_DECREF(tmp);
            }
 #endif
            if (likely(v)) {
                int one = 1; int is_little = (int)*(unsigned char *)&one;
                unsigned char *bytes = (unsigned char *)&val;
                int ret = _PyLong_AsByteArray((PyLongObject *)v,
                                              bytes, sizeof(val),
                                              is_little, !is_unsigned);
                Py_DECREF(v);
                if (likely(!ret))
                    return val;
            }
#endif
            return (unsigned int) -1;
        }
    } else {
        unsigned int val;
        PyObject *tmp = __Pyx_PyNumber_IntOrLong(x);
        if (!tmp) return (unsigned int) -1;
        val = __Pyx_PyInt_As_unsigned_int(tmp);
        Py_DECREF(tmp);
        return val;
    }
raise_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "value too large to convert to unsigned int");
    return (unsigned int) -1;
raise_neg_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "can't convert negative value to unsigned int");
    return (unsigned int) -1;
}

/* CIntFromPy */
              static CYTHON_INLINE uint32_t __Pyx_PyInt_As_uint32_t(PyObject *x) {
    const uint32_t neg_one = (uint32_t) -1, const_zero = (uint32_t) 0;
    const int is_unsigned = neg_one > const_zero;
#if PY_MAJOR_VERSION < 3
    if (likely(PyInt_Check(x))) {
        if (sizeof(uint32_t) < sizeof(long)) {
            __PYX_VERIFY_RETURN_INT(uint32_t, long, PyInt_AS_LONG(x))
        } else {
            long val = PyInt_AS_LONG(x);
            if (is_unsigned && unlikely(val < 0)) {
                goto raise_neg_overflow;
            }
            return (uint32_t) val;
        }
    } else
#endif
    if (likely(PyLong_Check(x))) {
        if (is_unsigned) {
#if CYTHON_USE_PYLONG_INTERNALS
            const digit* digits = ((PyLongObject*)x)->ob_digit;
            switch (Py_SIZE(x)) {
                case  0: return (uint32_t) 0;
                case  1: __PYX_VERIFY_RETURN_INT(uint32_t, digit, digits[0])
                case 2:
                    if (8 * sizeof(uint32_t) > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(uint32_t, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(uint32_t) >= 2 * PyLong_SHIFT) {
                            return (uint32_t) (((((uint32_t)digits[1]) << PyLong_SHIFT) | (uint32_t)digits[0]));
                        }
                    }
                    break;
                case 3:
                    if (8 * sizeof(uint32_t) > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(uint32_t, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(uint32_t) >= 3 * PyLong_SHIFT) {
                            return (uint32_t) (((((((uint32_t)digits[2]) << PyLong_SHIFT) | (uint32_t)digits[1]) << PyLong_SHIFT) | (uint32_t)digits[0]));
                        }
                    }
                    break;
                case 4:
                    if (8 * sizeof(uint32_t) > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(uint32_t, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(uint32_t) >= 4 * PyLong_SHIFT) {
                            return (uint32_t) (((((((((uint32_t)digits[3]) << PyLong_SHIFT) | (uint32_t)digits[2]) << PyLong_SHIFT) | (uint32_t)digits[1]) << PyLong_SHIFT) | (uint32_t)digits[0]));
                        }
                    }
                    break;
            }
#endif
#if CYTHON_COMPILING_IN_CPYTHON
            if (unlikely(Py_SIZE(x) < 0)) {
                goto raise_neg_overflow;
            }
#else
            {
                int result = PyObject_RichCompareBool(x, Py_False, Py_LT);
                if (unlikely(result < 0))
                    return (uint32_t) -1;
                if (unlikely(result == 1))
                    goto raise_neg_overflow;
            }
#endif
            if (sizeof(uint32_t) <= sizeof(unsigned long)) {
                __PYX_VERIFY_RETURN_INT_EXC(uint32_t, unsigned long, PyLong_AsUnsignedLong(x))
#ifdef HAVE_LONG_LONG
            } else if (sizeof(uint32_t) <= sizeof(unsigned PY_LONG_LONG)) {
                __PYX_VERIFY_RETURN_INT_EXC(uint32_t, unsigned PY_LONG_LONG, PyLong_AsUnsignedLongLong(x))
#endif
            }
        } else {
#if CYTHON_USE_PYLONG_INTERNALS
            const digit* digits = ((PyLongObject*)x)->ob_digit;
            switch (Py_SIZE(x)) {
                case  0: return (uint32_t) 0;
                case -1: __PYX_VERIFY_RETURN_INT(uint32_t, sdigit, (sdigit) (-(sdigit)digits[0]))
                case  1: __PYX_VERIFY_RETURN_INT(uint32_t,  digit, +digits[0])
                case -2:
                    if (8 * sizeof(uint32_t) - 1 > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(uint32_t, long, -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(uint32_t) - 1 > 2 * PyLong_SHIFT) {
                            return (uint32_t) (((uint32_t)-1)*(((((uint32_t)digits[1]) << PyLong_SHIFT) | (uint32_t)digits[0])));
                        }
                    }
                    break;
                case 2:
                    if (8 * sizeof(uint32_t) > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(uint32_t, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(uint32_t) - 1 > 2 * PyLong_SHIFT) {
                            return (uint32_t) ((((((uint32_t)digits[1]) << PyLong_SHIFT) | (uint32_t)digits[0])));
                        }
                    }
                    break;
                case -3:
                    if (8 * sizeof(uint32_t) - 1 > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(uint32_t, long, -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(uint32_t) - 1 > 3 * PyLong_SHIFT) {
                            return (uint32_t) (((uint32_t)-1)*(((((((uint32_t)digits[2]) << PyLong_SHIFT) | (uint32_t)digits[1]) << PyLong_SHIFT) | (uint32_t)digits[0])));
                        }
                    }
                    break;
                case 3:
                    if (8 * sizeof(uint32_t) > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(uint32_t, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(uint32_t) - 1 > 3 * PyLong_SHIFT) {
                            return (uint32_t) ((((((((uint32_t)digits[2]) << PyLong_SHIFT) | (uint32_t)digits[1]) << PyLong_SHIFT) | (uint32_t)digits[0])));
                        }
                    }
                    break;
                case -4:
                    if (8 * sizeof(uint32_t) - 1 > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(uint32_t, long, -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(uint32_t) - 1 > 4 * PyLong_SHIFT) {
                            return (uint32_t) (((uint32_t)-1)*(((((((((uint32_t)digits[3]) << PyLong_SHIFT) | (uint32_t)digits[2]) << PyLong_SHIFT) | (uint32_t)digits[1]) << PyLong_SHIFT) | (uint32_t)digits[0])));
                        }
                    }
                    break;
                case 4:
                    if (8 * sizeof(uint32_t) > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(uint32_t, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(uint32_t) - 1 > 4 * PyLong_SHIFT) {
                            return (uint32_t) ((((((((((uint32_t)digits[3]) << PyLong_SHIFT) | (uint32_t)digits[2]) << PyLong_SHIFT) | (uint32_t)digits[1]) << PyLong_SHIFT) | (uint32_t)digits[0])));
                        }
                    }
                    break;
            }
#endif
            if (sizeof(uint32_t) <= sizeof(long)) {
                __PYX_VERIFY_RETURN_INT_EXC(uint32_t, long, PyLong_AsLong(x))
#ifdef HAVE_LONG_LONG
            } else if (sizeof(uint32_t) <= sizeof(PY_LONG_LONG)) {
                __PYX_VERIFY_RETURN_INT_EXC(uint32_t, PY_LONG_LONG, PyLong_AsLongLong(x))
#endif
            }
        }
        {
#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray)
            PyErr_SetString(PyExc_RuntimeError,
                            "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers");
#else
            uint32_t val;
            PyObject *v = __Pyx_PyNumber_IntOrLong(x);
 #if PY_MAJOR_VERSION < 3
            if (likely(v) && !PyLong_Check(v)) {
                PyObject *tmp = v;
                v = PyNumber_Long(tmp);
                Py_DECREF(tmp);
            }
 #endif
            if (likely(v)) {
                int one = 1; int is_little = (int)*(unsigned char *)&one;
                unsigned char *bytes = (unsigned char *)&val;
                int ret = _PyLong_AsByteArray((PyLongObject *)v,
                                              bytes, sizeof(val),
                                              is_little, !is_unsigned);
                Py_DECREF(v);
                if (likely(!ret))
                    return val;
            }
#endif
            return (uint32_t) -1;
        }
    } else {
        uint32_t val;
        PyObject *tmp = __Pyx_PyNumber_IntOrLong(x);
        if (!tmp) return (uint32_t) -1;
        val = __Pyx_PyInt_As_uint32_t(tmp);
        Py_DECREF(tmp);
        return val;
    }
raise_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "value too large to convert to uint32_t");
    return (uint32_t) -1;
raise_neg_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "can't convert negative value to uint32_t");
    return (uint32_t) -1;
}

/* CIntFromPy */
              static CYTHON_INLINE size_t __Pyx_PyInt_As_size_t(PyObject *x) {
    const size_t neg_one = (size_t) -1, const_zero = (size_t) 0;
    const int is_unsigned = neg_one > const_zero;
#if PY_MAJOR_VERSION < 3
    if (likely(PyInt_Check(x))) {
        if (sizeof(size_t) < sizeof(long)) {
            __PYX_VERIFY_RETURN_INT(size_t, long, PyInt_AS_LONG(x))
        } else {
            long val = PyInt_AS_LONG(x);
            if (is_unsigned && unlikely(val < 0)) {
                goto raise_neg_overflow;
            }
            return (size_t) val;
        }
    } else
#endif
    if (likely(PyLong_Check(x))) {
        if (is_unsigned) {
#if CYTHON_USE_PYLONG_INTERNALS
            const digit* digits = ((PyLongObject*)x)->ob_digit;
            switch (Py_SIZE(x)) {
                case  0: return (size_t) 0;
                case  1: __PYX_VERIFY_RETURN_INT(size_t, digit, digits[0])
                case 2:
                    if (8 * sizeof(size_t) > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(size_t, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(size_t) >= 2 * PyLong_SHIFT) {
                            return (size_t) (((((size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));
                        }
                    }
                    break;
                case 3:
                    if (8 * sizeof(size_t) > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(size_t, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(size_t) >= 3 * PyLong_SHIFT) {
                            return (size_t) (((((((size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));
                        }
                    }
                    break;
                case 4:
                    if (8 * sizeof(size_t) > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(size_t, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(size_t) >= 4 * PyLong_SHIFT) {
                            return (size_t) (((((((((size_t)digits[3]) << PyLong_SHIFT) | (size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));
                        }
                    }
                    break;
            }
#endif
#if CYTHON_COMPILING_IN_CPYTHON
            if (unlikely(Py_SIZE(x) < 0)) {
                goto raise_neg_overflow;
            }
#else
            {
                int result = PyObject_RichCompareBool(x, Py_False, Py_LT);
                if (unlikely(result < 0))
                    return (size_t) -1;
                if (unlikely(result == 1))
                    goto raise_neg_overflow;
            }
#endif
            if (sizeof(size_t) <= sizeof(unsigned long)) {
                __PYX_VERIFY_RETURN_INT_EXC(size_t, unsigned long, PyLong_AsUnsignedLong(x))
#ifdef HAVE_LONG_LONG
            } else if (sizeof(size_t) <= sizeof(unsigned PY_LONG_LONG)) {
                __PYX_VERIFY_RETURN_INT_EXC(size_t, unsigned PY_LONG_LONG, PyLong_AsUnsignedLongLong(x))
#endif
            }
        } else {
#if CYTHON_USE_PYLONG_INTERNALS
            const digit* digits = ((PyLongObject*)x)->ob_digit;
            switch (Py_SIZE(x)) {
                case  0: return (size_t) 0;
                case -1: __PYX_VERIFY_RETURN_INT(size_t, sdigit, (sdigit) (-(sdigit)digits[0]))
                case  1: __PYX_VERIFY_RETURN_INT(size_t,  digit, +digits[0])
                case -2:
                    if (8 * sizeof(size_t) - 1 > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(size_t, long, -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(size_t) - 1 > 2 * PyLong_SHIFT) {
                            return (size_t) (((size_t)-1)*(((((size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0])));
                        }
                    }
                    break;
                case 2:
                    if (8 * sizeof(size_t) > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(size_t, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(size_t) - 1 > 2 * PyLong_SHIFT) {
                            return (size_t) ((((((size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0])));
                        }
                    }
                    break;
                case -3:
                    if (8 * sizeof(size_t) - 1 > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(size_t, long, -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(size_t) - 1 > 3 * PyLong_SHIFT) {
                            return (size_t) (((size_t)-1)*(((((((size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0])));
                        }
                    }
                    break;
                case 3:
                    if (8 * sizeof(size_t) > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(size_t, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(size_t) - 1 > 3 * PyLong_SHIFT) {
                            return (size_t) ((((((((size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0])));
                        }
                    }
                    break;
                case -4:
                    if (8 * sizeof(size_t) - 1 > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(size_t, long, -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(size_t) - 1 > 4 * PyLong_SHIFT) {
                            return (size_t) (((size_t)-1)*(((((((((size_t)digits[3]) << PyLong_SHIFT) | (size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0])));
                        }
                    }
                    break;
                case 4:
                    if (8 * sizeof(size_t) > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(size_t, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(size_t) - 1 > 4 * PyLong_SHIFT) {
                            return (size_t) ((((((((((size_t)digits[3]) << PyLong_SHIFT) | (size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0])));
                        }
                    }
                    break;
            }
#endif
            if (sizeof(size_t) <= sizeof(long)) {
                __PYX_VERIFY_RETURN_INT_EXC(size_t, long, PyLong_AsLong(x))
#ifdef HAVE_LONG_LONG
            } else if (sizeof(size_t) <= sizeof(PY_LONG_LONG)) {
                __PYX_VERIFY_RETURN_INT_EXC(size_t, PY_LONG_LONG, PyLong_AsLongLong(x))
#endif
            }
        }
        {
#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray)
            PyErr_SetString(PyExc_RuntimeError,
                            "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers");
#else
            size_t val;
            PyObject *v = __Pyx_PyNumber_IntOrLong(x);
 #if PY_MAJOR_VERSION < 3
            if (likely(v) && !PyLong_Check(v)) {
                PyObject *tmp = v;
                v = PyNumber_Long(tmp);
                Py_DECREF(tmp);
            }
 #endif
            if (likely(v)) {
                int one = 1; int is_little = (int)*(unsigned char *)&one;
                unsigned char *bytes = (unsigned char *)&val;
                int ret = _PyLong_AsByteArray((PyLongObject *)v,
                                              bytes, sizeof(val),
                                              is_little, !is_unsigned);
                Py_DECREF(v);
                if (likely(!ret))
                    return val;
            }
#endif
            return (size_t) -1;
        }
    } else {
        size_t val;
        PyObject *tmp = __Pyx_PyNumber_IntOrLong(x);
        if (!tmp) return (size_t) -1;
        val = __Pyx_PyInt_As_size_t(tmp);
        Py_DECREF(tmp);
        return val;
    }
raise_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "value too large to convert to size_t");
    return (size_t) -1;
raise_neg_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "can't convert negative value to size_t");
    return (size_t) -1;
}

/* CIntFromPy */
              static CYTHON_INLINE int16_t __Pyx_PyInt_As_int16_t(PyObject *x) {
    const int16_t neg_one = (int16_t) -1, const_zero = (int16_t) 0;
    const int is_unsigned = neg_one > const_zero;
#if PY_MAJOR_VERSION < 3
    if (likely(PyInt_Check(x))) {
        if (sizeof(int16_t) < sizeof(long)) {
            __PYX_VERIFY_RETURN_INT(int16_t, long, PyInt_AS_LONG(x))
        } else {
            long val = PyInt_AS_LONG(x);
            if (is_unsigned && unlikely(val < 0)) {
                goto raise_neg_overflow;
            }
            return (int16_t) val;
        }
    } else
#endif
    if (likely(PyLong_Check(x))) {
        if (is_unsigned) {
#if CYTHON_USE_PYLONG_INTERNALS
            const digit* digits = ((PyLongObject*)x)->ob_digit;
            switch (Py_SIZE(x)) {
                case  0: return (int16_t) 0;
                case  1: __PYX_VERIFY_RETURN_INT(int16_t, digit, digits[0])
                case 2:
                    if (8 * sizeof(int16_t) > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int16_t, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int16_t) >= 2 * PyLong_SHIFT) {
                            return (int16_t) (((((int16_t)digits[1]) << PyLong_SHIFT) | (int16_t)digits[0]));
                        }
                    }
                    break;
                case 3:
                    if (8 * sizeof(int16_t) > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int16_t, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int16_t) >= 3 * PyLong_SHIFT) {
                            return (int16_t) (((((((int16_t)digits[2]) << PyLong_SHIFT) | (int16_t)digits[1]) << PyLong_SHIFT) | (int16_t)digits[0]));
                        }
                    }
                    break;
                case 4:
                    if (8 * sizeof(int16_t) > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int16_t, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int16_t) >= 4 * PyLong_SHIFT) {
                            return (int16_t) (((((((((int16_t)digits[3]) << PyLong_SHIFT) | (int16_t)digits[2]) << PyLong_SHIFT) | (int16_t)digits[1]) << PyLong_SHIFT) | (int16_t)digits[0]));
                        }
                    }
                    break;
            }
#endif
#if CYTHON_COMPILING_IN_CPYTHON
            if (unlikely(Py_SIZE(x) < 0)) {
                goto raise_neg_overflow;
            }
#else
            {
                int result = PyObject_RichCompareBool(x, Py_False, Py_LT);
                if (unlikely(result < 0))
                    return (int16_t) -1;
                if (unlikely(result == 1))
                    goto raise_neg_overflow;
            }
#endif
            if (sizeof(int16_t) <= sizeof(unsigned long)) {
                __PYX_VERIFY_RETURN_INT_EXC(int16_t, unsigned long, PyLong_AsUnsignedLong(x))
#ifdef HAVE_LONG_LONG
            } else if (sizeof(int16_t) <= sizeof(unsigned PY_LONG_LONG)) {
                __PYX_VERIFY_RETURN_INT_EXC(int16_t, unsigned PY_LONG_LONG, PyLong_AsUnsignedLongLong(x))
#endif
            }
        } else {
#if CYTHON_USE_PYLONG_INTERNALS
            const digit* digits = ((PyLongObject*)x)->ob_digit;
            switch (Py_SIZE(x)) {
                case  0: return (int16_t) 0;
                case -1: __PYX_VERIFY_RETURN_INT(int16_t, sdigit, (sdigit) (-(sdigit)digits[0]))
                case  1: __PYX_VERIFY_RETURN_INT(int16_t,  digit, +digits[0])
                case -2:
                    if (8 * sizeof(int16_t) - 1 > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int16_t, long, -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int16_t) - 1 > 2 * PyLong_SHIFT) {
                            return (int16_t) (((int16_t)-1)*(((((int16_t)digits[1]) << PyLong_SHIFT) | (int16_t)digits[0])));
                        }
                    }
                    break;
                case 2:
                    if (8 * sizeof(int16_t) > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int16_t, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int16_t) - 1 > 2 * PyLong_SHIFT) {
                            return (int16_t) ((((((int16_t)digits[1]) << PyLong_SHIFT) | (int16_t)digits[0])));
                        }
                    }
                    break;
                case -3:
                    if (8 * sizeof(int16_t) - 1 > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int16_t, long, -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int16_t) - 1 > 3 * PyLong_SHIFT) {
                            return (int16_t) (((int16_t)-1)*(((((((int16_t)digits[2]) << PyLong_SHIFT) | (int16_t)digits[1]) << PyLong_SHIFT) | (int16_t)digits[0])));
                        }
                    }
                    break;
                case 3:
                    if (8 * sizeof(int16_t) > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int16_t, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int16_t) - 1 > 3 * PyLong_SHIFT) {
                            return (int16_t) ((((((((int16_t)digits[2]) << PyLong_SHIFT) | (int16_t)digits[1]) << PyLong_SHIFT) | (int16_t)digits[0])));
                        }
                    }
                    break;
                case -4:
                    if (8 * sizeof(int16_t) - 1 > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int16_t, long, -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int16_t) - 1 > 4 * PyLong_SHIFT) {
                            return (int16_t) (((int16_t)-1)*(((((((((int16_t)digits[3]) << PyLong_SHIFT) | (int16_t)digits[2]) << PyLong_SHIFT) | (int16_t)digits[1]) << PyLong_SHIFT) | (int16_t)digits[0])));
                        }
                    }
                    break;
                case 4:
                    if (8 * sizeof(int16_t) > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int16_t, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int16_t) - 1 > 4 * PyLong_SHIFT) {
                            return (int16_t) ((((((((((int16_t)digits[3]) << PyLong_SHIFT) | (int16_t)digits[2]) << PyLong_SHIFT) | (int16_t)digits[1]) << PyLong_SHIFT) | (int16_t)digits[0])));
                        }
                    }
                    break;
            }
#endif
            if (sizeof(int16_t) <= sizeof(long)) {
                __PYX_VERIFY_RETURN_INT_EXC(int16_t, long, PyLong_AsLong(x))
#ifdef HAVE_LONG_LONG
            } else if (sizeof(int16_t) <= sizeof(PY_LONG_LONG)) {
                __PYX_VERIFY_RETURN_INT_EXC(int16_t, PY_LONG_LONG, PyLong_AsLongLong(x))
#endif
            }
        }
        {
#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray)
            PyErr_SetString(PyExc_RuntimeError,
                            "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers");
#else
            int16_t val;
            PyObject *v = __Pyx_PyNumber_IntOrLong(x);
 #if PY_MAJOR_VERSION < 3
            if (likely(v) && !PyLong_Check(v)) {
                PyObject *tmp = v;
                v = PyNumber_Long(tmp);
                Py_DECREF(tmp);
            }
 #endif
            if (likely(v)) {
                int one = 1; int is_little = (int)*(unsigned char *)&one;
                unsigned char *bytes = (unsigned char *)&val;
                int ret = _PyLong_AsByteArray((PyLongObject *)v,
                                              bytes, sizeof(val),
                                              is_little, !is_unsigned);
                Py_DECREF(v);
                if (likely(!ret))
                    return val;
            }
#endif
            return (int16_t) -1;
        }
    } else {
        int16_t val;
        PyObject *tmp = __Pyx_PyNumber_IntOrLong(x);
        if (!tmp) return (int16_t) -1;
        val = __Pyx_PyInt_As_int16_t(tmp);
        Py_DECREF(tmp);
        return val;
    }
raise_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "value too large to convert to int16_t");
    return (int16_t) -1;
raise_neg_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "can't convert negative value to int16_t");
    return (int16_t) -1;
}

/* CIntFromPy */
              static CYTHON_INLINE int32_t __Pyx_PyInt_As_int32_t(PyObject *x) {
    const int32_t neg_one = (int32_t) -1, const_zero = (int32_t) 0;
    const int is_unsigned = neg_one > const_zero;
#if PY_MAJOR_VERSION < 3
    if (likely(PyInt_Check(x))) {
        if (sizeof(int32_t) < sizeof(long)) {
            __PYX_VERIFY_RETURN_INT(int32_t, long, PyInt_AS_LONG(x))
        } else {
            long val = PyInt_AS_LONG(x);
            if (is_unsigned && unlikely(val < 0)) {
                goto raise_neg_overflow;
            }
            return (int32_t) val;
        }
    } else
#endif
    if (likely(PyLong_Check(x))) {
        if (is_unsigned) {
#if CYTHON_USE_PYLONG_INTERNALS
            const digit* digits = ((PyLongObject*)x)->ob_digit;
            switch (Py_SIZE(x)) {
                case  0: return (int32_t) 0;
                case  1: __PYX_VERIFY_RETURN_INT(int32_t, digit, digits[0])
                case 2:
                    if (8 * sizeof(int32_t) > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int32_t, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int32_t) >= 2 * PyLong_SHIFT) {
                            return (int32_t) (((((int32_t)digits[1]) << PyLong_SHIFT) | (int32_t)digits[0]));
                        }
                    }
                    break;
                case 3:
                    if (8 * sizeof(int32_t) > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int32_t, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int32_t) >= 3 * PyLong_SHIFT) {
                            return (int32_t) (((((((int32_t)digits[2]) << PyLong_SHIFT) | (int32_t)digits[1]) << PyLong_SHIFT) | (int32_t)digits[0]));
                        }
                    }
                    break;
                case 4:
                    if (8 * sizeof(int32_t) > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int32_t, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int32_t) >= 4 * PyLong_SHIFT) {
                            return (int32_t) (((((((((int32_t)digits[3]) << PyLong_SHIFT) | (int32_t)digits[2]) << PyLong_SHIFT) | (int32_t)digits[1]) << PyLong_SHIFT) | (int32_t)digits[0]));
                        }
                    }
                    break;
            }
#endif
#if CYTHON_COMPILING_IN_CPYTHON
            if (unlikely(Py_SIZE(x) < 0)) {
                goto raise_neg_overflow;
            }
#else
            {
                int result = PyObject_RichCompareBool(x, Py_False, Py_LT);
                if (unlikely(result < 0))
                    return (int32_t) -1;
                if (unlikely(result == 1))
                    goto raise_neg_overflow;
            }
#endif
            if (sizeof(int32_t) <= sizeof(unsigned long)) {
                __PYX_VERIFY_RETURN_INT_EXC(int32_t, unsigned long, PyLong_AsUnsignedLong(x))
#ifdef HAVE_LONG_LONG
            } else if (sizeof(int32_t) <= sizeof(unsigned PY_LONG_LONG)) {
                __PYX_VERIFY_RETURN_INT_EXC(int32_t, unsigned PY_LONG_LONG, PyLong_AsUnsignedLongLong(x))
#endif
            }
        } else {
#if CYTHON_USE_PYLONG_INTERNALS
            const digit* digits = ((PyLongObject*)x)->ob_digit;
            switch (Py_SIZE(x)) {
                case  0: return (int32_t) 0;
                case -1: __PYX_VERIFY_RETURN_INT(int32_t, sdigit, (sdigit) (-(sdigit)digits[0]))
                case  1: __PYX_VERIFY_RETURN_INT(int32_t,  digit, +digits[0])
                case -2:
                    if (8 * sizeof(int32_t) - 1 > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int32_t, long, -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int32_t) - 1 > 2 * PyLong_SHIFT) {
                            return (int32_t) (((int32_t)-1)*(((((int32_t)digits[1]) << PyLong_SHIFT) | (int32_t)digits[0])));
                        }
                    }
                    break;
                case 2:
                    if (8 * sizeof(int32_t) > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int32_t, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int32_t) - 1 > 2 * PyLong_SHIFT) {
                            return (int32_t) ((((((int32_t)digits[1]) << PyLong_SHIFT) | (int32_t)digits[0])));
                        }
                    }
                    break;
                case -3:
                    if (8 * sizeof(int32_t) - 1 > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int32_t, long, -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int32_t) - 1 > 3 * PyLong_SHIFT) {
                            return (int32_t) (((int32_t)-1)*(((((((int32_t)digits[2]) << PyLong_SHIFT) | (int32_t)digits[1]) << PyLong_SHIFT) | (int32_t)digits[0])));
                        }
                    }
                    break;
                case 3:
                    if (8 * sizeof(int32_t) > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int32_t, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int32_t) - 1 > 3 * PyLong_SHIFT) {
                            return (int32_t) ((((((((int32_t)digits[2]) << PyLong_SHIFT) | (int32_t)digits[1]) << PyLong_SHIFT) | (int32_t)digits[0])));
                        }
                    }
                    break;
                case -4:
                    if (8 * sizeof(int32_t) - 1 > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int32_t, long, -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int32_t) - 1 > 4 * PyLong_SHIFT) {
                            return (int32_t) (((int32_t)-1)*(((((((((int32_t)digits[3]) << PyLong_SHIFT) | (int32_t)digits[2]) << PyLong_SHIFT) | (int32_t)digits[1]) << PyLong_SHIFT) | (int32_t)digits[0])));
                        }
                    }
                    break;
                case 4:
                    if (8 * sizeof(int32_t) > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(int32_t, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(int32_t) - 1 > 4 * PyLong_SHIFT) {
                            return (int32_t) ((((((((((int32_t)digits[3]) << PyLong_SHIFT) | (int32_t)digits[2]) << PyLong_SHIFT) | (int32_t)digits[1]) << PyLong_SHIFT) | (int32_t)digits[0])));
                        }
                    }
                    break;
            }
#endif
            if (sizeof(int32_t) <= sizeof(long)) {
                __PYX_VERIFY_RETURN_INT_EXC(int32_t, long, PyLong_AsLong(x))
#ifdef HAVE_LONG_LONG
            } else if (sizeof(int32_t) <= sizeof(PY_LONG_LONG)) {
                __PYX_VERIFY_RETURN_INT_EXC(int32_t, PY_LONG_LONG, PyLong_AsLongLong(x))
#endif
            }
        }
        {
#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray)
            PyErr_SetString(PyExc_RuntimeError,
                            "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers");
#else
            int32_t val;
            PyObject *v = __Pyx_PyNumber_IntOrLong(x);
 #if PY_MAJOR_VERSION < 3
            if (likely(v) && !PyLong_Check(v)) {
                PyObject *tmp = v;
                v = PyNumber_Long(tmp);
                Py_DECREF(tmp);
            }
 #endif
            if (likely(v)) {
                int one = 1; int is_little = (int)*(unsigned char *)&one;
                unsigned char *bytes = (unsigned char *)&val;
                int ret = _PyLong_AsByteArray((PyLongObject *)v,
                                              bytes, sizeof(val),
                                              is_little, !is_unsigned);
                Py_DECREF(v);
                if (likely(!ret))
                    return val;
            }
#endif
            return (int32_t) -1;
        }
    } else {
        int32_t val;
        PyObject *tmp = __Pyx_PyNumber_IntOrLong(x);
        if (!tmp) return (int32_t) -1;
        val = __Pyx_PyInt_As_int32_t(tmp);
        Py_DECREF(tmp);
        return val;
    }
raise_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "value too large to convert to int32_t");
    return (int32_t) -1;
raise_neg_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "can't convert negative value to int32_t");
    return (int32_t) -1;
}

/* CIntFromPy */
              static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
    const long neg_one = (long) -1, const_zero = (long) 0;
    const int is_unsigned = neg_one > const_zero;
#if PY_MAJOR_VERSION < 3
    if (likely(PyInt_Check(x))) {
        if (sizeof(long) < sizeof(long)) {
            __PYX_VERIFY_RETURN_INT(long, long, PyInt_AS_LONG(x))
        } else {
            long val = PyInt_AS_LONG(x);
            if (is_unsigned && unlikely(val < 0)) {
                goto raise_neg_overflow;
            }
            return (long) val;
        }
    } else
#endif
    if (likely(PyLong_Check(x))) {
        if (is_unsigned) {
#if CYTHON_USE_PYLONG_INTERNALS
            const digit* digits = ((PyLongObject*)x)->ob_digit;
            switch (Py_SIZE(x)) {
                case  0: return (long) 0;
                case  1: __PYX_VERIFY_RETURN_INT(long, digit, digits[0])
                case 2:
                    if (8 * sizeof(long) > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(long) >= 2 * PyLong_SHIFT) {
                            return (long) (((((long)digits[1]) << PyLong_SHIFT) | (long)digits[0]));
                        }
                    }
                    break;
                case 3:
                    if (8 * sizeof(long) > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(long) >= 3 * PyLong_SHIFT) {
                            return (long) (((((((long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0]));
                        }
                    }
                    break;
                case 4:
                    if (8 * sizeof(long) > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(long) >= 4 * PyLong_SHIFT) {
                            return (long) (((((((((long)digits[3]) << PyLong_SHIFT) | (long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0]));
                        }
                    }
                    break;
            }
#endif
#if CYTHON_COMPILING_IN_CPYTHON
            if (unlikely(Py_SIZE(x) < 0)) {
                goto raise_neg_overflow;
            }
#else
            {
                int result = PyObject_RichCompareBool(x, Py_False, Py_LT);
                if (unlikely(result < 0))
                    return (long) -1;
                if (unlikely(result == 1))
                    goto raise_neg_overflow;
            }
#endif
            if (sizeof(long) <= sizeof(unsigned long)) {
                __PYX_VERIFY_RETURN_INT_EXC(long, unsigned long, PyLong_AsUnsignedLong(x))
#ifdef HAVE_LONG_LONG
            } else if (sizeof(long) <= sizeof(unsigned PY_LONG_LONG)) {
                __PYX_VERIFY_RETURN_INT_EXC(long, unsigned PY_LONG_LONG, PyLong_AsUnsignedLongLong(x))
#endif
            }
        } else {
#if CYTHON_USE_PYLONG_INTERNALS
            const digit* digits = ((PyLongObject*)x)->ob_digit;
            switch (Py_SIZE(x)) {
                case  0: return (long) 0;
                case -1: __PYX_VERIFY_RETURN_INT(long, sdigit, (sdigit) (-(sdigit)digits[0]))
                case  1: __PYX_VERIFY_RETURN_INT(long,  digit, +digits[0])
                case -2:
                    if (8 * sizeof(long) - 1 > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(long, long, -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(long) - 1 > 2 * PyLong_SHIFT) {
                            return (long) (((long)-1)*(((((long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));
                        }
                    }
                    break;
                case 2:
                    if (8 * sizeof(long) > 1 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(long) - 1 > 2 * PyLong_SHIFT) {
                            return (long) ((((((long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));
                        }
                    }
                    break;
                case -3:
                    if (8 * sizeof(long) - 1 > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(long, long, -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(long) - 1 > 3 * PyLong_SHIFT) {
                            return (long) (((long)-1)*(((((((long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));
                        }
                    }
                    break;
                case 3:
                    if (8 * sizeof(long) > 2 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(long) - 1 > 3 * PyLong_SHIFT) {
                            return (long) ((((((((long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));
                        }
                    }
                    break;
                case -4:
                    if (8 * sizeof(long) - 1 > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(long, long, -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(long) - 1 > 4 * PyLong_SHIFT) {
                            return (long) (((long)-1)*(((((((((long)digits[3]) << PyLong_SHIFT) | (long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));
                        }
                    }
                    break;
                case 4:
                    if (8 * sizeof(long) > 3 * PyLong_SHIFT) {
                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {
                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if (8 * sizeof(long) - 1 > 4 * PyLong_SHIFT) {
                            return (long) ((((((((((long)digits[3]) << PyLong_SHIFT) | (long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));
                        }
                    }
                    break;
            }
#endif
            if (sizeof(long) <= sizeof(long)) {
                __PYX_VERIFY_RETURN_INT_EXC(long, long, PyLong_AsLong(x))
#ifdef HAVE_LONG_LONG
            } else if (sizeof(long) <= sizeof(PY_LONG_LONG)) {
                __PYX_VERIFY_RETURN_INT_EXC(long, PY_LONG_LONG, PyLong_AsLongLong(x))
#endif
            }
        }
        {
#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray)
            PyErr_SetString(PyExc_RuntimeError,
                            "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers");
#else
            long val;
            PyObject *v = __Pyx_PyNumber_IntOrLong(x);
 #if PY_MAJOR_VERSION < 3
            if (likely(v) && !PyLong_Check(v)) {
                PyObject *tmp = v;
                v = PyNumber_Long(tmp);
                Py_DECREF(tmp);
            }
 #endif
            if (likely(v)) {
                int one = 1; int is_little = (int)*(unsigned char *)&one;
                unsigned char *bytes = (unsigned char *)&val;
                int ret = _PyLong_AsByteArray((PyLongObject *)v,
                                              bytes, sizeof(val),
                                              is_little, !is_unsigned);
                Py_DECREF(v);
                if (likely(!ret))
                    return val;
            }
#endif
            return (long) -1;
        }
    } else {
        long val;
        PyObject *tmp = __Pyx_PyNumber_IntOrLong(x);
        if (!tmp) return (long) -1;
        val = __Pyx_PyInt_As_long(tmp);
        Py_DECREF(tmp);
        return val;
    }
raise_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "value too large to convert to long");
    return (long) -1;
raise_neg_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "can't convert negative value to long");
    return (long) -1;
}

/* SwapException */
              #if CYTHON_FAST_THREAD_STATE
static CYTHON_INLINE void __Pyx__ExceptionSwap(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb) {
    PyObject *tmp_type, *tmp_value, *tmp_tb;
    tmp_type = tstate->exc_type;
    tmp_value = tstate->exc_value;
    tmp_tb = tstate->exc_traceback;
    tstate->exc_type = *type;
    tstate->exc_value = *value;
    tstate->exc_traceback = *tb;
    *type = tmp_type;
    *value = tmp_value;
    *tb = tmp_tb;
}
#else
static CYTHON_INLINE void __Pyx_ExceptionSwap(PyObject **type, PyObject **value, PyObject **tb) {
    PyObject *tmp_type, *tmp_value, *tmp_tb;
    PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
    PyErr_SetExcInfo(*type, *value, *tb);
    *type = tmp_type;
    *value = tmp_value;
    *tb = tmp_tb;
}
#endif

/* CoroutineBase */
              #include <structmember.h>
#include <frameobject.h>
static PyObject *__Pyx_Coroutine_Send(PyObject *self, PyObject *value);
static PyObject *__Pyx_Coroutine_Close(PyObject *self);
static PyObject *__Pyx_Coroutine_Throw(PyObject *gen, PyObject *args);
#define __Pyx_Coroutine_Undelegate(gen) Py_CLEAR((gen)->yieldfrom)
#if 1 || PY_VERSION_HEX < 0x030300B0
static int __Pyx_PyGen_FetchStopIterationValue(PyObject **pvalue) {
    PyObject *et, *ev, *tb;
    PyObject *value = NULL;
    __Pyx_PyThreadState_declare
    __Pyx_PyThreadState_assign
    __Pyx_ErrFetch(&et, &ev, &tb);
    if (!et) {
        Py_XDECREF(tb);
        Py_XDECREF(ev);
        Py_INCREF(Py_None);
        *pvalue = Py_None;
        return 0;
    }
    if (likely(et == PyExc_StopIteration)) {
        if (!ev) {
            Py_INCREF(Py_None);
            value = Py_None;
        }
#if PY_VERSION_HEX >= 0x030300A0
        else if (Py_TYPE(ev) == (PyTypeObject*)PyExc_StopIteration) {
            value = ((PyStopIterationObject *)ev)->value;
            Py_INCREF(value);
            Py_DECREF(ev);
        }
#endif
        else if (unlikely(PyTuple_Check(ev))) {
            if (PyTuple_GET_SIZE(ev) >= 1) {
#if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
                value = PyTuple_GET_ITEM(ev, 0);
                Py_INCREF(value);
#else
                value = PySequence_ITEM(ev, 0);
#endif
            } else {
                Py_INCREF(Py_None);
                value = Py_None;
            }
            Py_DECREF(ev);
        }
        else if (!PyObject_TypeCheck(ev, (PyTypeObject*)PyExc_StopIteration)) {
            value = ev;
        }
        if (likely(value)) {
            Py_XDECREF(tb);
            Py_DECREF(et);
            *pvalue = value;
            return 0;
        }
    } else if (!PyErr_GivenExceptionMatches(et, PyExc_StopIteration)) {
        __Pyx_ErrRestore(et, ev, tb);
        return -1;
    }
    PyErr_NormalizeException(&et, &ev, &tb);
    if (unlikely(!PyObject_TypeCheck(ev, (PyTypeObject*)PyExc_StopIteration))) {
        __Pyx_ErrRestore(et, ev, tb);
        return -1;
    }
    Py_XDECREF(tb);
    Py_DECREF(et);
#if PY_VERSION_HEX >= 0x030300A0
    value = ((PyStopIterationObject *)ev)->value;
    Py_INCREF(value);
    Py_DECREF(ev);
#else
    {
        PyObject* args = __Pyx_PyObject_GetAttrStr(ev, __pyx_n_s_args);
        Py_DECREF(ev);
        if (likely(args)) {
            value = PySequence_GetItem(args, 0);
            Py_DECREF(args);
        }
        if (unlikely(!value)) {
            __Pyx_ErrRestore(NULL, NULL, NULL);
            Py_INCREF(Py_None);
            value = Py_None;
        }
    }
#endif
    *pvalue = value;
    return 0;
}
#endif
static CYTHON_INLINE
void __Pyx_Coroutine_ExceptionClear(__pyx_CoroutineObject *self) {
    PyObject *exc_type = self->exc_type;
    PyObject *exc_value = self->exc_value;
    PyObject *exc_traceback = self->exc_traceback;
    self->exc_type = NULL;
    self->exc_value = NULL;
    self->exc_traceback = NULL;
    Py_XDECREF(exc_type);
    Py_XDECREF(exc_value);
    Py_XDECREF(exc_traceback);
}
static CYTHON_INLINE
int __Pyx_Coroutine_CheckRunning(__pyx_CoroutineObject *gen) {
    if (unlikely(gen->is_running)) {
        PyErr_SetString(PyExc_ValueError,
                        "generator already executing");
        return 1;
    }
    return 0;
}
static CYTHON_INLINE
PyObject *__Pyx_Coroutine_SendEx(__pyx_CoroutineObject *self, PyObject *value) {
    PyObject *retval;
    __Pyx_PyThreadState_declare
    assert(!self->is_running);
    if (unlikely(self->resume_label == 0)) {
        if (unlikely(value && value != Py_None)) {
            PyErr_SetString(PyExc_TypeError,
                            "can't send non-None value to a "
                            "just-started generator");
            return NULL;
        }
    }
    if (unlikely(self->resume_label == -1)) {
        PyErr_SetNone(PyExc_StopIteration);
        return NULL;
    }
    __Pyx_PyThreadState_assign
    if (value) {
#if CYTHON_COMPILING_IN_PYPY || CYTHON_COMPILING_IN_PYSTON
#else
        if (self->exc_traceback) {
            PyTracebackObject *tb = (PyTracebackObject *) self->exc_traceback;
            PyFrameObject *f = tb->tb_frame;
            Py_XINCREF(__pyx_tstate->frame);
            assert(f->f_back == NULL);
            f->f_back = __pyx_tstate->frame;
        }
#endif
        __Pyx_ExceptionSwap(&self->exc_type, &self->exc_value,
                            &self->exc_traceback);
    } else {
        __Pyx_Coroutine_ExceptionClear(self);
    }
    self->is_running = 1;
    retval = self->body((PyObject *) self, value);
    self->is_running = 0;
    if (retval) {
        __Pyx_ExceptionSwap(&self->exc_type, &self->exc_value,
                            &self->exc_traceback);
#if CYTHON_COMPILING_IN_PYPY || CYTHON_COMPILING_IN_PYSTON
#else
        if (self->exc_traceback) {
            PyTracebackObject *tb = (PyTracebackObject *) self->exc_traceback;
            PyFrameObject *f = tb->tb_frame;
            Py_CLEAR(f->f_back);
        }
#endif
    } else {
        __Pyx_Coroutine_ExceptionClear(self);
    }
    return retval;
}
static CYTHON_INLINE
PyObject *__Pyx_Coroutine_MethodReturn(PyObject *retval) {
    if (unlikely(!retval && !PyErr_Occurred())) {
        PyErr_SetNone(PyExc_StopIteration);
    }
    return retval;
}
static CYTHON_INLINE
PyObject *__Pyx_Coroutine_FinishDelegation(__pyx_CoroutineObject *gen) {
    PyObject *ret;
    PyObject *val = NULL;
    __Pyx_Coroutine_Undelegate(gen);
    __Pyx_PyGen_FetchStopIterationValue(&val);
    ret = __Pyx_Coroutine_SendEx(gen, val);
    Py_XDECREF(val);
    return ret;
}
static PyObject *__Pyx_Coroutine_Send(PyObject *self, PyObject *value) {
    PyObject *retval;
    __pyx_CoroutineObject *gen = (__pyx_CoroutineObject*) self;
    PyObject *yf = gen->yieldfrom;
    if (unlikely(__Pyx_Coroutine_CheckRunning(gen)))
        return NULL;
    if (yf) {
        PyObject *ret;
        gen->is_running = 1;
        #ifdef __Pyx_Generator_USED
        if (__Pyx_Generator_CheckExact(yf)) {
            ret = __Pyx_Coroutine_Send(yf, value);
        } else
        #endif
        #ifdef __Pyx_Coroutine_USED
        if (__Pyx_Coroutine_CheckExact(yf)) {
            ret = __Pyx_Coroutine_Send(yf, value);
        } else
        #endif
        {
            if (value == Py_None)
                ret = Py_TYPE(yf)->tp_iternext(yf);
            else
                ret = __Pyx_PyObject_CallMethod1(yf, __pyx_n_s_send, value);
        }
        gen->is_running = 0;
        if (likely(ret)) {
            return ret;
        }
        retval = __Pyx_Coroutine_FinishDelegation(gen);
    } else {
        retval = __Pyx_Coroutine_SendEx(gen, value);
    }
    return __Pyx_Coroutine_MethodReturn(retval);
}
static int __Pyx_Coroutine_CloseIter(__pyx_CoroutineObject *gen, PyObject *yf) {
    PyObject *retval = NULL;
    int err = 0;
    #ifdef __Pyx_Generator_USED
    if (__Pyx_Generator_CheckExact(yf)) {
        retval = __Pyx_Coroutine_Close(yf);
        if (!retval)
            return -1;
    } else
    #endif
    #ifdef __Pyx_Coroutine_USED
    if (__Pyx_Coroutine_CheckExact(yf)) {
        retval = __Pyx_Coroutine_Close(yf);
        if (!retval)
            return -1;
    } else
    #endif
    {
        PyObject *meth;
        gen->is_running = 1;
        meth = __Pyx_PyObject_GetAttrStr(yf, __pyx_n_s_close);
        if (unlikely(!meth)) {
            if (!PyErr_ExceptionMatches(PyExc_AttributeError)) {
                PyErr_WriteUnraisable(yf);
            }
            PyErr_Clear();
        } else {
            retval = PyObject_CallFunction(meth, NULL);
            Py_DECREF(meth);
            if (!retval)
                err = -1;
        }
        gen->is_running = 0;
    }
    Py_XDECREF(retval);
    return err;
}
static PyObject *__Pyx_Generator_Next(PyObject *self) {
    __pyx_CoroutineObject *gen = (__pyx_CoroutineObject*) self;
    PyObject *yf = gen->yieldfrom;
    if (unlikely(__Pyx_Coroutine_CheckRunning(gen)))
        return NULL;
    if (yf) {
        PyObject *ret;
        gen->is_running = 1;
        #ifdef __Pyx_Generator_USED
        if (__Pyx_Generator_CheckExact(yf)) {
            ret = __Pyx_Generator_Next(yf);
        } else
        #endif
            ret = Py_TYPE(yf)->tp_iternext(yf);
        gen->is_running = 0;
        if (likely(ret)) {
            return ret;
        }
        return __Pyx_Coroutine_FinishDelegation(gen);
    }
    return __Pyx_Coroutine_SendEx(gen, Py_None);
}
static PyObject *__Pyx_Coroutine_Close(PyObject *self) {
    __pyx_CoroutineObject *gen = (__pyx_CoroutineObject *) self;
    PyObject *retval, *raised_exception;
    PyObject *yf = gen->yieldfrom;
    int err = 0;
    if (unlikely(__Pyx_Coroutine_CheckRunning(gen)))
        return NULL;
    if (yf) {
        Py_INCREF(yf);
        err = __Pyx_Coroutine_CloseIter(gen, yf);
        __Pyx_Coroutine_Undelegate(gen);
        Py_DECREF(yf);
    }
    if (err == 0)
        PyErr_SetNone(PyExc_GeneratorExit);
    retval = __Pyx_Coroutine_SendEx(gen, NULL);
    if (retval) {
        Py_DECREF(retval);
        PyErr_SetString(PyExc_RuntimeError,
                        "generator ignored GeneratorExit");
        return NULL;
    }
    raised_exception = PyErr_Occurred();
    if (!raised_exception
        || raised_exception == PyExc_StopIteration
        || raised_exception == PyExc_GeneratorExit
        || PyErr_GivenExceptionMatches(raised_exception, PyExc_GeneratorExit)
        || PyErr_GivenExceptionMatches(raised_exception, PyExc_StopIteration))
    {
        if (raised_exception) PyErr_Clear();
        Py_INCREF(Py_None);
        return Py_None;
    }
    return NULL;
}
static PyObject *__Pyx_Coroutine_Throw(PyObject *self, PyObject *args) {
    __pyx_CoroutineObject *gen = (__pyx_CoroutineObject *) self;
    PyObject *typ;
    PyObject *tb = NULL;
    PyObject *val = NULL;
    PyObject *yf = gen->yieldfrom;
    if (!PyArg_UnpackTuple(args, (char *)"throw", 1, 3, &typ, &val, &tb))
        return NULL;
    if (unlikely(__Pyx_Coroutine_CheckRunning(gen)))
        return NULL;
    if (yf) {
        PyObject *ret;
        Py_INCREF(yf);
        if (PyErr_GivenExceptionMatches(typ, PyExc_GeneratorExit)) {
            int err = __Pyx_Coroutine_CloseIter(gen, yf);
            Py_DECREF(yf);
            __Pyx_Coroutine_Undelegate(gen);
            if (err < 0)
                return __Pyx_Coroutine_MethodReturn(__Pyx_Coroutine_SendEx(gen, NULL));
            goto throw_here;
        }
        gen->is_running = 1;
        #ifdef __Pyx_Generator_USED
        if (__Pyx_Generator_CheckExact(yf)) {
            ret = __Pyx_Coroutine_Throw(yf, args);
        } else
        #endif
        #ifdef __Pyx_Coroutine_USED
        if (__Pyx_Coroutine_CheckExact(yf)) {
            ret = __Pyx_Coroutine_Throw(yf, args);
        } else
        #endif
        {
            PyObject *meth = __Pyx_PyObject_GetAttrStr(yf, __pyx_n_s_throw);
            if (unlikely(!meth)) {
                Py_DECREF(yf);
                if (!PyErr_ExceptionMatches(PyExc_AttributeError)) {
                    gen->is_running = 0;
                    return NULL;
                }
                PyErr_Clear();
                __Pyx_Coroutine_Undelegate(gen);
                gen->is_running = 0;
                goto throw_here;
            }
            ret = PyObject_CallObject(meth, args);
            Py_DECREF(meth);
        }
        gen->is_running = 0;
        Py_DECREF(yf);
        if (!ret) {
            ret = __Pyx_Coroutine_FinishDelegation(gen);
        }
        return __Pyx_Coroutine_MethodReturn(ret);
    }
throw_here:
    __Pyx_Raise(typ, val, tb, NULL);
    return __Pyx_Coroutine_MethodReturn(__Pyx_Coroutine_SendEx(gen, NULL));
}
static int __Pyx_Coroutine_traverse(PyObject *self, visitproc visit, void *arg) {
    __pyx_CoroutineObject *gen = (__pyx_CoroutineObject *) self;
    Py_VISIT(gen->closure);
    Py_VISIT(gen->classobj);
    Py_VISIT(gen->yieldfrom);
    Py_VISIT(gen->exc_type);
    Py_VISIT(gen->exc_value);
    Py_VISIT(gen->exc_traceback);
    return 0;
}
static int __Pyx_Coroutine_clear(PyObject *self) {
    __pyx_CoroutineObject *gen = (__pyx_CoroutineObject *) self;
    Py_CLEAR(gen->closure);
    Py_CLEAR(gen->classobj);
    Py_CLEAR(gen->yieldfrom);
    Py_CLEAR(gen->exc_type);
    Py_CLEAR(gen->exc_value);
    Py_CLEAR(gen->exc_traceback);
    Py_CLEAR(gen->gi_name);
    Py_CLEAR(gen->gi_qualname);
    return 0;
}
static void __Pyx_Coroutine_dealloc(PyObject *self) {
    __pyx_CoroutineObject *gen = (__pyx_CoroutineObject *) self;
    PyObject_GC_UnTrack(gen);
    if (gen->gi_weakreflist != NULL)
        PyObject_ClearWeakRefs(self);
    if (gen->resume_label > 0) {
        PyObject_GC_Track(self);
#if PY_VERSION_HEX >= 0x030400a1
        if (PyObject_CallFinalizerFromDealloc(self))
#else
        Py_TYPE(gen)->tp_del(self);
        if (self->ob_refcnt > 0)
#endif
        {
            return;
        }
        PyObject_GC_UnTrack(self);
    }
    __Pyx_Coroutine_clear(self);
    PyObject_GC_Del(gen);
}
static void __Pyx_Coroutine_del(PyObject *self) {
    PyObject *res;
    PyObject *error_type, *error_value, *error_traceback;
    __pyx_CoroutineObject *gen = (__pyx_CoroutineObject *) self;
    __Pyx_PyThreadState_declare
    if (gen->resume_label <= 0)
        return ;
#if PY_VERSION_HEX < 0x030400a1
    assert(self->ob_refcnt == 0);
    self->ob_refcnt = 1;
#endif
    __Pyx_PyThreadState_assign
    __Pyx_ErrFetch(&error_type, &error_value, &error_traceback);
    res = __Pyx_Coroutine_Close(self);
    if (res == NULL)
        PyErr_WriteUnraisable(self);
    else
        Py_DECREF(res);
    __Pyx_ErrRestore(error_type, error_value, error_traceback);
#if PY_VERSION_HEX < 0x030400a1
    assert(self->ob_refcnt > 0);
    if (--self->ob_refcnt == 0) {
        return;
    }
    {
        Py_ssize_t refcnt = self->ob_refcnt;
        _Py_NewReference(self);
        self->ob_refcnt = refcnt;
    }
#if CYTHON_COMPILING_IN_CPYTHON
    assert(PyType_IS_GC(self->ob_type) &&
           _Py_AS_GC(self)->gc.gc_refs != _PyGC_REFS_UNTRACKED);
    _Py_DEC_REFTOTAL;
#endif
#ifdef COUNT_ALLOCS
    --Py_TYPE(self)->tp_frees;
    --Py_TYPE(self)->tp_allocs;
#endif
#endif
}
static PyObject *
__Pyx_Coroutine_get_name(__pyx_CoroutineObject *self)
{
    PyObject *name = self->gi_name;
    if (unlikely(!name)) name = Py_None;
    Py_INCREF(name);
    return name;
}
static int
__Pyx_Coroutine_set_name(__pyx_CoroutineObject *self, PyObject *value)
{
    PyObject *tmp;
#if PY_MAJOR_VERSION >= 3
    if (unlikely(value == NULL || !PyUnicode_Check(value))) {
#else
    if (unlikely(value == NULL || !PyString_Check(value))) {
#endif
        PyErr_SetString(PyExc_TypeError,
                        "__name__ must be set to a string object");
        return -1;
    }
    tmp = self->gi_name;
    Py_INCREF(value);
    self->gi_name = value;
    Py_XDECREF(tmp);
    return 0;
}
static PyObject *
__Pyx_Coroutine_get_qualname(__pyx_CoroutineObject *self)
{
    PyObject *name = self->gi_qualname;
    if (unlikely(!name)) name = Py_None;
    Py_INCREF(name);
    return name;
}
static int
__Pyx_Coroutine_set_qualname(__pyx_CoroutineObject *self, PyObject *value)
{
    PyObject *tmp;
#if PY_MAJOR_VERSION >= 3
    if (unlikely(value == NULL || !PyUnicode_Check(value))) {
#else
    if (unlikely(value == NULL || !PyString_Check(value))) {
#endif
        PyErr_SetString(PyExc_TypeError,
                        "__qualname__ must be set to a string object");
        return -1;
    }
    tmp = self->gi_qualname;
    Py_INCREF(value);
    self->gi_qualname = value;
    Py_XDECREF(tmp);
    return 0;
}
static __pyx_CoroutineObject *__Pyx__Coroutine_New(
            PyTypeObject* type, __pyx_coroutine_body_t body, PyObject *closure,
            PyObject *name, PyObject *qualname, PyObject *module_name) {
    __pyx_CoroutineObject *gen = PyObject_GC_New(__pyx_CoroutineObject, type);
    if (gen == NULL)
        return NULL;
    gen->body = body;
    gen->closure = closure;
    Py_XINCREF(closure);
    gen->is_running = 0;
    gen->resume_label = 0;
    gen->classobj = NULL;
    gen->yieldfrom = NULL;
    gen->exc_type = NULL;
    gen->exc_value = NULL;
    gen->exc_traceback = NULL;
    gen->gi_weakreflist = NULL;
    Py_XINCREF(qualname);
    gen->gi_qualname = qualname;
    Py_XINCREF(name);
    gen->gi_name = name;
    Py_XINCREF(module_name);
    gen->gi_modulename = module_name;
    PyObject_GC_Track(gen);
    return gen;
}

/* PatchModuleWithCoroutine */
                  static PyObject* __Pyx_Coroutine_patch_module(PyObject* module, const char* py_code) {
#if defined(__Pyx_Generator_USED) || defined(__Pyx_Coroutine_USED)
    int result;
    PyObject *globals, *result_obj;
    globals = PyDict_New();  if (unlikely(!globals)) goto ignore;
    result = PyDict_SetItemString(globals, "_cython_coroutine_type",
    #ifdef __Pyx_Coroutine_USED
        (PyObject*)__pyx_CoroutineType);
    #else
        Py_None);
    #endif
    if (unlikely(result < 0)) goto ignore;
    result = PyDict_SetItemString(globals, "_cython_generator_type",
    #ifdef __Pyx_Generator_USED
        (PyObject*)__pyx_GeneratorType);
    #else
        Py_None);
    #endif
    if (unlikely(result < 0)) goto ignore;
    if (unlikely(PyDict_SetItemString(globals, "_module", module) < 0)) goto ignore;
    if (unlikely(PyDict_SetItemString(globals, "__builtins__", __pyx_b) < 0)) goto ignore;
    result_obj = PyRun_String(py_code, Py_file_input, globals, globals);
    if (unlikely(!result_obj)) goto ignore;
    Py_DECREF(result_obj);
    Py_DECREF(globals);
    return module;
ignore:
    Py_XDECREF(globals);
    PyErr_WriteUnraisable(module);
    if (unlikely(PyErr_WarnEx(PyExc_RuntimeWarning, "Cython module failed to patch module with custom type", 1) < 0)) {
        Py_DECREF(module);
        module = NULL;
    }
#else
    py_code++;
#endif
    return module;
}

/* PatchGeneratorABC */
                  #if defined(__Pyx_Generator_USED) || defined(__Pyx_Coroutine_USED)
static PyObject* __Pyx_patch_abc_module(PyObject *module);
static PyObject* __Pyx_patch_abc_module(PyObject *module) {
    module = __Pyx_Coroutine_patch_module(
        module, ""
"if _cython_generator_type is not None:\n"
"    try: Generator = _module.Generator\n"
"    except AttributeError: pass\n"
"    else: Generator.register(_cython_generator_type)\n"
"if _cython_coroutine_type is not None:\n"
"    try: Coroutine = _module.Coroutine\n"
"    except AttributeError: pass\n"
"    else: Coroutine.register(_cython_coroutine_type)\n"
    );
    return module;
}
#endif
static int __Pyx_patch_abc(void) {
#if defined(__Pyx_Generator_USED) || defined(__Pyx_Coroutine_USED)
    static int abc_patched = 0;
    if (!abc_patched) {
        PyObject *module;
        module = PyImport_ImportModule((PY_VERSION_HEX >= 0x03030000) ? "collections.abc" : "collections");
        if (!module) {
            PyErr_WriteUnraisable(NULL);
            if (unlikely(PyErr_WarnEx(PyExc_RuntimeWarning,
                    ((PY_VERSION_HEX >= 0x03030000) ?
                        "Cython module failed to register with collections.abc module" :
                        "Cython module failed to register with collections module"), 1) < 0)) {
                return -1;
            }
        } else {
            module = __Pyx_patch_abc_module(module);
            abc_patched = 1;
            if (unlikely(!module))
                return -1;
            Py_DECREF(module);
        }
        module = PyImport_ImportModule("backports_abc");
        if (module) {
            module = __Pyx_patch_abc_module(module);
            Py_XDECREF(module);
        }
        if (!module) {
            PyErr_Clear();
        }
    }
#else
    if (0) __Pyx_Coroutine_patch_module(NULL, NULL);
#endif
    return 0;
}

/* Generator */
                  static PyMethodDef __pyx_Generator_methods[] = {
    {"send", (PyCFunction) __Pyx_Coroutine_Send, METH_O,
     (char*) PyDoc_STR("send(arg) -> send 'arg' into generator,\nreturn next yielded value or raise StopIteration.")},
    {"throw", (PyCFunction) __Pyx_Coroutine_Throw, METH_VARARGS,
     (char*) PyDoc_STR("throw(typ[,val[,tb]]) -> raise exception in generator,\nreturn next yielded value or raise StopIteration.")},
    {"close", (PyCFunction) __Pyx_Coroutine_Close, METH_NOARGS,
     (char*) PyDoc_STR("close() -> raise GeneratorExit inside generator.")},
    {0, 0, 0, 0}
};
static PyMemberDef __pyx_Generator_memberlist[] = {
    {(char *) "gi_running", T_BOOL, offsetof(__pyx_CoroutineObject, is_running), READONLY, NULL},
    {(char*) "gi_yieldfrom", T_OBJECT, offsetof(__pyx_CoroutineObject, yieldfrom), READONLY,
     (char*) PyDoc_STR("object being iterated by 'yield from', or None")},
    {0, 0, 0, 0, 0}
};
static PyGetSetDef __pyx_Generator_getsets[] = {
    {(char *) "__name__", (getter)__Pyx_Coroutine_get_name, (setter)__Pyx_Coroutine_set_name,
     (char*) PyDoc_STR("name of the generator"), 0},
    {(char *) "__qualname__", (getter)__Pyx_Coroutine_get_qualname, (setter)__Pyx_Coroutine_set_qualname,
     (char*) PyDoc_STR("qualified name of the generator"), 0},
    {0, 0, 0, 0, 0}
};
static PyTypeObject __pyx_GeneratorType_type = {
    PyVarObject_HEAD_INIT(0, 0)
    "generator",
    sizeof(__pyx_CoroutineObject),
    0,
    (destructor) __Pyx_Coroutine_dealloc,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC | Py_TPFLAGS_HAVE_FINALIZE,
    0,
    (traverseproc) __Pyx_Coroutine_traverse,
    0,
    0,
    offsetof(__pyx_CoroutineObject, gi_weakreflist),
    0,
    (iternextfunc) __Pyx_Generator_Next,
    __pyx_Generator_methods,
    __pyx_Generator_memberlist,
    __pyx_Generator_getsets,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
#if PY_VERSION_HEX >= 0x030400a1
    0,
#else
    __Pyx_Coroutine_del,
#endif
    0,
#if PY_VERSION_HEX >= 0x030400a1
    __Pyx_Coroutine_del,
#endif
};
static int __pyx_Generator_init(void) {
    __pyx_GeneratorType_type.tp_getattro = PyObject_GenericGetAttr;
    __pyx_GeneratorType_type.tp_iter = PyObject_SelfIter;
    __pyx_GeneratorType = __Pyx_FetchCommonType(&__pyx_GeneratorType_type);
    if (unlikely(!__pyx_GeneratorType)) {
        return -1;
    }
    return 0;
}

/* CheckBinaryVersion */
                  static int __Pyx_check_binary_version(void) {
    char ctversion[4], rtversion[4];
    PyOS_snprintf(ctversion, 4, "%d.%d", PY_MAJOR_VERSION, PY_MINOR_VERSION);
    PyOS_snprintf(rtversion, 4, "%s", Py_GetVersion());
    if (ctversion[0] != rtversion[0] || ctversion[2] != rtversion[2]) {
        char message[200];
        PyOS_snprintf(message, sizeof(message),
                      "compiletime version %s of module '%.100s' "
                      "does not match runtime version %s",
                      ctversion, __Pyx_MODULE_NAME, rtversion);
        return PyErr_WarnEx(NULL, message, 1);
    }
    return 0;
}

/* ModuleImport */
                  #ifndef __PYX_HAVE_RT_ImportModule
#define __PYX_HAVE_RT_ImportModule
static PyObject *__Pyx_ImportModule(const char *name) {
    PyObject *py_name = 0;
    PyObject *py_module = 0;
    py_name = __Pyx_PyIdentifier_FromString(name);
    if (!py_name)
        goto bad;
    py_module = PyImport_Import(py_name);
    Py_DECREF(py_name);
    return py_module;
bad:
    Py_XDECREF(py_name);
    return 0;
}
#endif

/* TypeImport */
                  #ifndef __PYX_HAVE_RT_ImportType
#define __PYX_HAVE_RT_ImportType
static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name,
    size_t size, int strict)
{
    PyObject *py_module = 0;
    PyObject *result = 0;
    PyObject *py_name = 0;
    char warning[200];
    Py_ssize_t basicsize;
#ifdef Py_LIMITED_API
    PyObject *py_basicsize;
#endif
    py_module = __Pyx_ImportModule(module_name);
    if (!py_module)
        goto bad;
    py_name = __Pyx_PyIdentifier_FromString(class_name);
    if (!py_name)
        goto bad;
    result = PyObject_GetAttr(py_module, py_name);
    Py_DECREF(py_name);
    py_name = 0;
    Py_DECREF(py_module);
    py_module = 0;
    if (!result)
        goto bad;
    if (!PyType_Check(result)) {
        PyErr_Format(PyExc_TypeError,
            "%.200s.%.200s is not a type object",
            module_name, class_name);
        goto bad;
    }
#ifndef Py_LIMITED_API
    basicsize = ((PyTypeObject *)result)->tp_basicsize;
#else
    py_basicsize = PyObject_GetAttrString(result, "__basicsize__");
    if (!py_basicsize)
        goto bad;
    basicsize = PyLong_AsSsize_t(py_basicsize);
    Py_DECREF(py_basicsize);
    py_basicsize = 0;
    if (basicsize == (Py_ssize_t)-1 && PyErr_Occurred())
        goto bad;
#endif
    if (!strict && (size_t)basicsize > size) {
        PyOS_snprintf(warning, sizeof(warning),
            "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd",
            module_name, class_name, basicsize, size);
        if (PyErr_WarnEx(NULL, warning, 0) < 0) goto bad;
    }
    else if ((size_t)basicsize != size) {
        PyErr_Format(PyExc_ValueError,
            "%.200s.%.200s has the wrong size, try recompiling. Expected %zd, got %zd",
            module_name, class_name, basicsize, size);
        goto bad;
    }
    return (PyTypeObject *)result;
bad:
    Py_XDECREF(py_module);
    Py_XDECREF(result);
    return NULL;
}
#endif

/* VoidPtrImport */
                  #ifndef __PYX_HAVE_RT_ImportVoidPtr
#define __PYX_HAVE_RT_ImportVoidPtr
static int __Pyx_ImportVoidPtr(PyObject *module, const char *name, void **p, const char *sig) {
    PyObject *d = 0;
    PyObject *cobj = 0;
    d = PyObject_GetAttrString(module, (char *)"__pyx_capi__");
    if (!d)
        goto bad;
    cobj = PyDict_GetItemString(d, name);
    if (!cobj) {
        PyErr_Format(PyExc_ImportError,
            "%.200s does not export expected C variable %.200s",
                PyModule_GetName(module), name);
        goto bad;
    }
#if PY_VERSION_HEX >= 0x02070000
    if (!PyCapsule_IsValid(cobj, sig)) {
        PyErr_Format(PyExc_TypeError,
            "C variable %.200s.%.200s has wrong signature (expected %.500s, got %.500s)",
             PyModule_GetName(module), name, sig, PyCapsule_GetName(cobj));
        goto bad;
    }
    *p = PyCapsule_GetPointer(cobj, sig);
#else
    {const char *desc, *s1, *s2;
    desc = (const char *)PyCObject_GetDesc(cobj);
    if (!desc)
        goto bad;
    s1 = desc; s2 = sig;
    while (*s1 != '\0' && *s1 == *s2) { s1++; s2++; }
    if (*s1 != *s2) {
        PyErr_Format(PyExc_TypeError,
            "C variable %.200s.%.200s has wrong signature (expected %.500s, got %.500s)",
             PyModule_GetName(module), name, sig, desc);
        goto bad;
    }
    *p = PyCObject_AsVoidPtr(cobj);}
#endif
    if (!(*p))
        goto bad;
    Py_DECREF(d);
    return 0;
bad:
    Py_XDECREF(d);
    return -1;
}
#endif

/* InitStrings */
                  static int __Pyx_InitStrings(__Pyx_StringTabEntry *t) {
    while (t->p) {
        #if PY_MAJOR_VERSION < 3
        if (t->is_unicode) {
            *t->p = PyUnicode_DecodeUTF8(t->s, t->n - 1, NULL);
        } else if (t->intern) {
            *t->p = PyString_InternFromString(t->s);
        } else {
            *t->p = PyString_FromStringAndSize(t->s, t->n - 1);
        }
        #else
        if (t->is_unicode | t->is_str) {
            if (t->intern) {
                *t->p = PyUnicode_InternFromString(t->s);
            } else if (t->encoding) {
                *t->p = PyUnicode_Decode(t->s, t->n - 1, t->encoding, NULL);
            } else {
                *t->p = PyUnicode_FromStringAndSize(t->s, t->n - 1);
            }
        } else {
            *t->p = PyBytes_FromStringAndSize(t->s, t->n - 1);
        }
        #endif
        if (!*t->p)
            return -1;
        if (PyObject_Hash(*t->p) == -1)
            PyErr_Clear();
        ++t;
    }
    return 0;
}

static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
    return __Pyx_PyUnicode_FromStringAndSize(c_str, (Py_ssize_t)strlen(c_str));
}
static CYTHON_INLINE const char* __Pyx_PyObject_AsString(PyObject* o) {
    Py_ssize_t ignore;
    return __Pyx_PyObject_AsStringAndSize(o, &ignore);
}
static CYTHON_INLINE const char* __Pyx_PyObject_AsStringAndSize(PyObject* o, Py_ssize_t *length) {
#if CYTHON_COMPILING_IN_CPYTHON && (__PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT)
    if (
#if PY_MAJOR_VERSION < 3 && __PYX_DEFAULT_STRING_ENCODING_IS_ASCII
            __Pyx_sys_getdefaultencoding_not_ascii &&
#endif
            PyUnicode_Check(o)) {
#if PY_VERSION_HEX < 0x03030000
        char* defenc_c;
        PyObject* defenc = _PyUnicode_AsDefaultEncodedString(o, NULL);
        if (!defenc) return NULL;
        defenc_c = PyBytes_AS_STRING(defenc);
#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII
        {
            char* end = defenc_c + PyBytes_GET_SIZE(defenc);
            char* c;
            for (c = defenc_c; c < end; c++) {
                if ((unsigned char) (*c) >= 128) {
                    PyUnicode_AsASCIIString(o);
                    return NULL;
                }
            }
        }
#endif
        *length = PyBytes_GET_SIZE(defenc);
        return defenc_c;
#else
        if (__Pyx_PyUnicode_READY(o) == -1) return NULL;
#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII
        if (PyUnicode_IS_ASCII(o)) {
            *length = PyUnicode_GET_LENGTH(o);
            return PyUnicode_AsUTF8(o);
        } else {
            PyUnicode_AsASCIIString(o);
            return NULL;
        }
#else
        return PyUnicode_AsUTF8AndSize(o, length);
#endif
#endif
    } else
#endif
#if (!CYTHON_COMPILING_IN_PYPY) || (defined(PyByteArray_AS_STRING) && defined(PyByteArray_GET_SIZE))
    if (PyByteArray_Check(o)) {
        *length = PyByteArray_GET_SIZE(o);
        return PyByteArray_AS_STRING(o);
    } else
#endif
    {
        char* result;
        int r = PyBytes_AsStringAndSize(o, &result, length);
        if (unlikely(r < 0)) {
            return NULL;
        } else {
            return result;
        }
    }
}
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
   int is_true = x == Py_True;
   if (is_true | (x == Py_False) | (x == Py_None)) return is_true;
   else return PyObject_IsTrue(x);
}
static CYTHON_INLINE PyObject* __Pyx_PyNumber_IntOrLong(PyObject* x) {
#if CYTHON_USE_TYPE_SLOTS
  PyNumberMethods *m;
#endif
  const char *name = NULL;
  PyObject *res = NULL;
#if PY_MAJOR_VERSION < 3
  if (PyInt_Check(x) || PyLong_Check(x))
#else
  if (PyLong_Check(x))
#endif
    return __Pyx_NewRef(x);
#if CYTHON_USE_TYPE_SLOTS
  m = Py_TYPE(x)->tp_as_number;
  #if PY_MAJOR_VERSION < 3
  if (m && m->nb_int) {
    name = "int";
    res = PyNumber_Int(x);
  }
  else if (m && m->nb_long) {
    name = "long";
    res = PyNumber_Long(x);
  }
  #else
  if (m && m->nb_int) {
    name = "int";
    res = PyNumber_Long(x);
  }
  #endif
#else
  res = PyNumber_Int(x);
#endif
  if (res) {
#if PY_MAJOR_VERSION < 3
    if (!PyInt_Check(res) && !PyLong_Check(res)) {
#else
    if (!PyLong_Check(res)) {
#endif
      PyErr_Format(PyExc_TypeError,
                   "__%.4s__ returned non-%.4s (type %.200s)",
                   name, name, Py_TYPE(res)->tp_name);
      Py_DECREF(res);
      return NULL;
    }
  }
  else if (!PyErr_Occurred()) {
    PyErr_SetString(PyExc_TypeError,
                    "an integer is required");
  }
  return res;
}
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
  Py_ssize_t ival;
  PyObject *x;
#if PY_MAJOR_VERSION < 3
  if (likely(PyInt_CheckExact(b))) {
    if (sizeof(Py_ssize_t) >= sizeof(long))
        return PyInt_AS_LONG(b);
    else
        return PyInt_AsSsize_t(x);
  }
#endif
  if (likely(PyLong_CheckExact(b))) {
    #if CYTHON_USE_PYLONG_INTERNALS
    const digit* digits = ((PyLongObject*)b)->ob_digit;
    const Py_ssize_t size = Py_SIZE(b);
    if (likely(__Pyx_sst_abs(size) <= 1)) {
        ival = likely(size) ? digits[0] : 0;
        if (size == -1) ival = -ival;
        return ival;
    } else {
      switch (size) {
         case 2:
           if (8 * sizeof(Py_ssize_t) > 2 * PyLong_SHIFT) {
             return (Py_ssize_t) (((((size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));
           }
           break;
         case -2:
           if (8 * sizeof(Py_ssize_t) > 2 * PyLong_SHIFT) {
             return -(Py_ssize_t) (((((size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));
           }
           break;
         case 3:
           if (8 * sizeof(Py_ssize_t) > 3 * PyLong_SHIFT) {
             return (Py_ssize_t) (((((((size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));
           }
           break;
         case -3:
           if (8 * sizeof(Py_ssize_t) > 3 * PyLong_SHIFT) {
             return -(Py_ssize_t) (((((((size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));
           }
           break;
         case 4:
           if (8 * sizeof(Py_ssize_t) > 4 * PyLong_SHIFT) {
             return (Py_ssize_t) (((((((((size_t)digits[3]) << PyLong_SHIFT) | (size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));
           }
           break;
         case -4:
           if (8 * sizeof(Py_ssize_t) > 4 * PyLong_SHIFT) {
             return -(Py_ssize_t) (((((((((size_t)digits[3]) << PyLong_SHIFT) | (size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));
           }
           break;
      }
    }
    #endif
    return PyLong_AsSsize_t(b);
  }
  x = PyNumber_Index(b);
  if (!x) return -1;
  ival = PyInt_AsSsize_t(x);
  Py_DECREF(x);
  return ival;
}
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
    return PyInt_FromSize_t(ival);
}


#endif /* Py_PYTHON_H */
