<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/data/language, branch 24.2.26.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=24.2.26.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=24.2.26.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2024-02-23T12:32:03+00:00</updated>
<entry>
<title>fix translator bug, simplify language-transformer (#687)</title>
<updated>2024-02-23T12:32:03+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-02-23T12:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=9b5de0d2d4cb224751c57bdae6558a046351c2f4'/>
<id>urn:sha1:9b5de0d2d4cb224751c57bdae6558a046351c2f4</id>
<content type='text'>
* simplify transformer

* use isPartOfSpeech

* simplify

* rename to isDictionaryForm

* NOP

---------

Co-authored-by: Darius Jahandarie &lt;djahandarie@gmail.com&gt;</content>
</entry>
<entry>
<title>Eslint rule updates (#665)</title>
<updated>2024-02-11T04:12:01+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-11T04:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=765f1ede668f70e3af7717bf4d5f05dbf009c7f8'/>
<id>urn:sha1:765f1ede668f70e3af7717bf4d5f05dbf009c7f8</id>
<content type='text'>
* Padding newline rules

* Update rules

* Update rules

* Update rules

* Updates

* Update object quotes

* Merge similar ts and js rules

* Change export spacing rules

* Move typescript-eslint rules

* Spacing

* Actually save and commit changes</content>
</entry>
<entry>
<title>Stricter deinflection conditions (#644)</title>
<updated>2024-02-08T11:53:10+00:00</updated>
<author>
<name>Cashew</name>
<email>52880648+Scrub1492@users.noreply.github.com</email>
</author>
<published>2024-02-08T11:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d0eb43716b36bd770950485d806531628de9d277'/>
<id>urn:sha1:d0eb43716b36bd770950485d806531628de9d277</id>
<content type='text'>
* stricten deinflections

* relocate items

* fix lint

* rename iru to -te</content>
</entry>
<entry>
<title>allow inflection rule chains with "polite" (#627)</title>
<updated>2024-02-04T07:14:22+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-02-04T07:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=6b327e0b7a7e8c91f1a7d99520c8769863228074'/>
<id>urn:sha1:6b327e0b7a7e8c91f1a7d99520c8769863228074</id>
<content type='text'>
* fix deinflection bug

* add test

* fix polite te and past

* expand verb flag

* fix polite negative

* fix polite volitional

* fix polite past negative

* remove unneeded rules in

* new deinflector format

* make nicer

* lint

* remove extra line</content>
</entry>
<entry>
<title>Deinflect Json overhaul (#433)</title>
<updated>2024-02-04T07:04:17+00:00</updated>
<author>
<name>Cashew</name>
<email>52880648+Scrub1492@users.noreply.github.com</email>
</author>
<published>2024-02-04T07:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=63a381743de94d2487a929cd3ef3f15e8166be0e'/>
<id>urn:sha1:63a381743de94d2487a929cd3ef3f15e8166be0e</id>
<content type='text'>
* deinflect overhaul template

* remove duplicates with -e rule

* deinflection updates

* add neba deinflections

* kansaiben updates

* remove redundancy

* Revert "remove redundancy"

This reverts commit de714066851680314c988b577e77e6bd4c9db26a.

* update deinflect.json

* move deinflect.json to japanese-transforms.json

* remove trailing spaces

* wip add tests

* update deinflect.json, add tests

* run 'npm run test-code-write'

* rename to kansai-ben

* update tests

* run 'npm run test-code-write' again

* add -tara deinflection</content>
</entry>
<entry>
<title>Language transformer (#582)</title>
<updated>2024-01-31T13:28:05+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-01-31T13:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=3e419aa562aab03ca20421aaf7e4d1a39194a5b4'/>
<id>urn:sha1:3e419aa562aab03ca20421aaf7e4d1a39194a5b4</id>
<content type='text'>
* Set up new deinflection data file

* Define types

* Test

* Add internal types

* Set up loading for transforms

* Add getPartOfSpeechFlags

* Convert static methods

* Add note

* Add transform function

* Update trace structure

* Add a language tag to the language transform descriptor

* Add clear function

* Add function for multiple parts of speech

* Clarify naming

* Add getConditionFlagsFromConditionType

* Add plural function

* Replace usages of Deinflector

* Update tests

* Update config

* Remove old

* Rename

* Rename files</content>
</entry>
</feed>
