SegParser
Parser framework
An open-source C++ software framework for joint segmentation, POS tagging and dependency parsing using a randomized greedy algorithm.
Randomized Greedy algorithm for joint segmentation, POS tagging and dependency parsing
9 stars
2 watching
2 forks
Language: C++
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rxwei/parsey | A framework for building parsers in Swift using combinatorial syntax and features like backtracking prevention and rich error messages | 58 |
norswap/autumn | A Java parser combinator library supporting grammar and parsing functionality. | 125 |
juntang-zhuang/shelfnet | An implementation of a lightweight semantic segmentation model with real-time performance capabilities | 252 |
jwtowner/lug | A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 68 |
jparsec/jparsec | A Java framework for building recursive-descent parsers with a declarative API. | 342 |
zhgchgli/zmarkupparser | A Swift library that converts HTML strings to NSAttributedString with customizable styles and tags. | 315 |
puniverse/comsat | A toolkit providing fibers and actors for concurrent web development in Java. | 598 |
cezheng/fuzi | An XML and HTML parser for Swift with XPath and CSS support | 1,080 |
zijundeng/pytorch-semantic-segmentation | Provides PyTorch implementations of various models and pipelines for semantic segmentation in deep learning. | 1,724 |
tonyganch/gonzales-pe | A CSS parser with support for preprocessors such as SCSS and LESS. | 330 |
datquocnguyen/jptdp | An implementation of neural network models for joint POS tagging and dependency parsing. | 158 |
xitrum-framework/scaposer | A parser and runtime for internationalized Scala programs using gettext PO files | 38 |
tangzhenyu/semanticsegmentation_dl | A collection of resources and implementations for deep learning-based semantic segmentation in computer vision. | 1,109 |
szaghi/flap | A Fortran library for building command line interfaces with automatic parsing and help generation | 151 |
teo-tsirpanis/farkle | A parser library for F# and C# | 93 |