Skip to content

Commit

Permalink
README.mdとREADME_ja.mdのyougenオプションの説明を更新し、用言が見出し語に統一されることを明記。バージョンを0.…
Browse files Browse the repository at this point in the history
…1.3に更新。
  • Loading branch information
sea-turt1e committed Nov 24, 2024
1 parent 0a5409d commit d290c52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ print(normalizer.normalize(text, config))
#### Configuration Details
- unify_level (default="lexeme"): Flag to specify unification level. Default "lexeme" unifies based on lexeme number. "word_form" option unifies based on word form number. "abbreviation" option unifies based on abbreviation number.
- taigen (default=True): Flag to include nouns in unification. Default is to include. Specify False to exclude.
- yougen (default=False): Flag to include conjugated words in unification. Default is to exclude. Specify True to include.
- yougen (default=False): Flag to include conjugated words in unification. Default is to exclude. Specify True to include. However, conjugated words are unified to the headword.
- expansion (default="from_another"): Synonym expansion control flag. Default only expands those with expansion control flag 0. Specify "ANY" to always expand.
- other_language (default=True): Flag to normalize non-Japanese languages to Japanese. Default is to normalize. Specify False to disable.
- alias (default=True): Flag to normalize aliases. Default is to normalize. Specify False to disable.
Expand Down
4 changes: 2 additions & 2 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ print(normalizer.normalize(text, config))
#### 設定の詳細
- unify_level(default="lexeme"): 統一レベルを指定するフラグ。デフォルト"lexeme"はlexeme(語彙素)番号が同じもので統一。"word_form"オプションはwor_form(語形)番号が同じものでの統一。"abbreviation"オプションはabbreviation(略語)番号が同じものでの統一。
- taigen(default=True): 統一するのに体言を含むかどうかのフラグ。デフォルトは含む。含まない場合はFalseを指定。
- yougen(default=False): 統一するのに用言を含むかどうかのフラグ。デフォルトは含まない。含む場合はTrueを指定。ただし用言は
expansion(default="from_another"): 同義語展開の制御フラグ。デフォルトは同義語辞書の展開制御フラグが0のもののみ展開。"ANY"を指定すると展開制御フラグが常に展開する。
- yougen(default=False): 統一するのに用言を含むかどうかのフラグ。デフォルトは含まない。含む場合はTrueを指定。ただし用言は見出し語に統一されます。
- expansion(default="from_another"): 同義語展開の制御フラグ。デフォルトは同義語辞書の展開制御フラグが0のもののみ展開。"ANY"を指定すると展開制御フラグが常に展開する。
- other_language(default=True): 日本語以外の言語を日本語に正規化するかどうかのフラグ。デフォルトは正規化する。正規化しない場合はFalseを指定。
- alias(default=True): 別称を正規化するかどうかのフラグ。デフォルトは正規化する。正規化しない場合はFalseを指定。
- old_name(default=True): 旧称を正規化するかどうかのフラグ。デフォルトは正規化する。正規化しない場合はFalseを指定。
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yurenizer"
version = "0.1.2"
version = "0.1.3"
description = "A library for standardizing terms with spelling variations using a synonym dictionary."
authors = ["sea-turt1e <h.yamada.bg@gmail.com>"]
repository = "https://github.com/sea-turt1e/yurenizer"
Expand Down

0 comments on commit d290c52

Please sign in to comment.