Learn R Programming

gibasa (version 1.1.2)

transition_cost: Get transition cost between pos attributes

Description

Gets transition cost between two pos attributes for a given dictionary. Note that the valid range of pos attributes differs depending on the dictionary. If rcAttr or lcAttr is out of range, this function will be aborted.

Value

An integer scalar.

Arguments

rcAttr

Integer; the right context attribute ID of the right-hand side of the transition.

lcAttr

Integer; the left context attribute ID of the left-hand side of the transition.

sys_dic

Character scalar; path to the system dictionary for 'MeCab'.

user_dic

Character scalar; path to the user dictionary for 'MeCab'.