Month: August 2021

What are Utterances, Intents and Entities in Chatbot?

Whenever you are starting to learn about chatbots and natural language processing, somewhat you will found new vocabulary words a bit confusing. But like any technical field, a shared vocabulary makes it easier to communicate efficiently. Here are the the most important terms that will be explained for you to be able to easily understand …

What are Utterances, Intents and Entities in Chatbot? Read More »

What is a development environment?

In software and online development, a development environment is a place where developers may make changes without destroying anything or causing problems in a live environment. As a programming tool, an integrated development environment (IDE) is used to aid the developer. It is designed to help programmers increase their productivity and efficiency. Moreover, a developer’s …

What is a development environment? Read More »

What to do when asset-transfer-basic/chaincode-javascript file can’t be located

When doing the deployment of smart contract in a channel, asset-transfer-basic file is need. But it if cannot be found in the fabric samples file where is should be, you can do these following steps 1. Type the following in the command line: $ git status 2. Type: $ git branch $ git stash You …

What to do when asset-transfer-basic/chaincode-javascript file can’t be located Read More »

What is Natural Language Processing? (NLP)

Natural language processing (NLP) is a branch of computer science—specifically, a branch of artificial intelligence (AI)—concerning the ability of computers to understand text and spoken words in the same manner that humans can. NLP combines computational linguistics—rule-based modeling of human language—with statistical, machine learning, and deep learning models. These technologies, when used together, allow computers …

What is Natural Language Processing? (NLP) Read More »

Benefits of smart contracts

Smarts contract is a self-executing contract in which the conditions of the buyer-seller agreement are directly put into lines of code. The code and the agreements contained within it are dispersed and decentralized over a blockchain network. Transactions are trackable and irreversible, and the code controls the execution. Smart contracts work by following simple “if/when…then…” …

Benefits of smart contracts Read More »