Skip to content

Commit 476e07c

Browse files
jtejidoangeloskath
authored andcommitted
fixed comment
1 parent c4a80f7 commit 476e07c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NlpTools/Analysis/FreqDist.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function getKeyValues()
101101
/**
102102
* Return a token's count
103103
* @param string $string
104-
* @return array
104+
* @return mixed
105105
*/
106106
public function getTotalByToken($string)
107107
{
@@ -116,7 +116,7 @@ public function getTotalByToken($string)
116116
/**
117117
* Return a token's weight (for user's own tf-idf/pdf/iduf implem)
118118
* @param string $string
119-
* @return array
119+
* @return mixed
120120
*/
121121
public function getTokenWeight($string)
122122
{

0 commit comments

Comments
 (0)