Proceedings of the Annual Conference of JSAI
Online ISSN : 2758-7347
35th (2021)
Session ID : 4J1-GS-6d-01
Conference information

Building development environment of Japanese CCG parser using Yesod
*Misaki ISHIJIMADaisuke BEKKI
Author information
CONFERENCE PROCEEDINGS FREE ACCESS

Details
Abstract

The development of CCG parsers requires a CCG treebank, which is known to be costly. This is mainly because checking the consistency of a tree structure is a more complex task than that of a linear structure or a dependency tree. In order to reduce this cost, we need a development environment that has knowledge of grammar: for example, when a part of a parse tree is modified, the system automatically re-parses the sentence to reflect the modification and checks the grammaticality of the modified tree. In our project, we are building such a grammar development environment as a GUI system. We implemented the system by using Yesod, a web application framework written in Haskell, and employ lightblue as a Japanese CCG parser. We demonstrate how we can display and manipulate CCG parse trees in the GUI setting.

Content from these authors
© 2021 The Japanese Society for Artificial Intelligence
Previous article Next article
feedback
Top