Search is not available for this dataset
repo stringlengths 2 152 ⌀ | file stringlengths 15 239 | code stringlengths 0 58.4M | file_length int64 0 58.4M | avg_line_length float64 0 1.81M | max_line_length int64 0 12.7M | extension_type stringclasses 364
values |
|---|---|---|---|---|---|---|
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/helpers/NoamSchedule.scala | /* Copyright 2017, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req... | 3,309 | 39.864198 | 120 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/rnn/BidirectionalRNNEncoder.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 4,530 | 41.745283 | 117 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/rnn/GNMTDecoder.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 7,749 | 50.324503 | 237 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/rnn/UnidirectionalRNNEncoder.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,448 | 40.554217 | 109 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/rnn/RNNDecoder.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 5,966 | 42.875 | 111 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/rnn/package.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 961 | 32.172414 | 80 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/rnn/GNMTEncoder.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 4,787 | 38.9 | 121 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/rnn/UnidirectionalRNNDecoder.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 4,734 | 46.828283 | 214 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/rnn/Cell.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 4,459 | 39.18018 | 117 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/rnn/RNNEncoder.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 867 | 35.166667 | 80 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/rnn/Utilities.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,677 | 35.415842 | 110 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/rnn/attention/RNNAttention.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,622 | 40.615385 | 92 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/rnn/attention/BahdanauRNNAttention.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,179 | 44.428571 | 119 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/rnn/attention/LuongRNNAttention.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 2,669 | 41.380952 | 120 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/decoders/LengthPenalty.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 2,834 | 33.156627 | 139 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/decoders/OutputLayer.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 2,179 | 37.928571 | 115 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/decoders/BasicDecoder.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 15,861 | 37.877451 | 120 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/decoders/Decoder.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 10,968 | 43.408907 | 120 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/decoders/BeamSearchDecoder.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 37,057 | 49.625683 | 129 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/decoders/BeamSearchDecoder2.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 18,923 | 49.464 | 124 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/pivoting/Pivot.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,177 | 30.837838 | 80 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/pivoting/SinglePivot.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 2,056 | 36.4 | 113 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/pivoting/NoPivot.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,260 | 29.756098 | 80 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/hooks/TrainingLogger.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 9,142 | 45.411168 | 119 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/curriculum/DifficultyBasedCurriculum.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,654 | 34.212766 | 86 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/curriculum/Curriculum.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 2,216 | 28.56 | 107 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/curriculum/SentencePairCurriculum.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 2,108 | 35.362069 | 96 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/curriculum/competency/LinearStepCompetency.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,262 | 34.083333 | 80 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/curriculum/competency/Competency.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 863 | 32.230769 | 80 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/curriculum/competency/ExponentialStepCompetency.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,370 | 35.078947 | 87 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/transformer/TransformerEncoder.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 5,627 | 47.517241 | 119 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/transformer/package.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 890 | 30.821429 | 80 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/transformer/TransformerDecoder.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 17,399 | 49.144092 | 172 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/transformer/helpers/DotProductAttention.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 2,849 | 39.140845 | 116 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/transformer/helpers/AttentionPrependMode.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,720 | 49.283784 | 120 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/transformer/helpers/PositionEmbeddings.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 10,027 | 42.982456 | 118 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/transformer/helpers/Attention.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 17,965 | 43.142506 | 120 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/transformer/helpers/Normalization.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,130 | 34.579545 | 109 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/transformer/helpers/PadRemover.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 2,962 | 36.987179 | 118 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/transformer/helpers/LayerProcessor.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,762 | 32.900901 | 100 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/transformer/helpers/FeedForwardLayer.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 2,669 | 35.081081 | 111 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/parameters/PairwiseManager.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,310 | 40.3875 | 113 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/parameters/SharedWordEmbeddings.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,237 | 33.084211 | 94 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/parameters/package.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,427 | 32.209302 | 101 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/parameters/LanguageEmbeddingsPairManager.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 5,030 | 38.928571 | 116 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/parameters/ParameterManager.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 7,819 | 36.416268 | 119 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/parameters/WordEmbeddingsType.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 2,146 | 28.819444 | 80 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/parameters/GoogleMultilingualManager.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,214 | 39.1875 | 118 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/parameters/LanguageEmbeddingsManager.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 4,982 | 38.23622 | 116 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/parameters/WordEmbeddingsPerLanguagePair.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 9,376 | 44.965686 | 125 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/models/parameters/WordEmbeddingsPerLanguage.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 4,972 | 36.674242 | 104 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/utilities/TopologicalSort.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 2,431 | 32.315068 | 86 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/utilities/Histogram.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 18,088 | 33.194707 | 120 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/utilities/PriorityCounter.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 7,536 | 36.128079 | 120 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/utilities/BoundedPriorityQueue.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 2,588 | 26.542553 | 118 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/utilities/MutableFile.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,172 | 27.609756 | 104 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/utilities/CompressedFiles.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,945 | 36.423077 | 117 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/utilities/TrieWordCounter.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,067 | 29.989899 | 103 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/utilities/Encoding.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 929 | 32.214286 | 83 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/ParallelDatasetLoader.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 9,766 | 38.2249 | 116 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/package.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,702 | 34.479167 | 86 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/TensorParallelDataset.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,224 | 42.581081 | 118 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/DataConfig.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,504 | 33.204545 | 113 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/ParallelDataset.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 2,053 | 30.6 | 101 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/DatasetType.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,114 | 26.875 | 80 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/DatasetVocabulary.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,961 | 31.163934 | 113 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/FileParallelDataset.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,801 | 37.40404 | 109 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/loaders/IWSLT15StanfordLoader.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 5,540 | 39.152174 | 108 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/loaders/TEDTalksLoader.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 4,799 | 37.4 | 118 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/loaders/IWSLT17Loader.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 5,464 | 38.890511 | 125 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/loaders/CommonCrawlLoader.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,648 | 35.858586 | 116 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/loaders/IWSLT15Loader.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 5,776 | 37.771812 | 119 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/loaders/EuroparlV7Loader.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,932 | 36.817308 | 108 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/loaders/IWSLT16Loader.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 7,138 | 39.106742 | 112 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/loaders/EuroparlV8Loader.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,687 | 35.514851 | 117 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/loaders/NewsCommentaryV11Loader.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,852 | 35.695238 | 109 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/loaders/IWSLT14Loader.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 5,835 | 39.248276 | 119 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/loaders/WMT16Loader.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 15,158 | 46.224299 | 119 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/scores/WordCounts.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,268 | 29.839623 | 90 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/scores/SentenceRarity.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,991 | 27.927536 | 85 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/scores/SentenceLength.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,176 | 27.707317 | 80 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/scores/SentenceScoreHistogram.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 4,953 | 30.35443 | 117 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/scores/Score.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 9,117 | 35.766129 | 117 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/processors/Cleaner.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 2,402 | 34.865672 | 106 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/processors/MosesTokenizer.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 63,542 | 83.274536 | 120 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/processors/NoTokenizer.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,193 | 35.181818 | 98 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/processors/Normalizer.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 13,018 | 55.359307 | 120 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/processors/NoCleaner.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,239 | 32.513514 | 104 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/processors/SGMConverter.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 2,762 | 36.849315 | 84 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/processors/TSVConverter.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,065 | 42.8 | 168 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/processors/MosesCleaner.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,197 | 31.30303 | 110 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/processors/MTEval13Tokenizer.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,851 | 43.790698 | 113 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/processors/FileProcessor.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,892 | 34.055556 | 112 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/processors/Tokenizer.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 1,888 | 32.140351 | 86 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/data/processors/TEDConverter.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 2,101 | 34.627119 | 109 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/vocabulary/SimpleVocabularyGenerator.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 4,782 | 39.533898 | 118 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/vocabulary/DummyVocabularyGenerator.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 3,445 | 39.541176 | 119 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/vocabulary/BPEVocabularyGenerator.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 28,799 | 40.319943 | 120 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/vocabulary/Vocabulary.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 14,307 | 41.966967 | 120 | scala |
symphony-mt | symphony-mt-master/mt/src/main/scala/org/platanios/symphony/mt/vocabulary/VocabularyGenerator.scala | /* Copyright 2017-18, Emmanouil Antonios Platanios. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 4,294 | 37.348214 | 119 | scala |