[Javascript] 字串語意解析: nearley

nearley
https://github.com/kach/nearley

nearley web
https://nearley.js.org/

nearley demo(calculator)
https://nearley.js.org/examples/calculator/

nearley.js - JavaScript 解析器
https://www.open-open.com/lib/view/open1451381106683.html

自然語言處理中的Earley演算法
https://blog.csdn.net/baimafujinji/article/details/6495823

NLP 筆記 - Constituency Parsing
http://www.shuang0420.com/2017/02/28/NLP%20%E7%AC%94%E8%AE%B0%20-%20Syntax%20and%20Parsing/

nearley 是Javascript字串解析器,核心演算法為Earley,所提供的語法非常強大,能把字串的字元變成有意義的資料結構(比如一個 JSON 物件)。


#Javascript, nearley, Earley, 字串, 語意, 解析, 演算法

留言