Skip to content

Option to define left_min_hyphen and right_min_hyphen #81

@samuel-hauser

Description

@samuel-hauser

I tried to add methods to define the following settings:

  • left_min_hyphen
  • right_min_hyphen

I added functions similar to "setMinWordLength" in "Syllable.php" like so:

public function setLeftMinLength($length = 3)
    {
        $this->left_min_hyphen = $length;
    }

And I changed the default value (3) for $left_min_hyphen and $right_min_hyphen wherever I could find them. Unfortunately the value for left_min_hyphen in the cached json file remains still the old value (2).

What could I have missed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions