11const val englishDictionaryJsonString =
2- " [{\" parent\" :\" run\" ,\" word\" :\" run\" ,\" type \" : \" VERB \" , \" time \" : \" PRESENT \" , \" representation \" : \" DESCRIPTION \" , \" derivations\" :[{\" parent\" :\" running\" ,\" word\" :\" running\" , \" type \" : \" VERB \" , \" time \" : \" PRESENT \" , \" representation \" : \" DESCRIPTION \" },{\" parent\" :\" ran\" ,\" word\" :\" ran\" , \" type \" : \" VERB \" , \" time \" : \" PAST \" , \" representation \" : \" DESCRIPTION \" }]}]"
2+ " [{\" parent\" :\" run\" ,\" word\" :\" run\" ,\" derivations\" :[{\" parent\" :\" running\" ,\" word\" :\" running\" },{\" parent\" :\" ran\" ,\" word\" :\" ran\" }]}]"
33const val kanjiDictionaryJsonString =
4- " [{\" parent\" :\" run\" ,\" word\" :\" 走\" ,\" type \" : \" VERB \" , \" time \" : \" PRESENT \" , \" representation \" : \" BOTH \" , \" derivations\" :[{\" parent\" :\" run\" ,\" word\" :\" 走る\" , \" type \" : \" VERB \" , \" time \" : \" PRESENT \" , \" representation \" : \" BOTH \" },{\" parent\" :\" ran\" ,\" word\" :\" 走ってた\" , \" type \" : \" VERB \" , \" time \" : \" PAST \" , \" representation \" : \" BOTH \" },{\" parent\" :\" running\" ,\" word\" :\" 走っています\" , \" type \" : \" VERB \" , \" time \" : \" PRESENT \" , \" representation \" : \" BOTH \" }]},{\" parent\" :\" rain\" ,\" word\" :\" 雨\" ,\" type \" : \" NOUN \" , \" representable\" :true,\" representation \" : \" ILLUSTRATION \" , \" pronunciation\" :\" ame\" },{\" parent\" :\" i\" ,\" word\" :\" 私\" , \" type \" : \" NOUN \" , \" representation \" : \" DESCRIPTION \" , \" description \" : \" Me, i \" }]"
4+ " [{\" parent\" :\" run\" ,\" word\" :\" 走\" ,\" derivations\" :[{\" parent\" :\" run\" ,\" word\" :\" 走る\" },{\" parent\" :\" ran\" ,\" word\" :\" 走ってた\" },{\" parent\" :\" running\" ,\" word\" :\" 走っています\" }]},{\" parent\" :\" rain\" ,\" word\" :\" 雨\" ,\" representable\" :true,\" pronunciation\" :\" ame\" },{\" parent\" :\" i\" ,\" word\" :\" 私\" }]"
55const val portugueseDictionaryJsonString =
6- " [{\" parent\" :\" run\" ,\" word\" :\" correr\" ,\" type \" : \" VERB \" , \" time \" : \" PRESENT \" , \" representation \" : \" DESCRIPTION \" , \" derivations\" :[{\" parent\" :\" ran\" ,\" word\" :\" corri\" , \" type \" : \" VERB \" , \" time \" : \" PAST \" , \" representation \" : \" DESCRIPTION \" },{\" parent\" :\" running\" ,\" word\" :\" correndo\" , \" type \" : \" VERB \" , \" time \" : \" PRESENT \" , \" representation \" : \" DESCRIPTION \" },{\" parent\" :\" run\" ,\" word\" :\" corra\" , \" type \" : \" VERB \" , \" time \" : \" PRESENT \" , \" representation \" : \" DESCRIPTION \" }]},{\" parent\" :\" umbrella\" ,\" word\" :\" guarda-chuva\" ,\" type \" : \" NOUN \" , \" representable\" :true, \" representation \" : \" ILLUSTRATION \" }]"
6+ " [{\" parent\" :\" run\" ,\" word\" :\" correr\" ,\" derivations\" :[{\" parent\" :\" ran\" ,\" word\" :\" corri\" },{\" parent\" :\" running\" ,\" word\" :\" correndo\" },{\" parent\" :\" run\" ,\" word\" :\" corra\" }]},{\" parent\" :\" umbrella\" ,\" word\" :\" guarda-chuva\" ,\" representable\" :true}]"
0 commit comments