This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 5541293 with MkDocs version: 1.4.2
- Loading branch information
0 parents
commit bd79c90
Showing
52 changed files
with
13,812 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,376 @@ | ||
|
||
<!doctype html> | ||
<html lang="en" class="no-js"> | ||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
|
||
|
||
|
||
<link rel="canonical" href="https://nlp.gujiakai.top/240319/"> | ||
|
||
|
||
<link rel="prev" href=".."> | ||
|
||
|
||
<link rel="next" href="../240326/"> | ||
|
||
<link rel="icon" href="../assets/images/favicon.png"> | ||
<meta name="generator" content="mkdocs-1.4.2, mkdocs-material-9.0.6"> | ||
|
||
|
||
|
||
<title>词汇分析与句法分析 - 自然语言处理学习笔记</title> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="../assets/stylesheets/main.558e4712.min.css"> | ||
|
||
|
||
<link rel="stylesheet" href="../assets/stylesheets/palette.2505c338.min.css"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback"> | ||
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style> | ||
|
||
|
||
|
||
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</head> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="" data-md-color-accent=""> | ||
|
||
|
||
|
||
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off"> | ||
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off"> | ||
<label class="md-overlay" for="__drawer"></label> | ||
<div data-md-component="skip"> | ||
|
||
|
||
<a href="#_1" class="md-skip"> | ||
Skip to content | ||
</a> | ||
|
||
</div> | ||
<div data-md-component="announce"> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
<header class="md-header" data-md-component="header"> | ||
<nav class="md-header__inner md-grid" aria-label="Header"> | ||
<a href=".." title="自然语言处理学习笔记" class="md-header__button md-logo" aria-label="自然语言处理学习笔记" data-md-component="logo"> | ||
|
||
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54Z"/></svg> | ||
|
||
</a> | ||
<label class="md-header__button md-icon" for="__drawer"> | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2Z"/></svg> | ||
</label> | ||
<div class="md-header__title" data-md-component="header-title"> | ||
<div class="md-header__ellipsis"> | ||
<div class="md-header__topic"> | ||
<span class="md-ellipsis"> | ||
自然语言处理学习笔记 | ||
</span> | ||
</div> | ||
<div class="md-header__topic" data-md-component="header-topic"> | ||
<span class="md-ellipsis"> | ||
|
||
词汇分析与句法分析 | ||
|
||
</span> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
</nav> | ||
|
||
</header> | ||
|
||
<div class="md-container" data-md-component="container"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<main class="md-main" data-md-component="main"> | ||
<div class="md-main__inner md-grid"> | ||
|
||
|
||
|
||
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" > | ||
<div class="md-sidebar__scrollwrap"> | ||
<div class="md-sidebar__inner"> | ||
|
||
|
||
|
||
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0"> | ||
<label class="md-nav__title" for="__drawer"> | ||
<a href=".." title="自然语言处理学习笔记" class="md-nav__button md-logo" aria-label="自然语言处理学习笔记" data-md-component="logo"> | ||
|
||
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54Z"/></svg> | ||
|
||
</a> | ||
自然语言处理学习笔记 | ||
</label> | ||
|
||
<ul class="md-nav__list" data-md-scrollfix> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="md-nav__item"> | ||
<a href=".." class="md-nav__link"> | ||
绪论 | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="md-nav__item md-nav__item--active"> | ||
|
||
<input class="md-nav__toggle md-toggle" data-md-toggle="toc" type="checkbox" id="__toc"> | ||
|
||
|
||
|
||
<label class="md-nav__link md-nav__link--active" for="__toc"> | ||
词汇分析与句法分析 | ||
<span class="md-nav__icon md-icon"></span> | ||
</label> | ||
|
||
<a href="./" class="md-nav__link md-nav__link--active"> | ||
词汇分析与句法分析 | ||
</a> | ||
|
||
|
||
|
||
<nav class="md-nav md-nav--secondary" aria-label="Table of contents"> | ||
|
||
|
||
|
||
|
||
<label class="md-nav__title" for="__toc"> | ||
<span class="md-nav__icon md-icon"></span> | ||
Table of contents | ||
</label> | ||
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> | ||
|
||
<li class="md-nav__item"> | ||
<a href="#_1" class="md-nav__link"> | ||
词汇分析与句法分析 | ||
</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
||
</nav> | ||
|
||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="md-nav__item"> | ||
<a href="../240326/" class="md-nav__link"> | ||
路路师姐分享 | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="md-nav__item"> | ||
<a href="../240402/" class="md-nav__link"> | ||
语义分析与篇章分析 | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="md-nav__item"> | ||
<a href="../240409/" class="md-nav__link"> | ||
语言模型 | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="md-nav__item"> | ||
<a href="../240416/" class="md-nav__link"> | ||
信息抽取 | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" > | ||
<div class="md-sidebar__scrollwrap"> | ||
<div class="md-sidebar__inner"> | ||
|
||
|
||
<nav class="md-nav md-nav--secondary" aria-label="Table of contents"> | ||
|
||
|
||
|
||
|
||
<label class="md-nav__title" for="__toc"> | ||
<span class="md-nav__icon md-icon"></span> | ||
Table of contents | ||
</label> | ||
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> | ||
|
||
<li class="md-nav__item"> | ||
<a href="#_1" class="md-nav__link"> | ||
词汇分析与句法分析 | ||
</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<div class="md-content" data-md-component="content"> | ||
<article class="md-content__inner md-typeset"> | ||
|
||
|
||
|
||
|
||
|
||
<h1>词汇分析与句法分析</h1> | ||
|
||
<h2 id="_1">词汇分析与句法分析</h2> | ||
<p>1、课后作业</p> | ||
<p><img alt="" src="https://cdn.sa.net/2024/03/20/dbgQ9M1w7huptGa.webp" /></p> | ||
<p><img alt="" src="https://cdn.sa.net/2024/03/20/w9DQfv2U8Moa6yn.webp" /></p> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</article> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
</main> | ||
|
||
<footer class="md-footer"> | ||
|
||
<div class="md-footer-meta md-typeset"> | ||
<div class="md-footer-meta__inner md-grid"> | ||
<div class="md-copyright"> | ||
|
||
|
||
Made with | ||
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener"> | ||
Material for MkDocs | ||
</a> | ||
|
||
</div> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
|
||
</div> | ||
<div class="md-dialog" data-md-component="dialog"> | ||
<div class="md-dialog__inner md-typeset"></div> | ||
</div> | ||
|
||
<script id="__config" type="application/json">{"base": "..", "features": [], "search": "../assets/javascripts/workers/search.e5c33ebb.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script> | ||
|
||
|
||
<script src="../assets/javascripts/bundle.51d95adb.min.js"></script> | ||
|
||
<script src="../search/main.js"></script> | ||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.