| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Update copyright year (#1194) | toasted-nutbread | 2021-01-01 |
| | | | | | | * Update copyright year * Remove redundant Author info | ||
| * | Furigana distribution improvements (#1157) | toasted-nutbread | 2020-12-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve furigana when reading kana is not an exact match * Simplify group structure * Return consistent type * Add more tests * Remove redundant isAmbiguous assignment * Simplify group usage * Add helper function * Optimize returned arrays * Use variable * Remove s(p)lice calls * Reduce number of convertKatakanaToHiragana calls * Optimize text length access * Optimize reading substring * Move segmentize to a separate function * Use var * Use _createFuriganaSegment * Optimize distributeFuriganaInflected | ||
| * | JapaneseUtil normalization (#1076) | toasted-nutbread | 2020-11-29 |
| | | | | | | * Use JapaneseUtil as a class which is manually instantiated * Use alias function for toKana | ||
| * | Frequencies marker (#1074) | toasted-nutbread | 2020-11-28 |
| | | | | | | | | | | | | * Update japanese.js tests * Simplify fallback/early exit * Add overloads to furigana and furiganaPlain handlebars helper functions * Expose unique expression/reading arrays (and subsequently counts) * Add {frequencies} marker | ||
| * | Improve convertKatakanaToHiragana and convertHiraganaToKatakana (#916) | toasted-nutbread | 2020-10-13 |
| | | |||
| * | Japanese util refactor (#510) | toasted-nutbread | 2020-05-06 |
| | | | | | | | | | | | | * Convert mixed japanese.js to utility class * Copy functions from bg/js/japanese.js into mixed/js/japanese.js * Remove bg/js/japanese.js * Make wanakana dependency optional * Update tests | ||
| * | Fix high pitch calculation | toasted-nutbread | 2020-04-22 |
| | | |||
| * | Update license author field to broader to explicitly reflect that | Alex Yatskov | 2020-04-10 |
| | | | | | | Yomichan is an ongoing community project. It really does take a village, and everyone who contributes code owns a part of it :) | ||
| * | Move Japanese utility functions out of display-generator.js | toasted-nutbread | 2020-03-28 |
| | | |||
| * | Move basic string/character testing functions into a mixed/js/japanese.js | toasted-nutbread | 2020-03-21 |
| | | |||
| * | Move japanese.js into bg | toasted-nutbread | 2020-02-08 |
| | | |||
| * | Merge pull request #330 from siikamiika/query-parser-helper-disabling | siikamiika | 2020-01-25 |
| |\ | | | | | Query parser helper disabling | ||
| | * | query parser: add reading mode 'none' | siikamiika | 2020-01-25 |
| | | | |||
| * | | Add support for dashes | toasted-nutbread | 2020-01-24 |
| | | | |||
| * | | Move where 'a' character offset is applied | toasted-nutbread | 2020-01-24 |
| | | | |||
| * | | Replace and remove old character/string testing functions | toasted-nutbread | 2020-01-24 |
| | | | |||
| * | | Create new character/string testing functions | toasted-nutbread | 2020-01-24 |
| | | | |||
| * | | Add character range definitions | toasted-nutbread | 2020-01-24 |
| | | | |||
| * | | Update constant naming convention | toasted-nutbread | 2020-01-24 |
| | | | |||
| * | | Include half width and full width characters as Japanese characters | toasted-nutbread | 2020-01-24 |
| | | | |||
| * | | Update detection of Japanese characters | toasted-nutbread | 2020-01-24 |
| | | | |||
| * | | Optimize jpIsKanji and jpIsKana | toasted-nutbread | 2020-01-24 |
| | | | |||
| * | | Implement new translation options | toasted-nutbread | 2020-01-24 |
| |/ | |||
| * | Update license info URL | toasted-nutbread | 2020-01-01 |
| | | |||
| * | Update copyright | toasted-nutbread | 2020-01-01 |
| | | |||
| * | Use substring instead of slice | toasted-nutbread | 2019-12-08 |
| | | |||
| * | use fallback for ambiguous furigana | siikamiika | 2019-11-27 |
| | | | | | fixes #281, fixes #94 | ||
| * | add reading modes | siikamiika | 2019-11-23 |
| | | |||
| * | give names to complex slices | siikamiika | 2019-11-23 |
| | | |||
| * | remove unneeded feature | siikamiika | 2019-11-23 |
| | | | | | Unidic actually has a field for the base form of the input | ||
| * | add mecab support | siikamiika | 2019-11-23 |
| | | |||
| * | only paste Japanese text from clipboard | siikamiika | 2019-11-13 |
| | | |||
| * | . | Alex Yatskov | 2017-08-26 |
| | | |||
| * | improved furigana support | Alex Yatskov | 2017-08-26 |
| | | |||
| * | fixing syntax issues | Alex Yatskov | 2017-08-23 |
| | | |||
| * | Improve {furigana} marker for anki export | Yoitsumi | 2017-08-20 |
| | | |||
| * | upgrade to wanikana 2.2.3 (fixes #42) | Alex Yatskov | 2017-08-14 |
| | | |||
| * | refactor | Alex Yatskov | 2017-07-18 |