<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/test/data, branch 21.4.30.2</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=21.4.30.2</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=21.4.30.2'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2021-05-08T19:25:35+00:00</updated>
<entry>
<title>Improve term grouping (#1653)</title>
<updated>2021-05-08T19:25:35+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-05-08T17:16:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=ff93079a784fd2673f85d09c6d3678ac7ff05cfd'/>
<id>urn:sha1:ff93079a784fd2673f85d09c6d3678ac7ff05cfd</id>
<content type='text'>
* Rename _addUniqueStrings to _addUniqueSimple

* Update definition merging to not depend the sequence number

* Improve naming

* Update AnkiNoteDataCreator

* Update docs

* Remove fields that no longer exist

* Update test data</content>
</entry>
<entry>
<title>Translator alphanumeric improvement (#1635)</title>
<updated>2021-04-29T01:17:05+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-04-29T01:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=512391346bd4f67b1933b768c64d4dac1b58b44d'/>
<id>urn:sha1:512391346bd4f67b1933b768c64d4dac1b58b44d</id>
<content type='text'>
* Simplify alphanumeric check

* Update option name for clarity</content>
</entry>
<entry>
<title>Remove redundant dictionary entry sequence (#1618)</title>
<updated>2021-04-18T22:11:09+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-04-18T22:11:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=03dd1dc6ff808390fed7e770822a961c4db3fb2a'/>
<id>urn:sha1:03dd1dc6ff808390fed7e770822a961c4db3fb2a</id>
<content type='text'>
* Remove sequence/sequenceDictionary from dictionary entry objects

* Expose isPrimary on definitions

* Update sequence

* Update test data</content>
</entry>
<entry>
<title>Improve dictionary sequence info (#1617)</title>
<updated>2021-04-18T22:08:02+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-04-18T22:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=f9774b4ce985b9920cee8afec0f756e5e1bfc9fa'/>
<id>urn:sha1:f9774b4ce985b9920cee8afec0f756e5e1bfc9fa</id>
<content type='text'>
* Ensure negative sequence is always -1

* Expose sequence on definition objects

* Update how sequence is exposed for definitions

* Update test data

* Update TS docs</content>
</entry>
<entry>
<title>Improve term dictionary entry sequence (#1591)</title>
<updated>2021-04-03T19:41:44+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-04-03T19:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=b8bedd5185869edb33a7657fff323f812444eed0'/>
<id>urn:sha1:b8bedd5185869edb33a7657fff323f812444eed0</id>
<content type='text'>
* Improve sequence for merged entries and add sequenceDictionary

* Update docs

* Expose sequence in definitions

* Expose sequence in root definition

* Update test data</content>
</entry>
<entry>
<title>Add part of speech info (#1561)</title>
<updated>2021-03-26T23:50:54+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-03-26T23:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=90f7d5ba07340413aa7e43c3a0cc038690b32db3'/>
<id>urn:sha1:90f7d5ba07340413aa7e43c3a0cc038690b32db3</id>
<content type='text'>
* Add part of speech info to headwords

* Expose parts of speech to Anki template rendering

* Expose parts of speech

* Update pitch accent categories

* Update docs

* Add part-of-speech

* Update options and tests

* Update markers

* Update test data</content>
</entry>
<entry>
<title>Fix incorrect sorting (#1557)</title>
<updated>2021-03-26T01:40:27+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-03-26T01:40:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=4ddd3ec80cc0682a46c2d3fed137a5fa7657c5b0'/>
<id>urn:sha1:4ddd3ec80cc0682a46c2d3fed137a5fa7657c5b0</id>
<content type='text'>
* Sort by the maximum length of transformedText instead of deinflectedText

* Update docs

* Update tests</content>
</entry>
<entry>
<title>Refactor Translator and dictionary entry format (#1553)</title>
<updated>2021-03-25T23:55:31+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-03-25T23:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=4be5c8fd9f7860e701d0b7d3c8c0ee934bc60a4f'/>
<id>urn:sha1:4be5c8fd9f7860e701d0b7d3c8c0ee934bc60a4f</id>
<content type='text'>
* Update test data

* Move translator.js

* Create new version of Translator

* Update Backend

* Update DictionaryDataUtil

* Update DisplayGenerator

* Create AnkiNoteDataCreator

* Replace AnkiNoteData with AnkiNoteDataCreator

* Update tests

* Remove AnkiNoteData

* Update test data

* Remove translator-old.js

* Add TypeScript interface definitions for the new translator data format</content>
</entry>
<entry>
<title>Update simple test (#1551)</title>
<updated>2021-03-24T02:44:20+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-03-24T02:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=cda04b576db3ba058c315be606d38dcacca2a8f6'/>
<id>urn:sha1:cda04b576db3ba058c315be606d38dcacca2a8f6</id>
<content type='text'>
* Test null for simple mode

* Update test data</content>
</entry>
<entry>
<title>Test AnkiNoteBuilder (#1550)</title>
<updated>2021-03-24T00:54:04+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-03-24T00:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=022154c3e18d5cc30db2d056a5015405c0cbdcae'/>
<id>urn:sha1:022154c3e18d5cc30db2d056a5015405c0cbdcae</id>
<content type='text'>
* Add test for AnkiNoteBuilder

* Add test data</content>
</entry>
</feed>
