Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
1edb682a
Commit
1edb682a
authored
Apr 12, 2019
by
James Laver
Committed by
Alexandre Delanoë
Apr 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added notes about rebuilding the package set
parent
3f610ba5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
README.md
README.md
+8
-2
No files found.
README.md
View file @
1edb682a
...
...
@@ -63,10 +63,16 @@ You need to add an entry to the relevant map in
`packages.dhall`
. There are comments in the file explaining how it
works. It's written in dhall, so you can use comments and such.
You will then need to rebuild the package set:
```
shell
yarn rebuild-set
```
#### Upgrade the base package set local is based on to latest?
```
shell
yarn rebase-set
yarn rebase-set
&&
yarn rebuild-set
```
## Theory Introduction
...
...
@@ -124,7 +130,7 @@ unigram/1-gram
: A one-word n-gram, e.g.
`cow`
,
`coffee`
bigram/2-gram
: A two-word n-gram, e.g.
`coffee cup`
trigram
trigram
/3-gram
: A three-word n-gram, e.g.
`coffee cup holder`
<!-- skip-grams are not yet supported -->
<!-- skip-gram -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment