Đang chuẩn bị liên kết để tải về tài liệu:
Báo cáo khoa học: "A Small, Extendible Transformation-Based Learner"

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

The object of T B L is to learn an ordered sequence of transformation rules. Such rules dictate when - based on the context - a word should have its tag changed. An example would be "replace tag vb with nn if the word immediately to the left has a tag dr." Here is how this rule is represented in the # - T B L rule/template formalism: | Proceedings of EACL 99 X-TBL Lite A Small Extendible Transformation-Based Learner Torbjorn Lager Department of Linguistics Uppsala University Sweden Torb j orn. Lager@ling.uu.se Abstract This short paper describes - and in fact gives the complete source for - a tiny Prolog program implementing a flexible and fairly efficient TransformationBased Learning TBL system 1 Introduction Transformation-Based Learning Brill 1995 is a well-established learning method in NLP circles. This short paper presents a light version of the ẶÍ-TBL system - a general logically transparent flexible and efficient transformation-based learner presented in Lager 1999 . It turns out that a transformation-based learner complete with a compiler for templates can be implemented in less than one page of Prolog code. 2 Z-TBL Rules Representations The point of departure for TBL is a tagged initialstate corpus and a correctly tagged training corpus. Assuming the part-of-speech tagging task corpus data can be represented by means of three kinds of clauses wd P W is true iff the word w is at position p in the corpus tag P A is true iff the word at position p in the corpus is tagged A tag A B P is true iff the word at p is tagged A and the correct tag for the word at p is B Although this representation may seem a bit redundant it provides exactly the kind of indexing into the data that is needed.1 A decent Prolog system can deal with millions of such clauses. Assuming a Prolog with first argument indexing. The p-TBL systems are implemented in SICStus Prolog. The object of TBL is to learn an ordered sequence of transformation rules. Such rules dictate when - based on the context - a word should have its tag changed. An example would be replace tag vb with nn if the word immediately to the left has a tag dt. Here is how this rule is represented in the p-TBL rule template formalism tag vb nn - tag dtQ -l . Conditions may refer to different features and complex conditions may be composed from simpler .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.