How to Install and Uninstall python-pygmars-doc.noarch Package on Fedora 38
Last updated: November 26,2024
1. Install "python-pygmars-doc.noarch" package
Learn how to install python-pygmars-doc.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
python-pygmars-doc.noarch
Copied
2. Uninstall "python-pygmars-doc.noarch" package
Please follow the guidance below to uninstall python-pygmars-doc.noarch on Fedora 38:
$
sudo dnf remove
python-pygmars-doc.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python-pygmars-doc.noarch package on Fedora 38
Last metadata expiration check: 1:32:49 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python-pygmars-doc
Version : 0.8.0
Release : 1.fc38
Architecture : noarch
Size : 189 k
Source : python-pygmars-0.8.0-1.fc38.src.rpm
Repository : updates
Summary : Documentation for python-pygmars
URL : https://github.com/nexB/pygmars
License : Apache-2.0 AND BSD-2-Clause AND MIT
Description :
: pygmars is a simple lexing and parsing library designed to craft lightweight
: lexers and parsers using regular expressions.
:
: pygmars allows you to craft simple lexers that recognizes words based on regular
: expressions and identify sequences of words using lightweight grammars to obtain
: a parse tree.
:
: The lexing task transforms a sequence of words or strings (e.g. already split in
: words) in a sequence of Token objects, assigning a label to each word and
: tracking their position and line number.
:
: In particular, the lexing output is designed to be compatible with the output of
: Pygments lexers. It becomes possible to build simple grammars on top of existing
: Pygments lexers to perform lightweight parsing of the many (130+) programming
: languages supported by Pygments.
:
: The parsing task transforms a sequence of Tokens in a parse Tree where each node
: in the tree is recognized and assigned a label. Parsing is using regular
: expression-based grammar rules applied to recognize Token sequences.
:
: These rules are evaluated sequentially and not recursively: this keeps things
: simple and works very well in practice. This approach and the rules syntax has
: been battle-tested with NLTK from which pygmars is derived.
:
: This package is providing the documentation for pygmars.
Available Packages
Name : python-pygmars-doc
Version : 0.8.0
Release : 1.fc38
Architecture : noarch
Size : 189 k
Source : python-pygmars-0.8.0-1.fc38.src.rpm
Repository : updates
Summary : Documentation for python-pygmars
URL : https://github.com/nexB/pygmars
License : Apache-2.0 AND BSD-2-Clause AND MIT
Description :
: pygmars is a simple lexing and parsing library designed to craft lightweight
: lexers and parsers using regular expressions.
:
: pygmars allows you to craft simple lexers that recognizes words based on regular
: expressions and identify sequences of words using lightweight grammars to obtain
: a parse tree.
:
: The lexing task transforms a sequence of words or strings (e.g. already split in
: words) in a sequence of Token objects, assigning a label to each word and
: tracking their position and line number.
:
: In particular, the lexing output is designed to be compatible with the output of
: Pygments lexers. It becomes possible to build simple grammars on top of existing
: Pygments lexers to perform lightweight parsing of the many (130+) programming
: languages supported by Pygments.
:
: The parsing task transforms a sequence of Tokens in a parse Tree where each node
: in the tree is recognized and assigned a label. Parsing is using regular
: expression-based grammar rules applied to recognize Token sequences.
:
: These rules are evaluated sequentially and not recursively: this keeps things
: simple and works very well in practice. This approach and the rules syntax has
: been battle-tested with NLTK from which pygmars is derived.
:
: This package is providing the documentation for pygmars.