Skip to content

Pull requests: danieldk/wordpieces

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Implement From<WordPieces> for Vec<String>
#22 by danieldk was merged Oct 10, 2022 Loading…
Delegate construction to WordPiecesBuilder type
#21 by danieldk was merged Oct 10, 2022 Loading…
Remove Nix bits
#20 by danieldk was merged Dec 27, 2021 Loading…
Relicense under Apache License version 2 or MIT License
#19 by danieldk was merged Jul 6, 2021 Loading…
Upgrade to GitHub-native Dependabot dependencies Pull requests that update a dependency file
#18 by dependabot-preview bot was closed May 14, 2021 Loading…
CI: remove unused matrix
#17 by danieldk was merged Feb 5, 2021 Loading…
Replace starts_with + slicing by strip_prefix
#16 by danieldk was merged Feb 5, 2021 Loading…
Update quickcheck requirement from 0.9 to 1.0 dependencies Pull requests that update a dependency file
#15 by dependabot-preview bot was merged Feb 5, 2021 Loading…
Update to fst 0.4
#14 by danieldk was merged May 13, 2020 Loading…
Use thiserror to derive errors
#13 by danieldk was merged Apr 15, 2020 Loading…
Use the low-level fst API to find the longest prefix
#12 by danieldk was merged Mar 4, 2020 Loading…
Add rudimentary documentation
#11 by danieldk was merged Jan 31, 2020 Loading…
Provide vocab indices with word pieces that were found
#10 by danieldk was merged Jan 31, 2020 Loading…
PrefixAutomaton: implement can_match
#9 by danieldk was merged Dec 22, 2019 Loading…
Rename the crate from wordpiece to wordpieces
#8 by danieldk was merged Nov 29, 2019 Loading…
Rename prefix/suffix to word-initial/continuation
#7 by danieldk was merged Nov 28, 2019 Loading…
Do not allocate while splitting a token into word pieces
#6 by danieldk was merged Nov 25, 2019 Loading…
Do not add continuation markers to the word pieces
#5 by danieldk was merged Nov 25, 2019 Loading…
CI: rustfmt, test, and clippy
#1 by danieldk was merged Nov 22, 2019 Loading…
ProTip! Exclude everything labeled bug with -label:bug.