Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2018-02-28 13:54:11 +0300
committerTaku Kudo <taku@google.com>2018-02-28 13:54:11 +0300
commit45b4527117c5bf52b9bb14c33de9ec7facae9c93 (patch)
tree3f185406804145defb1a8622c6347f33cd5931de /sentencepiece.pc.in
parentc6a1a196651789ba4c0334dbf41d5885b3334b2f (diff)
Added SentencePieceTrainer class
Diffstat (limited to 'sentencepiece.pc.in')
-rw-r--r--sentencepiece.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sentencepiece.pc.in b/sentencepiece.pc.in
index cbde822..8add641 100644
--- a/sentencepiece.pc.in
+++ b/sentencepiece.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: @PACKAGE@
Description: Unsupervised text tokenizer and detokenizer for Neural Network-based text generation.
Version: @VERSION@
-Libs: -L${libdir} -lsentencepiece @pkgconfiglibs@
+Libs: -L${libdir} -lsentencepiece -lsentencepiece_train @pkgconfiglibs@
Cflags: -I${includedir} @pkgconfigcflags@