zoukankan      html  css  js  c++  java
  • Sentence Segmentaion

    Our final discussion in basic text processing is  segmenting out sentences from text.

    We use a decision tree to solve this question. But it's doesn't enough, we should use more sophisticated decision tree features to gain the classifier. For example, u can get the probablity of one word end of sentences, such ".The".

    Actually, the building of decision trees is possible only for every simple features about with six or seven rules. But it's very hard to do for numeric feature. So we can use other classifiers such as linguistic regression or SVMs or neural nets, we can put features into those kinds of classifier.

    Well, it's just introducting. We will talk later.

  • 相关阅读:
    11月21日
    11月20日
    11月19日
    11月18日
    11月17日
    11月15日
    图文教程:在Mac上搭建Titanium的iOS开发环境
    经验
    IT术语的正确读法
    NSLog( @"%@", i );
  • 原文地址:https://www.cnblogs.com/chuanlong/p/2992968.html
Copyright © 2011-2022 走看看