Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.2%) to scientific vocabulary
Keywords
Repository
Free Linguistic Environment
Basic Info
- Host: GitHub
- Owner: dcavar
- License: apache-2.0
- Language: C++
- Default Branch: master
- Homepage: http://damir.cavar.me/
- Size: 1.77 MB
Statistics
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
The Free Linguistic Environment (FLE)
(C) 2016-2018 by Damir Cavar
The Free Linguistic Environment is a project to develop a grammar engineering platform for the Lexical Functional Grammar framework. The parser in FLE is geared towards parsing natural language sentences using grammars written in the LFG. It is mainly developed using C++11 or newer C++ language specifications.
Introduction
The main contribution in this code collection is the definition of the Xerox Linguistic Environment (XLE) grammar formalism. The different grammar parts and formalisms have been mostly completely defined using BNFC. You can use BNFC to generate the parser code for the grammar files and formalisms. Any code target that BNFC supports can be generated, that is in particular C++, Haskell, Java, C#, etc.
If anybody is interested in taking this on to generate parsers and help with the project to make all old XLE grammars sustainable in an open and free parser environment, please let me know.
A lot of work went into this project, numerous contributors have helped with the environment and testing the formalisms.
Build and Install
In the requirements.md file you might find more details about software and library requirements.
This is a brief overview of the components that are needed to develop FLE:
- CMake
- G++ and GCC, or clang, or some other C++11 compatible alternative compiler
- Foma with libraries
- BNFC
- Boost libraries
If you do not want to use CLion or a similar environment, and if you are using G++/GCC, in the source folder compile using the following commands:
mkdir build
cd build
cmake ../.
make
Architecture
Grammar Backbone
License
Copyright 2015-2017 by Damir Cavar with contribution by Lwin Moe, Hai Hu, ...
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Owner
- Name: Damir Cavar
- Login: dcavar
- Kind: user
- Location: Bloomington, IN
- Company: Indiana University
- Website: http://damir.cavar.me/
- Repositories: 29
- Profile: https://github.com/dcavar
GitHub Events
Total
Last Year
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Damir Cavar | d****r@g****m | 17 |
| Damir Cavar | d****r@m****m | 9 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0