Skip to content

Vocabulary database (Russian, English, Chinese). Using json format

License

Notifications You must be signed in to change notification settings

Ostanin/dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dictionary

Vocabulary database (Russian, English, Chinese). Using json format

Now in base:

  • 0 Russian words;
  • 0 English words;
  • 0 Chinese words;
{
"original word":{
		"interpreting word":"interpretation of the word in the native language",
		"file":"audio_file.ogg",
		"wiki":"link",
		"part of speech":"",
		"translation": 	{
							"russian":["оригинальное слово", "исходное слово"],
							"english": "",
							"chinese": "原詞"
						}, 
					  
		"transcription":"| əˈrɪdʒn̩əl ˈwɜːd |",
		"pinyin":"",
		"ipa":"",
		"tags": {
					"universe":"true",
					"tag 2":"false"
				},
		"phrases": {
						"offical phrases": 
											{
												"russian":"",
												"english":"",
												"chinese":""
											}
					},

		"users phrases": {
								"link":""
						 },
		"examples": {
						"official examples": 
												{
													"russian":"",
													"english":"",
													"chinese":""
												},
						"users examples": {
													"link":""
												}
						}
	}
}

About

Vocabulary database (Russian, English, Chinese). Using json format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published