<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/language/en, branch 24.4.18.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=24.4.18.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=24.4.18.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2024-04-09T08:54:28+00:00</updated>
<entry>
<title>fix deinflection on past simple of english phrasal verbs (#808)</title>
<updated>2024-04-09T08:54:28+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-04-09T08:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0ca56ec3bb0425b84ca15f2711478c44fabd52df'/>
<id>urn:sha1:0ca56ec3bb0425b84ca15f2711478c44fabd52df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>english grammar: adverb form of some adjectives (#803)</title>
<updated>2024-04-09T08:53:59+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-04-09T08:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=ae109750d7fbb20a6c4ea7c7ec2a4ec5398bfe0d'/>
<id>urn:sha1:ae109750d7fbb20a6c4ea7c7ec2a4ec5398bfe0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>expand deinflection format (#745)</title>
<updated>2024-03-22T14:27:35+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-03-22T14:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d2e9841f96ebff61d4a5c26a322484f6268115f1'/>
<id>urn:sha1:d2e9841f96ebff61d4a5c26a322484f6268115f1</id>
<content type='text'>
* abstract deinflections

* undo redundant changes

* remove cast

* switch to js

* MultiLanguageTransformer

* comments

* comments

* fix test

* suffixInflection

* fix bench

* substring instead of replace

* without heuristic

* suffixMap

* add other language deinflections

* wip

* catch cycles

* fix tests

* uninflect to deinflect

* use less regex

* add suru masu stem deinflection</content>
</entry>
<entry>
<title>make deinflections language-specific (#720)</title>
<updated>2024-02-27T12:16:21+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-02-27T12:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0792954e345925b3e3b2ebb733367e138375978e'/>
<id>urn:sha1:0792954e345925b3e3b2ebb733367e138375978e</id>
<content type='text'>
* abstract deinflections

* undo redundant changes

* remove cast

* MultiLanguageTransformer

* comments

* comments</content>
</entry>
<entry>
<title>Language descriptors organization (#704)</title>
<updated>2024-02-18T13:09:42+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-18T13:09:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=c48cd6ff6d8dcced7baf1b27ce3ac2449944f5d7'/>
<id>urn:sha1:c48cd6ff6d8dcced7baf1b27ce3ac2449944f5d7</id>
<content type='text'>
* Move languageDescriptorMap

* Move text preprocessors

* Merge into language-descriptors.js

* Merge typescript

* Initialize inline

* Move types

* Update types

* Update eslint

* Update jsconfig reference

* Rename</content>
</entry>
<entry>
<title>add language select, abstract text transformations (#584)</title>
<updated>2024-02-17T01:45:24+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-02-17T01:45:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=4aaa9f15d97668203741c1731f15e710ae8b8294'/>
<id>urn:sha1:4aaa9f15d97668203741c1731f15e710ae8b8294</id>
<content type='text'>
* Copy functions from JapaneseUtil

* Remove JapaneseUtil

* Update usages of JapaneseUtil functions

* part1

* frotend done?

* fix tests

* offscreen and type complications

* add tests

* start fixing tests

* keep fixing tests

* fix tests

* Copy functions from JapaneseUtil

* Remove JapaneseUtil

* Update usages of JapaneseUtil functions

* delete pt

* renames

* add tests

* kebab-case filenames

* lint

* minor fixes

* merge

* fixes

* fix part of comments

* fix more comments

* delete unused types

* comment

* comment

* do backend

* other files

* move fetch utils to own file

* remove extra line

* add extra line

* remove unnecessary export

* simplify folder structure

* remove redundant async

* fix param type in api

* fix language index

* undo changes to cssStyleApplier

* undo changes to utilities.js

* undo changes to utilities.js

* simplify language util

* lint

* undo phantom changes to anki integration

* require textTransformations options

* explicit locale in localeCompare

* punctuate notes

* prefer early exit

* rename LanguageOptionsObjectMap

* rename to textPreprocessor

* tuple with names instead of boolean array

* safe data setting

* optional chaining

* simplify LanguageOptions

* encapsulate languages

* delete language util

* nullable language in text preprocessors controller

* rename transform to process

* remove settings

* make translation advanced again

* remove unused getTextTransformations api call

* comments

* change language types

* RIP flags

* comments

* fix tests

* lint

* Text preprocessor type changes (#10)

* Add types

* Update types

* Simplify type check

* Refactor typing and structuring of language definitions

* lint

* update translator benchmark

* undo markdown changes

* undo markdown changes

* undo markdown changes

* more merge

* simplify language controller

---------

Co-authored-by: toasted-nutbread &lt;toasted-nutbread@users.noreply.github.com&gt;
Co-authored-by: Darius Jahandarie &lt;djahandarie@gmail.com&gt;</content>
</entry>
</feed>
