Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Capitalized and/or mixed case words in the dictionary may inhibit spellchecking of each other #1045

Open
@ssvb

Description

@ssvb

Consider the following reduced testcase:

test.aff:

SFX E Y 1SFX E a u aSFX H Y 1SFX H 0 u m

test.dic

2Lima/ELiM/H

The first stemLima/E in the "test.dic" file is expected to produce the"Limu" form. But in reality the second stemLiM/H appears to somehow cancel it:

$ cat test.affSFX E Y 1SFX E a u aSFX H Y 1SFX H 0 u m$ cat test.dic2Lima/ELiM/H$ hunspell -d testHunspell 1.7.2Lima*Limu# Limu 0LiM*Lim& Lim 1 0: LiMLiMu& LiMu 1 0: LiM

Removing the second stem makes this problem disappear:

$ cat test.affSFX E Y 1SFX E a u aSFX H Y 1SFX H 0 u m$ cat test.dic1Lima/E$ hunspell -d testHunspell 1.7.2Limu+ Lima

Is this how Hunspell is supposed to work? Looks like a camel-case word cancels spellchecking of another capitalized word.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp