Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcavar/schemenlp
Scheme code for computational linguistics, natural language processing, corpus analysis taught at ESSLLI long time ago
https://github.com/dcavar/schemenlp
chart-parser computational-linguistics drscheme natural-language-processing parsing scheme
Last synced: about 1 month ago
JSON representation
Scheme code for computational linguistics, natural language processing, corpus analysis taught at ESSLLI long time ago
- Host: GitHub
- URL: https://github.com/dcavar/schemenlp
- Owner: dcavar
- License: apache-2.0
- Created: 2018-10-15T01:31:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T01:40:13.000Z (over 6 years ago)
- Last Synced: 2024-11-07T17:36:29.367Z (3 months ago)
- Topics: chart-parser, computational-linguistics, drscheme, natural-language-processing, parsing, scheme
- Language: Scheme
- Homepage: http://damir.cavar.me/
- Size: 3.02 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scheme Code for Computational Linguistics and Natural Language Processing
(C) 2018 [Damir Cavar](http://damir.cavar.me/)
This is the code we developed and discussed at a Scheme for Computational Linguistics course at [ESSLLI in Málaga, Spain in 2006](http://www.folli.info/?page_id=45).
See the LICENSE file for details on the license of the code.
## Introduction
The content that we discussed was mainly: basic text processing, n-gram models, syntactic parsing, etc.