You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/01/30 04:08:34 UTC

[incubator-nlpcraft-website] branch master updated: New article.

This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b3d88b  New article.
6b3d88b is described below

commit 6b3d88b4783a73d70c802ae610555e0042cc1ed5
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Fri Jan 29 20:08:20 2021 -0800

    New article.
---
 _data/blogs.yaml | 10 ++++++++++
 _data/news.yml   |  9 +++++++++
 2 files changed, 19 insertions(+)

diff --git a/_data/blogs.yaml b/_data/blogs.yaml
index 6d246a8..7b5531e 100644
--- a/_data/blogs.yaml
+++ b/_data/blogs.yaml
@@ -15,6 +15,16 @@
 # limitations under the License.
 #
 
+- title: Поиск по синонимам в тексте — контролируем процесс или доверяемся нейросетям
+  url: https://habr.com/ru/post/539528/
+  excerpt: Первое что нужно сделать при разработке поисковых, диалоговых и прочих систем, основанных на natural language processing — это научиться разбирать тексты пользовательских запросов и находить в них сущности рабочей модели. Задача нахождения стандартных сущностей (geo, date, money и т.д.) в целом уже решена, остается лишь выбрать подходящий NER компонент и воспользоваться его функционалом. Если же вам нужно найти элемент, характерный для вашей конкретной модели или вы нуждаетесь [...]
+  author: Сергей Камов
+  publish_date: January 28, 2021
+  avatar_url: images/sergey_kamov_avatar.png
+  twitter_id: apachenlpcraft
+  href_target: habr
+  ru: true
+
 - title: Composable Named Entities
   url: /blogs/composable_named_entities.html
   excerpt: Most of the NLP tasks start with the basic challenge - how to find or detect something in the text. Whether you are designing a search engine, conversational interface or some sort of classificator you will likely start with a problem of how to detect named entities in the input text. These named entities can be universal such as dates, countries, cities as well as domain specific for your model. It is also important to note that we are talking about a class of NLP tasks where [...]
diff --git a/_data/news.yml b/_data/news.yml
index 93b61ad..329747c 100644
--- a/_data/news.yml
+++ b/_data/news.yml
@@ -15,6 +15,15 @@
 # limitations under the License.
 #
 
+- title: Поиск по синонимам в тексте — контролируем процесс или доверяемся нейросетям
+  url: https://habr.com/ru/post/539528/
+  excerpt: Первое что нужно сделать при разработке поисковых, диалоговых и прочих систем, основанных на natural language processing...
+  author: Сергей Камов
+  publish_date: January 28, 2021
+  avatar_url: images/sergey_kamov_avatar.png
+  twitter_id: apachenlpcraft
+  href_target: habr
+
 - title: 📢 Apache NLPCraft 0.7.4 Released
   url: /relnotes/release-notes-0.7.4.html
   excerpt: Download NLPCraft 0.7.4. Over 28 💪 fixes, improvements and enhancements.