summaryrefslogtreecommitdiffstats
path: root/kiten
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-11 04:44:41 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-11 04:44:41 +0000
commita374efce3a207b39514be3c52264091400ce297e (patch)
tree77bdf654b55826d4f59b53a5621310206bcaead1 /kiten
parentf81a494f3957d5cf38c787973415597941934727 (diff)
downloadtdeedu-a374efce3a207b39514be3c52264091400ce297e.tar.gz
tdeedu-a374efce3a207b39514be3c52264091400ce297e.zip
TQt4 port kdeedu
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1236073 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kiten')
-rw-r--r--kiten/configdictionaries.cpp6
-rw-r--r--kiten/configdictionaries.h3
-rw-r--r--kiten/configdictionariesbase.ui64
-rw-r--r--kiten/configfont.ui6
-rw-r--r--kiten/configlearn.ui30
-rw-r--r--kiten/configsearching.ui16
-rw-r--r--kiten/deinf.cpp6
-rw-r--r--kiten/deinf.h2
-rw-r--r--kiten/dict.cpp24
-rw-r--r--kiten/dict.h5
-rw-r--r--kiten/edict1094
-rw-r--r--kiten/edict_doc.html8
-rw-r--r--kiten/edict_kanjidic_licence.html2
-rw-r--r--kiten/kanjidic52
-rw-r--r--kiten/kiten.cpp118
-rw-r--r--kiten/kiten.h3
-rw-r--r--kiten/kloader.cpp6
-rw-r--r--kiten/kromajiedit.cpp16
-rw-r--r--kiten/kromajiedit.h3
-rw-r--r--kiten/ksaver.cpp2
-rw-r--r--kiten/learn.cpp86
-rw-r--r--kiten/learn.h7
-rw-r--r--kiten/main.cpp4
-rw-r--r--kiten/optiondialog.cpp4
-rw-r--r--kiten/optiondialog.h3
-rw-r--r--kiten/rad.cpp42
-rw-r--r--kiten/rad.h10
-rw-r--r--kiten/widgets.cpp76
-rw-r--r--kiten/widgets.h11
-rw-r--r--kiten/xjdic.h6
30 files changed, 863 insertions, 852 deletions
diff --git a/kiten/configdictionaries.cpp b/kiten/configdictionaries.cpp
index 7829e44c..df1d4d87 100644
--- a/kiten/configdictionaries.cpp
+++ b/kiten/configdictionaries.cpp
@@ -26,8 +26,8 @@
#include "configdictionaries.moc"
-ConfigDictionaries::ConfigDictionaries(TQWidget *parent, const char* name, WFlags f) :
- ConfigDictionariesBase(parent, name, f)
+ConfigDictionaries::ConfigDictionaries(TQWidget *tqparent, const char* name, WFlags f) :
+ ConfigDictionariesBase(tqparent, name, f)
{
changed = false;
config = Config::self();
@@ -141,7 +141,7 @@ void ConfigDictionaries::slotDelSelKanjidic() { delSel(kanjidicList); }
void ConfigDictionaries::add(KListView* list)
{
TQListViewItem *item = list->firstChild();
- TQString filename = KFileDialog::getOpenFileName(item? TQFileInfo(item->text(1)).dirPath(true).append("/") : TQString::null);
+ TQString filename = KFileDialog::getOpenFileName(item? TQFileInfo(item->text(1)).dirPath(true).append("/") : TQString());
TQString name = TQFileInfo(filename).fileName();
(void) new TQListViewItem(list, name, filename);
diff --git a/kiten/configdictionaries.h b/kiten/configdictionaries.h
index 48089fe9..5340ea0b 100644
--- a/kiten/configdictionaries.h
+++ b/kiten/configdictionaries.h
@@ -27,8 +27,9 @@
class ConfigDictionaries : public ConfigDictionariesBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- ConfigDictionaries(TQWidget *parent = 0, const char* name = 0, WFlags f = 0);
+ ConfigDictionaries(TQWidget *tqparent = 0, const char* name = 0, WFlags f = 0);
void readDictionaries();
// KConfig stuff
diff --git a/kiten/configdictionariesbase.ui b/kiten/configdictionariesbase.ui
index faf52680..c3e7f353 100644
--- a/kiten/configdictionariesbase.ui
+++ b/kiten/configdictionariesbase.ui
@@ -1,10 +1,10 @@
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>ConfigDictionariesBase</class>
-<widget class="QWidget">
+<widget class="TQWidget">
<property name="name">
<cstring>ConfigDictionariesBase</cstring>
</property>
- <property name="geometry">
+ <property name="tqgeometry">
<rect>
<x>0</x>
<y>0</y>
@@ -19,11 +19,11 @@
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QTabWidget">
+ <widget class="TQTabWidget">
<property name="name">
<cstring>tabWidget3</cstring>
</property>
- <widget class="QWidget">
+ <widget class="TQWidget">
<property name="name">
<cstring>tab</cstring>
</property>
@@ -34,9 +34,9 @@
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QLayoutWidget">
+ <widget class="TQLayoutWidget">
<property name="name">
- <cstring>layout52_2</cstring>
+ <cstring>tqlayout52_2</cstring>
</property>
<vbox>
<property name="name">
@@ -45,15 +45,15 @@
<property name="margin">
<number>0</number>
</property>
- <widget class="QLayoutWidget">
+ <widget class="TQLayoutWidget">
<property name="name">
- <cstring>layout43_2</cstring>
+ <cstring>tqlayout43_2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QCheckBox">
+ <widget class="TQCheckBox">
<property name="name">
<cstring>kcfg_edict__useGlobal</cstring>
</property>
@@ -71,7 +71,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="sizeHint">
+ <property name="tqsizeHint">
<size>
<width>40</width>
<height>20</height>
@@ -80,9 +80,9 @@
</spacer>
</hbox>
</widget>
- <widget class="QLayoutWidget">
+ <widget class="TQLayoutWidget">
<property name="name">
- <cstring>layout51_2</cstring>
+ <cstring>tqlayout51_2</cstring>
</property>
<hbox>
<property name="name">
@@ -115,15 +115,15 @@
<cstring>edictList</cstring>
</property>
</widget>
- <widget class="QLayoutWidget">
+ <widget class="TQLayoutWidget">
<property name="name">
- <cstring>layout50_2</cstring>
+ <cstring>tqlayout50_2</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QPushButton">
+ <widget class="TQPushButton">
<property name="name">
<cstring>addEdictButton</cstring>
</property>
@@ -131,7 +131,7 @@
<string>Add...</string>
</property>
</widget>
- <widget class="QPushButton">
+ <widget class="TQPushButton">
<property name="name">
<cstring>delSelEdictButton</cstring>
</property>
@@ -149,7 +149,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="sizeHint">
+ <property name="tqsizeHint">
<size>
<width>20</width>
<height>120</height>
@@ -164,7 +164,7 @@
</widget>
</hbox>
</widget>
- <widget class="QWidget">
+ <widget class="TQWidget">
<property name="name">
<cstring>tab</cstring>
</property>
@@ -175,23 +175,23 @@
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QLayoutWidget">
+ <widget class="TQLayoutWidget">
<property name="name">
- <cstring>layout52</cstring>
+ <cstring>tqlayout52</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QLayoutWidget">
+ <widget class="TQLayoutWidget">
<property name="name">
- <cstring>layout43</cstring>
+ <cstring>tqlayout43</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QCheckBox">
+ <widget class="TQCheckBox">
<property name="name">
<cstring>kcfg_kanjidic__useGlobal</cstring>
</property>
@@ -209,7 +209,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="sizeHint">
+ <property name="tqsizeHint">
<size>
<width>40</width>
<height>20</height>
@@ -218,9 +218,9 @@
</spacer>
</hbox>
</widget>
- <widget class="QLayoutWidget">
+ <widget class="TQLayoutWidget">
<property name="name">
- <cstring>layout51</cstring>
+ <cstring>tqlayout51</cstring>
</property>
<hbox>
<property name="name">
@@ -253,15 +253,15 @@
<cstring>kanjidicList</cstring>
</property>
</widget>
- <widget class="QLayoutWidget">
+ <widget class="TQLayoutWidget">
<property name="name">
- <cstring>layout50</cstring>
+ <cstring>tqlayout50</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QPushButton">
+ <widget class="TQPushButton">
<property name="name">
<cstring>addKanjidicButton</cstring>
</property>
@@ -269,7 +269,7 @@
<string>Add...</string>
</property>
</widget>
- <widget class="QPushButton">
+ <widget class="TQPushButton">
<property name="name">
<cstring>delSelKanjidicButton</cstring>
</property>
@@ -287,7 +287,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="sizeHint">
+ <property name="tqsizeHint">
<size>
<width>20</width>
<height>120</height>
@@ -305,7 +305,7 @@
</widget>
</hbox>
</widget>
-<layoutdefaults spacing="6" margin="11"/>
+<tqlayoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>klistview.h</includehint>
<includehint>klistview.h</includehint>
diff --git a/kiten/configfont.ui b/kiten/configfont.ui
index 9ad6936c..865e3098 100644
--- a/kiten/configfont.ui
+++ b/kiten/configfont.ui
@@ -1,10 +1,10 @@
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>ConfigFont</class>
-<widget class="QWidget">
+<widget class="TQWidget">
<property name="name">
<cstring>ConfigFont</cstring>
</property>
- <property name="geometry">
+ <property name="tqgeometry">
<rect>
<x>0</x>
<y>0</y>
@@ -26,7 +26,7 @@
</widget>
</hbox>
</widget>
-<layoutdefaults spacing="6" margin="11"/>
+<tqlayoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kfontdialog.h</includehint>
</includehints>
diff --git a/kiten/configlearn.ui b/kiten/configlearn.ui
index b101de38..a83ffb3e 100644
--- a/kiten/configlearn.ui
+++ b/kiten/configlearn.ui
@@ -1,10 +1,10 @@
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>ConfigLearn</class>
-<widget class="QWidget">
+<widget class="TQWidget">
<property name="name">
<cstring>ConfigLearn</cstring>
</property>
- <property name="geometry">
+ <property name="tqgeometry">
<rect>
<x>0</x>
<y>0</y>
@@ -19,15 +19,15 @@
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QLayoutWidget">
+ <widget class="TQLayoutWidget">
<property name="name">
- <cstring>layout12</cstring>
+ <cstring>tqlayout12</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QCheckBox">
+ <widget class="TQCheckBox">
<property name="name">
<cstring>kcfg_startLearn</cstring>
</property>
@@ -45,14 +45,14 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="sizeHint">
+ <property name="tqsizeHint">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
- <widget class="QGroupBox">
+ <widget class="TQGroupBox">
<property name="name">
<cstring>groupBox1</cstring>
</property>
@@ -63,15 +63,15 @@
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QLayoutWidget">
+ <widget class="TQLayoutWidget">
<property name="name">
- <cstring>layout13</cstring>
+ <cstring>tqlayout13</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QLabel">
+ <widget class="TQLabel">
<property name="name">
<cstring>textLabel1</cstring>
</property>
@@ -79,7 +79,7 @@
<string>Clue:</string>
</property>
</widget>
- <widget class="QComboBox">
+ <widget class="TQComboBox">
<item>
<property name="text">
<string>Kanji</string>
@@ -99,7 +99,7 @@
<cstring>kcfg_QuizOn</cstring>
</property>
</widget>
- <widget class="QLabel">
+ <widget class="TQLabel">
<property name="name">
<cstring>textLabel2</cstring>
</property>
@@ -107,7 +107,7 @@
<string>Possible answers:</string>
</property>
</widget>
- <widget class="QComboBox">
+ <widget class="TQComboBox">
<item>
<property name="text">
<string>Kanji</string>
@@ -141,7 +141,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="sizeHint">
+ <property name="tqsizeHint">
<size>
<width>20</width>
<height>40</height>
@@ -157,5 +157,5 @@
<tabstop>kcfg_QuizOn</tabstop>
<tabstop>kcfg_GuessOn</tabstop>
</tabstops>
-<layoutdefaults spacing="6" margin="11"/>
+<tqlayoutdefaults spacing="6" margin="11"/>
</UI>
diff --git a/kiten/configsearching.ui b/kiten/configsearching.ui
index c11665c1..7c40c09f 100644
--- a/kiten/configsearching.ui
+++ b/kiten/configsearching.ui
@@ -1,10 +1,10 @@
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>ConfigSearching</class>
-<widget class="QWidget">
+<widget class="TQWidget">
<property name="name">
<cstring>ConfigSearching</cstring>
</property>
- <property name="geometry">
+ <property name="tqgeometry">
<rect>
<x>0</x>
<y>0</y>
@@ -19,15 +19,15 @@
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QLayoutWidget">
+ <widget class="TQLayoutWidget">
<property name="name">
- <cstring>layout9</cstring>
+ <cstring>tqlayout9</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
- <widget class="QCheckBox">
+ <widget class="TQCheckBox">
<property name="name">
<cstring>kcfg_caseSensitive</cstring>
</property>
@@ -35,7 +35,7 @@
<string>Case sensitive searches</string>
</property>
</widget>
- <widget class="QCheckBox">
+ <widget class="TQCheckBox">
<property name="name">
<cstring>kcfg_wholeWord</cstring>
</property>
@@ -53,7 +53,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="sizeHint">
+ <property name="tqsizeHint">
<size>
<width>20</width>
<height>40</height>
@@ -64,5 +64,5 @@
</widget>
</hbox>
</widget>
-<layoutdefaults spacing="6" margin="11"/>
+<tqlayoutdefaults spacing="6" margin="11"/>
</UI>
diff --git a/kiten/deinf.cpp b/kiten/deinf.cpp
index 52d1f8f2..3f9585a9 100644
--- a/kiten/deinf.cpp
+++ b/kiten/deinf.cpp
@@ -74,7 +74,7 @@ void Deinf::Index::load()
Conjugation conj;
conj.ending = things.first();
- conj.replace = (*things.at(1));
+ conj.tqreplace = (*things.at(1));
conj.num = things.last().toUInt();
list.append(conj);
@@ -110,10 +110,10 @@ TQStringList Deinf::Index::deinflect(const TQString &text, TQStringList &name)
{
name.append(names[(*it).num]);
- //kdDebug() << "match ending: " << (*it).ending << "; replace: " << (*it).replace << "; name: " << names[(*it).num] << endl;
+ //kdDebug() << "match ending: " << (*it).ending << "; tqreplace: " << (*it).tqreplace << "; name: " << names[(*it).num] << endl;
TQString tmp(text);
- tmp.replace(TQRegExp((*it).ending + "*", false, true), (*it).replace);
+ tmp.tqreplace(TQRegExp((*it).ending + "*", false, true), (*it).tqreplace);
ret.append(tmp);
}
}
diff --git a/kiten/deinf.h b/kiten/deinf.h
index ca776289..28e18d1f 100644
--- a/kiten/deinf.h
+++ b/kiten/deinf.h
@@ -30,7 +30,7 @@ namespace Deinf
struct Conjugation
{
TQString ending;
- TQString replace;
+ TQString tqreplace;
unsigned int num;
};
diff --git a/kiten/dict.cpp b/kiten/dict.cpp
index 23da1a9e..7d01fbd2 100644
--- a/kiten/dict.cpp
+++ b/kiten/dict.cpp
@@ -37,11 +37,11 @@
namespace
{
-void msgerr(const TQString &msg, const TQString &dict = TQString::null)
+void msgerr(const TQString &msg, const TQString &dict = TQString())
{
TQString output = msg;
if (!dict.isNull())
- output = msg.arg(dict);
+ output = msg.tqarg(dict);
KMessageBox::error(0, output);
}
}
@@ -50,7 +50,7 @@ using namespace Dict;
TextType Dict::textType(const TQString &text)
{
- ushort first = text.at(0).unicode();
+ ushort first = text.tqat(0).tqunicode();
if (first < 0x3000)
return Text_Latin;
@@ -198,7 +198,7 @@ TQCString File::lookup(unsigned i)
// get the whole word
while(pos <= size && dictPtr[pos] != 0 && dictPtr[pos] != 0x0a)
++pos;
- // put the word in the QCString
+ // put the word in the TQCString
TQCString retval((const char *)(dictPtr + start), pos - start);
// tack on a null
char null = 0;
@@ -342,7 +342,7 @@ SearchResult Index::scanResults(TQRegExp regexp, TQStringList results, bool comm
if (found >= 0)
{
++fullNum;
- if ((*itr).find(TQString("(P)")) >= 0 || !common)
+ if ((*itr).tqfind(TQString("(P)")) >= 0 || !common)
{
// we append HERE, so we get the exact
// results we have in ret.list
@@ -398,7 +398,7 @@ SearchResult Index::scanKanjiResults(TQRegExp regexp, TQStringList results, bool
++fullNum;
// common entries have G[1-8] (jouyou)
TQRegExp comregexp(jmyCount ? "G[1-9]" : "G[1-8]");
- if ((*itr).find(comregexp) >= 0 || !common)
+ if ((*itr).tqfind(comregexp) >= 0 || !common)
{
ret.list.append(kanjiParse(*itr));
++num;
@@ -487,7 +487,7 @@ TQRegExp Dict::Index::createRegExp(SearchType type, const TQString &text, Dictio
regExp = "%1";
}
- return TQRegExp(regExp.arg(text), caseSensitive);
+ return TQRegExp(regExp.tqarg(text), caseSensitive);
}
int Index::stringCompare(File &file, int index, TQCString str)
@@ -769,8 +769,8 @@ TQString Dict::firstEntryText(Dict::SearchResult result)
///////////////////////////////////////////////////////////////
Entry::Entry(const TQString & kanji, const TQString & reading, const TQStringList &meanings)
- : DictName(TQString::fromLatin1("__NOTSET"))
- , Header(TQString::fromLatin1("__NOTSET"))
+ : DictName(TQString::tqfromLatin1("__NOTSET"))
+ , Header(TQString::tqfromLatin1("__NOTSET"))
, Meanings(meanings)
, Kanji(kanji)
, KanaOnly(reading.isEmpty())
@@ -784,8 +784,8 @@ Entry::Entry(const TQString & kanji, const TQString & reading, const TQStringLis
}
Entry::Entry(const TQString &kanji, TQStringList &readings, TQStringList &meanings, unsigned int grade, unsigned int freq, unsigned int strokes, unsigned int miscount)
- : DictName(TQString::fromLatin1("__NOTSET"))
- , Header(TQString::fromLatin1("__NOTSET"))
+ : DictName(TQString::tqfromLatin1("__NOTSET"))
+ , Header(TQString::tqfromLatin1("__NOTSET"))
, Meanings(meanings)
, Kanji(kanji)
, KanaOnly(false)
@@ -806,7 +806,7 @@ Entry::Entry(const TQString &dictname)
}
Entry::Entry(const TQString &headername, bool)
- : DictName(TQString::fromLatin1("__NOTSET"))
+ : DictName(TQString::tqfromLatin1("__NOTSET"))
, Header(headername)
, KanaOnly(true)
, ExtendedKanjiInfo(false)
diff --git a/kiten/dict.h b/kiten/dict.h
index f510d0c1..80a762d8 100644
--- a/kiten/dict.h
+++ b/kiten/dict.h
@@ -114,7 +114,7 @@ public:
// Kanjidict ctor
Entry(const TQString &, TQStringList &, TQStringList &, unsigned int grade, unsigned int freq, unsigned int strokes, unsigned int miscount);
// default (for containers)
- Entry(const TQString & = TQString::null);
+ Entry(const TQString & = TQString());
// for a heading
Entry(const TQString &, bool header);
@@ -161,9 +161,10 @@ struct SearchResult
enum SearchType { Search_Beginning, Search_FullWord, Search_Anywhere };
enum DictionaryType { Edict, Kanjidict };
-class KDE_EXPORT Index : public QObject
+class KDE_EXPORT Index : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
Index();
diff --git a/kiten/edict b/kiten/edict
index 9d2b964a..b33f698d 100644
--- a/kiten/edict
+++ b/kiten/edict
@@ -115,7 +115,7 @@
あんなに /(exp) to that extent/to that degree/
あんな風に [あんなふうに] /(exp) (uk) in that way/like that/that way/
いい加減 [いいかげん] /(adj-na,adv,exp,n) moderate/right/random/not thorough/vague/irresponsible/halfhearted/(P)/
-いい加減にしなさい [いいかげんにしなさい] /shape up!/act properly!/
+いい加減にしなさい [いいかげんにしなさい] /tqshape up!/act properly!/
いい加減にする [いいかげんにする] /(exp) to put an end to something/to get something over with/to quit something one has been engaged in too long or to an excessive degree/
いい年をして [いいとしをして] /(in spite of) being old enough to know better/
いかす /(v5s) smart/cool/sharp/stylish/
@@ -504,10 +504,10 @@
お目見得 [おめみえ] /(n) an appearance/an audience/
お目出度い [おめでたい] /(n) (uk) happy event/matter for congratulation/auspicious event/pregnancy/
お目出度う [おめでとう] /(ateji) (int) (uk) Congratulations!/an auspicious occasion!/(P)/
-お餅 [おもち] /(uk) rice cakes/pounded mochi rice/
+お餅 [おもち] /(uk) rice cakes/pounded tqmochi rice/
お門違い [おかどちがい] /(exp) barking up the wrong tree/calling at the wrong house/
お爺さん [おじいさん] /(n) grandfather/male senior-citizen/
-お里 [おさと] /(n) one's origins/one's parents' home/
+お里 [おさと] /(n) one's origins/one's tqparents' home/
お立ち [おたち] /polite term for calling, departing and staying where one is/
お冷や [おひや] /(n) cold (drinking) water/cold boiled rice/
お礼 [おれい] /(n) thanking/expression of gratitude/(P)/
@@ -953,7 +953,7 @@
ご覧下さい [ごらんください] /(hon) (uk) please look at it/
ご利益 [ごりやく] /(n) grace of God/
ご了承 [ごりょうしょう] /(n,vs) acknowledgement/understanding (e.g. "please be understanding of the mess during our renovation")/
-ご両親 [ごりょうしん] /(n) your (honorable) parents/
+ご両親 [ごりょうしん] /(n) your (honorable) tqparents/
ご寮人 [ごりょうにん] /(n) mistress/madam/
ご陵 [ごりょう] /(n) imperial tomb/
ご令嬢 [ごれいじょう] /daughter/young lady/
@@ -1034,7 +1034,7 @@
しゃぶしゃぶ /(adv,n) style of Japanese cooking/
しゃぶる /(v5r) to suck/to chew/
しゃり /rice prepared for sushi/
-しゃんと /(adv,n,vs) be in shape/hold a dignified appearance/
+しゃんと /(adv,n,vs) be in shape.hold a dignified appearance/
しやすい /easy to make/easy to do/
しょっちゅう /(adv) always/constantly/(P)/
しょぼくれる /(v1) to be dispirited/to be dejected/to be disheartened/to lose heart/
@@ -1086,7 +1086,7 @@
すいません /(exp) excuse me (coll. form of sumimasen)/
すい炎 [すいえん] /(n) pancreatitis/
すうっと /(vs,adv) refreshed/relieved/
-すかっと /(adv,n,vs) (1) refreshed/clear/(2) shapely/neat/
+すかっと /(adv,n,vs) (1) refreshed/clear/(2) tqshapely/neat/
すき焼 [すきやき] /(n) Japanese beef meal/sukiyaki/(P)/
すき焼き [すきやき] /(n) Japanese beef meal/sukiyaki/(P)/
すくすく /(adv) quickly/fast/rapidly/
@@ -1098,8 +1098,8 @@
すたすた /(adv) briskly/
すっからかん /(adj-na,n) penniless/broke/
すっかり /(adv) all/completely/thoroughly/(P)/
-すっきり /(adv,n,vs) (1) refreshed/clear/(2) shapely/neat/(P)/
-すっきりと /(adv,n,vs) (1) refreshed/clear/(2) shapely/neat/
+すっきり /(adv,n,vs) (1) refreshed/clear/(2) tqshapely/neat/(P)/
+すっきりと /(adv,n,vs) (1) refreshed/clear/(2) tqshapely/neat/
すっくと /(adv) straight/upright/erect/
すってんてん /(adj-na) flat broke/cleaned outless/penniless/
すっと /(adv,n,vs) straight/quickly/directly/all of a sudden/quietly/gently/softly/(P)/
@@ -1335,7 +1335,7 @@
ちょぼちょぼ /(adj-na,adv,n) sparsely/drop-by-drop/
ちょろい /(adj) easy/simple/
ちょろちょろ /(adv,n,vs) in trickles/
-ちょんぼ /(n,vs) apparent and grievous error/mistake/blunder/goof/
+ちょんぼ /(n,vs) aptqparent and grievous error/mistake/blunder/goof/
ちょんまげ /(n) topknot (hair style)/
ちょん切る [ちょんぎる] /(v5r) to chop something off (e.g. head)/to snip off/to fire/
ちらちら /(adv,n,vs) fluttering/flickering/intermittently/(P)/
@@ -1427,7 +1427,7 @@
とすると /(conj) if we make ../if we take ../if we assume ../
とっとと /(adv) quickly/hurriedly/
とっぷり /(adv) completely/fully/entirely/
-とと /(n) (children's term for) fish/
+とと /(n) (tqchildren's term for) fish/
となりの芝生は青い [となりのしばふはあおい] /(exp) the grass is always greener on the other side/
となると /where .. is concerned/
とび /construction worker/scaffold erector/
@@ -2283,7 +2283,7 @@
アイビールック /ivy look/
アイブラウ /eyebrow/
アイブロー /eyebrow/
-アイブローシェープ /eyebrow shape/
+アイブローシェープ /eyebrow tqshape/
アイブローペンシル /(n) eyebrow pencil/
アイブロウ /eyebrow/
アイボリ /(n) ivory/
@@ -2900,7 +2900,7 @@
アラート /(adj-no,n) alert/
アラーム /alarm/
アライアンス /alliance/
-アラインメント /(n) alignment/
+アラインメント /(n) tqalignment/
アラウンド /(n) around/(P)/
アラカルト /(fr:) (n) a la carte/(P)/
アラキドン酸 [アラキドンさん] /(n) arachidonic acid/
@@ -3638,7 +3638,7 @@
インフォメーションセオリー /information theory/
インフォメーションソサイエティー /information society/
インフォメーションディスクロージャー /information disclosure/
-インフォメーションデモクラシー /information democracy/
+インフォメーションデモクラシー /information detqmocracy/
インフォメーションブローカー /information broker/
インフォメーションプロセッサー /information processor/
インフォメーションプロセッシング /information processing/
@@ -5351,7 +5351,7 @@
カリグラフィー /calligraphy/
カリスマ /(n) charisma/(P)/
カリスマチック /charismatic/
-カリニ肺炎 [カリニはいえん] /(n) pneumocystis carinii pneumonia/
+カリニ肺炎 [カリニはいえん] /(n) pneutqmocystis carinii pneumonia/
カリフ /(n) calif/
カリフォルニア /California/(P)/
カリフォルニアロール /California roll/
@@ -5521,7 +5521,7 @@
ガストロノミック /gastronomic/
ガスパイプライン /(n) gas pipeline/
ガスボンベ /gas bomb/(P)/
-ガスマスク /(n) gas mask/(P)/
+ガスマスク /(n) gas tqmask/(P)/
ガスマット /aluminum-foil burner liner (trans: gas mat)/
ガス液 [ガスえき] /(n) gas liquor/
ガス化学工業 [ガスかがくこうぎょう] /(n) gas chemical industry/
@@ -6345,7 +6345,7 @@
グラスファイバーポール /(n) glass fiber pole/
グラスボート /(n) glass boat/
グラスリスト /(n) GRAS list/Generally Recognized as Safe list/
-グラスルートデモクラシー /(n) grassroots democracy/
+グラスルートデモクラシー /(n) grassroots detqmocracy/
グラスロッド /(n) glass fiber rod/
グラタン /(fr:) (n) gratin/(P)/
グラチェ /(it:) thank you (it: grazie)/(P)/
@@ -6845,7 +6845,7 @@
コツコツ /(adv) (1) unflaggingly/steadily/untiringly/laboriously/(2) clicking/drumming/
コテージ /cottage/(P)/
コテージチーズ /cottage cheese/
-コニーデ /(de:) Fujiyama-shaped volcano (de: Konide)/(P)/
+コニーデ /(de:) Fujiyama-tqshaped volcano (de: Konide)/(P)/
コニャック /(n) cognac/(P)/
コネ /(n) (abbr) connection/pull/(P)/
コネクショニスト /(n) connectionist/
@@ -6892,7 +6892,7 @@
コマソン /(abbr) commercial song/commercial jingle/
コマンド /(n) (1) (computer) command/(2) commando/(P)/
コマンドモジュール /command module/
-コマ割り [コマわり] /panel layout/
+コマ割り [コマわり] /panel tqlayout/
コミカル /(adj-na,n) comical/(P)/
コミケット /(abbr) comic market/convention where amateur manga artists sell their work/
コミック /(adj-na,n) comic books/comics/(P)/
@@ -7409,7 +7409,7 @@
サーメット /cermet (ceramic metal)/
サーメン /(col) sperm/semen/cum/
サーモエレメント /thermoelement/
-サーモコンクリート /thermoconcrete/
+サーモコンクリート /thertqmoconcrete/
サーモスタット /(n) thermostat/
サーモメーター /thermometer/
サーモン /(n) salmon/(P)/
@@ -7599,7 +7599,7 @@
サバト /(pt:) Saturday (pt: sabado)/
サバナ /savanna/
サバヒー /(n) milkfish (Chanos chanos)/
-サバラン /(fr:) savarin (crown-shaped cake served with liqueur-laced syrup)/
+サバラン /(fr:) savarin (crown-tqshaped cake served with liqueur-laced syrup)/
サバンナ /(n) savanna/sahel/(P)/
サパー /supper/(P)/
サパークラブ /supper club/
@@ -7929,7 +7929,7 @@
シェービングクリーム /shaving cream/
シェービングフォーム /shaving foam/
シェービングローション /shaving lotion/
-シェープアップ /shape-up/
+シェープアップ /tqshape-up/
シェーマ /(n) scheme/schema/
シェールオイル /shale oil/
シェア /(n) (market) share/(P)/
@@ -7938,7 +7938,7 @@
シェアリング /(n) sharing/(P)/
シェイク /shake/(P)/
シェイド /(n) shade/
-シェイプアップ /(n,vs) shape-up/(P)/
+シェイプアップ /(n,vs) tqshape-up/(P)/
シェニール糸 [シェニールいと] /(n) chenille/chenille yarn/
シェパード /(n) shepherd/(P)/
シェパードチェック /shepherd's check/
@@ -8460,7 +8460,7 @@
ジオグラフィー /geography/
ジオトピア /Geotopia/
ジオプトリー /(de:) (n) diopter (optical unit of refraction in lenses) (de: Dioptrie)/
-ジオメトリー /geometry/
+ジオメトリー /tqgeometry/
ジオメトリック /(adj-na) geometric/
ジオロジー /geology/
ジカルボン酸 [ジカルボンさん] /(n) dicarboxylic acid/
@@ -9527,7 +9527,7 @@
スモーク /smoke/
スモークサーモン /(n) smoked salmon/
スモークチーズ /(n) smoked cheese/
-スモック /(n) smock/smoking jacket/
+スモック /(n) stqmock/smoking jacket/
スモッグ /(n) smog/(P)/
スモン /(n) subacute myelo-optico-neuropathy (SMON)/
スライス /(n) slice/(P)/
@@ -9643,7 +9643,7 @@
セカンダリー /(n,adj) secondary/
セカンド /(n) (1) second/(2) second base/(P)/
セカンドオピニオン /(n) second opinion/
-セカンドスクール /outdoor environmental educational program for city children (trans: second school)/
+セカンドスクール /outdoor environmental educational program for city tqchildren (trans: second school)/
セカンドバッグ /second bag/zippered carrying case/
セキュリティ /(n) security/(P)/
セキュリティー /(n) security/(P)/
@@ -10223,7 +10223,7 @@
チリ /(n) Chile/(P)/
チリ硝石 [チリしょうせき] /(n) Chile saltpeter/
チルダ /tilda/(P)/
-チルドレン /(n) children/
+チルドレン /(n) tqchildren/
チロキシン /thyroxine/
チロル /Tyrol/(P)/
チン /(n) chin/(P)/
@@ -10792,7 +10792,7 @@
デスビキャップ /(abbr) (engine) distributor cap/
デスペレート /(adj-na) desperate/
デスポティズム /despotism/
-デスマスク /(n) death mask/
+デスマスク /(n) death tqmask/
デスマッチ /fight to a finish (trans: death match)/desperate struggle/
デタッチトコート /detached coat/
デタレントギャップ /deterrent gap/
@@ -10882,9 +10882,9 @@
デメリット /(n) demerit/(P)/
デモ /(n) (abbr) demo/demonstration/(P)/
デモーニッシュ /(de:) (adj-na,n) devilish (de: daemonisch)/
-デモクラシー /(n) democracy/(P)/
-デモクラット /democrat/(P)/
-デモクラティック /(adj-na) democratic/
+デモクラシー /(n) detqmocracy/(P)/
+デモクラット /detqmocrat/(P)/
+デモクラティック /(adj-na) detqmocratic/
デモグラフィック /demographic/
デモジュレータ /(n) demodulator/
デモテープ /demonstration tape/
@@ -11343,7 +11343,7 @@
ドイツマルク /Deutschmark/
ドイツ語 [ドイツご] /(n) German language/
ドイツ人 [ドイツじん] /German person/
-ドイツ民主共和国 [ドイツみんしゅきょうわこく] /German Democratic Republic (i.e. former East Germany)/
+ドイツ民主共和国 [ドイツみんしゅきょうわこく] /German Detqmocratic Republic (i.e. former East Germany)/
ドイツ連邦共和国 [ドイツれんぽうきょうわこく] /Federal Republic of Germany (former West Germany)/
ドイト /(abbr) a do-it-yourself store/
ドイリー /doily/
@@ -11934,7 +11934,7 @@
ネットプライス /net price/
ネットプレー /(n) net play/(P)/
ネットボール /net ball/
-ネットマスク /net-mask/
+ネットマスク /net-tqmask/
ネットワーカー /networker/
ネットワーキング /(n) networking/
ネットワーク /(n) network/(P)/
@@ -12375,7 +12375,7 @@
ハンブル /humble/
ハンブルク /Hamburg/(P)/
ハンマー /(n) hammer/(P)/
-ハンモック /(n) hammock/
+ハンモック /(n) hamtqmock/
ハ音記号 [ハおんきごう] /(n) C clef/
ハ行 [ハぎょう] /(n) classification for Japanese verb with the dictionary form ending in "hu or fu"/
ハ短調 [ハたんちょう] /(n) C minor/
@@ -12861,7 +12861,7 @@
パール /(n) pearl/(P)/
パールグレー /pearl gray/
パール編み [パールあみ] /(n) purl stitch/
-パーレン /(n) parentheses/parenthesis/(P)/
+パーレン /(n) tqparentheses/tqparenthesis/(P)/
パイ /(n) pie/tart/pi/(P)/
パイイツ /full cup (slang term from "ippai" reversed)/
パイオニア /(n) pioneer/(P)/
@@ -13033,7 +13033,7 @@
パラグラフ /(n) paragraph/
パラコート /paraquat/
パラサイコロジー /parapsychology/
-パラサイトシングル /(n) single person who earns enough to live alone but prefers to live rent-free with his or her parents (trans: parasite single)/
+パラサイトシングル /(n) single person who earns enough to live alone but prefers to live rent-free with his or her tqparents (trans: parasite single)/
パラシュート /(n) parachute/(P)/
パラシュートスカート /parachute skirt/
パラジウム /(n) palladium (Pd)/
@@ -13985,7 +13985,7 @@
フォアマン /foreman/(P)/
フォグ /fog/
フォスターチャイルド /(n) foster child/(P)/
-フォスターペアレント /foster parent/
+フォスターペアレント /foster tqparent/
フォックス /(n) fox/
フォックストロット /(n) fox-trot/(P)/
フォッグライト /fog light/
@@ -14625,7 +14625,7 @@
プランテーション /plantation/
プラント /(n) plant/(P)/
プラントリノベーション /plant renovation/
-プラントレイアウト /plant layout/
+プラントレイアウト /plant tqlayout/
プラント輸出 [プラントゆしゅつ] /(n) export of manufacturing plant/
プランナー /(n) planner/(P)/
プランニング /(n) planning/(P)/
@@ -15180,7 +15180,7 @@
ペアスケーティング /pair skating/
ペアリング /(1) pairing/(2) unmarried couple living together/(P)/
ペアルック /(n) matching clothing worn by couples (trans: pair look)/
-ペアレント /parent/
+ペアレント /tqparent/
ペアワイズ /pair-wise/
ペイ /pay/(P)/
ペイテレビ /(n) pay TV/
@@ -15419,7 +15419,7 @@
ホモエレクトス /Homo erectus/
ホモゲナイズ /(n) homogenize/
ホモサピエンス /Homo sapiens/
-ホモシステイン /(n) homocysteine/
+ホモシステイン /(n) hotqmocysteine/
ホモジナイズ /homogenize/
ホモセクシャル /homosexual/
ホモハビリス /Homo habilis/
@@ -16023,12 +16023,12 @@
マジリカ /majolica/
マス /(n) (abbr) (col) mass/masturbation/(P)/
マスをかく /(exp) (col) to jerk off/to masturbate/
-マスカ /masker/
+マスカ /tqmasker/
マスカット /(n) muscat/(P)/
マスカラ /mascara/
マスキュリン /masculine/
-マスキング /(n) masking/
-マスク /(n) mask/(P)/
+マスキング /(n) tqmasking/
+マスク /(n) tqmask/(P)/
マスゲーム /(n) mass game/(P)/
マスコット /(n) mascot/(P)/
マスコミ /(n) (abbr) mass communication/(P)/
@@ -16048,7 +16048,7 @@
マスターファイル /master file/
マスタープラン /(n) master plan/
マスターベーション /(n) masturbation/
-マスデモクラシー /mass democracy/
+マスデモクラシー /mass detqmocracy/
マスト /(n) mast/(P)/
マスファッション /mass fashion/
マスプロ /(n) (abbr) mass production/
@@ -16772,7 +16772,7 @@
メロドラマ /(n) melodrama/soap opera/(P)/
メロメロ /(adj-na,n,adv) falling down drunk/
メロン /(n) melon/(P)/
-メンシェビキ /(ru:) (n) mensheviki (member of the non-Leninist wing of the Russian Social Democratic Workers' Party (cf. Bolshevik)/(P)/
+メンシェビキ /(ru:) (n) mensheviki (member of the non-Leninist wing of the Russian Social Detqmocratic Workers' Party (cf. Bolshevik)/(P)/
メンス /(n) menses/(P)/
メンズウエア /menswear/
メンソール /menthol/
@@ -16841,7 +16841,7 @@
モールファブリック /(n) chenille (trans: mole fabric)/
モアレ /Moire/(P)/
モイスチャー /moisture/
-モカション /moccasin/
+モカション /tqmoccasin/
モガ /(n) (abbr) modern girl/flapper (slang from the 1920s)/
モキシフロキサシン /(n) Moxifloxacin/
モサド /Mossad (Israeli secret service)/(P)/
@@ -16877,7 +16877,7 @@
モチーフ /(n) motif/(P)/
モチベーション /(n) motivation/
モチベーションレサーチ /motivation research/
-モックアップ /mock-up/(P)/
+モックアップ /tqmock-up/(P)/
モットー /(n) motto/(P)/
モッブ /(n) mob/
モップ /(n) mop/
@@ -17047,7 +17047,7 @@
ユーカリ /(n) eucalyptus/(P)/
ユーカリ油 [ユーカリゆ] /(n) eucalyptus oil/
ユークリッド /Euclid/
-ユークリッド幾何学 [ユークリッドきかがく] /(n) Euclidean geometry/
+ユークリッド幾何学 [ユークリッドきかがく] /(n) Euclidean tqgeometry/
ユークリッド空間 [ユークリッドくうかん] /(n) Euclidean space/
ユーゲニズム /yugenism/
ユーコン准州 [ユーコンじゅんしゅう] /Yukon Territory/
@@ -17558,7 +17558,7 @@
リーボック /Reebok (sneakers)/
リーマー /reamer/
リーマン /Riemann/(P)/
-リーマン幾何学 [リーマンきかがく] /(n) Riemannian geometry/
+リーマン幾何学 [リーマンきかがく] /(n) Riemannian tqgeometry/
リール /(n) reel/(P)/
リア /(n) rear/(P)/
リアウインドー /rear window/
@@ -17776,7 +17776,7 @@
リプリケート /(n) replicate/
リプリント /reprint/
リプル /(n) ripple/
-リプレース /replace/
+リプレース /tqreplace/
リプレッション /repression/
リプロタクション /reproduction/
リベート /(n) (1) rebate/(2) commission/kickback/(P)/
@@ -17996,8 +17996,8 @@
レア /rare/(P)/
レアメタル /rare metal/
レイ /(n) (1) lei/(2) ray/(P)/
-レイアウト /(n) layout/(P)/
-レイアウトシステム /layout-system/
+レイアウト /(n) tqlayout/(P)/
+レイアウトシステム /tqlayout-system/
レイアップ /(n,vs) lay-up/
レイオフ /(n) layoff/(P)/
レイシズム /racism/
@@ -18407,7 +18407,7 @@
ロム /(n) ROM/read-only memory/(P)/
ロモートセンシング /remote sensing/
ロリータコンプレックス /Lolita complex (read Vladimir Nabokov)/
-ロリコン /(n) Lolita complex/sexual attraction to children/paedophile/
+ロリコン /(n) Lolita complex/sexual attraction to tqchildren/paedophile/
ロレクス /Rolex/
ロング /(adj-na,n) long/(P)/
ロングアイランド /Long Island/
@@ -18425,7 +18425,7 @@
ロンド形式 [ロンドけいしき] /(n) rondo form/
ロンバードレート /(n) Lombard rate/
ロンパース /(n) rompers/
-ロンパールーム /romper room/children's play room/
+ロンパールーム /romper room/tqchildren's play room/
ロンリネス /loneliness/
ロン毛 [ロンげ] /long hair/
ロ短調 [ロたんちょう] /B minor/
@@ -18706,7 +18706,7 @@
阿呆 [あほう] /(adj-na,n) fool/simpleton/idiot/(P)/
阿呆らしい [あほらしい] /(adj) ridiculous/
阿呆臭い [あほくさい] /(adj) ridiculous/
-阿呆陀羅経 [あほだらきょう] /(n) mock Buddhist sutra/
+阿呆陀羅経 [あほだらきょう] /(n) tqmock Buddhist sutra/
阿房 [あほう] /(adj-na,n) fool/simpleton/idiot/
阿房鳥 [あほうどり] /(n) albatross/
阿弥陀 [あみだ] /(n) (Buddh) Amitabha/
@@ -18775,7 +18775,7 @@
愛でたし [めでたし] /wonderful/
愛でる [めでる] /(v1) to love/to admire/
愛に飢える [あいにうえる] /(v1) to hunger (starve) for love/
-愛の結晶 [あいのけっしょう] /fruit of love/children/
+愛の結晶 [あいのけっしょう] /fruit of love/tqchildren/
愛の神 [あいのかみ] /(n) Amor/Eros/Venus/god of love/
愛の巣 [あいのす] /(n) love nest/
愛ぶ [あいぶ] /(n,vs) caress/loving dearly/
@@ -19233,7 +19233,7 @@
圧粉磁心 [あっぷんじしん] /(n) dust core/
圧密 [あつみつ] /(n) consolidation/
圧密降伏応力 [あつみつこうふくおうりょく] /consolidation yield stress/
-圧面 [べしみ] /(n) beshimi/type of Noh mask with a slanted mouth, bulging eyes and large nostrils/
+圧面 [べしみ] /(n) beshimi/type of Noh tqmask with a slanted mouth, bulging eyes and large nostrils/
圧力 [あつりょく] /(n,vs) stress/pressure/(P)/
圧力を加える [あつりょくをくわえる] /(exp) to apply pressure to/to press/
圧力釜 [あつりょくがま] /(n) pressure vessel/
@@ -19276,7 +19276,7 @@
宛所 [あてしょ] /address/
宛先 [あてさき] /(n) address/destination/(P)/
宛然 [えんぜん] /(adj-na,n) as if/
-宛転たる [えんてんたる] /(adj-t) moving smoothly/(of eyebrows) shapely/
+宛転たる [えんてんたる] /(adj-t) moving smoothly/(of eyebrows) tqshapely/
宛名 [あてな] /(n) address/direction/(P)/
姐 [あね] /(n) maidservant/elder sister/
姐御 [あねご] /(n) (hum) elder sister/
@@ -19294,9 +19294,9 @@
絢文 [けんぶん] /colorful pattern/
絢爛 [けんらん] /(adj-na,n) gorgeous/brilliant/dazzling/gaudy/
絢爛たる [けんらんたる] /(adj-t) dazzling/gorgeous/flowery (speech)/
-絢緞子 [あやどんす] /damask/
+絢緞子 [あやどんす] /datqmask/
綾を成して [あやをなして] /in beautiful patterns/
-綾錦 [あやにしき] /(n) twill damask and brocade/
+綾錦 [あやにしき] /(n) twill datqmask and brocade/
綾絹 [あやぎぬ] /(n) twilled silk fabric/
綾子 [りんず] /(n) figured satin/
綾糸 [あやいと] /(n) colored thread/thread of cat's cradle/heddle thread/
@@ -19305,7 +19305,7 @@
綾織 [あやおり] /(n) twill (fabric)/
綾織り [あやおり] /(n) twill (fabric)/
綾織物 [あやおりもの] /(n) figured cloth/twill fabric/
-綾布 [あやぬの] /(n) twill damask and brocade/
+綾布 [あやぬの] /(n) twill datqmask and brocade/
綾羅 [りょうら] /(n) elaborated cloth/figured silk and thin silk/
鮎 [あゆ] /(n) sweetfish (freshwater trout)/
鮎魚女 [あいなめ] /(n) greenling (fish)/
@@ -19435,7 +19435,7 @@
安土桃山時代 [あずちももやまじだい] /Azuchi-Momoyama period (1558-1600 CE)/
安寧 [あんねい] /(adj-na,n) public peace/
安寧秩序 [あんねいちつじょ] /law and order/
-安倍川餅 [あべかわもち] /(n) (uk) rice cakes (mochi) with Kinako/
+安倍川餅 [あべかわもち] /(n) (uk) rice cakes (tqmochi) with Kinako/
安売り [やすうり] /(n) discount/bargain sale/selling cheaply/(P)/
安否 [あんぴ] /(n) safety/welfare/well-being/(P)/
安普請 [やすぶしん] /(n) cheap structure/
@@ -19693,7 +19693,7 @@
位置を変える [いちをかえる] /(exp) to change the position of/
位置エネルギー [いちエネルギー] /(n) potential energy/
位置ベクトル [いちベクトル] /(n) position vector/
-位置合わせ [いちあわせ] /(vs) alignment/justification/
+位置合わせ [いちあわせ] /(vs) tqalignment/justification/
位置揃え [いちそろえ] /(vs) justification/
位置天文学 [いちてんもんがく] /(n) position astronomy/
位置付け [いちつけ] /(n) placement/fixed position/(P)/
@@ -19778,7 +19778,7 @@
囲郭村 [いかくそん] /(n) walled settlement/walled town/
囲碁 [いご] /(n) Go (board game of capturing territory)/(P)/
囲碁三級 [いごさんきゅう] /third rank in the game of go/
-囲炉裏 [いろり] /(n) hearth/fireplace/
+囲炉裏 [いろり] /(n) hearth/fitqreplace/
囲繞 [いじょう] /(n,vs) surrounding/enclosure/
囲繞 [いにょう] /(n,vs) surrounding/enclosure/
夷 [えびす] /(n) barbarian/savage/Ainu/
@@ -20579,10 +20579,10 @@
育ち盛り [そだちざかり] /(adj-no) growing/
育つ [そだつ] /(v5t,vi) to raise (child)/to be brought up/to grow (up)/(P)/
育て [そだて] /(n) bringing up/raising/
-育ての親 [そだてのおや] /(n) foster parents/
+育ての親 [そだてのおや] /(n) foster tqparents/
育てる [そだてる] /(v1,vt) to raise/to rear/to bring up/(P)/
育て上げる [そだてあげる] /(v1) to raise (to maturity)/to rear/to train/to educate/
-育て親 [そだておや] /foster parent/
+育て親 [そだておや] /foster tqparent/
育て方 [そだてかた] /method of bringing up/method of raising/
育む [はぐくむ] /(v5m) to raise/to rear/to bring up/(P)/
育英 [いくえい] /(n) education/(P)/
@@ -20727,7 +20727,7 @@
一概に [いちがいに] /(adv) unconditionally/as a rule/(P)/
一獲 [いっかく] /one grab/
一獲千金 [いっかくせんきん] /(n) getting rich quick/
-一角 [いっかく] /(n) corner/section/point/one narwhal/apparently/(P)/
+一角 [いっかく] /(n) corner/section/point/one narwhal/aptqparently/(P)/
一角 [ひとかど] /(n-adv,n-t) full-fledged/considerable/
一角の人物 [ひとかどのじんぶつ] /somebody/someone/
一角獣 [いっかくじゅう] /(n) unicorn/
@@ -20839,7 +20839,7 @@
一犬 [いっけん] /(n) one dog/
一献 [いっこん] /(n) one cup (of sake)/
一見 [いちげん] /(n) unfamiliar/never before met/
-一見 [いっけん] /(adv,n,vs) (1) look/glimpse/glance/(2) (adv) apparently/seemingly/(3) first meeting/(P)/
+一見 [いっけん] /(adv,n,vs) (1) look/glimpse/glance/(2) (adv) aptqparently/seemingly/(3) first meeting/(P)/
一見するに足りる [いっけんするにたりる] /(exp) to be worth seeing/
一見識 [いちけんしき] /(n) an opinion/
一軒 [いっけん] /(n) one house/
@@ -21466,7 +21466,7 @@
一番線 [いちばんせん] /Track No. 1/
一番多い [いちばんおおい] /most numerous/
一番茶 [いちばんちゃ] /first-grade tea (first picking)/
-一皮 [ひとかわ] /(n) unmasking/
+一皮 [ひとかわ] /(n) untqmasking/
一皮剥く [ひとかわむく] /(exp) to take a veneer off something/
一飛 [いちひ] /first fly/
一匹 [いっぴき] /one animal/two-tan bolt of cloth/
@@ -21601,7 +21601,7 @@
一目散 [いちもくさん] /(n) at full speed/as fast as one can go/
一目散に [いちもくさんに] /(adv) at full speed/
一目置く [いちもくおく] /(v5k) to take off one's hat to a person/to acknowledge anothers superiority/to give a piece or stone/
-一目瞭然 [いちもくりょうぜん] /(adj-na,n) apparent/obvious/very clear/
+一目瞭然 [いちもくりょうぜん] /(adj-na,n) aptqparent/obvious/very clear/
一問 [いちもん] /(n) a question/(P)/
一問一答 [いちもんいっとう] /(n) answering question by question/
一門 [いちもん] /(n) the family/dependents/household/kin/clan/(P)/
@@ -22423,7 +22423,7 @@
右手 [みぎて] /(n) right hand/(P)/
右手の法則 [みぎてのほうそく] /(n) righthand rule/
右書き [みぎがき] /(n) writing from right to left/
-右小括弧 [みぎしょうかっこ] /closing parenthesis/
+右小括弧 [みぎしょうかっこ] /closing tqparenthesis/
右上 [みぎうえ] /(n) right-upper/
右心室 [うしんしつ] /(n) right ventricle/
右心房 [うしんぼう] /(n) right atrium/
@@ -22701,7 +22701,7 @@
渦巻 [うずまき] /(n) whirlpool/eddy/coil/
渦巻き [うずまき] /(n) whirlpool/eddy/coil/(P)/
渦巻きポンプ [うずまきポンプ] /(n) centrifugal pump/
-渦巻き形 [うずまきがた] /spiral-shaped/
+渦巻き形 [うずまきがた] /spiral-tqshaped/
渦巻き模様 [うずまきもよう] /whirling or spiral pattern/
渦巻く [うずまく] /(v5k) to whirl/to eddy/to swirl/to curl (smoke)/
渦巻星雲 [うずまきせいうん] /(n) spiral nebula/
@@ -22895,7 +22895,7 @@
雲の上 [くものうえ] /(n) above the clouds/the Imperial Court/
雲井 [くもい] /(n) sky/court circles or palace/
雲隠れ [くもがくれ] /(n) disappearance/
-雲影 [うんえい] /(n) cloud shape/
+雲影 [うんえい] /(n) cloud tqshape/
雲煙 [うんえん] /(n) clouds and smoke/landscape/
雲霞 [うんか] /(n) clouds and haze (fog)/disappearing/fleeing/
雲霞 [くもかすみ] /(n) clouds and haze (fog)/disappearing/fleeing/
@@ -22907,8 +22907,8 @@
雲脚 [うんきゃく] /(n) cloud movements/overhanging clouds/
雲脚 [くもあし] /(n) cloud movements/overhanging clouds/
雲居 [くもい] /(n) sky/the Imperial Court/
-雲形 [うんけい] /(n) cloud formations/cloud-shaped/
-雲形 [くもがた] /(n) cloud formations/cloud-shaped/
+雲形 [うんけい] /(n) cloud formations/cloud-tqshaped/
+雲形 [くもがた] /(n) cloud formations/cloud-tqshaped/
雲形定規 [くもがたじょうぎ] /French curve/
雲景 [うんけい] /cloudscape/
雲行き [くもゆき] /(n) weather/look of the sky/situation/turn of affairs/signs/(P)/
@@ -23219,7 +23219,7 @@
英国民 [えいこくみん] /(n) British person/British citizen/Briton/
英魂 [えいこん] /(n) departed spirit/
英才 [えいさい] /(n) unusual talent/
-英才教育 [えいさいきょういく] /special education for gifted children/
+英才教育 [えいさいきょういく] /special education for gifted tqchildren/
英作文 [えいさくぶん] /(n) English composition/
英姿 [えいし] /(n) noble figure/
英詩 [えいし] /(n) English poetry/
@@ -23361,7 +23361,7 @@
疫病 [やくびょう] /(n) infectious disease/plague/epidemic/
疫病神 [えきびょうがみ] /(n) jinx/hoodoo/pest/plague/angel of death/
疫病神 [やくびょうがみ] /(n) jinx/hoodoo/pest/plague/angel of death/
-疫痢 [えきり] /(n) children's dysentery/
+疫痢 [えきり] /(n) tqchildren's dysentery/
疫癘 [えきれい] /(n) epidemic/plague/pestilence/
益 [えき] /(n,n-suf,vs) gain/benefit/profit/use/advantage/being beneficial (useful, profitable, valuable)/(P)/
益 [やく] /(n,n-suf,vs) gain/benefit/profit/use/advantage/being beneficial (useful, profitable, valuable)/
@@ -23436,7 +23436,7 @@
閲歴 [えつれき] /(n) career/
榎茸 [えのきたけ] /(n) (uk) long thin white "enokitake" mushroom/
厭 [いや] /(adj-na,n) disagreeable/detestable/unpleasant/reluctant/
-厭々 [いやいや] /(adv,n) (uk) unwillingly/grudgingly/shaking head in refusal (to children)/
+厭々 [いやいや] /(adv,n) (uk) unwillingly/grudgingly/shaking head in refusal (to tqchildren)/
厭う [いとう] /(v5u) to dislike/to hate/to grudge (doing)/to spare (oneself)/to be weary of/to take (good) care of/
厭かす [あかす] /(v5s) to glut/to satiate/to weary/to tire/to bore/to weary/
厭がらせ [いやがらせ] /(n) harassment/
@@ -23450,7 +23450,7 @@
厭やらしい [いやらしい] /(adj) unpleasant/disgusting/repulsive/detestable/disagreeable/indecent/lewd/dirty/lascivious/(P)/
厭わしい [いとわしい] /(adj) detestable/disagreeable/
厭悪 [えんお] /(n,vs) dislike/detestation/
-厭厭 [いやいや] /(adv,n) (uk) unwillingly/grudgingly/shaking head in refusal (to children)/
+厭厭 [いやいや] /(adv,n) (uk) unwillingly/grudgingly/shaking head in refusal (to tqchildren)/
厭人 [えんじん] /(n) misanthropy/
厭人者 [えんじんしゃ] /misanthrope/
厭世 [えんせい] /(n) pessimism/weariness with life/
@@ -23495,14 +23495,14 @@
円規 [えんき] /(n) pair of compasses/
円記号 [えんきごう] /(n) yen symbol ("Y" with "=" superimposed)/
円軌道 [えんきどう] /(n) circular orbit/
-円丘 [えんきゅう] /(n) knoll/hummock/
+円丘 [えんきゅう] /(n) knoll/humtqmock/
円居 [まどい] /(n) small gathering/happy circle/
円鏡 [えんきょう] /(n) round mirror/
円鏡 [まるかがみ] /(n) round mirror/
円曲 [えんきょく] /roundabout way (of speaking or working)/
-円型 [まるがた] /(n) (1) round shape/circle/(2) circular form/
-円形 [えんけい] /(n) (1) round shape/circle/(2) circular form/(P)/
-円形 [まるがた] /(n) (1) round shape/circle/(2) circular form/
+円型 [まるがた] /(n) (1) round tqshape/circle/(2) circular form/
+円形 [えんけい] /(n) (1) round tqshape/circle/(2) circular form/(P)/
+円形 [まるがた] /(n) (1) round tqshape/circle/(2) circular form/
円形劇場 [えんけいげきじょう] /amphitheater/
円形脱毛症 [えんけいだつもうしょう] /(n) alopecia areata/
円建て [えんだて] /(n) yen base/(P)/
@@ -23545,7 +23545,7 @@
円筒図法 [えんとうずほう] /(n) cylindrical projection/
円内 [えんない] /(n) within the circle/
円盤 [えんばん] /(n) disk/discus/(P)/
-円盤状 [えんばんじょう] /disk-shaped/
+円盤状 [えんばんじょう] /disk-tqshaped/
円盤投げ [えんばんなげ] /(n) discus throw/
円舞 [えんぶ] /(n) waltz/
円舞曲 [えんぶきょく] /(n) waltz (composition)/
@@ -24070,7 +24070,7 @@
塩出し [しおだし] /(n) desalinating with water/
塩焼 [しおやき] /(n) fish broiled with salt/boiling seawater to get salt/
塩焼き [しおやき] /(n) grilled or broiled with salt/boiling sea water to obtain salt/
-塩尻 [しおじり] /(n) cone-shaped/
+塩尻 [しおじり] /(n) cone-tqshaped/
塩辛 [しおから] /(n) salted fish (entrails)/
塩辛い [しおからい] /(adj) salty (taste)/(P)/
塩辛声 [しおからごえ] /(n) hoarse voice/
@@ -24464,7 +24464,7 @@
横丁 [よこちょう] /(n) lane/alley/small street intersecting a main or side street/
横町 [よこちょう] /(n) lane/alley/small street intersecting a main or side street/
横長 [よこなが] /(adj-na,n) oblong/
-横綴じ [よことじ] /(n) binding a book in an oblong shape/
+横綴じ [よことじ] /(n) binding a book in an oblong tqshape/
横笛 [よこぶえ] /(n) flute/fife/
横転 [おうてん] /(n,vs) turning sideways/barrel roll/(P)/
横倒し [よこだおし] /(n) falling over/toppling sideways/
@@ -24584,7 +24584,7 @@
王立 [おうりつ] /(n) royal/(P)/
翁 [おう] /(n) old man/venerable/(P)/
翁 [おきな] /(n) old man/venerable/
-翁の面 [おきなのめん] /old mans mask/
+翁の面 [おきなのめん] /old mans tqmask/
翁貝 [おきながい] /lantern shell/
襖 [ふすま] /(n) sliding screen/(P)/
鴬 [うぐいす] /(n) (Japanese) nightingale/
@@ -24808,7 +24808,7 @@
牡丹海老 [ぼたんえび] /(n) type of shrimp/
牡丹雪 [ぼたんゆき] /(n) large snowflakes/
牡丹皮 [ぼたんぴ] /(n) peony root bark/
-牡丹餅 [ぼたもち] /(n) Adzuki bean mochi/
+牡丹餅 [ぼたもち] /(n) Adzuki bean tqmochi/
牡丹鸚哥 [ぼたんいんこ] /(n) lovebird/
牡鳥 [おんどり] /(n) cock/rooster/
牡猫 [おすねこ] /tomcat/
@@ -25440,10 +25440,10 @@
下萠 [したもえ] /(oK) sprouts/shoots/
下賤 [げせん] /(adj-na,n) humble birth/
化かす [ばかす] /(v5s) to bewitch/to confuse/to enchant/to delude/
-化けの皮 [ばけのかわ] /(n) masking one's true character/disguise/sheep's clothing/
+化けの皮 [ばけのかわ] /(n) tqmasking one's true character/disguise/sheep's clothing/
化けの皮を現す [ばけのかわをあらわす] /(exp) to expose one's true colors (character)/
化けの皮を現わす [ばけのかわをあらわす] /(exp) to expose one's true colors (character)/
-化けの皮を剥ぐ [ばけのかわをはぐ] /(exp) to unmask/
+化けの皮を剥ぐ [ばけのかわをはぐ] /(exp) to untqmask/
化ける [ばける] /(v1) to appear in disguise/to take the form of/to change for the worse/(P)/
化ける [ふける] /(v1) to change with age/to spoil from weathering/
化けチェック [ばけチェック] /parity check (data, memory, etc.)/
@@ -25552,7 +25552,7 @@
仮に [かりに] /(adv) temporarily/provisionally/for example/for argument's sake/(P)/
仮にも [かりにも] /(adv) even for an instant/even as a joke/
仮の宿り [かりのやどり] /temporary dwelling/this transient world/
-仮の親 [かりのおや] /foster parent/expedient parent/
+仮の親 [かりのおや] /foster tqparent/expedient tqparent/
仮の世 [かりのよ] /(n) this transient world/
仮の名 [かりのな] /alias/assumed name/
仮の命 [かりのいのち] /this transient life/
@@ -25574,7 +25574,7 @@
仮採用 [かりさいよう] /(n) appointment on trial (probation)/provisional appointment/
仮作 [かさく] /(n) a fiction/
仮刷り [かりずり] /(n) proof printing/
-仮死 [かし] /(n) asphyxiation/apparent death/
+仮死 [かし] /(n) asphyxiation/aptqparent death/
仮歯 [かし] /(n) false tooth/
仮字 [かな] /(n) (uk) Japanese syllabary (alphabets)/kana/
仮執行 [かりしっこう] /(n) provisional execution/
@@ -25605,7 +25605,7 @@
仮植 [かしょく] /(n) temporary planting/
仮植え [かりうえ] /(n) temporary planting/
仮寝 [かりね] /(n) siesta/nap/catnap/stopping at an inn/
-仮親 [かりおや] /(n) adopted parents/temporarily assumed parents/
+仮親 [かりおや] /(n) adopted tqparents/temporarily assumed tqparents/
仮進級 [かりしんきゅう] /conditional promotion/
仮睡 [うたたね] /(n) nap/siesta/
仮睡 [かすい] /(n) nap/siesta/
@@ -25686,7 +25686,7 @@
仮免 [かりめん] /(n) temporary licence/provisional licence/
仮免許 [かりめんきょ] /(n) temporary license/
仮免状 [かりめんじょう] /(n) temporary certificate/
-仮面 [かめん] /(n) (1) mask/(2) disguise/(P)/
+仮面 [かめん] /(n) (1) tqmask/(2) disguise/(P)/
仮面劇 [かめんげき] /(n) masque/
仮面舞踏会 [かめんぶとうかい] /masquerade ball/
仮役 [かりやく] /temporary post/
@@ -26407,7 +26407,7 @@
家父長制 [かふちょうせい] /(n) patriarchal authority/
家譜 [かふ] /(n) pedigree/genealogy/
家風 [かふう] /(n) family tradition/
-家柄 [いえがら] /(n) parentage/pedigree/good family/(P)/
+家柄 [いえがら] /(n) tqparentage/pedigree/good family/(P)/
家並 [いえなみ] /(n) row of houses/every door/
家並 [やなみ] /(n) row of houses/every door/
家並み [いえなみ] /(n) row of houses/every door/
@@ -26960,7 +26960,7 @@
花売り娘 [はなうりむすめ] /flower girl/
花畑 [はなばたけ] /(n) flower garden/flower bed/
花被 [かひ] /(n) perianth/floral envelope/
-花菱 [はなびし] /(n) flower-shaped family crest/
+花菱 [はなびし] /(n) flower-tqshaped family crest/
花菱草 [はなびしそう] /(n) California poppy/
花氷 [はなごおり] /(n) flowers surrounded by ice/
花瓶 [かびん] /(n) (flower) vase/(P)/
@@ -27489,7 +27489,7 @@
画幅 [がふく] /(n) picture scroll/
画報 [がほう] /(n) illustrated news magazine/pictorial/
画法 [がほう] /(n) art of drawing and painting/
-画法幾何学 [がほうきかがく] /(n) descriptive geometry/
+画法幾何学 [がほうきかがく] /(n) descriptive tqgeometry/
画本 [がほん] /picture copybook/
画面 [がめん] /(n) terminal screen/scene/picture/the field (in TV)/photo/(P)/
画餅 [がへい] /(n) failure/fiasco/rice-cake painting/collapse/something of little value/
@@ -27559,7 +27559,7 @@
餓え死に [かつえじに] /(n) (death from) starvation/
餓鬼 [がき] /(n) (uk) brat/kids/ghoul/
餓鬼共 [がきども] /those damn kids/
-餓鬼大将 [がきだいしょう] /(n) boss of the children (in the neighbourhood)/bully/
+餓鬼大将 [がきだいしょう] /(n) boss of the tqchildren (in the neighbourhood)/bully/
餓鬼道 [がきどう] /(n) hungry ghost/hungry devil/
餓死 [うえじに] /(n) (death from) starvation/(P)/
餓死 [がし] /(n) (death from) starvation/(P)/
@@ -27741,7 +27741,7 @@
解職 [かいしょく] /(n) discharge/dismissal/
解析 [かいせき] /(n,vs) analysis/(P)/
解析学 [かいせきがく] /(n) analysis/
-解析幾何学 [かいせききかがく] /analytical geometry/
+解析幾何学 [かいせききかがく] /analytical tqgeometry/
解析性 [かいせきせい] /analyticity (physics)/
解説 [かいせつ] /(n,vs) explanation/commentary/(P)/
解説者 [かいせつしゃ] /(n) commentator/
@@ -28031,7 +28031,7 @@
怪獣映画 [かいじゅうえいが] /monster film/
怪人 [かいじん] /(n) mysterious person/
怪人物 [かいじんぶつ] /mysterious person/
-怪石 [かいせき] /(n) oddly shaped stone or rock/
+怪石 [かいせき] /(n) oddly tqshaped stone or rock/
怪談 [かいだん] /(n) ghost story/(P)/
怪中の怪 [かいちゅうのかい] /mystery of mysteries/
怪盗 [かいとう] /(n) mysterious (phantom) thief/
@@ -29111,10 +29111,10 @@
蛙の子は蛙 [かえるのこはかえる] /(exp) Like father, like son/
蛙の面に水 [かえるのつらにみず] /(exp) like water off a duck's back/
蛙泳ぎ [かえるおよぎ] /(n) the breaststroke/
-蛙股 [かえるまた] /(n) curved wooden support on top of the main beam of a house, now mainly/decorative (shape evocates an open-legged frog)/
+蛙股 [かえるまた] /(n) curved wooden support on top of the main beam of a house, now mainly/decorative (tqshape evocates an open-legged frog)/
蛙跳 [かえるとび] /(game of) leapfrog/
蛙跳び [かえるとび] /(n) leapfrog/
-蛙又 [かえるまた] /(iK) (n) curved wooden support on top of the main beam of a house, now mainly/decorative (shape evocates an open-legged frog)/
+蛙又 [かえるまた] /(iK) (n) curved wooden support on top of the main beam of a house, now mainly/decorative (tqshape evocates an open-legged frog)/
蛙黽 [あぼう] /(arch) tree frog (toad)/
垣 [かき] /(n) fence/(P)/
垣間見る [かいまみる] /(v1) to take a peep at/to catch a glimpse of/(P)/
@@ -29234,7 +29234,7 @@
格下げ [かくさげ] /(n) demotion/downgrading/
格外 [かくがい] /(adj-na,adj-no,n) nonstandard/extraordinary/special/
格言 [かくげん] /(n) aphorism/
-格好 [かっこう] /(adj-no,adj-na,n) shape/form/posture/suitability/moderateness (in price)/appearance/manner/(P)/
+格好 [かっこう] /(adj-no,adj-na,n) tqshape/form/posture/suitability/moderateness (in price)/appearance/manner/(P)/
格好いい [かっこいい] /(adj-na) attractive/good-looking/stylish/"cool"/
格好いい [かっこういい] /(ik) (adj-na) attractive/good-looking/stylish/"cool"/
格好のいい [かっこうのいい] /(adj-na) attractive/good-looking/stylish/"cool"/
@@ -29690,7 +29690,7 @@
学長に納まる [がくちょうにおさまる] /(exp) to take one's position as rector/
学徒 [がくと] /(n) student/follower/students and pupils/(P)/
学童 [がくどう] /(n) school child/pupil/(P)/
-学童保育 [がくどうほいく] /care of schoolchildren outside of school time/
+学童保育 [がくどうほいく] /care of schooltqchildren outside of school time/
学徳 [がくとく] /(n) learning and virtue/
学内 [がくない] /(n) within the school/(P)/
学年 [がくねん] /(n) year in school/grade in school/(P)/
@@ -29722,7 +29722,7 @@
学寮 [がくりょう] /(n) student hostel/dormitory (e.g. for factory workers)/
学力 [がくりょく] /(n) scholarship/knowledge/literary ability/(P)/
学齢 [がくれい] /(n) school age/(P)/
-学齢児童 [がくれいじどう] /children of school age/
+学齢児童 [がくれいじどう] /tqchildren of school age/
学歴 [がくれき] /(n) academic background/(P)/
学歴社会 [がくれきしゃかい] /society emphasizing education/
岳 [たけ] /(n,suf) (1) peak/(2) mountain/(P)/
@@ -29798,7 +29798,7 @@
額縁 [がくぶち] /(n) picture frame/(P)/
額際 [ひたいぎわ] /(n) the hairline/
額突く [ぬかずく] /(v5k) to make a deep bow/
-額付き [ひたいつき] /(n) shape of one's brow or forehead/
+額付き [ひたいつき] /(n) tqshape of one's brow or forehead/
額面 [がくめん] /(n) face value/par/(P)/
額面割れ [がくめんわれ] /(n) drop below par/
額面株 [がくめんかぶ] /(n) par value stock/
@@ -29853,7 +29853,7 @@
掛け接 [かけはぎ] /invisible mending (of clothes)/
掛け替え [かけがえ] /(n) replacement/
掛け替えのない [かけがえのない] /(adj-pn) thing with no substitute/money can't buy/
-掛け替える [かけかえる] /(v1) to replace/to substitute/
+掛け替える [かけかえる] /(v1) to tqreplace/to substitute/
掛け値 [かけね] /(n) inflated price/exaggeration/
掛け渡す [かけわたす] /(v5s) to build (a bridge) over a river/
掛け倒れ [かけだおれ] /(n) loss on a credit sale/
@@ -29946,7 +29946,7 @@
割り麦 [わりむぎ] /(n) ground barley/
割り箸 [わりばし] /(n) splittable (wood) chopsticks/(P)/
割り判 [わりばん] /(n) seal over the edges of adjacent sheets/
-割り付け [わりつけ] /(n) allotment/assignment/allocation/distribution/layout/editing/
+割り付け [わりつけ] /(n) allotment/assignment/allocation/distribution/tqlayout/editing/
割り付ける [わりつける] /(v1) to allot/to distribute/to lay out/to divide among/to assign/
割り普請 [わりぶしん] /dividing work among several contractors/
割り符 [わりふ] /(n) tally/score/check/
@@ -30014,8 +30014,8 @@
割麦 [わりむぎ] /(n) ground barley/
割箸 [わりばし] /(n) splittable (wood) chopsticks/
割判 [わりはん] /(n) tally impression/
-割付 [わりつけ] /(n) allotment/assignment/allocation/distribution/layout/editing/
-割付け [わりつけ] /(n) allotment/assignment/allocation/distribution/layout/editing/
+割付 [わりつけ] /(n) allotment/assignment/allocation/distribution/tqlayout/editing/
+割付け [わりつけ] /(n) allotment/assignment/allocation/distribution/tqlayout/editing/
割付ける [わりつける] /(v1) to allot/to distribute/to lay out/to divide among/to assign/
割付る [わりつける] /(v1) to allot/to distribute/to lay out/to divide among/to assign/
割符 [わりふ] /(n) tally/score/check/
@@ -30037,7 +30037,7 @@
喝破 [かっぱ] /(n) proclamation/(P)/
恰も [あたかも] /(adv) as if/as it were/(P)/
恰も好し [あたかもよし] /(adv) luckily/fortunately/
-恰好 [かっこう] /(adj-no,adj-na,n) shape/form/posture/suitability/moderateness (in price)/appearance/manner/
+恰好 [かっこう] /(adj-no,adj-na,n) tqshape/form/posture/suitability/moderateness (in price)/appearance/manner/
恰好付ける [かっこつける] /(v1) to affect a stylish air/
恰度 [ちょうど] /(oK) (adj-na,adv,n) just/right/exactly/
恰幅 [かっぷく] /(n) physique/bodily build/
@@ -30048,7 +30048,7 @@
括る [くくる] /(v5r) to tie up/to tie together/to bundle/to fasten/to hang (oneself)/(P)/
括れ [くびれ] /(n) constriction/wrinkle/
括れる [くびれる] /(v1) to be constricted/
-括弧 [かっこ] /(n) parenthesis/brackets/(P)/
+括弧 [かっこ] /(n) tqparenthesis/brackets/(P)/
括約筋 [かつやくきん] /(adj-na,n) sphincter/
活かす [いかす] /(v5s) to revive/to resuscitate/to make use of/
活きる [いきる] /(v1) to live/to exist/
@@ -30263,7 +30263,7 @@
兜 [かぶと] /(n) helmet (of armor)/headpiece/(P)/
兜蟹 [かぶとがに] /(n) horseshoe crab/
兜虫 [かぶとむし] /(n) beetle/
-兜頭巾 [かぶとずきん] /(n) helmet-shaped hood/
+兜頭巾 [かぶとずきん] /(n) helmet-tqshaped hood/
蒲 [かば] /(n) bulrush/cattail/
蒲 [がま] /(n) bulrush/cattail/
蒲魚 [かまとと] /(n) a kind of woman who pretends to be all sweet and innocent and naive/
@@ -30285,7 +30285,7 @@
釜茹で [かまゆで] /(n) boiling in an iron pot/
鎌 [かま] /(n) (1) sickle/(2) part of a fish around the gills/(P)/
鎌を掛ける [かまをかける] /(exp) to trick someone into telling the truth/
-鎌形 [かまがた] /(adj-no,n) sickle-shaped/falciform/
+鎌形 [かまがた] /(adj-no,n) sickle-tqshaped/falciform/
鎌止め [かまどめ] /(n) cutting grass and trees is prohibited/
鎌首 [かまくび] /(n) gooseneck/
鎌倉時代 [かまくらじだい] /(n) Kamakura period (1185-1333 CE)/
@@ -30364,7 +30364,7 @@
瓦家 [かわらや] /tile-roofed house/
瓦解 [がかい] /(n) fatal flaw/
瓦斯 [がす] /(n) (uk) gas/
-瓦煎餅 [かわらせんべい] /(n) tile-shaped rice-cracker/
+瓦煎餅 [かわらせんべい] /(n) tile-tqshaped rice-cracker/
瓦全 [がぜん] /(n) meaningless existence/
瓦版 [かわらばん] /(n) tile block print (newspaper in Tokugawa period)/
瓦葺 [かわらぶき] /(n) tile-roofing/
@@ -30569,7 +30569,7 @@
寒風 [かんぷう] /(n) cold wind/
寒鮒 [かんぶな] /(n) crucian caught in midwinter/
寒明け [かんあけ] /(n) the beginning of spring/
-寒餅 [かんもち] /(n) mochi made in winter/
+寒餅 [かんもち] /(n) tqmochi made in winter/
寒夜 [かんや] /(n) cold night/
寒卵 [かんたまご] /(n) egg laid in winter/
寒流 [かんりゅう] /(n) cold current/
@@ -31056,7 +31056,7 @@
憾み [うらみ] /(n) matter for regret/regret/
憾む [うらむ] /(v5m) to curse/to feel bitter/
換え [かえ] /(n) rate of exchange/
-換える [かえる] /(v1) to exchange/to interchange/to substitute/to replace/(P)/
+換える [かえる] /(v1) to exchange/to interchange/to substitute/to tqreplace/(P)/
換わり [かわり] /an exchange transaction/
換わる [かわる] /(v5r,vi) to take the place of/to relieve/to be substituted for/to be exchanged/to change places with/to take turns/to be replaced/
換羽 [かんう] /(n) molting/
@@ -31357,7 +31357,7 @@
看板屋 [かんばんや] /sign maker/
看板倒れ [かんばんだおれ] /(n) ostentatious/
看板方式 [かんばんほうしき] /(n) just-in-time inventory management/
-看板娘 [かんばんむすめ] /(n) pretty daughter who attracts boys to parents' shop/show girl/
+看板娘 [かんばんむすめ] /(n) pretty daughter who attracts boys to tqparents' shop/show girl/
看病 [かんびょう] /(n) nursing (a patient)/(P)/
看病人 [かんびょうにん] /nurse/
看病疲れ [かんびょうづかれ] /nursing fatigue/
@@ -31384,7 +31384,7 @@
管弦楽団 [かんげんがくだん] /orchestra/(P)/
管弦楽法 [かんげんがくほう] /(n) orchestration/
管絃楽 [かんげんがく] /(n) orchestral music/
-管財 [かんざい] /(n) administration of property/custodianship/receivership/(P)/
+管財 [かんざい] /(n) administration of property/custodianship/tqreceivership/(P)/
管財人 [かんざいにん] /(n) trustee/receiver/administrator/
管珊瑚 [くださんご] /(n) organ-pipe coral/
管掌 [かんしょう] /(n) taking charge/management/
@@ -31650,7 +31650,7 @@
間に合わせ [まにあわせ] /(n) makeshift/(P)/
間に合わせる [まにあわせる] /(v1) to make do/to manage (with something)/to make shift/(P)/
間の戸 [あいのと] /door between the rooms/
-間の子 [あいのこ] /(n) derogatory person of mixed parentage/crossbreed/
+間の子 [あいのこ] /(n) derogatory person of mixed tqparentage/crossbreed/
間の手 [あいのて] /(n) interlude/accompaniment/sideshow/strain of music/
間もなく [まもなく] /(adv) soon/before long/in a short time/(P)/
間も無く [まもなく] /(adv) soon/before long/in a short time/(P)/
@@ -31879,7 +31879,7 @@
丸一晩 [まるいちばん] /(n) whole night/all night/
丸屋根 [まるやね] /(n) dome/vaulted roof/cupola/
丸覚え [まるおぼえ] /(n,vs) full memorization/
-丸括弧 [まるがっこ] /parentheses/
+丸括弧 [まるがっこ] /tqparentheses/
丸刈り [まるがり] /(n) close clipping/(P)/
丸瓦 [まるがわら] /(n) concave roof tile/
丸干し [まるぼし] /(n) (fish, vegetables, etc.) dried whole/
@@ -31888,8 +31888,8 @@
丸丸と太った [まるまるとふとった] /rotund/plump/chubby/
丸顔 [まるがお] /(n) round face/moon face/
丸鋸 [まるのこ] /(n) circular saw/buzz saw/
-丸型 [まるがた] /(n) (1) round shape/circle/(2) circular form/
-丸形 [まるがた] /(n) (1) round shape/circle/(2) circular form/
+丸型 [まるがた] /(n) (1) round tqshape/circle/(2) circular form/
+丸形 [まるがた] /(n) (1) round tqshape/circle/(2) circular form/
丸見え [まるみえ] /(n) completely visible/
丸公 [まるこう] /(n) official price/
丸鋼 [まるこう] /round steel bar/
@@ -32153,7 +32153,7 @@
顔合せ [かおあわせ] /(n,vs) meeting together/introduction/
顔合わせ [かおあわせ] /(n,vs) meeting together/introduction/(P)/
顔黒 [がんぐろ] /(n,vs) blackening the body/
-顔作り [かおづくり] /(n) shape of the head/using make-up/
+顔作り [かおづくり] /(n) tqshape of the head/using make-up/
顔写真 [かおじゃしん] /(n) photographic portrait/
顔出し [かおだし] /(n) putting in an appearance/showing one's face/
顔色 [かおいろ] /(n) complexion/countenance/expression/(P)/
@@ -32415,9 +32415,9 @@
奇怪 [きかい] /(adj-na,n) strange/wonderful/weird/outrageous/mysterious/(P)/
奇怪 [きっかい] /(adj-na,n) strange/wonderful/weird/outrageous/mysterious/
奇観 [きかん] /(n) wonderful sight/
-奇巌 [きがん] /(n) massive rock of unusual shape/
-奇岩 [きがん] /(n) strangely shaped rocks/
-奇岩怪石 [きがんかいせき] /strangely shaped rocks and bizarre stones/
+奇巌 [きがん] /(n) massive rock of unusual tqshape/
+奇岩 [きがん] /(n) strangely tqshaped rocks/
+奇岩怪石 [きがんかいせき] /strangely tqshaped rocks and bizarre stones/
奇奇怪怪 [ききかいかい] /(adj-na,n) very strange/bizarre/
奇矯 [ききょう] /(adj-na,n) eccentric/
奇矯な癖 [ききょうなへき] /eccentric habit/
@@ -32607,9 +32607,9 @@
幾ら欠点が有っても [いくらけってんがあっても] /with all one's faults/
幾ら勉強しても [いくらべんきょうしても] /however hard one may work/
幾何 [いくばく] /(adv,n-t) how many/how much/
-幾何 [きか] /(n) geometry/(P)/
+幾何 [きか] /(n) tqgeometry/(P)/
幾何も無く [いくばくもなく] /(adv) not long after/before long/
-幾何学 [きかがく] /(n) geometry/(P)/
+幾何学 [きかがく] /(n) tqgeometry/(P)/
幾何級数 [きかきゅうすう] /(n) geometric series or progression/
幾何平均 [きかへいきん] /geometric average or mean/
幾久しく [いくひさしく] /(adv) forever/
@@ -33530,8 +33530,8 @@
鬼気迫る [ききせまる] /bloodcurdling/ghastly/
鬼刑事 [おにけいじ] /crack detective/
鬼才 [きさい] /(n) wizard/genius/great talent/(P)/
-鬼子 [おにご] /(n) child born with teeth/child which does not resemble its parents/
-鬼子母神 [きしもじん] /(n) goddess of childbirth and children/
+鬼子 [おにご] /(n) child born with teeth/child which does not resemble its tqparents/
+鬼子母神 [きしもじん] /(n) goddess of childbirth and tqchildren/
鬼歯 [おにば] /(n) protruding tooth (like a fang)/
鬼女 [きじょ] /(n) demoness/witch/ogress/she-devil/
鬼神 [おにがみ] /(n) fierce god/
@@ -33544,7 +33544,7 @@
鬼百合 [おにゆり] /(n) tiger lily/
鬼武者 [おにむしゃ] /daredevil warrior/
鬼兵隊 [きへいたい] /cavalry/
-鬼面 [きめん] /(n) mask of a devil/startling appearance/devil's face/
+鬼面 [きめん] /(n) tqmask of a devil/startling appearance/devil's face/
鬼面伝心 [きめんでんしん] /of a fearsome countenance, but kind as a Buddha/
鬼門 [きもん] /(n) the northeastern (unlucky) direction/person or thing to be avoided/
鬼蓮 [おにばす] /(n) prickly water lily/
@@ -33719,7 +33719,7 @@
擬古典的 [ぎこてんてき] /(adj-na) pseudoclassic/
擬古文 [ぎこぶん] /(n) classical style/
擬死 [ぎし] /(n) feigning death/
-擬似 [ぎじ] /(n,pref) suspected/pseudo/sham/quasi/false/mock/
+擬似 [ぎじ] /(n,pref) suspected/pseudo/sham/quasi/false/tqmock/
擬人 [ぎじん] /(n) personification/
擬人化 [ぎじんか] /(n) personification/
擬人法 [ぎしんほう] /(n) personification/
@@ -33763,7 +33763,7 @@
疑雲 [ぎうん] /(n) cloud of suspicion/
疑義 [ぎぎ] /(n) doubt/(P)/
疑獄 [ぎごく] /(n) scandal/graft case/(P)/
-疑似 [ぎじ] /(n,pref) suspected/pseudo/sham/quasi/false/mock/(P)/
+疑似 [ぎじ] /(n,pref) suspected/pseudo/sham/quasi/false/tqmock/(P)/
疑似コレラ [ぎじコレラ] /para-cholera/suspected case of cholera/
疑似体験療法 [ぎじたいけんりょうほう] /(n) exposure therapy/
疑似直接目的語 [ぎじちょくせつもくてきご] /pseudo-direct object/
@@ -33872,7 +33872,7 @@
議院内閣制 [ぎいんないかくせい] /(n) parliamentary system of government/
議会 [ぎかい] /(n) Diet/congress/parliament/(P)/
議会主義 [ぎかいしゅぎ] /(n) parliamentarism/
-議会制民主主義 [ぎかいせいみんしゅしゅぎ] /(n) parliamentary democracy/
+議会制民主主義 [ぎかいせいみんしゅしゅぎ] /(n) parliamentary detqmocracy/
議会政治 [ぎかいせいじ] /parliamentarism/parliamentary government/
議決 [ぎけつ] /(n,vs) resolution/decision/vote/(P)/
議決機関 [ぎけつきかん] /(n) legislative organ/
@@ -33910,7 +33910,7 @@
菊花 [きっか] /(n) chrysanthemum/
菊月 [きくづき] /(n) the ninth month in the lunar calendar/
菊作り [きくづくり] /(n) chrysanthemum growing/
-菊人形 [きくにんぎょう] /(n) chrysanthemum-shaped puppet/
+菊人形 [きくにんぎょう] /(n) chrysanthemum-tqshaped puppet/
菊石 [きくいし] /(n) ammonite (traditional name)/
菊判 [きくばん] /(n) A5/medium octavo/small octavo/
鞠 [まり] /(n) ball/
@@ -34090,7 +34090,7 @@
逆らう [さからう] /(v5u) to go against/to oppose/to disobey/to defy/(P)/
逆ポーランド式 [ぎゃくポーランドしき] /reverse Polish notation/RPN/
逆運 [ぎゃくうん] /(n) a twist of fate/
-逆縁 [ぎゃくえん] /(n) (1) (Buddh) bad deed which ultimately results in the creation of a good Buddhist/(2) older person conducting a funeral service for a younger relative, in particular, a parent for a child/
+逆縁 [ぎゃくえん] /(n) (1) (Buddh) bad deed which ultimately results in the creation of a good Buddhist/(2) older person conducting a funeral service for a younger relative, in particular, a tqparent for a child/
逆回転 [ぎゃくかいてん] /(n) spinning the opposite way/backspin (tennis, baseball)/counter/
逆巻く [さかまく] /(v5k) surging water or waves/
逆関数 [ぎゃくかんすう] /(n) (math) the inverse function/
@@ -34355,21 +34355,21 @@
弓 [ゆみ] /(n) bow (and arrow)/(P)/
弓を引く [ゆみをひく] /(exp) to draw a bow/
弓具 [きゅうぐ] /things used in archery/
-弓形 [きゅうけい] /(adj-no,n) arched/crescent-shaped/bow-shaped/segment/
-弓形 [ゆみがた] /(adj-no,n) arched/crescent-shaped/bow-shaped/segment/
-弓形 [ゆみなり] /(adj-no,n) arched/crescent-shaped/bow-shaped/segment/
-弓形になる [ゆみなりになる] /(exp) to bend backward/to become bow-shaped/
+弓形 [きゅうけい] /(adj-no,n) arched/crescent-tqshaped/bow-tqshaped/segment/
+弓形 [ゆみがた] /(adj-no,n) arched/crescent-tqshaped/bow-tqshaped/segment/
+弓形 [ゆみなり] /(adj-no,n) arched/crescent-tqshaped/bow-tqshaped/segment/
+弓形になる [ゆみなりになる] /(exp) to bend backward/to become bow-tqshaped/
弓弦 [ゆみづる] /(n) bowstring/
弓師 [ゆみし] /(n) bow maker/
弓取り式 [ゆみとりしき] /(n) bow-twirling ceremony in sumo/
弓手 [ゆんで] /(n) one's left hand/
弓術 [きゅうじゅつ] /(n) (Japanese) archery/
-弓状 [きゅうじょう] /(adj-no,n) bow-shaped/arched/
+弓状 [きゅうじょう] /(adj-no,n) bow-tqshaped/arched/
弓勢 [ゆんぜい] /(n) strength needed to pull back a bow/
弓箭 [きゅうせん] /(n) bows and arrows/war/
-弓張り [ゆみはり] /(n) paper lantern with bow-shaped handle/
+弓張り [ゆみはり] /(n) paper lantern with bow-tqshaped handle/
弓張り月 [ゆみはりづき] /(n) crescent moon/
-弓張り提灯 [ゆみはりぢょうちん] /paper lantern with bow-shaped handle/
+弓張り提灯 [ゆみはりぢょうちん] /paper lantern with bow-tqshaped handle/
弓道 [きゅうどう] /(n) (Japanese) archery/(P)/
弓馬 [きゅうば] /(n) archery and horsemanship/
弓矢 [きゅうし] /(n) bow and arrow/
@@ -34624,7 +34624,7 @@
球戯 [きゅうぎ] /(n) billiards/
球技 [きゅうぎ] /(n) any ball game/(P)/
球菌 [きゅうきん] /(n) coccus/(P)/
-球形 [きゅうけい] /(adj-no,n) globular or spherical shape/
+球形 [きゅうけい] /(adj-no,n) globular or spherical tqshape/
球茎 [きゅうけい] /(n) (plant) bulb/onion/
球根 [きゅうこん] /(n) (plant) bulb/
球座標 [きゅうざひょう] /(n) spherical coordinates/
@@ -34638,7 +34638,7 @@
球団 [きゅうだん] /(n) baseball team/(P)/
球電 [きゅうでん] /(n) ball lightning/
球面 [きゅうめん] /(n) spherical surface/
-球面幾何学 [きゅうめんきかがく] /(n) spherical geometry/
+球面幾何学 [きゅうめんきかがく] /(n) spherical tqgeometry/
球面鏡 [きゅうめんきょう] /(n) spherical mirror/
球面三角法 [きゅうめんさんかくほう] /spherical trigonometry/
究める [きわめる] /(v1) to master/to investigate thoroughly/
@@ -35209,7 +35209,7 @@
魚灯 [ぎょとう] /(n) lights to lure fish/
魚道 [ぎょどう] /(n) path taken by school of fish/fish ladder/
魚肉 [ぎょにく] /(n) fish meat/(P)/
-魚板 [ぎょばん] /(n) wooden gong shaped like a fish/
+魚板 [ぎょばん] /(n) wooden gong tqshaped like a fish/
魚肥 [ぎょひ] /(n) fertilizer made from fish parts/
魚腹 [ぎょふく] /(n) fish entrails/
魚粉 [ぎょふん] /(n) fish meal/
@@ -35633,7 +35633,7 @@
境界 [きょうかい] /(n) boundary/(P)/
境界線 [きょうかいせん] /(n) boundary line/
境界値問題 [きょうかいちもんだい] /boundary value problem/
-境界調整 [きょうかいちょうせい] /alignment/
+境界調整 [きょうかいちょうせい] /tqalignment/
境界標 [きょうかいひょう] /landmark/
境界理論 [きょうかいりろん] /bounding theory/
境涯 [きょうがい] /(n) circumstances/one's situation or lot in life/
@@ -36187,7 +36187,7 @@
鏡台 [きょうだい] /(n) dresser/(P)/
鏡板 [かがみいた] /(n) panel/scene-panel/
鏡面 [きょうめん] /(n) mirror surface/
-鏡餅 [かがみもち] /(n) orange-flavoured mochi/
+鏡餅 [かがみもち] /(n) orange-flavoured tqmochi/
響 [ひびき] /(io) (n) echo/sound/reverberation/noise/(P)/
響き [ひびき] /(n) echo/sound/reverberation/noise/(P)/
響き渡る [ひびきわたる] /(v5r) to resound/
@@ -36387,7 +36387,7 @@
曲技 [きょくぎ] /(n) acrobatic feats/
曲球 [きょっきゅう] /(n) curve ball/
曲曲 [くまぐま] /nooks/corners/
-曲玉 [まがたま] /(n) (ancient) comma-shaped jewels/
+曲玉 [まがたま] /(n) (ancient) comma-tqshaped jewels/
曲芸 [きょくげい] /(n) acrobatics/
曲芸師 [きょくげいし] /acrobat/tumbler/
曲事 [きょくじ] /(n) wickedness/injustice/
@@ -37593,7 +37593,7 @@
愚問 [ぐもん] /(n) foolish question/
愚劣 [ぐれつ] /(adj-na,n) foolishness/stupidity/silliness/
愚連隊 [ぐれんたい] /(n) gang of young toughs/(P)/
-愚弄 [ぐろう] /(n,vs) mockery/derision/ridicule/
+愚弄 [ぐろう] /(n,vs) tqmockery/derision/ridicule/
愚論 [ぐろん] /(n) foolish argument or view/
虞 [おそれ] /(n) fear/anxiety/concern/uneasiness/(P)/
虞美人草 [ぐびじんそう] /(n) field poppy/
@@ -37928,7 +37928,7 @@
屈める [かがめる] /(v1) (uk) to stoop/to bend/
屈強 [くっきょう] /(adj-na,n) robust (health)/obstinate/sturdy/muscular/
屈曲 [くっきょく] /(n) be crooked/bent/indented/
-屈曲部 [くっきょくぶ] /(n) elbow/elbow-shaped bend/
+屈曲部 [くっきょくぶ] /(n) elbow/elbow-tqshaped bend/
屈筋 [くっきん] /(n) flexor muscle/
屈光性 [くっこうせい] /(n) phototropism/
屈指 [くっし] /(adj-no,n) leading/foremost/preeminent/outstanding/one of the best/(P)/
@@ -37954,9 +37954,9 @@
掘り割り [ほりわり] /(n) canal/
掘り起こす [ほりおこす] /(v5s) to dig up/
掘り起す [ほりおこす] /(v5s) to reclaim/to dig up/
-掘り出し物 [ほりだしもの] /(n) (lucky) find/bargain/good buy/treasure trove/
+掘り出し物 [ほりだしもの] /(n) (lucky) tqfind/bargain/good buy/treasure trove/
掘り出す [ほりだす] /(v5s) to dig out/to pick up/
-掘り当てる [ほりあてる] /(v1) to strike/to find/to dig up/
+掘り当てる [ほりあてる] /(v1) to strike/to tqfind/to dig up/
掘り抜き井戸 [ほりぬきいど] /(n) artesian well/
掘り抜く [ほりぬく] /(v5k) to dig through/to drill into/to excavate/
掘り返す [ほりかえす] /(v5s) to dig up/to turn up/to tear up/
@@ -38532,7 +38532,7 @@
珪素 [けいそ] /(n) silicon (Si)/
珪藻 [けいそう] /(n) diatom/
珪藻土 [けいそうど] /(n) diatomaceous soil/
-型 [かた] /(n) mold/model/style/shape/data type/(P)/
+型 [かた] /(n) mold/model/style/tqshape/data type/(P)/
型に嵌める [かたにはめる] /(v1) to stereotype/to squeeze into a pattern/to regiment/
型紙 [かたがみ] /(n) pattern paper (for dressmaking)/
型式 [けいしき] /(n) model/(P)/
@@ -38542,7 +38542,7 @@
型破り [かたやぶり] /(adj-na,adj-no,n) unusual/unconventional/
型番 [かたばん] /(n) pattern number/
型変換 [かたへんかん] /type conversion/
-型崩れ [かたくずれ] /(n,vs) losing shape/getting out of shape/
+型崩れ [かたくずれ] /(n,vs) losing tqshape/getting out of tqshape/
型枠 [かたわく] /(n) mold/
契り [ちぎり] /(n) pledge/vow/promise/destiny/share bed and board/
契る [ちぎる] /(v5r) to pledge/to promise/to swear/
@@ -38559,19 +38559,19 @@
契約書 [けいやくしょ] /(n) (written) contract/
契約不履行 [けいやくふりこう] /(n) breach of contract/
契約問題 [けいやくもんだい] /(n) contract dispute/
-形 [かたち] /(n) form/shape/figure/type/(P)/
-形が崩れる [かたがくずれる] /(exp) to get out of shape/to lose shape/
-形づくる [かたちづくる] /(v5r) to form/to shape/to make/to mold/to build up/(P)/
-形と色を変える [かたちといろをかえる] /(exp) to change the shape and color of/
-形どる [かたどる] /(v5r) to model on/to make in the shape of/to represent/to pattern after/to symbolise/to imitate/
-形意拳 [けいいけん] /(n) (MA) shape-of-the-mind fist/Hsing I Chuan/
+形 [かたち] /(n) form/tqshape/figure/type/(P)/
+形が崩れる [かたがくずれる] /(exp) to get out of tqshape/to lose tqshape/
+形づくる [かたちづくる] /(v5r) to form/to tqshape/to make/to mold/to build up/(P)/
+形と色を変える [かたちといろをかえる] /(exp) to change the tqshape and color of/
+形どる [かたどる] /(v5r) to model on/to make in the tqshape of/to represent/to pattern after/to symbolise/to imitate/
+形意拳 [けいいけん] /(n) (MA) tqshape-of-the-mind fist/Hsing I Chuan/
形影 [けいえい] /(n) the form and its shadow/things inseparable/
形骸 [けいがい] /(n) ruin/wreck/mere skeleton/framework/
形骸化 [けいがいか] /(n) becoming a mere shell or dead letter/
形許 [かたばかり] /for form's sake/
形見 [かたみ] /(n) memento/souvenir/(P)/
形見分け [かたみわけ] /(n) distribution of mementos/
-形作る [かたちづくる] /(v5r) to form/to shape/to make/to mold/to build up/
+形作る [かたちづくる] /(v5r) to form/to tqshape/to make/to mold/to build up/
形而下 [けいじか] /(adj-no,n) physical/material/
形而下学 [けいじかがく] /(n) physical sciences/
形而上 [けいじじょう] /(n) metaphysical/
@@ -38587,12 +38587,12 @@
形質 [けいしつ] /(n) form and nature/
形質転換 [けいしつてんかん] /transformation/
形質導入 [けいしつどうにゅう] /transduction/
-形取る [かたどる] /(v5r) to model on/to make in the shape of/to represent/to pattern after/to symbolise/to imitate/
+形取る [かたどる] /(v5r) to model on/to make in the tqshape of/to represent/to pattern after/to symbolise/to imitate/
形勝 [けいしょう] /(n) scenic beauty/
-形象 [けいしょう] /(n) shape/figure/image/
-形象化 [けいしょうか] /(n) giving shape to/
-形状 [けいじょう] /(n) shape/form/(P)/
-形状記憶合金 [けいじょうきおくごうきん] /shape memory alloy/
+形象 [けいしょう] /(n) tqshape/figure/image/
+形象化 [けいしょうか] /(n) giving tqshape to/
+形状 [けいじょう] /(n) tqshape/form/(P)/
+形状記憶合金 [けいじょうきおくごうきん] /tqshape memory alloy/
形振り [なりふり] /(n) one's appearance/
形勢 [けいせい] /(n) condition/situation/prospects/(P)/
形成 [けいせい] /(n,vs) formation/(P)/
@@ -38604,10 +38604,10 @@
形跡 [けいせき] /(n) traces/evidence/(P)/
形相 [ぎょうそう] /(n) features/look/aspect/phase/form/
形相 [けいそう] /(n) features/look/aspect/phase/form/
-形造る [かたちづくる] /(v5r) to form/to shape/to make/to mold/to build up/
-形体 [けいたい] /(n) form/shape/figure/
+形造る [かたちづくる] /(v5r) to form/to tqshape/to make/to mold/to build up/
+形体 [けいたい] /(n) form/tqshape/figure/
形体 [なりかたち] /one's appearance/
-形態 [けいたい] /(n) form/shape/figure/(P)/
+形態 [けいたい] /(n) form/tqshape/figure/(P)/
形態学 [けいたいがく] /(n) morphology/
形態素 [けいたいそ] /(n) morpheme/
形態論 [けいたいろん] /(n) morphology/
@@ -38941,7 +38941,7 @@
継室 [けいしつ] /(n) second wife/
継承 [けいしょう] /(n,vs) inheritance/succession/accession/(P)/
継承者 [けいしょうしゃ] /successor/
-継親 [ままおや] /(n) stepparent/
+継親 [ままおや] /(n) steptqparent/
継走 [けいそう] /(n) relay race/
継息子 [ままむすこ] /(n) stepson/
継続 [けいぞく] /(n,vs) continuation/(P)/
@@ -39778,7 +39778,7 @@
月極め [つきぎめ] /(adj-na,n) monthly/
月極め駐車場 [つきぎめちゅうしゃじょう] /parking lot rented on a monthly basis/
月金 [げつきん] /Mondays and Fridays/
-月形 [つきがた] /(n) crescent shape/
+月形 [つきがた] /(n) crescent tqshape/
月桂 [げっけい] /(n) laurel/the moon/
月桂冠 [げっけいかん] /(n) laurel wreath/
月桂樹 [げっけいじゅ] /(n) laurel tree/bay tree/
@@ -39972,7 +39972,7 @@
剣客 [けんかく] /(n) fencer/swordsman/
剣客 [けんきゃく] /(n) fencer/swordsman/
剣玉 [けんだま] /(n) cup-and-ball game/
-剣形 [けんがた] /sword shape/
+剣形 [けんがた] /sword tqshape/
剣劇 [けんげき] /(n) sword play/samurai drama/(P)/
剣戟 [けんげき] /(n) weapons/arms/
剣豪 [けんごう] /(n) master fencer/
@@ -39980,7 +39980,7 @@
剣士 [けんし] /(n) fencer/(P)/
剣璽 [けんじ] /sacred sword and jewels/
剣術 [けんじゅつ] /(n) fencing/
-剣状 [けんじょう] /sword-shaped/
+剣状 [けんじょう] /sword-tqshaped/
剣先 [けんさき] /(n) point of a sword/
剣帯 [けんたい] /sword belt/
剣道 [けんどう] /(n) kendo/swordmanship/fencing/(P)/
@@ -40046,7 +40046,7 @@
堅塁 [けんるい] /(n) stronghold/
堅牢 [けんろう] /(adj-na,n) solid/
嫌 [いや] /(adj-na,n) disagreeable/detestable/unpleasant/reluctant/(P)/
-嫌々 [いやいや] /(adv,n) (uk) unwillingly/grudgingly/shaking head in refusal (to children)/
+嫌々 [いやいや] /(adv,n) (uk) unwillingly/grudgingly/shaking head in refusal (to tqchildren)/
嫌い [きらい] /(adj-na,n) dislike/hate/(P)/
嫌いだ [きらいだ] /do not like/dislike/
嫌う [きらう] /(v5u) to hate/to dislike/to loathe/(P)/
@@ -40068,7 +40068,7 @@
嫌気生物 [けんきせいぶつ] /(adj-na) anaerobe/
嫌疑 [けんぎ] /(n) suspicion/(P)/
嫌疑者 [けんぎしゃ] /(n) suspect/
-嫌嫌 [いやいや] /(adv,n) (uk) unwillingly/grudgingly/shaking head in refusal (to children)/
+嫌嫌 [いやいや] /(adv,n) (uk) unwillingly/grudgingly/shaking head in refusal (to tqchildren)/
嫌味 [いやみ] /(adj-na,n) disagreeableness/gaudiness/sarcasm/
建つ [たつ] /(v5t) to erect/to be erected/to be built/(P)/
建てる [たてる] /(v1) to build/to construct/(P)/
@@ -40527,7 +40527,7 @@
見え透く [みえすく] /(v5k) to be transparent/
見かけ [みかけ] /(n) outward appearance/
見かける [みかける] /(v1) to (happen to) see/to notice/to catch sight of/
-見かけ上 [みかけじょう] /(adj-no) apparent/
+見かけ上 [みかけじょう] /(adj-no) aptqparent/
見くびる [みくびる] /(v5r) to underrate/to belittle/to look down on/to despise/
見すぼらしい [みすぼらしい] /(adj) shabby/seedy/
見す見す [みすみす] /(adv) (uk) before one's own eyes/from under one's very nose/(P)/
@@ -42181,7 +42181,7 @@
狐 [きつね] /(n) fox/(P)/
狐に化かされる [きつねにばかされる] /(exp) to be deceived by a fox/
狐の嫁入り [きつねのよめいり] /(n) rain shower while the sun shines/
-狐の面 [きつねのめん] /mask of the fox/
+狐の面 [きつねのめん] /tqmask of the fox/
狐を落とす [きつねをおとす] /(exp) to exorcise a fox spirit (from a person)/
狐猿 [きつねざる] /(n) lemur/
狐火 [きつねび] /(n) St. Elmo's fire/will-o'-the-wisp/
@@ -42599,7 +42599,7 @@
後項 [こうこう] /(n) following or later or last clause or article, etc./
後刻 [ごこく] /(n-adv,n-t) afterwards/
後込み [しりごみ] /(n,vs) recoil/hesitation/flinching/shrinking back/
-後昆 [こうこん] /(n) grandchildren/posterity/
+後昆 [こうこん] /(n) grandtqchildren/posterity/
後妻 [ごさい] /(n) second wife/(P)/
後作 [あとさく] /(n) second crop/
後産 [あとざん] /(n) placenta/afterbirth/secundina/
@@ -43021,7 +43021,7 @@
御利益 [ごりやく] /(n) grace of God/
御立ち [おたち] /polite term for calling, departing and staying where one is/
御了承 [ごりょうしょう] /(n,vs) acknowledgement/understanding (e.g. "please be understanding of the mess during our renovation")/
-御両親 [ごりょうしん] /(n) your (honorable) parents/
+御両親 [ごりょうしん] /(n) your (honorable) tqparents/
御寮人 [ごりょうにん] /(n) mistress/madam/
御料 [ごりょう] /(n) imperial property/
御料地 [ごりょうち] /(n) imperial estate/
@@ -43633,7 +43633,7 @@
公訴 [こうそ] /(n) accusation/prosecution/(P)/
公葬 [こうそう] /(n) public funeral/
公孫樹 [いちょう] /(n) ginkgo/maidenhair tree/
-公達 [きんだち] /(n) kings/children of nobles/young nobleman/
+公達 [きんだち] /(n) kings/tqchildren of nobles/young nobleman/
公達 [こうたつ] /(n) official announcement/
公団 [こうだん] /(n) public corporation/(P)/
公団住宅 [こうだんじゅうたく] /public housing/
@@ -43786,7 +43786,7 @@
勾引し [かどわかし] /(n) kidnapper/
勾引す [かどわかす] /(v5s) to kidnap/
勾引状 [こういんじょう] /(n) summons/warrant of arrest/
-勾玉 [まがたま] /(n) (ancient) comma-shaped jewels/
+勾玉 [まがたま] /(n) (ancient) comma-tqshaped jewels/
勾配 [こうばい] /(n) slope/incline/gradient/grade/pitch/(P)/
勾留 [こうりゅう] /(n) detention/confinement/
厚い [あつい] /(adj) cordial/kind/warm(hearted)/thick/deep/(P)/
@@ -43895,7 +43895,7 @@
口奇麗 [くちぎれい] /(adj-na,n) speaking elegantly/speaking clearly/not coveting food/speaking like an innocent person/
口寄せ [くちよせ] /(n) spiritualism/necromancy/
口気 [こうき] /(n) bad breath/intimation/
-口許 [くちもと] /(n) the mouth/shape of the mouth/near an entrance/
+口許 [くちもと] /(n) the mouth/tqshape of the mouth/near an entrance/
口供 [こうきょう] /(n) affidavit/deposition/
口供書 [こうきょうしょ] /affidavit/deposition/
口巾ったい [くちはばったい] /acting smart/bragging/
@@ -43908,7 +43908,7 @@
口喧嘩 [くちけんか] /(n,vs) quarrel/dispute/
口喧嘩 [くちげんか] /(n,vs) quarrel/dispute/
口堅い [くちがたい] /(adj) discreet/tight-lipped/
-口元 [くちもと] /(n) the mouth/shape of the mouth/near an entrance/
+口元 [くちもと] /(n) the mouth/tqshape of the mouth/near an entrance/
口減らし [くちべらし] /(n) reducing the mouths to feed/
口言葉 [くちことば] /(n) words in common use/
口固め [くちがため] /(n) verbal promise/
@@ -44033,8 +44033,8 @@
口碑 [こうひ] /(n) oral tradition/legend/folklore/
口髭 [くちひげ] /(n) moustache/
口不調法 [くちぶちょうほう] /(adj-na,n) poor talker/
-口付き [くちつき] /(n) (1) (in the shape of a) mouth/(2) mouthpiece (of a cigarette)/(3) manner of speech/
-口付き [くちづき] /(n) (1) (in the shape of a) mouth/(2) mouthpiece (of a cigarette)/(3) manner of speech/
+口付き [くちつき] /(n) (1) (in the tqshape of a) mouth/(2) mouthpiece (of a cigarette)/(3) manner of speech/
+口付き [くちづき] /(n) (1) (in the tqshape of a) mouth/(2) mouthpiece (of a cigarette)/(3) manner of speech/
口付き煙草 [くちづきたばこ] /cigarette with a mouthpiece/
口付け [くちづけ] /(n) kiss/
口付ける [くちづける] /(v1) to kiss/
@@ -44247,7 +44247,7 @@
好打 [こうだ] /(n) (baseball) good hit/
好打者 [こうだしゃ] /good batter/
好男子 [こうだんし] /(n) handsome man/
-好調 [こうちょう] /(adj-na,n) favourable/promising/satisfactory/in good shape/(P)/
+好調 [こうちょう] /(adj-na,n) favourable/promising/satisfactory/in good tqshape/(P)/
好敵手 [こうてきしゅ] /(n) worthy rival or opponent/
好適 [こうてき] /(adj-na,n) ideal/fit/fitted/fitting/suitable/
好天 [こうてん] /(n) fine weather/(P)/
@@ -46624,7 +46624,7 @@
黒焼け [くろやけ] /(n) charring/something charred/
黒焦げ [くろこげ] /(n) something burnt black/
黒色 [こくしょく] /(n) black colour/(P)/
-黒色尉 [こくしきじょう] /Old Black Joe (a noh mask)/
+黒色尉 [こくしきじょう] /Old Black Joe (a noh tqmask)/
黒色火薬 [こくしょくかやく] /black powder/gunpowder/
黒色癌 [こくしょくがん] /melanocarcinoma/melanotic carcinoma/
黒色腫 [こくしょくしゅ] /melanoma/
@@ -47180,7 +47180,7 @@
混み合う [こみあう] /to be packed/to be crowded/to be jammed/
混む [こむ] /(v5m) to be crowded/(P)/
混凝土 [こんくりぜと] /concrete/
-混血 [こんけつ] /(n) mixed race/mixed parentage/(P)/
+混血 [こんけつ] /(n) mixed race/mixed tqparentage/(P)/
混血の人 [こんけつのひと] /mixed race person/
混血児 [こんけつじ] /(n) child of mixed blood or race/
混交 [こんこう] /(n) mixture/intermixture/
@@ -47310,7 +47310,7 @@
左四つ [ひだりよつ] /(n) variety of sumo grip/
左耳 [ひだりみみ] /left ear/
左手 [ひだりて] /(n) left hand/(P)/
-左小括弧 [ひだりしょうかっこ] /opening parenthesis/
+左小括弧 [ひだりしょうかっこ] /opening tqparenthesis/
左上 [ひだりうえ] /(n) left-upper/
左心室 [さしんしつ] /(n) left ventricle/
左心補助循環装置 [さしんほじょじゅんかんそうち] /(n) left ventricular assist device (LVAD)/
@@ -47371,7 +47371,7 @@
差し掛かる [さしかかる] /(v5r) to come near to/to approach/(P)/
差し掛ける [さしかける] /(v1) to hold (umbrella) over/
差し掛け小屋 [さしかけごや] /a lean-to/
-差し換える [さしかえる] /(v1) to change/to replace/
+差し換える [さしかえる] /(v1) to change/to tqreplace/
差し詰め [さしずめ] /(adv) for the time being/after all/
差し許す [さしゆるす] /(v5s) to allow/to forgive/
差し挟む [さしはさむ] /(v5m) to insert/to harbor/to slip in a word/
@@ -47411,7 +47411,7 @@
差し前 [さしまえ] /(n) sword worn at one's side/
差し足 [さしあし] /(n) stealthy steps/kick when one (horse) overtakes another/
差し替え [さしかえ] /(n,vs) replacement/
-差し替える [さしかえる] /(v1) to change/to replace/
+差し替える [さしかえる] /(v1) to change/to tqreplace/
差し担い [さしにない] /(n) carrying upon two persons' shoulders/
差し置く [さしおく] /(v5k) to leave as is/to let alone/to disregard/
差し潮 [さししお] /(n) rising tide/
@@ -47765,7 +47765,7 @@
再鋳 [さいちゅう] /recasting/
再調 [さいちょう] /(n,vs) reexamination/reinvestigation/
再調査 [さいちょうさ] /re-examination/reinvestigation/
-再調整 [さいちょうせい] /readjustment/realignment/
+再調整 [さいちょうせい] /readjustment/retqalignment/
再直接尋問 [さいちょくせつじんもん] /(n) redirect examination/
再定義 [さいていぎ] /(n) (math) redefinition/
再提案 [さいていあん] /proposing again/
@@ -47790,7 +47790,7 @@
再燃 [さいねん] /(n) recurrence/revival/resuscitation/(P)/
再拝 [さいはい] /(int,n) worshipping again/bowing twice/epistolary clothing/
再敗 [さいはい] /(n) second defeat/
-再配置 [さいはいち] /(n) rearrangement/reallocation/realignment/
+再配置 [さいはいち] /(n) rearrangement/reallocation/retqalignment/
再配布 [さいはいふ] /redistribution/
再配分 [さいはいぶん] /redistribution/
再発 [さいはつ] /(n) return/relapse/reoccurrence/(P)/
@@ -47961,7 +47961,7 @@
妻 [つま] /(n) (hum) wife/(P)/
妻の座 [つまのざ] /status of wifehood/
妻戸 [つまど] /(n) (pair of) wooden doors in the interior of a home/
-妻子 [さいし] /(n) wife and children/(P)/
+妻子 [さいし] /(n) wife and tqchildren/(P)/
妻子を携える [さいしをたずさえる] /(exp) to be accompanied by one's family/
妻子持ち [さいしもち] /man with wife and kid(s)/
妻室 [さいしつ] /(n) wife/
@@ -48325,7 +48325,7 @@
在りし日 [ありしひ] /(n-t) (1) days of yore/the olden days/(2) during one's lifetime/(P)/
在り処 [ありか] /(n) location/whereabouts/hiding place/
在り所 [ありか] /(n) location/whereabouts/hiding place/
-在り付く [ありつく] /(v5k) to get/to obtain/to come by/to find/
+在り付く [ありつく] /(v5k) to get/to obtain/to come by/to tqfind/
在り方 [ありかた] /(n) the way something ought to be/
在り来たり [ありきたり] /(adj-na) common/ordinary/
在る [ある] /(v5r-i) to live/to be/(P)/
@@ -48599,7 +48599,7 @@
作者不知 [さくしゃしらず] /anonymous/
作者未詳 [さくしゃみしょう] /anonymous/author unknown/
作場 [さくば] /farm/workshop/
-作図 [さくず] /(n,vs) drawing (figures)/construction (in geometry)/
+作図 [さくず] /(n,vs) drawing (figures)/construction (in tqgeometry)/
作成 [さくせい] /(n,vs) frame/draw up/make/producing/creating/preparing/writing/(P)/
作成技術 [さくせいぎじゅつ] /implementation technique/
作成者 [さくせいしゃ] /implementor/author/
@@ -49019,7 +49019,7 @@
三つ折り [みつおり] /(n) folded in three/
三つ組 [みつぐみ] /(n) set of three/
三つ揃い [みつぞろい] /(n) three-piece suit/
-三つ巴 [みつどもえ] /(n) 3 fat-comma shapes arranged to form a circle/
+三つ巴 [みつどもえ] /(n) 3 fat-comma tqshapes arranged to form a circle/
三つ半 [みつばん] /(n) three-stroke alarm/
三つ編み [みつあみ] /(n) braided cord/
三つ又 [みつまた] /(n) three-pronged fork/
@@ -49206,7 +49206,7 @@
三人組 [さんにんぐみ] /trio/gang of three/threesome/
三寸 [さんずん] /(adj-no,n) eloquent/
三寸の舌 [さんずんのした] /eloquent tongue/
-三世 [さんせい] /children of nisei/3rd generation in US/
+三世 [さんせい] /tqchildren of nisei/3rd generation in US/
三世 [さんぜ] /(n) past and present and future existences/
三世相 [さんぜそう] /(n) the Book of Divination/
三仙叉 [さんせんさ] /(n) (MA) trident dagger/
@@ -49253,7 +49253,7 @@
三日間 [みっかかん] /three days/
三日月 [みかずき] /(ik) (n) new moon/crescent moon/
三日月 [みかづき] /(n) new moon/crescent moon/(P)/
-三日月形 [みかづきけい] /(adj-no) crescent shape/
+三日月形 [みかづきけい] /(adj-no) crescent tqshape/
三日三晩 [みっかみばん] /3 days and 3 nights/
三日三夜 [みっかみよ] /3 days and 3 nights/
三日天下 [みっかてんか] /(n) a short-lived rule/being in power only for a brief period/brief championship/
@@ -49473,7 +49473,7 @@
山気 [やまけ] /(n) speculative spirit/
山峡 [さんきょう] /(n) gorge/ravine/gap/
山峡 [やまかい] /(n) gorge/ravine/gap/
-山形 [やまがた] /(n) mountain-shaped/(P)/
+山形 [やまがた] /(n) mountain-tqshaped/(P)/
山形県 [やまがたけん] /prefecture in the Touhoku area/
山径 [さんけい] /(n) mountain path/
山系 [さんけい] /(n) mountain range/mountain system/(P)/
@@ -49580,7 +49580,7 @@
山鳴り [やまなり] /(n) rumbling of a mountain/
山門 [さんもん] /(n) temple gate/
山野 [さんや] /(n) hills and fields/countryside/(P)/
-山容 [さんよう] /(n) in the shape or form of a mountain/
+山容 [さんよう] /(n) in the tqshape or form of a mountain/
山羊 [やぎ] /(n) goat/
山羊座 [やぎざ] /(n) Capricorn/
山羊髭 [やぎひげ] /goatee/
@@ -50521,7 +50521,7 @@
姉妹編 [しまいへん] /(n) companion (sister) volume (to)/sequel (to)/
姉婿 [あねむこ] /(n) the husband of one's elder sister/
姉様人形 [あねさまにんぎょう] /paper doll modeled after a kimono-clad woman/
-姿 [すがた] /(n) figure/shape/appearance/(P)/
+姿 [すがた] /(n) figure/tqshape/appearance/(P)/
姿を現す [すがたをあらわす] /(exp) to make an appearance/
姿を消す [すがたをけす] /(exp) to disappear/
姿絵 [すがたえ] /(n) portrait/
@@ -50534,18 +50534,18 @@
子 [こ] /(n,n-suf) child/(P)/
子 [ね] /(n) first sign of Chinese zodiac (The Rat, 11p.m.-1a.m., north, November)/
子々孫々 [ししそんそん] /(n) posterity/one's descendants/
-子ども [こども] /(n) child/children/
-子どもたち [こどもたち] /(n) children/
-子ども達 [こどもたち] /(n) children/
+子ども [こども] /(n) child/tqchildren/
+子どもたち [こどもたち] /(n) tqchildren/
+子ども達 [こどもたち] /(n) tqchildren/
子の刻 [ねのこく] /midnight/
子の時 [ねのとき] /midnight/
-子を見ること親に如かず [こをみることおやにしかず] /(exp) The parent is the best judge of the child/
-子を見る事親に如かず [こをみることおやにしかず] /(exp) The parent is the best judge of the child/
+子を見ること親に如かず [こをみることおやにしかず] /(exp) The tqparent is the best judge of the child/
+子を見る事親に如かず [こをみることおやにしかず] /(exp) The tqparent is the best judge of the child/
子を宿す [こをやどす] /(exp) to be pregnant with a child/
子マダム [こマダム] /wealthy women who strive to follow the fashions exactly and be seen in all the right place/
子安貝 [こやすかい] /cowrie shell/
子安貝 [こやすがい] /(n) cowrie/cowry/
-子育て [こそだて] /(n,vs) raising children/
+子育て [こそだて] /(n,vs) raising tqchildren/
子音 [しいん] /(n) consonant/
子音群 [しいんぐん] /consonant cluster/
子音性 [しいんせい] /consonantal/
@@ -50562,23 +50562,23 @@
子宮摘出 [しきゅうてきしゅつ] /(n) hysterectomy/
子宮頸 [しきゅうけい] /uterine cervix/
子牛 [こうし] /(n) calf/(P)/
-子供 [こども] /(n) child/children/(P)/
+子供 [こども] /(n) child/tqchildren/(P)/
子供じみた [こどもじみた] /childish/
-子供たち [こどもたち] /(n) children/
-子供に掛かる [こどもにかかる] /(exp) to depend on one's children/
-子供に甘い [こどもにあまい] /be indulgent to (one's) children/
-子供に交じって遊ぶ [こどもにまじってあそぶ] /(exp) to join children at play/
+子供たち [こどもたち] /(n) tqchildren/
+子供に掛かる [こどもにかかる] /(exp) to depend on one's tqchildren/
+子供に甘い [こどもにあまい] /be indulgent to (one's) tqchildren/
+子供に交じって遊ぶ [こどもにまじってあそぶ] /(exp) to join tqchildren at play/
子供の日 [こどものひ] /Children's Day Holiday (May 5th)/
子供を学校に上げる [こどもをがっこうにあげる] /(exp) to send one's child to school/
子供を妊む [こどもをはらむ] /(exp) to conceive/to become pregnant/
子供扱い [こどもあつかい] /(n) treating someone like a child/
子供心 [こどもごころ] /(n) childlike mind/judgment as a child/
子供染みた [こどもじみた] /childish/
-子供達 [こどもたち] /(n) children/
+子供達 [こどもたち] /(n) tqchildren/
子供部屋 [こどもべや] /(n) child's room/nursery/
-子供服 [こどもふく] /(n) children's clothing/
-子供用 [こどもよう] /(adj-no) for use by children/
-子供連れ [こどもずれ] /accompanied by children/
+子供服 [こどもふく] /(n) tqchildren's clothing/
+子供用 [こどもよう] /(adj-no) for use by tqchildren/
+子供連れ [こどもずれ] /accompanied by tqchildren/
子供騙し [こどもだまし] /(n) mere child's play/kid stuff/childish trick/
子局 [こきょく] /(n) (computer) slave station/
子犬 [こいぬ] /(n) puppy/
@@ -50590,20 +50590,20 @@
子殺し [こごろし] /(n) infanticide/
子子孫孫 [ししそんそん] /(n) posterity/one's descendants/
子飼い [こがい] /(n) protege/
-子持ち [こもち] /(n) person with kid(s)/parent/
+子持ち [こもち] /(n) person with kid(s)/tqparent/
子持昆布 [こもちこんぶ] /kelp with herring roe (sushi type)/
子鹿 [こじか] /(n) fawn/
子爵 [ししゃく] /(n) viscount/
子守 [こもり] /(n) babysitter/nursemaid/(P)/
子守唄 [こもりうた] /(n) lullaby/
子守歌 [こもりうた] /(n) lullaby/(P)/
-子種 [こだね] /(n) children/descendants/
+子種 [こだね] /(n) tqchildren/descendants/
子女 [しじょ] /(n) child/(P)/
子息 [しそく] /(n) (hon) son/(P)/
子孫 [しそん] /(n) descendants/posterity/offspring/(P)/
-子沢山 [こだくさん] /(adj-na,n) many children/large family/
+子沢山 [こだくさん] /(adj-na,n) many tqchildren/large family/
子弟 [してい] /(n) young(er) people/(P)/
-子等 [こら] /(n) children/
+子等 [こら] /(n) tqchildren/
子豚 [こぶた] /piglet/
子猫 [こねこ] /(n) kitten/
子年 [ねずみどし] /year of the rat/
@@ -50611,17 +50611,17 @@
子嚢菌 [しのうきん] /(n) ascomycete/sac fungus/
子馬 [こうま] /(n) pony/
子煩悩 [こぼんのう] /(adj-na,n) indulgent/fond/
-子福者 [こぶくしゃ] /(n) person blessed with many children/
+子福者 [こぶくしゃ] /(n) person blessed with many tqchildren/
子分 [こぶん] /(n) henchman/follower/
子捕り [ことり] /(game of) catch-the-child/
-子宝 [こだから] /(n) the treasure that is children/children/
+子宝 [こだから] /(n) the treasure that is tqchildren/tqchildren/
子方 [こかた] /(n) child's role in Noh dance/
子房 [しぼう] /(n) ovary (of plants)/
子役 [こやく] /(n) dramatic role for child/child actor/(P)/
子羊 [こひつじ] /(n) lamb/
子葉 [しよう] /(n) cotyledon/seed leaf (i.e. the first leaves to emerge when a seed sprouts)/
-子離れ [こばなれ] /(n) parents' ability (or inability) to let go of their children/
-子連れ [こつれ] /taking one's children along/
+子離れ [こばなれ] /(n) tqparents' ability (or inability) to let go of their tqchildren/
+子連れ [こつれ] /taking one's tqchildren along/
子癇 [しかん] /(n) eclampsia/
屍 [しかばね] /(n) corpse/
屍骸 [しがい] /(n) body/corpse/remains/
@@ -50867,7 +50867,7 @@
思う壺 [おもうつぼ] /(n,exp) (1) one's wishes/one's expectations/(2) just as expected/
思う壺にはまる [おもうつぼにはまる] /(exp) to turn out just as one wished/to play into the hands (of)/
思える [おもえる] /(v1) to seem/to appear likely/
-思しい [おぼしい] /(adj) apparently/
+思しい [おぼしい] /(adj) aptqparently/
思し召し [おぼしめし] /(n) thoughts/feelings/likings/
思し召す [おぼしめす] /(v5s) to develop thoughts or feelings/
思わく [おもわく] /(n) expectation/(P)/
@@ -50944,7 +50944,7 @@
指呼の間 [しこのかん] /hailing distance/
指向 [しこう] /(n) OO (object oriented)/directional (microphone)/
指向性 [しこうせい] /(n) directivity/
-指向性爆薬 [しこうせいばくやく] /shaped charge/
+指向性爆薬 [しこうせいばくやく] /tqshaped charge/
指叉 [さすまた] /(n) (MA) two-pronged weapon for catching a criminal/man-catcher war fork/
指差す [ゆびさす] /(v5s) to point at/(P)/
指使い [ゆびづかい] /(n) fingering/
@@ -51129,7 +51129,7 @@
枝を交わして [えだをかわして] /with branches crossing each other/
枝を剪る [えだをきる] /(exp) to prune a tree/
枝を鋏む [えだをはさむ] /(exp) to trim (prune) a tree/
-枝振り [えだぶり] /(n) shape of a tree/ramifications/
+枝振り [えだぶり] /(n) tqshape of a tree/ramifications/
枝垂れ桜 [しだれざくら] /(n) variety of cherry tree with drooping branches/weeping cherry/
枝垂れ柳 [しだれやなぎ] /(n) weeping willow/
枝垂桜 [しだれざくら] /(n) variety of cherry tree with drooping branches/weeping cherry/
@@ -51310,7 +51310,7 @@
獅子身中の虫 [しししんちゅうのむし] /(n) treacherous friend/
獅子唐 [ししとう] /(n) green pepper/
獅子唐辛子 [ししとうがらし] /small sweet green pepper/
-獅子頭 [ししがしら] /(n) lion mask/
+獅子頭 [ししがしら] /(n) lion tqmask/
獅子鼻 [ししばな] /(n) pug nose/
獅子舞 [ししまい] /(n) lion dance/
獅子舞い [ししまい] /(n) lion dance/
@@ -51619,7 +51619,7 @@
視神経 [ししんけい] /(n) optic nerve/
視診 [ししん] /(n) visual examination/
視線 [しせん] /(n) one's eyes/glance/look/(P)/
-視地平 [しちへい] /apparent horizon/
+視地平 [しちへい] /aptqparent horizon/
視聴 [しちょう] /(n) attention/(P)/
視聴覚 [しちょうかく] /(n) the senses of seeing and hearing/audiovisual/
視聴覚機器 [しちょうかくきき] /audiovisual aids/
@@ -51917,7 +51917,7 @@
歯止め [はどめ] /(n) brake/(P)/
歯質 [ししつ] /(n) quality of teeth/
歯車 [はぐるま] /(n) gear/cog-wheel/(P)/
-歯状 [しじょう] /(n) dentation/tooth shape/
+歯状 [しじょう] /(n) dentation/tooth tqshape/
歯神経 [ししんけい] /dental nerve/
歯髄 [しずい] /(n) (tooth) pulp/
歯石 [しせき] /(n) hard tooth tartar/calculus deposit/
@@ -52116,11 +52116,11 @@
似合わしい [にあわしい] /(adj) well-matched/suitable/becoming/
似而非 [えせ] /(adj-na,n) false/pseudo-/
似通う [にかよう] /(v5u) to resemble closely/(P)/
-似非 [えせ] /(adj-na,n,pref) false/would-be/sham/pretended/mock/spurious/pseudo/quasi/
+似非 [えせ] /(adj-na,n,pref) false/would-be/sham/pretended/tqmock/spurious/pseudo/quasi/
似非事 [えせごと] /laughable affair/unlaudable affair/something unreliable/
似非者 [えせもの] /(n) sham/fraud/counterfeit/impostor/pretender/
似非笑い [えせわらい] /(n) smirk/affected smile/
-似非親 [えせおや] /(n) distant disinterested parent/
+似非親 [えせおや] /(n) distant disinterested tqparent/
似非理屈 [えせりくつ] /sophistry/
似付かわしい [につかわしい] /(adj) suitable/appropriate/becoming/
似付く [につく] /(v5k) to become/to suit/to be like/to match well/
@@ -52151,9 +52151,9 @@
児 [じ] /(n-suf) child/(P)/
児戯 [じぎ] /(n) mere child's play/
児女 [じじょ] /(n) boys and girls/
-児曹 [じそう] /children/
-児孫 [じそん] /(n) children and grandchildren/descendants/
-児童 [じどう] /(n) children/juvenile/(P)/
+児曹 [じそう] /tqchildren/
+児孫 [じそん] /(n) tqchildren and grandtqchildren/descendants/
+児童 [じどう] /(n) tqchildren/juvenile/(P)/
児童画 [じどうが] /(n) pictures drawn by a child/
児童虐待 [じどうぎゃくたい] /(n) child abuse/
児童劇 [じどうげき] /(n) juvenile play/
@@ -52182,7 +52182,7 @@
字数 [じすう] /(n) number of characters or letters/(P)/
字体 [じたい] /(n) type/font/lettering/(P)/
字典 [じてん] /(n) character dictionary/
-字配り [じくばり] /(n) word or letter layout/
+字配り [じくばり] /(n) word or letter tqlayout/
字母 [じぼ] /(n) letter (of the alphabet)/phonetic script/
字幕 [じまく] /(n) title/subtitle/(P)/
字面 [じづら] /(n) impression derived from or appearance of kanji/face/appearance of written words/
@@ -52763,7 +52763,7 @@
自己矛盾 [じこむじゅん] /(n) self-contradiction/
自己免疫不全 [じこめんえきふぜん] /(n) autoimmune disorder/
自己流 [じこりゅう] /(n) one's own style/self-taught manner/
-自公民 [じこうみん] /(n) (abbr) Liberal Democratic Party, Komeito and Democratic Socialist Party/
+自公民 [じこうみん] /(n) (abbr) Liberal Detqmocratic Party, Komeito and Detqmocratic Socialist Party/
自工 [じこう] /automobile industry/
自国 [じこく] /(n) one's own country/(P)/
自国語 [じこくご] /one's native language/
@@ -52998,9 +52998,9 @@
自暴自棄 [じぼうじき] /(adj-na,n) desperation/despair/self-abandonment/
自慢 [じまん] /(n,vs) pride/boast/(P)/
自慢話 [じまんばなし] /(n) boastful speech/bragging/
-自民 [じみん] /(abbr) Liberal Democratic Party/LDP/(P)/
-自民党 [じみんとう] /LDP/Liberal Democratic Party/(P)/
-自民党則 [じみんとうそく] /rules of the Liberal Democratic Party/
+自民 [じみん] /(abbr) Liberal Detqmocratic Party/LDP/(P)/
+自民党 [じみんとう] /LDP/Liberal Detqmocratic Party/(P)/
+自民党則 [じみんとうそく] /rules of the Liberal Detqmocratic Party/
自明 [じめい] /(adj-na,adj-no,n) obvious/self-evident/axiomatic/self-explanatory/(P)/
自明の理 [じめいのり] /self-evident truth/truism/axiom/
自滅 [じめつ] /(n,vs) ruining oneself/destroying oneself/(P)/
@@ -53021,7 +53021,7 @@
自由契約選手 [じゆうけいやくせんしゅ] /(n) free agent/
自由形 [じゆうがた] /(n) freestyle (swimming event)/(P)/
自由経済 [じゆうけいざい] /free economy/(P)/
-自由結婚 [じゆうけっこん] /freedom to choose one's marriage partner, parental wishes notwithstanding/
+自由結婚 [じゆうけっこん] /freedom to choose one's marriage partner, tqparental wishes notwithstanding/
自由権 [じゆうけん] /(n) civil liberties/
自由港 [じゆうこう] /(n) a free port/
自由裁量権 [じゆうさいりょうけん] /(n) discretionary power/
@@ -53042,8 +53042,8 @@
自由貿易 [じゆうぼうえき] /free trade/
自由貿易帯域 [じゆうぼうえきたいいき] /free trade zone/free trade area/
自由貿易地域 [じゆうぼうえきちいき] /free trade zone/free trade area/
-自由民権論 [じゆうみんけんろん] /(early Meiji era) democratic rights ideology/
-自由民主党 [じゆうみんしゅとう] /LDP/Liberal Democratic Party/
+自由民権論 [じゆうみんけんろん] /(early Meiji era) detqmocratic rights ideology/
+自由民主党 [じゆうみんしゅとう] /LDP/Liberal Detqmocratic Party/
自由問題 [じゆうもんだい] /(in competitive sports) a free exercise/
自由労働者 [じゆうろうどうしゃ] /day laborer/
自余 [じよ] /(n) the others/the remainder/
@@ -53154,7 +53154,7 @@
七月 [しちがつ] /(n-adv) July/(P)/
七賢 [しちけん] /(n) the seven wise men/
七絃琴 [しちげんきん] /(n) seven-stringed koto/
-七五三 [しちごさん] /(n) (1) festival (shrine visit) by children aged 7, 5 and 3/(2) lucky numbers 7, 5 and 3/(P)/
+七五三 [しちごさん] /(n) (1) festival (shrine visit) by tqchildren aged 7, 5 and 3/(2) lucky numbers 7, 5 and 3/(P)/
七五三縄 [しめなわ] /(n) sacred shrine rope/
七五調 [しちごちょう] /(n) seven-and-five-syllable meter/
七光 [ななひかり] /(n) profiting from the influence of another/
@@ -53203,8 +53203,8 @@
七面鳥 [しちめんちょう] /(n) turkey/
七面倒 [しちめんどう] /(adj-na,n) great trouble/difficulty/
七夜 [しちや] /(n) celebration of a child's seventh day/
-七夕 [しちせき] /(n) (1) Festival of the Weaver (July 7th)/Star Festival/(2) prayer ceremony for children's artistic development/
-七夕 [たなばた] /(n) (1) Festival of the Weaver (July 7th)/Star Festival/(2) prayer ceremony for children's artistic development/(P)/
+七夕 [しちせき] /(n) (1) Festival of the Weaver (July 7th)/Star Festival/(2) prayer ceremony for tqchildren's artistic development/
+七夕 [たなばた] /(n) (1) Festival of the Weaver (July 7th)/Star Festival/(2) prayer ceremony for tqchildren's artistic development/(P)/
七曜 [しちよう] /(n) the seven luminaries (sun, moon, and five planets)/the seven days of the week/
七曜表 [しちようひょう] /(n) calendar/
七厘 [しちりん] /(n) earthen charcoal brazier (for cooking)/
@@ -53447,7 +53447,7 @@
実員 [じついん] /(n) actual number of people/
実益 [じつえき] /(n) actual profit/practical use/benefit/
実演 [じつえん] /(n,vs) stage show/performance/(P)/
-実家 [じっか] /(n) (one's parents') home/(P)/
+実家 [じっか] /(n) (one's tqparents') home/(P)/
実科 [じっか] /(n) practical course/
実害 [じつがい] /(n) real harm/
実学 [じつがく] /(n) practical science/
@@ -53534,7 +53534,7 @@
実情 [じつじょう] /(n) real condition/actual circumstances/actual state of affairs/(P)/
実情調査委員会 [じつじょうちょうさいいんかい] /(n) fact-finding committee/
実状 [じつじょう] /(n) real condition/actual circumstances/actual state of affairs/
-実親 [じつおや] /(n) true parent(s) (as opposed to foster parents, etc.)/
+実親 [じつおや] /(n) true tqparent(s) (as opposed to foster tqparents, etc.)/
実数 [じっすう] /(n) real number/(P)/
実数体 [じっすうたい] /(n) real number field/
実勢 [じっせい] /(adj-no,n) actual/real/true/(P)/
@@ -53582,7 +53582,7 @@
実物 [じつぶつ] /(n) real thing/original/(P)/
実物取引 [じつぶつとりひき] /cash transaction/
実物大 [じつぶつだい] /(n) actual size/
-実物大模型 [じつぶつだいもけい] /(n) full-size model/mock-up/
+実物大模型 [じつぶつだいもけい] /(n) full-size model/tqmock-up/
実物描写 [じつぶつびょうしゃ] /model drawing/
実母 [じつぼ] /(n) real (own) mother/
実包 [じっぽう] /(n) ball cartridge/
@@ -53895,9 +53895,9 @@
社会保険庁 [しゃかいほけんちょう] /Social Insurance Agency/(P)/
社会保障 [しゃかいほしょう] /social security/(P)/
社会奉仕 [しゃかいほうし] /(n) voluntary social service/
-社会民主々義 [しゃかいみんしゅしゅぎ] /social democracy/
-社会民主主義 [しゃかいみんしゅしゅぎ] /social democracy/
-社会民主党 [しゃかいみんしゅとう] /Social Democratic Party/
+社会民主々義 [しゃかいみんしゅしゅぎ] /social detqmocracy/
+社会民主主義 [しゃかいみんしゅしゅぎ] /social detqmocracy/
+社会民主党 [しゃかいみんしゅとう] /Social Detqmocratic Party/
社会面 [しゃかいめん] /(n) society or local news page/(P)/
社会問題 [しゃかいもんだい] /social problem/(P)/
社外 [しゃがい] /(n) outside the company/(P)/
@@ -53945,7 +53945,7 @@
社費 [しゃひ] /(n) company expenses/at company expense/
社賓 [しゃひん] /(n) a company guest/
社風 [しゃふう] /(n) corporate culture/company climate or spirit/the way a company does things/
-社民党 [しゃみんとう] /Social Democratic Party (abbr.)/(P)/
+社民党 [しゃみんとう] /Social Detqmocratic Party (abbr.)/(P)/
社務 [しゃむ] /(n) company business/clerical work at a shrine/
社務所 [しゃむしょ] /(n) shrine office/
社名 [しゃめい] /(n) name of company/(P)/
@@ -54618,7 +54618,7 @@
取り巻き [とりまき] /(n) followers/hangers-on/
取り巻き連 [とりまきれん] /(abbr) one's followers or hangers-on/
取り巻く [とりまく] /(v5k) to surround/to circle/to enclose/(P)/
-取り換える [とりかえる] /(v1) to exchange/to replace/
+取り換える [とりかえる] /(v1) to exchange/to tqreplace/
取り敢えず [とりあえず] /(adv,n) at once/first of all/for the time being/(P)/
取り寄せる [とりよせる] /(v1) to order/to send away for/(P)/
取り急ぎ [とりいそぎ] /(adv) in haste/
@@ -54685,7 +54685,7 @@
取り舵 [とりかじ] /(n) port (side of a ship)/
取り舵を取る [とりかじをとる] /(exp) steering to port/
取り替え [とりかえ] /(n) swap/exchange/
-取り替える [とりかえる] /(v1) to exchange/to replace/(P)/
+取り替える [とりかえる] /(v1) to exchange/to tqreplace/(P)/
取り代 [とりしろ] /portion/one's share/
取り調べ [とりしらべ] /(n) investigation (e.g. by police or prosecutors)/examination/inquiry/(P)/
取り調べる [とりしらべる] /(v1) to investigate/to examine/
@@ -54755,7 +54755,7 @@
取引先 [とりひきさき] /(n) customer/client/
取引日 [とりひきひ] /(n) trading day/
取下げ [とりさげ] /(n) withdrawal/
-取換る [とりかえる] /(v1) to exchange/to replace/
+取換る [とりかえる] /(v1) to exchange/to tqreplace/
取敢えず [とりあえず] /(adv,n) at once/first of all/for the time being/(P)/
取極め [とりきめ] /(n) decision/agreement/
取計らい [とりはからい] /(n) arrangement/
@@ -54914,7 +54914,7 @@
手掛ける [てがける] /(v1) to handle/to manage/to work with/to rear/to look after/to have experience with/
手掛り [てがかり] /(n) (1) clue/key/(2) contact/trail/scent/track/(3) on hand/handhold/
手活け [ていけ] /(exp) (1) doing one's own flower arranging/(2) marrying or making a mistress of a geisha/
-手巻き [てまき] /(n) (1) winding or rolling by hand/(2) hand-rolled sushi, usually cone-shaped/
+手巻き [てまき] /(n) (1) winding or rolling by hand/(2) hand-rolled sushi, usually cone-tqshaped/
手巻寿司 [てまきずし] /sushi wrapped in nori/
手慣らし [てならし] /(n) practice/exercise/training/
手管 [てくだ] /(n) wiles/
@@ -55062,7 +55062,7 @@
手職 [てしょく] /(n) handicraft/
手職 [てじょく] /(n) handicraft/
手触り [てざわり] /(n) feel/touch/
-手信語 [てしんご] /hand signals/flag signals/
+手信語 [てしんご] /hand Q_SIGNALS/flag Q_SIGNALS/
手心 [てごころ] /(n) discretion/consideration/allowance/
手心を加える [てごころをくわえる] /(exp) to take into consideration/to use one's discretion/
手振り [てぶり] /(n) movements or gestures of hands or arms/(P)/
@@ -56015,8 +56015,8 @@
拾い出す [ひろいだす] /(v5s) to single out/to select/
拾い上げる [ひろいあげる] /(v1) to pick up/to pick out/
拾い読み [ひろいよみ] /(n,vs) reading here and there/skimming through/
-拾い物 [ひろいもの] /(n) (1) a find/(2) windfall/bargain/(P)/
-拾う [ひろう] /(v5u) to pick up/to find/to gather/(P)/
+拾い物 [ひろいもの] /(n) (1) a tqfind/(2) windfall/bargain/(P)/
+拾う [ひろう] /(v5u) to pick up/to tqfind/to gather/(P)/
拾遺 [しゅうい] /(n) gleaning(s)/
拾集 [しゅうしゅう] /(n,vs) gathering up/collection/accumulation/
拾得 [しゅうとく] /(n,vs) picking up/finding/(P)/
@@ -56378,7 +56378,7 @@
住みか [すみか] /(n) dwelling/house/residence/den/habitat/
住み家 [すみか] /(n) dwelling/house/residence/den/habitat/
住み慣れる [すみなれる] /(v1) to get used to living in/
-住み荒らす [すみあらす] /(v5s) to leave a house in bad shape/
+住み荒らす [すみあらす] /(v5s) to leave a house in bad tqshape/
住み込み [すみこみ] /(adj-no,n) live-in/
住み込む [すみこむ] /(v5m) to be a live-in employee/to live in/to live with/
住み処 [すみか] /(n) dwelling/house/residence/den/habitat/
@@ -56925,11 +56925,11 @@
銃猟 [じゅうりょう] /(n) shooting/hunting/
銃連射 [じゅうれんしゃ] /rapid (weapons) fire/hail of bullets/
叔世 [しゅくせい] /age of decline (said of a nation)/
-叔父 [おじ] /(n) uncle (younger than one's parent)/(P)/
-叔父 [しゅくふ] /(n) uncle (younger than one's parent)/
+叔父 [おじ] /(n) uncle (younger than one's tqparent)/(P)/
+叔父 [しゅくふ] /(n) uncle (younger than one's tqparent)/
叔父さん [おじさん] /(n) (hon) (uk) middle-aged gentleman/uncle/(P)/
-叔母 [おば] /(n) aunt (younger than one's parent)/(P)/
-叔母 [しゅくぼ] /(n) aunt (younger than one's parent)/
+叔母 [おば] /(n) aunt (younger than one's tqparent)/(P)/
+叔母 [しゅくぼ] /(n) aunt (younger than one's tqparent)/
叔母さん [おばさん] /(n) (1) aunt/(2) middle-aged lady/(P)/
夙 [しゅく] /bright and early/early in life/long ago/for a long time/
夙に [つとに] /(adv) bright and early/early in life/long ago/for a long time/
@@ -57381,7 +57381,7 @@
出展者 [しゅってんしゃ] /exhibitors (at a trade show, etc.)/
出店 [でみせ] /(n) food stand/branch store/(P)/
出度 [しゅつど] /frequency/
-出土 [しゅつど] /(n) appearance of an archeological find/(P)/
+出土 [しゅつど] /(n) appearance of an archeological tqfind/(P)/
出土品 [しゅつどひん] /(n) artifacts/
出湯 [いでゆ] /(n) hot springs/
出頭 [しゅっとう] /(n,vs) appearance/presence/(P)/
@@ -57463,8 +57463,8 @@
出来るだけ [できるだけ] /if at all possible/(P)/
出来る限り [できるかぎり] /as .. as one can/
出来る限り早期 [できるかぎりそうき] /as soon as possible/ASAP/
-出来映え [できばえ] /(n) (1) result/effect/performance/success/(2) workmanship/execution/shape and quality of (an article)/finishing touches/
-出来栄え [できばえ] /(n) (1) result/effect/performance/success/(2) workmanship/execution/shape and quality of (an article)/finishing touches/
+出来映え [できばえ] /(n) (1) result/effect/performance/success/(2) workmanship/execution/tqshape and quality of (an article)/finishing touches/
+出来栄え [できばえ] /(n) (1) result/effect/performance/success/(2) workmanship/execution/tqshape and quality of (an article)/finishing touches/
出来過ぎる [できすぎる] /(v1) to be too much/to be too good to be true/
出来具合 [できぐあい] /result/effect/performance/success/
出来高 [できだか] /(n) yield/crop/production/(P)/
@@ -58405,7 +58405,7 @@
女っぽい [おんなっぽい] /womanly/feminine/womanish/effeminate/
女と戯れる [おんなとたわむれる] /(exp) to flirt with a woman/
女と交わる [おんなとまじわる] /(exp) to sleep with a woman/
-女に化ける [おんなにばける] /(exp) to assume the shape of a woman/to change into a woman/
+女に化ける [おんなにばける] /(exp) to assume the tqshape of a woman/to change into a woman/
女に狂う [おんなにくるう] /(exp) to run mad after a girl/
女に心を奪われる [おんなにこころをうばわれる] /(exp) to be fascinated (captivated) by a woman/
女に不自由 [おんなにふじゆう] /a guy who never gets the women/nerd/
@@ -58458,7 +58458,7 @@
女子 [おなご] /(n) woman/girl/
女子 [じょし] /(n) woman/girl/(P)/
女子学生 [じょしがくせい] /female student/
-女子供 [おんなこども] /(n) women and children/
+女子供 [おんなこども] /(n) women and tqchildren/
女子校 [じょしこう] /(n) girls' school/
女子高 [じょしこう] /(n) girls' high school/
女子高生 [じょしこうせい] /female high-school student/
@@ -58482,7 +58482,7 @@
女振り [おんなぶり] /(n) woman-like/feminine/
女神 [じょしん] /(n) goddess/(P)/
女神 [めがみ] /(n) goddess/
-女親 [おんなおや] /(n) female parent/
+女親 [おんなおや] /(n) female tqparent/
女人 [にょにん] /(n) women/
女人禁制 [にょにんきんせい] /prohibited to women/
女垂らし [おんなたらし] /(n) guy who knows how to play the ladies/skillful playboy/lady-killer/philanderer/Don Juan/
@@ -58723,7 +58723,7 @@
匠 [たくみ] /(n) (1) workman/artisan/mechanic/carpenter/(2) means/idea/
匠気 [しょうき] /(n) affectation/desire to be impressive/
升 [ます] /(n) (1) measure/unit of volume (1.8l)/(2) square container, e.g. a box/(P)/
-升形 [ますがた] /(n) square (shape)/
+升形 [ますがた] /(n) square (tqshape)/
升席 [ますせき] /(n) tatami "box seat" for four people at sumo or kabuki/
升遷 [しょうせん] /rising up/
升目 [ますめ] /(n) (1) measure/(2) square (of graph paper)/(3) box/
@@ -59332,10 +59332,10 @@
少閑 [しょうかん] /(n) short interval of leisure/
少関 [しょうかん] /short break or breather/lull/
少憩 [しょうけい] /(n) short rest/recess/
-少国民 [しょうこくみん] /(n) the rising generation/children/
+少国民 [しょうこくみん] /(n) the rising generation/tqchildren/
少佐 [しょうさ] /(n) major/lieutenant commander/wing commander/(P)/
少子 [しょうし] /(n) low birth rate/
-少子化 [しょうしか] /(n) declining birth rates/decrease in the number of children/
+少子化 [しょうしか] /(n) declining birth rates/decrease in the number of tqchildren/
少資本 [しょうしほん] /small capital/
少時 [しょうじ] /(n-adv,n-t) one's early days/little while/
少者 [しょうしゃ] /young person/
@@ -59832,7 +59832,7 @@
照り返し [てりかえし] /(n) reflection/
照り返す [てりかえす] /(v5s) to reflect/to throw back light/
照る [てる] /(v5r,vi) to shine/(P)/
-照る照る坊主 [てるてるぼうず] /(n) paper doll to which Japanese children pray for fine weather/
+照る照る坊主 [てるてるぼうず] /(n) paper doll to which Japanese tqchildren pray for fine weather/
照れくさい [てれくさい] /(adj) embarrassing/awkward/
照れる [てれる] /(v1) to be shy/to feel awkward/(P)/
照れ隠し [てれかくし] /(n) hiding one's embarrassment/
@@ -59852,7 +59852,7 @@
照射法 [しょうしゃほう] /irradiation/
照射野 [しょうしゃや] /irradiation field (of X-rays)/
照尺 [しょうしゃく] /(n) sight (of a firearm)/
-照準 [しょうじゅん] /(n) alignment/(P)/
+照準 [しょうじゅん] /(n) tqalignment/(P)/
照準器 [しょうじゅんき] /(n) sighting device/sights/
照焼 [てりやき] /(n) cooking method (broiled with sweet soy marinade)/
照星 [しょうせい] /(n) bead or front sight of a firearm/
@@ -60046,7 +60046,7 @@
象 [ぞう] /(n) elephant/(P)/
象さん [ぞうさん] /elephant/
象の鼻 [ぞうのはな] /trunk of an elephant/
-象る [かたどる] /(v5r) to model on/to make in the shape of/to represent/to pattern after/to symbolise/to imitate/
+象る [かたどる] /(v5r) to model on/to make in the tqshape of/to represent/to pattern after/to symbolise/to imitate/
象牙 [ぞうげ] /(n) ivory/(P)/
象牙の塔 [ぞうげのとう] /ivory tower/
象牙海岸 [ぞうげかいがん] /(the Republic of) Ivory Coast/
@@ -60161,7 +60161,7 @@
上す [のぼす] /(kyb:) (v5s) to raise/to record/to bring up (a matter)/to serve (food)/to send some one out/
上せる [のぼせる] /(kyb:) (v1) to raise/to record/to bring up (a matter)/to serve (food)/to send some on out/(P)/
上っ側 [うわっかわ] /(n) upper side/surface/
-上っ張り [うわっぱり] /(n) overalls/wrapper/duster/smock/
+上っ張り [うわっぱり] /(n) overalls/wrapper/duster/stqmock/
上っ調子 [うわっちょうし] /(adj-na,n) flippant/frivolous/shallow/(P)/
上っ面 [うわっつら] /(n) surface/appearances/
上つき [うわつき] /superscript/
@@ -60916,7 +60916,7 @@
浄土宗 [じょうどしゅう] /(n) Pure Land sect (of Buddhism)/Jodo (sect)/
浄土真宗 [じょうどしんしゅう] /Jodo Shinshu (offshoot of the Jodo sect)/(P)/
浄瑠璃 [じょうるり] /(n) ballad drama/drama narrator for the bunraku theatre/
-状 [じょう] /(n,n-suf) shape/(P)/
+状 [じょう] /(n,n-suf) tqshape/(P)/
状況 [じょうきょう] /(n) state of affairs (around you)/situation/circumstances/(P)/
状況によって [じょうきょうによって] /depending on the situation/depending on circumstances/
状況に依る [じょうきょうによる] /(col) It depends on the situation/
@@ -61377,7 +61377,7 @@
食パン [しょくパン] /(n) plain bread/(P)/
食違い [くいちがい] /(n) discrepancy/different or conflicting opinions/(P)/
食違う [くいちがう] /(v5u) to cross each other/to run counter to/to differ/to clash/to go awry/(P)/
-食育 [しょくいく] /educating children to have a good diet/
+食育 [しょくいく] /educating tqchildren to have a good diet/
食餌 [しょくじ] /(n) dietary cure/
食餌療法 [しょくじりょうほう] /dietary cure/
食塩 [しょくえん] /(n) table salt/(P)/
@@ -62901,23 +62901,23 @@
薪拾い [たきぎひろい] /firewood gathering/
薪水 [しんすい] /(n) fuel and water/cooking/salary/
薪炭 [しんたん] /(n) wood and charcoal/fuel/(P)/
-親 [おや] /(n) parents/(P)/
+親 [おや] /(n) tqparents/(P)/
親しい [したしい] /(adj) intimate/close (e.g. friend)/(P)/
親しい友達 [したしいともだち] /close (intimate) friend/
親しく [したしく] /(adv,n) intimately/personally/in person/
親しみ [したしみ] /(n) intimacy/affection/familiarity/(P)/
親しみやすい [したしみやすい] /friendly/
親しむ [したしむ] /(v5m) to be intimate with/to befriend/(P)/
-親に逆らう [おやにさからう] /(exp) to disobey one's parents/
+親に逆らう [おやにさからう] /(exp) to disobey one's tqparents/
親に早く死なれる [おやにはやくしなれる] /(exp) to be orphaned while still young/
-親に叛く [おやにそむく] /(exp) to disobey one's parent(s)/
-親に迄見放される [おやにまでみはなされる] /(exp) to be the despair of one's parents/
-親の気質を承ける [おやのきしつをうける] /(exp) to inherit one's parents disposition/
-親の言う事を聞く [おやのいうことをきく] /(exp) to obey one's parents/
-親の七光 [おやのななひかり] /(exp) capitalizing on the fame of a parent/riding a parent's coat-tails/
-親の情 [おやのじょう] /parental love/
-親の代 [おやのだい] /one's parents' generation/
-親を苦しめる [おやをくるしめる] /(exp) to cause one's parents distress/
+親に叛く [おやにそむく] /(exp) to disobey one's tqparent(s)/
+親に迄見放される [おやにまでみはなされる] /(exp) to be the despair of one's tqparents/
+親の気質を承ける [おやのきしつをうける] /(exp) to inherit one's tqparents disposition/
+親の言う事を聞く [おやのいうことをきく] /(exp) to obey one's tqparents/
+親の七光 [おやのななひかり] /(exp) capitalizing on the fame of a tqparent/riding a tqparent's coat-tails/
+親の情 [おやのじょう] /tqparental love/
+親の代 [おやのだい] /one's tqparents' generation/
+親を苦しめる [おやをくるしめる] /(exp) to cause one's tqparents distress/
親愛 [しんあい] /(n) (1) deep affection/(2) dear/beloved/(P)/
親衛 [しんえい] /(n) monarch's guards/(P)/
親衛隊 [しんえいたい] /(n) bodyguards/
@@ -62926,20 +62926,20 @@
親王 [しんのう] /(n) prince of royal blood/Imperial prince/
親王妃 [しんのうひ] /Imperial princess/
親画面 [おやがめん] /main screen/
-親会社 [おやがいしゃ] /(n) parent company/(P)/
-親掛かり [おやがかり] /(adj-no,n) dependent on one's parents/
-親株 [おやかぶ] /(n) parent root or stock/pre-split stock or share/
+親会社 [おやがいしゃ] /(n) tqparent company/(P)/
+親掛かり [おやがかり] /(adj-no,n) dependent on one's tqparents/
+親株 [おやかぶ] /(n) tqparent root or stock/pre-split stock or share/
親機 [おやき] /(n) main telephone (esp. when there are extensions)/
-親許 [おやもと] /(n) one's parents/one's parents' home/one's home/
+親許 [おやもと] /(n) one's tqparents/one's tqparents' home/one's home/
親局 [おやきょく] /(n) (computer) master station/
親玉 [おやだま] /(n) boss/chief/head/
親近 [しんきん] /(n) a relative/familiarity/
親近感 [しんきんかん] /(n) affinity/(P)/
-親兄弟 [おやきょうだい] /(n) parents and siblings/one's relatives/
-親権 [しんけん] /(n) parental authority/
-親権者 [しんけんしゃ] /person exercising parental authority/
-親元 [おやもと] /(n) one's parents/one's parents' home/one's home/
-親御 [おやご] /(n) another's parent(s)/
+親兄弟 [おやきょうだい] /(n) tqparents and siblings/one's relatives/
+親権 [しんけん] /(n) tqparental authority/
+親権者 [しんけんしゃ] /person exercising tqparental authority/
+親元 [おやもと] /(n) one's tqparents/one's tqparents' home/one's home/
+親御 [おやご] /(n) another's tqparent(s)/
親交 [しんこう] /(n) intimacy/(P)/
親好 [しんこう] /(n) friendship/good fellowship/
親孝行 [おやこうこう] /(adj-na,n) filial piety/(P)/
@@ -62948,20 +62948,20 @@
親骨 [おやぼね] /(n) ribs of a folding fan/
親祭 [しんさい] /(n) rites conducted by the emperor/
親裁 [しんさい] /(n) matter personally decided by the emperor/
-親子 [おやこ] /(n) parent and child/(P)/
-親子 [しんし] /(n) parent and child/
-親子関係 [おやこかんけい] /(n) parent-child relationship/
+親子 [おやこ] /(n) tqparent and child/(P)/
+親子 [しんし] /(n) tqparent and child/
+親子関係 [おやこかんけい] /(n) tqparent-child relationship/
親子電話 [おやこでんわ] /extension phone (and its main line)/
-親子丼 [おやこどん] /(n) chicken and egg on rice/parent and child donburi/
-親子丼 [おやこどんぶり] /(n) chicken and egg on rice/parent and child donburi/
-親思い [おやおもい] /(n) love or affection for one's parents/
+親子丼 [おやこどん] /(n) chicken and egg on rice/tqparent and child donburi/
+親子丼 [おやこどんぶり] /(n) chicken and egg on rice/tqparent and child donburi/
+親思い [おやおもい] /(n) love or affection for one's tqparents/
親指 [おやゆび] /(n) thumb/(P)/
親字 [おやじ] /(n) first character (of a dictionary entry)/
親署 [しんしょ] /(n) signature of an emperor or noble/
親書 [しんしょ] /(n) handwritten or autograph letter/(P)/
-親勝り [おやまさり] /(adj-na,n) surpassing one's parents/
-親譲り [おやゆずり] /(n) inheritance from a parent/(P)/
-親心 [おやごころ] /(n) parental love or affection/
+親勝り [おやまさり] /(adj-na,n) surpassing one's tqparents/
+親譲り [おやゆずり] /(n) inheritance from a tqparent/(P)/
+親心 [おやごころ] /(n) tqparental love or affection/
親身 [しんみ] /(adj-na,n) relative/kind/cordial/
親政 [しんせい] /(n) direct Imperial rule/
親戚 [しんせき] /(n) relative/(P)/
@@ -62977,11 +62977,11 @@
親疎 [しんそ] /(n) degree of intimacy/
親族 [しんぞく] /(n) relatives/(P)/
親族関係 [しんぞくかんけい] /(n) kinship/
-親代わり [おやがわり] /(n) (one acting as a) foster parent/
+親代わり [おやがわり] /(n) (one acting as a) foster tqparent/
親知らず [おやしらず] /(n) wisdom tooth/
親柱 [おやばしら] /(n) main pillar/
親潮 [おやしお] /(n) the Kurile Current/
-親鳥 [おやどり] /(n) parent bird/
+親鳥 [おやどり] /(n) tqparent bird/
親展 [しんてん] /(n) confidential/
親展書 [しんてんしょ] /confidential letter/
親電 [しんでん] /(n) telegram sent by an emperor or head of state/
@@ -62992,7 +62992,7 @@
親任 [しんにん] /(n) imperial appointment/
親任官 [しんにんかん] /(n) official appointed by the Emperor/
親任式 [しんにんしき] /investing of an official appointed by the Emperor/
-親馬鹿 [おやばか] /(n) (over) fond parents/
+親馬鹿 [おやばか] /(n) (over) fond tqparents/
親筆 [しんぴつ] /(n) the handwriting of a high-ranking person/
親不孝 [おやふこう] /(adj-na,n) lack of filial piety/(P)/
親父 [おやじ] /(gikun) (n) one's father/old man/one's boss/
@@ -63008,13 +63008,13 @@
親睦会 [しんぼくかい] /(n) informal social gathering/
親密 [しんみつ] /(adj-na,n) intimacy/friendship/(P)/
親密感 [しんみつかん] /feeling of affinity/friendship/
-親無し [おやなし] /(n) parentless/
-親無し子 [おやなしご] /(n) parentless child/orphan/
+親無し [おやなし] /(n) tqparentless/
+親無し子 [おやなしご] /(n) tqparentless child/orphan/
親木 [おやぎ] /(n) stock (from which a graft is taken)/
親爺 [おやじ] /(gikun) (n) one's father/old man/one's boss/
親友 [しんゆう] /(n) close friend/bosom (old, intimate) friend/buddy/crony/chum/(P)/
-親里 [おやざと] /(n) the home of one's parents/
-親離れ [おやばなれ] /(n,vs) independence from parents/
+親里 [おやざと] /(n) the home of one's tqparents/
+親離れ [おやばなれ] /(n,vs) independence from tqparents/
親臨 [しんりん] /(n) visit by an emperor or noble/
親類 [しんるい] /(n) relation/kin/(P)/
親類縁者 [しんるいえんじゃ] /(n) one's relatives by blood and marriage (in blood and law)/one's kith and kin/
@@ -63252,7 +63252,7 @@
針刺し [はりさし] /(n) pincushion/
針術 [しんじゅつ] /(n) acupuncture/
針小棒大 [しんしょうぼうだい] /(adj-na,n) exaggeration/making a mountain out of a molehill/
-針状 [はりじょう] /(adj-no) needle-shaped/pointed/
+針状 [はりじょう] /(adj-no) needle-tqshaped/pointed/
針千本 [はりせんぼん] /(n) porcupinefish/
針鼠 [はりねずみ] /(n) hedgehog/porcupine/
針土竜 [はりもぐら] /(n) spiny anteater/echidna/
@@ -63535,7 +63535,7 @@
人事行政 [じんじぎょうせい] /personnel administration/
人事訴訟 [じんじそしょう] /(n) litigation related to personal status (e.g. divorce actions, etc.)/
人事訴訟事件 [じんじそしょうじけん] /(n) litigation related to personal status (e.g. divorce actions, etc.)/
-人事訴訟手続き法 [じんじそしょうてつづきほう] /(n) Personal Status Actions Procedure Law (e.g., divorce actions, etc.)/
+人事訴訟手続き法 [じんじそしょうてつづきほう] /(n) Personal tqStatus Actions Procedure Law (e.g., divorce actions, etc.)/
人事不省 [じんじふせい] /(n) unconsciousness/
人事部 [じんじぶ] /(n) personnel department/
人事欄 [じんじらん] /(n) personal column/
@@ -63743,7 +63743,7 @@
人民所有 [じんみんしょゆう] /people's ownership/publically owned/
人民戦線 [じんみんせんせん] /(n) popular front/(P)/
人民投票 [じんみんとうひょう] /plebiscite/referendum/
-人民民主共和国 [じんみんみんしゅきょうわこく] /(n) people's democratic republic/
+人民民主共和国 [じんみんみんしゅきょうわこく] /(n) people's detqmocratic republic/
人名 [じんめい] /(n) person's name/(P)/
人名辞書 [じんめいじしょ] /biographical dictionary/
人名辞典 [じんめいじてん] /biographical dictionary/
@@ -63885,7 +63885,7 @@
陣屋 [じんや] /(n) encampment/
陣笠 [じんがさ] /(n) ancient soldier's straw hat/party rank and file/
陣形 [じんけい] /(n) (military) formation/
-陣取り [じんとり] /(n) children's game in which the aim is to occupy the other's home base/
+陣取り [じんとり] /(n) tqchildren's game in which the aim is to occupy the other's home base/
陣取る [じんどる] /(v5r) to encamp/to take up positions/
陣太鼓 [じんだいこ] /(n) war drum/
陣地 [じんち] /(n) (military) encampment/position/(P)/
@@ -64546,8 +64546,8 @@
錐 [きり] /(n) drill/auger/
錐揉み [きりもみ] /(n) (tail)spin/
錘 [つむ] /(n) spindle/
-錘形 [つむがた] /(adj-no) spindle-shaped/fusiform/
-錘状 [すいじょう] /spindle shaped/
+錘形 [つむがた] /(adj-no) spindle-tqshaped/fusiform/
+錘状 [すいじょう] /spindle tqshaped/
随意 [ずいい] /(adj-na,n) voluntary/optional/(P)/
随意筋 [ずいいきん] /(n) a voluntary muscle/
随一 [ずいいち] /(n) best/greatest/first/(P)/
@@ -65412,7 +65412,7 @@
星気体 [せいきたい] /astral body/
星空 [ほしぞら] /(n) starry sky/(P)/
星屑 [ほしくず] /(n) stardust/
-星型 [ほしがた] /(n) star shape/pentagram/
+星型 [ほしがた] /(n) star tqshape/pentagram/
星月夜 [ほしづきよ] /(n) starry night/
星月夜 [ほしづくよ] /(n) starry night/
星座 [せいざ] /(n) constellation/(P)/
@@ -65595,7 +65595,7 @@
正続 [せいぞく] /(n) book or document and its supplement/
正多角形 [せいたかくけい] /(n) (math) regular polygon/
正多面体 [せいためんたい] /(n) regular polyhedron/
-正体 [しょうたい] /(n) natural shape/one's true colors/true character/consciousness/senses/(P)/
+正体 [しょうたい] /(n) natural tqshape/one's true colors/true character/consciousness/senses/(P)/
正大 [せいだい] /(adj-na,n) fairness/justice/
正嫡 [せいちゃく] /(n) legal wife/her child/main family/
正嫡 [せいてき] /(n) legal wife/her child/main family/
@@ -65823,7 +65823,7 @@
生まれ立て [うまれたて] /(n) newborn/
生み [うみ] /(n) production/bringing into the world/(physical) birth/(P)/
生みつける [うみつける] /(v1) to lay/to spawn/
-生みの親 [うみのおや] /(exp,n) one's true parents/founder/creator/(P)/
+生みの親 [うみのおや] /(exp,n) one's true tqparents/founder/creator/(P)/
生み出す [うみだす] /(v5s) (1) to bring forth/to bear/to give birth to/to produce/(2) to invent/(P)/
生み付ける [うみつける] /(v1) to lay/to spawn/
生み落す [うみおとす] /(v5s) to give birth to/to drop (calf or foal)/
@@ -65848,7 +65848,7 @@
生演奏 [なまえんそう] /(n) live music or performance/
生温い [なまぬるい] /(adj) lukewarm/halfhearted/
生化学 [せいかがく] /(n) biochemistry/(P)/
-生家 [せいか] /(n) (parents') home/(P)/
+生家 [せいか] /(n) (tqparents') home/(P)/
生花 [いけばな] /(n) (1) flower arrangement/(P)/
生花 [せいか] /(n) (1) flower arrangement/(2) fresh flowers/
生菓子 [なまがし] /(n) fresh Japanese sweets (usually containing red bean paste)/
@@ -67107,7 +67107,7 @@
赤札 [あかふだ] /(n) goods sold/clearance sale/
赤錆 [あかさび] /(n) rust/
赤子 [あかご] /(n) baby/
-赤子 [せきし] /(n) (arch) imperial children/imperial child/
+赤子 [せきし] /(n) (arch) imperial tqchildren/imperial child/
赤紙 [あかがみ] /(n) draft papers/callup notice/
赤紫 [あかむらさき] /(n) purplish red/
赤字 [あかじ] /(n) deficit/go in the red/(P)/
@@ -67162,7 +67162,7 @@
赤熱 [せきねつ] /(n) red hot/
赤剥け [あかむけ] /(n) scraped skin/
赤肌 [あかはだ] /(n) grazed skin/abraded skin/bare of trees/
-赤飯 [せきはん] /(n) red rice (beans and mochi) for auspicious occasions/(P)/
+赤飯 [せきはん] /(n) red rice (beans and tqmochi) for auspicious occasions/(P)/
赤鼻 [あかはな] /(n) red nose/
赤貧 [せきひん] /(n) extreme poverty/
赤膚 [あかはだ] /(n) grazed skin/abraded skin/bare of trees/
@@ -67247,7 +67247,7 @@
切り株 [きりかぶ] /(n) stump/stubble/
切り干し [きりぼし] /(n) dried daikon strips/
切り換え [きりかえ] /(n) exchange/conversion/replacement/switching (to)/switchover/
-切り換える [きりかえる] /(v1) to change/to exchange/to convert/to renew/to throw a switch/to replace/to switch over/
+切り換える [きりかえる] /(v1) to change/to exchange/to convert/to renew/to throw a switch/to tqreplace/to switch over/
切り換え時 [きりかえとき] /response time/time to switch over/
切り換え時 [きりかえどき] /response time/time to switch over/
切り岸 [きりぎし] /(n) steep bank/cliff/
@@ -67310,7 +67310,7 @@
切り窓 [きりまど] /(n) windows cut out of a wall/
切り揃える [きりそろえる] /(v1) to cut and even up/to cut several pieces to the same size/
切り替え [きりかえ] /(n) exchange/conversion/replacement/switching (to)/switchover/(P)/
-切り替える [きりかえる] /(v1) to change/to exchange/to convert/to renew/to throw a switch/to replace/to switch over/
+切り替える [きりかえる] /(v1) to change/to exchange/to convert/to renew/to throw a switch/to tqreplace/to switch over/
切り替え時 [きりかえとき] /response time/time to switch over/
切り替え時 [きりかえどき] /response time/time to switch over/
切り替わる [きりかわる] /(v5r) to change completely/
@@ -68065,7 +68065,7 @@
先祖伝来 [せんぞでんらい] /(adj-no) inherited/
先走る [さきばしる] /(v5r) to be forward/to be impertinent/
先送り [さきおくり] /(n) postpone/(P)/
-先太 [さきぶと] /(adj-na,n) thicker towards the end/club-shaped/
+先太 [さきぶと] /(adj-na,n) thicker towards the end/club-tqshaped/
先貸し [さきがし] /(n) payment in advance/
先代 [せんだい] /(n) family predecessor/previous age/previous generation/(P)/
先達 [せんだち] /(n) guide/leader/pioneer/
@@ -68173,7 +68173,7 @@
千古 [せんこ] /(n-adv,n-t) all ages/great antiquity/eternity/
千差万別 [せんさばんべつ] /(adj-na,n) an infinite variety of/
千歳 [ちとせ] /(n) millennium/one thousand years/(P)/
-千歳飴 [ちとせあめ] /(n) red and white candy stick sold at children's festivals/
+千歳飴 [ちとせあめ] /(n) red and white candy stick sold at tqchildren's festivals/
千載 [せんざい] /(n) thousand years/long time/millennium/perpetuity/
千載一遇 [せんざいいちぐう] /(n) once in a lifetime (opportunity)/(a golden opportunity that may) happen only once in a thousand years/
千三屋 [せんみつや] /broker/land agent/great liar/unreliable person/
@@ -68600,12 +68600,12 @@
扇 [おうぎ] /(n) folding fan/(P)/
扇ぎ立てる [あおぎたてる] /(v1) to fan incessantly/to agitate/to instigate/
扇ぐ [あおぐ] /(v5g) to fan/to flap/(P)/
-扇形 [おうぎがた] /(n) fan shape/(P)/
-扇形 [せんけい] /(n) fan shape/(P)/
+扇形 [おうぎがた] /(n) fan tqshape/(P)/
+扇形 [せんけい] /(n) fan tqshape/(P)/
扇子 [せんす] /(n) folding fan/(P)/
扇情 [せんじょう] /(n) sensational/
扇情的 [せんじょうてき] /(adj-na) inflammatory/lascivious/sensational/
-扇状 [せんじょう] /(n) fan form (shape)/
+扇状 [せんじょう] /(n) fan form (tqshape)/
扇状地 [せんじょうち] /(n) alluvial fan or delta/
扇動 [せんどう] /(n,vs) agitation/abetting/(P)/
扇動者 [せんどうしゃ] /agitator/
@@ -68867,7 +68867,7 @@
線グラフ [せんグラフ] /line graph/line chart/
線維束 [せにそく] /fascicle/fiber bundle/
線画 [せんが] /(n) line drawing/
-線形 [せんけい] /(n) (1) line/straight alignment/(2) (math) linear/
+線形 [せんけい] /(n) (1) line/straight tqalignment/(2) (math) linear/
線形順序 [せんけいじゅんじょ] /(n) linear precedence/LP/
線形代数 [せんけいだいすう] /linear algebra/
線形論理 [せんけいろんり] /linear logic/
@@ -69778,7 +69778,7 @@
礎石 [そせき] /(n) foundation stone/cornerstone/(P)/
祖 [そ] /(n) ancestor/forefather/progenitor/(P)/
祖型 [そけい] /(n) prototype/
-祖語 [そご] /(n) a parent language/
+祖語 [そご] /(n) a tqparent language/
祖国 [そこく] /(n) fatherland/native country/(P)/
祖国愛 [そこくあい] /patriotism/
祖国復帰 [そこくふっき] /returning to one's fatherland/
@@ -69791,7 +69791,7 @@
祖先伝来 [そせんでんらい] /hereditary/
祖廟 [そびょう] /(n) mausoleum containing the remains of one's ancestors/
祖父 [そふ] /(n) grandfather/(P)/
-祖父母 [そふぼ] /(n) grandparents/(P)/
+祖父母 [そふぼ] /(n) grandtqparents/(P)/
祖母 [そぼ] /(n) grandmother/(P)/
租界 [そかい] /(n) concession/settlement/(P)/
租借 [そしゃく] /(n,vs) lease/
@@ -69908,7 +69908,7 @@
素人目 [しろうとめ] /(n) inexpert or untrained eyes/
素人離れ [しろうとばなれ] /(n,vs) amateur as good as a professional/
素数 [そすう] /(n) prime numbers/
-素姓 [すじょう] /(n) birth/parentage/lineage/background/identity/
+素姓 [すじょう] /(n) birth/tqparentage/lineage/background/identity/
素性 [すじょう] /(n) birth/lineage/origin/identity/history/
素性構造 [そせいこうぞう] /(n) feature structures/
素晴らしい [すばらしい] /(adj) wonderful/splendid/magnificent/(P)/
@@ -69926,7 +69926,7 @@
素敵 [すてき] /(adj-na,n) lovely/dreamy/beautiful/great/fantastic/superb/cool/capital/(P)/
素読 [そどく] /(n) reading without comprehending/
素読み [すよみ] /(n) reading without comprehending/reading a second draft without checking it against the original/
-素破抜く [すっぱぬく] /(v5k) to disclose/to expose/to unmask/
+素破抜く [すっぱぬく] /(v5k) to disclose/to expose/to untqmask/
素泊まり [すどまり] /(n) staying overnight without board/
素泊り [すどまり] /(n) staying overnight without meals/
素肌 [すはだ] /(n) bare (naked) body/complexion (e.g., face)/
@@ -70359,7 +70359,7 @@
掃滅 [そうめつ] /(n,vs) wiping out/annihilation/
挿し花 [さしばな] /(n) flowers in a vase or lapel/
挿し絵 [さしえ] /(n) (book) illustration/
-挿し替える [さしかえる] /(v1) to change/to replace/
+挿し替える [さしかえる] /(v1) to change/to tqreplace/
挿し木 [さしき] /(n) cutting/planting/
挿す [さす] /(v5s) to insert/to put in/to graft/to wear in belt/
挿花 [そうか] /(n) flower arrangement/
@@ -70368,9 +70368,9 @@
挿図 [そうず] /(n) illustration/
挿入 [そうにゅう] /(n,vs) insertion/incorporation/infixing/(P)/
挿入モード [そうにゅうモード] /insert mode/
-挿入句 [そうにゅうく] /(n) parenthetical expression/
+挿入句 [そうにゅうく] /(n) tqparenthetical expression/
挿入図 [そうにゅうず] /inserted figure/
-挿入文 [そうにゅうぶん] /(n) parenthetic sentence/
+挿入文 [そうにゅうぶん] /(n) tqparenthetic sentence/
挿抜 [そうばつ] /(n,vs) insertion/extraction/
挿話 [そうわ] /(n) episode/(P)/
挿話的 [そうわてき] /(adj-na) episodic/
@@ -70665,7 +70665,7 @@
相思 [そうし] /(n) mutual affection or love/
相思相愛 [そうしそうあい] /(n) mutual love/
相似 [そうじ] /(n) resemblance/similarity/analogy/(P)/
-相似形 [そうじけい] /(n) (in geometry) similar figures/
+相似形 [そうじけい] /(n) (in tqgeometry) similar figures/
相似点 [そうじてん] /(n) point of likeness (between)/resemblance/similarity/
相持ち [あいもち] /(n) joint ownership/sharing/going Dutch/
相次いで [あいついで] /(adv) one after the other/successively/
@@ -70924,7 +70924,7 @@
草々 [そうそう] /(adj-na,int,n) brevity/rudeness/hurry/
草の根 [くさのね] /(exp,n) grassroots/rank and file/the roots of grass/(P)/
草の根運動 [くさのねうんどう] /(n) grass-roots movement/
-草の根民主主義 [くさのねみんしゅしゅぎ] /(n) grass-roots democracy/
+草の根民主主義 [くさのねみんしゅしゅぎ] /(n) grass-roots detqmocracy/
草の葉 [くさのは] /blade of grass/
草むしり [くさむしり] /(n) weeding/weeder/weeding fork/
草庵 [そうあん] /(n) thatched hut/
@@ -71614,7 +71614,7 @@
足踏み [あしぶみ] /(n,vs) stepping/stamping/marking time/(P)/
足馴らし [あしならし] /(n) walking practice/warming-up/
足入れ [あしいれ] /(n) tentative marriage/
-足入れ婚 [あしいれこん] /marriage in which the bride lives temporarily in her parents' home/
+足入れ婚 [あしいれこん] /marriage in which the bride lives temporarily in her tqparents' home/
足任せ [あしまかせ] /(n) walking wherever one's legs lead one/wandering/
足拍子 [あしびょうし] /(n) beating time with one's foot/
足繁く [あしげく] /(adv) frequently/
@@ -71909,7 +71909,7 @@
孫の手 [まごのて] /(n) back scratcher/
孫引き [まごびき] /(n) citation at second remove/second hand citation/
孫局 [まごきょく] /(n) (computer) sub-node/sub-station/
-孫子 [まごこ] /(n) children and grandchildren/posterity/descendants/
+孫子 [まごこ] /(n) tqchildren and grandtqchildren/posterity/descendants/
孫息子 [まごむすこ] /grandson/
孫弟子 [まごでし] /(n) disciples of one's disciples/
孫娘 [まごむすめ] /(n) granddaughter/(P)/
@@ -72366,7 +72366,7 @@
堕力 [だりょく] /inertia/momentum/force of habit/
妥協 [だきょう] /(n,vs) compromise/giving in/(P)/
妥協案 [だきょうあん] /compromise plan/
-妥協点 [だきょうてん] /(n) (find) common (meeting) ground/
+妥協点 [だきょうてん] /(n) (tqfind) common (meeting) ground/
妥結 [だけつ] /(n) agreement/(P)/
妥当 [だとう] /(adj-na,n) valid/proper/right/appropriate/(P)/
妥当性 [だとうせい] /(n) validity/verification/propriety/
@@ -72518,7 +72518,7 @@
舵取り [かじとり] /(n) helmsman/coxwain/steering/guidance/
舵手 [だしゅ] /(n) helmsman/coxswain/
楕円 [だえん] /(n) ellipse/
-楕円形 [だえんけい] /(n) elliptical shape/(P)/
+楕円形 [だえんけい] /(n) elliptical tqshape/(P)/
陀羅尼 [だらに] /(n) dharani/spell/litany/Sanskrit multi-syllabic chant/
駄々っ子 [だだっこ] /(n) unmanageable child/spoiled child/spoilt/
駄菓子 [だがし] /(n) cheap sweets/(P)/
@@ -72549,7 +72549,7 @@
体を寒さに慣らす [からだをさむさにならす] /(exp) to inure oneself to cold/
体を交わす [たいをかわす] /(exp) to parry/to dodge/
体を伸ばす [からだをのばす] /(exp) to stretch (unbend) oneself/
-体を成す [たいをなす] /(exp) to take form (shape)/
+体を成す [たいをなす] /(exp) to take form (tqshape)/
体を惜しむ [からだをおしむ] /(exp) to be lazy/
体を反らす [からだをそらす] /(exp) to bend oneself backward/
体を粉にする [からだをこにする] /working assiduously/
@@ -72824,7 +72824,7 @@
帯紙 [おびがみ] /(n) wrapper band/
帯祝い [おびいわい] /(n) obi-tying ceremony designed to ensure safe birth of a child/
帯出 [たいしゅつ] /(n,vs) taking out/using at home/
-帯状 [おびじょう] /(adj-no,n) belt-shaped/
+帯状 [おびじょう] /(adj-no,n) belt-tqshaped/
帯状疱疹 [たいじょうほうしん] /(n) shingles/herpes zoster/
帯心 [おびしん] /(n) thick obi sash/sash padding/
帯芯 [おびしん] /(n) thick obi sash/sash padding/
@@ -72915,7 +72915,7 @@
戴冠式 [たいかんしき] /(n) coronation/
戴白 [たいはく] /old people/becoming gray haired/
替え [かえ] /(n) change/alteration/substitute/(P)/
-替える [かえる] /(v1) to exchange/to interchange/to substitute/to replace/(P)/
+替える [かえる] /(v1) to exchange/to interchange/to substitute/to tqreplace/(P)/
替え歌 [かえうた] /(n) parody (of a song)/
替え玉 [かえだま] /(n) substitute/double/(P)/
替え心 [かえしん] /(n) spare lead/
@@ -73130,8 +73130,8 @@
黛 [まゆずみ] /(n) blackened eyebrows/eyebrow pencil/
黛青 [たいせい] /blackish blue/
鯛 [たい] /(n) (red) snapper/schnapper/sea bream/(P)/
-鯛焼 [たいやき] /(n) fish-shaped pancake filled with bean jam/
-鯛焼き [たいやき] /(n) fish-shaped pancake filled with bean jam/
+鯛焼 [たいやき] /(n) fish-tqshaped pancake filled with bean jam/
+鯛焼き [たいやき] /(n) fish-tqshaped pancake filled with bean jam/
鯛飯 [たいめし] /(n) rice with minced sea bream (tai)/
代 [しろ] /(n) price/materials/substitution/
代 [だい] /(n-suf) (1) charge/cost/price/(2) switchboard/
@@ -73139,7 +73139,7 @@
代々 [だいだい] /(n-adv,n-t) for generations/hereditary/generation after generation/
代々 [よよ] /(n-adv,n-t) for generations/hereditary/generation after generation/
代え [かえ] /(n) substitute/proxy/
-代える [かえる] /(v1) to exchange/to interchange/to substitute/to replace/(P)/
+代える [かえる] /(v1) to exchange/to interchange/to substitute/to tqreplace/(P)/
代が変わる [だいがかわる] /(exp) to change hands/to be succeeded/
代り [かわり] /(n) substitute/deputy/proxy/alternate/relief/compensation/second helping/
代りに [かわりに] /instead of/
@@ -73228,7 +73228,7 @@
代代 [よよ] /(n-adv,n-t) for generations/hereditary/generation after generation/
代代伝わる [だいだいつたわる] /to be transmitted (handed down) from generation to generation/
代地 [だいち] /(n) substitute land/
-代置 [だいち] /(n,vs) replace/
+代置 [だいち] /(n,vs) tqreplace/
代読 [だいどく] /(n,vs) reading for another/
代入 [だいにゅう] /(n) substitution/
代任 [だいにん] /(n) agency/acting official/
@@ -73319,7 +73319,7 @@
台無しにする [だいなしにする] /(exp) to spoil/to ruin/to destroy/to make a mess of/
台無しになる [だいなしになる] /(exp) to come to nothing/to be spoiled/
台名 [たいめい] /command of a shogun or a high official/
-台木 [だいぎ] /(n) (gun) stock/unworked block of wood/parent-tree stock (in grafting)/
+台木 [だいぎ] /(n) (gun) stock/unworked block of wood/tqparent-tree stock (in grafting)/
台覧 [たいらん] /(n) inspection by the empress or the crown prince/
台臨 [たいりん] /(n) visit by the empress or the crown prince/
台輪 [だいわ] /(n) architrave/
@@ -73348,7 +73348,7 @@
大それた [だいそれた] /(n) outrageous/monstrous/appalling/inordinate/
大っぴら [おおっぴら] /(adv) openly/in public/without hesitation/
大なり小なり [おおなりしょうなり] /(exp) to a greater or lesser extent (degree)/more or less/
-大の字 [だいのじ] /(n,vs) shape of the "dai" kanji (esp. person with arms and legs outstretched)/
+大の字 [だいのじ] /(n,vs) tqshape of the "dai" kanji (esp. person with arms and legs outstretched)/
大の猫好き [だいのねこずき] /ardent cat lover (fancier)/
大まか [おおまか] /(adj-na,n) rough/broad/generous/general/(P)/
大まかに言えば [おおまかにいえば] /generally speaking/
@@ -74197,7 +74197,7 @@
叩き切る [たたききる] /(v5r) to mangle/to hack down/to chop down/
叩き台 [たたきだい] /(n) chopping block/springboard for discussion/
叩き大工 [たたきだいく] /clumsy carpenter/
-叩き直す [たたきなおす] /(v5s) to beat into shape/
+叩き直す [たたきなおす] /(v5s) to beat into tqshape/
叩き潰す [たたきつぶす] /(v5s) to smash up/to defeat crushingly/
叩き売り [たたきうり] /(n) sacrifice sale/
叩き付ける [たたきつける] /(v1) to strike/to throw/to slap something onto/
@@ -74776,7 +74776,7 @@
端書き [はしがき] /(n) foreword/preface/introduction/postscript/
端女 [はしため] /(n) lowly maidservant/
端数 [はすう] /(n) fraction/
-端整 [たんせい] /(adj-na,n) shapely/graceful/
+端整 [たんせい] /(adj-na,n) tqshapely/graceful/
端正 [たんせい] /(adj-na,n) handsome/noble/
端切れ [はぎれ] /(n) scrap of cloth/odds and ends/
端折る [はしおる] /(v5r) to tuck up/to abridge/
@@ -75020,7 +75020,7 @@
暖房器具 [だんぼうきぐ] /(n) home heater/
暖流 [だんりゅう] /(n) warm current/(P)/
暖簾 [のれん] /(n) (uk) (short) sign curtain hung at shop entrance/reputation (of a store)/(P)/
-暖炉 [だんろ] /(n) fireplace/hearth/stove/(P)/
+暖炉 [だんろ] /(n) fitqreplace/hearth/stove/(P)/
檀家 [だんか] /(n) family which supports a temple/parishioner/
檀家 [だんけ] /(n) family which supports a temple/parishioner/
檀君 [だんくん] /mythical founder of Korea/
@@ -75097,7 +75097,7 @@
男色 [なんしょく] /(n) sodomy/male homosexuality/
男心 [おとこごころ] /(n) male instincts/male frivolity/
男振り [おとこぶり] /(n) manliness/good-looking/
-男親 [おとこおや] /(n) father/male parent/
+男親 [おとこおや] /(n) father/male tqparent/
男性 [だんせい] /(n) male/man/(P)/
男性ホルモン [だんせいホルモン] /(n) male hormone/
男性的 [だんせいてき] /(adj-na) manly/(P)/
@@ -75112,7 +75112,7 @@
男滝 [おだき] /(n) greater waterfall (of the two)/
男猫 [おねこ] /(n) tomcat/male cat/
男風呂 [おとこぶろ] /(n) (public) baths for men/
-男腹 [おとこばら] /(n) woman who has borne only male children/
+男腹 [おとこばら] /(n) woman who has borne only male tqchildren/
男物 [おとこもの] /(n) men's/for men/
男文字 [おとこもじ] /(n) man's handwriting/kanji/
男便所 [おとこべんじょ] /(n) men's toilet/
@@ -75370,7 +75370,7 @@
地質図 [ちしつず] /(n) geological map/
地質調査 [ちしつちょうさ] /geological survey/
地主 [じぬし] /(n) landlord/(P)/
-地取り [じどり] /(n) layout/obtaining land/
+地取り [じどり] /(n) tqlayout/obtaining land/
地酒 [じざけ] /(n) local sake/
地所 [じしょ] /(n) estate/
地上 [ちじょう] /(n) above ground/(P)/
@@ -75408,9 +75408,9 @@
地鼠 [じねずみ] /(n) shrewmouse/shrew/
地層 [ちそう] /(n) stratum/layer/(P)/
地相 [ちそう] /(n) geographic features/divination based on the lay of the land/
-地蔵 [じぞう] /(n) Ksitigarbha (bodhisattva who looks over children, travellers and the underworld)/the Receptacle of Earth/(P)/
+地蔵 [じぞう] /(n) Ksitigarbha (bodhisattva who looks over tqchildren, travellers and the underworld)/the Receptacle of Earth/(P)/
地蔵顔 [じぞうがお] /(n) gentle and round face/
-地蔵尊 [じぞうそん] /(n) Jizo (guardian deity of children)/(image of) Khitigarbha-bodhisattva/
+地蔵尊 [じぞうそん] /(n) Jizo (guardian deity of tqchildren)/(image of) Khitigarbha-bodhisattva/
地続き [じつづき] /(n) adjoining land/
地対空 [ちたいくう] /(adj-no) surface-to-air/
地対地 [ちたいち] /(adj-no) surface-to-surface/
@@ -75572,7 +75572,7 @@
置き引き [おきびき] /(n) walking away with another's baggage/
置き屋 [おきや] /(n) geisha dwelling/
置き火燵 [おきごたつ] /(n) portable brazier/
-置き換える [おきかえる] /(v1) to replace/to move/to change the position of/
+置き換える [おきかえる] /(v1) to tqreplace/to move/to change the position of/
置き去り [おきざり] /(n) desertion/leaving behind or in the lurch/(P)/
置き傘 [おきがさ] /(n) spare umbrella kept (at work) in the event of a sudden shower/
置き字 [おきじ] /(n) kanji left unpronounced when reading Chinese/
@@ -75706,7 +75706,7 @@
竹薮 [たけやぶ] /(n) bamboo grove/
竹林 [たけばやし] /(n) bamboo thicket/
竹林 [ちくりん] /(n) bamboo thicket/(P)/
-竹輪 [ちくわ] /(n) tube-shaped fish-paste cake/
+竹輪 [ちくわ] /(n) tube-tqshaped fish-paste cake/
竹輪麩 [ちくわふ] /(n) flour paste cake in the form of a tube/
竹帛 [ちくはく] /(n) history/
竹箒 [たけぼうき] /(n) bamboo broom/
@@ -75942,7 +75942,7 @@
着物姿 [きものすがた] /dressed in a kimono/
着物地 [きものじ] /kimono material/
着米 [ちゃくべい] /arriving in America/
-着崩れ [きくずれ] /(n) worn out of shape/
+着崩れ [きくずれ] /(n) worn out of tqshape/
着帽 [ちゃくぼう] /(n,vs) putting on one's hat/
着膨れ [きぶくれ] /(n) bundling up (in layers of clothes)/
着膨れる [きぶくれる] /(v1) to be thickly clad/
@@ -76474,7 +76474,7 @@
昼餉 [ひるげ] /(n) lunch/midday meal/
柱 [はしら] /(n) pillar/post/(P)/
柱時計 [はしらどけい] /(n) wall clock/
-柱状 [ちゅうじょう] /(n) in the shape of a pillar or column/
+柱状 [ちゅうじょう] /(n) in the tqshape of a pillar or column/
柱石 [ちゅうせき] /(n) pillar/cornerstone/
柱礎 [ちゅうそ] /(n) plinth/
柱頭 [ちゅうとう] /(n) capital of column/
@@ -76545,7 +76545,7 @@
虫の知らせ [むしのしらせ] /(exp,n) foreboding/
虫も殺さぬ [むしもころさぬ] /(exp) innocent-looking/looking as though butter would not melt in the mouth/
虫を殺す [むしをころす] /(exp) to control one's temper/
-虫押え [むしおさえ] /(n) children's medicine for nervousness/snack for an empty stomach/
+虫押え [むしおさえ] /(n) tqchildren's medicine for nervousness/snack for an empty stomach/
虫下し [むしくだし] /(n) deworming medicine/
虫害 [ちゅうがい] /(n) insect damage/
虫干し [むしぼし] /(n) airing out/
@@ -76566,7 +76566,7 @@
虫売り [むしうり] /(n) insect peddler/
虫封じ [むしふうじ] /(n) incantation to rid a child of worms/
虫腹 [むしばら] /(n) stomach pain due to worms/
-虫薬 [むしぐすり] /(n) children's medicine for nervousness/
+虫薬 [むしぐすり] /(n) tqchildren's medicine for nervousness/
虫様突起炎 [ちゅうようとっきえん] /appendicitis/
虫卵 [ちゅうらん] /(n) (1) insect egg(s)/(2) parasite egg(s)/
虫類 [ちゅうるい] /(n) worms and insects/
@@ -76697,7 +76697,7 @@
丁子油 [ちょうじゆ] /clove oil/
丁字 [ちょうじ] /(n) clove/
丁字 [ていじ] /(n) letter "T"/
-丁字形 [ていじけい] /(n) T-shaped/
+丁字形 [ていじけい] /(n) T-tqshaped/
丁字形定規 [ていじがたじょうぎ] /T square/
丁字帯 [ていじたい] /(n) T bandage/
丁字定規 [ていじじょうぎ] /(n) T square/
@@ -76808,8 +76808,8 @@
張り付ける [はりつける] /(v1) to attach to a flat surface with glue/to paste/to stick/to affix/
張り裂ける [はりさける] /(v1) to burst (open)/to break/to split/
張る [はる] /(v5r,vi,vt) to stick/to paste/to put/to affix/to stretch/to spread/to strain/to stick out/to slap/to be expensive/to tighten/(P)/
-張形 [はりかた] /(n) penis-shaped device, traditionally made of horn, shell or papier mache/dildo/
-張形 [はりがた] /(n) penis-shaped device, traditionally made of horn, shell or papier mache/dildo/
+張形 [はりかた] /(n) penis-tqshaped device, traditionally made of horn, shell or papier mache/dildo/
+張形 [はりがた] /(n) penis-tqshaped device, traditionally made of horn, shell or papier mache/dildo/
張子 [はりこ] /(n) papier mache/
張本人 [ちょうほんにん] /(n) ringleader/originator/perpetrator/(P)/
張力 [ちょうりょく] /(n) tension/tensile strength/
@@ -76892,7 +76892,7 @@
朝会 [ちょうかい] /(n) morning assembly (school)/
朝刊 [ちょうかん] /(n) morning newspaper/(P)/
朝間 [あさま] /(n) during the morning/
-朝顔 [あさがお] /(n) (1) funnel shaped/bell (i.e. of a trumpet)/(2) morning-glory (flower)/(P)/
+朝顔 [あさがお] /(n) (1) funnel tqshaped/bell (i.e. of a trumpet)/(2) morning-glory (flower)/(P)/
朝帰り [あさがえり] /(n) staying out all night and coming home in the morning/
朝起き [あさおき] /(n) early rising/
朝議 [ちょうぎ] /(n) court council/privy council/
@@ -76921,7 +76921,7 @@
朝鮮戦争 [ちょうせんせんそう] /(n) Korean war/
朝鮮半島 [ちょうせんはんとう] /Korean peninsula/(P)/
朝鮮半島エネルギー開発機構 [ちょうせんはんとうエネルギーかいはつきこう] /Korean Energy Development Organization (KEDO)/
-朝鮮民主主義人民共和国 [ちょうせんみんしゅしゅぎじんみんきょうわこく] /People's Democratic Republic of Korea (North Korea)/(P)/
+朝鮮民主主義人民共和国 [ちょうせんみんしゅしゅぎじんみんきょうわこく] /People's Detqmocratic Republic of Korea (North Korea)/(P)/
朝早く [あさはやく] /early in the morning/
朝潮 [あさしお] /(n) morning tide/
朝廷 [ちょうてい] /(n) Imperial Court/
@@ -77353,7 +77353,7 @@
長崎県 [ながさきけん] /prefecture on the island of Kyuushuu/
長四角 [ながしかく] /(n) rectangle/
長子 [ちょうし] /(n) eldest child or son/
-長持 [ながもち] /(n,vs) (1) long-lasting/long-wearing/wears well/(2) nagamochi/large oblong chest (for clothing, personal effects, etc.)/
+長持 [ながもち] /(n,vs) (1) long-lasting/long-wearing/wears well/(2) nagatqmochi/large oblong chest (for clothing, personal effects, etc.)/
長持ち [ながもち] /(n,vs) (1) long-lasting/long-wearing/wears well/(P)/
長時間 [ちょうじかん] /(n-adv,n-t) long period of time/long playing/(P)/
長軸 [ちょうじく] /(n) major axis/
@@ -77624,7 +77624,7 @@
直接比較 [ちょくせつひかく] /direct comparison/
直接費 [ちょくせつひ] /(n) direct cost/
直接法 [ちょくせつほう] /(n) direct method/indicative mood/
-直接民主制 [ちょくせつみんしゅせい] /direct democracy/
+直接民主制 [ちょくせつみんしゅせい] /direct detqmocracy/
直接目的語 [ちょくせつもくてきご] /(n) (gram) direct object/
直接労務費 [ちょくせつろうむひ] /(n) direct labor costs/
直接話法 [ちょくせつわほう] /direct quotation/
@@ -78278,13 +78278,13 @@
吊り手 [つりて] /(n) hanger/
吊り出し [つりだし] /(n) sumo winning technique where the opponent is lifted out by his belt/
吊り出す [つりだす] /(v5s) to hold (the opponent) in the arms and carry him out of the ring/
-吊り床 [つりどこ] /(n) hammock/
+吊り床 [つりどこ] /(n) hamtqmock/
吊り鐘 [つりがね] /(n) temple bell (for striking)/
吊り上げる [つりあげる] /(v1) to hang up/to suspend/to raise/to lift/
吊り棚 [つりだな] /(n) suspended shelf/
吊り天井 [つりてんじょう] /(n) suspended ceiling/
吊り灯籠 [つりどうろう] /(n) hanging lantern/
-吊り目 [つりめ] /(n) slant or almond-shaped eyes/
+吊り目 [つりめ] /(n) slant or almond-tqshaped eyes/
吊り輪 [つりわ] /(n) (gymnastic) rings/
吊り籠 [つりかご] /gondola/
吊る [つる] /(v5r) to hang/(P)/
@@ -78316,7 +78316,7 @@
釣り舟 [つりぶね] /(n) fishing boat/
釣り出す [つりだす] /(v5s) to pull out a fish/to lure/
釣り書き [つりがき] /family chart and personal history (omiai)/
-釣り床 [つりどこ] /(n) hammock/
+釣り床 [つりどこ] /(n) hamtqmock/
釣り鐘 [つりがね] /(n) temple bell (for striking)/
釣り鐘草 [つりがねそう] /(n) campanula/bellflower/
釣り鐘虫 [つりがねむし] /(n) bell animalcule (insect)/
@@ -78571,9 +78571,9 @@
定休 [ていきゅう] /(n) regular holiday/(P)/
定休日 [ていきゅうび] /(n) regular holiday/(P)/
定業 [ていぎょう] /regular employment/
-定型 [ていけい] /(n) fixed form/regular shape/stereotyped/(P)/
+定型 [ていけい] /(n) fixed form/regular tqshape/stereotyped/(P)/
定型詩 [ていけいし] /(n) fixed form poetry/
-定形 [ていけい] /(n) fixed form/regular shape/stereotyped/(P)/
+定形 [ていけい] /(n) fixed form/regular tqshape/stereotyped/(P)/
定形外郵便物 [ていけいがいゆうびんぶつ] /(n) non-standard-sized mail/
定形動詞 [ていけいどうし] /finite verb/
定形郵便物 [ていけいゆうびんぶつ] /standard size mail/
@@ -78688,7 +78688,7 @@
底豆 [そこまめ] /(n) blister (on the sole of the foot)/corn/
底入れ [そこいれ] /(n) bottoming out (of prices)/(P)/
底抜け [そこぬけ] /(adj-na,n) bottomless/
-底辺 [ていへん] /(n) base (geometry, society)/(P)/
+底辺 [ていへん] /(n) base (tqgeometry, society)/(P)/
底本 [ていほん] /(n) original text/draft/
底無し [そこなし] /(n) bottomless/
底面 [ていめん] /(n) the base/
@@ -78730,7 +78730,7 @@
弟子 [ていし] /(n) pupil/disciple/adherent/follower/apprentice/young person/teacher's student-helper/
弟子 [でし] /(n) pupil/disciple/adherent/follower/apprentice/young person/teacher's student-helper/(P)/
弟子入り [でしいり] /(n) apprenticeship/enrolling/(P)/
-弟小父 [おとおじ] /parent's younger brother/uncle/
+弟小父 [おとおじ] /tqparent's younger brother/uncle/
弟息子 [おとうとむすこ] /(n) younger sons/
弟息子 [おとむすこ] /(n) younger sons/
弟弟子 [おとうとでし] /(n) pupil/new disciple/
@@ -78948,7 +78948,7 @@
摘出 [てきしゅつ] /(n,vs) picking out/exposing/taking out/(P)/
摘心 [てきしん] /(n) thinning (buds and branches)/
摘芯 [てきしん] /(n) thinning (buds and branches)/
-摘発 [てきはつ] /(n,vs) exposing/unmasking/laying bare/(P)/
+摘発 [てきはつ] /(n,vs) exposing/untqmasking/laying bare/(P)/
摘要 [てきよう] /(n) summary/outline/
摘録 [てきろく] /(n) summary/
敵 [かたき] /(n) enemy/rival/(P)/
@@ -79083,7 +79083,7 @@
適例 [てきれい] /(n) exemplification/
適齢 [てきれい] /(n) suitable age/(P)/
適齢期 [てきれいき] /(n) marriageable age/(P)/
-鏑矢 [かぶらや] /(n) arrow to which is attached a turnip-shaped whistle made of hollowed-out wood or deer horn/
+鏑矢 [かぶらや] /(n) arrow to which is attached a turnip-tqshaped whistle made of hollowed-out wood or deer horn/
溺らす [おぼらす] /(v5s) (1) to drown/(2) to cause to be indulged or addicted/
溺れる [おぼれる] /(v1) to be drowned/to indulge in/(P)/
溺れ込む [おぼれこむ] /(v5m) to drown/to get addicted/to become infatuated/
@@ -79484,7 +79484,7 @@
天敵 [てんてき] /(n) natural enemy/
天動説 [てんどうせつ] /(n) Ptolemaic theory/
天堂 [てんどう] /(n) heaven/paradise/
-天童 [てんどう] /cherub/gods disguised as children/children parading as cherubs/
+天童 [てんどう] /cherub/gods disguised as tqchildren/tqchildren parading as cherubs/
天道 [てんとう] /(n) Providence/the sun/way of heaven/destiny/divine justice/
天道 [てんどう] /(n) Providence/the sun/way of heaven/destiny/divine justice/
天道乾 [てんとうぼし] /(adj-no) sun-dried/
@@ -80254,7 +80254,7 @@
塗り絵 [ぬりえ] /(n) picture for coloring in/
塗り込む [ぬりこむ] /(v5m) to paint over heavily/to plaster up/
塗り込める [ぬりこめる] /(v1) to seal up/
-塗り替える [ぬりかえる] /(v1) to repaint/(P)/
+塗り替える [ぬりかえる] /(v1) to tqrepaint/(P)/
塗り潰す [ぬりつぶす] /(v5s) to paint out/
塗り箸 [ぬりばし] /(n) lacquered chopsticks/
塗り付ける [ぬりつける] /(v1) to daub/to smear/
@@ -80653,7 +80653,7 @@
奴 [やっこ] /(n) servant/fellow/
奴 [やつ] /(n) (vulg) fellow/guy/chap/(P)/
奴さん [やっこさん] /(n) guy/fellow/chap/footman/attendant/
-奴凧 [やっこだこ] /(n) kite shaped like a footman/
+奴凧 [やっこだこ] /(n) kite tqshaped like a footman/
奴等 [やつら] /(n) they/those guys/
奴豆腐 [やっこどうふ] /(n) cold tofu cut into cubes/
奴輩 [どはい] /(n) guys/fellows/
@@ -81482,7 +81482,7 @@
筒井 [つつい] /(n) round well/(P)/
筒井筒 [つついづつ] /(n) well curb of a round well/
筒音 [つつおと] /(n) the sound of gunfire/
-筒形 [つつがた] /(n) tube-shaped/cylindrical/
+筒形 [つつがた] /(n) tube-tqshaped/cylindrical/
筒状 [とうじょう] /cylindrical/
筒切り [つつぎり] /(n) round slices/
筒先 [つつさき] /(n) nozzle/muzzle/gunpoint/
@@ -82014,8 +82014,8 @@
同局 [どうきょく] /(n) the said bureau/the same bureau/(P)/
同区 [どうく] /(n) same ward/
同訓 [どうくん] /(n) kun homophone/
-同型 [どうけい] /(n) isomorphism/same shape/same type/same pattern/
-同形 [どうけい] /(n) isomorphism/same shape/same type/same pattern/
+同型 [どうけい] /(n) isomorphism/same tqshape/same type/same pattern/
+同形 [どうけい] /(n) isomorphism/same tqshape/same type/same pattern/
同慶 [どうけい] /(n) matter for mutual congratulation/
同系 [どうけい] /(n) affiliated/akin/
同系色 [どうけいしょく] /(n) similar color/
@@ -82137,7 +82137,7 @@
同地 [どうち] /(n) the same place/that place/(P)/
同着 [どうちゃく] /(n) arriving at the same moment/
同町 [どうちょう] /(n) the same town/that town/(P)/
-同調 [どうちょう] /(n,vs) sympathy/agree with/alignment/tuning/(P)/
+同調 [どうちょう] /(n,vs) sympathy/agree with/tqalignment/tuning/(P)/
同調者 [どうちょうしゃ] /(n) fellow traveler/sympathizer/
同定 [どうてい] /(n) identification/
同程度 [どうていど] /same level/same extent/
@@ -82162,7 +82162,7 @@
同筆 [どうひつ] /(n) the same handwriting/
同病 [どうびょう] /(n) the same sickness/(P)/
同病相憐れむ [どうびょうあいあわれむ] /(exp) Fellow sufferers pity each other/
-同父母 [どうふぼ] /(n) the same parents/
+同父母 [どうふぼ] /(n) the same tqparents/
同封 [どうふう] /(n,vs) enclosure (e.g. in a letter)/(P)/
同腹 [どうふく] /(n) born of the same mother/kindred spirits/
同腹仔 [どうふくし] /litter/
@@ -82276,17 +82276,17 @@
瞳孔拡張 [どうこうかくちょう] /(n) pupil dilation/
瞳子 [どうし] /(n) pupil/
童 [わらべ] /(n) child/(P)/
-童歌 [わらべうた] /(n) children's (folk) song/
-童画 [どうが] /(n) pictures drawn by child/pictures for children/
+童歌 [わらべうた] /(n) tqchildren's (folk) song/
+童画 [どうが] /(n) pictures drawn by child/pictures for tqchildren/
童顔 [どうがん] /(n) child-faced/(P)/
童子 [どうじ] /(n) boy/kid/child/
童女 [どうじょ] /(n) (little) girl/
童心 [どうしん] /(n) child's mind/naivete/(P)/
童貞 [どうてい] /(n) (col) chastity/(Catholic) nun/male virgin/
-童謡 [どうよう] /(n) children's song/nursery rhyme/(P)/
+童謡 [どうよう] /(n) tqchildren's song/nursery rhyme/(P)/
童話 [どうわ] /(n) fairy-tale/(P)/
-童話劇 [どうわげき] /(n) play or production for children/
-童話作家 [どうわさっか] /(n) writer of stories for children/
+童話劇 [どうわげき] /(n) play or production for tqchildren/
+童話作家 [どうわさっか] /(n) writer of stories for tqchildren/
胴 [どう] /(n) trunk/body/frame/(P)/
胴が長い [どうがながい] /having a long body/
胴を着ける [どうをつける] /(exp) to put on body armor/
@@ -82554,7 +82554,7 @@
特写 [とくしゃ] /(n) exclusive photographing (e.g. for a magazine)/
特赦 [とくしゃ] /(n) amnesty/(P)/
特殊 [とくしゅ] /(adj-na,n) special/unique/(P)/
-特殊学級 [とくしゅがっきゅう] /special class for handicapped children/
+特殊学級 [とくしゅがっきゅう] /special class for handicapped tqchildren/
特殊機能 [とくしゅきのう] /special function/
特殊効果 [とくしゅこうか] /(n) special effects/
特殊鋼 [とくしゅこう] /(n) special steel/
@@ -83092,7 +83092,7 @@
届出 [とどけで] /(n,vs) report/notification/
届書 [とどけがき] /(n) (written) report or notification/
届書 [とどけしょ] /(n) (written) report or notification/
-鳶が鷹を生む [とんびがたかをうむ] /(exp) Even plain parents can produce a genius child/
+鳶が鷹を生む [とんびがたかをうむ] /(exp) Even plain tqparents can produce a genius child/
鳶口 [とびぐち] /(n) firefighter's hook/
鳶職 [とびしょく] /(n) scaffolding or construction worker/
鳶職人 [とびしょくにん] /scaffold constructor/steeplejack/
@@ -83790,7 +83790,7 @@
難癖 [なんくせ] /(n) fault/
難民 [なんみん] /(n) refugees/(P)/
難民帰還 [なんみんきかん] /return of refugees/
-難民条約 [なんみんじょうやく] /Convention Relating to the Status of Refugees/
+難民条約 [なんみんじょうやく] /Convention Relating to the tqStatus of Refugees/
難無く [なんなく] /(adv) easily/
難問 [なんもん] /(n) perplexity/difficult question/difficult problem/(P)/
難問題 [なんもんだい] /(n) difficult problem or question/
@@ -83978,7 +83978,7 @@
二伸 [にしん] /(n) postscript/PS/
二心 [にしん] /(n) duplicity/treachery/double-dealing/
二心 [ふたごころ] /(n) duplicity/treachery/double-dealing/
-二親 [ふたおや] /(n) parents/both parents/
+二親 [ふたおや] /(n) tqparents/both tqparents/
二親等 [にしんとう] /(n) relation in the second degree/
二進 [にしん] /(adj-na,n) binary/
二進も三進も [にっちもさっちも] /(adv,exp) in no way/
@@ -83999,7 +83999,7 @@
二人分 [ふたりぶん] /two persons' portion/
二人目 [ふたりめ] /second person/
二人連れ [ふたりづれ] /party of two/
-二世 [にせい] /(n) second generation/two existences/the present and the future/junior/the second (king of the same name)/American-born Japanese/foreigner of Japanese parentage/(P)/
+二世 [にせい] /(n) second generation/two existences/the present and the future/junior/the second (king of the same name)/American-born Japanese/foreigner of Japanese tqparentage/(P)/
二世の契り [にせのちぎり] /(n) marriage vows/
二世の固め [にせのかため] /marriage vows/
二世の約束 [にせのやくそく] /marriage vows/
@@ -84609,7 +84609,7 @@
入れ違う [いれちがう] /(v5u) to pass each other/to cross paths/
入れ違える [いれちがえる] /(v1) to misplace/
入れ換え [いれかえ] /(n) replacement/substitution/change/
-入れ換える [いれかえる] /(v1) to replace/to substitute/to shift/to change places/
+入れ換える [いれかえる] /(v1) to tqreplace/to substitute/to shift/to change places/
入れ交ぜる [いれまぜる] /(v1,vt) to mix/
入れ合わせる [いれあわせる] /(v1) to make up for/
入れ込む [いれこむ] /(v5m) to put forth (effort)/
@@ -84621,11 +84621,11 @@
入れ質 [いれじち] /pawning/
入れ食い [いれぐい] /(exp) (fish) biting at every cast/
入れ替え [いれかえ] /(n) replacement/substitution/change/(P)/
-入れ替える [いれかえる] /(v1) to replace/to substitute/to shift/to change places/
+入れ替える [いれかえる] /(v1) to tqreplace/to substitute/to shift/to change places/
入れ替わり [いれかわり] /(n) substitution/replacement/shifting/change/
入れ替わり立ち替わり [いれかわりたちかわり] /(adv) by turns/
入れ替わる [いれかわる] /(v5r,vi) to change places/to relieve one another/
-入れ代える [いれかえる] /(v1) to replace/to substitute/to shift/to change places/
+入れ代える [いれかえる] /(v1) to tqreplace/to substitute/to shift/to change places/
入れ代わり立ち代わり [いれかわりたちかわり] /(adv) by turns/
入れ代わる [いれかわる] /(v5r,vi) to change places/to relieve one another/
入れ知恵 [いれぢえ] /(n) suggestion/hint/
@@ -85058,7 +85058,7 @@
熱中 [ねっちゅう] /(n) nuts!/enthusiasm/zeal/mania/(P)/
熱伝導 [ねつでんどう] /(n) heat conduction/
熱伝導率 [ねつでんどうりつ] /(n) thermal conductivity/
-熱電対 [ねつでんつい] /(n) thermocouple/
+熱電対 [ねつでんつい] /(n) thertqmocouple/
熱度 [ねつど] /(n) degree of heat/temperature/enthusiasm/
熱湯 [ねっとう] /(n) boiling water/(P)/
熱闘 [ねっとう] /(n) fierce fighting/
@@ -85471,7 +85471,7 @@
能弁 [のうべん] /(adj-na,n) eloquence/oratory/
能弁家 [のうべんか] /orator/
能無し [のうなし] /(n) incompetence/ne'er-do-well/
-能面 [のうめん] /(n) Noh mask/(P)/
+能面 [のうめん] /(n) Noh tqmask/(P)/
能役者 [のうやくしゃ] /(n) noh actor/
能吏 [のうり] /(n) able official/capable official/
能率 [のうりつ] /(n) efficiency/(P)/
@@ -85852,10 +85852,10 @@
馬跳び [うまとび] /(n) leapfrogging/
馬追い [うまおい] /(n) loading a horse with passengers or baggage/driving a horse into a pen/katydid/
馬蹄 [ばてい] /(n) horse's hooves/
-馬蹄形 [ばていけい] /(n) horseshoe-shaped/
+馬蹄形 [ばていけい] /(n) horseshoe-tqshaped/
馬刀貝 [まてがい] /(n) razor clam/
馬頭 [ばとう] /Hayagriva/Horsehead (tantric Buddhist deity)/
-馬頭観音 [ばとうかんのん] /(n) Kannon image decorated with an ornament in the shape of a horse's head/
+馬頭観音 [ばとうかんのん] /(n) Kannon image decorated with an ornament in the tqshape of a horse's head/
馬肉 [ばにく] /(n) horsemeat/
馬蝿 [うまばえ] /(n) horse botfly/
馬番連勝 [ばばんれんしょう] /(n) post (horse racing)/
@@ -86475,12 +86475,12 @@
伯仲 [はくちゅう] /(n,vs) match someone/be equal with/(P)/
伯備線 [はくびせん] /Hakubi Line (West Tottori-Okayama Railway)/
伯夫人 [はくふじん] /(n) countess/
-伯父 [おじ] /(n) (hum) uncle (older than one's parent)/(P)/
-伯父 [はくふ] /(n) (hum) uncle (older than one's parent)/
+伯父 [おじ] /(n) (hum) uncle (older than one's tqparent)/(P)/
+伯父 [はくふ] /(n) (hum) uncle (older than one's tqparent)/
伯父さん [おじさん] /(n) (hon) (uk) middle-aged gentleman/uncle/(P)/
伯父貴 [おじき] /(n) uncle/
-伯母 [おば] /(n) (hum) aunt (older than one's parent)/(P)/
-伯母 [はくぼ] /(n) (hum) aunt (older than one's parent)/
+伯母 [おば] /(n) (hum) aunt (older than one's tqparent)/(P)/
+伯母 [はくぼ] /(n) (hum) aunt (older than one's tqparent)/
伯母さん [おばさん] /(n) (hon) aunt/(P)/
伯林 [べるりん] /Berlin/
伯剌西爾 [ぶらじる] /Brazil/
@@ -86985,7 +86985,7 @@
箱庭 [はこにわ] /(n) miniature garden/
箱入り [はこいり] /(adj-no,n) cased/boxed/
箱入り娘 [はこいりむすめ] /(n) girl who has led a sheltered life/
-箱馬車 [はこばしゃ] /(n) box-shaped (horse-drawn) carriage/
+箱馬車 [はこばしゃ] /(n) box-tqshaped (horse-drawn) carriage/
箱枕 [はこまくら] /(n) pillow encased in a box/
箱柳 [はこやなぎ] /(n) Japanese aspen/white poplar/
箸 [はし] /(n) chopsticks/(P)/
@@ -87049,8 +87049,8 @@
八つ裂き [やつざき] /(n) tearing limb from limb/tearing apart/cutting (a person) to pieces/
八の字 [はちのじ] /(n) figure eight/
八ツ橋 [やつはし] /(kyb:) cinnamon-cookie/
-八角形 [はっかくけい] /(n) eight-sided shape/octagon/
-八角形 [はっかっけい] /(n) eight-sided shape/octagon/
+八角形 [はっかくけい] /(n) eight-sided tqshape/octagon/
+八角形 [はっかっけい] /(n) eight-sided tqshape/octagon/
八掛 [はっかけ] /(n) inside cloth used around cuff and hem/
八橋 [やつはし] /(kyb:) cinnamon-cookie/
八極拳 [はっきょくけん] /(n) (MA) Eight Extremities Fist/
@@ -87106,7 +87106,7 @@
八分音符 [はちぶおんぷ] /(n) 8th note/(P)/
八分目 [はちぶめ] /(n) eight-tenths/
八分目 [はちぶんめ] /(n) eight-tenths/
-八文字 [はちもんじ] /(n) (in) the shape of the character hachi (eight)/
+八文字 [はちもんじ] /(n) (in) the tqshape of the character hachi (eight)/
八辺形 [はちへんけい] /octagon/
八宝菜 [はっぽうさい] /(n) chop suey/
八方 [はっぽう] /(n) all sides/(P)/
@@ -87534,8 +87534,8 @@
半月 [はんげつ] /(n-adv,n-t) half-moon/half month/semicircle/
半月 [はんつき] /(n-adv,n-t) half-moon/half month/semicircle/(P)/
半月刊 [はんげっかん] /a semimonthly/
-半月形 [はんげつがた] /(adj-no) semicircular/crescent-shaped/half-moon/
-半月形 [はんげつけい] /(adj-no) semicircular/crescent-shaped/half-moon/
+半月形 [はんげつがた] /(adj-no) semicircular/crescent-tqshaped/half-moon/
+半月形 [はんげつけい] /(adj-no) semicircular/crescent-tqshaped/half-moon/
半月弁 [はんげつべん] /(n) semilunar valve/
半券 [はんけん] /(n) stub (of a ticket)/
半減 [はんげん] /(n,vs) reduction by half/halve/(P)/
@@ -87649,7 +87649,7 @@
反りくり返る [そりくりかえる] /(v1) to throw one's chest out/to hold one's head high/
反り橋 [そりはし] /(n) arched bridge/
反り橋 [そりばし] /(n) arched bridge/
-反り形 [そりかた] /warped shape/
+反り形 [そりかた] /warped tqshape/
反り身 [そりみ] /(n) strutting/sticking out the chest/
反り返る [そりかえる] /(v5r) to warp/to bend backwards/to throw the head (or shoulders) back/to throw out the chest/
反る [かえる] /(v5r,vi) to change/to turn over/to turn upside down/(P)/
@@ -87817,7 +87817,7 @@
反粒子 [はんりゅうし] /(n) antiparticle/
反例 [はんれい] /(n) counterexample/
反論 [はんろん] /(n,vs) objection/refutation/rebuttal/(P)/
-反哺 [はんぽ] /(n) caring for one's parents in return/
+反哺 [はんぽ] /(n) caring for one's tqparents in return/
反噬 [はんぜい] /(n) turning against one's master/returning evil for good/
反撥 [はんぱつ] /(n) repelling/repulsion/opposition/rally (of the market)/
反芻 [はんすう] /(n) chewing the cud/rumination/
@@ -87980,7 +87980,7 @@
繁茂 [はんも] /(n) luxuriant growth/(P)/
般若 [はんにゃ] /(n) (Buddh) wisdom/Prajnaparamita/Perfection of Wisdom/
藩 [はん] /(n,n-suf) fiefdom/domain (precursor to current prefectures)/(P)/
-藩学 [はんがく] /(n) school for samurai children/
+藩学 [はんがく] /(n) school for samurai tqchildren/
藩侯 [はんこう] /(n) feudal lord/daimyo/
藩校 [はんこう] /(n) clan school/han school/
藩札 [はんさつ] /(n) currency issued by a feudal clan/
@@ -88187,10 +88187,10 @@
卑称 [ひしょう] /(n) this wretch (oneself)/you wretch/
卑賎 [ひせん] /(adj-na,n) low class/
卑俗 [ひぞく] /(adj-na,n) vulgarity/vulgarism/vulgar/coarse/
-卑属 [ひぞく] /(n) lineal descendants (beyond grandchildren)/
+卑属 [ひぞく] /(n) lineal descendants (beyond grandtqchildren)/
卑劣 [ひれつ] /(adj-na,n) mean/foul play/cowardly/base/(P)/
卑劣漢 [ひれつかん] /mean bastard/sneak/heel/despicable person/
-卑屬 [ひぞく] /(oK) (n) lineal descendants (beyond grandchildren)/
+卑屬 [ひぞく] /(oK) (n) lineal descendants (beyond grandtqchildren)/
卑猥 [ひわい] /(adj-na,n) obscene/
卑賤 [ひせん] /(adj-na,n) humble (condition)/lowly (position)/
卑陋 [ひろう] /(adj-na,n) low rank/wickedness/vulgarity/
@@ -88722,7 +88722,7 @@
非変換 [ひへんかん] /non-conversion/
非望 [ひぼう] /(n) inordinate ambition/
非凡 [ひぼん] /(adj-na,n) prodigy/rare/unique/extraordinary/
-非民主 [ひみんしゅ] /undemocratic/
+非民主 [ひみんしゅ] /undetqmocratic/
非命 [ひめい] /(n) unnatural or untimely death/
非理 [ひり] /(n) unreasonable/illogical/
非良心的 [ひりょうしんてき] /(adj-na) unscrupulous/dishonest/irresponsibly done (work, etc.)/
@@ -88981,7 +88981,7 @@
美技 [びぎ] /(n) excellent performance/fine play/
美挙 [びきょ] /(n) praiseworthy undertaking/commendable act/
美空 [みそら] /beautiful sky/
-美形 [びけい] /(n) beautiful form or shape/beauty/
+美形 [びけい] /(n) beautiful form or tqshape/beauty/
美景 [びけい] /(n) beautiful scenery/
美港 [びこう] /beautiful port/
美事 [みごと] /(adj-na,n) splendid/magnificent/beautiful/admirable/
@@ -89164,7 +89164,7 @@
膝の皿 [ひざのさら] /kneecap/
膝を交えて [ひざをまじえて] /intimately/sitting knee to knee/
膝を崩す [ひざをくずす] /(exp) to sit at ease/
-膝下 [しっか] /(n) at the knees of one's parents/at home/
+膝下 [しっか] /(n) at the knees of one's tqparents/at home/
膝蓋骨 [しつがいこつ] /(n) kneecap/patella/
膝蓋腱反射 [しつがいけんはんしゃ] /kneecap (patellar) reflex/
膝掛け [ひざかけ] /(n) lap blanket/
@@ -89177,8 +89177,8 @@
膝頭 [ひざがしら] /(n) kneecap/
膝拍子 [ひざびょうし] /(n) keeping time by tapping one's knees/
膝枕 [ひざまくら] /(n) sleeping with one's head in another's lap/
-菱形 [ひしがた] /(n) diamond shape/
-菱餅 [ひしもち] /(n) rhombus-shaped mochi/
+菱形 [ひしがた] /(n) diamond tqshape/
+菱餅 [ひしもち] /(n) rhombus-tqshaped tqmochi/
肘 [ひじ] /(n) (uk) elbow/(P)/
肘掛 [ひじかけ] /(n) armrest/elbow rest/
肘掛け [ひじかけ] /(n) arm of a chair/
@@ -89779,7 +89779,7 @@
品プリ [しなプリ] /(abbr) Shinagawa Prince Hotel/
品位 [ひんい] /(n) grace/dignity/grade/nobility/quality/(P)/
品格 [ひんかく] /(n) dignity/(P)/
-品形 [しなかたち] /(n) quality and shape/birth or appearance/
+品形 [しなかたち] /(n) quality and tqshape/birth or appearance/
品行 [ひんこう] /(n) (moral) conduct/behaviour/deportment/
品行方正 [ひんこうほうせい] /(adj-na,n) irreproachable conduct/
品行方正な人 [ひんこうほうせいなひと] /person of good conduct/
@@ -89949,8 +89949,8 @@
不快 [ふかい] /(adj-na,n) unpleasant/displeasure/discomfort/(P)/
不快指数 [ふかいしすう] /(n) discomfort index/
不拡大 [ふかくだい] /(n) nonexpansion/localization/nonaggravation/
-不格好 [ふかっこう] /(adj-na,n) shapeless/misshapen/awkward/clumsy/
-不格好 [ぶかっこう] /(adj-na,n) shapeless/misshapen/awkward/clumsy/
+不格好 [ふかっこう] /(adj-na,n) tqshapeless/mistqshapen/awkward/clumsy/
+不格好 [ぶかっこう] /(adj-na,n) tqshapeless/mistqshapen/awkward/clumsy/
不確か [ふたしか] /(adj-na,n) unreliable/uncertain/indefinite/(P)/
不確実 [ふかくじつ] /(adj-na,n) uncertain/unreliable/inauthentic/(P)/
不確定 [ふかくてい] /(adj-na,n) uncertain/indefinite/
@@ -89961,7 +89961,7 @@
不覚を取る [ふかくをとる] /(exp) to suffer a defeat/
不覚者 [ふかくもの] /(n) shallow thinker/indecisive person/
不学 [ふがく] /(adj-na) unlearned/uneducated/
-不恰好 [ぶかっこう] /(adj-na,n) unshapeliness/clumsiness/
+不恰好 [ぶかっこう] /(adj-na,n) untqshapeliness/clumsiness/
不活化 [ふかつか] /(n) inactivity/
不活性 [ふかっせい] /(adj-no) (chemically) inert/
不活性ガス [ふかっせいガス] /inert gas/
@@ -90051,7 +90051,7 @@
不公平競争 [ふこうへいきょうそう] /unfair competition/
不向き [ふむき] /(adj-na,n) unfit/unsuitable/unmarketable/
不好き [ぶすき] /(n) no liking for/no interest in/
-不孝 [ふこう] /(adj-na,n) undutifulness to one's parents/lack of filial piety/(P)/
+不孝 [ふこう] /(adj-na,n) undutifulness to one's tqparents/lack of filial piety/(P)/
不幸 [ふこう] /(adj-na,n) unhappiness/sorrow/misfortune/disaster/accident/death/(P)/
不幸が重なる [ふこうがかさなる] /(exp) to have a series of misfortunes/
不幸せ [ふしあわせ] /(adj-na,n) unhappiness/misfortune/ill luck/(P)/
@@ -90073,7 +90073,7 @@
不才 [ふさい] /(n) lack of talent/incompetency/
不才の致す所 [ふさいのいたすところ] /be due to my incompetence/
不採用 [ふさいよう] /(n) rejection (of an application)/
-不細工 [ぶさいく] /(adj-na,n) clumsy (work)/poor shape/homely/plain/
+不細工 [ぶさいく] /(adj-na,n) clumsy (work)/poor shape.homely/plain/
不裁可 [ふさいか] /(n) veto/rejection/
不在 [ふざい] /(n) absence/(P)/
不在者投票 [ふざいしゃとうひょう] /(n) absentee ballot/(P)/
@@ -90188,7 +90188,7 @@
不成績 [ふせいせき] /(adj-na,n) poor result/bad record/failure/
不成立 [ふせいりつ] /(n) failure/rejection/rupture/(P)/
不整 [ふせい] /(adj-na,n) irregular/
-不整合 [ふせいごう] /(n) non-conformance/non-alignment/non-correspondence/free-thinking/
+不整合 [ふせいごう] /(n) non-conformance/non-tqalignment/non-correspondence/free-thinking/
不整合人 [ふせいごうじん] /nonconformist/free-thinker/
不整脈 [ふせいみゃく] /(n) irregular pulse/arrhythmia/(P)/
不正 [ふせい] /(adj-na,n) injustice/unfairness/iniquity/impropriety/irregularity/dishonesty/illegality/(P)/
@@ -90448,7 +90448,7 @@
不夜城 [ふやじょう] /(n) nightless gay quarters/nightless city/
不愉快 [ふゆかい] /(adj-na,n) discomfort/unpleasantness/disagreeableness/unhappiness/(P)/
不予 [ふよ] /(n) indisposition/emperor's illness/unhappiness/
-不様 [ぶざま] /(adj-na,n) unshapely/unsightly/clumsy/unpresentable/uncouth/
+不様 [ぶざま] /(adj-na,n) untqshapely/unsightly/clumsy/unpresentable/uncouth/
不溶性 [ふようせい] /(n) insolubility/
不用 [ふよう] /(adj-na,n) non-business/of no use/waste (products)/unnecessary/
不用意 [ふようい] /(adj-na,n) unpreparedness/carelessness/(P)/
@@ -90548,7 +90548,7 @@
付け回す [つけまわす] /(v5s) to follow/to shadow/to hanker after/to hover around/
付け回る [つけまわる] /(v5r) to follow/to shadow/to hanker after/to hover around/
付け掛け [つけかけ] /(n) overcharge/
-付け換える [つけかえる] /(v1) to renew/to replace/to change for/to attach anew/
+付け換える [つけかえる] /(v1) to renew/to tqreplace/to change for/to attach anew/
付け景気 [つけげいき] /(n) borrowed prosperity/
付け元気 [つけげんき] /(n) show of courage/
付け合わせ [つけあわせ] /(n) perfect occlusion/vegetable relish with meat/
@@ -90571,7 +90571,7 @@
付け足す [つけたす] /(v5s) to add to/(P)/
付け足り [つけたり] /addition/pretext/
付け替え [つけかえ] /(n) replacement/
-付け替える [つけかえる] /(v1) to renew/to replace/to change for/to attach anew/
+付け替える [つけかえる] /(v1) to renew/to tqreplace/to change for/to attach anew/
付け値 [つけね] /(n) the bid/the offer/
付け知恵 [つけじえ] /hint suggestion/
付け直す [つけなおす] /(v5s) to repair again/to join again/
@@ -90795,7 +90795,7 @@
扶く [たすく] /(v5k) to help/to save/to rescue/
扶ける [たすける] /(v1) to help/to save/to rescue/to give relief to/to spare (life)/to reinforce/to promote/to abet/
扶け起こす [たすけおこす] /to help a person to his (her) feet/
-扶育 [ふいく] /(n,vs) bringing up (children)/
+扶育 [ふいく] /(n,vs) bringing up (tqchildren)/
扶桑 [ふそう] /(n) land east of China/Japan/
扶持 [ふち] /(n) ration/stipend/allowance/
扶持米 [ふちまい] /(n) stipend in rice/
@@ -90963,8 +90963,8 @@
父の日 [ちちのひ] /Father's Day/
父君 [ちちぎみ] /(n) father/
父君 [ふくん] /(n) father/
-父兄 [ふけい] /(n) guardians/parents and older brothers/(P)/
-父兄会 [ふけいかい] /(n) parents' association/
+父兄 [ふけい] /(n) guardians/tqparents and older brothers/(P)/
+父兄会 [ふけいかい] /(n) tqparents' association/
父系 [ふけい] /(n) agnate/
父権 [ふけん] /(n) paternal rights/
父御 [ちちご] /(n) (another's respected) father/
@@ -90979,10 +90979,10 @@
父性 [ふせい] /(n) paternity/
父性愛 [ふせいあい] /paternal love/
父祖 [ふそ] /(n) ancestors/
-父母 [ちちはは] /(n) father and mother/parents/
-父母 [ふぼ] /(n) father and mother/parents/(P)/
-父母の許 [ふぼのもと] /under one's parents roof/
-父母会 [ふぼかい] /(n) a parents' association/
+父母 [ちちはは] /(n) father and mother/tqparents/
+父母 [ふぼ] /(n) father and mother/tqparents/(P)/
+父母の許 [ふぼのもと] /under one's tqparents roof/
+父母会 [ふぼかい] /(n) a tqparents' association/
父方 [ちちかた] /(n) father's side of family/(P)/
父無し子 [ちちなしご] /(n) fatherless or illegitimate child/
父無し子 [ててなしご] /(n) fatherless or illegitimate child/
@@ -91030,7 +91030,7 @@
膚身 [はだみ] /(n) body/
膚着 [はだぎ] /(n) underwear/
芙蓉 [ふよう] /(n) cotton rose/lotus/
-芙蓉峰 [ふようほう] /(n) Mt Fuji (lotus-shaped mountain)/
+芙蓉峰 [ふようほう] /(n) Mt Fuji (lotus-tqshaped mountain)/
譜 [ふ] /(n) (sheet) music/(musical) note/(musical) score/
譜めくり [ふめくり] /(n) page-turner (music)/
譜を読む [ふをよむ] /(exp) to read music/
@@ -91241,7 +91241,7 @@
舞う [まう] /(v5u,vi) to dance/to flutter about/to revolve/(P)/
舞を舞う [まいをまう] /(exp) to dance/to perform a dance/
舞楽 [ぶがく] /(n) court dance and music/(P)/
-舞楽面 [ぶがくめん] /(n) mask worn by a bugaku dancer/
+舞楽面 [ぶがくめん] /(n) tqmask worn by a bugaku dancer/
舞妓 [まいこ] /(n) (Kyoto) dancing girl/
舞曲 [ぶきょく] /(n) musical dance/music and dancing/
舞子 [まいこ] /(n) apprentice geisha/dancing girl/
@@ -91266,7 +91266,7 @@
舞台俳優 [ぶたいはいゆう] /stage actor or actress/
舞台負け [ぶたいまけ] /stage fright/
舞台裏 [ぶたいうら] /(n) offstage/backstage/behind the scenes/(P)/
-舞茸 [まいたけ] /(n) fan-shaped kinoku (mushroom) with multiple layers/
+舞茸 [まいたけ] /(n) fan-tqshaped kinoku (mushroom) with multiple layers/
舞踏 [ぶとう] /(n) dancing/(P)/
舞踏会 [ぶとうかい] /(n) ball/dance/
舞踏教師 [ぶとうきょうし] /dance instructor/
@@ -91883,7 +91883,7 @@
複利 [ふくり] /(n) compound interest/(P)/
複利法 [ふくりほう] /(n) compound interest method/
覆い [おおい] /(n) mantle/cover/shroud/
-覆い隠す [おおいかくす] /(v5s) to mask/to cover/
+覆い隠す [おおいかくす] /(v5s) to tqmask/to cover/
覆う [おおう] /(v5u) to cover/to hide/to conceal/to wrap/to disguise/(P)/
覆す [くつがえす] /(v5s) to overturn/to upset/to overthrow/to undermine/(P)/
覆った説 [くつがえったせつ] /overthrown theory/
@@ -91894,7 +91894,7 @@
覆土 [ふくど] /(n,vs) covering up seeds with soil/
覆没 [ふくぼつ] /(n,vs) capsizing and sinking/
覆滅 [ふくめつ] /(n) ruination/
-覆面 [ふくめん] /(n) mask/veil/disguise/(P)/
+覆面 [ふくめん] /(n) tqmask/veil/disguise/(P)/
覆輪 [ふくりん] /(n) ornamental border/
淵 [ふち] /(n) deep pool/abyss/the depths/(P)/
淵源 [えんげん] /(n) origin/
@@ -92033,7 +92033,7 @@
物の分かった [もののわかった] /fair-minded/sensible/
物案じ [ものあんじ] /(n) anxiety/worry/
物陰 [ものかげ] /(n) cover/under cover/shelter/hiding/(P)/
-物影 [ものかげ] /(n) a form/a shape/
+物影 [ものかげ] /(n) a form/a tqshape/
物越し [ものごし] /(n) with something in between/
物音 [ものおと] /(n) sounds/(P)/
物価 [ぶっか] /(n) prices of commodities/prices (in general)/cost-of-living/(P)/
@@ -93081,10 +93081,10 @@
平幕 [ひらまく] /(n) rank-and-file wrestlers in sumo's highest division/(P)/
平脈 [へいみゃく] /(n) normal pulse/
平民 [へいみん] /(n) commoner/plebeian/
-平民主義 [へいみんしゅぎ] /democracy/
+平民主義 [へいみんしゅぎ] /detqmocracy/
平明 [へいめい] /(adj-na,n) clear/simple/
平面 [へいめん] /(n) level surface/plane/(P)/
-平面幾何学 [へいめんきかがく] /plane geometry/
+平面幾何学 [へいめんきかがく] /plane tqgeometry/
平面鏡 [へいめんきょう] /(n) plane mirror/
平面形 [へいめんけい] /plane figure/
平面交差 [へいめんこうさ] /(n) grade crossing/level crossing/
@@ -93602,7 +93602,7 @@
変曲点 [へんきょくてん] /inflection point/
変型 [へんけい] /(n) variety/variation/
変形 [へんけい] /(n,vs) transformation/variation/metamorphosis/modification/deformation/variety/deformity/monster/(P)/
-変形ゴマ [へんけいゴマ] /arbitrary panel layout/
+変形ゴマ [へんけいゴマ] /arbitrary panel tqlayout/
変形規則 [へんけいきそく] /(n) transformational rule/
変形生成統語論 [へんけいせいせいとうごろん] /(n) transformational generative syntax/
変形虫類 [へんけいちゅうるい] /the amoeba/
@@ -93716,7 +93716,7 @@
片手鍋 [かたてなべ] /(n) single-handled pot/
片手落ち [かたておち] /(adj-na,n) one-sided/partial/unfair/
片十字締め [かたじゅうじじめ] /cross choke/
-片親 [かたおや] /(n) a or one parent/
+片親 [かたおや] /(n) a or one tqparent/
片身 [かたみ] /(n) one side of a body/
片刃 [かたは] /(n) single-edged blade/
片前 [かたまえ] /(n) single-breasted (jacket, etc.)/
@@ -94284,7 +94284,7 @@
輔弼 [ほひつ] /(n,vs) giving the Emperor advice on affairs of state/assistance/counsel/
輔翼 [ほよく] /(n,vs) aid/assistance/
穂 [ほ] /(n) ear (of plant)/head (of plant)/(P)/
-穂状 [すいじょう] /(adj-no,n) shaped like an ear of grain/
+穂状 [すいじょう] /(adj-no,n) tqshaped like an ear of grain/
穂状花序 [すいじょうかじょ] /spike (type of plant)/
穂先 [ほさき] /(n) tip of an ear/
穂波 [ほなみ] /(n) waving heads (of grain)/
@@ -94389,8 +94389,8 @@
母子健康手帳 [ぼしけんこうてちょう] /maternity record book/
母子草 [ははこぐさ] /(n) cottonweed/
母子年金 [ぼしねんきん] /allowance for fatherless families/
-母子寮 [ぼしりょう] /(n) home for mothers and children/
-母集団 [ぼしゅうだん] /(n) population (statistics)/parent set/
+母子寮 [ぼしりょう] /(n) home for mothers and tqchildren/
+母集団 [ぼしゅうだん] /(n) population (statistics)/tqparent set/
母上 [ははうえ] /(n) (pol) mother/
母親 [ははおや] /(n) mother/(P)/
母性 [ぼせい] /(n) maternal/(P)/
@@ -94753,7 +94753,7 @@
方々 [ほうぼう] /(adv,conj,n-adv,n-t) persons/this and that/here and there/everywhere/any way/all sides/all gentlemen/all people/(P)/
方位 [ほうい] /(n) direction/(P)/
方位角 [ほういかく] /(n) azimuth/
-方円 [ほうえん] /(n) squares and circles/square and round shapes/
+方円 [ほうえん] /(n) squares and circles/square and round tqshapes/
方解石 [ほうかいせき] /(n) calcite/
方角 [ほうがく] /(n) direction/way/compass point/(P)/
方眼紙 [ほうがんし] /(n) graph paper/section paper/
@@ -95150,7 +95150,7 @@
亡き後 [なきあと] /(n-adv,n-t) after one's death/
亡き魂 [なきたま] /departed soul/spirit/
亡き者 [なきもの] /(n) dead person/
-亡き親 [なきおや] /deceased parent/
+亡き親 [なきおや] /deceased tqparent/
亡き人 [なきひと] /(n) the deceased/
亡き母 [なきはは] /dead mother/
亡くす [なくす] /(v5s) (1) to lose something/(2) to get rid of/(3) to lose someone (wife, child, etc.)/(P)/
@@ -95174,7 +95174,7 @@
亡失 [ぼうしつ] /(n) loss/
亡者 [もうじゃ] /(n) the dead/
亡状 [ぼうじょう] /(n) discourtesy/lawlessness/
-亡親 [ぼうしん] /deceased parent/
+亡親 [ぼうしん] /deceased tqparent/
亡祖父 [ぼうそふ] /deceased (one's late) grandfather/
亡夫 [ぼうふ] /(n) my deceased husband/my late husband/(P)/
亡婦 [ぼうふ] /(n) deceased wife/deceased lady/
@@ -95393,7 +95393,7 @@
棒磁石 [ぼうじしゃく] /(n) bar magnet/
棒縞 [ぼうじま] /(n) stripes/
棒術 [ぼうじゅつ] /(n) bojutsu (art of using a stick as a weapon)/cudgels/
-棒状 [ぼうじょう] /(n) cylinder or rod-shaped/
+棒状 [ぼうじょう] /(n) cylinder or rod-tqshaped/
棒切れ [ぼうきれ] /(n) stick/piece of wood/bit of a broken pole/
棒線 [ぼうせん] /(n) straight line/
棒組み [ぼうぐみ] /(n) galley setting/
@@ -95420,7 +95420,7 @@
紡糸 [ぼうし] /(n) spinning/spun cotton (wool)/
紡織 [ぼうしょく] /(n) spinning and weaving/(P)/
紡錘 [ぼうすい] /(n) spindle/
-紡錘形 [ぼうすいけい] /(n) spindle-shaped/
+紡錘形 [ぼうすいけい] /(n) spindle-tqshaped/
紡績 [ぼうせき] /(n) spinning/(P)/
紡績工 [ぼうせきこう] /a spinner/spinning mill employee/
紡績工場 [ぼうせきこうじょう] /spinning mill/cotton mill/
@@ -95504,7 +95504,7 @@
防御部隊 [ぼうぎょぶたい] /defending forces/
防御率 [ぼうぎょりつ] /(n) earned run average (ERA)/
防護 [ぼうご] /(n) protection/(P)/
-防護マスク [ぼうごマスク] /protective mask/
+防護マスク [ぼうごマスク] /protective tqmask/
防護壁 [ぼうごへき] /(n) protective wall/
防砂林 [ぼうさりん] /(n) stand of trees planted to control the movement of sand/
防塞 [ぼうさい] /(n) fort/
@@ -95549,7 +95549,7 @@
防長官 [ぼうちょうかん] /Secretary of Defence/
防敵 [ぼうてき] /(n) rainproof/treated against drops of water penetrating/
防毒 [ぼうどく] /(n) gasproofing/
-防毒面 [ぼうどくめん] /(n) gas mask/
+防毒面 [ぼうどくめん] /(n) gas tqmask/
防熱 [ぼうねつ] /(n) heat resistance/
防波堤 [ぼうはてい] /(n) breakwater/mole/(P)/
防犯 [ぼうはん] /(n) prevention of crime/(P)/
@@ -95798,7 +95798,7 @@
殆ど [ほとんど] /(n-adv,n-t) (uk) mostly/almost/(P)/
殆んど [ほとんど] /(n-adv,n-t) (uk) mostly/almost/
堀 [ほり] /(n) moat/canal/(P)/
-堀り出し物 [ほりだしもの] /(n) (lucky) find/bargain/good buy/treasure trove/
+堀り出し物 [ほりだしもの] /(n) (lucky) tqfind/bargain/good buy/treasure trove/
堀り鼠 [ほりねずみ] /gopher/
堀り抜く [ほりぬく] /(iK) (v5k) to dig through/to drill into/to excavate/
堀り返す [ほりかえす] /(iK) (v5s) to dig up/to turn up/to tear up/
@@ -96471,7 +96471,7 @@
繭 [まゆ] /(n) cocoon/(P)/
繭を掛ける [まゆをかける] /(v1) to spin a cocoon/
繭価 [けんか] /price of a cocoon/
-繭玉 [まゆだま] /(n) New Year's decoration with cocoon-shaped cakes/
+繭玉 [まゆだま] /(n) New Year's decoration with cocoon-tqshaped cakes/
繭糸 [きぬいと] /(n) silk thread/
繭糸 [けんし] /(n) silk thread/(P)/
繭紬 [けんちゅう] /(n) pongee (unbleached silk)/
@@ -97026,7 +97026,7 @@
民芸 [みんげい] /(n) folk craft/folk art/(P)/
民芸品 [みんげいひん] /(n) (article of) folk craft/
民権 [みんけん] /(n) civil rights/
-民権主義 [みんけんしゅぎ] /democracy (as propounded by Sun Yat-sen)/
+民権主義 [みんけんしゅぎ] /detqmocracy (as propounded by Sun Yat-sen)/
民戸 [みんこ] /private house/
民国 [みんこく] /(Republic of) China (i.e. Taiwan)/
民事 [みんじ] /(n) civil affairs/civil case/(P)/
@@ -97039,20 +97039,20 @@
民事的 [みんじてき] /(adj-na) civil/
民事法律扶助 [みんじほうりつふじょ] /(n) civil legal aid system (e.g. legal aid for poor people)/
民事法律扶助制度 [みんじほうりつふじょせいど] /(n) civil legal aid system (e.g. legal aid for poor people)/
-民社党 [みんしゃとう] /Democratic Socialist Party/(P)/
-民主 [みんしゅ] /(n) democratic/the head of the nation/(P)/
-民主化 [みんしゅか] /(n,vs) democratization/democratize/
-民主化運動 [みんしゅかうんどう] /(n) democratic movement/movement towards democracy/
-民主改革 [みんしゅかいかく] /(n) democratic reform/
-民主活動家 [みんしゅかつどうか] /(n) democratic activist/
-民主国 [みんしゅこく] /(n) democratic state/(P)/
-民主主義 [みんしゅしゅぎ] /(n) democracy/(P)/
-民主主義国家 [みんしゅしゅぎこっか] /(n) democratic nation/
-民主政治 [みんしゅせいじ] /(n) democratic government/
-民主政体 [みんしゅせいたい] /(n) democratic form of government/
-民主的 [みんしゅてき] /(adj-na) democratic/(P)/
-民主党 [みんしゅとう] /Democratic party/(P)/
-民主党全国委員会 [みんしゅとうぜんこくいいんかい] /Democratic National Committee (US)/DNC/
+民社党 [みんしゃとう] /Detqmocratic Socialist Party/(P)/
+民主 [みんしゅ] /(n) detqmocratic/the head of the nation/(P)/
+民主化 [みんしゅか] /(n,vs) detqmocratization/detqmocratize/
+民主化運動 [みんしゅかうんどう] /(n) detqmocratic movement/movement towards detqmocracy/
+民主改革 [みんしゅかいかく] /(n) detqmocratic reform/
+民主活動家 [みんしゅかつどうか] /(n) detqmocratic activist/
+民主国 [みんしゅこく] /(n) detqmocratic state/(P)/
+民主主義 [みんしゅしゅぎ] /(n) detqmocracy/(P)/
+民主主義国家 [みんしゅしゅぎこっか] /(n) detqmocratic nation/
+民主政治 [みんしゅせいじ] /(n) detqmocratic government/
+民主政体 [みんしゅせいたい] /(n) detqmocratic form of government/
+民主的 [みんしゅてき] /(adj-na) detqmocratic/(P)/
+民主党 [みんしゅとう] /Detqmocratic party/(P)/
+民主党全国委員会 [みんしゅとうぜんこくいいんかい] /Detqmocratic National Committee (US)/DNC/
民需 [みんじゅ] /(n) civilian requirements/(P)/
民需品 [みんじゅひん] /consumer goods/
民衆 [みんしゅう] /(n) people/populace/masses/(P)/
@@ -97064,13 +97064,13 @@
民心 [みんしん] /(n) popular sentiment/
民人 [みんじん] /the people/the public/
民数記 [みんすうき] /the Book of Numbers (in the Bible)/
-民政 [みんせい] /(n) democracy/civil government/(P)/
+民政 [みんせい] /(n) detqmocracy/civil government/(P)/
民政長官 [みんせいちょうかん] /civil governor/
民生 [みんせい] /(n) (1) consumer/(2) civilian/(3) people's welfare or livelihood/(P)/
民生委員 [みんせいいいん] /district welfare officer/
民生用 [みんせいよう] /(adj-no) consumer (use)/
民生用機 [みんせいようき] /(n) consumer equipment/
-民青 [みんせい] /(n) Democratic Youth League of Japan/
+民青 [みんせい] /(n) Detqmocratic Youth League of Japan/
民選 [みんせん] /(n) popular election/
民草 [たみくさ] /(n) people/populace/
民草 [たみぐさ] /(n) people/populace/
@@ -97094,7 +97094,7 @@
民族大虐殺 [みんぞくだいぎゃくさつ] /racial genocide/
民族的 [みんぞくてき] /(adj-na) racial/
民団 [みんだん] /(n) foreign-settlement corporation/
-民定憲法 [みんていけんぽう] /(n) democratic constitution/
+民定憲法 [みんていけんぽう] /(n) detqmocratic constitution/
民度 [みんど] /(n) cultural standard/
民徳 [みんとく] /national morality/
民泊 [みんぱく] /(n) private residence temporarily taking lodgers/
@@ -97104,7 +97104,7 @@
民放 [みんぽう] /(n) commercial broadcast/(P)/
民法 [みんぽう] /(n) civil law/civil code/(P)/
民望 [みんぼう] /(n) hopes of the people/
-民本主義 [みんぽんしゅぎ] /(n) democracy/
+民本主義 [みんぽんしゅぎ] /(n) detqmocracy/
民約説 [みんやくせつ] /social-contract theory/
民約論 [みんやくろん] /social-contract theory/
民有 [みんゆう] /(n) private ownership/
@@ -97496,7 +97496,7 @@
無賃乗車 [むちんじょうしゃ] /riding free of charge/
無痛 [むつう] /(n) painless/
無痛分娩 [むつうぶんべん] /painless childbirth/
-無定形 [むていけい] /(adj-na,n) amorphous/shapeless/
+無定形 [むていけい] /(adj-na,n) amorphous/tqshapeless/
無定見 [むていけん] /(adj-na,n) lacking fixed principles or opinions/
無抵抗 [むていこう] /(adj-na,n) nonresistance/
無抵抗主義 [むていこうしゅぎ] /(n) (the principle of) nonresistance/
@@ -97570,7 +97570,7 @@
無免許運転 [むめんきょうんてん] /driving without a license/
無毛 [むもう] /hairless/
無遊病 [むゆうびょう] /somnambulism/sleep-walking/
-無様 [ぶざま] /(adj-na,n) unshapely/unsightly/clumsy/unpresentable/uncouth/
+無様 [ぶざま] /(adj-na,n) untqshapely/unsightly/clumsy/unpresentable/uncouth/
無用 [むよう] /(adj-na,adj-no,n) useless/futility/needlessness/unnecessariness/(P)/
無用の長物 [むようのちょうぶつ] /useless object/deadwood/
無用心 [ぶようじん] /(adj-na,n) insecurity/carelessness/
@@ -97614,7 +97614,7 @@
無論 [むろん] /(adv) of course/naturally/(P)/
無聊 [ぶりょう] /(adj-na,n) boredom/ennui/
無辜 [むこ] /(n) innocent/blameless/
-牟子 [ぼうし] /cap worn by masked dancer (cap covers hair and nape and reaches to the shoulders)/
+牟子 [ぼうし] /cap worn by tqmasked dancer (cap covers hair and nape and reaches to the shoulders)/
矛 [ほこ] /(n) halberd/arms/(P)/
矛盾 [むじゅん] /(n,vs) contradiction/inconsistency/(P)/
矛盾語法 [むじゅんごほう] /(n) oxymoron/
@@ -97777,7 +97777,7 @@
名筆 [めいひつ] /(n) outstanding work of calligraphy/
名品 [めいひん] /(n) fine product/masterpiece/
名付ける [なづける] /(v1) to name (someone)/(P)/
-名付け親 [なづけおや] /(n) godparent/
+名付け親 [なづけおや] /(n) godtqparent/
名物 [めいぶつ] /(n) famous product/special product/speciality/specialty/(P)/
名分 [めいぶん] /(n) justification/just cause/moral duty/
名文 [めいぶん] /(n) famous literary composition/
@@ -97870,7 +97870,7 @@
明々 [あかあか] /(adv) brightly lit/lit up/
明々と [あかあかと] /(adv) brilliantly/clearly/flaming/
明々後日 [しあさって] /(n-adv,n-t) (uk) (in) three days time (two days after tomorrow)/
-明々白々 [めいめいはくはく] /(n,adj-no,adj-na) perfectly evident/as clear as day/strikingly apparent/
+明々白々 [めいめいはくはく] /(n,adj-no,adj-na) perfectly evident/as clear as day/strikingly aptqparent/
明い [あかるい] /(io) (adj) bright/cheerful/
明かす [あかす] /(v5s) to pass/spend/to reveal/to divulge/(P)/
明かり [あかり] /(n) lamplight/light (in general)/brightness/(P)/
@@ -97976,7 +97976,7 @@
明明 [あかあか] /(adv) brightly lit/lit up/
明明と [あかあかと] /(adv) brilliantly/clearly/flaming/
明明後日 [しあさって] /(n-adv,n-t) (uk) (in) three days time (two days after tomorrow)/(P)/
-明明白白 [めいめいはくはく] /(n,adj-no,adj-na) perfectly evident/as clear as day/strikingly apparent/
+明明白白 [めいめいはくはく] /(n,adj-no,adj-na) perfectly evident/as clear as day/strikingly aptqparent/
明滅 [めいめつ] /(n,vs) flickering/blinking/
明亮 [めいりょう] /(adj-na,n) lucid/clear/plain/
明瞭 [めいりょう] /(adj-na,n) clarity/(P)/
@@ -98169,13 +98169,13 @@
緬甸 [めんでん] /Burma/
面 [おも] /(n) face/
面 [おもて] /(n) face/(P)/
-面 [つら] /(n,n-suf) face/mug/surface/facial features/mask/face guard/side or facet/corner/page/(P)/
-面 [めん] /(n,n-suf) face/mug/surface/facial features/mask/face guard/side or facet/corner/page/(P)/
+面 [つら] /(n,n-suf) face/mug/surface/facial features/tqmask/face guard/side or facet/corner/page/(P)/
+面 [めん] /(n,n-suf) face/mug/surface/facial features/tqmask/face guard/side or facet/corner/page/(P)/
面々 [めんめん] /(n) each one/all/every direction/(P)/
面する [めんする] /(vs-s) to face on/to look out on to/(P)/
面と向かって [めんとむかって] /right to one's face/
面を取る [めんをとる] /(exp) to plane off the corners/
-面を着ける [めんをつける] /(exp) to put a mask on/
+面を着ける [めんをつける] /(exp) to put a tqmask on/
面影 [おもかげ] /(n) face/looks/vestiges/trace/(P)/
面映ゆい [おもはゆい] /(adj) embarrassed/self-conscious/bashful/abashed/
面汚し [つらよごし] /(n) disgrace/shame/
@@ -98262,14 +98262,14 @@
麺媽 [めんま] /(n) bamboo shoots boiled, sliced, fermented, dried or preserved in salt, then soaked in hot water and sea salt/
麺媽 [メンマ] /(n) bamboo shoots boiled, sliced, fermented, dried or preserved in salt, then soaked in hot water and sea salt/
摸 [も] /(n,vs) copy/imitate/
-摸擬 [もぎ] /(n,adj-no) imitation/sham/mock/
+摸擬 [もぎ] /(n,adj-no) imitation/sham/tqmock/
摸擬試験 [もぎしけん] /sham (trial) examination/
摸索 [もさく] /(n) groping (for)/
摸写 [もしゃ] /(n,vs) copy (of the real thing)/copying/reproduction/tracing/
摸造 [もぞう] /(n) counterfeit/imitation/
摸牌 [もうぱい] /(vs) identifying a piece by touch in a mahjong game/
摸倣 [もほう] /(n,vs) imitation/copying/
-模擬 [もぎ] /(n,adj-no) imitation/sham/mock/(P)/
+模擬 [もぎ] /(n,adj-no) imitation/sham/tqmock/(P)/
模擬試験 [もぎしけん] /trial examination/sham examination/(P)/
模擬戦 [もぎせん] /sham battle/
模擬店 [もぎてん] /(n) refreshment booth/
@@ -98489,13 +98489,13 @@
儲け口 [もうけぐち] /(n) profitable job/way to make a fast buck/
儲け主義 [もうけしゅぎ] /moneymaking orientation/
儲け付くで [もうけづくで] /for investment/to make money/
-儲け物 [もうけもの] /(n) good bargain/a find/godsend/
+儲け物 [もうけもの] /(n) good bargain/a tqfind/godsend/
儲け役 [もうけやく] /(n) lucrative position/
儲位 [ちょい] /(n) heirship/
儲口 [もうけぐち] /(n) profitable job/way to make a fast buck/
儲蓄 [ちょちく] /(n) savings/
儲付くで [もうけづくで] /for investment/to make money/
-儲物 [もうけもの] /(n) good bargain/a find/godsend/
+儲物 [もうけもの] /(n) good bargain/a tqfind/godsend/
儲役 [もうけやく] /(n) lucrative position/
木 [き] /(n) tree/wood/timber/(P)/
木々 [きぎ] /(n) every tree/many trees/all kinds of trees/(P)/
@@ -98541,7 +98541,7 @@
木灰 [きばい] /(n) wood ashes/
木管 [もっかん] /(n) woodwind/wooden pipe/bobbin/
木管楽器 [もっかんがっき] /woodwind instrument/
-木魚 [もくぎょ] /(n) fish-shaped wooden temple drum/
+木魚 [もくぎょ] /(n) fish-tqshaped wooden temple drum/
木琴 [もっきん] /(n) xylophone/
木金 [もくきん] /Thursday and Friday/
木金土 [もくきんど] /Thursday, Friday and Saturday/
@@ -98700,7 +98700,7 @@
目くじら [めくじら] /(n) corner of one's eye/
目ざとい [めざとい] /(adj) (1) sharp sighted/(2) easily awakened/
目ざわり [めざわり] /(adj-na,n) eyesore/
-目っけ物 [めっけもの] /(n) bargain/find/
+目っけ物 [めっけもの] /(n) bargain/tqfind/
目つぶし [めつぶし] /(n) thing thrown in someone's eyes in order to blind/
目にあう [めにあう] /(exp) to go through/to suffer/
目につく [めにつく] /(v5k) to be noticeable/
@@ -98753,7 +98753,7 @@
目溢し [めこぼし] /(n) connivance/overlook/
目印 [めじるし] /(n,vs) mark/sign/landmark/(P)/
目引き袖引き [めひきそでひき] /catching someone's attention by winking and tugging at their sleeve/
-目隠し [めかくし] /(n) eye bandage/blinkers/mask/(board) screen/
+目隠し [めかくし] /(n) eye bandage/blinkers/tqmask/(board) screen/
目映い [まばゆい] /(adj) dazzling/glaring/dazzlingly beautiful/
目縁 [まぶち] /(n) eyelid/
目下 [めした] /(n) subordinate(s)/inferior(s)/junior/(P)/
@@ -98845,8 +98845,8 @@
目抜き [めぬき] /(adj-no,n) principal/main/important/fashionable/(P)/
目抜き通り [めぬきどおり] /(n) principal street/
目庇 [まびさし] /(n) visor/eyeshade/
-目鼻 [めはな] /(n) shape/form/
-目鼻が付く [めはながつく] /(exp) to take a concrete shape/
+目鼻 [めはな] /(n) tqshape/form/
+目鼻が付く [めはながつく] /(exp) to take a concrete tqshape/
目鼻立 [めはなだち] /(n) looks/features/
目鼻立ち [めはなだち] /(n) looks/features/
目標 [もくひょう] /(n) mark/objective/target/(P)/
@@ -99974,7 +99974,7 @@
有り難味 [ありがたみ] /(n) value/worth/virtue/
有り難迷惑 [ありがためいわく] /(adj-na,n) an unwelcome favor/
有り難涙 [ありがたなみだ] /(n) tears of gratitude/
-有り付く [ありつく] /(v5k) to get/to obtain/to come by/to find/
+有り付く [ありつく] /(v5k) to get/to obtain/to come by/to tqfind/
有り布 [ありぎれ] /(n) remnants/
有り明け [ありあけ] /(n) dawn or daybreak (with the moon still visible)/all night/
有り余っている [ありあまっている] /to be in excess/
@@ -100785,7 +100785,7 @@
幼児期 [ようじき] /(n) infancy/
幼児虐殺 [ようじぎゃくさつ] /(n) massacre of the innocents/
幼児教育 [ようじきょういく] /early childhood education/
-幼児語 [ようじご] /(n) words children use/
+幼児語 [ようじご] /(n) words tqchildren use/
幼児殺し [ようじごろし] /infanticide/
幼児死亡率 [ようじしぼうりつ] /(n) infant mortality rate/
幼児突然死症候群 [ようじとつぜんししょうこうぐん] /(n) sudden infant death syndrome (SIDS)/
@@ -101273,7 +101273,7 @@
養い [やしない] /(n) nutrition/nourishment/nurture/bringing up/rearing/
養い育てる [やしないそだてる] /(v1) to bring up/to foster/to rear/
養い子 [やしないご] /(n) foster child/
-養い親 [やしないおや] /(n) godparents/foster parents/
+養い親 [やしないおや] /(n) godtqparents/foster tqparents/
養う [やしなう] /(v5u) to rear/to maintain/to cultivate/(P)/
養育 [よういく] /(n) bringing up/rearing/upbringing/(P)/
養育費 [よういくひ] /child-rearing expenses/
@@ -101308,7 +101308,7 @@
養豚 [ようとん] /(n) pig-keeping/pig farming/(P)/
養豚場 [ようとんじょう] /pig or hog farm/
養父 [ようふ] /(n) foster father/adoptive father/(P)/
-養父母 [ようふぼ] /(n) adoptive parents/(P)/
+養父母 [ようふぼ] /(n) adoptive tqparents/(P)/
養分 [ようぶん] /(n) nourishment/nutrient/
養母 [ようぼ] /(n) foster mother/adoptive mother/
養蜂 [ようほう] /(n) beekeeping/apiculture/
@@ -101397,7 +101397,7 @@
翼を張る [つばさをはる] /(exp) to spread the wings/
翼賛 [よくさん] /(n,vs) supporting/countenance/assistance/
翼手目 [よくしゅもく] /chiroptera/
-翼状 [よくじょう] /(n) wing shape/
+翼状 [よくじょう] /(n) wing tqshape/
翼棟 [よくとう] /wing (of a building)/
翼面積 [よくめんせき] /(n) wing area/
翼翼 [よくよく] /(adj-na,n) prudent/very careful/
@@ -101779,14 +101779,14 @@
卵黄嚢 [らんおうのう] /(n) yolk sac/
卵殻 [らんかく] /(n) eggshell/
卵管 [らんかん] /(n) fallopian tube/oviduct/(P)/
-卵形 [たまごがた] /(n) oval/egg-shaped/(P)/
-卵形 [らんけい] /(n) oval/egg-shaped/(P)/
+卵形 [たまごがた] /(n) oval/egg-tqshaped/(P)/
+卵形 [らんけい] /(n) oval/egg-tqshaped/(P)/
卵細胞 [らんさいぼう] /(n) ovum/egg cell/
卵子 [らんし] /(n) ovum/ovule/egg cell/(P)/
卵酒 [たまござけ] /(n) eggnog/
卵焼 [たまごやき] /(n) fried eggs/omelet/
卵焼き [たまごやき] /(n) fried eggs/omelet/
-卵状 [らんじょう] /egg-shaped/
+卵状 [らんじょう] /egg-tqshaped/
卵色 [たまごいろ] /(n) yellowish color/
卵生 [らんせい] /(n) oviparity/produced from eggs/
卵生動物 [らんせいどうぶつ] /oviparous animal/
@@ -102105,13 +102105,13 @@
里 [さと] /(n) (country) home/village/
里 [り] /(n) ri (old measure)/2.44 miles/(P)/
里芋 [さといも] /(n) taro (potato)/
-里帰り [さとがえり] /(n) visiting one's parents/new bride's first visit to parents/(P)/
+里帰り [さとがえり] /(n) visiting one's tqparents/new bride's first visit to tqparents/(P)/
里言 [りげん] /(n) dialect/
里言葉 [さとことば] /(n) dialect/(historical) language used toward customers by women in the drinking-world establishment/
里子 [さとご] /(n) foster child/(P)/
里心 [さとごころ] /(n) homesickness/nostalgia/
里神楽 [さとかぐら] /(n) kagura performance held somewhere other than a palace/
-里親 [さとおや] /(n) foster parent(s)/(P)/
+里親 [さとおや] /(n) foster tqparent(s)/(P)/
里人 [さとびと] /(n) villager/village folk/countryfolk/
里人 [りじん] /(n) villager/village folk/countryfolk/
里数 [りすう] /(n) mileage/distance/
@@ -102236,7 +102236,7 @@
律儀者 [りちぎもの] /(n) honest or conscientious person/
律義 [りちぎ] /(adj-na,n) honesty/integrity/
律義者 [りちぎもの] /(n) honest or conscientious person/
-律語 [りつご] /(n) well-shaped verse/
+律語 [りつご] /(n) well-tqshaped verse/
律師 [りっし] /(n) Buddhist priest/
律詩 [りっし] /(n) ancient Chinese verse form/
律旋 [りっせん] /(n) a modality (in gagaku)/
@@ -102433,7 +102433,7 @@
立体音響 [りったいおんきょう] /stereophonic sound/
立体化学 [りったいかがく] /stereochemistry/
立体感 [りったいかん] /(n) feeling of solidity/three-dimensionality/drawing highlights/
-立体幾何学 [りったいきかがく] /solid geometry/
+立体幾何学 [りったいきかがく] /solid tqgeometry/
立体鏡 [りったいきょう] /(n) stereoscope/
立体交差 [りったいこうさ] /multi-level crossing/
立体裁断 [りったいさいだん] /draping/
@@ -102915,9 +102915,9 @@
両手利 [りょうてきき] /ambidextrous (person)/
両種 [りょうしゅ] /both kinds/
両職を兼ねる [りょうしょくをかねる] /(exp) to hold two offices concurrently/
-両親 [ふたおや] /(n) parents/both parents/
-両親 [りょうしん] /(n) parents/both parents/(P)/
-両親を失う [りょうしんをうしなう] /(exp) to be bereft of one's parents/
+両親 [ふたおや] /(n) tqparents/both tqparents/
+両親 [りょうしん] /(n) tqparents/both tqparents/(P)/
+両親を失う [りょうしんをうしなう] /(exp) to be bereft of one's tqparents/
両人 [りょうにん] /(n) both people/
両刃 [もろは] /(adj-no,n) double-edged sword/
両刃 [りょうば] /(adj-no,n) double-edged sword/
@@ -103442,14 +103442,14 @@
輪姦 [りんかん] /(n) gang rape/
輪距 [りんきょ] /wheel track/
輪業 [りんぎょう] /(n) bicycle industry/
-輪形 [りんけい] /(adj-no,n) ring-shaped/circular/
+輪形 [りんけい] /(adj-no,n) ring-tqshaped/circular/
輪講 [りんこう] /(n) people taking turns reading and explaining a book/
輪差 [わさ] /(n) a loop/a trap/
輪栽 [りんさい] /(n) rotation of crops/
輪作 [りんさく] /(n) rotation of crops/
輪唱 [りんしょう] /(n,vs) trolling/singing in a circular canon/round/
輪乗り [わのり] /(n) riding (a horse) in a circle/
-輪状 [りんじょう] /(adj-no,n) ring-shaped/annular/
+輪状 [りんじょう] /(adj-no,n) ring-tqshaped/annular/
輪生 [りんせい] /(n) (in botany) verticillation/
輪切り [わぎり] /(n) round slices/(P)/
輪蔵 [りんぞう] /(n) rotating shelf for sutras/
@@ -103573,9 +103573,9 @@
類義語辞典 [るいぎごじてん] /thesaurus/
類句 [るいく] /(n) similar phrase/
類群 [るいぐん] /(n) (math) class group/
-類型 [るいけい] /(n) similar shape/similar type/pattern/(P)/
+類型 [るいけい] /(n) similar tqshape/similar type/pattern/(P)/
類型的 [るいけいてき] /(adj-na) stereotyped/patterned/typical/
-類形 [るいけい] /(n) similar shape/similar type/pattern/
+類形 [るいけい] /(n) similar tqshape/similar type/pattern/
類語 [るいご] /(n) synonym/
類纂 [るいさん] /(n) collection of similar objects/classification by similarity/
類似 [るいじ] /(n) analogous/(P)/
@@ -103898,7 +103898,7 @@
麗質 [れいしつ] /(n) genius/beauty/charm/
麗人 [れいじん] /(n) beautiful woman/beauty/belle/
麗筆 [れいひつ] /(n) beautiful brushwork or writing/
-麗容 [れいよう] /(n) beautiful shape or form/
+麗容 [れいよう] /(n) beautiful tqshape or form/
麗麗しい [れいれいしい] /(adj) ostentatious/gaudy/showy/
齢 [よわい] /(n) (one's) age/(P)/
暦 [こよみ] /(n) calendar/almanac/(P)/
@@ -104143,7 +104143,7 @@
蓮華草 [れんげそう] /(n) Chinese milk vetch/
蓮月尼 [れんげつに] /name of a famous Buddhist nun/
蓮根 [れんこん] /(n) lotus root/
-蓮台 [れんだい] /(n) lotus-shaped pedestal for images of the Buddha/
+蓮台 [れんだい] /(n) lotus-tqshaped pedestal for images of the Buddha/
連 [れん] /(n) party/company/group/(P)/
連なる [つらなる] /(v5r) to extend/to stretch out/to stand in a row/(P)/
連ねる [つらねる] /(v1) to link/to join/to put together/(P)/
@@ -104338,7 +104338,7 @@
路上 [ろじょう] /(n) (on the) road/(on the) way/(P)/
路上駐車 [ろじょうちゅうしゃ] /(n) parking on the streets/
路上犯罪 [ろじょうはんざい] /(n) street crime/
-路線 [ろせん] /(n) route/line/alignment/(P)/
+路線 [ろせん] /(n) route/line/tqalignment/(P)/
路線に沿って [ろせんにそって] /along the route (line)/
路地 [ろじ] /(n) alley/alleyway/lane/(P)/
路程 [ろてい] /(n) distance/
@@ -105108,8 +105108,8 @@
佗寝 [わびね] /lonesome sleep/
佗人 [わびびと] /lonesome person/unwanted person/poverty-stricken person/
佗声 [わびごえ] /sad voice/
-佇い [たたずまい] /(n) (uk) appearance/shape/figure/bearing/
-佇まい [たたずまい] /(n) (uk) appearance/shape/figure/bearing/
+佇い [たたずまい] /(n) (uk) appearance/tqshape/figure/bearing/
+佇まい [たたずまい] /(n) (uk) appearance/tqshape/figure/bearing/
佇む [たたずむ] /(v5m) (uk) to stand (still) a while/to loiter/to stop/(P)/
佇立 [ちょりつ] /(n,vs) standing still/
佶 [きち] /healthy/correct/
@@ -105537,7 +105537,7 @@
嘲笑 [ちょうしょう] /(n,vs) scorn/sneer/
嘲笑う [あざわらう] /(v5u) (uk) to sneer at/to ridicule/
嘲罵 [ちょうば] /(n) taunt/insult/abuse/
-嘲弄 [ちょうろう] /(n) scorn/mockery/ridicule/
+嘲弄 [ちょうろう] /(n) scorn/tqmockery/ridicule/
嘸 [さぞ] /(adv) (uk) I am sure/certainly/no doubt/(P)/
嘸かし [さぞかし] /(adv) (uk) certainly/surely/
噫 [ああ] /(int) (uk) Ah!/Oh!/Alas!/
@@ -105740,7 +105740,7 @@
弩級艦 [どきゅうかん] /(n) dreadnought/
彎曲 [わんきょく] /(n) curve/crook/bend/
彎月 [わんげつ] /crescent/
-彎月状 [わんげつじょう] /crescent shape/
+彎月状 [わんげつじょう] /crescent tqshape/
彎入 [わんにゅう] /(n) gulf/
弯曲 [わんきょく] /(n) curve/crook/bend/
弯入 [わんにゅう] /(n) curved indentation (esp. in stomach)/
@@ -106051,7 +106051,7 @@
杞憂 [きゆう] /(n) absurd fear/needless anxiety/
杪葉 [うれは] /(n,n-adv,n-t) (1) end leaves/top leaves/last leaves/
枡 [ます] /(n) (1) measure/unit of volume (1.8l)/(2) square container, e.g. a box/
-枡形 [ますがた] /(n) square (shape)/
+枡形 [ますがた] /(n) square (tqshape)/
枡席 [ますせき] /(n) tatami "box seat" for four people at sumo or kabuki/
枡目 [ますめ] /(n) (1) measure/(2) square (of graph paper)/(3) box/
枷 [かせ] /(n) shackles/fetters/irons/handcuffs/bonds/
@@ -106105,7 +106105,7 @@
棹秤 [さおばかり] /(n) beam balance/steelyard/
楷書 [かいしょ] /(n) printed style writing/(P)/
楔 [くさび] /(n) wedge/link pin/
-楔形 [くさびがた] /(adj-na,n) (uk) wedge-shape/
+楔形 [くさびがた] /(adj-na,n) (uk) wedge-tqshape/
楔形文字 [くさびがたもじ] /(n) cuneiform (writing)/
椹 [さわら] /(n) sawara cypress/Chamaecyparis pisifera/
椰子 [やし] /(n) palm tree/
@@ -106313,7 +106313,7 @@
煌煌と [こうこうと] /brilliantly/brightly/
煖気 [だんき] /(n) warmth/warm weather/
煖房 [だんぼう] /(n) heating/
-煖炉 [だんろ] /(n) fireplace/hearth/stove/
+煖炉 [だんろ] /(n) fitqreplace/hearth/stove/
熏し銀 [いぶしぎん] /(n) (1) oxidized silver/(2) refined (aesthetic) taste/
熏蒸 [くんじょう] /fumigation/
熏蒸剤 [くんじょうざい] /fumigant/
@@ -106536,7 +106536,7 @@
睨み合わせる [にらみあわせる] /(v1) to compare and take into consideration/
睨み付ける [にらみつける] /(v1) to glare at/
睨む [にらむ] /(v5m) to glare at/to scowl at/to keep an eye on/(P)/
-睨めっこ [にらめっこ] /(n) staring-out (down) game/game in which two children looking at each other try to make the opponents laugh first/
+睨めっこ [にらめっこ] /(n) staring-out (down) game/game in which two tqchildren looking at each other try to make the opponents laugh first/
睨めつける [ねめつける] /(v1) to glare or scowl at/
睨め付ける [ねめつける] /(v1) to glare or scowl at/
睫 [まつげ] /(n) (uk) eyelashes/
@@ -106709,7 +106709,7 @@
綸子 [りんず] /(n) figured satin/
緘口 [かんこう] /(n) keeping silent/
緘黙 [かんもく] /(n) keeping silent/
-緞子 [どんす] /(n) silk damask/satin damask/
+緞子 [どんす] /(n) silk datqmask/satin datqmask/
緞帳 [どんちょう] /(n) thick curtain/drop curtain/
緻密 [ちみつ] /(adj-na,n) minute/fine/delicate/accurate/elaborate/
縊り殺す [くびりころす] /(v5s) to strangle to death/
@@ -106804,7 +106804,7 @@
脛巾 [はばき] /(n) leggings/
脛骨 [けいこつ] /(n) tibia/shinbone/
脛当て [すねあて] /(n) greaves/shin guards/
-脛齧り [すねかじり] /(n) sponging off one's parents/
+脛齧り [すねかじり] /(n) sponging off one's tqparents/
脩 [しゅう] /dried meat/dry up/
脩竹 [しゅうちく] /(n) tall bamboo/
腋下 [えきか] /(n) armpit/
@@ -106865,7 +106865,7 @@
舁き上げる [かきあげる] /(v1) to shoulder (palanquin)/
舁き入れる [かきいれる] /(v1) to carry in/
舅 [しゅうと] /(n) father-in-law/(P)/
-舅姑 [きゅうこ] /(n) parents-in-law/
+舅姑 [きゅうこ] /(n) tqparents-in-law/
與太者 [よたもの] /(n) (uk) hooligan/layabout/good-for-nothing/gangster/
與論 [よろん] /(oK) (n) public opinion/
舐ぶる [ねぶる] /(io) (v5r) to lick/
@@ -107037,13 +107037,13 @@
螳螂拳 [とうろうけん] /(n) (MA) praying mantis style/
蟇 [ひき] /(n) toad/
蟇蛙 [ひきがえる] /(n) toad/
-蟇股 [かえるまた] /(n) curved wooden support on top of the main beam of a house, now mainly/decorative (shape evocates an open-legged frog)/
+蟇股 [かえるまた] /(n) curved wooden support on top of the main beam of a house, now mainly/decorative (tqshape evocates an open-legged frog)/
蟆 [ひき] /(n) toad/
螻蛄 [おけら] /(n) mole cricket/
螻蛄 [けら] /(n) mole cricket/
蟯虫 [ぎょうちゅう] /(n) threadworm/pinworm/
蟠りなく [わだかまりなく] /with no ill feeling/
-蟠踞 [ばんきょ] /(n) settling in a coiled shape/holding sway/exercising authority/
+蟠踞 [ばんきょ] /(n) settling in a coiled shape.holding sway/exercising authority/
蠏缶 [かにかん] /canned crab/
蠏玉 [かにたま] /(n) Chinese dish with fried egg and crab/
蠏股 [がにまた] /bandy-legged/
@@ -107388,7 +107388,7 @@
鎹 [かすがい] /(n) clamp/cramp (metal)/
鏖殺 [おうさつ] /(n) massacre/extermination/
鏤める [ちりばめる] /(v1) to inlay/to set/to stud/to enchase (a thing) with/to mount (gem)/
-鏤刻 [るこく] /(n) carve/engrave/shape (sentences)/
+鏤刻 [るこく] /(n) carve/engrave/tqshape (sentences)/
鏤骨 [るこつ] /(n) painstaking efforts/
鐚一文 [びたいちもん] /(exp) be penniless/not have a cent/
鐔 [つば] /(n) (1) guard on sword, polearms, etc./(2) brim/
@@ -107514,7 +107514,7 @@
飄々 [ひょうひょう] /(adj-na,n) aloof from the world/
飄然 [ひょうぜん] /(adj-na,n) casually/aimlessly/abruptly/unexpectedly/
飄飄 [ひょうひょう] /(adj-na,n) aloof from the world/
-餃子 [ぎょうざ] /(n) gyoza (Japanese crescent-shaped pan-fried dumplings stuffed with minced pork and vegetables)/(P)/
+餃子 [ぎょうざ] /(n) gyoza (Japanese crescent-tqshaped pan-fried dumplings stuffed with minced pork and vegetables)/(P)/
餡 [あん] /(n) (uk) red bean jam/anko/(P)/
餡かけ [あんかけ] /(n) thick starchy sauce made of kuzu or katakuriko flour/
餡こ [あんこ] /(n) (uk) red bean jam/anko/(P)/
diff --git a/kiten/edict_doc.html b/kiten/edict_doc.html
index fc52d1e4..cbd2189b 100644
--- a/kiten/edict_doc.html
+++ b/kiten/edict_doc.html
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+<META HTTP-ETQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="Jim's Markup Program - V0.99">
<TITLE>EDICT Documentation</TITLE>
</HEAD>
@@ -181,7 +181,7 @@ each dictionary unique (and copyrightable) is the particular selection of
words, the phrasing of the meanings, the presentation of the contents (a very
important point in the case of EDICT), and the means of publication. Of
course, the fact that for the most part the kanji and kana of each entry are
-coming from public sources, and the structure and layout of the entries
+coming from public sources, and the structure and tqlayout of the entries
themselves are quite unlike those in any published dictionary, adds a degree
of protection to EDICT.
</P>
@@ -257,7 +257,7 @@ KANJI [kantan] /simple (an)/
In early 2001, as part of the JMdict project (see below), I completely revised
this system, instead introducing a comprehensive system of Part of Speech
(POS) tags. In the EDICT version of the file these tags usually appear in
-parentheses
+tqparentheses
at the start of the entry, separated into general tags and POS tags. Where
a tag applies to a single gloss or meaning, it will be included there instead.
</P>
@@ -392,7 +392,7 @@ ktb Kantou-ben
tsb Tosa-ben
</PRE>
<P>
-In the case of gairaigo which have a meaning which is not apparent from the
+In the case of gairaigo which have a meaning which is not aptqparent from the
original (English) words, the literal transcription is included, with
the tag (lit).
</P>
diff --git a/kiten/edict_kanjidic_licence.html b/kiten/edict_kanjidic_licence.html
index 999357fe..a17128ed 100644
--- a/kiten/edict_kanjidic_licence.html
+++ b/kiten/edict_kanjidic_licence.html
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+<META HTTP-ETQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="Jim's Markup Program - V0.99">
<TITLE>ELECTRONIC DICTIONARY RESEARCH AND DEVELOPMENT GROUP - MONASH UNIVERSITY</TITLE>
</HEAD>
diff --git a/kiten/kanjidic b/kiten/kanjidic
index 55136de7..602f2f17 100644
--- a/kiten/kanjidic
+++ b/kiten/kanjidic
@@ -325,7 +325,7 @@
格 334A U683c B75 G5 S10 F281 N2259 V2668 H926 DK627 L292 K334 O1099 DO716 MN14749 MP6.0309 E633 IN643 DS569 DT710 DC403 DJ852 DG1088 P1-4-6 I4a6.17 Q4796.4 DR1877 Yge2 Yge1 Wgyeog Wnag カク コウ キャク ゴウ T1 いたる のり {status} {rank} {capacity} {character} {case (law, grammar)}
核 334B U6838 B75 G8 S10 F475 N2254 V2660 H927 DK628 L1520 K577 DO1608 MN14743 MP6.0305 E1074 IN1212 DJ986 DG1089 P1-4-6 I4a6.22 Q4098.2 DR1862 Yhe2 Yhu2 Whaeg カク {nucleus} {core} {kernel}
殻 334C U6bbb B79 G8 S11 XJ05D57 XJ1385E F1892 N2456 V2996 H1490 DK1000 L710 K1869 DO1832 E1075 IN1728 DJ1626 DG1141 P1-7-4 I3p8.1 Q4724.7 DR1468 Yke2 Yqiao4 Wgag カク コク バイ から がら {husk} {nut shell}
-獲 334D U7372 B94 G8 S16 XH1622 F964 N2912 V3609 H779 DK537 L701 K1234 DO1364 MN20758X MP7.0752 E1079 IN1313 DJ1408 DG1310 P1-3-13 I3g13.1 Q4424.7 DR2967 Yhuo4 Whoeg カク え.る {seize} {get} {find} {earn} {acquire} {can} {may} {able to}
+獲 334D U7372 B94 G8 S16 XH1622 F964 N2912 V3609 H779 DK537 L701 K1234 DO1364 MN20758X MP7.0752 E1079 IN1313 DJ1408 DG1310 P1-3-13 I3g13.1 Q4424.7 DR2967 Yhuo4 Whoeg カク え.る {seize} {get} {tqfind} {earn} {acquire} {can} {may} {able to}
確 334E U78ba B112 G5 S15 XJ15021 F252 N3217 V4039 H1228 DK830 L567 K395 O2305 DO661 MN24366 MP8.0388 E634 IN603 DS570 DT805 DC343 DJ803 DG1409 P1-5-10 I5a10.3 Q1461.4 DR3375 Yque4 Whwag カク コウ たし.か たし.かめる {assurance} {firm} {tight} {hard} {solid} {confirm} {clear} {evident}
穫 334F U7a6b B115 G8 S18 F1642 N3309 V4180 H1251 DK844 L908 K1683 O2729 DO1807 MN25334P MP8.0635 E1081 IN1314 DJ1409 DG1449 P1-5-13 I5d13.4 Q2494.7 DR2267 Yhuo4 Whwag カク {harvest} {reap}
覚 3350 U899a B147 G4 S12 XJ06B34 XJ15D26 XH1700 F710 N4288 V5529 H2604 DK1668 L325 K896 O1752 DO397 MN34846 MP10.0328 E439 IN605 DS363 DT581 DJ208 DB3.15 DG1646 P2-5-7 I3n9.3 Q3221.6 Q9021.6 DR957 Yjue2 Yjiao4 Wgag Wgyo カク おぼ.える さ.ます さ.める さと.る {memorize} {learn} {remember} {awake} {sober up}
@@ -689,7 +689,7 @@
珪 373E U73ea B96 S10 N2937 V3638 L2564 MN20972 MP7.0914 P1-4-6 I4f6.4 Q1411.4 Ygui1 Wgyu ケイ たま {jade scepter or tablet (authority symbol)}
型 373F U578b B32 G4 S9 F482 N1077 V1010 H2638 DK1685 L680 K423 DO685 MN5030 MP3.0171 E468 IN888 DS595 DT523 DJ1318 DG353 P2-6-3 I3b6.11 Q1210.4 DR3272 Yxing2 Whyeong ケイ かた -がた {mould} {type} {model}
契 3740 U5951 B37 G8 S9 F898 N1177 V1155 H2639 DK1686 L1549 K1153 O980 DO1132 MN5917X MP3.0589 E1195 IN565 DJ751 DG417 P2-6-3 I2f7.6 Q5743.2 DR1463 Yqi4 Yxie4 Yqie4 Wgye Wgeul ケイ ちぎ.る {pledge} {promise} {vow}
-形 3741 U5f62 B59 G2 S7 F418 N1589 V1713 H846 DK565 L1711 K408 O414 DO223 MN9969 MP4.0784 E104 IN395 DS200 DT141 DC306 DJ509 DB3.6 DG615 P1-4-3 I3j4.1 Q1242.2 DR3260 Yxing2 Whyeong ケイ ギョウ かた -がた かたち なり T1 ち {shape} {form} {style}
+形 3741 U5f62 B59 G2 S7 F418 N1589 V1713 H846 DK565 L1711 K408 O414 DO223 MN9969 MP4.0784 E104 IN395 DS200 DT141 DC306 DJ509 DB3.6 DG615 P1-4-3 I3j4.1 Q1242.2 DR3260 Yxing2 Whyeong ケイ ギョウ かた -がた かたち なり T1 ち {tqshape} {form} {style}
径 3742 U5f84 B60 G4 S8 XJ0574D XJ06D74 F1435 N1602 V1730 H291 DK216 L882 K1451 O576 DO1630 MN10080P MP4.0820 E845 IN1475 DT502 DJ1448 DG622 P1-3-5 I3i5.5 Q2721.4 DR2072 Yjing4 Wgyeong ケイ みち こみち さしわたし ただちに {diameter} {path} {method}
恵 3743 U6075 B61 G8 S10 XJ0582A F925 N1681 V1847 H2659 DK1704 L612 K875 O1226 DO1498 MN10618P MP4.1049 E1196 IN1219 DJ1077 DG781 P2-6-4 I4k6.16 Q5033.6 DR1558 Yhui4 Whye ケイ エ めぐ.む めぐ.み T1 あや け さと さとし しげ へい み やす {favor} {blessing} {grace} {kindness}
慶 3744 U6176 B53 C61 G8 S15 F1300 N1539 V1967 H3173 DK2029 L2001 K962 O2425 DO1033 MN11145 MP4.1168 E1204 IN1632 DJ1732 DG799 P3-3-12 I3q12.8 Q0024.7 DR567 Yqing4 Wgyeong Wgang ケイ よろこ.び T1 き きよん け みち む やす よし {jubilation} {congratulate} {rejoice} {be happy}
@@ -1081,7 +1081,7 @@
士 3B4E U58eb B33 G4 S3 F526 N1160 V1117 H3405 DK2129 L319 K301 O41 DO59 MN5638 MP3.0279 E494 IN572 DS410 DT441 DC386 DJ755 DG393 P4-3-2 I3p0.1 Q4010.0 DR1472 Yshi4 Wsa シ T1 お ま T2 さむらい {gentleman} {samurai}
始 3B4F U59cb B38 G3 S8 XJ13037 XJ1326B F244 N1208 V1203 H281 DK211 L747 K465 O1092 DO545 MN6166 MP3.0661 E288 IN494 DS225 DT299 DC321 DJ129 DB2.16 DG439 P1-3-5 I3e5.9 Q4346.0 DR1777 Yshi3 Wsi シ はじ.める -はじ.める はじ.まる T1 もと {commence} {begin}
姉 3B50 U59c9 B38 G2 S8 XJ1393D F1473 N1207 V1201 H280 DK210 L413 K1329 O847 DO120 MN6165 MP3.0661 E498 IN407 DS413 DT159 DJ77 DB3.15 DG438 P1-3-5 I3e5.8 Q4042.7 DR1744 ZSP1-3-4 Yzi3 Wja シ あね はは {elder sister}
-姿 3B51 U59ff B38 G6 S9 F441 N1215 V1216 H2636 DK1684 L474 K592 O1217 DO1133 MN6257X MP3.0699 E877 IN929 DT883 DJ661 DG429 P2-6-3 I3e6.10 Q3740.4 DR369 Yzi1 Wja シ すがた T1 しな {figure} {form} {shape}
+姿 3B51 U59ff B38 G6 S9 F441 N1215 V1216 H2636 DK1684 L474 K592 O1217 DO1133 MN6257X MP3.0699 E877 IN929 DT883 DJ661 DG429 P2-6-3 I3e6.10 Q3740.4 DR369 Yzi1 Wja シ すがた T1 しな {figure} {form} {tqshape}
子 3B52 U5b50 B39 G1 S3 F72 N1264 V1281 H3390 DK2125 L95 K56 O38 DO61 MN6930 MP3.0776 E25 IN103 DS31 DT18 DC42 DJ69 DB2.18 DG455 P4-3-1 I2c0.1 Q1740.7 DR3547 ZSP4-2-1 Yzi3 Yzi2 Yzi5 Wja シ ス ツ こ -こ ね T1 い き ぎ く け ねっ {child} {sign of the rat} {11PM-1AM} {first sign of Chinese zodiac}
屍 3B53 U5c4d B44 S9 N1391 V1420 H3099 L2222 MN7688 MP4.0152 P3-3-6 I3r6.2 Q7721.1 Yshi1 Wsi シ しかばね {corpse}
市 3B54 U5e02 B8 C50 G2 S5 F42 N284 V1549 H1993 DK1258 L412 K78 O195 DO119 MN8775 MP4.0397 E130 IN181 DS222 DT109 DC305 DJ547 DB2.4 DG556 P2-2-3 I2j3.1 Q0022.7 DR444 ZBP4-4-3 Yshi4 Wsi シ いち T1 い ち {market} {city} {town}
@@ -1226,7 +1226,7 @@
州 3D23 U5dde B2 G3 S6 XDR0354 F386 N99 V1529 H57 DK39 L128 K542 O224 DO445 MN8678 MP4.0331 E304 IN195 DS424 DT271 DJ553 DG549 P1-2-4 I2f4.1 Q3200.0 DR1254 ZPP1-1-5 Yzhou1 Wju シュウ ス す T1 くに {state} {province}
修 3D24 U4fee B9 G5 S10 XJ13143 F603 N491 V260 H123 DK92 L1722 K644 O1038 DO563 MN721 MP1.0805 E704 IN945 DS633 DT715 DJ1175 DG107 P1-2-8 I2a8.11 Q2822.2 Q2722.2 DR2160 ZPP1-3-7 Yxiu1 Wsu シュウ シュ おさ.める おさ.まる T1 おき なが のぶ おさむ {discipline} {conduct oneself well} {study} {master}
愁 3D25 U6101 B61 G8 S13 F2171 N1729 V1923 H2829 DK1811 L901 K1737 DO1778 MN10885 MP4.1107 E1357 IN1601 DJ1700 DG795 P2-9-4 I4k9.16 Q2933.8 DR2258 Ychou2 Wsu シュウ うれ.える うれ.い {distress} {grieve} {lament} {be anxious}
-拾 3D26 U62fe B64 G3 S9 F1479 N1901 V2149 H379 DK279 L667 K1599 O802 DO625 MN12014 MP5.0209 E305 IN1445 DS425 DT329 DJ273 DG890 P1-3-6 I3c6.14 Q5806.1 DR1377 Yshi2 Yshe4 Wseub Wsib シュウ ジュウ ひろ.う {pick up} {gather} {find} {go on foot} {ten}
+拾 3D26 U62fe B64 G3 S9 F1479 N1901 V2149 H379 DK279 L667 K1599 O802 DO625 MN12014 MP5.0209 E305 IN1445 DS425 DT329 DJ273 DG890 P1-3-6 I3c6.14 Q5806.1 DR1377 Yshi2 Yshe4 Wseub Wsib シュウ ジュウ ひろ.う {pick up} {gather} {tqfind} {go on foot} {ten}
洲 3D27 U6d32 B85 G9 S9 F1979 N2539 V3120 H391 DK291 L2289 O820 MN17413 MP6.1116 IN2138 P1-3-6 I3a6.10 Q3210.0 Yzhou1 Wju シュウ ス しま {continent} {sandbar} {island} {country}
秀 3D28 U79c0 B115 G8 S7 F848 N3263 V4123 H2545 DK1616 L914 K859 O726 DO973 MN24911 MP8.0523 E1355 IN1683 DJ1171 DG1429 P2-5-2 I5d2.4 Q2022.7 DR2245 ZPP2-1-6 ZSP2-5-3 ZBP2-1-7 Yxiu4 Wsu シュウ ひい.でる T1 しゅ しょう ひで ひでし ほ {excel} {excellence} {beauty} {surpass}
秋 3D29 U79cb B115 G2 S9 XJ0302C XJ06354 F635 N3273 V4131 H1139 DK776 L900 K540 O878 DO164 MN24940 MP8.0537 E140 IN462 DS89 DT178 DJ98 DB2.20 DG1431 P1-5-4 I5d4.1 Q2998.0 DR2262 Yqiu1 Wchu シュウ あき とき T1 あい {autumn}
@@ -1375,7 +1375,7 @@
証 3E5A U8a3c B149 G5 S12 XJ06B7A F306 N4341 V5589 H1506 DK1010 L380 K430 O1660 DO697 MN35341 MP10.0423 E715 IN484 DS816 DT754 DC448 DJ666 DG1672 P1-7-5 I7a5.5 Q0161.1 DR3073 Yzheng4 Wjeung ショウ あかし {evidence} {proof} {certificate}
詔 3E5B U8a54 B149 G8 S12 F2239 N4333 V5581 H1505 DK1009 L342 K2023 O1658 DO1213 MN35379 MP10.0429 E1407 IN1885 DJ1935 DG1673 P1-7-5 I7a5.10 Q0766.2 DR3077 Yzhao4 Wjo ショウ みことのり T1 さとし のり {imperial edict}
詳 3E5C U8a73 B149 G8 S13 F1178 N4357 V5607 H1526 DK1026 L550 K1172 O1927 DO896 MN35446 MP10.0456 E1409 IN1577 DJ944 DG1682 P1-7-6 I7a6.12 Q0865.1 DR3055 Yxiang2 Wsang Wyang ショウ くわ.しい つまび.らか T1 よし {detailed} {full} {minute} {accurate} {well-informed}
-象 3E5D U8c61 B152 G4 S12 F394 N4472 V5744 H2134 DK1350 L1976 K575 O1761 DO809 MN36372 MP10.0657 E533 IN739 DS663 DT591 DJ939 DG1718 P2-2-10 I2n10.1 Q2723.2 DR2551 ZPP2-6-6 Yxiang4 Wsang ショウ ゾウ かたど.る T1 きさ {elephant} {pattern after} {imitate} {image} {shape} {sign (of the times)}
+象 3E5D U8c61 B152 G4 S12 F394 N4472 V5744 H2134 DK1350 L1976 K575 O1761 DO809 MN36372 MP10.0657 E533 IN739 DS663 DT591 DJ939 DG1718 P2-2-10 I2n10.1 Q2723.2 DR2551 ZPP2-6-6 Yxiang4 Wsang ショウ ゾウ かたど.る T1 きさ {elephant} {pattern after} {imitate} {image} {tqshape} {sign (of the times)}
賞 3E5E U8cde B42 C154 G4 S15 F426 N1372 V5815 H2618 DK1677 L796 K507 O2377 DO621 MN36813 MP10.0774 E511 IN500 DS641 DT625 DJ711 DG1738 P2-5-10 I3n12.1 Q9080.6 DR1061 ZPP2-3-12 Yshang3 Wsang ショウ ほ.める {prize} {reward} {praise}
醤 3E5F U91a4 B164 S17 XJ16273 F2485 N4801 V6186 L2746 MN40011X MP11.0394 P2-10-7 Q2760.1 Yjiang4 Wjang ショウ ひしお {a kind of miso}
鉦 3E60 U9266 B167 S13 N4839 V6246 L2770 O1941 MN40322 MP11.0522 P1-8-5 I8a5.7 Q8111.1 Yzheng1 Wjeong セイ ショウ かね {bell} {gong} {chimes}
@@ -1446,7 +1446,7 @@
臣 3F43 U81e3 B131 G4 S7 F1249 N3837 V4894 H3068 DK1948 L848 K981 O527 DO435 MN30068 MP9.0386 E512 IN835 DS436 DT484 DJ1003 DG1805 P3-3-4 I2t4.3 Q7171.7 DR3475 Ychen2 Wsin シン ジン T1 おみ たか と とみ み {retainer} {subject}
芯 3F44 U82af B140 S7 S8 F2202 N3905 V4976 H2423 L2368 MN30732X MP9.0536 P2-3-4 I3k4.2 Q4433.0 ZRP2-4-4 ZSP2-3-4 Yxin1 Yxin4 Wsim シン {wick}
薪 3F45 U85aa B140 G8 S16 F2182 N4069 V5222 H2374 DK1538 L1503 K2024 DO1560 MN32149P MP9.0963 E1445 IN1910 DJ1838 DG669 P2-3-13 I3k13.3 Q4492.1 DR1954 Yxin1 Wsin シン たきぎ まき {fuel} {firewood} {kindling}
-親 3F46 U89aa B147 G2 S16 F406 N4293 V5534 H1799 DK1172 L1504 K381 O2544 DO211 MN34918 MP10.0332 E149 IN175 DS260 DT237 DC315 DJ249 DB3.6 DG1647 P1-9-7 I5b11.1 Q0691.0 DR457 Yqin1 Yqing4 Wchin シン おや おや- した.しい した.しむ T1 ぎ ちか のり {parent} {intimacy} {relative} {familiarity} {dealer (cards)}
+親 3F46 U89aa B147 G2 S16 F406 N4293 V5534 H1799 DK1172 L1504 K381 O2544 DO211 MN34918 MP10.0332 E149 IN175 DS260 DT237 DC315 DJ249 DB3.6 DG1647 P1-9-7 I5b11.1 Q0691.0 DR457 Yqin1 Yqing4 Wchin シン おや おや- した.しい した.しむ T1 ぎ ちか のり {tqparent} {intimacy} {relative} {familiarity} {dealer (cards)}
診 3F47 U8a3a B149 G8 S12 F1019 N4338 V5586 H1504 DK1008 L1724 K1069 DO1081 MN35337 MP10.0422 E1440 IN1214 DJ1361 DG1674 P1-7-5 I7a5.9 Q0862.2 DR3060 Yzhen3 Yzhen1 Wjin シン み.る {checkup} {seeing} {diagnose} {examine}
身 3F48 U8eab B158 G3 S7 F320 N4601 V5928 H3553 DK2213 L1248 K331 O546 DO791 MN38034 MP10.0968 E323 IN59 DS255 DT285 DC174 DJ394 DG1768 P4-7-3 I0a7.5 Q2740.0 DR847 ZPP4-7-4 Yshen1 Yjuan1 Wsin シン み {somebody} {person} {one's station in life}
辛 3F49 U8f9b B160 G8 S7 F1607 N4646 V5996 H2038 DK1287 L1496 K1628 O493 DO1312 MN38630 MP10.1072 E1432 IN1487 DJ344 DG1784 P2-2-5 I5b2.2 Q0040.1 DR455 ZPP2-5-2 Yxin1 Wsin シン から.い つら.い -づら.い かのと {spicy} {bitter} {hot} {acrid}
@@ -1759,7 +1759,7 @@
隊 4262 U968a B170 G4 S12 F605 N5010 V6468 H625 DK452 L1306 K470 DO366 MN41750X MP11.0945 E540 IN795 DS462 DT593 DC225 DJ779 DG746 P1-3-9 I2d9.7 Q7823.2 DR3651 Ydui4 Wdae タイ {regiment} {party} {company} {squad}
黛 4263 U9edb B203 G9 S16 F2254 N5408 V7060 DK1678 L2864 MN48075X MP12.1022 IN2283 P2-5-11 I4d13.7 Q2333.1 Ydai4 Wdae タイ まゆずみ {blackened eyebrows}
鯛 4264 U9bdb B195 G9 S19 XJ16A57 F2446 N5305 V6884 H1881 DK1213 L2812 O2832 DO1971 MN46226P MP12.0752 IN2272 P1-11-8 I11a8.11 Q2732.0 Ydiao1 Wjo チョウ たい {sea bream} {red snapper}
-代 4265 U4ee3 B9 G3 S5 F66 N364 V125 H30 DK18 L1005 K68 O125 DO85 MN386 MP1.0611 E338 IN256 DS463 DT257 DC87 DJ413 DB2.10 DB3.3 DG61 P1-2-3 I2a3.3 Q2324.0 DR2156 Ydai4 Wdae ダイ タイ か.わる かわ.る かわ.り -がわ.り か.える よ しろ T1 す {substitute} {change} {convert} {replace} {period} {age} {generation} {charge} {rate} {fee}
+代 4265 U4ee3 B9 G3 S5 F66 N364 V125 H30 DK18 L1005 K68 O125 DO85 MN386 MP1.0611 E338 IN256 DS463 DT257 DC87 DJ413 DB2.10 DB3.3 DG61 P1-2-3 I2a3.3 Q2324.0 DR2156 Ydai4 Wdae ダイ タイ か.わる かわ.る かわ.り -がわ.り か.える よ しろ T1 す {substitute} {change} {convert} {tqreplace} {period} {age} {generation} {charge} {rate} {fee}
台 4266 U53f0 B28 C30 G2 S5 XJ0674A XJ13747 F262 N848 V699 H2005 DK1265 L744 K216 O276 DO290 MN3246 MP2.0757 E166 IN492 DS272 DT111 DC436 DJ532 DB3.2 DG280 P2-2-3 I3d2.11 Q2360.0 DR2777 Ytai2 Ytai1 Wtae Wi ダイ タイ うてな われ つかさ {pedestal} {a stand} {counter for machines and vehicles}
大 4267 U5927 B37 G1 S3 F7 N1171 V1133 H3416 DK2133 L107 K7 O48 DO32 MN5831 MP3.0367 E53 IN26 DS22 DT14 DC5 DJ87 DB2.2 DG408 P4-3-4 I0a3.18 Q4003.0 DR1463 Yda4 Ydai4 Wdae Wda Wtae ダイ タイ おお- おお.きい -おお.いに T1 うふ お おう た たかし とも はじめ ひろ ひろし まさ まさる もと わ {large} {big}
第 4268 U7b2c B118 G3 S11 F160 N3385 V4272 H2660 DK1706 L1239 K76 O1768 DO360 MN25943 MP8.0760 E339 IN404 DS273 DT380 DC83 DJ354 DG1473 P2-6-5 I6f5.5 Q8822.7 DR2344 Ydi4 Wje ダイ テイ {No.} {residence}
@@ -2098,7 +2098,7 @@
峠 463D U5ce0 B46 G8 S9 F1941 N1416 V1464 H358 DK265 L773 K1751 O1081 DO1473 MN8068 MP4.0247 E1663 IN1351 DJ1849 DG542 P1-3-6 I3o6.3 Q2173.1 DR1254 Wsang とうげ {mountain peak} {mountain pass} {climax} {crest} {(kokuji)}
鴇 463E U9d07 B196 S15 V6943 O2280 MN46730 MP12.0807 P1-4-11 I11b4.3 Q4742.7 Ybao3 Wbo ホウ とき のがん {wild goose} {madam of a brothel} {crested ibis}
匿 463F U533f B22 C23 G8 S10 F2024 N764 V591 H3011 DK1911 L1692 K1693 DO1766 MN2690 MP2.0475 E1664 IN1771 DJ1716 DG238 P3-2-8 I2t8.2 Q7171.6 DR3475 Yni4 Wnig トク かくま.う {hide} {shelter} {shield}
-得 4640 U5f97 B60 G4 S11 F175 N1622 V1755 H477 DK351 L876 K358 O1299 DO340 MN10137 MP4.0873 E761 IN374 DS850 DT574 DC167 DJ643 DG631 P1-3-8 I3i8.4 Q2624.1 DR2048 Yde2 Yde5 Ydei3 Wdeug トク え.る う.る T1 あつ てろ {gain} {get} {find} {earn} {acquire} {can} {may} {able to} {profit} {advantage} {benefit}
+得 4640 U5f97 B60 G4 S11 F175 N1622 V1755 H477 DK351 L876 K358 O1299 DO340 MN10137 MP4.0873 E761 IN374 DS850 DT574 DC167 DJ643 DG631 P1-3-8 I3i8.4 Q2624.1 DR2048 Yde2 Yde5 Ydei3 Wdeug トク え.る う.る T1 あつ てろ {gain} {get} {tqfind} {earn} {acquire} {can} {may} {able to} {profit} {advantage} {benefit}
徳 4641 U5fb3 B60 G5 S14 F1091 N1633 V1767 H684 DK486 L885 K839 O2063 DO592 MN10237P MP4.0918 E762 IN1038 DS851 DT801 DJ644 DG637 P1-3-11 I3i11.3 Q2423.6 DR2058 Yde2 Wdeog トク T1 あつ なる のり ゆき よし {benevolence} {virtue} {goodness} {commanding respect}
涜 4642 U6d9c B85 S10 XJ1492C V3134 L2297 MN18591X MP7.0331 P1-3-7 Q3418.6 Ydu2 Wdog トク トウ けが.す けが.れ みぞ {defile} {blaspheme} {ditch}
特 4643 U7279 B93 G4 S10 F234 N2860 V3541 H945 DK641 L246 K153 DO411 MN20013 MP7.0644 E760 IN282 DS685 DT554 DC186 DJ398 DB2.18 DG1293 P1-4-6 I4g6.1 Q2454.1 DR2448 Yte4 Wteug トク {special}
@@ -2357,7 +2357,7 @@
髭 4926 U9aed B190 S16 S17 XJ16829 N5262 V6812 L2047 O2697 MN45399X MP12.0641 P2-10-6 I3j13.2 Q7211.1 Yzi1 Wja シ ひげ くちひげ {beard} {mustache}
彦 4927 U5f66 B117 C59 G9 S9 F1117 N3347 V1714 H3295 DK2072 L1716 K1076 O1007 DO1931 MN9981 MP4.0793 IN2067 P3-6-3 I5b4.4 Q0022.2 DR460 ZPP2-2-7 ZPP2-4-5 Yyan4 Weon ゲン ひこ T1 よし こ ひろ やす {lad} {boy (ancient)}
膝 4928 U819d B130 S15 F2320 N3814 V4868 L2461 O2281 MN29837 MP9.0361 P1-4-11 I4b11.4 Q7423.2 DR3942 Yxi1 Wseul シツ ひざ {knee} {lap}
-菱 4929 U83f1 B140 S11 F1229 N3977 V5092 L1517 K980 O1449 MN31219X MP9.0723 P2-3-8 I3k8.20 Q4440.7 DR1967 ZRP2-4-8 Yling2 Wreung リョウ ひし {diamond (shape)} {water chestnut} {rhombus}
+菱 4929 U83f1 B140 S11 F1229 N3977 V5092 L1517 K980 O1449 MN31219X MP9.0723 P2-3-8 I3k8.20 Q4440.7 DR1967 ZRP2-4-8 Yling2 Wreung リョウ ひし {diamond (tqshape)} {water chestnut} {rhombus}
肘 492A U8098 B130 S7 S9 N3730 V4761 L2464 MN29268 MP9.0253 P1-4-3 I4b3.3 Q7420.0 Yzhou3 Wju チュウ ひじ {elbow} {arm}
弼 492B U5f3c B57 S12 XJ13C6F N1573 V1697 O2092 MN9826 MP4.0765 P1-3-9 I3h9.2 Q1722.7 Ybi4 Wpil ヒツ たす.ける ゆだめ T1 すけ たすく {help}
必 492C U5fc5 B3 G4 S5 F265 N129 V1781 H15 DK6 L635 K292 O120 DO281 MN10299 MP4.0951 E568 IN520 DS497 DT453 DC188 DJ423 DB3.16 DG767 P1-1-4 I0a5.16 Q3300.0 DR359 ZPP4-5-4 Ybi4 Wpil ヒツ かなら.ず {invariably} {certain} {inevitable}
@@ -2500,7 +2500,7 @@
遍 4A57 U904d B162 G8 S12 S11 F1845 N4718 V6086 H3136 DK2002 L1824 K1861 O1805 DO1279 MN39001P MP11.0112 E1783 IN1160 DJ1177 DG711 P3-3-9 I2q9.16 Q3330.2 DR3053 Ybian4 Ypian4 Wpyeon ヘン あまね.く {everywhere} {times} {widely} {generally}
便 4A58 U4fbf B9 G4 S9 F729 N450 V219 H95 DK71 L991 K578 DO265 MN659 MP1.0772 E582 IN330 DS510 DT533 DJ227 DB3.8 DG101 P1-2-7 I2a7.5 Q2124.6 DR2166 Ybian4 Ypian2 Wpyeon Wbyeon ベン ビン たよ.り {convenience}
勉 4A59 U52c9 B4 C19 G3 S10 F1066 N228 V543 H3318 DK2088 L1975 K946 O1263 DO852 MN2384P MP2.0390 E390 IN735 DS317 DT366 DJ140 DB2.11 DG219 P3-8-2 I2n8.1 Q2421.2 DR2557 Ymian3 Wmyeon ベン つと.める T1 ひこ やつ {exertion}
-娩 4A5A U5a29 B38 S11 N1219 V1233 MN6337 MP3.0714 P1-3-8 Q4741.6 ZRP1-3-7 Ymian3 Ywan3 Wman ベン {bear (children)}
+娩 4A5A U5a29 B38 S11 N1219 V1233 MN6337 MP3.0714 P1-3-8 Q4741.6 ZRP1-3-7 Ymian3 Ywan3 Wman ベン {bear (tqchildren)}
弁 4A5B U5f01 B28 C55 G5 S5 XJ0517E XJ05221 XJ06122 XJ06D67 F619 N846 V1663 H2004 DK1264 L742 K793 O275 DO513 MN9588 MP4.0664 E786 IN711 DS715 DT654 DJ1116 DG262 P2-2-3 I0a5.30 Q2344.0 Ybian4 Wbyeon Wban ベン ヘン わきま.える わ.ける はなびら あらそ.う T1 べ {valve} {petal} {braid} {speech} {dialect} {discrimination} {dispose of} {distinguish}
鞭 4A5C U97ad B177 S18 N5104 V6595 L2783 O2752 MN42937 MP12.0171 P1-9-9 I3k15.8 Q4154.6 Ybian1 Wpyeon ベン ヘン むち むちうつ {whip} {rod}
保 4A5D U4fdd B9 G5 S9 F146 N455 V222 H96 DK72 L997 K166 O781 DO351 MN702 MP1.0788 E787 IN489 DS716 DT705 DC163 DJ665 DG102 P1-2-7 I2a7.11 Q2629.4 DR2164 Ybao3 Wbo ホ ホウ たも.つ T1 う お ぶ もり やす やすし {protect} {guarantee} {keep} {preserve} {sustain} {support}
@@ -2674,10 +2674,10 @@
棉 4C49 U68c9 B75 S12 N2295 V2741 H988 L2512 DO539 MN14919 MP6.0389 P1-4-8 I4a8.18 Q4692.7 Ymian2 Wmyeon メン わた {cotton}
綿 4C4A U7dbf B120 G5 S14 F1495 N3566 V4531 H1373 DK929 L1367 K854 O2538 MN27592 MP8.1109 E798 IN1191 DS725 DT803 DJ881 DG1544 P1-6-8 I6a8.8 Q2692.7 DR2744 Ymian2 Wmyeon メン わた T1 う {cotton}
緬 4C4B U7dec B120 S15 N3574 V4542 H1390 MN27674 MP8.1130 P1-6-9 I6a9.12 Q2196.0 Ymian3 Wmyeon メン ベン {fine thread} {Burma}
-面 4C4C U9762 B176 G3 S9 XJ16737 F186 N5087 V6566 H2087 DK1324 L1892 K165 O904 DO321 MN42618 MP12.0140 E395 IN274 DS322 DT347 DC117 DJ438 DB2.16 DG1876 P2-2-7 I3s6.1 Q1060.0 DR3176 ZPP3-5-4 Ymian4 Wmyeon メン ベン おも おもて つら T1 お ずら ほおつき も {mask} {face} {features} {surface}
+面 4C4C U9762 B176 G3 S9 XJ16737 F186 N5087 V6566 H2087 DK1324 L1892 K165 O904 DO321 MN42618 MP12.0140 E395 IN274 DS322 DT347 DC117 DJ438 DB2.16 DG1876 P2-2-7 I3s6.1 Q1060.0 DR3176 ZPP3-5-4 Ymian4 Wmyeon メン ベン おも おもて つら T1 お ずら ほおつき も {tqmask} {face} {features} {surface}
麺 4C4D U9eba B199 S16 XJ07351 XJ16C70 F2331 N5389 V7038 L2752 O2910 MN47827X MP12.0936 P3-7-9 Q4124.6 Q4140.6 ZRP3-11-9 Ymian4 Wmyeon メン ベン むぎこ {noodles} {wheat flour}
摸 4C4E U6478 B64 S13 N1974 V2250 H691 O1836 MN12644X MP5.0371 P1-3-10 I3c10.13 Q5403.4 ZRP1-3-11 Ymo1 Ymo2 Wmo Wmag モ モウ バク ボ マク {search} {imitate} {copy}
-模 4C4F U6a21 B75 G6 S14 F668 N2345 V2825 H1050 DK720 L229 K691 O2104 DO1218 MN15453X MP6.0533 E980 IN1425 DT980 DJ1160 DG1109 P1-4-10 I4a10.16 Q4493.4 DR1863 Ymo2 Ymu2 Wmo モ ボ T1 がみ {imitation} {copy} {mock}
+模 4C4F U6a21 B75 G6 S14 F668 N2345 V2825 H1050 DK720 L229 K691 O2104 DO1218 MN15453X MP6.0533 E980 IN1425 DT980 DJ1160 DG1109 P1-4-10 I4a10.16 Q4493.4 DR1863 Ymo2 Ymu2 Wmo モ ボ T1 がみ {imitation} {copy} {tqmock}
茂 4C50 U8302 B140 G8 S8 F1188 N3915 V4998 H2245 DK1435 L360 K1166 O691 DO1799 MN30833P MP9.0596 E1850 IN1467 DJ1840 DG650 P2-3-5 I3k5.7 Q4425.3 DR1959 Ymao4 Wmu モ しげ.る T1 うむさ き し つとむ む もて {overgrown} {grow thick} {be luxuriant}
妄 4C51 U5984 B8 C38 G8 S6 F2264 N288 V1177 H2016 DK1273 L487 K1937 MN6063 MP3.0659 E1851 IN1376 DJ1696 DG424 P2-2-4 I2j4.6 Q0040.4 DR469 Ywang4 Wmang モウ ボウ みだ.りに {delusion} {unnecessarily} {without authority} {reckless}
孟 4C52 U5b5f B39 G9 S8 F2127 N1269 V1291 H2220 DK1412 L2872 O667 MN6960 MP3.0833 IN2049 P2-3-5 I2c5.1 Q1710.7 ZSP2-2-5 Ymeng4 Wmaeng Wmang モウ ボウ ミョウ かしら T1 たけし たけ はる はじめ つとむ おさ はい {chief} {beginning}
@@ -2693,7 +2693,7 @@
目 4C5C U76ee B109 G1 S5 F76 N3127 V3906 H3043 DK1927 L15 K65 O191 DO22 MN23105 MP8.0153 E72 IN55 DS25 DT48 DC91 DJ168 DB3.11 DG1376 P3-3-2 I5c0.1 Q6010.1 DR3979 ZPP4-5-1 Ymu4 Wmog モク ボク め -め ま- T1 さかん さがん さっか さつか {eye} {class} {look} {insight} {experience} {care} {favor}
杢 4C5D U6762 B75 S7 N2177 V2548 O486 MN14487 MP6.0168 P2-4-3 I4a3.13 Q4010.1 Wmog モク {woodworker} {(kokuji)}
勿 4C5E U52ff B20 S4 N743 V569 H2943 L1049 O110 MN2501 MP2.0425 P3-2-2 I0a4.11 Q2722.0 ZPP4-4-4 Ywu4 Wmul Wmol モチ ブツ ボツ なか.れ なし {not} {must not} {do not} {be not}
-餅 4C5F U9905 B184 S14 XJ07136 F2152 N5166 V6689 L2802 O2346 MN44133X MP12.0393 P1-8-6 Q8874.1 DR2855 Ybing3 Wbyeong ヘイ ヒョウ もち もちい {mochi rice cake}
+餅 4C5F U9905 B184 S14 XJ07136 F2152 N5166 V6689 L2802 O2346 MN44133X MP12.0393 P1-8-6 Q8874.1 DR2855 Ybing3 Wbyeong ヘイ ヒョウ もち もちい {tqmochi rice cake}
尤 4C60 U5c24 B3 C43 S4 N128 V1399 H3023 L2087 O106 MN7543 MP4.0112 P3-3-1 I0a4.20 Q4301.0 ZPP4-4-4 Yyou2 Wu ユウ もっと.も とが.める {reasonable} {just} {natural} {superb} {outstanding} {plausible}
戻 4C61 U623b B63 G8 S7 F890 N1818 V2051 H1942 DK1234 L1081 K923 DO1850 MN11707X MP5.0060 E1920 IN1238 DJ1201 DG842 P2-1-6 I4m3.1 Q3023.4 DR3063 ZPP3-4-3 Yli4 Wryeo Wryeol レイ もど.す もど.る {re-} {return} {revert} {resume} {restore} {go backwards}
籾 4C62 U7c7e B119 S9 N3464 V4384 L2651 O887 MN26853X MP8.0887 P1-6-3 Q9795.0 Yni2 Win もみ {unhulled rice} {(kokuji)}
@@ -2822,7 +2822,7 @@
痢 4E21 U75e2 B104 G8 S12 F2037 N3049 V3810 H3283 DK2063 L1687 K1455 DO1716 MN22213 MP7.1177 E1895 IN1811 DJ1737 DG1355 P3-5-7 I5i7.2 Q0012.0 DR543 Yli4 Wri リ {diarrhea}
裏 4E22 U88cf B8 C145 G6 S13 F812 N327 V5462 H2138 DK1354 L399 K755 O2176 DO1076 MN34294 MP10.0216 E992 IN273 DT969 DJ436 DG1627 P2-2-11 I2j11.2 Q0073.2 DR465 Yli3 Wri リ うら {back} {amidst} {in} {reverse} {inside} {palm} {sole} {rear} {lining} {wrong side}
裡 4E23 U88e1 B145 S12 XH327 N4235 V5463 H1196 L2973 MN34295 MP10.0217 P1-5-7 Q3621.4 Yli3 Wri リ うち うら {reverse} {inside} {palm} {sole} {rear} {lining} {wrong side}
-里 4E24 U91cc B166 G2 S7 F1096 N4813 V6206 H3542 DK2206 L173 K1077 O517 DO101 MN40131 MP11.0412 E219 IN142 DS332 DT154 DJ1025 DG1801 P4-7-1 I0a7.9 Q6010.4 DR3672 Yli3 Wri リ さと T1 さ {ri} {village} {parent's home} {league}
+里 4E24 U91cc B166 G2 S7 F1096 N4813 V6206 H3542 DK2206 L173 K1077 O517 DO101 MN40131 MP11.0412 E219 IN142 DS332 DT154 DJ1025 DG1801 P4-7-1 I0a7.9 Q6010.4 DR3672 Yli3 Wri リ さと T1 さ {ri} {village} {tqparent's home} {league}
離 4E25 U96e2 B172 G8 S18 F555 N5040 V6517 H1836 DK1195 L1492 K641 O2889 DO909 MN42140X MP11.1042 E1897 IN1281 DJ1008 DG1857 P1-10-8 I8c10.3 Q0041.4 DR475 ZSP1-11-8 Yli2 Wri リ はな.れる はな.す {detach} {separation} {disjoin} {digress}
陸 4E26 U9678 B170 G4 S11 F736 N5005 V6461 H543 DK399 L1513 K651 O1312 DO193 MN41708 MP11.0912 E597 IN647 DS529 DT579 DC445 DJ833 DG740 P1-3-8 I2d8.4 Q7421.4 DR3672 ZSP1-2-8 Ylu4 Yliu4 Wryug リク ロク おか T1 くが たち みち む むつ {land} {six}
律 4E27 U5f8b B60 G6 S9 F992 N1608 V1740 H363 DK268 L874 K1048 O787 DO526 MN10097 MP4.0825 E993 IN667 DS877 DT895 DJ519 DG627 P1-3-6 I3i6.1 Q2520.7 DR2055 Ylu:4 Wryul リツ リチ レツ T1 たかし のり {rhythm} {law} {regulation} {gauge} {control}
@@ -2968,7 +2968,7 @@
丐 5022 U4e10 B1 S4 XH262 N11 V11 MN22 MP1.0264 P4-4-1 I2m2.3 Q1020.7 Ygai4 Wgal Wgae カイ こ.う {beggar} {beg} {give}
丕 5023 U4e15 B1 S5 V18 O163 MN30 MP1.0267 P2-4-1 I0a5.2 Q1010.9 Ypi1 Wbi ヒ おお.きい {large} {great} {grand} {glorious} {distinguished}
个 5024 U4e2a B9 C2 S3 XH1960 N340 V25 H1959 MN70 MP1.0286 P2-2-1 Q8020.0 Yge4 Wga Wgae カ コ {counter for articles} {individual}
-丱 5025 U4e31 B2 S5 V29 MN77 MP1.0318 P1-2-3 I0a5.4 Q2277.0 Yguan4 Wgwan カン ケン {saguaro-like kanji} {horn-shaped locks of hair} {young} {tender}
+丱 5025 U4e31 B2 S5 V29 MN77 MP1.0318 P1-2-3 I0a5.4 Q2277.0 Yguan4 Wgwan カン ケン {saguaro-like kanji} {horn-tqshaped locks of hair} {young} {tender}
丶 5026 U4e36 B3 S1 V32 H3344 MN91 MP1.0320 P4-1-4 I0a1.3 Q3000.0 Yzhu3 Wju チュ T2 てん {dot} {tick or dot radical (no. 3)}
丼 5027 U4e3c B4 C3 S5 F2088 N171 V37 L2884 O206 MN101 MP1.0337 P4-5-4 I0a5.40 Q5500.0 Yjing3 Ydan3 Wjeong トン タン ショウ セイ どんぶり {bowl} {bowl of food}
丿 5028 U4e3f B4 S1 V39 H3345 MN106 MP1.0338 P4-1-4 I0a1.2 Q2000.0 Ypie3 Wbyeol ヘツ えい よう T1 の T2 ノ のかんむり {kana-no radical (no. 4)}
@@ -3101,7 +3101,7 @@
冑 5149 U5191 B130 C13 S9 XH3747 V395 MN1537 MP2.0117 P2-5-4 I2r7.2 Q5022.7 Yzhou4 Wju チュウ かぶと よろい {helmet}
冓 514A U5193 B13 S10 V396 MN1540 MP2.0120 P2-5-5 I0a10.14 Q5555.7 Q5544.7 Ygou4 Wgu コウ かま.える {put together} {inner palace}
冕 514B U5195 B13 S11 N624 V397 MN1545 MP2.0120 P2-2-9 Q6041.6 Ymian3 Wmyeon ベン メン かんむり {crown}
-冖 514C U5196 B14 S2 V398 H3353 MN1565 MP2.0122 P4-2-1 I2i0.1 Q3702.0 Ymi4 Wmyeog ベキ T2 わかんむり べきかんむり {wa-shaped crown radical (no. 14)}
+冖 514C U5196 B14 S2 V398 H3353 MN1565 MP2.0122 P4-2-1 I2i0.1 Q3702.0 Ymi4 Wmyeog ベキ T2 わかんむり べきかんむり {wa-tqshaped crown radical (no. 14)}
冤 514D U51a4 B14 S10 XJ05563 F2382 N631 V404 MN1587X MP2.0128 P2-2-8 Q3741.3 Yyuan1 Wweon エン {false charge} {hatred}
冦 514E U51a6 B14 S10 XJ05564 XJ13A5A XH1313 V402 MN1590 MP2.0133 P2-2-8 Q3721.4 Ykou4 Wgu コウ あだ.する {foe} {enemy} {revenge} {grudge} {feud}
冢 514F U51a2 B14 S10 XH1120 V403 MN1585 MP2.0127 P2-2-8 I2i8.1 Q3723.2 Yzhong3 Wchong チョウ つか おお.う {mound} {hillock}
@@ -3488,15 +3488,15 @@
孕 5554 U5b55 B39 S5 N1266 V1283 L2208 O274 MN6938 MP3.0815 P2-2-3 I2c2.1 Q1740.7 Yyun4 Wing ヨウ はら.む T1 はらみ もと {become pregnant}
孚 5555 U5b5a B39 S7 V1286 O483 MN6948 MP3.0824 P2-4-3 I2c4.2 Q2040.7 Yfu2 Wbu フ たまご はぐく.む {sincere} {nourish} {encase}
孛 5556 U5b5b B39 S7 V1288 MN6949 MP3.0824 P2-4-3 I2k4.1 Q4040.7 Ybei4 Wpae Wbal ハイ ブツ ボツ {comet} {dark} {obscure}
-孥 5557 U5b65 B39 S8 V1290 MN6967 MP3.0858 P2-5-3 I2c5.2 Q4740.7 Ynu2 Wno ド ヌ つまこ {child} {wife and children} {servant} {slave}
+孥 5557 U5b65 B39 S8 V1290 MN6967 MP3.0858 P2-5-3 I2c5.2 Q4740.7 Ynu2 Wno ド ヌ つまこ {child} {wife and tqchildren} {servant} {slave}
孩 5558 U5b69 B39 S9 N1272 V1295 MN6977 MP3.0585 P1-3-6 I2c6.1 Q1048.2 Yhai2 Whae ガイ カイ ちのみご {baby} {infancy}
孰 5559 U5b70 B8 C39 S11 N316 V1297 MN6995 MP3.0877 P1-8-3 I3d7.14 Q0541.7 Q0441.7 Yshu2 Wsug ジュク いずれ たれ {which} {how} {who}
-孳 555A U5b73 B12 C39 S12 N603 V1299 MN7011X MP3.0879 P2-3-9 I2o9.2 Q4440.7 Yzi1 Yzi4 Wja ジ シ う.む しげ.る {increase} {bear children} {also N1274}
+孳 555A U5b73 B12 C39 S12 N603 V1299 MN7011X MP3.0879 P2-3-9 I2o9.2 Q4440.7 Yzi1 Yzi4 Wja ジ シ う.む しげ.る {increase} {bear tqchildren} {also N1274}
孵 555B U5b75 B4 C39 S14 N244 V1301 MN7021 MP3.0880 P1-4-10 I3n10.5 Q7274.7 Yfu1 Wbu フ か.えす {hatch} {incubate}
學 555C U5b78 B39 S16 XJ03358 XJ0555D XJ14157 XH2889 XH1271 N1275 V1302 H2898 MN7033 MP3.0881 P2-13-3 Q7740.7 Yxue2 Yxiao2 Whag ガク まな.ぶ T1 さとる {learning} {knowledge} {school}
斈 555D U6588 B67 S7 XJ03358 XJ0555C XJ14157 XH1271 N2065 V2365 H2039 MN13453 MP5.0602 P2-2-5 Q0040.7 Yxue2 Whag ガク まな.ぶ {learning} {knowledge} {school}
孺 555E U5b7a B39 S17 N1276 V1303 MN7042 MP3.0893 P1-3-14 I2c14.1 Q1142.7 Yru2 Yru4 Wyu ジュ おさない ちのみご {child}
-宀 555F U5b80 B40 S3 V1304 H3425 MN7054 MP3.0895 P4-3-4 I3m0.1 Q3032.7 Ymian2 Wmyeon ベン メン T2 うかんむり {shaped crown}
+宀 555F U5b80 B40 S3 V1304 H3425 MN7054 MP3.0895 P4-3-4 I3m0.1 Q3032.7 Ymian2 Wmyeon ベン メン T2 うかんむり {tqshaped crown}
它 5560 U5b83 B40 S5 V1306 MN7057 MP3.0897 P2-3-2 I3m2.3 Q3071.1 Yta1 Wda Wsa タ へび {other}
宦 5561 U5ba6 B40 S10 S9 N1298 V1325 MN7138 MP3.1004 P2-3-7 I3m7.14 Q3071.7 Yhuan4 Whwan カン つかさ {official}
宸 5562 U5bb8 B40 S10 N1305 V1331 MN7171 MP3.1032 P2-3-7 I3m7.13 Q3023.2 Ychen2 Wsin シン のき {eaves} {palace} {imperial courtesy}
@@ -3582,7 +3582,7 @@
嶬 5654 U5dac B46 S16 V1514 MN8510 MP4.0309 P1-3-13 I3o13.3 Q2875.3 Yyi1 Weui ギ {high} {steep}
嶮 5655 U5dae B46 S16 XH5000 N1437 V1513 H759 MN8520 MP4.0309 P1-3-13 I3o13.2 Q2878.6 Yxian3 Wheom ケン けわ.しい {inaccessible place} {impregnable position} {steep place} {sharp eyes}
嶽 5656 U5dbd B46 S17 XJ03359 XH208 F2135 N1439 V1516 H2377 L2987 O2775 MN8566 MP4.0314 P2-3-14 Q2223.4 Yyue4 Wag ガク たけ T1 たき {peak}
-嶐 5657 U5d90 B46 S14 V1508 MN8447 MP4.0304 P2-3-11 I3o11.4 Q2221.4 Ylong2 Wryung リュ やまのかたち {shape of a mountain}
+嶐 5657 U5d90 B46 S14 V1508 MN8447 MP4.0304 P2-3-11 I3o11.4 Q2221.4 Ylong2 Wryung リュ やまのかたち {tqshape of a mountain}
嶷 5658 U5db7 B46 S17 N1441 V1518 O2774 MN8545 MP4.0311 P2-3-14 I3o14.1 Q2248.1 Yyi2 Weui Weog ギョク ギ さと.い {wise}
嶼 5659 U5dbc B46 S16 N1438 V1515 MN8561 MP4.0313 P1-3-13 I3o13.1 Q2778.1 Yyu3 Wseo ショ しま {island}
巉 565A U5dc9 B46 S20 V1520 MN8618 MP4.0313 P1-3-17 I3o18.1 Q2771.6 Ychan2 Wcham ザン サン {rising precipitously} {rising steeply}
@@ -4471,7 +4471,7 @@
燹 6021 U71f9 B86 S18 N2815 V3501 MN19508 MP7.0552 P2-14-4 I4d14.5 Q1180.9 Yxian3 Wheui Wseon セン のび {prairie fire}
燿 6022 U71ff B86 G9 S18 XJ04D54 N2814 V3500 DK750 L2534 O2721 MN19520X MP7.0553 IN2152 P1-4-14 I4d14.3 Q9781.4 Yyao4 Wyo ヨウ かがや.く ひかり {shine}
爍 6023 U720d B86 S19 V3504 MN19549 MP7.0555 P1-4-15 I4d15.1 Q9289.4 Yshuo4 Wsag シャク とか.す ひか.る {shine} {melt}
-爐 6024 U7210 B86 S20 XJ04F27 XH2750 N2819 V3506 H1104 MN19566 MP7.0556 P1-4-16 Q9181.7 Ylu2 Wro ロ いろり {fireplace} {stove} {oven} {furnace}
+爐 6024 U7210 B86 S20 XJ04F27 XH2750 N2819 V3506 H1104 MN19566 MP7.0556 P1-4-16 Q9181.7 Ylu2 Wro ロ いろり {fitqreplace} {stove} {oven} {furnace}
爛 6025 U721b B86 S21 XJ14A47 N2820 V3507 H1110 O2913 MN19604 MP7.0559 P1-4-17 I4d17.1 Q9782.0 ZPP1-1-20 Ylan4 Wran ラン ただ.れる {be sore} {inflamed} {bleary} {fester}
爨 6026 U7228 B86 S29 N2821 V3508 MN19648 MP7.0562 P2-14-15 I4d26.1 Q7780.9 Ycuan4 Wchan サン かし.ぐ かまど {cook} {boil}
爭 6027 U722d B87 S8 XJ04168 XH186 V3510 H2422 O706 MN19663 MP7.0566 P2-4-4 Q2050.7 Yzheng1 Wjaeng ソウ あらそ.う いか.でか {to dispute} {fight} {contend} {strive}
@@ -4610,7 +4610,7 @@
疥 614E U75a5 B104 S9 N3026 V3781 MN22057 MP7.1157 P3-5-4 I5i4.3 Q0012.8 Yjie4 Wgae カイ はたけ {scabby eruption}
疣 614F U75a3 B104 S9 XJ0666F N3027 V3782 MN22050 MP7.1157 P3-5-4 I5i4.1 Q0011.4 Yyou2 Wu ユ ユウ いぼ {wart}
痂 6150 U75c2 B104 S10 N3038 V3793 MN22122 MP7.1167 P3-5-5 I5i5.7 Q0016.0 Yjia1 Wga カ ケ かさ かさ.ぶた {scab} {dry up} {slough}
-疳 6151 U75b3 B104 S10 N3032 V3789 MN22085 MP7.1161 P3-5-5 I5i5.1 Q0017.5 Ygan1 Wgam カン {children's diseases}
+疳 6151 U75b3 B104 S10 N3032 V3789 MN22085 MP7.1161 P3-5-5 I5i5.1 Q0017.5 Ygan1 Wgam カン {tqchildren's diseases}
痃 6152 U75c3 B104 S10 N3034 V3790 MN22124 MP7.1167 P3-5-5 I5i5.11 Q0013.2 Yxuan2 Whyeon ゲン ケン {cramps}
疵 6153 U75b5 B104 S11 N3047 V3805 H3282 MN22089X MP7.1161 P3-5-6 I5i6.3 Q0011.1 ZSP3-5-5 Yci1 Yci2 Wja シ きず {crack} {flaw} {scratch} {speck}
疽 6154 U75bd B104 S10 N3031 V3787 MN22106 MP7.1163 P3-5-5 I5i5.5 Q0011.7 Yju1 Wjeo ソ ショ かさ {carbuncle}
@@ -4749,7 +4749,7 @@
碼 627B U78bc B112 S15 V4030 MN24368 MP8.0389 P1-5-10 I5a10.1 Q1162.7 Yma3 Wma バ メ やあど やある {number} {wharf} {agate} {yard (91.44 cm)}
磅 627C U78c5 B112 S15 V4032 MN24386 MP8.0391 P1-5-10 I5a10.4 Q1062.7 Ybang4 Ypang1 Ypang2 Wbang Wpaeng ボウ ホウ ぽんど {become obstructed} {pound (sterling, lb)}
磊 627D U78ca B112 S15 N3213 V4036 MN24394 MP8.0392 P2-5-10 I5a10.8 Q1066.1 Ylei3 Wroe ライ {many stones}
-磬 627E U78ec B112 S16 V4042 MN24454 MP8.0401 P2-11-5 I5a11.4 Q4760.1 Yqing4 Wgyeong ケイ {upside-V-shaped gong}
+磬 627E U78ec B112 S16 V4042 MN24454 MP8.0401 P2-11-5 I5a11.4 Q4760.1 Yqing4 Wgyeong ケイ {upside-V-tqshaped gong}
磧 6321 U78e7 B112 S16 V4041 MN24448 MP8.0398 P1-5-11 I5a11.3 Q1568.6 Yqi4 Wjeog セキ かわら {expanse of sand} {pebbly beach}
磚 6322 U78da B112 S16 N3219 V4043 MN24418 MP8.0396 P1-5-11 I5a11.1 Q1564.3 Yzhuan1 Wjeon セン かわら {tile}
磽 6323 U78fd B112 S17 V4047 MN24494 MP8.0405 P1-5-12 I5a12.3 Q1461.1 Yqiao1 Wgyo コウ キョウ {rocky} {barren}
@@ -4980,7 +4980,7 @@
緘 6548 U7dd8 B120 S15 N3577 V4545 MN27638 MP8.1115 P1-6-9 I6a9.16 Q2395.0 Yjian1 Wham カン かん.する と.じる {shut} {seal}
緝 6549 U7ddd B120 S15 V4537 O2658 MN27645 MP8.1120 P1-6-9 I6a9.9 Q2694.1 Yji1 Yqi1 Yqi4 Wjib Wjeub シュウ つむ.ぐ {spin thread} {bring together} {shine}
緤 654A U7de4 B120 S15 V4538 MN27657 MP8.1125 P1-6-9 I6a9.6 Q2499.4 Yxie4 Wseol セツ セチ きずな つな.ぐ {leash}
-緞 654B U7dde B120 S15 N3578 V4546 MN27646 MP8.1121 P1-6-9 I6a9.4 Q2794.7 Yduan4 Wdan Wha ドン タン {damask}
+緞 654B U7dde B120 S15 N3578 V4546 MN27646 MP8.1121 P1-6-9 I6a9.4 Q2794.7 Yduan4 Wdan Wha ドン タン {datqmask}
緻 654C U7dfb B120 S15 F2460 N3575 V4557 MN27700 MP8.1137 P1-6-9 I6a10.1 Q2894.0 Yzhi4 Wchi チ こまか.い {fine (i.e. not coarse)}
緲 654D U7df2 B120 S15 V4539 MN27687 MP8.1133 P1-6-9 I6a9.3 Q2992.0 Ymiao3 Wmyo ビョウ ミョウ {faint} {far off}
緡 654E U7de1 B120 S15 XJ1542F N3573 V4541 MN27652 MP8.1122 P1-6-9 I6a9.5 Q2796.4 Ymin2 Wmin ビン コン ミン さし つりいと なわ ぜにさし {paper string}
@@ -5923,8 +5923,8 @@
鑠 6F4B U9460 B167 S23 XH3124 N4928 V6366 MN41019 MP11.0654 P1-8-15 I8a15.1 Q8219.4 Yshuo4 Wsag シャク とろ.かす と.かす {melt} {be charmed} {captivated}
鑢 6F4C U9462 B167 S23 N4927 V6365 MN41021 MP11.0655 P1-8-15 I8a15.5 Q8113.6 Ylu:4 Wryeo ロ リョ やすり {file} {rasp}
鑞 6F4D U945e B167 S23 N4929 V6367 MN41014 MP11.0654 P1-8-15 I8a15.4 Q8211.6 Yla4 Wrab ロウ {solder}
-鑪 6F4E U946a B167 S24 XJ06F4F XH4822 N4931 V6369 MN41038 MP11.0656 P1-8-16 I8a16.1 Q8111.7 Ylu2 Wro ロ いろり T1 たたら {hearth} {fireplace} {furnace}
-鈩 6F4F U9229 B167 S12 XJ06F4E N4822 V6228 P1-8-4 Q8312.7 Ylu2 Wro ロ いろり {hearth} {fireplace} {furnace}
+鑪 6F4E U946a B167 S24 XJ06F4F XH4822 N4931 V6369 MN41038 MP11.0656 P1-8-16 I8a16.1 Q8111.7 Ylu2 Wro ロ いろり T1 たたら {hearth} {fitqreplace} {furnace}
+鈩 6F4F U9229 B167 S12 XJ06F4E N4822 V6228 P1-8-4 Q8312.7 Ylu2 Wro ロ いろり {hearth} {fitqreplace} {furnace}
鑰 6F50 U9470 B167 S25 N4933 V6371 O2998 MN41051 MP11.0657 P1-8-17 I8a17.1 Q8812.7 Q8317.7 Yyao4 Yyue4 Wyag ヤク かぎ {lock}
鑵 6F51 U9475 B167 S25 XH3634 XI2k4.6 N4932 V6370 MN41064X MP11.0658 P1-8-17 Q8411.4 Yguan4 Wgwan カン かま {steam boiler}
鑷 6F52 U9477 B167 S26 V6373 MN41069 MP11.0658 P1-8-18 I8a18.1 Q8114.1 Ynie4 Wseob セツ ジョウ ニョウ けぬき T1 けぬ {pluck hair} {tweezers}
diff --git a/kiten/kiten.cpp b/kiten/kiten.cpp
index 5e54a9af..beb56a31 100644
--- a/kiten/kiten.cpp
+++ b/kiten/kiten.cpp
@@ -46,7 +46,7 @@
#include <cassert>
-TopLevel::TopLevel(TQWidget *parent, const char *name) : KMainWindow(parent, name)
+TopLevel::TopLevel(TQWidget *tqparent, const char *name) : KMainWindow(tqparent, name)
{
#if KDE_VERSION > 305
setStandardToolBarMenuEnabled(true);
@@ -54,43 +54,43 @@ TopLevel::TopLevel(TQWidget *parent, const char *name) : KMainWindow(parent, nam
config = Config::self();
config->readConfig();
- Accel = new KGlobalAccel(this);
- (void) Accel->insert("Lookup Kanji (Kanjidic)", i18n("Lookup Kanji (Kanjidic)"), i18n("Gives detailed information about Kanji currently on clipboard."), CTRL + ALT + Key_K, CTRL + ALT + Key_K, this, TQT_SLOT(kanjiSearchAccel()));
- (void) Accel->insert("Lookup English/Japanese word", i18n("Lookup English/Japanese Word"), i18n("Looks up current text on clipboard in the same way as if you used Kiten's regular search."), CTRL + ALT + Key_S, CTRL + ALT + Key_S, this, TQT_SLOT(searchAccel()));
+ Accel = new KGlobalAccel(TQT_TQOBJECT(this));
+ (void) Accel->insert("Lookup Kanji (Kanjidic)", i18n("Lookup Kanji (Kanjidic)"), i18n("Gives detailed information about Kanji currently on clipboard."), CTRL + ALT + Key_K, CTRL + ALT + Key_K, TQT_TQOBJECT(this), TQT_SLOT(kanjiSearchAccel()));
+ (void) Accel->insert("Lookup English/Japanese word", i18n("Lookup English/Japanese Word"), i18n("Looks up current text on clipboard in the same way as if you used Kiten's regular search."), CTRL + ALT + Key_S, CTRL + ALT + Key_S, TQT_TQOBJECT(this), TQT_SLOT(searchAccel()));
Accel->readSettings(KGlobal::config());
Accel->updateConnections();
_ResultView = new ResultView(true, this, "_ResultView");
setCentralWidget(_ResultView);
- (void) KStdAction::quit(this, TQT_SLOT(close()), actionCollection());
- (void) KStdAction::print(this, TQT_SLOT(print()), actionCollection());
- (void) KStdAction::preferences(this, TQT_SLOT(slotConfigure()), actionCollection());
+ (void) KStdAction::quit(TQT_TQOBJECT(this), TQT_SLOT(close()), actionCollection());
+ (void) KStdAction::print(TQT_TQOBJECT(this), TQT_SLOT(print()), actionCollection());
+ (void) KStdAction::preferences(TQT_TQOBJECT(this), TQT_SLOT(slotConfigure()), actionCollection());
KStdAction::keyBindings(guiFactory(), TQT_SLOT(configureShortcuts()), actionCollection());
- (void) new KAction(i18n("&Learn"), "pencil", CTRL+Key_L, this, TQT_SLOT(createLearn()), actionCollection(), "file_learn");
- (void) new KAction(i18n("&Dictionary Editor..."), "edit", 0, this, TQT_SLOT(createEEdit()), actionCollection(), "dict_editor");
- (void) new KAction(i18n("Ra&dical Search..."), "gear", CTRL+Key_R, this, TQT_SLOT(radicalSearch()), actionCollection(), "search_radical");
- Edit = new EditAction(i18n("Search Edit"), 0, this, TQT_SLOT(search()), actionCollection(), "search_edit");
+ (void) new KAction(i18n("&Learn"), "pencil", CTRL+Key_L, TQT_TQOBJECT(this), TQT_SLOT(createLearn()), actionCollection(), "file_learn");
+ (void) new KAction(i18n("&Dictionary Editor..."), "edit", 0, TQT_TQOBJECT(this), TQT_SLOT(createEEdit()), actionCollection(), "dict_editor");
+ (void) new KAction(i18n("Ra&dical Search..."), "gear", CTRL+Key_R, TQT_TQOBJECT(this), TQT_SLOT(radicalSearch()), actionCollection(), "search_radical");
+ Edit = new EditAction(i18n("Search Edit"), 0, TQT_TQOBJECT(this), TQT_SLOT(search()), actionCollection(), "search_edit");
(void) new KAction(i18n("&Clear Search Bar"), BarIcon("locationbar_erase", 16), CTRL+Key_N, Edit, TQT_SLOT(clear()), actionCollection(), "clear_search");
- (void) new KAction(i18n("S&earch"), "key_enter", 0, this, TQT_SLOT(search()), actionCollection(), "search");
- (void) new KAction(i18n("Search with &Beginning of Word"), 0, this, TQT_SLOT(searchBeginning()), actionCollection(), "search_beginning");
- (void) new KAction(i18n("Search &Anywhere"), 0, this, TQT_SLOT(searchAnywhere()), actionCollection(), "search_anywhere");
- (void) new KAction(i18n("Stro&kes"), "paintbrush", CTRL+Key_S, this, TQT_SLOT(strokeSearch()), actionCollection(), "search_stroke");
- (void) new KAction(i18n("&Grade"), "leftjust", CTRL+Key_G, this, TQT_SLOT(gradeSearch()), actionCollection(), "search_grade");
- kanjiCB = new KToggleAction(i18n("&Kanjidic"), "kanjidic", CTRL+Key_K, this, TQT_SLOT(kanjiDictChange()), actionCollection(), "kanji_toggle");
- deinfCB = new KToggleAction(i18n("&Deinflect Verbs in Regular Search"), 0, this, TQT_SLOT(kanjiDictChange()), actionCollection(), "deinf_toggle");
- comCB = new KToggleAction(i18n("&Filter Rare"), "filter", CTRL+Key_F, this, TQT_SLOT(toggleCom()), actionCollection(), "common");
- autoSearchToggle = new KToggleAction(i18n("&Automatically Search Clipboard Selections"), "find", 0, this, TQT_SLOT(kanjiDictChange()), actionCollection(), "autosearch_toggle");
- irAction = new KAction(i18n("Search &in Results"), "find", CTRL+Key_I, this, TQT_SLOT(resultSearch()), actionCollection(), "search_in_results");
- (void) KStdAction::configureToolbars(this, TQT_SLOT(configureToolBars()), actionCollection());
- addAction = new KAction(i18n("Add &Kanji to Learning List"), 0, this, TQT_SLOT(addToList()), actionCollection(), "add");
+ (void) new KAction(i18n("S&earch"), "key_enter", 0, TQT_TQOBJECT(this), TQT_SLOT(search()), actionCollection(), "search");
+ (void) new KAction(i18n("Search with &Beginning of Word"), 0, TQT_TQOBJECT(this), TQT_SLOT(searchBeginning()), actionCollection(), "search_beginning");
+ (void) new KAction(i18n("Search &Anywhere"), 0, TQT_TQOBJECT(this), TQT_SLOT(searchAnywhere()), actionCollection(), "search_anywhere");
+ (void) new KAction(i18n("Stro&kes"), "paintbrush", CTRL+Key_S, TQT_TQOBJECT(this), TQT_SLOT(strokeSearch()), actionCollection(), "search_stroke");
+ (void) new KAction(i18n("&Grade"), "leftjust", CTRL+Key_G, TQT_TQOBJECT(this), TQT_SLOT(gradeSearch()), actionCollection(), "search_grade");
+ kanjiCB = new KToggleAction(i18n("&Kanjidic"), "kanjidic", CTRL+Key_K, TQT_TQOBJECT(this), TQT_SLOT(kanjiDictChange()), actionCollection(), "kanji_toggle");
+ deinfCB = new KToggleAction(i18n("&Deinflect Verbs in Regular Search"), 0, TQT_TQOBJECT(this), TQT_SLOT(kanjiDictChange()), actionCollection(), "deinf_toggle");
+ comCB = new KToggleAction(i18n("&Filter Rare"), "filter", CTRL+Key_F, TQT_TQOBJECT(this), TQT_SLOT(toggleCom()), actionCollection(), "common");
+ autoSearchToggle = new KToggleAction(i18n("&Automatically Search Clipboard Selections"), "tqfind", 0, TQT_TQOBJECT(this), TQT_SLOT(kanjiDictChange()), actionCollection(), "autosearch_toggle");
+ irAction = new KAction(i18n("Search &in Results"), "tqfind", CTRL+Key_I, TQT_TQOBJECT(this), TQT_SLOT(resultSearch()), actionCollection(), "search_in_results");
+ (void) KStdAction::configureToolbars(TQT_TQOBJECT(this), TQT_SLOT(configureToolBars()), actionCollection());
+ addAction = new KAction(i18n("Add &Kanji to Learning List"), 0, TQT_TQOBJECT(this), TQT_SLOT(addToList()), actionCollection(), "add");
addAction->setEnabled(false);
- (void) new KAction(i18n("Configure &Global Shortcuts..."), "configure_shortcuts", 0, this, TQT_SLOT(configureGlobalKeys()), actionCollection(), "options_configure_keybinding");
+ (void) new KAction(i18n("Configure &Global Shortcuts..."), "configure_shortcuts", 0, TQT_TQOBJECT(this), TQT_SLOT(configureGlobalKeys()), actionCollection(), "options_configure_keybinding");
historyAction = new KListAction(i18n("&History"), 0, 0, 0, actionCollection(), "history");
- connect(historyAction, TQT_SIGNAL(activated(int)), this, TQT_SLOT(goInHistory(int)));
- backAction = KStdAction::back(this, TQT_SLOT(back()), actionCollection());
- forwardAction = KStdAction::forward(this, TQT_SLOT(forward()), actionCollection());
+ connect(historyAction, TQT_SIGNAL(activated(int)), TQT_TQOBJECT(this), TQT_SLOT(goInHistory(int)));
+ backAction = KStdAction::back(TQT_TQOBJECT(this), TQT_SLOT(back()), actionCollection());
+ forwardAction = KStdAction::forward(TQT_TQOBJECT(this), TQT_SLOT(forward()), actionCollection());
backAction->setEnabled(false);
forwardAction->setEnabled(false);
currentResult = resultHistory.end();
@@ -115,9 +115,9 @@ TopLevel::TopLevel(TQWidget *parent, const char *name) : KMainWindow(parent, nam
applyMainWindowSettings(KGlobal::config(), "TopLevelWindow");
connect(_ResultView, TQT_SIGNAL(linkClicked(const TQString &)), TQT_SLOT(ressearch(const TQString &)));
- connect(kapp->clipboard(), TQT_SIGNAL(selectionChanged()), this, TQT_SLOT(autoSearch()));
+ connect(kapp->clipboard(), TQT_SIGNAL(selectionChanged()), TQT_TQOBJECT(this), TQT_SLOT(autoSearch()));
- TQTimer::singleShot(10, this, TQT_SLOT(finishInit()));
+ TQTimer::singleShot(10, TQT_TQOBJECT(this), TQT_SLOT(finishInit()));
}
TopLevel::~TopLevel()
@@ -142,7 +142,7 @@ void TopLevel::finishInit()
Edit->clear(); // make sure the edit is focused initially
StatusBar->message(i18n("Welcome to Kiten"));
- setCaption(TQString::null);
+ setCaption(TQString());
}
bool TopLevel::queryClose()
@@ -172,7 +172,7 @@ void TopLevel::addToList()
if (learnList.isEmpty())
createLearn();
else
- StatusBar->message(i18n("%1 added to learn list of all open learn windows").arg(toAddKanji.kanji()));
+ StatusBar->message(i18n("%1 added to learn list of all open learn windows").tqarg(toAddKanji.kanji()));
emit add(toAddKanji);
}
@@ -257,12 +257,12 @@ void TopLevel::handleSearchResult(Dict::SearchResult results)
addAction->setEnabled(true);
- _ResultView->append(TQString("<p>%1</p>").arg(i18n("HTML Entity: %1").arg(TQString("&amp;#x%1;").arg(TQString::number(toAddKanji.kanji().at(0).unicode(), 16))))); // show html entity
+ _ResultView->append(TQString("<p>%1</p>").tqarg(i18n("HTML Entity: %1").tqarg(TQString("&amp;#x%1;").tqarg(TQString::number(toAddKanji.kanji().tqat(0).tqunicode(), 16))))); // show html entity
// now show some compounds in which this kanji appears
TQString kanji = toAddKanji.kanji();
- _ResultView->addHeader(i18n("%1 in compounds").arg(kanji));
+ _ResultView->addHeader(i18n("%1 in compounds").tqarg(kanji));
Dict::SearchResult compounds = _Asyndeta.retrieveIndex()->search(TQRegExp(kanji), kanji, true);
bool common = true;
@@ -396,7 +396,7 @@ void TopLevel::search(bool inResults)
TQStringList::Iterator nit = names.begin();
for (TQStringList::Iterator it = res.begin(); it != res.end(); ++it, ++nit)
{
- if (done.contains(*it) > 0)
+ if (done.tqcontains(*it) > 0)
continue;
//kdDebug() << "currently on deinflection " << *it << endl;
@@ -442,7 +442,7 @@ void TopLevel::strokeSearch()
if (!ok)
{
/*
- if (text.find("-") < 0)
+ if (text.tqfind("-") < 0)
{
StatusBar->message(i18n("For a range between 4 and 8 strokes, use '4-8'"));
return;
@@ -498,7 +498,7 @@ void TopLevel::strokeSearch()
// must be in kanjidic mode
kanjiCB->setChecked(true);
- doSearch(TQString("S%1 ").arg(strokesString), regexp);
+ doSearch(TQString("S%1 ").tqarg(strokesString), regexp);
}
void TopLevel::gradeSearch()
@@ -519,7 +519,7 @@ void TopLevel::gradeSearch()
return;
}
- TQString text = TQString("G%1 ").arg(grade);
+ TQString text = TQString("G%1 ").tqarg(grade);
TQRegExp regexp = TQRegExp(text);
kanjiCB->setChecked(true);
@@ -529,9 +529,9 @@ void TopLevel::gradeSearch()
TQString TopLevel::clipBoardText() // gets text from clipboard for globalaccels
{
- kapp->clipboard()->setSelectionMode(true);
- TQString text = kapp->clipboard()->text().stripWhiteSpace();
- kapp->clipboard()->setSelectionMode(false);
+ kapp->tqclipboard()->setSelectionMode(true);
+ TQString text = kapp->tqclipboard()->text().stripWhiteSpace();
+ kapp->tqclipboard()->setSelectionMode(false);
return text;
}
@@ -540,10 +540,10 @@ TQString TopLevel::filteredClipboardText()
{
TQString newText = clipBoardText();
TQString currentText = Edit->text();
- if (newText.length() < 80 && newText.find(':') < 0 && newText.find('#') < 0 && newText.find("-") != 0 && newText.find("+") < 0 && currentText.find(newText) < 0)
+ if (newText.length() < 80 && newText.tqfind(':') < 0 && newText.tqfind('#') < 0 && newText.tqfind("-") != 0 && newText.tqfind("+") < 0 && currentText.tqfind(newText) < 0)
return newText;
else
- return TQString::null;
+ return TQString();
}
void TopLevel::autoSearch()
@@ -585,7 +585,7 @@ void TopLevel::setResults(unsigned int results, unsigned int fullNum)
TQString str = i18n("%n result","%n results",results);
if (results < fullNum)
- str += i18n(" out of %1").arg(fullNum);
+ str += i18n(" out of %1").tqarg(fullNum);
StatusBar->message(str);
setCaption(str);
@@ -610,8 +610,8 @@ void TopLevel::slotConfigure()
//ConfigureDialog didn't find an instance of this dialog, so lets create it :
optionDialog = new ConfigureDialog(this, "settings");
connect(optionDialog, TQT_SIGNAL(hidden()),this,TQT_SLOT(slotConfigureHide()));
- connect(optionDialog, TQT_SIGNAL(settingsChanged()), this, TQT_SLOT(slotConfigurationChanged()));
- connect(optionDialog, TQT_SIGNAL(valueChanged()), this, TQT_SIGNAL(quizConfChanged()));
+ connect(optionDialog, TQT_SIGNAL(settingsChanged()), TQT_TQOBJECT(this), TQT_SLOT(slotConfigurationChanged()));
+ connect(optionDialog, TQT_SIGNAL(valueChanged()), TQT_TQOBJECT(this), TQT_SIGNAL(quizConfChanged()));
optionDialog->show();
return;
@@ -625,7 +625,7 @@ void TopLevel::slotLearnConfigure()
void TopLevel::slotConfigureHide()
{
- TQTimer::singleShot(0, this, TQT_SLOT(slotConfigureDestroy()));
+ TQTimer::singleShot(0, TQT_TQOBJECT(this), TQT_SLOT(slotConfigureDestroy()));
}
void TopLevel::slotConfigureDestroy()
@@ -641,9 +641,9 @@ void TopLevel::createLearn()
{
Learn *_Learn = new Learn(_Asyndeta.retrieveIndex(), 0);
- connect(_Learn, TQT_SIGNAL(destroyed(Learn *)), this, TQT_SLOT(learnDestroyed(Learn *)));
- connect(_Learn, TQT_SIGNAL(linkClicked(const TQString &)), this, TQT_SLOT(ressearch(const TQString &)));
- connect(_Learn, TQT_SIGNAL(configureLearn()), this, TQT_SLOT(slotLearnConfigure()));
+ connect(_Learn, TQT_SIGNAL(destroyed(Learn *)), TQT_TQOBJECT(this), TQT_SLOT(learnDestroyed(Learn *)));
+ connect(_Learn, TQT_SIGNAL(linkClicked(const TQString &)), TQT_TQOBJECT(this), TQT_SLOT(ressearch(const TQString &)));
+ connect(_Learn, TQT_SIGNAL(configureLearn()), TQT_TQOBJECT(this), TQT_SLOT(slotLearnConfigure()));
connect(this, TQT_SIGNAL(quizConfChanged()), _Learn, TQT_SLOT(updateQuizConfiguration()));
connect(this, TQT_SIGNAL(add(Dict::Entry)), _Learn, TQT_SLOT(add(Dict::Entry)));
@@ -681,7 +681,7 @@ TQRegExp TopLevel::readingSearchItems(bool kanji)
else
regexp = "\\[%1\\]";
- regexp = regexp.arg(text);
+ regexp = regexp.tqarg(text);
return TQRegExp(regexp, Config::caseSensitive());
}
@@ -699,7 +699,7 @@ TQRegExp TopLevel::kanjiSearchItems(bool beginning)
else
regexp = "^%1\\W";
- regexp = regexp.arg(text);
+ regexp = regexp.tqarg(text);
return TQRegExp(regexp, Config::caseSensitive());
}
@@ -711,13 +711,13 @@ TQRegExp TopLevel::searchItems()
if (text.isEmpty())
return TQRegExp(); //empty
- unsigned int contains = text.contains(TQRegExp("[A-Za-z0-9_:]"));
- if (Config::wholeWord() && contains == text.length())
+ unsigned int tqcontains = text.tqcontains(TQRegExp("[A-Za-z0-9_:]"));
+ if (Config::wholeWord() && tqcontains == text.length())
regexp = "\\W%1\\W";
else
regexp = "%1";
- regexp = regexp.arg(text);
+ regexp = regexp.tqarg(text);
return TQRegExp(regexp, Config::caseSensitive());
}
@@ -743,7 +743,7 @@ void TopLevel::newToolBarConfig()
RadWidget *TopLevel::radicalSearch()
{
RadWidget *rw = new RadWidget(&_Rad, 0, "rw");
- connect(rw, TQT_SIGNAL(set(const TQStringList &, unsigned int, unsigned int)), this, TQT_SLOT(radSearch(const TQStringList &, unsigned int, unsigned int)));
+ connect(rw, TQT_SIGNAL(set(const TQStringList &, unsigned int, unsigned int)), TQT_TQOBJECT(this), TQT_SLOT(radSearch(const TQStringList &, unsigned int, unsigned int)));
rw->show();
return rw;
}
@@ -772,12 +772,12 @@ void TopLevel::radSearch(const TQStringList &_list, unsigned int strokes, unsign
already = true;
}
- hist.text = i18n("Radical(s): %1").arg(prettyRadicalString);
+ hist.text = i18n("Radical(s): %1").tqarg(prettyRadicalString);
if (strokes)
- hist.list.append(Dict::Entry(i18n("Kanji with radical(s) %1 and %2 strokes").arg(prettyRadicalString).arg(strokes), true));
+ hist.list.append(Dict::Entry(i18n("Kanji with radical(s) %1 and %2 strokes").tqarg(prettyRadicalString).tqarg(strokes), true));
else
- hist.list.append(Dict::Entry(i18n("Kanji with radical(s) %1").arg(prettyRadicalString), true));
+ hist.list.append(Dict::Entry(i18n("Kanji with radical(s) %1").tqarg(prettyRadicalString), true));
TQString strokesString;
if (strokes)
@@ -800,7 +800,7 @@ void TopLevel::radSearch(const TQStringList &_list, unsigned int strokes, unsign
for (it = list.begin(); it != list.end(); ++it)
{
- Dict::SearchResult results = _Asyndeta.retrieveIndex()->searchKanji(TQRegExp(strokes? (TQString("S%1 ").arg(strokesString)) : (TQString("^") + (*it)) ), (*it), comCB->isChecked());
+ Dict::SearchResult results = _Asyndeta.retrieveIndex()->searchKanji(TQRegExp(strokes? (TQString("S%1 ").tqarg(strokesString)) : (TQString("^") + (*it)) ), (*it), comCB->isChecked());
hist.outOf += results.outOf;
if (results.count < 1)
diff --git a/kiten/kiten.h b/kiten/kiten.h
index 13500898..cc700339 100644
--- a/kiten/kiten.h
+++ b/kiten/kiten.h
@@ -41,9 +41,10 @@ class ResultView;
class KDE_EXPORT TopLevel : public KMainWindow
{
Q_OBJECT
+ TQ_OBJECT
public:
- TopLevel(TQWidget *parent = 0, const char *name = 0);
+ TopLevel(TQWidget *tqparent = 0, const char *name = 0);
~TopLevel();
signals:
diff --git a/kiten/kloader.cpp b/kiten/kloader.cpp
index 6ae2da6c..e691f506 100644
--- a/kiten/kloader.cpp
+++ b/kiten/kloader.cpp
@@ -79,7 +79,7 @@ bool KLoader::open(void)
{
if(!d->file->open(IO_ReadOnly))
{
- d->error = i18n("Could not read from %1.").arg(d->url.prettyURL());
+ d->error = i18n("Could not read from %1.").tqarg(d->url.prettyURL());
return false;
}
}
@@ -87,14 +87,14 @@ bool KLoader::open(void)
{
if(!KIO::NetAccess::download(d->url, d->tempFile))
{
- d->error = i18n("Could not read from %1.").arg(d->url.prettyURL());
+ d->error = i18n("Could not read from %1.").tqarg(d->url.prettyURL());
return false;
}
d->file = new TQFile(d->tempFile);
if(!d->file->open(IO_ReadOnly))
{
- d->error = i18n("Could not read from %1.").arg(d->tempFile);
+ d->error = i18n("Could not read from %1.").tqarg(d->tempFile);
return false;
}
}
diff --git a/kiten/kromajiedit.cpp b/kiten/kromajiedit.cpp
index d58ff2e0..f75f2238 100644
--- a/kiten/kromajiedit.cpp
+++ b/kiten/kromajiedit.cpp
@@ -28,8 +28,8 @@
#include "kromajiedit.h"
-KRomajiEdit::KRomajiEdit(TQWidget *parent, const char *name)
- : KLineEdit(parent, name)
+KRomajiEdit::KRomajiEdit(TQWidget *tqparent, const char *name)
+ : KLineEdit(tqparent, name)
{
kana = "unset";
@@ -163,21 +163,21 @@ void KRomajiEdit::keyPressEvent(TQKeyEvent *e)
ji = ji.lower();
//kdDebug() << "ji = " << ji << endl;
- TQString replace;
+ TQString tqreplace;
//kdDebug () << "kana is " << kana << endl;
if (kana == "hiragana")
- replace = hiragana[ji];
+ tqreplace = hiragana[ji];
else if (kana == "katakana")
- replace = katakana[ji];
+ tqreplace = katakana[ji];
- //kdDebug() << "replace = " << replace << endl;
+ //kdDebug() << "tqreplace = " << tqreplace << endl;
- if (!!replace) // if (replace has something in it)
+ if (!!tqreplace) // if (replace has something in it)
{
//kdDebug() << "replace isn't empty\n";
- setText(curKana + replace);
+ setText(curKana + tqreplace);
if (kana == "katakana")
kana = "hiragana";
diff --git a/kiten/kromajiedit.h b/kiten/kromajiedit.h
index d3766adb..c81efd04 100644
--- a/kiten/kromajiedit.h
+++ b/kiten/kromajiedit.h
@@ -33,9 +33,10 @@ class TQPopupMenu;
class KRomajiEdit : public KLineEdit
{
Q_OBJECT
+ TQ_OBJECT
public:
- KRomajiEdit(TQWidget *parent, const char *name);
+ KRomajiEdit(TQWidget *tqparent, const char *name);
~KRomajiEdit();
public slots:
diff --git a/kiten/ksaver.cpp b/kiten/ksaver.cpp
index 8e36f6d1..2ce2edb4 100644
--- a/kiten/ksaver.cpp
+++ b/kiten/ksaver.cpp
@@ -85,7 +85,7 @@ bool KSaver::open(void)
}
else
{
- d->error = i18n("Could not write to %1.").arg(d->url.prettyURL());
+ d->error = i18n("Could not write to %1.").tqarg(d->url.prettyURL());
return false;
}
}
diff --git a/kiten/learn.cpp b/kiten/learn.cpp
index 02b21618..79493131 100644
--- a/kiten/learn.cpp
+++ b/kiten/learn.cpp
@@ -46,8 +46,8 @@
#include "ksaver.h"
#include "learn.h"
-LearnItem::LearnItem(TQListView *parent, TQString label1, TQString label2, TQString label3, TQString label4, TQString label5, TQString label6, TQString label7, TQString label8)
- : TQListViewItem(parent, label1, label2, label3, label4, label5, label6, label7, label8)
+LearnItem::LearnItem(TQListView *tqparent, TQString label1, TQString label2, TQString label3, TQString label4, TQString label5, TQString label6, TQString label7, TQString label8)
+ : TQListViewItem(tqparent, label1, label2, label3, label4, label5, label6, label7, label8)
{
}
@@ -60,10 +60,10 @@ int LearnItem::compare(TQListViewItem *item, int col, bool ascending) const
const int Learn::numberOfAnswers = 5;
-Learn::Learn(Dict::Index *parentDict, TQWidget *parent, const char *name)
- : KMainWindow(parent, name), initialized(false), isMod(false), prevItem(0), curItem(0)
+Learn::Learn(Dict::Index *tqparentDict, TQWidget *tqparent, const char *name)
+ : KMainWindow(tqparent, name), initialized(false), isMod(false), prevItem(0), curItem(0)
{
- index = parentDict;
+ index = tqparentDict;
TQWidget *dummy = new TQWidget(this);
setCentralWidget(dummy);
@@ -113,40 +113,40 @@ Learn::Learn(Dict::Index *parentDict, TQWidget *parent, const char *name)
grades.append(i18n("Others in Jouyou"));
grades.append(i18n("Jinmeiyou"));
- /*KAction *closeAction = */(void) KStdAction::close(this, TQT_SLOT(close()), actionCollection());
- printAct = KStdAction::print(this, TQT_SLOT(print()), actionCollection());
- forwardAct = KStdAction::forward(this, TQT_SLOT(next()), actionCollection());
+ /*KAction *closeAction = */(void) KStdAction::close(TQT_TQOBJECT(this), TQT_SLOT(close()), actionCollection());
+ printAct = KStdAction::print(TQT_TQOBJECT(this), TQT_SLOT(print()), actionCollection());
+ forwardAct = KStdAction::forward(TQT_TQOBJECT(this), TQT_SLOT(next()), actionCollection());
forwardAct->plug(toolBar());
- backAct = KStdAction::back(this, TQT_SLOT(prev()), actionCollection());
+ backAct = KStdAction::back(TQT_TQOBJECT(this), TQT_SLOT(prev()), actionCollection());
backAct->plug(toolBar());
- cheatAct = new KAction(i18n("&Cheat"), CTRL + Key_C, this, TQT_SLOT(cheat()), actionCollection(), "cheat");
- randomAct = new KAction(i18n("&Random"), "goto", CTRL + Key_R, this, TQT_SLOT(random()), actionCollection(), "random");
+ cheatAct = new KAction(i18n("&Cheat"), CTRL + Key_C, TQT_TQOBJECT(this), TQT_SLOT(cheat()), actionCollection(), "cheat");
+ randomAct = new KAction(i18n("&Random"), "goto", CTRL + Key_R, TQT_TQOBJECT(this), TQT_SLOT(random()), actionCollection(), "random");
gradeAct = new KListAction(i18n("Grade"), 0, 0, 0, actionCollection(), "grade");
gradeAct->setItems(grades);
connect(gradeAct, TQT_SIGNAL(activated(const TQString&)), TQT_SLOT(updateGrade()));
- removeAct = new KAction(i18n("&Delete"), "edit_remove", CTRL + Key_X, this, TQT_SLOT(del()), actionCollection(), "del");
- addAct = new KAction(i18n("&Add"), "edit_add", CTRL + Key_A, this, TQT_SLOT(add()), actionCollection(), "add");
- addAllAct = new KAction(i18n("Add A&ll"), 0, this, TQT_SLOT(addAll()), actionCollection(), "addall");
- newAct = KStdAction::openNew(this, TQT_SLOT(openNew()), actionCollection());
- openAct = KStdAction::open(this, TQT_SLOT(open()), actionCollection());
- saveAct = KStdAction::save(this, TQT_SLOT(save()), actionCollection());
- saveAsAct = KStdAction::saveAs(this, TQT_SLOT(saveAs()), actionCollection());
- (void) KStdAction::preferences(this, TQT_SIGNAL(configureLearn()), actionCollection());
+ removeAct = new KAction(i18n("&Delete"), "edit_remove", CTRL + Key_X, TQT_TQOBJECT(this), TQT_SLOT(del()), actionCollection(), "del");
+ addAct = new KAction(i18n("&Add"), "edit_add", CTRL + Key_A, TQT_TQOBJECT(this), TQT_SLOT(add()), actionCollection(), "add");
+ addAllAct = new KAction(i18n("Add A&ll"), 0, TQT_TQOBJECT(this), TQT_SLOT(addAll()), actionCollection(), "addall");
+ newAct = KStdAction::openNew(TQT_TQOBJECT(this), TQT_SLOT(openNew()), actionCollection());
+ openAct = KStdAction::open(TQT_TQOBJECT(this), TQT_SLOT(open()), actionCollection());
+ saveAct = KStdAction::save(TQT_TQOBJECT(this), TQT_SLOT(save()), actionCollection());
+ saveAsAct = KStdAction::saveAs(TQT_TQOBJECT(this), TQT_SLOT(saveAs()), actionCollection());
+ (void) KStdAction::preferences(TQT_TQOBJECT(this), TQT_SIGNAL(configureLearn()), actionCollection());
removeAct->setEnabled(false);
TQVBoxLayout *quizLayout = new TQVBoxLayout(quizTop, KDialog::marginHint(), KDialog::spacingHint());
quizLayout->addStretch();
- TQHBoxLayout *hlayout = new TQHBoxLayout(quizLayout);
+ TQHBoxLayout *htqlayout = new TQHBoxLayout(quizLayout);
qKanji = new TQPushButton(quizTop);
connect(qKanji, TQT_SIGNAL(clicked()), this, TQT_SLOT(qKanjiClicked()));
- hlayout->addStretch();
- hlayout->addWidget(qKanji);
- hlayout->addStretch();
+ htqlayout->addStretch();
+ htqlayout->addWidget(qKanji);
+ htqlayout->addStretch();
quizLayout->addStretch();
- answers = new TQButtonGroup(1, Horizontal, quizTop);
+ answers = new TQButtonGroup(1,Qt::Horizontal, quizTop);
for (int i = 0; i < numberOfAnswers; ++i)
answers->insert(new KPushButton(answers), i);
quizLayout->addWidget(answers);
@@ -299,7 +299,7 @@ void Learn::update()
TQString kanji = curKanji.kanji();
Dict::SearchResult compounds = index->search(TQRegExp(kanji), kanji, true);
- View->addHeader(i18n("%1 in compounds").arg(kanji));
+ View->addHeader(i18n("%1 in compounds").tqarg(kanji));
for (TQValueListIterator<Dict::Entry> it = compounds.list.begin(); it != compounds.list.end(); ++it)
{
@@ -315,12 +315,12 @@ void Learn::updateGrade()
int grade = getCurrentGrade();
TQString regexp("G%1 ");
- regexp = regexp.arg(grade);
+ regexp = regexp.tqarg(grade);
Dict::SearchResult result = index->searchKanji(TQRegExp(regexp), regexp, false);
list = result.list;
- statusBar()->message(i18n("%1 entries in grade %2").arg(list.count()).arg(grade));
+ statusBar()->message(i18n("%1 entries in grade %2").tqarg(list.count()).tqarg(grade));
list.remove(list.begin());
current = list.begin();
@@ -351,7 +351,7 @@ void Learn::read(const KURL &url)
// ignore whitespace
if (!kanji.isSpace())
{
- TQRegExp regexp ( TQString("^%1\\W").arg(kanji) );
+ TQRegExp regexp ( TQString("^%1\\W").tqarg(kanji) );
Dict::SearchResult res = index->searchKanji(regexp, kanji, false);
Dict::Entry first = Dict::firstEntry(res);
if (first.extendedKanjiInfo())
@@ -368,7 +368,7 @@ void Learn::open()
return;
KURL prevname = filename;
- filename = KFileDialog::getOpenURL(TQString::null, "*.kiten");
+ filename = KFileDialog::getOpenURL(TQString(), "*.kiten");
if (filename.isEmpty())
{
filename = prevname;
@@ -407,7 +407,7 @@ void Learn::openNew()
void Learn::saveAs()
{
KURL prevname = filename;
- filename = KFileDialog::getSaveURL(TQString::null, "*.kiten");
+ filename = KFileDialog::getSaveURL(TQString(), "*.kiten");
if (filename.isEmpty())
{
filename = prevname;
@@ -444,7 +444,7 @@ void Learn::write(const KURL &url)
stream.setCodec(&codec);
for (TQListViewItemIterator it(List); it.current(); ++it)
- stream << it.current()->text(0).at(0);
+ stream << it.current()->text(0).tqat(0);
if (!saver.close())
{
@@ -456,7 +456,7 @@ void Learn::write(const KURL &url)
setClean();
- statusBar()->message(i18n("%1 written").arg(url.prettyURL()));
+ statusBar()->message(i18n("%1 written").tqarg(url.prettyURL()));
}
void Learn::saveScores()
@@ -473,8 +473,8 @@ void Learn::add(Dict::Entry toAdd, bool noEmit)
{
// Remove peripheral readings: This is a study mode, not a reference mode
TQRegExp inNames (",\\s*[A-Za-z ]+:.*");
- TQString readings = Dict::prettyKanjiReading(toAdd.readings()).replace(inNames, "");
- TQString meanings = shortenString(Dict::prettyMeaning(toAdd.meanings()).replace(inNames, ""));
+ TQString readings = Dict::prettyKanjiReading(toAdd.readings()).tqreplace(inNames, "");
+ TQString meanings = shortenString(Dict::prettyMeaning(toAdd.meanings()).tqreplace(inNames, ""));
TQString kanji = toAdd.kanji();
// here's a dirty rotten cheat (well, not really)
@@ -485,13 +485,13 @@ void Learn::add(Dict::Entry toAdd, bool noEmit)
{
if (it.current()->text(0) == kanji)
{
- statusBar()->message(i18n("%1 already on your list").arg(kanji));
+ statusBar()->message(i18n("%1 already on your list").tqarg(kanji));
return;
}
}
}
- statusBar()->message(i18n("%1 added to your list").arg(kanji));
+ statusBar()->message(i18n("%1 added to your list").tqarg(kanji));
KConfig &config = *Config::self()->config();
int score = 0;
@@ -515,7 +515,7 @@ void Learn::addAll()
int grade = getCurrentGrade();
TQString regexp("G%1 ");
- regexp = regexp.arg(grade);
+ regexp = regexp.tqarg(grade);
Dict::SearchResult result = index->searchKanji(TQRegExp(regexp), regexp, false);
for (TQValueListIterator<Dict::Entry> i = result.list.begin(); i != result.list.end(); ++i)
@@ -607,7 +607,7 @@ void Learn::del()
void Learn::print()
{
View->clear();
- View->addHeader(TQString("<h1>%1</h1>").arg(i18n("Learning List")), 1);
+ View->addHeader(TQString("<h1>%1</h1>").tqarg(i18n("Learning List")), 1);
TQListViewItemIterator it(List);
for (; it.current(); ++it)
@@ -730,7 +730,7 @@ TQString Learn::randomMeaning(TQStringList &oldMeanings)
}
//kdDebug() << "curMeaning: " << curItem->text(guessOn) << endl;
}
- while (oldMeanings.contains(meaning) || meaning == curItem->text(guessOn));
+ while (oldMeanings.tqcontains(meaning) || meaning == curItem->text(guessOn));
oldMeanings.append(meaning);
meaning = shortenString(meaning);
@@ -755,9 +755,9 @@ void Learn::qupdate()
TQStringList oldMeanings;
for (int i = 0; i < numberOfAnswers; ++i)
- answers->find(i)->setText(randomMeaning(oldMeanings));
+ answers->tqfind(i)->setText(randomMeaning(oldMeanings));
- answers->find(seikai)->setText(curItem->text(guessOn));
+ answers->tqfind(seikai)->setText(curItem->text(guessOn));
}
struct Learn::scoreCompare
@@ -774,7 +774,7 @@ void Learn::qnew() // new quiz kanji
nogood = false;
statusBar()->clear();
- statusBar()->message(TQString("%1 %2 %3").arg(curItem->text(0)).arg(curItem->text(1)).arg(curItem->text(2)));
+ statusBar()->message(TQString("%1 %2 %3").tqarg(curItem->text(0)).tqarg(curItem->text(1)).tqarg(curItem->text(2)));
backAct->setEnabled(true);
@@ -834,7 +834,7 @@ void Learn::qnew() // new quiz kanji
void Learn::cheat()
{
- answers->find(seikai)->setFocus();
+ answers->tqfind(seikai)->setFocus();
statusBar()->message(i18n("Better luck next time"));
nogood = true;
}
diff --git a/kiten/learn.h b/kiten/learn.h
index c3d732db..7a8608ff 100644
--- a/kiten/learn.h
+++ b/kiten/learn.h
@@ -36,19 +36,20 @@ class TQSplitter;
class TQTabWidget;
// Item that sorts all columns numerically
-class LearnItem : public QListViewItem
+class LearnItem : public TQListViewItem
{
public:
- LearnItem(TQListView *parent, TQString label1, TQString label2 = TQString::null, TQString label3 = TQString::null, TQString label4 = TQString::null, TQString label5 = TQString::null, TQString label6 = TQString::null, TQString label7 = TQString::null, TQString label8 = TQString::null);
+ LearnItem(TQListView *tqparent, TQString label1, TQString label2 = TQString(), TQString label3 = TQString(), TQString label4 = TQString(), TQString label5 = TQString(), TQString label6 = TQString(), TQString label7 = TQString(), TQString label8 = TQString());
int compare(TQListViewItem *item, int col, bool ascending) const;
};
class Learn : public KMainWindow
{
Q_OBJECT
+ TQ_OBJECT
public:
- Learn(Dict::Index *, TQWidget *parent = 0, const char *name = 0);
+ Learn(Dict::Index *, TQWidget *tqparent = 0, const char *name = 0);
~Learn();
bool closeWindow();
diff --git a/kiten/main.cpp b/kiten/main.cpp
index 8d013d15..1c920e16 100644
--- a/kiten/main.cpp
+++ b/kiten/main.cpp
@@ -27,7 +27,7 @@
#include "kiten.h"
-void noMessageOutput(QtMsgType, const char *)
+void noMessageOutput(TQtMsgType, const char *)
{
}
@@ -39,7 +39,7 @@ static KCmdLineOptions options[] =
int main(int argc, char *argv[])
{
- qInstallMsgHandler(noMessageOutput);
+ tqInstallMsgHandler(noMessageOutput);
KAboutData aboutData( "kiten", I18N_NOOP("Kiten"),
"1.2", I18N_NOOP("Japanese Reference Tool"), KAboutData::License_GPL,
"(c) 2001-2004, Jason Katz-Brown", 0, "http://www.katzbrown.com/kiten");
diff --git a/kiten/optiondialog.cpp b/kiten/optiondialog.cpp
index 35c48b6e..94d0428e 100644
--- a/kiten/optiondialog.cpp
+++ b/kiten/optiondialog.cpp
@@ -40,12 +40,12 @@
#include "configlearn.h"
#include "configsearching.h"
-ConfigureDialog::ConfigureDialog(TQWidget *parent, const char *name) : KConfigDialog(parent, name, Config::self())
+ConfigureDialog::ConfigureDialog(TQWidget *tqparent, const char *name) : KConfigDialog(tqparent, name, Config::self())
{
configDic = new ConfigDictionaries(0, "dictionaries_page");
connect(configDic, TQT_SIGNAL(widgetChanged()), this, TQT_SLOT(updateButtons()));
addPage(configDic, i18n("Dictionaries"), "contents");
- addPage(new ConfigSearching(0, "searching_page"), i18n("Searching"), "find");
+ addPage(new ConfigSearching(0, "searching_page"), i18n("Searching"), "tqfind");
addPage(new ConfigLearn(0, "learn_page"), i18n("Learn"), "pencil");
ConfigFont* configFont = new ConfigFont(0, "font_page");
configFont->kcfg_font->setSampleText(i18n("Result View Font")+TQString::fromUtf8(" - 祉吾 羲√"));
diff --git a/kiten/optiondialog.h b/kiten/optiondialog.h
index 03486d38..108cb759 100644
--- a/kiten/optiondialog.h
+++ b/kiten/optiondialog.h
@@ -41,8 +41,9 @@ class DictList;
class ConfigureDialog : public KConfigDialog
{
Q_OBJECT
+ TQ_OBJECT
public:
- ConfigureDialog(TQWidget *parent=0, const char *name=0);
+ ConfigureDialog(TQWidget *tqparent=0, const char *name=0);
~ConfigureDialog();
signals:
void settingsUpdated();
diff --git a/kiten/rad.cpp b/kiten/rad.cpp
index f3c31132..1f7da303 100644
--- a/kiten/rad.cpp
+++ b/kiten/rad.cpp
@@ -174,11 +174,11 @@ TQStringList Rad::kanjiByRad(const TQStringList &list)
for (TQValueList<TQStringList>::Iterator it = lists.begin(); it != lists.end(); ++it)
{
//kdDebug() << "looping through lists\n";
- outcomes.append((*it).contains(*kit) > 0);
+ outcomes.append((*it).tqcontains(*kit) > 0);
}
const bool containsBool = false;
- if ((outcomes.contains(containsBool) < 1))
+ if ((outcomes.tqcontains(containsBool) < 1))
{
//kdDebug() << "appending " << *kit << endl;
ret.append(*kit);
@@ -198,7 +198,7 @@ Radical Rad::radByKanji(const TQString &text)
TQString ret;
TQValueListIterator<Radical> it;
- for (it = list.end(); it != list.begin() && (*it).kanji().find(text) == -1; --it);
+ for (it = list.end(); it != list.begin() && (*it).kanji().tqfind(text) == -1; --it);
return (*it);
}
@@ -218,17 +218,17 @@ Rad::~Rad()
///////////////////////////////////////////////
-RadWidget::RadWidget(Rad *_rad, TQWidget *parent, const char *name) : TQWidget(parent, name)
+RadWidget::RadWidget(Rad *_rad, TQWidget *tqparent, const char *name) : TQWidget(tqparent, name)
{
hotlistNum = 3;
rad = _rad;
- TQHBoxLayout *hlayout = new TQHBoxLayout(this, KDialog::marginHint(), KDialog::spacingHint());
- TQVBoxLayout *vlayout = new TQVBoxLayout(hlayout, KDialog::spacingHint());
+ TQHBoxLayout *htqlayout = new TQHBoxLayout(this, KDialog::marginHint(), KDialog::spacingHint());
+ TQVBoxLayout *vtqlayout = new TQVBoxLayout(htqlayout, KDialog::spacingHint());
- hotlistGroup = new TQButtonGroup(1, Horizontal, i18n("Hotlist"), this);
+ hotlistGroup = new TQButtonGroup(1,Qt::Horizontal, i18n("Hotlist"), this);
//hotlistGroup->setRadioButtonExclusive(true);
- vlayout->addWidget(hotlistGroup);
+ vtqlayout->addWidget(hotlistGroup);
Config* config = Config::self();
@@ -246,13 +246,13 @@ RadWidget::RadWidget(Rad *_rad, TQWidget *parent, const char *name) : TQWidget(p
}
connect(hotlistGroup, TQT_SIGNAL(clicked(int)), TQT_SLOT(hotlistClicked(int)));
- TQVBoxLayout *layout = new TQVBoxLayout(vlayout, KDialog::spacingHint());
+ TQVBoxLayout *tqlayout = new TQVBoxLayout(vtqlayout, KDialog::spacingHint());
totalStrokes = new TQCheckBox(i18n("Search by total strokes"), this);
connect(totalStrokes, TQT_SIGNAL(clicked()), this, TQT_SLOT(totalClicked()));
- layout->addWidget(totalStrokes);
+ tqlayout->addWidget(totalStrokes);
- TQHBoxLayout *strokesLayout = new TQHBoxLayout(layout, KDialog::spacingHint());
+ TQHBoxLayout *strokesLayout = new TQHBoxLayout(tqlayout, KDialog::spacingHint());
totalSpin = new TQSpinBox(1, 30, 1, this);
strokesLayout->addWidget(totalSpin);
strokesLayout->addStretch();
@@ -264,13 +264,13 @@ RadWidget::RadWidget(Rad *_rad, TQWidget *parent, const char *name) : TQWidget(p
ok = new KPushButton(i18n("&Look Up"), this);
ok->setEnabled(false);
connect(ok, TQT_SIGNAL(clicked()), TQT_SLOT(apply()));
- layout->addWidget(ok);
+ tqlayout->addWidget(ok);
cancel = new KPushButton( KStdGuiItem::cancel(), this );
connect(cancel, TQT_SIGNAL(clicked()), TQT_SLOT(close()));
- layout->addWidget(cancel);
+ tqlayout->addWidget(cancel);
- TQVBoxLayout *middlevLayout = new TQVBoxLayout(hlayout, KDialog::spacingHint());
+ TQVBoxLayout *middlevLayout = new TQVBoxLayout(htqlayout, KDialog::spacingHint());
strokesSpin = new TQSpinBox(1, 17, 1, this);
TQToolTip::add(strokesSpin, i18n("Show radicals having this number of strokes"));
@@ -281,18 +281,18 @@ RadWidget::RadWidget(Rad *_rad, TQWidget *parent, const char *name) : TQWidget(p
connect(List, TQT_SIGNAL(executed(TQListBoxItem *)), this, TQT_SLOT(executed(TQListBoxItem *)));
connect(strokesSpin, TQT_SIGNAL(valueChanged(int)), this, TQT_SLOT(updateList(int)));
- TQVBoxLayout *rightvlayout = new TQVBoxLayout(hlayout, KDialog::spacingHint());
+ TQVBoxLayout *rightvtqlayout = new TQVBoxLayout(htqlayout, KDialog::spacingHint());
selectedList = new KListBox(this);
- rightvlayout->addWidget(selectedList);
+ rightvtqlayout->addWidget(selectedList);
connect(selectedList, TQT_SIGNAL(selectionChanged()), this, TQT_SLOT(selectionChanged()));
remove = new KPushButton(i18n("&Remove"), this);
- rightvlayout->addWidget(remove);
+ rightvtqlayout->addWidget(remove);
connect(remove, TQT_SIGNAL(clicked()), this, TQT_SLOT(removeSelected()));
remove->setEnabled(false);
clear = new KPushButton(KStdGuiItem::clear(), this);
- rightvlayout->addWidget(clear);
+ rightvtqlayout->addWidget(clear);
connect(clear, TQT_SIGNAL(clicked()), this, TQT_SLOT(clearSelected()));
clear->setEnabled(false);
@@ -360,7 +360,7 @@ void RadWidget::addRadical(const TQString &radical)
void RadWidget::addToSelected(const TQString &text)
{
- if (!text.isNull() && !selected.contains(text))
+ if (!text.isNull() && !selected.tqcontains(text))
{
selectedList->insertItem(text);
selected.append(text);
@@ -398,10 +398,10 @@ void RadWidget::apply()
for (TQStringList::Iterator it = selected.begin(); it != selected.end(); ++it)
{
- if (hotlist.find(*it) == hotlist.end())
+ if (hotlist.tqfind(*it) == hotlist.end())
{
if (hotlist.size() >= hotlistNum)
- hotlist.pop_front(); // stupid stl functions in Qt .. ;)
+ hotlist.pop_front(); // stupid stl functions in TQt .. ;)
hotlist.append(*it);
config->setHotlist(hotlist);
diff --git a/kiten/rad.h b/kiten/rad.h
index fd2cca5a..f43cf4ef 100644
--- a/kiten/rad.h
+++ b/kiten/rad.h
@@ -36,7 +36,7 @@ class TQButtonGroup;
class KDE_EXPORT Radical
{
public:
- Radical(TQString = TQString::null, unsigned int = 0);
+ Radical(TQString = TQString(), unsigned int = 0);
TQString radical() { return _Radical; }
unsigned int strokes() { return Strokes; }
@@ -50,9 +50,10 @@ class KDE_EXPORT Radical
TQString Kanji;
};
-class KDE_EXPORT Rad : public QObject
+class KDE_EXPORT Rad : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
Rad();
@@ -71,12 +72,13 @@ class KDE_EXPORT Rad : public QObject
bool loaded;
};
-class KDE_EXPORT RadWidget : public QWidget
+class KDE_EXPORT RadWidget : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- RadWidget(Rad *, TQWidget *parent = 0, const char *name = 0);
+ RadWidget(Rad *, TQWidget *tqparent = 0, const char *name = 0);
~RadWidget();
signals:
diff --git a/kiten/widgets.cpp b/kiten/widgets.cpp
index cfe4c18a..94d61b83 100644
--- a/kiten/widgets.cpp
+++ b/kiten/widgets.cpp
@@ -43,8 +43,8 @@
#include "kromajiedit.h"
#include "widgets.h"
-ResultView::ResultView(bool showLinks, TQWidget *parent, const char *name)
- : KTextBrowser(parent, name)
+ResultView::ResultView(bool showLinks, TQWidget *tqparent, const char *name)
+ : KTextBrowser(tqparent, name)
{
setReadOnly(true);
setLinkUnderline(false);
@@ -59,7 +59,7 @@ void ResultView::addResult(Dict::Entry result, bool common)
{
if (result.dictName() != "__NOTSET")
{
- addHeader((common? i18n("Common results from %1") : i18n("Results from %1")).arg(result.dictName()), 5);
+ addHeader((common? i18n("Common results from %1") : i18n("Results from %1")).tqarg(result.dictName()), 5);
return;
}
if (result.header() != "__NOTSET")
@@ -70,15 +70,15 @@ void ResultView::addResult(Dict::Entry result, bool common)
TQString html;
if (result.kanaOnly())
- html = TQString("<p><font size=\"+2\">%1</font> ").arg(result.firstReading());
+ html = TQString("<p><font size=\"+2\">%1</font> ").tqarg(result.firstReading());
else
- html = TQString("<p><font size=\"+2\">%1</font>: %2 ").arg(putchars(result.kanji())).arg(result.firstReading());
+ html = TQString("<p><font size=\"+2\">%1</font>: %2 ").tqarg(putchars(result.kanji())).tqarg(result.firstReading());
TQStringList::Iterator it;
TQStringList Meanings = result.meanings();
for (it = Meanings.begin(); it != Meanings.end(); ++it)
{
- if ((*it).find("(P)") >= 0)
+ if ((*it).tqfind("(P)") >= 0)
{
if (common)
continue;
@@ -103,7 +103,7 @@ void ResultView::addKanjiResult(Dict::Entry result, bool common, Radical rad)
{
if (result.dictName() != "__NOTSET")
{
- addHeader((common? i18n("Common results from %1") : i18n("Results from %1")).arg(result.dictName()), 5);
+ addHeader((common? i18n("Common results from %1") : i18n("Results from %1")).tqarg(result.dictName()), 5);
return;
}
if (result.header() != "__NOTSET")
@@ -113,15 +113,15 @@ void ResultView::addKanjiResult(Dict::Entry result, bool common, Radical rad)
}
TQString html;
- html = TQString("<p><font size=\"+3\">%1</font>: %2 ").arg(putchars(result.kanji()));
+ html = TQString("<p><font size=\"+3\">%1</font>: %2 ").tqarg(putchars(result.kanji()));
unsigned int freq = result.freq();
if (freq == 0) // does it have a frequency?
- html = html.arg(i18n("Rare"));
+ html = html.tqarg(i18n("Rare"));
else
// this isn't a number of times, it's simply an index of
// probability
- html = html.arg(i18n("Probability rank #%1").arg(freq));
+ html = html.tqarg(i18n("Probability rank #%1").tqarg(freq));
html += "<br />";
@@ -171,25 +171,25 @@ void ResultView::addKanjiResult(Dict::Entry result, bool common, Radical rad)
switch (result.grade())
{
case 0:
- html = html.arg(i18n("None"));
+ html = html.tqarg(i18n("None"));
break;
case 8:
- html = html.arg(i18n("In Jouyou"));
+ html = html.tqarg(i18n("In Jouyou"));
break;
case 9:
- html = html.arg(i18n("In Jinmeiyou"));
+ html = html.tqarg(i18n("In Jinmeiyou"));
break;
default:
- html = html.arg(result.grade());
+ html = html.tqarg(result.grade());
}
- html = html.arg(result.strokes());
+ html = html.tqarg(result.strokes());
if (result.miscount() != 0)
- html.append(i18n(" Common Miscount: %1.").arg(result.miscount()));
+ html.append(i18n(" Common Miscount: %1.").tqarg(result.miscount()));
if (!!rad.radical())
- html.append(i18n(" Largest radical: %1, with %2 strokes.").arg(TQString("<a href=\"__radical:%1\">%2</a>").arg(rad.radical()).arg(rad.radical())).arg(rad.strokes()));
+ html.append(i18n(" Largest radical: %1, with %2 strokes.").tqarg(TQString("<a href=\"__radical:%1\">%2</a>").tqarg(rad.radical()).tqarg(rad.radical())).tqarg(rad.strokes()));
html += "</p>";
@@ -198,7 +198,7 @@ void ResultView::addKanjiResult(Dict::Entry result, bool common, Radical rad)
void ResultView::addHeader(const TQString &header, unsigned int degree)
{
- append(TQString("<h%1>%2</h%3>").arg(degree).arg(header).arg(degree));
+ append(TQString("<h%1>%2</h%3>").tqarg(degree).tqarg(header).tqarg(degree));
}
TQString ResultView::putchars(const TQString &text)
@@ -212,7 +212,7 @@ TQString ResultView::putchars(const TQString &text)
for (unsigned i = 0; i < len; i++)
{
if (Dict::textType(TQString(text.at(i))) == Dict::Text_Kanji)
- ret.append(TQString("<a href=\"%1\">%1</a>").arg(text.at(i)).arg(text.at(i)));
+ ret.append(TQString("<a href=\"%1\">%1</a>").tqarg(text.tqat(i)).tqarg(text.tqat(i)));
else
ret.append(text.at(i));
}
@@ -251,13 +251,13 @@ void ResultView::print(TQString title)
TQRect body(dpix, dpiy, metrics.width() - margin * dpix / margin * 2, metrics.height() - margin * dpiy / margin * 2);
- TQSimpleRichText richText(title.isNull()? printText : i18n("<h1>Search for \"%1\"</h1>").arg(title) + printText, font(), context(), styleSheet(), mimeSourceFactory(), body.height(), Qt::black, false);
+ TQSimpleRichText richText(title.isNull()? printText : i18n("<h1>Search for \"%1\"</h1>").tqarg(title) + printText, font(), context(), styleSheet(), mimeSourceFactory(), body.height(), TQt::black, false);
richText.setWidth(&p, body.width());
TQRect view(body);
int page = 1;
- TQColorGroup goodColorGroup = TQColorGroup(colorGroup());
- goodColorGroup.setColor(TQColorGroup::Link, Qt::black);
+ TQColorGroup goodColorGroup = TQColorGroup(tqcolorGroup());
+ goodColorGroup.setColor(TQColorGroup::Link, TQt::black);
do
{
@@ -268,7 +268,7 @@ void ResultView::print(TQString title)
TQFont myFont(font());
myFont.setPointSize(9);
p.setFont(myFont);
- TQString footer(TQString("%1 - Kiten").arg(TQString::number(page)));
+ TQString footer(TQString("%1 - Kiten").tqarg(TQString::number(page)));
p.drawText(view.right() - p.fontMetrics().width(footer), view.bottom() + p.fontMetrics().ascent() + 5, footer);
@@ -292,8 +292,8 @@ void ResultView::updateFont()
/////////////////////////////////////////////////////
// nice EDICT dictionary editor
-eEdit::eEdit(const TQString &_filename, TQWidget *parent, const char *name)
- : KMainWindow(parent, name)
+eEdit::eEdit(const TQString &_filename, TQWidget *tqparent, const char *name)
+ : KMainWindow(tqparent, name)
, filename(_filename)
{
List = new KListView(this);
@@ -317,11 +317,11 @@ eEdit::eEdit(const TQString &_filename, TQWidget *parent, const char *name)
List->setMultiSelection(true);
List->setDragEnabled(true);
- saveAct = KStdAction::save(this, TQT_SLOT(save()), actionCollection());
- removeAct = new KAction(i18n("&Delete"), "edit_remove", CTRL + Key_X, this, TQT_SLOT(del()), actionCollection(), "del");
- (void) new KAction(i18n("&Disable Dictionary"), 0, this, TQT_SLOT(disable()), actionCollection(), "disable");
- addAct = new KAction(i18n("&Add"), "edit_add", CTRL + Key_A, this, TQT_SLOT(add()), actionCollection(), "add");
- (void) KStdAction::close(this, TQT_SLOT(close()), actionCollection());
+ saveAct = KStdAction::save(TQT_TQOBJECT(this), TQT_SLOT(save()), actionCollection());
+ removeAct = new KAction(i18n("&Delete"), "edit_remove", CTRL + Key_X, TQT_TQOBJECT(this), TQT_SLOT(del()), actionCollection(), "del");
+ (void) new KAction(i18n("&Disable Dictionary"), 0, TQT_TQOBJECT(this), TQT_SLOT(disable()), actionCollection(), "disable");
+ addAct = new KAction(i18n("&Add"), "edit_add", CTRL + Key_A, TQT_TQOBJECT(this), TQT_SLOT(add()), actionCollection(), "add");
+ (void) KStdAction::close(TQT_TQOBJECT(this), TQT_SLOT(close()), actionCollection());
createGUI("eeditui.rc");
//closeAction->plug(toolBar());
@@ -357,9 +357,9 @@ void eEdit::openFile(const TQString &file)
continue;
Dict::Entry entry = Dict::parse(s);
TQString meanings = Dict::prettyMeaning(entry.meanings());
- bool common = meanings.find(TQString("(P)")) >= 0;
- meanings.replace(TQRegExp("; "), "/");
- meanings.replace(TQRegExp("/\\(P\\)"), "");
+ bool common = meanings.tqfind(TQString("(P)")) >= 0;
+ meanings.tqreplace(TQRegExp("; "), "/");
+ meanings.tqreplace(TQRegExp("/\\(P\\)"), "");
new TQListViewItem(List, entry.kanji(), Dict::prettyKanjiReading(entry.readings()), meanings, common? i18n("yes") : i18n("no"));
}
}
@@ -391,7 +391,7 @@ void eEdit::save()
text.append(" ");
if (!kanji.isEmpty())
- text.append(TQString("[%1] ").arg(reading));
+ text.append(TQString("[%1] ").tqarg(reading));
text.append(meanings);
if (common)
@@ -414,7 +414,7 @@ void eEdit::save()
void eEdit::disable()
{
- int result = KMessageBox::warningYesNo(this, i18n("Disabling your personal dictionary will delete its contents.\n\n(You can however always create your dictionary again.)"), TQString::null, i18n("Disable"), KStdGuiItem::cancel(), "DisableAsk", true);
+ int result = KMessageBox::warningYesNo(this, i18n("Disabling your personal dictionary will delete its contents.\n\n(You can however always create your dictionary again.)"), TQString(), i18n("Disable"), KStdGuiItem::cancel(), "DisableAsk", true);
if (result == KMessageBox::No)
return;
@@ -436,8 +436,8 @@ void eEdit::del()
/////////////////////////////////////////////////////
// sorta taken from konqy
-EditAction::EditAction(const TQString& text, int accel, const TQObject *receiver, const char *member, TQObject* parent, const char* name)
- : KAction(text, accel, parent, name)
+EditAction::EditAction(const TQString& text, int accel, const TQObject *receiver, const char *member, TQObject* tqparent, const char* name)
+ : KAction(text, accel, tqparent, name)
{
m_receiver = receiver;
m_member = member;
@@ -462,7 +462,7 @@ int EditAction::plug( TQWidget *w, int index )
addContainer(toolBar, id);
- connect( toolBar, TQT_SIGNAL( destroyed() ), this, TQT_SLOT( slotDestroyed() ) );
+ connect( toolBar, TQT_SIGNAL( destroyed() ), TQT_TQOBJECT(this), TQT_SLOT( slotDestroyed() ) );
toolBar->setItemAutoSized( id, true );
diff --git a/kiten/widgets.h b/kiten/widgets.h
index 82592bae..b1fdb9a9 100644
--- a/kiten/widgets.h
+++ b/kiten/widgets.h
@@ -37,9 +37,10 @@ class KStatusBar;
class KDE_EXPORT ResultView : public KTextBrowser
{
Q_OBJECT
+ TQ_OBJECT
public:
- ResultView(bool showLinks, TQWidget *parent = 0, const char *name = 0);
+ ResultView(bool showLinks, TQWidget *tqparent = 0, const char *name = 0);
void addResult(Dict::Entry result, bool common = false);
void addKanjiResult(Dict::Entry, bool common = false, Radical = Radical());
@@ -47,7 +48,7 @@ class KDE_EXPORT ResultView : public KTextBrowser
void addHeader(const TQString &, unsigned int degree = 3);
public slots:
- void print(TQString = TQString::null);
+ void print(TQString = TQString());
void append(const TQString &);
void flush();
void clear();
@@ -66,9 +67,10 @@ class KDE_EXPORT ResultView : public KTextBrowser
class KDE_EXPORT eEdit : public KMainWindow
{
Q_OBJECT
+ TQ_OBJECT
public:
- eEdit(const TQString &, TQWidget *parent = 0, const char *name = 0);
+ eEdit(const TQString &, TQWidget *tqparent = 0, const char *name = 0);
~eEdit();
private slots:
@@ -91,8 +93,9 @@ class KDE_EXPORT eEdit : public KMainWindow
class KDE_EXPORT EditAction : public KAction
{
Q_OBJECT
+ TQ_OBJECT
public:
- EditAction( const TQString& text, int accel, const TQObject *receiver, const char *member, TQObject* parent, const char* name );
+ EditAction( const TQString& text, int accel, const TQObject *receiver, const char *member, TQObject* tqparent, const char* name );
virtual ~EditAction();
virtual int plug( TQWidget *w, int index = -1 );
diff --git a/kiten/xjdic.h b/kiten/xjdic.h
index 1e9ae68a..a6d34822 100644
--- a/kiten/xjdic.h
+++ b/kiten/xjdic.h
@@ -58,8 +58,8 @@
#define XJ_FIND 1 /* find entry */
#define XJ_ENTRY 2 /* get this entry according to index */
-#define XJ_OK 3 /* find/entry_get succeeded */
-#define XJ_NBG 4 /* find/entry_get failed */
+#define XJ_OK 3 /* tqfind/entry_get succeeded */
+#define XJ_NBG 4 /* tqfind/entry_get failed */
#define XJ_PROTERR 5 /* protocol error - server only */
#define XJ_HULLO 6 /* just send back an XJ_OK and # dics */
#define XJ_GET 7 /* get this entry, wo checking any match*/
@@ -76,7 +76,7 @@ typedef struct {
int32_t xjdreq_indexpos;
short xjdreq_schlen;
unsigned char xjdreq_schstr[21];
- } REQ_PDU;
+ } RETQ_PDU;
typedef struct {
int32_t xjdrsp_checksum;