项目作者: erfan226

项目描述 :
Forward Algorithm for Computing Lexical Probabilities of Words in a Sentence
高级语言: Python
项目地址: git://github.com/erfan226/Forward-Algorithm-Sample-Code.git
创建时间: 2020-10-13T19:24:00Z
项目社区:https://github.com/erfan226/Forward-Algorithm-Sample-Code

开源协议:GNU General Public License v3.0

下载


Forward-Algorithm-Sample-Code

Forward Algorithm (based on Viterbi) for Computing the Lexical Probabilities of Words in a Sentence.

This sample code demonstrates how to implement a probability based lexical category tagger for words in a sentence(s). This was implemented from the pseudo-code & details of Allen, J. (1995). Natural language understanding (2nd ed). Benjamin/Cummings Pub. Co. course book for the NLP course.