Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
www
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Richard Marcus
www
Commits
5fa0989b
Commit
5fa0989b
authored
6 years ago
by
Michael Kohlhase
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gl.kwarc.info:kwarc/kwarc.info/www
parents
46364304
104f0887
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
systems/llamapun.md
+15
-4
15 additions, 4 deletions
systems/llamapun.md
with
15 additions
and
4 deletions
systems/llamapun.md
+
15
−
4
View file @
5fa0989b
...
...
@@ -19,10 +19,21 @@ repository: https://github.com/KWARC/LLaMaPUn/
publink
:
http://kwarc.github.io/bibs/llamapun
---
The LaMaPUn project investigates the structure and meaning of scientific/technical
documents and builds tools for extracting semantic representations from them that can be
The
[
LLaMaPUn library
](
https://github.com/KWARC/LLaMaPUn/
)
is a
[
RUST
](
https://www.rust-lang.org
)
library that provides a wide range of processing
tools for natural language and mathematics.
It can be used to investigate the structure and meaning of scientific/technical
documents and to build tools for extracting semantic representations from them that can be
used to enhance access to and interaction with document corpora.
The LLaMaPUn library consists of a wide range of processing tools for natural language and
mathematics.
In particular, the LLaMaPUn library is used on the
[
arXMLiv
](
https://www.kwarc.info/projects/arXMLiv/
)
data set, which is a translation
of the
[
arxiv
](
https://arxiv.org/
)
corpus to "HTML5 with
[
MathML
](
https://www.w3.org/TR/MathML/
)
".
Some of the library's features are:
*
Plaintext generation with many options (unicode normalization, word stemming, custom handling of e.g.
`math`
nodes, ...)
*
Word/Sentence tokenization
*
Support for standard NLP tools (token models for GloVe, POS tagging with SENNA, ...)
*
Mapping between plaintext offsets and HTML nodes (using the DNM data structure)
For a more complete overview, take a look at the
[
README file
](
https://github.com/KWARC/llamapun/blob/master/README.md
)
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment