Liking cljdoc? Tell your friends :D

clj-fst.enum


create-enum!clj

(create-enum! fst)

Create an enumeration of all the <input, output> tuples that compose the FST

Create an enumeration of all the <input, output> tuples that
compose the FST
sourceraw docstring

current!clj

(current! enum)

Returns the term of the current input of the enumeration

Returns the term of the current input of the enumeration
sourceraw docstring

get-ceil-term!clj

(get-ceil-term! input enum)

Returns the smallest term that is greater or equal to the input term, nil otherwise.

Returns the smallest term that is greater or equal to the input term, nil otherwise.
sourceraw docstring

get-exact-term!clj

(get-exact-term! input enum)

Returns the term if the exact input term exists, nil otherwise.

Returns the term if the exact input term exists, nil otherwise.
sourceraw docstring

get-floor-term!clj

(get-floor-term! input enum)

Returns the biggest term that is smaller or equal to the input term, nil otherwise.

Returns the biggest term that is smaller or equal to the input term, nil otherwise.
sourceraw docstring

next!clj

(next! enum)

Returns the term of the next input of the enumeration

Returns the term of the next input of the enumeration
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close