aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed/js/japanese.js
Commit message (Collapse)AuthorAge
* Update copyright year (#1194)toasted-nutbread2021-01-01
| | | | | * Update copyright year * Remove redundant Author info
* Furigana distribution improvements (#1157)toasted-nutbread2020-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-nutbread2020-11-29
| | | | | * Use JapaneseUtil as a class which is manually instantiated * Use alias function for toKana
* Frequencies marker (#1074)toasted-nutbread2020-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-nutbread2020-10-13
|
* Japanese util refactor (#510)toasted-nutbread2020-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 calculationtoasted-nutbread2020-04-22
|
* Update license author field to broader to explicitly reflect thatAlex Yatskov2020-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.jstoasted-nutbread2020-03-28
|
* Move basic string/character testing functions into a mixed/js/japanese.jstoasted-nutbread2020-03-21
|
* Move japanese.js into bgtoasted-nutbread2020-02-08
|
* Merge pull request #330 from siikamiika/query-parser-helper-disablingsiikamiika2020-01-25
|\ | | | | Query parser helper disabling
| * query parser: add reading mode 'none'siikamiika2020-01-25
| |
* | Add support for dashestoasted-nutbread2020-01-24
| |
* | Move where 'a' character offset is appliedtoasted-nutbread2020-01-24
| |
* | Replace and remove old character/string testing functionstoasted-nutbread2020-01-24
| |
* | Create new character/string testing functionstoasted-nutbread2020-01-24
| |
* | Add character range definitionstoasted-nutbread2020-01-24
| |
* | Update constant naming conventiontoasted-nutbread2020-01-24
| |
* | Include half width and full width characters as Japanese characterstoasted-nutbread2020-01-24
| |
* | Update detection of Japanese characterstoasted-nutbread2020-01-24
| |
* | Optimize jpIsKanji and jpIsKanatoasted-nutbread2020-01-24
| |
* | Implement new translation optionstoasted-nutbread2020-01-24
|/
* Update license info URLtoasted-nutbread2020-01-01
|
* Update copyrighttoasted-nutbread2020-01-01
|
* Use substring instead of slicetoasted-nutbread2019-12-08
|
* use fallback for ambiguous furiganasiikamiika2019-11-27
| | | | fixes #281, fixes #94
* add reading modessiikamiika2019-11-23
|
* give names to complex slicessiikamiika2019-11-23
|
* remove unneeded featuresiikamiika2019-11-23
| | | | Unidic actually has a field for the base form of the input
* add mecab supportsiikamiika2019-11-23
|
* only paste Japanese text from clipboardsiikamiika2019-11-13
|
* .Alex Yatskov2017-08-26
|
* improved furigana supportAlex Yatskov2017-08-26
|
* fixing syntax issuesAlex Yatskov2017-08-23
|
* Improve {furigana} marker for anki exportYoitsumi2017-08-20
|
* upgrade to wanikana 2.2.3 (fixes #42)Alex Yatskov2017-08-14
|
* refactorAlex Yatskov2017-07-18