Skip to content

Commit

Permalink
Improve xml doc
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Dec 10, 2023
1 parent a7f6e53 commit d548d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FastBertTokenizer/BertTokenizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public partial class BertTokenizer
/// <summary>
/// Encode the given input string to token ids per the loaded vocabulary. Write the results to the
/// given memory areas. When encoding multiple inputs successivly it is more efficient to reuse the
/// memory for the results than allocating new memory and returing new arrays.
/// same memory.
/// </summary>
/// <param name="input">The input to encode.</param>
/// <param name="inputIds">
Expand Down

0 comments on commit d548d47

Please sign in to comment.