{
    "componentChunkName": "component---src-templates-note-note-js",
    "path": "/notes/words-and-frequencies",
    "result": {"data":{"mdx":{"body":"var _excluded = [\"components\"];\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\nvar _frontmatter = {};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n    props = _objectWithoutProperties(_ref, _excluded);\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"Recently I was trying to colour code \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"/notes/alphabets\",\n    \"title\": \"alphabets\"\n  }, \"alphabets\"), \" and wanted to look at the frequency of words before I went ahead with some of the default rules.\"), mdx(\"p\", null, mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://www.wordfrequency.info/\"\n  }, \"https://www.wordfrequency.info/\")), mdx(\"p\", null, \"While teaching I think sticking to band 8,7,6 should be sufficient I guess.\"), mdx(\"h2\", null, \"Explore further\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://www.wordfrequency.info/coca.asp\"\n  }, \"Corpus of Contemporary American English (COCA)\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://public.oed.com/how-to-use-the-oed/key-to-frequency/\"\n  }, \"https://public.oed.com/how-to-use-the-oed/key-to-frequency/\"))), mdx(\"h2\", null, \"TODO\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Try to figure out if we can find the frequencies after selecting the sources. For example getting the frequency of the words based on the usage in kids books would be a great use-case. If we have the word-frequency for each word in a book and if each book has a tag like age groups etc then this exercise would become much more usable in various experiments.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Explore \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://python.plainenglish.io/scrape-google-books-ngrams-viewer-in-python-44fdc91c756a\"\n  }, \"https://python.plainenglish.io/scrape-google-books-ngrams-viewer-in-python-44fdc91c756a\"))));\n}\n;\nMDXContent.isMDXComponent = true;","inboundReferences":[{"id":"7727dc9c-10bc-5b84-be3d-09397a7abd2f","slug":"three-letter-words"}]}},"pageContext":{"slug":"words-and-frequencies","node":{"childMdx":{"slug":"words-and-frequencies"}}}},
    "staticQueryHashes": []}