From fa25eac97413e703bc6292544774170447fa56af Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Sat, 6 Feb 2021 17:51:50 +0800 Subject: [PATCH] update --- content/senior/8.md | 7 ++++++- content/senior/_index.md | 9 +++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/content/senior/8.md b/content/senior/8.md index c8e0934..1556753 100644 --- a/content/senior/8.md +++ b/content/senior/8.md @@ -55,6 +55,7 @@ keywords: ["自然语言处理"] - 词干提取 - 词形还原 - 词性标注 + - 命名实体识别 - 句法分析 - 短语结构分析 - 依存句法分析 @@ -116,4 +117,8 @@ keywords: ["自然语言处理"] - LSTM-HMM - 神经网络语言模型 - MFCC -- 知识图谱 \ No newline at end of file +- 知识图谱 + - 知识图谱构建 + - 知识计算 + - 知识存储 + - 知识服务与应用 \ No newline at end of file diff --git a/content/senior/_index.md b/content/senior/_index.md index 5da1b2e..da09af7 100644 --- a/content/senior/_index.md +++ b/content/senior/_index.md @@ -445,6 +445,7 @@ keywords: ["Python","高阶"] - 词干提取 - 词形还原 - 词性标注 + - 命名实体识别 - 句法分析 - 短语结构分析 - 依存句法分析 @@ -507,7 +508,7 @@ keywords: ["Python","高阶"] - 神经网络语言模型 - MFCC - 知识图谱 - - 知识图谱构建 - - 知识计算 - - 知识存储 - - 知识服务与应用 \ No newline at end of file + - 知识图谱构建 + - 知识计算 + - 知识存储 + - 知识服务与应用 \ No newline at end of file -- GitLab