[feature/multi2delaf] Add a configuration file parser#124
Open
selgueti wants to merge 4 commits into
Open
Conversation
Add missing parenthesis around variable BIN_DIR when it is used.
martinec
requested changes
Aug 11, 2022
Member
martinec
left a comment
There was a problem hiding this comment.
As it turns out, the Unitex code is not compatible with the standard libraries, for example std::unique_ptr, using them would limit the ability to compile the code under architectures, platforms or other C/C++ compilers that are not distributed with implementations of the standard libraries.
Instead of Vector you should use List_* structures or other available structures. This, in the same way that instead of std::string you should use unichar, uString, or UnitexString.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add a parser for the configuration file that specifies how to transcode the multidelaf string into a delaf-format tag.
Motivation and Context
[issue #51] Generate dictionaries based on morphological dictionary-graphs
Specification of configuration file:
Example of configuration file:
Type of files
bin: Binary filesci: Continuous integration filesdoc: Documentation filesLevel of change
break: Breaking changeexp: Experimental changetmp: Temporal changemajor: Major changeminor: Minor changerevert: Revert a commit changesec: Vulnerability-related changeType of change
deprecat: Deprecation of a once-stable featureenhance: Enhancement in existing functionalityfix: Bug fixfeature: New featurehotfix: Hotfix for bugsrefactor: Improve coding style, commentsremove: Remove a featureChecklist: